gst/udp/gstmultiudpsink.c: Provide the parameters that are required for the format...
[platform/upstream/gst-plugins-good.git] / ChangeLog
1 2008-11-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2
3         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
4         Provide the parameters that are required for the format string
5         to fix a compiler warning.
6
7 2008-11-29  Stefan Kost  <ensonic@users.sf.net>
8
9         * gst/autodetect/gstautoaudiosrc.c:
10           Fix classification.
11
12 2008-11-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
13
14         Patch by: Cygwin Ports maintainer
15                   <yselkowitz at users dot sourceforge dot net>
16
17         * autogen.sh:
18         * configure.ac:
19         Require gettext 0.17 because older versions don't mix with libtool
20         2.2. At build time an older gettext version will still work.
21         Fixes bug #556091.
22
23 2008-11-28  Wim Taymans  <wim.taymans@collabora.co.uk>
24
25         Patch by: Peter Kjellerstedt <pkj at axis com>
26
27         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
28         Make gst_multiudpsink_render() ignore errors from sendto() instead of
29         breaking streaming. Emit a warning instead. Fixes #562572.
30
31 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
32
33         Patch by: Ron McOuat <rmcouat at smartt dot com>
34
35         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
36         (gst_soup_http_src_init), (gst_soup_http_src_dispose),
37         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property),
38         (gst_soup_http_src_authenticate_cb), (gst_soup_http_src_start):
39         * ext/soup/gstsouphttpsrc.h:
40         * tests/check/elements/souphttpsrc.c: (basic_auth_cb),
41         (digest_auth_cb), (run_test), (GST_START_TEST),
42         (souphttpsrc_suite), (run_server):
43         Add support for basic and digest authentication in souphttpsrc.
44         Fixes bug #561775.
45
46 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
47
48         Patch by: Pepijn Van Eeckhoudt
49                       <pepijn dot vaneeckhoudt at luciad dot com>
50
51         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
52         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
53         * gst/wavenc/gstwavenc.h:
54         * gst/wavenc/riff.h:
55         Add support for a-law and mu-law encoded wav files. Fixes bug #562434.
56
57 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
58
59         Patch by: 이문형 <iwings at gmail dot com>
60
61         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
62         Prevent further read/write actions taken to the connect-failed socket by
63         erroring out quickly. See #562258.
64
65 2008-11-26  Stefan Kost  <ensonic@users.sf.net>
66
67         * tests/examples/level/level-example.c:
68           Set fakesink to sync. Otherwise people might question the message
69           interval. Nevertheless the timestamp in the message is what matters.
70
71 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
72
73         * tests/icles/.cvsignore:
74         cvsignore newly generated file.
75
76 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
77
78         * gst/rtp/gstasteriskh263.c:
79         * gst/rtp/gstasteriskh263.h:
80         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps):
81         * gst/rtp/gstrtpL16depay.h:
82         * gst/rtp/gstrtpL16pay.c:
83         * gst/rtp/gstrtpL16pay.h:
84         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_setcaps):
85         * gst/rtp/gstrtpac3depay.h:
86         * gst/rtp/gstrtpamrdepay.c:
87         * gst/rtp/gstrtpamrdepay.h:
88         * gst/rtp/gstrtpamrpay.c:
89         * gst/rtp/gstrtpamrpay.h:
90         * gst/rtp/gstrtpdepay.c:
91         * gst/rtp/gstrtpdepay.h:
92         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_setcaps):
93         * gst/rtp/gstrtpg726depay.c:
94         * gst/rtp/gstrtpg726pay.c:
95         * gst/rtp/gstrtpg729depay.c:
96         * gst/rtp/gstrtpg729pay.c:
97         * gst/rtp/gstrtpgsmdepay.c:
98         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_setcaps):
99         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_setcaps):
100         * gst/rtp/gstrtph263depay.h:
101         * gst/rtp/gstrtph263pay.c:
102         * gst/rtp/gstrtph263pay.h:
103         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
104         * gst/rtp/gstrtph263pdepay.h:
105         * gst/rtp/gstrtph263ppay.c:
106         * gst/rtp/gstrtph263ppay.h:
107         * gst/rtp/gstrtph264depay.c:
108         * gst/rtp/gstrtph264depay.h:
109         * gst/rtp/gstrtph264pay.c:
110         * gst/rtp/gstrtph264pay.h:
111         * gst/rtp/gstrtpilbcdepay.c:
112         * gst/rtp/gstrtpilbcpay.c:
113         * gst/rtp/gstrtpjpegdepay.h:
114         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_setcaps):
115         * gst/rtp/gstrtpmp1sdepay.h:
116         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
117         * gst/rtp/gstrtpmp2tdepay.h:
118         * gst/rtp/gstrtpmp2tpay.c:
119         * gst/rtp/gstrtpmp2tpay.h:
120         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps):
121         * gst/rtp/gstrtpmp4apay.c:
122         * gst/rtp/gstrtpmp4apay.h:
123         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_setcaps):
124         * gst/rtp/gstrtpmp4gdepay.h:
125         * gst/rtp/gstrtpmp4gpay.c:
126         * gst/rtp/gstrtpmp4gpay.h:
127         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
128         * gst/rtp/gstrtpmp4vdepay.h:
129         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_event):
130         * gst/rtp/gstrtpmp4vpay.h:
131         * gst/rtp/gstrtpmpadepay.c:
132         * gst/rtp/gstrtpmpadepay.h:
133         * gst/rtp/gstrtpmpapay.c:
134         * gst/rtp/gstrtpmpapay.h:
135         * gst/rtp/gstrtpmpvdepay.c:
136         * gst/rtp/gstrtpmpvdepay.h:
137         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
138         * gst/rtp/gstrtppcmapay.c:
139         * gst/rtp/gstrtppcmudepay.c:
140         * gst/rtp/gstrtppcmupay.c:
141         * gst/rtp/gstrtpspeexdepay.c:
142         * gst/rtp/gstrtpspeexpay.c:
143         * gst/rtp/gstrtpsv3vdepay.c:
144         * gst/rtp/gstrtpsv3vdepay.h:
145         * gst/rtp/gstrtptheoradepay.c:
146         * gst/rtp/gstrtptheoradepay.h:
147         * gst/rtp/gstrtptheorapay.c:
148         * gst/rtp/gstrtptheorapay.h:
149         * gst/rtp/gstrtpvorbisdepay.c:
150         * gst/rtp/gstrtpvorbisdepay.h:
151         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
152         * gst/rtp/gstrtpvorbispay.h:
153         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_setcaps):
154         * gst/rtp/gstrtpvrawpay.c:
155         Fix the descriptions and fix some email addresses.
156
157 2008-11-25  Julien Moutte  <julien@fluendo.com>
158
159         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps): Add MPG1 and MPG2 fourcc
160         to supported qtdemux video codecs as I found some video clips using 
161         those.
162
163 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
164
165         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
166         * gst/autodetect/gstautoaudiosrc.c: (gst_auto_audio_src_detect):
167         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
168         (gst_auto_video_sink_detect):
169         * gst/autodetect/gstautovideosrc.c: (gst_auto_video_src_detect):
170         Post an error when we can't set the internal ghostpad target.
171
172 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
173
174         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
175         (gst_video_crop_transform), (gst_video_crop_transform_caps),
176         (gst_video_crop_set_caps), (gst_video_crop_set_property):
177         * gst/videocrop/gstvideocrop.h:
178         Fix renegotiation when changing properties using the new basetransform
179         features. Fixes #561502.
180
181         * tests/icles/Makefile.am:
182         * tests/icles/videocrop2-test.c: (make_pipeline), (main):
183         Add crazy interactive test unit for dynamically changing properties.
184
185 2008-11-24  Wim Taymans  <wim.taymans@collabora.co.uk>
186
187         * gst/rtsp/gstrtspsrc.c: (new_session_pad),
188         (gst_rtspsrc_parse_range):
189         Add some more debugging.
190         Use the reanges received from the server unconditionally.
191         Fixes #561625.
192
193 2008-11-23  Stefan Kost  <ensonic@users.sf.net>
194
195         * ext/pulse/pulsesink.c:
196           Change #if 0 to something more expresive and add pointer to related
197           bug ticket.
198
199 2008-11-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
200
201         Patch by: Tal Shalif <tshalif at nargila dot org>
202
203         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
204         Use G_{BIG,LITTLE}_ENDIAN instead of the non-GLib variants as
205         the latter don't exist on some systems (mingw). Fixes bug #561990.
206
207 2008-11-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
208
209         Patch by: Zeeshan Ali <zeeshanak at gnome dot org>
210
211         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_build_message):
212         Add transferMode.dnla.org header to HTTP requests as this is
213         required by the DLNA specs and doesn't hurt in other situations.
214         Fixes bug #561802.
215
216 2008-11-20  Michael Smith <msmith@songbirdnest.com>
217
218         * sys/osxvideo/osxvideosink.h:
219         * sys/osxvideo/osxvideosink.m:
220           Handle video window resizing more correctly, avoiding crashes when
221           embedding the window and resizing it.
222
223 2008-11-20  Michael Smith <msmith@songbirdnest.com>
224
225         * gst/udp/gstmultiudpsink.c:
226         * gst/udp/gstudpnetutils.c:
227         * gst/udp/gstudpnetutils.h:
228         * gst/udp/gstudpsrc.c:
229           Fix multiudpsink on OSX by passing the specific length of the socket,
230           refactor that into a function shared with the same thing in udpsrc.
231
232 2008-11-20  Wim Taymans  <wim.taymans@collabora.co.uk>
233
234         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
235         (uint64_ceiling_scale), (gst_wavparse_calculate_duration),
236         (gst_wavparse_stream_headers):
237         Fix the scaling code.
238         Fix parsing of the INFO chunks, we were reading the wrong number of
239         bytes.  Fixes #561580.
240
241 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
242
243         * gst/matroska/matroska-mux.c:
244         Fix NULL pointer dereference of an unset codec_id in the recently 
245         added Dirac paths
246
247 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
248
249         * tests/check/Makefile.am:
250         Just keep disabling elements that hang the states test until it
251         works.
252
253 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
254
255         * ext/libpng/gstpngenc.c:
256         Don't flush downstream after every buffer - that's not what
257         this libpng callback is for at all!
258
259 2008-11-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
260
261         * sys/v4l2/v4l2src_calls.c:
262           (gst_v4l2src_probe_caps_for_format_and_size), (sort_by_frame_size),
263           (gst_v4l2src_probe_caps_for_format):
264           Turns out we don't always get the frame sizes in a predefined
265           order from lowest to highest resolution, so let's just sort the
266           list by frame size once we've queried the possible resolutions
267           rather than assume any particular order. Fixes probed caps for
268           the camera in my HP2133 mini notebook and makes v4l2src default
269           to a decent size.
270
271 2008-11-16  Edward Hervey  <edward.hervey@collabora.co.uk>
272
273         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
274         * gst/matroska/matroska-ids.h:
275         Make mkvdemux aware of E-AC3.
276
277 2008-11-14  Wim Taymans  <wim.taymans@collabora.co.uk>
278
279         * gst/rtp/Makefile.am:
280         * gst/rtp/gstrtp.c: (plugin_init):
281         * gst/rtp/gstrtpjpegdepay.c: (gst_rtp_jpeg_depay_base_init),
282         (gst_rtp_jpeg_depay_class_init), (gst_rtp_jpeg_depay_init),
283         (gst_rtp_jpeg_depay_finalize), (MakeTables), (MakeQuantHeader),
284         (MakeHuffmanHeader), (MakeDRIHeader), (MakeHeaders),
285         (gst_rtp_jpeg_depay_setcaps), (gst_rtp_jpeg_depay_process),
286         (gst_rtp_jpeg_depay_change_state),
287         (gst_rtp_jpeg_depay_plugin_init):
288         * gst/rtp/gstrtpjpegdepay.h:
289         Add a jpeg depayloader.
290
291         * gst/rtp/gstrtpjpegpay.c:
292         Set the default properties on the payloader to better defaults.
293
294 2008-11-14  Stefan Kost  <ensonic@users.sf.net>
295
296         * sys/v4l2/gstv4l2.c:
297           Give it a primary rank for autovideosrc.
298
299 2008-11-14  Wim Taymans  <wim.taymans@collabora.co.uk>
300
301         Patch by: Bjorn Ostby <bjornos at axis dot com>
302
303         * gst/rtp/Makefile.am:
304         * gst/rtp/gstrtp.c: (plugin_init):
305         * gst/rtp/gstrtpjpegpay.c: (gst_rtp_jpeg_pay_base_init),
306         (gst_rtp_jpeg_pay_class_init), (gst_rtp_jpeg_pay_init),
307         (gst_rtp_jpeg_pay_setcaps), (gst_rtp_jpeg_pay_header_size),
308         (gst_rtp_jpeg_pay_read_quant_table),
309         (gst_rtp_jpeg_pay_scan_marker), (gst_rtp_jpeg_pay_handle_buffer),
310         (gst_rtp_jpeg_pay_set_property), (gst_rtp_jpeg_pay_get_property),
311         (gst_rtp_jpeg_pay_plugin_init):
312         * gst/rtp/gstrtpjpegpay.h:
313         Add JPEG payloader. Fixes #560756.
314
315 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
316
317         Patch by: Fabricio Godoy <skarllot at gmail dot com>
318
319         * sys/oss/gstosssink.c: (gst_oss_sink_open):
320         * sys/oss/gstosssrc.c: (gst_oss_src_open):
321         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_mmap):
322         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
323         Fix some spelling mistakes. Fixes #556802.
324
325 2008-11-13  Stefan Kost  <ensonic@users.sf.net>
326
327         * gst/equalizer/GstIirEqualizer10Bands.prs:
328         * gst/equalizer/GstIirEqualizer3Bands.prs:
329         * gst/equalizer/Makefile.am:
330         * gst/equalizer/gstiirequalizer10bands.c:
331         * gst/equalizer/gstiirequalizer3bands.c:
332           Add presets for equalizer. Fixes #522183.
333
334 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
335
336         * gst/rtsp/Makefile.am:
337         * gst/rtsp/gstrtsp.c: (plugin_init):
338         * gst/rtsp/gstrtspgoogle.c:
339         * gst/rtsp/gstrtspgoogle.h:
340         Remove google extension again, it's not needed anymore because we never
341         send multiple transports anymore.
342
343 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
344
345         Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
346
347         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_nat_method_get_type),
348         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
349         (gst_rtspsrc_get_property), (gst_rtspsrc_create_stream),
350         (gst_rtspsrc_stream_free),
351         (gst_rtspsrc_stream_configure_udp_sinks),
352         (gst_rtspsrc_stream_configure_transport),
353         (gst_rtspsrc_send_dummy_packets),
354         (gst_rtspsrc_create_transports_string),
355         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
356         * gst/rtsp/gstrtspsrc.h:
357         Add property to configure NAT traversal method.
358         Ignore EOS from the internal sinks.
359         Implement sending dummy packets as a (simple) method to open up
360         some firewalls.
361         Send PLAY request to the server after we started the udp sources.
362         Fixes #559545.
363
364 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
365
366         Patch by: Yotam <sh dot yotam at gmail dot com>
367
368         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_event):
369         Flush the remaining frames on EOS. Fixes #560641.
370
371 2008-11-12  Jan Schmidt  <jan.schmidt@sun.com>
372
373         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_handle_buffer):
374         Fix compiler warning about printf formatting.
375
376 2008-11-12  Andy Wingo  <wingo@pobox.com>
377
378         * gst/qtdemux/qtdemux.h (struct _GstQTDemux):
379         * gst/qtdemux/qtdemux.c (gst_qtdemux_do_seek): Queue up new
380         segment events instead of sending them from the seeking thread.
381         Fixes #559288.
382         (gst_qtdemux_push_pending_newsegment): New helper, sends out
383         queued newsegment events.
384         (gst_qtdemux_loop_state_movie): Voilà, call it here. Only need to
385         call it here, as we only seek when looping, and only push in the
386         movie state.
387
388 2008-11-11  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
389
390         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_tmpo),
391         (qtdemux_tag_add_covr), (qtdemux_parse_udta):
392         * gst/qtdemux/qtdemux_fourcc.h:
393         * gst/qtdemux/qtdemux_types.c:
394         Add cover and alternative copyright tag, and enhance some existing
395         ones by marking them as container atoms.
396
397 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
398
399         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_set_caps):
400         Don't ignore the return value of setcaps.
401
402 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
403
404         Patch by: Olivier Crete <tester at tester dot ca>
405
406         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_base_init),
407         (gst_rtp_g729_pay_class_init), (gst_rtp_g729_pay_init),
408         (gst_rtp_g729_pay_set_caps), (gst_rtp_g729_pay_handle_buffer):
409         * gst/rtp/gstrtpg729pay.h:
410         Replace G729 payloader with an improved version. Fixes #532409.
411
412 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
413
414         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_transports_string),
415         (gst_rtspsrc_change_state):
416         Only send one transport at a time for improved compatibility with some
417         broken servers. See #537832.
418
419 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
420
421         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
422         (gst_rtspsrc_perform_seek):
423         Only pause/play in the seek handler when the source was playing.
424         Fixes #529379.
425
426 2008-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
427
428         * gst/matroska/matroska-mux.c:
429         (gst_matroska_mux_handle_dirac_packet):
430         Fix muxing of Dirac streams if the input already has the format
431         we need, i.e. is the output of matroskademux.
432
433 2008-11-11  Stefan Kost  <ensonic@users.sf.net>
434
435         * gst/avi/gstavimux.c:
436           Don't segfault on string typed tags being NULL. Fixes #560155.
437
438 2008-11-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
439
440         * gst/matroska/matroska-mux.c: (aac_codec_data_to_codec_id),
441         (gst_matroska_mux_audio_pad_setcaps):
442         Fix mapping AAC profile to Matroska codec id.
443
444 2008-11-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
445
446         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
447         (qtdemux_video_caps), (qtdemux_audio_caps):
448         Refactor some raw audio caps building, and handle >16-bit cases.
449         Fix/replace building caps from a string description.
450
451 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
452
453         * gst/audiofx/audiowsincband.c:
454         * gst/audiofx/audiowsinclimit.c:
455         * gst/cutter/gstcutter.c:
456           Make author name consistent with others.
457
458 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
459
460         Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
461
462         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_perform_seek),
463         (gst_rtspsrc_stream_configure_udp_sink):
464         Pause the RTSP stream before doing a new play request.
465         Make sure that adding the udpsinks does not cause the rtspsrc to become
466         a sink. Fixes #559547.
467
468 2008-11-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
469
470         * gst/matroska/matroska-ids.h:
471         * gst/matroska/matroska-mux.c: (gst_matroska_pad_free),
472         (gst_matroska_mux_handle_dirac_packet),
473         (gst_matroska_mux_write_data):
474         Implement Dirac muxing into Matroska comforming to the spec, i.e.
475         put all Dirac packages up to a picture into a Matroska block.
476
477         TODO: Implement writing of the ReferenceBlock Matroska elements,
478         currently the Dirac muxing is only 100% correct if Matroska version 2
479         is selected for muxing.
480
481 2008-11-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
482
483         Patch by: Bastien Nocera <hadess at hadess dot net>,
484                   Hans de Goede <jwrdegoede at fedoraproject dot org>
485
486         * configure.ac:
487         * sys/v4l2/Makefile.am:
488         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read):
489         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
490         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_close),
491         (gst_v4l2_get_norm), (gst_v4l2_set_norm), (gst_v4l2_get_frequency),
492         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
493         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute),
494         (gst_v4l2_get_input), (gst_v4l2_set_input):
495         * sys/v4l2/v4l2_calls.h:
496         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
497         (gst_v4l2_buffer_new), (gst_v4l2_buffer_pool_finalize),
498         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
499         (gst_v4l2src_fill_format_list),
500         (gst_v4l2src_probe_caps_for_format_and_size),
501         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame),
502         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init),
503         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop),
504         (gst_v4l2src_get_nearest_size):
505         Optionally use libv4l to access v4l2 devices. Fixes bug #545033.
506
507 2008-11-04  Stefan Kost  <ensonic@users.sf.net>
508
509         * ext/aalib/Makefile.am:
510         * ext/annodex/Makefile.am:
511         * ext/cairo/Makefile.am:
512         * ext/dv/Makefile.am:
513         * ext/esd/Makefile.am:
514         * ext/flac/Makefile.am:
515         * ext/gconf/Makefile.am:
516         * ext/gdk_pixbuf/Makefile.am:
517         * ext/hal/Makefile.am:
518         * ext/jpeg/Makefile.am:
519         * ext/ladspa/Makefile.am:
520         * ext/libcaca/Makefile.am:
521         * ext/libmng/Makefile.am:
522         * ext/libpng/Makefile.am:
523         * ext/mikmod/Makefile.am:
524         * ext/pulse/Makefile.am:
525         * ext/raw1394/Makefile.am:
526         * ext/shout2/Makefile.am:
527         * ext/soup/Makefile.am:
528         * ext/speex/Makefile.am:
529         * ext/taglib/Makefile.am:
530         * ext/wavpack/Makefile.am:
531         * gst/alpha/Makefile.am:
532         * gst/apetag/Makefile.am:
533         * gst/audiofx/Makefile.am:
534         * gst/auparse/Makefile.am:
535         * gst/autodetect/Makefile.am:
536         * gst/avi/Makefile.am:
537         * gst/cutter/Makefile.am:
538         * gst/debug/Makefile.am:
539         * gst/effectv/Makefile.am:
540         * gst/equalizer/Makefile.am:
541         * gst/flx/Makefile.am:
542         * gst/goom/Makefile.am:
543         * gst/goom2k1/Makefile.am:
544         * gst/icydemux/Makefile.am:
545         * gst/id3demux/Makefile.am:
546         * gst/interleave/Makefile.am:
547         * gst/law/Makefile.am:
548         * gst/level/Makefile.am:
549         * gst/matroska/Makefile.am:
550         * gst/median/Makefile.am:
551         * gst/monoscope/Makefile.am:
552         * gst/multifile/Makefile.am:
553         * gst/multipart/Makefile.am:
554         * gst/oldcore/Makefile.am:
555         * gst/qtdemux/Makefile.am:
556         * gst/replaygain/Makefile.am:
557         * gst/rtp/Makefile.am:
558         * gst/rtsp/Makefile.am:
559         * gst/smpte/Makefile.am:
560         * gst/spectrum/Makefile.am:
561         * gst/udp/Makefile.am:
562         * gst/videobox/Makefile.am:
563         * gst/videocrop/Makefile.am:
564         * gst/videofilter/Makefile.am:
565         * gst/videomixer/Makefile.am:
566         * gst/wavenc/Makefile.am:
567         * gst/wavparse/Makefile.am:
568         * sys/directdraw/Makefile.am:
569         * sys/directsound/Makefile.am:
570         * sys/oss/Makefile.am:
571         * sys/osxaudio/Makefile.am:
572         * sys/osxvideo/Makefile.am:
573         * sys/sunaudio/Makefile.am:
574         * sys/v4l2/Makefile.am:
575         * sys/waveform/Makefile.am:
576         * sys/ximage/Makefile.am:
577           Don't install static libs for plugins. Fixes #550851 for -good.
578
579 2008-10-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
580
581         * ext/flac/Makefile.am:
582         Include $(FLAC_CFLAGS) in CFLAGS to make sure to find the FLAC headers.
583         This fixes compilation if FLAC is installed in an uncommon location
584         that is not already handled by other CFLAGS. Fixes bug #558711.
585
586 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
587
588         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank):
589         Guard more uncommon formats with ifdefs so that we can compile on older
590         versions.
591
592 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
593
594         Patch by: Nick Haddad <nick at haddads dot net>
595
596         * gst/avi/gstavidemux.c: (gst_avi_demux_is_uncompressed),
597         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
598         (gst_avi_demux_stream_data):
599         Invert other uncompressed RGB formats. Fixes #558554.
600
601 2008-10-30  Sebastian Dröge  <slomo@circular-chaos.org>
602
603         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
604         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
605         * gst/wavenc/gstwavenc.h:
606         Add support for float/double as input and remove the (nowadays)
607         useless parsing of the depth as we require width==depth.
608
609 2008-10-30  Wim Taymans  <wim.taymans@collabora.co.uk>
610
611         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps):
612         * gst/rtp/gstrtpmpapay.c:
613         Narrow down the caps of the mpeg audio pay/depayloaders to only accept
614         mpeg version 1. Fixes #558427.
615
616 2008-10-29  Wim Taymans  <wim.taymans@collabora.co.uk>
617
618         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_flush),
619         (gst_rtp_L16_pay_getcaps):
620         Only put an integral amount of samples in the RTP packet.
621         Fixes #556641.
622
623 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
624
625         * gst/rtp/gstrtpchannels.c: (gst_rtp_channels_get_by_index):
626         * gst/rtp/gstrtpchannels.h:
627         Add method to get possible channel positions.
628
629 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
630
631         * gst/rtp/Makefile.am:
632         Also commit updated makefile
633
634 2008-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
635
636         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
637         Don't allow width=32,depth=24 as input. WAV requires that the width
638         is the next integer multiply of 8 from the depth.
639
640 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
641
642         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps):
643         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
644         (gst_rtp_L16_pay_getcaps):
645         * gst/rtp/gstrtpchannels.c: (check_channels),
646         (gst_rtp_channels_get_by_pos), (gst_rtp_channels_get_by_order),
647         (gst_rtp_channels_create_default):
648         * gst/rtp/gstrtpchannels.h:
649         Add mappings for multichannel support. Does not completely just work
650         because the getcaps function does not yet return the allowed channel
651         mappings. See #556641.
652
653 2008-10-28  Stefan Kost  <ensonic@users.sf.net>
654
655         * gst/goom/Makefile.am:
656         * gst/goom/README:
657         * gst/goom/config_param.c:
658         * gst/goom/convolve_fx.c:
659         * gst/goom/drawmethods.c:
660         * gst/goom/drawmethods.h:
661         * gst/goom/filters.c:
662         * gst/goom/filters_mmx.s:
663         * gst/goom/flying_stars_fx.c:
664         * gst/goom/goom.h:
665         * gst/goom/goom_config.h:
666         * gst/goom/goom_config_param.h:
667         * gst/goom/goom_core.c:
668         * gst/goom/goom_filters.h:
669         * gst/goom/goom_fx.h:
670         * gst/goom/goom_graphic.h:
671         * gst/goom/goom_plugin_info.h:
672         * gst/goom/goom_tools.c:
673         * gst/goom/goom_tools.h:
674         * gst/goom/goom_typedefs.h:
675         * gst/goom/goom_visual_fx.h:
676         * gst/goom/graphic.c:
677         * gst/goom/ifs.c:
678         * gst/goom/ifs.h:
679         * gst/goom/lines.c:
680         * gst/goom/lines.h:
681         * gst/goom/mathtools.c:
682         * gst/goom/mathtools.h:
683         * gst/goom/mmx.c:
684         * gst/goom/motif_goom1.h:
685         * gst/goom/motif_goom2.h:
686         * gst/goom/plugin_info.c:
687         * gst/goom/ppc_drawings.h:
688         * gst/goom/ppc_zoom_ultimate.h:
689         * gst/goom/sound_tester.c:
690         * gst/goom/sound_tester.h:
691         * gst/goom/surf3d.c:
692         * gst/goom/surf3d.h:
693         * gst/goom/tentacle3d.c:
694         * gst/goom/tentacle3d.h:
695         * gst/goom/v3d.c:
696         * gst/goom/v3d.h:
697         * gst/goom/xmmx.c:
698           Add license headers in all source files. Remove filter.c from
699           EXTRA_DIST, as its in SOURCES already. Mention the files in the REDME
700           which are not used right now. Fixes #557709.
701
702 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
703
704         Patch by: Olivier Crete <tester at tester dot ca>
705
706         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_class_init),
707         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_getcaps):
708         Implement getcaps in rtpL16pay. Fixes #556484.
709
710 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
711
712         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps),
713         (gst_rtp_L16_depay_process):
714         Check if clock-rate and channels are valid.
715         Don't ignore the return value of setcaps.
716         No need to validate the buffer, the base class does that for us.
717         Use the marker bit to set the DISCONT flag on outgoing buffers.
718
719         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps):
720         Don't ignore the return value of set_outcaps.
721
722         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_setcaps),
723         (gst_rtp_ac3_depay_process):
724         Don't ignore the return value of set_caps.
725         No need to validate the buffer, the base class does that for us.
726
727         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
728         (gst_rtp_amr_depay_process):
729         * gst/rtp/gstrtpamrdepay.h:
730         Don't ignore the return value of setcaps.
731         No need to validate the buffer, the base class does that for us.
732         No need to set output caps on the buffers, the base class does that for
733         us.
734         The subclass will make sure we are negotiated.
735         
736         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_setcaps),
737         (gst_rtp_dv_depay_process), (gst_rtp_dv_depay_reset):
738         * gst/rtp/gstrtpdvdepay.h:
739         Clean up caps negotiation.
740         The subclass will make sure we are negotiated.
741
742         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_setcaps),
743         (gst_rtp_g726_depay_process):
744         Clean up caps negotiation.
745         Use the marker bit to set the DISCONT flag on outgoing buffers.
746
747         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_init),
748         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process):
749         * gst/rtp/gstrtpg729depay.h:
750         The subclass will make sure we are negotiated.
751         Use the marker bit to set the DISCONT flag on outgoing buffers.
752
753         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_setcaps),
754         (gst_rtp_gsm_depay_process):
755         Clean up caps negotiation.
756         Use the marker bit to set the DISCONT flag on outgoing buffers.
757
758         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_setcaps):
759         Clean up caps negotiation.
760         Don't ignore the return value of set_outcaps.
761
762         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_setcaps),
763         (gst_rtp_h263_depay_process):
764         Clean up caps negotiation.
765         No need to validate the buffer, the base class does that for us.
766
767         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_setcaps),
768         (gst_rtp_h263_pay_flush), (gst_rtp_h263_pay_handle_buffer):
769         * gst/rtp/gstrtph263pay.h:
770         Don't ignore the return value of set_outcaps.
771         Do some more timestamps.
772
773         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
774         (gst_rtp_h263p_depay_process):
775         Clean up caps negotiation.
776         Don't ignore the return value of setcaps.
777         No need to validate the buffer, the base class does that for us.
778
779         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init),
780         (gst_rtp_h263p_pay_setcaps), (gst_rtp_h263p_pay_flush),
781         (gst_rtp_h263p_pay_handle_buffer):
782         * gst/rtp/gstrtph263ppay.h:
783         Don't ignore the return value of set_outcaps.
784         Do some more timestamps.
785
786         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps),
787         (gst_rtp_h264_depay_process):
788         Clean up caps negotiation.
789         Don't ignore the return value of setcaps.
790         Fix possible caps leak.
791         No need to validate the buffer, the base class does that for us.
792
793         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps):
794         Add some more debug info.
795
796         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps),
797         (gst_rtp_ilbc_depay_process):
798         Clean up caps negotiation.
799         Use the marker bit to set the DISCONT flag on outgoing buffers.
800
801         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_sink_setcaps):
802         Clean up caps negotiation.
803
804         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_setcaps),
805         (gst_rtp_mp1s_depay_process):
806         Clean up caps negotiation.
807         Don't ignore the return value of setcaps.
808         No need to validate the buffer, the base class does that for us.
809         No need to set caps on buffers, subclass does that for us.
810
811         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
812         (gst_rtp_mp2t_depay_process):
813         Clean up caps negotiation.
814         Don't ignore the return value of setcaps.
815         No need to validate the buffer, the base class does that for us.
816         No need to set caps on buffers, subclass does that for us.
817
818         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
819         (gst_rtp_mp4a_depay_process):
820         Clean up caps negotiation.
821         Don't ignore the return value of setcaps.
822         No need to validate the buffer, the base class does that for us.
823
824         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_new_caps),
825         (gst_rtp_mp4a_pay_setcaps):
826         Don't ignore the return value of set_outcaps.
827
828         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_setcaps),
829         (gst_rtp_mp4g_depay_process):
830         Clean up caps negotiation.
831         Don't ignore the return value of setcaps.
832         No need to validate the buffer, the base class does that for us.
833         No need to set caps on buffers, subclass does that for us.
834
835         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize),
836         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps):
837         Don't ignore the return value of set_outcaps.
838
839         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
840         (gst_rtp_mp4v_depay_process):
841         Clean up caps negotiation.
842         Don't ignore the return value of setcaps.
843         No need to validate the buffer, the base class does that for us.
844         No need to set caps on buffers, subclass does that for us.
845
846         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_new_caps),
847         (gst_rtp_mp4v_pay_setcaps):
848         Don't ignore the return value of set_outcaps.
849
850         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps),
851         (gst_rtp_mpa_depay_process):
852         Clean up caps negotiation.
853         Don't ignore the return value of setcaps.
854         No need to validate the buffer, the base class does that for us.
855         Use the marker bit to set the DISCONT flag on outgoing buffers.
856
857         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_setcaps):
858         Don't ignore the return value of set_outcaps.
859
860         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_setcaps),
861         (gst_rtp_mpv_depay_process):
862         Clean up caps negotiation.
863         Actually set output caps.
864         No need to validate the buffer, the base class does that for us.
865
866         * gst/rtp/gstrtpmpvpay.c: (gst_rtp_mpv_pay_setcaps):
867         Don't ignore the return value of set_outcaps.
868
869         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps),
870         (gst_rtp_pcma_depay_process):
871         Clean up caps negotiation.
872         Set output buffer duration because we can.
873         Use the marker bit to set the DISCONT flag on outgoing buffers.
874
875         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_setcaps):
876         Don't ignore the return value of set_outcaps.
877
878         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps),
879         (gst_rtp_pcmu_depay_process):
880         Clean up caps negotiation.
881         Use the marker bit to set the DISCONT flag on outgoing buffers.
882
883         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_setcaps):
884         Don't ignore the return value of set_outcaps.
885
886         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
887         (gst_rtp_speex_depay_setcaps), (gst_rtp_speex_depay_process):
888         Clean up caps negotiation.
889         Set output caps on the pad and header buffers.
890         Set duration on output buffers because we can.
891
892         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_parse_ident):
893         Don't ignore the return value of set_outcaps.
894
895         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_setcaps),
896         (gst_rtp_sv3v_depay_process):
897         Clean up caps negotiation.
898         No need to validate the buffer, the base class does that for us.
899         No need to set caps out output buffers, subclass does that.
900
901         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps),
902         (gst_rtp_theora_depay_process):
903         Don't ignore the return value of setcaps.
904         No need to validate the buffer, the base class does that for us.
905
906         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_class_init),
907         (gst_rtp_theora_pay_flush_packet), (encode_base64),
908         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
909         (gst_rtp_theora_pay_handle_buffer):
910         Don't ignore the return value of set_outcaps.
911
912         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
913         (gst_rtp_vorbis_depay_process):
914         Don't ignore the return value of setcaps.
915         No need to validate the buffer, the base class does that for us.
916
917         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
918         Don't ignore the return value of set_outcaps.
919
920         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_setcaps):
921         Clean up caps negotiation, don't ignore setcaps return.
922
923         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_setcaps):
924         Don't ignore the return value of set_outcaps.
925
926 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
927
928         * gst/matroska/matroska-demux.c:
929         (gst_matroska_demux_handle_src_event):
930         Forward unknown events upstream.
931
932 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
933
934         * tests/check/elements/icydemux.c: (icydemux_found_pad):
935         Add some refcount check
936
937         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_run):
938         Don't ignore the result of write(), fixes a  compiler warning for me.
939
940         * tests/icles/videobox-test.c: (main):
941         Make the output a little more pretty.
942
943 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
944
945         * ext/esd/esdmon.c:
946           Add doc blob.
947
948 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
949
950         * docs/plugins/Makefile.am:
951         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
952         * docs/plugins/gst-plugins-good-plugins-sections.txt:
953         * docs/plugins/gst-plugins-good-plugins.args:
954         * docs/plugins/gst-plugins-good-plugins.hierarchy:
955         * docs/plugins/gst-plugins-good-plugins.interfaces:
956         * docs/plugins/inspect/plugin-autodetect.xml:
957           Add the docs of the new elements.
958
959 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
960
961         * gst/autodetect/gstautoaudiosrc.c:
962         (gst_auto_audio_src_class_init):
963         * gst/autodetect/gstautovideosrc.c:
964         (gst_auto_video_src_class_init):
965         Fix "Since" tags in the documentation.
966
967 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
968
969         Patch by: Sjoerd Simons <sjoerd at luon dot net>
970
971         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
972         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property):
973         Add support for souphttpsrc to act as a live source. This makes it
974         possible to get timestamped buffers in combination with the
975         "do-timestamp" property. Fixes bug #556019.
976
977 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
978
979         * gst/autodetect/Makefile.am:
980         * gst/autodetect/gstautoaudiosink.c:
981         * gst/autodetect/gstautoaudiosrc.c:
982         * gst/autodetect/gstautoaudiosrc.h:
983         * gst/autodetect/gstautodetect.c:
984         * gst/autodetect/gstautovideosink.c:
985         * gst/autodetect/gstautovideosrc.c:
986         * gst/autodetect/gstautovideosrc.h:
987           Implement src plugins. Little code/string cleanup in the sinks.
988           Fixes #523813.
989
990 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
991
992         Patch by: Peter Kjellerstedt <pkj at axis com>
993
994         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
995         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad):
996         Fix a memory leak when pads are requested but the pipeline never
997         goes into PLAYING.
998
999         Correctly remove request pads, no matter if they have collected
1000         data or not.
1001
1002         Fixes bug #557710.
1003
1004 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1005
1006         Patch by: <lrn1986 at gmail dot com>
1007
1008         * gst/udp/gstudpnetutils.h:
1009         Define the correct WINVER so getaddinfo() can be used when using
1010         mingw32. Fixes bug #557294.
1011
1012 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1013
1014         Patch by: <lrn1986 at gmail dot com>
1015
1016         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
1017         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
1018         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1019         Fix "argument type mismatch" compiler warnings on Windows.
1020         Fixes bug #557293.
1021
1022 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1023
1024         * gst/equalizer/gstiirequalizer.c: (update_coefficients):
1025         Don't calculate the filter coefficients for every single buffer
1026         but only when it's needed. Fixes bug #557260.
1027
1028 2008-10-26  Jan Schmidt  <jan.schmidt@sun.com>
1029
1030         * configure.ac:
1031         Back to development -> 0.10.11.1
1032
1033 2008-10-25  Jan Schmidt  <jan.schmidt@sun.com>
1034
1035         * gst-plugins-good.doap:
1036         Fix version number of 0.10.11 release in doap file
1037
1038 === release 0.10.11 ===
1039
1040 2008-10-24  Jan Schmidt <jan.schmidt@sun.com>
1041
1042         * configure.ac:
1043           releasing 0.10.11, "Secondary Consideration"
1044
1045 2008-10-24  Jan Schmidt  <jan.schmidt@sun.com>
1046
1047         * configure.ac:
1048         Commit 0.10.10.4 pre-release
1049
1050 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
1051
1052         * gst/avi/gstavimux.c:
1053         Fix VPRP chunk setup in avimux.
1054         Fixes: #556010
1055         Patch By: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
1056
1057 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
1058
1059         * gst/videobox/gstvideobox.c:
1060         support dynamically changing properties in videobox
1061         Fixed: #557085
1062         Patch By: Wim Taymans <wim.taymans@collabora.co.uk>
1063
1064 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
1065
1066         * configure.ac:
1067         0.10.10.3 pre-release
1068
1069 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
1070
1071         * tests/check/Makefile.am:
1072         Don't run the states test on pulsesrc and pulsesink
1073
1074 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
1075
1076         * configure.ac:
1077         Commit 0.10.10.2 pre-release bump that actually went
1078         out on 2008-10-11
1079
1080 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1081
1082         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
1083         Skip entries for streams that don't have a output pad yet, thereby
1084         avoiding calling pad functions with a NULL pad.
1085         Fixes #556424
1086
1087 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1088
1089         * gst/qtdemux/qtdemux.c: Remove previous wrong commit
1090         * tests/check/elements/icydemux.c: (icydemux_found_pad):
1091         Remove problematic and useless refcount check.
1092         Fixes #556381
1093
1094 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1095
1096         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
1097         Remove problematic and useless refcount check.
1098         Fixes #556381
1099
1100 2008-10-10  Jan Schmidt  <jan.schmidt@sun.com>
1101
1102         * ext/flac/gstflacdec.c (gst_flac_dec_read_stream):
1103         * ext/flac/gstflacenc.c (gst_flac_enc_write_callback):
1104         Cast some size_t arguments to guint to avoid compiler
1105         warnings on 64-bit systems.
1106
1107 2008-10-09  Wim Taymans  <wim.taymans@collabora.co.uk>
1108
1109         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event):
1110         Return TRUE instead of FALSE from the event handler when we swallowed the
1111         event.
1112
1113 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1114
1115         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
1116         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index):
1117         Reset header state. Fixes #555321.
1118
1119 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1120
1121         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
1122         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index):
1123         * gst/avi/gstavidemux.h:
1124         For timestamping audio packets we need to take into account the
1125         amount of blocks in one entry using the blockalign. Fixes some sync
1126         issues with zero-padded audio blocks in the beginning of avi files.
1127
1128 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1129
1130         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_class_init),
1131         (gst_multi_file_src_query):
1132         Implement DEFAULT and BUFFER position queries. See #555260.
1133
1134 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
1135
1136         * sys/ximage/gstximagesrc.c: (gst_ximage_src_stop):
1137         Fix build for systems that don't have XDamage.
1138
1139 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
1140
1141         * tests/examples/rtp/client-H263p.sdp:
1142         * tests/examples/rtp/client-H263p.sh:
1143         * tests/examples/rtp/server-VTS-H263p.sh:
1144         Add some more H263p server and client examples.
1145
1146 2008-10-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1147
1148         * configure.ac::
1149           Depend on released versions of core and base.
1150
1151 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1152
1153         * ext/pulse/pulsesink.c: (gst_pulsesink_write):
1154         * ext/pulse/pulsesrc.c: (gst_pulsesrc_read):
1155         Return -1 instead of 0 in error cases. Fixes #554771.
1156
1157 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1158
1159         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
1160         (gst_ximage_src_stop), (gst_ximage_src_ximage_get):
1161         Stop leaking the cursor image.
1162         Unref the last_ximage and the cached cursor image on shutdown.
1163         Fixes #551570.
1164
1165 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1166
1167         * sys/v4l2/gstv4l2object.h:
1168         Getting the Class from an instance is not just a matter of casting it to
1169         the class struct but it involves calling G_OBJECT_GET_CLASS on the
1170         instance. Fixes #549784.
1171
1172 2008-10-01  Michael Smith <msmith@songbirdnest.com>
1173
1174         * configure.ac:
1175           Fix libs for linking directsound.
1176         * sys/directsound/gstdirectsoundsink.c:
1177           Fix buffer sizing to prevent racing the ringbuffer at startup.
1178           Add volume property.
1179
1180 2008-09-27  Jan Schmidt  <jan.schmidt@sun.com>
1181
1182         * ext/pulse/pulsesink.c:
1183         Fix problems with pulsesink randomly erroring with code 'OK' after a
1184         format change on the stream by waiting when disconnecting the stream.
1185
1186 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1187
1188         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init),
1189         (gst_rtp_amr_depay_process):
1190         Mark DISCONT on output buffers when the marker bit signals a new talk
1191         spurt.
1192
1193         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
1194         Set the marker bit for buffers with a DISCONT flag to signal a talk
1195         spurt.
1196
1197 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1198
1199         * gst/rtp/Makefile.am:
1200         * gst/rtp/gstrtp.c: (plugin_init):
1201         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_get_type),
1202         (gst_rtp_mp4a_pay_base_init), (gst_rtp_mp4a_pay_class_init),
1203         (gst_rtp_mp4a_pay_init), (gst_rtp_mp4a_pay_finalize),
1204         (gst_rtp_mp4a_pay_parse_audio_config), (gst_rtp_mp4a_pay_new_caps),
1205         (gst_rtp_mp4a_pay_setcaps), (gst_rtp_mp4a_pay_handle_buffer),
1206         (gst_rtp_mp4a_pay_change_state), (gst_rtp_mp4a_pay_plugin_init):
1207         * gst/rtp/gstrtpmp4apay.h:
1208         Added MP4A-LATM payloader to match the depayloader.
1209
1210 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1211
1212         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
1213         (gst_videomixer_sink_event):
1214         Handle segments a little better. Fixes #537361.
1215
1216 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1217
1218         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
1219         Don't assume the server supports PAUSE by default. Fixes #551048.
1220
1221 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1222
1223         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
1224         (gst_udpsrc_set_uri), (gst_udpsrc_start):
1225         Switch on the socket family to get the addrlen size right.
1226
1227 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1228
1229         Patch by: Daniel Franke <df at dfranke dot us>
1230
1231         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
1232         OS X's bind() implementation is picky about its addrlen parameter and
1233         fails with EINVAL if it is larger than expected for the socket's address
1234         family. Set the length to the expected length instead. Fixes #553191.
1235
1236 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1237
1238         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1239         Handle the case where we cannot do desribe or when the describe result
1240         does not contain a valid SDP message.
1241
1242 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1243
1244         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_set_property):
1245         Fix setting the qos.
1246
1247 2008-09-17  Edward Hervey  <edward.hervey@collabora.co.uk>
1248
1249         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header),
1250         (gst_qtdemux_chain):
1251         Some 'broken' files out there have atom lengths of zero...
1252         which basically results in qtdemux consuming that atom again and again
1253         until the *end of night* !
1254         Detect that and emits an adequate element error message.
1255
1256 2008-09-17  Jan Schmidt  <jan.schmidt@sun.com>
1257
1258         * gst/interleave/Makefile.am:
1259         * gst/matroska/Makefile.am:
1260         Fix build flags order.
1261
1262         * tests/check/elements/audioamplify.c: (GST_START_TEST):
1263         * tests/check/elements/audiodynamic.c: (GST_START_TEST):
1264         * tests/check/elements/audioinvert.c: (GST_START_TEST):
1265         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
1266         Format fixes.
1267
1268         * tests/check/elements/multifile.c:
1269         Pull in unistd.h
1270
1271 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1272
1273         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_init),
1274         (gst_rtp_mp4g_depay_finalize), (gst_rtp_mp4g_depay_setcaps),
1275         (gst_rtp_mp4g_depay_clear_queue), (gst_rtp_mp4g_depay_flush_queue),
1276         (gst_rtp_mp4g_depay_queue), (gst_rtp_mp4g_depay_process),
1277         (gst_rtp_mp4g_depay_change_state):
1278         * gst/rtp/gstrtpmp4gdepay.h:
1279         Handle interleaved streams by reordering AU in a queue.
1280
1281 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1282
1283         * gst/rtp/gstrtpmp4gdepay.c: (gst_bs_parse_init),
1284         (gst_bs_parse_read), (gst_rtp_mp4g_depay_process):
1285         Change some of the ranges in the caps, mostly for the amount of bits we
1286         can use.
1287         Added a little bitstream parse and use it to parse the AU header fields.
1288         Check for malformed and wrongly sized packets better.
1289         Implement more header field parsing.
1290         Handle the size of fragmented packets correctly.
1291
1292 2008-09-14  Edward Hervey  <edward.hervey@collabora.co.uk>
1293
1294         Patch by: Jonathan Matthew <notverysmart@gmail.com>
1295         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
1296         Add mapping for 'tiff' => image/tiff
1297         Fixes #552213
1298
1299 2008-09-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
1300
1301
1302         * ext/raw1394/gstdv1394src.c: (SEND_COMMAND):
1303         * ext/raw1394/gsthdv1394src.c: (SEND_COMMAND):
1304           Pretend to care about the result of write() which works around
1305           compiler warnings.
1306
1307 2008-09-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1308
1309         * ext/flac/gstflacenc.c: (gst_flac_enc_class_init):
1310           Make sure the desired default values are actually set, not only
1311           registered as defaults (actual problem is that the stereo-specific
1312           values are only updated if channels==2, which is not the case yet
1313           when the object is created, so the default values for the
1314           mid-side-stereo and loose-mid-side-stereo settings are never
1315           set in _update_quality()). Makes flacenc create smaller files by
1316           default (for stereo input), and fixes #550791.
1317
1318 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1319
1320         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1321         (gst_qtdemux_loop_state_header), (qtdemux_parse_node),
1322         (qtdemux_parse_trak), (qtdemux_video_caps):
1323         * gst/qtdemux/qtdemux.h:
1324         * gst/qtdemux/qtdemux_fourcc.h:
1325         * gst/qtdemux/qtdemux_types.c:
1326         Add support for video/mj2 mime-type and its additional atoms/boxes.
1327         Fixes #550646.
1328
1329 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
1330
1331         * gst/debug/gsttaginject.c:
1332           Add warning when tags parameter is unparsable and give example for
1333           quoting in the docs.
1334
1335 2008-09-02  Wim Taymans  <wim.taymans@collabora.co.uk>
1336
1337         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
1338         Add mapping for IMA Loki SDL MJPEG ADPCM codec.
1339         Add some alternative byteswapped mappings that seem to pop up sometimes.
1340         Fixes #550288.
1341
1342 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1343
1344         * po/LINGUAS:
1345         * po/POTFILES.in:
1346         * po/POTFILES.skip:
1347           Add 'ca' to LINGUAS; add some more files with translations and some
1348           files which should be ignored by translation tools.
1349
1350 2008-09-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1351
1352         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
1353         * ext/speex/gstspeexdec.h:
1354         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
1355         * ext/speex/gstspeexenc.h:
1356         Use integer encoding and decoding functions instead of converting
1357         the integer input to float in the element. The libspeex integer
1358         functions are doing this for us already or, if libspeex was compiled
1359         in integer mode, they're doing everything using integer arithmetics.
1360         Also saves some copying around.
1361
1362 2008-09-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
1363
1364         * configure.ac:
1365           Fix --disable-external
1366
1367 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1368
1369         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
1370         (gst_wavpack_enc_push_block), (gst_wavpack_enc_chain):
1371         * ext/wavpack/gstwavpackenc.h:
1372         Handle non-zero start timestamps and stream discontinuities
1373         correctly. This only has an effect if we're muxing into
1374         a container format as the raw WavPack stream must contain
1375         continous sample numbers.
1376
1377 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1378
1379         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
1380         Correct the timestamp and granulepos calculation by one Speex
1381         frame.
1382
1383 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1384
1385         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
1386         Correctly take the granulepos from upstream if possible and
1387         correctly handle the granulepos in various calculations: the
1388         granulepos is the sample number of the _last_ sample in a frame, not
1389         the first.
1390
1391         * ext/speex/gstspeexenc.c: (gst_speex_enc_sinkevent),
1392         (gst_speex_enc_encode), (gst_speex_enc_chain),
1393         (gst_speex_enc_change_state):
1394         * ext/speex/gstspeexenc.h:
1395         Handle non-zero start timestamps in the encoder and detect/handle
1396         stream discontinuities. Fixes bug #547075.
1397
1398 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1399
1400         Patch by: Craig Keogh <cskeogh at adam dot com dot au>
1401
1402         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
1403         Fix compiler warnings caused by passing a string as format string
1404         instead of "%s" and then the string. This is only exposed by -Wformat=2
1405         as used by default on Ubuntu. Fixes bug #550015.
1406
1407 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1408
1409         * ext/raw1394/gsthdv1394src.c: (gst_hdv1394src_create):
1410         * gst/alpha/gstalpha.c: (gst_alpha_get_unit_size):
1411         * gst/audiofx/audiocheblimit.c: (generate_coefficients):
1412         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert):
1413         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
1414           (gst_ebml_read_element_length):
1415         * gst/matroska/matroska-demux.c:
1416           (gst_matroska_demux_check_subtitle_buffer):
1417           Make stuff compile with GST_DISABLE_GST_DEBUG.
1418
1419 2008-08-28  Michael Smith <msmith@songbirdnest.com>
1420
1421         * gst/law/alaw.c:
1422         * gst/law/mulaw.c:
1423           Ref caps before passing to gst_pad_template_new(), since that takes
1424           ownership.
1425
1426 2008-08-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1427
1428         Patch by: Mersad Jelacic <mersad at axis dot com>
1429
1430         * gst/multipart/multipartdemux.c:
1431         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_mime):
1432         Convert audio/x-adpcm to and from the audio/G726-X in the muxer and
1433         demuxer. Fixes #549551.
1434
1435 2008-08-27  Edward Hervey  <edward.hervey@collabora.co.uk>
1436
1437         * sys/osxaudio/gstosxaudiosink.c:
1438         (gst_osx_audio_sink_select_device):
1439         * sys/osxaudio/gstosxaudiosrc.c:
1440         (gst_osx_audio_src_create_ringbuffer),
1441         (gst_osx_audio_src_select_device):
1442         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_acquire):
1443         Fix the build on macosx.
1444
1445 2008-08-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
1446
1447         * gst/icydemux/gsticydemux.c:
1448           Small docs fix: in the example pipeline, we need to pass
1449           iradio-mode=true to the source, so the server actually sends
1450           an ICY stream.
1451
1452 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1453
1454         * sys/osxaudio/gstosxaudio.c:
1455           Oops. Revert more completely.
1456
1457 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1458
1459         * sys/osxaudio/gstosxaudio.c:
1460           Revert accidental element rename from testing.
1461
1462 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
1463
1464         * gst-plugins-good.doap:
1465         Pull in 0.10.10 doap entry from release branch
1466
1467 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
1468
1469         * configure.ac:
1470         Update version number to reflect 0.10.10 release from
1471         branch.
1472
1473 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1474
1475         * sys/osxaudio/Makefile.am:
1476         * sys/osxaudio/gstosxaudio.c:
1477         * sys/osxaudio/gstosxaudiosink.c:
1478         * sys/osxaudio/gstosxaudiosink.h:
1479         * sys/osxaudio/gstosxaudiosrc.c:
1480         * sys/osxaudio/gstosxaudiosrc.h:
1481         * sys/osxaudio/gstosxringbuffer.c:
1482         * sys/osxaudio/gstosxringbuffer.h:
1483           Rewrite caps setting and ring buffer initialisation.
1484           Previously we never told CoreAudio what format we were going to send it,
1485           so it only worked due to luck, and not at all on some hardware.
1486           Now we explicitly advertise what formats the hardware supports, and then
1487           configure the selected one correctly.
1488
1489 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1490
1491         * sys/v4l2/gstv4l2object.c:
1492         * sys/v4l2/gstv4l2src.c:
1493         * sys/v4l2/gstv4l2src.h:
1494         * sys/v4l2/v4l2_calls.c:
1495         * sys/v4l2/v4l2src_calls.c:
1496           Fix memory leaks. Small code cleanups : No need for empty _init(). No
1497           need to memset instance structures. Some more FIXME's and comments.
1498
1499 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1500
1501         * tests/icles/.cvsignore:
1502           Ignore more.
1503
1504 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1505
1506         * gst/goom/.cvsignore:
1507         * gst/goom2k1/.cvsignore:
1508           Ignore files.
1509
1510 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1511
1512         * ext/cairo/gsttextoverlay.c:
1513           Fix compiler warning.
1514
1515 2008-08-25  David Schleef  <ds@schleef.org>
1516
1517         * ext/cairo/gsttextoverlay.c: Fix obvious memleak.
1518
1519 2008-08-25  Edward Hervey  <edward.hervey@collabora.co.uk>
1520
1521         * gst/matroska/matroska-demux.c: (gst_matroska_demux_send_event),
1522         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
1523         * gst/matroska/matroska-mux.c:
1524         (gst_matroska_mux_video_pad_setcaps),
1525         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_finish):
1526         Add Real[Audio|Video] support to Matroska containers.
1527         It works fine for:
1528         * decoding real audio/video streams contained in mkv
1529         * 'transmuxing' real (.rm) files into .mkv files
1530         It will not work though for encoding real[audio/video] streams that
1531         don't contain the 'mdpr_data' extra data on the caps.
1532         The reason why this will not work is because I never intended to
1533         duplicate virtually all the 'mdpr' block creation into mkvmux.
1534         Fixes #536067
1535
1536 2008-08-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1537
1538         * gst/law/alaw-encode.c: (gst_alaw_enc_init), (gst_alaw_enc_chain):
1539         * gst/law/mulaw-conversion.c:
1540         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
1541         (gst_mulawenc_chain):
1542         The encoder can't really renegotiate at the time they perform a
1543         pad-alloc so make the srcpads use fixed caps.
1544         Check the buffer size after a pad-alloc because the returned size might
1545         not be right when the downstream element does not know the size of the
1546         new buffer (capsfilter). Fixes #549073.
1547
1548 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1549
1550         Patch by: Filippo Argiolas <filippo dot argiolas at gmail dot com>
1551
1552         * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_set_norm_and_notify):
1553         v4l2src doesn't have a property named "norm" so don't try to notify
1554         about changes to that property. The "norm" property and related
1555         code are commented out currently. Fixes bug #549090.
1556
1557 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1558
1559         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
1560
1561         * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices):
1562         Reprobe devices again instead of taking a cached list as new
1563         devices could've been plugged in. Fixes bug #549062.
1564
1565 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1566
1567         * gst/autodetect/Makefile.am:
1568         Don't link the autodetect plugin with GConf as it doesn't
1569         use GConf. Fixes bug #545463.
1570
1571 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1572
1573         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
1574         (gst_ebml_read_element_length), (gst_ebml_read_uint),
1575         (gst_ebml_read_sint), (gst_ebml_read_float),
1576         (gst_ebml_read_header):
1577         Change some GST_ELEMENT_ERRORs to GST_ERROR_OBJECT to make it
1578         possible to ignore errors and not post any ERROR messages on
1579         the bus.
1580
1581         * gst/matroska/matroska-demux.c:
1582         (gst_matroska_demux_parse_contents):
1583         Ignore any errors and not just EOS when parsing the contents of
1584         a SeekHead. Errors here are usually caused by truncated files
1585         and playback of the file works fine. Fixes playback of the
1586         audio_only_chapter_seekbroken.mka file from the MPlayer samples
1587         archive.
1588
1589 2008-08-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1590
1591         * gst/multipart/multipartdemux.c:
1592         * gst/multipart/multipartmux.c:
1593         Conform to RFC2046. audio/basic is mulaw 8000Hz mono.
1594
1595 2008-08-21  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1596
1597         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_buffer_alloc,
1598           gst_directdraw_sink_bufferpool_clear):
1599           Fix two more buffer ref leaks.
1600
1601 2008-08-21  Tim-Philipp Müller  <tim.muller at collabora co uk>
1602
1603         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
1604
1605         * sys/directdraw/gstdirectdrawsink.c:
1606           (gst_directdraw_sink_show_frame):
1607           Fix buffer ref leak.
1608
1609 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1610
1611         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
1612         Revert the last commit. wavenc still supports width!=depth for 32 bit
1613         width. Thanks Tim.
1614
1615 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1616
1617         * gst/matroska/matroska-demux.c:
1618         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
1619         If the duration of a block is unknown only use the timestamp for the
1620         first lace and use GST_CLOCK_TIME_NONE as duration for the following
1621         laces. Otherwise every lace has the same timestamp which leads to
1622         various problems. Really fixes bug #548831.
1623
1624 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1625
1626         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
1627         If we're not allowing width!=depth in wavenc we should also disable
1628         the code that was added to support width!=depth.
1629
1630 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1631
1632         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
1633         Don't calculate the default duration of a frame from the audio sampling
1634         rate. This only works for raw audio if every frame contains a single
1635         sample and results in broken buffer durations for other formats
1636         if no specified default duration is given or the blocks have no
1637         duration. Fixes bug #548831.
1638
1639 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1640
1641         * gst/matroska/matroska-demux.c:
1642         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
1643         Allow zero sized blocks instead of returning GST_FLOW_OK. Such blocks
1644         are used for text/plain subtitles as a gap-filler in some files.
1645
1646 2008-08-21  Wim Taymans  <wim.taymans@collabora.co.uk>
1647
1648         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
1649         (gst_v4l2_get_caps_info):
1650         Add S910 and PWC formats with a low priority.
1651
1652         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank),
1653         (gst_v4l2src_probe_caps_for_format):
1654         Add more debugging.
1655
1656 2008-08-20  Tim-Philipp Müller  <tim at collabora co uk>
1657
1658         * ext/flac/gstflacenc.c:
1659           Fix compilation against older libflac versions.
1660
1661 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1662
1663         * ext/pulse/pulsemixer.c: (gst_pulsemixer_class_init),
1664         (gst_pulsemixer_set_property), (gst_pulsemixer_get_property):
1665         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
1666         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_timeout_event),
1667         (gst_pulsemixer_ctrl_set_volume):
1668         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_new):
1669         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open):
1670         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
1671         (gst_pulsesink_init), (gst_pulsesink_open),
1672         (gst_pulsesink_prepare), (gst_pulsesink_write),
1673         (gst_pulsesink_delay), (gst_pulsesink_reset):
1674         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
1675         (gst_pulsesrc_init):
1676         Use GST_BOILERPLATE everywhere and fix coding style at some places.
1677         Fix a locking issue in pulsesink's prepare function.
1678
1679         * ext/pulse/pulseutil.c: (gst_pulse_channel_map_to_gst):
1680         Check if the created channel layout is valid for GStreamer.
1681
1682 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1683
1684         * gst/rtsp/gstrtspgoogle.c:
1685         Things that can happen when your brain is in google mode trying to
1686         deal with their google rtsp server extensions and trying to type your
1687         google mail account.
1688
1689 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1690
1691         * gst/rtsp/Makefile.am:
1692         * gst/rtsp/gstrtsp.c: (plugin_init):
1693         * gst/rtsp/gstrtspgoogle.c: (gst_rtsp_google_before_send),
1694         (gst_rtsp_google_after_send), (gst_rtsp_google_get_transports),
1695         (_do_init), (gst_rtsp_google_base_init),
1696         (gst_rtsp_google_class_init), (gst_rtsp_google_init),
1697         (gst_rtsp_google_finalize), (gst_rtsp_google_change_state),
1698         (gst_rtsp_google_extension_init):
1699         * gst/rtsp/gstrtspgoogle.h:
1700         Add google RTSP extension, it can only handle udp and responds with
1701         unsupported if we do anything else. Fixes #546465.
1702
1703         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_connection_send),
1704         (gst_rtspsrc_connection_receive), (gst_rtspsrc_loop_send_cmd),
1705         (gst_rtspsrc_create_transports_string),
1706         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
1707         (gst_rtspsrc_close), (gst_rtspsrc_pause):
1708         Make transport setup code a bit better using GString.
1709         Add some more debug.
1710         Check for closed connections before doing anything on them.
1711
1712 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1713
1714         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
1715         (gst_pulsesrc_create_stream), (gst_pulsesrc_negotiate),
1716         (gst_pulsesrc_prepare):
1717         * ext/pulse/pulseutil.c: (gst_pulse_gst_to_channel_map),
1718         (gst_pulse_channel_map_to_gst):
1719         * ext/pulse/pulseutil.h:
1720         If downstream provides no channel layout and >2 channels should be
1721         used use the default layout that pulseaudio chooses and also
1722         add this layout to the caps. Fixes bug #547258.
1723
1724 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1725
1726         Patch by: Peter Kjellerstedt <pkj at axis com>
1727
1728         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
1729         (gst_dynudpsink_finalize), (gst_dynudpsink_set_property),
1730         (gst_dynudpsink_init_send), (gst_dynudpsink_close):
1731         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
1732         (gst_multiudpsink_finalize), (gst_multiudpsink_set_property):
1733         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize),
1734         (gst_udpsrc_set_property):
1735         Avoid leaking internally allocated file descriptors when setting
1736         custom file descriptors. Fixes #543101.
1737
1738 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1739
1740         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
1741         Don't try to configure RTCP back to the server when the server did not
1742         give us a valid port number.
1743
1744 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1745
1746         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
1747         Use new basetransform method to renegotiate. Fixes #544956.
1748
1749         * tests/icles/Makefile.am:
1750         * tests/icles/videobox-test.c: (make_pipeline), (main):
1751         Add videobox renegotiation example.
1752
1753 2008-08-19  David Schleef  <ds@schleef.org>
1754
1755         * gst/wavenc/gstwavenc.c: Remove depth ranges and replace
1756         with sane values.  Fixes #548530.
1757
1758 2008-08-18  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1759
1760         * ext/pulse/pulsesink.c: (gst_pulsesink_prepare):
1761         * ext/pulse/pulsesrc.c: (gst_pulsesrc_prepare):
1762         The bytes_per_sample and silence_sample fields of the GstRingBufferSpec
1763         are already filled with the correct values by
1764         gst_ring_buffer_parse_caps() so there's no need to set them again
1765         with wrong values.
1766
1767 2008-08-16  Edward Hervey  <edward.hervey@collabora.co.uk>
1768
1769         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
1770         (gst_avi_demux_read_subindexes_push):
1771         Some AVI 2.0 (ODML) files don't respect the 'specifications' completely
1772         and instead of using the 'ix##' nomenclature, use '##ix'.
1773         They're still valid though, this fixes the duration and indexes for
1774         virtually all the ODML files I have.
1775
1776 2008-08-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1777
1778         Patch by: Olivier Crete <tester at tester dot ca>
1779
1780         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
1781         (gst_rtp_vorbis_depay_process):
1782         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
1783         Update the vorbis RTP pay/depay to RFC 5215.
1784         Fixes #547842.
1785
1786 2008-08-14  David Schleef  <ds@schleef.org>
1787
1788         * gst/qtdemux/qtdemux.c: Add 'hdv6' as a HDV format for 1080i/60
1789           with 3:2 pulldown, i.e., 24p.
1790
1791 2008-08-14  Wim Taymans  <wim.taymans@collabora.co.uk>
1792
1793         * tests/check/elements/level.c: (GST_START_TEST):
1794         Fix compilation some more.
1795
1796 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
1797
1798         * configure.ac::
1799           Require -base CVS for wavparse acid chunk parsing.
1800
1801 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1802
1803         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
1804         (gst_pulsesink_init), (gst_pulsesink_finalize),
1805         (gst_pulsesink_set_volume), (gst_pulsesink_get_volume),
1806         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
1807         (gst_pulsesink_prepare), (gst_pulsesink_change_state):
1808         * ext/pulse/pulsesink.h:
1809         Add "device-name" property to pulsesink too and currently commented
1810         out and not working support for a "volume" property.
1811
1812 2008-08-13  Thijs Vermeir  <thijsvermeir@gmail.com>
1813
1814         * configure.ac:
1815         Remove more cdio stuff (moved to ugly)
1816
1817 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1818
1819         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
1820
1821         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
1822         (gst_pulsesrc_get_property):
1823         Add "device-name" property, which provides a human readable string
1824         for the audio device, to make it more consisten with other audio
1825         sources. Fixes bug #547519.
1826
1827 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1828
1829         * ext/pulse/pulsemixer.c: (gst_pulsemixer_change_state):
1830         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
1831         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_new),
1832         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_timeout_event):
1833         * ext/pulse/pulsemixerctrl.h:
1834         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open),
1835         (gst_pulseprobe_enumerate), (gst_pulseprobe_new),
1836         (gst_pulseprobe_free), (gst_pulseprobe_needs_probe),
1837         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values):
1838         * ext/pulse/pulseprobe.h:
1839         * ext/pulse/pulsesink.c: (gst_pulsesink_init):
1840         * ext/pulse/pulsesrc.c: (gst_pulsesrc_init), (gst_pulsesrc_delay),
1841         (gst_pulsesrc_change_state):
1842         Improve debugging a bit by including the parent object in pulsemixerctrl
1843         and pulseprobe objects and using GST_WARNING_OBJECT instead of
1844         GST_WARNING.
1845
1846         Use the parent GObject subclass instead of a random struct as GObject
1847         parameter for G_OBJECT_WARN_INVALID_PROPERTY_ID. This fixes a crash
1848         when probing for another property than "device".
1849
1850 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1851
1852         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
1853
1854         * ext/pulse/pulsemixer.c: (gst_pulsemixer_set_property):
1855         Fix property probing after the device property is set by calling
1856         set_server when the server property changes. Fixes bug #547518.
1857
1858 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1859
1860         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
1861
1862         * ext/pulse/pulsesink.c: (gst_pulsesink_interface_supported),
1863         (gst_pulsesink_implements_interface_init),
1864         (gst_pulsesink_init_interfaces), (gst_pulsesink_init),
1865         (gst_pulsesink_finalize), (gst_pulsesink_set_property),
1866         (gst_pulsesink_get_type):
1867         * ext/pulse/pulsesink.h:
1868         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
1869         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_init),
1870         (gst_pulsesrc_finalize), (gst_pulsesrc_set_property):
1871         * ext/pulse/pulsesrc.h:
1872         Implement GstPropertyProbe interface on pulsesink for detecting
1873         sink devices and on pulsesrc for detecting source devices.
1874         Fixes bugs #547227 and #547217.
1875
1876 2008-08-13  Stefan Kost  <ensonic@users.sf.net>
1877
1878         * gst/spectrum/gstspectrum.c:
1879           Don't terminate on fabs(in)>1.0. Init doubles as doubles.
1880
1881 2008-08-13  Edward Hervey  <edward.hervey@collabora.co.uk>
1882
1883         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
1884         Properly set the maximum latency value, in the same way it is done in
1885         v4lsrc.
1886         * sys/v4l2/v4l2src_calls.c:
1887         Simplify fraction equality check, no need to use GValues for this.
1888
1889 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
1890
1891         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
1892         Add warning messages stating exactly why the latency query failed.
1893         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
1894         In some cases, the negotiated framerate might be the default one which
1895         is already set internally. But we still need to mark it down in fps_n
1896         and fps_d so that the latency query can happen properly.
1897
1898 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
1899
1900         * docs/plugins/inspect/plugin-1394.xml:
1901         Whoops, forgot one doc file for people who can't/don't build the
1902         raw1394 plugin.
1903
1904 2008-08-12  Jan Schmidt  <jan.schmidt@sun.com>
1905
1906         * docs/plugins/Makefile.am:
1907         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1908         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1909         * docs/plugins/inspect/plugin-cdio.xml:
1910         * ext/Makefile.am:
1911         * ext/cdio/Makefile.am:
1912         * ext/cdio/gstcdio.c:
1913         * ext/cdio/gstcdio.h:
1914         * ext/cdio/gstcdiocddasrc.c:
1915         * ext/cdio/gstcdiocddasrc.h:
1916
1917         Pull changes from 0.10.9.2 pre-release branch moving the libcdio
1918         CDDA source to -ugly.
1919
1920         * po/LINGUAS:
1921         * po/POTFILES.in:
1922         * po/id.po:
1923         Pull in new translation from 0.10.9.2 release branch.
1924
1925 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
1926
1927         * docs/plugins/Makefile.am:
1928         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1929         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1930         * docs/plugins/gst-plugins-good-plugins.args:
1931         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1932         * docs/plugins/gst-plugins-good-plugins.interfaces:
1933         Integrate documentation for new hdv1394src element.
1934
1935 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
1936
1937         * ext/raw1394/Makefile.am:
1938         * ext/raw1394/gst1394.c: (plugin_init):
1939         * ext/raw1394/gsthdv1394src.c: (_do_init),
1940         (gst_hdv1394src_base_init), (gst_hdv1394src_class_init),
1941         (gst_hdv1394src_init), (gst_hdv1394src_dispose),
1942         (gst_hdv1394src_set_property), (gst_hdv1394src_get_property),
1943         (gst_hdv1394src_from_raw1394handle),
1944         (gst_hdv1394src_iec61883_receive), (gst_hdv1394src_bus_reset),
1945         (gst_hdv1394src_create), (gst_hdv1394src_discover_avc_node),
1946         (gst_hdv1394src_start), (gst_hdv1394src_stop),
1947         (gst_hdv1394src_unlock), (gst_hdv1394src_update_device_name),
1948         (gst_hdv1394src_uri_get_type), (gst_hdv1394src_uri_get_protocols),
1949         (gst_hdv1394src_uri_get_uri), (gst_hdv1394src_uri_set_uri),
1950         (gst_hdv1394src_uri_handler_init):
1951         * ext/raw1394/gsthdv1394src.h:
1952         mpeg2-ts (HDV) variant of firewire capture element.
1953         Fixes #350830
1954
1955 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
1956
1957         * gst/level/gstlevel.c: (gst_level_message_new):
1958          Fix compilation (also known as the classic 'fix code that someone
1959          committed without compiling it first').
1960
1961 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
1962
1963         * tests/check/elements/level.c:
1964           Add a test for level in stereo mode.
1965
1966 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
1967
1968         * tests/examples/spectrum/demo-audiotest.c:
1969         * tests/examples/spectrum/demo-osssrc.c:
1970           Demo how to draw analyzer results synced to the clock.
1971
1972 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
1973
1974         * gst/level/gstlevel.c:
1975           Little renaming (l -> level).
1976
1977         * gst/spectrum/gstspectrum.c:
1978         * gst/spectrum/gstspectrum.h:
1979           Also send full timestamp/duration details here.
1980
1981 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
1982
1983         * gst/level/gstlevel.c:
1984         * gst/level/gstlevel.h:
1985           Send same timestamp/duration details as videoanalysis. This gives
1986           applications better chance to sync analysis results with playback.
1987
1988 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1989
1990         * gst/matroska/matroska-mux.c:
1991         (gst_matroska_mux_handle_sink_event),
1992         (flac_streamheader_to_codecdata):
1993         We need to drop one additional buffer for FLAC as the fLaC
1994         marker and STREAMINFO block are merged into one buffer in the caps.
1995
1996         Also don't pretend to support NEWSEGMENT events, otherwise we
1997         will most probably write some invalid data.
1998
1999 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2000
2001         * gst/matroska/matroska-mux.c: (flac_streamheader_to_codecdata),
2002         (gst_matroska_mux_audio_pad_setcaps):
2003         Add support for muxing FLAC into Matroska containers.
2004         Fixes bug #311586.
2005
2006 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2007
2008         * ext/flac/gstflacenc.c: (gst_flac_enc_check_discont):
2009         Actually provide the variables required for the format string.
2010
2011 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2012
2013         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2014         (gst_matroska_demux_element_send_event),
2015         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
2016         * gst/matroska/matroska-demux.h:
2017         Close the current segment if we're doing a non-flushing seek and send
2018         the close-segment and the new segment of the seek from the streaming
2019         thread.
2020
2021 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2022
2023         * ext/flac/gstflacenc.c: (gst_flac_enc_write_callback),
2024         (gst_flac_enc_check_discont), (gst_flac_enc_chain),
2025         (gst_flac_enc_change_state):
2026         * ext/flac/gstflacenc.h:
2027         Handle non-zero start timestamps correctly, mark header packets as
2028         IN_CAPS and print a warning and suggest using audiorate if stream
2029         discontinuities are detected. When FLAC supports flushing the encoder
2030         somehow this should be done for discontinuities instead.
2031
2032         Remove some unused variables from the instance struct.
2033
2034 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2035
2036         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback):
2037         If seeking failed return the appropiate return value to FLAC.
2038         Otherwise it thinks seeking was successfull and tries to rewrite
2039         parts of the headers which then get appended to the output.
2040
2041 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
2042
2043         Patch by: Frederic Crozat <fcrozat@mandriva.org>
2044
2045         * ext/esd/gstesd.c: (plugin_init):
2046         * ext/flac/gstflac.c: (plugin_init):
2047         * ext/shout2/gstshout2.c: (plugin_init):
2048         * ext/wavpack/gstwavpack.c: (plugin_init):
2049         * sys/oss/gstossaudio.c: (plugin_init):
2050         * sys/v4l2/gstv4l2.c: (plugin_init):
2051         Make sure gettext returns translations in UTF-8 encoding rather
2052         than in the current locale encoding (#546822).
2053
2054 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2055
2056         * ext/flac/gstflacdec.c:
2057         Add FIXME for 0.11 to simply output everything with width=32 as given
2058         by FLAC and let audioconvert handle the conversions instead of doing
2059         them in flacdec.
2060
2061 2008-08-07  Jan Schmidt  <Jan.Schmidt@sun.com>
2062
2063         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
2064         When outputting a pad template range for the size, include a framerate
2065         range too, to avoid 'not a real subset of template caps' errors.
2066
2067 2008-08-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2068
2069         Based on a patch by: Jonathan Matthew <notverysmart at gmail dot com>
2070
2071         * ext/flac/Makefile.am:
2072         * ext/flac/gstflac.c: (plugin_init):
2073         * ext/flac/gstflactag.c: (gst_flac_tag_setup_interfaces),
2074         (gst_flac_tag_base_init), (gst_flac_tag_class_init),
2075         (gst_flac_tag_dispose), (gst_flac_tag_init),
2076         (gst_flac_tag_sink_setcaps), (gst_flac_tag_chain),
2077         (gst_flac_tag_change_state):
2078         * ext/flac/gstflactag.h:
2079         Port flactag to 0.10, add documentation for it and clean it up a bit.
2080         Fixes bug #413841.
2081
2082         * docs/plugins/Makefile.am:
2083         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2084         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2085         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2086         * docs/plugins/gst-plugins-good-plugins.interfaces:
2087         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2088         * docs/plugins/inspect/plugin-flac.xml:
2089         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init):
2090         * ext/flac/gstflacdec.h:
2091         * ext/flac/gstflacenc.c: (gst_flac_enc_base_init):
2092         * ext/flac/gstflacenc.h:
2093         Add flactag and flacenc to the documentation and mark
2094         the private parts of the flacdec instance structure as private.
2095
2096         Also use gst_element_class_set_details_simple() in flacdec and
2097         flacenc.
2098
2099 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
2100
2101         * gst/qtdemux/qtdemux.c:
2102           Use audio/x-qdm for caps. Collect some info - mplayer has a decoder
2103           for it but ffmpeg does not.
2104
2105 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
2106
2107         * gst/wavparse/gstwavparse.c:
2108           Handle the list chunk and use gst_riff_parse_info() to parse the info
2109           sub-chunk.
2110
2111 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
2112
2113         * gst/wavparse/gstwavparse.c:
2114           Handle the acid chunk and send tempo as part of tags. Other fields are
2115           interesting too, but need more tag-definitions. Fixes #545433.
2116
2117 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
2118
2119         * gst/wavparse/gstwavparse.c:
2120           Refactor wavparse. Call _reset() from dispose() and move old code from
2121           dispose into reset. This way we don't leak taglists when we abort
2122           parsing. Fix some comments. Move code for skipping a chunk into extra
2123           function. Replace chunk sizes with a const to ease readability.         
2124
2125 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2126
2127         Patch by: Aurelien Grimaud <gstelzz at yahoo dot fr>
2128
2129         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_alloc_udp_ports):
2130         Improve udp port setup. Fixes #545710.
2131
2132 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2133
2134         * gst/rtp/Makefile.am:
2135         * gst/rtp/gstrtp.c: (plugin_init):
2136         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_base_init),
2137         (gst_rtp_mp1s_depay_class_init), (gst_rtp_mp1s_depay_init),
2138         (gst_rtp_mp1s_depay_setcaps), (gst_rtp_mp1s_depay_process),
2139         (gst_rtp_mp1s_depay_set_property),
2140         (gst_rtp_mp1s_depay_get_property),
2141         (gst_rtp_mp1s_depay_change_state),
2142         (gst_rtp_mp1s_depay_plugin_init):
2143         * gst/rtp/gstrtpmp1sdepay.h:
2144         Add MP1S depayloader.
2145
2146         * gst/rtsp/URLS:
2147         Some more sample rtsp streams.
2148
2149 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2150
2151         * gst/rtsp/URLS:
2152         Add another URL.
2153
2154         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
2155         * tests/check/elements/rglimiter.c: (GST_START_TEST):
2156         Add some more debug info.
2157
2158 2008-08-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2159
2160         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
2161         Provide cbSize field for audio extra_data size, and take care to
2162         pad extra_data.
2163
2164 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
2165
2166         * gst/qtdemux/qtdemux.c:
2167           Return the result of gst_pad_{start,stop}_task instead of hard-coded
2168           TRUE.
2169
2170 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
2171
2172         * gst/qtdemux/qtdemux.c:
2173         * gst/qtdemux/qtdemux_fourcc.h:
2174           Add keyword tag support. Fixes #520694 for qtdemux.
2175
2176 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
2177
2178         * gst/qtdemux/qtdemux.c:
2179           Add support for tmpo tag (BPM).
2180
2181 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2182
2183         * ext/flac/gstflacenc.c: (gst_flac_enc_query_peer_total_samples),
2184         (gst_flac_enc_sink_setcaps), (gst_flac_enc_write_callback):
2185         Set an estimate for the total number of samples that will be encoded
2186         if possible to help decoders if the streaminfo can't be rewritten
2187         later (like when muxing into Ogg containers).
2188
2189         Add a warning if we get header packets after data packets as those
2190         will get lost when muxing into Ogg, i.e. rewriting the headers doesn't
2191         work.
2192
2193 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2194
2195         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
2196         (gst_flac_dec_write):
2197         Support decoding of all depths between 4 and 32 bits and read the
2198         depth from the streaminfo header if needed. Also support all sampling
2199         rates between 1 and 655350 Hz.
2200
2201         * ext/flac/gstflacenc.c:
2202         (gst_flac_enc_caps_append_structure_with_widths),
2203         (gst_flac_enc_sink_getcaps), (gst_flac_enc_sink_setcaps),
2204         (gst_flac_enc_chain):
2205         * ext/flac/gstflacenc.h:
2206         Support encoding in all bit depths supported by the streamable
2207         subformat (i.e. 8, 12, 16, 20 and 24 bits) and all sampling rates
2208         between 1 Hz and 655350 Hz.
2209
2210 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2211
2212         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
2213         (gst_flac_enc_sink_getcaps):
2214         Support encoding of up to 8 channels.
2215
2216 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
2217
2218         * ext/soup/gstsouphttpsrc.c:
2219         * ext/soup/gstsouphttpsrc.h:
2220         Fix seeking race condition in #540300
2221         Patch By: Wouter Cloetens  <wouter at mind be>
2222
2223 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2224
2225         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek),
2226         (gst_matroska_demux_element_send_event),
2227         (gst_matroska_demux_handle_seek_event),
2228         (gst_matroska_demux_handle_src_event):
2229         When receiving a SEEK event on a specific pad first search for a seek
2230         table entry for the stream of the pad and then fall back to an entry
2231         for a different stream.
2232
2233 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2234
2235         * configure.ac:
2236         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
2237         * gst/matroska/matroska-ids.h:
2238         Build depend on core CVS for the attachment tag.
2239
2240 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2241
2242         * configure.ac:
2243         * gst/matroska/Makefile.am:
2244         * gst/matroska/lzo.c: (get_byte), (get_len), (copy),
2245         (copy_backptr), (lzo1x_decode), (main):
2246         * gst/matroska/lzo.h:
2247         * gst/matroska/matroska-demux.c:
2248         (gst_matroska_demux_read_track_encoding),
2249         (gst_matroska_decompress_data), (gst_matroska_decode_data),
2250         (gst_matroska_decode_buffer),
2251         (gst_matroska_decode_content_encodings),
2252         (gst_matroska_demux_read_track_encodings),
2253         (gst_matroska_demux_add_stream),
2254         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2255         * gst/matroska/matroska-ids.h:
2256         Decode the codec private data and following ContentEncoding if
2257         necessary.
2258
2259         Support bzip2, lzo and header stripped compression. For lzo use the
2260         ffmpeg lzo implementation as liblzo is GPL licensed.
2261         
2262         Fix zlib decompression.
2263
2264 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2265
2266         * gst/matroska/matroska-mux.c:
2267         (gst_matroska_mux_audio_pad_setcaps):
2268         Fix muxing of MP3/MP2 with different MPEG versions by calculating the
2269         duration of a frame with the new mpegaudioversion caps field.
2270
2271 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2272
2273         * gst/matroska/matroska-demux.c: (gst_matroska_demux_finalize),
2274         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
2275         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
2276         (gst_matroska_demux_stream_from_num),
2277         (gst_matroska_demux_tracknumber_unique),
2278         (gst_matroska_demux_add_stream), (gst_matroska_demux_send_event),
2279         (gst_matroska_demux_handle_seek_event),
2280         (gst_matroska_demux_sync_streams),
2281         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2282         (gst_matroska_demux_loop):
2283         * gst/matroska/matroska-demux.h:
2284         Allow an infinite number of stream inside Matroska containers and use
2285         a GPtrArray for storing them instead of allowing "only" 127 streams.
2286
2287 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2288
2289         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
2290         (gst_ebml_read_change_state), (gst_ebml_read_element_level_up),
2291         (gst_ebml_read_peek_bytes), (gst_ebml_read_element_id),
2292         (gst_ebml_read_element_length), (gst_ebml_peek_id),
2293         (gst_ebml_read_get_length), (gst_ebml_read_skip),
2294         (gst_ebml_read_buffer), (gst_ebml_read_bytes),
2295         (gst_ebml_read_uint), (gst_ebml_read_sint), (_ext2dbl),
2296         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_date),
2297         (gst_ebml_read_master), (gst_ebml_read_binary),
2298         (gst_ebml_read_header):
2299         * gst/matroska/ebml-write.c: (gst_ebml_write_element_id),
2300         (gst_ebml_write_element_size), (gst_ebml_write_uint),
2301         (gst_ebml_write_sint), (gst_ebml_write_ascii),
2302         (gst_ebml_write_master_start), (gst_ebml_write_master_finish),
2303         (gst_ebml_replace_uint):
2304         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2305         (gst_matroska_demux_read_track_encoding),
2306         (gst_matroska_demux_read_track_encodings),
2307         (gst_matroska_demux_add_stream), (gst_matroskademux_do_index_seek),
2308         (gst_matroska_demux_send_event),
2309         (gst_matroska_demux_element_send_event),
2310         (gst_matroska_demux_handle_seek_event),
2311         (gst_matroska_demux_handle_src_event),
2312         (gst_matroska_demux_init_stream),
2313         (gst_matroska_demux_parse_tracks),
2314         (gst_matroska_demux_parse_index_cuetrack),
2315         (gst_matroska_demux_parse_index_pointentry),
2316         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2317         (gst_matroska_demux_parse_metadata_id_simple_tag),
2318         (gst_matroska_demux_parse_metadata_id_tag),
2319         (gst_matroska_demux_parse_metadata),
2320         (gst_matroska_demux_parse_attached_file),
2321         (gst_matroska_demux_parse_attachments),
2322         (gst_matroska_demux_parse_chapters), (gst_matroska_ebmlnum_uint),
2323         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_push_hdr_buf),
2324         (gst_matroska_demux_push_flac_codec_priv_data),
2325         (gst_matroska_demux_push_xiph_codec_priv_data),
2326         (gst_matroska_demux_push_dvd_clut_change_event),
2327         (gst_matroska_demux_add_mpeg_seq_header),
2328         (gst_matroska_demux_add_wvpk_header),
2329         (gst_matroska_demux_check_subtitle_buffer),
2330         (gst_matroska_decode_buffer),
2331         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2332         (gst_matroska_demux_parse_cluster),
2333         (gst_matroska_demux_parse_contents_seekentry),
2334         (gst_matroska_demux_parse_contents),
2335         (gst_matroska_demux_loop_stream_parse_id),
2336         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop),
2337         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
2338         (gst_matroska_demux_subtitle_caps),
2339         (gst_matroska_demux_change_state):
2340         * gst/matroska/matroska-ids.c:
2341         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
2342         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
2343         (gst_matroska_mux_video_pad_setcaps),
2344         (xiph3_streamheader_to_codecdata),
2345         (vorbis_streamheader_to_codecdata),
2346         (theora_streamheader_to_codecdata),
2347         (gst_matroska_mux_audio_pad_setcaps),
2348         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
2349         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
2350         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
2351         (gst_matroska_mux_best_pad), (gst_matroska_mux_write_data),
2352         (gst_matroska_mux_collected), (gst_matroska_mux_change_state):
2353         Fix indention everywhere. A broken indent version has added newlines
2354         after every single declaration some time ago.
2355
2356 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2357
2358         * gst/matroska/matroska-demux.c:
2359         (gst_matroska_demux_loop_stream_parse_id):
2360         If no Tracks are found error out instead of trying it again until the
2361         end of time.
2362
2363 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2364
2365         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
2366         Fix demuxing of raw integer audio. The samples are unsigned only for 8
2367         bit and signed otherwise, not the other way around.
2368
2369 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2370
2371         * gst/matroska/matroska-mux.c:
2372         Add more raw YUV formats to the list of supported formats.
2373
2374 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2375
2376         * gst/matroska/matroska-mux.c:
2377         (gst_matroska_mux_audio_pad_setcaps):
2378         Add support for muxing raw float audio now that the spec defines the
2379         endianness and add support for muxing raw integer audio with 24 and
2380         32 bits.
2381
2382         Allow muxing of more than 8 audio channels.
2383
2384 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2385
2386         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
2387         (gst_matroska_mux_reset), (gst_matroska_mux_start):
2388         Add locking to the global array of used track UIDs to prevent random
2389         crashes if more than a single matrosmux instance is used.
2390
2391         Use 64 bit values for the track UIDs.
2392
2393         Use the global GRandom of GLib instead of creating our own one
2394         for the few random numbers we need every single time.
2395
2396 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2397
2398         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
2399         (gst_flac_dec_setup_stream_decoder),
2400         (gst_flac_dec_update_metadata):
2401         Always post the audio-codec tag, not only if other tags are present.
2402
2403 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
2404
2405         * configure.ac:
2406         Back to development -> 0.10.9.1
2407
2408 === release 0.10.9 ===
2409
2410 2008-07-31  Jan Schmidt <jan.schmidt@sun.com>
2411
2412         * configure.ac:
2413           releasing 0.10.9, "Steam Train Rolling"
2414
2415 2008-07-31  Jan Schmidt  <jan.schmidt@sun.com>
2416
2417         * ext/soup/gstsouphttpsrc.c:
2418         Don't throw an error when soup completes a msg with status
2419         'cancelled', as that indicates we cancelled a request while
2420         shutting down or seeking, and it's not an error.
2421         Fixes: #540300 again.
2422
2423 2008-07-28  Jan Schmidt  <jan.schmidt@sun.com>
2424
2425         * configure.ac:
2426         0.10.8.4 pre-release
2427
2428 2008-07-25  Edward Hervey  <edward.hervey@collabora.co.uk>
2429
2430         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment):
2431         Fix segment-stop regression.
2432         Add documentation regarding segments in quicktime files by Wim Taymans.
2433         Fixes #544509
2434
2435 2008-07-25  Jan Schmidt  <jan.schmidt@sun.com>
2436
2437         * configure.ac:
2438         0.10.8.3 pre-release
2439
2440         * po/LINGUAS:
2441         * po/pt_BR.po:
2442         Add pt_BR translation
2443
2444 2008-07-23  Michael Smith <msmith@songbirdnest.com>
2445
2446         * gst/goom/convolve_fx.c:
2447         * gst/goom/filters.c:
2448         * gst/goom/goom_config.h:
2449         * gst/goom/goom_core.c:
2450         * gst/goom/goom_tools.h:
2451           Fix build with MSVC: include glib.h to define inline appropriately,
2452           use header guards where needed.
2453         * gst/udp/gstudpnetutils.c:
2454         * gst/udp/gstudpsrc.c:
2455           Fix build with MSVC: use WSA* constants/functions where appropriate, use
2456           g_snprintf rather than snprintf.
2457           Fixes #544433.
2458
2459 2008-07-22  Stefan Kost  <ensonic@users.sf.net>
2460
2461         * gst/debug/gsttaginject.c:
2462         * gst/debug/gsttaginject.h:
2463           Sent tags in _transform_ip() instead of _start(). Fixes #543404
2464           partially.
2465
2466 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2467
2468         * configure.ac:
2469         0.10.8.2 pre-release
2470
2471 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2472
2473         * ext/Makefile.am:
2474         Finish hooking up pulseaudio plugin to the build.
2475
2476         * ext/pulse/pulsemixerctrl.c:
2477         Fix compilation error.
2478
2479 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2480
2481         * po/LINGUAS:
2482         * po/lt.po:
2483         Add new lithunian translation, and add french to the LINGUAS
2484         file.
2485
2486 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2487
2488         * ext/soup/gstsouphttpsrc.c:
2489         Fix Soup HTTP source seeking.
2490         Patch By: Wouter Cloetens  <wouter at mind be>
2491         Fixes: #540300
2492
2493         * tests/check/elements/.cvsignore:
2494         Ignore new check programs.
2495
2496 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2497
2498         * configure.ac:
2499         * docs/plugins/Makefile.am:
2500         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2501         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2502         * docs/plugins/gst-plugins-good-plugins.args:
2503         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2504         * docs/plugins/gst-plugins-good-plugins.interfaces:
2505         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2506         * docs/plugins/inspect/plugin-interleave.xml:
2507         * docs/plugins/inspect/plugin-replaygain.xml:
2508         * tests/check/Makefile.am:
2509
2510         Move replaygain and interleave plugins from -bad.
2511         Fixes: #543406
2512         Fixes: #536228
2513
2514 2008-07-18  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2515
2516         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
2517         (qtdemux_parse_trak):
2518         Revert ISO base media spec based pixel-aspect-ratio calculation.
2519         Fixes #543300.
2520
2521 2008-07-17  Edward Hervey  <edward.hervey@collabora.co.uk>
2522
2523         * sys/osxvideo/osxvideosink.m:
2524         Fix minor build issues on macosx.
2525         Fixes #543054
2526
2527 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
2528
2529         * configure.ac::
2530         * ext/taglib/Makefile.am::
2531           Only use -Wno-attributes (which is there to work around a
2532           bug in the taglib 1.5 headers) if the c++ compiler actually
2533           supports it (#543255).
2534
2535 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
2536
2537         Patch by: Benoit Fouet <benoit.fouet purplelabs com>
2538
2539         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
2540           Avoid compiler warning by initialising variable to NULL (#543259).
2541
2542 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
2543
2544         * gst/debug/gsttaginject.c: (gst_tag_inject_start):
2545         Don't pass NULL taglists to gst_tag_list_is_empty().
2546
2547 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
2548
2549         * tests/check/elements/cmmldec.c: (GST_START_TEST):
2550         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_create),
2551         (rtp_pipeline_run):
2552         * tests/check/elements/souphttpsrc.c: (souphttpsrc_suite):
2553         Don't use declarations after statements.
2554
2555 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2556
2557         * ext/jpeg/gstjpegdec.c:
2558         Align documentation with reality.
2559
2560 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2561
2562         * gst/udp/gstudpnetutils.c:
2563         EAI_ADDRFAMILY was obsoleted in BSD at some point. Define it to the
2564         old value (1) if it's not defined which should not cause any problems
2565         as we're using it internal only anyway.
2566
2567 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2568
2569         Patch by: Alessandro Decina <alessandro at nnva dot org>
2570
2571         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp):
2572         Fix build of avidemux on big endian architectures.
2573
2574 2008-07-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2575
2576         Patch by: Thiago Sousa Santos <thiagoss at lcc dot ufcg dot edu dot br>
2577
2578         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
2579         Correctly distinguish 8bit vs 16bit raw audio.  Fixes #542410.
2580
2581 2008-07-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2582
2583         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
2584         (qtdemux_parse_trak):
2585         Set pixel-aspect-ratio in caps using display width and height
2586         provided in track.
2587
2588 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2589
2590         * configure.ac:
2591         Don't include ERROR_CFLAGS in GST_CXXFLAGS as it might include
2592         flags that are invalid for C++. Fixes bug #516509.
2593
2594 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2595
2596         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
2597         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps):
2598         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_set_wp_config):
2599         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_fixate):
2600         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
2601         * tests/examples/equalizer/demo.c: (message_handler):
2602         * tests/examples/spectrum/demo-audiotest.c: (message_handler):
2603         * tests/examples/spectrum/demo-osssrc.c: (message_handler):
2604         Don't use declarations after statements and variable length arrays.
2605
2606 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2607
2608         Patch by: Daniel Drake <dsd at gentoo dot org>
2609
2610         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture),
2611         (gst_v4l2src_get_nearest_size):
2612         Try progressive video if interlaced fails. Fixes bug #541956
2613         and the usage of v4l2src on OLPC.
2614
2615 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2616
2617         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
2618         (gst_rtp_speex_depay_process):
2619         * gst/rtp/gstrtpspeexdepay.h:
2620         Revert last change: Only the jitterbuffer is able to convert RTP to
2621         Gstreamer timestamps and normal (de)payloaders should simply copy it.
2622         Reopens bug #541787.
2623
2624 2008-07-07  Stefan Kost  <ensonic@users.sf.net>
2625
2626         * gst/rtp/gstrtpvrawdepay.c:
2627           Include stdlib.h for atoi().
2628
2629         * gst/rtsp/gstrtspsrc.c:
2630           Use floating point math for latencies < 0 sec in log output.
2631
2632 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2633
2634         Patch by: Tomasz Grobelny <tomasz at grobelny dot oswiecenia dot net>
2635
2636         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
2637         (gst_rtp_speex_depay_process):
2638         * gst/rtp/gstrtpspeexdepay.h:
2639         Take timestamp from the RTP packet as a first step to fix problems
2640         with transmission over RTP when the network is not reliable.
2641         Fixes bug #541787.
2642
2643 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2644
2645         Patch by: Tero Saarni <tero dot saarni at gmail dot com>
2646
2647         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_uri):
2648         Fix parsing of udp:// URIs containing IPv6 addresses.
2649         Fixes bug #541650.
2650
2651 2008-07-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2652
2653         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
2654         Do not leak incoming buffers.
2655
2656 2008-07-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2657
2658         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
2659
2660         * configure.ac:
2661         Fix build of the RTP plugin with mingw32 by linking to ws2_32
2662         for htons() and htonl(). Fixes bug #541412.
2663
2664 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2665
2666         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
2667         (gst_matroska_demux_add_stream), (gst_matroska_demux_query),
2668         (gst_matroska_demux_element_query),
2669         (gst_matroska_demux_handle_src_query),
2670         (gst_matroska_demux_handle_seek_event):
2671         Handle position and duration query in DEFAULT format if the
2672         pad's track has a default frame duration set.
2673
2674         Fix seeking now that the segment's duration doesn't contain the
2675         (possibly wrong or inaccurate) duration of the Matroska file.
2676
2677 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2678
2679         * gst/matroska/ebml-read.c: (_ext2dbl):
2680         Use NAN constant instead of 0.0/0.0 if possible. NAN is defined
2681         in math.h except on MSVC where it is defined in xmath.h.
2682         Fixes compilation with MSVC.
2683
2684 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2685
2686         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2687         (gst_matroska_demux_handle_src_query),
2688         (gst_matroska_demux_parse_info),
2689         (gst_matroska_demux_loop_stream_parse_id):
2690         * gst/matroska/matroska-demux.h:
2691         Don't set the segment duration to the duration from the Matroska
2692         header as this value could be wrong and is just informational.
2693
2694 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2695
2696         * gst/matroska/matroska-demux.c:
2697         (gst_matroska_demux_loop_stream_parse_id):
2698         If no Tracks element is found until the first Cluster is found
2699         search it and error out if none is found in the complete file.
2700
2701 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2702
2703         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
2704         Resync non-subtitle tracks too if a too large gap compared to other
2705         tracks is detected.
2706
2707 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
2708
2709         * gst/rtp/Makefile.am:
2710         * gst/rtp/gstrtp.c: (plugin_init):
2711         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_base_init),
2712         (gst_rtp_vraw_depay_class_init), (gst_rtp_vraw_depay_init),
2713         (gst_rtp_vraw_depay_setcaps), (gst_rtp_vraw_depay_process),
2714         (gst_rtp_vraw_depay_change_state),
2715         (gst_rtp_vraw_depay_plugin_init):
2716         * gst/rtp/gstrtpvrawdepay.h:
2717         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_get_type),
2718         (gst_rtp_vraw_pay_base_init), (gst_rtp_vraw_pay_class_init),
2719         (gst_rtp_vraw_pay_init), (gst_rtp_vraw_pay_finalize),
2720         (gst_rtp_vraw_pay_setcaps), (gst_rtp_vraw_pay_handle_buffer),
2721         (gst_rtp_vraw_pay_plugin_init):
2722         * gst/rtp/gstrtpvrawpay.h:
2723         Add raw video pay and depayloaders, see RFC4175.
2724
2725 2008-06-30  Jan Schmidt  <jan.schmidt@sun.com>
2726
2727         * ext/libpng/gstpngdec.c:
2728         Don't return GST_FLOW_ERROR when buffer_alloc fails - return
2729         whatever it returned.
2730
2731 2008-06-29  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2732
2733         * gst/avi/avi-ids.h:
2734         Add vprp chunk related structures.
2735         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp),
2736         (gst_avi_demux_parse_stream):
2737         Parse optional vprp chunk and add calculated pixel-aspect-ratio
2738         to caps.  Fixes #539482.
2739         * gst/avi/gstavimux.h:
2740         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset),
2741         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_riff_get_avi_header):
2742         Add a vprp chunk if non-trival pixel-aspect-ratio provided in caps.
2743
2744 2008-06-28  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2745
2746         * tests/check/elements/avimux.c: (check_avimux_pad):
2747         Adjust avimux unit test according to increased streamheader size.
2748
2749 2008-06-27  David Schleef  <ds@schleef.org>
2750
2751         * gst/qtdemux/qtdemux.c: Add Dirac stream type
2752
2753 2008-06-27  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2754
2755         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
2756         * gst/avi/gstavimux.h:
2757         Add 8 bytes to current streamheader to make for a complete one
2758         and to make more players happy.  Fixes #519460.
2759
2760 2008-06-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
2761
2762         * sys/v4l2/v4l2_calls.c::
2763           Don't include unused gstv4l2xoverlay.h. Fixes build
2764           in case where X11 headers are not installed.
2765
2766 2008-06-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2767
2768         * ext/dv/gstdv.c: (plugin_init):
2769         Fix compilation.
2770
2771 2008-06-26  Edward Hervey  <edward.hervey@collabora.co.uk>
2772
2773         * ext/dv/gstdv.c: (plugin_init):
2774         Marking rank of dvdec as GST_RANK_MARGINAL since it's the slowest
2775         DV decoder available.
2776         Fixes #532393
2777
2778 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2779
2780         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
2781         Call getsockname() after the call to bind() to get updated values
2782         for the port, etc. This fixes the usage of udpsrc on anonymous
2783         binding and it's usage by rtspsrc. Fixes bugs #539372, #539548.
2784         Thanks to Aurelien Grimaud for pointing out the obvious fix.
2785
2786 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2787
2788         * tests/check/pipelines/wavpack.c: (bus_handler):
2789         Remove workaround for a bug in identity that is fixed in 0.10.20.
2790
2791 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2792
2793         Patch by: Jason Donenfeld <BugZilla at zx2c4 dot com>
2794
2795         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_headers_cb):
2796         Fix HTTP auth support with user/password passed via the URI.
2797         Fixes bug #540067.
2798
2799 2008-06-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
2800
2801         * configure.ac:
2802           Depend on released versions of core and -base.
2803
2804 2008-06-23  Julien Moutte  <julien@fluendo.com>
2805
2806         * gst/matroska/matroska-demux.c:
2807         (gst_matroska_demux_read_track_encoding),
2808         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Fix buggy
2809         format strings in macros. (makes it build on OS X again...)
2810
2811 2008-06-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2812
2813         * gst/rtp/gstrtptheorapay.c:
2814         * gst/udp/gstmultiudpsink.c:
2815           Added debug.
2816
2817 2008-06-20  Christian Schaller <christian.schaller@collabora.co.uk>
2818
2819         * configure.ac: switch v4l2src over to the normal build instead of
2820         being 'experimental'. Fixes bug #536831.
2821
2822 2008-06-19  Wim Taymans  <wim.taymans@collabora.co.uk>
2823
2824         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
2825         Remove unused variable so that we can compile again.
2826
2827 2008-06-19  Peter Kjellerstedt  <pkj@axis.com>
2828
2829         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
2830         No need to check for audio/G723 and audio/32KADPCM here as they are
2831         no longer supported.
2832
2833 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
2834
2835         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
2836         (gst_wavpack_parse_src_query), (gst_wavpack_parse_create_src_pad):
2837         Use G_GINT64_CONSTANT, this fixes the duration query on files without
2838         known length.
2839
2840 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
2841
2842         * gst/matroska/matroska-demux.c:
2843         (gst_matroska_demux_add_wvpk_header),
2844         (gst_matroska_demux_audio_caps):
2845         * gst/matroska/matroska-ids.h:
2846         Fix demuxing of WavPack files. Muxing is still broken.
2847
2848 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
2849
2850         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
2851         (gst_matroska_demux_add_mpeg_seq_header),
2852         (gst_matroska_demux_add_wvpk_header),
2853         (gst_matroska_demux_check_subtitle_buffer),
2854         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2855         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
2856         (gst_matroska_demux_subtitle_caps):
2857         * gst/matroska/matroska-ids.h:
2858         Add a "vfunc" to the track context for postprocessing frames and
2859         convert the wavpack and subtitle postprocessing to this vfunc.
2860         Copy buffer flags in those functions to the new buffers too.
2861
2862         Parse CodecState elements of Blocks.
2863
2864         Add a postprocessing function for MPEG video that adds the sequence
2865         header from the codec private data or codec state to the frames if
2866         it's not already there.
2867
2868 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
2869
2870         * gst/matroska/matroska-demux.c:
2871         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2872         If a gap of more than 1/2 second is found in one stream send a
2873         NEWSEGMENT event to not stall the pipeline if the gap is too large.
2874         This also fixes Matroska files where the first buffer doesn't start
2875         at timestamp 0. Fixes bug #429322.
2876
2877         The duration of a block is the default duration multiplied with the
2878         number of laces. Every lace is one frame and the default duration
2879         is the duration of one frame. This fixes playback of files that use
2880         lacing for some tracks.
2881
2882 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
2883
2884         * gst/matroska/matroska-demux.c:
2885         (gst_matroska_demux_parse_contents_seekentry):
2886         Update FIXME/TODOs and only ignore EOS at the central, important place
2887         instead of several places.
2888
2889 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
2890
2891         * gst/rtp/gstrtpg726pay.c:
2892         Fix caps, See #538891.
2893
2894 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
2895
2896         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2897         (gst_matroska_demux_stream_from_num),
2898         (gst_matroska_demux_encoding_cmp),
2899         (gst_matroska_demux_encoding_order_unique),
2900         (gst_matroska_demux_read_track_encoding),
2901         (gst_matroska_demux_read_track_encodings),
2902         (gst_matroska_demux_tracknumber_unique),
2903         (gst_matroska_demux_add_stream), (gst_matroska_demux_init_stream),
2904         (gst_matroska_demux_parse_tracks),
2905         (gst_matroska_demux_parse_index_cuetrack),
2906         (gst_matroska_demux_parse_index_pointentry),
2907         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2908         (gst_matroska_demux_parse_metadata_id_simple_tag),
2909         (gst_matroska_demux_parse_metadata_id_tag),
2910         (gst_matroska_demux_parse_metadata),
2911         (gst_matroska_demux_parse_attached_file),
2912         (gst_matroska_demux_parse_attachments),
2913         (gst_matroska_demux_parse_chapters),
2914         (gst_matroska_demux_sync_streams), (gst_matroska_decode_buffer),
2915         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2916         (gst_matroska_demux_parse_cluster),
2917         (gst_matroska_demux_parse_contents_seekentry),
2918         (gst_matroska_demux_parse_contents),
2919         (gst_matroska_demux_loop_stream_parse_id),
2920         (gst_matroska_demux_loop):
2921         Improve debug output everywhere and fix the EOS logic.
2922
2923         Check the values of the ContentEncoding elements more strictly and
2924         don't use tracks for which it's invalid.
2925
2926         Check that the track number is unique for this stream.
2927
2928         Check that seek positions are below G_MAXINT64 as our seeks are
2929         int64-based and overflows will fail badly.
2930
2931         After seeks also don't push SimpleBlocks until the first one
2932         containing a keyframe is found. Before this was done only for normal
2933         Blocks.
2934
2935         Update some FIXME/TODOs.
2936         
2937         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
2938         (gst_ebml_read_utf8), (gst_ebml_read_header):
2939         Improve debug output.
2940
2941         * gst/matroska/matroska-ids.c:
2942         (gst_matroska_track_init_video_context):
2943         * gst/matroska/matroska-ids.h:
2944         * gst/matroska/matroska-mux.c:
2945         (gst_matroska_mux_video_pad_setcaps):
2946         Remove eye mode and don't parse it anymore. We can't use that
2947         information in GStreamer yet so it's useless.
2948
2949
2950 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
2951
2952         Patch by: Mersad Jelacic <mersad at axis dot com>
2953
2954         * gst/rtp/Makefile.am:
2955         * gst/rtp/gstrtp.c: (plugin_init):
2956         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_base_init),
2957         (gst_rtp_g726_depay_class_init), (gst_rtp_g726_depay_init),
2958         (gst_rtp_g726_depay_setcaps), (gst_rtp_g726_depay_process),
2959         (gst_rtp_g726_depay_plugin_init):
2960         * gst/rtp/gstrtpg726depay.h:
2961         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_base_init),
2962         (gst_rtp_g726_pay_class_init), (gst_rtp_g726_pay_init),
2963         (gst_rtp_g726_pay_setcaps), (gst_rtp_g726_pay_plugin_init):
2964         * gst/rtp/gstrtpg726pay.h:
2965         Added G726 pay/depayloaders. Fixes #538891.
2966
2967 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
2968
2969         * gst/rtsp/URLS:
2970         Some more urls.
2971
2972         * gst/smpte/barboxwipes.c:
2973         Add a comment
2974
2975         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
2976         Fix typo, add audioresample to the pipeline.
2977
2978 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
2979
2980         * ext/libmng/Makefile.am:
2981         * ext/libmng/gstmng.c: (plugin_init):
2982         * ext/libmng/gstmngdec.c: (gst_mng_dec_base_init),
2983         (gst_mng_dec_class_init), (gst_mng_dec_sink_setcaps),
2984         (gst_mng_dec_init), (gst_mng_dec_src_getcaps), (gst_mng_dec_loop),
2985         (gst_mng_dec_get_property), (gst_mng_dec_set_property),
2986         (mngdec_error), (mngdec_openstream), (mngdec_closestream),
2987         (gst_mng_dec_sink_event), (mngdec_readdata), (mngdec_settimer),
2988         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
2989         (gst_mng_dec_change_state):
2990         * ext/libmng/gstmngdec.h:
2991         * ext/libmng/gstmngenc.c: (gst_mng_enc_base_init),
2992         (gst_mng_enc_class_init), (gst_mng_enc_sink_setcaps),
2993         (gst_mng_enc_init), (gst_mng_enc_chain),
2994         (gst_mng_enc_get_property), (gst_mng_enc_set_property):
2995         * ext/libmng/gstmngenc.h:
2996         Somewhat port mngenc and mngdec to 0.10. Does not work yet and has many
2997         bits ifdeffed out still.
2998
2999 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
3000
3001         * gst/matroska/matroska-demux.c: (gst_matroska_index_compare):
3002         When comparing index elements with the same time compare their
3003         block number.
3004
3005 2008-06-16  Tim-Philipp Müller  <tim.muller at collabora co uk>
3006
3007         * gst/matroska/matroska-demux.c:
3008           (gst_matroska_demux_parse_attached_file)
3009           Init variable to NULL to avoid compiler warning.
3010
3011 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
3012
3013         * gst/matroska/Makefile.am:
3014         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3015         (gst_matroska_demux_parse_attached_file),
3016         (gst_matroska_demux_parse_attachments),
3017         (gst_matroska_demux_parse_contents_seekentry),
3018         (gst_matroska_demux_loop_stream_parse_id):
3019         * gst/matroska/matroska-demux.h:
3020         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
3021         * gst/matroska/matroska-ids.h:
3022         * gst/matroska/matroska.c: (plugin_init):
3023         Parse Attachments and post them as GST_TAG_IMAGE if we detect
3024         it as image and otherwise as GST_TAG_ATTACHMENT. Include filename
3025         and description of the attachments in the caps. Fixes bug #537622.
3026
3027 2008-06-16  Wim Taymans  <wim.taymans@collabora.co.uk>
3028
3029         * ext/speex/gstspeexenc.c: (gst_speex_enc_mode_get_type),
3030         (gst_speex_enc_class_init), (gst_speex_enc_sink_getcaps),
3031         (gst_speex_enc_get_latency), (gst_speex_enc_get_query_types),
3032         (gst_speex_enc_src_query), (gst_speex_enc_init),
3033         (gst_speex_enc_setup), (gst_speex_enc_push_buffer),
3034         (gst_speex_enc_chain), (gst_speex_enc_get_property),
3035         (gst_speex_enc_set_property):
3036         Add mode property.
3037         Some cleanups, add more debug info.
3038         Add latency query.
3039
3040 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
3041
3042         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes):
3043         Return GST_FLOW_UNEXPECTED instead of GST_FLOW_ERROR on short reads.
3044         If we get less bytes than requested we can't do anything except doing
3045         our EOS logic.
3046
3047 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3048
3049         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3050         (gst_matroskademux_do_index_seek),
3051         (gst_matroska_demux_parse_index_cuetrack),
3052         (gst_matroska_demux_parse_index_pointentry),
3053         (gst_matroska_index_compare), (gst_matroska_demux_parse_index),
3054         (gst_matroska_demux_parse_metadata):
3055         * gst/matroska/matroska-demux.h:
3056         * gst/matroska/matroska-ids.h:
3057         Use a GArray for storing the Cue (i.e. seek) information, store
3058         the CueTrackPositions for every track, store the block number
3059         and optimize searching in the array by sorting it after the last
3060         element was added.
3061
3062         Fix a small memory leak when trying to parse a tags element that was
3063         already parsed.
3064
3065 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3066
3067         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
3068         (gst_matroska_mux_start), (gst_matroska_mux_finish),
3069         (gst_matroska_mux_write_data):
3070         * gst/matroska/matroska-mux.h:
3071         Don't write another SeekHead which indexes all Clusters to the end of
3072         the file. This isn't useful for anything and just increases filesize.
3073
3074 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3075
3076         * gst/matroska/ebml-read.c: (_ext2dbl), (gst_ebml_read_float):
3077         Prevent unaligned memory access when reading floats.
3078
3079 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3080
3081         * gst/matroska/ebml-read.c:
3082         * gst/matroska/ebml-read.h:
3083         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3084         (gst_matroska_demux_parse_metadata):
3085         * gst/matroska/matroska-demux.h:
3086         Make sure that every Tags element is only parsed once and it's
3087         containing tags are only posted once.
3088
3089 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3090
3091         * gst/matroska/ebml-read.c: (gst_ebml_peek_id),
3092         (gst_ebml_read_header):
3093         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
3094         (gst_matroska_demux_parse_tracks),
3095         (gst_matroska_demux_parse_index_cuetrack),
3096         (gst_matroska_demux_parse_index_pointentry),
3097         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3098         (gst_matroska_demux_parse_metadata_id_simple_tag),
3099         (gst_matroska_demux_parse_metadata_id_tag),
3100         (gst_matroska_demux_parse_metadata),
3101         (gst_matroska_demux_parse_attachments),
3102         (gst_matroska_demux_parse_chapters),
3103         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3104         (gst_matroska_demux_parse_cluster),
3105         (gst_matroska_demux_parse_contents_seekentry),
3106         (gst_matroska_demux_parse_contents),
3107         (gst_matroska_demux_loop_stream_parse_id):
3108         Handle EBML elements like Void or CRC32 in the EbmlRead base class
3109         already. They're not useful in the matroska parser and only cause
3110         additional code.
3111
3112 2008-06-14  Sebastian Dröge  <slomo@circular-chaos.org>
3113
3114         * gst/matroska/ebml-read.c: (gst_ebml_level_free),
3115         (gst_ebml_finalize), (gst_ebml_read_change_state),
3116         (gst_ebml_read_element_level_up), (gst_ebml_read_master):
3117         * gst/matroska/matroska-demux.c:
3118         (gst_matroska_demux_parse_contents_seekentry):
3119         Reverse the level list as we usually are only interested in the
3120         first element or want to add a new first element. Having the
3121         first element stored at the end and calling g_list_last() and
3122         g_list_append() is more expensive.
3123
3124         Also use GSlice for allocating the GstEbmlLevel structs.
3125
3126 2008-06-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
3127
3128         * gst/debug/gsttaginject.c: (gst_tag_inject_finalize),
3129           (gst_tag_inject_class_init), (gst_tag_inject_init):
3130           Don't unref NULL taglist in finalize. Don't use c++ style
3131           comments.
3132
3133 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
3134
3135         * gst/matroska/matroska-demux.c:
3136         (gst_matroska_demux_parse_metadata_id_simple_tag):
3137         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag),
3138         (gst_matroska_mux_write_data):
3139         Use gst_value_serialize() and gst_value_deserialize() for transforming
3140         tags from some GType to a string and the other way around. The default
3141         transformations in GLib don't include transformations from string to
3142         number types.
3143
3144 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
3145
3146         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3147         (gst_matroska_demux_parse_tracks),
3148         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3149         (gst_matroska_demux_parse_attachments),
3150         (gst_matroska_demux_parse_chapters),
3151         (gst_matroska_demux_parse_contents_seekentry),
3152         (gst_matroska_demux_loop_stream_parse_id):
3153         * gst/matroska/matroska-demux.h:
3154         Only parse Tracks, SeekHead and SegmentInfo elements once but allow
3155         Tags multiple times. The first ones can appear more than once but must
3156         contain the same content as the first for backup purposes so we ignore
3157         all but the first one. Tags can appear multiple times with different
3158         content.
3159
3160         Jump to all elements except Clusters that are available from a
3161         SeekHead to make it more likely to have all required informations
3162         before getting to the first Clusters.
3163
3164         Add dummy functions for parsing Attachments and Chapters.
3165
3166 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3167
3168         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
3169         (gst_udpsrc_create), (gst_udpsrc_set_property),
3170         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
3171         * gst/udp/gstudpsrc.h:
3172         Add property to control automatic join/leave of multicast groups.
3173         Add G_LIKELY.
3174         Remove setting caps on buffers explicitly, basesrc does that for us now.
3175         Improve debug info.
3176         Convert some non-fatal error into warnings.
3177         Use g_ntohs for better portability.
3178         Leave multicast groups when stopping.
3179         When using external sockets, use getsockname() on them to fill up the
3180         addr structure before calling methods that use the structure.
3181         Should all fix #536903.
3182         API: GstUDPSrc::auto-multicast property
3183
3184 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3185
3186         * gst/udp/gstudpnetutils.c: (gst_udp_is_multicast):
3187         Use g_ntohl for better portability.
3188
3189 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3190
3191         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
3192         (gst_multiudpsink_remove):
3193         Fix a typo and do some small cleanups.
3194
3195 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3196
3197         Patch by: Olivier Crete <tester at tester dot ca>
3198
3199         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
3200         Make the delivery-method mandatory on the caps and only accept inline
3201         for now.
3202         Reverse strcmp checks for delivery-method.
3203
3204         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
3205         Make delivery method optional when parsing caps and note this in the
3206         caps.
3207         Reverse strcmp checks for delivery-method.
3208
3209         * gst/rtp/gstrtpvorbispay.c:
3210         Update a comment to note that the delivery-method is optional, 
3211         Fixes #537675.
3212
3213 2008-06-12  Wim Taymans  <wim.taymans@collabora.co.uk>
3214
3215         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_mcast):
3216         Set udpsrc for receiving data from multicast groups to PAUSED instead of
3217         leaving them in READY. Fixes #537832.
3218
3219 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
3220
3221         * gst/avi/gstavimux.c:
3222           Simplify code. gst_tag_list_merge() does the NULL checks. Add a FIXME
3223           for a random constant in tagmuxing code.
3224
3225 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
3226
3227         * gst/debug/gsttaginject.c:
3228         * gst/debug/gsttaginject.h:
3229           Now actually adding the new element.
3230
3231 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
3232
3233         * docs/plugins/Makefile.am:
3234         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3235         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3236         * docs/plugins/gst-plugins-good-plugins.args:
3237         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3238         * docs/plugins/gst-plugins-good-plugins.interfaces:
3239         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3240         * docs/plugins/inspect/plugin-aasink.xml:
3241         * docs/plugins/inspect/plugin-alaw.xml:
3242         * docs/plugins/inspect/plugin-alpha.xml:
3243         * docs/plugins/inspect/plugin-alphacolor.xml:
3244         * docs/plugins/inspect/plugin-annodex.xml:
3245         * docs/plugins/inspect/plugin-apetag.xml:
3246         * docs/plugins/inspect/plugin-audiofx.xml:
3247         * docs/plugins/inspect/plugin-auparse.xml:
3248         * docs/plugins/inspect/plugin-autodetect.xml:
3249         * docs/plugins/inspect/plugin-avi.xml:
3250         * docs/plugins/inspect/plugin-cacasink.xml:
3251         * docs/plugins/inspect/plugin-cairo.xml:
3252         * docs/plugins/inspect/plugin-cdio.xml:
3253         * docs/plugins/inspect/plugin-cutter.xml:
3254         * docs/plugins/inspect/plugin-debug.xml:
3255         * docs/plugins/inspect/plugin-dv.xml:
3256         * docs/plugins/inspect/plugin-efence.xml:
3257         * docs/plugins/inspect/plugin-effectv.xml:
3258         * docs/plugins/inspect/plugin-equalizer.xml:
3259         * docs/plugins/inspect/plugin-esdsink.xml:
3260         * docs/plugins/inspect/plugin-flac.xml:
3261         * docs/plugins/inspect/plugin-flxdec.xml:
3262         * docs/plugins/inspect/plugin-gamma.xml:
3263         * docs/plugins/inspect/plugin-gconfelements.xml:
3264         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3265         * docs/plugins/inspect/plugin-goom.xml:
3266         * docs/plugins/inspect/plugin-goom2k1.xml:
3267         * docs/plugins/inspect/plugin-halelements.xml:
3268         * docs/plugins/inspect/plugin-icydemux.xml:
3269         * docs/plugins/inspect/plugin-id3demux.xml:
3270         * docs/plugins/inspect/plugin-jpeg.xml:
3271         * docs/plugins/inspect/plugin-level.xml:
3272         * docs/plugins/inspect/plugin-matroska.xml:
3273         * docs/plugins/inspect/plugin-monoscope.xml:
3274         * docs/plugins/inspect/plugin-mulaw.xml:
3275         * docs/plugins/inspect/plugin-multifile.xml:
3276         * docs/plugins/inspect/plugin-multipart.xml:
3277         * docs/plugins/inspect/plugin-navigationtest.xml:
3278         * docs/plugins/inspect/plugin-ossaudio.xml:
3279         * docs/plugins/inspect/plugin-png.xml:
3280         * docs/plugins/inspect/plugin-quicktime.xml:
3281         * docs/plugins/inspect/plugin-rtp.xml:
3282         * docs/plugins/inspect/plugin-rtsp.xml:
3283         * docs/plugins/inspect/plugin-smpte.xml:
3284         * docs/plugins/inspect/plugin-soup.xml:
3285         * docs/plugins/inspect/plugin-spectrum.xml:
3286         * docs/plugins/inspect/plugin-speex.xml:
3287         * docs/plugins/inspect/plugin-taglib.xml:
3288         * docs/plugins/inspect/plugin-udp.xml:
3289         * docs/plugins/inspect/plugin-video4linux2.xml:
3290         * docs/plugins/inspect/plugin-videobalance.xml:
3291         * docs/plugins/inspect/plugin-videobox.xml:
3292         * docs/plugins/inspect/plugin-videocrop.xml:
3293         * docs/plugins/inspect/plugin-videoflip.xml:
3294         * docs/plugins/inspect/plugin-videomixer.xml:
3295         * docs/plugins/inspect/plugin-wavenc.xml:
3296         * docs/plugins/inspect/plugin-wavpack.xml:
3297         * docs/plugins/inspect/plugin-wavparse.xml:
3298         * docs/plugins/inspect/plugin-ximagesrc.xml:
3299         * gst/debug/Makefile.am:
3300         * gst/debug/breakmydata.c:
3301         * gst/debug/efence.c:
3302         * gst/debug/gstdebug.c:
3303         * gst/debug/gstnavseek.c:
3304         * gst/debug/gstpushfilesrc.c:
3305         * gst/debug/gstpushfilesrc.h:
3306         * gst/debug/negotiation.c:
3307         * gst/debug/progressreport.c:
3308         * gst/debug/progressreport.h:
3309         * gst/debug/rndbuffersize.c:
3310         * gst/debug/testplugin.c:
3311           Remove dummy plugin_init. Remove some undefined entries from doc-
3312           section file. Add taginject element and rebuild docs for it.
3313
3314 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3315
3316         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
3317         (gst_matroska_mux_release_pad), (gst_matroska_mux_write_data):
3318         Update the counter for the number of streams when pads are added or
3319         removed. This will make sure that a seek table is generated for
3320         files with just one audio stream.
3321
3322 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3323
3324         * gst/matroska/matroska-demux.c:
3325         (gst_matroska_demux_parse_metadata_id_simple_tag):
3326         * gst/matroska/matroska-ids.h:
3327         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag):
3328         Add some more tags, improve debugging a bit and make sure that
3329         GValue transformation has succeeded before using the result
3330         as a tag.
3331
3332 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3333
3334         Patch by: Olivier Crete <tester at tester dot ca>
3335
3336         * gst/rtp/gstrtptheorapay.c:
3337         The Theora RTP payloader only supports the "inline" delievery method
3338         so let's declare this on the caps of the static pad template.
3339         Fixes bug #537675.
3340
3341 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3342
3343         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
3344         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues):
3345         Remove bogus check.
3346
3347 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3348
3349         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
3350         (gst_videomixer_blend_buffers):
3351         Use stream_time to synchronize the object properties.
3352         Use running_time of the master pad to timestamp outgoing buffers.
3353         Fix the initial segment event to extend an unknown amount of time.
3354         Fixes #537361.
3355
3356 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3357
3358         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
3359         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
3360         (gst_avi_demux_calculate_durations_from_index),
3361         (gst_avi_demux_stream_header_push),
3362         (gst_avi_demux_stream_header_pull):
3363         Try to ignore unparsable/unknown streams and give a warning instead of
3364         erroring out. Fixes #537377.
3365
3366 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3367
3368         * gst/matroska/ebml-write.c: (gst_ebml_write_float):
3369         Use GDOUBLE_TO_BE() instead of (probably slower) custom code.
3370
3371         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
3372         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
3373         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
3374         (gst_matroska_demux_read_track_encodings),
3375         (gst_matroska_demux_add_stream),
3376         (gst_matroska_demux_handle_src_query),
3377         (gst_matroska_demux_init_stream),
3378         (gst_matroska_demux_parse_index_cuetrack),
3379         (gst_matroska_demux_parse_index_pointentry),
3380         (gst_matroska_demux_parse_info),
3381         (gst_matroska_demux_parse_metadata_id_simple_tag),
3382         (gst_matroska_demux_parse_metadata),
3383         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
3384         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3385         (gst_matroska_demux_parse_cluster),
3386         (gst_matroska_demux_parse_contents_seekentry),
3387         (gst_matroska_demux_loop_stream_parse_id),
3388         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
3389         (gst_matroska_demux_audio_caps),
3390         (gst_matroska_demux_subtitle_caps):
3391         * gst/matroska/matroska-demux.h:
3392         * gst/matroska/matroska-ids.c:
3393         (gst_matroska_track_init_subtitle_context):
3394         * gst/matroska/matroska-ids.h:
3395         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
3396         (gst_matroska_mux_class_init), (gst_matroska_mux_init),
3397         (gst_matroska_mux_create_uid), (gst_matroska_mux_reset),
3398         (gst_matroska_mux_video_pad_setcaps),
3399         (gst_matroska_mux_audio_pad_setcaps),
3400         (gst_matroska_mux_subtitle_pad_setcaps),
3401         (gst_matroska_mux_request_new_pad),
3402         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
3403         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
3404         (gst_matroska_mux_write_data), (gst_matroska_mux_collected),
3405         (gst_matroska_mux_set_property):
3406         Add many FIXMEs/TODOs all over the matroska muxer and demuxer
3407         elements, do some checks for valid values in the demuxer, handle
3408         tracktimecodescale in the demuxer, set correct default values for all
3409         settings in the demuxer, review and add all missing matroska
3410         IDs and some more raw YUV formats, and some trivial cleanup.
3411
3412 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3413
3414         * ext/pulse/pulsemixer.c: (gst_pulsemixer_base_init),
3415         (gst_pulsemixer_class_init):
3416         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
3417         (gst_pulsesink_class_init), (gst_pulsesink_prepare):
3418         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
3419         (gst_pulsesrc_base_init), (gst_pulsesrc_class_init),
3420         (gst_pulsesrc_prepare):
3421         Some smaller cleanup. Use G_PARAM_STATIC_STRINGS,
3422         gst_element_class_set_details_simple() and fix coding style a bit
3423         more.
3424
3425 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3426
3427         * docs/plugins/Makefile.am:
3428         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3429         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3430         * docs/plugins/gst-plugins-good-plugins.args:
3431         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3432         * docs/plugins/gst-plugins-good-plugins.interfaces:
3433         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3434         * docs/plugins/inspect/plugin-aasink.xml:
3435         * docs/plugins/inspect/plugin-alaw.xml:
3436         * docs/plugins/inspect/plugin-alpha.xml:
3437         * docs/plugins/inspect/plugin-alphacolor.xml:
3438         * docs/plugins/inspect/plugin-annodex.xml:
3439         * docs/plugins/inspect/plugin-apetag.xml:
3440         * docs/plugins/inspect/plugin-audiofx.xml:
3441         * docs/plugins/inspect/plugin-auparse.xml:
3442         * docs/plugins/inspect/plugin-autodetect.xml:
3443         * docs/plugins/inspect/plugin-avi.xml:
3444         * docs/plugins/inspect/plugin-cacasink.xml:
3445         * docs/plugins/inspect/plugin-cairo.xml:
3446         * docs/plugins/inspect/plugin-cdio.xml:
3447         * docs/plugins/inspect/plugin-cutter.xml:
3448         * docs/plugins/inspect/plugin-debug.xml:
3449         * docs/plugins/inspect/plugin-dv.xml:
3450         * docs/plugins/inspect/plugin-efence.xml:
3451         * docs/plugins/inspect/plugin-effectv.xml:
3452         * docs/plugins/inspect/plugin-equalizer.xml:
3453         * docs/plugins/inspect/plugin-esdsink.xml:
3454         * docs/plugins/inspect/plugin-flac.xml:
3455         * docs/plugins/inspect/plugin-flxdec.xml:
3456         * docs/plugins/inspect/plugin-gamma.xml:
3457         * docs/plugins/inspect/plugin-gconfelements.xml:
3458         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3459         * docs/plugins/inspect/plugin-goom.xml:
3460         * docs/plugins/inspect/plugin-goom2k1.xml:
3461         * docs/plugins/inspect/plugin-halelements.xml:
3462         * docs/plugins/inspect/plugin-icydemux.xml:
3463         * docs/plugins/inspect/plugin-id3demux.xml:
3464         * docs/plugins/inspect/plugin-jpeg.xml:
3465         * docs/plugins/inspect/plugin-level.xml:
3466         * docs/plugins/inspect/plugin-matroska.xml:
3467         * docs/plugins/inspect/plugin-monoscope.xml:
3468         * docs/plugins/inspect/plugin-mulaw.xml:
3469         * docs/plugins/inspect/plugin-multifile.xml:
3470         * docs/plugins/inspect/plugin-multipart.xml:
3471         * docs/plugins/inspect/plugin-navigationtest.xml:
3472         * docs/plugins/inspect/plugin-ossaudio.xml:
3473         * docs/plugins/inspect/plugin-png.xml:
3474         * docs/plugins/inspect/plugin-pulseaudio.xml:
3475         * docs/plugins/inspect/plugin-quicktime.xml:
3476         * docs/plugins/inspect/plugin-rtp.xml:
3477         * docs/plugins/inspect/plugin-rtsp.xml:
3478         * docs/plugins/inspect/plugin-smpte.xml:
3479         * docs/plugins/inspect/plugin-soup.xml:
3480         * docs/plugins/inspect/plugin-spectrum.xml:
3481         * docs/plugins/inspect/plugin-speex.xml:
3482         * docs/plugins/inspect/plugin-taglib.xml:
3483         * docs/plugins/inspect/plugin-udp.xml:
3484         * docs/plugins/inspect/plugin-video4linux2.xml:
3485         * docs/plugins/inspect/plugin-videobalance.xml:
3486         * docs/plugins/inspect/plugin-videobox.xml:
3487         * docs/plugins/inspect/plugin-videocrop.xml:
3488         * docs/plugins/inspect/plugin-videoflip.xml:
3489         * docs/plugins/inspect/plugin-videomixer.xml:
3490         * docs/plugins/inspect/plugin-wavenc.xml:
3491         * docs/plugins/inspect/plugin-wavpack.xml:
3492         * docs/plugins/inspect/plugin-wavparse.xml:
3493         * docs/plugins/inspect/plugin-ximagesrc.xml:
3494         * ext/pulse/plugin.c:
3495         * ext/pulse/pulsemixer.c:
3496         * ext/pulse/pulsesink.c:
3497         * ext/pulse/pulsesrc.c:
3498         Add documentation to the pulseaudio plugin and run make update
3499         in docs/plugins.
3500
3501 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3502
3503         Patch by: Brian Cameron <brian.cameron at sun dot com>
3504
3505         * sys/sunaudio/gstsunaudiomixerctrl.c:
3506         (gst_sunaudiomixer_ctrl_get_volume),
3507         (gst_sunaudiomixer_ctrl_set_volume):
3508         Improvements for the SunAudio mixer by handling mute as no gain
3509         for tracks that have a gain property but no mute property.
3510         Fixes bug #536067.
3511
3512 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3513
3514         * configure.ac:
3515         * ext/pulse/Makefile.am:
3516         * ext/pulse/plugin.c: (plugin_init):
3517         * ext/pulse/pulsemixer.c: (gst_pulsemixer_interface_supported),
3518         (gst_pulsemixer_implements_interface_init),
3519         (gst_pulsemixer_init_interfaces), (gst_pulsemixer_base_init),
3520         (gst_pulsemixer_class_init), (gst_pulsemixer_init),
3521         (gst_pulsemixer_finalize), (gst_pulsemixer_set_property),
3522         (gst_pulsemixer_get_property), (gst_pulsemixer_change_state):
3523         * ext/pulse/pulsemixer.h:
3524         * ext/pulse/pulsemixerctrl.c:
3525         (gst_pulsemixer_ctrl_context_state_cb),
3526         (gst_pulsemixer_ctrl_sink_info_cb),
3527         (gst_pulsemixer_ctrl_source_info_cb),
3528         (gst_pulsemixer_ctrl_subscribe_cb),
3529         (gst_pulsemixer_ctrl_success_cb), (gst_pulsemixer_ctrl_open),
3530         (gst_pulsemixer_ctrl_close), (gst_pulsemixer_ctrl_new),
3531         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_list_tracks),
3532         (gst_pulsemixer_ctrl_timeout_event), (restart_time_event),
3533         (gst_pulsemixer_ctrl_set_volume), (gst_pulsemixer_ctrl_get_volume),
3534         (gst_pulsemixer_ctrl_set_record), (gst_pulsemixer_ctrl_set_mute):
3535         * ext/pulse/pulsemixerctrl.h:
3536         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_class_init),
3537         (gst_pulsemixer_track_init), (gst_pulsemixer_track_new):
3538         * ext/pulse/pulsemixertrack.h:
3539         * ext/pulse/pulseprobe.c: (gst_pulseprobe_context_state_cb),
3540         (gst_pulseprobe_sink_info_cb), (gst_pulseprobe_source_info_cb),
3541         (gst_pulseprobe_invalidate), (gst_pulseprobe_open),
3542         (gst_pulseprobe_enumerate), (gst_pulseprobe_close),
3543         (gst_pulseprobe_new), (gst_pulseprobe_free),
3544         (gst_pulseprobe_get_properties), (gst_pulseprobe_needs_probe),
3545         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values),
3546         (gst_pulseprobe_set_server):
3547         * ext/pulse/pulseprobe.h:
3548         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
3549         (gst_pulsesink_class_init), (gst_pulsesink_init),
3550         (gst_pulsesink_destroy_stream), (gst_pulsesink_destroy_context),
3551         (gst_pulsesink_finalize), (gst_pulsesink_dispose),
3552         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
3553         (gst_pulsesink_context_state_cb), (gst_pulsesink_stream_state_cb),
3554         (gst_pulsesink_stream_request_cb),
3555         (gst_pulsesink_stream_latency_update_cb), (gst_pulsesink_open),
3556         (gst_pulsesink_close), (gst_pulsesink_prepare),
3557         (gst_pulsesink_unprepare), (gst_pulsesink_write),
3558         (gst_pulsesink_delay), (gst_pulsesink_success_cb),
3559         (gst_pulsesink_reset), (gst_pulsesink_change_title),
3560         (gst_pulsesink_event), (gst_pulsesink_get_type):
3561         * ext/pulse/pulsesink.h:
3562         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
3563         (gst_pulsesrc_implements_interface_init),
3564         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_base_init),
3565         (gst_pulsesrc_class_init), (gst_pulsesrc_init),
3566         (gst_pulsesrc_destroy_stream), (gst_pulsesrc_destroy_context),
3567         (gst_pulsesrc_finalize), (gst_pulsesrc_dispose),
3568         (gst_pulsesrc_set_property), (gst_pulsesrc_get_property),
3569         (gst_pulsesrc_context_state_cb), (gst_pulsesrc_stream_state_cb),
3570         (gst_pulsesrc_stream_request_cb), (gst_pulsesrc_open),
3571         (gst_pulsesrc_close), (gst_pulsesrc_prepare),
3572         (gst_pulsesrc_unprepare), (gst_pulsesrc_read),
3573         (gst_pulsesrc_delay), (gst_pulsesrc_change_state),
3574         (gst_pulsesrc_get_type):
3575         * ext/pulse/pulsesrc.h:
3576         * ext/pulse/pulseutil.c: (gst_pulse_fill_sample_spec),
3577         (gst_pulse_client_name), (gst_pulse_gst_to_channel_map):
3578         * ext/pulse/pulseutil.h:
3579         Add pulseaudio GStreamer element from gst-pulse. Development will
3580         continue here instead of pulseaudio SVN. Fixes bug #400679.
3581         Only changes over gst-pulse SVN are added copyright to the top of
3582         files and coding style changes.
3583
3584 2008-06-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
3585
3586         Patch by: Benjamin Kampmann  <benjamin at fluendo dot com>
3587
3588         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext),
3589           (gst_cdio_add_cdtext_album_tags):
3590         * ext/cdio/gstcdio.h:
3591         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
3592           Also extract album title and album genre from CD-TEXT if
3593           available (#537021).
3594
3595 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3596
3597         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3598
3599         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
3600         Improve negotiation a bit more by picking the smallest possible
3601         resolution that is larger than the resolution specified in the
3602         first caps entry of the peer caps. Fixes bug #536994.
3603
3604 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3605
3606         Patch by: Bastien Nocera <hadess at hadess dot net>
3607
3608         * sys/v4l2/gstv4l2vidorient.c:
3609         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
3610         Fix compilation with newer GIT kernels that deprecated
3611         V4L2_CID_HCENTER and V4L2_CID_VCENTER. Fixes bug #536317.
3612
3613 2008-06-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
3614
3615         * configure.ac:
3616         * ext/cdio/gstcdio.c:
3617         * ext/cdio/gstcdio.h:
3618         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
3619           Require libcdio >= 0.76.
3620
3621 2008-06-05  Thijs Vermeir  <thijsvermeir@gmail.com>
3622
3623         * gst/avi/gstavidemux.c:
3624         Catch UNEXPECTED when downstream has reached end of
3625         segment in reverse mode.
3626
3627 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3628
3629         * gst/avi/gstavidemux.c:
3630         Fix typo in comment
3631
3632 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3633
3634         * gst/avi/gstavidemux.c:
3635         Because we don't know the frame order we need to push till
3636         the next keyframe
3637
3638 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3639
3640         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3641
3642         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
3643         (gst_v4l2src_fixate), (gst_v4l2src_negotiate):
3644         Provide a custom negotiation function to make sure to pick the highest
3645         possible framerate and resolution. Fixes bug #536646.
3646
3647 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3648
3649         * gst/avi/gstavidemux.c:
3650         Set EOS when going out of the segment in reverse playback
3651
3652 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3653
3654         * ext/taglib/Makefile.am::
3655           Add -Wno-attributes to CXXFLAGS to suppress warning caused by
3656           taglib headers (with gcc 4.3.1).
3657
3658 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
3659
3660         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
3661         Use the new gst_rtsp_connection_get_ip() to access the IP address
3662         of a GstRTSPConnection since it is a private member.
3663
3664 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3665
3666         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
3667         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
3668           Use new utility functions in libgsttag to process coverart (#512333).
3669
3670 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3671
3672         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
3673         We actually support left/side, right/side and mid/side files. The
3674         conversion to normal, interleaved stereo is done by libflac.
3675
3676 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3677
3678         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
3679         (gst_ebml_write_set_cache):
3680         Unref the write cache in finalize if it was set and add add "FIXME"
3681         to a comment that needs it.
3682
3683 2008-06-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3684
3685         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
3686
3687         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
3688         (gst_avi_demux_index_prev), (gst_avi_demux_index_entry_for_time),
3689         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
3690         (gst_avi_demux_process_next_entry):
3691         * gst/avi/gstavidemux.h:
3692         Implement reverse playback. Fixes #535300.
3693         Small cleanups.
3694
3695 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
3696
3697         * gst/videomixer/videomixer.c: (gst_videomixer_query_duration),
3698         (gst_videomixer_query_latency):
3699         When using gst_element_iterate_pads() one has to unref every pad
3700         after usage.
3701
3702 2008-05-31  Edward Hervey  <edward.hervey@collabora.co.uk>
3703
3704         Patch by: Bastien Nocera <hadess at hadess dot net>
3705         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_str),
3706         (qtdemux_parse_udta):
3707         * gst/qtdemux/qtdemux_fourcc.h:
3708         Improve meta-data handling, add 'comment', 'description' and
3709         'copyright' tag handling.
3710         Fixes #535935
3711
3712 2008-05-31  Julien Moutte  <julien@fluendo.com>
3713
3714         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_keyframe),
3715         (gst_qtdemux_find_segment), (gst_qtdemux_perform_seek),
3716         (gst_qtdemux_seek_to_previous_keyframe),
3717         (gst_qtdemux_activate_segment), (gst_qtdemux_loop): Make sure we
3718         we don't clip the segment's stop using the main segment duration as
3719         that could crop quite some video frames. Make reverse playback support
3720         more robust and support edit lists. Support seeking to the last frame,
3721         and fix reverse looping playback. Add some debugging.
3722         * win32/common/config.h: Updated.
3723
3724 2008-05-31  Sebastian Dröge  <slomo@circular-chaos.org>
3725
3726         * gst/equalizer/gstiirequalizer.c:
3727         (gst_iir_equalizer_transform_ip):
3728         Don't clip float/double samples, correctly unset passthrough mode
3729         and use better rounding for integer samples.
3730
3731 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
3732
3733         * gst/equalizer/gstiirequalizer.c:
3734         (gst_iir_equalizer_band_set_property), (gst_iir_equalizer_init),
3735         (setup_filter), (set_passthrough), (update_coefficients),
3736         (gst_iir_equalizer_compute_frequencies),
3737         (gst_iir_equalizer_transform_ip):
3738         * gst/equalizer/gstiirequalizer.h:
3739         Update the filter coefficients only when needed in the transform_ip
3740         function and correctly set the element into passthrough mode if the
3741         gain of all bands is 0.
3742
3743 2008-05-29  Wim Taymans  <wim.taymans@collabora.co.uk>
3744
3745         Based on patch by: Sebastian Keller <sebastian-keller at gmx dot de>
3746
3747         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
3748         (gst_alpha_set_property), (gst_alpha_get_property),
3749         (gst_alpha_chroma_key_ayuv), (gst_alpha_chromakey_row_i420):
3750         Try to skip pixels or areas that are too dark or too bright for us to do
3751         meaningfull color detection.
3752         Added properties to control the sensitivity to light and darkness.
3753         Added some small cleanups. Fixes #512345.
3754
3755 2008-05-28  Jan Schmidt  <jan.schmidt@sun.com>
3756
3757         * docs/plugins/.cvsignore:
3758         * tests/check/elements/.cvsignore:
3759         Ignore some more generated things
3760
3761         * tests/check/Makefile.am:
3762         Ignore OSS elements in the state changes test too.
3763
3764 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3765
3766         * docs/plugins/Makefile.am:
3767         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3768         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3769         Add SMPTE effect elements to docs.
3770
3771 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
3772
3773         * docs/plugins/Makefile.am:
3774         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3775         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3776         * ext/raw1394/gstdv1394src.c:
3777           Document whats first shown on the fdo plugin docs page :)
3778
3779 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
3780
3781         * docs/plugins/Makefile.am:
3782         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3783         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3784         * docs/plugins/gst-plugins-good-plugins.args:
3785         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3786         * docs/plugins/inspect/plugin-audiofx.xml:
3787         * gst/audiofx/Makefile.am:
3788         * gst/audiofx/audiofx.c:
3789         * gst/audiofx/audiokaraoke.c:
3790         * gst/audiofx/audiokaraoke.h:
3791         * gst/audiofx/audiovoice.c:
3792         * gst/audiofx/audiovoice.h:
3793           Rename audiovoice to audiokaraoke and add it to the docs.
3794
3795 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
3796
3797         * REQUIREMENTS:
3798         * docs/plugins/Makefile.am:
3799         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3800         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3801         * docs/plugins/gst-plugins-good-plugins.args:
3802         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3803         * docs/plugins/gst-plugins-good-plugins.interfaces:
3804         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3805         * docs/plugins/inspect/plugin-aasink.xml:
3806         * docs/plugins/inspect/plugin-alaw.xml:
3807         * docs/plugins/inspect/plugin-alpha.xml:
3808         * docs/plugins/inspect/plugin-alphacolor.xml:
3809         * docs/plugins/inspect/plugin-annodex.xml:
3810         * docs/plugins/inspect/plugin-apetag.xml:
3811         * docs/plugins/inspect/plugin-audiofx.xml:
3812         * docs/plugins/inspect/plugin-auparse.xml:
3813         * docs/plugins/inspect/plugin-autodetect.xml:
3814         * docs/plugins/inspect/plugin-avi.xml:
3815         * docs/plugins/inspect/plugin-cacasink.xml:
3816         * docs/plugins/inspect/plugin-cairo.xml:
3817         * docs/plugins/inspect/plugin-cdio.xml:
3818         * docs/plugins/inspect/plugin-cutter.xml:
3819         * docs/plugins/inspect/plugin-debug.xml:
3820         * docs/plugins/inspect/plugin-dv.xml:
3821         * docs/plugins/inspect/plugin-efence.xml:
3822         * docs/plugins/inspect/plugin-effectv.xml:
3823         * docs/plugins/inspect/plugin-equalizer.xml:
3824         * docs/plugins/inspect/plugin-esdsink.xml:
3825         * docs/plugins/inspect/plugin-flac.xml:
3826         * docs/plugins/inspect/plugin-flxdec.xml:
3827         * docs/plugins/inspect/plugin-gamma.xml:
3828         * docs/plugins/inspect/plugin-gconfelements.xml:
3829         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3830         * docs/plugins/inspect/plugin-goom.xml:
3831         * docs/plugins/inspect/plugin-goom2k1.xml:
3832         * docs/plugins/inspect/plugin-halelements.xml:
3833         * docs/plugins/inspect/plugin-icydemux.xml:
3834         * docs/plugins/inspect/plugin-id3demux.xml:
3835         * docs/plugins/inspect/plugin-jpeg.xml:
3836         * docs/plugins/inspect/plugin-level.xml:
3837         * docs/plugins/inspect/plugin-matroska.xml:
3838         * docs/plugins/inspect/plugin-monoscope.xml:
3839         * docs/plugins/inspect/plugin-mulaw.xml:
3840         * docs/plugins/inspect/plugin-multifile.xml:
3841         * docs/plugins/inspect/plugin-multipart.xml:
3842         * docs/plugins/inspect/plugin-navigationtest.xml:
3843         * docs/plugins/inspect/plugin-ossaudio.xml:
3844         * docs/plugins/inspect/plugin-png.xml:
3845         * docs/plugins/inspect/plugin-quicktime.xml:
3846         * docs/plugins/inspect/plugin-rtp.xml:
3847         * docs/plugins/inspect/plugin-rtsp.xml:
3848         * docs/plugins/inspect/plugin-smpte.xml:
3849         * docs/plugins/inspect/plugin-soup.xml:
3850         * docs/plugins/inspect/plugin-spectrum.xml:
3851         * docs/plugins/inspect/plugin-speex.xml:
3852         * docs/plugins/inspect/plugin-taglib.xml:
3853         * docs/plugins/inspect/plugin-udp.xml:
3854         * docs/plugins/inspect/plugin-video4linux2.xml:
3855         * docs/plugins/inspect/plugin-videobalance.xml:
3856         * docs/plugins/inspect/plugin-videobox.xml:
3857         * docs/plugins/inspect/plugin-videocrop.xml:
3858         * docs/plugins/inspect/plugin-videoflip.xml:
3859         * docs/plugins/inspect/plugin-videomixer.xml:
3860         * docs/plugins/inspect/plugin-wavenc.xml:
3861         * docs/plugins/inspect/plugin-wavpack.xml:
3862         * docs/plugins/inspect/plugin-wavparse.xml:
3863         * docs/plugins/inspect/plugin-ximagesrc.xml:
3864         * ext/aalib/gstaasink.c:
3865         * ext/libcaca/gstcacasink.c:
3866           Document aasink and cacasink.
3867
3868 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
3869
3870         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
3871         (gst_videomixer_init), (gst_videomixer_query_duration),
3872         (gst_videomixer_query_latency), (gst_videomixer_query),
3873         (gst_videomixer_blend_buffers):
3874         * gst/videomixer/videomixer.h:
3875         Implement position (in time), duration and latency queries.
3876
3877 2008-05-27  Edward Hervey  <edward.hervey@collabora.co.uk>
3878
3879         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
3880         (gst_videomixer_init), (gst_videomixer_request_new_pad),
3881         (gst_videomixer_fill_queues), (forward_event_func),
3882         (forward_event), (gst_videomixer_src_event),
3883         (gst_videomixer_sink_event):
3884         * gst/videomixer/videomixer.h:
3885         Implement proper seek/newsegment handling.
3886         Based on adder's implementation.
3887         Fixes #535121
3888
3889 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3890
3891         Patch by: Jan Gerber <j at oil21 dot org>
3892
3893         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
3894         Add caps for DVCPRO50 and DVCPRO HD PAL/NTSC. See #526481.
3895
3896 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3897
3898         * gst/audiofx/Makefile.am:
3899         * gst/audiofx/audiofx.c: (plugin_init):
3900         * gst/audiofx/audiovoice.c: (gst_audio_voice_base_init),
3901         (gst_audio_voice_class_init), (gst_audio_voice_init),
3902         (update_filter), (gst_audio_voice_set_property),
3903         (gst_audio_voice_get_property), (gst_audio_voice_setup),
3904         (gst_audio_voice_transform_int), (gst_audio_voice_transform_float),
3905         (gst_audio_voice_transform_ip):
3906         * gst/audiofx/audiovoice.h:
3907         Add simple voice removal element. Yay karaoke.
3908
3909 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3910
3911         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
3912
3913         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
3914         Fix potential caps leak.
3915         If we can't get the framerate with an ioctl, try to get it with the
3916         current norm. Fixes #520092.
3917
3918 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3919
3920         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
3921
3922         * sys/v4l2/v4l2src_calls.c:
3923         (gst_v4l2src_probe_caps_for_format_and_size):
3924         If we fail to get the frame intervals, simply don't touch the framerates
3925         on the template caps instead of discarding the format. See #520092.
3926
3927 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3928
3929         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
3930
3931         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
3932         (gst_v4l2_get_caps_info):
3933         Add NV12, NV21 and bayer support. See #520092.
3934
3935 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3936
3937         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
3938         (gst_qtdemux_activate_segment):
3939         Unbreak segment activation again. Fixes #531672.
3940
3941 2008-05-25  Sebastian Dröge  <slomo@circular-chaos.org>
3942
3943         * ext/flac/Makefile.am:
3944         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
3945         Set the channel layout when decoding FLAC files with more than 2
3946         channels as defined by the FLAC spec. Fixes bug #534570.
3947
3948         Also don't try to decode left/side, right/side and mid/side files
3949         as we don't support this at all.
3950
3951 2008-05-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
3952
3953         * configure.ac:
3954           We need -base CVS (rtsp).
3955
3956 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
3957
3958         * gst/udp/Makefile.am:
3959           Add -D_GNU_SOURCE to CFLAGS so we get things like EAI_ADDRFAMILY
3960           when including netdb.h when building against glibc >= 2.8.
3961
3962 2008-05-22  Julien Moutte  <julien@fluendo.com>
3963
3964         * gst/smpte/gstsmptealpha.c: (gst_smpte_alpha_setcaps): Fix
3965         debug statement arguments.
3966         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_setup_qos_dscp):
3967         * gst/udp/gstudpnetutils.c: (gst_udp_join_group),
3968         (gst_udp_leave_group): Fix IP and IPV6 options to make it work
3969         on more platforms.
3970
3971 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3972
3973         * tests/check/elements/avimux.c: (setup_src_pad),
3974         (teardown_src_pad):
3975         * tests/check/elements/icydemux.c: (icydemux_found_pad),
3976         (GST_START_TEST):
3977         * tests/check/elements/matroskamux.c: (setup_src_pad),
3978         (teardown_src_pad), (setup_sink_pad), (teardown_sink_pad):
3979         * tests/check/elements/videocrop.c: (video_crop_get_test_caps),
3980         (GST_START_TEST):
3981         * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad),
3982         (setup_wavpackparse), (cleanup_wavpackparse):
3983         Don't use gst_element_get_pad(), it's a bad, bad method.
3984
3985 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3986
3987         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
3988         (do_toggle_element):
3989         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
3990         (do_toggle_element):
3991         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
3992         (do_toggle_element):
3993         * ext/gconf/gstswitchsink.c: (gst_switch_commit_new_kid):
3994         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_reset),
3995         (do_toggle_element):
3996         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_reset),
3997         (do_toggle_element):
3998         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
3999         (gst_auto_audio_sink_detect):
4000         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
4001         (gst_auto_video_sink_detect):
4002         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4003         (gst_rtspsrc_stream_free), (gst_rtspsrc_stream_configure_udp),
4004         (gst_rtspsrc_stream_configure_udp_sink), (gst_rtspsrc_skip_lws),
4005         (gst_rtspsrc_unskip_lws), (gst_rtspsrc_skip_commas),
4006         (gst_rtspsrc_skip_item), (gst_rtsp_decode_quoted_string),
4007         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr):
4008         * tests/icles/videocrop-test.c: (test_with_caps),
4009         (video_crop_get_test_caps):
4010         Don't use gst_element_get_pad(), it's a bad method.
4011
4012 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4013
4014         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
4015         (gst_multiudpsink_add_internal):
4016         * gst/udp/gstudpnetutils.c: (gst_udp_set_loop_ttl),
4017         (gst_udp_join_group):
4018         * gst/udp/gstudpnetutils.h:
4019         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
4020         Joining a multicast group and setting the loop/ttl properties are
4021         totally unrelated tasks are must be separated.
4022
4023 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
4024
4025         * gst/avi/gstavimux.c:
4026           Also support alaw/mulaw.
4027
4028 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4029
4030         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4031         (gst_multiudpsink_setup_qos_dscp), (gst_multiudpsink_add_internal):
4032         * gst/udp/gstmultiudpsink.h:
4033         Add a fixme for the auto-multicast property.
4034         Fix some confusing debug messages.
4035         Disable setting a qos value by default.
4036
4037 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4038
4039         Patch by: Gustaf Räntilä <g dot rantila at gmail dot com>
4040
4041         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
4042         Ignore EPERM errors from sendto. Fixes #533619.
4043
4044 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4045
4046         Patch by: Henrik Eriksson <henriken at axis dot com>
4047
4048         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4049         (gst_multiudpsink_init), (gst_multiudpsink_setup_qos_dscp),
4050         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
4051         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal):
4052         * gst/udp/gstmultiudpsink.h:
4053         Add qos-dscp property to manage the Quality of service. Fixes #469917.
4054
4055 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4056
4057         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_process):
4058         Improve debugging of the ident.
4059
4060 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4061
4062         Patch by: Bruno Santos <brunof at ua dot pt>
4063
4064         * gst/udp/gstudpnetutils.c: (gst_udp_get_addr),
4065         (gst_udp_join_group), (gst_udp_leave_group),
4066         (gst_udp_is_multicast):
4067         * gst/udp/gstudpnetutils.h:
4068         Provide a bunch of helper methods to deal with IPv4 and IPv6
4069         transparently.
4070
4071         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4072         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
4073         (gst_multiudpsink_get_property), (join_multicast),
4074         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
4075         (gst_multiudpsink_remove):
4076         * gst/udp/gstmultiudpsink.h:
4077         Add multicast TTL and loopback properties.
4078         Use the helper methods to implement ip4 and ip6.
4079
4080         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
4081         * gst/udp/gstudpsrc.h:
4082         Use the helper methods to implement ip4 and ip6.
4083         Fixes #515962.
4084
4085 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4086
4087         Patch by: Patrick Radizi <patrick dot radizi at axis dot com>
4088
4089         * gst/multipart/multipartdemux.c: (gst_multipart_demux_class_init),
4090         (gst_multipart_demux_get_gstname),
4091         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain):
4092         * gst/multipart/multipartdemux.h:
4093         Don't blindly copy the mime-type as the caps name because they not
4094         always map directly. Instead use a hashtable with common mappings.
4095         Fixes #533287.
4096
4097 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4098
4099         * ext/esd/esdsink.c: (gst_esdsink_write):
4100         When we post an error, we must return -1 to let the parent know that we
4101         cannot write the segment else it will loop and continue to call us again
4102         forever. Patch by Michael Meeks.
4103
4104 2008-05-20  Stefan Kost  <ensonic@users.sf.net>
4105
4106         * gst/videomixer/videomixer.c:
4107           Add missing incudes.
4108
4109 2008-05-20  Peter Kjellerstedt  <pkj@axis.com>
4110
4111         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
4112         (gst_rtp_h264_pay_handle_buffer):
4113         * gst/rtp/gstrtph264pay.h:
4114         Correct a typo (sinle -> single).
4115
4116 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4117
4118         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4119         (gst_rtp_h264_depay_init), (gst_rtp_h264_depay_set_property),
4120         (gst_rtp_h264_depay_get_property), (gst_rtp_h264_depay_setcaps),
4121         (gst_rtp_h264_depay_process):
4122         * gst/rtp/gstrtph264depay.h:
4123         Add experimental support for outputting quicktime-like AVC output in
4124         addition to the existing bytestream output.
4125
4126         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
4127         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
4128         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_payload_nal),
4129         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
4130         (gst_rtp_h264_pay_get_property):
4131         * gst/rtp/gstrtph264pay.h:
4132         Make the parsing mode configurable, for some inputs we don't need to
4133         scan every byte for start codes.
4134         Only set the marker bit on ACCESS units.
4135
4136 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
4137
4138         * gst/equalizer/gstiirequalizer.c:
4139         Use a bigger type in integer mode for the intermediate results to
4140         prevent overflows. This fixes the crippled sound when using the
4141         equalizer in integer mode. Fixes bug #510865.
4142
4143 2008-05-20  Jan Schmidt  <jan.schmidt@sun.com>
4144
4145         * gst/videomixer/videomixer.c:
4146         * gst/videomixer/videomixer.h:
4147         Instead of a random number for the request pad id's,
4148         use a counter.
4149
4150         Register the videomixerpad class from the element's class_init
4151         where it's safer, and allows the docs generator to scan it.
4152
4153 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4154
4155         * gst/smpte/Makefile.am:
4156         * gst/smpte/gstsmpte.c: (gst_smpte_plugin_init):
4157         * gst/smpte/gstsmpte.h:
4158         * gst/smpte/gstsmptealpha.c:
4159         (gst_smpte_alpha_transition_type_get_type),
4160         (gst_smpte_alpha_get_type), (gst_smpte_alpha_base_init),
4161         (gst_smpte_alpha_class_init), (gst_smpte_alpha_update_mask),
4162         (gst_smpte_alpha_setcaps), (gst_smpte_alpha_get_unit_size),
4163         (gst_smpte_alpha_init), (gst_smpte_alpha_finalize),
4164         (gst_smpte_alpha_do_ayuv), (gst_smpte_alpha_do_i420),
4165         (gst_smpte_alpha_transform), (gst_smpte_alpha_set_property),
4166         (gst_smpte_alpha_get_property), (gst_smpte_alpha_plugin_init):
4167         * gst/smpte/gstsmptealpha.h:
4168         * gst/smpte/plugin.c: (plugin_init):
4169         Add new plugin that adds the SMPTE transition in the alpha channel of
4170         I420 and AYUV frames so that they can be blended with videomixer later
4171         on. Uses all niceties such as using base transform for efficient alloc
4172         and negotiation. It currently requires GstController to control the
4173         position in the transition effect.
4174
4175 2008-05-19  Stefan Kost  <ensonic@users.sf.net>
4176
4177         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4178         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4179         * docs/plugins/gst-plugins-good-plugins.args:
4180         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4181         * docs/plugins/gst-plugins-good-plugins.interfaces:
4182         * docs/plugins/gst-plugins-good-plugins.types:
4183         * gst/videomixer/videomixer.c:
4184           Try using thaytans new mechanism to get extra classes into plugin
4185           docs. Aparently works for the Eq. For VideoMixer the GObject stuff is
4186           missing still.
4187
4188 2008-05-18  Mark Nauwelaerts  <mnauw@users.sf.net>
4189
4190         * gst/avi/gstavimux.c: (gst_avi_mux_audsink_set_caps):
4191         Set proper rate in avi stream header for PCM audio, and also do some
4192         more sanity checks on caps in this case.  Fixes #511489.
4193
4194 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
4195
4196         * sys/v4l2/gstv4l2src.c:
4197         Don't include the gstv4l2xoverlay.h header as the XOverlay support
4198         isn't implemented at all yet and this requires X headers to be
4199         installed. Fixes bug #533264.
4200
4201 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
4202
4203         reviewed by: <delete if not using a buddy>
4204
4205         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
4206         (gst_ebml_write_set_cache):
4207         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
4208         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
4209         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
4210         (gst_matroska_demux_read_track_encodings),
4211         (gst_matroska_demux_add_stream),
4212         (gst_matroska_demux_handle_src_query),
4213         (gst_matroska_demux_init_stream),
4214         (gst_matroska_demux_parse_index_cuetrack),
4215         (gst_matroska_demux_parse_index_pointentry),
4216         (gst_matroska_demux_parse_info),
4217         (gst_matroska_demux_parse_metadata_id_simple_tag),
4218         (gst_matroska_demux_parse_metadata),
4219         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
4220         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
4221         (gst_matroska_demux_parse_cluster),
4222         (gst_matroska_demux_parse_contents_seekentry),
4223         (gst_matroska_demux_loop_stream_parse_id),
4224         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
4225         (gst_matroska_demux_audio_caps),
4226         (gst_matroska_demux_subtitle_caps):
4227         * gst/matroska/matroska-demux.h:
4228         * gst/matroska/matroska-ids.c:
4229         (gst_matroska_track_init_subtitle_context):
4230         * gst/matroska/matroska-ids.h:
4231         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
4232         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start),
4233         (gst_matroska_mux_finish), (gst_matroska_mux_collected):
4234         * sys/v4l2/gstv4l2src.c:
4235         * tests/check/pipelines/wavpack.c: (bus_handler):
4236         * win32/common/config.h:
4237
4238 2008-05-16  Jan Schmidt  <jan.schmidt@sun.com>
4239
4240         * ext/wavpack/gstwavpackstreamreader.c:
4241         * tests/examples/spectrum/demo-audiotest.c:
4242         * tests/examples/spectrum/demo-osssrc.c:
4243         Fix some compiler warnings.
4244
4245 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4246
4247         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
4248         Small comment added.
4249
4250         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
4251         (gst_rtp_h264_pay_decode_nal), (gst_rtp_h264_pay_parse_sps_pps),
4252         (gst_rtp_h264_pay_payload_nal), (gst_rtp_h264_pay_handle_buffer):
4253         Debug string cleanups (remove trailing \n)
4254         Refactor and clean up the payloader a bit and make sure that we only
4255         put one NAL unit in an RTP packet even if the input buffer contains
4256         multiple NAL units.
4257         Add suport for AVC format input.
4258
4259 2008-05-14  Peter Kjellerstedt  <pkj@axis.com>
4260
4261         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
4262         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_handle_buffer),
4263         (gst_rtp_h264_pay_set_property), (gst_rtp_h264_pay_get_property):
4264         * gst/rtp/gstrtph264pay.h:
4265         Make it possible to specify profile-level-id and sprop-parameter-sets
4266         using properties in case they are not available in-stream.
4267
4268 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
4269
4270         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4271         * docs/plugins/gst-plugins-good-plugins.args:
4272         * docs/plugins/inspect/plugin-ladspa.xml:
4273           Remove ladspa fro plugin-docs, its in gst-plugins-bad.
4274
4275 2008-05-13  Mark Nauwelaerts  <mnauw@users.sf.net>
4276
4277         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
4278         Send an initial BYTE segment to inform downstream of later seeking,
4279         and to forego sync attempts.
4280
4281 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4282
4283         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_setcaps):
4284         Fix wrong caps string.
4285
4286 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4287
4288         Based on patch by: Olivier Crete <tester at tester dot ca>
4289
4290         * gst/rtp/Makefile.am:
4291         * gst/rtp/gstrtp.c: (plugin_init):
4292         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_base_init),
4293         (gst_rtp_g729_depay_class_init), (gst_rtp_g729_depay_init),
4294         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process),
4295         (gst_rtp_g729_depay_plugin_init):
4296         * gst/rtp/gstrtpg729depay.h:
4297         * gst/rtp/gstrtpg729pay.c: (gst_rtpg729pay_base_init),
4298         (gst_rtpg729pay_class_init), (gst_rtpg729pay_init),
4299         (gst_rtpg729pay_setcaps), (gst_rtp_g729_pay_plugin_init):
4300         * gst/rtp/gstrtpg729pay.h:
4301         Added G729 pay and depayloaders. Fixes #532409.
4302
4303 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4304
4305         * ext/speex/gstspeexdec.c: (speex_dec_sink_event):
4306         Fix the calculation of the duration of the concealment packets.
4307
4308 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4309
4310         Based on patch by: Olivier Crete <tester at tester dot ca>
4311
4312         * gst/rtp/Makefile.am:
4313         * gst/rtp/gstrtp.c: (plugin_init):
4314         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_base_init),
4315         (gst_rtp_dv_depay_class_init), (gst_rtp_dv_depay_init),
4316         (parse_encode), (gst_rtp_dv_depay_setcaps),
4317         (calculate_difblock_location), (gst_rtp_dv_depay_process),
4318         (gst_rtp_dv_depay_reset), (gst_rtp_dv_depay_change_state),
4319         (gst_rtp_dv_depay_plugin_init):
4320         * gst/rtp/gstrtpdvdepay.h:
4321         * gst/rtp/gstrtpdvpay.c: (gst_dv_pay_mode_get_type),
4322         (gst_rtp_dv_pay_base_init), (gst_rtp_dv_pay_class_init),
4323         (gst_rtp_dv_pay_init), (gst_dv_pay_set_property),
4324         (gst_dv_pay_get_property), (gst_rtp_dv_pay_setcaps),
4325         (gst_dv_pay_negotiate), (include_dif),
4326         (gst_rtp_dv_pay_handle_buffer), (gst_rtp_dv_pay_plugin_init):
4327         * gst/rtp/gstrtpdvpay.h:
4328         Add DV pay and depayloaders. Fixes #532423.
4329
4330 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
4331
4332         * gst/matroska/matroska-demux.c:
4333         (gst_matroska_demux_push_dvd_clut_change_event):
4334         Convert subtitle palette info in VobSub private data from VobSub's
4335         (buggy) RGB to YUV.
4336
4337 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
4338
4339         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset):
4340         Do not leave fourcc stream header field empty upon reset.
4341         Fixes #519301.
4342
4343 2008-05-11  Jan Schmidt  <jan.schmidt@sun.com>
4344
4345         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4346         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4347         * docs/plugins/inspect/plugin-goom.xml:
4348         * docs/plugins/inspect/plugin-goom2k1.xml:
4349         * gst/goom/gstgoom.c:
4350         * gst/goom2k1/gstgoom.c:
4351         Add goom2k1 into the docs.
4352
4353 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4354
4355         Based on patch by: Wouter Cloetens  <wouter at mind be>
4356
4357         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4358         (gst_rtspsrc_skip_lws), (gst_rtspsrc_unskip_lws),
4359         (gst_rtspsrc_skip_commas), (gst_rtspsrc_skip_item),
4360         (gst_rtsp_decode_quoted_string),
4361         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr),
4362         (gst_rtspsrc_setup_auth):
4363         Support Digest authentication. Fixes #532065.
4364
4365 2008-05-08  Stefan Kost  <ensonic@users.sf.net>
4366
4367         * gst/level/gstlevel.c:
4368           Also support 32bit (e.g. whe having it after 'mad'). Add more notes
4369           about whats needed for liboil acceleration. Simplify docs a bit.
4370
4371 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
4372
4373         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4374
4375         * gst/matroska/matroska-mux.c: (gst_matroska_mux_collected):
4376         Update the track duration if the old one was invalid.
4377         Fixes bug #532117.
4378
4379 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4380
4381         * gst/rtp/gstrtph264pay.c (gst_rtp_h264_pay_parse_sps_pps):
4382           Use GST_STR_NULL when trying to print sps and pps strings that could
4383           be NULL, as this might crash on some platforms.
4384
4385 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4386
4387         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4388
4389         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_setup_ddraw):
4390           Do IDirectDrawClipper_SetHWnd() if the window ID has already been
4391           set after creating the clipper.
4392
4393 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4394
4395         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4396
4397         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame):
4398           Added checking of surface lost case after an unsuccessful
4399           IDirectDrawSurface7_Lock() call.
4400           If surface is lost, return GST_FLOW_OK.
4401
4402 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4403
4404         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4405
4406         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame,
4407           WndProc, gst_directdraw_sink_window_thread):
4408           Improved Windows message loop and fixed window destruction issue.
4409           When the window which DirectDraw is rendering to is destroyed, the
4410           render/show_frame function will return GST_FLOW_ERROR.
4411           Partially fixes #520885.
4412
4413 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4414
4415         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4416
4417         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_set_caps):
4418           Fixed mid stream resolution change bug, the offscreen surface is now
4419           released when set_caps is called.
4420           Partially fixes #520885.
4421
4422 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4423
4424         * sys/directdraw/gstdirectdrawsink.c
4425           (gst_directdraw_sink_buffer_alloc):
4426           Make it so that gst_directdraw_sink_buffer_alloc uses the right
4427           width/height.
4428
4429           Especially when looking through the pool of buffers, make sure that
4430           the width/height of caps is used instead of the already negotiated
4431           dimensions.
4432           For example if a buffer with different caps is requested, i.e.
4433           higher resolution, the caller would get a buffer with the old
4434           dimensions and thus corrupt the heap.
4435
4436 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4437
4438         * sys/directdraw/gstdirectdrawsink.c
4439           (gst_directdraw_sink_buffer_alloc):
4440           Clear the flags on recycled buffers from buffer_alloc.
4441           Partially fixes #520885.
4442
4443 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4444
4445         * gst/rtp/gstrtpilbcpay.c:
4446           Added missing stdlib.h include for strtol(), and made include ordering and
4447           style consistent with the corresponding depayloader.
4448
4449 2008-05-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
4450
4451         * configure.ac:
4452           Error out if we don't have the required core/base versions.
4453
4454 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
4455
4456         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4457
4458         * sys/osxvideo/cocoawindow.m:
4459         Fix compiler warnings on PPC64. Fixes bug #499318.
4460
4461 2008-05-05  Wim Taymans  <wim.taymans@collabora.co.uk>
4462
4463         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4464
4465         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (gst_rtspsrc_open):
4466         Don't leak file descriptors on error. Fixes #531532.
4467
4468 2008-05-03  Sebastian Dröge  <slomo@circular-chaos.org>
4469
4470         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
4471         (gst_gconf_audio_src_change_state):
4472         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
4473         (gst_gconf_video_sink_change_state):
4474         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
4475         (gst_gconf_video_src_change_state):
4476         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
4477         (gst_switch_commit_new_kid), (gst_switch_sink_change_state):
4478         When we can't create a fakesink/fakesrc complain instead of unreffing
4479         NULL pointers and crashing later. See bug #530535.
4480
4481 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4482
4483         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
4484         Add some more debug info and guard against small payloads.
4485
4486         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
4487         Set duration on outgoing buffers because we can.
4488
4489 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4490
4491         Patch by: Olivier Crete <tester at tester dot ca>
4492
4493         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps),
4494         (gst_speex_enc_init), (gst_speex_enc_chain):
4495         Add negotiation for the speex channels and rate. Fixes #465146.
4496
4497 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4498
4499         Patch by: Olivier Crete <tester at tester dot ca>
4500
4501         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init),
4502         (gst_rtp_speex_pay_getcaps):
4503         Add negotiation for the speex channels and rate. See #465146.
4504
4505 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4506
4507         Patch by: Olivier Crete <tester at tester dot ca>
4508
4509         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_class_init),
4510         (gst_rtpilbcpay_sink_setcaps), (gst_rtpilbcpay_sink_getcaps):
4511         Add negotiation for the ILBC mode. See #465146.
4512
4513 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
4514
4515         * ext/soup/gstsouphttpsrc.c:
4516           Include stdlib to fix the build. Use g_free instead of free, libsoup
4517           uses glib.
4518
4519 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4520
4521         Patch by: j^ <j@bootlab.org>
4522
4523         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
4524         Add more mpeg2 variants. Fixes #530886.
4525
4526 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
4527
4528         Patch by: Youness Alaoui <youness.alaoui at collabora co uk>
4529
4530         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
4531           Don't error out if we get an ICMP destination-unreachable
4532           message when trying to read packets on win32 (#529454).
4533
4534 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
4535
4536         * configure.ac:
4537         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
4538           Use new error code for encrypted streams (which requires core CVS).
4539
4540 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
4541
4542         * gst/qtdemux/qtdemux.c: (gst_qtdemux_videosrc_template),
4543           (gst_qtdemux_audiosrc_template):
4544           Fix swapped pad template names, spotted by Thiago Sousa Santos.
4545
4546 2008-04-30  Wim Taymans  <wim.taymans@collabora.co.uk>
4547
4548         * ext/speex/gstspeexdec.c: (speex_dec_sink_event),
4549         (speex_dec_chain_parse_data):
4550         Produce concealment data when time progresses in a segment update.
4551
4552 2008-04-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4553
4554         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data),
4555         (speex_dec_chain):
4556         Try to preserve input timestamps when we can.
4557         Do beginnings of error concealment.
4558
4559 2008-04-28  Michael Smith <msmith@songbirdnest.com>
4560
4561         * gst/debug/gstnavigationtest.c:
4562           MSVC doesn't provide rint(), define an adequate replacement locally as
4563           elsewhere.
4564
4565 2008-04-28  Julien Moutte  <julien@fluendo.com>
4566
4567         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop): Fix printf
4568         format to pacify Mac OSX's gcc.
4569
4570 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4571
4572         * gst/debug/rndbuffersize.c: (DEFAULT_SEED), (DEFAULT_MIN),
4573           (DEFAULT_MAX), (src_template), (sink_template),
4574           (gst_rnd_buffer_size_base_init), (gst_rnd_buffer_size_class_init),
4575           (gst_rnd_buffer_size_init), (gst_rnd_buffer_size_activate),
4576           (gst_rnd_buffer_size_loop), (gst_rnd_buffer_size_plugin_init):
4577           Bring rndbuffersize element into a state that doesn't require us
4578           to move it to -bad immediately. For one, fix up default min/max
4579           values so that the element actuall works using the default values.
4580           Also, don't ignore flow return values and do some kind of minimal
4581           eos logic. Allow min=max to pull fixed-sized buffers. Bunch of
4582           other gratuitious clean-ups.
4583
4584 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4585
4586         * docs/plugins/Makefile.am:
4587         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4588         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4589         * docs/plugins/gst-plugins-good-plugins.args:
4590         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4591         * docs/plugins/gst-plugins-good-plugins.interfaces:
4592         * docs/plugins/gst-plugins-good-plugins.prerequisites:
4593         * docs/plugins/inspect/plugin-1394.xml:
4594         * docs/plugins/inspect/plugin-aasink.xml:
4595         * docs/plugins/inspect/plugin-alaw.xml:
4596         * docs/plugins/inspect/plugin-alpha.xml:
4597         * docs/plugins/inspect/plugin-alphacolor.xml:
4598         * docs/plugins/inspect/plugin-annodex.xml:
4599         * docs/plugins/inspect/plugin-apetag.xml:
4600         * docs/plugins/inspect/plugin-audiofx.xml:
4601         * docs/plugins/inspect/plugin-auparse.xml:
4602         * docs/plugins/inspect/plugin-autodetect.xml:
4603         * docs/plugins/inspect/plugin-avi.xml:
4604         * docs/plugins/inspect/plugin-cacasink.xml:
4605         * docs/plugins/inspect/plugin-cairo.xml:
4606         * docs/plugins/inspect/plugin-cdio.xml:
4607         * docs/plugins/inspect/plugin-cutter.xml:
4608         * docs/plugins/inspect/plugin-debug.xml:
4609         * docs/plugins/inspect/plugin-dv.xml:
4610         * docs/plugins/inspect/plugin-efence.xml:
4611         * docs/plugins/inspect/plugin-effectv.xml:
4612         * docs/plugins/inspect/plugin-equalizer.xml:
4613         * docs/plugins/inspect/plugin-esdsink.xml:
4614         * docs/plugins/inspect/plugin-flac.xml:
4615         * docs/plugins/inspect/plugin-flxdec.xml:
4616         * docs/plugins/inspect/plugin-gamma.xml:
4617         * docs/plugins/inspect/plugin-gconfelements.xml:
4618         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
4619         * docs/plugins/inspect/plugin-goom.xml:
4620         * docs/plugins/inspect/plugin-halelements.xml:
4621         * docs/plugins/inspect/plugin-icydemux.xml:
4622         * docs/plugins/inspect/plugin-id3demux.xml:
4623         * docs/plugins/inspect/plugin-jpeg.xml:
4624         * docs/plugins/inspect/plugin-level.xml:
4625         * docs/plugins/inspect/plugin-matroska.xml:
4626         * docs/plugins/inspect/plugin-monoscope.xml:
4627         * docs/plugins/inspect/plugin-mulaw.xml:
4628         * docs/plugins/inspect/plugin-multifile.xml:
4629         * docs/plugins/inspect/plugin-multipart.xml:
4630         * docs/plugins/inspect/plugin-navigationtest.xml:
4631         * docs/plugins/inspect/plugin-ossaudio.xml:
4632         * docs/plugins/inspect/plugin-png.xml:
4633         * docs/plugins/inspect/plugin-quicktime.xml:
4634         * docs/plugins/inspect/plugin-rtp.xml:
4635         * docs/plugins/inspect/plugin-rtsp.xml:
4636         * docs/plugins/inspect/plugin-shout2send.xml:
4637         * docs/plugins/inspect/plugin-smpte.xml:
4638         * docs/plugins/inspect/plugin-spectrum.xml:
4639         * docs/plugins/inspect/plugin-speex.xml:
4640         * docs/plugins/inspect/plugin-taglib.xml:
4641         * docs/plugins/inspect/plugin-udp.xml:
4642         * docs/plugins/inspect/plugin-video4linux2.xml:
4643         * docs/plugins/inspect/plugin-videobalance.xml:
4644         * docs/plugins/inspect/plugin-videobox.xml:
4645         * docs/plugins/inspect/plugin-videocrop.xml:
4646         * docs/plugins/inspect/plugin-videoflip.xml:
4647         * docs/plugins/inspect/plugin-videomixer.xml:
4648         * docs/plugins/inspect/plugin-wavenc.xml:
4649         * docs/plugins/inspect/plugin-wavpack.xml:
4650         * docs/plugins/inspect/plugin-wavparse.xml:
4651         * docs/plugins/inspect/plugin-ximagesrc.xml:
4652           Add docs for gdkpixbufsink; update docs to CVS version.
4653
4654 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4655
4656         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
4657         Remove test sync-offset by default.
4658
4659 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4660
4661         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_chain):
4662         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add_internal):
4663         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
4664           Use GLib versions of htonl, htons, ntohl and ntohs in order
4665           to avoid problems on win32 (#529707).
4666
4667 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4668
4669         Patch by: Jesús Corrius <jesus at softcatala org>
4670
4671         * gst/goom/filters.c: (zoomVector):
4672         * gst/goom/goom_core.c: (init_buffers):
4673           Fix build with mingw32: use rand() instead of random() and
4674           replace bzero() with memset(). Fixes #529692.
4675
4676 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4677
4678         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows):
4679         Fix typo in comments.
4680
4681         * tests/examples/rtp/client-H263p-PCMA.sdp:
4682         * tests/examples/rtp/client-H263p-PCMA.sh:
4683         * tests/examples/rtp/client-H264-PCMA.sdp:
4684         * tests/examples/rtp/client-H264-PCMA.sh:
4685         * tests/examples/rtp/client-H264.sdp:
4686         * tests/examples/rtp/client-H264.sh:
4687         * tests/examples/rtp/client-PCMA.sdp:
4688         * tests/examples/rtp/client-PCMA.sh:
4689         * tests/examples/rtp/server-alsasrc-PCMA.sh:
4690         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
4691         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
4692         Add some more docs and fix examples.
4693
4694 2008-04-25  Sebastian Dröge  <slomo@circular-chaos.org>
4695
4696         * tests/check/elements/multifile.c:
4697         Include stdlib.h and unistd.h for mkdtemp. Some platforms have it
4698         declared in the former, some have it declared in the latter.
4699
4700 2008-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
4701
4702         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_set_property):
4703         * gst/debug/tests.c: (md5_get_value):
4704         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
4705         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
4706         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
4707         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
4708         Stop using deprecated GLib functions.
4709
4710 2008-04-24  Jan Schmidt  <jan.schmidt@sun.com>
4711
4712         * configure.ac:
4713         Back to development -> 0.10.8.1
4714
4715 === release 0.10.8 ===
4716
4717 2008-04-23  Jan Schmidt <jan.schmidt@sun.com>
4718
4719         * configure.ac:
4720           releasing 0.10.8, "One For The Money"
4721
4722 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
4723
4724         * configure.ac:
4725         0.10.7.4 pre-release
4726
4727 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
4728
4729         * gst/goom/config_param.c: (goom_plugin_parameters_free):
4730         * gst/goom/convolve_fx.c: (convolve_init), (convolve_free):
4731         * gst/goom/filters.c: (zoomFilterVisualFXWrapper_free):
4732         * gst/goom/flying_stars_fx.c: (fs_free):
4733         * gst/goom/goom_config_param.h:
4734         * gst/goom/goom_core.c: (goom_init), (goom_close):
4735         * gst/goom/goom_plugin_info.h:
4736         * gst/goom/gstgoom.c: (gst_goom_finalize):
4737         * gst/goom/lines.c: (goom_lines_free):
4738         * gst/goom/plugin_info.c: (plugin_info_init), (plugin_info_free):
4739         * gst/goom/surf3d.c: (grid3d_free):
4740         * gst/goom/surf3d.h:
4741         * gst/goom/tentacle3d.c: (tentacle_free):
4742         Free a bunch of stuff, and initialise things to fix leaks
4743         and valgrind warnings in the testsuite.
4744
4745         Fixes: #529268
4746
4747 2008-04-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4748
4749         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (request_pt_map),
4750         (gst_rtspsrc_configure_caps):
4751         Ref caps as the return value for the request_pt_map signal.
4752         Remove some caps weirdness when configuring a stream. See #528245.
4753
4754 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
4755
4756         * tests/icles/gdkpixbufsink-test.c:
4757           Add cast to placate gcc 4.1.2.
4758
4759 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
4760
4761         * configure.ac:
4762         0.10.7.3 pre-release
4763
4764 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
4765
4766         * tests/check/Makefile.am:
4767         Disable some more elements in the state test.
4768         Add a define so the soup test can find the test files
4769         it needs at runtime.
4770
4771         * tests/check/elements/souphttpsrc.c: (run_server):
4772
4773         Add a define so the soup test can find the test files
4774         it needs at runtime.
4775
4776 2008-04-17  Jan Schmidt  <Jan.Schmidt@sun.com>
4777
4778         * gst/goom/convolve_fx.c: (convolve_apply):
4779         Don't ever draw the GOOM logo.
4780         Fixes: #528615
4781
4782 2008-04-17  Edward Hervey  <edward.hervey@collabora.co.uk>
4783
4784         * ext/cdio/gstcdiocddasrc.c:
4785         * ext/dv/gstdvdemux.c: 
4786         gst_atomic_int_set ==> g_atomic_int_set
4787
4788 2008-04-16  Tim-Philipp Müller  <tim at centricular dot net>
4789
4790         * configure.ac:
4791         * gst/goom/Makefile.am:
4792         * gst/goom/convolve_fx.c:
4793         * gst/goom/default_scripts.h:
4794         * gst/goom/goom.h:
4795         * gst/goom/goom_core.c: (choose_a_goom_line):
4796         * gst/goom/goom_plugin_info.h:
4797         * gst/goom/goomsl.c:
4798         * gst/goom/goomsl.h:
4799         * gst/goom/goomsl_hash.c:
4800         * gst/goom/goomsl_hash.h:
4801         * gst/goom/goomsl_heap.c:
4802         * gst/goom/goomsl_heap.h:
4803         * gst/goom/goomsl_private.h:
4804         * gst/goom/plugin_info.c:
4805           Strip out the config/script parsing stuff, we don't need it.
4806           Fixes #527999.
4807
4808 2008-04-15  Tim-Philipp Müller  <tim at centricular dot net>
4809
4810         * gst/goom/plugin_info.c: (setOptimizedMethods):
4811           Disable altivec optimisations for 32-bit PPC as well to make
4812           things build properly on all PPC systems. Fixes #528143
4813
4814 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
4815
4816         * gst-plugins-good.spec.in:
4817           Update for souphttpsrc plugin which has moved to -good.
4818
4819 2008-04-14  Jan Schmidt  <Jan.Schmidt@sun.com>
4820
4821         * gst/matroska/matroska-demux.c:
4822         (gst_matroska_demux_handle_seek_event):
4823         Fix open-ended seeks in matroskademux
4824         Patch by: Mark Nauwelaerts <manauw skynet be>
4825         Fixes: #526557
4826
4827 2008-04-14  Jan Schmidt  <jan.schmidt@sun.com>
4828
4829         * tests/check/Makefile.am:
4830         Add soup test certificates to the dist.
4831
4832 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
4833
4834         * ext/Makefile.am:
4835         Remove LADSPA reference I missed.
4836
4837 2008-04-13  Sebastian Dröge  <slomo@circular-chaos.org>
4838
4839         * ext/soup/gstsouphttpsrc.c: (plugin_init):
4840         Give souphttpsrc GST_RANK_PRIMARY to make it the default HTTP source
4841         over gnome-vfs and everything else. Fixes bug #527848.
4842
4843 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
4844
4845         * configure.ac:
4846         * ext/Makefile.am:
4847         Remove LADSPA plugin. Fixes: #515978
4848
4849 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
4850
4851         * configure.ac:
4852         * docs/plugins/Makefile.am:
4853         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4854         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4855         * docs/plugins/gst-plugins-good-plugins.args:
4856         * docs/plugins/inspect/plugin-soup.xml:
4857         * ext/Makefile.am:
4858         * tests/check/Makefile.am:
4859         Move soup plugin from -bad (Fixes: #523124)
4860
4861 2008-04-11  Jan Schmidt  <Jan.Schmidt@sun.com>
4862
4863         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_header):
4864         Fix bounds checking of mode in Speex header, which may
4865         produce negative numbers in speex <= 1.1.12
4866
4867 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
4868
4869         * gst/goom/Makefile.am:
4870         * gst/goom/gfontlib.c:
4871         * gst/goom/gfontlib.h:
4872         * gst/goom/gfontrle.c:
4873         * gst/goom/gfontrle.h:
4874         * gst/goom/goom.h:
4875         * gst/goom/goom_core.c: (goom_update):
4876         * gst/goom/goom_plugin_info.h:
4877         * gst/goom/gstgoom.c: (gst_goom_chain):
4878         * gst/goom/plugin_info.c:
4879           Remove a bunch of font/text related code that we don't need.
4880
4881 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
4882
4883         * gst/goom/ppc_drawings.s:
4884         * gst/goom/ppc_zoom_ultimate.s:
4885           Change license of these files to LGPL, as permitted by the
4886           author, Guillaume Borios. See #515073.
4887
4888 2008-04-09  Stefan Kost  <ensonic@users.sf.net>
4889
4890         * gst/goom/convolve_fx.c:
4891         * gst/goom/motif_goom1.h:
4892         * gst/goom/motif_goom2.h:
4893           As hinted in Bug #518213, revert one change and fix warnings properly.
4894           This fixes both #518213 and #520073 for me.     
4895
4896 2008-04-09  Jan Schmidt  <Jan.Schmidt@sun.com>
4897
4898         * gst/matroska/ebml-read.c: (gst_ebml_read_seek):
4899         * gst/matroska/matroska-demux.c:
4900         (gst_matroska_demux_handle_seek_event),
4901         (gst_matroska_demux_parse_contents_seekentry),
4902         (gst_matroska_demux_loop):
4903         Fix the Forte build by making function declaration signatures
4904         match the implementations.
4905
4906 2008-04-08  Tim-Philipp Müller  <tim at centricular dot net>
4907
4908         * sys/oss/gstosshelper.c: (gst_oss_helper_rate_check_rate):
4909         * sys/oss/gstosssink.c: (gst_oss_sink_reset):
4910         * sys/oss/gstosssrc.c: (gst_oss_src_reset):
4911           More logging when probing (see #518474), some comments in _reset().
4912
4913 2008-04-07  Julien Moutte  <julien@fluendo.com>
4914
4915         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps): Fix build
4916         because of a bad argument number.
4917
4918 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
4919
4920         * tests/icles/.cvsignore:
4921         * tests/icles/Makefile.am:
4922         * tests/icles/gdkpixbufsink-test.c:
4923           Interactive test app for gdkpixbufsink.
4924
4925 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
4926
4927         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
4928
4929         * configure.ac:
4930         Actually build dlls when cross-compiling with mingw32.
4931         Fixes bug #526247.
4932
4933 2008-04-05  Tim-Philipp Müller  <tim at centricular dot net>
4934
4935         * ext/hal/hal.c: (gst_hal_get_alsa_element):
4936           Don't munge device string to 'default:x' for capture devices.
4937           Fixes #525833.
4938
4939 2008-04-04  Sebastian Dröge  <slomo@circular-chaos.org>
4940
4941         * ext/wavpack/gstwavpackparse.c:
4942         (gst_wavpack_parse_index_entry_free):
4943         Always use GSlice as we actually depend on GLib 2.12 already.
4944
4945 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
4946
4947         * configure.ac:
4948           Require core/base 0.10.18 for ARGB caps parsing fixes in libgstvideo.
4949           Also bump the GLib requirement to the current de-facto requirement
4950           (ie. 2.12).
4951
4952 2008-04-04  Wim Taymans  <wim.taymans@collabora.co.uk>
4953
4954         * gst/rtp/gstrtph264pay.c: (encode_base64),
4955         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_handle_buffer):
4956         * gst/rtp/gstrtph264pay.h:
4957         Parse codec_data for future AVC compatibility.
4958         Fail when we encounter AVC data for now.
4959
4960 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
4961
4962         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
4963           (gst_spectrum_init), (gst_spectrum_set_property),
4964           (gst_spectrum_get_property), (gst_spectrum_message_new):
4965           Rename property enums and default defines for the properties to match
4966           the property names and rephrase property descriptions to make them a
4967           bit clearer (hopefully). See #518188.
4968
4969 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
4970
4971         * tests/check/Makefile.am:
4972         * tests/check/elements/.cvsignore:
4973         * tests/check/elements/gdkpixbufsink.c:
4974           Add unit test for gdkpixbufsink element.
4975
4976 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
4977
4978         * ext/gdk_pixbuf/Makefile.am:
4979         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
4980         * ext/gdk_pixbuf/gstgdkpixbufsink.c:
4981           (gst_gdk_pixbuf_sink_base_init),
4982           (gst_gdk_pixbuf_sink_class_init), (gst_gdk_pixbuf_sink_init),
4983           (gst_gdk_pixbuf_sink_start), (gst_gdk_pixbuf_sink_stop),
4984           (gst_gdk_pixbuf_sink_set_caps),
4985           (gst_gdk_pixbuf_sink_pixbuf_destroy_notify),
4986           (gst_gdk_pixbuf_sink_get_pixbuf_from_buffer),
4987           (gst_gdk_pixbuf_sink_handle_buffer), (gst_gdk_pixbuf_sink_preroll),
4988           (gst_gdk_pixbuf_sink_render), (gst_gdk_pixbuf_sink_set_property),
4989           (gst_gdk_pixbuf_sink_get_property):
4990         * ext/gdk_pixbuf/gstgdkpixbufsink.h:
4991           Add gdkpixbufsink element for easy snapshotting (#525946).
4992
4993 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
4994
4995         * tests/check/pipelines/wavpack.c: (wavpack_suite):
4996         Bump timeout from 3 to 60 seconds.
4997
4998 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
4999
5000         * tests/check/pipelines/.cvignore:
5001         Remove useless file.
5002
5003         * tests/check/pipelines/.cvsignore:
5004         Add new test to .cvsignore.
5005
5006 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5007
5008         * tests/check/Makefile.am:
5009         * tests/check/pipelines/wavpack.c: (bus_handler),
5010         (identity_handoff), (fakesink_handoff), (GST_START_TEST),
5011         (wavpack_suite), (main):
5012         Add unit test that encodes and decodes some data, checks that it
5013         is still the same and that all timestamps/offsets are perfect.
5014
5015 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5016
5017         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
5018         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init):
5019         * ext/wavpack/gstwavpackparse.c:
5020         (gst_wavpack_parse_index_entry_new),
5021         (gst_wavpack_parse_index_entry_free),
5022         (gst_wavpack_parse_base_init),
5023         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset):
5024         Use GSlice for allocating index entries and use
5025         gst_element_class_set_details_simple().
5026
5027 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
5028
5029         Patch by: Brian Cameron <brian.cameron at sun dot com>
5030
5031         * sys/sunaudio/gstsunaudio.c:
5032         * sys/sunaudio/gstsunaudiomixer.c:
5033         * sys/sunaudio/gstsunaudiomixer.h:
5034         * sys/sunaudio/gstsunaudiomixerctrl.c:
5035         * sys/sunaudio/gstsunaudiomixerctrl.h:
5036         * sys/sunaudio/gstsunaudiomixertrack.c:
5037         * sys/sunaudio/gstsunaudiomixertrack.h:
5038         * sys/sunaudio/gstsunaudiosink.c:
5039         * sys/sunaudio/gstsunaudiosink.h:
5040         * sys/sunaudio/gstsunaudiosrc.c:
5041         * sys/sunaudio/gstsunaudiosrc.h:
5042           Fix up copyrights (#525860).
5043
5044 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
5045
5046         * gst/goom/goomsl.c: (gsl_read_file):
5047           Check return value of fread() to avoid compiler warnings.
5048
5049 2008-04-01  Wim Taymans  <wim.taymans@collabora.co.uk>
5050
5051         Based on patch by: Mersad Jelacic <mersad at axis dot com>
5052
5053         * gst/law/alaw-decode.c: (gst_alaw_dec_sink_setcaps),
5054         (gst_alaw_dec_chain), (gst_alaw_dec_change_state):
5055         * gst/law/alaw-decode.h:
5056         * gst/law/alaw-encode.c: (gst_alaw_enc_chain):
5057         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
5058         (gst_mulawdec_chain), (gst_mulawdec_change_state):
5059         * gst/law/mulaw-decode.h:
5060         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
5061         Make negotiation a bit modern.
5062         Use pad_alloc. Fixes #525359.
5063
5064 2008-03-31  David Schleef  <ds@schleef.org>
5065
5066         * gst/goom/xmmx.c: Fix constraints on asm code so that it
5067           compiles consistently.  Fixes #522278.
5068
5069 2008-03-27  Tim-Philipp Müller  <tim at centricular dot net>
5070
5071         Patch by: Brian Cameron <brian.cameron at sun dot com>
5072
5073         * sys/sunaudio/gstsunaudiomixerctrl.c:
5074           (gst_sunaudiomixer_ctrl_get_volume),
5075           (gst_sunaudiomixer_ctrl_set_volume):
5076         * sys/sunaudio/gstsunaudiomixertrack.c: (gst_sunaudiomixer_track_new):
5077           Fix up the mixer tracks to use a volume range of 0-255, which is what
5078           the sun audio API uses. This simplifies the code and avoids rounding
5079           errors. Fixes #524593.
5080
5081 2008-03-26  Edgard Lima  <edgard.lima@indt.org.br>
5082
5083         * sys/v4l2/gstv4l2object.c:
5084         * sys/v4l2/gstv4l2object.h:
5085         Add device-fd property to make it possible to apps to call ioctl's.
5086
5087 2008-03-25  Wim Taymans  <wim.taymans@collabora.co.uk>
5088
5089         * gst/qtdemux/qtdemux.c: (next_entry_size):
5090         Unbreak streaming mode again.
5091
5092 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
5093
5094         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
5095           Remove superfluous DEBUG macro.
5096
5097 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
5098
5099         Based on patch by: William M. Brack <wbrack at mmm com hk>
5100
5101         * sys/v4l2/v4l2src_calls.c: (fractions_are_equal),
5102           (gst_v4l2src_set_capture):
5103           Check whether the device supports setting the framerate before
5104           trying to set it and then posting a warning or error if it doesn't
5105           work (#516649, #520092). Also compare fractions more correctly.
5106
5107 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
5108
5109         * gst/goom/Makefile.am:
5110           Remove ppc assembler optimisations from the build until they
5111           actually build (they also seem to have GPL headers).
5112
5113 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
5114
5115         * m4/Makefile.am:
5116           Better not dist files that don't exist any longer (lrint*m4).
5117
5118 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
5119
5120         * configure.ac:
5121         * m4/lrint.m4:
5122         * m4/lrintf.m4:
5123         Remove lrint/lrintf checks. We don't use it anywhere.
5124
5125 2008-03-18  Andy Wingo  <wingo@pobox.com>
5126
5127         * sys/osxvideo/osxvideosink.m
5128         (gst_osx_video_sink_osxwindow_destroy)
5129         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
5130         task, whoopdee.
5131         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
5132         2 ms.
5133
5134 2008-03-18  Andy Wingo  <wingo@pobox.com>
5135
5136         * sys/osxvideo/osxvideosink.m
5137         (gst_osx_video_sink_osxwindow_destroy)
5138         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
5139         task, whoopdee.
5140         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
5141         2 ms.
5142         
5143 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
5144
5145         Patch by: William M. Brack <wbrack at mmm com hk>
5146
5147         * sys/v4l2/v4l2src_calls.c:
5148           (gst_v4l2src_probe_caps_for_format_and_size),
5149           (gst_v4l2src_probe_caps_for_format):
5150           Make sure the probed frame sizes are reversed in the resulting
5151           caps also when using V4L2_FRMSIZE_STEPWISE (so they end up
5152           highest resolution first); also remove unused variable.
5153           (Partly fixes #520092)
5154
5155 2008-03-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5156
5157         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5158
5159         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
5160         (gst_rtspsrc_finalize):
5161         Call WSAStartup() and WSACleanup before using the Winsock API.
5162         See #520808.
5163
5164 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5165
5166         * gst/avi/gstavidemux.c:
5167           Erm, the buffer-size is just guint, no need for the special format
5168           specifier.
5169
5170 2008-03-16  Tim-Philipp Müller  <tim at centricular dot net>
5171
5172         * gst/goom/plugin_info.c:
5173         * gst/goom/ppc_zoom_ultimate.h:
5174           Small fixes to build more on PPC: ifdef out code that uses unknown
5175           define; add newline at end of header file to avoid compiler warning.
5176           Assembler code still doesn't build though.
5177
5178 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5179
5180         * gst/avi/gstavidemux.c:
5181           Fix up my last commit. Use G_GUINT32_FORMAT for the guint32 debug log.
5182           Also downgrade a GST_WARNING to GST_DEBUG and add a comment.
5183
5184 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5185
5186         * gst/avi/gstavidemux.c:
5187           Chunksize is uint32. Fix format specifier.
5188
5189 2008-03-14  Christian Schaller <christian.schaller@collabora.co.uk>
5190
5191         * gst/rtsp/COPYING.MIT: Remove extra line that got copied over by
5192         mistake. Return file to pure MIT text.
5193
5194 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
5195
5196         * gst/audiofx/audiofx.c:
5197         Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead
5198         of hardcoding values.
5199
5200 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
5201
5202         Patch by: Mark Nauwelaerts <manauw skynet be>
5203
5204         * sys/oss/gstosssrc.c: (gst_oss_src_init), (gst_oss_src_getcaps),
5205           (gst_oss_src_close):
5206         * sys/oss/gstosssrc.h:
5207           Cache probed caps, so _get_caps() during recording doesn't cause
5208           ioctl calls which may disrupt the recording (fixes #521875).
5209
5210 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
5211
5212         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
5213         (gst_qtdemux_activate_segment),
5214         (gst_qtdemux_prepare_current_sample),
5215         (gst_qtdemux_loop_state_movie), (qtdemux_parse_trak):
5216         Make sure we always send a DISCONT after a seek by setting the sample
5217         index to an undefined value after a seek.
5218
5219 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
5220
5221         * gst/avi/gstavisubtitle.h: (GST_IS_AVI_SUBTITLE),
5222           (GST_IS_AVI_SUBTITLE_CLASS):
5223           Fix up IS_FOO macros, which makes gtk-doc much happier.
5224
5225 2008-03-08  Tim-Philipp Müller  <tim at centricular dot net>
5226
5227         * tests/icles/Makefile.am:
5228           Move the -lgstfoo where it belongs.
5229
5230 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5231
5232         * gst/matroska/ebml-ids.h:
5233         Add ID for EBML CRC32 elements.
5234
5235         * gst/matroska/Makefile.am:
5236         * gst/matroska/ebml-read.c: (gst_ebml_finalize),
5237         (gst_ebml_read_class_init), (gst_ebml_read_peek_bytes),
5238         (gst_ebml_read_get_length), (_ext2dbl), (gst_ebml_read_float),
5239         (gst_ebml_read_header):
5240         Support reading 80bit floats, add finalize method to clean up
5241         in any case, support reading length/id elements with any length
5242         as long as it's smaller than our supported maximum, don't leak
5243         buffers if reading as much data as we wanted failed and some
5244         smaller cleanup.
5245
5246 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5247
5248         Patch by: Olivier Crete <tester at tester dot ca>
5249
5250         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
5251         Check that a buffer is large enough before reading from it.
5252         Fixes bug #521102.
5253         
5254 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5255
5256         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
5257         Fix compilation after removing the GstPollMode from the
5258         constructor.
5259
5260 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
5261
5262         * configure.ac:
5263         * gst/audiofx/Makefile.am:
5264         * gst/audiofx/audiochebband.c:
5265         * gst/audiofx/audiocheblimit.c:
5266         * gst/audiofx/math_compat.h:
5267         Check for sinh(), cosh() and asinh() and define our own
5268         implementations if they're not available. Fixes bug #520880.
5269
5270 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
5271
5272         Patch by: Olivier Crete <tester at tester dot ca>
5273
5274         * ext/speex/gstspeexenc.c: (gst_speex_enc_chain):
5275         Unref the buffers only once when handling not-negotiated errors.
5276         Fixes bug #520764.
5277
5278 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5279
5280         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5281
5282         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize), (gst_udpsrc_start),
5283         (gst_udpsrc_stop):
5284         Properly balance WSA_Cleanup with WSA_Startup.
5285         Also make the poll controllable on windows. Fixes #520888.
5286
5287 2008-03-06  Wim Taymans  <wim.taymans@collabora.co.uk>
5288
5289         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
5290         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
5291         (gst_ebml_read_element_length), (gst_ebml_peek_id),
5292         (gst_ebml_read_skip), (gst_ebml_read_buffer),
5293         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
5294         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_utf8),
5295         (gst_ebml_read_date), (gst_ebml_read_master),
5296         (gst_ebml_read_binary), (gst_ebml_read_header):
5297         * gst/matroska/ebml-read.h:
5298         * gst/matroska/matroska-demux.c:
5299         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
5300         (gst_matroska_demux_read_track_encodings),
5301         (gst_matroska_demux_add_stream),
5302         (gst_matroska_demux_handle_src_query),
5303         (gst_matroska_demux_handle_seek_event),
5304         (gst_matroska_demux_init_stream),
5305         (gst_matroska_demux_parse_tracks),
5306         (gst_matroska_demux_parse_index_cuetrack),
5307         (gst_matroska_demux_parse_index_pointentry),
5308         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
5309         (gst_matroska_demux_parse_metadata_id_simple_tag),
5310         (gst_matroska_demux_parse_metadata_id_tag),
5311         (gst_matroska_demux_parse_metadata),
5312         (gst_matroska_demux_sync_streams),
5313         (gst_matroska_demux_push_hdr_buf),
5314         (gst_matroska_demux_push_flac_codec_priv_data),
5315         (gst_matroska_demux_push_xiph_codec_priv_data),
5316         (gst_matroska_demux_add_wvpk_header),
5317         (gst_matroska_demux_check_subtitle_buffer),
5318         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
5319         (gst_matroska_demux_parse_cluster),
5320         (gst_matroska_demux_parse_contents_seekentry),
5321         (gst_matroska_demux_parse_contents),
5322         (gst_matroska_demux_loop_stream_parse_id),
5323         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop):
5324         * gst/matroska/matroska-demux.h:
5325         * gst/matroska/matroska-ids.h:
5326         Handle return values from pull_range in a more granular way to properly
5327         shut down on seeks.
5328         Combine return values from push.
5329         Implement proper error handling.
5330         Prepare for handling seeking correctly.
5331
5332 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
5333
5334         * gst/matroska/ebml-read.c:
5335         Use GINT64 formatting constants from GLIB.
5336
5337         * gst/matroska/matroska-demux.c:
5338         Add some guards to avoid a possible division by 0 and crashing
5339         with NULL events on some systems.
5340         Use gst_gdouble_to_guint64 somewhere instead of an implicit
5341         conversion. 
5342
5343         * gst/matroska/matroska-mux.c:
5344         Check for invalid timestamps in a bunch of places to avoid
5345         writing bogus durations into the output file.
5346         Fix some double<->gint64 conversions that weren't using
5347         gst_guint64_to_gdouble
5348
5349 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
5350
5351         * configure.ac:
5352         Move the checks for bison, flex and as to the program section and the
5353         check for gcc inline asm to the compiler characteristics section.
5354
5355 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
5356
5357         * configure.ac:
5358         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
5359         plug-ins are included/excluded. (#498222)
5360
5361 2008-02-29  Michael Smith <msmith@fluendo.com>
5362
5363         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
5364           Don't call gst_object_sync_values() unless we have a valid timestamp.
5365
5366 2008-02-28  David Schleef  <ds@schleef.org>
5367
5368         * gst/matroska/matroska-demux.c:
5369         * gst/matroska/matroska-ids.h:
5370         * gst/matroska/matroska-mux.c:
5371           Fix Dirac mapping.  I had previously added a VfW-type
5372           mapping, but it looks like Dirac will get a native Matroska
5373           mapping, and this is the most likely method.
5374
5375 2008-02-28  David Schleef  <ds@schleef.org>
5376
5377         * gst/avi/gstavimux.c: Add Dirac encoding
5378
5379 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
5380
5381         Patch by: Peter Kjellerstedt <pkj at axis com>
5382
5383         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
5384         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_unlock),
5385         (gst_udpsrc_unlock_stop), (gst_udpsrc_stop):
5386         * gst/udp/gstudpsrc.h:
5387         Port to GstPoll. See #505417.
5388
5389 2008-02-28  Sebastian Dröge  <slomo@circular-chaos.org>
5390
5391         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
5392         Return GST_FLOW_NOT_NEGOTIATED when the caps are not set
5393         yet on the srcpad. We need rate and channels before we
5394         can do any processing. Fixes bug #519088.
5395
5396 2008-02-26  Jan Schmidt  <jan.schmidt@sun.com>
5397
5398         * configure.ac:
5399         Detect and indicate if GCC inline assembly syntax is
5400         available.
5401
5402         * gst/goom/Makefile.am:
5403         * gst/goom/convolve_fx.c:
5404         * gst/goom/flying_stars_fx.c:
5405         * gst/goom/goom_config.h:
5406         * gst/goom/goom_core.c:
5407         * gst/goom/goomsl.c:
5408         * gst/goom/ifs.c:
5409         * gst/goom/mmx.c:
5410         * gst/goom/plugin_info.c:
5411         * gst/goom/xmmx.c:
5412         Fix various GCC-isms, and only build the inline assembly
5413         with compilers that support GCC inline assembly.
5414
5415         Fix a couple of other warnings shown with Forte.
5416
5417 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
5418
5419         * gst/goom/xmmx.c:
5420           Use 'emms' instead of 'femms' to not crash on cpus that do not
5421           implement this 3dnow specific instruction.
5422
5423 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
5424
5425         * gst/goom/plugin_info.c: (setOptimizedMethods):
5426         Use extended MMX for draw_line() too if available, not only
5427         normal MMX.
5428
5429 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
5430
5431         * ext/jpeg/gstjpeg.c: (plugin_init):
5432         Remove (commented out) smoke typefinder. This is in base now.
5433
5434 2008-02-23  Jan Schmidt  <jan.schmidt@sun.com>
5435
5436         * gst/goom2k1/Makefile.am:
5437         * gst/goom2k1/gstgoom.c:
5438
5439         Rename the installed library, and don't register the same 
5440         GType name as the new goom.
5441
5442 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5443
5444         * configure.ac:
5445         * ext/taglib/Makefile.am:
5446           Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them
5447           when building C++ code (#516509).
5448
5449 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5450
5451         * gst/goom/gstgoom.c: (goom_debug), (plugin_init):
5452         * gst/goom/plugin_info.c: (goom_debug), (GST_CAT_DEFAULT),
5453           (setOptimizedMethods):
5454           Call oil_init(), otherwise oil_get_cpu_flags() won't return
5455           anything useful. Export goom debug category so we can get
5456           rid of the VERBOSE define and the printfs.
5457
5458 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5459
5460         * gst/goom/goomsl_heap.c: (align_it):
5461         * gst/goom/plugin_info.c: (setOptimizedMethods):
5462           Compile fixes for x86-64.
5463
5464 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5465
5466         * gst/goom/Makefile.am: Don't compile lex or yacc outputs
5467         with warnings, but add other CFLAGS
5468
5469         * gst/goom/goomsl.c (gsl_instr_set_namespace),
5470         (gsl_instr_add_param), (iflow_execute), (gsl_enternamespace),
5471         (calculate_labels), (gsl_read_file):
5472         * gst/goom/goomsl_lex.l:
5473         * gst/goom/goomsl_yacc.y:
5474         * gst/goom/plugin_info.c: Remove a few live printf, and
5475         fprintf, replace exit() calls with g_assert_not_reached()
5476         if it not optimal for a library
5477
5478 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5479
5480         * gst/goom/Makefile.am: Remove the warnings being disabled,
5481         fix linkage on x86, spotted by Sebastian Dröge
5482         <slomo@circular-chaos.org>
5483
5484         * gst/goom/convolve_fx.c (convolve_init),
5485         (create_output_with_brightness), (convolve_apply):
5486         * gst/goom/filters.c (zoomFilterVisualFXWrapper_create):
5487         * gst/goom/goomsl.c:
5488         * gst/goom/ifs.c (ifs_update), (ifs_visualfx_create):
5489         * gst/goom/plugin_info.c:
5490         * gst/goom/tentacle3d.c (tentacle_fx_create):
5491         Fix warnings, and disable the motifs in the convolve_fx
5492         plugin (they were causing warnings, and they were just
5493         "Goom" in funny letterring)
5494
5495 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5496
5497         * configure.ac: Add checks for Flex/Yacc/Bison and other
5498         furry animals, for the new goom 2k4 based plugin
5499
5500         * gst/goom/*: Update to use goom 2k4, uses liboil to detect
5501         CPU optimisations (not working yet), move the old plugin to...
5502
5503         * gst/goom2k1/*: ... here, in case somebody is sick enough
5504
5505         Fixes #515073
5506
5507 2008-02-22  Wim Taymans  <wim.taymans@collabora.co.uk>
5508
5509         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
5510         Post the server response code in an error message instead of a generic
5511         'error' message. Fixes #517237.
5512
5513 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5514
5515         * tests/check/Makefile.am:
5516         Ignore gconfaudiosrc for the states unit test too. It will fallback
5517         to alsasrc if the gconf settings can't be read and not everybody has
5518         alsa.
5519
5520 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5521
5522         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
5523         (gst_wavpack_parse_create_src_pad):
5524         * ext/wavpack/gstwavpackparse.h:
5525         Always report the duration if we know it in push mode and don't
5526         return 0 just to make totem believe we can't seek in push mode.
5527         Newer totem version use the SEEKING query which properly reports
5528         if we can seek or not.
5529
5530 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5531
5532         Patch by: Jens Granseuer <jensgr at gmx dot net>
5533
5534         * tests/examples/equalizer/demo.c: (main):
5535         C89 fix, moving variable declarations to the beginning of
5536         the block. Fixes bug #517933.
5537
5538 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
5539
5540         * configure.ac:
5541         Back to development...
5542
5543 === release 0.10.7 ===
5544
5545 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
5546
5547         * configure.ac:
5548           releasing 0.10.7, "Red Door Black"
5549
5550 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
5551
5552         * gst/alpha/Makefile.am:
5553         Link alpha plugin with libgstbase. Fixes bug #517386.
5554
5555 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5556
5557         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream):
5558         Init values to -1 instead of the default 0 value.
5559         Fixes #516524.
5560
5561 2008-02-14  Stefan Kost  <ensonic@users.sf.net>
5562
5563         * tests/examples/spectrum/spectrum-example.c:
5564         Add missing include to fix compilation when libxml usage is disabled.
5565         Fixes: #516371
5566
5567 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5568
5569         patch by:  Wim Taymans  <wim.taymans@collabora.co.uk>
5570         fixes: #514889
5571
5572         * gst/rtp/gstrtph264pay.c:
5573         * gst/rtp/gstrtpmp4gdepay.c:
5574         * gst/rtp/gstrtpmp4gpay.c:
5575         * gst/rtp/gstrtpmp4gpay.h:
5576         * gst/rtp/gstrtptheorapay.c:
5577         * gst/rtp/gstrtpvorbispay.c:
5578
5579         Fix various leaks shown up in valgrind
5580         - free sprops and buffer in error cases in H264 payloader
5581         - fix leak in mp4g depayloader when construction the caps
5582         - don't leak config string in the mp4g payloader
5583         - don't leak buffers and headers in theora and vorbis payloaders
5584
5585         * tests/check/elements/rtp-payloading.c:
5586
5587         Fix the RTP data test
5588         - Actually send valid amr data to the payloader instead of 20
5589         zero-bytes
5590         - The mp4g payloader expects codec_data on the caps
5591
5592 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
5593
5594         * win32/MANIFEST:
5595         Add libgstpng.dsp to MANIFEST.
5596         * win32/vs6/libgstaudiofx.dsp:
5597         Add new source files to VS project file.
5598
5599 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5600
5601         * sys/ximage/gstximagesrc.c:
5602         Initialise variables when opening the X display rather
5603         than in _start(), as the display can be opened before that.
5604
5605         Fixes: #515985
5606
5607 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5608
5609         * sys/directdraw/gstdirectdrawsink.c:
5610         (gst_ddrawsurface_class_init), (gst_ddrawsurface_finalize),
5611         (gst_directdraw_sink_finalize):
5612         Properly chain up finalize functions. Fixes bug #515980.
5613
5614 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5615
5616         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
5617         (gst_v4l2_buffer_class_init), (gst_v4l2_buffer_pool_finalize),
5618         (gst_v4l2_buffer_pool_class_init):
5619         Chain up the finalize functions. Fixes bug #515984.
5620
5621 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5622
5623         * sys/ximage/ximageutil.c:
5624         Chain up in the finalize function for our custom
5625         buffer sub-class.
5626         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
5627         Fixes: #515706
5628
5629 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5630
5631         * gst/debug/efence.c: (gst_fenced_buffer_finalize),
5632         (gst_fenced_buffer_class_init):
5633         Properly chain up finalize method. Fixes bug #515979.
5634
5635 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5636
5637         * sys/ximage/gstximagesrc.c:
5638         Free allocated Damage memory before closing our connection to the
5639         X server. Partially fixes: #515706
5640
5641 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5642
5643         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
5644         * tests/check/Makefile.am:
5645         * tests/check/gst-plugins-good.supp:
5646         Add a few libjpeg suppressions and initialize a variable to
5647         make smokeenc valgrind clean. Fixes bug #515701.
5648
5649 2008-02-11  Jan Schmidt  <jan.schmidt@sun.com>
5650
5651         * gst/avi/gstavidemux.c:
5652         Revert patch which sends timestamps only on keyframes, as it
5653         breaks playback with current gst-ffmpeg.
5654
5655         Fixes: #515562
5656
5657 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5658
5659         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
5660         * tests/check/elements/multifile.c: (GST_START_TEST):
5661         Close some memory leaks spotted by the unit test. Fixes bug #515697.
5662
5663 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5664
5665         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
5666         Use and unset the GError when pipeline creation fails instead of
5667         simply leaking it. Fixes bug #515704.
5668
5669 2008-02-10  Sebastian Dröge  <slomo@circular-chaos.org>
5670
5671         * gst/audiofx/audioamplify.c:
5672         * gst/audiofx/audiochebband.c:
5673         * gst/audiofx/audiocheblimit.c:
5674         * gst/audiofx/audiodynamic.c:
5675         * gst/audiofx/audioinvert.c:
5676         * gst/audiofx/audiopanorama.c:
5677         * gst/audiofx/audiowsincband.c:
5678         * gst/audiofx/audiowsinclimit.c:
5679         Fix long description of audiofx elements. Fixes bug #515457.
5680
5681 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
5682
5683         * docs/plugins/Makefile.am:
5684         * gst/spectrum/gstspectrum.c:
5685         * tests/examples/spectrum/.cvsignore:
5686         * tests/examples/spectrum/Makefile.am:
5687         * tests/examples/spectrum/spectrum-example.c:
5688
5689         Add a simple example application for the spectrum element, include it
5690         in the docs, and fix some documentation ambiguities.
5691
5692         Fixes: #348085
5693
5694 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5695
5696         * gst/equalizer/Makefile.am:
5697         * gst/spectrum/Makefile.am:
5698         Fix includes order
5699
5700         * tests/check/Makefile.am:
5701         Exclude v4l2src from the states test - it takes too long to start.
5702
5703         * tests/check/elements/spectrum.c:
5704         Make the test run properly with CK_FORK=no
5705
5706 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
5707
5708         * gst/audiofix/Makefile.am: add missing header files 
5709
5710 2008-02-08  Julien Moutte  <julien@fluendo.com>
5711
5712         * gst/matroska/matroska-demux.c:
5713         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
5714         keyframe and delta units correctly when dealign with a BlockGroup.
5715         Fixes: #514397
5716
5717 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5718
5719         * tests/check/elements/.cvsignore:
5720         Spell the new tests correctly in .cvsignore
5721
5722 2008-02-08  Tim-Philipp Müller  <tim at centricular dot net>
5723
5724         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
5725           Need to use gsize here for the size, fixes compiler warning.
5726
5727         * tests/examples/equalizer/.cvsignore:
5728         * tests/examples/equalizer/Makefile.am:
5729         * tests/examples/spectrum/.cvsignore:
5730         * tests/examples/spectrum/Makefile.am:
5731           Add missing files to fix the build.
5732
5733 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5734
5735         * configure.ac:
5736         * docs/plugins/Makefile.am:
5737         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5738         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5739         * docs/plugins/gst-plugins-good-plugins.args:
5740         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5741         * docs/plugins/inspect/plugin-multifile.xml:
5742         * tests/check/Makefile.am:
5743         * tests/check/elements/.cvsignore:
5744
5745         Move multifile plugin from -bad.
5746         Fixes: #490283
5747
5748 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5749
5750         * configure.ac:
5751         * docs/plugins/Makefile.am:
5752         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5753         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5754         * docs/plugins/gst-plugins-good-plugins.args:
5755         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5756         * docs/plugins/inspect/plugin-spectrum.xml:
5757         * gst/spectrum/Makefile.am:
5758         * tests/check/Makefile.am:
5759         * tests/check/elements/.cvsignore:
5760         * tests/examples/Makefile.am:
5761
5762         Move spectrum plugin from -bad.
5763         Move examples into tests/examples/spectrum.
5764
5765 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5766
5767         * configure.ac:
5768         * docs/plugins/Makefile.am:
5769         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5770         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5771         * docs/plugins/gst-plugins-good-plugins.args:
5772         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5773         * docs/plugins/gst-plugins-good-plugins.interfaces:
5774         * docs/plugins/inspect/plugin-equalizer.xml:
5775         * gst/equalizer/Makefile.am:
5776         * tests/check/Makefile.am:
5777         * tests/examples/Makefile.am:
5778         Move the equalizer plugin across from -bad
5779
5780         * tests/check/elements/.cvsignore:
5781         Add equalizer, audiosincwband and audiosincwlimit
5782
5783         * tests/check/elements/equalizer.c:
5784         Fix compiler warnings
5785
5786         Fixes: #415627
5787
5788 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5789
5790         * configure.ac:
5791         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
5792         are treated like releases and build without it.
5793
5794 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5795
5796         * docs/plugins/Makefile.am:
5797         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5798         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5799         * docs/plugins/gst-plugins-good-plugins.args:
5800         * docs/plugins/inspect/plugin-audiofx.xml:
5801         * gst/audiofx/Makefile.am:
5802         * gst/audiofx/audiofx.c:
5803         * gst/audiofx/audiowsincband.c:
5804         * gst/audiofx/audiowsincband.h:
5805         * gst/audiofx/audiowsinclimit.c:
5806         * gst/audiofx/audiowsinclimit.h:
5807         * tests/check/Makefile.am:
5808         * tests/check/elements/audiowsincband.c:
5809         * tests/check/elements/audiowsinclimit.c:
5810
5811         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
5812         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
5813         respectively.
5814
5815         Fixes: #467666
5816
5817 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5818
5819         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
5820         * tests/check/elements/icydemux.c:
5821           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
5822           caps, and add a somewhat useful debug message. Plus test.
5823
5824 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
5825
5826         * gst/rtsp/gstrtspsrc.c:
5827         Include unistd.h only if HAVE_UNISTD_H is defined
5828         * win32/common/config.h.in:
5829         * win32/common/config.h:
5830         Define socklen_t as it seems it's not defined in default 
5831         Visual Studio headers.
5832         * win32/vs6/libgstalpha.dsp:
5833         * win32/vs6/libgstapetag.dsp:
5834         * win32/vs6/libgstavi.dsp:
5835         * win32/vs6/libgstrtp.dsp:
5836         * win32/vs6/libgstrtsp.dsp:
5837         * win32/vs6/libgstvideomixer.dsp:
5838         Update project file dependencies and add new source files       
5839
5840 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
5841
5842         Patch by: Bjarne Rosengren <bjarne at axis dot com>
5843
5844         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
5845         Don't leak buffers when we don't push them downstream.
5846         Fixes bug #514965.
5847
5848 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5849
5850         * configure.ac:
5851           Bump requirements to (good) released versions to avoid
5852           confusion and make implicit core requirement explicit.
5853
5854 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
5855
5856         * docs/plugins/Makefile.am:
5857         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5858         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5859         * docs/plugins/gst-plugins-good-plugins.args:
5860         * docs/plugins/inspect/plugin-audiofx.xml:
5861         * gst/audiofx/Makefile.am:
5862         * gst/audiofx/audiochebband.c:
5863         * gst/audiofx/audiochebband.h:
5864         * gst/audiofx/audiocheblimit.c:
5865         * gst/audiofx/audiocheblimit.h:
5866         * gst/audiofx/audiochebyshevfreqband.c:
5867         * gst/audiofx/audiochebyshevfreqband.h:
5868         * gst/audiofx/audiochebyshevfreqlimit.c:
5869         * gst/audiofx/audiochebyshevfreqlimit.h:
5870         * gst/audiofx/audiofx.c:
5871         * tests/check/Makefile.am:
5872         * tests/check/elements/.cvsignore:
5873         * tests/check/elements/audiochebband.c:
5874         * tests/check/elements/audiocheblimit.c:
5875         * tests/check/elements/audiochebyshevfreqband.c:
5876         * tests/check/elements/audiochebyshevfreqlimit.c:
5877
5878         Rename audiochebyshevfreqband -> audiochebband and
5879         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
5880         surgery.
5881
5882         Closes: #491811
5883
5884 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
5885
5886         Patch by: Orjan Friberg <orjanf at axis dot com>
5887
5888         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
5889         Fix caps memory leak. Fixes #514573.
5890
5891 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
5892
5893         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
5894         If there's no entries in the subindex, don't try to do anything stupid,
5895         just return.
5896
5897 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5898
5899         Patch by: John Millikin <jmillikin at gmail dot com>
5900
5901         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
5902           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
5903           Fix extraction of picture blocks with newer libflac versions again:
5904           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
5905
5906 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5907
5908         * tests/check/Makefile.am:
5909           Add rtp-payloading test to VALGRIND_TO_FIX.
5910
5911         * tests/check/elements/rtp-payloading.c:
5912           Add semicolons after GST_TEST_END so gst-indent gets the
5913           formatting right; make test less verbose in general, but
5914           more verbose in the error case (which should probably
5915           make the test fail anyway).
5916
5917 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
5918
5919         * docs/plugins/Makefile.am:
5920         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5921         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5922         * gst/avi/gstavisubtitle.c:
5923         Add documentation for avisubtitle and change class to
5924         Codec/Parser/Subtitle
5925
5926 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
5927
5928         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
5929         Treat ENOTTY (driver does not implement ioctl) the same as
5930         EINVAL since it implies there are no available standards.
5931
5932         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
5933         (gst_v4l2src_get_nearest_size):
5934         Replace gst_v4l2src_get_size_limits with 2 calls to new function
5935         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
5936         probe if the driver does not support VIDIOC_TRY_FMT for whatever
5937         reason, and if we aren't yet actively capturing.
5938
5939         * sys/v4l2/v4l2src_calls.h:
5940         Remove replaced function declaration.
5941
5942 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
5943
5944         * configure.ac:
5945         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
5946         API.
5947
5948 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
5949
5950         * configure.ac:
5951         Fix typo.
5952
5953 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5954
5955         * gst/alpha/Makefile.am:
5956         * gst/alpha/gstalpha.c:
5957
5958         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
5959         some stuff, and making buffer-alloc and resizing work automatically.
5960         No longer crashes on odd frame widths and heights, although there
5961         seems to be a disagreement with ffmpegcolorspace about what size
5962         an AYUV frame with odd height should be.
5963
5964 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
5965
5966         Patch by: Alessandro Decina <alessandro at nnva dot org>
5967
5968         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
5969         * ext/libpng/gstpngenc.h:
5970         Preallocate the output buffer so that g_memdup() and
5971         gst_buffer_merge() aren't needed anymore. This greatly improves
5972         performances and fixes #512544.
5973
5974 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
5975
5976         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
5977         (gst_avi_demux_stream_data):
5978         GStreamer timestamps are PTS values while AVI only knows about DTS
5979         timestamps. Make sure we only copy the DTS as the buffer timestamp when
5980         we are dealing with a key frame.
5981
5982 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
5983
5984         * tests/check/Makefile.am:
5985         * tests/check/elements/.cvsignore:
5986         * tests/check/elements/rtp-payloading.c:
5987           Add add testsuite for the rtp-payloader that tries simulating
5988           dataflow. Needs more test data.
5989
5990 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
5991
5992         * tests/check/elements/alphacolor.c:
5993           Remove two unused variables.
5994
5995 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
5996
5997         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
5998           Use g_ascii_strtoll() instead of atoll, which is only
5999           available in C99.
6000
6001 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
6002
6003         * gst/rtp/Makefile.am:
6004         * gst/rtp/gstrtp.c:
6005         * gst/rtp/gstrtpmpvpay.c:
6006         * gst/rtp/gstrtpmpvpay.h:
6007         Add MPEG2 video payloader
6008
6009 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6010
6011         * gst/level/gstlevel.c:
6012         Use #include <math.h> instead of #include "math.h".
6013
6014 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
6015
6016         * tests/check/Makefile.am:
6017         Fix up some CFLAGS sets.
6018         Don't include gconfvideosrc in the states test.
6019
6020         * tests/check/elements/autodetect.c: (GST_START_TEST):
6021         Add some error strings to fail_unless arguments to fix some weird
6022         compiler errors on Solaris.
6023
6024 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
6025
6026         * configure.ac:
6027         Detect video4linux headers on Solaris too.
6028         * sys/v4l2/gstv4l2colorbalance.h:
6029         * sys/v4l2/gstv4l2object.h:
6030         * sys/v4l2/v4l2_calls.c:
6031         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
6032         (gst_v4l2_buffer_new):
6033
6034         Make v4l2 build on Solaris.
6035         Patch by: Brian Cameron  <brian.cameron at sun dot com>
6036         Fixes: #510505
6037
6038 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6039
6040         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6041           Update list from (still local) scanning script.
6042
6043 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
6044
6045         Based on a patch by:
6046             Victor STINNER <victor dot stinner at haypocalc dot com>
6047
6048         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
6049         Set variable to NULL after freeing it to prevent double frees
6050         or make failures by another use of it afterwards more obvious
6051         and fix use of it after the freeing. Fixes bug #510592.
6052
6053 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6054
6055         * gst/udp/gstmultiudpsink.c:
6056         use GST_WARNING for logging
6057
6058 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6059
6060         * gst/udp/gstmultiudpsink.c:
6061         Don't try to leave a multicast group with an invalid socket
6062
6063 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
6064
6065         * ext/flac/gstflacdec.c:
6066           Fix compilation against flac 1.1.2 (as on debian stable), where
6067           the picture metadata defines and structs don't exist yet.
6068           Fixes #509301.
6069
6070 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
6071
6072         Patch by: Olivier Crete <tester at tester dot ca>
6073
6074         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
6075         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
6076         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
6077         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
6078         * gst/udp/gstmultiudpsink.h:
6079         Add property to automatically join a multicast group or not. This can be
6080         useful when sharing a socket between multiple elements.
6081         Fixes #509531.
6082
6083 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
6084
6085         * gst/videomixer/Makefile.am:
6086           Add controller flags.
6087
6088 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
6089
6090         * gst/videomixer/videomixer.c:
6091           Also commit the missing gst_object_sync_values().
6092
6093 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
6094
6095         * docs/plugins/Makefile.am:
6096           Remove duplicate entry.
6097
6098 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6099
6100         * docs/plugins/Makefile.am:
6101         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6102         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6103         * docs/plugins/inspect/plugin-gamma.xml:
6104         * docs/plugins/inspect/plugin-monoscope.xml:
6105         * docs/plugins/inspect/plugin-video4linux2.xml:
6106           Add 3 more plugins to docs.
6107
6108 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6109
6110         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6111         * sys/osxvideo/osxvideosink.h:
6112           Revert previous change caused by a file that got stuck on an old
6113           revision.
6114
6115 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6116
6117         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6118         * gst/multipart/Makefile.am:
6119         * gst/multipart/multipartdemux.c:
6120         * gst/multipart/multipartdemux.h:
6121         * gst/multipart/multipartmux.c:
6122         * gst/multipart/multipartmux.h:
6123           Re-add multipartdemux to the docs. Last round of section cleanup.
6124
6125 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6126
6127         * docs/plugins/Makefile.am:
6128         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6129         * sys/osxaudio/gstosxaudiosink.h:
6130         * sys/osxvideo/osxvideosink.h:
6131           Managed to resolve most unused declarations. Filed a bug for one left.          
6132
6133 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6134
6135         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6136           Cleanup section file.
6137
6138 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6139
6140         * docs/plugins/Makefile.am:
6141         * docs/plugins/gst-plugins-good-plugins.args:
6142         * docs/plugins/gst-plugins-good-plugins.signals:
6143         * docs/plugins/inspect/plugin-alaw.xml:
6144         * docs/plugins/inspect/plugin-alpha.xml:
6145         * docs/plugins/inspect/plugin-alphacolor.xml:
6146         * docs/plugins/inspect/plugin-annodex.xml:
6147         * docs/plugins/inspect/plugin-apetag.xml:
6148         * docs/plugins/inspect/plugin-audiofx.xml:
6149         * docs/plugins/inspect/plugin-auparse.xml:
6150         * docs/plugins/inspect/plugin-autodetect.xml:
6151         * docs/plugins/inspect/plugin-avi.xml:
6152         * docs/plugins/inspect/plugin-cairo.xml:
6153         * docs/plugins/inspect/plugin-cdio.xml:
6154         * docs/plugins/inspect/plugin-cutter.xml:
6155         * docs/plugins/inspect/plugin-debug.xml:
6156         * docs/plugins/inspect/plugin-dv.xml:
6157         * docs/plugins/inspect/plugin-efence.xml:
6158         * docs/plugins/inspect/plugin-effectv.xml:
6159         * docs/plugins/inspect/plugin-flac.xml:
6160         * docs/plugins/inspect/plugin-flxdec.xml:
6161         * docs/plugins/inspect/plugin-gconfelements.xml:
6162         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
6163         * docs/plugins/inspect/plugin-goom.xml:
6164         * docs/plugins/inspect/plugin-halelements.xml:
6165         * docs/plugins/inspect/plugin-icydemux.xml:
6166         * docs/plugins/inspect/plugin-id3demux.xml:
6167         * docs/plugins/inspect/plugin-jpeg.xml:
6168         * docs/plugins/inspect/plugin-ladspa.xml:
6169         * docs/plugins/inspect/plugin-level.xml:
6170         * docs/plugins/inspect/plugin-matroska.xml:
6171         * docs/plugins/inspect/plugin-mulaw.xml:
6172         * docs/plugins/inspect/plugin-multipart.xml:
6173         * docs/plugins/inspect/plugin-navigationtest.xml:
6174         * docs/plugins/inspect/plugin-png.xml:
6175         * docs/plugins/inspect/plugin-quicktime.xml:
6176         * docs/plugins/inspect/plugin-rtp.xml:
6177         * docs/plugins/inspect/plugin-rtsp.xml:
6178         * docs/plugins/inspect/plugin-shout2send.xml:
6179         * docs/plugins/inspect/plugin-smpte.xml:
6180         * docs/plugins/inspect/plugin-speex.xml:
6181         * docs/plugins/inspect/plugin-taglib.xml:
6182         * docs/plugins/inspect/plugin-udp.xml:
6183         * docs/plugins/inspect/plugin-videobalance.xml:
6184         * docs/plugins/inspect/plugin-videobox.xml:
6185         * docs/plugins/inspect/plugin-videocrop.xml:
6186         * docs/plugins/inspect/plugin-videoflip.xml:
6187         * docs/plugins/inspect/plugin-videomixer.xml:
6188         * docs/plugins/inspect/plugin-wavenc.xml:
6189         * docs/plugins/inspect/plugin-wavpack.xml:
6190         * docs/plugins/inspect/plugin-wavparse.xml:
6191           Update plugin docs.
6192
6193         * gst/videomixer/Makefile.am:
6194         * gst/videomixer/videomixer.c:
6195         * gst/videomixer/videomixer.h:
6196         * gst/videomixer/videomixerpad.h:
6197           Split out header to fix warnings from the doc-build.
6198
6199 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6200
6201         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
6202
6203         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
6204         Use atoll to parse the rtptime with enough precision. Fixes #509329.
6205
6206 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
6207
6208         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
6209         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
6210           Initialise variables to work around (false) 'foo might be used
6211           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
6212
6213 2008-01-11  David Schleef  <ds@schleef.org>
6214
6215         * docs/plugins/.cvsignore:
6216         * tests/check/pipelines/.cvsignore:
6217           Ignore more files for the buildbot.
6218
6219 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
6220
6221         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
6222         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
6223         Generate the image-type values correctly. Leave them out of the caps
6224         when outputting a "preview image" tag, since it only makes sense
6225         to have one of those - the type is irrelevant.
6226
6227         * sys/sunaudio/gstsunaudiomixerctrl.c:
6228         (gst_sunaudiomixer_ctrl_open):
6229         If we can, mark the mixer multiple open when we use it, in case
6230         (for some reason) the process wants to open it again elsewhere.
6231
6232 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6233
6234         Patch by: Olivier Crete <tester at tester dot ca>
6235
6236         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
6237         * gst/rtp/gstrtptheorapay.c:
6238         Fix the clock rate to 90000 as required by the RFC.
6239         Fixes #508644.
6240
6241 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
6242
6243         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
6244           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
6245
6246 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
6247
6248         * autogen.sh:
6249           Add -Wno-portability to the automake parameters to stop warnings
6250           about GNU make extensions being used. We require GNU make in almost
6251           every Makefile anyway.
6252           
6253         * configure.ac:
6254           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
6255           at the same time is required for per target flags.
6256
6257 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
6258
6259         * gst/videomixer/videomixer.c: (gst_videomixer_init):
6260         Fix error from my last commit.
6261
6262 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
6263
6264         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
6265
6266         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
6267           Make sure the ISO 639-X language code in ID3v2 COMM frames
6268           is actually valid UTF-8 (or rather: ASCII), so we don't end
6269           up with non-UTF8 strings in tags if there's garbage in the
6270           language field. Also make sure the language code is always
6271           lower case. Fixes: #508291.
6272
6273 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6274
6275         * ChangeLog:
6276           Fix ChangeLog typo.
6277
6278 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6279
6280         * Makefile.am:
6281           Include lcov.mak to allow building coverage reports. Guard
6282           check-torture target like in the other packages.
6283
6284 2008-01-09  Sameer Naik  <sameer@damagehead.com>
6285
6286         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
6287
6288         * gst/videomixer/videomixer.c:
6289         (gst_videomixer_set_master_geometry), (_do_init),
6290         (gst_videomixer_child_proxy_get_child_by_index),
6291         (gst_videomixer_child_proxy_get_children_count),
6292         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
6293         (gst_videomixer_init), (gst_videomixer_request_new_pad),
6294         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
6295         Implement GstChildProxy interface.
6296         Send newsegment at the right moment
6297         Fixes #488879
6298
6299 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
6300
6301         * gst/alpha/Makefile.am:
6302         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
6303         (gst_alpha_sink_event), (gst_alpha_chain),
6304         (gst_alpha_change_state), (plugin_init):
6305         Make the various properties of 'alpha' controllable. This allows doing
6306         niceties like fade-in/fade-out.
6307
6308 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6309
6310         * gst/rtp/gstasteriskh263.c:
6311         * gst/rtp/gstrtpL16depay.c:
6312         * gst/rtp/gstrtpac3depay.c:
6313         * gst/rtp/gstrtpamrpay.c:
6314         * gst/rtp/gstrtpdepay.c:
6315         * gst/rtp/gstrtpgsmdepay.c:
6316         * gst/rtp/gstrtph263depay.c:
6317         * gst/rtp/gstrtph263pdepay.c:
6318         * gst/rtp/gstrtph263ppay.c:
6319         * gst/rtp/gstrtph264depay.c:
6320         * gst/rtp/gstrtph264pay.c:
6321         * gst/rtp/gstrtpmp2tdepay.c:
6322         * gst/rtp/gstrtpmp4adepay.c:
6323         * gst/rtp/gstrtpmp4gdepay.c:
6324         * gst/rtp/gstrtpmp4gpay.c:
6325         * gst/rtp/gstrtpmp4vdepay.c:
6326         * gst/rtp/gstrtpmpadepay.c:
6327         * gst/rtp/gstrtpmpvdepay.c:
6328         * gst/rtp/gstrtpsv3vdepay.c:
6329         * gst/rtp/gstrtptheoradepay.c:
6330         * gst/rtp/gstrtptheorapay.c:
6331         * gst/rtp/gstrtpvorbisdepay.c:
6332         * gst/rtp/gstrtpvorbispay.c:
6333           Remove copy/paste unused code (property setters and getter) found by
6334           the coverage suite (yay, saves ~20k on disk).
6335
6336 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6337
6338         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
6339           (videosink_templ):
6340           Also fix up pad templates to indicate that image/jpeg doesn't
6341           absolutely require the framerate property to be set (#504081).
6342
6343 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6344
6345         Based on patch by: Wouter Cloetens  <wouter at mind be>
6346
6347         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
6348           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
6349           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
6350         * gst/matroska/matroska-mux.h:
6351           Keep track of first and last timestamps for each incoming stream,
6352           so we can calculate the total duration for live sources and other
6353           input where we can't query the duration from the start or where
6354           there's no constant framerate from which we can deduce the
6355           duration; also use calculated/observed duration if it is bigger
6356           than the previously queried duration. Furthermore, use
6357           gst_pad_query_peer_duration() and take into account that it may
6358           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
6359           screws up comparisons when using unsigned integers. Fixes #504081.
6360
6361 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
6362
6363         * configure.ac:
6364         * gst/audiofx/audioamplify.c:
6365         (gst_audio_amplify_clipping_method_get_type),
6366         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
6367         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
6368         (gst_audio_dynamic_transform_ip):
6369         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
6370         (gst_audio_invert_transform_ip):
6371         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
6372         (gst_audio_panorama_transform):
6373         * gst/level/gstlevel.c: (gst_level_init):
6374         Make elements GST_BUFFER_FLAG_GAP aware and call
6375         gst_base_transform_set_gap_aware for this.
6376         Bump core requirement to CVS.
6377         
6378         * gst/audiofx/audiochebyshevfreqband.c:
6379         (gst_audio_chebyshev_freq_band_transform_ip):
6380         * gst/audiofx/audiochebyshevfreqlimit.c:
6381         (gst_audio_chebyshev_freq_limit_transform_ip):
6382         Also sync GObject properties to the controller if operating
6383         in passthrough mode.
6384
6385 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
6386
6387         * sys/directdraw/gstdirectdrawsink.c:
6388           (gst_directdraw_sink_window_thread):
6389           FALSE is not a gpointer.
6390
6391 2008-01-05  Julien Moutte  <julien@fluendo.com>
6392
6393         * sys/directdraw/gstdirectdrawsink.c:
6394         (gst_directdraw_sink_set_window_id),
6395         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
6396         (gst_directdraw_sink_buffer_alloc),
6397         (gst_directdraw_sink_draw_borders),
6398         (gst_directdraw_sink_show_frame),
6399         (gst_directdraw_sink_setup_ddraw),
6400         (gst_directdraw_sink_window_thread),
6401         (gst_directdraw_sink_get_ddrawcaps),
6402         (gst_directdraw_sink_surface_create): Make sure we create our
6403         internal window only when we need it. That will give a chance to
6404         the application to get the prepare-xwindow-id bus message. Draw
6405         black borders when keeping aspect ratio. Handle the case where our
6406         rendering window disappears (closed or errors) like other sinks
6407         do. Various 80 columns fixes, improve state change order. That
6408         element could need some more love.
6409
6410 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
6411
6412         * ext/taglib/gstapev2mux.h:
6413         * ext/taglib/gstid3v2mux.h:
6414         Remove useless typedefs without new type name. Fixes a warning with
6415         gcc 4.3.
6416
6417 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
6418
6419         Patch by: John Millikin <jmillikin at gmail dot com>
6420
6421         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
6422         (gst_flac_dec_setup_stream_decoder),
6423         (gst_flac_normalize_picture_mime_type),
6424         (gst_flac_extract_picture_buffer),
6425         (gst_flac_dec_metadata_callback):
6426         Emit metadata messages when a PICTURE block is encountered.
6427         Fixes #506715.
6428
6429 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
6430
6431         * gst/avi/gstavi.c:
6432         increase rank because no known issues anymore ...
6433         * gst/avi/gstavisubtitle.c:
6434         send subtitle name to the srcpad
6435
6436 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
6437
6438         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
6439         * gst/rtsp/gstrtspsrc.h:
6440         Implement redirect for the DESCRIBE reply. Fixes #506025.
6441
6442 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
6443
6444         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
6445         Fix 'xyz may be used uninitialized' compiler warnings caused
6446         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
6447         abort() in any case but properly report the error.
6448
6449 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
6450
6451         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
6452         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
6453         * sys/ximage/gstximagesrc.c: (composite_pixel):
6454           Fix 'xyz may be used uninitialized' compiler warnings caused
6455           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
6456           not really nice to abort in any case). Fixes #505745.
6457
6458 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6459
6460         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
6461           Small unit test fix (has no practical impact at the moment,
6462           since we're only feeding utf8 and hence just create a sub-
6463           buffer for the output).
6464
6465 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
6466
6467         * gst/avi/gstavisubtitle.c:
6468         * tests/check/elements/avisubtitle.c:
6469         Add seeking support for avi subtitle
6470
6471 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
6472
6473         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
6474         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
6475         (gst_flac_dec_write):
6476         * ext/flac/gstflacdec.h:
6477         Remove some unused vars.
6478         Do more cleanup of leftover events and tags.
6479         Output tags after the segment event. Fixes #504018.
6480
6481 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6482
6483         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
6484           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
6485           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
6486           Detect other UTF byte order markers and convert to UTF-8 as
6487           appropriate.
6488
6489 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6490
6491         * gst/avi/gstavisubtitle.c: (src_template),
6492           (gst_avi_subtitle_extract_utf8_file),
6493           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
6494           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
6495           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
6496         * gst/avi/gstavisubtitle.h:
6497           Refactor a bit; fix name extraction; don't assume all the data
6498           in the chunk is actually subtitle data, there may be padding at
6499           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
6500           file so it's there to send again after a seek (for future use).
6501
6502 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6503
6504         * gst/avi/Makefile.am:
6505         * gst/avi/gstavi.c:
6506         * gst/avi/gstavisubtitle.c:
6507         * gst/avi/gstavisubtitle.h:
6508         * tests/check/Makefile.am:
6509         * tests/check/elements/avisubtitle.c:
6510         * win32/common/config.h:
6511                 Add avi subtitle element for bug #442034. Need seeking support
6512                 and more support for character conversion.
6513
6514 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6515
6516         * Makefile.am:
6517           Include common/win32.mak for CRLF check of win32 project
6518           files (see #393626).
6519
6520         * win32/vs6/libgstpng.dsp:
6521           Fix line endings and do cvs admin -kb.
6522
6523 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
6524
6525         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
6526         Actually drop the buffers which are outside the currently configured
6527         segment instead of just emitting a WARNING.
6528
6529 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6530
6531         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
6532         (gst_flac_dec_write):
6533         * ext/flac/gstflacdec.h:
6534         Send segments from the streaming thread. Fixes #502187.
6535         Fix segment seeking and a bunch of other seeking cases.
6536
6537 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6538
6539         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
6540           Parse WOAF frames and put the result into GST_TAG_CONTACT,
6541           which is where it would end up if the same information was
6542           put in a vorbis comment (don't think it's worth adding a
6543           new URI tag for this). Fixes #488112.
6544
6545 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6546
6547         * configure.ac:
6548           We need core/base 0.10.15 or later.
6549
6550 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6551
6552         Patch by: Mark Nauwelaerts <manauw skynet be>
6553
6554         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
6555         Fix regression in stream numbering. Fixes #502655.
6556
6557 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6558
6559         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
6560
6561         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
6562         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
6563         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
6564         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
6565         (gst_rtp_h264_pay_handle_buffer):
6566         * gst/rtp/gstrtph264pay.h:
6567         Use higher performance start-code searching.
6568         Parse NALs and store SPS, PPS and profile in the caps so that they can
6569         be used in the SDP. Fixes #502814.
6570
6571 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6572
6573         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
6574         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
6575           Init some structs to zero before we pass them to ioctl, which
6576           avoids valgrind warnings.  Also fix a small memory leak.
6577
6578 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6579
6580         Patch by: Wouter Cloetens <wouter at mind dot be>
6581
6582         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
6583         Copy timestamp from input to output. Not very perfect yet but better
6584         than nothing. Fixes #503023.
6585
6586 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6587
6588         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
6589           Also print a useful error message with the old Wavpack API
6590           if possible.
6591
6592 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
6593
6594         * ext/wavpack/gstwavpackdec.c:
6595           More build fixes for old libwavpack versions: include config.h so
6596           that WAVPACK_OLD_API is actually defined as detected; only use
6597           WavpackGetErrorMessage if it is available. This fixes the build
6598           on debian stable for me.
6599
6600 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6601
6602         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
6603         * ext/wavpack/gstwavpackparse.c:
6604           (gst_wavpack_parse_create_src_pad):
6605           Workaround the non-existance of WavpackGetChannelMask in Wavpack
6606           versions below 4.40.0.
6607
6608 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6609
6610         * configure.ac:
6611           And now do it right for real...
6612
6613 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6614
6615         * configure.ac:
6616           Correctly reset $LIBS to not contain -lm.
6617
6618 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6619
6620         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
6621
6622         * configure.ac:
6623         * ext/cairo/gsttimeoverlay.c:
6624           (gst_cairo_time_overlay_print_smpte_time):
6625           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
6626           and checking for rint() and implementing it ourself if it doesn't
6627           exist. Fixes #497293.
6628
6629 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6630
6631         * configure.ac:
6632           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
6633
6634 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
6635
6636         * sys/oss/gstosshelper.c:
6637         Verify that the format returned after the ioctl is the one
6638         we requested. It is valid for the ioctl to succeed while
6639         substituting an alternate 'supported' sample format.
6640
6641 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
6642
6643         * sys/oss/gstossaudio.c: (plugin_init):
6644         * sys/oss/gstosssink.c: (gst_oss_sink_open):
6645         * sys/oss/gstosssrc.c: (gst_oss_src_open):
6646           Post decent (and translated) error message when we can't
6647           open the audio device for some reason.
6648
6649 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
6650
6651         * sys/oss/gstosssink.c:
6652         * sys/oss/gstosssrc.c:
6653         Allow the AUDIODEV environment variable to redirect us
6654         to a different default OSS device, like sunaudiosink does
6655         on Solaris (makes audio play automatically on SunRays).
6656
6657 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
6658
6659         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
6660         * gst/audiofx/audiochebyshevfreqband.c:
6661         (gst_audio_chebyshev_freq_band_transform_ip):
6662         * gst/audiofx/audiochebyshevfreqlimit.c:
6663         (gst_audio_chebyshev_freq_limit_transform_ip):
6664         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
6665         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
6666         The transform_ip() methods should do nothing if in passthrough mode.
6667         It might get non-writable buffers in that case but the buffer might
6668         as well be writable.
6669
6670         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
6671         The transform() methods won't be called in passthrough mode and
6672         otherwise the buffer is always writable so don't check here.
6673
6674 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
6675
6676         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
6677           Fix seeking in .wav files again (#501775).  Some people seem to think
6678           they don't need to test their changes when they're just 'reflowing'
6679           some code.
6680
6681 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
6682
6683         * gst/autodetect/gstautovideosink.c:
6684         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
6685         (gst_auto_video_sink_init),
6686         (gst_auto_video_sink_create_element_with_pretty_name),
6687         (gst_auto_video_sink_find_best),
6688         (gst_auto_video_sink_set_property),
6689         (gst_auto_video_sink_get_property):
6690         * gst/autodetect/gstautovideosink.h:
6691         Fix docs.
6692         Use same error reporting code as autoaudiosink.
6693         Add property to filter sinks based on caps. Only select raw video sinks
6694         by default for backwards compat.
6695         API: GstAutoVideoSink::filter-caps
6696
6697 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
6698
6699         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6700
6701         * gst/autodetect/gstautoaudiosink.c:
6702         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
6703         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
6704         (gst_auto_audio_sink_set_property),
6705         (gst_auto_audio_sink_get_property):
6706         * gst/autodetect/gstautoaudiosink.h:
6707         Add property to filter sinks based on caps. Only select raw audio sinks
6708         by default for backwards compat.  Fixes #417420.
6709         API: GstAutoAudioSink::filter-caps
6710
6711 2007-11-29  Michael Smith <msmith@fluendo.com>
6712
6713         Patch by: Arek Korbik <arkadini@gmail.com>
6714
6715         * gst/videobox/gstvideobox.c: (plugin_init):
6716           Initialise liboil in plugin_init()
6717
6718 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
6719
6720         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
6721         Post error before sending EOS. Fixes #499178.
6722
6723 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
6724
6725         * win32/vs6/gst_plugins_good.dsw:
6726         * win32/vs6/libgstpng.dsp:
6727         Add a project file for libgstpng
6728
6729 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
6730
6731         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
6732         (gst_rtp_h263_depay_process):
6733         Code beautification.
6734         Added debug statements.
6735         Don't bit-shift everything, just do operations on last/first byte
6736         instead.
6737
6738 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
6739
6740         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
6741
6742         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
6743         Fix wrong comparison in overrun check. Fixes #499239 some more.
6744
6745 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
6746
6747         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
6748         (gst_rtp_h263_depay_process):
6749         * gst/rtp/gstrtph263depay.h:
6750         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
6751         stream.
6752
6753 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
6754
6755         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
6756
6757         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
6758         (gst_rtp_mp4a_depay_process):
6759         * gst/rtp/gstrtpmp4adepay.h:
6760         Fix depayloading when multiple frames are inside one RTP packet.
6761         Fixes #499239.
6762
6763 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
6764
6765         * gst/level/gstlevel.c:
6766           Add GAP-flag support.
6767
6768 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
6769
6770         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
6771         Read the I flag for Mode A h263 rtp stream and set the
6772         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
6773         Fixes #499383
6774
6775 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
6776
6777         * gst/level/gstlevel.c:
6778           Remove some dead code and do cleanups.
6779
6780 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
6781
6782         * tests/check/pipelines/simple-launch-lines.c:
6783           Improve the tests by allowing to set a target state.
6784
6785 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
6786
6787         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
6788         Don't check the caps of the output buffer if they're equal some
6789         other caps. The caps can change in a backward compatible way
6790         and did at this point.
6791
6792 2007-11-24  Julien MOUTTE  <julien@moutte.net>
6793
6794         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
6795         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
6796         (gst_qtdemux_seek_to_previous_keyframe),
6797         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
6798         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
6799         reverse playback support.
6800
6801 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
6802
6803         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
6804         Also set the channel layout on the Wavpack caps if we're having
6805         a mono layout. Of course only do it for "audio/x-wavpack".
6806
6807 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
6808
6809         * ext/wavpack/gstwavpackcommon.c:
6810         (gst_wavpack_get_default_channel_mask),
6811         (gst_wavpack_set_channel_layout),
6812         (gst_wavpack_get_default_channel_positions),
6813         (gst_wavpack_get_channel_mask_from_positions),
6814         (gst_wavpack_set_channel_mapping):
6815         * ext/wavpack/gstwavpackcommon.h:
6816         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
6817         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
6818         * ext/wavpack/gstwavpackdec.h:
6819         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
6820         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
6821         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
6822         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
6823         (gst_wavpack_enc_rewrite_first_block),
6824         (gst_wavpack_enc_sink_event):
6825         * ext/wavpack/gstwavpackenc.h:
6826         * ext/wavpack/gstwavpackparse.c:
6827         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
6828         (gst_wavpack_parse_scan_to_find_sample),
6829         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
6830         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
6831         * ext/wavpack/gstwavpackparse.h:
6832         Add support for encoding, parsing and decoding multichannel
6833         files with up to 8 channels. This also improves the robustness
6834         of parsing quite a bit.
6835
6836         * ext/wavpack/gstwavpackstreamreader.c:
6837         (gst_wavpack_stream_reader_read_bytes),
6838         (gst_wavpack_stream_reader_get_pos),
6839         (gst_wavpack_stream_reader_set_pos_abs),
6840         (gst_wavpack_stream_reader_set_pos_rel),
6841         (gst_wavpack_stream_reader_push_back_byte),
6842         (gst_wavpack_stream_reader_get_length),
6843         (gst_wavpack_stream_reader_can_seek),
6844         (gst_wavpack_stream_reader_write_bytes):
6845         Improve debugging.
6846
6847 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
6848
6849         * ext/libpng/gstpngdec.c:
6850         * ext/libpng/gstpngdec.h:
6851           Don't release the png-memory from within the callback.
6852
6853 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
6854
6855         Patch by: René Stadler <mail at renestadler dot de>
6856
6857         * ext/libpng/gstpngenc.c:
6858           Don't leak buffer data memory. Fixes #498395.
6859
6860 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
6861
6862         Patch by: René Stadler <mail at renestadler dot de>
6863
6864         * tests/check/pipelines/simple-launch-lines.c:
6865           Tests for #498395.
6866
6867 2007-11-20  Julien MOUTTE  <julien@moutte.net>
6868
6869         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
6870         (gst_tag_lib_mux_adjust_event_offsets):
6871         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
6872         * sys/osxaudio/Makefile.am:
6873         * sys/osxvideo/cocoawindow.h:
6874         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
6875
6876 2007-11-15  David Schleef  <ds@schleef.org>
6877
6878         * ext/cairo/gsttextoverlay.c:
6879           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
6880
6881 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6882
6883         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
6884
6885         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
6886         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
6887         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
6888         * gst/rtp/gstrtpmp2tpay.h:
6889         Fill the MTU with as many packets as possible. Fixes #491323.
6890
6891 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6892
6893         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6894
6895         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
6896         Fix some more leaks. Fixes #497007.
6897
6898 2007-11-15  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/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
6903         (gst_rtspsrc_stream_configure_tcp):
6904         Fix 3 pad leaks. Fixes #496983.
6905
6906 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6907
6908         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6909
6910         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
6911         Fix small leak. Fixes #497017.
6912
6913 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6914
6915         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6916         (gst_qtdemux_prepare_current_sample),
6917         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
6918         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
6919         * gst/qtdemux/qtdemux_fourcc.h:
6920         * gst/qtdemux/qtdemux_types.c:
6921         Add suppport for theora in quicktime according to XiphQT.
6922
6923 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
6924
6925         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
6926         (gst_v4l2src_init), (gst_v4l2src_set_property),
6927         (gst_v4l2src_get_property):
6928         * sys/v4l2/gstv4l2src.h:
6929         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
6930           Always copy buffers by default (handle safer with bugged drivers)
6931           and added a property to make it possible to use mmap effectively (no
6932           copy if possible) when application wants to. Fixes: #480557.
6933
6934 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6935
6936         * gst/id3demux/id3tags.c:
6937         * gst/id3demux/id3tags.h:
6938         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
6939           We don't want the same string multiple times in a tag list for the
6940           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
6941           this doesn't happen and remove special-case code for GST_TAG_GENRE.
6942
6943 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6944
6945         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
6946           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
6947           into ID3v2 TXXX frames (fixes #347848).
6948
6949 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6950
6951         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
6952           Don't leak sdp message contents (fixes #496773).
6953
6954         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
6955           Don't leak URI string.
6956
6957 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6958
6959         Patch by: Julien Puydt <julien dot puydt at laposte net>
6960
6961         * ext/raw1394/Makefile.am:
6962         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
6963           (gst_1394_property_probe_get_properties),
6964           (gst_1394_property_probe_probe_property),
6965           (gst_1394_property_probe_needs_probe),
6966           (gst_1394_property_probe_get_values),
6967           (gst_1394_property_probe_interface_init),
6968           (gst_1394_type_add_property_probe_interface):
6969         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
6970         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
6971           (gst_dv1394src_init), (gst_dv1394src_dispose),
6972           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
6973           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
6974           (gst_dv1394src_update_device_name):
6975         * ext/raw1394/gstdv1394src.h:
6976           Implement GstPropertyProbe interface and add "device-name" property,
6977           so applications can use this to probe for available devices in the
6978           same way they can already with v4lsrc and v4l2src (however horrible
6979           this property probe interface may be). Fixes #358841.
6980
6981 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6982
6983         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6984
6985         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
6986           (gst_rtspsrc_parse_range):
6987           Don't leak event, don't leak range (fixes #496752).
6988
6989 2007-11-14  Michael Smith <msmith@fluendo.com>
6990
6991         Patch by: Arek Korbik <arkadini@gmail.com>
6992
6993         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
6994           Detect RGBA/BGRA correctly on little endian systems.
6995
6996 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
6997
6998         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
6999           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
7000           corresponding ioctl() call fails even though the driver claims to
7001           support this format, just fall back to the pre-2.6.19 kernel
7002           routine that creates caps with suitable height and width ranges
7003           (see #448278).
7004
7005 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
7006
7007         Patch by: Mark Nauwelaerts <manauw skynet be>
7008
7009         * gst/matroska/matroska-demux.c:
7010           (gst_matroska_demux_push_dvd_clut_change_event),
7011           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
7012           (gst_matroska_demux_subtitle_caps):
7013         * gst/matroska/matroska-ids.h:
7014           Extract palette data for dvd subpicture streams and send it
7015           downstream as custom gstreamer dvd event (fixes #453417).
7016
7017 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
7018
7019         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
7020           Implement minimal parsing of the passed pango font description
7021           string, so passing a font size works the same as with the
7022           pango textoverlay plugin; fixes #455086.
7023           (Maybe we could just use pangocairo here at some point).
7024
7025 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
7026
7027         * gst/avi/gstavidemux.c:
7028         * gst/wavparse/gstwavparse.c:
7029           Return the result in _activate_pull(). Don't ref element there.
7030
7031 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
7032
7033         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
7034         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
7035         (gst_wavparse_srcpad_event):
7036           Ref the element when we should, but not when we its not needed. Reflow
7037           the event_handling to not leak the event.       
7038
7039 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
7040
7041         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
7042         (qtdemux_parse_samples):
7043         Properly free QTDemuxSamples array.
7044         Protect table write with a sensible check, some files apparently DO contain
7045         stts values starting with 0 :(
7046
7047 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
7048
7049         * gst/avi/gstavidemux.c:
7050         * gst/qtdemux/qtdemux.c:
7051           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
7052           previous commit messed up.
7053
7054 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
7055
7056         * gst/avi/gstavidemux.c:
7057         * gst/qtdemux/qtdemux.c:
7058           Sync _handle_src_event() with oggdemux. In avidemux also ref the
7059           element when we should, but not when we its not needed.
7060
7061 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
7062
7063         * gst/wavparse/gstwavparse.c:
7064           Return FALSE if we can't handle a query instead of changing the
7065           format. Ignore fact when dealing with mpeg audio.
7066
7067 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
7068
7069         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
7070
7071         * configure.ac:
7072         * gst/udp/gstdynudpsink.c:
7073         * gst/udp/gstdynudpsink.h:
7074         * gst/udp/gstmultiudpsink.c:
7075         * gst/udp/gstmultiudpsink.h:
7076         * gst/udp/gstudpsink.c:
7077         * gst/udp/gstudpsink.h:
7078           Fix includes for MSVC and GLib-2.14.0 (#492388).
7079
7080         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
7081           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
7082
7083 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
7084
7085         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
7086         (gst_mulawdec_chain):
7087         * gst/law/mulaw-decode.h:
7088         Calculate outgoing buffer duration if incoming buffer didn't have a
7089         valid duration.
7090
7091 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
7092
7093         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
7094         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
7095         Smarter combine_flow code that also deals with downstream elements
7096         returning UNEXPECTED when they receive data out of the segment
7097         boundaries. Fixes #491305.
7098
7099 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
7100
7101         * sys/v4l2/v4l2src_calls.c:
7102           Fix 'unused variable' compiler warning when compiling against
7103           older kernel headers.
7104
7105 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
7106
7107         * ext/taglib/gstid3v2mux.cc (add_funcs):
7108           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
7109
7110 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
7111
7112         * tests/check/pipelines/simple-launch-lines.c:
7113            Improve the tests a little more.
7114
7115 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
7116
7117         patch by: Yun Zheng Hu
7118
7119         * sys/osxaudio/gstosxaudiosrc.c:
7120         Use default input device instead of default output device and
7121         only memcpy actual available bytes.
7122
7123 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
7124
7125         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7126           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
7127           early. It is temporary until we find something better.
7128
7129 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
7130
7131         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7132
7133         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
7134         Fix race when pausing a RTSP stream in interleaved.
7135         Fixes #475784.
7136
7137 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
7138
7139         Patch by: Peter Kjellerstedt <pkj at axis com>
7140
7141         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
7142         Use correct unref function for buffers. #488844.
7143
7144 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
7145
7146         * gst/avi/gstavimux.c:
7147         * tests/check/elements/avimux.c:
7148           Add some debug and sync tests with the fix.     
7149
7150 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
7151
7152         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
7153
7154         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7155         When the socket is used by the app for other purposes, don't generate an
7156         error if there is activaty on the socket that is not data related.
7157         Fixes #487488.
7158
7159 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
7160
7161         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
7162         (gst_v4l2src_grab_frame):
7163         Add some more debug info. Generate an error when we run out of buffers
7164         for some reason. See #480557.
7165
7166 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
7167
7168         Patch by: Anders Skargren <anders dot skargren at axis dot com>
7169
7170         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
7171         Set marker bit correctly.
7172
7173 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
7174
7175         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
7176         Use allowed name for the GstStructure.
7177
7178 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
7179
7180         * ext/gconf/gstswitchsink.c:
7181         * gst/autodetect/gstautoaudiosink.c:
7182           Use new gst_bus_pop_filtered().
7183
7184 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
7185
7186         * sys/v4l2/gstv4l2src.c:
7187         * sys/v4l2/v4l2src_calls.c:
7188           When probing the formats and sizes a camera supports, make
7189           sure the best ones (highest resolution, prefered format)
7190           end up at the beginning of the probed caps and the less
7191           desirable ones at the end.  This is important because the
7192           order within the caps matters for things like fixation and
7193           negotiation, ie. what format is chosen in the end.
7194           With recent kernels, the current probing code will end up
7195           querying the supported sizes from lowest resolution to
7196           highest resolution, adding them to the probed caps in that
7197           order, resulting to v4l2src fixating to the lowest possible
7198           resolution if downstream does not express a size preference.
7199           Also make up a somewhat random ranking of prefered output
7200           formats for the same reason. Fixes #485828.
7201         
7202 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7203
7204         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
7205
7206         * gst/id3demux/id3v2frames.c:
7207           Extract license/copyright URIs from ID3v2 WCOP frames
7208           (Fixes #447000).
7209
7210         * tests/check/elements/id3demux.c:
7211         * tests/files/Makefile.am:
7212         * tests/files/id3-447000-wcop.tag:
7213           Add simple unit test.
7214
7215 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7216
7217         * ext/taglib/gstid3v2mux.cc:
7218           Add support for license/copyright URI tags (ID3v2 WCOP frame).
7219           Prerequisite for #447000.
7220
7221 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
7222
7223         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
7224         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
7225         a GstClockTime.
7226
7227 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
7228
7229         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
7230         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
7231         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
7232         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
7233         (gst_rtspsrc_change_state):
7234         More seeking fixes, mostly passing around the new playback segment in
7235         order to configure it properly.
7236         Also reset base_time of udp sources when setting them back to PLAYING as
7237         a temporary hack until core supports seek in live sources properly.
7238
7239 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
7240
7241         * gst/rtp/gstrtpmp4adepay.c:
7242         Fix caps as to not confuse autopluggers.
7243
7244 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
7245
7246         * gst/id3demux/gstid3demux.c:
7247         * gst/id3demux/gstid3demux.h:
7248         * gst/id3demux/id3tags.c:
7249         * gst/id3demux/id3tags.h:
7250         * gst/id3demux/id3v2frames.c:
7251           Port ID3 tag demuxer over to the new GstTagDemux in -base
7252           (now would be a good time to test re-importing your music
7253           collection).
7254
7255 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
7256
7257         * gst/apetag/Makefile.am:
7258         * gst/apetag/gstapedemux.c:
7259         * gst/apetag/gstapedemux.h:
7260         * gst/apetag/gsttagdemux.c:
7261         * gst/apetag/gsttagdemux.h:
7262           Port APE tag demuxer over to the new GstTagDemux in -base.
7263
7264 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
7265
7266         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
7267         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
7268         (gst_rtspsrc_handle_internal_src_query),
7269         (gst_rtspsrc_handle_src_query), (new_session_pad),
7270         (gst_rtspsrc_stream_configure_tcp),
7271         (gst_rtspsrc_stream_configure_transport),
7272         (gst_rtspsrc_loop_send_cmd):
7273         Improve flushing behaviour.
7274         Set state of the udp sources to PAUSE/PLAYING correctly.
7275         Handle events and queries for UDP and TCP transport now.
7276
7277 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
7278
7279         * gst/rtp/gstrtpgsmdepay.c:
7280         * gst/rtp/gstrtpgsmpay.c:
7281           Add log category.
7282
7283 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
7284
7285         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
7286
7287         * tests/check/Makefile.am:
7288         * tests/check/pipelines/simple-launch-lines.c:
7289           Add unit tests for payloaders/depayloaders.
7290
7291 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
7292
7293         * gst/avi/gstavimux.c:
7294         * gst/avi/gstavimux.h:
7295           Also save codec data for audio streams. Fixes #482495.
7296
7297 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
7298
7299         * gst/avi/gstavimux.c:
7300           Fix "Index entry has invalid stream nr 1".
7301           Add support for muxing aac - work in progress (see #482495).
7302
7303 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7304
7305         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
7306         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
7307         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
7308         * gst/rtsp/gstrtspsrc.h:
7309         Parse bandwidth modifiers, they are not yet configured in the session
7310         manager because we don't have an API for that yet.
7311
7312 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7313
7314         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
7315         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
7316         Use shiny new function in -base to get the default clock-rate.
7317         Update some docs.
7318
7319 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
7320
7321         * win32/MANIFEST:
7322         Add files to win32 manifest.
7323         * win32/vs6/libgstaudiofx.dsp:
7324         * win32/vs6/libgstqtdemux.dsp:
7325         * win32/vs6/libgstrtp.dsp:
7326         * win32/vs6/libgstrtsp.dsp:
7327         Update project files.
7328
7329 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
7330
7331         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
7332         (gst_rtspsrc_play):
7333         * gst/rtsp/gstrtspsrc.h:
7334         In TCP mode, only timestamp the first buffer. TCP is not real time and
7335         it does not make sense to try to skew compensate, also some servers send
7336         the first batch of data in a burst.
7337
7338 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
7339
7340         * gst/matroska/matroska-demux.c:
7341           Fix setting the discont flag on the first buffer
7342           pushed downstream for formats with private codec
7343           data that needs to be deserialised into buffers
7344           (such as vorbis and FLAC when in a matroska container).
7345
7346 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
7347
7348         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
7349
7350         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
7351         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
7352         (gst_rtp_mp4v_pay_handle_buffer):
7353         * gst/rtp/gstrtpmp4vpay.h:
7354         Free the config string. Fixes #480707.
7355         Clean up the timestamp code a little.
7356
7357 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7358
7359         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7360         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
7361         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
7362         * gst/rtsp/gstrtspsrc.h:
7363         Set timestamps on RTP buffers in interleaved mode.
7364         Mark first buffers with a DISCONT.
7365         Remove flush hack now that sync for live sources has been figured out.
7366
7367 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7368
7369         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7370         Update documentation.
7371
7372 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7373
7374         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
7375         (gst_rtp_xqt_depay_change_state):
7376         * gst/qtdemux/gstrtpxqtdepay.h:
7377         Fail if we don't know the quicktime format.
7378
7379 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
7380
7381         * ext/flac/gstflacenc.c:
7382         * ext/flac/gstflacenc.h:
7383           Save the flow return from the last gst_pad_push() and
7384           make sure we pass the right flow return value upstream
7385           in the case of failure; minor clean-ups.
7386
7387 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7388
7389         * ext/taglib/gstapev2mux.cc:
7390         * ext/taglib/gstid3v2mux.cc:
7391         * gst/apetag/gstapedemux.c:
7392           Add support for the new GST_TAG_COMPOSER (#459809).
7393
7394 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7395
7396         * gst/law/alaw-decode.c:
7397         * gst/law/alaw-decode.h:
7398         * gst/law/alaw-encode.c:
7399         * gst/law/alaw-encode.h:
7400         * gst/law/alaw.c:
7401         * gst/law/mulaw-conversion.h:
7402           Compulsive clean-ups: use boilerplate macros, add debug
7403           categories, fix up things to conform to symbol nomenklatura,
7404           etc.
7405
7406 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7407
7408         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
7409
7410         * gst/law/alaw-decode.c:
7411         * gst/law/alaw-encode.c:
7412           Use static tables for A-Law decoding and encoding; this makes
7413           A-Law decoding and encoding less CPU-intensive, but increases
7414           the binary size a bit. Leaving old code around for now,
7415           selectable by a define in the code. Fixes #435435.
7416
7417 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
7418
7419         * configure.ac:
7420         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
7421         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
7422         in configure.ac.
7423
7424 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
7425
7426         Patch by: Jan Gerber <j at bootlab dot org>
7427
7428         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
7429         Add fourccs for MPEG2 HDV streams. Fixes #479960.
7430
7431 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
7432
7433         * sys/oss/gstosshelper.c:
7434           Use GST_WARNING instead of a g_critical. This situation is not caused
7435           by the application.
7436
7437 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7438
7439         * po/LINGUAS:
7440         * po/nl.po:
7441           Updated translations.
7442
7443 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7444
7445         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
7446
7447         * po/eu.po:
7448           Added Basque translation.
7449
7450 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7451
7452         translated by: Abel Cheung <abelcheung@gmail.com>
7453
7454         * po/zh_HK.po:
7455         * po/zh_TW.po:
7456           Added Chinese (traditional and Hong Kong) translation.
7457
7458 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7459
7460         translated by: Jakub Bogusz <qboosh@pld-linux.org>
7461
7462         * po/pl.po:
7463           Added Polish translation.
7464
7465 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7466
7467         translated by: Ilkka Tuohela <hile@iki.fi>
7468
7469         * po/fi.po:
7470           Added Finnish translation.
7471
7472 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7473
7474         translated by: Jorge González González <aloriel@gmail.com>
7475
7476         * po/es.po:
7477           Added Spanish translation.
7478
7479 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7480
7481         translated by: Mogens Jaeger <mogens@jaeger.tf>
7482
7483         * po/da.po:
7484           Added Danish translation.
7485
7486 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7487
7488         translated by: Funda Wang <fundawang@linux.net.cn>
7489
7490         * po/zh_CN.po:
7491           Added Chinese (simplified) translation.
7492
7493 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7494
7495         translated by: Alexander Shopov <ash@contact.bg>
7496
7497         * po/bg.po:
7498           Added Bulgarian translation.
7499
7500 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
7501
7502         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
7503         Set outgoing packet duration because we can. Fixes #478244 some more.
7504
7505 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
7506
7507         * ext/cairo/gsttextoverlay.c:
7508           Add info about static leak.
7509         
7510         * tests/check/Makefile.am:
7511         * tests/check/generic/states.c:
7512           Improved state change unit test.
7513
7514 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
7515
7516         * docs/plugins/.cvsignore:
7517         * tests/check/.cvsignore:
7518           Ignore registries in any format.
7519
7520 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
7521
7522         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
7523         Removed some unused code.
7524
7525         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
7526         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
7527         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
7528         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
7529         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
7530         (gst_rtp_theora_pay_flush_packet):
7531         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
7532         Try to preserve the incomming buffer duration on the outgoing
7533         packets. Fixes #478244.
7534
7535 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
7536
7537         * ext/taglib/gstapev2mux.cc:
7538         * ext/taglib/gstid3v2mux.cc:
7539           Work around compiler warnings with g++-4.2 when assigning a
7540           string constant to a gchar * (partially fixes #478092).
7541
7542 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
7543
7544         * configure.ac:
7545           We require core CVS now for gst_base_src_set_do_timestamp().
7546
7547 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
7548
7549         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
7550         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7551         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
7552         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
7553         (gst_rtspsrc_handle_message):
7554         Fix compiler warnings shown with Forte.
7555
7556 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
7557
7558         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
7559         (gst_rtspsrc_dup_printf):
7560         Give meaningfull error when all streams failed to configure for some
7561         reason.
7562
7563 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
7564
7565         * gst/rtp/README:
7566         Update README with the design for synchronisation rules of RTP on
7567         sender and receiver.
7568
7569 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
7570
7571         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
7572         (gst_wavparse_chain):
7573         Don't push EOS from the chain function, the element
7574         driving the pipeline is responsible for this. The bug
7575         this was meant to fix seems to be queue not forwarding
7576         EOS in all cases (see #476514).
7577
7578 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
7579
7580         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
7581         (gst_level_transform_ip):
7582         * gst/level/gstlevel.h:
7583         Use basetransform segment so that it is correctly managed on flushes and
7584         start/stop.
7585         Report message timestamp as stream time, which is what an application
7586         can understand.
7587
7588 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
7589
7590         * ext/taglib/gstapev2mux.cc:
7591         * ext/taglib/gstapev2mux.h:
7592         * ext/taglib/gsttaglibmux.c:
7593         * tests/check/elements/apev2mux.c:
7594         Update my mail address.
7595
7596 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
7597
7598         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
7599         (gst_wavparse_loop), (gst_wavparse_chain):
7600         Add EOS logic for the push-based mode too. Fixes #476514.
7601
7602 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
7603
7604         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
7605         * gst/law/alaw-encode.h:
7606         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
7607         (gst_mulawenc_chain):
7608         * gst/law/mulaw-encode.h:
7609         Fix law encoder timestamps.
7610
7611 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
7612
7613         * ext/gconf/gstgconfaudiosink.c:
7614           Fix warning when building without debug.
7615
7616         * sys/oss/gstossmixertrack.c:
7617           Use const like in alsamixertrack.c (fixes warnings).
7618
7619 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
7620
7621         * sys/v4l2/v4l2src_calls.c:
7622         (gst_v4l2src_probe_caps_for_format_and_size):
7623         Fix framerate detection code some more.
7624         Handle the case where there is a weird step in the stepwise framerates.
7625         Don't overwrite the min interval with the framerate, use a temp variable
7626         instead.
7627         Use max in the Continuous framerate intervals instead of step, which is
7628         1 according to the docs. Fixes #475424.
7629
7630 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
7631
7632         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
7633         Make udpsrc timestamp outgoing buffers based on when they were received.
7634         Also make it output a segment in time.
7635
7636 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
7637
7638         * gst/avi/gstavidemux.c:
7639           Plug a little leak. Little code cleanups.
7640
7641 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
7642
7643         * configure.ac:
7644           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
7645           flac versions, 's good for cross-compilation karma.
7646
7647 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
7648
7649         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
7650
7651         * gst/rtp/gstrtph263pay.c:
7652           Fix up header structure so that compilers don't add padding
7653           between the structure fields, since that would lead to us
7654           sending RTP packets with broken headers (as is currently the
7655           case when compiling with MSVC). Also see similar fixes in
7656           libgstrtp in gst-plugins-base. (#474616; #471194)
7657
7658 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
7659
7660         * sys/v4l2/v4l2src_calls.c:
7661         (gst_v4l2src_probe_caps_for_format_and_size):
7662         Don't overwrite our GValue with 0 but instead use the previously
7663         computed value. Fixes #471823 some more.
7664
7665 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
7666
7667         * docs/plugins/gst-plugins-good-plugins.hierarchy:
7668           No tabs in this file please, or gtk-doc will end up documenting
7669           rather absurd class hierarchies.
7670
7671 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
7672
7673         * ext/gconf/gstswitchsink.c:
7674           If the new kid element fails to change state for some reason
7675           (e.g. esdsink not being able to connect to the sound server),
7676           forward the error message it posted on the bus instead of just
7677           posting a generic 'Internal state change error: please file a
7678           bug' error message. Fixes #471364.
7679
7680 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7681
7682         * gst/qtdemux/Makefile.am:
7683         * gst/qtdemux/qtdemux.c:
7684           Don't assume tags are encoded as UTF-8 (#473670).
7685
7686 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7687
7688         * sys/v4l2/gstv4l2src.c:
7689         * sys/v4l2/gstv4l2src.h:
7690         * sys/v4l2/v4l2src_calls.c:
7691           Implement LATENCY queries in the crudest way possible so I don't
7692           have to use sync=false any longer when testing with videosinks.
7693
7694 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7695
7696         * configure.ac:
7697           Fix build.
7698
7699 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7700
7701         * sys/v4l2/v4l2src_calls.c:
7702         (gst_v4l2src_probe_caps_for_format_and_size):
7703         Add some more debugging in the framerate function.
7704         Iterate stepwise framerate up to and _including_ the max and if nothing
7705         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
7706         don't end up with an empty list. Fixes #471823
7707
7708 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7709
7710         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
7711         (gst_multiudpsink_set_clients_string),
7712         (gst_multiudpsink_get_clients_string),
7713         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
7714         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
7715         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
7716         (gst_multiudpsink_clear):
7717         Add property do configure destination address/port pairs
7718         API:GstMultiUDPSink::clients
7719
7720 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7721
7722         * tests/examples/Makefile.am:
7723         * tests/examples/rtp/Makefile.am:
7724         * tests/examples/rtp/client-H263p-AMR.sh:
7725         * tests/examples/rtp/client-H263p-PCMA.sdp:
7726         * tests/examples/rtp/client-H263p-PCMA.sh:
7727         * tests/examples/rtp/client-H264-PCMA.sdp:
7728         * tests/examples/rtp/client-H264-PCMA.sh:
7729         * tests/examples/rtp/client-PCMA.sh:
7730         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
7731         * tests/examples/rtp/server-alsasrc-PCMA.sh:
7732         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
7733         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
7734         Added some RTP example scripts for sending and receiving RTP streams.
7735
7736 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7737
7738         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
7739         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
7740         Restructure the setcaps function so that we can also compute the
7741         expected GStreamer output size of the video frames.
7742         Set frame_byte_size correctly so that read-based devices have a chance
7743         of working correctly.
7744         When grabbing a frame, discard frames that are not of the expected size.
7745         Some cameras don't output the right framesize for the first buffer.
7746         Try only a couple of times to get a valid frame, else error out.
7747
7748         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
7749         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
7750         Add some more debug info when scanning the device.
7751
7752         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
7753         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
7754         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
7755         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
7756         Add some more debug info when dequeing a frame.
7757
7758 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
7759
7760         * gst/wavparse/gstwavparse.c:
7761           More code cleanups. Add some more comment and improve debugs logs.
7762
7763 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
7764
7765         * gst/wavparse/gstwavparse.c:
7766         * gst/wavparse/gstwavparse.h:
7767           Implement seek-query. Refactor duration calculations. Appropriate use
7768           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
7769           out of loops.
7770
7771 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
7772
7773         * gst/avi/gstavidemux.c:
7774           Implement seek-query.
7775
7776 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
7777
7778         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
7779         (gst_rtspsrc_dup_printf):
7780         Use new basesink async property to make sparse RTCP packet not wait for
7781         preroll.
7782
7783 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
7784
7785         * gst/audiofx/Makefile.am:
7786         Dist the right file.
7787
7788 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
7789
7790         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
7791         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
7792         Make sure we generate and parse floating point values in the POSIX
7793         locale instead of the current locale. 
7794
7795 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
7796
7797         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
7798         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7799         (gst_rtspsrc_play):
7800         * gst/rtsp/gstrtspsrc.h:
7801         Fix method detection again.
7802         Keep track of when we must send a Range header.
7803         Use segment values for Range, Speed and Scale headers.
7804         Parse Speed and Scale headers to update the segment values.
7805
7806 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
7807
7808         patch by: Mark Nauwelaerts <manauw@skynet.be>
7809
7810         * sys/v4l2/v4l2src_calls.c:
7811           Handle optional v4l2 ioctls gracefully.
7812
7813 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
7814
7815         * gst/rtp/Makefile.am:
7816         * gst/rtp/gstrtp.c: (plugin_init):
7817         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
7818         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
7819         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
7820         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
7821         (gst_rtp_h263_depay_get_property),
7822         (gst_rtp_h263_depay_change_state),
7823         (gst_rtp_h263_depay_plugin_init):
7824         * gst/rtp/gstrtph263depay.h:
7825         Added an H263 depayloader. Fixes #369392.
7826
7827         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
7828         (gst_rtp_h263p_depay_process):
7829         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
7830         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
7831         Make the H263+ pay/depayloader support H263-1998 and H263-2000
7832         payloads.
7833         Also alow plain H263 on the h263p payloaders. Fixes #465040.
7834
7835 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
7836
7837         * gst/audiofx/audiochebyshevfreqband.c:
7838         * gst/audiofx/audiochebyshevfreqlimit.c:
7839         Add small comparision with the windowed sinc filters in the docs.
7840
7841 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
7842
7843         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
7844         (audiochebyshevfreqband_suite):
7845         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
7846         (audiochebyshevfreqlimit_suite):
7847         Also test 32 bit float mode and the type 2 variants of the filters.
7848
7849 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
7850
7851         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
7852         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
7853         (gst_rtspsrc_loop):
7854         Refactor the udp and interleaved loop function a bit.
7855
7856 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7857
7858         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
7859         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
7860         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
7861         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
7862         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
7863         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
7864         * gst/rtsp/gstrtspsrc.h:
7865         Protect connection activity with a new lock, avoids deadlocks when going
7866         to PAUSED. Fixes #455808.
7867
7868 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7869
7870         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
7871         Fix debug statement.
7872
7873 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7874
7875         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
7876         Fix stray %u in debug line as spotted by Saur on IRC.
7877
7878 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
7879
7880         * gst/audiofx/audiochebyshevfreqband.c:
7881         (gst_audio_chebyshev_freq_band_class_init):
7882         * gst/audiofx/audiochebyshevfreqlimit.c:
7883         (gst_audio_chebyshev_freq_limit_class_init):
7884         Use generator macros for the process functions for the different
7885         sample types, add lower upper boundaries for the GObject properties
7886         so automatically generated UIs can use sliders and add a note about
7887         the number of poles as a too high number of poles combined with
7888         very low or very high frequencies will produce only noise.
7889         * docs/plugins/gst-plugins-good-plugins.args:
7890         Regenerated for the property changes.
7891
7892 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7893
7894         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
7895         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
7896         (gst_rtspsrc_stream_configure_udp_sink),
7897         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
7898         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
7899         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
7900         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
7901         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
7902         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7903         * gst/rtsp/gstrtspsrc.h:
7904         Improve timeout handling.
7905         Use the same socket for sending and receiving RTCP packets so that some
7906         servers can track clients better.
7907         Improve connection closed handling. Try to reconnect.
7908         Don't overwrite our content base with NULL.
7909         Improve debugging.
7910         Improve range parsing and handling.
7911         Remove flushing hack now that core does the right thing.
7912
7913 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7914
7915         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
7916         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
7917         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
7918         (gst_multiudpsink_close), (gst_multiudpsink_add):
7919         * gst/udp/gstmultiudpsink.h:
7920         Add support for getting and setting the socket to use.
7921
7922         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
7923         (gst_udpsrc_create), (gst_udpsrc_get_property):
7924         Add support for getting the currently used socket.
7925
7926 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
7927
7928         reviewed by: Stefan Kost  <ensonic@users.sf.net>
7929
7930         * gst/audiofx/Makefile.am:
7931         * gst/audiofx/audiochebyshevfreqband.c:
7932         (gst_audio_chebyshev_freq_band_mode_get_type),
7933         (gst_audio_chebyshev_freq_band_base_init),
7934         (gst_audio_chebyshev_freq_band_dispose),
7935         (gst_audio_chebyshev_freq_band_class_init),
7936         (gst_audio_chebyshev_freq_band_init),
7937         (generate_biquad_coefficients), (calculate_gain),
7938         (generate_coefficients),
7939         (gst_audio_chebyshev_freq_band_set_property),
7940         (gst_audio_chebyshev_freq_band_get_property),
7941         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
7942         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
7943         (gst_audio_chebyshev_freq_band_start):
7944         * gst/audiofx/audiochebyshevfreqband.h:
7945         * gst/audiofx/audiochebyshevfreqlimit.c:
7946         (gst_audio_chebyshev_freq_limit_mode_get_type),
7947         (gst_audio_chebyshev_freq_limit_base_init),
7948         (gst_audio_chebyshev_freq_limit_dispose),
7949         (gst_audio_chebyshev_freq_limit_class_init),
7950         (gst_audio_chebyshev_freq_limit_init),
7951         (generate_biquad_coefficients), (calculate_gain),
7952         (generate_coefficients),
7953         (gst_audio_chebyshev_freq_limit_set_property),
7954         (gst_audio_chebyshev_freq_limit_get_property),
7955         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
7956         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
7957         (gst_audio_chebyshev_freq_limit_start):
7958         * gst/audiofx/audiochebyshevfreqlimit.h:
7959         * gst/audiofx/audiofx.c: (plugin_init):
7960         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
7961         Fixes #464800.
7962
7963         * tests/check/Makefile.am:
7964         * tests/check/elements/.cvsignore:
7965         * tests/check/elements/audiochebyshevfreqband.c:
7966         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
7967         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
7968         * tests/check/elements/audiochebyshevfreqlimit.c:
7969         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
7970         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
7971         Add unit tests for the chebyshev filters.
7972
7973         * docs/plugins/Makefile.am:
7974         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7975         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7976         * docs/plugins/gst-plugins-good-plugins.args:
7977         * docs/plugins/inspect/plugin-1394.xml:
7978         * docs/plugins/inspect/plugin-audiofx.xml:
7979         * docs/plugins/inspect/plugin-dv.xml:
7980         * docs/plugins/inspect/plugin-flac.xml:
7981         * docs/plugins/inspect/plugin-jpeg.xml:
7982         * docs/plugins/inspect/plugin-png.xml:
7983         * docs/plugins/inspect/plugin-rtp.xml:
7984         * docs/plugins/inspect/plugin-shout2send.xml:
7985         * docs/plugins/inspect/plugin-wavpack.xml:
7986         And add docs for the chebyshev filters. While doing
7987         that also run make update in docs/plugins.
7988
7989 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
7990
7991         * ext/annodex/gstcmmltag.c:
7992         * gst/rtp/gstrtpvorbispay.c:
7993           Make ro memory to share.
7994
7995 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7996
7997         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7998         Improve UDP performance by avoiding a select() when we have data
7999         available immediatly.
8000
8001 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
8002
8003         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
8004         (gst_rtp_dec_class_init):
8005         * gst/rtsp/gstrtpdec.h:
8006         Add (dummy) SSRC management signals.
8007
8008         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8009         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
8010         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
8011         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
8012         (on_timeout), (gst_rtspsrc_stream_configure_manager),
8013         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
8014         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
8015         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
8016         * gst/rtsp/gstrtspsrc.h:
8017         Add connection-speed property.
8018         Add find_stream helper functions.
8019         Handle stream EOS based on BYE messages or SSRC timeout.
8020         Returns SUCCESS from the state change function as we hide our async
8021         elements from the parent.
8022
8023 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
8024
8025         * gst/debug/rndbuffersize.c:
8026           Fix da leak.
8027
8028 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
8029
8030         * gst/debug/Makefile.am:
8031         * gst/debug/breakmydata.c:
8032         * gst/debug/gstdebug.c:
8033         * gst/debug/negotiation.c:
8034         * gst/debug/progressreport.c:
8035         * gst/debug/rndbuffersize.c:
8036         * gst/debug/testplugin.c:
8037           Add new test element and clean-up the others a little.
8038
8039 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
8040
8041         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
8042         Fix parsing of mp4a version 0 atoms. Fixes #465774.
8043
8044 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
8045
8046         * gst/rtp/gstrtpilbcdepay.c:
8047           Include stdlib.
8048
8049 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
8050
8051         * gst/rtp/gstrtpmpvdepay.c:
8052         Set the mpegversion in the caps so that autoplugging does not get
8053         confused.
8054
8055 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8056
8057         * po/hu.po:
8058         * po/uk.po:
8059         * po/vi.po:
8060           Updated translations.
8061
8062 2007-08-08  Michael Smith <msmith@fluendo.com>
8063
8064         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
8065           Render right border in the correct location.
8066
8067 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
8068
8069         Patch by: Olivier Crete <tester at tester dot ca>
8070
8071         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
8072         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
8073         Make mode property a string. Fixes #464475.
8074
8075 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
8076
8077         * ext/flac/gstflacenc.c:
8078           Widen caps to match decoder a bit and add more FIXMEs.
8079
8080 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
8081
8082         patch by: Mark Nauwelaerts <manauw@skynet.be>
8083
8084         * gst/avi/gstavimux.c:
8085           Fix ODML index tag numbering. Fixes #463624.
8086
8087 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
8088
8089         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
8090         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
8091         (gst_rtspsrc_stream_configure_tcp),
8092         (gst_rtspsrc_stream_configure_udp_sink):
8093         Fix default clock-rate for realmedia.
8094         Fix parsing of transport.
8095         Don't try to link NULL pads.
8096
8097 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
8098
8099         * po/POTFILES.skip:
8100           Add POTFILES.skip with list of source files that aren't disted at the
8101           moment but contain translatable strings. Should hopefully pacify
8102           broken tools and make it clearer that these files are left out
8103           intentionally (#461600).
8104
8105 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
8106
8107         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
8108         If the buffer was entirely clipped ... don't try sending it :)
8109
8110 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8111
8112         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
8113         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
8114         (gst_rtspsrc_create_transports_string),
8115         (gst_rtspsrc_prepare_transports):
8116         If we don't hav a session manager, set the caps on outgoing buffers
8117         ourselves.
8118         Force PAUSE/PLAY methods for now until the extensions can overwrite.
8119         Append final bit of the transport string even when it does not contain a
8120         placeholder.
8121
8122 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8123
8124         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
8125         (gst_rtsp_ext_list_connect):
8126         * gst/rtsp/gstrtspext.h:
8127         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
8128         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
8129         Clean up the interface list.
8130         Allow connecting to interface signals for the extensions.
8131         Remove old extension code.
8132         Free list on cleanup.
8133         Allow extensions to send additional RTSP messages.
8134
8135 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
8136
8137         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
8138         Handle a NULL gconf key gracefully by rendering the default element.
8139
8140 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8141
8142         * gst/rtsp/gstrtspext.h:
8143         Fix include path for extension interface.
8144
8145 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
8146
8147         * gst/audiofx/audioamplify.h:
8148         Also remove a now unecessary variable here.
8149
8150 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
8151
8152         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
8153         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
8154         * gst/audiofx/audiodynamic.c:
8155         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
8156         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
8157         * gst/audiofx/audiodynamic.h:
8158         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
8159         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
8160         * gst/audiofx/audioinvert.h:
8161         Don't save format information ourselves, this is already saved in
8162         GstAudioFilter.
8163
8164 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
8165
8166         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
8167         (gst_rtsp_ext_list_stream_select):
8168         * gst/rtsp/gstrtspext.h:
8169         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
8170         Use rank to filter out extensions.
8171         Add url to stream_select interface call.
8172
8173 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
8174
8175         * gst/rtsp/Makefile.am:
8176         * gst/rtsp/base64.c:
8177         * gst/rtsp/base64.h:
8178         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
8179         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
8180         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
8181         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
8182         (gst_rtsp_ext_list_setup_media),
8183         (gst_rtsp_ext_list_configure_stream),
8184         (gst_rtsp_ext_list_get_transports),
8185         (gst_rtsp_ext_list_stream_select):
8186         * gst/rtsp/gstrtspext.h:
8187         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
8188         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
8189         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
8190         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
8191         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
8192         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
8193         (gst_rtspsrc_stream_configure_tcp),
8194         (gst_rtspsrc_stream_configure_mcast),
8195         (gst_rtspsrc_stream_configure_udp),
8196         (gst_rtspsrc_stream_configure_udp_sink),
8197         (gst_rtspsrc_stream_configure_transport),
8198         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
8199         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
8200         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
8201         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
8202         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8203         (gst_rtspsrc_parse_methods),
8204         (gst_rtspsrc_create_transports_string),
8205         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
8206         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
8207         (gst_rtspsrc_play), (gst_rtspsrc_pause),
8208         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
8209         * gst/rtsp/gstrtspsrc.h:
8210         * gst/rtsp/rtsp.h:
8211         * gst/rtsp/rtspconnection.c:
8212         * gst/rtsp/rtspconnection.h:
8213         * gst/rtsp/rtspdefs.c:
8214         * gst/rtsp/rtspdefs.h:
8215         * gst/rtsp/rtspext.h:
8216         * gst/rtsp/rtspextwms.c:
8217         * gst/rtsp/rtspextwms.h:
8218         * gst/rtsp/rtspmessage.c:
8219         * gst/rtsp/rtspmessage.h:
8220         * gst/rtsp/rtsprange.c:
8221         * gst/rtsp/rtsprange.h:
8222         * gst/rtsp/rtsptransport.c:
8223         * gst/rtsp/rtsptransport.h:
8224         * gst/rtsp/rtspurl.c:
8225         * gst/rtsp/rtspurl.h:
8226         * gst/rtsp/sdp.h:
8227         * gst/rtsp/sdpmessage.c:
8228         * gst/rtsp/sdpmessage.h:
8229         * gst/rtsp/test.c:
8230         Use shiny new RTSP and SDP library.
8231         Implement RTSP extensions using the new interface.
8232         Remove a lot of old code.
8233
8234 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
8235
8236         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
8237         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
8238
8239 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
8240
8241         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
8242         Don't unref the outgoing buffer twice when dropping it because it's
8243         outside of the segment.
8244
8245 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
8246
8247         * configure.ac:
8248         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
8249         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
8250         Use the new buffer clipping function from gstaudio here and
8251         require gst-plugins-base CVS.
8252         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
8253         For framed Wavpack buffers we require a valid timestamp.
8254
8255 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
8256
8257         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
8258         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
8259         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
8260         Clip raw audio and video when we can, keep track of current output
8261         segment.
8262         Don't leak buffers and events when there is no output pad.
8263         Improve debugging here and there.
8264
8265 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
8266
8267         * configure.ac:
8268           Sync liboil check with plugins-base.
8269
8270 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
8271
8272         * ext/annodex/Makefile.am:
8273           Fix CFLAGS/LIBS.
8274
8275         * ext/cdio/gstcdiocddasrc.c:
8276         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
8277           Include stdlib
8278
8279         * ext/cairo/Makefile.am:
8280         * gst/videofilter/Makefile.am:
8281         * tests/examples/level/Makefile.am:
8282           Use $(LIBM) instead of -lm
8283
8284 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8285
8286         * sys/v4l2/gstv4l2src.c:
8287           Add another example pipeline.
8288
8289 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8290
8291         Patch by: Alexander Eichner <alexeichi@yahoo.de>
8292
8293         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
8294           Use define here.
8295
8296         * sys/v4l2/gstv4l2tuner.c:
8297         (gst_v4l2_tuner_set_frequency_and_notify):
8298           Don't touch the property - its still disabled.
8299
8300         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
8301         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
8302         * sys/v4l2/v4l2src_calls.h:
8303           Improve fallback format negotionation. Fixes #451388
8304
8305 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8306
8307         * tests/check/elements/videocrop.c: (GST_START_TEST):
8308           Fix the test.
8309
8310 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8311
8312         * docs/plugins/Makefile.am:
8313         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8314         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8315         * docs/plugins/inspect/plugin-jpeg.xml:
8316         * docs/plugins/inspect/plugin-png.xml:
8317         * ext/jpeg/gstjpegdec.c:
8318         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
8319         (gst_pngdec_sink_setcaps):
8320           More docs. More logs in pngdec.
8321
8322 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
8323
8324         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
8325           Initialize num_buffers with minimum value.
8326
8327         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
8328         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
8329           Handle frame-size query failure gracefully.
8330
8331 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
8332
8333         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
8334         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
8335         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
8336         of qt/aac files.
8337
8338 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
8339
8340         * ext/wavpack/gstwavpackdec.c:
8341         (gst_wavpack_dec_clip_outgoing_buffer):
8342         Fix buffer clipping to correctly clip to the segment stop.
8343
8344 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8345
8346         * configure.ac:
8347         * tests/Makefile.am:
8348         Remove bogus check for libcheck, since we check for
8349         gstreamer-check and it pulls in the required info from there,
8350         and we weren't actually _using_ the information for libcheck
8351         ourselves anyway.
8352
8353 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
8354
8355         * configure.ac:
8356           Use pkg-config to locate check.
8357
8358 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
8359
8360         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
8361         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
8362         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
8363         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
8364         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
8365         * gst/effectv/gstaging.c: (gst_agingtv_transform):
8366         * gst/effectv/gstdice.c: (gst_dicetv_transform):
8367         * gst/effectv/gstedge.c: (gst_edgetv_transform):
8368         * gst/effectv/gstquark.c: (gst_quarktv_transform):
8369         * gst/effectv/gstrev.c: (gst_revtv_transform):
8370         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
8371         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
8372         * gst/effectv/gstwarp.c: (gst_warptv_transform):
8373         * gst/matroska/matroska-demux.c:
8374         (gst_matroska_demux_add_wvpk_header),
8375         (gst_matroska_demux_check_subtitle_buffer),
8376         (gst_matroska_decode_buffer):
8377         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
8378           Fix build against core CVS.
8379
8380 2007-07-10  Edward Hervey  <bilboed@gmail.com>
8381
8382         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
8383         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
8384         don't have enough granularity to convert that boolean into a
8385         GstFlowReturn.
8386
8387 2007-07-06  Michael Smith <msmith@fluendo.com>
8388
8389         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
8390         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
8391         (gst_alawdec_change_state):
8392         * gst/law/alaw-decode.h:
8393         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
8394         (gst_mulawdec_class_init), (gst_mulawdec_init),
8395         (gst_mulawdec_chain), (gst_mulawdec_change_state):
8396         * gst/law/mulaw-decode.h:
8397           Fix capsnego bogosity in *law decoders. 
8398
8399 2007-07-06  Michael Smith <msmith@fluendo.com>
8400
8401         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
8402         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
8403         (gst_smokeenc_change_state):
8404         * ext/jpeg/gstsmokeenc.h:
8405           Remove stupidity in get/set caps functions.
8406           Fix some refcounting problems.
8407
8408 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
8409
8410         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
8411         Remove endianness-flipping hack that seems to have been required
8412         only because of a bug in ffmpegcolorspace.
8413         Partially Fixes: #451908
8414
8415 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
8416
8417         * docs/plugins/Makefile.am:
8418           Simplify --extra-dir as gtkdoc scans recursively.
8419
8420 2007-07-03  Wim Taymans  <wim@fluendo.com>
8421
8422         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8423
8424         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
8425         Set the encoding-name in the rtp caps to all uppercase, as required by
8426         the caps spec.
8427         Some small cleanups in the error paths. Fixes #453037.
8428
8429 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
8430
8431         * ext/wavpack/gstwavpackparse.c:
8432         (gst_wavpack_parse_index_get_last_entry),
8433         (gst_wavpack_parse_index_get_entry_from_sample),
8434         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
8435         (gst_wavpack_parse_scan_to_find_sample):
8436         * ext/wavpack/gstwavpackparse.h:
8437         Use a GSList for the GArray that is used like a list anyway.
8438
8439 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
8440
8441         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
8442         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
8443         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
8444           Add state change function where we set 0/1 as default framerate in
8445           case our setcaps function isn't called, like it might not in a
8446           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
8447           gdkpixbufdec trying to create caps with a 0/0 framerate.
8448           Also post an error message on the bus if gst_pad_push() fails when
8449           called from our sink event handler (+1 for flow returns for event
8450           functions in 0.11) instead of failing silently.
8451
8452 2007-06-27  Wim Taymans  <wim@fluendo.com>
8453
8454         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
8455         Cast stack args to the proper types. Fixes #451249.
8456
8457 2007-06-27  Wim Taymans  <wim@fluendo.com>
8458
8459         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
8460         (new_session_pad), (gst_rtspsrc_setup_streams):
8461         * gst/rtsp/gstrtspsrc.h:
8462         For container formats we only need to activate one of the streams so
8463         that we correctly signal no-more-pads. Fixes #451015.
8464
8465 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
8466
8467         * docs/plugins/gst-plugins-good-plugins.args:
8468         * docs/plugins/inspect/plugin-aasink.xml:
8469         * docs/plugins/inspect/plugin-alaw.xml:
8470         * docs/plugins/inspect/plugin-alpha.xml:
8471         * docs/plugins/inspect/plugin-alphacolor.xml:
8472         * docs/plugins/inspect/plugin-annodex.xml:
8473         * docs/plugins/inspect/plugin-apetag.xml:
8474         * docs/plugins/inspect/plugin-audiofx.xml:
8475         * docs/plugins/inspect/plugin-auparse.xml:
8476         * docs/plugins/inspect/plugin-autodetect.xml:
8477         * docs/plugins/inspect/plugin-avi.xml:
8478         * docs/plugins/inspect/plugin-cacasink.xml:
8479         * docs/plugins/inspect/plugin-cairo.xml:
8480         * docs/plugins/inspect/plugin-cdio.xml:
8481         * docs/plugins/inspect/plugin-cutter.xml:
8482         * docs/plugins/inspect/plugin-debug.xml:
8483         * docs/plugins/inspect/plugin-efence.xml:
8484         * docs/plugins/inspect/plugin-effectv.xml:
8485         * docs/plugins/inspect/plugin-esdsink.xml:
8486         * docs/plugins/inspect/plugin-flac.xml:
8487         * docs/plugins/inspect/plugin-flxdec.xml:
8488         * docs/plugins/inspect/plugin-gconfelements.xml:
8489         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8490         * docs/plugins/inspect/plugin-goom.xml:
8491         * docs/plugins/inspect/plugin-halelements.xml:
8492         * docs/plugins/inspect/plugin-icydemux.xml:
8493         * docs/plugins/inspect/plugin-id3demux.xml:
8494         * docs/plugins/inspect/plugin-jpeg.xml:
8495         * docs/plugins/inspect/plugin-ladspa.xml:
8496         * docs/plugins/inspect/plugin-level.xml:
8497         * docs/plugins/inspect/plugin-matroska.xml:
8498         * docs/plugins/inspect/plugin-mulaw.xml:
8499         * docs/plugins/inspect/plugin-multipart.xml:
8500         * docs/plugins/inspect/plugin-navigationtest.xml:
8501         * docs/plugins/inspect/plugin-ossaudio.xml:
8502         * docs/plugins/inspect/plugin-png.xml:
8503         * docs/plugins/inspect/plugin-quicktime.xml:
8504         * docs/plugins/inspect/plugin-rtp.xml:
8505         * docs/plugins/inspect/plugin-rtsp.xml:
8506         * docs/plugins/inspect/plugin-smpte.xml:
8507         * docs/plugins/inspect/plugin-speex.xml:
8508         * docs/plugins/inspect/plugin-taglib.xml:
8509         * docs/plugins/inspect/plugin-udp.xml:
8510         * docs/plugins/inspect/plugin-videobalance.xml:
8511         * docs/plugins/inspect/plugin-videobox.xml:
8512         * docs/plugins/inspect/plugin-videocrop.xml:
8513         * docs/plugins/inspect/plugin-videoflip.xml:
8514         * docs/plugins/inspect/plugin-videomixer.xml:
8515         * docs/plugins/inspect/plugin-wavenc.xml:
8516         * docs/plugins/inspect/plugin-wavparse.xml:
8517         * docs/plugins/inspect/plugin-ximagesrc.xml:
8518           Update docs with caps info.
8519
8520 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
8521
8522         * po/POTFILES.in:
8523           Add more files with translatable strings (#450878).
8524
8525 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
8526
8527         * MAINTAINERS:
8528         Updating all the maintainers files
8529
8530 2007-06-22  Edward Hervey  <edward@fluendo.com>
8531
8532         * ext/flac/gstflactag.c: (gst_flac_tag_init):
8533         * gst/interleave/deinterleave.c: (deinterleave_init),
8534         (deinterleave_sink_link):
8535         * gst/interleave/interleave.c: (interleave_init):
8536         * gst/median/gstmedian.c: (gst_median_init):
8537         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
8538         Fix memory leaks.
8539         * tests/check/elements/id3demux.c: (pad_added_cb):
8540         Remove unused variable.
8541
8542 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
8543
8544         * ext/gconf/gconf.h:
8545         Make the prototype of gst_gconf_get_key_for_sink_profile
8546         match the implementation.
8547         Patch by: Damien Carbery <damien dot carbery at sun dot com>
8548         Fixes: #449747
8549
8550 2007-06-20  Michael Smith <msmith@fluendo.com>
8551
8552         * gst/rtp/gstrtpdepay.c:
8553           Fix description - rtpdepay is not a payloader.
8554
8555 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
8556
8557         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
8558         (qtdemux_video_caps):
8559         * gst/qtdemux/qtdemux_fourcc.h:
8560           Add MJPG to the variants of motion jpeg.
8561
8562 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
8563
8564         * tests/check/Makefile.am:
8565         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8566         * tests/check/elements/videocrop.c: (GST_START_TEST):
8567         * tests/check/elements/videofilter.c:
8568         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
8569         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
8570           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
8571           error flags are included and it errors out on compiler warnings
8572           for CVS builds; remove unused variables in various unit tests.
8573
8574 2007-06-19  Wim Taymans  <wim@fluendo.com>
8575
8576         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8577         (rtsp_connection_close), (rtsp_connection_free):
8578         Use threadsafe inet_ntop to convert an ip number to a string. 
8579         Fixes #447961.
8580         Don't leak fd (and ip) when freeing a connection without first closing
8581         it.
8582
8583 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
8584
8585         * configure.ac:
8586         Back to CVS
8587
8588         * gst-plugins-good.doap:
8589         Add 0.10.6 to the doap file.
8590
8591 === release 0.10.6 ===
8592
8593 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
8594
8595         * configure.ac:
8596           releasing 0.10.6, "Wobble Board"
8597
8598 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
8599
8600         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8601         (rtsp_connection_free):
8602           Revert previous commit again, since we are frozen (sorry).
8603
8604 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
8605
8606         Patch by: Peter Kjellerstedt <pkj at axis com>
8607
8608         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8609         (rtsp_connection_free):
8610           inet_ntoa() uses a static buffer internally, so we need to copy the
8611           returned string if we want to store it for later (#447961).
8612
8613 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
8614
8615         * win32/vs6/autogen.dsp:
8616         * win32/vs6/gst_plugins_good.dsw:
8617         * win32/vs6/libgstalaw.dsp:
8618         * win32/vs6/libgstalpha.dsp:
8619         * win32/vs6/libgstalphacolor.dsp:
8620         * win32/vs6/libgstapetag.dsp:
8621         * win32/vs6/libgstaudiofx.dsp:
8622         * win32/vs6/libgstauparse.dsp:
8623         * win32/vs6/libgstautodetect.dsp:
8624         * win32/vs6/libgstavi.dsp:
8625         * win32/vs6/libgstcutter.dsp:
8626         * win32/vs6/libgstdirectdraw.dsp:
8627         * win32/vs6/libgstdirectsound.dsp:
8628         * win32/vs6/libgsteffectv.dsp:
8629         * win32/vs6/libgstflx.dsp:
8630         * win32/vs6/libgstgoom.dsp:
8631         * win32/vs6/libgsticydemux.dsp:
8632         * win32/vs6/libgstid3demux.dsp:
8633         * win32/vs6/libgstinterleave.dsp:
8634         * win32/vs6/libgstjpeg.dsp:
8635         * win32/vs6/libgstlevel.dsp:
8636         * win32/vs6/libgstmatroska.dsp:
8637         * win32/vs6/libgstmedian.dsp:
8638         * win32/vs6/libgstmonoscope.dsp:
8639         * win32/vs6/libgstmulaw.dsp:
8640         * win32/vs6/libgstmultipart.dsp:
8641         * win32/vs6/libgstqtdemux.dsp:
8642         * win32/vs6/libgstrtp.dsp:
8643         * win32/vs6/libgstrtsp.dsp:
8644         * win32/vs6/libgstsmpte.dsp:
8645         * win32/vs6/libgstspeex.dsp:
8646         * win32/vs6/libgstudp.dsp:
8647         * win32/vs6/libgstvideobalance.dsp:
8648         * win32/vs6/libgstvideobox.dsp:
8649         * win32/vs6/libgstvideocrop.dsp:
8650         * win32/vs6/libgstvideoflip.dsp:
8651         * win32/vs6/libgstvideomixer.dsp:
8652         * win32/vs6/libgstwaveform.dsp:
8653         * win32/vs6/libgstwavenc.dsp:
8654         * win32/vs6/libgstwavparse.dsp:
8655         Mark *.dsp & *.dsw as binary files and convert to DOS line
8656         endings, as they don't load into VS6 correctly otherwise.
8657
8658 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
8659
8660         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8661         (rtsp_connection_connect):
8662         Fix the MingW build. 
8663         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
8664         Fixes: #446981
8665
8666 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
8667
8668         * tests/check/elements/.cvsignore:
8669         * tests/icles/.cvsignore:
8670         Hush the buildbots up
8671
8672 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
8673
8674         * configure.ac:
8675         * sys/Makefile.am:
8676         * sys/directdraw/Makefile.am:
8677         * sys/directsound/Makefile.am:
8678         * sys/waveform/Makefile.am:
8679         Make sure to dist everything needed for win32 builds.
8680
8681 2007-06-14  Edward Hervey  <edward@fluendo.com>
8682
8683         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
8684         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
8685         caps.
8686         Fixes #447458
8687
8688 2007-06-13  Wim Taymans  <wim@fluendo.com>
8689
8690         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
8691         Make sure we allocate enough memory for the codec_data.
8692         Fixes #447210.
8693
8694 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
8695
8696         * win32/MANIFEST:
8697         Add videocrop project file to the win32 manifest.
8698         * win32/vs6/gst_plugins_good.dsw:
8699         Add qtdemux,videocrop and waveform projects to the workspace.
8700         * win32/vs6/libgstqtdemux.dsp:
8701         Add zlib to the link list of qtdemux.
8702         * win32/vs6/libgstvideocrop.dsp:
8703         Add a project file for videocrop.
8704
8705 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8706
8707         * po/POTFILES.in:
8708         Add qtdemux for translation
8709
8710 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8711
8712         * configure.ac:
8713         * docs/plugins/Makefile.am:
8714         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8715         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8716         * docs/plugins/inspect/plugin-videocrop.xml:
8717         * gst-plugins-good.spec.in:
8718         * sys/Makefile.am:
8719         * tests/check/Makefile.am:
8720         * tests/icles/Makefile.am:
8721         * tests/icles/videocrop-test.c:
8722         Move videocrop and osxvideo from -bad.
8723
8724 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8725
8726         * configure.ac:
8727         * docs/plugins/Makefile.am:
8728         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8729         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8730         * docs/plugins/gst-plugins-good-plugins.args:
8731         * docs/plugins/inspect/plugin-qtdemux.xml:
8732         * docs/plugins/inspect/plugin-quicktime.xml:
8733         * win32/MANIFEST:
8734         Move qtdemux from -bad.
8735
8736         * gst-plugins-good.spec.in:
8737         Update spec file to reflect moving of qtdemux and wavpack
8738
8739 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8740         
8741         * win32/MANIFEST:
8742         * docs/plugins/Makefile.am:
8743         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8744         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8745         * docs/plugins/inspect/plugin-directdraw.xml:
8746         * docs/plugins/inspect/plugin-directsound.xml:
8747         * docs/plugins/inspect/plugin-waveform.xml:
8748         Move the waveform plugin from -bad too. Update the inspect xml
8749         files to mention Plugins Good instead of Plugins Bad.
8750
8751 2007-06-12  Andy Wingo  <wingo@pobox.com>
8752
8753         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
8754         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
8755         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
8756         finalization and resuscitation. No longer public.
8757         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
8758         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
8759         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
8760         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
8761         miniobject semantics, and be threadsafe.
8762         (gst_v4l2src_queue_frame): Remove this function, as we just call
8763         the ioctls directly in the two places where we queue buffers.
8764         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
8765         directly.
8766         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
8767         to allocate the pool, which also preallocates the GstBuffers.
8768         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
8769         queueing the frames directly.
8770         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
8771         mmap buffers have been dequeued.
8772
8773         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
8774         real MiniObject instead of rolling our own refcounting and
8775         finalizing. Give it a lock.
8776         (struct _GstV4l2Buffer): Remove one intermediary object, having
8777         the buffers hold the struct v4l2_buffer directly.
8778
8779         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
8780         capture_init so that it can set them on the buffers that it will
8781         create.
8782         (gst_v4l2src_get_read): For better or for worse, include the
8783         timestamping and offsetting code here; really we should be using
8784         bufferalloc though.
8785         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
8786         preallocated, mmap'd buffers.
8787
8788 2007-06-11  Wim Taymans  <wim@fluendo.com>
8789
8790         Patch by: daniel fischer <dan at f3c dot com>
8791
8792         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
8793         (gst_ximage_src_get_caps):
8794         Actually use the display_name property so that we can dump any
8795         available X display. Fixes #445905.
8796
8797 2007-06-11  Wim Taymans  <wim@fluendo.com>
8798
8799         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8800
8801         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
8802         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
8803         Add missing rate fields to caps. Fixes #441118.
8804
8805 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
8806
8807         * win32/vs6/gst_plugins_good.dsw:
8808         * win32/vs8/gst-plugins-good.sln:
8809         Add DirectSound and DirectDraw sinks project files to
8810         workspace and solution files.
8811
8812 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
8813
8814         Patch by: Josh Coalson <xflac at yahoo dot com>,
8815         updated by Alexis Ballier <aballier at gentoo dot org>:
8816
8817         * configure.ac:
8818         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
8819         (gst_flac_dec_setup_seekable_decoder),
8820         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
8821         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
8822         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
8823         * ext/flac/gstflacdec.h:
8824         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
8825         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
8826         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
8827         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
8828         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
8829         (gst_flac_enc_chain), (gst_flac_enc_set_property),
8830         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
8831         * ext/flac/gstflacenc.h:
8832         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
8833         
8834 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
8835
8836         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
8837         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
8838         not necessary anymore as we need at least that core version. 
8839
8840 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
8841
8842         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
8843         (gst_wavpack_dec_chain):
8844         * ext/wavpack/gstwavpackdec.h:
8845         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
8846         (gst_wavpack_parse_push_buffer):
8847         * ext/wavpack/gstwavpackparse.h:
8848         Improve discont handling by checking if the next Wavpack block has
8849         the expected, following block index.
8850
8851 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8852
8853         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
8854           Fix element description.
8855
8856 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8857
8858         * configure.ac:
8859         * docs/plugins/Makefile.am:
8860         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8861         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8862         * docs/plugins/gst-plugins-good-plugins.args:
8863         * docs/plugins/gst-plugins-good-plugins.hierarchy:
8864         * docs/plugins/gst-plugins-good-plugins.signals:
8865         * docs/plugins/inspect/plugin-autodetect.xml:
8866         * docs/plugins/inspect/plugin-gconfelements.xml:
8867         * docs/plugins/inspect/plugin-ladspa.xml:
8868         * docs/plugins/inspect/plugin-rtp.xml:
8869         * docs/plugins/inspect/plugin-wavpack.xml:
8870         * ext/Makefile.am:
8871         * tests/check/Makefile.am:
8872           move wavpack plugin.  See #352605.
8873
8874 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
8875
8876         * configure.ac:
8877         * docs/plugins/Makefile.am:
8878         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8879         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8880         * docs/plugins/gst-plugins-good-plugins.args:
8881         * sys/Makefile.am:
8882         * win32/MANIFEST:
8883         Add DirectDraw & DirectSound plugins to the build and docs.
8884
8885 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
8886
8887         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
8888         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
8889           When operating in pull mode, error out correct on not-linked.
8890
8891 2007-06-06  Andy Wingo  <wingo@pobox.com>
8892
8893         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
8894         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
8895         format and size if the ioctls are defined; should fix compilation
8896         on Linux < 2.16.19.
8897
8898 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
8899
8900         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
8901           Printf fixes in debug statements; use LOG level for debug statements
8902           that are printed for each and every frame; convert c++ comments to
8903           C-style comments; not much point using g_try_malloc() if we then not
8904           even check the return value.
8905
8906 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
8907
8908         * configure.ac:
8909           Bump requirements to released versions (core and base 0.10.13).
8910
8911         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
8912           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
8913           own implementation.
8914
8915 2007-06-05  Andy Wingo  <wingo@pobox.com>
8916
8917         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
8918         some useless comments.
8919
8920         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
8921         frames before calling STREAMON, that might leave them in a state
8922         where they can't be dequeued if we go back to NULL without calling
8923         STREAMON, according to the docs.
8924         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
8925         before we call STREAMON.
8926         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
8927         failures. (For me this code hung.) The pool refcounting is still
8928         crack; added a note to that effect.
8929
8930 2007-06-05  Wim Taymans  <wim@fluendo.com>
8931
8932         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
8933         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
8934         Add support for mapping gst structure names to the MIME type equivalent.
8935         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
8936
8937 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
8938
8939         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
8940         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
8941         (gst_wavenc_chain), (gst_wavenc_change_state):
8942         * gst/wavenc/gstwavenc.h:
8943         Properly write wav files with width!=depth by having the depth most
8944         significant bytes set and all others zero. Fixes #442535.
8945
8946 2007-06-01  Wim Taymans  <wim@fluendo.com>
8947
8948         * gst/rtsp/rtspconnection.c:
8949         Add include to make buildbot happy.
8950
8951 2007-06-01  Wim Taymans  <wim@fluendo.com>
8952
8953         Patch by: Peter Kjellerstedt  <pkj at axis com>
8954
8955         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8956         (rtsp_connection_connect), (add_date_header),
8957         (rtsp_connection_send), (parse_response_status),
8958         (parse_request_line), (parse_line), (rtsp_connection_receive):
8959         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
8960         * gst/rtsp/rtspdefs.h:
8961         * gst/rtsp/rtspmessage.c: (key_value_foreach),
8962         (rtsp_message_init_request), (rtsp_message_init_response),
8963         (rtsp_message_remove_header), (rtsp_message_append_headers),
8964         (rtsp_message_dump):
8965         * gst/rtsp/rtspmessage.h:
8966         Improves version checking, allowing an RTSP server to reply with "505
8967         RTSP Version not supported.
8968         Adds a Date header to all messages.
8969         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
8970         want to be able to send a response even if something in the request was
8971         invalid. EINVAL is only used when passing wrong arguments to functions.
8972         Do not handle an invalid method in parse_request_line(). Defer this to
8973         the caller so it can respond with "405 Method Not Allowed".
8974         Improves parsing of the timeout parameter to the Session header,
8975         allowing whitespace after the semicolon. 
8976         Avoids a compiler warning due to variables shadowing a function argument.
8977
8978 2007-06-01  Wim Taymans  <wim@fluendo.com>
8979
8980         Based on Patch by: Daniel Charles <dcharles at ti dot com>
8981
8982         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
8983         (gst_rtp_amr_depay_process):
8984         * gst/rtp/gstrtpamrdepay.h:
8985         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
8986         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
8987         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
8988         * gst/rtp/gstrtpamrpay.h:
8989         Add support for AMR-WB.
8990         Small cleanups such as using BOILERPLATE.
8991
8992 2007-05-31  Wim Taymans  <wim@fluendo.com>
8993
8994         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
8995         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
8996
8997 2007-05-30  Andy Wingo  <wingo@pobox.com>
8998
8999         * sys/v4l2/gstv4l2object.h: 
9000         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
9001         unintended changes.
9002
9003         * sys/v4l2/v4l2src_calls.h: 
9004         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
9005         the format list in the order that the driver gives it to us.
9006         (gst_v4l2src_probe_caps_for_format_and_size)
9007         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
9008         based on the capabilities of the device.
9009         (gst_v4l2src_grab_frame): Update for object variable renaming.
9010         (gst_v4l2src_set_capture): Update to be strict in its parameters,
9011         as in the set_caps below.
9012         (gst_v4l2src_capture_init): Update for object variable renaming,
9013         and reflow.
9014         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
9015         (gst_v4l2src_capture_deinit): Update for object variable renaming.
9016         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
9017         (gst_v4l2src_get_fps): Remove; these functions don't have much
9018         meaning outside of an atomic set_caps method.
9019         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
9020         known.
9021
9022         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
9023         call to update_fps; not sure about this change.
9024         (gst_v4l2_tuner_set_norm): Work around the fact that for the
9025         moment we don't have an update_fps_func.
9026
9027         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
9028         structures in the object, just store what we need. Do store the
9029         probed caps of the device. Don't store the current frame rate.
9030
9031         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
9032         update_fps_function, for now. Update for new object variable
9033         naming.
9034         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
9035         new object variable naming.
9036         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
9037         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
9038         (gst_v4l2src_get_caps): Rework to probe the device for supported
9039         frame sizes and frame rates.
9040         (gst_v4l2src_set_caps): Rework to be strict in the given
9041         parameters: if someone asks us to have a certain size and rate,
9042         that is what we configure.
9043         (gst_v4l2src_get_read): Update for object variable naming. Don't
9044         leak buffers on short reads.
9045         (gst_v4l2src_get_mmap): Update for object variable naming, and add
9046         comments.
9047         (gst_v4l2src_create): Update for object variable naming.
9048
9049 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
9050
9051         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
9052         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
9053         * gst/avi/gstavidemux.h:
9054           Parse subtitle text streams instead of erroring out (#442034). Still
9055           needs a parser for the subtitles to actually show up.
9056
9057 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
9058
9059         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
9060         (gst_avi_demux_loop):
9061           Make _push_event() return TRUE if the event could be pushed on at
9062           least one pad and not only if it could be pushed on all pads,
9063           otherwise we'll end up posting an error message on EOS if one or
9064           more source pads are not connected.
9065
9066 2007-05-28  Wim Taymans  <wim@fluendo.com>
9067
9068         * gst/rtsp/rtsptransport.c:
9069         Use renamed RTP bin.
9070
9071 2007-05-28  Wim Taymans  <wim@fluendo.com>
9072
9073         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
9074
9075         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
9076         (gst_video_box_set_property), (gst_video_box_transform_caps),
9077         (video_box_recalc_transform), (gst_video_box_set_caps),
9078         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
9079         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
9080         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
9081         (gst_video_box_i420_i420), (gst_video_box_transform),
9082         (plugin_init):
9083         Add AYUV->AYUV and AYUV->I420 formats. 
9084         Fix negotiation and I420->AYUV conversion.
9085         Fixes #429329.
9086
9087 2007-05-26  Wim Taymans  <wim@fluendo.com>
9088
9089         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
9090         Use different variables for nested for loops so that the outer loop
9091         functions properly and speex files with multiple frames per buffer work
9092         properly.
9093         Fixes #441408.
9094
9095 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9096
9097         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
9098           Don't leak newsegment events.
9099
9100 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9101
9102         * gst/wavparse/Makefile.am:
9103           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
9104           drags it in.
9105
9106 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9107
9108         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
9109         (notgst_value_array_append_buffer),
9110         (gst_flac_enc_process_stream_headers),
9111         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
9112         (gst_flac_enc_change_state):
9113         * ext/flac/gstflacenc.h:
9114           Collect headers, add "streamheader" field to output caps and set
9115           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
9116           produces output according to the official FLAC-to-Ogg mapping
9117           instead of completely broken files. Fixes #426044.
9118
9119 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
9120
9121         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
9122         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
9123         (gst_id3demux_sink_event):
9124         * gst/id3demux/gstid3demux.h:
9125         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
9126         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
9127         (gst_tag_demux_send_new_segment):
9128         Handle and adjust new-segment events so that downstream really
9129         sees a stream with the tag pieces stripped off the front and back.
9130         Fixes strangeness in seeking when mp3 decoders use the new-segment
9131         byte position to estimate their current playback position timestamp
9132         and then the arriving buffers don't match up.
9133
9134 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
9135
9136         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
9137           Don't unnecessarily perform a READY->NULL->READY transition on the
9138           detected audio sink when starting up. Fixes: #440127
9139
9140 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
9141
9142         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
9143         (gst_flac_enc_chain):
9144           Don't crash in chain function if setcaps hasn't been called.
9145
9146 2007-05-24  Wim Taymans  <wim@fluendo.com>
9147
9148         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
9149         Init value to avoid infinte loops.
9150
9151 2007-05-24  Wim Taymans  <wim@fluendo.com>
9152
9153         Patch by: Peter Kjellerstedt  <pkj at axis com>
9154
9155         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
9156         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
9157         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
9158         (gst_rtspsrc_play):
9159         (rtsp_connection_send), (rtsp_connection_receive):
9160         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
9161         Fix for new API.
9162
9163         * gst/rtsp/rtspconnection.c: (add_auth_header),
9164         Only add authorisation and session headers when sending messages.
9165
9166         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
9167         (rtsp_message_init_request), (rtsp_message_init_response),
9168         (rtsp_message_unset), (rtsp_message_add_header),
9169         (rtsp_message_remove_header), (rtsp_message_get_header),
9170         (rtsp_message_append_headers), (dump_key_value),
9171         (rtsp_message_dump):
9172         * gst/rtsp/rtspmessage.h:
9173         Add support for multiple headers of the same type by storing the parsed
9174         headers in a GArray instaed of a hashtable.
9175
9176 2007-05-21  Wim Taymans  <wim@fluendo.com>
9177
9178         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
9179         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
9180         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
9181         safer shutdown.
9182
9183 2007-05-21  Wim Taymans  <wim@fluendo.com>
9184
9185         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
9186         * gst/rtsp/gstrtpdec.h:
9187         Added signal for backwards compat.
9188
9189 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
9190         
9191         Patch by: René Stadler <mail at renestadler dot de>
9192
9193         * configure.ac:
9194         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
9195         (gst_au_parse_parse_header), (gst_au_parse_chain):
9196         * gst/auparse/gstauparse.h:
9197         Use audioconvert for converting from non-native endianness floats
9198         in auparse instead of doing it ourself. Fixes #424527.
9199         This needs the audioconvert from plugins-base CVS.
9200         
9201 2007-05-21  Wim Taymans  <wim@fluendo.com>
9202
9203         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
9204         (gst_rtp_h263p_pay_flush):
9205         Fix enum registration.
9206
9207 2007-05-21  Wim Taymans  <wim@fluendo.com>
9208
9209         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
9210
9211         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
9212         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
9213         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
9214         (gst_rtp_h263p_pay_flush):
9215         * gst/rtp/gstrtph263ppay.h:
9216         Add new fragmentation mode base on GOB headers. Fixes #438940.
9217
9218 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
9219
9220         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
9221           Printf format fix.
9222
9223 2007-05-18  Wim Taymans  <wim@fluendo.com>
9224
9225         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
9226         Don't crash when an unsupported transport error was returned by the
9227         server, just try to configure the next stream. Fixes #439255.
9228
9229 2007-05-18  Wim Taymans  <wim@fluendo.com>
9230
9231         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
9232         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
9233         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
9234         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9235         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
9236         * gst/rtsp/gstrtspsrc.h:
9237         Add TCP timeout property and use it for all TCP connection.
9238
9239         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9240         (rtsp_connection_write), (rtsp_connection_next_timeout),
9241         (rtsp_connection_reset_timeout):
9242         Make connect and writes cancelable and make them use the timeout.
9243
9244 2007-05-18  Wim Taymans  <wim@fluendo.com>
9245
9246         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
9247         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
9248         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9249         (gst_rtspsrc_setup_streams):
9250         Refactor timeout handling.
9251         Also send keep-alive when dealing with TCP transport.
9252
9253         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9254         (rtsp_connection_free), (rtsp_connection_next_timeout),
9255         (rtsp_connection_reset_timeout):
9256         * gst/rtsp/rtspconnection.h:
9257         Use a timer to handle the session timeouts, add some methods to deal
9258         with timeouts.
9259
9260 2007-05-17  Wim Taymans  <wim@fluendo.com>
9261
9262         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
9263         (gst_rtspsrc_setup_streams):
9264         Ignore streams that fail the setup command, we will retry with a
9265         different transport later on.
9266
9267         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
9268         (rtsp_ext_wms_configure_stream):
9269         Fix encoding name case.
9270
9271 2007-05-16  Edward Hervey  <edward@fluendo.com>
9272
9273         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
9274         Fix build on macosx.
9275
9276 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
9277
9278         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
9279         Replace direct comparison of a string with the string literal "" with
9280         a comparison of the first character with '\0'. Fixes #438926.
9281
9282 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9283
9284         * gst/debug/breakmydata.c (gst_break_my_data_init):
9285           One more try. This should be the proper fix now.
9286
9287 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9288
9289         * gst/debug/breakmydata.c:
9290           Ooops, no // comments please.
9291
9292 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9293
9294         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
9295         (gst_break_my_data_init):
9296           Fix gst_buffer_is_writable() assertion.
9297
9298 2007-05-14  David Schleef  <ds@schleef.org>
9299
9300         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
9301           video/x-raw-bayer.  Fixes #314160.
9302
9303 2007-05-14  Wim Taymans  <wim@fluendo.com>
9304
9305         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
9306         (gst_rtp_theora_depay_parse_configuration):
9307         * gst/rtp/gstrtptheorapay.c: (encode_base64),
9308         (gst_rtp_theora_pay_finish_headers),
9309         (gst_rtp_theora_pay_handle_buffer):
9310         Update theora pay/depayloader in a similar to vorbis.
9311
9312         * gst/rtp/gstrtpvorbisdepay.c:
9313         (gst_rtp_vorbis_depay_parse_configuration):
9314         Update docs.
9315
9316 2007-05-14  Wim Taymans  <wim@fluendo.com>
9317
9318         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
9319         When we try to execute a method that is not supported by the server,
9320         don't error out but remove the method from the accepted methods so that
9321         we never try to perform this method again.
9322
9323 2007-05-14  Wim Taymans  <wim@fluendo.com>
9324
9325         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
9326         Remove annoying _dump_mem.
9327
9328 2007-05-14  Wim Taymans  <wim@fluendo.com>
9329
9330         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
9331         Parse range correctly.
9332
9333         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
9334         The baseurl now always has a '/' at the start.
9335
9336 2007-05-14  Wim Taymans  <wim@fluendo.com>
9337
9338         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
9339         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
9340         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
9341         Factor out caps configuration and configure more stuff such as the time
9342         ranges and speed/scale values.
9343
9344         * gst/rtsp/rtsptransport.c:
9345         Add Copyright after non-trival fixes.
9346
9347 2007-05-12  Wim Taymans  <wim@fluendo.com>
9348
9349         Patch by: Peter Kjellerstedt  <pkj at axis com>
9350
9351         * gst/rtsp/gstrtspsrc.h:
9352         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
9353         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
9354         (rtsp_message_get_header):
9355         * gst/rtsp/rtspmessage.h:
9356         Make channel guint8 where possible.
9357         Make rtsp_message_init_data() take the channel as a guint8.
9358
9359         * gst/rtsp/rtspdefs.c:
9360         Fixed a typo: Timout -> Timeout
9361
9362         * gst/rtsp/rtspdefs.h:
9363         Make RTSP_CHECK() behave as a statement.
9364
9365         * gst/rtsp/sdpmessage.c:
9366         Avoid a compiler warning in INIT_ARRAY().
9367         Fixes #437692.
9368
9369 2007-05-12  Wim Taymans  <wim@fluendo.com>
9370
9371         Patch by: Peter Kjellerstedt  <pkj at axis com>
9372
9373         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
9374         (rtsp_url_get_request_uri):
9375         * gst/rtsp/rtspurl.h:
9376         Add support for query parameters to RTSP URLs.
9377
9378 2007-05-12  Wim Taymans  <wim@fluendo.com>
9379
9380         Patch by: Peter Kjellerstedt  <pkj at axis com>
9381
9382         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
9383         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
9384         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
9385         (rtsp_transport_parse), (rtsp_transport_as_text):
9386         * gst/rtsp/rtsptransport.h:
9387         Add validation to rtsp_transport_parse().
9388         Add rtsp_transport_as_text() to generate an RTSP header from an
9389         RTSPTransport.
9390         Change ssrc to guint (was a string) since that is what it is, even
9391         though it is sent as a hex string.
9392         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
9393         incorrect, which can be seen when looking at the examples in the RFC).
9394         Fixes #437670.
9395
9396 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
9397
9398         Patch by: Eric Anholt
9399
9400         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
9401           gst_ximage_src_ximage_get):
9402         Use union of all damage between frames to make it faster.
9403         Fixes bug #342463.
9404         Also fix crasher when cursor is at bottom right of window.
9405
9406 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
9407
9408         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9409           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
9410           streaming mode regression for file from #343837 with 'bext' chunk
9411           before the 'fmt' chunk.
9412
9413 2007-05-11  Wim Taymans  <wim@fluendo.com>
9414
9415         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
9416         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
9417         (gst_rtspsrc_handle_src_event),
9418         (gst_rtspsrc_stream_configure_manager),
9419         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
9420         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
9421         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
9422         * gst/rtsp/gstrtspsrc.h:
9423         * gst/rtsp/rtspdefs.h:
9424         Preliminary seek support.
9425         Activate internal pads so that we can receive events on them.
9426         Don't try to parse a range string when it's NULL.
9427
9428 2007-05-11  Wim Taymans  <wim@fluendo.com>
9429
9430         * gst/rtp/README:
9431         Update README with new RTP variables that will be used for
9432         synchronisation.
9433
9434         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
9435         (gst_rtp_vorbis_depay_parse_configuration),
9436         (gst_rtp_vorbis_depay_process):
9437         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
9438         (gst_rtp_vorbis_pay_finish_headers),
9439         (gst_rtp_vorbis_pay_handle_buffer):
9440         Update vorbis pay and depayloader to draft-04.
9441
9442 2007-05-11  Wim Taymans  <wim@fluendo.com>
9443
9444         * gst/rtsp/rtsptransport.c:
9445         UDP MCAST is actually the default for RTP/AVP.
9446 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
9447
9448         * gst/level/gstlevel.c: (gst_level_transform_ip):
9449         Use guint8 * instead of gpointer then vs6 can build 
9450         in_data += (filter->width / 8).
9451
9452 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
9453
9454         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
9455           gst_ximage_src_ximage_get):
9456         * sys/ximage/gstximagesrc.h (last_ximage):
9457         When using Damage actually keep the last frame, and not assume
9458         that the buffer we get already has the last frame on it.
9459         Copy the cursor over if we specify a non-zero start x and
9460         start y.
9461
9462 2007-05-11  Wim Taymans  <wim@fluendo.com>
9463
9464         * gst/rtsp/rtsptransport.c:
9465         Make UDP the default transport when not specified.
9466
9467 2007-05-09  David Schleef  <ds@schleef.org>
9468
9469         * gst/level/gstlevel.c:
9470           Revert last change.
9471
9472 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
9473
9474         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
9475         (gst_level_transform_ip):
9476         Use guint8 * instead of gpointer then vs6 know the size of data
9477         pointed when moving the pointer.
9478         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
9479         Move instructions after variables declaration.
9480         * win32/vs6/autogen.dsp:
9481         * win32/vs6/libgstrtp.dsp:
9482         * win32/vs6/libgstrtsp.dsp:
9483         Update vs6 project files.
9484
9485 2007-05-09  Wim Taymans  <wim@fluendo.com>
9486
9487         * gst/rtsp/Makefile.am:
9488         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
9489         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
9490         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
9491         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
9492         (rtsp_range_free):
9493         * gst/rtsp/rtsprange.h:
9494         Add code to parse time ranges.
9495         Report DURATION on the stream when possible.
9496
9497 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
9498
9499         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
9500         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
9501         (gst_videomixer_collected):
9502           Fix strides calculation for AYUV (it's just width*4) (#436910).
9503
9504 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
9505
9506         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
9507         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
9508         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
9509         Sync the GObject properties before each processing step to properly
9510         work with the controller.
9511
9512 2007-05-04  Wim Taymans  <wim@fluendo.com>
9513
9514         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
9515         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9516         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
9517         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
9518         (gst_rtspsrc_change_state):
9519         Let more error state trickle down so that we can catch more error
9520         cases.
9521         Handle keep-alive a little smarter by selecting a method the server
9522         actually supports.
9523         Fix a race in UDP streaming shutdown.
9524
9525 2007-05-04  Wim Taymans  <wim@fluendo.com>
9526
9527         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
9528         Ignore errors when trying to use the keep-alive messages.
9529
9530 2007-05-04  Wim Taymans  <wim@fluendo.com>
9531
9532         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
9533         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
9534         (gst_rtspsrc_stream_configure_manager),
9535         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
9536         (gst_rtspsrc_stream_configure_mcast),
9537         (gst_rtspsrc_stream_configure_udp),
9538         (gst_rtspsrc_stream_configure_udp_sink),
9539         (gst_rtspsrc_stream_configure_transport):
9540         Send RTCP messages back to the server over the TCP connection.
9541
9542         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
9543         (rtsp_connection_send), (rtsp_connection_read), (read_body),
9544         (rtsp_connection_receive):
9545         * gst/rtsp/rtspconnection.h:
9546         Factor out and expose lowlevel _write and _read methods.
9547         Implement sending data messages to the server.
9548
9549 2007-05-03  Wim Taymans  <wim@fluendo.com>
9550
9551         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
9552         (gst_multipart_mux_collected):
9553         Fix timestamps on outgoing buffers.
9554
9555 2007-05-03  Wim Taymans  <wim@fluendo.com>
9556
9557         * gst/multipart/multipartmux.c:
9558         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
9559         (gst_multipart_mux_change_state):
9560         Emit NEWSEGMENT events before pushing the first buffer.
9561
9562 2007-05-03  Wim Taymans  <wim@fluendo.com>
9563
9564         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
9565         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
9566         (gst_rtspsrc_handle_src_query),
9567         (gst_rtspsrc_stream_configure_manager),
9568         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
9569         (gst_rtspsrc_stream_configure_mcast),
9570         (gst_rtspsrc_stream_configure_udp),
9571         (gst_rtspsrc_stream_configure_udp_sink),
9572         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
9573         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
9574         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9575         (gst_rtspsrc_pause):
9576         Refactor transport configuration code.
9577         Create internal pads for TCP transport so that we can implement events
9578         and queries.
9579         Handle events and queries.
9580         Parse range from the SDP.
9581         Fix race in pause handler where the connection could still be flushing.
9582
9583 2007-05-02  Wim Taymans  <wim@fluendo.com>
9584
9585         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9586         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
9587         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
9588         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
9589         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
9590         (gst_rtspsrc_change_state):
9591         * gst/rtsp/gstrtspsrc.h:
9592         Fix race when multiple udp sources post timeouts, just act on the first
9593         received timeout.
9594         Protect stream list with a recursive lock to fix some races.
9595         Flush connection when we need to do a reconnect or stop.
9596         Make state lock recursive.
9597
9598         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9599         (rtsp_connection_close):
9600         Some small cleanups.
9601
9602 2007-05-02  Wim Taymans  <wim@fluendo.com>
9603
9604         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9605         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
9606         Only set DISCONT when there actually is a discont or when we just
9607         started.
9608
9609 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
9610
9611         * ext/flac/gstflac.c: (plugin_init):
9612         Call bindtextdomain() to get localized strings.
9613
9614 2007-05-02  Wim Taymans  <wim@fluendo.com>
9615
9616         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9617         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
9618         (gst_wavparse_stream_data):
9619         * gst/wavparse/gstwavparse.h:
9620         Be a bit more clever when dealing with VBR files with FACT tags, we
9621         don't want to timestamp buffers in that case but the estimated BPS can
9622         be used for seeking.
9623         Only send close segment in the streaming thread.
9624
9625 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
9626
9627         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
9628         Correctly post an error on the bus if something went wrong in the loop
9629         function. This fixes a few cases where the task was paused and nothing
9630         happened anymore.
9631
9632 2007-05-02  Wim Taymans  <wim@fluendo.com>
9633
9634         * gst/rtsp/test.c: (main):
9635         Fix compilation of deprecated test just because I'm too lazy to delete
9636         it.
9637
9638 2007-05-02  Wim Taymans  <wim@fluendo.com>
9639
9640         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9641         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
9642         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
9643         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
9644         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
9645         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
9646         * gst/rtsp/gstrtspsrc.h:
9647         Fix sending RTCP to the right place.
9648         Fix bug in reffing the wrong UDP element.
9649         Use new pad names for the session manager.
9650         Implement handling server requests in interleaved and UDP modes.
9651         Handle session keep-alive in UDP modes.
9652         Remove GCond for handling UDP timeouts.
9653
9654         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9655         (rtsp_connection_send), (rtsp_connection_read), (read_body),
9656         (rtsp_connection_receive), (rtsp_connection_close):
9657         * gst/rtsp/rtspconnection.h:
9658         Store connection IP address for later.
9659         Add timeout args to all operations that might block forever.
9660         Parse session timeout.
9661         Only close sockets when not already closed.
9662
9663         * gst/rtsp/rtspdefs.c:
9664         * gst/rtsp/rtspdefs.h:
9665         Add timeout return value and error string.
9666
9667         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
9668         Add small comment.
9669
9670 2007-05-01  Wim Taymans  <wim@fluendo.com>
9671
9672         Patch by: Sjoerd Simons <sjoerd at luon dot net>
9673
9674         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
9675         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
9676         * gst/rtp/gstrtpmp4vpay.h:
9677         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
9678
9679 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
9680
9681         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9682           Remove v4l2src from docs, since it breaks the docs build, and the
9683           plugin is only built if --enable-experimental is used anyway.
9684
9685         * docs/plugins/Makefile.am:
9686           Spaces => tab.
9687
9688 2007-04-29  Wim Taymans  <wim@fluendo.com>
9689
9690         * gst/udp/gstmultiudpsink.c: (leave_multicast),
9691         (gst_multiudpsink_add), (gst_multiudpsink_remove):
9692         Add code to drop membership of a multicast group.
9693
9694         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
9695         (gst_udpsink_set_uri):
9696         Implement URI handler.
9697
9698         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
9699         (gst_rtspsrc_parse_rtpinfo):
9700         Use URI handler to make udpsink instace.
9701         Improve code to configure port and destination.
9702
9703 2007-04-29  Wim Taymans  <wim@fluendo.com>
9704
9705         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
9706         Fix multicast detection.
9707         Don't try to join a multicast group if the address is not multicast.
9708
9709         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
9710         Small debug improvement.
9711
9712 2007-04-27  Wim Taymans  <wim@fluendo.com>
9713
9714         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
9715         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9716         (gst_rtspsrc_handle_message):
9717         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
9718         parent.
9719
9720 2007-04-27  Wim Taymans  <wim@fluendo.com>
9721
9722         * gst/rtp/gstrtpilbcdepay.h:
9723         Fix mode property when specified as an arg.
9724
9725 2007-04-26  Edward Hervey  <edward@fluendo.com>
9726
9727         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9728         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9729         * docs/plugins/gst-plugins-good-plugins.hierarchy:
9730         * docs/plugins/inspect/plugin-osxaudio.xml:
9731         Add documentation for osxaudio plugin.
9732
9733 2007-04-26  Wim Taymans  <wim@fluendo.com>
9734
9735         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9736         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
9737         (gst_rtspsrc_open), (gst_rtspsrc_close),
9738         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9739         (gst_rtspsrc_pause):
9740         * gst/rtsp/gstrtspsrc.h:
9741         Protect state changes with a lock.
9742
9743         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9744         (parse_line):
9745         * gst/rtsp/rtspconnection.h:
9746         Remove some unused stuff.
9747
9748 2007-04-26  Wim Taymans  <wim@fluendo.com>
9749
9750         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
9751         Handle the case where there are exactly 0 bytes to read and the ioctl
9752         did not report an error. Fixes #433530.
9753
9754 2007-04-26  Wim Taymans  <wim@fluendo.com>
9755
9756         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9757         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
9758         * gst/wavparse/gstwavparse.h:
9759         Apply DISCONT to buffers.
9760         Only apply timestamp to the first sample after a DISCONT, too many VBR
9761         files cause random jitter in the timestamps. Fixes #433119.
9762
9763 2007-04-25  Wim Taymans  <wim@fluendo.com>
9764
9765         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
9766         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
9767         (gst_rtp_dec_get_property):
9768         * gst/rtsp/gstrtpdec.h:
9769         Add dummy latency property to be backwards compat with rtpbin.
9770
9771         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
9772         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
9773         (gst_rtspsrc_stream_configure_transport),
9774         (gst_rtspsrc_parse_rtpinfo):
9775         * gst/rtsp/gstrtspsrc.h:
9776         Add latency property and configure in the session manager.
9777         Don't set invalid clock-base and seqnum-base on caps, some servers
9778         sometimes don't send them.
9779
9780 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9781
9782         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
9783         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
9784           Double-check that RGB input caps are really RGBA caps (apparently
9785           the core doesn't always catch it if those caps aren't a subset of
9786           our template caps, also see #421543). Fixes #429319 in a way.
9787           Also, don't leak the pad template in the transform_caps function.
9788
9789         * tests/check/Makefile.am:
9790         * tests/check/elements/.cvsignore:
9791         * tests/check/elements/alphacolor.c: (setup_alphacolor),
9792         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
9793         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
9794         (GST_START_TEST), (alphacolor_suite):
9795           Add some basic unit tests for alphacolor.
9796
9797 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9798
9799         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
9800           If we get a fatal flow return in the loop function, first post the
9801           error message and only then send the EOS event downstream, otherwise
9802           applications might get an eos message before the error message and
9803           think everything was ok (related to #429319).
9804
9805 2007-04-25  Wim Taymans  <wim@fluendo.com>
9806
9807         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
9808         Read the channel byte as an unsigned byte.
9809
9810 2007-04-25  Wim Taymans  <wim@fluendo.com>
9811
9812         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
9813         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
9814         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
9815         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
9816         (gst_rtp_gsm_depay_setcaps):
9817         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
9818         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
9819         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
9820         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
9821         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
9822         (gst_ilbc_depay_get_property):
9823         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
9824         * gst/rtp/gstrtpmp4adepay.c:
9825         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
9826         (gst_rtp_pcma_depay_setcaps):
9827         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
9828         (gst_rtp_pcmu_depay_setcaps):
9829         Make sure we configure the clock_rate in the baseclass in the setcaps
9830         function. Fixes #431282.
9831
9832 2007-04-25  Wim Taymans  <wim@fluendo.com>
9833
9834         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
9835         (gst_rtspsrc_stream_free), (request_pt_map),
9836         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
9837         * gst/rtsp/gstrtspsrc.h:
9838         Parse server address from SDP.
9839         Hook up a udpsink to send RTCP back to the server.
9840
9841         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9842         * gst/rtsp/rtsptransport.h:
9843         Add some docs.
9844
9845 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
9846
9847         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9848           Make header field check conditional. Fixes #433135
9849
9850 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
9851
9852         * docs/plugins/Makefile.am:
9853         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9854         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9855         * docs/plugins/inspect/plugin-alphacolor.xml:
9856         * gst/alpha/Makefile.am:
9857         * gst/alpha/gstalphacolor.c:
9858         * gst/alpha/gstalphacolor.h:
9859           Add minimal docs blurb to alphacolor; split out headers into
9860           separate header file for gtk-doc.
9861
9862 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
9863
9864         * gst/debug/progressreport.c: (gst_progress_report_report):
9865           Don't try to post NULL message (in case we can't query upstream
9866           position or duration).
9867
9868 2007-04-18  Michael Smith  <msmith@fluendo.com>
9869
9870         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
9871         (gst_cutter_get_caps):
9872         * gst/cutter/gstcutter.h:
9873           Fix some of the most obvious bugs in cutter. Now doesn't leak
9874           everything if input is silent.
9875
9876 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
9877
9878         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
9879         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
9880         * gst/wavenc/gstwavenc.h:
9881         Wav apparently only supports width==GST_ROUND_UP(depth), everything
9882         else results in a invalid block align and invalid files.
9883
9884 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
9885
9886         Patch by: Snaik <snaik32 gmail com>
9887
9888         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
9889           Add missing break statement for BOX_HORIZONTAL case.
9890
9891 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9892
9893         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
9894
9895         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9896         Use correct format strings for integer types.
9897
9898 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9899
9900         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
9901         (gst_wavparse_create_sourcepad):
9902         Use gst_riff_create_audio_template_caps () instead of the local caps.
9903         This makes updates of the local caps unecessary whenever libgstriff
9904         gets support for new formats.
9905
9906 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
9907
9908         Patch by: Brian Cameron  <brian.cameron at sun dot com>
9909
9910         * sys/sunaudio/gstsunaudio.c:
9911         * sys/sunaudio/gstsunaudiomixer.c:
9912         * sys/sunaudio/gstsunaudiomixer.h:
9913         * sys/sunaudio/gstsunaudiomixerctrl.c:
9914         * sys/sunaudio/gstsunaudiomixerctrl.h:
9915         * sys/sunaudio/gstsunaudiomixertrack.h:
9916         * sys/sunaudio/gstsunaudiosink.c:
9917         * sys/sunaudio/gstsunaudiosink.h:
9918         * sys/sunaudio/gstsunaudiosrc.c:
9919         * sys/sunaudio/gstsunaudiosrc.h:
9920           Fix and/or update copyright attributions (#430228).
9921
9922 2007-04-13  Wim Taymans  <wim@fluendo.com>
9923
9924         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9925         Fix docs.
9926
9927         * gst/rtsp/URLS:
9928         Add some more example urls.
9929
9930         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
9931         (gst_rtp_dec_chain_rtp):
9932         Better debugging.
9933
9934         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
9935         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
9936         (gst_rtspsrc_parse_rtpinfo):
9937         Remove unused code.
9938
9939 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
9940
9941         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
9942         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
9943         (gst_wavparse_stream_data):
9944           Relax the audio/mpeg caps again and add FIXME: comment.
9945
9946 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
9947
9948         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
9949         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
9950         (gst_wavparse_stream_data):
9951         * gst/wavparse/gstwavparse.h:
9952           More sanity check for the header fields. Fix type for 'rate' header
9953           field.
9954
9955 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
9956
9957         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
9958         (gst_icydemux_unicodify):
9959           If the metadata strings we get in the stream are not UTF-8, try to
9960           interpret them according to the character encodings specified in the
9961           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
9962           only fall back to locale/ISO-8859-1 if those aren't set or don't
9963           work. Should fix #428901.
9964
9965 2007-04-12  Wim Taymans  <wim@fluendo.com>
9966
9967         * gst/rtp/gstrtph264depay.c:
9968         Use the proper sync word for SPS and PPS.
9969
9970 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
9971
9972         * gst/rtp/Makefile.am:
9973         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
9974           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
9975         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
9976           Add a simple hashing implementation that we can use to generate
9977           a 24-bit ident value based on the codebooks for vorbis and theora.
9978         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
9979           gst_rtp_theora_pay_handle_buffer):
9980         * gst/rtp/gstrtpvorbisdepay.c
9981           (gst_rtp_vorbis_depay_parse_configuration,
9982           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
9983         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
9984           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
9985           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
9986           Use the hashing function, ensuring that the same codebooks result
9987           in the same ident and thus the same SDP description.
9988           Various log fixes/changes.
9989
9990 2007-04-12  Wim Taymans  <wim@fluendo.com>
9991
9992         Patch by: jerry tan <jerry dot tan at sun dot com>
9993
9994         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
9995         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
9996         application's responsibility to make sure it open the device once.
9997         Remove a careless error if AUDIODEV is set. Fixes #392620.
9998
9999 2007-04-12  Wim Taymans  <wim@fluendo.com>
10000
10001         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
10002         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
10003         * gst/rtsp/gstrtpdec.h:
10004         Make backward compat with rtpbin by adding the request-pt-map signals.
10005
10006         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
10007         (new_session_pad), (request_pt_map),
10008         (gst_rtspsrc_stream_configure_transport),
10009         (gst_rtspsrc_stream_configure_caps),
10010         (gst_rtspsrc_activate_streams):
10011         * gst/rtsp/gstrtspsrc.h:
10012         Implement request-pt-map signals instead of setting caps on the buffers
10013         for the session manager.
10014
10015 2007-04-11  Wim Taymans  <wim@fluendo.com>
10016
10017         * gst/udp/gstudp.c: (plugin_init):
10018         Register GstNetBuffer in plugin_init so that the type can be used from
10019         multiple threads without races.
10020
10021 2007-04-10  Wim Taymans  <wim@fluendo.com>
10022
10023         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
10024         (gst_rtp_amr_depay_process):
10025         Fix depayloader clock_rate and some cleanups.
10026
10027         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
10028         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10029         * gst/rtp/gstrtph264depay.h:
10030         Don't push codec_data in the adapter because it might get flushed when
10031         we get a discont.
10032
10033         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10034         Handle multiple AU per packet.
10035
10036         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
10037         (gst_rtp_sv3v_depay_plugin_init):
10038         Disable rank, this one does not work.
10039         Remove timestamping, base class does that.
10040
10041 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
10042
10043         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
10044           limit caps to the formats we announce in the template
10045
10046         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10047         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10048         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
10049           fix some crashers/asserts when dealing with broken files
10050
10051 2007-04-10  Wim Taymans  <wim@fluendo.com>
10052
10053         Patch by: Peter Kjellerstedt  <pkj at axis com>
10054
10055         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10056         * gst/rtp/gstrtpL16depay.c:
10057         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10058         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
10059         (gst_rtp_speex_depay_setcaps):
10060         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
10061         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
10062         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
10063         Fix some compiler warnings. Fixes #428182.
10064
10065 2007-04-06  Wim Taymans  <wim@fluendo.com>
10066
10067         * gst/rtsp/Makefile.am:
10068         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
10069         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
10070         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
10071         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
10072         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
10073         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
10074         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
10075         (create_rtcp), (gst_rtp_dec_request_new_pad),
10076         (gst_rtp_dec_release_pad):
10077         * gst/rtsp/gstrtpdec.h:
10078         * gst/rtsp/gstrtsp.c: (plugin_init):
10079         Morph RTPDec into something compatible with RTPBin as a fallback.
10080         Various other style fixes.
10081
10082         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
10083         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
10084         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
10085         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
10086         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
10087         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
10088         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
10089         * gst/rtsp/gstrtspsrc.h:
10090         Implement RTPBin session manager handling.
10091         Don't try to add empty properties to caps.
10092         Implement fallback session manager, handling.
10093         Don't combine errors from RTCP streams, just ignore them.
10094
10095         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
10096         * gst/rtsp/rtsptransport.h:
10097         Implement fallback session manager.
10098         Make RTPBin the default one when available.
10099
10100 2007-04-05  Wim Taymans  <wim@fluendo.com>
10101
10102         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
10103         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
10104         This element is ready to be autoplugged.
10105
10106 2007-04-05  Julien MOUTTE  <julien@moutte.net>
10107
10108         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
10109         Don't leave the offsets defined by upstream element on the
10110         compressed data buffer we are pushing downstream. Make them
10111         GST_BUFFER_OFFSET_NONE.
10112
10113 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
10114
10115         * gst/avi/README:
10116         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10117         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
10118         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
10119         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
10120         (gst_avi_demux_calculate_durations_from_index),
10121         (gst_avi_demux_stream_header_push),
10122         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
10123         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
10124           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
10125
10126 2007-04-03  Wim Taymans  <wim@fluendo.com>
10127
10128         * gst/smpte/barboxwipes.c:
10129         Fix error as spotted by Snaik <snaik32 at gmail dot com>
10130
10131 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
10132
10133         * gst/wavparse/gstwavparse.c:
10134         Support audio/x-raw-float in wav files. This only works with
10135         plugins-base CVS, using an older version doesn't have any
10136         disadvantages though.
10137
10138 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
10139
10140         * configure.ac:
10141         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
10142         (gst_au_parse_parse_header), (gst_au_parse_chain):
10143         * gst/auparse/gstauparse.h:
10144         Revert last change as we don't want plugins-good to depend on
10145         plugins-base CVS now.
10146
10147 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10148
10149         * configure.ac:
10150         Require gst-plugins-base CVS for audioconvert with non-native
10151         float support and width/depth fix in libgstriff.
10152
10153         Patch by: René Stadler <mail at renestadler dot de>
10154
10155         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
10156         (gst_au_parse_parse_header), (gst_au_parse_chain):
10157         * gst/auparse/gstauparse.h:
10158         Don't swap the floats ourself if they're not in native endianness.
10159         Instead let audioconvert handle this. Fixes #339838.
10160
10161 2007-03-29  Wim Taymans  <wim@fluendo.com>
10162
10163         * gst/rtp/gstasteriskh263.h:
10164         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
10165         (gst_rtp_h263p_depay_change_state):
10166         * gst/rtp/gstrtph263pdepay.h:
10167         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10168         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
10169         (gst_rtp_h264_depay_change_state):
10170         * gst/rtp/gstrtph264depay.h:
10171         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
10172         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
10173         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10174         Flush adapter on disconts.
10175
10176 2007-03-29  Wim Taymans  <wim@fluendo.com>
10177
10178         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
10179         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
10180         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
10181         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
10182         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10183         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
10184         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
10185         (gst_rtp_mp4v_depay_process):
10186         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
10187         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
10188         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
10189         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
10190         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
10191         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
10192         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
10193         Use more efficient adapter and rtpbuffer methods when possible.
10194
10195 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10196
10197         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
10198         (gst_wavenc_sink_setcaps):
10199         Correctly handle width!=depth input.
10200         * gst/wavparse/gstwavparse.c:
10201         Already export in the caps that width==8 uses unsigned samples and
10202         everything else uses signed samples.
10203
10204 2007-03-29  Wim Taymans  <wim@fluendo.com>
10205
10206         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
10207
10208         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
10209         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
10210         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
10211         (gst_dynudpsink_close):
10212         * gst/udp/gstdynudpsink.h:
10213         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
10214         (gst_udpsrc_create), (gst_udpsrc_set_property),
10215         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
10216         * gst/udp/gstudpsrc.h:
10217         Rework the socket allocation a bit based on the sockfd argument so that
10218         it becomes usable.
10219         Add a closefd property to instruct the udp elements to close the custom
10220         file descriptors when going to READY. Fixes #423304.
10221         API:GstUDPSrc::closefd property
10222         API:GstDynUDPSink::closefd property
10223
10224 2007-03-29  Wim Taymans  <wim@fluendo.com>
10225
10226         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
10227
10228         * gst/rtp/Makefile.am:
10229         * gst/rtp/gstrtp.c: (plugin_init):
10230         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
10231         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
10232         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
10233         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
10234         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
10235         (gst_rtp_h264_pay_plugin_init):
10236         * gst/rtp/gstrtph264pay.h:
10237         Added H264 payloader. Fixes #423782.
10238
10239         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10240         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10241         Small fixes.
10242
10243 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10244
10245         * gst/wavparse/gstwavparse.c:
10246         Actually support depths from 1 to 32, not only 8 to 32.
10247
10248 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10249
10250         * gst/wavparse/gstwavparse.c:
10251         Add support for wav files containing audio/x-raw-int with random
10252         depths between 1 and 32 bits.
10253
10254 2007-03-28  Wim Taymans  <wim@fluendo.com>
10255
10256         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
10257
10258         * gst/rtp/Makefile.am:
10259         * gst/rtp/gstrtp.c: (plugin_init):
10260         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
10261         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
10262         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
10263         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
10264         (gst_rtp_mp4a_depay_get_property),
10265         (gst_rtp_mp4a_depay_change_state),
10266         (gst_rtp_mp4a_depay_plugin_init):
10267         * gst/rtp/gstrtpmp4adepay.h:
10268         Added MP4A-LATM depayloader. Fixes #417792.
10269
10270         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
10271         (gst_rtp_mp4v_depay_process):
10272         Fixup depayloader, setting codec_data, using more efficient adaptor and
10273         rtpbuffer handling.
10274
10275         * gst/rtsp/URLS:
10276         Add url to test above.
10277
10278 2007-03-25  Wim Taymans  <wim@fluendo.com>
10279
10280         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
10281         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
10282         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
10283         (gst_rtspsrc_media_to_caps),
10284         (gst_rtspsrc_stream_configure_transport),
10285         (gst_rtspsrc_stream_configure_caps),
10286         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
10287         * gst/rtsp/gstrtspsrc.h:
10288         Handle default clock-rates for static payload types, rearrange stuff so
10289         that the rtpmap field in the sdp can override the defaults.
10290         Parse RTP-Info field to get the seqnum and timebase fields that should
10291         go in the caps.
10292         Delay configuring caps after we got the RTP-Info from the PLAY reply from
10293         the server. 
10294
10295 2007-03-22  Wim Taymans  <wim@fluendo.com>
10296
10297         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
10298
10299         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
10300         Accept complex pipeline descriptions as an audio profile instead of just
10301         a single element. Fixes #420658.
10302
10303 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
10304
10305         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
10306           Rename registered type in preparation of GstTagDemux moving to
10307           -base at some point in the future.
10308
10309 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
10310
10311         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10312           Streaming mode fixes: don't unref buffer we don't own any longer;
10313           remove bogus adapter flush. Fixes #419338.
10314
10315 2007-03-17  David Schleef  <ds@schleef.org>
10316
10317         * REQUIREMENTS: Change the format to key/value, add a bunch of
10318           information, remove a bunch of requirements that are for
10319           other GStreamer packages.
10320
10321 2007-03-17  David Schleef  <ds@schleef.org>
10322
10323         * REQUIREMENTS: Fix a few things.  This file really needs a
10324         good once-over.
10325
10326 2007-03-15  Edward Hervey  <edward@fluendo.com>
10327
10328         * sys/Makefile.am:
10329         Don't forget to distribute the sys/osxaudio/ directory.
10330
10331 2007-03-15  Edward Hervey  <edward@fluendo.com>
10332
10333         * configure.ac:
10334         * sys/Makefile.am:
10335         * sys/osxaudio/Makefile.am:
10336         * sys/osxaudio/gstosxaudio.c:
10337         * sys/osxaudio/gstosxaudiosink.c:
10338         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
10339         (gst_osx_audio_sink_getcaps),
10340         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
10341         * sys/osxaudio/gstosxaudiosrc.c:
10342         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
10343         (gst_osx_audio_src_create_ringbuffer):
10344         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
10345         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
10346         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
10347         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
10348         * sys/osxaudio/gstosxringbuffer.h:
10349         Activate osxaudio in gst-plugins-good with proper build setup.
10350         Add inlined documentation.
10351         Fix debug statements
10352         Fix ringbuffer when pausing.
10353         Fixes #323471
10354
10355 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
10356         * gst/rtp/gstrtppcmapay.c:
10357         * gst/rtp/gstrtppcmapay.h:
10358         * gst/rtp/gstrtppcmupay.c:
10359         * gst/rtp/gstrtppcmupay.h:
10360         Ported mulaw and alaw payloaders to use new base class
10361
10362 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10363
10364         * po/af.po:
10365         * po/az.po:
10366         * po/cs.po:
10367         * po/en_GB.po:
10368         * po/it.po:
10369         * po/nl.po:
10370         * po/or.po:
10371         * po/sq.po:
10372         * po/sr.po:
10373         * po/sv.po:
10374         * po/uk.po:
10375         * po/vi.po:
10376           Update translations.
10377
10378 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
10379
10380         * configure.ac:
10381           Fix string replace error (AG_AG_GST_* => AG_GST_*).
10382
10383 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
10384
10385         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
10386           Fix handling of -1 values for start and stop values when seeking,
10387           and SEEK_CUR+SEEK_END here as well.
10388
10389 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
10390
10391         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
10392           Fix handling of -1 values for start and stop values when seeking, 
10393           and SEEK_CUR+SEEK_END.
10394
10395 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
10396
10397         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
10398           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
10399           the image format a variable-length NUL-terminated string; in
10400           versions before that the image format is a fixed-length string of
10401           3 characters (see #348644 for a sample tag).
10402           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
10403
10404 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
10405
10406         * win32/MANIFEST:
10407         Add new project files to MANIFEST.
10408         * win32/vs6/libgstaudiofx.dsp:
10409         * win32/vs6/libgstrtp.dsp:
10410         * win32/vs6/libgstrtsp.dsp:
10411         Update project files.
10412         
10413 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
10414
10415         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
10416         (gst_avi_demux_parse_index):
10417         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
10418         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
10419           Printf format fixes; also add some missing quotes in translated
10420           strings. Fixes #416728 and #416727.
10421
10422 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10423
10424         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
10425           Tim and I can't think of any reason the child audio sink needs to 
10426           be set back to NULL after successfully determining that it can 
10427           reach READY - it gets immediately set back to READY by the caller
10428           anyway, causing an unnecessary close/open of any audio devices
10429           involved.
10430
10431 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10432
10433         * po/LINGUAS:
10434         * po/ja.po:
10435           Add ja.po file from #377306.
10436
10437 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10438
10439         * sys/sunaudio/gstsunaudio.c: (plugin_init):
10440         * sys/sunaudio/gstsunaudiomixertrack.c:
10441         (gst_sunaudiomixer_track_new):
10442           Actually translate sunaudio mixer track labels instead of just
10443           marking the strings as translatable (#377306); clean up weird
10444           label string mapping code that serves no apparent purpose. Also
10445           set the 'untranslated-label' property when creating mixer tracks
10446           if the GstMixerTrack base class supports this.
10447
10448         * tests/check/Makefile.am:
10449         * tests/check/elements/.cvsignore:
10450         * tests/check/elements/sunaudio.c: (GST_START_TEST),
10451         (sunaudio_suite):
10452           Very minimalistic unit test for sunaudiomixer element (compiles, but not
10453           actually tested on a system where sunaudiomixer is available).
10454
10455 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10456
10457         * tests/check/Makefile.am:
10458         Re-enable the states test and see if it works on the buildbots.
10459
10460 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10461
10462         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
10463         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
10464         (gst_dvdec_change_state):
10465         * ext/dv/gstdvdec.h:
10466         Infer pixel-aspect-ratio from the video frame format if it isn't
10467         provided by the container, as happens when playing DV from AVI
10468         or Quicktime containers.
10469
10470         Patch by: Wim Taymans <wim@fluendo.com>
10471         Fixes #380944
10472
10473 2007-03-09  Wim Taymans  <wim@fluendo.com>
10474
10475         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
10476         When activated, remove the udpsrc timeout, we have dataflow and timeouts
10477         will later be handled by the jitterbuffer.
10478
10479 2007-03-09  Wim Taymans  <wim@fluendo.com>
10480
10481         * ext/taglib/gstid3v2mux.cc:
10482         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
10483         Fixes #414496.
10484         
10485         Patch by: Alex Lancaster <alexl at users sourceforge net>
10486
10487 2007-03-09  Wim Taymans  <wim@fluendo.com>
10488
10489         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10490         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
10491         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
10492         (gst_avi_demux_chain):
10493         Fix stream position reporting after a seek. Fixes #416445.
10494
10495 2007-03-08  Wim Taymans  <wim@fluendo.com>
10496
10497         Patch by: René Stadler <mail at renestadler dot de>
10498
10499         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10500         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
10501         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
10502         Make avidemux accept optional header chunks in any order.
10503         Fixes #415446.
10504
10505 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10506
10507         * tests/check/Makefile.am:
10508         Disable the states check until the remaining Valgrind errors
10509         are fixed or suppressed.
10510
10511 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
10512
10513         * tests/check/elements/.cvsignore:
10514           Add audiodynamic check to .cvsignore
10515
10516 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
10517
10518         reviewed by: Stefan Kost  <ensonic@users.sf.net>
10519
10520         * gst/audiofx/Makefile.am:
10521         * gst/audiofx/audiodynamic.c:
10522         (gst_audio_dynamic_characteristics_get_type),
10523         (gst_audio_dynamic_mode_get_type),
10524         (gst_audio_dynamic_set_process_function),
10525         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
10526         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
10527         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
10528         (gst_audio_dynamic_transform_hard_knee_compressor_int),
10529         (gst_audio_dynamic_transform_hard_knee_compressor_float),
10530         (gst_audio_dynamic_transform_soft_knee_compressor_int),
10531         (gst_audio_dynamic_transform_soft_knee_compressor_float),
10532         (gst_audio_dynamic_transform_hard_knee_expander_int),
10533         (gst_audio_dynamic_transform_hard_knee_expander_float),
10534         (gst_audio_dynamic_transform_soft_knee_expander_int),
10535         (gst_audio_dynamic_transform_soft_knee_expander_float),
10536         (gst_audio_dynamic_transform_ip):
10537         * gst/audiofx/audiodynamic.h:
10538         * gst/audiofx/audiofx.c: (plugin_init):
10539         Add new audiodynamic element which can act as a compressor or
10540         expander. Supported are hard-knee and soft-knee operation modes with
10541         user-specified ratio and threshold.
10542         Attack and release parameters are not yet implemented but will follow.
10543         * docs/plugins/Makefile.am:
10544         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10545         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10546         * docs/plugins/gst-plugins-good-plugins.args:
10547         * docs/plugins/inspect/plugin-audiofx.xml:
10548         Integrate audiodynamic into the docs.
10549         * tests/check/Makefile.am:
10550         * tests/check/elements/audiodynamic.c: (setup_dynamic),
10551         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
10552         Add unit test for audiodynamic.
10553
10554 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
10555
10556         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
10557         Free handles that we allocated when exiting via the error paths.
10558
10559 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
10560
10561         * gst/level/gstlevel.c: (gst_level_class_init),
10562         (gst_level_set_caps), (gst_level_start), (gst_level_event),
10563         (gst_level_transform_ip):
10564         * gst/level/gstlevel.h:
10565           Resolve message timestamps against the playback segment.
10566
10567 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10568
10569         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
10570         (gst_id3demux_sink_activate):
10571           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
10572           caps passed to it (previously one code path assumed it took ownership
10573           while another one assumed it didn't, while in fact it sometimes did and
10574           sometimes didn't ...).
10575
10576         * configure.ac:
10577         * tests/files/Makefile.am:
10578         * tests/files/id3-407349-1.tag:
10579         * tests/files/id3-407349-2.tag:
10580           Add directory where data for unit tests can be stored.
10581
10582         * tests/Makefile.am:
10583         * tests/check/Makefile.am:
10584         * tests/check/elements/.cvsignore:
10585         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
10586         (read_tags_from_file), (run_check_for_file),
10587         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
10588           Add unit test for id3demux, and in particular for bug #407349. Only
10589           testing pull-mode for now; push mode doesn't work yet because the test
10590           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
10591
10592 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10593
10594         * tests/check/Makefile.am:
10595           Add missing backslash at end of line.
10596
10597 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
10598
10599         Trigger rebuild.
10600
10601 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10602
10603         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
10604         * gst/id3demux/id3tags.h:
10605         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
10606         (parse_obsolete_tdat_frame):
10607           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
10608           the four-digit number will be interpreted as a year, whereas it is
10609           month and day in DDMM format. Instead, parse TDAT frames and fix up
10610           the date in the GST_TAG_DATE tag later if we also extracted a year.
10611           Fixes #407349.
10612
10613 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
10614
10615         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
10616         (gst_switch_commit_new_kid):
10617         Fix up the dispose logic so it doesn't leak, and fix setting of 
10618         the child state so that we don't set a child to our current state 
10619         just as we are changing it to something else.
10620
10621 2007-03-06  Wim Taymans  <wim@fluendo.com>
10622
10623         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
10624         (gst_goom_chain):
10625         * gst/goom/gstgoom.h:
10626         Document, fix and improve goom adapter behaviour.
10627         Fixes #407006.
10628
10629 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10630
10631         * ext/esd/esdsink.c: (gst_esdsink_open):
10632         Unref static pad template after using it.
10633
10634 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10635
10636         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
10637         (gst_switch_commit_new_kid):
10638         Fix up the reference counting of the child elements.
10639
10640 2007-03-05  Wim Taymans  <wim@fluendo.com>
10641
10642         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
10643         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
10644         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
10645         Fix encoding-name case.
10646
10647 2007-03-05  Wim Taymans  <wim@fluendo.com>
10648
10649         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
10650         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
10651         (gst_rtp_speex_depay_process):
10652         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
10653         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
10654         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
10655         (gst_rtp_speex_pay_change_state):
10656         * gst/rtp/gstrtpspeexpay.h:
10657         Fix speex (de)payloader. Fixes #358040.
10658
10659 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10660
10661         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
10662         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
10663         Install fakesink in NULL by fixing some broken logic. This obviates
10664         the need to manually set _IS_SINK.
10665         Add some comments and remove a little cruft while I'm at it.
10666
10667 2007-03-05  Wim Taymans  <wim@fluendo.com>
10668
10669         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
10670         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
10671
10672 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
10673
10674         * po/POTFILES.in:
10675           Update.
10676
10677 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10678
10679         * tests/check/Makefile.am:
10680         Gah! Also disable gconfvideosink from the tests, otherwise
10681         it will instantiate autovideosink, and dfbvideosink and
10682         leak on the buildbots.
10683
10684 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10685
10686         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
10687         (gst_cdio_cdda_src_finalize):
10688         Make sure we always destroy our libcdio handle.
10689
10690 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10691
10692         * tests/check/Makefile.am:
10693         Disable autovideosink so the buildbots don't barf over memory
10694         leaked in the directfb sink.
10695
10696 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10697
10698         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
10699         Chain up in dispose
10700
10701 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10702
10703         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
10704         (gst_multipart_find_pad_by_mime):
10705         Use gst_pad_new_from_static_template instead of
10706         static_pad_template_get+pad_new.
10707
10708 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10709
10710         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
10711         Catch the case where no clock has been set.
10712
10713 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10714
10715         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
10716         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
10717         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
10718         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
10719         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
10720         (gst_gconf_audio_src_finalize), (do_toggle_element):
10721         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
10722         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
10723         (do_toggle_element):
10724         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
10725         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
10726         (gst_gconf_video_src_finalize), (do_toggle_element):
10727         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
10728         (gst_switch_sink_reset), (gst_switch_sink_set_child):
10729         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
10730         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
10731         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
10732         (gst_shout2send_init), (gst_shout2send_finalize):
10733         * gst/debug/testplugin.c: (gst_test_class_init),
10734         (gst_test_finalize):
10735         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
10736         (gst_flxdec_dispose):
10737         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
10738         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
10739         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
10740         (gst_rtspsrc_finalize):
10741         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
10742         * gst/rtsp/rtspextwms.h:
10743         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
10744         (gst_smpte_finalize):
10745         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
10746         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
10747         (gst_udpsink_finalize):
10748         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
10749         (gst_wavparse_sink_activate):
10750         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
10751         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
10752         (gst_oss_src_finalize):
10753         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
10754         * sys/v4l2/gstv4l2object.h:
10755         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
10756         (gst_v4l2src_finalize):
10757         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
10758
10759         Fix a bunch of leaks shown by the newly-added states test.
10760
10761 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10762
10763         * ext/dv/gstdvdec.c: (gst_dvdec_init):
10764         Use gst_pad_new_from_static_template instead of 
10765         static_pad_template_get+pad_new.
10766
10767 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
10768
10769         Patch by: Loïc Minier <lool+gnome at via ecp fr>
10770
10771         * ext/libcaca/Makefile.am:
10772         * gst/debug/Makefile.am:
10773           Don't mix tabs and spaces (#414168).
10774
10775 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
10776
10777         * tests/check/generic/.cvsignore:
10778           Ignore files to please buildbot.
10779
10780 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
10781
10782         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
10783         (gst_wavparse_stream_data):
10784           Unbreak my previous commit (swapped nominator & denominator). Tim,
10785           thanks for spotting.
10786
10787 2007-03-02  Wim Taymans  <wim@fluendo.com>
10788
10789         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
10790         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
10791         (gst_cdio_cdda_src_finalize):
10792         Small code cleanups.
10793         Don't use pad_alloc as the base class cannot deal with the error codes.
10794
10795 2007-03-02  Wim Taymans  <wim@fluendo.com>
10796
10797         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
10798         (gst_udpsrc_create):
10799         Fix doc.
10800
10801 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
10802
10803         Patch by: René Stadler <mail@renestadler.de>
10804
10805         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10806         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10807         (gst_wavparse_stream_data):
10808           Handle rounding better to not drop last sample frame. Fixes #356692
10809
10810 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
10811
10812         * tests/check/Makefile.am:
10813         Disable cacasink from the states check too - it also calls exit(1)
10814         on us when it can't find a terminal to talk to.
10815
10816 2007-03-02  Wim Taymans  <wim@fluendo.com>
10817
10818         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
10819
10820         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
10821         (gst_udpsrc_create), (gst_udpsrc_set_property),
10822         (gst_udpsrc_get_property):
10823         * gst/udp/gstudpsrc.h:
10824         Add support to strip proprietary headers. Fixes #350296.
10825
10826 2007-03-02  Wim Taymans  <wim@fluendo.com>
10827
10828         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
10829         Fix compilation.
10830
10831 2007-03-02  Wim Taymans  <wim@fluendo.com>
10832
10833         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
10834
10835         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
10836         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
10837         (gst_rtp_mp2t_depay_set_property),
10838         (gst_rtp_mp2t_depay_get_property):
10839         * gst/rtp/gstrtpmp2tdepay.h:
10840         Add support to strip off proprietary headers. Fixes #350278.
10841
10842 2007-03-02  Wim Taymans  <wim@fluendo.com>
10843
10844         * ext/hal/hal.c:
10845         Fix compilation.
10846
10847 2007-03-02  Wim Taymans  <wim@fluendo.com>
10848
10849         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
10850         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
10851         (gst_sunaudiosrc_open):
10852         * sys/sunaudio/gstsunaudiosrc.h:
10853         Remove device-name from GstSunAudioSrc. Fixes #412597.
10854
10855 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
10856
10857         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
10858         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
10859         Having NULL as UDI previously selected the default sink/src. Change
10860         this back but mention it in the debug output.
10861         * ext/hal/hal.c: (gst_hal_get_alsa_element),
10862         (gst_hal_get_oss_element), (gst_hal_get_string),
10863         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
10864         (gst_hal_get_audio_src):
10865         * ext/hal/hal.h:
10866         Refactor a bit, check all error conditions, greatly improve debugging
10867         and fix some possible memory leaks. Also implement OSS support
10868         and allow specifying an UDI that points to a real device. For this the
10869         child device which supports ALSA (preferred) or OSS is used.
10870         As a side effect this makes it impossible now to get a alsasink in
10871         halaudiosrc and a alsasrc in halaudiosink.
10872
10873 2007-03-01  Wim Taymans  <wim@fluendo.com>
10874
10875         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
10876         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
10877         Errors from the udp sources are not fatal unless all of them are in
10878         error.
10879
10880 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
10881
10882         * tests/check/Makefile.am:
10883         Disable aasink in the states test. I suspect this is the element that
10884         is calling exit(1) when it can't proceed.
10885
10886 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
10887
10888         * tests/check/Makefile.am:
10889         Draw plugins in from the build tree sys/ dir, rather than picking
10890         up the already installed versions.
10891
10892 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10893
10894         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
10895         Error out correctly when getting xcontext fails.
10896
10897 2007-03-01  Wim Taymans  <wim@fluendo.com>
10898
10899         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
10900         Make state change to PAUSED NO_PREROLL because that's what it will be in
10901         the future and rtspsrc relies on it.
10902
10903         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
10904         (gst_rtspsrc_change_state):
10905         Don't error out when we don't get an error from the state change
10906         function.
10907
10908 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
10909
10910         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
10911         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
10912           Check if the device UDI is set before trying to query HAL
10913           about it and give a useful error message if it wasn't set.
10914         * ext/hal/hal.c: (gst_hal_get_string):
10915           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
10916           gives an assertion failure in D-Bus when running with
10917           DBUS_FATAL_WARNINGS=1.
10918
10919 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10920
10921         * configure.ac:
10922           Convert to new AG_GST style.
10923
10924 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10925
10926         * tests/check/Makefile.am:
10927         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
10928           add test for states
10929
10930 2007-02-28  Wim Taymans  <wim@fluendo.com>
10931
10932         * tests/check/elements/.cvsignore:
10933         Add new videofilter check to .cvsignore.
10934
10935 2007-02-28  Wim Taymans  <wim@fluendo.com>
10936
10937         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
10938         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
10939         (gst_avi_demux_loop), (gst_avi_demux_chain):
10940         Fix combined flow return. Fixes #412608.
10941
10942 2007-02-28  Wim Taymans  <wim@fluendo.com>
10943
10944         * gst/videofilter/Makefile.am:
10945         Dist header..
10946
10947 2007-02-28  Wim Taymans  <wim@fluendo.com>
10948
10949         * gst/videofilter/gstgamma.h:
10950         Add header too.
10951
10952 2007-02-28  Wim Taymans  <wim@fluendo.com>
10953
10954         Patch by: Mark Nauwelaerts <manauw at skynet be>
10955
10956         * gst/videofilter/Makefile.am:
10957         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
10958         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
10959         (gst_gamma_get_property), (gst_gamma_calculate_tables),
10960         (oil_tablelookup_u8), (gst_gamma_set_caps),
10961         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
10962         Port gamma filter to 0.10. Fixes #412704.
10963
10964         * tests/check/Makefile.am:
10965         * tests/check/elements/videofilter.c: (setup_filter),
10966         (cleanup_filter), (check_filter), (GST_START_TEST),
10967         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
10968         Add unit tests for videofilters.
10969
10970 2007-02-28  Wim Taymans  <wim@fluendo.com>
10971
10972         * gst/rtsp/URLS:
10973         Add another interesting test url.
10974
10975         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
10976         Don't allow getting header fields from data packets.
10977
10978 2007-02-28  Michael Smith  <msmith@fluendo.com>
10979
10980         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
10981         (gst_shout2send_init), (gst_shout2send_start),
10982         (gst_shout2send_set_property), (gst_shout2send_get_property):
10983         * ext/shout2/gstshout2.h:
10984           Add a property for username.
10985
10986 2007-02-27  Christian Schallerr <christian@fluendo.com>
10987
10988         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
10989
10990 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
10991
10992         * gst/rtsp/Makefile.am:
10993         Fix make check too.
10994
10995 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
10996
10997         * gst/rtsp/base64.c: (util_base64_encode):
10998         * gst/rtsp/base64.h:
10999         Commit missing files for base64 encoding.
11000
11001 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
11002
11003         Patch by: Loïc Minier <lool+gnome at via ecp fr>
11004
11005         * configure.ac:
11006         * ext/annodex/Makefile.am:
11007         * ext/jpeg/Makefile.am:
11008         * ext/speex/Makefile.am:
11009         * gst/alpha/Makefile.am:
11010         * gst/cutter/Makefile.am:
11011         * gst/debug/Makefile.am:
11012         * gst/effectv/Makefile.am:
11013         * gst/goom/Makefile.am:
11014         * gst/level/Makefile.am:
11015         * gst/smpte/Makefile.am:
11016         * gst/videofilter/Makefile.am:
11017           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
11018
11019 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
11020
11021         * gst/rtsp/Makefile.am:
11022         * gst/rtsp/rtspconnection.c: (append_auth_header),
11023         (rtsp_connection_send), (rtsp_connection_set_auth):
11024         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
11025         from icecast to replace it. Relicensed from GPL courtesy of Mike
11026         Smith.
11027
11028 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
11029
11030         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
11031         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
11032         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
11033         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
11034         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
11035         (gst_rtspsrc_uri_set_uri):
11036         * gst/rtsp/gstrtspsrc.h:
11037         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
11038         (append_auth_header), (rtsp_connection_send),
11039         (rtsp_connection_free), (rtsp_connection_set_auth):
11040         * gst/rtsp/rtspconnection.h:
11041         * gst/rtsp/rtspdefs.h:
11042         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
11043         * gst/rtsp/rtspurl.h:
11044
11045         Implement simple Basic Authentication support so that urls like
11046         rtsp://user:pass@hostname/rtspstream work on hosts that require
11047         authentication.
11048
11049 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
11050
11051         * sys/v4l2/gstv4l2object.c:
11052         * sys/v4l2/gstv4l2tuner.c:
11053         * sys/v4l2/v4l2_calls.c:
11054         Fix segfault when oppening a radio device.
11055         
11056 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
11057
11058         * gst/level/gstlevel.c: (gst_level_set_caps),
11059         (gst_level_transform_ip):
11060         * sys/v4l2/README:
11061         * tests/check/elements/level.c: (GST_START_TEST):
11062           Fix level for multi-channel case.
11063
11064 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
11065
11066         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
11067         (gst_level_transform_ip):
11068         * gst/level/gstlevel.h:
11069           Use function pointer for process function and add process functions
11070           for float audio.
11071
11072 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
11073
11074         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11075         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11076         (gst_v4l2src_capture_init):
11077           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
11078           fixes #407369
11079
11080 2007-02-18  Wim Taymans  <wim@fluendo.com>
11081
11082         * gst/rtp/Makefile.am:
11083         * gst/rtp/gstrtp.c: (plugin_init):
11084         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
11085         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
11086         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
11087         (gst_rtp_mp2t_pay_plugin_init):
11088         * gst/rtp/gstrtpmp2tpay.h:
11089         Added simple mpeg transport stream payloader.
11090
11091 2007-02-16  Wim Taymans  <wim@fluendo.com>
11092
11093         * gst/rtsp/URLS:
11094         Add example H264 rtsp url.
11095
11096         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
11097         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
11098         Don't convert values to lowercase or we might mess up base64 encoded
11099         properties.
11100
11101 2007-02-16  Wim Taymans  <wim@fluendo.com>
11102
11103         * gst/rtp/README:
11104         Fix case of string params.
11105
11106         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
11107         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
11108         Fix depayloader, support more packet types.
11109         Add sync codes to make sure the packetizer can do its job.
11110
11111         * gst/rtp/gstrtpmp4gdepay.c:
11112         * gst/rtp/gstrtpmp4gpay.c:
11113         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
11114         Fix caps case again.
11115
11116 2007-02-15  Wim Taymans  <wim@fluendo.com>
11117
11118         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
11119         Set right caps on output buffers.
11120
11121 2007-02-14  Wim Taymans  <wim@fluendo.com>
11122
11123         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
11124         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
11125         Clear stack allocated SDPMedia struct before calling _init() on it.
11126         Clarify this in the docs as well.
11127
11128 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
11129
11130         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
11131         (do_change_child):
11132         Don't reset the profile when going switching states, as it makes
11133         the element non-reusable.
11134
11135 2007-02-14  Wim Taymans  <wim@fluendo.com>
11136
11137         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
11138         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
11139         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
11140         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
11141         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
11142         (sdp_parse_line):
11143         * gst/rtsp/sdpmessage.h:
11144         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
11145         Fix memory management of SDP messages. Fixes #407793.
11146
11147 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
11148
11149         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
11150
11151         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
11152         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
11153
11154 2007-02-14  Wim Taymans  <wim@fluendo.com>
11155
11156         Patch by: jp.liu <jp_liu at astrocom dot cn>
11157
11158         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
11159         Fix parsing of password field in url. Fixes #407797.
11160
11161 2007-02-14  Wim Taymans  <wim@fluendo.com>
11162
11163         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
11164         (gst_wavparse_reset), (gst_wavparse_init),
11165         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
11166         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
11167         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
11168         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
11169         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
11170         (gst_wavparse_loop), (gst_wavparse_chain),
11171         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
11172         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
11173         (plugin_init):
11174         * gst/wavparse/gstwavparse.h:
11175         Update docs.
11176         Use boilerplate.
11177         Various code cleanups.
11178         When the bitrate is not known (bps == 0 or compressed formats) let
11179         downstream element guestimate the duration and position and don't
11180         generate timestamps or durations. Fixes #405213.
11181         Fix EOS and ERROR conditions in chain mode, we just need to forward the
11182         error flowreturn upstream.
11183
11184 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
11185
11186         * ext/gconf/Makefile.am:
11187         * ext/gconf/gconf.c: (gst_gconf_get_string),
11188         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
11189         (gst_gconf_render_bin_with_default):
11190         * ext/gconf/gconf.h:
11191         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
11192         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
11193         (gst_gconf_audio_sink_dispose), (do_change_child),
11194         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
11195         (cb_change_child), (gst_gconf_audio_sink_change_state):
11196         * ext/gconf/gstgconfaudiosink.h:
11197         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
11198         (gst_switch_sink_class_init), (gst_switch_sink_reset),
11199         (gst_switch_sink_init), (gst_switch_sink_dispose),
11200         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
11201         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
11202         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
11203         * ext/gconf/gstswitchsink.h:
11204         * gst/autodetect/gstautoaudiosink.c:
11205         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
11206         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
11207         (gst_auto_audio_sink_detect):
11208         * gst/autodetect/gstautovideosink.c:
11209         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
11210         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
11211         (gst_auto_video_sink_detect):
11212         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
11213         and a child that implements the GConf key monitoring. The end goal of
11214         this is an audio sink that can be changed on the fly, but at the 
11215         moment it still only changes on the next READY transition.
11216
11217 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
11218
11219         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11220         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
11221         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
11222         (gst_avi_demux_calculate_durations_from_index),
11223         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
11224         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
11225         (gst_avi_demux_loop):
11226           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
11227
11228 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
11229
11230         * configure.ac:
11231         * docs/plugins/Makefile.am:
11232           Add crossreferences to glib/gobject/gstream docs.
11233
11234 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11235
11236         * gst/monoscope/Makefile.am:
11237         * gst/monoscope/gstmonoscope.c:
11238           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
11239           (but no LIBS, since we only use defines from the headers).
11240
11241 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11242
11243         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
11244
11245         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
11246         (gst_wavparse_stream_data):
11247           Fix massive memory leak when operating in streaming mode due to
11248           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
11249           Fixes #407057.
11250
11251 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11252
11253         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
11254         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
11255         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
11256         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
11257         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
11258         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
11259         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
11260         (gst_avi_demux_calculate_durations_from_index),
11261         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
11262         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
11263         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
11264         * gst/avi/gstavidemux.h:
11265           Save some memory (8%) by repacking the index entry structure (more to
11266           come). Add more FIXMEs to questionable parts.
11267
11268 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11269
11270         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
11271         (gst_v4l2src_get_caps):
11272         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11273         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11274         (gst_v4l2src_capture_init):
11275           More FIXME comments and messaging changes.
11276
11277 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11278
11279         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
11280         (gst_goom_change_state):
11281         * gst/goom/gstgoom.h:
11282           Improved docs and use GST_DEBUG_FUNCPTR.
11283
11284         * gst/level/gstlevel.c: (gst_level_class_init):
11285           Use GST_DEBUG_FUNCPTR.
11286
11287         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
11288         (gst_monoscope_chain), (gst_monoscope_change_state):
11289           Improved docs source cleanups.
11290
11291 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11292
11293         * gst/debug/Makefile.am:
11294         * gst/debug/gstdebug.c: (plugin_init):
11295         * gst/debug/gstpushfilesrc.c:
11296         * gst/debug/gstpushfilesrc.h:
11297           Add code for a pushfilesrc element that implements a pushfile:// URI
11298           handler, to make debugging push-mode operation of demuxer/decoders
11299           that support both easier in connection with seek/playbin/etc.
11300           The element isn't registered at the moment.
11301
11302 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
11303
11304         * gst/avi/gstavimux.c:
11305           Comment a #if 0 in caps template definition as VS6 seems to 
11306         do not support it.
11307         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
11308           Use gst_guint64_to_gdouble for conversion.
11309         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
11310           Move variables declaration before the first instruction.
11311         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
11312           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
11313           And don't include netdb.h for G_OS_WIN32
11314         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
11315           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
11316           by VS6 then use an other way to initialize SDPMedia structure.
11317         * gst/udp/gstdynudpsink.h:
11318         * gst/udp/gstdynudpnetutils.h:
11319           Do not include <sys/time.h> for G_OS_WIN32
11320         * gst/udp/gstudpsrc.c:
11321           Define socklen_t as int for G_OS_WIN32
11322         * win/common/config.h.in:
11323           Undef HAVE_NETINET_IN_H
11324         * win32/vs6/gst_plugins_good.dsw:
11325         * win32/vs6/libgstrtp.dsp:
11326         * win32/vs6/libgstrtsp.dsp:
11327         * win32/vs6/libgstautogen.dsp:
11328         * win32/vs6/libgstaudiofx.dsp:
11329         * win32/vs6/libgstudp.dsp:
11330           Add and update project files.
11331         * win32/common/gstudp-enumtypes.c:
11332         * win32/common/gstudp-enumtypes.h:
11333           Add a copy of udp enumtypes to win32/common as in core 
11334           and base.
11335         
11336 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
11337
11338         * configure.ac:
11339           Activate monoscope when building with --enable-experimental. Fix
11340           --enable-external configure switch description.
11341
11342         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
11343         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
11344           Help gst-indent.
11345
11346 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
11347
11348         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
11349           Explicitly cast result of pointer arithmetic to integer in order to
11350           avoid compiler warnings on some 64-bit systems. Should fix #406018.
11351
11352 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
11353
11354         * gst/debug/progressreport.c:
11355           Some more docs.
11356
11357 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11358
11359         * docs/plugins/inspect/plugin-rtp.xml:
11360           Update for new elements.
11361
11362         * gst/debug/progressreport.h:
11363           Commit newly-created header file as well.
11364
11365 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11366
11367         * docs/plugins/Makefile.am:
11368         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11369         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11370         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11371         * gst/debug/Makefile.am:
11372         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
11373         (gst_progress_report_do_query), (gst_progress_report_report):
11374           Make progressreport element post messages with the current progress
11375           on the bus. Also add some basic docs for it.
11376
11377 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
11378
11379         * ext/hal/hal.c: (gst_hal_get_string):
11380         * ext/hal/hal.h:
11381           Some small cleanups; deal with errors when parsing the HAL ALSA
11382           capabilities a bit better.
11383
11384 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11385
11386         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
11387           Let's try this again and use the right cast this time.
11388
11389 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11390
11391         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
11392           Add cast to avoid compiler warnings with older GLib versions
11393           where the nick/name members in GEnumValue are not declared as
11394           constant strings.
11395
11396 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11397
11398         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
11399         (gst_gconf_render_bin_from_key),
11400         (gst_gconf_get_default_audio_sink):
11401         * ext/gconf/gconf.h:
11402         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
11403         (do_toggle_element), (gst_gconf_audio_sink_set_property),
11404         (gst_gconf_audio_sink_get_property):
11405           In gconfaudiosink, get the right key as the old key in do_toggle
11406           (ie. one dependent on the profile selected). Log some more stuff so
11407           we can see what's actually going on.
11408
11409 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
11410
11411         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
11412         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
11413         (gst_audio_amplify_set_process_function),
11414         (gst_audio_amplify_setup):
11415         * gst/audiofx/audioamplify.h:
11416         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
11417         (gst_audio_invert_class_init), (gst_audio_invert_setup):
11418         * gst/audiofx/audioinvert.h:
11419         Some small cleanups and port both elements to the new GstAudioFilter
11420         base class to save a few lines of common code.
11421         * gst/audiofx/Makefile.am:
11422         Link against libgstaudio for the above changes
11423
11424 2007-01-29  Wim Taymans  <wim@fluendo.com>
11425
11426         * tests/check/elements/.cvsignore:
11427         Some more ignores.
11428
11429 2007-01-26  Wim Taymans  <wim@fluendo.com>
11430
11431         Patch by: charles <charlesg3 at gmail dot com>
11432
11433         * ext/shout2/gstshout2.c: (gst_shout2send_init),
11434         (set_shout_metadata), (gst_shout2send_event):
11435         * ext/shout2/gstshout2.h:
11436         Properly handle tags in shout2send. Fixes #399825.
11437
11438 2007-01-25  Wim Taymans  <wim@fluendo.com>
11439
11440         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
11441         (gst_rtspsrc_activate_streams):
11442         Convert SDP fields to upper/lowercase following the rules in the SDP to
11443         caps document. 
11444
11445 2007-01-25  Wim Taymans  <wim@fluendo.com>
11446
11447         * gst/rtp/README:
11448         * gst/rtp/gstrtpilbcdepay.c:
11449         * gst/rtp/gstrtpilbcpay.c:
11450         * gst/rtp/gstrtpmp4gdepay.c:
11451         * gst/rtp/gstrtpmp4gpay.c:
11452         * gst/rtp/gstrtpspeexdepay.c:
11453         * gst/rtp/gstrtpspeexpay.c:
11454         * gst/rtp/gstrtpsv3vdepay.c:
11455         * gst/rtp/gstrtptheoradepay.c:
11456         * gst/rtp/gstrtptheorapay.c:
11457         * gst/rtp/gstrtpvorbisdepay.c:
11458         * gst/rtp/gstrtpvorbispay.c:
11459         Fix case of encoding-name and key/value pairs to match the document.
11460         This is to make interoperation with SDP case-insensitive as required by
11461         the relevant RFCs.
11462
11463 2007-01-25  Wim Taymans  <wim@fluendo.com>
11464
11465         * configure.ac:
11466         Bump required -core/-base to CVS
11467
11468 2007-01-25  Wim Taymans  <wim@fluendo.com>
11469
11470         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
11471         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
11472         * gst/rtp/gstrtpL16pay.h:
11473         Fill up to MTU using adapter.
11474         Timestamp rtp packets.
11475
11476 2007-01-25  Edward Hervey  <edward@fluendo.com>
11477
11478         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
11479         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
11480         Use G_GSIZE_FORMAT in print statements for portability.
11481         Fixes build on macosx.
11482
11483 2007-01-24  Wim Taymans  <wim@fluendo.com>
11484
11485         * gst/rtp/Makefile.am:
11486         * gst/rtp/gstrtp.c: (plugin_init):
11487         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
11488         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
11489         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
11490         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
11491         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
11492         (gst_rtp_L16_depay_plugin_init):
11493         * gst/rtp/gstrtpL16depay.h:
11494         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
11495         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
11496         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
11497         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
11498         (gst_rtp_L16_pay_plugin_init):
11499         * gst/rtp/gstrtpL16pay.h:
11500         Port and enable raw audio payloader/depayloader. Needs a bit more work
11501         on the payloader side.
11502
11503 2007-01-24  Wim Taymans  <wim@fluendo.com>
11504
11505         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
11506         (gst_rtspsrc_stream_configure_transport),
11507         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
11508         * gst/rtsp/gstrtspsrc.h:
11509         Only unblock the udp pads when we linked and activated them all.
11510         Fixes #395688.
11511
11512 2007-01-24  Wim Taymans  <wim@fluendo.com>
11513
11514         * gst/rtp/Makefile.am:
11515         * gst/rtp/gstrtp.c: (plugin_init):
11516         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
11517         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
11518         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
11519         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
11520         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
11521         * gst/rtp/gstrtpac3depay.h:
11522         Added simple AC3 depayloader (RFC 4184).
11523
11524         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
11525         Fix a leak.
11526
11527 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
11528
11529         reviewed by: Stefan Kost  <ensonic@users.sf.net>
11530
11531         * gst/audiofx/Makefile.am:
11532         * gst/audiofx/audioamplify.c:
11533         (gst_audio_amplify_clipping_method_get_type),
11534         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
11535         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
11536         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
11537         (gst_audio_amplify_set_caps),
11538         (gst_audio_amplify_transform_int_clip),
11539         (gst_audio_amplify_transform_int_wrap_negative),
11540         (gst_audio_amplify_transform_int_wrap_positive),
11541         (gst_audio_amplify_transform_float_clip),
11542         (gst_audio_amplify_transform_float_wrap_negative),
11543         (gst_audio_amplify_transform_float_wrap_positive),
11544         (gst_audio_amplify_transform_ip):
11545         * gst/audiofx/audioamplify.h:
11546         * gst/audiofx/audiofx.c: (plugin_init):
11547         Add new element "audioamplify". This allows scaling of raw audio
11548         samples, similar to the "volume" element, but provides different modes
11549         for clipping and allows unlimited amplification. It's mainly targeted
11550         for creative sound design and not as a replacement of the "volume"
11551         element. Fixes #397162
11552         * docs/plugins/Makefile.am:
11553         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11554         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11555         * docs/plugins/gst-plugins-good-plugins.args:
11556         * docs/plugins/inspect/plugin-audiofx.xml:
11557         Add docs for audioamplify and integrate them into the build system
11558         * tests/check/Makefile.am:
11559         * tests/check/elements/audioamplify.c: (setup_amplify),
11560         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
11561         Add fairly extensive unit test suite for audioamplify
11562
11563 2007-01-24  Wim Taymans  <wim@fluendo.com>
11564
11565         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
11566         Unblock pads after adding the pads to the element so that autopluggers
11567         get a change to link something. Possibly fixes #395688.
11568
11569 2007-01-24  Wim Taymans  <wim@fluendo.com>
11570
11571         * gst/rtp/gstrtpamrdepay.c:
11572         * gst/rtp/gstrtpgsmdepay.c:
11573         * gst/rtp/gstrtph263pdepay.c:
11574         * gst/rtp/gstrtph263ppay.c:
11575         * gst/rtp/gstrtph264depay.c:
11576         * gst/rtp/gstrtpilbcdepay.c:
11577         * gst/rtp/gstrtpmp2tdepay.c:
11578         * gst/rtp/gstrtpmp4gdepay.c:
11579         * gst/rtp/gstrtpmp4gpay.c:
11580         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
11581         * gst/rtp/gstrtpmp4vpay.c:
11582         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
11583         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
11584         (gst_rtp_mpa_depay_process):
11585         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
11586         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
11587         * gst/rtp/gstrtppcmadepay.c:
11588         * gst/rtp/gstrtppcmudepay.c:
11589         * gst/rtp/gstrtpspeexdepay.c:
11590         * gst/rtp/gstrtpspeexpay.c:
11591         * gst/rtp/gstrtpsv3vdepay.c:
11592         * gst/rtp/gstrtptheoradepay.c:
11593         * gst/rtp/gstrtptheorapay.c:
11594         * gst/rtp/gstrtpvorbisdepay.c:
11595         * gst/rtp/gstrtpvorbispay.c:
11596         Fix caps with payload numbers.
11597         Add some fixed payload numbers to caps when possible.
11598
11599 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
11600
11601         reviewed by: Stefan Kost  <ensonic@users.sf.net>
11602
11603         * gst/audiofx/Makefile.am:
11604         * gst/audiofx/audiofx.c: (plugin_init):
11605         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
11606         (gst_audio_invert_class_init), (gst_audio_invert_init),
11607         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
11608         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
11609         (gst_audio_invert_transform_float),
11610         (gst_audio_invert_transform_ip):
11611         * gst/audiofx/audioinvert.h:
11612         Add new audiofx element "audioinvert". This element swaps the upper
11613         and lower half of samples and can be used for example for a
11614         wide-stereo effect. Fixes #396057
11615         * docs/plugins/Makefile.am:
11616         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11617         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11618         * docs/plugins/gst-plugins-good-plugins.args:
11619         * docs/plugins/inspect/plugin-audiofx.xml:
11620         Add docs for the audioinvert element and add them to the build system.
11621         * tests/check/Makefile.am:
11622         * tests/check/elements/audioinvert.c: (setup_invert),
11623         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
11624         Add unit test suite for the audioinvert element.
11625
11626 2007-01-23  Wim Taymans  <wim@fluendo.com>
11627
11628         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
11629         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
11630         Parse config params as string and int.
11631         Parse and use AU header length
11632
11633 2007-01-23  Wim Taymans  <wim@fluendo.com>
11634
11635         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
11636         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
11637         * gst/smpte/gstmask.c: (_gst_mask_register):
11638         * gst/smpte/gstmask.h:
11639         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
11640         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
11641         (gst_smpte_paint_triangle_clock):
11642         constify some static structs.
11643         Don't update the mask if nothing changed to the params.
11644         Make sure we never draw outside of the picture. Fixes #398325.
11645
11646 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11647
11648         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
11649           Error out properly when pull_range fails while we're reading the
11650           headers, instead of just pausing the task silently. Fixes #399338.
11651
11652 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11653
11654         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
11655           Some more sanity checks to make sure the input formats match and the
11656           input pads are actually negotiated, in case someone tries to feed
11657           buffers from fakesrc or filesrc. Fixes #398299.
11658           Also const-ify an array, just because we can.
11659
11660 2007-01-19  Edward Hervey  <edward@fluendo.com>
11661
11662         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
11663         Ignore previous commit, that was only valid for widths and heights
11664         that are multiples of 4.
11665         Copy over size/stride macros from jpegdec. This allows the element
11666         to work with any width,height...
11667         ... but puts in evidence that the actual transformations only work
11668         with width/height that are multiples of 4.
11669
11670 2007-01-19  Edward Hervey  <edward@fluendo.com>
11671
11672         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
11673         Allocate buffers of the right size.
11674         The proper size of a I420 buffer in bytes is:
11675         
11676             width * height * 3
11677             ------------------
11678                     2
11679
11680 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
11681
11682         * gst/smpte/gstsmpte.c: (gst_smpte_init):
11683           Proxy getcaps on sink pads too, so that we either end up with the
11684           same dimensions on all pads or error out if that's not possible
11685           (seems to work even!). Fixes #398086, I think.
11686
11687 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
11688
11689         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11690         * docs/plugins/gst-plugins-good-plugins.args:
11691         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11692           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
11693           fix integer properties with -1 as minimum value.
11694
11695         * docs/plugins/inspect/plugin-1394.xml:
11696         * docs/plugins/inspect/plugin-aasink.xml:
11697         * docs/plugins/inspect/plugin-alaw.xml:
11698         * docs/plugins/inspect/plugin-alpha.xml:
11699         * docs/plugins/inspect/plugin-alphacolor.xml:
11700         * docs/plugins/inspect/plugin-annodex.xml:
11701         * docs/plugins/inspect/plugin-apetag.xml:
11702         * docs/plugins/inspect/plugin-audiofx.xml:
11703         * docs/plugins/inspect/plugin-auparse.xml:
11704         * docs/plugins/inspect/plugin-autodetect.xml:
11705         * docs/plugins/inspect/plugin-avi.xml:
11706         * docs/plugins/inspect/plugin-cacasink.xml:
11707         * docs/plugins/inspect/plugin-cairo.xml:
11708         * docs/plugins/inspect/plugin-cdio.xml:
11709         * docs/plugins/inspect/plugin-cutter.xml:
11710         * docs/plugins/inspect/plugin-debug.xml:
11711         * docs/plugins/inspect/plugin-dv.xml:
11712         * docs/plugins/inspect/plugin-efence.xml:
11713         * docs/plugins/inspect/plugin-effectv.xml:
11714         * docs/plugins/inspect/plugin-esdsink.xml:
11715         * docs/plugins/inspect/plugin-flac.xml:
11716         * docs/plugins/inspect/plugin-flxdec.xml:
11717         * docs/plugins/inspect/plugin-gconfelements.xml:
11718         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
11719         * docs/plugins/inspect/plugin-goom.xml:
11720         * docs/plugins/inspect/plugin-halelements.xml:
11721         * docs/plugins/inspect/plugin-icydemux.xml:
11722         * docs/plugins/inspect/plugin-id3demux.xml:
11723         * docs/plugins/inspect/plugin-jpeg.xml:
11724         * docs/plugins/inspect/plugin-level.xml:
11725         * docs/plugins/inspect/plugin-matroska.xml:
11726         * docs/plugins/inspect/plugin-mulaw.xml:
11727         * docs/plugins/inspect/plugin-multipart.xml:
11728         * docs/plugins/inspect/plugin-navigationtest.xml:
11729         * docs/plugins/inspect/plugin-ossaudio.xml:
11730         * docs/plugins/inspect/plugin-png.xml:
11731         * docs/plugins/inspect/plugin-rtp.xml:
11732         * docs/plugins/inspect/plugin-rtsp.xml:
11733         * docs/plugins/inspect/plugin-shout2send.xml:
11734         * docs/plugins/inspect/plugin-smpte.xml:
11735         * docs/plugins/inspect/plugin-speex.xml:
11736         * docs/plugins/inspect/plugin-taglib.xml:
11737         * docs/plugins/inspect/plugin-udp.xml:
11738         * docs/plugins/inspect/plugin-videobalance.xml:
11739         * docs/plugins/inspect/plugin-videobox.xml:
11740         * docs/plugins/inspect/plugin-videoflip.xml:
11741         * docs/plugins/inspect/plugin-videomixer.xml:
11742         * docs/plugins/inspect/plugin-wavenc.xml:
11743         * docs/plugins/inspect/plugin-wavparse.xml:
11744         * docs/plugins/inspect/plugin-ximagesrc.xml:
11745           Update to CVS.
11746
11747 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
11748
11749         Patch by: Sebastian Dröge <slomo circular-chaos org>
11750
11751         * gst/audiofx/audiopanorama.c:
11752           Fix doc section name (Fixes #397946)
11753
11754 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
11755
11756         * sys/v4l2/gstv4l2object.c:
11757         (gst_v4l2_object_install_properties_helper),
11758         (gst_v4l2_object_set_property_helper),
11759         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
11760         * sys/v4l2/gstv4l2object.h:
11761         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
11762         (gst_v4l2src_init), (gst_v4l2src_set_property),
11763         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
11764         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11765         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11766         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
11767         (gst_v4l2src_capture_deinit):
11768           Fix EIO handing when capturing. Add new property to specify the number of
11769           buffers to enque (and remove the borked num-buffers usage).
11770
11771 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
11772
11773         Patch by: Sebastian Dröge <slomo circular-chaos org>
11774
11775         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
11776         (gst_audio_panorama_set_process_function):
11777           Use a function array for process methods, add more docs and define the
11778           startindex of enums.
11779
11780 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
11781
11782         Patch by: Mark Nauwelaerts <manauw at skynet be>
11783
11784         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
11785         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
11786         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
11787         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
11788         (gst_avi_mux_riff_get_avi_header),
11789         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
11790         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
11791         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
11792         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
11793         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
11794         (gst_avi_mux_change_state):
11795         * gst/avi/gstavimux.h:
11796         * tests/check/elements/avimux.c: (teardown_src_pad):
11797           Add support for more than one audio stream; write better AVIX
11798           header; refactor code a bit; don't announce vorbis caps on our audio
11799           sink pads since we don't support it anyway. Closes #379298.
11800
11801 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
11802
11803         Patch by: Sebastian Dröge <slomo circular-chaos org>
11804
11805         * gst/audiofx/audiopanorama.c:
11806         (gst_audio_panorama_method_get_type),
11807         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
11808         (gst_audio_panorama_set_process_function),
11809         (gst_audio_panorama_set_property),
11810         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
11811         (gst_audio_panorama_transform_m2s_int_simple),
11812         (gst_audio_panorama_transform_s2s_int_simple),
11813         (gst_audio_panorama_transform_m2s_float_simple),
11814         (gst_audio_panorama_transform_s2s_float_simple):
11815         * gst/audiofx/audiopanorama.h:
11816           Add 'method' property and provide a simple (non-psychoacustic)
11817           processing method (#394859).
11818
11819         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
11820         (panorama_suite):
11821           Tests for new method.
11822
11823 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
11824
11825         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
11826         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
11827           Set correct caps on outgoing pulled buffers, or things blow up
11828           after recent core changes.
11829
11830 2007-01-11  Wim Taymans  <wim@fluendo.com>
11831
11832         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
11833
11834         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
11835         (gst_multipart_mux_request_new_pad),
11836         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
11837         (gst_multipart_mux_change_state):
11838         Return FLOW errors ASAP. Fixes #394977.
11839         Misc cleanups.
11840
11841 2007-01-11  Wim Taymans  <wim@fluendo.com>
11842
11843         Patch by: Lutz Mueller <lutz at topfrose dot de>
11844
11845         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
11846         Check for stream pad before activating. 
11847
11848 2007-01-10  Wim Taymans  <wim@fluendo.com>
11849
11850         Patch by: Peter Kjellerstedt  <pkj at axis com>
11851
11852         * gst/rtsp/COPYING.MIT:
11853         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
11854         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
11855         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
11856         (gst_rtspsrc_stream_configure_transport),
11857         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
11858         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
11859         (gst_rtspsrc_parse_methods),
11860         (gst_rtspsrc_create_transports_string),
11861         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
11862         (gst_rtspsrc_open), (gst_rtspsrc_close):
11863         * gst/rtsp/gstrtspsrc.h:
11864         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
11865         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
11866         (parse_request_line), (parse_line), (rtsp_connection_read),
11867         (rtsp_connection_close):
11868         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
11869         (rtsp_method_as_text), (rtsp_header_as_text),
11870         (rtsp_status_as_text), (rtsp_find_header_field),
11871         (rtsp_find_method):
11872         * gst/rtsp/rtspdefs.h:
11873         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
11874         (rtsp_ext_wms_configure_stream):
11875         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
11876         (rtsp_message_new_request), (rtsp_message_init_request),
11877         (rtsp_message_new_response), (rtsp_message_init_response),
11878         (rtsp_message_init_data), (rtsp_message_unset),
11879         (rtsp_message_free), (rtsp_message_add_header),
11880         (rtsp_message_get_header), (rtsp_message_set_body),
11881         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
11882         * gst/rtsp/rtspmessage.h:
11883         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
11884         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
11885         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
11886         (sdp_message_dump):
11887         Allow url to be NULL to be able to use it for server connections.
11888         Can now send responses as well as requests.
11889         No longer hangs in an endless loop if EOF is received.
11890         Can now convert a status code to a text string.
11891         Return RTSP_HDR_INVALID for unknown headers.
11892         Return RTSP_INVALID for unknown methods.
11893         Copy CSeq and Session headers from the request.
11894         Only free memory corresponding to the currently set message type.
11895         Added const to function arguments as appropriate.
11896         Avoid a compiler warning when initializing nmedia.
11897         Use guint rather than gint to avoid compiler warnings.
11898         Fix crasher in wms extension.
11899         Factor out stream setup from open_connection.
11900         Delay activation of streams when actual data is received from the
11901         server, this prepares us to do proper protocol switching.
11902         Added new license.
11903         Fixes #380895.
11904
11905
11906 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
11907
11908         Patch by: Sebastian Dröge <slomo ubuntu com>
11909
11910         * docs/plugins/Makefile.am:
11911         * gst/audiofx/audiopanorama.c:
11912           Some small docs fixes (#394851).
11913
11914 2007-01-09  Wim Taymans  <wim@fluendo.com>
11915
11916         * gst/avi/gstavidemux.c:
11917         Fix docs.
11918
11919 2007-01-09  Wim Taymans  <wim@fluendo.com>
11920
11921         * gst/rtp/Makefile.am:
11922         * gst/rtp/gstrtp.c: (plugin_init):
11923         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
11924         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
11925         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
11926         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
11927         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
11928         * gst/rtp/gstrtpmpvdepay.h:
11929           Added RFC 2250 MPEG Video Depayloader.
11930
11931         * gst/rtp/gstrtpL16depay.h:
11932         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
11933         (gst_rtp_h263p_depay_process):
11934         Fix Header file. Small cleanups.
11935
11936         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
11937         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
11938         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
11939         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
11940         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
11941         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
11942         (gst_rtp_mp4v_depay_change_state):
11943         Remove usused code. Remove Adapter from state Change. Added debug.
11944
11945         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
11946         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
11947         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
11948         * gst/rtp/gstrtpmpadepay.h:
11949         Subclass base depayloader.
11950         Added debug.
11951         Support static payload type assignment as well.
11952
11953         * gst/rtp/gstrtpmpapay.c:
11954         Fix caps.
11955
11956 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11957
11958         Patch by: Vincent Torri  <vtorri at univ-evry fr>
11959
11960         * ext/jpeg/gstjpegdec.c:
11961         * ext/jpeg/gstjpegenc.c:
11962         * ext/jpeg/smokecodec.c:
11963           These libjpeg callbacks should return a 'boolean' (unsigned char
11964           apparently) and not a 'gboolean' (which maps to gint). Fixes
11965           warnings when compiling with MingW (#393427).
11966
11967         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
11968           Use ioctlsocket on win32.
11969
11970         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
11971           Some printf format fixes for win32.
11972
11973 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
11974
11975         * gst/cutter/gstcutter.c: (gst_cutter_chain):
11976           Use gst_guint64_to_gdouble for conversion.
11977         * win32/vs6/libgstmatroska.dsp:
11978           Add zlib to the link.
11979         * win32/vs6/libgstvideobox.dsp:
11980           Update liboil library name (project is linked to 
11981           liboil-0.3-0.lib now).
11982           
11983 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11984
11985         * gst/matroska/Makefile.am:
11986           If zlib is available and used, we must link it explicitly for
11987           things to work on MingW (fixes #392855).
11988
11989 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
11990
11991         * ext/esd/esdsink.c: (gst_esdsink_delay):
11992           Don't return bogus values when esd_get_delay() fails for some
11993           reason (#392189).
11994
11995 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
11996
11997         * sys/ximage/gstximagesrc.c: (composite_pixel):
11998           Fix presumably copy'n'pasto for 16bpp depth.
11999
12000 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
12001
12002         * gst/matroska/matroska-mux.c:
12003         (gst_matroska_mux_audio_pad_setcaps):
12004           The "signed" field in audio caps is of boolean type, trying to use
12005           gst_structure_get_int() to extract it will fail. Fixing this makes
12006           matroskamux accept raw audio input (#387121) (use at your own risk
12007           though, due to the matroska spec being not entirely useful in this
12008           respect).
12009           Also fix up raw audio structures in template caps so that they
12010           represent what our setcaps function will actually accept, so that
12011           converters know what to convert to.
12012           Finally, don't fail if there isn't an "endianness" field in 8-bit
12013           PCM caps.
12014
12015 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
12016
12017         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12018         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12019         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12020         (teardown_cmmldec):
12021         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12022         (teardown_cmmlenc):
12023         * tests/check/elements/level.c: (setup_level), (cleanup_level):
12024           reapply consistent pad (de)activation
12025
12026 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
12027
12028         * configure.ac:
12029         Back to CVS
12030
12031         * gst-plugins-good.doap:
12032         Add 0.10.5 doap entry
12033
12034 === release 0.10.5 ===
12035
12036 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
12037
12038         * configure.ac:
12039           releasing 0.10.5, "The Path of Thorns"
12040
12041 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
12042
12043         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12044         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12045         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12046         (teardown_cmmldec):
12047         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12048         (teardown_cmmlenc):
12049         * tests/check/elements/level.c: (setup_level), (cleanup_level):
12050           revert my freeze breakage
12051
12052 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
12053
12054         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12055         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12056         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12057         (teardown_cmmldec):
12058         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12059         (teardown_cmmlenc):
12060         * tests/check/elements/level.c: (setup_level), (cleanup_level):
12061           consistent pad (de)activation
12062
12063 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
12064
12065         * configure.ac:
12066         * ext/Makefile.am:
12067         Disable LADPSA, as it has moved to the -bad module for the duration.
12068
12069 2006-12-18  Wim Taymans  <wim@fluendo.com>
12070
12071         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
12072         (gst_signal_processor_event):
12073         Reset flow_state back to _OK after a flush stop so that we exit our
12074         error state after the flush. Fixes #374213
12075
12076 2006-12-16  David Schleef  <ds@schleef.org>
12077
12078         * sys/osxvideo/osxvideosink.h:
12079         * sys/osxvideo/osxvideosink.m:
12080           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
12081
12082 2006-12-16  David Schleef  <ds@schleef.org>
12083
12084         Patch by: Vijay Santhanam <vijay santhanam gmail com>
12085
12086         * sys/osxvideo/Makefile.am:
12087         * sys/osxvideo/osxvideosink.h:
12088         * sys/osxvideo/osxvideosink.m:
12089           Preliminary patch for porting osxvideosink
12090
12091 2006-12-16  Wim Taymans  <wim@fluendo.com>
12092
12093         Patch by: Sjoerd Simons <sjoerd at luon dot net>
12094
12095         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
12096         (gst_videomixer_set_master_geometry),
12097         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
12098         (gst_videomixer_reset), (gst_videomixer_init),
12099         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
12100         (gst_videomixer_release_pad), (gst_videomixer_collected),
12101         (gst_videomixer_change_state):
12102         Introduce some locking around the videomixer state so that it does not
12103         crash when adding/removing pads. Fixes #383043.
12104
12105 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
12106
12107         * configure.ac:
12108           Make sure libcaca can actually be used instead of just checking for
12109           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
12110           cross-compiling (fixes #384587).
12111
12112 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12113
12114         * Makefile.am:
12115         * gst-plugins-good.doap:
12116         * gst-plugins-good.spec.in:
12117           adding doap file
12118
12119 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
12120
12121         * configure.ac:
12122           libflac-1.1.3 changed API again, but we can't build against it yet,
12123           so make sure our check doesn't use libflac-1.1.3 and add a comment
12124           to this effect.
12125
12126 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
12127
12128         * gst/effectv/gstquark.c: (gst_quarktv_transform),
12129         (gst_quarktv_planetable_clear):
12130           Add some NULL pointer checks (possibly related to #385623).
12131
12132 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
12133
12134         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
12135         (gst_tag_demux_chain):
12136         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
12137           In streaming mode, if the first buffer we get doesn't have an
12138           offset, fix it up to be 0, otherwise trimming won't work later on
12139           and we'll be typefinding application/x-id3, which may result in
12140           decodebin plugging an endless number of id3demux elements as a
12141           consequence. Fixes #385031.
12142           
12143 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12144
12145         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
12146           Ignore the buffer_time the sound device reports. Turns out it is 
12147           sometimes completely bogus and we're better off without it.
12148
12149 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
12150
12151         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
12152         (gst_matroska_demux_video_caps):
12153         * gst/matroska/matroska-ids.c:
12154         (gst_matroska_track_init_video_context):
12155         * gst/matroska/matroska-ids.h:
12156           Try harder to extract the framerate for video tracks correctly and
12157           save it directly instead of converting it back and forth a few
12158           times. Mostly makes a difference for very small framerates (<1).
12159           Fixes #380199.
12160
12161 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
12162
12163         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
12164         (gst_gconf_audio_src_dispose), (do_toggle_element):
12165         * ext/gconf/gstgconfaudiosrc.h:
12166           Remove gconf notify hook when the gconfaudiosrc element is
12167           destroyed, otherwise the callback may be called on an
12168           already-destroyed instance and bad things happen. Should fix
12169           #378184.
12170           Also ignore gconf key changes when the source is already running.
12171
12172 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
12173
12174         Patch by: Sebastian Dröge  <mail at slomosnail de>
12175
12176         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12177           We need to be able to read and parse any possible floating point string
12178           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
12179           will parse the former only in certain locales though, so we really need
12180           to canonicalise the separator to '.' and then use g_ascii_strtod() to
12181           make sure we can parse either version at all times.
12182           Fixes #382982 for real.
12183
12184 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12185
12186         * sys/sunaudio/gstsunaudiomixerctrl.c:
12187         * sys/sunaudio/gstsunaudiosrc.c:
12188
12189         Use the sunaudio debug category.
12190
12191         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
12192         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
12193         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
12194         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
12195         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
12196         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
12197         (gst_sunaudiosink_reset):
12198         * sys/sunaudio/gstsunaudiosink.h:
12199
12200         Uses the sunaudio debug category for all debug output
12201         Implements the _delay() callback to synchronise video playback better
12202         Change the segtotal and segsize values back to the parent class 
12203           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
12204           respectively)
12205         Measure the samples written to the device vs. played.
12206         Keep track of segments in the device by writing empty eof frames, and
12207         sleep using a GCond when we get too far ahead and risk overrunning the
12208         sink's ringbuffer.
12209
12210         Fixes: #360673
12211
12212 2006-12-08  Wim Taymans  <wim@fluendo.com>
12213
12214         Patch by: Sebastian Dröge  <mail at slomosnail de >
12215
12216         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
12217         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
12218         * gst/audiofx/audiopanorama.h:
12219         Fix audiopanorame with float samples. Fixes #383726.
12220
12221 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12222
12223         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
12224         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
12225         (gst_sunaudiosrc_reset):
12226
12227         Implement reset functions to unblock the src/sink more quickly on 
12228         state change requests.
12229         Patch by: Brian Cameron <brian dot cameron at sun com>
12230
12231 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12232
12233         * sys/sunaudio/gstsunaudiomixer.c:
12234         (gst_sunaudiomixer_change_state):
12235         Construct the correct mixer device name when the AUDIODEV env var
12236         is set.
12237
12238         Patch by: Jerry Tan <jerry.tan at sun dot com>
12239         Fixes: #383596
12240
12241 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12242
12243         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
12244         Apply patch to open the mixer control and set the MULTIPLE_OPEN
12245         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
12246         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
12247         Patch by: Jerry Tan <jerry.tan at sun dot com>
12248         Fixes: #349015
12249
12250 2006-12-07  Wim Taymans  <wim@fluendo.com>
12251
12252         * gst/smpte/gstmask.h:
12253         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
12254         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
12255         (gst_smpte_collected), (gst_smpte_set_property),
12256         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
12257         * gst/smpte/gstsmpte.h:
12258         Port to 0.10 some more. 
12259         Added duration property to specify the duration of the transition.
12260         Make framerate a fraction.
12261         Deprecate fps property, we only use negotiated fps.
12262         Added docs.
12263         Fix collectpad usage.
12264         Reset state in READY.
12265         Send NEWSEGMENT event.
12266         Fix racy updates of object properties.
12267         Added debug category.
12268         Fixes #383323.
12269
12270 2006-12-06  Wim Taymans  <wim@fluendo.com>
12271
12272         Patch by: Sjoerd Simons <sjoerd at luon dot net>
12273
12274         * gst/videomixer/videomixer.c:
12275         (gst_videomixer_set_master_geometry),
12276         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
12277         Don't reset xpos and ypos in the setcaps function because causes
12278         unexpected behaviour.
12279         Fixes #382179.
12280
12281 2006-12-06  Wim Taymans  <wim@fluendo.com>
12282
12283         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
12284         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
12285         Keep track of the buffer timestamp in the collectdata member instead
12286         of modifying the buffer without making the metadata writable first.
12287         Fixes #382277.
12288
12289 2006-12-06  Wim Taymans  <wim@fluendo.com>
12290
12291         Patch by: Rob Taylor <robtaylor at floopily dot org>
12292
12293         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
12294         If using multicast in udpsrc, bind to the multicast address rather than
12295         IN_ADDR_ANY.
12296         This allows the simultanous use of multiple udpsrcs listening on
12297         different multicat addresses. Without this all udpsrcs will receive all
12298         packets from all subscribed multicast addresses.
12299         Fixes #383001.
12300
12301 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
12302
12303         * ext/taglib/gstid3v2mux.cc:
12304         Don't attempt to write a NULL frame into the ID3 tag set when the 
12305         createFrame method returned NULL.
12306         Fixes: #381857
12307         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
12308
12309 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
12310
12311         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12312         Use g_strtod() instead of sscanf to parse doubles, so that it will
12313         try parsing in the C locale if the current locale fails.
12314         Fixes: #382982
12315         Patch by: Sebastian Dröge  <mail at slomosnail de >
12316
12317 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
12318
12319         * win32/MANIFEST:
12320         Fix compilation on win32 under VS8
12321         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
12322         Partially fixes #381175
12323
12324 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
12325
12326         * gst/avi/gstavimux.c:
12327           accept all mpegversions,fixes #380825
12328           spotted by: Jerome Alet  
12329
12330 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
12331
12332         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
12333         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
12334         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
12335         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
12336           cleanup the error message a bit more
12337
12338 2006-11-28  Wim Taymans  <wim@fluendo.com>
12339
12340         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
12341         Fix width and height properties.
12342
12343         * ext/libcaca/gstcacasink.h:
12344         Fix compilation on newer libcaca that require us to include a new
12345         header. Fixes #379918.
12346
12347 2006-11-28  Wim Taymans  <wim@fluendo.com>
12348
12349         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
12350         * gst/rtsp/gstrtspsrc.h:
12351         * gst/rtsp/rtspext.h:
12352         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
12353         (rtsp_ext_wms_get_context):
12354         Add method so that extensions can choose to disable the setup of
12355         a stream.
12356         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
12357
12358 2006-11-27  Wim Taymans  <wim@fluendo.com>
12359
12360         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
12361
12362         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
12363         Push header in a separate buffer instead of memcpy:ing all data.
12364         Change LF => CRLF in headers.
12365         Move trailing LF to header. Fixes #379792.
12366
12367 2006-11-27  Wim Taymans  <wim@fluendo.com>
12368
12369         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
12370         Small buffer overflow fix and improve debugging.
12371
12372 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
12373
12374         * ext/esd/esdmon.h:
12375         * ext/esd/esdsink.h:
12376           remove obsolete _factory_init protos
12377
12378 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
12379
12380         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
12381         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
12382         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
12383         (gst_avi_demux_read_subindexes_push),
12384         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
12385         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
12386         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
12387         (gst_avi_demux_massage_index),
12388         (gst_avi_demux_calculate_durations_from_index),
12389         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
12390         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
12391         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
12392           remove dead code, tweak debugs statements, add comments, use
12393           _uint64_scale instead _uint64_scale_int when using guint64 values,
12394           small optimizations, reflow some error handling
12395
12396 2006-11-22  Edward Hervey  <edward@fluendo.com>
12397
12398         * po/.cvsignore:
12399         We never put .pot files in cvs. Let's ignore them all.
12400
12401 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12402
12403         * po/POTFILES.in:
12404           ... but better exclude files that aren't disted.
12405
12406 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12407
12408         * po/POTFILES.in:
12409           Add v4l2 source files to list of files with translations, so the
12410           strings are actually extracted (however bad they still may be).
12411
12412 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12413
12414         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
12415           Minor clean-ups: const-ify static array, remove trailing comma from
12416           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
12417
12418 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
12419
12420         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12421         Make sure that g_free always gets called on the same pointer that was 
12422         returned by g_malloc.  Fixes #376594.
12423         Do not leak memory if decompressed size is wrong.
12424         Remove unneeded check of return value of g_malloc.
12425         Patch by: René Stadler <mail@renestadler.de>
12426
12427 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
12428
12429         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
12430           Add missing curly brackets.
12431
12432 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
12433
12434         * sys/v4l2/v4l2src_calls.c:
12435         Fix capture_deinit.
12436
12437 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
12438
12439         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
12440         (gst_matroska_mux_request_new_pad):
12441           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
12442
12443         * tests/check/elements/matroskamux.c: (setup_src_pad),
12444         (setup_sink_pad), (GST_START_TEST):
12445         Activate pads before using them.
12446
12447 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
12448
12449         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
12450           Initialise variable to get rid of bogus compiler warning.
12451
12452 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
12453
12454         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
12455
12456         * gst/rtp/gstrtph263pay.c:
12457         * gst/rtp/gstrtph263pdepay.c:
12458         * gst/rtp/gstrtph263ppay.c:
12459           Specify H.263 variant and version in the caps (fixes #361637)
12460
12461 2006-11-15  Wim Taymans  <wim@fluendo.com>
12462
12463         * gst/rtsp/rtspconnection.c: (read_body):
12464         Don't set a data pointer to NULL and a size > 0 when we deal
12465         with empty packets.
12466
12467         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
12468         (rtsp_message_init_response), (rtsp_message_init_data),
12469         (rtsp_message_unset), (rtsp_message_free),
12470         (rtsp_message_take_body):
12471         Check that we can't create invalid empty packets. 
12472
12473 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
12474
12475         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12476
12477         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
12478         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
12479         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
12480         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
12481         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
12482         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
12483         * gst/matroska/matroska-mux.h:
12484           Add basic tag writing support; implement releasing pads (#374658).
12485
12486 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
12487
12488         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
12489         (gst_matroska_demux_audio_caps):
12490           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
12491
12492 2006-11-14  David Schleef  <ds@schleef.org>
12493
12494         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
12495
12496 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
12497
12498         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
12499
12500         * win32/vs8/gst-plugins-good.sln:
12501         * win32/vs8/libgst1394.vcproj:
12502         * win32/vs8/libgstaasink.vcproj:
12503         * win32/vs8/libgstalaw.vcproj:
12504         * win32/vs8/libgstalpha.vcproj:
12505         * win32/vs8/libgstalphacolor.vcproj:
12506         * win32/vs8/libgstannodex.vcproj:
12507         * win32/vs8/libgstapetag.vcproj:
12508         * win32/vs8/libgstaudiofx.vcproj:
12509         * win32/vs8/libgstauparse.vcproj:
12510         * win32/vs8/libgstautodetect.vcproj:
12511         * win32/vs8/libgstavi.vcproj:
12512         * win32/vs8/libgstcacasink.vcproj:
12513         * win32/vs8/libgstcdio.vcproj:
12514         * win32/vs8/libgstcutter.vcproj:
12515         * win32/vs8/libgstdv.vcproj:
12516         * win32/vs8/libgsteffectv.vcproj:
12517         * win32/vs8/libgstflac.vcproj:
12518         * win32/vs8/libgstflxdec.vcproj:
12519         * win32/vs8/libgstgoom.vcproj:
12520         * win32/vs8/libgsticydemux.vcproj:
12521         * win32/vs8/libgstid3demux.vcproj:
12522         * win32/vs8/libgstjpeg.vcproj:
12523         * win32/vs8/libgstladspa.vcproj:
12524         * win32/vs8/libgstlevel.vcproj:
12525         * win32/vs8/libgstmatroska.vcproj:
12526         * win32/vs8/libgstmikmod.vcproj:
12527         * win32/vs8/libgstmng.vcproj:
12528         * win32/vs8/libgstmonoscope.vcproj:
12529         * win32/vs8/libgstmulaw.vcproj:
12530         * win32/vs8/libgstmultipart.vcproj:
12531         * win32/vs8/libgstpng.vcproj:
12532         * win32/vs8/libgstrtp.vcproj:
12533         * win32/vs8/libgstrtsp.vcproj:
12534         * win32/vs8/libgstshout2.vcproj:
12535         * win32/vs8/libgstsmpte.vcproj:
12536         * win32/vs8/libgstspeex.vcproj:
12537         * win32/vs8/libgsttaglib.vcproj:
12538         * win32/vs8/libgstudp.vcproj:
12539         * win32/vs8/libgstvideobalance.vcproj:
12540         * win32/vs8/libgstvideobox.vcproj:
12541         * win32/vs8/libgstvideoflip.vcproj:
12542         * win32/vs8/libgstvideomixer.vcproj:
12543         * win32/vs8/libgstwavenc.vcproj:
12544         * win32/vs8/libgstwavparse.vcproj:
12545           Make end-of-line returns unixy, so that when the files are checked
12546           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
12547           Hopefully fixes #366492.
12548
12549 2006-11-14  Wim Taymans  <wim@fluendo.com>
12550
12551         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
12552         Disable init_frames delay timestamp adjustment, it does not
12553         seem to be needed at all. Fixes #369621.
12554
12555 2006-11-13  Wim Taymans  <wim@fluendo.com>
12556
12557         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12558
12559         * gst/videomixer/videomixer.c:
12560         (gst_videomixer_set_master_geometry),
12561         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
12562         (gst_videomixer_collect_free), (gst_videomixer_reset),
12563         (gst_videomixer_init), (gst_videomixer_finalize),
12564         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
12565         (gst_videomixer_collected), (gst_videomixer_change_state):
12566         Fix memleak by unref'ing collectpads instance (when finalizing)
12567         Implement releasing a request pad. Fixes #374479.
12568
12569 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
12570
12571         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
12572
12573         * win32/vs8/gst-plugins-good.sln:
12574         * win32/vs8/libgst1394.vcproj:
12575         * win32/vs8/libgstaasink.vcproj:
12576         * win32/vs8/libgstalaw.vcproj:
12577         * win32/vs8/libgstalpha.vcproj:
12578         * win32/vs8/libgstalphacolor.vcproj:
12579         * win32/vs8/libgstannodex.vcproj:
12580         * win32/vs8/libgstapetag.vcproj:
12581         * win32/vs8/libgstaudiofx.vcproj:
12582         * win32/vs8/libgstauparse.vcproj:
12583         * win32/vs8/libgstautodetect.vcproj:
12584         * win32/vs8/libgstavi.vcproj:
12585         * win32/vs8/libgstcacasink.vcproj:
12586         * win32/vs8/libgstcdio.vcproj:
12587         * win32/vs8/libgstcutter.vcproj:
12588         * win32/vs8/libgstdv.vcproj:
12589         * win32/vs8/libgsteffectv.vcproj:
12590         * win32/vs8/libgstflac.vcproj:
12591         * win32/vs8/libgstflxdec.vcproj:
12592         * win32/vs8/libgstgoom.vcproj:
12593         * win32/vs8/libgsticydemux.vcproj:
12594         * win32/vs8/libgstid3demux.vcproj:
12595         * win32/vs8/libgstjpeg.vcproj:
12596         * win32/vs8/libgstladspa.vcproj:
12597         * win32/vs8/libgstlevel.vcproj:
12598         * win32/vs8/libgstmatroska.vcproj:
12599         * win32/vs8/libgstmikmod.vcproj:
12600         * win32/vs8/libgstmng.vcproj:
12601         * win32/vs8/libgstmonoscope.vcproj:
12602         * win32/vs8/libgstmulaw.vcproj:
12603         * win32/vs8/libgstmultipart.vcproj:
12604         * win32/vs8/libgstpng.vcproj:
12605         * win32/vs8/libgstrtp.vcproj:
12606         * win32/vs8/libgstrtsp.vcproj:
12607         * win32/vs8/libgstshout2.vcproj:
12608         * win32/vs8/libgstsmpte.vcproj:
12609         * win32/vs8/libgstspeex.vcproj:
12610         * win32/vs8/libgsttaglib.vcproj:
12611         * win32/vs8/libgstudp.vcproj:
12612         * win32/vs8/libgstvideobalance.vcproj:
12613         * win32/vs8/libgstvideobox.vcproj:
12614         * win32/vs8/libgstvideoflip.vcproj:
12615         * win32/vs8/libgstvideomixer.vcproj:
12616         * win32/vs8/libgstwavenc.vcproj:
12617         * win32/vs8/libgstwavparse.vcproj:
12618           Add VS8 project files (note that many of the plugins in ext are
12619           disabled by default). Fixes #366492.
12620
12621 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
12622
12623         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
12624           we do not translate debug messages
12625
12626 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
12627
12628         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
12629           fix categorisation, make short desc more explicit, remove unused code
12630           Fixes #372021
12631
12632 2006-11-08  Wim Taymans  <wim@fluendo.com>
12633
12634         * gst/rtp/gstrtpL16depay.c:
12635         * gst/rtp/gstrtpamrdepay.c:
12636         * gst/rtp/gstrtpamrpay.c:
12637         * gst/rtp/gstrtpgsmdepay.c:
12638         * gst/rtp/gstrtph263pay.c:
12639         * gst/rtp/gstrtph263pdepay.c:
12640         * gst/rtp/gstrtph263ppay.c:
12641         * gst/rtp/gstrtph264depay.c:
12642         * gst/rtp/gstrtpmp2tdepay.c:
12643         * gst/rtp/gstrtpmp4gdepay.c:
12644         * gst/rtp/gstrtpmp4gpay.c:
12645         * gst/rtp/gstrtpmp4vdepay.c:
12646         * gst/rtp/gstrtpmp4vpay.c:
12647         * gst/rtp/gstrtpmpadepay.c:
12648         * gst/rtp/gstrtpmpapay.c:
12649         * gst/rtp/gstrtppcmadepay.c:
12650         * gst/rtp/gstrtppcmapay.c:
12651         * gst/rtp/gstrtppcmudepay.c:
12652         * gst/rtp/gstrtppcmupay.c:
12653         * gst/rtp/gstrtpspeexdepay.c:
12654         * gst/rtp/gstrtpspeexpay.c:
12655         * gst/rtp/gstrtpsv3vdepay.c:
12656         Fix element descriptions.
12657
12658 2006-11-08  Wim Taymans  <wim@fluendo.com>
12659
12660         * gst/rtp/gstrtpvorbisdepay.c:
12661         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
12662         Fix description.
12663         Small cleanup in the payloader.
12664
12665 2006-11-08  Wim Taymans  <wim@fluendo.com>
12666
12667         * gst/rtp/Makefile.am:
12668         * gst/rtp/gstrtp.c: (plugin_init):
12669         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
12670         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
12671         (gst_rtp_theora_depay_finalize),
12672         (gst_rtp_theora_depay_parse_configuration),
12673         (gst_rtp_theora_depay_setcaps),
12674         (gst_rtp_theora_depay_switch_codebook),
12675         (gst_rtp_theora_depay_process),
12676         (gst_rtp_theora_depay_set_property),
12677         (gst_rtp_theora_depay_get_property),
12678         (gst_rtp_theora_depay_change_state),
12679         (gst_rtp_theora_depay_plugin_init):
12680         * gst/rtp/gstrtptheoradepay.h:
12681         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
12682         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
12683         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
12684         (gst_rtp_theora_pay_init_packet),
12685         (gst_rtp_theora_pay_flush_packet),
12686         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
12687         (gst_rtp_theora_pay_handle_buffer),
12688         (gst_rtp_theora_pay_plugin_init):
12689         * gst/rtp/gstrtptheorapay.h:
12690         Add theora pay/depayloaders.
12691
12692 2006-11-06  Wim Taymans  <wim@fluendo.com>
12693
12694         * gst/rtp/Makefile.am:
12695         We depend on gsttag to generate the vorbis comments.
12696
12697         * gst/rtp/gstrtpvorbisdepay.c:
12698         (gst_rtp_vorbis_depay_parse_configuration),
12699         (gst_rtp_vorbis_depay_setcaps),
12700         (gst_rtp_vorbis_depay_switch_codebook),
12701         (gst_rtp_vorbis_depay_process):
12702         * gst/rtp/gstrtpvorbisdepay.h:
12703         Parse configuration string in the depayloader.
12704         Implement selecting and switching to a new codebook.
12705         Receiving vorbis over RTP now works.
12706
12707         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
12708         (gst_rtp_vorbis_pay_init_packet),
12709         (gst_rtp_vorbis_pay_finish_headers),
12710         (gst_rtp_vorbis_pay_handle_buffer):
12711         * gst/rtp/gstrtpvorbispay.h:
12712         Set timestamps on outgoing buffers and RTP packets.
12713         Fix configuration string, prepend number of Packet headers.
12714         Fix encoding of ident string.
12715         Add delivery-method to caps.
12716         Streaming vorbis over RTP now works.
12717
12718 2006-11-06  Wim Taymans  <wim@fluendo.com>
12719
12720         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
12721         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
12722         (gst_rtp_vorbis_pay_handle_buffer):
12723         * gst/rtp/gstrtpvorbispay.h:
12724         Generate a valid configuration string in the caps based on the
12725         vorbis headers.
12726
12727 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
12728
12729         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
12730         * ext/cdio/gstcdio.h:
12731         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
12732           Move CD-TEXT utility function into common file so it can also be
12733           used by a future cdioparanoiasrc.
12734
12735 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
12736         
12737         * sys/v4l2/Makefile.am:
12738         * sys/v4l2/gstv4l2object.c:
12739         * sys/v4l2/gstv4l2src.c:
12740         * sys/v4l2/gstv4l2xoverlay.c:
12741         * sys/v4l2/v4l2_calls.c:
12742         * sys/v4l2/v4l2src_calls.c:
12743         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
12744         xoverlay code that is still not implemented.
12745
12746 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
12747
12748         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
12749           We require a -base more recent than 0.10.9, so it's safe to use
12750           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
12751
12752         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
12753         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
12754           Use _newsegment_full() now that we depend on a recent enough core.
12755
12756         * gst/wavparse/gstwavparse.c:
12757           Remove cruft that we don't need any longer now that we depend on
12758           a recent enough -base.
12759
12760 2006-10-31  Wim Taymans  <wim@fluendo.com>
12761
12762         * gst/rtp/Makefile.am:
12763         * gst/rtp/gstrtp.c: (plugin_init):
12764         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
12765         (gst_rtpilbcpay_setcaps):
12766         Fix and activate ILBC pay and depayloaders. Fixes #368162.
12767
12768 2006-10-31  Wim Taymans  <wim@fluendo.com>
12769
12770         * ext/speex/gstspeexdec.c: (speex_dec_convert),
12771         (speex_dec_sink_event), (speex_dec_chain_parse_header):
12772         Some small cleanups, use _scale.
12773
12774 2006-10-31  Wim Taymans  <wim@fluendo.com>
12775
12776         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
12777         Use higher precision scale function.
12778
12779 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
12780
12781         Patch by: Michal Benes  <michal dot benes at itonis tv>
12782
12783         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
12784         (gst_matroska_demux_read_track_encodings),
12785         (gst_matroska_decode_buffer):
12786           Fix several issues with encoded/compressed/encrypted/signed tracks;
12787           also, remove superfluous newline characters from some debug
12788           statements. (#366155)
12789
12790 2006-10-30  Wim Taymans  <wim@fluendo.com>
12791
12792         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
12793         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
12794         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
12795         (gst_smokedec_change_state):
12796         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
12797         (gst_smokeenc_init), (gst_smokeenc_finalize),
12798         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
12799         (gst_smokeenc_resync), (gst_smokeenc_chain),
12800         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
12801         (gst_smokeenc_change_state):
12802         Various cleanups, capsnego and leak fixes.
12803
12804 2006-10-30  Wim Taymans  <wim@fluendo.com>
12805
12806         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12807
12808         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
12809         Fix videomixer so that it can handle any combination of framerates.
12810         Fixes #367221.
12811
12812 2006-10-28  Wim Taymans  <wim@fluendo.com>
12813
12814         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
12815         (gst_avi_demux_parse_file_header),
12816         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
12817         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
12818         (gst_avi_demux_chain):
12819         Fix position query for audio. also fixes timestamps in streaming
12820         mode and bug #364958.
12821         Small cleanups.
12822
12823 2006-10-27  Wim Taymans  <wim@fluendo.com>
12824
12825         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
12826         * ext/libpng/gstpngenc.h:
12827         Fix strides. Fixes #364856.
12828         Cleanup capsnego.
12829         Set caps on outgoing buffers.
12830
12831 2006-10-18  Wim Taymans  <wim@fluendo.com>
12832
12833         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
12834
12835         * gst/rtp/gstrtpgsmpay.c:
12836         * gst/rtp/gstrtph263pay.c:
12837         * gst/rtp/gstrtpmpapay.c:
12838         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
12839         (gst_rtp_pcma_pay_handle_buffer):
12840         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
12841         Add static payload numbers in addition to the dynamic ones.
12842         Fixes #361639.
12843
12844 2006-10-18  Wim Taymans  <wim@fluendo.com>
12845
12846         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
12847         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
12848         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
12849         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
12850         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
12851         * gst/rtsp/rtspdefs.h:
12852         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
12853         * gst/rtsp/rtspurl.h:
12854         Reuse already existing enum for lower transport.
12855         Add rtspt and rtspu protocols.
12856         Send redirect to rtspt when udp times out.
12857
12858 2006-10-18  Wim Taymans  <wim@fluendo.com>
12859
12860         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
12861         (gst_wavparse_stream_data):
12862         Fix seeking some more, mostly for speed changes.
12863
12864 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12865
12866         Patch by: Fredrik Persson  <frepe at bredband net>
12867
12868         * sys/v4l2/gstv4l2tuner.c:
12869         * sys/v4l2/gstv4l2tuner.h:
12870           Fix _set_channel(): remove useless g_object_notify() for "channel"
12871           property that doesn't exist any longer and therefore now also
12872           useless redirect (#338818).
12873
12874 2006-10-17  Wim Taymans  <wim@fluendo.com>
12875
12876         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
12877         Some drivers do not support unsetting the non-blocking flag once the
12878         device is opened. In those cases, close/open the device in
12879         non-blocking mode. Fixes #362673.
12880
12881 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
12882
12883         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
12884         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
12885         (gst_v4l2src_get_fps):
12886           dear stefan, framespersecond is not frameperiod, reverting but adding
12887           comment
12888
12889 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
12890
12891         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
12892         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
12893         (gst_v4l2src_get_fps):
12894           Numerator is numerator and denominator is denominator. Say that aloud
12895           5 times and retry after next beer.
12896
12897 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
12898
12899         Patch by: Josep Torra Valles  <josep at fluendo com>
12900
12901         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
12902         * ext/esd/esdsink.c: (gst_esdsink_write):
12903         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
12904         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
12905         (gst_flac_dec_send_newsegment):
12906         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
12907         (gst_flac_enc_tell_callback):
12908         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
12909         (smokecodec_parse_header), (smokecodec_decode):
12910         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
12911         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
12912         * gst/goom/Makefile.am:
12913         * gst/goom/gstgoom.c:
12914         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
12915         * gst/rtsp/gstrtspsrc.c:
12916         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
12917         * gst/udp/gstudpsink.c:
12918         * gst/udp/gstudpsrc.c:
12919         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
12920         * sys/sunaudio/gstsunaudiomixertrack.h:
12921           Fix a bunch of problems discovered by the Forte compiler, mostly type
12922           mixups and pointer arithmetics with void pointers. Fixes #362603.
12923
12924 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
12925
12926         * ext/speex/gstspeex.c: (plugin_init):
12927         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
12928         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
12929         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
12930         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
12931         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
12932         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
12933         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
12934         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
12935         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
12936         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
12937         (gst_speex_enc_chain), (gst_speex_enc_get_property),
12938         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
12939         * ext/speex/gstspeexenc.h:
12940           Miscellaneous clean-ups, among other things: speexenc => enc to
12941           enhance code readability; change speexenc => speex_enc; in chain
12942           function unref input buffer in case of error; take reference in
12943           event function; use boilerplate macro; use gst_pad_query_peer_*
12944           convenience functions.
12945
12946 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
12947
12948         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
12949         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
12950         (gst_speexenc_set_header_on_caps):
12951           Fix some mem leaks.
12952
12953 2006-10-11  Wim Taymans  <wim@fluendo.com>
12954
12955         * gst/rtsp/URLS:
12956         Added some other URL.
12957
12958         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
12959         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
12960         (gst_rtspsrc_open), (gst_rtspsrc_play),
12961         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
12962         * gst/rtsp/gstrtspsrc.h:
12963         Work on fallback to TCP connection when the UDP socket times out.
12964         Handler server requests, just reply with OK for now.
12965
12966         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
12967         * gst/rtsp/rtspdefs.h:
12968         Added some more Real extension headers.
12969
12970         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
12971         Fix parsing of urls with a ':' that is not part of the hostname:port
12972         part of the url.
12973
12974 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
12975
12976         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
12977         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
12978         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
12979           Activate pad before adding it to the already-running element.
12980
12981         * tests/check/elements/icydemux.c: (icydemux_found_pad):
12982           Activate newly-created pad too.
12983
12984 2006-10-11  Wim Taymans  <wim@fluendo.com>
12985
12986         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
12987
12988         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
12989         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
12990         (gst_udpsrc_start):
12991         Fix some leaks in caps and uris. Fixes #361252.
12992
12993 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
12994
12995         * gst/wavparse/Makefile.am:
12996           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
12997
12998 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
12999
13000         * sys/v4l2/gstv4l2xoverlay.c:
13001         * sys/v4l2/gstv4l2xoverlay.h:
13002         Fix build as per the patch in #338818 comment 36.
13003
13004 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
13005
13006         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
13007           Activate pads before adding them to the source.
13008
13009 2006-10-06  Wim Taymans  <wim@fluendo.com>
13010
13011         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
13012         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
13013         Activate pads before adding.
13014
13015 2006-10-06  Wim Taymans  <wim@fluendo.com>
13016
13017         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
13018         (gst_multipart_find_pad_by_mime):
13019         Activate pads before adding.
13020
13021         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
13022         BOILERPLATE sets parent_class for us.
13023
13024 2006-10-06  Wim Taymans  <wim@fluendo.com>
13025
13026         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
13027         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
13028         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
13029         (gst_rtspsrc_alloc_udp_ports),
13030         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
13031         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
13032         (gst_rtspsrc_create_transports_string),
13033         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
13034         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13035         * gst/rtsp/gstrtspsrc.h:
13036         Rework how the transport string is constructed, try to share channels
13037         and udp ports.
13038         Make most of the stuff less dependant on RTP as we are also going to use
13039         it for RDT.
13040         Add support for transport specific session managers.
13041
13042         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
13043         Implement _flush().
13044
13045         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13046         * gst/rtsp/rtspdefs.h:
13047         Add generic error return code.
13048
13049         * gst/rtsp/rtspext.h:
13050         Add support for pluggable tranport strings.
13051
13052         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
13053         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
13054         (rtsp_ext_wms_get_context):
13055         Detect WMServer and activate the extension.
13056
13057         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
13058         (rtsp_transport_get_manager), (rtsp_transport_parse):
13059         * gst/rtsp/rtsptransport.h:
13060         Added methods to get mime/manager for certain transports.
13061
13062 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
13063
13064         * ext/cairo/gsttimeoverlay.c:
13065         (gst_cairo_time_overlay_update_font_height):
13066         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
13067         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
13068         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
13069         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
13070         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13071         * ext/libpng/gstpngdec.c: (user_endrow_callback):
13072         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
13073         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
13074         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
13075         (gst_avi_demux_stream_data):
13076         * gst/cutter/gstcutter.c: (gst_cutter_chain):
13077         * gst/debug/efence.c: (gst_efence_buffer_alloc),
13078         (gst_fenced_buffer_copy):
13079         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
13080         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
13081         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
13082         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
13083         (gst_rtspsrc_handle_message):
13084         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
13085         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
13086           Printf format fixes.
13087
13088 2006-10-04  Wim Taymans  <wim@fluendo.com>
13089
13090         * gst/rtsp/Makefile.am:
13091         Dist new .h file too.
13092
13093 2006-10-04  Wim Taymans  <wim@fluendo.com>
13094
13095         * gst/rtsp/Makefile.am:
13096         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
13097         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
13098         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
13099         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
13100         (gst_rtspsrc_parse_rtpmap),
13101         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
13102         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13103         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
13104         * gst/rtsp/gstrtspsrc.h:
13105         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13106         * gst/rtsp/rtspdefs.h:
13107         * gst/rtsp/rtspext.h:
13108         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
13109         (rtsp_ext_wms_get_context):
13110         * gst/rtsp/rtspextwms.h:
13111         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
13112         (rtsp_transport_parse):
13113         * gst/rtsp/rtsptransport.h:
13114         Factor out extension in separate module.
13115         Fix getcaps to filter against the padtemplate.
13116         Use Content-Base if the server gives one.
13117         Rework the transport parsing a bit for future extensions.
13118         Added some Real Header field definitions.
13119
13120 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
13121
13122         * docs/plugins/Makefile.am:
13123         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13124         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13125           added v4l2 stubs
13126         * gst-plugins-good.spec.in:
13127           add v4l2
13128
13129 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
13130
13131         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
13132           Extract disc/album/medium number and count and try harder
13133           to extract track number/count.
13134
13135 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
13136
13137         * configure.ac:
13138         * sys/Makefile.am:
13139           add build stuff for v4l2, needs --enable-experimental until
13140           the last bits are resolved
13141
13142 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
13143
13144         * tests/check/Makefile.am:
13145           Disable autodetect test temporarily, so that the build bots
13146           update -bad and the ranks of unreliable video sinks in there.
13147
13148         * tests/check/elements/autodetect.c: (GST_START_TEST):
13149           Skip test if no usable videosink is found.
13150
13151 2006-09-29  Wim Taymans  <wim@fluendo.com>
13152
13153         * gst/rtsp/URLS:
13154         Add some more URLs.
13155
13156         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
13157         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
13158         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
13159         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
13160         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
13161         (gst_rtspsrc_loop), (gst_rtspsrc_send),
13162         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13163         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
13164         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13165         * gst/rtsp/gstrtspsrc.h:
13166         Add timeout property to control UDP timeouts.
13167         Fix error messages.
13168         Also start a loop function when operating in UDP mode so that we can
13169         do some more stuff async.
13170         Handle element messages from udpsrc to detect timeouts. If a timeout
13171         happens we currently generate an error.
13172         API: rtspsrc::timeout property.
13173
13174         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
13175         (gst_udpsrc_create):
13176         Really implement the timeout in microseconds and not milliseconds.
13177
13178 2006-09-29  Wim Taymans  <wim@fluendo.com>
13179
13180         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
13181         (gst_udpsrc_create), (gst_udpsrc_set_property),
13182         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
13183         * gst/udp/gstudpsrc.h:
13184         Added property to post a message on timeout.
13185         Updated docs.
13186         When restarting the select, initialize the fdsets again.
13187         Init control sockets so we don't accidentally close a random socket.
13188         API: GstUDPSrc::timeout property
13189
13190 2006-09-29  Wim Taymans  <wim@fluendo.com>
13191
13192         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
13193         Fix flag registration.
13194
13195         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
13196         Reading 0 also means 'no more commands'
13197
13198 2006-09-29  Wim Taymans  <wim@fluendo.com>
13199
13200         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
13201
13202         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
13203         Fix possible infinite loop when shutting down, a read can also return
13204         0 to indicate no more messages are available. Fixes #358156.
13205
13206 2006-09-25  Wim Taymans  <wim@fluendo.com>
13207
13208         * gst/autodetect/gstautoaudiosink.c:
13209         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
13210         (gst_auto_audio_sink_find_best):
13211         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
13212         Small cleanups.
13213         don't try to set "sync" property when it is not available.
13214
13215 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
13216
13217         Patch by: Peter Kjellerstedt  <pkj at axis com>
13218
13219         * gst/alpha/gstalpha.c:
13220         * gst/rtp/gstrtpamrdepay.c:
13221         * gst/rtsp/gstrtspsrc.c:
13222         * gst/udp/gstudpsrc.c:
13223         * gst/videomixer/videomixer.c:
13224           Include stdlib.h in some more places, makes things compile
13225           with uClibc and -Werror (#357592).
13226
13227 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
13228
13229         * ext/jpeg/gstjpegdec.c:
13230           Set minimum height to 8 (from 16), our code should handle
13231           that fine. Some of the buttons on the apple trailer site
13232           are apparently only 15 pixels high (see #357470).
13233
13234 2006-09-23  Wim Taymans  <wim@fluendo.com>
13235
13236         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
13237         (gst_rtspsrc_open):
13238         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
13239         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
13240         (rtsp_connection_receive):
13241         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13242         * gst/rtsp/rtspdefs.h:
13243         Improve error reporting.
13244
13245 2006-09-23  Wim Taymans  <wim@fluendo.com>
13246
13247         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
13248         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
13249         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
13250         * gst/rtp/gstrtpdepay.c:
13251         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
13252         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
13253         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
13254         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
13255         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
13256         (gst_rtp_mp2t_depay_plugin_init):
13257         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
13258         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
13259         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
13260         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
13261         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
13262         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
13263         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
13264         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
13265         Fix klass typos.
13266         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
13267
13268 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
13269
13270         * configure.ac:
13271           Need  -base CVS for gst_base_rtp_depayload_push_ts().
13272
13273 2006-09-22  Wim Taymans  <wim@fluendo.com>
13274
13275         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
13276         Don't check for a tag that is never there and check if we read the
13277         correct tag. Fixes seeking again.
13278         We must post an error when all pads are unlinked.
13279
13280 2006-09-22  Wim Taymans  <wim@fluendo.com>
13281
13282         * gst/rtp/Makefile.am:
13283         * gst/rtp/gstrtp.c: (plugin_init):
13284         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
13285         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
13286         (gst_rtp_vorbis_pay_reset_packet),
13287         (gst_rtp_vorbis_pay_init_packet),
13288         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
13289         (gst_rtp_vorbis_pay_handle_buffer):
13290         More fixage, set endoder-params correctly in the payloader.
13291
13292 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
13293
13294         * gst/autodetect/gstautoaudiosink.c:
13295         (gst_auto_audio_sink_base_init):
13296         * gst/autodetect/gstautovideosink.c:
13297         (gst_auto_video_sink_base_init):
13298           Make static pad templates static to appease valgrind's leak
13299           detector.
13300
13301         * tests/check/Makefile.am:
13302         * tests/check/elements/.cvsignore:
13303         * tests/check/elements/autodetect.c: (GST_START_TEST),
13304         (autodetect_suite):
13305           Add simple test for the ghostpad lockup on shutdown fixed in core
13306           CVS (audio bit disabled because it would need dozens of alsa
13307           suppressions and I'm too lazy to add those now).
13308
13309 2006-09-22  Wim Taymans  <wim@fluendo.com>
13310
13311         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
13312         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
13313         Small cleanups.
13314
13315         * gst/rtp/Makefile.am:
13316         * gst/rtp/gstrtp.c: (plugin_init):
13317         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
13318         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
13319         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
13320         (gst_rtp_vorbis_depay_process),
13321         (gst_rtp_vorbis_depay_set_property),
13322         (gst_rtp_vorbis_depay_get_property),
13323         (gst_rtp_vorbis_depay_change_state),
13324         (gst_rtp_vorbis_depay_plugin_init):
13325         * gst/rtp/gstrtpvorbisdepay.h:
13326         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
13327         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
13328         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
13329         (gst_rtp_vorbis_pay_flush_packet),
13330         (gst_rtp_vorbis_pay_append_buffer),
13331         (gst_rtp_vorbis_pay_handle_buffer),
13332         (gst_rtp_vorbis_pay_plugin_init):
13333         * gst/rtp/gstrtpvorbispay.h:
13334         Add experimental vorbis pay and depayloaders.
13335
13336 2006-09-21  Wim Taymans  <wim@fluendo.com>
13337
13338         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
13339         Fix profile-level-id parsing and setup.
13340
13341 2006-09-21  Wim Taymans  <wim@fluendo.com>
13342
13343         * gst/udp/README:
13344         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
13345         Update README, simple cleanup.
13346
13347 2006-09-21  Wim Taymans  <wim@fluendo.com>
13348
13349         * gst/rtp/README:
13350         Update README with some examples.
13351
13352         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
13353         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
13354         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
13355         (gst_rtp_mp4g_pay_setcaps):
13356         * gst/rtp/gstrtpmp4gpay.h:
13357         Make optional RTP parameters of type STRING, as required by the
13358         application/x-rtp caps specification.
13359
13360 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
13361
13362         * gst/rtp/gstrtph263pdepay.c:
13363         * gst/rtp/gstrtph263ppay.c:
13364         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
13365         RTP header.
13366
13367 2006-09-20  Wim Taymans  <wim@fluendo.com>
13368
13369         * gst/rtp/Makefile.am:
13370         And makefile too.
13371
13372 2006-09-20  Wim Taymans  <wim@fluendo.com>
13373
13374         * gst/rtp/gstrtp.c: (plugin_init):
13375         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
13376         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
13377         (decode_base64), (gst_rtp_asf_depay_setcaps),
13378         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
13379         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
13380         (gst_rtp_asf_depay_plugin_init):
13381         * gst/rtp/gstrtpasfdepay.h:
13382         Added preliminary ASF depayloader.
13383
13384         * gst/rtp/gstrtph264depay.c: (decode_base64):
13385         Fix base64 decoding.
13386
13387 2006-09-20  Wim Taymans  <wim@fluendo.com>
13388
13389         * gst/rtsp/URLS:
13390         Added some test URLS.
13391
13392         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
13393         (gst_rtspsrc_loop), (gst_rtspsrc_open):
13394         * gst/rtsp/gstrtspsrc.h:
13395         When creating streams, give access to the complete SDP.
13396         Fix some leaks.
13397         Collect and merge global stream properties in stream caps.
13398         Preliminary support for WMServer.
13399
13400         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
13401         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
13402         (rtsp_connection_receive):
13403         * gst/rtsp/rtspconnection.h:
13404         Make connection interruptable.
13405         Refactor to make it reconnectable.
13406         Don't fail on short reads when reading data packets.
13407
13408         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
13409         (rtsp_url_get_port):
13410         * gst/rtsp/rtspurl.h:
13411         Add methods for getting/setting the port.
13412
13413         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
13414         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
13415         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
13416         (sdp_media_get_format), (sdp_parse_line),
13417         (sdp_message_parse_buffer):
13418         Fix headers. 
13419         Add methods for getting multiple attributes with the same name.
13420         Increase buffer size when parsing.
13421         Fix parsing of a=foo fields.
13422
13423         * gst/rtsp/test.c: (main):
13424         Update to new connection API.
13425
13426         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
13427         (rtsp_message_init_response), (rtsp_message_init_data),
13428         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
13429         * gst/rtsp/rtspmessage.h:
13430         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
13431         * gst/rtsp/rtsptransport.h:
13432         * gst/rtsp/sdp.h:
13433         * gst/rtsp/sdpmessage.h:
13434         * gst/rtsp/gstrtsp.c:
13435         * gst/rtsp/gstrtsp.h:
13436         * gst/rtsp/gstrtpdec.c:
13437         * gst/rtsp/gstrtpdec.h:
13438         * gst/rtsp/rtsp.h:
13439         * gst/rtsp/rtspdefs.c:
13440         * gst/rtsp/rtspdefs.h:
13441         Dual licensed under MIT and LGPL now.
13442
13443 2006-09-19  Wim Taymans  <wim@fluendo.com>
13444
13445         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
13446         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
13447         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
13448         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
13449         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
13450         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13451         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
13452         * gst/rtsp/gstrtspsrc.h:
13453         Reorganize stream parsing and creation.
13454         Detect container formats in interleaved mode.
13455         Keep more state about the streams.
13456         Assume a server also supports PLAY if it does not say.
13457         Add unicast and interleaved properties to TCP transport requests to make
13458         some servers happy (WMServer).
13459
13460         * gst/rtsp/sdpmessage.h:
13461         Add some defines for the standard Bandwidth types.
13462
13463 2006-09-19  Wim Taymans  <wim@fluendo.com>
13464
13465         * gst/rtsp/test.c: (main):
13466         Fix build.
13467
13468 2006-09-19  Wim Taymans  <wim@fluendo.com>
13469
13470         * gst/wavparse/gstwavparse.c:
13471         Add ms-gsm to the src template.
13472
13473 2006-09-18  Wim Taymans  <wim@fluendo.com>
13474
13475         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
13476         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
13477         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
13478         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
13479         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
13480         * gst/rtsp/gstrtspsrc.h:
13481         Small cleanups, added documentation.
13482         Try to clean up the requests and responses.
13483         Refactor parsing the supported methods.
13484
13485         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
13486         (rtsp_connection_create), (rtsp_connection_send),
13487         (parse_response_status), (parse_request_line),
13488         (rtsp_connection_receive), (rtsp_connection_close),
13489         (rtsp_connection_free):
13490         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
13491         (rtsp_transport_init), (rtsp_transport_parse),
13492         (rtsp_transport_free):
13493         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13494         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
13495         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
13496         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
13497         Use g_return_val some more.
13498
13499         * gst/rtsp/rtspdefs.h:
13500         Add more enum values to track initial states.
13501
13502         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
13503         (rtsp_message_init_request), (rtsp_message_new_response),
13504         (rtsp_message_init_response), (rtsp_message_init_data),
13505         (rtsp_message_unset), (rtsp_message_free),
13506         (rtsp_message_add_header), (rtsp_message_remove_header),
13507         (rtsp_message_get_header), (rtsp_message_set_body),
13508         (rtsp_message_take_body), (rtsp_message_get_body),
13509         (rtsp_message_steal_body), (rtsp_message_dump):
13510         * gst/rtsp/rtspmessage.h:
13511         Reorder arguments, object goes as the first one.
13512         Use g_return_val some more.
13513
13514 2006-09-18  Wim Taymans  <wim@fluendo.com>
13515
13516         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
13517         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
13518         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
13519         * gst/rtsp/gstrtspsrc.h:
13520         Export sometimes source pad with correct caps on the template, create
13521         the ghostpad from the template.
13522         Remove RTCP template as we never expose RTCP.
13523         Protect against invalid body size.
13524         Avoid memcpy when creating the output buffer.
13525         Properly post an error and send EOS when the loop function is shut down.
13526
13527 2006-09-18  Wim Taymans  <wim@fluendo.com>
13528
13529         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
13530
13531         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
13532         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
13533         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
13534         * gst/rtsp/gstrtspsrc.h:
13535         Make sure we can never set an invalid location.
13536
13537         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
13538         * gst/rtsp/rtspmessage.h:
13539         Added _steal_body method for future use.
13540
13541         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
13542         Make freeing of NULL url return immediatly.
13543
13544 2006-09-18  Wim Taymans  <wim@fluendo.com>
13545
13546         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
13547
13548         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
13549         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
13550         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
13551         (gst_rtspsrc_change_state):
13552         * gst/rtsp/gstrtspsrc.h:
13553         Use boilerplate.
13554         Make rtspsrc subclass GstBin to make state changes easier.
13555         Add Range header field on the PLAY request.
13556
13557 2006-09-18  Wim Taymans  <wim@fluendo.com>
13558
13559         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
13560
13561         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
13562         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
13563         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
13564         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
13565         * gst/rtsp/rtspconnection.c: (inet_aton):
13566         Small cleanups.
13567         when multicast is selected as the transport, create UDP sources and
13568         connect to the multicast group.
13569         Move parsing and setting of caps to a common place.
13570         Fixes #349894.
13571
13572 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13573
13574         * ext/flac/gstflactag.c:
13575         * gst/alpha/gstalpha.c:
13576         * gst/debug/breakmydata.c:
13577         * gst/debug/negotiation.c:
13578         * gst/debug/testplugin.c:
13579         * gst/effectv/gstaging.c:
13580         * gst/effectv/gstdice.c:
13581         * gst/effectv/gstedge.c:
13582         * gst/effectv/gstquark.c:
13583         * gst/effectv/gstrev.c:
13584         * gst/effectv/gstshagadelic.c:
13585         * gst/effectv/gstvertigo.c:
13586         * gst/effectv/gstwarp.c:
13587         * gst/multipart/multipartdemux.c:
13588         * gst/multipart/multipartmux.c:
13589         * gst/videobox/gstvideobox.c:
13590         * gst/videofilter/gstgamma.c:
13591         * gst/videofilter/gstvideotemplate.c:
13592         * gst/videomixer/videomixer.c:
13593         * sys/sunaudio/gstsunaudiosrc.h:
13594         More G_OBJECT macro fixing.
13595
13596 2006-09-16  Wim Taymans  <wim@fluendo.com>
13597
13598         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
13599
13600         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
13601         Correctly set the dwLength in strh.
13602         With this patch, the file duration is now displayed correctly in window
13603         media player and the AVI plays completely. Fixes #356147
13604
13605 2006-09-15  Wim Taymans  <wim@fluendo.com>
13606
13607         Patch by: Darren Kenny <darren dot kenny at sun dot com>
13608
13609         * sys/sunaudio/gstsunaudiomixerctrl.c:
13610         (gst_sunaudiomixer_ctrl_build_list):
13611         Set the output track as the MASTER so that the gnome-settings-daemon
13612         keybindings for changing the volume using the keyboard works.
13613         Fixes #356142.
13614
13615 2006-09-15  Wim Taymans  <wim@fluendo.com>
13616
13617         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
13618         Fix documentation, it is not possible to control the framerate of jpegdec
13619         using filtered caps yet. Fixes #355210.
13620         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
13621         stop when there is an error.
13622
13623 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
13624
13625         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
13626         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
13627           Don't interpret a first buffer with an offset of NONE as
13628           'from the middle of the stream', but only a first buffer
13629           that has a valid buffer offset that's non-zero (see #345449).
13630
13631 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
13632
13633         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
13634         (gst_icydemux_typefind_or_forward):
13635         * gst/icydemux/gsticydemux.h:
13636           When we merge/collect multiple incoming buffers for typefinding
13637           purposes, keep an initial 0 offset on the first outgoing buffer
13638           as well (otherwise id3demux won't work right). Fixes #345449.
13639           Also Make buffer metadata writable before setting buffer caps.
13640
13641         * tests/check/elements/icydemux.c: (typefind_succeed),
13642         (cleanup_icydemux), (push_data), (GST_START_TEST),
13643         (icydemux_suite):
13644           Small test case for the above.
13645
13646 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
13647
13648         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
13649         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
13650         (gst_avi_demux_stream_header_push),
13651         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
13652         (gst_avi_demux_loop):
13653           More code reuse and better logging in _peek_chunk(). Reintroduce check
13654           for chunk sizes before reading them (avoid oom). Better handling for 
13655           invalid chunksizes when streaming.
13656
13657 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
13658
13659         * gst/level/gstlevel.c: (gst_level_set_property):
13660         * gst/level/gstlevel.h:
13661           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
13662           René Stadler
13663
13664 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
13665
13666         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
13667         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
13668         (gst_avi_demux_stream_data):
13669           Revert one change to fix streaming avi (adapter size != data size).
13670
13671 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13672
13673         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
13674
13675         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
13676         (gst_matroska_demux_reset),
13677         (gst_matroska_demux_read_track_encodings),
13678         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
13679         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
13680         (gst_matroska_demux_subtitle_caps):
13681         * gst/matroska/matroska-ids.h:
13682           Add support for VOBSUB subtitle tracks and zlib-compressed
13683           tracks. Make sure we start on a keyframe after a seek. (#343348)
13684
13685 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13686
13687         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
13688         (gst_matroska_demux_push_flac_codec_priv_data),
13689         (gst_matroska_demux_push_xiph_codec_priv_data),
13690         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
13691         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
13692         * gst/matroska/matroska-ids.h:
13693           Add basic FLAC support (#311586), not perfect yet though, needs some
13694           tweaking in flacdec; also, seeking could be better.
13695           Do better bounds checking when deserialising vorbis stream headers
13696           to make sure we don't read beyond the end of the buffer on bad input.
13697
13698 2006-09-04  Wim Taymans  <wim@fluendo.com>
13699
13700         Patch by: Alessandro Decina <alessandro at nnva dot org>
13701
13702         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
13703         Seeking back in a file containing a CMML stream errors out if the seek
13704         goes back up to the CMML headers. This is because after the seek the xml
13705         processing instruction <?xml ...?> is submitted to the xml parser again, 
13706         which results in an error. The attached patch fixes the problem. 
13707         Fixes #353908.
13708
13709         * ext/annodex/gstcmmlenc.h:
13710         Fix authors name.
13711
13712
13713 2006-08-28  Andy Wingo  <wingo@pobox.com>
13714
13715         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
13716         New helper function to lessen the ifdefs.
13717         (GST_INFO_OBJECT): 
13718         (gst_dv1394src_iso_receive): Use it.
13719         (gst_dv1394src_create): Also use the control sockets in iec61883
13720         mode.
13721         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
13722         handle for AVC operations; fixes #348233.
13723
13724 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
13725
13726         * configure.ac:
13727         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13728         * docs/plugins/inspect/plugin-audiofx.xml:
13729         * docs/plugins/inspect/plugin-audiofxgood.xml:
13730         * gst/audiofx/Makefile.am:
13731         * gst/audiofx/audiofx.c:
13732         * gst/audiofxgood/.cvsignore:
13733         * gst/audiofxgood/Makefile.am:
13734         * gst/audiofxgood/audiofx.c:
13735         * gst/audiofxgood/audiopanorama.c:
13736         * gst/audiofxgood/audiopanorama.h:
13737           Rename again (audiofxgood -> audiofx).
13738
13739 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
13740
13741         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
13742         (gst_avi_demux_stream_scan):
13743           Initialze variables.
13744
13745 2006-08-25  Wim Taymans  <wim@fluendo.com>
13746
13747         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
13748         (gst_avi_demux_init), (gst_avi_demux_finalize),
13749         (gst_avi_demux_reset), (gst_avi_demux_index_last),
13750         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
13751         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
13752         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
13753         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
13754         (gst_avi_demux_massage_index),
13755         (gst_avi_demux_calculate_durations_from_index),
13756         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
13757         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
13758         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
13759         (gst_avi_demux_change_state):
13760         * gst/avi/gstavidemux.h:
13761         More attempts to turn this into readable code.
13762         Don't leak adapters.
13763         Calculate duration according to index more efficiently.
13764         Don't try to act like we drive the pipeline in chain mode.
13765
13766 2006-08-25  Wim Taymans  <wim@fluendo.com>
13767
13768         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
13769         Fix build.
13770
13771 2006-08-25  Wim Taymans  <wim@fluendo.com>
13772
13773         Patch by: Alessandro Decina <alessandro at nnva dot org>
13774
13775         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
13776         Do some extra sanity checks.
13777         Fixes #350340.
13778
13779         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
13780         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
13781         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
13782         Check if clip->start_time is valid before adding the clip to the
13783         track list.
13784         Reset enc->preamble going from PAUSED to READY.
13785         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
13786         only used for EOS.
13787         Only post an error message if we were the one that created the fatal
13788         GstFlowReturn value.
13789
13790         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
13791         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
13792         Parse the seconds field of the npt-sec time format using %llu rather than
13793         %d and check that the value scaled by GST_SECOND doesn't overflow.
13794         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
13795         Lookup a clip's track with clip->track rather than clip->id which
13796         makes no sense.
13797         Identify a clip by its track and start time and not its xml id.
13798         do some more input checking and make sure we don't do undefined shifts.
13799
13800         * tests/check/elements/cmmldec.c: (setup_cmmldec),
13801         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
13802         (cmml_tag_message_pop), (check_headers), (push_clip_full),
13803         (push_clip), (push_empty_clip), (check_output_clip),
13804         (GST_START_TEST), (cmmldec_suite):
13805         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
13806         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
13807         (check_headers), (push_clip), (check_clip_times), (check_clip),
13808         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
13809         Added some more checks.
13810
13811 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13812
13813         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
13814         (gst_audio_panorama_set_property),
13815         (gst_audio_panorama_get_property),
13816         (gst_audio_panorama_transform_m2s_int),
13817         (gst_audio_panorama_transform_s2s_int),
13818         (gst_audio_panorama_transform_m2s_float),
13819         (gst_audio_panorama_transform_s2s_float):
13820         * gst/audiofxgood/audiopanorama.h:
13821         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
13822           Make also the pan-property float (saves scaling and yields better
13823           resolution)
13824
13825 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13826
13827         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
13828         (gst_audio_panorama_transform_m2s_float),
13829         (gst_audio_panorama_transform_s2s_float):
13830           ChangeLog surgery to add cymax's real name
13831
13832
13833 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13834
13835         Patch by: René Stadler <mail@renestadler.de>
13836
13837         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
13838         (gst_audio_panorama_transform_m2s_int),
13839         (gst_audio_panorama_transform_s2s_int),
13840         (gst_audio_panorama_transform_m2s_float),
13841         (gst_audio_panorama_transform_s2s_float),
13842         (gst_audio_panorama_transform):
13843         * gst/audiofxgood/audiopanorama.h:
13844           Added float support
13845
13846 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13847
13848         * gst/audiofxgood/audiopanorama.c:
13849         (gst_audio_panorama_transform_m2s):
13850           Fix docs & debug category. Add Fixme for volume pan levels.
13851
13852 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13853
13854         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
13855         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
13856         (gst_avi_demux_stream_header_pull),
13857         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
13858         (gst_avi_demux_chain):
13859           unbreak AVI index handling, some more debug, remove an obsolete
13860           adapter_flush that caused streaming to wander off in the wild
13861
13862 2006-08-24  Wim Taymans  <wim@fluendo.com>
13863
13864         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13865         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
13866         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
13867         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
13868         (gst_avi_demux_calculate_durations_from_index),
13869         (gst_avi_demux_stream_header_push),
13870         (gst_avi_demux_stream_header_pull):
13871         * gst/avi/gstavidemux.h:
13872         Some more cleanups. 
13873         Fix totalFrames parsing in ODML.
13874         Disable use of index for length calculation in case of ODML as this is
13875         broken now.
13876
13877 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
13878
13879         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
13880           Use libgsttag helper function here too.
13881
13882 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
13883
13884         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
13885         (gst_avi_demux_init), (gst_avi_demux_dispose),
13886         (gst_avi_demux_reset), (gst_avi_demux_index_next),
13887         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
13888         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
13889         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
13890         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
13891         (gst_avi_demux_parse_subindex),
13892         (gst_avi_demux_read_subindexes_push),
13893         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
13894         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
13895         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
13896         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
13897         (gst_avi_demux_stream_header_pull),
13898         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
13899         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
13900         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
13901         (gst_avi_demux_change_state):
13902         * gst/avi/gstavidemux.h:
13903           Initial streaming support for avidemux (fixes #336465)
13904
13905 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13906
13907         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13908           There is no taglibmux element ...
13909
13910         * gst/rtsp/gstrtspsrc.c:
13911           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
13912           was complaining about unknown entity here.
13913
13914 2006-08-22  Wim Taymans  <wim@fluendo.com>
13915
13916         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
13917         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
13918         (gst_avi_demux_process_next_entry):
13919         * gst/avi/gstavidemux.h:
13920         Mark DISCONT.
13921         Remove old unused fields and reorder the struct a bit.
13922
13923 2006-08-22  Wim Taymans  <wim@fluendo.com>
13924
13925         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
13926         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
13927         (gst_rtspsrc_pause):
13928         * gst/rtsp/gstrtspsrc.h:
13929         * sys/oss/gstosssink.c: (gst_oss_sink_open),
13930         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
13931         Small documentation updates.
13932
13933 2006-08-22  Wim Taymans  <wim@fluendo.com>
13934
13935         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13936         (gst_avi_demux_index_entry_for_time),
13937         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
13938         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
13939         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
13940         (gst_avi_demux_next_data_buffer),
13941         (gst_avi_demux_calculate_durations_from_index),
13942         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
13943         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
13944         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
13945         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
13946         * gst/avi/gstavidemux.h:
13947         Precalc most of the duration query for each stream.
13948         Make seeking more correct.
13949         Use GstSegment to track position and duration.
13950         Code cleanups and leak fixes.
13951         Calculate correct total duration based on index length.
13952
13953 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
13954
13955         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
13956         (parse_insert_string_field):
13957           If strings in text fields are marked ISO8859-1, but contain
13958           valid UTF-8 already, then handle them as UTF-8 and ignore
13959           the encoding. (#351794)
13960
13961 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13962
13963         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
13964         (gst_flac_dec_write), (gst_flac_dec_loop),
13965         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
13966         (gst_flac_dec_src_query):
13967         * ext/flac/gstflacdec.h:
13968           Make flac-in-ogg work (#352100).
13969
13970 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13971
13972         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
13973           Don't unref buffers of which we've already given away
13974           ownership to the adapter.
13975
13976 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13977
13978         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
13979           Make metadata extraction actually work.
13980
13981         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
13982         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
13983         (gst_speexenc_chain):
13984           Fix metadata writing: replace old code which wrote completely
13985           broken tags with libgsttag-based code. Plus miscellaneous
13986           code cleanups (use static pad templates etc.) and a bunch
13987           of leak fixes.
13988
13989 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
13990
13991         * gst/audiopanorama/.cvsignore:
13992         * gst/audiopanorama/Makefile.am:
13993         * gst/audiopanorama/audiofx.c:
13994         * gst/audiopanorama/audiopanorama.c:
13995         * gst/audiopanorama/audiopanorama.h:
13996           die! die! die! you should never have been there
13997
13998 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
13999
14000         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
14001         Fix invalid memory access in audiopanorama test suite.
14002
14003 2006-08-21  Edward Hervey  <edward@fluendo.com>
14004
14005         * tests/check/elements/.cvsignore:
14006         ignore built file
14007
14008 2006-08-21  Wim Taymans  <wim@fluendo.com>
14009
14010         * gst/rtp/Makefile.am:
14011         Fix the build again.
14012
14013 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
14014
14015         * gst/audiofxgood/.cvsignore:
14016         * gst/audiofxgood/Makefile.am:
14017         * gst/audiofxgood/audiofx.c: (plugin_init):
14018         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
14019         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
14020         (gst_audio_panorama_set_property),
14021         (gst_audio_panorama_get_property),
14022         (gst_audio_panorama_get_unit_size),
14023         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
14024         (gst_audio_panorama_transform_m2s),
14025         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
14026         * gst/audiofxgood/audiopanorama.h:
14027           resubmit with the desired name *again*
14028
14029 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
14030
14031         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
14032         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
14033           use g_assert in _get_unit_size
14034
14035 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
14036
14037         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14038         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14039         * docs/plugins/inspect/plugin-audiofxgood.xml:
14040           cleanup -unused.txt to make it useful, add previously missing docs
14041
14042         * ext/Makefile.am:
14043           Quietly (accidentally) enable LADSPA for building by default, 
14044           despite the fact that it doesn't meet the plugin checklist.
14045             -- Added by Jan Schmidt 18 Dec 2006
14046
14047         * ext/esd/esdmon.c:
14048         * ext/esd/esdsink.c:
14049         * ext/esd/gstesd.c: (plugin_init):
14050           reflow to get rid of two external symbols
14051
14052         * gst/audiofxgood/audiofx.c: (plugin_init):
14053           re-add
14054
14055 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
14056
14057         * configure.ac:
14058         * gst/audiofxgood/.cvsignore:
14059         * gst/audiofxgood/Makefile.am:
14060         * gst/audiofxgood/audiofx.c
14061         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
14062         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
14063         (gst_audio_panorama_set_property),
14064         (gst_audio_panorama_get_property),
14065         (gst_audio_panorama_get_unit_size),
14066         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
14067         (gst_audio_panorama_transform_m2s),
14068         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
14069         * gst/audiofxgood/audiopanorama.h:
14070         * tests/check/Makefile.am:
14071         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
14072         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
14073         (panorama_suite), (main):
14074         Add audiofxgood plugin with audiopanorama element
14075
14076 2006-08-18  Wim Taymans  <wim@fluendo.com>
14077
14078         * docs/plugins/Makefile.am:
14079         More Oss docs fixage. 
14080
14081 2006-08-18  Wim Taymans  <wim@fluendo.com>
14082
14083         * gst/rtp/Makefile.am:
14084         * gst/rtp/gstrtp.c: (plugin_init):
14085         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
14086         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
14087         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
14088         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
14089         (gst_rtp_sv3v_depay_get_property),
14090         (gst_rtp_sv3v_depay_change_state),
14091         (gst_rtp_sv3v_depay_plugin_init):
14092         * gst/rtp/gstrtpsv3vdepay.h:
14093         Added experimental SVQ3 depayloader.
14094
14095 2006-08-18  Edward Hervey  <edward@fluendo.com>
14096
14097         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
14098         (gst_dvdemux_loop), (gst_dvdemux_change_state):
14099         * ext/dv/gstdvdemux.h:
14100         When handling seek requests, don't send the newsegment event from the
14101         calling thread. Instead save it so it can be sent from the streaming
14102         thread.
14103
14104 2006-08-17  Wim Taymans  <wim@fluendo.com>
14105
14106         Patch by: Sjoerd Simons <sjoerd at luon dot net>
14107
14108         * gst/multipart/multipartdemux.c: (multipart_parse_header):
14109         Accept leading whitespace before the boundary
14110         This patch makes the demuxer allow some whitespace before the actual
14111         boundary. This makes the demuxer work with the ``old'' gstreamer
14112         multipartmuxer again (which placed an extra \n before the start
14113         of the stream) Fixes #349068.
14114
14115 2006-08-17  Wim Taymans  <wim@fluendo.com>
14116
14117         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
14118         Error out on non-implemented stuff.
14119
14120 2006-08-16  Wim Taymans  <wim@fluendo.com>
14121
14122         Patch by: Andy Wingo <wingo at pobox dot com>
14123
14124         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
14125         (gst_signal_processor_start), (gst_signal_processor_stop),
14126         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
14127         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
14128         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
14129         (gst_signal_processor_change_state):
14130         Make ladspa elements reusable. Fixes #350006.
14131
14132 2006-08-16  Wim Taymans  <wim@fluendo.com>
14133
14134         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
14135         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
14136         names as possible. Fixes #349901.
14137
14138 2006-08-16  Wim Taymans  <wim@fluendo.com>
14139
14140         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
14141         (gst_signal_processor_do_pushes):
14142         A push() gives away our refcount so we should not use the buffer on the
14143         pen anymore.
14144
14145 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14146
14147         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
14148         (gst_oss_mixer_element_finalize):
14149           Don't leak device string.
14150
14151 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14152
14153         * configure.ac:
14154           Require CVS of GStreamer core and -base (for
14155           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
14156
14157         * ext/taglib/gstid3v2mux.cc:
14158           Write extended comment tags properly (#348762).
14159
14160         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
14161         (parse_comment_frame):
14162           Extract COMM frames into extended comments, which makes it
14163           easier to properly retain the description bit of the tag
14164           and maintain this information when re-tagging (#348762).
14165
14166 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14167
14168         * tests/check/Makefile.am:
14169           Don't try to run annodex unit tests if the annodex
14170           plugin has not been built (Fixes #351116).
14171
14172 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14173
14174         * gst/autodetect/gstautoaudiosink.c:
14175         (gst_auto_audio_sink_find_best):
14176           When we can't find a usable audiosink, don't error out,
14177           but use a fake sink instead and post a warning message
14178           on the bus (#341278).
14179
14180 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14181
14182         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
14183         * sys/oss/gstosssink.c:
14184         * sys/oss/gstosssrc.c:
14185           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
14186           ossmixer's new device property.
14187
14188         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14189         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14190           Add docs for OSS elements.
14191
14192         * docs/plugins/inspect/plugin-aasink.xml:
14193         * docs/plugins/inspect/plugin-alaw.xml:
14194         * docs/plugins/inspect/plugin-alpha.xml:
14195         * docs/plugins/inspect/plugin-alphacolor.xml:
14196         * docs/plugins/inspect/plugin-annodex.xml:
14197         * docs/plugins/inspect/plugin-apetag.xml:
14198         * docs/plugins/inspect/plugin-auparse.xml:
14199         * docs/plugins/inspect/plugin-autodetect.xml:
14200         * docs/plugins/inspect/plugin-avi.xml:
14201         * docs/plugins/inspect/plugin-cacasink.xml:
14202         * docs/plugins/inspect/plugin-cairo.xml:
14203         * docs/plugins/inspect/plugin-cdio.xml:
14204         * docs/plugins/inspect/plugin-cutter.xml:
14205         * docs/plugins/inspect/plugin-debug.xml:
14206         * docs/plugins/inspect/plugin-dv.xml:
14207         * docs/plugins/inspect/plugin-efence.xml:
14208         * docs/plugins/inspect/plugin-effectv.xml:
14209         * docs/plugins/inspect/plugin-esdsink.xml:
14210         * docs/plugins/inspect/plugin-flac.xml:
14211         * docs/plugins/inspect/plugin-flxdec.xml:
14212         * docs/plugins/inspect/plugin-gconfelements.xml:
14213         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
14214         * docs/plugins/inspect/plugin-goom.xml:
14215         * docs/plugins/inspect/plugin-halelements.xml:
14216         * docs/plugins/inspect/plugin-icydemux.xml:
14217         * docs/plugins/inspect/plugin-id3demux.xml:
14218         * docs/plugins/inspect/plugin-jpeg.xml:
14219         * docs/plugins/inspect/plugin-level.xml:
14220         * docs/plugins/inspect/plugin-matroska.xml:
14221         * docs/plugins/inspect/plugin-mulaw.xml:
14222         * docs/plugins/inspect/plugin-multipart.xml:
14223         * docs/plugins/inspect/plugin-navigationtest.xml:
14224         * docs/plugins/inspect/plugin-ossaudio.xml:
14225         * docs/plugins/inspect/plugin-png.xml:
14226         * docs/plugins/inspect/plugin-rtp.xml:
14227         * docs/plugins/inspect/plugin-rtsp.xml:
14228         * docs/plugins/inspect/plugin-shout2send.xml:
14229         * docs/plugins/inspect/plugin-smpte.xml:
14230         * docs/plugins/inspect/plugin-speex.xml:
14231         * docs/plugins/inspect/plugin-taglib.xml:
14232         * docs/plugins/inspect/plugin-udp.xml:
14233         * docs/plugins/inspect/plugin-videobalance.xml:
14234         * docs/plugins/inspect/plugin-videobox.xml:
14235         * docs/plugins/inspect/plugin-videoflip.xml:
14236         * docs/plugins/inspect/plugin-videomixer.xml:
14237         * docs/plugins/inspect/plugin-wavenc.xml:
14238         * docs/plugins/inspect/plugin-wavparse.xml:
14239         * docs/plugins/inspect/plugin-ximagesrc.xml:
14240           Update to CVS version.
14241           
14242 2006-08-16  Wim Taymans  <wim@fluendo.com>
14243
14244         * gst/rtp/gstrtpamrdepay.c:
14245         * gst/rtp/gstrtpmp4gdepay.c:
14246         Caps extra properties must be defined as strings for
14247         depayloaders because they are generated from an SDP.
14248
14249         * gst/rtp/Makefile.am:
14250         * gst/rtp/gstrtp.c: (plugin_init):
14251         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
14252         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
14253         (gst_rtp_h264_depay_finalize), (decode_base64),
14254         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
14255         (gst_rtp_h264_depay_set_property),
14256         (gst_rtp_h264_depay_get_property),
14257         (gst_rtp_h264_depay_change_state),
14258         (gst_rtp_h264_depay_plugin_init):
14259         * gst/rtp/gstrtph264depay.h:
14260         Added basic, not completely functional RFC 3984 H264 depayloader.
14261
14262 2006-08-16  Wim Taymans  <wim@fluendo.com>
14263
14264         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
14265         Add pads after setting them up.
14266
14267         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
14268         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
14269         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
14270         (gst_rtspsrc_stream_setup_rtp),
14271         (gst_rtspsrc_stream_configure_transport),
14272         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
14273         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
14274         (gst_rtspsrc_pause):
14275         * gst/rtsp/gstrtspsrc.h:
14276         Fix interleaved mode.
14277          - Protect streaming with lock.
14278          - Combine flows
14279          - set caps on outgoing buffers.
14280          - strip trailing \0 from data packets.
14281          - Configure RTP/RTCP in stream.
14282         Use DEBUG_OBJECT more.
14283
14284 2006-08-16  Wim Taymans  <wim@fluendo.com>
14285
14286         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
14287         Turn a g_print into a DEBUG line.
14288
14289 2006-08-13  Wim Taymans  <wim@fluendo.com>
14290
14291         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
14292         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
14293         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
14294         (gst_oss_mixer_element_get_property),
14295         (gst_oss_mixer_element_change_state):
14296         * sys/oss/gstossmixerelement.h:
14297         Small cleanups. Better error reporting.
14298         Add device property for the mixer instead of the hardcoded
14299         /dev/mixer. Fixes #350785.
14300         API: GstOssMixerElement::device property
14301
14302 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
14303
14304         Patch by: Jens Granseuer <jensgr at gmx net>
14305
14306         * gconf/Makefile.am:
14307           Make --disable-schemas work right (they still need
14308           to be copied to the installation directory, just not
14309           applied). Fixes #351347 (also #344100).
14310           
14311 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14312
14313         * configure.ac: back to HEAD
14314
14315 === release 0.10.4 ===
14316
14317 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
14318
14319         * configure.ac:
14320           releasing 0.10.4, "Dear Leader"
14321
14322 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14323
14324         Patch by: Edward Hervey <edward@fluendo.com>
14325
14326         * configure.ac:
14327         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
14328         (gst_wavparse_stream_data):
14329         Send the newsegment event in the streaming thread.
14330         Fixes #347529
14331
14332 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
14333
14334         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
14335         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
14336         (gst_smokeenc_resync), (gst_smokeenc_chain):
14337           Refuse sink caps in the encoder if width or height is not a
14338           multiple of 16, the encoder does not support that yet (#349939);
14339           along the same lines, check the return value of the encoder
14340           setup function; also remove some debug log clutter.
14341
14342 2006-08-04  Andy Wingo  <wingo@pobox.com>
14343
14344         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
14345         whether a processor can work in place or not, and for keeping
14346         track of its state. Change the FlowReturn instance variable from
14347         "state" to "flow_state", all callers changed.
14348
14349         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
14350         (gst_signal_processor_start, gst_signal_processor_stop)
14351         (gst_signal_processor_cleanup): New functions to manage the
14352         processor's state.
14353         (gst_signal_processor_setcaps): start() as well as setup() here.
14354         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
14355         (gst_signal_processor_change_state): Stop and cleanup the
14356         processor as we go to NULL.
14357
14358         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
14359         INPLACE_BROKEN is not set.
14360
14361         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
14362         Do the alloc_buffer in bytes, not frames.
14363         
14364 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14365
14366         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
14367         Fix rgb masks when recording in < 24bpp.
14368
14369 2006-08-04  Andy Wingo  <wingo@pobox.com>
14370
14371         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
14372         (gst_signal_processor_prepare)
14373         (gst_signal_processor_update_inputs)
14374         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
14375         (gst_signal_processor_flush)
14376         (gst_signal_processor_sink_activate_push)
14377         (gst_signal_processor_src_activate_pull)
14378         (gst_signal_processor_change_state): Remove the last of the code
14379         that assumes that we process whole buffers at a time. Fix some
14380         debugging. Seems to work now in some cases.
14381         (gst_signal_processor_src_activate_pull): BPB
14382
14383 2006-08-01  Andy Wingo  <wingo@pobox.com>
14384
14385         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
14386         Fix nframes-choosing.
14387         (gst_signal_processor_init): Init pending_in and pending_out.
14388
14389         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
14390         more default sample rate, although we never check that the sample
14391         rate actually gets set. Something for the future.
14392         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
14393         (gst_signal_processor_event): Refcount fixen.
14394         (gst_signal_processor_process): Pull the number of frames to
14395         process from the sizes of the buffers in the input pens.
14396         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
14397         (gst_signal_processor_do_pulls): Add an nframes argument, and use
14398         it instead of buffer_frames.
14399         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
14400         to do_pulls.
14401         (gst_signal_processor_chain)
14402         (gst_signal_processor_sink_activate_push)
14403         (gst_signal_processor_src_activate_pull):  Refcount fixen.
14404
14405         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
14406
14407 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
14408
14409         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
14410         (gst_signal_processor_process):
14411           don't query buffer-frames from caps, add lots of debug-log,
14412           try fix for assert (#349189)
14413
14414 2006-07-31  Wim Taymans  <wim@fluendo.com>
14415
14416         * gst/udp/gstudpsrc.c:
14417         Fix docs.
14418
14419 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
14420
14421         * ext/ladspa/gstsignalprocessor.c:
14422         (gst_signal_processor_add_pad_from_template),
14423         (gst_signal_processor_init), (gst_signal_processor_setcaps),
14424         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
14425         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
14426         (gst_signal_processor_sink_activate_push),
14427         (gst_signal_processor_src_activate_pull),
14428         (gst_signal_processor_change_state):
14429          Add debugs logs here and there, add more error handling, add some
14430          FIXME comments, filed #349189
14431
14432 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14433
14434         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
14435         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
14436         Set caps on buffer correctly.  Fixes bug #349155.
14437
14438 2006-07-28  Wim Taymans  <wim@fluendo.com>
14439
14440         Patch by: Sjoerd Simons <sjoerd at luon dot net>
14441
14442         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14443         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
14444         (gst_multipart_demux_finalize), (get_line_end),
14445         (multipart_parse_header), (multipart_find_boundary),
14446         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
14447         (gst_multipart_set_property), (gst_multipart_get_property):
14448         Uses GstAdapter instead of own buffering.
14449         Actually parses the mime-type correctly (In tests the mime-type was
14450         always "" with the old version).
14451         Uses the Content-length header if available to speed up things.
14452         Reliably autoscans the boundary name by default.
14453         Fixes #349068.
14454
14455         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
14456         Don't start the stream with a \n.
14457
14458 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
14459
14460         Patch by: Brian Cameron <brian dot cameron at sun com>
14461
14462         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
14463           Open source with O_NONBLOCK (#349015).
14464
14465 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
14466
14467         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
14468         (gst_avi_demux_massage_index):
14469         * gst/avi/gstavidemux.h:
14470           Whitespace fixes and more debug
14471
14472 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
14473
14474         * gst/autodetect/gstautoaudiosink.c:
14475         (gst_auto_audio_sink_create_element_with_pretty_name),
14476         (gst_auto_audio_sink_find_best),
14477         (gst_auto_audio_sink_change_state):
14478           Get rid of old and unused magic sound-server properties stuff.
14479           Add suffix to child sink's name that makes it easy to see from
14480           the name alone which type it actually is (alsa, oss, esd, etc.).
14481
14482 2006-07-27  Wim Taymans  <wim@fluendo.com>
14483
14484         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
14485         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
14486         (gst_udpsrc_start):
14487         * gst/udp/gstudpsrc.h:
14488         Rename "buffer" to "buffer-size" to make clear it is a size we set and
14489         not some sort of feature we enable.
14490
14491 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
14492
14493         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
14494           Use CLOSE_SOCKET() here instead of close() to maintain
14495           win32 workiness.
14496
14497 2006-07-27  Wim Taymans  <wim@fluendo.com>
14498
14499         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
14500
14501         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
14502         (gst_udpsrc_create), (gst_udpsrc_set_property),
14503         (gst_udpsrc_get_property), (gst_udpsrc_start):
14504         * gst/udp/gstudpsrc.h:
14505         Added "buffer-size" property to control the kernel receive buffer size.
14506         Update documentation.
14507         Small cleanups. Fixes #348752.
14508         API: buffer-size property
14509
14510 2006-07-26  Wim Taymans  <wim@fluendo.com>
14511
14512         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
14513
14514         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
14515         (gst_rtp_pcma_pay_handle_buffer):
14516         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
14517         (gst_rtp_pcmu_pay_handle_buffer):
14518         Fix timestamp calculation on outgoing RTP packets.
14519         Fixes #348675.
14520
14521 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14522
14523         * ext/taglib/gstid3v2mux.cc:
14524           Fix writing of comment frames (should be COMM not TCOM),
14525           is still sub-optimal though, since we don't retain or
14526           extract the comment descriptions properly (#334375,
14527           also see #334375).
14528
14529 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14530
14531         * gst/wavparse/gstwavparse.c:
14532           #define 'fact' RIFF chunk if we are not compiling against
14533           -base CVS (we don't want to depend on -base CVS for this
14534           one define only, and also not for release order reasons).
14535
14536 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14537
14538         * ext/taglib/gstid3v2mux.cc:
14539           Handle multiple tags of the same type properly. Re-inject
14540           unparsed ID3v2 frames that we get as binary blobs from
14541           id3demux into the tag again so we don't lose information
14542           when retagging (#334375).
14543
14544 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
14545
14546         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
14547           Document newly-added properties properly, so that there is a
14548           'Since: 0.10.4' in the plugin docs. Convert some property
14549           names into canonical GObject style (GObject will do that
14550           internally anyway).
14551
14552 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
14553
14554         * gst/id3demux/id3tags.c:
14555         (id3demux_add_id3v2_frame_blob_to_taglist):
14556           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
14557           well, and add the version to the blob's buffer caps, since that
14558           information will be needed for deserialisation later on (#348644).
14559
14560 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
14561
14562         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
14563         (gst_avi_demux_parse_stream):
14564          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
14565          indentation and spacing.
14566
14567 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14568
14569         * docs/plugins/Makefile.am:
14570         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14571         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14572         * docs/plugins/gst-plugins-good-plugins.args:
14573         * docs/plugins/inspect/plugin-1394.xml:
14574         * docs/plugins/inspect/plugin-aasink.xml:
14575         * docs/plugins/inspect/plugin-alaw.xml:
14576         * docs/plugins/inspect/plugin-alpha.xml:
14577         * docs/plugins/inspect/plugin-alphacolor.xml:
14578         * docs/plugins/inspect/plugin-annodex.xml:
14579         * docs/plugins/inspect/plugin-apetag.xml:
14580         * docs/plugins/inspect/plugin-auparse.xml:
14581         * docs/plugins/inspect/plugin-autodetect.xml:
14582         * docs/plugins/inspect/plugin-avi.xml:
14583         * docs/plugins/inspect/plugin-cacasink.xml:
14584         * docs/plugins/inspect/plugin-cairo.xml:
14585         * docs/plugins/inspect/plugin-cdio.xml:
14586         * docs/plugins/inspect/plugin-cutter.xml:
14587         * docs/plugins/inspect/plugin-debug.xml:
14588         * docs/plugins/inspect/plugin-dv.xml:
14589         * docs/plugins/inspect/plugin-efence.xml:
14590         * docs/plugins/inspect/plugin-effectv.xml:
14591         * docs/plugins/inspect/plugin-esdsink.xml:
14592         * docs/plugins/inspect/plugin-flac.xml:
14593         * docs/plugins/inspect/plugin-flxdec.xml:
14594         * docs/plugins/inspect/plugin-gconfelements.xml:
14595         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
14596         * docs/plugins/inspect/plugin-goom.xml:
14597         * docs/plugins/inspect/plugin-halelements.xml:
14598         * docs/plugins/inspect/plugin-icydemux.xml:
14599         * docs/plugins/inspect/plugin-id3demux.xml:
14600         * docs/plugins/inspect/plugin-jpeg.xml:
14601         * docs/plugins/inspect/plugin-level.xml:
14602         * docs/plugins/inspect/plugin-matroska.xml:
14603         * docs/plugins/inspect/plugin-mulaw.xml:
14604         * docs/plugins/inspect/plugin-multipart.xml:
14605         * docs/plugins/inspect/plugin-navigationtest.xml:
14606         * docs/plugins/inspect/plugin-ossaudio.xml:
14607         * docs/plugins/inspect/plugin-png.xml:
14608         * docs/plugins/inspect/plugin-rtp.xml:
14609         * docs/plugins/inspect/plugin-rtsp.xml:
14610         * docs/plugins/inspect/plugin-shout2send.xml:
14611         * docs/plugins/inspect/plugin-smpte.xml:
14612         * docs/plugins/inspect/plugin-speex.xml:
14613         * docs/plugins/inspect/plugin-udp.xml:
14614         * docs/plugins/inspect/plugin-videobalance.xml:
14615         * docs/plugins/inspect/plugin-videobox.xml:
14616         * docs/plugins/inspect/plugin-videoflip.xml:
14617         * docs/plugins/inspect/plugin-videomixer.xml:
14618         * docs/plugins/inspect/plugin-wavenc.xml:
14619         * docs/plugins/inspect/plugin-wavparse.xml:
14620         * docs/plugins/inspect/plugin-ximagesrc.xml:
14621           Update files to CVS/Prerelease version, add esdsink docs.
14622
14623         * ext/esd/esdsink.c:
14624           Add gtk-doc blurb.
14625
14626         * gst/rtp/gstrtpmp4vpay.c:
14627           Fix typo in element description.
14628
14629 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14630
14631         * ext/esd/esdsink.c: (gst_esdsink_open),
14632         (gst_esdsink_factory_init):
14633           Prevent libesd from auto-spawning a sound daemon if it
14634           is not already running. Now that we don't do evil stuff
14635           like that any longer we can give esdsink a rank so that
14636           autoaudiosink will try it as well if all other audio
14637           sinks fail (#343051).
14638
14639 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14640
14641         * ext/esd/Makefile.am:
14642           Oops, need to remove README from EXTRA_DIST as well.
14643
14644 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14645
14646         * ext/esd/README:
14647           Remove, it contains nothing useful anyway.
14648
14649         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
14650         (gst_esdsink_delay):
14651           Some small clean-ups; use GST_BOILERPLATE etc.
14652
14653 2006-07-24  Wim Taymans  <wim@fluendo.com>
14654
14655         * gst/law/alaw-decode.c: (alawdec_getcaps):
14656         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
14657         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
14658         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
14659         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
14660
14661 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
14662
14663         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
14664         (gst_wavparse_other), (gst_wavparse_perform_seek),
14665         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
14666         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
14667         (gst_wavparse_pad_query):
14668         * gst/wavparse/gstwavparse.h:
14669           Use information from 'fact' chunk for length calculation of compressed
14670           samples. Calculate bps if bogus value is found in wav header (embeded
14671           mp2/mp3).
14672           
14673
14674 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14675
14676         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
14677
14678         * configure.ac:
14679         * gst/udp/Makefile.am:
14680         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
14681         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
14682         * gst/udp/gstdynudpsink.h:
14683         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
14684         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
14685         * gst/udp/gstmultiudpsink.h:
14686         * gst/udp/gstudp.c: (plugin_init):
14687         * gst/udp/gstudpsink.h:
14688         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
14689         (gst_udpsrc_start), (gst_udpsrc_stop):
14690         * gst/udp/gstudpsrc.h:
14691         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
14692         (gst_udp_net_utils_win32_wsa_startup):
14693         * gst/udp/gstudpnetutils.h:
14694           Port udp plugin to win32 (#345288).
14695
14696 2006-07-24  Wim Taymans  <wim@fluendo.com>
14697
14698         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
14699         Remove unwanted DEBUG line.
14700
14701 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
14702
14703         * gst/id3demux/gstid3demux.c: (plugin_init):
14704         * gst/id3demux/id3tags.c:
14705         (id3demux_add_id3v2_frame_blob_to_taglist):
14706         * gst/id3demux/id3tags.h:
14707           On second thought, it might be wiser and more efficient
14708           not to do tag registration from a streaming thread.
14709
14710 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
14711
14712         * gst/id3demux/id3tags.c:
14713         (id3demux_add_id3v2_frame_blob_to_taglist),
14714         (id3demux_id3v2_frames_to_tag_list):
14715           Put ID3v2 frames we can't parse as binary blobs into private
14716           tags, so that they are not lost when retagging, at least once
14717           id3v2mux has been taught to re-inject those frames again.
14718           See bug #334375.
14719
14720 2006-07-21  Wim Taymans  <wim@fluendo.com>
14721
14722         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14723         (gst_avi_demux_process_next_entry):
14724         Fix some leaks.
14725
14726         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
14727         Don't use \n in debug lines.
14728
14729 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
14730
14731         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14732         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14733           Add annodex and icydemux, cleanup the sections a bit
14734
14735 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
14736
14737         Patch by: Alex Lancaster <alexl at users sourceforge net>
14738
14739         * ext/taglib/gstid3v2mux.cc:
14740           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
14741           ID3v2 TSSE frames (#347898).
14742
14743 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
14744
14745         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
14746           Respect mpegversion for "video/mpeg" and give message in case of
14747           unhandled versions.
14748
14749 2006-07-17  Wim Taymans  <wim@fluendo.com>
14750
14751         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
14752         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
14753         (gst_pngdec_chain), (gst_pngdec_sink_event),
14754         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
14755         (gst_pngdec_sink_activate_push):
14756         * ext/libpng/gstpngdec.h:
14757         Use statically allocated segment instead of leaking.
14758         Various cleanups.
14759         Fix flush and seek handling.
14760
14761 2006-07-16  Wim Taymans  <wim@fluendo.com>
14762
14763         * gst/rtp/Makefile.am:
14764         * gst/rtp/gstrtp.c: (plugin_init):
14765         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
14766         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
14767         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
14768         (gst_rtp_mp4g_depay_set_property),
14769         (gst_rtp_mp4g_depay_get_property),
14770         (gst_rtp_mp4g_depay_change_state),
14771         (gst_rtp_mp4g_depay_plugin_init):
14772         * gst/rtp/gstrtpmp4gdepay.h:
14773         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
14774         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
14775         (gst_rtp_mp4g_pay_flush):
14776         Added simple generic mpeg4 depayloader.
14777         Fix generic mpeg4 payloader.
14778
14779 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
14780
14781         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
14782           Don't try doing state changes on a NULL pointer.
14783
14784 2006-07-14  Wim Taymans  <wim@fluendo.com>
14785
14786         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
14787
14788         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
14789         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
14790         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
14791         * gst/rtp/gstrtpamrdepay.h:
14792         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
14793         Fixes #321191
14794
14795 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14796
14797         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
14798         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
14799         Fix segfault when moving mouse pointer to the bottom right corner.
14800
14801 2006-07-12  Wim Taymans  <wim@fluendo.com>
14802
14803         * gst/rtp/Makefile.am:
14804         * gst/rtp/gstrtp.c: (plugin_init):
14805         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
14806         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
14807         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
14808         (gst_rtp_mp2t_depay_set_property),
14809         (gst_rtp_mp2t_depay_get_property),
14810         (gst_rtp_mp2t_depay_change_state),
14811         (gst_rtp_mp2t_depay_plugin_init):
14812         * gst/rtp/gstrtpmp2tdepay.h:
14813         Added mpeg2 TS depayloader. Closing #347234.
14814
14815 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
14816
14817         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
14818           Remove g_assert that shouldn't be there and was triggered
14819           after trying to open a device that doesn't exist or can't
14820           be opened for some other reason (#347972).
14821
14822 2006-07-10  Edward Hervey  <edward@fluendo.com>
14823
14824         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14825         (gst_avi_demux_stream_header), (push_tag_lists):
14826         * gst/avi/gstavidemux.h:
14827         Don't push tag events found by gst_riff_parse_info() before outputting
14828         GST_EVENT_NEWSEGMENT.
14829
14830 2006-07-10  Wim Taymans  <wim@fluendo.com>
14831
14832         * gst/rtsp/Makefile.am:
14833         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
14834         (rtsp_connection_close):
14835         * gst/rtsp/rtspdefs.h:
14836         replaced closesocket and close in code with one CLOSE_SOCKET. 
14837         Some more cleanups. Fixes #345301.
14838
14839 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
14840
14841         * gst/autodetect/gstautoaudiosink.c:
14842           Fix example pipeline in docs.
14843
14844 2006-07-10  Wim Taymans  <wim@fluendo.com>
14845
14846         Patch by: Rob Taylor <robtaylor at floopily dot org>
14847
14848         * gst/udp/gstmultiudpsink.c: (join_multicast),
14849         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
14850         If a destination is added before the stream is set to PAUSED, the
14851         multicast group is not joined as the socket is not created yet. 
14852         Also TTL and LOOP should also be set. Fixes #346921.
14853
14854 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14855
14856         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
14857         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
14858         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
14859         (gst_ximage_src_init):
14860         * sys/ximage/gstximagesrc.h:
14861         Fix use-damage property to actually work :)
14862         Add startx, starty, endx, endy properties so screencasts other than full
14863         screen ones can work.
14864
14865 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14866
14867         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
14868         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
14869         (gst_ximage_src_class_init), (gst_ximage_src_init):
14870         * sys/ximage/gstximagesrc.h:
14871         Add use_damage property to offer ability to choose whether to use
14872         XDamage or not.
14873
14874 2006-07-07  Wim Taymans  <wim@fluendo.com>
14875
14876         * gst/goom/filters.c: (zoomFilterSetResolution):
14877         Avoid goom coredumping by clearing memory. 
14878         Fixes 345679.
14879
14880 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
14881
14882         * win32/vs6/libgstid3demux.dsp:
14883         Add a link to libgsttag-0.10.lib.
14884
14885 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
14886
14887         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
14888         (gst_tag_demux_read_range):
14889         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
14890         (gst_id3demux_read_range):
14891           Don't return FLOW_UNEXPECTED when a buffer is before
14892           the start of the stream (which might happen with
14893           large ID3v2 tags if the tag reading was done pullrange
14894           based and we then switched to push mode later on).
14895           Fixes regression introduced by commit from June 29th.
14896
14897 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
14898
14899         * ext/taglib/gstid3v2mux.cc:
14900           Make UTF-8 the default encoding when writing string
14901           tags (before, our UTF-8 strings would automatically
14902           be converted to ISO-8859-1 by taglib and written as
14903           ISO-8859-1 fields if that was possible).
14904
14905         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
14906         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
14907         (test_taglib_id3mux_with_tags):
14908           Add test case that makes sure our UTF-8 strings have
14909           actually been written into the tag as UTF-8.
14910
14911 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
14912
14913         * configure.ac:
14914           Let's try that again.
14915
14916 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
14917
14918         * configure.ac:
14919           Disable monoscope plugin for now until it fulfills
14920           all the requirements.
14921
14922 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
14923
14924         * configure.ac:
14925         * gst/monoscope/Makefile.am:
14926         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
14927         (gst_monoscope_class_init), (gst_monoscope_init),
14928         (gst_monoscope_finalize), (gst_monoscope_reset),
14929         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
14930         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
14931         (gst_monoscope_sink_event), (gst_monoscope_src_event),
14932         (gst_monoscope_change_state), (plugin_init):
14933         * gst/monoscope/gstmonoscope.h:
14934           Port monoscope visualisation to 0.10.
14935
14936 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
14937
14938         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
14939         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
14940           Return FLOW_UNEXPECTED when at the end of the file, not
14941           FLOW_ERROR. Fixes 'internal stream error' errors that
14942           would sometimes occur in totem when scrubbing to the
14943           end of an ID3v1 tagged mp3 file.
14944
14945 2006-07-03  Edward Hervey  <edward@fluendo.com>
14946
14947         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
14948         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
14949         (gst_pngdec_sink_event), (gst_pngdec_change_state):
14950         * ext/libpng/gstpngdec.h:
14951         Implement buffer clipping/dropping using GstSegment.
14952         This provides accurate seeking.
14953
14954 2006-07-03  Edward Hervey  <edward@fluendo.com>
14955
14956         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14957         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
14958         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
14959         (gst_avi_demux_process_next_entry), (push_tag_lists),
14960         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
14961         * gst/avi/gstavidemux.h:
14962         Proper aggregation of each stream's GstFlowReturn in order to figure out
14963         whether the task should stop or not.
14964         Don't send inline events before pushing out a NEW_SEGMENT, more
14965         specifically for GST_TAG_EVENT.
14966         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
14967         sub-indexes.
14968
14969 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
14970
14971         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
14972
14973         * sys/sunaudio/gstsunaudiomixerctrl.c:
14974         (gst_sunaudiomixer_ctrl_build_list):
14975           Move "Monitor" slider to input tab so it works more like
14976           sdtaudiocontrol, which is what people on Solaris are used
14977           to using for their mixer program (#346259).
14978
14979 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14980
14981         * tests/check/elements/level.c: (GST_START_TEST):
14982           fix a leak, clean up at the end
14983
14984 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
14985
14986         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
14987         (gst_matroska_demux_send_event),
14988         (gst_matroska_demux_loop_stream_parse_id):
14989         * gst/matroska/matroska-ids.h:
14990           Send tag event after newsegment event.
14991
14992 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
14993
14994         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
14995         (gst_id3demux_read_range):
14996           Make sure we don't return GST_FLOW_OK with a NULL buffer in
14997           certain cases where a read beyond the end of the file is
14998           requested. Fixes #345930.
14999
15000         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
15001         (gst_tag_demux_read_range):
15002           Fix same issue here as well.
15003
15004 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15005
15006         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
15007         
15008         Fix hypothetical crash.
15009
15010 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
15011
15012         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
15013
15014         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
15015           Do not modify the ports value. If the user has turned off the
15016           built-in speakers, then we should not reset it in the prepare
15017           function, since this causes the built-in speakers to turn
15018           back on anytime the user changes a track in totem, rhythmbox,
15019           etc. (#346066).
15020
15021 2006-06-23  Wim Taymans  <wim@fluendo.com>
15022
15023         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
15024         Fix double caps unref when negotiation fails.
15025
15026 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
15027
15028         * ext/annodex/gstcmmldec.c:
15029         * ext/annodex/gstcmmlenc.c:
15030         * ext/annodex/gstcmmlparser.c:
15031         * ext/dv/gstdvdec.c:
15032         * ext/dv/gstdvdemux.c:
15033         * ext/gdk_pixbuf/pixbufscale.c:
15034         * ext/jpeg/gstjpegenc.c:
15035         * ext/jpeg/gstsmokedec.c:
15036         * ext/jpeg/gstsmokeenc.c:
15037         * ext/libpng/gstpngdec.c:
15038         * ext/libpng/gstpngenc.c:
15039         * ext/speex/gstspeexenc.c:
15040         * gst/alpha/gstalphacolor.c:
15041         * gst/cutter/gstcutter.c:
15042         * gst/debug/gstnavigationtest.c:
15043         * gst/icydemux/gsticydemux.c:
15044         * gst/level/gstlevel.c:
15045         * gst/multipart/multipart.c:
15046         * gst/rtp/gstrtpamrpay.c:
15047         * gst/rtp/gstrtpdepay.c:
15048         * gst/rtp/gstrtpilbcpay.c:
15049         * gst/rtp/gstrtpmp4gpay.c:
15050         * gst/rtp/gstrtpmp4vpay.c:
15051         * gst/rtsp/gstrtpdec.c:
15052         * gst/rtsp/gstrtspsrc.c:
15053         * gst/udp/gstdynudpsink.c:
15054         * gst/udp/gstmultiudpsink.c:
15055         * gst/udp/gstudpsrc.c:
15056         * gst/videobox/gstvideobox.c:
15057         * gst/videofilter/gstvideoflip.c:
15058           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
15059           plus two minor macro fixes.
15060
15061 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
15062
15063         * gst/matroska/matroska-demux.c:
15064         (gst_matroska_demux_check_subtitle_buffer),
15065         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
15066         (gst_matroska_demux_subtitle_caps):
15067         * gst/matroska/matroska-ids.c:
15068         (gst_matroska_track_init_subtitle_context):
15069         * gst/matroska/matroska-ids.h:
15070           Try to fix up broken matroska files containing subtitle
15071           streams with non-UTF8 character encodings (courtesy of
15072           mkvmerge) using either the encoding specified in the
15073           GST_SUBTITLE_ENCODING environment variable or the
15074           current locale's character set if it is non-UTF8.
15075           Fixes #337076.
15076
15077 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
15078
15079         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
15080           Set image type from APIC frame as "image-type" field
15081           of GST_TAG_IMAGE buffer caps (#344605).
15082
15083 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
15084
15085         * ext/flac/Makefile.am:
15086         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
15087         (gst_flac_dec_reset_decoders),
15088         (gst_flac_dec_setup_seekable_decoder),
15089         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
15090         (gst_flac_dec_metadata_callback),
15091         (gst_flac_dec_metadata_callback_seekable),
15092         (gst_flac_dec_metadata_callback_stream),
15093         (gst_flac_dec_error_callback),
15094         (gst_flac_dec_error_callback_seekable),
15095         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
15096         (gst_flac_dec_read_stream), (gst_flac_dec_write),
15097         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
15098         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
15099         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
15100         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
15101         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
15102         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
15103         (gst_flac_dec_sink_activate_push),
15104         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
15105         * ext/flac/gstflacdec.h:
15106           Support chain-based operation, should make flac-over-DAAP
15107           work (#340492).
15108
15109 2006-06-20  Wim Taymans  <wim@fluendo.com>
15110
15111         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15112         Doc updates, merge some unused symbols.
15113
15114 2006-06-20  Wim Taymans  <wim@fluendo.com>
15115
15116         * docs/plugins/Makefile.am:
15117         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15118         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15119         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
15120         * gst/rtsp/gstrtspsrc.c:
15121         * gst/rtsp/gstrtspsrc.h:
15122         Added documentation for the rtsp plugin. Fixes #345393.
15123
15124 2006-06-20  Wim Taymans  <wim@fluendo.com>
15125
15126         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
15127         (rtsp_connection_close), (rtsp_connection_free):
15128         Use better G_OS_* macros. Fixes #345301 some more.
15129
15130 2006-06-20  Wim Taymans  <wim@fluendo.com>
15131
15132         Patch by: Brian Cameron <brian dot cameron at sun dot com>
15133
15134         * sys/sunaudio/Makefile.am:
15135         * sys/sunaudio/gstsunaudio.c: (plugin_init):
15136         * sys/sunaudio/gstsunaudiomixerctrl.c:
15137         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
15138         (gst_sunaudiomixer_ctrl_list_tracks),
15139         (gst_sunaudiomixer_ctrl_get_volume),
15140         (gst_sunaudiomixer_ctrl_set_volume),
15141         (gst_sunaudiomixer_ctrl_set_mute),
15142         (gst_sunaudiomixer_ctrl_set_record):
15143         * sys/sunaudio/gstsunaudiomixerctrl.h:
15144         * sys/sunaudio/gstsunaudiomixertrack.c:
15145         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
15146         * sys/sunaudio/gstsunaudiomixertrack.h:
15147         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
15148         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
15149         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
15150         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
15151         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
15152         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
15153         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
15154         (gst_sunaudiosrc_reset):
15155         * sys/sunaudio/gstsunaudiosrc.h:
15156         Add a SunAudio source plugin.
15157         Support stereo and right/left channel gain in the mixer plugin.
15158         Support the RECORD flag so that you can switch between line-input and
15159         microphone in gnome-volume-control.
15160         Code cleanups like using an enumerator for track number instead of an 
15161         integer. Fixes #344923.
15162
15163 2006-06-20  Wim Taymans  <wim@fluendo.com>
15164
15165         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
15166
15167         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
15168         (rtsp_connection_close):
15169         Make RTSP plugin compile on windows. Fixes #345301.
15170         Some changes to original patch to catch errors better.
15171         use ifdef WIN32 instead of ifndef.
15172
15173 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15174
15175         * configure.ac:
15176         If we have libraw1394 >= 1.2.1, then we need libiec61883.
15177
15178 2006-06-18  Edward Hervey  <edward@fluendo.com>
15179
15180         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
15181         After a failed buffer alloc, we need to abort the jpeg decoding (it
15182         started when parsing headers to figure out how many bytes we need
15183         to request downstream).
15184
15185 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
15186
15187         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15188
15189         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
15190           Make sure we don't read beyond the end of the file (#345232).
15191
15192 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
15193
15194         * configure.ac:
15195           Fix --disable-external (can't set conditionals conditionally,
15196           #343602).
15197
15198 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
15199
15200         * autogen.sh:
15201         * configure.ac:
15202         * docs/Makefile.am:
15203           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
15204
15205         * docs/plugins/Makefile.am:
15206         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15207         * docs/plugins/inspect/plugin-taglib.xml:
15208           Add/fix apev2mux docs.
15209
15210 2006-06-14  Wim Taymans  <wim@fluendo.com>
15211
15212         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
15213         (gst_dvdec_finalize), (gst_dvdec_sink_event),
15214         (gst_dvdec_change_state):
15215         Reset segment info on flush.
15216         Alloc segment in _init, free in _finalize.
15217
15218         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
15219         Don't send segments twice.
15220
15221 2006-06-14  Wim Taymans  <wim@fluendo.com>
15222
15223         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
15224         Respect segment.stop. Fixes #342592.
15225
15226 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
15227
15228         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
15229           No language specified means the implied language is English
15230           according to the matroska spec (partially fixes #344708);
15231           add some more debug output.
15232
15233 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
15234
15235         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
15236         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
15237         (gst_wavparse_chain):
15238           When operating chain-based, don't make any assumptions about the
15239           chunking of the incoming data and make streaming work on days other
15240           than the second Thursday after a full moon. Also fix up debug
15241           messages here and there and make use of the most excellent new
15242           gst_pad_query_peer_duration() utility function.
15243           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
15244
15245         * gst/wavparse/gstwavparse.h:
15246           Remove trailing comma after last enum value, some compilers don't
15247           like that.
15248
15249 2006-06-13  Wim Taymans  <wim@fluendo.com>
15250
15251         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
15252         Handle premature EOS gracefully.
15253
15254 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
15255
15256         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
15257           Prevent out of bounds array access when scrubbing towards
15258           the end of the file between the last index entry and the
15259           end. Fixes occasional 'start <= stop' newsegment event
15260           assertions when scrubbing in MJPEG files.
15261
15262 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
15263
15264         * tests/check/elements/.cvsignore:
15265           And another one.
15266
15267 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
15268
15269         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
15270         (scan_encoded_string), (parse_picture_frame):
15271           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
15272
15273         * configure.ac:
15274           Require core >= 0.10.8 (for GST_TAG_IMAGE and
15275           GST_TAG_PPEVIEW_IMAGE used in the patch above).
15276
15277 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15278
15279         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
15280           gratuitous comment changes
15281         * tests/check/elements/level.c: (GST_START_TEST):
15282           fix level test leaks
15283
15284 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
15285
15286         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
15287         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
15288           Use gst_pad_query_peer_duration() utility function here.
15289
15290 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15291
15292         * autogen.sh:
15293           require am17
15294         * configure.ac:
15295         * ext/annodex/Makefile.am:
15296         * ext/cdio/Makefile.am:
15297         * ext/dv/Makefile.am:
15298         * ext/esd/Makefile.am:
15299         * ext/flac/Makefile.am:
15300         * ext/gdk_pixbuf/Makefile.am:
15301         * ext/ladspa/Makefile.am:
15302         * ext/libcaca/Makefile.am:
15303         * ext/speex/Makefile.am:
15304         * ext/taglib/Makefile.am:
15305         * sys/oss/Makefile.am:
15306         * sys/sunaudio/Makefile.am:
15307         * sys/ximage/Makefile.am:
15308           clean up build further
15309
15310 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15311
15312         * gconf/Makefile.am:
15313           Honour --disable-schemas-install configure option. Fixes #344100.
15314
15315 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15316
15317         * tests/examples/level/Makefile.am:
15318           Add -lm to LIBS for pow() function, don't assume one of our
15319           dependencies (such as libxml-2.0) drags it in automatically
15320           (#343603).
15321
15322 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15323
15324         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
15325
15326         * configure.ac:
15327           We should use $SED and not $(SED) in configure.ac (#343678).
15328
15329 2006-06-09  Wim Taymans  <wim@fluendo.com>
15330
15331         Patch by: Brian Cameron <brian dot cameron at sun dot com>
15332
15333         * sys/sunaudio/gstsunaudiomixerctrl.c:
15334         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
15335         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
15336         (gst_sunaudiomixer_ctrl_set_mute):
15337         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
15338         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
15339         (gst_sunaudiosink_write):
15340         Attached find a patch that fixes a number of bugs with the SunAudio
15341         mixer plugin and fixes #344101:
15342         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
15343            tracks onto the tracklist causing gnome-volume-control's preferences
15344            dialog to be messed up and would core dump if you checked/unchecked
15345            any item.
15346         2. We weren't previously setting the MUTE flag properly.  Fixing this
15347            makes gnome-volume-control work better.
15348         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
15349            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
15350            gnome-volume-control look better.
15351         Also some minor cleanup in gstsunaudiosink.c.
15352
15353 2006-06-09  Wim Taymans  <wim@fluendo.com>
15354
15355         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
15356         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
15357         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
15358         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
15359         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
15360         * ext/jpeg/gstjpegdec.h:
15361         API: Added IDCT method property
15362         Small cleanups.
15363         Avoid dynamic allocation of trivial fixed structure.
15364         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
15365
15366 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15367
15368         * configure.ac:
15369         We now require libraw1394 >= 1.1.0 and that version onwards all
15370         have .pc files.
15371
15372 2006-06-02  Edward Hervey  <edward@fluendo.com>
15373
15374         * gst/law/alaw-decode.c: (alawdec_getcaps): 
15375         Trying to get items from an ANY or EMPTY caps is ... stupid.
15376
15377 2006-06-02  Edward Hervey  <edward@fluendo.com>
15378
15379         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
15380         (gst_dvdec_chain), (gst_dvdec_change_state):
15381         * ext/dv/gstdvdec.h:
15382         Added GstSegment handling, now implements dropping/clipping.
15383
15384 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
15385
15386         * ext/aalib/gstaasink.h:
15387         * ext/annodex/gstcmmldec.h:
15388         * ext/cairo/gsttimeoverlay.h:
15389         * ext/dv/gstdvdec.h:
15390         * ext/dv/gstdvdemux.h:
15391         * ext/esd/esdmon.h:
15392         * ext/esd/esdsink.h:
15393         * ext/flac/gstflacenc.h:
15394         * ext/gconf/gstgconfaudiosink.h:
15395         * ext/gconf/gstgconfaudiosrc.h:
15396         * ext/gconf/gstgconfvideosink.h:
15397         * ext/gconf/gstgconfvideosrc.h:
15398         * ext/gdk_pixbuf/gstgdkanimation.h:
15399         * ext/gdk_pixbuf/pixbufscale.h:
15400         * ext/hal/gsthalaudiosink.h:
15401         * ext/hal/gsthalaudiosrc.h:
15402         * ext/jpeg/gstjpegenc.h:
15403         * ext/jpeg/gstsmokedec.h:
15404         * ext/jpeg/gstsmokeenc.h:
15405         * ext/libcaca/gstcacasink.h:
15406         * ext/libmng/gstmngdec.h:
15407         * ext/libmng/gstmngenc.h:
15408         * ext/libpng/gstpngdec.h:
15409         * ext/libpng/gstpngenc.h:
15410         * ext/raw1394/gstdv1394src.h:
15411         * ext/speex/gstspeexenc.h:
15412         * gst/autodetect/gstautoaudiosink.h:
15413         * gst/autodetect/gstautovideosink.h:
15414         * gst/avi/gstavidemux.h:
15415         * gst/cutter/gstcutter.h:
15416         * gst/debug/efence.h:
15417         * gst/debug/gstnavigationtest.h:
15418         * gst/debug/gstnavseek.h:
15419         * gst/flx/gstflxdec.h:
15420         * gst/goom/gstgoom.h:
15421         * gst/icydemux/gsticydemux.h:
15422         * gst/id3demux/gstid3demux.h:
15423         * gst/law/alaw-decode.h:
15424         * gst/law/alaw-encode.h:
15425         * gst/law/mulaw-decode.h:
15426         * gst/law/mulaw-encode.h:
15427         * gst/matroska/matroska-mux.h:
15428         * gst/median/gstmedian.h:
15429         * gst/oldcore/gstaggregator.h:
15430         * gst/oldcore/gstfdsink.h:
15431         * gst/oldcore/gstmd5sink.h:
15432         * gst/oldcore/gstmultifilesrc.h:
15433         * gst/oldcore/gstpipefilter.h:
15434         * gst/oldcore/gstshaper.h:
15435         * gst/oldcore/gststatistics.h:
15436         * gst/rtp/gstasteriskh263.h:
15437         * gst/rtp/gstrtpL16depay.h:
15438         * gst/rtp/gstrtpL16pay.h:
15439         * gst/rtp/gstrtpamrdepay.h:
15440         * gst/rtp/gstrtpamrpay.h:
15441         * gst/rtp/gstrtpdepay.h:
15442         * gst/rtp/gstrtpgsmdepay.h:
15443         * gst/rtp/gstrtpgsmpay.h:
15444         * gst/rtp/gstrtph263pay.h:
15445         * gst/rtp/gstrtph263pdepay.h:
15446         * gst/rtp/gstrtph263ppay.h:
15447         * gst/rtp/gstrtpmp4gpay.h:
15448         * gst/rtp/gstrtpmp4vdepay.h:
15449         * gst/rtp/gstrtpmp4vpay.h:
15450         * gst/rtp/gstrtpmpadepay.h:
15451         * gst/rtp/gstrtpmpapay.h:
15452         * gst/rtp/gstrtppcmadepay.h:
15453         * gst/rtp/gstrtppcmapay.h:
15454         * gst/rtp/gstrtppcmudepay.h:
15455         * gst/rtp/gstrtppcmupay.h:
15456         * gst/rtp/gstrtpspeexdepay.h:
15457         * gst/rtp/gstrtpspeexpay.h:
15458         * gst/rtsp/gstrtpdec.h:
15459         * gst/rtsp/gstrtspsrc.h:
15460         * gst/smpte/gstsmpte.h:
15461         * gst/udp/gstdynudpsink.h:
15462         * gst/udp/gstmultiudpsink.h:
15463         * gst/udp/gstudpsink.h:
15464         * gst/udp/gstudpsrc.h:
15465         * gst/videofilter/gstvideobalance.h:
15466         * gst/videofilter/gstvideoflip.h:
15467         * sys/oss/gstossdmabuffer.h:
15468         * sys/oss/gstossmixerelement.h:
15469         * sys/oss/gstosssink.h:
15470         * sys/oss/gstosssrc.h:
15471         * sys/osxvideo/osxvideosink.h:
15472         * sys/sunaudio/gstsunaudiomixer.h:
15473         * sys/sunaudio/gstsunaudiosink.h:
15474         * sys/ximage/gstximagesrc.h:
15475         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
15476
15477 2006-05-31  Wim Taymans  <wim@fluendo.com>
15478
15479         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
15480         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
15481         (gst_goom_src_setcaps), (gst_goom_src_event),
15482         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
15483         (gst_goom_change_state):
15484         * gst/goom/gstgoom.h:
15485         Handle QoS.
15486         Handle flushing, discont and events.
15487         Fix timestamps and various other cleanups.
15488
15489 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15490
15491         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
15492         Fix bus reset when using libiec61883
15493
15494 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15495
15496         * configure.ac:
15497         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
15498         * ext/raw1394/Makefile.am:
15499         Add CFLAGS.
15500         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
15501         New method, to receive using libiec61883.
15502         (gst_dv1394src_iso_receive),
15503         #ifdef'd out if libiec61883 is present.
15504         (gst_dv1394src_bus_reset),
15505         Get userdata correctly if using libiec61883. 
15506         (gst_dv1394src_create),
15507         When using libiec61883, only poll one fd and no need to read.
15508         (gst_dv1394src_discover_avc_node),
15509         Replace g_warnings.
15510         (gst_dv1394src_start),
15511         Create new handle when we know which dv port.  More reliable
15512         than setting port on an existing handle.  Initialise libiec61883.
15513         (gst_dv1394src_stop):
15514         If using libiec61883, then cleanup its handle properly.
15515         * ext/raw1394/gstdv1394src.h:
15516         Add libiec61883 handle.
15517
15518 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
15519
15520         * gst/avi/gstavidemux.c:
15521           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
15522         * win32/MANIFEST:
15523           sort file listing
15524         * win32/vs6/libgstavi.dsp:
15525           add gstavimux.c to the project
15526         * win32/vs6/libgstid3demux.dsp:
15527           add link to zlib library
15528         * win32/vs6/libgstmatroska.dsp:
15529           add matroska-ids.c to the project
15530
15531 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
15532
15533         Patch by: Sebastian Dröge  <mail at slomosnail de >
15534
15535         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15536         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15537         * ext/taglib/Makefile.am:
15538         * ext/taglib/gstapev2mux.cc:
15539         * ext/taglib/gstapev2mux.h:
15540         * ext/taglib/gstid3v2mux.cc:
15541         * ext/taglib/gsttaglibmux.c: (plugin_init):
15542         * ext/taglib/gsttaglibmux.h:
15543           Add apev2mux element (#343122).
15544         
15545         * tests/check/Makefile.am:
15546         * tests/check/elements/apev2mux.c:
15547         (test_taglib_apev2mux_create_tags),
15548         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
15549         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
15550         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
15551         (apev2mux_suite), (main):
15552           Add unit test for apev2mux element.
15553
15554 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15555
15556         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
15557         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
15558         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
15559           GST_PTR_FORMAT should be used to print caps in debug statements.
15560
15561 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15562
15563         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
15564
15565         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
15566         (ape_demux_parse_tags):
15567           Some clean-ups and additions: map APE 'file' tag to
15568           GST_TAG_LOCATION (#343123); add support for extracting
15569           the track count and clean up parsing a bit (#343127).
15570
15571 2006-05-28  Edward Hervey  <edward@fluendo.com>
15572
15573         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
15574         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
15575
15576 2006-05-28  Edward Hervey  <edward@fluendo.com>
15577
15578         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
15579         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
15580         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
15581         * ext/jpeg/gstjpegdec.h:
15582         Clip outgoing buffers according to currently configured segment.
15583
15584 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15585
15586         * ext/taglib/gstid3v2mux.cc:
15587           Handle  writing of track-count or album-volume-count without
15588           track-number or albume-volume-number (in this case the number
15589           will just be set to 0).
15590
15591         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
15592           It would be nice if we actually checked the values received for
15593           track/album-volume number/count in  _check_tags(), rather than
15594           setting them again ...
15595
15596 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15597
15598         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
15599           A track/volume number or count of 0 does not make sense,
15600           just ignore it along with negative numbers (a tag might
15601           only contain a track count without a track number).
15602
15603 2006-05-27  Edward Hervey  <edward@fluendo.com>
15604
15605         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
15606         (gst_jpeg_dec_sink_event):
15607         Abort decompression when receiving FLUSH_STOP. This should avoid
15608         issues when interrupting decoding with flushes.
15609
15610 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
15611
15612         * ext/flac/gstflac.c:
15613           Don't #include file we don't dist any longer.
15614
15615 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
15616
15617         * README:
15618           Replace current README (containing the release notes from
15619           some 0.9.x version) with a proper README taken from the core.
15620
15621 2006-05-24  Wim Taymans  <wim@fluendo.com>
15622
15623         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
15624         Implement EOS correctly by either posting
15625         SEGMENT_DONE or pushing an EOS message depending
15626         on the seek type. Fixes #342592
15627
15628 2006-05-24  Wim Taymans  <wim@fluendo.com>
15629
15630         * gst/law/alaw-decode.c: (gst_alawdec_chain):
15631         * gst/law/alaw-decode.h:
15632         * gst/law/alaw-encode.c: (gst_alawenc_chain):
15633         * gst/law/alaw-encode.h:
15634         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
15635         * gst/law/mulaw-decode.h:
15636         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
15637         * gst/law/mulaw-encode.h:
15638         Some cleanups in the chain functions.
15639         Remove some GStreamer 0.0.2 bits.
15640
15641 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15642
15643         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15644
15645         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
15646           gst_collect_pads_stop() needs to be called before chaining up
15647           to the parent class (#342734).
15648
15649 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15650
15651         * ext/flac/Makefile.am:
15652         * ext/flac/flac_compat.h:
15653         * ext/flac/gstflac.c:
15654         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
15655         * ext/flac/gstflacenc.c:
15656           Remove backwards compatibility cruft for dealing with FLAC API
15657           changes in the 1.0.x series - we require 1.1.1 or newer these days.
15658
15659 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15660
15661         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15662         (gst_matroska_demux_push_xiph_codec_priv_data),
15663         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
15664         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
15665         * gst/matroska/matroska-ids.h:
15666         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
15667         (gst_matroska_mux_video_pad_setcaps),
15668         (xiph3_streamheader_to_codecdata),
15669         (vorbis_streamheader_to_codecdata),
15670         (theora_streamheader_to_codecdata),
15671         (gst_matroska_mux_audio_pad_setcaps),
15672         (gst_matroska_mux_write_data):
15673           Add support for muxing/demuxing theora video (#342448; too bad
15674           none of the usual linux players can actually play this). Playback
15675           in GStreamer will require additional changes to theoradec in -base.
15676           Refactor streamheaders <=> CodecPrivateData code a bit; some small
15677           cleanups.
15678
15679 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15680
15681         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
15682         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
15683           Fix crashes when the horizontal subsampling is 1.
15684           Fixes #342097.
15685
15686 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15687
15688         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15689
15690         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
15691         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
15692         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
15693         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
15694         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
15695         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
15696         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
15697         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
15698         (gst_avi_mux_change_state):
15699         * gst/avi/gstavimux.h:
15700           Some enhancements for avimux (#342526):
15701            - add odml (large file) index support
15702            - store codec init data (e.g. huffyuv)
15703            - miscellaneous other fixes/cleanups
15704
15705 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15706
15707         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
15708         Don't output any tag when we encounter a negative track number - the
15709         tag type is uint, so we end up outputting huge positive numbers
15710         instead. (Fixes: #342029)
15711
15712 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15713
15714         * configure.ac:
15715           update for new GSTPB_PLUGINS_DIR
15716
15717 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
15718
15719         * rtp/gst/gstrtph263pay.c:
15720         Properly set static caps for H263 at 34.
15721
15722 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15723
15724         Patch by: James "Doc" Livingston  <doclivingston gmail com>
15725
15726         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
15727           Merge event tags and tag setter tags correctly (#339918). Also,
15728           don't leak taglist in case of an error.
15729           
15730 2006-05-17  Edward Hervey  <edward@fluendo.com>
15731
15732         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
15733         We can only do caps intersection if the othercaps are non-empty and not
15734         ANY. Else we return the pad template (base_caps).
15735
15736 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
15737
15738         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
15739           Fix crash when outputting debugging information for certain
15740           pictures (always good to use the right struct member for
15741           the number of records in an array).
15742
15743 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
15744
15745         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
15746
15747         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
15748         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
15749         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
15750         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
15751         (gst_ebml_read_float), (gst_ebml_read_ascii),
15752         (gst_ebml_read_binary):
15753           Don't create unnecessary sub-buffers all the time. Dramatically
15754           improves performance with multiple concurrently running
15755           matroskademux instances (#341818) (and avoids doing
15756           unnecessarily inefficient things in the general case).
15757
15758 2006-05-16  Edward Hervey  <edward@fluendo.com>
15759
15760         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
15761         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
15762         return value of gst_pad_push_event().
15763
15764 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
15765
15766         * gst/autodetect/gstautoaudiosink.c:
15767         (gst_auto_audio_sink_find_best):
15768         * gst/autodetect/gstautovideosink.c:
15769         (gst_auto_video_sink_find_best):
15770         Make the name of the child element be based on the name of the
15771         parent, so that debug output is more useful.
15772         
15773         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
15774         (parse_insert_string_field), (parse_split_strings):
15775         Rework string parsing to always walk over BOM markers in UTF16
15776         strings, using the endianness indicated by the innermost one,
15777         then trying the opposite endianness if that fails to convert
15778         to valid UTF-8. Fixes #341774
15779
15780 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15781
15782         Patch from: Matthieu <matthieu at fluendo dot com>
15783
15784         * ext/libpng/Makefile.am:
15785         Add LIBPNG_CFLAGS.
15786
15787 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15788
15789         * ext/taglib/gstid3v2mux.cc:
15790           Add support for writing images (APIC frames) into ID3v2
15791           tags (picture type always set to 'other' for now though).
15792
15793 2006-05-14  Michael Smith  <msmith@fluendo.com>
15794
15795         * gst/wavparse/gstwavparse.c:
15796           Update docs; wavparse implements push and pull modes.
15797
15798 2006-05-12  Wim Taymans  <wim@fluendo.com>
15799
15800         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
15801         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
15802         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
15803         Ooops, bitten by the copy-and-paste design paradigm, fixes
15804         seek again.
15805
15806 2006-05-12  Wim Taymans  <wim@fluendo.com>
15807
15808         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15809         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
15810         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
15811         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
15812         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
15813         (gst_avi_demux_massage_index),
15814         (gst_avi_demux_calculate_durations_from_index),
15815         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
15816         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
15817         (gst_avi_demux_loop):
15818         * gst/avi/gstavidemux.h:
15819         Some cleanups, prepare to use GstSegment.
15820         Fix error in entry walking code.
15821         Fix VBR detection.
15822         Smarter timestamp calculation code.
15823         Uniform error/eos handling.
15824
15825 2006-05-12  Michael Smith  <msmith@fluendo.com>
15826
15827         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
15828         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
15829           Fix use of uninitialised values if we're NOT seeking in ready.
15830           Fix typos.
15831
15832 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
15833
15834         * gst/wavparse/Makefile.am:
15835           Add CFLAGS and LIBS for libgstbase, fixes build on
15836           Cygwin (#341489).
15837
15838 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
15839
15840         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
15841           Some more debug info. No need to check whether the string
15842           returned by g_convert() is really UTF-8 - either it is or
15843           we get NULL returned.
15844
15845 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
15846
15847         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
15848           Fix parsing of numeric genre strings some more, by ensuring that
15849           we only try and parse strings that a) Start with '(' and b) Consist
15850           only of digits.
15851           Also, when finding an escaping '((' sequence, bust it back to '(' by
15852           swallowing the first parenthesis
15853
15854 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
15855
15856         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
15857         (gst_esdsink_open), (gst_esdsink_close):
15858         * ext/esd/esdsink.h:
15859           Move the esd_get_server_info() into gst_esdsink_open() and fail
15860           with a decent error message on errors.
15861
15862 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15863
15864         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
15865         (gst_esdmon_channels_get_type):
15866         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
15867         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
15868         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
15869         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
15870         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
15871         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
15872         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
15873         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
15874         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
15875         * gst/videomixer/videomixer.c:
15876         (gst_video_mixer_background_get_type):
15877           Const-ify GEnumValue arrays.
15878
15879 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15880
15881         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
15882
15883         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
15884         (gst_avi_mux_do_video_buffer):
15885           Work around gst_buffer_make_metadata_writable() bug that
15886           results in avimux marking all frames in the index as
15887           keyframes (#340859).
15888           
15889 2006-05-08  Wim Taymans  <wim@fluendo.com>
15890
15891         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
15892         Make parsing of urls suck slightly less.
15893
15894 2006-05-08  Edward Hervey  <edward@fluendo.com>
15895
15896         * autogen.sh: (CONFIGURE_DEF_OPT): 
15897         libtoolize on Darwin/MacOSX is called glibtoolize.
15898
15899 2006-05-08  Wim Taymans  <wim@fluendo.com>
15900
15901         Patch by: Jens Granseuer <jensgr at gmx dot net>
15902
15903         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
15904         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
15905         C89 compliance fixes. Fixes #340980
15906
15907 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
15908
15909         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
15910         * ext/flac/gstflacdec.h:
15911           Handle segment seeks that include the end of the file as stop point
15912           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
15913           message instead of an EOS event in case we're in segment seek
15914           mode (fixes #340699).
15915           
15916 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
15917
15918         * ext/cairo/gsttextoverlay.c:
15919         * ext/flac/gstflacdec.c:
15920         * ext/gdk_pixbuf/pixbufscale.c:
15921         * gst/apetag/gstapedemux.c:
15922         * gst/debug/breakmydata.c:
15923         * gst/debug/testplugin.c:
15924         * gst/matroska/ebml-write.c:
15925         * gst/multipart/multipartdemux.c:
15926         * sys/osxaudio/gstosxaudiosink.c:
15927         * sys/osxaudio/gstosxaudiosrc.c:
15928         Add semicolons after GST_BOILERPLATE[_FULL] so that
15929         indent doesn't mess up following lines.
15930
15931 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
15932
15933         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
15934
15935         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
15936           Don't leak caps when freeing the stream context (#340623).
15937
15938 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
15939
15940         * configure.ac:
15941           Back to CVS
15942
15943 === release 0.10.3 ===
15944
15945 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
15946
15947         * configure.ac:
15948           releasing 0.10.3, "Desplazado"
15949
15950 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
15951
15952         * gst/matroska/matroska-mux.c:
15953         (gst_matroska_mux_stream_is_vorbis_header),
15954         (gst_matroska_mux_write_data):
15955           Don't strcmp() NULL strings.
15956           Only start new clusters on video keyframes, not on any
15957           random audio buffer that doesn't have the DELTA_UNIT
15958           flag set (fixes 'make check' again).
15959
15960 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
15961
15962         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15963
15964         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
15965         (gst_matroska_mux_stream_is_vorbis_header),
15966         (gst_matroska_mux_write_data):
15967           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
15968           value and then dead-lock when muxing vorbis audio streams
15969           (the three vorbis header buffers carry no timestamp, and it
15970           would try to mux these after all video buffers). Fixes #340346.
15971
15972           Improve clustering: start a new cluster also whenever we get
15973           a keyframe.     
15974
15975 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15976
15977         * win32/common/config.h:
15978         * win32/MANIFEST
15979           add the generated file as well
15980
15981 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15982
15983         * Makefile.am:
15984         * configure.ac:
15985         * win32/common/config.h.in:
15986           add win32 stuff
15987
15988 2006-05-03  Michael Smith  <msmith@fluendo.com>
15989
15990         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
15991           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
15992           SUCKS.
15993
15994 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
15995
15996         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
15997         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
15998         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
15999           don't leak caps-string
16000
16001 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
16002
16003         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
16004         (gst_id3demux_sink_activate):
16005           Let core insert default error message for TYPE_NOT_FOUND
16006           errors, it's just as good as our own and has the added
16007           bonus of being translated.
16008
16009 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
16010
16011         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
16012         (gst_tag_demux_sink_event):
16013         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
16014         (gst_id3demux_sink_event):
16015           Post an error message when we get an EOS event and were not
16016           able to find out the type of stream.
16017
16018         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
16019         (test_taglib_id3mux_with_tags):
16020           Decrease num-buffers to 16 per iteration again, otherwise the
16021           many memcpy()s and reallocations in the test will hammer slow
16022           CPUs completely and make the test timeout.
16023
16024 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16025
16026         * configure.ac:
16027           figure out where plugins-base plugins are
16028         * tests/check/Makefile.am:
16029           use plugins-base plugins, so we have typefind functions
16030         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
16031           increase num-buffers, this makes sure the test errors out instead
16032           of timing out when no typefind functions are present
16033
16034 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16035
16036         * docs/plugins/Makefile.am:
16037           also check .cc files for gtk-doc markup
16038         * configure.ac:
16039         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16040         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16041         * tests/check/Makefile.am:
16042         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
16043         * ext/Makefile.am:
16044         * ext/taglib/Makefile.am:
16045         * ext/taglib/gstid3v2mux.h:
16046         * ext/taglib/gsttaglibmux.c:
16047         * ext/taglib/gsttaglibmux.h:
16048           move taglib-based id3v2muxer to -good.  Fixes #336110.
16049
16050 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
16051
16052         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
16053           ... and fix multichannel/WAVFORMATEX support again.
16054
16055 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
16056
16057         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16058         (gst_wavparse_class_init), (gst_wavparse_dispose),
16059         (gst_wavparse_reset), (gst_wavparse_init),
16060         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
16061         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
16062         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
16063         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
16064         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
16065         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
16066         (gst_wavparse_stream_data), (gst_wavparse_loop),
16067         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
16068         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
16069         (gst_wavparse_change_state), (plugin_init):
16070         * gst/wavparse/gstwavparse.h:
16071           Add push (streaming) mode to wavparse (fixes #337625)
16072
16073 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16074
16075         * configure.ac:
16076         * tests/Makefile.am:
16077           add ximagesrc icles test
16078
16079 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16080
16081         * configure.ac:
16082         * docs/plugins/Makefile.am:
16083         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16084         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16085         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
16086         (gst_cmml_enc_push_clip):
16087         * sys/Makefile.am:
16088         * sys/ximage/Makefile.am:
16089         * sys/ximage/gstximagesrc.c:
16090           Move ximagesrc plug-in to good after review.  Fixes #336756.
16091
16092 2006-04-28  Michael Smith  <msmith@fluendo.com>
16093
16094         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
16095         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
16096         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
16097         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
16098         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
16099         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
16100         * gst/icydemux/gsticydemux.h:
16101           Fix event handling: cache events when typefinding and forward later.
16102
16103 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16104
16105         * sys/osxaudio/gstosxaudiosink.c:
16106         (plugin_init):
16107          Register osxaudiosrc to the plugin.
16108         * sys/osxaudio/gstosxaudiosrc.c:
16109         (gst_osx_audio_src_osxelement_do_init),
16110         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
16111         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
16112         (gst_osx_audio_src_get_property),
16113         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
16114         (gst_osx_audio_src_osxelement_init):
16115         * sys/osxaudio/gstosxaudiosrc.h:
16116           Port of osxaudiosrc to 0.10.
16117         * sys/osxaudio/Makefile.am:
16118           Add osxaudiosrc
16119
16120 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16121
16122         * sys/osxaudio/gstosxringbuffer.c:
16123         * sys/osxaudio/gstosxringbuffer.h:
16124           Forgot to commit earlier, part of the OSX audio plugin port
16125
16126 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
16127
16128         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
16129         (parse_split_strings):
16130           Recognise and skip any byte order marker (BOM) in
16131           UTF-16 strings.
16132
16133 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
16134
16135         * docs/plugins/Makefile.am:
16136         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16137         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16138         * docs/plugins/gst-plugins-good-plugins.hierarchy:
16139         * docs/plugins/inspect/plugin-avi.xml:
16140         * gst/avi/gstavidemux.c:
16141         * gst/avi/gstavimux.c:
16142           Add docs for both avidemux and avimux.
16143
16144 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
16145
16146         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16147
16148         * gst/avi/Makefile.am:
16149         * gst/avi/gstavi.c: (plugin_init):
16150         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
16151         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
16152         (gst_avi_mux_class_init), (gst_avi_mux_init),
16153         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
16154         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
16155         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
16156         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
16157         (gst_avi_mux_riff_get_avix_header),
16158         (gst_avi_mux_riff_get_video_header),
16159         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
16160         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
16161         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
16162         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
16163         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
16164         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
16165         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
16166         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
16167         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
16168         (gst_avi_mux_change_state):
16169         * gst/avi/gstavimux.h:
16170           Port AVI muxer to GStreamer-0.10 (#332031).
16171
16172         * tests/check/Makefile.am:
16173         * tests/check/elements/avimux.c:
16174         * tests/check/elements/.cvsignore:
16175           Add unit test for AVI muxer.
16176
16177 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
16178
16179         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16180         (gst_wavparse_class_init), (gst_wavparse_reset),
16181         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
16182         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
16183         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
16184         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
16185         (gst_wavparse_stream_data), (gst_wavparse_loop),
16186         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
16187         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
16188         (plugin_init):
16189         * gst/wavparse/gstwavparse.h:
16190           reverted patch #337625 for the price of 1 hour sleep
16191
16192 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
16193
16194         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16195         (gst_wavparse_class_init), (gst_wavparse_reset),
16196         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
16197         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
16198         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
16199         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
16200         (gst_wavparse_stream_data), (gst_wavparse_loop),
16201         (gst_wavparse_chain), (plugin_init):
16202         * gst/wavparse/gstwavparse.h:
16203           correct partial implementation of push mode
16204           (from my last commit)
16205
16206 2006-04-26  Wim Taymans  <wim@fluendo.com>
16207
16208         * ext/esd/esdsink.c:
16209         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
16210         it is not in esd.h
16211
16212 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
16213
16214         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
16215         (gst_au_parse_class_init), (gst_au_parse_init),
16216         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
16217         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
16218         (gst_au_parse_chain), (gst_au_parse_src_convert),
16219         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
16220         (gst_au_parse_sink_event), (gst_au_parse_src_event),
16221         (gst_au_parse_change_state):
16222         * gst/auparse/gstauparse.h:
16223           Rewrite auparse to suck a little bit less: make source pad
16224           dynamic, so decodebin/playbin work with non-raw formats
16225           like alaw/mulaw; add query function for duration/position
16226           queries; check whether we have enough data before attempting
16227           to parse the header (instead of crashing when that is not the
16228           case); work around audioconvert sucking by swapping endianness
16229           to the native endianness ourselves for float formats; send
16230           initial newsegment event. Fixes #161712.
16231
16232 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16233
16234         * sys/osxaudio/Makefile.am:
16235         * sys/osxaudio/gstosxaudioelement.c:
16236         (gst_osx_audio_element_get_type),
16237         (gst_osx_audio_element_class_init):
16238         * sys/osxaudio/gstosxaudioelement.h:
16239         * sys/osxaudio/gstosxaudiosink.c:
16240         (gst_osx_audio_sink_osxelement_do_init),
16241         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
16242         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
16243         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
16244         (gst_osx_audio_sink_create_ringbuffer),
16245         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
16246         (plugin_init):
16247         * sys/osxaudio/gstosxaudiosink.h:
16248         Port of osxaudiosink to 0.10
16249
16250 2006-04-26  Wim Taymans  <wim@fluendo.com>
16251
16252         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
16253         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
16254         the size of the ringbuffer. This should fix hangs with older 
16255         esd sound servers.
16256
16257 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
16258
16259         * ext/aalib/gstaasink.c:
16260         * ext/annodex/gstcmmldec.c:
16261         * ext/annodex/gstcmmlenc.c:
16262         * ext/cairo/gsttextoverlay.c:
16263         * ext/cairo/gsttimeoverlay.c:
16264         * ext/cdio/gstcdiocddasrc.c:
16265         * ext/dv/gstdvdec.c:
16266         * ext/dv/gstdvdemux.c:
16267         * ext/esd/esdmon.c:
16268         * ext/esd/esdsink.c:
16269         * ext/flac/gstflacenc.c:
16270         * ext/flac/gstflactag.c:
16271         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
16272         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
16273         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
16274         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
16275         * ext/gdk_pixbuf/pixbufscale.c:
16276         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
16277         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
16278         * ext/jpeg/gstjpegdec.c:
16279         * ext/jpeg/gstjpegenc.c:
16280         * ext/jpeg/gstsmokedec.c:
16281         * ext/jpeg/gstsmokeenc.c:
16282         * ext/libcaca/gstcacasink.c:
16283         * ext/libmng/gstmngdec.c:
16284         * ext/libmng/gstmngenc.c:
16285         * ext/libpng/gstpngdec.c:
16286         * ext/libpng/gstpngenc.c:
16287         * ext/mikmod/gstmikmod.c:
16288         * ext/raw1394/gstdv1394src.c:
16289         * ext/shout2/gstshout2.c: (gst_shout2send_init):
16290         * ext/shout2/gstshout2.h:
16291         * ext/speex/gstspeexdec.c:
16292         * ext/speex/gstspeexenc.c:
16293         * gst/alpha/gstalpha.c:
16294         * gst/alpha/gstalphacolor.c:
16295         * gst/apetag/gstapedemux.c:
16296         * gst/auparse/gstauparse.c:
16297         * gst/autodetect/gstautoaudiosink.c:
16298         (gst_auto_audio_sink_base_init):
16299         * gst/autodetect/gstautovideosink.c:
16300         (gst_auto_video_sink_base_init):
16301         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
16302         * gst/avi/gstavimux.c: (gst_avimux_base_init):
16303         * gst/cutter/gstcutter.c:
16304         * gst/debug/breakmydata.c:
16305         * gst/debug/efence.c:
16306         * gst/debug/gstnavigationtest.c:
16307         * gst/debug/gstnavseek.c:
16308         * gst/debug/negotiation.c:
16309         * gst/debug/progressreport.c:
16310         * gst/debug/testplugin.c:
16311         * gst/effectv/gstaging.c:
16312         * gst/effectv/gstdice.c:
16313         * gst/effectv/gstedge.c:
16314         * gst/effectv/gstquark.c:
16315         * gst/effectv/gstrev.c:
16316         * gst/effectv/gstshagadelic.c:
16317         * gst/effectv/gstvertigo.c:
16318         * gst/effectv/gstwarp.c:
16319         * gst/flx/gstflxdec.c:
16320         * gst/goom/gstgoom.c:
16321         * gst/icydemux/gsticydemux.c:
16322         * gst/id3demux/gstid3demux.c:
16323         * gst/interleave/deinterleave.c:
16324         * gst/interleave/interleave.c:
16325         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
16326         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
16327         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
16328         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
16329         * gst/level/gstlevel.c:
16330         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
16331         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
16332         * gst/median/gstmedian.c:
16333         * gst/monoscope/gstmonoscope.c:
16334         * gst/multipart/multipartdemux.c:
16335         * gst/multipart/multipartmux.c:
16336         * gst/oldcore/gstaggregator.c:
16337         * gst/oldcore/gstfdsink.c:
16338         * gst/oldcore/gstmd5sink.c:
16339         * gst/oldcore/gstmultifilesrc.c:
16340         * gst/oldcore/gstpipefilter.c:
16341         * gst/oldcore/gstshaper.c:
16342         * gst/oldcore/gststatistics.c:
16343         * gst/rtp/gstasteriskh263.c:
16344         * gst/rtp/gstrtpL16depay.c:
16345         * gst/rtp/gstrtpL16pay.c:
16346         * gst/rtp/gstrtpamrdepay.c:
16347         * gst/rtp/gstrtpamrpay.c:
16348         * gst/rtp/gstrtpdepay.c:
16349         * gst/rtp/gstrtpgsmpay.c:
16350         * gst/rtp/gstrtph263pay.c:
16351         * gst/rtp/gstrtph263pdepay.c:
16352         * gst/rtp/gstrtph263ppay.c:
16353         * gst/rtp/gstrtpilbcdepay.c:
16354         * gst/rtp/gstrtpmp4gpay.c:
16355         * gst/rtp/gstrtpmp4vdepay.c:
16356         * gst/rtp/gstrtpmp4vpay.c:
16357         * gst/rtp/gstrtpmpadepay.c:
16358         * gst/rtp/gstrtpmpapay.c:
16359         * gst/rtp/gstrtppcmadepay.c:
16360         * gst/rtp/gstrtppcmapay.c:
16361         * gst/rtp/gstrtppcmudepay.c:
16362         * gst/rtp/gstrtppcmupay.c:
16363         * gst/rtp/gstrtpspeexdepay.c:
16364         * gst/rtp/gstrtpspeexpay.c:
16365         * gst/rtsp/gstrtpdec.c:
16366         * gst/rtsp/gstrtspsrc.c:
16367         * gst/smpte/gstsmpte.c:
16368         * gst/udp/gstdynudpsink.c:
16369         * gst/udp/gstmultiudpsink.c:
16370         * gst/udp/gstudpsink.c:
16371         * gst/udp/gstudpsrc.c:
16372         * gst/videobox/gstvideobox.c:
16373         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
16374         * gst/videofilter/gstvideobalance.c:
16375         * gst/videofilter/gstvideoflip.c:
16376         * gst/videofilter/gstvideotemplate.c:
16377         (gst_videotemplate_base_init):
16378         * gst/videomixer/videomixer.c:
16379         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16380         (gst_wavparse_class_init), (gst_wavparse_dispose),
16381         (gst_wavparse_reset), (gst_wavparse_init),
16382         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
16383         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
16384         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
16385         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
16386         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
16387         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
16388         (gst_wavparse_change_state):
16389         * gst/wavparse/gstwavparse.h:
16390         * sys/oss/gstossmixerelement.c:
16391         * sys/oss/gstosssink.c:
16392         * sys/oss/gstosssrc.c:
16393         * sys/osxaudio/gstosxaudioelement.c:
16394         * sys/osxaudio/gstosxaudiosink.c:
16395         * sys/osxaudio/gstosxaudiosrc.c:
16396         * sys/sunaudio/gstsunaudiomixer.c:
16397         * sys/sunaudio/gstsunaudiosink.c:
16398           Define GstElementDetails as const and also static (when defined as
16399           global)
16400
16401 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16402
16403         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
16404           Source pad has fixed caps. If we don't set this, bad
16405           things happen when the window is resized.
16406
16407 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16408
16409         * gst/matroska/Makefile.am:
16410         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16411         (gst_matroska_demux_handle_src_event):
16412         * gst/matroska/matroska-ids.c:
16413         (gst_matroska_track_init_video_context),
16414         (gst_matroska_track_init_audio_context),
16415         (gst_matroska_track_init_subtitle_context),
16416         (gst_matroska_track_init_complex_context):
16417         * gst/matroska/matroska-ids.h:
16418           Handle case where the TrackType ebml chunk does not come before the
16419           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
16420           events.
16421
16422 2006-04-25  Wim Taymans  <wim@fluendo.com>
16423
16424         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
16425         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
16426         It's codec_data, not codec_info.
16427
16428 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16429
16430         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16431
16432         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
16433           Handle codec_data for VfW compatibility codec IDs (#339451)
16434
16435         * gst/matroska/matroska-mux.c:
16436         (gst_matroska_mux_video_pad_setcaps):
16437           Same here, handle codec_data and add additional caps we can handle
16438           now to the pad template (huffyuv, dv and h263 video) (#339451)
16439
16440 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16441
16442         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
16443
16444         * gst/matroska/matroska-mux.c:
16445         (gst_matroska_mux_create_buffer_header),
16446         (gst_matroska_mux_write_data):
16447           Fix timestamping of B-frames, use signed integers, do
16448           some rounding (#339678).
16449
16450 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
16451
16452         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
16453         just make it compile with --disable-gst-debug.
16454
16455 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
16456
16457         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
16458         Fix a bad conversion using gst_guint64_to_gdouble.
16459         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
16460         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
16461         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
16462     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
16463         mistake.
16464
16465 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
16466
16467         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
16468         Use gst_guint64_to_gdouble for conversions
16469         * win32/vs6/gst_plugins_good.dsw:
16470         * win32/vs6/libgsticydemux.dsp:
16471         Add a project file for icydemux
16472
16473 2006-04-21  Wim Taymans  <wim@fluendo.com>
16474
16475         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16476
16477         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
16478         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
16479         When splitting audio chunks, the block alignment is not taken in
16480         consideration, so the smaller chunks could be of size which is 
16481         not a multiple of the block alignment. Fixes #336904
16482
16483 2006-04-21  Wim Taymans  <wim@fluendo.com>
16484
16485         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
16486         Use scale functions
16487
16488 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
16489
16490         * ext/dv/gstdv.c: (plugin_init):
16491           Fix build.
16492
16493 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
16494
16495         * gst/debug/progressreport.c: (gst_progress_report_finalize),
16496         (gst_progress_report_class_init), (gst_progress_report_init),
16497         (gst_progress_report_do_query), (gst_progress_report_report),
16498         (gst_progress_report_set_property),
16499         (gst_progress_report_get_property):
16500           Add 'format' property to force querying to a particular format.
16501
16502 2006-04-21  Andy Wingo  <wingo@pobox.com>
16503
16504         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
16505         best, on big endian systems. Drop its rank in that case. OTOH on
16506         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
16507
16508 2006-04-21  Michael Smith  <msmith@fluendo.com>
16509
16510         * configure.ac:
16511         * gst/icydemux/Makefile.am:
16512         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
16513         (gst_icydemux_base_init), (gst_icydemux_class_init),
16514         (gst_icydemux_reset), (gst_icydemux_init),
16515         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
16516         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
16517         (unicodify), (gst_icydemux_unicodify),
16518         (gst_icydemux_parse_and_send_tags),
16519         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
16520         (gst_icydemux_chain), (gst_icydemux_change_state),
16521         (gst_icydemux_send_tag_event), (plugin_init):
16522         * gst/icydemux/gsticydemux.h:
16523         * tests/check/Makefile.am:
16524         * tests/check/elements/icydemux.c: (typefind_succeed),
16525         (plugin_init), (icydemux_found_pad), (create_icydemux),
16526         (cleanup_icydemux), (push_data), (GST_START_TEST),
16527         (icydemux_suite), (main):
16528           Add icydemux, and tests.
16529
16530 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16531
16532         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
16533           Post SEGMENT_DONE message in TIME format.
16534
16535 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16536
16537         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
16538
16539         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
16540         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
16541           Fix index creation when we have to scan the file to create
16542           an index. There may be other types of RIFF 'LIST' chunks than
16543           'movi' and we need to skip them properly as well or we'll end up
16544           reading garbage (#336889). Some other cosmetic changes.
16545           
16546 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16547
16548         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
16549         (gst_flac_dec_handle_seek_event):
16550           Add support for segment seeks (fixes #338290). Also demote
16551           some recurring debug message from DEBUG to LOG level.
16552
16553 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16554
16555         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16556         (gst_matroskademux_do_index_seek),
16557         (gst_matroska_demux_handle_seek_event),
16558         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
16559         * gst/matroska/matroska-ids.h:
16560           Set DISCONT flag on first buffer after a discontinuity.
16561           Fix newsegment events sent when seeking and honour KEY_UNIT
16562           seek flag. Create pad with bogus caps if we don't recognise
16563           the stream codec id.
16564
16565         * gst/matroska/matroska-demux.h:
16566           Fix GObject macros.
16567
16568 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16569
16570         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16571
16572         * gst/matroska/matroska-demux.c:
16573         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
16574           Handle end of segment properly when set; don't dead-lock when
16575           posting start of segment message when doing a segment seek.
16576           Fixes #338810.
16577
16578 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16579
16580         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
16581         (gst_matroska_demux_plugin_init):
16582           Make mpeg2 aac audio work: create artificial private codec data
16583           chunk which faad2 seems to require, just as we do for mpeg4 aac.
16584           Also call gst_riff_init(). Partially fixes #338767.
16585
16586 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
16587
16588         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
16589         (gst_wavenc_class_init), (gst_wavenc_init),
16590         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
16591         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
16592         (gst_wavenc_chain), (gst_wavenc_change_state):
16593         * gst/wavenc/gstwavenc.h:
16594           Set caps on first outgoing buffer, so that it doesn't error out
16595           immediately with a non-negotiated error (#338716). Rewrite and
16596           clean up a bit; fix setcaps function to parse things properly;
16597           fix sink caps (8bit audio is unsigned and doesn't have depth);
16598           use boilerplate macros; remove unused properties stuff.
16599
16600 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16601
16602         * ext/gdk_pixbuf/gstgdkpixbuf.c:
16603           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
16604           handle MJPEG streams and might be autoplugged for those if the
16605           user doesn't have jpegdec installed (resulting in a cryptic error
16606           message about huffman tables). Better to disable JPEG decoding here
16607           and let the user figure out that she needs to install jpegdec.
16608
16609 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16610
16611         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
16612         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
16613         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
16614         * ext/gdk_pixbuf/gstgdkpixbuf.h:
16615           Make work with packetised/framed input (e.g. png-in-quicktime). Use
16616           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
16617           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
16618           debug messages. Fix boilerplate macros.
16619
16620 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16621
16622         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
16623         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
16624           No need to special-case for Gdk-2.0 any longer, we require
16625           Gdk 2.2 or newer; minor clean-ups.
16626
16627 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16628
16629         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
16630         (gst_shout2send_class_init), (gst_shout2send_init),
16631         (set_shout_metadata), (gst_shout2send_set_metadata),
16632         (gst_shout2send_event), (gst_shout2send_start),
16633         (gst_shout2send_connect), (gst_shout2send_stop),
16634         (gst_shout2send_render), (gst_shout2send_set_property),
16635         (gst_shout2send_get_property), (gst_shout2send_setcaps),
16636         (plugin_init):
16637         * ext/shout2/gstshout2.h:
16638         * po/POTFILES.in:
16639           Rewrite a bit: use GstBaseSink::start and stop instead of a state
16640           change function; use GST_ELEMENT_ERROR for error reporting, not
16641           g_error() or GST_ERROR(); don't unref caps in setcaps function,
16642           will cause crashes or assertion failures; remove (unused) "sync"
16643           property, basesink already has such a property; misc. other
16644           minor fixes and cleanups.
16645
16646 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16647
16648         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
16649         * ext/esd/gstesd.c: (plugin_init):
16650         * po/POTFILES.in:
16651           Add translatable error message for when we cannot
16652           connect to the sound server, as "Cannot open resource
16653           for writing" isn't really an acceptable message to show
16654           to the user in this case.
16655
16656 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16657
16658         * sys/oss/gst-i18n-plugin.h:
16659           Remove bogus file that doesn't belong here.
16660
16661 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
16662
16663         Patch by: Philippe Valembois
16664
16665         * ext/shout2/gstshout2.c: (gst_shout2send_init),
16666         (gst_shout2send_set_metadata), (gst_shout2send_event),
16667         (gst_shout2send_render), (gst_shout2send_change_state):
16668         * ext/shout2/gstshout2.h:
16669           Handle tags being received before the connection to
16670           the server is established properly (see #338636).
16671
16672 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
16673
16674         * ext/shout2/gstshout2.c: (gst_shout2send_render):
16675           Don't crash in case the connection to the server fails:
16676           don't set pointer to NULL by assigning FALSE; error out
16677           properly by using GST_ELEMENT_ERROR and returning
16678           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
16679           before resetting the pointer.
16680
16681 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
16682
16683         * gst/id3demux/id3tags.c:
16684         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
16685         (Fixes #338713)
16686
16687 2006-04-12  Wim Taymans  <wim@fluendo.com>
16688
16689         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
16690         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
16691         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
16692         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
16693         (gst_gdk_pixbuf_chain):
16694         Some cleanups.
16695         Added RGBA as a possible output format.
16696         Correctly free the supported mimetypes.
16697         deprecate silent arg, it's not used.
16698         Return result from _alloc_buffer to peer.
16699
16700 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16701
16702         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
16703           Don't leak memory allocated by gst_buffer_new_and_alloc() by
16704           overwriting GST_BUFFER_MALLOCDATA.
16705
16706 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16707
16708         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
16709         (user_endrow_callback), (user_end_callback),
16710         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
16711         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
16712         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
16713         * ext/libpng/gstpngdec.h:
16714           Handle more than one frame if the content is framed,
16715           like with png-in-quicktime (#331917).
16716
16717 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16718
16719         * sys/oss/Makefile.am:
16720         * sys/oss/common.h:
16721         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
16722         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
16723         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
16724         (gst_oss_src_unprepare):
16725           - the user-visible error strings were in the wrong category
16726           - and the messages were not marked for translation
16727           - which is actually a good thing, because they were exactly
16728             the kind of message you would never want anyone to see
16729           - the macros were using variables that didn't exist in the macro
16730             arguments
16731           - and they were obviously copied from each other and then modified
16732           - so a common header makes sense
16733
16734 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
16735
16736         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
16737           Don't try to modify read-only data.
16738
16739         * gst/matroska/matroska-demux.c:
16740         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
16741           Fix comment (won't crash any longer now).
16742
16743 2006-04-10  Michael Smith  <msmith@fluendo.com>
16744
16745         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
16746           Use copies of header buffers for caps to avoid circular refcounting
16747           problems (as in theoradec, vorbisdec).
16748
16749         * tests/check/elements/cmmldec.c: (GST_START_TEST):
16750           Fix a typo in test that meant it was testing the wrong thing.
16751
16752         * tests/check/elements/cmmlenc.c: (check_headers):
16753           Fix refcount checks now that we use buffer-copies for caps.
16754
16755 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
16756
16757         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
16758         (gst_matroska_demux_handle_seek_event),
16759         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
16760         (gst_matroska_demux_subtitle_caps),
16761         (gst_matroska_demux_plugin_init):
16762           Use static pad templates with ANY caps for audio and video
16763           source pads and get rid of a lot of unnecessary (and partially
16764           broken) code for the template caps. Clean up caps finding
16765           functions. Fixes playback of audio files/streams that do not
16766           contain the sample rate and/or number of channels in the audio
16767           context (happens a lot with vorbis/mp3 .mka files it seems).
16768           Fixes #337183.
16769           Also add myself to copyright holders.
16770
16771 2006-04-10  Michael Smith  <msmith@fluendo.com>
16772
16773         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
16774           Use g_list_delete_link () instead of g_list_remove_link () so that
16775           we free the link as well as the contained data.
16776
16777 2006-04-10  Wim Taymans  <wim@fluendo.com>
16778
16779         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
16780
16781         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
16782         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
16783         (gst_avi_demux_stream_header):
16784         Fix some crashers with empty chunks. (Fixes #337749)
16785
16786 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
16787
16788         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
16789           use G_GINT64_CONSTANT for INT64 constants
16790         * gst/videofilter/gstvideobalance.c:
16791           define rint for WIN32 #define rint(x) (floor((x)+0.5))
16792         * win32/vs6/libgstavi.dsp:
16793          add missing libraries for the link and remove avimux.c from
16794          the project as it isn't ported to 0.10 yet
16795         
16796 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
16797
16798         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
16799           Even better would be if we actually did the right thing
16800           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
16801
16802 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
16803
16804         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
16805           Can't just replace 1LL with 1L here just because MSVC doesn't
16806           support it, as it might lead to incorrect results when doing the
16807           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
16808           force a 64-bit constant in a way that all compilers are happy with.
16809
16810 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16811
16812         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
16813         * ext/esd/esdsink.c: (gst_esdsink_class_init):
16814         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
16815         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
16816         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
16817         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
16818         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
16819         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
16820         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
16821         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
16822         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
16823         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
16824         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
16825         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
16826         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
16827         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
16828         * gst/avi/gstavimux.c: (gst_avimux_class_init):
16829         * gst/debug/efence.c: (gst_efence_class_init):
16830         * gst/debug/negotiation.c: (gst_negotiation_class_init):
16831         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
16832         * gst/goom/gstgoom.c: (gst_goom_class_init):
16833         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
16834         * gst/interleave/deinterleave.c: (deinterleave_class_init):
16835         * gst/interleave/interleave.c: (interleave_class_init):
16836         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
16837         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
16838         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
16839         * gst/median/gstmedian.c: (gst_median_class_init):
16840         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
16841         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
16842         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
16843         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
16844         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
16845         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
16846         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
16847         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
16848         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
16849         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
16850         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
16851         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
16852         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
16853         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
16854         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
16855         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
16856         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
16857         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
16858         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
16859         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
16860         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
16861         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
16862         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
16863         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
16864         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
16865         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
16866         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
16867         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
16868         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
16869         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
16870         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
16871         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
16872         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
16873         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
16874         * sys/osxaudio/gstosxaudioelement.c:
16875         (gst_osxaudioelement_class_init):
16876         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
16877         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
16878         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
16879         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
16880
16881 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16882
16883         * ext/mikmod/gstmikmod.h:
16884         * gst/level/gstlevel.h:
16885         Fix more broken GObject macros
16886
16887 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16888
16889         * ext/annodex/gstcmmldec.h:
16890         * ext/annodex/gstcmmlenc.h:
16891         * ext/annodex/gstcmmltag.h:
16892         * ext/cairo/gsttextoverlay.h:
16893         * ext/ladspa/gstsignalprocessor.h:
16894         * gst/matroska/ebml-read.h:
16895         * gst/matroska/ebml-write.h:
16896         * sys/osxaudio/gstosxaudioelement.h:
16897         Fix broken GObject macros
16898
16899 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
16900
16901         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
16902           Don't try to seek beyond the end of the file (would
16903           occasionally display error dialogs in totem when seeking
16904           to the end) (#335869). Will still throw an error though
16905           if the file is truncated and the total_samples value in
16906           the stream header is wrong.
16907
16908 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
16909
16910         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
16911         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
16912         (gst_flac_dec_metadata_callback):
16913         * ext/flac/gstflacdec.h:
16914           If the stream header doesn't contain the total number of samples,
16915           search for the last flac frame at the end of the file and calculate
16916           the total duration from that frame's offset (fixes #337609).
16917
16918 2006-04-07  Edward Hervey  <edward@fluendo.com>
16919
16920         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
16921         Don't unref the GstPadTemplate returned by
16922         gst_element_class_get_pad_template().
16923
16924 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
16925
16926         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
16927
16928         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
16929         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
16930         * sys/sunaudio/gstsunaudiosink.h:
16931           Use spec->segsize and spec->segtotal in the prepare function
16932           to initialise the ring buffer instead of using the buffer-time
16933           property (#337421).
16934
16935 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
16936
16937         * configure.ac:
16938           Bump core requirements to CVS for gst_pad_query_peer_duration()
16939           which is used by speexdec.
16940
16941 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
16942
16943         * ext/speex/gstspeex.c: (plugin_init):
16944         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
16945         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
16946         (speex_get_sink_query_types), (speex_dec_sink_query),
16947         (speex_get_src_query_types), (speex_dec_src_query),
16948         (speex_dec_src_event), (speex_dec_sink_event),
16949         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
16950         (speex_dec_chain_parse_data), (speex_dec_chain),
16951         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
16952         (speex_dec_change_state):
16953         * ext/speex/gstspeexdec.h:
16954           Fix seeking and duration queries (#337033); clean up and
16955           refactor a bit.
16956
16957 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16958
16959         * ext/raw1394/gstdv1394src.c:
16960           distinguish between device not found and could not open for
16961           reading
16962
16963 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16964
16965         * Makefile.am:
16966         * configure.ac:
16967         * pkgconfig/.cvsignore:
16968         * pkgconfig/Makefile.am:
16969         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
16970           add a .pc file so other modules can use good plugins in tests
16971
16972 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16973
16974         * configure.ac:
16975           clean up, use AS_VERSION and AS_NANO
16976         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
16977           use PACKAGE_VERSION define
16978         * po/af.po:
16979         * po/az.po:
16980         * po/cs.po:
16981         * po/en_GB.po:
16982         * po/hu.po:
16983         * po/it.po:
16984         * po/nb.po:
16985         * po/nl.po:
16986         * po/or.po:
16987         * po/sq.po:
16988         * po/sr.po:
16989         * po/sv.po:
16990         * po/uk.po:
16991         * po/vi.po:
16992           updated
16993
16994 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
16995
16996         * ext\jpeg\smokecodec.c:
16997           use of GST_DEBUG instead of DEBUG(a...) for WIN32
16998         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
16999           move first instruction after all variables declarations
17000         * gst\alpha\gstalpha.c:
17001         * gst\effectv\gstshagadelic.c:
17002         * gst\smpte\paint.c:
17003         * gst\videofilter\gstvideobalance.c:
17004           define M_PI if it's not defined (it's not defined on WIN32)
17005         * gst\cutter\gstcutter.c: (gst_cutter_chain):
17006         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
17007         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
17008         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
17009         (gst_matroska_demux_video_caps):
17010         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
17011         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
17012           use gst_guint64_to_gdouble for conversions
17013         * gst\goom\filters.c: (setPixelRGB_):
17014           fix a debug which was using undefined variable
17015         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
17016         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
17017           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
17018         * win32/vs6:
17019           add vs6 projects files for most of plugins-good
17020         
17021 2006-03-30  j^  <j@bootlab.org>
17022
17023         * ext/aalib/gstaasink.c:
17024         * ext/annodex/gstcmmldec.c:
17025         * ext/annodex/gstcmmlenc.c:
17026         * ext/cairo/gsttextoverlay.c:
17027         * ext/cairo/gsttimeoverlay.c:
17028         * ext/cdio/gstcdiocddasrc.c:
17029         * ext/dv/gstdvdec.c:
17030         * ext/esd/esdmon.c:
17031         * ext/esd/esdsink.c:
17032         * ext/flac/gstflacdec.c:
17033         * ext/flac/gstflacenc.c:
17034         * ext/flac/gstflactag.c:
17035         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
17036         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
17037         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
17038         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
17039         * ext/gdk_pixbuf/gstgdkpixbuf.c:
17040         * ext/gdk_pixbuf/pixbufscale.c:
17041         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
17042         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
17043         * ext/jpeg/gstjpegdec.c:
17044         * ext/jpeg/gstjpegenc.c:
17045         * ext/jpeg/gstsmokedec.c:
17046         * ext/jpeg/gstsmokeenc.c:
17047         * ext/libcaca/gstcacasink.c:
17048         * ext/libmng/gstmngdec.c:
17049         * ext/libmng/gstmngenc.c:
17050         * ext/libpng/gstpngdec.c:
17051         * ext/libpng/gstpngenc.c:
17052         * ext/mikmod/gstmikmod.c:
17053         * ext/raw1394/gstdv1394src.c:
17054         * ext/shout2/gstshout2.c:
17055         * ext/speex/gstspeexdec.c:
17056         * ext/speex/gstspeexenc.c:
17057         * gst/alpha/gstalpha.c:
17058         * gst/alpha/gstalphacolor.c:
17059         * gst/auparse/gstauparse.c:
17060         * gst/autodetect/gstautoaudiosink.c:
17061         (gst_auto_audio_sink_base_init):
17062         * gst/autodetect/gstautovideosink.c:
17063         (gst_auto_video_sink_base_init):
17064         * gst/avi/gstavimux.c: (gst_avimux_base_init):
17065         * gst/cutter/gstcutter.c:
17066         * gst/debug/breakmydata.c:
17067         * gst/debug/efence.c:
17068         * gst/debug/gstnavigationtest.c:
17069         * gst/debug/negotiation.c:
17070         * gst/debug/progressreport.c:
17071         * gst/debug/testplugin.c:
17072         * gst/effectv/gstaging.c:
17073         * gst/effectv/gstdice.c:
17074         * gst/effectv/gstedge.c:
17075         * gst/effectv/gstquark.c:
17076         * gst/effectv/gstrev.c:
17077         * gst/effectv/gstvertigo.c:
17078         * gst/effectv/gstwarp.c:
17079         * gst/flx/gstflxdec.c:
17080         * gst/goom/gstgoom.c:
17081         * gst/interleave/deinterleave.c:
17082         * gst/interleave/interleave.c:
17083         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
17084         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
17085         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
17086         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
17087         * gst/level/gstlevel.c:
17088         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
17089         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
17090         * gst/median/gstmedian.c:
17091         * gst/monoscope/gstmonoscope.c:
17092         * gst/multipart/multipartdemux.c:
17093         * gst/multipart/multipartmux.c:
17094         * gst/oldcore/gstmd5sink.c:
17095         * gst/oldcore/gstmultifilesrc.c:
17096         * gst/oldcore/gstpipefilter.c:
17097         * gst/oldcore/gstshaper.c:
17098         * gst/oldcore/gststatistics.c:
17099         * gst/rtp/gstasteriskh263.c:
17100         * gst/rtp/gstrtpL16depay.c:
17101         * gst/rtp/gstrtpL16pay.c:
17102         * gst/rtp/gstrtpamrdepay.c:
17103         * gst/rtp/gstrtpamrpay.c:
17104         * gst/rtp/gstrtpdepay.c:
17105         * gst/rtp/gstrtpgsmpay.c:
17106         * gst/rtp/gstrtph263pay.c:
17107         * gst/rtp/gstrtph263pdepay.c:
17108         * gst/rtp/gstrtph263ppay.c:
17109         * gst/rtp/gstrtpmp4gpay.c:
17110         * gst/rtp/gstrtpmp4vdepay.c:
17111         * gst/rtp/gstrtpmp4vpay.c:
17112         * gst/rtp/gstrtpmpadepay.c:
17113         * gst/rtp/gstrtpmpapay.c:
17114         * gst/rtp/gstrtppcmadepay.c:
17115         * gst/rtp/gstrtppcmapay.c:
17116         * gst/rtp/gstrtppcmudepay.c:
17117         * gst/rtp/gstrtppcmupay.c:
17118         * gst/rtp/gstrtpspeexdepay.c:
17119         * gst/rtp/gstrtpspeexpay.c:
17120         * gst/rtsp/gstrtpdec.c:
17121         * gst/smpte/gstsmpte.c:
17122         * gst/videobox/gstvideobox.c:
17123         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
17124         * gst/videofilter/gstvideobalance.c:
17125         * gst/videofilter/gstvideoflip.c:
17126         * gst/videofilter/gstvideotemplate.c:
17127         (gst_videotemplate_base_init):
17128         * gst/videomixer/videomixer.c:
17129         * gst/wavenc/gstwavenc.c:
17130         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
17131          better/unified long descriptions
17132          Fixed #336602
17133          Some cleanups to auparse, don't send multiple newsegments.
17134
17135 2006-03-29  Wim Taymans  <wim@fluendo.com>
17136
17137         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
17138
17139         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
17140         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
17141         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
17142         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
17143         * ext/dv/gstdvdemux.h:
17144         Seek in READY patch. Only works for pull based mode.
17145         Fixes #323880
17146
17147 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
17148
17149         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
17150         (gst_gdk_pixbuf_event):
17151           Fix two crashers: don't unref the same caps twice, and
17152           set pixbuf loader to NULL after freeing it.
17153
17154 2006-03-27  Wim Taymans  <wim@fluendo.com>
17155
17156         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
17157         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
17158         (gst_speexenc_chain):
17159         * ext/speex/gstspeexenc.h:
17160         Don't leak adapter.
17161         A push *always* takes ownership of the buffer, even on
17162         errors.
17163         Small cleanups.
17164
17165 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
17166
17167         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
17168           Create source pad without leaking.
17169
17170 2006-03-24  Wim Taymans  <wim@fluendo.com>
17171
17172         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
17173         * ext/flac/gstflacdec.h:
17174         * ext/flac/gstflacenc.h:
17175         Spifify a bit.
17176         Fix deadly lock order error in seeking code, STREAM_LOCK
17177         cannot be taken within LOCK and the streaming variables are
17178         protected with the STREAM_LOCK anyway.
17179
17180 2006-03-24  Wim Taymans  <wim@fluendo.com>
17181
17182         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
17183         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
17184         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
17185         this patch combines the global init_frames with the stream
17186         init_frames. Rationale being that the global delay should 
17187         be subtracted from any stream delay.
17188         Fixes #335858.
17189
17190 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
17191
17192         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
17193         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
17194         * gst/smpte/gstsmpte.c: (gst_smpte_init):
17195         * gst/videomixer/videomixer.c: (gst_videomixer_init):
17196         use DEBUG_FUNCPTR for collectpads
17197
17198 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
17199
17200         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
17201           Don't crash when encoding images where the number of rows isn't
17202           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
17203
17204 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17205
17206         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
17207         * gst/interleave/deinterleave.c: (deinterleave_change_state):
17208         * gst/interleave/interleave.c: (interleave_change_state):
17209         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
17210           More state change function fixes.
17211
17212 2006-03-23  Wim Taymans  <wim@fluendo.com>
17213
17214         * ext/esd/esdsink.c: (gst_esdsink_class_init),
17215         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
17216         (gst_esdsink_prepare), (gst_esdsink_unprepare),
17217         (gst_esdsink_delay), (gst_esdsink_reset):
17218         * ext/esd/esdsink.h:
17219         Fix esd choppy playback by configuring audiosink
17220         correctly. Fixes #325191
17221
17222 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17223
17224         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
17225           Make state change function thread-safe.
17226
17227 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17228
17229         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
17230         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
17231           Don't try to read beyond the end of the file just because
17232           the header claims a bigger size (like with truncated files).
17233
17234 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17235
17236         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
17237         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
17238         (gst_wavparse_stream_data), (gst_wavparse_loop):
17239         * gst/wavparse/gstwavparse.h:
17240           Delay source pad creation until we have the first chunk of
17241           media data, so the we can examine the data and adjust the
17242           caps accordingly if required. This makes playback of .wav
17243           files with DTS-declared-as-PCM content work (#313266).
17244
17245 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
17246
17247         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
17248         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
17249         Don't attempt typefinding on too-short buffers that have been
17250         completely trimmed away. (Fixes #330239)
17251
17252         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
17253         Improve the debug output
17254
17255 2006-03-21  Wim Taymans  <wim@fluendo.com>
17256
17257         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
17258         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
17259         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
17260         (gst_esdsink_set_property), (gst_esdsink_get_property):
17261         Some cleanups.
17262         Reset fd to -1 when we close them.
17263
17264 2006-03-21  Wim Taymans  <wim@fluendo.com>
17265
17266         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
17267         the OPTIONS request result is optional so don't
17268         fail on it.
17269
17270 2006-03-21  Edward Hervey  <edward@fluendo.com>
17271
17272         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
17273         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
17274         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
17275         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
17276         (gst_wavparse_change_state):
17277         gcc 4.1 unreferenced pointer fixes.
17278
17279 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
17280
17281         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
17282
17283         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
17284           Fix block alignment calculation. Alignment should be done before
17285           adding the byte offset where the data starts (#335231).
17286
17287 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
17288
17289         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
17290           Ensure that we set correct caps on buffers that are transferred
17291           direct from the input.
17292
17293 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
17294
17295         * gst/goom/filters.c: (zoomFilterDestroy):
17296         * gst/goom/goom_core.c: (goom_close):
17297           Free filter data when cleaning up. (Fixes: #334995)
17298
17299 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
17300
17301         * configure.ac:
17302           Don't compile udp and rtsp plugins on win32 (mingw) or other
17303           systems that don't have <sys/socket.h> for some reason (#316203).
17304
17305 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17306
17307         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
17308         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
17309         * ext/raw1394/gstdv1394src.h:
17310           Change bus reset handler so it reports useful information such as
17311           whether the device being used connected or disconnected
17312
17313 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17314
17315         * gst/id3demux/id3v2frames.c:
17316         (parse_relative_volume_adjustment_two):
17317           We only care about gain and peak data for the master volume.
17318
17319 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17320
17321         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17322         (parse_id_string), (parse_unique_file_identifier),
17323         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
17324           Read replay gain tags (#323721).
17325
17326 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
17327
17328         * configure.ac:
17329           Bump requirements to gst-plugins-base CVS because
17330           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
17331
17332 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
17333
17334         * rtp/gst/gstrtppcmadepay.c:
17335         Fixed one of the caps in the code from mulaw to alaw.
17336
17337 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
17338
17339         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
17340           Ensure that we set caps on the buffers we pass.
17341
17342         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
17343         (gst_id3demux_sink_activate):
17344           Ensure that we set caps on the buffers we pass.
17345
17346           Use STREAM, TYPE_NOT_FOUND as the error class when
17347           typefinding fails.
17348
17349 2006-03-15  Edward Hervey  <edward@fluendo.com>
17350
17351         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
17352         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
17353         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
17354         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
17355         (gst_jpeg_dec_setcaps):
17356         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
17357         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
17358         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
17359         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
17360         (gst_mngdec_src_getcaps):
17361         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
17362         (gst_pngdec_caps_create_and_set):
17363         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
17364         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
17365         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
17366         * gst/alpha/gstalpha.c: (gst_alpha_init):
17367         * gst/auparse/gstauparse.c: (gst_au_parse_init):
17368         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
17369         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
17370         * gst/cutter/gstcutter.c: (gst_cutter_init):
17371         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
17372         (gst_efence_checkgetrange):
17373         * gst/debug/negotiation.c: (gst_negotiation_init):
17374         * gst/flx/gstflxdec.c: (gst_flxdec_init):
17375         * gst/goom/gstgoom.c: (gst_goom_init):
17376         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
17377         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
17378         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
17379         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
17380         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
17381         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
17382         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
17383         * gst/smpte/gstsmpte.c: (gst_smpte_init):
17384         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
17385         (gst_wavparse_create_sourcepad):
17386         Fix memleak with gst_static_pad_template_get().
17387         This uses gst_pad_new_from_static_template() instead.
17388         Fixes #333512
17389
17390 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17391
17392         * configure.ac:
17393           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
17394           used by id3demux.
17395
17396         * gst/id3demux/gstid3demux.c: (plugin_init):
17397         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17398         (parse_user_text_identification_frame),
17399         (parse_unique_file_identifier):
17400           Add support for UFID and TXXX frames and extract musicbrainz tags.
17401
17402 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17403
17404         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
17405           Catch short reads, like they might happen with truncated
17406           files (see #305279); remove unnecessary indentation.
17407
17408 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17409
17410         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
17411           Fix DIB image inversion for pictures with a
17412           depth != 8 (#305279).
17413
17414 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17415
17416         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
17417         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
17418         * ext/jpeg/gstjpegdec.h:
17419           Fix durations on outgoing buffers after seeking
17420           in MJPEG files (#334083); some minor clean-ups.
17421
17422 2006-03-13  Wim Taymans  <wim@fluendo.com>
17423
17424         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
17425         (gst_wavparse_change_state):
17426         Implement seek in READY (re-fixes #327658)
17427
17428 2006-03-13  Wim Taymans  <wim@fluendo.com>
17429
17430         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
17431         * ext/esd/esdmon.c: (gst_esdmon_get):
17432         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
17433         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
17434         (gst_gdk_pixbuf_sink_getcaps):
17435         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
17436         (gst_jpegenc_setcaps):
17437         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
17438         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
17439         (gst_smokeenc_setcaps):
17440         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
17441         (gst_mngdec_src_getcaps):
17442         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
17443         (gst_mngenc_chain):
17444         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
17445         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
17446         * ext/speex/gstspeexdec.c: (speex_dec_convert),
17447         (speex_dec_src_event), (speex_dec_chain):
17448         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
17449         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
17450         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
17451         (gst_negotiation_pad_link), (gst_negotiation_chain):
17452         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
17453         (gst_flxdec_chain):
17454         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
17455         (deinterleave_chain):
17456         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
17457         * gst/median/gstmedian.c: (gst_median_link):
17458         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
17459         (gst_monoscope_chain):
17460         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
17461         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
17462         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
17463         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
17464         close #333784 unref the result of gst_pad_get_parent()
17465         by: Christophe Fergeau.
17466
17467 2006-03-09  Wim Taymans  <wim@fluendo.com>
17468
17469         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
17470         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
17471         Handle events in push mode better, can now do non-flushing
17472         seeks in push mode as well.
17473
17474 2006-03-07  Wim Taymans  <wim@fluendo.com>
17475
17476         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
17477         Applied patch from Kai Vehmanen, fixes #333624.
17478
17479 2006-03-06  Julien MOUTTE  <julien@moutte.net>
17480
17481         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
17482         Implement paletted and grayscale png files handling.
17483         (#150363).
17484
17485 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17486
17487         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
17488         (gst_speexenc_chain):
17489           fix a tag list assert
17490           follow gst-plugins-base/ext/ogg/README; set OFFSET
17491           and OFFSET_END.  Muxes correctly with gst-plugins-base
17492           > 0.9.3
17493
17494 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17495
17496         * gst/id3demux/Makefile.am:
17497         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
17498         (gst_id3demux_chain), (gst_id3demux_sink_activate):
17499           Use new typefind helper functions here as well, and
17500           do typefinding in pull-mode if upstream supports that.
17501
17502 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17503
17504         * sys/sunaudio/gstsunaudiomixerctrl.c:
17505         (gst_sunaudiomixer_ctrl_get_volume),
17506         (gst_sunaudiomixer_ctrl_set_volume):
17507         * sys/sunaudio/gstsunaudiomixertrack.c:
17508         (gst_sunaudiomixer_track_new):
17509           Remove unused variables, breaks build from CVS
17510           with -Werror (#333392, patch by: Benjamin Pineau)
17511
17512 2006-03-03  Wim Taymans  <wim@fluendo.com>
17513
17514         * docs/plugins/Makefile.am:
17515         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17516         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17517         Added wavparse docs.
17518
17519         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
17520         (gst_wavparse_reset), (gst_wavparse_init),
17521         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
17522         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
17523         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
17524         (gst_wavparse_stream_data), (gst_wavparse_loop),
17525         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
17526         (gst_wavparse_change_state):
17527         * gst/wavparse/gstwavparse.h:
17528         Implement seek in READY (fixes #327658)
17529         Added docs and did some cleanups.
17530
17531 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
17532
17533         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
17534         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
17535         (gst_avi_demux_calculate_durations_from_index),
17536         (gst_avi_demux_stream_header):
17537         * gst/avi/gstavidemux.h:
17538           If we have an index, use a duration based on the index instead
17539           of blindly trusting the information in the stream headers
17540           (fixes #331817).
17541
17542 2006-03-03  Wim Taymans  <wim@fluendo.com>
17543
17544         * docs/plugins/Makefile.am:
17545         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17546         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17547         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17548         Added smoke and jpeg to the docs.
17549
17550         * ext/jpeg/Makefile.am:
17551         * ext/jpeg/gstjpeg.c: (plugin_init):
17552         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
17553         * ext/jpeg/gstjpegenc.h:
17554         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
17555         (gst_smokedec_chain):
17556         * ext/jpeg/gstsmokedec.h:
17557         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
17558         * ext/jpeg/gstsmokeenc.h:
17559         * ext/jpeg/smokecodec.h:
17560         Port smokedec (fixes #331905).
17561         Added some docs.
17562         Some cleanups.
17563
17564 2006-03-03  Wim Taymans  <wim@fluendo.com>
17565
17566         * docs/plugins/Makefile.am:
17567         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17568         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17569         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17570         Added videobalance and videoflip to the docs.
17571
17572         * gst/videofilter/Makefile.am:
17573         * gst/videofilter/gstvideobalance.c:
17574         (gst_video_balance_update_tables_planar411),
17575         (gst_video_balance_is_passthrough),
17576         (gst_video_balance_update_properties), (oil_tablelookup_u8),
17577         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
17578         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
17579         (gst_video_balance_finalize), (gst_video_balance_class_init),
17580         (gst_video_balance_init), (gst_video_balance_interface_supported),
17581         (gst_video_balance_interface_init),
17582         (gst_video_balance_colorbalance_list_channels),
17583         (gst_video_balance_colorbalance_set_value),
17584         (gst_video_balance_colorbalance_get_value),
17585         (gst_video_balance_colorbalance_init),
17586         (gst_video_balance_set_property), (gst_video_balance_get_property),
17587         (gst_video_balance_get_type), (plugin_init):
17588         * gst/videofilter/gstvideobalance.h:
17589         Ported to 0.10. (Fixes #326160)
17590         Added docs.
17591
17592         * gst/videofilter/gstvideoflip.c:
17593         * gst/videofilter/gstvideoflip.h:
17594         Added docs.
17595
17596 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17597
17598         * configure.ac:
17599           Bump requirements to current core and -base CVS
17600           (core for new typefind helper API, and -base for the
17601           WAVFORMATEX support that was added to libgstriff and
17602           is needed by wavparse).
17603         
17604         * gst/apetag/Makefile.am:
17605         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
17606         (gst_tag_demux_sink_activate):
17607           Use new typefind helpers for typefinding instead of our
17608           home-grown stuff; also, do typefinding in pull-mode if
17609           upstream supports that.
17610
17611 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
17612
17613         Reviewed by: Christian Schaller <christian@fluendo.com>
17614
17615         This patch fixes bug: 329107
17616
17617         This Changelog entry is for a commit done on February 17
17618
17619         * ext/gconf/gconf.c
17620         * ext/gconf/gconf.h
17621         * ext/gconf/gstgconfaudiosink.c
17622         * ext/gconf/gstgconfaudiosink.h
17623         * gconf/gstreamer.schemas.in
17624
17625 2006-02-28  Wim Taymans  <wim@fluendo.com>
17626
17627         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
17628         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
17629         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
17630         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
17631         Use DEBUG_OBJECT more.
17632
17633 2006-02-28  Wim Taymans  <wim@fluendo.com>
17634
17635         * docs/plugins/Makefile.am:
17636         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17637         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17638         Added dvdec and dvdemux to docs.
17639
17640         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
17641         Added docs.
17642         Check frame sizes so we don't crash when don't have enough
17643         data.
17644         Send nice error messages on error.
17645
17646         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
17647         (gst_dvdemux_class_init), (gst_dvdemux_init),
17648         (gst_dvdemux_finalize), (gst_dvdemux_reset),
17649         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
17650         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
17651         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
17652         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
17653         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
17654         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
17655         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
17656         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
17657         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
17658         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
17659         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
17660         * ext/dv/gstdvdemux.h:
17661         Added docs.
17662         Implement pull mode.
17663         Fix memleaks.
17664         Reduce memcpy for the video demuxing.
17665
17666 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
17667
17668         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
17669         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
17670         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
17671         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
17672           Add a little extra debug. Make the decoder not return NOT_LINKED,
17673           as we want to continue decoding all CMML and emitting tags.
17674
17675 2006-02-27  Michael Smith  <msmith@fluendo.com>
17676
17677         * ext/annodex/gstskeltag.c:
17678         * ext/annodex/gstskeltag.h:
17679           Deleted; these files aren't used any more either.
17680
17681 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17682
17683         * ext/Makefile.am: Fix dist-check.
17684
17685 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17686
17687         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
17688         memleak.
17689
17690 2006-02-25  Alessandro Decina <alessandro@nnva.org>
17691
17692         * ext/annodex/Makefile.am:
17693         * ext/annodex/gstannodex.c:
17694         * ext/annodex/gstcmmldec.c:
17695         * ext/annodex/gstcmmlenc.c:
17696         * ext/annodex/gstcmmlparser.c:
17697         * ext/annodex/gstcmmlparser.h:
17698         * ext/annodex/gstcmmlutils.c:
17699         * tests/check/elements/cmmldec.c:
17700         * tests/check/elements/cmmlenc.c:
17701           Fix a memleak in gst_cmml_track_list_add_clip.
17702           Handle overflows in clip's start and end times.
17703           Add the "encoded" parameter to cmmldec and cmmlenc caps.
17704           Do not parse junk at the end of a CMML preamble buffer.
17705           Register a libxml error handler to not print stuff on stderr.
17706           Check for bad clip start and end times in the testsuites.
17707
17708 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17709
17710         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
17711         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
17712         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
17713         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
17714         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
17715         possible memleaks.
17716
17717 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17718
17719         * tests/check/Makefile.am:
17720         * tests/check/elements/cmmldec.c:
17721         * tests/check/elements/cmmlenc.c: Fix tests so that they use
17722         the plugins-base tags.
17723
17724 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17725
17726         * ext/Makefile.am: Re-enable module.
17727
17728 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17729
17730         * tests/check/Makefile.am: Forgot to remove that test.
17731
17732 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17733
17734         * ext/annodex/Makefile.am:
17735         * ext/annodex/gstannodex.c: (plugin_init):
17736         * ext/annodex/gstcmmldec.c:
17737         * ext/annodex/gstskeldec.c:
17738         * ext/annodex/gstskeldec.h:
17739         * tests/check/Makefile.am:
17740         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
17741
17742 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17743
17744         * tests/check/Makefile.am: Disable those checks as well.
17745
17746 2006-02-24  Julien MOUTTE  <julien@moutte.net>
17747
17748         * ext/Makefile.am: Disable annodex for now until we figure out
17749         how to make it build.
17750         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
17751         Add a rule to your checklist : "please try to at least build 
17752         what you are going to commit into -good, or if you are too lazy
17753         to do that, please check that the buildbots are not crying because
17754         of your commit."
17755
17756 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
17757
17758         * configure.ac:
17759         * ext/Makefile.am:
17760         * ext/gdk_pixbuf/Makefile.am:
17761         * ext/gdk_pixbuf/gstgdkpixbuf.c:
17762         * ext/gdk_pixbuf/gstgdkpixbuf.h:
17763         * ext/gdk_pixbuf/pixbufscale.c:
17764         * ext/gdk_pixbuf/pixbufscale.h:
17765           Gdkpixbuf ported from 0.8 to 0.10 by
17766           Renato Filho <renato.filho@indt.org.br>.
17767           gst_loader and gdkpixbufanimation still need port.
17768
17769 2006-02-24  Michael Smith  <msmith@fluendo.com>
17770
17771         * configure.ac:
17772         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17773         * ext/Makefile.am:
17774         * ext/annodex/Makefile.am:
17775         * ext/annodex/gstannodex.c:
17776         * ext/annodex/gstannodex.h:
17777         * ext/annodex/gstcmmldec.c:
17778         * ext/annodex/gstcmmldec.h:
17779         * ext/annodex/gstcmmlenc.c:
17780         * ext/annodex/gstcmmlenc.h:
17781         * ext/annodex/gstcmmlparser.c:
17782         * ext/annodex/gstcmmlparser.h:
17783         * ext/annodex/gstcmmltag.c:
17784         * ext/annodex/gstcmmltag.h:
17785         * ext/annodex/gstcmmlutils.c:
17786         * ext/annodex/gstcmmlutils.h:
17787         * ext/annodex/gstskeldec.c:
17788         * ext/annodex/gstskeldec.h:
17789         * ext/annodex/gstskeltag.c:
17790         * ext/annodex/gstskeltag.h:
17791         * tests/check/Makefile.am:
17792         * tests/check/elements/cmmldec.c:
17793         * tests/check/elements/cmmlenc.c:
17794         * tests/check/elements/skeldec.c:
17795           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
17796           Includes tests & docs, oh my! Passes Thomas's -good checklist
17797           entirely. Wow.
17798
17799 2006-02-24  Michael Smith  <msmith@fluendo.com>
17800
17801         * autogen.sh:
17802           Check for automake 1.9 as well.
17803
17804 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17805
17806         * ext/flac/gstflacenc.c:
17807           Change min. sample rate to 8kHz to match flacdec's.
17808           
17809 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
17810
17811         * ext/cdio/Makefile.am:
17812           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
17813           required for Cygwin, see #317048)
17814
17815         * gst/rtp/gstasteriskh263.c:
17816           Cygwin has includes for both the unix network socket API
17817           and the windows API, but only one can be included, so fix
17818           includes to only use one or the other, prefering the unxi
17819           one (#317048).
17820
17821 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
17822
17823         * rtp/gst/gstrtppcmadepay.c:
17824         * rtp/gst/gstrtppcmadepay.h:
17825         * rtp/gst/gstgstrtppcmapay.c:
17826         * rtp/gst/gstgstrtppcmapay.h:
17827         * rtp/gst/gstrtppcmudepay.c:
17828         * rtp/gst/gstrtppcmudepay.h:
17829         * rtp/gst/gstrtppcmupay.c:
17830         * rtp/gst/gstrtppcmupay.h:
17831         * rtp/gst/Makefile.am:
17832         * rtp/gst/gstrtp.c:
17833         * rtp/gst/README:
17834         Separated the G711 payloaders/depayloaders into separate elements for
17835         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
17836
17837 2006-02-22  Wim Taymans  <wim@fluendo.com>
17838
17839         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
17840         (gst_dvdec_change_state):
17841         * ext/dv/gstdvdec.h:
17842         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
17843         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
17844         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
17845         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
17846         (gst_dvdemux_flush), (gst_dvdemux_chain),
17847         (gst_dvdemux_change_state):
17848         * ext/dv/gstdvdemux.h:
17849         Ueber spiffify some more, added debug category.
17850         Use _scale.
17851         Use segments, respect playback rate from newsegment.
17852         Fix refcount issue.
17853
17854 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
17855
17856         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
17857         (gst_signal_processor_process):
17858         Fix compilation of LADPSA. It doesn't seem to work, and isn't
17859         enabled for the build, but it helps me win the feature-count
17860         competitions ooh yeah.
17861
17862 2006-02-19  Wim Taymans  <wim@fluendo.com>
17863
17864         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
17865         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
17866         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
17867         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
17868         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
17869         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
17870         Use scaling code for added precission and more correct stop
17871         position in case scale==0.
17872
17873 2006-02-19  Wim Taymans  <wim@fluendo.com>
17874
17875         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
17876         (gst_flxdec_chain):
17877         * gst/flx/gstflxdec.h:
17878         Implement DURATION query.
17879
17880 2006-02-19  Wim Taymans  <wim@fluendo.com>
17881
17882         * gst/flx/flx_color.h:
17883         * gst/flx/flx_fmt.h:
17884         * gst/flx/gstflxdec.c: (gst_flxdec_init),
17885         (gst_flxdec_src_query_handler), (flx_decode_color),
17886         (gst_flxdec_chain):
17887         * gst/flx/gstflxdec.h:
17888         Set MALLOCDATA for the temp buffers so we don't leak.
17889         Some debug cleanups.
17890         Consume all data in the adapter before leaving the chain
17891         function. Fixes #330678.
17892
17893 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
17894
17895         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
17896         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
17897          Handle 0 data size in otherwise valid frames.
17898          Handle numeric strings in 2.4.0 even when not in parentheses 
17899
17900 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
17901
17902         * gst/matroska/matroska-demux.c:
17903         (gst_matroska_demux_subtitle_caps),
17904         (gst_matroska_demux_plugin_init):
17905         * gst/matroska/matroska-ids.h:
17906           Recognise SSA/ASS and USF subtitle formats and
17907           set proper caps when they are found.
17908
17909 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
17910
17911         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
17912         (gst_jpeg_dec_chain):
17913           Fix invalid memory access for some odd-sized images
17914           (see image contained in quicktime stream in #327083);
17915           use g_malloc() instead of g_alloca().
17916
17917 2006-02-17  Wim Taymans  <wim@fluendo.com>
17918
17919         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
17920         Patch from Sebastien Cote, fixes #319884
17921
17922 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
17923
17924         * ext/cdio/gstcdio.c: (plugin_init):
17925           Init debug category (#331253).
17926
17927 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17928
17929         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
17930           Pass extra_data to gst_riff_create_audio_caps(), so that
17931           WAVEFORMATEX stuff works. Post audio codec name and post
17932           it as taglist on the bus. Allow up to 8 channesl for raw
17933           PCM in the source pad template caps.
17934
17935 2006-02-16  Wim Taymans  <wim@fluendo.com>
17936
17937         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
17938         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
17939         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
17940         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
17941         (gst_multipart_set_property), (gst_multipart_get_property):
17942         Applied #318663. Gives quite a few false positives in
17943         autoscan mode, but it's better than nothing. Not closing yet.
17944
17945 2006-02-16  Wim Taymans  <wim@fluendo.com>
17946
17947         * docs/plugins/Makefile.am:
17948         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17949         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17950         * docs/plugins/gst-plugins-good-plugins.args:
17951         * docs/plugins/inspect/plugin-udp.xml:
17952         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
17953         (gst_udpsrc_start):
17954         Update documentation.
17955         Fix args.
17956
17957 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
17958
17959         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
17960         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
17961         frame size. (Fixes #331368)
17962
17963 2006-02-16  Wim Taymans  <wim@fluendo.com>
17964
17965         * gst/rtsp/README:
17966         Updated README.
17967
17968         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
17969         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
17970         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
17971         * gst/rtsp/gstrtspsrc.h:
17972         Make sure the RTP port is an even port an try to allocate 
17973         another if not.
17974         Added retry property to control max retries for port allocation.
17975         Make sure RTCP port is RTP port+1.
17976         Cleanup when port allocation fails.
17977         Fixes #319183.
17978         
17979 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17980
17981         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
17982           Don't ignore return value of the parent class's state
17983           change function (#331385, patch by: Wouter Paesen).
17984
17985 2006-02-15  Wim Taymans  <wim@fluendo.com>
17986
17987         * configure.ac:
17988         * docs/plugins/Makefile.am:
17989         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17990         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17991         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17992         * ext/Makefile.am:
17993         * ext/hal/Makefile.am:
17994         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
17995         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
17996         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
17997         (do_toggle_element), (gst_hal_audio_sink_set_property),
17998         (gst_hal_audio_sink_get_property),
17999         (gst_hal_audio_sink_change_state):
18000         * ext/hal/gsthalaudiosink.h:
18001         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
18002         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
18003         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
18004         (do_toggle_element), (gst_hal_audio_src_set_property),
18005         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
18006         * ext/hal/gsthalaudiosrc.h:
18007         * ext/hal/gsthalelements.c: (plugin_init):
18008         * ext/hal/gsthalelements.h:
18009         * ext/hal/hal.c: (gst_hal_get_string),
18010         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
18011         (gst_hal_get_audio_src):
18012         * ext/hal/hal.h:
18013         Add HAL sound device wrapper plugins. Closes #329106
18014
18015 2006-02-15  Wim Taymans  <wim@fluendo.com>
18016
18017         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
18018         Add comment in a fultile attempt to stop the copy-and-paste 
18019         paradigm leading to duplication of bad code.
18020
18021         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
18022         Mime parameters have to be checked case insensitive
18023
18024 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
18025
18026         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
18027           Advance stream time for lagging subtitle streams by sending
18028           newsegment events with the update flag set.
18029
18030 2006-02-14  Edward Hervey  <edward@fluendo.com>
18031
18032         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
18033         There can be bogus data before the hdrl LIST tag in the RIFF header.
18034         It's hard to say if it's not respecting the AVI specifications or not,
18035         but since Google Video is producing AVIs like that and the other player
18036         don't seem to complain, I guess we should do the same.
18037
18038 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
18039
18040         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
18041         (parse_split_strings):
18042         Add more validation to ensure that a char encoding conversion
18043         produced a valid UTF-8 string.
18044
18045 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
18046
18047         Reviewed by: Edward Hervey  <edward@fluendo.com>
18048
18049         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18050         Properly handle end of segment. Closes #330885.
18051
18052 2006-02-13  Wim Taymans  <wim@fluendo.com>
18053
18054         * gst/rtp/gstrtpmp4gpay.h:
18055         For got to commit this one.
18056
18057 2006-02-12  Wim Taymans  <wim@fluendo.com>
18058
18059         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
18060         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
18061         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
18062         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
18063         * gst/rtp/gstrtpmp4gpay.h:
18064         Make more things work.
18065         Handle ACC config strings.
18066
18067 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
18068
18069         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
18070           set timestamps if no incoming timestamps set
18071
18072 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
18073
18074         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
18075         (gst_tag_demux_do_typefind):
18076           ... and fix the very same leaks in GstTagDemux.
18077
18078 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
18079
18080         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
18081         (gst_id3demux_do_typefind):
18082         Fix a couple of mem leaks. (Patch by Jonathan Matthew
18083         <jonathan at kaolin dot wh9 dot net>)
18084
18085 2006-02-10  Wim Taymans  <wim@fluendo.com>
18086
18087         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
18088         First set options, then set caps or else the baseclass
18089         will not know about the options, duh.
18090
18091 2006-02-10  Wim Taymans  <wim@fluendo.com>
18092
18093         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
18094         (gst_rtp_mp4v_pay_setcaps):
18095         Don't waste time looking for a config string if we have codec_info
18096         on the incomming caps.
18097
18098 2006-02-10  Wim Taymans  <wim@fluendo.com>
18099
18100         * gst/rtp/README:
18101         Say something about case-sensitivity of caps vs mime-attributes.
18102
18103         * gst/rtp/Makefile.am:
18104         * gst/rtp/gstrtp.c: (plugin_init):
18105         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
18106         (gst_rtp_amr_pay_handle_buffer):
18107         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
18108         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
18109         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
18110         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
18111         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
18112         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
18113         (gst_rtp_mp4g_pay_plugin_init):
18114         * gst/rtp/gstrtpmp4gpay.h:
18115         Added beginnings of mpeg4-generic payloader (RFC 3640)
18116
18117 2006-02-09  Wim Taymans  <wim@fluendo.com>
18118
18119         * gst/rtsp/Makefile.am:
18120         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
18121         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
18122         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
18123         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
18124         (gst_rtpdec_change_state):
18125         * gst/rtsp/gstrtpdec.h:
18126         * gst/rtsp/gstrtsp.c: (plugin_init):
18127         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
18128         * gst/rtsp/rtspconnection.c: (read_body),
18129         (rtsp_connection_receive):
18130         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
18131         Resurected rtpdec to make rtspsrc happy again.
18132         Skip attributes from the session id.
18133         Don't crash when dumping a message with an empty body.
18134
18135
18136 2006-02-09  Wim Taymans  <wim@fluendo.com>
18137
18138         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
18139         Added more meaningfull warnings when something goes wrong.
18140         Clear F bit on outgoing AMR packets.
18141
18142         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
18143         (gst_rtp_amr_pay_handle_buffer):
18144         Added debugging category
18145         Support payloading of multiple AMR frames.
18146
18147         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
18148         Added some debugging.
18149
18150 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
18151
18152         * configure.ac:
18153           Back to CVS
18154
18155 === release 0.10.2 ===
18156
18157 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
18158
18159         * configure.ac:
18160           releasing 0.10.2, "Papa was a rolling stone"
18161
18162 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
18163
18164         * configure.ac:
18165           Bump core and plugins-base requirement to 0.10.2.2
18166           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
18167
18168 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18169
18170         * ext/flac/gstflac.c: (plugin_init):
18171         * ext/speex/gstspeex.c: (plugin_init):
18172           Register musicbrainz tags.
18173
18174 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18175
18176         * ext/gconf/gconf.h:
18177           Remove declaration of function that no longer exists.
18178
18179 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18180
18181         * ext/shout2/gstshout2.c: (gst_shout2send_render),
18182         (gst_shout2send_setcaps), (gst_shout2send_change_state):
18183         Make shout2 work for non ogg streams
18184
18185 2006-02-06  Wim Taymans  <wim@fluendo.com>
18186
18187         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
18188         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
18189         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
18190         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
18191         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
18192         * gst/udp/gstmultiudpsink.h:
18193         Updated docs.
18194         Added properties bytes-served, bytes_to_serve.
18195         Post proper error messages,
18196         Emit client added signal too.
18197
18198 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18199
18200         * docs/plugins/Makefile.am:
18201         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18202         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18203         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
18204         (gst_multiudpsink_get_stats):
18205           adding docs for multiudpsink
18206
18207 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18208
18209         * gst/level/gstlevel.c: (gst_level_transform_ip):
18210           peak below decay is not necessarily an error, so don't ERROR log
18211
18212 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18213
18214         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
18215         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
18216         (gst_ebml_write_seek):
18217         * gst/matroska/ebml-write.h:
18218           Make sure we send a newsegment event in BYTES format
18219           before sending buffers (#328531).
18220
18221 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18222
18223         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
18224         (gst_dvdemux_sink_query):
18225         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
18226         * ext/speex/gstspeexdec.c: (speex_get_query_types),
18227         (speex_dec_src_query):
18228         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
18229         (gst_speexenc_sink_query):
18230         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
18231         * gst/matroska/matroska-demux.c:
18232         (gst_matroska_demux_get_src_query_types),
18233         (gst_matroska_demux_handle_src_query):
18234         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
18235         (gst_wavparse_pad_query):
18236           Pass unhandled queries upstream instead of just dropping
18237           them (#326446). Update query type arrays here and there.
18238
18239 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18240
18241         * tests/check/elements/matroskamux.c: (setup_src_pad):
18242           Collectpads in core got changed and now also holds a
18243           reference to any pad that is part of it. Fix refcount
18244           checks in test case accordingly.
18245
18246 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18247
18248         * gst/apetag/gstapedemux.h:
18249           Fix include, for now GstTagDemux is in the apetag dir.
18250
18251 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18252
18253         * docs/plugins/Makefile.am:
18254         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18255         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18256         * docs/plugins/inspect/plugin-cdio.xml:
18257           Add cdio plugin to docs.
18258
18259         * ext/cdio/gstcdiocddasrc.c:
18260           Add gtk-doc blurb.
18261
18262         * ext/cdio/gstcdio.c:
18263           The plugin is called 'cdio' not 'cddio'.
18264
18265 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18266
18267         * configure.ac:
18268         * docs/plugins/Makefile.am:
18269         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18270         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18271         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18272         * docs/plugins/inspect/plugin-apetag.xml:
18273         * gst/apetag/Makefile.am:
18274         * gst/apetag/gstapedemux.c:
18275         * gst/apetag/gstapedemux.h:
18276         * gst/apetag/gsttagdemux.c:
18277         * gst/apetag/gsttagdemux.h:
18278           Add APE tag demuxer (#325649).
18279
18280 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18281
18282         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
18283         (gst_gconf_get_default_video_sink),
18284         (gst_gconf_get_default_audio_src),
18285         (gst_gconf_get_default_video_src):
18286         * ext/gconf/gconf.h:
18287         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
18288         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
18289         (do_toggle_element):
18290         * ext/gconf/gstgconfaudiosink.h:
18291         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
18292         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
18293         (do_toggle_element):
18294         * ext/gconf/gstgconfaudiosrc.h:
18295         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
18296         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
18297         (do_toggle_element):
18298         * ext/gconf/gstgconfvideosink.h:
18299         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
18300         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
18301         (do_toggle_element):
18302         * ext/gconf/gstgconfvideosrc.h:
18303           Ignore changing the GConf key to "". Ignore GConf key updates
18304           that don't actually change the string.
18305           For now, ignore the GConf key when the state is > READY, as
18306           it breaks streaming. Sometime it will be nice to bring the
18307           new sink online even mid-stream, by sending NEWSEGMENT info
18308           and possibly prerolling.
18309           (Fixes #326736)
18310
18311 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18312
18313         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
18314         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
18315         (zoomFilterSetResolution), (zoomFilterDestroy),
18316         (zoomFilterFastRGB), (pointFilter):
18317         * gst/goom/filters.h:
18318         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
18319         (goom_update), (goom_close):
18320         * gst/goom/goom_core.h:
18321         * gst/goom/goom_tools.h:
18322         * gst/goom/graphic.c:
18323         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
18324         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
18325         * gst/goom/gstgoom.h:
18326         * gst/goom/lines.c: (goom_lines):
18327         * gst/goom/lines.h:
18328           Make goom reentrant by moving all important static variables
18329           into instance structures.
18330           (Fixes #329181)
18331
18332 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
18333
18334         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
18335         (gst_avi_demux_all_source_pads_unlinked),
18336         (gst_avi_demux_process_next_entry):
18337         * gst/avi/gstavidemux.h:
18338           Third attempt, use gst_pad_is_linked() this time.
18339
18340 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
18341
18342         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18343         (parse_split_strings):
18344         Adjust for data length indicators when parsing (Fixes #329810)
18345         Fix stupid bug parsing UTF-8 tag text.
18346         Output tag strings with multiple fields as multiple tags, so the
18347         app gets all the data.
18348
18349 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18350
18351         * ext/flac/gstflacenc.c:
18352         Fixed a bug add in last commit, where no event is send. Thanks Tim to
18353         show me.
18354         
18355 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18356
18357         * ext/flac/gstflacenc.c:
18358         * gst/matroska/ebml-read.c:
18359         Just make it compile with --disable-gst-debug.
18360
18361 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
18362
18363         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
18364         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
18365         (id3v2_genre_fields_to_taglist):
18366           Never output a tag with a null contents string.
18367
18368 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18369
18370         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
18371           Only pause if all pads are unlinked AND we've tried to send data
18372           on all of them at least once.
18373
18374 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18375
18376         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
18377         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
18378           Make loop function/task pause itself when all source pads are
18379           unlinked.
18380
18381 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18382
18383         * configure.ac:
18384         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
18385           Use new functions from core to render a bin from a
18386           string. Fixes build. Up requirements to core CVS.
18387
18388 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18389
18390         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
18391           Don't push buffers into the adapter that we are going to
18392           push downstream again without framing anyway. Also, the
18393           adaptor takes ownership of buffers put into it (fixes
18394           auparse pushing invalid buffers for .au files with
18395           ADPCM contents). Finally, set caps on all outgoing buffers.
18396
18397 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
18398
18399         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
18400         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
18401         (gst_id3demux_send_tag_event):
18402         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
18403         Someone should kick my butt. Remove ID3v1 tags from the end of the
18404         file.
18405
18406         Improve error messages. Send the TAG message as soon as we complete
18407         typefinding, instead of waiting until we send the first buffer.
18408         Downstream tag event is still sent before the first buffer.
18409
18410 2006-01-27  Jan Gerber  <j@bootlab.org>
18411
18412         Reviewed by: Andy Wingo <wingo@pobox.com>
18413
18414         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
18415         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
18416         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
18417         to not have warings flooding stderr. this is the suggested way
18418         also used in dvgrab and kino. (#328336)
18419
18420 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18421
18422         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
18423         (gst_oss_sink_init), (gst_oss_sink_finalise):
18424           Free the device name string when finalised.
18425
18426 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
18427
18428         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
18429           Don't put function calls in g_return_if_fail() statements,
18430           or they'll be replaced with NOOPs if someone compiles with
18431           G_DISABLE_CHECKS defined.
18432           
18433 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
18434
18435         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
18436         Never trust ANY information encoded in a media file, especially
18437         when it's giving you sizes. (Fixes #328452)
18438
18439 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
18440
18441         * gst/rtp/gstrtpg711pay.c:
18442         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
18443         bug #325148.
18444
18445 2006-01-23  Edward Hervey  <edward@fluendo.com>
18446
18447         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
18448         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
18449         * gst/matroska/matroska-ids.h:
18450         Added recognition of Real Audio and Video streams in matroska demuxer.
18451
18452 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
18453
18454         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
18455           Remove errant break statement, and fix compilation with
18456           older GCC.
18457
18458 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
18459
18460         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18461
18462         * sys/sunaudio/gstsunaudiomixerctrl.c:
18463         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
18464           Export functions that are needed in other parts of the code,
18465           makes the mixer actually work; adjust magic minimum buffer-time
18466           value from 3ms to 5ms to work around stuttering during mp3
18467           playback (#327765).
18468
18469 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
18470
18471         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18472
18473         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
18474         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
18475           Fix possible deadlock in matroska muxer (#327825).
18476
18477 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
18478
18479         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
18480         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
18481         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
18482         * gst/rtsp/sdpmessage.h:
18483         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
18484         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
18485           C89 fixes: declare variables at the beginning of a block and
18486           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
18487           <jensgr at gmx dot net>).
18488
18489 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
18490
18491         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
18492         * gst/id3demux/id3tags.h:
18493         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18494         (parse_comment_frame), (parse_text_identification_frame),
18495         (id3v2_tag_to_taglist), (id3v2_are_digits),
18496         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
18497         (parse_split_strings), (free_tag_strings):
18498           Rewrite parsing of text tags to handle multiple NULL terminated
18499           strings. Parse numeric genre strings and ID3v2 type
18500           "(3)(6)Alternative" style genre strings.
18501           Parse dates that are only YYYY or YYYY-mm format.
18502           (Fixes #328241 and #322154)
18503
18504 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
18505
18506         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
18507           Don't forget to initialize liboil, otherwise our oil functions
18508           will crash (fixes #327871; patch by: Christoph Burghardt
18509           <hawkes at web dot de>).
18510
18511 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18512
18513         * configure.ac:
18514           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
18515           like in the core and gst-plugins-base. Fixes #324367 and #326683;
18516           patch by: Brian Cameron <brian dot cameron at sun dot com>
18517
18518 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18519
18520         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
18521         * ext/cdio/gstcdio.h:
18522         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
18523           Fix build for libcdio versions >= 76; give slightly lower rank
18524           than cdparanoia.
18525
18526 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
18527
18528         * configure.ac:
18529         * ext/Makefile.am:
18530         * ext/cdio/Makefile.am:
18531         * ext/cdio/gstcdio.c:
18532         * ext/cdio/gstcdio.h:
18533         * ext/cdio/gstcdiocddasrc.c:
18534         * ext/cdio/gstcdiocddasrc.h:
18535           Port libcdio cdda source, formerly known as cddasrc, now known as
18536           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
18537           but that's not tested (fixes #317658).
18538
18539 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
18540
18541         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
18542           Fix conversion from TIME to BYTES format (fixes #326864;
18543           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
18544
18545 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
18546
18547         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
18548           Fix compilation of id3demux when zlib is not present.
18549           (Fixes #326602; patch by: Sergey Scobich)
18550
18551 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
18552
18553         * ext/esd/Makefile.am:
18554           Add $(ESD_CFLAGS), otherwise build will fail for folks
18555           with libesd in a non-standard prefix (#327009).
18556
18557 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18558
18559         * configure.ac:
18560           back to HEAD
18561
18562 === release 0.10.1 ===
18563
18564 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
18565
18566         * configure.ac:
18567           releasing 0.10.1, "Li"
18568
18569 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18570
18571           patch by: Wim Taymans
18572
18573         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
18574           fix memleak.  Fixes #326618
18575
18576 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18577
18578           patch by: Mike Smith
18579
18580         * gst/level/gstlevel.c: (gst_level_message_new),
18581         (gst_level_message_append_channel):
18582           Fix memleak.  Fixes #326612
18583
18584 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18585
18586         * configure.ac:
18587           prereleasing
18588         * po/af.po:
18589         * po/az.po:
18590         * po/cs.po:
18591         * po/en_GB.po:
18592         * po/hu.po:
18593         * po/it.po:
18594         * po/nb.po:
18595         * po/nl.po:
18596         * po/or.po:
18597         * po/sq.po:
18598         * po/sr.po:
18599         * po/sv.po:
18600         * po/uk.po:
18601         * po/vi.po:
18602           update translations
18603
18604 2006-01-10  Michael Smith  <msmith@fluendo.com>
18605
18606         * gst/level/gstlevel.c: (gst_level_class_init),
18607         (gst_level_dispose):
18608           Don't leak filter arrays.
18609
18610 2006-01-09 Brian Cameron <brian.cameron@sun.com>
18611
18612         reviewed by: Christian Schaller <uraeus@gnome.org>
18613         
18614         * configure.ac:
18615         * gst-plugins-good.spec.in:
18616         * sys/Makefile.am:
18617         * sys/sunaudio/Makefile.am:
18618         * sys/sunaudio/gstsunaudio.c: (plugin_init):
18619         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
18620         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
18621         (gst_sunaudiomixer_change_state):
18622         * sys/sunaudio/gstsunaudiomixer.h:
18623         * sys/sunaudio/gstsunaudiomixerctrl.c:
18624         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
18625         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
18626         (gst_sunaudiomixer_ctrl_list_tracks),
18627         (gst_sunaudiomixer_ctrl_get_volume),
18628         (gst_sunaudiomixer_ctrl_set_volume),
18629         (gst_sunaudiomixer_ctrl_set_mute),
18630         (gst_sunaudiomixer_ctrl_set_record):
18631         * sys/sunaudio/gstsunaudiomixerctrl.h:
18632         * sys/sunaudio/gstsunaudiomixertrack.c:
18633         (gst_sunaudiomixer_track_class_init),
18634         (gst_sunaudiomixer_track_init), (fill_labels),
18635         (gst_sunaudiomixer_track_new):
18636         * sys/sunaudio/gstsunaudiomixertrack.h:
18637         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
18638         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
18639         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
18640         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
18641         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
18642         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
18643         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
18644         * sys/sunaudio/gstsunaudiosink.h:
18645
18646         Add SunAudio plugin - tested to make sure it doesn't break
18647         the build under GNU/Linux.      
18648
18649 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
18650
18651         * gst-plugins-good/gst/udp/gstdynudpsink.c:
18652         * gst-plugins-good/gst/udp/gstudpsrc.c:
18653         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
18654         overrides the port or multicast parameters. Fixes bugs #323021.
18655         API addition: adds GstUDPSrc::sockfd property   
18656
18657 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
18658
18659         * ext/gconf/Makefile.am:
18660         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
18661         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
18662         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
18663         (do_toggle_element), (cb_toggle_element),
18664         (gst_gconf_audio_src_change_state):
18665         * ext/gconf/gstgconfaudiosrc.h:
18666         * ext/gconf/gstgconfelements.c: (plugin_init):
18667         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
18668         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
18669         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
18670         (do_toggle_element), (cb_toggle_element),
18671         (gst_gconf_video_src_change_state):
18672         * ext/gconf/gstgconfvideosrc.h:
18673           Add new gconfaudiosrc and gconfvideosrc elements
18674           (needed for gnome-sound-recorder).
18675
18676 2006-01-06  Edward Hervey  <edward@fluendo.com>
18677
18678         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
18679         Add gst_element_no_more_pads() for proper decodebin behaviour.
18680         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
18681         (parse_text_identification_frame), (parse_split_strings):
18682         Failure to decode some tags is not a GST_ERROR() but a
18683         GST_WARNING()
18684         When iterating over a chunk of text, check that we haven't gone too
18685         far.
18686
18687 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
18688
18689         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
18690         (plugin_init):
18691           call oil_init() when using liboil
18692
18693 2006-01-04  Wim Taymans  <wim@fluendo.com>
18694
18695         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
18696         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
18697         Fix leaks.
18698
18699 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
18700
18701         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18702
18703         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
18704         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
18705         (gst_flac_dec_change_state):
18706           Don't g_assert() where we should just return FALSE; remove
18707           unnecessary g_assert(); initialize some fields properly in
18708           state change function (fixes #325504). Also, use
18709           GST_DEBUG_OBJECT in two more places.
18710
18711 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18712
18713         * configure.ac:
18714           also remove smoothwave's Makefile.am
18715         * docs/plugins/Makefile.am:
18716           fix plugin docs
18717
18718 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18719
18720         * tests/examples/Makefile.am:
18721           added missing Makefile.am
18722
18723 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18724
18725         * configure.ac:
18726         * gst/level/Makefile.am:
18727         * gst/level/level-example.c:
18728         * tests/Makefile.am:
18729         * tests/examples/level/Makefile.am:
18730         * tests/examples/level/level-example.c: (message_handler), (main):
18731           moved level-example to tests/examples/level-example
18732         * tests/old/examples/level/demo.c: (main):
18733         * tests/old/examples/level/plot.c: (main):
18734           some initial fixes
18735
18736 2005-12-29  Michael Smith  <msmith@fluendo.com>
18737
18738         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
18739         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
18740         * gst/udp/gstmultiudpsink.h:
18741           Track packets sent per client in addition to bytes sent; provide
18742           this info through get-stats signal
18743
18744 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18745
18746         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
18747           Can't use gst_object_unref() on a GstAdapter (#325191).
18748
18749 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
18750
18751         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
18752         If a broken tag has 0 bytes payload, at least still skip
18753         the 10 byte header
18754
18755 2005-12-22  Philippe Khalaf  <burger@speedy.org>
18756
18757         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
18758         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
18759         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
18760         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
18761           Making these depayloaders (H263+ and mpeg4 video) inherit from
18762           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
18763
18764 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
18765
18766         * docs/plugins/gst-plugins-good-plugins.args:
18767         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18768         Regenerate the plugin hiearchy.
18769
18770 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
18771
18772         * docs/plugins/Makefile.am:
18773         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18774         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18775         * docs/plugins/gst-plugins-good-plugins.args:
18776         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
18777         (gst_id3demux_base_init), (gst_id3demux_class_init),
18778         (gst_id3demux_chain):
18779         * gst/id3demux/gstid3demux.h:
18780           Add documentation for id3demux.
18781           Don't fail if the first buffer is not at offset 0, just
18782           attempt to typefind and do pass through
18783           Rename the gst_type function from gst_gst_id3demux..
18784
18785 2005-12-20  Michael Smith  <msmith@fluendo.com>
18786
18787         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
18788         (gst_multiudpsink_add), (gst_multiudpsink_remove),
18789         (gst_multiudpsink_get_stats):
18790         * gst/udp/gstmultiudpsink.h:
18791           Collect statistics; return them from get_stats.
18792
18793 2005-12-19  Edward Hervey  <edward@fluendo.com>
18794
18795         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
18796         Stupid signedness issue...
18797
18798 2005-12-19  Edward Hervey  <edward@fluendo.com>
18799
18800         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
18801         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
18802         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
18803         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
18804         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
18805         Construct index for indexless files.
18806         Make sure pad/buffers are correctly reset to NULL once we don't need
18807         them anymore, else we get lovely segfaults/assertions.
18808         * gst/wavparse/gstwavparse.c:
18809         Yes, you can have 96KHz audio and wma in wav :(
18810
18811 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
18812
18813         * configure.ac:
18814           Check for optional dependency on zlib for id3demux
18815
18816         * gst/id3demux/Makefile.am:
18817         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
18818         (gst_id3demux_base_init), (gst_id3demux_class_init),
18819         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
18820         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
18821         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
18822         (gst_id3demux_set_property), (gst_id3demux_get_property),
18823         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
18824         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
18825         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
18826         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
18827         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
18828         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
18829         (simple_find_peek), (simple_find_suggest),
18830         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
18831         (plugin_init):
18832         * gst/id3demux/gstid3demux.h:
18833         * gst/id3demux/id3tags.c: (read_synch_uint),
18834         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
18835         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
18836         (id3demux_id3v2_frames_to_tag_list):
18837         * gst/id3demux/id3tags.h:
18838         * gst/id3demux/id3v2.4.0-frames.txt:
18839         * gst/id3demux/id3v2.4.0-structure.txt:
18840         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18841         (parse_comment_frame), (parse_text_identification_frame),
18842         (id3v2_tag_to_taglist), (parse_split_strings):
18843           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
18844           otherwise it discards them. Works on my test files. 
18845
18846         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
18847           Don't send EOS to a non-existing srcpad
18848           The debug category can be static
18849
18850 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
18851
18852         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
18853         * ext/esd/esdsink.c: (gst_esdsink_prepare):
18854         * gst/multipart/multipartdemux.c:
18855           change some char* into char[]
18856
18857 2005-12-16  Wim Taymans  <wim@fluendo.com>
18858
18859         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
18860         (gst_wavparse_other), (gst_wavparse_perform_seek),
18861         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
18862         (gst_wavparse_loop), (gst_wavparse_pad_convert),
18863         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
18864         * gst/wavparse/gstwavparse.h:
18865         Use GstSegment to implement more seeking features.
18866
18867 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
18868
18869         * gst/rtsp/rtspconnection.c:
18870           Add <netinet/in.h> include and move <arpa/inet.h> include
18871           to make things work on OpenBSD as well (fixes #323717;
18872           patch by: Benjamin Pineau)
18873
18874 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
18875
18876         * gst/rtp/gstrtpspeexdepay.c:
18877         * gst/rtp/gstrtpspeexpay.c:
18878         Set clock rate to be fixed in 8000. It fixes bug #324012.
18879
18880 2005-12-14  Philippe Khalaf  <burger@speedy.org>
18881
18882         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
18883         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
18884         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
18885         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
18886         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
18887         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
18888         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
18889         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
18890         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
18891         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
18892         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
18893         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
18894         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
18895         * gst-plugins-good/gst/rtp/README:
18896         Fixed payload range in payloder caps. Removed payload range completely
18897         from depayloaders as they don't require payload type in their caps.
18898         In effect, there isn't any specific payload type for any given codec,
18899         only suggestions.
18900         Fixes bug #324011.
18901
18902 2005-12-13  Julien MOUTTE  <julien@moutte.net>
18903
18904         * gst/videomixer/videomixer.c: (gst_videomixer_init),
18905         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
18906         (gst_videomixer_collected): Code cleanup and re-enabling 
18907         queued time validity check for correct EOS handling.
18908
18909 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
18910
18911         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
18912         (gst_oss_mixer_element_get_property),
18913         (gst_oss_mixer_element_change_state):
18914         Add 'device-name' property and fix state change function.
18915
18916 2005-12-13  Edward Hervey  <edward@fluendo.com>
18917
18918         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
18919         If the speed of the file is null in the header, set the frame_time to
18920         the default setting of GST_SECOND / 70. Which is the default
18921         frame_delay for .fli files as stated in this document :
18922         http://www.compuphase.com/flic.htm
18923         Would be nice to have the time conversion done properly too (duration =
18924         flxh->frames * flxdec->frame_time)
18925
18926 2005-12-12  Julien MOUTTE  <julien@moutte.net>
18927
18928         * docs/plugins/Makefile.am:
18929         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18930         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18931         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18932         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
18933         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
18934         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
18935         documentation for videomixer on my way with a funny sample
18936         pipeline.
18937
18938 2005-12-12  Julien MOUTTE  <julien@moutte.net>
18939
18940         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
18941         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
18942         (gst_videomixer_update_queues), (gst_videomixer_collected):
18943         Fix caps negotiation. (#323896)
18944
18945 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
18946
18947         * gst/matroska/matroska-demux.c:
18948         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
18949           Set correct timestamps on audio laces, fixes playback of mp3 from
18950                 matroska.
18951
18952 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
18953
18954         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
18955         (gst_au_parse_class_init), (gst_au_parse_init),
18956         (gst_au_parse_dispose), (gst_au_parse_chain),
18957         (gst_au_parse_change_state), (plugin_init):
18958         * gst/auparse/gstauparse.h:
18959           Use gst_object_unref() for GstObjects instead of
18960           g_object_unref() and fix a mem leak in a debug
18961           statement; while we're at it, also borgify, use
18962           boilerplate macros and clean up a little bit.
18963
18964 2005-12-11  Edward Hervey  <edward@fluendo.com>
18965
18966         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
18967         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
18968         Added pull mode.
18969
18970 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
18971
18972         * gst/goom/gstgoom.c:
18973         * gst/level/level-example.c: (main):
18974         * gst/smoothwave/demo-osssrc.c: (main):
18975           Use audiotestsrc instead of sinesrc (#323798).
18976
18977 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
18978
18979         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
18980           more debug-func-ptr usage
18981
18982 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
18983
18984         * gst/flx/flx_color.c: (flx_colorspace_convert):
18985         * gst/flx/flx_color.h:
18986         * gst/flx/flx_fmt.h:
18987         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
18988         * gst/flx/gstflxdec.h:
18989           Now flxdec works on big-endian machines as well.
18990
18991 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
18992
18993         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
18994         (gst_fenced_buffer_copy):
18995           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
18996           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
18997           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
18998           and use GST_DEBUG_FUNCPTR for pad functions.
18999
19000 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
19001
19002         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
19003         (gst_flac_dec_class_init), (gst_flac_dec_init),
19004         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
19005         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
19006         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
19007         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
19008         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
19009         (gst_flac_dec_change_state):
19010         * ext/flac/gstflacdec.h:
19011           Rewrite flacdec a bit, so that even seeking might work now. Most
19012           importantly, don't act upon any flow return values we get, just tell
19013           the decoder everything's dandy and act on the flow return values
19014           later on in the loop function. We don't want to mess up the internal
19015           decoder state for non-fatal things like flushing pads etc. Other
19016           than that, use GstSegment (segment seeks don't work yet though, but
19017           should be easy to add), use boilerplate macros, drop the superfluous
19018           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
19019           lots of other things.
19020
19021 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
19022
19023         * configure.ac:
19024           Update comment in OSS includes check.
19025
19026         * sys/oss/gstossdmabuffer.c:
19027         * sys/oss/gstosshelper.c:
19028         * sys/oss/gstossmixer.c:
19029         * sys/oss/gstossmixertrack.c:
19030         * sys/oss/gstosssink.c:
19031         * sys/oss/gstosssrc.c:
19032         * sys/oss/oss_probe.c:
19033           Don't assume the OSS soundcard.h include is always in
19034           the sys/ directory. Instead, use the existing defines
19035           from config.h to include the right file. Fixes
19036           compilation on OpenBSD 3.8 (#323718).
19037
19038 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19039
19040         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19041         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19042         * docs/plugins/inspect/plugin-1394.xml:
19043         * docs/plugins/inspect/plugin-aasink.xml:
19044         * docs/plugins/inspect/plugin-alaw.xml:
19045         * docs/plugins/inspect/plugin-alpha.xml:
19046         * docs/plugins/inspect/plugin-alphacolor.xml:
19047         * docs/plugins/inspect/plugin-auparse.xml:
19048         * docs/plugins/inspect/plugin-autodetect.xml:
19049         * docs/plugins/inspect/plugin-avi.xml:
19050         * docs/plugins/inspect/plugin-cacasink.xml:
19051         * docs/plugins/inspect/plugin-cairo.xml:
19052         * docs/plugins/inspect/plugin-cutter.xml:
19053         * docs/plugins/inspect/plugin-debug.xml:
19054         * docs/plugins/inspect/plugin-dv.xml:
19055         * docs/plugins/inspect/plugin-efence.xml:
19056         * docs/plugins/inspect/plugin-effectv.xml:
19057         * docs/plugins/inspect/plugin-esdsink.xml:
19058         * docs/plugins/inspect/plugin-flac.xml:
19059         * docs/plugins/inspect/plugin-flxdec.xml:
19060         * docs/plugins/inspect/plugin-gconfelements.xml:
19061         * docs/plugins/inspect/plugin-goom.xml:
19062         * docs/plugins/inspect/plugin-jpeg.xml:
19063         * docs/plugins/inspect/plugin-level.xml:
19064         * docs/plugins/inspect/plugin-matroska.xml:
19065         * docs/plugins/inspect/plugin-mulaw.xml:
19066         * docs/plugins/inspect/plugin-multipart.xml:
19067         * docs/plugins/inspect/plugin-navigationtest.xml:
19068         * docs/plugins/inspect/plugin-ossaudio.xml:
19069         * docs/plugins/inspect/plugin-png.xml:
19070         * docs/plugins/inspect/plugin-rtp.xml:
19071         * docs/plugins/inspect/plugin-rtsp.xml:
19072         * docs/plugins/inspect/plugin-shout2send.xml:
19073         * docs/plugins/inspect/plugin-smpte.xml:
19074         * docs/plugins/inspect/plugin-speex.xml:
19075         * docs/plugins/inspect/plugin-udp.xml:
19076         * docs/plugins/inspect/plugin-videobox.xml:
19077         * docs/plugins/inspect/plugin-videoflip.xml:
19078         * docs/plugins/inspect/plugin-videomixer.xml:
19079         * docs/plugins/inspect/plugin-wavenc.xml:
19080         * docs/plugins/inspect/plugin-wavparse.xml:
19081         * ext/flac/gstflac.c: (plugin_init):
19082         * ext/flac/gstflacdec.c: (flacdec_get_type),
19083         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
19084         (gst_flac_dec_init), (gst_flac_dec_finalize),
19085         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
19086         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
19087         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
19088         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
19089         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
19090         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
19091         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
19092         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
19093         * ext/flac/gstflacdec.h:
19094         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
19095         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
19096         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
19097         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
19098         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
19099         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
19100         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
19101         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
19102         (gst_flac_enc_change_state):
19103         * ext/flac/gstflacenc.h:
19104           borgify and fix up documentation
19105
19106 2005-12-09  Michael Smith  <msmith@fluendo.com>
19107
19108         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
19109           Accept a wider range of flac files, more closely matching flac spec.
19110
19111 2005-12-08  Julien MOUTTE  <julien@moutte.net>
19112
19113         * docs/plugins/Makefile.am: Add multipart elements.
19114         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19115         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
19116         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19117         * gst/multipart/multipartdemux.c:
19118         * gst/multipart/multipartmux.c: Add docs.
19119
19120 2005-12-07  Edward Hervey  <edward@fluendo.com>
19121
19122         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
19123         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
19124         (gst_avi_demux_invert):
19125         Memleak and crasher fixes.
19126         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
19127         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
19128         Memleak fixes
19129
19130 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19131
19132         * ext/aalib/gstaasink.h:
19133         * ext/cairo/gsttextoverlay.h:
19134         * ext/dv/gstdvdec.h:
19135         * ext/dv/gstdvdemux.c:
19136         * ext/dv/gstdvdemux.h:
19137         * ext/esd/esdsink.h:
19138         * ext/flac/flac_compat.h:
19139         * ext/flac/gstflacdec.h:
19140         * ext/flac/gstflacenc.h:
19141         * ext/gconf/gconf.h:
19142         * ext/gconf/gstgconfaudiosink.h:
19143         * ext/gconf/gstgconfvideosink.h:
19144         * ext/gdk_pixbuf/gstgdkanimation.h:
19145         * ext/jpeg/gstjpegdec.h:
19146         * ext/jpeg/smokecodec.h:
19147         * ext/jpeg/smokeformat.h:
19148         * ext/ladspa/gstsignalprocessor.h:
19149         * ext/ladspa/search.c: (LADSPAPluginSearch):
19150         * ext/ladspa/utils.h:
19151         * ext/libmng/gstmng.c:
19152         * ext/libmng/gstmngdec.h:
19153         * ext/libmng/gstmngenc.c:
19154         * ext/libmng/gstmngenc.h:
19155         * ext/libpng/gstpng.c:
19156         * ext/libpng/gstpngenc.c:
19157         * ext/libpng/gstpngenc.h:
19158         * ext/shout2/gstshout2.h:
19159         * ext/speex/gstspeexdec.h:
19160         * ext/speex/gstspeexenc.c:
19161         * ext/speex/gstspeexenc.h:
19162         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19163         * gst/autodetect/gstautoaudiosink.h:
19164         * gst/autodetect/gstautovideosink.h:
19165         * gst/avi/gstavidemux.h:
19166         * gst/cutter/gstcutter.c: (gst_cutter_chain),
19167         (gst_cutter_set_property), (gst_cutter_get_caps):
19168         * gst/cutter/gstcutter.h:
19169         * gst/debug/tests.c: (md5_process_block):
19170         * gst/debug/tests.h:
19171         * gst/effectv/gstwarp.c:
19172         * gst/flx/flx_fmt.h:
19173         * gst/flx/gstflxdec.h:
19174         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
19175         (zoomFilterFastRGB):
19176         * gst/goom/filters.h:
19177         * gst/goom/goom_tools.h:
19178         * gst/law/alaw-encode.c:
19179         * gst/level/gstlevel.c:
19180         * gst/level/gstlevel.h:
19181         * gst/matroska/ebml-write.h:
19182         * gst/matroska/matroska-demux.h:
19183         * gst/matroska/matroska-ids.h:
19184         * gst/matroska/matroska-mux.h:
19185         * gst/monoscope/convolve.c: (convolve_match):
19186         * gst/monoscope/convolve.h:
19187         * gst/multipart/multipartmux.c:
19188         * gst/oldcore/gstaggregator.c:
19189         * gst/oldcore/gstaggregator.h:
19190         * gst/oldcore/gstmd5sink.c: (md5_process_block):
19191         * gst/oldcore/gstmd5sink.h:
19192         * gst/oldcore/gstmultifilesrc.c:
19193         * gst/oldcore/gstmultifilesrc.h:
19194         * gst/oldcore/gstpipefilter.h:
19195         * gst/oldcore/gstshaper.h:
19196         * gst/rtp/gstrtpL16depay.h:
19197         * gst/rtp/gstrtpL16pay.h:
19198         * gst/rtp/gstrtpdepay.h:
19199         * gst/rtp/gstrtpmp4vpay.c:
19200         * gst/rtp/gstrtpmp4vpay.h:
19201         * gst/rtsp/gstrtspsrc.c:
19202         * gst/rtsp/gstrtspsrc.h:
19203         * gst/rtsp/rtspconnection.h:
19204         * gst/rtsp/rtspdefs.h:
19205         * gst/rtsp/rtspmessage.h:
19206         * gst/rtsp/rtsptransport.h:
19207         * gst/rtsp/rtspurl.c:
19208         * gst/rtsp/rtspurl.h:
19209         * gst/rtsp/sdpmessage.c:
19210         * gst/rtsp/sdpmessage.h:
19211         * gst/smpte/barboxwipes.c:
19212         * gst/smpte/gstmask.h:
19213         * gst/smpte/gstsmpte.h:
19214         * gst/smpte/paint.c:
19215         * gst/smpte/paint.h:
19216         * gst/udp/gstdynudpsink.h:
19217         * gst/udp/gstmultiudpsink.h:
19218         * gst/udp/gstudpsink.c:
19219         * gst/udp/gstudpsink.h:
19220         * gst/udp/gstudpsrc.c:
19221         * gst/videomixer/videomixer.c:
19222         * gst/wavenc/riff.h:
19223         * gst/wavparse/gstwavparse.h:
19224         * sys/oss/gstossdmabuffer.h:
19225         * sys/oss/gstossmixer.h:
19226         * sys/oss/gstossmixerelement.h:
19227         * sys/oss/gstossmixertrack.h:
19228         * sys/oss/gstosssink.c:
19229         * sys/oss/gstosssink.h:
19230         * sys/oss/gstosssrc.c:
19231         * sys/oss/gstosssrc.h:
19232         * sys/osxaudio/gstosxaudioelement.h:
19233         * sys/osxaudio/gstosxaudiosink.h:
19234         * sys/osxaudio/gstosxaudiosrc.h:
19235           expand tabs
19236
19237 === release 0.10.0 ===
19238
19239 2005-12-05   <thomas (at) apestaart (dot) org>
19240
19241         * configure.ac:
19242           releasing 0.10.0, "Abondance"
19243
19244 2005-12-05  Andy Wingo  <wingo@pobox.com>
19245
19246         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
19247         * ext/flac/gstflacdec.c: (gst_flacdec_write):
19248         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
19249         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
19250         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
19251         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
19252         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
19253         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
19254         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
19255         * ext/speex/gstspeexdec.c: (speex_dec_chain):
19256         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
19257         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19258         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
19259         * gst/goom/gstgoom.c: (gst_goom_chain):
19260         * gst/matroska/matroska-demux.c:
19261         (gst_matroska_demux_push_vorbis_codec_priv_data),
19262         (gst_matroska_demux_add_wvpk_header):
19263         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
19264         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
19265         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
19266         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
19267         alloc_buffer changes.
19268
19269 2005-12-05  Michael Smith  <msmith@fluendo.com>
19270
19271         * docs/plugins/gst-plugins-good-plugins.args:
19272           Remove args for plugins that aren't in -good.
19273
19274 === release 0.9.7 ===
19275
19276 2005-12-01   <thomas (at) apestaart (dot) org>
19277
19278         * configure.ac:
19279           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
19280
19281 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19282
19283         * docs/plugins/.cvsignore:
19284         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19285         * docs/plugins/inspect/plugin-multipart.xml:
19286         * docs/plugins/inspect/plugin-rtp.xml:
19287           add multipart plugin to docs
19288
19289 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19290
19291         * configure.ac:
19292         * ext/Makefile.am:
19293         * ext/pango/Makefile.am:
19294         * ext/pango/gstclockoverlay.c:
19295         * ext/pango/gstclockoverlay.h:
19296         * ext/pango/gsttextoverlay.c:
19297         * ext/pango/gsttextoverlay.h:
19298         * ext/pango/gsttextrender.c:
19299         * ext/pango/gsttextrender.h:
19300         * ext/pango/gsttimeoverlay.c:
19301         * ext/pango/gsttimeoverlay.h:
19302           move pango to base
19303
19304 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19305
19306         * gst/rtp/Makefile.am:
19307         * gst/rtp/gstrtpL16depay.c:
19308         * gst/rtp/gstrtpL16depay.h:
19309         * gst/rtp/gstrtpL16parse.c:
19310         * gst/rtp/gstrtpL16parse.h:
19311         * gst/rtp/gstrtpgsmdepay.c:
19312         * gst/rtp/gstrtpgsmdepay.h:
19313         * gst/rtp/gstrtpgsmparse.c:
19314         * gst/rtp/gstrtpgsmparse.h:
19315           parsers are depayers
19316
19317 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19318
19319         * gst/rtp/Makefile.am:
19320         * gst/rtp/gstasteriskh263.c:
19321         * gst/rtp/gstrtp.c:
19322         * gst/rtp/gstrtpL16enc.c:
19323         * gst/rtp/gstrtpL16enc.h:
19324         * gst/rtp/gstrtpL16parse.c:
19325         * gst/rtp/gstrtpL16parse.h:
19326         * gst/rtp/gstrtpL16pay.c:
19327         * gst/rtp/gstrtpL16pay.h:
19328         * gst/rtp/gstrtpamrdec.c:
19329         * gst/rtp/gstrtpamrdec.h:
19330         * gst/rtp/gstrtpamrdepay.c:
19331         * gst/rtp/gstrtpamrdepay.h:
19332         * gst/rtp/gstrtpamrenc.c:
19333         * gst/rtp/gstrtpamrenc.h:
19334         * gst/rtp/gstrtpamrpay.c:
19335         * gst/rtp/gstrtpamrpay.h:
19336         * gst/rtp/gstrtpdec.c:
19337         * gst/rtp/gstrtpdec.h:
19338         * gst/rtp/gstrtpdepay.c:
19339         * gst/rtp/gstrtpdepay.h:
19340         * gst/rtp/gstrtpg711dec.c:
19341         * gst/rtp/gstrtpg711dec.h:
19342         * gst/rtp/gstrtpg711depay.c:
19343         * gst/rtp/gstrtpg711depay.h:
19344         * gst/rtp/gstrtpg711enc.c:
19345         * gst/rtp/gstrtpg711enc.h:
19346         * gst/rtp/gstrtpg711pay.c:
19347         * gst/rtp/gstrtpg711pay.h:
19348         * gst/rtp/gstrtpgsmenc.c:
19349         * gst/rtp/gstrtpgsmenc.h:
19350         * gst/rtp/gstrtpgsmparse.c:
19351         * gst/rtp/gstrtpgsmparse.h:
19352         * gst/rtp/gstrtpgsmpay.c:
19353         * gst/rtp/gstrtpgsmpay.h:
19354         * gst/rtp/gstrtph263enc.c:
19355         * gst/rtp/gstrtph263enc.h:
19356         * gst/rtp/gstrtph263pay.c:
19357         * gst/rtp/gstrtph263pay.h:
19358         * gst/rtp/gstrtph263pdec.c:
19359         * gst/rtp/gstrtph263pdec.h:
19360         * gst/rtp/gstrtph263pdepay.c:
19361         * gst/rtp/gstrtph263pdepay.h:
19362         * gst/rtp/gstrtph263penc.c:
19363         * gst/rtp/gstrtph263penc.h:
19364         * gst/rtp/gstrtph263ppay.c:
19365         * gst/rtp/gstrtph263ppay.h:
19366         * gst/rtp/gstrtpmp4vdec.c:
19367         * gst/rtp/gstrtpmp4vdec.h:
19368         * gst/rtp/gstrtpmp4vdepay.c:
19369         * gst/rtp/gstrtpmp4vdepay.h:
19370         * gst/rtp/gstrtpmp4venc.c:
19371         * gst/rtp/gstrtpmp4venc.h:
19372         * gst/rtp/gstrtpmp4vpay.c:
19373         * gst/rtp/gstrtpmp4vpay.h:
19374         * gst/rtp/gstrtpmpadec.c:
19375         * gst/rtp/gstrtpmpadec.h:
19376         * gst/rtp/gstrtpmpadepay.c:
19377         * gst/rtp/gstrtpmpadepay.h:
19378         * gst/rtp/gstrtpmpaenc.c:
19379         * gst/rtp/gstrtpmpaenc.h:
19380         * gst/rtp/gstrtpmpapay.c:
19381         * gst/rtp/gstrtpmpapay.h:
19382         * gst/rtp/gstrtpspeexdec.c:
19383         * gst/rtp/gstrtpspeexdec.h:
19384         * gst/rtp/gstrtpspeexdepay.c:
19385         * gst/rtp/gstrtpspeexdepay.h:
19386         * gst/rtp/gstrtpspeexenc.c:
19387         * gst/rtp/gstrtpspeexenc.h:
19388         * gst/rtp/gstrtpspeexpay.c:
19389         * gst/rtp/gstrtpspeexpay.h:
19390           Do burger's rename for rtp payloaders and depayloaders
19391
19392 2005-11-30  Wim Taymans  <wim@fluendo.com>
19393
19394         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
19395         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
19396         * ext/dv/gstdvdemux.h:
19397         Fix seeking in dvdemux again, add some more debug info.
19398
19399 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19400
19401         * configure.ac:
19402           fix tests
19403
19404 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19405
19406         * PORTED_09:
19407         * docs/random/PORTED_09:
19408           move
19409         * tests/Makefile.am:
19410           add
19411         * win32/gst.sln:
19412           remove
19413
19414 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19415
19416         * Makefile.am:
19417         * check/.cvsignore:
19418         * check/Makefile.am:
19419         * check/elements/.cvsignore:
19420         * check/elements/level.c:
19421         * check/elements/matroskamux.c:
19422         * configure.ac:
19423         * examples/Makefile.am:
19424         * examples/capsfilter/Makefile.am:
19425         * examples/capsfilter/capsfilter1.c:
19426         * examples/gob/Makefile.am:
19427         * examples/gob/gst-identity2.gob:
19428         * examples/gstplay/.cvsignore:
19429         * examples/gstplay/Makefile.am:
19430         * examples/gstplay/player.c:
19431         * examples/indexing/.cvsignore:
19432         * examples/indexing/Makefile.am:
19433         * examples/indexing/indexmpeg.c:
19434         * examples/level/Makefile.am:
19435         * examples/level/README:
19436         * examples/level/demo.c:
19437         * examples/level/plot.c:
19438         * examples/stats/Makefile.am:
19439         * examples/stats/mp2ogg.c:
19440         * examples/switch/.cvsignore:
19441         * examples/switch/Makefile.am:
19442         * examples/switch/switcher.c:
19443           move under tests/
19444
19445 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
19446
19447         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
19448         (gst_text_render_class_init), (resize_bitmap),
19449         (gst_text_render_render_text), (gst_text_render_setcaps),
19450         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
19451         (gst_text_render_chain), (gst_text_render_finalize),
19452         (gst_text_render_init), (gst_text_render_set_property):
19453         * ext/pango/gsttextrender.h:
19454           Add missing files.
19455
19456 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
19457
19458         * configure.ac:
19459         * ext/Makefile.am:
19460         * ext/pango/Makefile.am:
19461         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
19462         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
19463         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
19464         * ext/pango/gstclockoverlay.h:
19465         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
19466         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
19467         (gst_text_overlay_finalize), (gst_text_overlay_init),
19468         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
19469         (gst_text_overlay_text_pad_linked),
19470         (gst_text_overlay_text_pad_unlinked),
19471         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
19472         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
19473         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
19474         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
19475         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19476         (gst_text_overlay_change_state), (plugin_init):
19477         * ext/pango/gsttextoverlay.h:
19478         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
19479         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
19480         (gst_time_overlay_class_init), (gst_time_overlay_init):
19481         * ext/pango/gsttimeoverlay.h:
19482           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
19483           and add background shading and text wrapping modes. Make 
19484           timoverlay derive from textoverlay. Also add new clockoverlay
19485           element.
19486
19487 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19488
19489         * gst/udp/Makefile.am: Moved to netbuffer.
19490
19491 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19492
19493         * configure.ac:
19494         * PORTED_O9:
19495         * gst/multipart/Makefile.am:
19496         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
19497         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
19498         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
19499         (gst_multipart_demux_change_state),
19500         (gst_multipart_demux_plugin_init):
19501         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
19502         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
19503         (gst_multipart_mux_sinkconnect),
19504         (gst_multipart_mux_request_new_pad),
19505         (gst_multipart_mux_handle_src_event),
19506         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
19507         (gst_multipart_mux_change_state): Ported multipart mux/demux to
19508         0.9.
19509
19510 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19511
19512         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
19513         * gst/debug/gstnavigationtest.h:
19514         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
19515         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
19516         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
19517         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
19518         * gst/effectv/gstrev.c: (gst_revtv_get_type):
19519         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
19520         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
19521         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
19522         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
19523         (gst_video_flip_get_type):
19524         * gst/videofilter/gstvideoflip.h:
19525           update for symbols change
19526
19527 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19528
19529         * gst/udp/gstdynudpsink.c:
19530         * gst/udp/gstudpsrc.c:
19531           the old gstnet lib was renamed gstnetbuffer (#322257)
19532
19533 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
19534
19535         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
19536         (gst_text_overlay_collected):
19537           Actually render the text from the text pad.
19538
19539 2005-11-29  Edward Hervey  <edward@fluendo.com>
19540
19541         * gst/debug/gstnavseek.c: (gst_navseek_event):
19542         * gst/debug/progressreport.c: (gst_progress_report_event):
19543         Update for GstBaseTransform event virtual method
19544
19545 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19546
19547         * ext/cairo/Makefile.am:
19548           no need to link to videofilter
19549
19550 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19551
19552         * gst/debug/Makefile.am:
19553         * gst/debug/gstnavigationtest.h:
19554         * gst/effectv/Makefile.am:
19555         * gst/effectv/gstaging.c:
19556         * gst/effectv/gstdice.c:
19557         * gst/effectv/gstedge.c:
19558         * gst/effectv/gstquark.c:
19559         * gst/effectv/gstrev.c:
19560         * gst/effectv/gstshagadelic.c:
19561         * gst/effectv/gstvertigo.c:
19562         * gst/effectv/gstwarp.c:
19563         * gst/videofilter/Makefile.am:
19564         * gst/videofilter/gstvideofilter.c:
19565         * gst/videofilter/gstvideofilter.h:
19566         * gst/videofilter/gstvideoflip.h:
19567           remove the videofilter library and link to the one in base
19568
19569 2005-11-28  Edward Hervey  <edward@fluendo.com>
19570
19571         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
19572         Useless check now we're setting the current entry correctly.
19573
19574 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
19575
19576         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
19577         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
19578         (gst_jpegenc_change_state):
19579           Don't leak input buffer in chain function (fixes #322667); make 
19580           state change function thread-safe; don't repeat the current function
19581           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
19582           gst_pad_alloc_buffer(); misc. minor cleanups.
19583
19584 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
19585
19586         * gst/matroska/matroska-mux.c:
19587         (gst_matroska_mux_video_pad_setcaps):
19588         Look for pixel-aspect-ratio in caps, not pixel_width and
19589         pixel_height (Fixes: #322645)
19590
19591 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
19592
19593         * gst/matroska/matroska-mux.c:
19594         (gst_matroska_mux_video_pad_setcaps):
19595         From Michal Benes:
19596         frame duration should be GST_SECOND / framerate, not
19597         GST_SECOND * framerate. (Fixes: #322643)
19598
19599 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19600
19601         * configure.ac:
19602           fix up GST_PLUGIN_LDFLAGS
19603         * gst/rtsp/rtspconnection.c:
19604           fix includes (see #317043)
19605         * gst/videofilter/Makefile.am:
19606           stop installing this library
19607
19608 2005-11-26  Edward Hervey  <edward@fluendo.com>
19609
19610         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
19611         Handle the case where the incoming Video dv stream doesn't have
19612         a pixel aspect ratio set.
19613
19614 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19615
19616         * docs/plugins/Makefile.am:
19617         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19618         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19619         * ext/flac/gstflacdec.c:
19620           document flacdec
19621
19622 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19623
19624         * docs/plugins/Makefile.am:
19625         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19626         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19627         * docs/plugins/inspect/plugin-autodetect.xml:
19628         * ext/cairo/gstcairo.c: (plugin_init):
19629         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
19630         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
19631         (gst_text_overlay_init), (gst_text_overlay_font_init),
19632         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
19633         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
19634         (gst_text_overlay_text_pad_linked),
19635         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
19636         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
19637         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
19638         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19639         (gst_text_overlay_change_state):
19640         * ext/cairo/gsttextoverlay.h:
19641         * ext/cairo/gsttimeoverlay.c:
19642         (gst_cairo_time_overlay_update_font_height),
19643         (gst_cairo_time_overlay_set_caps),
19644         (gst_cairo_time_overlay_get_unit_size),
19645         (gst_cairo_time_overlay_print_smpte_time),
19646         (gst_cairo_time_overlay_transform),
19647         (gst_cairo_time_overlay_base_init),
19648         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
19649         (gst_cairo_time_overlay_get_type):
19650         * ext/cairo/gsttimeoverlay.h:
19651           do some name borgifying
19652           document
19653
19654 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19655
19656         * docs/plugins/Makefile.am:
19657         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19658         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19659         * gst/autodetect/gstautoaudiosink.c:
19660         (gst_auto_audio_sink_base_init):
19661         * gst/autodetect/gstautovideosink.c:
19662         (gst_auto_video_sink_base_init),
19663         (gst_auto_video_sink_factory_filter):
19664           documenting auto*sink
19665           using strstr for the video sink lookup, class field is not ordered
19666         * docs/plugins/inspect/plugin-1394.xml:
19667         * docs/plugins/inspect/plugin-aasink.xml:
19668         * docs/plugins/inspect/plugin-alaw.xml:
19669         * docs/plugins/inspect/plugin-alpha.xml:
19670         * docs/plugins/inspect/plugin-alphacolor.xml:
19671         * docs/plugins/inspect/plugin-auparse.xml:
19672         * docs/plugins/inspect/plugin-autodetect.xml:
19673         * docs/plugins/inspect/plugin-avi.xml:
19674         * docs/plugins/inspect/plugin-cacasink.xml:
19675         * docs/plugins/inspect/plugin-cairo.xml:
19676         * docs/plugins/inspect/plugin-cutter.xml:
19677         * docs/plugins/inspect/plugin-debug.xml:
19678         * docs/plugins/inspect/plugin-dv.xml:
19679         * docs/plugins/inspect/plugin-efence.xml:
19680         * docs/plugins/inspect/plugin-effectv.xml:
19681         * docs/plugins/inspect/plugin-esdsink.xml:
19682         * docs/plugins/inspect/plugin-flac.xml:
19683         * docs/plugins/inspect/plugin-flxdec.xml:
19684         * docs/plugins/inspect/plugin-gconfelements.xml:
19685         * docs/plugins/inspect/plugin-goom.xml:
19686         * docs/plugins/inspect/plugin-jpeg.xml:
19687         * docs/plugins/inspect/plugin-level.xml:
19688         * docs/plugins/inspect/plugin-matroska.xml:
19689         * docs/plugins/inspect/plugin-mulaw.xml:
19690         * docs/plugins/inspect/plugin-navigationtest.xml:
19691         * docs/plugins/inspect/plugin-ossaudio.xml:
19692         * docs/plugins/inspect/plugin-png.xml:
19693         * docs/plugins/inspect/plugin-rtp.xml:
19694         * docs/plugins/inspect/plugin-rtsp.xml:
19695         * docs/plugins/inspect/plugin-shout2send.xml:
19696         * docs/plugins/inspect/plugin-smpte.xml:
19697         * docs/plugins/inspect/plugin-speex.xml:
19698         * docs/plugins/inspect/plugin-udp.xml:
19699         * docs/plugins/inspect/plugin-videobox.xml:
19700         * docs/plugins/inspect/plugin-videoflip.xml:
19701         * docs/plugins/inspect/plugin-videomixer.xml:
19702         * docs/plugins/inspect/plugin-wavenc.xml:
19703         * docs/plugins/inspect/plugin-wavparse.xml:
19704           update for HEAD version
19705
19706 2005-11-25  Michael Smith  <msmith@fluendo.com>
19707
19708         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
19709           Patch from Sebastien Cote to close control sockets in udpsrc.
19710
19711 2005-11-24  Julien MOUTTE  <julien@moutte.net>
19712
19713         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
19714         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
19715         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
19716         (gst_quarktv_base_init), (gst_quarktv_class_init),
19717         (gst_quarktv_init): Flush the planes list on reverse caps
19718         negotiation. This was crashing because of differently sized
19719         buffers.
19720
19721 2005-11-24  Julien MOUTTE  <julien@moutte.net>
19722
19723         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
19724         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
19725         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
19726         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
19727         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
19728         (gst_videoflip_set_property), (gst_videoflip_base_init),
19729         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
19730         correctly, fix identity flipping, convert navigation event 
19731         correctly again.
19732
19733 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19734
19735         * configure.ac: back to HEAD
19736
19737 === release 0.9.6 ===
19738
19739 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
19740
19741         * configure.ac:
19742           releasing 0.9.6, "Everything's Not Lost"
19743
19744 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19745
19746         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
19747         Oops, initialise the framerate GValue
19748
19749 2005-11-23  Julien MOUTTE  <julien@moutte.net>
19750
19751         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
19752         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
19753         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
19754         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
19755         (gst_timeoverlay_get_type):
19756         * ext/cairo/gsttimeoverlay.h:
19757         * gst/debug/Makefile.am:
19758         * gst/debug/gstnavigationtest.c:
19759         (gst_navigationtest_handle_src_event),
19760         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
19761         (gst_navigationtest_transform), (gst_navigationtest_change_state),
19762         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
19763         (gst_navigationtest_init), (gst_navigationtest_get_type),
19764         (plugin_init):
19765         * gst/debug/gstnavigationtest.h:
19766         * gst/effectv/Makefile.am:
19767         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
19768         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
19769         (gst_agingtv_base_init), (gst_agingtv_class_init),
19770         (gst_agingtv_init), (gst_agingtv_get_type):
19771         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
19772         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
19773         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
19774         (gst_dicetv_get_type):
19775         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
19776         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
19777         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
19778         (gst_edgetv_get_type):
19779         * gst/effectv/gsteffectv.c:
19780         * gst/effectv/gsteffectv.h:
19781         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
19782         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
19783         (gst_quarktv_change_state), (gst_quarktv_base_init),
19784         (gst_quarktv_class_init), (gst_quarktv_init),
19785         (gst_quarktv_get_type):
19786         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
19787         (gst_revtv_get_unit_size), (gst_revtv_transform),
19788         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
19789         (gst_revtv_get_type):
19790         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
19791         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
19792         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
19793         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
19794         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
19795         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
19796         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
19797         (gst_vertigotv_init), (gst_vertigotv_get_type):
19798         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
19799         (gst_warptv_get_unit_size), (gst_warptv_transform),
19800         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
19801         (gst_warptv_get_type):
19802         * gst/videofilter/Makefile.am:
19803         * gst/videofilter/gstvideobalance.c:
19804         * gst/videofilter/gstvideobalance.h:
19805         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
19806         (gst_videofilter_class_init), (gst_videofilter_init):
19807         * gst/videofilter/gstvideofilter.h:
19808         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
19809         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
19810         (gst_videoflip_flip), (gst_videoflip_transform),
19811         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
19812         (gst_videoflip_base_init), (gst_videoflip_class_init),
19813         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
19814         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
19815         BaseTransform, it's just a place holder for now and every video
19816         effect plugin has been ported to use BaseTransform features 
19817         directly. QuarkTV was fixed too (was broken), navigationtest works
19818         and best for the end, videoflip converts navigation events depending
19819         on flip method ! Fixes #320953
19820
19821 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19822
19823         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
19824         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
19825         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
19826         (gst_goom_src_negotiate), (gst_goom_chain):
19827         * gst/matroska/matroska-mux.c:
19828         (gst_matroska_mux_video_pad_setcaps):
19829         * sys/osxvideo/osxvideosink.m:
19830           Fixes for API changes
19831
19832 2005-11-23  Michael Smith <msmith@fluendo.com>
19833
19834         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
19835         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
19836         * ext/jpeg/gstjpegdec.h:
19837         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
19838         * ext/jpeg/gstjpegenc.h:
19839         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
19840         (gst_smokeenc_resync):
19841         * ext/jpeg/gstsmokeenc.h:
19842           JPEG fractiony goodness.
19843
19844 2005-11-22  Michael Smith <msmith@fluendo.com>
19845
19846         * gst/goom/filters.c:
19847         * gst/goom/graphic.h:
19848           Fix compilation by making some functions static inline instead of
19849           extern inline, matching the way they're used.
19850
19851 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
19852
19853         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
19854         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
19855         * ext/cairo/gsttextoverlay.h:
19856         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
19857         * ext/gdk_pixbuf/gstgdkpixbuf.h:
19858         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
19859         (gst_pngdec_caps_create_and_set):
19860         * ext/libpng/gstpngdec.h:
19861         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
19862         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
19863         * gst/avi/gstavimux.c: (gst_avimux_init),
19864         (gst_avimux_vidsinkconnect):
19865         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
19866         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
19867         (gst_goom_src_negotiate), (gst_goom_chain):
19868         * gst/goom/gstgoom.h:
19869         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
19870         * gst/matroska/matroska-mux.c:
19871         (gst_matroska_mux_video_pad_setcaps):
19872         * sys/osxvideo/osxvideosink.h:
19873         * sys/osxvideo/osxvideosink.m:
19874           More fractional framerate conversions 
19875
19876 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
19877
19878         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
19879         * gst/debug/gstnavigationtest.c:
19880         (gst_navigationtest_handle_src_event):
19881         * gst/videofilter/gstvideofilter.c:
19882         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
19883         (gst_videofilter_init):
19884         * gst/videofilter/gstvideofilter.h:
19885           Convert to fractional framerates.
19886
19887 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19888
19889         * ext/aalib/gstaasink.c:
19890         * ext/dv/gstdvdec.c:
19891         * ext/esd/esdmon.c:
19892         * ext/flac/gstflacenc.c:
19893         * ext/gdk_pixbuf/pixbufscale.c:
19894         * ext/libcaca/gstcacasink.c:
19895         * ext/shout2/gstshout2.c:
19896         * gst/alpha/gstalpha.c:
19897         * gst/oldcore/gstaggregator.c:
19898         * gst/oldcore/gstshaper.c:
19899         * gst/smpte/barboxwipes.c:
19900         * gst/smpte/gstsmpte.c:
19901         * gst/videobox/gstvideobox.c:
19902         * gst/videofilter/gstvideoflip.c:
19903         * gst/videomixer/videomixer.c:
19904           fix up more enums
19905
19906 2005-11-22  Michael Smith <msmith@fluendo.com>
19907
19908         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
19909         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
19910         (gst_videomixer_update_queues):
19911           Fractional framerates, videomixer.
19912
19913 2005-11-22  Michael Smith <msmith@fluendo.com>
19914
19915         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
19916         * ext/dv/gstdvdec.h:
19917         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
19918         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
19919         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
19920         (gst_dvdemux_flush):
19921         * ext/dv/gstdvdemux.h:
19922           Fractional framerates for DV. 
19923
19924 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
19925
19926         * gst/autodetect/gstautoaudiosink.c:
19927         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
19928         * gst/autodetect/gstautovideosink.c:
19929         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
19930           Use gst_plugin_feature_list_free() to free feature list and
19931           in the case of autovideosink free the list at all. Also
19932           miscellaneous cosmetic fixes.
19933
19934 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19935
19936         * gst/cutter/gstcutter.c: (gst_cutter_chain),
19937         (gst_cutter_set_property), (gst_cutter_get_caps):
19938           copy calculation code from level; remove use of some audio
19939           functions
19940
19941 2005-11-22  Andy Wingo  <wingo@pobox.com>
19942
19943         * Update for gst_tag_setter API changes.
19944
19945 2005-11-22  Andy Wingo  <wingo@pobox.com>
19946
19947         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
19948         (gst_dvdemux_demux_frame)
19949         * ext/flac/gstflacdec.c (gst_flacdec_write)
19950         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
19951         (gst_flacenc_sink_event)
19952         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
19953         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
19954         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
19955         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
19956         * gst/auparse/gstauparse.c (gst_auparse_chain)
19957         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
19958         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
19959         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
19960         (gst_avi_demux_handle_seek)
19961         * gst/goom/gstgoom.c (gst_goom_event)
19962         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
19963         * gst/matroska/matroska-demux.c
19964         (gst_matroska_demux_handle_seek_event)
19965         (gst_matroska_demux_loop_stream_parse_id)
19966         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
19967         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
19968         (gst_wavparse_stream_headers): Run update-funcnames.
19969
19970 2005-11-22  Edward Hervey  <edward@fluendo.com>
19971
19972         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
19973         (gst_dv1394src_init), (gst_dv1394src_dispose),
19974         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
19975         (gst_dv1394src_uri_set_uri):
19976         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
19977         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
19978         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
19979         URIHandler interface and element properties are now properly
19980         synchronized for DV1394src and UDPSrc
19981
19982 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
19983
19984         * ext/flac/Makefile.am:
19985         * ext/speex/Makefile.am:
19986           libgsttagedit has been renamed to libgsttag.
19987
19988 2005-11-21  Wim Taymans  <wim@fluendo.com>
19989
19990         * gst/rtsp/rtspconnection.c: (read_body):
19991         Apply patch from Sebastien Cote to fix #319184.
19992
19993 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
19994
19995         * configure.ac:
19996         * gst/cutter/Makefile.am:
19997         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
19998         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
19999         (gst_cutter_set_property), (gst_cutter_get_property),
20000         (plugin_init), (gst_cutter_get_caps):
20001           port cutter
20002         * gst/level/gstlevel.c:
20003           fix up plugin details
20004
20005 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20006
20007         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
20008         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
20009         (gst_flacdec_src_event):
20010         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
20011         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
20012         (gst_signal_processor_getrange), (gst_signal_processor_chain):
20013         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
20014         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
20015         (gst_flxdec_sink_event_handler):
20016         * gst/matroska/matroska-demux.c:
20017         (gst_matroska_demux_handle_seek_event):
20018         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
20019           Update for stream lock API changes: don't take stream log
20020           in sink event handlers any longer and change GST_STREAM_LOCK
20021           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
20022           functions.
20023
20024 2005-11-21  Michael Smith <msmith@fluendo.com>
20025
20026         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
20027           gst_object_unref, not g_object_unref
20028
20029 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20030
20031         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
20032         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
20033           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
20034
20035 2005-11-21  Michael Smith <msmith@fluendo.com>
20036
20037         * gst/auparse/Makefile.am:
20038         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
20039         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
20040         (gst_auparse_change_state):
20041         * gst/auparse/gstauparse.h:
20042           Partially fix #161712. playbin still doesn't work on these files,
20043           (on the bug report, Andy says we aren't typefinding it for some
20044           reason?) but at least auparse isn't totally busted like it was before.
20045
20046 2005-11-21  Andy Wingo  <wingo@pobox.com>
20047
20048         * *.h:
20049         * *.c: Ran scripts/update-macros. Oh yes.
20050
20051 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20052
20053         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
20054           Filler events are gone for now, comment out section generating
20055           them.
20056
20057 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
20058
20059         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
20060         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
20061         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
20062         * sys/osxvideo/osxvideosink.m:
20063           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
20064           (#322027)
20065
20066 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20067
20068         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
20069         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
20070         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
20071         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
20072         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
20073         (gst_avi_demux_stream_data):
20074         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
20075         * gst/wavenc/gstwavenc.c: (write_metadata):
20076         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
20077         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
20078         Fixes for GST_FOURCC_FORMAT API change.
20079
20080 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20081
20082         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
20083         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
20084         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
20085         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20086         (gst_text_overlay_change_state):
20087         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
20088         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
20089         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
20090         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
20091         * gst/videomixer/videomixer.c: (gst_videomixer_init),
20092         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
20093         (gst_videomixer_change_state):
20094           Fix for collect pads API change. Also fix textoverlay state
20095           change function.
20096
20097 2005-11-20  Julien MOUTTE  <julien@moutte.net>
20098
20099         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
20100         GST_PAD_IS_USABLE by something approaching it.
20101
20102 2005-11-20  Julien MOUTTE  <julien@moutte.net>
20103
20104         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
20105         API changes.
20106         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
20107         but also fix the code that was not checking return values from
20108         pad_push neither using pad_alloc_buffer.
20109
20110 2005-11-18  Edward Hervey  <edward@fluendo.com>
20111
20112         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
20113         (gst_pngenc_chain):
20114         Added debug category
20115         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
20116         goes to EOS.
20117
20118 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
20119
20120         * gst/rtp/Makefile.am
20121         * gst/rtp/gstrtp.c
20122         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
20123         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
20124         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
20125         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
20126         * gst/rtp/gstrtpg711enc.h:
20127         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
20128         * gst/rtp/gstrtpspeexenc.c:
20129         * gst/rtp/gstrtpspeexenc.h:
20130         * gst/rtp/gstrtpspeexdec.c:
20131         * gst/rtp/gstrtpspeexdec.h:
20132         Created Speex payloader and depayloader; Optimize G711 payloader to
20133         use adapter and send packets until MTU size.
20134
20135 2005-11-16  Wim Taymans  <wim@fluendo.com>
20136
20137         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
20138         Fix leak in check.
20139
20140 2005-11-16  Wim Taymans  <wim@fluendo.com>
20141
20142         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
20143         Fix state change.
20144
20145 2005-11-16  Andy Wingo  <wingo@pobox.com>
20146
20147         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
20148         (gst_udpsrc_create): Move comment.
20149
20150 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
20151
20152         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20153
20154         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
20155           When seeking, seek to closest index entry at or before the requested
20156           seek position, not just the closest one (#321001).
20157
20158 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
20159
20160         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
20161         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
20162           Invert DIB images again (see #132341).
20163
20164 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20165
20166         * configure.ac:
20167           rework configure.ac file
20168         * ext/aalib/gstaasink.c:
20169         * ext/cairo/gstcairo.c:
20170         * ext/dv/gstdv.c:
20171         * ext/esd/gstesd.c:
20172         * ext/flac/gstflac.c:
20173         * ext/gconf/gstgconfelements.c:
20174         * ext/gdk_pixbuf/gstgdkpixbuf.c:
20175         * ext/jpeg/gstjpeg.c:
20176         * ext/ladspa/gstladspa.c:
20177         * ext/libcaca/gstcacasink.c:
20178         * ext/libmng/gstmng.c:
20179         * ext/libpng/gstpng.c:
20180         * ext/mikmod/gstmikmod.c:
20181         * ext/pango/gsttextoverlay.c:
20182         * ext/pango/gsttimeoverlay.c:
20183         * ext/raw1394/gst1394.c:
20184         * ext/speex/gstspeex.c:
20185         * gst/alpha/Makefile.am:
20186         * gst/alpha/gstalpha.c:
20187         * gst/alpha/gstalphacolor.c:
20188         * gst/auparse/gstauparse.c:
20189         * gst/autodetect/gstautoaudiosink.c:
20190         (gst_auto_audio_sink_factory_filter),
20191         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
20192         * gst/autodetect/gstautodetect.c:
20193         * gst/avi/gstavi.c:
20194         * gst/cutter/gstcutter.c:
20195         * gst/debug/efence.c:
20196         * gst/debug/gstdebug.c:
20197         * gst/debug/gstnavigationtest.c:
20198         * gst/effectv/gsteffectv.c:
20199         * gst/flx/gstflxdec.c:
20200         * gst/goom/gstgoom.c:
20201         * gst/interleave/plugin.c:
20202         * gst/law/alaw.c:
20203         * gst/law/mulaw.c:
20204         * gst/level/gstlevel.c:
20205         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
20206         * gst/matroska/matroska.c:
20207         * gst/median/gstmedian.c:
20208         * gst/monoscope/gstmonoscope.c:
20209         * gst/multipart/multipart.c:
20210         * gst/oldcore/gstelements.c:
20211         * gst/rtp/gstrtp.c:
20212         * gst/rtsp/gstrtsp.c:
20213         * gst/smoothwave/gstsmoothwave.c:
20214         * gst/smpte/gstsmpte.c:
20215         * gst/udp/gstudp.c:
20216         * gst/videobox/gstvideobox.c:
20217         * gst/videofilter/gstgamma.c:
20218         * gst/videofilter/gstvideobalance.c:
20219         * gst/videofilter/gstvideoflip.c:
20220         * gst/videofilter/gstvideotemplate.c:
20221         * gst/videomixer/videomixer.c:
20222         * gst/wavenc/gstwavenc.c:
20223         * gst/wavparse/gstwavparse.c:
20224         * sys/oss/gstossaudio.c:
20225         * sys/osxaudio/gstosxaudio.c:
20226           update GST_PLUGIN_DEFINE
20227         * gst/rtp/Makefile.am:
20228         * gst/rtp/gstasteriskh263.c:
20229           check for htons/htonl headers and possibly link to winsock2 lib
20230
20231 2005-11-12  Edward Hervey  <edward@fluendo.com>
20232
20233         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
20234         Only GST_DEBUG() information on the valid components.
20235
20236 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20237
20238         * configure.ac: back to HEAD
20239
20240 === release 0.9.5 ===
20241
20242 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
20243
20244         * configure.ac:
20245           releasing 0.9.5, "Phone Alarm"
20246
20247 2005-11-11  Edward Hervey  <edward@fluendo.com>
20248
20249         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20250         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
20251         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
20252         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
20253         (gst_avi_demux_loop):
20254         * gst/avi/gstavidemux.h:
20255         Yeah, implement proper seeking. Exact seeking and segment seeking.
20256         Still need to do some checks for segment_stop.
20257
20258 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
20259
20260         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20261
20262         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
20263           Don't try to ready buffer duration from buffer that we don't
20264           own any  longer and that might already have been unreffed.
20265           (#321136)
20266
20267 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
20268
20269         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
20270         (flx_decode_delta_flc), (gst_flxdec_chain):
20271         Attempting to optimize the code for embedded systems.
20272
20273 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
20274
20275         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20276
20277         * sys/oss/gstosssink.c: (gst_oss_sink_close):
20278           Don't re-use already closed file descriptor. (#320920)
20279
20280 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20281
20282         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
20283         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
20284         (gst_oss_sink_prepare):
20285         * sys/oss/gstosssink.h:
20286           Cache probed caps; fix debug output for SET_PARAM macros.
20287
20288 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20289
20290         * ext/cairo/Makefile.am:
20291         * ext/cairo/gstcairo.c: (plugin_init):
20292         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
20293         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
20294         (gst_text_overlay_init), (gst_text_overlay_font_init),
20295         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
20296         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
20297         (gst_text_overlay_text_pad_linked),
20298         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
20299         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
20300         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
20301         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20302         (gst_text_overlay_change_state):
20303         * ext/cairo/gsttextoverlay.h:
20304           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
20305           property and redo positioning. Doesn't handle upstream renegotiation
20306           yet though.
20307
20308 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20309
20310         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
20311         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
20312         (gst_avi_demux_loop):
20313           No need to take the STREAM_LOCK in the loop function. Improve
20314           some debug messages. Don't leak pad names in debug messages.
20315
20316 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20317
20318         * gst/matroska/matroska-demux.c:
20319         (gst_matroska_demux_push_vorbis_codec_priv_data),
20320         (gst_matroska_demux_add_wvpk_header):
20321           Don't error out when the source pad isn't linked.
20322
20323 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
20324
20325         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
20326         (gst_gconf_audio_sink_change_state):
20327         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
20328         (gst_gconf_video_sink_change_state):
20329           Fix state change functions here as well and set kid
20330           to NULL state before removing it.
20331
20332 2005-11-01  Edward Hervey  <edward@fluendo.com>
20333
20334         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
20335         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
20336         Added proper event handlind, 
20337         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
20338         ignored),
20339         and don't set a duration of 0 for buffers otherwise they are discarded
20340         by GstBaseSink.
20341
20342         GstWavEnc needs some serious loving, after going through the code I'm
20343         really wondering how this can stay in -good ...
20344
20345 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20346
20347         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
20348         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
20349         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
20350         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
20351         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
20352         (gst_matroska_mux_collected):
20353           Fix leaks and invalid memory access as reported by valgrind
20354
20355 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20356
20357         Patch by: Michal Benes <michal.benes@xeris.cz>
20358
20359         * check/Makefile.am:
20360         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
20361         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
20362         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
20363           add a unit test for matroskamux
20364           fix the bugs that the unit test exposed
20365
20366 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
20367
20368         * gst/autodetect/gstautoaudiosink.c:
20369         (gst_auto_audio_sink_class_init),
20370         (gst_auto_audio_sink_change_state):
20371         * gst/autodetect/gstautovideosink.c:
20372         (gst_auto_video_sink_class_init),
20373         (gst_auto_video_sink_change_state):
20374           Fix state change function and use GST_DEBUG_FUNCPTR in
20375           class_init.
20376
20377 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
20378
20379         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20380
20381         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
20382         (gst_ebml_write_reset), (gst_ebml_write_element_new):
20383         * gst/matroska/ebml-write.h:
20384         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
20385           Set timestamps on outgoing ebml headers as well, so that the
20386           element after matroskamux can get the timestamp already when
20387           reading the first ebml element and doesn't have to wait for
20388           the actual data buffer for that (#320308).
20389           
20390 2005-10-31  Andy Wingo  <wingo@pobox.com>
20391
20392         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
20393         (gst_videomixer_pad_link): Kill some memleaks.
20394         (gst_videomixer_pad_get_property): Style fix.
20395         (gst_videomixer_pad_set_property): Style fix.
20396         (gst_videomixer_pad_init): Style fix.
20397         (gst_videomixer_update_queues): Kill memleak.
20398         (gst_videomixer_loop): Kill memleak.
20399         (gst_videomixer_collected): Kill memleak.
20400
20401 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
20402
20403         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
20404         gst_auparse_change_state:
20405         Just some cleanup.
20406
20407 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
20408
20409         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
20410         Add checks to GST_FLOW_NOT_LINKED for values returned
20411         from gst_pad_push.
20412         
20413 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20414
20415         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
20416         (gst_rtpg711dec_process):
20417         * gst/rtp/gstrtpgsmenc.c:
20418         Payloader now sets some default caps on the srcpad if caps on the sinkpad
20419         are never set. This is important for the g711 to work with burger's rtpbin
20420         element.
20421
20422 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
20423
20424         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
20425         (gst_speexenc_push_buffer):
20426         Add checks for return values from gst_pad_push and
20427         gst_pad_alloc_buffer.
20428
20429 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
20430
20431         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20432
20433         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
20434         (gst_matroska_demux_parse_info),
20435         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
20436         (gst_matroska_demux_parse_cluster):
20437         * gst/matroska/matroska-ids.h:
20438         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
20439         (gst_matroska_mux_init), (gst_matroska_mux_start),
20440         (gst_matroska_mux_create_buffer_header),
20441         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
20442         (gst_matroska_mux_get_property):
20443         * gst/matroska/matroska-mux.h:
20444           Add SimpleBlock support to matroska demuxer and muxer (part of
20445           Matroska v2). (#319731)
20446
20447 2005-10-28  Wim Taymans  <wim@fluendo.com>
20448
20449         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
20450         (gst_jpeg_dec_change_state):
20451         * ext/jpeg/gstjpegdec.h:
20452         Cleanups. Don't create caps for every chain.
20453
20454 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
20455
20456         * gst/law/alaw-encode.c: (gst_alawenc_init),
20457         (alawenc_setcaps), (gst_alawenc_chain)
20458         * gst/law/alaw-encode.h:
20459         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
20460         (mulawenc_setcaps), (gst_mulawenc_chain)
20461         * gst/law/mulaw-encode.h:
20462         Set timestamp on buffer and it allows RTP G711 elements
20463         work properly.
20464
20465 2005-10-27  Wim Taymans  <wim@fluendo.com>
20466
20467         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
20468         Set correct format on oss instead of a silly value. 
20469
20470 2005-10-27  Julien MOUTTE  <julien@moutte.net>
20471
20472         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20473         (gst_video_box_transform_caps), (gst_video_box_set_caps),
20474         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
20475         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
20476         I420 rendering as well, doesn't bring much for my platform.
20477         Might help on some other platforms.
20478
20479 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
20480
20481         * gst/rtp/gstrtpgsmenc.c:
20482         * gst/rtp/gstrtpgsmparse.c:
20483         Declaring the padtemplate correctly.
20484
20485 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20486
20487         * gst/rtp/gstrtpg711dec.c:
20488         * gst/rtp/gstrtpg711enc.c:
20489         * gst/rtp/gstrtpgsmenc.c:
20490         * gst/rtp/gstrtpgsmparse.c:
20491         Setting the proper copyright notice.
20492
20493 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20494
20495         * gst/videobox/Makefile.am: Use liboil.
20496         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20497         (gst_video_box_set_property), (gst_video_box_transform_caps),
20498         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
20499         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
20500         using liboil. Will dot the same to I420 border generation
20501         tomorrow.
20502
20503 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20504
20505         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
20506         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
20507         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
20508         * gst/rtp/gstrtpg711dec.h:
20509         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
20510         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
20511         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
20512         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
20513         (gst_rtpgsmenc_handle_buffer):
20514         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
20515         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
20516         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
20517         * gst/rtp/gstrtpgsmparse.h:
20518         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
20519         inherits from the basertpdepayloader.
20520
20521 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20522
20523         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20524         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
20525         (gst_video_box_ayuv): Removing this forgotten debug.
20526
20527 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20528
20529         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20530         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
20531         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
20532
20533 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
20534
20535         * sys/oss/gstossaudio.c:
20536         * sys/oss/gstossdmabuffer.c:
20537         * sys/oss/gstosshelper.c:
20538         * sys/oss/gstossmixer.c:
20539         * sys/oss/gstossmixerelement.c:
20540         * sys/oss/gstossmixertrack.c:
20541         * sys/oss/gstosssink.c:
20542         * sys/oss/gstosssrc.c:
20543           Actually use the 'oss' debug category we register.
20544
20545 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20546
20547         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
20548         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
20549         Use gst_pad_get_parent and drop the ref that was added through
20550         that call.
20551
20552 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
20553
20554         * gst/rtp/gstrtpgsmenc.c:
20555           Fix compilation
20556
20557 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
20558
20559         * gst/rtp/gstrtpg711dec.c
20560         Just removed a couple of lines of weird code used during
20561         development/test time.
20562
20563 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
20564
20565         * gst/rtp/Makefile.am
20566         * gst/rtp/gstrtp.c
20567         * gst/rtp/gstrtpg711enc.c
20568         * gst/rtp/gstrtpg711enc.h
20569         * gst/rtp/gstrtpg711dec.c
20570         * gst/rtp/gstrtpg711dec.h
20571         Created G711 payloader and depayloader (it supports mulaw and alaw
20572         (dec)encoders)
20573
20574 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20575
20576         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20577         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
20578         Doh ! I introduced wingo's bug again ! Sorry...
20579
20580 2005-10-25  Christian Schaller <christian@fluendo.com> 
20581
20582         * gst/rtp/Makefile.am: add missing header files for disting
20583
20584 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
20585
20586         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
20587         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
20588         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
20589         (gst_rtpgsmenc_handle_buffer):
20590         * gst/rtp/gstrtpgsmenc.h:
20591         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
20592         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
20593         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
20594         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
20595         * gst/rtp/gstrtpgsmparse.h:
20596         Getting the GSM (de)payloader working and compatible with our plans for RTP.
20597
20598 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20599
20600         * ext/libpng/gstpngdec.c: (user_info_callback),
20601         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
20602         a newsegment event, move some redundant code in a single place.
20603
20604 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20605
20606         * ext/libpng/gstpngdec.c: (user_info_callback),
20607         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
20608         hack to get correct colors order when we have a png image with
20609         alpha channel.
20610
20611 2005-10-24  Edward Hervey  <edward@fluendo.com>
20612
20613         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
20614         Call gst_element_no_more_pads when there will be no more pads.
20615
20616 2005-10-24  Wim Taymans  <wim@fluendo.com>
20617
20618         * gst/rtp/Makefile.am:
20619         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
20620         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
20621         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
20622         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
20623         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
20624         (gst_asteriskh263_plugin_init):
20625         * gst/rtp/gstasteriskh263.h:
20626         * gst/rtp/gstrtp.c: (plugin_init):
20627         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
20628         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
20629         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
20630         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
20631         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
20632         (gst_rtph263enc_plugin_init):
20633         * gst/rtp/gstrtph263enc.h:
20634         Added two new payloaders, an RFC 2190 payloader for h263 and
20635         a payload convertor for an asterisk server.
20636
20637 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
20638
20639         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
20640           Set bytes_per_sample correctly (is not always 4, but 
20641           depends on width and number of channels).
20642
20643 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
20644
20645         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
20646         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
20647         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
20648         (gst_flacenc_sink_event), (gst_flacenc_chain),
20649         (gst_flacenc_set_property), (gst_flacenc_get_property),
20650         (gst_flacenc_change_state):
20651         * ext/flac/gstflacenc.h:
20652           Fix seeking, so that flacenc can rewrite the header with the
20653           correct duration and amount of samples and all that at EOS;
20654           also set timestamps and granulepos on outgoing buffers; add
20655           debug category; fix state change function.
20656           
20657 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20658
20659         * gst/videomixer/videomixer.c: Don't restrict video geometry
20660         from 16 to 4096.
20661
20662 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20663
20664         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20665         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
20666         Fix caps negotiation correctly, add debugging category.
20667
20668 2005-10-24  Christian Schaller  <christian@fluendo.com>
20669
20670         * configure.ac: Port over Thomas's change from base listing all plugins
20671
20672 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20673
20674         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
20675         a sink pad.
20676
20677 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20678
20679         * configure.ac:
20680         * docs/upload.mak:
20681           back to HEAD
20682
20683 === release 0.9.4 ===
20684
20685 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20686
20687         * configure.ac:
20688           Releasing 0.9.4, "Dromiceiomimus"
20689
20690 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
20691
20692         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
20693         (gst_speexenc_src_query):
20694           Add position and duration query, fix query type function.
20695           
20696         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
20697         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
20698           Let's not set non-fixed caps on source pads.
20699
20700 2005-10-21  Wim Taymans  <wim@fluendo.com>
20701
20702         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
20703         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
20704         (gst_avi_demux_handle_seek):
20705         Set correct stream_time in newsegment event.
20706         avi can also handle a duration query now.
20707
20708 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
20709
20710         * gst/matroska/matroska-demux.c:
20711         (gst_matroska_demux_handle_src_query),
20712         (gst_matroska_demux_handle_seek_event),
20713         (gst_matroska_demux_loop_stream_parse_id):
20714           Fix duration query; fix basetime in newsegment event after
20715           seek; fix duration in initial newsegment event.
20716
20717         * gst/matroska/matroska-mux.c:
20718         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
20719           Extract number of channels and samplerate from vorbis headers;
20720           add some debug messages when querying the durations of the
20721           input streams.
20722
20723 2005-10-20  Wim Taymans  <wim@fluendo.com>
20724
20725         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20726         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20727         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
20728         Set stream time correctly in newsegment.
20729
20730 2005-10-20  Wim Taymans  <wim@fluendo.com>
20731
20732         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
20733         Correctly fill in the stream time.
20734
20735 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
20736
20737         * check/elements/level.c: (GST_START_TEST):
20738         * gst/level/gstlevel.c: (gst_level_message_new):
20739         * gst/level/level-example.c: (message_handler):
20740           use ELEMENT messages instead
20741
20742 2005-10-19  Wim Taymans  <wim@fluendo.com>
20743
20744         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
20745         (gst_dvdemux_src_query):
20746         * ext/flac/gstflacdec.c: (gst_flacdec_length),
20747         (gst_flacdec_src_query):
20748         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
20749         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
20750         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
20751         * gst/debug/gstnavseek.c: (gst_navseek_seek):
20752         * gst/debug/progressreport.c: (gst_progress_report_report):
20753         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
20754         * gst/matroska/matroska-demux.c:
20755         (gst_matroska_demux_handle_src_query):
20756         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
20757         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20758         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20759         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
20760         (gst_wavparse_srcpad_event):
20761         API change fix.
20762
20763 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
20764
20765         * gst/goom/filters.c:
20766         * gst/goom/graphic.h:
20767         * gst/goom/lines.c:
20768           Make inline functions either 'static inline' or 'extern inline',
20769           otherwise the Forte compiler apparently won't inline them (#317300).
20770
20771 2005-10-19  Julien MOUTTE  <julien@moutte.net>
20772
20773         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
20774         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
20775         (user_info_callback), (user_endrow_callback), (user_end_callback),
20776         (user_read_data), (gst_pngdec_caps_create_and_set),
20777         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
20778         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
20779         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
20780         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
20781         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
20782         very nice and handle push/pull based model. if you have filesrc
20783         connected to it, it will do random access to load the png file.
20784         If you have a network source that can't do _getrange, it does 
20785         progressive loading through the chain function.
20786         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
20787         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
20788         thanks to Master Wim Taymans ;-)
20789
20790 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
20791
20792         * gst/matroska/Makefile.am:
20793         * gst/matroska/ebml-read.c:
20794         * gst/matroska/ebml-read.h:
20795         * gst/matroska/matroska-demux.c:
20796         * gst/matroska/matroska-demux.h:
20797         * gst/matroska/matroska.c: (plugin_init):
20798           Ported matroska demuxer to 0.9.
20799
20800 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
20801
20802         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20803
20804         * gst/matroska/matroska-mux.c:
20805         (gst_matroska_mux_video_pad_setcaps),
20806         (gst_matroska_mux_audio_pad_setcaps):
20807           Fix mpeg4 input handling (#318847); also, while we're at it,
20808           fix media type for Motion-JPEG: should be image/jpeg.
20809
20810 2005-10-18  Wim Taymans  <wim@fluendo.com>
20811
20812         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20813         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20814         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
20815         Fix for segment-start/stop API change.
20816
20817 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20818
20819         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
20820         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
20821         way.
20822
20823 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20824
20825         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
20826         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
20827         output declared in transform_caps.
20828
20829 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20830
20831         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
20832
20833 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20834
20835         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
20836         (gst_video_box_get_unit_size): Fix wrong size calculations and
20837         implement get_unit_size correctly.
20838
20839 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
20840
20841         * configure.ac:
20842           Enable flx plugin.
20843
20844         * gst/flx/gstflxdec.c: (flx_decode_chunks):
20845           Fix gcc4 signedness issue.
20846
20847 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20848
20849         * configure.ac: Adding videomixer.
20850         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
20851         (user_read_data), (gst_pngdec_chain): More debugging.
20852         * gst/alpha/Makefile.am: Adding alphacolor
20853         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
20854         (gst_alpha_color_class_init), (gst_alpha_color_init),
20855         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
20856         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
20857         (plugin_init): Ported to 0.9 using in place base tranform.
20858         * gst/videomixer/Makefile.am:
20859         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
20860         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
20861         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
20862         (gst_videomixer_pad_init), (gst_videomixer_class_init),
20863         (gst_videomixer_init), (gst_videomixer_getcaps),
20864         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
20865         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
20866         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
20867         to 0.9 using collectpads.
20868
20869 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
20870
20871         * configure.ac:
20872         * gst/flx/Makefile.am:
20873         * gst/flx/gstflxdec.c: (gst_flxdec_init),
20874         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
20875         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
20876         * gst/flx/gstflxdec.h:
20877         flx plugin ported to 0.9
20878
20879 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20880
20881         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
20882           use new gst_version_string()
20883
20884 2005-10-16  Andy Wingo  <wingo@pobox.com>
20885
20886         * configure.ac: GLIB_CHECK.
20887
20888 2005-10-15  Julien MOUTTE  <julien@moutte.net>
20889
20890         * ext/libpng/Makefile.am:
20891         * ext/libpng/gstpng.c: (plugin_init):
20892         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
20893         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
20894         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
20895
20896 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
20897
20898         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20899
20900         * configure.ac:
20901         * gst/matroska/Makefile.am:
20902         * gst/matroska/ebml-ids.h:
20903         * gst/matroska/ebml-write.c:
20904         * gst/matroska/ebml-write.h:
20905         * gst/matroska/matroska-ids.h:
20906         * gst/matroska/matroska-mux.c:
20907         * gst/matroska/matroska-mux.h:
20908         * gst/matroska/matroska.c: (plugin_init):
20909           Port matroska muxer to 0.9 (#318847).
20910
20911 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
20912
20913         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
20914         (comment_init), (comment_add):
20915           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
20916           use GST_READ_UINT32_LE() and friends rather than the private
20917           implementation of those same macros.
20918
20919 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
20920
20921         * examples/stats/mp2ogg.c:
20922           more typo fixes
20923
20924 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
20925
20926         * examples/indexing/indexmpeg.c: (main):
20927         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
20928         (gst_esdmon_close_audio), (gst_esdmon_change_state):
20929         * ext/esd/esdmon.h:
20930         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
20931         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
20932         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
20933         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
20934         * gst/avi/gstavimux.c: (gst_avimux_init):
20935         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
20936         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
20937         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
20938         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
20939         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
20940         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
20941         * gst/oldcore/gstmultifilesrc.h:
20942         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
20943         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
20944         (gst_pipefilter_change_state):
20945         * gst/oldcore/gstpipefilter.h:
20946         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
20947         * gst/videomixer/videomixer.c: (gst_videomixer_init):
20948         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
20949         * sys/osxaudio/gstosxaudiosink.h:
20950         * sys/osxaudio/gstosxaudiosrc.h:
20951           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
20952           moved bitshift from macro to enum definition
20953
20954 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
20955
20956         * ext/Makefile.am:
20957         * ext/cairo/Makefile.am:
20958         * ext/cairo/gstcairo.c: (plugin_init):
20959         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
20960         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
20961         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
20962         * ext/cairo/gsttimeoverlay.h:
20963           update of cairo-based timeoverlay to 1.0 Cairo API
20964           doesn't work yet for resizing of output sink
20965
20966 2005-10-11  Wim Taymans  <wim@fluendo.com>
20967
20968         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
20969         newsegment API fix.
20970
20971 2005-10-11  Wim Taymans  <wim@fluendo.com>
20972
20973         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
20974         (gst_dvdemux_demux_frame):
20975         * ext/flac/gstflacdec.c: (gst_flacdec_write):
20976         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20977         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
20978         (gst_avi_demux_handle_seek):
20979         * gst/goom/gstgoom.c: (gst_goom_event):
20980         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
20981         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20982         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20983         (gst_wavparse_loop), (gst_wavparse_pad_convert),
20984         (gst_wavparse_srcpad_event):
20985         newsegment API update.
20986
20987 2005-10-11  Andy Wingo  <wingo@pobox.com>
20988
20989         * ext/speex/gstspeexenc.c: Signedness cleanups.
20990
20991 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
20992
20993         * PORTED_09:
20994         * ext/speex/Makefile.am:
20995         * ext/speex/gstspeex.c:
20996         * ext/speex/gstspeexenc.c:
20997         Speexenc ported to 0.9
20998
20999 2005-10-10  Wim Taymans  <wim@fluendo.com>
21000
21001         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
21002         (gst_oss_sink_init), (gst_oss_sink_set_property),
21003         (gst_oss_sink_get_property), (gst_oss_sink_open),
21004         (gst_oss_sink_prepare), (gst_oss_sink_reset):
21005         * sys/oss/gstosssink.h:
21006         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
21007         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
21008         (gst_oss_src_prepare):
21009         Cleanups, make device configurable in the sink, handle and report
21010         errors.
21011
21012 2005-10-10  Wim Taymans  <wim@fluendo.com>
21013
21014         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
21015         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
21016         Make sure element is NULL before removing from the bin.
21017
21018 2005-10-07  Andy Wingo  <wingo@pobox.com>
21019
21020         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
21021         block forever in a read().
21022         (gst_dv1394src_bus_reset): Post a message when the cable is
21023         unplugged.
21024         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
21025         (gst_dv1394src_bus_reset): Don't unref the message.
21026
21027         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
21028         hacking. The only change should be that the state change stuff was
21029         put into basesrc's start() and stop() routines, which coalesces
21030         some steps.
21031
21032 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
21033
21034         * configure.ac:
21035           Add check for mmap
21036           
21037         * gst/debug/Makefile.am:
21038           Only compile efence plugin on systems that have mmap.
21039
21040 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
21041
21042         * gst/debug/Makefile.am:
21043         * gst/debug/breakmydata.c:
21044         * gst/debug/gstdebug.c:
21045         * gst/debug/gstnavigationtest.c:
21046         * gst/debug/gstnavseek.c: 
21047         * gst/debug/gstnavseek.h:
21048         * gst/debug/progressreport.c: 
21049         * gst/debug/testplugin.c:
21050           Port progressreport, navseek, navigationtest, testsink and
21051           breakmydata.
21052
21053 2005-10-05  Edward Hervey  <edward@fluendo.com>
21054
21055         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
21056         (gst_dvdemux_src_query):
21057         Fixes for better conversion
21058
21059 2005-10-04  Michael Smith <msmith@fluendo.com>
21060
21061         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
21062         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
21063         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
21064         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
21065           Set state of elements to NULL before removing from bins.
21066           Set state of test element to NULL if we failed to move it to READY
21067
21068 2005-10-04  Edward Hervey  <edward@fluendo.com>
21069
21070         * ext/dv/Makefile.am:
21071         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
21072         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
21073         Corrected the query function for position so it doesn't forget what
21074         format was asked, and calls the conversion functions on the correct pad.
21075
21076 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21077
21078         * configure.ac:
21079           back to development
21080
21081 === release 0.9.3 ===
21082
21083 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21084
21085         * configure.ac:
21086           Releasing 0.9.3, "Aramis"
21087
21088 2005-10-03  Andy Wingo  <wingo@pobox.com>
21089
21090         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
21091         error returns.
21092
21093 2005-10-02  Andy Wingo  <wingo@pobox.com>
21094
21095         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
21096
21097         * ext/flac/gstflacenc.c: Ported to 0.9.
21098
21099         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
21100
21101         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
21102         and link to gsttagedit. Enable flacenc.
21103
21104         * ext/flac/gstflacdec.c: Re-enable tag reading.
21105
21106 2005-09-30  Wim Taymans  <wim@fluendo.com>
21107
21108         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
21109         * gst/rtp/gstrtpgsmparse.c:
21110         * gst/rtp/gstrtph263penc.c:
21111         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21112         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21113         (gst_rtpmp4venc_set_property):
21114         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
21115         Various class and caps fixes from Andre Magalhaes (andrunko)
21116
21117 2005-09-29  Wim Taymans  <wim@fluendo.com>
21118
21119         * gst/level/level-example.c: (main):
21120         Update for new bus API.
21121
21122 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
21123
21124         * configure.ac:
21125           Fix unexpanded autoconf macro GST_DOC, which has been renamed
21126           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
21127
21128 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
21129
21130         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
21131           Fix playback of mono streams (bytes_per_sample should be set
21132           from the sample width and the number of channels negotiated,
21133           and not just be set to 4) (#317338)
21134
21135 2005-09-26  Wim Taymans  <wim@fluendo.com>
21136
21137         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
21138         (gst_rtpmpaenc_handle_buffer):
21139         Set buffer duration correctly.
21140
21141 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
21142
21143         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
21144         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
21145         (gst_avi_demux_change_state):
21146           Don't crash when encountering a stream with an unknown fourcc or
21147           codec id. Instead, create a pad of type video/x-avi-unknown or
21148           audio/x-avi-unknown, which as a side-effect also results in less
21149           confusing error messages in players ('no decoder' vs. 'no streams');
21150           minor fixes to state change function and class_init function.
21151
21152 2005-09-24  Wim Taymans  <wim@fluendo.com>
21153
21154         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
21155         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
21156         These are sinks.
21157
21158 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21159
21160         * check/elements/level.c: (GST_START_TEST):
21161           fix test for new GstClockTime use
21162         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
21163         (gst_level_transform_ip):
21164         * gst/level/gstlevel.h:
21165           fix up the decay peak, ensuring the decay peak is never lower
21166           than the peak for that interval
21167
21168 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21169
21170         * docs/plugins/gst-plugins-good-plugins.args:
21171         * docs/plugins/inspect/plugin-alpha.xml:
21172         * docs/plugins/inspect/plugin-rtp.xml:
21173         * gst/level/gstlevel.c: (gst_level_set_caps),
21174         (gst_level_transform_ip):
21175           updating docs
21176
21177 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21178
21179         * Makefile.am:
21180         * check/elements/level.c: (GST_START_TEST):
21181         * gst/level/Makefile.am:
21182         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
21183         (gst_level_set_property), (gst_level_get_property),
21184         (gst_level_set_caps), (gst_level_message_new),
21185         (gst_level_transform_ip):
21186         * gst/level/gstlevel.h:
21187         * gst/level/level-example.c: (message_handler), (main):
21188           convert to using GstClockTime for all time values, finally.
21189
21190 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21191
21192         * gst/auparse/Makefile.am:
21193         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21194           fix up build
21195         * configure.ac:
21196         * ext/cairo/Makefile.am:
21197         * ext/dv/Makefile.am:
21198         * ext/esd/Makefile.am:
21199         * ext/flac/Makefile.am:
21200         * ext/gconf/Makefile.am:
21201         * ext/gdk_pixbuf/Makefile.am:
21202         * ext/jpeg/Makefile.am:
21203         * ext/ladspa/Makefile.am:
21204         * ext/libcaca/Makefile.am:
21205         * ext/libmng/Makefile.am:
21206         * ext/libpng/Makefile.am:
21207         * ext/mikmod/Makefile.am:
21208         * ext/pango/Makefile.am:
21209         * ext/raw1394/Makefile.am:
21210         * ext/shout2/Makefile.am:
21211         * ext/speex/Makefile.am:
21212         * gst/alpha/Makefile.am:
21213         * gst/autodetect/Makefile.am:
21214         * gst/avi/Makefile.am:
21215         * gst/cutter/Makefile.am:
21216         * gst/debug/Makefile.am:
21217         * gst/effectv/Makefile.am:
21218         * gst/flx/Makefile.am:
21219         * gst/goom/Makefile.am:
21220         * gst/interleave/Makefile.am:
21221         * gst/law/Makefile.am:
21222         * gst/matroska/Makefile.am:
21223         * gst/median/Makefile.am:
21224         * gst/monoscope/Makefile.am:
21225         * gst/multipart/Makefile.am:
21226         * gst/oldcore/Makefile.am:
21227         * gst/rtp/Makefile.am:
21228         * gst/rtsp/Makefile.am:
21229         * gst/smoothwave/Makefile.am:
21230         * gst/smpte/Makefile.am:
21231         * gst/videobox/Makefile.am:
21232         * gst/videofilter/Makefile.am:
21233         * gst/videomixer/Makefile.am:
21234         * gst/wavenc/Makefile.am:
21235         * gst/wavparse/Makefile.am:
21236         * sys/oss/Makefile.am:
21237         * sys/osxaudio/Makefile.am:
21238         * sys/osxvideo/Makefile.am:
21239           fix up GST_LIBS use
21240
21241 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21242
21243         * gst/auparse/Makefile.am:
21244         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21245           fix build of auparse
21246
21247 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
21248
21249         * configure.ac:
21250         * PORTED_09:
21251         * gst/auparse/gstauparse.c:
21252         * gst/auparse/gstauparse.h:
21253         Auparse ported to 0.9.
21254
21255 2005-09-22  Wim Taymans  <wim@fluendo.com>
21256
21257         * gst/rtp/TODO:
21258         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
21259         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21260         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21261         (gst_rtpmp4venc_set_property):
21262         * gst/rtp/gstrtpmp4venc.h:
21263         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
21264         * gst/rtp/gstrtpmpaenc.h:
21265         Use is_filled to both check MTU and max-ptime of base class.
21266
21267 2005-09-22  Wim Taymans  <wim@fluendo.com>
21268
21269         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21270         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21271         (gst_rtpmp4venc_set_property):
21272         Don't fragment packets with multiple frames.
21273
21274 2005-09-22  Wim Taymans  <wim@fluendo.com>
21275
21276         * gst/rtp/TODO:
21277         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
21278         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21279         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
21280         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
21281         (gst_rtpmp4venc_get_property):
21282         * gst/rtp/gstrtpmp4venc.h:
21283         Remove g_print.
21284         Update TODO
21285         Make payload encoder a bit smarter and more correct with
21286         timestamps.
21287         Added option in payloader to include config string in-band.
21288
21289 2005-09-21  Wim Taymans  <wim@fluendo.com>
21290
21291         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
21292         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
21293         (gst_rtspsrc_send):
21294         Strip spaces for key/value pairs.
21295
21296 2005-09-21  Wim Taymans  <wim@fluendo.com>
21297
21298         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
21299         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
21300         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
21301         (gst_rtspsrc_change_state):
21302         More SDP parsing and caps setting.
21303         Do NO_PREROLL differently.
21304         add pads only after negotiated.
21305
21306         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
21307         (gst_udpsrc_getcaps):
21308         Implement the getcaps function.
21309
21310 2005-09-21  Wim Taymans  <wim@fluendo.com>
21311
21312         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
21313         (gst_rtpamrdec_chain):
21314         Handle multiple AMr packets per payload. Handle CRC and
21315         parse ILL/ILP.
21316
21317         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
21318         Make caps params strings for easy SDP mapping.
21319         
21320         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
21321         Handle capsnego better.
21322
21323         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
21324         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
21325         Generate and parse config string in the caps.
21326
21327 2005-09-21  Wim Taymans  <wim@fluendo.com>
21328
21329         * gst/rtp/README:
21330         Update README
21331
21332         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
21333         Make extra params as strings.
21334
21335         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
21336         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
21337         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
21338         Make state change return NO_PREROLL as this is a live
21339         source.
21340
21341         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
21342         Don't unref old caps when NULL.
21343
21344 2005-09-20  Wim Taymans  <wim@fluendo.com>
21345
21346         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
21347         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
21348         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
21349         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
21350         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
21351         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
21352         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
21353         * gst/rtsp/sdpmessage.h:
21354         Add URI handler.
21355         Parse SDP and create caps.
21356
21357 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
21358
21359         * gst/alpha/gstalpha.c:
21360           fix element description
21361
21362 2005-09-19  Wim Taymans  <wim@fluendo.com>
21363
21364         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
21365         Don't check payload for now.
21366
21367 2005-09-19  Wim Taymans  <wim@fluendo.com>
21368
21369         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
21370         (gst_wavparse_init), (gst_wavparse_parse_file_header),
21371         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
21372         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21373         (gst_wavparse_loop), (gst_wavparse_pad_convert),
21374         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
21375         (gst_wavparse_change_state):
21376         * gst/wavparse/gstwavparse.h:
21377         Fix wavparse some more.
21378
21379 2005-09-19  Wim Taymans  <wim@fluendo.com>
21380
21381         * check/elements/level.c: (GST_START_TEST):
21382         Fix for bus API change.
21383
21384 2005-09-19  Wim Taymans  <wim@fluendo.com>
21385
21386         * gst/level/level-example.c: (main):
21387         Fix for new bus API.
21388
21389         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
21390         Set caps on pads.
21391
21392 2005-09-15  Wim Taymans  <wim@fluendo.com>
21393
21394         * gst/rtp/Makefile.am:
21395         * gst/rtp/README:
21396         * gst/rtp/gstrtp.c: (plugin_init):
21397         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
21398         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
21399         (gst_rtpamrdec_change_state):
21400         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
21401         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
21402         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
21403         * gst/rtp/gstrtpamrenc.h:
21404         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
21405         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
21406         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
21407         * gst/rtp/gstrtpgsmenc.h:
21408         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
21409         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
21410         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
21411         (gst_rtpgsmparse_change_state):
21412         * gst/rtp/gstrtpgsmparse.h:
21413         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
21414         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
21415         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
21416         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
21417         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
21418         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
21419         * gst/rtp/gstrtph263penc.h:
21420         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
21421         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
21422         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
21423         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
21424         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
21425         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
21426         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
21427         * gst/rtp/gstrtpmp4venc.h:
21428         * gst/rtp/gstrtpmpadec.c:
21429         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
21430         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
21431         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
21432         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
21433         * gst/rtp/gstrtpmpaenc.h:
21434         Updates to payloader/depayloaders, make payloaders use
21435         the base classes.
21436         Updated README with suggested RTP caps and how to convert
21437         to/from SDP.
21438         Added config descriptor in mp4v payloader.
21439
21440 2005-09-15  Andy Wingo  <wingo@pobox.com>
21441
21442         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
21443         * gst/autodetect/gstautovideosink.c
21444         (gst_auto_video_sink_find_best): Update for new registry API.
21445
21446 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21447
21448         * common/c-to-xml.py:
21449         * common/gtk-doc-plugins.mak:
21450           a simple py script to generate valid xml from a C example
21451           probably also need to strip an MIT license when we decide
21452         * docs/plugins/Makefile.am:
21453         * gst/level/Makefile.am:
21454         * gst/level/gstlevel.c: (gst_level_init):
21455         * gst/level/level-example.c: (message_handler), (main):
21456           add an example to level that will show up in the docs
21457         * gst/rtp/TODO:
21458           add a note for the future
21459
21460 2005-09-14  Michael Smith <msmith@fluendo.com>
21461
21462         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
21463           Actually define the debug object being used in wavenc. Fixes #316205
21464
21465 2005-09-14  Michael Smith <msmith@fluendo.com>
21466
21467         * gst/smpte/Makefile.am:
21468           Link against GST_BASE_LIBS, to get it linked against libgstbase;
21469           needed to build on windows (bug 316204)
21470
21471 2005-09-12  Andy Wingo  <wingo@pobox.com>
21472
21473         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
21474
21475 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
21476
21477         * configure.ac:
21478         * gst/fdsrc/Makefile.am:
21479         * gst/fdsrc/gstfdsrc.c:
21480         * gst/fdsrc/gstfdsrc.h:
21481           Move fdsrc back into gstreamer core elements.
21482
21483         * gst/level/gstlevel.c: (gst_level_class_init),
21484         (gst_level_transform_ip):
21485         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
21486           Basetransform changes.
21487
21488 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21489
21490         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
21491         * ext/jpeg/smokecodec.c: (find_best_size):
21492           fix compiler warnings
21493
21494 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21495
21496         * gst-plugins-good.spec.in:
21497           spec file fixes
21498         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
21499         (gst_multiudpsink_render), (gst_multiudpsink_add),
21500         (gst_multiudpsink_clear):
21501           it actually helps to actually stream if we hook up the
21502           "add" signal to an actual implementation
21503         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
21504           some debugging
21505
21506 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
21507
21508         * ext/jpeg/Makefile.am:
21509         * ext/jpeg/gstjpeg.c
21510         * ext/jpeg/gstjpegenc.c:
21511         * ext/jpeg/gstsmokeenc.c:
21512
21513 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
21514
21515         * ext/flac/gstflacdec.c:
21516         * ext/flac/gstflacenc.c:
21517         * ext/flac/gstflactag.c:
21518         * ext/speex/gstspeexenc.c:
21519           gsttaginterface.h -> gsttagsetter.h
21520
21521 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
21522
21523         * configure.ac:
21524         * gst/debug/Makefile.am:
21525         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
21526         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
21527         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
21528         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
21529         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
21530           Port to 0.9 and re-enable efence plugin.
21531
21532 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
21533
21534         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
21535         (gst_flacdec_write), (gst_flacdec_convert_src):
21536         * ext/flac/gstflacdec.h:
21537           Add support for flac files with 24/32 bits per sample; and misc.
21538           minor clean-ups. Seeking is still partly broken (for me at least).
21539
21540 2005-09-06  Wim Taymans  <wim@fluendo.com>
21541
21542         * gst/rtp/Makefile.am:
21543         * gst/rtp/gstrtp.c: (plugin_init):
21544         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
21545         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
21546         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
21547         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
21548         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
21549         (gst_rtpmp4vdec_plugin_init):
21550         * gst/rtp/gstrtpmp4vdec.h:
21551         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
21552         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
21553         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
21554         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
21555         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
21556         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
21557         * gst/rtp/gstrtpmp4venc.h:
21558         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
21559         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
21560         Added mpeg4 video payload encoder/decoder.
21561         Added some docs in mpa payloader.
21562
21563 === release 0.9.1 ===
21564
21565 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21566
21567         * NEWS:
21568         * README:
21569         * RELEASE:
21570         * autogen.sh:
21571         * configure.ac:
21572           releasing 0.9.1, "Blondie"
21573
21574 2005-09-05  Andy Wingo  <wingo@pobox.com>
21575
21576         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
21577         here from the state change handler, so we fire signals without
21578         holding the state lock.
21579
21580 2005-09-02  Andy Wingo  <wingo@pobox.com>
21581
21582         * All plugins updated for element state changes.
21583
21584 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21585
21586         * Makefile.am:
21587         * check/.cvsignore:
21588         * check/Makefile.am:
21589         * check/elements/.cvsignore:
21590         * check/elements/level.c: (setup_level), (cleanup_level),
21591         (GST_START_TEST), (level_suite), (main):
21592           add a test for level
21593         * common/release.mak:
21594           move the enum checking to release.mak
21595         * configure.ac:
21596           add valgrind and check checking
21597         * gst/level/gstlevel.c: (gst_level_transform):
21598         * gst/level/gstlevel.h:
21599           fix Andy's cast bug
21600           convert a field to int
21601           fix the arithmetic to int when checking for emit so that a
21602           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
21603
21604 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21605
21606         * Makefile.am:
21607         * configure.ac:
21608           add docs to build
21609         * common/plugins.xsl:
21610           wrap Description into a refsect2
21611         * docs/Makefile.am:
21612         * docs/plugins/Makefile.am:
21613         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
21614         * docs/plugins/gst-plugins-good-plugins-sections.txt:
21615         * gst/goom/Makefile.am:
21616         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
21617         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
21618         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
21619         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
21620         (gst_goom_change_state):
21621         * gst/goom/gstgoom.h:
21622           GstGOOM -> GstGoom
21623           add an example launch line
21624         * gst/level/gstlevel.h:
21625         * gst/monoscope/gstmonoscope.c:
21626           cleanups
21627
21628 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21629
21630         * configure.ac:
21631         * docs/plugins/Makefile.am:
21632         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
21633         * docs/plugins/gst-plugins-good-plugins-sections.txt:
21634         * docs/plugins/gst-plugins-good-plugins.types:
21635           document elements and plugins.  Shazam !
21636
21637 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21638
21639         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
21640           be found under doc/random/ChangeLog-0.8