ext/flac/gstflacenc.c: If seeking failed return the appropiate return value to FLAC.
[platform/upstream/gstreamer.git] / ChangeLog
1 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2
3         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback):
4         If seeking failed return the appropiate return value to FLAC.
5         Otherwise it thinks seeking was successfull and tries to rewrite
6         parts of the headers which then get appended to the output.
7
8 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
9
10         Patch by: Frederic Crozat <fcrozat@mandriva.org>
11
12         * ext/esd/gstesd.c: (plugin_init):
13         * ext/flac/gstflac.c: (plugin_init):
14         * ext/shout2/gstshout2.c: (plugin_init):
15         * ext/wavpack/gstwavpack.c: (plugin_init):
16         * sys/oss/gstossaudio.c: (plugin_init):
17         * sys/v4l2/gstv4l2.c: (plugin_init):
18         Make sure gettext returns translations in UTF-8 encoding rather
19         than in the current locale encoding (#546822).
20
21 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
22
23         * ext/flac/gstflacdec.c:
24         Add FIXME for 0.11 to simply output everything with width=32 as given
25         by FLAC and let audioconvert handle the conversions instead of doing
26         them in flacdec.
27
28 2008-08-07  Jan Schmidt  <Jan.Schmidt@sun.com>
29
30         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
31         When outputting a pad template range for the size, include a framerate
32         range too, to avoid 'not a real subset of template caps' errors.
33
34 2008-08-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
35
36         Based on a patch by: Jonathan Matthew <notverysmart at gmail dot com>
37
38         * ext/flac/Makefile.am:
39         * ext/flac/gstflac.c: (plugin_init):
40         * ext/flac/gstflactag.c: (gst_flac_tag_setup_interfaces),
41         (gst_flac_tag_base_init), (gst_flac_tag_class_init),
42         (gst_flac_tag_dispose), (gst_flac_tag_init),
43         (gst_flac_tag_sink_setcaps), (gst_flac_tag_chain),
44         (gst_flac_tag_change_state):
45         * ext/flac/gstflactag.h:
46         Port flactag to 0.10, add documentation for it and clean it up a bit.
47         Fixes bug #413841.
48
49         * docs/plugins/Makefile.am:
50         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
51         * docs/plugins/gst-plugins-good-plugins-sections.txt:
52         * docs/plugins/gst-plugins-good-plugins.hierarchy:
53         * docs/plugins/gst-plugins-good-plugins.interfaces:
54         * docs/plugins/gst-plugins-good-plugins.prerequisites:
55         * docs/plugins/inspect/plugin-flac.xml:
56         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init):
57         * ext/flac/gstflacdec.h:
58         * ext/flac/gstflacenc.c: (gst_flac_enc_base_init):
59         * ext/flac/gstflacenc.h:
60         Add flactag and flacenc to the documentation and mark
61         the private parts of the flacdec instance structure as private.
62
63         Also use gst_element_class_set_details_simple() in flacdec and
64         flacenc.
65
66 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
67
68         * gst/qtdemux/qtdemux.c:
69           Use audio/x-qdm for caps. Collect some info - mplayer has a decoder
70           for it but ffmpeg does not.
71
72 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
73
74         * gst/wavparse/gstwavparse.c:
75           Handle the list chunk and use gst_riff_parse_info() to parse the info
76           sub-chunk.
77
78 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
79
80         * gst/wavparse/gstwavparse.c:
81           Handle the acid chunk and send tempo as part of tags. Other fields are
82           interesting too, but need more tag-definitions. Fixes #545433.
83
84 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
85
86         * gst/wavparse/gstwavparse.c:
87           Refactor wavparse. Call _reset() from dispose() and move old code from
88           dispose into reset. This way we don't leak taglists when we abort
89           parsing. Fix some comments. Move code for skipping a chunk into extra
90           function. Replace chunk sizes with a const to ease readability.         
91
92 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
93
94         Patch by: Aurelien Grimaud <gstelzz at yahoo dot fr>
95
96         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_alloc_udp_ports):
97         Improve udp port setup. Fixes #545710.
98
99 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
100
101         * gst/rtp/Makefile.am:
102         * gst/rtp/gstrtp.c: (plugin_init):
103         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_base_init),
104         (gst_rtp_mp1s_depay_class_init), (gst_rtp_mp1s_depay_init),
105         (gst_rtp_mp1s_depay_setcaps), (gst_rtp_mp1s_depay_process),
106         (gst_rtp_mp1s_depay_set_property),
107         (gst_rtp_mp1s_depay_get_property),
108         (gst_rtp_mp1s_depay_change_state),
109         (gst_rtp_mp1s_depay_plugin_init):
110         * gst/rtp/gstrtpmp1sdepay.h:
111         Add MP1S depayloader.
112
113         * gst/rtsp/URLS:
114         Some more sample rtsp streams.
115
116 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
117
118         * gst/rtsp/URLS:
119         Add another URL.
120
121         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
122         * tests/check/elements/rglimiter.c: (GST_START_TEST):
123         Add some more debug info.
124
125 2008-08-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
126
127         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
128         Provide cbSize field for audio extra_data size, and take care to
129         pad extra_data.
130
131 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
132
133         * gst/qtdemux/qtdemux.c:
134           Return the result of gst_pad_{start,stop}_task instead of hard-coded
135           TRUE.
136
137 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
138
139         * gst/qtdemux/qtdemux.c:
140         * gst/qtdemux/qtdemux_fourcc.h:
141           Add keyword tag support. Fixes #520694 for qtdemux.
142
143 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
144
145         * gst/qtdemux/qtdemux.c:
146           Add support for tmpo tag (BPM).
147
148 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
149
150         * ext/flac/gstflacenc.c: (gst_flac_enc_query_peer_total_samples),
151         (gst_flac_enc_sink_setcaps), (gst_flac_enc_write_callback):
152         Set an estimate for the total number of samples that will be encoded
153         if possible to help decoders if the streaminfo can't be rewritten
154         later (like when muxing into Ogg containers).
155
156         Add a warning if we get header packets after data packets as those
157         will get lost when muxing into Ogg, i.e. rewriting the headers doesn't
158         work.
159
160 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
161
162         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
163         (gst_flac_dec_write):
164         Support decoding of all depths between 4 and 32 bits and read the
165         depth from the streaminfo header if needed. Also support all sampling
166         rates between 1 and 655350 Hz.
167
168         * ext/flac/gstflacenc.c:
169         (gst_flac_enc_caps_append_structure_with_widths),
170         (gst_flac_enc_sink_getcaps), (gst_flac_enc_sink_setcaps),
171         (gst_flac_enc_chain):
172         * ext/flac/gstflacenc.h:
173         Support encoding in all bit depths supported by the streamable
174         subformat (i.e. 8, 12, 16, 20 and 24 bits) and all sampling rates
175         between 1 Hz and 655350 Hz.
176
177 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
178
179         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
180         (gst_flac_enc_sink_getcaps):
181         Support encoding of up to 8 channels.
182
183 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
184
185         * ext/soup/gstsouphttpsrc.c:
186         * ext/soup/gstsouphttpsrc.h:
187         Fix seeking race condition in #540300
188         Patch By: Wouter Cloetens  <wouter at mind be>
189
190 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
191
192         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek),
193         (gst_matroska_demux_element_send_event),
194         (gst_matroska_demux_handle_seek_event),
195         (gst_matroska_demux_handle_src_event):
196         When receiving a SEEK event on a specific pad first search for a seek
197         table entry for the stream of the pad and then fall back to an entry
198         for a different stream.
199
200 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
201
202         * configure.ac:
203         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
204         * gst/matroska/matroska-ids.h:
205         Build depend on core CVS for the attachment tag.
206
207 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
208
209         * configure.ac:
210         * gst/matroska/Makefile.am:
211         * gst/matroska/lzo.c: (get_byte), (get_len), (copy),
212         (copy_backptr), (lzo1x_decode), (main):
213         * gst/matroska/lzo.h:
214         * gst/matroska/matroska-demux.c:
215         (gst_matroska_demux_read_track_encoding),
216         (gst_matroska_decompress_data), (gst_matroska_decode_data),
217         (gst_matroska_decode_buffer),
218         (gst_matroska_decode_content_encodings),
219         (gst_matroska_demux_read_track_encodings),
220         (gst_matroska_demux_add_stream),
221         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
222         * gst/matroska/matroska-ids.h:
223         Decode the codec private data and following ContentEncoding if
224         necessary.
225
226         Support bzip2, lzo and header stripped compression. For lzo use the
227         ffmpeg lzo implementation as liblzo is GPL licensed.
228         
229         Fix zlib decompression.
230
231 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
232
233         * gst/matroska/matroska-mux.c:
234         (gst_matroska_mux_audio_pad_setcaps):
235         Fix muxing of MP3/MP2 with different MPEG versions by calculating the
236         duration of a frame with the new mpegaudioversion caps field.
237
238 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
239
240         * gst/matroska/matroska-demux.c: (gst_matroska_demux_finalize),
241         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
242         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
243         (gst_matroska_demux_stream_from_num),
244         (gst_matroska_demux_tracknumber_unique),
245         (gst_matroska_demux_add_stream), (gst_matroska_demux_send_event),
246         (gst_matroska_demux_handle_seek_event),
247         (gst_matroska_demux_sync_streams),
248         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
249         (gst_matroska_demux_loop):
250         * gst/matroska/matroska-demux.h:
251         Allow an infinite number of stream inside Matroska containers and use
252         a GPtrArray for storing them instead of allowing "only" 127 streams.
253
254 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
255
256         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
257         (gst_ebml_read_change_state), (gst_ebml_read_element_level_up),
258         (gst_ebml_read_peek_bytes), (gst_ebml_read_element_id),
259         (gst_ebml_read_element_length), (gst_ebml_peek_id),
260         (gst_ebml_read_get_length), (gst_ebml_read_skip),
261         (gst_ebml_read_buffer), (gst_ebml_read_bytes),
262         (gst_ebml_read_uint), (gst_ebml_read_sint), (_ext2dbl),
263         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_date),
264         (gst_ebml_read_master), (gst_ebml_read_binary),
265         (gst_ebml_read_header):
266         * gst/matroska/ebml-write.c: (gst_ebml_write_element_id),
267         (gst_ebml_write_element_size), (gst_ebml_write_uint),
268         (gst_ebml_write_sint), (gst_ebml_write_ascii),
269         (gst_ebml_write_master_start), (gst_ebml_write_master_finish),
270         (gst_ebml_replace_uint):
271         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
272         (gst_matroska_demux_read_track_encoding),
273         (gst_matroska_demux_read_track_encodings),
274         (gst_matroska_demux_add_stream), (gst_matroskademux_do_index_seek),
275         (gst_matroska_demux_send_event),
276         (gst_matroska_demux_element_send_event),
277         (gst_matroska_demux_handle_seek_event),
278         (gst_matroska_demux_handle_src_event),
279         (gst_matroska_demux_init_stream),
280         (gst_matroska_demux_parse_tracks),
281         (gst_matroska_demux_parse_index_cuetrack),
282         (gst_matroska_demux_parse_index_pointentry),
283         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
284         (gst_matroska_demux_parse_metadata_id_simple_tag),
285         (gst_matroska_demux_parse_metadata_id_tag),
286         (gst_matroska_demux_parse_metadata),
287         (gst_matroska_demux_parse_attached_file),
288         (gst_matroska_demux_parse_attachments),
289         (gst_matroska_demux_parse_chapters), (gst_matroska_ebmlnum_uint),
290         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_push_hdr_buf),
291         (gst_matroska_demux_push_flac_codec_priv_data),
292         (gst_matroska_demux_push_xiph_codec_priv_data),
293         (gst_matroska_demux_push_dvd_clut_change_event),
294         (gst_matroska_demux_add_mpeg_seq_header),
295         (gst_matroska_demux_add_wvpk_header),
296         (gst_matroska_demux_check_subtitle_buffer),
297         (gst_matroska_decode_buffer),
298         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
299         (gst_matroska_demux_parse_cluster),
300         (gst_matroska_demux_parse_contents_seekentry),
301         (gst_matroska_demux_parse_contents),
302         (gst_matroska_demux_loop_stream_parse_id),
303         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop),
304         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
305         (gst_matroska_demux_subtitle_caps),
306         (gst_matroska_demux_change_state):
307         * gst/matroska/matroska-ids.c:
308         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
309         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
310         (gst_matroska_mux_video_pad_setcaps),
311         (xiph3_streamheader_to_codecdata),
312         (vorbis_streamheader_to_codecdata),
313         (theora_streamheader_to_codecdata),
314         (gst_matroska_mux_audio_pad_setcaps),
315         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
316         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
317         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
318         (gst_matroska_mux_best_pad), (gst_matroska_mux_write_data),
319         (gst_matroska_mux_collected), (gst_matroska_mux_change_state):
320         Fix indention everywhere. A broken indent version has added newlines
321         after every single declaration some time ago.
322
323 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
324
325         * gst/matroska/matroska-demux.c:
326         (gst_matroska_demux_loop_stream_parse_id):
327         If no Tracks are found error out instead of trying it again until the
328         end of time.
329
330 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
331
332         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
333         Fix demuxing of raw integer audio. The samples are unsigned only for 8
334         bit and signed otherwise, not the other way around.
335
336 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
337
338         * gst/matroska/matroska-mux.c:
339         Add more raw YUV formats to the list of supported formats.
340
341 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
342
343         * gst/matroska/matroska-mux.c:
344         (gst_matroska_mux_audio_pad_setcaps):
345         Add support for muxing raw float audio now that the spec defines the
346         endianness and add support for muxing raw integer audio with 24 and
347         32 bits.
348
349         Allow muxing of more than 8 audio channels.
350
351 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
352
353         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
354         (gst_matroska_mux_reset), (gst_matroska_mux_start):
355         Add locking to the global array of used track UIDs to prevent random
356         crashes if more than a single matrosmux instance is used.
357
358         Use 64 bit values for the track UIDs.
359
360         Use the global GRandom of GLib instead of creating our own one
361         for the few random numbers we need every single time.
362
363 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
364
365         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
366         (gst_flac_dec_setup_stream_decoder),
367         (gst_flac_dec_update_metadata):
368         Always post the audio-codec tag, not only if other tags are present.
369
370 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
371
372         * configure.ac:
373         Back to development -> 0.10.9.1
374
375 === release 0.10.9 ===
376
377 2008-07-31  Jan Schmidt <jan.schmidt@sun.com>
378
379         * configure.ac:
380           releasing 0.10.9, "Steam Train Rolling"
381
382 2008-07-31  Jan Schmidt  <jan.schmidt@sun.com>
383
384         * ext/soup/gstsouphttpsrc.c:
385         Don't throw an error when soup completes a msg with status
386         'cancelled', as that indicates we cancelled a request while
387         shutting down or seeking, and it's not an error.
388         Fixes: #540300 again.
389
390 2008-07-28  Jan Schmidt  <jan.schmidt@sun.com>
391
392         * configure.ac:
393         0.10.8.4 pre-release
394
395 2008-07-25  Edward Hervey  <edward.hervey@collabora.co.uk>
396
397         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment):
398         Fix segment-stop regression.
399         Add documentation regarding segments in quicktime files by Wim Taymans.
400         Fixes #544509
401
402 2008-07-25  Jan Schmidt  <jan.schmidt@sun.com>
403
404         * configure.ac:
405         0.10.8.3 pre-release
406
407         * po/LINGUAS:
408         * po/pt_BR.po:
409         Add pt_BR translation
410
411 2008-07-23  Michael Smith <msmith@songbirdnest.com>
412
413         * gst/goom/convolve_fx.c:
414         * gst/goom/filters.c:
415         * gst/goom/goom_config.h:
416         * gst/goom/goom_core.c:
417         * gst/goom/goom_tools.h:
418           Fix build with MSVC: include glib.h to define inline appropriately,
419           use header guards where needed.
420         * gst/udp/gstudpnetutils.c:
421         * gst/udp/gstudpsrc.c:
422           Fix build with MSVC: use WSA* constants/functions where appropriate, use
423           g_snprintf rather than snprintf.
424           Fixes #544433.
425
426 2008-07-22  Stefan Kost  <ensonic@users.sf.net>
427
428         * gst/debug/gsttaginject.c:
429         * gst/debug/gsttaginject.h:
430           Sent tags in _transform_ip() instead of _start(). Fixes #543404
431           partially.
432
433 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
434
435         * configure.ac:
436         0.10.8.2 pre-release
437
438 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
439
440         * ext/Makefile.am:
441         Finish hooking up pulseaudio plugin to the build.
442
443         * ext/pulse/pulsemixerctrl.c:
444         Fix compilation error.
445
446 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
447
448         * po/LINGUAS:
449         * po/lt.po:
450         Add new lithunian translation, and add french to the LINGUAS
451         file.
452
453 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
454
455         * ext/soup/gstsouphttpsrc.c:
456         Fix Soup HTTP source seeking.
457         Patch By: Wouter Cloetens  <wouter at mind be>
458         Fixes: #540300
459
460         * tests/check/elements/.cvsignore:
461         Ignore new check programs.
462
463 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
464
465         * configure.ac:
466         * docs/plugins/Makefile.am:
467         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
468         * docs/plugins/gst-plugins-good-plugins-sections.txt:
469         * docs/plugins/gst-plugins-good-plugins.args:
470         * docs/plugins/gst-plugins-good-plugins.hierarchy:
471         * docs/plugins/gst-plugins-good-plugins.interfaces:
472         * docs/plugins/gst-plugins-good-plugins.prerequisites:
473         * docs/plugins/inspect/plugin-interleave.xml:
474         * docs/plugins/inspect/plugin-replaygain.xml:
475         * tests/check/Makefile.am:
476
477         Move replaygain and interleave plugins from -bad.
478         Fixes: #543406
479         Fixes: #536228
480
481 2008-07-18  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
482
483         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
484         (qtdemux_parse_trak):
485         Revert ISO base media spec based pixel-aspect-ratio calculation.
486         Fixes #543300.
487
488 2008-07-17  Edward Hervey  <edward.hervey@collabora.co.uk>
489
490         * sys/osxvideo/osxvideosink.m:
491         Fix minor build issues on macosx.
492         Fixes #543054
493
494 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
495
496         * configure.ac::
497         * ext/taglib/Makefile.am::
498           Only use -Wno-attributes (which is there to work around a
499           bug in the taglib 1.5 headers) if the c++ compiler actually
500           supports it (#543255).
501
502 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
503
504         Patch by: Benoit Fouet <benoit.fouet purplelabs com>
505
506         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
507           Avoid compiler warning by initialising variable to NULL (#543259).
508
509 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
510
511         * gst/debug/gsttaginject.c: (gst_tag_inject_start):
512         Don't pass NULL taglists to gst_tag_list_is_empty().
513
514 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
515
516         * tests/check/elements/cmmldec.c: (GST_START_TEST):
517         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_create),
518         (rtp_pipeline_run):
519         * tests/check/elements/souphttpsrc.c: (souphttpsrc_suite):
520         Don't use declarations after statements.
521
522 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
523
524         * ext/jpeg/gstjpegdec.c:
525         Align documentation with reality.
526
527 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
528
529         * gst/udp/gstudpnetutils.c:
530         EAI_ADDRFAMILY was obsoleted in BSD at some point. Define it to the
531         old value (1) if it's not defined which should not cause any problems
532         as we're using it internal only anyway.
533
534 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
535
536         Patch by: Alessandro Decina <alessandro at nnva dot org>
537
538         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp):
539         Fix build of avidemux on big endian architectures.
540
541 2008-07-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
542
543         Patch by: Thiago Sousa Santos <thiagoss at lcc dot ufcg dot edu dot br>
544
545         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
546         Correctly distinguish 8bit vs 16bit raw audio.  Fixes #542410.
547
548 2008-07-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
549
550         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
551         (qtdemux_parse_trak):
552         Set pixel-aspect-ratio in caps using display width and height
553         provided in track.
554
555 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
556
557         * configure.ac:
558         Don't include ERROR_CFLAGS in GST_CXXFLAGS as it might include
559         flags that are invalid for C++. Fixes bug #516509.
560
561 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
562
563         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
564         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps):
565         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_set_wp_config):
566         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_fixate):
567         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
568         * tests/examples/equalizer/demo.c: (message_handler):
569         * tests/examples/spectrum/demo-audiotest.c: (message_handler):
570         * tests/examples/spectrum/demo-osssrc.c: (message_handler):
571         Don't use declarations after statements and variable length arrays.
572
573 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
574
575         Patch by: Daniel Drake <dsd at gentoo dot org>
576
577         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture),
578         (gst_v4l2src_get_nearest_size):
579         Try progressive video if interlaced fails. Fixes bug #541956
580         and the usage of v4l2src on OLPC.
581
582 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
583
584         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
585         (gst_rtp_speex_depay_process):
586         * gst/rtp/gstrtpspeexdepay.h:
587         Revert last change: Only the jitterbuffer is able to convert RTP to
588         Gstreamer timestamps and normal (de)payloaders should simply copy it.
589         Reopens bug #541787.
590
591 2008-07-07  Stefan Kost  <ensonic@users.sf.net>
592
593         * gst/rtp/gstrtpvrawdepay.c:
594           Include stdlib.h for atoi().
595
596         * gst/rtsp/gstrtspsrc.c:
597           Use floating point math for latencies < 0 sec in log output.
598
599 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
600
601         Patch by: Tomasz Grobelny <tomasz at grobelny dot oswiecenia dot net>
602
603         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
604         (gst_rtp_speex_depay_process):
605         * gst/rtp/gstrtpspeexdepay.h:
606         Take timestamp from the RTP packet as a first step to fix problems
607         with transmission over RTP when the network is not reliable.
608         Fixes bug #541787.
609
610 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
611
612         Patch by: Tero Saarni <tero dot saarni at gmail dot com>
613
614         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_uri):
615         Fix parsing of udp:// URIs containing IPv6 addresses.
616         Fixes bug #541650.
617
618 2008-07-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
619
620         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
621         Do not leak incoming buffers.
622
623 2008-07-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
624
625         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
626
627         * configure.ac:
628         Fix build of the RTP plugin with mingw32 by linking to ws2_32
629         for htons() and htonl(). Fixes bug #541412.
630
631 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
632
633         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
634         (gst_matroska_demux_add_stream), (gst_matroska_demux_query),
635         (gst_matroska_demux_element_query),
636         (gst_matroska_demux_handle_src_query),
637         (gst_matroska_demux_handle_seek_event):
638         Handle position and duration query in DEFAULT format if the
639         pad's track has a default frame duration set.
640
641         Fix seeking now that the segment's duration doesn't contain the
642         (possibly wrong or inaccurate) duration of the Matroska file.
643
644 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
645
646         * gst/matroska/ebml-read.c: (_ext2dbl):
647         Use NAN constant instead of 0.0/0.0 if possible. NAN is defined
648         in math.h except on MSVC where it is defined in xmath.h.
649         Fixes compilation with MSVC.
650
651 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
652
653         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
654         (gst_matroska_demux_handle_src_query),
655         (gst_matroska_demux_parse_info),
656         (gst_matroska_demux_loop_stream_parse_id):
657         * gst/matroska/matroska-demux.h:
658         Don't set the segment duration to the duration from the Matroska
659         header as this value could be wrong and is just informational.
660
661 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
662
663         * gst/matroska/matroska-demux.c:
664         (gst_matroska_demux_loop_stream_parse_id):
665         If no Tracks element is found until the first Cluster is found
666         search it and error out if none is found in the complete file.
667
668 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
669
670         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
671         Resync non-subtitle tracks too if a too large gap compared to other
672         tracks is detected.
673
674 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
675
676         * gst/rtp/Makefile.am:
677         * gst/rtp/gstrtp.c: (plugin_init):
678         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_base_init),
679         (gst_rtp_vraw_depay_class_init), (gst_rtp_vraw_depay_init),
680         (gst_rtp_vraw_depay_setcaps), (gst_rtp_vraw_depay_process),
681         (gst_rtp_vraw_depay_change_state),
682         (gst_rtp_vraw_depay_plugin_init):
683         * gst/rtp/gstrtpvrawdepay.h:
684         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_get_type),
685         (gst_rtp_vraw_pay_base_init), (gst_rtp_vraw_pay_class_init),
686         (gst_rtp_vraw_pay_init), (gst_rtp_vraw_pay_finalize),
687         (gst_rtp_vraw_pay_setcaps), (gst_rtp_vraw_pay_handle_buffer),
688         (gst_rtp_vraw_pay_plugin_init):
689         * gst/rtp/gstrtpvrawpay.h:
690         Add raw video pay and depayloaders, see RFC4175.
691
692 2008-06-30  Jan Schmidt  <jan.schmidt@sun.com>
693
694         * ext/libpng/gstpngdec.c:
695         Don't return GST_FLOW_ERROR when buffer_alloc fails - return
696         whatever it returned.
697
698 2008-06-29  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
699
700         * gst/avi/avi-ids.h:
701         Add vprp chunk related structures.
702         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp),
703         (gst_avi_demux_parse_stream):
704         Parse optional vprp chunk and add calculated pixel-aspect-ratio
705         to caps.  Fixes #539482.
706         * gst/avi/gstavimux.h:
707         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset),
708         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_riff_get_avi_header):
709         Add a vprp chunk if non-trival pixel-aspect-ratio provided in caps.
710
711 2008-06-28  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
712
713         * tests/check/elements/avimux.c: (check_avimux_pad):
714         Adjust avimux unit test according to increased streamheader size.
715
716 2008-06-27  David Schleef  <ds@schleef.org>
717
718         * gst/qtdemux/qtdemux.c: Add Dirac stream type
719
720 2008-06-27  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
721
722         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
723         * gst/avi/gstavimux.h:
724         Add 8 bytes to current streamheader to make for a complete one
725         and to make more players happy.  Fixes #519460.
726
727 2008-06-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
728
729         * sys/v4l2/v4l2_calls.c::
730           Don't include unused gstv4l2xoverlay.h. Fixes build
731           in case where X11 headers are not installed.
732
733 2008-06-26  Wim Taymans  <wim.taymans@collabora.co.uk>
734
735         * ext/dv/gstdv.c: (plugin_init):
736         Fix compilation.
737
738 2008-06-26  Edward Hervey  <edward.hervey@collabora.co.uk>
739
740         * ext/dv/gstdv.c: (plugin_init):
741         Marking rank of dvdec as GST_RANK_MARGINAL since it's the slowest
742         DV decoder available.
743         Fixes #532393
744
745 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
746
747         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
748         Call getsockname() after the call to bind() to get updated values
749         for the port, etc. This fixes the usage of udpsrc on anonymous
750         binding and it's usage by rtspsrc. Fixes bugs #539372, #539548.
751         Thanks to Aurelien Grimaud for pointing out the obvious fix.
752
753 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
754
755         * tests/check/pipelines/wavpack.c: (bus_handler):
756         Remove workaround for a bug in identity that is fixed in 0.10.20.
757
758 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
759
760         Patch by: Jason Donenfeld <BugZilla at zx2c4 dot com>
761
762         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_headers_cb):
763         Fix HTTP auth support with user/password passed via the URI.
764         Fixes bug #540067.
765
766 2008-06-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
767
768         * configure.ac:
769           Depend on released versions of core and -base.
770
771 2008-06-23  Julien Moutte  <julien@fluendo.com>
772
773         * gst/matroska/matroska-demux.c:
774         (gst_matroska_demux_read_track_encoding),
775         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Fix buggy
776         format strings in macros. (makes it build on OS X again...)
777
778 2008-06-20  Thomas Vander Stichele  <thomas at apestaart dot org>
779
780         * gst/rtp/gstrtptheorapay.c:
781         * gst/udp/gstmultiudpsink.c:
782           Added debug.
783
784 2008-06-20  Christian Schaller <christian.schaller@collabora.co.uk>
785
786         * configure.ac: switch v4l2src over to the normal build instead of
787         being 'experimental'. Fixes bug #536831.
788
789 2008-06-19  Wim Taymans  <wim.taymans@collabora.co.uk>
790
791         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
792         Remove unused variable so that we can compile again.
793
794 2008-06-19  Peter Kjellerstedt  <pkj@axis.com>
795
796         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
797         No need to check for audio/G723 and audio/32KADPCM here as they are
798         no longer supported.
799
800 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
801
802         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
803         (gst_wavpack_parse_src_query), (gst_wavpack_parse_create_src_pad):
804         Use G_GINT64_CONSTANT, this fixes the duration query on files without
805         known length.
806
807 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
808
809         * gst/matroska/matroska-demux.c:
810         (gst_matroska_demux_add_wvpk_header),
811         (gst_matroska_demux_audio_caps):
812         * gst/matroska/matroska-ids.h:
813         Fix demuxing of WavPack files. Muxing is still broken.
814
815 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
816
817         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
818         (gst_matroska_demux_add_mpeg_seq_header),
819         (gst_matroska_demux_add_wvpk_header),
820         (gst_matroska_demux_check_subtitle_buffer),
821         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
822         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
823         (gst_matroska_demux_subtitle_caps):
824         * gst/matroska/matroska-ids.h:
825         Add a "vfunc" to the track context for postprocessing frames and
826         convert the wavpack and subtitle postprocessing to this vfunc.
827         Copy buffer flags in those functions to the new buffers too.
828
829         Parse CodecState elements of Blocks.
830
831         Add a postprocessing function for MPEG video that adds the sequence
832         header from the codec private data or codec state to the frames if
833         it's not already there.
834
835 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
836
837         * gst/matroska/matroska-demux.c:
838         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
839         If a gap of more than 1/2 second is found in one stream send a
840         NEWSEGMENT event to not stall the pipeline if the gap is too large.
841         This also fixes Matroska files where the first buffer doesn't start
842         at timestamp 0. Fixes bug #429322.
843
844         The duration of a block is the default duration multiplied with the
845         number of laces. Every lace is one frame and the default duration
846         is the duration of one frame. This fixes playback of files that use
847         lacing for some tracks.
848
849 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
850
851         * gst/matroska/matroska-demux.c:
852         (gst_matroska_demux_parse_contents_seekentry):
853         Update FIXME/TODOs and only ignore EOS at the central, important place
854         instead of several places.
855
856 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
857
858         * gst/rtp/gstrtpg726pay.c:
859         Fix caps, See #538891.
860
861 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
862
863         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
864         (gst_matroska_demux_stream_from_num),
865         (gst_matroska_demux_encoding_cmp),
866         (gst_matroska_demux_encoding_order_unique),
867         (gst_matroska_demux_read_track_encoding),
868         (gst_matroska_demux_read_track_encodings),
869         (gst_matroska_demux_tracknumber_unique),
870         (gst_matroska_demux_add_stream), (gst_matroska_demux_init_stream),
871         (gst_matroska_demux_parse_tracks),
872         (gst_matroska_demux_parse_index_cuetrack),
873         (gst_matroska_demux_parse_index_pointentry),
874         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
875         (gst_matroska_demux_parse_metadata_id_simple_tag),
876         (gst_matroska_demux_parse_metadata_id_tag),
877         (gst_matroska_demux_parse_metadata),
878         (gst_matroska_demux_parse_attached_file),
879         (gst_matroska_demux_parse_attachments),
880         (gst_matroska_demux_parse_chapters),
881         (gst_matroska_demux_sync_streams), (gst_matroska_decode_buffer),
882         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
883         (gst_matroska_demux_parse_cluster),
884         (gst_matroska_demux_parse_contents_seekentry),
885         (gst_matroska_demux_parse_contents),
886         (gst_matroska_demux_loop_stream_parse_id),
887         (gst_matroska_demux_loop):
888         Improve debug output everywhere and fix the EOS logic.
889
890         Check the values of the ContentEncoding elements more strictly and
891         don't use tracks for which it's invalid.
892
893         Check that the track number is unique for this stream.
894
895         Check that seek positions are below G_MAXINT64 as our seeks are
896         int64-based and overflows will fail badly.
897
898         After seeks also don't push SimpleBlocks until the first one
899         containing a keyframe is found. Before this was done only for normal
900         Blocks.
901
902         Update some FIXME/TODOs.
903         
904         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
905         (gst_ebml_read_utf8), (gst_ebml_read_header):
906         Improve debug output.
907
908         * gst/matroska/matroska-ids.c:
909         (gst_matroska_track_init_video_context):
910         * gst/matroska/matroska-ids.h:
911         * gst/matroska/matroska-mux.c:
912         (gst_matroska_mux_video_pad_setcaps):
913         Remove eye mode and don't parse it anymore. We can't use that
914         information in GStreamer yet so it's useless.
915
916
917 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
918
919         Patch by: Mersad Jelacic <mersad at axis dot com>
920
921         * gst/rtp/Makefile.am:
922         * gst/rtp/gstrtp.c: (plugin_init):
923         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_base_init),
924         (gst_rtp_g726_depay_class_init), (gst_rtp_g726_depay_init),
925         (gst_rtp_g726_depay_setcaps), (gst_rtp_g726_depay_process),
926         (gst_rtp_g726_depay_plugin_init):
927         * gst/rtp/gstrtpg726depay.h:
928         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_base_init),
929         (gst_rtp_g726_pay_class_init), (gst_rtp_g726_pay_init),
930         (gst_rtp_g726_pay_setcaps), (gst_rtp_g726_pay_plugin_init):
931         * gst/rtp/gstrtpg726pay.h:
932         Added G726 pay/depayloaders. Fixes #538891.
933
934 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
935
936         * gst/rtsp/URLS:
937         Some more urls.
938
939         * gst/smpte/barboxwipes.c:
940         Add a comment
941
942         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
943         Fix typo, add audioresample to the pipeline.
944
945 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
946
947         * ext/libmng/Makefile.am:
948         * ext/libmng/gstmng.c: (plugin_init):
949         * ext/libmng/gstmngdec.c: (gst_mng_dec_base_init),
950         (gst_mng_dec_class_init), (gst_mng_dec_sink_setcaps),
951         (gst_mng_dec_init), (gst_mng_dec_src_getcaps), (gst_mng_dec_loop),
952         (gst_mng_dec_get_property), (gst_mng_dec_set_property),
953         (mngdec_error), (mngdec_openstream), (mngdec_closestream),
954         (gst_mng_dec_sink_event), (mngdec_readdata), (mngdec_settimer),
955         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
956         (gst_mng_dec_change_state):
957         * ext/libmng/gstmngdec.h:
958         * ext/libmng/gstmngenc.c: (gst_mng_enc_base_init),
959         (gst_mng_enc_class_init), (gst_mng_enc_sink_setcaps),
960         (gst_mng_enc_init), (gst_mng_enc_chain),
961         (gst_mng_enc_get_property), (gst_mng_enc_set_property):
962         * ext/libmng/gstmngenc.h:
963         Somewhat port mngenc and mngdec to 0.10. Does not work yet and has many
964         bits ifdeffed out still.
965
966 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
967
968         * gst/matroska/matroska-demux.c: (gst_matroska_index_compare):
969         When comparing index elements with the same time compare their
970         block number.
971
972 2008-06-16  Tim-Philipp Müller  <tim.muller at collabora co uk>
973
974         * gst/matroska/matroska-demux.c:
975           (gst_matroska_demux_parse_attached_file)
976           Init variable to NULL to avoid compiler warning.
977
978 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
979
980         * gst/matroska/Makefile.am:
981         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
982         (gst_matroska_demux_parse_attached_file),
983         (gst_matroska_demux_parse_attachments),
984         (gst_matroska_demux_parse_contents_seekentry),
985         (gst_matroska_demux_loop_stream_parse_id):
986         * gst/matroska/matroska-demux.h:
987         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
988         * gst/matroska/matroska-ids.h:
989         * gst/matroska/matroska.c: (plugin_init):
990         Parse Attachments and post them as GST_TAG_IMAGE if we detect
991         it as image and otherwise as GST_TAG_ATTACHMENT. Include filename
992         and description of the attachments in the caps. Fixes bug #537622.
993
994 2008-06-16  Wim Taymans  <wim.taymans@collabora.co.uk>
995
996         * ext/speex/gstspeexenc.c: (gst_speex_enc_mode_get_type),
997         (gst_speex_enc_class_init), (gst_speex_enc_sink_getcaps),
998         (gst_speex_enc_get_latency), (gst_speex_enc_get_query_types),
999         (gst_speex_enc_src_query), (gst_speex_enc_init),
1000         (gst_speex_enc_setup), (gst_speex_enc_push_buffer),
1001         (gst_speex_enc_chain), (gst_speex_enc_get_property),
1002         (gst_speex_enc_set_property):
1003         Add mode property.
1004         Some cleanups, add more debug info.
1005         Add latency query.
1006
1007 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
1008
1009         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes):
1010         Return GST_FLOW_UNEXPECTED instead of GST_FLOW_ERROR on short reads.
1011         If we get less bytes than requested we can't do anything except doing
1012         our EOS logic.
1013
1014 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
1015
1016         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
1017         (gst_matroskademux_do_index_seek),
1018         (gst_matroska_demux_parse_index_cuetrack),
1019         (gst_matroska_demux_parse_index_pointentry),
1020         (gst_matroska_index_compare), (gst_matroska_demux_parse_index),
1021         (gst_matroska_demux_parse_metadata):
1022         * gst/matroska/matroska-demux.h:
1023         * gst/matroska/matroska-ids.h:
1024         Use a GArray for storing the Cue (i.e. seek) information, store
1025         the CueTrackPositions for every track, store the block number
1026         and optimize searching in the array by sorting it after the last
1027         element was added.
1028
1029         Fix a small memory leak when trying to parse a tags element that was
1030         already parsed.
1031
1032 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
1033
1034         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
1035         (gst_matroska_mux_start), (gst_matroska_mux_finish),
1036         (gst_matroska_mux_write_data):
1037         * gst/matroska/matroska-mux.h:
1038         Don't write another SeekHead which indexes all Clusters to the end of
1039         the file. This isn't useful for anything and just increases filesize.
1040
1041 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
1042
1043         * gst/matroska/ebml-read.c: (_ext2dbl), (gst_ebml_read_float):
1044         Prevent unaligned memory access when reading floats.
1045
1046 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
1047
1048         * gst/matroska/ebml-read.c:
1049         * gst/matroska/ebml-read.h:
1050         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
1051         (gst_matroska_demux_parse_metadata):
1052         * gst/matroska/matroska-demux.h:
1053         Make sure that every Tags element is only parsed once and it's
1054         containing tags are only posted once.
1055
1056 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
1057
1058         * gst/matroska/ebml-read.c: (gst_ebml_peek_id),
1059         (gst_ebml_read_header):
1060         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
1061         (gst_matroska_demux_parse_tracks),
1062         (gst_matroska_demux_parse_index_cuetrack),
1063         (gst_matroska_demux_parse_index_pointentry),
1064         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
1065         (gst_matroska_demux_parse_metadata_id_simple_tag),
1066         (gst_matroska_demux_parse_metadata_id_tag),
1067         (gst_matroska_demux_parse_metadata),
1068         (gst_matroska_demux_parse_attachments),
1069         (gst_matroska_demux_parse_chapters),
1070         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
1071         (gst_matroska_demux_parse_cluster),
1072         (gst_matroska_demux_parse_contents_seekentry),
1073         (gst_matroska_demux_parse_contents),
1074         (gst_matroska_demux_loop_stream_parse_id):
1075         Handle EBML elements like Void or CRC32 in the EbmlRead base class
1076         already. They're not useful in the matroska parser and only cause
1077         additional code.
1078
1079 2008-06-14  Sebastian Dröge  <slomo@circular-chaos.org>
1080
1081         * gst/matroska/ebml-read.c: (gst_ebml_level_free),
1082         (gst_ebml_finalize), (gst_ebml_read_change_state),
1083         (gst_ebml_read_element_level_up), (gst_ebml_read_master):
1084         * gst/matroska/matroska-demux.c:
1085         (gst_matroska_demux_parse_contents_seekentry):
1086         Reverse the level list as we usually are only interested in the
1087         first element or want to add a new first element. Having the
1088         first element stored at the end and calling g_list_last() and
1089         g_list_append() is more expensive.
1090
1091         Also use GSlice for allocating the GstEbmlLevel structs.
1092
1093 2008-06-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
1094
1095         * gst/debug/gsttaginject.c: (gst_tag_inject_finalize),
1096           (gst_tag_inject_class_init), (gst_tag_inject_init):
1097           Don't unref NULL taglist in finalize. Don't use c++ style
1098           comments.
1099
1100 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
1101
1102         * gst/matroska/matroska-demux.c:
1103         (gst_matroska_demux_parse_metadata_id_simple_tag):
1104         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag),
1105         (gst_matroska_mux_write_data):
1106         Use gst_value_serialize() and gst_value_deserialize() for transforming
1107         tags from some GType to a string and the other way around. The default
1108         transformations in GLib don't include transformations from string to
1109         number types.
1110
1111 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
1112
1113         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
1114         (gst_matroska_demux_parse_tracks),
1115         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
1116         (gst_matroska_demux_parse_attachments),
1117         (gst_matroska_demux_parse_chapters),
1118         (gst_matroska_demux_parse_contents_seekentry),
1119         (gst_matroska_demux_loop_stream_parse_id):
1120         * gst/matroska/matroska-demux.h:
1121         Only parse Tracks, SeekHead and SegmentInfo elements once but allow
1122         Tags multiple times. The first ones can appear more than once but must
1123         contain the same content as the first for backup purposes so we ignore
1124         all but the first one. Tags can appear multiple times with different
1125         content.
1126
1127         Jump to all elements except Clusters that are available from a
1128         SeekHead to make it more likely to have all required informations
1129         before getting to the first Clusters.
1130
1131         Add dummy functions for parsing Attachments and Chapters.
1132
1133 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1134
1135         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
1136         (gst_udpsrc_create), (gst_udpsrc_set_property),
1137         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
1138         * gst/udp/gstudpsrc.h:
1139         Add property to control automatic join/leave of multicast groups.
1140         Add G_LIKELY.
1141         Remove setting caps on buffers explicitly, basesrc does that for us now.
1142         Improve debug info.
1143         Convert some non-fatal error into warnings.
1144         Use g_ntohs for better portability.
1145         Leave multicast groups when stopping.
1146         When using external sockets, use getsockname() on them to fill up the
1147         addr structure before calling methods that use the structure.
1148         Should all fix #536903.
1149         API: GstUDPSrc::auto-multicast property
1150
1151 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1152
1153         * gst/udp/gstudpnetutils.c: (gst_udp_is_multicast):
1154         Use g_ntohl for better portability.
1155
1156 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1157
1158         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
1159         (gst_multiudpsink_remove):
1160         Fix a typo and do some small cleanups.
1161
1162 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1163
1164         Patch by: Olivier Crete <tester at tester dot ca>
1165
1166         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
1167         Make the delivery-method mandatory on the caps and only accept inline
1168         for now.
1169         Reverse strcmp checks for delivery-method.
1170
1171         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
1172         Make delivery method optional when parsing caps and note this in the
1173         caps.
1174         Reverse strcmp checks for delivery-method.
1175
1176         * gst/rtp/gstrtpvorbispay.c:
1177         Update a comment to note that the delivery-method is optional, 
1178         Fixes #537675.
1179
1180 2008-06-12  Wim Taymans  <wim.taymans@collabora.co.uk>
1181
1182         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_mcast):
1183         Set udpsrc for receiving data from multicast groups to PAUSED instead of
1184         leaving them in READY. Fixes #537832.
1185
1186 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
1187
1188         * gst/avi/gstavimux.c:
1189           Simplify code. gst_tag_list_merge() does the NULL checks. Add a FIXME
1190           for a random constant in tagmuxing code.
1191
1192 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
1193
1194         * gst/debug/gsttaginject.c:
1195         * gst/debug/gsttaginject.h:
1196           Now actually adding the new element.
1197
1198 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
1199
1200         * docs/plugins/Makefile.am:
1201         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1202         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1203         * docs/plugins/gst-plugins-good-plugins.args:
1204         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1205         * docs/plugins/gst-plugins-good-plugins.interfaces:
1206         * docs/plugins/gst-plugins-good-plugins.prerequisites:
1207         * docs/plugins/inspect/plugin-aasink.xml:
1208         * docs/plugins/inspect/plugin-alaw.xml:
1209         * docs/plugins/inspect/plugin-alpha.xml:
1210         * docs/plugins/inspect/plugin-alphacolor.xml:
1211         * docs/plugins/inspect/plugin-annodex.xml:
1212         * docs/plugins/inspect/plugin-apetag.xml:
1213         * docs/plugins/inspect/plugin-audiofx.xml:
1214         * docs/plugins/inspect/plugin-auparse.xml:
1215         * docs/plugins/inspect/plugin-autodetect.xml:
1216         * docs/plugins/inspect/plugin-avi.xml:
1217         * docs/plugins/inspect/plugin-cacasink.xml:
1218         * docs/plugins/inspect/plugin-cairo.xml:
1219         * docs/plugins/inspect/plugin-cdio.xml:
1220         * docs/plugins/inspect/plugin-cutter.xml:
1221         * docs/plugins/inspect/plugin-debug.xml:
1222         * docs/plugins/inspect/plugin-dv.xml:
1223         * docs/plugins/inspect/plugin-efence.xml:
1224         * docs/plugins/inspect/plugin-effectv.xml:
1225         * docs/plugins/inspect/plugin-equalizer.xml:
1226         * docs/plugins/inspect/plugin-esdsink.xml:
1227         * docs/plugins/inspect/plugin-flac.xml:
1228         * docs/plugins/inspect/plugin-flxdec.xml:
1229         * docs/plugins/inspect/plugin-gamma.xml:
1230         * docs/plugins/inspect/plugin-gconfelements.xml:
1231         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
1232         * docs/plugins/inspect/plugin-goom.xml:
1233         * docs/plugins/inspect/plugin-goom2k1.xml:
1234         * docs/plugins/inspect/plugin-halelements.xml:
1235         * docs/plugins/inspect/plugin-icydemux.xml:
1236         * docs/plugins/inspect/plugin-id3demux.xml:
1237         * docs/plugins/inspect/plugin-jpeg.xml:
1238         * docs/plugins/inspect/plugin-level.xml:
1239         * docs/plugins/inspect/plugin-matroska.xml:
1240         * docs/plugins/inspect/plugin-monoscope.xml:
1241         * docs/plugins/inspect/plugin-mulaw.xml:
1242         * docs/plugins/inspect/plugin-multifile.xml:
1243         * docs/plugins/inspect/plugin-multipart.xml:
1244         * docs/plugins/inspect/plugin-navigationtest.xml:
1245         * docs/plugins/inspect/plugin-ossaudio.xml:
1246         * docs/plugins/inspect/plugin-png.xml:
1247         * docs/plugins/inspect/plugin-quicktime.xml:
1248         * docs/plugins/inspect/plugin-rtp.xml:
1249         * docs/plugins/inspect/plugin-rtsp.xml:
1250         * docs/plugins/inspect/plugin-smpte.xml:
1251         * docs/plugins/inspect/plugin-soup.xml:
1252         * docs/plugins/inspect/plugin-spectrum.xml:
1253         * docs/plugins/inspect/plugin-speex.xml:
1254         * docs/plugins/inspect/plugin-taglib.xml:
1255         * docs/plugins/inspect/plugin-udp.xml:
1256         * docs/plugins/inspect/plugin-video4linux2.xml:
1257         * docs/plugins/inspect/plugin-videobalance.xml:
1258         * docs/plugins/inspect/plugin-videobox.xml:
1259         * docs/plugins/inspect/plugin-videocrop.xml:
1260         * docs/plugins/inspect/plugin-videoflip.xml:
1261         * docs/plugins/inspect/plugin-videomixer.xml:
1262         * docs/plugins/inspect/plugin-wavenc.xml:
1263         * docs/plugins/inspect/plugin-wavpack.xml:
1264         * docs/plugins/inspect/plugin-wavparse.xml:
1265         * docs/plugins/inspect/plugin-ximagesrc.xml:
1266         * gst/debug/Makefile.am:
1267         * gst/debug/breakmydata.c:
1268         * gst/debug/efence.c:
1269         * gst/debug/gstdebug.c:
1270         * gst/debug/gstnavseek.c:
1271         * gst/debug/gstpushfilesrc.c:
1272         * gst/debug/gstpushfilesrc.h:
1273         * gst/debug/negotiation.c:
1274         * gst/debug/progressreport.c:
1275         * gst/debug/progressreport.h:
1276         * gst/debug/rndbuffersize.c:
1277         * gst/debug/testplugin.c:
1278           Remove dummy plugin_init. Remove some undefined entries from doc-
1279           section file. Add taginject element and rebuild docs for it.
1280
1281 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
1282
1283         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
1284         (gst_matroska_mux_release_pad), (gst_matroska_mux_write_data):
1285         Update the counter for the number of streams when pads are added or
1286         removed. This will make sure that a seek table is generated for
1287         files with just one audio stream.
1288
1289 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
1290
1291         * gst/matroska/matroska-demux.c:
1292         (gst_matroska_demux_parse_metadata_id_simple_tag):
1293         * gst/matroska/matroska-ids.h:
1294         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag):
1295         Add some more tags, improve debugging a bit and make sure that
1296         GValue transformation has succeeded before using the result
1297         as a tag.
1298
1299 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
1300
1301         Patch by: Olivier Crete <tester at tester dot ca>
1302
1303         * gst/rtp/gstrtptheorapay.c:
1304         The Theora RTP payloader only supports the "inline" delievery method
1305         so let's declare this on the caps of the static pad template.
1306         Fixes bug #537675.
1307
1308 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
1309
1310         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
1311         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues):
1312         Remove bogus check.
1313
1314 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
1315
1316         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
1317         (gst_videomixer_blend_buffers):
1318         Use stream_time to synchronize the object properties.
1319         Use running_time of the master pad to timestamp outgoing buffers.
1320         Fix the initial segment event to extend an unknown amount of time.
1321         Fixes #537361.
1322
1323 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
1324
1325         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
1326         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
1327         (gst_avi_demux_calculate_durations_from_index),
1328         (gst_avi_demux_stream_header_push),
1329         (gst_avi_demux_stream_header_pull):
1330         Try to ignore unparsable/unknown streams and give a warning instead of
1331         erroring out. Fixes #537377.
1332
1333 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
1334
1335         * gst/matroska/ebml-write.c: (gst_ebml_write_float):
1336         Use GDOUBLE_TO_BE() instead of (probably slower) custom code.
1337
1338         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
1339         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
1340         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
1341         (gst_matroska_demux_read_track_encodings),
1342         (gst_matroska_demux_add_stream),
1343         (gst_matroska_demux_handle_src_query),
1344         (gst_matroska_demux_init_stream),
1345         (gst_matroska_demux_parse_index_cuetrack),
1346         (gst_matroska_demux_parse_index_pointentry),
1347         (gst_matroska_demux_parse_info),
1348         (gst_matroska_demux_parse_metadata_id_simple_tag),
1349         (gst_matroska_demux_parse_metadata),
1350         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
1351         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
1352         (gst_matroska_demux_parse_cluster),
1353         (gst_matroska_demux_parse_contents_seekentry),
1354         (gst_matroska_demux_loop_stream_parse_id),
1355         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
1356         (gst_matroska_demux_audio_caps),
1357         (gst_matroska_demux_subtitle_caps):
1358         * gst/matroska/matroska-demux.h:
1359         * gst/matroska/matroska-ids.c:
1360         (gst_matroska_track_init_subtitle_context):
1361         * gst/matroska/matroska-ids.h:
1362         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
1363         (gst_matroska_mux_class_init), (gst_matroska_mux_init),
1364         (gst_matroska_mux_create_uid), (gst_matroska_mux_reset),
1365         (gst_matroska_mux_video_pad_setcaps),
1366         (gst_matroska_mux_audio_pad_setcaps),
1367         (gst_matroska_mux_subtitle_pad_setcaps),
1368         (gst_matroska_mux_request_new_pad),
1369         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
1370         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
1371         (gst_matroska_mux_write_data), (gst_matroska_mux_collected),
1372         (gst_matroska_mux_set_property):
1373         Add many FIXMEs/TODOs all over the matroska muxer and demuxer
1374         elements, do some checks for valid values in the demuxer, handle
1375         tracktimecodescale in the demuxer, set correct default values for all
1376         settings in the demuxer, review and add all missing matroska
1377         IDs and some more raw YUV formats, and some trivial cleanup.
1378
1379 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
1380
1381         * ext/pulse/pulsemixer.c: (gst_pulsemixer_base_init),
1382         (gst_pulsemixer_class_init):
1383         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
1384         (gst_pulsesink_class_init), (gst_pulsesink_prepare):
1385         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
1386         (gst_pulsesrc_base_init), (gst_pulsesrc_class_init),
1387         (gst_pulsesrc_prepare):
1388         Some smaller cleanup. Use G_PARAM_STATIC_STRINGS,
1389         gst_element_class_set_details_simple() and fix coding style a bit
1390         more.
1391
1392 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
1393
1394         * docs/plugins/Makefile.am:
1395         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1396         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1397         * docs/plugins/gst-plugins-good-plugins.args:
1398         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1399         * docs/plugins/gst-plugins-good-plugins.interfaces:
1400         * docs/plugins/gst-plugins-good-plugins.prerequisites:
1401         * docs/plugins/inspect/plugin-aasink.xml:
1402         * docs/plugins/inspect/plugin-alaw.xml:
1403         * docs/plugins/inspect/plugin-alpha.xml:
1404         * docs/plugins/inspect/plugin-alphacolor.xml:
1405         * docs/plugins/inspect/plugin-annodex.xml:
1406         * docs/plugins/inspect/plugin-apetag.xml:
1407         * docs/plugins/inspect/plugin-audiofx.xml:
1408         * docs/plugins/inspect/plugin-auparse.xml:
1409         * docs/plugins/inspect/plugin-autodetect.xml:
1410         * docs/plugins/inspect/plugin-avi.xml:
1411         * docs/plugins/inspect/plugin-cacasink.xml:
1412         * docs/plugins/inspect/plugin-cairo.xml:
1413         * docs/plugins/inspect/plugin-cdio.xml:
1414         * docs/plugins/inspect/plugin-cutter.xml:
1415         * docs/plugins/inspect/plugin-debug.xml:
1416         * docs/plugins/inspect/plugin-dv.xml:
1417         * docs/plugins/inspect/plugin-efence.xml:
1418         * docs/plugins/inspect/plugin-effectv.xml:
1419         * docs/plugins/inspect/plugin-equalizer.xml:
1420         * docs/plugins/inspect/plugin-esdsink.xml:
1421         * docs/plugins/inspect/plugin-flac.xml:
1422         * docs/plugins/inspect/plugin-flxdec.xml:
1423         * docs/plugins/inspect/plugin-gamma.xml:
1424         * docs/plugins/inspect/plugin-gconfelements.xml:
1425         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
1426         * docs/plugins/inspect/plugin-goom.xml:
1427         * docs/plugins/inspect/plugin-goom2k1.xml:
1428         * docs/plugins/inspect/plugin-halelements.xml:
1429         * docs/plugins/inspect/plugin-icydemux.xml:
1430         * docs/plugins/inspect/plugin-id3demux.xml:
1431         * docs/plugins/inspect/plugin-jpeg.xml:
1432         * docs/plugins/inspect/plugin-level.xml:
1433         * docs/plugins/inspect/plugin-matroska.xml:
1434         * docs/plugins/inspect/plugin-monoscope.xml:
1435         * docs/plugins/inspect/plugin-mulaw.xml:
1436         * docs/plugins/inspect/plugin-multifile.xml:
1437         * docs/plugins/inspect/plugin-multipart.xml:
1438         * docs/plugins/inspect/plugin-navigationtest.xml:
1439         * docs/plugins/inspect/plugin-ossaudio.xml:
1440         * docs/plugins/inspect/plugin-png.xml:
1441         * docs/plugins/inspect/plugin-pulseaudio.xml:
1442         * docs/plugins/inspect/plugin-quicktime.xml:
1443         * docs/plugins/inspect/plugin-rtp.xml:
1444         * docs/plugins/inspect/plugin-rtsp.xml:
1445         * docs/plugins/inspect/plugin-smpte.xml:
1446         * docs/plugins/inspect/plugin-soup.xml:
1447         * docs/plugins/inspect/plugin-spectrum.xml:
1448         * docs/plugins/inspect/plugin-speex.xml:
1449         * docs/plugins/inspect/plugin-taglib.xml:
1450         * docs/plugins/inspect/plugin-udp.xml:
1451         * docs/plugins/inspect/plugin-video4linux2.xml:
1452         * docs/plugins/inspect/plugin-videobalance.xml:
1453         * docs/plugins/inspect/plugin-videobox.xml:
1454         * docs/plugins/inspect/plugin-videocrop.xml:
1455         * docs/plugins/inspect/plugin-videoflip.xml:
1456         * docs/plugins/inspect/plugin-videomixer.xml:
1457         * docs/plugins/inspect/plugin-wavenc.xml:
1458         * docs/plugins/inspect/plugin-wavpack.xml:
1459         * docs/plugins/inspect/plugin-wavparse.xml:
1460         * docs/plugins/inspect/plugin-ximagesrc.xml:
1461         * ext/pulse/plugin.c:
1462         * ext/pulse/pulsemixer.c:
1463         * ext/pulse/pulsesink.c:
1464         * ext/pulse/pulsesrc.c:
1465         Add documentation to the pulseaudio plugin and run make update
1466         in docs/plugins.
1467
1468 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
1469
1470         Patch by: Brian Cameron <brian.cameron at sun dot com>
1471
1472         * sys/sunaudio/gstsunaudiomixerctrl.c:
1473         (gst_sunaudiomixer_ctrl_get_volume),
1474         (gst_sunaudiomixer_ctrl_set_volume):
1475         Improvements for the SunAudio mixer by handling mute as no gain
1476         for tracks that have a gain property but no mute property.
1477         Fixes bug #536067.
1478
1479 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
1480
1481         * configure.ac:
1482         * ext/pulse/Makefile.am:
1483         * ext/pulse/plugin.c: (plugin_init):
1484         * ext/pulse/pulsemixer.c: (gst_pulsemixer_interface_supported),
1485         (gst_pulsemixer_implements_interface_init),
1486         (gst_pulsemixer_init_interfaces), (gst_pulsemixer_base_init),
1487         (gst_pulsemixer_class_init), (gst_pulsemixer_init),
1488         (gst_pulsemixer_finalize), (gst_pulsemixer_set_property),
1489         (gst_pulsemixer_get_property), (gst_pulsemixer_change_state):
1490         * ext/pulse/pulsemixer.h:
1491         * ext/pulse/pulsemixerctrl.c:
1492         (gst_pulsemixer_ctrl_context_state_cb),
1493         (gst_pulsemixer_ctrl_sink_info_cb),
1494         (gst_pulsemixer_ctrl_source_info_cb),
1495         (gst_pulsemixer_ctrl_subscribe_cb),
1496         (gst_pulsemixer_ctrl_success_cb), (gst_pulsemixer_ctrl_open),
1497         (gst_pulsemixer_ctrl_close), (gst_pulsemixer_ctrl_new),
1498         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_list_tracks),
1499         (gst_pulsemixer_ctrl_timeout_event), (restart_time_event),
1500         (gst_pulsemixer_ctrl_set_volume), (gst_pulsemixer_ctrl_get_volume),
1501         (gst_pulsemixer_ctrl_set_record), (gst_pulsemixer_ctrl_set_mute):
1502         * ext/pulse/pulsemixerctrl.h:
1503         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_class_init),
1504         (gst_pulsemixer_track_init), (gst_pulsemixer_track_new):
1505         * ext/pulse/pulsemixertrack.h:
1506         * ext/pulse/pulseprobe.c: (gst_pulseprobe_context_state_cb),
1507         (gst_pulseprobe_sink_info_cb), (gst_pulseprobe_source_info_cb),
1508         (gst_pulseprobe_invalidate), (gst_pulseprobe_open),
1509         (gst_pulseprobe_enumerate), (gst_pulseprobe_close),
1510         (gst_pulseprobe_new), (gst_pulseprobe_free),
1511         (gst_pulseprobe_get_properties), (gst_pulseprobe_needs_probe),
1512         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values),
1513         (gst_pulseprobe_set_server):
1514         * ext/pulse/pulseprobe.h:
1515         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
1516         (gst_pulsesink_class_init), (gst_pulsesink_init),
1517         (gst_pulsesink_destroy_stream), (gst_pulsesink_destroy_context),
1518         (gst_pulsesink_finalize), (gst_pulsesink_dispose),
1519         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
1520         (gst_pulsesink_context_state_cb), (gst_pulsesink_stream_state_cb),
1521         (gst_pulsesink_stream_request_cb),
1522         (gst_pulsesink_stream_latency_update_cb), (gst_pulsesink_open),
1523         (gst_pulsesink_close), (gst_pulsesink_prepare),
1524         (gst_pulsesink_unprepare), (gst_pulsesink_write),
1525         (gst_pulsesink_delay), (gst_pulsesink_success_cb),
1526         (gst_pulsesink_reset), (gst_pulsesink_change_title),
1527         (gst_pulsesink_event), (gst_pulsesink_get_type):
1528         * ext/pulse/pulsesink.h:
1529         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
1530         (gst_pulsesrc_implements_interface_init),
1531         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_base_init),
1532         (gst_pulsesrc_class_init), (gst_pulsesrc_init),
1533         (gst_pulsesrc_destroy_stream), (gst_pulsesrc_destroy_context),
1534         (gst_pulsesrc_finalize), (gst_pulsesrc_dispose),
1535         (gst_pulsesrc_set_property), (gst_pulsesrc_get_property),
1536         (gst_pulsesrc_context_state_cb), (gst_pulsesrc_stream_state_cb),
1537         (gst_pulsesrc_stream_request_cb), (gst_pulsesrc_open),
1538         (gst_pulsesrc_close), (gst_pulsesrc_prepare),
1539         (gst_pulsesrc_unprepare), (gst_pulsesrc_read),
1540         (gst_pulsesrc_delay), (gst_pulsesrc_change_state),
1541         (gst_pulsesrc_get_type):
1542         * ext/pulse/pulsesrc.h:
1543         * ext/pulse/pulseutil.c: (gst_pulse_fill_sample_spec),
1544         (gst_pulse_client_name), (gst_pulse_gst_to_channel_map):
1545         * ext/pulse/pulseutil.h:
1546         Add pulseaudio GStreamer element from gst-pulse. Development will
1547         continue here instead of pulseaudio SVN. Fixes bug #400679.
1548         Only changes over gst-pulse SVN are added copyright to the top of
1549         files and coding style changes.
1550
1551 2008-06-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
1552
1553         Patch by: Benjamin Kampmann  <benjamin at fluendo dot com>
1554
1555         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext),
1556           (gst_cdio_add_cdtext_album_tags):
1557         * ext/cdio/gstcdio.h:
1558         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
1559           Also extract album title and album genre from CD-TEXT if
1560           available (#537021).
1561
1562 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
1563
1564         Patch by: Sjoerd Simons <sjoerd at luon dot net>
1565
1566         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
1567         Improve negotiation a bit more by picking the smallest possible
1568         resolution that is larger than the resolution specified in the
1569         first caps entry of the peer caps. Fixes bug #536994.
1570
1571 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
1572
1573         Patch by: Bastien Nocera <hadess at hadess dot net>
1574
1575         * sys/v4l2/gstv4l2vidorient.c:
1576         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
1577         Fix compilation with newer GIT kernels that deprecated
1578         V4L2_CID_HCENTER and V4L2_CID_VCENTER. Fixes bug #536317.
1579
1580 2008-06-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
1581
1582         * configure.ac:
1583         * ext/cdio/gstcdio.c:
1584         * ext/cdio/gstcdio.h:
1585         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
1586           Require libcdio >= 0.76.
1587
1588 2008-06-05  Thijs Vermeir  <thijsvermeir@gmail.com>
1589
1590         * gst/avi/gstavidemux.c:
1591         Catch UNEXPECTED when downstream has reached end of
1592         segment in reverse mode.
1593
1594 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
1595
1596         * gst/avi/gstavidemux.c:
1597         Fix typo in comment
1598
1599 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
1600
1601         * gst/avi/gstavidemux.c:
1602         Because we don't know the frame order we need to push till
1603         the next keyframe
1604
1605 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1606
1607         Patch by: Sjoerd Simons <sjoerd at luon dot net>
1608
1609         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
1610         (gst_v4l2src_fixate), (gst_v4l2src_negotiate):
1611         Provide a custom negotiation function to make sure to pick the highest
1612         possible framerate and resolution. Fixes bug #536646.
1613
1614 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
1615
1616         * gst/avi/gstavidemux.c:
1617         Set EOS when going out of the segment in reverse playback
1618
1619 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1620
1621         * ext/taglib/Makefile.am::
1622           Add -Wno-attributes to CXXFLAGS to suppress warning caused by
1623           taglib headers (with gcc 4.3.1).
1624
1625 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1626
1627         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
1628         Use the new gst_rtsp_connection_get_ip() to access the IP address
1629         of a GstRTSPConnection since it is a private member.
1630
1631 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1632
1633         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
1634         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
1635           Use new utility functions in libgsttag to process coverart (#512333).
1636
1637 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1638
1639         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
1640         We actually support left/side, right/side and mid/side files. The
1641         conversion to normal, interleaved stereo is done by libflac.
1642
1643 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1644
1645         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
1646         (gst_ebml_write_set_cache):
1647         Unref the write cache in finalize if it was set and add add "FIXME"
1648         to a comment that needs it.
1649
1650 2008-06-02  Wim Taymans  <wim.taymans@collabora.co.uk>
1651
1652         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
1653
1654         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
1655         (gst_avi_demux_index_prev), (gst_avi_demux_index_entry_for_time),
1656         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
1657         (gst_avi_demux_process_next_entry):
1658         * gst/avi/gstavidemux.h:
1659         Implement reverse playback. Fixes #535300.
1660         Small cleanups.
1661
1662 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
1663
1664         * gst/videomixer/videomixer.c: (gst_videomixer_query_duration),
1665         (gst_videomixer_query_latency):
1666         When using gst_element_iterate_pads() one has to unref every pad
1667         after usage.
1668
1669 2008-05-31  Edward Hervey  <edward.hervey@collabora.co.uk>
1670
1671         Patch by: Bastien Nocera <hadess at hadess dot net>
1672         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_str),
1673         (qtdemux_parse_udta):
1674         * gst/qtdemux/qtdemux_fourcc.h:
1675         Improve meta-data handling, add 'comment', 'description' and
1676         'copyright' tag handling.
1677         Fixes #535935
1678
1679 2008-05-31  Julien Moutte  <julien@fluendo.com>
1680
1681         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_keyframe),
1682         (gst_qtdemux_find_segment), (gst_qtdemux_perform_seek),
1683         (gst_qtdemux_seek_to_previous_keyframe),
1684         (gst_qtdemux_activate_segment), (gst_qtdemux_loop): Make sure we
1685         we don't clip the segment's stop using the main segment duration as
1686         that could crop quite some video frames. Make reverse playback support
1687         more robust and support edit lists. Support seeking to the last frame,
1688         and fix reverse looping playback. Add some debugging.
1689         * win32/common/config.h: Updated.
1690
1691 2008-05-31  Sebastian Dröge  <slomo@circular-chaos.org>
1692
1693         * gst/equalizer/gstiirequalizer.c:
1694         (gst_iir_equalizer_transform_ip):
1695         Don't clip float/double samples, correctly unset passthrough mode
1696         and use better rounding for integer samples.
1697
1698 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
1699
1700         * gst/equalizer/gstiirequalizer.c:
1701         (gst_iir_equalizer_band_set_property), (gst_iir_equalizer_init),
1702         (setup_filter), (set_passthrough), (update_coefficients),
1703         (gst_iir_equalizer_compute_frequencies),
1704         (gst_iir_equalizer_transform_ip):
1705         * gst/equalizer/gstiirequalizer.h:
1706         Update the filter coefficients only when needed in the transform_ip
1707         function and correctly set the element into passthrough mode if the
1708         gain of all bands is 0.
1709
1710 2008-05-29  Wim Taymans  <wim.taymans@collabora.co.uk>
1711
1712         Based on patch by: Sebastian Keller <sebastian-keller at gmx dot de>
1713
1714         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
1715         (gst_alpha_set_property), (gst_alpha_get_property),
1716         (gst_alpha_chroma_key_ayuv), (gst_alpha_chromakey_row_i420):
1717         Try to skip pixels or areas that are too dark or too bright for us to do
1718         meaningfull color detection.
1719         Added properties to control the sensitivity to light and darkness.
1720         Added some small cleanups. Fixes #512345.
1721
1722 2008-05-28  Jan Schmidt  <jan.schmidt@sun.com>
1723
1724         * docs/plugins/.cvsignore:
1725         * tests/check/elements/.cvsignore:
1726         Ignore some more generated things
1727
1728         * tests/check/Makefile.am:
1729         Ignore OSS elements in the state changes test too.
1730
1731 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1732
1733         * docs/plugins/Makefile.am:
1734         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1735         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1736         Add SMPTE effect elements to docs.
1737
1738 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
1739
1740         * docs/plugins/Makefile.am:
1741         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1742         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1743         * ext/raw1394/gstdv1394src.c:
1744           Document whats first shown on the fdo plugin docs page :)
1745
1746 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
1747
1748         * docs/plugins/Makefile.am:
1749         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1750         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1751         * docs/plugins/gst-plugins-good-plugins.args:
1752         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1753         * docs/plugins/inspect/plugin-audiofx.xml:
1754         * gst/audiofx/Makefile.am:
1755         * gst/audiofx/audiofx.c:
1756         * gst/audiofx/audiokaraoke.c:
1757         * gst/audiofx/audiokaraoke.h:
1758         * gst/audiofx/audiovoice.c:
1759         * gst/audiofx/audiovoice.h:
1760           Rename audiovoice to audiokaraoke and add it to the docs.
1761
1762 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
1763
1764         * REQUIREMENTS:
1765         * docs/plugins/Makefile.am:
1766         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1767         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1768         * docs/plugins/gst-plugins-good-plugins.args:
1769         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1770         * docs/plugins/gst-plugins-good-plugins.interfaces:
1771         * docs/plugins/gst-plugins-good-plugins.prerequisites:
1772         * docs/plugins/inspect/plugin-aasink.xml:
1773         * docs/plugins/inspect/plugin-alaw.xml:
1774         * docs/plugins/inspect/plugin-alpha.xml:
1775         * docs/plugins/inspect/plugin-alphacolor.xml:
1776         * docs/plugins/inspect/plugin-annodex.xml:
1777         * docs/plugins/inspect/plugin-apetag.xml:
1778         * docs/plugins/inspect/plugin-audiofx.xml:
1779         * docs/plugins/inspect/plugin-auparse.xml:
1780         * docs/plugins/inspect/plugin-autodetect.xml:
1781         * docs/plugins/inspect/plugin-avi.xml:
1782         * docs/plugins/inspect/plugin-cacasink.xml:
1783         * docs/plugins/inspect/plugin-cairo.xml:
1784         * docs/plugins/inspect/plugin-cdio.xml:
1785         * docs/plugins/inspect/plugin-cutter.xml:
1786         * docs/plugins/inspect/plugin-debug.xml:
1787         * docs/plugins/inspect/plugin-dv.xml:
1788         * docs/plugins/inspect/plugin-efence.xml:
1789         * docs/plugins/inspect/plugin-effectv.xml:
1790         * docs/plugins/inspect/plugin-equalizer.xml:
1791         * docs/plugins/inspect/plugin-esdsink.xml:
1792         * docs/plugins/inspect/plugin-flac.xml:
1793         * docs/plugins/inspect/plugin-flxdec.xml:
1794         * docs/plugins/inspect/plugin-gamma.xml:
1795         * docs/plugins/inspect/plugin-gconfelements.xml:
1796         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
1797         * docs/plugins/inspect/plugin-goom.xml:
1798         * docs/plugins/inspect/plugin-goom2k1.xml:
1799         * docs/plugins/inspect/plugin-halelements.xml:
1800         * docs/plugins/inspect/plugin-icydemux.xml:
1801         * docs/plugins/inspect/plugin-id3demux.xml:
1802         * docs/plugins/inspect/plugin-jpeg.xml:
1803         * docs/plugins/inspect/plugin-level.xml:
1804         * docs/plugins/inspect/plugin-matroska.xml:
1805         * docs/plugins/inspect/plugin-monoscope.xml:
1806         * docs/plugins/inspect/plugin-mulaw.xml:
1807         * docs/plugins/inspect/plugin-multifile.xml:
1808         * docs/plugins/inspect/plugin-multipart.xml:
1809         * docs/plugins/inspect/plugin-navigationtest.xml:
1810         * docs/plugins/inspect/plugin-ossaudio.xml:
1811         * docs/plugins/inspect/plugin-png.xml:
1812         * docs/plugins/inspect/plugin-quicktime.xml:
1813         * docs/plugins/inspect/plugin-rtp.xml:
1814         * docs/plugins/inspect/plugin-rtsp.xml:
1815         * docs/plugins/inspect/plugin-smpte.xml:
1816         * docs/plugins/inspect/plugin-soup.xml:
1817         * docs/plugins/inspect/plugin-spectrum.xml:
1818         * docs/plugins/inspect/plugin-speex.xml:
1819         * docs/plugins/inspect/plugin-taglib.xml:
1820         * docs/plugins/inspect/plugin-udp.xml:
1821         * docs/plugins/inspect/plugin-video4linux2.xml:
1822         * docs/plugins/inspect/plugin-videobalance.xml:
1823         * docs/plugins/inspect/plugin-videobox.xml:
1824         * docs/plugins/inspect/plugin-videocrop.xml:
1825         * docs/plugins/inspect/plugin-videoflip.xml:
1826         * docs/plugins/inspect/plugin-videomixer.xml:
1827         * docs/plugins/inspect/plugin-wavenc.xml:
1828         * docs/plugins/inspect/plugin-wavpack.xml:
1829         * docs/plugins/inspect/plugin-wavparse.xml:
1830         * docs/plugins/inspect/plugin-ximagesrc.xml:
1831         * ext/aalib/gstaasink.c:
1832         * ext/libcaca/gstcacasink.c:
1833           Document aasink and cacasink.
1834
1835 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
1836
1837         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
1838         (gst_videomixer_init), (gst_videomixer_query_duration),
1839         (gst_videomixer_query_latency), (gst_videomixer_query),
1840         (gst_videomixer_blend_buffers):
1841         * gst/videomixer/videomixer.h:
1842         Implement position (in time), duration and latency queries.
1843
1844 2008-05-27  Edward Hervey  <edward.hervey@collabora.co.uk>
1845
1846         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
1847         (gst_videomixer_init), (gst_videomixer_request_new_pad),
1848         (gst_videomixer_fill_queues), (forward_event_func),
1849         (forward_event), (gst_videomixer_src_event),
1850         (gst_videomixer_sink_event):
1851         * gst/videomixer/videomixer.h:
1852         Implement proper seek/newsegment handling.
1853         Based on adder's implementation.
1854         Fixes #535121
1855
1856 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1857
1858         Patch by: Jan Gerber <j at oil21 dot org>
1859
1860         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
1861         Add caps for DVCPRO50 and DVCPRO HD PAL/NTSC. See #526481.
1862
1863 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1864
1865         * gst/audiofx/Makefile.am:
1866         * gst/audiofx/audiofx.c: (plugin_init):
1867         * gst/audiofx/audiovoice.c: (gst_audio_voice_base_init),
1868         (gst_audio_voice_class_init), (gst_audio_voice_init),
1869         (update_filter), (gst_audio_voice_set_property),
1870         (gst_audio_voice_get_property), (gst_audio_voice_setup),
1871         (gst_audio_voice_transform_int), (gst_audio_voice_transform_float),
1872         (gst_audio_voice_transform_ip):
1873         * gst/audiofx/audiovoice.h:
1874         Add simple voice removal element. Yay karaoke.
1875
1876 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1877
1878         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
1879
1880         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
1881         Fix potential caps leak.
1882         If we can't get the framerate with an ioctl, try to get it with the
1883         current norm. Fixes #520092.
1884
1885 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1886
1887         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
1888
1889         * sys/v4l2/v4l2src_calls.c:
1890         (gst_v4l2src_probe_caps_for_format_and_size):
1891         If we fail to get the frame intervals, simply don't touch the framerates
1892         on the template caps instead of discarding the format. See #520092.
1893
1894 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1895
1896         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
1897
1898         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
1899         (gst_v4l2_get_caps_info):
1900         Add NV12, NV21 and bayer support. See #520092.
1901
1902 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1903
1904         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
1905         (gst_qtdemux_activate_segment):
1906         Unbreak segment activation again. Fixes #531672.
1907
1908 2008-05-25  Sebastian Dröge  <slomo@circular-chaos.org>
1909
1910         * ext/flac/Makefile.am:
1911         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
1912         Set the channel layout when decoding FLAC files with more than 2
1913         channels as defined by the FLAC spec. Fixes bug #534570.
1914
1915         Also don't try to decode left/side, right/side and mid/side files
1916         as we don't support this at all.
1917
1918 2008-05-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
1919
1920         * configure.ac:
1921           We need -base CVS (rtsp).
1922
1923 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
1924
1925         * gst/udp/Makefile.am:
1926           Add -D_GNU_SOURCE to CFLAGS so we get things like EAI_ADDRFAMILY
1927           when including netdb.h when building against glibc >= 2.8.
1928
1929 2008-05-22  Julien Moutte  <julien@fluendo.com>
1930
1931         * gst/smpte/gstsmptealpha.c: (gst_smpte_alpha_setcaps): Fix
1932         debug statement arguments.
1933         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_setup_qos_dscp):
1934         * gst/udp/gstudpnetutils.c: (gst_udp_join_group),
1935         (gst_udp_leave_group): Fix IP and IPV6 options to make it work
1936         on more platforms.
1937
1938 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
1939
1940         * tests/check/elements/avimux.c: (setup_src_pad),
1941         (teardown_src_pad):
1942         * tests/check/elements/icydemux.c: (icydemux_found_pad),
1943         (GST_START_TEST):
1944         * tests/check/elements/matroskamux.c: (setup_src_pad),
1945         (teardown_src_pad), (setup_sink_pad), (teardown_sink_pad):
1946         * tests/check/elements/videocrop.c: (video_crop_get_test_caps),
1947         (GST_START_TEST):
1948         * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad),
1949         (setup_wavpackparse), (cleanup_wavpackparse):
1950         Don't use gst_element_get_pad(), it's a bad, bad method.
1951
1952 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
1953
1954         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
1955         (do_toggle_element):
1956         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
1957         (do_toggle_element):
1958         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
1959         (do_toggle_element):
1960         * ext/gconf/gstswitchsink.c: (gst_switch_commit_new_kid):
1961         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_reset),
1962         (do_toggle_element):
1963         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_reset),
1964         (do_toggle_element):
1965         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
1966         (gst_auto_audio_sink_detect):
1967         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
1968         (gst_auto_video_sink_detect):
1969         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
1970         (gst_rtspsrc_stream_free), (gst_rtspsrc_stream_configure_udp),
1971         (gst_rtspsrc_stream_configure_udp_sink), (gst_rtspsrc_skip_lws),
1972         (gst_rtspsrc_unskip_lws), (gst_rtspsrc_skip_commas),
1973         (gst_rtspsrc_skip_item), (gst_rtsp_decode_quoted_string),
1974         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr):
1975         * tests/icles/videocrop-test.c: (test_with_caps),
1976         (video_crop_get_test_caps):
1977         Don't use gst_element_get_pad(), it's a bad method.
1978
1979 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
1980
1981         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
1982         (gst_multiudpsink_add_internal):
1983         * gst/udp/gstudpnetutils.c: (gst_udp_set_loop_ttl),
1984         (gst_udp_join_group):
1985         * gst/udp/gstudpnetutils.h:
1986         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
1987         Joining a multicast group and setting the loop/ttl properties are
1988         totally unrelated tasks are must be separated.
1989
1990 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
1991
1992         * gst/avi/gstavimux.c:
1993           Also support alaw/mulaw.
1994
1995 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
1996
1997         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
1998         (gst_multiudpsink_setup_qos_dscp), (gst_multiudpsink_add_internal):
1999         * gst/udp/gstmultiudpsink.h:
2000         Add a fixme for the auto-multicast property.
2001         Fix some confusing debug messages.
2002         Disable setting a qos value by default.
2003
2004 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2005
2006         Patch by: Gustaf Räntilä <g dot rantila at gmail dot com>
2007
2008         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
2009         Ignore EPERM errors from sendto. Fixes #533619.
2010
2011 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2012
2013         Patch by: Henrik Eriksson <henriken at axis dot com>
2014
2015         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2016         (gst_multiudpsink_init), (gst_multiudpsink_setup_qos_dscp),
2017         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
2018         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal):
2019         * gst/udp/gstmultiudpsink.h:
2020         Add qos-dscp property to manage the Quality of service. Fixes #469917.
2021
2022 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2023
2024         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_process):
2025         Improve debugging of the ident.
2026
2027 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2028
2029         Patch by: Bruno Santos <brunof at ua dot pt>
2030
2031         * gst/udp/gstudpnetutils.c: (gst_udp_get_addr),
2032         (gst_udp_join_group), (gst_udp_leave_group),
2033         (gst_udp_is_multicast):
2034         * gst/udp/gstudpnetutils.h:
2035         Provide a bunch of helper methods to deal with IPv4 and IPv6
2036         transparently.
2037
2038         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2039         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
2040         (gst_multiudpsink_get_property), (join_multicast),
2041         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
2042         (gst_multiudpsink_remove):
2043         * gst/udp/gstmultiudpsink.h:
2044         Add multicast TTL and loopback properties.
2045         Use the helper methods to implement ip4 and ip6.
2046
2047         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
2048         * gst/udp/gstudpsrc.h:
2049         Use the helper methods to implement ip4 and ip6.
2050         Fixes #515962.
2051
2052 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2053
2054         Patch by: Patrick Radizi <patrick dot radizi at axis dot com>
2055
2056         * gst/multipart/multipartdemux.c: (gst_multipart_demux_class_init),
2057         (gst_multipart_demux_get_gstname),
2058         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain):
2059         * gst/multipart/multipartdemux.h:
2060         Don't blindly copy the mime-type as the caps name because they not
2061         always map directly. Instead use a hashtable with common mappings.
2062         Fixes #533287.
2063
2064 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2065
2066         * ext/esd/esdsink.c: (gst_esdsink_write):
2067         When we post an error, we must return -1 to let the parent know that we
2068         cannot write the segment else it will loop and continue to call us again
2069         forever. Patch by Michael Meeks.
2070
2071 2008-05-20  Stefan Kost  <ensonic@users.sf.net>
2072
2073         * gst/videomixer/videomixer.c:
2074           Add missing incudes.
2075
2076 2008-05-20  Peter Kjellerstedt  <pkj@axis.com>
2077
2078         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
2079         (gst_rtp_h264_pay_handle_buffer):
2080         * gst/rtp/gstrtph264pay.h:
2081         Correct a typo (sinle -> single).
2082
2083 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2084
2085         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
2086         (gst_rtp_h264_depay_init), (gst_rtp_h264_depay_set_property),
2087         (gst_rtp_h264_depay_get_property), (gst_rtp_h264_depay_setcaps),
2088         (gst_rtp_h264_depay_process):
2089         * gst/rtp/gstrtph264depay.h:
2090         Add experimental support for outputting quicktime-like AVC output in
2091         addition to the existing bytestream output.
2092
2093         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
2094         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
2095         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_payload_nal),
2096         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
2097         (gst_rtp_h264_pay_get_property):
2098         * gst/rtp/gstrtph264pay.h:
2099         Make the parsing mode configurable, for some inputs we don't need to
2100         scan every byte for start codes.
2101         Only set the marker bit on ACCESS units.
2102
2103 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2104
2105         * gst/equalizer/gstiirequalizer.c:
2106         Use a bigger type in integer mode for the intermediate results to
2107         prevent overflows. This fixes the crippled sound when using the
2108         equalizer in integer mode. Fixes bug #510865.
2109
2110 2008-05-20  Jan Schmidt  <jan.schmidt@sun.com>
2111
2112         * gst/videomixer/videomixer.c:
2113         * gst/videomixer/videomixer.h:
2114         Instead of a random number for the request pad id's,
2115         use a counter.
2116
2117         Register the videomixerpad class from the element's class_init
2118         where it's safer, and allows the docs generator to scan it.
2119
2120 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2121
2122         * gst/smpte/Makefile.am:
2123         * gst/smpte/gstsmpte.c: (gst_smpte_plugin_init):
2124         * gst/smpte/gstsmpte.h:
2125         * gst/smpte/gstsmptealpha.c:
2126         (gst_smpte_alpha_transition_type_get_type),
2127         (gst_smpte_alpha_get_type), (gst_smpte_alpha_base_init),
2128         (gst_smpte_alpha_class_init), (gst_smpte_alpha_update_mask),
2129         (gst_smpte_alpha_setcaps), (gst_smpte_alpha_get_unit_size),
2130         (gst_smpte_alpha_init), (gst_smpte_alpha_finalize),
2131         (gst_smpte_alpha_do_ayuv), (gst_smpte_alpha_do_i420),
2132         (gst_smpte_alpha_transform), (gst_smpte_alpha_set_property),
2133         (gst_smpte_alpha_get_property), (gst_smpte_alpha_plugin_init):
2134         * gst/smpte/gstsmptealpha.h:
2135         * gst/smpte/plugin.c: (plugin_init):
2136         Add new plugin that adds the SMPTE transition in the alpha channel of
2137         I420 and AYUV frames so that they can be blended with videomixer later
2138         on. Uses all niceties such as using base transform for efficient alloc
2139         and negotiation. It currently requires GstController to control the
2140         position in the transition effect.
2141
2142 2008-05-19  Stefan Kost  <ensonic@users.sf.net>
2143
2144         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2145         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2146         * docs/plugins/gst-plugins-good-plugins.args:
2147         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2148         * docs/plugins/gst-plugins-good-plugins.interfaces:
2149         * docs/plugins/gst-plugins-good-plugins.types:
2150         * gst/videomixer/videomixer.c:
2151           Try using thaytans new mechanism to get extra classes into plugin
2152           docs. Aparently works for the Eq. For VideoMixer the GObject stuff is
2153           missing still.
2154
2155 2008-05-18  Mark Nauwelaerts  <mnauw@users.sf.net>
2156
2157         * gst/avi/gstavimux.c: (gst_avi_mux_audsink_set_caps):
2158         Set proper rate in avi stream header for PCM audio, and also do some
2159         more sanity checks on caps in this case.  Fixes #511489.
2160
2161 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
2162
2163         * sys/v4l2/gstv4l2src.c:
2164         Don't include the gstv4l2xoverlay.h header as the XOverlay support
2165         isn't implemented at all yet and this requires X headers to be
2166         installed. Fixes bug #533264.
2167
2168 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
2169
2170         reviewed by: <delete if not using a buddy>
2171
2172         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
2173         (gst_ebml_write_set_cache):
2174         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
2175         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
2176         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
2177         (gst_matroska_demux_read_track_encodings),
2178         (gst_matroska_demux_add_stream),
2179         (gst_matroska_demux_handle_src_query),
2180         (gst_matroska_demux_init_stream),
2181         (gst_matroska_demux_parse_index_cuetrack),
2182         (gst_matroska_demux_parse_index_pointentry),
2183         (gst_matroska_demux_parse_info),
2184         (gst_matroska_demux_parse_metadata_id_simple_tag),
2185         (gst_matroska_demux_parse_metadata),
2186         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
2187         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2188         (gst_matroska_demux_parse_cluster),
2189         (gst_matroska_demux_parse_contents_seekentry),
2190         (gst_matroska_demux_loop_stream_parse_id),
2191         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
2192         (gst_matroska_demux_audio_caps),
2193         (gst_matroska_demux_subtitle_caps):
2194         * gst/matroska/matroska-demux.h:
2195         * gst/matroska/matroska-ids.c:
2196         (gst_matroska_track_init_subtitle_context):
2197         * gst/matroska/matroska-ids.h:
2198         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
2199         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start),
2200         (gst_matroska_mux_finish), (gst_matroska_mux_collected):
2201         * sys/v4l2/gstv4l2src.c:
2202         * tests/check/pipelines/wavpack.c: (bus_handler):
2203         * win32/common/config.h:
2204
2205 2008-05-16  Jan Schmidt  <jan.schmidt@sun.com>
2206
2207         * ext/wavpack/gstwavpackstreamreader.c:
2208         * tests/examples/spectrum/demo-audiotest.c:
2209         * tests/examples/spectrum/demo-osssrc.c:
2210         Fix some compiler warnings.
2211
2212 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2213
2214         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
2215         Small comment added.
2216
2217         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
2218         (gst_rtp_h264_pay_decode_nal), (gst_rtp_h264_pay_parse_sps_pps),
2219         (gst_rtp_h264_pay_payload_nal), (gst_rtp_h264_pay_handle_buffer):
2220         Debug string cleanups (remove trailing \n)
2221         Refactor and clean up the payloader a bit and make sure that we only
2222         put one NAL unit in an RTP packet even if the input buffer contains
2223         multiple NAL units.
2224         Add suport for AVC format input.
2225
2226 2008-05-14  Peter Kjellerstedt  <pkj@axis.com>
2227
2228         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
2229         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_handle_buffer),
2230         (gst_rtp_h264_pay_set_property), (gst_rtp_h264_pay_get_property):
2231         * gst/rtp/gstrtph264pay.h:
2232         Make it possible to specify profile-level-id and sprop-parameter-sets
2233         using properties in case they are not available in-stream.
2234
2235 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
2236
2237         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2238         * docs/plugins/gst-plugins-good-plugins.args:
2239         * docs/plugins/inspect/plugin-ladspa.xml:
2240           Remove ladspa fro plugin-docs, its in gst-plugins-bad.
2241
2242 2008-05-13  Mark Nauwelaerts  <mnauw@users.sf.net>
2243
2244         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
2245         Send an initial BYTE segment to inform downstream of later seeking,
2246         and to forego sync attempts.
2247
2248 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2249
2250         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_setcaps):
2251         Fix wrong caps string.
2252
2253 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2254
2255         Based on patch by: Olivier Crete <tester at tester dot ca>
2256
2257         * gst/rtp/Makefile.am:
2258         * gst/rtp/gstrtp.c: (plugin_init):
2259         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_base_init),
2260         (gst_rtp_g729_depay_class_init), (gst_rtp_g729_depay_init),
2261         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process),
2262         (gst_rtp_g729_depay_plugin_init):
2263         * gst/rtp/gstrtpg729depay.h:
2264         * gst/rtp/gstrtpg729pay.c: (gst_rtpg729pay_base_init),
2265         (gst_rtpg729pay_class_init), (gst_rtpg729pay_init),
2266         (gst_rtpg729pay_setcaps), (gst_rtp_g729_pay_plugin_init):
2267         * gst/rtp/gstrtpg729pay.h:
2268         Added G729 pay and depayloaders. Fixes #532409.
2269
2270 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2271
2272         * ext/speex/gstspeexdec.c: (speex_dec_sink_event):
2273         Fix the calculation of the duration of the concealment packets.
2274
2275 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
2276
2277         Based on patch by: Olivier Crete <tester at tester dot ca>
2278
2279         * gst/rtp/Makefile.am:
2280         * gst/rtp/gstrtp.c: (plugin_init):
2281         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_base_init),
2282         (gst_rtp_dv_depay_class_init), (gst_rtp_dv_depay_init),
2283         (parse_encode), (gst_rtp_dv_depay_setcaps),
2284         (calculate_difblock_location), (gst_rtp_dv_depay_process),
2285         (gst_rtp_dv_depay_reset), (gst_rtp_dv_depay_change_state),
2286         (gst_rtp_dv_depay_plugin_init):
2287         * gst/rtp/gstrtpdvdepay.h:
2288         * gst/rtp/gstrtpdvpay.c: (gst_dv_pay_mode_get_type),
2289         (gst_rtp_dv_pay_base_init), (gst_rtp_dv_pay_class_init),
2290         (gst_rtp_dv_pay_init), (gst_dv_pay_set_property),
2291         (gst_dv_pay_get_property), (gst_rtp_dv_pay_setcaps),
2292         (gst_dv_pay_negotiate), (include_dif),
2293         (gst_rtp_dv_pay_handle_buffer), (gst_rtp_dv_pay_plugin_init):
2294         * gst/rtp/gstrtpdvpay.h:
2295         Add DV pay and depayloaders. Fixes #532423.
2296
2297 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
2298
2299         * gst/matroska/matroska-demux.c:
2300         (gst_matroska_demux_push_dvd_clut_change_event):
2301         Convert subtitle palette info in VobSub private data from VobSub's
2302         (buggy) RGB to YUV.
2303
2304 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
2305
2306         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset):
2307         Do not leave fourcc stream header field empty upon reset.
2308         Fixes #519301.
2309
2310 2008-05-11  Jan Schmidt  <jan.schmidt@sun.com>
2311
2312         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2313         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2314         * docs/plugins/inspect/plugin-goom.xml:
2315         * docs/plugins/inspect/plugin-goom2k1.xml:
2316         * gst/goom/gstgoom.c:
2317         * gst/goom2k1/gstgoom.c:
2318         Add goom2k1 into the docs.
2319
2320 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
2321
2322         Based on patch by: Wouter Cloetens  <wouter at mind be>
2323
2324         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
2325         (gst_rtspsrc_skip_lws), (gst_rtspsrc_unskip_lws),
2326         (gst_rtspsrc_skip_commas), (gst_rtspsrc_skip_item),
2327         (gst_rtsp_decode_quoted_string),
2328         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr),
2329         (gst_rtspsrc_setup_auth):
2330         Support Digest authentication. Fixes #532065.
2331
2332 2008-05-08  Stefan Kost  <ensonic@users.sf.net>
2333
2334         * gst/level/gstlevel.c:
2335           Also support 32bit (e.g. whe having it after 'mad'). Add more notes
2336           about whats needed for liboil acceleration. Simplify docs a bit.
2337
2338 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
2339
2340         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2341
2342         * gst/matroska/matroska-mux.c: (gst_matroska_mux_collected):
2343         Update the track duration if the old one was invalid.
2344         Fixes bug #532117.
2345
2346 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
2347
2348         * gst/rtp/gstrtph264pay.c (gst_rtp_h264_pay_parse_sps_pps):
2349           Use GST_STR_NULL when trying to print sps and pps strings that could
2350           be NULL, as this might crash on some platforms.
2351
2352 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
2353
2354         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
2355
2356         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_setup_ddraw):
2357           Do IDirectDrawClipper_SetHWnd() if the window ID has already been
2358           set after creating the clipper.
2359
2360 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
2361
2362         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
2363
2364         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame):
2365           Added checking of surface lost case after an unsuccessful
2366           IDirectDrawSurface7_Lock() call.
2367           If surface is lost, return GST_FLOW_OK.
2368
2369 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
2370
2371         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
2372
2373         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame,
2374           WndProc, gst_directdraw_sink_window_thread):
2375           Improved Windows message loop and fixed window destruction issue.
2376           When the window which DirectDraw is rendering to is destroyed, the
2377           render/show_frame function will return GST_FLOW_ERROR.
2378           Partially fixes #520885.
2379
2380 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
2381
2382         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
2383
2384         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_set_caps):
2385           Fixed mid stream resolution change bug, the offscreen surface is now
2386           released when set_caps is called.
2387           Partially fixes #520885.
2388
2389 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
2390
2391         * sys/directdraw/gstdirectdrawsink.c
2392           (gst_directdraw_sink_buffer_alloc):
2393           Make it so that gst_directdraw_sink_buffer_alloc uses the right
2394           width/height.
2395
2396           Especially when looking through the pool of buffers, make sure that
2397           the width/height of caps is used instead of the already negotiated
2398           dimensions.
2399           For example if a buffer with different caps is requested, i.e.
2400           higher resolution, the caller would get a buffer with the old
2401           dimensions and thus corrupt the heap.
2402
2403 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
2404
2405         * sys/directdraw/gstdirectdrawsink.c
2406           (gst_directdraw_sink_buffer_alloc):
2407           Clear the flags on recycled buffers from buffer_alloc.
2408           Partially fixes #520885.
2409
2410 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
2411
2412         * gst/rtp/gstrtpilbcpay.c:
2413           Added missing stdlib.h include for strtol(), and made include ordering and
2414           style consistent with the corresponding depayloader.
2415
2416 2008-05-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
2417
2418         * configure.ac:
2419           Error out if we don't have the required core/base versions.
2420
2421 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2422
2423         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
2424
2425         * sys/osxvideo/cocoawindow.m:
2426         Fix compiler warnings on PPC64. Fixes bug #499318.
2427
2428 2008-05-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2429
2430         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2431
2432         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (gst_rtspsrc_open):
2433         Don't leak file descriptors on error. Fixes #531532.
2434
2435 2008-05-03  Sebastian Dröge  <slomo@circular-chaos.org>
2436
2437         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
2438         (gst_gconf_audio_src_change_state):
2439         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
2440         (gst_gconf_video_sink_change_state):
2441         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
2442         (gst_gconf_video_src_change_state):
2443         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
2444         (gst_switch_commit_new_kid), (gst_switch_sink_change_state):
2445         When we can't create a fakesink/fakesrc complain instead of unreffing
2446         NULL pointers and crashing later. See bug #530535.
2447
2448 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
2449
2450         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
2451         Add some more debug info and guard against small payloads.
2452
2453         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
2454         Set duration on outgoing buffers because we can.
2455
2456 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
2457
2458         Patch by: Olivier Crete <tester at tester dot ca>
2459
2460         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps),
2461         (gst_speex_enc_init), (gst_speex_enc_chain):
2462         Add negotiation for the speex channels and rate. Fixes #465146.
2463
2464 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
2465
2466         Patch by: Olivier Crete <tester at tester dot ca>
2467
2468         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init),
2469         (gst_rtp_speex_pay_getcaps):
2470         Add negotiation for the speex channels and rate. See #465146.
2471
2472 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
2473
2474         Patch by: Olivier Crete <tester at tester dot ca>
2475
2476         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_class_init),
2477         (gst_rtpilbcpay_sink_setcaps), (gst_rtpilbcpay_sink_getcaps):
2478         Add negotiation for the ILBC mode. See #465146.
2479
2480 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
2481
2482         * ext/soup/gstsouphttpsrc.c:
2483           Include stdlib to fix the build. Use g_free instead of free, libsoup
2484           uses glib.
2485
2486 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
2487
2488         Patch by: j^ <j@bootlab.org>
2489
2490         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
2491         Add more mpeg2 variants. Fixes #530886.
2492
2493 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
2494
2495         Patch by: Youness Alaoui <youness.alaoui at collabora co uk>
2496
2497         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
2498           Don't error out if we get an ICMP destination-unreachable
2499           message when trying to read packets on win32 (#529454).
2500
2501 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
2502
2503         * configure.ac:
2504         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
2505           Use new error code for encrypted streams (which requires core CVS).
2506
2507 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
2508
2509         * gst/qtdemux/qtdemux.c: (gst_qtdemux_videosrc_template),
2510           (gst_qtdemux_audiosrc_template):
2511           Fix swapped pad template names, spotted by Thiago Sousa Santos.
2512
2513 2008-04-30  Wim Taymans  <wim.taymans@collabora.co.uk>
2514
2515         * ext/speex/gstspeexdec.c: (speex_dec_sink_event),
2516         (speex_dec_chain_parse_data):
2517         Produce concealment data when time progresses in a segment update.
2518
2519 2008-04-29  Wim Taymans  <wim.taymans@collabora.co.uk>
2520
2521         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data),
2522         (speex_dec_chain):
2523         Try to preserve input timestamps when we can.
2524         Do beginnings of error concealment.
2525
2526 2008-04-28  Michael Smith <msmith@songbirdnest.com>
2527
2528         * gst/debug/gstnavigationtest.c:
2529           MSVC doesn't provide rint(), define an adequate replacement locally as
2530           elsewhere.
2531
2532 2008-04-28  Julien Moutte  <julien@fluendo.com>
2533
2534         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop): Fix printf
2535         format to pacify Mac OSX's gcc.
2536
2537 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
2538
2539         * gst/debug/rndbuffersize.c: (DEFAULT_SEED), (DEFAULT_MIN),
2540           (DEFAULT_MAX), (src_template), (sink_template),
2541           (gst_rnd_buffer_size_base_init), (gst_rnd_buffer_size_class_init),
2542           (gst_rnd_buffer_size_init), (gst_rnd_buffer_size_activate),
2543           (gst_rnd_buffer_size_loop), (gst_rnd_buffer_size_plugin_init):
2544           Bring rndbuffersize element into a state that doesn't require us
2545           to move it to -bad immediately. For one, fix up default min/max
2546           values so that the element actuall works using the default values.
2547           Also, don't ignore flow return values and do some kind of minimal
2548           eos logic. Allow min=max to pull fixed-sized buffers. Bunch of
2549           other gratuitious clean-ups.
2550
2551 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
2552
2553         * docs/plugins/Makefile.am:
2554         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2555         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2556         * docs/plugins/gst-plugins-good-plugins.args:
2557         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2558         * docs/plugins/gst-plugins-good-plugins.interfaces:
2559         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2560         * docs/plugins/inspect/plugin-1394.xml:
2561         * docs/plugins/inspect/plugin-aasink.xml:
2562         * docs/plugins/inspect/plugin-alaw.xml:
2563         * docs/plugins/inspect/plugin-alpha.xml:
2564         * docs/plugins/inspect/plugin-alphacolor.xml:
2565         * docs/plugins/inspect/plugin-annodex.xml:
2566         * docs/plugins/inspect/plugin-apetag.xml:
2567         * docs/plugins/inspect/plugin-audiofx.xml:
2568         * docs/plugins/inspect/plugin-auparse.xml:
2569         * docs/plugins/inspect/plugin-autodetect.xml:
2570         * docs/plugins/inspect/plugin-avi.xml:
2571         * docs/plugins/inspect/plugin-cacasink.xml:
2572         * docs/plugins/inspect/plugin-cairo.xml:
2573         * docs/plugins/inspect/plugin-cdio.xml:
2574         * docs/plugins/inspect/plugin-cutter.xml:
2575         * docs/plugins/inspect/plugin-debug.xml:
2576         * docs/plugins/inspect/plugin-dv.xml:
2577         * docs/plugins/inspect/plugin-efence.xml:
2578         * docs/plugins/inspect/plugin-effectv.xml:
2579         * docs/plugins/inspect/plugin-equalizer.xml:
2580         * docs/plugins/inspect/plugin-esdsink.xml:
2581         * docs/plugins/inspect/plugin-flac.xml:
2582         * docs/plugins/inspect/plugin-flxdec.xml:
2583         * docs/plugins/inspect/plugin-gamma.xml:
2584         * docs/plugins/inspect/plugin-gconfelements.xml:
2585         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
2586         * docs/plugins/inspect/plugin-goom.xml:
2587         * docs/plugins/inspect/plugin-halelements.xml:
2588         * docs/plugins/inspect/plugin-icydemux.xml:
2589         * docs/plugins/inspect/plugin-id3demux.xml:
2590         * docs/plugins/inspect/plugin-jpeg.xml:
2591         * docs/plugins/inspect/plugin-level.xml:
2592         * docs/plugins/inspect/plugin-matroska.xml:
2593         * docs/plugins/inspect/plugin-monoscope.xml:
2594         * docs/plugins/inspect/plugin-mulaw.xml:
2595         * docs/plugins/inspect/plugin-multifile.xml:
2596         * docs/plugins/inspect/plugin-multipart.xml:
2597         * docs/plugins/inspect/plugin-navigationtest.xml:
2598         * docs/plugins/inspect/plugin-ossaudio.xml:
2599         * docs/plugins/inspect/plugin-png.xml:
2600         * docs/plugins/inspect/plugin-quicktime.xml:
2601         * docs/plugins/inspect/plugin-rtp.xml:
2602         * docs/plugins/inspect/plugin-rtsp.xml:
2603         * docs/plugins/inspect/plugin-shout2send.xml:
2604         * docs/plugins/inspect/plugin-smpte.xml:
2605         * docs/plugins/inspect/plugin-spectrum.xml:
2606         * docs/plugins/inspect/plugin-speex.xml:
2607         * docs/plugins/inspect/plugin-taglib.xml:
2608         * docs/plugins/inspect/plugin-udp.xml:
2609         * docs/plugins/inspect/plugin-video4linux2.xml:
2610         * docs/plugins/inspect/plugin-videobalance.xml:
2611         * docs/plugins/inspect/plugin-videobox.xml:
2612         * docs/plugins/inspect/plugin-videocrop.xml:
2613         * docs/plugins/inspect/plugin-videoflip.xml:
2614         * docs/plugins/inspect/plugin-videomixer.xml:
2615         * docs/plugins/inspect/plugin-wavenc.xml:
2616         * docs/plugins/inspect/plugin-wavpack.xml:
2617         * docs/plugins/inspect/plugin-wavparse.xml:
2618         * docs/plugins/inspect/plugin-ximagesrc.xml:
2619           Add docs for gdkpixbufsink; update docs to CVS version.
2620
2621 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
2622
2623         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
2624         Remove test sync-offset by default.
2625
2626 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
2627
2628         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_chain):
2629         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add_internal):
2630         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
2631           Use GLib versions of htonl, htons, ntohl and ntohs in order
2632           to avoid problems on win32 (#529707).
2633
2634 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
2635
2636         Patch by: Jesús Corrius <jesus at softcatala org>
2637
2638         * gst/goom/filters.c: (zoomVector):
2639         * gst/goom/goom_core.c: (init_buffers):
2640           Fix build with mingw32: use rand() instead of random() and
2641           replace bzero() with memset(). Fixes #529692.
2642
2643 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
2644
2645         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows):
2646         Fix typo in comments.
2647
2648         * tests/examples/rtp/client-H263p-PCMA.sdp:
2649         * tests/examples/rtp/client-H263p-PCMA.sh:
2650         * tests/examples/rtp/client-H264-PCMA.sdp:
2651         * tests/examples/rtp/client-H264-PCMA.sh:
2652         * tests/examples/rtp/client-H264.sdp:
2653         * tests/examples/rtp/client-H264.sh:
2654         * tests/examples/rtp/client-PCMA.sdp:
2655         * tests/examples/rtp/client-PCMA.sh:
2656         * tests/examples/rtp/server-alsasrc-PCMA.sh:
2657         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
2658         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
2659         Add some more docs and fix examples.
2660
2661 2008-04-25  Sebastian Dröge  <slomo@circular-chaos.org>
2662
2663         * tests/check/elements/multifile.c:
2664         Include stdlib.h and unistd.h for mkdtemp. Some platforms have it
2665         declared in the former, some have it declared in the latter.
2666
2667 2008-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
2668
2669         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_set_property):
2670         * gst/debug/tests.c: (md5_get_value):
2671         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
2672         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
2673         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
2674         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
2675         Stop using deprecated GLib functions.
2676
2677 2008-04-24  Jan Schmidt  <jan.schmidt@sun.com>
2678
2679         * configure.ac:
2680         Back to development -> 0.10.8.1
2681
2682 === release 0.10.8 ===
2683
2684 2008-04-23  Jan Schmidt <jan.schmidt@sun.com>
2685
2686         * configure.ac:
2687           releasing 0.10.8, "One For The Money"
2688
2689 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
2690
2691         * configure.ac:
2692         0.10.7.4 pre-release
2693
2694 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
2695
2696         * gst/goom/config_param.c: (goom_plugin_parameters_free):
2697         * gst/goom/convolve_fx.c: (convolve_init), (convolve_free):
2698         * gst/goom/filters.c: (zoomFilterVisualFXWrapper_free):
2699         * gst/goom/flying_stars_fx.c: (fs_free):
2700         * gst/goom/goom_config_param.h:
2701         * gst/goom/goom_core.c: (goom_init), (goom_close):
2702         * gst/goom/goom_plugin_info.h:
2703         * gst/goom/gstgoom.c: (gst_goom_finalize):
2704         * gst/goom/lines.c: (goom_lines_free):
2705         * gst/goom/plugin_info.c: (plugin_info_init), (plugin_info_free):
2706         * gst/goom/surf3d.c: (grid3d_free):
2707         * gst/goom/surf3d.h:
2708         * gst/goom/tentacle3d.c: (tentacle_free):
2709         Free a bunch of stuff, and initialise things to fix leaks
2710         and valgrind warnings in the testsuite.
2711
2712         Fixes: #529268
2713
2714 2008-04-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2715
2716         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (request_pt_map),
2717         (gst_rtspsrc_configure_caps):
2718         Ref caps as the return value for the request_pt_map signal.
2719         Remove some caps weirdness when configuring a stream. See #528245.
2720
2721 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
2722
2723         * tests/icles/gdkpixbufsink-test.c:
2724           Add cast to placate gcc 4.1.2.
2725
2726 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
2727
2728         * configure.ac:
2729         0.10.7.3 pre-release
2730
2731 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
2732
2733         * tests/check/Makefile.am:
2734         Disable some more elements in the state test.
2735         Add a define so the soup test can find the test files
2736         it needs at runtime.
2737
2738         * tests/check/elements/souphttpsrc.c: (run_server):
2739
2740         Add a define so the soup test can find the test files
2741         it needs at runtime.
2742
2743 2008-04-17  Jan Schmidt  <Jan.Schmidt@sun.com>
2744
2745         * gst/goom/convolve_fx.c: (convolve_apply):
2746         Don't ever draw the GOOM logo.
2747         Fixes: #528615
2748
2749 2008-04-17  Edward Hervey  <edward.hervey@collabora.co.uk>
2750
2751         * ext/cdio/gstcdiocddasrc.c:
2752         * ext/dv/gstdvdemux.c: 
2753         gst_atomic_int_set ==> g_atomic_int_set
2754
2755 2008-04-16  Tim-Philipp Müller  <tim at centricular dot net>
2756
2757         * configure.ac:
2758         * gst/goom/Makefile.am:
2759         * gst/goom/convolve_fx.c:
2760         * gst/goom/default_scripts.h:
2761         * gst/goom/goom.h:
2762         * gst/goom/goom_core.c: (choose_a_goom_line):
2763         * gst/goom/goom_plugin_info.h:
2764         * gst/goom/goomsl.c:
2765         * gst/goom/goomsl.h:
2766         * gst/goom/goomsl_hash.c:
2767         * gst/goom/goomsl_hash.h:
2768         * gst/goom/goomsl_heap.c:
2769         * gst/goom/goomsl_heap.h:
2770         * gst/goom/goomsl_private.h:
2771         * gst/goom/plugin_info.c:
2772           Strip out the config/script parsing stuff, we don't need it.
2773           Fixes #527999.
2774
2775 2008-04-15  Tim-Philipp Müller  <tim at centricular dot net>
2776
2777         * gst/goom/plugin_info.c: (setOptimizedMethods):
2778           Disable altivec optimisations for 32-bit PPC as well to make
2779           things build properly on all PPC systems. Fixes #528143
2780
2781 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
2782
2783         * gst-plugins-good.spec.in:
2784           Update for souphttpsrc plugin which has moved to -good.
2785
2786 2008-04-14  Jan Schmidt  <Jan.Schmidt@sun.com>
2787
2788         * gst/matroska/matroska-demux.c:
2789         (gst_matroska_demux_handle_seek_event):
2790         Fix open-ended seeks in matroskademux
2791         Patch by: Mark Nauwelaerts <manauw skynet be>
2792         Fixes: #526557
2793
2794 2008-04-14  Jan Schmidt  <jan.schmidt@sun.com>
2795
2796         * tests/check/Makefile.am:
2797         Add soup test certificates to the dist.
2798
2799 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
2800
2801         * ext/Makefile.am:
2802         Remove LADSPA reference I missed.
2803
2804 2008-04-13  Sebastian Dröge  <slomo@circular-chaos.org>
2805
2806         * ext/soup/gstsouphttpsrc.c: (plugin_init):
2807         Give souphttpsrc GST_RANK_PRIMARY to make it the default HTTP source
2808         over gnome-vfs and everything else. Fixes bug #527848.
2809
2810 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
2811
2812         * configure.ac:
2813         * ext/Makefile.am:
2814         Remove LADSPA plugin. Fixes: #515978
2815
2816 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
2817
2818         * configure.ac:
2819         * docs/plugins/Makefile.am:
2820         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2821         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2822         * docs/plugins/gst-plugins-good-plugins.args:
2823         * docs/plugins/inspect/plugin-soup.xml:
2824         * ext/Makefile.am:
2825         * tests/check/Makefile.am:
2826         Move soup plugin from -bad (Fixes: #523124)
2827
2828 2008-04-11  Jan Schmidt  <Jan.Schmidt@sun.com>
2829
2830         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_header):
2831         Fix bounds checking of mode in Speex header, which may
2832         produce negative numbers in speex <= 1.1.12
2833
2834 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
2835
2836         * gst/goom/Makefile.am:
2837         * gst/goom/gfontlib.c:
2838         * gst/goom/gfontlib.h:
2839         * gst/goom/gfontrle.c:
2840         * gst/goom/gfontrle.h:
2841         * gst/goom/goom.h:
2842         * gst/goom/goom_core.c: (goom_update):
2843         * gst/goom/goom_plugin_info.h:
2844         * gst/goom/gstgoom.c: (gst_goom_chain):
2845         * gst/goom/plugin_info.c:
2846           Remove a bunch of font/text related code that we don't need.
2847
2848 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
2849
2850         * gst/goom/ppc_drawings.s:
2851         * gst/goom/ppc_zoom_ultimate.s:
2852           Change license of these files to LGPL, as permitted by the
2853           author, Guillaume Borios. See #515073.
2854
2855 2008-04-09  Stefan Kost  <ensonic@users.sf.net>
2856
2857         * gst/goom/convolve_fx.c:
2858         * gst/goom/motif_goom1.h:
2859         * gst/goom/motif_goom2.h:
2860           As hinted in Bug #518213, revert one change and fix warnings properly.
2861           This fixes both #518213 and #520073 for me.     
2862
2863 2008-04-09  Jan Schmidt  <Jan.Schmidt@sun.com>
2864
2865         * gst/matroska/ebml-read.c: (gst_ebml_read_seek):
2866         * gst/matroska/matroska-demux.c:
2867         (gst_matroska_demux_handle_seek_event),
2868         (gst_matroska_demux_parse_contents_seekentry),
2869         (gst_matroska_demux_loop):
2870         Fix the Forte build by making function declaration signatures
2871         match the implementations.
2872
2873 2008-04-08  Tim-Philipp Müller  <tim at centricular dot net>
2874
2875         * sys/oss/gstosshelper.c: (gst_oss_helper_rate_check_rate):
2876         * sys/oss/gstosssink.c: (gst_oss_sink_reset):
2877         * sys/oss/gstosssrc.c: (gst_oss_src_reset):
2878           More logging when probing (see #518474), some comments in _reset().
2879
2880 2008-04-07  Julien Moutte  <julien@fluendo.com>
2881
2882         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps): Fix build
2883         because of a bad argument number.
2884
2885 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
2886
2887         * tests/icles/.cvsignore:
2888         * tests/icles/Makefile.am:
2889         * tests/icles/gdkpixbufsink-test.c:
2890           Interactive test app for gdkpixbufsink.
2891
2892 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
2893
2894         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
2895
2896         * configure.ac:
2897         Actually build dlls when cross-compiling with mingw32.
2898         Fixes bug #526247.
2899
2900 2008-04-05  Tim-Philipp Müller  <tim at centricular dot net>
2901
2902         * ext/hal/hal.c: (gst_hal_get_alsa_element):
2903           Don't munge device string to 'default:x' for capture devices.
2904           Fixes #525833.
2905
2906 2008-04-04  Sebastian Dröge  <slomo@circular-chaos.org>
2907
2908         * ext/wavpack/gstwavpackparse.c:
2909         (gst_wavpack_parse_index_entry_free):
2910         Always use GSlice as we actually depend on GLib 2.12 already.
2911
2912 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
2913
2914         * configure.ac:
2915           Require core/base 0.10.18 for ARGB caps parsing fixes in libgstvideo.
2916           Also bump the GLib requirement to the current de-facto requirement
2917           (ie. 2.12).
2918
2919 2008-04-04  Wim Taymans  <wim.taymans@collabora.co.uk>
2920
2921         * gst/rtp/gstrtph264pay.c: (encode_base64),
2922         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_handle_buffer):
2923         * gst/rtp/gstrtph264pay.h:
2924         Parse codec_data for future AVC compatibility.
2925         Fail when we encounter AVC data for now.
2926
2927 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
2928
2929         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
2930           (gst_spectrum_init), (gst_spectrum_set_property),
2931           (gst_spectrum_get_property), (gst_spectrum_message_new):
2932           Rename property enums and default defines for the properties to match
2933           the property names and rephrase property descriptions to make them a
2934           bit clearer (hopefully). See #518188.
2935
2936 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
2937
2938         * tests/check/Makefile.am:
2939         * tests/check/elements/.cvsignore:
2940         * tests/check/elements/gdkpixbufsink.c:
2941           Add unit test for gdkpixbufsink element.
2942
2943 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
2944
2945         * ext/gdk_pixbuf/Makefile.am:
2946         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
2947         * ext/gdk_pixbuf/gstgdkpixbufsink.c:
2948           (gst_gdk_pixbuf_sink_base_init),
2949           (gst_gdk_pixbuf_sink_class_init), (gst_gdk_pixbuf_sink_init),
2950           (gst_gdk_pixbuf_sink_start), (gst_gdk_pixbuf_sink_stop),
2951           (gst_gdk_pixbuf_sink_set_caps),
2952           (gst_gdk_pixbuf_sink_pixbuf_destroy_notify),
2953           (gst_gdk_pixbuf_sink_get_pixbuf_from_buffer),
2954           (gst_gdk_pixbuf_sink_handle_buffer), (gst_gdk_pixbuf_sink_preroll),
2955           (gst_gdk_pixbuf_sink_render), (gst_gdk_pixbuf_sink_set_property),
2956           (gst_gdk_pixbuf_sink_get_property):
2957         * ext/gdk_pixbuf/gstgdkpixbufsink.h:
2958           Add gdkpixbufsink element for easy snapshotting (#525946).
2959
2960 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
2961
2962         * tests/check/pipelines/wavpack.c: (wavpack_suite):
2963         Bump timeout from 3 to 60 seconds.
2964
2965 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
2966
2967         * tests/check/pipelines/.cvignore:
2968         Remove useless file.
2969
2970         * tests/check/pipelines/.cvsignore:
2971         Add new test to .cvsignore.
2972
2973 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
2974
2975         * tests/check/Makefile.am:
2976         * tests/check/pipelines/wavpack.c: (bus_handler),
2977         (identity_handoff), (fakesink_handoff), (GST_START_TEST),
2978         (wavpack_suite), (main):
2979         Add unit test that encodes and decodes some data, checks that it
2980         is still the same and that all timestamps/offsets are perfect.
2981
2982 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
2983
2984         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
2985         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init):
2986         * ext/wavpack/gstwavpackparse.c:
2987         (gst_wavpack_parse_index_entry_new),
2988         (gst_wavpack_parse_index_entry_free),
2989         (gst_wavpack_parse_base_init),
2990         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset):
2991         Use GSlice for allocating index entries and use
2992         gst_element_class_set_details_simple().
2993
2994 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
2995
2996         Patch by: Brian Cameron <brian.cameron at sun dot com>
2997
2998         * sys/sunaudio/gstsunaudio.c:
2999         * sys/sunaudio/gstsunaudiomixer.c:
3000         * sys/sunaudio/gstsunaudiomixer.h:
3001         * sys/sunaudio/gstsunaudiomixerctrl.c:
3002         * sys/sunaudio/gstsunaudiomixerctrl.h:
3003         * sys/sunaudio/gstsunaudiomixertrack.c:
3004         * sys/sunaudio/gstsunaudiomixertrack.h:
3005         * sys/sunaudio/gstsunaudiosink.c:
3006         * sys/sunaudio/gstsunaudiosink.h:
3007         * sys/sunaudio/gstsunaudiosrc.c:
3008         * sys/sunaudio/gstsunaudiosrc.h:
3009           Fix up copyrights (#525860).
3010
3011 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
3012
3013         * gst/goom/goomsl.c: (gsl_read_file):
3014           Check return value of fread() to avoid compiler warnings.
3015
3016 2008-04-01  Wim Taymans  <wim.taymans@collabora.co.uk>
3017
3018         Based on patch by: Mersad Jelacic <mersad at axis dot com>
3019
3020         * gst/law/alaw-decode.c: (gst_alaw_dec_sink_setcaps),
3021         (gst_alaw_dec_chain), (gst_alaw_dec_change_state):
3022         * gst/law/alaw-decode.h:
3023         * gst/law/alaw-encode.c: (gst_alaw_enc_chain):
3024         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
3025         (gst_mulawdec_chain), (gst_mulawdec_change_state):
3026         * gst/law/mulaw-decode.h:
3027         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
3028         Make negotiation a bit modern.
3029         Use pad_alloc. Fixes #525359.
3030
3031 2008-03-31  David Schleef  <ds@schleef.org>
3032
3033         * gst/goom/xmmx.c: Fix constraints on asm code so that it
3034           compiles consistently.  Fixes #522278.
3035
3036 2008-03-27  Tim-Philipp Müller  <tim at centricular dot net>
3037
3038         Patch by: Brian Cameron <brian.cameron at sun dot com>
3039
3040         * sys/sunaudio/gstsunaudiomixerctrl.c:
3041           (gst_sunaudiomixer_ctrl_get_volume),
3042           (gst_sunaudiomixer_ctrl_set_volume):
3043         * sys/sunaudio/gstsunaudiomixertrack.c: (gst_sunaudiomixer_track_new):
3044           Fix up the mixer tracks to use a volume range of 0-255, which is what
3045           the sun audio API uses. This simplifies the code and avoids rounding
3046           errors. Fixes #524593.
3047
3048 2008-03-26  Edgard Lima  <edgard.lima@indt.org.br>
3049
3050         * sys/v4l2/gstv4l2object.c:
3051         * sys/v4l2/gstv4l2object.h:
3052         Add device-fd property to make it possible to apps to call ioctl's.
3053
3054 2008-03-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3055
3056         * gst/qtdemux/qtdemux.c: (next_entry_size):
3057         Unbreak streaming mode again.
3058
3059 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
3060
3061         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
3062           Remove superfluous DEBUG macro.
3063
3064 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
3065
3066         Based on patch by: William M. Brack <wbrack at mmm com hk>
3067
3068         * sys/v4l2/v4l2src_calls.c: (fractions_are_equal),
3069           (gst_v4l2src_set_capture):
3070           Check whether the device supports setting the framerate before
3071           trying to set it and then posting a warning or error if it doesn't
3072           work (#516649, #520092). Also compare fractions more correctly.
3073
3074 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
3075
3076         * gst/goom/Makefile.am:
3077           Remove ppc assembler optimisations from the build until they
3078           actually build (they also seem to have GPL headers).
3079
3080 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
3081
3082         * m4/Makefile.am:
3083           Better not dist files that don't exist any longer (lrint*m4).
3084
3085 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3086
3087         * configure.ac:
3088         * m4/lrint.m4:
3089         * m4/lrintf.m4:
3090         Remove lrint/lrintf checks. We don't use it anywhere.
3091
3092 2008-03-18  Andy Wingo  <wingo@pobox.com>
3093
3094         * sys/osxvideo/osxvideosink.m
3095         (gst_osx_video_sink_osxwindow_destroy)
3096         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
3097         task, whoopdee.
3098         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
3099         2 ms.
3100
3101 2008-03-18  Andy Wingo  <wingo@pobox.com>
3102
3103         * sys/osxvideo/osxvideosink.m
3104         (gst_osx_video_sink_osxwindow_destroy)
3105         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
3106         task, whoopdee.
3107         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
3108         2 ms.
3109         
3110 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
3111
3112         Patch by: William M. Brack <wbrack at mmm com hk>
3113
3114         * sys/v4l2/v4l2src_calls.c:
3115           (gst_v4l2src_probe_caps_for_format_and_size),
3116           (gst_v4l2src_probe_caps_for_format):
3117           Make sure the probed frame sizes are reversed in the resulting
3118           caps also when using V4L2_FRMSIZE_STEPWISE (so they end up
3119           highest resolution first); also remove unused variable.
3120           (Partly fixes #520092)
3121
3122 2008-03-17  Wim Taymans  <wim.taymans@collabora.co.uk>
3123
3124         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
3125
3126         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3127         (gst_rtspsrc_finalize):
3128         Call WSAStartup() and WSACleanup before using the Winsock API.
3129         See #520808.
3130
3131 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
3132
3133         * gst/avi/gstavidemux.c:
3134           Erm, the buffer-size is just guint, no need for the special format
3135           specifier.
3136
3137 2008-03-16  Tim-Philipp Müller  <tim at centricular dot net>
3138
3139         * gst/goom/plugin_info.c:
3140         * gst/goom/ppc_zoom_ultimate.h:
3141           Small fixes to build more on PPC: ifdef out code that uses unknown
3142           define; add newline at end of header file to avoid compiler warning.
3143           Assembler code still doesn't build though.
3144
3145 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
3146
3147         * gst/avi/gstavidemux.c:
3148           Fix up my last commit. Use G_GUINT32_FORMAT for the guint32 debug log.
3149           Also downgrade a GST_WARNING to GST_DEBUG and add a comment.
3150
3151 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
3152
3153         * gst/avi/gstavidemux.c:
3154           Chunksize is uint32. Fix format specifier.
3155
3156 2008-03-14  Christian Schaller <christian.schaller@collabora.co.uk>
3157
3158         * gst/rtsp/COPYING.MIT: Remove extra line that got copied over by
3159         mistake. Return file to pure MIT text.
3160
3161 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
3162
3163         * gst/audiofx/audiofx.c:
3164         Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead
3165         of hardcoding values.
3166
3167 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
3168
3169         Patch by: Mark Nauwelaerts <manauw skynet be>
3170
3171         * sys/oss/gstosssrc.c: (gst_oss_src_init), (gst_oss_src_getcaps),
3172           (gst_oss_src_close):
3173         * sys/oss/gstosssrc.h:
3174           Cache probed caps, so _get_caps() during recording doesn't cause
3175           ioctl calls which may disrupt the recording (fixes #521875).
3176
3177 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
3178
3179         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
3180         (gst_qtdemux_activate_segment),
3181         (gst_qtdemux_prepare_current_sample),
3182         (gst_qtdemux_loop_state_movie), (qtdemux_parse_trak):
3183         Make sure we always send a DISCONT after a seek by setting the sample
3184         index to an undefined value after a seek.
3185
3186 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
3187
3188         * gst/avi/gstavisubtitle.h: (GST_IS_AVI_SUBTITLE),
3189           (GST_IS_AVI_SUBTITLE_CLASS):
3190           Fix up IS_FOO macros, which makes gtk-doc much happier.
3191
3192 2008-03-08  Tim-Philipp Müller  <tim at centricular dot net>
3193
3194         * tests/icles/Makefile.am:
3195           Move the -lgstfoo where it belongs.
3196
3197 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
3198
3199         * gst/matroska/ebml-ids.h:
3200         Add ID for EBML CRC32 elements.
3201
3202         * gst/matroska/Makefile.am:
3203         * gst/matroska/ebml-read.c: (gst_ebml_finalize),
3204         (gst_ebml_read_class_init), (gst_ebml_read_peek_bytes),
3205         (gst_ebml_read_get_length), (_ext2dbl), (gst_ebml_read_float),
3206         (gst_ebml_read_header):
3207         Support reading 80bit floats, add finalize method to clean up
3208         in any case, support reading length/id elements with any length
3209         as long as it's smaller than our supported maximum, don't leak
3210         buffers if reading as much data as we wanted failed and some
3211         smaller cleanup.
3212
3213 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
3214
3215         Patch by: Olivier Crete <tester at tester dot ca>
3216
3217         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
3218         Check that a buffer is large enough before reading from it.
3219         Fixes bug #521102.
3220         
3221 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3222
3223         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
3224         Fix compilation after removing the GstPollMode from the
3225         constructor.
3226
3227 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
3228
3229         * configure.ac:
3230         * gst/audiofx/Makefile.am:
3231         * gst/audiofx/audiochebband.c:
3232         * gst/audiofx/audiocheblimit.c:
3233         * gst/audiofx/math_compat.h:
3234         Check for sinh(), cosh() and asinh() and define our own
3235         implementations if they're not available. Fixes bug #520880.
3236
3237 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
3238
3239         Patch by: Olivier Crete <tester at tester dot ca>
3240
3241         * ext/speex/gstspeexenc.c: (gst_speex_enc_chain):
3242         Unref the buffers only once when handling not-negotiated errors.
3243         Fixes bug #520764.
3244
3245 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3246
3247         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
3248
3249         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize), (gst_udpsrc_start),
3250         (gst_udpsrc_stop):
3251         Properly balance WSA_Cleanup with WSA_Startup.
3252         Also make the poll controllable on windows. Fixes #520888.
3253
3254 2008-03-06  Wim Taymans  <wim.taymans@collabora.co.uk>
3255
3256         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
3257         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
3258         (gst_ebml_read_element_length), (gst_ebml_peek_id),
3259         (gst_ebml_read_skip), (gst_ebml_read_buffer),
3260         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
3261         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_utf8),
3262         (gst_ebml_read_date), (gst_ebml_read_master),
3263         (gst_ebml_read_binary), (gst_ebml_read_header):
3264         * gst/matroska/ebml-read.h:
3265         * gst/matroska/matroska-demux.c:
3266         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
3267         (gst_matroska_demux_read_track_encodings),
3268         (gst_matroska_demux_add_stream),
3269         (gst_matroska_demux_handle_src_query),
3270         (gst_matroska_demux_handle_seek_event),
3271         (gst_matroska_demux_init_stream),
3272         (gst_matroska_demux_parse_tracks),
3273         (gst_matroska_demux_parse_index_cuetrack),
3274         (gst_matroska_demux_parse_index_pointentry),
3275         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3276         (gst_matroska_demux_parse_metadata_id_simple_tag),
3277         (gst_matroska_demux_parse_metadata_id_tag),
3278         (gst_matroska_demux_parse_metadata),
3279         (gst_matroska_demux_sync_streams),
3280         (gst_matroska_demux_push_hdr_buf),
3281         (gst_matroska_demux_push_flac_codec_priv_data),
3282         (gst_matroska_demux_push_xiph_codec_priv_data),
3283         (gst_matroska_demux_add_wvpk_header),
3284         (gst_matroska_demux_check_subtitle_buffer),
3285         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3286         (gst_matroska_demux_parse_cluster),
3287         (gst_matroska_demux_parse_contents_seekentry),
3288         (gst_matroska_demux_parse_contents),
3289         (gst_matroska_demux_loop_stream_parse_id),
3290         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop):
3291         * gst/matroska/matroska-demux.h:
3292         * gst/matroska/matroska-ids.h:
3293         Handle return values from pull_range in a more granular way to properly
3294         shut down on seeks.
3295         Combine return values from push.
3296         Implement proper error handling.
3297         Prepare for handling seeking correctly.
3298
3299 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
3300
3301         * gst/matroska/ebml-read.c:
3302         Use GINT64 formatting constants from GLIB.
3303
3304         * gst/matroska/matroska-demux.c:
3305         Add some guards to avoid a possible division by 0 and crashing
3306         with NULL events on some systems.
3307         Use gst_gdouble_to_guint64 somewhere instead of an implicit
3308         conversion. 
3309
3310         * gst/matroska/matroska-mux.c:
3311         Check for invalid timestamps in a bunch of places to avoid
3312         writing bogus durations into the output file.
3313         Fix some double<->gint64 conversions that weren't using
3314         gst_guint64_to_gdouble
3315
3316 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
3317
3318         * configure.ac:
3319         Move the checks for bison, flex and as to the program section and the
3320         check for gcc inline asm to the compiler characteristics section.
3321
3322 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
3323
3324         * configure.ac:
3325         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
3326         plug-ins are included/excluded. (#498222)
3327
3328 2008-02-29  Michael Smith <msmith@fluendo.com>
3329
3330         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
3331           Don't call gst_object_sync_values() unless we have a valid timestamp.
3332
3333 2008-02-28  David Schleef  <ds@schleef.org>
3334
3335         * gst/matroska/matroska-demux.c:
3336         * gst/matroska/matroska-ids.h:
3337         * gst/matroska/matroska-mux.c:
3338           Fix Dirac mapping.  I had previously added a VfW-type
3339           mapping, but it looks like Dirac will get a native Matroska
3340           mapping, and this is the most likely method.
3341
3342 2008-02-28  David Schleef  <ds@schleef.org>
3343
3344         * gst/avi/gstavimux.c: Add Dirac encoding
3345
3346 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3347
3348         Patch by: Peter Kjellerstedt <pkj at axis com>
3349
3350         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
3351         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_unlock),
3352         (gst_udpsrc_unlock_stop), (gst_udpsrc_stop):
3353         * gst/udp/gstudpsrc.h:
3354         Port to GstPoll. See #505417.
3355
3356 2008-02-28  Sebastian Dröge  <slomo@circular-chaos.org>
3357
3358         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
3359         Return GST_FLOW_NOT_NEGOTIATED when the caps are not set
3360         yet on the srcpad. We need rate and channels before we
3361         can do any processing. Fixes bug #519088.
3362
3363 2008-02-26  Jan Schmidt  <jan.schmidt@sun.com>
3364
3365         * configure.ac:
3366         Detect and indicate if GCC inline assembly syntax is
3367         available.
3368
3369         * gst/goom/Makefile.am:
3370         * gst/goom/convolve_fx.c:
3371         * gst/goom/flying_stars_fx.c:
3372         * gst/goom/goom_config.h:
3373         * gst/goom/goom_core.c:
3374         * gst/goom/goomsl.c:
3375         * gst/goom/ifs.c:
3376         * gst/goom/mmx.c:
3377         * gst/goom/plugin_info.c:
3378         * gst/goom/xmmx.c:
3379         Fix various GCC-isms, and only build the inline assembly
3380         with compilers that support GCC inline assembly.
3381
3382         Fix a couple of other warnings shown with Forte.
3383
3384 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
3385
3386         * gst/goom/xmmx.c:
3387           Use 'emms' instead of 'femms' to not crash on cpus that do not
3388           implement this 3dnow specific instruction.
3389
3390 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
3391
3392         * gst/goom/plugin_info.c: (setOptimizedMethods):
3393         Use extended MMX for draw_line() too if available, not only
3394         normal MMX.
3395
3396 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
3397
3398         * ext/jpeg/gstjpeg.c: (plugin_init):
3399         Remove (commented out) smoke typefinder. This is in base now.
3400
3401 2008-02-23  Jan Schmidt  <jan.schmidt@sun.com>
3402
3403         * gst/goom2k1/Makefile.am:
3404         * gst/goom2k1/gstgoom.c:
3405
3406         Rename the installed library, and don't register the same 
3407         GType name as the new goom.
3408
3409 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
3410
3411         * configure.ac:
3412         * ext/taglib/Makefile.am:
3413           Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them
3414           when building C++ code (#516509).
3415
3416 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
3417
3418         * gst/goom/gstgoom.c: (goom_debug), (plugin_init):
3419         * gst/goom/plugin_info.c: (goom_debug), (GST_CAT_DEFAULT),
3420           (setOptimizedMethods):
3421           Call oil_init(), otherwise oil_get_cpu_flags() won't return
3422           anything useful. Export goom debug category so we can get
3423           rid of the VERBOSE define and the printfs.
3424
3425 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
3426
3427         * gst/goom/goomsl_heap.c: (align_it):
3428         * gst/goom/plugin_info.c: (setOptimizedMethods):
3429           Compile fixes for x86-64.
3430
3431 2008-02-23  Bastien Nocera  <hadess@hadess.net>
3432
3433         * gst/goom/Makefile.am: Don't compile lex or yacc outputs
3434         with warnings, but add other CFLAGS
3435
3436         * gst/goom/goomsl.c (gsl_instr_set_namespace),
3437         (gsl_instr_add_param), (iflow_execute), (gsl_enternamespace),
3438         (calculate_labels), (gsl_read_file):
3439         * gst/goom/goomsl_lex.l:
3440         * gst/goom/goomsl_yacc.y:
3441         * gst/goom/plugin_info.c: Remove a few live printf, and
3442         fprintf, replace exit() calls with g_assert_not_reached()
3443         if it not optimal for a library
3444
3445 2008-02-23  Bastien Nocera  <hadess@hadess.net>
3446
3447         * gst/goom/Makefile.am: Remove the warnings being disabled,
3448         fix linkage on x86, spotted by Sebastian Dröge
3449         <slomo@circular-chaos.org>
3450
3451         * gst/goom/convolve_fx.c (convolve_init),
3452         (create_output_with_brightness), (convolve_apply):
3453         * gst/goom/filters.c (zoomFilterVisualFXWrapper_create):
3454         * gst/goom/goomsl.c:
3455         * gst/goom/ifs.c (ifs_update), (ifs_visualfx_create):
3456         * gst/goom/plugin_info.c:
3457         * gst/goom/tentacle3d.c (tentacle_fx_create):
3458         Fix warnings, and disable the motifs in the convolve_fx
3459         plugin (they were causing warnings, and they were just
3460         "Goom" in funny letterring)
3461
3462 2008-02-23  Bastien Nocera  <hadess@hadess.net>
3463
3464         * configure.ac: Add checks for Flex/Yacc/Bison and other
3465         furry animals, for the new goom 2k4 based plugin
3466
3467         * gst/goom/*: Update to use goom 2k4, uses liboil to detect
3468         CPU optimisations (not working yet), move the old plugin to...
3469
3470         * gst/goom2k1/*: ... here, in case somebody is sick enough
3471
3472         Fixes #515073
3473
3474 2008-02-22  Wim Taymans  <wim.taymans@collabora.co.uk>
3475
3476         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
3477         Post the server response code in an error message instead of a generic
3478         'error' message. Fixes #517237.
3479
3480 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
3481
3482         * tests/check/Makefile.am:
3483         Ignore gconfaudiosrc for the states unit test too. It will fallback
3484         to alsasrc if the gconf settings can't be read and not everybody has
3485         alsa.
3486
3487 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
3488
3489         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
3490         (gst_wavpack_parse_create_src_pad):
3491         * ext/wavpack/gstwavpackparse.h:
3492         Always report the duration if we know it in push mode and don't
3493         return 0 just to make totem believe we can't seek in push mode.
3494         Newer totem version use the SEEKING query which properly reports
3495         if we can seek or not.
3496
3497 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
3498
3499         Patch by: Jens Granseuer <jensgr at gmx dot net>
3500
3501         * tests/examples/equalizer/demo.c: (main):
3502         C89 fix, moving variable declarations to the beginning of
3503         the block. Fixes bug #517933.
3504
3505 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
3506
3507         * configure.ac:
3508         Back to development...
3509
3510 === release 0.10.7 ===
3511
3512 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
3513
3514         * configure.ac:
3515           releasing 0.10.7, "Red Door Black"
3516
3517 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
3518
3519         * gst/alpha/Makefile.am:
3520         Link alpha plugin with libgstbase. Fixes bug #517386.
3521
3522 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3523
3524         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream):
3525         Init values to -1 instead of the default 0 value.
3526         Fixes #516524.
3527
3528 2008-02-14  Stefan Kost  <ensonic@users.sf.net>
3529
3530         * tests/examples/spectrum/spectrum-example.c:
3531         Add missing include to fix compilation when libxml usage is disabled.
3532         Fixes: #516371
3533
3534 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
3535
3536         patch by:  Wim Taymans  <wim.taymans@collabora.co.uk>
3537         fixes: #514889
3538
3539         * gst/rtp/gstrtph264pay.c:
3540         * gst/rtp/gstrtpmp4gdepay.c:
3541         * gst/rtp/gstrtpmp4gpay.c:
3542         * gst/rtp/gstrtpmp4gpay.h:
3543         * gst/rtp/gstrtptheorapay.c:
3544         * gst/rtp/gstrtpvorbispay.c:
3545
3546         Fix various leaks shown up in valgrind
3547         - free sprops and buffer in error cases in H264 payloader
3548         - fix leak in mp4g depayloader when construction the caps
3549         - don't leak config string in the mp4g payloader
3550         - don't leak buffers and headers in theora and vorbis payloaders
3551
3552         * tests/check/elements/rtp-payloading.c:
3553
3554         Fix the RTP data test
3555         - Actually send valid amr data to the payloader instead of 20
3556         zero-bytes
3557         - The mp4g payloader expects codec_data on the caps
3558
3559 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
3560
3561         * win32/MANIFEST:
3562         Add libgstpng.dsp to MANIFEST.
3563         * win32/vs6/libgstaudiofx.dsp:
3564         Add new source files to VS project file.
3565
3566 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
3567
3568         * sys/ximage/gstximagesrc.c:
3569         Initialise variables when opening the X display rather
3570         than in _start(), as the display can be opened before that.
3571
3572         Fixes: #515985
3573
3574 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
3575
3576         * sys/directdraw/gstdirectdrawsink.c:
3577         (gst_ddrawsurface_class_init), (gst_ddrawsurface_finalize),
3578         (gst_directdraw_sink_finalize):
3579         Properly chain up finalize functions. Fixes bug #515980.
3580
3581 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
3582
3583         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
3584         (gst_v4l2_buffer_class_init), (gst_v4l2_buffer_pool_finalize),
3585         (gst_v4l2_buffer_pool_class_init):
3586         Chain up the finalize functions. Fixes bug #515984.
3587
3588 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
3589
3590         * sys/ximage/ximageutil.c:
3591         Chain up in the finalize function for our custom
3592         buffer sub-class.
3593         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
3594         Fixes: #515706
3595
3596 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
3597
3598         * gst/debug/efence.c: (gst_fenced_buffer_finalize),
3599         (gst_fenced_buffer_class_init):
3600         Properly chain up finalize method. Fixes bug #515979.
3601
3602 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
3603
3604         * sys/ximage/gstximagesrc.c:
3605         Free allocated Damage memory before closing our connection to the
3606         X server. Partially fixes: #515706
3607
3608 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
3609
3610         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
3611         * tests/check/Makefile.am:
3612         * tests/check/gst-plugins-good.supp:
3613         Add a few libjpeg suppressions and initialize a variable to
3614         make smokeenc valgrind clean. Fixes bug #515701.
3615
3616 2008-02-11  Jan Schmidt  <jan.schmidt@sun.com>
3617
3618         * gst/avi/gstavidemux.c:
3619         Revert patch which sends timestamps only on keyframes, as it
3620         breaks playback with current gst-ffmpeg.
3621
3622         Fixes: #515562
3623
3624 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
3625
3626         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
3627         * tests/check/elements/multifile.c: (GST_START_TEST):
3628         Close some memory leaks spotted by the unit test. Fixes bug #515697.
3629
3630 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
3631
3632         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
3633         Use and unset the GError when pipeline creation fails instead of
3634         simply leaking it. Fixes bug #515704.
3635
3636 2008-02-10  Sebastian Dröge  <slomo@circular-chaos.org>
3637
3638         * gst/audiofx/audioamplify.c:
3639         * gst/audiofx/audiochebband.c:
3640         * gst/audiofx/audiocheblimit.c:
3641         * gst/audiofx/audiodynamic.c:
3642         * gst/audiofx/audioinvert.c:
3643         * gst/audiofx/audiopanorama.c:
3644         * gst/audiofx/audiowsincband.c:
3645         * gst/audiofx/audiowsinclimit.c:
3646         Fix long description of audiofx elements. Fixes bug #515457.
3647
3648 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
3649
3650         * docs/plugins/Makefile.am:
3651         * gst/spectrum/gstspectrum.c:
3652         * tests/examples/spectrum/.cvsignore:
3653         * tests/examples/spectrum/Makefile.am:
3654         * tests/examples/spectrum/spectrum-example.c:
3655
3656         Add a simple example application for the spectrum element, include it
3657         in the docs, and fix some documentation ambiguities.
3658
3659         Fixes: #348085
3660
3661 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
3662
3663         * gst/equalizer/Makefile.am:
3664         * gst/spectrum/Makefile.am:
3665         Fix includes order
3666
3667         * tests/check/Makefile.am:
3668         Exclude v4l2src from the states test - it takes too long to start.
3669
3670         * tests/check/elements/spectrum.c:
3671         Make the test run properly with CK_FORK=no
3672
3673 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
3674
3675         * gst/audiofix/Makefile.am: add missing header files 
3676
3677 2008-02-08  Julien Moutte  <julien@fluendo.com>
3678
3679         * gst/matroska/matroska-demux.c:
3680         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
3681         keyframe and delta units correctly when dealign with a BlockGroup.
3682         Fixes: #514397
3683
3684 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
3685
3686         * tests/check/elements/.cvsignore:
3687         Spell the new tests correctly in .cvsignore
3688
3689 2008-02-08  Tim-Philipp Müller  <tim at centricular dot net>
3690
3691         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
3692           Need to use gsize here for the size, fixes compiler warning.
3693
3694         * tests/examples/equalizer/.cvsignore:
3695         * tests/examples/equalizer/Makefile.am:
3696         * tests/examples/spectrum/.cvsignore:
3697         * tests/examples/spectrum/Makefile.am:
3698           Add missing files to fix the build.
3699
3700 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
3701
3702         * configure.ac:
3703         * docs/plugins/Makefile.am:
3704         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3705         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3706         * docs/plugins/gst-plugins-good-plugins.args:
3707         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3708         * docs/plugins/inspect/plugin-multifile.xml:
3709         * tests/check/Makefile.am:
3710         * tests/check/elements/.cvsignore:
3711
3712         Move multifile plugin from -bad.
3713         Fixes: #490283
3714
3715 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
3716
3717         * configure.ac:
3718         * docs/plugins/Makefile.am:
3719         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3720         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3721         * docs/plugins/gst-plugins-good-plugins.args:
3722         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3723         * docs/plugins/inspect/plugin-spectrum.xml:
3724         * gst/spectrum/Makefile.am:
3725         * tests/check/Makefile.am:
3726         * tests/check/elements/.cvsignore:
3727         * tests/examples/Makefile.am:
3728
3729         Move spectrum plugin from -bad.
3730         Move examples into tests/examples/spectrum.
3731
3732 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
3733
3734         * configure.ac:
3735         * docs/plugins/Makefile.am:
3736         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3737         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3738         * docs/plugins/gst-plugins-good-plugins.args:
3739         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3740         * docs/plugins/gst-plugins-good-plugins.interfaces:
3741         * docs/plugins/inspect/plugin-equalizer.xml:
3742         * gst/equalizer/Makefile.am:
3743         * tests/check/Makefile.am:
3744         * tests/examples/Makefile.am:
3745         Move the equalizer plugin across from -bad
3746
3747         * tests/check/elements/.cvsignore:
3748         Add equalizer, audiosincwband and audiosincwlimit
3749
3750         * tests/check/elements/equalizer.c:
3751         Fix compiler warnings
3752
3753         Fixes: #415627
3754
3755 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
3756
3757         * configure.ac:
3758         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
3759         are treated like releases and build without it.
3760
3761 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
3762
3763         * docs/plugins/Makefile.am:
3764         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3765         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3766         * docs/plugins/gst-plugins-good-plugins.args:
3767         * docs/plugins/inspect/plugin-audiofx.xml:
3768         * gst/audiofx/Makefile.am:
3769         * gst/audiofx/audiofx.c:
3770         * gst/audiofx/audiowsincband.c:
3771         * gst/audiofx/audiowsincband.h:
3772         * gst/audiofx/audiowsinclimit.c:
3773         * gst/audiofx/audiowsinclimit.h:
3774         * tests/check/Makefile.am:
3775         * tests/check/elements/audiowsincband.c:
3776         * tests/check/elements/audiowsinclimit.c:
3777
3778         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
3779         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
3780         respectively.
3781
3782         Fixes: #467666
3783
3784 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
3785
3786         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
3787         * tests/check/elements/icydemux.c:
3788           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
3789           caps, and add a somewhat useful debug message. Plus test.
3790
3791 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
3792
3793         * gst/rtsp/gstrtspsrc.c:
3794         Include unistd.h only if HAVE_UNISTD_H is defined
3795         * win32/common/config.h.in:
3796         * win32/common/config.h:
3797         Define socklen_t as it seems it's not defined in default 
3798         Visual Studio headers.
3799         * win32/vs6/libgstalpha.dsp:
3800         * win32/vs6/libgstapetag.dsp:
3801         * win32/vs6/libgstavi.dsp:
3802         * win32/vs6/libgstrtp.dsp:
3803         * win32/vs6/libgstrtsp.dsp:
3804         * win32/vs6/libgstvideomixer.dsp:
3805         Update project file dependencies and add new source files       
3806
3807 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
3808
3809         Patch by: Bjarne Rosengren <bjarne at axis dot com>
3810
3811         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
3812         Don't leak buffers when we don't push them downstream.
3813         Fixes bug #514965.
3814
3815 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
3816
3817         * configure.ac:
3818           Bump requirements to (good) released versions to avoid
3819           confusion and make implicit core requirement explicit.
3820
3821 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
3822
3823         * docs/plugins/Makefile.am:
3824         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3825         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3826         * docs/plugins/gst-plugins-good-plugins.args:
3827         * docs/plugins/inspect/plugin-audiofx.xml:
3828         * gst/audiofx/Makefile.am:
3829         * gst/audiofx/audiochebband.c:
3830         * gst/audiofx/audiochebband.h:
3831         * gst/audiofx/audiocheblimit.c:
3832         * gst/audiofx/audiocheblimit.h:
3833         * gst/audiofx/audiochebyshevfreqband.c:
3834         * gst/audiofx/audiochebyshevfreqband.h:
3835         * gst/audiofx/audiochebyshevfreqlimit.c:
3836         * gst/audiofx/audiochebyshevfreqlimit.h:
3837         * gst/audiofx/audiofx.c:
3838         * tests/check/Makefile.am:
3839         * tests/check/elements/.cvsignore:
3840         * tests/check/elements/audiochebband.c:
3841         * tests/check/elements/audiocheblimit.c:
3842         * tests/check/elements/audiochebyshevfreqband.c:
3843         * tests/check/elements/audiochebyshevfreqlimit.c:
3844
3845         Rename audiochebyshevfreqband -> audiochebband and
3846         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
3847         surgery.
3848
3849         Closes: #491811
3850
3851 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
3852
3853         Patch by: Orjan Friberg <orjanf at axis dot com>
3854
3855         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
3856         Fix caps memory leak. Fixes #514573.
3857
3858 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
3859
3860         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
3861         If there's no entries in the subindex, don't try to do anything stupid,
3862         just return.
3863
3864 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
3865
3866         Patch by: John Millikin <jmillikin at gmail dot com>
3867
3868         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
3869           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
3870           Fix extraction of picture blocks with newer libflac versions again:
3871           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
3872
3873 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
3874
3875         * tests/check/Makefile.am:
3876           Add rtp-payloading test to VALGRIND_TO_FIX.
3877
3878         * tests/check/elements/rtp-payloading.c:
3879           Add semicolons after GST_TEST_END so gst-indent gets the
3880           formatting right; make test less verbose in general, but
3881           more verbose in the error case (which should probably
3882           make the test fail anyway).
3883
3884 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
3885
3886         * docs/plugins/Makefile.am:
3887         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3888         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3889         * gst/avi/gstavisubtitle.c:
3890         Add documentation for avisubtitle and change class to
3891         Codec/Parser/Subtitle
3892
3893 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
3894
3895         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
3896         Treat ENOTTY (driver does not implement ioctl) the same as
3897         EINVAL since it implies there are no available standards.
3898
3899         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
3900         (gst_v4l2src_get_nearest_size):
3901         Replace gst_v4l2src_get_size_limits with 2 calls to new function
3902         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
3903         probe if the driver does not support VIDIOC_TRY_FMT for whatever
3904         reason, and if we aren't yet actively capturing.
3905
3906         * sys/v4l2/v4l2src_calls.h:
3907         Remove replaced function declaration.
3908
3909 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
3910
3911         * configure.ac:
3912         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
3913         API.
3914
3915 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
3916
3917         * configure.ac:
3918         Fix typo.
3919
3920 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
3921
3922         * gst/alpha/Makefile.am:
3923         * gst/alpha/gstalpha.c:
3924
3925         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
3926         some stuff, and making buffer-alloc and resizing work automatically.
3927         No longer crashes on odd frame widths and heights, although there
3928         seems to be a disagreement with ffmpegcolorspace about what size
3929         an AYUV frame with odd height should be.
3930
3931 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
3932
3933         Patch by: Alessandro Decina <alessandro at nnva dot org>
3934
3935         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
3936         * ext/libpng/gstpngenc.h:
3937         Preallocate the output buffer so that g_memdup() and
3938         gst_buffer_merge() aren't needed anymore. This greatly improves
3939         performances and fixes #512544.
3940
3941 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
3942
3943         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
3944         (gst_avi_demux_stream_data):
3945         GStreamer timestamps are PTS values while AVI only knows about DTS
3946         timestamps. Make sure we only copy the DTS as the buffer timestamp when
3947         we are dealing with a key frame.
3948
3949 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
3950
3951         * tests/check/Makefile.am:
3952         * tests/check/elements/.cvsignore:
3953         * tests/check/elements/rtp-payloading.c:
3954           Add add testsuite for the rtp-payloader that tries simulating
3955           dataflow. Needs more test data.
3956
3957 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
3958
3959         * tests/check/elements/alphacolor.c:
3960           Remove two unused variables.
3961
3962 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
3963
3964         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
3965           Use g_ascii_strtoll() instead of atoll, which is only
3966           available in C99.
3967
3968 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
3969
3970         * gst/rtp/Makefile.am:
3971         * gst/rtp/gstrtp.c:
3972         * gst/rtp/gstrtpmpvpay.c:
3973         * gst/rtp/gstrtpmpvpay.h:
3974         Add MPEG2 video payloader
3975
3976 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
3977
3978         * gst/level/gstlevel.c:
3979         Use #include <math.h> instead of #include "math.h".
3980
3981 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
3982
3983         * tests/check/Makefile.am:
3984         Fix up some CFLAGS sets.
3985         Don't include gconfvideosrc in the states test.
3986
3987         * tests/check/elements/autodetect.c: (GST_START_TEST):
3988         Add some error strings to fail_unless arguments to fix some weird
3989         compiler errors on Solaris.
3990
3991 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
3992
3993         * configure.ac:
3994         Detect video4linux headers on Solaris too.
3995         * sys/v4l2/gstv4l2colorbalance.h:
3996         * sys/v4l2/gstv4l2object.h:
3997         * sys/v4l2/v4l2_calls.c:
3998         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
3999         (gst_v4l2_buffer_new):
4000
4001         Make v4l2 build on Solaris.
4002         Patch by: Brian Cameron  <brian.cameron at sun dot com>
4003         Fixes: #510505
4004
4005 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
4006
4007         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4008           Update list from (still local) scanning script.
4009
4010 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
4011
4012         Based on a patch by:
4013             Victor STINNER <victor dot stinner at haypocalc dot com>
4014
4015         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4016         Set variable to NULL after freeing it to prevent double frees
4017         or make failures by another use of it afterwards more obvious
4018         and fix use of it after the freeing. Fixes bug #510592.
4019
4020 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
4021
4022         * gst/udp/gstmultiudpsink.c:
4023         use GST_WARNING for logging
4024
4025 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
4026
4027         * gst/udp/gstmultiudpsink.c:
4028         Don't try to leave a multicast group with an invalid socket
4029
4030 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
4031
4032         * ext/flac/gstflacdec.c:
4033           Fix compilation against flac 1.1.2 (as on debian stable), where
4034           the picture metadata defines and structs don't exist yet.
4035           Fixes #509301.
4036
4037 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
4038
4039         Patch by: Olivier Crete <tester at tester dot ca>
4040
4041         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4042         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
4043         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
4044         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
4045         * gst/udp/gstmultiudpsink.h:
4046         Add property to automatically join a multicast group or not. This can be
4047         useful when sharing a socket between multiple elements.
4048         Fixes #509531.
4049
4050 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
4051
4052         * gst/videomixer/Makefile.am:
4053           Add controller flags.
4054
4055 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
4056
4057         * gst/videomixer/videomixer.c:
4058           Also commit the missing gst_object_sync_values().
4059
4060 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
4061
4062         * docs/plugins/Makefile.am:
4063           Remove duplicate entry.
4064
4065 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
4066
4067         * docs/plugins/Makefile.am:
4068         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4069         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4070         * docs/plugins/inspect/plugin-gamma.xml:
4071         * docs/plugins/inspect/plugin-monoscope.xml:
4072         * docs/plugins/inspect/plugin-video4linux2.xml:
4073           Add 3 more plugins to docs.
4074
4075 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
4076
4077         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4078         * sys/osxvideo/osxvideosink.h:
4079           Revert previous change caused by a file that got stuck on an old
4080           revision.
4081
4082 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
4083
4084         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4085         * gst/multipart/Makefile.am:
4086         * gst/multipart/multipartdemux.c:
4087         * gst/multipart/multipartdemux.h:
4088         * gst/multipart/multipartmux.c:
4089         * gst/multipart/multipartmux.h:
4090           Re-add multipartdemux to the docs. Last round of section cleanup.
4091
4092 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
4093
4094         * docs/plugins/Makefile.am:
4095         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4096         * sys/osxaudio/gstosxaudiosink.h:
4097         * sys/osxvideo/osxvideosink.h:
4098           Managed to resolve most unused declarations. Filed a bug for one left.          
4099
4100 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
4101
4102         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4103           Cleanup section file.
4104
4105 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
4106
4107         * docs/plugins/Makefile.am:
4108         * docs/plugins/gst-plugins-good-plugins.args:
4109         * docs/plugins/gst-plugins-good-plugins.signals:
4110         * docs/plugins/inspect/plugin-alaw.xml:
4111         * docs/plugins/inspect/plugin-alpha.xml:
4112         * docs/plugins/inspect/plugin-alphacolor.xml:
4113         * docs/plugins/inspect/plugin-annodex.xml:
4114         * docs/plugins/inspect/plugin-apetag.xml:
4115         * docs/plugins/inspect/plugin-audiofx.xml:
4116         * docs/plugins/inspect/plugin-auparse.xml:
4117         * docs/plugins/inspect/plugin-autodetect.xml:
4118         * docs/plugins/inspect/plugin-avi.xml:
4119         * docs/plugins/inspect/plugin-cairo.xml:
4120         * docs/plugins/inspect/plugin-cdio.xml:
4121         * docs/plugins/inspect/plugin-cutter.xml:
4122         * docs/plugins/inspect/plugin-debug.xml:
4123         * docs/plugins/inspect/plugin-dv.xml:
4124         * docs/plugins/inspect/plugin-efence.xml:
4125         * docs/plugins/inspect/plugin-effectv.xml:
4126         * docs/plugins/inspect/plugin-flac.xml:
4127         * docs/plugins/inspect/plugin-flxdec.xml:
4128         * docs/plugins/inspect/plugin-gconfelements.xml:
4129         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
4130         * docs/plugins/inspect/plugin-goom.xml:
4131         * docs/plugins/inspect/plugin-halelements.xml:
4132         * docs/plugins/inspect/plugin-icydemux.xml:
4133         * docs/plugins/inspect/plugin-id3demux.xml:
4134         * docs/plugins/inspect/plugin-jpeg.xml:
4135         * docs/plugins/inspect/plugin-ladspa.xml:
4136         * docs/plugins/inspect/plugin-level.xml:
4137         * docs/plugins/inspect/plugin-matroska.xml:
4138         * docs/plugins/inspect/plugin-mulaw.xml:
4139         * docs/plugins/inspect/plugin-multipart.xml:
4140         * docs/plugins/inspect/plugin-navigationtest.xml:
4141         * docs/plugins/inspect/plugin-png.xml:
4142         * docs/plugins/inspect/plugin-quicktime.xml:
4143         * docs/plugins/inspect/plugin-rtp.xml:
4144         * docs/plugins/inspect/plugin-rtsp.xml:
4145         * docs/plugins/inspect/plugin-shout2send.xml:
4146         * docs/plugins/inspect/plugin-smpte.xml:
4147         * docs/plugins/inspect/plugin-speex.xml:
4148         * docs/plugins/inspect/plugin-taglib.xml:
4149         * docs/plugins/inspect/plugin-udp.xml:
4150         * docs/plugins/inspect/plugin-videobalance.xml:
4151         * docs/plugins/inspect/plugin-videobox.xml:
4152         * docs/plugins/inspect/plugin-videocrop.xml:
4153         * docs/plugins/inspect/plugin-videoflip.xml:
4154         * docs/plugins/inspect/plugin-videomixer.xml:
4155         * docs/plugins/inspect/plugin-wavenc.xml:
4156         * docs/plugins/inspect/plugin-wavpack.xml:
4157         * docs/plugins/inspect/plugin-wavparse.xml:
4158           Update plugin docs.
4159
4160         * gst/videomixer/Makefile.am:
4161         * gst/videomixer/videomixer.c:
4162         * gst/videomixer/videomixer.h:
4163         * gst/videomixer/videomixerpad.h:
4164           Split out header to fix warnings from the doc-build.
4165
4166 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4167
4168         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
4169
4170         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
4171         Use atoll to parse the rtptime with enough precision. Fixes #509329.
4172
4173 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
4174
4175         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
4176         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
4177           Initialise variables to work around (false) 'foo might be used
4178           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
4179
4180 2008-01-11  David Schleef  <ds@schleef.org>
4181
4182         * docs/plugins/.cvsignore:
4183         * tests/check/pipelines/.cvsignore:
4184           Ignore more files for the buildbot.
4185
4186 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
4187
4188         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
4189         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
4190         Generate the image-type values correctly. Leave them out of the caps
4191         when outputting a "preview image" tag, since it only makes sense
4192         to have one of those - the type is irrelevant.
4193
4194         * sys/sunaudio/gstsunaudiomixerctrl.c:
4195         (gst_sunaudiomixer_ctrl_open):
4196         If we can, mark the mixer multiple open when we use it, in case
4197         (for some reason) the process wants to open it again elsewhere.
4198
4199 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
4200
4201         Patch by: Olivier Crete <tester at tester dot ca>
4202
4203         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
4204         * gst/rtp/gstrtptheorapay.c:
4205         Fix the clock rate to 90000 as required by the RFC.
4206         Fixes #508644.
4207
4208 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
4209
4210         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
4211           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
4212
4213 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
4214
4215         * autogen.sh:
4216           Add -Wno-portability to the automake parameters to stop warnings
4217           about GNU make extensions being used. We require GNU make in almost
4218           every Makefile anyway.
4219           
4220         * configure.ac:
4221           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
4222           at the same time is required for per target flags.
4223
4224 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
4225
4226         * gst/videomixer/videomixer.c: (gst_videomixer_init):
4227         Fix error from my last commit.
4228
4229 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
4230
4231         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
4232
4233         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
4234           Make sure the ISO 639-X language code in ID3v2 COMM frames
4235           is actually valid UTF-8 (or rather: ASCII), so we don't end
4236           up with non-UTF8 strings in tags if there's garbage in the
4237           language field. Also make sure the language code is always
4238           lower case. Fixes: #508291.
4239
4240 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
4241
4242         * ChangeLog:
4243           Fix ChangeLog typo.
4244
4245 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
4246
4247         * Makefile.am:
4248           Include lcov.mak to allow building coverage reports. Guard
4249           check-torture target like in the other packages.
4250
4251 2008-01-09  Sameer Naik  <sameer@damagehead.com>
4252
4253         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
4254
4255         * gst/videomixer/videomixer.c:
4256         (gst_videomixer_set_master_geometry), (_do_init),
4257         (gst_videomixer_child_proxy_get_child_by_index),
4258         (gst_videomixer_child_proxy_get_children_count),
4259         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
4260         (gst_videomixer_init), (gst_videomixer_request_new_pad),
4261         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
4262         Implement GstChildProxy interface.
4263         Send newsegment at the right moment
4264         Fixes #488879
4265
4266 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
4267
4268         * gst/alpha/Makefile.am:
4269         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
4270         (gst_alpha_sink_event), (gst_alpha_chain),
4271         (gst_alpha_change_state), (plugin_init):
4272         Make the various properties of 'alpha' controllable. This allows doing
4273         niceties like fade-in/fade-out.
4274
4275 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
4276
4277         * gst/rtp/gstasteriskh263.c:
4278         * gst/rtp/gstrtpL16depay.c:
4279         * gst/rtp/gstrtpac3depay.c:
4280         * gst/rtp/gstrtpamrpay.c:
4281         * gst/rtp/gstrtpdepay.c:
4282         * gst/rtp/gstrtpgsmdepay.c:
4283         * gst/rtp/gstrtph263depay.c:
4284         * gst/rtp/gstrtph263pdepay.c:
4285         * gst/rtp/gstrtph263ppay.c:
4286         * gst/rtp/gstrtph264depay.c:
4287         * gst/rtp/gstrtph264pay.c:
4288         * gst/rtp/gstrtpmp2tdepay.c:
4289         * gst/rtp/gstrtpmp4adepay.c:
4290         * gst/rtp/gstrtpmp4gdepay.c:
4291         * gst/rtp/gstrtpmp4gpay.c:
4292         * gst/rtp/gstrtpmp4vdepay.c:
4293         * gst/rtp/gstrtpmpadepay.c:
4294         * gst/rtp/gstrtpmpvdepay.c:
4295         * gst/rtp/gstrtpsv3vdepay.c:
4296         * gst/rtp/gstrtptheoradepay.c:
4297         * gst/rtp/gstrtptheorapay.c:
4298         * gst/rtp/gstrtpvorbisdepay.c:
4299         * gst/rtp/gstrtpvorbispay.c:
4300           Remove copy/paste unused code (property setters and getter) found by
4301           the coverage suite (yay, saves ~20k on disk).
4302
4303 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
4304
4305         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
4306           (videosink_templ):
4307           Also fix up pad templates to indicate that image/jpeg doesn't
4308           absolutely require the framerate property to be set (#504081).
4309
4310 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
4311
4312         Based on patch by: Wouter Cloetens  <wouter at mind be>
4313
4314         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
4315           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
4316           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
4317         * gst/matroska/matroska-mux.h:
4318           Keep track of first and last timestamps for each incoming stream,
4319           so we can calculate the total duration for live sources and other
4320           input where we can't query the duration from the start or where
4321           there's no constant framerate from which we can deduce the
4322           duration; also use calculated/observed duration if it is bigger
4323           than the previously queried duration. Furthermore, use
4324           gst_pad_query_peer_duration() and take into account that it may
4325           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
4326           screws up comparisons when using unsigned integers. Fixes #504081.
4327
4328 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
4329
4330         * configure.ac:
4331         * gst/audiofx/audioamplify.c:
4332         (gst_audio_amplify_clipping_method_get_type),
4333         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
4334         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
4335         (gst_audio_dynamic_transform_ip):
4336         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
4337         (gst_audio_invert_transform_ip):
4338         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
4339         (gst_audio_panorama_transform):
4340         * gst/level/gstlevel.c: (gst_level_init):
4341         Make elements GST_BUFFER_FLAG_GAP aware and call
4342         gst_base_transform_set_gap_aware for this.
4343         Bump core requirement to CVS.
4344         
4345         * gst/audiofx/audiochebyshevfreqband.c:
4346         (gst_audio_chebyshev_freq_band_transform_ip):
4347         * gst/audiofx/audiochebyshevfreqlimit.c:
4348         (gst_audio_chebyshev_freq_limit_transform_ip):
4349         Also sync GObject properties to the controller if operating
4350         in passthrough mode.
4351
4352 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
4353
4354         * sys/directdraw/gstdirectdrawsink.c:
4355           (gst_directdraw_sink_window_thread):
4356           FALSE is not a gpointer.
4357
4358 2008-01-05  Julien Moutte  <julien@fluendo.com>
4359
4360         * sys/directdraw/gstdirectdrawsink.c:
4361         (gst_directdraw_sink_set_window_id),
4362         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
4363         (gst_directdraw_sink_buffer_alloc),
4364         (gst_directdraw_sink_draw_borders),
4365         (gst_directdraw_sink_show_frame),
4366         (gst_directdraw_sink_setup_ddraw),
4367         (gst_directdraw_sink_window_thread),
4368         (gst_directdraw_sink_get_ddrawcaps),
4369         (gst_directdraw_sink_surface_create): Make sure we create our
4370         internal window only when we need it. That will give a chance to
4371         the application to get the prepare-xwindow-id bus message. Draw
4372         black borders when keeping aspect ratio. Handle the case where our
4373         rendering window disappears (closed or errors) like other sinks
4374         do. Various 80 columns fixes, improve state change order. That
4375         element could need some more love.
4376
4377 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
4378
4379         * ext/taglib/gstapev2mux.h:
4380         * ext/taglib/gstid3v2mux.h:
4381         Remove useless typedefs without new type name. Fixes a warning with
4382         gcc 4.3.
4383
4384 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
4385
4386         Patch by: John Millikin <jmillikin at gmail dot com>
4387
4388         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
4389         (gst_flac_dec_setup_stream_decoder),
4390         (gst_flac_normalize_picture_mime_type),
4391         (gst_flac_extract_picture_buffer),
4392         (gst_flac_dec_metadata_callback):
4393         Emit metadata messages when a PICTURE block is encountered.
4394         Fixes #506715.
4395
4396 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
4397
4398         * gst/avi/gstavi.c:
4399         increase rank because no known issues anymore ...
4400         * gst/avi/gstavisubtitle.c:
4401         send subtitle name to the srcpad
4402
4403 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
4404
4405         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
4406         * gst/rtsp/gstrtspsrc.h:
4407         Implement redirect for the DESCRIBE reply. Fixes #506025.
4408
4409 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
4410
4411         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
4412         Fix 'xyz may be used uninitialized' compiler warnings caused
4413         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
4414         abort() in any case but properly report the error.
4415
4416 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
4417
4418         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
4419         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
4420         * sys/ximage/gstximagesrc.c: (composite_pixel):
4421           Fix 'xyz may be used uninitialized' compiler warnings caused
4422           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
4423           not really nice to abort in any case). Fixes #505745.
4424
4425 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
4426
4427         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
4428           Small unit test fix (has no practical impact at the moment,
4429           since we're only feeding utf8 and hence just create a sub-
4430           buffer for the output).
4431
4432 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
4433
4434         * gst/avi/gstavisubtitle.c:
4435         * tests/check/elements/avisubtitle.c:
4436         Add seeking support for avi subtitle
4437
4438 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4439
4440         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
4441         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
4442         (gst_flac_dec_write):
4443         * ext/flac/gstflacdec.h:
4444         Remove some unused vars.
4445         Do more cleanup of leftover events and tags.
4446         Output tags after the segment event. Fixes #504018.
4447
4448 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
4449
4450         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
4451           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
4452           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
4453           Detect other UTF byte order markers and convert to UTF-8 as
4454           appropriate.
4455
4456 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
4457
4458         * gst/avi/gstavisubtitle.c: (src_template),
4459           (gst_avi_subtitle_extract_utf8_file),
4460           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
4461           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
4462           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
4463         * gst/avi/gstavisubtitle.h:
4464           Refactor a bit; fix name extraction; don't assume all the data
4465           in the chunk is actually subtitle data, there may be padding at
4466           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
4467           file so it's there to send again after a seek (for future use).
4468
4469 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
4470
4471         * gst/avi/Makefile.am:
4472         * gst/avi/gstavi.c:
4473         * gst/avi/gstavisubtitle.c:
4474         * gst/avi/gstavisubtitle.h:
4475         * tests/check/Makefile.am:
4476         * tests/check/elements/avisubtitle.c:
4477         * win32/common/config.h:
4478                 Add avi subtitle element for bug #442034. Need seeking support
4479                 and more support for character conversion.
4480
4481 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
4482
4483         * Makefile.am:
4484           Include common/win32.mak for CRLF check of win32 project
4485           files (see #393626).
4486
4487         * win32/vs6/libgstpng.dsp:
4488           Fix line endings and do cvs admin -kb.
4489
4490 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
4491
4492         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
4493         Actually drop the buffers which are outside the currently configured
4494         segment instead of just emitting a WARNING.
4495
4496 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4497
4498         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
4499         (gst_flac_dec_write):
4500         * ext/flac/gstflacdec.h:
4501         Send segments from the streaming thread. Fixes #502187.
4502         Fix segment seeking and a bunch of other seeking cases.
4503
4504 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
4505
4506         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
4507           Parse WOAF frames and put the result into GST_TAG_CONTACT,
4508           which is where it would end up if the same information was
4509           put in a vorbis comment (don't think it's worth adding a
4510           new URI tag for this). Fixes #488112.
4511
4512 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
4513
4514         * configure.ac:
4515           We need core/base 0.10.15 or later.
4516
4517 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
4518
4519         Patch by: Mark Nauwelaerts <manauw skynet be>
4520
4521         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
4522         Fix regression in stream numbering. Fixes #502655.
4523
4524 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
4525
4526         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
4527
4528         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
4529         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
4530         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
4531         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
4532         (gst_rtp_h264_pay_handle_buffer):
4533         * gst/rtp/gstrtph264pay.h:
4534         Use higher performance start-code searching.
4535         Parse NALs and store SPS, PPS and profile in the caps so that they can
4536         be used in the SDP. Fixes #502814.
4537
4538 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
4539
4540         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
4541         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
4542           Init some structs to zero before we pass them to ioctl, which
4543           avoids valgrind warnings.  Also fix a small memory leak.
4544
4545 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
4546
4547         Patch by: Wouter Cloetens <wouter at mind dot be>
4548
4549         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
4550         Copy timestamp from input to output. Not very perfect yet but better
4551         than nothing. Fixes #503023.
4552
4553 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
4554
4555         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
4556           Also print a useful error message with the old Wavpack API
4557           if possible.
4558
4559 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
4560
4561         * ext/wavpack/gstwavpackdec.c:
4562           More build fixes for old libwavpack versions: include config.h so
4563           that WAVPACK_OLD_API is actually defined as detected; only use
4564           WavpackGetErrorMessage if it is available. This fixes the build
4565           on debian stable for me.
4566
4567 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
4568
4569         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
4570         * ext/wavpack/gstwavpackparse.c:
4571           (gst_wavpack_parse_create_src_pad):
4572           Workaround the non-existance of WavpackGetChannelMask in Wavpack
4573           versions below 4.40.0.
4574
4575 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
4576
4577         * configure.ac:
4578           And now do it right for real...
4579
4580 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
4581
4582         * configure.ac:
4583           Correctly reset $LIBS to not contain -lm.
4584
4585 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
4586
4587         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
4588
4589         * configure.ac:
4590         * ext/cairo/gsttimeoverlay.c:
4591           (gst_cairo_time_overlay_print_smpte_time):
4592           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
4593           and checking for rint() and implementing it ourself if it doesn't
4594           exist. Fixes #497293.
4595
4596 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
4597
4598         * configure.ac:
4599           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
4600
4601 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
4602
4603         * sys/oss/gstosshelper.c:
4604         Verify that the format returned after the ioctl is the one
4605         we requested. It is valid for the ioctl to succeed while
4606         substituting an alternate 'supported' sample format.
4607
4608 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
4609
4610         * sys/oss/gstossaudio.c: (plugin_init):
4611         * sys/oss/gstosssink.c: (gst_oss_sink_open):
4612         * sys/oss/gstosssrc.c: (gst_oss_src_open):
4613           Post decent (and translated) error message when we can't
4614           open the audio device for some reason.
4615
4616 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
4617
4618         * sys/oss/gstosssink.c:
4619         * sys/oss/gstosssrc.c:
4620         Allow the AUDIODEV environment variable to redirect us
4621         to a different default OSS device, like sunaudiosink does
4622         on Solaris (makes audio play automatically on SunRays).
4623
4624 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
4625
4626         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
4627         * gst/audiofx/audiochebyshevfreqband.c:
4628         (gst_audio_chebyshev_freq_band_transform_ip):
4629         * gst/audiofx/audiochebyshevfreqlimit.c:
4630         (gst_audio_chebyshev_freq_limit_transform_ip):
4631         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
4632         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
4633         The transform_ip() methods should do nothing if in passthrough mode.
4634         It might get non-writable buffers in that case but the buffer might
4635         as well be writable.
4636
4637         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
4638         The transform() methods won't be called in passthrough mode and
4639         otherwise the buffer is always writable so don't check here.
4640
4641 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
4642
4643         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
4644           Fix seeking in .wav files again (#501775).  Some people seem to think
4645           they don't need to test their changes when they're just 'reflowing'
4646           some code.
4647
4648 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
4649
4650         * gst/autodetect/gstautovideosink.c:
4651         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
4652         (gst_auto_video_sink_init),
4653         (gst_auto_video_sink_create_element_with_pretty_name),
4654         (gst_auto_video_sink_find_best),
4655         (gst_auto_video_sink_set_property),
4656         (gst_auto_video_sink_get_property):
4657         * gst/autodetect/gstautovideosink.h:
4658         Fix docs.
4659         Use same error reporting code as autoaudiosink.
4660         Add property to filter sinks based on caps. Only select raw video sinks
4661         by default for backwards compat.
4662         API: GstAutoVideoSink::filter-caps
4663
4664 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
4665
4666         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
4667
4668         * gst/autodetect/gstautoaudiosink.c:
4669         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
4670         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
4671         (gst_auto_audio_sink_set_property),
4672         (gst_auto_audio_sink_get_property):
4673         * gst/autodetect/gstautoaudiosink.h:
4674         Add property to filter sinks based on caps. Only select raw audio sinks
4675         by default for backwards compat.  Fixes #417420.
4676         API: GstAutoAudioSink::filter-caps
4677
4678 2007-11-29  Michael Smith <msmith@fluendo.com>
4679
4680         Patch by: Arek Korbik <arkadini@gmail.com>
4681
4682         * gst/videobox/gstvideobox.c: (plugin_init):
4683           Initialise liboil in plugin_init()
4684
4685 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
4686
4687         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
4688         Post error before sending EOS. Fixes #499178.
4689
4690 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
4691
4692         * win32/vs6/gst_plugins_good.dsw:
4693         * win32/vs6/libgstpng.dsp:
4694         Add a project file for libgstpng
4695
4696 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
4697
4698         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
4699         (gst_rtp_h263_depay_process):
4700         Code beautification.
4701         Added debug statements.
4702         Don't bit-shift everything, just do operations on last/first byte
4703         instead.
4704
4705 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
4706
4707         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
4708
4709         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
4710         Fix wrong comparison in overrun check. Fixes #499239 some more.
4711
4712 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
4713
4714         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
4715         (gst_rtp_h263_depay_process):
4716         * gst/rtp/gstrtph263depay.h:
4717         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
4718         stream.
4719
4720 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
4721
4722         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
4723
4724         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
4725         (gst_rtp_mp4a_depay_process):
4726         * gst/rtp/gstrtpmp4adepay.h:
4727         Fix depayloading when multiple frames are inside one RTP packet.
4728         Fixes #499239.
4729
4730 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
4731
4732         * gst/level/gstlevel.c:
4733           Add GAP-flag support.
4734
4735 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
4736
4737         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
4738         Read the I flag for Mode A h263 rtp stream and set the
4739         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
4740         Fixes #499383
4741
4742 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
4743
4744         * gst/level/gstlevel.c:
4745           Remove some dead code and do cleanups.
4746
4747 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
4748
4749         * tests/check/pipelines/simple-launch-lines.c:
4750           Improve the tests by allowing to set a target state.
4751
4752 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
4753
4754         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
4755         Don't check the caps of the output buffer if they're equal some
4756         other caps. The caps can change in a backward compatible way
4757         and did at this point.
4758
4759 2007-11-24  Julien MOUTTE  <julien@moutte.net>
4760
4761         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
4762         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
4763         (gst_qtdemux_seek_to_previous_keyframe),
4764         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
4765         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
4766         reverse playback support.
4767
4768 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
4769
4770         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
4771         Also set the channel layout on the Wavpack caps if we're having
4772         a mono layout. Of course only do it for "audio/x-wavpack".
4773
4774 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
4775
4776         * ext/wavpack/gstwavpackcommon.c:
4777         (gst_wavpack_get_default_channel_mask),
4778         (gst_wavpack_set_channel_layout),
4779         (gst_wavpack_get_default_channel_positions),
4780         (gst_wavpack_get_channel_mask_from_positions),
4781         (gst_wavpack_set_channel_mapping):
4782         * ext/wavpack/gstwavpackcommon.h:
4783         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
4784         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
4785         * ext/wavpack/gstwavpackdec.h:
4786         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
4787         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
4788         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
4789         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
4790         (gst_wavpack_enc_rewrite_first_block),
4791         (gst_wavpack_enc_sink_event):
4792         * ext/wavpack/gstwavpackenc.h:
4793         * ext/wavpack/gstwavpackparse.c:
4794         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
4795         (gst_wavpack_parse_scan_to_find_sample),
4796         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
4797         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
4798         * ext/wavpack/gstwavpackparse.h:
4799         Add support for encoding, parsing and decoding multichannel
4800         files with up to 8 channels. This also improves the robustness
4801         of parsing quite a bit.
4802
4803         * ext/wavpack/gstwavpackstreamreader.c:
4804         (gst_wavpack_stream_reader_read_bytes),
4805         (gst_wavpack_stream_reader_get_pos),
4806         (gst_wavpack_stream_reader_set_pos_abs),
4807         (gst_wavpack_stream_reader_set_pos_rel),
4808         (gst_wavpack_stream_reader_push_back_byte),
4809         (gst_wavpack_stream_reader_get_length),
4810         (gst_wavpack_stream_reader_can_seek),
4811         (gst_wavpack_stream_reader_write_bytes):
4812         Improve debugging.
4813
4814 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
4815
4816         * ext/libpng/gstpngdec.c:
4817         * ext/libpng/gstpngdec.h:
4818           Don't release the png-memory from within the callback.
4819
4820 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
4821
4822         Patch by: René Stadler <mail at renestadler dot de>
4823
4824         * ext/libpng/gstpngenc.c:
4825           Don't leak buffer data memory. Fixes #498395.
4826
4827 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
4828
4829         Patch by: René Stadler <mail at renestadler dot de>
4830
4831         * tests/check/pipelines/simple-launch-lines.c:
4832           Tests for #498395.
4833
4834 2007-11-20  Julien MOUTTE  <julien@moutte.net>
4835
4836         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
4837         (gst_tag_lib_mux_adjust_event_offsets):
4838         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
4839         * sys/osxaudio/Makefile.am:
4840         * sys/osxvideo/cocoawindow.h:
4841         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
4842
4843 2007-11-15  David Schleef  <ds@schleef.org>
4844
4845         * ext/cairo/gsttextoverlay.c:
4846           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
4847
4848 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
4849
4850         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
4851
4852         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
4853         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
4854         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
4855         * gst/rtp/gstrtpmp2tpay.h:
4856         Fill the MTU with as many packets as possible. Fixes #491323.
4857
4858 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
4859
4860         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
4861
4862         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
4863         Fix some more leaks. Fixes #497007.
4864
4865 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
4866
4867         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
4868
4869         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
4870         (gst_rtspsrc_stream_configure_tcp):
4871         Fix 3 pad leaks. Fixes #496983.
4872
4873 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
4874
4875         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
4876
4877         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
4878         Fix small leak. Fixes #497017.
4879
4880 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
4881
4882         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
4883         (gst_qtdemux_prepare_current_sample),
4884         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
4885         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
4886         * gst/qtdemux/qtdemux_fourcc.h:
4887         * gst/qtdemux/qtdemux_types.c:
4888         Add suppport for theora in quicktime according to XiphQT.
4889
4890 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
4891
4892         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
4893         (gst_v4l2src_init), (gst_v4l2src_set_property),
4894         (gst_v4l2src_get_property):
4895         * sys/v4l2/gstv4l2src.h:
4896         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
4897           Always copy buffers by default (handle safer with bugged drivers)
4898           and added a property to make it possible to use mmap effectively (no
4899           copy if possible) when application wants to. Fixes: #480557.
4900
4901 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
4902
4903         * gst/id3demux/id3tags.c:
4904         * gst/id3demux/id3tags.h:
4905         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
4906           We don't want the same string multiple times in a tag list for the
4907           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
4908           this doesn't happen and remove special-case code for GST_TAG_GENRE.
4909
4910 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
4911
4912         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
4913           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
4914           into ID3v2 TXXX frames (fixes #347848).
4915
4916 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
4917
4918         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
4919           Don't leak sdp message contents (fixes #496773).
4920
4921         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
4922           Don't leak URI string.
4923
4924 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
4925
4926         Patch by: Julien Puydt <julien dot puydt at laposte net>
4927
4928         * ext/raw1394/Makefile.am:
4929         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
4930           (gst_1394_property_probe_get_properties),
4931           (gst_1394_property_probe_probe_property),
4932           (gst_1394_property_probe_needs_probe),
4933           (gst_1394_property_probe_get_values),
4934           (gst_1394_property_probe_interface_init),
4935           (gst_1394_type_add_property_probe_interface):
4936         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
4937         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
4938           (gst_dv1394src_init), (gst_dv1394src_dispose),
4939           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
4940           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
4941           (gst_dv1394src_update_device_name):
4942         * ext/raw1394/gstdv1394src.h:
4943           Implement GstPropertyProbe interface and add "device-name" property,
4944           so applications can use this to probe for available devices in the
4945           same way they can already with v4lsrc and v4l2src (however horrible
4946           this property probe interface may be). Fixes #358841.
4947
4948 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
4949
4950         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
4951
4952         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
4953           (gst_rtspsrc_parse_range):
4954           Don't leak event, don't leak range (fixes #496752).
4955
4956 2007-11-14  Michael Smith <msmith@fluendo.com>
4957
4958         Patch by: Arek Korbik <arkadini@gmail.com>
4959
4960         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
4961           Detect RGBA/BGRA correctly on little endian systems.
4962
4963 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
4964
4965         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
4966           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
4967           corresponding ioctl() call fails even though the driver claims to
4968           support this format, just fall back to the pre-2.6.19 kernel
4969           routine that creates caps with suitable height and width ranges
4970           (see #448278).
4971
4972 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
4973
4974         Patch by: Mark Nauwelaerts <manauw skynet be>
4975
4976         * gst/matroska/matroska-demux.c:
4977           (gst_matroska_demux_push_dvd_clut_change_event),
4978           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
4979           (gst_matroska_demux_subtitle_caps):
4980         * gst/matroska/matroska-ids.h:
4981           Extract palette data for dvd subpicture streams and send it
4982           downstream as custom gstreamer dvd event (fixes #453417).
4983
4984 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
4985
4986         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
4987           Implement minimal parsing of the passed pango font description
4988           string, so passing a font size works the same as with the
4989           pango textoverlay plugin; fixes #455086.
4990           (Maybe we could just use pangocairo here at some point).
4991
4992 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
4993
4994         * gst/avi/gstavidemux.c:
4995         * gst/wavparse/gstwavparse.c:
4996           Return the result in _activate_pull(). Don't ref element there.
4997
4998 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
4999
5000         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
5001         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
5002         (gst_wavparse_srcpad_event):
5003           Ref the element when we should, but not when we its not needed. Reflow
5004           the event_handling to not leak the event.       
5005
5006 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
5007
5008         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
5009         (qtdemux_parse_samples):
5010         Properly free QTDemuxSamples array.
5011         Protect table write with a sensible check, some files apparently DO contain
5012         stts values starting with 0 :(
5013
5014 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
5015
5016         * gst/avi/gstavidemux.c:
5017         * gst/qtdemux/qtdemux.c:
5018           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
5019           previous commit messed up.
5020
5021 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
5022
5023         * gst/avi/gstavidemux.c:
5024         * gst/qtdemux/qtdemux.c:
5025           Sync _handle_src_event() with oggdemux. In avidemux also ref the
5026           element when we should, but not when we its not needed.
5027
5028 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
5029
5030         * gst/wavparse/gstwavparse.c:
5031           Return FALSE if we can't handle a query instead of changing the
5032           format. Ignore fact when dealing with mpeg audio.
5033
5034 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
5035
5036         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5037
5038         * configure.ac:
5039         * gst/udp/gstdynudpsink.c:
5040         * gst/udp/gstdynudpsink.h:
5041         * gst/udp/gstmultiudpsink.c:
5042         * gst/udp/gstmultiudpsink.h:
5043         * gst/udp/gstudpsink.c:
5044         * gst/udp/gstudpsink.h:
5045           Fix includes for MSVC and GLib-2.14.0 (#492388).
5046
5047         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
5048           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
5049
5050 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
5051
5052         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
5053         (gst_mulawdec_chain):
5054         * gst/law/mulaw-decode.h:
5055         Calculate outgoing buffer duration if incoming buffer didn't have a
5056         valid duration.
5057
5058 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
5059
5060         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
5061         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
5062         Smarter combine_flow code that also deals with downstream elements
5063         returning UNEXPECTED when they receive data out of the segment
5064         boundaries. Fixes #491305.
5065
5066 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
5067
5068         * sys/v4l2/v4l2src_calls.c:
5069           Fix 'unused variable' compiler warning when compiling against
5070           older kernel headers.
5071
5072 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
5073
5074         * ext/taglib/gstid3v2mux.cc (add_funcs):
5075           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
5076
5077 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
5078
5079         * tests/check/pipelines/simple-launch-lines.c:
5080            Improve the tests a little more.
5081
5082 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
5083
5084         patch by: Yun Zheng Hu
5085
5086         * sys/osxaudio/gstosxaudiosrc.c:
5087         Use default input device instead of default output device and
5088         only memcpy actual available bytes.
5089
5090 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
5091
5092         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
5093           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
5094           early. It is temporary until we find something better.
5095
5096 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
5097
5098         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
5099
5100         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
5101         Fix race when pausing a RTSP stream in interleaved.
5102         Fixes #475784.
5103
5104 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
5105
5106         Patch by: Peter Kjellerstedt <pkj at axis com>
5107
5108         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
5109         Use correct unref function for buffers. #488844.
5110
5111 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
5112
5113         * gst/avi/gstavimux.c:
5114         * tests/check/elements/avimux.c:
5115           Add some debug and sync tests with the fix.     
5116
5117 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
5118
5119         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
5120
5121         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
5122         When the socket is used by the app for other purposes, don't generate an
5123         error if there is activaty on the socket that is not data related.
5124         Fixes #487488.
5125
5126 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
5127
5128         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
5129         (gst_v4l2src_grab_frame):
5130         Add some more debug info. Generate an error when we run out of buffers
5131         for some reason. See #480557.
5132
5133 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
5134
5135         Patch by: Anders Skargren <anders dot skargren at axis dot com>
5136
5137         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
5138         Set marker bit correctly.
5139
5140 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
5141
5142         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
5143         Use allowed name for the GstStructure.
5144
5145 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
5146
5147         * ext/gconf/gstswitchsink.c:
5148         * gst/autodetect/gstautoaudiosink.c:
5149           Use new gst_bus_pop_filtered().
5150
5151 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
5152
5153         * sys/v4l2/gstv4l2src.c:
5154         * sys/v4l2/v4l2src_calls.c:
5155           When probing the formats and sizes a camera supports, make
5156           sure the best ones (highest resolution, prefered format)
5157           end up at the beginning of the probed caps and the less
5158           desirable ones at the end.  This is important because the
5159           order within the caps matters for things like fixation and
5160           negotiation, ie. what format is chosen in the end.
5161           With recent kernels, the current probing code will end up
5162           querying the supported sizes from lowest resolution to
5163           highest resolution, adding them to the probed caps in that
5164           order, resulting to v4l2src fixating to the lowest possible
5165           resolution if downstream does not express a size preference.
5166           Also make up a somewhat random ranking of prefered output
5167           formats for the same reason. Fixes #485828.
5168         
5169 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
5170
5171         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
5172
5173         * gst/id3demux/id3v2frames.c:
5174           Extract license/copyright URIs from ID3v2 WCOP frames
5175           (Fixes #447000).
5176
5177         * tests/check/elements/id3demux.c:
5178         * tests/files/Makefile.am:
5179         * tests/files/id3-447000-wcop.tag:
5180           Add simple unit test.
5181
5182 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
5183
5184         * ext/taglib/gstid3v2mux.cc:
5185           Add support for license/copyright URI tags (ID3v2 WCOP frame).
5186           Prerequisite for #447000.
5187
5188 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
5189
5190         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
5191         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
5192         a GstClockTime.
5193
5194 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
5195
5196         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
5197         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
5198         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
5199         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
5200         (gst_rtspsrc_change_state):
5201         More seeking fixes, mostly passing around the new playback segment in
5202         order to configure it properly.
5203         Also reset base_time of udp sources when setting them back to PLAYING as
5204         a temporary hack until core supports seek in live sources properly.
5205
5206 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
5207
5208         * gst/rtp/gstrtpmp4adepay.c:
5209         Fix caps as to not confuse autopluggers.
5210
5211 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
5212
5213         * gst/id3demux/gstid3demux.c:
5214         * gst/id3demux/gstid3demux.h:
5215         * gst/id3demux/id3tags.c:
5216         * gst/id3demux/id3tags.h:
5217         * gst/id3demux/id3v2frames.c:
5218           Port ID3 tag demuxer over to the new GstTagDemux in -base
5219           (now would be a good time to test re-importing your music
5220           collection).
5221
5222 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
5223
5224         * gst/apetag/Makefile.am:
5225         * gst/apetag/gstapedemux.c:
5226         * gst/apetag/gstapedemux.h:
5227         * gst/apetag/gsttagdemux.c:
5228         * gst/apetag/gsttagdemux.h:
5229           Port APE tag demuxer over to the new GstTagDemux in -base.
5230
5231 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
5232
5233         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
5234         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
5235         (gst_rtspsrc_handle_internal_src_query),
5236         (gst_rtspsrc_handle_src_query), (new_session_pad),
5237         (gst_rtspsrc_stream_configure_tcp),
5238         (gst_rtspsrc_stream_configure_transport),
5239         (gst_rtspsrc_loop_send_cmd):
5240         Improve flushing behaviour.
5241         Set state of the udp sources to PAUSE/PLAYING correctly.
5242         Handle events and queries for UDP and TCP transport now.
5243
5244 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
5245
5246         * gst/rtp/gstrtpgsmdepay.c:
5247         * gst/rtp/gstrtpgsmpay.c:
5248           Add log category.
5249
5250 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
5251
5252         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
5253
5254         * tests/check/Makefile.am:
5255         * tests/check/pipelines/simple-launch-lines.c:
5256           Add unit tests for payloaders/depayloaders.
5257
5258 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
5259
5260         * gst/avi/gstavimux.c:
5261         * gst/avi/gstavimux.h:
5262           Also save codec data for audio streams. Fixes #482495.
5263
5264 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
5265
5266         * gst/avi/gstavimux.c:
5267           Fix "Index entry has invalid stream nr 1".
5268           Add support for muxing aac - work in progress (see #482495).
5269
5270 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
5271
5272         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
5273         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
5274         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
5275         * gst/rtsp/gstrtspsrc.h:
5276         Parse bandwidth modifiers, they are not yet configured in the session
5277         manager because we don't have an API for that yet.
5278
5279 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
5280
5281         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
5282         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
5283         Use shiny new function in -base to get the default clock-rate.
5284         Update some docs.
5285
5286 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
5287
5288         * win32/MANIFEST:
5289         Add files to win32 manifest.
5290         * win32/vs6/libgstaudiofx.dsp:
5291         * win32/vs6/libgstqtdemux.dsp:
5292         * win32/vs6/libgstrtp.dsp:
5293         * win32/vs6/libgstrtsp.dsp:
5294         Update project files.
5295
5296 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
5297
5298         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
5299         (gst_rtspsrc_play):
5300         * gst/rtsp/gstrtspsrc.h:
5301         In TCP mode, only timestamp the first buffer. TCP is not real time and
5302         it does not make sense to try to skew compensate, also some servers send
5303         the first batch of data in a burst.
5304
5305 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
5306
5307         * gst/matroska/matroska-demux.c:
5308           Fix setting the discont flag on the first buffer
5309           pushed downstream for formats with private codec
5310           data that needs to be deserialised into buffers
5311           (such as vorbis and FLAC when in a matroska container).
5312
5313 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
5314
5315         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
5316
5317         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
5318         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
5319         (gst_rtp_mp4v_pay_handle_buffer):
5320         * gst/rtp/gstrtpmp4vpay.h:
5321         Free the config string. Fixes #480707.
5322         Clean up the timestamp code a little.
5323
5324 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
5325
5326         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
5327         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
5328         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
5329         * gst/rtsp/gstrtspsrc.h:
5330         Set timestamps on RTP buffers in interleaved mode.
5331         Mark first buffers with a DISCONT.
5332         Remove flush hack now that sync for live sources has been figured out.
5333
5334 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
5335
5336         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
5337         Update documentation.
5338
5339 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
5340
5341         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
5342         (gst_rtp_xqt_depay_change_state):
5343         * gst/qtdemux/gstrtpxqtdepay.h:
5344         Fail if we don't know the quicktime format.
5345
5346 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
5347
5348         * ext/flac/gstflacenc.c:
5349         * ext/flac/gstflacenc.h:
5350           Save the flow return from the last gst_pad_push() and
5351           make sure we pass the right flow return value upstream
5352           in the case of failure; minor clean-ups.
5353
5354 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
5355
5356         * ext/taglib/gstapev2mux.cc:
5357         * ext/taglib/gstid3v2mux.cc:
5358         * gst/apetag/gstapedemux.c:
5359           Add support for the new GST_TAG_COMPOSER (#459809).
5360
5361 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
5362
5363         * gst/law/alaw-decode.c:
5364         * gst/law/alaw-decode.h:
5365         * gst/law/alaw-encode.c:
5366         * gst/law/alaw-encode.h:
5367         * gst/law/alaw.c:
5368         * gst/law/mulaw-conversion.h:
5369           Compulsive clean-ups: use boilerplate macros, add debug
5370           categories, fix up things to conform to symbol nomenklatura,
5371           etc.
5372
5373 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
5374
5375         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
5376
5377         * gst/law/alaw-decode.c:
5378         * gst/law/alaw-encode.c:
5379           Use static tables for A-Law decoding and encoding; this makes
5380           A-Law decoding and encoding less CPU-intensive, but increases
5381           the binary size a bit. Leaving old code around for now,
5382           selectable by a define in the code. Fixes #435435.
5383
5384 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
5385
5386         * configure.ac:
5387         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
5388         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
5389         in configure.ac.
5390
5391 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
5392
5393         Patch by: Jan Gerber <j at bootlab dot org>
5394
5395         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
5396         Add fourccs for MPEG2 HDV streams. Fixes #479960.
5397
5398 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
5399
5400         * sys/oss/gstosshelper.c:
5401           Use GST_WARNING instead of a g_critical. This situation is not caused
5402           by the application.
5403
5404 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5405
5406         * po/LINGUAS:
5407         * po/nl.po:
5408           Updated translations.
5409
5410 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5411
5412         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
5413
5414         * po/eu.po:
5415           Added Basque translation.
5416
5417 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5418
5419         translated by: Abel Cheung <abelcheung@gmail.com>
5420
5421         * po/zh_HK.po:
5422         * po/zh_TW.po:
5423           Added Chinese (traditional and Hong Kong) translation.
5424
5425 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5426
5427         translated by: Jakub Bogusz <qboosh@pld-linux.org>
5428
5429         * po/pl.po:
5430           Added Polish translation.
5431
5432 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5433
5434         translated by: Ilkka Tuohela <hile@iki.fi>
5435
5436         * po/fi.po:
5437           Added Finnish translation.
5438
5439 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5440
5441         translated by: Jorge González González <aloriel@gmail.com>
5442
5443         * po/es.po:
5444           Added Spanish translation.
5445
5446 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5447
5448         translated by: Mogens Jaeger <mogens@jaeger.tf>
5449
5450         * po/da.po:
5451           Added Danish translation.
5452
5453 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5454
5455         translated by: Funda Wang <fundawang@linux.net.cn>
5456
5457         * po/zh_CN.po:
5458           Added Chinese (simplified) translation.
5459
5460 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5461
5462         translated by: Alexander Shopov <ash@contact.bg>
5463
5464         * po/bg.po:
5465           Added Bulgarian translation.
5466
5467 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
5468
5469         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
5470         Set outgoing packet duration because we can. Fixes #478244 some more.
5471
5472 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
5473
5474         * ext/cairo/gsttextoverlay.c:
5475           Add info about static leak.
5476         
5477         * tests/check/Makefile.am:
5478         * tests/check/generic/states.c:
5479           Improved state change unit test.
5480
5481 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
5482
5483         * docs/plugins/.cvsignore:
5484         * tests/check/.cvsignore:
5485           Ignore registries in any format.
5486
5487 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
5488
5489         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
5490         Removed some unused code.
5491
5492         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
5493         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
5494         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
5495         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
5496         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
5497         (gst_rtp_theora_pay_flush_packet):
5498         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
5499         Try to preserve the incomming buffer duration on the outgoing
5500         packets. Fixes #478244.
5501
5502 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
5503
5504         * ext/taglib/gstapev2mux.cc:
5505         * ext/taglib/gstid3v2mux.cc:
5506           Work around compiler warnings with g++-4.2 when assigning a
5507           string constant to a gchar * (partially fixes #478092).
5508
5509 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
5510
5511         * configure.ac:
5512           We require core CVS now for gst_base_src_set_do_timestamp().
5513
5514 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
5515
5516         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
5517         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
5518         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
5519         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
5520         (gst_rtspsrc_handle_message):
5521         Fix compiler warnings shown with Forte.
5522
5523 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
5524
5525         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
5526         (gst_rtspsrc_dup_printf):
5527         Give meaningfull error when all streams failed to configure for some
5528         reason.
5529
5530 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
5531
5532         * gst/rtp/README:
5533         Update README with the design for synchronisation rules of RTP on
5534         sender and receiver.
5535
5536 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
5537
5538         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
5539         (gst_wavparse_chain):
5540         Don't push EOS from the chain function, the element
5541         driving the pipeline is responsible for this. The bug
5542         this was meant to fix seems to be queue not forwarding
5543         EOS in all cases (see #476514).
5544
5545 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
5546
5547         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
5548         (gst_level_transform_ip):
5549         * gst/level/gstlevel.h:
5550         Use basetransform segment so that it is correctly managed on flushes and
5551         start/stop.
5552         Report message timestamp as stream time, which is what an application
5553         can understand.
5554
5555 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
5556
5557         * ext/taglib/gstapev2mux.cc:
5558         * ext/taglib/gstapev2mux.h:
5559         * ext/taglib/gsttaglibmux.c:
5560         * tests/check/elements/apev2mux.c:
5561         Update my mail address.
5562
5563 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
5564
5565         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
5566         (gst_wavparse_loop), (gst_wavparse_chain):
5567         Add EOS logic for the push-based mode too. Fixes #476514.
5568
5569 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
5570
5571         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
5572         * gst/law/alaw-encode.h:
5573         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
5574         (gst_mulawenc_chain):
5575         * gst/law/mulaw-encode.h:
5576         Fix law encoder timestamps.
5577
5578 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
5579
5580         * ext/gconf/gstgconfaudiosink.c:
5581           Fix warning when building without debug.
5582
5583         * sys/oss/gstossmixertrack.c:
5584           Use const like in alsamixertrack.c (fixes warnings).
5585
5586 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
5587
5588         * sys/v4l2/v4l2src_calls.c:
5589         (gst_v4l2src_probe_caps_for_format_and_size):
5590         Fix framerate detection code some more.
5591         Handle the case where there is a weird step in the stepwise framerates.
5592         Don't overwrite the min interval with the framerate, use a temp variable
5593         instead.
5594         Use max in the Continuous framerate intervals instead of step, which is
5595         1 according to the docs. Fixes #475424.
5596
5597 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
5598
5599         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
5600         Make udpsrc timestamp outgoing buffers based on when they were received.
5601         Also make it output a segment in time.
5602
5603 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
5604
5605         * gst/avi/gstavidemux.c:
5606           Plug a little leak. Little code cleanups.
5607
5608 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
5609
5610         * configure.ac:
5611           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
5612           flac versions, 's good for cross-compilation karma.
5613
5614 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
5615
5616         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
5617
5618         * gst/rtp/gstrtph263pay.c:
5619           Fix up header structure so that compilers don't add padding
5620           between the structure fields, since that would lead to us
5621           sending RTP packets with broken headers (as is currently the
5622           case when compiling with MSVC). Also see similar fixes in
5623           libgstrtp in gst-plugins-base. (#474616; #471194)
5624
5625 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
5626
5627         * sys/v4l2/v4l2src_calls.c:
5628         (gst_v4l2src_probe_caps_for_format_and_size):
5629         Don't overwrite our GValue with 0 but instead use the previously
5630         computed value. Fixes #471823 some more.
5631
5632 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
5633
5634         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5635           No tabs in this file please, or gtk-doc will end up documenting
5636           rather absurd class hierarchies.
5637
5638 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
5639
5640         * ext/gconf/gstswitchsink.c:
5641           If the new kid element fails to change state for some reason
5642           (e.g. esdsink not being able to connect to the sound server),
5643           forward the error message it posted on the bus instead of just
5644           posting a generic 'Internal state change error: please file a
5645           bug' error message. Fixes #471364.
5646
5647 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
5648
5649         * gst/qtdemux/Makefile.am:
5650         * gst/qtdemux/qtdemux.c:
5651           Don't assume tags are encoded as UTF-8 (#473670).
5652
5653 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
5654
5655         * sys/v4l2/gstv4l2src.c:
5656         * sys/v4l2/gstv4l2src.h:
5657         * sys/v4l2/v4l2src_calls.c:
5658           Implement LATENCY queries in the crudest way possible so I don't
5659           have to use sync=false any longer when testing with videosinks.
5660
5661 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
5662
5663         * configure.ac:
5664           Fix build.
5665
5666 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
5667
5668         * sys/v4l2/v4l2src_calls.c:
5669         (gst_v4l2src_probe_caps_for_format_and_size):
5670         Add some more debugging in the framerate function.
5671         Iterate stepwise framerate up to and _including_ the max and if nothing
5672         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
5673         don't end up with an empty list. Fixes #471823
5674
5675 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
5676
5677         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
5678         (gst_multiudpsink_set_clients_string),
5679         (gst_multiudpsink_get_clients_string),
5680         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
5681         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
5682         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
5683         (gst_multiudpsink_clear):
5684         Add property do configure destination address/port pairs
5685         API:GstMultiUDPSink::clients
5686
5687 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
5688
5689         * tests/examples/Makefile.am:
5690         * tests/examples/rtp/Makefile.am:
5691         * tests/examples/rtp/client-H263p-AMR.sh:
5692         * tests/examples/rtp/client-H263p-PCMA.sdp:
5693         * tests/examples/rtp/client-H263p-PCMA.sh:
5694         * tests/examples/rtp/client-H264-PCMA.sdp:
5695         * tests/examples/rtp/client-H264-PCMA.sh:
5696         * tests/examples/rtp/client-PCMA.sh:
5697         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
5698         * tests/examples/rtp/server-alsasrc-PCMA.sh:
5699         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
5700         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
5701         Added some RTP example scripts for sending and receiving RTP streams.
5702
5703 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
5704
5705         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
5706         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
5707         Restructure the setcaps function so that we can also compute the
5708         expected GStreamer output size of the video frames.
5709         Set frame_byte_size correctly so that read-based devices have a chance
5710         of working correctly.
5711         When grabbing a frame, discard frames that are not of the expected size.
5712         Some cameras don't output the right framesize for the first buffer.
5713         Try only a couple of times to get a valid frame, else error out.
5714
5715         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
5716         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
5717         Add some more debug info when scanning the device.
5718
5719         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
5720         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
5721         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
5722         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
5723         Add some more debug info when dequeing a frame.
5724
5725 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
5726
5727         * gst/wavparse/gstwavparse.c:
5728           More code cleanups. Add some more comment and improve debugs logs.
5729
5730 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
5731
5732         * gst/wavparse/gstwavparse.c:
5733         * gst/wavparse/gstwavparse.h:
5734           Implement seek-query. Refactor duration calculations. Appropriate use
5735           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
5736           out of loops.
5737
5738 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
5739
5740         * gst/avi/gstavidemux.c:
5741           Implement seek-query.
5742
5743 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
5744
5745         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
5746         (gst_rtspsrc_dup_printf):
5747         Use new basesink async property to make sparse RTCP packet not wait for
5748         preroll.
5749
5750 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
5751
5752         * gst/audiofx/Makefile.am:
5753         Dist the right file.
5754
5755 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
5756
5757         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
5758         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
5759         Make sure we generate and parse floating point values in the POSIX
5760         locale instead of the current locale. 
5761
5762 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
5763
5764         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
5765         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
5766         (gst_rtspsrc_play):
5767         * gst/rtsp/gstrtspsrc.h:
5768         Fix method detection again.
5769         Keep track of when we must send a Range header.
5770         Use segment values for Range, Speed and Scale headers.
5771         Parse Speed and Scale headers to update the segment values.
5772
5773 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
5774
5775         patch by: Mark Nauwelaerts <manauw@skynet.be>
5776
5777         * sys/v4l2/v4l2src_calls.c:
5778           Handle optional v4l2 ioctls gracefully.
5779
5780 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
5781
5782         * gst/rtp/Makefile.am:
5783         * gst/rtp/gstrtp.c: (plugin_init):
5784         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
5785         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
5786         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
5787         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
5788         (gst_rtp_h263_depay_get_property),
5789         (gst_rtp_h263_depay_change_state),
5790         (gst_rtp_h263_depay_plugin_init):
5791         * gst/rtp/gstrtph263depay.h:
5792         Added an H263 depayloader. Fixes #369392.
5793
5794         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
5795         (gst_rtp_h263p_depay_process):
5796         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
5797         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
5798         Make the H263+ pay/depayloader support H263-1998 and H263-2000
5799         payloads.
5800         Also alow plain H263 on the h263p payloaders. Fixes #465040.
5801
5802 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
5803
5804         * gst/audiofx/audiochebyshevfreqband.c:
5805         * gst/audiofx/audiochebyshevfreqlimit.c:
5806         Add small comparision with the windowed sinc filters in the docs.
5807
5808 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
5809
5810         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
5811         (audiochebyshevfreqband_suite):
5812         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
5813         (audiochebyshevfreqlimit_suite):
5814         Also test 32 bit float mode and the type 2 variants of the filters.
5815
5816 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
5817
5818         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
5819         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
5820         (gst_rtspsrc_loop):
5821         Refactor the udp and interleaved loop function a bit.
5822
5823 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
5824
5825         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
5826         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
5827         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
5828         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
5829         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
5830         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
5831         * gst/rtsp/gstrtspsrc.h:
5832         Protect connection activity with a new lock, avoids deadlocks when going
5833         to PAUSED. Fixes #455808.
5834
5835 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
5836
5837         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
5838         Fix debug statement.
5839
5840 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
5841
5842         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
5843         Fix stray %u in debug line as spotted by Saur on IRC.
5844
5845 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
5846
5847         * gst/audiofx/audiochebyshevfreqband.c:
5848         (gst_audio_chebyshev_freq_band_class_init):
5849         * gst/audiofx/audiochebyshevfreqlimit.c:
5850         (gst_audio_chebyshev_freq_limit_class_init):
5851         Use generator macros for the process functions for the different
5852         sample types, add lower upper boundaries for the GObject properties
5853         so automatically generated UIs can use sliders and add a note about
5854         the number of poles as a too high number of poles combined with
5855         very low or very high frequencies will produce only noise.
5856         * docs/plugins/gst-plugins-good-plugins.args:
5857         Regenerated for the property changes.
5858
5859 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
5860
5861         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
5862         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
5863         (gst_rtspsrc_stream_configure_udp_sink),
5864         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
5865         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
5866         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
5867         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
5868         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
5869         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
5870         * gst/rtsp/gstrtspsrc.h:
5871         Improve timeout handling.
5872         Use the same socket for sending and receiving RTCP packets so that some
5873         servers can track clients better.
5874         Improve connection closed handling. Try to reconnect.
5875         Don't overwrite our content base with NULL.
5876         Improve debugging.
5877         Improve range parsing and handling.
5878         Remove flushing hack now that core does the right thing.
5879
5880 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
5881
5882         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
5883         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
5884         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
5885         (gst_multiudpsink_close), (gst_multiudpsink_add):
5886         * gst/udp/gstmultiudpsink.h:
5887         Add support for getting and setting the socket to use.
5888
5889         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
5890         (gst_udpsrc_create), (gst_udpsrc_get_property):
5891         Add support for getting the currently used socket.
5892
5893 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
5894
5895         reviewed by: Stefan Kost  <ensonic@users.sf.net>
5896
5897         * gst/audiofx/Makefile.am:
5898         * gst/audiofx/audiochebyshevfreqband.c:
5899         (gst_audio_chebyshev_freq_band_mode_get_type),
5900         (gst_audio_chebyshev_freq_band_base_init),
5901         (gst_audio_chebyshev_freq_band_dispose),
5902         (gst_audio_chebyshev_freq_band_class_init),
5903         (gst_audio_chebyshev_freq_band_init),
5904         (generate_biquad_coefficients), (calculate_gain),
5905         (generate_coefficients),
5906         (gst_audio_chebyshev_freq_band_set_property),
5907         (gst_audio_chebyshev_freq_band_get_property),
5908         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
5909         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
5910         (gst_audio_chebyshev_freq_band_start):
5911         * gst/audiofx/audiochebyshevfreqband.h:
5912         * gst/audiofx/audiochebyshevfreqlimit.c:
5913         (gst_audio_chebyshev_freq_limit_mode_get_type),
5914         (gst_audio_chebyshev_freq_limit_base_init),
5915         (gst_audio_chebyshev_freq_limit_dispose),
5916         (gst_audio_chebyshev_freq_limit_class_init),
5917         (gst_audio_chebyshev_freq_limit_init),
5918         (generate_biquad_coefficients), (calculate_gain),
5919         (generate_coefficients),
5920         (gst_audio_chebyshev_freq_limit_set_property),
5921         (gst_audio_chebyshev_freq_limit_get_property),
5922         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
5923         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
5924         (gst_audio_chebyshev_freq_limit_start):
5925         * gst/audiofx/audiochebyshevfreqlimit.h:
5926         * gst/audiofx/audiofx.c: (plugin_init):
5927         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
5928         Fixes #464800.
5929
5930         * tests/check/Makefile.am:
5931         * tests/check/elements/.cvsignore:
5932         * tests/check/elements/audiochebyshevfreqband.c:
5933         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
5934         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
5935         * tests/check/elements/audiochebyshevfreqlimit.c:
5936         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
5937         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
5938         Add unit tests for the chebyshev filters.
5939
5940         * docs/plugins/Makefile.am:
5941         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5942         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5943         * docs/plugins/gst-plugins-good-plugins.args:
5944         * docs/plugins/inspect/plugin-1394.xml:
5945         * docs/plugins/inspect/plugin-audiofx.xml:
5946         * docs/plugins/inspect/plugin-dv.xml:
5947         * docs/plugins/inspect/plugin-flac.xml:
5948         * docs/plugins/inspect/plugin-jpeg.xml:
5949         * docs/plugins/inspect/plugin-png.xml:
5950         * docs/plugins/inspect/plugin-rtp.xml:
5951         * docs/plugins/inspect/plugin-shout2send.xml:
5952         * docs/plugins/inspect/plugin-wavpack.xml:
5953         And add docs for the chebyshev filters. While doing
5954         that also run make update in docs/plugins.
5955
5956 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
5957
5958         * ext/annodex/gstcmmltag.c:
5959         * gst/rtp/gstrtpvorbispay.c:
5960           Make ro memory to share.
5961
5962 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
5963
5964         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
5965         Improve UDP performance by avoiding a select() when we have data
5966         available immediatly.
5967
5968 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
5969
5970         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
5971         (gst_rtp_dec_class_init):
5972         * gst/rtsp/gstrtpdec.h:
5973         Add (dummy) SSRC management signals.
5974
5975         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
5976         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
5977         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
5978         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
5979         (on_timeout), (gst_rtspsrc_stream_configure_manager),
5980         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
5981         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
5982         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
5983         * gst/rtsp/gstrtspsrc.h:
5984         Add connection-speed property.
5985         Add find_stream helper functions.
5986         Handle stream EOS based on BYE messages or SSRC timeout.
5987         Returns SUCCESS from the state change function as we hide our async
5988         elements from the parent.
5989
5990 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
5991
5992         * gst/debug/rndbuffersize.c:
5993           Fix da leak.
5994
5995 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
5996
5997         * gst/debug/Makefile.am:
5998         * gst/debug/breakmydata.c:
5999         * gst/debug/gstdebug.c:
6000         * gst/debug/negotiation.c:
6001         * gst/debug/progressreport.c:
6002         * gst/debug/rndbuffersize.c:
6003         * gst/debug/testplugin.c:
6004           Add new test element and clean-up the others a little.
6005
6006 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
6007
6008         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
6009         Fix parsing of mp4a version 0 atoms. Fixes #465774.
6010
6011 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
6012
6013         * gst/rtp/gstrtpilbcdepay.c:
6014           Include stdlib.
6015
6016 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
6017
6018         * gst/rtp/gstrtpmpvdepay.c:
6019         Set the mpegversion in the caps so that autoplugging does not get
6020         confused.
6021
6022 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
6023
6024         * po/hu.po:
6025         * po/uk.po:
6026         * po/vi.po:
6027           Updated translations.
6028
6029 2007-08-08  Michael Smith <msmith@fluendo.com>
6030
6031         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
6032           Render right border in the correct location.
6033
6034 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
6035
6036         Patch by: Olivier Crete <tester at tester dot ca>
6037
6038         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
6039         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
6040         Make mode property a string. Fixes #464475.
6041
6042 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
6043
6044         * ext/flac/gstflacenc.c:
6045           Widen caps to match decoder a bit and add more FIXMEs.
6046
6047 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
6048
6049         patch by: Mark Nauwelaerts <manauw@skynet.be>
6050
6051         * gst/avi/gstavimux.c:
6052           Fix ODML index tag numbering. Fixes #463624.
6053
6054 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
6055
6056         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
6057         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
6058         (gst_rtspsrc_stream_configure_tcp),
6059         (gst_rtspsrc_stream_configure_udp_sink):
6060         Fix default clock-rate for realmedia.
6061         Fix parsing of transport.
6062         Don't try to link NULL pads.
6063
6064 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
6065
6066         * po/POTFILES.skip:
6067           Add POTFILES.skip with list of source files that aren't disted at the
6068           moment but contain translatable strings. Should hopefully pacify
6069           broken tools and make it clearer that these files are left out
6070           intentionally (#461600).
6071
6072 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
6073
6074         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
6075         If the buffer was entirely clipped ... don't try sending it :)
6076
6077 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
6078
6079         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
6080         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
6081         (gst_rtspsrc_create_transports_string),
6082         (gst_rtspsrc_prepare_transports):
6083         If we don't hav a session manager, set the caps on outgoing buffers
6084         ourselves.
6085         Force PAUSE/PLAY methods for now until the extensions can overwrite.
6086         Append final bit of the transport string even when it does not contain a
6087         placeholder.
6088
6089 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
6090
6091         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
6092         (gst_rtsp_ext_list_connect):
6093         * gst/rtsp/gstrtspext.h:
6094         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
6095         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
6096         Clean up the interface list.
6097         Allow connecting to interface signals for the extensions.
6098         Remove old extension code.
6099         Free list on cleanup.
6100         Allow extensions to send additional RTSP messages.
6101
6102 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
6103
6104         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
6105         Handle a NULL gconf key gracefully by rendering the default element.
6106
6107 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
6108
6109         * gst/rtsp/gstrtspext.h:
6110         Fix include path for extension interface.
6111
6112 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
6113
6114         * gst/audiofx/audioamplify.h:
6115         Also remove a now unecessary variable here.
6116
6117 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
6118
6119         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
6120         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
6121         * gst/audiofx/audiodynamic.c:
6122         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
6123         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
6124         * gst/audiofx/audiodynamic.h:
6125         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
6126         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
6127         * gst/audiofx/audioinvert.h:
6128         Don't save format information ourselves, this is already saved in
6129         GstAudioFilter.
6130
6131 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
6132
6133         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
6134         (gst_rtsp_ext_list_stream_select):
6135         * gst/rtsp/gstrtspext.h:
6136         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
6137         Use rank to filter out extensions.
6138         Add url to stream_select interface call.
6139
6140 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
6141
6142         * gst/rtsp/Makefile.am:
6143         * gst/rtsp/base64.c:
6144         * gst/rtsp/base64.h:
6145         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
6146         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
6147         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
6148         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
6149         (gst_rtsp_ext_list_setup_media),
6150         (gst_rtsp_ext_list_configure_stream),
6151         (gst_rtsp_ext_list_get_transports),
6152         (gst_rtsp_ext_list_stream_select):
6153         * gst/rtsp/gstrtspext.h:
6154         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
6155         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
6156         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
6157         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
6158         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
6159         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
6160         (gst_rtspsrc_stream_configure_tcp),
6161         (gst_rtspsrc_stream_configure_mcast),
6162         (gst_rtspsrc_stream_configure_udp),
6163         (gst_rtspsrc_stream_configure_udp_sink),
6164         (gst_rtspsrc_stream_configure_transport),
6165         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
6166         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
6167         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
6168         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
6169         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
6170         (gst_rtspsrc_parse_methods),
6171         (gst_rtspsrc_create_transports_string),
6172         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
6173         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
6174         (gst_rtspsrc_play), (gst_rtspsrc_pause),
6175         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
6176         * gst/rtsp/gstrtspsrc.h:
6177         * gst/rtsp/rtsp.h:
6178         * gst/rtsp/rtspconnection.c:
6179         * gst/rtsp/rtspconnection.h:
6180         * gst/rtsp/rtspdefs.c:
6181         * gst/rtsp/rtspdefs.h:
6182         * gst/rtsp/rtspext.h:
6183         * gst/rtsp/rtspextwms.c:
6184         * gst/rtsp/rtspextwms.h:
6185         * gst/rtsp/rtspmessage.c:
6186         * gst/rtsp/rtspmessage.h:
6187         * gst/rtsp/rtsprange.c:
6188         * gst/rtsp/rtsprange.h:
6189         * gst/rtsp/rtsptransport.c:
6190         * gst/rtsp/rtsptransport.h:
6191         * gst/rtsp/rtspurl.c:
6192         * gst/rtsp/rtspurl.h:
6193         * gst/rtsp/sdp.h:
6194         * gst/rtsp/sdpmessage.c:
6195         * gst/rtsp/sdpmessage.h:
6196         * gst/rtsp/test.c:
6197         Use shiny new RTSP and SDP library.
6198         Implement RTSP extensions using the new interface.
6199         Remove a lot of old code.
6200
6201 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
6202
6203         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
6204         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
6205
6206 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
6207
6208         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
6209         Don't unref the outgoing buffer twice when dropping it because it's
6210         outside of the segment.
6211
6212 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
6213
6214         * configure.ac:
6215         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
6216         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
6217         Use the new buffer clipping function from gstaudio here and
6218         require gst-plugins-base CVS.
6219         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
6220         For framed Wavpack buffers we require a valid timestamp.
6221
6222 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
6223
6224         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
6225         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
6226         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
6227         Clip raw audio and video when we can, keep track of current output
6228         segment.
6229         Don't leak buffers and events when there is no output pad.
6230         Improve debugging here and there.
6231
6232 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
6233
6234         * configure.ac:
6235           Sync liboil check with plugins-base.
6236
6237 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
6238
6239         * ext/annodex/Makefile.am:
6240           Fix CFLAGS/LIBS.
6241
6242         * ext/cdio/gstcdiocddasrc.c:
6243         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
6244           Include stdlib
6245
6246         * ext/cairo/Makefile.am:
6247         * gst/videofilter/Makefile.am:
6248         * tests/examples/level/Makefile.am:
6249           Use $(LIBM) instead of -lm
6250
6251 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
6252
6253         * sys/v4l2/gstv4l2src.c:
6254           Add another example pipeline.
6255
6256 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
6257
6258         Patch by: Alexander Eichner <alexeichi@yahoo.de>
6259
6260         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
6261           Use define here.
6262
6263         * sys/v4l2/gstv4l2tuner.c:
6264         (gst_v4l2_tuner_set_frequency_and_notify):
6265           Don't touch the property - its still disabled.
6266
6267         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
6268         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
6269         * sys/v4l2/v4l2src_calls.h:
6270           Improve fallback format negotionation. Fixes #451388
6271
6272 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
6273
6274         * tests/check/elements/videocrop.c: (GST_START_TEST):
6275           Fix the test.
6276
6277 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
6278
6279         * docs/plugins/Makefile.am:
6280         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6281         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6282         * docs/plugins/inspect/plugin-jpeg.xml:
6283         * docs/plugins/inspect/plugin-png.xml:
6284         * ext/jpeg/gstjpegdec.c:
6285         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
6286         (gst_pngdec_sink_setcaps):
6287           More docs. More logs in pngdec.
6288
6289 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
6290
6291         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
6292           Initialize num_buffers with minimum value.
6293
6294         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
6295         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
6296           Handle frame-size query failure gracefully.
6297
6298 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
6299
6300         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
6301         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
6302         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
6303         of qt/aac files.
6304
6305 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
6306
6307         * ext/wavpack/gstwavpackdec.c:
6308         (gst_wavpack_dec_clip_outgoing_buffer):
6309         Fix buffer clipping to correctly clip to the segment stop.
6310
6311 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
6312
6313         * configure.ac:
6314         * tests/Makefile.am:
6315         Remove bogus check for libcheck, since we check for
6316         gstreamer-check and it pulls in the required info from there,
6317         and we weren't actually _using_ the information for libcheck
6318         ourselves anyway.
6319
6320 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
6321
6322         * configure.ac:
6323           Use pkg-config to locate check.
6324
6325 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
6326
6327         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
6328         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
6329         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
6330         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
6331         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
6332         * gst/effectv/gstaging.c: (gst_agingtv_transform):
6333         * gst/effectv/gstdice.c: (gst_dicetv_transform):
6334         * gst/effectv/gstedge.c: (gst_edgetv_transform):
6335         * gst/effectv/gstquark.c: (gst_quarktv_transform):
6336         * gst/effectv/gstrev.c: (gst_revtv_transform):
6337         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
6338         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
6339         * gst/effectv/gstwarp.c: (gst_warptv_transform):
6340         * gst/matroska/matroska-demux.c:
6341         (gst_matroska_demux_add_wvpk_header),
6342         (gst_matroska_demux_check_subtitle_buffer),
6343         (gst_matroska_decode_buffer):
6344         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
6345           Fix build against core CVS.
6346
6347 2007-07-10  Edward Hervey  <bilboed@gmail.com>
6348
6349         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
6350         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
6351         don't have enough granularity to convert that boolean into a
6352         GstFlowReturn.
6353
6354 2007-07-06  Michael Smith <msmith@fluendo.com>
6355
6356         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
6357         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
6358         (gst_alawdec_change_state):
6359         * gst/law/alaw-decode.h:
6360         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
6361         (gst_mulawdec_class_init), (gst_mulawdec_init),
6362         (gst_mulawdec_chain), (gst_mulawdec_change_state):
6363         * gst/law/mulaw-decode.h:
6364           Fix capsnego bogosity in *law decoders. 
6365
6366 2007-07-06  Michael Smith <msmith@fluendo.com>
6367
6368         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
6369         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
6370         (gst_smokeenc_change_state):
6371         * ext/jpeg/gstsmokeenc.h:
6372           Remove stupidity in get/set caps functions.
6373           Fix some refcounting problems.
6374
6375 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
6376
6377         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
6378         Remove endianness-flipping hack that seems to have been required
6379         only because of a bug in ffmpegcolorspace.
6380         Partially Fixes: #451908
6381
6382 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
6383
6384         * docs/plugins/Makefile.am:
6385           Simplify --extra-dir as gtkdoc scans recursively.
6386
6387 2007-07-03  Wim Taymans  <wim@fluendo.com>
6388
6389         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6390
6391         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
6392         Set the encoding-name in the rtp caps to all uppercase, as required by
6393         the caps spec.
6394         Some small cleanups in the error paths. Fixes #453037.
6395
6396 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
6397
6398         * ext/wavpack/gstwavpackparse.c:
6399         (gst_wavpack_parse_index_get_last_entry),
6400         (gst_wavpack_parse_index_get_entry_from_sample),
6401         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
6402         (gst_wavpack_parse_scan_to_find_sample):
6403         * ext/wavpack/gstwavpackparse.h:
6404         Use a GSList for the GArray that is used like a list anyway.
6405
6406 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
6407
6408         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
6409         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
6410         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
6411           Add state change function where we set 0/1 as default framerate in
6412           case our setcaps function isn't called, like it might not in a
6413           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
6414           gdkpixbufdec trying to create caps with a 0/0 framerate.
6415           Also post an error message on the bus if gst_pad_push() fails when
6416           called from our sink event handler (+1 for flow returns for event
6417           functions in 0.11) instead of failing silently.
6418
6419 2007-06-27  Wim Taymans  <wim@fluendo.com>
6420
6421         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
6422         Cast stack args to the proper types. Fixes #451249.
6423
6424 2007-06-27  Wim Taymans  <wim@fluendo.com>
6425
6426         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
6427         (new_session_pad), (gst_rtspsrc_setup_streams):
6428         * gst/rtsp/gstrtspsrc.h:
6429         For container formats we only need to activate one of the streams so
6430         that we correctly signal no-more-pads. Fixes #451015.
6431
6432 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
6433
6434         * docs/plugins/gst-plugins-good-plugins.args:
6435         * docs/plugins/inspect/plugin-aasink.xml:
6436         * docs/plugins/inspect/plugin-alaw.xml:
6437         * docs/plugins/inspect/plugin-alpha.xml:
6438         * docs/plugins/inspect/plugin-alphacolor.xml:
6439         * docs/plugins/inspect/plugin-annodex.xml:
6440         * docs/plugins/inspect/plugin-apetag.xml:
6441         * docs/plugins/inspect/plugin-audiofx.xml:
6442         * docs/plugins/inspect/plugin-auparse.xml:
6443         * docs/plugins/inspect/plugin-autodetect.xml:
6444         * docs/plugins/inspect/plugin-avi.xml:
6445         * docs/plugins/inspect/plugin-cacasink.xml:
6446         * docs/plugins/inspect/plugin-cairo.xml:
6447         * docs/plugins/inspect/plugin-cdio.xml:
6448         * docs/plugins/inspect/plugin-cutter.xml:
6449         * docs/plugins/inspect/plugin-debug.xml:
6450         * docs/plugins/inspect/plugin-efence.xml:
6451         * docs/plugins/inspect/plugin-effectv.xml:
6452         * docs/plugins/inspect/plugin-esdsink.xml:
6453         * docs/plugins/inspect/plugin-flac.xml:
6454         * docs/plugins/inspect/plugin-flxdec.xml:
6455         * docs/plugins/inspect/plugin-gconfelements.xml:
6456         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
6457         * docs/plugins/inspect/plugin-goom.xml:
6458         * docs/plugins/inspect/plugin-halelements.xml:
6459         * docs/plugins/inspect/plugin-icydemux.xml:
6460         * docs/plugins/inspect/plugin-id3demux.xml:
6461         * docs/plugins/inspect/plugin-jpeg.xml:
6462         * docs/plugins/inspect/plugin-ladspa.xml:
6463         * docs/plugins/inspect/plugin-level.xml:
6464         * docs/plugins/inspect/plugin-matroska.xml:
6465         * docs/plugins/inspect/plugin-mulaw.xml:
6466         * docs/plugins/inspect/plugin-multipart.xml:
6467         * docs/plugins/inspect/plugin-navigationtest.xml:
6468         * docs/plugins/inspect/plugin-ossaudio.xml:
6469         * docs/plugins/inspect/plugin-png.xml:
6470         * docs/plugins/inspect/plugin-quicktime.xml:
6471         * docs/plugins/inspect/plugin-rtp.xml:
6472         * docs/plugins/inspect/plugin-rtsp.xml:
6473         * docs/plugins/inspect/plugin-smpte.xml:
6474         * docs/plugins/inspect/plugin-speex.xml:
6475         * docs/plugins/inspect/plugin-taglib.xml:
6476         * docs/plugins/inspect/plugin-udp.xml:
6477         * docs/plugins/inspect/plugin-videobalance.xml:
6478         * docs/plugins/inspect/plugin-videobox.xml:
6479         * docs/plugins/inspect/plugin-videocrop.xml:
6480         * docs/plugins/inspect/plugin-videoflip.xml:
6481         * docs/plugins/inspect/plugin-videomixer.xml:
6482         * docs/plugins/inspect/plugin-wavenc.xml:
6483         * docs/plugins/inspect/plugin-wavparse.xml:
6484         * docs/plugins/inspect/plugin-ximagesrc.xml:
6485           Update docs with caps info.
6486
6487 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
6488
6489         * po/POTFILES.in:
6490           Add more files with translatable strings (#450878).
6491
6492 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
6493
6494         * MAINTAINERS:
6495         Updating all the maintainers files
6496
6497 2007-06-22  Edward Hervey  <edward@fluendo.com>
6498
6499         * ext/flac/gstflactag.c: (gst_flac_tag_init):
6500         * gst/interleave/deinterleave.c: (deinterleave_init),
6501         (deinterleave_sink_link):
6502         * gst/interleave/interleave.c: (interleave_init):
6503         * gst/median/gstmedian.c: (gst_median_init):
6504         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
6505         Fix memory leaks.
6506         * tests/check/elements/id3demux.c: (pad_added_cb):
6507         Remove unused variable.
6508
6509 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
6510
6511         * ext/gconf/gconf.h:
6512         Make the prototype of gst_gconf_get_key_for_sink_profile
6513         match the implementation.
6514         Patch by: Damien Carbery <damien dot carbery at sun dot com>
6515         Fixes: #449747
6516
6517 2007-06-20  Michael Smith <msmith@fluendo.com>
6518
6519         * gst/rtp/gstrtpdepay.c:
6520           Fix description - rtpdepay is not a payloader.
6521
6522 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
6523
6524         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
6525         (qtdemux_video_caps):
6526         * gst/qtdemux/qtdemux_fourcc.h:
6527           Add MJPG to the variants of motion jpeg.
6528
6529 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
6530
6531         * tests/check/Makefile.am:
6532         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
6533         * tests/check/elements/videocrop.c: (GST_START_TEST):
6534         * tests/check/elements/videofilter.c:
6535         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
6536         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
6537           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
6538           error flags are included and it errors out on compiler warnings
6539           for CVS builds; remove unused variables in various unit tests.
6540
6541 2007-06-19  Wim Taymans  <wim@fluendo.com>
6542
6543         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
6544         (rtsp_connection_close), (rtsp_connection_free):
6545         Use threadsafe inet_ntop to convert an ip number to a string. 
6546         Fixes #447961.
6547         Don't leak fd (and ip) when freeing a connection without first closing
6548         it.
6549
6550 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
6551
6552         * configure.ac:
6553         Back to CVS
6554
6555         * gst-plugins-good.doap:
6556         Add 0.10.6 to the doap file.
6557
6558 === release 0.10.6 ===
6559
6560 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
6561
6562         * configure.ac:
6563           releasing 0.10.6, "Wobble Board"
6564
6565 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
6566
6567         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
6568         (rtsp_connection_free):
6569           Revert previous commit again, since we are frozen (sorry).
6570
6571 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
6572
6573         Patch by: Peter Kjellerstedt <pkj at axis com>
6574
6575         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
6576         (rtsp_connection_free):
6577           inet_ntoa() uses a static buffer internally, so we need to copy the
6578           returned string if we want to store it for later (#447961).
6579
6580 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
6581
6582         * win32/vs6/autogen.dsp:
6583         * win32/vs6/gst_plugins_good.dsw:
6584         * win32/vs6/libgstalaw.dsp:
6585         * win32/vs6/libgstalpha.dsp:
6586         * win32/vs6/libgstalphacolor.dsp:
6587         * win32/vs6/libgstapetag.dsp:
6588         * win32/vs6/libgstaudiofx.dsp:
6589         * win32/vs6/libgstauparse.dsp:
6590         * win32/vs6/libgstautodetect.dsp:
6591         * win32/vs6/libgstavi.dsp:
6592         * win32/vs6/libgstcutter.dsp:
6593         * win32/vs6/libgstdirectdraw.dsp:
6594         * win32/vs6/libgstdirectsound.dsp:
6595         * win32/vs6/libgsteffectv.dsp:
6596         * win32/vs6/libgstflx.dsp:
6597         * win32/vs6/libgstgoom.dsp:
6598         * win32/vs6/libgsticydemux.dsp:
6599         * win32/vs6/libgstid3demux.dsp:
6600         * win32/vs6/libgstinterleave.dsp:
6601         * win32/vs6/libgstjpeg.dsp:
6602         * win32/vs6/libgstlevel.dsp:
6603         * win32/vs6/libgstmatroska.dsp:
6604         * win32/vs6/libgstmedian.dsp:
6605         * win32/vs6/libgstmonoscope.dsp:
6606         * win32/vs6/libgstmulaw.dsp:
6607         * win32/vs6/libgstmultipart.dsp:
6608         * win32/vs6/libgstqtdemux.dsp:
6609         * win32/vs6/libgstrtp.dsp:
6610         * win32/vs6/libgstrtsp.dsp:
6611         * win32/vs6/libgstsmpte.dsp:
6612         * win32/vs6/libgstspeex.dsp:
6613         * win32/vs6/libgstudp.dsp:
6614         * win32/vs6/libgstvideobalance.dsp:
6615         * win32/vs6/libgstvideobox.dsp:
6616         * win32/vs6/libgstvideocrop.dsp:
6617         * win32/vs6/libgstvideoflip.dsp:
6618         * win32/vs6/libgstvideomixer.dsp:
6619         * win32/vs6/libgstwaveform.dsp:
6620         * win32/vs6/libgstwavenc.dsp:
6621         * win32/vs6/libgstwavparse.dsp:
6622         Mark *.dsp & *.dsw as binary files and convert to DOS line
6623         endings, as they don't load into VS6 correctly otherwise.
6624
6625 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
6626
6627         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
6628         (rtsp_connection_connect):
6629         Fix the MingW build. 
6630         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
6631         Fixes: #446981
6632
6633 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
6634
6635         * tests/check/elements/.cvsignore:
6636         * tests/icles/.cvsignore:
6637         Hush the buildbots up
6638
6639 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
6640
6641         * configure.ac:
6642         * sys/Makefile.am:
6643         * sys/directdraw/Makefile.am:
6644         * sys/directsound/Makefile.am:
6645         * sys/waveform/Makefile.am:
6646         Make sure to dist everything needed for win32 builds.
6647
6648 2007-06-14  Edward Hervey  <edward@fluendo.com>
6649
6650         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
6651         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
6652         caps.
6653         Fixes #447458
6654
6655 2007-06-13  Wim Taymans  <wim@fluendo.com>
6656
6657         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
6658         Make sure we allocate enough memory for the codec_data.
6659         Fixes #447210.
6660
6661 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
6662
6663         * win32/MANIFEST:
6664         Add videocrop project file to the win32 manifest.
6665         * win32/vs6/gst_plugins_good.dsw:
6666         Add qtdemux,videocrop and waveform projects to the workspace.
6667         * win32/vs6/libgstqtdemux.dsp:
6668         Add zlib to the link list of qtdemux.
6669         * win32/vs6/libgstvideocrop.dsp:
6670         Add a project file for videocrop.
6671
6672 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
6673
6674         * po/POTFILES.in:
6675         Add qtdemux for translation
6676
6677 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
6678
6679         * configure.ac:
6680         * docs/plugins/Makefile.am:
6681         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6682         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6683         * docs/plugins/inspect/plugin-videocrop.xml:
6684         * gst-plugins-good.spec.in:
6685         * sys/Makefile.am:
6686         * tests/check/Makefile.am:
6687         * tests/icles/Makefile.am:
6688         * tests/icles/videocrop-test.c:
6689         Move videocrop and osxvideo from -bad.
6690
6691 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
6692
6693         * configure.ac:
6694         * docs/plugins/Makefile.am:
6695         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6696         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6697         * docs/plugins/gst-plugins-good-plugins.args:
6698         * docs/plugins/inspect/plugin-qtdemux.xml:
6699         * docs/plugins/inspect/plugin-quicktime.xml:
6700         * win32/MANIFEST:
6701         Move qtdemux from -bad.
6702
6703         * gst-plugins-good.spec.in:
6704         Update spec file to reflect moving of qtdemux and wavpack
6705
6706 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
6707         
6708         * win32/MANIFEST:
6709         * docs/plugins/Makefile.am:
6710         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6711         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6712         * docs/plugins/inspect/plugin-directdraw.xml:
6713         * docs/plugins/inspect/plugin-directsound.xml:
6714         * docs/plugins/inspect/plugin-waveform.xml:
6715         Move the waveform plugin from -bad too. Update the inspect xml
6716         files to mention Plugins Good instead of Plugins Bad.
6717
6718 2007-06-12  Andy Wingo  <wingo@pobox.com>
6719
6720         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
6721         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
6722         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
6723         finalization and resuscitation. No longer public.
6724         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
6725         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
6726         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
6727         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
6728         miniobject semantics, and be threadsafe.
6729         (gst_v4l2src_queue_frame): Remove this function, as we just call
6730         the ioctls directly in the two places where we queue buffers.
6731         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
6732         directly.
6733         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
6734         to allocate the pool, which also preallocates the GstBuffers.
6735         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
6736         queueing the frames directly.
6737         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
6738         mmap buffers have been dequeued.
6739
6740         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
6741         real MiniObject instead of rolling our own refcounting and
6742         finalizing. Give it a lock.
6743         (struct _GstV4l2Buffer): Remove one intermediary object, having
6744         the buffers hold the struct v4l2_buffer directly.
6745
6746         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
6747         capture_init so that it can set them on the buffers that it will
6748         create.
6749         (gst_v4l2src_get_read): For better or for worse, include the
6750         timestamping and offsetting code here; really we should be using
6751         bufferalloc though.
6752         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
6753         preallocated, mmap'd buffers.
6754
6755 2007-06-11  Wim Taymans  <wim@fluendo.com>
6756
6757         Patch by: daniel fischer <dan at f3c dot com>
6758
6759         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
6760         (gst_ximage_src_get_caps):
6761         Actually use the display_name property so that we can dump any
6762         available X display. Fixes #445905.
6763
6764 2007-06-11  Wim Taymans  <wim@fluendo.com>
6765
6766         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6767
6768         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
6769         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
6770         Add missing rate fields to caps. Fixes #441118.
6771
6772 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
6773
6774         * win32/vs6/gst_plugins_good.dsw:
6775         * win32/vs8/gst-plugins-good.sln:
6776         Add DirectSound and DirectDraw sinks project files to
6777         workspace and solution files.
6778
6779 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
6780
6781         Patch by: Josh Coalson <xflac at yahoo dot com>,
6782         updated by Alexis Ballier <aballier at gentoo dot org>:
6783
6784         * configure.ac:
6785         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
6786         (gst_flac_dec_setup_seekable_decoder),
6787         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
6788         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
6789         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
6790         * ext/flac/gstflacdec.h:
6791         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
6792         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
6793         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
6794         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
6795         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
6796         (gst_flac_enc_chain), (gst_flac_enc_set_property),
6797         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
6798         * ext/flac/gstflacenc.h:
6799         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
6800         
6801 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
6802
6803         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
6804         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
6805         not necessary anymore as we need at least that core version. 
6806
6807 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
6808
6809         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
6810         (gst_wavpack_dec_chain):
6811         * ext/wavpack/gstwavpackdec.h:
6812         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
6813         (gst_wavpack_parse_push_buffer):
6814         * ext/wavpack/gstwavpackparse.h:
6815         Improve discont handling by checking if the next Wavpack block has
6816         the expected, following block index.
6817
6818 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
6819
6820         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
6821           Fix element description.
6822
6823 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
6824
6825         * configure.ac:
6826         * docs/plugins/Makefile.am:
6827         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6828         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6829         * docs/plugins/gst-plugins-good-plugins.args:
6830         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6831         * docs/plugins/gst-plugins-good-plugins.signals:
6832         * docs/plugins/inspect/plugin-autodetect.xml:
6833         * docs/plugins/inspect/plugin-gconfelements.xml:
6834         * docs/plugins/inspect/plugin-ladspa.xml:
6835         * docs/plugins/inspect/plugin-rtp.xml:
6836         * docs/plugins/inspect/plugin-wavpack.xml:
6837         * ext/Makefile.am:
6838         * tests/check/Makefile.am:
6839           move wavpack plugin.  See #352605.
6840
6841 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
6842
6843         * configure.ac:
6844         * docs/plugins/Makefile.am:
6845         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6846         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6847         * docs/plugins/gst-plugins-good-plugins.args:
6848         * sys/Makefile.am:
6849         * win32/MANIFEST:
6850         Add DirectDraw & DirectSound plugins to the build and docs.
6851
6852 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
6853
6854         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
6855         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
6856           When operating in pull mode, error out correct on not-linked.
6857
6858 2007-06-06  Andy Wingo  <wingo@pobox.com>
6859
6860         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
6861         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
6862         format and size if the ioctls are defined; should fix compilation
6863         on Linux < 2.16.19.
6864
6865 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
6866
6867         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
6868           Printf fixes in debug statements; use LOG level for debug statements
6869           that are printed for each and every frame; convert c++ comments to
6870           C-style comments; not much point using g_try_malloc() if we then not
6871           even check the return value.
6872
6873 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
6874
6875         * configure.ac:
6876           Bump requirements to released versions (core and base 0.10.13).
6877
6878         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
6879           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
6880           own implementation.
6881
6882 2007-06-05  Andy Wingo  <wingo@pobox.com>
6883
6884         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
6885         some useless comments.
6886
6887         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
6888         frames before calling STREAMON, that might leave them in a state
6889         where they can't be dequeued if we go back to NULL without calling
6890         STREAMON, according to the docs.
6891         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
6892         before we call STREAMON.
6893         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
6894         failures. (For me this code hung.) The pool refcounting is still
6895         crack; added a note to that effect.
6896
6897 2007-06-05  Wim Taymans  <wim@fluendo.com>
6898
6899         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
6900         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
6901         Add support for mapping gst structure names to the MIME type equivalent.
6902         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
6903
6904 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
6905
6906         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
6907         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
6908         (gst_wavenc_chain), (gst_wavenc_change_state):
6909         * gst/wavenc/gstwavenc.h:
6910         Properly write wav files with width!=depth by having the depth most
6911         significant bytes set and all others zero. Fixes #442535.
6912
6913 2007-06-01  Wim Taymans  <wim@fluendo.com>
6914
6915         * gst/rtsp/rtspconnection.c:
6916         Add include to make buildbot happy.
6917
6918 2007-06-01  Wim Taymans  <wim@fluendo.com>
6919
6920         Patch by: Peter Kjellerstedt  <pkj at axis com>
6921
6922         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
6923         (rtsp_connection_connect), (add_date_header),
6924         (rtsp_connection_send), (parse_response_status),
6925         (parse_request_line), (parse_line), (rtsp_connection_receive):
6926         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
6927         * gst/rtsp/rtspdefs.h:
6928         * gst/rtsp/rtspmessage.c: (key_value_foreach),
6929         (rtsp_message_init_request), (rtsp_message_init_response),
6930         (rtsp_message_remove_header), (rtsp_message_append_headers),
6931         (rtsp_message_dump):
6932         * gst/rtsp/rtspmessage.h:
6933         Improves version checking, allowing an RTSP server to reply with "505
6934         RTSP Version not supported.
6935         Adds a Date header to all messages.
6936         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
6937         want to be able to send a response even if something in the request was
6938         invalid. EINVAL is only used when passing wrong arguments to functions.
6939         Do not handle an invalid method in parse_request_line(). Defer this to
6940         the caller so it can respond with "405 Method Not Allowed".
6941         Improves parsing of the timeout parameter to the Session header,
6942         allowing whitespace after the semicolon. 
6943         Avoids a compiler warning due to variables shadowing a function argument.
6944
6945 2007-06-01  Wim Taymans  <wim@fluendo.com>
6946
6947         Based on Patch by: Daniel Charles <dcharles at ti dot com>
6948
6949         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
6950         (gst_rtp_amr_depay_process):
6951         * gst/rtp/gstrtpamrdepay.h:
6952         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
6953         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
6954         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
6955         * gst/rtp/gstrtpamrpay.h:
6956         Add support for AMR-WB.
6957         Small cleanups such as using BOILERPLATE.
6958
6959 2007-05-31  Wim Taymans  <wim@fluendo.com>
6960
6961         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
6962         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
6963
6964 2007-05-30  Andy Wingo  <wingo@pobox.com>
6965
6966         * sys/v4l2/gstv4l2object.h: 
6967         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
6968         unintended changes.
6969
6970         * sys/v4l2/v4l2src_calls.h: 
6971         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
6972         the format list in the order that the driver gives it to us.
6973         (gst_v4l2src_probe_caps_for_format_and_size)
6974         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
6975         based on the capabilities of the device.
6976         (gst_v4l2src_grab_frame): Update for object variable renaming.
6977         (gst_v4l2src_set_capture): Update to be strict in its parameters,
6978         as in the set_caps below.
6979         (gst_v4l2src_capture_init): Update for object variable renaming,
6980         and reflow.
6981         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
6982         (gst_v4l2src_capture_deinit): Update for object variable renaming.
6983         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
6984         (gst_v4l2src_get_fps): Remove; these functions don't have much
6985         meaning outside of an atomic set_caps method.
6986         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
6987         known.
6988
6989         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
6990         call to update_fps; not sure about this change.
6991         (gst_v4l2_tuner_set_norm): Work around the fact that for the
6992         moment we don't have an update_fps_func.
6993
6994         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
6995         structures in the object, just store what we need. Do store the
6996         probed caps of the device. Don't store the current frame rate.
6997
6998         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
6999         update_fps_function, for now. Update for new object variable
7000         naming.
7001         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
7002         new object variable naming.
7003         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
7004         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
7005         (gst_v4l2src_get_caps): Rework to probe the device for supported
7006         frame sizes and frame rates.
7007         (gst_v4l2src_set_caps): Rework to be strict in the given
7008         parameters: if someone asks us to have a certain size and rate,
7009         that is what we configure.
7010         (gst_v4l2src_get_read): Update for object variable naming. Don't
7011         leak buffers on short reads.
7012         (gst_v4l2src_get_mmap): Update for object variable naming, and add
7013         comments.
7014         (gst_v4l2src_create): Update for object variable naming.
7015
7016 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
7017
7018         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
7019         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
7020         * gst/avi/gstavidemux.h:
7021           Parse subtitle text streams instead of erroring out (#442034). Still
7022           needs a parser for the subtitles to actually show up.
7023
7024 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
7025
7026         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
7027         (gst_avi_demux_loop):
7028           Make _push_event() return TRUE if the event could be pushed on at
7029           least one pad and not only if it could be pushed on all pads,
7030           otherwise we'll end up posting an error message on EOS if one or
7031           more source pads are not connected.
7032
7033 2007-05-28  Wim Taymans  <wim@fluendo.com>
7034
7035         * gst/rtsp/rtsptransport.c:
7036         Use renamed RTP bin.
7037
7038 2007-05-28  Wim Taymans  <wim@fluendo.com>
7039
7040         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
7041
7042         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
7043         (gst_video_box_set_property), (gst_video_box_transform_caps),
7044         (video_box_recalc_transform), (gst_video_box_set_caps),
7045         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
7046         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
7047         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
7048         (gst_video_box_i420_i420), (gst_video_box_transform),
7049         (plugin_init):
7050         Add AYUV->AYUV and AYUV->I420 formats. 
7051         Fix negotiation and I420->AYUV conversion.
7052         Fixes #429329.
7053
7054 2007-05-26  Wim Taymans  <wim@fluendo.com>
7055
7056         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
7057         Use different variables for nested for loops so that the outer loop
7058         functions properly and speex files with multiple frames per buffer work
7059         properly.
7060         Fixes #441408.
7061
7062 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
7063
7064         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
7065           Don't leak newsegment events.
7066
7067 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
7068
7069         * gst/wavparse/Makefile.am:
7070           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
7071           drags it in.
7072
7073 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
7074
7075         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
7076         (notgst_value_array_append_buffer),
7077         (gst_flac_enc_process_stream_headers),
7078         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
7079         (gst_flac_enc_change_state):
7080         * ext/flac/gstflacenc.h:
7081           Collect headers, add "streamheader" field to output caps and set
7082           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
7083           produces output according to the official FLAC-to-Ogg mapping
7084           instead of completely broken files. Fixes #426044.
7085
7086 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
7087
7088         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
7089         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
7090         (gst_id3demux_sink_event):
7091         * gst/id3demux/gstid3demux.h:
7092         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
7093         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
7094         (gst_tag_demux_send_new_segment):
7095         Handle and adjust new-segment events so that downstream really
7096         sees a stream with the tag pieces stripped off the front and back.
7097         Fixes strangeness in seeking when mp3 decoders use the new-segment
7098         byte position to estimate their current playback position timestamp
7099         and then the arriving buffers don't match up.
7100
7101 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
7102
7103         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
7104           Don't unnecessarily perform a READY->NULL->READY transition on the
7105           detected audio sink when starting up. Fixes: #440127
7106
7107 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
7108
7109         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
7110         (gst_flac_enc_chain):
7111           Don't crash in chain function if setcaps hasn't been called.
7112
7113 2007-05-24  Wim Taymans  <wim@fluendo.com>
7114
7115         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
7116         Init value to avoid infinte loops.
7117
7118 2007-05-24  Wim Taymans  <wim@fluendo.com>
7119
7120         Patch by: Peter Kjellerstedt  <pkj at axis com>
7121
7122         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
7123         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
7124         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
7125         (gst_rtspsrc_play):
7126         (rtsp_connection_send), (rtsp_connection_receive):
7127         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
7128         Fix for new API.
7129
7130         * gst/rtsp/rtspconnection.c: (add_auth_header),
7131         Only add authorisation and session headers when sending messages.
7132
7133         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
7134         (rtsp_message_init_request), (rtsp_message_init_response),
7135         (rtsp_message_unset), (rtsp_message_add_header),
7136         (rtsp_message_remove_header), (rtsp_message_get_header),
7137         (rtsp_message_append_headers), (dump_key_value),
7138         (rtsp_message_dump):
7139         * gst/rtsp/rtspmessage.h:
7140         Add support for multiple headers of the same type by storing the parsed
7141         headers in a GArray instaed of a hashtable.
7142
7143 2007-05-21  Wim Taymans  <wim@fluendo.com>
7144
7145         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
7146         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
7147         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
7148         safer shutdown.
7149
7150 2007-05-21  Wim Taymans  <wim@fluendo.com>
7151
7152         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
7153         * gst/rtsp/gstrtpdec.h:
7154         Added signal for backwards compat.
7155
7156 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
7157         
7158         Patch by: René Stadler <mail at renestadler dot de>
7159
7160         * configure.ac:
7161         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
7162         (gst_au_parse_parse_header), (gst_au_parse_chain):
7163         * gst/auparse/gstauparse.h:
7164         Use audioconvert for converting from non-native endianness floats
7165         in auparse instead of doing it ourself. Fixes #424527.
7166         This needs the audioconvert from plugins-base CVS.
7167         
7168 2007-05-21  Wim Taymans  <wim@fluendo.com>
7169
7170         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
7171         (gst_rtp_h263p_pay_flush):
7172         Fix enum registration.
7173
7174 2007-05-21  Wim Taymans  <wim@fluendo.com>
7175
7176         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
7177
7178         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
7179         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
7180         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
7181         (gst_rtp_h263p_pay_flush):
7182         * gst/rtp/gstrtph263ppay.h:
7183         Add new fragmentation mode base on GOB headers. Fixes #438940.
7184
7185 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
7186
7187         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
7188           Printf format fix.
7189
7190 2007-05-18  Wim Taymans  <wim@fluendo.com>
7191
7192         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
7193         Don't crash when an unsupported transport error was returned by the
7194         server, just try to configure the next stream. Fixes #439255.
7195
7196 2007-05-18  Wim Taymans  <wim@fluendo.com>
7197
7198         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
7199         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
7200         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
7201         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
7202         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
7203         * gst/rtsp/gstrtspsrc.h:
7204         Add TCP timeout property and use it for all TCP connection.
7205
7206         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
7207         (rtsp_connection_write), (rtsp_connection_next_timeout),
7208         (rtsp_connection_reset_timeout):
7209         Make connect and writes cancelable and make them use the timeout.
7210
7211 2007-05-18  Wim Taymans  <wim@fluendo.com>
7212
7213         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
7214         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
7215         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
7216         (gst_rtspsrc_setup_streams):
7217         Refactor timeout handling.
7218         Also send keep-alive when dealing with TCP transport.
7219
7220         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
7221         (rtsp_connection_free), (rtsp_connection_next_timeout),
7222         (rtsp_connection_reset_timeout):
7223         * gst/rtsp/rtspconnection.h:
7224         Use a timer to handle the session timeouts, add some methods to deal
7225         with timeouts.
7226
7227 2007-05-17  Wim Taymans  <wim@fluendo.com>
7228
7229         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
7230         (gst_rtspsrc_setup_streams):
7231         Ignore streams that fail the setup command, we will retry with a
7232         different transport later on.
7233
7234         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
7235         (rtsp_ext_wms_configure_stream):
7236         Fix encoding name case.
7237
7238 2007-05-16  Edward Hervey  <edward@fluendo.com>
7239
7240         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
7241         Fix build on macosx.
7242
7243 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
7244
7245         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
7246         Replace direct comparison of a string with the string literal "" with
7247         a comparison of the first character with '\0'. Fixes #438926.
7248
7249 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
7250
7251         * gst/debug/breakmydata.c (gst_break_my_data_init):
7252           One more try. This should be the proper fix now.
7253
7254 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
7255
7256         * gst/debug/breakmydata.c:
7257           Ooops, no // comments please.
7258
7259 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
7260
7261         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
7262         (gst_break_my_data_init):
7263           Fix gst_buffer_is_writable() assertion.
7264
7265 2007-05-14  David Schleef  <ds@schleef.org>
7266
7267         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
7268           video/x-raw-bayer.  Fixes #314160.
7269
7270 2007-05-14  Wim Taymans  <wim@fluendo.com>
7271
7272         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
7273         (gst_rtp_theora_depay_parse_configuration):
7274         * gst/rtp/gstrtptheorapay.c: (encode_base64),
7275         (gst_rtp_theora_pay_finish_headers),
7276         (gst_rtp_theora_pay_handle_buffer):
7277         Update theora pay/depayloader in a similar to vorbis.
7278
7279         * gst/rtp/gstrtpvorbisdepay.c:
7280         (gst_rtp_vorbis_depay_parse_configuration):
7281         Update docs.
7282
7283 2007-05-14  Wim Taymans  <wim@fluendo.com>
7284
7285         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
7286         When we try to execute a method that is not supported by the server,
7287         don't error out but remove the method from the accepted methods so that
7288         we never try to perform this method again.
7289
7290 2007-05-14  Wim Taymans  <wim@fluendo.com>
7291
7292         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
7293         Remove annoying _dump_mem.
7294
7295 2007-05-14  Wim Taymans  <wim@fluendo.com>
7296
7297         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
7298         Parse range correctly.
7299
7300         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
7301         The baseurl now always has a '/' at the start.
7302
7303 2007-05-14  Wim Taymans  <wim@fluendo.com>
7304
7305         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
7306         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
7307         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
7308         Factor out caps configuration and configure more stuff such as the time
7309         ranges and speed/scale values.
7310
7311         * gst/rtsp/rtsptransport.c:
7312         Add Copyright after non-trival fixes.
7313
7314 2007-05-12  Wim Taymans  <wim@fluendo.com>
7315
7316         Patch by: Peter Kjellerstedt  <pkj at axis com>
7317
7318         * gst/rtsp/gstrtspsrc.h:
7319         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
7320         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
7321         (rtsp_message_get_header):
7322         * gst/rtsp/rtspmessage.h:
7323         Make channel guint8 where possible.
7324         Make rtsp_message_init_data() take the channel as a guint8.
7325
7326         * gst/rtsp/rtspdefs.c:
7327         Fixed a typo: Timout -> Timeout
7328
7329         * gst/rtsp/rtspdefs.h:
7330         Make RTSP_CHECK() behave as a statement.
7331
7332         * gst/rtsp/sdpmessage.c:
7333         Avoid a compiler warning in INIT_ARRAY().
7334         Fixes #437692.
7335
7336 2007-05-12  Wim Taymans  <wim@fluendo.com>
7337
7338         Patch by: Peter Kjellerstedt  <pkj at axis com>
7339
7340         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
7341         (rtsp_url_get_request_uri):
7342         * gst/rtsp/rtspurl.h:
7343         Add support for query parameters to RTSP URLs.
7344
7345 2007-05-12  Wim Taymans  <wim@fluendo.com>
7346
7347         Patch by: Peter Kjellerstedt  <pkj at axis com>
7348
7349         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
7350         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
7351         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
7352         (rtsp_transport_parse), (rtsp_transport_as_text):
7353         * gst/rtsp/rtsptransport.h:
7354         Add validation to rtsp_transport_parse().
7355         Add rtsp_transport_as_text() to generate an RTSP header from an
7356         RTSPTransport.
7357         Change ssrc to guint (was a string) since that is what it is, even
7358         though it is sent as a hex string.
7359         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
7360         incorrect, which can be seen when looking at the examples in the RFC).
7361         Fixes #437670.
7362
7363 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
7364
7365         Patch by: Eric Anholt
7366
7367         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
7368           gst_ximage_src_ximage_get):
7369         Use union of all damage between frames to make it faster.
7370         Fixes bug #342463.
7371         Also fix crasher when cursor is at bottom right of window.
7372
7373 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
7374
7375         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
7376           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
7377           streaming mode regression for file from #343837 with 'bext' chunk
7378           before the 'fmt' chunk.
7379
7380 2007-05-11  Wim Taymans  <wim@fluendo.com>
7381
7382         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
7383         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
7384         (gst_rtspsrc_handle_src_event),
7385         (gst_rtspsrc_stream_configure_manager),
7386         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
7387         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
7388         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
7389         * gst/rtsp/gstrtspsrc.h:
7390         * gst/rtsp/rtspdefs.h:
7391         Preliminary seek support.
7392         Activate internal pads so that we can receive events on them.
7393         Don't try to parse a range string when it's NULL.
7394
7395 2007-05-11  Wim Taymans  <wim@fluendo.com>
7396
7397         * gst/rtp/README:
7398         Update README with new RTP variables that will be used for
7399         synchronisation.
7400
7401         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
7402         (gst_rtp_vorbis_depay_parse_configuration),
7403         (gst_rtp_vorbis_depay_process):
7404         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
7405         (gst_rtp_vorbis_pay_finish_headers),
7406         (gst_rtp_vorbis_pay_handle_buffer):
7407         Update vorbis pay and depayloader to draft-04.
7408
7409 2007-05-11  Wim Taymans  <wim@fluendo.com>
7410
7411         * gst/rtsp/rtsptransport.c:
7412         UDP MCAST is actually the default for RTP/AVP.
7413 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
7414
7415         * gst/level/gstlevel.c: (gst_level_transform_ip):
7416         Use guint8 * instead of gpointer then vs6 can build 
7417         in_data += (filter->width / 8).
7418
7419 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
7420
7421         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
7422           gst_ximage_src_ximage_get):
7423         * sys/ximage/gstximagesrc.h (last_ximage):
7424         When using Damage actually keep the last frame, and not assume
7425         that the buffer we get already has the last frame on it.
7426         Copy the cursor over if we specify a non-zero start x and
7427         start y.
7428
7429 2007-05-11  Wim Taymans  <wim@fluendo.com>
7430
7431         * gst/rtsp/rtsptransport.c:
7432         Make UDP the default transport when not specified.
7433
7434 2007-05-09  David Schleef  <ds@schleef.org>
7435
7436         * gst/level/gstlevel.c:
7437           Revert last change.
7438
7439 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
7440
7441         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
7442         (gst_level_transform_ip):
7443         Use guint8 * instead of gpointer then vs6 know the size of data
7444         pointed when moving the pointer.
7445         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
7446         Move instructions after variables declaration.
7447         * win32/vs6/autogen.dsp:
7448         * win32/vs6/libgstrtp.dsp:
7449         * win32/vs6/libgstrtsp.dsp:
7450         Update vs6 project files.
7451
7452 2007-05-09  Wim Taymans  <wim@fluendo.com>
7453
7454         * gst/rtsp/Makefile.am:
7455         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
7456         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
7457         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
7458         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
7459         (rtsp_range_free):
7460         * gst/rtsp/rtsprange.h:
7461         Add code to parse time ranges.
7462         Report DURATION on the stream when possible.
7463
7464 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
7465
7466         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
7467         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
7468         (gst_videomixer_collected):
7469           Fix strides calculation for AYUV (it's just width*4) (#436910).
7470
7471 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
7472
7473         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
7474         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
7475         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
7476         Sync the GObject properties before each processing step to properly
7477         work with the controller.
7478
7479 2007-05-04  Wim Taymans  <wim@fluendo.com>
7480
7481         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
7482         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
7483         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
7484         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
7485         (gst_rtspsrc_change_state):
7486         Let more error state trickle down so that we can catch more error
7487         cases.
7488         Handle keep-alive a little smarter by selecting a method the server
7489         actually supports.
7490         Fix a race in UDP streaming shutdown.
7491
7492 2007-05-04  Wim Taymans  <wim@fluendo.com>
7493
7494         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
7495         Ignore errors when trying to use the keep-alive messages.
7496
7497 2007-05-04  Wim Taymans  <wim@fluendo.com>
7498
7499         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
7500         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
7501         (gst_rtspsrc_stream_configure_manager),
7502         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
7503         (gst_rtspsrc_stream_configure_mcast),
7504         (gst_rtspsrc_stream_configure_udp),
7505         (gst_rtspsrc_stream_configure_udp_sink),
7506         (gst_rtspsrc_stream_configure_transport):
7507         Send RTCP messages back to the server over the TCP connection.
7508
7509         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
7510         (rtsp_connection_send), (rtsp_connection_read), (read_body),
7511         (rtsp_connection_receive):
7512         * gst/rtsp/rtspconnection.h:
7513         Factor out and expose lowlevel _write and _read methods.
7514         Implement sending data messages to the server.
7515
7516 2007-05-03  Wim Taymans  <wim@fluendo.com>
7517
7518         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
7519         (gst_multipart_mux_collected):
7520         Fix timestamps on outgoing buffers.
7521
7522 2007-05-03  Wim Taymans  <wim@fluendo.com>
7523
7524         * gst/multipart/multipartmux.c:
7525         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
7526         (gst_multipart_mux_change_state):
7527         Emit NEWSEGMENT events before pushing the first buffer.
7528
7529 2007-05-03  Wim Taymans  <wim@fluendo.com>
7530
7531         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
7532         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
7533         (gst_rtspsrc_handle_src_query),
7534         (gst_rtspsrc_stream_configure_manager),
7535         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
7536         (gst_rtspsrc_stream_configure_mcast),
7537         (gst_rtspsrc_stream_configure_udp),
7538         (gst_rtspsrc_stream_configure_udp_sink),
7539         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
7540         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
7541         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
7542         (gst_rtspsrc_pause):
7543         Refactor transport configuration code.
7544         Create internal pads for TCP transport so that we can implement events
7545         and queries.
7546         Handle events and queries.
7547         Parse range from the SDP.
7548         Fix race in pause handler where the connection could still be flushing.
7549
7550 2007-05-02  Wim Taymans  <wim@fluendo.com>
7551
7552         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
7553         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
7554         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
7555         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
7556         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
7557         (gst_rtspsrc_change_state):
7558         * gst/rtsp/gstrtspsrc.h:
7559         Fix race when multiple udp sources post timeouts, just act on the first
7560         received timeout.
7561         Protect stream list with a recursive lock to fix some races.
7562         Flush connection when we need to do a reconnect or stop.
7563         Make state lock recursive.
7564
7565         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
7566         (rtsp_connection_close):
7567         Some small cleanups.
7568
7569 2007-05-02  Wim Taymans  <wim@fluendo.com>
7570
7571         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
7572         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
7573         Only set DISCONT when there actually is a discont or when we just
7574         started.
7575
7576 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
7577
7578         * ext/flac/gstflac.c: (plugin_init):
7579         Call bindtextdomain() to get localized strings.
7580
7581 2007-05-02  Wim Taymans  <wim@fluendo.com>
7582
7583         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
7584         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
7585         (gst_wavparse_stream_data):
7586         * gst/wavparse/gstwavparse.h:
7587         Be a bit more clever when dealing with VBR files with FACT tags, we
7588         don't want to timestamp buffers in that case but the estimated BPS can
7589         be used for seeking.
7590         Only send close segment in the streaming thread.
7591
7592 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
7593
7594         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
7595         Correctly post an error on the bus if something went wrong in the loop
7596         function. This fixes a few cases where the task was paused and nothing
7597         happened anymore.
7598
7599 2007-05-02  Wim Taymans  <wim@fluendo.com>
7600
7601         * gst/rtsp/test.c: (main):
7602         Fix compilation of deprecated test just because I'm too lazy to delete
7603         it.
7604
7605 2007-05-02  Wim Taymans  <wim@fluendo.com>
7606
7607         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
7608         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
7609         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
7610         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
7611         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
7612         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
7613         * gst/rtsp/gstrtspsrc.h:
7614         Fix sending RTCP to the right place.
7615         Fix bug in reffing the wrong UDP element.
7616         Use new pad names for the session manager.
7617         Implement handling server requests in interleaved and UDP modes.
7618         Handle session keep-alive in UDP modes.
7619         Remove GCond for handling UDP timeouts.
7620
7621         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
7622         (rtsp_connection_send), (rtsp_connection_read), (read_body),
7623         (rtsp_connection_receive), (rtsp_connection_close):
7624         * gst/rtsp/rtspconnection.h:
7625         Store connection IP address for later.
7626         Add timeout args to all operations that might block forever.
7627         Parse session timeout.
7628         Only close sockets when not already closed.
7629
7630         * gst/rtsp/rtspdefs.c:
7631         * gst/rtsp/rtspdefs.h:
7632         Add timeout return value and error string.
7633
7634         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
7635         Add small comment.
7636
7637 2007-05-01  Wim Taymans  <wim@fluendo.com>
7638
7639         Patch by: Sjoerd Simons <sjoerd at luon dot net>
7640
7641         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
7642         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
7643         * gst/rtp/gstrtpmp4vpay.h:
7644         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
7645
7646 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
7647
7648         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7649           Remove v4l2src from docs, since it breaks the docs build, and the
7650           plugin is only built if --enable-experimental is used anyway.
7651
7652         * docs/plugins/Makefile.am:
7653           Spaces => tab.
7654
7655 2007-04-29  Wim Taymans  <wim@fluendo.com>
7656
7657         * gst/udp/gstmultiudpsink.c: (leave_multicast),
7658         (gst_multiudpsink_add), (gst_multiudpsink_remove):
7659         Add code to drop membership of a multicast group.
7660
7661         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
7662         (gst_udpsink_set_uri):
7663         Implement URI handler.
7664
7665         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
7666         (gst_rtspsrc_parse_rtpinfo):
7667         Use URI handler to make udpsink instace.
7668         Improve code to configure port and destination.
7669
7670 2007-04-29  Wim Taymans  <wim@fluendo.com>
7671
7672         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
7673         Fix multicast detection.
7674         Don't try to join a multicast group if the address is not multicast.
7675
7676         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
7677         Small debug improvement.
7678
7679 2007-04-27  Wim Taymans  <wim@fluendo.com>
7680
7681         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
7682         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
7683         (gst_rtspsrc_handle_message):
7684         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
7685         parent.
7686
7687 2007-04-27  Wim Taymans  <wim@fluendo.com>
7688
7689         * gst/rtp/gstrtpilbcdepay.h:
7690         Fix mode property when specified as an arg.
7691
7692 2007-04-26  Edward Hervey  <edward@fluendo.com>
7693
7694         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7695         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7696         * docs/plugins/gst-plugins-good-plugins.hierarchy:
7697         * docs/plugins/inspect/plugin-osxaudio.xml:
7698         Add documentation for osxaudio plugin.
7699
7700 2007-04-26  Wim Taymans  <wim@fluendo.com>
7701
7702         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
7703         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
7704         (gst_rtspsrc_open), (gst_rtspsrc_close),
7705         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
7706         (gst_rtspsrc_pause):
7707         * gst/rtsp/gstrtspsrc.h:
7708         Protect state changes with a lock.
7709
7710         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
7711         (parse_line):
7712         * gst/rtsp/rtspconnection.h:
7713         Remove some unused stuff.
7714
7715 2007-04-26  Wim Taymans  <wim@fluendo.com>
7716
7717         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7718         Handle the case where there are exactly 0 bytes to read and the ioctl
7719         did not report an error. Fixes #433530.
7720
7721 2007-04-26  Wim Taymans  <wim@fluendo.com>
7722
7723         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
7724         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
7725         * gst/wavparse/gstwavparse.h:
7726         Apply DISCONT to buffers.
7727         Only apply timestamp to the first sample after a DISCONT, too many VBR
7728         files cause random jitter in the timestamps. Fixes #433119.
7729
7730 2007-04-25  Wim Taymans  <wim@fluendo.com>
7731
7732         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
7733         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
7734         (gst_rtp_dec_get_property):
7735         * gst/rtsp/gstrtpdec.h:
7736         Add dummy latency property to be backwards compat with rtpbin.
7737
7738         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
7739         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
7740         (gst_rtspsrc_stream_configure_transport),
7741         (gst_rtspsrc_parse_rtpinfo):
7742         * gst/rtsp/gstrtspsrc.h:
7743         Add latency property and configure in the session manager.
7744         Don't set invalid clock-base and seqnum-base on caps, some servers
7745         sometimes don't send them.
7746
7747 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
7748
7749         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
7750         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
7751           Double-check that RGB input caps are really RGBA caps (apparently
7752           the core doesn't always catch it if those caps aren't a subset of
7753           our template caps, also see #421543). Fixes #429319 in a way.
7754           Also, don't leak the pad template in the transform_caps function.
7755
7756         * tests/check/Makefile.am:
7757         * tests/check/elements/.cvsignore:
7758         * tests/check/elements/alphacolor.c: (setup_alphacolor),
7759         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
7760         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
7761         (GST_START_TEST), (alphacolor_suite):
7762           Add some basic unit tests for alphacolor.
7763
7764 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
7765
7766         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
7767           If we get a fatal flow return in the loop function, first post the
7768           error message and only then send the EOS event downstream, otherwise
7769           applications might get an eos message before the error message and
7770           think everything was ok (related to #429319).
7771
7772 2007-04-25  Wim Taymans  <wim@fluendo.com>
7773
7774         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
7775         Read the channel byte as an unsigned byte.
7776
7777 2007-04-25  Wim Taymans  <wim@fluendo.com>
7778
7779         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
7780         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
7781         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
7782         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
7783         (gst_rtp_gsm_depay_setcaps):
7784         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
7785         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
7786         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
7787         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
7788         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
7789         (gst_ilbc_depay_get_property):
7790         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
7791         * gst/rtp/gstrtpmp4adepay.c:
7792         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
7793         (gst_rtp_pcma_depay_setcaps):
7794         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
7795         (gst_rtp_pcmu_depay_setcaps):
7796         Make sure we configure the clock_rate in the baseclass in the setcaps
7797         function. Fixes #431282.
7798
7799 2007-04-25  Wim Taymans  <wim@fluendo.com>
7800
7801         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
7802         (gst_rtspsrc_stream_free), (request_pt_map),
7803         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
7804         * gst/rtsp/gstrtspsrc.h:
7805         Parse server address from SDP.
7806         Hook up a udpsink to send RTCP back to the server.
7807
7808         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7809         * gst/rtsp/rtsptransport.h:
7810         Add some docs.
7811
7812 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
7813
7814         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
7815           Make header field check conditional. Fixes #433135
7816
7817 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
7818
7819         * docs/plugins/Makefile.am:
7820         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7821         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7822         * docs/plugins/inspect/plugin-alphacolor.xml:
7823         * gst/alpha/Makefile.am:
7824         * gst/alpha/gstalphacolor.c:
7825         * gst/alpha/gstalphacolor.h:
7826           Add minimal docs blurb to alphacolor; split out headers into
7827           separate header file for gtk-doc.
7828
7829 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
7830
7831         * gst/debug/progressreport.c: (gst_progress_report_report):
7832           Don't try to post NULL message (in case we can't query upstream
7833           position or duration).
7834
7835 2007-04-18  Michael Smith  <msmith@fluendo.com>
7836
7837         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
7838         (gst_cutter_get_caps):
7839         * gst/cutter/gstcutter.h:
7840           Fix some of the most obvious bugs in cutter. Now doesn't leak
7841           everything if input is silent.
7842
7843 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
7844
7845         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
7846         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
7847         * gst/wavenc/gstwavenc.h:
7848         Wav apparently only supports width==GST_ROUND_UP(depth), everything
7849         else results in a invalid block align and invalid files.
7850
7851 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
7852
7853         Patch by: Snaik <snaik32 gmail com>
7854
7855         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
7856           Add missing break statement for BOX_HORIZONTAL case.
7857
7858 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
7859
7860         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
7861
7862         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
7863         Use correct format strings for integer types.
7864
7865 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
7866
7867         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
7868         (gst_wavparse_create_sourcepad):
7869         Use gst_riff_create_audio_template_caps () instead of the local caps.
7870         This makes updates of the local caps unecessary whenever libgstriff
7871         gets support for new formats.
7872
7873 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
7874
7875         Patch by: Brian Cameron  <brian.cameron at sun dot com>
7876
7877         * sys/sunaudio/gstsunaudio.c:
7878         * sys/sunaudio/gstsunaudiomixer.c:
7879         * sys/sunaudio/gstsunaudiomixer.h:
7880         * sys/sunaudio/gstsunaudiomixerctrl.c:
7881         * sys/sunaudio/gstsunaudiomixerctrl.h:
7882         * sys/sunaudio/gstsunaudiomixertrack.h:
7883         * sys/sunaudio/gstsunaudiosink.c:
7884         * sys/sunaudio/gstsunaudiosink.h:
7885         * sys/sunaudio/gstsunaudiosrc.c:
7886         * sys/sunaudio/gstsunaudiosrc.h:
7887           Fix and/or update copyright attributions (#430228).
7888
7889 2007-04-13  Wim Taymans  <wim@fluendo.com>
7890
7891         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7892         Fix docs.
7893
7894         * gst/rtsp/URLS:
7895         Add some more example urls.
7896
7897         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
7898         (gst_rtp_dec_chain_rtp):
7899         Better debugging.
7900
7901         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
7902         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
7903         (gst_rtspsrc_parse_rtpinfo):
7904         Remove unused code.
7905
7906 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
7907
7908         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
7909         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
7910         (gst_wavparse_stream_data):
7911           Relax the audio/mpeg caps again and add FIXME: comment.
7912
7913 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
7914
7915         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
7916         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
7917         (gst_wavparse_stream_data):
7918         * gst/wavparse/gstwavparse.h:
7919           More sanity check for the header fields. Fix type for 'rate' header
7920           field.
7921
7922 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
7923
7924         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
7925         (gst_icydemux_unicodify):
7926           If the metadata strings we get in the stream are not UTF-8, try to
7927           interpret them according to the character encodings specified in the
7928           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
7929           only fall back to locale/ISO-8859-1 if those aren't set or don't
7930           work. Should fix #428901.
7931
7932 2007-04-12  Wim Taymans  <wim@fluendo.com>
7933
7934         * gst/rtp/gstrtph264depay.c:
7935         Use the proper sync word for SPS and PPS.
7936
7937 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
7938
7939         * gst/rtp/Makefile.am:
7940         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
7941           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
7942         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
7943           Add a simple hashing implementation that we can use to generate
7944           a 24-bit ident value based on the codebooks for vorbis and theora.
7945         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
7946           gst_rtp_theora_pay_handle_buffer):
7947         * gst/rtp/gstrtpvorbisdepay.c
7948           (gst_rtp_vorbis_depay_parse_configuration,
7949           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
7950         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
7951           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
7952           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
7953           Use the hashing function, ensuring that the same codebooks result
7954           in the same ident and thus the same SDP description.
7955           Various log fixes/changes.
7956
7957 2007-04-12  Wim Taymans  <wim@fluendo.com>
7958
7959         Patch by: jerry tan <jerry dot tan at sun dot com>
7960
7961         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
7962         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
7963         application's responsibility to make sure it open the device once.
7964         Remove a careless error if AUDIODEV is set. Fixes #392620.
7965
7966 2007-04-12  Wim Taymans  <wim@fluendo.com>
7967
7968         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
7969         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
7970         * gst/rtsp/gstrtpdec.h:
7971         Make backward compat with rtpbin by adding the request-pt-map signals.
7972
7973         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7974         (new_session_pad), (request_pt_map),
7975         (gst_rtspsrc_stream_configure_transport),
7976         (gst_rtspsrc_stream_configure_caps),
7977         (gst_rtspsrc_activate_streams):
7978         * gst/rtsp/gstrtspsrc.h:
7979         Implement request-pt-map signals instead of setting caps on the buffers
7980         for the session manager.
7981
7982 2007-04-11  Wim Taymans  <wim@fluendo.com>
7983
7984         * gst/udp/gstudp.c: (plugin_init):
7985         Register GstNetBuffer in plugin_init so that the type can be used from
7986         multiple threads without races.
7987
7988 2007-04-10  Wim Taymans  <wim@fluendo.com>
7989
7990         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
7991         (gst_rtp_amr_depay_process):
7992         Fix depayloader clock_rate and some cleanups.
7993
7994         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
7995         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
7996         * gst/rtp/gstrtph264depay.h:
7997         Don't push codec_data in the adapter because it might get flushed when
7998         we get a discont.
7999
8000         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
8001         Handle multiple AU per packet.
8002
8003         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
8004         (gst_rtp_sv3v_depay_plugin_init):
8005         Disable rank, this one does not work.
8006         Remove timestamping, base class does that.
8007
8008 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
8009
8010         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
8011           limit caps to the formats we announce in the template
8012
8013         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
8014         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
8015         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
8016           fix some crashers/asserts when dealing with broken files
8017
8018 2007-04-10  Wim Taymans  <wim@fluendo.com>
8019
8020         Patch by: Peter Kjellerstedt  <pkj at axis com>
8021
8022         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
8023         * gst/rtp/gstrtpL16depay.c:
8024         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
8025         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
8026         (gst_rtp_speex_depay_setcaps):
8027         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
8028         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
8029         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
8030         Fix some compiler warnings. Fixes #428182.
8031
8032 2007-04-06  Wim Taymans  <wim@fluendo.com>
8033
8034         * gst/rtsp/Makefile.am:
8035         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
8036         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
8037         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
8038         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
8039         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
8040         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
8041         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
8042         (create_rtcp), (gst_rtp_dec_request_new_pad),
8043         (gst_rtp_dec_release_pad):
8044         * gst/rtsp/gstrtpdec.h:
8045         * gst/rtsp/gstrtsp.c: (plugin_init):
8046         Morph RTPDec into something compatible with RTPBin as a fallback.
8047         Various other style fixes.
8048
8049         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
8050         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
8051         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
8052         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
8053         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
8054         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
8055         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
8056         * gst/rtsp/gstrtspsrc.h:
8057         Implement RTPBin session manager handling.
8058         Don't try to add empty properties to caps.
8059         Implement fallback session manager, handling.
8060         Don't combine errors from RTCP streams, just ignore them.
8061
8062         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
8063         * gst/rtsp/rtsptransport.h:
8064         Implement fallback session manager.
8065         Make RTPBin the default one when available.
8066
8067 2007-04-05  Wim Taymans  <wim@fluendo.com>
8068
8069         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
8070         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
8071         This element is ready to be autoplugged.
8072
8073 2007-04-05  Julien MOUTTE  <julien@moutte.net>
8074
8075         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
8076         Don't leave the offsets defined by upstream element on the
8077         compressed data buffer we are pushing downstream. Make them
8078         GST_BUFFER_OFFSET_NONE.
8079
8080 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
8081
8082         * gst/avi/README:
8083         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
8084         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
8085         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
8086         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
8087         (gst_avi_demux_calculate_durations_from_index),
8088         (gst_avi_demux_stream_header_push),
8089         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
8090         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
8091           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
8092
8093 2007-04-03  Wim Taymans  <wim@fluendo.com>
8094
8095         * gst/smpte/barboxwipes.c:
8096         Fix error as spotted by Snaik <snaik32 at gmail dot com>
8097
8098 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
8099
8100         * gst/wavparse/gstwavparse.c:
8101         Support audio/x-raw-float in wav files. This only works with
8102         plugins-base CVS, using an older version doesn't have any
8103         disadvantages though.
8104
8105 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
8106
8107         * configure.ac:
8108         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
8109         (gst_au_parse_parse_header), (gst_au_parse_chain):
8110         * gst/auparse/gstauparse.h:
8111         Revert last change as we don't want plugins-good to depend on
8112         plugins-base CVS now.
8113
8114 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
8115
8116         * configure.ac:
8117         Require gst-plugins-base CVS for audioconvert with non-native
8118         float support and width/depth fix in libgstriff.
8119
8120         Patch by: René Stadler <mail at renestadler dot de>
8121
8122         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
8123         (gst_au_parse_parse_header), (gst_au_parse_chain):
8124         * gst/auparse/gstauparse.h:
8125         Don't swap the floats ourself if they're not in native endianness.
8126         Instead let audioconvert handle this. Fixes #339838.
8127
8128 2007-03-29  Wim Taymans  <wim@fluendo.com>
8129
8130         * gst/rtp/gstasteriskh263.h:
8131         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
8132         (gst_rtp_h263p_depay_change_state):
8133         * gst/rtp/gstrtph263pdepay.h:
8134         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
8135         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
8136         (gst_rtp_h264_depay_change_state):
8137         * gst/rtp/gstrtph264depay.h:
8138         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
8139         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
8140         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
8141         Flush adapter on disconts.
8142
8143 2007-03-29  Wim Taymans  <wim@fluendo.com>
8144
8145         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
8146         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
8147         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
8148         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
8149         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
8150         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
8151         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
8152         (gst_rtp_mp4v_depay_process):
8153         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
8154         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
8155         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
8156         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
8157         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
8158         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
8159         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
8160         Use more efficient adapter and rtpbuffer methods when possible.
8161
8162 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
8163
8164         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
8165         (gst_wavenc_sink_setcaps):
8166         Correctly handle width!=depth input.
8167         * gst/wavparse/gstwavparse.c:
8168         Already export in the caps that width==8 uses unsigned samples and
8169         everything else uses signed samples.
8170
8171 2007-03-29  Wim Taymans  <wim@fluendo.com>
8172
8173         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
8174
8175         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
8176         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
8177         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
8178         (gst_dynudpsink_close):
8179         * gst/udp/gstdynudpsink.h:
8180         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8181         (gst_udpsrc_create), (gst_udpsrc_set_property),
8182         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
8183         * gst/udp/gstudpsrc.h:
8184         Rework the socket allocation a bit based on the sockfd argument so that
8185         it becomes usable.
8186         Add a closefd property to instruct the udp elements to close the custom
8187         file descriptors when going to READY. Fixes #423304.
8188         API:GstUDPSrc::closefd property
8189         API:GstDynUDPSink::closefd property
8190
8191 2007-03-29  Wim Taymans  <wim@fluendo.com>
8192
8193         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
8194
8195         * gst/rtp/Makefile.am:
8196         * gst/rtp/gstrtp.c: (plugin_init):
8197         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
8198         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
8199         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
8200         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
8201         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
8202         (gst_rtp_h264_pay_plugin_init):
8203         * gst/rtp/gstrtph264pay.h:
8204         Added H264 payloader. Fixes #423782.
8205
8206         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
8207         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
8208         Small fixes.
8209
8210 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
8211
8212         * gst/wavparse/gstwavparse.c:
8213         Actually support depths from 1 to 32, not only 8 to 32.
8214
8215 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
8216
8217         * gst/wavparse/gstwavparse.c:
8218         Add support for wav files containing audio/x-raw-int with random
8219         depths between 1 and 32 bits.
8220
8221 2007-03-28  Wim Taymans  <wim@fluendo.com>
8222
8223         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
8224
8225         * gst/rtp/Makefile.am:
8226         * gst/rtp/gstrtp.c: (plugin_init):
8227         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
8228         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
8229         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
8230         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
8231         (gst_rtp_mp4a_depay_get_property),
8232         (gst_rtp_mp4a_depay_change_state),
8233         (gst_rtp_mp4a_depay_plugin_init):
8234         * gst/rtp/gstrtpmp4adepay.h:
8235         Added MP4A-LATM depayloader. Fixes #417792.
8236
8237         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
8238         (gst_rtp_mp4v_depay_process):
8239         Fixup depayloader, setting codec_data, using more efficient adaptor and
8240         rtpbuffer handling.
8241
8242         * gst/rtsp/URLS:
8243         Add url to test above.
8244
8245 2007-03-25  Wim Taymans  <wim@fluendo.com>
8246
8247         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
8248         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
8249         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
8250         (gst_rtspsrc_media_to_caps),
8251         (gst_rtspsrc_stream_configure_transport),
8252         (gst_rtspsrc_stream_configure_caps),
8253         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
8254         * gst/rtsp/gstrtspsrc.h:
8255         Handle default clock-rates for static payload types, rearrange stuff so
8256         that the rtpmap field in the sdp can override the defaults.
8257         Parse RTP-Info field to get the seqnum and timebase fields that should
8258         go in the caps.
8259         Delay configuring caps after we got the RTP-Info from the PLAY reply from
8260         the server. 
8261
8262 2007-03-22  Wim Taymans  <wim@fluendo.com>
8263
8264         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
8265
8266         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
8267         Accept complex pipeline descriptions as an audio profile instead of just
8268         a single element. Fixes #420658.
8269
8270 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
8271
8272         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
8273           Rename registered type in preparation of GstTagDemux moving to
8274           -base at some point in the future.
8275
8276 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
8277
8278         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
8279           Streaming mode fixes: don't unref buffer we don't own any longer;
8280           remove bogus adapter flush. Fixes #419338.
8281
8282 2007-03-17  David Schleef  <ds@schleef.org>
8283
8284         * REQUIREMENTS: Change the format to key/value, add a bunch of
8285           information, remove a bunch of requirements that are for
8286           other GStreamer packages.
8287
8288 2007-03-17  David Schleef  <ds@schleef.org>
8289
8290         * REQUIREMENTS: Fix a few things.  This file really needs a
8291         good once-over.
8292
8293 2007-03-15  Edward Hervey  <edward@fluendo.com>
8294
8295         * sys/Makefile.am:
8296         Don't forget to distribute the sys/osxaudio/ directory.
8297
8298 2007-03-15  Edward Hervey  <edward@fluendo.com>
8299
8300         * configure.ac:
8301         * sys/Makefile.am:
8302         * sys/osxaudio/Makefile.am:
8303         * sys/osxaudio/gstosxaudio.c:
8304         * sys/osxaudio/gstosxaudiosink.c:
8305         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
8306         (gst_osx_audio_sink_getcaps),
8307         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
8308         * sys/osxaudio/gstosxaudiosrc.c:
8309         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
8310         (gst_osx_audio_src_create_ringbuffer):
8311         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
8312         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
8313         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
8314         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
8315         * sys/osxaudio/gstosxringbuffer.h:
8316         Activate osxaudio in gst-plugins-good with proper build setup.
8317         Add inlined documentation.
8318         Fix debug statements
8319         Fix ringbuffer when pausing.
8320         Fixes #323471
8321
8322 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
8323         * gst/rtp/gstrtppcmapay.c:
8324         * gst/rtp/gstrtppcmapay.h:
8325         * gst/rtp/gstrtppcmupay.c:
8326         * gst/rtp/gstrtppcmupay.h:
8327         Ported mulaw and alaw payloaders to use new base class
8328
8329 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8330
8331         * po/af.po:
8332         * po/az.po:
8333         * po/cs.po:
8334         * po/en_GB.po:
8335         * po/it.po:
8336         * po/nl.po:
8337         * po/or.po:
8338         * po/sq.po:
8339         * po/sr.po:
8340         * po/sv.po:
8341         * po/uk.po:
8342         * po/vi.po:
8343           Update translations.
8344
8345 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
8346
8347         * configure.ac:
8348           Fix string replace error (AG_AG_GST_* => AG_GST_*).
8349
8350 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
8351
8352         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
8353           Fix handling of -1 values for start and stop values when seeking,
8354           and SEEK_CUR+SEEK_END here as well.
8355
8356 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
8357
8358         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
8359           Fix handling of -1 values for start and stop values when seeking, 
8360           and SEEK_CUR+SEEK_END.
8361
8362 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
8363
8364         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
8365           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
8366           the image format a variable-length NUL-terminated string; in
8367           versions before that the image format is a fixed-length string of
8368           3 characters (see #348644 for a sample tag).
8369           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
8370
8371 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
8372
8373         * win32/MANIFEST:
8374         Add new project files to MANIFEST.
8375         * win32/vs6/libgstaudiofx.dsp:
8376         * win32/vs6/libgstrtp.dsp:
8377         * win32/vs6/libgstrtsp.dsp:
8378         Update project files.
8379         
8380 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
8381
8382         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
8383         (gst_avi_demux_parse_index):
8384         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
8385         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
8386           Printf format fixes; also add some missing quotes in translated
8387           strings. Fixes #416728 and #416727.
8388
8389 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
8390
8391         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
8392           Tim and I can't think of any reason the child audio sink needs to 
8393           be set back to NULL after successfully determining that it can 
8394           reach READY - it gets immediately set back to READY by the caller
8395           anyway, causing an unnecessary close/open of any audio devices
8396           involved.
8397
8398 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
8399
8400         * po/LINGUAS:
8401         * po/ja.po:
8402           Add ja.po file from #377306.
8403
8404 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
8405
8406         * sys/sunaudio/gstsunaudio.c: (plugin_init):
8407         * sys/sunaudio/gstsunaudiomixertrack.c:
8408         (gst_sunaudiomixer_track_new):
8409           Actually translate sunaudio mixer track labels instead of just
8410           marking the strings as translatable (#377306); clean up weird
8411           label string mapping code that serves no apparent purpose. Also
8412           set the 'untranslated-label' property when creating mixer tracks
8413           if the GstMixerTrack base class supports this.
8414
8415         * tests/check/Makefile.am:
8416         * tests/check/elements/.cvsignore:
8417         * tests/check/elements/sunaudio.c: (GST_START_TEST),
8418         (sunaudio_suite):
8419           Very minimalistic unit test for sunaudiomixer element (compiles, but not
8420           actually tested on a system where sunaudiomixer is available).
8421
8422 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
8423
8424         * tests/check/Makefile.am:
8425         Re-enable the states test and see if it works on the buildbots.
8426
8427 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
8428
8429         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
8430         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
8431         (gst_dvdec_change_state):
8432         * ext/dv/gstdvdec.h:
8433         Infer pixel-aspect-ratio from the video frame format if it isn't
8434         provided by the container, as happens when playing DV from AVI
8435         or Quicktime containers.
8436
8437         Patch by: Wim Taymans <wim@fluendo.com>
8438         Fixes #380944
8439
8440 2007-03-09  Wim Taymans  <wim@fluendo.com>
8441
8442         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
8443         When activated, remove the udpsrc timeout, we have dataflow and timeouts
8444         will later be handled by the jitterbuffer.
8445
8446 2007-03-09  Wim Taymans  <wim@fluendo.com>
8447
8448         * ext/taglib/gstid3v2mux.cc:
8449         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
8450         Fixes #414496.
8451         
8452         Patch by: Alex Lancaster <alexl at users sourceforge net>
8453
8454 2007-03-09  Wim Taymans  <wim@fluendo.com>
8455
8456         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
8457         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
8458         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8459         (gst_avi_demux_chain):
8460         Fix stream position reporting after a seek. Fixes #416445.
8461
8462 2007-03-08  Wim Taymans  <wim@fluendo.com>
8463
8464         Patch by: René Stadler <mail at renestadler dot de>
8465
8466         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
8467         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
8468         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
8469         Make avidemux accept optional header chunks in any order.
8470         Fixes #415446.
8471
8472 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
8473
8474         * tests/check/Makefile.am:
8475         Disable the states check until the remaining Valgrind errors
8476         are fixed or suppressed.
8477
8478 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
8479
8480         * tests/check/elements/.cvsignore:
8481           Add audiodynamic check to .cvsignore
8482
8483 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
8484
8485         reviewed by: Stefan Kost  <ensonic@users.sf.net>
8486
8487         * gst/audiofx/Makefile.am:
8488         * gst/audiofx/audiodynamic.c:
8489         (gst_audio_dynamic_characteristics_get_type),
8490         (gst_audio_dynamic_mode_get_type),
8491         (gst_audio_dynamic_set_process_function),
8492         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
8493         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
8494         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
8495         (gst_audio_dynamic_transform_hard_knee_compressor_int),
8496         (gst_audio_dynamic_transform_hard_knee_compressor_float),
8497         (gst_audio_dynamic_transform_soft_knee_compressor_int),
8498         (gst_audio_dynamic_transform_soft_knee_compressor_float),
8499         (gst_audio_dynamic_transform_hard_knee_expander_int),
8500         (gst_audio_dynamic_transform_hard_knee_expander_float),
8501         (gst_audio_dynamic_transform_soft_knee_expander_int),
8502         (gst_audio_dynamic_transform_soft_knee_expander_float),
8503         (gst_audio_dynamic_transform_ip):
8504         * gst/audiofx/audiodynamic.h:
8505         * gst/audiofx/audiofx.c: (plugin_init):
8506         Add new audiodynamic element which can act as a compressor or
8507         expander. Supported are hard-knee and soft-knee operation modes with
8508         user-specified ratio and threshold.
8509         Attack and release parameters are not yet implemented but will follow.
8510         * docs/plugins/Makefile.am:
8511         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8512         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8513         * docs/plugins/gst-plugins-good-plugins.args:
8514         * docs/plugins/inspect/plugin-audiofx.xml:
8515         Integrate audiodynamic into the docs.
8516         * tests/check/Makefile.am:
8517         * tests/check/elements/audiodynamic.c: (setup_dynamic),
8518         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
8519         Add unit test for audiodynamic.
8520
8521 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
8522
8523         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
8524         Free handles that we allocated when exiting via the error paths.
8525
8526 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
8527
8528         * gst/level/gstlevel.c: (gst_level_class_init),
8529         (gst_level_set_caps), (gst_level_start), (gst_level_event),
8530         (gst_level_transform_ip):
8531         * gst/level/gstlevel.h:
8532           Resolve message timestamps against the playback segment.
8533
8534 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
8535
8536         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
8537         (gst_id3demux_sink_activate):
8538           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
8539           caps passed to it (previously one code path assumed it took ownership
8540           while another one assumed it didn't, while in fact it sometimes did and
8541           sometimes didn't ...).
8542
8543         * configure.ac:
8544         * tests/files/Makefile.am:
8545         * tests/files/id3-407349-1.tag:
8546         * tests/files/id3-407349-2.tag:
8547           Add directory where data for unit tests can be stored.
8548
8549         * tests/Makefile.am:
8550         * tests/check/Makefile.am:
8551         * tests/check/elements/.cvsignore:
8552         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
8553         (read_tags_from_file), (run_check_for_file),
8554         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
8555           Add unit test for id3demux, and in particular for bug #407349. Only
8556           testing pull-mode for now; push mode doesn't work yet because the test
8557           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
8558
8559 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
8560
8561         * tests/check/Makefile.am:
8562           Add missing backslash at end of line.
8563
8564 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
8565
8566         Trigger rebuild.
8567
8568 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
8569
8570         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
8571         * gst/id3demux/id3tags.h:
8572         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
8573         (parse_obsolete_tdat_frame):
8574           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
8575           the four-digit number will be interpreted as a year, whereas it is
8576           month and day in DDMM format. Instead, parse TDAT frames and fix up
8577           the date in the GST_TAG_DATE tag later if we also extracted a year.
8578           Fixes #407349.
8579
8580 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
8581
8582         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
8583         (gst_switch_commit_new_kid):
8584         Fix up the dispose logic so it doesn't leak, and fix setting of 
8585         the child state so that we don't set a child to our current state 
8586         just as we are changing it to something else.
8587
8588 2007-03-06  Wim Taymans  <wim@fluendo.com>
8589
8590         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
8591         (gst_goom_chain):
8592         * gst/goom/gstgoom.h:
8593         Document, fix and improve goom adapter behaviour.
8594         Fixes #407006.
8595
8596 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
8597
8598         * ext/esd/esdsink.c: (gst_esdsink_open):
8599         Unref static pad template after using it.
8600
8601 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
8602
8603         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
8604         (gst_switch_commit_new_kid):
8605         Fix up the reference counting of the child elements.
8606
8607 2007-03-05  Wim Taymans  <wim@fluendo.com>
8608
8609         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
8610         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
8611         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
8612         Fix encoding-name case.
8613
8614 2007-03-05  Wim Taymans  <wim@fluendo.com>
8615
8616         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
8617         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
8618         (gst_rtp_speex_depay_process):
8619         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
8620         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
8621         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
8622         (gst_rtp_speex_pay_change_state):
8623         * gst/rtp/gstrtpspeexpay.h:
8624         Fix speex (de)payloader. Fixes #358040.
8625
8626 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
8627
8628         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
8629         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
8630         Install fakesink in NULL by fixing some broken logic. This obviates
8631         the need to manually set _IS_SINK.
8632         Add some comments and remove a little cruft while I'm at it.
8633
8634 2007-03-05  Wim Taymans  <wim@fluendo.com>
8635
8636         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
8637         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
8638
8639 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
8640
8641         * po/POTFILES.in:
8642           Update.
8643
8644 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
8645
8646         * tests/check/Makefile.am:
8647         Gah! Also disable gconfvideosink from the tests, otherwise
8648         it will instantiate autovideosink, and dfbvideosink and
8649         leak on the buildbots.
8650
8651 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
8652
8653         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
8654         (gst_cdio_cdda_src_finalize):
8655         Make sure we always destroy our libcdio handle.
8656
8657 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
8658
8659         * tests/check/Makefile.am:
8660         Disable autovideosink so the buildbots don't barf over memory
8661         leaked in the directfb sink.
8662
8663 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
8664
8665         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
8666         Chain up in dispose
8667
8668 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
8669
8670         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
8671         (gst_multipart_find_pad_by_mime):
8672         Use gst_pad_new_from_static_template instead of
8673         static_pad_template_get+pad_new.
8674
8675 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
8676
8677         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
8678         Catch the case where no clock has been set.
8679
8680 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
8681
8682         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
8683         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
8684         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
8685         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
8686         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
8687         (gst_gconf_audio_src_finalize), (do_toggle_element):
8688         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
8689         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
8690         (do_toggle_element):
8691         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
8692         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
8693         (gst_gconf_video_src_finalize), (do_toggle_element):
8694         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
8695         (gst_switch_sink_reset), (gst_switch_sink_set_child):
8696         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
8697         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
8698         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
8699         (gst_shout2send_init), (gst_shout2send_finalize):
8700         * gst/debug/testplugin.c: (gst_test_class_init),
8701         (gst_test_finalize):
8702         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
8703         (gst_flxdec_dispose):
8704         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
8705         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
8706         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
8707         (gst_rtspsrc_finalize):
8708         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
8709         * gst/rtsp/rtspextwms.h:
8710         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
8711         (gst_smpte_finalize):
8712         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
8713         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
8714         (gst_udpsink_finalize):
8715         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
8716         (gst_wavparse_sink_activate):
8717         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
8718         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
8719         (gst_oss_src_finalize):
8720         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
8721         * sys/v4l2/gstv4l2object.h:
8722         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
8723         (gst_v4l2src_finalize):
8724         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
8725
8726         Fix a bunch of leaks shown by the newly-added states test.
8727
8728 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
8729
8730         * ext/dv/gstdvdec.c: (gst_dvdec_init):
8731         Use gst_pad_new_from_static_template instead of 
8732         static_pad_template_get+pad_new.
8733
8734 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
8735
8736         Patch by: Loïc Minier <lool+gnome at via ecp fr>
8737
8738         * ext/libcaca/Makefile.am:
8739         * gst/debug/Makefile.am:
8740           Don't mix tabs and spaces (#414168).
8741
8742 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
8743
8744         * tests/check/generic/.cvsignore:
8745           Ignore files to please buildbot.
8746
8747 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
8748
8749         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
8750         (gst_wavparse_stream_data):
8751           Unbreak my previous commit (swapped nominator & denominator). Tim,
8752           thanks for spotting.
8753
8754 2007-03-02  Wim Taymans  <wim@fluendo.com>
8755
8756         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
8757         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
8758         (gst_cdio_cdda_src_finalize):
8759         Small code cleanups.
8760         Don't use pad_alloc as the base class cannot deal with the error codes.
8761
8762 2007-03-02  Wim Taymans  <wim@fluendo.com>
8763
8764         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
8765         (gst_udpsrc_create):
8766         Fix doc.
8767
8768 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
8769
8770         Patch by: René Stadler <mail@renestadler.de>
8771
8772         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
8773         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
8774         (gst_wavparse_stream_data):
8775           Handle rounding better to not drop last sample frame. Fixes #356692
8776
8777 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
8778
8779         * tests/check/Makefile.am:
8780         Disable cacasink from the states check too - it also calls exit(1)
8781         on us when it can't find a terminal to talk to.
8782
8783 2007-03-02  Wim Taymans  <wim@fluendo.com>
8784
8785         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
8786
8787         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8788         (gst_udpsrc_create), (gst_udpsrc_set_property),
8789         (gst_udpsrc_get_property):
8790         * gst/udp/gstudpsrc.h:
8791         Add support to strip proprietary headers. Fixes #350296.
8792
8793 2007-03-02  Wim Taymans  <wim@fluendo.com>
8794
8795         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
8796         Fix compilation.
8797
8798 2007-03-02  Wim Taymans  <wim@fluendo.com>
8799
8800         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
8801
8802         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
8803         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
8804         (gst_rtp_mp2t_depay_set_property),
8805         (gst_rtp_mp2t_depay_get_property):
8806         * gst/rtp/gstrtpmp2tdepay.h:
8807         Add support to strip off proprietary headers. Fixes #350278.
8808
8809 2007-03-02  Wim Taymans  <wim@fluendo.com>
8810
8811         * ext/hal/hal.c:
8812         Fix compilation.
8813
8814 2007-03-02  Wim Taymans  <wim@fluendo.com>
8815
8816         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
8817         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
8818         (gst_sunaudiosrc_open):
8819         * sys/sunaudio/gstsunaudiosrc.h:
8820         Remove device-name from GstSunAudioSrc. Fixes #412597.
8821
8822 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
8823
8824         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
8825         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
8826         Having NULL as UDI previously selected the default sink/src. Change
8827         this back but mention it in the debug output.
8828         * ext/hal/hal.c: (gst_hal_get_alsa_element),
8829         (gst_hal_get_oss_element), (gst_hal_get_string),
8830         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
8831         (gst_hal_get_audio_src):
8832         * ext/hal/hal.h:
8833         Refactor a bit, check all error conditions, greatly improve debugging
8834         and fix some possible memory leaks. Also implement OSS support
8835         and allow specifying an UDI that points to a real device. For this the
8836         child device which supports ALSA (preferred) or OSS is used.
8837         As a side effect this makes it impossible now to get a alsasink in
8838         halaudiosrc and a alsasrc in halaudiosink.
8839
8840 2007-03-01  Wim Taymans  <wim@fluendo.com>
8841
8842         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
8843         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
8844         Errors from the udp sources are not fatal unless all of them are in
8845         error.
8846
8847 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
8848
8849         * tests/check/Makefile.am:
8850         Disable aasink in the states test. I suspect this is the element that
8851         is calling exit(1) when it can't proceed.
8852
8853 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
8854
8855         * tests/check/Makefile.am:
8856         Draw plugins in from the build tree sys/ dir, rather than picking
8857         up the already installed versions.
8858
8859 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8860
8861         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
8862         Error out correctly when getting xcontext fails.
8863
8864 2007-03-01  Wim Taymans  <wim@fluendo.com>
8865
8866         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
8867         Make state change to PAUSED NO_PREROLL because that's what it will be in
8868         the future and rtspsrc relies on it.
8869
8870         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
8871         (gst_rtspsrc_change_state):
8872         Don't error out when we don't get an error from the state change
8873         function.
8874
8875 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
8876
8877         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
8878         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
8879           Check if the device UDI is set before trying to query HAL
8880           about it and give a useful error message if it wasn't set.
8881         * ext/hal/hal.c: (gst_hal_get_string):
8882           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
8883           gives an assertion failure in D-Bus when running with
8884           DBUS_FATAL_WARNINGS=1.
8885
8886 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8887
8888         * configure.ac:
8889           Convert to new AG_GST style.
8890
8891 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8892
8893         * tests/check/Makefile.am:
8894         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
8895           add test for states
8896
8897 2007-02-28  Wim Taymans  <wim@fluendo.com>
8898
8899         * tests/check/elements/.cvsignore:
8900         Add new videofilter check to .cvsignore.
8901
8902 2007-02-28  Wim Taymans  <wim@fluendo.com>
8903
8904         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
8905         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8906         (gst_avi_demux_loop), (gst_avi_demux_chain):
8907         Fix combined flow return. Fixes #412608.
8908
8909 2007-02-28  Wim Taymans  <wim@fluendo.com>
8910
8911         * gst/videofilter/Makefile.am:
8912         Dist header..
8913
8914 2007-02-28  Wim Taymans  <wim@fluendo.com>
8915
8916         * gst/videofilter/gstgamma.h:
8917         Add header too.
8918
8919 2007-02-28  Wim Taymans  <wim@fluendo.com>
8920
8921         Patch by: Mark Nauwelaerts <manauw at skynet be>
8922
8923         * gst/videofilter/Makefile.am:
8924         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
8925         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
8926         (gst_gamma_get_property), (gst_gamma_calculate_tables),
8927         (oil_tablelookup_u8), (gst_gamma_set_caps),
8928         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
8929         Port gamma filter to 0.10. Fixes #412704.
8930
8931         * tests/check/Makefile.am:
8932         * tests/check/elements/videofilter.c: (setup_filter),
8933         (cleanup_filter), (check_filter), (GST_START_TEST),
8934         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
8935         Add unit tests for videofilters.
8936
8937 2007-02-28  Wim Taymans  <wim@fluendo.com>
8938
8939         * gst/rtsp/URLS:
8940         Add another interesting test url.
8941
8942         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
8943         Don't allow getting header fields from data packets.
8944
8945 2007-02-28  Michael Smith  <msmith@fluendo.com>
8946
8947         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
8948         (gst_shout2send_init), (gst_shout2send_start),
8949         (gst_shout2send_set_property), (gst_shout2send_get_property):
8950         * ext/shout2/gstshout2.h:
8951           Add a property for username.
8952
8953 2007-02-27  Christian Schallerr <christian@fluendo.com>
8954
8955         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
8956
8957 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
8958
8959         * gst/rtsp/Makefile.am:
8960         Fix make check too.
8961
8962 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
8963
8964         * gst/rtsp/base64.c: (util_base64_encode):
8965         * gst/rtsp/base64.h:
8966         Commit missing files for base64 encoding.
8967
8968 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
8969
8970         Patch by: Loïc Minier <lool+gnome at via ecp fr>
8971
8972         * configure.ac:
8973         * ext/annodex/Makefile.am:
8974         * ext/jpeg/Makefile.am:
8975         * ext/speex/Makefile.am:
8976         * gst/alpha/Makefile.am:
8977         * gst/cutter/Makefile.am:
8978         * gst/debug/Makefile.am:
8979         * gst/effectv/Makefile.am:
8980         * gst/goom/Makefile.am:
8981         * gst/level/Makefile.am:
8982         * gst/smpte/Makefile.am:
8983         * gst/videofilter/Makefile.am:
8984           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
8985
8986 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
8987
8988         * gst/rtsp/Makefile.am:
8989         * gst/rtsp/rtspconnection.c: (append_auth_header),
8990         (rtsp_connection_send), (rtsp_connection_set_auth):
8991         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
8992         from icecast to replace it. Relicensed from GPL courtesy of Mike
8993         Smith.
8994
8995 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
8996
8997         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
8998         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
8999         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
9000         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
9001         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
9002         (gst_rtspsrc_uri_set_uri):
9003         * gst/rtsp/gstrtspsrc.h:
9004         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9005         (append_auth_header), (rtsp_connection_send),
9006         (rtsp_connection_free), (rtsp_connection_set_auth):
9007         * gst/rtsp/rtspconnection.h:
9008         * gst/rtsp/rtspdefs.h:
9009         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
9010         * gst/rtsp/rtspurl.h:
9011
9012         Implement simple Basic Authentication support so that urls like
9013         rtsp://user:pass@hostname/rtspstream work on hosts that require
9014         authentication.
9015
9016 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
9017
9018         * sys/v4l2/gstv4l2object.c:
9019         * sys/v4l2/gstv4l2tuner.c:
9020         * sys/v4l2/v4l2_calls.c:
9021         Fix segfault when oppening a radio device.
9022         
9023 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
9024
9025         * gst/level/gstlevel.c: (gst_level_set_caps),
9026         (gst_level_transform_ip):
9027         * sys/v4l2/README:
9028         * tests/check/elements/level.c: (GST_START_TEST):
9029           Fix level for multi-channel case.
9030
9031 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
9032
9033         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
9034         (gst_level_transform_ip):
9035         * gst/level/gstlevel.h:
9036           Use function pointer for process function and add process functions
9037           for float audio.
9038
9039 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
9040
9041         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
9042         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
9043         (gst_v4l2src_capture_init):
9044           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
9045           fixes #407369
9046
9047 2007-02-18  Wim Taymans  <wim@fluendo.com>
9048
9049         * gst/rtp/Makefile.am:
9050         * gst/rtp/gstrtp.c: (plugin_init):
9051         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
9052         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
9053         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
9054         (gst_rtp_mp2t_pay_plugin_init):
9055         * gst/rtp/gstrtpmp2tpay.h:
9056         Added simple mpeg transport stream payloader.
9057
9058 2007-02-16  Wim Taymans  <wim@fluendo.com>
9059
9060         * gst/rtsp/URLS:
9061         Add example H264 rtsp url.
9062
9063         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
9064         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
9065         Don't convert values to lowercase or we might mess up base64 encoded
9066         properties.
9067
9068 2007-02-16  Wim Taymans  <wim@fluendo.com>
9069
9070         * gst/rtp/README:
9071         Fix case of string params.
9072
9073         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
9074         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
9075         Fix depayloader, support more packet types.
9076         Add sync codes to make sure the packetizer can do its job.
9077
9078         * gst/rtp/gstrtpmp4gdepay.c:
9079         * gst/rtp/gstrtpmp4gpay.c:
9080         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
9081         Fix caps case again.
9082
9083 2007-02-15  Wim Taymans  <wim@fluendo.com>
9084
9085         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
9086         Set right caps on output buffers.
9087
9088 2007-02-14  Wim Taymans  <wim@fluendo.com>
9089
9090         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
9091         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
9092         Clear stack allocated SDPMedia struct before calling _init() on it.
9093         Clarify this in the docs as well.
9094
9095 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
9096
9097         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
9098         (do_change_child):
9099         Don't reset the profile when going switching states, as it makes
9100         the element non-reusable.
9101
9102 2007-02-14  Wim Taymans  <wim@fluendo.com>
9103
9104         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
9105         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
9106         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
9107         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
9108         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
9109         (sdp_parse_line):
9110         * gst/rtsp/sdpmessage.h:
9111         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
9112         Fix memory management of SDP messages. Fixes #407793.
9113
9114 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
9115
9116         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
9117
9118         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
9119         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
9120
9121 2007-02-14  Wim Taymans  <wim@fluendo.com>
9122
9123         Patch by: jp.liu <jp_liu at astrocom dot cn>
9124
9125         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
9126         Fix parsing of password field in url. Fixes #407797.
9127
9128 2007-02-14  Wim Taymans  <wim@fluendo.com>
9129
9130         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
9131         (gst_wavparse_reset), (gst_wavparse_init),
9132         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
9133         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
9134         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
9135         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
9136         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
9137         (gst_wavparse_loop), (gst_wavparse_chain),
9138         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
9139         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
9140         (plugin_init):
9141         * gst/wavparse/gstwavparse.h:
9142         Update docs.
9143         Use boilerplate.
9144         Various code cleanups.
9145         When the bitrate is not known (bps == 0 or compressed formats) let
9146         downstream element guestimate the duration and position and don't
9147         generate timestamps or durations. Fixes #405213.
9148         Fix EOS and ERROR conditions in chain mode, we just need to forward the
9149         error flowreturn upstream.
9150
9151 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
9152
9153         * ext/gconf/Makefile.am:
9154         * ext/gconf/gconf.c: (gst_gconf_get_string),
9155         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
9156         (gst_gconf_render_bin_with_default):
9157         * ext/gconf/gconf.h:
9158         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
9159         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
9160         (gst_gconf_audio_sink_dispose), (do_change_child),
9161         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
9162         (cb_change_child), (gst_gconf_audio_sink_change_state):
9163         * ext/gconf/gstgconfaudiosink.h:
9164         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
9165         (gst_switch_sink_class_init), (gst_switch_sink_reset),
9166         (gst_switch_sink_init), (gst_switch_sink_dispose),
9167         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
9168         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
9169         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
9170         * ext/gconf/gstswitchsink.h:
9171         * gst/autodetect/gstautoaudiosink.c:
9172         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
9173         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
9174         (gst_auto_audio_sink_detect):
9175         * gst/autodetect/gstautovideosink.c:
9176         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
9177         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
9178         (gst_auto_video_sink_detect):
9179         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
9180         and a child that implements the GConf key monitoring. The end goal of
9181         this is an audio sink that can be changed on the fly, but at the 
9182         moment it still only changes on the next READY transition.
9183
9184 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
9185
9186         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
9187         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
9188         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
9189         (gst_avi_demux_calculate_durations_from_index),
9190         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
9191         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
9192         (gst_avi_demux_loop):
9193           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
9194
9195 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
9196
9197         * configure.ac:
9198         * docs/plugins/Makefile.am:
9199           Add crossreferences to glib/gobject/gstream docs.
9200
9201 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
9202
9203         * gst/monoscope/Makefile.am:
9204         * gst/monoscope/gstmonoscope.c:
9205           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
9206           (but no LIBS, since we only use defines from the headers).
9207
9208 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
9209
9210         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
9211
9212         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
9213         (gst_wavparse_stream_data):
9214           Fix massive memory leak when operating in streaming mode due to
9215           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
9216           Fixes #407057.
9217
9218 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
9219
9220         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
9221         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
9222         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
9223         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
9224         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
9225         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
9226         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
9227         (gst_avi_demux_calculate_durations_from_index),
9228         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
9229         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
9230         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
9231         * gst/avi/gstavidemux.h:
9232           Save some memory (8%) by repacking the index entry structure (more to
9233           come). Add more FIXMEs to questionable parts.
9234
9235 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
9236
9237         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
9238         (gst_v4l2src_get_caps):
9239         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
9240         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
9241         (gst_v4l2src_capture_init):
9242           More FIXME comments and messaging changes.
9243
9244 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
9245
9246         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
9247         (gst_goom_change_state):
9248         * gst/goom/gstgoom.h:
9249           Improved docs and use GST_DEBUG_FUNCPTR.
9250
9251         * gst/level/gstlevel.c: (gst_level_class_init):
9252           Use GST_DEBUG_FUNCPTR.
9253
9254         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
9255         (gst_monoscope_chain), (gst_monoscope_change_state):
9256           Improved docs source cleanups.
9257
9258 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
9259
9260         * gst/debug/Makefile.am:
9261         * gst/debug/gstdebug.c: (plugin_init):
9262         * gst/debug/gstpushfilesrc.c:
9263         * gst/debug/gstpushfilesrc.h:
9264           Add code for a pushfilesrc element that implements a pushfile:// URI
9265           handler, to make debugging push-mode operation of demuxer/decoders
9266           that support both easier in connection with seek/playbin/etc.
9267           The element isn't registered at the moment.
9268
9269 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
9270
9271         * gst/avi/gstavimux.c:
9272           Comment a #if 0 in caps template definition as VS6 seems to 
9273         do not support it.
9274         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
9275           Use gst_guint64_to_gdouble for conversion.
9276         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
9277           Move variables declaration before the first instruction.
9278         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
9279           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
9280           And don't include netdb.h for G_OS_WIN32
9281         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
9282           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
9283           by VS6 then use an other way to initialize SDPMedia structure.
9284         * gst/udp/gstdynudpsink.h:
9285         * gst/udp/gstdynudpnetutils.h:
9286           Do not include <sys/time.h> for G_OS_WIN32
9287         * gst/udp/gstudpsrc.c:
9288           Define socklen_t as int for G_OS_WIN32
9289         * win/common/config.h.in:
9290           Undef HAVE_NETINET_IN_H
9291         * win32/vs6/gst_plugins_good.dsw:
9292         * win32/vs6/libgstrtp.dsp:
9293         * win32/vs6/libgstrtsp.dsp:
9294         * win32/vs6/libgstautogen.dsp:
9295         * win32/vs6/libgstaudiofx.dsp:
9296         * win32/vs6/libgstudp.dsp:
9297           Add and update project files.
9298         * win32/common/gstudp-enumtypes.c:
9299         * win32/common/gstudp-enumtypes.h:
9300           Add a copy of udp enumtypes to win32/common as in core 
9301           and base.
9302         
9303 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
9304
9305         * configure.ac:
9306           Activate monoscope when building with --enable-experimental. Fix
9307           --enable-external configure switch description.
9308
9309         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
9310         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
9311           Help gst-indent.
9312
9313 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
9314
9315         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
9316           Explicitly cast result of pointer arithmetic to integer in order to
9317           avoid compiler warnings on some 64-bit systems. Should fix #406018.
9318
9319 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
9320
9321         * gst/debug/progressreport.c:
9322           Some more docs.
9323
9324 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
9325
9326         * docs/plugins/inspect/plugin-rtp.xml:
9327           Update for new elements.
9328
9329         * gst/debug/progressreport.h:
9330           Commit newly-created header file as well.
9331
9332 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
9333
9334         * docs/plugins/Makefile.am:
9335         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9336         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9337         * docs/plugins/gst-plugins-good-plugins.hierarchy:
9338         * gst/debug/Makefile.am:
9339         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
9340         (gst_progress_report_do_query), (gst_progress_report_report):
9341           Make progressreport element post messages with the current progress
9342           on the bus. Also add some basic docs for it.
9343
9344 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
9345
9346         * ext/hal/hal.c: (gst_hal_get_string):
9347         * ext/hal/hal.h:
9348           Some small cleanups; deal with errors when parsing the HAL ALSA
9349           capabilities a bit better.
9350
9351 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
9352
9353         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
9354           Let's try this again and use the right cast this time.
9355
9356 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
9357
9358         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
9359           Add cast to avoid compiler warnings with older GLib versions
9360           where the nick/name members in GEnumValue are not declared as
9361           constant strings.
9362
9363 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
9364
9365         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
9366         (gst_gconf_render_bin_from_key),
9367         (gst_gconf_get_default_audio_sink):
9368         * ext/gconf/gconf.h:
9369         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
9370         (do_toggle_element), (gst_gconf_audio_sink_set_property),
9371         (gst_gconf_audio_sink_get_property):
9372           In gconfaudiosink, get the right key as the old key in do_toggle
9373           (ie. one dependent on the profile selected). Log some more stuff so
9374           we can see what's actually going on.
9375
9376 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
9377
9378         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
9379         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
9380         (gst_audio_amplify_set_process_function),
9381         (gst_audio_amplify_setup):
9382         * gst/audiofx/audioamplify.h:
9383         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
9384         (gst_audio_invert_class_init), (gst_audio_invert_setup):
9385         * gst/audiofx/audioinvert.h:
9386         Some small cleanups and port both elements to the new GstAudioFilter
9387         base class to save a few lines of common code.
9388         * gst/audiofx/Makefile.am:
9389         Link against libgstaudio for the above changes
9390
9391 2007-01-29  Wim Taymans  <wim@fluendo.com>
9392
9393         * tests/check/elements/.cvsignore:
9394         Some more ignores.
9395
9396 2007-01-26  Wim Taymans  <wim@fluendo.com>
9397
9398         Patch by: charles <charlesg3 at gmail dot com>
9399
9400         * ext/shout2/gstshout2.c: (gst_shout2send_init),
9401         (set_shout_metadata), (gst_shout2send_event):
9402         * ext/shout2/gstshout2.h:
9403         Properly handle tags in shout2send. Fixes #399825.
9404
9405 2007-01-25  Wim Taymans  <wim@fluendo.com>
9406
9407         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
9408         (gst_rtspsrc_activate_streams):
9409         Convert SDP fields to upper/lowercase following the rules in the SDP to
9410         caps document. 
9411
9412 2007-01-25  Wim Taymans  <wim@fluendo.com>
9413
9414         * gst/rtp/README:
9415         * gst/rtp/gstrtpilbcdepay.c:
9416         * gst/rtp/gstrtpilbcpay.c:
9417         * gst/rtp/gstrtpmp4gdepay.c:
9418         * gst/rtp/gstrtpmp4gpay.c:
9419         * gst/rtp/gstrtpspeexdepay.c:
9420         * gst/rtp/gstrtpspeexpay.c:
9421         * gst/rtp/gstrtpsv3vdepay.c:
9422         * gst/rtp/gstrtptheoradepay.c:
9423         * gst/rtp/gstrtptheorapay.c:
9424         * gst/rtp/gstrtpvorbisdepay.c:
9425         * gst/rtp/gstrtpvorbispay.c:
9426         Fix case of encoding-name and key/value pairs to match the document.
9427         This is to make interoperation with SDP case-insensitive as required by
9428         the relevant RFCs.
9429
9430 2007-01-25  Wim Taymans  <wim@fluendo.com>
9431
9432         * configure.ac:
9433         Bump required -core/-base to CVS
9434
9435 2007-01-25  Wim Taymans  <wim@fluendo.com>
9436
9437         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
9438         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
9439         * gst/rtp/gstrtpL16pay.h:
9440         Fill up to MTU using adapter.
9441         Timestamp rtp packets.
9442
9443 2007-01-25  Edward Hervey  <edward@fluendo.com>
9444
9445         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
9446         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
9447         Use G_GSIZE_FORMAT in print statements for portability.
9448         Fixes build on macosx.
9449
9450 2007-01-24  Wim Taymans  <wim@fluendo.com>
9451
9452         * gst/rtp/Makefile.am:
9453         * gst/rtp/gstrtp.c: (plugin_init):
9454         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
9455         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
9456         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
9457         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
9458         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
9459         (gst_rtp_L16_depay_plugin_init):
9460         * gst/rtp/gstrtpL16depay.h:
9461         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
9462         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
9463         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
9464         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
9465         (gst_rtp_L16_pay_plugin_init):
9466         * gst/rtp/gstrtpL16pay.h:
9467         Port and enable raw audio payloader/depayloader. Needs a bit more work
9468         on the payloader side.
9469
9470 2007-01-24  Wim Taymans  <wim@fluendo.com>
9471
9472         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
9473         (gst_rtspsrc_stream_configure_transport),
9474         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
9475         * gst/rtsp/gstrtspsrc.h:
9476         Only unblock the udp pads when we linked and activated them all.
9477         Fixes #395688.
9478
9479 2007-01-24  Wim Taymans  <wim@fluendo.com>
9480
9481         * gst/rtp/Makefile.am:
9482         * gst/rtp/gstrtp.c: (plugin_init):
9483         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
9484         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
9485         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
9486         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
9487         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
9488         * gst/rtp/gstrtpac3depay.h:
9489         Added simple AC3 depayloader (RFC 4184).
9490
9491         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
9492         Fix a leak.
9493
9494 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
9495
9496         reviewed by: Stefan Kost  <ensonic@users.sf.net>
9497
9498         * gst/audiofx/Makefile.am:
9499         * gst/audiofx/audioamplify.c:
9500         (gst_audio_amplify_clipping_method_get_type),
9501         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
9502         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
9503         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
9504         (gst_audio_amplify_set_caps),
9505         (gst_audio_amplify_transform_int_clip),
9506         (gst_audio_amplify_transform_int_wrap_negative),
9507         (gst_audio_amplify_transform_int_wrap_positive),
9508         (gst_audio_amplify_transform_float_clip),
9509         (gst_audio_amplify_transform_float_wrap_negative),
9510         (gst_audio_amplify_transform_float_wrap_positive),
9511         (gst_audio_amplify_transform_ip):
9512         * gst/audiofx/audioamplify.h:
9513         * gst/audiofx/audiofx.c: (plugin_init):
9514         Add new element "audioamplify". This allows scaling of raw audio
9515         samples, similar to the "volume" element, but provides different modes
9516         for clipping and allows unlimited amplification. It's mainly targeted
9517         for creative sound design and not as a replacement of the "volume"
9518         element. Fixes #397162
9519         * docs/plugins/Makefile.am:
9520         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9521         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9522         * docs/plugins/gst-plugins-good-plugins.args:
9523         * docs/plugins/inspect/plugin-audiofx.xml:
9524         Add docs for audioamplify and integrate them into the build system
9525         * tests/check/Makefile.am:
9526         * tests/check/elements/audioamplify.c: (setup_amplify),
9527         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
9528         Add fairly extensive unit test suite for audioamplify
9529
9530 2007-01-24  Wim Taymans  <wim@fluendo.com>
9531
9532         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
9533         Unblock pads after adding the pads to the element so that autopluggers
9534         get a change to link something. Possibly fixes #395688.
9535
9536 2007-01-24  Wim Taymans  <wim@fluendo.com>
9537
9538         * gst/rtp/gstrtpamrdepay.c:
9539         * gst/rtp/gstrtpgsmdepay.c:
9540         * gst/rtp/gstrtph263pdepay.c:
9541         * gst/rtp/gstrtph263ppay.c:
9542         * gst/rtp/gstrtph264depay.c:
9543         * gst/rtp/gstrtpilbcdepay.c:
9544         * gst/rtp/gstrtpmp2tdepay.c:
9545         * gst/rtp/gstrtpmp4gdepay.c:
9546         * gst/rtp/gstrtpmp4gpay.c:
9547         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
9548         * gst/rtp/gstrtpmp4vpay.c:
9549         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
9550         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
9551         (gst_rtp_mpa_depay_process):
9552         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
9553         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
9554         * gst/rtp/gstrtppcmadepay.c:
9555         * gst/rtp/gstrtppcmudepay.c:
9556         * gst/rtp/gstrtpspeexdepay.c:
9557         * gst/rtp/gstrtpspeexpay.c:
9558         * gst/rtp/gstrtpsv3vdepay.c:
9559         * gst/rtp/gstrtptheoradepay.c:
9560         * gst/rtp/gstrtptheorapay.c:
9561         * gst/rtp/gstrtpvorbisdepay.c:
9562         * gst/rtp/gstrtpvorbispay.c:
9563         Fix caps with payload numbers.
9564         Add some fixed payload numbers to caps when possible.
9565
9566 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
9567
9568         reviewed by: Stefan Kost  <ensonic@users.sf.net>
9569
9570         * gst/audiofx/Makefile.am:
9571         * gst/audiofx/audiofx.c: (plugin_init):
9572         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
9573         (gst_audio_invert_class_init), (gst_audio_invert_init),
9574         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
9575         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
9576         (gst_audio_invert_transform_float),
9577         (gst_audio_invert_transform_ip):
9578         * gst/audiofx/audioinvert.h:
9579         Add new audiofx element "audioinvert". This element swaps the upper
9580         and lower half of samples and can be used for example for a
9581         wide-stereo effect. Fixes #396057
9582         * docs/plugins/Makefile.am:
9583         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9584         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9585         * docs/plugins/gst-plugins-good-plugins.args:
9586         * docs/plugins/inspect/plugin-audiofx.xml:
9587         Add docs for the audioinvert element and add them to the build system.
9588         * tests/check/Makefile.am:
9589         * tests/check/elements/audioinvert.c: (setup_invert),
9590         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
9591         Add unit test suite for the audioinvert element.
9592
9593 2007-01-23  Wim Taymans  <wim@fluendo.com>
9594
9595         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
9596         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
9597         Parse config params as string and int.
9598         Parse and use AU header length
9599
9600 2007-01-23  Wim Taymans  <wim@fluendo.com>
9601
9602         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
9603         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
9604         * gst/smpte/gstmask.c: (_gst_mask_register):
9605         * gst/smpte/gstmask.h:
9606         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
9607         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
9608         (gst_smpte_paint_triangle_clock):
9609         constify some static structs.
9610         Don't update the mask if nothing changed to the params.
9611         Make sure we never draw outside of the picture. Fixes #398325.
9612
9613 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
9614
9615         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
9616           Error out properly when pull_range fails while we're reading the
9617           headers, instead of just pausing the task silently. Fixes #399338.
9618
9619 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
9620
9621         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
9622           Some more sanity checks to make sure the input formats match and the
9623           input pads are actually negotiated, in case someone tries to feed
9624           buffers from fakesrc or filesrc. Fixes #398299.
9625           Also const-ify an array, just because we can.
9626
9627 2007-01-19  Edward Hervey  <edward@fluendo.com>
9628
9629         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
9630         Ignore previous commit, that was only valid for widths and heights
9631         that are multiples of 4.
9632         Copy over size/stride macros from jpegdec. This allows the element
9633         to work with any width,height...
9634         ... but puts in evidence that the actual transformations only work
9635         with width/height that are multiples of 4.
9636
9637 2007-01-19  Edward Hervey  <edward@fluendo.com>
9638
9639         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
9640         Allocate buffers of the right size.
9641         The proper size of a I420 buffer in bytes is:
9642         
9643             width * height * 3
9644             ------------------
9645                     2
9646
9647 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
9648
9649         * gst/smpte/gstsmpte.c: (gst_smpte_init):
9650           Proxy getcaps on sink pads too, so that we either end up with the
9651           same dimensions on all pads or error out if that's not possible
9652           (seems to work even!). Fixes #398086, I think.
9653
9654 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
9655
9656         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9657         * docs/plugins/gst-plugins-good-plugins.args:
9658         * docs/plugins/gst-plugins-good-plugins.hierarchy:
9659           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
9660           fix integer properties with -1 as minimum value.
9661
9662         * docs/plugins/inspect/plugin-1394.xml:
9663         * docs/plugins/inspect/plugin-aasink.xml:
9664         * docs/plugins/inspect/plugin-alaw.xml:
9665         * docs/plugins/inspect/plugin-alpha.xml:
9666         * docs/plugins/inspect/plugin-alphacolor.xml:
9667         * docs/plugins/inspect/plugin-annodex.xml:
9668         * docs/plugins/inspect/plugin-apetag.xml:
9669         * docs/plugins/inspect/plugin-audiofx.xml:
9670         * docs/plugins/inspect/plugin-auparse.xml:
9671         * docs/plugins/inspect/plugin-autodetect.xml:
9672         * docs/plugins/inspect/plugin-avi.xml:
9673         * docs/plugins/inspect/plugin-cacasink.xml:
9674         * docs/plugins/inspect/plugin-cairo.xml:
9675         * docs/plugins/inspect/plugin-cdio.xml:
9676         * docs/plugins/inspect/plugin-cutter.xml:
9677         * docs/plugins/inspect/plugin-debug.xml:
9678         * docs/plugins/inspect/plugin-dv.xml:
9679         * docs/plugins/inspect/plugin-efence.xml:
9680         * docs/plugins/inspect/plugin-effectv.xml:
9681         * docs/plugins/inspect/plugin-esdsink.xml:
9682         * docs/plugins/inspect/plugin-flac.xml:
9683         * docs/plugins/inspect/plugin-flxdec.xml:
9684         * docs/plugins/inspect/plugin-gconfelements.xml:
9685         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
9686         * docs/plugins/inspect/plugin-goom.xml:
9687         * docs/plugins/inspect/plugin-halelements.xml:
9688         * docs/plugins/inspect/plugin-icydemux.xml:
9689         * docs/plugins/inspect/plugin-id3demux.xml:
9690         * docs/plugins/inspect/plugin-jpeg.xml:
9691         * docs/plugins/inspect/plugin-level.xml:
9692         * docs/plugins/inspect/plugin-matroska.xml:
9693         * docs/plugins/inspect/plugin-mulaw.xml:
9694         * docs/plugins/inspect/plugin-multipart.xml:
9695         * docs/plugins/inspect/plugin-navigationtest.xml:
9696         * docs/plugins/inspect/plugin-ossaudio.xml:
9697         * docs/plugins/inspect/plugin-png.xml:
9698         * docs/plugins/inspect/plugin-rtp.xml:
9699         * docs/plugins/inspect/plugin-rtsp.xml:
9700         * docs/plugins/inspect/plugin-shout2send.xml:
9701         * docs/plugins/inspect/plugin-smpte.xml:
9702         * docs/plugins/inspect/plugin-speex.xml:
9703         * docs/plugins/inspect/plugin-taglib.xml:
9704         * docs/plugins/inspect/plugin-udp.xml:
9705         * docs/plugins/inspect/plugin-videobalance.xml:
9706         * docs/plugins/inspect/plugin-videobox.xml:
9707         * docs/plugins/inspect/plugin-videoflip.xml:
9708         * docs/plugins/inspect/plugin-videomixer.xml:
9709         * docs/plugins/inspect/plugin-wavenc.xml:
9710         * docs/plugins/inspect/plugin-wavparse.xml:
9711         * docs/plugins/inspect/plugin-ximagesrc.xml:
9712           Update to CVS.
9713
9714 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
9715
9716         Patch by: Sebastian Dröge <slomo circular-chaos org>
9717
9718         * gst/audiofx/audiopanorama.c:
9719           Fix doc section name (Fixes #397946)
9720
9721 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
9722
9723         * sys/v4l2/gstv4l2object.c:
9724         (gst_v4l2_object_install_properties_helper),
9725         (gst_v4l2_object_set_property_helper),
9726         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
9727         * sys/v4l2/gstv4l2object.h:
9728         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
9729         (gst_v4l2src_init), (gst_v4l2src_set_property),
9730         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
9731         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
9732         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
9733         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
9734         (gst_v4l2src_capture_deinit):
9735           Fix EIO handing when capturing. Add new property to specify the number of
9736           buffers to enque (and remove the borked num-buffers usage).
9737
9738 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
9739
9740         Patch by: Sebastian Dröge <slomo circular-chaos org>
9741
9742         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
9743         (gst_audio_panorama_set_process_function):
9744           Use a function array for process methods, add more docs and define the
9745           startindex of enums.
9746
9747 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
9748
9749         Patch by: Mark Nauwelaerts <manauw at skynet be>
9750
9751         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
9752         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
9753         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
9754         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
9755         (gst_avi_mux_riff_get_avi_header),
9756         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
9757         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
9758         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
9759         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
9760         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
9761         (gst_avi_mux_change_state):
9762         * gst/avi/gstavimux.h:
9763         * tests/check/elements/avimux.c: (teardown_src_pad):
9764           Add support for more than one audio stream; write better AVIX
9765           header; refactor code a bit; don't announce vorbis caps on our audio
9766           sink pads since we don't support it anyway. Closes #379298.
9767
9768 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
9769
9770         Patch by: Sebastian Dröge <slomo circular-chaos org>
9771
9772         * gst/audiofx/audiopanorama.c:
9773         (gst_audio_panorama_method_get_type),
9774         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
9775         (gst_audio_panorama_set_process_function),
9776         (gst_audio_panorama_set_property),
9777         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
9778         (gst_audio_panorama_transform_m2s_int_simple),
9779         (gst_audio_panorama_transform_s2s_int_simple),
9780         (gst_audio_panorama_transform_m2s_float_simple),
9781         (gst_audio_panorama_transform_s2s_float_simple):
9782         * gst/audiofx/audiopanorama.h:
9783           Add 'method' property and provide a simple (non-psychoacustic)
9784           processing method (#394859).
9785
9786         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
9787         (panorama_suite):
9788           Tests for new method.
9789
9790 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
9791
9792         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
9793         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
9794           Set correct caps on outgoing pulled buffers, or things blow up
9795           after recent core changes.
9796
9797 2007-01-11  Wim Taymans  <wim@fluendo.com>
9798
9799         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
9800
9801         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
9802         (gst_multipart_mux_request_new_pad),
9803         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
9804         (gst_multipart_mux_change_state):
9805         Return FLOW errors ASAP. Fixes #394977.
9806         Misc cleanups.
9807
9808 2007-01-11  Wim Taymans  <wim@fluendo.com>
9809
9810         Patch by: Lutz Mueller <lutz at topfrose dot de>
9811
9812         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
9813         Check for stream pad before activating. 
9814
9815 2007-01-10  Wim Taymans  <wim@fluendo.com>
9816
9817         Patch by: Peter Kjellerstedt  <pkj at axis com>
9818
9819         * gst/rtsp/COPYING.MIT:
9820         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
9821         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
9822         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
9823         (gst_rtspsrc_stream_configure_transport),
9824         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
9825         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
9826         (gst_rtspsrc_parse_methods),
9827         (gst_rtspsrc_create_transports_string),
9828         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
9829         (gst_rtspsrc_open), (gst_rtspsrc_close):
9830         * gst/rtsp/gstrtspsrc.h:
9831         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9832         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
9833         (parse_request_line), (parse_line), (rtsp_connection_read),
9834         (rtsp_connection_close):
9835         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
9836         (rtsp_method_as_text), (rtsp_header_as_text),
9837         (rtsp_status_as_text), (rtsp_find_header_field),
9838         (rtsp_find_method):
9839         * gst/rtsp/rtspdefs.h:
9840         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
9841         (rtsp_ext_wms_configure_stream):
9842         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
9843         (rtsp_message_new_request), (rtsp_message_init_request),
9844         (rtsp_message_new_response), (rtsp_message_init_response),
9845         (rtsp_message_init_data), (rtsp_message_unset),
9846         (rtsp_message_free), (rtsp_message_add_header),
9847         (rtsp_message_get_header), (rtsp_message_set_body),
9848         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
9849         * gst/rtsp/rtspmessage.h:
9850         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
9851         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
9852         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
9853         (sdp_message_dump):
9854         Allow url to be NULL to be able to use it for server connections.
9855         Can now send responses as well as requests.
9856         No longer hangs in an endless loop if EOF is received.
9857         Can now convert a status code to a text string.
9858         Return RTSP_HDR_INVALID for unknown headers.
9859         Return RTSP_INVALID for unknown methods.
9860         Copy CSeq and Session headers from the request.
9861         Only free memory corresponding to the currently set message type.
9862         Added const to function arguments as appropriate.
9863         Avoid a compiler warning when initializing nmedia.
9864         Use guint rather than gint to avoid compiler warnings.
9865         Fix crasher in wms extension.
9866         Factor out stream setup from open_connection.
9867         Delay activation of streams when actual data is received from the
9868         server, this prepares us to do proper protocol switching.
9869         Added new license.
9870         Fixes #380895.
9871
9872
9873 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
9874
9875         Patch by: Sebastian Dröge <slomo ubuntu com>
9876
9877         * docs/plugins/Makefile.am:
9878         * gst/audiofx/audiopanorama.c:
9879           Some small docs fixes (#394851).
9880
9881 2007-01-09  Wim Taymans  <wim@fluendo.com>
9882
9883         * gst/avi/gstavidemux.c:
9884         Fix docs.
9885
9886 2007-01-09  Wim Taymans  <wim@fluendo.com>
9887
9888         * gst/rtp/Makefile.am:
9889         * gst/rtp/gstrtp.c: (plugin_init):
9890         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
9891         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
9892         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
9893         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
9894         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
9895         * gst/rtp/gstrtpmpvdepay.h:
9896           Added RFC 2250 MPEG Video Depayloader.
9897
9898         * gst/rtp/gstrtpL16depay.h:
9899         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
9900         (gst_rtp_h263p_depay_process):
9901         Fix Header file. Small cleanups.
9902
9903         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
9904         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
9905         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
9906         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
9907         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
9908         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
9909         (gst_rtp_mp4v_depay_change_state):
9910         Remove usused code. Remove Adapter from state Change. Added debug.
9911
9912         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
9913         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
9914         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
9915         * gst/rtp/gstrtpmpadepay.h:
9916         Subclass base depayloader.
9917         Added debug.
9918         Support static payload type assignment as well.
9919
9920         * gst/rtp/gstrtpmpapay.c:
9921         Fix caps.
9922
9923 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
9924
9925         Patch by: Vincent Torri  <vtorri at univ-evry fr>
9926
9927         * ext/jpeg/gstjpegdec.c:
9928         * ext/jpeg/gstjpegenc.c:
9929         * ext/jpeg/smokecodec.c:
9930           These libjpeg callbacks should return a 'boolean' (unsigned char
9931           apparently) and not a 'gboolean' (which maps to gint). Fixes
9932           warnings when compiling with MingW (#393427).
9933
9934         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
9935           Use ioctlsocket on win32.
9936
9937         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
9938           Some printf format fixes for win32.
9939
9940 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
9941
9942         * gst/cutter/gstcutter.c: (gst_cutter_chain):
9943           Use gst_guint64_to_gdouble for conversion.
9944         * win32/vs6/libgstmatroska.dsp:
9945           Add zlib to the link.
9946         * win32/vs6/libgstvideobox.dsp:
9947           Update liboil library name (project is linked to 
9948           liboil-0.3-0.lib now).
9949           
9950 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
9951
9952         * gst/matroska/Makefile.am:
9953           If zlib is available and used, we must link it explicitly for
9954           things to work on MingW (fixes #392855).
9955
9956 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
9957
9958         * ext/esd/esdsink.c: (gst_esdsink_delay):
9959           Don't return bogus values when esd_get_delay() fails for some
9960           reason (#392189).
9961
9962 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
9963
9964         * sys/ximage/gstximagesrc.c: (composite_pixel):
9965           Fix presumably copy'n'pasto for 16bpp depth.
9966
9967 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
9968
9969         * gst/matroska/matroska-mux.c:
9970         (gst_matroska_mux_audio_pad_setcaps):
9971           The "signed" field in audio caps is of boolean type, trying to use
9972           gst_structure_get_int() to extract it will fail. Fixing this makes
9973           matroskamux accept raw audio input (#387121) (use at your own risk
9974           though, due to the matroska spec being not entirely useful in this
9975           respect).
9976           Also fix up raw audio structures in template caps so that they
9977           represent what our setcaps function will actually accept, so that
9978           converters know what to convert to.
9979           Finally, don't fail if there isn't an "endianness" field in 8-bit
9980           PCM caps.
9981
9982 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
9983
9984         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
9985         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
9986         * tests/check/elements/cmmldec.c: (setup_cmmldec),
9987         (teardown_cmmldec):
9988         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
9989         (teardown_cmmlenc):
9990         * tests/check/elements/level.c: (setup_level), (cleanup_level):
9991           reapply consistent pad (de)activation
9992
9993 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
9994
9995         * configure.ac:
9996         Back to CVS
9997
9998         * gst-plugins-good.doap:
9999         Add 0.10.5 doap entry
10000
10001 === release 0.10.5 ===
10002
10003 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
10004
10005         * configure.ac:
10006           releasing 0.10.5, "The Path of Thorns"
10007
10008 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
10009
10010         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
10011         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
10012         * tests/check/elements/cmmldec.c: (setup_cmmldec),
10013         (teardown_cmmldec):
10014         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
10015         (teardown_cmmlenc):
10016         * tests/check/elements/level.c: (setup_level), (cleanup_level):
10017           revert my freeze breakage
10018
10019 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
10020
10021         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
10022         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
10023         * tests/check/elements/cmmldec.c: (setup_cmmldec),
10024         (teardown_cmmldec):
10025         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
10026         (teardown_cmmlenc):
10027         * tests/check/elements/level.c: (setup_level), (cleanup_level):
10028           consistent pad (de)activation
10029
10030 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
10031
10032         * configure.ac:
10033         * ext/Makefile.am:
10034         Disable LADPSA, as it has moved to the -bad module for the duration.
10035
10036 2006-12-18  Wim Taymans  <wim@fluendo.com>
10037
10038         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
10039         (gst_signal_processor_event):
10040         Reset flow_state back to _OK after a flush stop so that we exit our
10041         error state after the flush. Fixes #374213
10042
10043 2006-12-16  David Schleef  <ds@schleef.org>
10044
10045         * sys/osxvideo/osxvideosink.h:
10046         * sys/osxvideo/osxvideosink.m:
10047           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
10048
10049 2006-12-16  David Schleef  <ds@schleef.org>
10050
10051         Patch by: Vijay Santhanam <vijay santhanam gmail com>
10052
10053         * sys/osxvideo/Makefile.am:
10054         * sys/osxvideo/osxvideosink.h:
10055         * sys/osxvideo/osxvideosink.m:
10056           Preliminary patch for porting osxvideosink
10057
10058 2006-12-16  Wim Taymans  <wim@fluendo.com>
10059
10060         Patch by: Sjoerd Simons <sjoerd at luon dot net>
10061
10062         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
10063         (gst_videomixer_set_master_geometry),
10064         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
10065         (gst_videomixer_reset), (gst_videomixer_init),
10066         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
10067         (gst_videomixer_release_pad), (gst_videomixer_collected),
10068         (gst_videomixer_change_state):
10069         Introduce some locking around the videomixer state so that it does not
10070         crash when adding/removing pads. Fixes #383043.
10071
10072 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
10073
10074         * configure.ac:
10075           Make sure libcaca can actually be used instead of just checking for
10076           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
10077           cross-compiling (fixes #384587).
10078
10079 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
10080
10081         * Makefile.am:
10082         * gst-plugins-good.doap:
10083         * gst-plugins-good.spec.in:
10084           adding doap file
10085
10086 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
10087
10088         * configure.ac:
10089           libflac-1.1.3 changed API again, but we can't build against it yet,
10090           so make sure our check doesn't use libflac-1.1.3 and add a comment
10091           to this effect.
10092
10093 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
10094
10095         * gst/effectv/gstquark.c: (gst_quarktv_transform),
10096         (gst_quarktv_planetable_clear):
10097           Add some NULL pointer checks (possibly related to #385623).
10098
10099 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
10100
10101         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
10102         (gst_tag_demux_chain):
10103         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
10104           In streaming mode, if the first buffer we get doesn't have an
10105           offset, fix it up to be 0, otherwise trimming won't work later on
10106           and we'll be typefinding application/x-id3, which may result in
10107           decodebin plugging an endless number of id3demux elements as a
10108           consequence. Fixes #385031.
10109           
10110 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
10111
10112         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
10113           Ignore the buffer_time the sound device reports. Turns out it is 
10114           sometimes completely bogus and we're better off without it.
10115
10116 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
10117
10118         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10119         (gst_matroska_demux_video_caps):
10120         * gst/matroska/matroska-ids.c:
10121         (gst_matroska_track_init_video_context):
10122         * gst/matroska/matroska-ids.h:
10123           Try harder to extract the framerate for video tracks correctly and
10124           save it directly instead of converting it back and forth a few
10125           times. Mostly makes a difference for very small framerates (<1).
10126           Fixes #380199.
10127
10128 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
10129
10130         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
10131         (gst_gconf_audio_src_dispose), (do_toggle_element):
10132         * ext/gconf/gstgconfaudiosrc.h:
10133           Remove gconf notify hook when the gconfaudiosrc element is
10134           destroyed, otherwise the callback may be called on an
10135           already-destroyed instance and bad things happen. Should fix
10136           #378184.
10137           Also ignore gconf key changes when the source is already running.
10138
10139 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
10140
10141         Patch by: Sebastian Dröge  <mail at slomosnail de>
10142
10143         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
10144           We need to be able to read and parse any possible floating point string
10145           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
10146           will parse the former only in certain locales though, so we really need
10147           to canonicalise the separator to '.' and then use g_ascii_strtod() to
10148           make sure we can parse either version at all times.
10149           Fixes #382982 for real.
10150
10151 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
10152
10153         * sys/sunaudio/gstsunaudiomixerctrl.c:
10154         * sys/sunaudio/gstsunaudiosrc.c:
10155
10156         Use the sunaudio debug category.
10157
10158         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
10159         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
10160         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
10161         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
10162         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
10163         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
10164         (gst_sunaudiosink_reset):
10165         * sys/sunaudio/gstsunaudiosink.h:
10166
10167         Uses the sunaudio debug category for all debug output
10168         Implements the _delay() callback to synchronise video playback better
10169         Change the segtotal and segsize values back to the parent class 
10170           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
10171           respectively)
10172         Measure the samples written to the device vs. played.
10173         Keep track of segments in the device by writing empty eof frames, and
10174         sleep using a GCond when we get too far ahead and risk overrunning the
10175         sink's ringbuffer.
10176
10177         Fixes: #360673
10178
10179 2006-12-08  Wim Taymans  <wim@fluendo.com>
10180
10181         Patch by: Sebastian Dröge  <mail at slomosnail de >
10182
10183         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
10184         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
10185         * gst/audiofx/audiopanorama.h:
10186         Fix audiopanorame with float samples. Fixes #383726.
10187
10188 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
10189
10190         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
10191         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
10192         (gst_sunaudiosrc_reset):
10193
10194         Implement reset functions to unblock the src/sink more quickly on 
10195         state change requests.
10196         Patch by: Brian Cameron <brian dot cameron at sun com>
10197
10198 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
10199
10200         * sys/sunaudio/gstsunaudiomixer.c:
10201         (gst_sunaudiomixer_change_state):
10202         Construct the correct mixer device name when the AUDIODEV env var
10203         is set.
10204
10205         Patch by: Jerry Tan <jerry.tan at sun dot com>
10206         Fixes: #383596
10207
10208 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
10209
10210         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
10211         Apply patch to open the mixer control and set the MULTIPLE_OPEN
10212         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
10213         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
10214         Patch by: Jerry Tan <jerry.tan at sun dot com>
10215         Fixes: #349015
10216
10217 2006-12-07  Wim Taymans  <wim@fluendo.com>
10218
10219         * gst/smpte/gstmask.h:
10220         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
10221         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
10222         (gst_smpte_collected), (gst_smpte_set_property),
10223         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
10224         * gst/smpte/gstsmpte.h:
10225         Port to 0.10 some more. 
10226         Added duration property to specify the duration of the transition.
10227         Make framerate a fraction.
10228         Deprecate fps property, we only use negotiated fps.
10229         Added docs.
10230         Fix collectpad usage.
10231         Reset state in READY.
10232         Send NEWSEGMENT event.
10233         Fix racy updates of object properties.
10234         Added debug category.
10235         Fixes #383323.
10236
10237 2006-12-06  Wim Taymans  <wim@fluendo.com>
10238
10239         Patch by: Sjoerd Simons <sjoerd at luon dot net>
10240
10241         * gst/videomixer/videomixer.c:
10242         (gst_videomixer_set_master_geometry),
10243         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
10244         Don't reset xpos and ypos in the setcaps function because causes
10245         unexpected behaviour.
10246         Fixes #382179.
10247
10248 2006-12-06  Wim Taymans  <wim@fluendo.com>
10249
10250         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
10251         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
10252         Keep track of the buffer timestamp in the collectdata member instead
10253         of modifying the buffer without making the metadata writable first.
10254         Fixes #382277.
10255
10256 2006-12-06  Wim Taymans  <wim@fluendo.com>
10257
10258         Patch by: Rob Taylor <robtaylor at floopily dot org>
10259
10260         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
10261         If using multicast in udpsrc, bind to the multicast address rather than
10262         IN_ADDR_ANY.
10263         This allows the simultanous use of multiple udpsrcs listening on
10264         different multicat addresses. Without this all udpsrcs will receive all
10265         packets from all subscribed multicast addresses.
10266         Fixes #383001.
10267
10268 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
10269
10270         * ext/taglib/gstid3v2mux.cc:
10271         Don't attempt to write a NULL frame into the ID3 tag set when the 
10272         createFrame method returned NULL.
10273         Fixes: #381857
10274         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
10275
10276 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
10277
10278         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
10279         Use g_strtod() instead of sscanf to parse doubles, so that it will
10280         try parsing in the C locale if the current locale fails.
10281         Fixes: #382982
10282         Patch by: Sebastian Dröge  <mail at slomosnail de >
10283
10284 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
10285
10286         * win32/MANIFEST:
10287         Fix compilation on win32 under VS8
10288         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
10289         Partially fixes #381175
10290
10291 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
10292
10293         * gst/avi/gstavimux.c:
10294           accept all mpegversions,fixes #380825
10295           spotted by: Jerome Alet  
10296
10297 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
10298
10299         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
10300         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
10301         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
10302         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
10303           cleanup the error message a bit more
10304
10305 2006-11-28  Wim Taymans  <wim@fluendo.com>
10306
10307         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
10308         Fix width and height properties.
10309
10310         * ext/libcaca/gstcacasink.h:
10311         Fix compilation on newer libcaca that require us to include a new
10312         header. Fixes #379918.
10313
10314 2006-11-28  Wim Taymans  <wim@fluendo.com>
10315
10316         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
10317         * gst/rtsp/gstrtspsrc.h:
10318         * gst/rtsp/rtspext.h:
10319         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
10320         (rtsp_ext_wms_get_context):
10321         Add method so that extensions can choose to disable the setup of
10322         a stream.
10323         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
10324
10325 2006-11-27  Wim Taymans  <wim@fluendo.com>
10326
10327         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
10328
10329         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
10330         Push header in a separate buffer instead of memcpy:ing all data.
10331         Change LF => CRLF in headers.
10332         Move trailing LF to header. Fixes #379792.
10333
10334 2006-11-27  Wim Taymans  <wim@fluendo.com>
10335
10336         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
10337         Small buffer overflow fix and improve debugging.
10338
10339 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
10340
10341         * ext/esd/esdmon.h:
10342         * ext/esd/esdsink.h:
10343           remove obsolete _factory_init protos
10344
10345 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
10346
10347         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
10348         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
10349         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
10350         (gst_avi_demux_read_subindexes_push),
10351         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
10352         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
10353         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
10354         (gst_avi_demux_massage_index),
10355         (gst_avi_demux_calculate_durations_from_index),
10356         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
10357         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
10358         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
10359           remove dead code, tweak debugs statements, add comments, use
10360           _uint64_scale instead _uint64_scale_int when using guint64 values,
10361           small optimizations, reflow some error handling
10362
10363 2006-11-22  Edward Hervey  <edward@fluendo.com>
10364
10365         * po/.cvsignore:
10366         We never put .pot files in cvs. Let's ignore them all.
10367
10368 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
10369
10370         * po/POTFILES.in:
10371           ... but better exclude files that aren't disted.
10372
10373 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
10374
10375         * po/POTFILES.in:
10376           Add v4l2 source files to list of files with translations, so the
10377           strings are actually extracted (however bad they still may be).
10378
10379 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
10380
10381         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
10382           Minor clean-ups: const-ify static array, remove trailing comma from
10383           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
10384
10385 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
10386
10387         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
10388         Make sure that g_free always gets called on the same pointer that was 
10389         returned by g_malloc.  Fixes #376594.
10390         Do not leak memory if decompressed size is wrong.
10391         Remove unneeded check of return value of g_malloc.
10392         Patch by: René Stadler <mail@renestadler.de>
10393
10394 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
10395
10396         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
10397           Add missing curly brackets.
10398
10399 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
10400
10401         * sys/v4l2/v4l2src_calls.c:
10402         Fix capture_deinit.
10403
10404 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
10405
10406         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
10407         (gst_matroska_mux_request_new_pad):
10408           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
10409
10410         * tests/check/elements/matroskamux.c: (setup_src_pad),
10411         (setup_sink_pad), (GST_START_TEST):
10412         Activate pads before using them.
10413
10414 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
10415
10416         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
10417           Initialise variable to get rid of bogus compiler warning.
10418
10419 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
10420
10421         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
10422
10423         * gst/rtp/gstrtph263pay.c:
10424         * gst/rtp/gstrtph263pdepay.c:
10425         * gst/rtp/gstrtph263ppay.c:
10426           Specify H.263 variant and version in the caps (fixes #361637)
10427
10428 2006-11-15  Wim Taymans  <wim@fluendo.com>
10429
10430         * gst/rtsp/rtspconnection.c: (read_body):
10431         Don't set a data pointer to NULL and a size > 0 when we deal
10432         with empty packets.
10433
10434         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
10435         (rtsp_message_init_response), (rtsp_message_init_data),
10436         (rtsp_message_unset), (rtsp_message_free),
10437         (rtsp_message_take_body):
10438         Check that we can't create invalid empty packets. 
10439
10440 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
10441
10442         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10443
10444         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
10445         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
10446         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
10447         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
10448         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
10449         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
10450         * gst/matroska/matroska-mux.h:
10451           Add basic tag writing support; implement releasing pads (#374658).
10452
10453 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
10454
10455         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10456         (gst_matroska_demux_audio_caps):
10457           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
10458
10459 2006-11-14  David Schleef  <ds@schleef.org>
10460
10461         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
10462
10463 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
10464
10465         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
10466
10467         * win32/vs8/gst-plugins-good.sln:
10468         * win32/vs8/libgst1394.vcproj:
10469         * win32/vs8/libgstaasink.vcproj:
10470         * win32/vs8/libgstalaw.vcproj:
10471         * win32/vs8/libgstalpha.vcproj:
10472         * win32/vs8/libgstalphacolor.vcproj:
10473         * win32/vs8/libgstannodex.vcproj:
10474         * win32/vs8/libgstapetag.vcproj:
10475         * win32/vs8/libgstaudiofx.vcproj:
10476         * win32/vs8/libgstauparse.vcproj:
10477         * win32/vs8/libgstautodetect.vcproj:
10478         * win32/vs8/libgstavi.vcproj:
10479         * win32/vs8/libgstcacasink.vcproj:
10480         * win32/vs8/libgstcdio.vcproj:
10481         * win32/vs8/libgstcutter.vcproj:
10482         * win32/vs8/libgstdv.vcproj:
10483         * win32/vs8/libgsteffectv.vcproj:
10484         * win32/vs8/libgstflac.vcproj:
10485         * win32/vs8/libgstflxdec.vcproj:
10486         * win32/vs8/libgstgoom.vcproj:
10487         * win32/vs8/libgsticydemux.vcproj:
10488         * win32/vs8/libgstid3demux.vcproj:
10489         * win32/vs8/libgstjpeg.vcproj:
10490         * win32/vs8/libgstladspa.vcproj:
10491         * win32/vs8/libgstlevel.vcproj:
10492         * win32/vs8/libgstmatroska.vcproj:
10493         * win32/vs8/libgstmikmod.vcproj:
10494         * win32/vs8/libgstmng.vcproj:
10495         * win32/vs8/libgstmonoscope.vcproj:
10496         * win32/vs8/libgstmulaw.vcproj:
10497         * win32/vs8/libgstmultipart.vcproj:
10498         * win32/vs8/libgstpng.vcproj:
10499         * win32/vs8/libgstrtp.vcproj:
10500         * win32/vs8/libgstrtsp.vcproj:
10501         * win32/vs8/libgstshout2.vcproj:
10502         * win32/vs8/libgstsmpte.vcproj:
10503         * win32/vs8/libgstspeex.vcproj:
10504         * win32/vs8/libgsttaglib.vcproj:
10505         * win32/vs8/libgstudp.vcproj:
10506         * win32/vs8/libgstvideobalance.vcproj:
10507         * win32/vs8/libgstvideobox.vcproj:
10508         * win32/vs8/libgstvideoflip.vcproj:
10509         * win32/vs8/libgstvideomixer.vcproj:
10510         * win32/vs8/libgstwavenc.vcproj:
10511         * win32/vs8/libgstwavparse.vcproj:
10512           Make end-of-line returns unixy, so that when the files are checked
10513           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
10514           Hopefully fixes #366492.
10515
10516 2006-11-14  Wim Taymans  <wim@fluendo.com>
10517
10518         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10519         Disable init_frames delay timestamp adjustment, it does not
10520         seem to be needed at all. Fixes #369621.
10521
10522 2006-11-13  Wim Taymans  <wim@fluendo.com>
10523
10524         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10525
10526         * gst/videomixer/videomixer.c:
10527         (gst_videomixer_set_master_geometry),
10528         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
10529         (gst_videomixer_collect_free), (gst_videomixer_reset),
10530         (gst_videomixer_init), (gst_videomixer_finalize),
10531         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
10532         (gst_videomixer_collected), (gst_videomixer_change_state):
10533         Fix memleak by unref'ing collectpads instance (when finalizing)
10534         Implement releasing a request pad. Fixes #374479.
10535
10536 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
10537
10538         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
10539
10540         * win32/vs8/gst-plugins-good.sln:
10541         * win32/vs8/libgst1394.vcproj:
10542         * win32/vs8/libgstaasink.vcproj:
10543         * win32/vs8/libgstalaw.vcproj:
10544         * win32/vs8/libgstalpha.vcproj:
10545         * win32/vs8/libgstalphacolor.vcproj:
10546         * win32/vs8/libgstannodex.vcproj:
10547         * win32/vs8/libgstapetag.vcproj:
10548         * win32/vs8/libgstaudiofx.vcproj:
10549         * win32/vs8/libgstauparse.vcproj:
10550         * win32/vs8/libgstautodetect.vcproj:
10551         * win32/vs8/libgstavi.vcproj:
10552         * win32/vs8/libgstcacasink.vcproj:
10553         * win32/vs8/libgstcdio.vcproj:
10554         * win32/vs8/libgstcutter.vcproj:
10555         * win32/vs8/libgstdv.vcproj:
10556         * win32/vs8/libgsteffectv.vcproj:
10557         * win32/vs8/libgstflac.vcproj:
10558         * win32/vs8/libgstflxdec.vcproj:
10559         * win32/vs8/libgstgoom.vcproj:
10560         * win32/vs8/libgsticydemux.vcproj:
10561         * win32/vs8/libgstid3demux.vcproj:
10562         * win32/vs8/libgstjpeg.vcproj:
10563         * win32/vs8/libgstladspa.vcproj:
10564         * win32/vs8/libgstlevel.vcproj:
10565         * win32/vs8/libgstmatroska.vcproj:
10566         * win32/vs8/libgstmikmod.vcproj:
10567         * win32/vs8/libgstmng.vcproj:
10568         * win32/vs8/libgstmonoscope.vcproj:
10569         * win32/vs8/libgstmulaw.vcproj:
10570         * win32/vs8/libgstmultipart.vcproj:
10571         * win32/vs8/libgstpng.vcproj:
10572         * win32/vs8/libgstrtp.vcproj:
10573         * win32/vs8/libgstrtsp.vcproj:
10574         * win32/vs8/libgstshout2.vcproj:
10575         * win32/vs8/libgstsmpte.vcproj:
10576         * win32/vs8/libgstspeex.vcproj:
10577         * win32/vs8/libgsttaglib.vcproj:
10578         * win32/vs8/libgstudp.vcproj:
10579         * win32/vs8/libgstvideobalance.vcproj:
10580         * win32/vs8/libgstvideobox.vcproj:
10581         * win32/vs8/libgstvideoflip.vcproj:
10582         * win32/vs8/libgstvideomixer.vcproj:
10583         * win32/vs8/libgstwavenc.vcproj:
10584         * win32/vs8/libgstwavparse.vcproj:
10585           Add VS8 project files (note that many of the plugins in ext are
10586           disabled by default). Fixes #366492.
10587
10588 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
10589
10590         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
10591           we do not translate debug messages
10592
10593 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
10594
10595         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
10596           fix categorisation, make short desc more explicit, remove unused code
10597           Fixes #372021
10598
10599 2006-11-08  Wim Taymans  <wim@fluendo.com>
10600
10601         * gst/rtp/gstrtpL16depay.c:
10602         * gst/rtp/gstrtpamrdepay.c:
10603         * gst/rtp/gstrtpamrpay.c:
10604         * gst/rtp/gstrtpgsmdepay.c:
10605         * gst/rtp/gstrtph263pay.c:
10606         * gst/rtp/gstrtph263pdepay.c:
10607         * gst/rtp/gstrtph263ppay.c:
10608         * gst/rtp/gstrtph264depay.c:
10609         * gst/rtp/gstrtpmp2tdepay.c:
10610         * gst/rtp/gstrtpmp4gdepay.c:
10611         * gst/rtp/gstrtpmp4gpay.c:
10612         * gst/rtp/gstrtpmp4vdepay.c:
10613         * gst/rtp/gstrtpmp4vpay.c:
10614         * gst/rtp/gstrtpmpadepay.c:
10615         * gst/rtp/gstrtpmpapay.c:
10616         * gst/rtp/gstrtppcmadepay.c:
10617         * gst/rtp/gstrtppcmapay.c:
10618         * gst/rtp/gstrtppcmudepay.c:
10619         * gst/rtp/gstrtppcmupay.c:
10620         * gst/rtp/gstrtpspeexdepay.c:
10621         * gst/rtp/gstrtpspeexpay.c:
10622         * gst/rtp/gstrtpsv3vdepay.c:
10623         Fix element descriptions.
10624
10625 2006-11-08  Wim Taymans  <wim@fluendo.com>
10626
10627         * gst/rtp/gstrtpvorbisdepay.c:
10628         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
10629         Fix description.
10630         Small cleanup in the payloader.
10631
10632 2006-11-08  Wim Taymans  <wim@fluendo.com>
10633
10634         * gst/rtp/Makefile.am:
10635         * gst/rtp/gstrtp.c: (plugin_init):
10636         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
10637         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
10638         (gst_rtp_theora_depay_finalize),
10639         (gst_rtp_theora_depay_parse_configuration),
10640         (gst_rtp_theora_depay_setcaps),
10641         (gst_rtp_theora_depay_switch_codebook),
10642         (gst_rtp_theora_depay_process),
10643         (gst_rtp_theora_depay_set_property),
10644         (gst_rtp_theora_depay_get_property),
10645         (gst_rtp_theora_depay_change_state),
10646         (gst_rtp_theora_depay_plugin_init):
10647         * gst/rtp/gstrtptheoradepay.h:
10648         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
10649         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
10650         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
10651         (gst_rtp_theora_pay_init_packet),
10652         (gst_rtp_theora_pay_flush_packet),
10653         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
10654         (gst_rtp_theora_pay_handle_buffer),
10655         (gst_rtp_theora_pay_plugin_init):
10656         * gst/rtp/gstrtptheorapay.h:
10657         Add theora pay/depayloaders.
10658
10659 2006-11-06  Wim Taymans  <wim@fluendo.com>
10660
10661         * gst/rtp/Makefile.am:
10662         We depend on gsttag to generate the vorbis comments.
10663
10664         * gst/rtp/gstrtpvorbisdepay.c:
10665         (gst_rtp_vorbis_depay_parse_configuration),
10666         (gst_rtp_vorbis_depay_setcaps),
10667         (gst_rtp_vorbis_depay_switch_codebook),
10668         (gst_rtp_vorbis_depay_process):
10669         * gst/rtp/gstrtpvorbisdepay.h:
10670         Parse configuration string in the depayloader.
10671         Implement selecting and switching to a new codebook.
10672         Receiving vorbis over RTP now works.
10673
10674         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
10675         (gst_rtp_vorbis_pay_init_packet),
10676         (gst_rtp_vorbis_pay_finish_headers),
10677         (gst_rtp_vorbis_pay_handle_buffer):
10678         * gst/rtp/gstrtpvorbispay.h:
10679         Set timestamps on outgoing buffers and RTP packets.
10680         Fix configuration string, prepend number of Packet headers.
10681         Fix encoding of ident string.
10682         Add delivery-method to caps.
10683         Streaming vorbis over RTP now works.
10684
10685 2006-11-06  Wim Taymans  <wim@fluendo.com>
10686
10687         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
10688         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
10689         (gst_rtp_vorbis_pay_handle_buffer):
10690         * gst/rtp/gstrtpvorbispay.h:
10691         Generate a valid configuration string in the caps based on the
10692         vorbis headers.
10693
10694 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
10695
10696         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
10697         * ext/cdio/gstcdio.h:
10698         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
10699           Move CD-TEXT utility function into common file so it can also be
10700           used by a future cdioparanoiasrc.
10701
10702 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
10703         
10704         * sys/v4l2/Makefile.am:
10705         * sys/v4l2/gstv4l2object.c:
10706         * sys/v4l2/gstv4l2src.c:
10707         * sys/v4l2/gstv4l2xoverlay.c:
10708         * sys/v4l2/v4l2_calls.c:
10709         * sys/v4l2/v4l2src_calls.c:
10710         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
10711         xoverlay code that is still not implemented.
10712
10713 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
10714
10715         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
10716           We require a -base more recent than 0.10.9, so it's safe to use
10717           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
10718
10719         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
10720         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
10721           Use _newsegment_full() now that we depend on a recent enough core.
10722
10723         * gst/wavparse/gstwavparse.c:
10724           Remove cruft that we don't need any longer now that we depend on
10725           a recent enough -base.
10726
10727 2006-10-31  Wim Taymans  <wim@fluendo.com>
10728
10729         * gst/rtp/Makefile.am:
10730         * gst/rtp/gstrtp.c: (plugin_init):
10731         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
10732         (gst_rtpilbcpay_setcaps):
10733         Fix and activate ILBC pay and depayloaders. Fixes #368162.
10734
10735 2006-10-31  Wim Taymans  <wim@fluendo.com>
10736
10737         * ext/speex/gstspeexdec.c: (speex_dec_convert),
10738         (speex_dec_sink_event), (speex_dec_chain_parse_header):
10739         Some small cleanups, use _scale.
10740
10741 2006-10-31  Wim Taymans  <wim@fluendo.com>
10742
10743         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
10744         Use higher precision scale function.
10745
10746 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
10747
10748         Patch by: Michal Benes  <michal dot benes at itonis tv>
10749
10750         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
10751         (gst_matroska_demux_read_track_encodings),
10752         (gst_matroska_decode_buffer):
10753           Fix several issues with encoded/compressed/encrypted/signed tracks;
10754           also, remove superfluous newline characters from some debug
10755           statements. (#366155)
10756
10757 2006-10-30  Wim Taymans  <wim@fluendo.com>
10758
10759         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
10760         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
10761         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
10762         (gst_smokedec_change_state):
10763         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
10764         (gst_smokeenc_init), (gst_smokeenc_finalize),
10765         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
10766         (gst_smokeenc_resync), (gst_smokeenc_chain),
10767         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
10768         (gst_smokeenc_change_state):
10769         Various cleanups, capsnego and leak fixes.
10770
10771 2006-10-30  Wim Taymans  <wim@fluendo.com>
10772
10773         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10774
10775         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
10776         Fix videomixer so that it can handle any combination of framerates.
10777         Fixes #367221.
10778
10779 2006-10-28  Wim Taymans  <wim@fluendo.com>
10780
10781         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10782         (gst_avi_demux_parse_file_header),
10783         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
10784         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
10785         (gst_avi_demux_chain):
10786         Fix position query for audio. also fixes timestamps in streaming
10787         mode and bug #364958.
10788         Small cleanups.
10789
10790 2006-10-27  Wim Taymans  <wim@fluendo.com>
10791
10792         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
10793         * ext/libpng/gstpngenc.h:
10794         Fix strides. Fixes #364856.
10795         Cleanup capsnego.
10796         Set caps on outgoing buffers.
10797
10798 2006-10-18  Wim Taymans  <wim@fluendo.com>
10799
10800         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
10801
10802         * gst/rtp/gstrtpgsmpay.c:
10803         * gst/rtp/gstrtph263pay.c:
10804         * gst/rtp/gstrtpmpapay.c:
10805         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
10806         (gst_rtp_pcma_pay_handle_buffer):
10807         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
10808         Add static payload numbers in addition to the dynamic ones.
10809         Fixes #361639.
10810
10811 2006-10-18  Wim Taymans  <wim@fluendo.com>
10812
10813         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
10814         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
10815         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
10816         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
10817         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
10818         * gst/rtsp/rtspdefs.h:
10819         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
10820         * gst/rtsp/rtspurl.h:
10821         Reuse already existing enum for lower transport.
10822         Add rtspt and rtspu protocols.
10823         Send redirect to rtspt when udp times out.
10824
10825 2006-10-18  Wim Taymans  <wim@fluendo.com>
10826
10827         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
10828         (gst_wavparse_stream_data):
10829         Fix seeking some more, mostly for speed changes.
10830
10831 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
10832
10833         Patch by: Fredrik Persson  <frepe at bredband net>
10834
10835         * sys/v4l2/gstv4l2tuner.c:
10836         * sys/v4l2/gstv4l2tuner.h:
10837           Fix _set_channel(): remove useless g_object_notify() for "channel"
10838           property that doesn't exist any longer and therefore now also
10839           useless redirect (#338818).
10840
10841 2006-10-17  Wim Taymans  <wim@fluendo.com>
10842
10843         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
10844         Some drivers do not support unsetting the non-blocking flag once the
10845         device is opened. In those cases, close/open the device in
10846         non-blocking mode. Fixes #362673.
10847
10848 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
10849
10850         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
10851         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
10852         (gst_v4l2src_get_fps):
10853           dear stefan, framespersecond is not frameperiod, reverting but adding
10854           comment
10855
10856 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
10857
10858         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
10859         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
10860         (gst_v4l2src_get_fps):
10861           Numerator is numerator and denominator is denominator. Say that aloud
10862           5 times and retry after next beer.
10863
10864 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
10865
10866         Patch by: Josep Torra Valles  <josep at fluendo com>
10867
10868         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
10869         * ext/esd/esdsink.c: (gst_esdsink_write):
10870         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
10871         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
10872         (gst_flac_dec_send_newsegment):
10873         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
10874         (gst_flac_enc_tell_callback):
10875         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
10876         (smokecodec_parse_header), (smokecodec_decode):
10877         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
10878         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
10879         * gst/goom/Makefile.am:
10880         * gst/goom/gstgoom.c:
10881         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
10882         * gst/rtsp/gstrtspsrc.c:
10883         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
10884         * gst/udp/gstudpsink.c:
10885         * gst/udp/gstudpsrc.c:
10886         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
10887         * sys/sunaudio/gstsunaudiomixertrack.h:
10888           Fix a bunch of problems discovered by the Forte compiler, mostly type
10889           mixups and pointer arithmetics with void pointers. Fixes #362603.
10890
10891 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
10892
10893         * ext/speex/gstspeex.c: (plugin_init):
10894         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
10895         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
10896         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
10897         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
10898         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
10899         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
10900         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
10901         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
10902         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
10903         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
10904         (gst_speex_enc_chain), (gst_speex_enc_get_property),
10905         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
10906         * ext/speex/gstspeexenc.h:
10907           Miscellaneous clean-ups, among other things: speexenc => enc to
10908           enhance code readability; change speexenc => speex_enc; in chain
10909           function unref input buffer in case of error; take reference in
10910           event function; use boilerplate macro; use gst_pad_query_peer_*
10911           convenience functions.
10912
10913 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
10914
10915         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
10916         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
10917         (gst_speexenc_set_header_on_caps):
10918           Fix some mem leaks.
10919
10920 2006-10-11  Wim Taymans  <wim@fluendo.com>
10921
10922         * gst/rtsp/URLS:
10923         Added some other URL.
10924
10925         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
10926         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
10927         (gst_rtspsrc_open), (gst_rtspsrc_play),
10928         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
10929         * gst/rtsp/gstrtspsrc.h:
10930         Work on fallback to TCP connection when the UDP socket times out.
10931         Handler server requests, just reply with OK for now.
10932
10933         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
10934         * gst/rtsp/rtspdefs.h:
10935         Added some more Real extension headers.
10936
10937         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
10938         Fix parsing of urls with a ':' that is not part of the hostname:port
10939         part of the url.
10940
10941 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
10942
10943         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
10944         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
10945         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
10946           Activate pad before adding it to the already-running element.
10947
10948         * tests/check/elements/icydemux.c: (icydemux_found_pad):
10949           Activate newly-created pad too.
10950
10951 2006-10-11  Wim Taymans  <wim@fluendo.com>
10952
10953         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
10954
10955         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
10956         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
10957         (gst_udpsrc_start):
10958         Fix some leaks in caps and uris. Fixes #361252.
10959
10960 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
10961
10962         * gst/wavparse/Makefile.am:
10963           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
10964
10965 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
10966
10967         * sys/v4l2/gstv4l2xoverlay.c:
10968         * sys/v4l2/gstv4l2xoverlay.h:
10969         Fix build as per the patch in #338818 comment 36.
10970
10971 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
10972
10973         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
10974           Activate pads before adding them to the source.
10975
10976 2006-10-06  Wim Taymans  <wim@fluendo.com>
10977
10978         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
10979         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
10980         Activate pads before adding.
10981
10982 2006-10-06  Wim Taymans  <wim@fluendo.com>
10983
10984         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
10985         (gst_multipart_find_pad_by_mime):
10986         Activate pads before adding.
10987
10988         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
10989         BOILERPLATE sets parent_class for us.
10990
10991 2006-10-06  Wim Taymans  <wim@fluendo.com>
10992
10993         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
10994         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
10995         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
10996         (gst_rtspsrc_alloc_udp_ports),
10997         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
10998         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
10999         (gst_rtspsrc_create_transports_string),
11000         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
11001         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
11002         * gst/rtsp/gstrtspsrc.h:
11003         Rework how the transport string is constructed, try to share channels
11004         and udp ports.
11005         Make most of the stuff less dependant on RTP as we are also going to use
11006         it for RDT.
11007         Add support for transport specific session managers.
11008
11009         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
11010         Implement _flush().
11011
11012         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
11013         * gst/rtsp/rtspdefs.h:
11014         Add generic error return code.
11015
11016         * gst/rtsp/rtspext.h:
11017         Add support for pluggable tranport strings.
11018
11019         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
11020         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
11021         (rtsp_ext_wms_get_context):
11022         Detect WMServer and activate the extension.
11023
11024         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
11025         (rtsp_transport_get_manager), (rtsp_transport_parse):
11026         * gst/rtsp/rtsptransport.h:
11027         Added methods to get mime/manager for certain transports.
11028
11029 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
11030
11031         * ext/cairo/gsttimeoverlay.c:
11032         (gst_cairo_time_overlay_update_font_height):
11033         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
11034         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
11035         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
11036         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
11037         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
11038         * ext/libpng/gstpngdec.c: (user_endrow_callback):
11039         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
11040         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
11041         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
11042         (gst_avi_demux_stream_data):
11043         * gst/cutter/gstcutter.c: (gst_cutter_chain):
11044         * gst/debug/efence.c: (gst_efence_buffer_alloc),
11045         (gst_fenced_buffer_copy):
11046         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
11047         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
11048         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
11049         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
11050         (gst_rtspsrc_handle_message):
11051         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
11052         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
11053           Printf format fixes.
11054
11055 2006-10-04  Wim Taymans  <wim@fluendo.com>
11056
11057         * gst/rtsp/Makefile.am:
11058         Dist new .h file too.
11059
11060 2006-10-04  Wim Taymans  <wim@fluendo.com>
11061
11062         * gst/rtsp/Makefile.am:
11063         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
11064         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
11065         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
11066         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
11067         (gst_rtspsrc_parse_rtpmap),
11068         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
11069         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
11070         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
11071         * gst/rtsp/gstrtspsrc.h:
11072         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
11073         * gst/rtsp/rtspdefs.h:
11074         * gst/rtsp/rtspext.h:
11075         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
11076         (rtsp_ext_wms_get_context):
11077         * gst/rtsp/rtspextwms.h:
11078         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
11079         (rtsp_transport_parse):
11080         * gst/rtsp/rtsptransport.h:
11081         Factor out extension in separate module.
11082         Fix getcaps to filter against the padtemplate.
11083         Use Content-Base if the server gives one.
11084         Rework the transport parsing a bit for future extensions.
11085         Added some Real Header field definitions.
11086
11087 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
11088
11089         * docs/plugins/Makefile.am:
11090         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11091         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11092           added v4l2 stubs
11093         * gst-plugins-good.spec.in:
11094           add v4l2
11095
11096 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
11097
11098         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
11099           Extract disc/album/medium number and count and try harder
11100           to extract track number/count.
11101
11102 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11103
11104         * configure.ac:
11105         * sys/Makefile.am:
11106           add build stuff for v4l2, needs --enable-experimental until
11107           the last bits are resolved
11108
11109 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
11110
11111         * tests/check/Makefile.am:
11112           Disable autodetect test temporarily, so that the build bots
11113           update -bad and the ranks of unreliable video sinks in there.
11114
11115         * tests/check/elements/autodetect.c: (GST_START_TEST):
11116           Skip test if no usable videosink is found.
11117
11118 2006-09-29  Wim Taymans  <wim@fluendo.com>
11119
11120         * gst/rtsp/URLS:
11121         Add some more URLs.
11122
11123         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
11124         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
11125         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
11126         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
11127         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
11128         (gst_rtspsrc_loop), (gst_rtspsrc_send),
11129         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
11130         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
11131         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
11132         * gst/rtsp/gstrtspsrc.h:
11133         Add timeout property to control UDP timeouts.
11134         Fix error messages.
11135         Also start a loop function when operating in UDP mode so that we can
11136         do some more stuff async.
11137         Handle element messages from udpsrc to detect timeouts. If a timeout
11138         happens we currently generate an error.
11139         API: rtspsrc::timeout property.
11140
11141         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
11142         (gst_udpsrc_create):
11143         Really implement the timeout in microseconds and not milliseconds.
11144
11145 2006-09-29  Wim Taymans  <wim@fluendo.com>
11146
11147         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
11148         (gst_udpsrc_create), (gst_udpsrc_set_property),
11149         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
11150         * gst/udp/gstudpsrc.h:
11151         Added property to post a message on timeout.
11152         Updated docs.
11153         When restarting the select, initialize the fdsets again.
11154         Init control sockets so we don't accidentally close a random socket.
11155         API: GstUDPSrc::timeout property
11156
11157 2006-09-29  Wim Taymans  <wim@fluendo.com>
11158
11159         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
11160         Fix flag registration.
11161
11162         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
11163         Reading 0 also means 'no more commands'
11164
11165 2006-09-29  Wim Taymans  <wim@fluendo.com>
11166
11167         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
11168
11169         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
11170         Fix possible infinite loop when shutting down, a read can also return
11171         0 to indicate no more messages are available. Fixes #358156.
11172
11173 2006-09-25  Wim Taymans  <wim@fluendo.com>
11174
11175         * gst/autodetect/gstautoaudiosink.c:
11176         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
11177         (gst_auto_audio_sink_find_best):
11178         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
11179         Small cleanups.
11180         don't try to set "sync" property when it is not available.
11181
11182 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
11183
11184         Patch by: Peter Kjellerstedt  <pkj at axis com>
11185
11186         * gst/alpha/gstalpha.c:
11187         * gst/rtp/gstrtpamrdepay.c:
11188         * gst/rtsp/gstrtspsrc.c:
11189         * gst/udp/gstudpsrc.c:
11190         * gst/videomixer/videomixer.c:
11191           Include stdlib.h in some more places, makes things compile
11192           with uClibc and -Werror (#357592).
11193
11194 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
11195
11196         * ext/jpeg/gstjpegdec.c:
11197           Set minimum height to 8 (from 16), our code should handle
11198           that fine. Some of the buttons on the apple trailer site
11199           are apparently only 15 pixels high (see #357470).
11200
11201 2006-09-23  Wim Taymans  <wim@fluendo.com>
11202
11203         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
11204         (gst_rtspsrc_open):
11205         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
11206         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
11207         (rtsp_connection_receive):
11208         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
11209         * gst/rtsp/rtspdefs.h:
11210         Improve error reporting.
11211
11212 2006-09-23  Wim Taymans  <wim@fluendo.com>
11213
11214         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
11215         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
11216         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
11217         * gst/rtp/gstrtpdepay.c:
11218         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
11219         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
11220         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
11221         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
11222         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
11223         (gst_rtp_mp2t_depay_plugin_init):
11224         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
11225         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
11226         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
11227         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
11228         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
11229         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
11230         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
11231         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
11232         Fix klass typos.
11233         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
11234
11235 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
11236
11237         * configure.ac:
11238           Need  -base CVS for gst_base_rtp_depayload_push_ts().
11239
11240 2006-09-22  Wim Taymans  <wim@fluendo.com>
11241
11242         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
11243         Don't check for a tag that is never there and check if we read the
11244         correct tag. Fixes seeking again.
11245         We must post an error when all pads are unlinked.
11246
11247 2006-09-22  Wim Taymans  <wim@fluendo.com>
11248
11249         * gst/rtp/Makefile.am:
11250         * gst/rtp/gstrtp.c: (plugin_init):
11251         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
11252         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
11253         (gst_rtp_vorbis_pay_reset_packet),
11254         (gst_rtp_vorbis_pay_init_packet),
11255         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
11256         (gst_rtp_vorbis_pay_handle_buffer):
11257         More fixage, set endoder-params correctly in the payloader.
11258
11259 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
11260
11261         * gst/autodetect/gstautoaudiosink.c:
11262         (gst_auto_audio_sink_base_init):
11263         * gst/autodetect/gstautovideosink.c:
11264         (gst_auto_video_sink_base_init):
11265           Make static pad templates static to appease valgrind's leak
11266           detector.
11267
11268         * tests/check/Makefile.am:
11269         * tests/check/elements/.cvsignore:
11270         * tests/check/elements/autodetect.c: (GST_START_TEST),
11271         (autodetect_suite):
11272           Add simple test for the ghostpad lockup on shutdown fixed in core
11273           CVS (audio bit disabled because it would need dozens of alsa
11274           suppressions and I'm too lazy to add those now).
11275
11276 2006-09-22  Wim Taymans  <wim@fluendo.com>
11277
11278         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
11279         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
11280         Small cleanups.
11281
11282         * gst/rtp/Makefile.am:
11283         * gst/rtp/gstrtp.c: (plugin_init):
11284         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
11285         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
11286         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
11287         (gst_rtp_vorbis_depay_process),
11288         (gst_rtp_vorbis_depay_set_property),
11289         (gst_rtp_vorbis_depay_get_property),
11290         (gst_rtp_vorbis_depay_change_state),
11291         (gst_rtp_vorbis_depay_plugin_init):
11292         * gst/rtp/gstrtpvorbisdepay.h:
11293         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
11294         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
11295         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
11296         (gst_rtp_vorbis_pay_flush_packet),
11297         (gst_rtp_vorbis_pay_append_buffer),
11298         (gst_rtp_vorbis_pay_handle_buffer),
11299         (gst_rtp_vorbis_pay_plugin_init):
11300         * gst/rtp/gstrtpvorbispay.h:
11301         Add experimental vorbis pay and depayloaders.
11302
11303 2006-09-21  Wim Taymans  <wim@fluendo.com>
11304
11305         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
11306         Fix profile-level-id parsing and setup.
11307
11308 2006-09-21  Wim Taymans  <wim@fluendo.com>
11309
11310         * gst/udp/README:
11311         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
11312         Update README, simple cleanup.
11313
11314 2006-09-21  Wim Taymans  <wim@fluendo.com>
11315
11316         * gst/rtp/README:
11317         Update README with some examples.
11318
11319         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
11320         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
11321         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
11322         (gst_rtp_mp4g_pay_setcaps):
11323         * gst/rtp/gstrtpmp4gpay.h:
11324         Make optional RTP parameters of type STRING, as required by the
11325         application/x-rtp caps specification.
11326
11327 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
11328
11329         * gst/rtp/gstrtph263pdepay.c:
11330         * gst/rtp/gstrtph263ppay.c:
11331         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
11332         RTP header.
11333
11334 2006-09-20  Wim Taymans  <wim@fluendo.com>
11335
11336         * gst/rtp/Makefile.am:
11337         And makefile too.
11338
11339 2006-09-20  Wim Taymans  <wim@fluendo.com>
11340
11341         * gst/rtp/gstrtp.c: (plugin_init):
11342         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
11343         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
11344         (decode_base64), (gst_rtp_asf_depay_setcaps),
11345         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
11346         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
11347         (gst_rtp_asf_depay_plugin_init):
11348         * gst/rtp/gstrtpasfdepay.h:
11349         Added preliminary ASF depayloader.
11350
11351         * gst/rtp/gstrtph264depay.c: (decode_base64):
11352         Fix base64 decoding.
11353
11354 2006-09-20  Wim Taymans  <wim@fluendo.com>
11355
11356         * gst/rtsp/URLS:
11357         Added some test URLS.
11358
11359         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
11360         (gst_rtspsrc_loop), (gst_rtspsrc_open):
11361         * gst/rtsp/gstrtspsrc.h:
11362         When creating streams, give access to the complete SDP.
11363         Fix some leaks.
11364         Collect and merge global stream properties in stream caps.
11365         Preliminary support for WMServer.
11366
11367         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
11368         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
11369         (rtsp_connection_receive):
11370         * gst/rtsp/rtspconnection.h:
11371         Make connection interruptable.
11372         Refactor to make it reconnectable.
11373         Don't fail on short reads when reading data packets.
11374
11375         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
11376         (rtsp_url_get_port):
11377         * gst/rtsp/rtspurl.h:
11378         Add methods for getting/setting the port.
11379
11380         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
11381         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
11382         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
11383         (sdp_media_get_format), (sdp_parse_line),
11384         (sdp_message_parse_buffer):
11385         Fix headers. 
11386         Add methods for getting multiple attributes with the same name.
11387         Increase buffer size when parsing.
11388         Fix parsing of a=foo fields.
11389
11390         * gst/rtsp/test.c: (main):
11391         Update to new connection API.
11392
11393         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
11394         (rtsp_message_init_response), (rtsp_message_init_data),
11395         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
11396         * gst/rtsp/rtspmessage.h:
11397         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
11398         * gst/rtsp/rtsptransport.h:
11399         * gst/rtsp/sdp.h:
11400         * gst/rtsp/sdpmessage.h:
11401         * gst/rtsp/gstrtsp.c:
11402         * gst/rtsp/gstrtsp.h:
11403         * gst/rtsp/gstrtpdec.c:
11404         * gst/rtsp/gstrtpdec.h:
11405         * gst/rtsp/rtsp.h:
11406         * gst/rtsp/rtspdefs.c:
11407         * gst/rtsp/rtspdefs.h:
11408         Dual licensed under MIT and LGPL now.
11409
11410 2006-09-19  Wim Taymans  <wim@fluendo.com>
11411
11412         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
11413         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
11414         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
11415         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
11416         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
11417         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
11418         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
11419         * gst/rtsp/gstrtspsrc.h:
11420         Reorganize stream parsing and creation.
11421         Detect container formats in interleaved mode.
11422         Keep more state about the streams.
11423         Assume a server also supports PLAY if it does not say.
11424         Add unicast and interleaved properties to TCP transport requests to make
11425         some servers happy (WMServer).
11426
11427         * gst/rtsp/sdpmessage.h:
11428         Add some defines for the standard Bandwidth types.
11429
11430 2006-09-19  Wim Taymans  <wim@fluendo.com>
11431
11432         * gst/rtsp/test.c: (main):
11433         Fix build.
11434
11435 2006-09-19  Wim Taymans  <wim@fluendo.com>
11436
11437         * gst/wavparse/gstwavparse.c:
11438         Add ms-gsm to the src template.
11439
11440 2006-09-18  Wim Taymans  <wim@fluendo.com>
11441
11442         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
11443         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
11444         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
11445         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
11446         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
11447         * gst/rtsp/gstrtspsrc.h:
11448         Small cleanups, added documentation.
11449         Try to clean up the requests and responses.
11450         Refactor parsing the supported methods.
11451
11452         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
11453         (rtsp_connection_create), (rtsp_connection_send),
11454         (parse_response_status), (parse_request_line),
11455         (rtsp_connection_receive), (rtsp_connection_close),
11456         (rtsp_connection_free):
11457         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
11458         (rtsp_transport_init), (rtsp_transport_parse),
11459         (rtsp_transport_free):
11460         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
11461         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
11462         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
11463         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
11464         Use g_return_val some more.
11465
11466         * gst/rtsp/rtspdefs.h:
11467         Add more enum values to track initial states.
11468
11469         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
11470         (rtsp_message_init_request), (rtsp_message_new_response),
11471         (rtsp_message_init_response), (rtsp_message_init_data),
11472         (rtsp_message_unset), (rtsp_message_free),
11473         (rtsp_message_add_header), (rtsp_message_remove_header),
11474         (rtsp_message_get_header), (rtsp_message_set_body),
11475         (rtsp_message_take_body), (rtsp_message_get_body),
11476         (rtsp_message_steal_body), (rtsp_message_dump):
11477         * gst/rtsp/rtspmessage.h:
11478         Reorder arguments, object goes as the first one.
11479         Use g_return_val some more.
11480
11481 2006-09-18  Wim Taymans  <wim@fluendo.com>
11482
11483         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
11484         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
11485         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
11486         * gst/rtsp/gstrtspsrc.h:
11487         Export sometimes source pad with correct caps on the template, create
11488         the ghostpad from the template.
11489         Remove RTCP template as we never expose RTCP.
11490         Protect against invalid body size.
11491         Avoid memcpy when creating the output buffer.
11492         Properly post an error and send EOS when the loop function is shut down.
11493
11494 2006-09-18  Wim Taymans  <wim@fluendo.com>
11495
11496         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
11497
11498         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
11499         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
11500         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
11501         * gst/rtsp/gstrtspsrc.h:
11502         Make sure we can never set an invalid location.
11503
11504         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
11505         * gst/rtsp/rtspmessage.h:
11506         Added _steal_body method for future use.
11507
11508         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
11509         Make freeing of NULL url return immediatly.
11510
11511 2006-09-18  Wim Taymans  <wim@fluendo.com>
11512
11513         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
11514
11515         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
11516         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
11517         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
11518         (gst_rtspsrc_change_state):
11519         * gst/rtsp/gstrtspsrc.h:
11520         Use boilerplate.
11521         Make rtspsrc subclass GstBin to make state changes easier.
11522         Add Range header field on the PLAY request.
11523
11524 2006-09-18  Wim Taymans  <wim@fluendo.com>
11525
11526         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
11527
11528         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
11529         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
11530         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
11531         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
11532         * gst/rtsp/rtspconnection.c: (inet_aton):
11533         Small cleanups.
11534         when multicast is selected as the transport, create UDP sources and
11535         connect to the multicast group.
11536         Move parsing and setting of caps to a common place.
11537         Fixes #349894.
11538
11539 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
11540
11541         * ext/flac/gstflactag.c:
11542         * gst/alpha/gstalpha.c:
11543         * gst/debug/breakmydata.c:
11544         * gst/debug/negotiation.c:
11545         * gst/debug/testplugin.c:
11546         * gst/effectv/gstaging.c:
11547         * gst/effectv/gstdice.c:
11548         * gst/effectv/gstedge.c:
11549         * gst/effectv/gstquark.c:
11550         * gst/effectv/gstrev.c:
11551         * gst/effectv/gstshagadelic.c:
11552         * gst/effectv/gstvertigo.c:
11553         * gst/effectv/gstwarp.c:
11554         * gst/multipart/multipartdemux.c:
11555         * gst/multipart/multipartmux.c:
11556         * gst/videobox/gstvideobox.c:
11557         * gst/videofilter/gstgamma.c:
11558         * gst/videofilter/gstvideotemplate.c:
11559         * gst/videomixer/videomixer.c:
11560         * sys/sunaudio/gstsunaudiosrc.h:
11561         More G_OBJECT macro fixing.
11562
11563 2006-09-16  Wim Taymans  <wim@fluendo.com>
11564
11565         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
11566
11567         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
11568         Correctly set the dwLength in strh.
11569         With this patch, the file duration is now displayed correctly in window
11570         media player and the AVI plays completely. Fixes #356147
11571
11572 2006-09-15  Wim Taymans  <wim@fluendo.com>
11573
11574         Patch by: Darren Kenny <darren dot kenny at sun dot com>
11575
11576         * sys/sunaudio/gstsunaudiomixerctrl.c:
11577         (gst_sunaudiomixer_ctrl_build_list):
11578         Set the output track as the MASTER so that the gnome-settings-daemon
11579         keybindings for changing the volume using the keyboard works.
11580         Fixes #356142.
11581
11582 2006-09-15  Wim Taymans  <wim@fluendo.com>
11583
11584         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
11585         Fix documentation, it is not possible to control the framerate of jpegdec
11586         using filtered caps yet. Fixes #355210.
11587         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
11588         stop when there is an error.
11589
11590 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
11591
11592         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
11593         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
11594           Don't interpret a first buffer with an offset of NONE as
11595           'from the middle of the stream', but only a first buffer
11596           that has a valid buffer offset that's non-zero (see #345449).
11597
11598 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
11599
11600         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
11601         (gst_icydemux_typefind_or_forward):
11602         * gst/icydemux/gsticydemux.h:
11603           When we merge/collect multiple incoming buffers for typefinding
11604           purposes, keep an initial 0 offset on the first outgoing buffer
11605           as well (otherwise id3demux won't work right). Fixes #345449.
11606           Also Make buffer metadata writable before setting buffer caps.
11607
11608         * tests/check/elements/icydemux.c: (typefind_succeed),
11609         (cleanup_icydemux), (push_data), (GST_START_TEST),
11610         (icydemux_suite):
11611           Small test case for the above.
11612
11613 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
11614
11615         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
11616         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
11617         (gst_avi_demux_stream_header_push),
11618         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
11619         (gst_avi_demux_loop):
11620           More code reuse and better logging in _peek_chunk(). Reintroduce check
11621           for chunk sizes before reading them (avoid oom). Better handling for 
11622           invalid chunksizes when streaming.
11623
11624 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
11625
11626         * gst/level/gstlevel.c: (gst_level_set_property):
11627         * gst/level/gstlevel.h:
11628           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
11629           René Stadler
11630
11631 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
11632
11633         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
11634         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
11635         (gst_avi_demux_stream_data):
11636           Revert one change to fix streaming avi (adapter size != data size).
11637
11638 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
11639
11640         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
11641
11642         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
11643         (gst_matroska_demux_reset),
11644         (gst_matroska_demux_read_track_encodings),
11645         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
11646         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
11647         (gst_matroska_demux_subtitle_caps):
11648         * gst/matroska/matroska-ids.h:
11649           Add support for VOBSUB subtitle tracks and zlib-compressed
11650           tracks. Make sure we start on a keyframe after a seek. (#343348)
11651
11652 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
11653
11654         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
11655         (gst_matroska_demux_push_flac_codec_priv_data),
11656         (gst_matroska_demux_push_xiph_codec_priv_data),
11657         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
11658         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
11659         * gst/matroska/matroska-ids.h:
11660           Add basic FLAC support (#311586), not perfect yet though, needs some
11661           tweaking in flacdec; also, seeking could be better.
11662           Do better bounds checking when deserialising vorbis stream headers
11663           to make sure we don't read beyond the end of the buffer on bad input.
11664
11665 2006-09-04  Wim Taymans  <wim@fluendo.com>
11666
11667         Patch by: Alessandro Decina <alessandro at nnva dot org>
11668
11669         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
11670         Seeking back in a file containing a CMML stream errors out if the seek
11671         goes back up to the CMML headers. This is because after the seek the xml
11672         processing instruction <?xml ...?> is submitted to the xml parser again, 
11673         which results in an error. The attached patch fixes the problem. 
11674         Fixes #353908.
11675
11676         * ext/annodex/gstcmmlenc.h:
11677         Fix authors name.
11678
11679
11680 2006-08-28  Andy Wingo  <wingo@pobox.com>
11681
11682         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
11683         New helper function to lessen the ifdefs.
11684         (GST_INFO_OBJECT): 
11685         (gst_dv1394src_iso_receive): Use it.
11686         (gst_dv1394src_create): Also use the control sockets in iec61883
11687         mode.
11688         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
11689         handle for AVC operations; fixes #348233.
11690
11691 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
11692
11693         * configure.ac:
11694         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11695         * docs/plugins/inspect/plugin-audiofx.xml:
11696         * docs/plugins/inspect/plugin-audiofxgood.xml:
11697         * gst/audiofx/Makefile.am:
11698         * gst/audiofx/audiofx.c:
11699         * gst/audiofxgood/.cvsignore:
11700         * gst/audiofxgood/Makefile.am:
11701         * gst/audiofxgood/audiofx.c:
11702         * gst/audiofxgood/audiopanorama.c:
11703         * gst/audiofxgood/audiopanorama.h:
11704           Rename again (audiofxgood -> audiofx).
11705
11706 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
11707
11708         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
11709         (gst_avi_demux_stream_scan):
11710           Initialze variables.
11711
11712 2006-08-25  Wim Taymans  <wim@fluendo.com>
11713
11714         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
11715         (gst_avi_demux_init), (gst_avi_demux_finalize),
11716         (gst_avi_demux_reset), (gst_avi_demux_index_last),
11717         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
11718         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
11719         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
11720         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
11721         (gst_avi_demux_massage_index),
11722         (gst_avi_demux_calculate_durations_from_index),
11723         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
11724         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
11725         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
11726         (gst_avi_demux_change_state):
11727         * gst/avi/gstavidemux.h:
11728         More attempts to turn this into readable code.
11729         Don't leak adapters.
11730         Calculate duration according to index more efficiently.
11731         Don't try to act like we drive the pipeline in chain mode.
11732
11733 2006-08-25  Wim Taymans  <wim@fluendo.com>
11734
11735         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
11736         Fix build.
11737
11738 2006-08-25  Wim Taymans  <wim@fluendo.com>
11739
11740         Patch by: Alessandro Decina <alessandro at nnva dot org>
11741
11742         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
11743         Do some extra sanity checks.
11744         Fixes #350340.
11745
11746         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
11747         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
11748         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
11749         Check if clip->start_time is valid before adding the clip to the
11750         track list.
11751         Reset enc->preamble going from PAUSED to READY.
11752         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
11753         only used for EOS.
11754         Only post an error message if we were the one that created the fatal
11755         GstFlowReturn value.
11756
11757         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
11758         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
11759         Parse the seconds field of the npt-sec time format using %llu rather than
11760         %d and check that the value scaled by GST_SECOND doesn't overflow.
11761         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
11762         Lookup a clip's track with clip->track rather than clip->id which
11763         makes no sense.
11764         Identify a clip by its track and start time and not its xml id.
11765         do some more input checking and make sure we don't do undefined shifts.
11766
11767         * tests/check/elements/cmmldec.c: (setup_cmmldec),
11768         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
11769         (cmml_tag_message_pop), (check_headers), (push_clip_full),
11770         (push_clip), (push_empty_clip), (check_output_clip),
11771         (GST_START_TEST), (cmmldec_suite):
11772         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
11773         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
11774         (check_headers), (push_clip), (check_clip_times), (check_clip),
11775         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
11776         Added some more checks.
11777
11778 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
11779
11780         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
11781         (gst_audio_panorama_set_property),
11782         (gst_audio_panorama_get_property),
11783         (gst_audio_panorama_transform_m2s_int),
11784         (gst_audio_panorama_transform_s2s_int),
11785         (gst_audio_panorama_transform_m2s_float),
11786         (gst_audio_panorama_transform_s2s_float):
11787         * gst/audiofxgood/audiopanorama.h:
11788         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
11789           Make also the pan-property float (saves scaling and yields better
11790           resolution)
11791
11792 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
11793
11794         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
11795         (gst_audio_panorama_transform_m2s_float),
11796         (gst_audio_panorama_transform_s2s_float):
11797           ChangeLog surgery to add cymax's real name
11798
11799
11800 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
11801
11802         Patch by: René Stadler <mail@renestadler.de>
11803
11804         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
11805         (gst_audio_panorama_transform_m2s_int),
11806         (gst_audio_panorama_transform_s2s_int),
11807         (gst_audio_panorama_transform_m2s_float),
11808         (gst_audio_panorama_transform_s2s_float),
11809         (gst_audio_panorama_transform):
11810         * gst/audiofxgood/audiopanorama.h:
11811           Added float support
11812
11813 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
11814
11815         * gst/audiofxgood/audiopanorama.c:
11816         (gst_audio_panorama_transform_m2s):
11817           Fix docs & debug category. Add Fixme for volume pan levels.
11818
11819 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
11820
11821         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
11822         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
11823         (gst_avi_demux_stream_header_pull),
11824         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
11825         (gst_avi_demux_chain):
11826           unbreak AVI index handling, some more debug, remove an obsolete
11827           adapter_flush that caused streaming to wander off in the wild
11828
11829 2006-08-24  Wim Taymans  <wim@fluendo.com>
11830
11831         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11832         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
11833         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
11834         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
11835         (gst_avi_demux_calculate_durations_from_index),
11836         (gst_avi_demux_stream_header_push),
11837         (gst_avi_demux_stream_header_pull):
11838         * gst/avi/gstavidemux.h:
11839         Some more cleanups. 
11840         Fix totalFrames parsing in ODML.
11841         Disable use of index for length calculation in case of ODML as this is
11842         broken now.
11843
11844 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
11845
11846         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
11847           Use libgsttag helper function here too.
11848
11849 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
11850
11851         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
11852         (gst_avi_demux_init), (gst_avi_demux_dispose),
11853         (gst_avi_demux_reset), (gst_avi_demux_index_next),
11854         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
11855         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
11856         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
11857         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
11858         (gst_avi_demux_parse_subindex),
11859         (gst_avi_demux_read_subindexes_push),
11860         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
11861         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
11862         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
11863         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
11864         (gst_avi_demux_stream_header_pull),
11865         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
11866         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
11867         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
11868         (gst_avi_demux_change_state):
11869         * gst/avi/gstavidemux.h:
11870           Initial streaming support for avidemux (fixes #336465)
11871
11872 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
11873
11874         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11875           There is no taglibmux element ...
11876
11877         * gst/rtsp/gstrtspsrc.c:
11878           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
11879           was complaining about unknown entity here.
11880
11881 2006-08-22  Wim Taymans  <wim@fluendo.com>
11882
11883         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
11884         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
11885         (gst_avi_demux_process_next_entry):
11886         * gst/avi/gstavidemux.h:
11887         Mark DISCONT.
11888         Remove old unused fields and reorder the struct a bit.
11889
11890 2006-08-22  Wim Taymans  <wim@fluendo.com>
11891
11892         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
11893         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
11894         (gst_rtspsrc_pause):
11895         * gst/rtsp/gstrtspsrc.h:
11896         * sys/oss/gstosssink.c: (gst_oss_sink_open),
11897         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
11898         Small documentation updates.
11899
11900 2006-08-22  Wim Taymans  <wim@fluendo.com>
11901
11902         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
11903         (gst_avi_demux_index_entry_for_time),
11904         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
11905         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
11906         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
11907         (gst_avi_demux_next_data_buffer),
11908         (gst_avi_demux_calculate_durations_from_index),
11909         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
11910         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
11911         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
11912         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
11913         * gst/avi/gstavidemux.h:
11914         Precalc most of the duration query for each stream.
11915         Make seeking more correct.
11916         Use GstSegment to track position and duration.
11917         Code cleanups and leak fixes.
11918         Calculate correct total duration based on index length.
11919
11920 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
11921
11922         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
11923         (parse_insert_string_field):
11924           If strings in text fields are marked ISO8859-1, but contain
11925           valid UTF-8 already, then handle them as UTF-8 and ignore
11926           the encoding. (#351794)
11927
11928 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
11929
11930         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
11931         (gst_flac_dec_write), (gst_flac_dec_loop),
11932         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
11933         (gst_flac_dec_src_query):
11934         * ext/flac/gstflacdec.h:
11935           Make flac-in-ogg work (#352100).
11936
11937 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
11938
11939         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
11940           Don't unref buffers of which we've already given away
11941           ownership to the adapter.
11942
11943 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
11944
11945         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
11946           Make metadata extraction actually work.
11947
11948         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
11949         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
11950         (gst_speexenc_chain):
11951           Fix metadata writing: replace old code which wrote completely
11952           broken tags with libgsttag-based code. Plus miscellaneous
11953           code cleanups (use static pad templates etc.) and a bunch
11954           of leak fixes.
11955
11956 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
11957
11958         * gst/audiopanorama/.cvsignore:
11959         * gst/audiopanorama/Makefile.am:
11960         * gst/audiopanorama/audiofx.c:
11961         * gst/audiopanorama/audiopanorama.c:
11962         * gst/audiopanorama/audiopanorama.h:
11963           die! die! die! you should never have been there
11964
11965 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
11966
11967         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
11968         Fix invalid memory access in audiopanorama test suite.
11969
11970 2006-08-21  Edward Hervey  <edward@fluendo.com>
11971
11972         * tests/check/elements/.cvsignore:
11973         ignore built file
11974
11975 2006-08-21  Wim Taymans  <wim@fluendo.com>
11976
11977         * gst/rtp/Makefile.am:
11978         Fix the build again.
11979
11980 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
11981
11982         * gst/audiofxgood/.cvsignore:
11983         * gst/audiofxgood/Makefile.am:
11984         * gst/audiofxgood/audiofx.c: (plugin_init):
11985         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
11986         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
11987         (gst_audio_panorama_set_property),
11988         (gst_audio_panorama_get_property),
11989         (gst_audio_panorama_get_unit_size),
11990         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
11991         (gst_audio_panorama_transform_m2s),
11992         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
11993         * gst/audiofxgood/audiopanorama.h:
11994           resubmit with the desired name *again*
11995
11996 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
11997
11998         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
11999         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
12000           use g_assert in _get_unit_size
12001
12002 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
12003
12004         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12005         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12006         * docs/plugins/inspect/plugin-audiofxgood.xml:
12007           cleanup -unused.txt to make it useful, add previously missing docs
12008
12009         * ext/Makefile.am:
12010           Quietly (accidentally) enable LADSPA for building by default, 
12011           despite the fact that it doesn't meet the plugin checklist.
12012             -- Added by Jan Schmidt 18 Dec 2006
12013
12014         * ext/esd/esdmon.c:
12015         * ext/esd/esdsink.c:
12016         * ext/esd/gstesd.c: (plugin_init):
12017           reflow to get rid of two external symbols
12018
12019         * gst/audiofxgood/audiofx.c: (plugin_init):
12020           re-add
12021
12022 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
12023
12024         * configure.ac:
12025         * gst/audiofxgood/.cvsignore:
12026         * gst/audiofxgood/Makefile.am:
12027         * gst/audiofxgood/audiofx.c
12028         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
12029         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
12030         (gst_audio_panorama_set_property),
12031         (gst_audio_panorama_get_property),
12032         (gst_audio_panorama_get_unit_size),
12033         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
12034         (gst_audio_panorama_transform_m2s),
12035         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
12036         * gst/audiofxgood/audiopanorama.h:
12037         * tests/check/Makefile.am:
12038         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
12039         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
12040         (panorama_suite), (main):
12041         Add audiofxgood plugin with audiopanorama element
12042
12043 2006-08-18  Wim Taymans  <wim@fluendo.com>
12044
12045         * docs/plugins/Makefile.am:
12046         More Oss docs fixage. 
12047
12048 2006-08-18  Wim Taymans  <wim@fluendo.com>
12049
12050         * gst/rtp/Makefile.am:
12051         * gst/rtp/gstrtp.c: (plugin_init):
12052         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
12053         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
12054         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
12055         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
12056         (gst_rtp_sv3v_depay_get_property),
12057         (gst_rtp_sv3v_depay_change_state),
12058         (gst_rtp_sv3v_depay_plugin_init):
12059         * gst/rtp/gstrtpsv3vdepay.h:
12060         Added experimental SVQ3 depayloader.
12061
12062 2006-08-18  Edward Hervey  <edward@fluendo.com>
12063
12064         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
12065         (gst_dvdemux_loop), (gst_dvdemux_change_state):
12066         * ext/dv/gstdvdemux.h:
12067         When handling seek requests, don't send the newsegment event from the
12068         calling thread. Instead save it so it can be sent from the streaming
12069         thread.
12070
12071 2006-08-17  Wim Taymans  <wim@fluendo.com>
12072
12073         Patch by: Sjoerd Simons <sjoerd at luon dot net>
12074
12075         * gst/multipart/multipartdemux.c: (multipart_parse_header):
12076         Accept leading whitespace before the boundary
12077         This patch makes the demuxer allow some whitespace before the actual
12078         boundary. This makes the demuxer work with the ``old'' gstreamer
12079         multipartmuxer again (which placed an extra \n before the start
12080         of the stream) Fixes #349068.
12081
12082 2006-08-17  Wim Taymans  <wim@fluendo.com>
12083
12084         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
12085         Error out on non-implemented stuff.
12086
12087 2006-08-16  Wim Taymans  <wim@fluendo.com>
12088
12089         Patch by: Andy Wingo <wingo at pobox dot com>
12090
12091         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
12092         (gst_signal_processor_start), (gst_signal_processor_stop),
12093         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
12094         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
12095         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
12096         (gst_signal_processor_change_state):
12097         Make ladspa elements reusable. Fixes #350006.
12098
12099 2006-08-16  Wim Taymans  <wim@fluendo.com>
12100
12101         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
12102         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
12103         names as possible. Fixes #349901.
12104
12105 2006-08-16  Wim Taymans  <wim@fluendo.com>
12106
12107         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
12108         (gst_signal_processor_do_pushes):
12109         A push() gives away our refcount so we should not use the buffer on the
12110         pen anymore.
12111
12112 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
12113
12114         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
12115         (gst_oss_mixer_element_finalize):
12116           Don't leak device string.
12117
12118 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
12119
12120         * configure.ac:
12121           Require CVS of GStreamer core and -base (for
12122           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
12123
12124         * ext/taglib/gstid3v2mux.cc:
12125           Write extended comment tags properly (#348762).
12126
12127         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12128         (parse_comment_frame):
12129           Extract COMM frames into extended comments, which makes it
12130           easier to properly retain the description bit of the tag
12131           and maintain this information when re-tagging (#348762).
12132
12133 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
12134
12135         * tests/check/Makefile.am:
12136           Don't try to run annodex unit tests if the annodex
12137           plugin has not been built (Fixes #351116).
12138
12139 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
12140
12141         * gst/autodetect/gstautoaudiosink.c:
12142         (gst_auto_audio_sink_find_best):
12143           When we can't find a usable audiosink, don't error out,
12144           but use a fake sink instead and post a warning message
12145           on the bus (#341278).
12146
12147 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
12148
12149         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
12150         * sys/oss/gstosssink.c:
12151         * sys/oss/gstosssrc.c:
12152           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
12153           ossmixer's new device property.
12154
12155         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12156         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12157           Add docs for OSS elements.
12158
12159         * docs/plugins/inspect/plugin-aasink.xml:
12160         * docs/plugins/inspect/plugin-alaw.xml:
12161         * docs/plugins/inspect/plugin-alpha.xml:
12162         * docs/plugins/inspect/plugin-alphacolor.xml:
12163         * docs/plugins/inspect/plugin-annodex.xml:
12164         * docs/plugins/inspect/plugin-apetag.xml:
12165         * docs/plugins/inspect/plugin-auparse.xml:
12166         * docs/plugins/inspect/plugin-autodetect.xml:
12167         * docs/plugins/inspect/plugin-avi.xml:
12168         * docs/plugins/inspect/plugin-cacasink.xml:
12169         * docs/plugins/inspect/plugin-cairo.xml:
12170         * docs/plugins/inspect/plugin-cdio.xml:
12171         * docs/plugins/inspect/plugin-cutter.xml:
12172         * docs/plugins/inspect/plugin-debug.xml:
12173         * docs/plugins/inspect/plugin-dv.xml:
12174         * docs/plugins/inspect/plugin-efence.xml:
12175         * docs/plugins/inspect/plugin-effectv.xml:
12176         * docs/plugins/inspect/plugin-esdsink.xml:
12177         * docs/plugins/inspect/plugin-flac.xml:
12178         * docs/plugins/inspect/plugin-flxdec.xml:
12179         * docs/plugins/inspect/plugin-gconfelements.xml:
12180         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
12181         * docs/plugins/inspect/plugin-goom.xml:
12182         * docs/plugins/inspect/plugin-halelements.xml:
12183         * docs/plugins/inspect/plugin-icydemux.xml:
12184         * docs/plugins/inspect/plugin-id3demux.xml:
12185         * docs/plugins/inspect/plugin-jpeg.xml:
12186         * docs/plugins/inspect/plugin-level.xml:
12187         * docs/plugins/inspect/plugin-matroska.xml:
12188         * docs/plugins/inspect/plugin-mulaw.xml:
12189         * docs/plugins/inspect/plugin-multipart.xml:
12190         * docs/plugins/inspect/plugin-navigationtest.xml:
12191         * docs/plugins/inspect/plugin-ossaudio.xml:
12192         * docs/plugins/inspect/plugin-png.xml:
12193         * docs/plugins/inspect/plugin-rtp.xml:
12194         * docs/plugins/inspect/plugin-rtsp.xml:
12195         * docs/plugins/inspect/plugin-shout2send.xml:
12196         * docs/plugins/inspect/plugin-smpte.xml:
12197         * docs/plugins/inspect/plugin-speex.xml:
12198         * docs/plugins/inspect/plugin-taglib.xml:
12199         * docs/plugins/inspect/plugin-udp.xml:
12200         * docs/plugins/inspect/plugin-videobalance.xml:
12201         * docs/plugins/inspect/plugin-videobox.xml:
12202         * docs/plugins/inspect/plugin-videoflip.xml:
12203         * docs/plugins/inspect/plugin-videomixer.xml:
12204         * docs/plugins/inspect/plugin-wavenc.xml:
12205         * docs/plugins/inspect/plugin-wavparse.xml:
12206         * docs/plugins/inspect/plugin-ximagesrc.xml:
12207           Update to CVS version.
12208           
12209 2006-08-16  Wim Taymans  <wim@fluendo.com>
12210
12211         * gst/rtp/gstrtpamrdepay.c:
12212         * gst/rtp/gstrtpmp4gdepay.c:
12213         Caps extra properties must be defined as strings for
12214         depayloaders because they are generated from an SDP.
12215
12216         * gst/rtp/Makefile.am:
12217         * gst/rtp/gstrtp.c: (plugin_init):
12218         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
12219         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
12220         (gst_rtp_h264_depay_finalize), (decode_base64),
12221         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
12222         (gst_rtp_h264_depay_set_property),
12223         (gst_rtp_h264_depay_get_property),
12224         (gst_rtp_h264_depay_change_state),
12225         (gst_rtp_h264_depay_plugin_init):
12226         * gst/rtp/gstrtph264depay.h:
12227         Added basic, not completely functional RFC 3984 H264 depayloader.
12228
12229 2006-08-16  Wim Taymans  <wim@fluendo.com>
12230
12231         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
12232         Add pads after setting them up.
12233
12234         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
12235         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
12236         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
12237         (gst_rtspsrc_stream_setup_rtp),
12238         (gst_rtspsrc_stream_configure_transport),
12239         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
12240         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
12241         (gst_rtspsrc_pause):
12242         * gst/rtsp/gstrtspsrc.h:
12243         Fix interleaved mode.
12244          - Protect streaming with lock.
12245          - Combine flows
12246          - set caps on outgoing buffers.
12247          - strip trailing \0 from data packets.
12248          - Configure RTP/RTCP in stream.
12249         Use DEBUG_OBJECT more.
12250
12251 2006-08-16  Wim Taymans  <wim@fluendo.com>
12252
12253         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
12254         Turn a g_print into a DEBUG line.
12255
12256 2006-08-13  Wim Taymans  <wim@fluendo.com>
12257
12258         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
12259         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
12260         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
12261         (gst_oss_mixer_element_get_property),
12262         (gst_oss_mixer_element_change_state):
12263         * sys/oss/gstossmixerelement.h:
12264         Small cleanups. Better error reporting.
12265         Add device property for the mixer instead of the hardcoded
12266         /dev/mixer. Fixes #350785.
12267         API: GstOssMixerElement::device property
12268
12269 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
12270
12271         Patch by: Jens Granseuer <jensgr at gmx net>
12272
12273         * gconf/Makefile.am:
12274           Make --disable-schemas work right (they still need
12275           to be copied to the installation directory, just not
12276           applied). Fixes #351347 (also #344100).
12277           
12278 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12279
12280         * configure.ac: back to HEAD
12281
12282 === release 0.10.4 ===
12283
12284 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
12285
12286         * configure.ac:
12287           releasing 0.10.4, "Dear Leader"
12288
12289 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
12290
12291         Patch by: Edward Hervey <edward@fluendo.com>
12292
12293         * configure.ac:
12294         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
12295         (gst_wavparse_stream_data):
12296         Send the newsegment event in the streaming thread.
12297         Fixes #347529
12298
12299 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
12300
12301         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
12302         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
12303         (gst_smokeenc_resync), (gst_smokeenc_chain):
12304           Refuse sink caps in the encoder if width or height is not a
12305           multiple of 16, the encoder does not support that yet (#349939);
12306           along the same lines, check the return value of the encoder
12307           setup function; also remove some debug log clutter.
12308
12309 2006-08-04  Andy Wingo  <wingo@pobox.com>
12310
12311         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
12312         whether a processor can work in place or not, and for keeping
12313         track of its state. Change the FlowReturn instance variable from
12314         "state" to "flow_state", all callers changed.
12315
12316         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
12317         (gst_signal_processor_start, gst_signal_processor_stop)
12318         (gst_signal_processor_cleanup): New functions to manage the
12319         processor's state.
12320         (gst_signal_processor_setcaps): start() as well as setup() here.
12321         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
12322         (gst_signal_processor_change_state): Stop and cleanup the
12323         processor as we go to NULL.
12324
12325         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
12326         INPLACE_BROKEN is not set.
12327
12328         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
12329         Do the alloc_buffer in bytes, not frames.
12330         
12331 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12332
12333         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
12334         Fix rgb masks when recording in < 24bpp.
12335
12336 2006-08-04  Andy Wingo  <wingo@pobox.com>
12337
12338         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
12339         (gst_signal_processor_prepare)
12340         (gst_signal_processor_update_inputs)
12341         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
12342         (gst_signal_processor_flush)
12343         (gst_signal_processor_sink_activate_push)
12344         (gst_signal_processor_src_activate_pull)
12345         (gst_signal_processor_change_state): Remove the last of the code
12346         that assumes that we process whole buffers at a time. Fix some
12347         debugging. Seems to work now in some cases.
12348         (gst_signal_processor_src_activate_pull): BPB
12349
12350 2006-08-01  Andy Wingo  <wingo@pobox.com>
12351
12352         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
12353         Fix nframes-choosing.
12354         (gst_signal_processor_init): Init pending_in and pending_out.
12355
12356         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
12357         more default sample rate, although we never check that the sample
12358         rate actually gets set. Something for the future.
12359         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
12360         (gst_signal_processor_event): Refcount fixen.
12361         (gst_signal_processor_process): Pull the number of frames to
12362         process from the sizes of the buffers in the input pens.
12363         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
12364         (gst_signal_processor_do_pulls): Add an nframes argument, and use
12365         it instead of buffer_frames.
12366         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
12367         to do_pulls.
12368         (gst_signal_processor_chain)
12369         (gst_signal_processor_sink_activate_push)
12370         (gst_signal_processor_src_activate_pull):  Refcount fixen.
12371
12372         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
12373
12374 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
12375
12376         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
12377         (gst_signal_processor_process):
12378           don't query buffer-frames from caps, add lots of debug-log,
12379           try fix for assert (#349189)
12380
12381 2006-07-31  Wim Taymans  <wim@fluendo.com>
12382
12383         * gst/udp/gstudpsrc.c:
12384         Fix docs.
12385
12386 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
12387
12388         * ext/ladspa/gstsignalprocessor.c:
12389         (gst_signal_processor_add_pad_from_template),
12390         (gst_signal_processor_init), (gst_signal_processor_setcaps),
12391         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
12392         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
12393         (gst_signal_processor_sink_activate_push),
12394         (gst_signal_processor_src_activate_pull),
12395         (gst_signal_processor_change_state):
12396          Add debugs logs here and there, add more error handling, add some
12397          FIXME comments, filed #349189
12398
12399 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12400
12401         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
12402         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
12403         Set caps on buffer correctly.  Fixes bug #349155.
12404
12405 2006-07-28  Wim Taymans  <wim@fluendo.com>
12406
12407         Patch by: Sjoerd Simons <sjoerd at luon dot net>
12408
12409         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
12410         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
12411         (gst_multipart_demux_finalize), (get_line_end),
12412         (multipart_parse_header), (multipart_find_boundary),
12413         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
12414         (gst_multipart_set_property), (gst_multipart_get_property):
12415         Uses GstAdapter instead of own buffering.
12416         Actually parses the mime-type correctly (In tests the mime-type was
12417         always "" with the old version).
12418         Uses the Content-length header if available to speed up things.
12419         Reliably autoscans the boundary name by default.
12420         Fixes #349068.
12421
12422         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
12423         Don't start the stream with a \n.
12424
12425 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
12426
12427         Patch by: Brian Cameron <brian dot cameron at sun com>
12428
12429         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
12430           Open source with O_NONBLOCK (#349015).
12431
12432 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
12433
12434         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
12435         (gst_avi_demux_massage_index):
12436         * gst/avi/gstavidemux.h:
12437           Whitespace fixes and more debug
12438
12439 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
12440
12441         * gst/autodetect/gstautoaudiosink.c:
12442         (gst_auto_audio_sink_create_element_with_pretty_name),
12443         (gst_auto_audio_sink_find_best),
12444         (gst_auto_audio_sink_change_state):
12445           Get rid of old and unused magic sound-server properties stuff.
12446           Add suffix to child sink's name that makes it easy to see from
12447           the name alone which type it actually is (alsa, oss, esd, etc.).
12448
12449 2006-07-27  Wim Taymans  <wim@fluendo.com>
12450
12451         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
12452         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
12453         (gst_udpsrc_start):
12454         * gst/udp/gstudpsrc.h:
12455         Rename "buffer" to "buffer-size" to make clear it is a size we set and
12456         not some sort of feature we enable.
12457
12458 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
12459
12460         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
12461           Use CLOSE_SOCKET() here instead of close() to maintain
12462           win32 workiness.
12463
12464 2006-07-27  Wim Taymans  <wim@fluendo.com>
12465
12466         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
12467
12468         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
12469         (gst_udpsrc_create), (gst_udpsrc_set_property),
12470         (gst_udpsrc_get_property), (gst_udpsrc_start):
12471         * gst/udp/gstudpsrc.h:
12472         Added "buffer-size" property to control the kernel receive buffer size.
12473         Update documentation.
12474         Small cleanups. Fixes #348752.
12475         API: buffer-size property
12476
12477 2006-07-26  Wim Taymans  <wim@fluendo.com>
12478
12479         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
12480
12481         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
12482         (gst_rtp_pcma_pay_handle_buffer):
12483         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
12484         (gst_rtp_pcmu_pay_handle_buffer):
12485         Fix timestamp calculation on outgoing RTP packets.
12486         Fixes #348675.
12487
12488 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
12489
12490         * ext/taglib/gstid3v2mux.cc:
12491           Fix writing of comment frames (should be COMM not TCOM),
12492           is still sub-optimal though, since we don't retain or
12493           extract the comment descriptions properly (#334375,
12494           also see #334375).
12495
12496 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
12497
12498         * gst/wavparse/gstwavparse.c:
12499           #define 'fact' RIFF chunk if we are not compiling against
12500           -base CVS (we don't want to depend on -base CVS for this
12501           one define only, and also not for release order reasons).
12502
12503 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
12504
12505         * ext/taglib/gstid3v2mux.cc:
12506           Handle multiple tags of the same type properly. Re-inject
12507           unparsed ID3v2 frames that we get as binary blobs from
12508           id3demux into the tag again so we don't lose information
12509           when retagging (#334375).
12510
12511 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
12512
12513         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
12514           Document newly-added properties properly, so that there is a
12515           'Since: 0.10.4' in the plugin docs. Convert some property
12516           names into canonical GObject style (GObject will do that
12517           internally anyway).
12518
12519 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
12520
12521         * gst/id3demux/id3tags.c:
12522         (id3demux_add_id3v2_frame_blob_to_taglist):
12523           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
12524           well, and add the version to the blob's buffer caps, since that
12525           information will be needed for deserialisation later on (#348644).
12526
12527 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
12528
12529         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
12530         (gst_avi_demux_parse_stream):
12531          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
12532          indentation and spacing.
12533
12534 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
12535
12536         * docs/plugins/Makefile.am:
12537         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12538         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12539         * docs/plugins/gst-plugins-good-plugins.args:
12540         * docs/plugins/inspect/plugin-1394.xml:
12541         * docs/plugins/inspect/plugin-aasink.xml:
12542         * docs/plugins/inspect/plugin-alaw.xml:
12543         * docs/plugins/inspect/plugin-alpha.xml:
12544         * docs/plugins/inspect/plugin-alphacolor.xml:
12545         * docs/plugins/inspect/plugin-annodex.xml:
12546         * docs/plugins/inspect/plugin-apetag.xml:
12547         * docs/plugins/inspect/plugin-auparse.xml:
12548         * docs/plugins/inspect/plugin-autodetect.xml:
12549         * docs/plugins/inspect/plugin-avi.xml:
12550         * docs/plugins/inspect/plugin-cacasink.xml:
12551         * docs/plugins/inspect/plugin-cairo.xml:
12552         * docs/plugins/inspect/plugin-cdio.xml:
12553         * docs/plugins/inspect/plugin-cutter.xml:
12554         * docs/plugins/inspect/plugin-debug.xml:
12555         * docs/plugins/inspect/plugin-dv.xml:
12556         * docs/plugins/inspect/plugin-efence.xml:
12557         * docs/plugins/inspect/plugin-effectv.xml:
12558         * docs/plugins/inspect/plugin-esdsink.xml:
12559         * docs/plugins/inspect/plugin-flac.xml:
12560         * docs/plugins/inspect/plugin-flxdec.xml:
12561         * docs/plugins/inspect/plugin-gconfelements.xml:
12562         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
12563         * docs/plugins/inspect/plugin-goom.xml:
12564         * docs/plugins/inspect/plugin-halelements.xml:
12565         * docs/plugins/inspect/plugin-icydemux.xml:
12566         * docs/plugins/inspect/plugin-id3demux.xml:
12567         * docs/plugins/inspect/plugin-jpeg.xml:
12568         * docs/plugins/inspect/plugin-level.xml:
12569         * docs/plugins/inspect/plugin-matroska.xml:
12570         * docs/plugins/inspect/plugin-mulaw.xml:
12571         * docs/plugins/inspect/plugin-multipart.xml:
12572         * docs/plugins/inspect/plugin-navigationtest.xml:
12573         * docs/plugins/inspect/plugin-ossaudio.xml:
12574         * docs/plugins/inspect/plugin-png.xml:
12575         * docs/plugins/inspect/plugin-rtp.xml:
12576         * docs/plugins/inspect/plugin-rtsp.xml:
12577         * docs/plugins/inspect/plugin-shout2send.xml:
12578         * docs/plugins/inspect/plugin-smpte.xml:
12579         * docs/plugins/inspect/plugin-speex.xml:
12580         * docs/plugins/inspect/plugin-udp.xml:
12581         * docs/plugins/inspect/plugin-videobalance.xml:
12582         * docs/plugins/inspect/plugin-videobox.xml:
12583         * docs/plugins/inspect/plugin-videoflip.xml:
12584         * docs/plugins/inspect/plugin-videomixer.xml:
12585         * docs/plugins/inspect/plugin-wavenc.xml:
12586         * docs/plugins/inspect/plugin-wavparse.xml:
12587         * docs/plugins/inspect/plugin-ximagesrc.xml:
12588           Update files to CVS/Prerelease version, add esdsink docs.
12589
12590         * ext/esd/esdsink.c:
12591           Add gtk-doc blurb.
12592
12593         * gst/rtp/gstrtpmp4vpay.c:
12594           Fix typo in element description.
12595
12596 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
12597
12598         * ext/esd/esdsink.c: (gst_esdsink_open),
12599         (gst_esdsink_factory_init):
12600           Prevent libesd from auto-spawning a sound daemon if it
12601           is not already running. Now that we don't do evil stuff
12602           like that any longer we can give esdsink a rank so that
12603           autoaudiosink will try it as well if all other audio
12604           sinks fail (#343051).
12605
12606 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
12607
12608         * ext/esd/Makefile.am:
12609           Oops, need to remove README from EXTRA_DIST as well.
12610
12611 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
12612
12613         * ext/esd/README:
12614           Remove, it contains nothing useful anyway.
12615
12616         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
12617         (gst_esdsink_delay):
12618           Some small clean-ups; use GST_BOILERPLATE etc.
12619
12620 2006-07-24  Wim Taymans  <wim@fluendo.com>
12621
12622         * gst/law/alaw-decode.c: (alawdec_getcaps):
12623         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
12624         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
12625         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
12626         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
12627
12628 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
12629
12630         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
12631         (gst_wavparse_other), (gst_wavparse_perform_seek),
12632         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
12633         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
12634         (gst_wavparse_pad_query):
12635         * gst/wavparse/gstwavparse.h:
12636           Use information from 'fact' chunk for length calculation of compressed
12637           samples. Calculate bps if bogus value is found in wav header (embeded
12638           mp2/mp3).
12639           
12640
12641 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
12642
12643         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
12644
12645         * configure.ac:
12646         * gst/udp/Makefile.am:
12647         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
12648         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
12649         * gst/udp/gstdynudpsink.h:
12650         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
12651         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
12652         * gst/udp/gstmultiudpsink.h:
12653         * gst/udp/gstudp.c: (plugin_init):
12654         * gst/udp/gstudpsink.h:
12655         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
12656         (gst_udpsrc_start), (gst_udpsrc_stop):
12657         * gst/udp/gstudpsrc.h:
12658         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
12659         (gst_udp_net_utils_win32_wsa_startup):
12660         * gst/udp/gstudpnetutils.h:
12661           Port udp plugin to win32 (#345288).
12662
12663 2006-07-24  Wim Taymans  <wim@fluendo.com>
12664
12665         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
12666         Remove unwanted DEBUG line.
12667
12668 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
12669
12670         * gst/id3demux/gstid3demux.c: (plugin_init):
12671         * gst/id3demux/id3tags.c:
12672         (id3demux_add_id3v2_frame_blob_to_taglist):
12673         * gst/id3demux/id3tags.h:
12674           On second thought, it might be wiser and more efficient
12675           not to do tag registration from a streaming thread.
12676
12677 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
12678
12679         * gst/id3demux/id3tags.c:
12680         (id3demux_add_id3v2_frame_blob_to_taglist),
12681         (id3demux_id3v2_frames_to_tag_list):
12682           Put ID3v2 frames we can't parse as binary blobs into private
12683           tags, so that they are not lost when retagging, at least once
12684           id3v2mux has been taught to re-inject those frames again.
12685           See bug #334375.
12686
12687 2006-07-21  Wim Taymans  <wim@fluendo.com>
12688
12689         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
12690         (gst_avi_demux_process_next_entry):
12691         Fix some leaks.
12692
12693         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
12694         Don't use \n in debug lines.
12695
12696 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
12697
12698         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12699         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12700           Add annodex and icydemux, cleanup the sections a bit
12701
12702 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
12703
12704         Patch by: Alex Lancaster <alexl at users sourceforge net>
12705
12706         * ext/taglib/gstid3v2mux.cc:
12707           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
12708           ID3v2 TSSE frames (#347898).
12709
12710 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
12711
12712         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
12713           Respect mpegversion for "video/mpeg" and give message in case of
12714           unhandled versions.
12715
12716 2006-07-17  Wim Taymans  <wim@fluendo.com>
12717
12718         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
12719         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
12720         (gst_pngdec_chain), (gst_pngdec_sink_event),
12721         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
12722         (gst_pngdec_sink_activate_push):
12723         * ext/libpng/gstpngdec.h:
12724         Use statically allocated segment instead of leaking.
12725         Various cleanups.
12726         Fix flush and seek handling.
12727
12728 2006-07-16  Wim Taymans  <wim@fluendo.com>
12729
12730         * gst/rtp/Makefile.am:
12731         * gst/rtp/gstrtp.c: (plugin_init):
12732         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
12733         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
12734         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
12735         (gst_rtp_mp4g_depay_set_property),
12736         (gst_rtp_mp4g_depay_get_property),
12737         (gst_rtp_mp4g_depay_change_state),
12738         (gst_rtp_mp4g_depay_plugin_init):
12739         * gst/rtp/gstrtpmp4gdepay.h:
12740         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
12741         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
12742         (gst_rtp_mp4g_pay_flush):
12743         Added simple generic mpeg4 depayloader.
12744         Fix generic mpeg4 payloader.
12745
12746 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
12747
12748         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
12749           Don't try doing state changes on a NULL pointer.
12750
12751 2006-07-14  Wim Taymans  <wim@fluendo.com>
12752
12753         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
12754
12755         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
12756         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
12757         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
12758         * gst/rtp/gstrtpamrdepay.h:
12759         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
12760         Fixes #321191
12761
12762 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12763
12764         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
12765         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
12766         Fix segfault when moving mouse pointer to the bottom right corner.
12767
12768 2006-07-12  Wim Taymans  <wim@fluendo.com>
12769
12770         * gst/rtp/Makefile.am:
12771         * gst/rtp/gstrtp.c: (plugin_init):
12772         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
12773         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
12774         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
12775         (gst_rtp_mp2t_depay_set_property),
12776         (gst_rtp_mp2t_depay_get_property),
12777         (gst_rtp_mp2t_depay_change_state),
12778         (gst_rtp_mp2t_depay_plugin_init):
12779         * gst/rtp/gstrtpmp2tdepay.h:
12780         Added mpeg2 TS depayloader. Closing #347234.
12781
12782 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
12783
12784         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
12785           Remove g_assert that shouldn't be there and was triggered
12786           after trying to open a device that doesn't exist or can't
12787           be opened for some other reason (#347972).
12788
12789 2006-07-10  Edward Hervey  <edward@fluendo.com>
12790
12791         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
12792         (gst_avi_demux_stream_header), (push_tag_lists):
12793         * gst/avi/gstavidemux.h:
12794         Don't push tag events found by gst_riff_parse_info() before outputting
12795         GST_EVENT_NEWSEGMENT.
12796
12797 2006-07-10  Wim Taymans  <wim@fluendo.com>
12798
12799         * gst/rtsp/Makefile.am:
12800         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
12801         (rtsp_connection_close):
12802         * gst/rtsp/rtspdefs.h:
12803         replaced closesocket and close in code with one CLOSE_SOCKET. 
12804         Some more cleanups. Fixes #345301.
12805
12806 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
12807
12808         * gst/autodetect/gstautoaudiosink.c:
12809           Fix example pipeline in docs.
12810
12811 2006-07-10  Wim Taymans  <wim@fluendo.com>
12812
12813         Patch by: Rob Taylor <robtaylor at floopily dot org>
12814
12815         * gst/udp/gstmultiudpsink.c: (join_multicast),
12816         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
12817         If a destination is added before the stream is set to PAUSED, the
12818         multicast group is not joined as the socket is not created yet. 
12819         Also TTL and LOOP should also be set. Fixes #346921.
12820
12821 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12822
12823         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
12824         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
12825         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
12826         (gst_ximage_src_init):
12827         * sys/ximage/gstximagesrc.h:
12828         Fix use-damage property to actually work :)
12829         Add startx, starty, endx, endy properties so screencasts other than full
12830         screen ones can work.
12831
12832 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12833
12834         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
12835         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
12836         (gst_ximage_src_class_init), (gst_ximage_src_init):
12837         * sys/ximage/gstximagesrc.h:
12838         Add use_damage property to offer ability to choose whether to use
12839         XDamage or not.
12840
12841 2006-07-07  Wim Taymans  <wim@fluendo.com>
12842
12843         * gst/goom/filters.c: (zoomFilterSetResolution):
12844         Avoid goom coredumping by clearing memory. 
12845         Fixes 345679.
12846
12847 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
12848
12849         * win32/vs6/libgstid3demux.dsp:
12850         Add a link to libgsttag-0.10.lib.
12851
12852 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
12853
12854         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
12855         (gst_tag_demux_read_range):
12856         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
12857         (gst_id3demux_read_range):
12858           Don't return FLOW_UNEXPECTED when a buffer is before
12859           the start of the stream (which might happen with
12860           large ID3v2 tags if the tag reading was done pullrange
12861           based and we then switched to push mode later on).
12862           Fixes regression introduced by commit from June 29th.
12863
12864 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
12865
12866         * ext/taglib/gstid3v2mux.cc:
12867           Make UTF-8 the default encoding when writing string
12868           tags (before, our UTF-8 strings would automatically
12869           be converted to ISO-8859-1 by taglib and written as
12870           ISO-8859-1 fields if that was possible).
12871
12872         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
12873         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
12874         (test_taglib_id3mux_with_tags):
12875           Add test case that makes sure our UTF-8 strings have
12876           actually been written into the tag as UTF-8.
12877
12878 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
12879
12880         * configure.ac:
12881           Let's try that again.
12882
12883 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
12884
12885         * configure.ac:
12886           Disable monoscope plugin for now until it fulfills
12887           all the requirements.
12888
12889 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
12890
12891         * configure.ac:
12892         * gst/monoscope/Makefile.am:
12893         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
12894         (gst_monoscope_class_init), (gst_monoscope_init),
12895         (gst_monoscope_finalize), (gst_monoscope_reset),
12896         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
12897         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
12898         (gst_monoscope_sink_event), (gst_monoscope_src_event),
12899         (gst_monoscope_change_state), (plugin_init):
12900         * gst/monoscope/gstmonoscope.h:
12901           Port monoscope visualisation to 0.10.
12902
12903 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
12904
12905         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
12906         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
12907           Return FLOW_UNEXPECTED when at the end of the file, not
12908           FLOW_ERROR. Fixes 'internal stream error' errors that
12909           would sometimes occur in totem when scrubbing to the
12910           end of an ID3v1 tagged mp3 file.
12911
12912 2006-07-03  Edward Hervey  <edward@fluendo.com>
12913
12914         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
12915         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
12916         (gst_pngdec_sink_event), (gst_pngdec_change_state):
12917         * ext/libpng/gstpngdec.h:
12918         Implement buffer clipping/dropping using GstSegment.
12919         This provides accurate seeking.
12920
12921 2006-07-03  Edward Hervey  <edward@fluendo.com>
12922
12923         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
12924         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
12925         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
12926         (gst_avi_demux_process_next_entry), (push_tag_lists),
12927         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
12928         * gst/avi/gstavidemux.h:
12929         Proper aggregation of each stream's GstFlowReturn in order to figure out
12930         whether the task should stop or not.
12931         Don't send inline events before pushing out a NEW_SEGMENT, more
12932         specifically for GST_TAG_EVENT.
12933         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
12934         sub-indexes.
12935
12936 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
12937
12938         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
12939
12940         * sys/sunaudio/gstsunaudiomixerctrl.c:
12941         (gst_sunaudiomixer_ctrl_build_list):
12942           Move "Monitor" slider to input tab so it works more like
12943           sdtaudiocontrol, which is what people on Solaris are used
12944           to using for their mixer program (#346259).
12945
12946 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12947
12948         * tests/check/elements/level.c: (GST_START_TEST):
12949           fix a leak, clean up at the end
12950
12951 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
12952
12953         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
12954         (gst_matroska_demux_send_event),
12955         (gst_matroska_demux_loop_stream_parse_id):
12956         * gst/matroska/matroska-ids.h:
12957           Send tag event after newsegment event.
12958
12959 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
12960
12961         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
12962         (gst_id3demux_read_range):
12963           Make sure we don't return GST_FLOW_OK with a NULL buffer in
12964           certain cases where a read beyond the end of the file is
12965           requested. Fixes #345930.
12966
12967         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
12968         (gst_tag_demux_read_range):
12969           Fix same issue here as well.
12970
12971 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12972
12973         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
12974         
12975         Fix hypothetical crash.
12976
12977 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
12978
12979         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
12980
12981         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
12982           Do not modify the ports value. If the user has turned off the
12983           built-in speakers, then we should not reset it in the prepare
12984           function, since this causes the built-in speakers to turn
12985           back on anytime the user changes a track in totem, rhythmbox,
12986           etc. (#346066).
12987
12988 2006-06-23  Wim Taymans  <wim@fluendo.com>
12989
12990         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
12991         Fix double caps unref when negotiation fails.
12992
12993 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
12994
12995         * ext/annodex/gstcmmldec.c:
12996         * ext/annodex/gstcmmlenc.c:
12997         * ext/annodex/gstcmmlparser.c:
12998         * ext/dv/gstdvdec.c:
12999         * ext/dv/gstdvdemux.c:
13000         * ext/gdk_pixbuf/pixbufscale.c:
13001         * ext/jpeg/gstjpegenc.c:
13002         * ext/jpeg/gstsmokedec.c:
13003         * ext/jpeg/gstsmokeenc.c:
13004         * ext/libpng/gstpngdec.c:
13005         * ext/libpng/gstpngenc.c:
13006         * ext/speex/gstspeexenc.c:
13007         * gst/alpha/gstalphacolor.c:
13008         * gst/cutter/gstcutter.c:
13009         * gst/debug/gstnavigationtest.c:
13010         * gst/icydemux/gsticydemux.c:
13011         * gst/level/gstlevel.c:
13012         * gst/multipart/multipart.c:
13013         * gst/rtp/gstrtpamrpay.c:
13014         * gst/rtp/gstrtpdepay.c:
13015         * gst/rtp/gstrtpilbcpay.c:
13016         * gst/rtp/gstrtpmp4gpay.c:
13017         * gst/rtp/gstrtpmp4vpay.c:
13018         * gst/rtsp/gstrtpdec.c:
13019         * gst/rtsp/gstrtspsrc.c:
13020         * gst/udp/gstdynudpsink.c:
13021         * gst/udp/gstmultiudpsink.c:
13022         * gst/udp/gstudpsrc.c:
13023         * gst/videobox/gstvideobox.c:
13024         * gst/videofilter/gstvideoflip.c:
13025           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
13026           plus two minor macro fixes.
13027
13028 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
13029
13030         * gst/matroska/matroska-demux.c:
13031         (gst_matroska_demux_check_subtitle_buffer),
13032         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
13033         (gst_matroska_demux_subtitle_caps):
13034         * gst/matroska/matroska-ids.c:
13035         (gst_matroska_track_init_subtitle_context):
13036         * gst/matroska/matroska-ids.h:
13037           Try to fix up broken matroska files containing subtitle
13038           streams with non-UTF8 character encodings (courtesy of
13039           mkvmerge) using either the encoding specified in the
13040           GST_SUBTITLE_ENCODING environment variable or the
13041           current locale's character set if it is non-UTF8.
13042           Fixes #337076.
13043
13044 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
13045
13046         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
13047           Set image type from APIC frame as "image-type" field
13048           of GST_TAG_IMAGE buffer caps (#344605).
13049
13050 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
13051
13052         * ext/flac/Makefile.am:
13053         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
13054         (gst_flac_dec_reset_decoders),
13055         (gst_flac_dec_setup_seekable_decoder),
13056         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
13057         (gst_flac_dec_metadata_callback),
13058         (gst_flac_dec_metadata_callback_seekable),
13059         (gst_flac_dec_metadata_callback_stream),
13060         (gst_flac_dec_error_callback),
13061         (gst_flac_dec_error_callback_seekable),
13062         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
13063         (gst_flac_dec_read_stream), (gst_flac_dec_write),
13064         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
13065         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
13066         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
13067         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
13068         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
13069         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
13070         (gst_flac_dec_sink_activate_push),
13071         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
13072         * ext/flac/gstflacdec.h:
13073           Support chain-based operation, should make flac-over-DAAP
13074           work (#340492).
13075
13076 2006-06-20  Wim Taymans  <wim@fluendo.com>
13077
13078         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13079         Doc updates, merge some unused symbols.
13080
13081 2006-06-20  Wim Taymans  <wim@fluendo.com>
13082
13083         * docs/plugins/Makefile.am:
13084         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13085         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13086         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
13087         * gst/rtsp/gstrtspsrc.c:
13088         * gst/rtsp/gstrtspsrc.h:
13089         Added documentation for the rtsp plugin. Fixes #345393.
13090
13091 2006-06-20  Wim Taymans  <wim@fluendo.com>
13092
13093         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
13094         (rtsp_connection_close), (rtsp_connection_free):
13095         Use better G_OS_* macros. Fixes #345301 some more.
13096
13097 2006-06-20  Wim Taymans  <wim@fluendo.com>
13098
13099         Patch by: Brian Cameron <brian dot cameron at sun dot com>
13100
13101         * sys/sunaudio/Makefile.am:
13102         * sys/sunaudio/gstsunaudio.c: (plugin_init):
13103         * sys/sunaudio/gstsunaudiomixerctrl.c:
13104         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
13105         (gst_sunaudiomixer_ctrl_list_tracks),
13106         (gst_sunaudiomixer_ctrl_get_volume),
13107         (gst_sunaudiomixer_ctrl_set_volume),
13108         (gst_sunaudiomixer_ctrl_set_mute),
13109         (gst_sunaudiomixer_ctrl_set_record):
13110         * sys/sunaudio/gstsunaudiomixerctrl.h:
13111         * sys/sunaudio/gstsunaudiomixertrack.c:
13112         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
13113         * sys/sunaudio/gstsunaudiomixertrack.h:
13114         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
13115         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
13116         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
13117         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
13118         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
13119         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
13120         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
13121         (gst_sunaudiosrc_reset):
13122         * sys/sunaudio/gstsunaudiosrc.h:
13123         Add a SunAudio source plugin.
13124         Support stereo and right/left channel gain in the mixer plugin.
13125         Support the RECORD flag so that you can switch between line-input and
13126         microphone in gnome-volume-control.
13127         Code cleanups like using an enumerator for track number instead of an 
13128         integer. Fixes #344923.
13129
13130 2006-06-20  Wim Taymans  <wim@fluendo.com>
13131
13132         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
13133
13134         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
13135         (rtsp_connection_close):
13136         Make RTSP plugin compile on windows. Fixes #345301.
13137         Some changes to original patch to catch errors better.
13138         use ifdef WIN32 instead of ifndef.
13139
13140 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13141
13142         * configure.ac:
13143         If we have libraw1394 >= 1.2.1, then we need libiec61883.
13144
13145 2006-06-18  Edward Hervey  <edward@fluendo.com>
13146
13147         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
13148         After a failed buffer alloc, we need to abort the jpeg decoding (it
13149         started when parsing headers to figure out how many bytes we need
13150         to request downstream).
13151
13152 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
13153
13154         Patch by: Mark Nauwelaerts  <manauw at skynet be>
13155
13156         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
13157           Make sure we don't read beyond the end of the file (#345232).
13158
13159 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
13160
13161         * configure.ac:
13162           Fix --disable-external (can't set conditionals conditionally,
13163           #343602).
13164
13165 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
13166
13167         * autogen.sh:
13168         * configure.ac:
13169         * docs/Makefile.am:
13170           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
13171
13172         * docs/plugins/Makefile.am:
13173         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13174         * docs/plugins/inspect/plugin-taglib.xml:
13175           Add/fix apev2mux docs.
13176
13177 2006-06-14  Wim Taymans  <wim@fluendo.com>
13178
13179         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
13180         (gst_dvdec_finalize), (gst_dvdec_sink_event),
13181         (gst_dvdec_change_state):
13182         Reset segment info on flush.
13183         Alloc segment in _init, free in _finalize.
13184
13185         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
13186         Don't send segments twice.
13187
13188 2006-06-14  Wim Taymans  <wim@fluendo.com>
13189
13190         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
13191         Respect segment.stop. Fixes #342592.
13192
13193 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
13194
13195         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
13196           No language specified means the implied language is English
13197           according to the matroska spec (partially fixes #344708);
13198           add some more debug output.
13199
13200 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
13201
13202         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
13203         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
13204         (gst_wavparse_chain):
13205           When operating chain-based, don't make any assumptions about the
13206           chunking of the incoming data and make streaming work on days other
13207           than the second Thursday after a full moon. Also fix up debug
13208           messages here and there and make use of the most excellent new
13209           gst_pad_query_peer_duration() utility function.
13210           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
13211
13212         * gst/wavparse/gstwavparse.h:
13213           Remove trailing comma after last enum value, some compilers don't
13214           like that.
13215
13216 2006-06-13  Wim Taymans  <wim@fluendo.com>
13217
13218         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
13219         Handle premature EOS gracefully.
13220
13221 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
13222
13223         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
13224           Prevent out of bounds array access when scrubbing towards
13225           the end of the file between the last index entry and the
13226           end. Fixes occasional 'start <= stop' newsegment event
13227           assertions when scrubbing in MJPEG files.
13228
13229 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
13230
13231         * tests/check/elements/.cvsignore:
13232           And another one.
13233
13234 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
13235
13236         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13237         (scan_encoded_string), (parse_picture_frame):
13238           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
13239
13240         * configure.ac:
13241           Require core >= 0.10.8 (for GST_TAG_IMAGE and
13242           GST_TAG_PPEVIEW_IMAGE used in the patch above).
13243
13244 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13245
13246         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
13247           gratuitous comment changes
13248         * tests/check/elements/level.c: (GST_START_TEST):
13249           fix level test leaks
13250
13251 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
13252
13253         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
13254         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
13255           Use gst_pad_query_peer_duration() utility function here.
13256
13257 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13258
13259         * autogen.sh:
13260           require am17
13261         * configure.ac:
13262         * ext/annodex/Makefile.am:
13263         * ext/cdio/Makefile.am:
13264         * ext/dv/Makefile.am:
13265         * ext/esd/Makefile.am:
13266         * ext/flac/Makefile.am:
13267         * ext/gdk_pixbuf/Makefile.am:
13268         * ext/ladspa/Makefile.am:
13269         * ext/libcaca/Makefile.am:
13270         * ext/speex/Makefile.am:
13271         * ext/taglib/Makefile.am:
13272         * sys/oss/Makefile.am:
13273         * sys/sunaudio/Makefile.am:
13274         * sys/ximage/Makefile.am:
13275           clean up build further
13276
13277 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
13278
13279         * gconf/Makefile.am:
13280           Honour --disable-schemas-install configure option. Fixes #344100.
13281
13282 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
13283
13284         * tests/examples/level/Makefile.am:
13285           Add -lm to LIBS for pow() function, don't assume one of our
13286           dependencies (such as libxml-2.0) drags it in automatically
13287           (#343603).
13288
13289 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
13290
13291         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
13292
13293         * configure.ac:
13294           We should use $SED and not $(SED) in configure.ac (#343678).
13295
13296 2006-06-09  Wim Taymans  <wim@fluendo.com>
13297
13298         Patch by: Brian Cameron <brian dot cameron at sun dot com>
13299
13300         * sys/sunaudio/gstsunaudiomixerctrl.c:
13301         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
13302         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
13303         (gst_sunaudiomixer_ctrl_set_mute):
13304         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
13305         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
13306         (gst_sunaudiosink_write):
13307         Attached find a patch that fixes a number of bugs with the SunAudio
13308         mixer plugin and fixes #344101:
13309         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
13310            tracks onto the tracklist causing gnome-volume-control's preferences
13311            dialog to be messed up and would core dump if you checked/unchecked
13312            any item.
13313         2. We weren't previously setting the MUTE flag properly.  Fixing this
13314            makes gnome-volume-control work better.
13315         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
13316            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
13317            gnome-volume-control look better.
13318         Also some minor cleanup in gstsunaudiosink.c.
13319
13320 2006-06-09  Wim Taymans  <wim@fluendo.com>
13321
13322         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
13323         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
13324         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
13325         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
13326         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
13327         * ext/jpeg/gstjpegdec.h:
13328         API: Added IDCT method property
13329         Small cleanups.
13330         Avoid dynamic allocation of trivial fixed structure.
13331         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
13332
13333 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13334
13335         * configure.ac:
13336         We now require libraw1394 >= 1.1.0 and that version onwards all
13337         have .pc files.
13338
13339 2006-06-02  Edward Hervey  <edward@fluendo.com>
13340
13341         * gst/law/alaw-decode.c: (alawdec_getcaps): 
13342         Trying to get items from an ANY or EMPTY caps is ... stupid.
13343
13344 2006-06-02  Edward Hervey  <edward@fluendo.com>
13345
13346         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
13347         (gst_dvdec_chain), (gst_dvdec_change_state):
13348         * ext/dv/gstdvdec.h:
13349         Added GstSegment handling, now implements dropping/clipping.
13350
13351 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
13352
13353         * ext/aalib/gstaasink.h:
13354         * ext/annodex/gstcmmldec.h:
13355         * ext/cairo/gsttimeoverlay.h:
13356         * ext/dv/gstdvdec.h:
13357         * ext/dv/gstdvdemux.h:
13358         * ext/esd/esdmon.h:
13359         * ext/esd/esdsink.h:
13360         * ext/flac/gstflacenc.h:
13361         * ext/gconf/gstgconfaudiosink.h:
13362         * ext/gconf/gstgconfaudiosrc.h:
13363         * ext/gconf/gstgconfvideosink.h:
13364         * ext/gconf/gstgconfvideosrc.h:
13365         * ext/gdk_pixbuf/gstgdkanimation.h:
13366         * ext/gdk_pixbuf/pixbufscale.h:
13367         * ext/hal/gsthalaudiosink.h:
13368         * ext/hal/gsthalaudiosrc.h:
13369         * ext/jpeg/gstjpegenc.h:
13370         * ext/jpeg/gstsmokedec.h:
13371         * ext/jpeg/gstsmokeenc.h:
13372         * ext/libcaca/gstcacasink.h:
13373         * ext/libmng/gstmngdec.h:
13374         * ext/libmng/gstmngenc.h:
13375         * ext/libpng/gstpngdec.h:
13376         * ext/libpng/gstpngenc.h:
13377         * ext/raw1394/gstdv1394src.h:
13378         * ext/speex/gstspeexenc.h:
13379         * gst/autodetect/gstautoaudiosink.h:
13380         * gst/autodetect/gstautovideosink.h:
13381         * gst/avi/gstavidemux.h:
13382         * gst/cutter/gstcutter.h:
13383         * gst/debug/efence.h:
13384         * gst/debug/gstnavigationtest.h:
13385         * gst/debug/gstnavseek.h:
13386         * gst/flx/gstflxdec.h:
13387         * gst/goom/gstgoom.h:
13388         * gst/icydemux/gsticydemux.h:
13389         * gst/id3demux/gstid3demux.h:
13390         * gst/law/alaw-decode.h:
13391         * gst/law/alaw-encode.h:
13392         * gst/law/mulaw-decode.h:
13393         * gst/law/mulaw-encode.h:
13394         * gst/matroska/matroska-mux.h:
13395         * gst/median/gstmedian.h:
13396         * gst/oldcore/gstaggregator.h:
13397         * gst/oldcore/gstfdsink.h:
13398         * gst/oldcore/gstmd5sink.h:
13399         * gst/oldcore/gstmultifilesrc.h:
13400         * gst/oldcore/gstpipefilter.h:
13401         * gst/oldcore/gstshaper.h:
13402         * gst/oldcore/gststatistics.h:
13403         * gst/rtp/gstasteriskh263.h:
13404         * gst/rtp/gstrtpL16depay.h:
13405         * gst/rtp/gstrtpL16pay.h:
13406         * gst/rtp/gstrtpamrdepay.h:
13407         * gst/rtp/gstrtpamrpay.h:
13408         * gst/rtp/gstrtpdepay.h:
13409         * gst/rtp/gstrtpgsmdepay.h:
13410         * gst/rtp/gstrtpgsmpay.h:
13411         * gst/rtp/gstrtph263pay.h:
13412         * gst/rtp/gstrtph263pdepay.h:
13413         * gst/rtp/gstrtph263ppay.h:
13414         * gst/rtp/gstrtpmp4gpay.h:
13415         * gst/rtp/gstrtpmp4vdepay.h:
13416         * gst/rtp/gstrtpmp4vpay.h:
13417         * gst/rtp/gstrtpmpadepay.h:
13418         * gst/rtp/gstrtpmpapay.h:
13419         * gst/rtp/gstrtppcmadepay.h:
13420         * gst/rtp/gstrtppcmapay.h:
13421         * gst/rtp/gstrtppcmudepay.h:
13422         * gst/rtp/gstrtppcmupay.h:
13423         * gst/rtp/gstrtpspeexdepay.h:
13424         * gst/rtp/gstrtpspeexpay.h:
13425         * gst/rtsp/gstrtpdec.h:
13426         * gst/rtsp/gstrtspsrc.h:
13427         * gst/smpte/gstsmpte.h:
13428         * gst/udp/gstdynudpsink.h:
13429         * gst/udp/gstmultiudpsink.h:
13430         * gst/udp/gstudpsink.h:
13431         * gst/udp/gstudpsrc.h:
13432         * gst/videofilter/gstvideobalance.h:
13433         * gst/videofilter/gstvideoflip.h:
13434         * sys/oss/gstossdmabuffer.h:
13435         * sys/oss/gstossmixerelement.h:
13436         * sys/oss/gstosssink.h:
13437         * sys/oss/gstosssrc.h:
13438         * sys/osxvideo/osxvideosink.h:
13439         * sys/sunaudio/gstsunaudiomixer.h:
13440         * sys/sunaudio/gstsunaudiosink.h:
13441         * sys/ximage/gstximagesrc.h:
13442         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
13443
13444 2006-05-31  Wim Taymans  <wim@fluendo.com>
13445
13446         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
13447         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
13448         (gst_goom_src_setcaps), (gst_goom_src_event),
13449         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
13450         (gst_goom_change_state):
13451         * gst/goom/gstgoom.h:
13452         Handle QoS.
13453         Handle flushing, discont and events.
13454         Fix timestamps and various other cleanups.
13455
13456 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13457
13458         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
13459         Fix bus reset when using libiec61883
13460
13461 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13462
13463         * configure.ac:
13464         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
13465         * ext/raw1394/Makefile.am:
13466         Add CFLAGS.
13467         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
13468         New method, to receive using libiec61883.
13469         (gst_dv1394src_iso_receive),
13470         #ifdef'd out if libiec61883 is present.
13471         (gst_dv1394src_bus_reset),
13472         Get userdata correctly if using libiec61883. 
13473         (gst_dv1394src_create),
13474         When using libiec61883, only poll one fd and no need to read.
13475         (gst_dv1394src_discover_avc_node),
13476         Replace g_warnings.
13477         (gst_dv1394src_start),
13478         Create new handle when we know which dv port.  More reliable
13479         than setting port on an existing handle.  Initialise libiec61883.
13480         (gst_dv1394src_stop):
13481         If using libiec61883, then cleanup its handle properly.
13482         * ext/raw1394/gstdv1394src.h:
13483         Add libiec61883 handle.
13484
13485 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
13486
13487         * gst/avi/gstavidemux.c:
13488           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
13489         * win32/MANIFEST:
13490           sort file listing
13491         * win32/vs6/libgstavi.dsp:
13492           add gstavimux.c to the project
13493         * win32/vs6/libgstid3demux.dsp:
13494           add link to zlib library
13495         * win32/vs6/libgstmatroska.dsp:
13496           add matroska-ids.c to the project
13497
13498 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
13499
13500         Patch by: Sebastian Dröge  <mail at slomosnail de >
13501
13502         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13503         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13504         * ext/taglib/Makefile.am:
13505         * ext/taglib/gstapev2mux.cc:
13506         * ext/taglib/gstapev2mux.h:
13507         * ext/taglib/gstid3v2mux.cc:
13508         * ext/taglib/gsttaglibmux.c: (plugin_init):
13509         * ext/taglib/gsttaglibmux.h:
13510           Add apev2mux element (#343122).
13511         
13512         * tests/check/Makefile.am:
13513         * tests/check/elements/apev2mux.c:
13514         (test_taglib_apev2mux_create_tags),
13515         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
13516         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
13517         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
13518         (apev2mux_suite), (main):
13519           Add unit test for apev2mux element.
13520
13521 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
13522
13523         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
13524         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
13525         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
13526           GST_PTR_FORMAT should be used to print caps in debug statements.
13527
13528 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
13529
13530         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
13531
13532         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
13533         (ape_demux_parse_tags):
13534           Some clean-ups and additions: map APE 'file' tag to
13535           GST_TAG_LOCATION (#343123); add support for extracting
13536           the track count and clean up parsing a bit (#343127).
13537
13538 2006-05-28  Edward Hervey  <edward@fluendo.com>
13539
13540         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
13541         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
13542
13543 2006-05-28  Edward Hervey  <edward@fluendo.com>
13544
13545         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
13546         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
13547         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
13548         * ext/jpeg/gstjpegdec.h:
13549         Clip outgoing buffers according to currently configured segment.
13550
13551 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
13552
13553         * ext/taglib/gstid3v2mux.cc:
13554           Handle  writing of track-count or album-volume-count without
13555           track-number or albume-volume-number (in this case the number
13556           will just be set to 0).
13557
13558         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
13559           It would be nice if we actually checked the values received for
13560           track/album-volume number/count in  _check_tags(), rather than
13561           setting them again ...
13562
13563 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
13564
13565         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
13566           A track/volume number or count of 0 does not make sense,
13567           just ignore it along with negative numbers (a tag might
13568           only contain a track count without a track number).
13569
13570 2006-05-27  Edward Hervey  <edward@fluendo.com>
13571
13572         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
13573         (gst_jpeg_dec_sink_event):
13574         Abort decompression when receiving FLUSH_STOP. This should avoid
13575         issues when interrupting decoding with flushes.
13576
13577 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
13578
13579         * ext/flac/gstflac.c:
13580           Don't #include file we don't dist any longer.
13581
13582 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
13583
13584         * README:
13585           Replace current README (containing the release notes from
13586           some 0.9.x version) with a proper README taken from the core.
13587
13588 2006-05-24  Wim Taymans  <wim@fluendo.com>
13589
13590         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
13591         Implement EOS correctly by either posting
13592         SEGMENT_DONE or pushing an EOS message depending
13593         on the seek type. Fixes #342592
13594
13595 2006-05-24  Wim Taymans  <wim@fluendo.com>
13596
13597         * gst/law/alaw-decode.c: (gst_alawdec_chain):
13598         * gst/law/alaw-decode.h:
13599         * gst/law/alaw-encode.c: (gst_alawenc_chain):
13600         * gst/law/alaw-encode.h:
13601         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
13602         * gst/law/mulaw-decode.h:
13603         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
13604         * gst/law/mulaw-encode.h:
13605         Some cleanups in the chain functions.
13606         Remove some GStreamer 0.0.2 bits.
13607
13608 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
13609
13610         Patch by: Mark Nauwelaerts  <manauw at skynet be>
13611
13612         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
13613           gst_collect_pads_stop() needs to be called before chaining up
13614           to the parent class (#342734).
13615
13616 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
13617
13618         * ext/flac/Makefile.am:
13619         * ext/flac/flac_compat.h:
13620         * ext/flac/gstflac.c:
13621         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
13622         * ext/flac/gstflacenc.c:
13623           Remove backwards compatibility cruft for dealing with FLAC API
13624           changes in the 1.0.x series - we require 1.1.1 or newer these days.
13625
13626 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
13627
13628         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
13629         (gst_matroska_demux_push_xiph_codec_priv_data),
13630         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
13631         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
13632         * gst/matroska/matroska-ids.h:
13633         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
13634         (gst_matroska_mux_video_pad_setcaps),
13635         (xiph3_streamheader_to_codecdata),
13636         (vorbis_streamheader_to_codecdata),
13637         (theora_streamheader_to_codecdata),
13638         (gst_matroska_mux_audio_pad_setcaps),
13639         (gst_matroska_mux_write_data):
13640           Add support for muxing/demuxing theora video (#342448; too bad
13641           none of the usual linux players can actually play this). Playback
13642           in GStreamer will require additional changes to theoradec in -base.
13643           Refactor streamheaders <=> CodecPrivateData code a bit; some small
13644           cleanups.
13645
13646 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
13647
13648         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
13649         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
13650           Fix crashes when the horizontal subsampling is 1.
13651           Fixes #342097.
13652
13653 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
13654
13655         Patch by: Mark Nauwelaerts  <manauw at skynet be>
13656
13657         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
13658         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
13659         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
13660         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
13661         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
13662         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
13663         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
13664         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
13665         (gst_avi_mux_change_state):
13666         * gst/avi/gstavimux.h:
13667           Some enhancements for avimux (#342526):
13668            - add odml (large file) index support
13669            - store codec init data (e.g. huffyuv)
13670            - miscellaneous other fixes/cleanups
13671
13672 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
13673
13674         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
13675         Don't output any tag when we encounter a negative track number - the
13676         tag type is uint, so we end up outputting huge positive numbers
13677         instead. (Fixes: #342029)
13678
13679 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
13680
13681         * configure.ac:
13682           update for new GSTPB_PLUGINS_DIR
13683
13684 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
13685
13686         * rtp/gst/gstrtph263pay.c:
13687         Properly set static caps for H263 at 34.
13688
13689 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
13690
13691         Patch by: James "Doc" Livingston  <doclivingston gmail com>
13692
13693         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
13694           Merge event tags and tag setter tags correctly (#339918). Also,
13695           don't leak taglist in case of an error.
13696           
13697 2006-05-17  Edward Hervey  <edward@fluendo.com>
13698
13699         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
13700         We can only do caps intersection if the othercaps are non-empty and not
13701         ANY. Else we return the pad template (base_caps).
13702
13703 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
13704
13705         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
13706           Fix crash when outputting debugging information for certain
13707           pictures (always good to use the right struct member for
13708           the number of records in an array).
13709
13710 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
13711
13712         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
13713
13714         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
13715         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
13716         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
13717         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
13718         (gst_ebml_read_float), (gst_ebml_read_ascii),
13719         (gst_ebml_read_binary):
13720           Don't create unnecessary sub-buffers all the time. Dramatically
13721           improves performance with multiple concurrently running
13722           matroskademux instances (#341818) (and avoids doing
13723           unnecessarily inefficient things in the general case).
13724
13725 2006-05-16  Edward Hervey  <edward@fluendo.com>
13726
13727         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
13728         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
13729         return value of gst_pad_push_event().
13730
13731 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
13732
13733         * gst/autodetect/gstautoaudiosink.c:
13734         (gst_auto_audio_sink_find_best):
13735         * gst/autodetect/gstautovideosink.c:
13736         (gst_auto_video_sink_find_best):
13737         Make the name of the child element be based on the name of the
13738         parent, so that debug output is more useful.
13739         
13740         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
13741         (parse_insert_string_field), (parse_split_strings):
13742         Rework string parsing to always walk over BOM markers in UTF16
13743         strings, using the endianness indicated by the innermost one,
13744         then trying the opposite endianness if that fails to convert
13745         to valid UTF-8. Fixes #341774
13746
13747 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13748
13749         Patch from: Matthieu <matthieu at fluendo dot com>
13750
13751         * ext/libpng/Makefile.am:
13752         Add LIBPNG_CFLAGS.
13753
13754 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
13755
13756         * ext/taglib/gstid3v2mux.cc:
13757           Add support for writing images (APIC frames) into ID3v2
13758           tags (picture type always set to 'other' for now though).
13759
13760 2006-05-14  Michael Smith  <msmith@fluendo.com>
13761
13762         * gst/wavparse/gstwavparse.c:
13763           Update docs; wavparse implements push and pull modes.
13764
13765 2006-05-12  Wim Taymans  <wim@fluendo.com>
13766
13767         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
13768         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
13769         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
13770         Ooops, bitten by the copy-and-paste design paradigm, fixes
13771         seek again.
13772
13773 2006-05-12  Wim Taymans  <wim@fluendo.com>
13774
13775         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13776         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
13777         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
13778         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
13779         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
13780         (gst_avi_demux_massage_index),
13781         (gst_avi_demux_calculate_durations_from_index),
13782         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
13783         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
13784         (gst_avi_demux_loop):
13785         * gst/avi/gstavidemux.h:
13786         Some cleanups, prepare to use GstSegment.
13787         Fix error in entry walking code.
13788         Fix VBR detection.
13789         Smarter timestamp calculation code.
13790         Uniform error/eos handling.
13791
13792 2006-05-12  Michael Smith  <msmith@fluendo.com>
13793
13794         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
13795         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
13796           Fix use of uninitialised values if we're NOT seeking in ready.
13797           Fix typos.
13798
13799 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
13800
13801         * gst/wavparse/Makefile.am:
13802           Add CFLAGS and LIBS for libgstbase, fixes build on
13803           Cygwin (#341489).
13804
13805 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
13806
13807         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
13808           Some more debug info. No need to check whether the string
13809           returned by g_convert() is really UTF-8 - either it is or
13810           we get NULL returned.
13811
13812 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
13813
13814         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
13815           Fix parsing of numeric genre strings some more, by ensuring that
13816           we only try and parse strings that a) Start with '(' and b) Consist
13817           only of digits.
13818           Also, when finding an escaping '((' sequence, bust it back to '(' by
13819           swallowing the first parenthesis
13820
13821 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
13822
13823         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
13824         (gst_esdsink_open), (gst_esdsink_close):
13825         * ext/esd/esdsink.h:
13826           Move the esd_get_server_info() into gst_esdsink_open() and fail
13827           with a decent error message on errors.
13828
13829 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
13830
13831         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
13832         (gst_esdmon_channels_get_type):
13833         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
13834         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
13835         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
13836         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
13837         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
13838         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
13839         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
13840         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
13841         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
13842         * gst/videomixer/videomixer.c:
13843         (gst_video_mixer_background_get_type):
13844           Const-ify GEnumValue arrays.
13845
13846 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
13847
13848         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
13849
13850         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
13851         (gst_avi_mux_do_video_buffer):
13852           Work around gst_buffer_make_metadata_writable() bug that
13853           results in avimux marking all frames in the index as
13854           keyframes (#340859).
13855           
13856 2006-05-08  Wim Taymans  <wim@fluendo.com>
13857
13858         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13859         Make parsing of urls suck slightly less.
13860
13861 2006-05-08  Edward Hervey  <edward@fluendo.com>
13862
13863         * autogen.sh: (CONFIGURE_DEF_OPT): 
13864         libtoolize on Darwin/MacOSX is called glibtoolize.
13865
13866 2006-05-08  Wim Taymans  <wim@fluendo.com>
13867
13868         Patch by: Jens Granseuer <jensgr at gmx dot net>
13869
13870         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
13871         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
13872         C89 compliance fixes. Fixes #340980
13873
13874 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
13875
13876         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
13877         * ext/flac/gstflacdec.h:
13878           Handle segment seeks that include the end of the file as stop point
13879           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
13880           message instead of an EOS event in case we're in segment seek
13881           mode (fixes #340699).
13882           
13883 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
13884
13885         * ext/cairo/gsttextoverlay.c:
13886         * ext/flac/gstflacdec.c:
13887         * ext/gdk_pixbuf/pixbufscale.c:
13888         * gst/apetag/gstapedemux.c:
13889         * gst/debug/breakmydata.c:
13890         * gst/debug/testplugin.c:
13891         * gst/matroska/ebml-write.c:
13892         * gst/multipart/multipartdemux.c:
13893         * sys/osxaudio/gstosxaudiosink.c:
13894         * sys/osxaudio/gstosxaudiosrc.c:
13895         Add semicolons after GST_BOILERPLATE[_FULL] so that
13896         indent doesn't mess up following lines.
13897
13898 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
13899
13900         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
13901
13902         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
13903           Don't leak caps when freeing the stream context (#340623).
13904
13905 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
13906
13907         * configure.ac:
13908           Back to CVS
13909
13910 === release 0.10.3 ===
13911
13912 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
13913
13914         * configure.ac:
13915           releasing 0.10.3, "Desplazado"
13916
13917 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
13918
13919         * gst/matroska/matroska-mux.c:
13920         (gst_matroska_mux_stream_is_vorbis_header),
13921         (gst_matroska_mux_write_data):
13922           Don't strcmp() NULL strings.
13923           Only start new clusters on video keyframes, not on any
13924           random audio buffer that doesn't have the DELTA_UNIT
13925           flag set (fixes 'make check' again).
13926
13927 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
13928
13929         Patch by: Mark Nauwelaerts  <manauw at skynet be>
13930
13931         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
13932         (gst_matroska_mux_stream_is_vorbis_header),
13933         (gst_matroska_mux_write_data):
13934           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
13935           value and then dead-lock when muxing vorbis audio streams
13936           (the three vorbis header buffers carry no timestamp, and it
13937           would try to mux these after all video buffers). Fixes #340346.
13938
13939           Improve clustering: start a new cluster also whenever we get
13940           a keyframe.     
13941
13942 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
13943
13944         * win32/common/config.h:
13945         * win32/MANIFEST
13946           add the generated file as well
13947
13948 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
13949
13950         * Makefile.am:
13951         * configure.ac:
13952         * win32/common/config.h.in:
13953           add win32 stuff
13954
13955 2006-05-03  Michael Smith  <msmith@fluendo.com>
13956
13957         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
13958           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
13959           SUCKS.
13960
13961 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
13962
13963         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
13964         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
13965         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
13966           don't leak caps-string
13967
13968 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
13969
13970         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
13971         (gst_id3demux_sink_activate):
13972           Let core insert default error message for TYPE_NOT_FOUND
13973           errors, it's just as good as our own and has the added
13974           bonus of being translated.
13975
13976 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
13977
13978         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
13979         (gst_tag_demux_sink_event):
13980         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
13981         (gst_id3demux_sink_event):
13982           Post an error message when we get an EOS event and were not
13983           able to find out the type of stream.
13984
13985         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
13986         (test_taglib_id3mux_with_tags):
13987           Decrease num-buffers to 16 per iteration again, otherwise the
13988           many memcpy()s and reallocations in the test will hammer slow
13989           CPUs completely and make the test timeout.
13990
13991 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
13992
13993         * configure.ac:
13994           figure out where plugins-base plugins are
13995         * tests/check/Makefile.am:
13996           use plugins-base plugins, so we have typefind functions
13997         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
13998           increase num-buffers, this makes sure the test errors out instead
13999           of timing out when no typefind functions are present
14000
14001 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14002
14003         * docs/plugins/Makefile.am:
14004           also check .cc files for gtk-doc markup
14005         * configure.ac:
14006         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14007         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14008         * tests/check/Makefile.am:
14009         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
14010         * ext/Makefile.am:
14011         * ext/taglib/Makefile.am:
14012         * ext/taglib/gstid3v2mux.h:
14013         * ext/taglib/gsttaglibmux.c:
14014         * ext/taglib/gsttaglibmux.h:
14015           move taglib-based id3v2muxer to -good.  Fixes #336110.
14016
14017 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
14018
14019         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
14020           ... and fix multichannel/WAVFORMATEX support again.
14021
14022 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
14023
14024         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
14025         (gst_wavparse_class_init), (gst_wavparse_dispose),
14026         (gst_wavparse_reset), (gst_wavparse_init),
14027         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
14028         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
14029         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
14030         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
14031         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
14032         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
14033         (gst_wavparse_stream_data), (gst_wavparse_loop),
14034         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
14035         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
14036         (gst_wavparse_change_state), (plugin_init):
14037         * gst/wavparse/gstwavparse.h:
14038           Add push (streaming) mode to wavparse (fixes #337625)
14039
14040 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
14041
14042         * configure.ac:
14043         * tests/Makefile.am:
14044           add ximagesrc icles test
14045
14046 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
14047
14048         * configure.ac:
14049         * docs/plugins/Makefile.am:
14050         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14051         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14052         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
14053         (gst_cmml_enc_push_clip):
14054         * sys/Makefile.am:
14055         * sys/ximage/Makefile.am:
14056         * sys/ximage/gstximagesrc.c:
14057           Move ximagesrc plug-in to good after review.  Fixes #336756.
14058
14059 2006-04-28  Michael Smith  <msmith@fluendo.com>
14060
14061         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
14062         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
14063         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
14064         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
14065         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
14066         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
14067         * gst/icydemux/gsticydemux.h:
14068           Fix event handling: cache events when typefinding and forward later.
14069
14070 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14071
14072         * sys/osxaudio/gstosxaudiosink.c:
14073         (plugin_init):
14074          Register osxaudiosrc to the plugin.
14075         * sys/osxaudio/gstosxaudiosrc.c:
14076         (gst_osx_audio_src_osxelement_do_init),
14077         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
14078         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
14079         (gst_osx_audio_src_get_property),
14080         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
14081         (gst_osx_audio_src_osxelement_init):
14082         * sys/osxaudio/gstosxaudiosrc.h:
14083           Port of osxaudiosrc to 0.10.
14084         * sys/osxaudio/Makefile.am:
14085           Add osxaudiosrc
14086
14087 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14088
14089         * sys/osxaudio/gstosxringbuffer.c:
14090         * sys/osxaudio/gstosxringbuffer.h:
14091           Forgot to commit earlier, part of the OSX audio plugin port
14092
14093 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
14094
14095         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
14096         (parse_split_strings):
14097           Recognise and skip any byte order marker (BOM) in
14098           UTF-16 strings.
14099
14100 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
14101
14102         * docs/plugins/Makefile.am:
14103         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14104         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14105         * docs/plugins/gst-plugins-good-plugins.hierarchy:
14106         * docs/plugins/inspect/plugin-avi.xml:
14107         * gst/avi/gstavidemux.c:
14108         * gst/avi/gstavimux.c:
14109           Add docs for both avidemux and avimux.
14110
14111 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
14112
14113         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
14114
14115         * gst/avi/Makefile.am:
14116         * gst/avi/gstavi.c: (plugin_init):
14117         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
14118         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
14119         (gst_avi_mux_class_init), (gst_avi_mux_init),
14120         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
14121         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
14122         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
14123         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
14124         (gst_avi_mux_riff_get_avix_header),
14125         (gst_avi_mux_riff_get_video_header),
14126         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
14127         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
14128         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
14129         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
14130         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
14131         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
14132         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
14133         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
14134         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
14135         (gst_avi_mux_change_state):
14136         * gst/avi/gstavimux.h:
14137           Port AVI muxer to GStreamer-0.10 (#332031).
14138
14139         * tests/check/Makefile.am:
14140         * tests/check/elements/avimux.c:
14141         * tests/check/elements/.cvsignore:
14142           Add unit test for AVI muxer.
14143
14144 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
14145
14146         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
14147         (gst_wavparse_class_init), (gst_wavparse_reset),
14148         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
14149         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
14150         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
14151         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
14152         (gst_wavparse_stream_data), (gst_wavparse_loop),
14153         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
14154         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
14155         (plugin_init):
14156         * gst/wavparse/gstwavparse.h:
14157           reverted patch #337625 for the price of 1 hour sleep
14158
14159 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
14160
14161         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
14162         (gst_wavparse_class_init), (gst_wavparse_reset),
14163         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
14164         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
14165         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
14166         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
14167         (gst_wavparse_stream_data), (gst_wavparse_loop),
14168         (gst_wavparse_chain), (plugin_init):
14169         * gst/wavparse/gstwavparse.h:
14170           correct partial implementation of push mode
14171           (from my last commit)
14172
14173 2006-04-26  Wim Taymans  <wim@fluendo.com>
14174
14175         * ext/esd/esdsink.c:
14176         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
14177         it is not in esd.h
14178
14179 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
14180
14181         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
14182         (gst_au_parse_class_init), (gst_au_parse_init),
14183         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
14184         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
14185         (gst_au_parse_chain), (gst_au_parse_src_convert),
14186         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
14187         (gst_au_parse_sink_event), (gst_au_parse_src_event),
14188         (gst_au_parse_change_state):
14189         * gst/auparse/gstauparse.h:
14190           Rewrite auparse to suck a little bit less: make source pad
14191           dynamic, so decodebin/playbin work with non-raw formats
14192           like alaw/mulaw; add query function for duration/position
14193           queries; check whether we have enough data before attempting
14194           to parse the header (instead of crashing when that is not the
14195           case); work around audioconvert sucking by swapping endianness
14196           to the native endianness ourselves for float formats; send
14197           initial newsegment event. Fixes #161712.
14198
14199 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14200
14201         * sys/osxaudio/Makefile.am:
14202         * sys/osxaudio/gstosxaudioelement.c:
14203         (gst_osx_audio_element_get_type),
14204         (gst_osx_audio_element_class_init):
14205         * sys/osxaudio/gstosxaudioelement.h:
14206         * sys/osxaudio/gstosxaudiosink.c:
14207         (gst_osx_audio_sink_osxelement_do_init),
14208         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
14209         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
14210         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
14211         (gst_osx_audio_sink_create_ringbuffer),
14212         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
14213         (plugin_init):
14214         * sys/osxaudio/gstosxaudiosink.h:
14215         Port of osxaudiosink to 0.10
14216
14217 2006-04-26  Wim Taymans  <wim@fluendo.com>
14218
14219         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
14220         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
14221         the size of the ringbuffer. This should fix hangs with older 
14222         esd sound servers.
14223
14224 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
14225
14226         * ext/aalib/gstaasink.c:
14227         * ext/annodex/gstcmmldec.c:
14228         * ext/annodex/gstcmmlenc.c:
14229         * ext/cairo/gsttextoverlay.c:
14230         * ext/cairo/gsttimeoverlay.c:
14231         * ext/cdio/gstcdiocddasrc.c:
14232         * ext/dv/gstdvdec.c:
14233         * ext/dv/gstdvdemux.c:
14234         * ext/esd/esdmon.c:
14235         * ext/esd/esdsink.c:
14236         * ext/flac/gstflacenc.c:
14237         * ext/flac/gstflactag.c:
14238         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
14239         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
14240         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
14241         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
14242         * ext/gdk_pixbuf/pixbufscale.c:
14243         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
14244         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
14245         * ext/jpeg/gstjpegdec.c:
14246         * ext/jpeg/gstjpegenc.c:
14247         * ext/jpeg/gstsmokedec.c:
14248         * ext/jpeg/gstsmokeenc.c:
14249         * ext/libcaca/gstcacasink.c:
14250         * ext/libmng/gstmngdec.c:
14251         * ext/libmng/gstmngenc.c:
14252         * ext/libpng/gstpngdec.c:
14253         * ext/libpng/gstpngenc.c:
14254         * ext/mikmod/gstmikmod.c:
14255         * ext/raw1394/gstdv1394src.c:
14256         * ext/shout2/gstshout2.c: (gst_shout2send_init):
14257         * ext/shout2/gstshout2.h:
14258         * ext/speex/gstspeexdec.c:
14259         * ext/speex/gstspeexenc.c:
14260         * gst/alpha/gstalpha.c:
14261         * gst/alpha/gstalphacolor.c:
14262         * gst/apetag/gstapedemux.c:
14263         * gst/auparse/gstauparse.c:
14264         * gst/autodetect/gstautoaudiosink.c:
14265         (gst_auto_audio_sink_base_init):
14266         * gst/autodetect/gstautovideosink.c:
14267         (gst_auto_video_sink_base_init):
14268         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
14269         * gst/avi/gstavimux.c: (gst_avimux_base_init):
14270         * gst/cutter/gstcutter.c:
14271         * gst/debug/breakmydata.c:
14272         * gst/debug/efence.c:
14273         * gst/debug/gstnavigationtest.c:
14274         * gst/debug/gstnavseek.c:
14275         * gst/debug/negotiation.c:
14276         * gst/debug/progressreport.c:
14277         * gst/debug/testplugin.c:
14278         * gst/effectv/gstaging.c:
14279         * gst/effectv/gstdice.c:
14280         * gst/effectv/gstedge.c:
14281         * gst/effectv/gstquark.c:
14282         * gst/effectv/gstrev.c:
14283         * gst/effectv/gstshagadelic.c:
14284         * gst/effectv/gstvertigo.c:
14285         * gst/effectv/gstwarp.c:
14286         * gst/flx/gstflxdec.c:
14287         * gst/goom/gstgoom.c:
14288         * gst/icydemux/gsticydemux.c:
14289         * gst/id3demux/gstid3demux.c:
14290         * gst/interleave/deinterleave.c:
14291         * gst/interleave/interleave.c:
14292         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
14293         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
14294         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
14295         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
14296         * gst/level/gstlevel.c:
14297         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
14298         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
14299         * gst/median/gstmedian.c:
14300         * gst/monoscope/gstmonoscope.c:
14301         * gst/multipart/multipartdemux.c:
14302         * gst/multipart/multipartmux.c:
14303         * gst/oldcore/gstaggregator.c:
14304         * gst/oldcore/gstfdsink.c:
14305         * gst/oldcore/gstmd5sink.c:
14306         * gst/oldcore/gstmultifilesrc.c:
14307         * gst/oldcore/gstpipefilter.c:
14308         * gst/oldcore/gstshaper.c:
14309         * gst/oldcore/gststatistics.c:
14310         * gst/rtp/gstasteriskh263.c:
14311         * gst/rtp/gstrtpL16depay.c:
14312         * gst/rtp/gstrtpL16pay.c:
14313         * gst/rtp/gstrtpamrdepay.c:
14314         * gst/rtp/gstrtpamrpay.c:
14315         * gst/rtp/gstrtpdepay.c:
14316         * gst/rtp/gstrtpgsmpay.c:
14317         * gst/rtp/gstrtph263pay.c:
14318         * gst/rtp/gstrtph263pdepay.c:
14319         * gst/rtp/gstrtph263ppay.c:
14320         * gst/rtp/gstrtpilbcdepay.c:
14321         * gst/rtp/gstrtpmp4gpay.c:
14322         * gst/rtp/gstrtpmp4vdepay.c:
14323         * gst/rtp/gstrtpmp4vpay.c:
14324         * gst/rtp/gstrtpmpadepay.c:
14325         * gst/rtp/gstrtpmpapay.c:
14326         * gst/rtp/gstrtppcmadepay.c:
14327         * gst/rtp/gstrtppcmapay.c:
14328         * gst/rtp/gstrtppcmudepay.c:
14329         * gst/rtp/gstrtppcmupay.c:
14330         * gst/rtp/gstrtpspeexdepay.c:
14331         * gst/rtp/gstrtpspeexpay.c:
14332         * gst/rtsp/gstrtpdec.c:
14333         * gst/rtsp/gstrtspsrc.c:
14334         * gst/smpte/gstsmpte.c:
14335         * gst/udp/gstdynudpsink.c:
14336         * gst/udp/gstmultiudpsink.c:
14337         * gst/udp/gstudpsink.c:
14338         * gst/udp/gstudpsrc.c:
14339         * gst/videobox/gstvideobox.c:
14340         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
14341         * gst/videofilter/gstvideobalance.c:
14342         * gst/videofilter/gstvideoflip.c:
14343         * gst/videofilter/gstvideotemplate.c:
14344         (gst_videotemplate_base_init):
14345         * gst/videomixer/videomixer.c:
14346         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
14347         (gst_wavparse_class_init), (gst_wavparse_dispose),
14348         (gst_wavparse_reset), (gst_wavparse_init),
14349         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
14350         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
14351         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
14352         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
14353         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
14354         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
14355         (gst_wavparse_change_state):
14356         * gst/wavparse/gstwavparse.h:
14357         * sys/oss/gstossmixerelement.c:
14358         * sys/oss/gstosssink.c:
14359         * sys/oss/gstosssrc.c:
14360         * sys/osxaudio/gstosxaudioelement.c:
14361         * sys/osxaudio/gstosxaudiosink.c:
14362         * sys/osxaudio/gstosxaudiosrc.c:
14363         * sys/sunaudio/gstsunaudiomixer.c:
14364         * sys/sunaudio/gstsunaudiosink.c:
14365           Define GstElementDetails as const and also static (when defined as
14366           global)
14367
14368 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
14369
14370         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
14371           Source pad has fixed caps. If we don't set this, bad
14372           things happen when the window is resized.
14373
14374 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
14375
14376         * gst/matroska/Makefile.am:
14377         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
14378         (gst_matroska_demux_handle_src_event):
14379         * gst/matroska/matroska-ids.c:
14380         (gst_matroska_track_init_video_context),
14381         (gst_matroska_track_init_audio_context),
14382         (gst_matroska_track_init_subtitle_context),
14383         (gst_matroska_track_init_complex_context):
14384         * gst/matroska/matroska-ids.h:
14385           Handle case where the TrackType ebml chunk does not come before the
14386           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
14387           events.
14388
14389 2006-04-25  Wim Taymans  <wim@fluendo.com>
14390
14391         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
14392         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
14393         It's codec_data, not codec_info.
14394
14395 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
14396
14397         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
14398
14399         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
14400           Handle codec_data for VfW compatibility codec IDs (#339451)
14401
14402         * gst/matroska/matroska-mux.c:
14403         (gst_matroska_mux_video_pad_setcaps):
14404           Same here, handle codec_data and add additional caps we can handle
14405           now to the pad template (huffyuv, dv and h263 video) (#339451)
14406
14407 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
14408
14409         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
14410
14411         * gst/matroska/matroska-mux.c:
14412         (gst_matroska_mux_create_buffer_header),
14413         (gst_matroska_mux_write_data):
14414           Fix timestamping of B-frames, use signed integers, do
14415           some rounding (#339678).
14416
14417 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
14418
14419         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
14420         just make it compile with --disable-gst-debug.
14421
14422 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
14423
14424         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
14425         Fix a bad conversion using gst_guint64_to_gdouble.
14426         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
14427         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
14428         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
14429     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
14430         mistake.
14431
14432 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
14433
14434         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
14435         Use gst_guint64_to_gdouble for conversions
14436         * win32/vs6/gst_plugins_good.dsw:
14437         * win32/vs6/libgsticydemux.dsp:
14438         Add a project file for icydemux
14439
14440 2006-04-21  Wim Taymans  <wim@fluendo.com>
14441
14442         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
14443
14444         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14445         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
14446         When splitting audio chunks, the block alignment is not taken in
14447         consideration, so the smaller chunks could be of size which is 
14448         not a multiple of the block alignment. Fixes #336904
14449
14450 2006-04-21  Wim Taymans  <wim@fluendo.com>
14451
14452         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
14453         Use scale functions
14454
14455 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
14456
14457         * ext/dv/gstdv.c: (plugin_init):
14458           Fix build.
14459
14460 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
14461
14462         * gst/debug/progressreport.c: (gst_progress_report_finalize),
14463         (gst_progress_report_class_init), (gst_progress_report_init),
14464         (gst_progress_report_do_query), (gst_progress_report_report),
14465         (gst_progress_report_set_property),
14466         (gst_progress_report_get_property):
14467           Add 'format' property to force querying to a particular format.
14468
14469 2006-04-21  Andy Wingo  <wingo@pobox.com>
14470
14471         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
14472         best, on big endian systems. Drop its rank in that case. OTOH on
14473         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
14474
14475 2006-04-21  Michael Smith  <msmith@fluendo.com>
14476
14477         * configure.ac:
14478         * gst/icydemux/Makefile.am:
14479         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
14480         (gst_icydemux_base_init), (gst_icydemux_class_init),
14481         (gst_icydemux_reset), (gst_icydemux_init),
14482         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
14483         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
14484         (unicodify), (gst_icydemux_unicodify),
14485         (gst_icydemux_parse_and_send_tags),
14486         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
14487         (gst_icydemux_chain), (gst_icydemux_change_state),
14488         (gst_icydemux_send_tag_event), (plugin_init):
14489         * gst/icydemux/gsticydemux.h:
14490         * tests/check/Makefile.am:
14491         * tests/check/elements/icydemux.c: (typefind_succeed),
14492         (plugin_init), (icydemux_found_pad), (create_icydemux),
14493         (cleanup_icydemux), (push_data), (GST_START_TEST),
14494         (icydemux_suite), (main):
14495           Add icydemux, and tests.
14496
14497 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
14498
14499         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
14500           Post SEGMENT_DONE message in TIME format.
14501
14502 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
14503
14504         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
14505
14506         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
14507         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
14508           Fix index creation when we have to scan the file to create
14509           an index. There may be other types of RIFF 'LIST' chunks than
14510           'movi' and we need to skip them properly as well or we'll end up
14511           reading garbage (#336889). Some other cosmetic changes.
14512           
14513 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
14514
14515         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
14516         (gst_flac_dec_handle_seek_event):
14517           Add support for segment seeks (fixes #338290). Also demote
14518           some recurring debug message from DEBUG to LOG level.
14519
14520 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
14521
14522         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
14523         (gst_matroskademux_do_index_seek),
14524         (gst_matroska_demux_handle_seek_event),
14525         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
14526         * gst/matroska/matroska-ids.h:
14527           Set DISCONT flag on first buffer after a discontinuity.
14528           Fix newsegment events sent when seeking and honour KEY_UNIT
14529           seek flag. Create pad with bogus caps if we don't recognise
14530           the stream codec id.
14531
14532         * gst/matroska/matroska-demux.h:
14533           Fix GObject macros.
14534
14535 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
14536
14537         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
14538
14539         * gst/matroska/matroska-demux.c:
14540         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
14541           Handle end of segment properly when set; don't dead-lock when
14542           posting start of segment message when doing a segment seek.
14543           Fixes #338810.
14544
14545 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
14546
14547         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
14548         (gst_matroska_demux_plugin_init):
14549           Make mpeg2 aac audio work: create artificial private codec data
14550           chunk which faad2 seems to require, just as we do for mpeg4 aac.
14551           Also call gst_riff_init(). Partially fixes #338767.
14552
14553 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
14554
14555         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
14556         (gst_wavenc_class_init), (gst_wavenc_init),
14557         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
14558         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
14559         (gst_wavenc_chain), (gst_wavenc_change_state):
14560         * gst/wavenc/gstwavenc.h:
14561           Set caps on first outgoing buffer, so that it doesn't error out
14562           immediately with a non-negotiated error (#338716). Rewrite and
14563           clean up a bit; fix setcaps function to parse things properly;
14564           fix sink caps (8bit audio is unsigned and doesn't have depth);
14565           use boilerplate macros; remove unused properties stuff.
14566
14567 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
14568
14569         * ext/gdk_pixbuf/gstgdkpixbuf.c:
14570           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
14571           handle MJPEG streams and might be autoplugged for those if the
14572           user doesn't have jpegdec installed (resulting in a cryptic error
14573           message about huffman tables). Better to disable JPEG decoding here
14574           and let the user figure out that she needs to install jpegdec.
14575
14576 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
14577
14578         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
14579         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
14580         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
14581         * ext/gdk_pixbuf/gstgdkpixbuf.h:
14582           Make work with packetised/framed input (e.g. png-in-quicktime). Use
14583           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
14584           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
14585           debug messages. Fix boilerplate macros.
14586
14587 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
14588
14589         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
14590         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
14591           No need to special-case for Gdk-2.0 any longer, we require
14592           Gdk 2.2 or newer; minor clean-ups.
14593
14594 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
14595
14596         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
14597         (gst_shout2send_class_init), (gst_shout2send_init),
14598         (set_shout_metadata), (gst_shout2send_set_metadata),
14599         (gst_shout2send_event), (gst_shout2send_start),
14600         (gst_shout2send_connect), (gst_shout2send_stop),
14601         (gst_shout2send_render), (gst_shout2send_set_property),
14602         (gst_shout2send_get_property), (gst_shout2send_setcaps),
14603         (plugin_init):
14604         * ext/shout2/gstshout2.h:
14605         * po/POTFILES.in:
14606           Rewrite a bit: use GstBaseSink::start and stop instead of a state
14607           change function; use GST_ELEMENT_ERROR for error reporting, not
14608           g_error() or GST_ERROR(); don't unref caps in setcaps function,
14609           will cause crashes or assertion failures; remove (unused) "sync"
14610           property, basesink already has such a property; misc. other
14611           minor fixes and cleanups.
14612
14613 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
14614
14615         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
14616         * ext/esd/gstesd.c: (plugin_init):
14617         * po/POTFILES.in:
14618           Add translatable error message for when we cannot
14619           connect to the sound server, as "Cannot open resource
14620           for writing" isn't really an acceptable message to show
14621           to the user in this case.
14622
14623 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
14624
14625         * sys/oss/gst-i18n-plugin.h:
14626           Remove bogus file that doesn't belong here.
14627
14628 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
14629
14630         Patch by: Philippe Valembois
14631
14632         * ext/shout2/gstshout2.c: (gst_shout2send_init),
14633         (gst_shout2send_set_metadata), (gst_shout2send_event),
14634         (gst_shout2send_render), (gst_shout2send_change_state):
14635         * ext/shout2/gstshout2.h:
14636           Handle tags being received before the connection to
14637           the server is established properly (see #338636).
14638
14639 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
14640
14641         * ext/shout2/gstshout2.c: (gst_shout2send_render):
14642           Don't crash in case the connection to the server fails:
14643           don't set pointer to NULL by assigning FALSE; error out
14644           properly by using GST_ELEMENT_ERROR and returning
14645           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
14646           before resetting the pointer.
14647
14648 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
14649
14650         * gst/id3demux/id3tags.c:
14651         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
14652         (Fixes #338713)
14653
14654 2006-04-12  Wim Taymans  <wim@fluendo.com>
14655
14656         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
14657         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
14658         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
14659         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
14660         (gst_gdk_pixbuf_chain):
14661         Some cleanups.
14662         Added RGBA as a possible output format.
14663         Correctly free the supported mimetypes.
14664         deprecate silent arg, it's not used.
14665         Return result from _alloc_buffer to peer.
14666
14667 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
14668
14669         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
14670           Don't leak memory allocated by gst_buffer_new_and_alloc() by
14671           overwriting GST_BUFFER_MALLOCDATA.
14672
14673 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
14674
14675         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
14676         (user_endrow_callback), (user_end_callback),
14677         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
14678         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
14679         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
14680         * ext/libpng/gstpngdec.h:
14681           Handle more than one frame if the content is framed,
14682           like with png-in-quicktime (#331917).
14683
14684 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14685
14686         * sys/oss/Makefile.am:
14687         * sys/oss/common.h:
14688         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
14689         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
14690         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
14691         (gst_oss_src_unprepare):
14692           - the user-visible error strings were in the wrong category
14693           - and the messages were not marked for translation
14694           - which is actually a good thing, because they were exactly
14695             the kind of message you would never want anyone to see
14696           - the macros were using variables that didn't exist in the macro
14697             arguments
14698           - and they were obviously copied from each other and then modified
14699           - so a common header makes sense
14700
14701 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
14702
14703         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
14704           Don't try to modify read-only data.
14705
14706         * gst/matroska/matroska-demux.c:
14707         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
14708           Fix comment (won't crash any longer now).
14709
14710 2006-04-10  Michael Smith  <msmith@fluendo.com>
14711
14712         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
14713           Use copies of header buffers for caps to avoid circular refcounting
14714           problems (as in theoradec, vorbisdec).
14715
14716         * tests/check/elements/cmmldec.c: (GST_START_TEST):
14717           Fix a typo in test that meant it was testing the wrong thing.
14718
14719         * tests/check/elements/cmmlenc.c: (check_headers):
14720           Fix refcount checks now that we use buffer-copies for caps.
14721
14722 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
14723
14724         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
14725         (gst_matroska_demux_handle_seek_event),
14726         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
14727         (gst_matroska_demux_subtitle_caps),
14728         (gst_matroska_demux_plugin_init):
14729           Use static pad templates with ANY caps for audio and video
14730           source pads and get rid of a lot of unnecessary (and partially
14731           broken) code for the template caps. Clean up caps finding
14732           functions. Fixes playback of audio files/streams that do not
14733           contain the sample rate and/or number of channels in the audio
14734           context (happens a lot with vorbis/mp3 .mka files it seems).
14735           Fixes #337183.
14736           Also add myself to copyright holders.
14737
14738 2006-04-10  Michael Smith  <msmith@fluendo.com>
14739
14740         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
14741           Use g_list_delete_link () instead of g_list_remove_link () so that
14742           we free the link as well as the contained data.
14743
14744 2006-04-10  Wim Taymans  <wim@fluendo.com>
14745
14746         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
14747
14748         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
14749         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
14750         (gst_avi_demux_stream_header):
14751         Fix some crashers with empty chunks. (Fixes #337749)
14752
14753 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
14754
14755         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
14756           use G_GINT64_CONSTANT for INT64 constants
14757         * gst/videofilter/gstvideobalance.c:
14758           define rint for WIN32 #define rint(x) (floor((x)+0.5))
14759         * win32/vs6/libgstavi.dsp:
14760          add missing libraries for the link and remove avimux.c from
14761          the project as it isn't ported to 0.10 yet
14762         
14763 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
14764
14765         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
14766           Even better would be if we actually did the right thing
14767           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
14768
14769 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
14770
14771         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
14772           Can't just replace 1LL with 1L here just because MSVC doesn't
14773           support it, as it might lead to incorrect results when doing the
14774           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
14775           force a 64-bit constant in a way that all compilers are happy with.
14776
14777 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
14778
14779         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
14780         * ext/esd/esdsink.c: (gst_esdsink_class_init):
14781         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
14782         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
14783         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
14784         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
14785         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
14786         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
14787         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
14788         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
14789         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
14790         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
14791         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
14792         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
14793         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
14794         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
14795         * gst/avi/gstavimux.c: (gst_avimux_class_init):
14796         * gst/debug/efence.c: (gst_efence_class_init):
14797         * gst/debug/negotiation.c: (gst_negotiation_class_init):
14798         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
14799         * gst/goom/gstgoom.c: (gst_goom_class_init):
14800         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
14801         * gst/interleave/deinterleave.c: (deinterleave_class_init):
14802         * gst/interleave/interleave.c: (interleave_class_init):
14803         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
14804         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
14805         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
14806         * gst/median/gstmedian.c: (gst_median_class_init):
14807         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
14808         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
14809         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
14810         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
14811         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
14812         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
14813         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
14814         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
14815         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
14816         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
14817         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
14818         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
14819         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
14820         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
14821         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
14822         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
14823         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
14824         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
14825         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
14826         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
14827         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
14828         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
14829         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
14830         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
14831         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
14832         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
14833         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
14834         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
14835         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
14836         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
14837         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
14838         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
14839         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
14840         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
14841         * sys/osxaudio/gstosxaudioelement.c:
14842         (gst_osxaudioelement_class_init):
14843         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
14844         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
14845         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
14846         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
14847
14848 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
14849
14850         * ext/mikmod/gstmikmod.h:
14851         * gst/level/gstlevel.h:
14852         Fix more broken GObject macros
14853
14854 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
14855
14856         * ext/annodex/gstcmmldec.h:
14857         * ext/annodex/gstcmmlenc.h:
14858         * ext/annodex/gstcmmltag.h:
14859         * ext/cairo/gsttextoverlay.h:
14860         * ext/ladspa/gstsignalprocessor.h:
14861         * gst/matroska/ebml-read.h:
14862         * gst/matroska/ebml-write.h:
14863         * sys/osxaudio/gstosxaudioelement.h:
14864         Fix broken GObject macros
14865
14866 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
14867
14868         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
14869           Don't try to seek beyond the end of the file (would
14870           occasionally display error dialogs in totem when seeking
14871           to the end) (#335869). Will still throw an error though
14872           if the file is truncated and the total_samples value in
14873           the stream header is wrong.
14874
14875 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
14876
14877         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
14878         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
14879         (gst_flac_dec_metadata_callback):
14880         * ext/flac/gstflacdec.h:
14881           If the stream header doesn't contain the total number of samples,
14882           search for the last flac frame at the end of the file and calculate
14883           the total duration from that frame's offset (fixes #337609).
14884
14885 2006-04-07  Edward Hervey  <edward@fluendo.com>
14886
14887         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
14888         Don't unref the GstPadTemplate returned by
14889         gst_element_class_get_pad_template().
14890
14891 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
14892
14893         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
14894
14895         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
14896         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
14897         * sys/sunaudio/gstsunaudiosink.h:
14898           Use spec->segsize and spec->segtotal in the prepare function
14899           to initialise the ring buffer instead of using the buffer-time
14900           property (#337421).
14901
14902 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
14903
14904         * configure.ac:
14905           Bump core requirements to CVS for gst_pad_query_peer_duration()
14906           which is used by speexdec.
14907
14908 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
14909
14910         * ext/speex/gstspeex.c: (plugin_init):
14911         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
14912         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
14913         (speex_get_sink_query_types), (speex_dec_sink_query),
14914         (speex_get_src_query_types), (speex_dec_src_query),
14915         (speex_dec_src_event), (speex_dec_sink_event),
14916         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
14917         (speex_dec_chain_parse_data), (speex_dec_chain),
14918         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
14919         (speex_dec_change_state):
14920         * ext/speex/gstspeexdec.h:
14921           Fix seeking and duration queries (#337033); clean up and
14922           refactor a bit.
14923
14924 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
14925
14926         * ext/raw1394/gstdv1394src.c:
14927           distinguish between device not found and could not open for
14928           reading
14929
14930 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
14931
14932         * Makefile.am:
14933         * configure.ac:
14934         * pkgconfig/.cvsignore:
14935         * pkgconfig/Makefile.am:
14936         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
14937           add a .pc file so other modules can use good plugins in tests
14938
14939 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14940
14941         * configure.ac:
14942           clean up, use AS_VERSION and AS_NANO
14943         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
14944           use PACKAGE_VERSION define
14945         * po/af.po:
14946         * po/az.po:
14947         * po/cs.po:
14948         * po/en_GB.po:
14949         * po/hu.po:
14950         * po/it.po:
14951         * po/nb.po:
14952         * po/nl.po:
14953         * po/or.po:
14954         * po/sq.po:
14955         * po/sr.po:
14956         * po/sv.po:
14957         * po/uk.po:
14958         * po/vi.po:
14959           updated
14960
14961 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
14962
14963         * ext\jpeg\smokecodec.c:
14964           use of GST_DEBUG instead of DEBUG(a...) for WIN32
14965         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
14966           move first instruction after all variables declarations
14967         * gst\alpha\gstalpha.c:
14968         * gst\effectv\gstshagadelic.c:
14969         * gst\smpte\paint.c:
14970         * gst\videofilter\gstvideobalance.c:
14971           define M_PI if it's not defined (it's not defined on WIN32)
14972         * gst\cutter\gstcutter.c: (gst_cutter_chain):
14973         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
14974         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
14975         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
14976         (gst_matroska_demux_video_caps):
14977         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
14978         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
14979           use gst_guint64_to_gdouble for conversions
14980         * gst\goom\filters.c: (setPixelRGB_):
14981           fix a debug which was using undefined variable
14982         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
14983         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
14984           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
14985         * win32/vs6:
14986           add vs6 projects files for most of plugins-good
14987         
14988 2006-03-30  j^  <j@bootlab.org>
14989
14990         * ext/aalib/gstaasink.c:
14991         * ext/annodex/gstcmmldec.c:
14992         * ext/annodex/gstcmmlenc.c:
14993         * ext/cairo/gsttextoverlay.c:
14994         * ext/cairo/gsttimeoverlay.c:
14995         * ext/cdio/gstcdiocddasrc.c:
14996         * ext/dv/gstdvdec.c:
14997         * ext/esd/esdmon.c:
14998         * ext/esd/esdsink.c:
14999         * ext/flac/gstflacdec.c:
15000         * ext/flac/gstflacenc.c:
15001         * ext/flac/gstflactag.c:
15002         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
15003         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
15004         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
15005         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
15006         * ext/gdk_pixbuf/gstgdkpixbuf.c:
15007         * ext/gdk_pixbuf/pixbufscale.c:
15008         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
15009         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
15010         * ext/jpeg/gstjpegdec.c:
15011         * ext/jpeg/gstjpegenc.c:
15012         * ext/jpeg/gstsmokedec.c:
15013         * ext/jpeg/gstsmokeenc.c:
15014         * ext/libcaca/gstcacasink.c:
15015         * ext/libmng/gstmngdec.c:
15016         * ext/libmng/gstmngenc.c:
15017         * ext/libpng/gstpngdec.c:
15018         * ext/libpng/gstpngenc.c:
15019         * ext/mikmod/gstmikmod.c:
15020         * ext/raw1394/gstdv1394src.c:
15021         * ext/shout2/gstshout2.c:
15022         * ext/speex/gstspeexdec.c:
15023         * ext/speex/gstspeexenc.c:
15024         * gst/alpha/gstalpha.c:
15025         * gst/alpha/gstalphacolor.c:
15026         * gst/auparse/gstauparse.c:
15027         * gst/autodetect/gstautoaudiosink.c:
15028         (gst_auto_audio_sink_base_init):
15029         * gst/autodetect/gstautovideosink.c:
15030         (gst_auto_video_sink_base_init):
15031         * gst/avi/gstavimux.c: (gst_avimux_base_init):
15032         * gst/cutter/gstcutter.c:
15033         * gst/debug/breakmydata.c:
15034         * gst/debug/efence.c:
15035         * gst/debug/gstnavigationtest.c:
15036         * gst/debug/negotiation.c:
15037         * gst/debug/progressreport.c:
15038         * gst/debug/testplugin.c:
15039         * gst/effectv/gstaging.c:
15040         * gst/effectv/gstdice.c:
15041         * gst/effectv/gstedge.c:
15042         * gst/effectv/gstquark.c:
15043         * gst/effectv/gstrev.c:
15044         * gst/effectv/gstvertigo.c:
15045         * gst/effectv/gstwarp.c:
15046         * gst/flx/gstflxdec.c:
15047         * gst/goom/gstgoom.c:
15048         * gst/interleave/deinterleave.c:
15049         * gst/interleave/interleave.c:
15050         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
15051         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
15052         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
15053         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
15054         * gst/level/gstlevel.c:
15055         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
15056         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
15057         * gst/median/gstmedian.c:
15058         * gst/monoscope/gstmonoscope.c:
15059         * gst/multipart/multipartdemux.c:
15060         * gst/multipart/multipartmux.c:
15061         * gst/oldcore/gstmd5sink.c:
15062         * gst/oldcore/gstmultifilesrc.c:
15063         * gst/oldcore/gstpipefilter.c:
15064         * gst/oldcore/gstshaper.c:
15065         * gst/oldcore/gststatistics.c:
15066         * gst/rtp/gstasteriskh263.c:
15067         * gst/rtp/gstrtpL16depay.c:
15068         * gst/rtp/gstrtpL16pay.c:
15069         * gst/rtp/gstrtpamrdepay.c:
15070         * gst/rtp/gstrtpamrpay.c:
15071         * gst/rtp/gstrtpdepay.c:
15072         * gst/rtp/gstrtpgsmpay.c:
15073         * gst/rtp/gstrtph263pay.c:
15074         * gst/rtp/gstrtph263pdepay.c:
15075         * gst/rtp/gstrtph263ppay.c:
15076         * gst/rtp/gstrtpmp4gpay.c:
15077         * gst/rtp/gstrtpmp4vdepay.c:
15078         * gst/rtp/gstrtpmp4vpay.c:
15079         * gst/rtp/gstrtpmpadepay.c:
15080         * gst/rtp/gstrtpmpapay.c:
15081         * gst/rtp/gstrtppcmadepay.c:
15082         * gst/rtp/gstrtppcmapay.c:
15083         * gst/rtp/gstrtppcmudepay.c:
15084         * gst/rtp/gstrtppcmupay.c:
15085         * gst/rtp/gstrtpspeexdepay.c:
15086         * gst/rtp/gstrtpspeexpay.c:
15087         * gst/rtsp/gstrtpdec.c:
15088         * gst/smpte/gstsmpte.c:
15089         * gst/videobox/gstvideobox.c:
15090         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
15091         * gst/videofilter/gstvideobalance.c:
15092         * gst/videofilter/gstvideoflip.c:
15093         * gst/videofilter/gstvideotemplate.c:
15094         (gst_videotemplate_base_init):
15095         * gst/videomixer/videomixer.c:
15096         * gst/wavenc/gstwavenc.c:
15097         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
15098          better/unified long descriptions
15099          Fixed #336602
15100          Some cleanups to auparse, don't send multiple newsegments.
15101
15102 2006-03-29  Wim Taymans  <wim@fluendo.com>
15103
15104         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
15105
15106         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
15107         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
15108         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
15109         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
15110         * ext/dv/gstdvdemux.h:
15111         Seek in READY patch. Only works for pull based mode.
15112         Fixes #323880
15113
15114 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
15115
15116         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
15117         (gst_gdk_pixbuf_event):
15118           Fix two crashers: don't unref the same caps twice, and
15119           set pixbuf loader to NULL after freeing it.
15120
15121 2006-03-27  Wim Taymans  <wim@fluendo.com>
15122
15123         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
15124         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
15125         (gst_speexenc_chain):
15126         * ext/speex/gstspeexenc.h:
15127         Don't leak adapter.
15128         A push *always* takes ownership of the buffer, even on
15129         errors.
15130         Small cleanups.
15131
15132 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
15133
15134         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
15135           Create source pad without leaking.
15136
15137 2006-03-24  Wim Taymans  <wim@fluendo.com>
15138
15139         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
15140         * ext/flac/gstflacdec.h:
15141         * ext/flac/gstflacenc.h:
15142         Spifify a bit.
15143         Fix deadly lock order error in seeking code, STREAM_LOCK
15144         cannot be taken within LOCK and the streaming variables are
15145         protected with the STREAM_LOCK anyway.
15146
15147 2006-03-24  Wim Taymans  <wim@fluendo.com>
15148
15149         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
15150         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
15151         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
15152         this patch combines the global init_frames with the stream
15153         init_frames. Rationale being that the global delay should 
15154         be subtracted from any stream delay.
15155         Fixes #335858.
15156
15157 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
15158
15159         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
15160         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
15161         * gst/smpte/gstsmpte.c: (gst_smpte_init):
15162         * gst/videomixer/videomixer.c: (gst_videomixer_init):
15163         use DEBUG_FUNCPTR for collectpads
15164
15165 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
15166
15167         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
15168           Don't crash when encoding images where the number of rows isn't
15169           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
15170
15171 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
15172
15173         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
15174         * gst/interleave/deinterleave.c: (deinterleave_change_state):
15175         * gst/interleave/interleave.c: (interleave_change_state):
15176         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
15177           More state change function fixes.
15178
15179 2006-03-23  Wim Taymans  <wim@fluendo.com>
15180
15181         * ext/esd/esdsink.c: (gst_esdsink_class_init),
15182         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
15183         (gst_esdsink_prepare), (gst_esdsink_unprepare),
15184         (gst_esdsink_delay), (gst_esdsink_reset):
15185         * ext/esd/esdsink.h:
15186         Fix esd choppy playback by configuring audiosink
15187         correctly. Fixes #325191
15188
15189 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
15190
15191         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
15192           Make state change function thread-safe.
15193
15194 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
15195
15196         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
15197         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
15198           Don't try to read beyond the end of the file just because
15199           the header claims a bigger size (like with truncated files).
15200
15201 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
15202
15203         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
15204         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
15205         (gst_wavparse_stream_data), (gst_wavparse_loop):
15206         * gst/wavparse/gstwavparse.h:
15207           Delay source pad creation until we have the first chunk of
15208           media data, so the we can examine the data and adjust the
15209           caps accordingly if required. This makes playback of .wav
15210           files with DTS-declared-as-PCM content work (#313266).
15211
15212 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
15213
15214         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
15215         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
15216         Don't attempt typefinding on too-short buffers that have been
15217         completely trimmed away. (Fixes #330239)
15218
15219         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
15220         Improve the debug output
15221
15222 2006-03-21  Wim Taymans  <wim@fluendo.com>
15223
15224         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
15225         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
15226         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
15227         (gst_esdsink_set_property), (gst_esdsink_get_property):
15228         Some cleanups.
15229         Reset fd to -1 when we close them.
15230
15231 2006-03-21  Wim Taymans  <wim@fluendo.com>
15232
15233         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
15234         the OPTIONS request result is optional so don't
15235         fail on it.
15236
15237 2006-03-21  Edward Hervey  <edward@fluendo.com>
15238
15239         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
15240         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
15241         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
15242         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
15243         (gst_wavparse_change_state):
15244         gcc 4.1 unreferenced pointer fixes.
15245
15246 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
15247
15248         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
15249
15250         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
15251           Fix block alignment calculation. Alignment should be done before
15252           adding the byte offset where the data starts (#335231).
15253
15254 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
15255
15256         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
15257           Ensure that we set correct caps on buffers that are transferred
15258           direct from the input.
15259
15260 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
15261
15262         * gst/goom/filters.c: (zoomFilterDestroy):
15263         * gst/goom/goom_core.c: (goom_close):
15264           Free filter data when cleaning up. (Fixes: #334995)
15265
15266 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
15267
15268         * configure.ac:
15269           Don't compile udp and rtsp plugins on win32 (mingw) or other
15270           systems that don't have <sys/socket.h> for some reason (#316203).
15271
15272 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15273
15274         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
15275         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
15276         * ext/raw1394/gstdv1394src.h:
15277           Change bus reset handler so it reports useful information such as
15278           whether the device being used connected or disconnected
15279
15280 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
15281
15282         * gst/id3demux/id3v2frames.c:
15283         (parse_relative_volume_adjustment_two):
15284           We only care about gain and peak data for the master volume.
15285
15286 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
15287
15288         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
15289         (parse_id_string), (parse_unique_file_identifier),
15290         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
15291           Read replay gain tags (#323721).
15292
15293 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
15294
15295         * configure.ac:
15296           Bump requirements to gst-plugins-base CVS because
15297           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
15298
15299 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
15300
15301         * rtp/gst/gstrtppcmadepay.c:
15302         Fixed one of the caps in the code from mulaw to alaw.
15303
15304 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
15305
15306         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
15307           Ensure that we set caps on the buffers we pass.
15308
15309         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
15310         (gst_id3demux_sink_activate):
15311           Ensure that we set caps on the buffers we pass.
15312
15313           Use STREAM, TYPE_NOT_FOUND as the error class when
15314           typefinding fails.
15315
15316 2006-03-15  Edward Hervey  <edward@fluendo.com>
15317
15318         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
15319         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
15320         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
15321         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
15322         (gst_jpeg_dec_setcaps):
15323         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
15324         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
15325         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
15326         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
15327         (gst_mngdec_src_getcaps):
15328         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
15329         (gst_pngdec_caps_create_and_set):
15330         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
15331         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
15332         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
15333         * gst/alpha/gstalpha.c: (gst_alpha_init):
15334         * gst/auparse/gstauparse.c: (gst_au_parse_init):
15335         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
15336         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
15337         * gst/cutter/gstcutter.c: (gst_cutter_init):
15338         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
15339         (gst_efence_checkgetrange):
15340         * gst/debug/negotiation.c: (gst_negotiation_init):
15341         * gst/flx/gstflxdec.c: (gst_flxdec_init):
15342         * gst/goom/gstgoom.c: (gst_goom_init):
15343         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
15344         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
15345         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
15346         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
15347         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
15348         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
15349         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
15350         * gst/smpte/gstsmpte.c: (gst_smpte_init):
15351         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
15352         (gst_wavparse_create_sourcepad):
15353         Fix memleak with gst_static_pad_template_get().
15354         This uses gst_pad_new_from_static_template() instead.
15355         Fixes #333512
15356
15357 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
15358
15359         * configure.ac:
15360           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
15361           used by id3demux.
15362
15363         * gst/id3demux/gstid3demux.c: (plugin_init):
15364         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
15365         (parse_user_text_identification_frame),
15366         (parse_unique_file_identifier):
15367           Add support for UFID and TXXX frames and extract musicbrainz tags.
15368
15369 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
15370
15371         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
15372           Catch short reads, like they might happen with truncated
15373           files (see #305279); remove unnecessary indentation.
15374
15375 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
15376
15377         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
15378           Fix DIB image inversion for pictures with a
15379           depth != 8 (#305279).
15380
15381 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
15382
15383         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
15384         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
15385         * ext/jpeg/gstjpegdec.h:
15386           Fix durations on outgoing buffers after seeking
15387           in MJPEG files (#334083); some minor clean-ups.
15388
15389 2006-03-13  Wim Taymans  <wim@fluendo.com>
15390
15391         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
15392         (gst_wavparse_change_state):
15393         Implement seek in READY (re-fixes #327658)
15394
15395 2006-03-13  Wim Taymans  <wim@fluendo.com>
15396
15397         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
15398         * ext/esd/esdmon.c: (gst_esdmon_get):
15399         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
15400         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
15401         (gst_gdk_pixbuf_sink_getcaps):
15402         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
15403         (gst_jpegenc_setcaps):
15404         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
15405         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
15406         (gst_smokeenc_setcaps):
15407         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
15408         (gst_mngdec_src_getcaps):
15409         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
15410         (gst_mngenc_chain):
15411         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
15412         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
15413         * ext/speex/gstspeexdec.c: (speex_dec_convert),
15414         (speex_dec_src_event), (speex_dec_chain):
15415         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
15416         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
15417         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
15418         (gst_negotiation_pad_link), (gst_negotiation_chain):
15419         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
15420         (gst_flxdec_chain):
15421         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
15422         (deinterleave_chain):
15423         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
15424         * gst/median/gstmedian.c: (gst_median_link):
15425         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
15426         (gst_monoscope_chain):
15427         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
15428         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
15429         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
15430         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
15431         close #333784 unref the result of gst_pad_get_parent()
15432         by: Christophe Fergeau.
15433
15434 2006-03-09  Wim Taymans  <wim@fluendo.com>
15435
15436         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
15437         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
15438         Handle events in push mode better, can now do non-flushing
15439         seeks in push mode as well.
15440
15441 2006-03-07  Wim Taymans  <wim@fluendo.com>
15442
15443         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
15444         Applied patch from Kai Vehmanen, fixes #333624.
15445
15446 2006-03-06  Julien MOUTTE  <julien@moutte.net>
15447
15448         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
15449         Implement paletted and grayscale png files handling.
15450         (#150363).
15451
15452 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
15453
15454         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
15455         (gst_speexenc_chain):
15456           fix a tag list assert
15457           follow gst-plugins-base/ext/ogg/README; set OFFSET
15458           and OFFSET_END.  Muxes correctly with gst-plugins-base
15459           > 0.9.3
15460
15461 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
15462
15463         * gst/id3demux/Makefile.am:
15464         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
15465         (gst_id3demux_chain), (gst_id3demux_sink_activate):
15466           Use new typefind helper functions here as well, and
15467           do typefinding in pull-mode if upstream supports that.
15468
15469 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
15470
15471         * sys/sunaudio/gstsunaudiomixerctrl.c:
15472         (gst_sunaudiomixer_ctrl_get_volume),
15473         (gst_sunaudiomixer_ctrl_set_volume):
15474         * sys/sunaudio/gstsunaudiomixertrack.c:
15475         (gst_sunaudiomixer_track_new):
15476           Remove unused variables, breaks build from CVS
15477           with -Werror (#333392, patch by: Benjamin Pineau)
15478
15479 2006-03-03  Wim Taymans  <wim@fluendo.com>
15480
15481         * docs/plugins/Makefile.am:
15482         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15483         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15484         Added wavparse docs.
15485
15486         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
15487         (gst_wavparse_reset), (gst_wavparse_init),
15488         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
15489         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
15490         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
15491         (gst_wavparse_stream_data), (gst_wavparse_loop),
15492         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
15493         (gst_wavparse_change_state):
15494         * gst/wavparse/gstwavparse.h:
15495         Implement seek in READY (fixes #327658)
15496         Added docs and did some cleanups.
15497
15498 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
15499
15500         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
15501         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
15502         (gst_avi_demux_calculate_durations_from_index),
15503         (gst_avi_demux_stream_header):
15504         * gst/avi/gstavidemux.h:
15505           If we have an index, use a duration based on the index instead
15506           of blindly trusting the information in the stream headers
15507           (fixes #331817).
15508
15509 2006-03-03  Wim Taymans  <wim@fluendo.com>
15510
15511         * docs/plugins/Makefile.am:
15512         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15513         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15514         * docs/plugins/gst-plugins-good-plugins.hierarchy:
15515         Added smoke and jpeg to the docs.
15516
15517         * ext/jpeg/Makefile.am:
15518         * ext/jpeg/gstjpeg.c: (plugin_init):
15519         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
15520         * ext/jpeg/gstjpegenc.h:
15521         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
15522         (gst_smokedec_chain):
15523         * ext/jpeg/gstsmokedec.h:
15524         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
15525         * ext/jpeg/gstsmokeenc.h:
15526         * ext/jpeg/smokecodec.h:
15527         Port smokedec (fixes #331905).
15528         Added some docs.
15529         Some cleanups.
15530
15531 2006-03-03  Wim Taymans  <wim@fluendo.com>
15532
15533         * docs/plugins/Makefile.am:
15534         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15535         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15536         * docs/plugins/gst-plugins-good-plugins.hierarchy:
15537         Added videobalance and videoflip to the docs.
15538
15539         * gst/videofilter/Makefile.am:
15540         * gst/videofilter/gstvideobalance.c:
15541         (gst_video_balance_update_tables_planar411),
15542         (gst_video_balance_is_passthrough),
15543         (gst_video_balance_update_properties), (oil_tablelookup_u8),
15544         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
15545         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
15546         (gst_video_balance_finalize), (gst_video_balance_class_init),
15547         (gst_video_balance_init), (gst_video_balance_interface_supported),
15548         (gst_video_balance_interface_init),
15549         (gst_video_balance_colorbalance_list_channels),
15550         (gst_video_balance_colorbalance_set_value),
15551         (gst_video_balance_colorbalance_get_value),
15552         (gst_video_balance_colorbalance_init),
15553         (gst_video_balance_set_property), (gst_video_balance_get_property),
15554         (gst_video_balance_get_type), (plugin_init):
15555         * gst/videofilter/gstvideobalance.h:
15556         Ported to 0.10. (Fixes #326160)
15557         Added docs.
15558
15559         * gst/videofilter/gstvideoflip.c:
15560         * gst/videofilter/gstvideoflip.h:
15561         Added docs.
15562
15563 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
15564
15565         * configure.ac:
15566           Bump requirements to current core and -base CVS
15567           (core for new typefind helper API, and -base for the
15568           WAVFORMATEX support that was added to libgstriff and
15569           is needed by wavparse).
15570         
15571         * gst/apetag/Makefile.am:
15572         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
15573         (gst_tag_demux_sink_activate):
15574           Use new typefind helpers for typefinding instead of our
15575           home-grown stuff; also, do typefinding in pull-mode if
15576           upstream supports that.
15577
15578 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
15579
15580         Reviewed by: Christian Schaller <christian@fluendo.com>
15581
15582         This patch fixes bug: 329107
15583
15584         This Changelog entry is for a commit done on February 17
15585
15586         * ext/gconf/gconf.c
15587         * ext/gconf/gconf.h
15588         * ext/gconf/gstgconfaudiosink.c
15589         * ext/gconf/gstgconfaudiosink.h
15590         * gconf/gstreamer.schemas.in
15591
15592 2006-02-28  Wim Taymans  <wim@fluendo.com>
15593
15594         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
15595         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15596         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
15597         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
15598         Use DEBUG_OBJECT more.
15599
15600 2006-02-28  Wim Taymans  <wim@fluendo.com>
15601
15602         * docs/plugins/Makefile.am:
15603         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15604         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15605         Added dvdec and dvdemux to docs.
15606
15607         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
15608         Added docs.
15609         Check frame sizes so we don't crash when don't have enough
15610         data.
15611         Send nice error messages on error.
15612
15613         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
15614         (gst_dvdemux_class_init), (gst_dvdemux_init),
15615         (gst_dvdemux_finalize), (gst_dvdemux_reset),
15616         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
15617         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
15618         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
15619         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
15620         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
15621         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
15622         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
15623         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
15624         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
15625         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
15626         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
15627         * ext/dv/gstdvdemux.h:
15628         Added docs.
15629         Implement pull mode.
15630         Fix memleaks.
15631         Reduce memcpy for the video demuxing.
15632
15633 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
15634
15635         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
15636         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
15637         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
15638         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
15639           Add a little extra debug. Make the decoder not return NOT_LINKED,
15640           as we want to continue decoding all CMML and emitting tags.
15641
15642 2006-02-27  Michael Smith  <msmith@fluendo.com>
15643
15644         * ext/annodex/gstskeltag.c:
15645         * ext/annodex/gstskeltag.h:
15646           Deleted; these files aren't used any more either.
15647
15648 2006-02-25  Julien MOUTTE  <julien@moutte.net>
15649
15650         * ext/Makefile.am: Fix dist-check.
15651
15652 2006-02-25  Julien MOUTTE  <julien@moutte.net>
15653
15654         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
15655         memleak.
15656
15657 2006-02-25  Alessandro Decina <alessandro@nnva.org>
15658
15659         * ext/annodex/Makefile.am:
15660         * ext/annodex/gstannodex.c:
15661         * ext/annodex/gstcmmldec.c:
15662         * ext/annodex/gstcmmlenc.c:
15663         * ext/annodex/gstcmmlparser.c:
15664         * ext/annodex/gstcmmlparser.h:
15665         * ext/annodex/gstcmmlutils.c:
15666         * tests/check/elements/cmmldec.c:
15667         * tests/check/elements/cmmlenc.c:
15668           Fix a memleak in gst_cmml_track_list_add_clip.
15669           Handle overflows in clip's start and end times.
15670           Add the "encoded" parameter to cmmldec and cmmlenc caps.
15671           Do not parse junk at the end of a CMML preamble buffer.
15672           Register a libxml error handler to not print stuff on stderr.
15673           Check for bad clip start and end times in the testsuites.
15674
15675 2006-02-25  Julien MOUTTE  <julien@moutte.net>
15676
15677         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
15678         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
15679         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
15680         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
15681         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
15682         possible memleaks.
15683
15684 2006-02-25  Julien MOUTTE  <julien@moutte.net>
15685
15686         * tests/check/Makefile.am:
15687         * tests/check/elements/cmmldec.c:
15688         * tests/check/elements/cmmlenc.c: Fix tests so that they use
15689         the plugins-base tags.
15690
15691 2006-02-25  Julien MOUTTE  <julien@moutte.net>
15692
15693         * ext/Makefile.am: Re-enable module.
15694
15695 2006-02-25  Julien MOUTTE  <julien@moutte.net>
15696
15697         * tests/check/Makefile.am: Forgot to remove that test.
15698
15699 2006-02-25  Julien MOUTTE  <julien@moutte.net>
15700
15701         * ext/annodex/Makefile.am:
15702         * ext/annodex/gstannodex.c: (plugin_init):
15703         * ext/annodex/gstcmmldec.c:
15704         * ext/annodex/gstskeldec.c:
15705         * ext/annodex/gstskeldec.h:
15706         * tests/check/Makefile.am:
15707         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
15708
15709 2006-02-25  Julien MOUTTE  <julien@moutte.net>
15710
15711         * tests/check/Makefile.am: Disable those checks as well.
15712
15713 2006-02-24  Julien MOUTTE  <julien@moutte.net>
15714
15715         * ext/Makefile.am: Disable annodex for now until we figure out
15716         how to make it build.
15717         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
15718         Add a rule to your checklist : "please try to at least build 
15719         what you are going to commit into -good, or if you are too lazy
15720         to do that, please check that the buildbots are not crying because
15721         of your commit."
15722
15723 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
15724
15725         * configure.ac:
15726         * ext/Makefile.am:
15727         * ext/gdk_pixbuf/Makefile.am:
15728         * ext/gdk_pixbuf/gstgdkpixbuf.c:
15729         * ext/gdk_pixbuf/gstgdkpixbuf.h:
15730         * ext/gdk_pixbuf/pixbufscale.c:
15731         * ext/gdk_pixbuf/pixbufscale.h:
15732           Gdkpixbuf ported from 0.8 to 0.10 by
15733           Renato Filho <renato.filho@indt.org.br>.
15734           gst_loader and gdkpixbufanimation still need port.
15735
15736 2006-02-24  Michael Smith  <msmith@fluendo.com>
15737
15738         * configure.ac:
15739         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15740         * ext/Makefile.am:
15741         * ext/annodex/Makefile.am:
15742         * ext/annodex/gstannodex.c:
15743         * ext/annodex/gstannodex.h:
15744         * ext/annodex/gstcmmldec.c:
15745         * ext/annodex/gstcmmldec.h:
15746         * ext/annodex/gstcmmlenc.c:
15747         * ext/annodex/gstcmmlenc.h:
15748         * ext/annodex/gstcmmlparser.c:
15749         * ext/annodex/gstcmmlparser.h:
15750         * ext/annodex/gstcmmltag.c:
15751         * ext/annodex/gstcmmltag.h:
15752         * ext/annodex/gstcmmlutils.c:
15753         * ext/annodex/gstcmmlutils.h:
15754         * ext/annodex/gstskeldec.c:
15755         * ext/annodex/gstskeldec.h:
15756         * ext/annodex/gstskeltag.c:
15757         * ext/annodex/gstskeltag.h:
15758         * tests/check/Makefile.am:
15759         * tests/check/elements/cmmldec.c:
15760         * tests/check/elements/cmmlenc.c:
15761         * tests/check/elements/skeldec.c:
15762           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
15763           Includes tests & docs, oh my! Passes Thomas's -good checklist
15764           entirely. Wow.
15765
15766 2006-02-24  Michael Smith  <msmith@fluendo.com>
15767
15768         * autogen.sh:
15769           Check for automake 1.9 as well.
15770
15771 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
15772
15773         * ext/flac/gstflacenc.c:
15774           Change min. sample rate to 8kHz to match flacdec's.
15775           
15776 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
15777
15778         * ext/cdio/Makefile.am:
15779           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
15780           required for Cygwin, see #317048)
15781
15782         * gst/rtp/gstasteriskh263.c:
15783           Cygwin has includes for both the unix network socket API
15784           and the windows API, but only one can be included, so fix
15785           includes to only use one or the other, prefering the unxi
15786           one (#317048).
15787
15788 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
15789
15790         * rtp/gst/gstrtppcmadepay.c:
15791         * rtp/gst/gstrtppcmadepay.h:
15792         * rtp/gst/gstgstrtppcmapay.c:
15793         * rtp/gst/gstgstrtppcmapay.h:
15794         * rtp/gst/gstrtppcmudepay.c:
15795         * rtp/gst/gstrtppcmudepay.h:
15796         * rtp/gst/gstrtppcmupay.c:
15797         * rtp/gst/gstrtppcmupay.h:
15798         * rtp/gst/Makefile.am:
15799         * rtp/gst/gstrtp.c:
15800         * rtp/gst/README:
15801         Separated the G711 payloaders/depayloaders into separate elements for
15802         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
15803
15804 2006-02-22  Wim Taymans  <wim@fluendo.com>
15805
15806         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
15807         (gst_dvdec_change_state):
15808         * ext/dv/gstdvdec.h:
15809         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
15810         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
15811         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
15812         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
15813         (gst_dvdemux_flush), (gst_dvdemux_chain),
15814         (gst_dvdemux_change_state):
15815         * ext/dv/gstdvdemux.h:
15816         Ueber spiffify some more, added debug category.
15817         Use _scale.
15818         Use segments, respect playback rate from newsegment.
15819         Fix refcount issue.
15820
15821 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
15822
15823         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
15824         (gst_signal_processor_process):
15825         Fix compilation of LADPSA. It doesn't seem to work, and isn't
15826         enabled for the build, but it helps me win the feature-count
15827         competitions ooh yeah.
15828
15829 2006-02-19  Wim Taymans  <wim@fluendo.com>
15830
15831         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
15832         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
15833         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
15834         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
15835         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
15836         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
15837         Use scaling code for added precission and more correct stop
15838         position in case scale==0.
15839
15840 2006-02-19  Wim Taymans  <wim@fluendo.com>
15841
15842         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
15843         (gst_flxdec_chain):
15844         * gst/flx/gstflxdec.h:
15845         Implement DURATION query.
15846
15847 2006-02-19  Wim Taymans  <wim@fluendo.com>
15848
15849         * gst/flx/flx_color.h:
15850         * gst/flx/flx_fmt.h:
15851         * gst/flx/gstflxdec.c: (gst_flxdec_init),
15852         (gst_flxdec_src_query_handler), (flx_decode_color),
15853         (gst_flxdec_chain):
15854         * gst/flx/gstflxdec.h:
15855         Set MALLOCDATA for the temp buffers so we don't leak.
15856         Some debug cleanups.
15857         Consume all data in the adapter before leaving the chain
15858         function. Fixes #330678.
15859
15860 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
15861
15862         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
15863         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
15864          Handle 0 data size in otherwise valid frames.
15865          Handle numeric strings in 2.4.0 even when not in parentheses 
15866
15867 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
15868
15869         * gst/matroska/matroska-demux.c:
15870         (gst_matroska_demux_subtitle_caps),
15871         (gst_matroska_demux_plugin_init):
15872         * gst/matroska/matroska-ids.h:
15873           Recognise SSA/ASS and USF subtitle formats and
15874           set proper caps when they are found.
15875
15876 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
15877
15878         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
15879         (gst_jpeg_dec_chain):
15880           Fix invalid memory access for some odd-sized images
15881           (see image contained in quicktime stream in #327083);
15882           use g_malloc() instead of g_alloca().
15883
15884 2006-02-17  Wim Taymans  <wim@fluendo.com>
15885
15886         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
15887         Patch from Sebastien Cote, fixes #319884
15888
15889 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
15890
15891         * ext/cdio/gstcdio.c: (plugin_init):
15892           Init debug category (#331253).
15893
15894 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
15895
15896         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
15897           Pass extra_data to gst_riff_create_audio_caps(), so that
15898           WAVEFORMATEX stuff works. Post audio codec name and post
15899           it as taglist on the bus. Allow up to 8 channesl for raw
15900           PCM in the source pad template caps.
15901
15902 2006-02-16  Wim Taymans  <wim@fluendo.com>
15903
15904         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
15905         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
15906         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
15907         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
15908         (gst_multipart_set_property), (gst_multipart_get_property):
15909         Applied #318663. Gives quite a few false positives in
15910         autoscan mode, but it's better than nothing. Not closing yet.
15911
15912 2006-02-16  Wim Taymans  <wim@fluendo.com>
15913
15914         * docs/plugins/Makefile.am:
15915         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15916         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15917         * docs/plugins/gst-plugins-good-plugins.args:
15918         * docs/plugins/inspect/plugin-udp.xml:
15919         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
15920         (gst_udpsrc_start):
15921         Update documentation.
15922         Fix args.
15923
15924 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
15925
15926         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
15927         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
15928         frame size. (Fixes #331368)
15929
15930 2006-02-16  Wim Taymans  <wim@fluendo.com>
15931
15932         * gst/rtsp/README:
15933         Updated README.
15934
15935         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
15936         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
15937         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
15938         * gst/rtsp/gstrtspsrc.h:
15939         Make sure the RTP port is an even port an try to allocate 
15940         another if not.
15941         Added retry property to control max retries for port allocation.
15942         Make sure RTCP port is RTP port+1.
15943         Cleanup when port allocation fails.
15944         Fixes #319183.
15945         
15946 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
15947
15948         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
15949           Don't ignore return value of the parent class's state
15950           change function (#331385, patch by: Wouter Paesen).
15951
15952 2006-02-15  Wim Taymans  <wim@fluendo.com>
15953
15954         * configure.ac:
15955         * docs/plugins/Makefile.am:
15956         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15957         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15958         * docs/plugins/gst-plugins-good-plugins.hierarchy:
15959         * ext/Makefile.am:
15960         * ext/hal/Makefile.am:
15961         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
15962         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
15963         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
15964         (do_toggle_element), (gst_hal_audio_sink_set_property),
15965         (gst_hal_audio_sink_get_property),
15966         (gst_hal_audio_sink_change_state):
15967         * ext/hal/gsthalaudiosink.h:
15968         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
15969         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
15970         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
15971         (do_toggle_element), (gst_hal_audio_src_set_property),
15972         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
15973         * ext/hal/gsthalaudiosrc.h:
15974         * ext/hal/gsthalelements.c: (plugin_init):
15975         * ext/hal/gsthalelements.h:
15976         * ext/hal/hal.c: (gst_hal_get_string),
15977         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
15978         (gst_hal_get_audio_src):
15979         * ext/hal/hal.h:
15980         Add HAL sound device wrapper plugins. Closes #329106
15981
15982 2006-02-15  Wim Taymans  <wim@fluendo.com>
15983
15984         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
15985         Add comment in a fultile attempt to stop the copy-and-paste 
15986         paradigm leading to duplication of bad code.
15987
15988         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
15989         Mime parameters have to be checked case insensitive
15990
15991 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
15992
15993         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
15994           Advance stream time for lagging subtitle streams by sending
15995           newsegment events with the update flag set.
15996
15997 2006-02-14  Edward Hervey  <edward@fluendo.com>
15998
15999         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
16000         There can be bogus data before the hdrl LIST tag in the RIFF header.
16001         It's hard to say if it's not respecting the AVI specifications or not,
16002         but since Google Video is producing AVIs like that and the other player
16003         don't seem to complain, I guess we should do the same.
16004
16005 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
16006
16007         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
16008         (parse_split_strings):
16009         Add more validation to ensure that a char encoding conversion
16010         produced a valid UTF-8 string.
16011
16012 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
16013
16014         Reviewed by: Edward Hervey  <edward@fluendo.com>
16015
16016         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
16017         Properly handle end of segment. Closes #330885.
16018
16019 2006-02-13  Wim Taymans  <wim@fluendo.com>
16020
16021         * gst/rtp/gstrtpmp4gpay.h:
16022         For got to commit this one.
16023
16024 2006-02-12  Wim Taymans  <wim@fluendo.com>
16025
16026         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
16027         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
16028         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
16029         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
16030         * gst/rtp/gstrtpmp4gpay.h:
16031         Make more things work.
16032         Handle ACC config strings.
16033
16034 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
16035
16036         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
16037           set timestamps if no incoming timestamps set
16038
16039 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
16040
16041         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
16042         (gst_tag_demux_do_typefind):
16043           ... and fix the very same leaks in GstTagDemux.
16044
16045 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
16046
16047         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
16048         (gst_id3demux_do_typefind):
16049         Fix a couple of mem leaks. (Patch by Jonathan Matthew
16050         <jonathan at kaolin dot wh9 dot net>)
16051
16052 2006-02-10  Wim Taymans  <wim@fluendo.com>
16053
16054         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
16055         First set options, then set caps or else the baseclass
16056         will not know about the options, duh.
16057
16058 2006-02-10  Wim Taymans  <wim@fluendo.com>
16059
16060         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
16061         (gst_rtp_mp4v_pay_setcaps):
16062         Don't waste time looking for a config string if we have codec_info
16063         on the incomming caps.
16064
16065 2006-02-10  Wim Taymans  <wim@fluendo.com>
16066
16067         * gst/rtp/README:
16068         Say something about case-sensitivity of caps vs mime-attributes.
16069
16070         * gst/rtp/Makefile.am:
16071         * gst/rtp/gstrtp.c: (plugin_init):
16072         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
16073         (gst_rtp_amr_pay_handle_buffer):
16074         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
16075         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
16076         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
16077         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
16078         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
16079         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
16080         (gst_rtp_mp4g_pay_plugin_init):
16081         * gst/rtp/gstrtpmp4gpay.h:
16082         Added beginnings of mpeg4-generic payloader (RFC 3640)
16083
16084 2006-02-09  Wim Taymans  <wim@fluendo.com>
16085
16086         * gst/rtsp/Makefile.am:
16087         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
16088         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
16089         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
16090         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
16091         (gst_rtpdec_change_state):
16092         * gst/rtsp/gstrtpdec.h:
16093         * gst/rtsp/gstrtsp.c: (plugin_init):
16094         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
16095         * gst/rtsp/rtspconnection.c: (read_body),
16096         (rtsp_connection_receive):
16097         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
16098         Resurected rtpdec to make rtspsrc happy again.
16099         Skip attributes from the session id.
16100         Don't crash when dumping a message with an empty body.
16101
16102
16103 2006-02-09  Wim Taymans  <wim@fluendo.com>
16104
16105         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
16106         Added more meaningfull warnings when something goes wrong.
16107         Clear F bit on outgoing AMR packets.
16108
16109         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
16110         (gst_rtp_amr_pay_handle_buffer):
16111         Added debugging category
16112         Support payloading of multiple AMR frames.
16113
16114         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
16115         Added some debugging.
16116
16117 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
16118
16119         * configure.ac:
16120           Back to CVS
16121
16122 === release 0.10.2 ===
16123
16124 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
16125
16126         * configure.ac:
16127           releasing 0.10.2, "Papa was a rolling stone"
16128
16129 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
16130
16131         * configure.ac:
16132           Bump core and plugins-base requirement to 0.10.2.2
16133           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
16134
16135 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
16136
16137         * ext/flac/gstflac.c: (plugin_init):
16138         * ext/speex/gstspeex.c: (plugin_init):
16139           Register musicbrainz tags.
16140
16141 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
16142
16143         * ext/gconf/gconf.h:
16144           Remove declaration of function that no longer exists.
16145
16146 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16147
16148         * ext/shout2/gstshout2.c: (gst_shout2send_render),
16149         (gst_shout2send_setcaps), (gst_shout2send_change_state):
16150         Make shout2 work for non ogg streams
16151
16152 2006-02-06  Wim Taymans  <wim@fluendo.com>
16153
16154         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
16155         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
16156         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
16157         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
16158         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
16159         * gst/udp/gstmultiudpsink.h:
16160         Updated docs.
16161         Added properties bytes-served, bytes_to_serve.
16162         Post proper error messages,
16163         Emit client added signal too.
16164
16165 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16166
16167         * docs/plugins/Makefile.am:
16168         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16169         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16170         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
16171         (gst_multiudpsink_get_stats):
16172           adding docs for multiudpsink
16173
16174 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16175
16176         * gst/level/gstlevel.c: (gst_level_transform_ip):
16177           peak below decay is not necessarily an error, so don't ERROR log
16178
16179 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
16180
16181         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
16182         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
16183         (gst_ebml_write_seek):
16184         * gst/matroska/ebml-write.h:
16185           Make sure we send a newsegment event in BYTES format
16186           before sending buffers (#328531).
16187
16188 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
16189
16190         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
16191         (gst_dvdemux_sink_query):
16192         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
16193         * ext/speex/gstspeexdec.c: (speex_get_query_types),
16194         (speex_dec_src_query):
16195         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
16196         (gst_speexenc_sink_query):
16197         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
16198         * gst/matroska/matroska-demux.c:
16199         (gst_matroska_demux_get_src_query_types),
16200         (gst_matroska_demux_handle_src_query):
16201         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
16202         (gst_wavparse_pad_query):
16203           Pass unhandled queries upstream instead of just dropping
16204           them (#326446). Update query type arrays here and there.
16205
16206 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
16207
16208         * tests/check/elements/matroskamux.c: (setup_src_pad):
16209           Collectpads in core got changed and now also holds a
16210           reference to any pad that is part of it. Fix refcount
16211           checks in test case accordingly.
16212
16213 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
16214
16215         * gst/apetag/gstapedemux.h:
16216           Fix include, for now GstTagDemux is in the apetag dir.
16217
16218 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
16219
16220         * docs/plugins/Makefile.am:
16221         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16222         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16223         * docs/plugins/inspect/plugin-cdio.xml:
16224           Add cdio plugin to docs.
16225
16226         * ext/cdio/gstcdiocddasrc.c:
16227           Add gtk-doc blurb.
16228
16229         * ext/cdio/gstcdio.c:
16230           The plugin is called 'cdio' not 'cddio'.
16231
16232 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
16233
16234         * configure.ac:
16235         * docs/plugins/Makefile.am:
16236         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16237         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16238         * docs/plugins/gst-plugins-good-plugins.hierarchy:
16239         * docs/plugins/inspect/plugin-apetag.xml:
16240         * gst/apetag/Makefile.am:
16241         * gst/apetag/gstapedemux.c:
16242         * gst/apetag/gstapedemux.h:
16243         * gst/apetag/gsttagdemux.c:
16244         * gst/apetag/gsttagdemux.h:
16245           Add APE tag demuxer (#325649).
16246
16247 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
16248
16249         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
16250         (gst_gconf_get_default_video_sink),
16251         (gst_gconf_get_default_audio_src),
16252         (gst_gconf_get_default_video_src):
16253         * ext/gconf/gconf.h:
16254         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
16255         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
16256         (do_toggle_element):
16257         * ext/gconf/gstgconfaudiosink.h:
16258         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
16259         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
16260         (do_toggle_element):
16261         * ext/gconf/gstgconfaudiosrc.h:
16262         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
16263         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
16264         (do_toggle_element):
16265         * ext/gconf/gstgconfvideosink.h:
16266         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
16267         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
16268         (do_toggle_element):
16269         * ext/gconf/gstgconfvideosrc.h:
16270           Ignore changing the GConf key to "". Ignore GConf key updates
16271           that don't actually change the string.
16272           For now, ignore the GConf key when the state is > READY, as
16273           it breaks streaming. Sometime it will be nice to bring the
16274           new sink online even mid-stream, by sending NEWSEGMENT info
16275           and possibly prerolling.
16276           (Fixes #326736)
16277
16278 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
16279
16280         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
16281         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
16282         (zoomFilterSetResolution), (zoomFilterDestroy),
16283         (zoomFilterFastRGB), (pointFilter):
16284         * gst/goom/filters.h:
16285         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
16286         (goom_update), (goom_close):
16287         * gst/goom/goom_core.h:
16288         * gst/goom/goom_tools.h:
16289         * gst/goom/graphic.c:
16290         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
16291         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
16292         * gst/goom/gstgoom.h:
16293         * gst/goom/lines.c: (goom_lines):
16294         * gst/goom/lines.h:
16295           Make goom reentrant by moving all important static variables
16296           into instance structures.
16297           (Fixes #329181)
16298
16299 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
16300
16301         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
16302         (gst_avi_demux_all_source_pads_unlinked),
16303         (gst_avi_demux_process_next_entry):
16304         * gst/avi/gstavidemux.h:
16305           Third attempt, use gst_pad_is_linked() this time.
16306
16307 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
16308
16309         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
16310         (parse_split_strings):
16311         Adjust for data length indicators when parsing (Fixes #329810)
16312         Fix stupid bug parsing UTF-8 tag text.
16313         Output tag strings with multiple fields as multiple tags, so the
16314         app gets all the data.
16315
16316 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
16317
16318         * ext/flac/gstflacenc.c:
16319         Fixed a bug add in last commit, where no event is send. Thanks Tim to
16320         show me.
16321         
16322 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
16323
16324         * ext/flac/gstflacenc.c:
16325         * gst/matroska/ebml-read.c:
16326         Just make it compile with --disable-gst-debug.
16327
16328 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
16329
16330         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
16331         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
16332         (id3v2_genre_fields_to_taglist):
16333           Never output a tag with a null contents string.
16334
16335 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
16336
16337         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
16338           Only pause if all pads are unlinked AND we've tried to send data
16339           on all of them at least once.
16340
16341 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
16342
16343         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
16344         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
16345           Make loop function/task pause itself when all source pads are
16346           unlinked.
16347
16348 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
16349
16350         * configure.ac:
16351         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
16352           Use new functions from core to render a bin from a
16353           string. Fixes build. Up requirements to core CVS.
16354
16355 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
16356
16357         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
16358           Don't push buffers into the adapter that we are going to
16359           push downstream again without framing anyway. Also, the
16360           adaptor takes ownership of buffers put into it (fixes
16361           auparse pushing invalid buffers for .au files with
16362           ADPCM contents). Finally, set caps on all outgoing buffers.
16363
16364 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
16365
16366         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
16367         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
16368         (gst_id3demux_send_tag_event):
16369         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
16370         Someone should kick my butt. Remove ID3v1 tags from the end of the
16371         file.
16372
16373         Improve error messages. Send the TAG message as soon as we complete
16374         typefinding, instead of waiting until we send the first buffer.
16375         Downstream tag event is still sent before the first buffer.
16376
16377 2006-01-27  Jan Gerber  <j@bootlab.org>
16378
16379         Reviewed by: Andy Wingo <wingo@pobox.com>
16380
16381         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
16382         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
16383         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
16384         to not have warings flooding stderr. this is the suggested way
16385         also used in dvgrab and kino. (#328336)
16386
16387 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
16388
16389         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
16390         (gst_oss_sink_init), (gst_oss_sink_finalise):
16391           Free the device name string when finalised.
16392
16393 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
16394
16395         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
16396           Don't put function calls in g_return_if_fail() statements,
16397           or they'll be replaced with NOOPs if someone compiles with
16398           G_DISABLE_CHECKS defined.
16399           
16400 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
16401
16402         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
16403         Never trust ANY information encoded in a media file, especially
16404         when it's giving you sizes. (Fixes #328452)
16405
16406 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
16407
16408         * gst/rtp/gstrtpg711pay.c:
16409         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
16410         bug #325148.
16411
16412 2006-01-23  Edward Hervey  <edward@fluendo.com>
16413
16414         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
16415         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
16416         * gst/matroska/matroska-ids.h:
16417         Added recognition of Real Audio and Video streams in matroska demuxer.
16418
16419 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
16420
16421         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
16422           Remove errant break statement, and fix compilation with
16423           older GCC.
16424
16425 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
16426
16427         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16428
16429         * sys/sunaudio/gstsunaudiomixerctrl.c:
16430         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
16431           Export functions that are needed in other parts of the code,
16432           makes the mixer actually work; adjust magic minimum buffer-time
16433           value from 3ms to 5ms to work around stuttering during mp3
16434           playback (#327765).
16435
16436 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
16437
16438         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16439
16440         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
16441         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
16442           Fix possible deadlock in matroska muxer (#327825).
16443
16444 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
16445
16446         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
16447         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
16448         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
16449         * gst/rtsp/sdpmessage.h:
16450         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
16451         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
16452           C89 fixes: declare variables at the beginning of a block and
16453           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
16454           <jensgr at gmx dot net>).
16455
16456 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
16457
16458         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
16459         * gst/id3demux/id3tags.h:
16460         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
16461         (parse_comment_frame), (parse_text_identification_frame),
16462         (id3v2_tag_to_taglist), (id3v2_are_digits),
16463         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
16464         (parse_split_strings), (free_tag_strings):
16465           Rewrite parsing of text tags to handle multiple NULL terminated
16466           strings. Parse numeric genre strings and ID3v2 type
16467           "(3)(6)Alternative" style genre strings.
16468           Parse dates that are only YYYY or YYYY-mm format.
16469           (Fixes #328241 and #322154)
16470
16471 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
16472
16473         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
16474           Don't forget to initialize liboil, otherwise our oil functions
16475           will crash (fixes #327871; patch by: Christoph Burghardt
16476           <hawkes at web dot de>).
16477
16478 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
16479
16480         * configure.ac:
16481           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
16482           like in the core and gst-plugins-base. Fixes #324367 and #326683;
16483           patch by: Brian Cameron <brian dot cameron at sun dot com>
16484
16485 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
16486
16487         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
16488         * ext/cdio/gstcdio.h:
16489         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
16490           Fix build for libcdio versions >= 76; give slightly lower rank
16491           than cdparanoia.
16492
16493 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
16494
16495         * configure.ac:
16496         * ext/Makefile.am:
16497         * ext/cdio/Makefile.am:
16498         * ext/cdio/gstcdio.c:
16499         * ext/cdio/gstcdio.h:
16500         * ext/cdio/gstcdiocddasrc.c:
16501         * ext/cdio/gstcdiocddasrc.h:
16502           Port libcdio cdda source, formerly known as cddasrc, now known as
16503           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
16504           but that's not tested (fixes #317658).
16505
16506 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
16507
16508         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
16509           Fix conversion from TIME to BYTES format (fixes #326864;
16510           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
16511
16512 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
16513
16514         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
16515           Fix compilation of id3demux when zlib is not present.
16516           (Fixes #326602; patch by: Sergey Scobich)
16517
16518 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
16519
16520         * ext/esd/Makefile.am:
16521           Add $(ESD_CFLAGS), otherwise build will fail for folks
16522           with libesd in a non-standard prefix (#327009).
16523
16524 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16525
16526         * configure.ac:
16527           back to HEAD
16528
16529 === release 0.10.1 ===
16530
16531 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
16532
16533         * configure.ac:
16534           releasing 0.10.1, "Li"
16535
16536 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16537
16538           patch by: Wim Taymans
16539
16540         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
16541           fix memleak.  Fixes #326618
16542
16543 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16544
16545           patch by: Mike Smith
16546
16547         * gst/level/gstlevel.c: (gst_level_message_new),
16548         (gst_level_message_append_channel):
16549           Fix memleak.  Fixes #326612
16550
16551 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
16552
16553         * configure.ac:
16554           prereleasing
16555         * po/af.po:
16556         * po/az.po:
16557         * po/cs.po:
16558         * po/en_GB.po:
16559         * po/hu.po:
16560         * po/it.po:
16561         * po/nb.po:
16562         * po/nl.po:
16563         * po/or.po:
16564         * po/sq.po:
16565         * po/sr.po:
16566         * po/sv.po:
16567         * po/uk.po:
16568         * po/vi.po:
16569           update translations
16570
16571 2006-01-10  Michael Smith  <msmith@fluendo.com>
16572
16573         * gst/level/gstlevel.c: (gst_level_class_init),
16574         (gst_level_dispose):
16575           Don't leak filter arrays.
16576
16577 2006-01-09 Brian Cameron <brian.cameron@sun.com>
16578
16579         reviewed by: Christian Schaller <uraeus@gnome.org>
16580         
16581         * configure.ac:
16582         * gst-plugins-good.spec.in:
16583         * sys/Makefile.am:
16584         * sys/sunaudio/Makefile.am:
16585         * sys/sunaudio/gstsunaudio.c: (plugin_init):
16586         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
16587         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
16588         (gst_sunaudiomixer_change_state):
16589         * sys/sunaudio/gstsunaudiomixer.h:
16590         * sys/sunaudio/gstsunaudiomixerctrl.c:
16591         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
16592         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
16593         (gst_sunaudiomixer_ctrl_list_tracks),
16594         (gst_sunaudiomixer_ctrl_get_volume),
16595         (gst_sunaudiomixer_ctrl_set_volume),
16596         (gst_sunaudiomixer_ctrl_set_mute),
16597         (gst_sunaudiomixer_ctrl_set_record):
16598         * sys/sunaudio/gstsunaudiomixerctrl.h:
16599         * sys/sunaudio/gstsunaudiomixertrack.c:
16600         (gst_sunaudiomixer_track_class_init),
16601         (gst_sunaudiomixer_track_init), (fill_labels),
16602         (gst_sunaudiomixer_track_new):
16603         * sys/sunaudio/gstsunaudiomixertrack.h:
16604         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
16605         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
16606         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
16607         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
16608         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
16609         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
16610         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
16611         * sys/sunaudio/gstsunaudiosink.h:
16612
16613         Add SunAudio plugin - tested to make sure it doesn't break
16614         the build under GNU/Linux.      
16615
16616 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
16617
16618         * gst-plugins-good/gst/udp/gstdynudpsink.c:
16619         * gst-plugins-good/gst/udp/gstudpsrc.c:
16620         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
16621         overrides the port or multicast parameters. Fixes bugs #323021.
16622         API addition: adds GstUDPSrc::sockfd property   
16623
16624 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
16625
16626         * ext/gconf/Makefile.am:
16627         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
16628         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
16629         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
16630         (do_toggle_element), (cb_toggle_element),
16631         (gst_gconf_audio_src_change_state):
16632         * ext/gconf/gstgconfaudiosrc.h:
16633         * ext/gconf/gstgconfelements.c: (plugin_init):
16634         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
16635         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
16636         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
16637         (do_toggle_element), (cb_toggle_element),
16638         (gst_gconf_video_src_change_state):
16639         * ext/gconf/gstgconfvideosrc.h:
16640           Add new gconfaudiosrc and gconfvideosrc elements
16641           (needed for gnome-sound-recorder).
16642
16643 2006-01-06  Edward Hervey  <edward@fluendo.com>
16644
16645         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
16646         Add gst_element_no_more_pads() for proper decodebin behaviour.
16647         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
16648         (parse_text_identification_frame), (parse_split_strings):
16649         Failure to decode some tags is not a GST_ERROR() but a
16650         GST_WARNING()
16651         When iterating over a chunk of text, check that we haven't gone too
16652         far.
16653
16654 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
16655
16656         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
16657         (plugin_init):
16658           call oil_init() when using liboil
16659
16660 2006-01-04  Wim Taymans  <wim@fluendo.com>
16661
16662         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
16663         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
16664         Fix leaks.
16665
16666 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
16667
16668         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16669
16670         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
16671         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
16672         (gst_flac_dec_change_state):
16673           Don't g_assert() where we should just return FALSE; remove
16674           unnecessary g_assert(); initialize some fields properly in
16675           state change function (fixes #325504). Also, use
16676           GST_DEBUG_OBJECT in two more places.
16677
16678 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
16679
16680         * configure.ac:
16681           also remove smoothwave's Makefile.am
16682         * docs/plugins/Makefile.am:
16683           fix plugin docs
16684
16685 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
16686
16687         * tests/examples/Makefile.am:
16688           added missing Makefile.am
16689
16690 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
16691
16692         * configure.ac:
16693         * gst/level/Makefile.am:
16694         * gst/level/level-example.c:
16695         * tests/Makefile.am:
16696         * tests/examples/level/Makefile.am:
16697         * tests/examples/level/level-example.c: (message_handler), (main):
16698           moved level-example to tests/examples/level-example
16699         * tests/old/examples/level/demo.c: (main):
16700         * tests/old/examples/level/plot.c: (main):
16701           some initial fixes
16702
16703 2005-12-29  Michael Smith  <msmith@fluendo.com>
16704
16705         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
16706         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
16707         * gst/udp/gstmultiudpsink.h:
16708           Track packets sent per client in addition to bytes sent; provide
16709           this info through get-stats signal
16710
16711 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
16712
16713         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
16714           Can't use gst_object_unref() on a GstAdapter (#325191).
16715
16716 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
16717
16718         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
16719         If a broken tag has 0 bytes payload, at least still skip
16720         the 10 byte header
16721
16722 2005-12-22  Philippe Khalaf  <burger@speedy.org>
16723
16724         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
16725         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
16726         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
16727         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
16728           Making these depayloaders (H263+ and mpeg4 video) inherit from
16729           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
16730
16731 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
16732
16733         * docs/plugins/gst-plugins-good-plugins.args:
16734         * docs/plugins/gst-plugins-good-plugins.hierarchy:
16735         Regenerate the plugin hiearchy.
16736
16737 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
16738
16739         * docs/plugins/Makefile.am:
16740         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16741         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16742         * docs/plugins/gst-plugins-good-plugins.args:
16743         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
16744         (gst_id3demux_base_init), (gst_id3demux_class_init),
16745         (gst_id3demux_chain):
16746         * gst/id3demux/gstid3demux.h:
16747           Add documentation for id3demux.
16748           Don't fail if the first buffer is not at offset 0, just
16749           attempt to typefind and do pass through
16750           Rename the gst_type function from gst_gst_id3demux..
16751
16752 2005-12-20  Michael Smith  <msmith@fluendo.com>
16753
16754         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
16755         (gst_multiudpsink_add), (gst_multiudpsink_remove),
16756         (gst_multiudpsink_get_stats):
16757         * gst/udp/gstmultiudpsink.h:
16758           Collect statistics; return them from get_stats.
16759
16760 2005-12-19  Edward Hervey  <edward@fluendo.com>
16761
16762         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
16763         Stupid signedness issue...
16764
16765 2005-12-19  Edward Hervey  <edward@fluendo.com>
16766
16767         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
16768         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
16769         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
16770         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
16771         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
16772         Construct index for indexless files.
16773         Make sure pad/buffers are correctly reset to NULL once we don't need
16774         them anymore, else we get lovely segfaults/assertions.
16775         * gst/wavparse/gstwavparse.c:
16776         Yes, you can have 96KHz audio and wma in wav :(
16777
16778 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
16779
16780         * configure.ac:
16781           Check for optional dependency on zlib for id3demux
16782
16783         * gst/id3demux/Makefile.am:
16784         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
16785         (gst_id3demux_base_init), (gst_id3demux_class_init),
16786         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
16787         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
16788         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
16789         (gst_id3demux_set_property), (gst_id3demux_get_property),
16790         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
16791         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
16792         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
16793         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
16794         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
16795         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
16796         (simple_find_peek), (simple_find_suggest),
16797         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
16798         (plugin_init):
16799         * gst/id3demux/gstid3demux.h:
16800         * gst/id3demux/id3tags.c: (read_synch_uint),
16801         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
16802         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
16803         (id3demux_id3v2_frames_to_tag_list):
16804         * gst/id3demux/id3tags.h:
16805         * gst/id3demux/id3v2.4.0-frames.txt:
16806         * gst/id3demux/id3v2.4.0-structure.txt:
16807         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
16808         (parse_comment_frame), (parse_text_identification_frame),
16809         (id3v2_tag_to_taglist), (parse_split_strings):
16810           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
16811           otherwise it discards them. Works on my test files. 
16812
16813         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
16814           Don't send EOS to a non-existing srcpad
16815           The debug category can be static
16816
16817 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
16818
16819         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
16820         * ext/esd/esdsink.c: (gst_esdsink_prepare):
16821         * gst/multipart/multipartdemux.c:
16822           change some char* into char[]
16823
16824 2005-12-16  Wim Taymans  <wim@fluendo.com>
16825
16826         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
16827         (gst_wavparse_other), (gst_wavparse_perform_seek),
16828         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
16829         (gst_wavparse_loop), (gst_wavparse_pad_convert),
16830         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
16831         * gst/wavparse/gstwavparse.h:
16832         Use GstSegment to implement more seeking features.
16833
16834 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
16835
16836         * gst/rtsp/rtspconnection.c:
16837           Add <netinet/in.h> include and move <arpa/inet.h> include
16838           to make things work on OpenBSD as well (fixes #323717;
16839           patch by: Benjamin Pineau)
16840
16841 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
16842
16843         * gst/rtp/gstrtpspeexdepay.c:
16844         * gst/rtp/gstrtpspeexpay.c:
16845         Set clock rate to be fixed in 8000. It fixes bug #324012.
16846
16847 2005-12-14  Philippe Khalaf  <burger@speedy.org>
16848
16849         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
16850         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
16851         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
16852         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
16853         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
16854         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
16855         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
16856         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
16857         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
16858         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
16859         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
16860         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
16861         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
16862         * gst-plugins-good/gst/rtp/README:
16863         Fixed payload range in payloder caps. Removed payload range completely
16864         from depayloaders as they don't require payload type in their caps.
16865         In effect, there isn't any specific payload type for any given codec,
16866         only suggestions.
16867         Fixes bug #324011.
16868
16869 2005-12-13  Julien MOUTTE  <julien@moutte.net>
16870
16871         * gst/videomixer/videomixer.c: (gst_videomixer_init),
16872         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
16873         (gst_videomixer_collected): Code cleanup and re-enabling 
16874         queued time validity check for correct EOS handling.
16875
16876 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
16877
16878         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
16879         (gst_oss_mixer_element_get_property),
16880         (gst_oss_mixer_element_change_state):
16881         Add 'device-name' property and fix state change function.
16882
16883 2005-12-13  Edward Hervey  <edward@fluendo.com>
16884
16885         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
16886         If the speed of the file is null in the header, set the frame_time to
16887         the default setting of GST_SECOND / 70. Which is the default
16888         frame_delay for .fli files as stated in this document :
16889         http://www.compuphase.com/flic.htm
16890         Would be nice to have the time conversion done properly too (duration =
16891         flxh->frames * flxdec->frame_time)
16892
16893 2005-12-12  Julien MOUTTE  <julien@moutte.net>
16894
16895         * docs/plugins/Makefile.am:
16896         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16897         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16898         * docs/plugins/gst-plugins-good-plugins.hierarchy:
16899         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
16900         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
16901         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
16902         documentation for videomixer on my way with a funny sample
16903         pipeline.
16904
16905 2005-12-12  Julien MOUTTE  <julien@moutte.net>
16906
16907         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
16908         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
16909         (gst_videomixer_update_queues), (gst_videomixer_collected):
16910         Fix caps negotiation. (#323896)
16911
16912 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
16913
16914         * gst/matroska/matroska-demux.c:
16915         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
16916           Set correct timestamps on audio laces, fixes playback of mp3 from
16917                 matroska.
16918
16919 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
16920
16921         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
16922         (gst_au_parse_class_init), (gst_au_parse_init),
16923         (gst_au_parse_dispose), (gst_au_parse_chain),
16924         (gst_au_parse_change_state), (plugin_init):
16925         * gst/auparse/gstauparse.h:
16926           Use gst_object_unref() for GstObjects instead of
16927           g_object_unref() and fix a mem leak in a debug
16928           statement; while we're at it, also borgify, use
16929           boilerplate macros and clean up a little bit.
16930
16931 2005-12-11  Edward Hervey  <edward@fluendo.com>
16932
16933         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
16934         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
16935         Added pull mode.
16936
16937 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
16938
16939         * gst/goom/gstgoom.c:
16940         * gst/level/level-example.c: (main):
16941         * gst/smoothwave/demo-osssrc.c: (main):
16942           Use audiotestsrc instead of sinesrc (#323798).
16943
16944 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
16945
16946         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
16947           more debug-func-ptr usage
16948
16949 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
16950
16951         * gst/flx/flx_color.c: (flx_colorspace_convert):
16952         * gst/flx/flx_color.h:
16953         * gst/flx/flx_fmt.h:
16954         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
16955         * gst/flx/gstflxdec.h:
16956           Now flxdec works on big-endian machines as well.
16957
16958 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
16959
16960         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
16961         (gst_fenced_buffer_copy):
16962           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
16963           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
16964           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
16965           and use GST_DEBUG_FUNCPTR for pad functions.
16966
16967 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
16968
16969         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
16970         (gst_flac_dec_class_init), (gst_flac_dec_init),
16971         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
16972         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
16973         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
16974         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
16975         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
16976         (gst_flac_dec_change_state):
16977         * ext/flac/gstflacdec.h:
16978           Rewrite flacdec a bit, so that even seeking might work now. Most
16979           importantly, don't act upon any flow return values we get, just tell
16980           the decoder everything's dandy and act on the flow return values
16981           later on in the loop function. We don't want to mess up the internal
16982           decoder state for non-fatal things like flushing pads etc. Other
16983           than that, use GstSegment (segment seeks don't work yet though, but
16984           should be easy to add), use boilerplate macros, drop the superfluous
16985           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
16986           lots of other things.
16987
16988 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
16989
16990         * configure.ac:
16991           Update comment in OSS includes check.
16992
16993         * sys/oss/gstossdmabuffer.c:
16994         * sys/oss/gstosshelper.c:
16995         * sys/oss/gstossmixer.c:
16996         * sys/oss/gstossmixertrack.c:
16997         * sys/oss/gstosssink.c:
16998         * sys/oss/gstosssrc.c:
16999         * sys/oss/oss_probe.c:
17000           Don't assume the OSS soundcard.h include is always in
17001           the sys/ directory. Instead, use the existing defines
17002           from config.h to include the right file. Fixes
17003           compilation on OpenBSD 3.8 (#323718).
17004
17005 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17006
17007         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17008         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17009         * docs/plugins/inspect/plugin-1394.xml:
17010         * docs/plugins/inspect/plugin-aasink.xml:
17011         * docs/plugins/inspect/plugin-alaw.xml:
17012         * docs/plugins/inspect/plugin-alpha.xml:
17013         * docs/plugins/inspect/plugin-alphacolor.xml:
17014         * docs/plugins/inspect/plugin-auparse.xml:
17015         * docs/plugins/inspect/plugin-autodetect.xml:
17016         * docs/plugins/inspect/plugin-avi.xml:
17017         * docs/plugins/inspect/plugin-cacasink.xml:
17018         * docs/plugins/inspect/plugin-cairo.xml:
17019         * docs/plugins/inspect/plugin-cutter.xml:
17020         * docs/plugins/inspect/plugin-debug.xml:
17021         * docs/plugins/inspect/plugin-dv.xml:
17022         * docs/plugins/inspect/plugin-efence.xml:
17023         * docs/plugins/inspect/plugin-effectv.xml:
17024         * docs/plugins/inspect/plugin-esdsink.xml:
17025         * docs/plugins/inspect/plugin-flac.xml:
17026         * docs/plugins/inspect/plugin-flxdec.xml:
17027         * docs/plugins/inspect/plugin-gconfelements.xml:
17028         * docs/plugins/inspect/plugin-goom.xml:
17029         * docs/plugins/inspect/plugin-jpeg.xml:
17030         * docs/plugins/inspect/plugin-level.xml:
17031         * docs/plugins/inspect/plugin-matroska.xml:
17032         * docs/plugins/inspect/plugin-mulaw.xml:
17033         * docs/plugins/inspect/plugin-multipart.xml:
17034         * docs/plugins/inspect/plugin-navigationtest.xml:
17035         * docs/plugins/inspect/plugin-ossaudio.xml:
17036         * docs/plugins/inspect/plugin-png.xml:
17037         * docs/plugins/inspect/plugin-rtp.xml:
17038         * docs/plugins/inspect/plugin-rtsp.xml:
17039         * docs/plugins/inspect/plugin-shout2send.xml:
17040         * docs/plugins/inspect/plugin-smpte.xml:
17041         * docs/plugins/inspect/plugin-speex.xml:
17042         * docs/plugins/inspect/plugin-udp.xml:
17043         * docs/plugins/inspect/plugin-videobox.xml:
17044         * docs/plugins/inspect/plugin-videoflip.xml:
17045         * docs/plugins/inspect/plugin-videomixer.xml:
17046         * docs/plugins/inspect/plugin-wavenc.xml:
17047         * docs/plugins/inspect/plugin-wavparse.xml:
17048         * ext/flac/gstflac.c: (plugin_init):
17049         * ext/flac/gstflacdec.c: (flacdec_get_type),
17050         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
17051         (gst_flac_dec_init), (gst_flac_dec_finalize),
17052         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
17053         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
17054         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
17055         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
17056         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
17057         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
17058         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
17059         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
17060         * ext/flac/gstflacdec.h:
17061         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
17062         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
17063         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
17064         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
17065         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
17066         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
17067         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
17068         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
17069         (gst_flac_enc_change_state):
17070         * ext/flac/gstflacenc.h:
17071           borgify and fix up documentation
17072
17073 2005-12-09  Michael Smith  <msmith@fluendo.com>
17074
17075         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
17076           Accept a wider range of flac files, more closely matching flac spec.
17077
17078 2005-12-08  Julien MOUTTE  <julien@moutte.net>
17079
17080         * docs/plugins/Makefile.am: Add multipart elements.
17081         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17082         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
17083         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17084         * gst/multipart/multipartdemux.c:
17085         * gst/multipart/multipartmux.c: Add docs.
17086
17087 2005-12-07  Edward Hervey  <edward@fluendo.com>
17088
17089         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
17090         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
17091         (gst_avi_demux_invert):
17092         Memleak and crasher fixes.
17093         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
17094         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
17095         Memleak fixes
17096
17097 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17098
17099         * ext/aalib/gstaasink.h:
17100         * ext/cairo/gsttextoverlay.h:
17101         * ext/dv/gstdvdec.h:
17102         * ext/dv/gstdvdemux.c:
17103         * ext/dv/gstdvdemux.h:
17104         * ext/esd/esdsink.h:
17105         * ext/flac/flac_compat.h:
17106         * ext/flac/gstflacdec.h:
17107         * ext/flac/gstflacenc.h:
17108         * ext/gconf/gconf.h:
17109         * ext/gconf/gstgconfaudiosink.h:
17110         * ext/gconf/gstgconfvideosink.h:
17111         * ext/gdk_pixbuf/gstgdkanimation.h:
17112         * ext/jpeg/gstjpegdec.h:
17113         * ext/jpeg/smokecodec.h:
17114         * ext/jpeg/smokeformat.h:
17115         * ext/ladspa/gstsignalprocessor.h:
17116         * ext/ladspa/search.c: (LADSPAPluginSearch):
17117         * ext/ladspa/utils.h:
17118         * ext/libmng/gstmng.c:
17119         * ext/libmng/gstmngdec.h:
17120         * ext/libmng/gstmngenc.c:
17121         * ext/libmng/gstmngenc.h:
17122         * ext/libpng/gstpng.c:
17123         * ext/libpng/gstpngenc.c:
17124         * ext/libpng/gstpngenc.h:
17125         * ext/shout2/gstshout2.h:
17126         * ext/speex/gstspeexdec.h:
17127         * ext/speex/gstspeexenc.c:
17128         * ext/speex/gstspeexenc.h:
17129         * gst/auparse/gstauparse.c: (gst_auparse_chain):
17130         * gst/autodetect/gstautoaudiosink.h:
17131         * gst/autodetect/gstautovideosink.h:
17132         * gst/avi/gstavidemux.h:
17133         * gst/cutter/gstcutter.c: (gst_cutter_chain),
17134         (gst_cutter_set_property), (gst_cutter_get_caps):
17135         * gst/cutter/gstcutter.h:
17136         * gst/debug/tests.c: (md5_process_block):
17137         * gst/debug/tests.h:
17138         * gst/effectv/gstwarp.c:
17139         * gst/flx/flx_fmt.h:
17140         * gst/flx/gstflxdec.h:
17141         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
17142         (zoomFilterFastRGB):
17143         * gst/goom/filters.h:
17144         * gst/goom/goom_tools.h:
17145         * gst/law/alaw-encode.c:
17146         * gst/level/gstlevel.c:
17147         * gst/level/gstlevel.h:
17148         * gst/matroska/ebml-write.h:
17149         * gst/matroska/matroska-demux.h:
17150         * gst/matroska/matroska-ids.h:
17151         * gst/matroska/matroska-mux.h:
17152         * gst/monoscope/convolve.c: (convolve_match):
17153         * gst/monoscope/convolve.h:
17154         * gst/multipart/multipartmux.c:
17155         * gst/oldcore/gstaggregator.c:
17156         * gst/oldcore/gstaggregator.h:
17157         * gst/oldcore/gstmd5sink.c: (md5_process_block):
17158         * gst/oldcore/gstmd5sink.h:
17159         * gst/oldcore/gstmultifilesrc.c:
17160         * gst/oldcore/gstmultifilesrc.h:
17161         * gst/oldcore/gstpipefilter.h:
17162         * gst/oldcore/gstshaper.h:
17163         * gst/rtp/gstrtpL16depay.h:
17164         * gst/rtp/gstrtpL16pay.h:
17165         * gst/rtp/gstrtpdepay.h:
17166         * gst/rtp/gstrtpmp4vpay.c:
17167         * gst/rtp/gstrtpmp4vpay.h:
17168         * gst/rtsp/gstrtspsrc.c:
17169         * gst/rtsp/gstrtspsrc.h:
17170         * gst/rtsp/rtspconnection.h:
17171         * gst/rtsp/rtspdefs.h:
17172         * gst/rtsp/rtspmessage.h:
17173         * gst/rtsp/rtsptransport.h:
17174         * gst/rtsp/rtspurl.c:
17175         * gst/rtsp/rtspurl.h:
17176         * gst/rtsp/sdpmessage.c:
17177         * gst/rtsp/sdpmessage.h:
17178         * gst/smpte/barboxwipes.c:
17179         * gst/smpte/gstmask.h:
17180         * gst/smpte/gstsmpte.h:
17181         * gst/smpte/paint.c:
17182         * gst/smpte/paint.h:
17183         * gst/udp/gstdynudpsink.h:
17184         * gst/udp/gstmultiudpsink.h:
17185         * gst/udp/gstudpsink.c:
17186         * gst/udp/gstudpsink.h:
17187         * gst/udp/gstudpsrc.c:
17188         * gst/videomixer/videomixer.c:
17189         * gst/wavenc/riff.h:
17190         * gst/wavparse/gstwavparse.h:
17191         * sys/oss/gstossdmabuffer.h:
17192         * sys/oss/gstossmixer.h:
17193         * sys/oss/gstossmixerelement.h:
17194         * sys/oss/gstossmixertrack.h:
17195         * sys/oss/gstosssink.c:
17196         * sys/oss/gstosssink.h:
17197         * sys/oss/gstosssrc.c:
17198         * sys/oss/gstosssrc.h:
17199         * sys/osxaudio/gstosxaudioelement.h:
17200         * sys/osxaudio/gstosxaudiosink.h:
17201         * sys/osxaudio/gstosxaudiosrc.h:
17202           expand tabs
17203
17204 === release 0.10.0 ===
17205
17206 2005-12-05   <thomas (at) apestaart (dot) org>
17207
17208         * configure.ac:
17209           releasing 0.10.0, "Abondance"
17210
17211 2005-12-05  Andy Wingo  <wingo@pobox.com>
17212
17213         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
17214         * ext/flac/gstflacdec.c: (gst_flacdec_write):
17215         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
17216         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
17217         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
17218         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
17219         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
17220         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
17221         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
17222         * ext/speex/gstspeexdec.c: (speex_dec_chain):
17223         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
17224         * gst/auparse/gstauparse.c: (gst_auparse_chain):
17225         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
17226         * gst/goom/gstgoom.c: (gst_goom_chain):
17227         * gst/matroska/matroska-demux.c:
17228         (gst_matroska_demux_push_vorbis_codec_priv_data),
17229         (gst_matroska_demux_add_wvpk_header):
17230         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
17231         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
17232         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
17233         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
17234         alloc_buffer changes.
17235
17236 2005-12-05  Michael Smith  <msmith@fluendo.com>
17237
17238         * docs/plugins/gst-plugins-good-plugins.args:
17239           Remove args for plugins that aren't in -good.
17240
17241 === release 0.9.7 ===
17242
17243 2005-12-01   <thomas (at) apestaart (dot) org>
17244
17245         * configure.ac:
17246           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
17247
17248 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17249
17250         * docs/plugins/.cvsignore:
17251         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17252         * docs/plugins/inspect/plugin-multipart.xml:
17253         * docs/plugins/inspect/plugin-rtp.xml:
17254           add multipart plugin to docs
17255
17256 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17257
17258         * configure.ac:
17259         * ext/Makefile.am:
17260         * ext/pango/Makefile.am:
17261         * ext/pango/gstclockoverlay.c:
17262         * ext/pango/gstclockoverlay.h:
17263         * ext/pango/gsttextoverlay.c:
17264         * ext/pango/gsttextoverlay.h:
17265         * ext/pango/gsttextrender.c:
17266         * ext/pango/gsttextrender.h:
17267         * ext/pango/gsttimeoverlay.c:
17268         * ext/pango/gsttimeoverlay.h:
17269           move pango to base
17270
17271 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17272
17273         * gst/rtp/Makefile.am:
17274         * gst/rtp/gstrtpL16depay.c:
17275         * gst/rtp/gstrtpL16depay.h:
17276         * gst/rtp/gstrtpL16parse.c:
17277         * gst/rtp/gstrtpL16parse.h:
17278         * gst/rtp/gstrtpgsmdepay.c:
17279         * gst/rtp/gstrtpgsmdepay.h:
17280         * gst/rtp/gstrtpgsmparse.c:
17281         * gst/rtp/gstrtpgsmparse.h:
17282           parsers are depayers
17283
17284 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17285
17286         * gst/rtp/Makefile.am:
17287         * gst/rtp/gstasteriskh263.c:
17288         * gst/rtp/gstrtp.c:
17289         * gst/rtp/gstrtpL16enc.c:
17290         * gst/rtp/gstrtpL16enc.h:
17291         * gst/rtp/gstrtpL16parse.c:
17292         * gst/rtp/gstrtpL16parse.h:
17293         * gst/rtp/gstrtpL16pay.c:
17294         * gst/rtp/gstrtpL16pay.h:
17295         * gst/rtp/gstrtpamrdec.c:
17296         * gst/rtp/gstrtpamrdec.h:
17297         * gst/rtp/gstrtpamrdepay.c:
17298         * gst/rtp/gstrtpamrdepay.h:
17299         * gst/rtp/gstrtpamrenc.c:
17300         * gst/rtp/gstrtpamrenc.h:
17301         * gst/rtp/gstrtpamrpay.c:
17302         * gst/rtp/gstrtpamrpay.h:
17303         * gst/rtp/gstrtpdec.c:
17304         * gst/rtp/gstrtpdec.h:
17305         * gst/rtp/gstrtpdepay.c:
17306         * gst/rtp/gstrtpdepay.h:
17307         * gst/rtp/gstrtpg711dec.c:
17308         * gst/rtp/gstrtpg711dec.h:
17309         * gst/rtp/gstrtpg711depay.c:
17310         * gst/rtp/gstrtpg711depay.h:
17311         * gst/rtp/gstrtpg711enc.c:
17312         * gst/rtp/gstrtpg711enc.h:
17313         * gst/rtp/gstrtpg711pay.c:
17314         * gst/rtp/gstrtpg711pay.h:
17315         * gst/rtp/gstrtpgsmenc.c:
17316         * gst/rtp/gstrtpgsmenc.h:
17317         * gst/rtp/gstrtpgsmparse.c:
17318         * gst/rtp/gstrtpgsmparse.h:
17319         * gst/rtp/gstrtpgsmpay.c:
17320         * gst/rtp/gstrtpgsmpay.h:
17321         * gst/rtp/gstrtph263enc.c:
17322         * gst/rtp/gstrtph263enc.h:
17323         * gst/rtp/gstrtph263pay.c:
17324         * gst/rtp/gstrtph263pay.h:
17325         * gst/rtp/gstrtph263pdec.c:
17326         * gst/rtp/gstrtph263pdec.h:
17327         * gst/rtp/gstrtph263pdepay.c:
17328         * gst/rtp/gstrtph263pdepay.h:
17329         * gst/rtp/gstrtph263penc.c:
17330         * gst/rtp/gstrtph263penc.h:
17331         * gst/rtp/gstrtph263ppay.c:
17332         * gst/rtp/gstrtph263ppay.h:
17333         * gst/rtp/gstrtpmp4vdec.c:
17334         * gst/rtp/gstrtpmp4vdec.h:
17335         * gst/rtp/gstrtpmp4vdepay.c:
17336         * gst/rtp/gstrtpmp4vdepay.h:
17337         * gst/rtp/gstrtpmp4venc.c:
17338         * gst/rtp/gstrtpmp4venc.h:
17339         * gst/rtp/gstrtpmp4vpay.c:
17340         * gst/rtp/gstrtpmp4vpay.h:
17341         * gst/rtp/gstrtpmpadec.c:
17342         * gst/rtp/gstrtpmpadec.h:
17343         * gst/rtp/gstrtpmpadepay.c:
17344         * gst/rtp/gstrtpmpadepay.h:
17345         * gst/rtp/gstrtpmpaenc.c:
17346         * gst/rtp/gstrtpmpaenc.h:
17347         * gst/rtp/gstrtpmpapay.c:
17348         * gst/rtp/gstrtpmpapay.h:
17349         * gst/rtp/gstrtpspeexdec.c:
17350         * gst/rtp/gstrtpspeexdec.h:
17351         * gst/rtp/gstrtpspeexdepay.c:
17352         * gst/rtp/gstrtpspeexdepay.h:
17353         * gst/rtp/gstrtpspeexenc.c:
17354         * gst/rtp/gstrtpspeexenc.h:
17355         * gst/rtp/gstrtpspeexpay.c:
17356         * gst/rtp/gstrtpspeexpay.h:
17357           Do burger's rename for rtp payloaders and depayloaders
17358
17359 2005-11-30  Wim Taymans  <wim@fluendo.com>
17360
17361         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
17362         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
17363         * ext/dv/gstdvdemux.h:
17364         Fix seeking in dvdemux again, add some more debug info.
17365
17366 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17367
17368         * configure.ac:
17369           fix tests
17370
17371 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17372
17373         * PORTED_09:
17374         * docs/random/PORTED_09:
17375           move
17376         * tests/Makefile.am:
17377           add
17378         * win32/gst.sln:
17379           remove
17380
17381 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17382
17383         * Makefile.am:
17384         * check/.cvsignore:
17385         * check/Makefile.am:
17386         * check/elements/.cvsignore:
17387         * check/elements/level.c:
17388         * check/elements/matroskamux.c:
17389         * configure.ac:
17390         * examples/Makefile.am:
17391         * examples/capsfilter/Makefile.am:
17392         * examples/capsfilter/capsfilter1.c:
17393         * examples/gob/Makefile.am:
17394         * examples/gob/gst-identity2.gob:
17395         * examples/gstplay/.cvsignore:
17396         * examples/gstplay/Makefile.am:
17397         * examples/gstplay/player.c:
17398         * examples/indexing/.cvsignore:
17399         * examples/indexing/Makefile.am:
17400         * examples/indexing/indexmpeg.c:
17401         * examples/level/Makefile.am:
17402         * examples/level/README:
17403         * examples/level/demo.c:
17404         * examples/level/plot.c:
17405         * examples/stats/Makefile.am:
17406         * examples/stats/mp2ogg.c:
17407         * examples/switch/.cvsignore:
17408         * examples/switch/Makefile.am:
17409         * examples/switch/switcher.c:
17410           move under tests/
17411
17412 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
17413
17414         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
17415         (gst_text_render_class_init), (resize_bitmap),
17416         (gst_text_render_render_text), (gst_text_render_setcaps),
17417         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
17418         (gst_text_render_chain), (gst_text_render_finalize),
17419         (gst_text_render_init), (gst_text_render_set_property):
17420         * ext/pango/gsttextrender.h:
17421           Add missing files.
17422
17423 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
17424
17425         * configure.ac:
17426         * ext/Makefile.am:
17427         * ext/pango/Makefile.am:
17428         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
17429         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
17430         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
17431         * ext/pango/gstclockoverlay.h:
17432         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17433         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
17434         (gst_text_overlay_finalize), (gst_text_overlay_init),
17435         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
17436         (gst_text_overlay_text_pad_linked),
17437         (gst_text_overlay_text_pad_unlinked),
17438         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
17439         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
17440         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
17441         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
17442         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
17443         (gst_text_overlay_change_state), (plugin_init):
17444         * ext/pango/gsttextoverlay.h:
17445         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
17446         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
17447         (gst_time_overlay_class_init), (gst_time_overlay_init):
17448         * ext/pango/gsttimeoverlay.h:
17449           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
17450           and add background shading and text wrapping modes. Make 
17451           timoverlay derive from textoverlay. Also add new clockoverlay
17452           element.
17453
17454 2005-11-30  Julien MOUTTE  <julien@moutte.net>
17455
17456         * gst/udp/Makefile.am: Moved to netbuffer.
17457
17458 2005-11-30  Julien MOUTTE  <julien@moutte.net>
17459
17460         * configure.ac:
17461         * PORTED_O9:
17462         * gst/multipart/Makefile.am:
17463         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
17464         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
17465         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
17466         (gst_multipart_demux_change_state),
17467         (gst_multipart_demux_plugin_init):
17468         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
17469         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
17470         (gst_multipart_mux_sinkconnect),
17471         (gst_multipart_mux_request_new_pad),
17472         (gst_multipart_mux_handle_src_event),
17473         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
17474         (gst_multipart_mux_change_state): Ported multipart mux/demux to
17475         0.9.
17476
17477 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17478
17479         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
17480         * gst/debug/gstnavigationtest.h:
17481         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
17482         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
17483         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
17484         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
17485         * gst/effectv/gstrev.c: (gst_revtv_get_type):
17486         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
17487         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
17488         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
17489         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
17490         (gst_video_flip_get_type):
17491         * gst/videofilter/gstvideoflip.h:
17492           update for symbols change
17493
17494 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17495
17496         * gst/udp/gstdynudpsink.c:
17497         * gst/udp/gstudpsrc.c:
17498           the old gstnet lib was renamed gstnetbuffer (#322257)
17499
17500 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
17501
17502         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
17503         (gst_text_overlay_collected):
17504           Actually render the text from the text pad.
17505
17506 2005-11-29  Edward Hervey  <edward@fluendo.com>
17507
17508         * gst/debug/gstnavseek.c: (gst_navseek_event):
17509         * gst/debug/progressreport.c: (gst_progress_report_event):
17510         Update for GstBaseTransform event virtual method
17511
17512 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17513
17514         * ext/cairo/Makefile.am:
17515           no need to link to videofilter
17516
17517 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17518
17519         * gst/debug/Makefile.am:
17520         * gst/debug/gstnavigationtest.h:
17521         * gst/effectv/Makefile.am:
17522         * gst/effectv/gstaging.c:
17523         * gst/effectv/gstdice.c:
17524         * gst/effectv/gstedge.c:
17525         * gst/effectv/gstquark.c:
17526         * gst/effectv/gstrev.c:
17527         * gst/effectv/gstshagadelic.c:
17528         * gst/effectv/gstvertigo.c:
17529         * gst/effectv/gstwarp.c:
17530         * gst/videofilter/Makefile.am:
17531         * gst/videofilter/gstvideofilter.c:
17532         * gst/videofilter/gstvideofilter.h:
17533         * gst/videofilter/gstvideoflip.h:
17534           remove the videofilter library and link to the one in base
17535
17536 2005-11-28  Edward Hervey  <edward@fluendo.com>
17537
17538         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
17539         Useless check now we're setting the current entry correctly.
17540
17541 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
17542
17543         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
17544         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
17545         (gst_jpegenc_change_state):
17546           Don't leak input buffer in chain function (fixes #322667); make 
17547           state change function thread-safe; don't repeat the current function
17548           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
17549           gst_pad_alloc_buffer(); misc. minor cleanups.
17550
17551 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
17552
17553         * gst/matroska/matroska-mux.c:
17554         (gst_matroska_mux_video_pad_setcaps):
17555         Look for pixel-aspect-ratio in caps, not pixel_width and
17556         pixel_height (Fixes: #322645)
17557
17558 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
17559
17560         * gst/matroska/matroska-mux.c:
17561         (gst_matroska_mux_video_pad_setcaps):
17562         From Michal Benes:
17563         frame duration should be GST_SECOND / framerate, not
17564         GST_SECOND * framerate. (Fixes: #322643)
17565
17566 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
17567
17568         * configure.ac:
17569           fix up GST_PLUGIN_LDFLAGS
17570         * gst/rtsp/rtspconnection.c:
17571           fix includes (see #317043)
17572         * gst/videofilter/Makefile.am:
17573           stop installing this library
17574
17575 2005-11-26  Edward Hervey  <edward@fluendo.com>
17576
17577         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
17578         Handle the case where the incoming Video dv stream doesn't have
17579         a pixel aspect ratio set.
17580
17581 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17582
17583         * docs/plugins/Makefile.am:
17584         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17585         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17586         * ext/flac/gstflacdec.c:
17587           document flacdec
17588
17589 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17590
17591         * docs/plugins/Makefile.am:
17592         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17593         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17594         * docs/plugins/inspect/plugin-autodetect.xml:
17595         * ext/cairo/gstcairo.c: (plugin_init):
17596         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
17597         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
17598         (gst_text_overlay_init), (gst_text_overlay_font_init),
17599         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
17600         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
17601         (gst_text_overlay_text_pad_linked),
17602         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
17603         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
17604         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
17605         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
17606         (gst_text_overlay_change_state):
17607         * ext/cairo/gsttextoverlay.h:
17608         * ext/cairo/gsttimeoverlay.c:
17609         (gst_cairo_time_overlay_update_font_height),
17610         (gst_cairo_time_overlay_set_caps),
17611         (gst_cairo_time_overlay_get_unit_size),
17612         (gst_cairo_time_overlay_print_smpte_time),
17613         (gst_cairo_time_overlay_transform),
17614         (gst_cairo_time_overlay_base_init),
17615         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
17616         (gst_cairo_time_overlay_get_type):
17617         * ext/cairo/gsttimeoverlay.h:
17618           do some name borgifying
17619           document
17620
17621 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17622
17623         * docs/plugins/Makefile.am:
17624         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17625         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17626         * gst/autodetect/gstautoaudiosink.c:
17627         (gst_auto_audio_sink_base_init):
17628         * gst/autodetect/gstautovideosink.c:
17629         (gst_auto_video_sink_base_init),
17630         (gst_auto_video_sink_factory_filter):
17631           documenting auto*sink
17632           using strstr for the video sink lookup, class field is not ordered
17633         * docs/plugins/inspect/plugin-1394.xml:
17634         * docs/plugins/inspect/plugin-aasink.xml:
17635         * docs/plugins/inspect/plugin-alaw.xml:
17636         * docs/plugins/inspect/plugin-alpha.xml:
17637         * docs/plugins/inspect/plugin-alphacolor.xml:
17638         * docs/plugins/inspect/plugin-auparse.xml:
17639         * docs/plugins/inspect/plugin-autodetect.xml:
17640         * docs/plugins/inspect/plugin-avi.xml:
17641         * docs/plugins/inspect/plugin-cacasink.xml:
17642         * docs/plugins/inspect/plugin-cairo.xml:
17643         * docs/plugins/inspect/plugin-cutter.xml:
17644         * docs/plugins/inspect/plugin-debug.xml:
17645         * docs/plugins/inspect/plugin-dv.xml:
17646         * docs/plugins/inspect/plugin-efence.xml:
17647         * docs/plugins/inspect/plugin-effectv.xml:
17648         * docs/plugins/inspect/plugin-esdsink.xml:
17649         * docs/plugins/inspect/plugin-flac.xml:
17650         * docs/plugins/inspect/plugin-flxdec.xml:
17651         * docs/plugins/inspect/plugin-gconfelements.xml:
17652         * docs/plugins/inspect/plugin-goom.xml:
17653         * docs/plugins/inspect/plugin-jpeg.xml:
17654         * docs/plugins/inspect/plugin-level.xml:
17655         * docs/plugins/inspect/plugin-matroska.xml:
17656         * docs/plugins/inspect/plugin-mulaw.xml:
17657         * docs/plugins/inspect/plugin-navigationtest.xml:
17658         * docs/plugins/inspect/plugin-ossaudio.xml:
17659         * docs/plugins/inspect/plugin-png.xml:
17660         * docs/plugins/inspect/plugin-rtp.xml:
17661         * docs/plugins/inspect/plugin-rtsp.xml:
17662         * docs/plugins/inspect/plugin-shout2send.xml:
17663         * docs/plugins/inspect/plugin-smpte.xml:
17664         * docs/plugins/inspect/plugin-speex.xml:
17665         * docs/plugins/inspect/plugin-udp.xml:
17666         * docs/plugins/inspect/plugin-videobox.xml:
17667         * docs/plugins/inspect/plugin-videoflip.xml:
17668         * docs/plugins/inspect/plugin-videomixer.xml:
17669         * docs/plugins/inspect/plugin-wavenc.xml:
17670         * docs/plugins/inspect/plugin-wavparse.xml:
17671           update for HEAD version
17672
17673 2005-11-25  Michael Smith  <msmith@fluendo.com>
17674
17675         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
17676           Patch from Sebastien Cote to close control sockets in udpsrc.
17677
17678 2005-11-24  Julien MOUTTE  <julien@moutte.net>
17679
17680         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
17681         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
17682         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
17683         (gst_quarktv_base_init), (gst_quarktv_class_init),
17684         (gst_quarktv_init): Flush the planes list on reverse caps
17685         negotiation. This was crashing because of differently sized
17686         buffers.
17687
17688 2005-11-24  Julien MOUTTE  <julien@moutte.net>
17689
17690         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
17691         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
17692         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
17693         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
17694         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
17695         (gst_videoflip_set_property), (gst_videoflip_base_init),
17696         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
17697         correctly, fix identity flipping, convert navigation event 
17698         correctly again.
17699
17700 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17701
17702         * configure.ac: back to HEAD
17703
17704 === release 0.9.6 ===
17705
17706 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
17707
17708         * configure.ac:
17709           releasing 0.9.6, "Everything's Not Lost"
17710
17711 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
17712
17713         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
17714         Oops, initialise the framerate GValue
17715
17716 2005-11-23  Julien MOUTTE  <julien@moutte.net>
17717
17718         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
17719         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
17720         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
17721         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
17722         (gst_timeoverlay_get_type):
17723         * ext/cairo/gsttimeoverlay.h:
17724         * gst/debug/Makefile.am:
17725         * gst/debug/gstnavigationtest.c:
17726         (gst_navigationtest_handle_src_event),
17727         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
17728         (gst_navigationtest_transform), (gst_navigationtest_change_state),
17729         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
17730         (gst_navigationtest_init), (gst_navigationtest_get_type),
17731         (plugin_init):
17732         * gst/debug/gstnavigationtest.h:
17733         * gst/effectv/Makefile.am:
17734         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
17735         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
17736         (gst_agingtv_base_init), (gst_agingtv_class_init),
17737         (gst_agingtv_init), (gst_agingtv_get_type):
17738         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
17739         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
17740         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
17741         (gst_dicetv_get_type):
17742         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
17743         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
17744         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
17745         (gst_edgetv_get_type):
17746         * gst/effectv/gsteffectv.c:
17747         * gst/effectv/gsteffectv.h:
17748         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
17749         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
17750         (gst_quarktv_change_state), (gst_quarktv_base_init),
17751         (gst_quarktv_class_init), (gst_quarktv_init),
17752         (gst_quarktv_get_type):
17753         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
17754         (gst_revtv_get_unit_size), (gst_revtv_transform),
17755         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
17756         (gst_revtv_get_type):
17757         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
17758         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
17759         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
17760         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
17761         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
17762         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
17763         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
17764         (gst_vertigotv_init), (gst_vertigotv_get_type):
17765         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
17766         (gst_warptv_get_unit_size), (gst_warptv_transform),
17767         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
17768         (gst_warptv_get_type):
17769         * gst/videofilter/Makefile.am:
17770         * gst/videofilter/gstvideobalance.c:
17771         * gst/videofilter/gstvideobalance.h:
17772         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
17773         (gst_videofilter_class_init), (gst_videofilter_init):
17774         * gst/videofilter/gstvideofilter.h:
17775         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
17776         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
17777         (gst_videoflip_flip), (gst_videoflip_transform),
17778         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
17779         (gst_videoflip_base_init), (gst_videoflip_class_init),
17780         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
17781         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
17782         BaseTransform, it's just a place holder for now and every video
17783         effect plugin has been ported to use BaseTransform features 
17784         directly. QuarkTV was fixed too (was broken), navigationtest works
17785         and best for the end, videoflip converts navigation events depending
17786         on flip method ! Fixes #320953
17787
17788 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
17789
17790         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
17791         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
17792         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
17793         (gst_goom_src_negotiate), (gst_goom_chain):
17794         * gst/matroska/matroska-mux.c:
17795         (gst_matroska_mux_video_pad_setcaps):
17796         * sys/osxvideo/osxvideosink.m:
17797           Fixes for API changes
17798
17799 2005-11-23  Michael Smith <msmith@fluendo.com>
17800
17801         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
17802         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
17803         * ext/jpeg/gstjpegdec.h:
17804         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
17805         * ext/jpeg/gstjpegenc.h:
17806         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
17807         (gst_smokeenc_resync):
17808         * ext/jpeg/gstsmokeenc.h:
17809           JPEG fractiony goodness.
17810
17811 2005-11-22  Michael Smith <msmith@fluendo.com>
17812
17813         * gst/goom/filters.c:
17814         * gst/goom/graphic.h:
17815           Fix compilation by making some functions static inline instead of
17816           extern inline, matching the way they're used.
17817
17818 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
17819
17820         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
17821         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
17822         * ext/cairo/gsttextoverlay.h:
17823         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
17824         * ext/gdk_pixbuf/gstgdkpixbuf.h:
17825         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
17826         (gst_pngdec_caps_create_and_set):
17827         * ext/libpng/gstpngdec.h:
17828         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
17829         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
17830         * gst/avi/gstavimux.c: (gst_avimux_init),
17831         (gst_avimux_vidsinkconnect):
17832         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
17833         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
17834         (gst_goom_src_negotiate), (gst_goom_chain):
17835         * gst/goom/gstgoom.h:
17836         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
17837         * gst/matroska/matroska-mux.c:
17838         (gst_matroska_mux_video_pad_setcaps):
17839         * sys/osxvideo/osxvideosink.h:
17840         * sys/osxvideo/osxvideosink.m:
17841           More fractional framerate conversions 
17842
17843 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
17844
17845         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
17846         * gst/debug/gstnavigationtest.c:
17847         (gst_navigationtest_handle_src_event):
17848         * gst/videofilter/gstvideofilter.c:
17849         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
17850         (gst_videofilter_init):
17851         * gst/videofilter/gstvideofilter.h:
17852           Convert to fractional framerates.
17853
17854 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
17855
17856         * ext/aalib/gstaasink.c:
17857         * ext/dv/gstdvdec.c:
17858         * ext/esd/esdmon.c:
17859         * ext/flac/gstflacenc.c:
17860         * ext/gdk_pixbuf/pixbufscale.c:
17861         * ext/libcaca/gstcacasink.c:
17862         * ext/shout2/gstshout2.c:
17863         * gst/alpha/gstalpha.c:
17864         * gst/oldcore/gstaggregator.c:
17865         * gst/oldcore/gstshaper.c:
17866         * gst/smpte/barboxwipes.c:
17867         * gst/smpte/gstsmpte.c:
17868         * gst/videobox/gstvideobox.c:
17869         * gst/videofilter/gstvideoflip.c:
17870         * gst/videomixer/videomixer.c:
17871           fix up more enums
17872
17873 2005-11-22  Michael Smith <msmith@fluendo.com>
17874
17875         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
17876         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
17877         (gst_videomixer_update_queues):
17878           Fractional framerates, videomixer.
17879
17880 2005-11-22  Michael Smith <msmith@fluendo.com>
17881
17882         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
17883         * ext/dv/gstdvdec.h:
17884         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
17885         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
17886         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
17887         (gst_dvdemux_flush):
17888         * ext/dv/gstdvdemux.h:
17889           Fractional framerates for DV. 
17890
17891 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
17892
17893         * gst/autodetect/gstautoaudiosink.c:
17894         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
17895         * gst/autodetect/gstautovideosink.c:
17896         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
17897           Use gst_plugin_feature_list_free() to free feature list and
17898           in the case of autovideosink free the list at all. Also
17899           miscellaneous cosmetic fixes.
17900
17901 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
17902
17903         * gst/cutter/gstcutter.c: (gst_cutter_chain),
17904         (gst_cutter_set_property), (gst_cutter_get_caps):
17905           copy calculation code from level; remove use of some audio
17906           functions
17907
17908 2005-11-22  Andy Wingo  <wingo@pobox.com>
17909
17910         * Update for gst_tag_setter API changes.
17911
17912 2005-11-22  Andy Wingo  <wingo@pobox.com>
17913
17914         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
17915         (gst_dvdemux_demux_frame)
17916         * ext/flac/gstflacdec.c (gst_flacdec_write)
17917         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
17918         (gst_flacenc_sink_event)
17919         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
17920         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
17921         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
17922         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
17923         * gst/auparse/gstauparse.c (gst_auparse_chain)
17924         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
17925         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
17926         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
17927         (gst_avi_demux_handle_seek)
17928         * gst/goom/gstgoom.c (gst_goom_event)
17929         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
17930         * gst/matroska/matroska-demux.c
17931         (gst_matroska_demux_handle_seek_event)
17932         (gst_matroska_demux_loop_stream_parse_id)
17933         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
17934         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
17935         (gst_wavparse_stream_headers): Run update-funcnames.
17936
17937 2005-11-22  Edward Hervey  <edward@fluendo.com>
17938
17939         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
17940         (gst_dv1394src_init), (gst_dv1394src_dispose),
17941         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
17942         (gst_dv1394src_uri_set_uri):
17943         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
17944         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
17945         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
17946         URIHandler interface and element properties are now properly
17947         synchronized for DV1394src and UDPSrc
17948
17949 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
17950
17951         * ext/flac/Makefile.am:
17952         * ext/speex/Makefile.am:
17953           libgsttagedit has been renamed to libgsttag.
17954
17955 2005-11-21  Wim Taymans  <wim@fluendo.com>
17956
17957         * gst/rtsp/rtspconnection.c: (read_body):
17958         Apply patch from Sebastien Cote to fix #319184.
17959
17960 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
17961
17962         * configure.ac:
17963         * gst/cutter/Makefile.am:
17964         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
17965         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
17966         (gst_cutter_set_property), (gst_cutter_get_property),
17967         (plugin_init), (gst_cutter_get_caps):
17968           port cutter
17969         * gst/level/gstlevel.c:
17970           fix up plugin details
17971
17972 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
17973
17974         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
17975         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
17976         (gst_flacdec_src_event):
17977         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
17978         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
17979         (gst_signal_processor_getrange), (gst_signal_processor_chain):
17980         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
17981         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
17982         (gst_flxdec_sink_event_handler):
17983         * gst/matroska/matroska-demux.c:
17984         (gst_matroska_demux_handle_seek_event):
17985         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
17986           Update for stream lock API changes: don't take stream log
17987           in sink event handlers any longer and change GST_STREAM_LOCK
17988           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
17989           functions.
17990
17991 2005-11-21  Michael Smith <msmith@fluendo.com>
17992
17993         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
17994           gst_object_unref, not g_object_unref
17995
17996 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
17997
17998         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
17999         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
18000           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
18001
18002 2005-11-21  Michael Smith <msmith@fluendo.com>
18003
18004         * gst/auparse/Makefile.am:
18005         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
18006         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
18007         (gst_auparse_change_state):
18008         * gst/auparse/gstauparse.h:
18009           Partially fix #161712. playbin still doesn't work on these files,
18010           (on the bug report, Andy says we aren't typefinding it for some
18011           reason?) but at least auparse isn't totally busted like it was before.
18012
18013 2005-11-21  Andy Wingo  <wingo@pobox.com>
18014
18015         * *.h:
18016         * *.c: Ran scripts/update-macros. Oh yes.
18017
18018 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
18019
18020         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
18021           Filler events are gone for now, comment out section generating
18022           them.
18023
18024 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
18025
18026         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
18027         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
18028         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
18029         * sys/osxvideo/osxvideosink.m:
18030           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
18031           (#322027)
18032
18033 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
18034
18035         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
18036         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
18037         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
18038         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
18039         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
18040         (gst_avi_demux_stream_data):
18041         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
18042         * gst/wavenc/gstwavenc.c: (write_metadata):
18043         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
18044         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
18045         Fixes for GST_FOURCC_FORMAT API change.
18046
18047 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
18048
18049         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
18050         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
18051         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
18052         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
18053         (gst_text_overlay_change_state):
18054         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
18055         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
18056         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
18057         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
18058         * gst/videomixer/videomixer.c: (gst_videomixer_init),
18059         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
18060         (gst_videomixer_change_state):
18061           Fix for collect pads API change. Also fix textoverlay state
18062           change function.
18063
18064 2005-11-20  Julien MOUTTE  <julien@moutte.net>
18065
18066         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
18067         GST_PAD_IS_USABLE by something approaching it.
18068
18069 2005-11-20  Julien MOUTTE  <julien@moutte.net>
18070
18071         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
18072         API changes.
18073         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
18074         but also fix the code that was not checking return values from
18075         pad_push neither using pad_alloc_buffer.
18076
18077 2005-11-18  Edward Hervey  <edward@fluendo.com>
18078
18079         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
18080         (gst_pngenc_chain):
18081         Added debug category
18082         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
18083         goes to EOS.
18084
18085 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
18086
18087         * gst/rtp/Makefile.am
18088         * gst/rtp/gstrtp.c
18089         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
18090         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
18091         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
18092         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
18093         * gst/rtp/gstrtpg711enc.h:
18094         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
18095         * gst/rtp/gstrtpspeexenc.c:
18096         * gst/rtp/gstrtpspeexenc.h:
18097         * gst/rtp/gstrtpspeexdec.c:
18098         * gst/rtp/gstrtpspeexdec.h:
18099         Created Speex payloader and depayloader; Optimize G711 payloader to
18100         use adapter and send packets until MTU size.
18101
18102 2005-11-16  Wim Taymans  <wim@fluendo.com>
18103
18104         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
18105         Fix leak in check.
18106
18107 2005-11-16  Wim Taymans  <wim@fluendo.com>
18108
18109         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
18110         Fix state change.
18111
18112 2005-11-16  Andy Wingo  <wingo@pobox.com>
18113
18114         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
18115         (gst_udpsrc_create): Move comment.
18116
18117 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
18118
18119         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18120
18121         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
18122           When seeking, seek to closest index entry at or before the requested
18123           seek position, not just the closest one (#321001).
18124
18125 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
18126
18127         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
18128         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
18129           Invert DIB images again (see #132341).
18130
18131 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
18132
18133         * configure.ac:
18134           rework configure.ac file
18135         * ext/aalib/gstaasink.c:
18136         * ext/cairo/gstcairo.c:
18137         * ext/dv/gstdv.c:
18138         * ext/esd/gstesd.c:
18139         * ext/flac/gstflac.c:
18140         * ext/gconf/gstgconfelements.c:
18141         * ext/gdk_pixbuf/gstgdkpixbuf.c:
18142         * ext/jpeg/gstjpeg.c:
18143         * ext/ladspa/gstladspa.c:
18144         * ext/libcaca/gstcacasink.c:
18145         * ext/libmng/gstmng.c:
18146         * ext/libpng/gstpng.c:
18147         * ext/mikmod/gstmikmod.c:
18148         * ext/pango/gsttextoverlay.c:
18149         * ext/pango/gsttimeoverlay.c:
18150         * ext/raw1394/gst1394.c:
18151         * ext/speex/gstspeex.c:
18152         * gst/alpha/Makefile.am:
18153         * gst/alpha/gstalpha.c:
18154         * gst/alpha/gstalphacolor.c:
18155         * gst/auparse/gstauparse.c:
18156         * gst/autodetect/gstautoaudiosink.c:
18157         (gst_auto_audio_sink_factory_filter),
18158         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
18159         * gst/autodetect/gstautodetect.c:
18160         * gst/avi/gstavi.c:
18161         * gst/cutter/gstcutter.c:
18162         * gst/debug/efence.c:
18163         * gst/debug/gstdebug.c:
18164         * gst/debug/gstnavigationtest.c:
18165         * gst/effectv/gsteffectv.c:
18166         * gst/flx/gstflxdec.c:
18167         * gst/goom/gstgoom.c:
18168         * gst/interleave/plugin.c:
18169         * gst/law/alaw.c:
18170         * gst/law/mulaw.c:
18171         * gst/level/gstlevel.c:
18172         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
18173         * gst/matroska/matroska.c:
18174         * gst/median/gstmedian.c:
18175         * gst/monoscope/gstmonoscope.c:
18176         * gst/multipart/multipart.c:
18177         * gst/oldcore/gstelements.c:
18178         * gst/rtp/gstrtp.c:
18179         * gst/rtsp/gstrtsp.c:
18180         * gst/smoothwave/gstsmoothwave.c:
18181         * gst/smpte/gstsmpte.c:
18182         * gst/udp/gstudp.c:
18183         * gst/videobox/gstvideobox.c:
18184         * gst/videofilter/gstgamma.c:
18185         * gst/videofilter/gstvideobalance.c:
18186         * gst/videofilter/gstvideoflip.c:
18187         * gst/videofilter/gstvideotemplate.c:
18188         * gst/videomixer/videomixer.c:
18189         * gst/wavenc/gstwavenc.c:
18190         * gst/wavparse/gstwavparse.c:
18191         * sys/oss/gstossaudio.c:
18192         * sys/osxaudio/gstosxaudio.c:
18193           update GST_PLUGIN_DEFINE
18194         * gst/rtp/Makefile.am:
18195         * gst/rtp/gstasteriskh263.c:
18196           check for htons/htonl headers and possibly link to winsock2 lib
18197
18198 2005-11-12  Edward Hervey  <edward@fluendo.com>
18199
18200         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
18201         Only GST_DEBUG() information on the valid components.
18202
18203 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18204
18205         * configure.ac: back to HEAD
18206
18207 === release 0.9.5 ===
18208
18209 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
18210
18211         * configure.ac:
18212           releasing 0.9.5, "Phone Alarm"
18213
18214 2005-11-11  Edward Hervey  <edward@fluendo.com>
18215
18216         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
18217         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
18218         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
18219         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
18220         (gst_avi_demux_loop):
18221         * gst/avi/gstavidemux.h:
18222         Yeah, implement proper seeking. Exact seeking and segment seeking.
18223         Still need to do some checks for segment_stop.
18224
18225 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
18226
18227         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18228
18229         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
18230           Don't try to ready buffer duration from buffer that we don't
18231           own any  longer and that might already have been unreffed.
18232           (#321136)
18233
18234 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
18235
18236         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
18237         (flx_decode_delta_flc), (gst_flxdec_chain):
18238         Attempting to optimize the code for embedded systems.
18239
18240 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
18241
18242         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18243
18244         * sys/oss/gstosssink.c: (gst_oss_sink_close):
18245           Don't re-use already closed file descriptor. (#320920)
18246
18247 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
18248
18249         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
18250         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
18251         (gst_oss_sink_prepare):
18252         * sys/oss/gstosssink.h:
18253           Cache probed caps; fix debug output for SET_PARAM macros.
18254
18255 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
18256
18257         * ext/cairo/Makefile.am:
18258         * ext/cairo/gstcairo.c: (plugin_init):
18259         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
18260         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
18261         (gst_text_overlay_init), (gst_text_overlay_font_init),
18262         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
18263         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
18264         (gst_text_overlay_text_pad_linked),
18265         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
18266         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
18267         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
18268         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
18269         (gst_text_overlay_change_state):
18270         * ext/cairo/gsttextoverlay.h:
18271           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
18272           property and redo positioning. Doesn't handle upstream renegotiation
18273           yet though.
18274
18275 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
18276
18277         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
18278         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
18279         (gst_avi_demux_loop):
18280           No need to take the STREAM_LOCK in the loop function. Improve
18281           some debug messages. Don't leak pad names in debug messages.
18282
18283 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
18284
18285         * gst/matroska/matroska-demux.c:
18286         (gst_matroska_demux_push_vorbis_codec_priv_data),
18287         (gst_matroska_demux_add_wvpk_header):
18288           Don't error out when the source pad isn't linked.
18289
18290 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
18291
18292         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
18293         (gst_gconf_audio_sink_change_state):
18294         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
18295         (gst_gconf_video_sink_change_state):
18296           Fix state change functions here as well and set kid
18297           to NULL state before removing it.
18298
18299 2005-11-01  Edward Hervey  <edward@fluendo.com>
18300
18301         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
18302         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
18303         Added proper event handlind, 
18304         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
18305         ignored),
18306         and don't set a duration of 0 for buffers otherwise they are discarded
18307         by GstBaseSink.
18308
18309         GstWavEnc needs some serious loving, after going through the code I'm
18310         really wondering how this can stay in -good ...
18311
18312 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18313
18314         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
18315         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
18316         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
18317         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
18318         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
18319         (gst_matroska_mux_collected):
18320           Fix leaks and invalid memory access as reported by valgrind
18321
18322 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18323
18324         Patch by: Michal Benes <michal.benes@xeris.cz>
18325
18326         * check/Makefile.am:
18327         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
18328         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
18329         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
18330           add a unit test for matroskamux
18331           fix the bugs that the unit test exposed
18332
18333 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
18334
18335         * gst/autodetect/gstautoaudiosink.c:
18336         (gst_auto_audio_sink_class_init),
18337         (gst_auto_audio_sink_change_state):
18338         * gst/autodetect/gstautovideosink.c:
18339         (gst_auto_video_sink_class_init),
18340         (gst_auto_video_sink_change_state):
18341           Fix state change function and use GST_DEBUG_FUNCPTR in
18342           class_init.
18343
18344 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
18345
18346         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18347
18348         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
18349         (gst_ebml_write_reset), (gst_ebml_write_element_new):
18350         * gst/matroska/ebml-write.h:
18351         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
18352           Set timestamps on outgoing ebml headers as well, so that the
18353           element after matroskamux can get the timestamp already when
18354           reading the first ebml element and doesn't have to wait for
18355           the actual data buffer for that (#320308).
18356           
18357 2005-10-31  Andy Wingo  <wingo@pobox.com>
18358
18359         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
18360         (gst_videomixer_pad_link): Kill some memleaks.
18361         (gst_videomixer_pad_get_property): Style fix.
18362         (gst_videomixer_pad_set_property): Style fix.
18363         (gst_videomixer_pad_init): Style fix.
18364         (gst_videomixer_update_queues): Kill memleak.
18365         (gst_videomixer_loop): Kill memleak.
18366         (gst_videomixer_collected): Kill memleak.
18367
18368 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
18369
18370         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
18371         gst_auparse_change_state:
18372         Just some cleanup.
18373
18374 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
18375
18376         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
18377         Add checks to GST_FLOW_NOT_LINKED for values returned
18378         from gst_pad_push.
18379         
18380 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
18381
18382         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
18383         (gst_rtpg711dec_process):
18384         * gst/rtp/gstrtpgsmenc.c:
18385         Payloader now sets some default caps on the srcpad if caps on the sinkpad
18386         are never set. This is important for the g711 to work with burger's rtpbin
18387         element.
18388
18389 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
18390
18391         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
18392         (gst_speexenc_push_buffer):
18393         Add checks for return values from gst_pad_push and
18394         gst_pad_alloc_buffer.
18395
18396 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
18397
18398         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18399
18400         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
18401         (gst_matroska_demux_parse_info),
18402         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
18403         (gst_matroska_demux_parse_cluster):
18404         * gst/matroska/matroska-ids.h:
18405         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
18406         (gst_matroska_mux_init), (gst_matroska_mux_start),
18407         (gst_matroska_mux_create_buffer_header),
18408         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
18409         (gst_matroska_mux_get_property):
18410         * gst/matroska/matroska-mux.h:
18411           Add SimpleBlock support to matroska demuxer and muxer (part of
18412           Matroska v2). (#319731)
18413
18414 2005-10-28  Wim Taymans  <wim@fluendo.com>
18415
18416         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
18417         (gst_jpeg_dec_change_state):
18418         * ext/jpeg/gstjpegdec.h:
18419         Cleanups. Don't create caps for every chain.
18420
18421 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
18422
18423         * gst/law/alaw-encode.c: (gst_alawenc_init),
18424         (alawenc_setcaps), (gst_alawenc_chain)
18425         * gst/law/alaw-encode.h:
18426         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
18427         (mulawenc_setcaps), (gst_mulawenc_chain)
18428         * gst/law/mulaw-encode.h:
18429         Set timestamp on buffer and it allows RTP G711 elements
18430         work properly.
18431
18432 2005-10-27  Wim Taymans  <wim@fluendo.com>
18433
18434         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
18435         Set correct format on oss instead of a silly value. 
18436
18437 2005-10-27  Julien MOUTTE  <julien@moutte.net>
18438
18439         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
18440         (gst_video_box_transform_caps), (gst_video_box_set_caps),
18441         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
18442         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
18443         I420 rendering as well, doesn't bring much for my platform.
18444         Might help on some other platforms.
18445
18446 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
18447
18448         * gst/rtp/gstrtpgsmenc.c:
18449         * gst/rtp/gstrtpgsmparse.c:
18450         Declaring the padtemplate correctly.
18451
18452 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
18453
18454         * gst/rtp/gstrtpg711dec.c:
18455         * gst/rtp/gstrtpg711enc.c:
18456         * gst/rtp/gstrtpgsmenc.c:
18457         * gst/rtp/gstrtpgsmparse.c:
18458         Setting the proper copyright notice.
18459
18460 2005-10-26  Julien MOUTTE  <julien@moutte.net>
18461
18462         * gst/videobox/Makefile.am: Use liboil.
18463         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
18464         (gst_video_box_set_property), (gst_video_box_transform_caps),
18465         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
18466         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
18467         using liboil. Will dot the same to I420 border generation
18468         tomorrow.
18469
18470 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
18471
18472         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
18473         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
18474         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
18475         * gst/rtp/gstrtpg711dec.h:
18476         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
18477         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
18478         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
18479         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
18480         (gst_rtpgsmenc_handle_buffer):
18481         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
18482         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
18483         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
18484         * gst/rtp/gstrtpgsmparse.h:
18485         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
18486         inherits from the basertpdepayloader.
18487
18488 2005-10-26  Julien MOUTTE  <julien@moutte.net>
18489
18490         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
18491         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
18492         (gst_video_box_ayuv): Removing this forgotten debug.
18493
18494 2005-10-26  Julien MOUTTE  <julien@moutte.net>
18495
18496         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
18497         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
18498         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
18499
18500 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
18501
18502         * sys/oss/gstossaudio.c:
18503         * sys/oss/gstossdmabuffer.c:
18504         * sys/oss/gstosshelper.c:
18505         * sys/oss/gstossmixer.c:
18506         * sys/oss/gstossmixerelement.c:
18507         * sys/oss/gstossmixertrack.c:
18508         * sys/oss/gstosssink.c:
18509         * sys/oss/gstosssrc.c:
18510           Actually use the 'oss' debug category we register.
18511
18512 2005-10-26  Julien MOUTTE  <julien@moutte.net>
18513
18514         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
18515         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
18516         Use gst_pad_get_parent and drop the ref that was added through
18517         that call.
18518
18519 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
18520
18521         * gst/rtp/gstrtpgsmenc.c:
18522           Fix compilation
18523
18524 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
18525
18526         * gst/rtp/gstrtpg711dec.c
18527         Just removed a couple of lines of weird code used during
18528         development/test time.
18529
18530 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
18531
18532         * gst/rtp/Makefile.am
18533         * gst/rtp/gstrtp.c
18534         * gst/rtp/gstrtpg711enc.c
18535         * gst/rtp/gstrtpg711enc.h
18536         * gst/rtp/gstrtpg711dec.c
18537         * gst/rtp/gstrtpg711dec.h
18538         Created G711 payloader and depayloader (it supports mulaw and alaw
18539         (dec)encoders)
18540
18541 2005-10-25  Julien MOUTTE  <julien@moutte.net>
18542
18543         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
18544         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
18545         Doh ! I introduced wingo's bug again ! Sorry...
18546
18547 2005-10-25  Christian Schaller <christian@fluendo.com> 
18548
18549         * gst/rtp/Makefile.am: add missing header files for disting
18550
18551 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
18552
18553         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
18554         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
18555         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
18556         (gst_rtpgsmenc_handle_buffer):
18557         * gst/rtp/gstrtpgsmenc.h:
18558         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
18559         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
18560         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
18561         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
18562         * gst/rtp/gstrtpgsmparse.h:
18563         Getting the GSM (de)payloader working and compatible with our plans for RTP.
18564
18565 2005-10-25  Julien MOUTTE  <julien@moutte.net>
18566
18567         * ext/libpng/gstpngdec.c: (user_info_callback),
18568         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
18569         a newsegment event, move some redundant code in a single place.
18570
18571 2005-10-25  Julien MOUTTE  <julien@moutte.net>
18572
18573         * ext/libpng/gstpngdec.c: (user_info_callback),
18574         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
18575         hack to get correct colors order when we have a png image with
18576         alpha channel.
18577
18578 2005-10-24  Edward Hervey  <edward@fluendo.com>
18579
18580         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
18581         Call gst_element_no_more_pads when there will be no more pads.
18582
18583 2005-10-24  Wim Taymans  <wim@fluendo.com>
18584
18585         * gst/rtp/Makefile.am:
18586         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
18587         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
18588         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
18589         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
18590         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
18591         (gst_asteriskh263_plugin_init):
18592         * gst/rtp/gstasteriskh263.h:
18593         * gst/rtp/gstrtp.c: (plugin_init):
18594         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
18595         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
18596         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
18597         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
18598         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
18599         (gst_rtph263enc_plugin_init):
18600         * gst/rtp/gstrtph263enc.h:
18601         Added two new payloaders, an RFC 2190 payloader for h263 and
18602         a payload convertor for an asterisk server.
18603
18604 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
18605
18606         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
18607           Set bytes_per_sample correctly (is not always 4, but 
18608           depends on width and number of channels).
18609
18610 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
18611
18612         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
18613         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
18614         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
18615         (gst_flacenc_sink_event), (gst_flacenc_chain),
18616         (gst_flacenc_set_property), (gst_flacenc_get_property),
18617         (gst_flacenc_change_state):
18618         * ext/flac/gstflacenc.h:
18619           Fix seeking, so that flacenc can rewrite the header with the
18620           correct duration and amount of samples and all that at EOS;
18621           also set timestamps and granulepos on outgoing buffers; add
18622           debug category; fix state change function.
18623           
18624 2005-10-24  Julien MOUTTE  <julien@moutte.net>
18625
18626         * gst/videomixer/videomixer.c: Don't restrict video geometry
18627         from 16 to 4096.
18628
18629 2005-10-24  Julien MOUTTE  <julien@moutte.net>
18630
18631         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
18632         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
18633         Fix caps negotiation correctly, add debugging category.
18634
18635 2005-10-24  Christian Schaller  <christian@fluendo.com>
18636
18637         * configure.ac: Port over Thomas's change from base listing all plugins
18638
18639 2005-10-24  Julien MOUTTE  <julien@moutte.net>
18640
18641         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
18642         a sink pad.
18643
18644 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18645
18646         * configure.ac:
18647         * docs/upload.mak:
18648           back to HEAD
18649
18650 === release 0.9.4 ===
18651
18652 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18653
18654         * configure.ac:
18655           Releasing 0.9.4, "Dromiceiomimus"
18656
18657 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
18658
18659         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
18660         (gst_speexenc_src_query):
18661           Add position and duration query, fix query type function.
18662           
18663         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
18664         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
18665           Let's not set non-fixed caps on source pads.
18666
18667 2005-10-21  Wim Taymans  <wim@fluendo.com>
18668
18669         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
18670         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
18671         (gst_avi_demux_handle_seek):
18672         Set correct stream_time in newsegment event.
18673         avi can also handle a duration query now.
18674
18675 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
18676
18677         * gst/matroska/matroska-demux.c:
18678         (gst_matroska_demux_handle_src_query),
18679         (gst_matroska_demux_handle_seek_event),
18680         (gst_matroska_demux_loop_stream_parse_id):
18681           Fix duration query; fix basetime in newsegment event after
18682           seek; fix duration in initial newsegment event.
18683
18684         * gst/matroska/matroska-mux.c:
18685         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
18686           Extract number of channels and samplerate from vorbis headers;
18687           add some debug messages when querying the durations of the
18688           input streams.
18689
18690 2005-10-20  Wim Taymans  <wim@fluendo.com>
18691
18692         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
18693         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
18694         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
18695         Set stream time correctly in newsegment.
18696
18697 2005-10-20  Wim Taymans  <wim@fluendo.com>
18698
18699         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
18700         Correctly fill in the stream time.
18701
18702 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
18703
18704         * check/elements/level.c: (GST_START_TEST):
18705         * gst/level/gstlevel.c: (gst_level_message_new):
18706         * gst/level/level-example.c: (message_handler):
18707           use ELEMENT messages instead
18708
18709 2005-10-19  Wim Taymans  <wim@fluendo.com>
18710
18711         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
18712         (gst_dvdemux_src_query):
18713         * ext/flac/gstflacdec.c: (gst_flacdec_length),
18714         (gst_flacdec_src_query):
18715         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
18716         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
18717         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
18718         * gst/debug/gstnavseek.c: (gst_navseek_seek):
18719         * gst/debug/progressreport.c: (gst_progress_report_report):
18720         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
18721         * gst/matroska/matroska-demux.c:
18722         (gst_matroska_demux_handle_src_query):
18723         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
18724         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
18725         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
18726         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
18727         (gst_wavparse_srcpad_event):
18728         API change fix.
18729
18730 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
18731
18732         * gst/goom/filters.c:
18733         * gst/goom/graphic.h:
18734         * gst/goom/lines.c:
18735           Make inline functions either 'static inline' or 'extern inline',
18736           otherwise the Forte compiler apparently won't inline them (#317300).
18737
18738 2005-10-19  Julien MOUTTE  <julien@moutte.net>
18739
18740         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
18741         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
18742         (user_info_callback), (user_endrow_callback), (user_end_callback),
18743         (user_read_data), (gst_pngdec_caps_create_and_set),
18744         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
18745         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
18746         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
18747         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
18748         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
18749         very nice and handle push/pull based model. if you have filesrc
18750         connected to it, it will do random access to load the png file.
18751         If you have a network source that can't do _getrange, it does 
18752         progressive loading through the chain function.
18753         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
18754         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
18755         thanks to Master Wim Taymans ;-)
18756
18757 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
18758
18759         * gst/matroska/Makefile.am:
18760         * gst/matroska/ebml-read.c:
18761         * gst/matroska/ebml-read.h:
18762         * gst/matroska/matroska-demux.c:
18763         * gst/matroska/matroska-demux.h:
18764         * gst/matroska/matroska.c: (plugin_init):
18765           Ported matroska demuxer to 0.9.
18766
18767 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
18768
18769         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18770
18771         * gst/matroska/matroska-mux.c:
18772         (gst_matroska_mux_video_pad_setcaps),
18773         (gst_matroska_mux_audio_pad_setcaps):
18774           Fix mpeg4 input handling (#318847); also, while we're at it,
18775           fix media type for Motion-JPEG: should be image/jpeg.
18776
18777 2005-10-18  Wim Taymans  <wim@fluendo.com>
18778
18779         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
18780         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
18781         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
18782         Fix for segment-start/stop API change.
18783
18784 2005-10-17  Julien MOUTTE  <julien@moutte.net>
18785
18786         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
18787         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
18788         way.
18789
18790 2005-10-17  Julien MOUTTE  <julien@moutte.net>
18791
18792         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
18793         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
18794         output declared in transform_caps.
18795
18796 2005-10-17  Julien MOUTTE  <julien@moutte.net>
18797
18798         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
18799
18800 2005-10-17  Julien MOUTTE  <julien@moutte.net>
18801
18802         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
18803         (gst_video_box_get_unit_size): Fix wrong size calculations and
18804         implement get_unit_size correctly.
18805
18806 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
18807
18808         * configure.ac:
18809           Enable flx plugin.
18810
18811         * gst/flx/gstflxdec.c: (flx_decode_chunks):
18812           Fix gcc4 signedness issue.
18813
18814 2005-10-17  Julien MOUTTE  <julien@moutte.net>
18815
18816         * configure.ac: Adding videomixer.
18817         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
18818         (user_read_data), (gst_pngdec_chain): More debugging.
18819         * gst/alpha/Makefile.am: Adding alphacolor
18820         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
18821         (gst_alpha_color_class_init), (gst_alpha_color_init),
18822         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
18823         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
18824         (plugin_init): Ported to 0.9 using in place base tranform.
18825         * gst/videomixer/Makefile.am:
18826         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
18827         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
18828         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
18829         (gst_videomixer_pad_init), (gst_videomixer_class_init),
18830         (gst_videomixer_init), (gst_videomixer_getcaps),
18831         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
18832         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
18833         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
18834         to 0.9 using collectpads.
18835
18836 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
18837
18838         * configure.ac:
18839         * gst/flx/Makefile.am:
18840         * gst/flx/gstflxdec.c: (gst_flxdec_init),
18841         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
18842         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
18843         * gst/flx/gstflxdec.h:
18844         flx plugin ported to 0.9
18845
18846 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18847
18848         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
18849           use new gst_version_string()
18850
18851 2005-10-16  Andy Wingo  <wingo@pobox.com>
18852
18853         * configure.ac: GLIB_CHECK.
18854
18855 2005-10-15  Julien MOUTTE  <julien@moutte.net>
18856
18857         * ext/libpng/Makefile.am:
18858         * ext/libpng/gstpng.c: (plugin_init):
18859         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
18860         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
18861         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
18862
18863 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
18864
18865         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18866
18867         * configure.ac:
18868         * gst/matroska/Makefile.am:
18869         * gst/matroska/ebml-ids.h:
18870         * gst/matroska/ebml-write.c:
18871         * gst/matroska/ebml-write.h:
18872         * gst/matroska/matroska-ids.h:
18873         * gst/matroska/matroska-mux.c:
18874         * gst/matroska/matroska-mux.h:
18875         * gst/matroska/matroska.c: (plugin_init):
18876           Port matroska muxer to 0.9 (#318847).
18877
18878 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
18879
18880         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
18881         (comment_init), (comment_add):
18882           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
18883           use GST_READ_UINT32_LE() and friends rather than the private
18884           implementation of those same macros.
18885
18886 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
18887
18888         * examples/stats/mp2ogg.c:
18889           more typo fixes
18890
18891 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
18892
18893         * examples/indexing/indexmpeg.c: (main):
18894         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
18895         (gst_esdmon_close_audio), (gst_esdmon_change_state):
18896         * ext/esd/esdmon.h:
18897         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
18898         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
18899         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
18900         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
18901         * gst/avi/gstavimux.c: (gst_avimux_init):
18902         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
18903         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
18904         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
18905         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
18906         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
18907         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
18908         * gst/oldcore/gstmultifilesrc.h:
18909         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
18910         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
18911         (gst_pipefilter_change_state):
18912         * gst/oldcore/gstpipefilter.h:
18913         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
18914         * gst/videomixer/videomixer.c: (gst_videomixer_init):
18915         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
18916         * sys/osxaudio/gstosxaudiosink.h:
18917         * sys/osxaudio/gstosxaudiosrc.h:
18918           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
18919           moved bitshift from macro to enum definition
18920
18921 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
18922
18923         * ext/Makefile.am:
18924         * ext/cairo/Makefile.am:
18925         * ext/cairo/gstcairo.c: (plugin_init):
18926         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
18927         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
18928         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
18929         * ext/cairo/gsttimeoverlay.h:
18930           update of cairo-based timeoverlay to 1.0 Cairo API
18931           doesn't work yet for resizing of output sink
18932
18933 2005-10-11  Wim Taymans  <wim@fluendo.com>
18934
18935         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
18936         newsegment API fix.
18937
18938 2005-10-11  Wim Taymans  <wim@fluendo.com>
18939
18940         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
18941         (gst_dvdemux_demux_frame):
18942         * ext/flac/gstflacdec.c: (gst_flacdec_write):
18943         * gst/auparse/gstauparse.c: (gst_auparse_chain):
18944         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
18945         (gst_avi_demux_handle_seek):
18946         * gst/goom/gstgoom.c: (gst_goom_event):
18947         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
18948         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
18949         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
18950         (gst_wavparse_loop), (gst_wavparse_pad_convert),
18951         (gst_wavparse_srcpad_event):
18952         newsegment API update.
18953
18954 2005-10-11  Andy Wingo  <wingo@pobox.com>
18955
18956         * ext/speex/gstspeexenc.c: Signedness cleanups.
18957
18958 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
18959
18960         * PORTED_09:
18961         * ext/speex/Makefile.am:
18962         * ext/speex/gstspeex.c:
18963         * ext/speex/gstspeexenc.c:
18964         Speexenc ported to 0.9
18965
18966 2005-10-10  Wim Taymans  <wim@fluendo.com>
18967
18968         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
18969         (gst_oss_sink_init), (gst_oss_sink_set_property),
18970         (gst_oss_sink_get_property), (gst_oss_sink_open),
18971         (gst_oss_sink_prepare), (gst_oss_sink_reset):
18972         * sys/oss/gstosssink.h:
18973         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
18974         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
18975         (gst_oss_src_prepare):
18976         Cleanups, make device configurable in the sink, handle and report
18977         errors.
18978
18979 2005-10-10  Wim Taymans  <wim@fluendo.com>
18980
18981         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
18982         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
18983         Make sure element is NULL before removing from the bin.
18984
18985 2005-10-07  Andy Wingo  <wingo@pobox.com>
18986
18987         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
18988         block forever in a read().
18989         (gst_dv1394src_bus_reset): Post a message when the cable is
18990         unplugged.
18991         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
18992         (gst_dv1394src_bus_reset): Don't unref the message.
18993
18994         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
18995         hacking. The only change should be that the state change stuff was
18996         put into basesrc's start() and stop() routines, which coalesces
18997         some steps.
18998
18999 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
19000
19001         * configure.ac:
19002           Add check for mmap
19003           
19004         * gst/debug/Makefile.am:
19005           Only compile efence plugin on systems that have mmap.
19006
19007 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
19008
19009         * gst/debug/Makefile.am:
19010         * gst/debug/breakmydata.c:
19011         * gst/debug/gstdebug.c:
19012         * gst/debug/gstnavigationtest.c:
19013         * gst/debug/gstnavseek.c: 
19014         * gst/debug/gstnavseek.h:
19015         * gst/debug/progressreport.c: 
19016         * gst/debug/testplugin.c:
19017           Port progressreport, navseek, navigationtest, testsink and
19018           breakmydata.
19019
19020 2005-10-05  Edward Hervey  <edward@fluendo.com>
19021
19022         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
19023         (gst_dvdemux_src_query):
19024         Fixes for better conversion
19025
19026 2005-10-04  Michael Smith <msmith@fluendo.com>
19027
19028         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
19029         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
19030         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
19031         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
19032           Set state of elements to NULL before removing from bins.
19033           Set state of test element to NULL if we failed to move it to READY
19034
19035 2005-10-04  Edward Hervey  <edward@fluendo.com>
19036
19037         * ext/dv/Makefile.am:
19038         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
19039         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
19040         Corrected the query function for position so it doesn't forget what
19041         format was asked, and calls the conversion functions on the correct pad.
19042
19043 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
19044
19045         * configure.ac:
19046           back to development
19047
19048 === release 0.9.3 ===
19049
19050 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
19051
19052         * configure.ac:
19053           Releasing 0.9.3, "Aramis"
19054
19055 2005-10-03  Andy Wingo  <wingo@pobox.com>
19056
19057         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
19058         error returns.
19059
19060 2005-10-02  Andy Wingo  <wingo@pobox.com>
19061
19062         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
19063
19064         * ext/flac/gstflacenc.c: Ported to 0.9.
19065
19066         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
19067
19068         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
19069         and link to gsttagedit. Enable flacenc.
19070
19071         * ext/flac/gstflacdec.c: Re-enable tag reading.
19072
19073 2005-09-30  Wim Taymans  <wim@fluendo.com>
19074
19075         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
19076         * gst/rtp/gstrtpgsmparse.c:
19077         * gst/rtp/gstrtph263penc.c:
19078         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
19079         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
19080         (gst_rtpmp4venc_set_property):
19081         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
19082         Various class and caps fixes from Andre Magalhaes (andrunko)
19083
19084 2005-09-29  Wim Taymans  <wim@fluendo.com>
19085
19086         * gst/level/level-example.c: (main):
19087         Update for new bus API.
19088
19089 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
19090
19091         * configure.ac:
19092           Fix unexpanded autoconf macro GST_DOC, which has been renamed
19093           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
19094
19095 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
19096
19097         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
19098           Fix playback of mono streams (bytes_per_sample should be set
19099           from the sample width and the number of channels negotiated,
19100           and not just be set to 4) (#317338)
19101
19102 2005-09-26  Wim Taymans  <wim@fluendo.com>
19103
19104         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
19105         (gst_rtpmpaenc_handle_buffer):
19106         Set buffer duration correctly.
19107
19108 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
19109
19110         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
19111         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
19112         (gst_avi_demux_change_state):
19113           Don't crash when encountering a stream with an unknown fourcc or
19114           codec id. Instead, create a pad of type video/x-avi-unknown or
19115           audio/x-avi-unknown, which as a side-effect also results in less
19116           confusing error messages in players ('no decoder' vs. 'no streams');
19117           minor fixes to state change function and class_init function.
19118
19119 2005-09-24  Wim Taymans  <wim@fluendo.com>
19120
19121         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
19122         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
19123         These are sinks.
19124
19125 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
19126
19127         * check/elements/level.c: (GST_START_TEST):
19128           fix test for new GstClockTime use
19129         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
19130         (gst_level_transform_ip):
19131         * gst/level/gstlevel.h:
19132           fix up the decay peak, ensuring the decay peak is never lower
19133           than the peak for that interval
19134
19135 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19136
19137         * docs/plugins/gst-plugins-good-plugins.args:
19138         * docs/plugins/inspect/plugin-alpha.xml:
19139         * docs/plugins/inspect/plugin-rtp.xml:
19140         * gst/level/gstlevel.c: (gst_level_set_caps),
19141         (gst_level_transform_ip):
19142           updating docs
19143
19144 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19145
19146         * Makefile.am:
19147         * check/elements/level.c: (GST_START_TEST):
19148         * gst/level/Makefile.am:
19149         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
19150         (gst_level_set_property), (gst_level_get_property),
19151         (gst_level_set_caps), (gst_level_message_new),
19152         (gst_level_transform_ip):
19153         * gst/level/gstlevel.h:
19154         * gst/level/level-example.c: (message_handler), (main):
19155           convert to using GstClockTime for all time values, finally.
19156
19157 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19158
19159         * gst/auparse/Makefile.am:
19160         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19161           fix up build
19162         * configure.ac:
19163         * ext/cairo/Makefile.am:
19164         * ext/dv/Makefile.am:
19165         * ext/esd/Makefile.am:
19166         * ext/flac/Makefile.am:
19167         * ext/gconf/Makefile.am:
19168         * ext/gdk_pixbuf/Makefile.am:
19169         * ext/jpeg/Makefile.am:
19170         * ext/ladspa/Makefile.am:
19171         * ext/libcaca/Makefile.am:
19172         * ext/libmng/Makefile.am:
19173         * ext/libpng/Makefile.am:
19174         * ext/mikmod/Makefile.am:
19175         * ext/pango/Makefile.am:
19176         * ext/raw1394/Makefile.am:
19177         * ext/shout2/Makefile.am:
19178         * ext/speex/Makefile.am:
19179         * gst/alpha/Makefile.am:
19180         * gst/autodetect/Makefile.am:
19181         * gst/avi/Makefile.am:
19182         * gst/cutter/Makefile.am:
19183         * gst/debug/Makefile.am:
19184         * gst/effectv/Makefile.am:
19185         * gst/flx/Makefile.am:
19186         * gst/goom/Makefile.am:
19187         * gst/interleave/Makefile.am:
19188         * gst/law/Makefile.am:
19189         * gst/matroska/Makefile.am:
19190         * gst/median/Makefile.am:
19191         * gst/monoscope/Makefile.am:
19192         * gst/multipart/Makefile.am:
19193         * gst/oldcore/Makefile.am:
19194         * gst/rtp/Makefile.am:
19195         * gst/rtsp/Makefile.am:
19196         * gst/smoothwave/Makefile.am:
19197         * gst/smpte/Makefile.am:
19198         * gst/videobox/Makefile.am:
19199         * gst/videofilter/Makefile.am:
19200         * gst/videomixer/Makefile.am:
19201         * gst/wavenc/Makefile.am:
19202         * gst/wavparse/Makefile.am:
19203         * sys/oss/Makefile.am:
19204         * sys/osxaudio/Makefile.am:
19205         * sys/osxvideo/Makefile.am:
19206           fix up GST_LIBS use
19207
19208 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19209
19210         * gst/auparse/Makefile.am:
19211         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19212           fix build of auparse
19213
19214 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
19215
19216         * configure.ac:
19217         * PORTED_09:
19218         * gst/auparse/gstauparse.c:
19219         * gst/auparse/gstauparse.h:
19220         Auparse ported to 0.9.
19221
19222 2005-09-22  Wim Taymans  <wim@fluendo.com>
19223
19224         * gst/rtp/TODO:
19225         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
19226         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
19227         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
19228         (gst_rtpmp4venc_set_property):
19229         * gst/rtp/gstrtpmp4venc.h:
19230         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
19231         * gst/rtp/gstrtpmpaenc.h:
19232         Use is_filled to both check MTU and max-ptime of base class.
19233
19234 2005-09-22  Wim Taymans  <wim@fluendo.com>
19235
19236         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
19237         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
19238         (gst_rtpmp4venc_set_property):
19239         Don't fragment packets with multiple frames.
19240
19241 2005-09-22  Wim Taymans  <wim@fluendo.com>
19242
19243         * gst/rtp/TODO:
19244         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
19245         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
19246         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
19247         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
19248         (gst_rtpmp4venc_get_property):
19249         * gst/rtp/gstrtpmp4venc.h:
19250         Remove g_print.
19251         Update TODO
19252         Make payload encoder a bit smarter and more correct with
19253         timestamps.
19254         Added option in payloader to include config string in-band.
19255
19256 2005-09-21  Wim Taymans  <wim@fluendo.com>
19257
19258         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
19259         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
19260         (gst_rtspsrc_send):
19261         Strip spaces for key/value pairs.
19262
19263 2005-09-21  Wim Taymans  <wim@fluendo.com>
19264
19265         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
19266         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
19267         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
19268         (gst_rtspsrc_change_state):
19269         More SDP parsing and caps setting.
19270         Do NO_PREROLL differently.
19271         add pads only after negotiated.
19272
19273         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
19274         (gst_udpsrc_getcaps):
19275         Implement the getcaps function.
19276
19277 2005-09-21  Wim Taymans  <wim@fluendo.com>
19278
19279         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
19280         (gst_rtpamrdec_chain):
19281         Handle multiple AMr packets per payload. Handle CRC and
19282         parse ILL/ILP.
19283
19284         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
19285         Make caps params strings for easy SDP mapping.
19286         
19287         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
19288         Handle capsnego better.
19289
19290         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
19291         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
19292         Generate and parse config string in the caps.
19293
19294 2005-09-21  Wim Taymans  <wim@fluendo.com>
19295
19296         * gst/rtp/README:
19297         Update README
19298
19299         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
19300         Make extra params as strings.
19301
19302         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
19303         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
19304         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
19305         Make state change return NO_PREROLL as this is a live
19306         source.
19307
19308         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
19309         Don't unref old caps when NULL.
19310
19311 2005-09-20  Wim Taymans  <wim@fluendo.com>
19312
19313         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
19314         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
19315         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
19316         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
19317         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
19318         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
19319         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
19320         * gst/rtsp/sdpmessage.h:
19321         Add URI handler.
19322         Parse SDP and create caps.
19323
19324 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
19325
19326         * gst/alpha/gstalpha.c:
19327           fix element description
19328
19329 2005-09-19  Wim Taymans  <wim@fluendo.com>
19330
19331         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
19332         Don't check payload for now.
19333
19334 2005-09-19  Wim Taymans  <wim@fluendo.com>
19335
19336         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
19337         (gst_wavparse_init), (gst_wavparse_parse_file_header),
19338         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
19339         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
19340         (gst_wavparse_loop), (gst_wavparse_pad_convert),
19341         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
19342         (gst_wavparse_change_state):
19343         * gst/wavparse/gstwavparse.h:
19344         Fix wavparse some more.
19345
19346 2005-09-19  Wim Taymans  <wim@fluendo.com>
19347
19348         * check/elements/level.c: (GST_START_TEST):
19349         Fix for bus API change.
19350
19351 2005-09-19  Wim Taymans  <wim@fluendo.com>
19352
19353         * gst/level/level-example.c: (main):
19354         Fix for new bus API.
19355
19356         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
19357         Set caps on pads.
19358
19359 2005-09-15  Wim Taymans  <wim@fluendo.com>
19360
19361         * gst/rtp/Makefile.am:
19362         * gst/rtp/README:
19363         * gst/rtp/gstrtp.c: (plugin_init):
19364         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
19365         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
19366         (gst_rtpamrdec_change_state):
19367         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
19368         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
19369         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
19370         * gst/rtp/gstrtpamrenc.h:
19371         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
19372         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
19373         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
19374         * gst/rtp/gstrtpgsmenc.h:
19375         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
19376         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
19377         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
19378         (gst_rtpgsmparse_change_state):
19379         * gst/rtp/gstrtpgsmparse.h:
19380         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
19381         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
19382         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
19383         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
19384         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
19385         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
19386         * gst/rtp/gstrtph263penc.h:
19387         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
19388         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
19389         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
19390         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
19391         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
19392         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
19393         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
19394         * gst/rtp/gstrtpmp4venc.h:
19395         * gst/rtp/gstrtpmpadec.c:
19396         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
19397         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
19398         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
19399         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
19400         * gst/rtp/gstrtpmpaenc.h:
19401         Updates to payloader/depayloaders, make payloaders use
19402         the base classes.
19403         Updated README with suggested RTP caps and how to convert
19404         to/from SDP.
19405         Added config descriptor in mp4v payloader.
19406
19407 2005-09-15  Andy Wingo  <wingo@pobox.com>
19408
19409         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
19410         * gst/autodetect/gstautovideosink.c
19411         (gst_auto_video_sink_find_best): Update for new registry API.
19412
19413 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19414
19415         * common/c-to-xml.py:
19416         * common/gtk-doc-plugins.mak:
19417           a simple py script to generate valid xml from a C example
19418           probably also need to strip an MIT license when we decide
19419         * docs/plugins/Makefile.am:
19420         * gst/level/Makefile.am:
19421         * gst/level/gstlevel.c: (gst_level_init):
19422         * gst/level/level-example.c: (message_handler), (main):
19423           add an example to level that will show up in the docs
19424         * gst/rtp/TODO:
19425           add a note for the future
19426
19427 2005-09-14  Michael Smith <msmith@fluendo.com>
19428
19429         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
19430           Actually define the debug object being used in wavenc. Fixes #316205
19431
19432 2005-09-14  Michael Smith <msmith@fluendo.com>
19433
19434         * gst/smpte/Makefile.am:
19435           Link against GST_BASE_LIBS, to get it linked against libgstbase;
19436           needed to build on windows (bug 316204)
19437
19438 2005-09-12  Andy Wingo  <wingo@pobox.com>
19439
19440         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
19441
19442 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
19443
19444         * configure.ac:
19445         * gst/fdsrc/Makefile.am:
19446         * gst/fdsrc/gstfdsrc.c:
19447         * gst/fdsrc/gstfdsrc.h:
19448           Move fdsrc back into gstreamer core elements.
19449
19450         * gst/level/gstlevel.c: (gst_level_class_init),
19451         (gst_level_transform_ip):
19452         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
19453           Basetransform changes.
19454
19455 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19456
19457         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
19458         * ext/jpeg/smokecodec.c: (find_best_size):
19459           fix compiler warnings
19460
19461 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19462
19463         * gst-plugins-good.spec.in:
19464           spec file fixes
19465         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
19466         (gst_multiudpsink_render), (gst_multiudpsink_add),
19467         (gst_multiudpsink_clear):
19468           it actually helps to actually stream if we hook up the
19469           "add" signal to an actual implementation
19470         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
19471           some debugging
19472
19473 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
19474
19475         * ext/jpeg/Makefile.am:
19476         * ext/jpeg/gstjpeg.c
19477         * ext/jpeg/gstjpegenc.c:
19478         * ext/jpeg/gstsmokeenc.c:
19479
19480 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
19481
19482         * ext/flac/gstflacdec.c:
19483         * ext/flac/gstflacenc.c:
19484         * ext/flac/gstflactag.c:
19485         * ext/speex/gstspeexenc.c:
19486           gsttaginterface.h -> gsttagsetter.h
19487
19488 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
19489
19490         * configure.ac:
19491         * gst/debug/Makefile.am:
19492         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
19493         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
19494         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
19495         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
19496         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
19497           Port to 0.9 and re-enable efence plugin.
19498
19499 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
19500
19501         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
19502         (gst_flacdec_write), (gst_flacdec_convert_src):
19503         * ext/flac/gstflacdec.h:
19504           Add support for flac files with 24/32 bits per sample; and misc.
19505           minor clean-ups. Seeking is still partly broken (for me at least).
19506
19507 2005-09-06  Wim Taymans  <wim@fluendo.com>
19508
19509         * gst/rtp/Makefile.am:
19510         * gst/rtp/gstrtp.c: (plugin_init):
19511         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
19512         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
19513         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
19514         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
19515         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
19516         (gst_rtpmp4vdec_plugin_init):
19517         * gst/rtp/gstrtpmp4vdec.h:
19518         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
19519         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
19520         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
19521         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
19522         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
19523         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
19524         * gst/rtp/gstrtpmp4venc.h:
19525         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
19526         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
19527         Added mpeg4 video payload encoder/decoder.
19528         Added some docs in mpa payloader.
19529
19530 === release 0.9.1 ===
19531
19532 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19533
19534         * NEWS:
19535         * README:
19536         * RELEASE:
19537         * autogen.sh:
19538         * configure.ac:
19539           releasing 0.9.1, "Blondie"
19540
19541 2005-09-05  Andy Wingo  <wingo@pobox.com>
19542
19543         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
19544         here from the state change handler, so we fire signals without
19545         holding the state lock.
19546
19547 2005-09-02  Andy Wingo  <wingo@pobox.com>
19548
19549         * All plugins updated for element state changes.
19550
19551 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19552
19553         * Makefile.am:
19554         * check/.cvsignore:
19555         * check/Makefile.am:
19556         * check/elements/.cvsignore:
19557         * check/elements/level.c: (setup_level), (cleanup_level),
19558         (GST_START_TEST), (level_suite), (main):
19559           add a test for level
19560         * common/release.mak:
19561           move the enum checking to release.mak
19562         * configure.ac:
19563           add valgrind and check checking
19564         * gst/level/gstlevel.c: (gst_level_transform):
19565         * gst/level/gstlevel.h:
19566           fix Andy's cast bug
19567           convert a field to int
19568           fix the arithmetic to int when checking for emit so that a
19569           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
19570
19571 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19572
19573         * Makefile.am:
19574         * configure.ac:
19575           add docs to build
19576         * common/plugins.xsl:
19577           wrap Description into a refsect2
19578         * docs/Makefile.am:
19579         * docs/plugins/Makefile.am:
19580         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19581         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19582         * gst/goom/Makefile.am:
19583         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
19584         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
19585         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
19586         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
19587         (gst_goom_change_state):
19588         * gst/goom/gstgoom.h:
19589           GstGOOM -> GstGoom
19590           add an example launch line
19591         * gst/level/gstlevel.h:
19592         * gst/monoscope/gstmonoscope.c:
19593           cleanups
19594
19595 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19596
19597         * configure.ac:
19598         * docs/plugins/Makefile.am:
19599         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19600         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19601         * docs/plugins/gst-plugins-good-plugins.types:
19602           document elements and plugins.  Shazam !
19603
19604 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19605
19606         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
19607           be found under doc/random/ChangeLog-0.8