m4/Makefile.am: inttypes.m4 hasn't been available since gettext-0.15, and since we...
[platform/upstream/gstreamer.git] / ChangeLog
1 2008-12-13  Edward Hervey  <edward.hervey@collabora.co.uk>
2
3         * m4/Makefile.am:
4         inttypes.m4 hasn't been available since gettext-0.15, and since we now
5         require gettext >= 0.17 ... we can remove it from the list of files to
6         dist.
7
8 2008-12-09  Stefan Kost  <ensonic@users.sf.net>
9
10         * gst/avi/gstavidemux.c:
11           More logging.
12
13         * gst/avi/gstavimux.c:
14           Handle more metadata fields. Better estimate of metadata size. Don't
15           merge received tags, if application has specified tags using
16           GST_TAG_MERGE_REPLACE_ALL. Fixes #563221 for avi.
17
18 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
19
20         * tests/check/Makefile.am:
21         Also ignore pulsemixer for the states unit test.
22
23 2008-12-09  Wim Taymans  <wim.taymans@collabora.co.uk>
24
25         * gst/rtp/gstrtpjpegdepay.c: (gst_rtp_jpeg_depay_process):
26         Add an EOI marker at the end of the jpeg frame when it's missing.
27         Fixes #563056.
28
29 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
30
31         * tests/check/elements/videocrop.c: (check_1x1_buffer):
32         Update the unit test for the new color values for BT.601 red.
33         Fixes bug #563510.
34
35 2008-12-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
36
37         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_src_event):
38           Restore previous behaviour of not passing QoS and navigation
39           events upstream, which presumably wasn't meant to be changed.
40
41 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
42
43         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_video_pad),
44         (gst_dvdemux_add_audio_pad), (gst_dvdemux_remove_pads),
45         (gst_dvdemux_demux_audio), (gst_dvdemux_demux_video),
46         (gst_dvdemux_chain), (gst_dvdemux_loop),
47         (gst_dvdemux_change_state):
48         Add srcpads only when needed and remove them again when going
49         back to READY. This prevents stalled pipelines if there's no
50         audio inside the DV stream, which happens for many MXF files.
51
52 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
53
54         * tests/check/elements/souphttpsrc.c: (GST_START_TEST),
55         (run_server):
56         The ports in libsoup are unsigned integers and not signed
57         integers.
58
59 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
60
61         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_video_pad),
62         (gst_dvdemux_add_audio_pad), (gst_dvdemux_remove_pads),
63         (gst_dvdemux_demux_audio), (gst_dvdemux_demux_video),
64         (gst_dvdemux_chain), (gst_dvdemux_loop),
65         (gst_dvdemux_change_state):
66         Add srcpads only when they're needed. If we add all pads in any
67         case we will get a stalling audio pad if the stream contains
68         no audio, which is the case for many MXF files.
69
70 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
71
72         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_src_event):
73         Forward all events upstream unless it's something we really
74         don't handle. This fixes latency configuration of pipelines.
75
76 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
77
78         * ext/dv/gstdv.c: (plugin_init):
79         * ext/dv/gstdvdec.c: (gst_dvdec_class_init):
80         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init):
81         Really call dv_init() exactly one time, not one time for
82         the demuxer and one time for the decoder.
83
84 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
85
86         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_handle_buffer):
87         Copy incomming timestamp to outgoing packets.
88
89 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
90
91         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush),
92         (gst_rtp_mp4v_pay_event):
93         Don't try to push packets before we could find a valid config
94         startcode. Fixes #563509.
95
96 2008-12-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
97
98         Patch by: Brian Cameron <brian.cameron at sun dot com>
99
100         * sys/sunaudio/gstsunaudiomixerctrl.c:
101         (gst_sunaudiomixer_ctrl_open):
102         Set the mixer fd before calling ioctl() on it. Fixes bug #563414.
103
104 2008-12-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
105
106         Patch by: Alexandre Rostovtsev <tetromino at gmail dot com>
107
108         * configure.ac:
109         Make usage of libv4l optional by a configure parameter.
110         Fixes bug #563504.
111
112 2008-12-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
113
114         * docs/plugins/Makefile.am:
115         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
116         * docs/plugins/gst-plugins-good-plugins-sections.txt:
117         * docs/plugins/gst-plugins-good-plugins.args:
118         * docs/plugins/gst-plugins-good-plugins.hierarchy:
119         * docs/plugins/gst-plugins-good-plugins.interfaces:
120         * docs/plugins/inspect/plugin-1394.xml:
121         * docs/plugins/inspect/plugin-aasink.xml:
122         * docs/plugins/inspect/plugin-alaw.xml:
123         * docs/plugins/inspect/plugin-alpha.xml:
124         * docs/plugins/inspect/plugin-alphacolor.xml:
125         * docs/plugins/inspect/plugin-annodex.xml:
126         * docs/plugins/inspect/plugin-apetag.xml:
127         * docs/plugins/inspect/plugin-audiofx.xml:
128         * docs/plugins/inspect/plugin-auparse.xml:
129         * docs/plugins/inspect/plugin-autodetect.xml:
130         * docs/plugins/inspect/plugin-avi.xml:
131         * docs/plugins/inspect/plugin-cacasink.xml:
132         * docs/plugins/inspect/plugin-cairo.xml:
133         * docs/plugins/inspect/plugin-cutter.xml:
134         * docs/plugins/inspect/plugin-debug.xml:
135         * docs/plugins/inspect/plugin-dv.xml:
136         * docs/plugins/inspect/plugin-efence.xml:
137         * docs/plugins/inspect/plugin-effectv.xml:
138         * docs/plugins/inspect/plugin-equalizer.xml:
139         * docs/plugins/inspect/plugin-esdsink.xml:
140         * docs/plugins/inspect/plugin-flac.xml:
141         * docs/plugins/inspect/plugin-flxdec.xml:
142         * docs/plugins/inspect/plugin-gamma.xml:
143         * docs/plugins/inspect/plugin-gconfelements.xml:
144         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
145         * docs/plugins/inspect/plugin-goom.xml:
146         * docs/plugins/inspect/plugin-goom2k1.xml:
147         * docs/plugins/inspect/plugin-halelements.xml:
148         * docs/plugins/inspect/plugin-icydemux.xml:
149         * docs/plugins/inspect/plugin-id3demux.xml:
150         * docs/plugins/inspect/plugin-interleave.xml:
151         * docs/plugins/inspect/plugin-jpeg.xml:
152         * docs/plugins/inspect/plugin-level.xml:
153         * docs/plugins/inspect/plugin-matroska.xml:
154         * docs/plugins/inspect/plugin-monoscope.xml:
155         * docs/plugins/inspect/plugin-mulaw.xml:
156         * docs/plugins/inspect/plugin-multifile.xml:
157         * docs/plugins/inspect/plugin-multipart.xml:
158         * docs/plugins/inspect/plugin-navigationtest.xml:
159         * docs/plugins/inspect/plugin-ossaudio.xml:
160         * docs/plugins/inspect/plugin-png.xml:
161         * docs/plugins/inspect/plugin-pulseaudio.xml:
162         * docs/plugins/inspect/plugin-quicktime.xml:
163         * docs/plugins/inspect/plugin-replaygain.xml:
164         * docs/plugins/inspect/plugin-rtp.xml:
165         * docs/plugins/inspect/plugin-rtsp.xml:
166         * docs/plugins/inspect/plugin-shout2send.xml:
167         * docs/plugins/inspect/plugin-smpte.xml:
168         * docs/plugins/inspect/plugin-soup.xml:
169         * docs/plugins/inspect/plugin-spectrum.xml:
170         * docs/plugins/inspect/plugin-speex.xml:
171         * docs/plugins/inspect/plugin-taglib.xml:
172         * docs/plugins/inspect/plugin-udp.xml:
173         * docs/plugins/inspect/plugin-video4linux2.xml:
174         * docs/plugins/inspect/plugin-videobalance.xml:
175         * docs/plugins/inspect/plugin-videobox.xml:
176         * docs/plugins/inspect/plugin-videocrop.xml:
177         * docs/plugins/inspect/plugin-videoflip.xml:
178         * docs/plugins/inspect/plugin-videomixer.xml:
179         * docs/plugins/inspect/plugin-wavenc.xml:
180         * docs/plugins/inspect/plugin-wavpack.xml:
181         * docs/plugins/inspect/plugin-wavparse.xml:
182         * docs/plugins/inspect/plugin-ximagesrc.xml:
183         * gst/matroska/matroska-demux.c:
184         * gst/matroska/matroska-demux.h:
185         * gst/matroska/matroska-mux.c:
186         * gst/matroska/matroska-mux.h:
187         Add documentation for matroskamux and matroskademux and
188         update the inspection xml files.
189
190 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
191
192         * configure.ac:
193         Apparently AC_CONFIG_MACRO_DIR breaks when using more
194         than one macro directory, reverting last change.
195
196 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
197
198         * configure.ac:
199         Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to
200         our M4 macros.
201
202 2008-11-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
203
204         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
205         Provide the parameters that are required for the format string
206         to fix a compiler warning.
207
208 2008-11-29  Stefan Kost  <ensonic@users.sf.net>
209
210         * gst/autodetect/gstautoaudiosrc.c:
211           Fix classification.
212
213 2008-11-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
214
215         Patch by: Cygwin Ports maintainer
216                   <yselkowitz at users dot sourceforge dot net>
217
218         * autogen.sh:
219         * configure.ac:
220         Require gettext 0.17 because older versions don't mix with libtool
221         2.2. At build time an older gettext version will still work.
222         Fixes bug #556091.
223
224 2008-11-28  Wim Taymans  <wim.taymans@collabora.co.uk>
225
226         Patch by: Peter Kjellerstedt <pkj at axis com>
227
228         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
229         Make gst_multiudpsink_render() ignore errors from sendto() instead of
230         breaking streaming. Emit a warning instead. Fixes #562572.
231
232 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
233
234         Patch by: Ron McOuat <rmcouat at smartt dot com>
235
236         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
237         (gst_soup_http_src_init), (gst_soup_http_src_dispose),
238         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property),
239         (gst_soup_http_src_authenticate_cb), (gst_soup_http_src_start):
240         * ext/soup/gstsouphttpsrc.h:
241         * tests/check/elements/souphttpsrc.c: (basic_auth_cb),
242         (digest_auth_cb), (run_test), (GST_START_TEST),
243         (souphttpsrc_suite), (run_server):
244         Add support for basic and digest authentication in souphttpsrc.
245         Fixes bug #561775.
246
247 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
248
249         Patch by: Pepijn Van Eeckhoudt
250                       <pepijn dot vaneeckhoudt at luciad dot com>
251
252         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
253         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
254         * gst/wavenc/gstwavenc.h:
255         * gst/wavenc/riff.h:
256         Add support for a-law and mu-law encoded wav files. Fixes bug #562434.
257
258 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
259
260         Patch by: 이문형 <iwings at gmail dot com>
261
262         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
263         Prevent further read/write actions taken to the connect-failed socket by
264         erroring out quickly. See #562258.
265
266 2008-11-26  Stefan Kost  <ensonic@users.sf.net>
267
268         * tests/examples/level/level-example.c:
269           Set fakesink to sync. Otherwise people might question the message
270           interval. Nevertheless the timestamp in the message is what matters.
271
272 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
273
274         * tests/icles/.cvsignore:
275         cvsignore newly generated file.
276
277 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
278
279         * gst/rtp/gstasteriskh263.c:
280         * gst/rtp/gstasteriskh263.h:
281         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps):
282         * gst/rtp/gstrtpL16depay.h:
283         * gst/rtp/gstrtpL16pay.c:
284         * gst/rtp/gstrtpL16pay.h:
285         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_setcaps):
286         * gst/rtp/gstrtpac3depay.h:
287         * gst/rtp/gstrtpamrdepay.c:
288         * gst/rtp/gstrtpamrdepay.h:
289         * gst/rtp/gstrtpamrpay.c:
290         * gst/rtp/gstrtpamrpay.h:
291         * gst/rtp/gstrtpdepay.c:
292         * gst/rtp/gstrtpdepay.h:
293         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_setcaps):
294         * gst/rtp/gstrtpg726depay.c:
295         * gst/rtp/gstrtpg726pay.c:
296         * gst/rtp/gstrtpg729depay.c:
297         * gst/rtp/gstrtpg729pay.c:
298         * gst/rtp/gstrtpgsmdepay.c:
299         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_setcaps):
300         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_setcaps):
301         * gst/rtp/gstrtph263depay.h:
302         * gst/rtp/gstrtph263pay.c:
303         * gst/rtp/gstrtph263pay.h:
304         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
305         * gst/rtp/gstrtph263pdepay.h:
306         * gst/rtp/gstrtph263ppay.c:
307         * gst/rtp/gstrtph263ppay.h:
308         * gst/rtp/gstrtph264depay.c:
309         * gst/rtp/gstrtph264depay.h:
310         * gst/rtp/gstrtph264pay.c:
311         * gst/rtp/gstrtph264pay.h:
312         * gst/rtp/gstrtpilbcdepay.c:
313         * gst/rtp/gstrtpilbcpay.c:
314         * gst/rtp/gstrtpjpegdepay.h:
315         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_setcaps):
316         * gst/rtp/gstrtpmp1sdepay.h:
317         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
318         * gst/rtp/gstrtpmp2tdepay.h:
319         * gst/rtp/gstrtpmp2tpay.c:
320         * gst/rtp/gstrtpmp2tpay.h:
321         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps):
322         * gst/rtp/gstrtpmp4apay.c:
323         * gst/rtp/gstrtpmp4apay.h:
324         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_setcaps):
325         * gst/rtp/gstrtpmp4gdepay.h:
326         * gst/rtp/gstrtpmp4gpay.c:
327         * gst/rtp/gstrtpmp4gpay.h:
328         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
329         * gst/rtp/gstrtpmp4vdepay.h:
330         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_event):
331         * gst/rtp/gstrtpmp4vpay.h:
332         * gst/rtp/gstrtpmpadepay.c:
333         * gst/rtp/gstrtpmpadepay.h:
334         * gst/rtp/gstrtpmpapay.c:
335         * gst/rtp/gstrtpmpapay.h:
336         * gst/rtp/gstrtpmpvdepay.c:
337         * gst/rtp/gstrtpmpvdepay.h:
338         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
339         * gst/rtp/gstrtppcmapay.c:
340         * gst/rtp/gstrtppcmudepay.c:
341         * gst/rtp/gstrtppcmupay.c:
342         * gst/rtp/gstrtpspeexdepay.c:
343         * gst/rtp/gstrtpspeexpay.c:
344         * gst/rtp/gstrtpsv3vdepay.c:
345         * gst/rtp/gstrtpsv3vdepay.h:
346         * gst/rtp/gstrtptheoradepay.c:
347         * gst/rtp/gstrtptheoradepay.h:
348         * gst/rtp/gstrtptheorapay.c:
349         * gst/rtp/gstrtptheorapay.h:
350         * gst/rtp/gstrtpvorbisdepay.c:
351         * gst/rtp/gstrtpvorbisdepay.h:
352         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
353         * gst/rtp/gstrtpvorbispay.h:
354         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_setcaps):
355         * gst/rtp/gstrtpvrawpay.c:
356         Fix the descriptions and fix some email addresses.
357
358 2008-11-25  Julien Moutte  <julien@fluendo.com>
359
360         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps): Add MPG1 and MPG2 fourcc
361         to supported qtdemux video codecs as I found some video clips using 
362         those.
363
364 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
365
366         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
367         * gst/autodetect/gstautoaudiosrc.c: (gst_auto_audio_src_detect):
368         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
369         (gst_auto_video_sink_detect):
370         * gst/autodetect/gstautovideosrc.c: (gst_auto_video_src_detect):
371         Post an error when we can't set the internal ghostpad target.
372
373 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
374
375         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
376         (gst_video_crop_transform), (gst_video_crop_transform_caps),
377         (gst_video_crop_set_caps), (gst_video_crop_set_property):
378         * gst/videocrop/gstvideocrop.h:
379         Fix renegotiation when changing properties using the new basetransform
380         features. Fixes #561502.
381
382         * tests/icles/Makefile.am:
383         * tests/icles/videocrop2-test.c: (make_pipeline), (main):
384         Add crazy interactive test unit for dynamically changing properties.
385
386 2008-11-24  Wim Taymans  <wim.taymans@collabora.co.uk>
387
388         * gst/rtsp/gstrtspsrc.c: (new_session_pad),
389         (gst_rtspsrc_parse_range):
390         Add some more debugging.
391         Use the reanges received from the server unconditionally.
392         Fixes #561625.
393
394 2008-11-23  Stefan Kost  <ensonic@users.sf.net>
395
396         * ext/pulse/pulsesink.c:
397           Change #if 0 to something more expresive and add pointer to related
398           bug ticket.
399
400 2008-11-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
401
402         Patch by: Tal Shalif <tshalif at nargila dot org>
403
404         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
405         Use G_{BIG,LITTLE}_ENDIAN instead of the non-GLib variants as
406         the latter don't exist on some systems (mingw). Fixes bug #561990.
407
408 2008-11-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
409
410         Patch by: Zeeshan Ali <zeeshanak at gnome dot org>
411
412         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_build_message):
413         Add transferMode.dnla.org header to HTTP requests as this is
414         required by the DLNA specs and doesn't hurt in other situations.
415         Fixes bug #561802.
416
417 2008-11-20  Michael Smith <msmith@songbirdnest.com>
418
419         * sys/osxvideo/osxvideosink.h:
420         * sys/osxvideo/osxvideosink.m:
421           Handle video window resizing more correctly, avoiding crashes when
422           embedding the window and resizing it.
423
424 2008-11-20  Michael Smith <msmith@songbirdnest.com>
425
426         * gst/udp/gstmultiudpsink.c:
427         * gst/udp/gstudpnetutils.c:
428         * gst/udp/gstudpnetutils.h:
429         * gst/udp/gstudpsrc.c:
430           Fix multiudpsink on OSX by passing the specific length of the socket,
431           refactor that into a function shared with the same thing in udpsrc.
432
433 2008-11-20  Wim Taymans  <wim.taymans@collabora.co.uk>
434
435         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
436         (uint64_ceiling_scale), (gst_wavparse_calculate_duration),
437         (gst_wavparse_stream_headers):
438         Fix the scaling code.
439         Fix parsing of the INFO chunks, we were reading the wrong number of
440         bytes.  Fixes #561580.
441
442 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
443
444         * gst/matroska/matroska-mux.c:
445         Fix NULL pointer dereference of an unset codec_id in the recently 
446         added Dirac paths
447
448 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
449
450         * tests/check/Makefile.am:
451         Just keep disabling elements that hang the states test until it
452         works.
453
454 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
455
456         * ext/libpng/gstpngenc.c:
457         Don't flush downstream after every buffer - that's not what
458         this libpng callback is for at all!
459
460 2008-11-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
461
462         * sys/v4l2/v4l2src_calls.c:
463           (gst_v4l2src_probe_caps_for_format_and_size), (sort_by_frame_size),
464           (gst_v4l2src_probe_caps_for_format):
465           Turns out we don't always get the frame sizes in a predefined
466           order from lowest to highest resolution, so let's just sort the
467           list by frame size once we've queried the possible resolutions
468           rather than assume any particular order. Fixes probed caps for
469           the camera in my HP2133 mini notebook and makes v4l2src default
470           to a decent size.
471
472 2008-11-16  Edward Hervey  <edward.hervey@collabora.co.uk>
473
474         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
475         * gst/matroska/matroska-ids.h:
476         Make mkvdemux aware of E-AC3.
477
478 2008-11-14  Wim Taymans  <wim.taymans@collabora.co.uk>
479
480         * gst/rtp/Makefile.am:
481         * gst/rtp/gstrtp.c: (plugin_init):
482         * gst/rtp/gstrtpjpegdepay.c: (gst_rtp_jpeg_depay_base_init),
483         (gst_rtp_jpeg_depay_class_init), (gst_rtp_jpeg_depay_init),
484         (gst_rtp_jpeg_depay_finalize), (MakeTables), (MakeQuantHeader),
485         (MakeHuffmanHeader), (MakeDRIHeader), (MakeHeaders),
486         (gst_rtp_jpeg_depay_setcaps), (gst_rtp_jpeg_depay_process),
487         (gst_rtp_jpeg_depay_change_state),
488         (gst_rtp_jpeg_depay_plugin_init):
489         * gst/rtp/gstrtpjpegdepay.h:
490         Add a jpeg depayloader.
491
492         * gst/rtp/gstrtpjpegpay.c:
493         Set the default properties on the payloader to better defaults.
494
495 2008-11-14  Stefan Kost  <ensonic@users.sf.net>
496
497         * sys/v4l2/gstv4l2.c:
498           Give it a primary rank for autovideosrc.
499
500 2008-11-14  Wim Taymans  <wim.taymans@collabora.co.uk>
501
502         Patch by: Bjorn Ostby <bjornos at axis dot com>
503
504         * gst/rtp/Makefile.am:
505         * gst/rtp/gstrtp.c: (plugin_init):
506         * gst/rtp/gstrtpjpegpay.c: (gst_rtp_jpeg_pay_base_init),
507         (gst_rtp_jpeg_pay_class_init), (gst_rtp_jpeg_pay_init),
508         (gst_rtp_jpeg_pay_setcaps), (gst_rtp_jpeg_pay_header_size),
509         (gst_rtp_jpeg_pay_read_quant_table),
510         (gst_rtp_jpeg_pay_scan_marker), (gst_rtp_jpeg_pay_handle_buffer),
511         (gst_rtp_jpeg_pay_set_property), (gst_rtp_jpeg_pay_get_property),
512         (gst_rtp_jpeg_pay_plugin_init):
513         * gst/rtp/gstrtpjpegpay.h:
514         Add JPEG payloader. Fixes #560756.
515
516 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
517
518         Patch by: Fabricio Godoy <skarllot at gmail dot com>
519
520         * sys/oss/gstosssink.c: (gst_oss_sink_open):
521         * sys/oss/gstosssrc.c: (gst_oss_src_open):
522         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_mmap):
523         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
524         Fix some spelling mistakes. Fixes #556802.
525
526 2008-11-13  Stefan Kost  <ensonic@users.sf.net>
527
528         * gst/equalizer/GstIirEqualizer10Bands.prs:
529         * gst/equalizer/GstIirEqualizer3Bands.prs:
530         * gst/equalizer/Makefile.am:
531         * gst/equalizer/gstiirequalizer10bands.c:
532         * gst/equalizer/gstiirequalizer3bands.c:
533           Add presets for equalizer. Fixes #522183.
534
535 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
536
537         * gst/rtsp/Makefile.am:
538         * gst/rtsp/gstrtsp.c: (plugin_init):
539         * gst/rtsp/gstrtspgoogle.c:
540         * gst/rtsp/gstrtspgoogle.h:
541         Remove google extension again, it's not needed anymore because we never
542         send multiple transports anymore.
543
544 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
545
546         Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
547
548         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_nat_method_get_type),
549         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
550         (gst_rtspsrc_get_property), (gst_rtspsrc_create_stream),
551         (gst_rtspsrc_stream_free),
552         (gst_rtspsrc_stream_configure_udp_sinks),
553         (gst_rtspsrc_stream_configure_transport),
554         (gst_rtspsrc_send_dummy_packets),
555         (gst_rtspsrc_create_transports_string),
556         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
557         * gst/rtsp/gstrtspsrc.h:
558         Add property to configure NAT traversal method.
559         Ignore EOS from the internal sinks.
560         Implement sending dummy packets as a (simple) method to open up
561         some firewalls.
562         Send PLAY request to the server after we started the udp sources.
563         Fixes #559545.
564
565 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
566
567         Patch by: Yotam <sh dot yotam at gmail dot com>
568
569         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_event):
570         Flush the remaining frames on EOS. Fixes #560641.
571
572 2008-11-12  Jan Schmidt  <jan.schmidt@sun.com>
573
574         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_handle_buffer):
575         Fix compiler warning about printf formatting.
576
577 2008-11-12  Andy Wingo  <wingo@pobox.com>
578
579         * gst/qtdemux/qtdemux.h (struct _GstQTDemux):
580         * gst/qtdemux/qtdemux.c (gst_qtdemux_do_seek): Queue up new
581         segment events instead of sending them from the seeking thread.
582         Fixes #559288.
583         (gst_qtdemux_push_pending_newsegment): New helper, sends out
584         queued newsegment events.
585         (gst_qtdemux_loop_state_movie): Voilà, call it here. Only need to
586         call it here, as we only seek when looping, and only push in the
587         movie state.
588
589 2008-11-11  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
590
591         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_tmpo),
592         (qtdemux_tag_add_covr), (qtdemux_parse_udta):
593         * gst/qtdemux/qtdemux_fourcc.h:
594         * gst/qtdemux/qtdemux_types.c:
595         Add cover and alternative copyright tag, and enhance some existing
596         ones by marking them as container atoms.
597
598 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
599
600         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_set_caps):
601         Don't ignore the return value of setcaps.
602
603 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
604
605         Patch by: Olivier Crete <tester at tester dot ca>
606
607         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_base_init),
608         (gst_rtp_g729_pay_class_init), (gst_rtp_g729_pay_init),
609         (gst_rtp_g729_pay_set_caps), (gst_rtp_g729_pay_handle_buffer):
610         * gst/rtp/gstrtpg729pay.h:
611         Replace G729 payloader with an improved version. Fixes #532409.
612
613 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
614
615         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_transports_string),
616         (gst_rtspsrc_change_state):
617         Only send one transport at a time for improved compatibility with some
618         broken servers. See #537832.
619
620 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
621
622         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
623         (gst_rtspsrc_perform_seek):
624         Only pause/play in the seek handler when the source was playing.
625         Fixes #529379.
626
627 2008-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
628
629         * gst/matroska/matroska-mux.c:
630         (gst_matroska_mux_handle_dirac_packet):
631         Fix muxing of Dirac streams if the input already has the format
632         we need, i.e. is the output of matroskademux.
633
634 2008-11-11  Stefan Kost  <ensonic@users.sf.net>
635
636         * gst/avi/gstavimux.c:
637           Don't segfault on string typed tags being NULL. Fixes #560155.
638
639 2008-11-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
640
641         * gst/matroska/matroska-mux.c: (aac_codec_data_to_codec_id),
642         (gst_matroska_mux_audio_pad_setcaps):
643         Fix mapping AAC profile to Matroska codec id.
644
645 2008-11-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
646
647         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
648         (qtdemux_video_caps), (qtdemux_audio_caps):
649         Refactor some raw audio caps building, and handle >16-bit cases.
650         Fix/replace building caps from a string description.
651
652 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
653
654         * gst/audiofx/audiowsincband.c:
655         * gst/audiofx/audiowsinclimit.c:
656         * gst/cutter/gstcutter.c:
657           Make author name consistent with others.
658
659 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
660
661         Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
662
663         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_perform_seek),
664         (gst_rtspsrc_stream_configure_udp_sink):
665         Pause the RTSP stream before doing a new play request.
666         Make sure that adding the udpsinks does not cause the rtspsrc to become
667         a sink. Fixes #559547.
668
669 2008-11-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
670
671         * gst/matroska/matroska-ids.h:
672         * gst/matroska/matroska-mux.c: (gst_matroska_pad_free),
673         (gst_matroska_mux_handle_dirac_packet),
674         (gst_matroska_mux_write_data):
675         Implement Dirac muxing into Matroska comforming to the spec, i.e.
676         put all Dirac packages up to a picture into a Matroska block.
677
678         TODO: Implement writing of the ReferenceBlock Matroska elements,
679         currently the Dirac muxing is only 100% correct if Matroska version 2
680         is selected for muxing.
681
682 2008-11-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
683
684         Patch by: Bastien Nocera <hadess at hadess dot net>,
685                   Hans de Goede <jwrdegoede at fedoraproject dot org>
686
687         * configure.ac:
688         * sys/v4l2/Makefile.am:
689         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read):
690         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
691         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_close),
692         (gst_v4l2_get_norm), (gst_v4l2_set_norm), (gst_v4l2_get_frequency),
693         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
694         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute),
695         (gst_v4l2_get_input), (gst_v4l2_set_input):
696         * sys/v4l2/v4l2_calls.h:
697         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
698         (gst_v4l2_buffer_new), (gst_v4l2_buffer_pool_finalize),
699         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
700         (gst_v4l2src_fill_format_list),
701         (gst_v4l2src_probe_caps_for_format_and_size),
702         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame),
703         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init),
704         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop),
705         (gst_v4l2src_get_nearest_size):
706         Optionally use libv4l to access v4l2 devices. Fixes bug #545033.
707
708 2008-11-04  Stefan Kost  <ensonic@users.sf.net>
709
710         * ext/aalib/Makefile.am:
711         * ext/annodex/Makefile.am:
712         * ext/cairo/Makefile.am:
713         * ext/dv/Makefile.am:
714         * ext/esd/Makefile.am:
715         * ext/flac/Makefile.am:
716         * ext/gconf/Makefile.am:
717         * ext/gdk_pixbuf/Makefile.am:
718         * ext/hal/Makefile.am:
719         * ext/jpeg/Makefile.am:
720         * ext/ladspa/Makefile.am:
721         * ext/libcaca/Makefile.am:
722         * ext/libmng/Makefile.am:
723         * ext/libpng/Makefile.am:
724         * ext/mikmod/Makefile.am:
725         * ext/pulse/Makefile.am:
726         * ext/raw1394/Makefile.am:
727         * ext/shout2/Makefile.am:
728         * ext/soup/Makefile.am:
729         * ext/speex/Makefile.am:
730         * ext/taglib/Makefile.am:
731         * ext/wavpack/Makefile.am:
732         * gst/alpha/Makefile.am:
733         * gst/apetag/Makefile.am:
734         * gst/audiofx/Makefile.am:
735         * gst/auparse/Makefile.am:
736         * gst/autodetect/Makefile.am:
737         * gst/avi/Makefile.am:
738         * gst/cutter/Makefile.am:
739         * gst/debug/Makefile.am:
740         * gst/effectv/Makefile.am:
741         * gst/equalizer/Makefile.am:
742         * gst/flx/Makefile.am:
743         * gst/goom/Makefile.am:
744         * gst/goom2k1/Makefile.am:
745         * gst/icydemux/Makefile.am:
746         * gst/id3demux/Makefile.am:
747         * gst/interleave/Makefile.am:
748         * gst/law/Makefile.am:
749         * gst/level/Makefile.am:
750         * gst/matroska/Makefile.am:
751         * gst/median/Makefile.am:
752         * gst/monoscope/Makefile.am:
753         * gst/multifile/Makefile.am:
754         * gst/multipart/Makefile.am:
755         * gst/oldcore/Makefile.am:
756         * gst/qtdemux/Makefile.am:
757         * gst/replaygain/Makefile.am:
758         * gst/rtp/Makefile.am:
759         * gst/rtsp/Makefile.am:
760         * gst/smpte/Makefile.am:
761         * gst/spectrum/Makefile.am:
762         * gst/udp/Makefile.am:
763         * gst/videobox/Makefile.am:
764         * gst/videocrop/Makefile.am:
765         * gst/videofilter/Makefile.am:
766         * gst/videomixer/Makefile.am:
767         * gst/wavenc/Makefile.am:
768         * gst/wavparse/Makefile.am:
769         * sys/directdraw/Makefile.am:
770         * sys/directsound/Makefile.am:
771         * sys/oss/Makefile.am:
772         * sys/osxaudio/Makefile.am:
773         * sys/osxvideo/Makefile.am:
774         * sys/sunaudio/Makefile.am:
775         * sys/v4l2/Makefile.am:
776         * sys/waveform/Makefile.am:
777         * sys/ximage/Makefile.am:
778           Don't install static libs for plugins. Fixes #550851 for -good.
779
780 2008-10-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
781
782         * ext/flac/Makefile.am:
783         Include $(FLAC_CFLAGS) in CFLAGS to make sure to find the FLAC headers.
784         This fixes compilation if FLAC is installed in an uncommon location
785         that is not already handled by other CFLAGS. Fixes bug #558711.
786
787 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
788
789         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank):
790         Guard more uncommon formats with ifdefs so that we can compile on older
791         versions.
792
793 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
794
795         Patch by: Nick Haddad <nick at haddads dot net>
796
797         * gst/avi/gstavidemux.c: (gst_avi_demux_is_uncompressed),
798         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
799         (gst_avi_demux_stream_data):
800         Invert other uncompressed RGB formats. Fixes #558554.
801
802 2008-10-30  Sebastian Dröge  <slomo@circular-chaos.org>
803
804         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
805         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
806         * gst/wavenc/gstwavenc.h:
807         Add support for float/double as input and remove the (nowadays)
808         useless parsing of the depth as we require width==depth.
809
810 2008-10-30  Wim Taymans  <wim.taymans@collabora.co.uk>
811
812         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps):
813         * gst/rtp/gstrtpmpapay.c:
814         Narrow down the caps of the mpeg audio pay/depayloaders to only accept
815         mpeg version 1. Fixes #558427.
816
817 2008-10-29  Wim Taymans  <wim.taymans@collabora.co.uk>
818
819         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_flush),
820         (gst_rtp_L16_pay_getcaps):
821         Only put an integral amount of samples in the RTP packet.
822         Fixes #556641.
823
824 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
825
826         * gst/rtp/gstrtpchannels.c: (gst_rtp_channels_get_by_index):
827         * gst/rtp/gstrtpchannels.h:
828         Add method to get possible channel positions.
829
830 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
831
832         * gst/rtp/Makefile.am:
833         Also commit updated makefile
834
835 2008-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
836
837         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
838         Don't allow width=32,depth=24 as input. WAV requires that the width
839         is the next integer multiply of 8 from the depth.
840
841 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
842
843         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps):
844         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
845         (gst_rtp_L16_pay_getcaps):
846         * gst/rtp/gstrtpchannels.c: (check_channels),
847         (gst_rtp_channels_get_by_pos), (gst_rtp_channels_get_by_order),
848         (gst_rtp_channels_create_default):
849         * gst/rtp/gstrtpchannels.h:
850         Add mappings for multichannel support. Does not completely just work
851         because the getcaps function does not yet return the allowed channel
852         mappings. See #556641.
853
854 2008-10-28  Stefan Kost  <ensonic@users.sf.net>
855
856         * gst/goom/Makefile.am:
857         * gst/goom/README:
858         * gst/goom/config_param.c:
859         * gst/goom/convolve_fx.c:
860         * gst/goom/drawmethods.c:
861         * gst/goom/drawmethods.h:
862         * gst/goom/filters.c:
863         * gst/goom/filters_mmx.s:
864         * gst/goom/flying_stars_fx.c:
865         * gst/goom/goom.h:
866         * gst/goom/goom_config.h:
867         * gst/goom/goom_config_param.h:
868         * gst/goom/goom_core.c:
869         * gst/goom/goom_filters.h:
870         * gst/goom/goom_fx.h:
871         * gst/goom/goom_graphic.h:
872         * gst/goom/goom_plugin_info.h:
873         * gst/goom/goom_tools.c:
874         * gst/goom/goom_tools.h:
875         * gst/goom/goom_typedefs.h:
876         * gst/goom/goom_visual_fx.h:
877         * gst/goom/graphic.c:
878         * gst/goom/ifs.c:
879         * gst/goom/ifs.h:
880         * gst/goom/lines.c:
881         * gst/goom/lines.h:
882         * gst/goom/mathtools.c:
883         * gst/goom/mathtools.h:
884         * gst/goom/mmx.c:
885         * gst/goom/motif_goom1.h:
886         * gst/goom/motif_goom2.h:
887         * gst/goom/plugin_info.c:
888         * gst/goom/ppc_drawings.h:
889         * gst/goom/ppc_zoom_ultimate.h:
890         * gst/goom/sound_tester.c:
891         * gst/goom/sound_tester.h:
892         * gst/goom/surf3d.c:
893         * gst/goom/surf3d.h:
894         * gst/goom/tentacle3d.c:
895         * gst/goom/tentacle3d.h:
896         * gst/goom/v3d.c:
897         * gst/goom/v3d.h:
898         * gst/goom/xmmx.c:
899           Add license headers in all source files. Remove filter.c from
900           EXTRA_DIST, as its in SOURCES already. Mention the files in the REDME
901           which are not used right now. Fixes #557709.
902
903 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
904
905         Patch by: Olivier Crete <tester at tester dot ca>
906
907         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_class_init),
908         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_getcaps):
909         Implement getcaps in rtpL16pay. Fixes #556484.
910
911 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
912
913         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps),
914         (gst_rtp_L16_depay_process):
915         Check if clock-rate and channels are valid.
916         Don't ignore the return value of setcaps.
917         No need to validate the buffer, the base class does that for us.
918         Use the marker bit to set the DISCONT flag on outgoing buffers.
919
920         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps):
921         Don't ignore the return value of set_outcaps.
922
923         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_setcaps),
924         (gst_rtp_ac3_depay_process):
925         Don't ignore the return value of set_caps.
926         No need to validate the buffer, the base class does that for us.
927
928         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
929         (gst_rtp_amr_depay_process):
930         * gst/rtp/gstrtpamrdepay.h:
931         Don't ignore the return value of setcaps.
932         No need to validate the buffer, the base class does that for us.
933         No need to set output caps on the buffers, the base class does that for
934         us.
935         The subclass will make sure we are negotiated.
936         
937         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_setcaps),
938         (gst_rtp_dv_depay_process), (gst_rtp_dv_depay_reset):
939         * gst/rtp/gstrtpdvdepay.h:
940         Clean up caps negotiation.
941         The subclass will make sure we are negotiated.
942
943         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_setcaps),
944         (gst_rtp_g726_depay_process):
945         Clean up caps negotiation.
946         Use the marker bit to set the DISCONT flag on outgoing buffers.
947
948         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_init),
949         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process):
950         * gst/rtp/gstrtpg729depay.h:
951         The subclass will make sure we are negotiated.
952         Use the marker bit to set the DISCONT flag on outgoing buffers.
953
954         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_setcaps),
955         (gst_rtp_gsm_depay_process):
956         Clean up caps negotiation.
957         Use the marker bit to set the DISCONT flag on outgoing buffers.
958
959         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_setcaps):
960         Clean up caps negotiation.
961         Don't ignore the return value of set_outcaps.
962
963         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_setcaps),
964         (gst_rtp_h263_depay_process):
965         Clean up caps negotiation.
966         No need to validate the buffer, the base class does that for us.
967
968         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_setcaps),
969         (gst_rtp_h263_pay_flush), (gst_rtp_h263_pay_handle_buffer):
970         * gst/rtp/gstrtph263pay.h:
971         Don't ignore the return value of set_outcaps.
972         Do some more timestamps.
973
974         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
975         (gst_rtp_h263p_depay_process):
976         Clean up caps negotiation.
977         Don't ignore the return value of setcaps.
978         No need to validate the buffer, the base class does that for us.
979
980         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init),
981         (gst_rtp_h263p_pay_setcaps), (gst_rtp_h263p_pay_flush),
982         (gst_rtp_h263p_pay_handle_buffer):
983         * gst/rtp/gstrtph263ppay.h:
984         Don't ignore the return value of set_outcaps.
985         Do some more timestamps.
986
987         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps),
988         (gst_rtp_h264_depay_process):
989         Clean up caps negotiation.
990         Don't ignore the return value of setcaps.
991         Fix possible caps leak.
992         No need to validate the buffer, the base class does that for us.
993
994         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps):
995         Add some more debug info.
996
997         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps),
998         (gst_rtp_ilbc_depay_process):
999         Clean up caps negotiation.
1000         Use the marker bit to set the DISCONT flag on outgoing buffers.
1001
1002         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_sink_setcaps):
1003         Clean up caps negotiation.
1004
1005         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_setcaps),
1006         (gst_rtp_mp1s_depay_process):
1007         Clean up caps negotiation.
1008         Don't ignore the return value of setcaps.
1009         No need to validate the buffer, the base class does that for us.
1010         No need to set caps on buffers, subclass does that for us.
1011
1012         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
1013         (gst_rtp_mp2t_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         No need to set caps on buffers, subclass does that for us.
1018
1019         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
1020         (gst_rtp_mp4a_depay_process):
1021         Clean up caps negotiation.
1022         Don't ignore the return value of setcaps.
1023         No need to validate the buffer, the base class does that for us.
1024
1025         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_new_caps),
1026         (gst_rtp_mp4a_pay_setcaps):
1027         Don't ignore the return value of set_outcaps.
1028
1029         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_setcaps),
1030         (gst_rtp_mp4g_depay_process):
1031         Clean up caps negotiation.
1032         Don't ignore the return value of setcaps.
1033         No need to validate the buffer, the base class does that for us.
1034         No need to set caps on buffers, subclass does that for us.
1035
1036         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize),
1037         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps):
1038         Don't ignore the return value of set_outcaps.
1039
1040         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
1041         (gst_rtp_mp4v_depay_process):
1042         Clean up caps negotiation.
1043         Don't ignore the return value of setcaps.
1044         No need to validate the buffer, the base class does that for us.
1045         No need to set caps on buffers, subclass does that for us.
1046
1047         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_new_caps),
1048         (gst_rtp_mp4v_pay_setcaps):
1049         Don't ignore the return value of set_outcaps.
1050
1051         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps),
1052         (gst_rtp_mpa_depay_process):
1053         Clean up caps negotiation.
1054         Don't ignore the return value of setcaps.
1055         No need to validate the buffer, the base class does that for us.
1056         Use the marker bit to set the DISCONT flag on outgoing buffers.
1057
1058         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_setcaps):
1059         Don't ignore the return value of set_outcaps.
1060
1061         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_setcaps),
1062         (gst_rtp_mpv_depay_process):
1063         Clean up caps negotiation.
1064         Actually set output caps.
1065         No need to validate the buffer, the base class does that for us.
1066
1067         * gst/rtp/gstrtpmpvpay.c: (gst_rtp_mpv_pay_setcaps):
1068         Don't ignore the return value of set_outcaps.
1069
1070         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps),
1071         (gst_rtp_pcma_depay_process):
1072         Clean up caps negotiation.
1073         Set output buffer duration because we can.
1074         Use the marker bit to set the DISCONT flag on outgoing buffers.
1075
1076         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_setcaps):
1077         Don't ignore the return value of set_outcaps.
1078
1079         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps),
1080         (gst_rtp_pcmu_depay_process):
1081         Clean up caps negotiation.
1082         Use the marker bit to set the DISCONT flag on outgoing buffers.
1083
1084         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_setcaps):
1085         Don't ignore the return value of set_outcaps.
1086
1087         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
1088         (gst_rtp_speex_depay_setcaps), (gst_rtp_speex_depay_process):
1089         Clean up caps negotiation.
1090         Set output caps on the pad and header buffers.
1091         Set duration on output buffers because we can.
1092
1093         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_parse_ident):
1094         Don't ignore the return value of set_outcaps.
1095
1096         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_setcaps),
1097         (gst_rtp_sv3v_depay_process):
1098         Clean up caps negotiation.
1099         No need to validate the buffer, the base class does that for us.
1100         No need to set caps out output buffers, subclass does that.
1101
1102         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps),
1103         (gst_rtp_theora_depay_process):
1104         Don't ignore the return value of setcaps.
1105         No need to validate the buffer, the base class does that for us.
1106
1107         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_class_init),
1108         (gst_rtp_theora_pay_flush_packet), (encode_base64),
1109         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
1110         (gst_rtp_theora_pay_handle_buffer):
1111         Don't ignore the return value of set_outcaps.
1112
1113         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
1114         (gst_rtp_vorbis_depay_process):
1115         Don't ignore the return value of setcaps.
1116         No need to validate the buffer, the base class does that for us.
1117
1118         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
1119         Don't ignore the return value of set_outcaps.
1120
1121         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_setcaps):
1122         Clean up caps negotiation, don't ignore setcaps return.
1123
1124         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_setcaps):
1125         Don't ignore the return value of set_outcaps.
1126
1127 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1128
1129         * gst/matroska/matroska-demux.c:
1130         (gst_matroska_demux_handle_src_event):
1131         Forward unknown events upstream.
1132
1133 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1134
1135         * tests/check/elements/icydemux.c: (icydemux_found_pad):
1136         Add some refcount check
1137
1138         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_run):
1139         Don't ignore the result of write(), fixes a  compiler warning for me.
1140
1141         * tests/icles/videobox-test.c: (main):
1142         Make the output a little more pretty.
1143
1144 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
1145
1146         * ext/esd/esdmon.c:
1147           Add doc blob.
1148
1149 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
1150
1151         * docs/plugins/Makefile.am:
1152         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1153         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1154         * docs/plugins/gst-plugins-good-plugins.args:
1155         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1156         * docs/plugins/gst-plugins-good-plugins.interfaces:
1157         * docs/plugins/inspect/plugin-autodetect.xml:
1158           Add the docs of the new elements.
1159
1160 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1161
1162         * gst/autodetect/gstautoaudiosrc.c:
1163         (gst_auto_audio_src_class_init):
1164         * gst/autodetect/gstautovideosrc.c:
1165         (gst_auto_video_src_class_init):
1166         Fix "Since" tags in the documentation.
1167
1168 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1169
1170         Patch by: Sjoerd Simons <sjoerd at luon dot net>
1171
1172         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
1173         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property):
1174         Add support for souphttpsrc to act as a live source. This makes it
1175         possible to get timestamped buffers in combination with the
1176         "do-timestamp" property. Fixes bug #556019.
1177
1178 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
1179
1180         * gst/autodetect/Makefile.am:
1181         * gst/autodetect/gstautoaudiosink.c:
1182         * gst/autodetect/gstautoaudiosrc.c:
1183         * gst/autodetect/gstautoaudiosrc.h:
1184         * gst/autodetect/gstautodetect.c:
1185         * gst/autodetect/gstautovideosink.c:
1186         * gst/autodetect/gstautovideosrc.c:
1187         * gst/autodetect/gstautovideosrc.h:
1188           Implement src plugins. Little code/string cleanup in the sinks.
1189           Fixes #523813.
1190
1191 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1192
1193         Patch by: Peter Kjellerstedt <pkj at axis com>
1194
1195         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
1196         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad):
1197         Fix a memory leak when pads are requested but the pipeline never
1198         goes into PLAYING.
1199
1200         Correctly remove request pads, no matter if they have collected
1201         data or not.
1202
1203         Fixes bug #557710.
1204
1205 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1206
1207         Patch by: <lrn1986 at gmail dot com>
1208
1209         * gst/udp/gstudpnetutils.h:
1210         Define the correct WINVER so getaddinfo() can be used when using
1211         mingw32. Fixes bug #557294.
1212
1213 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1214
1215         Patch by: <lrn1986 at gmail dot com>
1216
1217         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
1218         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
1219         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1220         Fix "argument type mismatch" compiler warnings on Windows.
1221         Fixes bug #557293.
1222
1223 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1224
1225         * gst/equalizer/gstiirequalizer.c: (update_coefficients):
1226         Don't calculate the filter coefficients for every single buffer
1227         but only when it's needed. Fixes bug #557260.
1228
1229 2008-10-26  Jan Schmidt  <jan.schmidt@sun.com>
1230
1231         * configure.ac:
1232         Back to development -> 0.10.11.1
1233
1234 2008-10-25  Jan Schmidt  <jan.schmidt@sun.com>
1235
1236         * gst-plugins-good.doap:
1237         Fix version number of 0.10.11 release in doap file
1238
1239 === release 0.10.11 ===
1240
1241 2008-10-24  Jan Schmidt <jan.schmidt@sun.com>
1242
1243         * configure.ac:
1244           releasing 0.10.11, "Secondary Consideration"
1245
1246 2008-10-24  Jan Schmidt  <jan.schmidt@sun.com>
1247
1248         * configure.ac:
1249         Commit 0.10.10.4 pre-release
1250
1251 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
1252
1253         * gst/avi/gstavimux.c:
1254         Fix VPRP chunk setup in avimux.
1255         Fixes: #556010
1256         Patch By: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
1257
1258 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
1259
1260         * gst/videobox/gstvideobox.c:
1261         support dynamically changing properties in videobox
1262         Fixed: #557085
1263         Patch By: Wim Taymans <wim.taymans@collabora.co.uk>
1264
1265 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
1266
1267         * configure.ac:
1268         0.10.10.3 pre-release
1269
1270 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
1271
1272         * tests/check/Makefile.am:
1273         Don't run the states test on pulsesrc and pulsesink
1274
1275 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
1276
1277         * configure.ac:
1278         Commit 0.10.10.2 pre-release bump that actually went
1279         out on 2008-10-11
1280
1281 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1282
1283         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
1284         Skip entries for streams that don't have a output pad yet, thereby
1285         avoiding calling pad functions with a NULL pad.
1286         Fixes #556424
1287
1288 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1289
1290         * gst/qtdemux/qtdemux.c: Remove previous wrong commit
1291         * tests/check/elements/icydemux.c: (icydemux_found_pad):
1292         Remove problematic and useless refcount check.
1293         Fixes #556381
1294
1295 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1296
1297         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
1298         Remove problematic and useless refcount check.
1299         Fixes #556381
1300
1301 2008-10-10  Jan Schmidt  <jan.schmidt@sun.com>
1302
1303         * ext/flac/gstflacdec.c (gst_flac_dec_read_stream):
1304         * ext/flac/gstflacenc.c (gst_flac_enc_write_callback):
1305         Cast some size_t arguments to guint to avoid compiler
1306         warnings on 64-bit systems.
1307
1308 2008-10-09  Wim Taymans  <wim.taymans@collabora.co.uk>
1309
1310         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event):
1311         Return TRUE instead of FALSE from the event handler when we swallowed the
1312         event.
1313
1314 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1315
1316         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
1317         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index):
1318         Reset header state. Fixes #555321.
1319
1320 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1321
1322         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
1323         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index):
1324         * gst/avi/gstavidemux.h:
1325         For timestamping audio packets we need to take into account the
1326         amount of blocks in one entry using the blockalign. Fixes some sync
1327         issues with zero-padded audio blocks in the beginning of avi files.
1328
1329 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1330
1331         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_class_init),
1332         (gst_multi_file_src_query):
1333         Implement DEFAULT and BUFFER position queries. See #555260.
1334
1335 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
1336
1337         * sys/ximage/gstximagesrc.c: (gst_ximage_src_stop):
1338         Fix build for systems that don't have XDamage.
1339
1340 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
1341
1342         * tests/examples/rtp/client-H263p.sdp:
1343         * tests/examples/rtp/client-H263p.sh:
1344         * tests/examples/rtp/server-VTS-H263p.sh:
1345         Add some more H263p server and client examples.
1346
1347 2008-10-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1348
1349         * configure.ac::
1350           Depend on released versions of core and base.
1351
1352 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1353
1354         * ext/pulse/pulsesink.c: (gst_pulsesink_write):
1355         * ext/pulse/pulsesrc.c: (gst_pulsesrc_read):
1356         Return -1 instead of 0 in error cases. Fixes #554771.
1357
1358 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1359
1360         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
1361         (gst_ximage_src_stop), (gst_ximage_src_ximage_get):
1362         Stop leaking the cursor image.
1363         Unref the last_ximage and the cached cursor image on shutdown.
1364         Fixes #551570.
1365
1366 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1367
1368         * sys/v4l2/gstv4l2object.h:
1369         Getting the Class from an instance is not just a matter of casting it to
1370         the class struct but it involves calling G_OBJECT_GET_CLASS on the
1371         instance. Fixes #549784.
1372
1373 2008-10-01  Michael Smith <msmith@songbirdnest.com>
1374
1375         * configure.ac:
1376           Fix libs for linking directsound.
1377         * sys/directsound/gstdirectsoundsink.c:
1378           Fix buffer sizing to prevent racing the ringbuffer at startup.
1379           Add volume property.
1380
1381 2008-09-27  Jan Schmidt  <jan.schmidt@sun.com>
1382
1383         * ext/pulse/pulsesink.c:
1384         Fix problems with pulsesink randomly erroring with code 'OK' after a
1385         format change on the stream by waiting when disconnecting the stream.
1386
1387 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1388
1389         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init),
1390         (gst_rtp_amr_depay_process):
1391         Mark DISCONT on output buffers when the marker bit signals a new talk
1392         spurt.
1393
1394         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
1395         Set the marker bit for buffers with a DISCONT flag to signal a talk
1396         spurt.
1397
1398 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1399
1400         * gst/rtp/Makefile.am:
1401         * gst/rtp/gstrtp.c: (plugin_init):
1402         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_get_type),
1403         (gst_rtp_mp4a_pay_base_init), (gst_rtp_mp4a_pay_class_init),
1404         (gst_rtp_mp4a_pay_init), (gst_rtp_mp4a_pay_finalize),
1405         (gst_rtp_mp4a_pay_parse_audio_config), (gst_rtp_mp4a_pay_new_caps),
1406         (gst_rtp_mp4a_pay_setcaps), (gst_rtp_mp4a_pay_handle_buffer),
1407         (gst_rtp_mp4a_pay_change_state), (gst_rtp_mp4a_pay_plugin_init):
1408         * gst/rtp/gstrtpmp4apay.h:
1409         Added MP4A-LATM payloader to match the depayloader.
1410
1411 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1412
1413         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
1414         (gst_videomixer_sink_event):
1415         Handle segments a little better. Fixes #537361.
1416
1417 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1418
1419         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
1420         Don't assume the server supports PAUSE by default. Fixes #551048.
1421
1422 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1423
1424         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
1425         (gst_udpsrc_set_uri), (gst_udpsrc_start):
1426         Switch on the socket family to get the addrlen size right.
1427
1428 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1429
1430         Patch by: Daniel Franke <df at dfranke dot us>
1431
1432         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
1433         OS X's bind() implementation is picky about its addrlen parameter and
1434         fails with EINVAL if it is larger than expected for the socket's address
1435         family. Set the length to the expected length instead. Fixes #553191.
1436
1437 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1438
1439         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1440         Handle the case where we cannot do desribe or when the describe result
1441         does not contain a valid SDP message.
1442
1443 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1444
1445         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_set_property):
1446         Fix setting the qos.
1447
1448 2008-09-17  Edward Hervey  <edward.hervey@collabora.co.uk>
1449
1450         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header),
1451         (gst_qtdemux_chain):
1452         Some 'broken' files out there have atom lengths of zero...
1453         which basically results in qtdemux consuming that atom again and again
1454         until the *end of night* !
1455         Detect that and emits an adequate element error message.
1456
1457 2008-09-17  Jan Schmidt  <jan.schmidt@sun.com>
1458
1459         * gst/interleave/Makefile.am:
1460         * gst/matroska/Makefile.am:
1461         Fix build flags order.
1462
1463         * tests/check/elements/audioamplify.c: (GST_START_TEST):
1464         * tests/check/elements/audiodynamic.c: (GST_START_TEST):
1465         * tests/check/elements/audioinvert.c: (GST_START_TEST):
1466         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
1467         Format fixes.
1468
1469         * tests/check/elements/multifile.c:
1470         Pull in unistd.h
1471
1472 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1473
1474         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_init),
1475         (gst_rtp_mp4g_depay_finalize), (gst_rtp_mp4g_depay_setcaps),
1476         (gst_rtp_mp4g_depay_clear_queue), (gst_rtp_mp4g_depay_flush_queue),
1477         (gst_rtp_mp4g_depay_queue), (gst_rtp_mp4g_depay_process),
1478         (gst_rtp_mp4g_depay_change_state):
1479         * gst/rtp/gstrtpmp4gdepay.h:
1480         Handle interleaved streams by reordering AU in a queue.
1481
1482 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1483
1484         * gst/rtp/gstrtpmp4gdepay.c: (gst_bs_parse_init),
1485         (gst_bs_parse_read), (gst_rtp_mp4g_depay_process):
1486         Change some of the ranges in the caps, mostly for the amount of bits we
1487         can use.
1488         Added a little bitstream parse and use it to parse the AU header fields.
1489         Check for malformed and wrongly sized packets better.
1490         Implement more header field parsing.
1491         Handle the size of fragmented packets correctly.
1492
1493 2008-09-14  Edward Hervey  <edward.hervey@collabora.co.uk>
1494
1495         Patch by: Jonathan Matthew <notverysmart@gmail.com>
1496         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
1497         Add mapping for 'tiff' => image/tiff
1498         Fixes #552213
1499
1500 2008-09-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
1501
1502
1503         * ext/raw1394/gstdv1394src.c: (SEND_COMMAND):
1504         * ext/raw1394/gsthdv1394src.c: (SEND_COMMAND):
1505           Pretend to care about the result of write() which works around
1506           compiler warnings.
1507
1508 2008-09-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1509
1510         * ext/flac/gstflacenc.c: (gst_flac_enc_class_init):
1511           Make sure the desired default values are actually set, not only
1512           registered as defaults (actual problem is that the stereo-specific
1513           values are only updated if channels==2, which is not the case yet
1514           when the object is created, so the default values for the
1515           mid-side-stereo and loose-mid-side-stereo settings are never
1516           set in _update_quality()). Makes flacenc create smaller files by
1517           default (for stereo input), and fixes #550791.
1518
1519 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1520
1521         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1522         (gst_qtdemux_loop_state_header), (qtdemux_parse_node),
1523         (qtdemux_parse_trak), (qtdemux_video_caps):
1524         * gst/qtdemux/qtdemux.h:
1525         * gst/qtdemux/qtdemux_fourcc.h:
1526         * gst/qtdemux/qtdemux_types.c:
1527         Add support for video/mj2 mime-type and its additional atoms/boxes.
1528         Fixes #550646.
1529
1530 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
1531
1532         * gst/debug/gsttaginject.c:
1533           Add warning when tags parameter is unparsable and give example for
1534           quoting in the docs.
1535
1536 2008-09-02  Wim Taymans  <wim.taymans@collabora.co.uk>
1537
1538         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
1539         Add mapping for IMA Loki SDL MJPEG ADPCM codec.
1540         Add some alternative byteswapped mappings that seem to pop up sometimes.
1541         Fixes #550288.
1542
1543 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1544
1545         * po/LINGUAS:
1546         * po/POTFILES.in:
1547         * po/POTFILES.skip:
1548           Add 'ca' to LINGUAS; add some more files with translations and some
1549           files which should be ignored by translation tools.
1550
1551 2008-09-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1552
1553         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
1554         * ext/speex/gstspeexdec.h:
1555         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
1556         * ext/speex/gstspeexenc.h:
1557         Use integer encoding and decoding functions instead of converting
1558         the integer input to float in the element. The libspeex integer
1559         functions are doing this for us already or, if libspeex was compiled
1560         in integer mode, they're doing everything using integer arithmetics.
1561         Also saves some copying around.
1562
1563 2008-09-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
1564
1565         * configure.ac:
1566           Fix --disable-external
1567
1568 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1569
1570         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
1571         (gst_wavpack_enc_push_block), (gst_wavpack_enc_chain):
1572         * ext/wavpack/gstwavpackenc.h:
1573         Handle non-zero start timestamps and stream discontinuities
1574         correctly. This only has an effect if we're muxing into
1575         a container format as the raw WavPack stream must contain
1576         continous sample numbers.
1577
1578 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1579
1580         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
1581         Correct the timestamp and granulepos calculation by one Speex
1582         frame.
1583
1584 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1585
1586         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
1587         Correctly take the granulepos from upstream if possible and
1588         correctly handle the granulepos in various calculations: the
1589         granulepos is the sample number of the _last_ sample in a frame, not
1590         the first.
1591
1592         * ext/speex/gstspeexenc.c: (gst_speex_enc_sinkevent),
1593         (gst_speex_enc_encode), (gst_speex_enc_chain),
1594         (gst_speex_enc_change_state):
1595         * ext/speex/gstspeexenc.h:
1596         Handle non-zero start timestamps in the encoder and detect/handle
1597         stream discontinuities. Fixes bug #547075.
1598
1599 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1600
1601         Patch by: Craig Keogh <cskeogh at adam dot com dot au>
1602
1603         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
1604         Fix compiler warnings caused by passing a string as format string
1605         instead of "%s" and then the string. This is only exposed by -Wformat=2
1606         as used by default on Ubuntu. Fixes bug #550015.
1607
1608 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1609
1610         * ext/raw1394/gsthdv1394src.c: (gst_hdv1394src_create):
1611         * gst/alpha/gstalpha.c: (gst_alpha_get_unit_size):
1612         * gst/audiofx/audiocheblimit.c: (generate_coefficients):
1613         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert):
1614         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
1615           (gst_ebml_read_element_length):
1616         * gst/matroska/matroska-demux.c:
1617           (gst_matroska_demux_check_subtitle_buffer):
1618           Make stuff compile with GST_DISABLE_GST_DEBUG.
1619
1620 2008-08-28  Michael Smith <msmith@songbirdnest.com>
1621
1622         * gst/law/alaw.c:
1623         * gst/law/mulaw.c:
1624           Ref caps before passing to gst_pad_template_new(), since that takes
1625           ownership.
1626
1627 2008-08-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1628
1629         Patch by: Mersad Jelacic <mersad at axis dot com>
1630
1631         * gst/multipart/multipartdemux.c:
1632         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_mime):
1633         Convert audio/x-adpcm to and from the audio/G726-X in the muxer and
1634         demuxer. Fixes #549551.
1635
1636 2008-08-27  Edward Hervey  <edward.hervey@collabora.co.uk>
1637
1638         * sys/osxaudio/gstosxaudiosink.c:
1639         (gst_osx_audio_sink_select_device):
1640         * sys/osxaudio/gstosxaudiosrc.c:
1641         (gst_osx_audio_src_create_ringbuffer),
1642         (gst_osx_audio_src_select_device):
1643         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_acquire):
1644         Fix the build on macosx.
1645
1646 2008-08-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
1647
1648         * gst/icydemux/gsticydemux.c:
1649           Small docs fix: in the example pipeline, we need to pass
1650           iradio-mode=true to the source, so the server actually sends
1651           an ICY stream.
1652
1653 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1654
1655         * sys/osxaudio/gstosxaudio.c:
1656           Oops. Revert more completely.
1657
1658 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1659
1660         * sys/osxaudio/gstosxaudio.c:
1661           Revert accidental element rename from testing.
1662
1663 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
1664
1665         * gst-plugins-good.doap:
1666         Pull in 0.10.10 doap entry from release branch
1667
1668 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
1669
1670         * configure.ac:
1671         Update version number to reflect 0.10.10 release from
1672         branch.
1673
1674 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1675
1676         * sys/osxaudio/Makefile.am:
1677         * sys/osxaudio/gstosxaudio.c:
1678         * sys/osxaudio/gstosxaudiosink.c:
1679         * sys/osxaudio/gstosxaudiosink.h:
1680         * sys/osxaudio/gstosxaudiosrc.c:
1681         * sys/osxaudio/gstosxaudiosrc.h:
1682         * sys/osxaudio/gstosxringbuffer.c:
1683         * sys/osxaudio/gstosxringbuffer.h:
1684           Rewrite caps setting and ring buffer initialisation.
1685           Previously we never told CoreAudio what format we were going to send it,
1686           so it only worked due to luck, and not at all on some hardware.
1687           Now we explicitly advertise what formats the hardware supports, and then
1688           configure the selected one correctly.
1689
1690 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1691
1692         * sys/v4l2/gstv4l2object.c:
1693         * sys/v4l2/gstv4l2src.c:
1694         * sys/v4l2/gstv4l2src.h:
1695         * sys/v4l2/v4l2_calls.c:
1696         * sys/v4l2/v4l2src_calls.c:
1697           Fix memory leaks. Small code cleanups : No need for empty _init(). No
1698           need to memset instance structures. Some more FIXME's and comments.
1699
1700 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1701
1702         * tests/icles/.cvsignore:
1703           Ignore more.
1704
1705 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1706
1707         * gst/goom/.cvsignore:
1708         * gst/goom2k1/.cvsignore:
1709           Ignore files.
1710
1711 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1712
1713         * ext/cairo/gsttextoverlay.c:
1714           Fix compiler warning.
1715
1716 2008-08-25  David Schleef  <ds@schleef.org>
1717
1718         * ext/cairo/gsttextoverlay.c: Fix obvious memleak.
1719
1720 2008-08-25  Edward Hervey  <edward.hervey@collabora.co.uk>
1721
1722         * gst/matroska/matroska-demux.c: (gst_matroska_demux_send_event),
1723         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
1724         * gst/matroska/matroska-mux.c:
1725         (gst_matroska_mux_video_pad_setcaps),
1726         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_finish):
1727         Add Real[Audio|Video] support to Matroska containers.
1728         It works fine for:
1729         * decoding real audio/video streams contained in mkv
1730         * 'transmuxing' real (.rm) files into .mkv files
1731         It will not work though for encoding real[audio/video] streams that
1732         don't contain the 'mdpr_data' extra data on the caps.
1733         The reason why this will not work is because I never intended to
1734         duplicate virtually all the 'mdpr' block creation into mkvmux.
1735         Fixes #536067
1736
1737 2008-08-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1738
1739         * gst/law/alaw-encode.c: (gst_alaw_enc_init), (gst_alaw_enc_chain):
1740         * gst/law/mulaw-conversion.c:
1741         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
1742         (gst_mulawenc_chain):
1743         The encoder can't really renegotiate at the time they perform a
1744         pad-alloc so make the srcpads use fixed caps.
1745         Check the buffer size after a pad-alloc because the returned size might
1746         not be right when the downstream element does not know the size of the
1747         new buffer (capsfilter). Fixes #549073.
1748
1749 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1750
1751         Patch by: Filippo Argiolas <filippo dot argiolas at gmail dot com>
1752
1753         * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_set_norm_and_notify):
1754         v4l2src doesn't have a property named "norm" so don't try to notify
1755         about changes to that property. The "norm" property and related
1756         code are commented out currently. Fixes bug #549090.
1757
1758 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1759
1760         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
1761
1762         * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices):
1763         Reprobe devices again instead of taking a cached list as new
1764         devices could've been plugged in. Fixes bug #549062.
1765
1766 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1767
1768         * gst/autodetect/Makefile.am:
1769         Don't link the autodetect plugin with GConf as it doesn't
1770         use GConf. Fixes bug #545463.
1771
1772 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1773
1774         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
1775         (gst_ebml_read_element_length), (gst_ebml_read_uint),
1776         (gst_ebml_read_sint), (gst_ebml_read_float),
1777         (gst_ebml_read_header):
1778         Change some GST_ELEMENT_ERRORs to GST_ERROR_OBJECT to make it
1779         possible to ignore errors and not post any ERROR messages on
1780         the bus.
1781
1782         * gst/matroska/matroska-demux.c:
1783         (gst_matroska_demux_parse_contents):
1784         Ignore any errors and not just EOS when parsing the contents of
1785         a SeekHead. Errors here are usually caused by truncated files
1786         and playback of the file works fine. Fixes playback of the
1787         audio_only_chapter_seekbroken.mka file from the MPlayer samples
1788         archive.
1789
1790 2008-08-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1791
1792         * gst/multipart/multipartdemux.c:
1793         * gst/multipart/multipartmux.c:
1794         Conform to RFC2046. audio/basic is mulaw 8000Hz mono.
1795
1796 2008-08-21  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1797
1798         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_buffer_alloc,
1799           gst_directdraw_sink_bufferpool_clear):
1800           Fix two more buffer ref leaks.
1801
1802 2008-08-21  Tim-Philipp Müller  <tim.muller at collabora co uk>
1803
1804         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
1805
1806         * sys/directdraw/gstdirectdrawsink.c:
1807           (gst_directdraw_sink_show_frame):
1808           Fix buffer ref leak.
1809
1810 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1811
1812         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
1813         Revert the last commit. wavenc still supports width!=depth for 32 bit
1814         width. Thanks Tim.
1815
1816 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1817
1818         * gst/matroska/matroska-demux.c:
1819         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
1820         If the duration of a block is unknown only use the timestamp for the
1821         first lace and use GST_CLOCK_TIME_NONE as duration for the following
1822         laces. Otherwise every lace has the same timestamp which leads to
1823         various problems. Really fixes bug #548831.
1824
1825 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1826
1827         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
1828         If we're not allowing width!=depth in wavenc we should also disable
1829         the code that was added to support width!=depth.
1830
1831 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1832
1833         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
1834         Don't calculate the default duration of a frame from the audio sampling
1835         rate. This only works for raw audio if every frame contains a single
1836         sample and results in broken buffer durations for other formats
1837         if no specified default duration is given or the blocks have no
1838         duration. Fixes bug #548831.
1839
1840 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1841
1842         * gst/matroska/matroska-demux.c:
1843         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
1844         Allow zero sized blocks instead of returning GST_FLOW_OK. Such blocks
1845         are used for text/plain subtitles as a gap-filler in some files.
1846
1847 2008-08-21  Wim Taymans  <wim.taymans@collabora.co.uk>
1848
1849         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
1850         (gst_v4l2_get_caps_info):
1851         Add S910 and PWC formats with a low priority.
1852
1853         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank),
1854         (gst_v4l2src_probe_caps_for_format):
1855         Add more debugging.
1856
1857 2008-08-20  Tim-Philipp Müller  <tim at collabora co uk>
1858
1859         * ext/flac/gstflacenc.c:
1860           Fix compilation against older libflac versions.
1861
1862 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1863
1864         * ext/pulse/pulsemixer.c: (gst_pulsemixer_class_init),
1865         (gst_pulsemixer_set_property), (gst_pulsemixer_get_property):
1866         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
1867         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_timeout_event),
1868         (gst_pulsemixer_ctrl_set_volume):
1869         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_new):
1870         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open):
1871         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
1872         (gst_pulsesink_init), (gst_pulsesink_open),
1873         (gst_pulsesink_prepare), (gst_pulsesink_write),
1874         (gst_pulsesink_delay), (gst_pulsesink_reset):
1875         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
1876         (gst_pulsesrc_init):
1877         Use GST_BOILERPLATE everywhere and fix coding style at some places.
1878         Fix a locking issue in pulsesink's prepare function.
1879
1880         * ext/pulse/pulseutil.c: (gst_pulse_channel_map_to_gst):
1881         Check if the created channel layout is valid for GStreamer.
1882
1883 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1884
1885         * gst/rtsp/gstrtspgoogle.c:
1886         Things that can happen when your brain is in google mode trying to
1887         deal with their google rtsp server extensions and trying to type your
1888         google mail account.
1889
1890 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1891
1892         * gst/rtsp/Makefile.am:
1893         * gst/rtsp/gstrtsp.c: (plugin_init):
1894         * gst/rtsp/gstrtspgoogle.c: (gst_rtsp_google_before_send),
1895         (gst_rtsp_google_after_send), (gst_rtsp_google_get_transports),
1896         (_do_init), (gst_rtsp_google_base_init),
1897         (gst_rtsp_google_class_init), (gst_rtsp_google_init),
1898         (gst_rtsp_google_finalize), (gst_rtsp_google_change_state),
1899         (gst_rtsp_google_extension_init):
1900         * gst/rtsp/gstrtspgoogle.h:
1901         Add google RTSP extension, it can only handle udp and responds with
1902         unsupported if we do anything else. Fixes #546465.
1903
1904         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_connection_send),
1905         (gst_rtspsrc_connection_receive), (gst_rtspsrc_loop_send_cmd),
1906         (gst_rtspsrc_create_transports_string),
1907         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
1908         (gst_rtspsrc_close), (gst_rtspsrc_pause):
1909         Make transport setup code a bit better using GString.
1910         Add some more debug.
1911         Check for closed connections before doing anything on them.
1912
1913 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1914
1915         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
1916         (gst_pulsesrc_create_stream), (gst_pulsesrc_negotiate),
1917         (gst_pulsesrc_prepare):
1918         * ext/pulse/pulseutil.c: (gst_pulse_gst_to_channel_map),
1919         (gst_pulse_channel_map_to_gst):
1920         * ext/pulse/pulseutil.h:
1921         If downstream provides no channel layout and >2 channels should be
1922         used use the default layout that pulseaudio chooses and also
1923         add this layout to the caps. Fixes bug #547258.
1924
1925 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1926
1927         Patch by: Peter Kjellerstedt <pkj at axis com>
1928
1929         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
1930         (gst_dynudpsink_finalize), (gst_dynudpsink_set_property),
1931         (gst_dynudpsink_init_send), (gst_dynudpsink_close):
1932         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
1933         (gst_multiudpsink_finalize), (gst_multiudpsink_set_property):
1934         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize),
1935         (gst_udpsrc_set_property):
1936         Avoid leaking internally allocated file descriptors when setting
1937         custom file descriptors. Fixes #543101.
1938
1939 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1940
1941         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
1942         Don't try to configure RTCP back to the server when the server did not
1943         give us a valid port number.
1944
1945 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1946
1947         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
1948         Use new basetransform method to renegotiate. Fixes #544956.
1949
1950         * tests/icles/Makefile.am:
1951         * tests/icles/videobox-test.c: (make_pipeline), (main):
1952         Add videobox renegotiation example.
1953
1954 2008-08-19  David Schleef  <ds@schleef.org>
1955
1956         * gst/wavenc/gstwavenc.c: Remove depth ranges and replace
1957         with sane values.  Fixes #548530.
1958
1959 2008-08-18  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1960
1961         * ext/pulse/pulsesink.c: (gst_pulsesink_prepare):
1962         * ext/pulse/pulsesrc.c: (gst_pulsesrc_prepare):
1963         The bytes_per_sample and silence_sample fields of the GstRingBufferSpec
1964         are already filled with the correct values by
1965         gst_ring_buffer_parse_caps() so there's no need to set them again
1966         with wrong values.
1967
1968 2008-08-16  Edward Hervey  <edward.hervey@collabora.co.uk>
1969
1970         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
1971         (gst_avi_demux_read_subindexes_push):
1972         Some AVI 2.0 (ODML) files don't respect the 'specifications' completely
1973         and instead of using the 'ix##' nomenclature, use '##ix'.
1974         They're still valid though, this fixes the duration and indexes for
1975         virtually all the ODML files I have.
1976
1977 2008-08-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1978
1979         Patch by: Olivier Crete <tester at tester dot ca>
1980
1981         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
1982         (gst_rtp_vorbis_depay_process):
1983         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
1984         Update the vorbis RTP pay/depay to RFC 5215.
1985         Fixes #547842.
1986
1987 2008-08-14  David Schleef  <ds@schleef.org>
1988
1989         * gst/qtdemux/qtdemux.c: Add 'hdv6' as a HDV format for 1080i/60
1990           with 3:2 pulldown, i.e., 24p.
1991
1992 2008-08-14  Wim Taymans  <wim.taymans@collabora.co.uk>
1993
1994         * tests/check/elements/level.c: (GST_START_TEST):
1995         Fix compilation some more.
1996
1997 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
1998
1999         * configure.ac::
2000           Require -base CVS for wavparse acid chunk parsing.
2001
2002 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2003
2004         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
2005         (gst_pulsesink_init), (gst_pulsesink_finalize),
2006         (gst_pulsesink_set_volume), (gst_pulsesink_get_volume),
2007         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
2008         (gst_pulsesink_prepare), (gst_pulsesink_change_state):
2009         * ext/pulse/pulsesink.h:
2010         Add "device-name" property to pulsesink too and currently commented
2011         out and not working support for a "volume" property.
2012
2013 2008-08-13  Thijs Vermeir  <thijsvermeir@gmail.com>
2014
2015         * configure.ac:
2016         Remove more cdio stuff (moved to ugly)
2017
2018 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2019
2020         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
2021
2022         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
2023         (gst_pulsesrc_get_property):
2024         Add "device-name" property, which provides a human readable string
2025         for the audio device, to make it more consisten with other audio
2026         sources. Fixes bug #547519.
2027
2028 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2029
2030         * ext/pulse/pulsemixer.c: (gst_pulsemixer_change_state):
2031         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
2032         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_new),
2033         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_timeout_event):
2034         * ext/pulse/pulsemixerctrl.h:
2035         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open),
2036         (gst_pulseprobe_enumerate), (gst_pulseprobe_new),
2037         (gst_pulseprobe_free), (gst_pulseprobe_needs_probe),
2038         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values):
2039         * ext/pulse/pulseprobe.h:
2040         * ext/pulse/pulsesink.c: (gst_pulsesink_init):
2041         * ext/pulse/pulsesrc.c: (gst_pulsesrc_init), (gst_pulsesrc_delay),
2042         (gst_pulsesrc_change_state):
2043         Improve debugging a bit by including the parent object in pulsemixerctrl
2044         and pulseprobe objects and using GST_WARNING_OBJECT instead of
2045         GST_WARNING.
2046
2047         Use the parent GObject subclass instead of a random struct as GObject
2048         parameter for G_OBJECT_WARN_INVALID_PROPERTY_ID. This fixes a crash
2049         when probing for another property than "device".
2050
2051 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2052
2053         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
2054
2055         * ext/pulse/pulsemixer.c: (gst_pulsemixer_set_property):
2056         Fix property probing after the device property is set by calling
2057         set_server when the server property changes. Fixes bug #547518.
2058
2059 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2060
2061         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
2062
2063         * ext/pulse/pulsesink.c: (gst_pulsesink_interface_supported),
2064         (gst_pulsesink_implements_interface_init),
2065         (gst_pulsesink_init_interfaces), (gst_pulsesink_init),
2066         (gst_pulsesink_finalize), (gst_pulsesink_set_property),
2067         (gst_pulsesink_get_type):
2068         * ext/pulse/pulsesink.h:
2069         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
2070         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_init),
2071         (gst_pulsesrc_finalize), (gst_pulsesrc_set_property):
2072         * ext/pulse/pulsesrc.h:
2073         Implement GstPropertyProbe interface on pulsesink for detecting
2074         sink devices and on pulsesrc for detecting source devices.
2075         Fixes bugs #547227 and #547217.
2076
2077 2008-08-13  Stefan Kost  <ensonic@users.sf.net>
2078
2079         * gst/spectrum/gstspectrum.c:
2080           Don't terminate on fabs(in)>1.0. Init doubles as doubles.
2081
2082 2008-08-13  Edward Hervey  <edward.hervey@collabora.co.uk>
2083
2084         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
2085         Properly set the maximum latency value, in the same way it is done in
2086         v4lsrc.
2087         * sys/v4l2/v4l2src_calls.c:
2088         Simplify fraction equality check, no need to use GValues for this.
2089
2090 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
2091
2092         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
2093         Add warning messages stating exactly why the latency query failed.
2094         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
2095         In some cases, the negotiated framerate might be the default one which
2096         is already set internally. But we still need to mark it down in fps_n
2097         and fps_d so that the latency query can happen properly.
2098
2099 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
2100
2101         * docs/plugins/inspect/plugin-1394.xml:
2102         Whoops, forgot one doc file for people who can't/don't build the
2103         raw1394 plugin.
2104
2105 2008-08-12  Jan Schmidt  <jan.schmidt@sun.com>
2106
2107         * docs/plugins/Makefile.am:
2108         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2109         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2110         * docs/plugins/inspect/plugin-cdio.xml:
2111         * ext/Makefile.am:
2112         * ext/cdio/Makefile.am:
2113         * ext/cdio/gstcdio.c:
2114         * ext/cdio/gstcdio.h:
2115         * ext/cdio/gstcdiocddasrc.c:
2116         * ext/cdio/gstcdiocddasrc.h:
2117
2118         Pull changes from 0.10.9.2 pre-release branch moving the libcdio
2119         CDDA source to -ugly.
2120
2121         * po/LINGUAS:
2122         * po/POTFILES.in:
2123         * po/id.po:
2124         Pull in new translation from 0.10.9.2 release branch.
2125
2126 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
2127
2128         * docs/plugins/Makefile.am:
2129         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2130         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2131         * docs/plugins/gst-plugins-good-plugins.args:
2132         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2133         * docs/plugins/gst-plugins-good-plugins.interfaces:
2134         Integrate documentation for new hdv1394src element.
2135
2136 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
2137
2138         * ext/raw1394/Makefile.am:
2139         * ext/raw1394/gst1394.c: (plugin_init):
2140         * ext/raw1394/gsthdv1394src.c: (_do_init),
2141         (gst_hdv1394src_base_init), (gst_hdv1394src_class_init),
2142         (gst_hdv1394src_init), (gst_hdv1394src_dispose),
2143         (gst_hdv1394src_set_property), (gst_hdv1394src_get_property),
2144         (gst_hdv1394src_from_raw1394handle),
2145         (gst_hdv1394src_iec61883_receive), (gst_hdv1394src_bus_reset),
2146         (gst_hdv1394src_create), (gst_hdv1394src_discover_avc_node),
2147         (gst_hdv1394src_start), (gst_hdv1394src_stop),
2148         (gst_hdv1394src_unlock), (gst_hdv1394src_update_device_name),
2149         (gst_hdv1394src_uri_get_type), (gst_hdv1394src_uri_get_protocols),
2150         (gst_hdv1394src_uri_get_uri), (gst_hdv1394src_uri_set_uri),
2151         (gst_hdv1394src_uri_handler_init):
2152         * ext/raw1394/gsthdv1394src.h:
2153         mpeg2-ts (HDV) variant of firewire capture element.
2154         Fixes #350830
2155
2156 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
2157
2158         * gst/level/gstlevel.c: (gst_level_message_new):
2159          Fix compilation (also known as the classic 'fix code that someone
2160          committed without compiling it first').
2161
2162 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2163
2164         * tests/check/elements/level.c:
2165           Add a test for level in stereo mode.
2166
2167 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2168
2169         * tests/examples/spectrum/demo-audiotest.c:
2170         * tests/examples/spectrum/demo-osssrc.c:
2171           Demo how to draw analyzer results synced to the clock.
2172
2173 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2174
2175         * gst/level/gstlevel.c:
2176           Little renaming (l -> level).
2177
2178         * gst/spectrum/gstspectrum.c:
2179         * gst/spectrum/gstspectrum.h:
2180           Also send full timestamp/duration details here.
2181
2182 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2183
2184         * gst/level/gstlevel.c:
2185         * gst/level/gstlevel.h:
2186           Send same timestamp/duration details as videoanalysis. This gives
2187           applications better chance to sync analysis results with playback.
2188
2189 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2190
2191         * gst/matroska/matroska-mux.c:
2192         (gst_matroska_mux_handle_sink_event),
2193         (flac_streamheader_to_codecdata):
2194         We need to drop one additional buffer for FLAC as the fLaC
2195         marker and STREAMINFO block are merged into one buffer in the caps.
2196
2197         Also don't pretend to support NEWSEGMENT events, otherwise we
2198         will most probably write some invalid data.
2199
2200 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2201
2202         * gst/matroska/matroska-mux.c: (flac_streamheader_to_codecdata),
2203         (gst_matroska_mux_audio_pad_setcaps):
2204         Add support for muxing FLAC into Matroska containers.
2205         Fixes bug #311586.
2206
2207 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2208
2209         * ext/flac/gstflacenc.c: (gst_flac_enc_check_discont):
2210         Actually provide the variables required for the format string.
2211
2212 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2213
2214         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2215         (gst_matroska_demux_element_send_event),
2216         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
2217         * gst/matroska/matroska-demux.h:
2218         Close the current segment if we're doing a non-flushing seek and send
2219         the close-segment and the new segment of the seek from the streaming
2220         thread.
2221
2222 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2223
2224         * ext/flac/gstflacenc.c: (gst_flac_enc_write_callback),
2225         (gst_flac_enc_check_discont), (gst_flac_enc_chain),
2226         (gst_flac_enc_change_state):
2227         * ext/flac/gstflacenc.h:
2228         Handle non-zero start timestamps correctly, mark header packets as
2229         IN_CAPS and print a warning and suggest using audiorate if stream
2230         discontinuities are detected. When FLAC supports flushing the encoder
2231         somehow this should be done for discontinuities instead.
2232
2233         Remove some unused variables from the instance struct.
2234
2235 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2236
2237         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback):
2238         If seeking failed return the appropiate return value to FLAC.
2239         Otherwise it thinks seeking was successfull and tries to rewrite
2240         parts of the headers which then get appended to the output.
2241
2242 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
2243
2244         Patch by: Frederic Crozat <fcrozat@mandriva.org>
2245
2246         * ext/esd/gstesd.c: (plugin_init):
2247         * ext/flac/gstflac.c: (plugin_init):
2248         * ext/shout2/gstshout2.c: (plugin_init):
2249         * ext/wavpack/gstwavpack.c: (plugin_init):
2250         * sys/oss/gstossaudio.c: (plugin_init):
2251         * sys/v4l2/gstv4l2.c: (plugin_init):
2252         Make sure gettext returns translations in UTF-8 encoding rather
2253         than in the current locale encoding (#546822).
2254
2255 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2256
2257         * ext/flac/gstflacdec.c:
2258         Add FIXME for 0.11 to simply output everything with width=32 as given
2259         by FLAC and let audioconvert handle the conversions instead of doing
2260         them in flacdec.
2261
2262 2008-08-07  Jan Schmidt  <Jan.Schmidt@sun.com>
2263
2264         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
2265         When outputting a pad template range for the size, include a framerate
2266         range too, to avoid 'not a real subset of template caps' errors.
2267
2268 2008-08-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2269
2270         Based on a patch by: Jonathan Matthew <notverysmart at gmail dot com>
2271
2272         * ext/flac/Makefile.am:
2273         * ext/flac/gstflac.c: (plugin_init):
2274         * ext/flac/gstflactag.c: (gst_flac_tag_setup_interfaces),
2275         (gst_flac_tag_base_init), (gst_flac_tag_class_init),
2276         (gst_flac_tag_dispose), (gst_flac_tag_init),
2277         (gst_flac_tag_sink_setcaps), (gst_flac_tag_chain),
2278         (gst_flac_tag_change_state):
2279         * ext/flac/gstflactag.h:
2280         Port flactag to 0.10, add documentation for it and clean it up a bit.
2281         Fixes bug #413841.
2282
2283         * docs/plugins/Makefile.am:
2284         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2285         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2286         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2287         * docs/plugins/gst-plugins-good-plugins.interfaces:
2288         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2289         * docs/plugins/inspect/plugin-flac.xml:
2290         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init):
2291         * ext/flac/gstflacdec.h:
2292         * ext/flac/gstflacenc.c: (gst_flac_enc_base_init):
2293         * ext/flac/gstflacenc.h:
2294         Add flactag and flacenc to the documentation and mark
2295         the private parts of the flacdec instance structure as private.
2296
2297         Also use gst_element_class_set_details_simple() in flacdec and
2298         flacenc.
2299
2300 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
2301
2302         * gst/qtdemux/qtdemux.c:
2303           Use audio/x-qdm for caps. Collect some info - mplayer has a decoder
2304           for it but ffmpeg does not.
2305
2306 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
2307
2308         * gst/wavparse/gstwavparse.c:
2309           Handle the list chunk and use gst_riff_parse_info() to parse the info
2310           sub-chunk.
2311
2312 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
2313
2314         * gst/wavparse/gstwavparse.c:
2315           Handle the acid chunk and send tempo as part of tags. Other fields are
2316           interesting too, but need more tag-definitions. Fixes #545433.
2317
2318 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
2319
2320         * gst/wavparse/gstwavparse.c:
2321           Refactor wavparse. Call _reset() from dispose() and move old code from
2322           dispose into reset. This way we don't leak taglists when we abort
2323           parsing. Fix some comments. Move code for skipping a chunk into extra
2324           function. Replace chunk sizes with a const to ease readability.         
2325
2326 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2327
2328         Patch by: Aurelien Grimaud <gstelzz at yahoo dot fr>
2329
2330         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_alloc_udp_ports):
2331         Improve udp port setup. Fixes #545710.
2332
2333 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2334
2335         * gst/rtp/Makefile.am:
2336         * gst/rtp/gstrtp.c: (plugin_init):
2337         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_base_init),
2338         (gst_rtp_mp1s_depay_class_init), (gst_rtp_mp1s_depay_init),
2339         (gst_rtp_mp1s_depay_setcaps), (gst_rtp_mp1s_depay_process),
2340         (gst_rtp_mp1s_depay_set_property),
2341         (gst_rtp_mp1s_depay_get_property),
2342         (gst_rtp_mp1s_depay_change_state),
2343         (gst_rtp_mp1s_depay_plugin_init):
2344         * gst/rtp/gstrtpmp1sdepay.h:
2345         Add MP1S depayloader.
2346
2347         * gst/rtsp/URLS:
2348         Some more sample rtsp streams.
2349
2350 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2351
2352         * gst/rtsp/URLS:
2353         Add another URL.
2354
2355         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
2356         * tests/check/elements/rglimiter.c: (GST_START_TEST):
2357         Add some more debug info.
2358
2359 2008-08-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2360
2361         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
2362         Provide cbSize field for audio extra_data size, and take care to
2363         pad extra_data.
2364
2365 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
2366
2367         * gst/qtdemux/qtdemux.c:
2368           Return the result of gst_pad_{start,stop}_task instead of hard-coded
2369           TRUE.
2370
2371 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
2372
2373         * gst/qtdemux/qtdemux.c:
2374         * gst/qtdemux/qtdemux_fourcc.h:
2375           Add keyword tag support. Fixes #520694 for qtdemux.
2376
2377 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
2378
2379         * gst/qtdemux/qtdemux.c:
2380           Add support for tmpo tag (BPM).
2381
2382 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2383
2384         * ext/flac/gstflacenc.c: (gst_flac_enc_query_peer_total_samples),
2385         (gst_flac_enc_sink_setcaps), (gst_flac_enc_write_callback):
2386         Set an estimate for the total number of samples that will be encoded
2387         if possible to help decoders if the streaminfo can't be rewritten
2388         later (like when muxing into Ogg containers).
2389
2390         Add a warning if we get header packets after data packets as those
2391         will get lost when muxing into Ogg, i.e. rewriting the headers doesn't
2392         work.
2393
2394 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2395
2396         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
2397         (gst_flac_dec_write):
2398         Support decoding of all depths between 4 and 32 bits and read the
2399         depth from the streaminfo header if needed. Also support all sampling
2400         rates between 1 and 655350 Hz.
2401
2402         * ext/flac/gstflacenc.c:
2403         (gst_flac_enc_caps_append_structure_with_widths),
2404         (gst_flac_enc_sink_getcaps), (gst_flac_enc_sink_setcaps),
2405         (gst_flac_enc_chain):
2406         * ext/flac/gstflacenc.h:
2407         Support encoding in all bit depths supported by the streamable
2408         subformat (i.e. 8, 12, 16, 20 and 24 bits) and all sampling rates
2409         between 1 Hz and 655350 Hz.
2410
2411 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2412
2413         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
2414         (gst_flac_enc_sink_getcaps):
2415         Support encoding of up to 8 channels.
2416
2417 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
2418
2419         * ext/soup/gstsouphttpsrc.c:
2420         * ext/soup/gstsouphttpsrc.h:
2421         Fix seeking race condition in #540300
2422         Patch By: Wouter Cloetens  <wouter at mind be>
2423
2424 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2425
2426         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek),
2427         (gst_matroska_demux_element_send_event),
2428         (gst_matroska_demux_handle_seek_event),
2429         (gst_matroska_demux_handle_src_event):
2430         When receiving a SEEK event on a specific pad first search for a seek
2431         table entry for the stream of the pad and then fall back to an entry
2432         for a different stream.
2433
2434 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2435
2436         * configure.ac:
2437         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
2438         * gst/matroska/matroska-ids.h:
2439         Build depend on core CVS for the attachment tag.
2440
2441 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2442
2443         * configure.ac:
2444         * gst/matroska/Makefile.am:
2445         * gst/matroska/lzo.c: (get_byte), (get_len), (copy),
2446         (copy_backptr), (lzo1x_decode), (main):
2447         * gst/matroska/lzo.h:
2448         * gst/matroska/matroska-demux.c:
2449         (gst_matroska_demux_read_track_encoding),
2450         (gst_matroska_decompress_data), (gst_matroska_decode_data),
2451         (gst_matroska_decode_buffer),
2452         (gst_matroska_decode_content_encodings),
2453         (gst_matroska_demux_read_track_encodings),
2454         (gst_matroska_demux_add_stream),
2455         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2456         * gst/matroska/matroska-ids.h:
2457         Decode the codec private data and following ContentEncoding if
2458         necessary.
2459
2460         Support bzip2, lzo and header stripped compression. For lzo use the
2461         ffmpeg lzo implementation as liblzo is GPL licensed.
2462         
2463         Fix zlib decompression.
2464
2465 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2466
2467         * gst/matroska/matroska-mux.c:
2468         (gst_matroska_mux_audio_pad_setcaps):
2469         Fix muxing of MP3/MP2 with different MPEG versions by calculating the
2470         duration of a frame with the new mpegaudioversion caps field.
2471
2472 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2473
2474         * gst/matroska/matroska-demux.c: (gst_matroska_demux_finalize),
2475         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
2476         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
2477         (gst_matroska_demux_stream_from_num),
2478         (gst_matroska_demux_tracknumber_unique),
2479         (gst_matroska_demux_add_stream), (gst_matroska_demux_send_event),
2480         (gst_matroska_demux_handle_seek_event),
2481         (gst_matroska_demux_sync_streams),
2482         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2483         (gst_matroska_demux_loop):
2484         * gst/matroska/matroska-demux.h:
2485         Allow an infinite number of stream inside Matroska containers and use
2486         a GPtrArray for storing them instead of allowing "only" 127 streams.
2487
2488 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2489
2490         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
2491         (gst_ebml_read_change_state), (gst_ebml_read_element_level_up),
2492         (gst_ebml_read_peek_bytes), (gst_ebml_read_element_id),
2493         (gst_ebml_read_element_length), (gst_ebml_peek_id),
2494         (gst_ebml_read_get_length), (gst_ebml_read_skip),
2495         (gst_ebml_read_buffer), (gst_ebml_read_bytes),
2496         (gst_ebml_read_uint), (gst_ebml_read_sint), (_ext2dbl),
2497         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_date),
2498         (gst_ebml_read_master), (gst_ebml_read_binary),
2499         (gst_ebml_read_header):
2500         * gst/matroska/ebml-write.c: (gst_ebml_write_element_id),
2501         (gst_ebml_write_element_size), (gst_ebml_write_uint),
2502         (gst_ebml_write_sint), (gst_ebml_write_ascii),
2503         (gst_ebml_write_master_start), (gst_ebml_write_master_finish),
2504         (gst_ebml_replace_uint):
2505         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2506         (gst_matroska_demux_read_track_encoding),
2507         (gst_matroska_demux_read_track_encodings),
2508         (gst_matroska_demux_add_stream), (gst_matroskademux_do_index_seek),
2509         (gst_matroska_demux_send_event),
2510         (gst_matroska_demux_element_send_event),
2511         (gst_matroska_demux_handle_seek_event),
2512         (gst_matroska_demux_handle_src_event),
2513         (gst_matroska_demux_init_stream),
2514         (gst_matroska_demux_parse_tracks),
2515         (gst_matroska_demux_parse_index_cuetrack),
2516         (gst_matroska_demux_parse_index_pointentry),
2517         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2518         (gst_matroska_demux_parse_metadata_id_simple_tag),
2519         (gst_matroska_demux_parse_metadata_id_tag),
2520         (gst_matroska_demux_parse_metadata),
2521         (gst_matroska_demux_parse_attached_file),
2522         (gst_matroska_demux_parse_attachments),
2523         (gst_matroska_demux_parse_chapters), (gst_matroska_ebmlnum_uint),
2524         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_push_hdr_buf),
2525         (gst_matroska_demux_push_flac_codec_priv_data),
2526         (gst_matroska_demux_push_xiph_codec_priv_data),
2527         (gst_matroska_demux_push_dvd_clut_change_event),
2528         (gst_matroska_demux_add_mpeg_seq_header),
2529         (gst_matroska_demux_add_wvpk_header),
2530         (gst_matroska_demux_check_subtitle_buffer),
2531         (gst_matroska_decode_buffer),
2532         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2533         (gst_matroska_demux_parse_cluster),
2534         (gst_matroska_demux_parse_contents_seekentry),
2535         (gst_matroska_demux_parse_contents),
2536         (gst_matroska_demux_loop_stream_parse_id),
2537         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop),
2538         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
2539         (gst_matroska_demux_subtitle_caps),
2540         (gst_matroska_demux_change_state):
2541         * gst/matroska/matroska-ids.c:
2542         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
2543         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
2544         (gst_matroska_mux_video_pad_setcaps),
2545         (xiph3_streamheader_to_codecdata),
2546         (vorbis_streamheader_to_codecdata),
2547         (theora_streamheader_to_codecdata),
2548         (gst_matroska_mux_audio_pad_setcaps),
2549         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
2550         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
2551         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
2552         (gst_matroska_mux_best_pad), (gst_matroska_mux_write_data),
2553         (gst_matroska_mux_collected), (gst_matroska_mux_change_state):
2554         Fix indention everywhere. A broken indent version has added newlines
2555         after every single declaration some time ago.
2556
2557 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2558
2559         * gst/matroska/matroska-demux.c:
2560         (gst_matroska_demux_loop_stream_parse_id):
2561         If no Tracks are found error out instead of trying it again until the
2562         end of time.
2563
2564 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2565
2566         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
2567         Fix demuxing of raw integer audio. The samples are unsigned only for 8
2568         bit and signed otherwise, not the other way around.
2569
2570 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2571
2572         * gst/matroska/matroska-mux.c:
2573         Add more raw YUV formats to the list of supported formats.
2574
2575 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2576
2577         * gst/matroska/matroska-mux.c:
2578         (gst_matroska_mux_audio_pad_setcaps):
2579         Add support for muxing raw float audio now that the spec defines the
2580         endianness and add support for muxing raw integer audio with 24 and
2581         32 bits.
2582
2583         Allow muxing of more than 8 audio channels.
2584
2585 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2586
2587         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
2588         (gst_matroska_mux_reset), (gst_matroska_mux_start):
2589         Add locking to the global array of used track UIDs to prevent random
2590         crashes if more than a single matrosmux instance is used.
2591
2592         Use 64 bit values for the track UIDs.
2593
2594         Use the global GRandom of GLib instead of creating our own one
2595         for the few random numbers we need every single time.
2596
2597 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2598
2599         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
2600         (gst_flac_dec_setup_stream_decoder),
2601         (gst_flac_dec_update_metadata):
2602         Always post the audio-codec tag, not only if other tags are present.
2603
2604 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
2605
2606         * configure.ac:
2607         Back to development -> 0.10.9.1
2608
2609 === release 0.10.9 ===
2610
2611 2008-07-31  Jan Schmidt <jan.schmidt@sun.com>
2612
2613         * configure.ac:
2614           releasing 0.10.9, "Steam Train Rolling"
2615
2616 2008-07-31  Jan Schmidt  <jan.schmidt@sun.com>
2617
2618         * ext/soup/gstsouphttpsrc.c:
2619         Don't throw an error when soup completes a msg with status
2620         'cancelled', as that indicates we cancelled a request while
2621         shutting down or seeking, and it's not an error.
2622         Fixes: #540300 again.
2623
2624 2008-07-28  Jan Schmidt  <jan.schmidt@sun.com>
2625
2626         * configure.ac:
2627         0.10.8.4 pre-release
2628
2629 2008-07-25  Edward Hervey  <edward.hervey@collabora.co.uk>
2630
2631         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment):
2632         Fix segment-stop regression.
2633         Add documentation regarding segments in quicktime files by Wim Taymans.
2634         Fixes #544509
2635
2636 2008-07-25  Jan Schmidt  <jan.schmidt@sun.com>
2637
2638         * configure.ac:
2639         0.10.8.3 pre-release
2640
2641         * po/LINGUAS:
2642         * po/pt_BR.po:
2643         Add pt_BR translation
2644
2645 2008-07-23  Michael Smith <msmith@songbirdnest.com>
2646
2647         * gst/goom/convolve_fx.c:
2648         * gst/goom/filters.c:
2649         * gst/goom/goom_config.h:
2650         * gst/goom/goom_core.c:
2651         * gst/goom/goom_tools.h:
2652           Fix build with MSVC: include glib.h to define inline appropriately,
2653           use header guards where needed.
2654         * gst/udp/gstudpnetutils.c:
2655         * gst/udp/gstudpsrc.c:
2656           Fix build with MSVC: use WSA* constants/functions where appropriate, use
2657           g_snprintf rather than snprintf.
2658           Fixes #544433.
2659
2660 2008-07-22  Stefan Kost  <ensonic@users.sf.net>
2661
2662         * gst/debug/gsttaginject.c:
2663         * gst/debug/gsttaginject.h:
2664           Sent tags in _transform_ip() instead of _start(). Fixes #543404
2665           partially.
2666
2667 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2668
2669         * configure.ac:
2670         0.10.8.2 pre-release
2671
2672 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2673
2674         * ext/Makefile.am:
2675         Finish hooking up pulseaudio plugin to the build.
2676
2677         * ext/pulse/pulsemixerctrl.c:
2678         Fix compilation error.
2679
2680 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2681
2682         * po/LINGUAS:
2683         * po/lt.po:
2684         Add new lithunian translation, and add french to the LINGUAS
2685         file.
2686
2687 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2688
2689         * ext/soup/gstsouphttpsrc.c:
2690         Fix Soup HTTP source seeking.
2691         Patch By: Wouter Cloetens  <wouter at mind be>
2692         Fixes: #540300
2693
2694         * tests/check/elements/.cvsignore:
2695         Ignore new check programs.
2696
2697 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2698
2699         * configure.ac:
2700         * docs/plugins/Makefile.am:
2701         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2702         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2703         * docs/plugins/gst-plugins-good-plugins.args:
2704         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2705         * docs/plugins/gst-plugins-good-plugins.interfaces:
2706         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2707         * docs/plugins/inspect/plugin-interleave.xml:
2708         * docs/plugins/inspect/plugin-replaygain.xml:
2709         * tests/check/Makefile.am:
2710
2711         Move replaygain and interleave plugins from -bad.
2712         Fixes: #543406
2713         Fixes: #536228
2714
2715 2008-07-18  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2716
2717         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
2718         (qtdemux_parse_trak):
2719         Revert ISO base media spec based pixel-aspect-ratio calculation.
2720         Fixes #543300.
2721
2722 2008-07-17  Edward Hervey  <edward.hervey@collabora.co.uk>
2723
2724         * sys/osxvideo/osxvideosink.m:
2725         Fix minor build issues on macosx.
2726         Fixes #543054
2727
2728 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
2729
2730         * configure.ac::
2731         * ext/taglib/Makefile.am::
2732           Only use -Wno-attributes (which is there to work around a
2733           bug in the taglib 1.5 headers) if the c++ compiler actually
2734           supports it (#543255).
2735
2736 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
2737
2738         Patch by: Benoit Fouet <benoit.fouet purplelabs com>
2739
2740         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
2741           Avoid compiler warning by initialising variable to NULL (#543259).
2742
2743 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
2744
2745         * gst/debug/gsttaginject.c: (gst_tag_inject_start):
2746         Don't pass NULL taglists to gst_tag_list_is_empty().
2747
2748 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
2749
2750         * tests/check/elements/cmmldec.c: (GST_START_TEST):
2751         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_create),
2752         (rtp_pipeline_run):
2753         * tests/check/elements/souphttpsrc.c: (souphttpsrc_suite):
2754         Don't use declarations after statements.
2755
2756 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2757
2758         * ext/jpeg/gstjpegdec.c:
2759         Align documentation with reality.
2760
2761 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2762
2763         * gst/udp/gstudpnetutils.c:
2764         EAI_ADDRFAMILY was obsoleted in BSD at some point. Define it to the
2765         old value (1) if it's not defined which should not cause any problems
2766         as we're using it internal only anyway.
2767
2768 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2769
2770         Patch by: Alessandro Decina <alessandro at nnva dot org>
2771
2772         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp):
2773         Fix build of avidemux on big endian architectures.
2774
2775 2008-07-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2776
2777         Patch by: Thiago Sousa Santos <thiagoss at lcc dot ufcg dot edu dot br>
2778
2779         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
2780         Correctly distinguish 8bit vs 16bit raw audio.  Fixes #542410.
2781
2782 2008-07-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2783
2784         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
2785         (qtdemux_parse_trak):
2786         Set pixel-aspect-ratio in caps using display width and height
2787         provided in track.
2788
2789 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2790
2791         * configure.ac:
2792         Don't include ERROR_CFLAGS in GST_CXXFLAGS as it might include
2793         flags that are invalid for C++. Fixes bug #516509.
2794
2795 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2796
2797         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
2798         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps):
2799         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_set_wp_config):
2800         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_fixate):
2801         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
2802         * tests/examples/equalizer/demo.c: (message_handler):
2803         * tests/examples/spectrum/demo-audiotest.c: (message_handler):
2804         * tests/examples/spectrum/demo-osssrc.c: (message_handler):
2805         Don't use declarations after statements and variable length arrays.
2806
2807 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2808
2809         Patch by: Daniel Drake <dsd at gentoo dot org>
2810
2811         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture),
2812         (gst_v4l2src_get_nearest_size):
2813         Try progressive video if interlaced fails. Fixes bug #541956
2814         and the usage of v4l2src on OLPC.
2815
2816 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2817
2818         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
2819         (gst_rtp_speex_depay_process):
2820         * gst/rtp/gstrtpspeexdepay.h:
2821         Revert last change: Only the jitterbuffer is able to convert RTP to
2822         Gstreamer timestamps and normal (de)payloaders should simply copy it.
2823         Reopens bug #541787.
2824
2825 2008-07-07  Stefan Kost  <ensonic@users.sf.net>
2826
2827         * gst/rtp/gstrtpvrawdepay.c:
2828           Include stdlib.h for atoi().
2829
2830         * gst/rtsp/gstrtspsrc.c:
2831           Use floating point math for latencies < 0 sec in log output.
2832
2833 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2834
2835         Patch by: Tomasz Grobelny <tomasz at grobelny dot oswiecenia dot net>
2836
2837         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
2838         (gst_rtp_speex_depay_process):
2839         * gst/rtp/gstrtpspeexdepay.h:
2840         Take timestamp from the RTP packet as a first step to fix problems
2841         with transmission over RTP when the network is not reliable.
2842         Fixes bug #541787.
2843
2844 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2845
2846         Patch by: Tero Saarni <tero dot saarni at gmail dot com>
2847
2848         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_uri):
2849         Fix parsing of udp:// URIs containing IPv6 addresses.
2850         Fixes bug #541650.
2851
2852 2008-07-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2853
2854         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
2855         Do not leak incoming buffers.
2856
2857 2008-07-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2858
2859         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
2860
2861         * configure.ac:
2862         Fix build of the RTP plugin with mingw32 by linking to ws2_32
2863         for htons() and htonl(). Fixes bug #541412.
2864
2865 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2866
2867         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
2868         (gst_matroska_demux_add_stream), (gst_matroska_demux_query),
2869         (gst_matroska_demux_element_query),
2870         (gst_matroska_demux_handle_src_query),
2871         (gst_matroska_demux_handle_seek_event):
2872         Handle position and duration query in DEFAULT format if the
2873         pad's track has a default frame duration set.
2874
2875         Fix seeking now that the segment's duration doesn't contain the
2876         (possibly wrong or inaccurate) duration of the Matroska file.
2877
2878 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2879
2880         * gst/matroska/ebml-read.c: (_ext2dbl):
2881         Use NAN constant instead of 0.0/0.0 if possible. NAN is defined
2882         in math.h except on MSVC where it is defined in xmath.h.
2883         Fixes compilation with MSVC.
2884
2885 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2886
2887         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2888         (gst_matroska_demux_handle_src_query),
2889         (gst_matroska_demux_parse_info),
2890         (gst_matroska_demux_loop_stream_parse_id):
2891         * gst/matroska/matroska-demux.h:
2892         Don't set the segment duration to the duration from the Matroska
2893         header as this value could be wrong and is just informational.
2894
2895 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2896
2897         * gst/matroska/matroska-demux.c:
2898         (gst_matroska_demux_loop_stream_parse_id):
2899         If no Tracks element is found until the first Cluster is found
2900         search it and error out if none is found in the complete file.
2901
2902 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2903
2904         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
2905         Resync non-subtitle tracks too if a too large gap compared to other
2906         tracks is detected.
2907
2908 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
2909
2910         * gst/rtp/Makefile.am:
2911         * gst/rtp/gstrtp.c: (plugin_init):
2912         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_base_init),
2913         (gst_rtp_vraw_depay_class_init), (gst_rtp_vraw_depay_init),
2914         (gst_rtp_vraw_depay_setcaps), (gst_rtp_vraw_depay_process),
2915         (gst_rtp_vraw_depay_change_state),
2916         (gst_rtp_vraw_depay_plugin_init):
2917         * gst/rtp/gstrtpvrawdepay.h:
2918         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_get_type),
2919         (gst_rtp_vraw_pay_base_init), (gst_rtp_vraw_pay_class_init),
2920         (gst_rtp_vraw_pay_init), (gst_rtp_vraw_pay_finalize),
2921         (gst_rtp_vraw_pay_setcaps), (gst_rtp_vraw_pay_handle_buffer),
2922         (gst_rtp_vraw_pay_plugin_init):
2923         * gst/rtp/gstrtpvrawpay.h:
2924         Add raw video pay and depayloaders, see RFC4175.
2925
2926 2008-06-30  Jan Schmidt  <jan.schmidt@sun.com>
2927
2928         * ext/libpng/gstpngdec.c:
2929         Don't return GST_FLOW_ERROR when buffer_alloc fails - return
2930         whatever it returned.
2931
2932 2008-06-29  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2933
2934         * gst/avi/avi-ids.h:
2935         Add vprp chunk related structures.
2936         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp),
2937         (gst_avi_demux_parse_stream):
2938         Parse optional vprp chunk and add calculated pixel-aspect-ratio
2939         to caps.  Fixes #539482.
2940         * gst/avi/gstavimux.h:
2941         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset),
2942         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_riff_get_avi_header):
2943         Add a vprp chunk if non-trival pixel-aspect-ratio provided in caps.
2944
2945 2008-06-28  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2946
2947         * tests/check/elements/avimux.c: (check_avimux_pad):
2948         Adjust avimux unit test according to increased streamheader size.
2949
2950 2008-06-27  David Schleef  <ds@schleef.org>
2951
2952         * gst/qtdemux/qtdemux.c: Add Dirac stream type
2953
2954 2008-06-27  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2955
2956         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
2957         * gst/avi/gstavimux.h:
2958         Add 8 bytes to current streamheader to make for a complete one
2959         and to make more players happy.  Fixes #519460.
2960
2961 2008-06-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
2962
2963         * sys/v4l2/v4l2_calls.c::
2964           Don't include unused gstv4l2xoverlay.h. Fixes build
2965           in case where X11 headers are not installed.
2966
2967 2008-06-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2968
2969         * ext/dv/gstdv.c: (plugin_init):
2970         Fix compilation.
2971
2972 2008-06-26  Edward Hervey  <edward.hervey@collabora.co.uk>
2973
2974         * ext/dv/gstdv.c: (plugin_init):
2975         Marking rank of dvdec as GST_RANK_MARGINAL since it's the slowest
2976         DV decoder available.
2977         Fixes #532393
2978
2979 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2980
2981         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
2982         Call getsockname() after the call to bind() to get updated values
2983         for the port, etc. This fixes the usage of udpsrc on anonymous
2984         binding and it's usage by rtspsrc. Fixes bugs #539372, #539548.
2985         Thanks to Aurelien Grimaud for pointing out the obvious fix.
2986
2987 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2988
2989         * tests/check/pipelines/wavpack.c: (bus_handler):
2990         Remove workaround for a bug in identity that is fixed in 0.10.20.
2991
2992 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2993
2994         Patch by: Jason Donenfeld <BugZilla at zx2c4 dot com>
2995
2996         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_headers_cb):
2997         Fix HTTP auth support with user/password passed via the URI.
2998         Fixes bug #540067.
2999
3000 2008-06-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
3001
3002         * configure.ac:
3003           Depend on released versions of core and -base.
3004
3005 2008-06-23  Julien Moutte  <julien@fluendo.com>
3006
3007         * gst/matroska/matroska-demux.c:
3008         (gst_matroska_demux_read_track_encoding),
3009         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Fix buggy
3010         format strings in macros. (makes it build on OS X again...)
3011
3012 2008-06-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3013
3014         * gst/rtp/gstrtptheorapay.c:
3015         * gst/udp/gstmultiudpsink.c:
3016           Added debug.
3017
3018 2008-06-20  Christian Schaller <christian.schaller@collabora.co.uk>
3019
3020         * configure.ac: switch v4l2src over to the normal build instead of
3021         being 'experimental'. Fixes bug #536831.
3022
3023 2008-06-19  Wim Taymans  <wim.taymans@collabora.co.uk>
3024
3025         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
3026         Remove unused variable so that we can compile again.
3027
3028 2008-06-19  Peter Kjellerstedt  <pkj@axis.com>
3029
3030         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
3031         No need to check for audio/G723 and audio/32KADPCM here as they are
3032         no longer supported.
3033
3034 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3035
3036         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
3037         (gst_wavpack_parse_src_query), (gst_wavpack_parse_create_src_pad):
3038         Use G_GINT64_CONSTANT, this fixes the duration query on files without
3039         known length.
3040
3041 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3042
3043         * gst/matroska/matroska-demux.c:
3044         (gst_matroska_demux_add_wvpk_header),
3045         (gst_matroska_demux_audio_caps):
3046         * gst/matroska/matroska-ids.h:
3047         Fix demuxing of WavPack files. Muxing is still broken.
3048
3049 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3050
3051         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
3052         (gst_matroska_demux_add_mpeg_seq_header),
3053         (gst_matroska_demux_add_wvpk_header),
3054         (gst_matroska_demux_check_subtitle_buffer),
3055         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3056         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
3057         (gst_matroska_demux_subtitle_caps):
3058         * gst/matroska/matroska-ids.h:
3059         Add a "vfunc" to the track context for postprocessing frames and
3060         convert the wavpack and subtitle postprocessing to this vfunc.
3061         Copy buffer flags in those functions to the new buffers too.
3062
3063         Parse CodecState elements of Blocks.
3064
3065         Add a postprocessing function for MPEG video that adds the sequence
3066         header from the codec private data or codec state to the frames if
3067         it's not already there.
3068
3069 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3070
3071         * gst/matroska/matroska-demux.c:
3072         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
3073         If a gap of more than 1/2 second is found in one stream send a
3074         NEWSEGMENT event to not stall the pipeline if the gap is too large.
3075         This also fixes Matroska files where the first buffer doesn't start
3076         at timestamp 0. Fixes bug #429322.
3077
3078         The duration of a block is the default duration multiplied with the
3079         number of laces. Every lace is one frame and the default duration
3080         is the duration of one frame. This fixes playback of files that use
3081         lacing for some tracks.
3082
3083 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
3084
3085         * gst/matroska/matroska-demux.c:
3086         (gst_matroska_demux_parse_contents_seekentry):
3087         Update FIXME/TODOs and only ignore EOS at the central, important place
3088         instead of several places.
3089
3090 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3091
3092         * gst/rtp/gstrtpg726pay.c:
3093         Fix caps, See #538891.
3094
3095 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
3096
3097         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3098         (gst_matroska_demux_stream_from_num),
3099         (gst_matroska_demux_encoding_cmp),
3100         (gst_matroska_demux_encoding_order_unique),
3101         (gst_matroska_demux_read_track_encoding),
3102         (gst_matroska_demux_read_track_encodings),
3103         (gst_matroska_demux_tracknumber_unique),
3104         (gst_matroska_demux_add_stream), (gst_matroska_demux_init_stream),
3105         (gst_matroska_demux_parse_tracks),
3106         (gst_matroska_demux_parse_index_cuetrack),
3107         (gst_matroska_demux_parse_index_pointentry),
3108         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3109         (gst_matroska_demux_parse_metadata_id_simple_tag),
3110         (gst_matroska_demux_parse_metadata_id_tag),
3111         (gst_matroska_demux_parse_metadata),
3112         (gst_matroska_demux_parse_attached_file),
3113         (gst_matroska_demux_parse_attachments),
3114         (gst_matroska_demux_parse_chapters),
3115         (gst_matroska_demux_sync_streams), (gst_matroska_decode_buffer),
3116         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3117         (gst_matroska_demux_parse_cluster),
3118         (gst_matroska_demux_parse_contents_seekentry),
3119         (gst_matroska_demux_parse_contents),
3120         (gst_matroska_demux_loop_stream_parse_id),
3121         (gst_matroska_demux_loop):
3122         Improve debug output everywhere and fix the EOS logic.
3123
3124         Check the values of the ContentEncoding elements more strictly and
3125         don't use tracks for which it's invalid.
3126
3127         Check that the track number is unique for this stream.
3128
3129         Check that seek positions are below G_MAXINT64 as our seeks are
3130         int64-based and overflows will fail badly.
3131
3132         After seeks also don't push SimpleBlocks until the first one
3133         containing a keyframe is found. Before this was done only for normal
3134         Blocks.
3135
3136         Update some FIXME/TODOs.
3137         
3138         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
3139         (gst_ebml_read_utf8), (gst_ebml_read_header):
3140         Improve debug output.
3141
3142         * gst/matroska/matroska-ids.c:
3143         (gst_matroska_track_init_video_context):
3144         * gst/matroska/matroska-ids.h:
3145         * gst/matroska/matroska-mux.c:
3146         (gst_matroska_mux_video_pad_setcaps):
3147         Remove eye mode and don't parse it anymore. We can't use that
3148         information in GStreamer yet so it's useless.
3149
3150
3151 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3152
3153         Patch by: Mersad Jelacic <mersad at axis dot com>
3154
3155         * gst/rtp/Makefile.am:
3156         * gst/rtp/gstrtp.c: (plugin_init):
3157         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_base_init),
3158         (gst_rtp_g726_depay_class_init), (gst_rtp_g726_depay_init),
3159         (gst_rtp_g726_depay_setcaps), (gst_rtp_g726_depay_process),
3160         (gst_rtp_g726_depay_plugin_init):
3161         * gst/rtp/gstrtpg726depay.h:
3162         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_base_init),
3163         (gst_rtp_g726_pay_class_init), (gst_rtp_g726_pay_init),
3164         (gst_rtp_g726_pay_setcaps), (gst_rtp_g726_pay_plugin_init):
3165         * gst/rtp/gstrtpg726pay.h:
3166         Added G726 pay/depayloaders. Fixes #538891.
3167
3168 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
3169
3170         * gst/rtsp/URLS:
3171         Some more urls.
3172
3173         * gst/smpte/barboxwipes.c:
3174         Add a comment
3175
3176         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
3177         Fix typo, add audioresample to the pipeline.
3178
3179 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
3180
3181         * ext/libmng/Makefile.am:
3182         * ext/libmng/gstmng.c: (plugin_init):
3183         * ext/libmng/gstmngdec.c: (gst_mng_dec_base_init),
3184         (gst_mng_dec_class_init), (gst_mng_dec_sink_setcaps),
3185         (gst_mng_dec_init), (gst_mng_dec_src_getcaps), (gst_mng_dec_loop),
3186         (gst_mng_dec_get_property), (gst_mng_dec_set_property),
3187         (mngdec_error), (mngdec_openstream), (mngdec_closestream),
3188         (gst_mng_dec_sink_event), (mngdec_readdata), (mngdec_settimer),
3189         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
3190         (gst_mng_dec_change_state):
3191         * ext/libmng/gstmngdec.h:
3192         * ext/libmng/gstmngenc.c: (gst_mng_enc_base_init),
3193         (gst_mng_enc_class_init), (gst_mng_enc_sink_setcaps),
3194         (gst_mng_enc_init), (gst_mng_enc_chain),
3195         (gst_mng_enc_get_property), (gst_mng_enc_set_property):
3196         * ext/libmng/gstmngenc.h:
3197         Somewhat port mngenc and mngdec to 0.10. Does not work yet and has many
3198         bits ifdeffed out still.
3199
3200 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
3201
3202         * gst/matroska/matroska-demux.c: (gst_matroska_index_compare):
3203         When comparing index elements with the same time compare their
3204         block number.
3205
3206 2008-06-16  Tim-Philipp Müller  <tim.muller at collabora co uk>
3207
3208         * gst/matroska/matroska-demux.c:
3209           (gst_matroska_demux_parse_attached_file)
3210           Init variable to NULL to avoid compiler warning.
3211
3212 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
3213
3214         * gst/matroska/Makefile.am:
3215         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3216         (gst_matroska_demux_parse_attached_file),
3217         (gst_matroska_demux_parse_attachments),
3218         (gst_matroska_demux_parse_contents_seekentry),
3219         (gst_matroska_demux_loop_stream_parse_id):
3220         * gst/matroska/matroska-demux.h:
3221         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
3222         * gst/matroska/matroska-ids.h:
3223         * gst/matroska/matroska.c: (plugin_init):
3224         Parse Attachments and post them as GST_TAG_IMAGE if we detect
3225         it as image and otherwise as GST_TAG_ATTACHMENT. Include filename
3226         and description of the attachments in the caps. Fixes bug #537622.
3227
3228 2008-06-16  Wim Taymans  <wim.taymans@collabora.co.uk>
3229
3230         * ext/speex/gstspeexenc.c: (gst_speex_enc_mode_get_type),
3231         (gst_speex_enc_class_init), (gst_speex_enc_sink_getcaps),
3232         (gst_speex_enc_get_latency), (gst_speex_enc_get_query_types),
3233         (gst_speex_enc_src_query), (gst_speex_enc_init),
3234         (gst_speex_enc_setup), (gst_speex_enc_push_buffer),
3235         (gst_speex_enc_chain), (gst_speex_enc_get_property),
3236         (gst_speex_enc_set_property):
3237         Add mode property.
3238         Some cleanups, add more debug info.
3239         Add latency query.
3240
3241 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
3242
3243         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes):
3244         Return GST_FLOW_UNEXPECTED instead of GST_FLOW_ERROR on short reads.
3245         If we get less bytes than requested we can't do anything except doing
3246         our EOS logic.
3247
3248 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3249
3250         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3251         (gst_matroskademux_do_index_seek),
3252         (gst_matroska_demux_parse_index_cuetrack),
3253         (gst_matroska_demux_parse_index_pointentry),
3254         (gst_matroska_index_compare), (gst_matroska_demux_parse_index),
3255         (gst_matroska_demux_parse_metadata):
3256         * gst/matroska/matroska-demux.h:
3257         * gst/matroska/matroska-ids.h:
3258         Use a GArray for storing the Cue (i.e. seek) information, store
3259         the CueTrackPositions for every track, store the block number
3260         and optimize searching in the array by sorting it after the last
3261         element was added.
3262
3263         Fix a small memory leak when trying to parse a tags element that was
3264         already parsed.
3265
3266 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3267
3268         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
3269         (gst_matroska_mux_start), (gst_matroska_mux_finish),
3270         (gst_matroska_mux_write_data):
3271         * gst/matroska/matroska-mux.h:
3272         Don't write another SeekHead which indexes all Clusters to the end of
3273         the file. This isn't useful for anything and just increases filesize.
3274
3275 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3276
3277         * gst/matroska/ebml-read.c: (_ext2dbl), (gst_ebml_read_float):
3278         Prevent unaligned memory access when reading floats.
3279
3280 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3281
3282         * gst/matroska/ebml-read.c:
3283         * gst/matroska/ebml-read.h:
3284         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3285         (gst_matroska_demux_parse_metadata):
3286         * gst/matroska/matroska-demux.h:
3287         Make sure that every Tags element is only parsed once and it's
3288         containing tags are only posted once.
3289
3290 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3291
3292         * gst/matroska/ebml-read.c: (gst_ebml_peek_id),
3293         (gst_ebml_read_header):
3294         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
3295         (gst_matroska_demux_parse_tracks),
3296         (gst_matroska_demux_parse_index_cuetrack),
3297         (gst_matroska_demux_parse_index_pointentry),
3298         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3299         (gst_matroska_demux_parse_metadata_id_simple_tag),
3300         (gst_matroska_demux_parse_metadata_id_tag),
3301         (gst_matroska_demux_parse_metadata),
3302         (gst_matroska_demux_parse_attachments),
3303         (gst_matroska_demux_parse_chapters),
3304         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3305         (gst_matroska_demux_parse_cluster),
3306         (gst_matroska_demux_parse_contents_seekentry),
3307         (gst_matroska_demux_parse_contents),
3308         (gst_matroska_demux_loop_stream_parse_id):
3309         Handle EBML elements like Void or CRC32 in the EbmlRead base class
3310         already. They're not useful in the matroska parser and only cause
3311         additional code.
3312
3313 2008-06-14  Sebastian Dröge  <slomo@circular-chaos.org>
3314
3315         * gst/matroska/ebml-read.c: (gst_ebml_level_free),
3316         (gst_ebml_finalize), (gst_ebml_read_change_state),
3317         (gst_ebml_read_element_level_up), (gst_ebml_read_master):
3318         * gst/matroska/matroska-demux.c:
3319         (gst_matroska_demux_parse_contents_seekentry):
3320         Reverse the level list as we usually are only interested in the
3321         first element or want to add a new first element. Having the
3322         first element stored at the end and calling g_list_last() and
3323         g_list_append() is more expensive.
3324
3325         Also use GSlice for allocating the GstEbmlLevel structs.
3326
3327 2008-06-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
3328
3329         * gst/debug/gsttaginject.c: (gst_tag_inject_finalize),
3330           (gst_tag_inject_class_init), (gst_tag_inject_init):
3331           Don't unref NULL taglist in finalize. Don't use c++ style
3332           comments.
3333
3334 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
3335
3336         * gst/matroska/matroska-demux.c:
3337         (gst_matroska_demux_parse_metadata_id_simple_tag):
3338         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag),
3339         (gst_matroska_mux_write_data):
3340         Use gst_value_serialize() and gst_value_deserialize() for transforming
3341         tags from some GType to a string and the other way around. The default
3342         transformations in GLib don't include transformations from string to
3343         number types.
3344
3345 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
3346
3347         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3348         (gst_matroska_demux_parse_tracks),
3349         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3350         (gst_matroska_demux_parse_attachments),
3351         (gst_matroska_demux_parse_chapters),
3352         (gst_matroska_demux_parse_contents_seekentry),
3353         (gst_matroska_demux_loop_stream_parse_id):
3354         * gst/matroska/matroska-demux.h:
3355         Only parse Tracks, SeekHead and SegmentInfo elements once but allow
3356         Tags multiple times. The first ones can appear more than once but must
3357         contain the same content as the first for backup purposes so we ignore
3358         all but the first one. Tags can appear multiple times with different
3359         content.
3360
3361         Jump to all elements except Clusters that are available from a
3362         SeekHead to make it more likely to have all required informations
3363         before getting to the first Clusters.
3364
3365         Add dummy functions for parsing Attachments and Chapters.
3366
3367 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3368
3369         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
3370         (gst_udpsrc_create), (gst_udpsrc_set_property),
3371         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
3372         * gst/udp/gstudpsrc.h:
3373         Add property to control automatic join/leave of multicast groups.
3374         Add G_LIKELY.
3375         Remove setting caps on buffers explicitly, basesrc does that for us now.
3376         Improve debug info.
3377         Convert some non-fatal error into warnings.
3378         Use g_ntohs for better portability.
3379         Leave multicast groups when stopping.
3380         When using external sockets, use getsockname() on them to fill up the
3381         addr structure before calling methods that use the structure.
3382         Should all fix #536903.
3383         API: GstUDPSrc::auto-multicast property
3384
3385 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3386
3387         * gst/udp/gstudpnetutils.c: (gst_udp_is_multicast):
3388         Use g_ntohl for better portability.
3389
3390 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3391
3392         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
3393         (gst_multiudpsink_remove):
3394         Fix a typo and do some small cleanups.
3395
3396 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3397
3398         Patch by: Olivier Crete <tester at tester dot ca>
3399
3400         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
3401         Make the delivery-method mandatory on the caps and only accept inline
3402         for now.
3403         Reverse strcmp checks for delivery-method.
3404
3405         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
3406         Make delivery method optional when parsing caps and note this in the
3407         caps.
3408         Reverse strcmp checks for delivery-method.
3409
3410         * gst/rtp/gstrtpvorbispay.c:
3411         Update a comment to note that the delivery-method is optional, 
3412         Fixes #537675.
3413
3414 2008-06-12  Wim Taymans  <wim.taymans@collabora.co.uk>
3415
3416         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_mcast):
3417         Set udpsrc for receiving data from multicast groups to PAUSED instead of
3418         leaving them in READY. Fixes #537832.
3419
3420 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
3421
3422         * gst/avi/gstavimux.c:
3423           Simplify code. gst_tag_list_merge() does the NULL checks. Add a FIXME
3424           for a random constant in tagmuxing code.
3425
3426 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
3427
3428         * gst/debug/gsttaginject.c:
3429         * gst/debug/gsttaginject.h:
3430           Now actually adding the new element.
3431
3432 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
3433
3434         * docs/plugins/Makefile.am:
3435         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3436         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3437         * docs/plugins/gst-plugins-good-plugins.args:
3438         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3439         * docs/plugins/gst-plugins-good-plugins.interfaces:
3440         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3441         * docs/plugins/inspect/plugin-aasink.xml:
3442         * docs/plugins/inspect/plugin-alaw.xml:
3443         * docs/plugins/inspect/plugin-alpha.xml:
3444         * docs/plugins/inspect/plugin-alphacolor.xml:
3445         * docs/plugins/inspect/plugin-annodex.xml:
3446         * docs/plugins/inspect/plugin-apetag.xml:
3447         * docs/plugins/inspect/plugin-audiofx.xml:
3448         * docs/plugins/inspect/plugin-auparse.xml:
3449         * docs/plugins/inspect/plugin-autodetect.xml:
3450         * docs/plugins/inspect/plugin-avi.xml:
3451         * docs/plugins/inspect/plugin-cacasink.xml:
3452         * docs/plugins/inspect/plugin-cairo.xml:
3453         * docs/plugins/inspect/plugin-cdio.xml:
3454         * docs/plugins/inspect/plugin-cutter.xml:
3455         * docs/plugins/inspect/plugin-debug.xml:
3456         * docs/plugins/inspect/plugin-dv.xml:
3457         * docs/plugins/inspect/plugin-efence.xml:
3458         * docs/plugins/inspect/plugin-effectv.xml:
3459         * docs/plugins/inspect/plugin-equalizer.xml:
3460         * docs/plugins/inspect/plugin-esdsink.xml:
3461         * docs/plugins/inspect/plugin-flac.xml:
3462         * docs/plugins/inspect/plugin-flxdec.xml:
3463         * docs/plugins/inspect/plugin-gamma.xml:
3464         * docs/plugins/inspect/plugin-gconfelements.xml:
3465         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3466         * docs/plugins/inspect/plugin-goom.xml:
3467         * docs/plugins/inspect/plugin-goom2k1.xml:
3468         * docs/plugins/inspect/plugin-halelements.xml:
3469         * docs/plugins/inspect/plugin-icydemux.xml:
3470         * docs/plugins/inspect/plugin-id3demux.xml:
3471         * docs/plugins/inspect/plugin-jpeg.xml:
3472         * docs/plugins/inspect/plugin-level.xml:
3473         * docs/plugins/inspect/plugin-matroska.xml:
3474         * docs/plugins/inspect/plugin-monoscope.xml:
3475         * docs/plugins/inspect/plugin-mulaw.xml:
3476         * docs/plugins/inspect/plugin-multifile.xml:
3477         * docs/plugins/inspect/plugin-multipart.xml:
3478         * docs/plugins/inspect/plugin-navigationtest.xml:
3479         * docs/plugins/inspect/plugin-ossaudio.xml:
3480         * docs/plugins/inspect/plugin-png.xml:
3481         * docs/plugins/inspect/plugin-quicktime.xml:
3482         * docs/plugins/inspect/plugin-rtp.xml:
3483         * docs/plugins/inspect/plugin-rtsp.xml:
3484         * docs/plugins/inspect/plugin-smpte.xml:
3485         * docs/plugins/inspect/plugin-soup.xml:
3486         * docs/plugins/inspect/plugin-spectrum.xml:
3487         * docs/plugins/inspect/plugin-speex.xml:
3488         * docs/plugins/inspect/plugin-taglib.xml:
3489         * docs/plugins/inspect/plugin-udp.xml:
3490         * docs/plugins/inspect/plugin-video4linux2.xml:
3491         * docs/plugins/inspect/plugin-videobalance.xml:
3492         * docs/plugins/inspect/plugin-videobox.xml:
3493         * docs/plugins/inspect/plugin-videocrop.xml:
3494         * docs/plugins/inspect/plugin-videoflip.xml:
3495         * docs/plugins/inspect/plugin-videomixer.xml:
3496         * docs/plugins/inspect/plugin-wavenc.xml:
3497         * docs/plugins/inspect/plugin-wavpack.xml:
3498         * docs/plugins/inspect/plugin-wavparse.xml:
3499         * docs/plugins/inspect/plugin-ximagesrc.xml:
3500         * gst/debug/Makefile.am:
3501         * gst/debug/breakmydata.c:
3502         * gst/debug/efence.c:
3503         * gst/debug/gstdebug.c:
3504         * gst/debug/gstnavseek.c:
3505         * gst/debug/gstpushfilesrc.c:
3506         * gst/debug/gstpushfilesrc.h:
3507         * gst/debug/negotiation.c:
3508         * gst/debug/progressreport.c:
3509         * gst/debug/progressreport.h:
3510         * gst/debug/rndbuffersize.c:
3511         * gst/debug/testplugin.c:
3512           Remove dummy plugin_init. Remove some undefined entries from doc-
3513           section file. Add taginject element and rebuild docs for it.
3514
3515 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3516
3517         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
3518         (gst_matroska_mux_release_pad), (gst_matroska_mux_write_data):
3519         Update the counter for the number of streams when pads are added or
3520         removed. This will make sure that a seek table is generated for
3521         files with just one audio stream.
3522
3523 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3524
3525         * gst/matroska/matroska-demux.c:
3526         (gst_matroska_demux_parse_metadata_id_simple_tag):
3527         * gst/matroska/matroska-ids.h:
3528         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag):
3529         Add some more tags, improve debugging a bit and make sure that
3530         GValue transformation has succeeded before using the result
3531         as a tag.
3532
3533 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3534
3535         Patch by: Olivier Crete <tester at tester dot ca>
3536
3537         * gst/rtp/gstrtptheorapay.c:
3538         The Theora RTP payloader only supports the "inline" delievery method
3539         so let's declare this on the caps of the static pad template.
3540         Fixes bug #537675.
3541
3542 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3543
3544         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
3545         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues):
3546         Remove bogus check.
3547
3548 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3549
3550         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
3551         (gst_videomixer_blend_buffers):
3552         Use stream_time to synchronize the object properties.
3553         Use running_time of the master pad to timestamp outgoing buffers.
3554         Fix the initial segment event to extend an unknown amount of time.
3555         Fixes #537361.
3556
3557 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3558
3559         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
3560         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
3561         (gst_avi_demux_calculate_durations_from_index),
3562         (gst_avi_demux_stream_header_push),
3563         (gst_avi_demux_stream_header_pull):
3564         Try to ignore unparsable/unknown streams and give a warning instead of
3565         erroring out. Fixes #537377.
3566
3567 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3568
3569         * gst/matroska/ebml-write.c: (gst_ebml_write_float):
3570         Use GDOUBLE_TO_BE() instead of (probably slower) custom code.
3571
3572         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
3573         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
3574         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
3575         (gst_matroska_demux_read_track_encodings),
3576         (gst_matroska_demux_add_stream),
3577         (gst_matroska_demux_handle_src_query),
3578         (gst_matroska_demux_init_stream),
3579         (gst_matroska_demux_parse_index_cuetrack),
3580         (gst_matroska_demux_parse_index_pointentry),
3581         (gst_matroska_demux_parse_info),
3582         (gst_matroska_demux_parse_metadata_id_simple_tag),
3583         (gst_matroska_demux_parse_metadata),
3584         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
3585         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3586         (gst_matroska_demux_parse_cluster),
3587         (gst_matroska_demux_parse_contents_seekentry),
3588         (gst_matroska_demux_loop_stream_parse_id),
3589         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
3590         (gst_matroska_demux_audio_caps),
3591         (gst_matroska_demux_subtitle_caps):
3592         * gst/matroska/matroska-demux.h:
3593         * gst/matroska/matroska-ids.c:
3594         (gst_matroska_track_init_subtitle_context):
3595         * gst/matroska/matroska-ids.h:
3596         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
3597         (gst_matroska_mux_class_init), (gst_matroska_mux_init),
3598         (gst_matroska_mux_create_uid), (gst_matroska_mux_reset),
3599         (gst_matroska_mux_video_pad_setcaps),
3600         (gst_matroska_mux_audio_pad_setcaps),
3601         (gst_matroska_mux_subtitle_pad_setcaps),
3602         (gst_matroska_mux_request_new_pad),
3603         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
3604         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
3605         (gst_matroska_mux_write_data), (gst_matroska_mux_collected),
3606         (gst_matroska_mux_set_property):
3607         Add many FIXMEs/TODOs all over the matroska muxer and demuxer
3608         elements, do some checks for valid values in the demuxer, handle
3609         tracktimecodescale in the demuxer, set correct default values for all
3610         settings in the demuxer, review and add all missing matroska
3611         IDs and some more raw YUV formats, and some trivial cleanup.
3612
3613 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3614
3615         * ext/pulse/pulsemixer.c: (gst_pulsemixer_base_init),
3616         (gst_pulsemixer_class_init):
3617         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
3618         (gst_pulsesink_class_init), (gst_pulsesink_prepare):
3619         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
3620         (gst_pulsesrc_base_init), (gst_pulsesrc_class_init),
3621         (gst_pulsesrc_prepare):
3622         Some smaller cleanup. Use G_PARAM_STATIC_STRINGS,
3623         gst_element_class_set_details_simple() and fix coding style a bit
3624         more.
3625
3626 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3627
3628         * docs/plugins/Makefile.am:
3629         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3630         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3631         * docs/plugins/gst-plugins-good-plugins.args:
3632         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3633         * docs/plugins/gst-plugins-good-plugins.interfaces:
3634         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3635         * docs/plugins/inspect/plugin-aasink.xml:
3636         * docs/plugins/inspect/plugin-alaw.xml:
3637         * docs/plugins/inspect/plugin-alpha.xml:
3638         * docs/plugins/inspect/plugin-alphacolor.xml:
3639         * docs/plugins/inspect/plugin-annodex.xml:
3640         * docs/plugins/inspect/plugin-apetag.xml:
3641         * docs/plugins/inspect/plugin-audiofx.xml:
3642         * docs/plugins/inspect/plugin-auparse.xml:
3643         * docs/plugins/inspect/plugin-autodetect.xml:
3644         * docs/plugins/inspect/plugin-avi.xml:
3645         * docs/plugins/inspect/plugin-cacasink.xml:
3646         * docs/plugins/inspect/plugin-cairo.xml:
3647         * docs/plugins/inspect/plugin-cdio.xml:
3648         * docs/plugins/inspect/plugin-cutter.xml:
3649         * docs/plugins/inspect/plugin-debug.xml:
3650         * docs/plugins/inspect/plugin-dv.xml:
3651         * docs/plugins/inspect/plugin-efence.xml:
3652         * docs/plugins/inspect/plugin-effectv.xml:
3653         * docs/plugins/inspect/plugin-equalizer.xml:
3654         * docs/plugins/inspect/plugin-esdsink.xml:
3655         * docs/plugins/inspect/plugin-flac.xml:
3656         * docs/plugins/inspect/plugin-flxdec.xml:
3657         * docs/plugins/inspect/plugin-gamma.xml:
3658         * docs/plugins/inspect/plugin-gconfelements.xml:
3659         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3660         * docs/plugins/inspect/plugin-goom.xml:
3661         * docs/plugins/inspect/plugin-goom2k1.xml:
3662         * docs/plugins/inspect/plugin-halelements.xml:
3663         * docs/plugins/inspect/plugin-icydemux.xml:
3664         * docs/plugins/inspect/plugin-id3demux.xml:
3665         * docs/plugins/inspect/plugin-jpeg.xml:
3666         * docs/plugins/inspect/plugin-level.xml:
3667         * docs/plugins/inspect/plugin-matroska.xml:
3668         * docs/plugins/inspect/plugin-monoscope.xml:
3669         * docs/plugins/inspect/plugin-mulaw.xml:
3670         * docs/plugins/inspect/plugin-multifile.xml:
3671         * docs/plugins/inspect/plugin-multipart.xml:
3672         * docs/plugins/inspect/plugin-navigationtest.xml:
3673         * docs/plugins/inspect/plugin-ossaudio.xml:
3674         * docs/plugins/inspect/plugin-png.xml:
3675         * docs/plugins/inspect/plugin-pulseaudio.xml:
3676         * docs/plugins/inspect/plugin-quicktime.xml:
3677         * docs/plugins/inspect/plugin-rtp.xml:
3678         * docs/plugins/inspect/plugin-rtsp.xml:
3679         * docs/plugins/inspect/plugin-smpte.xml:
3680         * docs/plugins/inspect/plugin-soup.xml:
3681         * docs/plugins/inspect/plugin-spectrum.xml:
3682         * docs/plugins/inspect/plugin-speex.xml:
3683         * docs/plugins/inspect/plugin-taglib.xml:
3684         * docs/plugins/inspect/plugin-udp.xml:
3685         * docs/plugins/inspect/plugin-video4linux2.xml:
3686         * docs/plugins/inspect/plugin-videobalance.xml:
3687         * docs/plugins/inspect/plugin-videobox.xml:
3688         * docs/plugins/inspect/plugin-videocrop.xml:
3689         * docs/plugins/inspect/plugin-videoflip.xml:
3690         * docs/plugins/inspect/plugin-videomixer.xml:
3691         * docs/plugins/inspect/plugin-wavenc.xml:
3692         * docs/plugins/inspect/plugin-wavpack.xml:
3693         * docs/plugins/inspect/plugin-wavparse.xml:
3694         * docs/plugins/inspect/plugin-ximagesrc.xml:
3695         * ext/pulse/plugin.c:
3696         * ext/pulse/pulsemixer.c:
3697         * ext/pulse/pulsesink.c:
3698         * ext/pulse/pulsesrc.c:
3699         Add documentation to the pulseaudio plugin and run make update
3700         in docs/plugins.
3701
3702 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3703
3704         Patch by: Brian Cameron <brian.cameron at sun dot com>
3705
3706         * sys/sunaudio/gstsunaudiomixerctrl.c:
3707         (gst_sunaudiomixer_ctrl_get_volume),
3708         (gst_sunaudiomixer_ctrl_set_volume):
3709         Improvements for the SunAudio mixer by handling mute as no gain
3710         for tracks that have a gain property but no mute property.
3711         Fixes bug #536067.
3712
3713 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3714
3715         * configure.ac:
3716         * ext/pulse/Makefile.am:
3717         * ext/pulse/plugin.c: (plugin_init):
3718         * ext/pulse/pulsemixer.c: (gst_pulsemixer_interface_supported),
3719         (gst_pulsemixer_implements_interface_init),
3720         (gst_pulsemixer_init_interfaces), (gst_pulsemixer_base_init),
3721         (gst_pulsemixer_class_init), (gst_pulsemixer_init),
3722         (gst_pulsemixer_finalize), (gst_pulsemixer_set_property),
3723         (gst_pulsemixer_get_property), (gst_pulsemixer_change_state):
3724         * ext/pulse/pulsemixer.h:
3725         * ext/pulse/pulsemixerctrl.c:
3726         (gst_pulsemixer_ctrl_context_state_cb),
3727         (gst_pulsemixer_ctrl_sink_info_cb),
3728         (gst_pulsemixer_ctrl_source_info_cb),
3729         (gst_pulsemixer_ctrl_subscribe_cb),
3730         (gst_pulsemixer_ctrl_success_cb), (gst_pulsemixer_ctrl_open),
3731         (gst_pulsemixer_ctrl_close), (gst_pulsemixer_ctrl_new),
3732         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_list_tracks),
3733         (gst_pulsemixer_ctrl_timeout_event), (restart_time_event),
3734         (gst_pulsemixer_ctrl_set_volume), (gst_pulsemixer_ctrl_get_volume),
3735         (gst_pulsemixer_ctrl_set_record), (gst_pulsemixer_ctrl_set_mute):
3736         * ext/pulse/pulsemixerctrl.h:
3737         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_class_init),
3738         (gst_pulsemixer_track_init), (gst_pulsemixer_track_new):
3739         * ext/pulse/pulsemixertrack.h:
3740         * ext/pulse/pulseprobe.c: (gst_pulseprobe_context_state_cb),
3741         (gst_pulseprobe_sink_info_cb), (gst_pulseprobe_source_info_cb),
3742         (gst_pulseprobe_invalidate), (gst_pulseprobe_open),
3743         (gst_pulseprobe_enumerate), (gst_pulseprobe_close),
3744         (gst_pulseprobe_new), (gst_pulseprobe_free),
3745         (gst_pulseprobe_get_properties), (gst_pulseprobe_needs_probe),
3746         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values),
3747         (gst_pulseprobe_set_server):
3748         * ext/pulse/pulseprobe.h:
3749         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
3750         (gst_pulsesink_class_init), (gst_pulsesink_init),
3751         (gst_pulsesink_destroy_stream), (gst_pulsesink_destroy_context),
3752         (gst_pulsesink_finalize), (gst_pulsesink_dispose),
3753         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
3754         (gst_pulsesink_context_state_cb), (gst_pulsesink_stream_state_cb),
3755         (gst_pulsesink_stream_request_cb),
3756         (gst_pulsesink_stream_latency_update_cb), (gst_pulsesink_open),
3757         (gst_pulsesink_close), (gst_pulsesink_prepare),
3758         (gst_pulsesink_unprepare), (gst_pulsesink_write),
3759         (gst_pulsesink_delay), (gst_pulsesink_success_cb),
3760         (gst_pulsesink_reset), (gst_pulsesink_change_title),
3761         (gst_pulsesink_event), (gst_pulsesink_get_type):
3762         * ext/pulse/pulsesink.h:
3763         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
3764         (gst_pulsesrc_implements_interface_init),
3765         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_base_init),
3766         (gst_pulsesrc_class_init), (gst_pulsesrc_init),
3767         (gst_pulsesrc_destroy_stream), (gst_pulsesrc_destroy_context),
3768         (gst_pulsesrc_finalize), (gst_pulsesrc_dispose),
3769         (gst_pulsesrc_set_property), (gst_pulsesrc_get_property),
3770         (gst_pulsesrc_context_state_cb), (gst_pulsesrc_stream_state_cb),
3771         (gst_pulsesrc_stream_request_cb), (gst_pulsesrc_open),
3772         (gst_pulsesrc_close), (gst_pulsesrc_prepare),
3773         (gst_pulsesrc_unprepare), (gst_pulsesrc_read),
3774         (gst_pulsesrc_delay), (gst_pulsesrc_change_state),
3775         (gst_pulsesrc_get_type):
3776         * ext/pulse/pulsesrc.h:
3777         * ext/pulse/pulseutil.c: (gst_pulse_fill_sample_spec),
3778         (gst_pulse_client_name), (gst_pulse_gst_to_channel_map):
3779         * ext/pulse/pulseutil.h:
3780         Add pulseaudio GStreamer element from gst-pulse. Development will
3781         continue here instead of pulseaudio SVN. Fixes bug #400679.
3782         Only changes over gst-pulse SVN are added copyright to the top of
3783         files and coding style changes.
3784
3785 2008-06-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
3786
3787         Patch by: Benjamin Kampmann  <benjamin at fluendo dot com>
3788
3789         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext),
3790           (gst_cdio_add_cdtext_album_tags):
3791         * ext/cdio/gstcdio.h:
3792         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
3793           Also extract album title and album genre from CD-TEXT if
3794           available (#537021).
3795
3796 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3797
3798         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3799
3800         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
3801         Improve negotiation a bit more by picking the smallest possible
3802         resolution that is larger than the resolution specified in the
3803         first caps entry of the peer caps. Fixes bug #536994.
3804
3805 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3806
3807         Patch by: Bastien Nocera <hadess at hadess dot net>
3808
3809         * sys/v4l2/gstv4l2vidorient.c:
3810         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
3811         Fix compilation with newer GIT kernels that deprecated
3812         V4L2_CID_HCENTER and V4L2_CID_VCENTER. Fixes bug #536317.
3813
3814 2008-06-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
3815
3816         * configure.ac:
3817         * ext/cdio/gstcdio.c:
3818         * ext/cdio/gstcdio.h:
3819         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
3820           Require libcdio >= 0.76.
3821
3822 2008-06-05  Thijs Vermeir  <thijsvermeir@gmail.com>
3823
3824         * gst/avi/gstavidemux.c:
3825         Catch UNEXPECTED when downstream has reached end of
3826         segment in reverse mode.
3827
3828 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3829
3830         * gst/avi/gstavidemux.c:
3831         Fix typo in comment
3832
3833 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3834
3835         * gst/avi/gstavidemux.c:
3836         Because we don't know the frame order we need to push till
3837         the next keyframe
3838
3839 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3840
3841         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3842
3843         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
3844         (gst_v4l2src_fixate), (gst_v4l2src_negotiate):
3845         Provide a custom negotiation function to make sure to pick the highest
3846         possible framerate and resolution. Fixes bug #536646.
3847
3848 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3849
3850         * gst/avi/gstavidemux.c:
3851         Set EOS when going out of the segment in reverse playback
3852
3853 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3854
3855         * ext/taglib/Makefile.am::
3856           Add -Wno-attributes to CXXFLAGS to suppress warning caused by
3857           taglib headers (with gcc 4.3.1).
3858
3859 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
3860
3861         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
3862         Use the new gst_rtsp_connection_get_ip() to access the IP address
3863         of a GstRTSPConnection since it is a private member.
3864
3865 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3866
3867         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
3868         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
3869           Use new utility functions in libgsttag to process coverart (#512333).
3870
3871 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3872
3873         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
3874         We actually support left/side, right/side and mid/side files. The
3875         conversion to normal, interleaved stereo is done by libflac.
3876
3877 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3878
3879         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
3880         (gst_ebml_write_set_cache):
3881         Unref the write cache in finalize if it was set and add add "FIXME"
3882         to a comment that needs it.
3883
3884 2008-06-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3885
3886         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
3887
3888         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
3889         (gst_avi_demux_index_prev), (gst_avi_demux_index_entry_for_time),
3890         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
3891         (gst_avi_demux_process_next_entry):
3892         * gst/avi/gstavidemux.h:
3893         Implement reverse playback. Fixes #535300.
3894         Small cleanups.
3895
3896 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
3897
3898         * gst/videomixer/videomixer.c: (gst_videomixer_query_duration),
3899         (gst_videomixer_query_latency):
3900         When using gst_element_iterate_pads() one has to unref every pad
3901         after usage.
3902
3903 2008-05-31  Edward Hervey  <edward.hervey@collabora.co.uk>
3904
3905         Patch by: Bastien Nocera <hadess at hadess dot net>
3906         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_str),
3907         (qtdemux_parse_udta):
3908         * gst/qtdemux/qtdemux_fourcc.h:
3909         Improve meta-data handling, add 'comment', 'description' and
3910         'copyright' tag handling.
3911         Fixes #535935
3912
3913 2008-05-31  Julien Moutte  <julien@fluendo.com>
3914
3915         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_keyframe),
3916         (gst_qtdemux_find_segment), (gst_qtdemux_perform_seek),
3917         (gst_qtdemux_seek_to_previous_keyframe),
3918         (gst_qtdemux_activate_segment), (gst_qtdemux_loop): Make sure we
3919         we don't clip the segment's stop using the main segment duration as
3920         that could crop quite some video frames. Make reverse playback support
3921         more robust and support edit lists. Support seeking to the last frame,
3922         and fix reverse looping playback. Add some debugging.
3923         * win32/common/config.h: Updated.
3924
3925 2008-05-31  Sebastian Dröge  <slomo@circular-chaos.org>
3926
3927         * gst/equalizer/gstiirequalizer.c:
3928         (gst_iir_equalizer_transform_ip):
3929         Don't clip float/double samples, correctly unset passthrough mode
3930         and use better rounding for integer samples.
3931
3932 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
3933
3934         * gst/equalizer/gstiirequalizer.c:
3935         (gst_iir_equalizer_band_set_property), (gst_iir_equalizer_init),
3936         (setup_filter), (set_passthrough), (update_coefficients),
3937         (gst_iir_equalizer_compute_frequencies),
3938         (gst_iir_equalizer_transform_ip):
3939         * gst/equalizer/gstiirequalizer.h:
3940         Update the filter coefficients only when needed in the transform_ip
3941         function and correctly set the element into passthrough mode if the
3942         gain of all bands is 0.
3943
3944 2008-05-29  Wim Taymans  <wim.taymans@collabora.co.uk>
3945
3946         Based on patch by: Sebastian Keller <sebastian-keller at gmx dot de>
3947
3948         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
3949         (gst_alpha_set_property), (gst_alpha_get_property),
3950         (gst_alpha_chroma_key_ayuv), (gst_alpha_chromakey_row_i420):
3951         Try to skip pixels or areas that are too dark or too bright for us to do
3952         meaningfull color detection.
3953         Added properties to control the sensitivity to light and darkness.
3954         Added some small cleanups. Fixes #512345.
3955
3956 2008-05-28  Jan Schmidt  <jan.schmidt@sun.com>
3957
3958         * docs/plugins/.cvsignore:
3959         * tests/check/elements/.cvsignore:
3960         Ignore some more generated things
3961
3962         * tests/check/Makefile.am:
3963         Ignore OSS elements in the state changes test too.
3964
3965 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3966
3967         * docs/plugins/Makefile.am:
3968         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3969         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3970         Add SMPTE effect elements to docs.
3971
3972 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
3973
3974         * docs/plugins/Makefile.am:
3975         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3976         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3977         * ext/raw1394/gstdv1394src.c:
3978           Document whats first shown on the fdo plugin docs page :)
3979
3980 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
3981
3982         * docs/plugins/Makefile.am:
3983         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3984         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3985         * docs/plugins/gst-plugins-good-plugins.args:
3986         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3987         * docs/plugins/inspect/plugin-audiofx.xml:
3988         * gst/audiofx/Makefile.am:
3989         * gst/audiofx/audiofx.c:
3990         * gst/audiofx/audiokaraoke.c:
3991         * gst/audiofx/audiokaraoke.h:
3992         * gst/audiofx/audiovoice.c:
3993         * gst/audiofx/audiovoice.h:
3994           Rename audiovoice to audiokaraoke and add it to the docs.
3995
3996 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
3997
3998         * REQUIREMENTS:
3999         * docs/plugins/Makefile.am:
4000         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4001         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4002         * docs/plugins/gst-plugins-good-plugins.args:
4003         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4004         * docs/plugins/gst-plugins-good-plugins.interfaces:
4005         * docs/plugins/gst-plugins-good-plugins.prerequisites:
4006         * docs/plugins/inspect/plugin-aasink.xml:
4007         * docs/plugins/inspect/plugin-alaw.xml:
4008         * docs/plugins/inspect/plugin-alpha.xml:
4009         * docs/plugins/inspect/plugin-alphacolor.xml:
4010         * docs/plugins/inspect/plugin-annodex.xml:
4011         * docs/plugins/inspect/plugin-apetag.xml:
4012         * docs/plugins/inspect/plugin-audiofx.xml:
4013         * docs/plugins/inspect/plugin-auparse.xml:
4014         * docs/plugins/inspect/plugin-autodetect.xml:
4015         * docs/plugins/inspect/plugin-avi.xml:
4016         * docs/plugins/inspect/plugin-cacasink.xml:
4017         * docs/plugins/inspect/plugin-cairo.xml:
4018         * docs/plugins/inspect/plugin-cdio.xml:
4019         * docs/plugins/inspect/plugin-cutter.xml:
4020         * docs/plugins/inspect/plugin-debug.xml:
4021         * docs/plugins/inspect/plugin-dv.xml:
4022         * docs/plugins/inspect/plugin-efence.xml:
4023         * docs/plugins/inspect/plugin-effectv.xml:
4024         * docs/plugins/inspect/plugin-equalizer.xml:
4025         * docs/plugins/inspect/plugin-esdsink.xml:
4026         * docs/plugins/inspect/plugin-flac.xml:
4027         * docs/plugins/inspect/plugin-flxdec.xml:
4028         * docs/plugins/inspect/plugin-gamma.xml:
4029         * docs/plugins/inspect/plugin-gconfelements.xml:
4030         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
4031         * docs/plugins/inspect/plugin-goom.xml:
4032         * docs/plugins/inspect/plugin-goom2k1.xml:
4033         * docs/plugins/inspect/plugin-halelements.xml:
4034         * docs/plugins/inspect/plugin-icydemux.xml:
4035         * docs/plugins/inspect/plugin-id3demux.xml:
4036         * docs/plugins/inspect/plugin-jpeg.xml:
4037         * docs/plugins/inspect/plugin-level.xml:
4038         * docs/plugins/inspect/plugin-matroska.xml:
4039         * docs/plugins/inspect/plugin-monoscope.xml:
4040         * docs/plugins/inspect/plugin-mulaw.xml:
4041         * docs/plugins/inspect/plugin-multifile.xml:
4042         * docs/plugins/inspect/plugin-multipart.xml:
4043         * docs/plugins/inspect/plugin-navigationtest.xml:
4044         * docs/plugins/inspect/plugin-ossaudio.xml:
4045         * docs/plugins/inspect/plugin-png.xml:
4046         * docs/plugins/inspect/plugin-quicktime.xml:
4047         * docs/plugins/inspect/plugin-rtp.xml:
4048         * docs/plugins/inspect/plugin-rtsp.xml:
4049         * docs/plugins/inspect/plugin-smpte.xml:
4050         * docs/plugins/inspect/plugin-soup.xml:
4051         * docs/plugins/inspect/plugin-spectrum.xml:
4052         * docs/plugins/inspect/plugin-speex.xml:
4053         * docs/plugins/inspect/plugin-taglib.xml:
4054         * docs/plugins/inspect/plugin-udp.xml:
4055         * docs/plugins/inspect/plugin-video4linux2.xml:
4056         * docs/plugins/inspect/plugin-videobalance.xml:
4057         * docs/plugins/inspect/plugin-videobox.xml:
4058         * docs/plugins/inspect/plugin-videocrop.xml:
4059         * docs/plugins/inspect/plugin-videoflip.xml:
4060         * docs/plugins/inspect/plugin-videomixer.xml:
4061         * docs/plugins/inspect/plugin-wavenc.xml:
4062         * docs/plugins/inspect/plugin-wavpack.xml:
4063         * docs/plugins/inspect/plugin-wavparse.xml:
4064         * docs/plugins/inspect/plugin-ximagesrc.xml:
4065         * ext/aalib/gstaasink.c:
4066         * ext/libcaca/gstcacasink.c:
4067           Document aasink and cacasink.
4068
4069 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
4070
4071         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
4072         (gst_videomixer_init), (gst_videomixer_query_duration),
4073         (gst_videomixer_query_latency), (gst_videomixer_query),
4074         (gst_videomixer_blend_buffers):
4075         * gst/videomixer/videomixer.h:
4076         Implement position (in time), duration and latency queries.
4077
4078 2008-05-27  Edward Hervey  <edward.hervey@collabora.co.uk>
4079
4080         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
4081         (gst_videomixer_init), (gst_videomixer_request_new_pad),
4082         (gst_videomixer_fill_queues), (forward_event_func),
4083         (forward_event), (gst_videomixer_src_event),
4084         (gst_videomixer_sink_event):
4085         * gst/videomixer/videomixer.h:
4086         Implement proper seek/newsegment handling.
4087         Based on adder's implementation.
4088         Fixes #535121
4089
4090 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4091
4092         Patch by: Jan Gerber <j at oil21 dot org>
4093
4094         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
4095         Add caps for DVCPRO50 and DVCPRO HD PAL/NTSC. See #526481.
4096
4097 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4098
4099         * gst/audiofx/Makefile.am:
4100         * gst/audiofx/audiofx.c: (plugin_init):
4101         * gst/audiofx/audiovoice.c: (gst_audio_voice_base_init),
4102         (gst_audio_voice_class_init), (gst_audio_voice_init),
4103         (update_filter), (gst_audio_voice_set_property),
4104         (gst_audio_voice_get_property), (gst_audio_voice_setup),
4105         (gst_audio_voice_transform_int), (gst_audio_voice_transform_float),
4106         (gst_audio_voice_transform_ip):
4107         * gst/audiofx/audiovoice.h:
4108         Add simple voice removal element. Yay karaoke.
4109
4110 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4111
4112         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
4113
4114         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
4115         Fix potential caps leak.
4116         If we can't get the framerate with an ioctl, try to get it with the
4117         current norm. Fixes #520092.
4118
4119 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4120
4121         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
4122
4123         * sys/v4l2/v4l2src_calls.c:
4124         (gst_v4l2src_probe_caps_for_format_and_size):
4125         If we fail to get the frame intervals, simply don't touch the framerates
4126         on the template caps instead of discarding the format. See #520092.
4127
4128 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4129
4130         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
4131
4132         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
4133         (gst_v4l2_get_caps_info):
4134         Add NV12, NV21 and bayer support. See #520092.
4135
4136 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4137
4138         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
4139         (gst_qtdemux_activate_segment):
4140         Unbreak segment activation again. Fixes #531672.
4141
4142 2008-05-25  Sebastian Dröge  <slomo@circular-chaos.org>
4143
4144         * ext/flac/Makefile.am:
4145         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
4146         Set the channel layout when decoding FLAC files with more than 2
4147         channels as defined by the FLAC spec. Fixes bug #534570.
4148
4149         Also don't try to decode left/side, right/side and mid/side files
4150         as we don't support this at all.
4151
4152 2008-05-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
4153
4154         * configure.ac:
4155           We need -base CVS (rtsp).
4156
4157 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
4158
4159         * gst/udp/Makefile.am:
4160           Add -D_GNU_SOURCE to CFLAGS so we get things like EAI_ADDRFAMILY
4161           when including netdb.h when building against glibc >= 2.8.
4162
4163 2008-05-22  Julien Moutte  <julien@fluendo.com>
4164
4165         * gst/smpte/gstsmptealpha.c: (gst_smpte_alpha_setcaps): Fix
4166         debug statement arguments.
4167         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_setup_qos_dscp):
4168         * gst/udp/gstudpnetutils.c: (gst_udp_join_group),
4169         (gst_udp_leave_group): Fix IP and IPV6 options to make it work
4170         on more platforms.
4171
4172 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4173
4174         * tests/check/elements/avimux.c: (setup_src_pad),
4175         (teardown_src_pad):
4176         * tests/check/elements/icydemux.c: (icydemux_found_pad),
4177         (GST_START_TEST):
4178         * tests/check/elements/matroskamux.c: (setup_src_pad),
4179         (teardown_src_pad), (setup_sink_pad), (teardown_sink_pad):
4180         * tests/check/elements/videocrop.c: (video_crop_get_test_caps),
4181         (GST_START_TEST):
4182         * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad),
4183         (setup_wavpackparse), (cleanup_wavpackparse):
4184         Don't use gst_element_get_pad(), it's a bad, bad method.
4185
4186 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4187
4188         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
4189         (do_toggle_element):
4190         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
4191         (do_toggle_element):
4192         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
4193         (do_toggle_element):
4194         * ext/gconf/gstswitchsink.c: (gst_switch_commit_new_kid):
4195         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_reset),
4196         (do_toggle_element):
4197         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_reset),
4198         (do_toggle_element):
4199         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
4200         (gst_auto_audio_sink_detect):
4201         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
4202         (gst_auto_video_sink_detect):
4203         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4204         (gst_rtspsrc_stream_free), (gst_rtspsrc_stream_configure_udp),
4205         (gst_rtspsrc_stream_configure_udp_sink), (gst_rtspsrc_skip_lws),
4206         (gst_rtspsrc_unskip_lws), (gst_rtspsrc_skip_commas),
4207         (gst_rtspsrc_skip_item), (gst_rtsp_decode_quoted_string),
4208         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr):
4209         * tests/icles/videocrop-test.c: (test_with_caps),
4210         (video_crop_get_test_caps):
4211         Don't use gst_element_get_pad(), it's a bad method.
4212
4213 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4214
4215         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
4216         (gst_multiudpsink_add_internal):
4217         * gst/udp/gstudpnetutils.c: (gst_udp_set_loop_ttl),
4218         (gst_udp_join_group):
4219         * gst/udp/gstudpnetutils.h:
4220         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
4221         Joining a multicast group and setting the loop/ttl properties are
4222         totally unrelated tasks are must be separated.
4223
4224 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
4225
4226         * gst/avi/gstavimux.c:
4227           Also support alaw/mulaw.
4228
4229 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4230
4231         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4232         (gst_multiudpsink_setup_qos_dscp), (gst_multiudpsink_add_internal):
4233         * gst/udp/gstmultiudpsink.h:
4234         Add a fixme for the auto-multicast property.
4235         Fix some confusing debug messages.
4236         Disable setting a qos value by default.
4237
4238 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4239
4240         Patch by: Gustaf Räntilä <g dot rantila at gmail dot com>
4241
4242         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
4243         Ignore EPERM errors from sendto. Fixes #533619.
4244
4245 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4246
4247         Patch by: Henrik Eriksson <henriken at axis dot com>
4248
4249         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4250         (gst_multiudpsink_init), (gst_multiudpsink_setup_qos_dscp),
4251         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
4252         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal):
4253         * gst/udp/gstmultiudpsink.h:
4254         Add qos-dscp property to manage the Quality of service. Fixes #469917.
4255
4256 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4257
4258         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_process):
4259         Improve debugging of the ident.
4260
4261 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4262
4263         Patch by: Bruno Santos <brunof at ua dot pt>
4264
4265         * gst/udp/gstudpnetutils.c: (gst_udp_get_addr),
4266         (gst_udp_join_group), (gst_udp_leave_group),
4267         (gst_udp_is_multicast):
4268         * gst/udp/gstudpnetutils.h:
4269         Provide a bunch of helper methods to deal with IPv4 and IPv6
4270         transparently.
4271
4272         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4273         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
4274         (gst_multiudpsink_get_property), (join_multicast),
4275         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
4276         (gst_multiudpsink_remove):
4277         * gst/udp/gstmultiudpsink.h:
4278         Add multicast TTL and loopback properties.
4279         Use the helper methods to implement ip4 and ip6.
4280
4281         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
4282         * gst/udp/gstudpsrc.h:
4283         Use the helper methods to implement ip4 and ip6.
4284         Fixes #515962.
4285
4286 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4287
4288         Patch by: Patrick Radizi <patrick dot radizi at axis dot com>
4289
4290         * gst/multipart/multipartdemux.c: (gst_multipart_demux_class_init),
4291         (gst_multipart_demux_get_gstname),
4292         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain):
4293         * gst/multipart/multipartdemux.h:
4294         Don't blindly copy the mime-type as the caps name because they not
4295         always map directly. Instead use a hashtable with common mappings.
4296         Fixes #533287.
4297
4298 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4299
4300         * ext/esd/esdsink.c: (gst_esdsink_write):
4301         When we post an error, we must return -1 to let the parent know that we
4302         cannot write the segment else it will loop and continue to call us again
4303         forever. Patch by Michael Meeks.
4304
4305 2008-05-20  Stefan Kost  <ensonic@users.sf.net>
4306
4307         * gst/videomixer/videomixer.c:
4308           Add missing incudes.
4309
4310 2008-05-20  Peter Kjellerstedt  <pkj@axis.com>
4311
4312         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
4313         (gst_rtp_h264_pay_handle_buffer):
4314         * gst/rtp/gstrtph264pay.h:
4315         Correct a typo (sinle -> single).
4316
4317 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4318
4319         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4320         (gst_rtp_h264_depay_init), (gst_rtp_h264_depay_set_property),
4321         (gst_rtp_h264_depay_get_property), (gst_rtp_h264_depay_setcaps),
4322         (gst_rtp_h264_depay_process):
4323         * gst/rtp/gstrtph264depay.h:
4324         Add experimental support for outputting quicktime-like AVC output in
4325         addition to the existing bytestream output.
4326
4327         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
4328         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
4329         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_payload_nal),
4330         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
4331         (gst_rtp_h264_pay_get_property):
4332         * gst/rtp/gstrtph264pay.h:
4333         Make the parsing mode configurable, for some inputs we don't need to
4334         scan every byte for start codes.
4335         Only set the marker bit on ACCESS units.
4336
4337 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
4338
4339         * gst/equalizer/gstiirequalizer.c:
4340         Use a bigger type in integer mode for the intermediate results to
4341         prevent overflows. This fixes the crippled sound when using the
4342         equalizer in integer mode. Fixes bug #510865.
4343
4344 2008-05-20  Jan Schmidt  <jan.schmidt@sun.com>
4345
4346         * gst/videomixer/videomixer.c:
4347         * gst/videomixer/videomixer.h:
4348         Instead of a random number for the request pad id's,
4349         use a counter.
4350
4351         Register the videomixerpad class from the element's class_init
4352         where it's safer, and allows the docs generator to scan it.
4353
4354 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4355
4356         * gst/smpte/Makefile.am:
4357         * gst/smpte/gstsmpte.c: (gst_smpte_plugin_init):
4358         * gst/smpte/gstsmpte.h:
4359         * gst/smpte/gstsmptealpha.c:
4360         (gst_smpte_alpha_transition_type_get_type),
4361         (gst_smpte_alpha_get_type), (gst_smpte_alpha_base_init),
4362         (gst_smpte_alpha_class_init), (gst_smpte_alpha_update_mask),
4363         (gst_smpte_alpha_setcaps), (gst_smpte_alpha_get_unit_size),
4364         (gst_smpte_alpha_init), (gst_smpte_alpha_finalize),
4365         (gst_smpte_alpha_do_ayuv), (gst_smpte_alpha_do_i420),
4366         (gst_smpte_alpha_transform), (gst_smpte_alpha_set_property),
4367         (gst_smpte_alpha_get_property), (gst_smpte_alpha_plugin_init):
4368         * gst/smpte/gstsmptealpha.h:
4369         * gst/smpte/plugin.c: (plugin_init):
4370         Add new plugin that adds the SMPTE transition in the alpha channel of
4371         I420 and AYUV frames so that they can be blended with videomixer later
4372         on. Uses all niceties such as using base transform for efficient alloc
4373         and negotiation. It currently requires GstController to control the
4374         position in the transition effect.
4375
4376 2008-05-19  Stefan Kost  <ensonic@users.sf.net>
4377
4378         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4379         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4380         * docs/plugins/gst-plugins-good-plugins.args:
4381         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4382         * docs/plugins/gst-plugins-good-plugins.interfaces:
4383         * docs/plugins/gst-plugins-good-plugins.types:
4384         * gst/videomixer/videomixer.c:
4385           Try using thaytans new mechanism to get extra classes into plugin
4386           docs. Aparently works for the Eq. For VideoMixer the GObject stuff is
4387           missing still.
4388
4389 2008-05-18  Mark Nauwelaerts  <mnauw@users.sf.net>
4390
4391         * gst/avi/gstavimux.c: (gst_avi_mux_audsink_set_caps):
4392         Set proper rate in avi stream header for PCM audio, and also do some
4393         more sanity checks on caps in this case.  Fixes #511489.
4394
4395 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
4396
4397         * sys/v4l2/gstv4l2src.c:
4398         Don't include the gstv4l2xoverlay.h header as the XOverlay support
4399         isn't implemented at all yet and this requires X headers to be
4400         installed. Fixes bug #533264.
4401
4402 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
4403
4404         reviewed by: <delete if not using a buddy>
4405
4406         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
4407         (gst_ebml_write_set_cache):
4408         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
4409         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
4410         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
4411         (gst_matroska_demux_read_track_encodings),
4412         (gst_matroska_demux_add_stream),
4413         (gst_matroska_demux_handle_src_query),
4414         (gst_matroska_demux_init_stream),
4415         (gst_matroska_demux_parse_index_cuetrack),
4416         (gst_matroska_demux_parse_index_pointentry),
4417         (gst_matroska_demux_parse_info),
4418         (gst_matroska_demux_parse_metadata_id_simple_tag),
4419         (gst_matroska_demux_parse_metadata),
4420         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
4421         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
4422         (gst_matroska_demux_parse_cluster),
4423         (gst_matroska_demux_parse_contents_seekentry),
4424         (gst_matroska_demux_loop_stream_parse_id),
4425         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
4426         (gst_matroska_demux_audio_caps),
4427         (gst_matroska_demux_subtitle_caps):
4428         * gst/matroska/matroska-demux.h:
4429         * gst/matroska/matroska-ids.c:
4430         (gst_matroska_track_init_subtitle_context):
4431         * gst/matroska/matroska-ids.h:
4432         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
4433         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start),
4434         (gst_matroska_mux_finish), (gst_matroska_mux_collected):
4435         * sys/v4l2/gstv4l2src.c:
4436         * tests/check/pipelines/wavpack.c: (bus_handler):
4437         * win32/common/config.h:
4438
4439 2008-05-16  Jan Schmidt  <jan.schmidt@sun.com>
4440
4441         * ext/wavpack/gstwavpackstreamreader.c:
4442         * tests/examples/spectrum/demo-audiotest.c:
4443         * tests/examples/spectrum/demo-osssrc.c:
4444         Fix some compiler warnings.
4445
4446 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4447
4448         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
4449         Small comment added.
4450
4451         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
4452         (gst_rtp_h264_pay_decode_nal), (gst_rtp_h264_pay_parse_sps_pps),
4453         (gst_rtp_h264_pay_payload_nal), (gst_rtp_h264_pay_handle_buffer):
4454         Debug string cleanups (remove trailing \n)
4455         Refactor and clean up the payloader a bit and make sure that we only
4456         put one NAL unit in an RTP packet even if the input buffer contains
4457         multiple NAL units.
4458         Add suport for AVC format input.
4459
4460 2008-05-14  Peter Kjellerstedt  <pkj@axis.com>
4461
4462         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
4463         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_handle_buffer),
4464         (gst_rtp_h264_pay_set_property), (gst_rtp_h264_pay_get_property):
4465         * gst/rtp/gstrtph264pay.h:
4466         Make it possible to specify profile-level-id and sprop-parameter-sets
4467         using properties in case they are not available in-stream.
4468
4469 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
4470
4471         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4472         * docs/plugins/gst-plugins-good-plugins.args:
4473         * docs/plugins/inspect/plugin-ladspa.xml:
4474           Remove ladspa fro plugin-docs, its in gst-plugins-bad.
4475
4476 2008-05-13  Mark Nauwelaerts  <mnauw@users.sf.net>
4477
4478         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
4479         Send an initial BYTE segment to inform downstream of later seeking,
4480         and to forego sync attempts.
4481
4482 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4483
4484         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_setcaps):
4485         Fix wrong caps string.
4486
4487 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4488
4489         Based on patch by: Olivier Crete <tester at tester dot ca>
4490
4491         * gst/rtp/Makefile.am:
4492         * gst/rtp/gstrtp.c: (plugin_init):
4493         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_base_init),
4494         (gst_rtp_g729_depay_class_init), (gst_rtp_g729_depay_init),
4495         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process),
4496         (gst_rtp_g729_depay_plugin_init):
4497         * gst/rtp/gstrtpg729depay.h:
4498         * gst/rtp/gstrtpg729pay.c: (gst_rtpg729pay_base_init),
4499         (gst_rtpg729pay_class_init), (gst_rtpg729pay_init),
4500         (gst_rtpg729pay_setcaps), (gst_rtp_g729_pay_plugin_init):
4501         * gst/rtp/gstrtpg729pay.h:
4502         Added G729 pay and depayloaders. Fixes #532409.
4503
4504 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4505
4506         * ext/speex/gstspeexdec.c: (speex_dec_sink_event):
4507         Fix the calculation of the duration of the concealment packets.
4508
4509 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4510
4511         Based on patch by: Olivier Crete <tester at tester dot ca>
4512
4513         * gst/rtp/Makefile.am:
4514         * gst/rtp/gstrtp.c: (plugin_init):
4515         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_base_init),
4516         (gst_rtp_dv_depay_class_init), (gst_rtp_dv_depay_init),
4517         (parse_encode), (gst_rtp_dv_depay_setcaps),
4518         (calculate_difblock_location), (gst_rtp_dv_depay_process),
4519         (gst_rtp_dv_depay_reset), (gst_rtp_dv_depay_change_state),
4520         (gst_rtp_dv_depay_plugin_init):
4521         * gst/rtp/gstrtpdvdepay.h:
4522         * gst/rtp/gstrtpdvpay.c: (gst_dv_pay_mode_get_type),
4523         (gst_rtp_dv_pay_base_init), (gst_rtp_dv_pay_class_init),
4524         (gst_rtp_dv_pay_init), (gst_dv_pay_set_property),
4525         (gst_dv_pay_get_property), (gst_rtp_dv_pay_setcaps),
4526         (gst_dv_pay_negotiate), (include_dif),
4527         (gst_rtp_dv_pay_handle_buffer), (gst_rtp_dv_pay_plugin_init):
4528         * gst/rtp/gstrtpdvpay.h:
4529         Add DV pay and depayloaders. Fixes #532423.
4530
4531 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
4532
4533         * gst/matroska/matroska-demux.c:
4534         (gst_matroska_demux_push_dvd_clut_change_event):
4535         Convert subtitle palette info in VobSub private data from VobSub's
4536         (buggy) RGB to YUV.
4537
4538 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
4539
4540         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset):
4541         Do not leave fourcc stream header field empty upon reset.
4542         Fixes #519301.
4543
4544 2008-05-11  Jan Schmidt  <jan.schmidt@sun.com>
4545
4546         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4547         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4548         * docs/plugins/inspect/plugin-goom.xml:
4549         * docs/plugins/inspect/plugin-goom2k1.xml:
4550         * gst/goom/gstgoom.c:
4551         * gst/goom2k1/gstgoom.c:
4552         Add goom2k1 into the docs.
4553
4554 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4555
4556         Based on patch by: Wouter Cloetens  <wouter at mind be>
4557
4558         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4559         (gst_rtspsrc_skip_lws), (gst_rtspsrc_unskip_lws),
4560         (gst_rtspsrc_skip_commas), (gst_rtspsrc_skip_item),
4561         (gst_rtsp_decode_quoted_string),
4562         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr),
4563         (gst_rtspsrc_setup_auth):
4564         Support Digest authentication. Fixes #532065.
4565
4566 2008-05-08  Stefan Kost  <ensonic@users.sf.net>
4567
4568         * gst/level/gstlevel.c:
4569           Also support 32bit (e.g. whe having it after 'mad'). Add more notes
4570           about whats needed for liboil acceleration. Simplify docs a bit.
4571
4572 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
4573
4574         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4575
4576         * gst/matroska/matroska-mux.c: (gst_matroska_mux_collected):
4577         Update the track duration if the old one was invalid.
4578         Fixes bug #532117.
4579
4580 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4581
4582         * gst/rtp/gstrtph264pay.c (gst_rtp_h264_pay_parse_sps_pps):
4583           Use GST_STR_NULL when trying to print sps and pps strings that could
4584           be NULL, as this might crash on some platforms.
4585
4586 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4587
4588         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4589
4590         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_setup_ddraw):
4591           Do IDirectDrawClipper_SetHWnd() if the window ID has already been
4592           set after creating the clipper.
4593
4594 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4595
4596         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4597
4598         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame):
4599           Added checking of surface lost case after an unsuccessful
4600           IDirectDrawSurface7_Lock() call.
4601           If surface is lost, return GST_FLOW_OK.
4602
4603 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4604
4605         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4606
4607         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame,
4608           WndProc, gst_directdraw_sink_window_thread):
4609           Improved Windows message loop and fixed window destruction issue.
4610           When the window which DirectDraw is rendering to is destroyed, the
4611           render/show_frame function will return GST_FLOW_ERROR.
4612           Partially fixes #520885.
4613
4614 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4615
4616         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4617
4618         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_set_caps):
4619           Fixed mid stream resolution change bug, the offscreen surface is now
4620           released when set_caps is called.
4621           Partially fixes #520885.
4622
4623 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4624
4625         * sys/directdraw/gstdirectdrawsink.c
4626           (gst_directdraw_sink_buffer_alloc):
4627           Make it so that gst_directdraw_sink_buffer_alloc uses the right
4628           width/height.
4629
4630           Especially when looking through the pool of buffers, make sure that
4631           the width/height of caps is used instead of the already negotiated
4632           dimensions.
4633           For example if a buffer with different caps is requested, i.e.
4634           higher resolution, the caller would get a buffer with the old
4635           dimensions and thus corrupt the heap.
4636
4637 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4638
4639         * sys/directdraw/gstdirectdrawsink.c
4640           (gst_directdraw_sink_buffer_alloc):
4641           Clear the flags on recycled buffers from buffer_alloc.
4642           Partially fixes #520885.
4643
4644 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4645
4646         * gst/rtp/gstrtpilbcpay.c:
4647           Added missing stdlib.h include for strtol(), and made include ordering and
4648           style consistent with the corresponding depayloader.
4649
4650 2008-05-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
4651
4652         * configure.ac:
4653           Error out if we don't have the required core/base versions.
4654
4655 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
4656
4657         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4658
4659         * sys/osxvideo/cocoawindow.m:
4660         Fix compiler warnings on PPC64. Fixes bug #499318.
4661
4662 2008-05-05  Wim Taymans  <wim.taymans@collabora.co.uk>
4663
4664         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4665
4666         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (gst_rtspsrc_open):
4667         Don't leak file descriptors on error. Fixes #531532.
4668
4669 2008-05-03  Sebastian Dröge  <slomo@circular-chaos.org>
4670
4671         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
4672         (gst_gconf_audio_src_change_state):
4673         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
4674         (gst_gconf_video_sink_change_state):
4675         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
4676         (gst_gconf_video_src_change_state):
4677         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
4678         (gst_switch_commit_new_kid), (gst_switch_sink_change_state):
4679         When we can't create a fakesink/fakesrc complain instead of unreffing
4680         NULL pointers and crashing later. See bug #530535.
4681
4682 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4683
4684         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
4685         Add some more debug info and guard against small payloads.
4686
4687         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
4688         Set duration on outgoing buffers because we can.
4689
4690 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4691
4692         Patch by: Olivier Crete <tester at tester dot ca>
4693
4694         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps),
4695         (gst_speex_enc_init), (gst_speex_enc_chain):
4696         Add negotiation for the speex channels and rate. Fixes #465146.
4697
4698 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4699
4700         Patch by: Olivier Crete <tester at tester dot ca>
4701
4702         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init),
4703         (gst_rtp_speex_pay_getcaps):
4704         Add negotiation for the speex channels and rate. See #465146.
4705
4706 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4707
4708         Patch by: Olivier Crete <tester at tester dot ca>
4709
4710         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_class_init),
4711         (gst_rtpilbcpay_sink_setcaps), (gst_rtpilbcpay_sink_getcaps):
4712         Add negotiation for the ILBC mode. See #465146.
4713
4714 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
4715
4716         * ext/soup/gstsouphttpsrc.c:
4717           Include stdlib to fix the build. Use g_free instead of free, libsoup
4718           uses glib.
4719
4720 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4721
4722         Patch by: j^ <j@bootlab.org>
4723
4724         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
4725         Add more mpeg2 variants. Fixes #530886.
4726
4727 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
4728
4729         Patch by: Youness Alaoui <youness.alaoui at collabora co uk>
4730
4731         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
4732           Don't error out if we get an ICMP destination-unreachable
4733           message when trying to read packets on win32 (#529454).
4734
4735 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
4736
4737         * configure.ac:
4738         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
4739           Use new error code for encrypted streams (which requires core CVS).
4740
4741 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
4742
4743         * gst/qtdemux/qtdemux.c: (gst_qtdemux_videosrc_template),
4744           (gst_qtdemux_audiosrc_template):
4745           Fix swapped pad template names, spotted by Thiago Sousa Santos.
4746
4747 2008-04-30  Wim Taymans  <wim.taymans@collabora.co.uk>
4748
4749         * ext/speex/gstspeexdec.c: (speex_dec_sink_event),
4750         (speex_dec_chain_parse_data):
4751         Produce concealment data when time progresses in a segment update.
4752
4753 2008-04-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4754
4755         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data),
4756         (speex_dec_chain):
4757         Try to preserve input timestamps when we can.
4758         Do beginnings of error concealment.
4759
4760 2008-04-28  Michael Smith <msmith@songbirdnest.com>
4761
4762         * gst/debug/gstnavigationtest.c:
4763           MSVC doesn't provide rint(), define an adequate replacement locally as
4764           elsewhere.
4765
4766 2008-04-28  Julien Moutte  <julien@fluendo.com>
4767
4768         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop): Fix printf
4769         format to pacify Mac OSX's gcc.
4770
4771 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4772
4773         * gst/debug/rndbuffersize.c: (DEFAULT_SEED), (DEFAULT_MIN),
4774           (DEFAULT_MAX), (src_template), (sink_template),
4775           (gst_rnd_buffer_size_base_init), (gst_rnd_buffer_size_class_init),
4776           (gst_rnd_buffer_size_init), (gst_rnd_buffer_size_activate),
4777           (gst_rnd_buffer_size_loop), (gst_rnd_buffer_size_plugin_init):
4778           Bring rndbuffersize element into a state that doesn't require us
4779           to move it to -bad immediately. For one, fix up default min/max
4780           values so that the element actuall works using the default values.
4781           Also, don't ignore flow return values and do some kind of minimal
4782           eos logic. Allow min=max to pull fixed-sized buffers. Bunch of
4783           other gratuitious clean-ups.
4784
4785 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4786
4787         * docs/plugins/Makefile.am:
4788         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4789         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4790         * docs/plugins/gst-plugins-good-plugins.args:
4791         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4792         * docs/plugins/gst-plugins-good-plugins.interfaces:
4793         * docs/plugins/gst-plugins-good-plugins.prerequisites:
4794         * docs/plugins/inspect/plugin-1394.xml:
4795         * docs/plugins/inspect/plugin-aasink.xml:
4796         * docs/plugins/inspect/plugin-alaw.xml:
4797         * docs/plugins/inspect/plugin-alpha.xml:
4798         * docs/plugins/inspect/plugin-alphacolor.xml:
4799         * docs/plugins/inspect/plugin-annodex.xml:
4800         * docs/plugins/inspect/plugin-apetag.xml:
4801         * docs/plugins/inspect/plugin-audiofx.xml:
4802         * docs/plugins/inspect/plugin-auparse.xml:
4803         * docs/plugins/inspect/plugin-autodetect.xml:
4804         * docs/plugins/inspect/plugin-avi.xml:
4805         * docs/plugins/inspect/plugin-cacasink.xml:
4806         * docs/plugins/inspect/plugin-cairo.xml:
4807         * docs/plugins/inspect/plugin-cdio.xml:
4808         * docs/plugins/inspect/plugin-cutter.xml:
4809         * docs/plugins/inspect/plugin-debug.xml:
4810         * docs/plugins/inspect/plugin-dv.xml:
4811         * docs/plugins/inspect/plugin-efence.xml:
4812         * docs/plugins/inspect/plugin-effectv.xml:
4813         * docs/plugins/inspect/plugin-equalizer.xml:
4814         * docs/plugins/inspect/plugin-esdsink.xml:
4815         * docs/plugins/inspect/plugin-flac.xml:
4816         * docs/plugins/inspect/plugin-flxdec.xml:
4817         * docs/plugins/inspect/plugin-gamma.xml:
4818         * docs/plugins/inspect/plugin-gconfelements.xml:
4819         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
4820         * docs/plugins/inspect/plugin-goom.xml:
4821         * docs/plugins/inspect/plugin-halelements.xml:
4822         * docs/plugins/inspect/plugin-icydemux.xml:
4823         * docs/plugins/inspect/plugin-id3demux.xml:
4824         * docs/plugins/inspect/plugin-jpeg.xml:
4825         * docs/plugins/inspect/plugin-level.xml:
4826         * docs/plugins/inspect/plugin-matroska.xml:
4827         * docs/plugins/inspect/plugin-monoscope.xml:
4828         * docs/plugins/inspect/plugin-mulaw.xml:
4829         * docs/plugins/inspect/plugin-multifile.xml:
4830         * docs/plugins/inspect/plugin-multipart.xml:
4831         * docs/plugins/inspect/plugin-navigationtest.xml:
4832         * docs/plugins/inspect/plugin-ossaudio.xml:
4833         * docs/plugins/inspect/plugin-png.xml:
4834         * docs/plugins/inspect/plugin-quicktime.xml:
4835         * docs/plugins/inspect/plugin-rtp.xml:
4836         * docs/plugins/inspect/plugin-rtsp.xml:
4837         * docs/plugins/inspect/plugin-shout2send.xml:
4838         * docs/plugins/inspect/plugin-smpte.xml:
4839         * docs/plugins/inspect/plugin-spectrum.xml:
4840         * docs/plugins/inspect/plugin-speex.xml:
4841         * docs/plugins/inspect/plugin-taglib.xml:
4842         * docs/plugins/inspect/plugin-udp.xml:
4843         * docs/plugins/inspect/plugin-video4linux2.xml:
4844         * docs/plugins/inspect/plugin-videobalance.xml:
4845         * docs/plugins/inspect/plugin-videobox.xml:
4846         * docs/plugins/inspect/plugin-videocrop.xml:
4847         * docs/plugins/inspect/plugin-videoflip.xml:
4848         * docs/plugins/inspect/plugin-videomixer.xml:
4849         * docs/plugins/inspect/plugin-wavenc.xml:
4850         * docs/plugins/inspect/plugin-wavpack.xml:
4851         * docs/plugins/inspect/plugin-wavparse.xml:
4852         * docs/plugins/inspect/plugin-ximagesrc.xml:
4853           Add docs for gdkpixbufsink; update docs to CVS version.
4854
4855 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4856
4857         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
4858         Remove test sync-offset by default.
4859
4860 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4861
4862         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_chain):
4863         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add_internal):
4864         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
4865           Use GLib versions of htonl, htons, ntohl and ntohs in order
4866           to avoid problems on win32 (#529707).
4867
4868 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4869
4870         Patch by: Jesús Corrius <jesus at softcatala org>
4871
4872         * gst/goom/filters.c: (zoomVector):
4873         * gst/goom/goom_core.c: (init_buffers):
4874           Fix build with mingw32: use rand() instead of random() and
4875           replace bzero() with memset(). Fixes #529692.
4876
4877 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4878
4879         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows):
4880         Fix typo in comments.
4881
4882         * tests/examples/rtp/client-H263p-PCMA.sdp:
4883         * tests/examples/rtp/client-H263p-PCMA.sh:
4884         * tests/examples/rtp/client-H264-PCMA.sdp:
4885         * tests/examples/rtp/client-H264-PCMA.sh:
4886         * tests/examples/rtp/client-H264.sdp:
4887         * tests/examples/rtp/client-H264.sh:
4888         * tests/examples/rtp/client-PCMA.sdp:
4889         * tests/examples/rtp/client-PCMA.sh:
4890         * tests/examples/rtp/server-alsasrc-PCMA.sh:
4891         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
4892         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
4893         Add some more docs and fix examples.
4894
4895 2008-04-25  Sebastian Dröge  <slomo@circular-chaos.org>
4896
4897         * tests/check/elements/multifile.c:
4898         Include stdlib.h and unistd.h for mkdtemp. Some platforms have it
4899         declared in the former, some have it declared in the latter.
4900
4901 2008-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
4902
4903         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_set_property):
4904         * gst/debug/tests.c: (md5_get_value):
4905         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
4906         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
4907         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
4908         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
4909         Stop using deprecated GLib functions.
4910
4911 2008-04-24  Jan Schmidt  <jan.schmidt@sun.com>
4912
4913         * configure.ac:
4914         Back to development -> 0.10.8.1
4915
4916 === release 0.10.8 ===
4917
4918 2008-04-23  Jan Schmidt <jan.schmidt@sun.com>
4919
4920         * configure.ac:
4921           releasing 0.10.8, "One For The Money"
4922
4923 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
4924
4925         * configure.ac:
4926         0.10.7.4 pre-release
4927
4928 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
4929
4930         * gst/goom/config_param.c: (goom_plugin_parameters_free):
4931         * gst/goom/convolve_fx.c: (convolve_init), (convolve_free):
4932         * gst/goom/filters.c: (zoomFilterVisualFXWrapper_free):
4933         * gst/goom/flying_stars_fx.c: (fs_free):
4934         * gst/goom/goom_config_param.h:
4935         * gst/goom/goom_core.c: (goom_init), (goom_close):
4936         * gst/goom/goom_plugin_info.h:
4937         * gst/goom/gstgoom.c: (gst_goom_finalize):
4938         * gst/goom/lines.c: (goom_lines_free):
4939         * gst/goom/plugin_info.c: (plugin_info_init), (plugin_info_free):
4940         * gst/goom/surf3d.c: (grid3d_free):
4941         * gst/goom/surf3d.h:
4942         * gst/goom/tentacle3d.c: (tentacle_free):
4943         Free a bunch of stuff, and initialise things to fix leaks
4944         and valgrind warnings in the testsuite.
4945
4946         Fixes: #529268
4947
4948 2008-04-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4949
4950         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (request_pt_map),
4951         (gst_rtspsrc_configure_caps):
4952         Ref caps as the return value for the request_pt_map signal.
4953         Remove some caps weirdness when configuring a stream. See #528245.
4954
4955 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
4956
4957         * tests/icles/gdkpixbufsink-test.c:
4958           Add cast to placate gcc 4.1.2.
4959
4960 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
4961
4962         * configure.ac:
4963         0.10.7.3 pre-release
4964
4965 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
4966
4967         * tests/check/Makefile.am:
4968         Disable some more elements in the state test.
4969         Add a define so the soup test can find the test files
4970         it needs at runtime.
4971
4972         * tests/check/elements/souphttpsrc.c: (run_server):
4973
4974         Add a define so the soup test can find the test files
4975         it needs at runtime.
4976
4977 2008-04-17  Jan Schmidt  <Jan.Schmidt@sun.com>
4978
4979         * gst/goom/convolve_fx.c: (convolve_apply):
4980         Don't ever draw the GOOM logo.
4981         Fixes: #528615
4982
4983 2008-04-17  Edward Hervey  <edward.hervey@collabora.co.uk>
4984
4985         * ext/cdio/gstcdiocddasrc.c:
4986         * ext/dv/gstdvdemux.c: 
4987         gst_atomic_int_set ==> g_atomic_int_set
4988
4989 2008-04-16  Tim-Philipp Müller  <tim at centricular dot net>
4990
4991         * configure.ac:
4992         * gst/goom/Makefile.am:
4993         * gst/goom/convolve_fx.c:
4994         * gst/goom/default_scripts.h:
4995         * gst/goom/goom.h:
4996         * gst/goom/goom_core.c: (choose_a_goom_line):
4997         * gst/goom/goom_plugin_info.h:
4998         * gst/goom/goomsl.c:
4999         * gst/goom/goomsl.h:
5000         * gst/goom/goomsl_hash.c:
5001         * gst/goom/goomsl_hash.h:
5002         * gst/goom/goomsl_heap.c:
5003         * gst/goom/goomsl_heap.h:
5004         * gst/goom/goomsl_private.h:
5005         * gst/goom/plugin_info.c:
5006           Strip out the config/script parsing stuff, we don't need it.
5007           Fixes #527999.
5008
5009 2008-04-15  Tim-Philipp Müller  <tim at centricular dot net>
5010
5011         * gst/goom/plugin_info.c: (setOptimizedMethods):
5012           Disable altivec optimisations for 32-bit PPC as well to make
5013           things build properly on all PPC systems. Fixes #528143
5014
5015 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
5016
5017         * gst-plugins-good.spec.in:
5018           Update for souphttpsrc plugin which has moved to -good.
5019
5020 2008-04-14  Jan Schmidt  <Jan.Schmidt@sun.com>
5021
5022         * gst/matroska/matroska-demux.c:
5023         (gst_matroska_demux_handle_seek_event):
5024         Fix open-ended seeks in matroskademux
5025         Patch by: Mark Nauwelaerts <manauw skynet be>
5026         Fixes: #526557
5027
5028 2008-04-14  Jan Schmidt  <jan.schmidt@sun.com>
5029
5030         * tests/check/Makefile.am:
5031         Add soup test certificates to the dist.
5032
5033 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
5034
5035         * ext/Makefile.am:
5036         Remove LADSPA reference I missed.
5037
5038 2008-04-13  Sebastian Dröge  <slomo@circular-chaos.org>
5039
5040         * ext/soup/gstsouphttpsrc.c: (plugin_init):
5041         Give souphttpsrc GST_RANK_PRIMARY to make it the default HTTP source
5042         over gnome-vfs and everything else. Fixes bug #527848.
5043
5044 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
5045
5046         * configure.ac:
5047         * ext/Makefile.am:
5048         Remove LADSPA plugin. Fixes: #515978
5049
5050 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
5051
5052         * configure.ac:
5053         * docs/plugins/Makefile.am:
5054         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5055         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5056         * docs/plugins/gst-plugins-good-plugins.args:
5057         * docs/plugins/inspect/plugin-soup.xml:
5058         * ext/Makefile.am:
5059         * tests/check/Makefile.am:
5060         Move soup plugin from -bad (Fixes: #523124)
5061
5062 2008-04-11  Jan Schmidt  <Jan.Schmidt@sun.com>
5063
5064         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_header):
5065         Fix bounds checking of mode in Speex header, which may
5066         produce negative numbers in speex <= 1.1.12
5067
5068 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
5069
5070         * gst/goom/Makefile.am:
5071         * gst/goom/gfontlib.c:
5072         * gst/goom/gfontlib.h:
5073         * gst/goom/gfontrle.c:
5074         * gst/goom/gfontrle.h:
5075         * gst/goom/goom.h:
5076         * gst/goom/goom_core.c: (goom_update):
5077         * gst/goom/goom_plugin_info.h:
5078         * gst/goom/gstgoom.c: (gst_goom_chain):
5079         * gst/goom/plugin_info.c:
5080           Remove a bunch of font/text related code that we don't need.
5081
5082 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
5083
5084         * gst/goom/ppc_drawings.s:
5085         * gst/goom/ppc_zoom_ultimate.s:
5086           Change license of these files to LGPL, as permitted by the
5087           author, Guillaume Borios. See #515073.
5088
5089 2008-04-09  Stefan Kost  <ensonic@users.sf.net>
5090
5091         * gst/goom/convolve_fx.c:
5092         * gst/goom/motif_goom1.h:
5093         * gst/goom/motif_goom2.h:
5094           As hinted in Bug #518213, revert one change and fix warnings properly.
5095           This fixes both #518213 and #520073 for me.     
5096
5097 2008-04-09  Jan Schmidt  <Jan.Schmidt@sun.com>
5098
5099         * gst/matroska/ebml-read.c: (gst_ebml_read_seek):
5100         * gst/matroska/matroska-demux.c:
5101         (gst_matroska_demux_handle_seek_event),
5102         (gst_matroska_demux_parse_contents_seekentry),
5103         (gst_matroska_demux_loop):
5104         Fix the Forte build by making function declaration signatures
5105         match the implementations.
5106
5107 2008-04-08  Tim-Philipp Müller  <tim at centricular dot net>
5108
5109         * sys/oss/gstosshelper.c: (gst_oss_helper_rate_check_rate):
5110         * sys/oss/gstosssink.c: (gst_oss_sink_reset):
5111         * sys/oss/gstosssrc.c: (gst_oss_src_reset):
5112           More logging when probing (see #518474), some comments in _reset().
5113
5114 2008-04-07  Julien Moutte  <julien@fluendo.com>
5115
5116         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps): Fix build
5117         because of a bad argument number.
5118
5119 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
5120
5121         * tests/icles/.cvsignore:
5122         * tests/icles/Makefile.am:
5123         * tests/icles/gdkpixbufsink-test.c:
5124           Interactive test app for gdkpixbufsink.
5125
5126 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
5127
5128         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
5129
5130         * configure.ac:
5131         Actually build dlls when cross-compiling with mingw32.
5132         Fixes bug #526247.
5133
5134 2008-04-05  Tim-Philipp Müller  <tim at centricular dot net>
5135
5136         * ext/hal/hal.c: (gst_hal_get_alsa_element):
5137           Don't munge device string to 'default:x' for capture devices.
5138           Fixes #525833.
5139
5140 2008-04-04  Sebastian Dröge  <slomo@circular-chaos.org>
5141
5142         * ext/wavpack/gstwavpackparse.c:
5143         (gst_wavpack_parse_index_entry_free):
5144         Always use GSlice as we actually depend on GLib 2.12 already.
5145
5146 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
5147
5148         * configure.ac:
5149           Require core/base 0.10.18 for ARGB caps parsing fixes in libgstvideo.
5150           Also bump the GLib requirement to the current de-facto requirement
5151           (ie. 2.12).
5152
5153 2008-04-04  Wim Taymans  <wim.taymans@collabora.co.uk>
5154
5155         * gst/rtp/gstrtph264pay.c: (encode_base64),
5156         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_handle_buffer):
5157         * gst/rtp/gstrtph264pay.h:
5158         Parse codec_data for future AVC compatibility.
5159         Fail when we encounter AVC data for now.
5160
5161 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
5162
5163         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
5164           (gst_spectrum_init), (gst_spectrum_set_property),
5165           (gst_spectrum_get_property), (gst_spectrum_message_new):
5166           Rename property enums and default defines for the properties to match
5167           the property names and rephrase property descriptions to make them a
5168           bit clearer (hopefully). See #518188.
5169
5170 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
5171
5172         * tests/check/Makefile.am:
5173         * tests/check/elements/.cvsignore:
5174         * tests/check/elements/gdkpixbufsink.c:
5175           Add unit test for gdkpixbufsink element.
5176
5177 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
5178
5179         * ext/gdk_pixbuf/Makefile.am:
5180         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
5181         * ext/gdk_pixbuf/gstgdkpixbufsink.c:
5182           (gst_gdk_pixbuf_sink_base_init),
5183           (gst_gdk_pixbuf_sink_class_init), (gst_gdk_pixbuf_sink_init),
5184           (gst_gdk_pixbuf_sink_start), (gst_gdk_pixbuf_sink_stop),
5185           (gst_gdk_pixbuf_sink_set_caps),
5186           (gst_gdk_pixbuf_sink_pixbuf_destroy_notify),
5187           (gst_gdk_pixbuf_sink_get_pixbuf_from_buffer),
5188           (gst_gdk_pixbuf_sink_handle_buffer), (gst_gdk_pixbuf_sink_preroll),
5189           (gst_gdk_pixbuf_sink_render), (gst_gdk_pixbuf_sink_set_property),
5190           (gst_gdk_pixbuf_sink_get_property):
5191         * ext/gdk_pixbuf/gstgdkpixbufsink.h:
5192           Add gdkpixbufsink element for easy snapshotting (#525946).
5193
5194 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5195
5196         * tests/check/pipelines/wavpack.c: (wavpack_suite):
5197         Bump timeout from 3 to 60 seconds.
5198
5199 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5200
5201         * tests/check/pipelines/.cvignore:
5202         Remove useless file.
5203
5204         * tests/check/pipelines/.cvsignore:
5205         Add new test to .cvsignore.
5206
5207 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5208
5209         * tests/check/Makefile.am:
5210         * tests/check/pipelines/wavpack.c: (bus_handler),
5211         (identity_handoff), (fakesink_handoff), (GST_START_TEST),
5212         (wavpack_suite), (main):
5213         Add unit test that encodes and decodes some data, checks that it
5214         is still the same and that all timestamps/offsets are perfect.
5215
5216 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5217
5218         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
5219         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init):
5220         * ext/wavpack/gstwavpackparse.c:
5221         (gst_wavpack_parse_index_entry_new),
5222         (gst_wavpack_parse_index_entry_free),
5223         (gst_wavpack_parse_base_init),
5224         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset):
5225         Use GSlice for allocating index entries and use
5226         gst_element_class_set_details_simple().
5227
5228 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
5229
5230         Patch by: Brian Cameron <brian.cameron at sun dot com>
5231
5232         * sys/sunaudio/gstsunaudio.c:
5233         * sys/sunaudio/gstsunaudiomixer.c:
5234         * sys/sunaudio/gstsunaudiomixer.h:
5235         * sys/sunaudio/gstsunaudiomixerctrl.c:
5236         * sys/sunaudio/gstsunaudiomixerctrl.h:
5237         * sys/sunaudio/gstsunaudiomixertrack.c:
5238         * sys/sunaudio/gstsunaudiomixertrack.h:
5239         * sys/sunaudio/gstsunaudiosink.c:
5240         * sys/sunaudio/gstsunaudiosink.h:
5241         * sys/sunaudio/gstsunaudiosrc.c:
5242         * sys/sunaudio/gstsunaudiosrc.h:
5243           Fix up copyrights (#525860).
5244
5245 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
5246
5247         * gst/goom/goomsl.c: (gsl_read_file):
5248           Check return value of fread() to avoid compiler warnings.
5249
5250 2008-04-01  Wim Taymans  <wim.taymans@collabora.co.uk>
5251
5252         Based on patch by: Mersad Jelacic <mersad at axis dot com>
5253
5254         * gst/law/alaw-decode.c: (gst_alaw_dec_sink_setcaps),
5255         (gst_alaw_dec_chain), (gst_alaw_dec_change_state):
5256         * gst/law/alaw-decode.h:
5257         * gst/law/alaw-encode.c: (gst_alaw_enc_chain):
5258         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
5259         (gst_mulawdec_chain), (gst_mulawdec_change_state):
5260         * gst/law/mulaw-decode.h:
5261         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
5262         Make negotiation a bit modern.
5263         Use pad_alloc. Fixes #525359.
5264
5265 2008-03-31  David Schleef  <ds@schleef.org>
5266
5267         * gst/goom/xmmx.c: Fix constraints on asm code so that it
5268           compiles consistently.  Fixes #522278.
5269
5270 2008-03-27  Tim-Philipp Müller  <tim at centricular dot net>
5271
5272         Patch by: Brian Cameron <brian.cameron at sun dot com>
5273
5274         * sys/sunaudio/gstsunaudiomixerctrl.c:
5275           (gst_sunaudiomixer_ctrl_get_volume),
5276           (gst_sunaudiomixer_ctrl_set_volume):
5277         * sys/sunaudio/gstsunaudiomixertrack.c: (gst_sunaudiomixer_track_new):
5278           Fix up the mixer tracks to use a volume range of 0-255, which is what
5279           the sun audio API uses. This simplifies the code and avoids rounding
5280           errors. Fixes #524593.
5281
5282 2008-03-26  Edgard Lima  <edgard.lima@indt.org.br>
5283
5284         * sys/v4l2/gstv4l2object.c:
5285         * sys/v4l2/gstv4l2object.h:
5286         Add device-fd property to make it possible to apps to call ioctl's.
5287
5288 2008-03-25  Wim Taymans  <wim.taymans@collabora.co.uk>
5289
5290         * gst/qtdemux/qtdemux.c: (next_entry_size):
5291         Unbreak streaming mode again.
5292
5293 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
5294
5295         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
5296           Remove superfluous DEBUG macro.
5297
5298 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
5299
5300         Based on patch by: William M. Brack <wbrack at mmm com hk>
5301
5302         * sys/v4l2/v4l2src_calls.c: (fractions_are_equal),
5303           (gst_v4l2src_set_capture):
5304           Check whether the device supports setting the framerate before
5305           trying to set it and then posting a warning or error if it doesn't
5306           work (#516649, #520092). Also compare fractions more correctly.
5307
5308 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
5309
5310         * gst/goom/Makefile.am:
5311           Remove ppc assembler optimisations from the build until they
5312           actually build (they also seem to have GPL headers).
5313
5314 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
5315
5316         * m4/Makefile.am:
5317           Better not dist files that don't exist any longer (lrint*m4).
5318
5319 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
5320
5321         * configure.ac:
5322         * m4/lrint.m4:
5323         * m4/lrintf.m4:
5324         Remove lrint/lrintf checks. We don't use it anywhere.
5325
5326 2008-03-18  Andy Wingo  <wingo@pobox.com>
5327
5328         * sys/osxvideo/osxvideosink.m
5329         (gst_osx_video_sink_osxwindow_destroy)
5330         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
5331         task, whoopdee.
5332         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
5333         2 ms.
5334
5335 2008-03-18  Andy Wingo  <wingo@pobox.com>
5336
5337         * sys/osxvideo/osxvideosink.m
5338         (gst_osx_video_sink_osxwindow_destroy)
5339         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
5340         task, whoopdee.
5341         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
5342         2 ms.
5343         
5344 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
5345
5346         Patch by: William M. Brack <wbrack at mmm com hk>
5347
5348         * sys/v4l2/v4l2src_calls.c:
5349           (gst_v4l2src_probe_caps_for_format_and_size),
5350           (gst_v4l2src_probe_caps_for_format):
5351           Make sure the probed frame sizes are reversed in the resulting
5352           caps also when using V4L2_FRMSIZE_STEPWISE (so they end up
5353           highest resolution first); also remove unused variable.
5354           (Partly fixes #520092)
5355
5356 2008-03-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5357
5358         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5359
5360         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
5361         (gst_rtspsrc_finalize):
5362         Call WSAStartup() and WSACleanup before using the Winsock API.
5363         See #520808.
5364
5365 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5366
5367         * gst/avi/gstavidemux.c:
5368           Erm, the buffer-size is just guint, no need for the special format
5369           specifier.
5370
5371 2008-03-16  Tim-Philipp Müller  <tim at centricular dot net>
5372
5373         * gst/goom/plugin_info.c:
5374         * gst/goom/ppc_zoom_ultimate.h:
5375           Small fixes to build more on PPC: ifdef out code that uses unknown
5376           define; add newline at end of header file to avoid compiler warning.
5377           Assembler code still doesn't build though.
5378
5379 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5380
5381         * gst/avi/gstavidemux.c:
5382           Fix up my last commit. Use G_GUINT32_FORMAT for the guint32 debug log.
5383           Also downgrade a GST_WARNING to GST_DEBUG and add a comment.
5384
5385 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5386
5387         * gst/avi/gstavidemux.c:
5388           Chunksize is uint32. Fix format specifier.
5389
5390 2008-03-14  Christian Schaller <christian.schaller@collabora.co.uk>
5391
5392         * gst/rtsp/COPYING.MIT: Remove extra line that got copied over by
5393         mistake. Return file to pure MIT text.
5394
5395 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
5396
5397         * gst/audiofx/audiofx.c:
5398         Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead
5399         of hardcoding values.
5400
5401 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
5402
5403         Patch by: Mark Nauwelaerts <manauw skynet be>
5404
5405         * sys/oss/gstosssrc.c: (gst_oss_src_init), (gst_oss_src_getcaps),
5406           (gst_oss_src_close):
5407         * sys/oss/gstosssrc.h:
5408           Cache probed caps, so _get_caps() during recording doesn't cause
5409           ioctl calls which may disrupt the recording (fixes #521875).
5410
5411 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
5412
5413         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
5414         (gst_qtdemux_activate_segment),
5415         (gst_qtdemux_prepare_current_sample),
5416         (gst_qtdemux_loop_state_movie), (qtdemux_parse_trak):
5417         Make sure we always send a DISCONT after a seek by setting the sample
5418         index to an undefined value after a seek.
5419
5420 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
5421
5422         * gst/avi/gstavisubtitle.h: (GST_IS_AVI_SUBTITLE),
5423           (GST_IS_AVI_SUBTITLE_CLASS):
5424           Fix up IS_FOO macros, which makes gtk-doc much happier.
5425
5426 2008-03-08  Tim-Philipp Müller  <tim at centricular dot net>
5427
5428         * tests/icles/Makefile.am:
5429           Move the -lgstfoo where it belongs.
5430
5431 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5432
5433         * gst/matroska/ebml-ids.h:
5434         Add ID for EBML CRC32 elements.
5435
5436         * gst/matroska/Makefile.am:
5437         * gst/matroska/ebml-read.c: (gst_ebml_finalize),
5438         (gst_ebml_read_class_init), (gst_ebml_read_peek_bytes),
5439         (gst_ebml_read_get_length), (_ext2dbl), (gst_ebml_read_float),
5440         (gst_ebml_read_header):
5441         Support reading 80bit floats, add finalize method to clean up
5442         in any case, support reading length/id elements with any length
5443         as long as it's smaller than our supported maximum, don't leak
5444         buffers if reading as much data as we wanted failed and some
5445         smaller cleanup.
5446
5447 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5448
5449         Patch by: Olivier Crete <tester at tester dot ca>
5450
5451         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
5452         Check that a buffer is large enough before reading from it.
5453         Fixes bug #521102.
5454         
5455 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5456
5457         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
5458         Fix compilation after removing the GstPollMode from the
5459         constructor.
5460
5461 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
5462
5463         * configure.ac:
5464         * gst/audiofx/Makefile.am:
5465         * gst/audiofx/audiochebband.c:
5466         * gst/audiofx/audiocheblimit.c:
5467         * gst/audiofx/math_compat.h:
5468         Check for sinh(), cosh() and asinh() and define our own
5469         implementations if they're not available. Fixes bug #520880.
5470
5471 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
5472
5473         Patch by: Olivier Crete <tester at tester dot ca>
5474
5475         * ext/speex/gstspeexenc.c: (gst_speex_enc_chain):
5476         Unref the buffers only once when handling not-negotiated errors.
5477         Fixes bug #520764.
5478
5479 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5480
5481         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5482
5483         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize), (gst_udpsrc_start),
5484         (gst_udpsrc_stop):
5485         Properly balance WSA_Cleanup with WSA_Startup.
5486         Also make the poll controllable on windows. Fixes #520888.
5487
5488 2008-03-06  Wim Taymans  <wim.taymans@collabora.co.uk>
5489
5490         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
5491         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
5492         (gst_ebml_read_element_length), (gst_ebml_peek_id),
5493         (gst_ebml_read_skip), (gst_ebml_read_buffer),
5494         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
5495         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_utf8),
5496         (gst_ebml_read_date), (gst_ebml_read_master),
5497         (gst_ebml_read_binary), (gst_ebml_read_header):
5498         * gst/matroska/ebml-read.h:
5499         * gst/matroska/matroska-demux.c:
5500         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
5501         (gst_matroska_demux_read_track_encodings),
5502         (gst_matroska_demux_add_stream),
5503         (gst_matroska_demux_handle_src_query),
5504         (gst_matroska_demux_handle_seek_event),
5505         (gst_matroska_demux_init_stream),
5506         (gst_matroska_demux_parse_tracks),
5507         (gst_matroska_demux_parse_index_cuetrack),
5508         (gst_matroska_demux_parse_index_pointentry),
5509         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
5510         (gst_matroska_demux_parse_metadata_id_simple_tag),
5511         (gst_matroska_demux_parse_metadata_id_tag),
5512         (gst_matroska_demux_parse_metadata),
5513         (gst_matroska_demux_sync_streams),
5514         (gst_matroska_demux_push_hdr_buf),
5515         (gst_matroska_demux_push_flac_codec_priv_data),
5516         (gst_matroska_demux_push_xiph_codec_priv_data),
5517         (gst_matroska_demux_add_wvpk_header),
5518         (gst_matroska_demux_check_subtitle_buffer),
5519         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
5520         (gst_matroska_demux_parse_cluster),
5521         (gst_matroska_demux_parse_contents_seekentry),
5522         (gst_matroska_demux_parse_contents),
5523         (gst_matroska_demux_loop_stream_parse_id),
5524         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop):
5525         * gst/matroska/matroska-demux.h:
5526         * gst/matroska/matroska-ids.h:
5527         Handle return values from pull_range in a more granular way to properly
5528         shut down on seeks.
5529         Combine return values from push.
5530         Implement proper error handling.
5531         Prepare for handling seeking correctly.
5532
5533 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
5534
5535         * gst/matroska/ebml-read.c:
5536         Use GINT64 formatting constants from GLIB.
5537
5538         * gst/matroska/matroska-demux.c:
5539         Add some guards to avoid a possible division by 0 and crashing
5540         with NULL events on some systems.
5541         Use gst_gdouble_to_guint64 somewhere instead of an implicit
5542         conversion. 
5543
5544         * gst/matroska/matroska-mux.c:
5545         Check for invalid timestamps in a bunch of places to avoid
5546         writing bogus durations into the output file.
5547         Fix some double<->gint64 conversions that weren't using
5548         gst_guint64_to_gdouble
5549
5550 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
5551
5552         * configure.ac:
5553         Move the checks for bison, flex and as to the program section and the
5554         check for gcc inline asm to the compiler characteristics section.
5555
5556 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
5557
5558         * configure.ac:
5559         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
5560         plug-ins are included/excluded. (#498222)
5561
5562 2008-02-29  Michael Smith <msmith@fluendo.com>
5563
5564         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
5565           Don't call gst_object_sync_values() unless we have a valid timestamp.
5566
5567 2008-02-28  David Schleef  <ds@schleef.org>
5568
5569         * gst/matroska/matroska-demux.c:
5570         * gst/matroska/matroska-ids.h:
5571         * gst/matroska/matroska-mux.c:
5572           Fix Dirac mapping.  I had previously added a VfW-type
5573           mapping, but it looks like Dirac will get a native Matroska
5574           mapping, and this is the most likely method.
5575
5576 2008-02-28  David Schleef  <ds@schleef.org>
5577
5578         * gst/avi/gstavimux.c: Add Dirac encoding
5579
5580 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
5581
5582         Patch by: Peter Kjellerstedt <pkj at axis com>
5583
5584         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
5585         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_unlock),
5586         (gst_udpsrc_unlock_stop), (gst_udpsrc_stop):
5587         * gst/udp/gstudpsrc.h:
5588         Port to GstPoll. See #505417.
5589
5590 2008-02-28  Sebastian Dröge  <slomo@circular-chaos.org>
5591
5592         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
5593         Return GST_FLOW_NOT_NEGOTIATED when the caps are not set
5594         yet on the srcpad. We need rate and channels before we
5595         can do any processing. Fixes bug #519088.
5596
5597 2008-02-26  Jan Schmidt  <jan.schmidt@sun.com>
5598
5599         * configure.ac:
5600         Detect and indicate if GCC inline assembly syntax is
5601         available.
5602
5603         * gst/goom/Makefile.am:
5604         * gst/goom/convolve_fx.c:
5605         * gst/goom/flying_stars_fx.c:
5606         * gst/goom/goom_config.h:
5607         * gst/goom/goom_core.c:
5608         * gst/goom/goomsl.c:
5609         * gst/goom/ifs.c:
5610         * gst/goom/mmx.c:
5611         * gst/goom/plugin_info.c:
5612         * gst/goom/xmmx.c:
5613         Fix various GCC-isms, and only build the inline assembly
5614         with compilers that support GCC inline assembly.
5615
5616         Fix a couple of other warnings shown with Forte.
5617
5618 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
5619
5620         * gst/goom/xmmx.c:
5621           Use 'emms' instead of 'femms' to not crash on cpus that do not
5622           implement this 3dnow specific instruction.
5623
5624 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
5625
5626         * gst/goom/plugin_info.c: (setOptimizedMethods):
5627         Use extended MMX for draw_line() too if available, not only
5628         normal MMX.
5629
5630 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
5631
5632         * ext/jpeg/gstjpeg.c: (plugin_init):
5633         Remove (commented out) smoke typefinder. This is in base now.
5634
5635 2008-02-23  Jan Schmidt  <jan.schmidt@sun.com>
5636
5637         * gst/goom2k1/Makefile.am:
5638         * gst/goom2k1/gstgoom.c:
5639
5640         Rename the installed library, and don't register the same 
5641         GType name as the new goom.
5642
5643 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5644
5645         * configure.ac:
5646         * ext/taglib/Makefile.am:
5647           Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them
5648           when building C++ code (#516509).
5649
5650 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5651
5652         * gst/goom/gstgoom.c: (goom_debug), (plugin_init):
5653         * gst/goom/plugin_info.c: (goom_debug), (GST_CAT_DEFAULT),
5654           (setOptimizedMethods):
5655           Call oil_init(), otherwise oil_get_cpu_flags() won't return
5656           anything useful. Export goom debug category so we can get
5657           rid of the VERBOSE define and the printfs.
5658
5659 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5660
5661         * gst/goom/goomsl_heap.c: (align_it):
5662         * gst/goom/plugin_info.c: (setOptimizedMethods):
5663           Compile fixes for x86-64.
5664
5665 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5666
5667         * gst/goom/Makefile.am: Don't compile lex or yacc outputs
5668         with warnings, but add other CFLAGS
5669
5670         * gst/goom/goomsl.c (gsl_instr_set_namespace),
5671         (gsl_instr_add_param), (iflow_execute), (gsl_enternamespace),
5672         (calculate_labels), (gsl_read_file):
5673         * gst/goom/goomsl_lex.l:
5674         * gst/goom/goomsl_yacc.y:
5675         * gst/goom/plugin_info.c: Remove a few live printf, and
5676         fprintf, replace exit() calls with g_assert_not_reached()
5677         if it not optimal for a library
5678
5679 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5680
5681         * gst/goom/Makefile.am: Remove the warnings being disabled,
5682         fix linkage on x86, spotted by Sebastian Dröge
5683         <slomo@circular-chaos.org>
5684
5685         * gst/goom/convolve_fx.c (convolve_init),
5686         (create_output_with_brightness), (convolve_apply):
5687         * gst/goom/filters.c (zoomFilterVisualFXWrapper_create):
5688         * gst/goom/goomsl.c:
5689         * gst/goom/ifs.c (ifs_update), (ifs_visualfx_create):
5690         * gst/goom/plugin_info.c:
5691         * gst/goom/tentacle3d.c (tentacle_fx_create):
5692         Fix warnings, and disable the motifs in the convolve_fx
5693         plugin (they were causing warnings, and they were just
5694         "Goom" in funny letterring)
5695
5696 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5697
5698         * configure.ac: Add checks for Flex/Yacc/Bison and other
5699         furry animals, for the new goom 2k4 based plugin
5700
5701         * gst/goom/*: Update to use goom 2k4, uses liboil to detect
5702         CPU optimisations (not working yet), move the old plugin to...
5703
5704         * gst/goom2k1/*: ... here, in case somebody is sick enough
5705
5706         Fixes #515073
5707
5708 2008-02-22  Wim Taymans  <wim.taymans@collabora.co.uk>
5709
5710         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
5711         Post the server response code in an error message instead of a generic
5712         'error' message. Fixes #517237.
5713
5714 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5715
5716         * tests/check/Makefile.am:
5717         Ignore gconfaudiosrc for the states unit test too. It will fallback
5718         to alsasrc if the gconf settings can't be read and not everybody has
5719         alsa.
5720
5721 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5722
5723         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
5724         (gst_wavpack_parse_create_src_pad):
5725         * ext/wavpack/gstwavpackparse.h:
5726         Always report the duration if we know it in push mode and don't
5727         return 0 just to make totem believe we can't seek in push mode.
5728         Newer totem version use the SEEKING query which properly reports
5729         if we can seek or not.
5730
5731 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5732
5733         Patch by: Jens Granseuer <jensgr at gmx dot net>
5734
5735         * tests/examples/equalizer/demo.c: (main):
5736         C89 fix, moving variable declarations to the beginning of
5737         the block. Fixes bug #517933.
5738
5739 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
5740
5741         * configure.ac:
5742         Back to development...
5743
5744 === release 0.10.7 ===
5745
5746 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
5747
5748         * configure.ac:
5749           releasing 0.10.7, "Red Door Black"
5750
5751 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
5752
5753         * gst/alpha/Makefile.am:
5754         Link alpha plugin with libgstbase. Fixes bug #517386.
5755
5756 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5757
5758         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream):
5759         Init values to -1 instead of the default 0 value.
5760         Fixes #516524.
5761
5762 2008-02-14  Stefan Kost  <ensonic@users.sf.net>
5763
5764         * tests/examples/spectrum/spectrum-example.c:
5765         Add missing include to fix compilation when libxml usage is disabled.
5766         Fixes: #516371
5767
5768 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5769
5770         patch by:  Wim Taymans  <wim.taymans@collabora.co.uk>
5771         fixes: #514889
5772
5773         * gst/rtp/gstrtph264pay.c:
5774         * gst/rtp/gstrtpmp4gdepay.c:
5775         * gst/rtp/gstrtpmp4gpay.c:
5776         * gst/rtp/gstrtpmp4gpay.h:
5777         * gst/rtp/gstrtptheorapay.c:
5778         * gst/rtp/gstrtpvorbispay.c:
5779
5780         Fix various leaks shown up in valgrind
5781         - free sprops and buffer in error cases in H264 payloader
5782         - fix leak in mp4g depayloader when construction the caps
5783         - don't leak config string in the mp4g payloader
5784         - don't leak buffers and headers in theora and vorbis payloaders
5785
5786         * tests/check/elements/rtp-payloading.c:
5787
5788         Fix the RTP data test
5789         - Actually send valid amr data to the payloader instead of 20
5790         zero-bytes
5791         - The mp4g payloader expects codec_data on the caps
5792
5793 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
5794
5795         * win32/MANIFEST:
5796         Add libgstpng.dsp to MANIFEST.
5797         * win32/vs6/libgstaudiofx.dsp:
5798         Add new source files to VS project file.
5799
5800 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5801
5802         * sys/ximage/gstximagesrc.c:
5803         Initialise variables when opening the X display rather
5804         than in _start(), as the display can be opened before that.
5805
5806         Fixes: #515985
5807
5808 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5809
5810         * sys/directdraw/gstdirectdrawsink.c:
5811         (gst_ddrawsurface_class_init), (gst_ddrawsurface_finalize),
5812         (gst_directdraw_sink_finalize):
5813         Properly chain up finalize functions. Fixes bug #515980.
5814
5815 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5816
5817         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
5818         (gst_v4l2_buffer_class_init), (gst_v4l2_buffer_pool_finalize),
5819         (gst_v4l2_buffer_pool_class_init):
5820         Chain up the finalize functions. Fixes bug #515984.
5821
5822 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5823
5824         * sys/ximage/ximageutil.c:
5825         Chain up in the finalize function for our custom
5826         buffer sub-class.
5827         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
5828         Fixes: #515706
5829
5830 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5831
5832         * gst/debug/efence.c: (gst_fenced_buffer_finalize),
5833         (gst_fenced_buffer_class_init):
5834         Properly chain up finalize method. Fixes bug #515979.
5835
5836 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5837
5838         * sys/ximage/gstximagesrc.c:
5839         Free allocated Damage memory before closing our connection to the
5840         X server. Partially fixes: #515706
5841
5842 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5843
5844         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
5845         * tests/check/Makefile.am:
5846         * tests/check/gst-plugins-good.supp:
5847         Add a few libjpeg suppressions and initialize a variable to
5848         make smokeenc valgrind clean. Fixes bug #515701.
5849
5850 2008-02-11  Jan Schmidt  <jan.schmidt@sun.com>
5851
5852         * gst/avi/gstavidemux.c:
5853         Revert patch which sends timestamps only on keyframes, as it
5854         breaks playback with current gst-ffmpeg.
5855
5856         Fixes: #515562
5857
5858 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5859
5860         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
5861         * tests/check/elements/multifile.c: (GST_START_TEST):
5862         Close some memory leaks spotted by the unit test. Fixes bug #515697.
5863
5864 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5865
5866         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
5867         Use and unset the GError when pipeline creation fails instead of
5868         simply leaking it. Fixes bug #515704.
5869
5870 2008-02-10  Sebastian Dröge  <slomo@circular-chaos.org>
5871
5872         * gst/audiofx/audioamplify.c:
5873         * gst/audiofx/audiochebband.c:
5874         * gst/audiofx/audiocheblimit.c:
5875         * gst/audiofx/audiodynamic.c:
5876         * gst/audiofx/audioinvert.c:
5877         * gst/audiofx/audiopanorama.c:
5878         * gst/audiofx/audiowsincband.c:
5879         * gst/audiofx/audiowsinclimit.c:
5880         Fix long description of audiofx elements. Fixes bug #515457.
5881
5882 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
5883
5884         * docs/plugins/Makefile.am:
5885         * gst/spectrum/gstspectrum.c:
5886         * tests/examples/spectrum/.cvsignore:
5887         * tests/examples/spectrum/Makefile.am:
5888         * tests/examples/spectrum/spectrum-example.c:
5889
5890         Add a simple example application for the spectrum element, include it
5891         in the docs, and fix some documentation ambiguities.
5892
5893         Fixes: #348085
5894
5895 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5896
5897         * gst/equalizer/Makefile.am:
5898         * gst/spectrum/Makefile.am:
5899         Fix includes order
5900
5901         * tests/check/Makefile.am:
5902         Exclude v4l2src from the states test - it takes too long to start.
5903
5904         * tests/check/elements/spectrum.c:
5905         Make the test run properly with CK_FORK=no
5906
5907 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
5908
5909         * gst/audiofix/Makefile.am: add missing header files 
5910
5911 2008-02-08  Julien Moutte  <julien@fluendo.com>
5912
5913         * gst/matroska/matroska-demux.c:
5914         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
5915         keyframe and delta units correctly when dealign with a BlockGroup.
5916         Fixes: #514397
5917
5918 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5919
5920         * tests/check/elements/.cvsignore:
5921         Spell the new tests correctly in .cvsignore
5922
5923 2008-02-08  Tim-Philipp Müller  <tim at centricular dot net>
5924
5925         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
5926           Need to use gsize here for the size, fixes compiler warning.
5927
5928         * tests/examples/equalizer/.cvsignore:
5929         * tests/examples/equalizer/Makefile.am:
5930         * tests/examples/spectrum/.cvsignore:
5931         * tests/examples/spectrum/Makefile.am:
5932           Add missing files to fix the build.
5933
5934 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5935
5936         * configure.ac:
5937         * docs/plugins/Makefile.am:
5938         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5939         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5940         * docs/plugins/gst-plugins-good-plugins.args:
5941         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5942         * docs/plugins/inspect/plugin-multifile.xml:
5943         * tests/check/Makefile.am:
5944         * tests/check/elements/.cvsignore:
5945
5946         Move multifile plugin from -bad.
5947         Fixes: #490283
5948
5949 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5950
5951         * configure.ac:
5952         * docs/plugins/Makefile.am:
5953         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5954         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5955         * docs/plugins/gst-plugins-good-plugins.args:
5956         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5957         * docs/plugins/inspect/plugin-spectrum.xml:
5958         * gst/spectrum/Makefile.am:
5959         * tests/check/Makefile.am:
5960         * tests/check/elements/.cvsignore:
5961         * tests/examples/Makefile.am:
5962
5963         Move spectrum plugin from -bad.
5964         Move examples into tests/examples/spectrum.
5965
5966 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5967
5968         * configure.ac:
5969         * docs/plugins/Makefile.am:
5970         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5971         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5972         * docs/plugins/gst-plugins-good-plugins.args:
5973         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5974         * docs/plugins/gst-plugins-good-plugins.interfaces:
5975         * docs/plugins/inspect/plugin-equalizer.xml:
5976         * gst/equalizer/Makefile.am:
5977         * tests/check/Makefile.am:
5978         * tests/examples/Makefile.am:
5979         Move the equalizer plugin across from -bad
5980
5981         * tests/check/elements/.cvsignore:
5982         Add equalizer, audiosincwband and audiosincwlimit
5983
5984         * tests/check/elements/equalizer.c:
5985         Fix compiler warnings
5986
5987         Fixes: #415627
5988
5989 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5990
5991         * configure.ac:
5992         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
5993         are treated like releases and build without it.
5994
5995 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5996
5997         * docs/plugins/Makefile.am:
5998         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5999         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6000         * docs/plugins/gst-plugins-good-plugins.args:
6001         * docs/plugins/inspect/plugin-audiofx.xml:
6002         * gst/audiofx/Makefile.am:
6003         * gst/audiofx/audiofx.c:
6004         * gst/audiofx/audiowsincband.c:
6005         * gst/audiofx/audiowsincband.h:
6006         * gst/audiofx/audiowsinclimit.c:
6007         * gst/audiofx/audiowsinclimit.h:
6008         * tests/check/Makefile.am:
6009         * tests/check/elements/audiowsincband.c:
6010         * tests/check/elements/audiowsinclimit.c:
6011
6012         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
6013         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
6014         respectively.
6015
6016         Fixes: #467666
6017
6018 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
6019
6020         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
6021         * tests/check/elements/icydemux.c:
6022           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
6023           caps, and add a somewhat useful debug message. Plus test.
6024
6025 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
6026
6027         * gst/rtsp/gstrtspsrc.c:
6028         Include unistd.h only if HAVE_UNISTD_H is defined
6029         * win32/common/config.h.in:
6030         * win32/common/config.h:
6031         Define socklen_t as it seems it's not defined in default 
6032         Visual Studio headers.
6033         * win32/vs6/libgstalpha.dsp:
6034         * win32/vs6/libgstapetag.dsp:
6035         * win32/vs6/libgstavi.dsp:
6036         * win32/vs6/libgstrtp.dsp:
6037         * win32/vs6/libgstrtsp.dsp:
6038         * win32/vs6/libgstvideomixer.dsp:
6039         Update project file dependencies and add new source files       
6040
6041 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
6042
6043         Patch by: Bjarne Rosengren <bjarne at axis dot com>
6044
6045         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
6046         Don't leak buffers when we don't push them downstream.
6047         Fixes bug #514965.
6048
6049 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
6050
6051         * configure.ac:
6052           Bump requirements to (good) released versions to avoid
6053           confusion and make implicit core requirement explicit.
6054
6055 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
6056
6057         * docs/plugins/Makefile.am:
6058         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6059         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6060         * docs/plugins/gst-plugins-good-plugins.args:
6061         * docs/plugins/inspect/plugin-audiofx.xml:
6062         * gst/audiofx/Makefile.am:
6063         * gst/audiofx/audiochebband.c:
6064         * gst/audiofx/audiochebband.h:
6065         * gst/audiofx/audiocheblimit.c:
6066         * gst/audiofx/audiocheblimit.h:
6067         * gst/audiofx/audiochebyshevfreqband.c:
6068         * gst/audiofx/audiochebyshevfreqband.h:
6069         * gst/audiofx/audiochebyshevfreqlimit.c:
6070         * gst/audiofx/audiochebyshevfreqlimit.h:
6071         * gst/audiofx/audiofx.c:
6072         * tests/check/Makefile.am:
6073         * tests/check/elements/.cvsignore:
6074         * tests/check/elements/audiochebband.c:
6075         * tests/check/elements/audiocheblimit.c:
6076         * tests/check/elements/audiochebyshevfreqband.c:
6077         * tests/check/elements/audiochebyshevfreqlimit.c:
6078
6079         Rename audiochebyshevfreqband -> audiochebband and
6080         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
6081         surgery.
6082
6083         Closes: #491811
6084
6085 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
6086
6087         Patch by: Orjan Friberg <orjanf at axis dot com>
6088
6089         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
6090         Fix caps memory leak. Fixes #514573.
6091
6092 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
6093
6094         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
6095         If there's no entries in the subindex, don't try to do anything stupid,
6096         just return.
6097
6098 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
6099
6100         Patch by: John Millikin <jmillikin at gmail dot com>
6101
6102         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
6103           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
6104           Fix extraction of picture blocks with newer libflac versions again:
6105           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
6106
6107 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
6108
6109         * tests/check/Makefile.am:
6110           Add rtp-payloading test to VALGRIND_TO_FIX.
6111
6112         * tests/check/elements/rtp-payloading.c:
6113           Add semicolons after GST_TEST_END so gst-indent gets the
6114           formatting right; make test less verbose in general, but
6115           more verbose in the error case (which should probably
6116           make the test fail anyway).
6117
6118 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
6119
6120         * docs/plugins/Makefile.am:
6121         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6122         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6123         * gst/avi/gstavisubtitle.c:
6124         Add documentation for avisubtitle and change class to
6125         Codec/Parser/Subtitle
6126
6127 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
6128
6129         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
6130         Treat ENOTTY (driver does not implement ioctl) the same as
6131         EINVAL since it implies there are no available standards.
6132
6133         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
6134         (gst_v4l2src_get_nearest_size):
6135         Replace gst_v4l2src_get_size_limits with 2 calls to new function
6136         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
6137         probe if the driver does not support VIDIOC_TRY_FMT for whatever
6138         reason, and if we aren't yet actively capturing.
6139
6140         * sys/v4l2/v4l2src_calls.h:
6141         Remove replaced function declaration.
6142
6143 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
6144
6145         * configure.ac:
6146         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
6147         API.
6148
6149 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
6150
6151         * configure.ac:
6152         Fix typo.
6153
6154 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
6155
6156         * gst/alpha/Makefile.am:
6157         * gst/alpha/gstalpha.c:
6158
6159         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
6160         some stuff, and making buffer-alloc and resizing work automatically.
6161         No longer crashes on odd frame widths and heights, although there
6162         seems to be a disagreement with ffmpegcolorspace about what size
6163         an AYUV frame with odd height should be.
6164
6165 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
6166
6167         Patch by: Alessandro Decina <alessandro at nnva dot org>
6168
6169         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
6170         * ext/libpng/gstpngenc.h:
6171         Preallocate the output buffer so that g_memdup() and
6172         gst_buffer_merge() aren't needed anymore. This greatly improves
6173         performances and fixes #512544.
6174
6175 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
6176
6177         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
6178         (gst_avi_demux_stream_data):
6179         GStreamer timestamps are PTS values while AVI only knows about DTS
6180         timestamps. Make sure we only copy the DTS as the buffer timestamp when
6181         we are dealing with a key frame.
6182
6183 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6184
6185         * tests/check/Makefile.am:
6186         * tests/check/elements/.cvsignore:
6187         * tests/check/elements/rtp-payloading.c:
6188           Add add testsuite for the rtp-payloader that tries simulating
6189           dataflow. Needs more test data.
6190
6191 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6192
6193         * tests/check/elements/alphacolor.c:
6194           Remove two unused variables.
6195
6196 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
6197
6198         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
6199           Use g_ascii_strtoll() instead of atoll, which is only
6200           available in C99.
6201
6202 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
6203
6204         * gst/rtp/Makefile.am:
6205         * gst/rtp/gstrtp.c:
6206         * gst/rtp/gstrtpmpvpay.c:
6207         * gst/rtp/gstrtpmpvpay.h:
6208         Add MPEG2 video payloader
6209
6210 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6211
6212         * gst/level/gstlevel.c:
6213         Use #include <math.h> instead of #include "math.h".
6214
6215 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
6216
6217         * tests/check/Makefile.am:
6218         Fix up some CFLAGS sets.
6219         Don't include gconfvideosrc in the states test.
6220
6221         * tests/check/elements/autodetect.c: (GST_START_TEST):
6222         Add some error strings to fail_unless arguments to fix some weird
6223         compiler errors on Solaris.
6224
6225 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
6226
6227         * configure.ac:
6228         Detect video4linux headers on Solaris too.
6229         * sys/v4l2/gstv4l2colorbalance.h:
6230         * sys/v4l2/gstv4l2object.h:
6231         * sys/v4l2/v4l2_calls.c:
6232         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
6233         (gst_v4l2_buffer_new):
6234
6235         Make v4l2 build on Solaris.
6236         Patch by: Brian Cameron  <brian.cameron at sun dot com>
6237         Fixes: #510505
6238
6239 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6240
6241         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6242           Update list from (still local) scanning script.
6243
6244 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
6245
6246         Based on a patch by:
6247             Victor STINNER <victor dot stinner at haypocalc dot com>
6248
6249         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
6250         Set variable to NULL after freeing it to prevent double frees
6251         or make failures by another use of it afterwards more obvious
6252         and fix use of it after the freeing. Fixes bug #510592.
6253
6254 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6255
6256         * gst/udp/gstmultiudpsink.c:
6257         use GST_WARNING for logging
6258
6259 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6260
6261         * gst/udp/gstmultiudpsink.c:
6262         Don't try to leave a multicast group with an invalid socket
6263
6264 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
6265
6266         * ext/flac/gstflacdec.c:
6267           Fix compilation against flac 1.1.2 (as on debian stable), where
6268           the picture metadata defines and structs don't exist yet.
6269           Fixes #509301.
6270
6271 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
6272
6273         Patch by: Olivier Crete <tester at tester dot ca>
6274
6275         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
6276         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
6277         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
6278         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
6279         * gst/udp/gstmultiudpsink.h:
6280         Add property to automatically join a multicast group or not. This can be
6281         useful when sharing a socket between multiple elements.
6282         Fixes #509531.
6283
6284 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
6285
6286         * gst/videomixer/Makefile.am:
6287           Add controller flags.
6288
6289 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
6290
6291         * gst/videomixer/videomixer.c:
6292           Also commit the missing gst_object_sync_values().
6293
6294 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
6295
6296         * docs/plugins/Makefile.am:
6297           Remove duplicate entry.
6298
6299 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6300
6301         * docs/plugins/Makefile.am:
6302         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6303         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6304         * docs/plugins/inspect/plugin-gamma.xml:
6305         * docs/plugins/inspect/plugin-monoscope.xml:
6306         * docs/plugins/inspect/plugin-video4linux2.xml:
6307           Add 3 more plugins to docs.
6308
6309 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6310
6311         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6312         * sys/osxvideo/osxvideosink.h:
6313           Revert previous change caused by a file that got stuck on an old
6314           revision.
6315
6316 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6317
6318         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6319         * gst/multipart/Makefile.am:
6320         * gst/multipart/multipartdemux.c:
6321         * gst/multipart/multipartdemux.h:
6322         * gst/multipart/multipartmux.c:
6323         * gst/multipart/multipartmux.h:
6324           Re-add multipartdemux to the docs. Last round of section cleanup.
6325
6326 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6327
6328         * docs/plugins/Makefile.am:
6329         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6330         * sys/osxaudio/gstosxaudiosink.h:
6331         * sys/osxvideo/osxvideosink.h:
6332           Managed to resolve most unused declarations. Filed a bug for one left.          
6333
6334 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6335
6336         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6337           Cleanup section file.
6338
6339 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6340
6341         * docs/plugins/Makefile.am:
6342         * docs/plugins/gst-plugins-good-plugins.args:
6343         * docs/plugins/gst-plugins-good-plugins.signals:
6344         * docs/plugins/inspect/plugin-alaw.xml:
6345         * docs/plugins/inspect/plugin-alpha.xml:
6346         * docs/plugins/inspect/plugin-alphacolor.xml:
6347         * docs/plugins/inspect/plugin-annodex.xml:
6348         * docs/plugins/inspect/plugin-apetag.xml:
6349         * docs/plugins/inspect/plugin-audiofx.xml:
6350         * docs/plugins/inspect/plugin-auparse.xml:
6351         * docs/plugins/inspect/plugin-autodetect.xml:
6352         * docs/plugins/inspect/plugin-avi.xml:
6353         * docs/plugins/inspect/plugin-cairo.xml:
6354         * docs/plugins/inspect/plugin-cdio.xml:
6355         * docs/plugins/inspect/plugin-cutter.xml:
6356         * docs/plugins/inspect/plugin-debug.xml:
6357         * docs/plugins/inspect/plugin-dv.xml:
6358         * docs/plugins/inspect/plugin-efence.xml:
6359         * docs/plugins/inspect/plugin-effectv.xml:
6360         * docs/plugins/inspect/plugin-flac.xml:
6361         * docs/plugins/inspect/plugin-flxdec.xml:
6362         * docs/plugins/inspect/plugin-gconfelements.xml:
6363         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
6364         * docs/plugins/inspect/plugin-goom.xml:
6365         * docs/plugins/inspect/plugin-halelements.xml:
6366         * docs/plugins/inspect/plugin-icydemux.xml:
6367         * docs/plugins/inspect/plugin-id3demux.xml:
6368         * docs/plugins/inspect/plugin-jpeg.xml:
6369         * docs/plugins/inspect/plugin-ladspa.xml:
6370         * docs/plugins/inspect/plugin-level.xml:
6371         * docs/plugins/inspect/plugin-matroska.xml:
6372         * docs/plugins/inspect/plugin-mulaw.xml:
6373         * docs/plugins/inspect/plugin-multipart.xml:
6374         * docs/plugins/inspect/plugin-navigationtest.xml:
6375         * docs/plugins/inspect/plugin-png.xml:
6376         * docs/plugins/inspect/plugin-quicktime.xml:
6377         * docs/plugins/inspect/plugin-rtp.xml:
6378         * docs/plugins/inspect/plugin-rtsp.xml:
6379         * docs/plugins/inspect/plugin-shout2send.xml:
6380         * docs/plugins/inspect/plugin-smpte.xml:
6381         * docs/plugins/inspect/plugin-speex.xml:
6382         * docs/plugins/inspect/plugin-taglib.xml:
6383         * docs/plugins/inspect/plugin-udp.xml:
6384         * docs/plugins/inspect/plugin-videobalance.xml:
6385         * docs/plugins/inspect/plugin-videobox.xml:
6386         * docs/plugins/inspect/plugin-videocrop.xml:
6387         * docs/plugins/inspect/plugin-videoflip.xml:
6388         * docs/plugins/inspect/plugin-videomixer.xml:
6389         * docs/plugins/inspect/plugin-wavenc.xml:
6390         * docs/plugins/inspect/plugin-wavpack.xml:
6391         * docs/plugins/inspect/plugin-wavparse.xml:
6392           Update plugin docs.
6393
6394         * gst/videomixer/Makefile.am:
6395         * gst/videomixer/videomixer.c:
6396         * gst/videomixer/videomixer.h:
6397         * gst/videomixer/videomixerpad.h:
6398           Split out header to fix warnings from the doc-build.
6399
6400 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6401
6402         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
6403
6404         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
6405         Use atoll to parse the rtptime with enough precision. Fixes #509329.
6406
6407 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
6408
6409         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
6410         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
6411           Initialise variables to work around (false) 'foo might be used
6412           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
6413
6414 2008-01-11  David Schleef  <ds@schleef.org>
6415
6416         * docs/plugins/.cvsignore:
6417         * tests/check/pipelines/.cvsignore:
6418           Ignore more files for the buildbot.
6419
6420 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
6421
6422         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
6423         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
6424         Generate the image-type values correctly. Leave them out of the caps
6425         when outputting a "preview image" tag, since it only makes sense
6426         to have one of those - the type is irrelevant.
6427
6428         * sys/sunaudio/gstsunaudiomixerctrl.c:
6429         (gst_sunaudiomixer_ctrl_open):
6430         If we can, mark the mixer multiple open when we use it, in case
6431         (for some reason) the process wants to open it again elsewhere.
6432
6433 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6434
6435         Patch by: Olivier Crete <tester at tester dot ca>
6436
6437         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
6438         * gst/rtp/gstrtptheorapay.c:
6439         Fix the clock rate to 90000 as required by the RFC.
6440         Fixes #508644.
6441
6442 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
6443
6444         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
6445           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
6446
6447 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
6448
6449         * autogen.sh:
6450           Add -Wno-portability to the automake parameters to stop warnings
6451           about GNU make extensions being used. We require GNU make in almost
6452           every Makefile anyway.
6453           
6454         * configure.ac:
6455           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
6456           at the same time is required for per target flags.
6457
6458 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
6459
6460         * gst/videomixer/videomixer.c: (gst_videomixer_init):
6461         Fix error from my last commit.
6462
6463 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
6464
6465         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
6466
6467         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
6468           Make sure the ISO 639-X language code in ID3v2 COMM frames
6469           is actually valid UTF-8 (or rather: ASCII), so we don't end
6470           up with non-UTF8 strings in tags if there's garbage in the
6471           language field. Also make sure the language code is always
6472           lower case. Fixes: #508291.
6473
6474 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6475
6476         * ChangeLog:
6477           Fix ChangeLog typo.
6478
6479 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6480
6481         * Makefile.am:
6482           Include lcov.mak to allow building coverage reports. Guard
6483           check-torture target like in the other packages.
6484
6485 2008-01-09  Sameer Naik  <sameer@damagehead.com>
6486
6487         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
6488
6489         * gst/videomixer/videomixer.c:
6490         (gst_videomixer_set_master_geometry), (_do_init),
6491         (gst_videomixer_child_proxy_get_child_by_index),
6492         (gst_videomixer_child_proxy_get_children_count),
6493         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
6494         (gst_videomixer_init), (gst_videomixer_request_new_pad),
6495         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
6496         Implement GstChildProxy interface.
6497         Send newsegment at the right moment
6498         Fixes #488879
6499
6500 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
6501
6502         * gst/alpha/Makefile.am:
6503         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
6504         (gst_alpha_sink_event), (gst_alpha_chain),
6505         (gst_alpha_change_state), (plugin_init):
6506         Make the various properties of 'alpha' controllable. This allows doing
6507         niceties like fade-in/fade-out.
6508
6509 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6510
6511         * gst/rtp/gstasteriskh263.c:
6512         * gst/rtp/gstrtpL16depay.c:
6513         * gst/rtp/gstrtpac3depay.c:
6514         * gst/rtp/gstrtpamrpay.c:
6515         * gst/rtp/gstrtpdepay.c:
6516         * gst/rtp/gstrtpgsmdepay.c:
6517         * gst/rtp/gstrtph263depay.c:
6518         * gst/rtp/gstrtph263pdepay.c:
6519         * gst/rtp/gstrtph263ppay.c:
6520         * gst/rtp/gstrtph264depay.c:
6521         * gst/rtp/gstrtph264pay.c:
6522         * gst/rtp/gstrtpmp2tdepay.c:
6523         * gst/rtp/gstrtpmp4adepay.c:
6524         * gst/rtp/gstrtpmp4gdepay.c:
6525         * gst/rtp/gstrtpmp4gpay.c:
6526         * gst/rtp/gstrtpmp4vdepay.c:
6527         * gst/rtp/gstrtpmpadepay.c:
6528         * gst/rtp/gstrtpmpvdepay.c:
6529         * gst/rtp/gstrtpsv3vdepay.c:
6530         * gst/rtp/gstrtptheoradepay.c:
6531         * gst/rtp/gstrtptheorapay.c:
6532         * gst/rtp/gstrtpvorbisdepay.c:
6533         * gst/rtp/gstrtpvorbispay.c:
6534           Remove copy/paste unused code (property setters and getter) found by
6535           the coverage suite (yay, saves ~20k on disk).
6536
6537 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6538
6539         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
6540           (videosink_templ):
6541           Also fix up pad templates to indicate that image/jpeg doesn't
6542           absolutely require the framerate property to be set (#504081).
6543
6544 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6545
6546         Based on patch by: Wouter Cloetens  <wouter at mind be>
6547
6548         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
6549           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
6550           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
6551         * gst/matroska/matroska-mux.h:
6552           Keep track of first and last timestamps for each incoming stream,
6553           so we can calculate the total duration for live sources and other
6554           input where we can't query the duration from the start or where
6555           there's no constant framerate from which we can deduce the
6556           duration; also use calculated/observed duration if it is bigger
6557           than the previously queried duration. Furthermore, use
6558           gst_pad_query_peer_duration() and take into account that it may
6559           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
6560           screws up comparisons when using unsigned integers. Fixes #504081.
6561
6562 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
6563
6564         * configure.ac:
6565         * gst/audiofx/audioamplify.c:
6566         (gst_audio_amplify_clipping_method_get_type),
6567         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
6568         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
6569         (gst_audio_dynamic_transform_ip):
6570         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
6571         (gst_audio_invert_transform_ip):
6572         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
6573         (gst_audio_panorama_transform):
6574         * gst/level/gstlevel.c: (gst_level_init):
6575         Make elements GST_BUFFER_FLAG_GAP aware and call
6576         gst_base_transform_set_gap_aware for this.
6577         Bump core requirement to CVS.
6578         
6579         * gst/audiofx/audiochebyshevfreqband.c:
6580         (gst_audio_chebyshev_freq_band_transform_ip):
6581         * gst/audiofx/audiochebyshevfreqlimit.c:
6582         (gst_audio_chebyshev_freq_limit_transform_ip):
6583         Also sync GObject properties to the controller if operating
6584         in passthrough mode.
6585
6586 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
6587
6588         * sys/directdraw/gstdirectdrawsink.c:
6589           (gst_directdraw_sink_window_thread):
6590           FALSE is not a gpointer.
6591
6592 2008-01-05  Julien Moutte  <julien@fluendo.com>
6593
6594         * sys/directdraw/gstdirectdrawsink.c:
6595         (gst_directdraw_sink_set_window_id),
6596         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
6597         (gst_directdraw_sink_buffer_alloc),
6598         (gst_directdraw_sink_draw_borders),
6599         (gst_directdraw_sink_show_frame),
6600         (gst_directdraw_sink_setup_ddraw),
6601         (gst_directdraw_sink_window_thread),
6602         (gst_directdraw_sink_get_ddrawcaps),
6603         (gst_directdraw_sink_surface_create): Make sure we create our
6604         internal window only when we need it. That will give a chance to
6605         the application to get the prepare-xwindow-id bus message. Draw
6606         black borders when keeping aspect ratio. Handle the case where our
6607         rendering window disappears (closed or errors) like other sinks
6608         do. Various 80 columns fixes, improve state change order. That
6609         element could need some more love.
6610
6611 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
6612
6613         * ext/taglib/gstapev2mux.h:
6614         * ext/taglib/gstid3v2mux.h:
6615         Remove useless typedefs without new type name. Fixes a warning with
6616         gcc 4.3.
6617
6618 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
6619
6620         Patch by: John Millikin <jmillikin at gmail dot com>
6621
6622         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
6623         (gst_flac_dec_setup_stream_decoder),
6624         (gst_flac_normalize_picture_mime_type),
6625         (gst_flac_extract_picture_buffer),
6626         (gst_flac_dec_metadata_callback):
6627         Emit metadata messages when a PICTURE block is encountered.
6628         Fixes #506715.
6629
6630 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
6631
6632         * gst/avi/gstavi.c:
6633         increase rank because no known issues anymore ...
6634         * gst/avi/gstavisubtitle.c:
6635         send subtitle name to the srcpad
6636
6637 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
6638
6639         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
6640         * gst/rtsp/gstrtspsrc.h:
6641         Implement redirect for the DESCRIBE reply. Fixes #506025.
6642
6643 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
6644
6645         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
6646         Fix 'xyz may be used uninitialized' compiler warnings caused
6647         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
6648         abort() in any case but properly report the error.
6649
6650 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
6651
6652         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
6653         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
6654         * sys/ximage/gstximagesrc.c: (composite_pixel):
6655           Fix 'xyz may be used uninitialized' compiler warnings caused
6656           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
6657           not really nice to abort in any case). Fixes #505745.
6658
6659 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6660
6661         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
6662           Small unit test fix (has no practical impact at the moment,
6663           since we're only feeding utf8 and hence just create a sub-
6664           buffer for the output).
6665
6666 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
6667
6668         * gst/avi/gstavisubtitle.c:
6669         * tests/check/elements/avisubtitle.c:
6670         Add seeking support for avi subtitle
6671
6672 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
6673
6674         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
6675         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
6676         (gst_flac_dec_write):
6677         * ext/flac/gstflacdec.h:
6678         Remove some unused vars.
6679         Do more cleanup of leftover events and tags.
6680         Output tags after the segment event. Fixes #504018.
6681
6682 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6683
6684         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
6685           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
6686           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
6687           Detect other UTF byte order markers and convert to UTF-8 as
6688           appropriate.
6689
6690 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6691
6692         * gst/avi/gstavisubtitle.c: (src_template),
6693           (gst_avi_subtitle_extract_utf8_file),
6694           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
6695           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
6696           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
6697         * gst/avi/gstavisubtitle.h:
6698           Refactor a bit; fix name extraction; don't assume all the data
6699           in the chunk is actually subtitle data, there may be padding at
6700           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
6701           file so it's there to send again after a seek (for future use).
6702
6703 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6704
6705         * gst/avi/Makefile.am:
6706         * gst/avi/gstavi.c:
6707         * gst/avi/gstavisubtitle.c:
6708         * gst/avi/gstavisubtitle.h:
6709         * tests/check/Makefile.am:
6710         * tests/check/elements/avisubtitle.c:
6711         * win32/common/config.h:
6712                 Add avi subtitle element for bug #442034. Need seeking support
6713                 and more support for character conversion.
6714
6715 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6716
6717         * Makefile.am:
6718           Include common/win32.mak for CRLF check of win32 project
6719           files (see #393626).
6720
6721         * win32/vs6/libgstpng.dsp:
6722           Fix line endings and do cvs admin -kb.
6723
6724 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
6725
6726         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
6727         Actually drop the buffers which are outside the currently configured
6728         segment instead of just emitting a WARNING.
6729
6730 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6731
6732         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
6733         (gst_flac_dec_write):
6734         * ext/flac/gstflacdec.h:
6735         Send segments from the streaming thread. Fixes #502187.
6736         Fix segment seeking and a bunch of other seeking cases.
6737
6738 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6739
6740         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
6741           Parse WOAF frames and put the result into GST_TAG_CONTACT,
6742           which is where it would end up if the same information was
6743           put in a vorbis comment (don't think it's worth adding a
6744           new URI tag for this). Fixes #488112.
6745
6746 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6747
6748         * configure.ac:
6749           We need core/base 0.10.15 or later.
6750
6751 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6752
6753         Patch by: Mark Nauwelaerts <manauw skynet be>
6754
6755         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
6756         Fix regression in stream numbering. Fixes #502655.
6757
6758 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6759
6760         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
6761
6762         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
6763         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
6764         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
6765         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
6766         (gst_rtp_h264_pay_handle_buffer):
6767         * gst/rtp/gstrtph264pay.h:
6768         Use higher performance start-code searching.
6769         Parse NALs and store SPS, PPS and profile in the caps so that they can
6770         be used in the SDP. Fixes #502814.
6771
6772 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6773
6774         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
6775         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
6776           Init some structs to zero before we pass them to ioctl, which
6777           avoids valgrind warnings.  Also fix a small memory leak.
6778
6779 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6780
6781         Patch by: Wouter Cloetens <wouter at mind dot be>
6782
6783         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
6784         Copy timestamp from input to output. Not very perfect yet but better
6785         than nothing. Fixes #503023.
6786
6787 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6788
6789         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
6790           Also print a useful error message with the old Wavpack API
6791           if possible.
6792
6793 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
6794
6795         * ext/wavpack/gstwavpackdec.c:
6796           More build fixes for old libwavpack versions: include config.h so
6797           that WAVPACK_OLD_API is actually defined as detected; only use
6798           WavpackGetErrorMessage if it is available. This fixes the build
6799           on debian stable for me.
6800
6801 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6802
6803         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
6804         * ext/wavpack/gstwavpackparse.c:
6805           (gst_wavpack_parse_create_src_pad):
6806           Workaround the non-existance of WavpackGetChannelMask in Wavpack
6807           versions below 4.40.0.
6808
6809 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6810
6811         * configure.ac:
6812           And now do it right for real...
6813
6814 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6815
6816         * configure.ac:
6817           Correctly reset $LIBS to not contain -lm.
6818
6819 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6820
6821         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
6822
6823         * configure.ac:
6824         * ext/cairo/gsttimeoverlay.c:
6825           (gst_cairo_time_overlay_print_smpte_time):
6826           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
6827           and checking for rint() and implementing it ourself if it doesn't
6828           exist. Fixes #497293.
6829
6830 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6831
6832         * configure.ac:
6833           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
6834
6835 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
6836
6837         * sys/oss/gstosshelper.c:
6838         Verify that the format returned after the ioctl is the one
6839         we requested. It is valid for the ioctl to succeed while
6840         substituting an alternate 'supported' sample format.
6841
6842 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
6843
6844         * sys/oss/gstossaudio.c: (plugin_init):
6845         * sys/oss/gstosssink.c: (gst_oss_sink_open):
6846         * sys/oss/gstosssrc.c: (gst_oss_src_open):
6847           Post decent (and translated) error message when we can't
6848           open the audio device for some reason.
6849
6850 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
6851
6852         * sys/oss/gstosssink.c:
6853         * sys/oss/gstosssrc.c:
6854         Allow the AUDIODEV environment variable to redirect us
6855         to a different default OSS device, like sunaudiosink does
6856         on Solaris (makes audio play automatically on SunRays).
6857
6858 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
6859
6860         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
6861         * gst/audiofx/audiochebyshevfreqband.c:
6862         (gst_audio_chebyshev_freq_band_transform_ip):
6863         * gst/audiofx/audiochebyshevfreqlimit.c:
6864         (gst_audio_chebyshev_freq_limit_transform_ip):
6865         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
6866         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
6867         The transform_ip() methods should do nothing if in passthrough mode.
6868         It might get non-writable buffers in that case but the buffer might
6869         as well be writable.
6870
6871         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
6872         The transform() methods won't be called in passthrough mode and
6873         otherwise the buffer is always writable so don't check here.
6874
6875 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
6876
6877         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
6878           Fix seeking in .wav files again (#501775).  Some people seem to think
6879           they don't need to test their changes when they're just 'reflowing'
6880           some code.
6881
6882 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
6883
6884         * gst/autodetect/gstautovideosink.c:
6885         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
6886         (gst_auto_video_sink_init),
6887         (gst_auto_video_sink_create_element_with_pretty_name),
6888         (gst_auto_video_sink_find_best),
6889         (gst_auto_video_sink_set_property),
6890         (gst_auto_video_sink_get_property):
6891         * gst/autodetect/gstautovideosink.h:
6892         Fix docs.
6893         Use same error reporting code as autoaudiosink.
6894         Add property to filter sinks based on caps. Only select raw video sinks
6895         by default for backwards compat.
6896         API: GstAutoVideoSink::filter-caps
6897
6898 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
6899
6900         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6901
6902         * gst/autodetect/gstautoaudiosink.c:
6903         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
6904         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
6905         (gst_auto_audio_sink_set_property),
6906         (gst_auto_audio_sink_get_property):
6907         * gst/autodetect/gstautoaudiosink.h:
6908         Add property to filter sinks based on caps. Only select raw audio sinks
6909         by default for backwards compat.  Fixes #417420.
6910         API: GstAutoAudioSink::filter-caps
6911
6912 2007-11-29  Michael Smith <msmith@fluendo.com>
6913
6914         Patch by: Arek Korbik <arkadini@gmail.com>
6915
6916         * gst/videobox/gstvideobox.c: (plugin_init):
6917           Initialise liboil in plugin_init()
6918
6919 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
6920
6921         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
6922         Post error before sending EOS. Fixes #499178.
6923
6924 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
6925
6926         * win32/vs6/gst_plugins_good.dsw:
6927         * win32/vs6/libgstpng.dsp:
6928         Add a project file for libgstpng
6929
6930 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
6931
6932         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
6933         (gst_rtp_h263_depay_process):
6934         Code beautification.
6935         Added debug statements.
6936         Don't bit-shift everything, just do operations on last/first byte
6937         instead.
6938
6939 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
6940
6941         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
6942
6943         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
6944         Fix wrong comparison in overrun check. Fixes #499239 some more.
6945
6946 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
6947
6948         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
6949         (gst_rtp_h263_depay_process):
6950         * gst/rtp/gstrtph263depay.h:
6951         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
6952         stream.
6953
6954 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
6955
6956         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
6957
6958         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
6959         (gst_rtp_mp4a_depay_process):
6960         * gst/rtp/gstrtpmp4adepay.h:
6961         Fix depayloading when multiple frames are inside one RTP packet.
6962         Fixes #499239.
6963
6964 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
6965
6966         * gst/level/gstlevel.c:
6967           Add GAP-flag support.
6968
6969 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
6970
6971         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
6972         Read the I flag for Mode A h263 rtp stream and set the
6973         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
6974         Fixes #499383
6975
6976 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
6977
6978         * gst/level/gstlevel.c:
6979           Remove some dead code and do cleanups.
6980
6981 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
6982
6983         * tests/check/pipelines/simple-launch-lines.c:
6984           Improve the tests by allowing to set a target state.
6985
6986 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
6987
6988         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
6989         Don't check the caps of the output buffer if they're equal some
6990         other caps. The caps can change in a backward compatible way
6991         and did at this point.
6992
6993 2007-11-24  Julien MOUTTE  <julien@moutte.net>
6994
6995         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
6996         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
6997         (gst_qtdemux_seek_to_previous_keyframe),
6998         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
6999         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
7000         reverse playback support.
7001
7002 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
7003
7004         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
7005         Also set the channel layout on the Wavpack caps if we're having
7006         a mono layout. Of course only do it for "audio/x-wavpack".
7007
7008 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
7009
7010         * ext/wavpack/gstwavpackcommon.c:
7011         (gst_wavpack_get_default_channel_mask),
7012         (gst_wavpack_set_channel_layout),
7013         (gst_wavpack_get_default_channel_positions),
7014         (gst_wavpack_get_channel_mask_from_positions),
7015         (gst_wavpack_set_channel_mapping):
7016         * ext/wavpack/gstwavpackcommon.h:
7017         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
7018         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
7019         * ext/wavpack/gstwavpackdec.h:
7020         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
7021         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
7022         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
7023         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
7024         (gst_wavpack_enc_rewrite_first_block),
7025         (gst_wavpack_enc_sink_event):
7026         * ext/wavpack/gstwavpackenc.h:
7027         * ext/wavpack/gstwavpackparse.c:
7028         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
7029         (gst_wavpack_parse_scan_to_find_sample),
7030         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
7031         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
7032         * ext/wavpack/gstwavpackparse.h:
7033         Add support for encoding, parsing and decoding multichannel
7034         files with up to 8 channels. This also improves the robustness
7035         of parsing quite a bit.
7036
7037         * ext/wavpack/gstwavpackstreamreader.c:
7038         (gst_wavpack_stream_reader_read_bytes),
7039         (gst_wavpack_stream_reader_get_pos),
7040         (gst_wavpack_stream_reader_set_pos_abs),
7041         (gst_wavpack_stream_reader_set_pos_rel),
7042         (gst_wavpack_stream_reader_push_back_byte),
7043         (gst_wavpack_stream_reader_get_length),
7044         (gst_wavpack_stream_reader_can_seek),
7045         (gst_wavpack_stream_reader_write_bytes):
7046         Improve debugging.
7047
7048 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
7049
7050         * ext/libpng/gstpngdec.c:
7051         * ext/libpng/gstpngdec.h:
7052           Don't release the png-memory from within the callback.
7053
7054 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
7055
7056         Patch by: René Stadler <mail at renestadler dot de>
7057
7058         * ext/libpng/gstpngenc.c:
7059           Don't leak buffer data memory. Fixes #498395.
7060
7061 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
7062
7063         Patch by: René Stadler <mail at renestadler dot de>
7064
7065         * tests/check/pipelines/simple-launch-lines.c:
7066           Tests for #498395.
7067
7068 2007-11-20  Julien MOUTTE  <julien@moutte.net>
7069
7070         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
7071         (gst_tag_lib_mux_adjust_event_offsets):
7072         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
7073         * sys/osxaudio/Makefile.am:
7074         * sys/osxvideo/cocoawindow.h:
7075         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
7076
7077 2007-11-15  David Schleef  <ds@schleef.org>
7078
7079         * ext/cairo/gsttextoverlay.c:
7080           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
7081
7082 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7083
7084         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
7085
7086         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
7087         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
7088         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
7089         * gst/rtp/gstrtpmp2tpay.h:
7090         Fill the MTU with as many packets as possible. Fixes #491323.
7091
7092 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7093
7094         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7095
7096         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
7097         Fix some more leaks. Fixes #497007.
7098
7099 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7100
7101         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7102
7103         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
7104         (gst_rtspsrc_stream_configure_tcp):
7105         Fix 3 pad leaks. Fixes #496983.
7106
7107 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7108
7109         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7110
7111         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
7112         Fix small leak. Fixes #497017.
7113
7114 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7115
7116         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
7117         (gst_qtdemux_prepare_current_sample),
7118         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
7119         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
7120         * gst/qtdemux/qtdemux_fourcc.h:
7121         * gst/qtdemux/qtdemux_types.c:
7122         Add suppport for theora in quicktime according to XiphQT.
7123
7124 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
7125
7126         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
7127         (gst_v4l2src_init), (gst_v4l2src_set_property),
7128         (gst_v4l2src_get_property):
7129         * sys/v4l2/gstv4l2src.h:
7130         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7131           Always copy buffers by default (handle safer with bugged drivers)
7132           and added a property to make it possible to use mmap effectively (no
7133           copy if possible) when application wants to. Fixes: #480557.
7134
7135 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7136
7137         * gst/id3demux/id3tags.c:
7138         * gst/id3demux/id3tags.h:
7139         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
7140           We don't want the same string multiple times in a tag list for the
7141           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
7142           this doesn't happen and remove special-case code for GST_TAG_GENRE.
7143
7144 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7145
7146         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
7147           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
7148           into ID3v2 TXXX frames (fixes #347848).
7149
7150 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7151
7152         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
7153           Don't leak sdp message contents (fixes #496773).
7154
7155         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
7156           Don't leak URI string.
7157
7158 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7159
7160         Patch by: Julien Puydt <julien dot puydt at laposte net>
7161
7162         * ext/raw1394/Makefile.am:
7163         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
7164           (gst_1394_property_probe_get_properties),
7165           (gst_1394_property_probe_probe_property),
7166           (gst_1394_property_probe_needs_probe),
7167           (gst_1394_property_probe_get_values),
7168           (gst_1394_property_probe_interface_init),
7169           (gst_1394_type_add_property_probe_interface):
7170         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
7171         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
7172           (gst_dv1394src_init), (gst_dv1394src_dispose),
7173           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
7174           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
7175           (gst_dv1394src_update_device_name):
7176         * ext/raw1394/gstdv1394src.h:
7177           Implement GstPropertyProbe interface and add "device-name" property,
7178           so applications can use this to probe for available devices in the
7179           same way they can already with v4lsrc and v4l2src (however horrible
7180           this property probe interface may be). Fixes #358841.
7181
7182 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7183
7184         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7185
7186         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
7187           (gst_rtspsrc_parse_range):
7188           Don't leak event, don't leak range (fixes #496752).
7189
7190 2007-11-14  Michael Smith <msmith@fluendo.com>
7191
7192         Patch by: Arek Korbik <arkadini@gmail.com>
7193
7194         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
7195           Detect RGBA/BGRA correctly on little endian systems.
7196
7197 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
7198
7199         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
7200           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
7201           corresponding ioctl() call fails even though the driver claims to
7202           support this format, just fall back to the pre-2.6.19 kernel
7203           routine that creates caps with suitable height and width ranges
7204           (see #448278).
7205
7206 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
7207
7208         Patch by: Mark Nauwelaerts <manauw skynet be>
7209
7210         * gst/matroska/matroska-demux.c:
7211           (gst_matroska_demux_push_dvd_clut_change_event),
7212           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
7213           (gst_matroska_demux_subtitle_caps):
7214         * gst/matroska/matroska-ids.h:
7215           Extract palette data for dvd subpicture streams and send it
7216           downstream as custom gstreamer dvd event (fixes #453417).
7217
7218 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
7219
7220         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
7221           Implement minimal parsing of the passed pango font description
7222           string, so passing a font size works the same as with the
7223           pango textoverlay plugin; fixes #455086.
7224           (Maybe we could just use pangocairo here at some point).
7225
7226 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
7227
7228         * gst/avi/gstavidemux.c:
7229         * gst/wavparse/gstwavparse.c:
7230           Return the result in _activate_pull(). Don't ref element there.
7231
7232 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
7233
7234         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
7235         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
7236         (gst_wavparse_srcpad_event):
7237           Ref the element when we should, but not when we its not needed. Reflow
7238           the event_handling to not leak the event.       
7239
7240 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
7241
7242         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
7243         (qtdemux_parse_samples):
7244         Properly free QTDemuxSamples array.
7245         Protect table write with a sensible check, some files apparently DO contain
7246         stts values starting with 0 :(
7247
7248 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
7249
7250         * gst/avi/gstavidemux.c:
7251         * gst/qtdemux/qtdemux.c:
7252           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
7253           previous commit messed up.
7254
7255 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
7256
7257         * gst/avi/gstavidemux.c:
7258         * gst/qtdemux/qtdemux.c:
7259           Sync _handle_src_event() with oggdemux. In avidemux also ref the
7260           element when we should, but not when we its not needed.
7261
7262 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
7263
7264         * gst/wavparse/gstwavparse.c:
7265           Return FALSE if we can't handle a query instead of changing the
7266           format. Ignore fact when dealing with mpeg audio.
7267
7268 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
7269
7270         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
7271
7272         * configure.ac:
7273         * gst/udp/gstdynudpsink.c:
7274         * gst/udp/gstdynudpsink.h:
7275         * gst/udp/gstmultiudpsink.c:
7276         * gst/udp/gstmultiudpsink.h:
7277         * gst/udp/gstudpsink.c:
7278         * gst/udp/gstudpsink.h:
7279           Fix includes for MSVC and GLib-2.14.0 (#492388).
7280
7281         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
7282           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
7283
7284 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
7285
7286         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
7287         (gst_mulawdec_chain):
7288         * gst/law/mulaw-decode.h:
7289         Calculate outgoing buffer duration if incoming buffer didn't have a
7290         valid duration.
7291
7292 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
7293
7294         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
7295         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
7296         Smarter combine_flow code that also deals with downstream elements
7297         returning UNEXPECTED when they receive data out of the segment
7298         boundaries. Fixes #491305.
7299
7300 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
7301
7302         * sys/v4l2/v4l2src_calls.c:
7303           Fix 'unused variable' compiler warning when compiling against
7304           older kernel headers.
7305
7306 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
7307
7308         * ext/taglib/gstid3v2mux.cc (add_funcs):
7309           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
7310
7311 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
7312
7313         * tests/check/pipelines/simple-launch-lines.c:
7314            Improve the tests a little more.
7315
7316 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
7317
7318         patch by: Yun Zheng Hu
7319
7320         * sys/osxaudio/gstosxaudiosrc.c:
7321         Use default input device instead of default output device and
7322         only memcpy actual available bytes.
7323
7324 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
7325
7326         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7327           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
7328           early. It is temporary until we find something better.
7329
7330 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
7331
7332         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7333
7334         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
7335         Fix race when pausing a RTSP stream in interleaved.
7336         Fixes #475784.
7337
7338 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
7339
7340         Patch by: Peter Kjellerstedt <pkj at axis com>
7341
7342         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
7343         Use correct unref function for buffers. #488844.
7344
7345 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
7346
7347         * gst/avi/gstavimux.c:
7348         * tests/check/elements/avimux.c:
7349           Add some debug and sync tests with the fix.     
7350
7351 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
7352
7353         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
7354
7355         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7356         When the socket is used by the app for other purposes, don't generate an
7357         error if there is activaty on the socket that is not data related.
7358         Fixes #487488.
7359
7360 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
7361
7362         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
7363         (gst_v4l2src_grab_frame):
7364         Add some more debug info. Generate an error when we run out of buffers
7365         for some reason. See #480557.
7366
7367 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
7368
7369         Patch by: Anders Skargren <anders dot skargren at axis dot com>
7370
7371         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
7372         Set marker bit correctly.
7373
7374 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
7375
7376         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
7377         Use allowed name for the GstStructure.
7378
7379 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
7380
7381         * ext/gconf/gstswitchsink.c:
7382         * gst/autodetect/gstautoaudiosink.c:
7383           Use new gst_bus_pop_filtered().
7384
7385 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
7386
7387         * sys/v4l2/gstv4l2src.c:
7388         * sys/v4l2/v4l2src_calls.c:
7389           When probing the formats and sizes a camera supports, make
7390           sure the best ones (highest resolution, prefered format)
7391           end up at the beginning of the probed caps and the less
7392           desirable ones at the end.  This is important because the
7393           order within the caps matters for things like fixation and
7394           negotiation, ie. what format is chosen in the end.
7395           With recent kernels, the current probing code will end up
7396           querying the supported sizes from lowest resolution to
7397           highest resolution, adding them to the probed caps in that
7398           order, resulting to v4l2src fixating to the lowest possible
7399           resolution if downstream does not express a size preference.
7400           Also make up a somewhat random ranking of prefered output
7401           formats for the same reason. Fixes #485828.
7402         
7403 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7404
7405         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
7406
7407         * gst/id3demux/id3v2frames.c:
7408           Extract license/copyright URIs from ID3v2 WCOP frames
7409           (Fixes #447000).
7410
7411         * tests/check/elements/id3demux.c:
7412         * tests/files/Makefile.am:
7413         * tests/files/id3-447000-wcop.tag:
7414           Add simple unit test.
7415
7416 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7417
7418         * ext/taglib/gstid3v2mux.cc:
7419           Add support for license/copyright URI tags (ID3v2 WCOP frame).
7420           Prerequisite for #447000.
7421
7422 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
7423
7424         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
7425         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
7426         a GstClockTime.
7427
7428 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
7429
7430         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
7431         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
7432         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
7433         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
7434         (gst_rtspsrc_change_state):
7435         More seeking fixes, mostly passing around the new playback segment in
7436         order to configure it properly.
7437         Also reset base_time of udp sources when setting them back to PLAYING as
7438         a temporary hack until core supports seek in live sources properly.
7439
7440 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
7441
7442         * gst/rtp/gstrtpmp4adepay.c:
7443         Fix caps as to not confuse autopluggers.
7444
7445 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
7446
7447         * gst/id3demux/gstid3demux.c:
7448         * gst/id3demux/gstid3demux.h:
7449         * gst/id3demux/id3tags.c:
7450         * gst/id3demux/id3tags.h:
7451         * gst/id3demux/id3v2frames.c:
7452           Port ID3 tag demuxer over to the new GstTagDemux in -base
7453           (now would be a good time to test re-importing your music
7454           collection).
7455
7456 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
7457
7458         * gst/apetag/Makefile.am:
7459         * gst/apetag/gstapedemux.c:
7460         * gst/apetag/gstapedemux.h:
7461         * gst/apetag/gsttagdemux.c:
7462         * gst/apetag/gsttagdemux.h:
7463           Port APE tag demuxer over to the new GstTagDemux in -base.
7464
7465 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
7466
7467         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
7468         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
7469         (gst_rtspsrc_handle_internal_src_query),
7470         (gst_rtspsrc_handle_src_query), (new_session_pad),
7471         (gst_rtspsrc_stream_configure_tcp),
7472         (gst_rtspsrc_stream_configure_transport),
7473         (gst_rtspsrc_loop_send_cmd):
7474         Improve flushing behaviour.
7475         Set state of the udp sources to PAUSE/PLAYING correctly.
7476         Handle events and queries for UDP and TCP transport now.
7477
7478 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
7479
7480         * gst/rtp/gstrtpgsmdepay.c:
7481         * gst/rtp/gstrtpgsmpay.c:
7482           Add log category.
7483
7484 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
7485
7486         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
7487
7488         * tests/check/Makefile.am:
7489         * tests/check/pipelines/simple-launch-lines.c:
7490           Add unit tests for payloaders/depayloaders.
7491
7492 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
7493
7494         * gst/avi/gstavimux.c:
7495         * gst/avi/gstavimux.h:
7496           Also save codec data for audio streams. Fixes #482495.
7497
7498 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
7499
7500         * gst/avi/gstavimux.c:
7501           Fix "Index entry has invalid stream nr 1".
7502           Add support for muxing aac - work in progress (see #482495).
7503
7504 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7505
7506         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
7507         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
7508         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
7509         * gst/rtsp/gstrtspsrc.h:
7510         Parse bandwidth modifiers, they are not yet configured in the session
7511         manager because we don't have an API for that yet.
7512
7513 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7514
7515         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
7516         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
7517         Use shiny new function in -base to get the default clock-rate.
7518         Update some docs.
7519
7520 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
7521
7522         * win32/MANIFEST:
7523         Add files to win32 manifest.
7524         * win32/vs6/libgstaudiofx.dsp:
7525         * win32/vs6/libgstqtdemux.dsp:
7526         * win32/vs6/libgstrtp.dsp:
7527         * win32/vs6/libgstrtsp.dsp:
7528         Update project files.
7529
7530 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
7531
7532         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
7533         (gst_rtspsrc_play):
7534         * gst/rtsp/gstrtspsrc.h:
7535         In TCP mode, only timestamp the first buffer. TCP is not real time and
7536         it does not make sense to try to skew compensate, also some servers send
7537         the first batch of data in a burst.
7538
7539 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
7540
7541         * gst/matroska/matroska-demux.c:
7542           Fix setting the discont flag on the first buffer
7543           pushed downstream for formats with private codec
7544           data that needs to be deserialised into buffers
7545           (such as vorbis and FLAC when in a matroska container).
7546
7547 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
7548
7549         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
7550
7551         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
7552         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
7553         (gst_rtp_mp4v_pay_handle_buffer):
7554         * gst/rtp/gstrtpmp4vpay.h:
7555         Free the config string. Fixes #480707.
7556         Clean up the timestamp code a little.
7557
7558 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7559
7560         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7561         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
7562         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
7563         * gst/rtsp/gstrtspsrc.h:
7564         Set timestamps on RTP buffers in interleaved mode.
7565         Mark first buffers with a DISCONT.
7566         Remove flush hack now that sync for live sources has been figured out.
7567
7568 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7569
7570         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7571         Update documentation.
7572
7573 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7574
7575         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
7576         (gst_rtp_xqt_depay_change_state):
7577         * gst/qtdemux/gstrtpxqtdepay.h:
7578         Fail if we don't know the quicktime format.
7579
7580 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
7581
7582         * ext/flac/gstflacenc.c:
7583         * ext/flac/gstflacenc.h:
7584           Save the flow return from the last gst_pad_push() and
7585           make sure we pass the right flow return value upstream
7586           in the case of failure; minor clean-ups.
7587
7588 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7589
7590         * ext/taglib/gstapev2mux.cc:
7591         * ext/taglib/gstid3v2mux.cc:
7592         * gst/apetag/gstapedemux.c:
7593           Add support for the new GST_TAG_COMPOSER (#459809).
7594
7595 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7596
7597         * gst/law/alaw-decode.c:
7598         * gst/law/alaw-decode.h:
7599         * gst/law/alaw-encode.c:
7600         * gst/law/alaw-encode.h:
7601         * gst/law/alaw.c:
7602         * gst/law/mulaw-conversion.h:
7603           Compulsive clean-ups: use boilerplate macros, add debug
7604           categories, fix up things to conform to symbol nomenklatura,
7605           etc.
7606
7607 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7608
7609         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
7610
7611         * gst/law/alaw-decode.c:
7612         * gst/law/alaw-encode.c:
7613           Use static tables for A-Law decoding and encoding; this makes
7614           A-Law decoding and encoding less CPU-intensive, but increases
7615           the binary size a bit. Leaving old code around for now,
7616           selectable by a define in the code. Fixes #435435.
7617
7618 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
7619
7620         * configure.ac:
7621         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
7622         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
7623         in configure.ac.
7624
7625 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
7626
7627         Patch by: Jan Gerber <j at bootlab dot org>
7628
7629         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
7630         Add fourccs for MPEG2 HDV streams. Fixes #479960.
7631
7632 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
7633
7634         * sys/oss/gstosshelper.c:
7635           Use GST_WARNING instead of a g_critical. This situation is not caused
7636           by the application.
7637
7638 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7639
7640         * po/LINGUAS:
7641         * po/nl.po:
7642           Updated translations.
7643
7644 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7645
7646         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
7647
7648         * po/eu.po:
7649           Added Basque translation.
7650
7651 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7652
7653         translated by: Abel Cheung <abelcheung@gmail.com>
7654
7655         * po/zh_HK.po:
7656         * po/zh_TW.po:
7657           Added Chinese (traditional and Hong Kong) translation.
7658
7659 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7660
7661         translated by: Jakub Bogusz <qboosh@pld-linux.org>
7662
7663         * po/pl.po:
7664           Added Polish translation.
7665
7666 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7667
7668         translated by: Ilkka Tuohela <hile@iki.fi>
7669
7670         * po/fi.po:
7671           Added Finnish translation.
7672
7673 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7674
7675         translated by: Jorge González González <aloriel@gmail.com>
7676
7677         * po/es.po:
7678           Added Spanish translation.
7679
7680 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7681
7682         translated by: Mogens Jaeger <mogens@jaeger.tf>
7683
7684         * po/da.po:
7685           Added Danish translation.
7686
7687 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7688
7689         translated by: Funda Wang <fundawang@linux.net.cn>
7690
7691         * po/zh_CN.po:
7692           Added Chinese (simplified) translation.
7693
7694 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7695
7696         translated by: Alexander Shopov <ash@contact.bg>
7697
7698         * po/bg.po:
7699           Added Bulgarian translation.
7700
7701 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
7702
7703         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
7704         Set outgoing packet duration because we can. Fixes #478244 some more.
7705
7706 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
7707
7708         * ext/cairo/gsttextoverlay.c:
7709           Add info about static leak.
7710         
7711         * tests/check/Makefile.am:
7712         * tests/check/generic/states.c:
7713           Improved state change unit test.
7714
7715 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
7716
7717         * docs/plugins/.cvsignore:
7718         * tests/check/.cvsignore:
7719           Ignore registries in any format.
7720
7721 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
7722
7723         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
7724         Removed some unused code.
7725
7726         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
7727         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
7728         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
7729         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
7730         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
7731         (gst_rtp_theora_pay_flush_packet):
7732         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
7733         Try to preserve the incomming buffer duration on the outgoing
7734         packets. Fixes #478244.
7735
7736 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
7737
7738         * ext/taglib/gstapev2mux.cc:
7739         * ext/taglib/gstid3v2mux.cc:
7740           Work around compiler warnings with g++-4.2 when assigning a
7741           string constant to a gchar * (partially fixes #478092).
7742
7743 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
7744
7745         * configure.ac:
7746           We require core CVS now for gst_base_src_set_do_timestamp().
7747
7748 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
7749
7750         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
7751         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7752         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
7753         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
7754         (gst_rtspsrc_handle_message):
7755         Fix compiler warnings shown with Forte.
7756
7757 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
7758
7759         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
7760         (gst_rtspsrc_dup_printf):
7761         Give meaningfull error when all streams failed to configure for some
7762         reason.
7763
7764 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
7765
7766         * gst/rtp/README:
7767         Update README with the design for synchronisation rules of RTP on
7768         sender and receiver.
7769
7770 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
7771
7772         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
7773         (gst_wavparse_chain):
7774         Don't push EOS from the chain function, the element
7775         driving the pipeline is responsible for this. The bug
7776         this was meant to fix seems to be queue not forwarding
7777         EOS in all cases (see #476514).
7778
7779 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
7780
7781         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
7782         (gst_level_transform_ip):
7783         * gst/level/gstlevel.h:
7784         Use basetransform segment so that it is correctly managed on flushes and
7785         start/stop.
7786         Report message timestamp as stream time, which is what an application
7787         can understand.
7788
7789 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
7790
7791         * ext/taglib/gstapev2mux.cc:
7792         * ext/taglib/gstapev2mux.h:
7793         * ext/taglib/gsttaglibmux.c:
7794         * tests/check/elements/apev2mux.c:
7795         Update my mail address.
7796
7797 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
7798
7799         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
7800         (gst_wavparse_loop), (gst_wavparse_chain):
7801         Add EOS logic for the push-based mode too. Fixes #476514.
7802
7803 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
7804
7805         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
7806         * gst/law/alaw-encode.h:
7807         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
7808         (gst_mulawenc_chain):
7809         * gst/law/mulaw-encode.h:
7810         Fix law encoder timestamps.
7811
7812 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
7813
7814         * ext/gconf/gstgconfaudiosink.c:
7815           Fix warning when building without debug.
7816
7817         * sys/oss/gstossmixertrack.c:
7818           Use const like in alsamixertrack.c (fixes warnings).
7819
7820 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
7821
7822         * sys/v4l2/v4l2src_calls.c:
7823         (gst_v4l2src_probe_caps_for_format_and_size):
7824         Fix framerate detection code some more.
7825         Handle the case where there is a weird step in the stepwise framerates.
7826         Don't overwrite the min interval with the framerate, use a temp variable
7827         instead.
7828         Use max in the Continuous framerate intervals instead of step, which is
7829         1 according to the docs. Fixes #475424.
7830
7831 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
7832
7833         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
7834         Make udpsrc timestamp outgoing buffers based on when they were received.
7835         Also make it output a segment in time.
7836
7837 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
7838
7839         * gst/avi/gstavidemux.c:
7840           Plug a little leak. Little code cleanups.
7841
7842 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
7843
7844         * configure.ac:
7845           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
7846           flac versions, 's good for cross-compilation karma.
7847
7848 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
7849
7850         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
7851
7852         * gst/rtp/gstrtph263pay.c:
7853           Fix up header structure so that compilers don't add padding
7854           between the structure fields, since that would lead to us
7855           sending RTP packets with broken headers (as is currently the
7856           case when compiling with MSVC). Also see similar fixes in
7857           libgstrtp in gst-plugins-base. (#474616; #471194)
7858
7859 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
7860
7861         * sys/v4l2/v4l2src_calls.c:
7862         (gst_v4l2src_probe_caps_for_format_and_size):
7863         Don't overwrite our GValue with 0 but instead use the previously
7864         computed value. Fixes #471823 some more.
7865
7866 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
7867
7868         * docs/plugins/gst-plugins-good-plugins.hierarchy:
7869           No tabs in this file please, or gtk-doc will end up documenting
7870           rather absurd class hierarchies.
7871
7872 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
7873
7874         * ext/gconf/gstswitchsink.c:
7875           If the new kid element fails to change state for some reason
7876           (e.g. esdsink not being able to connect to the sound server),
7877           forward the error message it posted on the bus instead of just
7878           posting a generic 'Internal state change error: please file a
7879           bug' error message. Fixes #471364.
7880
7881 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7882
7883         * gst/qtdemux/Makefile.am:
7884         * gst/qtdemux/qtdemux.c:
7885           Don't assume tags are encoded as UTF-8 (#473670).
7886
7887 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7888
7889         * sys/v4l2/gstv4l2src.c:
7890         * sys/v4l2/gstv4l2src.h:
7891         * sys/v4l2/v4l2src_calls.c:
7892           Implement LATENCY queries in the crudest way possible so I don't
7893           have to use sync=false any longer when testing with videosinks.
7894
7895 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7896
7897         * configure.ac:
7898           Fix build.
7899
7900 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7901
7902         * sys/v4l2/v4l2src_calls.c:
7903         (gst_v4l2src_probe_caps_for_format_and_size):
7904         Add some more debugging in the framerate function.
7905         Iterate stepwise framerate up to and _including_ the max and if nothing
7906         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
7907         don't end up with an empty list. Fixes #471823
7908
7909 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7910
7911         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
7912         (gst_multiudpsink_set_clients_string),
7913         (gst_multiudpsink_get_clients_string),
7914         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
7915         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
7916         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
7917         (gst_multiudpsink_clear):
7918         Add property do configure destination address/port pairs
7919         API:GstMultiUDPSink::clients
7920
7921 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7922
7923         * tests/examples/Makefile.am:
7924         * tests/examples/rtp/Makefile.am:
7925         * tests/examples/rtp/client-H263p-AMR.sh:
7926         * tests/examples/rtp/client-H263p-PCMA.sdp:
7927         * tests/examples/rtp/client-H263p-PCMA.sh:
7928         * tests/examples/rtp/client-H264-PCMA.sdp:
7929         * tests/examples/rtp/client-H264-PCMA.sh:
7930         * tests/examples/rtp/client-PCMA.sh:
7931         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
7932         * tests/examples/rtp/server-alsasrc-PCMA.sh:
7933         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
7934         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
7935         Added some RTP example scripts for sending and receiving RTP streams.
7936
7937 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7938
7939         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
7940         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
7941         Restructure the setcaps function so that we can also compute the
7942         expected GStreamer output size of the video frames.
7943         Set frame_byte_size correctly so that read-based devices have a chance
7944         of working correctly.
7945         When grabbing a frame, discard frames that are not of the expected size.
7946         Some cameras don't output the right framesize for the first buffer.
7947         Try only a couple of times to get a valid frame, else error out.
7948
7949         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
7950         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
7951         Add some more debug info when scanning the device.
7952
7953         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
7954         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
7955         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
7956         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
7957         Add some more debug info when dequeing a frame.
7958
7959 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
7960
7961         * gst/wavparse/gstwavparse.c:
7962           More code cleanups. Add some more comment and improve debugs logs.
7963
7964 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
7965
7966         * gst/wavparse/gstwavparse.c:
7967         * gst/wavparse/gstwavparse.h:
7968           Implement seek-query. Refactor duration calculations. Appropriate use
7969           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
7970           out of loops.
7971
7972 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
7973
7974         * gst/avi/gstavidemux.c:
7975           Implement seek-query.
7976
7977 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
7978
7979         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
7980         (gst_rtspsrc_dup_printf):
7981         Use new basesink async property to make sparse RTCP packet not wait for
7982         preroll.
7983
7984 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
7985
7986         * gst/audiofx/Makefile.am:
7987         Dist the right file.
7988
7989 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
7990
7991         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
7992         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
7993         Make sure we generate and parse floating point values in the POSIX
7994         locale instead of the current locale. 
7995
7996 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
7997
7998         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
7999         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
8000         (gst_rtspsrc_play):
8001         * gst/rtsp/gstrtspsrc.h:
8002         Fix method detection again.
8003         Keep track of when we must send a Range header.
8004         Use segment values for Range, Speed and Scale headers.
8005         Parse Speed and Scale headers to update the segment values.
8006
8007 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
8008
8009         patch by: Mark Nauwelaerts <manauw@skynet.be>
8010
8011         * sys/v4l2/v4l2src_calls.c:
8012           Handle optional v4l2 ioctls gracefully.
8013
8014 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
8015
8016         * gst/rtp/Makefile.am:
8017         * gst/rtp/gstrtp.c: (plugin_init):
8018         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
8019         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
8020         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
8021         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
8022         (gst_rtp_h263_depay_get_property),
8023         (gst_rtp_h263_depay_change_state),
8024         (gst_rtp_h263_depay_plugin_init):
8025         * gst/rtp/gstrtph263depay.h:
8026         Added an H263 depayloader. Fixes #369392.
8027
8028         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
8029         (gst_rtp_h263p_depay_process):
8030         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
8031         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
8032         Make the H263+ pay/depayloader support H263-1998 and H263-2000
8033         payloads.
8034         Also alow plain H263 on the h263p payloaders. Fixes #465040.
8035
8036 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
8037
8038         * gst/audiofx/audiochebyshevfreqband.c:
8039         * gst/audiofx/audiochebyshevfreqlimit.c:
8040         Add small comparision with the windowed sinc filters in the docs.
8041
8042 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
8043
8044         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
8045         (audiochebyshevfreqband_suite):
8046         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
8047         (audiochebyshevfreqlimit_suite):
8048         Also test 32 bit float mode and the type 2 variants of the filters.
8049
8050 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
8051
8052         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
8053         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
8054         (gst_rtspsrc_loop):
8055         Refactor the udp and interleaved loop function a bit.
8056
8057 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8058
8059         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
8060         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
8061         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
8062         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
8063         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
8064         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
8065         * gst/rtsp/gstrtspsrc.h:
8066         Protect connection activity with a new lock, avoids deadlocks when going
8067         to PAUSED. Fixes #455808.
8068
8069 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8070
8071         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
8072         Fix debug statement.
8073
8074 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8075
8076         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
8077         Fix stray %u in debug line as spotted by Saur on IRC.
8078
8079 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
8080
8081         * gst/audiofx/audiochebyshevfreqband.c:
8082         (gst_audio_chebyshev_freq_band_class_init):
8083         * gst/audiofx/audiochebyshevfreqlimit.c:
8084         (gst_audio_chebyshev_freq_limit_class_init):
8085         Use generator macros for the process functions for the different
8086         sample types, add lower upper boundaries for the GObject properties
8087         so automatically generated UIs can use sliders and add a note about
8088         the number of poles as a too high number of poles combined with
8089         very low or very high frequencies will produce only noise.
8090         * docs/plugins/gst-plugins-good-plugins.args:
8091         Regenerated for the property changes.
8092
8093 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8094
8095         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
8096         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
8097         (gst_rtspsrc_stream_configure_udp_sink),
8098         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
8099         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
8100         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8101         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
8102         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
8103         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
8104         * gst/rtsp/gstrtspsrc.h:
8105         Improve timeout handling.
8106         Use the same socket for sending and receiving RTCP packets so that some
8107         servers can track clients better.
8108         Improve connection closed handling. Try to reconnect.
8109         Don't overwrite our content base with NULL.
8110         Improve debugging.
8111         Improve range parsing and handling.
8112         Remove flushing hack now that core does the right thing.
8113
8114 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8115
8116         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
8117         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
8118         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
8119         (gst_multiudpsink_close), (gst_multiudpsink_add):
8120         * gst/udp/gstmultiudpsink.h:
8121         Add support for getting and setting the socket to use.
8122
8123         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8124         (gst_udpsrc_create), (gst_udpsrc_get_property):
8125         Add support for getting the currently used socket.
8126
8127 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
8128
8129         reviewed by: Stefan Kost  <ensonic@users.sf.net>
8130
8131         * gst/audiofx/Makefile.am:
8132         * gst/audiofx/audiochebyshevfreqband.c:
8133         (gst_audio_chebyshev_freq_band_mode_get_type),
8134         (gst_audio_chebyshev_freq_band_base_init),
8135         (gst_audio_chebyshev_freq_band_dispose),
8136         (gst_audio_chebyshev_freq_band_class_init),
8137         (gst_audio_chebyshev_freq_band_init),
8138         (generate_biquad_coefficients), (calculate_gain),
8139         (generate_coefficients),
8140         (gst_audio_chebyshev_freq_band_set_property),
8141         (gst_audio_chebyshev_freq_band_get_property),
8142         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
8143         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
8144         (gst_audio_chebyshev_freq_band_start):
8145         * gst/audiofx/audiochebyshevfreqband.h:
8146         * gst/audiofx/audiochebyshevfreqlimit.c:
8147         (gst_audio_chebyshev_freq_limit_mode_get_type),
8148         (gst_audio_chebyshev_freq_limit_base_init),
8149         (gst_audio_chebyshev_freq_limit_dispose),
8150         (gst_audio_chebyshev_freq_limit_class_init),
8151         (gst_audio_chebyshev_freq_limit_init),
8152         (generate_biquad_coefficients), (calculate_gain),
8153         (generate_coefficients),
8154         (gst_audio_chebyshev_freq_limit_set_property),
8155         (gst_audio_chebyshev_freq_limit_get_property),
8156         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
8157         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
8158         (gst_audio_chebyshev_freq_limit_start):
8159         * gst/audiofx/audiochebyshevfreqlimit.h:
8160         * gst/audiofx/audiofx.c: (plugin_init):
8161         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
8162         Fixes #464800.
8163
8164         * tests/check/Makefile.am:
8165         * tests/check/elements/.cvsignore:
8166         * tests/check/elements/audiochebyshevfreqband.c:
8167         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
8168         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
8169         * tests/check/elements/audiochebyshevfreqlimit.c:
8170         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
8171         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
8172         Add unit tests for the chebyshev filters.
8173
8174         * docs/plugins/Makefile.am:
8175         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8176         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8177         * docs/plugins/gst-plugins-good-plugins.args:
8178         * docs/plugins/inspect/plugin-1394.xml:
8179         * docs/plugins/inspect/plugin-audiofx.xml:
8180         * docs/plugins/inspect/plugin-dv.xml:
8181         * docs/plugins/inspect/plugin-flac.xml:
8182         * docs/plugins/inspect/plugin-jpeg.xml:
8183         * docs/plugins/inspect/plugin-png.xml:
8184         * docs/plugins/inspect/plugin-rtp.xml:
8185         * docs/plugins/inspect/plugin-shout2send.xml:
8186         * docs/plugins/inspect/plugin-wavpack.xml:
8187         And add docs for the chebyshev filters. While doing
8188         that also run make update in docs/plugins.
8189
8190 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
8191
8192         * ext/annodex/gstcmmltag.c:
8193         * gst/rtp/gstrtpvorbispay.c:
8194           Make ro memory to share.
8195
8196 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
8197
8198         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
8199         Improve UDP performance by avoiding a select() when we have data
8200         available immediatly.
8201
8202 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
8203
8204         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
8205         (gst_rtp_dec_class_init):
8206         * gst/rtsp/gstrtpdec.h:
8207         Add (dummy) SSRC management signals.
8208
8209         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8210         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
8211         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
8212         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
8213         (on_timeout), (gst_rtspsrc_stream_configure_manager),
8214         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
8215         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
8216         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
8217         * gst/rtsp/gstrtspsrc.h:
8218         Add connection-speed property.
8219         Add find_stream helper functions.
8220         Handle stream EOS based on BYE messages or SSRC timeout.
8221         Returns SUCCESS from the state change function as we hide our async
8222         elements from the parent.
8223
8224 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
8225
8226         * gst/debug/rndbuffersize.c:
8227           Fix da leak.
8228
8229 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
8230
8231         * gst/debug/Makefile.am:
8232         * gst/debug/breakmydata.c:
8233         * gst/debug/gstdebug.c:
8234         * gst/debug/negotiation.c:
8235         * gst/debug/progressreport.c:
8236         * gst/debug/rndbuffersize.c:
8237         * gst/debug/testplugin.c:
8238           Add new test element and clean-up the others a little.
8239
8240 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
8241
8242         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
8243         Fix parsing of mp4a version 0 atoms. Fixes #465774.
8244
8245 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
8246
8247         * gst/rtp/gstrtpilbcdepay.c:
8248           Include stdlib.
8249
8250 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
8251
8252         * gst/rtp/gstrtpmpvdepay.c:
8253         Set the mpegversion in the caps so that autoplugging does not get
8254         confused.
8255
8256 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8257
8258         * po/hu.po:
8259         * po/uk.po:
8260         * po/vi.po:
8261           Updated translations.
8262
8263 2007-08-08  Michael Smith <msmith@fluendo.com>
8264
8265         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
8266           Render right border in the correct location.
8267
8268 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
8269
8270         Patch by: Olivier Crete <tester at tester dot ca>
8271
8272         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
8273         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
8274         Make mode property a string. Fixes #464475.
8275
8276 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
8277
8278         * ext/flac/gstflacenc.c:
8279           Widen caps to match decoder a bit and add more FIXMEs.
8280
8281 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
8282
8283         patch by: Mark Nauwelaerts <manauw@skynet.be>
8284
8285         * gst/avi/gstavimux.c:
8286           Fix ODML index tag numbering. Fixes #463624.
8287
8288 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
8289
8290         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
8291         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
8292         (gst_rtspsrc_stream_configure_tcp),
8293         (gst_rtspsrc_stream_configure_udp_sink):
8294         Fix default clock-rate for realmedia.
8295         Fix parsing of transport.
8296         Don't try to link NULL pads.
8297
8298 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
8299
8300         * po/POTFILES.skip:
8301           Add POTFILES.skip with list of source files that aren't disted at the
8302           moment but contain translatable strings. Should hopefully pacify
8303           broken tools and make it clearer that these files are left out
8304           intentionally (#461600).
8305
8306 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
8307
8308         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
8309         If the buffer was entirely clipped ... don't try sending it :)
8310
8311 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8312
8313         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
8314         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
8315         (gst_rtspsrc_create_transports_string),
8316         (gst_rtspsrc_prepare_transports):
8317         If we don't hav a session manager, set the caps on outgoing buffers
8318         ourselves.
8319         Force PAUSE/PLAY methods for now until the extensions can overwrite.
8320         Append final bit of the transport string even when it does not contain a
8321         placeholder.
8322
8323 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8324
8325         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
8326         (gst_rtsp_ext_list_connect):
8327         * gst/rtsp/gstrtspext.h:
8328         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
8329         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
8330         Clean up the interface list.
8331         Allow connecting to interface signals for the extensions.
8332         Remove old extension code.
8333         Free list on cleanup.
8334         Allow extensions to send additional RTSP messages.
8335
8336 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
8337
8338         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
8339         Handle a NULL gconf key gracefully by rendering the default element.
8340
8341 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8342
8343         * gst/rtsp/gstrtspext.h:
8344         Fix include path for extension interface.
8345
8346 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
8347
8348         * gst/audiofx/audioamplify.h:
8349         Also remove a now unecessary variable here.
8350
8351 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
8352
8353         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
8354         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
8355         * gst/audiofx/audiodynamic.c:
8356         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
8357         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
8358         * gst/audiofx/audiodynamic.h:
8359         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
8360         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
8361         * gst/audiofx/audioinvert.h:
8362         Don't save format information ourselves, this is already saved in
8363         GstAudioFilter.
8364
8365 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
8366
8367         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
8368         (gst_rtsp_ext_list_stream_select):
8369         * gst/rtsp/gstrtspext.h:
8370         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
8371         Use rank to filter out extensions.
8372         Add url to stream_select interface call.
8373
8374 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
8375
8376         * gst/rtsp/Makefile.am:
8377         * gst/rtsp/base64.c:
8378         * gst/rtsp/base64.h:
8379         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
8380         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
8381         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
8382         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
8383         (gst_rtsp_ext_list_setup_media),
8384         (gst_rtsp_ext_list_configure_stream),
8385         (gst_rtsp_ext_list_get_transports),
8386         (gst_rtsp_ext_list_stream_select):
8387         * gst/rtsp/gstrtspext.h:
8388         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
8389         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
8390         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
8391         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
8392         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
8393         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
8394         (gst_rtspsrc_stream_configure_tcp),
8395         (gst_rtspsrc_stream_configure_mcast),
8396         (gst_rtspsrc_stream_configure_udp),
8397         (gst_rtspsrc_stream_configure_udp_sink),
8398         (gst_rtspsrc_stream_configure_transport),
8399         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
8400         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
8401         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
8402         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
8403         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8404         (gst_rtspsrc_parse_methods),
8405         (gst_rtspsrc_create_transports_string),
8406         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
8407         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
8408         (gst_rtspsrc_play), (gst_rtspsrc_pause),
8409         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
8410         * gst/rtsp/gstrtspsrc.h:
8411         * gst/rtsp/rtsp.h:
8412         * gst/rtsp/rtspconnection.c:
8413         * gst/rtsp/rtspconnection.h:
8414         * gst/rtsp/rtspdefs.c:
8415         * gst/rtsp/rtspdefs.h:
8416         * gst/rtsp/rtspext.h:
8417         * gst/rtsp/rtspextwms.c:
8418         * gst/rtsp/rtspextwms.h:
8419         * gst/rtsp/rtspmessage.c:
8420         * gst/rtsp/rtspmessage.h:
8421         * gst/rtsp/rtsprange.c:
8422         * gst/rtsp/rtsprange.h:
8423         * gst/rtsp/rtsptransport.c:
8424         * gst/rtsp/rtsptransport.h:
8425         * gst/rtsp/rtspurl.c:
8426         * gst/rtsp/rtspurl.h:
8427         * gst/rtsp/sdp.h:
8428         * gst/rtsp/sdpmessage.c:
8429         * gst/rtsp/sdpmessage.h:
8430         * gst/rtsp/test.c:
8431         Use shiny new RTSP and SDP library.
8432         Implement RTSP extensions using the new interface.
8433         Remove a lot of old code.
8434
8435 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
8436
8437         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
8438         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
8439
8440 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
8441
8442         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
8443         Don't unref the outgoing buffer twice when dropping it because it's
8444         outside of the segment.
8445
8446 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
8447
8448         * configure.ac:
8449         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
8450         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
8451         Use the new buffer clipping function from gstaudio here and
8452         require gst-plugins-base CVS.
8453         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
8454         For framed Wavpack buffers we require a valid timestamp.
8455
8456 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
8457
8458         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
8459         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
8460         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
8461         Clip raw audio and video when we can, keep track of current output
8462         segment.
8463         Don't leak buffers and events when there is no output pad.
8464         Improve debugging here and there.
8465
8466 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
8467
8468         * configure.ac:
8469           Sync liboil check with plugins-base.
8470
8471 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
8472
8473         * ext/annodex/Makefile.am:
8474           Fix CFLAGS/LIBS.
8475
8476         * ext/cdio/gstcdiocddasrc.c:
8477         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
8478           Include stdlib
8479
8480         * ext/cairo/Makefile.am:
8481         * gst/videofilter/Makefile.am:
8482         * tests/examples/level/Makefile.am:
8483           Use $(LIBM) instead of -lm
8484
8485 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8486
8487         * sys/v4l2/gstv4l2src.c:
8488           Add another example pipeline.
8489
8490 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8491
8492         Patch by: Alexander Eichner <alexeichi@yahoo.de>
8493
8494         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
8495           Use define here.
8496
8497         * sys/v4l2/gstv4l2tuner.c:
8498         (gst_v4l2_tuner_set_frequency_and_notify):
8499           Don't touch the property - its still disabled.
8500
8501         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
8502         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
8503         * sys/v4l2/v4l2src_calls.h:
8504           Improve fallback format negotionation. Fixes #451388
8505
8506 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8507
8508         * tests/check/elements/videocrop.c: (GST_START_TEST):
8509           Fix the test.
8510
8511 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8512
8513         * docs/plugins/Makefile.am:
8514         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8515         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8516         * docs/plugins/inspect/plugin-jpeg.xml:
8517         * docs/plugins/inspect/plugin-png.xml:
8518         * ext/jpeg/gstjpegdec.c:
8519         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
8520         (gst_pngdec_sink_setcaps):
8521           More docs. More logs in pngdec.
8522
8523 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
8524
8525         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
8526           Initialize num_buffers with minimum value.
8527
8528         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
8529         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
8530           Handle frame-size query failure gracefully.
8531
8532 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
8533
8534         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
8535         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
8536         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
8537         of qt/aac files.
8538
8539 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
8540
8541         * ext/wavpack/gstwavpackdec.c:
8542         (gst_wavpack_dec_clip_outgoing_buffer):
8543         Fix buffer clipping to correctly clip to the segment stop.
8544
8545 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8546
8547         * configure.ac:
8548         * tests/Makefile.am:
8549         Remove bogus check for libcheck, since we check for
8550         gstreamer-check and it pulls in the required info from there,
8551         and we weren't actually _using_ the information for libcheck
8552         ourselves anyway.
8553
8554 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
8555
8556         * configure.ac:
8557           Use pkg-config to locate check.
8558
8559 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
8560
8561         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
8562         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
8563         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
8564         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
8565         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
8566         * gst/effectv/gstaging.c: (gst_agingtv_transform):
8567         * gst/effectv/gstdice.c: (gst_dicetv_transform):
8568         * gst/effectv/gstedge.c: (gst_edgetv_transform):
8569         * gst/effectv/gstquark.c: (gst_quarktv_transform):
8570         * gst/effectv/gstrev.c: (gst_revtv_transform):
8571         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
8572         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
8573         * gst/effectv/gstwarp.c: (gst_warptv_transform):
8574         * gst/matroska/matroska-demux.c:
8575         (gst_matroska_demux_add_wvpk_header),
8576         (gst_matroska_demux_check_subtitle_buffer),
8577         (gst_matroska_decode_buffer):
8578         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
8579           Fix build against core CVS.
8580
8581 2007-07-10  Edward Hervey  <bilboed@gmail.com>
8582
8583         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
8584         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
8585         don't have enough granularity to convert that boolean into a
8586         GstFlowReturn.
8587
8588 2007-07-06  Michael Smith <msmith@fluendo.com>
8589
8590         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
8591         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
8592         (gst_alawdec_change_state):
8593         * gst/law/alaw-decode.h:
8594         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
8595         (gst_mulawdec_class_init), (gst_mulawdec_init),
8596         (gst_mulawdec_chain), (gst_mulawdec_change_state):
8597         * gst/law/mulaw-decode.h:
8598           Fix capsnego bogosity in *law decoders. 
8599
8600 2007-07-06  Michael Smith <msmith@fluendo.com>
8601
8602         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
8603         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
8604         (gst_smokeenc_change_state):
8605         * ext/jpeg/gstsmokeenc.h:
8606           Remove stupidity in get/set caps functions.
8607           Fix some refcounting problems.
8608
8609 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
8610
8611         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
8612         Remove endianness-flipping hack that seems to have been required
8613         only because of a bug in ffmpegcolorspace.
8614         Partially Fixes: #451908
8615
8616 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
8617
8618         * docs/plugins/Makefile.am:
8619           Simplify --extra-dir as gtkdoc scans recursively.
8620
8621 2007-07-03  Wim Taymans  <wim@fluendo.com>
8622
8623         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8624
8625         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
8626         Set the encoding-name in the rtp caps to all uppercase, as required by
8627         the caps spec.
8628         Some small cleanups in the error paths. Fixes #453037.
8629
8630 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
8631
8632         * ext/wavpack/gstwavpackparse.c:
8633         (gst_wavpack_parse_index_get_last_entry),
8634         (gst_wavpack_parse_index_get_entry_from_sample),
8635         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
8636         (gst_wavpack_parse_scan_to_find_sample):
8637         * ext/wavpack/gstwavpackparse.h:
8638         Use a GSList for the GArray that is used like a list anyway.
8639
8640 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
8641
8642         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
8643         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
8644         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
8645           Add state change function where we set 0/1 as default framerate in
8646           case our setcaps function isn't called, like it might not in a
8647           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
8648           gdkpixbufdec trying to create caps with a 0/0 framerate.
8649           Also post an error message on the bus if gst_pad_push() fails when
8650           called from our sink event handler (+1 for flow returns for event
8651           functions in 0.11) instead of failing silently.
8652
8653 2007-06-27  Wim Taymans  <wim@fluendo.com>
8654
8655         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
8656         Cast stack args to the proper types. Fixes #451249.
8657
8658 2007-06-27  Wim Taymans  <wim@fluendo.com>
8659
8660         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
8661         (new_session_pad), (gst_rtspsrc_setup_streams):
8662         * gst/rtsp/gstrtspsrc.h:
8663         For container formats we only need to activate one of the streams so
8664         that we correctly signal no-more-pads. Fixes #451015.
8665
8666 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
8667
8668         * docs/plugins/gst-plugins-good-plugins.args:
8669         * docs/plugins/inspect/plugin-aasink.xml:
8670         * docs/plugins/inspect/plugin-alaw.xml:
8671         * docs/plugins/inspect/plugin-alpha.xml:
8672         * docs/plugins/inspect/plugin-alphacolor.xml:
8673         * docs/plugins/inspect/plugin-annodex.xml:
8674         * docs/plugins/inspect/plugin-apetag.xml:
8675         * docs/plugins/inspect/plugin-audiofx.xml:
8676         * docs/plugins/inspect/plugin-auparse.xml:
8677         * docs/plugins/inspect/plugin-autodetect.xml:
8678         * docs/plugins/inspect/plugin-avi.xml:
8679         * docs/plugins/inspect/plugin-cacasink.xml:
8680         * docs/plugins/inspect/plugin-cairo.xml:
8681         * docs/plugins/inspect/plugin-cdio.xml:
8682         * docs/plugins/inspect/plugin-cutter.xml:
8683         * docs/plugins/inspect/plugin-debug.xml:
8684         * docs/plugins/inspect/plugin-efence.xml:
8685         * docs/plugins/inspect/plugin-effectv.xml:
8686         * docs/plugins/inspect/plugin-esdsink.xml:
8687         * docs/plugins/inspect/plugin-flac.xml:
8688         * docs/plugins/inspect/plugin-flxdec.xml:
8689         * docs/plugins/inspect/plugin-gconfelements.xml:
8690         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8691         * docs/plugins/inspect/plugin-goom.xml:
8692         * docs/plugins/inspect/plugin-halelements.xml:
8693         * docs/plugins/inspect/plugin-icydemux.xml:
8694         * docs/plugins/inspect/plugin-id3demux.xml:
8695         * docs/plugins/inspect/plugin-jpeg.xml:
8696         * docs/plugins/inspect/plugin-ladspa.xml:
8697         * docs/plugins/inspect/plugin-level.xml:
8698         * docs/plugins/inspect/plugin-matroska.xml:
8699         * docs/plugins/inspect/plugin-mulaw.xml:
8700         * docs/plugins/inspect/plugin-multipart.xml:
8701         * docs/plugins/inspect/plugin-navigationtest.xml:
8702         * docs/plugins/inspect/plugin-ossaudio.xml:
8703         * docs/plugins/inspect/plugin-png.xml:
8704         * docs/plugins/inspect/plugin-quicktime.xml:
8705         * docs/plugins/inspect/plugin-rtp.xml:
8706         * docs/plugins/inspect/plugin-rtsp.xml:
8707         * docs/plugins/inspect/plugin-smpte.xml:
8708         * docs/plugins/inspect/plugin-speex.xml:
8709         * docs/plugins/inspect/plugin-taglib.xml:
8710         * docs/plugins/inspect/plugin-udp.xml:
8711         * docs/plugins/inspect/plugin-videobalance.xml:
8712         * docs/plugins/inspect/plugin-videobox.xml:
8713         * docs/plugins/inspect/plugin-videocrop.xml:
8714         * docs/plugins/inspect/plugin-videoflip.xml:
8715         * docs/plugins/inspect/plugin-videomixer.xml:
8716         * docs/plugins/inspect/plugin-wavenc.xml:
8717         * docs/plugins/inspect/plugin-wavparse.xml:
8718         * docs/plugins/inspect/plugin-ximagesrc.xml:
8719           Update docs with caps info.
8720
8721 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
8722
8723         * po/POTFILES.in:
8724           Add more files with translatable strings (#450878).
8725
8726 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
8727
8728         * MAINTAINERS:
8729         Updating all the maintainers files
8730
8731 2007-06-22  Edward Hervey  <edward@fluendo.com>
8732
8733         * ext/flac/gstflactag.c: (gst_flac_tag_init):
8734         * gst/interleave/deinterleave.c: (deinterleave_init),
8735         (deinterleave_sink_link):
8736         * gst/interleave/interleave.c: (interleave_init):
8737         * gst/median/gstmedian.c: (gst_median_init):
8738         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
8739         Fix memory leaks.
8740         * tests/check/elements/id3demux.c: (pad_added_cb):
8741         Remove unused variable.
8742
8743 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
8744
8745         * ext/gconf/gconf.h:
8746         Make the prototype of gst_gconf_get_key_for_sink_profile
8747         match the implementation.
8748         Patch by: Damien Carbery <damien dot carbery at sun dot com>
8749         Fixes: #449747
8750
8751 2007-06-20  Michael Smith <msmith@fluendo.com>
8752
8753         * gst/rtp/gstrtpdepay.c:
8754           Fix description - rtpdepay is not a payloader.
8755
8756 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
8757
8758         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
8759         (qtdemux_video_caps):
8760         * gst/qtdemux/qtdemux_fourcc.h:
8761           Add MJPG to the variants of motion jpeg.
8762
8763 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
8764
8765         * tests/check/Makefile.am:
8766         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8767         * tests/check/elements/videocrop.c: (GST_START_TEST):
8768         * tests/check/elements/videofilter.c:
8769         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
8770         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
8771           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
8772           error flags are included and it errors out on compiler warnings
8773           for CVS builds; remove unused variables in various unit tests.
8774
8775 2007-06-19  Wim Taymans  <wim@fluendo.com>
8776
8777         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8778         (rtsp_connection_close), (rtsp_connection_free):
8779         Use threadsafe inet_ntop to convert an ip number to a string. 
8780         Fixes #447961.
8781         Don't leak fd (and ip) when freeing a connection without first closing
8782         it.
8783
8784 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
8785
8786         * configure.ac:
8787         Back to CVS
8788
8789         * gst-plugins-good.doap:
8790         Add 0.10.6 to the doap file.
8791
8792 === release 0.10.6 ===
8793
8794 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
8795
8796         * configure.ac:
8797           releasing 0.10.6, "Wobble Board"
8798
8799 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
8800
8801         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8802         (rtsp_connection_free):
8803           Revert previous commit again, since we are frozen (sorry).
8804
8805 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
8806
8807         Patch by: Peter Kjellerstedt <pkj at axis com>
8808
8809         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8810         (rtsp_connection_free):
8811           inet_ntoa() uses a static buffer internally, so we need to copy the
8812           returned string if we want to store it for later (#447961).
8813
8814 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
8815
8816         * win32/vs6/autogen.dsp:
8817         * win32/vs6/gst_plugins_good.dsw:
8818         * win32/vs6/libgstalaw.dsp:
8819         * win32/vs6/libgstalpha.dsp:
8820         * win32/vs6/libgstalphacolor.dsp:
8821         * win32/vs6/libgstapetag.dsp:
8822         * win32/vs6/libgstaudiofx.dsp:
8823         * win32/vs6/libgstauparse.dsp:
8824         * win32/vs6/libgstautodetect.dsp:
8825         * win32/vs6/libgstavi.dsp:
8826         * win32/vs6/libgstcutter.dsp:
8827         * win32/vs6/libgstdirectdraw.dsp:
8828         * win32/vs6/libgstdirectsound.dsp:
8829         * win32/vs6/libgsteffectv.dsp:
8830         * win32/vs6/libgstflx.dsp:
8831         * win32/vs6/libgstgoom.dsp:
8832         * win32/vs6/libgsticydemux.dsp:
8833         * win32/vs6/libgstid3demux.dsp:
8834         * win32/vs6/libgstinterleave.dsp:
8835         * win32/vs6/libgstjpeg.dsp:
8836         * win32/vs6/libgstlevel.dsp:
8837         * win32/vs6/libgstmatroska.dsp:
8838         * win32/vs6/libgstmedian.dsp:
8839         * win32/vs6/libgstmonoscope.dsp:
8840         * win32/vs6/libgstmulaw.dsp:
8841         * win32/vs6/libgstmultipart.dsp:
8842         * win32/vs6/libgstqtdemux.dsp:
8843         * win32/vs6/libgstrtp.dsp:
8844         * win32/vs6/libgstrtsp.dsp:
8845         * win32/vs6/libgstsmpte.dsp:
8846         * win32/vs6/libgstspeex.dsp:
8847         * win32/vs6/libgstudp.dsp:
8848         * win32/vs6/libgstvideobalance.dsp:
8849         * win32/vs6/libgstvideobox.dsp:
8850         * win32/vs6/libgstvideocrop.dsp:
8851         * win32/vs6/libgstvideoflip.dsp:
8852         * win32/vs6/libgstvideomixer.dsp:
8853         * win32/vs6/libgstwaveform.dsp:
8854         * win32/vs6/libgstwavenc.dsp:
8855         * win32/vs6/libgstwavparse.dsp:
8856         Mark *.dsp & *.dsw as binary files and convert to DOS line
8857         endings, as they don't load into VS6 correctly otherwise.
8858
8859 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
8860
8861         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8862         (rtsp_connection_connect):
8863         Fix the MingW build. 
8864         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
8865         Fixes: #446981
8866
8867 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
8868
8869         * tests/check/elements/.cvsignore:
8870         * tests/icles/.cvsignore:
8871         Hush the buildbots up
8872
8873 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
8874
8875         * configure.ac:
8876         * sys/Makefile.am:
8877         * sys/directdraw/Makefile.am:
8878         * sys/directsound/Makefile.am:
8879         * sys/waveform/Makefile.am:
8880         Make sure to dist everything needed for win32 builds.
8881
8882 2007-06-14  Edward Hervey  <edward@fluendo.com>
8883
8884         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
8885         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
8886         caps.
8887         Fixes #447458
8888
8889 2007-06-13  Wim Taymans  <wim@fluendo.com>
8890
8891         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
8892         Make sure we allocate enough memory for the codec_data.
8893         Fixes #447210.
8894
8895 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
8896
8897         * win32/MANIFEST:
8898         Add videocrop project file to the win32 manifest.
8899         * win32/vs6/gst_plugins_good.dsw:
8900         Add qtdemux,videocrop and waveform projects to the workspace.
8901         * win32/vs6/libgstqtdemux.dsp:
8902         Add zlib to the link list of qtdemux.
8903         * win32/vs6/libgstvideocrop.dsp:
8904         Add a project file for videocrop.
8905
8906 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8907
8908         * po/POTFILES.in:
8909         Add qtdemux for translation
8910
8911 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8912
8913         * configure.ac:
8914         * docs/plugins/Makefile.am:
8915         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8916         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8917         * docs/plugins/inspect/plugin-videocrop.xml:
8918         * gst-plugins-good.spec.in:
8919         * sys/Makefile.am:
8920         * tests/check/Makefile.am:
8921         * tests/icles/Makefile.am:
8922         * tests/icles/videocrop-test.c:
8923         Move videocrop and osxvideo from -bad.
8924
8925 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8926
8927         * configure.ac:
8928         * docs/plugins/Makefile.am:
8929         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8930         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8931         * docs/plugins/gst-plugins-good-plugins.args:
8932         * docs/plugins/inspect/plugin-qtdemux.xml:
8933         * docs/plugins/inspect/plugin-quicktime.xml:
8934         * win32/MANIFEST:
8935         Move qtdemux from -bad.
8936
8937         * gst-plugins-good.spec.in:
8938         Update spec file to reflect moving of qtdemux and wavpack
8939
8940 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8941         
8942         * win32/MANIFEST:
8943         * docs/plugins/Makefile.am:
8944         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8945         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8946         * docs/plugins/inspect/plugin-directdraw.xml:
8947         * docs/plugins/inspect/plugin-directsound.xml:
8948         * docs/plugins/inspect/plugin-waveform.xml:
8949         Move the waveform plugin from -bad too. Update the inspect xml
8950         files to mention Plugins Good instead of Plugins Bad.
8951
8952 2007-06-12  Andy Wingo  <wingo@pobox.com>
8953
8954         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
8955         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
8956         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
8957         finalization and resuscitation. No longer public.
8958         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
8959         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
8960         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
8961         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
8962         miniobject semantics, and be threadsafe.
8963         (gst_v4l2src_queue_frame): Remove this function, as we just call
8964         the ioctls directly in the two places where we queue buffers.
8965         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
8966         directly.
8967         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
8968         to allocate the pool, which also preallocates the GstBuffers.
8969         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
8970         queueing the frames directly.
8971         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
8972         mmap buffers have been dequeued.
8973
8974         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
8975         real MiniObject instead of rolling our own refcounting and
8976         finalizing. Give it a lock.
8977         (struct _GstV4l2Buffer): Remove one intermediary object, having
8978         the buffers hold the struct v4l2_buffer directly.
8979
8980         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
8981         capture_init so that it can set them on the buffers that it will
8982         create.
8983         (gst_v4l2src_get_read): For better or for worse, include the
8984         timestamping and offsetting code here; really we should be using
8985         bufferalloc though.
8986         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
8987         preallocated, mmap'd buffers.
8988
8989 2007-06-11  Wim Taymans  <wim@fluendo.com>
8990
8991         Patch by: daniel fischer <dan at f3c dot com>
8992
8993         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
8994         (gst_ximage_src_get_caps):
8995         Actually use the display_name property so that we can dump any
8996         available X display. Fixes #445905.
8997
8998 2007-06-11  Wim Taymans  <wim@fluendo.com>
8999
9000         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
9001
9002         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
9003         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
9004         Add missing rate fields to caps. Fixes #441118.
9005
9006 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
9007
9008         * win32/vs6/gst_plugins_good.dsw:
9009         * win32/vs8/gst-plugins-good.sln:
9010         Add DirectSound and DirectDraw sinks project files to
9011         workspace and solution files.
9012
9013 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
9014
9015         Patch by: Josh Coalson <xflac at yahoo dot com>,
9016         updated by Alexis Ballier <aballier at gentoo dot org>:
9017
9018         * configure.ac:
9019         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
9020         (gst_flac_dec_setup_seekable_decoder),
9021         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
9022         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
9023         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
9024         * ext/flac/gstflacdec.h:
9025         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
9026         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
9027         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
9028         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
9029         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
9030         (gst_flac_enc_chain), (gst_flac_enc_set_property),
9031         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
9032         * ext/flac/gstflacenc.h:
9033         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
9034         
9035 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
9036
9037         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
9038         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
9039         not necessary anymore as we need at least that core version. 
9040
9041 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
9042
9043         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
9044         (gst_wavpack_dec_chain):
9045         * ext/wavpack/gstwavpackdec.h:
9046         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
9047         (gst_wavpack_parse_push_buffer):
9048         * ext/wavpack/gstwavpackparse.h:
9049         Improve discont handling by checking if the next Wavpack block has
9050         the expected, following block index.
9051
9052 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9053
9054         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
9055           Fix element description.
9056
9057 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9058
9059         * configure.ac:
9060         * docs/plugins/Makefile.am:
9061         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9062         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9063         * docs/plugins/gst-plugins-good-plugins.args:
9064         * docs/plugins/gst-plugins-good-plugins.hierarchy:
9065         * docs/plugins/gst-plugins-good-plugins.signals:
9066         * docs/plugins/inspect/plugin-autodetect.xml:
9067         * docs/plugins/inspect/plugin-gconfelements.xml:
9068         * docs/plugins/inspect/plugin-ladspa.xml:
9069         * docs/plugins/inspect/plugin-rtp.xml:
9070         * docs/plugins/inspect/plugin-wavpack.xml:
9071         * ext/Makefile.am:
9072         * tests/check/Makefile.am:
9073           move wavpack plugin.  See #352605.
9074
9075 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
9076
9077         * configure.ac:
9078         * docs/plugins/Makefile.am:
9079         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9080         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9081         * docs/plugins/gst-plugins-good-plugins.args:
9082         * sys/Makefile.am:
9083         * win32/MANIFEST:
9084         Add DirectDraw & DirectSound plugins to the build and docs.
9085
9086 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
9087
9088         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
9089         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
9090           When operating in pull mode, error out correct on not-linked.
9091
9092 2007-06-06  Andy Wingo  <wingo@pobox.com>
9093
9094         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
9095         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
9096         format and size if the ioctls are defined; should fix compilation
9097         on Linux < 2.16.19.
9098
9099 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
9100
9101         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
9102           Printf fixes in debug statements; use LOG level for debug statements
9103           that are printed for each and every frame; convert c++ comments to
9104           C-style comments; not much point using g_try_malloc() if we then not
9105           even check the return value.
9106
9107 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
9108
9109         * configure.ac:
9110           Bump requirements to released versions (core and base 0.10.13).
9111
9112         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
9113           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
9114           own implementation.
9115
9116 2007-06-05  Andy Wingo  <wingo@pobox.com>
9117
9118         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
9119         some useless comments.
9120
9121         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
9122         frames before calling STREAMON, that might leave them in a state
9123         where they can't be dequeued if we go back to NULL without calling
9124         STREAMON, according to the docs.
9125         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
9126         before we call STREAMON.
9127         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
9128         failures. (For me this code hung.) The pool refcounting is still
9129         crack; added a note to that effect.
9130
9131 2007-06-05  Wim Taymans  <wim@fluendo.com>
9132
9133         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
9134         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
9135         Add support for mapping gst structure names to the MIME type equivalent.
9136         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
9137
9138 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
9139
9140         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
9141         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
9142         (gst_wavenc_chain), (gst_wavenc_change_state):
9143         * gst/wavenc/gstwavenc.h:
9144         Properly write wav files with width!=depth by having the depth most
9145         significant bytes set and all others zero. Fixes #442535.
9146
9147 2007-06-01  Wim Taymans  <wim@fluendo.com>
9148
9149         * gst/rtsp/rtspconnection.c:
9150         Add include to make buildbot happy.
9151
9152 2007-06-01  Wim Taymans  <wim@fluendo.com>
9153
9154         Patch by: Peter Kjellerstedt  <pkj at axis com>
9155
9156         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9157         (rtsp_connection_connect), (add_date_header),
9158         (rtsp_connection_send), (parse_response_status),
9159         (parse_request_line), (parse_line), (rtsp_connection_receive):
9160         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
9161         * gst/rtsp/rtspdefs.h:
9162         * gst/rtsp/rtspmessage.c: (key_value_foreach),
9163         (rtsp_message_init_request), (rtsp_message_init_response),
9164         (rtsp_message_remove_header), (rtsp_message_append_headers),
9165         (rtsp_message_dump):
9166         * gst/rtsp/rtspmessage.h:
9167         Improves version checking, allowing an RTSP server to reply with "505
9168         RTSP Version not supported.
9169         Adds a Date header to all messages.
9170         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
9171         want to be able to send a response even if something in the request was
9172         invalid. EINVAL is only used when passing wrong arguments to functions.
9173         Do not handle an invalid method in parse_request_line(). Defer this to
9174         the caller so it can respond with "405 Method Not Allowed".
9175         Improves parsing of the timeout parameter to the Session header,
9176         allowing whitespace after the semicolon. 
9177         Avoids a compiler warning due to variables shadowing a function argument.
9178
9179 2007-06-01  Wim Taymans  <wim@fluendo.com>
9180
9181         Based on Patch by: Daniel Charles <dcharles at ti dot com>
9182
9183         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
9184         (gst_rtp_amr_depay_process):
9185         * gst/rtp/gstrtpamrdepay.h:
9186         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
9187         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
9188         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
9189         * gst/rtp/gstrtpamrpay.h:
9190         Add support for AMR-WB.
9191         Small cleanups such as using BOILERPLATE.
9192
9193 2007-05-31  Wim Taymans  <wim@fluendo.com>
9194
9195         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
9196         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
9197
9198 2007-05-30  Andy Wingo  <wingo@pobox.com>
9199
9200         * sys/v4l2/gstv4l2object.h: 
9201         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
9202         unintended changes.
9203
9204         * sys/v4l2/v4l2src_calls.h: 
9205         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
9206         the format list in the order that the driver gives it to us.
9207         (gst_v4l2src_probe_caps_for_format_and_size)
9208         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
9209         based on the capabilities of the device.
9210         (gst_v4l2src_grab_frame): Update for object variable renaming.
9211         (gst_v4l2src_set_capture): Update to be strict in its parameters,
9212         as in the set_caps below.
9213         (gst_v4l2src_capture_init): Update for object variable renaming,
9214         and reflow.
9215         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
9216         (gst_v4l2src_capture_deinit): Update for object variable renaming.
9217         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
9218         (gst_v4l2src_get_fps): Remove; these functions don't have much
9219         meaning outside of an atomic set_caps method.
9220         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
9221         known.
9222
9223         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
9224         call to update_fps; not sure about this change.
9225         (gst_v4l2_tuner_set_norm): Work around the fact that for the
9226         moment we don't have an update_fps_func.
9227
9228         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
9229         structures in the object, just store what we need. Do store the
9230         probed caps of the device. Don't store the current frame rate.
9231
9232         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
9233         update_fps_function, for now. Update for new object variable
9234         naming.
9235         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
9236         new object variable naming.
9237         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
9238         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
9239         (gst_v4l2src_get_caps): Rework to probe the device for supported
9240         frame sizes and frame rates.
9241         (gst_v4l2src_set_caps): Rework to be strict in the given
9242         parameters: if someone asks us to have a certain size and rate,
9243         that is what we configure.
9244         (gst_v4l2src_get_read): Update for object variable naming. Don't
9245         leak buffers on short reads.
9246         (gst_v4l2src_get_mmap): Update for object variable naming, and add
9247         comments.
9248         (gst_v4l2src_create): Update for object variable naming.
9249
9250 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
9251
9252         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
9253         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
9254         * gst/avi/gstavidemux.h:
9255           Parse subtitle text streams instead of erroring out (#442034). Still
9256           needs a parser for the subtitles to actually show up.
9257
9258 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
9259
9260         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
9261         (gst_avi_demux_loop):
9262           Make _push_event() return TRUE if the event could be pushed on at
9263           least one pad and not only if it could be pushed on all pads,
9264           otherwise we'll end up posting an error message on EOS if one or
9265           more source pads are not connected.
9266
9267 2007-05-28  Wim Taymans  <wim@fluendo.com>
9268
9269         * gst/rtsp/rtsptransport.c:
9270         Use renamed RTP bin.
9271
9272 2007-05-28  Wim Taymans  <wim@fluendo.com>
9273
9274         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
9275
9276         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
9277         (gst_video_box_set_property), (gst_video_box_transform_caps),
9278         (video_box_recalc_transform), (gst_video_box_set_caps),
9279         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
9280         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
9281         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
9282         (gst_video_box_i420_i420), (gst_video_box_transform),
9283         (plugin_init):
9284         Add AYUV->AYUV and AYUV->I420 formats. 
9285         Fix negotiation and I420->AYUV conversion.
9286         Fixes #429329.
9287
9288 2007-05-26  Wim Taymans  <wim@fluendo.com>
9289
9290         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
9291         Use different variables for nested for loops so that the outer loop
9292         functions properly and speex files with multiple frames per buffer work
9293         properly.
9294         Fixes #441408.
9295
9296 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9297
9298         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
9299           Don't leak newsegment events.
9300
9301 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9302
9303         * gst/wavparse/Makefile.am:
9304           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
9305           drags it in.
9306
9307 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9308
9309         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
9310         (notgst_value_array_append_buffer),
9311         (gst_flac_enc_process_stream_headers),
9312         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
9313         (gst_flac_enc_change_state):
9314         * ext/flac/gstflacenc.h:
9315           Collect headers, add "streamheader" field to output caps and set
9316           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
9317           produces output according to the official FLAC-to-Ogg mapping
9318           instead of completely broken files. Fixes #426044.
9319
9320 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
9321
9322         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
9323         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
9324         (gst_id3demux_sink_event):
9325         * gst/id3demux/gstid3demux.h:
9326         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
9327         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
9328         (gst_tag_demux_send_new_segment):
9329         Handle and adjust new-segment events so that downstream really
9330         sees a stream with the tag pieces stripped off the front and back.
9331         Fixes strangeness in seeking when mp3 decoders use the new-segment
9332         byte position to estimate their current playback position timestamp
9333         and then the arriving buffers don't match up.
9334
9335 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
9336
9337         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
9338           Don't unnecessarily perform a READY->NULL->READY transition on the
9339           detected audio sink when starting up. Fixes: #440127
9340
9341 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
9342
9343         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
9344         (gst_flac_enc_chain):
9345           Don't crash in chain function if setcaps hasn't been called.
9346
9347 2007-05-24  Wim Taymans  <wim@fluendo.com>
9348
9349         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
9350         Init value to avoid infinte loops.
9351
9352 2007-05-24  Wim Taymans  <wim@fluendo.com>
9353
9354         Patch by: Peter Kjellerstedt  <pkj at axis com>
9355
9356         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
9357         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
9358         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
9359         (gst_rtspsrc_play):
9360         (rtsp_connection_send), (rtsp_connection_receive):
9361         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
9362         Fix for new API.
9363
9364         * gst/rtsp/rtspconnection.c: (add_auth_header),
9365         Only add authorisation and session headers when sending messages.
9366
9367         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
9368         (rtsp_message_init_request), (rtsp_message_init_response),
9369         (rtsp_message_unset), (rtsp_message_add_header),
9370         (rtsp_message_remove_header), (rtsp_message_get_header),
9371         (rtsp_message_append_headers), (dump_key_value),
9372         (rtsp_message_dump):
9373         * gst/rtsp/rtspmessage.h:
9374         Add support for multiple headers of the same type by storing the parsed
9375         headers in a GArray instaed of a hashtable.
9376
9377 2007-05-21  Wim Taymans  <wim@fluendo.com>
9378
9379         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
9380         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
9381         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
9382         safer shutdown.
9383
9384 2007-05-21  Wim Taymans  <wim@fluendo.com>
9385
9386         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
9387         * gst/rtsp/gstrtpdec.h:
9388         Added signal for backwards compat.
9389
9390 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
9391         
9392         Patch by: René Stadler <mail at renestadler dot de>
9393
9394         * configure.ac:
9395         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
9396         (gst_au_parse_parse_header), (gst_au_parse_chain):
9397         * gst/auparse/gstauparse.h:
9398         Use audioconvert for converting from non-native endianness floats
9399         in auparse instead of doing it ourself. Fixes #424527.
9400         This needs the audioconvert from plugins-base CVS.
9401         
9402 2007-05-21  Wim Taymans  <wim@fluendo.com>
9403
9404         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
9405         (gst_rtp_h263p_pay_flush):
9406         Fix enum registration.
9407
9408 2007-05-21  Wim Taymans  <wim@fluendo.com>
9409
9410         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
9411
9412         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
9413         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
9414         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
9415         (gst_rtp_h263p_pay_flush):
9416         * gst/rtp/gstrtph263ppay.h:
9417         Add new fragmentation mode base on GOB headers. Fixes #438940.
9418
9419 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
9420
9421         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
9422           Printf format fix.
9423
9424 2007-05-18  Wim Taymans  <wim@fluendo.com>
9425
9426         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
9427         Don't crash when an unsupported transport error was returned by the
9428         server, just try to configure the next stream. Fixes #439255.
9429
9430 2007-05-18  Wim Taymans  <wim@fluendo.com>
9431
9432         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
9433         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
9434         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
9435         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9436         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
9437         * gst/rtsp/gstrtspsrc.h:
9438         Add TCP timeout property and use it for all TCP connection.
9439
9440         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9441         (rtsp_connection_write), (rtsp_connection_next_timeout),
9442         (rtsp_connection_reset_timeout):
9443         Make connect and writes cancelable and make them use the timeout.
9444
9445 2007-05-18  Wim Taymans  <wim@fluendo.com>
9446
9447         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
9448         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
9449         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9450         (gst_rtspsrc_setup_streams):
9451         Refactor timeout handling.
9452         Also send keep-alive when dealing with TCP transport.
9453
9454         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9455         (rtsp_connection_free), (rtsp_connection_next_timeout),
9456         (rtsp_connection_reset_timeout):
9457         * gst/rtsp/rtspconnection.h:
9458         Use a timer to handle the session timeouts, add some methods to deal
9459         with timeouts.
9460
9461 2007-05-17  Wim Taymans  <wim@fluendo.com>
9462
9463         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
9464         (gst_rtspsrc_setup_streams):
9465         Ignore streams that fail the setup command, we will retry with a
9466         different transport later on.
9467
9468         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
9469         (rtsp_ext_wms_configure_stream):
9470         Fix encoding name case.
9471
9472 2007-05-16  Edward Hervey  <edward@fluendo.com>
9473
9474         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
9475         Fix build on macosx.
9476
9477 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
9478
9479         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
9480         Replace direct comparison of a string with the string literal "" with
9481         a comparison of the first character with '\0'. Fixes #438926.
9482
9483 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9484
9485         * gst/debug/breakmydata.c (gst_break_my_data_init):
9486           One more try. This should be the proper fix now.
9487
9488 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9489
9490         * gst/debug/breakmydata.c:
9491           Ooops, no // comments please.
9492
9493 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9494
9495         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
9496         (gst_break_my_data_init):
9497           Fix gst_buffer_is_writable() assertion.
9498
9499 2007-05-14  David Schleef  <ds@schleef.org>
9500
9501         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
9502           video/x-raw-bayer.  Fixes #314160.
9503
9504 2007-05-14  Wim Taymans  <wim@fluendo.com>
9505
9506         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
9507         (gst_rtp_theora_depay_parse_configuration):
9508         * gst/rtp/gstrtptheorapay.c: (encode_base64),
9509         (gst_rtp_theora_pay_finish_headers),
9510         (gst_rtp_theora_pay_handle_buffer):
9511         Update theora pay/depayloader in a similar to vorbis.
9512
9513         * gst/rtp/gstrtpvorbisdepay.c:
9514         (gst_rtp_vorbis_depay_parse_configuration):
9515         Update docs.
9516
9517 2007-05-14  Wim Taymans  <wim@fluendo.com>
9518
9519         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
9520         When we try to execute a method that is not supported by the server,
9521         don't error out but remove the method from the accepted methods so that
9522         we never try to perform this method again.
9523
9524 2007-05-14  Wim Taymans  <wim@fluendo.com>
9525
9526         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
9527         Remove annoying _dump_mem.
9528
9529 2007-05-14  Wim Taymans  <wim@fluendo.com>
9530
9531         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
9532         Parse range correctly.
9533
9534         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
9535         The baseurl now always has a '/' at the start.
9536
9537 2007-05-14  Wim Taymans  <wim@fluendo.com>
9538
9539         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
9540         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
9541         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
9542         Factor out caps configuration and configure more stuff such as the time
9543         ranges and speed/scale values.
9544
9545         * gst/rtsp/rtsptransport.c:
9546         Add Copyright after non-trival fixes.
9547
9548 2007-05-12  Wim Taymans  <wim@fluendo.com>
9549
9550         Patch by: Peter Kjellerstedt  <pkj at axis com>
9551
9552         * gst/rtsp/gstrtspsrc.h:
9553         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
9554         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
9555         (rtsp_message_get_header):
9556         * gst/rtsp/rtspmessage.h:
9557         Make channel guint8 where possible.
9558         Make rtsp_message_init_data() take the channel as a guint8.
9559
9560         * gst/rtsp/rtspdefs.c:
9561         Fixed a typo: Timout -> Timeout
9562
9563         * gst/rtsp/rtspdefs.h:
9564         Make RTSP_CHECK() behave as a statement.
9565
9566         * gst/rtsp/sdpmessage.c:
9567         Avoid a compiler warning in INIT_ARRAY().
9568         Fixes #437692.
9569
9570 2007-05-12  Wim Taymans  <wim@fluendo.com>
9571
9572         Patch by: Peter Kjellerstedt  <pkj at axis com>
9573
9574         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
9575         (rtsp_url_get_request_uri):
9576         * gst/rtsp/rtspurl.h:
9577         Add support for query parameters to RTSP URLs.
9578
9579 2007-05-12  Wim Taymans  <wim@fluendo.com>
9580
9581         Patch by: Peter Kjellerstedt  <pkj at axis com>
9582
9583         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
9584         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
9585         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
9586         (rtsp_transport_parse), (rtsp_transport_as_text):
9587         * gst/rtsp/rtsptransport.h:
9588         Add validation to rtsp_transport_parse().
9589         Add rtsp_transport_as_text() to generate an RTSP header from an
9590         RTSPTransport.
9591         Change ssrc to guint (was a string) since that is what it is, even
9592         though it is sent as a hex string.
9593         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
9594         incorrect, which can be seen when looking at the examples in the RFC).
9595         Fixes #437670.
9596
9597 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
9598
9599         Patch by: Eric Anholt
9600
9601         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
9602           gst_ximage_src_ximage_get):
9603         Use union of all damage between frames to make it faster.
9604         Fixes bug #342463.
9605         Also fix crasher when cursor is at bottom right of window.
9606
9607 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
9608
9609         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9610           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
9611           streaming mode regression for file from #343837 with 'bext' chunk
9612           before the 'fmt' chunk.
9613
9614 2007-05-11  Wim Taymans  <wim@fluendo.com>
9615
9616         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
9617         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
9618         (gst_rtspsrc_handle_src_event),
9619         (gst_rtspsrc_stream_configure_manager),
9620         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
9621         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
9622         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
9623         * gst/rtsp/gstrtspsrc.h:
9624         * gst/rtsp/rtspdefs.h:
9625         Preliminary seek support.
9626         Activate internal pads so that we can receive events on them.
9627         Don't try to parse a range string when it's NULL.
9628
9629 2007-05-11  Wim Taymans  <wim@fluendo.com>
9630
9631         * gst/rtp/README:
9632         Update README with new RTP variables that will be used for
9633         synchronisation.
9634
9635         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
9636         (gst_rtp_vorbis_depay_parse_configuration),
9637         (gst_rtp_vorbis_depay_process):
9638         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
9639         (gst_rtp_vorbis_pay_finish_headers),
9640         (gst_rtp_vorbis_pay_handle_buffer):
9641         Update vorbis pay and depayloader to draft-04.
9642
9643 2007-05-11  Wim Taymans  <wim@fluendo.com>
9644
9645         * gst/rtsp/rtsptransport.c:
9646         UDP MCAST is actually the default for RTP/AVP.
9647 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
9648
9649         * gst/level/gstlevel.c: (gst_level_transform_ip):
9650         Use guint8 * instead of gpointer then vs6 can build 
9651         in_data += (filter->width / 8).
9652
9653 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
9654
9655         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
9656           gst_ximage_src_ximage_get):
9657         * sys/ximage/gstximagesrc.h (last_ximage):
9658         When using Damage actually keep the last frame, and not assume
9659         that the buffer we get already has the last frame on it.
9660         Copy the cursor over if we specify a non-zero start x and
9661         start y.
9662
9663 2007-05-11  Wim Taymans  <wim@fluendo.com>
9664
9665         * gst/rtsp/rtsptransport.c:
9666         Make UDP the default transport when not specified.
9667
9668 2007-05-09  David Schleef  <ds@schleef.org>
9669
9670         * gst/level/gstlevel.c:
9671           Revert last change.
9672
9673 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
9674
9675         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
9676         (gst_level_transform_ip):
9677         Use guint8 * instead of gpointer then vs6 know the size of data
9678         pointed when moving the pointer.
9679         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
9680         Move instructions after variables declaration.
9681         * win32/vs6/autogen.dsp:
9682         * win32/vs6/libgstrtp.dsp:
9683         * win32/vs6/libgstrtsp.dsp:
9684         Update vs6 project files.
9685
9686 2007-05-09  Wim Taymans  <wim@fluendo.com>
9687
9688         * gst/rtsp/Makefile.am:
9689         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
9690         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
9691         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
9692         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
9693         (rtsp_range_free):
9694         * gst/rtsp/rtsprange.h:
9695         Add code to parse time ranges.
9696         Report DURATION on the stream when possible.
9697
9698 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
9699
9700         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
9701         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
9702         (gst_videomixer_collected):
9703           Fix strides calculation for AYUV (it's just width*4) (#436910).
9704
9705 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
9706
9707         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
9708         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
9709         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
9710         Sync the GObject properties before each processing step to properly
9711         work with the controller.
9712
9713 2007-05-04  Wim Taymans  <wim@fluendo.com>
9714
9715         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
9716         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9717         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
9718         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
9719         (gst_rtspsrc_change_state):
9720         Let more error state trickle down so that we can catch more error
9721         cases.
9722         Handle keep-alive a little smarter by selecting a method the server
9723         actually supports.
9724         Fix a race in UDP streaming shutdown.
9725
9726 2007-05-04  Wim Taymans  <wim@fluendo.com>
9727
9728         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
9729         Ignore errors when trying to use the keep-alive messages.
9730
9731 2007-05-04  Wim Taymans  <wim@fluendo.com>
9732
9733         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
9734         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
9735         (gst_rtspsrc_stream_configure_manager),
9736         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
9737         (gst_rtspsrc_stream_configure_mcast),
9738         (gst_rtspsrc_stream_configure_udp),
9739         (gst_rtspsrc_stream_configure_udp_sink),
9740         (gst_rtspsrc_stream_configure_transport):
9741         Send RTCP messages back to the server over the TCP connection.
9742
9743         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
9744         (rtsp_connection_send), (rtsp_connection_read), (read_body),
9745         (rtsp_connection_receive):
9746         * gst/rtsp/rtspconnection.h:
9747         Factor out and expose lowlevel _write and _read methods.
9748         Implement sending data messages to the server.
9749
9750 2007-05-03  Wim Taymans  <wim@fluendo.com>
9751
9752         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
9753         (gst_multipart_mux_collected):
9754         Fix timestamps on outgoing buffers.
9755
9756 2007-05-03  Wim Taymans  <wim@fluendo.com>
9757
9758         * gst/multipart/multipartmux.c:
9759         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
9760         (gst_multipart_mux_change_state):
9761         Emit NEWSEGMENT events before pushing the first buffer.
9762
9763 2007-05-03  Wim Taymans  <wim@fluendo.com>
9764
9765         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
9766         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
9767         (gst_rtspsrc_handle_src_query),
9768         (gst_rtspsrc_stream_configure_manager),
9769         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
9770         (gst_rtspsrc_stream_configure_mcast),
9771         (gst_rtspsrc_stream_configure_udp),
9772         (gst_rtspsrc_stream_configure_udp_sink),
9773         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
9774         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
9775         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9776         (gst_rtspsrc_pause):
9777         Refactor transport configuration code.
9778         Create internal pads for TCP transport so that we can implement events
9779         and queries.
9780         Handle events and queries.
9781         Parse range from the SDP.
9782         Fix race in pause handler where the connection could still be flushing.
9783
9784 2007-05-02  Wim Taymans  <wim@fluendo.com>
9785
9786         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9787         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
9788         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
9789         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
9790         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
9791         (gst_rtspsrc_change_state):
9792         * gst/rtsp/gstrtspsrc.h:
9793         Fix race when multiple udp sources post timeouts, just act on the first
9794         received timeout.
9795         Protect stream list with a recursive lock to fix some races.
9796         Flush connection when we need to do a reconnect or stop.
9797         Make state lock recursive.
9798
9799         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9800         (rtsp_connection_close):
9801         Some small cleanups.
9802
9803 2007-05-02  Wim Taymans  <wim@fluendo.com>
9804
9805         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9806         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
9807         Only set DISCONT when there actually is a discont or when we just
9808         started.
9809
9810 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
9811
9812         * ext/flac/gstflac.c: (plugin_init):
9813         Call bindtextdomain() to get localized strings.
9814
9815 2007-05-02  Wim Taymans  <wim@fluendo.com>
9816
9817         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9818         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
9819         (gst_wavparse_stream_data):
9820         * gst/wavparse/gstwavparse.h:
9821         Be a bit more clever when dealing with VBR files with FACT tags, we
9822         don't want to timestamp buffers in that case but the estimated BPS can
9823         be used for seeking.
9824         Only send close segment in the streaming thread.
9825
9826 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
9827
9828         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
9829         Correctly post an error on the bus if something went wrong in the loop
9830         function. This fixes a few cases where the task was paused and nothing
9831         happened anymore.
9832
9833 2007-05-02  Wim Taymans  <wim@fluendo.com>
9834
9835         * gst/rtsp/test.c: (main):
9836         Fix compilation of deprecated test just because I'm too lazy to delete
9837         it.
9838
9839 2007-05-02  Wim Taymans  <wim@fluendo.com>
9840
9841         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9842         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
9843         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
9844         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
9845         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
9846         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
9847         * gst/rtsp/gstrtspsrc.h:
9848         Fix sending RTCP to the right place.
9849         Fix bug in reffing the wrong UDP element.
9850         Use new pad names for the session manager.
9851         Implement handling server requests in interleaved and UDP modes.
9852         Handle session keep-alive in UDP modes.
9853         Remove GCond for handling UDP timeouts.
9854
9855         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9856         (rtsp_connection_send), (rtsp_connection_read), (read_body),
9857         (rtsp_connection_receive), (rtsp_connection_close):
9858         * gst/rtsp/rtspconnection.h:
9859         Store connection IP address for later.
9860         Add timeout args to all operations that might block forever.
9861         Parse session timeout.
9862         Only close sockets when not already closed.
9863
9864         * gst/rtsp/rtspdefs.c:
9865         * gst/rtsp/rtspdefs.h:
9866         Add timeout return value and error string.
9867
9868         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
9869         Add small comment.
9870
9871 2007-05-01  Wim Taymans  <wim@fluendo.com>
9872
9873         Patch by: Sjoerd Simons <sjoerd at luon dot net>
9874
9875         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
9876         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
9877         * gst/rtp/gstrtpmp4vpay.h:
9878         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
9879
9880 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
9881
9882         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9883           Remove v4l2src from docs, since it breaks the docs build, and the
9884           plugin is only built if --enable-experimental is used anyway.
9885
9886         * docs/plugins/Makefile.am:
9887           Spaces => tab.
9888
9889 2007-04-29  Wim Taymans  <wim@fluendo.com>
9890
9891         * gst/udp/gstmultiudpsink.c: (leave_multicast),
9892         (gst_multiudpsink_add), (gst_multiudpsink_remove):
9893         Add code to drop membership of a multicast group.
9894
9895         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
9896         (gst_udpsink_set_uri):
9897         Implement URI handler.
9898
9899         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
9900         (gst_rtspsrc_parse_rtpinfo):
9901         Use URI handler to make udpsink instace.
9902         Improve code to configure port and destination.
9903
9904 2007-04-29  Wim Taymans  <wim@fluendo.com>
9905
9906         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
9907         Fix multicast detection.
9908         Don't try to join a multicast group if the address is not multicast.
9909
9910         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
9911         Small debug improvement.
9912
9913 2007-04-27  Wim Taymans  <wim@fluendo.com>
9914
9915         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
9916         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9917         (gst_rtspsrc_handle_message):
9918         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
9919         parent.
9920
9921 2007-04-27  Wim Taymans  <wim@fluendo.com>
9922
9923         * gst/rtp/gstrtpilbcdepay.h:
9924         Fix mode property when specified as an arg.
9925
9926 2007-04-26  Edward Hervey  <edward@fluendo.com>
9927
9928         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9929         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9930         * docs/plugins/gst-plugins-good-plugins.hierarchy:
9931         * docs/plugins/inspect/plugin-osxaudio.xml:
9932         Add documentation for osxaudio plugin.
9933
9934 2007-04-26  Wim Taymans  <wim@fluendo.com>
9935
9936         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9937         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
9938         (gst_rtspsrc_open), (gst_rtspsrc_close),
9939         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9940         (gst_rtspsrc_pause):
9941         * gst/rtsp/gstrtspsrc.h:
9942         Protect state changes with a lock.
9943
9944         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9945         (parse_line):
9946         * gst/rtsp/rtspconnection.h:
9947         Remove some unused stuff.
9948
9949 2007-04-26  Wim Taymans  <wim@fluendo.com>
9950
9951         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
9952         Handle the case where there are exactly 0 bytes to read and the ioctl
9953         did not report an error. Fixes #433530.
9954
9955 2007-04-26  Wim Taymans  <wim@fluendo.com>
9956
9957         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9958         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
9959         * gst/wavparse/gstwavparse.h:
9960         Apply DISCONT to buffers.
9961         Only apply timestamp to the first sample after a DISCONT, too many VBR
9962         files cause random jitter in the timestamps. Fixes #433119.
9963
9964 2007-04-25  Wim Taymans  <wim@fluendo.com>
9965
9966         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
9967         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
9968         (gst_rtp_dec_get_property):
9969         * gst/rtsp/gstrtpdec.h:
9970         Add dummy latency property to be backwards compat with rtpbin.
9971
9972         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
9973         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
9974         (gst_rtspsrc_stream_configure_transport),
9975         (gst_rtspsrc_parse_rtpinfo):
9976         * gst/rtsp/gstrtspsrc.h:
9977         Add latency property and configure in the session manager.
9978         Don't set invalid clock-base and seqnum-base on caps, some servers
9979         sometimes don't send them.
9980
9981 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9982
9983         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
9984         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
9985           Double-check that RGB input caps are really RGBA caps (apparently
9986           the core doesn't always catch it if those caps aren't a subset of
9987           our template caps, also see #421543). Fixes #429319 in a way.
9988           Also, don't leak the pad template in the transform_caps function.
9989
9990         * tests/check/Makefile.am:
9991         * tests/check/elements/.cvsignore:
9992         * tests/check/elements/alphacolor.c: (setup_alphacolor),
9993         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
9994         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
9995         (GST_START_TEST), (alphacolor_suite):
9996           Add some basic unit tests for alphacolor.
9997
9998 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9999
10000         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
10001           If we get a fatal flow return in the loop function, first post the
10002           error message and only then send the EOS event downstream, otherwise
10003           applications might get an eos message before the error message and
10004           think everything was ok (related to #429319).
10005
10006 2007-04-25  Wim Taymans  <wim@fluendo.com>
10007
10008         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
10009         Read the channel byte as an unsigned byte.
10010
10011 2007-04-25  Wim Taymans  <wim@fluendo.com>
10012
10013         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
10014         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
10015         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
10016         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
10017         (gst_rtp_gsm_depay_setcaps):
10018         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
10019         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
10020         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
10021         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
10022         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
10023         (gst_ilbc_depay_get_property):
10024         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
10025         * gst/rtp/gstrtpmp4adepay.c:
10026         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
10027         (gst_rtp_pcma_depay_setcaps):
10028         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
10029         (gst_rtp_pcmu_depay_setcaps):
10030         Make sure we configure the clock_rate in the baseclass in the setcaps
10031         function. Fixes #431282.
10032
10033 2007-04-25  Wim Taymans  <wim@fluendo.com>
10034
10035         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
10036         (gst_rtspsrc_stream_free), (request_pt_map),
10037         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
10038         * gst/rtsp/gstrtspsrc.h:
10039         Parse server address from SDP.
10040         Hook up a udpsink to send RTCP back to the server.
10041
10042         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10043         * gst/rtsp/rtsptransport.h:
10044         Add some docs.
10045
10046 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
10047
10048         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10049           Make header field check conditional. Fixes #433135
10050
10051 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
10052
10053         * docs/plugins/Makefile.am:
10054         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10055         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10056         * docs/plugins/inspect/plugin-alphacolor.xml:
10057         * gst/alpha/Makefile.am:
10058         * gst/alpha/gstalphacolor.c:
10059         * gst/alpha/gstalphacolor.h:
10060           Add minimal docs blurb to alphacolor; split out headers into
10061           separate header file for gtk-doc.
10062
10063 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10064
10065         * gst/debug/progressreport.c: (gst_progress_report_report):
10066           Don't try to post NULL message (in case we can't query upstream
10067           position or duration).
10068
10069 2007-04-18  Michael Smith  <msmith@fluendo.com>
10070
10071         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
10072         (gst_cutter_get_caps):
10073         * gst/cutter/gstcutter.h:
10074           Fix some of the most obvious bugs in cutter. Now doesn't leak
10075           everything if input is silent.
10076
10077 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
10078
10079         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
10080         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
10081         * gst/wavenc/gstwavenc.h:
10082         Wav apparently only supports width==GST_ROUND_UP(depth), everything
10083         else results in a invalid block align and invalid files.
10084
10085 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
10086
10087         Patch by: Snaik <snaik32 gmail com>
10088
10089         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
10090           Add missing break statement for BOX_HORIZONTAL case.
10091
10092 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
10093
10094         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
10095
10096         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10097         Use correct format strings for integer types.
10098
10099 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
10100
10101         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10102         (gst_wavparse_create_sourcepad):
10103         Use gst_riff_create_audio_template_caps () instead of the local caps.
10104         This makes updates of the local caps unecessary whenever libgstriff
10105         gets support for new formats.
10106
10107 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
10108
10109         Patch by: Brian Cameron  <brian.cameron at sun dot com>
10110
10111         * sys/sunaudio/gstsunaudio.c:
10112         * sys/sunaudio/gstsunaudiomixer.c:
10113         * sys/sunaudio/gstsunaudiomixer.h:
10114         * sys/sunaudio/gstsunaudiomixerctrl.c:
10115         * sys/sunaudio/gstsunaudiomixerctrl.h:
10116         * sys/sunaudio/gstsunaudiomixertrack.h:
10117         * sys/sunaudio/gstsunaudiosink.c:
10118         * sys/sunaudio/gstsunaudiosink.h:
10119         * sys/sunaudio/gstsunaudiosrc.c:
10120         * sys/sunaudio/gstsunaudiosrc.h:
10121           Fix and/or update copyright attributions (#430228).
10122
10123 2007-04-13  Wim Taymans  <wim@fluendo.com>
10124
10125         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10126         Fix docs.
10127
10128         * gst/rtsp/URLS:
10129         Add some more example urls.
10130
10131         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
10132         (gst_rtp_dec_chain_rtp):
10133         Better debugging.
10134
10135         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
10136         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
10137         (gst_rtspsrc_parse_rtpinfo):
10138         Remove unused code.
10139
10140 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
10141
10142         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10143         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10144         (gst_wavparse_stream_data):
10145           Relax the audio/mpeg caps again and add FIXME: comment.
10146
10147 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
10148
10149         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10150         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10151         (gst_wavparse_stream_data):
10152         * gst/wavparse/gstwavparse.h:
10153           More sanity check for the header fields. Fix type for 'rate' header
10154           field.
10155
10156 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
10157
10158         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
10159         (gst_icydemux_unicodify):
10160           If the metadata strings we get in the stream are not UTF-8, try to
10161           interpret them according to the character encodings specified in the
10162           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
10163           only fall back to locale/ISO-8859-1 if those aren't set or don't
10164           work. Should fix #428901.
10165
10166 2007-04-12  Wim Taymans  <wim@fluendo.com>
10167
10168         * gst/rtp/gstrtph264depay.c:
10169         Use the proper sync word for SPS and PPS.
10170
10171 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
10172
10173         * gst/rtp/Makefile.am:
10174         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
10175           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
10176         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
10177           Add a simple hashing implementation that we can use to generate
10178           a 24-bit ident value based on the codebooks for vorbis and theora.
10179         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
10180           gst_rtp_theora_pay_handle_buffer):
10181         * gst/rtp/gstrtpvorbisdepay.c
10182           (gst_rtp_vorbis_depay_parse_configuration,
10183           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
10184         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
10185           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
10186           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
10187           Use the hashing function, ensuring that the same codebooks result
10188           in the same ident and thus the same SDP description.
10189           Various log fixes/changes.
10190
10191 2007-04-12  Wim Taymans  <wim@fluendo.com>
10192
10193         Patch by: jerry tan <jerry dot tan at sun dot com>
10194
10195         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
10196         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
10197         application's responsibility to make sure it open the device once.
10198         Remove a careless error if AUDIODEV is set. Fixes #392620.
10199
10200 2007-04-12  Wim Taymans  <wim@fluendo.com>
10201
10202         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
10203         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
10204         * gst/rtsp/gstrtpdec.h:
10205         Make backward compat with rtpbin by adding the request-pt-map signals.
10206
10207         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
10208         (new_session_pad), (request_pt_map),
10209         (gst_rtspsrc_stream_configure_transport),
10210         (gst_rtspsrc_stream_configure_caps),
10211         (gst_rtspsrc_activate_streams):
10212         * gst/rtsp/gstrtspsrc.h:
10213         Implement request-pt-map signals instead of setting caps on the buffers
10214         for the session manager.
10215
10216 2007-04-11  Wim Taymans  <wim@fluendo.com>
10217
10218         * gst/udp/gstudp.c: (plugin_init):
10219         Register GstNetBuffer in plugin_init so that the type can be used from
10220         multiple threads without races.
10221
10222 2007-04-10  Wim Taymans  <wim@fluendo.com>
10223
10224         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
10225         (gst_rtp_amr_depay_process):
10226         Fix depayloader clock_rate and some cleanups.
10227
10228         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
10229         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10230         * gst/rtp/gstrtph264depay.h:
10231         Don't push codec_data in the adapter because it might get flushed when
10232         we get a discont.
10233
10234         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10235         Handle multiple AU per packet.
10236
10237         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
10238         (gst_rtp_sv3v_depay_plugin_init):
10239         Disable rank, this one does not work.
10240         Remove timestamping, base class does that.
10241
10242 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
10243
10244         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
10245           limit caps to the formats we announce in the template
10246
10247         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10248         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10249         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
10250           fix some crashers/asserts when dealing with broken files
10251
10252 2007-04-10  Wim Taymans  <wim@fluendo.com>
10253
10254         Patch by: Peter Kjellerstedt  <pkj at axis com>
10255
10256         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10257         * gst/rtp/gstrtpL16depay.c:
10258         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10259         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
10260         (gst_rtp_speex_depay_setcaps):
10261         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
10262         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
10263         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
10264         Fix some compiler warnings. Fixes #428182.
10265
10266 2007-04-06  Wim Taymans  <wim@fluendo.com>
10267
10268         * gst/rtsp/Makefile.am:
10269         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
10270         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
10271         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
10272         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
10273         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
10274         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
10275         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
10276         (create_rtcp), (gst_rtp_dec_request_new_pad),
10277         (gst_rtp_dec_release_pad):
10278         * gst/rtsp/gstrtpdec.h:
10279         * gst/rtsp/gstrtsp.c: (plugin_init):
10280         Morph RTPDec into something compatible with RTPBin as a fallback.
10281         Various other style fixes.
10282
10283         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
10284         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
10285         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
10286         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
10287         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
10288         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
10289         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
10290         * gst/rtsp/gstrtspsrc.h:
10291         Implement RTPBin session manager handling.
10292         Don't try to add empty properties to caps.
10293         Implement fallback session manager, handling.
10294         Don't combine errors from RTCP streams, just ignore them.
10295
10296         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
10297         * gst/rtsp/rtsptransport.h:
10298         Implement fallback session manager.
10299         Make RTPBin the default one when available.
10300
10301 2007-04-05  Wim Taymans  <wim@fluendo.com>
10302
10303         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
10304         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
10305         This element is ready to be autoplugged.
10306
10307 2007-04-05  Julien MOUTTE  <julien@moutte.net>
10308
10309         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
10310         Don't leave the offsets defined by upstream element on the
10311         compressed data buffer we are pushing downstream. Make them
10312         GST_BUFFER_OFFSET_NONE.
10313
10314 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
10315
10316         * gst/avi/README:
10317         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10318         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
10319         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
10320         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
10321         (gst_avi_demux_calculate_durations_from_index),
10322         (gst_avi_demux_stream_header_push),
10323         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
10324         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
10325           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
10326
10327 2007-04-03  Wim Taymans  <wim@fluendo.com>
10328
10329         * gst/smpte/barboxwipes.c:
10330         Fix error as spotted by Snaik <snaik32 at gmail dot com>
10331
10332 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
10333
10334         * gst/wavparse/gstwavparse.c:
10335         Support audio/x-raw-float in wav files. This only works with
10336         plugins-base CVS, using an older version doesn't have any
10337         disadvantages though.
10338
10339 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
10340
10341         * configure.ac:
10342         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
10343         (gst_au_parse_parse_header), (gst_au_parse_chain):
10344         * gst/auparse/gstauparse.h:
10345         Revert last change as we don't want plugins-good to depend on
10346         plugins-base CVS now.
10347
10348 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10349
10350         * configure.ac:
10351         Require gst-plugins-base CVS for audioconvert with non-native
10352         float support and width/depth fix in libgstriff.
10353
10354         Patch by: René Stadler <mail at renestadler dot de>
10355
10356         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
10357         (gst_au_parse_parse_header), (gst_au_parse_chain):
10358         * gst/auparse/gstauparse.h:
10359         Don't swap the floats ourself if they're not in native endianness.
10360         Instead let audioconvert handle this. Fixes #339838.
10361
10362 2007-03-29  Wim Taymans  <wim@fluendo.com>
10363
10364         * gst/rtp/gstasteriskh263.h:
10365         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
10366         (gst_rtp_h263p_depay_change_state):
10367         * gst/rtp/gstrtph263pdepay.h:
10368         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10369         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
10370         (gst_rtp_h264_depay_change_state):
10371         * gst/rtp/gstrtph264depay.h:
10372         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
10373         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
10374         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10375         Flush adapter on disconts.
10376
10377 2007-03-29  Wim Taymans  <wim@fluendo.com>
10378
10379         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
10380         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
10381         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
10382         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
10383         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10384         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
10385         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
10386         (gst_rtp_mp4v_depay_process):
10387         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
10388         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
10389         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
10390         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
10391         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
10392         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
10393         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
10394         Use more efficient adapter and rtpbuffer methods when possible.
10395
10396 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10397
10398         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
10399         (gst_wavenc_sink_setcaps):
10400         Correctly handle width!=depth input.
10401         * gst/wavparse/gstwavparse.c:
10402         Already export in the caps that width==8 uses unsigned samples and
10403         everything else uses signed samples.
10404
10405 2007-03-29  Wim Taymans  <wim@fluendo.com>
10406
10407         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
10408
10409         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
10410         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
10411         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
10412         (gst_dynudpsink_close):
10413         * gst/udp/gstdynudpsink.h:
10414         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
10415         (gst_udpsrc_create), (gst_udpsrc_set_property),
10416         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
10417         * gst/udp/gstudpsrc.h:
10418         Rework the socket allocation a bit based on the sockfd argument so that
10419         it becomes usable.
10420         Add a closefd property to instruct the udp elements to close the custom
10421         file descriptors when going to READY. Fixes #423304.
10422         API:GstUDPSrc::closefd property
10423         API:GstDynUDPSink::closefd property
10424
10425 2007-03-29  Wim Taymans  <wim@fluendo.com>
10426
10427         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
10428
10429         * gst/rtp/Makefile.am:
10430         * gst/rtp/gstrtp.c: (plugin_init):
10431         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
10432         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
10433         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
10434         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
10435         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
10436         (gst_rtp_h264_pay_plugin_init):
10437         * gst/rtp/gstrtph264pay.h:
10438         Added H264 payloader. Fixes #423782.
10439
10440         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10441         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10442         Small fixes.
10443
10444 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10445
10446         * gst/wavparse/gstwavparse.c:
10447         Actually support depths from 1 to 32, not only 8 to 32.
10448
10449 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10450
10451         * gst/wavparse/gstwavparse.c:
10452         Add support for wav files containing audio/x-raw-int with random
10453         depths between 1 and 32 bits.
10454
10455 2007-03-28  Wim Taymans  <wim@fluendo.com>
10456
10457         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
10458
10459         * gst/rtp/Makefile.am:
10460         * gst/rtp/gstrtp.c: (plugin_init):
10461         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
10462         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
10463         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
10464         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
10465         (gst_rtp_mp4a_depay_get_property),
10466         (gst_rtp_mp4a_depay_change_state),
10467         (gst_rtp_mp4a_depay_plugin_init):
10468         * gst/rtp/gstrtpmp4adepay.h:
10469         Added MP4A-LATM depayloader. Fixes #417792.
10470
10471         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
10472         (gst_rtp_mp4v_depay_process):
10473         Fixup depayloader, setting codec_data, using more efficient adaptor and
10474         rtpbuffer handling.
10475
10476         * gst/rtsp/URLS:
10477         Add url to test above.
10478
10479 2007-03-25  Wim Taymans  <wim@fluendo.com>
10480
10481         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
10482         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
10483         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
10484         (gst_rtspsrc_media_to_caps),
10485         (gst_rtspsrc_stream_configure_transport),
10486         (gst_rtspsrc_stream_configure_caps),
10487         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
10488         * gst/rtsp/gstrtspsrc.h:
10489         Handle default clock-rates for static payload types, rearrange stuff so
10490         that the rtpmap field in the sdp can override the defaults.
10491         Parse RTP-Info field to get the seqnum and timebase fields that should
10492         go in the caps.
10493         Delay configuring caps after we got the RTP-Info from the PLAY reply from
10494         the server. 
10495
10496 2007-03-22  Wim Taymans  <wim@fluendo.com>
10497
10498         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
10499
10500         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
10501         Accept complex pipeline descriptions as an audio profile instead of just
10502         a single element. Fixes #420658.
10503
10504 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
10505
10506         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
10507           Rename registered type in preparation of GstTagDemux moving to
10508           -base at some point in the future.
10509
10510 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
10511
10512         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10513           Streaming mode fixes: don't unref buffer we don't own any longer;
10514           remove bogus adapter flush. Fixes #419338.
10515
10516 2007-03-17  David Schleef  <ds@schleef.org>
10517
10518         * REQUIREMENTS: Change the format to key/value, add a bunch of
10519           information, remove a bunch of requirements that are for
10520           other GStreamer packages.
10521
10522 2007-03-17  David Schleef  <ds@schleef.org>
10523
10524         * REQUIREMENTS: Fix a few things.  This file really needs a
10525         good once-over.
10526
10527 2007-03-15  Edward Hervey  <edward@fluendo.com>
10528
10529         * sys/Makefile.am:
10530         Don't forget to distribute the sys/osxaudio/ directory.
10531
10532 2007-03-15  Edward Hervey  <edward@fluendo.com>
10533
10534         * configure.ac:
10535         * sys/Makefile.am:
10536         * sys/osxaudio/Makefile.am:
10537         * sys/osxaudio/gstosxaudio.c:
10538         * sys/osxaudio/gstosxaudiosink.c:
10539         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
10540         (gst_osx_audio_sink_getcaps),
10541         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
10542         * sys/osxaudio/gstosxaudiosrc.c:
10543         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
10544         (gst_osx_audio_src_create_ringbuffer):
10545         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
10546         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
10547         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
10548         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
10549         * sys/osxaudio/gstosxringbuffer.h:
10550         Activate osxaudio in gst-plugins-good with proper build setup.
10551         Add inlined documentation.
10552         Fix debug statements
10553         Fix ringbuffer when pausing.
10554         Fixes #323471
10555
10556 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
10557         * gst/rtp/gstrtppcmapay.c:
10558         * gst/rtp/gstrtppcmapay.h:
10559         * gst/rtp/gstrtppcmupay.c:
10560         * gst/rtp/gstrtppcmupay.h:
10561         Ported mulaw and alaw payloaders to use new base class
10562
10563 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10564
10565         * po/af.po:
10566         * po/az.po:
10567         * po/cs.po:
10568         * po/en_GB.po:
10569         * po/it.po:
10570         * po/nl.po:
10571         * po/or.po:
10572         * po/sq.po:
10573         * po/sr.po:
10574         * po/sv.po:
10575         * po/uk.po:
10576         * po/vi.po:
10577           Update translations.
10578
10579 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
10580
10581         * configure.ac:
10582           Fix string replace error (AG_AG_GST_* => AG_GST_*).
10583
10584 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
10585
10586         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
10587           Fix handling of -1 values for start and stop values when seeking,
10588           and SEEK_CUR+SEEK_END here as well.
10589
10590 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
10591
10592         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
10593           Fix handling of -1 values for start and stop values when seeking, 
10594           and SEEK_CUR+SEEK_END.
10595
10596 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
10597
10598         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
10599           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
10600           the image format a variable-length NUL-terminated string; in
10601           versions before that the image format is a fixed-length string of
10602           3 characters (see #348644 for a sample tag).
10603           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
10604
10605 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
10606
10607         * win32/MANIFEST:
10608         Add new project files to MANIFEST.
10609         * win32/vs6/libgstaudiofx.dsp:
10610         * win32/vs6/libgstrtp.dsp:
10611         * win32/vs6/libgstrtsp.dsp:
10612         Update project files.
10613         
10614 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
10615
10616         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
10617         (gst_avi_demux_parse_index):
10618         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
10619         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
10620           Printf format fixes; also add some missing quotes in translated
10621           strings. Fixes #416728 and #416727.
10622
10623 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10624
10625         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
10626           Tim and I can't think of any reason the child audio sink needs to 
10627           be set back to NULL after successfully determining that it can 
10628           reach READY - it gets immediately set back to READY by the caller
10629           anyway, causing an unnecessary close/open of any audio devices
10630           involved.
10631
10632 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10633
10634         * po/LINGUAS:
10635         * po/ja.po:
10636           Add ja.po file from #377306.
10637
10638 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10639
10640         * sys/sunaudio/gstsunaudio.c: (plugin_init):
10641         * sys/sunaudio/gstsunaudiomixertrack.c:
10642         (gst_sunaudiomixer_track_new):
10643           Actually translate sunaudio mixer track labels instead of just
10644           marking the strings as translatable (#377306); clean up weird
10645           label string mapping code that serves no apparent purpose. Also
10646           set the 'untranslated-label' property when creating mixer tracks
10647           if the GstMixerTrack base class supports this.
10648
10649         * tests/check/Makefile.am:
10650         * tests/check/elements/.cvsignore:
10651         * tests/check/elements/sunaudio.c: (GST_START_TEST),
10652         (sunaudio_suite):
10653           Very minimalistic unit test for sunaudiomixer element (compiles, but not
10654           actually tested on a system where sunaudiomixer is available).
10655
10656 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10657
10658         * tests/check/Makefile.am:
10659         Re-enable the states test and see if it works on the buildbots.
10660
10661 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10662
10663         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
10664         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
10665         (gst_dvdec_change_state):
10666         * ext/dv/gstdvdec.h:
10667         Infer pixel-aspect-ratio from the video frame format if it isn't
10668         provided by the container, as happens when playing DV from AVI
10669         or Quicktime containers.
10670
10671         Patch by: Wim Taymans <wim@fluendo.com>
10672         Fixes #380944
10673
10674 2007-03-09  Wim Taymans  <wim@fluendo.com>
10675
10676         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
10677         When activated, remove the udpsrc timeout, we have dataflow and timeouts
10678         will later be handled by the jitterbuffer.
10679
10680 2007-03-09  Wim Taymans  <wim@fluendo.com>
10681
10682         * ext/taglib/gstid3v2mux.cc:
10683         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
10684         Fixes #414496.
10685         
10686         Patch by: Alex Lancaster <alexl at users sourceforge net>
10687
10688 2007-03-09  Wim Taymans  <wim@fluendo.com>
10689
10690         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10691         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
10692         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
10693         (gst_avi_demux_chain):
10694         Fix stream position reporting after a seek. Fixes #416445.
10695
10696 2007-03-08  Wim Taymans  <wim@fluendo.com>
10697
10698         Patch by: René Stadler <mail at renestadler dot de>
10699
10700         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10701         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
10702         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
10703         Make avidemux accept optional header chunks in any order.
10704         Fixes #415446.
10705
10706 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10707
10708         * tests/check/Makefile.am:
10709         Disable the states check until the remaining Valgrind errors
10710         are fixed or suppressed.
10711
10712 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
10713
10714         * tests/check/elements/.cvsignore:
10715           Add audiodynamic check to .cvsignore
10716
10717 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
10718
10719         reviewed by: Stefan Kost  <ensonic@users.sf.net>
10720
10721         * gst/audiofx/Makefile.am:
10722         * gst/audiofx/audiodynamic.c:
10723         (gst_audio_dynamic_characteristics_get_type),
10724         (gst_audio_dynamic_mode_get_type),
10725         (gst_audio_dynamic_set_process_function),
10726         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
10727         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
10728         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
10729         (gst_audio_dynamic_transform_hard_knee_compressor_int),
10730         (gst_audio_dynamic_transform_hard_knee_compressor_float),
10731         (gst_audio_dynamic_transform_soft_knee_compressor_int),
10732         (gst_audio_dynamic_transform_soft_knee_compressor_float),
10733         (gst_audio_dynamic_transform_hard_knee_expander_int),
10734         (gst_audio_dynamic_transform_hard_knee_expander_float),
10735         (gst_audio_dynamic_transform_soft_knee_expander_int),
10736         (gst_audio_dynamic_transform_soft_knee_expander_float),
10737         (gst_audio_dynamic_transform_ip):
10738         * gst/audiofx/audiodynamic.h:
10739         * gst/audiofx/audiofx.c: (plugin_init):
10740         Add new audiodynamic element which can act as a compressor or
10741         expander. Supported are hard-knee and soft-knee operation modes with
10742         user-specified ratio and threshold.
10743         Attack and release parameters are not yet implemented but will follow.
10744         * docs/plugins/Makefile.am:
10745         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10746         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10747         * docs/plugins/gst-plugins-good-plugins.args:
10748         * docs/plugins/inspect/plugin-audiofx.xml:
10749         Integrate audiodynamic into the docs.
10750         * tests/check/Makefile.am:
10751         * tests/check/elements/audiodynamic.c: (setup_dynamic),
10752         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
10753         Add unit test for audiodynamic.
10754
10755 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
10756
10757         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
10758         Free handles that we allocated when exiting via the error paths.
10759
10760 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
10761
10762         * gst/level/gstlevel.c: (gst_level_class_init),
10763         (gst_level_set_caps), (gst_level_start), (gst_level_event),
10764         (gst_level_transform_ip):
10765         * gst/level/gstlevel.h:
10766           Resolve message timestamps against the playback segment.
10767
10768 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10769
10770         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
10771         (gst_id3demux_sink_activate):
10772           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
10773           caps passed to it (previously one code path assumed it took ownership
10774           while another one assumed it didn't, while in fact it sometimes did and
10775           sometimes didn't ...).
10776
10777         * configure.ac:
10778         * tests/files/Makefile.am:
10779         * tests/files/id3-407349-1.tag:
10780         * tests/files/id3-407349-2.tag:
10781           Add directory where data for unit tests can be stored.
10782
10783         * tests/Makefile.am:
10784         * tests/check/Makefile.am:
10785         * tests/check/elements/.cvsignore:
10786         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
10787         (read_tags_from_file), (run_check_for_file),
10788         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
10789           Add unit test for id3demux, and in particular for bug #407349. Only
10790           testing pull-mode for now; push mode doesn't work yet because the test
10791           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
10792
10793 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10794
10795         * tests/check/Makefile.am:
10796           Add missing backslash at end of line.
10797
10798 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
10799
10800         Trigger rebuild.
10801
10802 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10803
10804         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
10805         * gst/id3demux/id3tags.h:
10806         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
10807         (parse_obsolete_tdat_frame):
10808           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
10809           the four-digit number will be interpreted as a year, whereas it is
10810           month and day in DDMM format. Instead, parse TDAT frames and fix up
10811           the date in the GST_TAG_DATE tag later if we also extracted a year.
10812           Fixes #407349.
10813
10814 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
10815
10816         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
10817         (gst_switch_commit_new_kid):
10818         Fix up the dispose logic so it doesn't leak, and fix setting of 
10819         the child state so that we don't set a child to our current state 
10820         just as we are changing it to something else.
10821
10822 2007-03-06  Wim Taymans  <wim@fluendo.com>
10823
10824         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
10825         (gst_goom_chain):
10826         * gst/goom/gstgoom.h:
10827         Document, fix and improve goom adapter behaviour.
10828         Fixes #407006.
10829
10830 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10831
10832         * ext/esd/esdsink.c: (gst_esdsink_open):
10833         Unref static pad template after using it.
10834
10835 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10836
10837         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
10838         (gst_switch_commit_new_kid):
10839         Fix up the reference counting of the child elements.
10840
10841 2007-03-05  Wim Taymans  <wim@fluendo.com>
10842
10843         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
10844         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
10845         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
10846         Fix encoding-name case.
10847
10848 2007-03-05  Wim Taymans  <wim@fluendo.com>
10849
10850         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
10851         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
10852         (gst_rtp_speex_depay_process):
10853         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
10854         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
10855         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
10856         (gst_rtp_speex_pay_change_state):
10857         * gst/rtp/gstrtpspeexpay.h:
10858         Fix speex (de)payloader. Fixes #358040.
10859
10860 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10861
10862         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
10863         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
10864         Install fakesink in NULL by fixing some broken logic. This obviates
10865         the need to manually set _IS_SINK.
10866         Add some comments and remove a little cruft while I'm at it.
10867
10868 2007-03-05  Wim Taymans  <wim@fluendo.com>
10869
10870         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
10871         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
10872
10873 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
10874
10875         * po/POTFILES.in:
10876           Update.
10877
10878 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10879
10880         * tests/check/Makefile.am:
10881         Gah! Also disable gconfvideosink from the tests, otherwise
10882         it will instantiate autovideosink, and dfbvideosink and
10883         leak on the buildbots.
10884
10885 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10886
10887         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
10888         (gst_cdio_cdda_src_finalize):
10889         Make sure we always destroy our libcdio handle.
10890
10891 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10892
10893         * tests/check/Makefile.am:
10894         Disable autovideosink so the buildbots don't barf over memory
10895         leaked in the directfb sink.
10896
10897 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10898
10899         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
10900         Chain up in dispose
10901
10902 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10903
10904         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
10905         (gst_multipart_find_pad_by_mime):
10906         Use gst_pad_new_from_static_template instead of
10907         static_pad_template_get+pad_new.
10908
10909 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10910
10911         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
10912         Catch the case where no clock has been set.
10913
10914 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10915
10916         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
10917         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
10918         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
10919         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
10920         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
10921         (gst_gconf_audio_src_finalize), (do_toggle_element):
10922         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
10923         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
10924         (do_toggle_element):
10925         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
10926         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
10927         (gst_gconf_video_src_finalize), (do_toggle_element):
10928         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
10929         (gst_switch_sink_reset), (gst_switch_sink_set_child):
10930         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
10931         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
10932         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
10933         (gst_shout2send_init), (gst_shout2send_finalize):
10934         * gst/debug/testplugin.c: (gst_test_class_init),
10935         (gst_test_finalize):
10936         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
10937         (gst_flxdec_dispose):
10938         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
10939         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
10940         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
10941         (gst_rtspsrc_finalize):
10942         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
10943         * gst/rtsp/rtspextwms.h:
10944         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
10945         (gst_smpte_finalize):
10946         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
10947         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
10948         (gst_udpsink_finalize):
10949         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
10950         (gst_wavparse_sink_activate):
10951         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
10952         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
10953         (gst_oss_src_finalize):
10954         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
10955         * sys/v4l2/gstv4l2object.h:
10956         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
10957         (gst_v4l2src_finalize):
10958         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
10959
10960         Fix a bunch of leaks shown by the newly-added states test.
10961
10962 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10963
10964         * ext/dv/gstdvdec.c: (gst_dvdec_init):
10965         Use gst_pad_new_from_static_template instead of 
10966         static_pad_template_get+pad_new.
10967
10968 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
10969
10970         Patch by: Loïc Minier <lool+gnome at via ecp fr>
10971
10972         * ext/libcaca/Makefile.am:
10973         * gst/debug/Makefile.am:
10974           Don't mix tabs and spaces (#414168).
10975
10976 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
10977
10978         * tests/check/generic/.cvsignore:
10979           Ignore files to please buildbot.
10980
10981 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
10982
10983         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
10984         (gst_wavparse_stream_data):
10985           Unbreak my previous commit (swapped nominator & denominator). Tim,
10986           thanks for spotting.
10987
10988 2007-03-02  Wim Taymans  <wim@fluendo.com>
10989
10990         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
10991         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
10992         (gst_cdio_cdda_src_finalize):
10993         Small code cleanups.
10994         Don't use pad_alloc as the base class cannot deal with the error codes.
10995
10996 2007-03-02  Wim Taymans  <wim@fluendo.com>
10997
10998         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
10999         (gst_udpsrc_create):
11000         Fix doc.
11001
11002 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
11003
11004         Patch by: René Stadler <mail@renestadler.de>
11005
11006         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
11007         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
11008         (gst_wavparse_stream_data):
11009           Handle rounding better to not drop last sample frame. Fixes #356692
11010
11011 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
11012
11013         * tests/check/Makefile.am:
11014         Disable cacasink from the states check too - it also calls exit(1)
11015         on us when it can't find a terminal to talk to.
11016
11017 2007-03-02  Wim Taymans  <wim@fluendo.com>
11018
11019         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
11020
11021         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
11022         (gst_udpsrc_create), (gst_udpsrc_set_property),
11023         (gst_udpsrc_get_property):
11024         * gst/udp/gstudpsrc.h:
11025         Add support to strip proprietary headers. Fixes #350296.
11026
11027 2007-03-02  Wim Taymans  <wim@fluendo.com>
11028
11029         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
11030         Fix compilation.
11031
11032 2007-03-02  Wim Taymans  <wim@fluendo.com>
11033
11034         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
11035
11036         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
11037         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
11038         (gst_rtp_mp2t_depay_set_property),
11039         (gst_rtp_mp2t_depay_get_property):
11040         * gst/rtp/gstrtpmp2tdepay.h:
11041         Add support to strip off proprietary headers. Fixes #350278.
11042
11043 2007-03-02  Wim Taymans  <wim@fluendo.com>
11044
11045         * ext/hal/hal.c:
11046         Fix compilation.
11047
11048 2007-03-02  Wim Taymans  <wim@fluendo.com>
11049
11050         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
11051         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
11052         (gst_sunaudiosrc_open):
11053         * sys/sunaudio/gstsunaudiosrc.h:
11054         Remove device-name from GstSunAudioSrc. Fixes #412597.
11055
11056 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
11057
11058         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
11059         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
11060         Having NULL as UDI previously selected the default sink/src. Change
11061         this back but mention it in the debug output.
11062         * ext/hal/hal.c: (gst_hal_get_alsa_element),
11063         (gst_hal_get_oss_element), (gst_hal_get_string),
11064         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
11065         (gst_hal_get_audio_src):
11066         * ext/hal/hal.h:
11067         Refactor a bit, check all error conditions, greatly improve debugging
11068         and fix some possible memory leaks. Also implement OSS support
11069         and allow specifying an UDI that points to a real device. For this the
11070         child device which supports ALSA (preferred) or OSS is used.
11071         As a side effect this makes it impossible now to get a alsasink in
11072         halaudiosrc and a alsasrc in halaudiosink.
11073
11074 2007-03-01  Wim Taymans  <wim@fluendo.com>
11075
11076         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
11077         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
11078         Errors from the udp sources are not fatal unless all of them are in
11079         error.
11080
11081 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
11082
11083         * tests/check/Makefile.am:
11084         Disable aasink in the states test. I suspect this is the element that
11085         is calling exit(1) when it can't proceed.
11086
11087 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
11088
11089         * tests/check/Makefile.am:
11090         Draw plugins in from the build tree sys/ dir, rather than picking
11091         up the already installed versions.
11092
11093 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11094
11095         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
11096         Error out correctly when getting xcontext fails.
11097
11098 2007-03-01  Wim Taymans  <wim@fluendo.com>
11099
11100         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
11101         Make state change to PAUSED NO_PREROLL because that's what it will be in
11102         the future and rtspsrc relies on it.
11103
11104         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
11105         (gst_rtspsrc_change_state):
11106         Don't error out when we don't get an error from the state change
11107         function.
11108
11109 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
11110
11111         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
11112         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
11113           Check if the device UDI is set before trying to query HAL
11114           about it and give a useful error message if it wasn't set.
11115         * ext/hal/hal.c: (gst_hal_get_string):
11116           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
11117           gives an assertion failure in D-Bus when running with
11118           DBUS_FATAL_WARNINGS=1.
11119
11120 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11121
11122         * configure.ac:
11123           Convert to new AG_GST style.
11124
11125 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11126
11127         * tests/check/Makefile.am:
11128         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
11129           add test for states
11130
11131 2007-02-28  Wim Taymans  <wim@fluendo.com>
11132
11133         * tests/check/elements/.cvsignore:
11134         Add new videofilter check to .cvsignore.
11135
11136 2007-02-28  Wim Taymans  <wim@fluendo.com>
11137
11138         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
11139         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
11140         (gst_avi_demux_loop), (gst_avi_demux_chain):
11141         Fix combined flow return. Fixes #412608.
11142
11143 2007-02-28  Wim Taymans  <wim@fluendo.com>
11144
11145         * gst/videofilter/Makefile.am:
11146         Dist header..
11147
11148 2007-02-28  Wim Taymans  <wim@fluendo.com>
11149
11150         * gst/videofilter/gstgamma.h:
11151         Add header too.
11152
11153 2007-02-28  Wim Taymans  <wim@fluendo.com>
11154
11155         Patch by: Mark Nauwelaerts <manauw at skynet be>
11156
11157         * gst/videofilter/Makefile.am:
11158         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
11159         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
11160         (gst_gamma_get_property), (gst_gamma_calculate_tables),
11161         (oil_tablelookup_u8), (gst_gamma_set_caps),
11162         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
11163         Port gamma filter to 0.10. Fixes #412704.
11164
11165         * tests/check/Makefile.am:
11166         * tests/check/elements/videofilter.c: (setup_filter),
11167         (cleanup_filter), (check_filter), (GST_START_TEST),
11168         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
11169         Add unit tests for videofilters.
11170
11171 2007-02-28  Wim Taymans  <wim@fluendo.com>
11172
11173         * gst/rtsp/URLS:
11174         Add another interesting test url.
11175
11176         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
11177         Don't allow getting header fields from data packets.
11178
11179 2007-02-28  Michael Smith  <msmith@fluendo.com>
11180
11181         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
11182         (gst_shout2send_init), (gst_shout2send_start),
11183         (gst_shout2send_set_property), (gst_shout2send_get_property):
11184         * ext/shout2/gstshout2.h:
11185           Add a property for username.
11186
11187 2007-02-27  Christian Schallerr <christian@fluendo.com>
11188
11189         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
11190
11191 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
11192
11193         * gst/rtsp/Makefile.am:
11194         Fix make check too.
11195
11196 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
11197
11198         * gst/rtsp/base64.c: (util_base64_encode):
11199         * gst/rtsp/base64.h:
11200         Commit missing files for base64 encoding.
11201
11202 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
11203
11204         Patch by: Loïc Minier <lool+gnome at via ecp fr>
11205
11206         * configure.ac:
11207         * ext/annodex/Makefile.am:
11208         * ext/jpeg/Makefile.am:
11209         * ext/speex/Makefile.am:
11210         * gst/alpha/Makefile.am:
11211         * gst/cutter/Makefile.am:
11212         * gst/debug/Makefile.am:
11213         * gst/effectv/Makefile.am:
11214         * gst/goom/Makefile.am:
11215         * gst/level/Makefile.am:
11216         * gst/smpte/Makefile.am:
11217         * gst/videofilter/Makefile.am:
11218           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
11219
11220 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
11221
11222         * gst/rtsp/Makefile.am:
11223         * gst/rtsp/rtspconnection.c: (append_auth_header),
11224         (rtsp_connection_send), (rtsp_connection_set_auth):
11225         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
11226         from icecast to replace it. Relicensed from GPL courtesy of Mike
11227         Smith.
11228
11229 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
11230
11231         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
11232         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
11233         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
11234         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
11235         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
11236         (gst_rtspsrc_uri_set_uri):
11237         * gst/rtsp/gstrtspsrc.h:
11238         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
11239         (append_auth_header), (rtsp_connection_send),
11240         (rtsp_connection_free), (rtsp_connection_set_auth):
11241         * gst/rtsp/rtspconnection.h:
11242         * gst/rtsp/rtspdefs.h:
11243         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
11244         * gst/rtsp/rtspurl.h:
11245
11246         Implement simple Basic Authentication support so that urls like
11247         rtsp://user:pass@hostname/rtspstream work on hosts that require
11248         authentication.
11249
11250 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
11251
11252         * sys/v4l2/gstv4l2object.c:
11253         * sys/v4l2/gstv4l2tuner.c:
11254         * sys/v4l2/v4l2_calls.c:
11255         Fix segfault when oppening a radio device.
11256         
11257 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
11258
11259         * gst/level/gstlevel.c: (gst_level_set_caps),
11260         (gst_level_transform_ip):
11261         * sys/v4l2/README:
11262         * tests/check/elements/level.c: (GST_START_TEST):
11263           Fix level for multi-channel case.
11264
11265 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
11266
11267         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
11268         (gst_level_transform_ip):
11269         * gst/level/gstlevel.h:
11270           Use function pointer for process function and add process functions
11271           for float audio.
11272
11273 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
11274
11275         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11276         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11277         (gst_v4l2src_capture_init):
11278           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
11279           fixes #407369
11280
11281 2007-02-18  Wim Taymans  <wim@fluendo.com>
11282
11283         * gst/rtp/Makefile.am:
11284         * gst/rtp/gstrtp.c: (plugin_init):
11285         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
11286         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
11287         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
11288         (gst_rtp_mp2t_pay_plugin_init):
11289         * gst/rtp/gstrtpmp2tpay.h:
11290         Added simple mpeg transport stream payloader.
11291
11292 2007-02-16  Wim Taymans  <wim@fluendo.com>
11293
11294         * gst/rtsp/URLS:
11295         Add example H264 rtsp url.
11296
11297         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
11298         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
11299         Don't convert values to lowercase or we might mess up base64 encoded
11300         properties.
11301
11302 2007-02-16  Wim Taymans  <wim@fluendo.com>
11303
11304         * gst/rtp/README:
11305         Fix case of string params.
11306
11307         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
11308         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
11309         Fix depayloader, support more packet types.
11310         Add sync codes to make sure the packetizer can do its job.
11311
11312         * gst/rtp/gstrtpmp4gdepay.c:
11313         * gst/rtp/gstrtpmp4gpay.c:
11314         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
11315         Fix caps case again.
11316
11317 2007-02-15  Wim Taymans  <wim@fluendo.com>
11318
11319         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
11320         Set right caps on output buffers.
11321
11322 2007-02-14  Wim Taymans  <wim@fluendo.com>
11323
11324         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
11325         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
11326         Clear stack allocated SDPMedia struct before calling _init() on it.
11327         Clarify this in the docs as well.
11328
11329 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
11330
11331         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
11332         (do_change_child):
11333         Don't reset the profile when going switching states, as it makes
11334         the element non-reusable.
11335
11336 2007-02-14  Wim Taymans  <wim@fluendo.com>
11337
11338         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
11339         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
11340         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
11341         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
11342         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
11343         (sdp_parse_line):
11344         * gst/rtsp/sdpmessage.h:
11345         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
11346         Fix memory management of SDP messages. Fixes #407793.
11347
11348 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
11349
11350         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
11351
11352         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
11353         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
11354
11355 2007-02-14  Wim Taymans  <wim@fluendo.com>
11356
11357         Patch by: jp.liu <jp_liu at astrocom dot cn>
11358
11359         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
11360         Fix parsing of password field in url. Fixes #407797.
11361
11362 2007-02-14  Wim Taymans  <wim@fluendo.com>
11363
11364         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
11365         (gst_wavparse_reset), (gst_wavparse_init),
11366         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
11367         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
11368         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
11369         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
11370         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
11371         (gst_wavparse_loop), (gst_wavparse_chain),
11372         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
11373         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
11374         (plugin_init):
11375         * gst/wavparse/gstwavparse.h:
11376         Update docs.
11377         Use boilerplate.
11378         Various code cleanups.
11379         When the bitrate is not known (bps == 0 or compressed formats) let
11380         downstream element guestimate the duration and position and don't
11381         generate timestamps or durations. Fixes #405213.
11382         Fix EOS and ERROR conditions in chain mode, we just need to forward the
11383         error flowreturn upstream.
11384
11385 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
11386
11387         * ext/gconf/Makefile.am:
11388         * ext/gconf/gconf.c: (gst_gconf_get_string),
11389         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
11390         (gst_gconf_render_bin_with_default):
11391         * ext/gconf/gconf.h:
11392         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
11393         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
11394         (gst_gconf_audio_sink_dispose), (do_change_child),
11395         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
11396         (cb_change_child), (gst_gconf_audio_sink_change_state):
11397         * ext/gconf/gstgconfaudiosink.h:
11398         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
11399         (gst_switch_sink_class_init), (gst_switch_sink_reset),
11400         (gst_switch_sink_init), (gst_switch_sink_dispose),
11401         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
11402         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
11403         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
11404         * ext/gconf/gstswitchsink.h:
11405         * gst/autodetect/gstautoaudiosink.c:
11406         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
11407         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
11408         (gst_auto_audio_sink_detect):
11409         * gst/autodetect/gstautovideosink.c:
11410         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
11411         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
11412         (gst_auto_video_sink_detect):
11413         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
11414         and a child that implements the GConf key monitoring. The end goal of
11415         this is an audio sink that can be changed on the fly, but at the 
11416         moment it still only changes on the next READY transition.
11417
11418 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
11419
11420         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11421         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
11422         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
11423         (gst_avi_demux_calculate_durations_from_index),
11424         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
11425         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
11426         (gst_avi_demux_loop):
11427           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
11428
11429 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
11430
11431         * configure.ac:
11432         * docs/plugins/Makefile.am:
11433           Add crossreferences to glib/gobject/gstream docs.
11434
11435 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11436
11437         * gst/monoscope/Makefile.am:
11438         * gst/monoscope/gstmonoscope.c:
11439           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
11440           (but no LIBS, since we only use defines from the headers).
11441
11442 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11443
11444         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
11445
11446         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
11447         (gst_wavparse_stream_data):
11448           Fix massive memory leak when operating in streaming mode due to
11449           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
11450           Fixes #407057.
11451
11452 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11453
11454         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
11455         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
11456         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
11457         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
11458         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
11459         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
11460         (gst_avi_demux_stream_scan), (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_do_seek), (gst_avi_demux_process_next_entry),
11464         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
11465         * gst/avi/gstavidemux.h:
11466           Save some memory (8%) by repacking the index entry structure (more to
11467           come). Add more FIXMEs to questionable parts.
11468
11469 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11470
11471         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
11472         (gst_v4l2src_get_caps):
11473         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11474         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11475         (gst_v4l2src_capture_init):
11476           More FIXME comments and messaging changes.
11477
11478 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11479
11480         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
11481         (gst_goom_change_state):
11482         * gst/goom/gstgoom.h:
11483           Improved docs and use GST_DEBUG_FUNCPTR.
11484
11485         * gst/level/gstlevel.c: (gst_level_class_init):
11486           Use GST_DEBUG_FUNCPTR.
11487
11488         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
11489         (gst_monoscope_chain), (gst_monoscope_change_state):
11490           Improved docs source cleanups.
11491
11492 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11493
11494         * gst/debug/Makefile.am:
11495         * gst/debug/gstdebug.c: (plugin_init):
11496         * gst/debug/gstpushfilesrc.c:
11497         * gst/debug/gstpushfilesrc.h:
11498           Add code for a pushfilesrc element that implements a pushfile:// URI
11499           handler, to make debugging push-mode operation of demuxer/decoders
11500           that support both easier in connection with seek/playbin/etc.
11501           The element isn't registered at the moment.
11502
11503 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
11504
11505         * gst/avi/gstavimux.c:
11506           Comment a #if 0 in caps template definition as VS6 seems to 
11507         do not support it.
11508         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
11509           Use gst_guint64_to_gdouble for conversion.
11510         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
11511           Move variables declaration before the first instruction.
11512         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
11513           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
11514           And don't include netdb.h for G_OS_WIN32
11515         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
11516           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
11517           by VS6 then use an other way to initialize SDPMedia structure.
11518         * gst/udp/gstdynudpsink.h:
11519         * gst/udp/gstdynudpnetutils.h:
11520           Do not include <sys/time.h> for G_OS_WIN32
11521         * gst/udp/gstudpsrc.c:
11522           Define socklen_t as int for G_OS_WIN32
11523         * win/common/config.h.in:
11524           Undef HAVE_NETINET_IN_H
11525         * win32/vs6/gst_plugins_good.dsw:
11526         * win32/vs6/libgstrtp.dsp:
11527         * win32/vs6/libgstrtsp.dsp:
11528         * win32/vs6/libgstautogen.dsp:
11529         * win32/vs6/libgstaudiofx.dsp:
11530         * win32/vs6/libgstudp.dsp:
11531           Add and update project files.
11532         * win32/common/gstudp-enumtypes.c:
11533         * win32/common/gstudp-enumtypes.h:
11534           Add a copy of udp enumtypes to win32/common as in core 
11535           and base.
11536         
11537 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
11538
11539         * configure.ac:
11540           Activate monoscope when building with --enable-experimental. Fix
11541           --enable-external configure switch description.
11542
11543         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
11544         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
11545           Help gst-indent.
11546
11547 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
11548
11549         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
11550           Explicitly cast result of pointer arithmetic to integer in order to
11551           avoid compiler warnings on some 64-bit systems. Should fix #406018.
11552
11553 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
11554
11555         * gst/debug/progressreport.c:
11556           Some more docs.
11557
11558 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11559
11560         * docs/plugins/inspect/plugin-rtp.xml:
11561           Update for new elements.
11562
11563         * gst/debug/progressreport.h:
11564           Commit newly-created header file as well.
11565
11566 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11567
11568         * docs/plugins/Makefile.am:
11569         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11570         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11571         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11572         * gst/debug/Makefile.am:
11573         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
11574         (gst_progress_report_do_query), (gst_progress_report_report):
11575           Make progressreport element post messages with the current progress
11576           on the bus. Also add some basic docs for it.
11577
11578 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
11579
11580         * ext/hal/hal.c: (gst_hal_get_string):
11581         * ext/hal/hal.h:
11582           Some small cleanups; deal with errors when parsing the HAL ALSA
11583           capabilities a bit better.
11584
11585 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11586
11587         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
11588           Let's try this again and use the right cast this time.
11589
11590 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11591
11592         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
11593           Add cast to avoid compiler warnings with older GLib versions
11594           where the nick/name members in GEnumValue are not declared as
11595           constant strings.
11596
11597 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11598
11599         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
11600         (gst_gconf_render_bin_from_key),
11601         (gst_gconf_get_default_audio_sink):
11602         * ext/gconf/gconf.h:
11603         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
11604         (do_toggle_element), (gst_gconf_audio_sink_set_property),
11605         (gst_gconf_audio_sink_get_property):
11606           In gconfaudiosink, get the right key as the old key in do_toggle
11607           (ie. one dependent on the profile selected). Log some more stuff so
11608           we can see what's actually going on.
11609
11610 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
11611
11612         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
11613         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
11614         (gst_audio_amplify_set_process_function),
11615         (gst_audio_amplify_setup):
11616         * gst/audiofx/audioamplify.h:
11617         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
11618         (gst_audio_invert_class_init), (gst_audio_invert_setup):
11619         * gst/audiofx/audioinvert.h:
11620         Some small cleanups and port both elements to the new GstAudioFilter
11621         base class to save a few lines of common code.
11622         * gst/audiofx/Makefile.am:
11623         Link against libgstaudio for the above changes
11624
11625 2007-01-29  Wim Taymans  <wim@fluendo.com>
11626
11627         * tests/check/elements/.cvsignore:
11628         Some more ignores.
11629
11630 2007-01-26  Wim Taymans  <wim@fluendo.com>
11631
11632         Patch by: charles <charlesg3 at gmail dot com>
11633
11634         * ext/shout2/gstshout2.c: (gst_shout2send_init),
11635         (set_shout_metadata), (gst_shout2send_event):
11636         * ext/shout2/gstshout2.h:
11637         Properly handle tags in shout2send. Fixes #399825.
11638
11639 2007-01-25  Wim Taymans  <wim@fluendo.com>
11640
11641         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
11642         (gst_rtspsrc_activate_streams):
11643         Convert SDP fields to upper/lowercase following the rules in the SDP to
11644         caps document. 
11645
11646 2007-01-25  Wim Taymans  <wim@fluendo.com>
11647
11648         * gst/rtp/README:
11649         * gst/rtp/gstrtpilbcdepay.c:
11650         * gst/rtp/gstrtpilbcpay.c:
11651         * gst/rtp/gstrtpmp4gdepay.c:
11652         * gst/rtp/gstrtpmp4gpay.c:
11653         * gst/rtp/gstrtpspeexdepay.c:
11654         * gst/rtp/gstrtpspeexpay.c:
11655         * gst/rtp/gstrtpsv3vdepay.c:
11656         * gst/rtp/gstrtptheoradepay.c:
11657         * gst/rtp/gstrtptheorapay.c:
11658         * gst/rtp/gstrtpvorbisdepay.c:
11659         * gst/rtp/gstrtpvorbispay.c:
11660         Fix case of encoding-name and key/value pairs to match the document.
11661         This is to make interoperation with SDP case-insensitive as required by
11662         the relevant RFCs.
11663
11664 2007-01-25  Wim Taymans  <wim@fluendo.com>
11665
11666         * configure.ac:
11667         Bump required -core/-base to CVS
11668
11669 2007-01-25  Wim Taymans  <wim@fluendo.com>
11670
11671         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
11672         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
11673         * gst/rtp/gstrtpL16pay.h:
11674         Fill up to MTU using adapter.
11675         Timestamp rtp packets.
11676
11677 2007-01-25  Edward Hervey  <edward@fluendo.com>
11678
11679         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
11680         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
11681         Use G_GSIZE_FORMAT in print statements for portability.
11682         Fixes build on macosx.
11683
11684 2007-01-24  Wim Taymans  <wim@fluendo.com>
11685
11686         * gst/rtp/Makefile.am:
11687         * gst/rtp/gstrtp.c: (plugin_init):
11688         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
11689         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
11690         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
11691         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
11692         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
11693         (gst_rtp_L16_depay_plugin_init):
11694         * gst/rtp/gstrtpL16depay.h:
11695         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
11696         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
11697         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
11698         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
11699         (gst_rtp_L16_pay_plugin_init):
11700         * gst/rtp/gstrtpL16pay.h:
11701         Port and enable raw audio payloader/depayloader. Needs a bit more work
11702         on the payloader side.
11703
11704 2007-01-24  Wim Taymans  <wim@fluendo.com>
11705
11706         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
11707         (gst_rtspsrc_stream_configure_transport),
11708         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
11709         * gst/rtsp/gstrtspsrc.h:
11710         Only unblock the udp pads when we linked and activated them all.
11711         Fixes #395688.
11712
11713 2007-01-24  Wim Taymans  <wim@fluendo.com>
11714
11715         * gst/rtp/Makefile.am:
11716         * gst/rtp/gstrtp.c: (plugin_init):
11717         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
11718         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
11719         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
11720         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
11721         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
11722         * gst/rtp/gstrtpac3depay.h:
11723         Added simple AC3 depayloader (RFC 4184).
11724
11725         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
11726         Fix a leak.
11727
11728 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
11729
11730         reviewed by: Stefan Kost  <ensonic@users.sf.net>
11731
11732         * gst/audiofx/Makefile.am:
11733         * gst/audiofx/audioamplify.c:
11734         (gst_audio_amplify_clipping_method_get_type),
11735         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
11736         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
11737         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
11738         (gst_audio_amplify_set_caps),
11739         (gst_audio_amplify_transform_int_clip),
11740         (gst_audio_amplify_transform_int_wrap_negative),
11741         (gst_audio_amplify_transform_int_wrap_positive),
11742         (gst_audio_amplify_transform_float_clip),
11743         (gst_audio_amplify_transform_float_wrap_negative),
11744         (gst_audio_amplify_transform_float_wrap_positive),
11745         (gst_audio_amplify_transform_ip):
11746         * gst/audiofx/audioamplify.h:
11747         * gst/audiofx/audiofx.c: (plugin_init):
11748         Add new element "audioamplify". This allows scaling of raw audio
11749         samples, similar to the "volume" element, but provides different modes
11750         for clipping and allows unlimited amplification. It's mainly targeted
11751         for creative sound design and not as a replacement of the "volume"
11752         element. Fixes #397162
11753         * docs/plugins/Makefile.am:
11754         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11755         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11756         * docs/plugins/gst-plugins-good-plugins.args:
11757         * docs/plugins/inspect/plugin-audiofx.xml:
11758         Add docs for audioamplify and integrate them into the build system
11759         * tests/check/Makefile.am:
11760         * tests/check/elements/audioamplify.c: (setup_amplify),
11761         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
11762         Add fairly extensive unit test suite for audioamplify
11763
11764 2007-01-24  Wim Taymans  <wim@fluendo.com>
11765
11766         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
11767         Unblock pads after adding the pads to the element so that autopluggers
11768         get a change to link something. Possibly fixes #395688.
11769
11770 2007-01-24  Wim Taymans  <wim@fluendo.com>
11771
11772         * gst/rtp/gstrtpamrdepay.c:
11773         * gst/rtp/gstrtpgsmdepay.c:
11774         * gst/rtp/gstrtph263pdepay.c:
11775         * gst/rtp/gstrtph263ppay.c:
11776         * gst/rtp/gstrtph264depay.c:
11777         * gst/rtp/gstrtpilbcdepay.c:
11778         * gst/rtp/gstrtpmp2tdepay.c:
11779         * gst/rtp/gstrtpmp4gdepay.c:
11780         * gst/rtp/gstrtpmp4gpay.c:
11781         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
11782         * gst/rtp/gstrtpmp4vpay.c:
11783         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
11784         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
11785         (gst_rtp_mpa_depay_process):
11786         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
11787         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
11788         * gst/rtp/gstrtppcmadepay.c:
11789         * gst/rtp/gstrtppcmudepay.c:
11790         * gst/rtp/gstrtpspeexdepay.c:
11791         * gst/rtp/gstrtpspeexpay.c:
11792         * gst/rtp/gstrtpsv3vdepay.c:
11793         * gst/rtp/gstrtptheoradepay.c:
11794         * gst/rtp/gstrtptheorapay.c:
11795         * gst/rtp/gstrtpvorbisdepay.c:
11796         * gst/rtp/gstrtpvorbispay.c:
11797         Fix caps with payload numbers.
11798         Add some fixed payload numbers to caps when possible.
11799
11800 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
11801
11802         reviewed by: Stefan Kost  <ensonic@users.sf.net>
11803
11804         * gst/audiofx/Makefile.am:
11805         * gst/audiofx/audiofx.c: (plugin_init):
11806         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
11807         (gst_audio_invert_class_init), (gst_audio_invert_init),
11808         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
11809         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
11810         (gst_audio_invert_transform_float),
11811         (gst_audio_invert_transform_ip):
11812         * gst/audiofx/audioinvert.h:
11813         Add new audiofx element "audioinvert". This element swaps the upper
11814         and lower half of samples and can be used for example for a
11815         wide-stereo effect. Fixes #396057
11816         * docs/plugins/Makefile.am:
11817         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11818         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11819         * docs/plugins/gst-plugins-good-plugins.args:
11820         * docs/plugins/inspect/plugin-audiofx.xml:
11821         Add docs for the audioinvert element and add them to the build system.
11822         * tests/check/Makefile.am:
11823         * tests/check/elements/audioinvert.c: (setup_invert),
11824         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
11825         Add unit test suite for the audioinvert element.
11826
11827 2007-01-23  Wim Taymans  <wim@fluendo.com>
11828
11829         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
11830         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
11831         Parse config params as string and int.
11832         Parse and use AU header length
11833
11834 2007-01-23  Wim Taymans  <wim@fluendo.com>
11835
11836         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
11837         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
11838         * gst/smpte/gstmask.c: (_gst_mask_register):
11839         * gst/smpte/gstmask.h:
11840         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
11841         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
11842         (gst_smpte_paint_triangle_clock):
11843         constify some static structs.
11844         Don't update the mask if nothing changed to the params.
11845         Make sure we never draw outside of the picture. Fixes #398325.
11846
11847 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11848
11849         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
11850           Error out properly when pull_range fails while we're reading the
11851           headers, instead of just pausing the task silently. Fixes #399338.
11852
11853 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11854
11855         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
11856           Some more sanity checks to make sure the input formats match and the
11857           input pads are actually negotiated, in case someone tries to feed
11858           buffers from fakesrc or filesrc. Fixes #398299.
11859           Also const-ify an array, just because we can.
11860
11861 2007-01-19  Edward Hervey  <edward@fluendo.com>
11862
11863         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
11864         Ignore previous commit, that was only valid for widths and heights
11865         that are multiples of 4.
11866         Copy over size/stride macros from jpegdec. This allows the element
11867         to work with any width,height...
11868         ... but puts in evidence that the actual transformations only work
11869         with width/height that are multiples of 4.
11870
11871 2007-01-19  Edward Hervey  <edward@fluendo.com>
11872
11873         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
11874         Allocate buffers of the right size.
11875         The proper size of a I420 buffer in bytes is:
11876         
11877             width * height * 3
11878             ------------------
11879                     2
11880
11881 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
11882
11883         * gst/smpte/gstsmpte.c: (gst_smpte_init):
11884           Proxy getcaps on sink pads too, so that we either end up with the
11885           same dimensions on all pads or error out if that's not possible
11886           (seems to work even!). Fixes #398086, I think.
11887
11888 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
11889
11890         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11891         * docs/plugins/gst-plugins-good-plugins.args:
11892         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11893           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
11894           fix integer properties with -1 as minimum value.
11895
11896         * docs/plugins/inspect/plugin-1394.xml:
11897         * docs/plugins/inspect/plugin-aasink.xml:
11898         * docs/plugins/inspect/plugin-alaw.xml:
11899         * docs/plugins/inspect/plugin-alpha.xml:
11900         * docs/plugins/inspect/plugin-alphacolor.xml:
11901         * docs/plugins/inspect/plugin-annodex.xml:
11902         * docs/plugins/inspect/plugin-apetag.xml:
11903         * docs/plugins/inspect/plugin-audiofx.xml:
11904         * docs/plugins/inspect/plugin-auparse.xml:
11905         * docs/plugins/inspect/plugin-autodetect.xml:
11906         * docs/plugins/inspect/plugin-avi.xml:
11907         * docs/plugins/inspect/plugin-cacasink.xml:
11908         * docs/plugins/inspect/plugin-cairo.xml:
11909         * docs/plugins/inspect/plugin-cdio.xml:
11910         * docs/plugins/inspect/plugin-cutter.xml:
11911         * docs/plugins/inspect/plugin-debug.xml:
11912         * docs/plugins/inspect/plugin-dv.xml:
11913         * docs/plugins/inspect/plugin-efence.xml:
11914         * docs/plugins/inspect/plugin-effectv.xml:
11915         * docs/plugins/inspect/plugin-esdsink.xml:
11916         * docs/plugins/inspect/plugin-flac.xml:
11917         * docs/plugins/inspect/plugin-flxdec.xml:
11918         * docs/plugins/inspect/plugin-gconfelements.xml:
11919         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
11920         * docs/plugins/inspect/plugin-goom.xml:
11921         * docs/plugins/inspect/plugin-halelements.xml:
11922         * docs/plugins/inspect/plugin-icydemux.xml:
11923         * docs/plugins/inspect/plugin-id3demux.xml:
11924         * docs/plugins/inspect/plugin-jpeg.xml:
11925         * docs/plugins/inspect/plugin-level.xml:
11926         * docs/plugins/inspect/plugin-matroska.xml:
11927         * docs/plugins/inspect/plugin-mulaw.xml:
11928         * docs/plugins/inspect/plugin-multipart.xml:
11929         * docs/plugins/inspect/plugin-navigationtest.xml:
11930         * docs/plugins/inspect/plugin-ossaudio.xml:
11931         * docs/plugins/inspect/plugin-png.xml:
11932         * docs/plugins/inspect/plugin-rtp.xml:
11933         * docs/plugins/inspect/plugin-rtsp.xml:
11934         * docs/plugins/inspect/plugin-shout2send.xml:
11935         * docs/plugins/inspect/plugin-smpte.xml:
11936         * docs/plugins/inspect/plugin-speex.xml:
11937         * docs/plugins/inspect/plugin-taglib.xml:
11938         * docs/plugins/inspect/plugin-udp.xml:
11939         * docs/plugins/inspect/plugin-videobalance.xml:
11940         * docs/plugins/inspect/plugin-videobox.xml:
11941         * docs/plugins/inspect/plugin-videoflip.xml:
11942         * docs/plugins/inspect/plugin-videomixer.xml:
11943         * docs/plugins/inspect/plugin-wavenc.xml:
11944         * docs/plugins/inspect/plugin-wavparse.xml:
11945         * docs/plugins/inspect/plugin-ximagesrc.xml:
11946           Update to CVS.
11947
11948 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
11949
11950         Patch by: Sebastian Dröge <slomo circular-chaos org>
11951
11952         * gst/audiofx/audiopanorama.c:
11953           Fix doc section name (Fixes #397946)
11954
11955 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
11956
11957         * sys/v4l2/gstv4l2object.c:
11958         (gst_v4l2_object_install_properties_helper),
11959         (gst_v4l2_object_set_property_helper),
11960         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
11961         * sys/v4l2/gstv4l2object.h:
11962         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
11963         (gst_v4l2src_init), (gst_v4l2src_set_property),
11964         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
11965         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11966         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11967         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
11968         (gst_v4l2src_capture_deinit):
11969           Fix EIO handing when capturing. Add new property to specify the number of
11970           buffers to enque (and remove the borked num-buffers usage).
11971
11972 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
11973
11974         Patch by: Sebastian Dröge <slomo circular-chaos org>
11975
11976         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
11977         (gst_audio_panorama_set_process_function):
11978           Use a function array for process methods, add more docs and define the
11979           startindex of enums.
11980
11981 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
11982
11983         Patch by: Mark Nauwelaerts <manauw at skynet be>
11984
11985         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
11986         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
11987         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
11988         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
11989         (gst_avi_mux_riff_get_avi_header),
11990         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
11991         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
11992         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
11993         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
11994         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
11995         (gst_avi_mux_change_state):
11996         * gst/avi/gstavimux.h:
11997         * tests/check/elements/avimux.c: (teardown_src_pad):
11998           Add support for more than one audio stream; write better AVIX
11999           header; refactor code a bit; don't announce vorbis caps on our audio
12000           sink pads since we don't support it anyway. Closes #379298.
12001
12002 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
12003
12004         Patch by: Sebastian Dröge <slomo circular-chaos org>
12005
12006         * gst/audiofx/audiopanorama.c:
12007         (gst_audio_panorama_method_get_type),
12008         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
12009         (gst_audio_panorama_set_process_function),
12010         (gst_audio_panorama_set_property),
12011         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
12012         (gst_audio_panorama_transform_m2s_int_simple),
12013         (gst_audio_panorama_transform_s2s_int_simple),
12014         (gst_audio_panorama_transform_m2s_float_simple),
12015         (gst_audio_panorama_transform_s2s_float_simple):
12016         * gst/audiofx/audiopanorama.h:
12017           Add 'method' property and provide a simple (non-psychoacustic)
12018           processing method (#394859).
12019
12020         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
12021         (panorama_suite):
12022           Tests for new method.
12023
12024 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
12025
12026         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
12027         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
12028           Set correct caps on outgoing pulled buffers, or things blow up
12029           after recent core changes.
12030
12031 2007-01-11  Wim Taymans  <wim@fluendo.com>
12032
12033         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
12034
12035         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
12036         (gst_multipart_mux_request_new_pad),
12037         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
12038         (gst_multipart_mux_change_state):
12039         Return FLOW errors ASAP. Fixes #394977.
12040         Misc cleanups.
12041
12042 2007-01-11  Wim Taymans  <wim@fluendo.com>
12043
12044         Patch by: Lutz Mueller <lutz at topfrose dot de>
12045
12046         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
12047         Check for stream pad before activating. 
12048
12049 2007-01-10  Wim Taymans  <wim@fluendo.com>
12050
12051         Patch by: Peter Kjellerstedt  <pkj at axis com>
12052
12053         * gst/rtsp/COPYING.MIT:
12054         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
12055         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
12056         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
12057         (gst_rtspsrc_stream_configure_transport),
12058         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
12059         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
12060         (gst_rtspsrc_parse_methods),
12061         (gst_rtspsrc_create_transports_string),
12062         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
12063         (gst_rtspsrc_open), (gst_rtspsrc_close):
12064         * gst/rtsp/gstrtspsrc.h:
12065         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
12066         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
12067         (parse_request_line), (parse_line), (rtsp_connection_read),
12068         (rtsp_connection_close):
12069         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
12070         (rtsp_method_as_text), (rtsp_header_as_text),
12071         (rtsp_status_as_text), (rtsp_find_header_field),
12072         (rtsp_find_method):
12073         * gst/rtsp/rtspdefs.h:
12074         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
12075         (rtsp_ext_wms_configure_stream):
12076         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
12077         (rtsp_message_new_request), (rtsp_message_init_request),
12078         (rtsp_message_new_response), (rtsp_message_init_response),
12079         (rtsp_message_init_data), (rtsp_message_unset),
12080         (rtsp_message_free), (rtsp_message_add_header),
12081         (rtsp_message_get_header), (rtsp_message_set_body),
12082         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
12083         * gst/rtsp/rtspmessage.h:
12084         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
12085         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
12086         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
12087         (sdp_message_dump):
12088         Allow url to be NULL to be able to use it for server connections.
12089         Can now send responses as well as requests.
12090         No longer hangs in an endless loop if EOF is received.
12091         Can now convert a status code to a text string.
12092         Return RTSP_HDR_INVALID for unknown headers.
12093         Return RTSP_INVALID for unknown methods.
12094         Copy CSeq and Session headers from the request.
12095         Only free memory corresponding to the currently set message type.
12096         Added const to function arguments as appropriate.
12097         Avoid a compiler warning when initializing nmedia.
12098         Use guint rather than gint to avoid compiler warnings.
12099         Fix crasher in wms extension.
12100         Factor out stream setup from open_connection.
12101         Delay activation of streams when actual data is received from the
12102         server, this prepares us to do proper protocol switching.
12103         Added new license.
12104         Fixes #380895.
12105
12106
12107 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
12108
12109         Patch by: Sebastian Dröge <slomo ubuntu com>
12110
12111         * docs/plugins/Makefile.am:
12112         * gst/audiofx/audiopanorama.c:
12113           Some small docs fixes (#394851).
12114
12115 2007-01-09  Wim Taymans  <wim@fluendo.com>
12116
12117         * gst/avi/gstavidemux.c:
12118         Fix docs.
12119
12120 2007-01-09  Wim Taymans  <wim@fluendo.com>
12121
12122         * gst/rtp/Makefile.am:
12123         * gst/rtp/gstrtp.c: (plugin_init):
12124         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
12125         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
12126         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
12127         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
12128         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
12129         * gst/rtp/gstrtpmpvdepay.h:
12130           Added RFC 2250 MPEG Video Depayloader.
12131
12132         * gst/rtp/gstrtpL16depay.h:
12133         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
12134         (gst_rtp_h263p_depay_process):
12135         Fix Header file. Small cleanups.
12136
12137         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
12138         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
12139         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
12140         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
12141         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
12142         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
12143         (gst_rtp_mp4v_depay_change_state):
12144         Remove usused code. Remove Adapter from state Change. Added debug.
12145
12146         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
12147         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
12148         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
12149         * gst/rtp/gstrtpmpadepay.h:
12150         Subclass base depayloader.
12151         Added debug.
12152         Support static payload type assignment as well.
12153
12154         * gst/rtp/gstrtpmpapay.c:
12155         Fix caps.
12156
12157 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
12158
12159         Patch by: Vincent Torri  <vtorri at univ-evry fr>
12160
12161         * ext/jpeg/gstjpegdec.c:
12162         * ext/jpeg/gstjpegenc.c:
12163         * ext/jpeg/smokecodec.c:
12164           These libjpeg callbacks should return a 'boolean' (unsigned char
12165           apparently) and not a 'gboolean' (which maps to gint). Fixes
12166           warnings when compiling with MingW (#393427).
12167
12168         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
12169           Use ioctlsocket on win32.
12170
12171         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
12172           Some printf format fixes for win32.
12173
12174 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
12175
12176         * gst/cutter/gstcutter.c: (gst_cutter_chain):
12177           Use gst_guint64_to_gdouble for conversion.
12178         * win32/vs6/libgstmatroska.dsp:
12179           Add zlib to the link.
12180         * win32/vs6/libgstvideobox.dsp:
12181           Update liboil library name (project is linked to 
12182           liboil-0.3-0.lib now).
12183           
12184 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
12185
12186         * gst/matroska/Makefile.am:
12187           If zlib is available and used, we must link it explicitly for
12188           things to work on MingW (fixes #392855).
12189
12190 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
12191
12192         * ext/esd/esdsink.c: (gst_esdsink_delay):
12193           Don't return bogus values when esd_get_delay() fails for some
12194           reason (#392189).
12195
12196 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
12197
12198         * sys/ximage/gstximagesrc.c: (composite_pixel):
12199           Fix presumably copy'n'pasto for 16bpp depth.
12200
12201 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
12202
12203         * gst/matroska/matroska-mux.c:
12204         (gst_matroska_mux_audio_pad_setcaps):
12205           The "signed" field in audio caps is of boolean type, trying to use
12206           gst_structure_get_int() to extract it will fail. Fixing this makes
12207           matroskamux accept raw audio input (#387121) (use at your own risk
12208           though, due to the matroska spec being not entirely useful in this
12209           respect).
12210           Also fix up raw audio structures in template caps so that they
12211           represent what our setcaps function will actually accept, so that
12212           converters know what to convert to.
12213           Finally, don't fail if there isn't an "endianness" field in 8-bit
12214           PCM caps.
12215
12216 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
12217
12218         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12219         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12220         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12221         (teardown_cmmldec):
12222         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12223         (teardown_cmmlenc):
12224         * tests/check/elements/level.c: (setup_level), (cleanup_level):
12225           reapply consistent pad (de)activation
12226
12227 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
12228
12229         * configure.ac:
12230         Back to CVS
12231
12232         * gst-plugins-good.doap:
12233         Add 0.10.5 doap entry
12234
12235 === release 0.10.5 ===
12236
12237 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
12238
12239         * configure.ac:
12240           releasing 0.10.5, "The Path of Thorns"
12241
12242 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
12243
12244         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12245         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12246         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12247         (teardown_cmmldec):
12248         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12249         (teardown_cmmlenc):
12250         * tests/check/elements/level.c: (setup_level), (cleanup_level):
12251           revert my freeze breakage
12252
12253 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
12254
12255         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12256         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12257         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12258         (teardown_cmmldec):
12259         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12260         (teardown_cmmlenc):
12261         * tests/check/elements/level.c: (setup_level), (cleanup_level):
12262           consistent pad (de)activation
12263
12264 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
12265
12266         * configure.ac:
12267         * ext/Makefile.am:
12268         Disable LADPSA, as it has moved to the -bad module for the duration.
12269
12270 2006-12-18  Wim Taymans  <wim@fluendo.com>
12271
12272         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
12273         (gst_signal_processor_event):
12274         Reset flow_state back to _OK after a flush stop so that we exit our
12275         error state after the flush. Fixes #374213
12276
12277 2006-12-16  David Schleef  <ds@schleef.org>
12278
12279         * sys/osxvideo/osxvideosink.h:
12280         * sys/osxvideo/osxvideosink.m:
12281           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
12282
12283 2006-12-16  David Schleef  <ds@schleef.org>
12284
12285         Patch by: Vijay Santhanam <vijay santhanam gmail com>
12286
12287         * sys/osxvideo/Makefile.am:
12288         * sys/osxvideo/osxvideosink.h:
12289         * sys/osxvideo/osxvideosink.m:
12290           Preliminary patch for porting osxvideosink
12291
12292 2006-12-16  Wim Taymans  <wim@fluendo.com>
12293
12294         Patch by: Sjoerd Simons <sjoerd at luon dot net>
12295
12296         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
12297         (gst_videomixer_set_master_geometry),
12298         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
12299         (gst_videomixer_reset), (gst_videomixer_init),
12300         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
12301         (gst_videomixer_release_pad), (gst_videomixer_collected),
12302         (gst_videomixer_change_state):
12303         Introduce some locking around the videomixer state so that it does not
12304         crash when adding/removing pads. Fixes #383043.
12305
12306 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
12307
12308         * configure.ac:
12309           Make sure libcaca can actually be used instead of just checking for
12310           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
12311           cross-compiling (fixes #384587).
12312
12313 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12314
12315         * Makefile.am:
12316         * gst-plugins-good.doap:
12317         * gst-plugins-good.spec.in:
12318           adding doap file
12319
12320 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
12321
12322         * configure.ac:
12323           libflac-1.1.3 changed API again, but we can't build against it yet,
12324           so make sure our check doesn't use libflac-1.1.3 and add a comment
12325           to this effect.
12326
12327 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
12328
12329         * gst/effectv/gstquark.c: (gst_quarktv_transform),
12330         (gst_quarktv_planetable_clear):
12331           Add some NULL pointer checks (possibly related to #385623).
12332
12333 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
12334
12335         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
12336         (gst_tag_demux_chain):
12337         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
12338           In streaming mode, if the first buffer we get doesn't have an
12339           offset, fix it up to be 0, otherwise trimming won't work later on
12340           and we'll be typefinding application/x-id3, which may result in
12341           decodebin plugging an endless number of id3demux elements as a
12342           consequence. Fixes #385031.
12343           
12344 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12345
12346         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
12347           Ignore the buffer_time the sound device reports. Turns out it is 
12348           sometimes completely bogus and we're better off without it.
12349
12350 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
12351
12352         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
12353         (gst_matroska_demux_video_caps):
12354         * gst/matroska/matroska-ids.c:
12355         (gst_matroska_track_init_video_context):
12356         * gst/matroska/matroska-ids.h:
12357           Try harder to extract the framerate for video tracks correctly and
12358           save it directly instead of converting it back and forth a few
12359           times. Mostly makes a difference for very small framerates (<1).
12360           Fixes #380199.
12361
12362 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
12363
12364         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
12365         (gst_gconf_audio_src_dispose), (do_toggle_element):
12366         * ext/gconf/gstgconfaudiosrc.h:
12367           Remove gconf notify hook when the gconfaudiosrc element is
12368           destroyed, otherwise the callback may be called on an
12369           already-destroyed instance and bad things happen. Should fix
12370           #378184.
12371           Also ignore gconf key changes when the source is already running.
12372
12373 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
12374
12375         Patch by: Sebastian Dröge  <mail at slomosnail de>
12376
12377         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12378           We need to be able to read and parse any possible floating point string
12379           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
12380           will parse the former only in certain locales though, so we really need
12381           to canonicalise the separator to '.' and then use g_ascii_strtod() to
12382           make sure we can parse either version at all times.
12383           Fixes #382982 for real.
12384
12385 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12386
12387         * sys/sunaudio/gstsunaudiomixerctrl.c:
12388         * sys/sunaudio/gstsunaudiosrc.c:
12389
12390         Use the sunaudio debug category.
12391
12392         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
12393         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
12394         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
12395         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
12396         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
12397         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
12398         (gst_sunaudiosink_reset):
12399         * sys/sunaudio/gstsunaudiosink.h:
12400
12401         Uses the sunaudio debug category for all debug output
12402         Implements the _delay() callback to synchronise video playback better
12403         Change the segtotal and segsize values back to the parent class 
12404           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
12405           respectively)
12406         Measure the samples written to the device vs. played.
12407         Keep track of segments in the device by writing empty eof frames, and
12408         sleep using a GCond when we get too far ahead and risk overrunning the
12409         sink's ringbuffer.
12410
12411         Fixes: #360673
12412
12413 2006-12-08  Wim Taymans  <wim@fluendo.com>
12414
12415         Patch by: Sebastian Dröge  <mail at slomosnail de >
12416
12417         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
12418         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
12419         * gst/audiofx/audiopanorama.h:
12420         Fix audiopanorame with float samples. Fixes #383726.
12421
12422 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12423
12424         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
12425         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
12426         (gst_sunaudiosrc_reset):
12427
12428         Implement reset functions to unblock the src/sink more quickly on 
12429         state change requests.
12430         Patch by: Brian Cameron <brian dot cameron at sun com>
12431
12432 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12433
12434         * sys/sunaudio/gstsunaudiomixer.c:
12435         (gst_sunaudiomixer_change_state):
12436         Construct the correct mixer device name when the AUDIODEV env var
12437         is set.
12438
12439         Patch by: Jerry Tan <jerry.tan at sun dot com>
12440         Fixes: #383596
12441
12442 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12443
12444         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
12445         Apply patch to open the mixer control and set the MULTIPLE_OPEN
12446         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
12447         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
12448         Patch by: Jerry Tan <jerry.tan at sun dot com>
12449         Fixes: #349015
12450
12451 2006-12-07  Wim Taymans  <wim@fluendo.com>
12452
12453         * gst/smpte/gstmask.h:
12454         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
12455         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
12456         (gst_smpte_collected), (gst_smpte_set_property),
12457         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
12458         * gst/smpte/gstsmpte.h:
12459         Port to 0.10 some more. 
12460         Added duration property to specify the duration of the transition.
12461         Make framerate a fraction.
12462         Deprecate fps property, we only use negotiated fps.
12463         Added docs.
12464         Fix collectpad usage.
12465         Reset state in READY.
12466         Send NEWSEGMENT event.
12467         Fix racy updates of object properties.
12468         Added debug category.
12469         Fixes #383323.
12470
12471 2006-12-06  Wim Taymans  <wim@fluendo.com>
12472
12473         Patch by: Sjoerd Simons <sjoerd at luon dot net>
12474
12475         * gst/videomixer/videomixer.c:
12476         (gst_videomixer_set_master_geometry),
12477         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
12478         Don't reset xpos and ypos in the setcaps function because causes
12479         unexpected behaviour.
12480         Fixes #382179.
12481
12482 2006-12-06  Wim Taymans  <wim@fluendo.com>
12483
12484         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
12485         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
12486         Keep track of the buffer timestamp in the collectdata member instead
12487         of modifying the buffer without making the metadata writable first.
12488         Fixes #382277.
12489
12490 2006-12-06  Wim Taymans  <wim@fluendo.com>
12491
12492         Patch by: Rob Taylor <robtaylor at floopily dot org>
12493
12494         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
12495         If using multicast in udpsrc, bind to the multicast address rather than
12496         IN_ADDR_ANY.
12497         This allows the simultanous use of multiple udpsrcs listening on
12498         different multicat addresses. Without this all udpsrcs will receive all
12499         packets from all subscribed multicast addresses.
12500         Fixes #383001.
12501
12502 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
12503
12504         * ext/taglib/gstid3v2mux.cc:
12505         Don't attempt to write a NULL frame into the ID3 tag set when the 
12506         createFrame method returned NULL.
12507         Fixes: #381857
12508         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
12509
12510 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
12511
12512         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12513         Use g_strtod() instead of sscanf to parse doubles, so that it will
12514         try parsing in the C locale if the current locale fails.
12515         Fixes: #382982
12516         Patch by: Sebastian Dröge  <mail at slomosnail de >
12517
12518 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
12519
12520         * win32/MANIFEST:
12521         Fix compilation on win32 under VS8
12522         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
12523         Partially fixes #381175
12524
12525 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
12526
12527         * gst/avi/gstavimux.c:
12528           accept all mpegversions,fixes #380825
12529           spotted by: Jerome Alet  
12530
12531 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
12532
12533         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
12534         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
12535         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
12536         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
12537           cleanup the error message a bit more
12538
12539 2006-11-28  Wim Taymans  <wim@fluendo.com>
12540
12541         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
12542         Fix width and height properties.
12543
12544         * ext/libcaca/gstcacasink.h:
12545         Fix compilation on newer libcaca that require us to include a new
12546         header. Fixes #379918.
12547
12548 2006-11-28  Wim Taymans  <wim@fluendo.com>
12549
12550         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
12551         * gst/rtsp/gstrtspsrc.h:
12552         * gst/rtsp/rtspext.h:
12553         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
12554         (rtsp_ext_wms_get_context):
12555         Add method so that extensions can choose to disable the setup of
12556         a stream.
12557         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
12558
12559 2006-11-27  Wim Taymans  <wim@fluendo.com>
12560
12561         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
12562
12563         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
12564         Push header in a separate buffer instead of memcpy:ing all data.
12565         Change LF => CRLF in headers.
12566         Move trailing LF to header. Fixes #379792.
12567
12568 2006-11-27  Wim Taymans  <wim@fluendo.com>
12569
12570         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
12571         Small buffer overflow fix and improve debugging.
12572
12573 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
12574
12575         * ext/esd/esdmon.h:
12576         * ext/esd/esdsink.h:
12577           remove obsolete _factory_init protos
12578
12579 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
12580
12581         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
12582         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
12583         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
12584         (gst_avi_demux_read_subindexes_push),
12585         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
12586         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
12587         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
12588         (gst_avi_demux_massage_index),
12589         (gst_avi_demux_calculate_durations_from_index),
12590         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
12591         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
12592         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
12593           remove dead code, tweak debugs statements, add comments, use
12594           _uint64_scale instead _uint64_scale_int when using guint64 values,
12595           small optimizations, reflow some error handling
12596
12597 2006-11-22  Edward Hervey  <edward@fluendo.com>
12598
12599         * po/.cvsignore:
12600         We never put .pot files in cvs. Let's ignore them all.
12601
12602 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12603
12604         * po/POTFILES.in:
12605           ... but better exclude files that aren't disted.
12606
12607 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12608
12609         * po/POTFILES.in:
12610           Add v4l2 source files to list of files with translations, so the
12611           strings are actually extracted (however bad they still may be).
12612
12613 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12614
12615         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
12616           Minor clean-ups: const-ify static array, remove trailing comma from
12617           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
12618
12619 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
12620
12621         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12622         Make sure that g_free always gets called on the same pointer that was 
12623         returned by g_malloc.  Fixes #376594.
12624         Do not leak memory if decompressed size is wrong.
12625         Remove unneeded check of return value of g_malloc.
12626         Patch by: René Stadler <mail@renestadler.de>
12627
12628 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
12629
12630         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
12631           Add missing curly brackets.
12632
12633 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
12634
12635         * sys/v4l2/v4l2src_calls.c:
12636         Fix capture_deinit.
12637
12638 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
12639
12640         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
12641         (gst_matroska_mux_request_new_pad):
12642           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
12643
12644         * tests/check/elements/matroskamux.c: (setup_src_pad),
12645         (setup_sink_pad), (GST_START_TEST):
12646         Activate pads before using them.
12647
12648 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
12649
12650         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
12651           Initialise variable to get rid of bogus compiler warning.
12652
12653 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
12654
12655         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
12656
12657         * gst/rtp/gstrtph263pay.c:
12658         * gst/rtp/gstrtph263pdepay.c:
12659         * gst/rtp/gstrtph263ppay.c:
12660           Specify H.263 variant and version in the caps (fixes #361637)
12661
12662 2006-11-15  Wim Taymans  <wim@fluendo.com>
12663
12664         * gst/rtsp/rtspconnection.c: (read_body):
12665         Don't set a data pointer to NULL and a size > 0 when we deal
12666         with empty packets.
12667
12668         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
12669         (rtsp_message_init_response), (rtsp_message_init_data),
12670         (rtsp_message_unset), (rtsp_message_free),
12671         (rtsp_message_take_body):
12672         Check that we can't create invalid empty packets. 
12673
12674 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
12675
12676         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12677
12678         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
12679         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
12680         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
12681         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
12682         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
12683         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
12684         * gst/matroska/matroska-mux.h:
12685           Add basic tag writing support; implement releasing pads (#374658).
12686
12687 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
12688
12689         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
12690         (gst_matroska_demux_audio_caps):
12691           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
12692
12693 2006-11-14  David Schleef  <ds@schleef.org>
12694
12695         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
12696
12697 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
12698
12699         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
12700
12701         * win32/vs8/gst-plugins-good.sln:
12702         * win32/vs8/libgst1394.vcproj:
12703         * win32/vs8/libgstaasink.vcproj:
12704         * win32/vs8/libgstalaw.vcproj:
12705         * win32/vs8/libgstalpha.vcproj:
12706         * win32/vs8/libgstalphacolor.vcproj:
12707         * win32/vs8/libgstannodex.vcproj:
12708         * win32/vs8/libgstapetag.vcproj:
12709         * win32/vs8/libgstaudiofx.vcproj:
12710         * win32/vs8/libgstauparse.vcproj:
12711         * win32/vs8/libgstautodetect.vcproj:
12712         * win32/vs8/libgstavi.vcproj:
12713         * win32/vs8/libgstcacasink.vcproj:
12714         * win32/vs8/libgstcdio.vcproj:
12715         * win32/vs8/libgstcutter.vcproj:
12716         * win32/vs8/libgstdv.vcproj:
12717         * win32/vs8/libgsteffectv.vcproj:
12718         * win32/vs8/libgstflac.vcproj:
12719         * win32/vs8/libgstflxdec.vcproj:
12720         * win32/vs8/libgstgoom.vcproj:
12721         * win32/vs8/libgsticydemux.vcproj:
12722         * win32/vs8/libgstid3demux.vcproj:
12723         * win32/vs8/libgstjpeg.vcproj:
12724         * win32/vs8/libgstladspa.vcproj:
12725         * win32/vs8/libgstlevel.vcproj:
12726         * win32/vs8/libgstmatroska.vcproj:
12727         * win32/vs8/libgstmikmod.vcproj:
12728         * win32/vs8/libgstmng.vcproj:
12729         * win32/vs8/libgstmonoscope.vcproj:
12730         * win32/vs8/libgstmulaw.vcproj:
12731         * win32/vs8/libgstmultipart.vcproj:
12732         * win32/vs8/libgstpng.vcproj:
12733         * win32/vs8/libgstrtp.vcproj:
12734         * win32/vs8/libgstrtsp.vcproj:
12735         * win32/vs8/libgstshout2.vcproj:
12736         * win32/vs8/libgstsmpte.vcproj:
12737         * win32/vs8/libgstspeex.vcproj:
12738         * win32/vs8/libgsttaglib.vcproj:
12739         * win32/vs8/libgstudp.vcproj:
12740         * win32/vs8/libgstvideobalance.vcproj:
12741         * win32/vs8/libgstvideobox.vcproj:
12742         * win32/vs8/libgstvideoflip.vcproj:
12743         * win32/vs8/libgstvideomixer.vcproj:
12744         * win32/vs8/libgstwavenc.vcproj:
12745         * win32/vs8/libgstwavparse.vcproj:
12746           Make end-of-line returns unixy, so that when the files are checked
12747           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
12748           Hopefully fixes #366492.
12749
12750 2006-11-14  Wim Taymans  <wim@fluendo.com>
12751
12752         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
12753         Disable init_frames delay timestamp adjustment, it does not
12754         seem to be needed at all. Fixes #369621.
12755
12756 2006-11-13  Wim Taymans  <wim@fluendo.com>
12757
12758         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12759
12760         * gst/videomixer/videomixer.c:
12761         (gst_videomixer_set_master_geometry),
12762         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
12763         (gst_videomixer_collect_free), (gst_videomixer_reset),
12764         (gst_videomixer_init), (gst_videomixer_finalize),
12765         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
12766         (gst_videomixer_collected), (gst_videomixer_change_state):
12767         Fix memleak by unref'ing collectpads instance (when finalizing)
12768         Implement releasing a request pad. Fixes #374479.
12769
12770 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
12771
12772         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
12773
12774         * win32/vs8/gst-plugins-good.sln:
12775         * win32/vs8/libgst1394.vcproj:
12776         * win32/vs8/libgstaasink.vcproj:
12777         * win32/vs8/libgstalaw.vcproj:
12778         * win32/vs8/libgstalpha.vcproj:
12779         * win32/vs8/libgstalphacolor.vcproj:
12780         * win32/vs8/libgstannodex.vcproj:
12781         * win32/vs8/libgstapetag.vcproj:
12782         * win32/vs8/libgstaudiofx.vcproj:
12783         * win32/vs8/libgstauparse.vcproj:
12784         * win32/vs8/libgstautodetect.vcproj:
12785         * win32/vs8/libgstavi.vcproj:
12786         * win32/vs8/libgstcacasink.vcproj:
12787         * win32/vs8/libgstcdio.vcproj:
12788         * win32/vs8/libgstcutter.vcproj:
12789         * win32/vs8/libgstdv.vcproj:
12790         * win32/vs8/libgsteffectv.vcproj:
12791         * win32/vs8/libgstflac.vcproj:
12792         * win32/vs8/libgstflxdec.vcproj:
12793         * win32/vs8/libgstgoom.vcproj:
12794         * win32/vs8/libgsticydemux.vcproj:
12795         * win32/vs8/libgstid3demux.vcproj:
12796         * win32/vs8/libgstjpeg.vcproj:
12797         * win32/vs8/libgstladspa.vcproj:
12798         * win32/vs8/libgstlevel.vcproj:
12799         * win32/vs8/libgstmatroska.vcproj:
12800         * win32/vs8/libgstmikmod.vcproj:
12801         * win32/vs8/libgstmng.vcproj:
12802         * win32/vs8/libgstmonoscope.vcproj:
12803         * win32/vs8/libgstmulaw.vcproj:
12804         * win32/vs8/libgstmultipart.vcproj:
12805         * win32/vs8/libgstpng.vcproj:
12806         * win32/vs8/libgstrtp.vcproj:
12807         * win32/vs8/libgstrtsp.vcproj:
12808         * win32/vs8/libgstshout2.vcproj:
12809         * win32/vs8/libgstsmpte.vcproj:
12810         * win32/vs8/libgstspeex.vcproj:
12811         * win32/vs8/libgsttaglib.vcproj:
12812         * win32/vs8/libgstudp.vcproj:
12813         * win32/vs8/libgstvideobalance.vcproj:
12814         * win32/vs8/libgstvideobox.vcproj:
12815         * win32/vs8/libgstvideoflip.vcproj:
12816         * win32/vs8/libgstvideomixer.vcproj:
12817         * win32/vs8/libgstwavenc.vcproj:
12818         * win32/vs8/libgstwavparse.vcproj:
12819           Add VS8 project files (note that many of the plugins in ext are
12820           disabled by default). Fixes #366492.
12821
12822 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
12823
12824         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
12825           we do not translate debug messages
12826
12827 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
12828
12829         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
12830           fix categorisation, make short desc more explicit, remove unused code
12831           Fixes #372021
12832
12833 2006-11-08  Wim Taymans  <wim@fluendo.com>
12834
12835         * gst/rtp/gstrtpL16depay.c:
12836         * gst/rtp/gstrtpamrdepay.c:
12837         * gst/rtp/gstrtpamrpay.c:
12838         * gst/rtp/gstrtpgsmdepay.c:
12839         * gst/rtp/gstrtph263pay.c:
12840         * gst/rtp/gstrtph263pdepay.c:
12841         * gst/rtp/gstrtph263ppay.c:
12842         * gst/rtp/gstrtph264depay.c:
12843         * gst/rtp/gstrtpmp2tdepay.c:
12844         * gst/rtp/gstrtpmp4gdepay.c:
12845         * gst/rtp/gstrtpmp4gpay.c:
12846         * gst/rtp/gstrtpmp4vdepay.c:
12847         * gst/rtp/gstrtpmp4vpay.c:
12848         * gst/rtp/gstrtpmpadepay.c:
12849         * gst/rtp/gstrtpmpapay.c:
12850         * gst/rtp/gstrtppcmadepay.c:
12851         * gst/rtp/gstrtppcmapay.c:
12852         * gst/rtp/gstrtppcmudepay.c:
12853         * gst/rtp/gstrtppcmupay.c:
12854         * gst/rtp/gstrtpspeexdepay.c:
12855         * gst/rtp/gstrtpspeexpay.c:
12856         * gst/rtp/gstrtpsv3vdepay.c:
12857         Fix element descriptions.
12858
12859 2006-11-08  Wim Taymans  <wim@fluendo.com>
12860
12861         * gst/rtp/gstrtpvorbisdepay.c:
12862         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
12863         Fix description.
12864         Small cleanup in the payloader.
12865
12866 2006-11-08  Wim Taymans  <wim@fluendo.com>
12867
12868         * gst/rtp/Makefile.am:
12869         * gst/rtp/gstrtp.c: (plugin_init):
12870         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
12871         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
12872         (gst_rtp_theora_depay_finalize),
12873         (gst_rtp_theora_depay_parse_configuration),
12874         (gst_rtp_theora_depay_setcaps),
12875         (gst_rtp_theora_depay_switch_codebook),
12876         (gst_rtp_theora_depay_process),
12877         (gst_rtp_theora_depay_set_property),
12878         (gst_rtp_theora_depay_get_property),
12879         (gst_rtp_theora_depay_change_state),
12880         (gst_rtp_theora_depay_plugin_init):
12881         * gst/rtp/gstrtptheoradepay.h:
12882         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
12883         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
12884         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
12885         (gst_rtp_theora_pay_init_packet),
12886         (gst_rtp_theora_pay_flush_packet),
12887         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
12888         (gst_rtp_theora_pay_handle_buffer),
12889         (gst_rtp_theora_pay_plugin_init):
12890         * gst/rtp/gstrtptheorapay.h:
12891         Add theora pay/depayloaders.
12892
12893 2006-11-06  Wim Taymans  <wim@fluendo.com>
12894
12895         * gst/rtp/Makefile.am:
12896         We depend on gsttag to generate the vorbis comments.
12897
12898         * gst/rtp/gstrtpvorbisdepay.c:
12899         (gst_rtp_vorbis_depay_parse_configuration),
12900         (gst_rtp_vorbis_depay_setcaps),
12901         (gst_rtp_vorbis_depay_switch_codebook),
12902         (gst_rtp_vorbis_depay_process):
12903         * gst/rtp/gstrtpvorbisdepay.h:
12904         Parse configuration string in the depayloader.
12905         Implement selecting and switching to a new codebook.
12906         Receiving vorbis over RTP now works.
12907
12908         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
12909         (gst_rtp_vorbis_pay_init_packet),
12910         (gst_rtp_vorbis_pay_finish_headers),
12911         (gst_rtp_vorbis_pay_handle_buffer):
12912         * gst/rtp/gstrtpvorbispay.h:
12913         Set timestamps on outgoing buffers and RTP packets.
12914         Fix configuration string, prepend number of Packet headers.
12915         Fix encoding of ident string.
12916         Add delivery-method to caps.
12917         Streaming vorbis over RTP now works.
12918
12919 2006-11-06  Wim Taymans  <wim@fluendo.com>
12920
12921         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
12922         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
12923         (gst_rtp_vorbis_pay_handle_buffer):
12924         * gst/rtp/gstrtpvorbispay.h:
12925         Generate a valid configuration string in the caps based on the
12926         vorbis headers.
12927
12928 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
12929
12930         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
12931         * ext/cdio/gstcdio.h:
12932         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
12933           Move CD-TEXT utility function into common file so it can also be
12934           used by a future cdioparanoiasrc.
12935
12936 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
12937         
12938         * sys/v4l2/Makefile.am:
12939         * sys/v4l2/gstv4l2object.c:
12940         * sys/v4l2/gstv4l2src.c:
12941         * sys/v4l2/gstv4l2xoverlay.c:
12942         * sys/v4l2/v4l2_calls.c:
12943         * sys/v4l2/v4l2src_calls.c:
12944         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
12945         xoverlay code that is still not implemented.
12946
12947 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
12948
12949         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
12950           We require a -base more recent than 0.10.9, so it's safe to use
12951           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
12952
12953         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
12954         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
12955           Use _newsegment_full() now that we depend on a recent enough core.
12956
12957         * gst/wavparse/gstwavparse.c:
12958           Remove cruft that we don't need any longer now that we depend on
12959           a recent enough -base.
12960
12961 2006-10-31  Wim Taymans  <wim@fluendo.com>
12962
12963         * gst/rtp/Makefile.am:
12964         * gst/rtp/gstrtp.c: (plugin_init):
12965         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
12966         (gst_rtpilbcpay_setcaps):
12967         Fix and activate ILBC pay and depayloaders. Fixes #368162.
12968
12969 2006-10-31  Wim Taymans  <wim@fluendo.com>
12970
12971         * ext/speex/gstspeexdec.c: (speex_dec_convert),
12972         (speex_dec_sink_event), (speex_dec_chain_parse_header):
12973         Some small cleanups, use _scale.
12974
12975 2006-10-31  Wim Taymans  <wim@fluendo.com>
12976
12977         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
12978         Use higher precision scale function.
12979
12980 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
12981
12982         Patch by: Michal Benes  <michal dot benes at itonis tv>
12983
12984         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
12985         (gst_matroska_demux_read_track_encodings),
12986         (gst_matroska_decode_buffer):
12987           Fix several issues with encoded/compressed/encrypted/signed tracks;
12988           also, remove superfluous newline characters from some debug
12989           statements. (#366155)
12990
12991 2006-10-30  Wim Taymans  <wim@fluendo.com>
12992
12993         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
12994         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
12995         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
12996         (gst_smokedec_change_state):
12997         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
12998         (gst_smokeenc_init), (gst_smokeenc_finalize),
12999         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
13000         (gst_smokeenc_resync), (gst_smokeenc_chain),
13001         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
13002         (gst_smokeenc_change_state):
13003         Various cleanups, capsnego and leak fixes.
13004
13005 2006-10-30  Wim Taymans  <wim@fluendo.com>
13006
13007         Patch by: Mark Nauwelaerts  <manauw at skynet be>
13008
13009         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
13010         Fix videomixer so that it can handle any combination of framerates.
13011         Fixes #367221.
13012
13013 2006-10-28  Wim Taymans  <wim@fluendo.com>
13014
13015         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13016         (gst_avi_demux_parse_file_header),
13017         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
13018         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
13019         (gst_avi_demux_chain):
13020         Fix position query for audio. also fixes timestamps in streaming
13021         mode and bug #364958.
13022         Small cleanups.
13023
13024 2006-10-27  Wim Taymans  <wim@fluendo.com>
13025
13026         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
13027         * ext/libpng/gstpngenc.h:
13028         Fix strides. Fixes #364856.
13029         Cleanup capsnego.
13030         Set caps on outgoing buffers.
13031
13032 2006-10-18  Wim Taymans  <wim@fluendo.com>
13033
13034         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
13035
13036         * gst/rtp/gstrtpgsmpay.c:
13037         * gst/rtp/gstrtph263pay.c:
13038         * gst/rtp/gstrtpmpapay.c:
13039         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
13040         (gst_rtp_pcma_pay_handle_buffer):
13041         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
13042         Add static payload numbers in addition to the dynamic ones.
13043         Fixes #361639.
13044
13045 2006-10-18  Wim Taymans  <wim@fluendo.com>
13046
13047         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
13048         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
13049         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
13050         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
13051         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
13052         * gst/rtsp/rtspdefs.h:
13053         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13054         * gst/rtsp/rtspurl.h:
13055         Reuse already existing enum for lower transport.
13056         Add rtspt and rtspu protocols.
13057         Send redirect to rtspt when udp times out.
13058
13059 2006-10-18  Wim Taymans  <wim@fluendo.com>
13060
13061         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
13062         (gst_wavparse_stream_data):
13063         Fix seeking some more, mostly for speed changes.
13064
13065 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
13066
13067         Patch by: Fredrik Persson  <frepe at bredband net>
13068
13069         * sys/v4l2/gstv4l2tuner.c:
13070         * sys/v4l2/gstv4l2tuner.h:
13071           Fix _set_channel(): remove useless g_object_notify() for "channel"
13072           property that doesn't exist any longer and therefore now also
13073           useless redirect (#338818).
13074
13075 2006-10-17  Wim Taymans  <wim@fluendo.com>
13076
13077         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
13078         Some drivers do not support unsetting the non-blocking flag once the
13079         device is opened. In those cases, close/open the device in
13080         non-blocking mode. Fixes #362673.
13081
13082 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
13083
13084         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
13085         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
13086         (gst_v4l2src_get_fps):
13087           dear stefan, framespersecond is not frameperiod, reverting but adding
13088           comment
13089
13090 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
13091
13092         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
13093         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
13094         (gst_v4l2src_get_fps):
13095           Numerator is numerator and denominator is denominator. Say that aloud
13096           5 times and retry after next beer.
13097
13098 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
13099
13100         Patch by: Josep Torra Valles  <josep at fluendo com>
13101
13102         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
13103         * ext/esd/esdsink.c: (gst_esdsink_write):
13104         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
13105         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
13106         (gst_flac_dec_send_newsegment):
13107         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
13108         (gst_flac_enc_tell_callback):
13109         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
13110         (smokecodec_parse_header), (smokecodec_decode):
13111         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
13112         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
13113         * gst/goom/Makefile.am:
13114         * gst/goom/gstgoom.c:
13115         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
13116         * gst/rtsp/gstrtspsrc.c:
13117         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
13118         * gst/udp/gstudpsink.c:
13119         * gst/udp/gstudpsrc.c:
13120         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
13121         * sys/sunaudio/gstsunaudiomixertrack.h:
13122           Fix a bunch of problems discovered by the Forte compiler, mostly type
13123           mixups and pointer arithmetics with void pointers. Fixes #362603.
13124
13125 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
13126
13127         * ext/speex/gstspeex.c: (plugin_init):
13128         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
13129         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
13130         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
13131         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
13132         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
13133         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
13134         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
13135         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
13136         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
13137         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
13138         (gst_speex_enc_chain), (gst_speex_enc_get_property),
13139         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
13140         * ext/speex/gstspeexenc.h:
13141           Miscellaneous clean-ups, among other things: speexenc => enc to
13142           enhance code readability; change speexenc => speex_enc; in chain
13143           function unref input buffer in case of error; take reference in
13144           event function; use boilerplate macro; use gst_pad_query_peer_*
13145           convenience functions.
13146
13147 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
13148
13149         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
13150         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
13151         (gst_speexenc_set_header_on_caps):
13152           Fix some mem leaks.
13153
13154 2006-10-11  Wim Taymans  <wim@fluendo.com>
13155
13156         * gst/rtsp/URLS:
13157         Added some other URL.
13158
13159         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
13160         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
13161         (gst_rtspsrc_open), (gst_rtspsrc_play),
13162         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13163         * gst/rtsp/gstrtspsrc.h:
13164         Work on fallback to TCP connection when the UDP socket times out.
13165         Handler server requests, just reply with OK for now.
13166
13167         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13168         * gst/rtsp/rtspdefs.h:
13169         Added some more Real extension headers.
13170
13171         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13172         Fix parsing of urls with a ':' that is not part of the hostname:port
13173         part of the url.
13174
13175 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
13176
13177         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
13178         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
13179         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
13180           Activate pad before adding it to the already-running element.
13181
13182         * tests/check/elements/icydemux.c: (icydemux_found_pad):
13183           Activate newly-created pad too.
13184
13185 2006-10-11  Wim Taymans  <wim@fluendo.com>
13186
13187         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
13188
13189         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
13190         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
13191         (gst_udpsrc_start):
13192         Fix some leaks in caps and uris. Fixes #361252.
13193
13194 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
13195
13196         * gst/wavparse/Makefile.am:
13197           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
13198
13199 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
13200
13201         * sys/v4l2/gstv4l2xoverlay.c:
13202         * sys/v4l2/gstv4l2xoverlay.h:
13203         Fix build as per the patch in #338818 comment 36.
13204
13205 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
13206
13207         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
13208           Activate pads before adding them to the source.
13209
13210 2006-10-06  Wim Taymans  <wim@fluendo.com>
13211
13212         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
13213         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
13214         Activate pads before adding.
13215
13216 2006-10-06  Wim Taymans  <wim@fluendo.com>
13217
13218         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
13219         (gst_multipart_find_pad_by_mime):
13220         Activate pads before adding.
13221
13222         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
13223         BOILERPLATE sets parent_class for us.
13224
13225 2006-10-06  Wim Taymans  <wim@fluendo.com>
13226
13227         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
13228         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
13229         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
13230         (gst_rtspsrc_alloc_udp_ports),
13231         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
13232         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
13233         (gst_rtspsrc_create_transports_string),
13234         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
13235         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13236         * gst/rtsp/gstrtspsrc.h:
13237         Rework how the transport string is constructed, try to share channels
13238         and udp ports.
13239         Make most of the stuff less dependant on RTP as we are also going to use
13240         it for RDT.
13241         Add support for transport specific session managers.
13242
13243         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
13244         Implement _flush().
13245
13246         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13247         * gst/rtsp/rtspdefs.h:
13248         Add generic error return code.
13249
13250         * gst/rtsp/rtspext.h:
13251         Add support for pluggable tranport strings.
13252
13253         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
13254         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
13255         (rtsp_ext_wms_get_context):
13256         Detect WMServer and activate the extension.
13257
13258         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
13259         (rtsp_transport_get_manager), (rtsp_transport_parse):
13260         * gst/rtsp/rtsptransport.h:
13261         Added methods to get mime/manager for certain transports.
13262
13263 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
13264
13265         * ext/cairo/gsttimeoverlay.c:
13266         (gst_cairo_time_overlay_update_font_height):
13267         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
13268         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
13269         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
13270         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
13271         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13272         * ext/libpng/gstpngdec.c: (user_endrow_callback):
13273         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
13274         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
13275         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
13276         (gst_avi_demux_stream_data):
13277         * gst/cutter/gstcutter.c: (gst_cutter_chain):
13278         * gst/debug/efence.c: (gst_efence_buffer_alloc),
13279         (gst_fenced_buffer_copy):
13280         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
13281         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
13282         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
13283         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
13284         (gst_rtspsrc_handle_message):
13285         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
13286         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
13287           Printf format fixes.
13288
13289 2006-10-04  Wim Taymans  <wim@fluendo.com>
13290
13291         * gst/rtsp/Makefile.am:
13292         Dist new .h file too.
13293
13294 2006-10-04  Wim Taymans  <wim@fluendo.com>
13295
13296         * gst/rtsp/Makefile.am:
13297         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
13298         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
13299         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
13300         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
13301         (gst_rtspsrc_parse_rtpmap),
13302         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
13303         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13304         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
13305         * gst/rtsp/gstrtspsrc.h:
13306         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13307         * gst/rtsp/rtspdefs.h:
13308         * gst/rtsp/rtspext.h:
13309         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
13310         (rtsp_ext_wms_get_context):
13311         * gst/rtsp/rtspextwms.h:
13312         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
13313         (rtsp_transport_parse):
13314         * gst/rtsp/rtsptransport.h:
13315         Factor out extension in separate module.
13316         Fix getcaps to filter against the padtemplate.
13317         Use Content-Base if the server gives one.
13318         Rework the transport parsing a bit for future extensions.
13319         Added some Real Header field definitions.
13320
13321 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
13322
13323         * docs/plugins/Makefile.am:
13324         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13325         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13326           added v4l2 stubs
13327         * gst-plugins-good.spec.in:
13328           add v4l2
13329
13330 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
13331
13332         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
13333           Extract disc/album/medium number and count and try harder
13334           to extract track number/count.
13335
13336 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
13337
13338         * configure.ac:
13339         * sys/Makefile.am:
13340           add build stuff for v4l2, needs --enable-experimental until
13341           the last bits are resolved
13342
13343 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
13344
13345         * tests/check/Makefile.am:
13346           Disable autodetect test temporarily, so that the build bots
13347           update -bad and the ranks of unreliable video sinks in there.
13348
13349         * tests/check/elements/autodetect.c: (GST_START_TEST):
13350           Skip test if no usable videosink is found.
13351
13352 2006-09-29  Wim Taymans  <wim@fluendo.com>
13353
13354         * gst/rtsp/URLS:
13355         Add some more URLs.
13356
13357         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
13358         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
13359         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
13360         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
13361         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
13362         (gst_rtspsrc_loop), (gst_rtspsrc_send),
13363         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13364         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
13365         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13366         * gst/rtsp/gstrtspsrc.h:
13367         Add timeout property to control UDP timeouts.
13368         Fix error messages.
13369         Also start a loop function when operating in UDP mode so that we can
13370         do some more stuff async.
13371         Handle element messages from udpsrc to detect timeouts. If a timeout
13372         happens we currently generate an error.
13373         API: rtspsrc::timeout property.
13374
13375         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
13376         (gst_udpsrc_create):
13377         Really implement the timeout in microseconds and not milliseconds.
13378
13379 2006-09-29  Wim Taymans  <wim@fluendo.com>
13380
13381         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
13382         (gst_udpsrc_create), (gst_udpsrc_set_property),
13383         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
13384         * gst/udp/gstudpsrc.h:
13385         Added property to post a message on timeout.
13386         Updated docs.
13387         When restarting the select, initialize the fdsets again.
13388         Init control sockets so we don't accidentally close a random socket.
13389         API: GstUDPSrc::timeout property
13390
13391 2006-09-29  Wim Taymans  <wim@fluendo.com>
13392
13393         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
13394         Fix flag registration.
13395
13396         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
13397         Reading 0 also means 'no more commands'
13398
13399 2006-09-29  Wim Taymans  <wim@fluendo.com>
13400
13401         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
13402
13403         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
13404         Fix possible infinite loop when shutting down, a read can also return
13405         0 to indicate no more messages are available. Fixes #358156.
13406
13407 2006-09-25  Wim Taymans  <wim@fluendo.com>
13408
13409         * gst/autodetect/gstautoaudiosink.c:
13410         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
13411         (gst_auto_audio_sink_find_best):
13412         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
13413         Small cleanups.
13414         don't try to set "sync" property when it is not available.
13415
13416 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
13417
13418         Patch by: Peter Kjellerstedt  <pkj at axis com>
13419
13420         * gst/alpha/gstalpha.c:
13421         * gst/rtp/gstrtpamrdepay.c:
13422         * gst/rtsp/gstrtspsrc.c:
13423         * gst/udp/gstudpsrc.c:
13424         * gst/videomixer/videomixer.c:
13425           Include stdlib.h in some more places, makes things compile
13426           with uClibc and -Werror (#357592).
13427
13428 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
13429
13430         * ext/jpeg/gstjpegdec.c:
13431           Set minimum height to 8 (from 16), our code should handle
13432           that fine. Some of the buttons on the apple trailer site
13433           are apparently only 15 pixels high (see #357470).
13434
13435 2006-09-23  Wim Taymans  <wim@fluendo.com>
13436
13437         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
13438         (gst_rtspsrc_open):
13439         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
13440         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
13441         (rtsp_connection_receive):
13442         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13443         * gst/rtsp/rtspdefs.h:
13444         Improve error reporting.
13445
13446 2006-09-23  Wim Taymans  <wim@fluendo.com>
13447
13448         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
13449         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
13450         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
13451         * gst/rtp/gstrtpdepay.c:
13452         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
13453         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
13454         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
13455         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
13456         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
13457         (gst_rtp_mp2t_depay_plugin_init):
13458         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
13459         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
13460         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
13461         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
13462         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
13463         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
13464         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
13465         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
13466         Fix klass typos.
13467         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
13468
13469 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
13470
13471         * configure.ac:
13472           Need  -base CVS for gst_base_rtp_depayload_push_ts().
13473
13474 2006-09-22  Wim Taymans  <wim@fluendo.com>
13475
13476         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
13477         Don't check for a tag that is never there and check if we read the
13478         correct tag. Fixes seeking again.
13479         We must post an error when all pads are unlinked.
13480
13481 2006-09-22  Wim Taymans  <wim@fluendo.com>
13482
13483         * gst/rtp/Makefile.am:
13484         * gst/rtp/gstrtp.c: (plugin_init):
13485         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
13486         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
13487         (gst_rtp_vorbis_pay_reset_packet),
13488         (gst_rtp_vorbis_pay_init_packet),
13489         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
13490         (gst_rtp_vorbis_pay_handle_buffer):
13491         More fixage, set endoder-params correctly in the payloader.
13492
13493 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
13494
13495         * gst/autodetect/gstautoaudiosink.c:
13496         (gst_auto_audio_sink_base_init):
13497         * gst/autodetect/gstautovideosink.c:
13498         (gst_auto_video_sink_base_init):
13499           Make static pad templates static to appease valgrind's leak
13500           detector.
13501
13502         * tests/check/Makefile.am:
13503         * tests/check/elements/.cvsignore:
13504         * tests/check/elements/autodetect.c: (GST_START_TEST),
13505         (autodetect_suite):
13506           Add simple test for the ghostpad lockup on shutdown fixed in core
13507           CVS (audio bit disabled because it would need dozens of alsa
13508           suppressions and I'm too lazy to add those now).
13509
13510 2006-09-22  Wim Taymans  <wim@fluendo.com>
13511
13512         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
13513         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
13514         Small cleanups.
13515
13516         * gst/rtp/Makefile.am:
13517         * gst/rtp/gstrtp.c: (plugin_init):
13518         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
13519         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
13520         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
13521         (gst_rtp_vorbis_depay_process),
13522         (gst_rtp_vorbis_depay_set_property),
13523         (gst_rtp_vorbis_depay_get_property),
13524         (gst_rtp_vorbis_depay_change_state),
13525         (gst_rtp_vorbis_depay_plugin_init):
13526         * gst/rtp/gstrtpvorbisdepay.h:
13527         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
13528         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
13529         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
13530         (gst_rtp_vorbis_pay_flush_packet),
13531         (gst_rtp_vorbis_pay_append_buffer),
13532         (gst_rtp_vorbis_pay_handle_buffer),
13533         (gst_rtp_vorbis_pay_plugin_init):
13534         * gst/rtp/gstrtpvorbispay.h:
13535         Add experimental vorbis pay and depayloaders.
13536
13537 2006-09-21  Wim Taymans  <wim@fluendo.com>
13538
13539         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
13540         Fix profile-level-id parsing and setup.
13541
13542 2006-09-21  Wim Taymans  <wim@fluendo.com>
13543
13544         * gst/udp/README:
13545         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
13546         Update README, simple cleanup.
13547
13548 2006-09-21  Wim Taymans  <wim@fluendo.com>
13549
13550         * gst/rtp/README:
13551         Update README with some examples.
13552
13553         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
13554         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
13555         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
13556         (gst_rtp_mp4g_pay_setcaps):
13557         * gst/rtp/gstrtpmp4gpay.h:
13558         Make optional RTP parameters of type STRING, as required by the
13559         application/x-rtp caps specification.
13560
13561 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
13562
13563         * gst/rtp/gstrtph263pdepay.c:
13564         * gst/rtp/gstrtph263ppay.c:
13565         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
13566         RTP header.
13567
13568 2006-09-20  Wim Taymans  <wim@fluendo.com>
13569
13570         * gst/rtp/Makefile.am:
13571         And makefile too.
13572
13573 2006-09-20  Wim Taymans  <wim@fluendo.com>
13574
13575         * gst/rtp/gstrtp.c: (plugin_init):
13576         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
13577         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
13578         (decode_base64), (gst_rtp_asf_depay_setcaps),
13579         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
13580         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
13581         (gst_rtp_asf_depay_plugin_init):
13582         * gst/rtp/gstrtpasfdepay.h:
13583         Added preliminary ASF depayloader.
13584
13585         * gst/rtp/gstrtph264depay.c: (decode_base64):
13586         Fix base64 decoding.
13587
13588 2006-09-20  Wim Taymans  <wim@fluendo.com>
13589
13590         * gst/rtsp/URLS:
13591         Added some test URLS.
13592
13593         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
13594         (gst_rtspsrc_loop), (gst_rtspsrc_open):
13595         * gst/rtsp/gstrtspsrc.h:
13596         When creating streams, give access to the complete SDP.
13597         Fix some leaks.
13598         Collect and merge global stream properties in stream caps.
13599         Preliminary support for WMServer.
13600
13601         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
13602         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
13603         (rtsp_connection_receive):
13604         * gst/rtsp/rtspconnection.h:
13605         Make connection interruptable.
13606         Refactor to make it reconnectable.
13607         Don't fail on short reads when reading data packets.
13608
13609         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
13610         (rtsp_url_get_port):
13611         * gst/rtsp/rtspurl.h:
13612         Add methods for getting/setting the port.
13613
13614         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
13615         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
13616         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
13617         (sdp_media_get_format), (sdp_parse_line),
13618         (sdp_message_parse_buffer):
13619         Fix headers. 
13620         Add methods for getting multiple attributes with the same name.
13621         Increase buffer size when parsing.
13622         Fix parsing of a=foo fields.
13623
13624         * gst/rtsp/test.c: (main):
13625         Update to new connection API.
13626
13627         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
13628         (rtsp_message_init_response), (rtsp_message_init_data),
13629         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
13630         * gst/rtsp/rtspmessage.h:
13631         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
13632         * gst/rtsp/rtsptransport.h:
13633         * gst/rtsp/sdp.h:
13634         * gst/rtsp/sdpmessage.h:
13635         * gst/rtsp/gstrtsp.c:
13636         * gst/rtsp/gstrtsp.h:
13637         * gst/rtsp/gstrtpdec.c:
13638         * gst/rtsp/gstrtpdec.h:
13639         * gst/rtsp/rtsp.h:
13640         * gst/rtsp/rtspdefs.c:
13641         * gst/rtsp/rtspdefs.h:
13642         Dual licensed under MIT and LGPL now.
13643
13644 2006-09-19  Wim Taymans  <wim@fluendo.com>
13645
13646         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
13647         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
13648         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
13649         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
13650         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
13651         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13652         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
13653         * gst/rtsp/gstrtspsrc.h:
13654         Reorganize stream parsing and creation.
13655         Detect container formats in interleaved mode.
13656         Keep more state about the streams.
13657         Assume a server also supports PLAY if it does not say.
13658         Add unicast and interleaved properties to TCP transport requests to make
13659         some servers happy (WMServer).
13660
13661         * gst/rtsp/sdpmessage.h:
13662         Add some defines for the standard Bandwidth types.
13663
13664 2006-09-19  Wim Taymans  <wim@fluendo.com>
13665
13666         * gst/rtsp/test.c: (main):
13667         Fix build.
13668
13669 2006-09-19  Wim Taymans  <wim@fluendo.com>
13670
13671         * gst/wavparse/gstwavparse.c:
13672         Add ms-gsm to the src template.
13673
13674 2006-09-18  Wim Taymans  <wim@fluendo.com>
13675
13676         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
13677         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
13678         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
13679         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
13680         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
13681         * gst/rtsp/gstrtspsrc.h:
13682         Small cleanups, added documentation.
13683         Try to clean up the requests and responses.
13684         Refactor parsing the supported methods.
13685
13686         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
13687         (rtsp_connection_create), (rtsp_connection_send),
13688         (parse_response_status), (parse_request_line),
13689         (rtsp_connection_receive), (rtsp_connection_close),
13690         (rtsp_connection_free):
13691         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
13692         (rtsp_transport_init), (rtsp_transport_parse),
13693         (rtsp_transport_free):
13694         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13695         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
13696         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
13697         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
13698         Use g_return_val some more.
13699
13700         * gst/rtsp/rtspdefs.h:
13701         Add more enum values to track initial states.
13702
13703         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
13704         (rtsp_message_init_request), (rtsp_message_new_response),
13705         (rtsp_message_init_response), (rtsp_message_init_data),
13706         (rtsp_message_unset), (rtsp_message_free),
13707         (rtsp_message_add_header), (rtsp_message_remove_header),
13708         (rtsp_message_get_header), (rtsp_message_set_body),
13709         (rtsp_message_take_body), (rtsp_message_get_body),
13710         (rtsp_message_steal_body), (rtsp_message_dump):
13711         * gst/rtsp/rtspmessage.h:
13712         Reorder arguments, object goes as the first one.
13713         Use g_return_val some more.
13714
13715 2006-09-18  Wim Taymans  <wim@fluendo.com>
13716
13717         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
13718         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
13719         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
13720         * gst/rtsp/gstrtspsrc.h:
13721         Export sometimes source pad with correct caps on the template, create
13722         the ghostpad from the template.
13723         Remove RTCP template as we never expose RTCP.
13724         Protect against invalid body size.
13725         Avoid memcpy when creating the output buffer.
13726         Properly post an error and send EOS when the loop function is shut down.
13727
13728 2006-09-18  Wim Taymans  <wim@fluendo.com>
13729
13730         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
13731
13732         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
13733         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
13734         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
13735         * gst/rtsp/gstrtspsrc.h:
13736         Make sure we can never set an invalid location.
13737
13738         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
13739         * gst/rtsp/rtspmessage.h:
13740         Added _steal_body method for future use.
13741
13742         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
13743         Make freeing of NULL url return immediatly.
13744
13745 2006-09-18  Wim Taymans  <wim@fluendo.com>
13746
13747         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
13748
13749         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
13750         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
13751         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
13752         (gst_rtspsrc_change_state):
13753         * gst/rtsp/gstrtspsrc.h:
13754         Use boilerplate.
13755         Make rtspsrc subclass GstBin to make state changes easier.
13756         Add Range header field on the PLAY request.
13757
13758 2006-09-18  Wim Taymans  <wim@fluendo.com>
13759
13760         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
13761
13762         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
13763         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
13764         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
13765         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
13766         * gst/rtsp/rtspconnection.c: (inet_aton):
13767         Small cleanups.
13768         when multicast is selected as the transport, create UDP sources and
13769         connect to the multicast group.
13770         Move parsing and setting of caps to a common place.
13771         Fixes #349894.
13772
13773 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13774
13775         * ext/flac/gstflactag.c:
13776         * gst/alpha/gstalpha.c:
13777         * gst/debug/breakmydata.c:
13778         * gst/debug/negotiation.c:
13779         * gst/debug/testplugin.c:
13780         * gst/effectv/gstaging.c:
13781         * gst/effectv/gstdice.c:
13782         * gst/effectv/gstedge.c:
13783         * gst/effectv/gstquark.c:
13784         * gst/effectv/gstrev.c:
13785         * gst/effectv/gstshagadelic.c:
13786         * gst/effectv/gstvertigo.c:
13787         * gst/effectv/gstwarp.c:
13788         * gst/multipart/multipartdemux.c:
13789         * gst/multipart/multipartmux.c:
13790         * gst/videobox/gstvideobox.c:
13791         * gst/videofilter/gstgamma.c:
13792         * gst/videofilter/gstvideotemplate.c:
13793         * gst/videomixer/videomixer.c:
13794         * sys/sunaudio/gstsunaudiosrc.h:
13795         More G_OBJECT macro fixing.
13796
13797 2006-09-16  Wim Taymans  <wim@fluendo.com>
13798
13799         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
13800
13801         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
13802         Correctly set the dwLength in strh.
13803         With this patch, the file duration is now displayed correctly in window
13804         media player and the AVI plays completely. Fixes #356147
13805
13806 2006-09-15  Wim Taymans  <wim@fluendo.com>
13807
13808         Patch by: Darren Kenny <darren dot kenny at sun dot com>
13809
13810         * sys/sunaudio/gstsunaudiomixerctrl.c:
13811         (gst_sunaudiomixer_ctrl_build_list):
13812         Set the output track as the MASTER so that the gnome-settings-daemon
13813         keybindings for changing the volume using the keyboard works.
13814         Fixes #356142.
13815
13816 2006-09-15  Wim Taymans  <wim@fluendo.com>
13817
13818         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
13819         Fix documentation, it is not possible to control the framerate of jpegdec
13820         using filtered caps yet. Fixes #355210.
13821         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
13822         stop when there is an error.
13823
13824 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
13825
13826         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
13827         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
13828           Don't interpret a first buffer with an offset of NONE as
13829           'from the middle of the stream', but only a first buffer
13830           that has a valid buffer offset that's non-zero (see #345449).
13831
13832 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
13833
13834         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
13835         (gst_icydemux_typefind_or_forward):
13836         * gst/icydemux/gsticydemux.h:
13837           When we merge/collect multiple incoming buffers for typefinding
13838           purposes, keep an initial 0 offset on the first outgoing buffer
13839           as well (otherwise id3demux won't work right). Fixes #345449.
13840           Also Make buffer metadata writable before setting buffer caps.
13841
13842         * tests/check/elements/icydemux.c: (typefind_succeed),
13843         (cleanup_icydemux), (push_data), (GST_START_TEST),
13844         (icydemux_suite):
13845           Small test case for the above.
13846
13847 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
13848
13849         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
13850         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
13851         (gst_avi_demux_stream_header_push),
13852         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
13853         (gst_avi_demux_loop):
13854           More code reuse and better logging in _peek_chunk(). Reintroduce check
13855           for chunk sizes before reading them (avoid oom). Better handling for 
13856           invalid chunksizes when streaming.
13857
13858 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
13859
13860         * gst/level/gstlevel.c: (gst_level_set_property):
13861         * gst/level/gstlevel.h:
13862           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
13863           René Stadler
13864
13865 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
13866
13867         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
13868         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
13869         (gst_avi_demux_stream_data):
13870           Revert one change to fix streaming avi (adapter size != data size).
13871
13872 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13873
13874         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
13875
13876         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
13877         (gst_matroska_demux_reset),
13878         (gst_matroska_demux_read_track_encodings),
13879         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
13880         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
13881         (gst_matroska_demux_subtitle_caps):
13882         * gst/matroska/matroska-ids.h:
13883           Add support for VOBSUB subtitle tracks and zlib-compressed
13884           tracks. Make sure we start on a keyframe after a seek. (#343348)
13885
13886 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13887
13888         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
13889         (gst_matroska_demux_push_flac_codec_priv_data),
13890         (gst_matroska_demux_push_xiph_codec_priv_data),
13891         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
13892         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
13893         * gst/matroska/matroska-ids.h:
13894           Add basic FLAC support (#311586), not perfect yet though, needs some
13895           tweaking in flacdec; also, seeking could be better.
13896           Do better bounds checking when deserialising vorbis stream headers
13897           to make sure we don't read beyond the end of the buffer on bad input.
13898
13899 2006-09-04  Wim Taymans  <wim@fluendo.com>
13900
13901         Patch by: Alessandro Decina <alessandro at nnva dot org>
13902
13903         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
13904         Seeking back in a file containing a CMML stream errors out if the seek
13905         goes back up to the CMML headers. This is because after the seek the xml
13906         processing instruction <?xml ...?> is submitted to the xml parser again, 
13907         which results in an error. The attached patch fixes the problem. 
13908         Fixes #353908.
13909
13910         * ext/annodex/gstcmmlenc.h:
13911         Fix authors name.
13912
13913
13914 2006-08-28  Andy Wingo  <wingo@pobox.com>
13915
13916         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
13917         New helper function to lessen the ifdefs.
13918         (GST_INFO_OBJECT): 
13919         (gst_dv1394src_iso_receive): Use it.
13920         (gst_dv1394src_create): Also use the control sockets in iec61883
13921         mode.
13922         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
13923         handle for AVC operations; fixes #348233.
13924
13925 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
13926
13927         * configure.ac:
13928         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13929         * docs/plugins/inspect/plugin-audiofx.xml:
13930         * docs/plugins/inspect/plugin-audiofxgood.xml:
13931         * gst/audiofx/Makefile.am:
13932         * gst/audiofx/audiofx.c:
13933         * gst/audiofxgood/.cvsignore:
13934         * gst/audiofxgood/Makefile.am:
13935         * gst/audiofxgood/audiofx.c:
13936         * gst/audiofxgood/audiopanorama.c:
13937         * gst/audiofxgood/audiopanorama.h:
13938           Rename again (audiofxgood -> audiofx).
13939
13940 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
13941
13942         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
13943         (gst_avi_demux_stream_scan):
13944           Initialze variables.
13945
13946 2006-08-25  Wim Taymans  <wim@fluendo.com>
13947
13948         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
13949         (gst_avi_demux_init), (gst_avi_demux_finalize),
13950         (gst_avi_demux_reset), (gst_avi_demux_index_last),
13951         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
13952         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
13953         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
13954         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
13955         (gst_avi_demux_massage_index),
13956         (gst_avi_demux_calculate_durations_from_index),
13957         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
13958         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
13959         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
13960         (gst_avi_demux_change_state):
13961         * gst/avi/gstavidemux.h:
13962         More attempts to turn this into readable code.
13963         Don't leak adapters.
13964         Calculate duration according to index more efficiently.
13965         Don't try to act like we drive the pipeline in chain mode.
13966
13967 2006-08-25  Wim Taymans  <wim@fluendo.com>
13968
13969         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
13970         Fix build.
13971
13972 2006-08-25  Wim Taymans  <wim@fluendo.com>
13973
13974         Patch by: Alessandro Decina <alessandro at nnva dot org>
13975
13976         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
13977         Do some extra sanity checks.
13978         Fixes #350340.
13979
13980         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
13981         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
13982         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
13983         Check if clip->start_time is valid before adding the clip to the
13984         track list.
13985         Reset enc->preamble going from PAUSED to READY.
13986         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
13987         only used for EOS.
13988         Only post an error message if we were the one that created the fatal
13989         GstFlowReturn value.
13990
13991         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
13992         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
13993         Parse the seconds field of the npt-sec time format using %llu rather than
13994         %d and check that the value scaled by GST_SECOND doesn't overflow.
13995         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
13996         Lookup a clip's track with clip->track rather than clip->id which
13997         makes no sense.
13998         Identify a clip by its track and start time and not its xml id.
13999         do some more input checking and make sure we don't do undefined shifts.
14000
14001         * tests/check/elements/cmmldec.c: (setup_cmmldec),
14002         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
14003         (cmml_tag_message_pop), (check_headers), (push_clip_full),
14004         (push_clip), (push_empty_clip), (check_output_clip),
14005         (GST_START_TEST), (cmmldec_suite):
14006         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
14007         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
14008         (check_headers), (push_clip), (check_clip_times), (check_clip),
14009         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
14010         Added some more checks.
14011
14012 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14013
14014         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
14015         (gst_audio_panorama_set_property),
14016         (gst_audio_panorama_get_property),
14017         (gst_audio_panorama_transform_m2s_int),
14018         (gst_audio_panorama_transform_s2s_int),
14019         (gst_audio_panorama_transform_m2s_float),
14020         (gst_audio_panorama_transform_s2s_float):
14021         * gst/audiofxgood/audiopanorama.h:
14022         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
14023           Make also the pan-property float (saves scaling and yields better
14024           resolution)
14025
14026 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14027
14028         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
14029         (gst_audio_panorama_transform_m2s_float),
14030         (gst_audio_panorama_transform_s2s_float):
14031           ChangeLog surgery to add cymax's real name
14032
14033
14034 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14035
14036         Patch by: René Stadler <mail@renestadler.de>
14037
14038         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
14039         (gst_audio_panorama_transform_m2s_int),
14040         (gst_audio_panorama_transform_s2s_int),
14041         (gst_audio_panorama_transform_m2s_float),
14042         (gst_audio_panorama_transform_s2s_float),
14043         (gst_audio_panorama_transform):
14044         * gst/audiofxgood/audiopanorama.h:
14045           Added float support
14046
14047 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14048
14049         * gst/audiofxgood/audiopanorama.c:
14050         (gst_audio_panorama_transform_m2s):
14051           Fix docs & debug category. Add Fixme for volume pan levels.
14052
14053 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14054
14055         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
14056         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
14057         (gst_avi_demux_stream_header_pull),
14058         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14059         (gst_avi_demux_chain):
14060           unbreak AVI index handling, some more debug, remove an obsolete
14061           adapter_flush that caused streaming to wander off in the wild
14062
14063 2006-08-24  Wim Taymans  <wim@fluendo.com>
14064
14065         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
14066         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
14067         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
14068         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
14069         (gst_avi_demux_calculate_durations_from_index),
14070         (gst_avi_demux_stream_header_push),
14071         (gst_avi_demux_stream_header_pull):
14072         * gst/avi/gstavidemux.h:
14073         Some more cleanups. 
14074         Fix totalFrames parsing in ODML.
14075         Disable use of index for length calculation in case of ODML as this is
14076         broken now.
14077
14078 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
14079
14080         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
14081           Use libgsttag helper function here too.
14082
14083 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
14084
14085         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
14086         (gst_avi_demux_init), (gst_avi_demux_dispose),
14087         (gst_avi_demux_reset), (gst_avi_demux_index_next),
14088         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
14089         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
14090         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
14091         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
14092         (gst_avi_demux_parse_subindex),
14093         (gst_avi_demux_read_subindexes_push),
14094         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
14095         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
14096         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
14097         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
14098         (gst_avi_demux_stream_header_pull),
14099         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14100         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
14101         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
14102         (gst_avi_demux_change_state):
14103         * gst/avi/gstavidemux.h:
14104           Initial streaming support for avidemux (fixes #336465)
14105
14106 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14107
14108         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14109           There is no taglibmux element ...
14110
14111         * gst/rtsp/gstrtspsrc.c:
14112           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
14113           was complaining about unknown entity here.
14114
14115 2006-08-22  Wim Taymans  <wim@fluendo.com>
14116
14117         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14118         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
14119         (gst_avi_demux_process_next_entry):
14120         * gst/avi/gstavidemux.h:
14121         Mark DISCONT.
14122         Remove old unused fields and reorder the struct a bit.
14123
14124 2006-08-22  Wim Taymans  <wim@fluendo.com>
14125
14126         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
14127         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
14128         (gst_rtspsrc_pause):
14129         * gst/rtsp/gstrtspsrc.h:
14130         * sys/oss/gstosssink.c: (gst_oss_sink_open),
14131         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
14132         Small documentation updates.
14133
14134 2006-08-22  Wim Taymans  <wim@fluendo.com>
14135
14136         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14137         (gst_avi_demux_index_entry_for_time),
14138         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
14139         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
14140         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
14141         (gst_avi_demux_next_data_buffer),
14142         (gst_avi_demux_calculate_durations_from_index),
14143         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
14144         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
14145         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
14146         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
14147         * gst/avi/gstavidemux.h:
14148         Precalc most of the duration query for each stream.
14149         Make seeking more correct.
14150         Use GstSegment to track position and duration.
14151         Code cleanups and leak fixes.
14152         Calculate correct total duration based on index length.
14153
14154 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
14155
14156         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
14157         (parse_insert_string_field):
14158           If strings in text fields are marked ISO8859-1, but contain
14159           valid UTF-8 already, then handle them as UTF-8 and ignore
14160           the encoding. (#351794)
14161
14162 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14163
14164         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
14165         (gst_flac_dec_write), (gst_flac_dec_loop),
14166         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
14167         (gst_flac_dec_src_query):
14168         * ext/flac/gstflacdec.h:
14169           Make flac-in-ogg work (#352100).
14170
14171 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14172
14173         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
14174           Don't unref buffers of which we've already given away
14175           ownership to the adapter.
14176
14177 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14178
14179         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
14180           Make metadata extraction actually work.
14181
14182         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
14183         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
14184         (gst_speexenc_chain):
14185           Fix metadata writing: replace old code which wrote completely
14186           broken tags with libgsttag-based code. Plus miscellaneous
14187           code cleanups (use static pad templates etc.) and a bunch
14188           of leak fixes.
14189
14190 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
14191
14192         * gst/audiopanorama/.cvsignore:
14193         * gst/audiopanorama/Makefile.am:
14194         * gst/audiopanorama/audiofx.c:
14195         * gst/audiopanorama/audiopanorama.c:
14196         * gst/audiopanorama/audiopanorama.h:
14197           die! die! die! you should never have been there
14198
14199 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
14200
14201         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
14202         Fix invalid memory access in audiopanorama test suite.
14203
14204 2006-08-21  Edward Hervey  <edward@fluendo.com>
14205
14206         * tests/check/elements/.cvsignore:
14207         ignore built file
14208
14209 2006-08-21  Wim Taymans  <wim@fluendo.com>
14210
14211         * gst/rtp/Makefile.am:
14212         Fix the build again.
14213
14214 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
14215
14216         * gst/audiofxgood/.cvsignore:
14217         * gst/audiofxgood/Makefile.am:
14218         * gst/audiofxgood/audiofx.c: (plugin_init):
14219         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
14220         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
14221         (gst_audio_panorama_set_property),
14222         (gst_audio_panorama_get_property),
14223         (gst_audio_panorama_get_unit_size),
14224         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
14225         (gst_audio_panorama_transform_m2s),
14226         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
14227         * gst/audiofxgood/audiopanorama.h:
14228           resubmit with the desired name *again*
14229
14230 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
14231
14232         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
14233         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
14234           use g_assert in _get_unit_size
14235
14236 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
14237
14238         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14239         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14240         * docs/plugins/inspect/plugin-audiofxgood.xml:
14241           cleanup -unused.txt to make it useful, add previously missing docs
14242
14243         * ext/Makefile.am:
14244           Quietly (accidentally) enable LADSPA for building by default, 
14245           despite the fact that it doesn't meet the plugin checklist.
14246             -- Added by Jan Schmidt 18 Dec 2006
14247
14248         * ext/esd/esdmon.c:
14249         * ext/esd/esdsink.c:
14250         * ext/esd/gstesd.c: (plugin_init):
14251           reflow to get rid of two external symbols
14252
14253         * gst/audiofxgood/audiofx.c: (plugin_init):
14254           re-add
14255
14256 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
14257
14258         * configure.ac:
14259         * gst/audiofxgood/.cvsignore:
14260         * gst/audiofxgood/Makefile.am:
14261         * gst/audiofxgood/audiofx.c
14262         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
14263         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
14264         (gst_audio_panorama_set_property),
14265         (gst_audio_panorama_get_property),
14266         (gst_audio_panorama_get_unit_size),
14267         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
14268         (gst_audio_panorama_transform_m2s),
14269         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
14270         * gst/audiofxgood/audiopanorama.h:
14271         * tests/check/Makefile.am:
14272         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
14273         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
14274         (panorama_suite), (main):
14275         Add audiofxgood plugin with audiopanorama element
14276
14277 2006-08-18  Wim Taymans  <wim@fluendo.com>
14278
14279         * docs/plugins/Makefile.am:
14280         More Oss docs fixage. 
14281
14282 2006-08-18  Wim Taymans  <wim@fluendo.com>
14283
14284         * gst/rtp/Makefile.am:
14285         * gst/rtp/gstrtp.c: (plugin_init):
14286         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
14287         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
14288         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
14289         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
14290         (gst_rtp_sv3v_depay_get_property),
14291         (gst_rtp_sv3v_depay_change_state),
14292         (gst_rtp_sv3v_depay_plugin_init):
14293         * gst/rtp/gstrtpsv3vdepay.h:
14294         Added experimental SVQ3 depayloader.
14295
14296 2006-08-18  Edward Hervey  <edward@fluendo.com>
14297
14298         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
14299         (gst_dvdemux_loop), (gst_dvdemux_change_state):
14300         * ext/dv/gstdvdemux.h:
14301         When handling seek requests, don't send the newsegment event from the
14302         calling thread. Instead save it so it can be sent from the streaming
14303         thread.
14304
14305 2006-08-17  Wim Taymans  <wim@fluendo.com>
14306
14307         Patch by: Sjoerd Simons <sjoerd at luon dot net>
14308
14309         * gst/multipart/multipartdemux.c: (multipart_parse_header):
14310         Accept leading whitespace before the boundary
14311         This patch makes the demuxer allow some whitespace before the actual
14312         boundary. This makes the demuxer work with the ``old'' gstreamer
14313         multipartmuxer again (which placed an extra \n before the start
14314         of the stream) Fixes #349068.
14315
14316 2006-08-17  Wim Taymans  <wim@fluendo.com>
14317
14318         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
14319         Error out on non-implemented stuff.
14320
14321 2006-08-16  Wim Taymans  <wim@fluendo.com>
14322
14323         Patch by: Andy Wingo <wingo at pobox dot com>
14324
14325         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
14326         (gst_signal_processor_start), (gst_signal_processor_stop),
14327         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
14328         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
14329         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
14330         (gst_signal_processor_change_state):
14331         Make ladspa elements reusable. Fixes #350006.
14332
14333 2006-08-16  Wim Taymans  <wim@fluendo.com>
14334
14335         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
14336         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
14337         names as possible. Fixes #349901.
14338
14339 2006-08-16  Wim Taymans  <wim@fluendo.com>
14340
14341         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
14342         (gst_signal_processor_do_pushes):
14343         A push() gives away our refcount so we should not use the buffer on the
14344         pen anymore.
14345
14346 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14347
14348         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
14349         (gst_oss_mixer_element_finalize):
14350           Don't leak device string.
14351
14352 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14353
14354         * configure.ac:
14355           Require CVS of GStreamer core and -base (for
14356           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
14357
14358         * ext/taglib/gstid3v2mux.cc:
14359           Write extended comment tags properly (#348762).
14360
14361         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
14362         (parse_comment_frame):
14363           Extract COMM frames into extended comments, which makes it
14364           easier to properly retain the description bit of the tag
14365           and maintain this information when re-tagging (#348762).
14366
14367 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14368
14369         * tests/check/Makefile.am:
14370           Don't try to run annodex unit tests if the annodex
14371           plugin has not been built (Fixes #351116).
14372
14373 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14374
14375         * gst/autodetect/gstautoaudiosink.c:
14376         (gst_auto_audio_sink_find_best):
14377           When we can't find a usable audiosink, don't error out,
14378           but use a fake sink instead and post a warning message
14379           on the bus (#341278).
14380
14381 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14382
14383         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
14384         * sys/oss/gstosssink.c:
14385         * sys/oss/gstosssrc.c:
14386           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
14387           ossmixer's new device property.
14388
14389         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14390         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14391           Add docs for OSS elements.
14392
14393         * docs/plugins/inspect/plugin-aasink.xml:
14394         * docs/plugins/inspect/plugin-alaw.xml:
14395         * docs/plugins/inspect/plugin-alpha.xml:
14396         * docs/plugins/inspect/plugin-alphacolor.xml:
14397         * docs/plugins/inspect/plugin-annodex.xml:
14398         * docs/plugins/inspect/plugin-apetag.xml:
14399         * docs/plugins/inspect/plugin-auparse.xml:
14400         * docs/plugins/inspect/plugin-autodetect.xml:
14401         * docs/plugins/inspect/plugin-avi.xml:
14402         * docs/plugins/inspect/plugin-cacasink.xml:
14403         * docs/plugins/inspect/plugin-cairo.xml:
14404         * docs/plugins/inspect/plugin-cdio.xml:
14405         * docs/plugins/inspect/plugin-cutter.xml:
14406         * docs/plugins/inspect/plugin-debug.xml:
14407         * docs/plugins/inspect/plugin-dv.xml:
14408         * docs/plugins/inspect/plugin-efence.xml:
14409         * docs/plugins/inspect/plugin-effectv.xml:
14410         * docs/plugins/inspect/plugin-esdsink.xml:
14411         * docs/plugins/inspect/plugin-flac.xml:
14412         * docs/plugins/inspect/plugin-flxdec.xml:
14413         * docs/plugins/inspect/plugin-gconfelements.xml:
14414         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
14415         * docs/plugins/inspect/plugin-goom.xml:
14416         * docs/plugins/inspect/plugin-halelements.xml:
14417         * docs/plugins/inspect/plugin-icydemux.xml:
14418         * docs/plugins/inspect/plugin-id3demux.xml:
14419         * docs/plugins/inspect/plugin-jpeg.xml:
14420         * docs/plugins/inspect/plugin-level.xml:
14421         * docs/plugins/inspect/plugin-matroska.xml:
14422         * docs/plugins/inspect/plugin-mulaw.xml:
14423         * docs/plugins/inspect/plugin-multipart.xml:
14424         * docs/plugins/inspect/plugin-navigationtest.xml:
14425         * docs/plugins/inspect/plugin-ossaudio.xml:
14426         * docs/plugins/inspect/plugin-png.xml:
14427         * docs/plugins/inspect/plugin-rtp.xml:
14428         * docs/plugins/inspect/plugin-rtsp.xml:
14429         * docs/plugins/inspect/plugin-shout2send.xml:
14430         * docs/plugins/inspect/plugin-smpte.xml:
14431         * docs/plugins/inspect/plugin-speex.xml:
14432         * docs/plugins/inspect/plugin-taglib.xml:
14433         * docs/plugins/inspect/plugin-udp.xml:
14434         * docs/plugins/inspect/plugin-videobalance.xml:
14435         * docs/plugins/inspect/plugin-videobox.xml:
14436         * docs/plugins/inspect/plugin-videoflip.xml:
14437         * docs/plugins/inspect/plugin-videomixer.xml:
14438         * docs/plugins/inspect/plugin-wavenc.xml:
14439         * docs/plugins/inspect/plugin-wavparse.xml:
14440         * docs/plugins/inspect/plugin-ximagesrc.xml:
14441           Update to CVS version.
14442           
14443 2006-08-16  Wim Taymans  <wim@fluendo.com>
14444
14445         * gst/rtp/gstrtpamrdepay.c:
14446         * gst/rtp/gstrtpmp4gdepay.c:
14447         Caps extra properties must be defined as strings for
14448         depayloaders because they are generated from an SDP.
14449
14450         * gst/rtp/Makefile.am:
14451         * gst/rtp/gstrtp.c: (plugin_init):
14452         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
14453         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
14454         (gst_rtp_h264_depay_finalize), (decode_base64),
14455         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
14456         (gst_rtp_h264_depay_set_property),
14457         (gst_rtp_h264_depay_get_property),
14458         (gst_rtp_h264_depay_change_state),
14459         (gst_rtp_h264_depay_plugin_init):
14460         * gst/rtp/gstrtph264depay.h:
14461         Added basic, not completely functional RFC 3984 H264 depayloader.
14462
14463 2006-08-16  Wim Taymans  <wim@fluendo.com>
14464
14465         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
14466         Add pads after setting them up.
14467
14468         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
14469         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
14470         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
14471         (gst_rtspsrc_stream_setup_rtp),
14472         (gst_rtspsrc_stream_configure_transport),
14473         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
14474         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
14475         (gst_rtspsrc_pause):
14476         * gst/rtsp/gstrtspsrc.h:
14477         Fix interleaved mode.
14478          - Protect streaming with lock.
14479          - Combine flows
14480          - set caps on outgoing buffers.
14481          - strip trailing \0 from data packets.
14482          - Configure RTP/RTCP in stream.
14483         Use DEBUG_OBJECT more.
14484
14485 2006-08-16  Wim Taymans  <wim@fluendo.com>
14486
14487         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
14488         Turn a g_print into a DEBUG line.
14489
14490 2006-08-13  Wim Taymans  <wim@fluendo.com>
14491
14492         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
14493         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
14494         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
14495         (gst_oss_mixer_element_get_property),
14496         (gst_oss_mixer_element_change_state):
14497         * sys/oss/gstossmixerelement.h:
14498         Small cleanups. Better error reporting.
14499         Add device property for the mixer instead of the hardcoded
14500         /dev/mixer. Fixes #350785.
14501         API: GstOssMixerElement::device property
14502
14503 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
14504
14505         Patch by: Jens Granseuer <jensgr at gmx net>
14506
14507         * gconf/Makefile.am:
14508           Make --disable-schemas work right (they still need
14509           to be copied to the installation directory, just not
14510           applied). Fixes #351347 (also #344100).
14511           
14512 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14513
14514         * configure.ac: back to HEAD
14515
14516 === release 0.10.4 ===
14517
14518 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
14519
14520         * configure.ac:
14521           releasing 0.10.4, "Dear Leader"
14522
14523 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14524
14525         Patch by: Edward Hervey <edward@fluendo.com>
14526
14527         * configure.ac:
14528         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
14529         (gst_wavparse_stream_data):
14530         Send the newsegment event in the streaming thread.
14531         Fixes #347529
14532
14533 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
14534
14535         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
14536         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
14537         (gst_smokeenc_resync), (gst_smokeenc_chain):
14538           Refuse sink caps in the encoder if width or height is not a
14539           multiple of 16, the encoder does not support that yet (#349939);
14540           along the same lines, check the return value of the encoder
14541           setup function; also remove some debug log clutter.
14542
14543 2006-08-04  Andy Wingo  <wingo@pobox.com>
14544
14545         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
14546         whether a processor can work in place or not, and for keeping
14547         track of its state. Change the FlowReturn instance variable from
14548         "state" to "flow_state", all callers changed.
14549
14550         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
14551         (gst_signal_processor_start, gst_signal_processor_stop)
14552         (gst_signal_processor_cleanup): New functions to manage the
14553         processor's state.
14554         (gst_signal_processor_setcaps): start() as well as setup() here.
14555         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
14556         (gst_signal_processor_change_state): Stop and cleanup the
14557         processor as we go to NULL.
14558
14559         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
14560         INPLACE_BROKEN is not set.
14561
14562         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
14563         Do the alloc_buffer in bytes, not frames.
14564         
14565 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14566
14567         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
14568         Fix rgb masks when recording in < 24bpp.
14569
14570 2006-08-04  Andy Wingo  <wingo@pobox.com>
14571
14572         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
14573         (gst_signal_processor_prepare)
14574         (gst_signal_processor_update_inputs)
14575         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
14576         (gst_signal_processor_flush)
14577         (gst_signal_processor_sink_activate_push)
14578         (gst_signal_processor_src_activate_pull)
14579         (gst_signal_processor_change_state): Remove the last of the code
14580         that assumes that we process whole buffers at a time. Fix some
14581         debugging. Seems to work now in some cases.
14582         (gst_signal_processor_src_activate_pull): BPB
14583
14584 2006-08-01  Andy Wingo  <wingo@pobox.com>
14585
14586         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
14587         Fix nframes-choosing.
14588         (gst_signal_processor_init): Init pending_in and pending_out.
14589
14590         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
14591         more default sample rate, although we never check that the sample
14592         rate actually gets set. Something for the future.
14593         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
14594         (gst_signal_processor_event): Refcount fixen.
14595         (gst_signal_processor_process): Pull the number of frames to
14596         process from the sizes of the buffers in the input pens.
14597         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
14598         (gst_signal_processor_do_pulls): Add an nframes argument, and use
14599         it instead of buffer_frames.
14600         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
14601         to do_pulls.
14602         (gst_signal_processor_chain)
14603         (gst_signal_processor_sink_activate_push)
14604         (gst_signal_processor_src_activate_pull):  Refcount fixen.
14605
14606         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
14607
14608 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
14609
14610         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
14611         (gst_signal_processor_process):
14612           don't query buffer-frames from caps, add lots of debug-log,
14613           try fix for assert (#349189)
14614
14615 2006-07-31  Wim Taymans  <wim@fluendo.com>
14616
14617         * gst/udp/gstudpsrc.c:
14618         Fix docs.
14619
14620 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
14621
14622         * ext/ladspa/gstsignalprocessor.c:
14623         (gst_signal_processor_add_pad_from_template),
14624         (gst_signal_processor_init), (gst_signal_processor_setcaps),
14625         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
14626         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
14627         (gst_signal_processor_sink_activate_push),
14628         (gst_signal_processor_src_activate_pull),
14629         (gst_signal_processor_change_state):
14630          Add debugs logs here and there, add more error handling, add some
14631          FIXME comments, filed #349189
14632
14633 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14634
14635         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
14636         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
14637         Set caps on buffer correctly.  Fixes bug #349155.
14638
14639 2006-07-28  Wim Taymans  <wim@fluendo.com>
14640
14641         Patch by: Sjoerd Simons <sjoerd at luon dot net>
14642
14643         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14644         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
14645         (gst_multipart_demux_finalize), (get_line_end),
14646         (multipart_parse_header), (multipart_find_boundary),
14647         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
14648         (gst_multipart_set_property), (gst_multipart_get_property):
14649         Uses GstAdapter instead of own buffering.
14650         Actually parses the mime-type correctly (In tests the mime-type was
14651         always "" with the old version).
14652         Uses the Content-length header if available to speed up things.
14653         Reliably autoscans the boundary name by default.
14654         Fixes #349068.
14655
14656         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
14657         Don't start the stream with a \n.
14658
14659 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
14660
14661         Patch by: Brian Cameron <brian dot cameron at sun com>
14662
14663         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
14664           Open source with O_NONBLOCK (#349015).
14665
14666 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
14667
14668         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
14669         (gst_avi_demux_massage_index):
14670         * gst/avi/gstavidemux.h:
14671           Whitespace fixes and more debug
14672
14673 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
14674
14675         * gst/autodetect/gstautoaudiosink.c:
14676         (gst_auto_audio_sink_create_element_with_pretty_name),
14677         (gst_auto_audio_sink_find_best),
14678         (gst_auto_audio_sink_change_state):
14679           Get rid of old and unused magic sound-server properties stuff.
14680           Add suffix to child sink's name that makes it easy to see from
14681           the name alone which type it actually is (alsa, oss, esd, etc.).
14682
14683 2006-07-27  Wim Taymans  <wim@fluendo.com>
14684
14685         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
14686         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
14687         (gst_udpsrc_start):
14688         * gst/udp/gstudpsrc.h:
14689         Rename "buffer" to "buffer-size" to make clear it is a size we set and
14690         not some sort of feature we enable.
14691
14692 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
14693
14694         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
14695           Use CLOSE_SOCKET() here instead of close() to maintain
14696           win32 workiness.
14697
14698 2006-07-27  Wim Taymans  <wim@fluendo.com>
14699
14700         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
14701
14702         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
14703         (gst_udpsrc_create), (gst_udpsrc_set_property),
14704         (gst_udpsrc_get_property), (gst_udpsrc_start):
14705         * gst/udp/gstudpsrc.h:
14706         Added "buffer-size" property to control the kernel receive buffer size.
14707         Update documentation.
14708         Small cleanups. Fixes #348752.
14709         API: buffer-size property
14710
14711 2006-07-26  Wim Taymans  <wim@fluendo.com>
14712
14713         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
14714
14715         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
14716         (gst_rtp_pcma_pay_handle_buffer):
14717         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
14718         (gst_rtp_pcmu_pay_handle_buffer):
14719         Fix timestamp calculation on outgoing RTP packets.
14720         Fixes #348675.
14721
14722 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14723
14724         * ext/taglib/gstid3v2mux.cc:
14725           Fix writing of comment frames (should be COMM not TCOM),
14726           is still sub-optimal though, since we don't retain or
14727           extract the comment descriptions properly (#334375,
14728           also see #334375).
14729
14730 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14731
14732         * gst/wavparse/gstwavparse.c:
14733           #define 'fact' RIFF chunk if we are not compiling against
14734           -base CVS (we don't want to depend on -base CVS for this
14735           one define only, and also not for release order reasons).
14736
14737 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14738
14739         * ext/taglib/gstid3v2mux.cc:
14740           Handle multiple tags of the same type properly. Re-inject
14741           unparsed ID3v2 frames that we get as binary blobs from
14742           id3demux into the tag again so we don't lose information
14743           when retagging (#334375).
14744
14745 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
14746
14747         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
14748           Document newly-added properties properly, so that there is a
14749           'Since: 0.10.4' in the plugin docs. Convert some property
14750           names into canonical GObject style (GObject will do that
14751           internally anyway).
14752
14753 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
14754
14755         * gst/id3demux/id3tags.c:
14756         (id3demux_add_id3v2_frame_blob_to_taglist):
14757           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
14758           well, and add the version to the blob's buffer caps, since that
14759           information will be needed for deserialisation later on (#348644).
14760
14761 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
14762
14763         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
14764         (gst_avi_demux_parse_stream):
14765          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
14766          indentation and spacing.
14767
14768 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14769
14770         * docs/plugins/Makefile.am:
14771         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14772         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14773         * docs/plugins/gst-plugins-good-plugins.args:
14774         * docs/plugins/inspect/plugin-1394.xml:
14775         * docs/plugins/inspect/plugin-aasink.xml:
14776         * docs/plugins/inspect/plugin-alaw.xml:
14777         * docs/plugins/inspect/plugin-alpha.xml:
14778         * docs/plugins/inspect/plugin-alphacolor.xml:
14779         * docs/plugins/inspect/plugin-annodex.xml:
14780         * docs/plugins/inspect/plugin-apetag.xml:
14781         * docs/plugins/inspect/plugin-auparse.xml:
14782         * docs/plugins/inspect/plugin-autodetect.xml:
14783         * docs/plugins/inspect/plugin-avi.xml:
14784         * docs/plugins/inspect/plugin-cacasink.xml:
14785         * docs/plugins/inspect/plugin-cairo.xml:
14786         * docs/plugins/inspect/plugin-cdio.xml:
14787         * docs/plugins/inspect/plugin-cutter.xml:
14788         * docs/plugins/inspect/plugin-debug.xml:
14789         * docs/plugins/inspect/plugin-dv.xml:
14790         * docs/plugins/inspect/plugin-efence.xml:
14791         * docs/plugins/inspect/plugin-effectv.xml:
14792         * docs/plugins/inspect/plugin-esdsink.xml:
14793         * docs/plugins/inspect/plugin-flac.xml:
14794         * docs/plugins/inspect/plugin-flxdec.xml:
14795         * docs/plugins/inspect/plugin-gconfelements.xml:
14796         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
14797         * docs/plugins/inspect/plugin-goom.xml:
14798         * docs/plugins/inspect/plugin-halelements.xml:
14799         * docs/plugins/inspect/plugin-icydemux.xml:
14800         * docs/plugins/inspect/plugin-id3demux.xml:
14801         * docs/plugins/inspect/plugin-jpeg.xml:
14802         * docs/plugins/inspect/plugin-level.xml:
14803         * docs/plugins/inspect/plugin-matroska.xml:
14804         * docs/plugins/inspect/plugin-mulaw.xml:
14805         * docs/plugins/inspect/plugin-multipart.xml:
14806         * docs/plugins/inspect/plugin-navigationtest.xml:
14807         * docs/plugins/inspect/plugin-ossaudio.xml:
14808         * docs/plugins/inspect/plugin-png.xml:
14809         * docs/plugins/inspect/plugin-rtp.xml:
14810         * docs/plugins/inspect/plugin-rtsp.xml:
14811         * docs/plugins/inspect/plugin-shout2send.xml:
14812         * docs/plugins/inspect/plugin-smpte.xml:
14813         * docs/plugins/inspect/plugin-speex.xml:
14814         * docs/plugins/inspect/plugin-udp.xml:
14815         * docs/plugins/inspect/plugin-videobalance.xml:
14816         * docs/plugins/inspect/plugin-videobox.xml:
14817         * docs/plugins/inspect/plugin-videoflip.xml:
14818         * docs/plugins/inspect/plugin-videomixer.xml:
14819         * docs/plugins/inspect/plugin-wavenc.xml:
14820         * docs/plugins/inspect/plugin-wavparse.xml:
14821         * docs/plugins/inspect/plugin-ximagesrc.xml:
14822           Update files to CVS/Prerelease version, add esdsink docs.
14823
14824         * ext/esd/esdsink.c:
14825           Add gtk-doc blurb.
14826
14827         * gst/rtp/gstrtpmp4vpay.c:
14828           Fix typo in element description.
14829
14830 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14831
14832         * ext/esd/esdsink.c: (gst_esdsink_open),
14833         (gst_esdsink_factory_init):
14834           Prevent libesd from auto-spawning a sound daemon if it
14835           is not already running. Now that we don't do evil stuff
14836           like that any longer we can give esdsink a rank so that
14837           autoaudiosink will try it as well if all other audio
14838           sinks fail (#343051).
14839
14840 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14841
14842         * ext/esd/Makefile.am:
14843           Oops, need to remove README from EXTRA_DIST as well.
14844
14845 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14846
14847         * ext/esd/README:
14848           Remove, it contains nothing useful anyway.
14849
14850         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
14851         (gst_esdsink_delay):
14852           Some small clean-ups; use GST_BOILERPLATE etc.
14853
14854 2006-07-24  Wim Taymans  <wim@fluendo.com>
14855
14856         * gst/law/alaw-decode.c: (alawdec_getcaps):
14857         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
14858         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
14859         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
14860         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
14861
14862 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
14863
14864         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
14865         (gst_wavparse_other), (gst_wavparse_perform_seek),
14866         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
14867         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
14868         (gst_wavparse_pad_query):
14869         * gst/wavparse/gstwavparse.h:
14870           Use information from 'fact' chunk for length calculation of compressed
14871           samples. Calculate bps if bogus value is found in wav header (embeded
14872           mp2/mp3).
14873           
14874
14875 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14876
14877         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
14878
14879         * configure.ac:
14880         * gst/udp/Makefile.am:
14881         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
14882         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
14883         * gst/udp/gstdynudpsink.h:
14884         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
14885         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
14886         * gst/udp/gstmultiudpsink.h:
14887         * gst/udp/gstudp.c: (plugin_init):
14888         * gst/udp/gstudpsink.h:
14889         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
14890         (gst_udpsrc_start), (gst_udpsrc_stop):
14891         * gst/udp/gstudpsrc.h:
14892         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
14893         (gst_udp_net_utils_win32_wsa_startup):
14894         * gst/udp/gstudpnetutils.h:
14895           Port udp plugin to win32 (#345288).
14896
14897 2006-07-24  Wim Taymans  <wim@fluendo.com>
14898
14899         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
14900         Remove unwanted DEBUG line.
14901
14902 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
14903
14904         * gst/id3demux/gstid3demux.c: (plugin_init):
14905         * gst/id3demux/id3tags.c:
14906         (id3demux_add_id3v2_frame_blob_to_taglist):
14907         * gst/id3demux/id3tags.h:
14908           On second thought, it might be wiser and more efficient
14909           not to do tag registration from a streaming thread.
14910
14911 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
14912
14913         * gst/id3demux/id3tags.c:
14914         (id3demux_add_id3v2_frame_blob_to_taglist),
14915         (id3demux_id3v2_frames_to_tag_list):
14916           Put ID3v2 frames we can't parse as binary blobs into private
14917           tags, so that they are not lost when retagging, at least once
14918           id3v2mux has been taught to re-inject those frames again.
14919           See bug #334375.
14920
14921 2006-07-21  Wim Taymans  <wim@fluendo.com>
14922
14923         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14924         (gst_avi_demux_process_next_entry):
14925         Fix some leaks.
14926
14927         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
14928         Don't use \n in debug lines.
14929
14930 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
14931
14932         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14933         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14934           Add annodex and icydemux, cleanup the sections a bit
14935
14936 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
14937
14938         Patch by: Alex Lancaster <alexl at users sourceforge net>
14939
14940         * ext/taglib/gstid3v2mux.cc:
14941           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
14942           ID3v2 TSSE frames (#347898).
14943
14944 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
14945
14946         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
14947           Respect mpegversion for "video/mpeg" and give message in case of
14948           unhandled versions.
14949
14950 2006-07-17  Wim Taymans  <wim@fluendo.com>
14951
14952         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
14953         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
14954         (gst_pngdec_chain), (gst_pngdec_sink_event),
14955         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
14956         (gst_pngdec_sink_activate_push):
14957         * ext/libpng/gstpngdec.h:
14958         Use statically allocated segment instead of leaking.
14959         Various cleanups.
14960         Fix flush and seek handling.
14961
14962 2006-07-16  Wim Taymans  <wim@fluendo.com>
14963
14964         * gst/rtp/Makefile.am:
14965         * gst/rtp/gstrtp.c: (plugin_init):
14966         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
14967         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
14968         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
14969         (gst_rtp_mp4g_depay_set_property),
14970         (gst_rtp_mp4g_depay_get_property),
14971         (gst_rtp_mp4g_depay_change_state),
14972         (gst_rtp_mp4g_depay_plugin_init):
14973         * gst/rtp/gstrtpmp4gdepay.h:
14974         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
14975         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
14976         (gst_rtp_mp4g_pay_flush):
14977         Added simple generic mpeg4 depayloader.
14978         Fix generic mpeg4 payloader.
14979
14980 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
14981
14982         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
14983           Don't try doing state changes on a NULL pointer.
14984
14985 2006-07-14  Wim Taymans  <wim@fluendo.com>
14986
14987         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
14988
14989         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
14990         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
14991         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
14992         * gst/rtp/gstrtpamrdepay.h:
14993         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
14994         Fixes #321191
14995
14996 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14997
14998         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
14999         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
15000         Fix segfault when moving mouse pointer to the bottom right corner.
15001
15002 2006-07-12  Wim Taymans  <wim@fluendo.com>
15003
15004         * gst/rtp/Makefile.am:
15005         * gst/rtp/gstrtp.c: (plugin_init):
15006         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
15007         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
15008         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
15009         (gst_rtp_mp2t_depay_set_property),
15010         (gst_rtp_mp2t_depay_get_property),
15011         (gst_rtp_mp2t_depay_change_state),
15012         (gst_rtp_mp2t_depay_plugin_init):
15013         * gst/rtp/gstrtpmp2tdepay.h:
15014         Added mpeg2 TS depayloader. Closing #347234.
15015
15016 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
15017
15018         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
15019           Remove g_assert that shouldn't be there and was triggered
15020           after trying to open a device that doesn't exist or can't
15021           be opened for some other reason (#347972).
15022
15023 2006-07-10  Edward Hervey  <edward@fluendo.com>
15024
15025         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15026         (gst_avi_demux_stream_header), (push_tag_lists):
15027         * gst/avi/gstavidemux.h:
15028         Don't push tag events found by gst_riff_parse_info() before outputting
15029         GST_EVENT_NEWSEGMENT.
15030
15031 2006-07-10  Wim Taymans  <wim@fluendo.com>
15032
15033         * gst/rtsp/Makefile.am:
15034         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
15035         (rtsp_connection_close):
15036         * gst/rtsp/rtspdefs.h:
15037         replaced closesocket and close in code with one CLOSE_SOCKET. 
15038         Some more cleanups. Fixes #345301.
15039
15040 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
15041
15042         * gst/autodetect/gstautoaudiosink.c:
15043           Fix example pipeline in docs.
15044
15045 2006-07-10  Wim Taymans  <wim@fluendo.com>
15046
15047         Patch by: Rob Taylor <robtaylor at floopily dot org>
15048
15049         * gst/udp/gstmultiudpsink.c: (join_multicast),
15050         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
15051         If a destination is added before the stream is set to PAUSED, the
15052         multicast group is not joined as the socket is not created yet. 
15053         Also TTL and LOOP should also be set. Fixes #346921.
15054
15055 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15056
15057         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
15058         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
15059         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
15060         (gst_ximage_src_init):
15061         * sys/ximage/gstximagesrc.h:
15062         Fix use-damage property to actually work :)
15063         Add startx, starty, endx, endy properties so screencasts other than full
15064         screen ones can work.
15065
15066 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15067
15068         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
15069         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
15070         (gst_ximage_src_class_init), (gst_ximage_src_init):
15071         * sys/ximage/gstximagesrc.h:
15072         Add use_damage property to offer ability to choose whether to use
15073         XDamage or not.
15074
15075 2006-07-07  Wim Taymans  <wim@fluendo.com>
15076
15077         * gst/goom/filters.c: (zoomFilterSetResolution):
15078         Avoid goom coredumping by clearing memory. 
15079         Fixes 345679.
15080
15081 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
15082
15083         * win32/vs6/libgstid3demux.dsp:
15084         Add a link to libgsttag-0.10.lib.
15085
15086 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
15087
15088         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
15089         (gst_tag_demux_read_range):
15090         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
15091         (gst_id3demux_read_range):
15092           Don't return FLOW_UNEXPECTED when a buffer is before
15093           the start of the stream (which might happen with
15094           large ID3v2 tags if the tag reading was done pullrange
15095           based and we then switched to push mode later on).
15096           Fixes regression introduced by commit from June 29th.
15097
15098 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
15099
15100         * ext/taglib/gstid3v2mux.cc:
15101           Make UTF-8 the default encoding when writing string
15102           tags (before, our UTF-8 strings would automatically
15103           be converted to ISO-8859-1 by taglib and written as
15104           ISO-8859-1 fields if that was possible).
15105
15106         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
15107         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
15108         (test_taglib_id3mux_with_tags):
15109           Add test case that makes sure our UTF-8 strings have
15110           actually been written into the tag as UTF-8.
15111
15112 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
15113
15114         * configure.ac:
15115           Let's try that again.
15116
15117 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
15118
15119         * configure.ac:
15120           Disable monoscope plugin for now until it fulfills
15121           all the requirements.
15122
15123 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
15124
15125         * configure.ac:
15126         * gst/monoscope/Makefile.am:
15127         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
15128         (gst_monoscope_class_init), (gst_monoscope_init),
15129         (gst_monoscope_finalize), (gst_monoscope_reset),
15130         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
15131         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
15132         (gst_monoscope_sink_event), (gst_monoscope_src_event),
15133         (gst_monoscope_change_state), (plugin_init):
15134         * gst/monoscope/gstmonoscope.h:
15135           Port monoscope visualisation to 0.10.
15136
15137 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
15138
15139         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
15140         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
15141           Return FLOW_UNEXPECTED when at the end of the file, not
15142           FLOW_ERROR. Fixes 'internal stream error' errors that
15143           would sometimes occur in totem when scrubbing to the
15144           end of an ID3v1 tagged mp3 file.
15145
15146 2006-07-03  Edward Hervey  <edward@fluendo.com>
15147
15148         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
15149         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
15150         (gst_pngdec_sink_event), (gst_pngdec_change_state):
15151         * ext/libpng/gstpngdec.h:
15152         Implement buffer clipping/dropping using GstSegment.
15153         This provides accurate seeking.
15154
15155 2006-07-03  Edward Hervey  <edward@fluendo.com>
15156
15157         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15158         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
15159         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
15160         (gst_avi_demux_process_next_entry), (push_tag_lists),
15161         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
15162         * gst/avi/gstavidemux.h:
15163         Proper aggregation of each stream's GstFlowReturn in order to figure out
15164         whether the task should stop or not.
15165         Don't send inline events before pushing out a NEW_SEGMENT, more
15166         specifically for GST_TAG_EVENT.
15167         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
15168         sub-indexes.
15169
15170 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
15171
15172         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
15173
15174         * sys/sunaudio/gstsunaudiomixerctrl.c:
15175         (gst_sunaudiomixer_ctrl_build_list):
15176           Move "Monitor" slider to input tab so it works more like
15177           sdtaudiocontrol, which is what people on Solaris are used
15178           to using for their mixer program (#346259).
15179
15180 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15181
15182         * tests/check/elements/level.c: (GST_START_TEST):
15183           fix a leak, clean up at the end
15184
15185 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
15186
15187         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15188         (gst_matroska_demux_send_event),
15189         (gst_matroska_demux_loop_stream_parse_id):
15190         * gst/matroska/matroska-ids.h:
15191           Send tag event after newsegment event.
15192
15193 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
15194
15195         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
15196         (gst_id3demux_read_range):
15197           Make sure we don't return GST_FLOW_OK with a NULL buffer in
15198           certain cases where a read beyond the end of the file is
15199           requested. Fixes #345930.
15200
15201         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
15202         (gst_tag_demux_read_range):
15203           Fix same issue here as well.
15204
15205 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15206
15207         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
15208         
15209         Fix hypothetical crash.
15210
15211 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
15212
15213         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
15214
15215         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
15216           Do not modify the ports value. If the user has turned off the
15217           built-in speakers, then we should not reset it in the prepare
15218           function, since this causes the built-in speakers to turn
15219           back on anytime the user changes a track in totem, rhythmbox,
15220           etc. (#346066).
15221
15222 2006-06-23  Wim Taymans  <wim@fluendo.com>
15223
15224         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
15225         Fix double caps unref when negotiation fails.
15226
15227 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
15228
15229         * ext/annodex/gstcmmldec.c:
15230         * ext/annodex/gstcmmlenc.c:
15231         * ext/annodex/gstcmmlparser.c:
15232         * ext/dv/gstdvdec.c:
15233         * ext/dv/gstdvdemux.c:
15234         * ext/gdk_pixbuf/pixbufscale.c:
15235         * ext/jpeg/gstjpegenc.c:
15236         * ext/jpeg/gstsmokedec.c:
15237         * ext/jpeg/gstsmokeenc.c:
15238         * ext/libpng/gstpngdec.c:
15239         * ext/libpng/gstpngenc.c:
15240         * ext/speex/gstspeexenc.c:
15241         * gst/alpha/gstalphacolor.c:
15242         * gst/cutter/gstcutter.c:
15243         * gst/debug/gstnavigationtest.c:
15244         * gst/icydemux/gsticydemux.c:
15245         * gst/level/gstlevel.c:
15246         * gst/multipart/multipart.c:
15247         * gst/rtp/gstrtpamrpay.c:
15248         * gst/rtp/gstrtpdepay.c:
15249         * gst/rtp/gstrtpilbcpay.c:
15250         * gst/rtp/gstrtpmp4gpay.c:
15251         * gst/rtp/gstrtpmp4vpay.c:
15252         * gst/rtsp/gstrtpdec.c:
15253         * gst/rtsp/gstrtspsrc.c:
15254         * gst/udp/gstdynudpsink.c:
15255         * gst/udp/gstmultiudpsink.c:
15256         * gst/udp/gstudpsrc.c:
15257         * gst/videobox/gstvideobox.c:
15258         * gst/videofilter/gstvideoflip.c:
15259           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
15260           plus two minor macro fixes.
15261
15262 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
15263
15264         * gst/matroska/matroska-demux.c:
15265         (gst_matroska_demux_check_subtitle_buffer),
15266         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
15267         (gst_matroska_demux_subtitle_caps):
15268         * gst/matroska/matroska-ids.c:
15269         (gst_matroska_track_init_subtitle_context):
15270         * gst/matroska/matroska-ids.h:
15271           Try to fix up broken matroska files containing subtitle
15272           streams with non-UTF8 character encodings (courtesy of
15273           mkvmerge) using either the encoding specified in the
15274           GST_SUBTITLE_ENCODING environment variable or the
15275           current locale's character set if it is non-UTF8.
15276           Fixes #337076.
15277
15278 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
15279
15280         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
15281           Set image type from APIC frame as "image-type" field
15282           of GST_TAG_IMAGE buffer caps (#344605).
15283
15284 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
15285
15286         * ext/flac/Makefile.am:
15287         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
15288         (gst_flac_dec_reset_decoders),
15289         (gst_flac_dec_setup_seekable_decoder),
15290         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
15291         (gst_flac_dec_metadata_callback),
15292         (gst_flac_dec_metadata_callback_seekable),
15293         (gst_flac_dec_metadata_callback_stream),
15294         (gst_flac_dec_error_callback),
15295         (gst_flac_dec_error_callback_seekable),
15296         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
15297         (gst_flac_dec_read_stream), (gst_flac_dec_write),
15298         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
15299         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
15300         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
15301         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
15302         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
15303         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
15304         (gst_flac_dec_sink_activate_push),
15305         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
15306         * ext/flac/gstflacdec.h:
15307           Support chain-based operation, should make flac-over-DAAP
15308           work (#340492).
15309
15310 2006-06-20  Wim Taymans  <wim@fluendo.com>
15311
15312         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15313         Doc updates, merge some unused symbols.
15314
15315 2006-06-20  Wim Taymans  <wim@fluendo.com>
15316
15317         * docs/plugins/Makefile.am:
15318         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15319         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15320         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
15321         * gst/rtsp/gstrtspsrc.c:
15322         * gst/rtsp/gstrtspsrc.h:
15323         Added documentation for the rtsp plugin. Fixes #345393.
15324
15325 2006-06-20  Wim Taymans  <wim@fluendo.com>
15326
15327         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
15328         (rtsp_connection_close), (rtsp_connection_free):
15329         Use better G_OS_* macros. Fixes #345301 some more.
15330
15331 2006-06-20  Wim Taymans  <wim@fluendo.com>
15332
15333         Patch by: Brian Cameron <brian dot cameron at sun dot com>
15334
15335         * sys/sunaudio/Makefile.am:
15336         * sys/sunaudio/gstsunaudio.c: (plugin_init):
15337         * sys/sunaudio/gstsunaudiomixerctrl.c:
15338         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
15339         (gst_sunaudiomixer_ctrl_list_tracks),
15340         (gst_sunaudiomixer_ctrl_get_volume),
15341         (gst_sunaudiomixer_ctrl_set_volume),
15342         (gst_sunaudiomixer_ctrl_set_mute),
15343         (gst_sunaudiomixer_ctrl_set_record):
15344         * sys/sunaudio/gstsunaudiomixerctrl.h:
15345         * sys/sunaudio/gstsunaudiomixertrack.c:
15346         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
15347         * sys/sunaudio/gstsunaudiomixertrack.h:
15348         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
15349         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
15350         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
15351         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
15352         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
15353         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
15354         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
15355         (gst_sunaudiosrc_reset):
15356         * sys/sunaudio/gstsunaudiosrc.h:
15357         Add a SunAudio source plugin.
15358         Support stereo and right/left channel gain in the mixer plugin.
15359         Support the RECORD flag so that you can switch between line-input and
15360         microphone in gnome-volume-control.
15361         Code cleanups like using an enumerator for track number instead of an 
15362         integer. Fixes #344923.
15363
15364 2006-06-20  Wim Taymans  <wim@fluendo.com>
15365
15366         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
15367
15368         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
15369         (rtsp_connection_close):
15370         Make RTSP plugin compile on windows. Fixes #345301.
15371         Some changes to original patch to catch errors better.
15372         use ifdef WIN32 instead of ifndef.
15373
15374 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15375
15376         * configure.ac:
15377         If we have libraw1394 >= 1.2.1, then we need libiec61883.
15378
15379 2006-06-18  Edward Hervey  <edward@fluendo.com>
15380
15381         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
15382         After a failed buffer alloc, we need to abort the jpeg decoding (it
15383         started when parsing headers to figure out how many bytes we need
15384         to request downstream).
15385
15386 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
15387
15388         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15389
15390         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
15391           Make sure we don't read beyond the end of the file (#345232).
15392
15393 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
15394
15395         * configure.ac:
15396           Fix --disable-external (can't set conditionals conditionally,
15397           #343602).
15398
15399 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
15400
15401         * autogen.sh:
15402         * configure.ac:
15403         * docs/Makefile.am:
15404           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
15405
15406         * docs/plugins/Makefile.am:
15407         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15408         * docs/plugins/inspect/plugin-taglib.xml:
15409           Add/fix apev2mux docs.
15410
15411 2006-06-14  Wim Taymans  <wim@fluendo.com>
15412
15413         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
15414         (gst_dvdec_finalize), (gst_dvdec_sink_event),
15415         (gst_dvdec_change_state):
15416         Reset segment info on flush.
15417         Alloc segment in _init, free in _finalize.
15418
15419         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
15420         Don't send segments twice.
15421
15422 2006-06-14  Wim Taymans  <wim@fluendo.com>
15423
15424         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
15425         Respect segment.stop. Fixes #342592.
15426
15427 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
15428
15429         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
15430           No language specified means the implied language is English
15431           according to the matroska spec (partially fixes #344708);
15432           add some more debug output.
15433
15434 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
15435
15436         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
15437         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
15438         (gst_wavparse_chain):
15439           When operating chain-based, don't make any assumptions about the
15440           chunking of the incoming data and make streaming work on days other
15441           than the second Thursday after a full moon. Also fix up debug
15442           messages here and there and make use of the most excellent new
15443           gst_pad_query_peer_duration() utility function.
15444           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
15445
15446         * gst/wavparse/gstwavparse.h:
15447           Remove trailing comma after last enum value, some compilers don't
15448           like that.
15449
15450 2006-06-13  Wim Taymans  <wim@fluendo.com>
15451
15452         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
15453         Handle premature EOS gracefully.
15454
15455 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
15456
15457         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
15458           Prevent out of bounds array access when scrubbing towards
15459           the end of the file between the last index entry and the
15460           end. Fixes occasional 'start <= stop' newsegment event
15461           assertions when scrubbing in MJPEG files.
15462
15463 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
15464
15465         * tests/check/elements/.cvsignore:
15466           And another one.
15467
15468 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
15469
15470         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
15471         (scan_encoded_string), (parse_picture_frame):
15472           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
15473
15474         * configure.ac:
15475           Require core >= 0.10.8 (for GST_TAG_IMAGE and
15476           GST_TAG_PPEVIEW_IMAGE used in the patch above).
15477
15478 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15479
15480         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
15481           gratuitous comment changes
15482         * tests/check/elements/level.c: (GST_START_TEST):
15483           fix level test leaks
15484
15485 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
15486
15487         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
15488         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
15489           Use gst_pad_query_peer_duration() utility function here.
15490
15491 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15492
15493         * autogen.sh:
15494           require am17
15495         * configure.ac:
15496         * ext/annodex/Makefile.am:
15497         * ext/cdio/Makefile.am:
15498         * ext/dv/Makefile.am:
15499         * ext/esd/Makefile.am:
15500         * ext/flac/Makefile.am:
15501         * ext/gdk_pixbuf/Makefile.am:
15502         * ext/ladspa/Makefile.am:
15503         * ext/libcaca/Makefile.am:
15504         * ext/speex/Makefile.am:
15505         * ext/taglib/Makefile.am:
15506         * sys/oss/Makefile.am:
15507         * sys/sunaudio/Makefile.am:
15508         * sys/ximage/Makefile.am:
15509           clean up build further
15510
15511 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15512
15513         * gconf/Makefile.am:
15514           Honour --disable-schemas-install configure option. Fixes #344100.
15515
15516 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15517
15518         * tests/examples/level/Makefile.am:
15519           Add -lm to LIBS for pow() function, don't assume one of our
15520           dependencies (such as libxml-2.0) drags it in automatically
15521           (#343603).
15522
15523 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15524
15525         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
15526
15527         * configure.ac:
15528           We should use $SED and not $(SED) in configure.ac (#343678).
15529
15530 2006-06-09  Wim Taymans  <wim@fluendo.com>
15531
15532         Patch by: Brian Cameron <brian dot cameron at sun dot com>
15533
15534         * sys/sunaudio/gstsunaudiomixerctrl.c:
15535         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
15536         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
15537         (gst_sunaudiomixer_ctrl_set_mute):
15538         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
15539         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
15540         (gst_sunaudiosink_write):
15541         Attached find a patch that fixes a number of bugs with the SunAudio
15542         mixer plugin and fixes #344101:
15543         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
15544            tracks onto the tracklist causing gnome-volume-control's preferences
15545            dialog to be messed up and would core dump if you checked/unchecked
15546            any item.
15547         2. We weren't previously setting the MUTE flag properly.  Fixing this
15548            makes gnome-volume-control work better.
15549         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
15550            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
15551            gnome-volume-control look better.
15552         Also some minor cleanup in gstsunaudiosink.c.
15553
15554 2006-06-09  Wim Taymans  <wim@fluendo.com>
15555
15556         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
15557         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
15558         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
15559         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
15560         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
15561         * ext/jpeg/gstjpegdec.h:
15562         API: Added IDCT method property
15563         Small cleanups.
15564         Avoid dynamic allocation of trivial fixed structure.
15565         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
15566
15567 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15568
15569         * configure.ac:
15570         We now require libraw1394 >= 1.1.0 and that version onwards all
15571         have .pc files.
15572
15573 2006-06-02  Edward Hervey  <edward@fluendo.com>
15574
15575         * gst/law/alaw-decode.c: (alawdec_getcaps): 
15576         Trying to get items from an ANY or EMPTY caps is ... stupid.
15577
15578 2006-06-02  Edward Hervey  <edward@fluendo.com>
15579
15580         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
15581         (gst_dvdec_chain), (gst_dvdec_change_state):
15582         * ext/dv/gstdvdec.h:
15583         Added GstSegment handling, now implements dropping/clipping.
15584
15585 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
15586
15587         * ext/aalib/gstaasink.h:
15588         * ext/annodex/gstcmmldec.h:
15589         * ext/cairo/gsttimeoverlay.h:
15590         * ext/dv/gstdvdec.h:
15591         * ext/dv/gstdvdemux.h:
15592         * ext/esd/esdmon.h:
15593         * ext/esd/esdsink.h:
15594         * ext/flac/gstflacenc.h:
15595         * ext/gconf/gstgconfaudiosink.h:
15596         * ext/gconf/gstgconfaudiosrc.h:
15597         * ext/gconf/gstgconfvideosink.h:
15598         * ext/gconf/gstgconfvideosrc.h:
15599         * ext/gdk_pixbuf/gstgdkanimation.h:
15600         * ext/gdk_pixbuf/pixbufscale.h:
15601         * ext/hal/gsthalaudiosink.h:
15602         * ext/hal/gsthalaudiosrc.h:
15603         * ext/jpeg/gstjpegenc.h:
15604         * ext/jpeg/gstsmokedec.h:
15605         * ext/jpeg/gstsmokeenc.h:
15606         * ext/libcaca/gstcacasink.h:
15607         * ext/libmng/gstmngdec.h:
15608         * ext/libmng/gstmngenc.h:
15609         * ext/libpng/gstpngdec.h:
15610         * ext/libpng/gstpngenc.h:
15611         * ext/raw1394/gstdv1394src.h:
15612         * ext/speex/gstspeexenc.h:
15613         * gst/autodetect/gstautoaudiosink.h:
15614         * gst/autodetect/gstautovideosink.h:
15615         * gst/avi/gstavidemux.h:
15616         * gst/cutter/gstcutter.h:
15617         * gst/debug/efence.h:
15618         * gst/debug/gstnavigationtest.h:
15619         * gst/debug/gstnavseek.h:
15620         * gst/flx/gstflxdec.h:
15621         * gst/goom/gstgoom.h:
15622         * gst/icydemux/gsticydemux.h:
15623         * gst/id3demux/gstid3demux.h:
15624         * gst/law/alaw-decode.h:
15625         * gst/law/alaw-encode.h:
15626         * gst/law/mulaw-decode.h:
15627         * gst/law/mulaw-encode.h:
15628         * gst/matroska/matroska-mux.h:
15629         * gst/median/gstmedian.h:
15630         * gst/oldcore/gstaggregator.h:
15631         * gst/oldcore/gstfdsink.h:
15632         * gst/oldcore/gstmd5sink.h:
15633         * gst/oldcore/gstmultifilesrc.h:
15634         * gst/oldcore/gstpipefilter.h:
15635         * gst/oldcore/gstshaper.h:
15636         * gst/oldcore/gststatistics.h:
15637         * gst/rtp/gstasteriskh263.h:
15638         * gst/rtp/gstrtpL16depay.h:
15639         * gst/rtp/gstrtpL16pay.h:
15640         * gst/rtp/gstrtpamrdepay.h:
15641         * gst/rtp/gstrtpamrpay.h:
15642         * gst/rtp/gstrtpdepay.h:
15643         * gst/rtp/gstrtpgsmdepay.h:
15644         * gst/rtp/gstrtpgsmpay.h:
15645         * gst/rtp/gstrtph263pay.h:
15646         * gst/rtp/gstrtph263pdepay.h:
15647         * gst/rtp/gstrtph263ppay.h:
15648         * gst/rtp/gstrtpmp4gpay.h:
15649         * gst/rtp/gstrtpmp4vdepay.h:
15650         * gst/rtp/gstrtpmp4vpay.h:
15651         * gst/rtp/gstrtpmpadepay.h:
15652         * gst/rtp/gstrtpmpapay.h:
15653         * gst/rtp/gstrtppcmadepay.h:
15654         * gst/rtp/gstrtppcmapay.h:
15655         * gst/rtp/gstrtppcmudepay.h:
15656         * gst/rtp/gstrtppcmupay.h:
15657         * gst/rtp/gstrtpspeexdepay.h:
15658         * gst/rtp/gstrtpspeexpay.h:
15659         * gst/rtsp/gstrtpdec.h:
15660         * gst/rtsp/gstrtspsrc.h:
15661         * gst/smpte/gstsmpte.h:
15662         * gst/udp/gstdynudpsink.h:
15663         * gst/udp/gstmultiudpsink.h:
15664         * gst/udp/gstudpsink.h:
15665         * gst/udp/gstudpsrc.h:
15666         * gst/videofilter/gstvideobalance.h:
15667         * gst/videofilter/gstvideoflip.h:
15668         * sys/oss/gstossdmabuffer.h:
15669         * sys/oss/gstossmixerelement.h:
15670         * sys/oss/gstosssink.h:
15671         * sys/oss/gstosssrc.h:
15672         * sys/osxvideo/osxvideosink.h:
15673         * sys/sunaudio/gstsunaudiomixer.h:
15674         * sys/sunaudio/gstsunaudiosink.h:
15675         * sys/ximage/gstximagesrc.h:
15676         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
15677
15678 2006-05-31  Wim Taymans  <wim@fluendo.com>
15679
15680         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
15681         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
15682         (gst_goom_src_setcaps), (gst_goom_src_event),
15683         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
15684         (gst_goom_change_state):
15685         * gst/goom/gstgoom.h:
15686         Handle QoS.
15687         Handle flushing, discont and events.
15688         Fix timestamps and various other cleanups.
15689
15690 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15691
15692         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
15693         Fix bus reset when using libiec61883
15694
15695 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15696
15697         * configure.ac:
15698         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
15699         * ext/raw1394/Makefile.am:
15700         Add CFLAGS.
15701         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
15702         New method, to receive using libiec61883.
15703         (gst_dv1394src_iso_receive),
15704         #ifdef'd out if libiec61883 is present.
15705         (gst_dv1394src_bus_reset),
15706         Get userdata correctly if using libiec61883. 
15707         (gst_dv1394src_create),
15708         When using libiec61883, only poll one fd and no need to read.
15709         (gst_dv1394src_discover_avc_node),
15710         Replace g_warnings.
15711         (gst_dv1394src_start),
15712         Create new handle when we know which dv port.  More reliable
15713         than setting port on an existing handle.  Initialise libiec61883.
15714         (gst_dv1394src_stop):
15715         If using libiec61883, then cleanup its handle properly.
15716         * ext/raw1394/gstdv1394src.h:
15717         Add libiec61883 handle.
15718
15719 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
15720
15721         * gst/avi/gstavidemux.c:
15722           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
15723         * win32/MANIFEST:
15724           sort file listing
15725         * win32/vs6/libgstavi.dsp:
15726           add gstavimux.c to the project
15727         * win32/vs6/libgstid3demux.dsp:
15728           add link to zlib library
15729         * win32/vs6/libgstmatroska.dsp:
15730           add matroska-ids.c to the project
15731
15732 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
15733
15734         Patch by: Sebastian Dröge  <mail at slomosnail de >
15735
15736         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15737         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15738         * ext/taglib/Makefile.am:
15739         * ext/taglib/gstapev2mux.cc:
15740         * ext/taglib/gstapev2mux.h:
15741         * ext/taglib/gstid3v2mux.cc:
15742         * ext/taglib/gsttaglibmux.c: (plugin_init):
15743         * ext/taglib/gsttaglibmux.h:
15744           Add apev2mux element (#343122).
15745         
15746         * tests/check/Makefile.am:
15747         * tests/check/elements/apev2mux.c:
15748         (test_taglib_apev2mux_create_tags),
15749         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
15750         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
15751         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
15752         (apev2mux_suite), (main):
15753           Add unit test for apev2mux element.
15754
15755 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15756
15757         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
15758         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
15759         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
15760           GST_PTR_FORMAT should be used to print caps in debug statements.
15761
15762 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15763
15764         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
15765
15766         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
15767         (ape_demux_parse_tags):
15768           Some clean-ups and additions: map APE 'file' tag to
15769           GST_TAG_LOCATION (#343123); add support for extracting
15770           the track count and clean up parsing a bit (#343127).
15771
15772 2006-05-28  Edward Hervey  <edward@fluendo.com>
15773
15774         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
15775         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
15776
15777 2006-05-28  Edward Hervey  <edward@fluendo.com>
15778
15779         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
15780         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
15781         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
15782         * ext/jpeg/gstjpegdec.h:
15783         Clip outgoing buffers according to currently configured segment.
15784
15785 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15786
15787         * ext/taglib/gstid3v2mux.cc:
15788           Handle  writing of track-count or album-volume-count without
15789           track-number or albume-volume-number (in this case the number
15790           will just be set to 0).
15791
15792         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
15793           It would be nice if we actually checked the values received for
15794           track/album-volume number/count in  _check_tags(), rather than
15795           setting them again ...
15796
15797 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15798
15799         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
15800           A track/volume number or count of 0 does not make sense,
15801           just ignore it along with negative numbers (a tag might
15802           only contain a track count without a track number).
15803
15804 2006-05-27  Edward Hervey  <edward@fluendo.com>
15805
15806         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
15807         (gst_jpeg_dec_sink_event):
15808         Abort decompression when receiving FLUSH_STOP. This should avoid
15809         issues when interrupting decoding with flushes.
15810
15811 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
15812
15813         * ext/flac/gstflac.c:
15814           Don't #include file we don't dist any longer.
15815
15816 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
15817
15818         * README:
15819           Replace current README (containing the release notes from
15820           some 0.9.x version) with a proper README taken from the core.
15821
15822 2006-05-24  Wim Taymans  <wim@fluendo.com>
15823
15824         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
15825         Implement EOS correctly by either posting
15826         SEGMENT_DONE or pushing an EOS message depending
15827         on the seek type. Fixes #342592
15828
15829 2006-05-24  Wim Taymans  <wim@fluendo.com>
15830
15831         * gst/law/alaw-decode.c: (gst_alawdec_chain):
15832         * gst/law/alaw-decode.h:
15833         * gst/law/alaw-encode.c: (gst_alawenc_chain):
15834         * gst/law/alaw-encode.h:
15835         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
15836         * gst/law/mulaw-decode.h:
15837         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
15838         * gst/law/mulaw-encode.h:
15839         Some cleanups in the chain functions.
15840         Remove some GStreamer 0.0.2 bits.
15841
15842 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15843
15844         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15845
15846         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
15847           gst_collect_pads_stop() needs to be called before chaining up
15848           to the parent class (#342734).
15849
15850 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15851
15852         * ext/flac/Makefile.am:
15853         * ext/flac/flac_compat.h:
15854         * ext/flac/gstflac.c:
15855         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
15856         * ext/flac/gstflacenc.c:
15857           Remove backwards compatibility cruft for dealing with FLAC API
15858           changes in the 1.0.x series - we require 1.1.1 or newer these days.
15859
15860 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15861
15862         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15863         (gst_matroska_demux_push_xiph_codec_priv_data),
15864         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
15865         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
15866         * gst/matroska/matroska-ids.h:
15867         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
15868         (gst_matroska_mux_video_pad_setcaps),
15869         (xiph3_streamheader_to_codecdata),
15870         (vorbis_streamheader_to_codecdata),
15871         (theora_streamheader_to_codecdata),
15872         (gst_matroska_mux_audio_pad_setcaps),
15873         (gst_matroska_mux_write_data):
15874           Add support for muxing/demuxing theora video (#342448; too bad
15875           none of the usual linux players can actually play this). Playback
15876           in GStreamer will require additional changes to theoradec in -base.
15877           Refactor streamheaders <=> CodecPrivateData code a bit; some small
15878           cleanups.
15879
15880 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15881
15882         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
15883         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
15884           Fix crashes when the horizontal subsampling is 1.
15885           Fixes #342097.
15886
15887 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15888
15889         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15890
15891         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
15892         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
15893         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
15894         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
15895         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
15896         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
15897         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
15898         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
15899         (gst_avi_mux_change_state):
15900         * gst/avi/gstavimux.h:
15901           Some enhancements for avimux (#342526):
15902            - add odml (large file) index support
15903            - store codec init data (e.g. huffyuv)
15904            - miscellaneous other fixes/cleanups
15905
15906 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15907
15908         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
15909         Don't output any tag when we encounter a negative track number - the
15910         tag type is uint, so we end up outputting huge positive numbers
15911         instead. (Fixes: #342029)
15912
15913 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15914
15915         * configure.ac:
15916           update for new GSTPB_PLUGINS_DIR
15917
15918 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
15919
15920         * rtp/gst/gstrtph263pay.c:
15921         Properly set static caps for H263 at 34.
15922
15923 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15924
15925         Patch by: James "Doc" Livingston  <doclivingston gmail com>
15926
15927         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
15928           Merge event tags and tag setter tags correctly (#339918). Also,
15929           don't leak taglist in case of an error.
15930           
15931 2006-05-17  Edward Hervey  <edward@fluendo.com>
15932
15933         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
15934         We can only do caps intersection if the othercaps are non-empty and not
15935         ANY. Else we return the pad template (base_caps).
15936
15937 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
15938
15939         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
15940           Fix crash when outputting debugging information for certain
15941           pictures (always good to use the right struct member for
15942           the number of records in an array).
15943
15944 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
15945
15946         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
15947
15948         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
15949         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
15950         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
15951         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
15952         (gst_ebml_read_float), (gst_ebml_read_ascii),
15953         (gst_ebml_read_binary):
15954           Don't create unnecessary sub-buffers all the time. Dramatically
15955           improves performance with multiple concurrently running
15956           matroskademux instances (#341818) (and avoids doing
15957           unnecessarily inefficient things in the general case).
15958
15959 2006-05-16  Edward Hervey  <edward@fluendo.com>
15960
15961         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
15962         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
15963         return value of gst_pad_push_event().
15964
15965 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
15966
15967         * gst/autodetect/gstautoaudiosink.c:
15968         (gst_auto_audio_sink_find_best):
15969         * gst/autodetect/gstautovideosink.c:
15970         (gst_auto_video_sink_find_best):
15971         Make the name of the child element be based on the name of the
15972         parent, so that debug output is more useful.
15973         
15974         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
15975         (parse_insert_string_field), (parse_split_strings):
15976         Rework string parsing to always walk over BOM markers in UTF16
15977         strings, using the endianness indicated by the innermost one,
15978         then trying the opposite endianness if that fails to convert
15979         to valid UTF-8. Fixes #341774
15980
15981 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15982
15983         Patch from: Matthieu <matthieu at fluendo dot com>
15984
15985         * ext/libpng/Makefile.am:
15986         Add LIBPNG_CFLAGS.
15987
15988 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15989
15990         * ext/taglib/gstid3v2mux.cc:
15991           Add support for writing images (APIC frames) into ID3v2
15992           tags (picture type always set to 'other' for now though).
15993
15994 2006-05-14  Michael Smith  <msmith@fluendo.com>
15995
15996         * gst/wavparse/gstwavparse.c:
15997           Update docs; wavparse implements push and pull modes.
15998
15999 2006-05-12  Wim Taymans  <wim@fluendo.com>
16000
16001         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
16002         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
16003         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
16004         Ooops, bitten by the copy-and-paste design paradigm, fixes
16005         seek again.
16006
16007 2006-05-12  Wim Taymans  <wim@fluendo.com>
16008
16009         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
16010         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
16011         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
16012         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
16013         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
16014         (gst_avi_demux_massage_index),
16015         (gst_avi_demux_calculate_durations_from_index),
16016         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
16017         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
16018         (gst_avi_demux_loop):
16019         * gst/avi/gstavidemux.h:
16020         Some cleanups, prepare to use GstSegment.
16021         Fix error in entry walking code.
16022         Fix VBR detection.
16023         Smarter timestamp calculation code.
16024         Uniform error/eos handling.
16025
16026 2006-05-12  Michael Smith  <msmith@fluendo.com>
16027
16028         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
16029         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
16030           Fix use of uninitialised values if we're NOT seeking in ready.
16031           Fix typos.
16032
16033 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
16034
16035         * gst/wavparse/Makefile.am:
16036           Add CFLAGS and LIBS for libgstbase, fixes build on
16037           Cygwin (#341489).
16038
16039 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
16040
16041         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
16042           Some more debug info. No need to check whether the string
16043           returned by g_convert() is really UTF-8 - either it is or
16044           we get NULL returned.
16045
16046 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
16047
16048         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
16049           Fix parsing of numeric genre strings some more, by ensuring that
16050           we only try and parse strings that a) Start with '(' and b) Consist
16051           only of digits.
16052           Also, when finding an escaping '((' sequence, bust it back to '(' by
16053           swallowing the first parenthesis
16054
16055 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
16056
16057         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
16058         (gst_esdsink_open), (gst_esdsink_close):
16059         * ext/esd/esdsink.h:
16060           Move the esd_get_server_info() into gst_esdsink_open() and fail
16061           with a decent error message on errors.
16062
16063 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
16064
16065         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
16066         (gst_esdmon_channels_get_type):
16067         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
16068         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
16069         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
16070         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
16071         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
16072         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
16073         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
16074         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
16075         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
16076         * gst/videomixer/videomixer.c:
16077         (gst_video_mixer_background_get_type):
16078           Const-ify GEnumValue arrays.
16079
16080 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
16081
16082         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
16083
16084         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
16085         (gst_avi_mux_do_video_buffer):
16086           Work around gst_buffer_make_metadata_writable() bug that
16087           results in avimux marking all frames in the index as
16088           keyframes (#340859).
16089           
16090 2006-05-08  Wim Taymans  <wim@fluendo.com>
16091
16092         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
16093         Make parsing of urls suck slightly less.
16094
16095 2006-05-08  Edward Hervey  <edward@fluendo.com>
16096
16097         * autogen.sh: (CONFIGURE_DEF_OPT): 
16098         libtoolize on Darwin/MacOSX is called glibtoolize.
16099
16100 2006-05-08  Wim Taymans  <wim@fluendo.com>
16101
16102         Patch by: Jens Granseuer <jensgr at gmx dot net>
16103
16104         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
16105         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
16106         C89 compliance fixes. Fixes #340980
16107
16108 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
16109
16110         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
16111         * ext/flac/gstflacdec.h:
16112           Handle segment seeks that include the end of the file as stop point
16113           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
16114           message instead of an EOS event in case we're in segment seek
16115           mode (fixes #340699).
16116           
16117 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
16118
16119         * ext/cairo/gsttextoverlay.c:
16120         * ext/flac/gstflacdec.c:
16121         * ext/gdk_pixbuf/pixbufscale.c:
16122         * gst/apetag/gstapedemux.c:
16123         * gst/debug/breakmydata.c:
16124         * gst/debug/testplugin.c:
16125         * gst/matroska/ebml-write.c:
16126         * gst/multipart/multipartdemux.c:
16127         * sys/osxaudio/gstosxaudiosink.c:
16128         * sys/osxaudio/gstosxaudiosrc.c:
16129         Add semicolons after GST_BOILERPLATE[_FULL] so that
16130         indent doesn't mess up following lines.
16131
16132 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
16133
16134         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
16135
16136         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
16137           Don't leak caps when freeing the stream context (#340623).
16138
16139 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
16140
16141         * configure.ac:
16142           Back to CVS
16143
16144 === release 0.10.3 ===
16145
16146 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
16147
16148         * configure.ac:
16149           releasing 0.10.3, "Desplazado"
16150
16151 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
16152
16153         * gst/matroska/matroska-mux.c:
16154         (gst_matroska_mux_stream_is_vorbis_header),
16155         (gst_matroska_mux_write_data):
16156           Don't strcmp() NULL strings.
16157           Only start new clusters on video keyframes, not on any
16158           random audio buffer that doesn't have the DELTA_UNIT
16159           flag set (fixes 'make check' again).
16160
16161 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
16162
16163         Patch by: Mark Nauwelaerts  <manauw at skynet be>
16164
16165         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
16166         (gst_matroska_mux_stream_is_vorbis_header),
16167         (gst_matroska_mux_write_data):
16168           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
16169           value and then dead-lock when muxing vorbis audio streams
16170           (the three vorbis header buffers carry no timestamp, and it
16171           would try to mux these after all video buffers). Fixes #340346.
16172
16173           Improve clustering: start a new cluster also whenever we get
16174           a keyframe.     
16175
16176 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16177
16178         * win32/common/config.h:
16179         * win32/MANIFEST
16180           add the generated file as well
16181
16182 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16183
16184         * Makefile.am:
16185         * configure.ac:
16186         * win32/common/config.h.in:
16187           add win32 stuff
16188
16189 2006-05-03  Michael Smith  <msmith@fluendo.com>
16190
16191         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
16192           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
16193           SUCKS.
16194
16195 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
16196
16197         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
16198         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
16199         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
16200           don't leak caps-string
16201
16202 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
16203
16204         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
16205         (gst_id3demux_sink_activate):
16206           Let core insert default error message for TYPE_NOT_FOUND
16207           errors, it's just as good as our own and has the added
16208           bonus of being translated.
16209
16210 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
16211
16212         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
16213         (gst_tag_demux_sink_event):
16214         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
16215         (gst_id3demux_sink_event):
16216           Post an error message when we get an EOS event and were not
16217           able to find out the type of stream.
16218
16219         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
16220         (test_taglib_id3mux_with_tags):
16221           Decrease num-buffers to 16 per iteration again, otherwise the
16222           many memcpy()s and reallocations in the test will hammer slow
16223           CPUs completely and make the test timeout.
16224
16225 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16226
16227         * configure.ac:
16228           figure out where plugins-base plugins are
16229         * tests/check/Makefile.am:
16230           use plugins-base plugins, so we have typefind functions
16231         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
16232           increase num-buffers, this makes sure the test errors out instead
16233           of timing out when no typefind functions are present
16234
16235 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16236
16237         * docs/plugins/Makefile.am:
16238           also check .cc files for gtk-doc markup
16239         * configure.ac:
16240         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16241         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16242         * tests/check/Makefile.am:
16243         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
16244         * ext/Makefile.am:
16245         * ext/taglib/Makefile.am:
16246         * ext/taglib/gstid3v2mux.h:
16247         * ext/taglib/gsttaglibmux.c:
16248         * ext/taglib/gsttaglibmux.h:
16249           move taglib-based id3v2muxer to -good.  Fixes #336110.
16250
16251 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
16252
16253         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
16254           ... and fix multichannel/WAVFORMATEX support again.
16255
16256 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
16257
16258         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16259         (gst_wavparse_class_init), (gst_wavparse_dispose),
16260         (gst_wavparse_reset), (gst_wavparse_init),
16261         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
16262         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
16263         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
16264         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
16265         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
16266         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
16267         (gst_wavparse_stream_data), (gst_wavparse_loop),
16268         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
16269         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
16270         (gst_wavparse_change_state), (plugin_init):
16271         * gst/wavparse/gstwavparse.h:
16272           Add push (streaming) mode to wavparse (fixes #337625)
16273
16274 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16275
16276         * configure.ac:
16277         * tests/Makefile.am:
16278           add ximagesrc icles test
16279
16280 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16281
16282         * configure.ac:
16283         * docs/plugins/Makefile.am:
16284         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16285         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16286         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
16287         (gst_cmml_enc_push_clip):
16288         * sys/Makefile.am:
16289         * sys/ximage/Makefile.am:
16290         * sys/ximage/gstximagesrc.c:
16291           Move ximagesrc plug-in to good after review.  Fixes #336756.
16292
16293 2006-04-28  Michael Smith  <msmith@fluendo.com>
16294
16295         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
16296         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
16297         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
16298         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
16299         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
16300         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
16301         * gst/icydemux/gsticydemux.h:
16302           Fix event handling: cache events when typefinding and forward later.
16303
16304 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16305
16306         * sys/osxaudio/gstosxaudiosink.c:
16307         (plugin_init):
16308          Register osxaudiosrc to the plugin.
16309         * sys/osxaudio/gstosxaudiosrc.c:
16310         (gst_osx_audio_src_osxelement_do_init),
16311         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
16312         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
16313         (gst_osx_audio_src_get_property),
16314         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
16315         (gst_osx_audio_src_osxelement_init):
16316         * sys/osxaudio/gstosxaudiosrc.h:
16317           Port of osxaudiosrc to 0.10.
16318         * sys/osxaudio/Makefile.am:
16319           Add osxaudiosrc
16320
16321 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16322
16323         * sys/osxaudio/gstosxringbuffer.c:
16324         * sys/osxaudio/gstosxringbuffer.h:
16325           Forgot to commit earlier, part of the OSX audio plugin port
16326
16327 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
16328
16329         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
16330         (parse_split_strings):
16331           Recognise and skip any byte order marker (BOM) in
16332           UTF-16 strings.
16333
16334 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
16335
16336         * docs/plugins/Makefile.am:
16337         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16338         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16339         * docs/plugins/gst-plugins-good-plugins.hierarchy:
16340         * docs/plugins/inspect/plugin-avi.xml:
16341         * gst/avi/gstavidemux.c:
16342         * gst/avi/gstavimux.c:
16343           Add docs for both avidemux and avimux.
16344
16345 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
16346
16347         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16348
16349         * gst/avi/Makefile.am:
16350         * gst/avi/gstavi.c: (plugin_init):
16351         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
16352         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
16353         (gst_avi_mux_class_init), (gst_avi_mux_init),
16354         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
16355         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
16356         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
16357         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
16358         (gst_avi_mux_riff_get_avix_header),
16359         (gst_avi_mux_riff_get_video_header),
16360         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
16361         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
16362         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
16363         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
16364         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
16365         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
16366         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
16367         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
16368         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
16369         (gst_avi_mux_change_state):
16370         * gst/avi/gstavimux.h:
16371           Port AVI muxer to GStreamer-0.10 (#332031).
16372
16373         * tests/check/Makefile.am:
16374         * tests/check/elements/avimux.c:
16375         * tests/check/elements/.cvsignore:
16376           Add unit test for AVI muxer.
16377
16378 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
16379
16380         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16381         (gst_wavparse_class_init), (gst_wavparse_reset),
16382         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
16383         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
16384         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
16385         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
16386         (gst_wavparse_stream_data), (gst_wavparse_loop),
16387         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
16388         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
16389         (plugin_init):
16390         * gst/wavparse/gstwavparse.h:
16391           reverted patch #337625 for the price of 1 hour sleep
16392
16393 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
16394
16395         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16396         (gst_wavparse_class_init), (gst_wavparse_reset),
16397         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
16398         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
16399         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
16400         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
16401         (gst_wavparse_stream_data), (gst_wavparse_loop),
16402         (gst_wavparse_chain), (plugin_init):
16403         * gst/wavparse/gstwavparse.h:
16404           correct partial implementation of push mode
16405           (from my last commit)
16406
16407 2006-04-26  Wim Taymans  <wim@fluendo.com>
16408
16409         * ext/esd/esdsink.c:
16410         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
16411         it is not in esd.h
16412
16413 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
16414
16415         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
16416         (gst_au_parse_class_init), (gst_au_parse_init),
16417         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
16418         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
16419         (gst_au_parse_chain), (gst_au_parse_src_convert),
16420         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
16421         (gst_au_parse_sink_event), (gst_au_parse_src_event),
16422         (gst_au_parse_change_state):
16423         * gst/auparse/gstauparse.h:
16424           Rewrite auparse to suck a little bit less: make source pad
16425           dynamic, so decodebin/playbin work with non-raw formats
16426           like alaw/mulaw; add query function for duration/position
16427           queries; check whether we have enough data before attempting
16428           to parse the header (instead of crashing when that is not the
16429           case); work around audioconvert sucking by swapping endianness
16430           to the native endianness ourselves for float formats; send
16431           initial newsegment event. Fixes #161712.
16432
16433 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16434
16435         * sys/osxaudio/Makefile.am:
16436         * sys/osxaudio/gstosxaudioelement.c:
16437         (gst_osx_audio_element_get_type),
16438         (gst_osx_audio_element_class_init):
16439         * sys/osxaudio/gstosxaudioelement.h:
16440         * sys/osxaudio/gstosxaudiosink.c:
16441         (gst_osx_audio_sink_osxelement_do_init),
16442         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
16443         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
16444         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
16445         (gst_osx_audio_sink_create_ringbuffer),
16446         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
16447         (plugin_init):
16448         * sys/osxaudio/gstosxaudiosink.h:
16449         Port of osxaudiosink to 0.10
16450
16451 2006-04-26  Wim Taymans  <wim@fluendo.com>
16452
16453         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
16454         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
16455         the size of the ringbuffer. This should fix hangs with older 
16456         esd sound servers.
16457
16458 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
16459
16460         * ext/aalib/gstaasink.c:
16461         * ext/annodex/gstcmmldec.c:
16462         * ext/annodex/gstcmmlenc.c:
16463         * ext/cairo/gsttextoverlay.c:
16464         * ext/cairo/gsttimeoverlay.c:
16465         * ext/cdio/gstcdiocddasrc.c:
16466         * ext/dv/gstdvdec.c:
16467         * ext/dv/gstdvdemux.c:
16468         * ext/esd/esdmon.c:
16469         * ext/esd/esdsink.c:
16470         * ext/flac/gstflacenc.c:
16471         * ext/flac/gstflactag.c:
16472         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
16473         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
16474         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
16475         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
16476         * ext/gdk_pixbuf/pixbufscale.c:
16477         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
16478         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
16479         * ext/jpeg/gstjpegdec.c:
16480         * ext/jpeg/gstjpegenc.c:
16481         * ext/jpeg/gstsmokedec.c:
16482         * ext/jpeg/gstsmokeenc.c:
16483         * ext/libcaca/gstcacasink.c:
16484         * ext/libmng/gstmngdec.c:
16485         * ext/libmng/gstmngenc.c:
16486         * ext/libpng/gstpngdec.c:
16487         * ext/libpng/gstpngenc.c:
16488         * ext/mikmod/gstmikmod.c:
16489         * ext/raw1394/gstdv1394src.c:
16490         * ext/shout2/gstshout2.c: (gst_shout2send_init):
16491         * ext/shout2/gstshout2.h:
16492         * ext/speex/gstspeexdec.c:
16493         * ext/speex/gstspeexenc.c:
16494         * gst/alpha/gstalpha.c:
16495         * gst/alpha/gstalphacolor.c:
16496         * gst/apetag/gstapedemux.c:
16497         * gst/auparse/gstauparse.c:
16498         * gst/autodetect/gstautoaudiosink.c:
16499         (gst_auto_audio_sink_base_init):
16500         * gst/autodetect/gstautovideosink.c:
16501         (gst_auto_video_sink_base_init):
16502         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
16503         * gst/avi/gstavimux.c: (gst_avimux_base_init):
16504         * gst/cutter/gstcutter.c:
16505         * gst/debug/breakmydata.c:
16506         * gst/debug/efence.c:
16507         * gst/debug/gstnavigationtest.c:
16508         * gst/debug/gstnavseek.c:
16509         * gst/debug/negotiation.c:
16510         * gst/debug/progressreport.c:
16511         * gst/debug/testplugin.c:
16512         * gst/effectv/gstaging.c:
16513         * gst/effectv/gstdice.c:
16514         * gst/effectv/gstedge.c:
16515         * gst/effectv/gstquark.c:
16516         * gst/effectv/gstrev.c:
16517         * gst/effectv/gstshagadelic.c:
16518         * gst/effectv/gstvertigo.c:
16519         * gst/effectv/gstwarp.c:
16520         * gst/flx/gstflxdec.c:
16521         * gst/goom/gstgoom.c:
16522         * gst/icydemux/gsticydemux.c:
16523         * gst/id3demux/gstid3demux.c:
16524         * gst/interleave/deinterleave.c:
16525         * gst/interleave/interleave.c:
16526         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
16527         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
16528         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
16529         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
16530         * gst/level/gstlevel.c:
16531         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
16532         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
16533         * gst/median/gstmedian.c:
16534         * gst/monoscope/gstmonoscope.c:
16535         * gst/multipart/multipartdemux.c:
16536         * gst/multipart/multipartmux.c:
16537         * gst/oldcore/gstaggregator.c:
16538         * gst/oldcore/gstfdsink.c:
16539         * gst/oldcore/gstmd5sink.c:
16540         * gst/oldcore/gstmultifilesrc.c:
16541         * gst/oldcore/gstpipefilter.c:
16542         * gst/oldcore/gstshaper.c:
16543         * gst/oldcore/gststatistics.c:
16544         * gst/rtp/gstasteriskh263.c:
16545         * gst/rtp/gstrtpL16depay.c:
16546         * gst/rtp/gstrtpL16pay.c:
16547         * gst/rtp/gstrtpamrdepay.c:
16548         * gst/rtp/gstrtpamrpay.c:
16549         * gst/rtp/gstrtpdepay.c:
16550         * gst/rtp/gstrtpgsmpay.c:
16551         * gst/rtp/gstrtph263pay.c:
16552         * gst/rtp/gstrtph263pdepay.c:
16553         * gst/rtp/gstrtph263ppay.c:
16554         * gst/rtp/gstrtpilbcdepay.c:
16555         * gst/rtp/gstrtpmp4gpay.c:
16556         * gst/rtp/gstrtpmp4vdepay.c:
16557         * gst/rtp/gstrtpmp4vpay.c:
16558         * gst/rtp/gstrtpmpadepay.c:
16559         * gst/rtp/gstrtpmpapay.c:
16560         * gst/rtp/gstrtppcmadepay.c:
16561         * gst/rtp/gstrtppcmapay.c:
16562         * gst/rtp/gstrtppcmudepay.c:
16563         * gst/rtp/gstrtppcmupay.c:
16564         * gst/rtp/gstrtpspeexdepay.c:
16565         * gst/rtp/gstrtpspeexpay.c:
16566         * gst/rtsp/gstrtpdec.c:
16567         * gst/rtsp/gstrtspsrc.c:
16568         * gst/smpte/gstsmpte.c:
16569         * gst/udp/gstdynudpsink.c:
16570         * gst/udp/gstmultiudpsink.c:
16571         * gst/udp/gstudpsink.c:
16572         * gst/udp/gstudpsrc.c:
16573         * gst/videobox/gstvideobox.c:
16574         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
16575         * gst/videofilter/gstvideobalance.c:
16576         * gst/videofilter/gstvideoflip.c:
16577         * gst/videofilter/gstvideotemplate.c:
16578         (gst_videotemplate_base_init):
16579         * gst/videomixer/videomixer.c:
16580         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16581         (gst_wavparse_class_init), (gst_wavparse_dispose),
16582         (gst_wavparse_reset), (gst_wavparse_init),
16583         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
16584         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
16585         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
16586         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
16587         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
16588         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
16589         (gst_wavparse_change_state):
16590         * gst/wavparse/gstwavparse.h:
16591         * sys/oss/gstossmixerelement.c:
16592         * sys/oss/gstosssink.c:
16593         * sys/oss/gstosssrc.c:
16594         * sys/osxaudio/gstosxaudioelement.c:
16595         * sys/osxaudio/gstosxaudiosink.c:
16596         * sys/osxaudio/gstosxaudiosrc.c:
16597         * sys/sunaudio/gstsunaudiomixer.c:
16598         * sys/sunaudio/gstsunaudiosink.c:
16599           Define GstElementDetails as const and also static (when defined as
16600           global)
16601
16602 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16603
16604         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
16605           Source pad has fixed caps. If we don't set this, bad
16606           things happen when the window is resized.
16607
16608 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16609
16610         * gst/matroska/Makefile.am:
16611         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16612         (gst_matroska_demux_handle_src_event):
16613         * gst/matroska/matroska-ids.c:
16614         (gst_matroska_track_init_video_context),
16615         (gst_matroska_track_init_audio_context),
16616         (gst_matroska_track_init_subtitle_context),
16617         (gst_matroska_track_init_complex_context):
16618         * gst/matroska/matroska-ids.h:
16619           Handle case where the TrackType ebml chunk does not come before the
16620           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
16621           events.
16622
16623 2006-04-25  Wim Taymans  <wim@fluendo.com>
16624
16625         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
16626         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
16627         It's codec_data, not codec_info.
16628
16629 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16630
16631         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16632
16633         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
16634           Handle codec_data for VfW compatibility codec IDs (#339451)
16635
16636         * gst/matroska/matroska-mux.c:
16637         (gst_matroska_mux_video_pad_setcaps):
16638           Same here, handle codec_data and add additional caps we can handle
16639           now to the pad template (huffyuv, dv and h263 video) (#339451)
16640
16641 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16642
16643         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
16644
16645         * gst/matroska/matroska-mux.c:
16646         (gst_matroska_mux_create_buffer_header),
16647         (gst_matroska_mux_write_data):
16648           Fix timestamping of B-frames, use signed integers, do
16649           some rounding (#339678).
16650
16651 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
16652
16653         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
16654         just make it compile with --disable-gst-debug.
16655
16656 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
16657
16658         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
16659         Fix a bad conversion using gst_guint64_to_gdouble.
16660         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
16661         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
16662         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
16663     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
16664         mistake.
16665
16666 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
16667
16668         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
16669         Use gst_guint64_to_gdouble for conversions
16670         * win32/vs6/gst_plugins_good.dsw:
16671         * win32/vs6/libgsticydemux.dsp:
16672         Add a project file for icydemux
16673
16674 2006-04-21  Wim Taymans  <wim@fluendo.com>
16675
16676         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16677
16678         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
16679         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
16680         When splitting audio chunks, the block alignment is not taken in
16681         consideration, so the smaller chunks could be of size which is 
16682         not a multiple of the block alignment. Fixes #336904
16683
16684 2006-04-21  Wim Taymans  <wim@fluendo.com>
16685
16686         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
16687         Use scale functions
16688
16689 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
16690
16691         * ext/dv/gstdv.c: (plugin_init):
16692           Fix build.
16693
16694 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
16695
16696         * gst/debug/progressreport.c: (gst_progress_report_finalize),
16697         (gst_progress_report_class_init), (gst_progress_report_init),
16698         (gst_progress_report_do_query), (gst_progress_report_report),
16699         (gst_progress_report_set_property),
16700         (gst_progress_report_get_property):
16701           Add 'format' property to force querying to a particular format.
16702
16703 2006-04-21  Andy Wingo  <wingo@pobox.com>
16704
16705         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
16706         best, on big endian systems. Drop its rank in that case. OTOH on
16707         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
16708
16709 2006-04-21  Michael Smith  <msmith@fluendo.com>
16710
16711         * configure.ac:
16712         * gst/icydemux/Makefile.am:
16713         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
16714         (gst_icydemux_base_init), (gst_icydemux_class_init),
16715         (gst_icydemux_reset), (gst_icydemux_init),
16716         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
16717         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
16718         (unicodify), (gst_icydemux_unicodify),
16719         (gst_icydemux_parse_and_send_tags),
16720         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
16721         (gst_icydemux_chain), (gst_icydemux_change_state),
16722         (gst_icydemux_send_tag_event), (plugin_init):
16723         * gst/icydemux/gsticydemux.h:
16724         * tests/check/Makefile.am:
16725         * tests/check/elements/icydemux.c: (typefind_succeed),
16726         (plugin_init), (icydemux_found_pad), (create_icydemux),
16727         (cleanup_icydemux), (push_data), (GST_START_TEST),
16728         (icydemux_suite), (main):
16729           Add icydemux, and tests.
16730
16731 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16732
16733         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
16734           Post SEGMENT_DONE message in TIME format.
16735
16736 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16737
16738         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
16739
16740         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
16741         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
16742           Fix index creation when we have to scan the file to create
16743           an index. There may be other types of RIFF 'LIST' chunks than
16744           'movi' and we need to skip them properly as well or we'll end up
16745           reading garbage (#336889). Some other cosmetic changes.
16746           
16747 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16748
16749         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
16750         (gst_flac_dec_handle_seek_event):
16751           Add support for segment seeks (fixes #338290). Also demote
16752           some recurring debug message from DEBUG to LOG level.
16753
16754 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16755
16756         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16757         (gst_matroskademux_do_index_seek),
16758         (gst_matroska_demux_handle_seek_event),
16759         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
16760         * gst/matroska/matroska-ids.h:
16761           Set DISCONT flag on first buffer after a discontinuity.
16762           Fix newsegment events sent when seeking and honour KEY_UNIT
16763           seek flag. Create pad with bogus caps if we don't recognise
16764           the stream codec id.
16765
16766         * gst/matroska/matroska-demux.h:
16767           Fix GObject macros.
16768
16769 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16770
16771         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16772
16773         * gst/matroska/matroska-demux.c:
16774         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
16775           Handle end of segment properly when set; don't dead-lock when
16776           posting start of segment message when doing a segment seek.
16777           Fixes #338810.
16778
16779 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16780
16781         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
16782         (gst_matroska_demux_plugin_init):
16783           Make mpeg2 aac audio work: create artificial private codec data
16784           chunk which faad2 seems to require, just as we do for mpeg4 aac.
16785           Also call gst_riff_init(). Partially fixes #338767.
16786
16787 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
16788
16789         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
16790         (gst_wavenc_class_init), (gst_wavenc_init),
16791         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
16792         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
16793         (gst_wavenc_chain), (gst_wavenc_change_state):
16794         * gst/wavenc/gstwavenc.h:
16795           Set caps on first outgoing buffer, so that it doesn't error out
16796           immediately with a non-negotiated error (#338716). Rewrite and
16797           clean up a bit; fix setcaps function to parse things properly;
16798           fix sink caps (8bit audio is unsigned and doesn't have depth);
16799           use boilerplate macros; remove unused properties stuff.
16800
16801 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16802
16803         * ext/gdk_pixbuf/gstgdkpixbuf.c:
16804           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
16805           handle MJPEG streams and might be autoplugged for those if the
16806           user doesn't have jpegdec installed (resulting in a cryptic error
16807           message about huffman tables). Better to disable JPEG decoding here
16808           and let the user figure out that she needs to install jpegdec.
16809
16810 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16811
16812         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
16813         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
16814         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
16815         * ext/gdk_pixbuf/gstgdkpixbuf.h:
16816           Make work with packetised/framed input (e.g. png-in-quicktime). Use
16817           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
16818           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
16819           debug messages. Fix boilerplate macros.
16820
16821 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16822
16823         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
16824         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
16825           No need to special-case for Gdk-2.0 any longer, we require
16826           Gdk 2.2 or newer; minor clean-ups.
16827
16828 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16829
16830         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
16831         (gst_shout2send_class_init), (gst_shout2send_init),
16832         (set_shout_metadata), (gst_shout2send_set_metadata),
16833         (gst_shout2send_event), (gst_shout2send_start),
16834         (gst_shout2send_connect), (gst_shout2send_stop),
16835         (gst_shout2send_render), (gst_shout2send_set_property),
16836         (gst_shout2send_get_property), (gst_shout2send_setcaps),
16837         (plugin_init):
16838         * ext/shout2/gstshout2.h:
16839         * po/POTFILES.in:
16840           Rewrite a bit: use GstBaseSink::start and stop instead of a state
16841           change function; use GST_ELEMENT_ERROR for error reporting, not
16842           g_error() or GST_ERROR(); don't unref caps in setcaps function,
16843           will cause crashes or assertion failures; remove (unused) "sync"
16844           property, basesink already has such a property; misc. other
16845           minor fixes and cleanups.
16846
16847 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16848
16849         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
16850         * ext/esd/gstesd.c: (plugin_init):
16851         * po/POTFILES.in:
16852           Add translatable error message for when we cannot
16853           connect to the sound server, as "Cannot open resource
16854           for writing" isn't really an acceptable message to show
16855           to the user in this case.
16856
16857 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16858
16859         * sys/oss/gst-i18n-plugin.h:
16860           Remove bogus file that doesn't belong here.
16861
16862 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
16863
16864         Patch by: Philippe Valembois
16865
16866         * ext/shout2/gstshout2.c: (gst_shout2send_init),
16867         (gst_shout2send_set_metadata), (gst_shout2send_event),
16868         (gst_shout2send_render), (gst_shout2send_change_state):
16869         * ext/shout2/gstshout2.h:
16870           Handle tags being received before the connection to
16871           the server is established properly (see #338636).
16872
16873 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
16874
16875         * ext/shout2/gstshout2.c: (gst_shout2send_render):
16876           Don't crash in case the connection to the server fails:
16877           don't set pointer to NULL by assigning FALSE; error out
16878           properly by using GST_ELEMENT_ERROR and returning
16879           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
16880           before resetting the pointer.
16881
16882 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
16883
16884         * gst/id3demux/id3tags.c:
16885         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
16886         (Fixes #338713)
16887
16888 2006-04-12  Wim Taymans  <wim@fluendo.com>
16889
16890         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
16891         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
16892         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
16893         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
16894         (gst_gdk_pixbuf_chain):
16895         Some cleanups.
16896         Added RGBA as a possible output format.
16897         Correctly free the supported mimetypes.
16898         deprecate silent arg, it's not used.
16899         Return result from _alloc_buffer to peer.
16900
16901 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16902
16903         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
16904           Don't leak memory allocated by gst_buffer_new_and_alloc() by
16905           overwriting GST_BUFFER_MALLOCDATA.
16906
16907 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16908
16909         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
16910         (user_endrow_callback), (user_end_callback),
16911         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
16912         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
16913         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
16914         * ext/libpng/gstpngdec.h:
16915           Handle more than one frame if the content is framed,
16916           like with png-in-quicktime (#331917).
16917
16918 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16919
16920         * sys/oss/Makefile.am:
16921         * sys/oss/common.h:
16922         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
16923         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
16924         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
16925         (gst_oss_src_unprepare):
16926           - the user-visible error strings were in the wrong category
16927           - and the messages were not marked for translation
16928           - which is actually a good thing, because they were exactly
16929             the kind of message you would never want anyone to see
16930           - the macros were using variables that didn't exist in the macro
16931             arguments
16932           - and they were obviously copied from each other and then modified
16933           - so a common header makes sense
16934
16935 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
16936
16937         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
16938           Don't try to modify read-only data.
16939
16940         * gst/matroska/matroska-demux.c:
16941         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
16942           Fix comment (won't crash any longer now).
16943
16944 2006-04-10  Michael Smith  <msmith@fluendo.com>
16945
16946         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
16947           Use copies of header buffers for caps to avoid circular refcounting
16948           problems (as in theoradec, vorbisdec).
16949
16950         * tests/check/elements/cmmldec.c: (GST_START_TEST):
16951           Fix a typo in test that meant it was testing the wrong thing.
16952
16953         * tests/check/elements/cmmlenc.c: (check_headers):
16954           Fix refcount checks now that we use buffer-copies for caps.
16955
16956 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
16957
16958         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
16959         (gst_matroska_demux_handle_seek_event),
16960         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
16961         (gst_matroska_demux_subtitle_caps),
16962         (gst_matroska_demux_plugin_init):
16963           Use static pad templates with ANY caps for audio and video
16964           source pads and get rid of a lot of unnecessary (and partially
16965           broken) code for the template caps. Clean up caps finding
16966           functions. Fixes playback of audio files/streams that do not
16967           contain the sample rate and/or number of channels in the audio
16968           context (happens a lot with vorbis/mp3 .mka files it seems).
16969           Fixes #337183.
16970           Also add myself to copyright holders.
16971
16972 2006-04-10  Michael Smith  <msmith@fluendo.com>
16973
16974         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
16975           Use g_list_delete_link () instead of g_list_remove_link () so that
16976           we free the link as well as the contained data.
16977
16978 2006-04-10  Wim Taymans  <wim@fluendo.com>
16979
16980         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
16981
16982         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
16983         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
16984         (gst_avi_demux_stream_header):
16985         Fix some crashers with empty chunks. (Fixes #337749)
16986
16987 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
16988
16989         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
16990           use G_GINT64_CONSTANT for INT64 constants
16991         * gst/videofilter/gstvideobalance.c:
16992           define rint for WIN32 #define rint(x) (floor((x)+0.5))
16993         * win32/vs6/libgstavi.dsp:
16994          add missing libraries for the link and remove avimux.c from
16995          the project as it isn't ported to 0.10 yet
16996         
16997 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
16998
16999         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
17000           Even better would be if we actually did the right thing
17001           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
17002
17003 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
17004
17005         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
17006           Can't just replace 1LL with 1L here just because MSVC doesn't
17007           support it, as it might lead to incorrect results when doing the
17008           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
17009           force a 64-bit constant in a way that all compilers are happy with.
17010
17011 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17012
17013         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
17014         * ext/esd/esdsink.c: (gst_esdsink_class_init):
17015         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
17016         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
17017         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
17018         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
17019         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
17020         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
17021         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
17022         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
17023         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
17024         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
17025         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
17026         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
17027         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
17028         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
17029         * gst/avi/gstavimux.c: (gst_avimux_class_init):
17030         * gst/debug/efence.c: (gst_efence_class_init):
17031         * gst/debug/negotiation.c: (gst_negotiation_class_init):
17032         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
17033         * gst/goom/gstgoom.c: (gst_goom_class_init):
17034         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
17035         * gst/interleave/deinterleave.c: (deinterleave_class_init):
17036         * gst/interleave/interleave.c: (interleave_class_init):
17037         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
17038         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
17039         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
17040         * gst/median/gstmedian.c: (gst_median_class_init):
17041         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
17042         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
17043         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
17044         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
17045         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
17046         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
17047         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
17048         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
17049         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
17050         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
17051         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
17052         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
17053         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
17054         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
17055         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
17056         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
17057         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
17058         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
17059         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
17060         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
17061         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
17062         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
17063         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
17064         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
17065         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
17066         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
17067         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
17068         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
17069         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
17070         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
17071         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
17072         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
17073         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
17074         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
17075         * sys/osxaudio/gstosxaudioelement.c:
17076         (gst_osxaudioelement_class_init):
17077         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
17078         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
17079         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
17080         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
17081
17082 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17083
17084         * ext/mikmod/gstmikmod.h:
17085         * gst/level/gstlevel.h:
17086         Fix more broken GObject macros
17087
17088 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17089
17090         * ext/annodex/gstcmmldec.h:
17091         * ext/annodex/gstcmmlenc.h:
17092         * ext/annodex/gstcmmltag.h:
17093         * ext/cairo/gsttextoverlay.h:
17094         * ext/ladspa/gstsignalprocessor.h:
17095         * gst/matroska/ebml-read.h:
17096         * gst/matroska/ebml-write.h:
17097         * sys/osxaudio/gstosxaudioelement.h:
17098         Fix broken GObject macros
17099
17100 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
17101
17102         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
17103           Don't try to seek beyond the end of the file (would
17104           occasionally display error dialogs in totem when seeking
17105           to the end) (#335869). Will still throw an error though
17106           if the file is truncated and the total_samples value in
17107           the stream header is wrong.
17108
17109 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
17110
17111         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
17112         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
17113         (gst_flac_dec_metadata_callback):
17114         * ext/flac/gstflacdec.h:
17115           If the stream header doesn't contain the total number of samples,
17116           search for the last flac frame at the end of the file and calculate
17117           the total duration from that frame's offset (fixes #337609).
17118
17119 2006-04-07  Edward Hervey  <edward@fluendo.com>
17120
17121         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
17122         Don't unref the GstPadTemplate returned by
17123         gst_element_class_get_pad_template().
17124
17125 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
17126
17127         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
17128
17129         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
17130         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
17131         * sys/sunaudio/gstsunaudiosink.h:
17132           Use spec->segsize and spec->segtotal in the prepare function
17133           to initialise the ring buffer instead of using the buffer-time
17134           property (#337421).
17135
17136 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
17137
17138         * configure.ac:
17139           Bump core requirements to CVS for gst_pad_query_peer_duration()
17140           which is used by speexdec.
17141
17142 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
17143
17144         * ext/speex/gstspeex.c: (plugin_init):
17145         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
17146         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
17147         (speex_get_sink_query_types), (speex_dec_sink_query),
17148         (speex_get_src_query_types), (speex_dec_src_query),
17149         (speex_dec_src_event), (speex_dec_sink_event),
17150         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
17151         (speex_dec_chain_parse_data), (speex_dec_chain),
17152         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
17153         (speex_dec_change_state):
17154         * ext/speex/gstspeexdec.h:
17155           Fix seeking and duration queries (#337033); clean up and
17156           refactor a bit.
17157
17158 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17159
17160         * ext/raw1394/gstdv1394src.c:
17161           distinguish between device not found and could not open for
17162           reading
17163
17164 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17165
17166         * Makefile.am:
17167         * configure.ac:
17168         * pkgconfig/.cvsignore:
17169         * pkgconfig/Makefile.am:
17170         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
17171           add a .pc file so other modules can use good plugins in tests
17172
17173 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17174
17175         * configure.ac:
17176           clean up, use AS_VERSION and AS_NANO
17177         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
17178           use PACKAGE_VERSION define
17179         * po/af.po:
17180         * po/az.po:
17181         * po/cs.po:
17182         * po/en_GB.po:
17183         * po/hu.po:
17184         * po/it.po:
17185         * po/nb.po:
17186         * po/nl.po:
17187         * po/or.po:
17188         * po/sq.po:
17189         * po/sr.po:
17190         * po/sv.po:
17191         * po/uk.po:
17192         * po/vi.po:
17193           updated
17194
17195 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
17196
17197         * ext\jpeg\smokecodec.c:
17198           use of GST_DEBUG instead of DEBUG(a...) for WIN32
17199         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
17200           move first instruction after all variables declarations
17201         * gst\alpha\gstalpha.c:
17202         * gst\effectv\gstshagadelic.c:
17203         * gst\smpte\paint.c:
17204         * gst\videofilter\gstvideobalance.c:
17205           define M_PI if it's not defined (it's not defined on WIN32)
17206         * gst\cutter\gstcutter.c: (gst_cutter_chain):
17207         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
17208         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
17209         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
17210         (gst_matroska_demux_video_caps):
17211         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
17212         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
17213           use gst_guint64_to_gdouble for conversions
17214         * gst\goom\filters.c: (setPixelRGB_):
17215           fix a debug which was using undefined variable
17216         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
17217         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
17218           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
17219         * win32/vs6:
17220           add vs6 projects files for most of plugins-good
17221         
17222 2006-03-30  j^  <j@bootlab.org>
17223
17224         * ext/aalib/gstaasink.c:
17225         * ext/annodex/gstcmmldec.c:
17226         * ext/annodex/gstcmmlenc.c:
17227         * ext/cairo/gsttextoverlay.c:
17228         * ext/cairo/gsttimeoverlay.c:
17229         * ext/cdio/gstcdiocddasrc.c:
17230         * ext/dv/gstdvdec.c:
17231         * ext/esd/esdmon.c:
17232         * ext/esd/esdsink.c:
17233         * ext/flac/gstflacdec.c:
17234         * ext/flac/gstflacenc.c:
17235         * ext/flac/gstflactag.c:
17236         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
17237         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
17238         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
17239         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
17240         * ext/gdk_pixbuf/gstgdkpixbuf.c:
17241         * ext/gdk_pixbuf/pixbufscale.c:
17242         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
17243         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
17244         * ext/jpeg/gstjpegdec.c:
17245         * ext/jpeg/gstjpegenc.c:
17246         * ext/jpeg/gstsmokedec.c:
17247         * ext/jpeg/gstsmokeenc.c:
17248         * ext/libcaca/gstcacasink.c:
17249         * ext/libmng/gstmngdec.c:
17250         * ext/libmng/gstmngenc.c:
17251         * ext/libpng/gstpngdec.c:
17252         * ext/libpng/gstpngenc.c:
17253         * ext/mikmod/gstmikmod.c:
17254         * ext/raw1394/gstdv1394src.c:
17255         * ext/shout2/gstshout2.c:
17256         * ext/speex/gstspeexdec.c:
17257         * ext/speex/gstspeexenc.c:
17258         * gst/alpha/gstalpha.c:
17259         * gst/alpha/gstalphacolor.c:
17260         * gst/auparse/gstauparse.c:
17261         * gst/autodetect/gstautoaudiosink.c:
17262         (gst_auto_audio_sink_base_init):
17263         * gst/autodetect/gstautovideosink.c:
17264         (gst_auto_video_sink_base_init):
17265         * gst/avi/gstavimux.c: (gst_avimux_base_init):
17266         * gst/cutter/gstcutter.c:
17267         * gst/debug/breakmydata.c:
17268         * gst/debug/efence.c:
17269         * gst/debug/gstnavigationtest.c:
17270         * gst/debug/negotiation.c:
17271         * gst/debug/progressreport.c:
17272         * gst/debug/testplugin.c:
17273         * gst/effectv/gstaging.c:
17274         * gst/effectv/gstdice.c:
17275         * gst/effectv/gstedge.c:
17276         * gst/effectv/gstquark.c:
17277         * gst/effectv/gstrev.c:
17278         * gst/effectv/gstvertigo.c:
17279         * gst/effectv/gstwarp.c:
17280         * gst/flx/gstflxdec.c:
17281         * gst/goom/gstgoom.c:
17282         * gst/interleave/deinterleave.c:
17283         * gst/interleave/interleave.c:
17284         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
17285         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
17286         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
17287         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
17288         * gst/level/gstlevel.c:
17289         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
17290         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
17291         * gst/median/gstmedian.c:
17292         * gst/monoscope/gstmonoscope.c:
17293         * gst/multipart/multipartdemux.c:
17294         * gst/multipart/multipartmux.c:
17295         * gst/oldcore/gstmd5sink.c:
17296         * gst/oldcore/gstmultifilesrc.c:
17297         * gst/oldcore/gstpipefilter.c:
17298         * gst/oldcore/gstshaper.c:
17299         * gst/oldcore/gststatistics.c:
17300         * gst/rtp/gstasteriskh263.c:
17301         * gst/rtp/gstrtpL16depay.c:
17302         * gst/rtp/gstrtpL16pay.c:
17303         * gst/rtp/gstrtpamrdepay.c:
17304         * gst/rtp/gstrtpamrpay.c:
17305         * gst/rtp/gstrtpdepay.c:
17306         * gst/rtp/gstrtpgsmpay.c:
17307         * gst/rtp/gstrtph263pay.c:
17308         * gst/rtp/gstrtph263pdepay.c:
17309         * gst/rtp/gstrtph263ppay.c:
17310         * gst/rtp/gstrtpmp4gpay.c:
17311         * gst/rtp/gstrtpmp4vdepay.c:
17312         * gst/rtp/gstrtpmp4vpay.c:
17313         * gst/rtp/gstrtpmpadepay.c:
17314         * gst/rtp/gstrtpmpapay.c:
17315         * gst/rtp/gstrtppcmadepay.c:
17316         * gst/rtp/gstrtppcmapay.c:
17317         * gst/rtp/gstrtppcmudepay.c:
17318         * gst/rtp/gstrtppcmupay.c:
17319         * gst/rtp/gstrtpspeexdepay.c:
17320         * gst/rtp/gstrtpspeexpay.c:
17321         * gst/rtsp/gstrtpdec.c:
17322         * gst/smpte/gstsmpte.c:
17323         * gst/videobox/gstvideobox.c:
17324         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
17325         * gst/videofilter/gstvideobalance.c:
17326         * gst/videofilter/gstvideoflip.c:
17327         * gst/videofilter/gstvideotemplate.c:
17328         (gst_videotemplate_base_init):
17329         * gst/videomixer/videomixer.c:
17330         * gst/wavenc/gstwavenc.c:
17331         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
17332          better/unified long descriptions
17333          Fixed #336602
17334          Some cleanups to auparse, don't send multiple newsegments.
17335
17336 2006-03-29  Wim Taymans  <wim@fluendo.com>
17337
17338         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
17339
17340         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
17341         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
17342         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
17343         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
17344         * ext/dv/gstdvdemux.h:
17345         Seek in READY patch. Only works for pull based mode.
17346         Fixes #323880
17347
17348 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
17349
17350         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
17351         (gst_gdk_pixbuf_event):
17352           Fix two crashers: don't unref the same caps twice, and
17353           set pixbuf loader to NULL after freeing it.
17354
17355 2006-03-27  Wim Taymans  <wim@fluendo.com>
17356
17357         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
17358         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
17359         (gst_speexenc_chain):
17360         * ext/speex/gstspeexenc.h:
17361         Don't leak adapter.
17362         A push *always* takes ownership of the buffer, even on
17363         errors.
17364         Small cleanups.
17365
17366 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
17367
17368         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
17369           Create source pad without leaking.
17370
17371 2006-03-24  Wim Taymans  <wim@fluendo.com>
17372
17373         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
17374         * ext/flac/gstflacdec.h:
17375         * ext/flac/gstflacenc.h:
17376         Spifify a bit.
17377         Fix deadly lock order error in seeking code, STREAM_LOCK
17378         cannot be taken within LOCK and the streaming variables are
17379         protected with the STREAM_LOCK anyway.
17380
17381 2006-03-24  Wim Taymans  <wim@fluendo.com>
17382
17383         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
17384         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
17385         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
17386         this patch combines the global init_frames with the stream
17387         init_frames. Rationale being that the global delay should 
17388         be subtracted from any stream delay.
17389         Fixes #335858.
17390
17391 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
17392
17393         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
17394         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
17395         * gst/smpte/gstsmpte.c: (gst_smpte_init):
17396         * gst/videomixer/videomixer.c: (gst_videomixer_init):
17397         use DEBUG_FUNCPTR for collectpads
17398
17399 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
17400
17401         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
17402           Don't crash when encoding images where the number of rows isn't
17403           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
17404
17405 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17406
17407         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
17408         * gst/interleave/deinterleave.c: (deinterleave_change_state):
17409         * gst/interleave/interleave.c: (interleave_change_state):
17410         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
17411           More state change function fixes.
17412
17413 2006-03-23  Wim Taymans  <wim@fluendo.com>
17414
17415         * ext/esd/esdsink.c: (gst_esdsink_class_init),
17416         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
17417         (gst_esdsink_prepare), (gst_esdsink_unprepare),
17418         (gst_esdsink_delay), (gst_esdsink_reset):
17419         * ext/esd/esdsink.h:
17420         Fix esd choppy playback by configuring audiosink
17421         correctly. Fixes #325191
17422
17423 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17424
17425         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
17426           Make state change function thread-safe.
17427
17428 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17429
17430         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
17431         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
17432           Don't try to read beyond the end of the file just because
17433           the header claims a bigger size (like with truncated files).
17434
17435 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17436
17437         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
17438         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
17439         (gst_wavparse_stream_data), (gst_wavparse_loop):
17440         * gst/wavparse/gstwavparse.h:
17441           Delay source pad creation until we have the first chunk of
17442           media data, so the we can examine the data and adjust the
17443           caps accordingly if required. This makes playback of .wav
17444           files with DTS-declared-as-PCM content work (#313266).
17445
17446 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
17447
17448         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
17449         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
17450         Don't attempt typefinding on too-short buffers that have been
17451         completely trimmed away. (Fixes #330239)
17452
17453         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
17454         Improve the debug output
17455
17456 2006-03-21  Wim Taymans  <wim@fluendo.com>
17457
17458         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
17459         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
17460         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
17461         (gst_esdsink_set_property), (gst_esdsink_get_property):
17462         Some cleanups.
17463         Reset fd to -1 when we close them.
17464
17465 2006-03-21  Wim Taymans  <wim@fluendo.com>
17466
17467         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
17468         the OPTIONS request result is optional so don't
17469         fail on it.
17470
17471 2006-03-21  Edward Hervey  <edward@fluendo.com>
17472
17473         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
17474         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
17475         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
17476         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
17477         (gst_wavparse_change_state):
17478         gcc 4.1 unreferenced pointer fixes.
17479
17480 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
17481
17482         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
17483
17484         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
17485           Fix block alignment calculation. Alignment should be done before
17486           adding the byte offset where the data starts (#335231).
17487
17488 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
17489
17490         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
17491           Ensure that we set correct caps on buffers that are transferred
17492           direct from the input.
17493
17494 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
17495
17496         * gst/goom/filters.c: (zoomFilterDestroy):
17497         * gst/goom/goom_core.c: (goom_close):
17498           Free filter data when cleaning up. (Fixes: #334995)
17499
17500 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
17501
17502         * configure.ac:
17503           Don't compile udp and rtsp plugins on win32 (mingw) or other
17504           systems that don't have <sys/socket.h> for some reason (#316203).
17505
17506 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17507
17508         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
17509         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
17510         * ext/raw1394/gstdv1394src.h:
17511           Change bus reset handler so it reports useful information such as
17512           whether the device being used connected or disconnected
17513
17514 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17515
17516         * gst/id3demux/id3v2frames.c:
17517         (parse_relative_volume_adjustment_two):
17518           We only care about gain and peak data for the master volume.
17519
17520 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17521
17522         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17523         (parse_id_string), (parse_unique_file_identifier),
17524         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
17525           Read replay gain tags (#323721).
17526
17527 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
17528
17529         * configure.ac:
17530           Bump requirements to gst-plugins-base CVS because
17531           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
17532
17533 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
17534
17535         * rtp/gst/gstrtppcmadepay.c:
17536         Fixed one of the caps in the code from mulaw to alaw.
17537
17538 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
17539
17540         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
17541           Ensure that we set caps on the buffers we pass.
17542
17543         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
17544         (gst_id3demux_sink_activate):
17545           Ensure that we set caps on the buffers we pass.
17546
17547           Use STREAM, TYPE_NOT_FOUND as the error class when
17548           typefinding fails.
17549
17550 2006-03-15  Edward Hervey  <edward@fluendo.com>
17551
17552         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
17553         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
17554         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
17555         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
17556         (gst_jpeg_dec_setcaps):
17557         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
17558         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
17559         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
17560         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
17561         (gst_mngdec_src_getcaps):
17562         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
17563         (gst_pngdec_caps_create_and_set):
17564         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
17565         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
17566         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
17567         * gst/alpha/gstalpha.c: (gst_alpha_init):
17568         * gst/auparse/gstauparse.c: (gst_au_parse_init):
17569         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
17570         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
17571         * gst/cutter/gstcutter.c: (gst_cutter_init):
17572         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
17573         (gst_efence_checkgetrange):
17574         * gst/debug/negotiation.c: (gst_negotiation_init):
17575         * gst/flx/gstflxdec.c: (gst_flxdec_init):
17576         * gst/goom/gstgoom.c: (gst_goom_init):
17577         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
17578         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
17579         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
17580         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
17581         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
17582         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
17583         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
17584         * gst/smpte/gstsmpte.c: (gst_smpte_init):
17585         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
17586         (gst_wavparse_create_sourcepad):
17587         Fix memleak with gst_static_pad_template_get().
17588         This uses gst_pad_new_from_static_template() instead.
17589         Fixes #333512
17590
17591 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17592
17593         * configure.ac:
17594           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
17595           used by id3demux.
17596
17597         * gst/id3demux/gstid3demux.c: (plugin_init):
17598         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17599         (parse_user_text_identification_frame),
17600         (parse_unique_file_identifier):
17601           Add support for UFID and TXXX frames and extract musicbrainz tags.
17602
17603 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17604
17605         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
17606           Catch short reads, like they might happen with truncated
17607           files (see #305279); remove unnecessary indentation.
17608
17609 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17610
17611         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
17612           Fix DIB image inversion for pictures with a
17613           depth != 8 (#305279).
17614
17615 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17616
17617         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
17618         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
17619         * ext/jpeg/gstjpegdec.h:
17620           Fix durations on outgoing buffers after seeking
17621           in MJPEG files (#334083); some minor clean-ups.
17622
17623 2006-03-13  Wim Taymans  <wim@fluendo.com>
17624
17625         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
17626         (gst_wavparse_change_state):
17627         Implement seek in READY (re-fixes #327658)
17628
17629 2006-03-13  Wim Taymans  <wim@fluendo.com>
17630
17631         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
17632         * ext/esd/esdmon.c: (gst_esdmon_get):
17633         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
17634         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
17635         (gst_gdk_pixbuf_sink_getcaps):
17636         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
17637         (gst_jpegenc_setcaps):
17638         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
17639         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
17640         (gst_smokeenc_setcaps):
17641         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
17642         (gst_mngdec_src_getcaps):
17643         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
17644         (gst_mngenc_chain):
17645         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
17646         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
17647         * ext/speex/gstspeexdec.c: (speex_dec_convert),
17648         (speex_dec_src_event), (speex_dec_chain):
17649         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
17650         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
17651         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
17652         (gst_negotiation_pad_link), (gst_negotiation_chain):
17653         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
17654         (gst_flxdec_chain):
17655         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
17656         (deinterleave_chain):
17657         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
17658         * gst/median/gstmedian.c: (gst_median_link):
17659         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
17660         (gst_monoscope_chain):
17661         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
17662         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
17663         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
17664         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
17665         close #333784 unref the result of gst_pad_get_parent()
17666         by: Christophe Fergeau.
17667
17668 2006-03-09  Wim Taymans  <wim@fluendo.com>
17669
17670         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
17671         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
17672         Handle events in push mode better, can now do non-flushing
17673         seeks in push mode as well.
17674
17675 2006-03-07  Wim Taymans  <wim@fluendo.com>
17676
17677         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
17678         Applied patch from Kai Vehmanen, fixes #333624.
17679
17680 2006-03-06  Julien MOUTTE  <julien@moutte.net>
17681
17682         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
17683         Implement paletted and grayscale png files handling.
17684         (#150363).
17685
17686 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17687
17688         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
17689         (gst_speexenc_chain):
17690           fix a tag list assert
17691           follow gst-plugins-base/ext/ogg/README; set OFFSET
17692           and OFFSET_END.  Muxes correctly with gst-plugins-base
17693           > 0.9.3
17694
17695 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17696
17697         * gst/id3demux/Makefile.am:
17698         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
17699         (gst_id3demux_chain), (gst_id3demux_sink_activate):
17700           Use new typefind helper functions here as well, and
17701           do typefinding in pull-mode if upstream supports that.
17702
17703 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17704
17705         * sys/sunaudio/gstsunaudiomixerctrl.c:
17706         (gst_sunaudiomixer_ctrl_get_volume),
17707         (gst_sunaudiomixer_ctrl_set_volume):
17708         * sys/sunaudio/gstsunaudiomixertrack.c:
17709         (gst_sunaudiomixer_track_new):
17710           Remove unused variables, breaks build from CVS
17711           with -Werror (#333392, patch by: Benjamin Pineau)
17712
17713 2006-03-03  Wim Taymans  <wim@fluendo.com>
17714
17715         * docs/plugins/Makefile.am:
17716         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17717         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17718         Added wavparse docs.
17719
17720         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
17721         (gst_wavparse_reset), (gst_wavparse_init),
17722         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
17723         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
17724         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
17725         (gst_wavparse_stream_data), (gst_wavparse_loop),
17726         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
17727         (gst_wavparse_change_state):
17728         * gst/wavparse/gstwavparse.h:
17729         Implement seek in READY (fixes #327658)
17730         Added docs and did some cleanups.
17731
17732 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
17733
17734         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
17735         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
17736         (gst_avi_demux_calculate_durations_from_index),
17737         (gst_avi_demux_stream_header):
17738         * gst/avi/gstavidemux.h:
17739           If we have an index, use a duration based on the index instead
17740           of blindly trusting the information in the stream headers
17741           (fixes #331817).
17742
17743 2006-03-03  Wim Taymans  <wim@fluendo.com>
17744
17745         * docs/plugins/Makefile.am:
17746         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17747         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17748         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17749         Added smoke and jpeg to the docs.
17750
17751         * ext/jpeg/Makefile.am:
17752         * ext/jpeg/gstjpeg.c: (plugin_init):
17753         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
17754         * ext/jpeg/gstjpegenc.h:
17755         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
17756         (gst_smokedec_chain):
17757         * ext/jpeg/gstsmokedec.h:
17758         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
17759         * ext/jpeg/gstsmokeenc.h:
17760         * ext/jpeg/smokecodec.h:
17761         Port smokedec (fixes #331905).
17762         Added some docs.
17763         Some cleanups.
17764
17765 2006-03-03  Wim Taymans  <wim@fluendo.com>
17766
17767         * docs/plugins/Makefile.am:
17768         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17769         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17770         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17771         Added videobalance and videoflip to the docs.
17772
17773         * gst/videofilter/Makefile.am:
17774         * gst/videofilter/gstvideobalance.c:
17775         (gst_video_balance_update_tables_planar411),
17776         (gst_video_balance_is_passthrough),
17777         (gst_video_balance_update_properties), (oil_tablelookup_u8),
17778         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
17779         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
17780         (gst_video_balance_finalize), (gst_video_balance_class_init),
17781         (gst_video_balance_init), (gst_video_balance_interface_supported),
17782         (gst_video_balance_interface_init),
17783         (gst_video_balance_colorbalance_list_channels),
17784         (gst_video_balance_colorbalance_set_value),
17785         (gst_video_balance_colorbalance_get_value),
17786         (gst_video_balance_colorbalance_init),
17787         (gst_video_balance_set_property), (gst_video_balance_get_property),
17788         (gst_video_balance_get_type), (plugin_init):
17789         * gst/videofilter/gstvideobalance.h:
17790         Ported to 0.10. (Fixes #326160)
17791         Added docs.
17792
17793         * gst/videofilter/gstvideoflip.c:
17794         * gst/videofilter/gstvideoflip.h:
17795         Added docs.
17796
17797 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17798
17799         * configure.ac:
17800           Bump requirements to current core and -base CVS
17801           (core for new typefind helper API, and -base for the
17802           WAVFORMATEX support that was added to libgstriff and
17803           is needed by wavparse).
17804         
17805         * gst/apetag/Makefile.am:
17806         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
17807         (gst_tag_demux_sink_activate):
17808           Use new typefind helpers for typefinding instead of our
17809           home-grown stuff; also, do typefinding in pull-mode if
17810           upstream supports that.
17811
17812 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
17813
17814         Reviewed by: Christian Schaller <christian@fluendo.com>
17815
17816         This patch fixes bug: 329107
17817
17818         This Changelog entry is for a commit done on February 17
17819
17820         * ext/gconf/gconf.c
17821         * ext/gconf/gconf.h
17822         * ext/gconf/gstgconfaudiosink.c
17823         * ext/gconf/gstgconfaudiosink.h
17824         * gconf/gstreamer.schemas.in
17825
17826 2006-02-28  Wim Taymans  <wim@fluendo.com>
17827
17828         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
17829         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
17830         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
17831         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
17832         Use DEBUG_OBJECT more.
17833
17834 2006-02-28  Wim Taymans  <wim@fluendo.com>
17835
17836         * docs/plugins/Makefile.am:
17837         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17838         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17839         Added dvdec and dvdemux to docs.
17840
17841         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
17842         Added docs.
17843         Check frame sizes so we don't crash when don't have enough
17844         data.
17845         Send nice error messages on error.
17846
17847         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
17848         (gst_dvdemux_class_init), (gst_dvdemux_init),
17849         (gst_dvdemux_finalize), (gst_dvdemux_reset),
17850         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
17851         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
17852         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
17853         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
17854         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
17855         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
17856         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
17857         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
17858         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
17859         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
17860         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
17861         * ext/dv/gstdvdemux.h:
17862         Added docs.
17863         Implement pull mode.
17864         Fix memleaks.
17865         Reduce memcpy for the video demuxing.
17866
17867 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
17868
17869         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
17870         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
17871         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
17872         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
17873           Add a little extra debug. Make the decoder not return NOT_LINKED,
17874           as we want to continue decoding all CMML and emitting tags.
17875
17876 2006-02-27  Michael Smith  <msmith@fluendo.com>
17877
17878         * ext/annodex/gstskeltag.c:
17879         * ext/annodex/gstskeltag.h:
17880           Deleted; these files aren't used any more either.
17881
17882 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17883
17884         * ext/Makefile.am: Fix dist-check.
17885
17886 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17887
17888         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
17889         memleak.
17890
17891 2006-02-25  Alessandro Decina <alessandro@nnva.org>
17892
17893         * ext/annodex/Makefile.am:
17894         * ext/annodex/gstannodex.c:
17895         * ext/annodex/gstcmmldec.c:
17896         * ext/annodex/gstcmmlenc.c:
17897         * ext/annodex/gstcmmlparser.c:
17898         * ext/annodex/gstcmmlparser.h:
17899         * ext/annodex/gstcmmlutils.c:
17900         * tests/check/elements/cmmldec.c:
17901         * tests/check/elements/cmmlenc.c:
17902           Fix a memleak in gst_cmml_track_list_add_clip.
17903           Handle overflows in clip's start and end times.
17904           Add the "encoded" parameter to cmmldec and cmmlenc caps.
17905           Do not parse junk at the end of a CMML preamble buffer.
17906           Register a libxml error handler to not print stuff on stderr.
17907           Check for bad clip start and end times in the testsuites.
17908
17909 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17910
17911         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
17912         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
17913         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
17914         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
17915         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
17916         possible memleaks.
17917
17918 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17919
17920         * tests/check/Makefile.am:
17921         * tests/check/elements/cmmldec.c:
17922         * tests/check/elements/cmmlenc.c: Fix tests so that they use
17923         the plugins-base tags.
17924
17925 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17926
17927         * ext/Makefile.am: Re-enable module.
17928
17929 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17930
17931         * tests/check/Makefile.am: Forgot to remove that test.
17932
17933 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17934
17935         * ext/annodex/Makefile.am:
17936         * ext/annodex/gstannodex.c: (plugin_init):
17937         * ext/annodex/gstcmmldec.c:
17938         * ext/annodex/gstskeldec.c:
17939         * ext/annodex/gstskeldec.h:
17940         * tests/check/Makefile.am:
17941         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
17942
17943 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17944
17945         * tests/check/Makefile.am: Disable those checks as well.
17946
17947 2006-02-24  Julien MOUTTE  <julien@moutte.net>
17948
17949         * ext/Makefile.am: Disable annodex for now until we figure out
17950         how to make it build.
17951         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
17952         Add a rule to your checklist : "please try to at least build 
17953         what you are going to commit into -good, or if you are too lazy
17954         to do that, please check that the buildbots are not crying because
17955         of your commit."
17956
17957 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
17958
17959         * configure.ac:
17960         * ext/Makefile.am:
17961         * ext/gdk_pixbuf/Makefile.am:
17962         * ext/gdk_pixbuf/gstgdkpixbuf.c:
17963         * ext/gdk_pixbuf/gstgdkpixbuf.h:
17964         * ext/gdk_pixbuf/pixbufscale.c:
17965         * ext/gdk_pixbuf/pixbufscale.h:
17966           Gdkpixbuf ported from 0.8 to 0.10 by
17967           Renato Filho <renato.filho@indt.org.br>.
17968           gst_loader and gdkpixbufanimation still need port.
17969
17970 2006-02-24  Michael Smith  <msmith@fluendo.com>
17971
17972         * configure.ac:
17973         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17974         * ext/Makefile.am:
17975         * ext/annodex/Makefile.am:
17976         * ext/annodex/gstannodex.c:
17977         * ext/annodex/gstannodex.h:
17978         * ext/annodex/gstcmmldec.c:
17979         * ext/annodex/gstcmmldec.h:
17980         * ext/annodex/gstcmmlenc.c:
17981         * ext/annodex/gstcmmlenc.h:
17982         * ext/annodex/gstcmmlparser.c:
17983         * ext/annodex/gstcmmlparser.h:
17984         * ext/annodex/gstcmmltag.c:
17985         * ext/annodex/gstcmmltag.h:
17986         * ext/annodex/gstcmmlutils.c:
17987         * ext/annodex/gstcmmlutils.h:
17988         * ext/annodex/gstskeldec.c:
17989         * ext/annodex/gstskeldec.h:
17990         * ext/annodex/gstskeltag.c:
17991         * ext/annodex/gstskeltag.h:
17992         * tests/check/Makefile.am:
17993         * tests/check/elements/cmmldec.c:
17994         * tests/check/elements/cmmlenc.c:
17995         * tests/check/elements/skeldec.c:
17996           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
17997           Includes tests & docs, oh my! Passes Thomas's -good checklist
17998           entirely. Wow.
17999
18000 2006-02-24  Michael Smith  <msmith@fluendo.com>
18001
18002         * autogen.sh:
18003           Check for automake 1.9 as well.
18004
18005 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
18006
18007         * ext/flac/gstflacenc.c:
18008           Change min. sample rate to 8kHz to match flacdec's.
18009           
18010 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
18011
18012         * ext/cdio/Makefile.am:
18013           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
18014           required for Cygwin, see #317048)
18015
18016         * gst/rtp/gstasteriskh263.c:
18017           Cygwin has includes for both the unix network socket API
18018           and the windows API, but only one can be included, so fix
18019           includes to only use one or the other, prefering the unxi
18020           one (#317048).
18021
18022 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
18023
18024         * rtp/gst/gstrtppcmadepay.c:
18025         * rtp/gst/gstrtppcmadepay.h:
18026         * rtp/gst/gstgstrtppcmapay.c:
18027         * rtp/gst/gstgstrtppcmapay.h:
18028         * rtp/gst/gstrtppcmudepay.c:
18029         * rtp/gst/gstrtppcmudepay.h:
18030         * rtp/gst/gstrtppcmupay.c:
18031         * rtp/gst/gstrtppcmupay.h:
18032         * rtp/gst/Makefile.am:
18033         * rtp/gst/gstrtp.c:
18034         * rtp/gst/README:
18035         Separated the G711 payloaders/depayloaders into separate elements for
18036         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
18037
18038 2006-02-22  Wim Taymans  <wim@fluendo.com>
18039
18040         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
18041         (gst_dvdec_change_state):
18042         * ext/dv/gstdvdec.h:
18043         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
18044         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
18045         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
18046         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
18047         (gst_dvdemux_flush), (gst_dvdemux_chain),
18048         (gst_dvdemux_change_state):
18049         * ext/dv/gstdvdemux.h:
18050         Ueber spiffify some more, added debug category.
18051         Use _scale.
18052         Use segments, respect playback rate from newsegment.
18053         Fix refcount issue.
18054
18055 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
18056
18057         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
18058         (gst_signal_processor_process):
18059         Fix compilation of LADPSA. It doesn't seem to work, and isn't
18060         enabled for the build, but it helps me win the feature-count
18061         competitions ooh yeah.
18062
18063 2006-02-19  Wim Taymans  <wim@fluendo.com>
18064
18065         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
18066         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
18067         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
18068         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
18069         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
18070         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
18071         Use scaling code for added precission and more correct stop
18072         position in case scale==0.
18073
18074 2006-02-19  Wim Taymans  <wim@fluendo.com>
18075
18076         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
18077         (gst_flxdec_chain):
18078         * gst/flx/gstflxdec.h:
18079         Implement DURATION query.
18080
18081 2006-02-19  Wim Taymans  <wim@fluendo.com>
18082
18083         * gst/flx/flx_color.h:
18084         * gst/flx/flx_fmt.h:
18085         * gst/flx/gstflxdec.c: (gst_flxdec_init),
18086         (gst_flxdec_src_query_handler), (flx_decode_color),
18087         (gst_flxdec_chain):
18088         * gst/flx/gstflxdec.h:
18089         Set MALLOCDATA for the temp buffers so we don't leak.
18090         Some debug cleanups.
18091         Consume all data in the adapter before leaving the chain
18092         function. Fixes #330678.
18093
18094 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
18095
18096         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
18097         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
18098          Handle 0 data size in otherwise valid frames.
18099          Handle numeric strings in 2.4.0 even when not in parentheses 
18100
18101 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
18102
18103         * gst/matroska/matroska-demux.c:
18104         (gst_matroska_demux_subtitle_caps),
18105         (gst_matroska_demux_plugin_init):
18106         * gst/matroska/matroska-ids.h:
18107           Recognise SSA/ASS and USF subtitle formats and
18108           set proper caps when they are found.
18109
18110 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
18111
18112         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
18113         (gst_jpeg_dec_chain):
18114           Fix invalid memory access for some odd-sized images
18115           (see image contained in quicktime stream in #327083);
18116           use g_malloc() instead of g_alloca().
18117
18118 2006-02-17  Wim Taymans  <wim@fluendo.com>
18119
18120         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
18121         Patch from Sebastien Cote, fixes #319884
18122
18123 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
18124
18125         * ext/cdio/gstcdio.c: (plugin_init):
18126           Init debug category (#331253).
18127
18128 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18129
18130         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
18131           Pass extra_data to gst_riff_create_audio_caps(), so that
18132           WAVEFORMATEX stuff works. Post audio codec name and post
18133           it as taglist on the bus. Allow up to 8 channesl for raw
18134           PCM in the source pad template caps.
18135
18136 2006-02-16  Wim Taymans  <wim@fluendo.com>
18137
18138         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
18139         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
18140         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
18141         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
18142         (gst_multipart_set_property), (gst_multipart_get_property):
18143         Applied #318663. Gives quite a few false positives in
18144         autoscan mode, but it's better than nothing. Not closing yet.
18145
18146 2006-02-16  Wim Taymans  <wim@fluendo.com>
18147
18148         * docs/plugins/Makefile.am:
18149         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18150         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18151         * docs/plugins/gst-plugins-good-plugins.args:
18152         * docs/plugins/inspect/plugin-udp.xml:
18153         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
18154         (gst_udpsrc_start):
18155         Update documentation.
18156         Fix args.
18157
18158 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
18159
18160         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
18161         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
18162         frame size. (Fixes #331368)
18163
18164 2006-02-16  Wim Taymans  <wim@fluendo.com>
18165
18166         * gst/rtsp/README:
18167         Updated README.
18168
18169         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
18170         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
18171         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
18172         * gst/rtsp/gstrtspsrc.h:
18173         Make sure the RTP port is an even port an try to allocate 
18174         another if not.
18175         Added retry property to control max retries for port allocation.
18176         Make sure RTCP port is RTP port+1.
18177         Cleanup when port allocation fails.
18178         Fixes #319183.
18179         
18180 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18181
18182         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
18183           Don't ignore return value of the parent class's state
18184           change function (#331385, patch by: Wouter Paesen).
18185
18186 2006-02-15  Wim Taymans  <wim@fluendo.com>
18187
18188         * configure.ac:
18189         * docs/plugins/Makefile.am:
18190         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18191         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18192         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18193         * ext/Makefile.am:
18194         * ext/hal/Makefile.am:
18195         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
18196         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
18197         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
18198         (do_toggle_element), (gst_hal_audio_sink_set_property),
18199         (gst_hal_audio_sink_get_property),
18200         (gst_hal_audio_sink_change_state):
18201         * ext/hal/gsthalaudiosink.h:
18202         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
18203         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
18204         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
18205         (do_toggle_element), (gst_hal_audio_src_set_property),
18206         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
18207         * ext/hal/gsthalaudiosrc.h:
18208         * ext/hal/gsthalelements.c: (plugin_init):
18209         * ext/hal/gsthalelements.h:
18210         * ext/hal/hal.c: (gst_hal_get_string),
18211         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
18212         (gst_hal_get_audio_src):
18213         * ext/hal/hal.h:
18214         Add HAL sound device wrapper plugins. Closes #329106
18215
18216 2006-02-15  Wim Taymans  <wim@fluendo.com>
18217
18218         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
18219         Add comment in a fultile attempt to stop the copy-and-paste 
18220         paradigm leading to duplication of bad code.
18221
18222         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
18223         Mime parameters have to be checked case insensitive
18224
18225 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
18226
18227         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
18228           Advance stream time for lagging subtitle streams by sending
18229           newsegment events with the update flag set.
18230
18231 2006-02-14  Edward Hervey  <edward@fluendo.com>
18232
18233         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
18234         There can be bogus data before the hdrl LIST tag in the RIFF header.
18235         It's hard to say if it's not respecting the AVI specifications or not,
18236         but since Google Video is producing AVIs like that and the other player
18237         don't seem to complain, I guess we should do the same.
18238
18239 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
18240
18241         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
18242         (parse_split_strings):
18243         Add more validation to ensure that a char encoding conversion
18244         produced a valid UTF-8 string.
18245
18246 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
18247
18248         Reviewed by: Edward Hervey  <edward@fluendo.com>
18249
18250         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18251         Properly handle end of segment. Closes #330885.
18252
18253 2006-02-13  Wim Taymans  <wim@fluendo.com>
18254
18255         * gst/rtp/gstrtpmp4gpay.h:
18256         For got to commit this one.
18257
18258 2006-02-12  Wim Taymans  <wim@fluendo.com>
18259
18260         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
18261         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
18262         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
18263         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
18264         * gst/rtp/gstrtpmp4gpay.h:
18265         Make more things work.
18266         Handle ACC config strings.
18267
18268 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
18269
18270         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
18271           set timestamps if no incoming timestamps set
18272
18273 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
18274
18275         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
18276         (gst_tag_demux_do_typefind):
18277           ... and fix the very same leaks in GstTagDemux.
18278
18279 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
18280
18281         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
18282         (gst_id3demux_do_typefind):
18283         Fix a couple of mem leaks. (Patch by Jonathan Matthew
18284         <jonathan at kaolin dot wh9 dot net>)
18285
18286 2006-02-10  Wim Taymans  <wim@fluendo.com>
18287
18288         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
18289         First set options, then set caps or else the baseclass
18290         will not know about the options, duh.
18291
18292 2006-02-10  Wim Taymans  <wim@fluendo.com>
18293
18294         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
18295         (gst_rtp_mp4v_pay_setcaps):
18296         Don't waste time looking for a config string if we have codec_info
18297         on the incomming caps.
18298
18299 2006-02-10  Wim Taymans  <wim@fluendo.com>
18300
18301         * gst/rtp/README:
18302         Say something about case-sensitivity of caps vs mime-attributes.
18303
18304         * gst/rtp/Makefile.am:
18305         * gst/rtp/gstrtp.c: (plugin_init):
18306         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
18307         (gst_rtp_amr_pay_handle_buffer):
18308         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
18309         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
18310         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
18311         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
18312         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
18313         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
18314         (gst_rtp_mp4g_pay_plugin_init):
18315         * gst/rtp/gstrtpmp4gpay.h:
18316         Added beginnings of mpeg4-generic payloader (RFC 3640)
18317
18318 2006-02-09  Wim Taymans  <wim@fluendo.com>
18319
18320         * gst/rtsp/Makefile.am:
18321         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
18322         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
18323         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
18324         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
18325         (gst_rtpdec_change_state):
18326         * gst/rtsp/gstrtpdec.h:
18327         * gst/rtsp/gstrtsp.c: (plugin_init):
18328         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
18329         * gst/rtsp/rtspconnection.c: (read_body),
18330         (rtsp_connection_receive):
18331         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
18332         Resurected rtpdec to make rtspsrc happy again.
18333         Skip attributes from the session id.
18334         Don't crash when dumping a message with an empty body.
18335
18336
18337 2006-02-09  Wim Taymans  <wim@fluendo.com>
18338
18339         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
18340         Added more meaningfull warnings when something goes wrong.
18341         Clear F bit on outgoing AMR packets.
18342
18343         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
18344         (gst_rtp_amr_pay_handle_buffer):
18345         Added debugging category
18346         Support payloading of multiple AMR frames.
18347
18348         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
18349         Added some debugging.
18350
18351 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
18352
18353         * configure.ac:
18354           Back to CVS
18355
18356 === release 0.10.2 ===
18357
18358 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
18359
18360         * configure.ac:
18361           releasing 0.10.2, "Papa was a rolling stone"
18362
18363 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
18364
18365         * configure.ac:
18366           Bump core and plugins-base requirement to 0.10.2.2
18367           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
18368
18369 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18370
18371         * ext/flac/gstflac.c: (plugin_init):
18372         * ext/speex/gstspeex.c: (plugin_init):
18373           Register musicbrainz tags.
18374
18375 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18376
18377         * ext/gconf/gconf.h:
18378           Remove declaration of function that no longer exists.
18379
18380 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18381
18382         * ext/shout2/gstshout2.c: (gst_shout2send_render),
18383         (gst_shout2send_setcaps), (gst_shout2send_change_state):
18384         Make shout2 work for non ogg streams
18385
18386 2006-02-06  Wim Taymans  <wim@fluendo.com>
18387
18388         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
18389         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
18390         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
18391         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
18392         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
18393         * gst/udp/gstmultiudpsink.h:
18394         Updated docs.
18395         Added properties bytes-served, bytes_to_serve.
18396         Post proper error messages,
18397         Emit client added signal too.
18398
18399 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18400
18401         * docs/plugins/Makefile.am:
18402         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18403         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18404         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
18405         (gst_multiudpsink_get_stats):
18406           adding docs for multiudpsink
18407
18408 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18409
18410         * gst/level/gstlevel.c: (gst_level_transform_ip):
18411           peak below decay is not necessarily an error, so don't ERROR log
18412
18413 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18414
18415         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
18416         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
18417         (gst_ebml_write_seek):
18418         * gst/matroska/ebml-write.h:
18419           Make sure we send a newsegment event in BYTES format
18420           before sending buffers (#328531).
18421
18422 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18423
18424         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
18425         (gst_dvdemux_sink_query):
18426         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
18427         * ext/speex/gstspeexdec.c: (speex_get_query_types),
18428         (speex_dec_src_query):
18429         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
18430         (gst_speexenc_sink_query):
18431         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
18432         * gst/matroska/matroska-demux.c:
18433         (gst_matroska_demux_get_src_query_types),
18434         (gst_matroska_demux_handle_src_query):
18435         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
18436         (gst_wavparse_pad_query):
18437           Pass unhandled queries upstream instead of just dropping
18438           them (#326446). Update query type arrays here and there.
18439
18440 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18441
18442         * tests/check/elements/matroskamux.c: (setup_src_pad):
18443           Collectpads in core got changed and now also holds a
18444           reference to any pad that is part of it. Fix refcount
18445           checks in test case accordingly.
18446
18447 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18448
18449         * gst/apetag/gstapedemux.h:
18450           Fix include, for now GstTagDemux is in the apetag dir.
18451
18452 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18453
18454         * docs/plugins/Makefile.am:
18455         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18456         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18457         * docs/plugins/inspect/plugin-cdio.xml:
18458           Add cdio plugin to docs.
18459
18460         * ext/cdio/gstcdiocddasrc.c:
18461           Add gtk-doc blurb.
18462
18463         * ext/cdio/gstcdio.c:
18464           The plugin is called 'cdio' not 'cddio'.
18465
18466 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18467
18468         * configure.ac:
18469         * docs/plugins/Makefile.am:
18470         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18471         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18472         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18473         * docs/plugins/inspect/plugin-apetag.xml:
18474         * gst/apetag/Makefile.am:
18475         * gst/apetag/gstapedemux.c:
18476         * gst/apetag/gstapedemux.h:
18477         * gst/apetag/gsttagdemux.c:
18478         * gst/apetag/gsttagdemux.h:
18479           Add APE tag demuxer (#325649).
18480
18481 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18482
18483         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
18484         (gst_gconf_get_default_video_sink),
18485         (gst_gconf_get_default_audio_src),
18486         (gst_gconf_get_default_video_src):
18487         * ext/gconf/gconf.h:
18488         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
18489         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
18490         (do_toggle_element):
18491         * ext/gconf/gstgconfaudiosink.h:
18492         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
18493         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
18494         (do_toggle_element):
18495         * ext/gconf/gstgconfaudiosrc.h:
18496         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
18497         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
18498         (do_toggle_element):
18499         * ext/gconf/gstgconfvideosink.h:
18500         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
18501         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
18502         (do_toggle_element):
18503         * ext/gconf/gstgconfvideosrc.h:
18504           Ignore changing the GConf key to "". Ignore GConf key updates
18505           that don't actually change the string.
18506           For now, ignore the GConf key when the state is > READY, as
18507           it breaks streaming. Sometime it will be nice to bring the
18508           new sink online even mid-stream, by sending NEWSEGMENT info
18509           and possibly prerolling.
18510           (Fixes #326736)
18511
18512 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18513
18514         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
18515         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
18516         (zoomFilterSetResolution), (zoomFilterDestroy),
18517         (zoomFilterFastRGB), (pointFilter):
18518         * gst/goom/filters.h:
18519         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
18520         (goom_update), (goom_close):
18521         * gst/goom/goom_core.h:
18522         * gst/goom/goom_tools.h:
18523         * gst/goom/graphic.c:
18524         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
18525         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
18526         * gst/goom/gstgoom.h:
18527         * gst/goom/lines.c: (goom_lines):
18528         * gst/goom/lines.h:
18529           Make goom reentrant by moving all important static variables
18530           into instance structures.
18531           (Fixes #329181)
18532
18533 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
18534
18535         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
18536         (gst_avi_demux_all_source_pads_unlinked),
18537         (gst_avi_demux_process_next_entry):
18538         * gst/avi/gstavidemux.h:
18539           Third attempt, use gst_pad_is_linked() this time.
18540
18541 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
18542
18543         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18544         (parse_split_strings):
18545         Adjust for data length indicators when parsing (Fixes #329810)
18546         Fix stupid bug parsing UTF-8 tag text.
18547         Output tag strings with multiple fields as multiple tags, so the
18548         app gets all the data.
18549
18550 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18551
18552         * ext/flac/gstflacenc.c:
18553         Fixed a bug add in last commit, where no event is send. Thanks Tim to
18554         show me.
18555         
18556 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18557
18558         * ext/flac/gstflacenc.c:
18559         * gst/matroska/ebml-read.c:
18560         Just make it compile with --disable-gst-debug.
18561
18562 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
18563
18564         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
18565         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
18566         (id3v2_genre_fields_to_taglist):
18567           Never output a tag with a null contents string.
18568
18569 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18570
18571         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
18572           Only pause if all pads are unlinked AND we've tried to send data
18573           on all of them at least once.
18574
18575 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18576
18577         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
18578         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
18579           Make loop function/task pause itself when all source pads are
18580           unlinked.
18581
18582 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18583
18584         * configure.ac:
18585         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
18586           Use new functions from core to render a bin from a
18587           string. Fixes build. Up requirements to core CVS.
18588
18589 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18590
18591         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
18592           Don't push buffers into the adapter that we are going to
18593           push downstream again without framing anyway. Also, the
18594           adaptor takes ownership of buffers put into it (fixes
18595           auparse pushing invalid buffers for .au files with
18596           ADPCM contents). Finally, set caps on all outgoing buffers.
18597
18598 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
18599
18600         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
18601         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
18602         (gst_id3demux_send_tag_event):
18603         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
18604         Someone should kick my butt. Remove ID3v1 tags from the end of the
18605         file.
18606
18607         Improve error messages. Send the TAG message as soon as we complete
18608         typefinding, instead of waiting until we send the first buffer.
18609         Downstream tag event is still sent before the first buffer.
18610
18611 2006-01-27  Jan Gerber  <j@bootlab.org>
18612
18613         Reviewed by: Andy Wingo <wingo@pobox.com>
18614
18615         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
18616         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
18617         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
18618         to not have warings flooding stderr. this is the suggested way
18619         also used in dvgrab and kino. (#328336)
18620
18621 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18622
18623         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
18624         (gst_oss_sink_init), (gst_oss_sink_finalise):
18625           Free the device name string when finalised.
18626
18627 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
18628
18629         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
18630           Don't put function calls in g_return_if_fail() statements,
18631           or they'll be replaced with NOOPs if someone compiles with
18632           G_DISABLE_CHECKS defined.
18633           
18634 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
18635
18636         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
18637         Never trust ANY information encoded in a media file, especially
18638         when it's giving you sizes. (Fixes #328452)
18639
18640 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
18641
18642         * gst/rtp/gstrtpg711pay.c:
18643         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
18644         bug #325148.
18645
18646 2006-01-23  Edward Hervey  <edward@fluendo.com>
18647
18648         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
18649         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
18650         * gst/matroska/matroska-ids.h:
18651         Added recognition of Real Audio and Video streams in matroska demuxer.
18652
18653 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
18654
18655         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
18656           Remove errant break statement, and fix compilation with
18657           older GCC.
18658
18659 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
18660
18661         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18662
18663         * sys/sunaudio/gstsunaudiomixerctrl.c:
18664         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
18665           Export functions that are needed in other parts of the code,
18666           makes the mixer actually work; adjust magic minimum buffer-time
18667           value from 3ms to 5ms to work around stuttering during mp3
18668           playback (#327765).
18669
18670 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
18671
18672         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18673
18674         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
18675         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
18676           Fix possible deadlock in matroska muxer (#327825).
18677
18678 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
18679
18680         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
18681         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
18682         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
18683         * gst/rtsp/sdpmessage.h:
18684         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
18685         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
18686           C89 fixes: declare variables at the beginning of a block and
18687           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
18688           <jensgr at gmx dot net>).
18689
18690 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
18691
18692         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
18693         * gst/id3demux/id3tags.h:
18694         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18695         (parse_comment_frame), (parse_text_identification_frame),
18696         (id3v2_tag_to_taglist), (id3v2_are_digits),
18697         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
18698         (parse_split_strings), (free_tag_strings):
18699           Rewrite parsing of text tags to handle multiple NULL terminated
18700           strings. Parse numeric genre strings and ID3v2 type
18701           "(3)(6)Alternative" style genre strings.
18702           Parse dates that are only YYYY or YYYY-mm format.
18703           (Fixes #328241 and #322154)
18704
18705 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
18706
18707         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
18708           Don't forget to initialize liboil, otherwise our oil functions
18709           will crash (fixes #327871; patch by: Christoph Burghardt
18710           <hawkes at web dot de>).
18711
18712 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18713
18714         * configure.ac:
18715           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
18716           like in the core and gst-plugins-base. Fixes #324367 and #326683;
18717           patch by: Brian Cameron <brian dot cameron at sun dot com>
18718
18719 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18720
18721         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
18722         * ext/cdio/gstcdio.h:
18723         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
18724           Fix build for libcdio versions >= 76; give slightly lower rank
18725           than cdparanoia.
18726
18727 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
18728
18729         * configure.ac:
18730         * ext/Makefile.am:
18731         * ext/cdio/Makefile.am:
18732         * ext/cdio/gstcdio.c:
18733         * ext/cdio/gstcdio.h:
18734         * ext/cdio/gstcdiocddasrc.c:
18735         * ext/cdio/gstcdiocddasrc.h:
18736           Port libcdio cdda source, formerly known as cddasrc, now known as
18737           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
18738           but that's not tested (fixes #317658).
18739
18740 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
18741
18742         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
18743           Fix conversion from TIME to BYTES format (fixes #326864;
18744           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
18745
18746 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
18747
18748         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
18749           Fix compilation of id3demux when zlib is not present.
18750           (Fixes #326602; patch by: Sergey Scobich)
18751
18752 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
18753
18754         * ext/esd/Makefile.am:
18755           Add $(ESD_CFLAGS), otherwise build will fail for folks
18756           with libesd in a non-standard prefix (#327009).
18757
18758 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18759
18760         * configure.ac:
18761           back to HEAD
18762
18763 === release 0.10.1 ===
18764
18765 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
18766
18767         * configure.ac:
18768           releasing 0.10.1, "Li"
18769
18770 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18771
18772           patch by: Wim Taymans
18773
18774         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
18775           fix memleak.  Fixes #326618
18776
18777 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18778
18779           patch by: Mike Smith
18780
18781         * gst/level/gstlevel.c: (gst_level_message_new),
18782         (gst_level_message_append_channel):
18783           Fix memleak.  Fixes #326612
18784
18785 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18786
18787         * configure.ac:
18788           prereleasing
18789         * po/af.po:
18790         * po/az.po:
18791         * po/cs.po:
18792         * po/en_GB.po:
18793         * po/hu.po:
18794         * po/it.po:
18795         * po/nb.po:
18796         * po/nl.po:
18797         * po/or.po:
18798         * po/sq.po:
18799         * po/sr.po:
18800         * po/sv.po:
18801         * po/uk.po:
18802         * po/vi.po:
18803           update translations
18804
18805 2006-01-10  Michael Smith  <msmith@fluendo.com>
18806
18807         * gst/level/gstlevel.c: (gst_level_class_init),
18808         (gst_level_dispose):
18809           Don't leak filter arrays.
18810
18811 2006-01-09 Brian Cameron <brian.cameron@sun.com>
18812
18813         reviewed by: Christian Schaller <uraeus@gnome.org>
18814         
18815         * configure.ac:
18816         * gst-plugins-good.spec.in:
18817         * sys/Makefile.am:
18818         * sys/sunaudio/Makefile.am:
18819         * sys/sunaudio/gstsunaudio.c: (plugin_init):
18820         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
18821         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
18822         (gst_sunaudiomixer_change_state):
18823         * sys/sunaudio/gstsunaudiomixer.h:
18824         * sys/sunaudio/gstsunaudiomixerctrl.c:
18825         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
18826         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
18827         (gst_sunaudiomixer_ctrl_list_tracks),
18828         (gst_sunaudiomixer_ctrl_get_volume),
18829         (gst_sunaudiomixer_ctrl_set_volume),
18830         (gst_sunaudiomixer_ctrl_set_mute),
18831         (gst_sunaudiomixer_ctrl_set_record):
18832         * sys/sunaudio/gstsunaudiomixerctrl.h:
18833         * sys/sunaudio/gstsunaudiomixertrack.c:
18834         (gst_sunaudiomixer_track_class_init),
18835         (gst_sunaudiomixer_track_init), (fill_labels),
18836         (gst_sunaudiomixer_track_new):
18837         * sys/sunaudio/gstsunaudiomixertrack.h:
18838         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
18839         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
18840         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
18841         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
18842         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
18843         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
18844         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
18845         * sys/sunaudio/gstsunaudiosink.h:
18846
18847         Add SunAudio plugin - tested to make sure it doesn't break
18848         the build under GNU/Linux.      
18849
18850 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
18851
18852         * gst-plugins-good/gst/udp/gstdynudpsink.c:
18853         * gst-plugins-good/gst/udp/gstudpsrc.c:
18854         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
18855         overrides the port or multicast parameters. Fixes bugs #323021.
18856         API addition: adds GstUDPSrc::sockfd property   
18857
18858 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
18859
18860         * ext/gconf/Makefile.am:
18861         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
18862         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
18863         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
18864         (do_toggle_element), (cb_toggle_element),
18865         (gst_gconf_audio_src_change_state):
18866         * ext/gconf/gstgconfaudiosrc.h:
18867         * ext/gconf/gstgconfelements.c: (plugin_init):
18868         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
18869         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
18870         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
18871         (do_toggle_element), (cb_toggle_element),
18872         (gst_gconf_video_src_change_state):
18873         * ext/gconf/gstgconfvideosrc.h:
18874           Add new gconfaudiosrc and gconfvideosrc elements
18875           (needed for gnome-sound-recorder).
18876
18877 2006-01-06  Edward Hervey  <edward@fluendo.com>
18878
18879         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
18880         Add gst_element_no_more_pads() for proper decodebin behaviour.
18881         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
18882         (parse_text_identification_frame), (parse_split_strings):
18883         Failure to decode some tags is not a GST_ERROR() but a
18884         GST_WARNING()
18885         When iterating over a chunk of text, check that we haven't gone too
18886         far.
18887
18888 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
18889
18890         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
18891         (plugin_init):
18892           call oil_init() when using liboil
18893
18894 2006-01-04  Wim Taymans  <wim@fluendo.com>
18895
18896         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
18897         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
18898         Fix leaks.
18899
18900 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
18901
18902         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18903
18904         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
18905         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
18906         (gst_flac_dec_change_state):
18907           Don't g_assert() where we should just return FALSE; remove
18908           unnecessary g_assert(); initialize some fields properly in
18909           state change function (fixes #325504). Also, use
18910           GST_DEBUG_OBJECT in two more places.
18911
18912 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18913
18914         * configure.ac:
18915           also remove smoothwave's Makefile.am
18916         * docs/plugins/Makefile.am:
18917           fix plugin docs
18918
18919 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18920
18921         * tests/examples/Makefile.am:
18922           added missing Makefile.am
18923
18924 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18925
18926         * configure.ac:
18927         * gst/level/Makefile.am:
18928         * gst/level/level-example.c:
18929         * tests/Makefile.am:
18930         * tests/examples/level/Makefile.am:
18931         * tests/examples/level/level-example.c: (message_handler), (main):
18932           moved level-example to tests/examples/level-example
18933         * tests/old/examples/level/demo.c: (main):
18934         * tests/old/examples/level/plot.c: (main):
18935           some initial fixes
18936
18937 2005-12-29  Michael Smith  <msmith@fluendo.com>
18938
18939         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
18940         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
18941         * gst/udp/gstmultiudpsink.h:
18942           Track packets sent per client in addition to bytes sent; provide
18943           this info through get-stats signal
18944
18945 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18946
18947         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
18948           Can't use gst_object_unref() on a GstAdapter (#325191).
18949
18950 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
18951
18952         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
18953         If a broken tag has 0 bytes payload, at least still skip
18954         the 10 byte header
18955
18956 2005-12-22  Philippe Khalaf  <burger@speedy.org>
18957
18958         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
18959         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
18960         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
18961         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
18962           Making these depayloaders (H263+ and mpeg4 video) inherit from
18963           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
18964
18965 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
18966
18967         * docs/plugins/gst-plugins-good-plugins.args:
18968         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18969         Regenerate the plugin hiearchy.
18970
18971 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
18972
18973         * docs/plugins/Makefile.am:
18974         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18975         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18976         * docs/plugins/gst-plugins-good-plugins.args:
18977         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
18978         (gst_id3demux_base_init), (gst_id3demux_class_init),
18979         (gst_id3demux_chain):
18980         * gst/id3demux/gstid3demux.h:
18981           Add documentation for id3demux.
18982           Don't fail if the first buffer is not at offset 0, just
18983           attempt to typefind and do pass through
18984           Rename the gst_type function from gst_gst_id3demux..
18985
18986 2005-12-20  Michael Smith  <msmith@fluendo.com>
18987
18988         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
18989         (gst_multiudpsink_add), (gst_multiudpsink_remove),
18990         (gst_multiudpsink_get_stats):
18991         * gst/udp/gstmultiudpsink.h:
18992           Collect statistics; return them from get_stats.
18993
18994 2005-12-19  Edward Hervey  <edward@fluendo.com>
18995
18996         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
18997         Stupid signedness issue...
18998
18999 2005-12-19  Edward Hervey  <edward@fluendo.com>
19000
19001         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
19002         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
19003         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
19004         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
19005         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
19006         Construct index for indexless files.
19007         Make sure pad/buffers are correctly reset to NULL once we don't need
19008         them anymore, else we get lovely segfaults/assertions.
19009         * gst/wavparse/gstwavparse.c:
19010         Yes, you can have 96KHz audio and wma in wav :(
19011
19012 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
19013
19014         * configure.ac:
19015           Check for optional dependency on zlib for id3demux
19016
19017         * gst/id3demux/Makefile.am:
19018         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
19019         (gst_id3demux_base_init), (gst_id3demux_class_init),
19020         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
19021         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
19022         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
19023         (gst_id3demux_set_property), (gst_id3demux_get_property),
19024         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
19025         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
19026         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
19027         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
19028         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
19029         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
19030         (simple_find_peek), (simple_find_suggest),
19031         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
19032         (plugin_init):
19033         * gst/id3demux/gstid3demux.h:
19034         * gst/id3demux/id3tags.c: (read_synch_uint),
19035         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
19036         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
19037         (id3demux_id3v2_frames_to_tag_list):
19038         * gst/id3demux/id3tags.h:
19039         * gst/id3demux/id3v2.4.0-frames.txt:
19040         * gst/id3demux/id3v2.4.0-structure.txt:
19041         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
19042         (parse_comment_frame), (parse_text_identification_frame),
19043         (id3v2_tag_to_taglist), (parse_split_strings):
19044           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
19045           otherwise it discards them. Works on my test files. 
19046
19047         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
19048           Don't send EOS to a non-existing srcpad
19049           The debug category can be static
19050
19051 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
19052
19053         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
19054         * ext/esd/esdsink.c: (gst_esdsink_prepare):
19055         * gst/multipart/multipartdemux.c:
19056           change some char* into char[]
19057
19058 2005-12-16  Wim Taymans  <wim@fluendo.com>
19059
19060         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
19061         (gst_wavparse_other), (gst_wavparse_perform_seek),
19062         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
19063         (gst_wavparse_loop), (gst_wavparse_pad_convert),
19064         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
19065         * gst/wavparse/gstwavparse.h:
19066         Use GstSegment to implement more seeking features.
19067
19068 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19069
19070         * gst/rtsp/rtspconnection.c:
19071           Add <netinet/in.h> include and move <arpa/inet.h> include
19072           to make things work on OpenBSD as well (fixes #323717;
19073           patch by: Benjamin Pineau)
19074
19075 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
19076
19077         * gst/rtp/gstrtpspeexdepay.c:
19078         * gst/rtp/gstrtpspeexpay.c:
19079         Set clock rate to be fixed in 8000. It fixes bug #324012.
19080
19081 2005-12-14  Philippe Khalaf  <burger@speedy.org>
19082
19083         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
19084         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
19085         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
19086         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
19087         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
19088         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
19089         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
19090         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
19091         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
19092         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
19093         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
19094         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
19095         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
19096         * gst-plugins-good/gst/rtp/README:
19097         Fixed payload range in payloder caps. Removed payload range completely
19098         from depayloaders as they don't require payload type in their caps.
19099         In effect, there isn't any specific payload type for any given codec,
19100         only suggestions.
19101         Fixes bug #324011.
19102
19103 2005-12-13  Julien MOUTTE  <julien@moutte.net>
19104
19105         * gst/videomixer/videomixer.c: (gst_videomixer_init),
19106         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
19107         (gst_videomixer_collected): Code cleanup and re-enabling 
19108         queued time validity check for correct EOS handling.
19109
19110 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
19111
19112         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
19113         (gst_oss_mixer_element_get_property),
19114         (gst_oss_mixer_element_change_state):
19115         Add 'device-name' property and fix state change function.
19116
19117 2005-12-13  Edward Hervey  <edward@fluendo.com>
19118
19119         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
19120         If the speed of the file is null in the header, set the frame_time to
19121         the default setting of GST_SECOND / 70. Which is the default
19122         frame_delay for .fli files as stated in this document :
19123         http://www.compuphase.com/flic.htm
19124         Would be nice to have the time conversion done properly too (duration =
19125         flxh->frames * flxdec->frame_time)
19126
19127 2005-12-12  Julien MOUTTE  <julien@moutte.net>
19128
19129         * docs/plugins/Makefile.am:
19130         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19131         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19132         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19133         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
19134         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
19135         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
19136         documentation for videomixer on my way with a funny sample
19137         pipeline.
19138
19139 2005-12-12  Julien MOUTTE  <julien@moutte.net>
19140
19141         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
19142         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
19143         (gst_videomixer_update_queues), (gst_videomixer_collected):
19144         Fix caps negotiation. (#323896)
19145
19146 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
19147
19148         * gst/matroska/matroska-demux.c:
19149         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
19150           Set correct timestamps on audio laces, fixes playback of mp3 from
19151                 matroska.
19152
19153 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
19154
19155         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
19156         (gst_au_parse_class_init), (gst_au_parse_init),
19157         (gst_au_parse_dispose), (gst_au_parse_chain),
19158         (gst_au_parse_change_state), (plugin_init):
19159         * gst/auparse/gstauparse.h:
19160           Use gst_object_unref() for GstObjects instead of
19161           g_object_unref() and fix a mem leak in a debug
19162           statement; while we're at it, also borgify, use
19163           boilerplate macros and clean up a little bit.
19164
19165 2005-12-11  Edward Hervey  <edward@fluendo.com>
19166
19167         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
19168         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
19169         Added pull mode.
19170
19171 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
19172
19173         * gst/goom/gstgoom.c:
19174         * gst/level/level-example.c: (main):
19175         * gst/smoothwave/demo-osssrc.c: (main):
19176           Use audiotestsrc instead of sinesrc (#323798).
19177
19178 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
19179
19180         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
19181           more debug-func-ptr usage
19182
19183 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
19184
19185         * gst/flx/flx_color.c: (flx_colorspace_convert):
19186         * gst/flx/flx_color.h:
19187         * gst/flx/flx_fmt.h:
19188         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
19189         * gst/flx/gstflxdec.h:
19190           Now flxdec works on big-endian machines as well.
19191
19192 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
19193
19194         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
19195         (gst_fenced_buffer_copy):
19196           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
19197           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
19198           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
19199           and use GST_DEBUG_FUNCPTR for pad functions.
19200
19201 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
19202
19203         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
19204         (gst_flac_dec_class_init), (gst_flac_dec_init),
19205         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
19206         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
19207         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
19208         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
19209         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
19210         (gst_flac_dec_change_state):
19211         * ext/flac/gstflacdec.h:
19212           Rewrite flacdec a bit, so that even seeking might work now. Most
19213           importantly, don't act upon any flow return values we get, just tell
19214           the decoder everything's dandy and act on the flow return values
19215           later on in the loop function. We don't want to mess up the internal
19216           decoder state for non-fatal things like flushing pads etc. Other
19217           than that, use GstSegment (segment seeks don't work yet though, but
19218           should be easy to add), use boilerplate macros, drop the superfluous
19219           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
19220           lots of other things.
19221
19222 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
19223
19224         * configure.ac:
19225           Update comment in OSS includes check.
19226
19227         * sys/oss/gstossdmabuffer.c:
19228         * sys/oss/gstosshelper.c:
19229         * sys/oss/gstossmixer.c:
19230         * sys/oss/gstossmixertrack.c:
19231         * sys/oss/gstosssink.c:
19232         * sys/oss/gstosssrc.c:
19233         * sys/oss/oss_probe.c:
19234           Don't assume the OSS soundcard.h include is always in
19235           the sys/ directory. Instead, use the existing defines
19236           from config.h to include the right file. Fixes
19237           compilation on OpenBSD 3.8 (#323718).
19238
19239 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19240
19241         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19242         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19243         * docs/plugins/inspect/plugin-1394.xml:
19244         * docs/plugins/inspect/plugin-aasink.xml:
19245         * docs/plugins/inspect/plugin-alaw.xml:
19246         * docs/plugins/inspect/plugin-alpha.xml:
19247         * docs/plugins/inspect/plugin-alphacolor.xml:
19248         * docs/plugins/inspect/plugin-auparse.xml:
19249         * docs/plugins/inspect/plugin-autodetect.xml:
19250         * docs/plugins/inspect/plugin-avi.xml:
19251         * docs/plugins/inspect/plugin-cacasink.xml:
19252         * docs/plugins/inspect/plugin-cairo.xml:
19253         * docs/plugins/inspect/plugin-cutter.xml:
19254         * docs/plugins/inspect/plugin-debug.xml:
19255         * docs/plugins/inspect/plugin-dv.xml:
19256         * docs/plugins/inspect/plugin-efence.xml:
19257         * docs/plugins/inspect/plugin-effectv.xml:
19258         * docs/plugins/inspect/plugin-esdsink.xml:
19259         * docs/plugins/inspect/plugin-flac.xml:
19260         * docs/plugins/inspect/plugin-flxdec.xml:
19261         * docs/plugins/inspect/plugin-gconfelements.xml:
19262         * docs/plugins/inspect/plugin-goom.xml:
19263         * docs/plugins/inspect/plugin-jpeg.xml:
19264         * docs/plugins/inspect/plugin-level.xml:
19265         * docs/plugins/inspect/plugin-matroska.xml:
19266         * docs/plugins/inspect/plugin-mulaw.xml:
19267         * docs/plugins/inspect/plugin-multipart.xml:
19268         * docs/plugins/inspect/plugin-navigationtest.xml:
19269         * docs/plugins/inspect/plugin-ossaudio.xml:
19270         * docs/plugins/inspect/plugin-png.xml:
19271         * docs/plugins/inspect/plugin-rtp.xml:
19272         * docs/plugins/inspect/plugin-rtsp.xml:
19273         * docs/plugins/inspect/plugin-shout2send.xml:
19274         * docs/plugins/inspect/plugin-smpte.xml:
19275         * docs/plugins/inspect/plugin-speex.xml:
19276         * docs/plugins/inspect/plugin-udp.xml:
19277         * docs/plugins/inspect/plugin-videobox.xml:
19278         * docs/plugins/inspect/plugin-videoflip.xml:
19279         * docs/plugins/inspect/plugin-videomixer.xml:
19280         * docs/plugins/inspect/plugin-wavenc.xml:
19281         * docs/plugins/inspect/plugin-wavparse.xml:
19282         * ext/flac/gstflac.c: (plugin_init):
19283         * ext/flac/gstflacdec.c: (flacdec_get_type),
19284         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
19285         (gst_flac_dec_init), (gst_flac_dec_finalize),
19286         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
19287         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
19288         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
19289         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
19290         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
19291         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
19292         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
19293         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
19294         * ext/flac/gstflacdec.h:
19295         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
19296         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
19297         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
19298         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
19299         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
19300         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
19301         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
19302         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
19303         (gst_flac_enc_change_state):
19304         * ext/flac/gstflacenc.h:
19305           borgify and fix up documentation
19306
19307 2005-12-09  Michael Smith  <msmith@fluendo.com>
19308
19309         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
19310           Accept a wider range of flac files, more closely matching flac spec.
19311
19312 2005-12-08  Julien MOUTTE  <julien@moutte.net>
19313
19314         * docs/plugins/Makefile.am: Add multipart elements.
19315         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19316         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
19317         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19318         * gst/multipart/multipartdemux.c:
19319         * gst/multipart/multipartmux.c: Add docs.
19320
19321 2005-12-07  Edward Hervey  <edward@fluendo.com>
19322
19323         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
19324         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
19325         (gst_avi_demux_invert):
19326         Memleak and crasher fixes.
19327         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
19328         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
19329         Memleak fixes
19330
19331 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19332
19333         * ext/aalib/gstaasink.h:
19334         * ext/cairo/gsttextoverlay.h:
19335         * ext/dv/gstdvdec.h:
19336         * ext/dv/gstdvdemux.c:
19337         * ext/dv/gstdvdemux.h:
19338         * ext/esd/esdsink.h:
19339         * ext/flac/flac_compat.h:
19340         * ext/flac/gstflacdec.h:
19341         * ext/flac/gstflacenc.h:
19342         * ext/gconf/gconf.h:
19343         * ext/gconf/gstgconfaudiosink.h:
19344         * ext/gconf/gstgconfvideosink.h:
19345         * ext/gdk_pixbuf/gstgdkanimation.h:
19346         * ext/jpeg/gstjpegdec.h:
19347         * ext/jpeg/smokecodec.h:
19348         * ext/jpeg/smokeformat.h:
19349         * ext/ladspa/gstsignalprocessor.h:
19350         * ext/ladspa/search.c: (LADSPAPluginSearch):
19351         * ext/ladspa/utils.h:
19352         * ext/libmng/gstmng.c:
19353         * ext/libmng/gstmngdec.h:
19354         * ext/libmng/gstmngenc.c:
19355         * ext/libmng/gstmngenc.h:
19356         * ext/libpng/gstpng.c:
19357         * ext/libpng/gstpngenc.c:
19358         * ext/libpng/gstpngenc.h:
19359         * ext/shout2/gstshout2.h:
19360         * ext/speex/gstspeexdec.h:
19361         * ext/speex/gstspeexenc.c:
19362         * ext/speex/gstspeexenc.h:
19363         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19364         * gst/autodetect/gstautoaudiosink.h:
19365         * gst/autodetect/gstautovideosink.h:
19366         * gst/avi/gstavidemux.h:
19367         * gst/cutter/gstcutter.c: (gst_cutter_chain),
19368         (gst_cutter_set_property), (gst_cutter_get_caps):
19369         * gst/cutter/gstcutter.h:
19370         * gst/debug/tests.c: (md5_process_block):
19371         * gst/debug/tests.h:
19372         * gst/effectv/gstwarp.c:
19373         * gst/flx/flx_fmt.h:
19374         * gst/flx/gstflxdec.h:
19375         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
19376         (zoomFilterFastRGB):
19377         * gst/goom/filters.h:
19378         * gst/goom/goom_tools.h:
19379         * gst/law/alaw-encode.c:
19380         * gst/level/gstlevel.c:
19381         * gst/level/gstlevel.h:
19382         * gst/matroska/ebml-write.h:
19383         * gst/matroska/matroska-demux.h:
19384         * gst/matroska/matroska-ids.h:
19385         * gst/matroska/matroska-mux.h:
19386         * gst/monoscope/convolve.c: (convolve_match):
19387         * gst/monoscope/convolve.h:
19388         * gst/multipart/multipartmux.c:
19389         * gst/oldcore/gstaggregator.c:
19390         * gst/oldcore/gstaggregator.h:
19391         * gst/oldcore/gstmd5sink.c: (md5_process_block):
19392         * gst/oldcore/gstmd5sink.h:
19393         * gst/oldcore/gstmultifilesrc.c:
19394         * gst/oldcore/gstmultifilesrc.h:
19395         * gst/oldcore/gstpipefilter.h:
19396         * gst/oldcore/gstshaper.h:
19397         * gst/rtp/gstrtpL16depay.h:
19398         * gst/rtp/gstrtpL16pay.h:
19399         * gst/rtp/gstrtpdepay.h:
19400         * gst/rtp/gstrtpmp4vpay.c:
19401         * gst/rtp/gstrtpmp4vpay.h:
19402         * gst/rtsp/gstrtspsrc.c:
19403         * gst/rtsp/gstrtspsrc.h:
19404         * gst/rtsp/rtspconnection.h:
19405         * gst/rtsp/rtspdefs.h:
19406         * gst/rtsp/rtspmessage.h:
19407         * gst/rtsp/rtsptransport.h:
19408         * gst/rtsp/rtspurl.c:
19409         * gst/rtsp/rtspurl.h:
19410         * gst/rtsp/sdpmessage.c:
19411         * gst/rtsp/sdpmessage.h:
19412         * gst/smpte/barboxwipes.c:
19413         * gst/smpte/gstmask.h:
19414         * gst/smpte/gstsmpte.h:
19415         * gst/smpte/paint.c:
19416         * gst/smpte/paint.h:
19417         * gst/udp/gstdynudpsink.h:
19418         * gst/udp/gstmultiudpsink.h:
19419         * gst/udp/gstudpsink.c:
19420         * gst/udp/gstudpsink.h:
19421         * gst/udp/gstudpsrc.c:
19422         * gst/videomixer/videomixer.c:
19423         * gst/wavenc/riff.h:
19424         * gst/wavparse/gstwavparse.h:
19425         * sys/oss/gstossdmabuffer.h:
19426         * sys/oss/gstossmixer.h:
19427         * sys/oss/gstossmixerelement.h:
19428         * sys/oss/gstossmixertrack.h:
19429         * sys/oss/gstosssink.c:
19430         * sys/oss/gstosssink.h:
19431         * sys/oss/gstosssrc.c:
19432         * sys/oss/gstosssrc.h:
19433         * sys/osxaudio/gstosxaudioelement.h:
19434         * sys/osxaudio/gstosxaudiosink.h:
19435         * sys/osxaudio/gstosxaudiosrc.h:
19436           expand tabs
19437
19438 === release 0.10.0 ===
19439
19440 2005-12-05   <thomas (at) apestaart (dot) org>
19441
19442         * configure.ac:
19443           releasing 0.10.0, "Abondance"
19444
19445 2005-12-05  Andy Wingo  <wingo@pobox.com>
19446
19447         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
19448         * ext/flac/gstflacdec.c: (gst_flacdec_write):
19449         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
19450         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
19451         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
19452         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
19453         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
19454         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
19455         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
19456         * ext/speex/gstspeexdec.c: (speex_dec_chain):
19457         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
19458         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19459         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
19460         * gst/goom/gstgoom.c: (gst_goom_chain):
19461         * gst/matroska/matroska-demux.c:
19462         (gst_matroska_demux_push_vorbis_codec_priv_data),
19463         (gst_matroska_demux_add_wvpk_header):
19464         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
19465         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
19466         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
19467         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
19468         alloc_buffer changes.
19469
19470 2005-12-05  Michael Smith  <msmith@fluendo.com>
19471
19472         * docs/plugins/gst-plugins-good-plugins.args:
19473           Remove args for plugins that aren't in -good.
19474
19475 === release 0.9.7 ===
19476
19477 2005-12-01   <thomas (at) apestaart (dot) org>
19478
19479         * configure.ac:
19480           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
19481
19482 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19483
19484         * docs/plugins/.cvsignore:
19485         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19486         * docs/plugins/inspect/plugin-multipart.xml:
19487         * docs/plugins/inspect/plugin-rtp.xml:
19488           add multipart plugin to docs
19489
19490 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19491
19492         * configure.ac:
19493         * ext/Makefile.am:
19494         * ext/pango/Makefile.am:
19495         * ext/pango/gstclockoverlay.c:
19496         * ext/pango/gstclockoverlay.h:
19497         * ext/pango/gsttextoverlay.c:
19498         * ext/pango/gsttextoverlay.h:
19499         * ext/pango/gsttextrender.c:
19500         * ext/pango/gsttextrender.h:
19501         * ext/pango/gsttimeoverlay.c:
19502         * ext/pango/gsttimeoverlay.h:
19503           move pango to base
19504
19505 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19506
19507         * gst/rtp/Makefile.am:
19508         * gst/rtp/gstrtpL16depay.c:
19509         * gst/rtp/gstrtpL16depay.h:
19510         * gst/rtp/gstrtpL16parse.c:
19511         * gst/rtp/gstrtpL16parse.h:
19512         * gst/rtp/gstrtpgsmdepay.c:
19513         * gst/rtp/gstrtpgsmdepay.h:
19514         * gst/rtp/gstrtpgsmparse.c:
19515         * gst/rtp/gstrtpgsmparse.h:
19516           parsers are depayers
19517
19518 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19519
19520         * gst/rtp/Makefile.am:
19521         * gst/rtp/gstasteriskh263.c:
19522         * gst/rtp/gstrtp.c:
19523         * gst/rtp/gstrtpL16enc.c:
19524         * gst/rtp/gstrtpL16enc.h:
19525         * gst/rtp/gstrtpL16parse.c:
19526         * gst/rtp/gstrtpL16parse.h:
19527         * gst/rtp/gstrtpL16pay.c:
19528         * gst/rtp/gstrtpL16pay.h:
19529         * gst/rtp/gstrtpamrdec.c:
19530         * gst/rtp/gstrtpamrdec.h:
19531         * gst/rtp/gstrtpamrdepay.c:
19532         * gst/rtp/gstrtpamrdepay.h:
19533         * gst/rtp/gstrtpamrenc.c:
19534         * gst/rtp/gstrtpamrenc.h:
19535         * gst/rtp/gstrtpamrpay.c:
19536         * gst/rtp/gstrtpamrpay.h:
19537         * gst/rtp/gstrtpdec.c:
19538         * gst/rtp/gstrtpdec.h:
19539         * gst/rtp/gstrtpdepay.c:
19540         * gst/rtp/gstrtpdepay.h:
19541         * gst/rtp/gstrtpg711dec.c:
19542         * gst/rtp/gstrtpg711dec.h:
19543         * gst/rtp/gstrtpg711depay.c:
19544         * gst/rtp/gstrtpg711depay.h:
19545         * gst/rtp/gstrtpg711enc.c:
19546         * gst/rtp/gstrtpg711enc.h:
19547         * gst/rtp/gstrtpg711pay.c:
19548         * gst/rtp/gstrtpg711pay.h:
19549         * gst/rtp/gstrtpgsmenc.c:
19550         * gst/rtp/gstrtpgsmenc.h:
19551         * gst/rtp/gstrtpgsmparse.c:
19552         * gst/rtp/gstrtpgsmparse.h:
19553         * gst/rtp/gstrtpgsmpay.c:
19554         * gst/rtp/gstrtpgsmpay.h:
19555         * gst/rtp/gstrtph263enc.c:
19556         * gst/rtp/gstrtph263enc.h:
19557         * gst/rtp/gstrtph263pay.c:
19558         * gst/rtp/gstrtph263pay.h:
19559         * gst/rtp/gstrtph263pdec.c:
19560         * gst/rtp/gstrtph263pdec.h:
19561         * gst/rtp/gstrtph263pdepay.c:
19562         * gst/rtp/gstrtph263pdepay.h:
19563         * gst/rtp/gstrtph263penc.c:
19564         * gst/rtp/gstrtph263penc.h:
19565         * gst/rtp/gstrtph263ppay.c:
19566         * gst/rtp/gstrtph263ppay.h:
19567         * gst/rtp/gstrtpmp4vdec.c:
19568         * gst/rtp/gstrtpmp4vdec.h:
19569         * gst/rtp/gstrtpmp4vdepay.c:
19570         * gst/rtp/gstrtpmp4vdepay.h:
19571         * gst/rtp/gstrtpmp4venc.c:
19572         * gst/rtp/gstrtpmp4venc.h:
19573         * gst/rtp/gstrtpmp4vpay.c:
19574         * gst/rtp/gstrtpmp4vpay.h:
19575         * gst/rtp/gstrtpmpadec.c:
19576         * gst/rtp/gstrtpmpadec.h:
19577         * gst/rtp/gstrtpmpadepay.c:
19578         * gst/rtp/gstrtpmpadepay.h:
19579         * gst/rtp/gstrtpmpaenc.c:
19580         * gst/rtp/gstrtpmpaenc.h:
19581         * gst/rtp/gstrtpmpapay.c:
19582         * gst/rtp/gstrtpmpapay.h:
19583         * gst/rtp/gstrtpspeexdec.c:
19584         * gst/rtp/gstrtpspeexdec.h:
19585         * gst/rtp/gstrtpspeexdepay.c:
19586         * gst/rtp/gstrtpspeexdepay.h:
19587         * gst/rtp/gstrtpspeexenc.c:
19588         * gst/rtp/gstrtpspeexenc.h:
19589         * gst/rtp/gstrtpspeexpay.c:
19590         * gst/rtp/gstrtpspeexpay.h:
19591           Do burger's rename for rtp payloaders and depayloaders
19592
19593 2005-11-30  Wim Taymans  <wim@fluendo.com>
19594
19595         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
19596         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
19597         * ext/dv/gstdvdemux.h:
19598         Fix seeking in dvdemux again, add some more debug info.
19599
19600 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19601
19602         * configure.ac:
19603           fix tests
19604
19605 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19606
19607         * PORTED_09:
19608         * docs/random/PORTED_09:
19609           move
19610         * tests/Makefile.am:
19611           add
19612         * win32/gst.sln:
19613           remove
19614
19615 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19616
19617         * Makefile.am:
19618         * check/.cvsignore:
19619         * check/Makefile.am:
19620         * check/elements/.cvsignore:
19621         * check/elements/level.c:
19622         * check/elements/matroskamux.c:
19623         * configure.ac:
19624         * examples/Makefile.am:
19625         * examples/capsfilter/Makefile.am:
19626         * examples/capsfilter/capsfilter1.c:
19627         * examples/gob/Makefile.am:
19628         * examples/gob/gst-identity2.gob:
19629         * examples/gstplay/.cvsignore:
19630         * examples/gstplay/Makefile.am:
19631         * examples/gstplay/player.c:
19632         * examples/indexing/.cvsignore:
19633         * examples/indexing/Makefile.am:
19634         * examples/indexing/indexmpeg.c:
19635         * examples/level/Makefile.am:
19636         * examples/level/README:
19637         * examples/level/demo.c:
19638         * examples/level/plot.c:
19639         * examples/stats/Makefile.am:
19640         * examples/stats/mp2ogg.c:
19641         * examples/switch/.cvsignore:
19642         * examples/switch/Makefile.am:
19643         * examples/switch/switcher.c:
19644           move under tests/
19645
19646 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
19647
19648         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
19649         (gst_text_render_class_init), (resize_bitmap),
19650         (gst_text_render_render_text), (gst_text_render_setcaps),
19651         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
19652         (gst_text_render_chain), (gst_text_render_finalize),
19653         (gst_text_render_init), (gst_text_render_set_property):
19654         * ext/pango/gsttextrender.h:
19655           Add missing files.
19656
19657 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
19658
19659         * configure.ac:
19660         * ext/Makefile.am:
19661         * ext/pango/Makefile.am:
19662         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
19663         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
19664         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
19665         * ext/pango/gstclockoverlay.h:
19666         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
19667         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
19668         (gst_text_overlay_finalize), (gst_text_overlay_init),
19669         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
19670         (gst_text_overlay_text_pad_linked),
19671         (gst_text_overlay_text_pad_unlinked),
19672         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
19673         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
19674         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
19675         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
19676         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19677         (gst_text_overlay_change_state), (plugin_init):
19678         * ext/pango/gsttextoverlay.h:
19679         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
19680         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
19681         (gst_time_overlay_class_init), (gst_time_overlay_init):
19682         * ext/pango/gsttimeoverlay.h:
19683           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
19684           and add background shading and text wrapping modes. Make 
19685           timoverlay derive from textoverlay. Also add new clockoverlay
19686           element.
19687
19688 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19689
19690         * gst/udp/Makefile.am: Moved to netbuffer.
19691
19692 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19693
19694         * configure.ac:
19695         * PORTED_O9:
19696         * gst/multipart/Makefile.am:
19697         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
19698         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
19699         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
19700         (gst_multipart_demux_change_state),
19701         (gst_multipart_demux_plugin_init):
19702         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
19703         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
19704         (gst_multipart_mux_sinkconnect),
19705         (gst_multipart_mux_request_new_pad),
19706         (gst_multipart_mux_handle_src_event),
19707         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
19708         (gst_multipart_mux_change_state): Ported multipart mux/demux to
19709         0.9.
19710
19711 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19712
19713         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
19714         * gst/debug/gstnavigationtest.h:
19715         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
19716         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
19717         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
19718         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
19719         * gst/effectv/gstrev.c: (gst_revtv_get_type):
19720         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
19721         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
19722         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
19723         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
19724         (gst_video_flip_get_type):
19725         * gst/videofilter/gstvideoflip.h:
19726           update for symbols change
19727
19728 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19729
19730         * gst/udp/gstdynudpsink.c:
19731         * gst/udp/gstudpsrc.c:
19732           the old gstnet lib was renamed gstnetbuffer (#322257)
19733
19734 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
19735
19736         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
19737         (gst_text_overlay_collected):
19738           Actually render the text from the text pad.
19739
19740 2005-11-29  Edward Hervey  <edward@fluendo.com>
19741
19742         * gst/debug/gstnavseek.c: (gst_navseek_event):
19743         * gst/debug/progressreport.c: (gst_progress_report_event):
19744         Update for GstBaseTransform event virtual method
19745
19746 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19747
19748         * ext/cairo/Makefile.am:
19749           no need to link to videofilter
19750
19751 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19752
19753         * gst/debug/Makefile.am:
19754         * gst/debug/gstnavigationtest.h:
19755         * gst/effectv/Makefile.am:
19756         * gst/effectv/gstaging.c:
19757         * gst/effectv/gstdice.c:
19758         * gst/effectv/gstedge.c:
19759         * gst/effectv/gstquark.c:
19760         * gst/effectv/gstrev.c:
19761         * gst/effectv/gstshagadelic.c:
19762         * gst/effectv/gstvertigo.c:
19763         * gst/effectv/gstwarp.c:
19764         * gst/videofilter/Makefile.am:
19765         * gst/videofilter/gstvideofilter.c:
19766         * gst/videofilter/gstvideofilter.h:
19767         * gst/videofilter/gstvideoflip.h:
19768           remove the videofilter library and link to the one in base
19769
19770 2005-11-28  Edward Hervey  <edward@fluendo.com>
19771
19772         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
19773         Useless check now we're setting the current entry correctly.
19774
19775 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
19776
19777         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
19778         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
19779         (gst_jpegenc_change_state):
19780           Don't leak input buffer in chain function (fixes #322667); make 
19781           state change function thread-safe; don't repeat the current function
19782           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
19783           gst_pad_alloc_buffer(); misc. minor cleanups.
19784
19785 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
19786
19787         * gst/matroska/matroska-mux.c:
19788         (gst_matroska_mux_video_pad_setcaps):
19789         Look for pixel-aspect-ratio in caps, not pixel_width and
19790         pixel_height (Fixes: #322645)
19791
19792 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
19793
19794         * gst/matroska/matroska-mux.c:
19795         (gst_matroska_mux_video_pad_setcaps):
19796         From Michal Benes:
19797         frame duration should be GST_SECOND / framerate, not
19798         GST_SECOND * framerate. (Fixes: #322643)
19799
19800 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19801
19802         * configure.ac:
19803           fix up GST_PLUGIN_LDFLAGS
19804         * gst/rtsp/rtspconnection.c:
19805           fix includes (see #317043)
19806         * gst/videofilter/Makefile.am:
19807           stop installing this library
19808
19809 2005-11-26  Edward Hervey  <edward@fluendo.com>
19810
19811         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
19812         Handle the case where the incoming Video dv stream doesn't have
19813         a pixel aspect ratio set.
19814
19815 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19816
19817         * docs/plugins/Makefile.am:
19818         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19819         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19820         * ext/flac/gstflacdec.c:
19821           document flacdec
19822
19823 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19824
19825         * docs/plugins/Makefile.am:
19826         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19827         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19828         * docs/plugins/inspect/plugin-autodetect.xml:
19829         * ext/cairo/gstcairo.c: (plugin_init):
19830         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
19831         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
19832         (gst_text_overlay_init), (gst_text_overlay_font_init),
19833         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
19834         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
19835         (gst_text_overlay_text_pad_linked),
19836         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
19837         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
19838         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
19839         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19840         (gst_text_overlay_change_state):
19841         * ext/cairo/gsttextoverlay.h:
19842         * ext/cairo/gsttimeoverlay.c:
19843         (gst_cairo_time_overlay_update_font_height),
19844         (gst_cairo_time_overlay_set_caps),
19845         (gst_cairo_time_overlay_get_unit_size),
19846         (gst_cairo_time_overlay_print_smpte_time),
19847         (gst_cairo_time_overlay_transform),
19848         (gst_cairo_time_overlay_base_init),
19849         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
19850         (gst_cairo_time_overlay_get_type):
19851         * ext/cairo/gsttimeoverlay.h:
19852           do some name borgifying
19853           document
19854
19855 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19856
19857         * docs/plugins/Makefile.am:
19858         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19859         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19860         * gst/autodetect/gstautoaudiosink.c:
19861         (gst_auto_audio_sink_base_init):
19862         * gst/autodetect/gstautovideosink.c:
19863         (gst_auto_video_sink_base_init),
19864         (gst_auto_video_sink_factory_filter):
19865           documenting auto*sink
19866           using strstr for the video sink lookup, class field is not ordered
19867         * docs/plugins/inspect/plugin-1394.xml:
19868         * docs/plugins/inspect/plugin-aasink.xml:
19869         * docs/plugins/inspect/plugin-alaw.xml:
19870         * docs/plugins/inspect/plugin-alpha.xml:
19871         * docs/plugins/inspect/plugin-alphacolor.xml:
19872         * docs/plugins/inspect/plugin-auparse.xml:
19873         * docs/plugins/inspect/plugin-autodetect.xml:
19874         * docs/plugins/inspect/plugin-avi.xml:
19875         * docs/plugins/inspect/plugin-cacasink.xml:
19876         * docs/plugins/inspect/plugin-cairo.xml:
19877         * docs/plugins/inspect/plugin-cutter.xml:
19878         * docs/plugins/inspect/plugin-debug.xml:
19879         * docs/plugins/inspect/plugin-dv.xml:
19880         * docs/plugins/inspect/plugin-efence.xml:
19881         * docs/plugins/inspect/plugin-effectv.xml:
19882         * docs/plugins/inspect/plugin-esdsink.xml:
19883         * docs/plugins/inspect/plugin-flac.xml:
19884         * docs/plugins/inspect/plugin-flxdec.xml:
19885         * docs/plugins/inspect/plugin-gconfelements.xml:
19886         * docs/plugins/inspect/plugin-goom.xml:
19887         * docs/plugins/inspect/plugin-jpeg.xml:
19888         * docs/plugins/inspect/plugin-level.xml:
19889         * docs/plugins/inspect/plugin-matroska.xml:
19890         * docs/plugins/inspect/plugin-mulaw.xml:
19891         * docs/plugins/inspect/plugin-navigationtest.xml:
19892         * docs/plugins/inspect/plugin-ossaudio.xml:
19893         * docs/plugins/inspect/plugin-png.xml:
19894         * docs/plugins/inspect/plugin-rtp.xml:
19895         * docs/plugins/inspect/plugin-rtsp.xml:
19896         * docs/plugins/inspect/plugin-shout2send.xml:
19897         * docs/plugins/inspect/plugin-smpte.xml:
19898         * docs/plugins/inspect/plugin-speex.xml:
19899         * docs/plugins/inspect/plugin-udp.xml:
19900         * docs/plugins/inspect/plugin-videobox.xml:
19901         * docs/plugins/inspect/plugin-videoflip.xml:
19902         * docs/plugins/inspect/plugin-videomixer.xml:
19903         * docs/plugins/inspect/plugin-wavenc.xml:
19904         * docs/plugins/inspect/plugin-wavparse.xml:
19905           update for HEAD version
19906
19907 2005-11-25  Michael Smith  <msmith@fluendo.com>
19908
19909         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
19910           Patch from Sebastien Cote to close control sockets in udpsrc.
19911
19912 2005-11-24  Julien MOUTTE  <julien@moutte.net>
19913
19914         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
19915         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
19916         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
19917         (gst_quarktv_base_init), (gst_quarktv_class_init),
19918         (gst_quarktv_init): Flush the planes list on reverse caps
19919         negotiation. This was crashing because of differently sized
19920         buffers.
19921
19922 2005-11-24  Julien MOUTTE  <julien@moutte.net>
19923
19924         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
19925         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
19926         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
19927         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
19928         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
19929         (gst_videoflip_set_property), (gst_videoflip_base_init),
19930         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
19931         correctly, fix identity flipping, convert navigation event 
19932         correctly again.
19933
19934 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19935
19936         * configure.ac: back to HEAD
19937
19938 === release 0.9.6 ===
19939
19940 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
19941
19942         * configure.ac:
19943           releasing 0.9.6, "Everything's Not Lost"
19944
19945 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19946
19947         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
19948         Oops, initialise the framerate GValue
19949
19950 2005-11-23  Julien MOUTTE  <julien@moutte.net>
19951
19952         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
19953         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
19954         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
19955         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
19956         (gst_timeoverlay_get_type):
19957         * ext/cairo/gsttimeoverlay.h:
19958         * gst/debug/Makefile.am:
19959         * gst/debug/gstnavigationtest.c:
19960         (gst_navigationtest_handle_src_event),
19961         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
19962         (gst_navigationtest_transform), (gst_navigationtest_change_state),
19963         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
19964         (gst_navigationtest_init), (gst_navigationtest_get_type),
19965         (plugin_init):
19966         * gst/debug/gstnavigationtest.h:
19967         * gst/effectv/Makefile.am:
19968         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
19969         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
19970         (gst_agingtv_base_init), (gst_agingtv_class_init),
19971         (gst_agingtv_init), (gst_agingtv_get_type):
19972         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
19973         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
19974         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
19975         (gst_dicetv_get_type):
19976         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
19977         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
19978         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
19979         (gst_edgetv_get_type):
19980         * gst/effectv/gsteffectv.c:
19981         * gst/effectv/gsteffectv.h:
19982         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
19983         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
19984         (gst_quarktv_change_state), (gst_quarktv_base_init),
19985         (gst_quarktv_class_init), (gst_quarktv_init),
19986         (gst_quarktv_get_type):
19987         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
19988         (gst_revtv_get_unit_size), (gst_revtv_transform),
19989         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
19990         (gst_revtv_get_type):
19991         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
19992         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
19993         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
19994         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
19995         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
19996         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
19997         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
19998         (gst_vertigotv_init), (gst_vertigotv_get_type):
19999         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
20000         (gst_warptv_get_unit_size), (gst_warptv_transform),
20001         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
20002         (gst_warptv_get_type):
20003         * gst/videofilter/Makefile.am:
20004         * gst/videofilter/gstvideobalance.c:
20005         * gst/videofilter/gstvideobalance.h:
20006         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
20007         (gst_videofilter_class_init), (gst_videofilter_init):
20008         * gst/videofilter/gstvideofilter.h:
20009         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
20010         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
20011         (gst_videoflip_flip), (gst_videoflip_transform),
20012         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
20013         (gst_videoflip_base_init), (gst_videoflip_class_init),
20014         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
20015         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
20016         BaseTransform, it's just a place holder for now and every video
20017         effect plugin has been ported to use BaseTransform features 
20018         directly. QuarkTV was fixed too (was broken), navigationtest works
20019         and best for the end, videoflip converts navigation events depending
20020         on flip method ! Fixes #320953
20021
20022 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20023
20024         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
20025         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
20026         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
20027         (gst_goom_src_negotiate), (gst_goom_chain):
20028         * gst/matroska/matroska-mux.c:
20029         (gst_matroska_mux_video_pad_setcaps):
20030         * sys/osxvideo/osxvideosink.m:
20031           Fixes for API changes
20032
20033 2005-11-23  Michael Smith <msmith@fluendo.com>
20034
20035         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
20036         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
20037         * ext/jpeg/gstjpegdec.h:
20038         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
20039         * ext/jpeg/gstjpegenc.h:
20040         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
20041         (gst_smokeenc_resync):
20042         * ext/jpeg/gstsmokeenc.h:
20043           JPEG fractiony goodness.
20044
20045 2005-11-22  Michael Smith <msmith@fluendo.com>
20046
20047         * gst/goom/filters.c:
20048         * gst/goom/graphic.h:
20049           Fix compilation by making some functions static inline instead of
20050           extern inline, matching the way they're used.
20051
20052 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
20053
20054         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
20055         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
20056         * ext/cairo/gsttextoverlay.h:
20057         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
20058         * ext/gdk_pixbuf/gstgdkpixbuf.h:
20059         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
20060         (gst_pngdec_caps_create_and_set):
20061         * ext/libpng/gstpngdec.h:
20062         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
20063         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
20064         * gst/avi/gstavimux.c: (gst_avimux_init),
20065         (gst_avimux_vidsinkconnect):
20066         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
20067         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
20068         (gst_goom_src_negotiate), (gst_goom_chain):
20069         * gst/goom/gstgoom.h:
20070         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
20071         * gst/matroska/matroska-mux.c:
20072         (gst_matroska_mux_video_pad_setcaps):
20073         * sys/osxvideo/osxvideosink.h:
20074         * sys/osxvideo/osxvideosink.m:
20075           More fractional framerate conversions 
20076
20077 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
20078
20079         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
20080         * gst/debug/gstnavigationtest.c:
20081         (gst_navigationtest_handle_src_event):
20082         * gst/videofilter/gstvideofilter.c:
20083         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
20084         (gst_videofilter_init):
20085         * gst/videofilter/gstvideofilter.h:
20086           Convert to fractional framerates.
20087
20088 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20089
20090         * ext/aalib/gstaasink.c:
20091         * ext/dv/gstdvdec.c:
20092         * ext/esd/esdmon.c:
20093         * ext/flac/gstflacenc.c:
20094         * ext/gdk_pixbuf/pixbufscale.c:
20095         * ext/libcaca/gstcacasink.c:
20096         * ext/shout2/gstshout2.c:
20097         * gst/alpha/gstalpha.c:
20098         * gst/oldcore/gstaggregator.c:
20099         * gst/oldcore/gstshaper.c:
20100         * gst/smpte/barboxwipes.c:
20101         * gst/smpte/gstsmpte.c:
20102         * gst/videobox/gstvideobox.c:
20103         * gst/videofilter/gstvideoflip.c:
20104         * gst/videomixer/videomixer.c:
20105           fix up more enums
20106
20107 2005-11-22  Michael Smith <msmith@fluendo.com>
20108
20109         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
20110         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
20111         (gst_videomixer_update_queues):
20112           Fractional framerates, videomixer.
20113
20114 2005-11-22  Michael Smith <msmith@fluendo.com>
20115
20116         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
20117         * ext/dv/gstdvdec.h:
20118         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
20119         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
20120         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
20121         (gst_dvdemux_flush):
20122         * ext/dv/gstdvdemux.h:
20123           Fractional framerates for DV. 
20124
20125 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20126
20127         * gst/autodetect/gstautoaudiosink.c:
20128         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
20129         * gst/autodetect/gstautovideosink.c:
20130         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
20131           Use gst_plugin_feature_list_free() to free feature list and
20132           in the case of autovideosink free the list at all. Also
20133           miscellaneous cosmetic fixes.
20134
20135 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20136
20137         * gst/cutter/gstcutter.c: (gst_cutter_chain),
20138         (gst_cutter_set_property), (gst_cutter_get_caps):
20139           copy calculation code from level; remove use of some audio
20140           functions
20141
20142 2005-11-22  Andy Wingo  <wingo@pobox.com>
20143
20144         * Update for gst_tag_setter API changes.
20145
20146 2005-11-22  Andy Wingo  <wingo@pobox.com>
20147
20148         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
20149         (gst_dvdemux_demux_frame)
20150         * ext/flac/gstflacdec.c (gst_flacdec_write)
20151         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
20152         (gst_flacenc_sink_event)
20153         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
20154         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
20155         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
20156         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
20157         * gst/auparse/gstauparse.c (gst_auparse_chain)
20158         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
20159         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
20160         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
20161         (gst_avi_demux_handle_seek)
20162         * gst/goom/gstgoom.c (gst_goom_event)
20163         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
20164         * gst/matroska/matroska-demux.c
20165         (gst_matroska_demux_handle_seek_event)
20166         (gst_matroska_demux_loop_stream_parse_id)
20167         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
20168         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
20169         (gst_wavparse_stream_headers): Run update-funcnames.
20170
20171 2005-11-22  Edward Hervey  <edward@fluendo.com>
20172
20173         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
20174         (gst_dv1394src_init), (gst_dv1394src_dispose),
20175         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
20176         (gst_dv1394src_uri_set_uri):
20177         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
20178         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
20179         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
20180         URIHandler interface and element properties are now properly
20181         synchronized for DV1394src and UDPSrc
20182
20183 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20184
20185         * ext/flac/Makefile.am:
20186         * ext/speex/Makefile.am:
20187           libgsttagedit has been renamed to libgsttag.
20188
20189 2005-11-21  Wim Taymans  <wim@fluendo.com>
20190
20191         * gst/rtsp/rtspconnection.c: (read_body):
20192         Apply patch from Sebastien Cote to fix #319184.
20193
20194 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
20195
20196         * configure.ac:
20197         * gst/cutter/Makefile.am:
20198         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
20199         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
20200         (gst_cutter_set_property), (gst_cutter_get_property),
20201         (plugin_init), (gst_cutter_get_caps):
20202           port cutter
20203         * gst/level/gstlevel.c:
20204           fix up plugin details
20205
20206 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20207
20208         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
20209         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
20210         (gst_flacdec_src_event):
20211         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
20212         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
20213         (gst_signal_processor_getrange), (gst_signal_processor_chain):
20214         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
20215         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
20216         (gst_flxdec_sink_event_handler):
20217         * gst/matroska/matroska-demux.c:
20218         (gst_matroska_demux_handle_seek_event):
20219         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
20220           Update for stream lock API changes: don't take stream log
20221           in sink event handlers any longer and change GST_STREAM_LOCK
20222           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
20223           functions.
20224
20225 2005-11-21  Michael Smith <msmith@fluendo.com>
20226
20227         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
20228           gst_object_unref, not g_object_unref
20229
20230 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20231
20232         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
20233         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
20234           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
20235
20236 2005-11-21  Michael Smith <msmith@fluendo.com>
20237
20238         * gst/auparse/Makefile.am:
20239         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
20240         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
20241         (gst_auparse_change_state):
20242         * gst/auparse/gstauparse.h:
20243           Partially fix #161712. playbin still doesn't work on these files,
20244           (on the bug report, Andy says we aren't typefinding it for some
20245           reason?) but at least auparse isn't totally busted like it was before.
20246
20247 2005-11-21  Andy Wingo  <wingo@pobox.com>
20248
20249         * *.h:
20250         * *.c: Ran scripts/update-macros. Oh yes.
20251
20252 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20253
20254         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
20255           Filler events are gone for now, comment out section generating
20256           them.
20257
20258 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
20259
20260         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
20261         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
20262         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
20263         * sys/osxvideo/osxvideosink.m:
20264           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
20265           (#322027)
20266
20267 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20268
20269         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
20270         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
20271         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
20272         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
20273         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
20274         (gst_avi_demux_stream_data):
20275         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
20276         * gst/wavenc/gstwavenc.c: (write_metadata):
20277         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
20278         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
20279         Fixes for GST_FOURCC_FORMAT API change.
20280
20281 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20282
20283         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
20284         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
20285         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
20286         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20287         (gst_text_overlay_change_state):
20288         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
20289         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
20290         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
20291         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
20292         * gst/videomixer/videomixer.c: (gst_videomixer_init),
20293         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
20294         (gst_videomixer_change_state):
20295           Fix for collect pads API change. Also fix textoverlay state
20296           change function.
20297
20298 2005-11-20  Julien MOUTTE  <julien@moutte.net>
20299
20300         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
20301         GST_PAD_IS_USABLE by something approaching it.
20302
20303 2005-11-20  Julien MOUTTE  <julien@moutte.net>
20304
20305         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
20306         API changes.
20307         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
20308         but also fix the code that was not checking return values from
20309         pad_push neither using pad_alloc_buffer.
20310
20311 2005-11-18  Edward Hervey  <edward@fluendo.com>
20312
20313         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
20314         (gst_pngenc_chain):
20315         Added debug category
20316         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
20317         goes to EOS.
20318
20319 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
20320
20321         * gst/rtp/Makefile.am
20322         * gst/rtp/gstrtp.c
20323         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
20324         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
20325         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
20326         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
20327         * gst/rtp/gstrtpg711enc.h:
20328         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
20329         * gst/rtp/gstrtpspeexenc.c:
20330         * gst/rtp/gstrtpspeexenc.h:
20331         * gst/rtp/gstrtpspeexdec.c:
20332         * gst/rtp/gstrtpspeexdec.h:
20333         Created Speex payloader and depayloader; Optimize G711 payloader to
20334         use adapter and send packets until MTU size.
20335
20336 2005-11-16  Wim Taymans  <wim@fluendo.com>
20337
20338         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
20339         Fix leak in check.
20340
20341 2005-11-16  Wim Taymans  <wim@fluendo.com>
20342
20343         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
20344         Fix state change.
20345
20346 2005-11-16  Andy Wingo  <wingo@pobox.com>
20347
20348         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
20349         (gst_udpsrc_create): Move comment.
20350
20351 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
20352
20353         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20354
20355         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
20356           When seeking, seek to closest index entry at or before the requested
20357           seek position, not just the closest one (#321001).
20358
20359 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
20360
20361         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
20362         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
20363           Invert DIB images again (see #132341).
20364
20365 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20366
20367         * configure.ac:
20368           rework configure.ac file
20369         * ext/aalib/gstaasink.c:
20370         * ext/cairo/gstcairo.c:
20371         * ext/dv/gstdv.c:
20372         * ext/esd/gstesd.c:
20373         * ext/flac/gstflac.c:
20374         * ext/gconf/gstgconfelements.c:
20375         * ext/gdk_pixbuf/gstgdkpixbuf.c:
20376         * ext/jpeg/gstjpeg.c:
20377         * ext/ladspa/gstladspa.c:
20378         * ext/libcaca/gstcacasink.c:
20379         * ext/libmng/gstmng.c:
20380         * ext/libpng/gstpng.c:
20381         * ext/mikmod/gstmikmod.c:
20382         * ext/pango/gsttextoverlay.c:
20383         * ext/pango/gsttimeoverlay.c:
20384         * ext/raw1394/gst1394.c:
20385         * ext/speex/gstspeex.c:
20386         * gst/alpha/Makefile.am:
20387         * gst/alpha/gstalpha.c:
20388         * gst/alpha/gstalphacolor.c:
20389         * gst/auparse/gstauparse.c:
20390         * gst/autodetect/gstautoaudiosink.c:
20391         (gst_auto_audio_sink_factory_filter),
20392         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
20393         * gst/autodetect/gstautodetect.c:
20394         * gst/avi/gstavi.c:
20395         * gst/cutter/gstcutter.c:
20396         * gst/debug/efence.c:
20397         * gst/debug/gstdebug.c:
20398         * gst/debug/gstnavigationtest.c:
20399         * gst/effectv/gsteffectv.c:
20400         * gst/flx/gstflxdec.c:
20401         * gst/goom/gstgoom.c:
20402         * gst/interleave/plugin.c:
20403         * gst/law/alaw.c:
20404         * gst/law/mulaw.c:
20405         * gst/level/gstlevel.c:
20406         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
20407         * gst/matroska/matroska.c:
20408         * gst/median/gstmedian.c:
20409         * gst/monoscope/gstmonoscope.c:
20410         * gst/multipart/multipart.c:
20411         * gst/oldcore/gstelements.c:
20412         * gst/rtp/gstrtp.c:
20413         * gst/rtsp/gstrtsp.c:
20414         * gst/smoothwave/gstsmoothwave.c:
20415         * gst/smpte/gstsmpte.c:
20416         * gst/udp/gstudp.c:
20417         * gst/videobox/gstvideobox.c:
20418         * gst/videofilter/gstgamma.c:
20419         * gst/videofilter/gstvideobalance.c:
20420         * gst/videofilter/gstvideoflip.c:
20421         * gst/videofilter/gstvideotemplate.c:
20422         * gst/videomixer/videomixer.c:
20423         * gst/wavenc/gstwavenc.c:
20424         * gst/wavparse/gstwavparse.c:
20425         * sys/oss/gstossaudio.c:
20426         * sys/osxaudio/gstosxaudio.c:
20427           update GST_PLUGIN_DEFINE
20428         * gst/rtp/Makefile.am:
20429         * gst/rtp/gstasteriskh263.c:
20430           check for htons/htonl headers and possibly link to winsock2 lib
20431
20432 2005-11-12  Edward Hervey  <edward@fluendo.com>
20433
20434         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
20435         Only GST_DEBUG() information on the valid components.
20436
20437 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20438
20439         * configure.ac: back to HEAD
20440
20441 === release 0.9.5 ===
20442
20443 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
20444
20445         * configure.ac:
20446           releasing 0.9.5, "Phone Alarm"
20447
20448 2005-11-11  Edward Hervey  <edward@fluendo.com>
20449
20450         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20451         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
20452         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
20453         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
20454         (gst_avi_demux_loop):
20455         * gst/avi/gstavidemux.h:
20456         Yeah, implement proper seeking. Exact seeking and segment seeking.
20457         Still need to do some checks for segment_stop.
20458
20459 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
20460
20461         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20462
20463         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
20464           Don't try to ready buffer duration from buffer that we don't
20465           own any  longer and that might already have been unreffed.
20466           (#321136)
20467
20468 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
20469
20470         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
20471         (flx_decode_delta_flc), (gst_flxdec_chain):
20472         Attempting to optimize the code for embedded systems.
20473
20474 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
20475
20476         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20477
20478         * sys/oss/gstosssink.c: (gst_oss_sink_close):
20479           Don't re-use already closed file descriptor. (#320920)
20480
20481 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20482
20483         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
20484         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
20485         (gst_oss_sink_prepare):
20486         * sys/oss/gstosssink.h:
20487           Cache probed caps; fix debug output for SET_PARAM macros.
20488
20489 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20490
20491         * ext/cairo/Makefile.am:
20492         * ext/cairo/gstcairo.c: (plugin_init):
20493         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
20494         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
20495         (gst_text_overlay_init), (gst_text_overlay_font_init),
20496         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
20497         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
20498         (gst_text_overlay_text_pad_linked),
20499         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
20500         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
20501         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
20502         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20503         (gst_text_overlay_change_state):
20504         * ext/cairo/gsttextoverlay.h:
20505           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
20506           property and redo positioning. Doesn't handle upstream renegotiation
20507           yet though.
20508
20509 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20510
20511         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
20512         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
20513         (gst_avi_demux_loop):
20514           No need to take the STREAM_LOCK in the loop function. Improve
20515           some debug messages. Don't leak pad names in debug messages.
20516
20517 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20518
20519         * gst/matroska/matroska-demux.c:
20520         (gst_matroska_demux_push_vorbis_codec_priv_data),
20521         (gst_matroska_demux_add_wvpk_header):
20522           Don't error out when the source pad isn't linked.
20523
20524 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
20525
20526         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
20527         (gst_gconf_audio_sink_change_state):
20528         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
20529         (gst_gconf_video_sink_change_state):
20530           Fix state change functions here as well and set kid
20531           to NULL state before removing it.
20532
20533 2005-11-01  Edward Hervey  <edward@fluendo.com>
20534
20535         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
20536         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
20537         Added proper event handlind, 
20538         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
20539         ignored),
20540         and don't set a duration of 0 for buffers otherwise they are discarded
20541         by GstBaseSink.
20542
20543         GstWavEnc needs some serious loving, after going through the code I'm
20544         really wondering how this can stay in -good ...
20545
20546 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20547
20548         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
20549         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
20550         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
20551         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
20552         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
20553         (gst_matroska_mux_collected):
20554           Fix leaks and invalid memory access as reported by valgrind
20555
20556 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20557
20558         Patch by: Michal Benes <michal.benes@xeris.cz>
20559
20560         * check/Makefile.am:
20561         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
20562         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
20563         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
20564           add a unit test for matroskamux
20565           fix the bugs that the unit test exposed
20566
20567 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
20568
20569         * gst/autodetect/gstautoaudiosink.c:
20570         (gst_auto_audio_sink_class_init),
20571         (gst_auto_audio_sink_change_state):
20572         * gst/autodetect/gstautovideosink.c:
20573         (gst_auto_video_sink_class_init),
20574         (gst_auto_video_sink_change_state):
20575           Fix state change function and use GST_DEBUG_FUNCPTR in
20576           class_init.
20577
20578 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
20579
20580         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20581
20582         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
20583         (gst_ebml_write_reset), (gst_ebml_write_element_new):
20584         * gst/matroska/ebml-write.h:
20585         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
20586           Set timestamps on outgoing ebml headers as well, so that the
20587           element after matroskamux can get the timestamp already when
20588           reading the first ebml element and doesn't have to wait for
20589           the actual data buffer for that (#320308).
20590           
20591 2005-10-31  Andy Wingo  <wingo@pobox.com>
20592
20593         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
20594         (gst_videomixer_pad_link): Kill some memleaks.
20595         (gst_videomixer_pad_get_property): Style fix.
20596         (gst_videomixer_pad_set_property): Style fix.
20597         (gst_videomixer_pad_init): Style fix.
20598         (gst_videomixer_update_queues): Kill memleak.
20599         (gst_videomixer_loop): Kill memleak.
20600         (gst_videomixer_collected): Kill memleak.
20601
20602 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
20603
20604         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
20605         gst_auparse_change_state:
20606         Just some cleanup.
20607
20608 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
20609
20610         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
20611         Add checks to GST_FLOW_NOT_LINKED for values returned
20612         from gst_pad_push.
20613         
20614 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20615
20616         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
20617         (gst_rtpg711dec_process):
20618         * gst/rtp/gstrtpgsmenc.c:
20619         Payloader now sets some default caps on the srcpad if caps on the sinkpad
20620         are never set. This is important for the g711 to work with burger's rtpbin
20621         element.
20622
20623 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
20624
20625         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
20626         (gst_speexenc_push_buffer):
20627         Add checks for return values from gst_pad_push and
20628         gst_pad_alloc_buffer.
20629
20630 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
20631
20632         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20633
20634         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
20635         (gst_matroska_demux_parse_info),
20636         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
20637         (gst_matroska_demux_parse_cluster):
20638         * gst/matroska/matroska-ids.h:
20639         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
20640         (gst_matroska_mux_init), (gst_matroska_mux_start),
20641         (gst_matroska_mux_create_buffer_header),
20642         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
20643         (gst_matroska_mux_get_property):
20644         * gst/matroska/matroska-mux.h:
20645           Add SimpleBlock support to matroska demuxer and muxer (part of
20646           Matroska v2). (#319731)
20647
20648 2005-10-28  Wim Taymans  <wim@fluendo.com>
20649
20650         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
20651         (gst_jpeg_dec_change_state):
20652         * ext/jpeg/gstjpegdec.h:
20653         Cleanups. Don't create caps for every chain.
20654
20655 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
20656
20657         * gst/law/alaw-encode.c: (gst_alawenc_init),
20658         (alawenc_setcaps), (gst_alawenc_chain)
20659         * gst/law/alaw-encode.h:
20660         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
20661         (mulawenc_setcaps), (gst_mulawenc_chain)
20662         * gst/law/mulaw-encode.h:
20663         Set timestamp on buffer and it allows RTP G711 elements
20664         work properly.
20665
20666 2005-10-27  Wim Taymans  <wim@fluendo.com>
20667
20668         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
20669         Set correct format on oss instead of a silly value. 
20670
20671 2005-10-27  Julien MOUTTE  <julien@moutte.net>
20672
20673         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20674         (gst_video_box_transform_caps), (gst_video_box_set_caps),
20675         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
20676         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
20677         I420 rendering as well, doesn't bring much for my platform.
20678         Might help on some other platforms.
20679
20680 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
20681
20682         * gst/rtp/gstrtpgsmenc.c:
20683         * gst/rtp/gstrtpgsmparse.c:
20684         Declaring the padtemplate correctly.
20685
20686 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20687
20688         * gst/rtp/gstrtpg711dec.c:
20689         * gst/rtp/gstrtpg711enc.c:
20690         * gst/rtp/gstrtpgsmenc.c:
20691         * gst/rtp/gstrtpgsmparse.c:
20692         Setting the proper copyright notice.
20693
20694 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20695
20696         * gst/videobox/Makefile.am: Use liboil.
20697         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20698         (gst_video_box_set_property), (gst_video_box_transform_caps),
20699         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
20700         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
20701         using liboil. Will dot the same to I420 border generation
20702         tomorrow.
20703
20704 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20705
20706         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
20707         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
20708         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
20709         * gst/rtp/gstrtpg711dec.h:
20710         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
20711         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
20712         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
20713         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
20714         (gst_rtpgsmenc_handle_buffer):
20715         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
20716         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
20717         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
20718         * gst/rtp/gstrtpgsmparse.h:
20719         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
20720         inherits from the basertpdepayloader.
20721
20722 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20723
20724         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20725         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
20726         (gst_video_box_ayuv): Removing this forgotten debug.
20727
20728 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20729
20730         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20731         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
20732         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
20733
20734 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
20735
20736         * sys/oss/gstossaudio.c:
20737         * sys/oss/gstossdmabuffer.c:
20738         * sys/oss/gstosshelper.c:
20739         * sys/oss/gstossmixer.c:
20740         * sys/oss/gstossmixerelement.c:
20741         * sys/oss/gstossmixertrack.c:
20742         * sys/oss/gstosssink.c:
20743         * sys/oss/gstosssrc.c:
20744           Actually use the 'oss' debug category we register.
20745
20746 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20747
20748         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
20749         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
20750         Use gst_pad_get_parent and drop the ref that was added through
20751         that call.
20752
20753 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
20754
20755         * gst/rtp/gstrtpgsmenc.c:
20756           Fix compilation
20757
20758 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
20759
20760         * gst/rtp/gstrtpg711dec.c
20761         Just removed a couple of lines of weird code used during
20762         development/test time.
20763
20764 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
20765
20766         * gst/rtp/Makefile.am
20767         * gst/rtp/gstrtp.c
20768         * gst/rtp/gstrtpg711enc.c
20769         * gst/rtp/gstrtpg711enc.h
20770         * gst/rtp/gstrtpg711dec.c
20771         * gst/rtp/gstrtpg711dec.h
20772         Created G711 payloader and depayloader (it supports mulaw and alaw
20773         (dec)encoders)
20774
20775 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20776
20777         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20778         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
20779         Doh ! I introduced wingo's bug again ! Sorry...
20780
20781 2005-10-25  Christian Schaller <christian@fluendo.com> 
20782
20783         * gst/rtp/Makefile.am: add missing header files for disting
20784
20785 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
20786
20787         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
20788         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
20789         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
20790         (gst_rtpgsmenc_handle_buffer):
20791         * gst/rtp/gstrtpgsmenc.h:
20792         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
20793         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
20794         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
20795         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
20796         * gst/rtp/gstrtpgsmparse.h:
20797         Getting the GSM (de)payloader working and compatible with our plans for RTP.
20798
20799 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20800
20801         * ext/libpng/gstpngdec.c: (user_info_callback),
20802         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
20803         a newsegment event, move some redundant code in a single place.
20804
20805 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20806
20807         * ext/libpng/gstpngdec.c: (user_info_callback),
20808         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
20809         hack to get correct colors order when we have a png image with
20810         alpha channel.
20811
20812 2005-10-24  Edward Hervey  <edward@fluendo.com>
20813
20814         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
20815         Call gst_element_no_more_pads when there will be no more pads.
20816
20817 2005-10-24  Wim Taymans  <wim@fluendo.com>
20818
20819         * gst/rtp/Makefile.am:
20820         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
20821         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
20822         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
20823         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
20824         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
20825         (gst_asteriskh263_plugin_init):
20826         * gst/rtp/gstasteriskh263.h:
20827         * gst/rtp/gstrtp.c: (plugin_init):
20828         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
20829         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
20830         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
20831         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
20832         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
20833         (gst_rtph263enc_plugin_init):
20834         * gst/rtp/gstrtph263enc.h:
20835         Added two new payloaders, an RFC 2190 payloader for h263 and
20836         a payload convertor for an asterisk server.
20837
20838 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
20839
20840         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
20841           Set bytes_per_sample correctly (is not always 4, but 
20842           depends on width and number of channels).
20843
20844 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
20845
20846         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
20847         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
20848         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
20849         (gst_flacenc_sink_event), (gst_flacenc_chain),
20850         (gst_flacenc_set_property), (gst_flacenc_get_property),
20851         (gst_flacenc_change_state):
20852         * ext/flac/gstflacenc.h:
20853           Fix seeking, so that flacenc can rewrite the header with the
20854           correct duration and amount of samples and all that at EOS;
20855           also set timestamps and granulepos on outgoing buffers; add
20856           debug category; fix state change function.
20857           
20858 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20859
20860         * gst/videomixer/videomixer.c: Don't restrict video geometry
20861         from 16 to 4096.
20862
20863 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20864
20865         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20866         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
20867         Fix caps negotiation correctly, add debugging category.
20868
20869 2005-10-24  Christian Schaller  <christian@fluendo.com>
20870
20871         * configure.ac: Port over Thomas's change from base listing all plugins
20872
20873 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20874
20875         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
20876         a sink pad.
20877
20878 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20879
20880         * configure.ac:
20881         * docs/upload.mak:
20882           back to HEAD
20883
20884 === release 0.9.4 ===
20885
20886 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20887
20888         * configure.ac:
20889           Releasing 0.9.4, "Dromiceiomimus"
20890
20891 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
20892
20893         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
20894         (gst_speexenc_src_query):
20895           Add position and duration query, fix query type function.
20896           
20897         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
20898         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
20899           Let's not set non-fixed caps on source pads.
20900
20901 2005-10-21  Wim Taymans  <wim@fluendo.com>
20902
20903         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
20904         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
20905         (gst_avi_demux_handle_seek):
20906         Set correct stream_time in newsegment event.
20907         avi can also handle a duration query now.
20908
20909 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
20910
20911         * gst/matroska/matroska-demux.c:
20912         (gst_matroska_demux_handle_src_query),
20913         (gst_matroska_demux_handle_seek_event),
20914         (gst_matroska_demux_loop_stream_parse_id):
20915           Fix duration query; fix basetime in newsegment event after
20916           seek; fix duration in initial newsegment event.
20917
20918         * gst/matroska/matroska-mux.c:
20919         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
20920           Extract number of channels and samplerate from vorbis headers;
20921           add some debug messages when querying the durations of the
20922           input streams.
20923
20924 2005-10-20  Wim Taymans  <wim@fluendo.com>
20925
20926         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20927         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20928         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
20929         Set stream time correctly in newsegment.
20930
20931 2005-10-20  Wim Taymans  <wim@fluendo.com>
20932
20933         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
20934         Correctly fill in the stream time.
20935
20936 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
20937
20938         * check/elements/level.c: (GST_START_TEST):
20939         * gst/level/gstlevel.c: (gst_level_message_new):
20940         * gst/level/level-example.c: (message_handler):
20941           use ELEMENT messages instead
20942
20943 2005-10-19  Wim Taymans  <wim@fluendo.com>
20944
20945         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
20946         (gst_dvdemux_src_query):
20947         * ext/flac/gstflacdec.c: (gst_flacdec_length),
20948         (gst_flacdec_src_query):
20949         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
20950         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
20951         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
20952         * gst/debug/gstnavseek.c: (gst_navseek_seek):
20953         * gst/debug/progressreport.c: (gst_progress_report_report):
20954         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
20955         * gst/matroska/matroska-demux.c:
20956         (gst_matroska_demux_handle_src_query):
20957         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
20958         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20959         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20960         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
20961         (gst_wavparse_srcpad_event):
20962         API change fix.
20963
20964 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
20965
20966         * gst/goom/filters.c:
20967         * gst/goom/graphic.h:
20968         * gst/goom/lines.c:
20969           Make inline functions either 'static inline' or 'extern inline',
20970           otherwise the Forte compiler apparently won't inline them (#317300).
20971
20972 2005-10-19  Julien MOUTTE  <julien@moutte.net>
20973
20974         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
20975         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
20976         (user_info_callback), (user_endrow_callback), (user_end_callback),
20977         (user_read_data), (gst_pngdec_caps_create_and_set),
20978         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
20979         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
20980         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
20981         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
20982         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
20983         very nice and handle push/pull based model. if you have filesrc
20984         connected to it, it will do random access to load the png file.
20985         If you have a network source that can't do _getrange, it does 
20986         progressive loading through the chain function.
20987         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
20988         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
20989         thanks to Master Wim Taymans ;-)
20990
20991 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
20992
20993         * gst/matroska/Makefile.am:
20994         * gst/matroska/ebml-read.c:
20995         * gst/matroska/ebml-read.h:
20996         * gst/matroska/matroska-demux.c:
20997         * gst/matroska/matroska-demux.h:
20998         * gst/matroska/matroska.c: (plugin_init):
20999           Ported matroska demuxer to 0.9.
21000
21001 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
21002
21003         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21004
21005         * gst/matroska/matroska-mux.c:
21006         (gst_matroska_mux_video_pad_setcaps),
21007         (gst_matroska_mux_audio_pad_setcaps):
21008           Fix mpeg4 input handling (#318847); also, while we're at it,
21009           fix media type for Motion-JPEG: should be image/jpeg.
21010
21011 2005-10-18  Wim Taymans  <wim@fluendo.com>
21012
21013         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21014         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21015         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
21016         Fix for segment-start/stop API change.
21017
21018 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21019
21020         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
21021         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
21022         way.
21023
21024 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21025
21026         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
21027         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
21028         output declared in transform_caps.
21029
21030 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21031
21032         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
21033
21034 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21035
21036         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
21037         (gst_video_box_get_unit_size): Fix wrong size calculations and
21038         implement get_unit_size correctly.
21039
21040 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
21041
21042         * configure.ac:
21043           Enable flx plugin.
21044
21045         * gst/flx/gstflxdec.c: (flx_decode_chunks):
21046           Fix gcc4 signedness issue.
21047
21048 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21049
21050         * configure.ac: Adding videomixer.
21051         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
21052         (user_read_data), (gst_pngdec_chain): More debugging.
21053         * gst/alpha/Makefile.am: Adding alphacolor
21054         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
21055         (gst_alpha_color_class_init), (gst_alpha_color_init),
21056         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
21057         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
21058         (plugin_init): Ported to 0.9 using in place base tranform.
21059         * gst/videomixer/Makefile.am:
21060         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
21061         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
21062         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
21063         (gst_videomixer_pad_init), (gst_videomixer_class_init),
21064         (gst_videomixer_init), (gst_videomixer_getcaps),
21065         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
21066         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
21067         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
21068         to 0.9 using collectpads.
21069
21070 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
21071
21072         * configure.ac:
21073         * gst/flx/Makefile.am:
21074         * gst/flx/gstflxdec.c: (gst_flxdec_init),
21075         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
21076         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
21077         * gst/flx/gstflxdec.h:
21078         flx plugin ported to 0.9
21079
21080 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21081
21082         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
21083           use new gst_version_string()
21084
21085 2005-10-16  Andy Wingo  <wingo@pobox.com>
21086
21087         * configure.ac: GLIB_CHECK.
21088
21089 2005-10-15  Julien MOUTTE  <julien@moutte.net>
21090
21091         * ext/libpng/Makefile.am:
21092         * ext/libpng/gstpng.c: (plugin_init):
21093         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
21094         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
21095         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
21096
21097 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
21098
21099         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21100
21101         * configure.ac:
21102         * gst/matroska/Makefile.am:
21103         * gst/matroska/ebml-ids.h:
21104         * gst/matroska/ebml-write.c:
21105         * gst/matroska/ebml-write.h:
21106         * gst/matroska/matroska-ids.h:
21107         * gst/matroska/matroska-mux.c:
21108         * gst/matroska/matroska-mux.h:
21109         * gst/matroska/matroska.c: (plugin_init):
21110           Port matroska muxer to 0.9 (#318847).
21111
21112 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
21113
21114         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
21115         (comment_init), (comment_add):
21116           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
21117           use GST_READ_UINT32_LE() and friends rather than the private
21118           implementation of those same macros.
21119
21120 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
21121
21122         * examples/stats/mp2ogg.c:
21123           more typo fixes
21124
21125 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
21126
21127         * examples/indexing/indexmpeg.c: (main):
21128         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
21129         (gst_esdmon_close_audio), (gst_esdmon_change_state):
21130         * ext/esd/esdmon.h:
21131         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
21132         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
21133         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
21134         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
21135         * gst/avi/gstavimux.c: (gst_avimux_init):
21136         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
21137         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
21138         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
21139         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
21140         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
21141         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
21142         * gst/oldcore/gstmultifilesrc.h:
21143         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
21144         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
21145         (gst_pipefilter_change_state):
21146         * gst/oldcore/gstpipefilter.h:
21147         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
21148         * gst/videomixer/videomixer.c: (gst_videomixer_init):
21149         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
21150         * sys/osxaudio/gstosxaudiosink.h:
21151         * sys/osxaudio/gstosxaudiosrc.h:
21152           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
21153           moved bitshift from macro to enum definition
21154
21155 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
21156
21157         * ext/Makefile.am:
21158         * ext/cairo/Makefile.am:
21159         * ext/cairo/gstcairo.c: (plugin_init):
21160         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
21161         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
21162         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
21163         * ext/cairo/gsttimeoverlay.h:
21164           update of cairo-based timeoverlay to 1.0 Cairo API
21165           doesn't work yet for resizing of output sink
21166
21167 2005-10-11  Wim Taymans  <wim@fluendo.com>
21168
21169         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
21170         newsegment API fix.
21171
21172 2005-10-11  Wim Taymans  <wim@fluendo.com>
21173
21174         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
21175         (gst_dvdemux_demux_frame):
21176         * ext/flac/gstflacdec.c: (gst_flacdec_write):
21177         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21178         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
21179         (gst_avi_demux_handle_seek):
21180         * gst/goom/gstgoom.c: (gst_goom_event):
21181         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
21182         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21183         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21184         (gst_wavparse_loop), (gst_wavparse_pad_convert),
21185         (gst_wavparse_srcpad_event):
21186         newsegment API update.
21187
21188 2005-10-11  Andy Wingo  <wingo@pobox.com>
21189
21190         * ext/speex/gstspeexenc.c: Signedness cleanups.
21191
21192 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
21193
21194         * PORTED_09:
21195         * ext/speex/Makefile.am:
21196         * ext/speex/gstspeex.c:
21197         * ext/speex/gstspeexenc.c:
21198         Speexenc ported to 0.9
21199
21200 2005-10-10  Wim Taymans  <wim@fluendo.com>
21201
21202         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
21203         (gst_oss_sink_init), (gst_oss_sink_set_property),
21204         (gst_oss_sink_get_property), (gst_oss_sink_open),
21205         (gst_oss_sink_prepare), (gst_oss_sink_reset):
21206         * sys/oss/gstosssink.h:
21207         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
21208         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
21209         (gst_oss_src_prepare):
21210         Cleanups, make device configurable in the sink, handle and report
21211         errors.
21212
21213 2005-10-10  Wim Taymans  <wim@fluendo.com>
21214
21215         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
21216         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
21217         Make sure element is NULL before removing from the bin.
21218
21219 2005-10-07  Andy Wingo  <wingo@pobox.com>
21220
21221         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
21222         block forever in a read().
21223         (gst_dv1394src_bus_reset): Post a message when the cable is
21224         unplugged.
21225         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
21226         (gst_dv1394src_bus_reset): Don't unref the message.
21227
21228         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
21229         hacking. The only change should be that the state change stuff was
21230         put into basesrc's start() and stop() routines, which coalesces
21231         some steps.
21232
21233 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
21234
21235         * configure.ac:
21236           Add check for mmap
21237           
21238         * gst/debug/Makefile.am:
21239           Only compile efence plugin on systems that have mmap.
21240
21241 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
21242
21243         * gst/debug/Makefile.am:
21244         * gst/debug/breakmydata.c:
21245         * gst/debug/gstdebug.c:
21246         * gst/debug/gstnavigationtest.c:
21247         * gst/debug/gstnavseek.c: 
21248         * gst/debug/gstnavseek.h:
21249         * gst/debug/progressreport.c: 
21250         * gst/debug/testplugin.c:
21251           Port progressreport, navseek, navigationtest, testsink and
21252           breakmydata.
21253
21254 2005-10-05  Edward Hervey  <edward@fluendo.com>
21255
21256         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
21257         (gst_dvdemux_src_query):
21258         Fixes for better conversion
21259
21260 2005-10-04  Michael Smith <msmith@fluendo.com>
21261
21262         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
21263         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
21264         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
21265         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
21266           Set state of elements to NULL before removing from bins.
21267           Set state of test element to NULL if we failed to move it to READY
21268
21269 2005-10-04  Edward Hervey  <edward@fluendo.com>
21270
21271         * ext/dv/Makefile.am:
21272         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
21273         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
21274         Corrected the query function for position so it doesn't forget what
21275         format was asked, and calls the conversion functions on the correct pad.
21276
21277 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21278
21279         * configure.ac:
21280           back to development
21281
21282 === release 0.9.3 ===
21283
21284 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21285
21286         * configure.ac:
21287           Releasing 0.9.3, "Aramis"
21288
21289 2005-10-03  Andy Wingo  <wingo@pobox.com>
21290
21291         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
21292         error returns.
21293
21294 2005-10-02  Andy Wingo  <wingo@pobox.com>
21295
21296         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
21297
21298         * ext/flac/gstflacenc.c: Ported to 0.9.
21299
21300         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
21301
21302         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
21303         and link to gsttagedit. Enable flacenc.
21304
21305         * ext/flac/gstflacdec.c: Re-enable tag reading.
21306
21307 2005-09-30  Wim Taymans  <wim@fluendo.com>
21308
21309         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
21310         * gst/rtp/gstrtpgsmparse.c:
21311         * gst/rtp/gstrtph263penc.c:
21312         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21313         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21314         (gst_rtpmp4venc_set_property):
21315         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
21316         Various class and caps fixes from Andre Magalhaes (andrunko)
21317
21318 2005-09-29  Wim Taymans  <wim@fluendo.com>
21319
21320         * gst/level/level-example.c: (main):
21321         Update for new bus API.
21322
21323 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
21324
21325         * configure.ac:
21326           Fix unexpanded autoconf macro GST_DOC, which has been renamed
21327           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
21328
21329 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
21330
21331         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
21332           Fix playback of mono streams (bytes_per_sample should be set
21333           from the sample width and the number of channels negotiated,
21334           and not just be set to 4) (#317338)
21335
21336 2005-09-26  Wim Taymans  <wim@fluendo.com>
21337
21338         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
21339         (gst_rtpmpaenc_handle_buffer):
21340         Set buffer duration correctly.
21341
21342 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
21343
21344         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
21345         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
21346         (gst_avi_demux_change_state):
21347           Don't crash when encountering a stream with an unknown fourcc or
21348           codec id. Instead, create a pad of type video/x-avi-unknown or
21349           audio/x-avi-unknown, which as a side-effect also results in less
21350           confusing error messages in players ('no decoder' vs. 'no streams');
21351           minor fixes to state change function and class_init function.
21352
21353 2005-09-24  Wim Taymans  <wim@fluendo.com>
21354
21355         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
21356         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
21357         These are sinks.
21358
21359 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21360
21361         * check/elements/level.c: (GST_START_TEST):
21362           fix test for new GstClockTime use
21363         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
21364         (gst_level_transform_ip):
21365         * gst/level/gstlevel.h:
21366           fix up the decay peak, ensuring the decay peak is never lower
21367           than the peak for that interval
21368
21369 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21370
21371         * docs/plugins/gst-plugins-good-plugins.args:
21372         * docs/plugins/inspect/plugin-alpha.xml:
21373         * docs/plugins/inspect/plugin-rtp.xml:
21374         * gst/level/gstlevel.c: (gst_level_set_caps),
21375         (gst_level_transform_ip):
21376           updating docs
21377
21378 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21379
21380         * Makefile.am:
21381         * check/elements/level.c: (GST_START_TEST):
21382         * gst/level/Makefile.am:
21383         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
21384         (gst_level_set_property), (gst_level_get_property),
21385         (gst_level_set_caps), (gst_level_message_new),
21386         (gst_level_transform_ip):
21387         * gst/level/gstlevel.h:
21388         * gst/level/level-example.c: (message_handler), (main):
21389           convert to using GstClockTime for all time values, finally.
21390
21391 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21392
21393         * gst/auparse/Makefile.am:
21394         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21395           fix up build
21396         * configure.ac:
21397         * ext/cairo/Makefile.am:
21398         * ext/dv/Makefile.am:
21399         * ext/esd/Makefile.am:
21400         * ext/flac/Makefile.am:
21401         * ext/gconf/Makefile.am:
21402         * ext/gdk_pixbuf/Makefile.am:
21403         * ext/jpeg/Makefile.am:
21404         * ext/ladspa/Makefile.am:
21405         * ext/libcaca/Makefile.am:
21406         * ext/libmng/Makefile.am:
21407         * ext/libpng/Makefile.am:
21408         * ext/mikmod/Makefile.am:
21409         * ext/pango/Makefile.am:
21410         * ext/raw1394/Makefile.am:
21411         * ext/shout2/Makefile.am:
21412         * ext/speex/Makefile.am:
21413         * gst/alpha/Makefile.am:
21414         * gst/autodetect/Makefile.am:
21415         * gst/avi/Makefile.am:
21416         * gst/cutter/Makefile.am:
21417         * gst/debug/Makefile.am:
21418         * gst/effectv/Makefile.am:
21419         * gst/flx/Makefile.am:
21420         * gst/goom/Makefile.am:
21421         * gst/interleave/Makefile.am:
21422         * gst/law/Makefile.am:
21423         * gst/matroska/Makefile.am:
21424         * gst/median/Makefile.am:
21425         * gst/monoscope/Makefile.am:
21426         * gst/multipart/Makefile.am:
21427         * gst/oldcore/Makefile.am:
21428         * gst/rtp/Makefile.am:
21429         * gst/rtsp/Makefile.am:
21430         * gst/smoothwave/Makefile.am:
21431         * gst/smpte/Makefile.am:
21432         * gst/videobox/Makefile.am:
21433         * gst/videofilter/Makefile.am:
21434         * gst/videomixer/Makefile.am:
21435         * gst/wavenc/Makefile.am:
21436         * gst/wavparse/Makefile.am:
21437         * sys/oss/Makefile.am:
21438         * sys/osxaudio/Makefile.am:
21439         * sys/osxvideo/Makefile.am:
21440           fix up GST_LIBS use
21441
21442 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21443
21444         * gst/auparse/Makefile.am:
21445         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21446           fix build of auparse
21447
21448 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
21449
21450         * configure.ac:
21451         * PORTED_09:
21452         * gst/auparse/gstauparse.c:
21453         * gst/auparse/gstauparse.h:
21454         Auparse ported to 0.9.
21455
21456 2005-09-22  Wim Taymans  <wim@fluendo.com>
21457
21458         * gst/rtp/TODO:
21459         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
21460         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21461         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21462         (gst_rtpmp4venc_set_property):
21463         * gst/rtp/gstrtpmp4venc.h:
21464         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
21465         * gst/rtp/gstrtpmpaenc.h:
21466         Use is_filled to both check MTU and max-ptime of base class.
21467
21468 2005-09-22  Wim Taymans  <wim@fluendo.com>
21469
21470         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21471         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21472         (gst_rtpmp4venc_set_property):
21473         Don't fragment packets with multiple frames.
21474
21475 2005-09-22  Wim Taymans  <wim@fluendo.com>
21476
21477         * gst/rtp/TODO:
21478         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
21479         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21480         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
21481         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
21482         (gst_rtpmp4venc_get_property):
21483         * gst/rtp/gstrtpmp4venc.h:
21484         Remove g_print.
21485         Update TODO
21486         Make payload encoder a bit smarter and more correct with
21487         timestamps.
21488         Added option in payloader to include config string in-band.
21489
21490 2005-09-21  Wim Taymans  <wim@fluendo.com>
21491
21492         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
21493         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
21494         (gst_rtspsrc_send):
21495         Strip spaces for key/value pairs.
21496
21497 2005-09-21  Wim Taymans  <wim@fluendo.com>
21498
21499         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
21500         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
21501         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
21502         (gst_rtspsrc_change_state):
21503         More SDP parsing and caps setting.
21504         Do NO_PREROLL differently.
21505         add pads only after negotiated.
21506
21507         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
21508         (gst_udpsrc_getcaps):
21509         Implement the getcaps function.
21510
21511 2005-09-21  Wim Taymans  <wim@fluendo.com>
21512
21513         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
21514         (gst_rtpamrdec_chain):
21515         Handle multiple AMr packets per payload. Handle CRC and
21516         parse ILL/ILP.
21517
21518         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
21519         Make caps params strings for easy SDP mapping.
21520         
21521         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
21522         Handle capsnego better.
21523
21524         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
21525         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
21526         Generate and parse config string in the caps.
21527
21528 2005-09-21  Wim Taymans  <wim@fluendo.com>
21529
21530         * gst/rtp/README:
21531         Update README
21532
21533         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
21534         Make extra params as strings.
21535
21536         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
21537         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
21538         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
21539         Make state change return NO_PREROLL as this is a live
21540         source.
21541
21542         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
21543         Don't unref old caps when NULL.
21544
21545 2005-09-20  Wim Taymans  <wim@fluendo.com>
21546
21547         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
21548         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
21549         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
21550         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
21551         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
21552         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
21553         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
21554         * gst/rtsp/sdpmessage.h:
21555         Add URI handler.
21556         Parse SDP and create caps.
21557
21558 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
21559
21560         * gst/alpha/gstalpha.c:
21561           fix element description
21562
21563 2005-09-19  Wim Taymans  <wim@fluendo.com>
21564
21565         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
21566         Don't check payload for now.
21567
21568 2005-09-19  Wim Taymans  <wim@fluendo.com>
21569
21570         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
21571         (gst_wavparse_init), (gst_wavparse_parse_file_header),
21572         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
21573         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21574         (gst_wavparse_loop), (gst_wavparse_pad_convert),
21575         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
21576         (gst_wavparse_change_state):
21577         * gst/wavparse/gstwavparse.h:
21578         Fix wavparse some more.
21579
21580 2005-09-19  Wim Taymans  <wim@fluendo.com>
21581
21582         * check/elements/level.c: (GST_START_TEST):
21583         Fix for bus API change.
21584
21585 2005-09-19  Wim Taymans  <wim@fluendo.com>
21586
21587         * gst/level/level-example.c: (main):
21588         Fix for new bus API.
21589
21590         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
21591         Set caps on pads.
21592
21593 2005-09-15  Wim Taymans  <wim@fluendo.com>
21594
21595         * gst/rtp/Makefile.am:
21596         * gst/rtp/README:
21597         * gst/rtp/gstrtp.c: (plugin_init):
21598         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
21599         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
21600         (gst_rtpamrdec_change_state):
21601         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
21602         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
21603         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
21604         * gst/rtp/gstrtpamrenc.h:
21605         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
21606         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
21607         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
21608         * gst/rtp/gstrtpgsmenc.h:
21609         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
21610         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
21611         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
21612         (gst_rtpgsmparse_change_state):
21613         * gst/rtp/gstrtpgsmparse.h:
21614         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
21615         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
21616         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
21617         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
21618         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
21619         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
21620         * gst/rtp/gstrtph263penc.h:
21621         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
21622         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
21623         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
21624         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
21625         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
21626         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
21627         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
21628         * gst/rtp/gstrtpmp4venc.h:
21629         * gst/rtp/gstrtpmpadec.c:
21630         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
21631         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
21632         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
21633         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
21634         * gst/rtp/gstrtpmpaenc.h:
21635         Updates to payloader/depayloaders, make payloaders use
21636         the base classes.
21637         Updated README with suggested RTP caps and how to convert
21638         to/from SDP.
21639         Added config descriptor in mp4v payloader.
21640
21641 2005-09-15  Andy Wingo  <wingo@pobox.com>
21642
21643         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
21644         * gst/autodetect/gstautovideosink.c
21645         (gst_auto_video_sink_find_best): Update for new registry API.
21646
21647 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21648
21649         * common/c-to-xml.py:
21650         * common/gtk-doc-plugins.mak:
21651           a simple py script to generate valid xml from a C example
21652           probably also need to strip an MIT license when we decide
21653         * docs/plugins/Makefile.am:
21654         * gst/level/Makefile.am:
21655         * gst/level/gstlevel.c: (gst_level_init):
21656         * gst/level/level-example.c: (message_handler), (main):
21657           add an example to level that will show up in the docs
21658         * gst/rtp/TODO:
21659           add a note for the future
21660
21661 2005-09-14  Michael Smith <msmith@fluendo.com>
21662
21663         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
21664           Actually define the debug object being used in wavenc. Fixes #316205
21665
21666 2005-09-14  Michael Smith <msmith@fluendo.com>
21667
21668         * gst/smpte/Makefile.am:
21669           Link against GST_BASE_LIBS, to get it linked against libgstbase;
21670           needed to build on windows (bug 316204)
21671
21672 2005-09-12  Andy Wingo  <wingo@pobox.com>
21673
21674         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
21675
21676 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
21677
21678         * configure.ac:
21679         * gst/fdsrc/Makefile.am:
21680         * gst/fdsrc/gstfdsrc.c:
21681         * gst/fdsrc/gstfdsrc.h:
21682           Move fdsrc back into gstreamer core elements.
21683
21684         * gst/level/gstlevel.c: (gst_level_class_init),
21685         (gst_level_transform_ip):
21686         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
21687           Basetransform changes.
21688
21689 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21690
21691         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
21692         * ext/jpeg/smokecodec.c: (find_best_size):
21693           fix compiler warnings
21694
21695 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21696
21697         * gst-plugins-good.spec.in:
21698           spec file fixes
21699         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
21700         (gst_multiudpsink_render), (gst_multiudpsink_add),
21701         (gst_multiudpsink_clear):
21702           it actually helps to actually stream if we hook up the
21703           "add" signal to an actual implementation
21704         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
21705           some debugging
21706
21707 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
21708
21709         * ext/jpeg/Makefile.am:
21710         * ext/jpeg/gstjpeg.c
21711         * ext/jpeg/gstjpegenc.c:
21712         * ext/jpeg/gstsmokeenc.c:
21713
21714 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
21715
21716         * ext/flac/gstflacdec.c:
21717         * ext/flac/gstflacenc.c:
21718         * ext/flac/gstflactag.c:
21719         * ext/speex/gstspeexenc.c:
21720           gsttaginterface.h -> gsttagsetter.h
21721
21722 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
21723
21724         * configure.ac:
21725         * gst/debug/Makefile.am:
21726         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
21727         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
21728         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
21729         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
21730         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
21731           Port to 0.9 and re-enable efence plugin.
21732
21733 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
21734
21735         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
21736         (gst_flacdec_write), (gst_flacdec_convert_src):
21737         * ext/flac/gstflacdec.h:
21738           Add support for flac files with 24/32 bits per sample; and misc.
21739           minor clean-ups. Seeking is still partly broken (for me at least).
21740
21741 2005-09-06  Wim Taymans  <wim@fluendo.com>
21742
21743         * gst/rtp/Makefile.am:
21744         * gst/rtp/gstrtp.c: (plugin_init):
21745         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
21746         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
21747         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
21748         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
21749         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
21750         (gst_rtpmp4vdec_plugin_init):
21751         * gst/rtp/gstrtpmp4vdec.h:
21752         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
21753         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
21754         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
21755         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
21756         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
21757         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
21758         * gst/rtp/gstrtpmp4venc.h:
21759         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
21760         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
21761         Added mpeg4 video payload encoder/decoder.
21762         Added some docs in mpa payloader.
21763
21764 === release 0.9.1 ===
21765
21766 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21767
21768         * NEWS:
21769         * README:
21770         * RELEASE:
21771         * autogen.sh:
21772         * configure.ac:
21773           releasing 0.9.1, "Blondie"
21774
21775 2005-09-05  Andy Wingo  <wingo@pobox.com>
21776
21777         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
21778         here from the state change handler, so we fire signals without
21779         holding the state lock.
21780
21781 2005-09-02  Andy Wingo  <wingo@pobox.com>
21782
21783         * All plugins updated for element state changes.
21784
21785 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21786
21787         * Makefile.am:
21788         * check/.cvsignore:
21789         * check/Makefile.am:
21790         * check/elements/.cvsignore:
21791         * check/elements/level.c: (setup_level), (cleanup_level),
21792         (GST_START_TEST), (level_suite), (main):
21793           add a test for level
21794         * common/release.mak:
21795           move the enum checking to release.mak
21796         * configure.ac:
21797           add valgrind and check checking
21798         * gst/level/gstlevel.c: (gst_level_transform):
21799         * gst/level/gstlevel.h:
21800           fix Andy's cast bug
21801           convert a field to int
21802           fix the arithmetic to int when checking for emit so that a
21803           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
21804
21805 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21806
21807         * Makefile.am:
21808         * configure.ac:
21809           add docs to build
21810         * common/plugins.xsl:
21811           wrap Description into a refsect2
21812         * docs/Makefile.am:
21813         * docs/plugins/Makefile.am:
21814         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
21815         * docs/plugins/gst-plugins-good-plugins-sections.txt:
21816         * gst/goom/Makefile.am:
21817         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
21818         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
21819         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
21820         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
21821         (gst_goom_change_state):
21822         * gst/goom/gstgoom.h:
21823           GstGOOM -> GstGoom
21824           add an example launch line
21825         * gst/level/gstlevel.h:
21826         * gst/monoscope/gstmonoscope.c:
21827           cleanups
21828
21829 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21830
21831         * configure.ac:
21832         * docs/plugins/Makefile.am:
21833         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
21834         * docs/plugins/gst-plugins-good-plugins-sections.txt:
21835         * docs/plugins/gst-plugins-good-plugins.types:
21836           document elements and plugins.  Shazam !
21837
21838 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21839
21840         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
21841           be found under doc/random/ChangeLog-0.8