ext/apexsink/gstapexsink.c: Fix some more format string compiler warnings (from OS/X)
[platform/upstream/gstreamer.git] / ChangeLog
1 2008-10-14  Jan Schmidt  <jan.schmidt@sun.com>
2
3         * ext/apexsink/gstapexsink.c:
4         Fix some more format string compiler warnings (from OS/X)
5
6 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
7
8         * ext/apexsink/gstapexraop.c: (gst_apexraop_connect),
9         (gst_apexraop_set_volume):
10         Fix format string compiler warnings.
11
12 2008-10-12  Jan Schmidt  <jan.schmidt@sun.com>
13
14         * sys/oss4/oss4-mixer.c:
15         * sys/oss4/oss4-sink.c:
16         * sys/oss4/oss4-source.c:
17         Add some spaces in translateable strings.
18         Fixes: #555969 #555968 #555965
19
20 2008-10-12  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
21
22         * gst/flv/gstflvdemux.c: (gst_flv_demux_pull_tag),
23         (gst_flv_demux_pull_header):
24         Fix regression of handling flow returns in pull mode.
25         Fixes bug #556003.
26
27 2008-10-12  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
28
29         * ext/Makefile.am:
30         Add apexsink to SUBDIRS. Fixes bug #555912.
31
32 2008-10-11  Jan Schmidt  <jan.schmidt@sun.com>
33
34         * tests/check/pipelines/metadata.c:
35         Make the metadata test not fail when jpegenc isn't available....
36         as it isn't here, because it's not in this module, and
37         therefore not in the plugin path when the check runs.
38
39 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
40
41         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
42         (gst_flv_parse_tag_video):
43         Use gst_pad_alloc_buffer_and_set_caps() to make sure we get
44         a buffer with caps that we can work with (i.e. the pad's caps).
45
46         Add non-keyframe video frames to the index too but without the
47         keyframe flag.
48
49         Add audio frames to the index only if we have no video stream.
50
51 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
52
53         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
54         (gst_flv_parse_tag_video):
55         Create pads from the pad templates, use fixed caps on them
56         and only activate them after the caps are set.
57
58 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
59
60         * configure.ac:
61         Disable flacparse for this release as it's too buggy.
62
63 2008-10-10  Jan Schmidt  <jan.schmidt@sun.com>
64
65         * gst/flacparse/gstbaseparse.c (gst_base_parse_push_buffer),
66         (gst_base_parse_update_upstream_durations):
67         Fix compiler warning on OS/X about parameters not matching
68         the debug format string.
69
70 2008-10-09  Sebastian Dröge  <slomo@circular-chaos.org>
71
72         * gst/deinterlace2/tvtime/tomsmocomp.c:
73         (gst_deinterlace_method_tomsmocomp_class_init):
74         Fix unused variable compiler warning when not building
75         X86 assembly.
76
77 2008-10-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
78
79         * gst/flv/gstflvdemux.c: (gst_flv_demux_loop):
80         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_timestamp):
81         * gst/flv/gstflvparse.h:
82         Get an approximate duration of the file by looking at the timestamp
83         of the last tag in pull mode. If we get (maybe better) duration from
84         metadata later we'll use that instead.
85
86 2008-10-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
87
88         * gst/flv/gstflvdemux.c: (gst_flv_demux_pull_range),
89         (gst_flv_demux_pull_tag), (gst_flv_demux_pull_header):
90         Refactor _pull_range() logic with checks into a seperate function
91         to make things a bit more readable.
92
93 2008-10-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
94
95         * gst/flv/gstflvdemux.c: (gst_flv_demux_chain),
96         (gst_flv_demux_base_init):
97         Use gst_element_class_set_details_simple().
98
99         If we get GST_FLOW_NOT_LINKED in the parse loop but at least
100         one of the pads is linked continue the loop.
101
102 2008-10-09  Stefan Kost  <ensonic@users.sf.net>
103
104         * ext/amrwb/gstamrwbenc.c:
105         * ext/amrwb/gstamrwbenc.h:
106           Pass the discont flag from the input buffer on to the output buffer in
107           the AMR encoder.
108
109 2008-10-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
110
111         * gst/flv/gstflvparse.c: (gst_flv_parse_audio_negotiate),
112         (gst_flv_parse_tag_audio), (gst_flv_parse_video_negotiate):
113         Correct caps for video codec id 5: It's On2 VP6 with alpha channel
114         which needs a different decoder and has different caps.
115
116         Add support for audio codec id 14, which is MP3 with 8kHz sampling
117         rate.
118
119         Fix endianness and signedness for raw audio codec ids.
120
121         Add support for alaw and mulaw audio.
122
123 2008-10-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
124
125         * gst/flv/gstflvdemux.c: (gst_flv_demux_chain):
126         Go out of the parse loop as soon as we get an error instead
127         of parsing until the GstAdapter is empty.
128
129         Add some explanations about the header and tag size.
130
131         Don't print synchronizing message if everything is fine.
132
133 2008-10-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
134
135         * gst/flv/Makefile.am:
136         * gst/flv/gstflvdemux.c: (plugin_init):
137         * gst/flv/gstflvmux.c: (gst_flv_mux_base_init),
138         (gst_flv_mux_class_init), (gst_flv_mux_init),
139         (gst_flv_mux_finalize), (gst_flv_mux_reset),
140         (gst_flv_mux_handle_src_event), (gst_flv_mux_handle_sink_event),
141         (gst_flv_mux_video_pad_setcaps), (gst_flv_mux_audio_pad_setcaps),
142         (gst_flv_mux_request_new_pad), (gst_flv_mux_release_pad),
143         (gst_flv_mux_write_header), (gst_flv_mux_write_buffer),
144         (gst_flv_mux_collected), (gst_flv_mux_change_state):
145         * gst/flv/gstflvmux.h:
146         Add first version of a FLV muxer. The only missing feature is writing
147         of stream metadata.
148
149 2008-10-09  Stefan Kost  <ensonic@users.sf.net>
150
151         * ext/amrwb/gstamrwbparse.c:
152         * ext/amrwb/gstamrwbparse.h:
153           Add flush seek handler. Taken from recent armnbparse changes.
154           Sync the code more and use #defines for HEADER.
155
156 2008-10-09  Stefan Kost  <ensonic@users.sf.net>
157
158         * ext/amrwb/gstamrwbparse.c:
159         * ext/amrwb/gstamrwbparse.h:
160           Fix the duration query. Also set caps on the pads and buffers more
161           correctly. Taken from recent armnbparse changes.
162
163 2008-10-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
164
165         * gst/mpegdemux/gstmpegdemux.c:
166         * gst/mpegdemux/gstmpegtsdemux.c:
167         Add Fluendo to the Long Name.
168
169 2008-10-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
170
171         * configure.ac:
172         * gst-plugins-bad.spec.in:
173         * gst/mpegdemux/Makefile.am:
174         * gst/mpegdemux/flumpegdemux.c:
175         * gst/mpegdemux/gstmpegdesc.c:
176         * gst/mpegdemux/gstmpegdesc.h:
177         * gst/mpegdemux/mpegtspacketizer.c:
178         * gst/mpegdemux/mpegtspacketizer.h:
179         * gst/mpegdemux/mpegtsparse.c:
180         * gst/mpegdemux/mpegtsparse.h:
181         Move of mpegtsparse to mpegdemux.
182         Fixes #555193.
183
184 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
185
186         * gst/mpegdemux/gstmpegdemux.c: (gst_flups_demux_send_data),
187         (gst_flups_demux_parse_pack_start):
188         Prevent a division by zero if last mux rate was zero.
189
190         If we're going to send a NEWSEGMENT event but the segment start
191         and the current buffer timestamp differ by more than a second we
192         will start the NEWSEGMENT at the buffer timestamp.
193
194         This fixes playback of the tv2-1_25.mpg file, which has 0 as first SCR
195         but the first PTS are around 1 hour and 40 minutes.
196
197         Fixes bug #553755.
198
199 2008-10-07  Jan Schmidt  <jan.schmidt@sun.com>
200
201         * ext/resindvd/resindvdsrc.c:
202         Fix next/prev chapter seeking at the beginning or end.
203         Use 64-bit scaling utility functions for converting MPEG
204         timestamps.
205
206 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
207
208         Patch by: Håvard Graff <havard dot graff at tandberg dot com>
209
210         * gst/rtpmanager/gstrtpbin-marshal.list:
211         Add marshaller for new action signal.
212
213         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_get_internal_session),
214         (gst_rtp_bin_class_init):
215         * gst/rtpmanager/gstrtpbin.h:
216         Add action signal to retrieve the internal RTPSession object.
217
218         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
219         (gst_rtp_session_get_property), (gst_rtp_session_release_pad):
220         Add property to access the internal RTPSession object.
221
222         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
223         (check_collision):
224         * gst/rtpmanager/rtpsession.h:
225         Add action signal to retrieve an RTPSource object by SSRC. 
226         See #555396.
227
228 2008-10-07  Stefan Kost  <ensonic@users.sf.net>
229
230         * gst/selector/gstoutputselector.c:
231           Choose right pad for sending events. Fixes #555244
232
233 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
234
235         * gst/rtpmanager/gstrtpbin.c: (find_session_by_pad),
236         (free_session), (gst_rtp_bin_dispose), (remove_recv_rtp),
237         (remove_recv_rtcp), (remove_send_rtp), (remove_rtcp),
238         (gst_rtp_bin_release_pad):
239         Release pads of the session manager.
240         Start implementing releasing pads of gstrtpbin.
241
242         * gst/rtpmanager/gstrtpsession.c: (remove_recv_rtp_sink),
243         (remove_recv_rtcp_sink), (remove_send_rtp_sink),
244         (remove_send_rtcp_src), (gst_rtp_session_release_pad):
245         Implement releasing pads in gstrtpsession.
246
247 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
248
249         * gst/rtpmanager/gstrtpjitterbuffer.c:
250         (gst_jitter_buffer_sink_parse_caps):
251         Only update the seqnum-base when it was not already configured for the
252         streams.
253
254 2008-10-06  Stefan Kost  <ensonic@users.sf.net>
255
256         * configure.ac
257         * ext/metadata/README:
258         * ext/metadata/metadataexif.c:
259         * ext/metadata/metadatatags.c:
260         * ext/metadata/metadatatags.h:
261           Start using core geo tags (bump req). Fix handling of location
262           references.
263
264         * tests/check/Makefile.am:
265           Sort blacklisted elements and remove moved ones. Add new test.
266
267         * tests/check/pipelines/metadata.c:
268           Add first tests for metadata element.
269
270         * tests/icles/metadata_editor.c:
271           Move free to correct place.
272
273 2008-10-06  Stefan Kost  <ensonic@users.sf.net>
274
275         * tests/check/generic/states.c:
276           Stop test on state-change error. Should be applied on other modules if
277           we agree that it makes sense.
278
279 2008-10-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
280
281         * gst/mpegtsparse/mpegtsparse.c:
282         Actually copy the structure passed in when assigning it because
283         it gets freed straight after the function call.
284         Re: pat_info and pmt_info GstStructures.
285
286 2008-10-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
287
288         Patch by: Josep Torra
289
290         * gst/mpegdemux/gstmpegtsdemux.c:
291         Fix wrong firing of critical introduced by previous optimisation.
292
293 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
294
295         * ext/faac/gstfaac.c: (gst_faac_configure_source_pad):
296         Warn and clamp to max bitrate for samplerate.
297         Fixes #550486.
298
299 2008-10-03  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
300
301         * gst/mpegtsparse/mpegtsparse.c:
302         Fix possible crash where pat is pointing to a freed structure.
303
304 2008-10-03  Stefan Kost  <ensonic@users.sf.net>
305
306         * ext/metadata/README:
307         * ext/metadata/metadataexif.c:
308         * ext/metadata/metadatatags.c:
309         * ext/metadata/metadatatags.h:
310           Use core gps tags.
311
312 2008-10-03  Stefan Kost  <ensonic@users.sf.net>
313
314         * ext/metadata/metadata_mapping.htm:
315         * ext/metadata/metadataxmp.c:
316         * ext/metadata/Makefile.am:
317           Add mapping of format and mime type to xmp.
318
319 2008-10-02  Stefan Kost  <ensonic@users.sf.net>
320
321         * ext/metadata/README:
322         * ext/metadata/metadataexif.c:
323         * ext/metadata/metadatatags.c:
324         * ext/metadata/metadatatags.h:
325           Reverting. Will need to wait for core 0.10.21 release.
326
327 2008-10-02  Stefan Kost  <ensonic@users.sf.net>
328
329         * ext/metadata/README:
330         * ext/metadata/metadataexif.c:
331         * ext/metadata/metadatatags.c:
332         * ext/metadata/metadatatags.h:
333           Use core gps tags.
334
335 2008-09-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
336
337         * gst/flacparse/gstbaseparse.c: (gst_base_parse_finalize),
338         (gst_base_parse_class_init), (gst_base_parse_push_buffer),
339         (gst_base_parse_change_state), (gst_base_parse_set_index),
340         (gst_base_parse_get_index):
341         Add support for GstIndex.
342
343 2008-09-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
344
345         * gst/flacparse/gstbaseparse.c: (gst_base_parse_class_init),
346         (gst_base_parse_push_buffer),
347         (gst_base_parse_update_upstream_durations),
348         (gst_base_parse_convert), (gst_base_parse_frame_in_segment):
349         * gst/flacparse/gstbaseparse.h:
350         Provide a vfunc for the subclass to decide whether a frame is inside
351         the segment or not and add a default implementation.
352
353         Fix approximate bitrate calculations.
354
355 2008-09-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
356
357         * gst/flacparse/gstbaseparse.c: (gst_base_parse_class_init),
358         (gst_base_parse_init), (gst_base_parse_push_buffer),
359         (gst_base_parse_update_upstream_durations), (gst_base_parse_chain),
360         (gst_base_parse_loop), (gst_base_parse_activate),
361         (gst_base_parse_convert), (gst_base_parse_query):
362         Approximate the average bitrate, duration and size if possible
363         and add a default conversion function which uses this for
364         time<->byte conversions.
365
366         * gst/flacparse/gstflacparse.c: (gst_flac_parse_get_frame_size):
367         Fix parsing if upstream gives -1 as duration.
368
369 2008-09-30  Wim Taymans  <wim.taymans@collabora.co.uk>
370
371         * gst/rtpmanager/rtpsession.c: (on_new_ssrc), (on_ssrc_collision),
372         (on_ssrc_validated), (on_ssrc_active), (on_ssrc_sdes),
373         (on_bye_ssrc), (on_bye_timeout), (on_timeout), (on_sender_timeout):
374         Ref the rtpsource object before we release the session lock when we emit
375         the signals.
376
377 2008-09-30  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
378
379         * sys/Makefile.am:
380         * sys/wasapi/Makefile.am:
381         * sys/wasapi/gstwasapi.c:
382         * sys/wasapi/gstwasapisink.c:
383         * sys/wasapi/gstwasapisink.h:
384         * sys/wasapi/gstwasapisrc.c:
385         * sys/wasapi/gstwasapisrc.h:
386         * sys/wasapi/gstwasapiutil.c:
387         * sys/wasapi/gstwasapiutil.h:
388         New plugin for audio capture and playback using Windows Audio Session
389         API (WASAPI) available with Vista and newer (#520901).
390
391         Comes with hardcoded caps and obviously needs lots of love. Haven't
392         had time to work on this code since it was written, was initially just
393         a quick experiment to play around with this new API.
394
395 2008-09-30  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
396
397         * sys/dshowdecwrapper/gstdshowaudiodec.cpp
398           (AudioFakeSink.DoRenderSample):
399         Fix a couple of signed/unsigned comparison warnings.
400
401 2008-09-30  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
402
403         * sys/dshowdecwrapper/gstdshowaudiodec.h (AudioFakeSink.AudioFakeSink):
404         * sys/dshowdecwrapper/gstdshowvideodec.h (VideoFakeSink.VideoFakeSink):
405         Use the _T() macro to support both Unicode and MBCS.
406
407 2008-09-30  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
408
409         * ext/libmms/gstmms.c (plugin_init):
410         Fix return type of the GstURIHandler::get_type() implementation.
411
412 2008-09-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
413
414         * configure.ac:
415         * gst/flacparse/Makefile.am:
416         * gst/flacparse/gstbaseparse.c: (gst_base_parse_get_type),
417         (gst_base_parse_base_init), (gst_base_parse_base_finalize),
418         (gst_base_parse_finalize), (gst_base_parse_class_init),
419         (gst_base_parse_init), (gst_base_parse_check_frame),
420         (gst_base_parse_parse_frame), (gst_base_parse_bytepos_to_time),
421         (gst_base_parse_sink_event), (gst_base_parse_sink_eventfunc),
422         (gst_base_parse_src_event), (gst_base_parse_src_eventfunc),
423         (gst_base_parse_is_seekable), (gst_base_parse_push_buffer),
424         (gst_base_parse_handle_and_push_buffer), (gst_base_parse_drain),
425         (gst_base_parse_chain), (gst_base_parse_pull_range),
426         (gst_base_parse_loop), (gst_base_parse_sink_activate),
427         (gst_base_parse_activate), (gst_base_parse_sink_activate_push),
428         (gst_base_parse_sink_activate_pull), (gst_base_parse_set_duration),
429         (gst_base_parse_set_min_frame_size),
430         (gst_base_parse_get_querytypes), (gst_base_parse_query),
431         (gst_base_parse_handle_seek), (gst_base_parse_sink_setcaps):
432         * gst/flacparse/gstbaseparse.h:
433         * gst/flacparse/gstbitreader.c: (gst_bit_reader_new),
434         (gst_bit_reader_new_from_buffer), (gst_bit_reader_free),
435         (gst_bit_reader_init), (gst_bit_reader_init_from_buffer),
436         (gst_bit_reader_set_pos), (gst_bit_reader_get_pos),
437         (gst_bit_reader_get_remaining), (gst_bit_reader_skip),
438         (gst_bit_reader_skip_to_byte):
439         * gst/flacparse/gstbitreader.h:
440         * gst/flacparse/gstbytereader.c: (GDOUBLE_SWAP_LE_BE),
441         (GFLOAT_SWAP_LE_BE), (gst_byte_reader_new),
442         (gst_byte_reader_new_from_buffer), (gst_byte_reader_free),
443         (gst_byte_reader_init), (gst_byte_reader_init_from_buffer),
444         (gst_byte_reader_set_pos), (gst_byte_reader_get_pos),
445         (gst_byte_reader_get_remaining), (gst_byte_reader_skip),
446         (gst_byte_reader_get_uint8), (gst_byte_reader_get_int8),
447         (gst_byte_reader_peek_uint8), (gst_byte_reader_peek_int8),
448         (gst_byte_reader_get_uint24_le), (gst_byte_reader_get_uint24_be),
449         (gst_byte_reader_get_int24_le), (gst_byte_reader_get_int24_be),
450         (gst_byte_reader_peek_uint24_le), (gst_byte_reader_peek_uint24_be),
451         (gst_byte_reader_peek_int24_le), (gst_byte_reader_peek_int24_be):
452         * gst/flacparse/gstbytereader.h:
453         * gst/flacparse/gstflac.c: (plugin_init):
454         * gst/flacparse/gstflacparse.c: (gst_flac_parse_base_init),
455         (gst_flac_parse_class_init), (gst_flac_parse_init),
456         (gst_flac_parse_finalize), (gst_flac_parse_start),
457         (gst_flac_parse_stop), (gst_flac_parse_get_frame_size),
458         (gst_flac_parse_check_valid_frame),
459         (gst_flac_parse_handle_streaminfo),
460         (gst_flac_parse_handle_vorbiscomment),
461         (gst_flac_parse_handle_picture), (_value_array_append_buffer),
462         (gst_flac_parse_handle_headers), (gst_flac_parse_generate_headers),
463         (gst_flac_parse_parse_frame):
464         * gst/flacparse/gstflacparse.h:
465         Add FLAC parser, based on GstBaseParse. Also add the bit and byte reader
466         that will be added to libgstbase later.
467
468         The FLAC parser is currently not 100% bug free and fails to get the
469         correct frame size for some frames in some streams.
470
471 2008-09-27  Jan Schmidt  <jan.schmidt@sun.com>
472
473         * ext/resindvd/gstmpegdemux.c:
474         * ext/resindvd/gstmpegdemux.h:
475         * ext/resindvd/resindvdbin.c:
476         * ext/resindvd/resindvdsrc.c:
477         * ext/resindvd/rsnstreamselector.c:
478         Add in Title/Chapter seeking, and simple but buggy audio
479         and subtitle stream selection.
480
481 2008-09-24  Michael Smith <msmith@songbirdnest.com>
482
483         * sys/dshowdecwrapper/gstdshowaudiodec.cpp:
484         * sys/dshowdecwrapper/gstdshowaudiodec.h:
485         * sys/dshowdecwrapper/gstdshowfakesrc.cpp:
486         * sys/dshowdecwrapper/gstdshowutil.cpp:
487         * sys/dshowdecwrapper/gstdshowutil.h:
488         * sys/dshowdecwrapper/gstdshowvideodec.cpp:
489         * sys/dshowdecwrapper/gstdshowvideodec.h:
490           Prefer known-good filters, create directly by GUID if possible,
491           fall back to creating highest-merit filter otherwise.
492           Fixes playback with random dshow filters installed in some
493           cases.
494
495 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
496
497         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_insert),
498         (rtp_jitter_buffer_get_sync):
499         * gst/rtpmanager/rtpsession.c: (on_sender_timeout),
500         (session_cleanup):
501         * gst/rtpmanager/rtpsource.c:
502         Fix some docs.
503
504 2008-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
505
506         Patch from: Josep Torra
507
508         * gst/mpegdemux/gstmpegtsdemux.c:
509         * gst/mpegdemux/gstmpegtsdemux.h:
510         Use a preallocated buffer per stream for PES packets sent on src pads.
511         Adaptively adjust buffer size appropriately.
512
513 2008-09-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
514
515         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_start),
516           (gst_neonhttp_src_send_request_and_redirect):
517           Clean up the debug logging code and #ifdef mess a bit: whether or not
518           gstreamer debug messages should be output should not depend on an
519           element property; also, GST_ELEMENT_ERROR will leave a line in the log
520           already, so merge the more useful debug log messages with the less useful
521           error debug strings.
522
523 2008-09-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
524
525         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_start):
526           Don't post LIBRARY_INIT errors where we should be posting
527           RESOURCE OPEN_READ errors. Fixes #552506.
528
529 2008-09-17  Jan Schmidt  <jan.schmidt@sun.com>
530
531         * ext/jack/gstjackaudiosink.c: (jack_process_cb):
532         * gst/rtpmanager/rtpjitterbuffer.c: (calculate_skew):
533         Fix compiler warnings on OS/X
534
535 2008-09-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
536
537         patch by: Michael Krufky
538
539         * sys/dvb/gstdvbsrc.c:
540         Add adapter_name for bus message in ATSC case. Fixes #552536.
541
542 2008-09-15  Stefan Kost  <ensonic@users.sf.net>
543
544         * ext/celt/gstceltenc.h:
545           Help gtk-doc to parse this correctly.
546
547         * gst/pcapparse/gstpcapparse.c:
548           Add missing include.
549
550 2008-09-15  Stefan Kost  <ensonic@users.sf.net>
551
552         * examples/Makefile.am:
553           Only built scaletempo example if we have gtk.
554
555 2008-09-13  Wim Taymans  <wim.taymans@collabora.co.uk>
556
557         * gst/rtpmanager/gstrtpbin.c: (create_session),
558         (gst_rtp_bin_associate), (gst_rtp_bin_sync_chain):
559         Do not try to adjust the offset of streams for which we have not yet
560         seen an SR packet. Avoids large ts-offsets in some cases.
561
562 2008-09-10  Michael Smith <msmith@songbirdnest.com>
563
564         * sys/dshowdecwrapper/Makefile.am:
565         * sys/dshowdecwrapper/gstdshowaudiodec.c:
566         * sys/dshowdecwrapper/gstdshowaudiodec.cpp:
567         * sys/dshowdecwrapper/gstdshowaudiodec.h:
568         * sys/dshowdecwrapper/gstdshowdecwrapper.c:
569         * sys/dshowdecwrapper/gstdshowdecwrapper.cpp:
570         * sys/dshowdecwrapper/gstdshowdecwrapper.h:
571         * sys/dshowdecwrapper/gstdshowfakesrc.cpp:
572         * sys/dshowdecwrapper/gstdshowfakesrc.h:
573         * sys/dshowdecwrapper/gstdshowutil.cpp:
574         * sys/dshowdecwrapper/gstdshowutil.h:
575         * sys/dshowdecwrapper/gstdshowvideodec.c:
576         * sys/dshowdecwrapper/gstdshowvideodec.cpp:
577         * sys/dshowdecwrapper/gstdshowvideodec.h:
578           Major rewrite of dshowdecwrapper. Converts code to
579           C++, moves to direct use of DirectShow base classes,
580           make a lot of code clearer, simplify, etc.
581           Fix decode of MP3 on Vista by working around an apparent
582           bug in the decoder.
583
584 2008-09-10  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
585
586         * sys/winks/gstksclock.c (gst_ks_clock_worker_thread_func,
587           gst_ks_clock_start):
588           Synchronize KS clock as a single-shot operation for now, there's not
589           much point in doing it periodically until we're actually using the
590           KS timestamps for anything else than just discarding old frames.
591         * sys/winks/gstksvideosrc.c (gst_ks_video_src_open_device):
592           Provide the GstClock when opening the device if we already have one.
593
594 2008-09-10  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
595
596         * sys/winks/gstksvideodevice.c (GST_DEBUG_IS_ENABLED, last_timestamp,
597           gst_ks_video_device_prepare_buffers, gst_ks_video_device_create_pin,
598           gst_ks_video_device_set_state, gst_ks_video_device_request_frame,
599           gst_ks_video_device_read_frame):
600           Guard against capturing old frames by keeping track of the last
601           timestamp and also zero-fill the buffers before each capture.
602           Only assign a master clock if the pin hasn't already got one.
603           Actually free buffers on the way down to avoid a huge memory leak,
604           as this was previously done when changing state to ACQUIRE downwards
605           and we now skip that state on the way down.
606           Add some debug.
607         * sys/winks/gstksvideosrc.c (DEFAULT_DEVICE_PATH, DEFAULT_DEVICE_NAME,
608           DEFAULT_DEVICE_INDEX, KS_WORKER_LOCK, KS_WORKER_UNLOCK,
609           KS_WORKER_WAIT, KS_WORKER_NOTIFY, KS_WORKER_WAIT_FOR_RESULT,
610           KS_WORKER_NOTIFY_RESULT, KS_WORKER_STATE_STARTING,
611           KS_WORKER_STATE_READY, KS_WORKER_STATE_STOPPING,
612           KS_WORKER_STATE_ERROR, KsWorkerState, device_path, device_name,
613           device_index, running, worker_thread, worker_lock,
614           worker_notify_cond, worker_result_cond, worker_state,
615           worker_pending_caps, worker_setcaps_result, worker_pending_run,
616           worker_run_result, gst_ks_video_src_reset,
617           gst_ks_video_src_apply_driver_quirks, gst_ks_video_src_open_device,
618           gst_ks_video_src_close_device, gst_ks_video_src_worker_func,
619           gst_ks_video_src_start_worker, gst_ks_video_src_stop_worker,
620           gst_ks_video_src_change_state, gst_ks_video_src_set_clock,
621           gst_ks_video_src_set_caps, gst_ks_video_src_timestamp_buffer,
622           gst_ks_video_src_create):
623           Remove ENABLE_CLOCK_DEBUG define, it's GST_LEVEL_DEBUG after all.
624           Get rid of PROP_ENSLAVE_KSCLOCK and always slave the ks clock to the
625           GStreamer clock, it doesn't seem to hurt and matches DirectShow's
626           behavior. As an added bonus we usually get PresentationTime set for
627           each frame, so we can expand on this later for smarter latency
628           reporting (by looking at the diff between the timestamp from the
629           driver and the time according to the GStreamer clock).
630           Use an internal worker thread for opening the device, setting caps,
631           changing its state and closing it. This way we're a lot more
632           compatible with drivers that rely on hacks to do video-effects
633           between the low-level NT API and the application. Ick.
634           Start the ks clock and set the pin to KSSTATE_RUN on the first
635           create() so that we'll hopefully get hold of the GStreamer clock
636           from the very beginning. This way there's no chance that the
637           timestamps will make a sudden jump in the beginning of the stream
638           when we're running with a clock.
639         * sys/winks/kshelpers.c (CHECK_OPTIONS_FLAG,
640           ks_options_flags_to_string):
641           Reorder the flags to match the headerfile order, and make the string
642           a bit more compact.
643         * sys/winks/ksvideohelpers.c (ks_video_probe_filter_for_caps):
644           Avoid leaking KSPROPERTY_PIN_DATARANGES.
645
646 2008-09-09  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
647
648         * configure.ac:
649         * ext/Makefile.am:
650         * ext/jp2k/Makefile.am:
651         * ext/jp2k/gstjasperdec.c: (gst_jasper_dec_base_init),
652         (gst_jasper_dec_class_init), (gst_jasper_dec_init),
653         (gst_jasper_dec_reset), (gst_jasper_dec_sink_setcaps),
654         (gst_jasper_dec_negotiate), (gst_jasper_dec_get_picture),
655         (gst_jasper_dec_chain), (gst_jasper_dec_set_property),
656         (gst_jasper_dec_get_property), (gst_jasper_dec_change_state),
657         (plugin_init):
658         * ext/jp2k/gstjasperdec.h:
659         Add jp2k plugin.  Fixes #550657.
660
661 2008-09-09  Edward Hervey  <edward.hervey@collabora.co.uk>
662
663         * gst/mpegdemux/flumpegdemux.c: (plugin_init):
664         * gst/mpegdemux/gstmpegdemux.c: (gst_flups_demux_sync_get_type),
665         (gst_flups_demux_get_type), (gst_flups_demux_plugin_init):
666         * gst/mpegdemux/gstmpegtsdemux.c: (gst_fluts_demux_get_type),
667         (gst_fluts_demux_plugin_init):
668         Fix conflicting public names in new mpeg demuxers.
669         Fixes #550468
670
671 2008-09-08  Michael Smith <msmith@songbirdnest.com>
672
673         * gst/aiffparse/aiffparse.c:
674           Support chunks in AIFF in any order in pull mode, and any order so
675           long as we get COMM before the actual data (SSND) in push mode.
676           Fixes playback of AIFC files.
677
678 2008-09-08  Wim Taymans  <wim.taymans@collabora.co.uk>
679
680         * gst/selector/gstinputselector.c: (gst_selector_pad_reset),
681         (gst_input_selector_reset), (gst_input_selector_change_state):
682         Reset the selector state when going to READY.
683
684 2008-09-05  Wim Taymans  <wim.taymans@collabora.co.uk>
685
686         * gst/rtpmanager/gstrtpbin.c: (on_sender_timeout),
687         (create_session), (gst_rtp_bin_associate),
688         (gst_rtp_bin_sync_chain), (gst_rtp_bin_class_init),
689         (gst_rtp_bin_request_new_pad):
690         * gst/rtpmanager/gstrtpbin.h:
691         Add signal to notify listeners when a sender becomes a receiver.
692         Tweak lip-sync code, don't store our own copy of the ts-offset of the
693         jitterbuffer, don't adjust sync if the change is less than 4msec.
694         Get the RTP timestamp <-> GStreamer timestamp relation directly from
695         the jitterbuffer instead of our inaccurate version from the source.
696
697         * gst/rtpmanager/gstrtpjitterbuffer.c:
698         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop),
699         (gst_rtp_jitter_buffer_get_sync):
700         * gst/rtpmanager/gstrtpjitterbuffer.h:
701         Add G_LIKELY macros, use global defines for max packet reorder and
702         dropouts.
703         Reset the jitterbuffer clock skew detection when packets seqnums are
704         changed unexpectedly.
705
706         * gst/rtpmanager/gstrtpsession.c: (on_sender_timeout),
707         (gst_rtp_session_class_init), (gst_rtp_session_init):
708         * gst/rtpmanager/gstrtpsession.h:
709         Add sender timeout signal.
710
711         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_reset_skew),
712         (calculate_skew), (rtp_jitter_buffer_insert),
713         (rtp_jitter_buffer_get_sync):
714         * gst/rtpmanager/rtpjitterbuffer.h:
715         Add some G_LIKELY macros.
716         Keep track of the extended RTP timestamp so that we can report the RTP
717         timestamp <-> GStreamer timestamp relation for lip-sync.
718         Remove server timestamp gap detection code, the server can sometimes
719         make a huge gap in timestamps (talk spurts,...) see #549774.
720         Detect timetamp weirdness instead by observing the sender/receiver
721         timestamp relation and resync if it changes more than 1 second.
722         Add method to report about the current rtp <-> gst timestamp relation
723         which is needed for lip-sync.
724
725         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
726         (on_sender_timeout), (check_collision), (rtp_session_process_sr),
727         (session_cleanup):
728         * gst/rtpmanager/rtpsession.h:
729         Add sender timeout signal.
730         Remove inaccurate rtp <-> gst timestamp relation code, the
731         jitterbuffer can now do an accurate reporting about this.
732
733         * gst/rtpmanager/rtpsource.c: (rtp_source_init),
734         (rtp_source_update_caps), (calculate_jitter),
735         (rtp_source_process_rtp):
736         * gst/rtpmanager/rtpsource.h:
737         Remove inaccurate rtp <-> gst timestamp relation code.
738
739         * gst/rtpmanager/rtpstats.h:
740         Define global max-reorder and max-dropout constants for use in various
741         subsystems.
742
743 2008-09-05  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
744
745         patch by: Sebastian Pölsterl
746
747         * sys/dvb/gstdvbsrc.c:
748         Add DVB Adapter name to structure sent over bus.
749
750 2008-09-02  Edward Hervey  <edward.hervey@collabora.co.uk>
751
752         * gst/mpegdemux/gstmpegdemux.c: (gst_flups_demux_parse_pack_start):
753         * gst/mpegdemux/gstmpegtsdemux.c: (gst_fluts_demux_data_cb):
754         Fix build on macosx.
755
756 2008-09-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
757
758         * configure.ac:
759         * gst/mpegdemux/Makefile.am:
760         * gst/mpegdemux/flumpegdemux.c:
761         * gst/mpegdemux/flutspatinfo.c:
762         * gst/mpegdemux/flutspatinfo.h:
763         * gst/mpegdemux/flutspmtinfo.c:
764         * gst/mpegdemux/flutspmtinfo.h:
765         * gst/mpegdemux/flutspmtstreaminfo.c:
766         * gst/mpegdemux/flutspmtstreaminfo.h:
767         * gst/mpegdemux/gstmpegdefs.h:
768         * gst/mpegdemux/gstmpegdemux.c:
769         * gst/mpegdemux/gstmpegdemux.h:
770         * gst/mpegdemux/gstmpegdesc.c:
771         * gst/mpegdemux/gstmpegdesc.h:
772         * gst/mpegdemux/gstmpegtsdemux.c:
773         * gst/mpegdemux/gstmpegtsdemux.h:
774         * gst/mpegdemux/gstpesfilter.c:
775         * gst/mpegdemux/gstpesfilter.h:
776         * gst/mpegdemux/gstsectionfilter.c:
777         * gst/mpegdemux/gstsectionfilter.h:
778         Add Fluendo MPEG PS and TS demuxers to gst-plugins-bad. This
779         is now dual licensed MPL and LGPL.
780
781 2008-09-02  Wim Taymans  <wim.taymans@collabora.co.uk>
782
783         * gst/mpegtsmux/mpegtsmux.c: (new_packet_cb):
784         Set caps on outgoing buffers.
785
786 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
787
788         * ext/resindvd/plugin.c: (plugin_init):
789         * ext/resindvd/resindvdsrc.c:
790         * ext/twolame/gsttwolame.c: (plugin_init):
791         * gst/aiffparse/aiffparse.c: (plugin_init):
792           Enable/fix up translations for these plugins.
793
794         * po/LINGUAS:
795           Add 'ca' to LINGUAS.
796
797         * po/POTFILES.in:
798         * po/POTFILES.skip:
799           Add more files for translation and more files which tools
800           should skip.
801
802 2008-09-02  Edward Hervey  <edward.hervey@collabora.co.uk>
803
804         * gst/mpegtsmux/tsmux/tsmux.c: (tsmux_write_ts_header):
805         Fix build on macosx.
806
807 2008-09-01  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
808
809         * gst/mpegtsmux/mpegtsmux_aac.c: (mpegtsmux_prepare_aac):
810         Allocate a fixed size buffer on the stack instead of using malloc().
811
812         * gst/mpegtsmux/tsmux/tsmux.c: (tsmux_new), (tsmux_free),
813         (tsmux_program_new), (tsmux_program_free):
814         * gst/mpegtsmux/tsmux/tsmuxstream.c: (tsmux_stream_new),
815         (tsmux_stream_free), (tsmux_stream_consume),
816         (tsmux_stream_add_data):
817         Use GSlice.
818
819 2008-09-01  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
820
821         * gst/mpegtsmux/mpegtsmux.c: (mpegtsmux_create_stream):
822         Add support for muxing MPEG4 video.
823
824 2008-09-01  Edward Hervey  <edward.hervey@collabora.co.uk>
825
826         * gst/mpegtsmux/tsmux/tsmux.h:
827         * gst/mpegtsmux/tsmux/tsmuxstream.h:
828         Fix build of mpegtsmux.
829         
830 2008-09-01  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
831
832         * configure.ac:
833         * gst/mpegtsmux/Makefile.am:
834         * gst/mpegtsmux/mpegtsmux.c: (mpegtsmux_base_init),
835         (mpegtsmux_class_init), (mpegtsmux_init), (mpegtsmux_dispose),
836         (gst_mpegtsmux_set_property), (gst_mpegtsmux_get_property),
837         (release_buffer_cb), (mpegtsmux_create_stream),
838         (mpegtsmux_create_streams), (mpegtsmux_choose_best_stream),
839         (mpegtsmux_collected), (mpegtsmux_request_new_pad),
840         (mpegtsmux_release_pad), (new_packet_cb),
841         (mpegtsdemux_prepare_srcpad), (mpegtsmux_change_state),
842         (plugin_init):
843         * gst/mpegtsmux/mpegtsmux.h:
844         * gst/mpegtsmux/mpegtsmux_aac.c: (mpegtsmux_prepare_aac):
845         * gst/mpegtsmux/mpegtsmux_aac.h:
846         * gst/mpegtsmux/mpegtsmux_h264.c: (mpegtsmux_prepare_h264):
847         * gst/mpegtsmux/mpegtsmux_h264.h:
848         * gst/mpegtsmux/tsmux/Makefile.am:
849         * gst/mpegtsmux/tsmux/crc.h:
850         * gst/mpegtsmux/tsmux/tsmux.c: (tsmux_new), (tsmux_set_write_func),
851         (tsmux_set_pat_frequency), (tsmux_get_pat_frequency), (tsmux_free),
852         (tsmux_program_new), (tsmux_set_pmt_frequency),
853         (tsmux_get_pmt_frequency), (tsmux_program_add_stream),
854         (tsmux_program_set_pcr_stream), (tsmux_get_new_pid),
855         (tsmux_create_stream), (tsmux_find_stream), (tsmux_packet_out),
856         (tsmux_write_adaptation_field), (tsmux_write_ts_header),
857         (tsmux_write_stream_packet), (tsmux_program_free),
858         (tsmux_write_section), (tsmux_write_section_hdr),
859         (tsmux_write_pat), (tsmux_write_pmt):
860         * gst/mpegtsmux/tsmux/tsmux.h:
861         * gst/mpegtsmux/tsmux/tsmuxcommon.h:
862         * gst/mpegtsmux/tsmux/tsmuxstream.c: (tsmux_stream_new),
863         (tsmux_stream_get_pid), (tsmux_stream_free),
864         (tsmux_stream_set_buffer_release_func), (tsmux_stream_consume),
865         (tsmux_stream_at_pes_start), (tsmux_stream_bytes_avail),
866         (tsmux_stream_bytes_in_buffer), (tsmux_stream_get_data),
867         (tsmux_stream_pes_header_length),
868         (tsmux_stream_find_pts_dts_within),
869         (tsmux_stream_write_pes_header), (tsmux_stream_add_data),
870         (tsmux_stream_get_es_descrs), (tsmux_stream_pcr_ref),
871         (tsmux_stream_pcr_unref), (tsmux_stream_is_pcr),
872         (tsmux_stream_get_pts):
873         * gst/mpegtsmux/tsmux/tsmuxstream.h:
874         Add Fluendo MPEG-TS muxer and libtsmux to gst-plugins-bad. This
875         is renamed to mpegtsmux to prevent conflicts. Also all relevant
876         informations about copyright and license are added to the top of
877         every file but apart from that no changes compared to the latest
878         SVN versions happened.
879
880 2008-09-01  Wim Taymans  <wim.taymans@collabora.co.uk>
881
882         * gst/selector/gstinputselector.c: (gst_input_selector_init),
883         (gst_input_selector_event), (gst_input_selector_query):
884         Reuse the get_linked_pads for both source and sinkpads because they are
885         the same.
886         Implement a custum event handler and get the internally linked pad
887         directly instead of relying on the default (slower) implementation.
888
889 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
890
891         * ext/celt/gstceltdec.c: (celt_dec_chain_parse_data):
892         Correctly take the granulepos from upstream if possible and
893         correctly handle the granulepos in various calculations: the
894         granulepos is the sample number of the _last_ sample in a frame, not
895         the first. 
896
897         * ext/celt/gstceltenc.c: (gst_celt_enc_sinkevent),
898         (gst_celt_enc_encode), (gst_celt_enc_chain),
899         (gst_celt_enc_change_state):
900         * ext/celt/gstceltenc.h:
901         Handle non-zero start timestamps in the encoder and detect/handle
902         stream discontinuities. Fixes bug #547075.
903
904 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
905
906         Patch by: Rov Juvano <rovjuvano at users dot sourceforge dot net>
907
908         * configure.ac:
909         * docs/plugins/Makefile.am:
910         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
911         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
912         * docs/plugins/inspect/plugin-scaletempo.xml:
913         * examples/scaletempo/Makefile.am:
914         * examples/scaletempo/demo-gui.c: (pop_status_bar),
915         (status_bar_printf), (demo_gui_seek_bar_format), (update_position),
916         (demo_gui_seek_bar_change), (demo_gui_do_change_rate),
917         (demo_gui_do_set_rate), (demo_gui_do_rate_entered),
918         (demo_gui_do_toggle_advanced), (demo_gui_do_toggle_disabled),
919         (demo_gui_do_seek), (demo_gui_do_play), (demo_gui_do_pause),
920         (demo_gui_do_play_pause), (demo_gui_do_open_file),
921         (demo_gui_do_playlist_prev), (demo_gui_do_playlist_next),
922         (demo_gui_do_about_dialog), (demo_gui_do_quit),
923         (demo_gui_request_set_stride), (demo_gui_request_set_overlap),
924         (demo_gui_request_set_search), (demo_gui_rate_changed),
925         (demo_gui_playing_started), (demo_gui_playing_paused),
926         (demo_gui_playing_ended), (demo_gui_player_errored),
927         (demo_gui_stride_changed), (demo_gui_overlap_changed),
928         (demo_gui_search_changed), (demo_gui_set_player_func),
929         (demo_gui_set_playlist_func), (build_gvalue_array),
930         (create_action), (demo_gui_show_func), (demo_gui_set_player),
931         (demo_gui_set_playlist), (demo_gui_show), (demo_gui_get_property),
932         (demo_gui_set_property), (demo_gui_init), (demo_gui_class_init),
933         (demo_gui_get_type):
934         * examples/scaletempo/demo-gui.h:
935         * examples/scaletempo/demo-main.c: (handle_error_message),
936         (handle_quit), (main):
937         * examples/scaletempo/demo-player.c: (no_pipeline),
938         (demo_player_event_listener), (demo_player_state_changed_cb),
939         (demo_player_eos_cb), (demo_player_build_pipeline), (_set_rate),
940         (demo_player_scale_rate_func), (demo_player_set_rate_func),
941         (_set_state_and_wait), (demo_player_load_uri_func),
942         (demo_player_play_func), (demo_player_pause_func), (_seek_to),
943         (demo_player_seek_by_func), (demo_player_seek_to_func),
944         (demo_player_get_position_func), (demo_player_get_duration_func),
945         (demo_player_scale_rate), (demo_player_set_rate),
946         (demo_player_load_uri), (demo_player_play), (demo_player_pause),
947         (demo_player_seek_by), (demo_player_seek_to),
948         (demo_player_get_position), (demo_player_get_duration),
949         (demo_player_get_property), (demo_player_set_property),
950         (demo_player_init), (demo_player_class_init),
951         (demo_player_get_type):
952         * examples/scaletempo/demo-player.h:
953         * gst/scaletempo/Makefile.am:
954         * gst/scaletempo/gstscaletempo.c: (best_overlap_offset_float),
955         (best_overlap_offset_s16), (output_overlap_float),
956         (output_overlap_s16), (fill_queue), (reinit_buffers),
957         (gst_scaletempo_transform), (gst_scaletempo_transform_size),
958         (gst_scaletempo_sink_event), (gst_scaletempo_set_caps),
959         (gst_scaletempo_get_property), (gst_scaletempo_set_property),
960         (gst_scaletempo_base_init), (gst_scaletempo_class_init),
961         (gst_scaletempo_init):
962         * gst/scaletempo/gstscaletempo.h:
963         * gst/scaletempo/gstscaletempoplugin.c: (plugin_init):
964         Add scaletempo plugin, which allows to scale the speed of audio without
965         changing the pitch by handling seeks with a rate!=1.0.
966         Integrate it into the docs and add the example application for it.
967         Fixes bug #537700.
968
969 2008-08-30  David Schleef  <ds@schleef.org>
970
971         * ext/dirac/gstdiracenc.cc: Fix some memleaks.
972
973 2008-08-29  David Schleef  <ds@schleef.org>
974
975         * ext/dirac/gstdiracenc.cc: Fix EOS handling.  Clean up at
976           object disposal.  Handle 4:2:2 and 4:4:4 video.
977
978 2008-08-29  Jan Schmidt  <Jan.Schmidt@sun.com>
979
980         * ext/resindvd/resindvdbin.c:
981         Fix compiler warning on Forte.
982
983 2008-08-29  Jan Schmidt  <Jan.Schmidt@sun.com>
984
985         * configure.ac:
986         Commit FIONREAD check, needed for the dccp src.
987
988 2008-08-29  Edward Hervey  <edward.hervey@collabora.co.uk>
989
990         * ext/faac/gstfaac.c: (gst_faac_init), (gst_faac_sink_event),
991         (gst_faac_chain), (gst_faac_change_state):
992         * ext/faac/gstfaac.h:
993         Add code for calculating proper timestamp/duration for the trailing
994         encoded buffers that faac will output when receiving EOS.
995
996 2008-08-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
997
998         * configure.ac:
999         Fix CFLAGS and LIBS for the apexsink.
1000
1001 2008-08-28  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1002
1003         * sys/winks/ksvideohelpers.c (ks_video_media_type_free):
1004           Avoid leaking the KSDATARANGE member of each KsVideoMediaType.
1005
1006 2008-08-28  Jan Schmidt  <Jan.Schmidt@sun.com>
1007
1008         * gst/dccp/gstdccp.c:
1009         * gst/dccp/gstdccpclientsrc.c:
1010         Fix compilation on Solaris by including filio.h as needed.
1011
1012         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
1013         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll2.inc:
1014         Fix compilation with Forte - apparently it hates concatenating a
1015         macro argument that starts with an underscore??
1016
1017 2008-08-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1018
1019         Patch by: Jérémie Bernard <gremimail at gmail dot com>
1020
1021         * configure.ac:
1022         * ext/apexsink/LGPL-3.0.txt:
1023         * ext/apexsink/Makefile.am:
1024         * ext/apexsink/gstapexplugin.c: (plugin_init):
1025         * ext/apexsink/gstapexraop.c: (g_strdel), (gst_apexraop_send),
1026         (gst_apexraop_recv), (gst_apexraop_new), (gst_apexraop_free),
1027         (gst_apexraop_set_host), (gst_apexraop_get_host),
1028         (gst_apexraop_set_port), (gst_apexraop_get_port),
1029         (gst_apexraop_set_useragent), (gst_apexraop_get_useragent),
1030         (gst_apexraop_connect), (gst_apexraop_get_jacktype),
1031         (gst_apexraop_get_jackstatus), (gst_apexraop_close),
1032         (gst_apexraop_set_volume), (gst_apexraop_write_bits),
1033         (gst_apexraop_write), (gst_apexraop_flush):
1034         * ext/apexsink/gstapexraop.h:
1035         * ext/apexsink/gstapexsink.c: (gst_apexsink_jackstatus_get_type),
1036         (gst_apexsink_jacktype_get_type), (gst_apexsink_interfaces_init),
1037         (gst_apexsink_implements_interface_init),
1038         (gst_apexsink_mixer_interface_init),
1039         (gst_apexsink_interface_supported),
1040         (gst_apexsink_mixer_list_tracks), (gst_apexsink_mixer_set_volume),
1041         (gst_apexsink_mixer_get_volume), (gst_apexsink_base_init),
1042         (gst_apexsink_class_init), (gst_apexsink_init),
1043         (gst_apexsink_set_property), (gst_apexsink_get_property),
1044         (gst_apexsink_finalise), (gst_apexsink_open),
1045         (gst_apexsink_prepare), (gst_apexsink_write),
1046         (gst_apexsink_unprepare), (gst_apexsink_delay),
1047         (gst_apexsink_reset), (gst_apexsink_close):
1048         * ext/apexsink/gstapexsink.h:
1049         Add apexsink for audio output to Apple AirPort Express Wireless
1050         devices. Fixes bug #542510.
1051
1052 2008-08-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1053
1054         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_send_rtcp),
1055         (gst_rtp_session_event_send_rtp_sink):
1056         Send EOS when the session object instructs us to.
1057
1058         * gst/rtpmanager/rtpsession.c: (rtp_session_on_timeout):
1059         * gst/rtpmanager/rtpsession.h:
1060         Make it possible for the session manager to instruct us to send EOS. We
1061         currently will EOS when the session is a sender and when the sender part
1062         goes EOS. This is not entirely correct behaviour because the session
1063         could still participate as a receiver.
1064         Fixes #549409.
1065
1066 2008-08-27  Michael Smith <msmith@songbirdnest.com>
1067
1068         * gst/aiffparse/aiffparse.c:
1069           Read size of chunks preceeding the audio data with the
1070           correct endianness. Fixes playback of some files.
1071           Fixes #538500
1072
1073 2008-08-27  Michael Smith <msmith@songbirdnest.com>
1074
1075         * configure.ac:
1076         * gst/aiffparse/Makefile.am:
1077         * gst/aiffparse/aiffparse.c:
1078         * gst/aiffparse/aiffparse.h:
1079           Add an AIFF parsing element, heavily based on wavparse.
1080
1081 2008-08-27  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1082
1083         * sys/winks/gstksvideodevice.c (gst_ks_video_device_class_init,
1084           gst_ks_video_device_set_state):
1085           Don't set the pin state to KSSTATE_RUN from the streaming thread.
1086           Skip KSSTATE_ACQUIRE when changing pin state downwards.
1087           Be nice and specify G_PARAM_STATIC_STRINGS.
1088           Remove unused finalize method.
1089
1090         * sys/winks/gstksvideosrc.c (DEFAULT_ENABLE_QUIRKS, PROP_ENABLE_QUIRKS,
1091           enable_quirks, gst_ks_video_src_class_init, gst_ks_video_src_init,
1092           gst_ks_video_src_finalize, gst_ks_video_src_get_property,
1093           gst_ks_video_src_set_property, gst_ks_video_src_reset,
1094           gst_ks_video_src_apply_driver_quirks, gst_ks_video_src_change_state,
1095           gst_ks_video_src_set_caps):
1096           First driver quirk: work around Logitech's hostile driver software to
1097           improve stability and performance. See comments for details.
1098           Provide a property to disable driver quirks (enabled by default).
1099           Be nice and specify G_PARAM_STATIC_STRINGS.
1100           Remove unused dispose method.
1101           Tweak include order.
1102
1103 2008-08-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1104
1105         * gst/selector/gstinputselector.c: (gst_input_selector_init),
1106         (gst_input_selector_query):
1107         Implement the LATENCY query in a better way by taking the latency of all
1108         sinkpads and taking the min/max instead of just taking a random pad.
1109
1110 2008-08-26  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1111
1112         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc:
1113         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopTop.inc:
1114         * gst/deinterlace2/tvtime/tomsmocomp/StrangeBob.inc:
1115         * gst/deinterlace2/tvtime/tomsmocomp/WierdBob.inc:
1116         Unroll the loop to handle two bytes at once. This should give
1117         a small speedup and makes it possible to handle chroma and luma
1118         different which is needed later.
1119
1120 2008-08-26  Edward Hervey  <edward.hervey@collabora.co.uk>
1121
1122         * gst/dccp/gstdccpserversink.c:
1123         * gst/dccp/gstdccpserversink.h:
1124         Don't put globals only used by one '.c' file in a header !
1125         Declare it as static, fixes build on macosx.
1126
1127 2008-08-26  Edward Hervey  <edward.hervey@collabora.co.uk>
1128
1129         * gst/dccp/gstdccp.c: (gst_dccp_send_buffer):
1130         Whoops, that was one fix too much :)
1131
1132 2008-08-26  Edward Hervey  <edward.hervey@collabora.co.uk>
1133
1134         * gst/dccp/gstdccp.c: (gst_dccp_read_buffer),
1135         (gst_dccp_send_buffer), (gst_dccp_set_sock_windowsize):
1136         size_t's size varies by platform/architecture. Use glib convenience
1137         macro instead. Fixes build on macosx.
1138         Remove ending '\n' in debug statements.
1139
1140 2008-08-26  Edward Hervey  <edward.hervey@collabora.co.uk>
1141
1142         * gst/pcapparse/gstpcapparse.c: (gst_pcap_parse_class_init):
1143         Remove unused code and fix includes.
1144
1145 2008-08-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1146
1147         * gst/deinterlace2/gstdeinterlace2.c:
1148         (gst_deinterlace_method_class_init):
1149         * gst/deinterlace2/gstdeinterlace2.h:
1150         * gst/deinterlace2/tvtime/tomsmocomp.c:
1151         (gst_deinterlace_method_tomsmocomp_class_init):
1152         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc:
1153         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopTop.inc:
1154         * gst/deinterlace2/tvtime/tomsmocomp/StrangeBob.inc:
1155         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
1156         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll2.inc:
1157         * gst/deinterlace2/tvtime/tomsmocomp/WierdBob.inc:
1158         * gst/deinterlace2/tvtime/tomsmocomp/tomsmocompmacros.h:
1159         First part of the C implementation of the tomsmocomp deinterlacing
1160         algorithm. This only supports search-effort=0 currently, is painfully
1161         slow and needs some cleanup later when all search-effort settings
1162         are implemented in C.
1163
1164 2008-08-24  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1165
1166         * configure.ac:
1167         * sys/Makefile.am:
1168         * sys/winks/Makefile.am:
1169         * sys/winks/gstksclock.c:
1170         * sys/winks/gstksclock.h:
1171         * sys/winks/gstksvideodevice.c:
1172         * sys/winks/gstksvideodevice.h:
1173         * sys/winks/gstksvideosrc.c:
1174         * sys/winks/gstksvideosrc.h:
1175         * sys/winks/kshelpers.c:
1176         * sys/winks/kshelpers.h:
1177         * sys/winks/ksvideohelpers.c:
1178         * sys/winks/ksvideohelpers.h:
1179           New plugin for low-latency video capture on Windows (#519935).
1180
1181           Uses Kernel Streaming, the lowest level API for doing video capture
1182           on Windows (more or less just raw ioctls).
1183
1184 2008-08-24  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1185
1186         * gst/pcapparse/gstpcapparse.c:
1187         * sys/winscreencap/gstdx9screencapsrc.c:
1188         * sys/winscreencap/gstgdiscreencapsrc.c:
1189           Added documentation blobs. Thanks to Stefan for noticing!
1190
1191 2008-08-24  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1192
1193         * configure.ac:
1194         * gst/pcapparse/Makefile.am:
1195         * gst/pcapparse/gstpcapparse.c:
1196         * gst/pcapparse/gstpcapparse.h:
1197           New plugin: pcapparse (#520899).
1198
1199 2008-08-24  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1200
1201         patch by: Haakon Sporsheim <hakon.sporsheim@tandberg.com>
1202
1203         * configure.ac:
1204         * sys/Makefile.am:
1205         * sys/winscreencap/Makefile.am:
1206         * sys/winscreencap/gstdx9screencapsrc.c:
1207         * sys/winscreencap/gstdx9screencapsrc.h:
1208         * sys/winscreencap/gstgdiscreencapsrc.c:
1209         * sys/winscreencap/gstgdiscreencapsrc.h:
1210         * sys/winscreencap/gstwinscreencap.c:
1211         * sys/winscreencap/gstwinscreencap.h:
1212           New plugin: winscreencap (#463941).
1213
1214 2008-08-22  Michael Smith <msmith@songbirdnest.com>
1215
1216         * sys/dshowdecwrapper/gstdshowaudiodec.c:
1217           Flip mpeg1/mpeg2 arrays for mpeg audio. Detect which type the audio
1218           is correctly, instead of backwards. No functional changes, since this
1219           mistake was completely self-consistent.
1220
1221 2008-08-22  Stefan Kost  <ensonic@users.sf.net>
1222
1223         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1224           Add, but commented out xml/element-dc1394.xml. Its documented, but
1225           I can't get it to be build.
1226
1227         * ext/celt/gstceltdec.c:
1228         * ext/celt/gstceltenc.c:
1229           Fix doc warnings and reformat the doc block.
1230
1231 2008-08-21  Stefan Kost  <ensonic@users.sf.net>
1232
1233         patch by: Leandro Melo de Sales <leandroal@gmail.com>
1234
1235         * configure.ac:
1236         * docs/plugins/Makefile.am:
1237         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1238         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1239         * docs/plugins/gst-plugins-bad-plugins.args:
1240         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
1241         * docs/plugins/gst-plugins-bad-plugins.interfaces:
1242         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
1243         * docs/plugins/gst-plugins-bad-plugins.signals:
1244         * docs/plugins/inspect/plugin-dccp.xml:
1245         * gst/dccp/Makefile.am:
1246         * gst/dccp/gstdccp.c:
1247         * gst/dccp/gstdccp.h:
1248         * gst/dccp/gstdccpclientsink.c:
1249         * gst/dccp/gstdccpclientsink.h:
1250         * gst/dccp/gstdccpclientsrc.c:
1251         * gst/dccp/gstdccpclientsrc.h:
1252         * gst/dccp/gstdccpplugin.c:
1253         * gst/dccp/gstdccpserversink.c:
1254         * gst/dccp/gstdccpserversink.h:
1255         * gst/dccp/gstdccpserversrc.c:
1256         * gst/dccp/gstdccpserversrc.h:
1257         * tests/icles/dccp/README:
1258         * tests/icles/dccp/call/README:
1259         * tests/icles/dccp/call/DCCPClient.c:
1260         * tests/icles/dccp/call/DCCPServer.c:
1261         * tests/icles/dccp/file/DCCPClientSaveFile.c:
1262         * tests/icles/dccp/file/DCCPServerSendFile.c:
1263         * tests/icles/dccp/mic/DCCPClientPlayMic.c:
1264         * tests/icles/dccp/mic/DCCPServerMic.c:
1265         * tests/icles/dccp/mp3/DCCPClientPlayMP3.c:
1266         * tests/icles/dccp/mp3/DCCPServerSendMP3.c:
1267         * tests/icles/dccp/mp3Speex/DCCPClientPlaySpeexMP3.c:
1268         * tests/icles/dccp/mp3Speex/DCCPServerSendSpeexMP3.c:
1269         * tests/icles/dccp/mp3Stream/DCCPClientPlayMP3Stream.c:
1270         * tests/icles/dccp/mp3Stream/DCCPServerSendMP3Stream.c:
1271           Add dccp plugin. Fixes #542390.
1272
1273 2008-08-20  Tim-Philipp Müller  <tim at collabora co uk>
1274
1275         * configure.ac:
1276           Remove bits that presumably weren't supposed to be committed.
1277
1278 2008-08-20  Michael Smith <msmith@songbirdnest.com>
1279
1280         * configure.ac:
1281         * sys/Makefile.am:
1282         * sys/acmenc/Makefile.am:
1283         * sys/acmenc/acmenc.c:
1284           Add new windows ACM encoder wrapper.
1285
1286 2008-08-18  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1287
1288         patch by: Michael Krufky
1289
1290         * sys/dvb/gstdvbsrc.c:
1291         * sys/dvb/parsechannels.c:
1292         Add ATSC tunning and channels.conf parsing support.
1293         Fixes #537455
1294
1295 2008-08-13  Michael Smith <msmith@songbirdnest.com>
1296
1297         * sys/dshowdecwrapper/gstdshowaudiodec.c:
1298         * sys/dshowdecwrapper/gstdshowaudiodec.h:
1299         * sys/dshowdecwrapper/gstdshowvideodec.c:
1300         * sys/dshowdecwrapper/gstdshowvideodec.h:
1301         * sys/dshowvideosink/dshowvideosink.cpp:
1302         * sys/dshowvideosink/dshowvideosink.h:
1303           Initialise COM with default flags.
1304           Only deinitialise if the initialisation was successful.
1305
1306 2008-08-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1307
1308         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_associate),
1309         (gst_rtp_bin_sync_chain), (new_ssrc_pad_found):
1310         Reset rtp timestamp interpollation when we detect a gap when the
1311         clock_base changed.
1312         Don't try to adjust the ts-offset when it's too big (> 3seconds)
1313
1314         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_set_ssrc):
1315         * gst/rtpmanager/gstrtpsession.h:
1316         Add method to set session SSRC.
1317
1318         * gst/rtpmanager/rtpsession.c: (check_collision),
1319         (rtp_session_set_internal_ssrc), (rtp_session_get_internal_ssrc),
1320         (rtp_session_on_timeout):
1321         * gst/rtpmanager/rtpsession.h:
1322         Added debugging for the collision checks.
1323         Add method to change the internal SSRC of the session.
1324
1325         * gst/rtpmanager/rtpsource.c: (rtp_source_process_rtp):
1326         Reset the clock base when we detect large jumps in the seqnums.
1327
1328 2008-08-12  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1329
1330         * ext/x264/gstx264enc.c: (gst_x264_enc_reset),
1331         (gst_x264_enc_chain), (gst_x264_enc_encode_frame):
1332         * ext/x264/gstx264enc.h:
1333         Do not deal with duplicated input (timestamps).  If needed,
1334         a generic element can do so.
1335         Do not manipulate input timestamps on the way out,
1336         since that shifts the timeline and A/V sync.
1337
1338 2008-08-12  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1339
1340         * docs/plugins/gst-plugins-bad-plugins.args:
1341         Integrate new properties into documentation.
1342         * ext/x264/gstx264enc.c: (gst_x264_enc_class_init),
1343         (gst_x264_enc_init), (gst_x264_enc_init_encoder),
1344         (gst_x264_enc_set_property), (gst_x264_enc_get_property):
1345         Fix up API prior to eventual plugin move.
1346         API: GstX264Enc:pass (provides more options, and changed to enum)
1347
1348 2008-08-12  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1349
1350         * docs/plugins/Makefile.am:
1351         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1352         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1353         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
1354         * docs/plugins/inspect/plugin-mplex.xml:
1355         * ext/mplex/gstmplex.cc:
1356         Update and add documentation for mplex.
1357         * ext/mpeg2enc/gstmpeg2enc.cc:
1358         Documentation update.
1359
1360 2008-08-12  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1361
1362         * docs/plugins/Makefile.am:
1363         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1364         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1365         * ext/x264/gstx264enc.c:
1366         * tests/check/Makefile.am:
1367         * tests/check/elements/x264enc.c: (setup_x264enc),
1368         (cleanup_x264enc), (GST_START_TEST), (x264enc_suite), (main):
1369         Add documentation and unit test for x264enc.
1370
1371 2008-08-11  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1372
1373         * ext/x264/gstx264enc.c: (gst_x264_enc_init),
1374         (gst_x264_enc_header_buf), (gst_x264_enc_encode_frame):
1375         Allocate some buffers in more adaptive and economical fashion.
1376
1377 2008-08-11  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1378
1379         * configure.ac:
1380         Check for sufficiently up-to-date x264 API.
1381         * ext/x264/gstx264enc.c: (gst_x264_enc_pass_get_type),
1382         (gst_x264_enc_base_init), (gst_x264_enc_class_init),
1383         (gst_x264_enc_init), (gst_x264_enc_init_encoder),
1384         (gst_x264_enc_set_property), (gst_x264_enc_get_property):
1385         * ext/x264/gstx264enc.h:
1386         Expose some more parameters of the x264 encoder as properties.
1387
1388 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1389
1390         * gst/rtpmanager/gstrtpbin.c:
1391           Print the pad-name in debug log.
1392
1393         * sys/dshowsrcwrapper/gstdshowaudiosrc.c:
1394         * sys/dshowsrcwrapper/gstdshowvideosrc.c:
1395           Use "-" instead of "_" in property names. Can we call them just
1396           "device" like everywhere else?
1397
1398 2008-08-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1399
1400         * ext/x264/gstx264enc.c: (gst_x264_enc_log_callback),
1401         (gst_x264_enc_finalize), (gst_x264_enc_header_buf),
1402         (gst_x264_enc_set_src_caps), (gst_x264_enc_sink_set_caps),
1403         (gst_x264_enc_flush_frames):
1404         Coding style and layout; re-order some functions in more
1405         typical and natural flow.
1406
1407 2008-08-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1408
1409         * ext/x264/Makefile.am:
1410         * ext/x264/gstx264enc.c: (gst_x264_enc_set_src_caps),
1411         (gst_x264_enc_sink_set_caps), (gst_x264_enc_init),
1412         (gst_x264_enc_reset), (gst_x264_enc_finalize),
1413         (gst_x264_enc_flush_frames), (gst_x264_enc_sink_event),
1414         (gst_x264_enc_chain), (gst_x264_enc_encode_frame),
1415         (gst_x264_enc_change_state), (gst_x264_enc_set_property):
1416         * ext/x264/gstx264enc.h:
1417         Use GQueue in stead of custom queue code.
1418         Factorize flushing out encoder delayed frames.
1419         Factorize initialization and state change reset.
1420
1421 2008-08-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1422
1423         * ext/x264/gstx264enc.h:
1424         * sys/fbdev/gstfbdevsink.c:
1425         Use configure-generated _stdint.h.
1426
1427 2008-08-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1428
1429         * ext/x264/Makefile.am:
1430         * ext/x264/gstx264enc.c: (gst_x264_enc_header_buf),
1431         (gst_x264_enc_sink_set_caps), (gst_x264_enc_base_init),
1432         (gst_x264_enc_class_init), (gst_x264_enc_log_callback),
1433         (gst_x264_enc_init), (gst_x264_enc_init_encoder),
1434         (gst_x264_enc_finalize), (gst_x264_enc_chain),
1435         (gst_x264_enc_encode_frame), (plugin_init):
1436         * ext/x264/gstx264enc.h:
1437         Use video format library and GST_WRITE_*_BE macros where applicable.
1438         Use finalize in stead of dispose.
1439         Set up debug category and log callback.
1440
1441 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
1442
1443         Patch by: Frederic Crozat <fcrozat@mandriva.org>
1444
1445         * ext/sndfile/gstsf.c: (plugin_init):
1446         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_plugin_init):
1447         * sys/oss4/oss4-audio.c: (plugin_init):
1448         Make sure gettext returns translations in UTF-8 encoding rather
1449         than in the current locale encoding (#546822).
1450
1451 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1452
1453         * ext/twolame/gsttwolame.c: (gst_two_lame_sink_setcaps),
1454         (gst_two_lame_chain):
1455         * ext/twolame/gsttwolame.h:
1456         Allow raw float samples as input for encoding.
1457
1458 2008-08-07  Stefan Kost  <ensonic@users.sf.net>
1459
1460         * ext/jack/gstjackaudiosrc.c:
1461           Try committing this once again. Now properly renamed.
1462
1463 2008-08-07  Stefan Kost  <ensonic@users.sf.net>
1464
1465         * docs/plugins/Makefile.am:
1466         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1467         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1468         * docs/plugins/gst-plugins-bad-plugins.args:
1469         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
1470         * docs/plugins/gst-plugins-bad-plugins.interfaces:
1471         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
1472         * docs/plugins/inspect/plugin-jack.xml
1473           Add new element to docs.
1474
1475         * ext/jack/gstjack.h
1476           Add missing file.
1477
1478         * ext/jack/gstjackaudiosrc.c:
1479         * ext/jack/gstjackaudiosrc.h:
1480           Rename jackaudiosrc to jack_audio_src.
1481
1482 2008-08-07  Stefan Kost  <ensonic@users.sf.net>
1483
1484         patch by: Tristan Matthews <tristan@sat.qc.ca>
1485
1486         * ext/jack/Makefile.am:
1487         * ext/jack/gstjack.c:
1488         * ext/jack/gstjackaudioclient.c:
1489         * ext/jack/gstjackaudiosink.c:
1490         * ext/jack/gstjackaudiosink.h:
1491         * ext/jack/gstjackaudiosrc.c:
1492         * ext/jack/gstjackaudiosrc.h:
1493         * ext/jack/gstjackringbuffer.h:
1494           Add a jackaudiosrc. Refactor sink slightly for better code reuse.
1495           Fixes #545197.
1496
1497 2008-08-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1498
1499         * docs/plugins/Makefile.am:
1500         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1501         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1502         * docs/plugins/gst-plugins-bad-plugins.args:
1503         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
1504         * docs/plugins/gst-plugins-bad-plugins.interfaces:
1505         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
1506         * docs/plugins/inspect/plugin-celt.xml:
1507         * docs/plugins/inspect/plugin-twolame.xml:
1508         Add twolame and celt plugins to the docs.
1509
1510 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1511
1512         Based on patch by: Olivier Crete <tester at tester dot ca>
1513
1514         * gst/rtpmanager/gstrtpjitterbuffer.c:
1515         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
1516         Make the buffer metadata writable before inserting it in the
1517         jitterbuffer because the jitterbuffer will modify the timestamps.
1518
1519         * gst/rtpmanager/rtpjitterbuffer.c:
1520         Update method comment about requiring writable metadata on buffers.
1521
1522         * gst/rtpmanager/rtpsession.c: (rtp_session_process_sr),
1523         (rtp_session_process_rtcp):
1524         Make the RTCP buffer metadata writable because we want to modify the
1525         metadata.
1526         Fixes #546312.
1527
1528 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1529
1530         * gst/selector/gstinputselector.c: (gst_selector_pad_bufferalloc),
1531         (gst_selector_pad_chain), (gst_input_selector_getcaps),
1532         (gst_input_selector_activate_sinkpad):
1533         Move the select-all logic into the activation of the currently selected
1534         pad. We want to remember the last pad with activity in select-all mode.
1535         Fix the getcaps function, we can produce the union of the upstream caps
1536         in select-all mode, not the intersection like proxy_getcaps() does.
1537
1538 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1539
1540         Patch by: Håvard Graff <havard dot graff at tandberg dot com>
1541
1542         * gst/rtpmanager/gstrtpjitterbuffer.c:
1543         (gst_rtp_jitter_buffer_chain):
1544         Fix debug by logging the right seqnum.
1545
1546 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1547
1548         Patch by: Olivier Crete <tester at tester dot ca>
1549
1550         * gst/rtpmanager/gstrtpbin.c: (get_pt_map):
1551         Release lock before emitting the request-pt-map signal.
1552         Fixes #543480.
1553
1554 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1555
1556         * gst/deinterlace2/gstdeinterlace2.c:
1557         (gst_deinterlace_simple_method_interpolate_scanline),
1558         (gst_deinterlace_simple_method_copy_scanline),
1559         (gst_deinterlace_simple_method_deinterlace_frame):
1560         * gst/deinterlace2/tvtime/greedy.c: (deinterlace_frame_di_greedy):
1561         * gst/deinterlace2/tvtime/greedyh.c:
1562         (deinterlace_frame_di_greedyh):
1563         * gst/deinterlace2/tvtime/scalerbob.c:
1564         (deinterlace_scanline_scaler_bob):
1565         * gst/deinterlace2/tvtime/tomsmocomp.c: (Fieldcopy):
1566         * gst/deinterlace2/tvtime/weave.c: (deinterlace_scanline_weave),
1567         (copy_scanline):
1568         * gst/deinterlace2/tvtime/weavebff.c: (deinterlace_scanline_weave),
1569         (copy_scanline):
1570         * gst/deinterlace2/tvtime/weavetff.c: (deinterlace_scanline_weave),
1571         (copy_scanline):
1572         Use oil_memcpy() instead of memcpy() as it's faster for the sizes that
1573         are usually used here.
1574
1575 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1576
1577         * gst/deinterlace2/Makefile.am:
1578         * gst/deinterlace2/gstdeinterlace2.c:
1579         (gst_deinterlace_simple_method_deinterlace_frame),
1580         (gst_deinterlace2_methods_get_type), (gst_deinterlace2_set_method):
1581         * gst/deinterlace2/gstdeinterlace2.h:
1582         * gst/deinterlace2/tvtime/linear.c:
1583         (deinterlace_scanline_linear_c), (deinterlace_scanline_linear_mmx),
1584         (deinterlace_scanline_linear_mmxext),
1585         (gst_deinterlace_method_linear_class_init),
1586         (gst_deinterlace_method_linear_init):
1587         * gst/deinterlace2/tvtime/linearblend.c:
1588         (deinterlace_scanline_linear_blend_c),
1589         (deinterlace_scanline_linear_blend2_c),
1590         (deinterlace_scanline_linear_blend_mmx),
1591         (deinterlace_scanline_linear_blend2_mmx),
1592         (gst_deinterlace_method_linear_blend_class_init),
1593         (gst_deinterlace_method_linear_blend_init):
1594         * gst/deinterlace2/tvtime/plugins.h:
1595         * gst/deinterlace2/tvtime/scalerbob.c:
1596         (deinterlace_scanline_scaler_bob),
1597         (gst_deinterlace_method_scaler_bob_class_init),
1598         (gst_deinterlace_method_scaler_bob_init):
1599         * gst/deinterlace2/tvtime/weave.c: (deinterlace_scanline_weave),
1600         (copy_scanline), (gst_deinterlace_method_weave_class_init),
1601         (gst_deinterlace_method_weave_init):
1602         * gst/deinterlace2/tvtime/weavebff.c: (deinterlace_scanline_weave),
1603         (copy_scanline), (gst_deinterlace_method_weave_bff_class_init),
1604         (gst_deinterlace_method_weave_bff_init):
1605         * gst/deinterlace2/tvtime/weavetff.c: (deinterlace_scanline_weave),
1606         (copy_scanline), (gst_deinterlace_method_weave_tff_class_init),
1607         (gst_deinterlace_method_weave_tff_init):
1608         Add the remaining tvtime deinterlacing methods and fix the
1609         deinterlace_frame() implementation of GstDeinterlaceSimpleMethod.
1610
1611 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1612
1613         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_line_c),
1614         (deinterlace_line_mmx), (gst_deinterlace_method_vfir_class_init):
1615         Implement the VFIR deinterlacing method as simple method.
1616
1617 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1618
1619         * gst/deinterlace2/gstdeinterlace2.c:
1620         (gst_deinterlace_simple_method_interpolate_scanline),
1621         (gst_deinterlace_simple_method_copy_scanline),
1622         (gst_deinterlace_simple_method_deinterlace_frame),
1623         (gst_deinterlace_simple_method_class_init),
1624         (gst_deinterlace_simple_method_init):
1625         * gst/deinterlace2/gstdeinterlace2.h:
1626         Add a GstDeinterlaceSimpleMethod subclass of GstDeinterlaceMethod that
1627         can be used by simple deinterlacing methods. They only have to provide
1628         a function for interpolating a scanline or copying a scanline.
1629
1630 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1631
1632         * gst/deinterlace2/gstdeinterlace2.c: (gst_deinterlace2_chain):
1633         Respect the latency of the deinterlacing algorithm for the timestamps
1634         of every buffer.
1635
1636 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1637
1638         * gst/deinterlace2/tvtime/greedyh.asm:
1639         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc:
1640         Add the MMX registers to the clobbered registers only if __MMX__ is
1641         defined.
1642
1643 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1644
1645         * gst/deinterlace2/Makefile.am:
1646         * gst/deinterlace2/gstdeinterlace2.c:
1647         (gst_deinterlace2_methods_get_type), (gst_deinterlace2_set_method),
1648         (gst_deinterlace2_class_init):
1649         Enable tomsmocomp again as the C port will be ready for the next
1650         release.
1651
1652 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1653
1654         * gst/deinterlace2/gstdeinterlace2.c: (gst_deinterlace2_init),
1655         (gst_greatest_common_divisor), (gst_fraction_double),
1656         (gst_deinterlace2_getcaps), (gst_deinterlace2_setcaps):
1657         Don't use proxy_getcaps() but implement our own getcaps() function
1658         that doubles/halfs the framerate if all fields should be sent out.
1659
1660 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1661
1662         * configure.ac:
1663         * ext/Makefile.am:
1664         * ext/twolame/Makefile.am:
1665         * ext/twolame/gsttwolame.c: (gst_two_lame_mode_get_type),
1666         (gst_two_lame_padding_get_type), (gst_two_lame_emphasis_get_type),
1667         (gst_two_lame_release_memory), (gst_two_lame_finalize),
1668         (gst_two_lame_base_init), (gst_two_lame_class_init),
1669         (gst_two_lame_src_setcaps), (gst_two_lame_sink_setcaps),
1670         (gst_two_lame_init), (gst_two_lame_set_property),
1671         (gst_two_lame_get_property), (gst_two_lame_sink_event),
1672         (gst_two_lame_chain), (gst_two_lame_setup),
1673         (gst_two_lame_change_state), (gst_two_lame_get_default_settings),
1674         (plugin_init):
1675         * ext/twolame/gsttwolame.h:
1676         Add TwoLAME MP2 encoding element, based on the LAME element.
1677
1678 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1679
1680         * configure.ac:
1681         * ext/Makefile.am:
1682         * ext/celt/Makefile.am:
1683         * ext/celt/gstcelt.c: (plugin_init):
1684         * ext/celt/gstceltdec.c: (gst_celt_dec_base_init),
1685         (gst_celt_dec_class_init), (gst_celt_dec_reset),
1686         (gst_celt_dec_init), (celt_dec_convert),
1687         (celt_get_sink_query_types), (celt_dec_sink_query),
1688         (celt_get_src_query_types), (celt_dec_src_query),
1689         (celt_dec_src_event), (celt_dec_sink_event),
1690         (celt_dec_chain_parse_header), (celt_dec_chain_parse_comments),
1691         (celt_dec_chain_parse_data), (celt_dec_chain),
1692         (celt_dec_change_state):
1693         * ext/celt/gstceltdec.h:
1694         * ext/celt/gstceltenc.c: (gst_celt_enc_setup_interfaces),
1695         (gst_celt_enc_base_init), (gst_celt_enc_class_init),
1696         (gst_celt_enc_finalize), (gst_celt_enc_sink_setcaps),
1697         (gst_celt_enc_sink_getcaps), (gst_celt_enc_convert_src),
1698         (gst_celt_enc_convert_sink), (gst_celt_enc_get_latency),
1699         (gst_celt_enc_get_query_types), (gst_celt_enc_src_query),
1700         (gst_celt_enc_sink_query), (gst_celt_enc_init),
1701         (gst_celt_enc_create_metadata_buffer), (gst_celt_enc_setup),
1702         (gst_celt_enc_buffer_from_data), (gst_celt_enc_push_buffer),
1703         (gst_celt_enc_set_header_on_caps), (gst_celt_enc_sinkevent),
1704         (gst_celt_enc_chain), (gst_celt_enc_get_property),
1705         (gst_celt_enc_set_property), (gst_celt_enc_change_state):
1706         * ext/celt/gstceltenc.h:
1707         Add CELT encoder and decoder elements based on the Speex elements.
1708
1709 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1710
1711         Patch by: Tal Shalif <tshalif at nargila dot org>
1712
1713         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_initsdl):
1714         Use g_setenv() and g_unsetenv() instead of setenv() to fix compilation
1715         with mingw. Fixes bug #545247.
1716
1717 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
1718
1719         * configure.ac:
1720         Back to development -> 0.10.8.1
1721
1722 === release 0.10.8 ===
1723
1724 2008-07-28  Jan Schmidt <jan.schmidt@sun.com>
1725
1726         * configure.ac:
1727           releasing 0.10.8, "Vapour Trails"
1728
1729 2008-07-25  Jan Schmidt  <jan.schmidt@sun.com>
1730
1731         * configure.ac:
1732         0.10.7.3 pre-release
1733
1734         * po/LINGUAS:
1735         * po/id.po:
1736         Add Indonesian translation.
1737
1738 2008-07-23  Michael Smith <msmith@songbirdnest.com>
1739
1740         * gst/festival/gstfestival.c:
1741           Guard unistd.h with HAVE_UNISTD_H
1742         * gst/modplug/libmodplug/load_it.cpp:
1743         * gst/modplug/libmodplug/sndfile.cpp:
1744         * gst/modplug/libmodplug/sndfile.h:
1745         * gst/modplug/libmodplug/stdafx.h:
1746           Support for compiling with MSVC: use _MSC_VER for detecting MSVC instead
1747           of MSC_VER. Make CanPackSamples take the type it's passed. Change scope
1748           of a variable in load_it.cpp to MSVC's scoping rules.
1749         * gst/sdp/gstsdpdemux.c:
1750           Guard unistd.h with HAVE_UNISTD_H
1751           Fixes #544457.
1752
1753 2008-07-22  Stefan Kost  <ensonic@users.sf.net>
1754
1755         * ext/timidity/gsttimidity.c:
1756           Fix compiler warning. Fixes #544050.
1757
1758 2008-07-21  Jan Schmidt  <jan.schmidt@sun.com>
1759
1760         * configure.ac:
1761         Don't check for nav_print.h any more - it should be included in
1762         the libdvdnav development package if libdvdnav headers depend on it.
1763         Fixes: #543846
1764
1765 2008-07-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1766
1767         * configure.ac:
1768         * ext/ladspa/Makefile.am:
1769         Link the ladspa plugin with -ldl. It's needed for dlopen() and friends
1770         for loading the ladspa plugins and previously was linked in by
1771         gmodule. Fixes bug #543848.
1772
1773 2008-07-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1774
1775         * gst/modplug/libmodplug/Makefile.am:
1776         Use GST_CXXFLAGS instead of GST_CFLAGS for CXXFLAGS. GST_CFLAGS
1777         can contain compiler parameters that are invalid for C++.
1778         Fixes bug #543860.
1779
1780 2008-07-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1781
1782         * ext/resindvd/Makefile.am:
1783         Dist missing header files. Fixes bug #543861.
1784
1785 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
1786
1787         * configure.ac:
1788         0.10.7.2 pre-release
1789
1790 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
1791
1792         * ext/Makefile.am:
1793         Dist and recurse into resindvd subdir
1794
1795 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
1796
1797         * configure.ac:
1798         Remove interleave and replaygain configure.ac pieces too
1799
1800 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
1801
1802         * po/LINGUAS:
1803         * po/lt.po:
1804         Add new lithunian translation, and add french to the LINGUAS
1805         file.
1806
1807 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
1808
1809         * docs/plugins/Makefile.am:
1810         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1811         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1812         * docs/plugins/gst-plugins-bad-plugins.args:
1813         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
1814         * docs/plugins/gst-plugins-bad-plugins.interfaces:
1815         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
1816         * docs/plugins/inspect/plugin-interleave.xml:
1817         * docs/plugins/inspect/plugin-replaygain.xml:
1818         * gst/interleave/Makefile.am:
1819         * gst/interleave/deinterleave.c:
1820         * gst/interleave/deinterleave.h:
1821         * gst/interleave/interleave.c:
1822         * gst/interleave/interleave.h:
1823         * gst/interleave/plugin.c:
1824         * gst/interleave/plugin.h:
1825         * gst/replaygain/Makefile.am:
1826         * gst/replaygain/gstrganalysis.c:
1827         * gst/replaygain/gstrganalysis.h:
1828         * gst/replaygain/gstrglimiter.c:
1829         * gst/replaygain/gstrglimiter.h:
1830         * gst/replaygain/gstrgvolume.c:
1831         * gst/replaygain/gstrgvolume.h:
1832         * gst/replaygain/replaygain.c:
1833         * gst/replaygain/replaygain.h:
1834         * gst/replaygain/rganalysis.c:
1835         * gst/replaygain/rganalysis.h:
1836         * tests/check/Makefile.am:
1837         * tests/check/elements/deinterleave.c:
1838         * tests/check/elements/interleave.c:
1839         * tests/check/elements/rganalysis.c:
1840         * tests/check/elements/rglimiter.c:
1841         * tests/check/elements/rgvolume.c:
1842         Remove interleave and replaygain plugins that have moved to -good
1843
1844 2008-07-18  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1845
1846         * configure.ac:
1847         * gst/deinterlace2/Makefile.am:
1848         * gst/deinterlace2/gstdeinterlace2.c:
1849         (gst_deinterlace2_methods_get_type), (gst_deinterlace2_set_method),
1850         (gst_deinterlace2_class_init), (gst_deinterlace2_init):
1851         * gst/deinterlace2/gstdeinterlace2.h:
1852         * gst/deinterlace2/tvtime/greedy.c:
1853         (gst_deinterlace_method_greedy_l_class_init):
1854         * gst/deinterlace2/tvtime/greedyh.c:
1855         (gst_deinterlace_method_greedy_h_class_init):
1856         * gst/deinterlace2/tvtime/vfir.c:
1857         (gst_deinterlace_method_vfir_class_init):
1858         Disable the tomsmocomp algorithm for this release as it's buggy
1859         and has no C implementation yet.
1860
1861         Build the deinterlace2 plugin on all architectures but still mark it
1862         as experimental.
1863         
1864         Build the x86 inline assembly only if GCC inline assembly is supported
1865         and only on x86 or amd64. Fixes bug #543286.
1866
1867 2008-07-16  Jan Schmidt  <Jan.Schmidt@sun.com>
1868
1869         * gst/real/gstrealvideodec.c: (open_library):
1870         Add some casts to fix the build on Forte
1871
1872 2008-07-14  Edward Hervey  <edward.hervey@collabora.co.uk>
1873
1874         * gst/deinterlace2/tvtime/greedy.c:
1875         (gst_deinterlace_method_greedy_l_class_init):
1876         * gst/deinterlace2/tvtime/greedyh.c:
1877         (gst_deinterlace_method_greedy_h_class_init):
1878         * gst/deinterlace2/tvtime/vfir.c:
1879         (gst_deinterlace_method_vfir_class_init):
1880         Fix build on x86_64
1881
1882 2008-07-14  Jan Schmidt  <thaytan@noraisin.net>
1883
1884         * ext/resindvd/gstmpegdemux.c:
1885         Remove whitespace line.
1886
1887         * ext/resindvd/resindvdbin.c:
1888         * ext/resindvd/resindvdbin.h:
1889         Make it so that audio/video pads aren't added to the bin
1890         until after data flow starts.
1891
1892         * ext/resindvd/resin-play:
1893         Move video buffer queue outside resindvdbin
1894
1895         * ext/resindvd/resindvdsrc.c:
1896         Check that the nav_clock_id didn't already get unscheduled.
1897
1898         * gst/dvdspu/gstdvdspu.c:
1899         Remove assert that sometimes triggers erroneously.
1900
1901 2008-07-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1902
1903         * gst/deinterlace2/tvtime/greedyh.asm:
1904         Always use the C implementation if width is not a multiple of 4. The
1905         assembly optimized version only handle this and calling the C
1906         implementation for the remaining part doesn't work because it needs
1907         previous calculations.
1908
1909 2008-07-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1910
1911         * gst/deinterlace2/tvtime/greedyh.asm:
1912         * gst/deinterlace2/tvtime/greedyh.c:
1913         * gst/deinterlace2/tvtime/greedyhmacros.h:
1914         Some cleanup, use 3DNOW instead of TDNOW in macros.
1915
1916         * gst/deinterlace2/tvtime/tomsmocomp.c:
1917         (gst_deinterlace_method_tomsmocomp_class_init):
1918         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
1919         * gst/deinterlace2/tvtime/tomsmocomp/tomsmocompmacros.h:
1920         The SSE method in fact only needs MMXEXT, declare it as such.
1921
1922 2008-07-11  Jan Schmidt  <thaytan@noraisin.net>
1923
1924         * docs/plugins/.cvsignore:
1925         Ignore *-undeclared.txt
1926
1927         * ext/resindvd/rsnaudiomunge.c:
1928         Turn g_print's into debug statements.
1929
1930         * ext/resindvd/resin-play:
1931         * ext/resindvd/Makefile.am:
1932         * ext/resindvd/resindvdbin.c:
1933         * ext/resindvd/resindvdbin.h:
1934         * ext/resindvd/rsnparsetter.c:
1935         * ext/resindvd/rsnparsetter.h:
1936         * ext/resindvd/rsnwrappedbuffer.c:
1937         * ext/resindvd/rsnwrappedbuffer.h:
1938         Add a bloated implementation of a really simple idea: Replace the
1939         pixel-aspect-ratio in the output video with a prescribed one when
1940         necessary. There must be an easier way.
1941
1942         Split the dvdspu out of the resindvdbin and put out the subpicture
1943         stream on the subpicture pad.
1944
1945         * ext/resindvd/gstmpegdemux.c:
1946         Send video-aspect events down the pipe from the demuxer.
1947
1948         * ext/resindvd/resindvdsrc.c:
1949         * ext/resindvd/resindvdsrc.h:
1950         Handle timed-stills somewhat using g_cond_timed_wait, with a FIXME
1951         to make it use clock-waiting later.
1952
1953         * ext/resindvd/rsnbasesrc.c:
1954         Don't overwrite the last_stop in the basesrc segment after a seamless
1955         seek.
1956
1957 2008-07-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1958
1959         * gst/mpegtsparse/mpegtspacketizer.c:
1960         Convert extended event text to UTF-8.
1961
1962 2008-07-10  Stefan Kost  <ensonic@users.sf.net>
1963
1964         * docs/plugins/Makefile.am:
1965         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1966         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1967         * docs/plugins/gst-plugins-bad-plugins.args:
1968         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
1969         * docs/plugins/gst-plugins-bad-plugins.interfaces:
1970         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
1971         * docs/plugins/gst-plugins-bad-plugins.signals:
1972         * docs/plugins/inspect/plugin-stereo.xml:
1973         * gst/stereo/gststereo.c:
1974           Document one more.
1975
1976 2008-07-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1977
1978         * gst/mpegtsparse/gstmpegdesc.h:
1979         Fix extended event descriptor parsing, out by 1 in position of
1980         text length.
1981
1982 2008-07-09  Stefan Kost  <ensonic@users.sf.net>
1983
1984         * gst/festival/gstfestival.c:
1985           Add a note to the docs, that festival need to be running. Also log an
1986           error it it is not. Fixes #541327
1987
1988 2008-07-08  Thijs Vermeir  <thijsvermeir@gmail.com>
1989
1990         patch by: Ilja Pavkovic <illsen@gumblfarz.de>
1991
1992         * gst/librfb/gstrfbsrc.c:
1993         * gst/librfb/gstrfbsrc.h:
1994         Add view-only property to ignore the navigation events
1995
1996 2008-07-08  Michael Smith <msmith@songbirdnest.com>
1997
1998         * sys/dshowdecwrapper/gstdshowaudiodec.c:
1999           Revert previous patch apart from typo fixes; the patch was not
2000           independently useful.
2001
2002 2008-07-08  Michael Smith <msmith@songbirdnest.com>
2003
2004         Based on patch by: Alessandro Decina <alessandro@nnva.org>
2005         * sys/dshowdecwrapper/gstdshowaudiodec.c:
2006         * sys/dshowdecwrapper/gstdshowdecwrapper.h:
2007         * sys/dshowdecwrapper/gstdshowvideodec.c:
2008           Add AAC, AC3 to handled codecs.
2009           Fix handling of flush events.
2010           Improve debug/error output.
2011           Fix a number of typos in comments and variable names.
2012
2013 2008-07-08  Thijs Vermeir  <thijsvermeir@gmail.com>
2014
2015         patch by: Ilja Pavkovic <illsen@gumblfarz.de>
2016
2017         * gst/librfb/rfbdecoder.c:
2018         Implement ServerCutText message
2019
2020 2008-07-08  Thijs Vermeir  <thijsvermeir@gmail.com>
2021
2022         patch by: Ilja Pavkovic <illsen@gumblfarz.de>
2023
2024         * gst/librfb/gstrfbsrc.c:
2025         * gst/librfb/rfbdecoder.c:
2026         Add property for shared desktop
2027
2028 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2029
2030         * configure.ac:
2031         Don't include ERROR_CFLAGS in GST_CXXFLAGS as it might include
2032         flags that are invalid for C++.
2033
2034 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2035
2036         * ext/spc/gstspc.c: (spc_setup):
2037         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopTop.inc:
2038         Don't use declarations after statements in the remaining code.
2039
2040 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2041
2042         Patch by:
2043           Jonathan Rosser <jonathan dot rosser at rd dot bbc dot co dot uk>
2044
2045         * ext/metadata/metadataexif.c: (metadataparse_handle_unit_tags):
2046         * ext/metadata/metadataxmp.c:
2047         (metadataparse_xmp_iter_add_to_tag_list):
2048         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_start):
2049         * ext/timidity/gstwildmidi.c: (gst_wildmidi_loop):
2050         Don't use declarations after statements.
2051
2052 2008-07-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2053
2054         patch by: Alessandro Decina
2055
2056         * gst/mpegtsparse/mpegtsparse.c:
2057         Fix memory leak by unreffing structures when not needed.
2058         Fixes #539292.
2059
2060 2008-07-07  Stefan Kost  <ensonic@users.sf.net>
2061
2062         * gst/sdp/gstsdpdemux.c:
2063           Use floating point math for latencies < 0 sec in log output.
2064
2065 2008-07-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2066
2067         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll2.inc:
2068         Mark internal processing functions as static inline for quite some
2069         speedup as they're used only once and need to get many local variables
2070         passed as parameter.
2071
2072 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2073
2074         * gst/deinterlace2/gstdeinterlace2.c:
2075         (gst_deinterlace_method_deinterlace_frame),
2076         (gst_deinterlace2_set_method), (gst_deinterlace2_init),
2077         (gst_deinterlace2_reset_history), (gst_deinterlace2_reset),
2078         (gst_deinterlace2_set_property), (gst_deinterlace2_get_property),
2079         (gst_deinterlace2_pop_history), (gst_deinterlace2_head_history),
2080         (gst_deinterlace2_push_history), (gst_deinterlace2_chain),
2081         (gst_deinterlace2_setcaps), (gst_deinterlace2_sink_event),
2082         (gst_deinterlace2_change_state), (gst_deinterlace2_src_event),
2083         (gst_deinterlace2_src_query):
2084         * gst/deinterlace2/gstdeinterlace2.h:
2085         Call the current instance "self" instead of "object".
2086
2087 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2088
2089         * gst/deinterlace2/gstdeinterlace2.c:
2090         (gst_deinterlace_method_get_latency),
2091         (gst_deinterlace2_set_method), (gst_deinterlace2_class_init),
2092         (gst_deinterlace2_push_history), (gst_deinterlace2_chain),
2093         (gst_deinterlace2_setcaps), (gst_deinterlace2_src_query):
2094         * gst/deinterlace2/gstdeinterlace2.h:
2095         Include latency of the method in the returned latency.
2096
2097         Fix outputting of all fields, i.e. doubling of the framerate.
2098
2099 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2100
2101         * gst/deinterlace2/Makefile.am:
2102         * gst/deinterlace2/gstdeinterlace2.c:
2103         (gst_deinterlace_method_class_init), (gst_deinterlace_method_init),
2104         (gst_deinterlace_method_deinterlace_frame),
2105         (gst_deinterlace_method_get_fields_required),
2106         (gst_deinterlace2_methods_get_type), (_do_init),
2107         (gst_deinterlace2_set_method), (gst_deinterlace2_class_init),
2108         (gst_deinterlace2_child_proxy_get_child_by_index),
2109         (gst_deinterlace2_child_proxy_get_children_count),
2110         (gst_deinterlace2_child_proxy_interface_init),
2111         (gst_deinterlace2_init), (gst_deinterlace2_finalize),
2112         (gst_deinterlace2_chain), (gst_deinterlace2_src_query):
2113         * gst/deinterlace2/gstdeinterlace2.h:
2114         * gst/deinterlace2/tvtime/greedy.c:
2115         (deinterlace_greedy_packed422_scanline_c),
2116         (deinterlace_greedy_packed422_scanline_mmx),
2117         (deinterlace_greedy_packed422_scanline_mmxext),
2118         (deinterlace_frame_di_greedy),
2119         (gst_deinterlace_method_greedy_l_set_property),
2120         (gst_deinterlace_method_greedy_l_get_property),
2121         (gst_deinterlace_method_greedy_l_class_init),
2122         (gst_deinterlace_method_greedy_l_init):
2123         * gst/deinterlace2/tvtime/greedyh.asm:
2124         * gst/deinterlace2/tvtime/greedyh.c: (greedyDScaler_C),
2125         (deinterlace_frame_di_greedyh),
2126         (gst_deinterlace_method_greedy_h_set_property),
2127         (gst_deinterlace_method_greedy_h_get_property),
2128         (gst_deinterlace_method_greedy_h_class_init),
2129         (gst_deinterlace_method_greedy_h_init):
2130         * gst/deinterlace2/tvtime/greedyh.h:
2131         * gst/deinterlace2/tvtime/plugins.h:
2132         * gst/deinterlace2/tvtime/tomsmocomp.c:
2133         (gst_deinterlace_method_tomsmocomp_set_property),
2134         (gst_deinterlace_method_tomsmocomp_get_property),
2135         (gst_deinterlace_method_tomsmocomp_class_init),
2136         (gst_deinterlace_method_tomsmocomp_init):
2137         * gst/deinterlace2/tvtime/tomsmocomp.h:
2138         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
2139         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_frame_vfir),
2140         (gst_deinterlace_method_vfir_class_init),
2141         (gst_deinterlace_method_vfir_init):
2142         Use a GstObject subtype for the deinterlacing methods and export
2143         the different settings for each deinterlacing method via GObject
2144         properties.
2145
2146         Implement GstChildProxy interface to allow access to the used
2147         deinterlacing method and to allow adjusting the different settings.
2148
2149         Move global variables of the tomsmocomp deinterlacing method into
2150         function local variables to make it possible to use this deinterlacing
2151         method from different instances.
2152
2153 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2154
2155         * gst/deinterlace2/tvtime/greedyh.asm:
2156         Support widths that are not a multiply of 4 when using the assembly
2157         optimized greedyh implementations.
2158
2159 2008-07-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2160
2161         * gst/deinterlace2/tvtime/greedyh.c:
2162         (deinterlace_frame_di_greedyh):
2163         Only build the assembly optimized implementations on x86.
2164
2165 2008-07-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2166
2167         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
2168
2169         * configure.ac:
2170         Fix checking of headers for the OSS4 plugin to fail if a single
2171         header doesn't exist already. AC_CHECK_HEADERS only fails if none
2172         of the headers is found. Fixes bug #541543.
2173
2174 2008-07-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2175
2176         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
2177
2178         * configure.ac:
2179         * gst/festival/Makefile.am:
2180         * gst/festival/gstfestival.c:
2181         Fix built of the festival plugin with mingw32 by linking to ws2_32.dll
2182         and including winsock headers. Fixes bug #541522.
2183
2184 2008-07-03  Peter Kjellerstedt  <pkj@axis.com>
2185
2186         * ChangeLog:
2187         * gst/rtpmanager/gstrtpjitterbuffer.c: (gst_rtp_jitter_buffer_loop):
2188         * gst/rtpmanager/rtpsource.c: (rtp_source_get_new_sr):
2189         Corrected a typo (interpollate -> interpolate).
2190
2191 2008-07-03  Peter Kjellerstedt  <pkj@axis.com>
2192
2193         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_process_rtp),
2194         (gst_rtp_session_send_rtp), (gst_rtp_session_send_rtcp),
2195         (gst_rtp_session_sync_rtcp), (gst_rtp_session_chain_recv_rtp),
2196         (gst_rtp_session_chain_recv_rtcp), (gst_rtp_session_chain_send_rtp):
2197         * gst/rtpmanager/rtpsession.c: (source_push_rtp),
2198         (rtp_session_send_rtp):
2199         * gst/rtpmanager/rtpsource.c: (push_packet), (calculate_jitter),
2200         (rtp_source_process_rtp), (rtp_source_send_rtp):
2201         Changed some GST_DEBUG() to GST_LOG() to reduce the spam when a
2202         pipeline is running normally.
2203
2204 2008-07-03  Peter Kjellerstedt  <pkj@axis.com>
2205
2206         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_init),
2207         (gst_rtp_session_finalize), (rtcp_thread),
2208         (gst_rtp_session_chain_recv_rtp), (gst_rtp_session_chain_recv_rtcp),
2209         (gst_rtp_session_event_send_rtp_sink),
2210         (gst_rtp_session_chain_send_rtp):
2211         * gst/rtpmanager/rtpsession.c: (check_collision),
2212         (update_arrival_stats), (rtp_session_process_rtp),
2213         (rtp_session_process_rtcp), (rtp_session_send_rtp),
2214         (rtp_session_send_bye_locked), (rtp_session_send_bye),
2215         (rtp_session_next_timeout), (session_report_blocks), (session_cleanup),
2216         (is_rtcp_time), (rtp_session_on_timeout):
2217         * gst/rtpmanager/rtpsession.h:
2218         Do not mix the use of g_get_current_time() with gst_clock_get_time().
2219
2220 2008-07-01  Jan Schmidt  <jan.schmidt@sun.com>
2221
2222         * gst/mpegvideoparse/mpegvideoparse.c:
2223         * gst/mpegvideoparse/mpegvideoparse.h:
2224         Queue new-segment events and send them after caps have been
2225         determined and set, so that the decoder will have been auto-plugged.
2226
2227 2008-07-01  Edward Hervey  <edward.hervey@collabora.co.uk>
2228
2229         Patch by : Michael Smith <msmith @ xiph dot org>
2230         
2231         * sys/qtwrapper/audiodecoders.c: (qtwrapper_audio_decoder_init),
2232         (clear_AudioStreamBasicDescription), (fill_indesc_mp3),
2233         (fill_indesc_aac), (make_samr_magic_cookie), (write_len),
2234         (make_aac_magic_cookie), (open_decoder), (process_buffer_cb),
2235         (qtwrapper_audio_decoder_chain),
2236         (qtwrapper_audio_decoder_sink_event),
2237         (qtwrapper_audio_decoder_base_init),
2238         (qtwrapper_audio_decoder_class_init),
2239         (qtwrapper_audio_decoders_register):
2240         * sys/qtwrapper/codecmapping.h:
2241         * sys/qtwrapper/imagedescription.c: (image_description_for_avc1),
2242         (image_description_for_mp4v), (image_description_from_stsd_buffer):
2243         * sys/qtwrapper/imagedescription.h:
2244         * sys/qtwrapper/qtutils.c: (get_name_info_from_component),
2245         (dump_avcc_atom), (dump_image_description),
2246         (AllocateAudioBufferList):
2247         * sys/qtwrapper/qtutils.h:
2248         * sys/qtwrapper/qtwrapper.c: (plugin_init):
2249         * sys/qtwrapper/qtwrapper.h:
2250         * sys/qtwrapper/videodecoders.c:
2251         (qtwrapper_video_decoder_base_init), (open_decoder),
2252         (decompressCb), (qtwrapper_video_decoder_chain),
2253         (qtwrapper_video_decoders_register):
2254         Make qtwrapper compile/work on win32.
2255         Lots of fixes
2256         Fixes #531840
2257
2258 2008-06-30  Jan Schmidt  <jan.schmidt@sun.com>
2259
2260         * gst/rawparse/gstvideoparse.c:
2261         Fix size calculation for RGB buffers -> bpp is in bits, so divide by 8
2262
2263 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2264
2265         * gst/deinterlace2/Makefile.am:
2266         * gst/deinterlace2/tvtime/tomsmocomp.c: (tomsmocomp_init),
2267         (tomsmocomp_filter_mmx), (tomsmocomp_filter_3dnow),
2268         (tomsmocomp_filter_sse), (deinterlace_frame_di_tomsmocomp):
2269         * gst/deinterlace2/tvtime/tomsmocomp.h:
2270         Remove useless file and mark everything possible as static.
2271
2272         * gst/deinterlace2/tvtime/greedy.c:
2273         * gst/deinterlace2/tvtime/greedyh.c:
2274         Use "_stdint.h" instead of <stdint.h>.
2275
2276 2008-06-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2277
2278         * gst/deinterlace2/Makefile.am:
2279         * gst/deinterlace2/gstdeinterlace2.c: (gst_deinterlace2_init):
2280         * gst/deinterlace2/tvtime/greedy.c: (deinterlace_frame_di_greedy):
2281         * gst/deinterlace2/tvtime/greedyh.c:
2282         (deinterlace_frame_di_greedyh):
2283         * gst/deinterlace2/tvtime/speedtools.h:
2284         * gst/deinterlace2/tvtime/speedy.c:
2285         * gst/deinterlace2/tvtime/speedy.h:
2286         * gst/deinterlace2/tvtime/tomsmocomp.c: (Fieldcopy):
2287         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
2288         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_frame_vfir):
2289         Get rid of speedy.[ch] as we don't use most of it's code anyway
2290         and it doesn't seem to be relicensed to LGPL. Use memcpy() instead
2291         of the speedy memcpy everywhere instead.
2292         
2293         * gst/deinterlace2/gstdeinterlace2.h:
2294         Remove many unused declarations.
2295
2296 2008-06-28  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2297
2298         * ext/mpeg2enc/gstmpeg2encoptions.cc:
2299         * ext/mpeg2enc/gstmpeg2encoptions.hh:
2300         Expose the additional MPEG HDTV format profiles available in latest
2301         mjpegtools version.
2302
2303 2008-06-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2304
2305         * gst/deinterlace2/gstdeinterlace2.c: (gst_deinterlace2_src_query):
2306         Divide latency be 2 to convert from fields to frames.
2307
2308 2008-06-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2309
2310         * gst/deinterlace2/tvtime/greedy.c:
2311         (deinterlace_greedy_packed422_scanline_c),
2312         (deinterlace_greedy_packed422_scanline_mmx),
2313         (deinterlace_greedy_packed422_scanline_mmxext),
2314         (deinterlace_frame_di_greedy):
2315         Don't use scanlines function from gstdeinterlace2 as it's
2316         not appropiate for this method. Instead implement deinterlace_frame
2317         function by taking the one from greedyh.
2318         
2319         * gst/deinterlace2/tvtime/greedyh.c: (greedyDScaler_C):
2320         Small fix for the C implementation.
2321
2322         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_frame_vfir):
2323         Don't use the scanlines function from gstdeinterlace2 as it's only
2324         used for this method and will be removed. Instead implement
2325         deinterlace_frame function and make it a bit more efficient.
2326
2327         * gst/deinterlace2/gstdeinterlace2.c:
2328         (gst_deinterlace2_class_init), (gst_deinterlace2_set_method),
2329         (gst_deinterlace2_push_history), (gst_deinterlace2_chain),
2330         (gst_deinterlace2_setcaps), (gst_deinterlace2_sink_event),
2331         (gst_deinterlace2_change_state), (gst_deinterlace2_src_event),
2332         (gst_deinterlace2_src_query):
2333         Fix coding style and remove scanlines function as it's unused now.
2334
2335 2008-06-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2336
2337         * gst/deinterlace2/tvtime/greedyh.asm:
2338         * gst/deinterlace2/tvtime/greedyh.c: (greedyDScaler_C),
2339         (deinterlace_frame_di_greedyh), (dscaler_greedyh_get_method):
2340         * gst/deinterlace2/tvtime/greedyhmacros.h:
2341         Add a C implementation for the greedyh deinterlacing method, clean
2342         up the code a bit and mark the SSE version as MMXEXT as it doesn't
2343         require any SSE instructions.
2344
2345 2008-06-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2346
2347         * gst/deinterlace2/gstdeinterlace2.c:
2348         (gst_deinterlace2_set_property), (gst_deinterlace2_chain),
2349         (gst_deinterlace2_setcaps):
2350         If we're outputting all fields the framerate has to be doubled.
2351
2352         Set duration on the outgoing buffers.
2353
2354 2008-06-26  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2355
2356         * docs/plugins/Makefile.am:
2357         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
2358         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
2359         * gst/y4m/gsty4mencode.c:
2360         Add documentation for YUV4MPEG2 encoder element.
2361
2362 2008-06-25  Edward Hervey  <edward.hervey@collabora.co.uk>
2363
2364         * gst/deinterlace2/tvtime/tomsmocomp/tomsmocompmacros.h:
2365         Remove unneeded macros that break build on macosx.
2366
2367 2008-06-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
2368
2369         * configure.ac:
2370           Depend on released versions of core and -base.
2371
2372 2008-06-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2373
2374         * gst/deinterlace2/tvtime/greedy.c:
2375         (deinterlace_greedy_packed422_scanline_mmx),
2376         (deinterlace_greedy_packed422_scanline_mmxext):
2377         Optimize MMX/MMXEXT implementations a bit by requiring two less
2378         memory accesses and fix the workaround for the missing right shift
2379         on bytes to unset the highest bit of every byte.
2380
2381 2008-06-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2382
2383         * gst/deinterlace2/tvtime/greedy.c:
2384         (deinterlace_greedy_packed422_scanline_mmxext):
2385         Remove sfence instruction as it's not needed and actually is an SSE
2386         instruction.
2387
2388 2008-06-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2389
2390         * gst/deinterlace2/tvtime/greedy.c:
2391         (deinterlace_greedy_packed422_scanline_mmx),
2392         (deinterlace_greedy_packed422_scanline):
2393         Add plain MMX implementation for the greedyl method.
2394
2395 2008-06-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2396
2397         * gst/deinterlace2/Makefile.am:
2398         Move the assembly includes to noinst_HEADERS where they belong.
2399
2400         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_line_c),
2401         (deinterlace_line_mmx):
2402         Fix C and MMX implementations a bit more.
2403
2404 2008-06-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2405
2406         * gst/deinterlace2/tvtime/greedy.c:
2407         (deinterlace_greedy_packed422_scanline_c),
2408         (deinterlace_greedy_packed422_scanline_mmxext),
2409         (deinterlace_greedy_packed422_scanline):
2410         Fix the C implementation to produce correct results and optimize the
2411         MMXEXT implementation.
2412
2413         Handle odd widths and don't read over array boundaries in the MMXEXT
2414         implementation.
2415
2416         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_line_c),
2417         (deinterlace_line_mmx), (deinterlace_scanline_vfir):
2418         Fix a small rounding bug in the MMX implementation, the MMX
2419         implementation doesn't actually need MMXEXT instructions so don't mark
2420         it as such.
2421
2422         Handle odd widths in both implementations.
2423
2424 2008-06-22  Stefan Kost  <ensonic@users.sf.net>
2425
2426         * ext/resindvd/rsnbasesrc.c:
2427           Use the right i18n header.
2428
2429 2008-06-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2430
2431         * gst/deinterlace2/tvtime/greedy.c:
2432         (deinterlace_greedy_packed422_scanline_sse),
2433         (deinterlace_greedy_packed422_scanline_c),
2434         (deinterlace_greedy_packed422_scanline):
2435         Implement a C version of the greedy low motion algorithm and mark the
2436         assembly optimized version as SSE as it uses SSE instructions
2437         additional to MMX instructions.
2438
2439 2008-06-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2440
2441         Patch by: Sebastian Pölsterl
2442
2443         * gst/mpegtsparse/mpegtspacketizer.c:
2444         Fix problem when empty string is provided.
2445
2446 2008-06-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2447
2448         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_line_mmxext),
2449         (deinterlace_line_c), (deinterlace_scanline_vfir):
2450         Make it possible to use the vfir method on X86 CPUs without MMXEXT too
2451         but use the MMXEXT optimized code whenever possible.
2452
2453 2008-06-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2454
2455         * gst/deinterlace2/gstdeinterlace2.c:
2456         (gst_deinterlace2_class_init), (gst_deinterlace2_init),
2457         (gst_deinterlace2_reset_history), (gst_deinterlace2_reset),
2458         (gst_deinterlace2_finalize), (gst_deinterlace2_chain),
2459         (gst_deinterlace2_sink_event), (gst_deinterlace2_change_state),
2460         (gst_deinterlace2_src_query):
2461         * gst/deinterlace2/gstdeinterlace2.h:
2462         Reset element state on PAUSED->READY properly, don't leak any buffers
2463         when finalizing, allocate buffers with gst_pad_alloc_buffer() and
2464         properly return flow returns from gst_pad_push() instead of ignoring them.
2465
2466 2008-06-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2467
2468         * gst/deinterlace2/tvtime/tomsmocomp/tomsmocompmacros.h:
2469         Add missing header.
2470
2471 2008-06-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2472
2473         * configure.ac:
2474         * gst/deinterlace2/Makefile.am:
2475         * gst/deinterlace2/tvtime/greedyh.asm:
2476         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc:
2477         Fix compilation on generic x86/amd64 and include deinterlace2 in the
2478         build system. Because of several bugs it's still enabled only
2479         by --enable-experimental.
2480
2481 2008-06-20  Jan Schmidt  <jan.schmidt@sun.com>
2482
2483         * ext/resindvd/resindvdsrc.c:
2484         * ext/resindvd/resindvdsrc.h:
2485         Schedule NAV packets and activate them with an async clock callback
2486         at the right moment. This makes delayed menu highlights appear
2487         at the correct time and fixes Back To The Future.
2488
2489         When outputting new segment in do_seek(), calculate our position
2490         value properly, so we report the right time when popping in and
2491         out of the menus.
2492
2493         * ext/resindvd/rsnbasesrc.c:
2494         When handling a non-flushing seek, accumulate the segment,
2495         rather than having every seek start from 0 and messing with sync
2496
2497 2008-06-19  Stefan Kost  <ensonic@users.sf.net>
2498
2499         * gst/selector/gstoutputselector.c:
2500         * tests/icles/output-selector-test.c:
2501           Use BOILERPLATE macro and update test to the latest api changes.
2502
2503 2008-06-19  Wim Taymans  <wim.taymans@collabora.co.uk>
2504
2505         * examples/app/appsink-src.c: (on_new_buffer_from_source):
2506         Don't use a buffer after unreffing it.
2507
2508 2008-06-18  Stefan Kost  <ensonic@users.sf.net>
2509
2510         * ext/metadata/metadataexif.c:
2511           Add description tag mapping.
2512
2513 2008-06-18  Stefan Kost  <ensonic@users.sf.net>
2514
2515         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
2516         * examples/app/appsrc-ra.c:
2517         * examples/app/appsrc-seekable.c:
2518         * examples/app/appsrc-stream.c:
2519         * examples/app/appsrc-stream2.c:
2520         * ext/directfb/dfbvideosink.h:
2521         * ext/metadata/gstbasemetadata.c:
2522         * ext/metadata/gstbasemetadata.h:
2523         * ext/metadata/metadata.c:
2524         * ext/metadata/metadataexif.c:
2525         * ext/theora/theoradec.h:
2526         * gst/deinterlace2/gstdeinterlace2.h:
2527         * gst/deinterlace2/tvtime/speedy.c:
2528         * gst/deinterlace2/tvtime/speedy.h:
2529         * gst/deinterlace2/tvtime/vfir.c:
2530          Fix gtk-doc warnings. Also don't misuse api-doc comments for normal
2531          comments.
2532
2533 2008-06-17  Jan Schmidt  <jan.schmidt@sun.com>
2534
2535         * ext/resindvd/resindvdbin.c:
2536         Parse the URI argument into the device name so dvd:///path/to/image
2537         works.
2538
2539         * ext/resindvd/resindvdsrc.c:
2540         Implement a trivial duration query reporting the current PGC length.
2541
2542         * gst/dvdspu/gstdvdspu.c:
2543         Rename typo in the function name.
2544
2545 2008-06-17  Sebastian Dröge  <slomo@circular-chaos.org>
2546
2547         * configure.ac:
2548         Disable deinterlace2 plugin again which was accidently enabled
2549         with last commit.
2550
2551 2008-06-17  Sebastian Dröge  <slomo@circular-chaos.org>
2552
2553         * configure.ac:
2554         * ext/resindvd/resindvdsrc.h:
2555         Make resindvd work with libdvdnav >= 4.0.0.
2556
2557 2008-06-17  Jan Schmidt  <thaytan@noraisin.net>
2558
2559         * configure.ac:
2560         Check for libdvdnav to build resindvd.
2561
2562         * ext/Makefile.am:
2563         * ext/resindvd/Makefile.am:
2564         * ext/resindvd/gstmpegdefs.h:
2565         * ext/resindvd/gstmpegdemux.c:
2566         * ext/resindvd/gstmpegdemux.h:
2567         * ext/resindvd/gstmpegdesc.c:
2568         * ext/resindvd/gstmpegdesc.h:
2569         * ext/resindvd/gstpesfilter.c:
2570         * ext/resindvd/gstpesfilter.h:
2571         * ext/resindvd/plugin.c:
2572         * ext/resindvd/resin-play:
2573         * ext/resindvd/resindvdbin.c:
2574         * ext/resindvd/resindvdbin.h:
2575         * ext/resindvd/resindvdsrc.c:
2576         * ext/resindvd/resindvdsrc.h:
2577         * ext/resindvd/rsnaudiomunge.c:
2578         * ext/resindvd/rsnaudiomunge.h:
2579         * ext/resindvd/rsnbasesrc.c:
2580         * ext/resindvd/rsnbasesrc.h:
2581         * ext/resindvd/rsnpushsrc.c:
2582         * ext/resindvd/rsnpushsrc.h:
2583         * ext/resindvd/rsnstreamselector.c:
2584         * ext/resindvd/rsnstreamselector.h:
2585
2586         First commit of DVD-Video playback component 'rsndvdbin'
2587         and helper elements.
2588
2589         Use --enable-experimental for now, but feel free to give it a
2590         try using the resin-play script.
2591
2592         * gst/dvdspu/gstdvdspu.c:
2593         Add some extra guards for malformed events.
2594
2595 2008-06-16  David Schleef  <ds@schleef.org>
2596
2597         * configure.ac:
2598         Bump dirac requirement to 0.10 due to api changes.
2599
2600 2008-06-16  Andy Wingo  <wingo@pobox.com>
2601
2602         * gst-libs/gst/app/gstappsrc.c (gst_app_src_set_max_bytes)
2603         (gst_app_src_get_max_bytes, gst_app_src_push_buffer): Use
2604         G_GUINT64_FORMAT. Avoid overflow in get_max_bytes().
2605
2606 2008-06-16  Stefan Kost  <ensonic@users.sf.net>
2607
2608         * sys/dvb/gstdvbsrc.c:
2609           Move docblob upwards. Balance tags and restore blank line.
2610
2611 2008-06-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2612
2613         * sys/dvb/gstdvbsrc.c:
2614         Fix out of date docs.
2615
2616 2008-06-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2617
2618         Patch from: Vincent Genieux
2619
2620         * gst/mpegtsparse/mpegtsparse.c:
2621         Fix refcount issues, fixes #538560.
2622
2623 2008-06-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2624
2625         * gst/mpegtsparse/gstmpegdesc.h:
2626         * gst/mpegtsparse/mpegtspacketizer.c:
2627         Parse the extended event descriptor.
2628
2629 2008-06-16  Stefan Kost  <ensonic@users.sf.net>
2630
2631         * gst/rtpmanager/gstrtpjitterbuffer.c:
2632         * gst/speed/gstspeed.c:
2633         * gst/speexresample/gstspeexresample.c:
2634         * gst/videosignal/gstvideoanalyse.c:
2635         * gst/videosignal/gstvideodetect.c:
2636         * gst/videosignal/gstvideomark.c:
2637         * sys/dvb/gstdvbsrc.c:
2638         * sys/oss4/oss4-mixer.c:
2639         * sys/oss4/oss4-sink.c:
2640         * sys/oss4/oss4-source.c:
2641         * sys/wininet/gstwininetsrc.c:
2642           Final round of doc updates.
2643
2644 2008-06-16  Stefan Kost  <ensonic@users.sf.net>
2645
2646         * gst/deinterlace/gstdeinterlace.c:
2647         * gst/rtpmanager/gstrtpbin.c:
2648         * gst/rtpmanager/gstrtpclient.c:
2649         * gst/rtpmanager/gstrtpjitterbuffer.c:
2650         * gst/rtpmanager/gstrtpptdemux.c:
2651         * gst/rtpmanager/gstrtpsession.c:
2652         * gst/rtpmanager/gstrtpssrcdemux.c:
2653         * gst/sdp/gstsdpdemux.c:
2654           More doc updates. More xrefs.
2655
2656 2008-06-14  Julien Moutte  <julien@fluendo.com>
2657
2658         * gst/flv/gstflvdemux.c: (gst_flv_demux_cleanup),
2659         (gst_flv_demux_dispose):
2660         * gst/flv/gstflvdemux.h:
2661         * gst/flv/gstflvparse.c: (gst_flv_parse_audio_negotiate),
2662         (gst_flv_parse_tag_audio), (gst_flv_parse_video_negotiate),
2663         (gst_flv_parse_tag_video): Introduce demuxing support for AAC and
2664         H.264/AVC inside FLV.
2665         * sys/dshowdecwrapper/gstdshowaudiodec.c: (gst_dshowaudiodec_init),
2666         (gst_dshowaudiodec_chain), (gst_dshowaudiodec_push_buffer),
2667         (gst_dshowaudiodec_sink_event), (gst_dshowaudiodec_setup_graph):
2668         * sys/dshowdecwrapper/gstdshowaudiodec.h:
2669         * sys/dshowdecwrapper/gstdshowvideodec.c: (gst_dshowvideodec_init),
2670         (gst_dshowvideodec_sink_event), (gst_dshowvideodec_chain),
2671         (gst_dshowvideodec_push_buffer), (gst_dshowvideodec_src_getcaps):
2672         * sys/dshowdecwrapper/gstdshowvideodec.h: Lot of random fixes 
2673         to improve stability (ref counting, safety checks...)
2674
2675 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2676
2677         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_probe_modules):
2678         Disable sipro on 64bits, it crashes.
2679
2680 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2681
2682         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_chain),
2683         (close_library), (open_library),
2684         (gst_real_audio_dec_probe_modules), (gst_real_audio_dec_getcaps),
2685         (gst_real_audio_dec_setcaps), (gst_real_audio_dec_init),
2686         (gst_real_audio_dec_change_state), (gst_real_audio_dec_finalize):
2687         Add raversions we can support on the caps.
2688         Refactor the loading of the real codecs like realvideo so that we can
2689         implement probing.
2690         Probe all supported formats by trying to load the .so files, only report
2691         the versions on the caps that we can actually load.
2692
2693         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain),
2694         (gst_real_video_dec_getcaps), (gst_real_video_dec_setcaps),
2695         (open_library), (close_library),
2696         (gst_real_video_dec_probe_modules),
2697         (gst_real_video_dec_change_state), (gst_real_video_dec_init),
2698         (gst_real_video_dec_finalize), (gst_real_video_dec_class_init):
2699         * gst/real/gstrealvideodec.h:
2700         Change the loading of the library like the audio decoder.
2701         Probe the supported formats by trying to load the .so files and only
2702         report the versions on the caps that we can actually load.
2703
2704 2008-06-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2705
2706         patch by: Sebastian Pölsterl
2707
2708         * gst/mpegtsparse/mpegtspacketizer.c:
2709         Handle character sets in strings coming from DVB SI according
2710         to the DVB SI spec.
2711
2712 2008-06-13  Stefan Kost  <ensonic@users.sf.net>
2713
2714         * gst/replaygain/gstrganalysis.c:
2715         * gst/replaygain/gstrglimiter.c:
2716         * gst/replaygain/gstrgvolume.c:
2717           More doc updates.
2718
2719 2008-06-13  Stefan Kost  <ensonic@users.sf.net>
2720
2721         * docs/plugins/Makefile.am:
2722         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
2723         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
2724         * docs/plugins/gst-plugins-bad-plugins.args:
2725         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
2726         * docs/plugins/gst-plugins-bad-plugins.interfaces:
2727         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
2728         * docs/plugins/gst-plugins-bad-plugins.signals:
2729         * docs/plugins/inspect/plugin-alsaspdif.xml:
2730         * docs/plugins/inspect/plugin-amrwb.xml:
2731         * docs/plugins/inspect/plugin-app.xml:
2732         * docs/plugins/inspect/plugin-bayer.xml:
2733         * docs/plugins/inspect/plugin-bz2.xml:
2734         * docs/plugins/inspect/plugin-cdaudio.xml:
2735         * docs/plugins/inspect/plugin-cdxaparse.xml:
2736         * docs/plugins/inspect/plugin-dtsdec.xml:
2737         * docs/plugins/inspect/plugin-dvb.xml:
2738         * docs/plugins/inspect/plugin-dvdspu.xml:
2739         * docs/plugins/inspect/plugin-faac.xml:
2740         * docs/plugins/inspect/plugin-faad.xml:
2741         * docs/plugins/inspect/plugin-fbdevsink.xml:
2742         * docs/plugins/inspect/plugin-festival.xml:
2743         * docs/plugins/inspect/plugin-filter.xml:
2744         * docs/plugins/inspect/plugin-flvdemux.xml:
2745         * docs/plugins/inspect/plugin-freeze.xml:
2746         * docs/plugins/inspect/plugin-gsm.xml:
2747         * docs/plugins/inspect/plugin-gstinterlace.xml:
2748         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
2749         * docs/plugins/inspect/plugin-h264parse.xml:
2750         * docs/plugins/inspect/plugin-interleave.xml:
2751         * docs/plugins/inspect/plugin-jack.xml:
2752         * docs/plugins/inspect/plugin-ladspa.xml:
2753         * docs/plugins/inspect/plugin-metadata.xml:
2754         * docs/plugins/inspect/plugin-mms.xml:
2755         * docs/plugins/inspect/plugin-modplug.xml:
2756         * docs/plugins/inspect/plugin-mpeg2enc.xml:
2757         * docs/plugins/inspect/plugin-mpeg4videoparse.xml:
2758         * docs/plugins/inspect/plugin-mpegtsparse.xml:
2759         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
2760         * docs/plugins/inspect/plugin-musepack.xml:
2761         * docs/plugins/inspect/plugin-musicbrainz.xml:
2762         * docs/plugins/inspect/plugin-mve.xml:
2763         * docs/plugins/inspect/plugin-mythtv.xml
2764         * docs/plugins/inspect/plugin-nas.xml:
2765         * docs/plugins/inspect/plugin-neon.xml:
2766         * docs/plugins/inspect/plugin-nsfdec.xml:
2767         * docs/plugins/inspect/plugin-nuvdemux.xml:
2768         * docs/plugins/inspect/plugin-oss4.xml
2769         * docs/plugins/inspect/plugin-rawparse.xml:
2770         * docs/plugins/inspect/plugin-real.xml:
2771         * docs/plugins/inspect/plugin-replaygain.xml:
2772         * docs/plugins/inspect/plugin-rfbsrc.xml:
2773         * docs/plugins/inspect/plugin-sdl.xml:
2774         * docs/plugins/inspect/plugin-sdp.xml:
2775         * docs/plugins/inspect/plugin-selector.xml:
2776         * docs/plugins/inspect/plugin-sndfile.xml:
2777         * docs/plugins/inspect/plugin-soundtouch.xml:
2778         * docs/plugins/inspect/plugin-spcdec.xml:
2779         * docs/plugins/inspect/plugin-speed.xml:
2780         * docs/plugins/inspect/plugin-speexresample.xml:
2781         * docs/plugins/inspect/plugin-stereo.xml:
2782         * docs/plugins/inspect/plugin-subenc.xml
2783         * docs/plugins/inspect/plugin-timidity.xml:
2784         * docs/plugins/inspect/plugin-tta.xml:
2785         * docs/plugins/inspect/plugin-vcdsrc.xml:
2786         * docs/plugins/inspect/plugin-videosignal.xml:
2787         * docs/plugins/inspect/plugin-vmnc.xml:
2788         * docs/plugins/inspect/plugin-wildmidi.xml:
2789         * docs/plugins/inspect/plugin-x264.xml:
2790         * docs/plugins/inspect/plugin-xvid.xml:
2791         * docs/plugins/inspect/plugin-y4menc.xml:
2792         * ext/amrwb/gstamrwbdec.c:
2793         * ext/amrwb/gstamrwbenc.c:
2794         * ext/amrwb/gstamrwbparse.c:
2795         * ext/dc1394/gstdc1394.c:
2796         * ext/directfb/dfbvideosink.c:
2797         * ext/ivorbis/vorbisdec.c:
2798         * ext/jack/gstjackaudiosink.c:
2799         * ext/mpeg2enc/gstmpeg2enc.cc:
2800         * ext/mplex/gstmplex.cc:
2801         * ext/musicbrainz/gsttrm.c:
2802         * ext/mythtv/gstmythtvsrc.c:
2803         * ext/theora/theoradec.c:
2804         * ext/timidity/gsttimidity.c:
2805         * ext/timidity/gstwildmidi.c:
2806         * gst-libs/gst/app/gstappsink.c:
2807         * gst/deinterlace/gstdeinterlace.c:
2808         * gst/dvdspu/gstdvdspu.c:
2809         * gst/festival/gstfestival.c:
2810         * gst/freeze/gstfreeze.c:
2811         * gst/interleave/deinterleave.c:
2812         * gst/interleave/interleave.c:
2813         * gst/modplug/gstmodplug.cc:
2814         * gst/nuvdemux/gstnuvdemux.c:
2815           Add missing elements to docs. Fix doc-markup: use convinience syntax
2816           for examples (produces valid docbook), add several refsec2 when we
2817           have several titles. Fix some types.
2818
2819 2008-06-12  Wim Taymans  <wim.taymans@collabora.co.uk>
2820
2821         * examples/app/.cvsignore:
2822         * examples/app/Makefile.am:
2823         * examples/app/appsink-src.c: (on_new_buffer_from_source),
2824         (on_source_message), (on_sink_message), (main):
2825         Add beefed up example app from bug #413418. It now also uses appsink
2826         instead of fakesink for more ultimate coolness.
2827
2828         * gst-libs/gst/app/gstappsrc.c: (gst_app_src_class_init),
2829         (gst_app_src_init), (gst_app_src_set_property),
2830         (gst_app_src_get_property), (gst_app_src_unlock),
2831         (gst_app_src_unlock_stop), (gst_app_src_create),
2832         (gst_app_src_set_max_bytes), (gst_app_src_push_buffer),
2833         (gst_app_src_end_of_stream):
2834         * gst-libs/gst/app/gstappsrc.h:
2835         Add block property to allow push based implementation to block when we
2836         fill up the appsrc queues.
2837         Emit the enough-data signal while releasing our lock.
2838
2839 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
2840
2841         * examples/app/.cvsignore:
2842           Ignore more.
2843
2844 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
2845
2846         * ext/dc1394/gstdc1394.c:
2847         * ext/ivorbis/vorbisdec.c:
2848         * ext/jack/gstjackaudiosink.c:
2849         * ext/metadata/gstmetadatademux.c:
2850         * ext/mythtv/gstmythtvsrc.c:
2851         * ext/theora/theoradec.c:
2852         * gst-libs/gst/app/gstappsink.c:
2853         * gst/bayer/gstbayer2rgb.c:
2854         * gst/deinterlace/gstdeinterlace.c:
2855         * gst/rawparse/gstaudioparse.c:
2856         * gst/rawparse/gstvideoparse.c:
2857         * gst/rtpmanager/gstrtpbin.c:
2858         * gst/rtpmanager/gstrtpclient.c:
2859         * gst/rtpmanager/gstrtpjitterbuffer.c:
2860         * gst/rtpmanager/gstrtpptdemux.c:
2861         * gst/rtpmanager/gstrtpsession.c:
2862         * gst/rtpmanager/gstrtpssrcdemux.c:
2863         * gst/selector/gstinputselector.c:
2864         * gst/selector/gstoutputselector.c:
2865         * gst/videosignal/gstvideoanalyse.c:
2866         * gst/videosignal/gstvideodetect.c:
2867         * gst/videosignal/gstvideomark.c:
2868         * sys/oss4/oss4-mixer.c:
2869         * sys/oss4/oss4-sink.c:
2870         * sys/oss4/oss4-source.c:
2871           Do not use short_description in section docs for elements. We extract
2872           them from element details and there will be warnings if they differ.
2873           Also fixing up the ChangeLog order.
2874
2875 2008-06-12  Wim Taymans  <wim.taymans@collabora.co.uk>
2876
2877         Patch by: Sebastien Merle <sylane at gmail dot com>
2878
2879         * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_chain):
2880         Fix the sign of the data we pass to the decoder so that the decoder
2881         compiles with newer reference code as well. Fixes #528618.
2882
2883 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
2884
2885         * tests/icles/test-oss4.c:
2886           Include stdlib.h.
2887
2888 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
2889
2890         Based on a patch by: Martin Eikermann <meiker at upb dot de>
2891
2892         * gst/deinterlace2/Makefile.am:
2893         * gst/deinterlace2/gstdeinterlace2.c:
2894         (gst_deinterlace2_method_get_type),
2895         (gst_deinterlace2_fields_get_type),
2896         (gst_deinterlace2_field_layout_get_type),
2897         (gst_deinterlace2_base_init), (gst_deinterlace2_class_init),
2898         (gst_deinterlace2_init), (gst_deinterlace2_set_method),
2899         (gst_deinterlace2_set_property), (gst_deinterlace2_get_property),
2900         (gst_deinterlace2_finalize), (gst_deinterlace2_pop_history),
2901         (gst_deinterlace2_head_history), (gst_deinterlace2_push_history),
2902         (gst_deinterlace2_deinterlace_scanlines), (gst_deinterlace2_chain),
2903         (gst_deinterlace2_setcaps), (gst_deinterlace2_sink_event),
2904         (gst_deinterlace2_change_state), (gst_deinterlace2_src_event),
2905         (gst_deinterlace2_src_query), (gst_deinterlace2_src_query_types),
2906         (plugin_init):
2907         * gst/deinterlace2/gstdeinterlace2.h:
2908         * gst/deinterlace2/tvtime/greedy.c: (copy_scanline),
2909         (deinterlace_greedy_packed422_scanline_mmxext),
2910         (dscaler_greedyl_get_method):
2911         * gst/deinterlace2/tvtime/greedyh.asm:
2912         * gst/deinterlace2/tvtime/greedyh.c:
2913         (deinterlace_frame_di_greedyh), (dscaler_greedyh_get_method),
2914         (greedyh_init), (greedyh_filter_mmx), (greedyh_filter_3dnow),
2915         (greedyh_filter_sse):
2916         * gst/deinterlace2/tvtime/greedyh.h:
2917         * gst/deinterlace2/tvtime/greedyhmacros.h:
2918         * gst/deinterlace2/tvtime/mmx.h:
2919         * gst/deinterlace2/tvtime/plugins.h:
2920         * gst/deinterlace2/tvtime/speedtools.h:
2921         * gst/deinterlace2/tvtime/speedy.c: (multiply_alpha), (clip255),
2922         (comb_factor_packed422_scanline_mmx),
2923         (diff_factor_packed422_scanline_c),
2924         (diff_factor_packed422_scanline_mmx),
2925         (diff_packed422_block8x8_mmx), (diff_packed422_block8x8_c),
2926         (packed444_to_packed422_scanline_c),
2927         (packed422_to_packed444_scanline_c),
2928         (packed422_to_packed444_rec601_scanline_c),
2929         (vfilter_chroma_121_packed422_scanline_mmx),
2930         (vfilter_chroma_121_packed422_scanline_c),
2931         (vfilter_chroma_332_packed422_scanline_mmx),
2932         (vfilter_chroma_332_packed422_scanline_c),
2933         (kill_chroma_packed422_inplace_scanline_mmx),
2934         (kill_chroma_packed422_inplace_scanline_c),
2935         (invert_colour_packed422_inplace_scanline_mmx),
2936         (invert_colour_packed422_inplace_scanline_c),
2937         (mirror_packed422_inplace_scanline_c),
2938         (interpolate_packed422_scanline_c),
2939         (convert_uyvy_to_yuyv_scanline_mmx),
2940         (convert_uyvy_to_yuyv_scanline_c),
2941         (interpolate_packed422_scanline_mmx),
2942         (interpolate_packed422_scanline_mmxext),
2943         (blit_colour_packed422_scanline_c),
2944         (blit_colour_packed422_scanline_mmx),
2945         (blit_colour_packed422_scanline_mmxext),
2946         (blit_colour_packed4444_scanline_c),
2947         (blit_colour_packed4444_scanline_mmx),
2948         (blit_colour_packed4444_scanline_mmxext), (small_memcpy),
2949         (speedy_memcpy_c), (speedy_memcpy_mmx), (speedy_memcpy_mmxext),
2950         (blit_packed422_scanline_c), (blit_packed422_scanline_mmx),
2951         (blit_packed422_scanline_mmxext),
2952         (composite_colour4444_alpha_to_packed422_scanline_c),
2953         (composite_colour4444_alpha_to_packed422_scanline_mmxext),
2954         (composite_packed4444_alpha_to_packed422_scanline_c),
2955         (composite_packed4444_alpha_to_packed422_scanline_mmxext),
2956         (composite_packed4444_to_packed422_scanline_c),
2957         (composite_packed4444_to_packed422_scanline_mmxext),
2958         (composite_alphamask_to_packed4444_scanline_c),
2959         (composite_alphamask_to_packed4444_scanline_mmxext),
2960         (composite_alphamask_alpha_to_packed4444_scanline_c),
2961         (premultiply_packed4444_scanline_c),
2962         (premultiply_packed4444_scanline_mmxext),
2963         (blend_packed422_scanline_c), (blend_packed422_scanline_mmxext),
2964         (quarter_blit_vertical_packed422_scanline_mmxext),
2965         (quarter_blit_vertical_packed422_scanline_c),
2966         (subpix_blit_vertical_packed422_scanline_c),
2967         (a8_subpix_blit_scanline_c), (myround), (init_RGB_to_YCbCr_tables),
2968         (init_YCbCr_to_RGB_tables), (rgb24_to_packed444_rec601_scanline_c),
2969         (rgba32_to_packed4444_rec601_scanline_c),
2970         (packed444_to_rgb24_rec601_scanline_c),
2971         (packed444_to_nonpremultiplied_packed4444_scanline_c),
2972         (aspect_adjust_packed4444_scanline_c), (setup_speedy_calls),
2973         (speedy_get_accel):
2974         * gst/deinterlace2/tvtime/speedy.h:
2975         * gst/deinterlace2/tvtime/sse.h:
2976         * gst/deinterlace2/tvtime/tomsmocomp.c: (Fieldcopy),
2977         (deinterlace_frame_di_tomsmocomp), (dscaler_tomsmocomp_get_method),
2978         (tomsmocomp_init), (tomsmocomp_filter_mmx),
2979         (tomsmocomp_filter_3dnow), (tomsmocomp_filter_sse):
2980         * gst/deinterlace2/tvtime/tomsmocomp.h:
2981         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoop0A.inc:
2982         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc:
2983         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopEdgeA.inc:
2984         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopEdgeA8.inc:
2985         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddA.inc:
2986         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddA2.inc:
2987         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddA6.inc:
2988         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddAH.inc:
2989         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddAH2.inc:
2990         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopTop.inc:
2991         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopVA.inc:
2992         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopVAH.inc:
2993         * gst/deinterlace2/tvtime/tomsmocomp/StrangeBob.inc:
2994         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
2995         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll2.inc:
2996         * gst/deinterlace2/tvtime/tomsmocomp/WierdBob.inc:
2997         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_line),
2998         (deinterlace_scanline_vfir), (copy_scanline),
2999         (dscaler_vfir_get_method):
3000         * gst/deinterlace2/tvtime/x86-64_macros.inc:
3001         Add a deinterlacer plugin based on the tvtime/DScaler deinterlacer,
3002         which was relicensed to LGPL for GStreamer and in theory provides
3003         better and faster results than the simple deinterlace element.
3004         Fixes bug #163578.
3005
3006         Ported to GStreamer 0.10 but still not enabled or included in the
3007         build system by default because of bad artefacts caused by a bug
3008         somewhere and as it can be only build on x86/amd64 ATM and requires
3009         special CFLAGS. Will be fixed soon.
3010
3011 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3012
3013         Based on a patch by: Ryan Houdek <Sonicadvance1 at GMAIL dot COM>
3014
3015         * ext/timidity/gstwildmidi.c: (gst_wildmidi_init),
3016         (gst_wildmidi_change_state), (plugin_init):
3017         * ext/timidity/gstwildmidi.h:
3018         Initialize wildmidi only once in the plugin init function instead
3019         of once for every instance. The second and following calls to the
3020         wildmidi initialization function will fail. Fixes bug #525613.
3021
3022         Also don't register the element at all if wildmidi initialization
3023         fails.
3024
3025 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3026
3027         * ext/soundtouch/gstpitch.cc:
3028         Call gst_element_no_more_pads() after all pads are added.
3029
3030 2008-06-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3031
3032         * gst/rawparse/gstrawparse.c: (gst_raw_parse_push_buffer),
3033         (gst_raw_parse_loop), (gst_raw_parse_handle_seek_push),
3034         (gst_raw_parse_handle_seek_pull):
3035         Add simple reverse playback.
3036
3037 2008-06-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3038
3039         * gst/rawparse/gstrawparse.c: (gst_raw_parse_reset),
3040         (gst_raw_parse_push_buffer), (gst_raw_parse_chain),
3041         (gst_raw_parse_loop), (gst_raw_parse_sink_activatepull),
3042         (gst_raw_parse_convert), (gst_raw_parse_sink_event),
3043         (gst_raw_parse_handle_seek_push), (gst_raw_parse_handle_seek_pull),
3044         (gst_raw_parse_src_query), (gst_raw_parse_get_fps):
3045         * gst/rawparse/gstrawparse.h:
3046         Fix seeking, timestamps, duration and some more. Fixes #536309.
3047
3048 2008-06-06  Wim Taymans  <wim.taymans@collabora.co.uk>
3049
3050         * examples/app/Makefile.am:
3051         * examples/app/appsrc-ra.c: (feed_data), (seek_data),
3052         (found_source), (bus_message), (main):
3053         * examples/app/appsrc-seekable.c: (feed_data), (seek_data),
3054         (found_source), (bus_message), (main):
3055         * examples/app/appsrc-stream2.c: (feed_data), (found_source),
3056         (bus_message), (main):
3057         Added 3 more example application for using appsrc in random-access mode,
3058         pull-mode streaming and pull mode seekable.
3059
3060         * gst-libs/gst/app/gstappsrc.c: (gst_app_src_class_init),
3061         (gst_app_src_start), (gst_app_src_do_get_size),
3062         (gst_app_src_create):
3063         * gst-libs/gst/app/gstappsrc.h:
3064         Make stream-type property writable.
3065         Unset flushing when starting so that we reuse appsrc.
3066         Inform basesrc about the configured size.
3067         Emit seek-data signal when we are going to a different offset in
3068         random-access mode.
3069
3070 2008-06-06  Wim Taymans  <wim.taymans@collabora.co.uk>
3071
3072         * examples/app/appsrc-stream.c: (found_source), (main):
3073         Use deep-notify until we can depend on a playbin2 with support for the
3074         source property.
3075
3076 2008-06-06  Wim Taymans  <wim.taymans@collabora.co.uk>
3077
3078         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_init),
3079         (gst_rtp_bin_finalize), (gst_rtp_bin_change_state):
3080         Fix deadlock when shutting down, use a new lock instead to properly
3081         shutdown.
3082
3083 2008-06-05  Wim Taymans  <wim.taymans@collabora.co.uk>
3084
3085         * examples/app/.cvsignore:
3086         * examples/app/Makefile.am:
3087         * examples/app/appsrc-stream.c: (read_data), (start_feed),
3088         (stop_feed), (found_source), (bus_message), (main):
3089         Added an example on how to use appsrc in playbin in streaming mode from
3090         an mmapped file.
3091
3092         * examples/app/appsrc_ex.c: (main):
3093         Set pipeline to NULL to free queued buffers.
3094
3095         * gst-libs/gst/app/gstapp-marshal.list:
3096         * gst-libs/gst/app/gstappsrc.c: (stream_type_get_type), (_do_init),
3097         (gst_app_src_class_init), (gst_app_src_init),
3098         (gst_app_src_flush_queued), (gst_app_src_dispose),
3099         (gst_app_src_set_property), (gst_app_src_get_property),
3100         (gst_app_src_unlock), (gst_app_src_unlock_stop),
3101         (gst_app_src_start), (gst_app_src_stop), (gst_app_src_is_seekable),
3102         (gst_app_src_check_get_range), (gst_app_src_do_seek),
3103         (gst_app_src_create), (gst_app_src_set_stream_type),
3104         (gst_app_src_get_stream_type), (gst_app_src_set_max_bytes),
3105         (gst_app_src_get_max_bytes), (gst_app_src_push_buffer),
3106         (gst_app_src_end_of_stream), (gst_app_src_uri_get_type),
3107         (gst_app_src_uri_get_protocols), (gst_app_src_uri_get_uri),
3108         (gst_app_src_uri_set_uri), (gst_app_src_uri_handler_init):
3109         * gst-libs/gst/app/gstappsrc.h:
3110         Measure max queue size in bytes instead.
3111         Add support for 3 modes of operation, streaming, seekable and
3112         random-access, making basesrc handle the scheduling modes for each.
3113         Add appsrc:// uri handler so that automatic plugging can be done from
3114         playbin2 or uridecodebin, for example.
3115         Added support for custom segment formats.
3116         Add support for push and pull based operations from the application.
3117         Expand the methods so that errors can be detected.
3118         Flush the queued buffers on seeks and when shutting down.
3119         Add signals to inform the app that a seek must happen.
3120
3121 2008-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
3122
3123         * gst/interleave/deinterleave.c: (gst_deinterleave_add_new_pads),
3124         (gst_deinterleave_src_query):
3125         * gst/interleave/interleave.c: (gst_interleave_src_query_duration),
3126         (gst_interleave_src_query):
3127         Properly implement duration and position queries in bytes format. We
3128         have to take the upstream reply and divide/multiply it by the number
3129         of channels to get the correct result.
3130
3131 2008-06-04  Michael Smith <msmith@songbirdnest.com>
3132
3133         * sys/dshowvideosink/dshowvideofakesrc.cpp:
3134         * sys/dshowvideosink/dshowvideofakesrc.h:
3135         * sys/dshowvideosink/dshowvideosink.cpp:
3136         * sys/dshowvideosink/dshowvideosink.h:
3137           Fix up copyright notice on new plugin.
3138
3139 2008-06-04  David Schleef  <ds@schleef.org>
3140
3141         * ext/dirac/gstdiracenc.cc: Update properties for recent
3142           dirac changes.  Patch from Jonathan Rosser.
3143
3144 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3145
3146         * ext/x264/gstx264enc.c: (gst_x264_enc_header_buf),
3147           (gst_x264_enc_sink_event), (gst_x264_enc_chain),
3148           (gst_x264_enc_encode_frame):
3149           Try harder not to crash when we get an EOS event but haven't set
3150           up the encoder yet (as may happen when upstream errors out with
3151           not-negotiated, for example). Also, always push the EOS event
3152           downstream.
3153
3154 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3155
3156         * gst/interleave/interleave.c: (gst_interleave_pad_get_type),
3157         (gst_interleave_pad_get_property), (gst_interleave_pad_class_init),
3158         (gst_interleave_request_new_pad), (gst_interleave_release_pad):
3159         * gst/interleave/interleave.h:
3160         Use an always increasing integer for the number in the name of the
3161         requested sink pads to guarantuee a unique name. Add a "channel"
3162         property to GstInterleavePad to make it possible for applications
3163         to retrieve the channel number in the output for every pad.
3164
3165         Use g_type_register_static_simple() instead of
3166         g_type_register_static() to save some relocations.
3167
3168 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
3169
3170         * gst/interleave/interleave.c: (gst_interleave_pad_get_type),
3171         (gst_interleave_change_state):
3172         Stop GstCollectPads before calling the parent's state change function
3173         when going from PAUSED to READY as we otherwise deadlock.
3174         Fixes bug #536258.
3175
3176 2008-06-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3177
3178         * gst/h264parse/gsth264parse.c: (gst_nal_bs_init),
3179         (gst_h264_parse_sink_setcaps), (gst_h264_parse_chain_forward),
3180         (gst_h264_parse_queue_buffer), (gst_h264_parse_chain_reverse),
3181         (gst_h264_parse_chain):
3182         * gst/h264parse/gsth264parse.h:
3183         Parse codec_data and use the nalu_size_length field to get the NALU
3184         length in packetized h264.
3185         When queueing a packetized buffer in reverse mode, don't unref the
3186         buffer twice.
3187         Avoid accessing the buffer TIMESTAMP field after we pushed it on
3188         the adaptor.
3189
3190 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
3191
3192         * gst/interleave/interleave.c:
3193         (gst_interleave_check_channel_positions),
3194         (gst_interleave_set_channel_positions),
3195         (gst_interleave_class_init):
3196         Use new gst_audio_check_channel_positions() function and register
3197         the GstInterleavePad type from a threadsafe context.
3198
3199 2008-06-02  Michael Smith <msmith@songbirdnest.com>
3200
3201         * configure.ac:
3202           Revert accidental addition in configure.ac. Sorry.
3203
3204 2008-06-02  Michael Smith <msmith@songbirdnest.com>
3205
3206         * configure.ac:
3207         * sys/Makefile.am:
3208         * sys/dshowvideosink/Makefile.am:
3209         * sys/dshowvideosink/README:
3210         * sys/dshowvideosink/dshowvideofakesrc.cpp:
3211         * sys/dshowvideosink/dshowvideofakesrc.h:
3212         * sys/dshowvideosink/dshowvideosink.cpp:
3213         * sys/dshowvideosink/dshowvideosink.h:
3214         Add a new win32 videosink. Uses the DirectShow renderers for
3215         high-performance video rendering on win32.
3216         Currently only supports some YUV formats.
3217         Rank PRIMARY, since it's much more useful for the common cases that the
3218         directdraw sink (which only does RGB).
3219
3220 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
3221
3222         * ext/spc/Makefile.am:
3223           Dist tag.h
3224
3225 2008-06-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3226
3227         * ext/faad/gstfaad.c: (gst_faad_sink_event):
3228         Always drain before activating the new segment.
3229
3230 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
3231
3232         * gst/interleave/interleave.c: (gst_interleave_pad_get_type),
3233         (gst_interleave_finalize), (gst_audio_check_channel_positions),
3234         (gst_interleave_set_channel_positions),
3235         (gst_interleave_class_init), (gst_interleave_init),
3236         (gst_interleave_set_property), (gst_interleave_get_property),
3237         (gst_interleave_request_new_pad), (gst_interleave_release_pad),
3238         (gst_interleave_sink_setcaps), (gst_interleave_src_query_duration),
3239         (gst_interleave_src_query_latency), (gst_interleave_collected):
3240         * gst/interleave/interleave.h:
3241         Allow setting channel positions via a property and allow using the
3242         channel positions on the input as the channel positions of the output.
3243
3244         Fix some broken logic and memory leaks.
3245
3246         * tests/check/Makefile.am:
3247         * tests/check/elements/interleave.c: (src_handoff_float32),
3248         (sink_handoff_float32), (GST_START_TEST), (interleave_suite):
3249         Add unit tests for checking correct handling of channel positions.
3250
3251 2008-06-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3252
3253         * ext/faad/gstfaad.c: (gst_faad_dispose), (clear_queued),
3254         (flush_queued), (gst_faad_drain), (gst_faad_do_raw_seek),
3255         (gst_faad_src_event), (gst_faad_sink_event), (gst_faad_chain),
3256         (gst_faad_change_state):
3257         * ext/faad/gstfaad.h:
3258         Add basic reverse playback support.
3259         Clear decoder state after disconts.
3260         Remove some unused code.
3261         Mark output buffers with a discont after a decoding error.
3262
3263 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
3264
3265         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3266
3267         * gst/mpeg4videoparse/mpeg4videoparse.c:
3268         (gst_mpeg4vparse_handle_vos):
3269         Fix mpeg4videoparse on big endian architectures. Fixes bug #536042.
3270
3271 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
3272
3273         * tests/check/elements/mplex.c: (setup_src_pad),
3274         (teardown_src_pad):
3275         Don't use the deprecated gst_element_get_pad().
3276
3277 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
3278
3279         * examples/directfb/gstdfb.c: (main):
3280         Don't use the deprecated gst_element_get_pad().
3281
3282 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3283
3284         Based on patch by: <onkarshinde at gmail dot com>
3285
3286         * sys/vcd/vcdsrc.c: (gst_vcdsrc_uri_get_uri),
3287         (gst_vcdsrc_uri_set_uri):
3288         Allow the track to be set by using the uri. Fixes #535043.
3289
3290 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
3291
3292         * gst/interleave/interleave.c: (gst_interleave_src_query_duration),
3293         (gst_interleave_src_query_latency), (gst_interleave_src_query):
3294         Implement latency query.
3295
3296 2008-05-27  Thijs Vermeir  <thijsvermeir@gmail.com>
3297
3298         * gst/mpegvideoparse/mpegvideoparse.c:
3299         Add GST_BUFFER_FLAG_DELTA_UNIT to not I frame buffers
3300
3301 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
3302
3303         * gst/rtpmanager/gstrtpbin.c:
3304         (gst_rtp_bin_propagate_property_to_jitterbuffer),
3305         (gst_rtp_bin_change_state), (new_payload_found),
3306         (new_ssrc_pad_found):
3307         Break out of callbacks when we are shutting down.
3308         Make sure no state changes can happen when we reconfigure.
3309
3310 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
3311
3312         * configure.ac:
3313         Require CVS core and base for new audio clock reset method.
3314
3315         * ext/alsaspdif/alsaspdifsink.c: (alsaspdifsink_change_state):
3316         Reset the audio clock. See #521761.
3317
3318 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3319
3320         * ext/jack/gstjackaudiosink.c:
3321         (gst_jack_audio_sink_allocate_channels):
3322         Include the element name in the port name to avoid duplicate port names.
3323
3324 2008-05-26  Sebastian Dröge  <slomo@circular-chaos.org>
3325
3326         * gst/interleave/deinterleave.c:
3327         Add another example launch line.
3328
3329         * gst/interleave/interleave.c: (interleave_24),
3330         (gst_interleave_finalize), (gst_interleave_base_init),
3331         (gst_interleave_class_init), (gst_interleave_init),
3332         (gst_interleave_request_new_pad), (gst_interleave_release_pad),
3333         (gst_interleave_change_state), (__remove_channels),
3334         (__set_channels), (gst_interleave_sink_getcaps),
3335         (gst_interleave_set_process_function),
3336         (gst_interleave_sink_setcaps), (gst_interleave_sink_event),
3337         (gst_interleave_src_query_duration), (gst_interleave_src_query),
3338         (forward_event_func), (forward_event), (gst_interleave_src_event),
3339         (gst_interleave_collected):
3340         * gst/interleave/interleave.h:
3341         Major rewrite of interleave using GstCollectpads. This new version
3342         also supports almost all raw audio formats and has better caps
3343         negotiation. Fixes bug #506594.
3344
3345         Also update docs and add some more examples.
3346
3347         * tests/check/elements/interleave.c: (interleave_chain_func),
3348         (GST_START_TEST), (src_handoff_float32), (sink_handoff_float32),
3349         (interleave_suite):
3350         Add some more extensive unit tests for interleave.
3351
3352 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3353
3354         * gst/rtpmanager/gstrtpjitterbuffer.c:
3355         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
3356         When checking the seqnum, reset the jitterbuffer if the gap is too big,
3357         we need to do this so that we can better handle a restarted source.
3358         Fix some comments.
3359
3360         * gst/rtpmanager/rtpjitterbuffer.c: (calculate_skew),
3361         (rtp_jitter_buffer_insert):
3362         Tweak the skew resync diff.
3363         Use our working seqnum compare function in -base.
3364         Rework the jitterbuffer insert code to make it clearer and more
3365         performant by only retrieving the seqnum of the input buffer once and by
3366         adding some G_LIKELY compiler hints.
3367         Improve debugging for duplicate packets.
3368
3369         * gst/rtpmanager/rtpsource.c: (rtp_source_process_rtp):
3370         Fix a comment, we don't do skew correction here..
3371
3372 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3373
3374         Patch by: Håvard Graff <havard dot graff at tandberg dot com>
3375
3376         * gst/rtpmanager/gstrtpbin.c:
3377         (gst_rtp_bin_propagate_property_to_jitterbuffer),
3378         (gst_rtp_bin_set_property):
3379         Propagate the do-lost and latency properties to the jitterbuffers when
3380         they are changed on rtpbin.
3381
3382 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3383
3384         * examples/switch/switcher.c: (switch_timer):
3385         * gst/replaygain/gstrgvolume.c: (gst_rg_volume_init):
3386         * gst/rtpmanager/gstrtpclient.c: (create_stream):
3387         * gst/sdp/gstsdpdemux.c: (gst_sdp_demux_stream_configure_udp),
3388         (gst_sdp_demux_stream_configure_udp_sink):
3389         * tests/check/elements/deinterleave.c: (GST_START_TEST),
3390         (pad_added_setup_data_check_float32_8ch_cb):
3391         * tests/check/elements/rganalysis.c: (send_eos_event),
3392         (send_tag_event):
3393         Don't use _gst_pad().
3394
3395 2008-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
3396
3397         * docs/plugins/Makefile.am:
3398         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
3399         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
3400         * docs/plugins/gst-plugins-bad-plugins.args:
3401         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
3402         * docs/plugins/gst-plugins-bad-plugins.interfaces:
3403         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
3404         * docs/plugins/gst-plugins-bad-plugins.signals:
3405         * docs/plugins/inspect/plugin-alsaspdif.xml:
3406         * docs/plugins/inspect/plugin-amrwb.xml:
3407         * docs/plugins/inspect/plugin-app.xml:
3408         * docs/plugins/inspect/plugin-bayer.xml:
3409         * docs/plugins/inspect/plugin-bz2.xml:
3410         * docs/plugins/inspect/plugin-cdaudio.xml:
3411         * docs/plugins/inspect/plugin-cdxaparse.xml:
3412         * docs/plugins/inspect/plugin-dfbvideosink.xml:
3413         * docs/plugins/inspect/plugin-dtsdec.xml:
3414         * docs/plugins/inspect/plugin-dvb.xml:
3415         * docs/plugins/inspect/plugin-dvdspu.xml:
3416         * docs/plugins/inspect/plugin-faac.xml:
3417         * docs/plugins/inspect/plugin-faad.xml:
3418         * docs/plugins/inspect/plugin-fbdevsink.xml:
3419         * docs/plugins/inspect/plugin-festival.xml:
3420         * docs/plugins/inspect/plugin-filter.xml:
3421         * docs/plugins/inspect/plugin-flvdemux.xml:
3422         * docs/plugins/inspect/plugin-freeze.xml:
3423         * docs/plugins/inspect/plugin-gsm.xml:
3424         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
3425         * docs/plugins/inspect/plugin-h264parse.xml:
3426         * docs/plugins/inspect/plugin-interleave.xml:
3427         * docs/plugins/inspect/plugin-jack.xml:
3428         * docs/plugins/inspect/plugin-ladspa.xml:
3429         * docs/plugins/inspect/plugin-metadata.xml:
3430         * docs/plugins/inspect/plugin-mms.xml:
3431         * docs/plugins/inspect/plugin-modplug.xml:
3432         * docs/plugins/inspect/plugin-mpeg2enc.xml:
3433         * docs/plugins/inspect/plugin-mpeg4videoparse.xml:
3434         * docs/plugins/inspect/plugin-mpegtsparse.xml:
3435         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
3436         * docs/plugins/inspect/plugin-musepack.xml:
3437         * docs/plugins/inspect/plugin-musicbrainz.xml:
3438         * docs/plugins/inspect/plugin-mve.xml:
3439         * docs/plugins/inspect/plugin-nas.xml:
3440         * docs/plugins/inspect/plugin-neon.xml:
3441         * docs/plugins/inspect/plugin-nsfdec.xml:
3442         * docs/plugins/inspect/plugin-nuvdemux.xml:
3443         * docs/plugins/inspect/plugin-rawparse.xml:
3444         * docs/plugins/inspect/plugin-real.xml:
3445         * docs/plugins/inspect/plugin-replaygain.xml:
3446         * docs/plugins/inspect/plugin-rfbsrc.xml:
3447         * docs/plugins/inspect/plugin-sdl.xml:
3448         * docs/plugins/inspect/plugin-sdp.xml:
3449         * docs/plugins/inspect/plugin-selector.xml:
3450         * docs/plugins/inspect/plugin-sndfile.xml:
3451         * docs/plugins/inspect/plugin-soundtouch.xml:
3452         * docs/plugins/inspect/plugin-spcdec.xml:
3453         * docs/plugins/inspect/plugin-speed.xml:
3454         * docs/plugins/inspect/plugin-speexresample.xml:
3455         * docs/plugins/inspect/plugin-stereo.xml:
3456         * docs/plugins/inspect/plugin-tta.xml:
3457         * docs/plugins/inspect/plugin-vcdsrc.xml:
3458         * docs/plugins/inspect/plugin-videosignal.xml:
3459         * docs/plugins/inspect/plugin-vmnc.xml:
3460         * docs/plugins/inspect/plugin-wildmidi.xml:
3461         * docs/plugins/inspect/plugin-x264.xml:
3462         * docs/plugins/inspect/plugin-xvid.xml:
3463         * docs/plugins/inspect/plugin-y4menc.xml:
3464         Add interleave/deinterleave to the docs and while at that
3465         run make update in docs/plugins.
3466
3467         * gst/interleave/deinterleave.c:
3468         Add a parapraph about using a queue and audioconvert after the source
3469         pads to the docs.
3470
3471 2008-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
3472
3473         * gst/interleave/deinterleave.c: (gst_deinterleave_base_init),
3474         (gst_deinterleave_class_init), (gst_deinterleave_init),
3475         (gst_deinterleave_add_new_pads), (gst_deinterleave_sink_getcaps):
3476         * gst/interleave/deinterleave.h:
3477         Don't set a getcaps() function on the src pads as it's not required
3478         and the default getcaps() function returns the correct results for
3479         our src pads.
3480
3481         Complete documentation and add myself to the authors of the element.
3482
3483 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
3484
3485         * tests/icles/.cvsignore:
3486         * tests/icles/Makefile.am:
3487         * tests/icles/test-oss4.c: (opt_show_mixer_messages), (WAIT_TIME),
3488           (show_mixer_messages), (probe_mixer_tracks), (probe_pad),
3489           (probe_details), (probe_element), (main):
3490           Small oss4 test that probes for available devices and retrieves
3491           their caps and mixer tracks and all that. Also allows testing of
3492           mixer change messages on the bus.
3493
3494 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
3495
3496         * sys/oss4/oss4-mixer.c: (gst_oss4_mixer_open):
3497         * sys/oss4/oss4-property-probe.c:
3498           (gst_oss4_property_probe_find_device_name),
3499           (gst_oss4_property_probe_find_device_name_nofd):
3500         * sys/oss4/oss4-property-probe.h:
3501         * sys/oss4/oss4-sink.c: (gst_oss4_sink_get_property):
3502         * sys/oss4/oss4-source.c: (gst_oss4_source_get_property):
3503           Make device-name probing in NULL state work better (e.g. for the
3504           gnome-control-center sound capplet).
3505
3506 2008-05-22  Wim Taymans  <wim.taymans@collabora.co.uk>
3507
3508         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3509
3510         * gst/mpeg4videoparse/mpeg4videoparse.c: (gst_mpeg4vparse_push),
3511         (gst_mpeg4vparse_drain), (gst_mpeg4vparse_chain),
3512         (gst_mpeg4vparse_change_state):
3513         Move some code around to integrate the startcode searching with the
3514         other bits of parsing, avoid a whole bunch of peeks.
3515         Get rid of invalid data that should not happen according to the specs.
3516         Fixes #533559.
3517
3518 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
3519
3520         Patch by: Bastien Nocera <hadess at hadess dot net>
3521
3522         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_class_init),
3523         (gst_mythtv_src_init), (gst_mythtv_src_clear),
3524         (do_read_request_response), (gst_mythtv_src_create),
3525         (gst_mythtv_src_start):
3526         Correctly set duration to get a more correct seek bar in totem.
3527
3528         Disable query and event functions as they don't work and do some
3529         smaller cleanup.
3530
3531         Fixes bug #533736.
3532
3533 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
3534
3535         Patch by: Brian Koropoff <brianhk at cs dot washington dot edu>
3536
3537         * ext/spc/Makefile.am:
3538         * ext/spc/gstspc.c: (gst_spc_dec_class_init),
3539         (gst_spc_dec_src_query_type), (gst_spc_dec_init),
3540         (gst_spc_dec_dispose), (gst_spc_dec_sink_event),
3541         (gst_spc_duration), (gst_spc_fadeout), (gst_spc_dec_src_event),
3542         (gst_spc_dec_src_query), (spc_play), (spc_setup):
3543         * ext/spc/gstspc.h:
3544         * ext/spc/tag.c: (spc_tag_is_extended), (spc_tag_is_text_format),
3545         (spc_tag_is_present), (spc_tag_unpack_date), (spc_tag_clear),
3546         (spc_tag_get_info), (spc_tag_free):
3547         * ext/spc/tag.h:
3548         Add support for some essential features like seeking, reading song
3549         duration and extended tags. Fixes bug #454151.
3550
3551 2008-05-19  Sebastian Dröge  <slomo@circular-chaos.org>
3552
3553         * tests/check/elements/deinterleave.c: (GST_START_TEST):
3554         Set keep-positions property to TRUE for the 8 channel test to ensure
3555         that the original channel position is set on the output.
3556
3557 2008-05-19  Sebastian Dröge  <slomo@circular-chaos.org>
3558
3559         * gst/interleave/deinterleave.c: (gst_deinterleave_class_init),
3560         (gst_deinterleave_init), (gst_deinterleave_add_new_pads),
3561         (gst_deinterleave_set_pads_caps), (gst_deinterleave_set_property),
3562         (gst_deinterleave_get_property):
3563         * gst/interleave/deinterleave.h:
3564         Add a property to select whether channel positions should be kept on
3565         the mono output buffers or should be dropped.
3566
3567 2008-05-18  Jan Schmidt  <jan.schmidt@sun.com>
3568
3569         * docs/Makefile.am:
3570         Oops - fix the spelling of the variable I added.
3571
3572 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
3573
3574         * gst/interleave/deinterleave.c: (gst_deinterleave_finalize),
3575         (gst_deinterleave_init), (gst_deinterleave_sink_event),
3576         (gst_deinterleave_process), (gst_deinterleave_sink_activate_push):
3577         * gst/interleave/deinterleave.h:
3578         Queue events until src pads were added and they can be sent. Otherwise
3579         downstream will never get the first newsegment event.
3580
3581 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
3582
3583         * gst/interleave/deinterleave.c: (gst_deinterleave_sink_setcaps),
3584         (gst_deinterleave_getcaps):
3585         Always set the channel positions when gst_audio_get_channel_positions()
3586         returns something, even if they're not set in the caps. This makes
3587         sure that the output channels can be interleaved again correctly
3588         in the mono/stereo cases too.
3589
3590         Don't ask for the peercaps of the current pad in getcaps() as this
3591         might call getcaps() again and deadlock.
3592
3593 2008-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
3594
3595         * ext/timidity/gstwildmidi.c: (wildmidi_open_config):
3596         Check some more common locations for a valid configuration file.
3597         Fixes bug #533435. Packagers should still #define WILDMIDI_CFG
3598         to the distributions default location.
3599
3600 2008-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
3601
3602         * gst/interleave/Makefile.am:
3603         * gst/interleave/deinterleave.c: (deinterleave_24),
3604         (gst_deinterleave_finalize), (gst_deinterleave_base_init),
3605         (gst_deinterleave_class_init), (gst_deinterleave_init),
3606         (gst_deinterleave_add_new_pads), (gst_deinterleave_set_pads_caps),
3607         (gst_deinterleave_set_process_function),
3608         (gst_deinterleave_sink_setcaps), (__remove_channels),
3609         (__set_channels), (gst_deinterleave_getcaps),
3610         (gst_deinterleave_process), (gst_deinterleave_chain),
3611         (gst_deinterleave_sink_activate_push):
3612         * gst/interleave/deinterleave.h:
3613         Add support for all raw audio formats and provide better negotiation
3614         if the caps are changing.
3615
3616         Don't allow changes of the channel positions and set the position of
3617         the corresponding channel on the src pad caps.
3618
3619         General cleanup and smaller bugfixes.
3620
3621         * tests/check/elements/deinterleave.c: (float_buffer_check_probe):
3622         Check the channel positions on the output buffer caps.
3623
3624 2008-05-16  Jan Schmidt  <jan.schmidt@sun.com>
3625
3626         * docs/Makefile.am:
3627         Don't attempt to build plugin docs when they're disabled.
3628
3629         * gst/bayer/Makefile.am:
3630         Add libgstvideo to the link.
3631
3632         * gst/rtpmanager/Makefile.am:
3633         Fix link order, and move LIBS things to _LIBS
3634
3635 2008-05-16  Jan Schmidt  <jan.schmidt@sun.com>
3636
3637         * docs/plugins/gst-plugins-bad-plugins.types:
3638         Remove bogus attempt to pull 'metadata' plugin's base
3639         class into the docs.
3640
3641 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3642
3643         * gst/rtpmanager/gstrtpjitterbuffer.c:
3644         (gst_rtp_jitter_buffer_chain):
3645         Simply drop bad RTP packets with a warning instead of just posting an
3646         error and stopping. This is a perfectly recoverable event and we don't
3647         force people to use an rtpbin to filter out bad packets first.
3648
3649 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3650
3651         * gst/mpeg4videoparse/mpeg4videoparse.c: (gst_mpeg4vparse_init):
3652         Set fixed caps on the srcpad after we created the pad...
3653
3654 2008-05-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
3655
3656         * tests/check/Makefile.am:
3657           Remove deinterleave test from VALGRIND_TO_FIX again now that
3658           there are suppressions in gst.supp which make this work for me.
3659
3660 2008-05-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
3661
3662         * tests/check/Makefile.am:
3663           Add deinterleave unit test to VALGRIND_TO_FIX, since it causes
3664           weird invalid free errors in valgrind/libc after _exit for some
3665           reason.
3666
3667         * tests/check/elements/deinterleave.c: (pads_created),
3668           (set_channel_positions), (src_handoff_float32_8ch),
3669           (float_buffer_check_probe),
3670           (pad_added_setup_data_check_float32_8ch_cb),
3671           (make_fake_src_8chans_float32), (GST_START_TEST),
3672           (deinterleave_suite):
3673           Add some more deinterleave unit test bits I had locally.
3674
3675 2008-05-14  Sebastian Dröge  <slomo@circular-chaos.org>
3676
3677         * gst/interleave/Makefile.am:
3678         * gst/interleave/deinterleave.h:
3679         * gst/interleave/interleave.h:
3680         * gst/interleave/plugin.h:
3681         Split definitions into separate header files for better documentation
3682         generation.
3683         
3684         * gst/interleave/deinterleave.c: (gst_deinterleave_base_init),
3685         (gst_deinterleave_class_init), (gst_deinterleave_sink_setcaps),
3686         (gst_deinterleave_process):
3687         Don't use alloca, allow caps changes as long as the number of channels
3688         does not change, don't use g_warning, return NOT_NEGOTIATED as early
3689         as possible and some other cleanup.
3690
3691         * gst/interleave/interleave.c: (gst_interleave_base_init),
3692         (gst_interleave_class_init):
3693         Do some random cleanup.
3694
3695         * tests/check/Makefile.am:
3696         * tests/check/elements/deinterleave.c: (GST_START_TEST),
3697         (deinterleave_chain_func), (deinterleave_pad_added),
3698         (deinterleave_suite):
3699         Add unit tests for the deinterleave element.
3700
3701 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3702
3703         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3704
3705         * gst/mpeg4videoparse/mpeg4videoparse.c:
3706         (gst_mpeg4vparse_set_new_caps), (gst_mpeg4vparse_align),
3707         (get_bits), (next_start_code), (gst_mpeg4vparse_handle_vos),
3708         (gst_mpeg4vparse_push), (gst_mpeg4vparse_drain),
3709         (gst_mpeg4vparse_chain), (gst_mpeg4vparse_sink_setcaps),
3710         (gst_mpeg4vparse_sink_event), (gst_mpeg4vparse_src_query),
3711         (gst_mpeg4vparse_set_property), (gst_mpeg4vparse_get_property),
3712         (gst_mpeg4vparse_class_init), (gst_mpeg4vparse_init):
3713         * gst/mpeg4videoparse/mpeg4videoparse.h:
3714         Parse the config data (either outbound or in the stream) to set   
3715         width/height, apect ration, framerate in the caps if applicable.
3716         Mark frames as GST_BUFFER_FLAG_DELTA_UNIT when they are not
3717         intra frames
3718         Set the timestamps of outgoing buffers to the buffer in
3719         which the VOP header was found.
3720         Drop incoming data untill configuration is found (by default,
3721         configurable using a property).
3722         Report a 1 frame latency. Fixes #532723.
3723
3724 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3725
3726         * gst/real/gstrealvideodec.c: (open_library):
3727         Add some debug for where we are searching for libraries.
3728
3729 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3730
3731         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_class_init):
3732         Actually add the do-lost property to the object.
3733
3734 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
3735
3736         * gst/rtpmanager/gstrtpjitterbuffer.c:
3737         (gst_rtp_jitter_buffer_loop):
3738         Avoid waiting for a negative (huge) duration when the last packet has a
3739         lower timestamp than the current packet.
3740
3741 2008-05-12  Peter Kjellerstedt  <pkj@axis.com>
3742
3743         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_query_send_rtcp_src):
3744         Make sure to unref the rtpsession returned by gst_pad_get_parent() to
3745         prevent a memory leak.
3746
3747
3748 2008-05-12  Jan Schmidt  <Jan.Schmidt@sun.com>
3749
3750         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
3751         Quieten some docs output
3752
3753 2008-05-12  Jan Schmidt  <Jan.Schmidt@sun.com>
3754
3755         * gst/rtpmanager/gstrtpjitterbuffer.c:
3756         (gst_rtp_jitter_buffer_loop):
3757         Initialise with GST_CLOCK_TIME_NONE to avoid compiler warning.
3758
3759 2008-05-11  Jan Schmidt  <jan.schmidt@sun.com>
3760
3761         * docs/plugins/Makefile.am:
3762         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
3763         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
3764         * docs/plugins/inspect/plugin-gstinterlace.xml:
3765         * gst/deinterlace/gstdeinterlace.c:
3766         * gst/deinterlace/gstdeinterlace.h:
3767         Random doc of the day: the deinterlace element.
3768
3769 2008-05-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3770
3771         * gst/mpegtsparse/mpegtspacketizer.c:
3772         * gst/mpegtsparse/mpegtsparse.c:
3773         Make sure all schedule EIT and non-actual transport stream
3774         EITs are parsed. Also add present-following flag and
3775         actual-transport-stream flag to eit bus message.
3776
3777 2008-05-09  Peter Kjellerstedt  <pkj@axis.com>
3778
3779         * gst/rtpmanager/rtpsource.c: (rtp_source_finalize):
3780         Make sure to unref the caps used by RTPSource to prevent a memory leak.
3781
3782 2008-05-08  Tim-Philipp Müller  <tim.muller at collabora co uk>
3783
3784         Based on patch by: Clive Wright <clive_wright ntlworld com>
3785
3786         * sys/oss4/oss4-mixer-slider.c: (gst_oss4_mixer_slider_unpack_volume):
3787           Apparently mono sliders have the mono value repeated in the upper bits,
3788           so mask those out when reading them. Probably makes the mixer applet
3789           work properly in some more cases.
3790
3791 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
3792
3793         Patch by: Olivier Crete <tester at tester dot ca>
3794
3795         * gst/rtpmanager/rtpsession.c: (source_clock_rate),
3796         (rtp_session_process_bye), (rtp_session_send_bye_locked):
3797         Unlock the session lock when calling one of our callbacks. 
3798         Fixes #532011.
3799
3800 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
3801
3802         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3803
3804         * gst/rtpmanager/gstrtpsession.c:
3805         (gst_rtp_session_event_send_rtp_sink):
3806         Send RTP BYE command on EOS. Fixes bug #531955.
3807
3808 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
3809
3810         * win32/common/config.h.in:
3811           Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather
3812           use the real thing than having "???" unconditionally.
3813
3814 2008-05-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3815
3816         * gst-libs/gst/app/.cvsignore:
3817         * gst-libs/gst/app/Makefile.am:
3818         * gst-libs/gst/app/gstapp-marshal.list:
3819         Add marshal.list, make it compile and add to cvsignore.
3820
3821         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_dispose),
3822         (gst_app_sink_stop):
3823         Small cleanups.
3824
3825         * gst-libs/gst/app/gstappsrc.c: (gst_app_src_class_init),
3826         (gst_app_src_init), (gst_app_src_set_property),
3827         (gst_app_src_get_property), (gst_app_src_unlock),
3828         (gst_app_src_unlock_stop), (gst_app_src_start), (gst_app_src_stop),
3829         (gst_app_src_create), (gst_app_src_set_caps),
3830         (gst_app_src_get_caps), (gst_app_src_set_size),
3831         (gst_app_src_get_size), (gst_app_src_set_seekable),
3832         (gst_app_src_get_seekable), (gst_app_src_set_max_buffers),
3833         (gst_app_src_get_max_buffers), (gst_app_src_push_buffer),
3834         (gst_app_src_end_of_stream):
3835         * gst-libs/gst/app/gstappsrc.h:
3836         Beat appsrc in shape, add signals and actions.
3837         Add some docs.
3838         Add properties for caps, size, seekability and max-buffers.
3839         Fix unlock/stop code.
3840
3841 2008-05-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
3842
3843         * configure.ac:
3844           Error out if we don't have the required versions of core/base.
3845
3846 2008-05-05  Wim Taymans  <wim.taymans@collabora.co.uk>
3847
3848         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_class_init),
3849         (gst_app_sink_init), (gst_app_sink_set_property),
3850         (gst_app_sink_get_property), (gst_app_sink_unlock_start),
3851         (gst_app_sink_unlock_stop), (gst_app_sink_flush_unlocked),
3852         (gst_app_sink_start), (gst_app_sink_stop), (gst_app_sink_event),
3853         (gst_app_sink_preroll), (gst_app_sink_render),
3854         (gst_app_sink_set_caps), (gst_app_sink_set_drop),
3855         (gst_app_sink_get_drop):
3856         * gst-libs/gst/app/gstappsink.h:
3857         Start some docs.
3858         Add property to drop buffers when the queue is filled
3859         Fix unlocking and flushing when the queues are filled.
3860
3861 2008-04-29  Sebastian Dröge  <slomo@circular-chaos.org>
3862
3863         Patch by: Jens Granseuer <jensgr at gmx dot net>
3864
3865         * gst/subenc/gstsrtenc.c: (gst_srt_enc_timestamp_to_string):
3866         Declare variables at the beginning of blocks. Fixes compilation with
3867         gcc 2.x and other compilers. Fixes bug #530611.
3868
3869 2008-04-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3870
3871         * gst/mpegtsparse/mpegtspacketizer.c:
3872         * gst/mpegtsparse/mpegtspacketizer.h:
3873         * gst/mpegtsparse/mpegtsparse.c:
3874         Detect SI pids (NIT, SDT, EIT etc.) based on table id and not
3875         by pid number. This allows for example the EPG data from UK's
3876         freesat to be picked up.
3877
3878 2008-04-26  Sebastian Dröge  <slomo@circular-chaos.org>
3879
3880         * ext/mpeg2enc/gstmpeg2enc.cc:
3881         * ext/soundtouch/gstbpmdetect.cc:
3882         Cast NULL sentinels to void * as NULL is defined as an integer
3883         constant in most environments when using C++ and it's size might
3884         be different from a pointer.
3885
3886 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3887
3888         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_class_init),
3889         (gst_app_sink_init), (gst_app_sink_set_property),
3890         (gst_app_sink_get_property), (gst_app_sink_event),
3891         (gst_app_sink_preroll), (gst_app_sink_render),
3892         (gst_app_sink_set_emit_signals), (gst_app_sink_get_emit_signals),
3893         (gst_app_sink_set_max_buffers), (gst_app_sink_get_max_buffers),
3894         (gst_app_sink_pull_buffer):
3895         * gst-libs/gst/app/gstappsink.h:
3896         Add more docs.
3897         Add signals for when preroll and render buffers are available.
3898         Add property to control signal emission.
3899         Add property to control the max queue size.
3900
3901 2008-04-25  Michael Smith <msmith@songbirdnest.com>
3902
3903         * gst-libs/gst/dshow/Makefile.am:
3904           Use CXXFLAGS rather than CFLAGS; these are C++ files.
3905           Define required constants appropriately.
3906         * sys/dshowdecwrapper/Makefile.am:
3907           Add required include dir, libraries.
3908           Define required constants appropriately.
3909
3910 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3911
3912         * gst/rtpmanager/gstrtpbin.c: (create_stream), (gst_rtp_bin_init),
3913         (gst_rtp_bin_set_property), (gst_rtp_bin_get_property):
3914         * gst/rtpmanager/gstrtpbin.h:
3915         Expose new jitterbuffer property in rtpbin too.
3916
3917 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3918
3919         * gst/rtpmanager/gstrtpjitterbuffer.c:
3920         (gst_rtp_jitter_buffer_class_init), (gst_rtp_jitter_buffer_init),
3921         (gst_rtp_jitter_buffer_loop), (gst_rtp_jitter_buffer_set_property),
3922         (gst_rtp_jitter_buffer_get_property):
3923         Disable sending out rtp packet lost events by default and make a
3924         property to enabe it. We will likely enable it by default when the base
3925         depayloaders have a default handler for them so that we don't send these
3926         events all through the pipeline for now.
3927
3928 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3929
3930         * gst/rtpmanager/gstrtpjitterbuffer.c:
3931         (gst_rtp_jitter_buffer_init), (gst_rtp_jitter_buffer_flush_stop),
3932         (gst_rtp_jitter_buffer_src_event), (gst_rtp_jitter_buffer_chain),
3933         (gst_rtp_jitter_buffer_loop):
3934         Remove private version of a function that is in -base now.
3935         Add src event handler.
3936         Rework the jitterbuffer pushing loop so that it can quickly react to
3937         lost packets and instruct the depayloader of them. This can then be used
3938         to implement error concealment data.
3939
3940 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3941
3942         * gst/rtpmanager/gstrtpsession.c:
3943         (gst_rtp_session_query_send_rtcp_src), (create_recv_rtcp_sink),
3944         (create_send_rtcp_src):
3945         Set up some internal links functions for the RTCP and sync pads because
3946         the defaults are really not correct.
3947         Implement a query handler for the RTCP src pad, mostly to correctly
3948         report about the latency.
3949
3950 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3951
3952         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_associate),
3953         (gst_rtp_bin_sync_chain):
3954         * gst/rtpmanager/rtpsession.c: (update_arrival_stats),
3955         (rtp_session_process_sr), (rtp_session_on_timeout):
3956         * gst/rtpmanager/rtpsource.c: (rtp_source_init),
3957         (calculate_jitter):
3958         * gst/rtpmanager/rtpsource.h:
3959         * gst/rtpmanager/rtpstats.h:
3960         Also keep track of the first buffer timestamp together with the first
3961         RTP timestamp as they both are needed to construct the timing of
3962         outgoing packets in the jitterbuffer and are therefore also needed to
3963         manage lip-sync. This fixes lip-sync if the first RTP packets arrive
3964         with a wildly different gap.
3965
3966 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3967
3968         * gst/flv/gstflvdemux.c: (gst_flv_demux_query):
3969         Forward unknown queries upstream instead of returning FALSE on them.
3970
3971 2008-04-25  Sebastian Dröge  <slomo@circular-chaos.org>
3972
3973         * configure.ac:
3974         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_base_init),
3975         (gst_musepackdec_init), (gst_musepackdec_dispose),
3976         (gst_musepackdec_handle_seek_event), (gst_musepack_stream_init),
3977         (gst_musepackdec_loop), (plugin_init):
3978         * ext/musepack/gstmusepackdec.h:
3979         * ext/musepack/gstmusepackreader.c:
3980         * ext/musepack/gstmusepackreader.h:
3981         Add support for the new libmpcdec API which magically gets us support
3982         for SV8 files. Also do some random cleanup. Fixes bug #526905.
3983
3984 2008-04-24  Jan Schmidt  <jan.schmidt@sun.com>
3985
3986         * configure.ac:
3987         Back to development -> 0.10.7.1
3988
3989 === release 0.10.7 ===
3990
3991 2008-04-24  Jan Schmidt <jan.schmidt@sun.com>
3992
3993         * configure.ac:
3994           releasing 0.10.7, "House of Cards"
3995
3996 2008-04-22  Stefan Kost  <ensonic@users.sf.net>
3997
3998         * ext/faad/gstfaad.c:
3999           Don't leak GstAudioChannelPosition. Fixes #529378.
4000
4001 2008-04-22  Wim Taymans  <wim.taymans@collabora.co.uk>
4002
4003         * gst/sdp/gstsdpdemux.c: (request_pt_map):
4004         Ref caps, see #528245.
4005
4006 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
4007
4008         * configure.ac:
4009         0.10.6.4 pre-release
4010
4011 2008-04-21  Sebastian Dröge  <slomo@circular-chaos.org>
4012
4013         * tests/check/elements/rganalysis.c: (GST_START_TEST):
4014         Don't leak a tag list. Fixes bug #529285.
4015
4016 2008-04-21  Sebastian Dröge  <slomo@circular-chaos.org>
4017
4018         * tests/check/elements/ofa.c: (bus_handler):
4019         Don't leak the tags string and tag list. Fixes bug #529283.
4020
4021 2008-04-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4022
4023         Patch by: Olivier Crete <tester at tester dot ca>
4024
4025         * gst/rtpmanager/gstrtpbin.c: (create_session), (get_pt_map),
4026         (new_ssrc_pad_found):
4027         Ref caps when inserting into the cache.
4028         Don't leak pads.
4029
4030         * gst/rtpmanager/gstrtpjitterbuffer.c:
4031         (gst_rtp_jitter_buffer_get_clock_rate),
4032         (gst_rtp_jitter_buffer_query):
4033         Avoid a caps leak.
4034         Don't leak refcount in query.
4035
4036         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_get_caps),
4037         (gst_rtp_pt_demux_chain):
4038         Avoid caps leaks.
4039
4040         * gst/rtpmanager/gstrtpsession.c: (source_get_sdes_structure),
4041         (gst_rtp_session_init), (return_true),
4042         (gst_rtp_session_clear_pt_map), (gst_rtp_session_cache_caps),
4043         (gst_rtp_session_clock_rate):
4044         Ref caps when inserting into the cache.
4045         Fix some more caps leaks. Fixes #528245.
4046
4047 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
4048
4049         * tests/icles/metadata_editor.c:
4050           Add cast to placate gcc 4.1.2.
4051
4052 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
4053
4054         * configure.ac:
4055         0.10.6.3 pre-release
4056
4057 2008-04-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4058
4059         * sys/dvb/gstdvbsrc.c:
4060         Revert patch that added a loop timeout.
4061         Fixes #528614.
4062
4063 2008-04-17  Wim Taymans  <wim.taymans@collabora.co.uk>
4064
4065         * gst/rtpmanager/gstrtpbin.c: (get_pt_map), (free_client),
4066         (gst_rtp_bin_associate), (gst_rtp_bin_get_free_pad_name):
4067         * gst/rtpmanager/gstrtpjitterbuffer.c:
4068         (gst_rtp_jitter_buffer_get_clock_rate):
4069         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_get_caps):
4070         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_clock_rate):
4071         Unset GValues after g_signal_emitv so that we avoid a refcount leak.
4072         Don't leak a padname.
4073         Don't leak client streams list.
4074         Lock rtpbin when associating streams. Fixes #528245.
4075
4076 2008-04-16  Sebastian Dröge  <slomo@circular-chaos.org>
4077
4078         * tests/check/Makefile.am:
4079         Don't inlcude dc1394src in the generic/states test as it requires
4080         special hardware. Fixes bug #528011.
4081
4082 2008-04-16  Sebastian Dröge  <slomo@circular-chaos.org>
4083
4084         * tests/check/elements/ofa.c: (bus_handler), (GST_START_TEST):
4085         Only check if the generated fingerprints are valid Base64. The
4086         fingerprints are different when running on different architectures
4087         which is a) no problem because the fingerprints are tolerant enough
4088         and b) is caused by libofa. Fixes bug #528266.
4089
4090 2008-04-16  Sebastian Dröge  <slomo@circular-chaos.org>
4091
4092         * ext/timidity/Makefile.am:
4093         Dist all source files, no matter if only timidity or wildmidi or
4094         nothing is found by configure. Fixes bug #528000.
4095
4096 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
4097
4098         * gst-plugins-bad.spec.in:
4099           Remove souphttpsrc plugin from spec files, it's moved to -good.
4100
4101 2008-04-14  Jan Schmidt  <jan.schmidt@sun.com>
4102
4103         * tests/check/Makefile.am:
4104         Remove soup test certificates from the dist.
4105
4106 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
4107
4108         * ext/dirac/gstdiracenc.cc:
4109         Fix compilation by casting string constants.
4110
4111         * sys/Makefile.am:
4112         Fix WININET_DIR variable reference.
4113
4114 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
4115
4116         * configure.ac:
4117         * docs/plugins/Makefile.am:
4118         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
4119         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
4120         * docs/plugins/gst-plugins-bad-plugins.args:
4121         * docs/plugins/inspect/plugin-soup.xml:
4122         * ext/Makefile.am:
4123         * ext/soup/Makefile.am:
4124         * ext/soup/gstsouphttpsrc.c:
4125         * ext/soup/gstsouphttpsrc.h:
4126         * tests/check/Makefile.am:
4127         * tests/check/elements/souphttpsrc.c:
4128         * tests/check/test-cert.pem:
4129         * tests/check/test-key.pem:
4130
4131         Remove soup plugin that's moved to -good (#523124)
4132
4133 2008-04-12  Tim-Philipp Müller  <tim at centricular dot net>
4134
4135         * gst/flv/gstflvparse.c: (gst_flv_parse_metadata_item),
4136           (gst_flv_parse_tag_script):
4137           Handle NULL returns from FLV_GET_STRING() more gracefully. Fixes
4138           crash caused by a strlen on a NULL string (#527622).
4139
4140 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
4141
4142         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4143
4144         * sys/dshowsrcwrapper/gstdshowvideosrc.c: (PROP_DEVICE_NAME),
4145           (gst_dshowvideosrc_class_init), (gst_dshowvideosrc_init),
4146           (gst_dshowvideosrc_dispose), (gst_dshowvideosrc_stop),
4147           (gst_dshowvideosrc_unlock), (gst_dshowvideosrc_unlock_stop),
4148           (gst_dshowvideosrc_create), (gst_dshowvideosrc_push_buffer):
4149         * sys/dshowsrcwrapper/gstdshowvideosrc.h:
4150           Don't increase latency by queuing buffers in an async queue when
4151           the streaming thread can't keep up or isn't scheduled often
4152           enough for some other reason, but just drop the previous buffer
4153           in that case. Also implement GstBaseSrc::unlock for faster
4154           unlocking when shutting down. (#520892).
4155
4156 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
4157
4158         * tests/icles/metadata_editor.c: (ENC_UNKNOWN), (last_pixbuf),
4159           (draw_pixbuf), (change_tag_list), (update_draw_pixbuf),
4160           (ui_drawing_size_allocate_cb), (on_drawingMain_expose_event),
4161           (on_buttonSaveFile_clicked), (ui_create), (me_gst_bus_callback_view),
4162           (me_gst_setup_view_pipeline), (process_file):
4163         * tests/icles/metadata_editor.glade:
4164           Remove GstXOverlay stuff and use gdkpixbufsink plus some rather crude
4165           drawing/scaling logic to make this compile and work on all platforms.
4166           Fixes #518227.
4167
4168 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
4169
4170         * configure.ac:
4171           Bump core/base requirements to released versions to avoid
4172           confusion.
4173
4174         * gst/deinterlace/gstdeinterlace.c: (deinterlace_debug),
4175           (GST_CAT_DEFAULT), (gst_deinterlace_base_init),
4176           (gst_deinterlace_set_caps), (plugin_init):
4177           Add debug category, use _set_element_details_simple and
4178           remove special code path for Y42B to calculate offsets and
4179           strides; libgstvideo knows how to handle this format now.
4180
4181 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
4182
4183         * gst/cdxaparse/Makefile.am:
4184         * gst/cdxaparse/gstcdxaparse.c:
4185         * gst/cdxaparse/gstcdxastrip.c:
4186         * gst/cdxaparse/gstcdxastrip.h:
4187         * gst/cdxaparse/gstvcdparse.c:
4188         * gst/cdxaparse/gstvcdparse.h:
4189           Port VCD parser (formerly cdxastrip) from 0.8 to 0.10. Doesn't do
4190           anything the 0.8 version didn't do though.
4191
4192 2008-04-11  Julien Moutte  <julien@fluendo.com>
4193
4194         * sys/oss4/oss4-mixer-enum.c:
4195         (gst_oss4_mixer_enum_get_values_locked):
4196         * sys/oss4/oss4-source.c: (gst_oss4_source_delay): Fix arguments
4197         format in debug statements.
4198
4199 2008-04-10  Tim-Philipp Müller  <tim at centricular dot net>
4200
4201         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4202
4203         * configure.ac:
4204         * sys/Makefile.am:
4205         * sys/wininet/Makefile.am:
4206         * sys/wininet/gstwininetsrc.c:
4207         * sys/wininet/gstwininetsrc.h:
4208           Add wininetsrc for basic http/ftp support on windows (#520897).
4209
4210 2008-04-10  Tim-Philipp Müller  <tim at centricular dot net>
4211
4212         * gst/nsf/nsf.h:
4213           Change prototype of process function here too to avoid
4214           'incompatible assignment' warnings.
4215
4216 2008-04-10  Sebastian Dröge  <slomo@circular-chaos.org>
4217
4218         * tests/check/elements/souphttpsrc.c: (got_buffer),
4219         (souphttpsrc_suite):
4220         Increase the timeout for the internet tests to 250 seconds
4221         and check for NULL caps instead of just crashing.
4222         The real fix would be to implement an shoutcast server for the unit test
4223         instead of relying on a working internet connection.
4224         Fixes bug #521749.
4225
4226 2008-04-10  Peter Kjellerstedt  <pkj@axis.com>
4227
4228         * gst/rtpmanager/gstrtpbin.c: (free_session):
4229         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_finalize):
4230         Avoid leaking pads in the RTP manager.
4231
4232 2008-04-09  Jan Schmidt  <Jan.Schmidt@sun.com>
4233
4234         * gst/nsf/nes_apu.c: (apu_process):
4235         * gst/nsf/nes_apu.h:
4236         Don't do void pointer arithmetic - it's a gcc extension.
4237
4238 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
4239
4240         * ext/jack/gstjackaudiosink.c: (gst_jack_audio_sink_class_init):
4241           Work around missing bits of thread-safety on older GLibs some
4242           more to avoid assertions when starting up multiple playbin
4243           objects concurrently (see #512382).
4244
4245 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
4246
4247         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4248
4249         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_response_cb):
4250         Only ignore actual redirects not all responses when in state
4251         GST_SOUP_HTTP_SRC_SESSION_IO_STATUS_RUNNING. Fixes bug #526337.
4252
4253 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
4254
4255         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
4256
4257         * configure.ac:
4258         Actually build dlls when cross-compiling with mingw32.
4259         Fixes bug #526247.
4260
4261 2008-04-05  Sebastian Dröge  <slomo@circular-chaos.org>
4262
4263         * tests/check/elements/ofa.c: (GST_START_TEST):
4264         Also check that we have processed at least 135 seconds of audio
4265         until we stop and calculated a fingerprint.
4266
4267 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
4268
4269         * gst/subenc/gstsrtenc.c:
4270         * gst/subenc/gstsrtenc.h:
4271           GstSrtenc => GstSrtEnc and gst_srtenc_ => gst_srt_enc_.
4272
4273 2008-04-04  Sebastian Dröge  <slomo@circular-chaos.org>
4274
4275         * tests/check/Makefile.am:
4276         * tests/check/elements/.cvsignore:
4277         * tests/check/elements/ofa.c: (bus_handler), (GST_START_TEST),
4278         (ofa_suite), (main):
4279         Add simple unit tests for the OFA plugin.
4280
4281 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
4282
4283         * configure.ac:
4284         * sys/Makefile.am:
4285         * sys/oss4/Makefile.am:
4286         * sys/oss4/oss4-audio.c:
4287         * sys/oss4/oss4-audio.h:
4288         * sys/oss4/oss4-mixer-enum.c:
4289         * sys/oss4/oss4-mixer-enum.h:
4290         * sys/oss4/oss4-mixer-slider.c:
4291         * sys/oss4/oss4-mixer-slider.h:
4292         * sys/oss4/oss4-mixer-switch.c:
4293         * sys/oss4/oss4-mixer-switch.h:
4294         * sys/oss4/oss4-mixer.c:
4295         * sys/oss4/oss4-mixer.h:
4296         * sys/oss4/oss4-property-probe.c:
4297         * sys/oss4/oss4-property-probe.h:
4298         * sys/oss4/oss4-sink.c:
4299         * sys/oss4/oss4-sink.h:
4300         * sys/oss4/oss4-soundcard.h:
4301         * sys/oss4/oss4-source.c:
4302         * sys/oss4/oss4-source.h:
4303           Add initial support for OSSv4. Mixer still needs a bit more love,
4304           but even magic has its limits.
4305
4306 2008-04-01  Tim-Philipp Müller  <tim at centricular dot net>
4307
4308         * configure.ac:
4309         * gst-plugins-bad.spec.in:
4310         * gst/srtenc/Makefile.am:
4311         * gst/srtenc/gstsrtenc.c:
4312         * gst/srtenc/gstsrtenc.h:
4313         * gst/subenc/Makefile.am:
4314         * gst/subenc/gstsrtenc.c: (plugin_init):
4315           Rename new srtenc plugin to subenc.
4316
4317 2008-04-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4318
4319         * gst/mpegtsparse/mpegtspacketizer.c:
4320         Cable delivery subsystem descriptors' frequency's bcd
4321         is measured in 100Hz units so adjust multiplier accordingly.
4322
4323 2008-04-01  Thijs Vermeir  <thijsvermeir@gmail.com>
4324
4325         * configure.ac:
4326         * gst/srtenc/Makefile.am:
4327         * gst/srtenc/gstsrtenc.c:
4328         * gst/srtenc/gstsrtenc.h:
4329         Add srt subtitle encoder
4330
4331 2008-03-31  Wim Taymans  <wim.taymans@collabora.co.uk>
4332
4333         Patch by: Kapil Agrawal <kapil at fluendo dot com>
4334
4335         * ext/gsm/gstgsmdec.c: (gst_gsmdec_sink_setcaps),
4336         (gst_gsmdec_chain):
4337         * ext/gsm/gstgsmdec.h:
4338         Increase the allowed samplerates for the ms-gsm format.
4339         Fixes #481354.
4340
4341 2008-03-30  Tim-Philipp Müller  <tim at centricular dot net>
4342
4343         Patch by: Jan de Groot <jan at jgc homeip net>
4344
4345         * configure.ac:
4346           Fix build with --disable-external (#525100).
4347
4348 2008-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4349
4350         * sys/dvb/gstdvbsrc.c:
4351         Repeat diseqc call to allow for some diseqc switches.
4352
4353 2008-03-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4354
4355         * ext/Makefile.am:
4356         Dist ofa correctly! Fixes non-uninstalled build.
4357
4358 2008-03-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4359
4360         * sys/dvb/gstdvbsrc.c:
4361         Make diseqc work more reliably.
4362
4363 2008-03-26  Sebastian Dröge  <slomo@circular-chaos.org>
4364
4365         * gst/nsf/Makefile.am:
4366         * gst/nsf/fds_snd.c:
4367         * gst/nsf/mmc5_snd.c:
4368         * gst/nsf/nsf.c:
4369         * gst/nsf/types.h:
4370         * gst/nsf/vrc7_snd.c:
4371         * gst/nsf/vrcvisnd.c:
4372         * gst/nsf/memguard.c:
4373         * gst/nsf/memguard.h:
4374         Remove memguard again and apply hopefully all previously dropped
4375         local patches. Should be really better than the old version now.
4376
4377 2008-03-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4378
4379         * gst/nsf/memguard.c: (_my_free):
4380         * gst/nsf/types.h:
4381         Unbreak compilation by disabling memguard and doing some dirty hack
4382         fixes to make it compile on 64bits.
4383
4384 2008-03-25  Sebastian Dröge  <slomo@circular-chaos.org>
4385
4386         Patch by: Andreas Henriksson <andreas at fatal dot set>
4387
4388         * gst/nsf/Makefile.am:
4389         * gst/nsf/dis6502.h:
4390         * gst/nsf/fds_snd.c:
4391         * gst/nsf/fds_snd.h:
4392         * gst/nsf/fmopl.c:
4393         * gst/nsf/fmopl.h:
4394         * gst/nsf/gstnsf.c:
4395         * gst/nsf/log.c:
4396         * gst/nsf/log.h:
4397         * gst/nsf/memguard.c:
4398         * gst/nsf/memguard.h:
4399         * gst/nsf/mmc5_snd.c:
4400         * gst/nsf/mmc5_snd.h:
4401         * gst/nsf/nes6502.c:
4402         * gst/nsf/nes6502.h:
4403         * gst/nsf/nes_apu.c:
4404         * gst/nsf/nes_apu.h:
4405         * gst/nsf/nsf.c:
4406         * gst/nsf/nsf.h:
4407         * gst/nsf/osd.h:
4408         * gst/nsf/types.h:
4409         * gst/nsf/vrc7_snd.c:
4410         * gst/nsf/vrc7_snd.h:
4411         * gst/nsf/vrcvisnd.c:
4412         * gst/nsf/vrcvisnd.h:
4413         Update our internal nosefart to nosefart-2.7-mls to fix segfaults
4414         on some files. Fixes bug #498237.
4415
4416         Remove some // comments, fix some compiler warnings and use pow()
4417         instead of a slow, selfmade implementation.
4418
4419 2008-03-25  Sebastian Dröge  <slomo@circular-chaos.org>
4420
4421         Patch by: Ed Catmur <ed at catmur dot co dot uk>
4422
4423         * configure.ac:
4424         Add support for neon 0.28, which didn't change API. Fixes bug #524035.
4425
4426 2008-03-24  Rene Stadler  <mail@renestadler.de>
4427
4428         * gst/replaygain/gstrganalysis.c (gst_rg_analysis_init),
4429           (gst_rg_analysis_transform_ip):
4430         * gst/replaygain/gstrglimiter.c (gst_rg_limiter_init),
4431           (gst_rg_limiter_transform_ip):
4432         Make rganalysis and rglimiter elements GAP-flag aware.
4433
4434         * tests/check/elements/rganalysis.c: (test_gap_buffers),
4435           (rganalysis_suite):
4436         * tests/check/elements/rglimiter.c (test_gap), (rglimiter_suite):
4437         Add tests to verify gap-awareness.
4438
4439 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
4440
4441         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_headers_cb),
4442         (gst_soup_http_src_chunk_allocator),
4443         (gst_soup_http_src_got_chunk_cb),
4444         (gst_soup_http_src_uri_get_protocols):
4445         Don't autoplug souphttpsrc for dav/davs. This is better handled by
4446         GIO and GnomeVFS as they provide authentication.
4447
4448         Don't leak the icy caps if we already set them and get a new
4449         icy-metaint header.
4450
4451         Try harder to set the icy caps on the output buffer to have correct
4452         caps for the first buffer already.
4453
4454         * tests/check/elements/souphttpsrc.c: (got_buffer),
4455         (GST_START_TEST):
4456         Check that we get a buffer with application/x-icy caps if iradio-mode
4457         is enabled and we have an icecast URL.
4458
4459 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
4460
4461         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_chunk_allocator):
4462         Actually set the icy caps on our src pad if we have icecast data.
4463         Fixes bug #523854.
4464
4465 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4466
4467         * configure.ac:
4468         Check if the compiler supports do { } while (0) macros. This fixes
4469         a warning when compiling with g++ 4.3, resulting in a build failure
4470         because of -Werror.
4471
4472         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
4473         * ext/mplex/gstmplex.cc:
4474         Include <string.h> for memcpy and friends to fix the build with
4475         gcc 4.3.
4476
4477         * tests/check/Makefile.am:
4478         Remove trailing backslash.
4479
4480 2008-03-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4481
4482         * gst/selector/gstinputselector.c:
4483         (gst_input_selector_set_active_pad), (gst_input_selector_switch):
4484         Do g_object_notify() only when not holding the lock to get the property
4485         because otherwise we run into a deadlock with the deep-notify handlers
4486         that are possibly installed.
4487
4488 2008-03-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4489
4490         * gst/selector/gstinputselector.c: (gst_selector_pad_class_init),
4491         (gst_selector_pad_event), (gst_selector_pad_bufferalloc),
4492         (gst_selector_pad_chain), (gst_input_selector_set_active_pad):
4493         Release the selector lock when pad alloc happens on a non selected pad.
4494
4495 2008-03-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4496
4497         * gst/selector/gstinputselector.c: (gst_selector_pad_class_init),
4498         (gst_selector_pad_init), (gst_selector_pad_set_property),
4499         (gst_selector_pad_get_property), (gst_selector_pad_event),
4500         (gst_selector_pad_bufferalloc), (gst_selector_pad_chain),
4501         (gst_input_selector_set_active_pad):
4502         Add pad property to configure behaviour of the unselected pad, it can
4503         return OK or NOT_LINKED, based on the use case.
4504
4505 2008-03-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4506
4507         * gst/selector/gstinputselector.c:
4508         (gst_selector_pad_get_running_time), (gst_selector_pad_reset),
4509         (gst_selector_pad_event), (gst_selector_pad_bufferalloc),
4510         (gst_input_selector_wait), (gst_selector_pad_chain),
4511         (gst_input_selector_class_init), (gst_input_selector_init),
4512         (gst_input_selector_dispose), (gst_segment_set_start),
4513         (gst_input_selector_set_active_pad),
4514         (gst_input_selector_set_property),
4515         (gst_input_selector_get_property),
4516         (gst_input_selector_get_linked_pad),
4517         (gst_input_selector_is_active_sinkpad),
4518         (gst_input_selector_activate_sinkpad),
4519         (gst_input_selector_request_new_pad),
4520         (gst_input_selector_release_pad),
4521         (gst_input_selector_change_state), (gst_input_selector_block),
4522         (gst_input_selector_switch):
4523         * gst/selector/gstinputselector.h:
4524         Figure out the locking a bit more.
4525         Mark buffers with discont after switching.
4526         Fix initial segment forwarding, make sure to only forward one segment
4527         regardless of what the sequence of buffers/segments is. See #522203.
4528         Improve flushing when blocked.
4529         Return NOT_LINKED when a stream is not selected.
4530         Not API change for the switch signal in the docs.
4531         Fix start/time/accum values of the new segment.
4532         Correctly unlock and flush a blocking selector when going to READY.
4533
4534 2008-03-20  Stefan Kost  <ensonic@users.sf.net>
4535
4536         * ext/ladspa/gstladspa.c:
4537         * ext/ladspa/gstsignalprocessor.c:
4538           Add some thoughts and FIXME's.
4539
4540 2008-03-20  Stefan Kost  <ensonic@users.sf.net>
4541
4542         * gst/bayer/gstbayer2rgb.c:
4543           Include stdlib.h for abs.
4544
4545 2008-03-19  Stefan Kost  <ensonic@users.sf.net>
4546
4547         * gst/freeze/FAQ:
4548         * gst/freeze/Makefile.am:
4549         * gst/freeze/gstfreeze.c:
4550           Add example to source code documentation blob and remove the 3 line
4551           FAQ.
4552
4553         * gst/interleave/interleave.c:
4554           Add a source code documentation blob.
4555
4556 2008-03-19  Sebastian Dröge  <slomo@circular-chaos.org>
4557
4558         * ext/ofa/gstofa.c: (create_fingerprint), (gst_ofa_event),
4559         (gst_ofa_transform_ip), (plugin_init):
4560         Improve debugging, clean up a bit and really generate the fingerprint
4561         after 135 seconds.
4562
4563 2008-03-19  Sebastian Dröge  <slomo@circular-chaos.org>
4564
4565         * ext/ofa/gstofa.c:
4566         Use GPL as license, the plugin itself is LGPL but libofa is GPL.
4567
4568 2008-03-19  Sebastian Dröge  <slomo@circular-chaos.org>
4569
4570         Based on a patch by: Eric Buehl <eric dot buehl at gmail dot com>
4571
4572         * configure.ac:
4573         * ext/ofa/Makefile.am:
4574         * ext/ofa/gstofa.c: (gst_ofa_base_init), (gst_ofa_finalize),
4575         (gst_ofa_class_init), (create_fingerprint), (gst_ofa_event),
4576         (gst_ofa_init), (gst_ofa_transform_ip), (gst_ofa_get_property),
4577         (plugin_init):
4578         * ext/ofa/gstofa.h:
4579         Add an OFA element, the successor of MusicBrainz TRM fingerprinting.
4580         Fixes bug #351309.
4581
4582 2008-03-18  Andy Wingo  <wingo@pobox.com>
4583
4584         * ext/faad/gstfaad.c (gst_faad_chain): Fix a bad format argument,
4585         and a potential int overflow.
4586
4587         * ext/faad/gstfaad.h: Include <neaacdec.h> if faad is neaac.
4588         Avoids a #warning about an ignored #pragma.
4589
4590 2008-03-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4591
4592         * examples/switch/switcher.c:
4593         Update switch example to use input selector.
4594
4595 2008-03-17  Sebastian Dröge  <slomo@circular-chaos.org>
4596
4597         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
4598         (gst_neonhttp_src_send_request_and_redirect):
4599         Handle HTTP status code 303 (See Other) the same way
4600         as 302 (Found). Not sure what to do about all the other 3xx
4601         redirect status codes. Fixes bug #522884.
4602
4603 2008-03-14  Edward Hervey  <edward.hervey@collabora.co.uk>
4604
4605         * gst-libs/gst/dshow/Makefile.am:
4606         Make sure the dshow helper library headers get distributed in the next
4607         release.
4608
4609 2008-03-14  David Schleef  <ds@schleef.org>
4610
4611         Patch by: William M. Brack
4612
4613         * gst/bayer/gstbayer2rgb.c: Significant improvements.  Fixes #521392.
4614
4615 2008-03-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4616
4617         * gst/selector/gstinputselector.c: (gst_selector_pad_event),
4618         (gst_selector_pad_bufferalloc), (gst_selector_pad_chain),
4619         (gst_input_selector_class_init),
4620         (gst_input_selector_set_active_pad),
4621         (gst_input_selector_set_property),
4622         (gst_input_selector_push_pending_stop):
4623         Add lots of debugging. 
4624         Fix time member in the newsegment event.
4625
4626 2008-03-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4627
4628         * gst/selector/gstinputselector.c: (gst_selector_pad_class_init),
4629         (gst_selector_pad_finalize), (gst_selector_pad_get_property),
4630         (gst_selector_pad_event), (gst_input_selector_class_init),
4631         (gst_input_selector_init), (gst_input_selector_set_active_pad),
4632         (gst_input_selector_set_property),
4633         (gst_input_selector_get_property),
4634         (gst_input_selector_request_new_pad),
4635         (gst_input_selector_release_pad),
4636         (gst_input_selector_push_pending_stop),
4637         (gst_input_selector_switch):
4638         * gst/selector/gstinputselector.h:
4639         Various cleanups.
4640         Added tags to the pads.
4641         Select active pad based on the pad object instead of its name.
4642         Fix refcount in set_active_pad.
4643         Add property to get the number of pads.
4644
4645         * gst/selector/gstoutputselector.c:
4646         (gst_output_selector_class_init),
4647         (gst_output_selector_set_property),
4648         (gst_output_selector_get_property):
4649         Various cleanups.
4650         Select the active pad based on the pad object instead of its name.
4651         Fix locking when setting the active pad.
4652
4653         * gst/selector/gstselector-marshal.list:
4654         * tests/check/elements/selector.c: (cleanup_pad),
4655         (selector_set_active_pad), (run_input_selector_buffer_count):
4656         Fixes for pad instead of padname for pad selection.
4657
4658 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
4659
4660         * ext/alsaspdif/alsaspdifsink.c:
4661         * ext/gsm/gstgsm.c:
4662         * ext/jack/gstjack.c:
4663         * ext/libmms/gstmms.c:
4664         * ext/neon/gstneonhttpsrc.c:
4665         * ext/shout/gstshout.c:
4666         * ext/timidity/gsttimidity.c:
4667         * ext/timidity/gstwildmidi.c:
4668         * gst/nuvdemux/gstnuvdemux.c:
4669         * gst/tta/gsttta.c:
4670         Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead
4671         of hardcoding values where possible. Fixes bug #522212.
4672
4673 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
4674
4675         Patch by: Wouter Cloetens <wouter at mind dot be>
4676
4677         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_init),
4678         (gst_soup_http_src_finished_cb), (gst_soup_http_src_response_cb),
4679         (gst_soup_http_src_build_message), (gst_soup_http_src_create):
4680         * ext/soup/gstsouphttpsrc.h:
4681         Try to resume on server disconnect. Fixes bug #522134.
4682
4683 2008-03-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4684
4685         * ext/xvid/gstxvidenc.c: (gst_xvidenc_chain):
4686         Set correct pixel aspect ratio for the encoder.
4687
4688 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
4689
4690         Patch by: Olivier Crete <tester at tester dot ca>
4691
4692         * gst/rtpmanager/rtpsession.c: (find_add_conflicting_addresses),
4693         (check_collision), (obtain_source), (rtp_session_create_new_ssrc),
4694         (rtp_session_create_source), (rtp_session_process_rtp),
4695         (rtp_session_process_sr), (rtp_session_process_rr),
4696         (rtp_session_process_sdes), (rtp_session_process_bye),
4697         (rtp_session_send_bye_locked), (rtp_session_send_bye),
4698         (rtp_session_on_timeout):
4699         * gst/rtpmanager/rtpsession.h:
4700         Implement collision and loop detection in rtpmanager.
4701         Fixes #520626.
4702
4703         * gst/rtpmanager/rtpsource.c: (rtp_source_reset),
4704         (rtp_source_init):
4705         * gst/rtpmanager/rtpsource.h:
4706         Add method to reset stats.
4707
4708 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
4709
4710         Based on patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
4711
4712         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_init),
4713         (rtcp_thread), (start_rtcp_thread), (stop_rtcp_thread),
4714         (join_rtcp_thread), (gst_rtp_session_change_state):
4715         Avoid a deadlock when joining the RTCP thread in PAUSED because it might
4716         be blocked downstream. Also avoid spawning multiple rtcp threads.
4717         Fixes #520894.
4718
4719 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
4720
4721         Patch by: Stefan Kost <ensonic@users.sf.net>
4722
4723         * gst/rtpmanager/rtpjitterbuffer.c: (calculate_skew):
4724         Don't try to reset the clock skew when we have no timestamps.
4725         Fixes #519005.
4726
4727 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
4728
4729         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4730
4731         * ext/faad/gstfaad.c: (looks_like_valid_header):
4732         Improve the header checking to look for what faad2 looks
4733         for too. Fixes playback of same apple trailers.
4734         Fixes bug #469979.
4735
4736 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
4737
4738         * configure.ac:
4739         Really check for libdc1394 >= 2.0.0, pkg-config thinks that
4740         2.0.0-rcX is newer than 2.0.0 so we check for this too.
4741
4742 2008-03-05  David Schleef  <ds@schleef.org>
4743
4744         * ext/dirac/gstdiracenc.cc: Add a bunch of properties cribbed
4745           from the encoder program in dirac.
4746
4747 2008-03-05  David Schleef  <ds@schleef.org>
4748
4749         * configure.ac:
4750         * ext/Makefile.am:
4751         * ext/dirac/Makefile.am:
4752         * ext/dirac/gstdirac.cc:
4753         * ext/dirac/gstdiracenc.cc:
4754           Rewrite Dirac encoder plugin based on Schroedinger gstreamer
4755           elements.
4756
4757 2008-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
4758
4759         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
4760
4761         * configure.ac:
4762         * ext/Makefile.am:
4763         * ext/mplex/Makefile.am:
4764         * ext/mplex/gstmplex.cc:
4765         * ext/mplex/gstmplex.hh:
4766         * ext/mplex/gstmplexibitstream.cc:
4767         * ext/mplex/gstmplexibitstream.hh:
4768         * ext/mplex/gstmplexjob.cc:
4769         * ext/mplex/gstmplexjob.hh:
4770         * ext/mplex/gstmplexoutputstream.cc:
4771         * ext/mplex/gstmplexoutputstream.hh:
4772         Port mplex element to 0.10. Fixes bug #520329.
4773
4774         * tests/check/Makefile.am:
4775         * tests/check/elements/mplex.c: (test_sink_event), (setup_src_pad),
4776         (teardown_src_pad), (setup_mplex), (cleanup_mplex),
4777         (GST_START_TEST), (mplex_suite), (main):
4778         Add unit test for the mplex element.
4779
4780 2008-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
4781
4782         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
4783
4784         * configure.ac:
4785         Clean up detection of different mjpegtoolsAPI versions.
4786
4787         * ext/mpeg2enc/gstmpeg2enc.cc:
4788         * ext/mpeg2enc/gstmpeg2enc.hh:
4789         * ext/mpeg2enc/gstmpeg2encoder.cc:
4790         * ext/mpeg2enc/gstmpeg2encoptions.cc:
4791         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
4792         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
4793         * ext/mpeg2enc/gstmpeg2encstreamwriter.cc:
4794         * ext/mpeg2enc/gstmpeg2encstreamwriter.hh:
4795         Streamline conditional code for evolving mjpegtools API,
4796         optimize and fix/prevent crash in log handling, use
4797         names/nicks for enums in the usual way andm inor updates
4798         in code and properties/settings. Partially fixes bug #520329.
4799
4800 2008-03-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4801
4802         * gst/mpegtsparse/gstmpegdesc.h:
4803         * gst/mpegtsparse/mpegtspacketizer.c:
4804         Add parsing of cable delivery system descriptor.
4805
4806 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
4807
4808         * configure.ac:
4809         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
4810         plug-ins are included/excluded. (#498222)
4811
4812 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
4813
4814         Patch by: Jens Granseuer <jensgr at gmx dot net>
4815
4816         * gst/mve/gstmvedemux.c: (gst_mve_audio_data),
4817         (gst_mve_demux_get_type):
4818         Fix audio discontinuity that happens when silent chunks are
4819         followed by real data again. Fixes bug #519905.
4820
4821 2008-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4822
4823         * sys/dvb/gstdvbsrc.c:
4824         * sys/dvb/parsechannels.c:
4825         Add DVB-C support. Special thanks to Christian Schaller
4826         for a testing ground.
4827
4828 2008-02-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4829
4830         * gst/mpegtsparse/mpegtsparse.c:
4831         Only send PMTs to program pads that the PMT is for even if
4832         on same pid.
4833         As a by-product, we now no longer hardcode any psi pid numbers.
4834         Also remove pcr stream from old pmt when we apply a new pmt.
4835
4836 2008-02-28  Edgard Lima  <edgard.lima@indt.org.br>
4837
4838         * ext/metadata/TODO:
4839         * ext/metadata/metadata_mapping.htm:
4840         * ext/metadata/metadataexif.c:
4841         * ext/metadata/metadatatags.c:
4842         * ext/metadata/metadatatags.h:
4843         * tests/icles/metadata_editor.c:
4844         Map Date-Time and GPS tags and Convert from EXIF to XMP Datatime as
4845         local time (those changes has been done in previous comit but had to
4846         be revert in 2008-02-10 due to frozen)
4847
4848 2008-02-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4849
4850         * sys/dvb/camutils.c:
4851         Remove the G_VALUE_HOLDS_BOXED checks. They were
4852         only added to help debug the data corruption.
4853
4854 2008-02-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4855
4856         * sys/dvb/camutils.c:
4857         Don't free the program descriptors, this structure
4858         containing them is still stored after.
4859         Fixes data corruption.
4860
4861 2008-02-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4862
4863         * sys/dvb/camutils.c:
4864         Extra checks to prevent data corruption/segfaults.
4865
4866 2008-02-26  Stefan Kost  <ensonic@users.sf.net>
4867
4868         * ext/nas/nassink.c:
4869           Fix build warning by using portable API.
4870
4871 2008-02-26  Stefan Kost  <ensonic@users.sf.net>
4872
4873         * gst/selector/gstoutputselector.c:
4874           Fix changing to same pad twice before a chain call.     
4875
4876 2008-02-26  Sebastian Dröge  <slomo@circular-chaos.org>
4877
4878         Patch by: Daniel Fischer <dan at f3c dot com>
4879
4880         * configure.ac:
4881         * ext/dc1394/gstdc1394.c: (gst_dc1394_change_state),
4882         (gst_dc1394_get_cam_caps), (gst_dc1394_open_cam_with_best_caps):
4883         * ext/dc1394/gstdc1394.h:
4884         Add support for libdc1394 2.0.0 and above and require this version
4885         now. Fixes bug #514964.
4886
4887 2008-02-26  Sebastian Dröge  <slomo@circular-chaos.org>
4888
4889         Patch by: Wouter Cloetens <wouter at mind dot be>
4890
4891         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
4892         (gst_soup_http_src_init), (gst_soup_http_src_dispose),
4893         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property),
4894         (gst_soup_http_src_create):
4895         * ext/soup/gstsouphttpsrc.h:
4896         * tests/check/elements/souphttpsrc.c: (run_test), (GST_START_TEST),
4897         (souphttpsrc_suite):
4898         Add support for specifying a list of cookies to be passed in
4899         the HTTP request. Fixes bug #518722.
4900
4901 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
4902
4903         * gst/selector/gstinputselector.c:
4904         * gst/selector/gstinputselector.h:
4905           Added "select-all" property to make it work like aggregator in 0.8.
4906
4907         * gst/selector/gstoutputselector.c:
4908           Fix resend-latest behavoiur.
4909           
4910         * tests/check/Makefile.am:
4911         * tests/check/elements/.cvsignore:
4912         * tests/check/elements/selector.c:
4913           Add unit tests for selector.
4914
4915 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4916
4917         * configure.ac:
4918         * ext/timidity/gsttimidity.c: (plugin_init):
4919         * ext/timidity/gstwildmidi.c: (plugin_init):
4920         Remove midi typefinders and require base CVS as they moved there.
4921
4922 2008-02-24  Sebastian Dröge  <slomo@circular-chaos.org>
4923
4924         * ext/Makefile.am:
4925         Only disable the ext/timidity directory if both, wildmidi
4926         _and_ timidity are not available.
4927
4928 2008-02-24  Sebastian Dröge  <slomo@circular-chaos.org>
4929
4930         Patch by: Emilio Pozuelo Monfort <pochu at ubuntu dot com>
4931
4932         * ext/Makefile.am:
4933         Build the wildmidi plugin if it's enabled and not only when
4934         both, the timidity and wildmidi plugin, are enabled.
4935
4936 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
4937
4938         * configure.ac:
4939         * ext/mpeg2enc/Makefile.am:
4940         * ext/soundtouch/Makefile.am:
4941         * gst/modplug/Makefile.am:
4942           Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them
4943           when building C++ code.
4944
4945 2008-02-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4946
4947         * sys/dvb/gstdvbsrc.c:
4948         Add initial support for multiproto driver (not yet merged into
4949         v4l-dvb mainline yet).
4950         Only works for DVB-S not DVB-S2, DVB-T, DVB-C or other.
4951
4952 2008-02-22  Tim-Philipp Müller  <tim at centricular dot net>
4953
4954         * docs/plugins/inspect/plugin-alsaspdif.xml:
4955         * docs/plugins/inspect/plugin-app.xml:
4956         * docs/plugins/inspect/plugin-bayer.xml:
4957         * docs/plugins/inspect/plugin-bz2.xml:
4958         * docs/plugins/inspect/plugin-cdaudio.xml:
4959         * docs/plugins/inspect/plugin-cdxaparse.xml:
4960         * docs/plugins/inspect/plugin-dfbvideosink.xml:
4961         * docs/plugins/inspect/plugin-dtsdec.xml:
4962         * docs/plugins/inspect/plugin-dvb.xml:
4963         * docs/plugins/inspect/plugin-dvdspu.xml:
4964         * docs/plugins/inspect/plugin-faac.xml:
4965         * docs/plugins/inspect/plugin-faad.xml:
4966         * docs/plugins/inspect/plugin-fbdevsink.xml:
4967         * docs/plugins/inspect/plugin-festival.xml:
4968         * docs/plugins/inspect/plugin-filter.xml:
4969         * docs/plugins/inspect/plugin-flvdemux.xml:
4970         * docs/plugins/inspect/plugin-freeze.xml:
4971         * docs/plugins/inspect/plugin-gsm.xml:
4972         * docs/plugins/inspect/plugin-gstinterlace.xml:
4973         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
4974         * docs/plugins/inspect/plugin-h264parse.xml:
4975         * docs/plugins/inspect/plugin-interleave.xml:
4976         * docs/plugins/inspect/plugin-jack.xml:
4977         * docs/plugins/inspect/plugin-ladspa.xml:
4978         * docs/plugins/inspect/plugin-metadata.xml:
4979         * docs/plugins/inspect/plugin-mms.xml:
4980         * docs/plugins/inspect/plugin-modplug.xml:
4981         * docs/plugins/inspect/plugin-mpeg2enc.xml:
4982         * docs/plugins/inspect/plugin-mpeg4videoparse.xml:
4983         * docs/plugins/inspect/plugin-mpegtsparse.xml:
4984         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
4985         * docs/plugins/inspect/plugin-musepack.xml:
4986         * docs/plugins/inspect/plugin-musicbrainz.xml:
4987         * docs/plugins/inspect/plugin-mve.xml:
4988         * docs/plugins/inspect/plugin-neon.xml:
4989         * docs/plugins/inspect/plugin-nsfdec.xml:
4990         * docs/plugins/inspect/plugin-nuvdemux.xml:
4991         * docs/plugins/inspect/plugin-rawparse.xml:
4992         * docs/plugins/inspect/plugin-real.xml:
4993         * docs/plugins/inspect/plugin-replaygain.xml:
4994         * docs/plugins/inspect/plugin-rfbsrc.xml:
4995         * docs/plugins/inspect/plugin-sdl.xml:
4996         * docs/plugins/inspect/plugin-sdp.xml:
4997         * docs/plugins/inspect/plugin-selector.xml:
4998         * docs/plugins/inspect/plugin-sndfile.xml:
4999         * docs/plugins/inspect/plugin-soundtouch.xml:
5000         * docs/plugins/inspect/plugin-spcdec.xml:
5001         * docs/plugins/inspect/plugin-speed.xml:
5002         * docs/plugins/inspect/plugin-speexresample.xml:
5003         * docs/plugins/inspect/plugin-stereo.xml:
5004         * docs/plugins/inspect/plugin-tremor.xml:
5005         * docs/plugins/inspect/plugin-tta.xml:
5006         * docs/plugins/inspect/plugin-vcdsrc.xml:
5007         * docs/plugins/inspect/plugin-videosignal.xml:
5008         * docs/plugins/inspect/plugin-vmnc.xml:
5009         * docs/plugins/inspect/plugin-x264.xml:
5010         * docs/plugins/inspect/plugin-xvid.xml:
5011         * docs/plugins/inspect/plugin-y4menc.xml:
5012           Update to version 0.10.6.1.
5013
5014 2008-02-22  Tim-Philipp Müller  <tim at centricular dot net>
5015
5016         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5017         * docs/plugins/inspect/plugin-gdp.xml:
5018         * docs/plugins/inspect/plugin-quicktime.xml:
5019         * docs/plugins/inspect/plugin-switch.xml:
5020         * docs/plugins/inspect/plugin-videocrop.xml:
5021           Remove docs for elements that have moved to other modules
5022           or been renamed.
5023
5024 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5025
5026         Patch by: Wouter Cloetens <wouter at mind dot be>
5027
5028         * configure.ac:
5029         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_cancel_message),
5030         (gst_soup_http_src_finished_cb), (gst_soup_http_src_chunk_free),
5031         (gst_soup_http_src_chunk_allocator),
5032         (gst_soup_http_src_got_chunk_cb), (gst_soup_http_src_create),
5033         (gst_soup_http_src_start), (gst_soup_http_src_set_proxy):
5034         * ext/soup/gstsouphttpsrc.h:
5035         Implement zero-copy and make the buffer size configurable.
5036         Prefix proxy URIs with "http://" if they don't start with it
5037         already and catch errors earlier, fixes hanging in some situations.
5038         Fixes bug #514948.
5039
5040 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5041
5042         * tests/check/gst-plugins-bad.supp:
5043         Add suppressions for SoundTouch valgrind warnings and
5044         a valgrind warning caused by the LADSPA sine plugin and
5045         happening on every exit().
5046         Remove GIO suppressions as it's now in -base.
5047
5048 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5049
5050         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_create):
5051         Don't allocate and copy the data to a new place but instead
5052         put the data from gmyth (which we own) into the buffers that
5053         are passed downstream.
5054
5055 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5056
5057         * ext/timidity/gstwildmidi.c:
5058         If WILDMIDI_CFG is not defined, define it to the default
5059         timidity configure file.
5060
5061 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5062
5063         Based on a patch by:
5064           Hans de Goede <j dot w dot r dot degoede at hhs dot nl>
5065
5066         * configure.ac:
5067         * ext/mpeg2enc/gstmpeg2enc.cc:
5068         Remove hack to work with mjpegtools 1.9.0rc3 and above and instead
5069         use mjpeg_loglev_t() for getting the log levels. Check for this
5070         function in configure.ac as the pkg-config file doesn't tell us
5071         which release candidate we have. Fixes bug #517896.
5072
5073 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5074
5075         * configure.ac:
5076         Check for X for the nas plugin to make it possible to build it
5077         again. Fixes bug #517895.
5078
5079 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5080
5081         * tests/check/Makefile.am:
5082         Ignore some more elements for the states unit test, like
5083         dfbvideosink which produces a segfault. Fixes bug #517854.
5084
5085 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5086
5087         Patch by: Jens Granseuer <jensgr at gmx dot net>
5088
5089         * gst/librfb/gstrfbsrc.c: (gst_rfb_property_set_version):
5090         * gst/librfb/rfbdecoder.c: (rfb_decoder_message_set_encodings),
5091         (rfb_decoder_state_set_encodings):
5092         * gst/mpegtsparse/mpegtspacketizer.c:
5093         (mpegts_packetizer_parse_nit), (mpegts_packetizer_parse_sdt),
5094         (mpegts_packetizer_parse_eit):
5095         * sys/fbdev/gstfbdevsink.c: (gst_fbdevsink_getcaps),
5096         (gst_fbdevsink_setcaps), (gst_fbdevsink_render):
5097         Some C89 fixes, moving variable declarations to the beginning
5098         of a block. Fixes bug #517937.
5099
5100 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
5101
5102         * configure.ac:
5103         Back to development...
5104
5105 === release 0.10.6 ===
5106
5107 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
5108
5109         * configure.ac:
5110           releasing 0.10.6, "A Big Deep Breath"
5111
5112 2008-02-20  Bastien Nocera  <hadess@hadess.net>
5113
5114         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_do_seek),
5115         (gst_mythtv_src_start): Using the wrong GstFormat for the filesize,
5116         and fail seek properly on anything but _BYTES format
5117         Fixes bug #517684
5118
5119 2008-02-20  Sebastian Dröge  <slomo@circular-chaos.org>
5120
5121         Patch by: Olivier Crete <tester at tester dot ca>
5122
5123         * gst/rtpmanager/gstrtpbin.c: (new_ssrc_pad_found):
5124         Fix small memory leak, leaking caps. Fixes bug #517571.
5125
5126 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
5127
5128         * gst/tta/Makefile.am:
5129         Link tta plugin with libm. Fixes bug #517391.
5130
5131 2008-02-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5132
5133         * sys/dvb/camutils.c:
5134         Do not assume "descriptors" property in the pmt structure
5135         is present.
5136         Fixes #516499.
5137
5138 2008-02-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5139
5140         Patch by: Olivier Crete <tester@tester.ca>
5141
5142         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_associate):
5143         Ignore streams that did not receive an SR packet when doing
5144         synchronisation. Fixes #516160.
5145
5146 2008-02-14  Sebastian Dröge  <slomo@circular-chaos.org>
5147
5148         * gst/dvdspu/gstdvdspu.c: (gst_dvd_spu_handle_new_spu_buf):
5149         Set n_line_ctrl_i to 0 whenever we free line_ctrl_i. Patch based
5150         on an idea by Jan Schmidt, fixes bug #516436.
5151
5152 2008-02-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5153
5154         * gst/mpegtsparse/gstmpegdesc.c:
5155         * gst/mpegtsparse/gstmpegdesc.h:
5156         * gst/mpegtsparse/mpegtsparse.c:
5157         Make sure the gstmpegdesc debug lines do not critical
5158         when GST_DEBUG is enabled and also actually output.
5159         Thanks to Alessandro Decina for spotting.
5160         Fixes #516448
5161
5162 2008-02-13  Jan Schmidt  <jan.schmidt@sun.com>
5163
5164         * gst-libs/gst/Makefile.am:
5165         * sys/Makefile.am:
5166         Also add dshow pieces to the disted subdirs to fix distcheck.
5167
5168 2008-02-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5169
5170         Patch by: Josep Torra Valles <josep@fluendo.com>
5171
5172         * gst/h264parse/gsth264parse.c: (gst_h264_parse_chain_reverse):
5173         Fix potential buffer leak in reverse mode. Re-Fixes #516061.
5174
5175 2008-02-13  Sebastian Dröge  <slomo@circular-chaos.org>
5176
5177         * configure.ac:
5178         Allow gmyth versions from 0.4 up to 0.7.99, the API didn't change
5179         until 0.7 fortunately.
5180
5181 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5182
5183         * configure.ac:
5184         Generate the directshow Makefiles so that the directories
5185         get disted. Still needs some configure time detection to enable
5186         building them under MingW.
5187
5188 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5189
5190         * ext/metadata/Makefile.am:
5191         Don't install a header file. We will have to merge these
5192         tags into libgsttag after the release and use them from there.
5193         Fixes: #515860
5194
5195 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
5196
5197         * gst-libs/gst/dshow/Makefile.am:
5198         * sys/dshowdecwrapper/Makefile.am:
5199         * sys/dshowsrcwrapper/Makefile.am:
5200         Add Makefiles to win32 plugins and lib.
5201         They will need to be tested and probably fixed by developers
5202         working with mingw. This is a first step to include source files 
5203         with releases.
5204         
5205 2008-02-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5206
5207         * sys/dvb/dvbbasebin.c:
5208         Fix leak of location string returned from gst_uri_get_location.
5209         Fixes bug #516114
5210
5211 2008-02-12  David Schleef  <ds@schleef.org>
5212
5213         * configure.ac:
5214         * docs/plugins/Makefile.am:
5215         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5216         * docs/plugins/inspect/plugin-glimagesink.xml:
5217         * sys/Makefile.am:
5218         * sys/glsink/BUGS:
5219         * sys/glsink/Makefile.am:
5220         * sys/glsink/color_matrix.c:
5221         * sys/glsink/glextensions.c:
5222         * sys/glsink/glextensions.h:
5223         * sys/glsink/glimagesink.c:
5224         * sys/glsink/glimagesink.h:
5225         * sys/glsink/gltestsrc.c:
5226         * sys/glsink/gltestsrc.h:
5227         * sys/glsink/gstglbuffer.c:
5228         * sys/glsink/gstglbuffer.h:
5229         * sys/glsink/gstglconvert.c:
5230         * sys/glsink/gstgldisplay.c:
5231         * sys/glsink/gstgldisplay.h:
5232         * sys/glsink/gstgldownload.c:
5233         * sys/glsink/gstglfilter.c:
5234         * sys/glsink/gstglfilter.h:
5235         * sys/glsink/gstglfilterexample.c:
5236         * sys/glsink/gstgltestsrc.c:
5237         * sys/glsink/gstgltestsrc.h:
5238         * sys/glsink/gstglupload.c:
5239         * sys/glsink/gstopengl.c:
5240           Remove glimagesink, as it's been moved to gst-plugins-gl.
5241           Fixes #516094.
5242
5243 2008-02-12  Wim Taymans  <wim.taymans@collabora.co.uk>
5244
5245         Patch by: Josep Torra Valles <josep@fluendo.com>
5246
5247         * gst/h264parse/gsth264parse.c: (gst_h264_parse_chain_reverse):
5248         Fix potential buffer leak in reverse mode. Fixes #516061.
5249
5250 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5251
5252         * sys/dshowdecwrapper/gstdshowaudiodec.c:
5253         (gst_dshowaudiodec_dispose):
5254         * sys/dshowdecwrapper/gstdshowvideodec.c:
5255         (gst_dshowvideodec_dispose):
5256         Chain up dispose methods properly. Fixes bug #515970.
5257
5258 2008-02-12  Wim Taymans  <wim.taymans@collabora.co.uk>
5259
5260         * gst/mpegvideoparse/mpegvideoparse.c:
5261         (mpegvideoparse_handle_sequence), (mpegvideoparse_drain_avail),
5262         (gst_mpegvideoparse_change_state):
5263         Fix leaking caps.
5264         Fix potential buffer leak in forward mode.
5265         Cleanup queues when going to READY. Fixes #515815.
5266
5267 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5268
5269         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5270         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5271         * docs/plugins/inspect/plugin-gio.xml:
5272         Remove documentation for the GIO plugin as it was moved to
5273         gst-plugins-base. Fixes bug #515964.
5274
5275 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5276
5277         * ext/xvid/gstxvidenc.c:
5278         * gst/vmnc/vmncdec.c:
5279         * sys/glsink/glimagesink.c:
5280         * sys/glsink/gstgldisplay.c:
5281         Fix some finalize leaks by chaining up to the parent method.
5282         Fixes: #515919
5283
5284 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5285
5286         * tests/check/elements/souphttpsrc.c:
5287         Include glib/gprintf.h for g_vasprintf(). Fixes bug #515564.
5288
5289 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5290
5291         * gst/librfb/gstrfbsrc.c: (gst_rfb_src_dispose):
5292         Free the rfb decoder on finalize. Fixes bug #515721.
5293
5294 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5295
5296         * sys/fbdev/gstfbdevsink.c: (gst_fbdevsink_class_init),
5297         (gst_fbdevsink_finalize):
5298         Free the device string in finalize. Fixes bug #515722.
5299
5300 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5301
5302         * ext/xvid/gstxvidenc.c: (gst_xvidenc_init):
5303         Unset GValues after using them. Fixes bug #515720.
5304
5305 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5306
5307         * tests/check/Makefile.am:
5308         Disable the dvb plugin for the states test. Fixes bug #515567.
5309
5310 2008-02-10  Edgard Lima,,,,  <edgard.lima@indt.org.br>
5311
5312         * ext/metadata/TODO:
5313         * ext/metadata/metadata_mapping.htm:
5314         * ext/metadata/metadataexif.c:
5315         * ext/metadata/metadatatags.c:
5316         * ext/metadata/metadatatags.h:
5317         * tests/icles/metadata_editor.c:
5318           Revert changes to 2008-02-09 due to frozen.
5319
5320 2008-02-10  Jan Schmidt  <jan.schmidt@sun.com>
5321
5322         * ext/ivorbis/vorbisfile.c:
5323         Trivial fix for build warning.
5324         Patch by: Josep Torra Valles <josep@fluendo.com>
5325         Fixes: #515588
5326
5327 2008-02-10  Edgard Lima  <edgard.lima@indt.org.br>
5328
5329         * ext/metadata/TODO:
5330         * ext/metadata/metadataexif.c:
5331           Convert from EXIF to XMP DataTime as local time.
5332
5333 2008-02-10  Edgard Lima  <edgard.lima@indt.org.br>
5334
5335         * ext/metadata/TODO:
5336         * ext/metadata/metadata_mapping.htm:
5337         * ext/metadata/metadataexif.c:
5338         * ext/metadata/metadatatags.c:
5339         * ext/metadata/metadatatags.h:
5340         * tests/icles/metadata_editor.c:
5341           Map Date-Time and GPS tags.
5342           
5343
5344 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
5345
5346         * gst/selector/Makefile.am:
5347
5348         Listing the marshal.h in the nodist_HEADERS breaks distcheck, so
5349         let's not do that
5350
5351         * tests/check/Makefile.am:
5352         Disable the crashing cdaudio plugin from the states test so I can make
5353         pre-releases.
5354
5355 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
5356
5357         * win32/vs6/libgstdshowdecwrapper.dsp:
5358         * win32/vs6/libgstflv.dsp:
5359         Convert to DOS line endings, and set -kb
5360
5361 2008-02-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5362
5363         * sys/dvb/Makefile.am:
5364         * sys/dvb/dvbbasebin.c:
5365         Add URI Handler for dvb.
5366         Re-order pad templates to workaround a bug in playbasebin.
5367         * sys/dvb/parsechannels.c:
5368         * sys/dvb/parsechannels.h:
5369         Add code to parse channels from zap-style channels.conf files.
5370
5371 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5372
5373         * configure.ac:
5374         * docs/plugins/Makefile.am:
5375         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5376         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5377         * docs/plugins/gst-plugins-bad-plugins.args:
5378         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
5379         * docs/plugins/inspect/plugin-multifile.xml:
5380         * gst/multifile/Makefile.am:
5381         * gst/multifile/gstmultifile.c:
5382         * gst/multifile/gstmultifilesink.c:
5383         * gst/multifile/gstmultifilesink.h:
5384         * gst/multifile/gstmultifilesrc.c:
5385         * gst/multifile/gstmultifilesrc.h:
5386         * gst/multifile/multifile.vproj:
5387         * tests/check/Makefile.am:
5388         * tests/check/elements/multifile.c:
5389
5390         Remove multifile plugin, which has moved to -good
5391
5392 2008-02-07  David Schleef  <ds@schleef.org>
5393
5394         * gst/multifile/gstmultifilesink.c:
5395         * gst/multifile/gstmultifilesrc.c:
5396           Use g_file_[sg]et_contents() instead of using stdio functions.
5397           Should be less error prone.
5398         * tests/check/elements/multifile.c:
5399           Create a temporary directory using standard functions instead of
5400           creating a directory in the current dir.
5401
5402 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5403
5404         * configure.ac:
5405         * docs/plugins/Makefile.am:
5406         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5407         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5408         * docs/plugins/gst-plugins-bad-plugins.args:
5409         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
5410         * docs/plugins/inspect/plugin-spectrum.xml:
5411         * gst/spectrum/.cvsignore:
5412         * gst/spectrum/Makefile.am:
5413         * gst/spectrum/README:
5414         * gst/spectrum/demo-audiotest.c:
5415         * gst/spectrum/demo-osssrc.c:
5416         * gst/spectrum/gstspectrum.c:
5417         * gst/spectrum/gstspectrum.h:
5418         * gst/spectrum/spectrum.vcproj:
5419         * tests/check/Makefile.am:
5420         * tests/check/elements/spectrum.c:
5421
5422         Remove spectrum plugin, which has moved to -good
5423
5424 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5425
5426         * docs/plugins/gst-plugins-bad-plugins.args:
5427         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
5428         * docs/plugins/gst-plugins-bad-plugins.interfaces:
5429         Remove equalizer plugin docs
5430
5431         * tests/check/Makefile.am:
5432         Add GST_OPTION_CFLAGS, to get -Werror -Wall into the tests as for
5433         other modules.
5434
5435         * tests/check/elements/multifile.c:
5436         * tests/check/elements/rganalysis.c:
5437         * tests/check/elements/rglimiter.c:
5438
5439         Fix compiler warnings from -Wall -Werror
5440
5441 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5442
5443         * configure.ac:
5444         * docs/plugins/Makefile.am:
5445         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5446         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5447         * docs/plugins/inspect/plugin-equalizer.xml:
5448         * gst/equalizer/.cvsignore:
5449         * gst/equalizer/Makefile.am:
5450         * gst/equalizer/demo.c:
5451         * gst/equalizer/gstiirequalizer.c:
5452         * gst/equalizer/gstiirequalizer.h:
5453         * gst/equalizer/gstiirequalizer10bands.c:
5454         * gst/equalizer/gstiirequalizer10bands.h:
5455         * gst/equalizer/gstiirequalizer3bands.c:
5456         * gst/equalizer/gstiirequalizer3bands.h:
5457         * gst/equalizer/gstiirequalizernbands.c:
5458         * gst/equalizer/gstiirequalizernbands.h:
5459         * tests/check/Makefile.am:
5460         * tests/check/elements/.cvsignore:
5461         * tests/check/elements/equalizer.c:
5462
5463         Remove the equalizer plugin, which has moved to -good
5464
5465 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5466
5467         * configure.ac:
5468         Make DISABLE_DEPRECATED defined *only* during CVS, not during
5469         pre-releases or releases.
5470
5471 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5472
5473         * docs/plugins/Makefile.am:
5474         Don't scan deleted xingmux header.
5475
5476 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5477
5478         * configure.ac:
5479         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5480         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5481         * docs/plugins/inspect/plugin-xingheader.xml:
5482         * gst/xingheader/Makefile.am:
5483         * gst/xingheader/gstxingmux.c:
5484         * gst/xingheader/gstxingmux.h:
5485         * tests/check/Makefile.am:
5486         * tests/check/elements/.cvsignore:
5487         * tests/check/elements/xingmux.c:
5488         * tests/check/elements/xingmux_testdata.h:
5489         Remove the xingmux plugin, as the element has moved into
5490         mpegaudioparse in -ugly.
5491
5492 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5493
5494         * docs/plugins/Makefile.am:
5495         Remove mention of non-existent headers to fix the build.
5496
5497 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5498
5499         * configure.ac:
5500         * ext/Makefile.am:
5501         * ext/gio/Makefile.am:
5502         * ext/gio/gstgio.c:
5503         * ext/gio/gstgio.h:
5504         * ext/gio/gstgiobasesink.c:
5505         * ext/gio/gstgiobasesink.h:
5506         * ext/gio/gstgiobasesrc.c:
5507         * ext/gio/gstgiobasesrc.h:
5508         * ext/gio/gstgiosink.c:
5509         * ext/gio/gstgiosink.h:
5510         * ext/gio/gstgiosrc.c:
5511         * ext/gio/gstgiosrc.h:
5512         * ext/gio/gstgiostreamsink.c:
5513         * ext/gio/gstgiostreamsink.h:
5514         * ext/gio/gstgiostreamsrc.c:
5515         * ext/gio/gstgiostreamsrc.h:
5516         * tests/check/Makefile.am:
5517         * tests/check/pipelines/.cvsignore:
5518         * tests/check/pipelines/gio.c:
5519
5520         Remove GIO plugin which has now moved to -base.
5521
5522 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5523
5524         * docs/plugins/Makefile.am:
5525         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5526         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5527         * docs/plugins/gst-plugins-bad-plugins.args:
5528         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
5529         * gst/filter/Makefile.am:
5530         * gst/filter/filter.vcproj:
5531         * gst/filter/gstbpwsinc.c:
5532         * gst/filter/gstbpwsinc.h:
5533         * gst/filter/gstfilter.c:
5534         * gst/filter/gstfilter.h:
5535         * gst/filter/gstlpwsinc.c:
5536         * gst/filter/gstlpwsinc.h:
5537         * tests/check/Makefile.am:
5538         * tests/check/elements/bpwsinc.c:
5539         * tests/check/elements/lpwsinc.c:
5540
5541         Remove lpwsinc and bpwsinc elements - they've become
5542         audiowsinclimit and audiowsincband respectively, in the
5543         gst-plugins-good audiofx plugin.
5544
5545 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
5546
5547         * ext\neon\gstneonhttpsrc.c:
5548         Include unistd.h only if _HAVE_UNISTD_H is defined
5549         * gst\mpegvideoparse\mpegvideoparse.c:
5550         Use G_GUINT64_CONSTANT GLIB macro for constant
5551         * sys\dshowsrcwrapper\gstdshowaudiosrc.c:
5552         * sys\dshowsrcwrapper\gstdshowvideosrc.c:
5553         * sys\dshowdecwrapper\gstdshowaudiodec.c:
5554         * sys\dshowdecwrapper\gstdshowaudiodec.h:
5555         * sys\dshowdecwrapper\gstdshowdecwrapper.c:
5556         * sys\dshowdecwrapper\gstdshowdecwrapper.h:
5557         * sys\dshowdecwrapper\gstdshowvideodec.c
5558         * sys\dshowdecwrapper\gstdshowvideodec.h:
5559         Add a DirectShow decoder wrapper.
5560         * win32\MANIFEST:
5561         Add new win32 files to MANIFEST
5562         * win32\vs6\gst_plugins_bad.dsw:
5563         * win32\vs6\libgstdshow.dsp:
5564         * win32\vs6\libgstdshowdecwrapper.dsp:
5565         * win32\vs6\libgstflv.dsp:
5566         Add new projects to bad workspace
5567
5568 2008-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5569
5570         * gst/mpegtsparse/mpegtspacketizer.c:
5571         Parse component descriptor.
5572         * gst/mpegtsparse/mpegtsparse.c:
5573         Add SI pids to every program (but hardcoded currently).
5574
5575 2008-02-07  Edgard Lima  <edgard.lima@indt.org.br>
5576
5577         * ext/metadata/metadata_mapping.htm:
5578         * ext/metadata/metadataexif.c:
5579         * ext/metadata/metadatatags.c:
5580         * ext/metadata/metadatatags.h:
5581         * tests/icles/metadata_editor.c:
5582         * tests/icles/metadata_editor.glade:
5583           Add more tags. Improve test app.
5584
5585 2008-02-07  Stefan Kost  <ensonic@users.sf.net>
5586
5587         * gst/multifile/gstmultifilesink.c:
5588           Add a fixme comment.
5589
5590         * gst/selector/gstoutputselector.c:
5591           Fix same leak as in input-selector.
5592
5593         * tests/icles/output-selector-test.c:
5594           Improve the test.
5595
5596 2008-02-07  Stefan Kost  <ensonic@users.sf.net>
5597
5598         * gst/spectrum/gstspectrum.c:
5599           Improve the docs.
5600
5601 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5602
5603         * configure.ac:
5604           The dc1394 plugin seems to use API that was removed or changed
5605           before the final 2.0.0 release, so only build it if 2.0.0-rc5
5606           is available. Someone needs to port it to the final API.
5607
5608         * ext/dc1394/gstdc1394.c: (gst_dc1394_change_camera_transmission):
5609           Include string.h for memcpy and use g_usleep instead of usleep.
5610
5611 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
5612
5613         * gst/filter/gstlpwsinc.c:
5614         Fix typo in the long description of the element.
5615
5616 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5617
5618         * gst/xingheader/Makefile.am:
5619         Put CFLAGS and LIBS in the right order
5620
5621 2008-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5622
5623         * configure.ac:
5624           ximagesrc has moved to -good, so no need to check for
5625           the required X libs here any more.
5626
5627 2008-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
5628
5629         Patch by: Wouter Cloetens <wouter at mind dot be>
5630
5631         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_chunk_cb),
5632         (gst_soup_http_src_create):
5633         Fix memory leak and improve debugging a bit.
5634
5635 2008-02-05  Edgard Lima  <edgard.lima@indt.org.br>
5636
5637         * ext/metadata/metadata_mapping.htm:
5638         * ext/metadata/metadataexif.c:
5639         * ext/metadata/metadatatags.c:
5640         * ext/metadata/metadatatags.h:
5641           Add more tags mapping.
5642
5643 2008-02-05  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5644
5645         * gst/mpegtsparse/mpegtsparse.c:
5646         Handle latency queries in src pads.
5647
5648 2008-02-05  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5649
5650         * gst/mpegtsparse/mpegtspacketizer.c:
5651         Add flag to both sdt and nit structures to say
5652         whether the table is for the actual network/ts
5653         or not.
5654
5655 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
5656
5657         Patch by: Josep Torra Valles <josep@fluendo.com>
5658
5659         * gst/mpegvideoparse/mpegvideoparse.c: (gst_mpegvideoparse_flush):
5660         Flush packetizer too.
5661
5662 2008-02-04  Sebastian Dröge  <slomo@circular-chaos.org>
5663
5664         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init),
5665         (gst_ladspa_class_init), (ladspa_describe_plugin), (plugin_init):
5666         Don't use GST_BOILERPLATE as the stuff generated from it is not used
5667         anyway and can't be used.
5668         Store the class struct of the correct type in parent_class.
5669         Pass the LADSPA_Descriptor as class_data to the class_init function
5670         as preparation for the time, when we can add pad templates and friends
5671         in class_init and add a FIXME for that.
5672         Don't use a custom hash table for passing the LADSPA_Descriptors to
5673         base_init but use g_type_set_qdata and g_type_get_qdata.
5674
5675 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
5676
5677         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
5678         Really fix the build.
5679         TODO : Apply spankOmatic2000 on thaytan's rear end.
5680
5681 2008-02-04  Tim-Philipp Müller  <tim at centricular dot net>
5682
5683         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
5684           (GstMpeg2EncPictureReader.StreamPictureParams):
5685           Fix compilation with libmjpegtools 1.8.x.
5686
5687 2008-02-04  Sebastian Dröge  <slomo@circular-chaos.org>
5688
5689         * ext/ladspa/gstsignalprocessor.c:
5690         (gst_signal_processor_class_add_pad_template):
5691         Don't unref the pad template after adding it.
5692         gst_element_class_add_pad_template takes ownership of it.
5693
5694 2008-02-03  Jan Schmidt  <jan.schmidt@sun.com>
5695
5696         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
5697         Use the incoming pixel-aspect-ratio if provided to infer a 
5698         default aspect ratio, which can be overridden using the 'aspect'
5699         property.
5700
5701         Fixes: #499008
5702
5703 2008-02-03  Sebastian Dröge  <slomo@circular-chaos.org>
5704
5705         Patch by: Andrzej Mendel <andrzej dot mendel at gmail dot com>
5706
5707         * configure.ac:
5708         Fix variable naming to make it possible to build the glimagesink
5709         plugin. Fixes bug #514093.
5710
5711 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5712
5713         * ext/metadata/gstmetadatademux.c:
5714           Demote metadatademux to GST_RANK_NONE for the release, it's not
5715           ready to be autoplugged yet.
5716
5717         * tests/icles/metadata_editor.c:
5718           Fix printf format warning for GType on ppc32 by removing it,
5719           since it doesn't make sense to print the GType value anyway.
5720
5721 2008-02-02  Edgard Lima  <edgard.lima@indt.org.br>
5722
5723         * ext/metadata/TODO:
5724         * ext/metadata/gstmetadatamux.c:
5725         * ext/metadata/metadata_mapping.htm:
5726         * ext/metadata/metadataexif.c:
5727         * ext/metadata/metadatatags.c:
5728         * ext/metadata/metadatatags.h:
5729           Map more Exif tags.
5730
5731 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
5732
5733         * gst/selector/gstinputselector.c: (gst_selector_pad_event):
5734         Don't leak event on pads that are not linked. Fixes #512826.
5735
5736 2008-02-01  Tim-Philipp Müller  <tim at centricular dot net>
5737
5738         * configure.ac:
5739           Bump core/base requirements to released versions, to avoid confusion.
5740
5741         * gst/deinterlace/Makefile.am:
5742         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_set_caps):
5743           Use the new GstVideoFormat API to get strides, plane offsets etc..
5744           For Y42B we still need to calculate these ourselves, since the lib
5745           in -base doesn't know about this format yet and we can't bump the
5746           requirement to CVS right now. Fix the Y42B stride, offset and size
5747           calculations for odd widths and heights while we're at it though
5748           (to match those in videotestsrc).
5749
5750 2008-01-31  Edgard Lima  <edgard.lima@indt.org.br>
5751
5752         * ext/metadata/metadata_mapping.htm:
5753         * ext/metadata/metadataexif.c:
5754         * ext/metadata/metadataiptc.c:
5755         * ext/metadata/metadatatags.c:
5756         * ext/metadata/metadatatags.h:
5757         * ext/metadata/metadataxmp.c:
5758           Add documentation.
5759
5760 2008-01-31  Wim Taymans  <wim.taymans@collabora.co.uk>
5761
5762         * ext/metadata/metadataparsejpeg.c: (metadataparse_jpeg_reading):
5763         Fix compilation.
5764
5765 2008-01-31  Wim Taymans  <wim.taymans@collabora.co.uk>
5766
5767         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_dispose):
5768         Really clean up the queue instead of just unreffing all buffers
5769         in it.
5770
5771         * gst-libs/gst/app/gstappsrc.c: (gst_app_src_base_init),
5772         (gst_app_src_class_init), (gst_app_src_init),
5773         (gst_app_src_dispose), (gst_app_src_finalize):
5774         Fix dispose/finalize.
5775
5776 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
5777
5778         * ext/faad/gstfaad.c: (gst_faad_chanpos_to_gst):
5779         Fix compiler warning by making the function signature match what
5780         everyone is passing in...
5781
5782         * tests/icles/Makefile.am:
5783         Fix the build on Solaris by removing GNU ld specific flags that
5784         look unnecessary.
5785
5786 2008-01-31  Sebastian Dröge  <slomo@circular-chaos.org>
5787
5788         * ext/metadata/Makefile.am:
5789         Add some relevant variables to CFLAGS and LIBADD, for example our
5790         compiler warnings paramters.
5791
5792         * ext/metadata/gstbasemetadata.c:
5793         (gst_base_metadata_strip_push_buffer),
5794         (gst_base_metadata_calculate_offsets),
5795         (gst_base_metadata_src_event), (gst_base_metadata_sink_activate):
5796         * ext/metadata/gstmetadatademux.c: (gst_metadata_demux_init),
5797         (gst_metadata_demux_set_property), (gst_metadata_demux_dispose):
5798         * ext/metadata/gstmetadatamux.c: (gst_metadata_mux_init),
5799         (gst_metadata_mux_set_property), (gst_metadata_mux_get_property),
5800         (gst_metadata_mux_dispose),
5801         (gst_metadata_mux_create_chunks_from_tags):
5802         * ext/metadata/metadata.c: (metadata_dispose):
5803         * ext/metadata/metadataexif.c:
5804         (metadataparse_exif_content_foreach_entry_func),
5805         (metadatamux_exif_for_each_tag_in_list):
5806         * ext/metadata/metadataiptc.c:
5807         (metadatamux_iptc_for_each_tag_in_list):
5808         * ext/metadata/metadatamuxjpeg.c: (metadatamux_jpeg_lazy_update),
5809         (metadatamux_jpeg_reading):
5810         * ext/metadata/metadatamuxpng.c: (metadatamux_png_reading):
5811         * ext/metadata/metadataparsejpeg.c: (metadataparse_jpeg_reading):
5812         * ext/metadata/metadataparsepng.c:
5813         * ext/metadata/metadataparseutil.h:
5814         * ext/metadata/metadataxmp.c: (metadataparse_xmp_tag_list_add),
5815         (metadatamux_xmp_create_chunk_from_tag_list):
5816         Fix a million warnings that showed up after the above change.
5817
5818 2008-01-31  Sebastian Dröge  <slomo@circular-chaos.org>
5819
5820         * ext/soup/gstsouphttpsrc.c: (_do_init),
5821         (gst_soup_http_src_base_init), (gst_soup_http_src_class_init),
5822         (gst_soup_http_src_init), (gst_soup_http_src_dispose),
5823         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property),
5824         (gst_soup_http_src_unicodify), (gst_soup_http_src_cancel_message),
5825         (gst_soup_http_src_queue_message),
5826         (gst_soup_http_src_add_range_header),
5827         (gst_soup_http_src_session_unpause_message),
5828         (gst_soup_http_src_session_pause_message),
5829         (gst_soup_http_src_session_close),
5830         (gst_soup_http_src_got_headers_cb),
5831         (gst_soup_http_src_got_body_cb), (gst_soup_http_src_finished_cb),
5832         (gst_soup_http_src_got_chunk_cb), (gst_soup_http_src_response_cb),
5833         (gst_soup_http_src_parse_status), (gst_soup_http_src_create),
5834         (gst_soup_http_src_start), (gst_soup_http_src_stop),
5835         (gst_soup_http_src_unlock), (gst_soup_http_src_unlock_stop),
5836         (gst_soup_http_src_get_size), (gst_soup_http_src_is_seekable),
5837         (gst_soup_http_src_do_seek), (gst_soup_http_src_set_location),
5838         (gst_soup_http_src_set_proxy), (gst_soup_http_src_uri_get_type),
5839         (gst_soup_http_src_uri_get_protocols),
5840         (gst_soup_http_src_uri_get_uri), (gst_soup_http_src_uri_set_uri),
5841         (gst_soup_http_src_uri_handler_init), (plugin_init):
5842         Add changes to gstsouphttpsrc.c that were missing from last commit.
5843
5844 2008-01-31  Sebastian Dröge  <slomo@circular-chaos.org>
5845
5846         Patch by: Wouter Cloetens <wouter at mind dot be>
5847
5848         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5849         * docs/plugins/gst-plugins-bad-plugins.args:
5850         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
5851         * docs/plugins/gst-plugins-bad-plugins.interfaces:
5852         * docs/plugins/inspect/plugin-soup.xml:
5853         (gst_soup_http_src_base_init), (gst_soup_http_src_class_init),
5854         (gst_soup_http_src_init), (gst_soup_http_src_dispose),
5855         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property),
5856         (gst_soup_http_src_unicodify), (gst_soup_http_src_cancel_message),
5857         (gst_soup_http_src_queue_message),
5858         (gst_soup_http_src_add_range_header),
5859         (gst_soup_http_src_session_unpause_message),
5860         (gst_soup_http_src_session_pause_message),
5861         (gst_soup_http_src_session_close),
5862         (gst_soup_http_src_got_headers_cb),
5863         (gst_soup_http_src_got_body_cb), (gst_soup_http_src_finished_cb),
5864         (gst_soup_http_src_got_chunk_cb), (gst_soup_http_src_response_cb),
5865         (gst_soup_http_src_parse_status), (gst_soup_http_src_create),
5866         (gst_soup_http_src_start), (gst_soup_http_src_stop),
5867         (gst_soup_http_src_unlock), (gst_soup_http_src_unlock_stop),
5868         (gst_soup_http_src_get_size), (gst_soup_http_src_is_seekable),
5869         (gst_soup_http_src_do_seek), (gst_soup_http_src_set_location),
5870         (gst_soup_http_src_set_proxy), (gst_soup_http_src_uri_get_type),
5871         (gst_soup_http_src_uri_get_protocols),
5872         (gst_soup_http_src_uri_get_uri), (gst_soup_http_src_uri_set_uri),
5873         (gst_soup_http_src_uri_handler_init), (plugin_init):
5874         * ext/soup/gstsouphttpsrc.h:
5875         Make coding style more consistent, including class renaming.
5876
5877 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
5878
5879         * configure.ac:
5880         Fix configure check for soundtouch to not produce syntax errors.
5881
5882 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
5883
5884         * configure.ac:
5885         * ext/metadata/metadataxmp.c:
5886         (metadatamux_xmp_for_each_tag_in_list):
5887         Fix build with exempi >= 1.99.5 and fix the include
5888         path for exempi.
5889
5890 2008-01-30  Edgard Lima  <edgard.lima@indt.org.br>
5891
5892         * ext/metadata/TODO:
5893           Just uptade the ToDo list.
5894
5895 2008-01-30  Edgard Lima  <edgard.lima@indt.org.br>
5896
5897         * ext/metadata/gstbasemetadata.c:
5898         * ext/metadata/metadatamuxjpeg.c:
5899         * ext/metadata/metadatamuxpng.c:
5900         * ext/metadata/metadataparsejpeg.c:
5901         * ext/metadata/metadatatypes.c:
5902         * ext/metadata/metadatatypes.h:
5903         * ext/metadata/metadataxmp.c:
5904           Add documentation. Speed up a bit png muxer. Fix xmp muxer.
5905
5906 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
5907
5908         Patch by: Wouter Cloetens <wouter at mind dot be>
5909
5910         * ext/soup/gstsouphttpsrc.c:
5911         Update documentation a bit.
5912
5913         * docs/plugins/gst-plugins-bad-plugins.args:
5914         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
5915         * docs/plugins/gst-plugins-bad-plugins.interfaces:
5916         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
5917         * docs/plugins/inspect/plugin-alsaspdif.xml:
5918         * docs/plugins/inspect/plugin-dvb.xml:
5919         * docs/plugins/inspect/plugin-filter.xml:
5920         * docs/plugins/inspect/plugin-glimagesink.xml:
5921         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
5922         * docs/plugins/inspect/plugin-quicktime.xml:
5923         * docs/plugins/inspect/plugin-rawparse.xml:
5924         * docs/plugins/inspect/plugin-replaygain.xml:
5925         * docs/plugins/inspect/plugin-sdl.xml:
5926         * docs/plugins/inspect/plugin-soundtouch.xml:
5927         * docs/plugins/inspect/plugin-soup.xml:
5928         * docs/plugins/inspect/plugin-spcdec.xml:
5929         * docs/plugins/inspect/plugin-spectrum.xml:
5930         * docs/plugins/inspect/plugin-speed.xml:
5931         * docs/plugins/inspect/plugin-speexresample.xml:
5932         * docs/plugins/inspect/plugin-switch.xml:
5933         * docs/plugins/inspect/plugin-videocrop.xml:
5934         Regenerate everything for the documentation changes we had.
5935
5936 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
5937
5938         * ext/gio/gstgiobasesink.c: (close_stream_cb),
5939         (gst_gio_base_sink_stop), (gst_gio_base_sink_event),
5940         (gst_gio_base_sink_render), (gst_gio_base_sink_set_stream):
5941         * ext/gio/gstgiobasesrc.c: (close_stream_cb),
5942         (gst_gio_base_src_stop), (gst_gio_base_src_create),
5943         (gst_gio_base_src_set_stream):
5944         Use async variants of the close stream functions to prevent blocking
5945         for a long time there and add some more sanity checks for a correct
5946         stream.
5947
5948 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
5949
5950         * tests/icles/Makefile.am:
5951         Move -Wl parameter from _LDADD to _LDFLAGS to fix autogen.sh.
5952
5953 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
5954
5955         Patch by: Wouter Cloetens <wouter at mind dot be>
5956
5957         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_init):
5958         Let the proxy property default to the content of the $http_proxy
5959         environment variable.
5960
5961 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
5962
5963         Patch by: Wouter Cloetens <wouter at mind dot be>
5964
5965         * tests/check/test-cert.pem:
5966         * tests/check/test-key.pem:
5967         Add missing files for the unit test.
5968
5969 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
5970
5971         Patch by: Wouter Cloetens <wouter at mind dot be>
5972
5973         * docs/plugins/Makefile.am:
5974         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5975         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5976         Add souphttpsrc to the docs.
5977
5978         * configure.ac:
5979         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_class_init),
5980         (gst_souphttp_src_init), (gst_souphttp_src_dispose),
5981         (gst_souphttp_src_set_property), (gst_souphttp_src_get_property),
5982         (gst_souphttp_src_cancel_message),
5983         (gst_souphttp_src_queue_message),
5984         (gst_souphttp_src_add_range_header),
5985         (gst_souphttp_src_session_unpause_message),
5986         (gst_souphttp_src_session_pause_message),
5987         (gst_souphttp_src_session_close),
5988         (gst_souphttp_src_got_headers_cb), (gst_souphttp_src_got_body_cb),
5989         (gst_souphttp_src_finished_cb), (gst_souphttp_src_got_chunk_cb),
5990         (gst_souphttp_src_response_cb), (gst_souphttp_src_parse_status),
5991         (gst_souphttp_src_create), (gst_souphttp_src_start),
5992         (gst_souphttp_src_stop), (gst_souphttp_src_unlock),
5993         (gst_souphttp_src_unlock_stop), (gst_souphttp_src_get_size),
5994         (gst_souphttp_src_is_seekable), (gst_souphttp_src_do_seek),
5995         (gst_souphttp_src_set_location), (gst_souphttp_src_set_proxy),
5996         (plugin_init):
5997         * ext/soup/gstsouphttpsrc.h:
5998         Add support for libsoup2.4 and require it. Also implement redirection
5999         and manual proxy specification. Fixes bug #510708.
6000
6001         * tests/check/Makefile.am:
6002         * tests/check/elements/.cvsignore:
6003         * tests/check/elements/souphttpsrc.c:
6004         Add unit test for souphttpsrc.
6005
6006 2008-01-30  Edgard Lima  <edgard.lima@indt.org.br>
6007
6008         * ext/Makefile.am:
6009         * ext/metadata/TODO:
6010         * ext/metadata/gstbasemetadata.c:
6011         * ext/metadata/gstbasemetadata.h:
6012         * ext/metadata/metadatamuxjpeg.c:
6013         * ext/metadata/metadatamuxjpeg.h:
6014         * ext/metadata/metadatamuxpng.c:
6015         * ext/metadata/metadatamuxpng.h:
6016         * ext/metadata/metadataparsejpeg.c:
6017         * ext/metadata/metadataparsepng.c:
6018         * tests/icles/Makefile.am:
6019           Add documentation. Fix test app compilation. Fix pull mode.
6020
6021 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
6022
6023         Patch by: Thijs Vermeir  <thijsvermeir at gmail dot com>
6024
6025         * gst/rtpmanager/gstrtpjitterbuffer.c:
6026         (gst_rtp_jitter_buffer_chain):
6027         Try to get the new clock-rate from the buffer caps when we receive a new
6028         payload type instead of always firing the signal. Fixes #512774.
6029
6030 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
6031
6032         * ext/mpeg2enc/gstmpeg2enc.cc:
6033         Define LOG_NONE and friends if they're not defined yet. mjpegtools
6034         1.9.0rc3 removed their definitions but without it doesn't make much
6035         sense to write a log handler.
6036
6037 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6038
6039         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6040         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6041         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
6042         * docs/plugins/gst-plugins-bad-plugins.types:
6043           Add base classes for metadata and equalizer (no introspection yet).
6044
6045 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6046
6047         * ext/metadata/README:
6048           Formatting.
6049         * tests/icles/metadata_editor.c:
6050           Include stdlib.h.
6051
6052 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6053
6054         * configure.ac:
6055         * docs/plugins/Makefile.am:
6056         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6057         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6058         * docs/plugins/gst-plugins-bad-plugins.args:
6059         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
6060         * docs/plugins/gst-plugins-bad-plugins.interfaces:
6061         * docs/plugins/gst-plugins-bad-plugins.signals:
6062         * docs/plugins/inspect/plugin-metadata.xml:
6063         * docs/plugins/inspect/plugin-selector.xml:
6064         * docs/plugins/inspect/plugin-soundtouch.xml:
6065         * docs/plugins/inspect/plugin-switch.xml:
6066         * gst/selector/.cvsignore:
6067         * gst/selector/Makefile.am:
6068         * gst/selector/gstinputselector.c:
6069         * gst/selector/gstinputselector.h:
6070         * gst/selector/gstoutputselector.c:
6071         * gst/selector/gstoutputselector.h:
6072         * gst/selector/gstselector-marshal.list:
6073         * gst/selector/gstselector.c:
6074         * gst/selector/selector.vcproj:
6075         * gst/switch/.cvsignore:
6076         * gst/switch/Makefile.am:
6077         * gst/switch/gstswitch-marshal.list:
6078         * gst/switch/gstswitch.c:
6079         * gst/switch/gstswitch.h:
6080         * gst/switch/switch.vcproj:
6081         * tests/icles/.cvsignore:
6082         * tests/icles/Makefile.am:
6083         * tests/icles/output-selector-test.c:
6084           Replace the switch plugin with the selector plugin. Add output-
6085           selector as the opposite of input-selectoo (was switch). Add a test
6086           for output-selector. Add docs for the elements. The vcproj needs
6087           update. Fixes #500142.
6088
6089 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
6090
6091         * gst/h264parse/gsth264parse.c: (gst_h264_parse_chain_forward):
6092           Try to avoid 'unused variable' compiler warning if debugging is
6093           disabled (not bullet proof, but seems to do for now). (#512654)
6094
6095 2008-01-28  Sebastian Dröge  <slomo@circular-chaos.org>
6096
6097         * ext/soundtouch/gstbpmdetect.cc:
6098         Clean up a bit and only allocate a temporary buffer for the data
6099         if processing stereo data as BPMDetect downmixes from stereo to
6100         mono and stores the result in the input data. Thanks to
6101         Stefan Kost for the suggestions.
6102
6103 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
6104
6105         * ext/soundtouch/gstpitch.cc:
6106         Cast a double to a GstClockTimeDiff to fix a compiler warning.
6107
6108 2008-01-27  Stefan Kost  <ensonic@users.sf.net>
6109
6110         * tests/icles/metadata_editor.c:
6111           Printf format fix.
6112
6113 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
6114
6115         * ext/soundtouch/gstpitch.cc:
6116         Don't send a LATENCY event for now until we get the usage right.
6117
6118 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
6119
6120         * ext/soundtouch/gstpitch.cc:
6121         * ext/soundtouch/gstpitch.hh:
6122         Implement LATENCY query and notify about latency changes.
6123         Unfortunately we don't have a fixed latency but it changes
6124         a bit with each buffer so we only send an LATENCY event with
6125         the maximum latency if it changes.
6126
6127         Always calculate the timestamp, duration, etc from the sample
6128         rate instead of using a pre-calculated duration for one sample
6129         to prevent large rounding errors.
6130
6131 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
6132
6133         Based on a patch by:
6134             Hans de Goede <j dot w dot r dot degoede at hhs dot nl>
6135
6136         * configure.ac:
6137         * ext/mpeg2enc/gstmpeg2encoder.cc:
6138         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
6139         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
6140         Add support for building against mjpegtools 1.9 while keeping
6141         compatiblity with older versions.
6142
6143 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
6144
6145         * ext/soundtouch/gstbpmdetect.cc:
6146         Only consider a BPM value above 1.0 as valid.
6147
6148 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
6149
6150         * ext/soundtouch/Makefile.am:
6151         * ext/soundtouch/gstbpmdetect.cc:
6152         * ext/soundtouch/gstbpmdetect.hh:
6153         * ext/soundtouch/plugin.c: (plugin_init):
6154         Add BPM detection plugin based on SoundTouch's libBPM.
6155
6156         * ext/soundtouch/gstpitch.cc:
6157         Allow sample rates until MAX instead of only 48kHz and remove the
6158         buffer-frames field from that caps.
6159         Clear the remaining samples completely when necessary to get into
6160         a clean state again.
6161
6162 2008-01-26  Sebastian Dröge  <slomo@circular-chaos.org>
6163
6164         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init):
6165         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init):
6166         Don't implement get_unit_size() ourselves, the GstAudioFilter base
6167         class already does this for us.
6168
6169 2008-01-26  Sebastian Dröge  <slomo@circular-chaos.org>
6170
6171         * ext/soundtouch/gstpitch.cc:
6172         Allow seeking only in TIME and DEFAULT format, other formats will
6173         not work as expected. Also handle a stop position of -1 correctly
6174         for seeks, newsegment events and the queries. This fixes playback
6175         with the pitch element if upstream doesn't know the duration or has
6176         -1 as stop position in NEWSEGMENT events for other reasons. Before
6177         simply nothing was played as the segment was going from 0 to 0.
6178
6179         Send a GST_MESSAGE_DURATION whenever the rate or tempo is changed
6180         so applications can update their cached duration. Fixes bug #503308.
6181
6182         Some random cleanup and memory leak closing.
6183
6184 2008-01-26  Sebastian Dröge  <slomo@circular-chaos.org>
6185
6186         * ext/musepack/gstmusepackdec.h:
6187         * ext/musepack/gstmusepackreader.c:
6188         First include the libmpcdec headers before everything else as they
6189         #define TRUE and FALSE unconditionally and we otherwise get conflicts
6190         with the ones that GLib defines.
6191
6192 2008-01-26  Sebastian Dröge  <slomo@circular-chaos.org>
6193
6194         * configure.ac:
6195         * ext/soundtouch/gstpitch.cc:
6196         Add support for libsoundtouch 1.3.1 and add an ugly workaround for
6197         the header definined PACKAGE and other variables for which we need
6198         our own values from config.h.
6199
6200 2008-01-26  Tim-Philipp Müller  <tim at centricular dot net>
6201
6202         * configure.ac:
6203           Check for libglade-2.0, for the metadata-editor example.
6204
6205         * tests/icles/Makefile.am:
6206           Only try to build the metadata-editor example if we have gtk and
6207           glade (otherwise the build would just fail ...); fix build in
6208           uninstalled setup.
6209
6210         * tests/icles/metadata_editor.c: (on_cell_edited), (ui_add_columns):
6211           Fix compiler warnings (use GLib macros to cast pointer <-> int).
6212
6213 2008-01-25  Edgard Lima  <edgard.lima@indt.org.br>
6214
6215         * ext/metadata/TODO:
6216         * ext/metadata/gstbasemetadata.c:
6217         * ext/metadata/metadata.c:
6218         * ext/metadata/metadata.h:
6219         * ext/metadata/metadataexif.c:
6220         * ext/metadata/metadataexif.h:
6221         * ext/metadata/metadataiptc.c:
6222         * ext/metadata/metadataiptc.h:
6223         * ext/metadata/metadataparsejpeg.c:
6224         * ext/metadata/metadataparsejpeg.h:
6225         * ext/metadata/metadataparsepng.c:
6226         * ext/metadata/metadataparsepng.h:
6227         * ext/metadata/metadataparseutil.c:
6228         * ext/metadata/metadataparseutil.h:
6229         * ext/metadata/metadatatags.c:
6230         * ext/metadata/metadatatags.h:
6231         * ext/metadata/metadatatypes.c:
6232         * ext/metadata/metadatatypes.h:
6233         * ext/metadata/metadataxmp.c:
6234         * ext/metadata/metadataxmp.h:
6235         * ext/metadata/test/Makefile:
6236         * ext/metadata/test/MetadataEditorMain.glade:
6237         * ext/metadata/test/metadata_editor.c:
6238         * tests/icles/Makefile.am:
6239         * tests/icles/metadata_editor.c:
6240         * tests/icles/metadata_editor.glade:
6241           Add lot of documentation.
6242
6243 2008-01-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6244
6245         * sys/dvb/gstdvbsrc.c:
6246         Open frontend in NULL->READY so caps about dvb adapter can be
6247         seen by the app.
6248
6249 2008-01-25  Wim Taymans  <wim.taymans@collabora.co.uk>
6250
6251         Patch by: Olivier Crete <tester@tester.ca>
6252
6253         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_associate),
6254         (create_stream), (payload_type_change), (new_ssrc_pad_found):
6255         Also handle lip-sync when the clock-rate is not provided with caps but
6256         with a signal.
6257
6258 2008-01-25  Wim Taymans  <wim.taymans@collabora.co.uk>
6259
6260         Patch by: Olivier Crete <tester@tester.ca>
6261
6262         * gst/rtpmanager/gstrtpjitterbuffer.c:
6263         (gst_jitter_buffer_sink_parse_caps), (gst_rtp_jitter_buffer_chain):
6264         * gst/rtpmanager/rtpjitterbuffer.c: (calculate_skew),
6265         (rtp_jitter_buffer_insert):
6266         * gst/rtpmanager/rtpjitterbuffer.h:
6267         Remove the fixed clock-rate from the jitterbuffer and extend it so that
6268         a clock-rate can be provided with each buffer instead. Fixes #511686.
6269
6270 2008-01-25  Wim Taymans  <wim.taymans@collabora.co.uk>
6271
6272         Patch by: Olivier Crete <tester@tester.ca>
6273
6274         * gst/rtpmanager/gstrtpjitterbuffer.c:
6275         (gst_rtp_jitter_buffer_init), (gst_rtp_jitter_buffer_change_state),
6276         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
6277         Remove old unused variable.
6278         Track pt on input buffers and get the clock-rate when it changes.
6279         Ignore packets with unknown clock-rate. Fixes #511146.
6280
6281 2008-01-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6282
6283         * sys/dvb/gstdvbsrc.c:
6284         Post bus message about adapter type and it's capabilities,
6285         when opening the frontend.
6286         After failing to read from the dvr, post a bus message to
6287         inform the app.
6288
6289 2008-01-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6290
6291         * gst/mpegtsparse/mpegtspacketizer.c:
6292         The logic for the guard interval calculation was totally wrong.
6293         Fixed.
6294
6295 2008-01-24  David Schleef  <ds@schleef.org>
6296
6297         Patch by: Olivier Crete <tester@tester.ca>
6298
6299         * gst/rtpmanager/rtpsource.c: Fix unref of buffer using the
6300           wrong function.  Fixes #511920
6301
6302 2008-01-24  Stefan Kost  <ensonic@users.sf.net>
6303
6304         * docs/plugins/Makefile.am:
6305         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6306         * docs/plugins/gst-plugins-bad-plugins.args:
6307         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
6308         * docs/plugins/gst-plugins-bad-plugins.interfaces:
6309         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
6310         * docs/plugins/gst-plugins-bad-plugins.signals:
6311           Now we have full hierarchy.
6312
6313         * docs/plugins/inspect/plugin-metadata.xml:
6314           Regenerate.
6315
6316         * ext/amrwb/gstamrwbdec.h:
6317           Add doc blob for object instance.
6318
6319 2008-01-24  Tim-Philipp Müller  <tim at centricular dot net>
6320
6321         * docs/plugins/gst-plugins-bad-plugins.args:
6322         * docs/plugins/inspect/plugin-metadata.xml:
6323           Update this too, hopefully fixes the docs build (does at least
6324           for me, after make clean in docs/plugins).
6325
6326 2008-01-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6327
6328         * gst/mpegtsparse/gstmpegdesc.h:
6329         * gst/mpegtsparse/mpegtspacketizer.c:
6330         Fix network name descriptor, the length is actually the
6331         descriptor length not stored in the byte after.
6332         Fix bounds checking to be more correct.
6333
6334 2008-01-23  Edgard Lima  <edgard.lima@indt.org.br>
6335
6336         * docs/plugins/Makefile.am:
6337         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6338         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6339         * ext/metadata/TODO:
6340         * ext/metadata/gstbasemetadata.c:
6341         * ext/metadata/gstbasemetadata.h:
6342         * ext/metadata/gstmetadatademux.c:
6343         * ext/metadata/gstmetadatademux.h:
6344         * ext/metadata/gstmetadatamux.c:
6345         * ext/metadata/gstmetadatamux.h:
6346         * ext/metadata/metadatatags.c:
6347           Add some documentation.
6348
6349 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6350
6351         * configure.ac:
6352         * ext/dts/gstdtsdec.c:
6353         Add support for building against libdca (with the libdts compat
6354         header). Fixes bug #511530.
6355
6356         Should probably be ported to libdca as some points as it's the
6357         successor of libdts.
6358
6359 2008-01-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6360
6361         * sys/dvb/gstdvbsrc.c:
6362         Do not go on forever if problem with reading from dvr, rather
6363         return NULL.
6364         Handle some cleanup issues of closing filedescriptors when
6365         failing to tune or similar.
6366
6367 2008-01-23 Christian Schaller <christian.schaller@collabora.co.uk>
6368
6369         * gst/rawparse/Makefile.am: Add missing header files to noinst_headers
6370         * gst-plugins-bad.spec: update for latest changes
6371
6372 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6373
6374         * docs/plugins/Makefile.am:
6375         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6376         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6377         * gst/xingheader/gstxingmux.c:
6378         * gst/xingheader/gstxingmux.h:
6379         Add documentation for the xingheader plugin.
6380
6381         * tests/check/elements/xingmux.c: (GST_START_TEST):
6382         Set element state to PLAYING before doing something else.
6383
6384 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6385
6386         * tests/check/Makefile.am:
6387         * tests/check/elements/.cvsignore:
6388         * tests/check/elements/xingmux.c: (setup_xingmux),
6389         (cleanup_xingmux), (GST_START_TEST), (xingmux_suite), (main):
6390         * tests/check/elements/xingmux_testdata.h:
6391         Add simple unit test for the xingmux element.
6392
6393         * gst/xingheader/gstxingmux.c: (generate_xing_header),
6394         (gst_xing_mux_finalize), (xing_reset):
6395         Fix a memleak and invalid seek tables with less than 100 MP3 frames.
6396
6397 2008-01-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6398
6399         * gst/mpegtsparse/gstmpegdesc.h:
6400         * gst/mpegtsparse/mpegtspacketizer.c:
6401         Parsed the satellite delivery system descriptor and
6402         added into nit's transport structure for delivery
6403         over the bus.
6404
6405 2008-01-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6406
6407         * gst/mpegtsparse/mpegtspacketizer.c:
6408         Parsed and added network name to the nit structure sent
6409         in the bus message.
6410
6411 2008-01-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6412
6413         * gst/mpegtsparse/mpegtspacketizer.c:
6414         Remove leaks introduced by not freeing g_strndup'd strings.
6415         Fix start_time and duration parsing in EIT.
6416
6417 2008-01-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6418
6419         * gst/mpegtsparse/mpegtspacketizer.c:
6420         Add event name and description to the eit structure
6421         sent in the bus message.
6422
6423 2008-01-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6424
6425         * gst/mpegtsparse/mpegtsparse.c:
6426         Revert const removal from previous commit.
6427
6428 2008-01-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6429
6430         * gst/mpegtsparse/Makefile.am:
6431         * gst/mpegtsparse/gstmpegdesc.c:
6432         * gst/mpegtsparse/gstmpegdesc.h:
6433         * gst/mpegtsparse/mpegtspacketizer.c:
6434         * gst/mpegtsparse/mpegtsparse.c:
6435         Added descriptor searching infrastructure from Fluendo TS demuxer.
6436         Add channel name and provider to the sdt structure sent in the
6437         bus message.
6438
6439 2008-01-22  Julien Moutte  <julien@fluendo.com>
6440
6441         * gst/h264parse/gsth264parse.c: (gst_h264_parse_chain_forward):
6442         Parse NAL units in forward mode to mark delta units flags.
6443
6444 2008-01-22  Stefan Kost  <ensonic@users.sf.net>
6445
6446         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6447         * docs/plugins/gst-plugins-bad-plugins.args:
6448         * docs/plugins/inspect/plugin-mpeg2enc.xml:
6449         * docs/plugins/inspect/plugin-musepack.xml:
6450           Regenerate.
6451   
6452         * docs/plugins/inspect/plugin-tremor.xml:
6453           Add vorbisidec aka trmor.
6454
6455         * ext/dc1394/gstdc1394.c:
6456           Add short description.
6457
6458 2008-01-22  Stefan Kost  <ensonic@users.sf.net>
6459
6460         * docs/plugins/Makefile.am:
6461           Add missing eol \
6462
6463         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6464           Place object names to standard sectionas plugin dont document those.
6465
6466         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6467         * docs/plugins/gst-plugins-bad-plugins.args:
6468         * docs/plugins/gst-plugins-bad-plugins.signals:
6469         * docs/plugins/inspect/plugin-dvb.xml:
6470         * docs/plugins/inspect/plugin-nuvdemux.xml:
6471           regenerate.
6472           
6473         * ext/ivorbis/vorbisdec.c:
6474         * ext/ivorbis/vorbisdec.h:
6475           Mark private vars and add short desc.
6476
6477         * ext/mythtv/gstmythtvsrc.c:
6478         * ext/theora/theoradec.c:
6479           Add short desc.
6480
6481 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6482
6483         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6484         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6485         * gst/nuvdemux/gstnuvdemux.c:
6486           One less to do. Its 'nuv' not 'nvu'. As an extra bonus I mention what
6487           it actually is.
6488
6489 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6490
6491         * docs/plugins/Makefile.am:
6492         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6493         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6494           Update lists again. Those whole can build ivorbisdec, mythtvsrc,
6495           nvudemux and theoradecexp, please commit the inspect/plugin-xxx.xml.
6496
6497         * docs/plugins/inspect/plugin-gstinterlace.xml:
6498         * docs/plugins/inspect/plugin-rawparse.xml
6499         * docs/plugins/inspect/plugin-videoparse.xml:
6500           Replace videoparse with rawparse.
6501
6502         * gst/dvdspu/gstdvdspu.h:
6503           Help gtk-doc to recognize the object struct.
6504
6505 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6506
6507         * gst/librfb/rfbdecoder.c:
6508         * gst/librfb/rfbdecoder.h:
6509           Don't use gtk-doc comment style for non gtk-doc comments.
6510           Make one static function static.
6511
6512 2008-01-21  Wim Taymans  <wim.taymans@collabora.co.uk>
6513
6514         Patch by: Gabriel Bouvigne <bouvigne at mp3-tech dot org>
6515
6516         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_class_init),
6517         (gst_deinterlace_init), (gst_deinterlace_set_caps),
6518         (gst_deinterlace_transform_ip), (gst_deinterlace_set_property),
6519         (gst_deinterlace_get_property):
6520         * gst/deinterlace/gstdeinterlace.h:
6521         Provide 4:2:2 support
6522         Also deinterlace chroma planes
6523         Allow to turn on/off deinterlacing
6524         Change of default thresholds, in order to provide acceptable results
6525         with default params. Fixes #511001.
6526
6527 2008-01-21  Tim-Philipp Müller  <tim at centricular dot net>
6528
6529         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6530           Update docs file too.
6531
6532 2008-01-21  Tim-Philipp Müller  <tim at centricular dot net>
6533
6534         * gst/dvdspu/gstdvdspu-render.c: (gst_dvd_spu_render_spu):
6535         * gst/dvdspu/gstdvdspu.c: (dvdspu_debug), (GST_CAT_DEFAULT),
6536           (subpic_sink_factory), (gst_dvd_spu_base_init),
6537           (gst_dvd_spu_class_init), (gst_dvd_spu_init), (gst_dvd_spu_clear),
6538           (gst_dvd_spu_dispose), (gst_dvd_spu_finalize),
6539           (gst_dvd_spu_flush_spu_info), (gst_dvd_spu_buffer_alloc),
6540           (gst_dvd_spu_src_event), (gst_dvd_spu_video_set_caps),
6541           (gst_dvd_spu_video_proxy_getcaps), (gst_dvd_spu_video_event),
6542           (gst_dvd_spu_video_chain), (dvspu_handle_vid_buffer),
6543           (gst_dvd_spu_redraw_still), (gst_dvd_spu_parse_chg_colcon),
6544           (gst_dvd_spu_exec_cmd_blk), (gst_dvd_spu_finish_spu_buf),
6545           (gst_dvd_spu_setup_cmd_blk), (gst_dvd_spu_handle_new_spu_buf),
6546           (gst_dvd_spu_handle_dvd_event), (gst_dvd_spu_advance_spu),
6547           (gst_dvd_spu_check_still_updates), (gst_dvd_spu_subpic_chain),
6548           (gst_dvd_spu_subpic_event), (gst_dvd_spu_change_state),
6549           (gst_dvd_spu_plugin_init):
6550         * gst/dvdspu/gstdvdspu.h: (GST_TYPE_DVD_SPU):
6551           Fix up dvdspu element again after previous namespace mangling:
6552           rename debug category variable to old name, matching that in
6553           dvdspu-render.c, to avoid undefined symbol error when loading
6554           the module; same for the _render function in dvdspu-render.c:
6555           we must use the same name in both .c files; change functions
6556           now called gstgst_* back to gst_* again; and while we're at it,
6557           we may as well canonicalise the namespace properly, namely to
6558           gst_dvd_spu_*.
6559
6560 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6561
6562         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6563         * ext/theora/theoradec.c:
6564         * ext/theora/theoradec.h:
6565           Coherent namespace usage and adding symbold from unused to sections.
6566
6567 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6568
6569         * docs/plugins/Makefile.am:
6570         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6571           Add symbols from -unused.txt to the right place.
6572
6573         * gst/dvdspu/gstdvdspu.c:
6574         * gst/dvdspu/gstdvdspu.h:
6575           Coherent namespace usage.
6576
6577         * gst/spectrum/gstspectrum.c:
6578           Fix broken XML fragment in doc snippet even more.
6579
6580 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6581
6582         * docs/plugins/Makefile.am:
6583           Update include list.
6584
6585         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6586           Update xml includes.
6587
6588         * docs/plugins/inspect/plugin-alsaspdif.xml:
6589         * docs/plugins/inspect/plugin-amrwb.xml:
6590         * docs/plugins/inspect/plugin-bayer.xml:
6591         * docs/plugins/inspect/plugin-bz2.xml:
6592         * docs/plugins/inspect/plugin-cdxaparse.xml:
6593         * docs/plugins/inspect/plugin-dtsdec.xml:
6594         * docs/plugins/inspect/plugin-dvbsrc.xml:
6595         * docs/plugins/inspect/plugin-dvdspu.xml:
6596         * docs/plugins/inspect/plugin-equalizer.xml:
6597         * docs/plugins/inspect/plugin-faac.xml:
6598         * docs/plugins/inspect/plugin-faad.xml:
6599         * docs/plugins/inspect/plugin-fbdevsink.xml:
6600         * docs/plugins/inspect/plugin-festival.xml:
6601         * docs/plugins/inspect/plugin-filter.xml:
6602         * docs/plugins/inspect/plugin-flvdemux.xml:
6603         * docs/plugins/inspect/plugin-freeze.xml:
6604         * docs/plugins/inspect/plugin-gsm.xml:
6605         * docs/plugins/inspect/plugin-gstinterlace.xml:
6606         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
6607         * docs/plugins/inspect/plugin-h264parse.xml:
6608         * docs/plugins/inspect/plugin-interleave.xml:
6609         * docs/plugins/inspect/plugin-ladspa.xml:
6610         * docs/plugins/inspect/plugin-metadata.xml:
6611         * docs/plugins/inspect/plugin-modplug.xml:
6612         * docs/plugins/inspect/plugin-mpeg4videoparse.xml:
6613         * docs/plugins/inspect/plugin-mpegtsparse.xml:
6614         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
6615         * docs/plugins/inspect/plugin-musicbrainz.xml:
6616         * docs/plugins/inspect/plugin-mve.xml:
6617         * docs/plugins/inspect/plugin-nsfdec.xml:
6618         * docs/plugins/inspect/plugin-nuvdemux.xml:
6619         * docs/plugins/inspect/plugin-qtdemux.xml:
6620         * docs/plugins/inspect/plugin-quicktime.xml:
6621         * docs/plugins/inspect/plugin-real.xml:
6622         * docs/plugins/inspect/plugin-replaygain.xml:
6623         * docs/plugins/inspect/plugin-sdl.xml:
6624         * docs/plugins/inspect/plugin-sdp.xml:
6625         * docs/plugins/inspect/plugin-spectrum.xml:
6626         * docs/plugins/inspect/plugin-speed.xml:
6627         * docs/plugins/inspect/plugin-speexresample.xml:
6628         * docs/plugins/inspect/plugin-stereo.xml:
6629         * docs/plugins/inspect/plugin-switch.xml:
6630         * docs/plugins/inspect/plugin-timidity.xml:
6631         * docs/plugins/inspect/plugin-tta.xml:
6632         * docs/plugins/inspect/plugin-videocrop.xml:
6633         * docs/plugins/inspect/plugin-videoparse.xml:
6634         * docs/plugins/inspect/plugin-videosignal.xml:
6635         * docs/plugins/inspect/plugin-vmnc.xml:
6636         * docs/plugins/inspect/plugin-wildmidi.xml:
6637         * docs/plugins/inspect/plugin-x264.xml:
6638         * docs/plugins/inspect/plugin-xingheader.xml:
6639         * docs/plugins/inspect/plugin-xvid.xml:
6640         * docs/plugins/inspect/plugin-y4menc.xml:
6641           Regenerate files.
6642
6643         * gst/spectrum/gstspectrum.c:
6644           Fix broken XML fragment in doc snippet.
6645
6646         * tests/check/elements/.cvsignore:
6647           Add test binary to ignores.
6648
6649 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6650
6651         * gst/h264parse/gsth264parse.c:
6652           Fix the build. GST_TIME_ARGS takes a timestamp not a buffer.
6653
6654 2008-01-20  Sebastian Dröge  <slomo@circular-chaos.org>
6655
6656         Patch by: Wouter Cloetens <wouter at mind dot be>
6657
6658         * ext/soup/gstsouphttpsrc.c: (soup_got_headers):
6659         Report the size of the stream as the total size instead of
6660         the remaining Content-Length, which is wrong after a seek.
6661
6662 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
6663
6664         * gst/rawparse/gstrawparse.c: (gst_raw_parse_push_buffer),
6665         (gst_raw_parse_loop):
6666         Handle framesizes > 4096 with multiple frames per buffer correctly
6667         in pull mode and handle short reads better.
6668         Also put offset and offset_end on outgoing buffers.
6669
6670 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
6671
6672         * gst/rawparse/gstrawparse.c: (gst_raw_parse_loop):
6673         Improve handling of unknown or too small upstream sizes in
6674         pull mode.
6675
6676 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
6677
6678         * gst/rawparse/gstrawparse.c: (gst_raw_parse_loop),
6679         (gst_raw_parse_handle_seek_push):
6680         Improve debugging a bit and for handling multiple frames per buffer
6681         in pull mode choose the next smallest multiply of framesize below
6682         4096 instead of always handling 1024 frames.
6683
6684 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
6685
6686         Patch by: Wouter Cloetens <wouter at mind dot be>
6687
6688         * ext/soup/gstsouphttpsrc.c: (soup_got_headers):
6689         Correctly set duration on the GstBaseSrc segment when we know it
6690         to fix failing the duration query.
6691
6692 2008-01-18  Wim Taymans  <wim.taymans@collabora.co.uk>
6693
6694         * gst/h264parse/gsth264parse.c: (gst_h264_parse_flush_decode),
6695         (gst_h264_parse_queue_buffer), (gst_h264_parse_chain_reverse):
6696         Set timestamps more correctly.
6697
6698 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
6699
6700         * gst/rawparse/gstrawparse.c: (gst_raw_parse_class_init),
6701         (gst_raw_parse_init), (gst_raw_parse_reset),
6702         (gst_raw_parse_set_src_caps), (gst_raw_parse_push_buffer),
6703         (gst_raw_parse_chain), (gst_raw_parse_loop),
6704         (gst_raw_parse_sink_activate), (gst_raw_parse_sink_activatepull),
6705         (gst_raw_parse_change_state), (gst_raw_parse_sink_event),
6706         (gst_raw_parse_handle_seek_push), (gst_raw_parse_handle_seek_pull),
6707         (gst_raw_parse_src_event), (gst_raw_parse_src_query):
6708         * gst/rawparse/gstrawparse.h:
6709         Implement pull mode.
6710
6711 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
6712
6713         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
6714         Fix memory leak spotted by the unit test.
6715
6716 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
6717
6718         * tests/check/Makefile.am:
6719         Enable spectrum test again.
6720
6721         * tests/check/gst-plugins-bad.supp:
6722         Add suppressions for a singleton in GIO that can't be freed.
6723
6724 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
6725
6726         * tests/check/Makefile.am:
6727         * tests/check/elements/.cvsignore:
6728         * tests/check/elements/equalizer.c: (setup_equalizer),
6729         (cleanup_equalizer), (GST_START_TEST), (equalizer_suite), (main):
6730         Add some minimal tests for the equalizer plugin.
6731
6732 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
6733
6734         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_finalize):
6735         Unparent all bands from the equalizer when finalizing to stop
6736         leaking them.
6737
6738 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
6739
6740         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_uri_get_protocols):
6741         Add support for WebDAV.
6742
6743 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
6744
6745         Patch by: Wouter Cloetens <wouter at mind dot be>
6746
6747         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_class_init),
6748         (gst_souphttp_src_init), (gst_souphttp_src_create),
6749         (gst_souphttp_src_is_seekable), (gst_souphttp_src_do_seek),
6750         (soup_add_range_header), (soup_got_headers), (soup_got_chunk):
6751         * ext/soup/gstsouphttpsrc.h:
6752         Add support for seeking to souphttpsrc. Fixes bug #502335.
6753
6754 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
6755
6756         * gst/h264parse/gsth264parse.c: (gst_h264_parse_clear_queues),
6757         (gst_h264_parse_flush_decode), (gst_h264_parse_queue_buffer),
6758         (gst_h264_parse_find_start_reverse),
6759         (gst_h264_parse_chain_reverse), (gst_h264_parse_chain):
6760         * gst/h264parse/gsth264parse.h:
6761         Improve debugging.
6762         Fix buffer splitting at sync codes and leftover buffer after
6763         scanning.
6764
6765 2008-01-17  Edgard Lima  <edgard.lima@indt.org.br>
6766
6767         * ext/metadata/TODO:
6768         * ext/metadata/metadataexif.c:
6769         * ext/metadata/metadataxmp.c:
6770           Fixed adding EXIF tags to correct IFD. Mapped some XMP tags.
6771
6772 2008-01-16  Wim Taymans  <wim.taymans@collabora.co.uk>
6773
6774         * gst/h264parse/gsth264parse.c: (gst_nal_list_new),
6775         (gst_nal_list_prepend_link), (gst_nal_list_delete_head),
6776         (gst_nal_bs_init), (gst_nal_bs_read), (gst_nal_bs_eos),
6777         (gst_nal_bs_read_ue), (gst_h264_parse_class_init),
6778         (gst_h264_parse_init), (gst_h264_parse_set_property),
6779         (gst_h264_parse_get_property), (gst_h264_parse_sink_setcaps),
6780         (gst_h264_parse_clear_queues), (gst_h264_parse_chain_forward),
6781         (gst_h264_parse_flush_decode), (gst_h264_parse_queue_buffer),
6782         (gst_h264_parse_find_start_reverse),
6783         (gst_h264_parse_chain_reverse), (gst_h264_parse_chain),
6784         (gst_h264_parse_sink_event), (gst_h264_parse_change_state):
6785         * gst/h264parse/gsth264parse.h:
6786         Add reverse playback support for containers that don't know how to
6787         properly send data between I-frames.
6788
6789 2008-01-16  Sebastian Dröge  <slomo@circular-chaos.org>
6790
6791         * configure.ac:
6792         * tests/check/pipelines/gio.c: (GST_START_TEST):
6793         Update for API changes in GIO and require GIO 2.15.2 for this.
6794
6795 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
6796
6797         * gst/xingheader/gstxingmux.c: (generate_xing_header):
6798         Bitrate is 4 bits, not 8 so check for 0xe as maximum value instead
6799         of 0xfe.
6800
6801 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
6802
6803         * gst/xingheader/gstxingmux.c: (generate_xing_header):
6804         Remove accidentially leftover debug printf.
6805
6806 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
6807
6808         * gst/xingheader/gstxingmux.c: (has_xing_header),
6809         (generate_xing_header), (gst_xing_mux_chain),
6810         (gst_xing_mux_sink_event):
6811         Choose smallest possible frame size for the Xing header, properly
6812         set the timestamp, duration and offset on the outgoing buffers,
6813         only send NEWSEGMENT events in BYTE format downstream and also
6814         drop VBRI headers if already existing.
6815
6816 2008-01-12  Sebastian Dröge  <slomo@circular-chaos.org>
6817
6818         * gst/xingheader/Makefile.am:
6819         * gst/xingheader/gstxingmux.c: (parse_header), (get_xing_offset),
6820         (has_xing_header), (generate_xing_header),
6821         (gst_xing_mux_base_init), (gst_xing_mux_finalize), (xing_reset),
6822         (gst_xing_mux_init), (gst_xing_mux_chain),
6823         (gst_xing_mux_sink_event), (gst_xing_mux_change_state):
6824         * gst/xingheader/gstxingmux.h:
6825         Major cleanup and rewrite of xingmux with less bugs and new features:
6826         - Handles other layers as 3
6827         - Write TOC
6828
6829 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
6830
6831         * tests/check/elements/rganalysis.c: (test_buffer_const_float_mono),
6832           (test_buffer_const_float_stereo), (test_buffer_const_int16_mono),
6833           (test_buffer_const_int16_stereo), (test_buffer_square_float_mono),
6834           (test_buffer_square_float_stereo), (test_buffer_square_int16_mono),
6835           (test_buffer_square_int16_stereo):
6836         * tests/check/elements/rglimiter.c: (create_test_buffer):
6837         * tests/check/elements/rgvolume.c: (test_buffer_new):
6838           It's "endianness", not "endianess". Fixes unit tests.
6839
6840 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6841
6842         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_clock_rate):
6843         If we find the caps in the cache, use it to parse the clock-rate instead
6844         of returning an error. Fixes a TODO as found by Youness Alaoui.
6845
6846 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6847
6848         Patch by: Youness Alaoui <youness dot alaoui at collabora dot co dot uk>
6849
6850         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_clock_rate):
6851         * gst/rtpmanager/rtpsession.c: (rtp_session_set_callbacks),
6852         (rtp_session_set_process_rtp_callback),
6853         (rtp_session_set_send_rtp_callback),
6854         (rtp_session_set_send_rtcp_callback),
6855         (rtp_session_set_sync_rtcp_callback),
6856         (rtp_session_set_clock_rate_callback),
6857         (rtp_session_set_reconsider_callback), (source_push_rtp),
6858         (source_clock_rate), (rtp_session_process_bye),
6859         (rtp_session_process_rtcp), (rtp_session_send_bye),
6860         (rtp_session_on_timeout):
6861         * gst/rtpmanager/rtpsession.h:
6862         Make it possible to use different user_data for each of the callbacks.
6863         Fixes #508587.
6864
6865 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6866
6867         * gst/mpegvideoparse/mpegpacketiser.c: (mpeg_util_find_start_code):
6868         Small meaningless cleanup.
6869
6870         * gst/mpegvideoparse/mpegvideoparse.c: (gst_mpegvideoparse_flush),
6871         (mpegvideoparse_drain_avail), (gst_mpegvideoparse_chain_forward),
6872         (scan_keyframe), (gst_mpegvideoparse_flush_decode),
6873         (gst_mpegvideoparse_chain_reverse), (gst_mpegvideoparse_chain),
6874         (mpv_parse_sink_event), (gst_mpegvideoparse_change_state):
6875         * gst/mpegvideoparse/mpegvideoparse.h:
6876         Track segment events.
6877         Do the first part of reverse playback by sending data between two
6878         I-frames to the decoder.
6879
6880 2008-01-10  Thijs Vermeir  <thijsvermeir@gmail.com>
6881
6882         * gst/rtpmanager/gstrtpbin.c:
6883         Fix documentation for latest patch
6884
6885 2008-01-10  Thijs Vermeir  <thijsvermeir@gmail.com>
6886
6887         * gst/rtpmanager/gstrtpbin.c:
6888         Allow request_new_pad with name NULL (bug #508515)
6889
6890 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
6891
6892         * autogen.sh:
6893           Add -Wno-portability to the automake parameters to stop warnings
6894           about GNU make extensions being used. We require GNU make in almost
6895           every Makefile anyway.
6896           
6897         * configure.ac:
6898           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
6899           at the same time is required for per target flags.
6900
6901 2008-01-09  Wim Taymans  <wim.taymans@collabora.co.uk>
6902
6903         * gst/rtpmanager/gstrtpsession.c: (create_send_rtp_sink):
6904         Don't set fixed caps, we can basically do everything the upsteam peer
6905         pad can renegotiate to. Fixes #507940.
6906
6907 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6908
6909         * Makefile.am:
6910           Include lcov.mak to allow building coverage reports. Add top-level
6911           check targets similar to other gst packages.
6912
6913 2008-01-06  David Schleef  <ds@schleef.org>
6914
6915         * ext/directfb/Makefile.am:
6916           Add GST_CFLAGS.  Otherwise we don't get -Wall -Werror.
6917         * ext/directfb/dfbvideosink.c:
6918           Getting tired of directfb's chatter.  Quiet it.
6919
6920 2008-01-06  David Schleef  <ds@schleef.org>
6921
6922         Patch by: Sean D'Epagnier <sean@depagnier.com>
6923
6924         * configure.ac:
6925         * sys/Makefile.am:
6926         * sys/fbdev/Makefile.am:
6927         * sys/fbdev/gstfbdevsink.c:
6928         * sys/fbdev/gstfbdevsink.h:
6929           Add fbdev-based video sink.  Linux-only.  See bug #506549.
6930
6931 2008-01-06  Sebastian Dröge  <slomo@circular-chaos.org>
6932
6933         * configure.ac:
6934         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
6935         * tests/check/pipelines/gio.c: (free_input), (GST_START_TEST):
6936         Update to GMemoryInputStream API changes in GLib SVN and require
6937         gio-2.0 >= 2.15.1 for this. Fixes bug #507584.
6938         We can also report the duration for every GSeekable, not only
6939         GFileInputStream and GMemoryInputStream.
6940
6941 2008-01-05  David Schleef  <ds@schleef.org>
6942
6943         * sys/glsink/glimagesink.c:
6944         * sys/glsink/glimagesink.h:
6945         * sys/glsink/gstglbuffer.h:
6946         * sys/glsink/gstgldisplay.c:
6947         * sys/glsink/gstgldisplay.h:
6948         * sys/glsink/gstglupload.c:
6949           Handle xoverlay exposes correctly.  This means glimagesink works
6950           correctly most of the time in totem (fullscreening being an
6951           execption).  Doesn't handle expose events directly to the GL
6952           window.
6953
6954 2008-01-05  David Schleef  <ds@schleef.org>
6955
6956         * sys/glsink/glextensions.c:
6957         * sys/glsink/glextensions.h:
6958         * sys/glsink/glimagesink.c:
6959         * sys/glsink/glimagesink.h:
6960         * sys/glsink/gstgldisplay.c:
6961         * sys/glsink/gstgldisplay.h:
6962         * sys/glsink/gstopengl.c:
6963           Reenable video/x-raw-rgb and x-raw-yuv for glimagesink.  Enable
6964           vblank synchronization.  Remove unused code.
6965
6966 2008-01-04  Wim Taymans  <wim.taymans@collabora.co.uk>
6967
6968         * gst/rtpmanager/gstrtpjitterbuffer.c:
6969         (gst_rtp_jitter_buffer_loop):
6970         Don't unref the popped buffer when we don't have ownership.
6971         Fixes #507020.
6972
6973 2008-01-03  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6974
6975         * gst/mpegtsparse/Makefile.am:
6976         * gst/mpegtsparse/flutspatinfo.c:
6977         * gst/mpegtsparse/flutspatinfo.h:
6978         * gst/mpegtsparse/flutspmtinfo.c:
6979         * gst/mpegtsparse/flutspmtinfo.h:
6980         * gst/mpegtsparse/flutspmtstreaminfo.c:
6981         * gst/mpegtsparse/flutspmtstreaminfo.h:
6982         Remove no longer needed files.
6983
6984 2008-01-02  David Schleef  <ds@schleef.org>
6985
6986         * tests/check/Makefile.am:
6987           Disable vcdsrc in states test because it takes too much time
6988           to get to PLAYING if it can find a device.
6989
6990 2007-12-31  David Schleef  <ds@schleef.org>
6991
6992         * ext/musicbrainz/gsttrm.c:
6993           Don't emit signiture when going to READY, because it might
6994           not be ready.
6995         * ext/nas/nassink.c:
6996           Remove useless call that sleeps for 5 seconds.  Yup, it calls
6997           sleep(1) 5 times.  Go NAS.
6998         * gst/librfb/gstrfbsrc.c:
6999         * gst/librfb/rfbdecoder.c:
7000           Initialize our debug categories properly.
7001         * gst/rawparse/gstrawparse.c:
7002           Don't register element details for a non-element.  Be much more
7003           rude when subclass doesn't set a pad template (assert!).  Don't
7004           unref the pad template; we don't own it.
7005         * gst/videosignal/gstvideoanalyse.c:
7006           Initialize debug category.
7007         * tests/check/Makefile.am:
7008           Ignore nassink element in tests because it has unavoidable
7009           long timeouts.
7010
7011 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
7012
7013         * gst/rtpmanager/gstrtpssrcdemux.c:
7014         (gst_rtp_ssrc_demux_change_state):
7015         Don't clean up pads when going to PAUSED.
7016
7017 2007-12-30  David Schleef  <ds@schleef.org>
7018
7019         * configure.ac:
7020         * sys/glsink/Makefile.am:
7021           Switch to using pkgconfig to detect libGL.  Since we use
7022           recent features added to Mesa, there's no point in adding
7023           a check for pre-pkgconfig versions.
7024
7025 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
7026
7027         * ext/ladspa/gstladspa.c: (gst_ladspa_get_property):
7028         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_show_frame):
7029         * gst/mve/gstmvemux.c: (gst_mve_mux_request_new_pad):
7030         * sys/dvb/dvbbasebin.c: (dvb_base_bin_class_init):
7031         Fix 'xyz may be used uninitialized' compiler warnings caused
7032         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
7033         abort() in any case but properly report the error.
7034
7035 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
7036
7037         * configure.ac:
7038         * ext/gio/gstgio.c:
7039         * ext/gio/gstgio.h:
7040         * ext/gio/gstgiobasesink.h:
7041         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
7042         * ext/gio/gstgiobasesrc.h:
7043         * ext/gio/gstgiosink.c: (gst_gio_sink_start):
7044         * ext/gio/gstgiosink.h:
7045         * ext/gio/gstgiosrc.h:
7046         * ext/gio/gstgiostreamsink.h:
7047         * ext/gio/gstgiostreamsrc.h:
7048         * tests/check/pipelines/gio.c:
7049         Update to latest API changes in GLib/GIO and require at least
7050         gio-2.0 2.15.0 for this.
7051         
7052         * ext/gio/Makefile.am:
7053         Add GST_PLUGIN_LDFLAGS to LDFLAGS.
7054
7055 2007-12-28  David Schleef  <ds@schleef.org>
7056
7057         * configure.ac:
7058         * sys/glsink/glextensions.c:
7059         * sys/glsink/glextensions.h:
7060         * sys/glsink/glimagesink.c:
7061         * sys/glsink/glimagesink.h:
7062         * sys/glsink/gstglbuffer.c:
7063         * sys/glsink/gstglbuffer.h:
7064         * sys/glsink/gstglconvert.c:
7065         * sys/glsink/gstgldisplay.c:
7066         * sys/glsink/gstgldisplay.h:
7067         * sys/glsink/gstgldownload.c:
7068         * sys/glsink/gstglfilter.c:
7069         * sys/glsink/gstglfilter.h:
7070         * sys/glsink/gstglfilterexample.c:
7071         * sys/glsink/gstgltestsrc.c:
7072         * sys/glsink/gstglupload.c:
7073           Major cleanup of code.  Convert glupload to BaseTransform.
7074           Handle caps negotiation mostly correctly.  Reenable in build.
7075
7076 2007-12-28  Tim-Philipp Müller  <tim at centricular dot net>
7077
7078         * ext/soup/Makefile.am:
7079         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_get_property),
7080           (gst_souphttp_src_unicodify), (soup_got_headers):
7081           Use gst_tag_freeform_string_to_utf8() and post radio station
7082           info as tags on the bus.
7083
7084 2007-12-26  David Schleef  <ds@schleef.org>
7085
7086         * sys/glsink/glimagesink.c:
7087         * sys/glsink/gstglupload.c:
7088           Change glimagesink over to using GL buffers.  This breaks
7089           glimagesink for normal operation, but should be fixed soon.
7090
7091 2007-12-26  David Schleef  <ds@schleef.org>
7092
7093         * sys/glsink/gltestsrc.c:
7094         * sys/glsink/gstglbuffer.c:
7095         * sys/glsink/gstglbuffer.h:
7096         * sys/glsink/gstgldownload.c:
7097         * sys/glsink/gstglfilter.c:
7098         * sys/glsink/gstglfilterexample.c:
7099         * sys/glsink/gstgltestsrc.c:
7100         * sys/glsink/gstglupload.c:
7101           Convert gldownload to BaseTransform.  Make glfilterexample
7102           visually interesting.  Add support for various formats to
7103           downloading.  Fix a few places where we leak GL state to
7104           other elements (bad, but hard to prevent).
7105
7106 2007-12-26  David Schleef  <ds@schleef.org>
7107
7108         * sys/glsink/BUGS:
7109         * sys/glsink/Makefile.am:
7110         * sys/glsink/gstglbuffer.c:
7111         * sys/glsink/gstglbuffer.h:
7112         * sys/glsink/gstglconvert.c:
7113         * sys/glsink/gstgldisplay.c:
7114         * sys/glsink/gstglfilter.c:
7115         * sys/glsink/gstglfilter.h:
7116         * sys/glsink/gstglfilterexample.c:
7117         * sys/glsink/gstgltestsrc.c:
7118         * sys/glsink/gstglupload.c:
7119         * sys/glsink/gstopengl.c:
7120           Remove code that handles non-texture buffers.  Add a
7121           GstGLBufferFormat type that corresponds to how to use the
7122           texture, not the original video format.  Convert gstflfilter.c
7123           into a base class, add glfilterexample and glconvert elements.
7124         * sys/glsink/color_matrix.c:
7125           Minor ramblings about color conversion matrices.
7126
7127 2007-12-24  David Schleef  <ds@schleef.org>
7128
7129         * sys/glsink/Makefile.am:
7130         * sys/glsink/gltestsrc.c:
7131         * sys/glsink/gltestsrc.h:
7132         * sys/glsink/gstgldisplay.c:
7133         * sys/glsink/gstgldownload.c:
7134         * sys/glsink/gstglfilter.c:
7135         * sys/glsink/gstgltestsrc.c:
7136         * sys/glsink/gstgltestsrc.h:
7137         * sys/glsink/gstglupload.c:
7138         * sys/glsink/gstopengl.c:
7139           Add gltestsrc element, a duplicate of videotestsrc that uses
7140           GL rendering to create images.  More cleanup.
7141
7142 2007-12-24  David Schleef  <ds@schleef.org>
7143
7144         * sys/glsink/gstglbuffer.c:
7145         * sys/glsink/gstgldownload.c:
7146         * sys/glsink/gstglfilter.c:
7147           Clean up code.  Fix a few leaks.
7148
7149 2007-12-24  David Schleef  <ds@schleef.org>
7150
7151         * sys/glsink/Makefile.am:
7152         * sys/glsink/glimagesink.h:
7153         * sys/glsink/glvideo.c:
7154         * sys/glsink/glvideo.h:
7155         * sys/glsink/gstglbuffer.c:
7156         * sys/glsink/gstglbuffer.h:
7157         * sys/glsink/gstgldisplay.c:
7158         * sys/glsink/gstgldisplay.h:
7159           Rename glvideo.[ch] to gstgldisplay.[ch].
7160
7161 2007-12-24  David Schleef  <ds@schleef.org>
7162
7163         * sys/glsink/glimagesink.c:
7164         * sys/glsink/glimagesink.h:
7165         * sys/glsink/glvideo.c:
7166         * sys/glsink/glvideo.h:
7167         * sys/glsink/gstglbuffer.c:
7168         * sys/glsink/gstglbuffer.h:
7169         * sys/glsink/gstgldownload.c:
7170         * sys/glsink/gstglfilter.c:
7171         * sys/glsink/gstglupload.c:
7172           Rewrite a bunch of code to use textures as the intermediate
7173           instead of renderbuffers.  upload, download, filtering all
7174           work.
7175
7176 2007-12-23  David Schleef  <ds@schleef.org>
7177
7178         * gst/videoparse/Makefile.am:
7179         * gst/videoparse/README:
7180         * gst/videoparse/gstvideoparse.c:
7181           Remove videoparse element, because it was moved to gst/rawparse/
7182
7183 2007-12-23  Sebastian Dröge  <slomo@circular-chaos.org>
7184
7185         * gst/rawparse/gstrawparse.c: (gst_raw_parse_src_event):
7186         Always seek on frame boundaries, will produce nothing useful
7187         otherwise.
7188
7189 2007-12-23  Sebastian Dröge  <slomo@circular-chaos.org>
7190
7191         * configure.ac:
7192         * gst/rawparse/Makefile.am:
7193         * gst/rawparse/README:
7194         * gst/rawparse/gstaudioparse.c: (gst_audio_parse_format_get_type),
7195         (gst_audio_parse_endianness_get_type), (gst_audio_parse_base_init),
7196         (gst_audio_parse_class_init), (gst_audio_parse_init),
7197         (gst_audio_parse_set_property), (gst_audio_parse_get_property),
7198         (gst_audio_parse_update_frame_size), (gst_audio_parse_get_caps):
7199         * gst/rawparse/gstaudioparse.h:
7200         * gst/rawparse/gstrawparse.c: (gst_raw_parse_base_init),
7201         (gst_raw_parse_class_init), (gst_raw_parse_init),
7202         (gst_raw_parse_dispose),
7203         (gst_raw_parse_class_set_src_pad_template),
7204         (gst_raw_parse_class_set_multiple_frames_per_buffer),
7205         (gst_raw_parse_reset), (gst_raw_parse_chain),
7206         (gst_raw_parse_convert), (gst_raw_parse_sink_event),
7207         (gst_raw_parse_src_event), (gst_raw_parse_src_query_type),
7208         (gst_raw_parse_src_query), (gst_raw_parse_set_framesize),
7209         (gst_raw_parse_set_fps), (gst_raw_parse_get_fps),
7210         (gst_raw_parse_is_negotiated):
7211         * gst/rawparse/gstrawparse.h:
7212         * gst/rawparse/gstvideoparse.c: (gst_video_parse_format_get_type),
7213         (gst_video_parse_endianness_get_type), (gst_video_parse_base_init),
7214         (gst_video_parse_class_init), (gst_video_parse_init),
7215         (gst_video_parse_set_property), (gst_video_parse_get_property),
7216         (gst_video_parse_format_to_fourcc),
7217         (gst_video_parse_update_frame_size), (gst_video_parse_get_caps):
7218         * gst/rawparse/gstvideoparse.h:
7219         * gst/rawparse/plugin.c: (plugin_init):
7220         Add new plugin rawparse that contains a base class for raw data
7221         parsers and the two elements audioparse and videoparse that can
7222         be used to parse raw audio and video. These are inspired by the
7223         old videoparse element which the new rawparse plugin deprecates.
7224
7225 2007-12-21  David Schleef  <ds@schleef.org>
7226
7227         * sys/glsink/glextensions.c:
7228         * sys/glsink/glextensions.h:
7229         * sys/glsink/glvideo.c:
7230         * sys/glsink/glvideo.h:
7231         * sys/glsink/gstglbuffer.c:
7232         * sys/glsink/gstgldownload.c:
7233         * sys/glsink/gstglupload.c:
7234           A careful read of the documentation reveals that I can't use
7235           renderbuffers as textures.  Duh.  Checkpoint because I'm about
7236           to rewrite a bunch of code.
7237
7238 2007-12-21  Edgard Lima,,,,  <edgard.lima@indt.org.br>
7239
7240         * ext/metadata/TODO:
7241         * ext/metadata/gstbasemetadata.c:
7242         * ext/metadata/gstbasemetadata.h:
7243         * ext/metadata/metadata.h:
7244         * ext/metadata/metadataiptc.c:
7245         * ext/metadata/metadatamuxjpeg.c:
7246         * ext/metadata/metadataparsejpeg.c:
7247         * ext/metadata/metadataparseutil.c:
7248           Some IPTC tags mapped.
7249
7250 2007-12-21  Edgard Lima  <edgard.lima@indt.org.br>
7251
7252         * ext/metadata/Makefile.am:
7253         * ext/metadata/TODO:
7254         * ext/metadata/gstbasemetadata.c:
7255         * ext/metadata/gstbasemetadata.h:
7256         * ext/metadata/gstmetadatacommon.c:
7257         * ext/metadata/gstmetadatacommon.h:
7258         * ext/metadata/metadata.c:
7259         * ext/metadata/metadata.h:
7260           Removed gstmetadatacommon.
7261
7262 2007-12-20  David Schleef  <ds@schleef.org>
7263
7264         * sys/glsink/Makefile.am:
7265         * sys/glsink/glextensions.c:
7266         * sys/glsink/glextensions.h:
7267         * sys/glsink/glimagesink.c:
7268         * sys/glsink/glimagesink.h:
7269         * sys/glsink/glvideo.c:
7270         * sys/glsink/glvideo.h:
7271         * sys/glsink/gstglbuffer.c:
7272         * sys/glsink/gstglbuffer.h:
7273         * sys/glsink/gstgldownload.c:
7274         * sys/glsink/gstglfilter.c:
7275         * sys/glsink/gstglupload.c:
7276         * sys/glsink/gstopengl.c:
7277           Switch to using framebuffer_objects instead of GLXPixmaps,
7278           because that's what my driver supports.  Remove GLDrawable,
7279           since GstGLDisplay now has a default drawable and context.
7280
7281 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
7282
7283         * gst/equalizer/.cvsignore:
7284         * gst/switch/.cvsignore:
7285           Ignore more.
7286
7287 2007-12-19  Edgard Lima  <edgard.lima@indt.org.br>
7288
7289         * ext/metadata/Makefile.am:
7290         * ext/metadata/TODO:
7291         * ext/metadata/gstbasemetadata.c:
7292         * ext/metadata/gstbasemetadata.h:
7293         * ext/metadata/gstmetadatacommon.c:
7294         * ext/metadata/gstmetadatacommon.h:
7295         * ext/metadata/gstmetadatademux.c:
7296         * ext/metadata/gstmetadatademux.h:
7297         * ext/metadata/gstmetadatamux.c:
7298         * ext/metadata/gstmetadatamux.h:
7299         * ext/metadata/metadata.c:
7300         * ext/metadata/metadata.h:
7301         * ext/metadata/metadataexif.c:
7302         * ext/metadata/metadataparsejpeg.c:
7303         * ext/metadata/metadataparsepng.c:
7304         * ext/metadata/metadatatags.c:
7305         * ext/metadata/metadatatags.h:
7306         * ext/metadata/test/metadata_editor.c:
7307           New base class for metadata elements.
7308
7309 2007-12-18  Andy Wingo  <wingo@pobox.com>
7310
7311         * gst/switch/gstswitch-marshal.list:
7312         * gst/switch/gstswitch.h (struct _GstStreamSelectorClass): 
7313         * gst/switch/gstswitch.c (enum, gst_selector_pad_class_init)
7314         (gst_selector_pad_get_property)
7315         (gst_selector_pad_get_running_time)
7316         (gst_stream_selector_class_init, gst_segment_get_timestamp)
7317         (gst_segment_set_stop, gst_segment_set_start)
7318         (gst_stream_selector_set_active_pad, gst_stream_selector_block)
7319         (gst_stream_selector_push_pending_stop)
7320         (gst_stream_selector_switch): Change so that the signals and
7321         properties deal in running time, not buffer time. Document the
7322         signals more. Change uint64 in API to int64, to reflect what's in
7323         GstSegment.
7324
7325 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
7326
7327         * Makefile.am:
7328           Include common/win32.mak for CRLF check of win32 project
7329           files (see #393626).
7330
7331         * configure.ac:
7332           Bump requirements to -base CVS for libgstvideo additions in
7333           glimagesink. Disable glimagesink until the missing files get
7334           checked in.
7335
7336 2007-12-17  David Schleef  <ds@schleef.org>
7337
7338         * sys/glsink/Makefile.am:
7339         * sys/glsink/glimagesink.c:
7340         * sys/glsink/glimagesink.h:
7341         * sys/glsink/glvideo.c:
7342         * sys/glsink/glvideo.h:
7343         * sys/glsink/gstopengl.c:
7344         * sys/glsink/gstglupload.c:
7345           Use new GstVideoFormat checked into -base.  Add new glupload
7346           element to upload raw video into a GLXPixbuf.  Untested.  Will
7347           likely crash your motorcycle if you try it.
7348         * sys/glsink/gstvideo-common.c:
7349         * sys/glsink/gstvideo-common.h:
7350           Remove.
7351
7352 2007-12-17  David Schleef  <ds@schleef.org>
7353
7354         * gst/multifile/gstmultifilesrc.c:
7355         * gst/multifile/gstmultifilesrc.h:
7356           When subsequent files are read, if the file doesn't exist, send
7357           an EOS instead of causing an error.
7358
7359 2007-12-17  Andy Wingo  <wingo@pobox.com>
7360
7361         * gst/switch/gstswitch.c (gst_selector_pad_chain): Return OK when
7362         a buffer is ignored, not NOT_LINKED. No sense in making a source
7363         element error out; at least fdsrc considers NOT_LINKED to be a
7364         fatal error. Patch 11/12. There is no patch 12/12. Foo.
7365
7366         * gst/switch/gstswitch-marshal.list:
7367         * gst/switch/gstswitch.h (struct _GstStreamSelectorClass): 
7368         * gst/switch/gstswitch.c (gst_stream_selector_class_init)
7369         (gst_stream_selector_block): Make the block() signal return the
7370         last stop time of the active pad. Patch 10/12.
7371
7372         * gst/switch/gstswitch.c (gst_selector_pad_get_property)
7373         (gst_selector_pad_class_init, gst_stream_selector_class_init)
7374         (gst_stream_selector_get_property): Expose 'last-stop-time' as a
7375         pad property, not an element property.
7376         (gst_selector_pad_chain): Mark the last_stop time as timestamp +
7377         duration, not timestamp. Patch 9/12.
7378
7379         * gst/switch/gstswitch.c (gst_stream_selector_change_state)
7380         (gst_stream_selector_block, gst_stream_selector_switch): Use the
7381         cond mechanism instead of blocked pads. Patch 8/12.
7382
7383         * gst/switch/gstswitch.h (struct _GstStreamSelector): 
7384
7385         * gst/switch/gstswitch.c (gst_stream_selector_wait)
7386         (gst_selector_pad_chain, gst_stream_selector_init)
7387         (gst_stream_selector_dispose): Add infrastructure for new blocking
7388         mechanism that does not use gst_pad_set_blocked, which does not
7389         work on sink pads. Patch 7/12.
7390
7391         * gst/switch/gstswitch.c (gst_stream_selector_class_init)
7392         (gst_stream_selector_get_property): Add last-stop-time readable
7393         property. Patch 6/12.
7394
7395         * gst/switch/gstswitch.h (struct _GstStreamSelector): Add some
7396         state variables.
7397
7398         * gst/switch/gstswitch.c (gst_stream_selector_push_pending_stop)
7399         (gst_selector_pad_chain): Push any pending stop event.
7400         (gst_stream_selector_set_active_pad)
7401         (gst_stream_selector_set_property): Factor out setting the active
7402         pad to a function. Close the segment of the previous active pad if
7403         told to do so via a stop_time != GST_CLOCK_TIME_NONE.
7404         (gst_stream_selector_switch): Implement switch vmethod. Patch 5/12.
7405
7406         * gst/switch/gstswitch.c (gst_stream_selector_block): Implement
7407         the block() signal. This implementation will be replaced in future
7408         patches, however. Patch 4/12.
7409
7410         * gst/switch/gstswitch.h (struct _GstStreamSelectorClass): Fix
7411         vmethod prototypes.
7412
7413         * gst/switch/gstswitch.c (gst_stream_selector_class_init)
7414         (gst_stream_selector_block, gst_stream_selector_switch): Add empty
7415         vmethod definitions. Patch 3/12.
7416
7417         * gst/switch/gstswitch.h (struct _GstStreamSelectorClass): 
7418         * gst/switch/gstswitch.c (gst_stream_selector_class_init): Add
7419         `block' and `switch' signals.
7420
7421         * gst/switch/Makefile.am: 
7422         * gst/switch/gstswitch-marshal.list: Add foo to generate a
7423         marshaller for the `switch' signal. Patch 2/12.
7424
7425         * gst/switch/gstswitch.h: 
7426         * gst/switch/gstswitch.c: Replace with files from
7427         gststreamselector.[ch], registered as the "switch" plugin, with
7428         "GstSwitch" types. Patch 1/12.
7429
7430 2007-12-17  Edgard Lima  <edgard.lima@indt.org.br>
7431
7432         * ext/metadata/TODO:
7433         * ext/metadata/gstmetadatademux.c:
7434         * ext/metadata/metadata.c:
7435         * ext/metadata/metadata.h:
7436         * ext/metadata/metadataparsejpeg.c:
7437         * ext/metadata/metadataparsejpeg.h:
7438         * ext/metadata/metadataparsepng.c:
7439         * ext/metadata/metadataparsepng.h:
7440         * ext/metadata/test/MetadataEditorMain.glade:
7441         * ext/metadata/test/metadata_editor.c:
7442           Added "parse-only" property to metadatademux.
7443
7444 2007-12-16  David Schleef  <ds@schleef.org>
7445
7446         * sys/glsink/glimagesink.c:
7447         * sys/glsink/glimagesink.h:
7448         * sys/glsink/glvideo.c:
7449         * sys/glsink/glvideo.h:
7450           Rename GLVideo* to GstGL*.
7451
7452 2007-12-15  David Schleef  <ds@schleef.org>
7453
7454         * sys/glsink/Makefile.am:
7455         * sys/glsink/glextensions.c:
7456         * sys/glsink/glextensions.h:
7457         * sys/glsink/glvideo.c:
7458           Add vblank synchronization.  Isn't really working on my
7459           driver. :(
7460
7461 2007-12-15  David Schleef  <ds@schleef.org>
7462
7463         * sys/glsink/Makefile.am:
7464         * sys/glsink/glimagesink.c:
7465         * sys/glsink/glvideo.c:
7466         * sys/glsink/glvideo.h:
7467         * sys/glsink/gstvideo-common.c:
7468         * sys/glsink/gstvideo-common.h:
7469           Add support for xRGB, xBGR, and AYUV.  Re-add support for
7470           power-of-2 textures.
7471
7472 2007-12-15  Sebastian Dröge  <slomo@circular-chaos.org>
7473
7474         * gst/videoparse/gstvideoparse.c: (gst_video_parse_dispose),
7475         (gst_video_parse_sink_event):
7476         Free the adapter on dispose and correctly reset on newsegment events.
7477
7478 2007-12-15  Sebastian Dröge  <slomo@circular-chaos.org>
7479
7480         * gst/videoparse/gstvideoparse.c: (gst_video_parse_sink_event),
7481         (gst_video_parse_src_event), (gst_video_parse_src_query):
7482         Improve duration query by first asking upstream and if it can't handle
7483         the query try to get the duration in bytes from upstream and convert.
7484         For seeks, try if upstream handles this already first and do our
7485         conversion to byte format only if it doesn't and if we get a
7486         newsegment event in time format keep it and only do our conversions
7487         if the event has another format.
7488
7489 2007-12-15  Sebastian Dröge  <slomo@circular-chaos.org>
7490
7491         * gst/videoparse/gstvideoparse.c:
7492         (gst_video_parse_format_get_type),
7493         (gst_video_parse_endianness_get_type),
7494         (gst_video_parse_class_init), (gst_video_parse_init),
7495         (gst_video_parse_set_property), (gst_video_parse_get_property),
7496         (gst_video_parse_format_to_fourcc),
7497         (gst_video_parse_update_block_size), (gst_video_parse_chain),
7498         (gst_video_parse_sink_event):
7499         Add support for video/x-raw-rgb and video/x-raw-gray. Also send
7500         downstream elements downstream, not upstream.
7501
7502 2007-12-14  David Schleef  <ds@schleef.org>
7503
7504         * sys/glsink/gstvideo-common.c:
7505         * sys/glsink/gstvideo-common.h:
7506           Pull together some common raw video functions into one location.
7507           This should eventually move to -base.
7508         * sys/glsink/Makefile.am:
7509         * sys/glsink/glimagesink.c:
7510         * sys/glsink/glimagesink.h:
7511         * sys/glsink/glvideo.c:
7512         * sys/glsink/glvideo.h:
7513         * sys/glsink/gstopengl.c:
7514           Use the new video-common.h stuff.  Readd support for RGB video.
7515
7516 2007-12-14  Edgard Lima  <edgard.lima@indt.org.br>
7517
7518         * ext/metadata/Makefile.am:
7519         * ext/metadata/TODO:
7520         * ext/metadata/gstmetadata.c:
7521         * ext/metadata/gstmetadatacommon.c:
7522         * ext/metadata/gstmetadatacommon.h:
7523         * ext/metadata/gstmetadatademux.c:
7524         * ext/metadata/gstmetadatademux.h:
7525         * ext/metadata/gstmetadatamux.c:
7526         * ext/metadata/gstmetadatamux.h:
7527         * ext/metadata/gstmetadataparse.c:
7528         * ext/metadata/gstmetadataparse.h:
7529         * ext/metadata/metadataexif.c:
7530         * ext/metadata/metadatatags.c:
7531         * ext/metadata/test/metadata_editor.c:
7532           Added new module for common functions. Using GST_TYPE_FRACTION for
7533           Exif (S)Rational types.
7534
7535 2007-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7536
7537         * gst/mpegtsparse/mpegtspacketizer.c:
7538         * gst/mpegtsparse/mpegtspacketizer.h:
7539         Hash streams by pid again. Add a linked list inside each
7540         stream with a list of sub_tables. Fix multiple sections
7541         as it was borked with my last commit.
7542
7543 2007-12-14  Christian Schaller <christian.schaller@collabora.co.uk>
7544
7545         * sys/glsink/Makefile.am: add glvideo.h
7546         * gst/speexresample/Makefile.am: add speex_resampler_wrapper.h
7547         * gst-plugins-bad.spec.in: add latest plugins
7548
7549 2007-12-13  Edgard Lima  <edgard.lima@indt.org.br>
7550
7551         * ext/metadata/TODO:
7552         * ext/metadata/gstmetadatamux.c:
7553         * ext/metadata/gstmetadataparse.c:
7554         * ext/metadata/metadata.c:
7555         * ext/metadata/metadata.h:
7556         * ext/metadata/metadataiptc.c:
7557         * ext/metadata/metadatamuxjpeg.c:
7558         * ext/metadata/metadatamuxjpeg.h:
7559         * ext/metadata/metadatamuxpng.c:
7560         * ext/metadata/metadatamuxpng.h:
7561         * ext/metadata/metadataparsejpeg.c:
7562         * ext/metadata/metadataparsejpeg.h:
7563         * ext/metadata/metadataparsepng.c:
7564         * ext/metadata/metadataparsepng.h:
7565         * ext/metadata/metadataparseutil.c:
7566         * ext/metadata/metadataparseutil.h:
7567         * ext/metadata/metadatatypes.h:
7568         * ext/metadata/metadataxmp.c:
7569           Code documentation.
7570
7571 2007-12-13  Edgard Lima  <edgard.lima@indt.org.br>
7572
7573         * configure.ac:
7574         * ext/metadata/Makefile.am:
7575         * ext/metadata/gstmetadatamux.c:
7576         * ext/metadata/gstmetadataparse.c:
7577         * ext/metadata/metadataexif.c:
7578         * ext/metadata/metadatatags.c:
7579         * ext/metadata/test/Makefile:
7580         * ext/metadata/test/MetadataEditorMain.glade:
7581         * ext/metadata/test/metadata_editor.c:
7582           Added a test application. Added some EXIF tags. Fixed a muxer bug.
7583
7584 2007-12-13  Sebastian Dröge  <slomo@circular-chaos.org>
7585
7586         * gst/videoparse/gstvideoparse.c: (gst_video_parse_init),
7587           (gst_video_parse_src_event), (gst_video_parse_src_query_type):
7588           Implement a query type function for the src pad, implement seeking
7589           and use ANY caps for the sink pad as the element doesn't care what
7590           caps the input has and everything is handled via properties.
7591
7592 2007-12-13  Sebastian Dröge  <slomo@circular-chaos.org>
7593
7594         * gst/videoparse/gstvideoparse.c: (gst_video_parse_convert),
7595           (gst_video_parse_sink_event):
7596           Handle -1 values for the CONVERT query too.
7597
7598 2007-12-13  Sebastian Dröge  <slomo@circular-chaos.org>
7599
7600         * gst/videoparse/gstvideoparse.c: (gst_video_parse_sink_event):
7601           Add YV12 to the pad templates as it is supported too and allow
7602           -1 as stop position for NEWSEGMENT events.
7603
7604 2007-12-13  Sebastian Dröge  <slomo@circular-chaos.org>
7605
7606         * gst/videoparse/Makefile.am:
7607           Add $(GST_PLUGINS_BASE_CFLAGS) to CFLAGS to fix the build.
7608
7609         * gst/videoparse/gstvideoparse.c: (gst_video_parse_init),
7610           (gst_video_parse_set_property), (gst_video_parse_get_property):
7611           Use g_value_[sg]et_enum() for enum properties, g_value_[sg]et_int()
7612           gives a g_critical().
7613
7614 2007-12-12  David Schleef  <ds@schleef.org>
7615
7616         * gst/videoparse/README:
7617         * gst/videoparse/gstvideoparse.c:
7618           Add a bunch of features: handle format specification, handle
7619           queries and conversion.  Works much like a normal parser now.
7620
7621 2007-12-12  Wim Taymans  <wim.taymans@collabora.co.uk>
7622
7623         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_finalize),
7624         (gst_rtp_pt_demux_setup), (gst_rtp_pt_demux_release),
7625         (gst_rtp_pt_demux_change_state):
7626         * gst/rtpmanager/gstrtpssrcdemux.c: (gst_rtp_ssrc_demux_reset),
7627         (gst_rtp_ssrc_demux_dispose), (gst_rtp_ssrc_demux_src_query),
7628         (gst_rtp_ssrc_demux_change_state):
7629         Clean up the dynamic pads when going to READY.
7630
7631 2007-12-12  Wim Taymans  <wim.taymans@collabora.co.uk>
7632
7633         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_finalize),
7634         (gst_rtp_bin_set_sdes_string), (gst_rtp_bin_get_sdes_string),
7635         (gst_rtp_bin_handle_message):
7636         * gst/rtpmanager/rtpsession.c: (rtp_session_finalize),
7637         (rtp_session_send_bye):
7638         * gst/rtpmanager/rtpsource.c: (rtp_source_finalize):
7639         Fix some leaks.
7640
7641 2007-12-12  Sebastian Dröge  <slomo@circular-chaos.org>
7642
7643         * ext/dts/gstdtsdec.c: (gst_dtsdec_init),
7644           (gst_dtsdec_sink_setcaps), (gst_dtsdec_chain_raw),
7645           (gst_dtsdec_chain):
7646         * ext/dts/gstdtsdec.h:
7647           Add support for "audio/x-private1-dts" as used by flupsparse. Most
7648           changes adapted from a52dec.
7649
7650 2007-12-11  David Schleef  <ds@schleef.org>
7651
7652         * sys/glsink/Makefile.am:
7653         * sys/glsink/glimagesink.c:
7654         * sys/glsink/glvideo.c:
7655         * sys/glsink/glvideo.h:
7656           Split out gl-related code into a separate file with a
7657           sensible API.  Major cleanup.  Still crashes occasionally
7658           due to different threads touching bits at the same time.
7659
7660 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
7661
7662         Patch by: Wouter Cloetens <wouter at mind dot be>
7663
7664         * ext/soup/gstsouphttpsrc.c: (_do_init),
7665         (gst_souphttp_src_class_init), (gst_souphttp_src_init),
7666         (gst_souphttp_src_dispose), (gst_souphttp_src_set_property),
7667         (gst_souphttp_src_get_property), (unicodify),
7668         (gst_souphttp_src_unicodify), (gst_souphttp_src_create),
7669         (gst_souphttp_src_start), (gst_souphttp_src_stop),
7670         (gst_souphttp_src_unlock), (gst_souphttp_src_unlock_stop),
7671         (gst_souphttp_src_get_size), (gst_souphttp_src_is_seekable),
7672         (soup_got_headers), (soup_got_body), (soup_finished),
7673         (soup_got_chunk), (soup_response), (soup_parse_status),
7674         (gst_souphttp_src_uri_get_type),
7675         (gst_souphttp_src_uri_get_protocols),
7676         (gst_souphttp_src_uri_get_uri), (gst_souphttp_src_uri_set_uri),
7677         (gst_souphttp_src_uri_handler_init):
7678         * ext/soup/gstsouphttpsrc.h:
7679         Do not try to unpause I/O in the "queued" state.
7680         Reorganise a bunch of things and cleanups.
7681         Uses G_GUINT64_FORMAT instead of hard-coding %llu.
7682         See #502335.
7683
7684 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
7685
7686         * ext/x264/gstx264enc.c: (gst_x264_enc_set_src_caps):
7687         Fix caps memleak.
7688
7689 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
7690
7691         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
7692           (gst_flv_parse_tag_video):
7693           Don't strdup (and thus leak) codec name strings when passing
7694           them to gst_tag_list_add().
7695
7696 2007-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
7697
7698         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_class_init),
7699         (gst_rtp_bin_handle_message):
7700         * gst/rtpmanager/gstrtpsession.c: (source_get_sdes_structure),
7701         (on_ssrc_sdes):
7702         Post a message when the SDES infor changes for a source.
7703
7704         * gst/rtpmanager/rtpsession.c:
7705         * gst/rtpmanager/rtpsource.c:
7706         Update some comments.
7707
7708 2007-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
7709
7710         Based on patch by: <mutex at runbox dot com>
7711
7712         * gst/videoparse/gstvideoparse.c: (gst_video_parse_src_query):
7713         Forward the query upstream, the default element event handler does
7714         something different. Fixes #502879.
7715
7716 2007-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
7717
7718         * gst/rtpmanager/gstrtpbin.c: (on_ssrc_sdes), (create_session),
7719         (gst_rtp_bin_class_init):
7720         * gst/rtpmanager/gstrtpbin.h:
7721         * gst/rtpmanager/gstrtpclient.c:
7722         * gst/rtpmanager/gstrtpclient.h:
7723         * gst/rtpmanager/gstrtpjitterbuffer.h:
7724         * gst/rtpmanager/gstrtpmanager.c:
7725         * gst/rtpmanager/gstrtpptdemux.c:
7726         * gst/rtpmanager/gstrtpptdemux.h:
7727         * gst/rtpmanager/gstrtpsession.c: (on_ssrc_sdes),
7728         (gst_rtp_session_class_init), (gst_rtp_session_init):
7729         * gst/rtpmanager/gstrtpsession.h:
7730         * gst/rtpmanager/gstrtpssrcdemux.c:
7731         * gst/rtpmanager/gstrtpssrcdemux.h:
7732         * gst/rtpmanager/rtpjitterbuffer.c:
7733         * gst/rtpmanager/rtpjitterbuffer.h:
7734         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
7735         (on_ssrc_sdes), (rtp_session_process_sdes):
7736         * gst/rtpmanager/rtpsession.h:
7737         * gst/rtpmanager/rtpsource.c:
7738         * gst/rtpmanager/rtpsource.h:
7739         * gst/rtpmanager/rtpstats.c:
7740         * gst/rtpmanager/rtpstats.h:
7741         Add signal to notify of an SDES change.
7742         Fix object type in the signal callbacks.
7743
7744 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
7745
7746         * gst/rtpmanager/gstrtpbin.c: (create_session),
7747         (gst_rtp_bin_class_init), (gst_rtp_bin_init), (sdes_type_to_name),
7748         (gst_rtp_bin_set_sdes_string), (gst_rtp_bin_get_sdes_string),
7749         (gst_rtp_bin_set_property), (gst_rtp_bin_get_property):
7750         * gst/rtpmanager/gstrtpbin.h:
7751         Expose SDES items as properties and configure the session managers with
7752         them.
7753
7754         * gst/rtpmanager/rtpsource.c: (rtp_source_class_init),
7755         (rtp_source_set_property):
7756         Fix SSRC property.
7757
7758 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
7759
7760         * gst/rtpmanager/gstrtpbin.c: (create_session):
7761         * gst/rtpmanager/rtpjitterbuffer.c:
7762         Update comment.
7763
7764         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
7765         (gst_rtp_session_set_property), (gst_rtp_session_get_property):
7766         Define some GObject properties to set SDES and other configuration.
7767
7768         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
7769         (rtp_session_init), (rtp_session_finalize),
7770         (rtp_session_set_property), (rtp_session_get_property),
7771         (on_ssrc_sdes), (rtp_session_set_bandwidth),
7772         (rtp_session_get_bandwidth), (rtp_session_set_rtcp_fraction),
7773         (rtp_session_get_rtcp_fraction), (rtp_session_set_sdes_string),
7774         (rtp_session_get_sdes_string), (obtain_source),
7775         (rtp_session_get_internal_source), (rtp_session_process_sdes),
7776         (rtp_session_send_rtp), (rtp_session_next_timeout), (session_sdes),
7777         (is_rtcp_time):
7778         * gst/rtpmanager/rtpsession.h:
7779         Add signal when new SDES infor has been found for a source.
7780         Create properties for SDES and other info.
7781         Simplify the SDES API.
7782         Add method for getting the internal source object of the session.
7783
7784         * gst/rtpmanager/rtpsource.c: (rtp_source_class_init),
7785         (rtp_source_finalize), (rtp_source_set_property),
7786         (rtp_source_get_property), (rtp_source_set_callbacks),
7787         (rtp_source_get_ssrc), (rtp_source_set_as_csrc),
7788         (rtp_source_is_as_csrc), (rtp_source_is_active),
7789         (rtp_source_is_validated), (rtp_source_is_sender),
7790         (rtp_source_received_bye), (rtp_source_get_bye_reason),
7791         (rtp_source_set_sdes), (rtp_source_set_sdes_string),
7792         (rtp_source_get_sdes), (rtp_source_get_sdes_string),
7793         (rtp_source_get_new_sr), (rtp_source_get_new_rb):
7794         * gst/rtpmanager/rtpsource.h:
7795         Add GObject properties for various things.
7796         Don't leak the bye reason.
7797
7798 2007-12-09  Edward Hervey  <edward@collabora.co.uk>
7799
7800         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
7801         (gst_flv_parse_tag_video):
7802         Fix list of supported and known codecs.
7803         Emit tag with the codec name so it gets properly reported in totem and
7804         other applications.
7805
7806 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
7807
7808         * configure.ac:
7809         Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
7810
7811 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
7812
7813         * gst/equalizer/gstiirequalizer.c:
7814         (gst_iir_equalizer_transform_ip):
7815         Fix compilation.
7816
7817 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
7818
7819         * gst/equalizer/gstiirequalizer.c:
7820         (gst_iir_equalizer_transform_ip):
7821         Don't process buffers in passthrough mode.
7822
7823 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
7824
7825         * gst/filter/gstbpwsinc.c: (bpwsinc_transform):
7826         * gst/filter/gstlpwsinc.c: (lpwsinc_transform):
7827         The transform() methods are not called in passthrough mode so
7828         there's no need for checking if the element is in passthrough mode.
7829
7830 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
7831
7832         * gst/filter/gstbpwsinc.c: (bpwsinc_transform):
7833         * gst/filter/gstlpwsinc.c: (lpwsinc_transform):
7834         Sync the GObject properties with the controller even in passthrough
7835         mode to get consistent property values.
7836
7837 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
7838
7839         * gst/mpegtsparse/mpegtsparse.c: (crc_tab):
7840           Mark crc values table as constant.
7841
7842 2007-12-05  Edgard Lima  <edgard.lima@indt.org.br>
7843
7844         * ext/metadata/metadataexif.c:
7845         * ext/metadata/metadataiptc.c:
7846         * ext/metadata/metadatatags.c:
7847         * ext/metadata/metadatatags.h:
7848         * ext/metadata/metadataxmp.c:
7849           Added some tags to exif parser.
7850
7851 2007-12-05  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7852
7853         * gst/mpegtsparse/mpegtspacketizer.c:
7854         * gst/mpegtsparse/mpegtsparse.c:
7855         A sub table is identified by the pair table_id and 
7856         sub_table_identifier, not by pid. So hash with that.
7857         * sys/dvb/dvbbasebin.c:
7858         Make sure initial pids are added properly to filter,
7859
7860 2007-12-05  Andy Wingo  <wingo@pobox.com>
7861
7862         * gst/switch/gstswitch.c (gst_switch_set_property): Don't push
7863         buffers from app thread when unsetting `queue-buffers', it's
7864         dangerous and the chain function will do it for us anyway.
7865
7866 2007-12-04  Edgard Lima  <edgard.lima@indt.org.br>
7867
7868         * ext/metadata/metadatamuxjpeg.c: (metadatamux_wrap_chunk),
7869         (metadatamux_jpeg_lazy_update):
7870         * ext/metadata/metadataparsejpeg.c: (metadataparse_jpeg_parse),
7871         (metadataparse_jpeg_reading):
7872           Now compiles even when libiptc is missing.
7873
7874 2007-12-04  Edgard Lima  <edgard.lima@indt.org.br>
7875
7876         * ext/metadata/gstmetadatamux.c:
7877         * ext/metadata/gstmetadatamux.h:
7878         * ext/metadata/gstmetadataparse.c:
7879         * ext/metadata/gstmetadataparse.h:
7880         * ext/metadata/metadata.c:
7881         * ext/metadata/metadata.h:
7882         * ext/metadata/metadatamuxjpeg.c:
7883         * ext/metadata/metadatamuxjpeg.h:
7884         * ext/metadata/metadatamuxpng.c:
7885         * ext/metadata/metadatamuxpng.h:
7886           Fixed element properties and now muxer writes to png also.
7887
7888 2007-12-03  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7889
7890         * gst/mpegtsparse/Makefile.am:
7891         * gst/mpegtsparse/mpegtspacketizer.c:
7892         * gst/mpegtsparse/mpegtsparse.c:
7893         Remove signals for pat, pmt, nit, eit, sdt. Replace with bus
7894         messages.
7895         * sys/dvb/dvbbasebin.c:
7896         Instead of attaching to signals, use the bus messages.
7897         Also fix up so the dvbsrc starts only outputting the info tables
7898         like PAT, CAT, NIT, SDT, EIT instead of the whole ts.
7899
7900 2007-12-03  Edgard Lima  <edgard.lima@indt.org.br>
7901
7902         * ext/metadata/gstmetadatamux.c:
7903         * ext/metadata/gstmetadatamux.h:
7904         * ext/metadata/metadataexif.c:
7905         * ext/metadata/metadataexif.h:
7906         * ext/metadata/metadataiptc.c:
7907         * ext/metadata/metadataiptc.h:
7908         * ext/metadata/metadatamuxjpeg.c:
7909         * ext/metadata/metadataxmp.c:
7910         * ext/metadata/metadataxmp.h:
7911           Muxer writes (in jpeg only) whole IPTC chunk sent as tag. Muxer
7912           implemets GstTagSetter interface.
7913
7914 2007-12-03  Thijs Vermeir  <thijsvermeir@gmail.com>
7915
7916         * gst/librfb/rfbdecoder.c:
7917                 Should fix the 64-bit build
7918
7919 2007-11-30  Edgard Lima  <edgard.lima@indt.org.br>
7920
7921         * ext/metadata/gstmetadatamux.c:
7922         * ext/metadata/gstmetadatamux.h:
7923         * ext/metadata/gstmetadataparse.c:
7924         * ext/metadata/gstmetadataparse.h:
7925         * ext/metadata/metadataexif.c:
7926         * ext/metadata/metadataexif.h:
7927         * ext/metadata/metadataiptc.c:
7928         * ext/metadata/metadataiptc.h:
7929         * ext/metadata/metadatamuxjpeg.c:
7930         * ext/metadata/metadatamuxpng.c:
7931         * ext/metadata/metadataparsejpeg.c:
7932         * ext/metadata/metadataparsepng.c:
7933         * ext/metadata/metadataxmp.c:
7934         * ext/metadata/metadataxmp.h:
7935           Muxer writes (in jpeg only) whole EXIF and XMP chunks sent as tags.
7936
7937 2007-11-30  Thijs Vermeir  <thijsvermeir@gmail.com>
7938
7939         * gst/librfb/rfbdecoder.c:
7940         * gst/librfb/rfbdecoder.h:
7941                 Add CoRRE encoding
7942
7943 2007-11-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7944
7945         * gst/mpegtsparse/mpegtsparse.c:
7946         CRC check the psi pids. CRC checking code relicenced from MPL.
7947         Thanks Fluendo.
7948
7949 2007-11-30  Edgard Lima  <edgard.lima@indt.org.br>
7950
7951         * ext/metadata/Makefile.am:
7952         * ext/metadata/gstmetadatamux.c:
7953         * ext/metadata/gstmetadatamux.h:
7954         * ext/metadata/gstmetadataparse.c:
7955         * ext/metadata/metadata.c:
7956         * ext/metadata/metadata.h:
7957         * ext/metadata/metadatamuxjpeg.c:
7958         * ext/metadata/metadatamuxjpeg.h:
7959         * ext/metadata/metadatamuxpng.c:
7960         * ext/metadata/metadatamuxpng.h:
7961         * ext/metadata/metadataparsejpeg.c:
7962         * ext/metadata/metadataparsejpeg.h:
7963         * ext/metadata/metadataparsepng.c:
7964         * ext/metadata/metadataparsepng.h:
7965         * ext/metadata/metadatatypes.c:
7966         * ext/metadata/metadatatypes.h:
7967           Fixed get_range bug when injecting and stripping. And mux is almost
7968           done now.
7969
7970 2007-11-30  Thijs Vermeir  <thijsvermeir@gmail.com>
7971
7972         * gst/librfb/rfbdecoder.c:
7973                 Use glib macro for swapping
7974
7975 2007-11-29  Thijs Vermeir  <thijsvermeir@gmail.com>
7976
7977         * gst/librfb/gstrfbsrc.c:
7978         * gst/librfb/rfbdecoder.c:
7979         * gst/librfb/rfbdecoder.h:
7980                 Disable CopyRect encoding by default
7981                 Add RRE encoding
7982
7983 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
7984
7985         Patch by: Wouter Cloetens <wouter at mind dot be>
7986
7987         * configure.ac:
7988         Bump libsoup requirement as libsoup does not support async client
7989         operation prior to version 2.2.104 and it has some leaks.
7990
7991         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_class_init),
7992         (gst_souphttp_src_init), (gst_souphttp_src_dispose),
7993         (gst_souphttp_src_set_property), (gst_souphttp_src_create),
7994         (gst_souphttp_src_start), (gst_souphttp_src_stop),
7995         (gst_souphttp_src_unlock), (gst_souphttp_src_unlock_stop),
7996         (gst_souphttp_src_get_size), (soup_got_headers), (soup_got_body),
7997         (soup_finished), (soup_got_chunk), (soup_response),
7998         (soup_session_close):
7999         * ext/soup/gstsouphttpsrc.h:
8000         Implement unlock().
8001         Picks up the size from the Content-Length header and emit a duration
8002         message.
8003         Don't leak the GMainContext object.
8004         Fixes #500099.
8005
8006 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
8007
8008         * ext/alsaspdif/alsaspdifsink.c: (alsaspdifsink_set_caps),
8009         (alsaspdifsink_get_time), (alsaspdifsink_set_params),
8010         (alsaspdifsink_find_pcm_device):
8011         Don't free uninitialized data when we are in error.
8012
8013 2007-11-28  Edgard Lima  <edgard.lima@indt.org.br>
8014
8015         * ext/metadata/gstmetadatamux.c:
8016         * ext/metadata/gstmetadataparse.c:
8017         * ext/metadata/metadataexif.c:
8018         * ext/metadata/metadataexif.h:
8019         * ext/metadata/metadataiptc.c:
8020         * ext/metadata/metadataiptc.h:
8021         * ext/metadata/metadatatags.c:
8022         * ext/metadata/metadatatags.h:
8023         * ext/metadata/metadataxmp.c:
8024         * ext/metadata/metadataxmp.h:
8025           Sending make and model individual tags and muxer now links fine.
8026
8027 2007-11-28  Edgard Lima  <edgard.lima@indt.org.br>
8028
8029         * ext/metadata/Makefile.am:
8030         * ext/metadata/gstmetadata.c:
8031         * ext/metadata/gstmetadatamux.c:
8032         * ext/metadata/gstmetadatamux.h:
8033         * ext/metadata/gstmetadataparse.c:
8034         * ext/metadata/gstmetadataparse.h:
8035         * ext/metadata/metadata.c:
8036         * ext/metadata/metadata.h:
8037         * ext/metadata/metadataexif.c:
8038         * ext/metadata/metadataexif.h:
8039         * ext/metadata/metadataiptc.c:
8040         * ext/metadata/metadataiptc.h:
8041         * ext/metadata/metadataparse.c:
8042         * ext/metadata/metadataparse.h:
8043         * ext/metadata/metadataparseexif.c:
8044         * ext/metadata/metadataparseexif.h:
8045         * ext/metadata/metadataparseiptc.c:
8046         * ext/metadata/metadataparseiptc.h:
8047         * ext/metadata/metadataparsexmp.c:
8048         * ext/metadata/metadataparsexmp.h:
8049         * ext/metadata/metadatatags.c:
8050         * ext/metadata/metadatatags.h:
8051         * ext/metadata/metadataxmp.c:
8052         * ext/metadata/metadataxmp.h:
8053           Small fixes in get_range and better structure for generic muxer and
8054           demuxer.
8055
8056 2007-11-26  Julien Moutte  <julien@fluendo.com>
8057
8058         * configure.ac: Add QuickTime Wrapper plug-in.
8059         * gst/speexresample/gstspeexresample.c:
8060         (gst_speex_resample_push_drain), (gst_speex_resample_process): Fix
8061         build on Mac OS X Leopard. Incorrect printf format arguments.
8062         * sys/Makefile.am:
8063         * sys/qtwrapper/Makefile.am:
8064         * sys/qtwrapper/audiodecoders.c:
8065         (qtwrapper_audio_decoder_base_init),
8066         (qtwrapper_audio_decoder_class_init),
8067         (qtwrapper_audio_decoder_init),
8068         (clear_AudioStreamBasicDescription), (fill_indesc_mp3),
8069         (fill_indesc_aac), (fill_indesc_samr), (fill_indesc_generic),
8070         (make_samr_magic_cookie), (open_decoder),
8071         (qtwrapper_audio_decoder_sink_setcaps), (process_buffer_cb),
8072         (qtwrapper_audio_decoder_chain),
8073         (qtwrapper_audio_decoder_sink_event),
8074         (qtwrapper_audio_decoders_register):
8075         * sys/qtwrapper/codecmapping.c: (audio_caps_from_string),
8076         (fourcc_to_caps):
8077         * sys/qtwrapper/codecmapping.h:
8078         * sys/qtwrapper/imagedescription.c: (image_description_for_avc1),
8079         (image_description_for_mp4v), (image_description_from_stsd_buffer),
8080         (image_description_from_codec_data):
8081         * sys/qtwrapper/imagedescription.h:
8082         * sys/qtwrapper/qtutils.c: (get_name_info_from_component),
8083         (get_output_info_from_component), (dump_avcc_atom),
8084         (dump_image_description), (dump_codec_decompress_params),
8085         (addSInt32ToDictionary), (dump_cvpixel_buffer),
8086         (DestroyAudioBufferList), (AllocateAudioBufferList):
8087         * sys/qtwrapper/qtutils.h:
8088         * sys/qtwrapper/qtwrapper.c: (plugin_init):
8089         * sys/qtwrapper/qtwrapper.h:
8090         * sys/qtwrapper/videodecoders.c:
8091         (qtwrapper_video_decoder_base_init),
8092         (qtwrapper_video_decoder_class_init),
8093         (qtwrapper_video_decoder_init), (qtwrapper_video_decoder_finalize),
8094         (fill_image_description), (new_image_description), (close_decoder),
8095         (open_decoder), (qtwrapper_video_decoder_sink_setcaps),
8096         (decompressCb), (qtwrapper_video_decoder_chain),
8097         (qtwrapper_video_decoder_sink_event),
8098         (qtwrapper_video_decoders_register): Initial import of QuickTime
8099         wrapper jointly developped by Songbird authors (Pioneers of the
8100         Inevitable) and Fluendo.
8101
8102 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
8103
8104         * gst/spectrum/gstspectrum.c:
8105           Use dispose and finalize. Dispose can be called multiple times.
8106
8107 2007-11-26  Edgard Lima  <edgard.lima@indt.org.br>
8108
8109         * ext/metadata/gstmetadataparse.c: (gst_metadata_parse_init),
8110         (gst_metadata_parse_chain), (gst_metadata_parse_checkgetrange):
8111           Now works when get_range is not available upstream.
8112
8113 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
8114
8115         * gst/speexresample/README:
8116         * gst/speexresample/arch.h:
8117         * gst/speexresample/resample.c: (resampler_basic_direct_single),
8118         (resampler_basic_direct_double),
8119         (resampler_basic_interpolate_single),
8120         (resampler_basic_interpolate_double),
8121         (speex_resampler_process_native), (speex_resampler_process_float),
8122         (speex_resampler_process_int),
8123         (speex_resampler_process_interleaved_float),
8124         (speex_resampler_process_interleaved_int),
8125         (speex_resampler_get_input_latency),
8126         (speex_resampler_get_output_latency):
8127         * gst/speexresample/speex_resampler.h:
8128         Update speex resampler to latest SVN. We're now down to only the
8129         changes noted in README again.
8130
8131         * gst/speexresample/speex_resampler_wrapper.h:
8132         * gst/speexresample/gstspeexresample.c:
8133         (gst_speex_resample_push_drain), (gst_speex_resample_query):
8134         Adjust to API changes.
8135
8136 2007-11-25  Edward Hervey  <bilboed@bilboed.com>
8137
8138         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
8139         (gst_flv_parse_tag_video):
8140         Output segment with proper 'stop' value, makes flvdemux 100% compatible
8141         with gnonlin.
8142
8143 2007-11-25  Stefan Kost  <ensonic@users.sf.net>
8144
8145         * ext/dc1394/gstdc1394.c:
8146           Set initial structure name to fix assertion, due to recent caps name
8147           constraints.
8148
8149 2007-11-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
8150
8151         patch by: Alessandro Decina
8152
8153         * gst/mpegtsparse/mpegtspacketizer.c:
8154         * gst/mpegtsparse/mpegtspacketizer.h:
8155         * gst/mpegtsparse/mpegtsparse.c:
8156         * gst/mpegtsparse/mpegtsparse.h:
8157         pat-info is now a signal not a GObject property that
8158         gets notified.
8159         pat-info, pmt-info now instead of passing a GObject as
8160         a parameter, pass a GstStructure.
8161         New signals: nit-info, sdt-info, eit-info for DVB SI information
8162         * sys/dvb/camconditionalaccess.c:
8163         * sys/dvb/camconditionalaccess.h:
8164         * sys/dvb/camdevice.c:
8165         * sys/dvb/camdevice.h:
8166         * sys/dvb/camswclient.c:
8167         * sys/dvb/camswclient.h:
8168         * sys/dvb/camutils.c:
8169         * sys/dvb/camutils.h:
8170         Cam code now uses the pmt GstStructure passed from mpegtsparse
8171         signals rather than the GObject.
8172         * sys/dvb/dvbbasebin.c:
8173         Use new signals in mpegtsparse and use GstStructures as per
8174         mpegtsparse's modified API.
8175         
8176 2007-11-23  Edgard Lima  <edgard.lima@indt.org.br>
8177
8178         * ext/metadata/Makefile.am:
8179         * ext/metadata/gstmetadata.c:
8180         * ext/metadata/gstmetadatamux.c:
8181         * ext/metadata/gstmetadatamux.h:
8182         * ext/metadata/gstmetadataparse.c:
8183         * ext/metadata/gstmetadataparse.h:
8184         * ext/metadata/metadataparse.c:
8185         * ext/metadata/metadataparse.h:
8186         * ext/metadata/metadataparsejpeg.c:
8187         * ext/metadata/metadataparsejpeg.h:
8188         * ext/metadata/metadataparsepng.c:
8189         * ext/metadata/metadataparsepng.h:
8190         * ext/metadata/metadataparsetypes.h:
8191         * ext/metadata/metadatatypes.c:
8192         * ext/metadata/metadatatypes.h:
8193           Now parser is generic (just add/remove a list of chunks). And a
8194           template of muxer has been created.
8195
8196 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
8197
8198         * gst/speexresample/gstspeexresample.c:
8199         (gst_speex_resample_update_state):
8200         Only post the latency message if we have a resampler state already.
8201
8202 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
8203
8204         * gst/speexresample/gstspeexresample.c:
8205         (gst_speex_resample_update_state):
8206         Also post GST_MESSAGE_LATENCY if the latency changes.
8207
8208 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
8209
8210         * gst/speexresample/resample.c: (speex_resampler_get_latency),
8211         (speex_resampler_drain_float), (speex_resampler_drain_int),
8212         (speex_resampler_drain_interleaved_float),
8213         (speex_resampler_drain_interleaved_int):
8214         * gst/speexresample/speex_resampler.h:
8215         * gst/speexresample/speex_resampler_wrapper.h:
8216         Add functions to push the remaining samples and to get the latency
8217         of the resampler. These will get added to Speex SVN in this or a
8218         slightly changed form at some point too and should get merged then
8219         again.
8220
8221         * gst/speexresample/gstspeexresample.c: (gst_speex_resample_init),
8222         (gst_speex_resample_init_state),
8223         (gst_speex_resample_transform_size),
8224         (gst_speex_resample_push_drain), (gst_speex_resample_event),
8225         (gst_speex_fix_output_buffer), (gst_speex_resample_process),
8226         (gst_speex_resample_query), (gst_speex_resample_query_type):
8227         Drop the prepending zeroes and output the remaining samples on EOS.
8228         Also properly implement the latency query for this. speexresample
8229         should be completely ready for production use now.
8230
8231 2007-11-22  Wim Taymans  <wim.taymans@gmail.com>
8232
8233         * gst/rtpmanager/gstrtpjitterbuffer.c:
8234         (gst_rtp_jitter_buffer_query):
8235         jitterbuffer can buffer an unlimited amount of time and thus has no
8236         max_latency requirements.
8237
8238 2007-11-21  Sebastian Dröge  <slomo@circular-chaos.org>
8239
8240         * gst/speexresample/README:
8241         Add README explaining where the resampling code was taken from
8242         and which changes were done.
8243
8244         * gst/speexresample/resample.c: (speex_alloc), (speex_realloc),
8245         (speex_free):
8246         Use g_malloc() and friends instead of malloc() to achieve higher
8247         portability and define the functions inline.
8248
8249         * gst/speexresample/speex_resampler.h:
8250         Add back some useless preprocessor stuff to keep the diff between
8251         our version and the one from the Speex SVN repository lower.
8252
8253 2007-11-21  Sebastian Dröge  <slomo@circular-chaos.org>
8254
8255         * gst/filter/gstbpwsinc.c: (bpwsinc_set_property):
8256         * gst/filter/gstlpwsinc.c: (lpwsinc_set_property):
8257         Post a GST_MESSAGE_LATENCY if the latency changes.
8258
8259 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
8260
8261         * ext/faac/gstfaac.c: (gst_faac_sink_event):
8262         Don't try to flush the decoder on EOS when it was not initialized.
8263         Fixes #498667
8264
8265 2007-11-21  Julien Moutte  <julien@fluendo.com>
8266
8267         * ext/sdl/sdlaudiosink.c: (gst_sdlaudio_sink_write): Fix build
8268         on Mac OS X. (missing format parameter)
8269
8270 2007-11-21  Stefan Kost  <ensonic@users.sf.net>
8271
8272         * gst/equalizer/gstiirequalizer10bands.c:
8273         * gst/equalizer/gstiirequalizer3bands.c:
8274           Remove preset iface again. We'll re-add this after its been released
8275           in -good.
8276
8277 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8278
8279         * gst/speexresample/gstspeexresample.c:
8280         (gst_speex_fix_output_buffer), (gst_speex_resample_transform):
8281         Some small cleanup and addition of a TODO item.
8282
8283 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8284
8285         * gst/speexresample/Makefile.am:
8286         Add missing file.
8287
8288 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8289
8290         * docs/plugins/inspect/plugin-app.xml:
8291         * docs/plugins/inspect/plugin-bayer.xml:
8292         * docs/plugins/inspect/plugin-cdaudio.xml:
8293         * docs/plugins/inspect/plugin-dvb.xml:
8294         * docs/plugins/inspect/plugin-dvbsrc.xml:
8295         * docs/plugins/inspect/plugin-dvdspu.xml:
8296         * docs/plugins/inspect/plugin-festival.xml:
8297         * docs/plugins/inspect/plugin-flvdemux.xml:
8298         * docs/plugins/inspect/plugin-gstinterlace.xml:
8299         * docs/plugins/inspect/plugin-interleave.xml:
8300         * docs/plugins/inspect/plugin-ladspa.xml:
8301         * docs/plugins/inspect/plugin-mpeg4videoparse.xml:
8302         * docs/plugins/inspect/plugin-mpegtsparse.xml:
8303         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
8304         * docs/plugins/inspect/plugin-mve.xml:
8305         * docs/plugins/inspect/plugin-nas.xml:
8306         * docs/plugins/inspect/plugin-nuvdemux.xml:
8307         * docs/plugins/inspect/plugin-quicktime.xml:
8308         * docs/plugins/inspect/plugin-real.xml:
8309         * docs/plugins/inspect/plugin-rfbsrc.xml:
8310         * docs/plugins/inspect/plugin-sdp.xml:
8311         * docs/plugins/inspect/plugin-sndfile.xml:
8312         * docs/plugins/inspect/plugin-soup.xml:
8313         * docs/plugins/inspect/plugin-speexresample.xml:
8314         * docs/plugins/inspect/plugin-stereo.xml:
8315         * docs/plugins/inspect/plugin-switch.xml:
8316         * docs/plugins/inspect/plugin-vcdsrc.xml:
8317         * docs/plugins/inspect/plugin-videocrop.xml:
8318         * docs/plugins/inspect/plugin-videoparse.xml:
8319         * docs/plugins/inspect/plugin-vmnc.xml:
8320         * docs/plugins/inspect/plugin-x264.xml:
8321         * docs/plugins/inspect/plugin-y4menc.xml:
8322         Add missing inspection files to CVS.
8323
8324 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8325
8326         * docs/plugins/Makefile.am:
8327         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
8328         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
8329         * docs/plugins/gst-plugins-bad-plugins.args:
8330         * docs/plugins/gst-plugins-bad-plugins.signals:
8331         * docs/plugins/inspect/plugin-bz2.xml:
8332         * docs/plugins/inspect/plugin-cdxaparse.xml:
8333         * docs/plugins/inspect/plugin-dtsdec.xml:
8334         * docs/plugins/inspect/plugin-equalizer.xml:
8335         * docs/plugins/inspect/plugin-faac.xml:
8336         * docs/plugins/inspect/plugin-faad.xml:
8337         * docs/plugins/inspect/plugin-filter.xml:
8338         * docs/plugins/inspect/plugin-freeze.xml:
8339         * docs/plugins/inspect/plugin-gio.xml:
8340         * docs/plugins/inspect/plugin-gsm.xml:
8341         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
8342         * docs/plugins/inspect/plugin-h264parse.xml:
8343         * docs/plugins/inspect/plugin-modplug.xml:
8344         * docs/plugins/inspect/plugin-mpeg2enc.xml:
8345         * docs/plugins/inspect/plugin-musepack.xml:
8346         * docs/plugins/inspect/plugin-musicbrainz.xml:
8347         * docs/plugins/inspect/plugin-nsfdec.xml:
8348         * docs/plugins/inspect/plugin-replaygain.xml:
8349         * docs/plugins/inspect/plugin-soundtouch.xml:
8350         * docs/plugins/inspect/plugin-spcdec.xml:
8351         * docs/plugins/inspect/plugin-spectrum.xml:
8352         * docs/plugins/inspect/plugin-speed.xml:
8353         * docs/plugins/inspect/plugin-tta.xml:
8354         * docs/plugins/inspect/plugin-videosignal.xml:
8355         * docs/plugins/inspect/plugin-xingheader.xml:
8356         * docs/plugins/inspect/plugin-xvid.xml:
8357         * gst/speexresample/gstspeexresample.h:
8358         Add speexresample to the docs and while at that do a make update.
8359
8360 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8361
8362         * gst/speexresample/gstspeexresample.c:
8363         (gst_speex_fix_output_buffer), (gst_speex_resample_process):
8364         If the resampler gives less output samples than expected
8365         adjust the output buffer and print a warning.
8366
8367 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8368
8369         * configure.ac:
8370         * gst/speexresample/arch.h:
8371         * gst/speexresample/fixed_generic.h:
8372         * gst/speexresample/gstspeexresample.c:
8373         (gst_speex_resample_base_init), (gst_speex_resample_class_init),
8374         (gst_speex_resample_init), (gst_speex_resample_start),
8375         (gst_speex_resample_stop), (gst_speex_resample_get_unit_size),
8376         (gst_speex_resample_transform_caps),
8377         (gst_speex_resample_init_state), (gst_speex_resample_update_state),
8378         (gst_speex_resample_reset_state), (gst_speex_resample_parse_caps),
8379         (gst_speex_resample_transform_size), (gst_speex_resample_set_caps),
8380         (gst_speex_resample_event), (gst_speex_resample_check_discont),
8381         (gst_speex_resample_process), (gst_speex_resample_transform),
8382         (gst_speex_resample_set_property),
8383         (gst_speex_resample_get_property), (plugin_init):
8384         * gst/speexresample/gstspeexresample.h:
8385         * gst/speexresample/resample.c: (speex_alloc), (speex_realloc),
8386         (speex_free), (compute_func), (main), (sinc), (cubic_coef),
8387         (resampler_basic_direct_single), (resampler_basic_direct_double),
8388         (resampler_basic_interpolate_single),
8389         (resampler_basic_interpolate_double), (update_filter),
8390         (speex_resampler_init), (speex_resampler_init_frac),
8391         (speex_resampler_destroy), (speex_resampler_process_native),
8392         (speex_resampler_process_float), (speex_resampler_process_int),
8393         (speex_resampler_process_interleaved_float),
8394         (speex_resampler_process_interleaved_int),
8395         (speex_resampler_set_rate), (speex_resampler_get_rate),
8396         (speex_resampler_set_rate_frac), (speex_resampler_get_ratio),
8397         (speex_resampler_set_quality), (speex_resampler_get_quality),
8398         (speex_resampler_set_input_stride),
8399         (speex_resampler_get_input_stride),
8400         (speex_resampler_set_output_stride),
8401         (speex_resampler_get_output_stride), (speex_resampler_skip_zeros),
8402         (speex_resampler_reset_mem), (speex_resampler_strerror):
8403         * gst/speexresample/speex_resampler.h:
8404         * gst/speexresample/speex_resampler_float.c:
8405         * gst/speexresample/speex_resampler_int.c:
8406         * gst/speexresample/speex_resampler_wrapper.h:
8407         Add resample element based on the Speex resampling algorithm.
8408
8409 2007-11-20  Edgard Lima  <edgard.lima@indt.org.br>
8410
8411         * ext/metadata/gstmetadataparse.c:
8412         * ext/metadata/gstmetadataparse.h:
8413           Fixed buffer strip (safer wil pull and after seek).
8414
8415 2007-11-19  Stefan Kost  <ensonic@users.sf.net>
8416
8417         * gst/equalizer/gstiirequalizer10bands.c:
8418         * gst/equalizer/gstiirequalizer3bands.c:
8419           Activate preset iface and upload two presets here.
8420
8421 2007-11-19  Edgard Lima  <edgard.lima@indt.org.br>
8422
8423         * ext/metadata/gstmetadataparse.c:
8424         * ext/metadata/gstmetadataparse.h:
8425           Strip out in pull mode also. Seek and Query functions added.
8426
8427 2007-11-18  Edgard Lima  <edgard.lima@indt.org.br>
8428
8429         * ext/metadata/gstmetadataparse.c:
8430         * ext/metadata/gstmetadataparse.h:
8431         * ext/metadata/metadataparse.c:
8432         * ext/metadata/metadataparse.h:
8433         * ext/metadata/metadataparsejpeg.c:
8434         * ext/metadata/metadataparsejpeg.h:
8435         * ext/metadata/metadataparsepng.c:
8436         * ext/metadata/metadataparsepng.h:
8437         * ext/metadata/metadataparsetypes.h:
8438           Strip out metadata chunks.
8439
8440 2007-11-16  Stefan Kost  <ensonic@users.sf.net>
8441
8442         * configure.ac:
8443           Als use AG_GST_PLUGIN_DOCS (see #344039).
8444
8445 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
8446
8447         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
8448
8449         * gst/mpegtsparse/mpegtspacketizer.c: (foreach_stream_clear),
8450         (remove_all), (mpegts_packetizer_clear):
8451         Ensure that the plugin does not crash when the property pat-info is
8452         queried before a PAT is available. It also ensures that the PAT info is
8453         cleared when the changing from PLAYING to READY.
8454         Fixes #487892.
8455
8456 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
8457
8458         Patch by: Wouter Paesen <wouter at blue-gate dot be>
8459
8460         * ext/soundtouch/gstpitch.cc:
8461         Handle seeking correctly. Fixes #461068.
8462
8463 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
8464
8465         Patch by: Michael Kötter <m dot koetter at oraise dot de>
8466
8467         * ext/alsaspdif/alsaspdifsink.c: (alsaspdifsink_set_caps),
8468         (alsaspdifsink_get_time), (alsaspdifsink_open),
8469         (alsaspdifsink_set_params), (alsaspdifsink_delay), (plugin_init):
8470         Fix sample rate and clocking.
8471         Remove buffer_time and period_time as this seems to break on some
8472         hardware. Fixes #485462.
8473
8474 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
8475
8476         Patch by: Wouter Cloetens <wouter at mind dot be>
8477
8478         * configure.ac:
8479         * ext/Makefile.am:
8480         * ext/soup/Makefile.am:
8481         * ext/soup/gstsouphttpsrc.c: (_do_init),
8482         (gst_souphttp_src_base_init), (gst_souphttp_src_class_init),
8483         (gst_souphttp_src_init), (gst_souphttp_src_dispose),
8484         (gst_souphttp_src_set_property), (gst_souphttp_src_get_property),
8485         (gst_souphttp_src_create), (gst_souphttp_src_start),
8486         (gst_souphttp_src_stop), (gst_souphttp_src_unlock),
8487         (gst_souphttp_src_set_location), (soup_got_chunk), (soup_response),
8488         (soup_session_close), (plugin_init):
8489         * ext/soup/gstsouphttpsrc.h:
8490         Added HTTP source based on libsoup. Fixes #497020.
8491
8492 2007-11-15  Thijs Vermeir  <thijsvermeir@gmail.com>
8493
8494         * gst/librfb/gstrfbsrc.c:
8495         don't forget to handle the offset's
8496         * gst/librfb/rfbdecoder.c:
8497         * gst/librfb/rfbdecoder.h:
8498         precalculate some many used values
8499
8500 2007-11-15  Thijs Vermeir  <thijsvermeir@gmail.com>
8501
8502         patch by: Armando Taffarel Neto <taffarel@solis.coop.br>
8503         * gst/librfb/gstrfbsrc.c:
8504         Set the timestamp for the output buffers
8505
8506 2007-11-14  Sebastian Dröge  <slomo@circular-chaos.org>
8507
8508         * tests/check/elements/spectrum.c: (GST_START_TEST):
8509         Fix spectrum unit test for the latest spectrum changes.
8510
8511 2007-11-12  Sebastian Dröge  <slomo@circular-chaos.org>
8512
8513         Patch by: René Stadler <mail at renestadler dot de>
8514
8515         * gst/replaygain/rganalysis.c: (yule_filter):
8516         Avoid slowdown from denormals when processing near-silence input data.
8517         Spotted by Gabriel Bouvigne. Fixes #494499.
8518
8519 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
8520
8521         * gst/flv/gstflvparse.c:
8522         Add mapping for Nellymoser ASAO audio codec.
8523         (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video): Make sure we
8524         actually have data to read at the end of the tag. This avoids trying
8525         to allocate negative buffers.
8526
8527 2007-11-12  Edgard Lima  <edgard.lima@indt.org.br>
8528
8529         * ext/metadata/README:
8530           Added a design proposal from metadata parse and mux.
8531
8532 2007-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
8533
8534         * gst/equalizer/demo.c: (draw_spectrum):
8535         * gst/spectrum/demo-audiotest.c: (draw_spectrum):
8536         * gst/spectrum/demo-osssrc.c: (draw_spectrum):
8537         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init):
8538         Change the meaning of the magnitude values given in the
8539         GstMessages by spectrum to decibel instead of
8540         decibel+threshold.
8541
8542 2007-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
8543
8544         * gst/equalizer/gstiirequalizer10bands.c:
8545         * gst/equalizer/gstiirequalizer3bands.c:
8546         * gst/equalizer/gstiirequalizernbands.c:
8547         And continue to update docs. Also include some sample code
8548         for the n-band equalizer in the docs.
8549
8550 2007-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
8551
8552         * gst/equalizer/gstiirequalizer10bands.c:
8553         (gst_iir_equalizer_10bands_class_init):
8554         * gst/equalizer/gstiirequalizer3bands.c:
8555         (gst_iir_equalizer_3bands_class_init):
8556         * gst/equalizer/gstiirequalizernbands.c:
8557         Update docs and property ranges to the real values.
8558
8559 2007-11-09  Sebastian Dröge  <slomo@circular-chaos.org>
8560
8561         * gst/spectrum/gstspectrum.c:
8562         Now do the scaling right for real. Also initialize a previously
8563         uninitialized variable.
8564
8565 2007-11-09  Edgard Lima  <edgard.lima@indt.org.br>
8566
8567         * ext/metadata/metadataparsexmp.c:
8568         (metadataparse_xmp_tag_list_add),
8569         (metadataparse_xmp_iter_simple_qual),
8570         (metadataparse_xmp_iter_simple), (metadataparse_xmp_iter_array),
8571         (metadataparse_xmp_iter):
8572           Extracting more detailed info from XMP.
8573
8574 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
8575
8576         * gst/equalizer/demo.c:
8577           Make default volume a bit less. Improve layout by giving more space to
8578           the slider with big-numbers and enable fill.
8579
8580 2007-11-07  Sebastian Dröge  <slomo@circular-chaos.org>
8581
8582         * configure.ac:
8583         * tests/check/pipelines/gio.c: (GST_START_TEST):
8584         Require GIO >= 0.1.2 and adjust unit test for an API change.
8585
8586 2007-11-07  Sebastian Dröge  <slomo@circular-chaos.org>
8587
8588         * tests/icles/equalizer-test.c: (do_slider_fiddling):
8589         Fix gain ranges for the latest equalizer changes.
8590
8591 2007-11-07  Sebastian Dröge  <slomo@circular-chaos.org>
8592
8593         * ext/gio/gstgio.h:
8594         Add macro to check if a stream supports seeking.
8595
8596         * ext/gio/Makefile.am:
8597         * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_base_init),
8598         (gst_gio_base_sink_class_init), (gst_gio_base_sink_init),
8599         (gst_gio_base_sink_finalize), (gst_gio_base_sink_start),
8600         (gst_gio_base_sink_stop), (gst_gio_base_sink_unlock),
8601         (gst_gio_base_sink_unlock_stop), (gst_gio_base_sink_event),
8602         (gst_gio_base_sink_render), (gst_gio_base_sink_query),
8603         (gst_gio_base_sink_set_stream):
8604         * ext/gio/gstgiobasesink.h:
8605         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_base_init),
8606         (gst_gio_base_src_class_init), (gst_gio_base_src_init),
8607         (gst_gio_base_src_finalize), (gst_gio_base_src_start),
8608         (gst_gio_base_src_stop), (gst_gio_base_src_get_size),
8609         (gst_gio_base_src_is_seekable), (gst_gio_base_src_unlock),
8610         (gst_gio_base_src_unlock_stop), (gst_gio_base_src_check_get_range),
8611         (gst_gio_base_src_create), (gst_gio_base_src_set_stream):
8612         * ext/gio/gstgiobasesrc.h:
8613         Refactor common GIO functions to GstGioBaseSink and GstGioBaseSrc
8614         base classes that only require a GInputStream or GOutputStream to
8615         work.
8616
8617         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
8618         (gst_gio_sink_class_init), (gst_gio_sink_init),
8619         (gst_gio_sink_finalize), (gst_gio_sink_start):
8620         * ext/gio/gstgiosink.h:
8621         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
8622         (gst_gio_src_class_init), (gst_gio_src_init),
8623         (gst_gio_src_finalize), (gst_gio_src_start):
8624         * ext/gio/gstgiosrc.h:
8625         Use the newly created base classes here.
8626
8627         * ext/gio/gstgio.c: (plugin_init):
8628         * ext/gio/gstgiostreamsink.c: (gst_gio_stream_sink_base_init),
8629         (gst_gio_stream_sink_class_init), (gst_gio_stream_sink_init),
8630         (gst_gio_stream_sink_finalize), (gst_gio_stream_sink_set_property),
8631         (gst_gio_stream_sink_get_property):
8632         * ext/gio/gstgiostreamsink.h:
8633         * ext/gio/gstgiostreamsrc.c: (gst_gio_stream_src_base_init),
8634         (gst_gio_stream_src_class_init), (gst_gio_stream_src_init),
8635         (gst_gio_stream_src_finalize), (gst_gio_stream_src_set_property),
8636         (gst_gio_stream_src_get_property):
8637         * ext/gio/gstgiostreamsrc.h:
8638         Implement GstGioStreamSink and GstGioStreamSrc that have a property
8639         to set the GInputStream/GOutputStream that should be used.
8640
8641         * tests/check/Makefile.am:
8642         * tests/check/pipelines/.cvsignore:
8643         * tests/check/pipelines/gio.c: (message_handler), (GST_START_TEST),
8644         (gio_testsuite), (main):
8645         Add unit test for giostreamsrc and giostreamsink.
8646
8647 2007-11-07  Sebastian Dröge  <slomo@circular-chaos.org>
8648
8649         * ext/gio/gstgio.c: (plugin_init):
8650         Remove nowadays unnecessary workaround for a crash.
8651         
8652         * ext/gio/gstgiosink.c: (gst_gio_sink_finalize),
8653         (gst_gio_sink_start), (gst_gio_sink_stop),
8654         (gst_gio_sink_unlock_stop):
8655         * ext/gio/gstgiosink.h:
8656         * ext/gio/gstgiosrc.c: (gst_gio_src_finalize), (gst_gio_src_start),
8657         (gst_gio_src_stop), (gst_gio_src_unlock_stop):
8658         * ext/gio/gstgiosrc.h:
8659         Make the finalize function safer, clean up everything that could stay
8660         around.
8661
8662         Reset the cancellable instead of creating a new one after cancelling
8663         some operation.
8664
8665         Don't store the GFile in the element, it's only necessary for creating
8666         the streams.
8667
8668 2007-11-06  Sebastian Dröge  <slomo@circular-chaos.org>
8669
8670         * gst/spectrum/demo-audiotest.c: (main):
8671         Use autoaudiosink instead of alsasink and use a sine wave.
8672
8673         * gst/spectrum/gstspectrum.c:
8674         Fix the magnitude calculation.
8675
8676 2007-11-04  Tim-Philipp Müller  <tim at centricular dot net>
8677
8678         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
8679
8680         * gst-libs/gst/dshow/gstdshowfakesink.cpp:
8681           (CDshowFakeSink.CDshowFakeSink):
8682         * gst-libs/gst/dshow/gstdshowfakesink.h: (CDshowFakeSink.m_hres):
8683           Fix crasher in constructor due to the base class's constructor
8684           not necessarily being NULL-safe (depends on the SDK version used
8685           apparently; #492406).
8686
8687         * sys/dshowsrcwrapper/gstdshowaudiosrc.c: (gst_dshowaudiosrc_prepare):
8688         * sys/dshowsrcwrapper/gstdshowvideosrc.c: (gst_dshowvideosrc_set_caps):
8689           Fix a couple of MSVC compiler warnings (#492406).
8690
8691 2007-11-03  Sebastian Dröge  <slomo@circular-chaos.org>
8692
8693         * gst/equalizer/demo.c: (main):
8694         * gst/equalizer/gstiirequalizer.c:
8695         (gst_iir_equalizer_band_class_init), (setup_filter):
8696         Allow setting 0 as bandwidth and handle this correctly.
8697         Also handle a bandwidth of rate/2 properly.
8698
8699         * gst/equalizer/gstiirequalizernbands.c:
8700         (gst_iir_equalizer_nbands_class_init):
8701         Make it possible to generate a N-band equalizer with 1 bands. The
8702         previous limit of 2 was caused by a nowadays replaced calculation
8703         doing a division by zero if number of bands was 1.
8704
8705 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
8706
8707         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
8708
8709         * gst/rtpmanager/gstrtpsession.c:
8710           Fix bad function signatures (#492798).
8711
8712 2007-11-02  Edgard Lima  <edgard.lima@indt.org.br>
8713
8714         * ext/metadata/Makefile.am:
8715         * ext/metadata/gstmetadataparse.c:
8716         * ext/metadata/gstmetadataparse.h:
8717         * ext/metadata/metadataparse.c:
8718         * ext/metadata/metadataparse.h:
8719         * ext/metadata/metadataparseexif.c:
8720         * ext/metadata/metadataparseexif.h:
8721         * ext/metadata/metadataparseiptc.c:
8722         * ext/metadata/metadataparseiptc.h:
8723         * ext/metadata/metadataparsejpeg.c:
8724         * ext/metadata/metadataparsejpeg.h:
8725         * ext/metadata/metadataparsepng.c:
8726         * ext/metadata/metadataparsepng.h:
8727         * ext/metadata/metadataparseutil.c:
8728         * ext/metadata/metadataparseutil.h:
8729         * ext/metadata/metadataparsexmp.c:
8730         * ext/metadata/metadataparsexmp.h:
8731           Added support for PNG/XMP. Indentation. And fixed pull mode to parse
8732           the file. 
8733
8734 2007-11-02  Edgard Lima  <edgard.lima@indt.org.br>
8735
8736         * ext/metadata/gstmetadataparse.c: (gst_metadata_parse_init),
8737         (gst_metadata_parse_activate), (gst_metadata_parse_get_range),
8738         (gst_metadata_parse_element_activate_src_pull):
8739           Now metadataparse works in push or pull mode.
8740
8741 2007-11-01  Edgard Lima  <edgard.lima@indt.org.br>
8742
8743         * configure.ac:
8744         * ext/metadata/Makefile.am:
8745         * ext/metadata/metadataparseexif.c:
8746         (metadataparse_exif_tags_register),
8747         (metadataparse_exif_tag_list_add):
8748         * ext/metadata/metadataparseiptc.c:
8749         * ext/metadata/metadataparsejpeg.c: (metadataparse_jpeg_init),
8750         (metadataparse_jpeg_dispose), (metadataparse_jpeg_parse),
8751         (metadataparse_jpeg_reading), (metadataparse_jpeg_xmp):
8752         * ext/metadata/metadataparseutil.c:
8753         (metadataparse_tag_list_add_chunk):
8754         * ext/metadata/metadataparseutil.h:
8755         * ext/metadata/metadataparsexmp.c:
8756         (metadataparse_xmp_tags_register),
8757         (metadataparse_xmp_tag_list_add), (metadataparse_xmp_init),
8758         (metadataparse_xmp_dispose):
8759         * ext/metadata/metadataparsexmp.h:
8760           Some XMP stuff added.
8761
8762 2007-10-31  Edgard Lima  <edgard.lima@indt.org.br>
8763
8764         * ext/metadata/gstmetadataparse.c:
8765         (gst_metadata_parse_dispose_members),
8766         (gst_metadata_parse_init_members), (gst_metadata_parse_send_tags),
8767         (gst_metadata_parse_chain), (gst_metadata_parse_get_range),
8768         (gst_metadata_parse_change_state),
8769         (gst_metadata_parse_plugin_init):
8770         * ext/metadata/gstmetadataparse.h:
8771         * ext/metadata/metadataparseexif.c:
8772         (metadataparse_exif_tags_register),
8773         (metadataparse_exif_tag_list_add),
8774         (exif_data_foreach_content_func),
8775         (exif_content_foreach_entry_func):
8776         * ext/metadata/metadataparseexif.h:
8777         * ext/metadata/metadataparseiptc.c:
8778         (metadataparse_iptc_tags_register),
8779         (metadataparse_tag_list_add_chunk),
8780         (metadataparse_iptc_tag_list_add),
8781         (iptc_data_foreach_dataset_func):
8782         * ext/metadata/metadataparseiptc.h:
8783         * ext/metadata/metadataparsexmp.c:
8784         (metadataparse_xmp_tags_register),
8785         (metadataparse_xmp_tag_list_add):
8786         * ext/metadata/metadataparsexmp.h:
8787           Now sending iptc tag in whole chunk. Ready to also send exif and xmp
8788           in the same way (look at bug #486659).
8789
8790 2007-10-31  Thijs Vermeir  <thijsvermeir@gmail.com>
8791
8792         * gst/librfb/rfbdecoder.c:
8793                 Some refactoring in RAW encoding
8794
8795 2007-10-31  Thijs Vermeir  <thijsvermeir@gmail.com>
8796
8797         * gst/librfb/d3des.h:
8798         * gst/librfb/gstrfbsrc.c:
8799         * gst/librfb/gstrfbsrc.h:
8800         * gst/librfb/rfbbuffer.h:
8801         * gst/librfb/rfbcontext.h:
8802         * gst/librfb/rfbdecoder.c:
8803         * gst/librfb/rfbdecoder.h:
8804         * gst/librfb/rfbutil.h:
8805         * gst/librfb/vncauth.h:
8806                 Added copyrect encoding
8807
8808 2007-10-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8809
8810         * sys/dvb/camswclient.c:
8811         Warn on failed write.
8812
8813 2007-10-30  Sebastian Dröge  <slomo@circular-chaos.org>
8814
8815         * gst/equalizer/Makefile.am:
8816         * gst/equalizer/demo.c: (on_window_destroy), (on_configure_event),
8817         (on_gain_changed), (on_bandwidth_changed), (on_freq_changed),
8818         (draw_spectrum), (message_handler), (main):
8819         Add small demo application based on the spectrum demo applications
8820         that gets white noise as input, pushes it through an equalizer and
8821         paints the spectrum. For every equalizer band it's possible to set
8822         gain, bandwidth and frequency.
8823         * gst/equalizer/gstiirequalizer.c: (setup_filter):
8824         Add some guarding against too large or too small frequencies and
8825         bandwidths. Also improve debugging a bit.
8826
8827 2007-10-30  Sebastian Dröge  <slomo@circular-chaos.org>
8828
8829         * gst/equalizer/gstiirequalizer.c:
8830         (gst_iir_equalizer_band_set_property),
8831         (gst_iir_equalizer_band_get_property),
8832         (gst_iir_equalizer_band_class_init), (arg_to_scale),
8833         (setup_filter), (gst_iir_equalizer_compute_frequencies):
8834         Replace filters with a bit better filters for which we can actually
8835         find documentation, which don't change anything on zero gain, etc.
8836         
8837         Make the frequency property of the bands writable, rename the
8838         band-width property to bandwidth and change the meaning to the
8839         frequency difference between bandedges, change the meaning of the
8840         gain property to dB instead of a weird scale between -1 and 1 that
8841         has no real meaning.
8842
8843 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
8844
8845         * sys/dvb/dvbbasebin.c:
8846           Fix the build.
8847
8848 2007-10-30  Edgard Lima  <edgard.lima@indt.org.br>
8849
8850         * ext/metadata/.cvsignore:
8851         * ext/metadata/gstmetadataparse.c: (gst_metadata_parse_base_init),
8852         (gst_metadata_parse_init), (gst_metadata_parse_get_caps),
8853         (gst_metadata_parse_configure_srccaps),
8854         (gst_metadata_parse_set_caps), (gst_metadata_parse_activate),
8855         (gst_metadata_parse_plugin_init):
8856         * ext/metadata/metadataparse.c: (metadataparse_parse):
8857         * ext/metadata/metadataparse.h:
8858           Changed kclass to "Parser/Extracter/Metadata", changed caps to
8859           "image/jpeg, tags-extract=true/false" and changed priority to
8860           GST_RANK_PRIMARY+1. Also, srcpad can only work in push mode until
8861           fixed to also work in pull mode.
8862
8863 2007-10-30  Edgard Lima  <edgard.lima@indt.org.br>
8864
8865         * configure.ac:
8866         * ext/Makefile.am:
8867         * ext/metadata/:
8868         * ext/metadata/Makefile.am:
8869         * ext/metadata/gstmetadata.c:
8870         * ext/metadata/gstmetadataparse.c:
8871         * ext/metadata/gstmetadataparse.h:
8872         * ext/metadata/metadataparse.c:
8873         * ext/metadata/metadataparse.h:
8874         * ext/metadata/metadataparseexif.c:
8875         * ext/metadata/metadataparseexif.h:
8876         * ext/metadata/metadataparseiptc.c:
8877         * ext/metadata/metadataparseiptc.h:
8878         * ext/metadata/metadataparsejpeg.c:
8879         * ext/metadata/metadataparsejpeg.h:
8880         * ext/metadata/metadataparsexmp.c:
8881         * ext/metadata/metadataparsexmp.h:
8882           Created new plugin ('medadata') and element ('metadataparse') that
8883           extract metadata from images (look at bug #486659).
8884
8885 2007-10-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8886
8887         * sys/dvb/dvbbasebin.c:
8888         Uncomment the line that sets the pid filter. Wrong way to 
8889         work-around driver issues.
8890
8891 2007-10-28  Tim-Philipp Müller  <tim at centricular dot net>
8892
8893         * ext/faac/gstfaac.c: (gst_faac_profile_get_type),
8894           (gst_faac_class_init), (gst_faac_init):
8895           Fix bitrate ranges and change enum nick for low complexity
8896           profile from LOW to LC for consistency (#490060).
8897
8898 2007-10-27  Tim-Philipp Müller  <tim at centricular dot net>
8899
8900         * gst/interleave/interleave.c: (gst_interleave_request_new_pad):
8901           Let's not call every request pad we create "sink%d", that'll
8902           create problems if there's to be more than one pad. Fixes #490682.
8903
8904         * tests/check/Makefile.am:
8905         * tests/check/elements/.cvsignore:
8906         * tests/check/elements/interleave.c:
8907           Add unit test for the above.
8908
8909 2007-10-27  Julien MOUTTE  <julien@moutte.net>
8910
8911         * gst/mpeg4videoparse/mpeg4videoparse.c: (gst_mpeg4vparse_align),
8912         (gst_mpeg4vparse_drain), (gst_mpeg4vparse_chain),
8913         (gst_mpeg4vparse_sink_setcaps), (gst_mpeg4vparse_sink_event),
8914         (gst_mpeg4vparse_cleanup), (gst_mpeg4vparse_change_state),
8915         (gst_mpeg4vparse_dispose), (gst_mpeg4vparse_base_init),
8916         (gst_mpeg4vparse_class_init), (gst_mpeg4vparse_init),
8917         (plugin_init):
8918         * gst/mpeg4videoparse/mpeg4videoparse.h: Improved version not
8919         damaging headers using a simple state machine.
8920
8921 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
8922
8923         * ext/x264/gstx264enc.c:
8924           Fix build against the libx264 version that ships with debian stable.
8925
8926 2007-10-26  Julien MOUTTE  <julien@moutte.net>
8927
8928         * configure.ac:
8929         * gst/mpeg4videoparse/Makefile.am:
8930         * gst/mpeg4videoparse/mpeg4videoparse.c: (gst_mpeg4vparse_drain),
8931         (gst_mpeg4vparse_chain), (gst_mpeg4vparse_sink_setcaps),
8932         (gst_mpeg4vparse_sink_event), (gst_mpeg4vparse_cleanup),
8933         (gst_mpeg4vparse_change_state), (gst_mpeg4vparse_dispose),
8934         (gst_mpeg4vparse_base_init), (gst_mpeg4vparse_class_init),
8935         (gst_mpeg4vparse_init), (plugin_init):
8936         * gst/mpeg4videoparse/mpeg4videoparse.h: Add a simple MPEG4 ES
8937         parser.
8938
8939 2007-10-25  David Schleef  <ds@schleef.org>
8940
8941         * gst/multifile/Makefile.am:
8942         * gst/multifile/gstmultifilesink.c:
8943         * gst/multifile/gstmultifilesrc.c:
8944         * tests/check/Makefile.am:
8945         * tests/check/elements/multifile.c:
8946           Improve documentation, write some tests for multifilesrc/sink
8947           for upcoming ->good review.
8948
8949 2007-10-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8950
8951         * sys/dvb/gstdvbsrc.c:
8952         Actually use the code-rate-hp parameter for DVB-S.
8953         It turns out setting to AUTO does not always work (
8954         especially in diseq situations). Set by default to 
8955         FEC_AUTO.
8956
8957 2007-10-22  Julien MOUTTE  <julien@moutte.net>
8958
8959         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
8960         (gst_flv_parse_tag_video), (gst_flv_parse_tag_type): Don't
8961         emit no-more-pads for single pad scenarios as the header
8962         is definitely not reliable. We emit them for 2 pads scenarios
8963         though to speed up media discovery.
8964
8965 2007-10-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8966
8967         * sys/dvb/dvbbasebin.c:
8968         Added proxy property of diseqc-source
8969
8970 2007-10-18  Sebastian Dröge  <slomo@circular-chaos.org>
8971
8972         * gst/equalizer/gstiirequalizer.c:
8973         (gst_iir_equalizer_band_set_property):
8974         Add a missing break.
8975
8976 2007-10-18  Sebastian Dröge  <slomo@circular-chaos.org>
8977
8978         * gst/equalizer/gstiirequalizer.c:
8979         (gst_iir_equalizer_band_set_property),
8980         (gst_iir_equalizer_band_get_property),
8981         (gst_iir_equalizer_band_class_init), (gst_iir_equalizer_band_init),
8982         (gst_iir_equalizer_band_get_type), (gst_iir_equalizer_class_init),
8983         (setup_filter), (gst_iir_equalizer_setup):
8984         * gst/equalizer/gstiirequalizer.h:
8985         Move bandwidth property to the separate bands and add float64 support.
8986
8987 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
8988
8989         * ext/cdaudio/Makefile.am:
8990           Add another missing GST_LIBS.
8991
8992 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
8993
8994         Patch by: Richard Hult <richard imendio com>
8995
8996         * gst/dvdspu/Makefile.am:
8997           Fix LIBS - we need to link against libgstreamer (fixes #487496).
8998
8999 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
9000
9001         * sys/dvb/camapplication.c:
9002         * sys/dvb/camresourcemanager.c:
9003           Fix some warnings.
9004
9005 2007-10-16  Thijs Vermeir  <thijsvermeir@gmail.com>
9006
9007         * gst/librfb/rfbdecoder.c:
9008           Add the set encodings client message
9009
9010 2007-10-16  Thijs Vermeir  <thijsvermeir@gmail.com>
9011
9012         * gst/librfb/Makefile.am:
9013         * gst/librfb/rfb.h:
9014         * gst/librfb/rfbbytestream.c:
9015         * gst/librfb/rfbbytestream.h:
9016         * gst/librfb/rfbdecoder.c:
9017         * gst/librfb/rfbdecoder.h:
9018           Remove the rfbbytestream dead code
9019
9020 2007-10-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9021
9022         patch by: Alessandro Decina
9023
9024         * sys/dvb/Makefile.am:
9025         * sys/dvb/cam.c:
9026         * sys/dvb/cam.h:
9027         * sys/dvb/camapplication.c:
9028         * sys/dvb/camapplication.h:
9029         * sys/dvb/camapplicationinfo.c:
9030         * sys/dvb/camapplicationinfo.h:
9031         * sys/dvb/camconditionalaccess.c:
9032         * sys/dvb/camconditionalaccess.h:
9033         * sys/dvb/camdevice.c:
9034         * sys/dvb/camdevice.h:
9035         * sys/dvb/camresourcemanager.c:
9036         * sys/dvb/camresourcemanager.h:
9037         * sys/dvb/camsession.c:
9038         * sys/dvb/camsession.h:
9039         * sys/dvb/camswclient.c:
9040         * sys/dvb/camswclient.h:
9041         * sys/dvb/camtransport.c:
9042         * sys/dvb/camtransport.h:
9043         * sys/dvb/camutils.c:
9044         * sys/dvb/camutils.h:
9045         * sys/dvb/dvbbasebin.c:
9046         * sys/dvb/dvbbasebin.h:
9047         * sys/dvb/gstdvb.c:
9048         * sys/dvb/gstdvbsrc.c:
9049         * sys/dvb/gstdvbsrc.h:
9050         Integrate SoC work done by Alessandro for the Freevo project.
9051         Adds cam support to the dvb stack in GStreamer and a new
9052         element (actually a bin) called dvbbasebin that integrates
9053         dvbsrc and mpegtsparse to a) handle decryption and b) allow 
9054         acquiring multiple channels on same transponder without 
9055         knowing pid numbers.
9056
9057 2007-10-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9058
9059         patch by: Alessandro Decina
9060
9061         * gst/mpegtsparse/mpegtspacketizer.c:
9062         * gst/mpegtsparse/mpegtsparse.c:
9063         * gst/mpegtsparse/mpegtsparse.h:
9064         Add request pad for getting the full transport stream coming in.
9065
9066 2007-10-14  Sebastian Dröge  <slomo@circular-chaos.org>
9067
9068         * configure.ac:
9069           Update the highest allowed neon version from 0.26.99 to 0.27.99.
9070           No code changes are required to work with the newest neon version.
9071
9072 2007-10-10  Tim-Philipp Müller  <tim at centricular dot net>
9073
9074         * configure.ac:
9075           Require core CVS.  This is implicit in the -base CVS
9076           requirement already, so we might just well spell it
9077           out.  Also, we do need at least 0.10.14 for
9078           gst_element_class_set_details_simple().  Make check
9079           for gmyth a bit more restrictive so things don't break
9080           if the next version changes API.
9081
9082         * ext/alsaspdif/alsaspdifsink.c:
9083           Work around alsa alloca macros triggering 'always evaluates to
9084           true' warnings with gcc-4.2 and fix compilation with gcc-4.2.
9085           Also don't leak the device string.
9086
9087         * ext/mpeg2enc/gstmpeg2enc.cc:
9088         * ext/soundtouch/gstpitch.cc:
9089         * gst/modplug/gstmodplug.cc:
9090           Fix compilation with g++4.2 and -Wall -Werror (also needs plugin
9091           define fix from core CVS). Fixes #462737.
9092
9093 2007-10-09  Wim Taymans  <wim.taymans@gmail.com>
9094
9095         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
9096
9097         * gst/rtpmanager/gstrtpbin.c: (create_stream),
9098         (gst_rtp_bin_class_init):
9099         Fix memleak. Fixes #484990.
9100
9101 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
9102
9103         * gst/librfb/rfbbuffer.c: (rfb_buffer_new_and_alloc):
9104         * gst/librfb/rfbbuffer.h:
9105         * gst/librfb/rfbdecoder.c: (rfb_socket_get_buffer):
9106         * gst/mpegvideoparse/mpegvideoparse.c: (gst_mpegvideoparse_chain):
9107         * gst/nsf/nes6502.c: (nes6502_execute):
9108         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps):
9109         * gst/real/gstrealvideodec.c: (open_library):
9110         * gst/real/gstrealvideodec.h:
9111         * gst/rtpmanager/gstrtpsession.c: (create_recv_rtp_sink),
9112         (create_recv_rtcp_sink), (create_send_rtp_sink):
9113         Fix compiler warnings shown by Forte.
9114
9115 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
9116
9117         * gst/rtpmanager/gstrtpbin.c: (get_pt_map),
9118         (gst_rtp_bin_clear_pt_map), (gst_rtp_bin_class_init):
9119         Fix caps refcounting for payload maps.
9120         When clearing payload maps, also clear sessions and streams payload
9121         maps.
9122
9123         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_get_caps),
9124         (gst_rtp_pt_demux_clear_pt_map), (gst_rtp_pt_demux_chain),
9125         (find_pad_for_pt):
9126         Implement clearing the payload map.
9127
9128         * gst/rtpmanager/gstrtpsession.c:
9129         (gst_rtp_session_event_send_rtp_sink):
9130         Forward flush events instead of leaking them.
9131
9132         * gst/rtpmanager/gstrtpssrcdemux.c:
9133         (gst_rtp_ssrc_demux_rtcp_sink_event):
9134         Correctly refcount events before pushing them.
9135
9136 2007-10-08  Sebastian Dröge  <slomo@circular-chaos.org>
9137
9138         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
9139         Use GIO function to get a list of supported URI schemes instead of
9140         hard coding something.
9141
9142 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
9143
9144         * gst/rtpmanager/rtpsession.c: (rtp_session_next_timeout),
9145         When reconsidering RTCP timeouts, set the next timeout against the last
9146         report time instead of the current clock time so that we don't end up
9147         reconsidering forever.
9148
9149 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
9150
9151         * gst/rtpmanager/gstrtpjitterbuffer.c:
9152         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
9153         Only peek at the tail element instead of popping it off, which allows
9154         us to greatly simplify things when the tail element changes.
9155
9156         * gst/rtpmanager/gstrtpsession.c:
9157         (gst_rtp_session_event_recv_rtp_sink):
9158         * gst/rtpmanager/gstrtpssrcdemux.c:
9159         (gst_rtp_ssrc_demux_sink_event):
9160         Forward FLUSH events instead of leaking them.
9161
9162         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_reset_skew),
9163         (calculate_skew), (rtp_jitter_buffer_insert):
9164         * gst/rtpmanager/rtpjitterbuffer.h:
9165         Remove the tail-changed callback in favour of a simple boolean when we
9166         insert a buffer in the queue.
9167         Add method to peek the tail of the buffer.
9168
9169 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
9170
9171         Patch by: Gautier Portet <kassoulet at gmail dot com>
9172
9173         * gst/xingheader/gstxingmux.c:
9174         The size of the Xing header is actually 417 as it's rounded to the
9175         next smaller integer. Fixes #397759.
9176
9177         * gst/xingheader/gstxingmux.c: (xing_generate_header),
9178         (xing_push_header):
9179         Some random cleanup, add FIXMEs and TODOs and check if the newsegment
9180         event to the beginning was successful before pushing the header again.
9181
9182 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
9183
9184         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
9185
9186         * gst/mpegtsparse/mpegtspacketizer.c:
9187         (mpegts_packetizer_stream_new):
9188         Don't skip PAT with version number 0. Fixes #483400.
9189         * gst/mpegtsparse/mpegtsparse.c: (mpegts_parse_apply_pat):
9190         Make all values above 0 mark a referenced program as they can be
9191         incremented and only 1 had marked a referenced program before, causing
9192         actually referenced programs to be unreferenced.
9193
9194 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
9195
9196         * gst/sdp/gstsdpdemux.h:
9197         Change signature of pt to fix compilation on some platforms.
9198
9199 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
9200
9201         * gst/rtpmanager/gstrtpjitterbuffer.c:
9202         (gst_rtp_jitter_buffer_flush_start),
9203         (gst_rtp_jitter_buffer_flush_stop),
9204         (gst_rtp_jitter_buffer_change_state), (apply_offset),
9205         (gst_rtp_jitter_buffer_loop):
9206         Remove some old unused variables.
9207         Don't add the latency to the skew corrected timestamp, latency is only
9208         used to sync against the clock.
9209         Improve debugging.
9210
9211         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_init),
9212         (rtp_jitter_buffer_reset_skew), (calculate_skew):
9213         * gst/rtpmanager/rtpjitterbuffer.h:
9214         Handle case where server timestamp goes backwards or wildly jumps by
9215         temporarily pausing the skew correction.
9216         Improve debugging.
9217
9218 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
9219
9220         * gst/sdp/Makefile.am:
9221         Forgot to commit makefile.
9222
9223 2007-10-02  Sebastian Dröge  <slomo@circular-chaos.org>
9224
9225         * ext/gio/gstgiosink.c: (gst_gio_sink_start):
9226         Update to API changes in GIO.
9227
9228 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
9229
9230         * gst/sdp/gstsdpdemux.c: (gst_sdp_demux_media_to_caps):
9231         Use new function in -base to get the default clock-rate.
9232
9233 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
9234
9235         * configure.ac:
9236         * gst/sdp/gstsdpdemux.c: (_do_init), (gst_sdp_demux_base_init),
9237         (gst_sdp_demux_class_init), (gst_sdp_demux_init),
9238         (gst_sdp_demux_finalize), (gst_sdp_demux_set_property),
9239         (gst_sdp_demux_get_property), (find_stream_by_id),
9240         (find_stream_by_pt), (find_stream_by_udpsrc), (find_stream),
9241         (gst_sdp_demux_stream_free), (gst_sdp_demux_create_stream),
9242         (gst_sdp_demux_cleanup), (get_default_rate_for_pt),
9243         (gst_sdp_demux_parse_rtpmap), (gst_sdp_demux_media_to_caps),
9244         (new_session_pad), (request_pt_map), (gst_sdp_demux_do_stream_eos),
9245         (on_bye_ssrc), (on_timeout), (gst_sdp_demux_configure_manager),
9246         (gst_sdp_demux_stream_configure_udp),
9247         (gst_sdp_demux_stream_configure_udp_sink),
9248         (gst_sdp_demux_combine_flows), (gst_sdp_demux_stream_push_event),
9249         (gst_sdp_demux_handle_message), (gst_sdp_demux_start),
9250         (gst_sdp_demux_sink_event), (gst_sdp_demux_sink_chain),
9251         (gst_sdp_demux_change_state):
9252         * gst/sdp/gstsdpdemux.h:
9253         * gst/sdp/gstsdpelem.c: (plugin_init):
9254         Added SDP demuxer element. Fixes #426657.
9255
9256 2007-10-01  Sebastian Dröge  <slomo@circular-chaos.org>
9257
9258         Patch by: mutex at runbox dot com
9259
9260         * gst/mpegtsparse/mpegtspacketizer.c:
9261         (mpegts_packetizer_parse_adaptation_field_control):
9262         * gst/mpegtsparse/mpegtsparse.c: (mpegts_parse_base_init),
9263         (mpegts_parse_init), (mpegts_parse_push):
9264         * gst/mpegtsparse/mpegtsparse.h:
9265         Remove useless src pad that only results in not linked errors,
9266         fix a broken pointer dereference and make MAX_CONTINUITY constant
9267         conform to the standard to stop outputting corrupted data.
9268         Fixes #481276, #481279.
9269
9270 2007-09-29  Tim-Philipp Müller  <tim at centricular dot net>
9271
9272         * ext/mythtv/gstmythtvsrc.c:
9273           Re-apply docs patch from #468039; fix tab.
9274
9275         * gst/mpegtsparse/.cvsignore:
9276           Ignore marshaller files generated at build time.
9277
9278 2007-09-29  Sebastian Dröge  <slomo@circular-chaos.org>
9279
9280         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
9281         (gst_gio_sink_set_property), (gst_gio_sink_render):
9282         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
9283         (gst_gio_src_set_property):
9284         Some minor cleanup and allow setting the location only when the
9285         element is not playing or paused.
9286
9287 2007-09-29  Sebastian Dröge  <slomo@circular-chaos.org>
9288
9289         * configure.ac:
9290         Update gio's pkg-config file name as currently in SVN.
9291
9292         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_set_location):
9293         Remove special casing for a NULL query string. g_strjoin won't add
9294         the separator if there's only one string.
9295
9296 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
9297
9298         * gst/rtpmanager/gstrtpbin.c: (free_client):
9299         Fix crasher in dispose.
9300
9301         * gst/rtpmanager/rtpjitterbuffer.c: (calculate_skew):
9302         Handle cases where input buffers have no timestamps so that no clock
9303         skew can be calculated, in this case interpolate timestamps based on
9304         rtp timestamp and assume a 0 clock skew.
9305
9306 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
9307
9308         * gst/rtpmanager/gstrtpjitterbuffer.c: (apply_latency),
9309         (gst_rtp_jitter_buffer_loop), (gst_rtp_jitter_buffer_query):
9310         Remove jitter correction code, it's now in the lower level object.
9311         Use new -core method for doing a peer query.
9312
9313         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_init),
9314         (calculate_skew), (rtp_jitter_buffer_insert):
9315         * gst/rtpmanager/rtpjitterbuffer.h:
9316         Move jitter correction to the lowlevel jitterbuffer.
9317         Increase the max window size.
9318         When filling the window, already start estimating the skew using a
9319         parabolic weighting factor so that we have a much better startup
9320         behaviour that gets more accurate with the more samples we have.
9321         Increase the default weighting factor for the steady state to get
9322         smoother timestamps.
9323
9324 2007-09-28  Sebastian Dröge  <slomo@circular-chaos.org>
9325
9326         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_set_proxy),
9327         (gst_neonhttp_src_send_request_and_redirect):
9328         Now that we require libneon >= 0.26 remove the neon 0.25 backward
9329         compatibility stuff. Also fix the default location.
9330
9331 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
9332
9333         * configure.ac:
9334         We require libneon >= 26 now for the query field in ne_uri.
9335
9336 2007-09-28  Sebastian Dröge  <slomo@circular-chaos.org>
9337
9338         Patch by: Wouter Cloetens <wouter@mind.be>
9339
9340         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_dispose),
9341         (gst_neonhttp_src_set_location),
9342         (gst_neonhttp_src_send_request_and_redirect):
9343         * ext/neon/gstneonhttpsrc.h:
9344         Don't discard GET parameters from URL if existing.
9345         Fixes #481200.
9346
9347 2007-09-27  Thijs Vermeir  <thijsvermeir@gmail.com>
9348
9349         * gst/librfb/gstrfbsrc.c:
9350         * gst/librfb/gstrfbsrc.h:
9351                 Added a property for incremental screen updates
9352
9353 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
9354
9355         * ext/xvid/gstxvidenc.c:
9356         * ext/xvid/gstxvidenc.h:
9357           Remove superfluous 'frame-encoded' signal (people can
9358           use an upstream identity's 'handoff' signal or a pad
9359           probe for this if they must know).
9360
9361 2007-09-27  Julien MOUTTE  <julien@moutte.net>
9362
9363         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
9364         (gst_flv_parse_tag_video): I got it wrong again, audio rate 
9365         was not detected correctly in all cases.
9366
9367 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
9368
9369         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_dispose),
9370         (gst_rtp_bin_finalize):
9371         Fix cleanup crasher.
9372
9373         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_init),
9374         (calculate_skew):
9375         * gst/rtpmanager/rtpjitterbuffer.h:
9376         Dynamically adjust the skew calculation window so that we calculate it
9377         over a period of around 2 seconds.
9378
9379 2007-09-26  Thijs Vermeir  <thijsvermeir@gmail.com>
9380
9381         * gst/librfb/gstrfbsrc.c:
9382                 fix bug from generic/states.gdb
9383
9384 2007-09-26  Julien MOUTTE  <julien@moutte.net>
9385
9386         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
9387         (gst_flv_parse_tag_video): codec_data is needed for every tag
9388         not just the first one. (Fix a stupid bug i introduced without
9389         testing)
9390
9391 2007-09-26  Julien MOUTTE  <julien@moutte.net>
9392
9393         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
9394         (gst_flv_parse_tag_video): Fix bit masks operations to be
9395         sure we detect the codec_tags and sample rates correctly.
9396         Fix raw audio caps generation.
9397
9398 2007-09-24  Stefan Kost  <ensonic@users.sf.net>
9399
9400         * ext/audioresample/gstaudioresample.c:
9401         * ext/x264/gstx264enc.c:
9402         * gst/dvdspu/gstdvdspu.c:
9403         * gst/dvdspu/gstdvdspu.h:
9404         * gst/festival/gstfestival.c:
9405         * gst/h264parse/gsth264parse.c:
9406         * gst/mpegtsparse/mpegtspacketizer.c:
9407         * gst/mpegtsparse/mpegtsparse.c:
9408         * gst/multifile/gstmultifilesink.c:
9409         * gst/multifile/gstmultifilesrc.c:
9410         * gst/nuvdemux/gstnuvdemux.c:
9411         * sys/dshowsrcwrapper/gstdshowaudiosrc.c:
9412         * sys/dshowsrcwrapper/gstdshowvideosrc.c:
9413         * sys/vcd/vcdsrc.c:
9414           Massive leak fixing, plus code cleanups.
9415
9416 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9417
9418         * po/LINGUAS:
9419           Added translations.
9420
9421 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9422
9423         translated by: Jakub Bogusz <qboosh@pld-linux.org>
9424
9425         * po/pl.po:
9426           Added Polish translation.
9427
9428 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9429
9430         translated by: Ilkka Tuohela <hile@iki.fi>
9431
9432         * po/fi.po:
9433           Added Finnish translation.
9434
9435 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9436
9437         translated by: Jorge González González <aloriel@gmail.com>
9438
9439         * po/es.po:
9440           Added Spanish translation.
9441
9442 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9443
9444         translated by: Alexander Shopov <ash@contact.bg>
9445
9446         * po/bg.po:
9447           Added Bulgarian translation.
9448
9449 2007-09-21  Sebastian Dröge  <slomo@circular-chaos.org>
9450
9451         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
9452         Update hierarchy.
9453         * ext/gio/gstgiosink.h:
9454         * ext/gio/gstgiosrc.h:
9455         Mark private fields of the instance structs private.
9456
9457 2007-09-21  Sebastian Dröge  <slomo@circular-chaos.org>
9458
9459         * docs/plugins/Makefile.am:
9460         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
9461         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
9462         * docs/plugins/gst-plugins-bad-plugins.args:
9463         * docs/plugins/gst-plugins-bad-plugins.signals:
9464         * docs/plugins/inspect/plugin-bz2.xml:
9465         * docs/plugins/inspect/plugin-cdxaparse.xml:
9466         * docs/plugins/inspect/plugin-dfbvideosink.xml:
9467         * docs/plugins/inspect/plugin-dtsdec.xml:
9468         * docs/plugins/inspect/plugin-equalizer.xml:
9469         * docs/plugins/inspect/plugin-faac.xml:
9470         * docs/plugins/inspect/plugin-faad.xml:
9471         * docs/plugins/inspect/plugin-filter.xml:
9472         * docs/plugins/inspect/plugin-freeze.xml:
9473         * docs/plugins/inspect/plugin-gio.xml:
9474         * docs/plugins/inspect/plugin-gsm.xml:
9475         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
9476         * docs/plugins/inspect/plugin-h264parse.xml:
9477         * docs/plugins/inspect/plugin-modplug.xml:
9478         * docs/plugins/inspect/plugin-mpeg2enc.xml:
9479         * docs/plugins/inspect/plugin-musepack.xml:
9480         * docs/plugins/inspect/plugin-musicbrainz.xml:
9481         * docs/plugins/inspect/plugin-nsfdec.xml:
9482         * docs/plugins/inspect/plugin-replaygain.xml:
9483         * docs/plugins/inspect/plugin-soundtouch.xml:
9484         * docs/plugins/inspect/plugin-spcdec.xml:
9485         * docs/plugins/inspect/plugin-spectrum.xml:
9486         * docs/plugins/inspect/plugin-speed.xml:
9487         * docs/plugins/inspect/plugin-tta.xml:
9488         * docs/plugins/inspect/plugin-videosignal.xml:
9489         * docs/plugins/inspect/plugin-xingheader.xml:
9490         * docs/plugins/inspect/plugin-xvid.xml:
9491         Add the GIO plugin to the docs and do a make update
9492         while doing that.
9493
9494         * ext/gio/gstgiosrc.c: (gst_gio_src_start):
9495         Fix a small memleak.
9496
9497 2007-09-21  Sebastian Dröge  <slomo@circular-chaos.org>
9498
9499         Patch by: René Stadler <mail at renestadler dot de>
9500
9501         * configure.ac:
9502         * ext/Makefile.am:
9503         * ext/gio/Makefile.am:
9504         * ext/gio/gstgio.c: (gst_gio_error), (gst_gio_seek),
9505         (gst_gio_get_supported_protocols),
9506         (gst_gio_uri_handler_get_type_sink),
9507         (gst_gio_uri_handler_get_type_src),
9508         (gst_gio_uri_handler_get_protocols), (gst_gio_uri_handler_get_uri),
9509         (gst_gio_uri_handler_set_uri), (gst_gio_uri_handler_init),
9510         (gst_gio_uri_handler_do_init), (plugin_init):
9511         * ext/gio/gstgio.h:
9512         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
9513         (gst_gio_sink_class_init), (gst_gio_sink_init),
9514         (gst_gio_sink_finalize), (gst_gio_sink_set_property),
9515         (gst_gio_sink_get_property), (gst_gio_sink_start),
9516         (gst_gio_sink_stop), (gst_gio_sink_unlock),
9517         (gst_gio_sink_unlock_stop), (gst_gio_sink_event),
9518         (gst_gio_sink_render), (gst_gio_sink_query):
9519         * ext/gio/gstgiosink.h:
9520         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
9521         (gst_gio_src_class_init), (gst_gio_src_init),
9522         (gst_gio_src_finalize), (gst_gio_src_set_property),
9523         (gst_gio_src_get_property), (gst_gio_src_start),
9524         (gst_gio_src_stop), (gst_gio_src_get_size),
9525         (gst_gio_src_is_seekable), (gst_gio_src_unlock),
9526         (gst_gio_src_unlock_stop), (gst_gio_src_check_get_range),
9527         (gst_gio_src_create):
9528         * ext/gio/gstgiosrc.h:
9529         Add a GIO/GVFS plugin with source and sink elements. This will
9530         only be enabled when --enable-experimental is given to configure
9531         for now as the GIO API is not stable yet. Fixes #476916.
9532
9533 2007-09-21  Thijs Vermeir  <thijsvermeir@gmail.com>
9534
9535         * gst/librfb/gstrfbsrc.c:
9536         * gst/librfb/rfbdecoder.c:
9537         * gst/librfb/rfbdecoder.h:
9538                 Added offset-x, offset-y, width and height property
9539                 for selecting a region from the screen
9540
9541 2007-09-21  Thijs Vermeir  <thijsvermeir@gmail.com>
9542
9543         * gst/librfb/gstrfbsrc.c:
9544                 Minimum raw encoding is working now
9545         * gst/librfb/rfbdecoder.c:
9546                 fix address while reading from stream
9547
9548 2007-09-20  Thijs Vermeir  <thijsvermeir@gmail.com>
9549
9550         * gst/librfb/gstrfbsrc.c:
9551                 raw encoding is working, but it looks like the 
9552                 ffmpegcolorspace plugin can't handle high resolutions
9553
9554 2007-09-20  Thijs Vermeir  <thijsvermeir@gmail.com>
9555
9556         * gst/librfb/gstrfbsrc.c:
9557                 bpp, depth and endianness are now set from the
9558                 stream.
9559
9560 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
9561
9562         * examples/app/appsrc_ex.c: (main):
9563         Fix compilation after changing the name of a method.
9564
9565 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
9566
9567         * ext/alsaspdif/alsaspdifsink.c:
9568         * ext/timidity/gsttimidity.c:
9569         * ext/timidity/gstwildmidi.c:
9570         * gst/mpegvideoparse/mpegvideoparse.c:
9571           Fix memory leaks. More to come.
9572
9573         * tests/check/Makefile.am:
9574         * tests/check/generic/states.c:
9575           Improved state change unit test.        
9576
9577 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
9578
9579         * gst/rtpmanager/gstrtpbin.c: (on_ssrc_active), (create_session),
9580         (gst_rtp_bin_class_init):
9581         * gst/rtpmanager/gstrtpbin.h:
9582         * gst/rtpmanager/gstrtpsession.c: (on_ssrc_active),
9583         (gst_rtp_session_class_init), (gst_rtp_session_init),
9584         (gst_rtp_session_event_send_rtp_sink):
9585         * gst/rtpmanager/gstrtpsession.h:
9586         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
9587         (on_ssrc_active), (rtp_session_process_rb):
9588         * gst/rtpmanager/rtpsession.h:
9589         Add notification of active SSRCs to various RTP elements. Fixes #478566.
9590
9591 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
9592
9593         * gst-libs/gst/app/gstappsink.c: (gst_app_marshal_OBJECT__VOID),
9594         (gst_app_sink_class_init), (gst_app_sink_init),
9595         (gst_app_sink_dispose), (gst_app_sink_finalize),
9596         (gst_app_sink_set_property), (gst_app_sink_get_property),
9597         (gst_app_sink_flush_unlocked), (gst_app_sink_start),
9598         (gst_app_sink_event), (gst_app_sink_getcaps),
9599         (gst_app_sink_set_caps), (gst_app_sink_get_caps),
9600         (gst_app_sink_is_eos), (gst_app_sink_pull_preroll),
9601         (gst_app_sink_pull_buffer):
9602         * gst-libs/gst/app/gstappsink.h:
9603         Add properties, signals and actions to access the element even without
9604         linking to the library.
9605         Fix some method names and signatures.
9606
9607 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
9608
9609         Patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
9610
9611         * ext/faad/gstfaad.c: (gst_faad_chanpos_to_gst),
9612         (gst_faad_srcgetcaps), (gst_faad_update_caps):
9613         Don't set channel positions on regular mono and stereo cases.
9614         Fixes #476370.
9615
9616 2007-09-19  Thijs Vermeir  <thijsvermeir@gmail.com>
9617
9618         * gst/librfb/gstrfbsrc.c:
9619         * gst/librfb/rfbdecoder.c:
9620         * gst/librfb/rfbdecoder.h:
9621                 It is now possible to connect to a vncserver.
9622                 there are still some issues with the ouput of 
9623                 the screen. Looks like some lines are confused
9624
9625 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
9626
9627         * docs/plugins/.cvsignore:
9628         * tests/check/.cvsignore:
9629           Ignore registries in any format.
9630
9631 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
9632
9633         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain),
9634         (open_library), (gst_real_video_dec_init),
9635         (gst_real_video_dec_set_property),
9636         (gst_real_video_dec_get_property), (gst_real_video_dec_class_init):
9637         * gst/real/gstrealvideodec.h:
9638         Don't generate an error for occasional decoding errors.
9639         Add max-errors property.
9640         Error out when we receive max-errors in a row. Fixes #478159.
9641
9642 2007-09-19  Thijs Vermeir  <thijsvermeir@gmail.com>
9643
9644         * gst/librfb/gstrfbsrc.c: 
9645                 Add password property (write only)
9646         * gst/librfb/rfbdecoder.c: 
9647                 Read the reason on failure
9648                 Use the password property for authentication
9649         * gst/librfb/rfbdecoder.h:
9650                 Add defines for version checking
9651
9652 2007-09-19  Sebastian Dröge  <slomo@circular-chaos.org>
9653
9654         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_destroy),
9655         (gst_dfbsurface_class_init):
9656         When finalizing GstDfbSurface, a subclass of GstBuffer, correctly
9657         chain up to the parent class to free everything, including caps.
9658
9659 2007-09-19  Thijs Vermeir  <thijsvermeir@gmail.com>
9660
9661         * gst/librfb/Makefile.am:
9662         * gst/librfb/d3des.c:
9663         * gst/librfb/d3des.h:
9664         * gst/librfb/rfbdecoder.c:
9665         * gst/librfb/vncauth.c:
9666         * gst/librfb/vncauth.h:
9667         VNC Authentication should be working now
9668         temperaly with fake password 'testtest'
9669
9670 2007-09-18  Thijs Vermeir  <thijsvermeir@gmail.com>
9671
9672         * gst/librfb/rfbdecoder.c:
9673         * gst/librfb/rfbdecoder.h:
9674         Added some documentation about security handling
9675         start implementing security handling for rfb 3.3
9676
9677 2007-09-18  Stefan Kost  <ensonic@users.sf.net>
9678
9679         * gst/spectrum/demo-audiotest.c:
9680         * gst/spectrum/demo-osssrc.c:
9681           Handling window resize.
9682
9683 2007-09-18  Stefan Kost  <ensonic@users.sf.net>
9684
9685         * ChangeLog:
9686           Add missing newline.
9687
9688         * gst/librfb/rfbdecoder.c:
9689           Fix the build (missing stdlib.h).
9690
9691         * gst/spectrum/gstspectrum.c:
9692         * gst/spectrum/gstspectrum.h:
9693           Use basetransform segment so that it is correctly managed on flushes
9694           and start/stop. Report message timestamp as stream time, which is what
9695           an application can understand. (Yes these are adapted from wim recent
9696           level element changes)
9697
9698 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
9699
9700         * gst/rtpmanager/gstrtpbin.c: (new_ssrc_pad_found):
9701         Link to the right pads regardless of which one was created first in the
9702         ssrc demuxer.
9703
9704         * gst/rtpmanager/gstrtpjitterbuffer.c:
9705         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
9706         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_process_rtp),
9707         (gst_rtp_session_chain_recv_rtp), (gst_rtp_session_chain_send_rtp):
9708         * gst/rtpmanager/rtpsource.c: (calculate_jitter):
9709         Improve debugging.
9710
9711         * gst/rtpmanager/gstrtpssrcdemux.c: (create_demux_pad_for_ssrc),
9712         (gst_rtp_ssrc_demux_init), (gst_rtp_ssrc_demux_finalize),
9713         (gst_rtp_ssrc_demux_sink_event),
9714         (gst_rtp_ssrc_demux_rtcp_sink_event), (gst_rtp_ssrc_demux_chain),
9715         (gst_rtp_ssrc_demux_rtcp_chain),
9716         (gst_rtp_ssrc_demux_internal_links):
9717         * gst/rtpmanager/gstrtpssrcdemux.h:
9718         Fix race in creating the RTP and RTCP pads when a new SSRC is detected.
9719
9720 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
9721
9722         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_set_property),
9723         (gst_rtp_bin_get_property):
9724         Use lock to protect variable.
9725
9726         * gst/rtpmanager/gstrtpjitterbuffer.c:
9727         (gst_rtp_jitter_buffer_class_init),
9728         (gst_jitter_buffer_sink_parse_caps), (gst_rtp_jitter_buffer_chain),
9729         (convert_rtptime_to_gsttime), (gst_rtp_jitter_buffer_loop):
9730         Reconstruct GST timestamp from RTP timestamps based on measured clock
9731         skew and sync offset.
9732
9733         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_init),
9734         (rtp_jitter_buffer_set_tail_changed),
9735         (rtp_jitter_buffer_set_clock_rate),
9736         (rtp_jitter_buffer_get_clock_rate), (calculate_skew),
9737         (rtp_jitter_buffer_insert), (rtp_jitter_buffer_peek):
9738         * gst/rtpmanager/rtpjitterbuffer.h:
9739         Measure clock skew.
9740         Add callback to be notfied when a new packet was inserted at the tail.
9741
9742         * gst/rtpmanager/rtpsource.c: (rtp_source_init),
9743         (calculate_jitter), (rtp_source_send_rtp):
9744         * gst/rtpmanager/rtpsource.h:
9745         Remove clock skew detection, it's move to the jitterbuffer now.
9746
9747 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
9748
9749         Patch by: Daniel Charles <dcharles at ti dot com>
9750
9751         * ext/amrwb/gstamrwbenc.c: (gst_amrwbenc_bandmode_get_type),
9752         (gst_amrwbenc_set_property), (gst_amrwbenc_get_property),
9753         (gst_amrwbenc_class_init), (gst_amrwbenc_chain):
9754         * ext/amrwb/gstamrwbenc.h:
9755         Add property to control bandmode. Fixes #477306.
9756
9757 2007-09-15  Wim Taymans  <wim.taymans@gmail.com>
9758
9759         * gst/rtpmanager/gstrtpbin.c: (create_session):
9760         Also set NTP base time on new sessions.
9761
9762         * gst/rtpmanager/gstrtpjitterbuffer.c:
9763         (gst_rtp_jitter_buffer_loop), (gst_rtp_jitter_buffer_query),
9764         (gst_rtp_jitter_buffer_set_property),
9765         (gst_rtp_jitter_buffer_get_property):
9766         Use the right lock to protect our variables.
9767         Fix some comment.
9768
9769         * gst/rtpmanager/gstrtpsession.c:
9770         (gst_rtp_session_getcaps_send_rtp),
9771         (gst_rtp_session_chain_send_rtp), (create_send_rtp_sink):
9772         Implement getcaps on the sender sinkpad so that payloaders can negotiate
9773         the right SSRC.
9774
9775 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
9776
9777         * gst/rtpmanager/gstrtpbin.c: (create_session), (free_session),
9778         (get_client), (free_client), (gst_rtp_bin_associate),
9779         (free_stream), (gst_rtp_bin_class_init), (gst_rtp_bin_dispose),
9780         (gst_rtp_bin_finalize):
9781         * gst/rtpmanager/gstrtpjitterbuffer.c:
9782         (gst_rtp_jitter_buffer_class_init),
9783         (gst_rtp_jitter_buffer_finalize):
9784         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_release):
9785         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_finalize),
9786         (gst_rtp_session_set_property), (gst_rtp_session_chain_recv_rtp),
9787         (gst_rtp_session_chain_send_rtp):
9788         * gst/rtpmanager/gstrtpssrcdemux.c:
9789         (gst_rtp_ssrc_demux_class_init), (gst_rtp_ssrc_demux_dispose):
9790         * gst/rtpmanager/rtpsession.c: (rtp_session_finalize):
9791         * gst/rtpmanager/rtpsession.h:
9792         Various leak fixes.
9793
9794 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
9795
9796         * gst/rtpmanager/gstrtpbin.c: (calc_ntp_ns_base),
9797         (gst_rtp_bin_change_state), (new_payload_found), (create_send_rtp):
9798         Calculate and configure the NTP base time so that we can generate better
9799         NTP times in SR packets.
9800         Set caps on new ghostpad.
9801
9802         * gst/rtpmanager/gstrtpjitterbuffer.c:
9803         (gst_rtp_jitter_buffer_loop):
9804         Clean debug statement.
9805
9806         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
9807         (gst_rtp_session_init), (gst_rtp_session_set_property),
9808         (gst_rtp_session_get_property), (get_current_ntp_ns_time),
9809         (rtcp_thread), (gst_rtp_session_event_recv_rtp_sink),
9810         (gst_rtp_session_internal_links), (gst_rtp_session_chain_recv_rtp),
9811         (gst_rtp_session_event_send_rtp_sink),
9812         (gst_rtp_session_chain_send_rtp), (create_recv_rtp_sink),
9813         (create_send_rtp_sink):
9814         * gst/rtpmanager/gstrtpsession.h:
9815         Add ntp-ns-base property to convert running_time to NTP time.
9816         Handle NEWSEGMENT events on send and recv RTP pads so that we can
9817         calculate the running time and thus NTP time of the packets.
9818         Simplify getting the current NTP time using the pipeline clock.
9819         Implement internal links functions.
9820         Use the buffer timestamp to calculate the NTP time instead of the clock.
9821
9822         * gst/rtpmanager/gstrtpssrcdemux.c: (create_demux_pad_for_ssrc),
9823         (gst_rtp_ssrc_demux_init), (gst_rtp_ssrc_demux_sink_event),
9824         (gst_rtp_ssrc_demux_chain), (gst_rtp_ssrc_demux_rtcp_chain),
9825         (gst_rtp_ssrc_demux_internal_links),
9826         (gst_rtp_ssrc_demux_src_query):
9827         * gst/rtpmanager/gstrtpssrcdemux.h:
9828         Implement internal links function.
9829         Calculate the diff between different streams, this might be used later
9830         to get the inter stream latency.
9831
9832         * gst/rtpmanager/rtpsession.c: (rtp_session_send_rtp):
9833         Simple cleanup.
9834
9835         * gst/rtpmanager/rtpsource.c: (rtp_source_init),
9836         (calculate_jitter), (rtp_source_send_rtp), (rtp_source_get_new_sr):
9837         Make the clock skew window a little bigger.
9838         Apply the clock skew to all buffers, not just one with a new timestamp.
9839         Calculate and debug sender clock drift.
9840         Use extended last timestamp to interpolate for SR reports.
9841
9842 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
9843
9844         Patch by: Peter Kjellerstedt  <pkj at axis com>
9845
9846         * gst-libs/gst/app/gstappsink.c:
9847         * gst/flv/gstflvdemux.c:
9848         * gst/flv/gstflvparse.c:
9849         * gst/interleave/deinterleave.c:
9850         * gst/switch/gstswitch.c:
9851           Printf format fixes (#476128).
9852
9853 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
9854
9855         Patch by: Thomas Green  <tom78999 gmail com>
9856
9857         * ext/neon/gstneonhttpsrc.c:
9858           With libneon 2.6, we need to set the NE_SESSFLAG_ICYPROTO
9859           flag if we want ICY streams to be handled too, otherwise
9860           libneon will error out with a 'can't parse reponse' error.
9861           Fixes #474696.
9862
9863         * tests/check/elements/neonhttpsrc.c:
9864           Unit test for the above by Yours Truly.
9865
9866 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
9867
9868         * configure.ac:
9869           Use AC_TRY_COMPILE instead of AC_TRY_RUN for the faad and the
9870           xvid configure checks, so they still work when cross-compiling.
9871           Fixes #452009.
9872
9873 2007-09-07  Sebastian Dröge  <slomo@circular-chaos.org>
9874
9875         * gst/spectrum/gstspectrum.c: (gst_spectrum_start),
9876         (gst_spectrum_transform_ip):
9877         Use the correct parameter order for the memset calls.
9878         Thanks to Christian Schaller for noticing.
9879
9880 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
9881
9882         * gst/mpegtsparse/mpegtsparse.c:
9883           Fix the build (missing stdlib.h).
9884
9885 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
9886
9887         * gst/spectrum/fix_fft.c:
9888         Remove fixed point FFT as it's not used anymore.
9889
9890 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
9891
9892         * configure.ac:
9893         * gst/spectrum/Makefile.am:
9894         * gst/spectrum/demo-audiotest.c: (draw_spectrum),
9895         (message_handler), (main):
9896         * gst/spectrum/demo-osssrc.c: (draw_spectrum), (message_handler):
9897         * gst/spectrum/gstspectrum.c: (gst_spectrum_base_init),
9898         (gst_spectrum_class_init), (gst_spectrum_init),
9899         (gst_spectrum_dispose), (gst_spectrum_set_property),
9900         (gst_spectrum_get_property), (gst_spectrum_start),
9901         (gst_spectrum_setup), (gst_spectrum_message_new),
9902         (gst_spectrum_transform_ip):
9903         * gst/spectrum/gstspectrum.h:
9904         Port GstSpectrum to GstAudioFilter and libgstfft, add support
9905         for int32, float and double, use floats for the message contents,
9906         average all FFTs done in one interval for better results, use
9907         a better windowing function, allow posting the phase in the message
9908         and actually do an FFT with the requested number of bands instead
9909         of interpolating.
9910
9911         * tests/check/elements/spectrum.c: (GST_START_TEST),
9912         (spectrum_suite):
9913         Improve the units tests by checking for a 11025Hz sine wave
9914         and add unit tests for all 4 supported sample types.
9915
9916 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
9917
9918         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain),
9919         (gst_real_video_dec_setcaps):
9920         Add some more debugging.
9921         Don't set LONG for width/height in caps.
9922         Set correct output buffer size when caps changed.
9923         The custom message sent to the decoder should not include the format and
9924         subformat. Fixes #471554.
9925
9926 2007-09-04  Tim-Philipp Müller  <tim at centricular dot net>
9927
9928         * gst/rtpmanager/gstrtpsession.c:
9929           Make compiler happy: fix compilation with -Wall -Werror
9930           (#473562).
9931
9932 2007-09-03  Johan Dahlin  <johan@gnome.org>
9933
9934         * gst/nsf/gstnsf.c: (gst_nsfdec_finalize), (start_play_tune):
9935         * gst/nsf/gstnsf.h:
9936         Add support for (very) basic tagging.
9937         
9938 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
9939
9940         * gst/rtpmanager/gstrtpbin-marshal.list:
9941         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_get_client),
9942         (gst_rtp_bin_associate), (gst_rtp_bin_sync_chain), (create_stream),
9943         (gst_rtp_bin_init), (caps_changed), (new_ssrc_pad_found),
9944         (create_recv_rtp), (create_recv_rtcp), (create_send_rtp):
9945         * gst/rtpmanager/gstrtpbin.h:
9946         Updated example pipelines in docs.
9947         Handle sync_rtcp buffers from the SSRC demuxer to perform lip-sync.
9948         Set the default latency correctly.
9949         Add some more points where we can get caps.
9950
9951         * gst/rtpmanager/gstrtpjitterbuffer.c:
9952         (gst_rtp_jitter_buffer_class_init),
9953         (gst_jitter_buffer_sink_parse_caps), (gst_rtp_jitter_buffer_loop),
9954         (gst_rtp_jitter_buffer_query),
9955         (gst_rtp_jitter_buffer_set_property),
9956         (gst_rtp_jitter_buffer_get_property):
9957         Add ts-offset property to control timestamping.
9958
9959         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
9960         (gst_rtp_session_init), (gst_rtp_session_set_property),
9961         (gst_rtp_session_get_property), (get_current_ntp_ns_time),
9962         (rtcp_thread), (stop_rtcp_thread), (gst_rtp_session_change_state),
9963         (gst_rtp_session_send_rtcp), (gst_rtp_session_sync_rtcp),
9964         (gst_rtp_session_cache_caps), (gst_rtp_session_clock_rate),
9965         (gst_rtp_session_sink_setcaps), (gst_rtp_session_chain_recv_rtp),
9966         (gst_rtp_session_event_send_rtp_sink),
9967         (gst_rtp_session_chain_send_rtp), (create_recv_rtp_sink),
9968         (create_recv_rtcp_sink), (create_send_rtp_sink),
9969         (create_send_rtcp_src):
9970         Various cleanups.
9971         Feed rtpsession manager with NTP time based on pipeline clock when
9972         handling RTP packets and RTCP timeouts.
9973         Perform all RTCP with the system clock.
9974         Set caps on RTCP outgoing buffers.
9975
9976         * gst/rtpmanager/gstrtpssrcdemux.c: (find_demux_pad_for_ssrc),
9977         (create_demux_pad_for_ssrc), (gst_rtp_ssrc_demux_base_init),
9978         (gst_rtp_ssrc_demux_init), (gst_rtp_ssrc_demux_sink_event),
9979         (gst_rtp_ssrc_demux_rtcp_sink_event), (gst_rtp_ssrc_demux_chain),
9980         (gst_rtp_ssrc_demux_rtcp_chain):
9981         * gst/rtpmanager/gstrtpssrcdemux.h:
9982         Also demux RTCP messages.
9983
9984         * gst/rtpmanager/rtpsession.c: (rtp_session_set_callbacks),
9985         (update_arrival_stats), (rtp_session_process_rtp),
9986         (rtp_session_process_rb), (rtp_session_process_sr),
9987         (rtp_session_process_rr), (rtp_session_process_rtcp),
9988         (rtp_session_send_rtp), (rtp_session_send_bye),
9989         (session_start_rtcp), (session_report_blocks), (session_cleanup),
9990         (rtp_session_on_timeout):
9991         * gst/rtpmanager/rtpsession.h:
9992         Remove the get_time callback, the GStreamer part will feed us with
9993         enough timing information.
9994         Split sync timing and RTCP timing information.
9995         Factor out common RB handling for SR and RR.
9996         Send out SR RTCP packets for lip-sync.
9997         Move SR and RR packet info generation to the source.
9998
9999         * gst/rtpmanager/rtpsource.c: (rtp_source_init),
10000         (rtp_source_update_caps), (get_clock_rate), (calculate_jitter),
10001         (rtp_source_process_rtp), (rtp_source_send_rtp),
10002         (rtp_source_process_sr), (rtp_source_process_rb),
10003         (rtp_source_get_new_sr), (rtp_source_get_new_rb),
10004         (rtp_source_get_last_sr):
10005         * gst/rtpmanager/rtpsource.h:
10006         * gst/rtpmanager/rtpstats.h:
10007         Use caps on incomming buffers to get timing information when they are
10008         there.
10009         Calculate clock scew of the receiver compared to the sender and adjust
10010         the rtp timestamps.
10011         Calculate the round trip in sources.
10012         Do SR and RR calculations in the source.
10013
10014 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
10015
10016         * configure.ac:
10017         updated gmyth version
10018
10019         * ext/mythtv/gstmythtvsrc.c:
10020         * ext/mythtv/gstmythtvsrc.h:
10021         Code rewrite
10022
10023 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
10024
10025         * gst/rtpmanager/gstrtpjitterbuffer.c:
10026         (gst_rtp_jitter_buffer_flush_stop),
10027         (gst_rtp_jitter_buffer_change_state), (gst_rtp_jitter_buffer_loop):
10028         Use extended timestamp to release buffers from the jitterbuffer so that
10029         we can handle the rtp wraparound correctly.
10030
10031 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
10032
10033         * gst/rtpmanager/gstrtpjitterbuffer.c:
10034         (gst_rtp_jitter_buffer_loop):
10035         Improve Comments.
10036
10037         * gst/rtpmanager/gstrtpsession.c: (stop_rtcp_thread),
10038         (gst_rtp_session_change_state), (gst_rtp_session_parse_caps),
10039         (gst_rtp_session_clock_rate), (gst_rtp_session_sink_setcaps),
10040         (gst_rtp_session_event_send_rtp_sink), (create_recv_rtp_sink),
10041         (create_send_rtp_sink):
10042         Also parse the sink caps for clock-rate instead of only relying on the
10043         result of the signal.
10044
10045         * gst/rtpmanager/rtpsource.c: (rtp_source_send_rtp):
10046         Make sure we fetch the clock rate for payloads we are sending out so
10047         that we can use it for SR reports.
10048
10049 2007-08-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10050
10051         * gst/switch/gstswitch.c (gst_switch_chain, gst_switch_set_property):
10052         If all information is known at time of setting start-time
10053         property, send new segments then.
10054
10055 2007-08-28  Wim Taymans  <wim.taymans@gmail.com>
10056
10057         * gst/rtpmanager/gstrtpsession.c: (stop_rtcp_thread),
10058         (gst_rtp_session_change_state),
10059         (gst_rtp_session_event_send_rtp_sink):
10060         * gst/rtpmanager/gstrtpsession.h:
10061         Distribute synchronisation parameters to the session manager so that it
10062         can generate correct SR packets for lip-sync.
10063
10064         * gst/rtpmanager/rtpsession.c: (rtp_session_set_base_time),
10065         (rtp_session_set_timestamp_sync), (session_start_rtcp):
10066         * gst/rtpmanager/rtpsession.h:
10067         Add methods for setting sync parameters.
10068         Set correct RTP time in SR packets using the sync params.
10069
10070         * gst/rtpmanager/rtpsource.c: (rtp_source_send_rtp):
10071         * gst/rtpmanager/rtpsource.h:
10072         Record last RTP <-> GST timestamp so that we can use them to convert NTP
10073         to RTP timestamps in SR packets.
10074
10075 2007-08-28  Wim Taymans  <wim.taymans@gmail.com>
10076
10077         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_clear_pt_map):
10078         Add some more advanced example pipelines.
10079
10080         * gst/rtpmanager/gstrtpsession.c: (rtcp_thread),
10081         (stop_rtcp_thread), (gst_rtp_session_send_rtcp):
10082         Add some debug and FIXME.
10083         Release LOCK when performing session cleanup.
10084
10085         * gst/rtpmanager/rtpsession.c: (session_report_blocks):
10086         Add some debug.
10087
10088         * gst/rtpmanager/rtpsource.c: (calculate_jitter),
10089         (rtp_source_send_rtp):
10090         Make sure we always send RTP packets with the session SSRC.
10091
10092 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
10093
10094         * gst/dvdspu/gstdvdspu.c:
10095           Don't need this include (fixes compilation in uninstalled setup).
10096
10097 2007-08-27  Wim Taymans  <wim.taymans@gmail.com>
10098
10099         * gst/rtpmanager/gstrtpjitterbuffer.c:
10100         (gst_rtp_jitter_buffer_change_state), (gst_rtp_jitter_buffer_loop),
10101         (gst_rtp_jitter_buffer_query):
10102         When synchronizing buffers, take peer latency into account.
10103         Don't try to add our latency to invalid peer max latency values.
10104
10105 2007-08-27  Julien MOUTTE  <julien@moutte.net>
10106
10107         * gst/flv/gstflvdemux.c: (gst_flv_demux_handle_seek_pull):
10108         Make sure we initialize the seek result.
10109
10110 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
10111
10112         * gst/dvdspu/Makefile.am:
10113         Commit the makefile too.
10114
10115 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
10116
10117         * configure.ac:
10118         * gst/dvdspu/.cvsignore:
10119         * gst/dvdspu/Notes.txt:
10120         * gst/dvdspu/gstdvdspu-render.c: (dvdspu_recalc_palette),
10121         (dvdspu_update_palettes), (dvdspu_clear_comp_buffers),
10122         (dvdspu_get_nibble), (dvdspu_get_rle_code), (dvdspu_draw_rle_run),
10123         (rle_end_x), (dvdspu_render_line), (dvdspu_update_chgcol),
10124         (dvdspu_render_line_with_chgcol), (dvdspu_blend_comp_buffers),
10125         (gstdvdspu_render_spu):
10126         * gst/dvdspu/gstdvdspu.c: (dvdspu_base_init), (dvdspu_class_init),
10127         (dvdspu_init), (dvdspu_clear), (dvdspu_dispose), (dvdspu_finalize),
10128         (dvdspu_flush_spu_info), (dvdspu_buffer_alloc), (dvdspu_src_event),
10129         (dvdspu_video_set_caps), (dvdspu_video_proxy_getcaps),
10130         (dvdspu_video_event), (dvdspu_video_chain),
10131         (dvspu_handle_vid_buffer), (dvdspu_redraw_still),
10132         (gstdvdspu_parse_chg_colcon), (dvdspu_exec_cmd_blk),
10133         (dvdspu_finish_spu_buf), (dvdspu_setup_cmd_blk),
10134         (dvdspu_handle_new_spu_buf), (dvdspu_handle_dvd_event),
10135         (dvdspu_dump_dcsq), (dvdspu_advance_spu),
10136         (dvdspu_check_still_updates), (dvdspu_subpic_chain),
10137         (dvdspu_subpic_event), (dvdspu_change_state),
10138         (gstdvdspu_plugin_init):
10139         * gst/dvdspu/gstdvdspu.h:
10140
10141         dvdspu element donated by Fluendo. It implements a DVD Sub-Picture 
10142         Unit, decoding and overlaying DVD subtitles and menu graphics.
10143
10144         * gst/mpeg2sub/.cvsignore:
10145         * gst/mpeg2sub/Makefile.am:
10146         * gst/mpeg2sub/Notes.txt:
10147         * gst/mpeg2sub/gstmpeg2subt.c:
10148         * gst/mpeg2sub/gstmpeg2subt.h:
10149         * gst/mpeg2sub/mpeg2subt.vcproj:
10150         Delete old and broken mpeg2subt element that was never ported from 0.8
10151
10152 2007-08-24  Julien MOUTTE  <julien@moutte.net>
10153
10154         * gst/flv/gstflvdemux.c: (gst_flv_demux_flush),
10155         (gst_flv_demux_chain), (gst_flv_demux_pull_tag),
10156         (gst_flv_demux_find_offset), (gst_flv_demux_handle_seek_push),
10157         (gst_flv_demux_handle_seek_pull), (gst_flv_demux_sink_event),
10158         (gst_flv_demux_src_event): Remove some useless ifdef.
10159
10160 2007-08-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10161
10162         * examples/switch/switcher.c (main):
10163         * gst/switch/gstswitch.c (gst_switch_chain):
10164         Make switch more reliable and also not lock up when
10165         sink pad caps change.
10166
10167 2007-08-24  Julien MOUTTE  <julien@moutte.net>
10168
10169         * gst/flv/gstflvdemux.c: (gst_flv_demux_flush),
10170         (gst_flv_demux_cleanup), (gst_flv_demux_chain),
10171         (gst_flv_demux_pull_tag), (gst_flv_demux_find_offset),
10172         (gst_flv_demux_handle_seek_push), (gst_flv_demux_handle_seek_pull),
10173         (gst_flv_demux_sink_event), (gst_flv_demux_src_event): Implement
10174         seeking in push mode.
10175         * gst/flv/gstflvdemux.h:
10176
10177 2007-08-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10178
10179         * gst/mpegtsparse/flutspatinfo.c:
10180         * gst/mpegtsparse/flutspatinfo.h:
10181         * gst/mpegtsparse/flutspmtinfo.c:
10182         * gst/mpegtsparse/flutspmtinfo.h:
10183         Update licences to reflect LGPL-ness of these files also.
10184
10185 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
10186
10187         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
10188         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
10189         * docs/plugins/gst-plugins-bad-plugins.interfaces:
10190         * docs/plugins/gst-plugins-bad-plugins.signals:
10191         * gst/rtpmanager/gstrtpbin.c:
10192         * gst/rtpmanager/gstrtpbin.h:
10193         * gst/rtpmanager/gstrtpclient.c:
10194         * gst/rtpmanager/gstrtpclient.h:
10195         * gst/rtpmanager/gstrtpjitterbuffer.c:
10196         * gst/rtpmanager/gstrtpjitterbuffer.h:
10197         * gst/rtpmanager/gstrtpptdemux.c:
10198         * gst/rtpmanager/gstrtpptdemux.h:
10199         * gst/rtpmanager/gstrtpsession.c:
10200         * gst/rtpmanager/gstrtpsession.h:
10201         * gst/rtpmanager/gstrtpssrcdemux.c:
10202         * gst/rtpmanager/gstrtpssrcdemux.h:
10203           Rename all GstRTPFoo structs to GstRtpFoo so that GST_BOILERPLATE
10204           registers a GType that's different than the GstRTPFoo types that
10205           farsight registers (luckily GType names are case sensitive). Should
10206           finally fix #430664.
10207
10208 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
10209
10210         * configure.ac:
10211         * win32/common/config.h:
10212         * win32/common/config.h.in:
10213           Automatically generate win32/common/config.h via configure (this
10214           ensures the win32 version of config.h is up-to-date when a release
10215           is made, #433373). config.h.in file might need some more work.
10216
10217 2007-08-22  Tim-Philipp Müller  <tim at centricular dot net>
10218
10219         Patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
10220
10221         * configure.ac:
10222         * gst/festival/Makefile.am:
10223         * gst/festival/gstfestival.c:
10224           Port festival plugin to GStreamer-0.10 (#461377).
10225
10226 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
10227
10228         * ext/faad/gstfaad.c: (gst_faad_chain):
10229         Don't unref the buffer when it was clipped.
10230
10231 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
10232
10233         * ext/faad/gstfaad.c: (gst_faad_chain):
10234         Don't unref the buffer when it was clipped.
10235
10236 2007-08-22  Julien MOUTTE  <julien@moutte.net>
10237
10238         * gst/flv/gstflvdemux.c: (gst_flv_demux_cleanup),
10239         (gst_flv_demux_pull_tag):
10240         * gst/flv/gstflvdemux.h:
10241         * gst/flv/gstflvparse.c: (gst_flv_parse_metadata_item),
10242         (gst_flv_parse_tag_script), (gst_flv_parse_tag_audio),
10243         (gst_flv_parse_tag_video): Handle pixel aspect ratio through
10244         metadata tags like ASF does. Fluendo muxer supports this and 
10245         Flash players can support it as well this way.
10246
10247 2007-08-22  Julien MOUTTE  <julien@moutte.net>
10248
10249         * gst/flv/gstflvdemux.c: (gst_flv_demux_pull_tag):
10250         * gst/flv/gstflvparse.c: (gst_flv_parse_metadata_item),
10251         (gst_flv_parse_tag_script), (gst_flv_parse_tag_audio),
10252         (gst_flv_parse_tag_video): Make sure we don't try filling up the
10253         index if no times object was parsed. Fix the way we decide to push
10254         tags and emit no-more-pads. Fix some printf typing in debugging.
10255
10256 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
10257
10258         * gst/rtpmanager/gstrtpjitterbuffer.c:
10259         (gst_rtp_jitter_buffer_chain),
10260         (gst_rtp_jitter_buffer_set_property):
10261         When drop-on-latency is set but we have no latency configured, just push
10262         the buffer as fast as possible.
10263         Fix typo in comment.
10264
10265 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
10266
10267         * gst/rtpmanager/rtpjitterbuffer.c:
10268         (rtp_jitter_buffer_get_ts_diff):
10269         * gst/rtpmanager/rtpjitterbuffer.h:
10270         Fix undefined overflow prone ts_diff handling.
10271
10272 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
10273
10274         * gst/modplug/gstmodplug.cc:
10275         Fix compiler warning.
10276
10277 2007-08-21  Stefan Kost  <ensonic@users.sf.net>
10278
10279         * gst/modplug/gstmodplug.cc:
10280           Don't use NULL caps for srcpad is not yet connected.
10281
10282 2007-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10283
10284         * configure.ac:
10285         * gst/mpegtsparse/Makefile.am:
10286         * gst/mpegtsparse/flutspatinfo.c:
10287         * gst/mpegtsparse/flutspatinfo.h:
10288         * gst/mpegtsparse/flutspmtinfo.c:
10289         * gst/mpegtsparse/flutspmtinfo.h:
10290         * gst/mpegtsparse/flutspmtstreaminfo.c:
10291         * gst/mpegtsparse/flutspmtstreaminfo.h:
10292         * gst/mpegtsparse/mpegtspacketizer.c:
10293         * gst/mpegtsparse/mpegtspacketizer.h:
10294         * gst/mpegtsparse/mpegtsparse.c:
10295         * gst/mpegtsparse/mpegtsparse.h:
10296         * gst/mpegtsparse/mpegtsparsemarshal.list:
10297         Add mpeg transport stream parser written by:
10298         Alessandro Decina. Includes a couple of files from the
10299         Fluendo transport stream demuxer that Fluendo have 
10300         kindly allowed to be licenced under LGPL also.
10301
10302 2007-08-20  Tim-Philipp Müller  <tim at centricular dot net>
10303
10304         Patch by: Bastien Nocera  <hadess at hadess net>
10305
10306         * ext/mythtv/gstmythtvsrc.c:
10307           Add examples for live mythtv:// URIs to docs (#468039).
10308           Also convert some tabs into spaces.
10309
10310 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
10311
10312         * gst/filter/gstbpwsinc.c:
10313         * gst/filter/gstlpwsinc.c:
10314         Add small comparision with the chebyshev filters in the docs.
10315
10316 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
10317
10318         * tests/check/elements/bpwsinc.c: (GST_START_TEST),
10319         (bpwsinc_suite):
10320         * tests/check/elements/lpwsinc.c: (GST_START_TEST),
10321         (lpwsinc_suite):
10322         Also test everything in 32 bit float mode.
10323
10324 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
10325
10326         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init),
10327         (bpwsinc_set_property), (bpwsinc_get_property):
10328         * gst/filter/gstbpwsinc.h:
10329         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init),
10330         (gst_lpwsinc_init), (lpwsinc_build_kernel), (lpwsinc_set_property),
10331         (lpwsinc_get_property):
10332         * gst/filter/gstlpwsinc.h:
10333         * tests/check/elements/lpwsinc.c: (GST_START_TEST):
10334         Use generator macros for the process functions for the different
10335         sample types, add lower upper boundaries for the GObject properties
10336         so automatically generated UIs can use sliders and change frequency
10337         properties to floats to save a bit of memory, even ints would in
10338         theory be enough. Also rename frequency to cutoff for consistency
10339         reasons.
10340         * docs/plugins/gst-plugins-bad-plugins.args:
10341         * docs/plugins/gst-plugins-bad-plugins.signals:
10342         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
10343         Regenerated for the above changes.
10344
10345 2007-08-17  Stefan Kost  <ensonic@users.sf.net>
10346
10347         * ext/amrwb/gstamrwbparse.c:
10348           Don't leak the adapter.
10349
10350 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
10351
10352         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init),
10353         (gst_bpwsinc_init), (process_32), (process_64),
10354         (bpwsinc_build_kernel), (bpwsinc_push_residue),
10355         (bpwsinc_transform), (bpwsinc_start), (bpwsinc_query),
10356         (bpwsinc_query_type), (bpwsinc_event), (bpwsinc_set_property):
10357         * gst/filter/gstbpwsinc.h:
10358         Implement latency query and only forward those samples downstream
10359         that actually contain the data we want, i.e. drop kernel_length/2
10360         in the beginning and append kernel_length/2 (created by convolving
10361         the filter kernel with zeroes) to the end.
10362
10363         * tests/check/elements/bpwsinc.c: (GST_START_TEST):
10364         Adjust the unit test for this slightly changed behaviour.
10365
10366         * gst/filter/gstlpwsinc.c: (lpwsinc_build_kernel):
10367         Reset residue length only when actually creating a residue.
10368
10369 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
10370
10371         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_class_init):
10372         Override the preroll vmethod instead of overriding the render method
10373         twice.
10374
10375 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
10376
10377         * gst/rtpmanager/gstrtpjitterbuffer.c:
10378         (gst_rtp_jitter_buffer_sink_event), (gst_rtp_jitter_buffer_chain),
10379         (gst_rtp_jitter_buffer_loop):
10380         Fix EOS handling.
10381         Convert some DEBUG into WARNINGs.
10382         Pause task when flushing.
10383
10384         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
10385         (rtcp_thread), (gst_rtp_session_event_recv_rtcp_sink):
10386         Use system clock for RTCP session management timeouts.
10387
10388         * gst/rtpmanager/rtpsession.c: (on_new_ssrc), (on_ssrc_collision),
10389         (on_ssrc_validated), (on_bye_ssrc), (on_bye_timeout), (on_timeout):
10390         Release the session lock when emiting signals.
10391
10392 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
10393
10394         * ext/faad/gstfaad.c: (gst_faad_setcaps),
10395         (gst_faad_chanpos_to_gst):
10396         Add some debug info.
10397
10398 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
10399
10400         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init),
10401         (gst_lpwsinc_init), (process_32), (process_64),
10402         (lpwsinc_build_kernel), (lpwsinc_push_residue),
10403         (lpwsinc_transform), (lpwsinc_start), (lpwsinc_query),
10404         (lpwsinc_query_type), (lpwsinc_event), (lpwsinc_set_property):
10405         * gst/filter/gstlpwsinc.h:
10406         Implement latency query and only forward those samples downstream
10407         that actually contain the data we want, i.e. drop kernel_length/2
10408         in the beginning and append kernel_length/2 (created by convolving
10409         the filter kernel with zeroes) to the end.
10410         * tests/check/elements/lpwsinc.c: (GST_START_TEST):
10411         Adjust the unit test for this slightly changed behaviour.
10412
10413 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
10414
10415         * ext/ladspa/gstladspa.c:
10416           Don't leak like hell.
10417
10418 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
10419
10420         * tests/check/Makefile.am:
10421         * tests/check/generic/.cvsignore:
10422         * tests/check/generic/states.c:
10423           Add generic state-change test suite to help to fi leaks.
10424
10425 2007-08-15  Stefan Kost  <ensonic@users.sf.net>
10426
10427         * ext/timidity/gstwildmidi.c:
10428         * ext/timidity/gstwildmidi.h:
10429           Look harder for a config. Based on patch by Hans de Goede.
10430           Fixes #456912
10431
10432 2007-08-14  Wim Taymans  <wim.taymans@gmail.com>
10433
10434         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_flush_unlocked):
10435         Don't use new API.
10436
10437 2007-08-14  Wim Taymans  <wim.taymans@gmail.com>
10438
10439         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_base_init),
10440         (gst_app_sink_class_init), (gst_app_sink_dispose),
10441         (gst_app_sink_flush_unlocked), (gst_app_sink_start),
10442         (gst_app_sink_stop), (gst_app_sink_event), (gst_app_sink_preroll),
10443         (gst_app_sink_render), (gst_app_sink_get_caps),
10444         (gst_app_sink_set_caps), (gst_app_sink_end_of_stream),
10445         (gst_app_sink_pull_preroll), (gst_app_sink_pull_buffer):
10446         * gst-libs/gst/app/gstappsink.h:
10447         Make love to appsink.
10448         Make it support pulling of the preroll buffer.
10449         Add docs and debug statements.
10450         Fix some races wrt to EOS handling and stopping.
10451         Implement getcaps.
10452         Implement FLUSHING.
10453         API: gst_app_sink_pull_preroll()
10454
10455 2007-08-14  Wim Taymans  <wim.taymans@gmail.com>
10456
10457         * gst/flv/gstflvdemux.c: (gst_flv_demux_set_index),
10458         (gst_flv_demux_get_index):
10459         Fix locking and refcounting on the index.
10460
10461 2007-08-14  Julien MOUTTE  <julien@moutte.net>
10462
10463         * gst/flv/gstflvdemux.c: (gst_flv_demux_cleanup),
10464         (gst_flv_demux_adapter_flush), (gst_flv_demux_chain),
10465         (gst_flv_demux_pull_tag), (gst_flv_demux_do_seek),
10466         (gst_flv_demux_handle_seek), (gst_flv_demux_sink_event),
10467         (gst_flv_demux_src_event), (gst_flv_demux_query),
10468         (gst_flv_demux_change_state), (gst_flv_demux_set_index),
10469         (gst_flv_demux_get_index), (gst_flv_demux_dispose),
10470         (gst_flv_demux_class_init): First method for seeking in pull
10471         mode using the index built step by step or coming from metadata.
10472         * gst/flv/gstflvdemux.h:
10473         * gst/flv/gstflvparse.c: (FLV_GET_STRING),
10474         (gst_flv_parse_metadata_item), (gst_flv_parse_tag_script),
10475         (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video): Parse
10476         more metadata types and keyframes index.
10477
10478 2007-08-13  Sebastian Dröge  <slomo@circular-chaos.org>
10479
10480         * docs/plugins/Makefile.am:
10481         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
10482         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
10483         * docs/plugins/gst-plugins-bad-plugins.args:
10484         * docs/plugins/gst-plugins-bad-plugins.signals:
10485         * docs/plugins/inspect/plugin-bz2.xml:
10486         * docs/plugins/inspect/plugin-cdxaparse.xml:
10487         * docs/plugins/inspect/plugin-dtsdec.xml:
10488         * docs/plugins/inspect/plugin-faac.xml:
10489         * docs/plugins/inspect/plugin-faad.xml:
10490         * docs/plugins/inspect/plugin-filter.xml:
10491         * docs/plugins/inspect/plugin-freeze.xml:
10492         * docs/plugins/inspect/plugin-gsm.xml:
10493         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
10494         * docs/plugins/inspect/plugin-h264parse.xml:
10495         * docs/plugins/inspect/plugin-modplug.xml:
10496         * docs/plugins/inspect/plugin-mpeg2enc.xml:
10497         * docs/plugins/inspect/plugin-musepack.xml:
10498         * docs/plugins/inspect/plugin-musicbrainz.xml:
10499         * docs/plugins/inspect/plugin-nsfdec.xml:
10500         * docs/plugins/inspect/plugin-replaygain.xml:
10501         * docs/plugins/inspect/plugin-soundtouch.xml:
10502         * docs/plugins/inspect/plugin-spcdec.xml:
10503         * docs/plugins/inspect/plugin-spectrum.xml:
10504         * docs/plugins/inspect/plugin-speed.xml:
10505         * docs/plugins/inspect/plugin-tta.xml:
10506         * docs/plugins/inspect/plugin-videosignal.xml:
10507         * docs/plugins/inspect/plugin-xingheader.xml:
10508         * docs/plugins/inspect/plugin-xvid.xml:
10509         * gst/filter/gstbpwsinc.c:
10510         * gst/filter/gstbpwsinc.h:
10511         * gst/filter/gstlpwsinc.c:
10512         * gst/filter/gstlpwsinc.h:
10513         Add docs for lpwsinc and bpwsinc and integrate them
10514         into the build system. While doing that also update
10515         all other docs via make update in docs/plugins.
10516
10517 2007-08-13  Stefan Kost  <ensonic@users.sf.net>
10518
10519         * gst/rtpmanager/rtpjitterbuffer.c:
10520           Include stdlib.
10521
10522 2007-08-12  Sebastian Dröge  <slomo@circular-chaos.org>
10523
10524         * tests/check/elements/bpwsinc.c: (GST_START_TEST):
10525         Make one test constraint a bit stricter.
10526
10527 2007-08-12  Sebastian Dröge  <slomo@circular-chaos.org>
10528
10529         * tests/check/Makefile.am:
10530         * tests/check/elements/.cvsignore:
10531         * tests/check/elements/bpwsinc.c: (setup_bpwsinc),
10532         (cleanup_bpwsinc), (GST_START_TEST), (bpwsinc_suite), (main):
10533         Add unit tests for bpwsinc, testing fundamental functionality again.
10534
10535 2007-08-12  Sebastian Dröge  <slomo@circular-chaos.org>
10536
10537         * tests/check/Makefile.am:
10538         * tests/check/elements/.cvsignore:
10539         * tests/check/elements/lpwsinc.c: (setup_lpwsinc),
10540         (cleanup_lpwsinc), (GST_START_TEST), (lpwsinc_suite), (main):
10541         Add unit tests for lpwsinc, testing fundamental functionality.
10542
10543 2007-08-12  Sebastian Dröge  <slomo@circular-chaos.org>
10544
10545         * gst/filter/gstbpwsinc.c: (bpwsinc_build_kernel):
10546         * gst/filter/gstlpwsinc.c: (lpwsinc_build_kernel):
10547         Improve debugging a bit.
10548
10549 2007-08-12  Sebastian Dröge  <slomo@circular-chaos.org>
10550
10551         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init),
10552         (bpwsinc_start):
10553         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init),
10554         (lpwsinc_start):
10555         Reset the residue in BaseTransform::start to get a clean residue
10556         on stream changes.
10557
10558 2007-08-11  Sebastian Dröge  <slomo@circular-chaos.org>
10559
10560         * gst/filter/gstbpwsinc.c: (process_32), (process_64):
10561         * gst/filter/gstlpwsinc.c: (process_32), (process_64):
10562         Fix processing with buffer sizes that are smaller than the filter
10563         kernel size.
10564
10565 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
10566
10567         * gst/rtpmanager/Makefile.am:
10568         * gst/rtpmanager/async_jitter_queue.c:
10569         * gst/rtpmanager/async_jitter_queue.h:
10570         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_class_init),
10571         (rtp_jitter_buffer_init), (rtp_jitter_buffer_finalize),
10572         (rtp_jitter_buffer_new), (compare_seqnum),
10573         (rtp_jitter_buffer_insert), (rtp_jitter_buffer_pop),
10574         (rtp_jitter_buffer_flush), (rtp_jitter_buffer_num_packets),
10575         (rtp_jitter_buffer_get_ts_diff):
10576         * gst/rtpmanager/rtpjitterbuffer.h:
10577         Remove complicated async queue and replace with more simple jitterbuffer
10578         code while also fixing some bugs.
10579
10580         * gst/rtpmanager/gstrtpbin-marshal.list:
10581         * gst/rtpmanager/gstrtpbin.c: (on_new_ssrc), (on_ssrc_collision),
10582         (on_ssrc_validated), (on_bye_ssrc), (on_bye_timeout), (on_timeout),
10583         (create_session), (gst_rtp_bin_class_init), (create_recv_rtp),
10584         (create_send_rtp):
10585         * gst/rtpmanager/gstrtpbin.h:
10586         * gst/rtpmanager/gstrtpjitterbuffer.c:
10587         (gst_rtp_jitter_buffer_init), (gst_rtp_jitter_buffer_dispose),
10588         (gst_jitter_buffer_sink_parse_caps),
10589         (gst_rtp_jitter_buffer_flush_start),
10590         (gst_rtp_jitter_buffer_flush_stop),
10591         (gst_rtp_jitter_buffer_change_state),
10592         (gst_rtp_jitter_buffer_sink_event), (gst_rtp_jitter_buffer_chain),
10593         (gst_rtp_jitter_buffer_loop), (gst_rtp_jitter_buffer_set_property):
10594         * gst/rtpmanager/gstrtpsession.c: (on_new_ssrc),
10595         (on_ssrc_collision), (on_ssrc_validated), (on_bye_ssrc),
10596         (on_bye_timeout), (on_timeout), (gst_rtp_session_class_init),
10597         (gst_rtp_session_init):
10598         * gst/rtpmanager/gstrtpsession.h:
10599         * gst/rtpmanager/rtpsession.c: (on_bye_ssrc), (session_cleanup):
10600         Use new jitterbuffer code.
10601         Expose some new signals in preparation for handling EOS.
10602
10603 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
10604
10605         * gst/filter/gstbpwsinc.c: (bpwsinc_build_kernel):
10606         Fix a segfault with more than one channel and don't rebuild
10607         the kernel & residue with every buffer.
10608
10609 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
10610
10611         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_mode_get_type),
10612         (gst_bpwsinc_window_get_type), (gst_bpwsinc_class_init),
10613         (gst_bpwsinc_init), (bpwsinc_build_kernel), (bpwsinc_set_property),
10614         (bpwsinc_get_property):
10615         * gst/filter/gstbpwsinc.h:
10616         Add support for a bandreject mode and allow specifying the window
10617         function that should be used.
10618         * gst/filter/gstlpwsinc.c:
10619         And another small formatting fix.
10620
10621 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
10622
10623         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init),
10624         (gst_bpwsinc_init), (process_32), (process_64),
10625         (bpwsinc_build_kernel), (bpwsinc_setup), (bpwsinc_get_unit_size),
10626         (bpwsinc_transform), (bpwsinc_set_property),
10627         (bpwsinc_get_property):
10628         * gst/filter/gstbpwsinc.h:
10629         Apply the same changes to the bandpass filter:
10630          - Support double input
10631          - Fix processing for input with >1 channels
10632          - Specify frequency in Hz
10633          - Specify actual filter kernel length
10634          - Use transform instead of transform_ip as we're working
10635            out of place anyway
10636          - Factor out filter kernel generation and update the filter
10637            kernel when the properties are set
10638         Fix bandpass filter kernel generation to actually generate
10639         a bandpass filter by creating a highpass instead of a second
10640         lowpass.
10641         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init):
10642         Small formatting fix.
10643
10644 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
10645
10646         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init),
10647         (gst_lpwsinc_init), (process_32), (process_64),
10648         (lpwsinc_build_kernel), (lpwsinc_set_property),
10649         (lpwsinc_get_property):
10650         * gst/filter/gstlpwsinc.h:
10651         Specify the actual filter length instead of a weird
10652         2N+1. Setting the property will round to the next odd number.
10653         Also remove now obsolete FIXMEs.
10654
10655 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
10656
10657         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_window_get_type),
10658         (gst_lpwsinc_class_init), (gst_lpwsinc_init),
10659         (lpwsinc_build_kernel), (lpwsinc_set_property),
10660         (lpwsinc_get_property):
10661         * gst/filter/gstlpwsinc.h:
10662         Allow choosing between hamming and blackman window. The blackman
10663         window provides a better stopband attenuation but a bit slower
10664         rolloff.
10665
10666 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
10667
10668         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_mode_get_type),
10669         (gst_lpwsinc_class_init), (process_32), (process_64),
10670         (lpwsinc_build_kernel), (lpwsinc_set_property),
10671         (lpwsinc_get_property):
10672         * gst/filter/gstlpwsinc.h:
10673         Add a highpass mode.
10674
10675 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
10676
10677         * gst/filter/gstlpwsinc.c: (process_32), (process_64),
10678         (lpwsinc_build_kernel):
10679         Fix processing if the input has more than one channel.
10680
10681 2007-08-09  Sebastian Dröge  <slomo@circular-chaos.org>
10682
10683         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_dispose),
10684         (gst_bpwsinc_init), (bpwsinc_setup), (bpwsinc_transform_ip),
10685         (bpwsinc_set_property), (bpwsinc_get_property):
10686         "this" is a C++ keyword, use "self" instead.
10687         Add TODOs and FIXMEs and remove two wrong FIXMEs.
10688         * gst/filter/gstlpwsinc.c:
10689         Add FIXMEs and a new TODO.
10690
10691 2007-08-09  Sebastian Dröge  <slomo@circular-chaos.org>
10692
10693         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_dispose),
10694         (gst_lpwsinc_class_init), (gst_lpwsinc_init), (process_32),
10695         (process_64), (lpwsinc_build_kernel), (lpwsinc_setup),
10696         (lpwsinc_get_unit_size), (lpwsinc_transform),
10697         (lpwsinc_set_property), (lpwsinc_get_property):
10698         * gst/filter/gstlpwsinc.h:
10699         Add double support, replace "this" with "self" as the former
10700         is a C++ keyword.
10701         Implement the frequency property in Hz instead of fraction
10702         of sampling frequency.
10703         Remove some unecessary FIXMEs and add some TODOs, add some
10704         required locking and refactor the kernel generation into a
10705         separate function that is also called when the properties
10706         change now.
10707         And use BaseTransform::transform instead of transform_ip
10708         as the convolution is done out of place anyway. Should
10709         be done in place later.
10710
10711 2007-08-09  Sebastian Dröge  <slomo@circular-chaos.org>
10712
10713         * configure.ac:
10714         * gst/stereo/Makefile.am:
10715         * gst/stereo/gststereo.c: (gst_stereo_base_init),
10716         (gst_stereo_class_init), (gst_stereo_init),
10717         (gst_stereo_transform_ip), (gst_stereo_set_property),
10718         (gst_stereo_get_property):
10719         * gst/stereo/gststereo.h:
10720         Port the stereo element to GStreamer 0.10.
10721
10722 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
10723
10724         submitted by: Raphael Higino <phhigino@gmail.com>
10725
10726         * po/LINGUAS:
10727         * po/pt_BR.po:
10728           Added Portuguese (Brazilian) translation.
10729
10730 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
10731
10732         * po/uk.po:
10733         * po/vi.po:
10734           Updated translations.
10735
10736 2007-08-08  Sebastian Dröge  <slomo@circular-chaos.org>
10737
10738         * gst/filter/Makefile.am:
10739         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_dispose),
10740         (gst_bpwsinc_base_init), (gst_bpwsinc_class_init),
10741         (gst_bpwsinc_init), (bpwsinc_setup):
10742         * gst/filter/gstbpwsinc.h:
10743         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_dispose),
10744         (gst_lpwsinc_base_init), (gst_lpwsinc_class_init),
10745         (gst_lpwsinc_init), (lpwsinc_setup):
10746         * gst/filter/gstlpwsinc.h:
10747         Use GstAudioFilter as base class and don't leak the memory
10748         of the filter kernel and residue.
10749
10750 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
10751
10752         Patch by: Josep Torra Valles <josep@fluendo.com>
10753
10754         * docs/plugins/gst-plugins-bad-plugins.args:
10755         * ext/libmms/gstmms.c: (gst_mms_class_init), (gst_mms_init),
10756         (gst_mms_start), (gst_mms_set_property), (gst_mms_get_property):
10757         * ext/libmms/gstmms.h:
10758         Add connection speed property to libmms. Fixes #464678.
10759
10760 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
10761
10762         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain),
10763         (gst_real_video_dec_activate_push), (open_library),
10764         (gst_real_video_dec_init), (gst_real_video_dec_finalize):
10765         * gst/real/gstrealvideodec.h:
10766         Remove some old unused vars.
10767
10768 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
10769
10770         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps):
10771         Small cleanups.
10772
10773         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain),
10774         (open_library):
10775         Remove fragment and timestamp correction code from the decoder to make
10776         the caps and buffer contents compatible with matroska/ffdec_rvx0/...
10777
10778 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
10779
10780         * po/POTFILES.skip:
10781           Add POTFILES.skip with list of source files that aren't disted at the
10782           moment but contain translatable strings. Should hopefully pacify
10783           broken tools and make it clearer that these files are left out
10784           intentionally (#461601 and others).
10785
10786 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
10787
10788         Patch by: Ian Munro  <imunro at netspace net au>
10789
10790         * gst/bayer/gstbayer2rgb.c:
10791           Include our own "_stdint.h" instead of <stdint.h> (which may not
10792           be available).
10793
10794         * gst/speed/gstspeed.h:
10795           Native HP-UX compiler dosn't seem to like enum typedefs before the
10796           actual enum was defined.
10797
10798         * gst/vmnc/vmncdec.c:
10799           Fix wrong usage of GST_ELEMENT_ERROR macro (#461373).
10800
10801 2007-07-26  Edward Hervey  <bilboed@bilboed.com>
10802
10803         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps):
10804         Use the proper context variable when setting the password !
10805         LOG => WARNING for errors.
10806         Give proper path when opening the codec (needs a '/' at the end).
10807
10808 2007-07-25  Tim-Philipp Müller  <tim at centricular dot net>
10809
10810         * gst/real/Makefile.am:
10811           And dist the new header file too.
10812
10813 2007-07-25  Tim-Philipp Müller  <tim at centricular dot net>
10814
10815         * gst/real/gstreal.h:
10816         Add missing header file.
10817
10818 2007-07-25  Julien MOUTTE  <julien@moutte.net>
10819
10820         (gst_flv_demux_chain), (gst_flv_demux_pull_tag),
10821         (gst_flv_demux_change_state), (gst_flv_demux_dispose),
10822         (gst_flv_demux_init):
10823         * gst/flv/gstflvdemux.h:
10824         * gst/flv/gstflvparse.c: (FLV_GET_STRING),
10825         (gst_flv_parse_metadata_item), (gst_flv_parse_tag_script),
10826         (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video),
10827         (gst_flv_parse_header):
10828         * gst/flv/gstflvparse.h: Handle not linked pads, try to make it
10829         reusable, more safety checks.
10830
10831 2007-07-25  Stefan Kost  <ensonic@users.sf.net>
10832
10833         * ext/timidity/gsttimidity.c: (gst_timidity_init),
10834         (gst_timidity_change_state), (plugin_init):
10835         * ext/timidity/gsttimidity.h:
10836           Don't initialize timidity in plugin_init for similar reason as below.
10837
10838 2007-07-24  Stefan Kost  <ensonic@users.sf.net>
10839
10840         * ext/timidity/gstwildmidi.c: (wildmidi_open_config),
10841         (gst_wildmidi_init), (gst_wildmidi_change_state), (plugin_init):
10842         * ext/timidity/gstwildmidi.h:
10843           Don't initialize wildmidi in plugin_init as it also setups audio
10844           filters which is slow.
10845
10846 2007-07-24  Hans de Goede  <j.w.r.degoede@hhs.nl>
10847
10848         reviewed by: Edward Hervey  <bilboed@bilboed.com>
10849
10850         * gst/real/gstreal.c: (plugin_init):
10851         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps),
10852         (gst_real_audio_dec_finalize), (gst_real_audio_dec_set_property),
10853         (gst_real_audio_dec_get_property), (gst_real_audio_dec_class_init):
10854         * gst/real/gstrealvideodec.c: (open_library),
10855         (gst_real_video_dec_finalize), (gst_real_video_dec_set_property),
10856         (gst_real_video_dec_get_property), (gst_real_video_dec_class_init):
10857         * gst/real/gstrealvideodec.h:
10858         Improved search algorithm for location of real .so files.
10859         Fixes #393461
10860
10861 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
10862
10863         * configure.ac:
10864         * ext/faad/gstfaad.c: (gst_faad_chain), (gst_faad_change_state):
10865         Use the new buffer clipping function from gstaudio here and
10866         require gst-plugins-base CVS.
10867
10868 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
10869
10870         * configure.ac:
10871           Sync liboil check with plugins-base.
10872
10873 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
10874
10875         * gst/equalizer/gstiirequalizer.c:
10876         (gst_iir_equalizer_band_set_property),
10877         (gst_iir_equalizer_child_proxy_get_child_by_index),
10878         (gst_iir_equalizer_child_proxy_get_children_count),
10879         (gst_iir_equalizer_child_proxy_interface_init),
10880         (gst_iir_equalizer_class_init), (arg_to_scale), (setup_filter),
10881         (gst_iir_equalizer_compute_frequencies):
10882         * gst/equalizer/gstiirequalizer10bands.c:
10883         (gst_iir_equalizer_10bands_class_init):
10884         * gst/equalizer/gstiirequalizer3bands.c:
10885         (gst_iir_equalizer_3bands_class_init):
10886         * gst/equalizer/gstiirequalizernbands.c:
10887           Better algorith for the center frequencies. Subtract band filters from
10888           input for negative gains. Rework the gain mapping.
10889
10890 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
10891
10892         * ext/dirac/Makefile.am:
10893           Also include stdlib here.
10894
10895 2007-07-19  Jan Schmidt  <thaytan@noraisin.net>
10896
10897         * tests/check/elements/.cvsignore:
10898         Fix the buildbot with the cvsignore it wants.
10899
10900 2007-07-19  Julien MOUTTE  <julien@moutte.net>
10901
10902         * configure.ac:
10903         * gst/flv/Makefile.am:
10904         * gst/flv/gstflvdemux.c: (gst_flv_demux_flush),
10905         (gst_flv_demux_cleanup), (gst_flv_demux_chain),
10906         (gst_flv_demux_pull_tag), (gst_flv_demux_pull_header),
10907         (gst_flv_demux_seek_to_prev_keyframe), (gst_flv_demux_loop),
10908         (gst_flv_demux_sink_activate), (gst_flv_demux_sink_activate_push),
10909         (gst_flv_demux_sink_activate_pull), (gst_flv_demux_sink_event),
10910         (gst_flv_demux_change_state), (gst_flv_demux_dispose),
10911         (gst_flv_demux_base_init), (gst_flv_demux_class_init),
10912         (gst_flv_demux_init), (plugin_init):
10913         * gst/flv/gstflvdemux.h:
10914         * gst/flv/gstflvparse.c: (FLV_GET_BEUI24), (FLV_GET_STRING),
10915         (gst_flv_demux_query_types), (gst_flv_demux_query),
10916         (gst_flv_parse_metadata_item), (gst_flv_parse_tag_script),
10917         (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video),
10918         (gst_flv_parse_tag_type), (gst_flv_parse_header):
10919         * gst/flv/gstflvparse.h: Adds a first draft of an FLV demuxer.
10920         It does not do seeking yet, it supports pull and push mode so YES
10921         you can use it to play youtube videos directly from an HTTP uri.
10922         Not so much testing done yet but it parses metadata, reply to 
10923         duration queries, etc...
10924
10925 2007-07-19  Stefan Kost  <ensonic@users.sf.net>
10926
10927         * tests/check/Makefile.am:
10928         * tests/check/elements/timidity.c (GST_START_TEST, timidity_suite,
10929           main):
10930           Add typefind test for midi.
10931
10932 2007-07-18  Michael Smith  <msmith@fluendo.com>
10933
10934         * ext/soundtouch/gstpitch.cc:
10935           If we receive a new segment event, don't try to push buffers out
10936           in response (without first sending it on!).
10937           Instead, flush internal buffers on receiving flush events.
10938           Fixes playback after seeking.
10939
10940 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
10941
10942         * gst/bayer/gstbayer2rgb.c: (gst_bayer2rgb_set_caps),
10943         (gst_bayer2rgb_reset):
10944           Add basic docs. Use glibs mem routines.
10945
10946 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
10947
10948         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
10949           Add example to the docs. Fix buffer-offset-end and add some debug.
10950
10951 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
10952
10953         * ext/jack/gstjackaudiosink.c: (gst_jack_ring_buffer_open_device),
10954         (gst_jack_ring_buffer_acquire):
10955           Add stdlib include here too.
10956
10957 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
10958
10959         * examples/app/appsrc_ex.c:
10960         * examples/switch/switcher.c:
10961         * ext/neon/gstneonhttpsrc.c:
10962         * ext/timidity/gstwildmidi.c:
10963         * ext/x264/gstx264enc.c:
10964         * gst/mve/mveaudioenc.c: (mve_compress_audio):
10965         * gst/rtpmanager/gstrtpclient.c:
10966         * gst/rtpmanager/gstrtpjitterbuffer.c:
10967         * gst/spectrum/demo-audiotest.c:
10968         * gst/spectrum/demo-osssrc.c:
10969         * sys/dvb/gstdvbsrc.c:
10970           Add stdlib include (free, atoi, exit).
10971
10972 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
10973
10974         * ext/faad/gstfaad.c: (clip_outgoing_buffer):
10975         Fix buffer clipping to correctly clip to the segment stop.
10976
10977 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
10978
10979         Patch by: Hans de Goede <j.w.r.degoede at hhs dot nl>
10980
10981         * gst/modplug/gstmodplug.cc:
10982         add several missing supported mime-types to the modplug plugin.
10983         Fixes #456901.
10984
10985 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
10986
10987         * configure.ac:
10988         * tests/Makefile.am:
10989         Remove bogus check for libcheck, since we check for
10990         gstreamer-check and it pulls in the required info from there, and we
10991         weren't actually _using_ the information for libcheck ourselves
10992         anyway.
10993
10994 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
10995
10996         * configure.ac:
10997           Use pkg-config to locate check.
10998
10999 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
11000
11001         * gst/interleave/deinterleave.c: (gst_deinterleave_process):
11002         * gst/vmnc/vmncdec.c: (vmnc_make_buffer):
11003           Fix build against core CVS.
11004
11005 2007-07-09  Stefan Kost  <ensonic@users.sf.net>
11006
11007         * REQUIREMENTS:
11008           Sync with changes in -ugly.
11009
11010 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
11011
11012         * REQUIREMENTS:
11013           Add download location of libamrwb.
11014
11015 2007-07-06  Tim-Philipp Müller  <tim at centricular dot net>
11016
11017         * docs/plugins/inspect/plugin-amrwb.xml:
11018         * docs/plugins/inspect/plugin-equalizer.xml:
11019         * docs/plugins/inspect/plugin-multifile.xml:
11020         * docs/plugins/inspect/plugin-timidity.xml:
11021         * docs/plugins/inspect/plugin-wildmidi.xml:
11022           Add missing inspect files. Fixes build (#454313).
11023
11024         * ext/timidity/gstwildmidi.c: (wildmidi_open_config):
11025           Scream a bit louder when initialisation fails.
11026
11027         * gst-libs/README:
11028         * gst-libs/ext/.cvsignore:
11029           Remove some cruft.
11030
11031 2007-07-05  Tim-Philipp Müller  <tim at centricular dot net>
11032
11033         * ext/ivorbis/Makefile.am:
11034           Dist header files. Fixes #454078.
11035
11036 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
11037
11038         * docs/plugins/Makefile.am:
11039           Simplify --extra-dir as gtkdoc scans recursively.
11040
11041         * ext/amrwb/gstamrwbenc.c:
11042           Fix comment start.
11043
11044 2007-07-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11045
11046         * sys/dvb/gstdvbsrc.c (dvbsrc_details, ARG_DVBSRC_ADAPTER,
11047           ARG_DVBSRC_FRONTEND, ARG_DVBSRC_DISEQC_SRC, ARG_DVBSRC_FREQUENCY,
11048           ARG_DVBSRC_POLARITY, gst_dvbsrc_class_init, gst_dvbsrc_init,
11049           gst_dvbsrc_set_property, gst_dvbsrc_get_property,
11050           gst_dvbsrc_open_frontend, gst_dvbsrc_open_dvr, read_device,
11051           gst_dvbsrc_create, gst_dvbsrc_set_pes_filters):
11052         * sys/dvb/gstdvbsrc.h (adapter_number, frontend_number):
11053         Removed property "device". Added properties "adapter" and "frontend".
11054         Fixes #453636.
11055         Rename freq property to frequency.
11056
11057 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
11058
11059         * gst/videosignal/gstvideodetect.c: (gst_video_detect_class_init):
11060         Fix property descriptions.
11061
11062 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
11063
11064         * docs/plugins/Makefile.am:
11065         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11066         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11067         * ext/amrwb/gstamrwbdec.c:
11068         * ext/amrwb/gstamrwbenc.c:
11069         * ext/amrwb/gstamrwbparse.c:
11070           Also document AMR-WB elements.
11071
11072 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
11073
11074         * docs/plugins/Makefile.am:
11075         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11076         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11077         * docs/plugins/gst-plugins-bad-plugins.args:
11078           Cleanup the section file so that -unused is empty again (and useful to
11079           spot new docs). Add not yet added docs to sgml file. Add more header
11080           to Makefile.am to make them introspectable.
11081
11082         * docs/plugins/inspect/plugin-bz2.xml:
11083         * docs/plugins/inspect/plugin-cdxaparse.xml:
11084         * docs/plugins/inspect/plugin-dtsdec.xml:
11085         * docs/plugins/inspect/plugin-faac.xml:
11086         * docs/plugins/inspect/plugin-faad.xml:
11087         * docs/plugins/inspect/plugin-filter.xml:
11088         * docs/plugins/inspect/plugin-freeze.xml:
11089         * docs/plugins/inspect/plugin-gdp.xml:
11090         * docs/plugins/inspect/plugin-gsm.xml:
11091         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
11092         * docs/plugins/inspect/plugin-h264parse.xml:
11093         * docs/plugins/inspect/plugin-modplug.xml:
11094         * docs/plugins/inspect/plugin-musicbrainz.xml:
11095         * docs/plugins/inspect/plugin-nsfdec.xml:
11096         * docs/plugins/inspect/plugin-replaygain.xml:
11097         * docs/plugins/inspect/plugin-spectrum.xml:
11098         * docs/plugins/inspect/plugin-speed.xml:
11099         * docs/plugins/inspect/plugin-tta.xml:
11100         * docs/plugins/inspect/plugin-videosignal.xml:
11101         * docs/plugins/inspect/plugin-xingheader.xml:
11102         * docs/plugins/inspect/plugin-xvid.xml:
11103           Update the doc blobs.
11104
11105 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
11106
11107         * gst/multifile/Makefile.am:
11108         * gst/multifile/gstmultifile.c:
11109         * gst/multifile/gstmultifilesink.c:
11110         * gst/multifile/gstmultifilesink.h:
11111         * gst/multifile/gstmultifilesrc.c:
11112         * gst/multifile/gstmultifilesrc.h:
11113           Add .h files to be able to add it to the docs.
11114
11115 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
11116
11117         * gst/modplug/gstmodplug.cc:
11118           Activate doc section.
11119
11120 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
11121
11122         * ext/timidity/gsttimidity.c:
11123         * ext/timidity/gstwildmidi.c:
11124         * ext/timidity/gstwildmidi.h:
11125           Fix licence (both are GPL). Add element docs.
11126
11127 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
11128
11129         * ext/musicbrainz/gsttrm.h:
11130           Fix _get_type signature.
11131
11132 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
11133
11134         * gst/replaygain/gstrgvolume.h:
11135           Fix GObject macros.
11136
11137 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
11138
11139         * ext/dc1394/gstdc1394.c: (gst_dc1394_src_fixate),
11140         (gst_dc1394_create), (gst_dc1394_caps_set_format_vmode_caps),
11141         (gst_dc1394_set_caps_framesize_range),
11142         (gst_dc1394_caps_set_framerate_list), (gst_dc1394_get_cam_caps),
11143         (gst_dc1394_framerate_frac_to_const),
11144         (gst_dc1394_open_cam_with_best_caps):
11145         Make a bunch of functions static, and move variable declarations
11146         to the start of blocks to avoid problems on older gcc.
11147
11148         Make sure to unset value types.
11149
11150 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
11151
11152         * ext/dc1394/gstdc1394.c: (gst_dc1394_set_caps_color):
11153
11154         The correct fourcc for the 4:1:1 packed format is 'IYU1'.
11155         With CVS of ffmpegcolorspace from plugins-base, I can now
11156         get 30 fps from the iSight.
11157
11158 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
11159
11160         * ext/dc1394/gstdc1394.c: (gst_dc1394_set_caps_color):
11161         Change a g_print to a GST_DEBUG message.
11162
11163 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
11164
11165         * configure.ac:
11166         * ext/Makefile.am:
11167         * ext/dc1394/Makefile.am:
11168         * ext/dc1394/gstdc1394.c: (gst_dc1394_base_init),
11169         (gst_dc1394_class_init), (gst_dc1394_init),
11170         (gst_dc1394_src_fixate), (gst_dc1394_set_property),
11171         (gst_dc1394_get_property), (gst_dc1394_getcaps),
11172         (gst_dc1394_setcaps), (gst_dc1394_get_times), (gst_dc1394_create),
11173         (gst_dc1394_parse_caps), (gst_dc1394_change_state),
11174         (gst_dc1394_caps_set_format_vmode_caps),
11175         (gst_dc1394_set_caps_color), (gst_dc1394_set_caps_framesize),
11176         (gst_dc1394_set_caps_framesize_range),
11177         (gst_dc1394_caps_set_framerate_list),
11178         (gst_dc1394_framerate_const_to_frac),
11179         (gst_dc1394_get_all_dc1394_caps), (gst_dc1394_get_cam_caps),
11180         (gst_dc1394_framerate_frac_to_const),
11181         (gst_dc1394_open_cam_with_best_caps),
11182         (gst_dc1394_change_camera_transmission), (plugin_init):
11183         * ext/dc1394/gstdc1394.h:
11184         Commit new dc1394src element.
11185         Patch By: Antoine Tremblay < hexa00 at gmail dot com >
11186         Patch By: Eric Jonas < jonas at mit dot edu >
11187         Close: #387251
11188
11189 2007-06-28  Wim Taymans  <wim@fluendo.com>
11190
11191         * gst/videosignal/gstvideodetect.c: (gst_video_detect_class_init):
11192         Register new property as well.
11193
11194 2007-06-28  Wim Taymans  <wim@fluendo.com>
11195
11196         * gst/videosignal/gstvideodetect.c: (gst_video_detect_420),
11197         (gst_video_detect_set_property), (gst_video_detect_get_property):
11198         * gst/videosignal/gstvideodetect.h:
11199         Add property to adjust the center, sensitivity is now the distance from
11200         this center.
11201
11202 2007-06-27  Wim Taymans  <wim@fluendo.com>
11203
11204         * gst/videosignal/gstvideodetect.c: (gst_video_detect_420),
11205         (gst_video_detect_set_property), (gst_video_detect_get_property),
11206         (gst_video_detect_class_init):
11207         * gst/videosignal/gstvideodetect.h:
11208         * gst/videosignal/gstvideomark.c: (gst_video_mark_draw_box),
11209         (gst_video_mark_420), (gst_video_mark_set_property),
11210         (gst_video_mark_get_property), (gst_video_mark_class_init):
11211         * gst/videosignal/gstvideomark.h:
11212         Add left and bottom offset properties to control the position of the
11213         pattern.
11214
11215 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
11216
11217         * docs/plugins/gst-plugins-bad-plugins.args:
11218         * docs/plugins/inspect/plugin-alsaspdif.xml:
11219         * docs/plugins/inspect/plugin-bz2.xml:
11220         * docs/plugins/inspect/plugin-cdxaparse.xml:
11221         * docs/plugins/inspect/plugin-dtsdec.xml:
11222         * docs/plugins/inspect/plugin-faac.xml:
11223         * docs/plugins/inspect/plugin-faad.xml:
11224         * docs/plugins/inspect/plugin-filter.xml:
11225         * docs/plugins/inspect/plugin-freeze.xml:
11226         * docs/plugins/inspect/plugin-gdp.xml:
11227         * docs/plugins/inspect/plugin-glimagesink.xml:
11228         * docs/plugins/inspect/plugin-gsm.xml:
11229         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
11230         * docs/plugins/inspect/plugin-h264parse.xml:
11231         * docs/plugins/inspect/plugin-jack.xml:
11232         * docs/plugins/inspect/plugin-mms.xml:
11233         * docs/plugins/inspect/plugin-modplug.xml:
11234         * docs/plugins/inspect/plugin-musicbrainz.xml:
11235         * docs/plugins/inspect/plugin-neon.xml:
11236         * docs/plugins/inspect/plugin-nsfdec.xml:
11237         * docs/plugins/inspect/plugin-replaygain.xml:
11238         * docs/plugins/inspect/plugin-sdl.xml:
11239         * docs/plugins/inspect/plugin-spectrum.xml:
11240         * docs/plugins/inspect/plugin-speed.xml:
11241         * docs/plugins/inspect/plugin-tta.xml:
11242         * docs/plugins/inspect/plugin-videosignal.xml:
11243         * docs/plugins/inspect/plugin-xingheader.xml:
11244         * docs/plugins/inspect/plugin-xvid.xml:
11245           Update docs with caps info.
11246
11247 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
11248
11249         * gconf/.cvsignore:
11250         * gconf/Makefile.am:
11251         * gconf/gstreamer.schemas.in:
11252           Remove dysfunctional directory (this stuff is in -good).
11253
11254         * ext/sndfile/gstsf.c: (plugin_init):
11255         * sys/dvb/gstdvbsrc.c: (plugin_init):
11256           Add i18n bindtextdomain stuff.
11257
11258         * gst/nuvdemux/gstnuvdemux.c: (gst_nuv_demux_class_init),
11259         (plugin_init):
11260           Post an error message when returning GST_FLOW_ERROR; minor cleanups.
11261
11262         * po/POTFILES.in:
11263           Add more source files with translatable strings (fixes #450605).
11264
11265 2007-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11266
11267         Contributed by: Wenzheng Hu <db_lobster@163.com>
11268
11269         * po/LINGUAS:
11270         * po/zh_CN.po:
11271           Added Chinese (simplified) translation.
11272
11273 2007-06-22  Tim-Philipp Müller  <tim at centricular dot net>
11274
11275         Patch by: Jens Granseuer  <jensgr at gmx net>
11276
11277         * gst/equalizer/gstiirequalizer.c:
11278         * gst/equalizer/gstiirequalizer10bands.c:
11279         * gst/equalizer/gstiirequalizer3bands.c:
11280         * gst/equalizer/gstiirequalizernbands.c:
11281         * gst/rtpmanager/async_jitter_queue.c:
11282         (async_jitter_queue_push_sorted):
11283         * gst/rtpmanager/gstrtpjitterbuffer.c:
11284         (gst_rtp_jitter_buffer_chain):
11285         * gst/switch/gstswitch.c: (gst_switch_chain):
11286           Build fixes for gcc-2.9x (no mid-block variable declarations etc.).
11287           Fixes #450185.
11288
11289 2007-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11290
11291         * examples/switch/switcher.c (my_bus_callback, switch_timer,
11292           last_message_received, main):
11293         * gst/switch/gstswitch.c (gst_switch_release_pad,
11294           gst_switch_request_new_pad, gst_switch_chain, gst_switch_event,
11295           gst_switch_set_property, gst_switch_get_property,
11296           gst_switch_get_linked_pad, gst_switch_getcaps,
11297           gst_switch_bufferalloc, gst_switch_dispose, gst_switch_init):
11298         * gst/switch/gstswitch.h (switch_mutex, GST_SWITCH_LOCK,
11299           GST_SWITCH_UNLOCK):
11300         Add an extra lock to protect against certain variables instead of
11301         using the object lock. Fix case where caps are different in the
11302         sink pads causes deadlock. Update example to use different caps
11303         on each sink pad.
11304
11305 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
11306
11307         * MAINTAINERS:
11308         Updating all the maintainers files
11309
11310 2007-06-22  Edward Hervey  <edward@fluendo.com>
11311
11312         * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_init):
11313         * ext/amrwb/gstamrwbenc.c: (gst_amrwbenc_init):
11314         * ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_init):
11315         * ext/audioresample/gstaudioresample.c:
11316         * ext/bz2/gstbz2dec.c: (gst_bz2dec_init):
11317         * ext/bz2/gstbz2enc.c: (gst_bz2enc_init):
11318         * ext/divx/gstdivxdec.c: (gst_divxdec_init):
11319         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
11320         * ext/faac/gstfaac.c: (gst_faac_init):
11321         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init):
11322         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init):
11323         * ext/hermes/gsthermescolorspace.c: (gst_hermes_colorspace_init):
11324         * ext/lcs/gstcolorspace.c: (gst_colorspace_init):
11325         * ext/libfame/gstlibfame.c: (gst_fameenc_init):
11326         * ext/snapshot/gstsnapshot.c: (gst_snapshot_init):
11327         * ext/spc/gstspc.c: (gst_spc_dec_init):
11328         * ext/swfdec/gstswfdec.c: (gst_swfdec_init):
11329         * ext/xvid/gstxvidenc.c: (gst_xvidenc_init):
11330         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxa_parse_init):
11331         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_init):
11332         * gst/chart/gstchart.c: (gst_chart_init):
11333         * gst/colorspace/gstcolorspace.c: (gst_colorspace_init):
11334         * gst/festival/gstfestival.c: (gst_festival_init):
11335         * gst/freeze/gstfreeze.c: (gst_freeze_init):
11336         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_request_new_pad):
11337         * gst/mpeg1sys/gstmpeg1systemencode.c: (gst_system_encode_init):
11338         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
11339         * gst/nsf/gstnsf.c: (gst_nsfdec_init):
11340         * gst/overlay/gstoverlay.c: (gst_overlay_init):
11341         * gst/passthrough/gstpassthrough.c: (passthrough_init):
11342         * gst/playondemand/gstplayondemand.c: (play_on_demand_init):
11343         * gst/smooth/gstsmooth.c: (gst_smooth_init):
11344         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
11345         * gst/speed/gstspeed.c: (speed_init):
11346         * gst/vbidec/gstvbidec.c: (gst_vbidec_init):
11347         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init):
11348         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
11349         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
11350         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_init):
11351         Fix leaks.
11352
11353 2007-06-21  Tim-Philipp Müller  <tim at centricular dot net>
11354
11355         * RELEASE:
11356         * sys/Makefile.am:
11357           Re-enable VCD source and fix up release notes.
11358
11359 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
11360
11361         * gst/equalizer/gstiirequalizer.c:
11362           Document parameter mapping.
11363
11364 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
11365
11366         * gst/spectrum/gstspectrum.c: (gst_spectrum_event),
11367         (gst_spectrum_transform_ip):
11368           Fix leaking buffers.
11369           
11370         * tests/check/Makefile.am:
11371         * tests/check/elements/spectrum.c: (setup_spectrum),
11372         (cleanup_spectrum), (GST_START_TEST), (spectrum_suite), (main):
11373           Add simple test for spectrum element.
11374
11375 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
11376
11377         * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_base_init),
11378         (gst_amrwbdec_class_init), (gst_amrwbdec_finalize),
11379         (gst_amrwbdec_event), (gst_amrwbdec_chain),
11380         (gst_amrwbdec_state_change):
11381         * ext/amrwb/gstamrwbdec.h:
11382         * ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_base_init),
11383         (gst_amrwbparse_pull_header), (gst_amrwbparse_loop):
11384           Add newsegment and discont handling. Some code cleanups. Don't leak
11385           the adapter, unref it in a new finalize method instead. Sync the
11386           parser with the amr-nb changes.
11387
11388 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
11389
11390         * configure.ac:
11391         Back to CVS.
11392
11393         * gst-plugins-bad.doap:
11394         Add 0.10.5 to the doap file.
11395
11396 === release 0.10.5 ===
11397
11398 2007-06-19  Jan Schmidt <thaytan@mad.scientist.com>
11399
11400         * configure.ac:
11401           releasing 0.10.5, "Expedition to Lake Pahoe"
11402
11403 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
11404
11405         * win32/vs6/gst_plugins_bad.dsw:
11406         * win32/vs6/libdshowsrcwrapper.dsp:
11407         * win32/vs6/libgstdshow.dsp:
11408         * win32/vs6/libgstmpegvideoparse.dsp:
11409         * win32/vs6/libgstneon.dsp:
11410         Convert line endings to CRLF and mark as binary files.
11411
11412 2007-06-13  Wim Taymans  <wim@fluendo.com>
11413
11414         * sys/Makefile.am:
11415         Disable VCD build because we're frozen..
11416
11417 2007-06-13  Wim Taymans  <wim@fluendo.com>
11418
11419         * configure.ac:
11420         * sys/Makefile.am:
11421         * sys/vcd/Makefile.am:
11422         * sys/vcd/vcdsrc.c: (gst_vcdsrc_setup_interfaces),
11423         (gst_vcdsrc_base_init), (gst_vcdsrc_class_init), (gst_vcdsrc_init),
11424         (gst_vcdsrc_msf), (gst_vcdsrc_recalculate),
11425         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
11426         (gst_vcdsrc_create), (gst_vcdsrc_start), (gst_vcdsrc_stop),
11427         (gst_vcdsrc_uri_set_uri):
11428         * sys/vcd/vcdsrc.h:
11429         Port VCD element.
11430
11431 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
11432
11433         * win32/MANIFEST:
11434         Add megvideoparse, libdshow and dshowsrcwrapper to win32
11435         MANIFEST.
11436         * win32/vs6/gst_plugins_bad.dsw:
11437         Remove qtdemux, directdraw, directsound and waveform project files
11438         from the workspace as they have been moved to -good.
11439
11440 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
11441
11442         * po/POTFILES.in:
11443         Remove qtdemux from the translation list.
11444
11445 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
11446
11447         * configure.ac:
11448         * docs/plugins/Makefile.am:
11449         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11450         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11451         * docs/plugins/inspect/plugin-osxvideo.xml:
11452         * docs/plugins/inspect/plugin-videocrop.xml:
11453         * gst-plugins-bad.spec.in:
11454         * gst/videocrop/Makefile.am:
11455         * gst/videocrop/gstvideocrop.c:
11456         * gst/videocrop/gstvideocrop.h:
11457         * gst/videocrop/videocrop.vcproj:
11458         * sys/Makefile.am:
11459         * sys/osxvideo/Makefile.am:
11460         * sys/osxvideo/cocoawindow.h:
11461         * sys/osxvideo/cocoawindow.m:
11462         * sys/osxvideo/osxvideosink.h:
11463         * sys/osxvideo/osxvideosink.m:
11464         * tests/check/Makefile.am:
11465         * tests/check/elements/videocrop.c:
11466         * tests/icles/Makefile.am:
11467         * tests/icles/videocrop-test.c:
11468         Move videocrop and osxvideo to -good.
11469
11470 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
11471
11472         * configure.ac:
11473         * docs/plugins/Makefile.am:
11474         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11475         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11476         * gst/qtdemux/Makefile.am:
11477         * gst/qtdemux/gstrtpxqtdepay.c:
11478         * gst/qtdemux/gstrtpxqtdepay.h:
11479         * gst/qtdemux/qtdemux.c:
11480         * gst/qtdemux/qtdemux.h:
11481         * gst/qtdemux/qtdemux.vcproj:
11482         * gst/qtdemux/qtdemux_dump.c:
11483         * gst/qtdemux/qtdemux_dump.h:
11484         * gst/qtdemux/qtdemux_fourcc.h:
11485         * gst/qtdemux/qtdemux_types.c:
11486         * gst/qtdemux/qtdemux_types.h:
11487         * gst/qtdemux/qtpalette.h:
11488         * gst/qtdemux/quicktime.c:
11489         * win32/MANIFEST:
11490         * win32/vs6/libgstqtdemux.dsp:
11491         Move qtdemux to -good.
11492
11493         * gst-plugins-bad.spec.in:
11494         Update spec file to reflect wavpack & qtdemux moving to -good.
11495
11496 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
11497
11498         * docs/plugins/Makefile.am:
11499         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11500         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11501         * docs/plugins/inspect/plugin-waveform.xml:
11502         * sys/waveform/gstwaveformplugin.c:
11503         * sys/waveform/gstwaveformsink.c:
11504         * sys/waveform/gstwaveformsink.h:
11505         * win32/MANIFEST:
11506         * win32/vs6/libgstwaveform.dsp:
11507         Remove the waveform plugin now that it is in -good.
11508
11509 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
11510
11511         * configure.ac:
11512         * docs/plugins/Makefile.am:
11513         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11514         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11515         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
11516         * docs/plugins/inspect/plugin-wavpack.xml:
11517         * ext/Makefile.am:
11518         * ext/wavpack/Makefile.am:
11519         * ext/wavpack/gstwavpack.c:
11520         * ext/wavpack/gstwavpackcommon.c:
11521         * ext/wavpack/gstwavpackcommon.h:
11522         * ext/wavpack/gstwavpackdec.c:
11523         * ext/wavpack/gstwavpackdec.h:
11524         * ext/wavpack/gstwavpackenc.c:
11525         * ext/wavpack/gstwavpackenc.h:
11526         * ext/wavpack/gstwavpackparse.c:
11527         * ext/wavpack/gstwavpackparse.h:
11528         * ext/wavpack/gstwavpackstreamreader.c:
11529         * ext/wavpack/gstwavpackstreamreader.h:
11530         * ext/wavpack/md5.c:
11531         * ext/wavpack/md5.h:
11532         * tests/check/Makefile.am:
11533         * tests/check/elements/wavpackdec.c:
11534         * tests/check/elements/wavpackenc.c:
11535         * tests/check/elements/wavpackparse.c:
11536           Move wavpack to good.
11537
11538 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
11539
11540         * configure.ac:
11541         * docs/plugins/Makefile.am:
11542         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11543         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11544         * docs/plugins/gst-plugins-bad-plugins.args:
11545         * docs/plugins/inspect/plugin-directdraw.xml:
11546         * docs/plugins/inspect/plugin-directsound.xml:
11547         * sys/Makefile.am:
11548         * sys/directdraw/Makefile.am:
11549         * sys/directdraw/gstdirectdrawplugin.c:
11550         * sys/directdraw/gstdirectdrawsink.c:
11551         * sys/directdraw/gstdirectdrawsink.h:
11552         * sys/directsound/Makefile.am:
11553         * sys/directsound/gstdirectsoundplugin.c:
11554         * sys/directsound/gstdirectsoundsink.c:
11555         * sys/directsound/gstdirectsoundsink.h:
11556         * win32/MANIFEST:
11557         * win32/gst.sln:
11558         * win32/vs6/libgstdirectdraw.dsp:
11559         * win32/vs6/libgstdirectsound.dsp:
11560         * win32/vs7/libgstdirectdraw.vcproj:
11561         * win32/vs7/libgstdirectsound.vcproj:
11562         * win32/vs8/libgstdirectdraw.vcproj:
11563         * win32/vs8/libgstdirectsound.vcproj:
11564         Remove DirectDraw & DirectSound plugins, as they've moved to Good
11565
11566 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
11567
11568         * ext/timidity/gsttimidity.c: (gst_timidity_loop):
11569         * ext/timidity/gstwildmidi.c: (gst_wildmidi_loop):
11570         * gst/tta/gstttaparse.c: (gst_tta_parse_loop):
11571           When driving the pipeline, also post an error when we get a
11572           not-linked flow return from downstream.
11573
11574 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
11575
11576         * docs/plugins/gst-plugins-bad-plugins.args:
11577         * sys/directdraw/gstdirectdrawsink.c:
11578         (gst_directdraw_sink_class_init):
11579         Rename the keep-aspect-ratio property to force-aspect-ratio to make
11580         it consistent with xvimagesink and ximagesink.
11581
11582 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
11583
11584         * tests/icles/videocrop-test.c: (main):
11585           Default to xvimagesink instead of autovideosink while
11586           autovideosink/ghostpads/whatever don't handle the way we use it in
11587           the way we expect it to.
11588
11589 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
11590
11591         * configure.ac:
11592           Bump requirements to released versions of core and -base, and remove
11593           special-casing for equalizer and rtpmanager as it's not needed any
11594           longer.
11595
11596 2007-06-06  Jan Schmidt  <thaytan@mad.scientist.com>
11597
11598         * sys/glsink/glimagesink.c: (gst_glimage_sink_stop),
11599         (gst_glimage_sink_create_window), (gst_glimage_sink_init_display):
11600         Sprinkle in some XSync calls to avoid raciness with broken
11601         drivers (ATI) when re-using a single glimagesink.
11602
11603 2007-06-06  Jan Schmidt  <thaytan@mad.scientist.com>
11604
11605         * gst/mpegvideoparse/mpegpacketiser.c:
11606         (mpeg_util_parse_extension_packet), (mpeg_util_parse_sequence_hdr),
11607         (mpeg_util_parse_picture_hdr):
11608         * gst/mpegvideoparse/mpegvideoparse.c:
11609         (mpegvideoparse_handle_sequence), (mpegvideoparse_drain_avail):
11610         Fix some silly bugs with calculating the guard sizes.
11611         Properly compare the old sequence header structure with the new one.
11612         Don't error out on an invalid sequence - just ignore it.
11613
11614 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
11615
11616         * gst/real/gstrealvideodec.c: (gst_real_video_dec_decode):
11617           Printf fix in debug statement; also print the right number there.
11618
11619 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
11620
11621         * ext/sdl/Makefile.am:
11622         * ext/sdl/sdlvideosink.c: (gst_sdlv_process_events):
11623           Add GST_CFLAGS, which apparently somehow fixes the build somewhere
11624           (#444499); initialise variable to avoid false compiler warning.
11625
11626 2007-06-01  Wim Taymans  <wim@fluendo.com>
11627
11628         * docs/plugins/Makefile.am:
11629         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11630         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11631         * docs/plugins/inspect/plugin-videosignal.xml:
11632         * gst/videosignal/Makefile.am:
11633         * gst/videosignal/gstvideomark.c: (gst_video_mark_set_caps),
11634         (gst_video_mark_draw_box), (gst_video_mark_420),
11635         (gst_video_mark_transform_ip), (gst_video_mark_set_property),
11636         (gst_video_mark_get_property), (gst_video_mark_base_init),
11637         (gst_video_mark_class_init), (gst_video_mark_init),
11638         (gst_video_mark_get_type):
11639         * gst/videosignal/gstvideomark.h:
11640         * gst/videosignal/gstvideosignal.c: (plugin_init):
11641         Add plugin to generate a pattern detectable by videodetect.
11642
11643 2007-06-01  Tim-Philipp Müller  <tim at centricular dot net>
11644
11645         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_create):
11646           Don't leak buffer when returning an error.
11647
11648 2007-06-01  Wim Taymans  <wim@fluendo.com>
11649
11650         Patch by René Stadler <mail at renestadler dot de>:
11651
11652         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
11653         (gst_neonhttp_src_init), (gst_neonhttp_src_dispose),
11654         (gst_neonhttp_src_set_property), (gst_neonhttp_src_get_property),
11655         (gst_neonhttp_src_start), (gst_neonhttp_src_do_seek),
11656         (gst_neonhttp_src_set_location),
11657         (gst_neonhttp_src_send_request_and_redirect),
11658         (gst_neonhttp_src_uri_get_uri), (gst_neonhttp_src_uri_set_uri):
11659         * ext/neon/gstneonhttpsrc.h:
11660         Deprecated "uri" property.  Clean up property descriptions.
11661         Change default User-Agent to the slightly more descriptive
11662         "GStreamer neonhttpsrc".
11663         Various other small cleanups, mostly property related.
11664
11665 2007-05-31  Tim-Philipp Müller  <tim at centricular dot net>
11666
11667         * ext/libmms/gstmms.h:
11668           No reason to use gpointers instead of typed pointes here as far as I
11669           can see.
11670
11671         * ext/mythtv/gstmythtvsrc.c:
11672         * ext/neon/gstneonhttpsrc.c:
11673         * gst/switch/gstswitch.c:
11674           Don't use gtk-doc magic markers for things that aren't meant to be
11675           parsed by gtk-doc. Makes gtk-doc complain a bit less.
11676
11677 2007-05-30  Wim Taymans  <wim@fluendo.com>
11678
11679         * configure.ac:
11680         * docs/plugins/Makefile.am:
11681         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11682         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11683         * docs/plugins/inspect/plugin-videosignal.xml:
11684         * gst/videosignal/Makefile.am:
11685         * gst/videosignal/gstvideoanalyse.c: (gst_video_analyse_set_caps),
11686         (gst_video_analyse_post_message), (gst_video_analyse_420),
11687         (gst_video_analyse_transform_ip), (gst_video_analyse_set_property),
11688         (gst_video_analyse_get_property), (gst_video_analyse_base_init),
11689         (gst_video_analyse_class_init), (gst_video_analyse_init),
11690         (gst_video_analyse_get_type):
11691         * gst/videosignal/gstvideoanalyse.h:
11692         * gst/videosignal/gstvideodetect.c: (gst_video_detect_set_caps),
11693         (gst_video_detect_post_message),
11694         (gst_video_detect_calc_brightness), (gst_video_detect_420),
11695         (gst_video_detect_transform_ip), (gst_video_detect_set_property),
11696         (gst_video_detect_get_property), (gst_video_detect_base_init),
11697         (gst_video_detect_class_init), (gst_video_detect_init),
11698         (gst_video_detect_get_type):
11699         * gst/videosignal/gstvideodetect.h:
11700         * gst/videosignal/gstvideosignal.c: (plugin_init):
11701         * gst/videosignal/gstvideosignal.h:
11702         Added videosignal plugin with two plugins to analyse video frames.
11703         Added videoanalyse to report about brightness and variance in video
11704         frames.
11705         Added videodetect to detect predefined patterns in a video signal.
11706
11707 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
11708
11709         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
11710         * docs/plugins/gst-plugins-bad-plugins.interfaces:
11711         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
11712         * docs/plugins/gst-plugins-bad-plugins.signals:
11713           More updates.
11714
11715 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
11716
11717         * docs/plugins/gst-plugins-bad-plugins.args:
11718         * docs/plugins/gst-plugins-bad-plugins.signals:
11719         * docs/plugins/inspect/plugin-dtsdec.xml:
11720         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
11721         * docs/plugins/inspect/plugin-musepack.xml:
11722         * docs/plugins/inspect/plugin-rtpmanager.xml:
11723         * docs/plugins/inspect/plugin-sdl.xml:
11724         * docs/plugins/inspect/plugin-spcdec.xml:
11725         * docs/plugins/inspect/plugin-swfdec.xml:
11726           Updates; update inspect info for rtpmanager => gstrtpmanager rename,
11727           hopefully that makes the build bots happy again.
11728
11729 2007-05-28  Wim Taymans  <wim@fluendo.com>
11730
11731         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11732         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11733         * gst/rtpmanager/gstrtpbin.c: (create_session), (create_stream),
11734         (gst_rtp_bin_class_init), (create_recv_rtp), (create_recv_rtcp),
11735         (create_send_rtp), (create_rtcp), (gst_rtp_bin_request_new_pad):
11736         * gst/rtpmanager/gstrtpclient.c: (create_stream),
11737         (gst_rtp_client_request_new_pad):
11738         * gst/rtpmanager/gstrtpjitterbuffer.c:
11739         (gst_rtp_jitter_buffer_clear_pt_map), (gst_rtp_jitter_buffer_loop):
11740         * gst/rtpmanager/gstrtpmanager.c: (plugin_init):
11741         * gst/rtpmanager/gstrtpptdemux.c:
11742         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
11743         (gst_rtp_session_request_new_pad):
11744         * gst/rtpmanager/gstrtpssrcdemux.c:
11745         Rename elements to avoid conflict with farsight elements with the same
11746         name. Fixes #430664.
11747
11748 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
11749
11750         Patch by: Vincent Torri  <vtorri at univ-evry fr>
11751
11752         * sys/directdraw/gstdirectdrawsink.c:
11753         (gst_directdraw_sink_buffer_alloc),
11754         (gst_directdraw_sink_show_frame),
11755         (gst_directdraw_sink_check_primary_surface),
11756         (gst_directdraw_sink_check_offscreen_surface),
11757         (EnumModesCallback2), (gst_directdraw_sink_get_ddrawcaps),
11758         (gst_directdraw_sink_surface_create):
11759         * sys/directdraw/gstdirectdrawsink.h:
11760           Fix more warnings when compiling with MingW (#439914).
11761
11762 2007-05-24  Sebastian Moutte  <sebastien@moutte.net>
11763
11764         * docs/plugins/gst-plugins-bad-plugins.args:
11765         Remove directsoundsink property doc as this sink use the mixer
11766         interface now.
11767         * docs/plugins/gst-plugins-bad-plugins.interfaces:
11768         Add interfaces implemented by Windows sinks.
11769         * sys/directsound/gstdirectsoundsink.c:
11770         * sys/directsound/gstdirectsoundsink.h:
11771         Remove directsoundsink property  and implement the mixer interface.
11772         * win32/vs6/gst_plugins_bad.dsw:
11773         * win32/vs6/libgstdirectsound.dsp:
11774         Update project files.
11775         * gst-libs/gst/dshow/gstdshow.cpp:
11776         * gst-libs/gst/dshow/gstdshow.h:
11777         * gst-libs/gst/dshow/gstdshowfakesink.cpp:
11778         * gst-libs/gst/dshow/gstdshowfakesink.h:
11779         * gst-libs/gst/dshow/gstdshowfakesrc.cpp:
11780         * gst-libs/gst/dshow/gstdshowfakesrc.h:
11781         * gst-libs/gst/dshow/gstdshowinterface.cpp:
11782         * gst-libs/gst/dshow/gstdshowinterface.h:
11783         * win32/common/libgstdshow.def:
11784         * win32/vs6/libgstdshow.dsp:
11785         Add a new gst library which allow to create internal Direct Show
11786         graph (pipelines) to wrap Windows sources, decoders or encoders.
11787         It includes a DirectShow fake source and sink and utility functions.    
11788         * sys/dshowsrcwrapper/gstdshowaudiosrc.c:
11789         * sys/dshowsrcwrapper/gstdshowaudiosrc.h:
11790         * sys/dshowsrcwrapper/gstdshowsrcwrapper.c:
11791         * sys/dshowsrcwrapper/gstdshowsrcwrapper.h:
11792         * sys/dshowsrcwrapper/gstdshowvideosrc.c:
11793         * sys/dshowsrcwrapper/gstdshowvideosrc.h:
11794         * win32/vs6/libdshowsrcwrapper.dsp:
11795         Add a new plugin to wrap DirectShow sources on Windows.
11796         It gets data from any webcam, dv cam, micro. We could add 
11797         tv tunner card later.
11798         
11799 2007-05-23  Sebastian Dröge  <slomo@circular-chaos.org>
11800
11801         Patch by René Stadler <mail at renestadler dot de>:
11802
11803         * ext/sdl/sdlvideosink.c:
11804         Separate the authors by newlines instead of nothing. Fixes #440774.
11805
11806 2007-05-23  Wim Taymans  <wim@fluendo.com>
11807
11808         * docs/plugins/inspect/plugin-rtpmanager.xml:
11809         Add doc xml file.
11810
11811 2007-05-23  Wim Taymans  <wim@fluendo.com>
11812
11813         * docs/plugins/Makefile.am:
11814         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11815         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11816         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_class_init):
11817         * gst/rtpmanager/gstrtpbin.h:
11818         * gst/rtpmanager/gstrtpclient.c:
11819         * gst/rtpmanager/gstrtpjitterbuffer.c:
11820         (gst_rtp_jitter_buffer_class_init),
11821         (gst_rtp_jitter_buffer_clear_pt_map), (gst_rtp_jitter_buffer_loop):
11822         * gst/rtpmanager/gstrtpjitterbuffer.h:
11823         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_class_init),
11824         (gst_rtp_pt_demux_clear_pt_map):
11825         * gst/rtpmanager/gstrtpptdemux.h:
11826         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
11827         (rtcp_thread), (gst_rtp_session_clear_pt_map):
11828         * gst/rtpmanager/gstrtpsession.h:
11829         * gst/rtpmanager/gstrtpssrcdemux.c:
11830         (gst_rtp_ssrc_demux_class_init):
11831         Document stuff.
11832         Add clear-pt-map action signal where needed.
11833
11834 2007-05-22  Stefan Kost  <ensonic@users.sf.net>
11835
11836         * configure.ac:
11837           Depend on gstreamer-0.10.12.1.
11838         
11839         * gst/equalizer/gstiirequalizer.c (ARG_BAND_WIDTH, _do_init, ARG_GAIN,
11840           _GstIirEqualizerBand, object, _GstIirEqualizerBandClass,
11841           parent_class, gst_iir_equalizer_band_set_property,
11842           gst_iir_equalizer_band_class_init, gst_iir_equalizer_band_get_type,
11843           gst_iir_equalizer_child_proxy_get_child_by_index,
11844           gst_iir_equalizer_child_proxy_get_children_count,
11845           gst_iir_equalizer_child_proxy_interface_init, setup_filter,
11846           gst_iir_equalizer_compute_frequencies,
11847           gst_iir_equalizer_set_property, gst_iir_equalizer_get_property,
11848           plugin_init):
11849         * gst/equalizer/gstiirequalizer.h (audiofilter):
11850         * gst/equalizer/gstiirequalizernbands.c (ARG_NUM_BANDS,
11851           gst_iir_equalizer_nbands_base_init, gst_iir_equalizer_nbands_init,
11852           gst_iir_equalizer_nbands_set_property):
11853           Use new locking macros.
11854
11855         * gst/filter/gstbpwsinc.c (bpwsinc_set_caps):
11856           Add fixme.
11857
11858         * gst/spectrum/gstspectrum.c (SPECTRUM_WINDOW_BASE,
11859           SPECTRUM_WINDOW_LEN, gst_spectrum_init, gst_spectrum_set_property,
11860           gst_spectrum_event, gst_spectrum_transform_ip):
11861           Use new locking macros. Turn two fixed values into #defines.
11862
11863 2007-05-22  Edward Hervey  <edward@fluendo.com>
11864
11865         * docs/plugins/Makefile.am:
11866         Also look for .m (objectivec) files.
11867         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11868         * docs/plugins/gst-plugins-bad-plugins.args:
11869         * sys/osxvideo/osxvideosink.m:
11870         Add documentation for element and properties.
11871
11872 2007-05-21  Stefan Kost  <ensonic@users.sf.net>
11873
11874         * ChangeLog:
11875           ChangeLog surgery.
11876         * gst/equalizer/gstiirequalizer.c (ARG_BAND_WIDTH, _do_init, ARG_GAIN,
11877           _GstIirEqualizerBand, object, _GstIirEqualizerBandClass,
11878           parent_class, gst_iir_equalizer_band_set_property,
11879           gst_iir_equalizer_band_class_init, gst_iir_equalizer_band_get_type,
11880           gst_iir_equalizer_child_proxy_get_child_by_index,
11881           gst_iir_equalizer_child_proxy_get_children_count,
11882           gst_iir_equalizer_child_proxy_interface_init, setup_filter,
11883           gst_iir_equalizer_compute_frequencies, plugin_init):
11884         * tests/icles/equalizer-test.c:
11885           Add fixme and comment for example.
11886
11887 2007-05-21  Stefan Kost  <ensonic@users.sf.net>
11888
11889         * gst/spectrum/gstspectrum.c (gst_spectrum_set_property,
11890           gst_spectrum_event, gst_spectrum_transform_ip):
11891           Use lock to protect from concurrent access.
11892
11893 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
11894
11895         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_class_init),
11896         (gst_wavpack_enc_set_property), (gst_wavpack_enc_get_property):
11897         Specify and use properties as unsigned int that are an unsigned int.
11898
11899 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
11900
11901         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_class_init),
11902         (gst_wavpack_enc_init), (gst_wavpack_enc_set_wp_config),
11903         (gst_wavpack_enc_set_property), (gst_wavpack_enc_get_property):
11904         * ext/wavpack/gstwavpackenc.h:
11905         Fixup docs, make the bitrate property an int as it should be and
11906         allow to set the different extra processing modes instead of only
11907         allowing none and the default one.
11908
11909 2007-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
11910
11911         * ext/wavpack/gstwavpackenc.c:
11912         Add missing audioconverts in the example pipelines of wavpackenc. As
11913         the wavpack stuff now needs input with 32 bit width (and random depth)
11914         this is needed now. The example pipelines for the parser and decoder
11915         are still fine.
11916
11917 2007-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
11918
11919         * docs/plugins/Makefile.am:
11920         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
11921           Fix docs build and hierarchy.
11922
11923 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
11924
11925         * sys/directdraw/gstdirectdrawsink.c: (gst_ddrawsurface_finalize),
11926         (gst_directdraw_sink_buffer_alloc),
11927         (gst_directdraw_sink_get_ddrawcaps),
11928         (gst_directdraw_sink_surface_create):
11929           Bunch of small fixes: remove static function that doesn't exist;
11930           declare another one that does; printf format fix; use right macro
11931           when specifying debug category; remove a bunch of unused variables;
11932           #if 0 out an unused chunk of code (partially fixes #439914).
11933
11934 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
11935
11936         * gst/qtdemux/qtdemux.c: (gst_qtdemux_prepare_current_sample):
11937         * gst/switch/gstswitch.c: (gst_switch_chain):
11938           Printf format fixes (#439910, #439911).
11939
11940 2007-05-19  Tim-Philipp Müller  <tim at centricular dot net>
11941
11942         * tests/check/Makefile.am:
11943           Remove bits for deinterleave check which isn't in CVS yet.
11944
11945 2007-05-19  Tim-Philipp Müller  <tim at centricular dot net>
11946
11947         Patch by: René Stadler <mail at renestadler de>
11948
11949         * docs/plugins/Makefile.am:
11950         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11951         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11952         * docs/plugins/inspect/plugin-replaygain.xml:
11953         * gst/replaygain/Makefile.am:
11954         * gst/replaygain/gstrganalysis.c: (gst_rg_analysis_class_init),
11955         (gst_rg_analysis_start), (gst_rg_analysis_set_caps),
11956         (gst_rg_analysis_transform_ip), (gst_rg_analysis_event),
11957         (gst_rg_analysis_stop), (gst_rg_analysis_handle_tags),
11958         (gst_rg_analysis_handle_eos), (gst_rg_analysis_track_result),
11959         (gst_rg_analysis_album_result):
11960         * gst/replaygain/gstrganalysis.h:
11961         * gst/replaygain/gstrglimiter.c: (gst_rg_limiter_base_init),
11962         (gst_rg_limiter_class_init), (gst_rg_limiter_init),
11963         (gst_rg_limiter_set_property), (gst_rg_limiter_get_property),
11964         (gst_rg_limiter_transform_ip):
11965         * gst/replaygain/gstrglimiter.h:
11966         * gst/replaygain/gstrgvolume.c: (gst_rg_volume_base_init),
11967         (gst_rg_volume_class_init), (gst_rg_volume_init),
11968         (gst_rg_volume_set_property), (gst_rg_volume_get_property),
11969         (gst_rg_volume_dispose), (gst_rg_volume_change_state),
11970         (gst_rg_volume_sink_event), (gst_rg_volume_tag_event),
11971         (gst_rg_volume_reset), (gst_rg_volume_update_gain),
11972         (gst_rg_volume_determine_gain):
11973         * gst/replaygain/gstrgvolume.h:
11974         * gst/replaygain/replaygain.c: (plugin_init):
11975         * gst/replaygain/replaygain.h:
11976         * gst/replaygain/rganalysis.h:
11977         * tests/check/Makefile.am:
11978         * tests/check/elements/.cvsignore:
11979         * tests/check/elements/rganalysis.c: (send_eos_event),
11980         (GST_START_TEST):
11981         * tests/check/elements/rglimiter.c: (setup_rglimiter),
11982         (cleanup_rglimiter), (set_playing_state), (create_test_buffer),
11983         (verify_test_buffer), (GST_START_TEST), (rglimiter_suite), (main):
11984         * tests/check/elements/rgvolume.c: (event_func), (setup_rgvolume),
11985         (cleanup_rgvolume), (set_playing_state), (set_null_state),
11986         (send_eos_event), (send_tag_event), (test_buffer_new),
11987         (fail_unless_target_gain), (fail_unless_result_gain),
11988         (fail_unless_gain), (GST_START_TEST), (rgvolume_suite), (main):
11989           Add replaygain playback elements (#412710).
11990
11991 2007-05-18  Jan Schmidt  <thaytan@mad.scientist.com>
11992
11993         * sys/glsink/glimagesink.c: (gst_glimage_sink_init_display):
11994         Update the cached caps after opening the display so that we report
11995         only the supported caps formats, not just the template caps.
11996         Fixes: #439405
11997
11998 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
11999
12000         * ext/amrwb/gstamrwbdec.c (gst_amrwbdec_debug, GST_CAT_DEFAULT,
12001           _do_init, gst_amrwbdec_base_init, gst_amrwbdec_class_init):
12002         * ext/amrwb/gstamrwbenc.c (gst_amrwbenc_debug, GST_CAT_DEFAULT,
12003           _do_init, gst_amrwbenc_base_init, gst_amrwbenc_class_init):
12004         * ext/amrwb/gstamrwbparse.c (gst_amrwbparse_debug, GST_CAT_DEFAULT,
12005           _do_init, gst_amrwbparse_base_init, gst_amrwbparse_class_init):
12006           First round of cleanups, that use GST_BOILERPLATE, GST_ELEMENT_DETAILS,
12007           GST_DEBUG_FUNCPTR and add log-category.
12008
12009 2007-05-17  Edward Hervey  <edward@fluendo.com>
12010
12011         * sys/osxvideo/osxvideosink.h:
12012         * sys/osxvideo/osxvideosink.m:
12013         Remove the event-loop-in-separate-thread modifications, because MacOSX
12014         is $#@(*%$# ! For those wondering, the event handling needs to be done
12015         in the main thread after all..
12016
12017 2007-05-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12018
12019         * gst/switch/gstswitch.c (ARG_0, ARG_NB_SOURCES, ARG_ACTIVE_SOURCE,
12020           ARG_START_VALUE, ARG_STOP_VALUE, ARG_LAST_TS, ARG_QUEUE_BUFFERS,
12021           parent_class, gst_switch_release_pad, gst_switch_request_new_pad,
12022           gst_switch_chain, gst_switch_event, gst_switch_set_property,
12023           gst_switch_get_property, gst_switch_getcaps, gst_switch_dispose,
12024           unref_buffer, unref_buffers_and_destroy_list, gst_switch_init,
12025           gst_switch_base_init, gst_switch_class_init):
12026         * gst/switch/gstswitch.h (need_to_send_newsegment, queue_buffers,
12027           stop_value, start_value, current_start, last_ts, stored_buffers):
12028         Add handling of application provided stop and start values, allowing
12029         A/V sync across 2 switch elements.
12030
12031 2007-05-17  Edward Hervey  <edward@fluendo.com>
12032
12033         * sys/osxvideo/osxvideosink.h:
12034         * sys/osxvideo/osxvideosink.m:
12035         Fix a stupid #if vs #ifdef bug. Should use the proper colorspace now.
12036         Use a separate thread/task for the cocoa event_loop, else it wouldn't
12037         stop.
12038
12039 2007-05-16  Tim-Philipp Müller  <tim at centricular dot net>
12040
12041         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_chain),
12042         (gst_real_audio_dec_setcaps):
12043         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain):
12044           Don't crash when we get a buffer and our input caps haven't been set
12045           yet; also, don't leak all the input buffers (realaudiodec only).
12046
12047 2007-05-16  Stefan Kost  <ensonic@users.sf.net>
12048
12049         patch by: Stanislav Brabec <sbrabec@suse.cz>
12050
12051         * configure.ac:
12052         * ext/amrwb/Makefile.am:
12053         * ext/amrwb/amrwb-code/Makefile.am:
12054         * ext/amrwb/amrwb-code/amrwb/Makefile.am:
12055         * ext/amrwb/amrwb-code/amrwb/README:
12056         * ext/amrwb/gstamrwbdec.c:
12057         * ext/amrwb/gstamrwbdec.h (__GST_AMRWBDEC_H__):
12058         * ext/amrwb/gstamrwbenc.h (__GST_AMRWBENC_H__):
12059         * ext/amrwb/gstamrwbparse.c:
12060         * ext/amrwb/gstamrwbparse.h (__GST_AMRWBPARSE_H__):
12061         * gst-libs/Makefile.am:
12062         * gst-libs/ext/Makefile.am:
12063         * gst-libs/ext/amrwb/Makefile.am:
12064         * gst-libs/ext/amrwb/README:
12065           Use external shared libamrwb. Fixes #423741 (with lots of cleanup).
12066
12067 2007-05-16  Stefan Kost  <ensonic@users.sf.net>
12068
12069         * ext/x264/gstx264enc.c (gst_x264_enc_init_encoder):
12070           This needs a version check.
12071
12072         * gst/bayer/Makefile.am:
12073           Fix the build.
12074
12075 2007-05-15  Tim-Philipp Müller  <tim at centricular dot net>
12076
12077         * configure.ac:
12078         * sys/directdraw/Makefile.am:
12079         * sys/directsound/Makefile.am:
12080           Add DIRECTDRAW_CFLAGS and DIRECTSOUND_CFLAGS to Makefile.am; save
12081           and restore the various flags in the directdraw/directsound
12082           detection section. Apparently improves cross-compiling for win32
12083           with mingw32 under some circumstances (#437539).
12084
12085 2007-05-15  Wim Taymans  <wim@fluendo.com>
12086
12087         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_chain):
12088         We always use fixed caps.
12089
12090 2007-05-14  David Schleef  <ds@schleef.org>
12091
12092         * gst/rtpmanager/gstrtpbin.c:
12093           g_hash_table_remove_all() only exists in 2.12.  Work around.
12094
12095 2007-05-14  David Schleef  <ds@schleef.org>
12096
12097         * configure.ac:
12098         * gst/bayer/Makefile.am:
12099         * gst/bayer/gstbayer.c:
12100         * gst/bayer/gstbayer2rgb.c:
12101           Add a Bayer-to-RGB converter.  You know you want one, uh-huh.
12102           Partial fix for #314160.
12103
12104 2007-05-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12105
12106         * gst/switch/gstswitch.c (ARG_ACTIVE_SOURCE, ARG_STOP_VALUE,
12107           ARG_LAST_TS, parent_class, gst_switch_release_pad,
12108           gst_switch_request_new_pad, gst_switch_chain, gst_switch_event,
12109           gst_switch_set_property, gst_switch_get_property, gst_switch_getcaps,
12110           gst_switch_dispose, gst_switch_init, gst_switch_class_init):
12111         * gst/switch/gstswitch.h (previous_sinkpad, nb_sinkpads, stop_value,
12112           current_start, last_ts):
12113         Allow application to provide a stop timestamp, so a new segment
12114         update can be sent before switching.
12115
12116 2007-05-14  Wim Taymans  <wim@fluendo.com>
12117
12118         * gst/rtpmanager/async_jitter_queue.c:
12119         (async_jitter_queue_set_flushing_unlocked):
12120         Fix leak when flushing.
12121
12122         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_clear_pt_map),
12123         (gst_rtp_bin_class_init):
12124         * gst/rtpmanager/gstrtpbin.h:
12125         Add clear-pt-map signal.
12126
12127         * gst/rtpmanager/gstrtpjitterbuffer.c:
12128         (gst_rtp_jitter_buffer_flush_stop),
12129         (gst_rtp_jitter_buffer_sink_event), (gst_rtp_jitter_buffer_loop):
12130         Init clock-rate to -1 to mark unknow clock rate.
12131         Fix flushing.
12132
12133 2007-05-13  David Schleef  <ds@schleef.org>
12134
12135         * gst/replaygain/rganalysis.c:
12136           Fix wrong ifdef for visual C++.  Fixes: #437403.
12137           By Ali Sabil <ali.sabil@gmail.com>.
12138
12139 2007-05-12  David Schleef  <ds@schleef.org>
12140
12141         * ext/neon/gstneonhttpsrc.c:
12142           Make redirection the default behavior.  Fixes #413818.
12143
12144 2007-05-10  Stefan Kost  <ensonic@users.sf.net>
12145
12146         * gst/qtdemux/qtdemux.c (gst_qtdemux_move_stream,
12147           gst_qtdemux_loop_state_header, gst_qtdemux_activate_segment,
12148           gst_qtdemux_prepare_current_sample, gst_qtdemux_combine_flows,
12149           gst_qtdemux_loop_state_movie, gst_qtdemux_loop,
12150           qtdemux_parse_segments, qtdemux_parse_trak):
12151         * gst/rtpmanager/rtpsession.c (rtp_session_get_bandwidth,
12152           rtp_session_get_rtcp_bandwidth, rtp_session_get_cname,
12153           rtp_session_get_name, rtp_session_get_email, rtp_session_get_phone,
12154           rtp_session_get_location, rtp_session_get_tool,
12155           rtp_session_process_bye, session_report_blocks):
12156         * gst/rtpmanager/rtpsource.c (rtp_source_process_rtp,
12157           rtp_source_send_rtp, rtp_source_process_sr, rtp_source_process_rb):
12158           More format arg fixing (spotted by Ali Sabil <ali.sabil@gmail.com>).
12159
12160         * gst/switch/Makefile.am:
12161           Add require libraries(spotted by Ali Sabil <ali.sabil@gmail.com>).
12162
12163 2007-05-10  Stefan Kost  <ensonic@users.sf.net>
12164
12165         * gst/rtpmanager/async_jitter_queue.c (tail_buffer_duration,
12166           async_jitter_queue_ref, async_jitter_queue_ref_unlocked,
12167           async_jitter_queue_set_low_threshold,
12168           async_jitter_queue_length_ts_units_unlocked,
12169           async_jitter_queue_unref_and_unlock, async_jitter_queue_unref,
12170           async_jitter_queue_lock, async_jitter_queue_push,
12171           async_jitter_queue_push_unlocked, async_jitter_queue_push_sorted,
12172           async_jitter_queue_pop_intern_unlocked, async_jitter_queue_pop,
12173           async_jitter_queue_pop_unlocked, async_jitter_queue_length_unlocked,
12174           async_jitter_queue_set_flushing_unlocked,
12175           async_jitter_queue_unset_flushing_unlocked):
12176           Format arg fix (spotted by Ali Sabil <ali.sabil@gmail.com>).
12177
12178 2007-05-10  Stefan Kost  <ensonic@users.sf.net>
12179
12180         * common/m4/gst-x11.m4:
12181           Restore CFLAGS and LIBS.
12182
12183         * configure.ac:
12184           Revert previous patch.
12185
12186 2007-05-10  Stefan Kost  <ensonic@users.sf.net>
12187
12188         Patch by: Ali Sabil <ali.sabil@gmail.com>
12189
12190         * configure.ac:
12191           Save and restore CFLAGS for OpenGL check. Fixes #437260.
12192         
12193
12194 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
12195
12196         * docs/plugins/gst-plugins-bad-plugins.args:
12197         Add directraw and directsound sinks properties.
12198
12199 2007-05-09  Tim-Philipp Müller  <tim at centricular dot net>
12200
12201         * configure.ac:
12202           Fix --disable-external (hopefully).
12203
12204 2007-05-09  Wim Taymans  <wim@fluendo.com>
12205
12206         * gst/rtpmanager/gstrtpjitterbuffer.c:
12207         (gst_rtp_jitter_buffer_query):
12208         Pass queries upstream.
12209
12210 2007-05-06  Tim-Philipp Müller  <tim at centricular dot net>
12211
12212         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps),
12213         (gst_real_audio_dec_finalize):
12214         * gst/real/gstrealaudiodec.h:
12215         * gst/real/gstrealvideodec.c: (open_library), (close_library):
12216         * gst/real/gstrealvideodec.h:
12217           Use GModule instead of using dlsym() directly. Fixes #430598.
12218
12219 2007-05-04  Sebastien Moutte <sebastien@moutte.net>
12220
12221         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
12222         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
12223         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
12224           Add docs for Windows sinks.
12225
12226 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
12227
12228         * gst/speed/gstspeed.c: (speed_src_event), (speed_sink_event),
12229         (speed_chain), (speed_change_state):
12230           Fix event handling a bit by replacing completely dubious code
12231           written by someone else with completely dubious code written
12232           by me. Should at least fix #412077 though.
12233
12234 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
12235
12236         * gst/speed/gstspeed.c: (speed_src_query), (speed_chain),
12237         (plugin_init):
12238           Add debug category; use gst_pad_query_peer_*() utility functions;
12239           use gst_util_scale*(); add gtk-doc blurb.
12240
12241 2007-05-04  Wim Taymans  <wim@fluendo.com>
12242
12243         * gst/rtpmanager/gstrtpjitterbuffer.c:
12244         (gst_rtp_jitter_buffer_query):
12245         Add some debug info.
12246
12247         * gst/rtpmanager/rtpsession.c: (rtp_session_init),
12248         (rtp_session_send_rtp):
12249         Store real user name in the session.
12250
12251 2007-05-03  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
12252
12253         * configure.ac:
12254         * examples/Makefile.am:
12255         * examples/switch/switcher.c (loop, my_bus_callback, switch_timer,
12256           last_message_received, main):
12257         * gst/switch/gstswitch.c (GST_CAT_DEFAULT, gst_switch_details,
12258           gst_switch_src_factory, parent_class, gst_switch_release_pad,
12259           gst_switch_request_new_pad, gst_switch_chain, gst_switch_event,
12260           gst_switch_set_property, gst_switch_get_property,
12261           gst_switch_get_linked_pad, gst_switch_getcaps,
12262           gst_switch_bufferalloc, gst_switch_get_linked_pads,
12263           gst_switch_dispose, gst_switch_init, gst_switch_base_init,
12264           gst_switch_class_init):
12265         * gst/switch/gstswitch.h (GstSwitch, GstSwitchClass, _GstSwitch,
12266           element, active_sinkpad, srcpad, nb_sinkpads, newsegment_events,
12267           need_to_send_newsegment):
12268         Port switch element and example program to 0.10.
12269
12270 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
12271
12272         * ext/wavpack/gstwavpack.c: (plugin_init):
12273         Call bindtextdomain() to get localized strings.
12274         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
12275         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
12276         (gst_wavpack_parse_handle_seek_event),
12277         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_chain):
12278         * ext/wavpack/gstwavpackparse.h:
12279         Handle DISCONT buffers by correctly setting the DISCONT flag
12280         on outgoing buffers when necessary.
12281         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_handle_seek_event)
12282         Send newsegment from the streaming thread.
12283
12284 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
12285
12286         * ext/wavpack/gstwavpackparse.c:
12287         (gst_wavpack_parse_handle_seek_event):
12288         Remove old workaround that was needed when seeking after the last
12289         sample. With the fixed error handling this works now as expected
12290         without pushing the last sample although it wasn't requested.
12291
12292 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
12293
12294         * ext/wavpack/gstwavpackparse.c:
12295         (gst_wavpack_parse_handle_seek_event):
12296         Handle segment seeks in the seek event handler, correctly work with
12297         stop position == -1 and instead of stopping the task on seek just
12298         pause it.
12299
12300 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
12301
12302         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_loop):
12303         Add handling for segment seeks.
12304
12305 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
12306
12307         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_pull_buffer),
12308         (gst_wavpack_parse_create_src_pad),
12309         (gst_wavpack_parse_resync_loop), (gst_wavpack_parse_loop),
12310         (gst_wavpack_parse_chain):
12311         Correctly handle errors, especially in the loop function. Before it
12312         was easy to get the task paused but no error being posted on the bus.
12313
12314 2007-04-30  Wim Taymans  <wim@fluendo.com>
12315
12316         * gst/rtpmanager/async_jitter_queue.c: (signal_waiting_threads),
12317         (async_jitter_queue_pop_intern_unlocked):
12318         Fix the case where the buffer underruns and does not block.
12319
12320         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_base_init),
12321         (create_recv_rtcp), (create_send_rtp), (create_rtcp),
12322         (gst_rtp_bin_request_new_pad):
12323         Rename RTCP send pad, like in the session manager.
12324         Allow getting an RTCP pad for receiving even if we don't receive RTP.
12325         fix handling of send_rtp_src pad.
12326
12327         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_chain):
12328         When no pt map could be found, fall back to the sinkpad caps.
12329
12330         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_process_rtp),
12331         (gst_rtp_session_send_rtp), (create_recv_rtp_sink),
12332         (create_recv_rtcp_sink), (create_send_rtp_sink),
12333         (create_send_rtcp_src):
12334         Fix pad names.
12335
12336         * gst/rtpmanager/rtpsession.c: (source_push_rtp),
12337         (rtp_session_create_source), (rtp_session_process_sr),
12338         (rtp_session_send_rtp), (session_start_rtcp):
12339         * gst/rtpmanager/rtpsession.h:
12340         Unlock session when performing a callback.
12341         Add callbacks for the internal session object.
12342         Fix sending of RTP packets.
12343         first attempt at adding NTP times in the SR packets.
12344         Small debug and doc improvements.
12345
12346         * gst/rtpmanager/rtpsource.c: (rtp_source_send_rtp):
12347         Update stats for SR reports.
12348
12349 2007-04-29  Wim Taymans  <wim@fluendo.com>
12350
12351         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_send_rtcp):
12352         Remove debug.
12353
12354         * gst/rtpmanager/rtpsession.c: (rtp_session_process_sr),
12355         (rtp_session_process_sdes), (calculate_rtcp_interval),
12356         (rtp_session_next_timeout), (session_report_blocks):
12357         * gst/rtpmanager/rtpstats.c: (rtp_stats_calculate_rtcp_interval):
12358         Improve debugging
12359         Fix interval for BYE/RTCP packets.
12360
12361 2007-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12362
12363         * docs/plugins/gst-plugins-bad-plugins.args:
12364         * docs/plugins/gst-plugins-bad-plugins.signals:
12365           Commit result of running scanobj-update
12366
12367 2007-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12368
12369         * autogen.sh:
12370           Require automake 1.7
12371         * ext/alsaspdif/Makefile.am:
12372         * ext/divx/Makefile.am:
12373         * ext/ivorbis/Makefile.am:
12374         * ext/musicbrainz/Makefile.am:
12375         * ext/neon/Makefile.am:
12376         * ext/sdl/Makefile.am:
12377         * ext/swfdec/Makefile.am:
12378         * ext/theora/Makefile.am:
12379         * ext/wavpack/Makefile.am:
12380         * ext/xvid/Makefile.am:
12381         * gst/modplug/Makefile.am:
12382           Fix up Makefile.am accordingly.
12383
12384 2007-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12385
12386         * docs/plugins/inspect/plugin-alsaspdif.xml:
12387         * docs/plugins/inspect/plugin-bz2.xml:
12388         * docs/plugins/inspect/plugin-cdxaparse.xml:
12389         * docs/plugins/inspect/plugin-dfbvideosink.xml:
12390         * docs/plugins/inspect/plugin-faac.xml:
12391         * docs/plugins/inspect/plugin-faad.xml:
12392         * docs/plugins/inspect/plugin-filter.xml:
12393         * docs/plugins/inspect/plugin-freeze.xml:
12394         * docs/plugins/inspect/plugin-glimagesink.xml:
12395         * docs/plugins/inspect/plugin-gsm.xml:
12396         * docs/plugins/inspect/plugin-h264parse.xml:
12397         * docs/plugins/inspect/plugin-jack.xml:
12398         * docs/plugins/inspect/plugin-mms.xml:
12399         * docs/plugins/inspect/plugin-modplug.xml:
12400         * docs/plugins/inspect/plugin-musepack.xml:
12401         * docs/plugins/inspect/plugin-musicbrainz.xml:
12402         * docs/plugins/inspect/plugin-neon.xml:
12403         * docs/plugins/inspect/plugin-nsfdec.xml:
12404         * docs/plugins/inspect/plugin-replaygain.xml:
12405         * docs/plugins/inspect/plugin-sdl.xml:
12406         * docs/plugins/inspect/plugin-soundtouch.xml:
12407         * docs/plugins/inspect/plugin-spectrum.xml:
12408         * docs/plugins/inspect/plugin-speed.xml:
12409         * docs/plugins/inspect/plugin-tta.xml:
12410         * docs/plugins/inspect/plugin-videocrop.xml:
12411         * docs/plugins/inspect/plugin-wavpack.xml:
12412         * docs/plugins/inspect/plugin-xingheader.xml:
12413         * docs/plugins/inspect/plugin-xvid.xml:
12414           Add jack and update.
12415
12416 2007-04-28  Tim-Philipp Müller  <tim at centricular dot net>
12417
12418         * configure.ac:
12419           Don't build equalizer unless we have core from CVS (it won't
12420           work with earlier versions due to GstChildProxy brokeness).
12421           Also up requirements to last released core/base.
12422
12423 2007-04-27  Wim Taymans  <wim@fluendo.com>
12424
12425         * gst/rtpmanager/gstrtpsession.c: (rtcp_thread),
12426         (gst_rtp_session_send_rtcp), (gst_rtp_session_reconsider):
12427         Move reconsideration code to the rtpsession object.
12428         Simplify timout handling and add reconsideration.
12429
12430         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
12431         (rtp_session_init), (rtp_session_finalize), (on_bye_ssrc),
12432         (on_bye_timeout), (on_timeout), (rtp_session_set_callbacks),
12433         (obtain_source), (rtp_session_create_source),
12434         (update_arrival_stats), (rtp_session_process_rtp),
12435         (rtp_session_process_sr), (rtp_session_process_rr),
12436         (rtp_session_process_bye), (rtp_session_process_rtcp),
12437         (calculate_rtcp_interval), (rtp_session_send_bye),
12438         (rtp_session_next_timeout), (session_start_rtcp),
12439         (session_report_blocks), (session_cleanup), (session_sdes),
12440         (session_bye), (is_rtcp_time), (rtp_session_on_timeout):
12441         * gst/rtpmanager/rtpsession.h:
12442         Handle timeout of inactive sources and senders.
12443         Implement BYE scheduling.
12444
12445         * gst/rtpmanager/rtpsource.c: (calculate_jitter),
12446         (rtp_source_process_sr), (rtp_source_get_last_sr),
12447         (rtp_source_get_last_rb):
12448         * gst/rtpmanager/rtpsource.h:
12449         Add members to check for timeouts.
12450
12451         * gst/rtpmanager/rtpstats.c: (rtp_stats_init_defaults),
12452         (rtp_stats_calculate_rtcp_interval), (rtp_stats_add_rtcp_jitter),
12453         (rtp_stats_calculate_bye_interval):
12454         * gst/rtpmanager/rtpstats.h:
12455         Use RFC algorithm for calculating the reporting interval.
12456
12457 2007-04-26  Edward Hervey  <edward@fluendo.com>
12458
12459         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
12460         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
12461         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
12462         * docs/plugins/inspect/plugin-osxvideo.xml:
12463         Add documentation for osxvideo
12464
12465 2007-04-25  Wim Taymans  <wim@fluendo.com>
12466
12467         * gst/rtpmanager/gstrtpsession.c: (rtcp_thread):
12468         Implement forward and reverse reconsideration.
12469
12470         * gst/rtpmanager/rtpsession.c: (rtp_session_get_num_sources),
12471         (rtp_session_get_num_active_sources), (rtp_session_process_sr),
12472         (session_report_blocks):
12473         * gst/rtpmanager/rtpsession.h:
12474         Small cleanups.
12475
12476 2007-04-25  Wim Taymans  <wim@fluendo.com>
12477
12478         reviewed by: <delete if not using a buddy>
12479
12480         * gst/rtpmanager/gstrtpbin.c: (create_stream),
12481         (gst_rtp_bin_class_init), (gst_rtp_bin_set_property),
12482         (gst_rtp_bin_get_property):
12483         * gst/rtpmanager/gstrtpbin.h:
12484         Make default jitterbuffer latency configurable.
12485
12486         * gst/rtpmanager/gstrtpjitterbuffer.c:
12487         (gst_rtp_jitter_buffer_class_init),
12488         (gst_jitter_buffer_sink_parse_caps), (gst_rtp_jitter_buffer_loop),
12489         (gst_rtp_jitter_buffer_set_property),
12490         (gst_rtp_jitter_buffer_get_property):
12491         Debuging cleanups.
12492
12493 2007-04-25  Wim Taymans  <wim@fluendo.com>
12494
12495         * gst/rtpmanager/gstrtpjitterbuffer.c:
12496         (gst_rtp_jitter_buffer_change_state):
12497         Report NO_PREROLL when going to PAUSED.
12498
12499         * gst/rtpmanager/gstrtpsession.c: (rtcp_thread):
12500         Don't send RTCP right before we are shutting down.
12501
12502         * gst/rtpmanager/rtpsession.c: (rtp_session_process_rtp),
12503         (rtp_session_process_sr), (session_report_blocks),
12504         (rtp_session_perform_reporting):
12505         Improve report blocks.
12506
12507         * gst/rtpmanager/rtpsource.c: (calculate_jitter), (init_seq),
12508         (rtp_source_process_rtp), (rtp_source_process_sr),
12509         (rtp_source_process_rb), (rtp_source_get_last_sr),
12510         (rtp_source_get_last_rb):
12511         * gst/rtpmanager/rtpsource.h:
12512         * gst/rtpmanager/rtpstats.h:
12513         Cleanups, add methods to access stats. 
12514
12515 2007-04-25  Wim Taymans  <wim@fluendo.com>
12516
12517         * gst/rtpmanager/gstrtpbin.c: (create_rtcp):
12518         fix for pad name change
12519
12520         * gst/rtpmanager/gstrtpsession.c: (rtcp_thread),
12521         (gst_rtp_session_send_rtcp), (gst_rtp_session_clock_rate):
12522         Fix for renamed methods.
12523
12524         * gst/rtpmanager/rtpsession.c: (rtp_session_init),
12525         (rtp_session_finalize), (rtp_session_set_cname),
12526         (rtp_session_get_cname), (rtp_session_set_name),
12527         (rtp_session_get_name), (rtp_session_set_email),
12528         (rtp_session_get_email), (rtp_session_set_phone),
12529         (rtp_session_get_phone), (rtp_session_set_location),
12530         (rtp_session_get_location), (rtp_session_set_tool),
12531         (rtp_session_get_tool), (rtp_session_set_note),
12532         (rtp_session_get_note), (source_push_rtp), (obtain_source),
12533         (rtp_session_add_source), (rtp_session_get_source_by_ssrc),
12534         (rtp_session_create_source), (rtp_session_process_rtp),
12535         (rtp_session_process_sr), (rtp_session_process_sdes),
12536         (rtp_session_process_rtcp), (rtp_session_send_rtp),
12537         (rtp_session_get_reporting_interval), (session_report_blocks),
12538         (session_sdes), (rtp_session_perform_reporting):
12539         * gst/rtpmanager/rtpsession.h:
12540         Prepare for implementing SSRC sampling.
12541         Create SSRC for the session. 
12542         Add methods to set the SDES entries.
12543         fix accounting of senders/receivers.
12544         Implement SR/RR/SDES RTCP reporting.
12545
12546         * gst/rtpmanager/rtpsource.c: (rtp_source_init), (init_seq),
12547         (rtp_source_process_rtp), (rtp_source_process_sr):
12548         * gst/rtpmanager/rtpsource.h:
12549         Implement extended sequence number.
12550
12551         * gst/rtpmanager/rtpstats.c: (rtp_stats_calculate_rtcp_interval):
12552         * gst/rtpmanager/rtpstats.h:
12553         Rename some fields.
12554
12555 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
12556
12557         * gst/y4m/gsty4mencode.c: (gst_y4m_encode_init),
12558         (gst_y4m_encode_setcaps):
12559         * tests/check/elements/y4menc.c: (GST_START_TEST):
12560           Plug some leaks; try to make build bot happy again.
12561
12562 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
12563
12564         * gst/Makefile.am:
12565           Fix distcheck, hopefully (rtpmanager is already in GST_PLUGINS_ALL).
12566
12567 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
12568
12569         * gst/rtpmanager/rtpsession.c: (rtp_session_finalize):
12570           Don't use GLib-2.10 API, we only require GLib 2.8 at the moment.
12571
12572 2007-04-20  Michael Smith  <msmith@fluendo.com>
12573
12574         * ext/faad/gstfaad.c: (gst_faad_open_decoder):
12575           FAAD fails to decode low (e.g. 8 kHz) sample rate AAC data in
12576           quicktime because of sample rate mismatches.
12577           Reenable overriding the implicit SBR behaviour (accidently changed?)
12578           to allow playback of these files.
12579
12580 2007-04-19  David Schleef  <ds@schleef.org>
12581
12582         * configure.ac:
12583           Change rtpmanager disabling to keep -bad releasable.
12584
12585 2007-04-18  David Schleef  <ds@schleef.org>
12586
12587         * configure.ac:
12588         * gst/Makefile.am:
12589           Fix wtay's hack.  rtpmanager is disabled in configure.ac on
12590           line 268.
12591
12592 2007-04-18  Wim Taymans  <wim@fluendo.com>
12593
12594         * gst/Makefile.am:
12595         Add rtpmanager dir to dist.
12596
12597 2007-04-18  Wim Taymans  <wim@fluendo.com>
12598
12599         * configure.ac:
12600         Disable rtpmanager for now because it depends on CVS -base.
12601
12602         * gst/rtpmanager/Makefile.am:
12603         Added new files for session manager.
12604
12605         * gst/rtpmanager/gstrtpjitterbuffer.h:
12606         * gst/rtpmanager/gstrtpbin.c: (create_session), (get_pt_map),
12607         (create_stream), (pt_map_requested), (new_ssrc_pad_found):
12608         Some cleanups. 
12609         the session manager can now also request a pt-map.
12610
12611         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_base_init),
12612         (gst_rtp_session_class_init), (gst_rtp_session_init),
12613         (gst_rtp_session_finalize), (rtcp_thread), (start_rtcp_thread),
12614         (stop_rtcp_thread), (gst_rtp_session_change_state),
12615         (gst_rtp_session_process_rtp), (gst_rtp_session_send_rtp),
12616         (gst_rtp_session_send_rtcp), (gst_rtp_session_clock_rate),
12617         (gst_rtp_session_get_time), (gst_rtp_session_event_recv_rtp_sink),
12618         (gst_rtp_session_chain_recv_rtp),
12619         (gst_rtp_session_event_recv_rtcp_sink),
12620         (gst_rtp_session_chain_recv_rtcp),
12621         (gst_rtp_session_event_send_rtp_sink),
12622         (gst_rtp_session_chain_send_rtp), (create_send_rtcp_src),
12623         (gst_rtp_session_request_new_pad):
12624         * gst/rtpmanager/gstrtpsession.h:
12625         We can ask for pt-map now too when the session manager needs it.
12626         Hook up to the new session manager, implement the needed callbacks for
12627         pushing data, getting clock time and requesting clock-rates.
12628         Rename rtcp_src to send_rtcp_src to make it clear that this RTCP is to
12629         be send to clients.
12630         Add code to start and stop the thread that will schedule RTCP through
12631         the session manager.
12632
12633         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
12634         (rtp_session_init), (rtp_session_finalize),
12635         (rtp_session_set_property), (rtp_session_get_property),
12636         (on_new_ssrc), (on_ssrc_collision), (on_ssrc_validated),
12637         (on_bye_ssrc), (rtp_session_new), (rtp_session_set_callbacks),
12638         (rtp_session_set_bandwidth), (rtp_session_get_bandwidth),
12639         (rtp_session_set_rtcp_bandwidth), (rtp_session_get_rtcp_bandwidth),
12640         (source_push_rtp), (source_clock_rate), (check_collision),
12641         (obtain_source), (rtp_session_add_source),
12642         (rtp_session_get_num_sources),
12643         (rtp_session_get_num_active_sources),
12644         (rtp_session_get_source_by_ssrc),
12645         (rtp_session_get_source_by_cname), (rtp_session_create_source),
12646         (update_arrival_stats), (rtp_session_process_rtp),
12647         (rtp_session_process_sr), (rtp_session_process_rr),
12648         (rtp_session_process_sdes), (rtp_session_process_bye),
12649         (rtp_session_process_app), (rtp_session_process_rtcp),
12650         (rtp_session_send_rtp), (rtp_session_get_rtcp_interval),
12651         (rtp_session_produce_rtcp):
12652         * gst/rtpmanager/rtpsession.h:
12653         The advanced beginnings of the main session manager that handles the
12654         participant database of RTPSources, SSRC probation, SSRC collisions,
12655         parse RTCP to update source stats. etc..
12656
12657         * gst/rtpmanager/rtpsource.c: (rtp_source_class_init),
12658         (rtp_source_init), (rtp_source_finalize), (rtp_source_new),
12659         (rtp_source_set_callbacks), (rtp_source_set_as_csrc),
12660         (rtp_source_set_rtp_from), (rtp_source_set_rtcp_from),
12661         (push_packet), (get_clock_rate), (calculate_jitter),
12662         (rtp_source_process_rtp), (rtp_source_process_bye),
12663         (rtp_source_send_rtp), (rtp_source_process_sr),
12664         (rtp_source_process_rb):
12665         * gst/rtpmanager/rtpsource.h:
12666         Object that encapsulates an SSRC and its state in the database.
12667         Calculates the jitter and transit times of data packets.
12668
12669         * gst/rtpmanager/rtpstats.c: (rtp_stats_init_defaults),
12670         (rtp_stats_calculate_rtcp_interval), (rtp_stats_add_rtcp_jitter):
12671         * gst/rtpmanager/rtpstats.h:
12672         Various stats regarding the session and sources.
12673         Used to calculate the RTCP interval.
12674
12675 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
12676
12677         * gst/app/Makefile.am:
12678           Fix CFLAGS and hopefully #430594.
12679
12680 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
12681
12682         * gst/nsf/types.h:
12683           Rename #ifndef header guard symbol to something less generic, so
12684           types.h doesn't get skipped over when compiling on MingW. Include
12685           GLib headers and use those to set the endianness and the basic
12686           types so that this isn't entirely broken for non-x86 architectures.
12687
12688 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
12689
12690         * gst/mve/gstmvedemux.c: (gst_mve_audio_init):
12691           Use G_LITTLE_ENDIAN instead of LITTLE_ENDIAN, so stuff compiles on
12692           MingW (no idea though why we add a BYTE_ORDER endianness field if
12693           the audio is compressed).
12694
12695 2007-04-14  Sebastien Moutte <sebastien@moutte.net>
12696
12697         * docs/plugins/inspect/plugin-directdraw.xml:
12698         * docs/plugins/inspect/plugin-directsound.xml:
12699         * docs/plugins/inspect/plugin-waveform.xml:
12700           Add xml doc files for Windows sinks
12701         * win32/vs6/libgstqtdemux.dsp:
12702         * win32/vs6/libgstmpegvideoparse.dsp:
12703         * win32/vs6/gst_plugins_bad.dsw:
12704          Update projects files.
12705         
12706 2007-04-13  Wim Taymans  <wim@fluendo.com>
12707
12708         * gst/rtpmanager/gstrtpbin.c: (create_session), (get_pt_map),
12709         (gst_rtp_bin_init), (gst_rtp_bin_finalize), (new_ssrc_pad_found),
12710         (create_recv_rtp), (gst_rtp_bin_request_new_pad):
12711         * gst/rtpmanager/gstrtpbin.h:
12712         * gst/rtpmanager/gstrtpclient.c:
12713         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
12714         (gst_rtp_session_init), (gst_rtp_session_finalize),
12715         (gst_rtp_session_event_recv_rtp_sink),
12716         (gst_rtp_session_event_recv_rtcp_sink),
12717         (gst_rtp_session_chain_recv_rtcp),
12718         (gst_rtp_session_request_new_pad):
12719         Protect lists and structures with locks.
12720         Return FLOW_OK from RTCP messages for now.
12721
12722 2007-04-12  Wim Taymans  <wim@fluendo.com>
12723
12724         * gst/qtdemux/qtdemux.c:
12725         Make timescale 32 bits again so we don't screw up the pts_offset
12726         calculations.
12727
12728 2007-04-12  Wim Taymans  <wim@fluendo.com>
12729
12730         * gst/rtpmanager/gstrtpbin.c: (create_session), (get_pt_map),
12731         (create_stream), (gst_rtp_bin_class_init), (pt_map_requested):
12732         Emit pt map requests and cache results.
12733
12734         * gst/rtpmanager/gstrtpjitterbuffer.c:
12735         (gst_rtp_jitter_buffer_class_init),
12736         (gst_jitter_buffer_sink_parse_caps),
12737         (gst_jitter_buffer_sink_setcaps),
12738         (gst_rtp_jitter_buffer_get_clock_rate),
12739         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
12740         * gst/rtpmanager/gstrtpjitterbuffer.h:
12741         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_chain):
12742         Emit request-pt-map signals.
12743
12744 2007-04-11  Wim Taymans  <wim@fluendo.com>
12745
12746         * gst/rtpmanager/gstrtpbin-marshal.list:
12747         Some more custom marshallers.
12748
12749         * gst/rtpmanager/gstrtpbin.c: (create_session), (get_pt_map),
12750         (clock_rate_request), (create_stream), (gst_rtp_bin_class_init),
12751         (pt_map_requested), (new_ssrc_pad_found), (create_recv_rtp):
12752         * gst/rtpmanager/gstrtpbin.h:
12753         Prepare for caching pt maps.
12754         Connect to signals to collect pt maps.
12755
12756         * gst/rtpmanager/gstrtpjitterbuffer.c:
12757         (gst_rtp_jitter_buffer_class_init),
12758         (gst_jitter_buffer_sink_setcaps), (gst_rtp_jitter_buffer_loop):
12759         * gst/rtpmanager/gstrtpjitterbuffer.h:
12760         Add request_clock_rate signal.
12761         Use scale insteat of scale_int because the later does not deal with
12762         negative numbers.
12763
12764         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_class_init),
12765         (gst_rtp_pt_demux_chain):
12766         * gst/rtpmanager/gstrtpptdemux.h:
12767         Implement request-pt-map signal.
12768
12769 2007-04-11  Wim Taymans  <wim@fluendo.com>
12770
12771         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
12772         (qtdemux_parse_samples), (qtdemux_parse_segments),
12773         (qtdemux_parse_trak), (qtdemux_parse_tree):
12774         * gst/qtdemux/qtdemux_dump.c: (qtdemux_dump_mdhd):
12775         Handle version 1 mdhd atoms to get extended precision durations.
12776         Fixes #426972.
12777
12778 2007-04-10  Wim Taymans  <wim@fluendo.com>
12779
12780         * gst/rtpmanager/.cvsignore:
12781         * gst/rtpmanager/Makefile.am:
12782         * gst/rtpmanager/gstrtpbin-marshal.list:
12783         Added custom marshallers for signals.
12784
12785         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_class_init):
12786         * gst/rtpmanager/gstrtpbin.h:
12787         Prepare for emiting pt map signals.
12788
12789         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_class_init):
12790         * gst/rtpmanager/gstrtpssrcdemux.c:
12791         (gst_rtp_ssrc_demux_class_init):
12792         Fix signals.
12793
12794 2007-04-06  Wim Taymans  <wim@fluendo.com>
12795
12796         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_class_init),
12797         (gst_rtp_bin_init), (gst_rtp_bin_provide_clock):
12798         * gst/rtpmanager/gstrtpbin.h:
12799         Provide a clock.
12800
12801 2007-04-06  Wim Taymans  <wim@fluendo.com>
12802
12803         * gst/rtpmanager/gstrtpbin.c: (create_rtcp):
12804         Fix pad template name parsing.
12805
12806 2007-04-05  Wim Taymans  <wim@fluendo.com>
12807
12808         * gst/rtpmanager/gstrtpjitterbuffer.c:
12809         (gst_jitter_buffer_sink_setcaps), (gst_rtp_jitter_buffer_chain),
12810         (gst_rtp_jitter_buffer_loop):
12811         Add some debug and comments.
12812         Fix double unref() in error cases.
12813
12814 2007-04-05  Wim Taymans  <wim@fluendo.com>
12815
12816         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
12817         (gst_rtp_xqt_depay_change_state):
12818         * gst/qtdemux/gstrtpxqtdepay.h:
12819         Try to recover from packet loss a little better.
12820
12821 2007-04-05  Wim Taymans  <wim@fluendo.com>
12822
12823         * gst/rtpmanager/gstrtpbin.c: (find_session_by_id),
12824         (create_session), (find_stream_by_ssrc), (create_stream),
12825         (gst_rtp_bin_class_init), (new_payload_found),
12826         (new_ssrc_pad_found), (create_recv_rtp), (create_recv_rtcp),
12827         (create_send_rtp), (create_rtcp):
12828         * gst/rtpmanager/gstrtpbin.h:
12829         Add debugging category.
12830         Added RTPStream to manage stream per SSRC, each with its own
12831         jitterbuffer and ptdemux.
12832         Added SSRCDemux.
12833         Connect to various SSRC and PT signals and create ghostpads, link stuff.
12834
12835
12836         * gst/rtpmanager/gstrtpmanager.c: (plugin_init):
12837         Added rtpbin to elements.
12838
12839         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_chain):
12840         Fix caps and forward GstFlowReturn
12841
12842         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
12843         (gst_rtp_session_event_recv_rtp_sink),
12844         (gst_rtp_session_chain_recv_rtp),
12845         (gst_rtp_session_event_recv_rtcp_sink),
12846         (gst_rtp_session_chain_recv_rtcp),
12847         (gst_rtp_session_event_send_rtp_sink),
12848         (gst_rtp_session_chain_send_rtp), (create_recv_rtp_sink),
12849         (create_recv_rtcp_sink), (create_send_rtp_sink), (create_rtcp_src),
12850         (gst_rtp_session_request_new_pad):
12851         Add debug category.
12852         Add event handling
12853
12854         * gst/rtpmanager/gstrtpssrcdemux.c: (find_rtp_pad_for_ssrc),
12855         (create_rtp_pad_for_ssrc), (gst_rtp_ssrc_demux_class_init),
12856         (gst_rtp_ssrc_demux_init), (gst_rtp_ssrc_demux_chain),
12857         (gst_rtp_ssrc_demux_change_state):
12858         * gst/rtpmanager/gstrtpssrcdemux.h:
12859         Add debug category.
12860         Add new-pt-pad signal.
12861
12862 2007-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12863
12864         submitted by: Mogens Jaeger <mogens@jaeger.tf>
12865
12866         * po/LINGUAS:
12867         * po/da.po:
12868           Added Danish translation.
12869
12870 2007-04-04  Wim Taymans  <wim@fluendo.com>
12871
12872         * gst/rtpmanager/Makefile.am:
12873         * gst/rtpmanager/gstrtpmanager.c: (plugin_init):
12874         * gst/rtpmanager/gstrtpssrcdemux.c: (find_pad_for_ssrc),
12875         (create_pad_for_ssrc), (gst_rtp_ssrc_demux_base_init),
12876         (gst_rtp_ssrc_demux_class_init), (gst_rtp_ssrc_demux_init),
12877         (gst_rtp_ssrc_demux_finalize), (gst_rtp_ssrc_demux_sink_event),
12878         (gst_rtp_ssrc_demux_chain), (gst_rtp_ssrc_demux_src_event),
12879         (gst_rtp_ssrc_demux_change_state):
12880         * gst/rtpmanager/gstrtpssrcdemux.h:
12881         Added simple SSRC demuxer.
12882
12883 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
12884
12885         * ext/jack/gstjackaudiosink.c: (gst_jack_ring_buffer_open_device),
12886         (gst_jack_ring_buffer_acquire):
12887           Try t better name clients. properly handle return codes when re-
12888           establishing links.
12889
12890 2007-04-03  David Schleef  <ds@schleef.org>
12891
12892         * sys/glsink/glimagesink.c:
12893           Fix handling of video/x-raw-yuv.  Add overlay handling.
12894
12895 2007-04-03  Wim Taymans  <wim@fluendo.com>
12896
12897         * gst/rtpmanager/gstrtpbin.c: (find_session_by_id),
12898         (create_session), (gst_rtp_bin_base_init), (create_recv_rtp),
12899         (create_recv_rtcp), (create_send_rtp), (create_rtcp),
12900         (gst_rtp_bin_request_new_pad):
12901         * gst/rtpmanager/gstrtpbin.h:
12902         * gst/rtpmanager/gstrtpclient.c:
12903         Some more ghostpad magic.
12904
12905 2007-04-03  Wim Taymans  <wim@fluendo.com>
12906
12907         * gst/rtpmanager/Makefile.am:
12908         Add .h file so it can be disted properly.
12909
12910 2007-04-03  Wim Taymans  <wim@fluendo.com>
12911
12912         * configure.ac:
12913         * gst/rtpmanager/Makefile.am:
12914         * gst/rtpmanager/async_jitter_queue.c: (async_jitter_queue_new),
12915         (signal_waiting_threads), (async_jitter_queue_ref),
12916         (async_jitter_queue_ref_unlocked),
12917         (async_jitter_queue_set_low_threshold),
12918         (async_jitter_queue_set_high_threshold),
12919         (async_jitter_queue_set_max_queue_length),
12920         (async_jitter_queue_get_g_queue), (calculate_ts_diff),
12921         (async_jitter_queue_length_ts_units_unlocked),
12922         (async_jitter_queue_unref_and_unlock), (async_jitter_queue_unref),
12923         (async_jitter_queue_lock), (async_jitter_queue_unlock),
12924         (async_jitter_queue_push), (async_jitter_queue_push_unlocked),
12925         (async_jitter_queue_push_sorted),
12926         (async_jitter_queue_push_sorted_unlocked),
12927         (async_jitter_queue_insert_after_unlocked),
12928         (async_jitter_queue_pop_intern_unlocked), (async_jitter_queue_pop),
12929         (async_jitter_queue_pop_unlocked), (async_jitter_queue_length),
12930         (async_jitter_queue_length_unlocked),
12931         (async_jitter_queue_set_flushing_unlocked),
12932         (async_jitter_queue_unset_flushing_unlocked),
12933         (async_jitter_queue_set_blocking_unlocked):
12934         * gst/rtpmanager/async_jitter_queue.h:
12935         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_base_init),
12936         (gst_rtp_bin_class_init), (gst_rtp_bin_init),
12937         (gst_rtp_bin_finalize), (gst_rtp_bin_set_property),
12938         (gst_rtp_bin_get_property), (gst_rtp_bin_change_state),
12939         (gst_rtp_bin_request_new_pad), (gst_rtp_bin_release_pad):
12940         * gst/rtpmanager/gstrtpbin.h:
12941         * gst/rtpmanager/gstrtpclient.c: (new_pad), (create_stream),
12942         (free_stream), (find_stream_by_ssrc), (gst_rtp_client_base_init),
12943         (gst_rtp_client_class_init), (gst_rtp_client_init),
12944         (gst_rtp_client_finalize), (gst_rtp_client_set_property),
12945         (gst_rtp_client_get_property), (gst_rtp_client_change_state),
12946         (gst_rtp_client_request_new_pad), (gst_rtp_client_release_pad):
12947         * gst/rtpmanager/gstrtpclient.h:
12948         * gst/rtpmanager/gstrtpjitterbuffer.c:
12949         (gst_rtp_jitter_buffer_base_init),
12950         (gst_rtp_jitter_buffer_class_init), (gst_rtp_jitter_buffer_init),
12951         (gst_rtp_jitter_buffer_dispose), (gst_rtp_jitter_buffer_getcaps),
12952         (gst_jitter_buffer_sink_setcaps), (free_func),
12953         (gst_rtp_jitter_buffer_flush_start),
12954         (gst_rtp_jitter_buffer_flush_stop),
12955         (gst_rtp_jitter_buffer_src_activate_push),
12956         (gst_rtp_jitter_buffer_change_state), (priv_compare_rtp_seq_lt),
12957         (compare_rtp_buffers_seq_num), (gst_rtp_jitter_buffer_sink_event),
12958         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop),
12959         (gst_rtp_jitter_buffer_query),
12960         (gst_rtp_jitter_buffer_set_property),
12961         (gst_rtp_jitter_buffer_get_property):
12962         * gst/rtpmanager/gstrtpjitterbuffer.h:
12963         * gst/rtpmanager/gstrtpmanager.c: (plugin_init):
12964         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_base_init),
12965         (gst_rtp_pt_demux_class_init), (gst_rtp_pt_demux_init),
12966         (gst_rtp_pt_demux_finalize), (gst_rtp_pt_demux_chain),
12967         (gst_rtp_pt_demux_getcaps), (find_pad_for_pt),
12968         (gst_rtp_pt_demux_setup), (gst_rtp_pt_demux_release),
12969         (gst_rtp_pt_demux_change_state):
12970         * gst/rtpmanager/gstrtpptdemux.h:
12971         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_base_init),
12972         (gst_rtp_session_class_init), (gst_rtp_session_init),
12973         (gst_rtp_session_finalize), (gst_rtp_session_set_property),
12974         (gst_rtp_session_get_property), (gst_rtp_session_change_state),
12975         (gst_rtp_session_chain_recv_rtp),
12976         (gst_rtp_session_chain_recv_rtcp),
12977         (gst_rtp_session_chain_send_rtp), (create_recv_rtp_sink),
12978         (create_recv_rtcp_sink), (create_send_rtp_sink), (create_rtcp_src),
12979         (gst_rtp_session_request_new_pad), (gst_rtp_session_release_pad):
12980         * gst/rtpmanager/gstrtpsession.h:
12981         Add RTP session management elements. Still in progress.
12982
12983 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
12984
12985         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
12986         (gst_wavpack_dec_init), (gst_wavpack_dec_sink_set_caps),
12987         (gst_wavpack_dec_clip_outgoing_buffer),
12988         (gst_wavpack_dec_post_tags), (gst_wavpack_dec_chain):
12989         * ext/wavpack/gstwavpackdec.h:
12990         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
12991         (gst_wavpack_enc_sink_set_caps), (gst_wavpack_enc_set_wp_config),
12992         (gst_wavpack_enc_chain):
12993         * ext/wavpack/gstwavpackenc.h:
12994         * ext/wavpack/gstwavpackparse.c:
12995         Don't play audioconvert. As wavpack wants/outputs all samples with
12996         width==32 and depth=[1,32] accept this and let audioconvert convert
12997         to accepted formats instead of doing it in the element for n*8 depths.
12998         This also adds support for non-n*8 depths and prevents some useless
12999         memory allocations. Fixes #421598
13000         Also add a workaround for bug #421542 in wavpackenc for now...
13001         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
13002         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
13003         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
13004         Consider the change above in the unit tests and test if the correct
13005         caps are accepted and set. Also check for GST_BUFFER_OFFSET_END in
13006         the wavpackparse unit test.
13007
13008         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_init),
13009         (gst_wavpack_dec_sink_set_caps):
13010         Set caps on the src pad as soon as possible.
13011
13012         * ext/wavpack/gstwavpackdec.h:
13013         * ext/wavpack/gstwavpackcommon.h:
13014         * ext/wavpack/gstwavpackenc.h:
13015         * ext/wavpack/gstwavpackparse.h:
13016         Fix indention. gst-indent is now called by cicl.
13017
13018 2007-03-28  Edward Hervey  <edward@fluendo.com>
13019
13020         * gst/qtdemux/qtdemux.c: (gst_qtdemux_prepare_current_sample),
13021         (gst_qtdemux_chain), (qtdemux_parse_samples):
13022         * gst/qtdemux/qtdemux_dump.c: (qtdemux_dump_ctts):
13023         * gst/qtdemux/qtdemux_dump.h:
13024         * gst/qtdemux/qtdemux_fourcc.h:
13025         * gst/qtdemux/qtdemux_types.c:
13026         Process 'ctts' atoms, which are present in AVC ISO files (.mov files
13027         with h264 video).
13028         Use the offset present in 'ctts' to calculate the PTS for each packet
13029         and set the PTS on outgoing buffers.
13030         Fixes #423283
13031
13032 2007-03-27  Julien MOUTTE  <julien@moutte.net>
13033
13034         * ext/xvid/gstxviddec.c: (gst_xviddec_chain): Add some
13035         debug log and fix a stupid output buffer duration bug.
13036
13037 2007-03-25  Tim-Philipp Müller  <tim at centricular dot net>
13038
13039         Patch by: Michal Benes <michal.benes at itonis tv>
13040         Patch by: Josef Zlomek <josef.zlomek at itonis tv>
13041
13042         * configure.ac:
13043         * ext/Makefile.am:
13044         * ext/x264/Makefile.am:
13045         * ext/x264/gstx264enc.c: (gst_x264_enc_me_get_type),
13046         (gst_x264_enc_analyse_get_type),
13047         (gst_x264_enc_timestamp_queue_init),
13048         (gst_x264_enc_timestamp_queue_free),
13049         (gst_x264_enc_timestamp_queue_put),
13050         (gst_x264_enc_timestamp_queue_get), (gst_x264_enc_header_buf),
13051         (gst_x264_enc_set_src_caps), (gst_x264_enc_sink_set_caps),
13052         (gst_x264_enc_base_init), (gst_x264_enc_class_init),
13053         (gst_x264_enc_init), (gst_x264_enc_init_encoder),
13054         (gst_x264_enc_close_encoder), (gst_x264_enc_dispose),
13055         (gst_x264_enc_sink_event), (gst_x264_enc_chain),
13056         (gst_x264_enc_encode_frame), (gst_x264_enc_change_state),
13057         (gst_x264_enc_set_property), (gst_x264_enc_get_property),
13058         (plugin_init):
13059         * ext/x264/gstx264enc.h:
13060           Add libx264-based h264 encoder plugin (#421110). Probably doesn't
13061           handle 'odd' widths and heights correctly yet.
13062
13063 2007-03-24  Tim-Philipp Müller  <tim at centricular dot net>
13064
13065         * gst/interleave/deinterleave.c: (gst_deinterleave_sink_setcaps):
13066           Remove 'channel-positions' field when munging input caps into
13067           1-channel output caps (I guess technically we should set the
13068           position for each channel on the output caps if it's non-NONE,
13069           but I'll save that as a task for another day).
13070
13071 2007-03-23  Michael Smith  <msmith@fluendo.com>
13072
13073         * gst/vmnc/vmncdec.c: (gst_vmnc_dec_class_init),
13074         (gst_vmnc_dec_init), (vmnc_dec_finalize), (gst_vmnc_dec_reset),
13075         (vmnc_handle_wmvi_rectangle), (render_colour_cursor),
13076         (render_cursor), (vmnc_make_buffer), (vmnc_handle_wmvd_rectangle),
13077         (vmnc_handle_wmve_rectangle), (vmnc_handle_wmvf_rectangle),
13078         (vmnc_handle_wmvg_rectangle), (vmnc_handle_wmvh_rectangle),
13079         (vmnc_handle_wmvj_rectangle), (render_raw_tile), (render_subrect),
13080         (vmnc_handle_raw_rectangle), (vmnc_handle_copy_rectangle),
13081         (vmnc_handle_hextile_rectangle), (vmnc_handle_packet),
13082         (vmnc_dec_setcaps), (vmnc_dec_chain_frame), (vmnc_dec_chain),
13083         (vmnc_dec_set_property), (vmnc_dec_get_property):
13084           Redesign to include a parser for raw files (no timestamps in that
13085           mode yet, though).
13086
13087 2007-03-22  Tim-Philipp Müller  <tim at centricular dot net>
13088
13089         * gst/interleave/deinterleave.c: (gst_deinterleave_add_new_pads),
13090         (gst_deinterleave_remove_pads), (gst_deinterleave_process),
13091         (gst_deinterleave_chain):
13092           Don't leak input buffer in chain function; maintain our own list of
13093           source pads - there are no guarantees about the order of the list
13094           in the GstElement struct, and we want a very specific order; lastly,
13095           some more debugging.
13096
13097 2007-03-22  Tim-Philipp Müller  <tim at centricular dot net>
13098
13099         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_init):
13100           Alloc user agent string only once.
13101
13102 2007-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
13103
13104         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_plugin_init):
13105         Revert last commit, preventing infinite plugging loops with ranks
13106         is no clean solution and in general there's no reason why one wants
13107         to parse framed wavpack data again.
13108
13109 2007-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
13110
13111         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_push_block):
13112         Send the new segment event in time format instead of bytes. This
13113         allows "wavpackenc ! wavpackdec ! someaudiosink" pipelines.
13114
13115         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_plugin_init):
13116         Accept framed and non-framed input, wavpackparse doesn't care. To
13117         prevent "wavpackparse ! wavpackparse ! ..." pipelines lower the
13118         rank of wavpackparse by one. This allows "wavpackenc ! wavpackparse !
13119         ..." pipelines.
13120
13121 2007-03-22  Thomas Vander Stichele  <thomas at apestaart dot org>
13122
13123         * gst-libs/gst/app/Makefile.am:
13124           Use GST_ALL_LDFLAGS, which actually exists, but maybe David
13125           can confirm that was what he wanted.
13126
13127 2007-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
13128
13129         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
13130         Revert to use gst_pad_alloc_buffer() here. We can and should use it.
13131         Thanks to Jan and Mike for noticing my mistake.
13132
13133 2007-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
13134
13135         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_class_init),
13136         (gst_wavpack_enc_init), (gst_wavpack_enc_chain),
13137         (gst_wavpack_enc_rewrite_first_block):
13138         * ext/wavpack/gstwavpackenc.h:
13139         Put the write helpers into the GstWavpackEnc struct directly and not
13140         as a pointer to save two small, but useless mallocs. This also makes
13141         it possible to drop the finalize method.
13142         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_push_buffer):
13143         For consistency reasons also set GST_BUFFER_OFFSET_END on the outgoing
13144         buffers the same way wavpackenc does it.
13145
13146 2007-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
13147
13148         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
13149         Don't use gst_pad_alloc_buffer() as we might clip the buffer later and
13150         BaseTransform-based elements will likely break because of wrong
13151         unit-size. Also plug a possible memleak that happens when decoding
13152         fails for some reason.
13153
13154 2007-03-18  Wim Taymans  <wim@fluendo.com>
13155
13156         Based on patch by: Paul Davis <paul at linuxaudiosystems dot com>
13157
13158         * ext/jack/gstjackaudioclient.c: (gst_jack_audio_unref_connection):
13159         Don't need to take the connection lock, it will not be used and could
13160         cause deadlocks.
13161
13162 2007-03-16  Edward Hervey  <edward@fluendo.com>
13163
13164         * sys/osxvideo/osxvideosink.m:
13165         Fix previous commit, we want to pass the NSView in the message.
13166
13167 2007-03-16  Edward Hervey  <edward@fluendo.com>
13168
13169         * sys/osxvideo/osxvideosink.m:
13170         Emit 'have-ns-view' message when working in embedded mode. The message
13171         will contain a pointer to the newly created NSView.
13172
13173 2007-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
13174
13175         * gst/mpegvideoparse/mpegpacketiser.c: (mpeg_util_find_start_code),
13176         (collect_packets), (set_par_from_dar), (set_fps_from_code),
13177         (mpeg_util_parse_extension_packet), (mpeg_util_parse_sequence_hdr),
13178         (mpeg_util_parse_picture_hdr):
13179         * gst/mpegvideoparse/mpegpacketiser.h:
13180         * gst/mpegvideoparse/mpegvideoparse.c:
13181         (mpegvideoparse_handle_sequence), (mpegvideoparse_handle_picture),
13182         (mpegvideoparse_drain_avail), (gst_mpegvideoparse_chain),
13183         (mpv_parse_sink_event), (plugin_init):
13184         * gst/mpegvideoparse/mpegvideoparse.h:
13185         Move the MPEG specific byte parsing into the mpegpacketiser code.
13186
13187         Add parsing of picture types, that just feeds into a debug message
13188         for now.
13189
13190         Fix some 64-bit format strings.
13191
13192 2007-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
13193
13194         * gst/mpegaudioparse:
13195         Remove empty dir.
13196
13197 2007-03-16  Stefan Kost  <ensonic@users.sf.net>
13198
13199         * gst/equalizer/gstiirequalizer10bands.c:
13200         (gst_iir_equalizer_10bands_init):
13201           A 10 band EQ should be initialized to 10 bands and not to 3.
13202
13203 2007-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
13204
13205         * configure.ac:
13206         * gst/mpeg1videoparse/Makefile.am:
13207         * gst/mpeg1videoparse/gstmp1videoparse.c:
13208         * gst/mpeg1videoparse/gstmp1videoparse.h:
13209         * gst/mpeg1videoparse/mp1videoparse.vcproj:
13210         * gst/mpegvideoparse/Makefile.am:
13211         * gst/mpegvideoparse/mpegpacketiser.c: (mpeg_packetiser_init),
13212         (mpeg_packetiser_free), (mpeg_packetiser_add_buf),
13213         (mpeg_packetiser_flush), (mpeg_find_start_code),
13214         (get_next_free_block), (complete_current_block),
13215         (append_to_current_block), (start_new_block), (handle_packet),
13216         (collect_packets), (mpeg_packetiser_handle_eos),
13217         (mpeg_packetiser_get_block), (mpeg_packetiser_next_block):
13218         * gst/mpegvideoparse/mpegpacketiser.h:
13219         * gst/mpegvideoparse/mpegvideoparse.c: (mpegvideoparse_get_type),
13220         (gst_mpegvideoparse_base_init), (gst_mpegvideoparse_class_init),
13221         (mpv_parse_reset), (gst_mpegvideoparse_init),
13222         (gst_mpegvideoparse_dispose), (set_par_from_dar),
13223         (set_fps_from_code), (mpegvideoparse_parse_seq),
13224         (gst_mpegvideoparse_time_code), (gst_mpegvideoparse_flush),
13225         (mpegvideoparse_drain_avail), (gst_mpegvideoparse_chain),
13226         (mpv_parse_sink_event), (gst_mpegvideoparse_change_state),
13227         (plugin_init):
13228         * gst/mpegvideoparse/mpegvideoparse.h:
13229         * gst/mpegvideoparse/mpegvideoparse.vcproj:
13230         Port mpeg1videoparse to 0.10 and give it rank SECONDARY-1, so
13231         that it's below existing decoders.
13232         
13233         Rename it to mpegvideoparse to reflect that it handles MPEG-1 and
13234         MPEG-2 now.
13235
13236         Re-write the parsing code so that it collects packets differently
13237         and timestamps Picture packets correctly.
13238
13239         Add a list of FIXME's at the top.
13240
13241 2007-03-14  Stefan Kost  <ensonic@users.sf.net>
13242
13243         * tests/icles/equalizer-test.c: (equalizer_set_band_value),
13244         (equalizer_set_all_band_values),
13245         (equalizer_set_band_value_and_wait),
13246         (equalizer_set_all_band_values_and_wait), (do_slider_fiddling),
13247         (main):
13248           Port the example to new equalizer api.
13249
13250 2007-03-14  Edward Hervey  <edward@fluendo.com>
13251
13252         * sys/osxvideo/cocoawindow.h:
13253         * sys/osxvideo/cocoawindow.m:
13254         * sys/osxvideo/osxvideosink.h:
13255         * sys/osxvideo/osxvideosink.m:
13256         Fix leaks when running a NSApp.
13257         Accept any kind of resolutions.
13258         Works in fullscreen. Can maximize.
13259         Only thing left before being able to move this to -good is documentation
13260         and embedded window support.
13261
13262 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13263
13264         * po/hu.po:
13265         * po/it.po:
13266         * po/sv.po:
13267           Updated translations.
13268
13269 2007-03-14  Stefan Kost  <ensonic@users.sf.net>
13270
13271         * gst/equalizer/Makefile.am:
13272         * gst/equalizer/gstiirequalizer.c: (_do_init),
13273         (gst_iir_equalizer_band_set_property),
13274         (gst_iir_equalizer_band_class_init),
13275         (gst_iir_equalizer_band_get_type),
13276         (gst_iir_equalizer_child_proxy_get_child_by_index),
13277         (gst_iir_equalizer_child_proxy_get_children_count),
13278         (gst_iir_equalizer_child_proxy_interface_init), (setup_filter),
13279         (gst_iir_equalizer_compute_frequencies),
13280         (gst_iir_equalizer_transform_ip), (plugin_init):
13281         * gst/equalizer/gstiirequalizer10bands.c:
13282         (gst_iir_equalizer_10bands_base_init),
13283         (gst_iir_equalizer_10bands_class_init),
13284         (gst_iir_equalizer_10bands_init),
13285         (gst_iir_equalizer_10bands_set_property),
13286         (gst_iir_equalizer_10bands_get_property):
13287         * gst/equalizer/gstiirequalizer10bands.h:
13288         * gst/equalizer/gstiirequalizer3bands.c:
13289         (gst_iir_equalizer_3bands_base_init),
13290         (gst_iir_equalizer_3bands_class_init),
13291         (gst_iir_equalizer_3bands_init),
13292         (gst_iir_equalizer_3bands_set_property),
13293         (gst_iir_equalizer_3bands_get_property):
13294         * gst/equalizer/gstiirequalizer3bands.h:
13295         * gst/equalizer/gstiirequalizernbands.c:
13296         (gst_iir_equalizer_nbands_base_init),
13297         (gst_iir_equalizer_nbands_init):
13298           Add 3 and 10 band version and add missing gst_object_sync_values.
13299
13300         * gst/spectrum/gstspectrum.c: (gst_spectrum_event),
13301         (gst_spectrum_transform_ip):
13302           Add some comments about float support.
13303
13304 2007-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
13305
13306         * gst/mpegaudioparse/Makefile.am:
13307         * gst/mpegaudioparse/gstmpegaudioparse.c:
13308         * gst/mpegaudioparse/gstmpegaudioparse.h:
13309         * gst/mpegaudioparse/mpegaudioparse.vcproj:
13310         Remove bogus 2nd copy of mp3parse - it's actually
13311         in -ugly.
13312
13313 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
13314
13315         * examples/app/.cvsignore:
13316         The buildbot demands .cvsignore files, and I comply.
13317
13318 2007-03-11  Sebastien Moutte  <sebastien@moutte.net>
13319
13320         * sys/directdraw/gstdirectdrawsink.c:
13321         * sys/directdraw/gstdirectdrawsink.h:
13322         Handle display mode changes during playback.
13323
13324 2007-03-10  David Schleef  <ds@schleef.org>
13325
13326         * configure.ac:
13327         * examples/Makefile.am:
13328         * examples/app/Makefile.am:
13329         * examples/app/appsrc_ex.c:
13330           Add appsrc/appsink example.
13331         * gst-libs/gst/app/Makefile.am:
13332         * gst-libs/gst/app/gstapp.c:
13333         * gst-libs/gst/app/gstappsink.c:
13334         * gst-libs/gst/app/gstappsink.h:
13335         * gst/app/gstapp.c:
13336           Add appsink.
13337
13338 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
13339
13340         * ext/nas/nassink.c: (NAS_createFlow):
13341         * ext/sndfile/gstsfsrc.c: (gst_sf_src_create):
13342           Printf format string fixes.
13343
13344 2007-03-09  Stefan Kost  <ensonic@users.sf.net>
13345
13346         * gst/equalizer/Makefile.am:
13347         * gst/equalizer/gstiirequalizer.c: (_do_init),
13348         (gst_iir_equalizer_band_set_property),
13349         (gst_iir_equalizer_band_get_property),
13350         (gst_iir_equalizer_band_class_init),
13351         (gst_iir_equalizer_band_get_type),
13352         (gst_iir_equalizer_child_proxy_get_child_by_index),
13353         (gst_iir_equalizer_child_proxy_get_children_count),
13354         (gst_iir_equalizer_child_proxy_interface_init),
13355         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
13356         (gst_iir_equalizer_finalize), (setup_filter),
13357         (gst_iir_equalizer_compute_frequencies),
13358         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
13359         (gst_iir_equalizer_setup), (plugin_init):
13360         * gst/equalizer/gstiirequalizer.h:
13361         * gst/equalizer/gstiirequalizernbands.c:
13362         (gst_iir_equalizer_nbands_base_init),
13363         (gst_iir_equalizer_nbands_class_init),
13364         (gst_iir_equalizer_nbands_init),
13365         (gst_iir_equalizer_nbands_set_property),
13366         (gst_iir_equalizer_nbands_get_property):
13367         * gst/equalizer/gstiirequalizernbands.h:
13368           Refactor plugin into a base class and a first subclass (nband eq). The
13369           nband eq uses GstChildProxy and is controlable. More subclasses will
13370           follow.
13371
13372 2007-03-08  Wim Taymans  <wim@fluendo.com>
13373
13374         Includes patch by: Paul Davis <paul at linuxaudiosystems dot com>
13375
13376         * ext/jack/Makefile.am:
13377         * ext/jack/gstjackaudioclient.c: (gst_jack_audio_client_init),
13378         (jack_process_cb), (jack_sample_rate_cb), (jack_buffer_size_cb),
13379         (jack_shutdown_cb), (connection_find),
13380         (gst_jack_audio_make_connection), (gst_jack_audio_get_connection),
13381         (gst_jack_audio_unref_connection),
13382         (gst_jack_audio_connection_add_client),
13383         (gst_jack_audio_connection_remove_client),
13384         (gst_jack_audio_client_new), (gst_jack_audio_client_free),
13385         (gst_jack_audio_client_get_client),
13386         (gst_jack_audio_client_set_active):
13387         * ext/jack/gstjackaudioclient.h:
13388         Make an object to manage client connections to the jack server which we
13389         will use in the future to run selected jack elements with the same jack
13390         connection.
13391         Make some stuff a bit more threadsafe.
13392         Activate the jack client ASAP.
13393
13394         * ext/jack/gstjackaudiosink.c:
13395         (gst_jack_audio_sink_allocate_channels),
13396         (gst_jack_audio_sink_free_channels), (jack_process_cb),
13397         (gst_jack_ring_buffer_open_device),
13398         (gst_jack_ring_buffer_close_device),
13399         (gst_jack_ring_buffer_acquire), (gst_jack_ring_buffer_release),
13400         (gst_jack_audio_sink_class_init), (gst_jack_audio_sink_init),
13401         (gst_jack_audio_sink_getcaps):
13402         * ext/jack/gstjackaudiosink.h:
13403         Use new client object to manage connections.
13404         Don't remove and recreate all ports, try to reuse them.
13405
13406 2007-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
13407
13408         * ext/wavpack/gstwavpack.c: (plugin_init):
13409         * ext/wavpack/gstwavpackcommon.c:
13410           Use a general wavpack debug category for common code.
13411         * ext/wavpack/gstwavpackstreamreader.c:
13412         (gst_wavpack_stream_reader_set_pos_abs),
13413         (gst_wavpack_stream_reader_set_pos_rel),
13414         (gst_wavpack_stream_reader_write_bytes):
13415           Use the general wavpack debug category here too and add debug
13416           output to the functions that should not be called at all by
13417           the wavpack library.
13418         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_plugin_init):
13419         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_plugin_init):
13420         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_plugin_init):
13421           Change debugging category names to conform to the conventions.
13422
13423 2007-03-07  Edward Hervey  <edward@fluendo.com>
13424
13425         * gst/qtdemux/qtdemux.c:
13426         * gst/qtdemux/qtdemux.h:
13427         Share qtdemux debug category across all files, otherwise all debugging
13428         in files other than qtdemux.c would end up in the default category.
13429
13430 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
13431
13432         * gst/spectrum/gstspectrum.c: (gst_spectrum_start),
13433         (gst_spectrum_event), (gst_spectrum_transform_ip):
13434         * gst/spectrum/gstspectrum.h:
13435           One FIXME less, by resolving message timestamps against the playback
13436           segment.
13437
13438 2007-03-06  Wim Taymans  <wim@fluendo.com>
13439
13440         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
13441         (gst_spectrum_init), (gst_spectrum_set_property),
13442         (gst_spectrum_transform_ip):
13443         Fix and cleanup default property values.
13444         Add FIXMEs for stuff that looks rather wrong.
13445
13446 2007-03-05  Stefan Kost  <ensonic@users.sf.net>
13447
13448         * gst/spectrum/demo-audiotest.c: (message_handler):
13449         * gst/spectrum/demo-osssrc.c: (message_handler):
13450           Remove two obsolete and confusing comments.
13451
13452 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
13453
13454         * ext/nas/nassink.c: (gst_nas_sink_class_init),
13455         (gst_nas_sink_init), (gst_nas_sink_getcaps),
13456         (gst_nas_sink_unprepare):
13457           Some more cleanups/changes; use boilerplate macro.
13458
13459 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
13460
13461         * ext/nas/Makefile.am:
13462         * ext/nas/README:
13463         * ext/nas/nassink.c: (gst_nas_sink_get_type),
13464         (gst_nas_sink_base_init), (gst_nas_sink_class_init),
13465         (gst_nas_sink_init), (gst_nas_sink_finalize),
13466         (gst_nas_sink_getcaps), (gst_nas_sink_prepare),
13467         (gst_nas_sink_unprepare), (gst_nas_sink_delay),
13468         (gst_nas_sink_reset), (gst_nas_sink_write),
13469         (gst_nas_sink_set_property), (gst_nas_sink_get_property),
13470         (gst_nas_sink_open), (gst_nas_sink_close), (NAS_flush),
13471         (NAS_sendData), (NAS_EventHandler), (gst_nas_sink_sink_get_format),
13472         (NAS_createFlow), (plugin_init):
13473         * ext/nas/nassink.h:
13474           Bunch of nassink clean-ups: make build by adding the right CFLAGS
13475           and LIBS to Makefile.am; rename structure, macros and functions
13476           according to canonical naming scheme; move some things around a bit;
13477           use GST_CAT_DEFAULT instead of GST_CAT_* everywhere; remove README
13478           file that didn't really contain any useful information anyway (the
13479           useful bits have been moved into the 'host' property description).
13480
13481 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
13482
13483         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_finalize):
13484         Chain up in finalize.
13485
13486 2007-03-03  Michael Smith  <msmith@fluendo.com>
13487
13488         * configure.ac:
13489         * gst/vmnc/Makefile.am:
13490           Fix up dist.
13491
13492 2007-03-03  Michael Smith  <msmith@fluendo.com>
13493
13494         * configure.ac:
13495         * gst/vmnc/Makefile.am:
13496         * gst/vmnc/vmncdec.c: (gst_vmnc_dec_base_init),
13497         (gst_vmnc_dec_class_init), (gst_vmnc_dec_init),
13498         (gst_vmnc_dec_reset), (vmnc_handle_wmvi_rectangle),
13499         (render_colour_cursor), (render_cursor), (vmnc_make_buffer),
13500         (vmnc_handle_wmvd_rectangle), (vmnc_handle_wmve_rectangle),
13501         (vmnc_handle_wmvf_rectangle), (vmnc_handle_wmvg_rectangle),
13502         (vmnc_handle_wmvh_rectangle), (vmnc_handle_wmvj_rectangle),
13503         (render_raw_tile), (render_subrect), (vmnc_handle_raw_rectangle),
13504         (vmnc_handle_hextile_rectangle), (vmnc_handle_packet),
13505         (vmnc_dec_setcaps), (vmnc_dec_chain), (vmnc_dec_change_state),
13506         (vmnc_dec_set_property), (vmnc_dec_get_property), (plugin_init):
13507           Add VMnc decoder.
13508           Still missing support for:
13509            - rectangle types I didn't find in my samples (e.g. copy, RRE,
13510              ZRLE)
13511            - alpha-composited cursors
13512
13513 2007-03-03  David Schleef  <ds@schleef.org>
13514
13515         * gst-libs/gst/app/Makefile.am:
13516           Install the headers.
13517
13518 2007-03-03  David Schleef  <ds@schleef.org>
13519
13520         * gst-libs/gst/app/Makefile.am:
13521         * gst-libs/gst/app/gstappbuffer.c:
13522         * gst-libs/gst/app/gstappbuffer.h:
13523         * gst-libs/gst/app/gstappsrc.c:
13524           Add GstAppBuffer that includes a callback and closure for
13525           proper handling of data chunks.
13526
13527 2007-03-03  David Schleef  <ds@schleef.org>
13528
13529         * gst-libs/gst/app/gstappsrc.c:
13530         * gst-libs/gst/app/gstappsrc.h:
13531           Hacking to address issues in 413418.
13532
13533 2007-03-03  David Schleef  <ds@schleef.org>
13534
13535         * Makefile.am:
13536         * configure.ac:
13537         * ext/Makefile.am:
13538         * gst-libs/gst/Makefile.am:
13539         * gst-libs/gst/app/Makefile.am:
13540         * gst-libs/gst/app/gstapp.c:
13541         * gst-libs/gst/app/gstappsrc.c:
13542         * gst-libs/gst/app/gstappsrc.h:
13543         * gst/app/Makefile.am:
13544         * gst/app/gstapp.c:
13545         * gst/app/gstappsrc.c:
13546         * gst/app/gstappsrc.h:
13547           Move the app library to gst-libs/gst/app (duh!)
13548
13549 2007-03-02 Christian Schaller <christian at fluendo dot com>
13550         
13551         Patch by: Nguyen Thai Ngoc Duy <pcloud@gmail.com>
13552
13553         * ext/nas: Upgrade of NAS plugin to 0.10 (#345633)
13554
13555 2007-03-02  Tim-Philipp Müller  <tim at centricular dot net>
13556
13557         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_sink_event):
13558           A few small clean-ups.
13559
13560         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps):
13561           More debug output for failure cases.
13562
13563 2007-03-02  Tim-Philipp Müller  <tim at centricular dot net>
13564
13565         Patch by: Young-Ho Cha  <ganadist at chollian net>
13566
13567         * ext/dts/gstdtsdec.c: (gst_dtsdec_handle_frame),
13568         (gst_dtsdec_change_state):
13569           Don't do forced downmixing to stereo, but check what downstream
13570           can do and let libdts do the downmixing based on that (#400555).
13571
13572 2007-03-02  Tim-Philipp Müller  <tim at centricular dot net>
13573
13574         Patch by: Lutz Mueller  <lutz topfrose de>
13575
13576         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
13577         (gst_neonhttp_src_init), (gst_neonhttp_src_set_property),
13578         (gst_neonhttp_src_set_uri), (gst_neonhttp_src_set_proxy),
13579         (gst_neonhttp_src_send_request_and_redirect),
13580         (gst_neonhttp_src_uri_set_uri):
13581         * ext/neon/gstneonhttpsrc.h:
13582           Simplify _set_uri() and _set_proxy() and remove the unused ishttp
13583           member (#388050).
13584
13585         * tests/check/elements/neonhttpsrc.c: (GST_START_TEST):
13586           Fix bogus URI to something that actually exists, otherwise we just
13587           bypass the test (and also to something that doesn't redirect, since
13588           neonhttpsrc doesn't seem to handle this very gracefully yet)
13589
13590 2007-03-01  Chris Lord <chris@openedhand.com>
13591
13592         Reviewed by Christian Schaller <christian@fluendo.com>
13593
13594         Fixes Bug 357055
13595         * ext/ivorbis/Makefile.am:
13596         * ext/ivorbis/vorbisdec.c: Add support for Vorbis streams
13597         * ext/ivorbis/vorbisdec.h
13598         * ext/ivorbis/vorbis.c :
13599
13600 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
13601
13602         * tests/check/Makefile.am:
13603         Draw plugins in from the build tree sys/ dir, rather than
13604         picking up the already installed versions.
13605
13606 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
13607
13608         * configure.ac:
13609           Convert to new AG_GST style.
13610
13611 2007-02-27  Christian Schaller <christian at fluendo dot com>
13612
13613         * sys/direct*: Add Pioneers of the Inevitable to copyright
13614         * sys/macosxvideosink: Add Pioneers of the Inevitable to copyright
13615
13616 2007-02-27  Edward Hervey  <edward@fluendo.com>
13617
13618         * sys/osxvideo/cocoawindow.h:
13619         * sys/osxvideo/cocoawindow.m:
13620         * sys/osxvideo/osxvideosink.h:
13621         * sys/osxvideo/osxvideosink.m:
13622         Disable the cocoa event loop since it's a huge memory leak. Should only
13623         matter if the sink isn't used within an NSApp (which has already got
13624         a coca event loop).
13625         Remove all unused code.
13626
13627 2007-02-26  David Schleef  <ds@schleef.org>
13628
13629         * configure.ac:
13630         * gst/app/Makefile.am:
13631         * gst/app/gstapp.c:
13632         * gst/app/gstappsrc.c:
13633         * gst/app/gstappsrc.h:
13634           Add a new plugin/library to make it easy for apps to shove
13635           data into a pipeline.
13636
13637 2007-02-26  Tim-Philipp Müller  <tim at centricular dot net>
13638
13639         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_init):
13640         * gst/real/gstrealvideodec.c: (gst_real_video_dec_init):
13641           Use gst_pad_use_fixed_caps() on source pads, to avoid negotiation
13642           errors in certain situations (e.g. dec ! cs ! ximagesink and the
13643           imagesink window is resized); also, some minor clean-ups.
13644
13645 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
13646
13647         * configure.ac:
13648         * ext/gsm/Makefile.am:
13649         * ext/ladspa/Makefile.am:
13650         * ext/wavpack/Makefile.am:
13651         * gst/equalizer/Makefile.am:
13652         * gst/filter/Makefile.am:
13653         * gst/mve/Makefile.am:
13654         * gst/nsf/Makefile.am:
13655         * gst/replaygain/Makefile.am:
13656         * gst/speed/Makefile.am:
13657           Fix build with LDFLAGS='-Wl,-z,defs'.
13658
13659 2007-02-20  Sébastien Moutte  <sebastien@moutte.net>
13660
13661         * sys/directsound/gstdirectsoundsink.c:
13662         * sys/directsound/gstdirectsoundsink.h:
13663           Remove include of unused headers.
13664         * sys/waveform/gstwaveformplugin.c:
13665         * sys/waveform/gstwaveformsink.c:
13666         * sys/waveform/gstwaveformsink.h:
13667         * win32/vs6/libgstwaveform.dsp:
13668           Add a new waveform plugin which includes an audio sink 
13669           element using the WaveForm win32 API.
13670         * win32/MANIFEST:
13671           Add the new project file form waveform plugin.
13672         
13673 2007-02-18  Sébastien Moutte  <sebastien@moutte.net>
13674         
13675         * sys/directdraw/gstdirectdrawplugin.c:
13676         * sys/directdraw/gstdirectdrawsink.c:
13677         * sys/directdraw/gstdirectdrawsink.h:
13678           Prepare the plugin to move to good:
13679           Remove unused/untested code (rendering to an extern surface,
13680           yuv format rendering).Use GST_(DEBUG/*)_OBJECT macros
13681       Rename all functions from gst_directdrawsink to gst_directdraw_sink.
13682           Add gtk doc section
13683           Fix a bug in gst_directdraw_sink_show_frame, memcpy line by line
13684           respecting destination surface stride.
13685         * sys/directsound/gstdirectsoundplugin.c:
13686         * sys/directsound/gstdirectsoundsink.c:
13687         * sys/directsound/gstdirectsoundsink.h:
13688           Prepare the plugin to move to good:
13689           Rename all functions from gst_directsoundsink to gst_directsound_sink.
13690           Add gtk doc section
13691         * win32/common/config.h.in:
13692         * win32/MANIFEST:
13693           Add config.h.in
13694
13695 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
13696
13697         * configure.ac:
13698         * docs/plugins/Makefile.am:
13699           Add crossreferences to glib/gobject/gstream docs. Also fix typo in
13700           timidity.cfg check.
13701
13702         * ext/timidity/gsttimidity.c: (plugin_init):
13703           Also build if no config was detected at configure time.
13704
13705 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
13706
13707         * configure.ac:
13708         * ext/timidity/Makefile.am:
13709         * ext/timidity/gsttimidity.c: (plugin_init):
13710         * ext/timidity/gstwildmidi.c: (gst_wildmidi_base_init),
13711         (gst_wildmidi_class_init), (gst_wildmidi_init),
13712         (gst_wildmidi_src_convert), (gst_wildmidi_src_query),
13713         (gst_wildmidi_get_upstream_size), (gst_wildmidi_get_segment),
13714         (gst_wildmidi_get_new_segment_event), (gst_wildmidi_src_event),
13715         (gst_wildmidi_activate), (gst_wildmidi_activatepull),
13716         (gst_wildmidi_allocate_buffer), (gst_wildmidi_clip_buffer),
13717         (gst_wildmidi_fill_buffer), (gst_wildmidi_get_buffer),
13718         (gst_wildmidi_loop), (gst_wildmidi_change_state),
13719         (gst_wildmidi_set_property), (gst_wildmidi_get_property),
13720         (gst_wildmidi_typefind), (wildmidi_open_config), (plugin_init):
13721         * ext/timidity/gstwildmidi.h:
13722           Add second midi renderer. Fix some double frees and leaks. Clean up
13723           logging.
13724
13725 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
13726
13727         * Makefile.am:
13728           Add win32 MANIFEST
13729         * sys/directdraw/gstdirectdrawsink.c:
13730         * sys/directdraw/gstdirectdrawsink.h:
13731           Clear unused code and add comments.
13732           Remove yuv from template caps, it only supports RGB
13733           actually.
13734           Implement XOverlay interface and remove window and fullscreen 
13735           properties.
13736           Add debug logs.
13737           Test for blit capabilities to return only the current colorspace if
13738           the hardware can't blit for one colorspace to another.
13739         * sys/directsound/gstdirectsoundsink.c:
13740           Add some debugs.
13741         * win32/MANIFEST:
13742           Add VS7 project files and solution.
13743         * win32/vs6/gst_plugins_bad.dsw:
13744         * win32/vs6/libgstdirectdraw.dsp:
13745         * win32/vs6/libgstdirectsound.dsp:
13746         * win32/vs6/libgstqtdemux.dsp:
13747           Update project files.
13748
13749 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
13750
13751         * ext/faad/gstfaad.c:
13752           Also update the comment that describes the hack.
13753
13754 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
13755
13756         * configure.ac:
13757           Tell the code which faad it is, so that we can adjust the hacks
13758           needed.
13759
13760         * ext/faad/gstfaad.c:
13761           Make our hacks dependent on the fadd lib in use.
13762
13763 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
13764
13765         * configure.ac:
13766           Fix faad detection to support also fadd with new symbol prefix.
13767           ChangeLog surgery.
13768           
13769 2007-02-08  Stefan Kost  <ensonic@users.sf.net>
13770
13771         Patch by: Wouter Paesen <wouter@blue-gate.be>
13772
13773         * configure.ac:
13774         * ext/Makefile.am:
13775         * ext/timidity/Makefile.am:
13776         * ext/timidity/gsttimidity.c: (gst_timidity_base_init),
13777         (gst_timidity_class_init), (gst_timidity_init),
13778         (gst_timidity_set_song_options), (gst_timidity_src_convert),
13779         (gst_timidity_src_query), (gst_timidity_get_upstream_size),
13780         (gst_timidity_get_segment), (gst_timidity_get_new_segment_event),
13781         (gst_timidity_src_event), (gst_timidity_activate),
13782         (gst_timidity_activatepull), (gst_timidity_allocate_buffer),
13783         (gst_timidity_clip_buffer), (gst_timidity_fill_buffer),
13784         (gst_timidity_get_buffer), (gst_timidity_loop),
13785         (gst_timidity_change_state), (gst_timidity_typefind),
13786         (plugin_init):
13787         * ext/timidity/gsttimidity.h:
13788           Add timidity midi render plugin (#403992)
13789
13790 2007-02-07  Edward Hervey  <edward@fluendo.com>
13791
13792         * ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_query):
13793         GST_PAD_PARENT doesn't return a GstObject with an incremented refcount.
13794         Switched to using gst_pad_get_parent().
13795
13796 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13797
13798         * gst/modplug/gstmodplug.cc:
13799           Remove superfluous gst_caps_get_structure() call.
13800
13801 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13802
13803         * configure.ac:
13804           Increase required libsndfile version to a version that's known to
13805           have the function sf_write_sync() to make the build bots happy.
13806
13807 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13808
13809         * ext/sndfile/gstsfsrc.c:
13810           Fix build (installed setup).
13811
13812 2007-02-05  Andy Wingo  <wingo@pobox.com>
13813
13814         * ext/sndfile/Makefile.am:
13815         * ext/sndfile/gstsfsrc.h:
13816         * ext/sndfile/gstsfsrc.c: Port sfsrc to 0.10, pull or push, with
13817         random access woo.
13818
13819 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
13820
13821         * configure.ac:
13822         * gst/equalizer/Makefile.am:
13823         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_base_init),
13824         (gst_iir_equalizer_class_init), (gst_iir_equalizer_init),
13825         (setup_filter), (gst_iir_equalizer_compute_frequencies),
13826         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
13827         (gst_iir_equalizer_transform_ip), (gst_iir_equalizer_setup),
13828         (plugin_init):
13829         * gst/equalizer/gstiirequalizer.h:
13830           Fix up to use the newly ported (actually working) GstAudioFilter.
13831           Bump core/base requirements to CVS for this.
13832
13833         * tests/icles/.cvsignore:
13834         * tests/icles/Makefile.am:
13835         * tests/icles/equalizer-test.c: (check_bus),
13836         (equalizer_set_band_value), (equalizer_set_all_band_values),
13837         (equalizer_set_band_value_and_wait),
13838         (equalizer_set_all_band_values_and_wait), (do_slider_fiddling),
13839         (main):
13840           Add brain-dead interactive test for equalizer.
13841
13842 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
13843
13844         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_class_init),
13845         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
13846         (gst_iir_equalizer_filter_inplace):
13847           Rename "values" property to "band-values" and change type into a
13848           GValueArray, so it's more easily bindable and the range of the
13849           values passed in is defined and checked etc.; also do some
13850           locking.
13851
13852 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
13853
13854         Patch by: James "Doc" Livingston  <doclivingston at gmail com>
13855
13856         * configure.ac:
13857         * gst/equalizer/Makefile.am:
13858         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
13859         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
13860         (gst_iir_equalizer_compute_frequencies),
13861         (gst_iir_equalizer_set_property),
13862         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
13863         (plugin_init):
13864           Port equalizer plugin to 0.10 (#403572).
13865
13866 2007-02-02  Andy Wingo  <wingo@pobox.com>
13867
13868         * configure.ac: 
13869         * ext/Makefile.am
13870         * ext/sndfile/Makefile.am:
13871         * ext/sndfile/gstsf.c:
13872         * ext/sndfile/gstsf.h:
13873         * ext/sndfile/gstsfsink.c:
13874         * ext/sndfile/gstsfsink.h: Port sfsink to 0.10. Works in pull or
13875         push mode with interleaved float or int data.
13876
13877 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
13878
13879         * ext/alsaspdif/alsaspdifsink.c: (plugin_init):
13880           Set rank to NONE so that it doesn't get autoplugged by autoaudiosink
13881           (which didn't happen previously because the klass string didn't
13882           contain anything autoaudiosink was looking for).
13883
13884 2007-01-31  Stefan Kost  <ensonic@users.sf.net>
13885
13886         * gst/real/gstrealaudiodec.c:
13887         * gst/real/gstrealvideodec.c:
13888           Fix classification in GstElementDetails.
13889
13890 2007-01-31  Sebastian Dröge  <slomo@circular-chaos.org>
13891
13892         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
13893         (gst_wavpack_parse_handle_seek_event),
13894         (gst_wavpack_parse_create_src_pad):
13895         Fix a off by one that leads to the duration reported as one
13896         sample less than it is
13897
13898 2007-01-31  Stefan Kost  <ensonic@users.sf.net>
13899
13900         * ext/alsaspdif/alsaspdifsink.c:
13901         * gst/nsf/gstnsf.c:
13902           Fix classification in GstElementDetails.
13903
13904         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init),
13905         (gst_ladspa_class_init):
13906           Improve Klassification and reduce code slighly.
13907
13908 2007-01-30  Edward Hervey  <edward@fluendo.com>
13909
13910         * configure.ac:
13911         Check for an Objective C compiler
13912         * sys/Makefile.am:
13913         * sys/osxvideo/Makefile.am:
13914         * sys/osxvideo/cocoawindow.h:
13915         * sys/osxvideo/cocoawindow.m:
13916         * sys/osxvideo/osxvideosink.h:
13917         * sys/osxvideo/osxvideosink.m:
13918         Port of osxvideo plugin to 0.10. Do NOT consider 100% stable !
13919         Fixes #402470
13920
13921 2007-01-28  Tim-Philipp Müller  <tim at centricular dot net>
13922
13923         * gst/videocrop/gstvideocrop.c:
13924         (gst_video_crop_get_image_details_from_caps),
13925         (gst_video_crop_transform_packed_complex):
13926           Fix cropping for packed 4:2:2 formats YUYV/YUY2 and UYVY.
13927
13928         * tests/icles/videocrop-test.c: (check_bus_for_errors),
13929         (test_with_caps), (main):
13930           Block streaming thread before changing filter caps while the
13931           pipeline is running so that we don't get random not-negotiated
13932           errors just because GStreamer can't handle that yet.
13933
13934 2007-01-28  Stefan Kost  <ensonic@users.sf.net>
13935
13936         * ext/ladspa/Makefile.am:
13937         * ext/ladspa/gstladspa.c: (gst_ladspa_class_get_param_spec):
13938           add GstController support to ladspa
13939
13940 2007-01-28  Tim-Philipp Müller  <tim at centricular dot net>
13941
13942         Patch by: Rosfran Borges <rosfran dot borges at idnt org br>
13943
13944         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_start),
13945         (gst_mythtv_src_next_program_chain):
13946           Remove sleep calls, they've been moved into the library now ...
13947           (#354451).
13948
13949 2007-01-27  Tim-Philipp Müller  <tim at centricular dot net>
13950
13951         * tests/icles/videocrop-test.c: (test_with_caps):
13952           Catch errors while the test is running.
13953
13954 2007-01-25  Sebastian Dröge  <slomo@circular-chaos.org>
13955
13956         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query):
13957         Fix the SEEKING query. We can seek if we are in pull mode, not the
13958         other way around. Also set the correct format in the seeking query and
13959         handle the case where the headers are not read yet and we can't say
13960         anything about our seeking capabilities.
13961         
13962 2007-01-25  Sebastian Dröge  <slomo@circular-chaos.org>
13963
13964         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
13965         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init):
13966         Fix spelling in 2 places: It's called Wavpack, not WavePack.
13967
13968 2007-01-25  Edward Hervey  <edward@fluendo.com>
13969
13970         * gst/multifile/gstmultifilesink.c:
13971         (gst_multi_file_sink_class_init):
13972         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_class_init):
13973         * gst/mve/gstmvedemux.c: (gst_mve_video_create_buffer),
13974         (gst_mve_video_palette), (gst_mve_video_code_map),
13975         (gst_mve_audio_init), (gst_mve_audio_data), (gst_mve_timer_create),
13976         (gst_mve_demux_chain):
13977         * gst/mve/gstmvemux.c: (gst_mve_mux_push_chunk):
13978         * gst/mve/mveaudioenc.c: (mve_compress_audio):
13979         * gst/mve/mvevideodec16.c: (ipvideo_copy_block):
13980         * gst/mve/mvevideodec8.c: (ipvideo_copy_block):
13981         * gst/mve/mvevideoenc16.c: (mve_encode_frame16):
13982         * gst/mve/mvevideoenc8.c: (mve_encode_frame8):
13983         Use proper print statements.
13984         Fixes build on mac os x.
13985         <wingo> oo look at me my name is edward i'm hacking on macos wooo
13986
13987 2007-01-24  Wim Taymans  <wim@fluendo.com>
13988
13989         * gst/qtdemux/gstrtpxqtdepay.c:
13990         Fix caps on the depayloader.
13991
13992 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
13993
13994         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_set_property):
13995           Use break here instead of goto.
13996
13997 2007-01-13  Andy Wingo  <wingo@pobox.com>
13998
13999         * gst/interleave/deinterleave.c (gst_deinterleave_add_new_pads):
14000         Use fixed caps on src pads.
14001         (gst_deinterleave_remove_pads): Remove src pads, not sink pads. I
14002         seem to have reverse midas disease!
14003         (gst_deinterleave_process): Proxy timestamps, offsets, durations,
14004         and set caps on outgoing buffers. Fixes #395597, I think.
14005
14006         * gst/interleave/interleave.c (gst_interleave_init): Init the
14007         activation mode properly.
14008         (gst_interleave_src_setcaps, gst_interleave_src_getcaps)
14009         (gst_interleave_init): Set a setcaps and getcaps function on the
14010         src pad, so that we can implement pull-mode negotiation.
14011         (gst_interleave_sink_setcaps): Renamed from
14012         gst_interleave_setcaps, as it only does the sink logic now.
14013         Implement both for pull-mode and push-mode.
14014         (gst_interleave_process): Set caps on our outgoing buffer.
14015         (gst_interleave_src_activate_pull): Fix some more bogus casts.
14016         What is up with this.
14017
14018 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
14019
14020         * ext/mythtv/gstmythtvsrc.c: (do_read_request_response),
14021         (gst_mythtv_src_create), (gst_mythtv_src_get_position),
14022         (gst_mythtv_src_do_seek), (gst_mythtv_src_start),
14023         (gst_mythtv_src_next_program_chain), (gst_mythtv_src_get_size),
14024         (gst_mythtv_src_handle_event), (gst_mythtv_src_handle_query),
14025         (gst_mythtv_src_change_state), (gst_mythtv_src_set_property),
14026         (gst_mythtv_src_uri_get_type):
14027           Clean up a bit, mostly the debug statements; fix deadlock in
14028           _set_property() in the error cases; fix up query function.
14029
14030 2007-01-12  Andy Wingo  <wingo@pobox.com>
14031
14032         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_fixate)
14033         (gst_signal_processor_ouija_caps, gst_signal_processor_prepare):
14034         Remove fixate/ouija stuff, thankfully, due to the new
14035         part-negotiation.txt pull-mode negotiation scheme.
14036         (gst_signal_processor_setcaps_pull)
14037         (gst_signal_processor_setcaps): Implement upstream set_caps pull
14038         proxying for pull mode. Now this works: ladspa-sine-fcac !
14039         audioconvert ! alsasink.
14040
14041 2007-01-12  Edgard Lima <edgard.lima@indt.org.br>
14042
14043         Patch by: Rosfran Borges <rosfran.borges@indt.org.br>
14044
14045         * configure.ac:
14046         * gst-plugins-bad.spec.in:
14047         * ext/Makefile.am:
14048         * ext/mythtv/Makefile.am:
14049         * ext/mythtv/gstmythtvsrc.c:
14050         * ext/mythtv/gstmythtvsrc.h:
14051         MythTV client source plugin created (#354451).
14052
14053 2007-01-12  Wim Taymans  <wim@fluendo.com>
14054
14055         * gst/qtdemux/Makefile.am:
14056         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_base_init),
14057         (gst_rtp_xqt_depay_class_init), (gst_rtp_xqt_depay_init),
14058         (gst_rtp_xqt_depay_finalize), (gst_rtp_quicktime_parse_sd),
14059         (gst_rtp_xqt_depay_setcaps), (gst_rtp_xqt_depay_process),
14060         (gst_rtp_xqt_depay_set_property), (gst_rtp_xqt_depay_get_property),
14061         (gst_rtp_xqt_depay_change_state), (gst_rtp_xqt_depay_plugin_init):
14062         * gst/qtdemux/gstrtpxqtdepay.h:
14063         * gst/qtdemux/qtdemux.c: (gst_qtdemux_base_init),
14064         (gst_qtdemux_loop_state_header), (gst_qtdemux_loop),
14065         (qtdemux_parse_moov), (qtdemux_parse_container),
14066         (qtdemux_parse_node), (gst_qtdemux_add_stream),
14067         (qtdemux_parse_trak), (qtdemux_audio_caps):
14068         * gst/qtdemux/qtdemux.h:
14069         * gst/qtdemux/quicktime.c: (plugin_init):
14070         Add X-QT depayloader that will eventually share code with the demuxer.
14071         Make new plugin entry point with quicktime releated stuff.
14072
14073 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
14074
14075         * gst/qtdemux/Makefile.am:
14076           Dist all new files.
14077
14078 2007-01-12  Wim Taymans  <wim@fluendo.com>
14079
14080         * docs/plugins/Makefile.am:
14081         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
14082         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
14083         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
14084         * docs/plugins/gst-plugins-bad-plugins.signals:
14085         * docs/plugins/inspect/plugin-qtdemux.xml:
14086         Activate docs for jack, sdl and qtdemux.
14087
14088 2007-01-12  Wim Taymans  <wim@fluendo.com>
14089
14090         * ext/jack/gstjackaudiosink.c: (jack_sample_rate_cb),
14091         (jack_buffer_size_cb), (jack_shutdown_cb),
14092         (gst_jack_ring_buffer_acquire):
14093         * ext/jack/gstjackaudiosink.h:
14094         Improve docs.
14095
14096 2007-01-12  Wim Taymans  <wim@fluendo.com>
14097
14098         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init):
14099         Fix typo in docs.
14100
14101 2007-01-12  Wim Taymans  <wim@fluendo.com>
14102
14103         * gst/qtdemux/Makefile.am:
14104         * gst/qtdemux/qtdemux.c: (extract_initial_length_and_fourcc),
14105         (gst_qtdemux_loop_state_header), (gst_qtdemux_combine_flows),
14106         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop),
14107         (gst_qtdemux_chain), (qtdemux_sink_activate_pull),
14108         (qtdemux_inflate), (qtdemux_parse_moov), (qtdemux_parse_container),
14109         (qtdemux_parse_node), (qtdemux_tree_get_child_by_type),
14110         (qtdemux_tree_get_sibling_by_type), (gst_qtdemux_add_stream),
14111         (qtdemux_parse_samples), (qtdemux_parse_segments),
14112         (qtdemux_parse_trak), (qtdemux_tag_add_str), (qtdemux_tag_add_num),
14113         (qtdemux_tag_add_date), (qtdemux_tag_add_gnre),
14114         (qtdemux_parse_udta), (qtdemux_redirects_sort_func),
14115         (qtdemux_process_redirects), (qtdemux_parse_redirects),
14116         (qtdemux_parse_tree), (gst_qtdemux_handle_esds),
14117         (qtdemux_video_caps), (qtdemux_audio_caps):
14118         * gst/qtdemux/qtdemux.h:
14119         * gst/qtdemux/qtdemux_dump.c: (qtdemux_dump_mvhd),
14120         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
14121         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
14122         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
14123         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
14124         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
14125         (qtdemux_dump_unknown), (qtdemux_node_dump_foreach),
14126         (qtdemux_node_dump):
14127         * gst/qtdemux/qtdemux_dump.h:
14128         * gst/qtdemux/qtdemux_fourcc.h:
14129         * gst/qtdemux/qtdemux_types.c: (qtdemux_type_get):
14130         * gst/qtdemux/qtdemux_types.h:
14131         * gst/qtdemux/qtpalette.h:
14132         Cleanup and refactor to make the code more readable.
14133         Move debugging/tables into separate files.
14134         Add 2/4/16 color palletee support.
14135         Fix raw 15 bit RGB handling.
14136         Use more FOURCC constants.
14137         Add some docs.
14138
14139 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
14140
14141         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
14142
14143         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_mode_get_type),
14144         (gst_wavpack_enc_correction_mode_get_type),
14145         (gst_wavpack_enc_joint_stereo_mode_get_type):
14146           Minor clean-up: use enum values instead of hardcoded constants (#395536).
14147
14148 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
14149
14150         * gst/mve/gstmvedemux.c: (gst_mve_demux_get_src_query_types),
14151         (gst_mve_demux_handle_src_query), (gst_mve_demux_handle_src_event),
14152         (gst_mve_add_stream):
14153           Support SEEKING query (bad news now delivered properly!); add event
14154           function to source pads to make sure seeks aren't propagated
14155           upstream, even if they aren't handled.
14156
14157 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
14158
14159         Patch by: Jens Granseuer  <jensgr at gmx net>
14160
14161         * configure.ac:
14162         * gst/mve/Makefile.am:
14163         * gst/mve/TODO:
14164         * gst/mve/gstmve.c:
14165         * gst/mve/gstmvedemux.c:
14166         * gst/mve/gstmvedemux.h:
14167         * gst/mve/gstmvemux.c:
14168         * gst/mve/gstmvemux.h:
14169         * gst/mve/mve.h:
14170         * gst/mve/mveaudiodec.c:
14171         * gst/mve/mveaudioenc.c:
14172         * gst/mve/mvevideodec16.c:
14173         * gst/mve/mvevideodec8.c:
14174         * gst/mve/mvevideoenc16.c:
14175         * gst/mve/mvevideoenc8.c:
14176           Add Interplay MVE format demuxer/decoder and muxer/encoder. Demuxer
14177           doesn't support seeking yet, but seems to work fine otherwise.
14178           Closes #348973.
14179
14180 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
14181
14182         * gst/real/Makefile.am:
14183           Fix build (add LIBS and CFLAGS for gst-plugins-base stuff).
14184
14185 2007-01-07  Andy Wingo  <wingo@pobox.com>
14186
14187         * configure.ac: 
14188         * gst/interleave/Makefile.am: 
14189         * gst/interleave/plugin.h: 
14190         * gst/interleave/plugin.c: 
14191         * gst/interleave/interleave.c: 
14192         * gst/interleave/deinterleave.c: New elements interleave and
14193         deinterleave, implement channel interleaving and deinterleaving.
14194         The interleaver can operate in pull or push mode but the
14195         deinterleaver is more like a demuxer and can only operate in push
14196         mode.
14197         
14198 2007-01-06  Edward Hervey  <edward@fluendo.com>
14199
14200         * configure.ac:
14201         Properly detect the two architectures on which the real plugin can be
14202         built.
14203         Fixes #393622
14204
14205 2007-01-06  Andy Wingo  <wingo@pobox.com>
14206
14207         * ext/ladspa/gstsignalprocessor.c
14208         (gst_signal_processor_ouija_caps): Move around in the source
14209         file...
14210         (gst_signal_processor_prepare, gst_signal_processor_do_pulls):
14211         Call ouija_caps in prepare() instead of do_pulls(), a bit earlier.
14212         This allows us to have caps when we do the pad_alloc_buffer().
14213         (gst_pad_alloc_buffer_and_set_caps): Use self->caps instead of the
14214         pad caps, which might not be set yet.
14215
14216         * ext/ladspa/gstsignalprocessor.c: 
14217         (gst_signal_processor_add_pad_from_template)
14218         (gst_signal_processor_fixate): Add a fixate function, to assist in
14219         pathological ladspa-sine-fcac ! fakesink can-activate-pull=true
14220         cases.
14221         (gst_signal_processor_prepare, gst_signal_processor_process): Add
14222         nframes args so that getrange can tell ladspa how many frames to
14223         process.
14224         (gst_signal_processor_ouija_caps): setcaps needs to be called
14225         before processing, which normally happens when chaining a buffer
14226         to a pad. However in getrange mode with no sinks we need to check
14227         explicitly for this condition, guess some caps to use, and use
14228         those to setcaps(). Hence this mystical function.
14229         (gst_signal_processor_do_pulls): Pull in bytes, not samples.
14230         Divine the caps if necessary.
14231         (gst_signal_processor_getrange): Interpret the length as bytes,
14232         not samples.
14233         (gst_signal_processor_chain): nframes=G_MAXUINT, will be limited
14234         by incoming buffer sizes.
14235
14236 2007-01-06  Edward Hervey  <edward@fluendo.com>
14237
14238         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_finalize):
14239         Don't call the RAFreeDecoder since it randomly causes segfaults.
14240         * gst/real/gstrealaudiodec.h:
14241         indent properly.
14242
14243 2007-01-06  Edward Hervey  <edward@fluendo.com>
14244
14245         Patch by: Lutz Mueller <lutz@topfrose.de>
14246         
14247         * gst/real/gstrealvideodec.c: (gst_real_video_dec_decode),
14248         (gst_real_video_dec_setcaps), (open_library), (close_library),
14249         (gst_real_video_dec_finalize):
14250         * gst/real/gstrealvideodec.h:
14251         Implement error recovery on setcaps failure.
14252
14253 2007-01-06  Edward Hervey  <edward@fluendo.com>
14254
14255         Patch by: Lutz Mueller <lutz@topfrose.de>
14256         
14257         * gst/real/Makefile.am:
14258         * gst/real/gstreal.c: (plugin_init):
14259         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_chain),
14260         (gst_real_audio_dec_setcaps), (gst_real_audio_dec_init),
14261         (gst_real_audio_dec_base_init), (gst_real_audio_dec_change_state),
14262         (gst_real_audio_dec_finalize), (gst_real_audio_dec_set_property),
14263         (gst_real_audio_dec_get_property), (gst_real_audio_dec_class_init):
14264         * gst/real/gstrealaudiodec.h:
14265         Added RealAudio wrapper elementfactory.
14266         Modified structures so it can also work on x86_64 using the
14267         adequate .so .
14268
14269 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
14270
14271         * configure.ac:
14272         * gst/qtdemux/Makefile.am:
14273         * gst/qtdemux/qtdemux.c: (qtdemux_parse_moov):
14274           Check for zlib and if available pass it explicitly to the linker
14275           when linking qtdemux. If not available (or --disable-external has
14276           been specified!), disable the bits in qtdemux that use it. Fixes
14277           build on MingW (#392856).
14278
14279 2007-01-05  Edward Hervey  <edward@fluendo.com>
14280
14281         * configure.ac:
14282         Real video .so are now also available for x86_64, so we can build the
14283         Real plugin on i386 AND x86_64.
14284         * gst/real/Makefile.am:
14285         * gst/real/gstreal.c: (plugin_init):
14286         New plugin file for real .so wrapper plugins.
14287         * gst/real/gstrealvideodec.c: (gst_real_video_dec_alloc_buffer),
14288         (gst_real_video_dec_decode), (gst_real_video_dec_chain),
14289         (gst_real_video_dec_activate_push), (gst_real_video_dec_setcaps),
14290         (open_library), (close_library), (gst_real_video_dec_init),
14291         (gst_real_video_dec_base_init), (gst_real_video_dec_finalize),
14292         (gst_real_video_dec_set_property),
14293         (gst_real_video_dec_get_property), (gst_real_video_dec_class_init):
14294         * gst/real/gstrealvideodec.h:
14295         Moved RealVideo element to separate file
14296         Cleaned up code some more.
14297         Make it work on x86_64.
14298         Try several possible locations for .so
14299         Separate opening/closing libraries in separate functions.
14300
14301 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
14302
14303         * tests/icles/videocrop-test.c: (main):
14304           Call g_thread_init() right at the beginning. Remove superfluous
14305           gst_init() - we've already been inited via the GOption stuff.
14306
14307 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
14308
14309         * configure.ac:
14310           Don't compile rfbsource if we don't have sys/socket.h.
14311           Should fix compilation on MingW.
14312
14313 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
14314
14315         * configure.ac:
14316         * ext/amrwb/Makefile.am:
14317         * ext/amrwb/amrwb-code/Makefile.am:
14318         * ext/amrwb/amrwb-code/run.sh:
14319         * gst-libs/Makefile.am:
14320         * gst-libs/ext/Makefile.am:
14321         * gst-libs/ext/amrwb/Makefile.am:
14322         * gst-libs/ext/amrwb/README:
14323           Move amrwb code getting and building to gst-libs/ext/amrwb
14324           Adapt everything else to match.
14325
14326 2007-01-04  Julien MOUTTE  <julien@moutte.net>
14327
14328         * ext/directfb/dfbvideosink.c:
14329         (gst_dfbvideosink_navigation_send_event),
14330         (gst_dfbvideosink_get_type):
14331         * ext/sdl/sdlaudiosink.c: (gst_sdlaudio_sink_open):
14332         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_setcaps),
14333         (gst_sdlvideosink_show_frame),
14334         (gst_sdlvideosink_navigation_send_event):
14335         * ext/sdl/sdlvideosink.h: Fix various compiler warnings that 
14336         reveal potential bugs.
14337
14338 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
14339
14340         Patch by: Vincent Torri  <vtorri at univ-evry fr>
14341
14342         * configure.ac:
14343         * sys/Makefile.am:
14344         * sys/directsound/Makefile.am:
14345         * sys/directsound/gstdirectsoundsink.c:
14346         (gst_directsoundsink_reset):
14347           Add directsoundsink to build and dist it, so it gets built when
14348           compiling with MingW on win32 and the required headers and libraries
14349           are available (fixes: #392638). Also simplify DirectDraw check a bit.
14350
14351         * tests/check/elements/.cvsignore:
14352           Fix CVS ignore for neonhttpsrc test binary.
14353
14354 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
14355
14356         Patch by: Vincent Torri  <vtorri at univ-evry fr>
14357
14358         * configure.ac:
14359         * sys/Makefile.am:
14360         * sys/directdraw/Makefile.am:
14361           Add directdrawsink to build and dist it, so it gets built when
14362           compiling with MingW on win32 and the required headers and libraries
14363           are available (fixes: #392313).
14364
14365         * sys/directdraw/gstdirectdrawsink.c:
14366         (gst_directdrawsink_center_rect), (gst_directdrawsink_show_frame),
14367         (gst_directdrawsink_setup_ddraw),
14368         (gst_directdrawsink_surface_create):
14369           Comment out some unused things and fix some printf format issues in
14370           order to avoid warnings when buildling with MingW (#392313).
14371
14372 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
14373
14374         Patch by: Jens Granseuer  <jensgr at gmx net>
14375
14376         * ext/xvid/gstxvidenc.c: (gst_xvidenc_encode),
14377         (gst_xvidenc_get_property):
14378         * gst/filter/gstbpwsinc.c: (bpwsinc_transform_ip):
14379         * gst/filter/gstfilter.c: (plugin_init):
14380         * gst/filter/gstiir.c: (iir_transform_ip):
14381         * gst/filter/gstlpwsinc.c: (lpwsinc_transform_ip):
14382         * gst/modplug/gstmodplug.cc:
14383         * gst/nuvdemux/gstnuvdemux.c: (gst_nuv_demux_header_load),
14384         (gst_nuv_demux_stream_extend_header):
14385           Fix build with gcc-2.x (declare variables at the beginning of a
14386           block etc.). Fixes #391971.
14387
14388 2007-01-02  Lutz Mueller <lutz@topfrose.de>
14389
14390         reviewed by: Edward Hervey  <edward@fluendo.com>
14391
14392         * gst/real/gstreal.c:
14393         (gst_realdec_setcaps): Use codec_data supplied in caps.
14394         (gst_realdec_get_property): Correctly return default path.
14395         (gst_realdec_class_init): Remove unused state_change method.
14396
14397 2007-01-01  Edward Hervey  <edward@fluendo.com>
14398
14399         * configure.ac:
14400         Only build the plugin on 32bit x86 architectures.
14401
14402 2007-01-01  Lutz Mueller <lutz@topfrose.de>
14403
14404         reviewed by: Edward Hervey  <edward@fluendo.com>
14405
14406         * configure.ac:
14407         * gst/real/Makefile.am:
14408         * gst/real/gstreal.c: (gst_realdec_alloc_buffer),
14409         (gst_realdec_decode), (gst_realdec_chain),
14410         (gst_realdec_activate_push), (gst_realdec_setcaps),
14411         (gst_realdec_init), (gst_realdec_base_init),
14412         (gst_realdec_change_state), (gst_realdec_finalize),
14413         (gst_realdec_set_property), (gst_realdec_get_property),
14414         (gst_realdec_class_init), (plugin_init):
14415         New plugin for decoding RealVideo Streams using the x86 32bit
14416         shared libraries.
14417         Closes #354174
14418
14419 2006-12-30  Tim-Philipp Müller  <tim at centricular dot net>
14420
14421         * tests/check/elements/videocrop.c: (GST_START_TEST),
14422         (videocrop_test_cropping_init_context):
14423           When we can't create an element needed for the test, print a message
14424           detailing which element it actually is that's missing (#390673).
14425
14426 2006-12-22 Edgard Lima <edgard.lima@indt.org.br>
14427
14428         * ext/neon/gstneonhttpsrc.c:
14429         * ext/neon/gstneonhttpsrc.h:
14430         Added seek support.
14431         Patch by: Andre Moreira Magalhaes <andrunko@gmail.com>
14432         Fixes: #375264.
14433
14434 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
14435
14436         * tests/check/elements/mpeg2enc.c: (setup_mpeg2enc),
14437         (cleanup_mpeg2enc):
14438         * tests/check/elements/rganalysis.c: (cleanup_rganalysis):
14439         * tests/check/elements/wavpackdec.c: (setup_wavpackdec),
14440         (cleanup_wavpackdec):
14441         * tests/check/elements/wavpackenc.c: (setup_wavpackenc),
14442         (cleanup_wavpackenc):
14443         * tests/check/elements/y4menc.c: (setup_y4menc), (cleanup_y4menc):
14444           reapply consistent pad (de)activation
14445
14446 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
14447
14448         * configure.ac:
14449         Back to CVS
14450
14451         * gst-plugins-bad.doap:
14452         Add release section for 0.10.4
14453
14454 === release 0.10.4 ===
14455
14456 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
14457
14458         * configure.ac:
14459           releasing 0.10.4, "Black Bugs"
14460
14461 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
14462
14463         * tests/check/elements/mpeg2enc.c: (setup_mpeg2enc),
14464         (cleanup_mpeg2enc):
14465         * tests/check/elements/rganalysis.c: (cleanup_rganalysis):
14466         * tests/check/elements/wavpackdec.c: (setup_wavpackdec),
14467         (cleanup_wavpackdec):
14468         * tests/check/elements/wavpackenc.c: (setup_wavpackenc),
14469         (cleanup_wavpackenc):
14470         * tests/check/elements/y4menc.c: (setup_y4menc), (cleanup_y4menc):
14471           revert my freeze breakage
14472
14473 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
14474
14475         * tests/check/elements/mpeg2enc.c: (setup_mpeg2enc),
14476         (cleanup_mpeg2enc):
14477         * tests/check/elements/rganalysis.c: (cleanup_rganalysis):
14478         * tests/check/elements/wavpackdec.c: (setup_wavpackdec),
14479         (cleanup_wavpackdec):
14480         * tests/check/elements/wavpackenc.c: (setup_wavpackenc),
14481         (cleanup_wavpackenc):
14482         * tests/check/elements/y4menc.c: (setup_y4menc), (cleanup_y4menc):
14483           consistent pad (de)activation
14484
14485 2006-12-18  Tim-Philipp Müller  <tim at centricular dot net>
14486
14487         * gst/qtdemux/qtdemux.c: (gst_qtdemux_post_progress),
14488         (gst_qtdemux_chain):
14489           Don't post BUFFERING messages in streaming mode if the stream
14490           headers are behind the movie data; instead, post "progress" element
14491           messages as a temporary solution. Apps might get confused and do
14492           silly things to the pipeline state if they see buffering messages
14493           from different sources and don't realize they come from different
14494           sources (#387160).
14495
14496 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
14497
14498         * configure.ac:
14499         * ext/Makefile.am:
14500         * ext/ladspa/*:
14501           Move LADPSA plugin from -good for the release, as it's not quite
14502           ready to be enabled by default in the -good module yet.
14503
14504 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
14505
14506         * gst/qtdemux/qtdemux.c: (gst_qtdemux_chain),
14507         (gst_qtdemux_add_stream):
14508           Don't output g_warning for an unsupported format, just send a
14509           GST_ELEMENT_WARNING and don't add the pad.
14510           Fix the case where it doesn't check for a NULL pad in streaming mode.
14511           Fixes #387137
14512
14513 2006-12-18  Tim-Philipp Müller  <tim at centricular dot net>
14514
14515         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
14516           Fix crash dereferencing NULL pointer if there's no stco atom.
14517           Fixes #387122.
14518
14519 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
14520
14521         * ext/wavpack/gstwavpackenc.h:
14522         Use local copy of md5.h, as it disappeared in recent wavpack
14523         installs.
14524         Patch by: Sebastian Dröge <slomo at ubuntu dot com>
14525         Fixes: #387076
14526
14527 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
14528
14529         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_query_types),
14530         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event):
14531           We don't support seeking in streaming mode, so don't even try.
14532           Implement seeking query so apps can query seekability properly
14533           (see #365414). Fix duration query.
14534
14535 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
14536
14537         * Makefile.am:
14538         * gst-plugins-bad.doap:
14539         * gst-plugins-bad.spec.in:
14540           add doap file
14541
14542 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
14543
14544         * ext/libmms/gstmms.c: (gst_mms_create):
14545           These debug statements should be using LOG level.
14546
14547 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
14548
14549         * gst/modplug/libmodplug/sndfile.cpp:
14550           Fix potential buffer overflow (CVE-2006-4192) (#385788).
14551
14552 2006-12-13  Wim Taymans  <wim@fluendo.com>
14553
14554         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
14555         (gst_qtdemux_handle_src_query), (qtdemux_parse_trak),
14556         (qtdemux_audio_caps):
14557         Add AMR-WB to the list of supported formats.
14558
14559 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
14560
14561         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_create),
14562         (send_request_and_redirect):
14563           Fix minor mem leak in redirect code.
14564
14565         * tests/check/Makefile.am:
14566         * tests/check/elements/.cvsignore:
14567         * tests/check/elements/neonhttpsrc.c: (handoff_cb),
14568         (GST_START_TEST), (neonhttpsrc_suite):
14569         * tests/check/gst-plugins-bad.supp:
14570           Add super-basic unit test for #384140.
14571
14572 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
14573
14574         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_create),
14575         (send_request_and_redirect):
14576           Set offset on buffers pushed out (id3demux gets confused if the
14577           first buffer does not have an offset of 0). Fixes #384140.
14578
14579 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
14580
14581         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
14582         (gst_neonhttp_src_create), (send_request_and_redirect),
14583         (gst_neonhttp_src_start), (oom_callback):
14584          Minor clean-ups; remove newlines at end of debug statements.
14585
14586 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
14587
14588         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
14589           Fix non-working redirects from inetfilm.com (handle 'alis' reference
14590           data type as well). Fixes #378613.
14591
14592 2006-12-11  Wim Taymans  <wim@fluendo.com>
14593
14594         Patch by: Jonathan Matthew <jonathan at kaolin wh9 net>).
14595
14596         * gst/modplug/gstmodplug.cc:
14597         Fix modplug duration query. Fixes #384294.
14598
14599 2006-12-08  Wim Taymans  <wim@fluendo.com>
14600
14601         Patch by: René Stadler  <mail at renestadler de>
14602
14603         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
14604         (gst_qtdemux_handle_src_query), (qtdemux_parse_trak),
14605         (qtdemux_audio_caps):
14606         Fix caps for 24 bit raw PCM audio (2).
14607         Fixes #383471.
14608
14609 2006-12-07  Wim Taymans  <wim@fluendo.com>
14610
14611         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
14612         (gst_qtdemux_handle_src_query), (qtdemux_parse_trak),
14613         (qtdemux_video_caps):
14614         Handle more H263 variants.
14615
14616 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
14617
14618         * ext/jack/.cvsignore:
14619         Ignore old files as requested by the build slave.
14620
14621 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
14622
14623         * configure.ac:
14624         Update the Jack requirement to the version where I think options_t
14625         appeared
14626
14627 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
14628
14629         * win32/MANIFEST:
14630         Fix compilation on win32 under VS8
14631         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
14632         Partially fixes #381175
14633
14634 2006-11-30  Wim Taymans  <wim@fluendo.com>
14635
14636         Patch by: René Stadler  <mail at renestadler de>
14637
14638         * gst/replaygain/gstrganalysis.c: (gst_rg_analysis_event):
14639           Call the base class handler.  Fixes #380610.
14640
14641 2006-11-30  Wim Taymans  <wim@fluendo.com>
14642
14643         * ext/Makefile.am:
14644         Fix build.
14645
14646         * ext/jack/gstjackaudiosink.c: (jack_process_cb),
14647         (jack_sample_rate_cb), (jack_buffer_size_cb), (jack_shutdown_cb),
14648         (gst_jack_ring_buffer_acquire):
14649         Small cleanups.
14650
14651 2006-11-30  Wim Taymans  <wim@fluendo.com>
14652
14653         * configure.ac:
14654         * ext/Makefile.am:
14655         * ext/jack/Makefile.am:
14656         * ext/jack/gstjack.c: (plugin_init):
14657         * ext/jack/gstjack.h:
14658         * ext/jack/gstjackaudiosink.c: (gst_jack_ring_buffer_get_type),
14659         (gst_jack_ring_buffer_class_init), (jack_process_cb),
14660         (jack_sample_rate_cb), (jack_buffer_size_cb), (jack_shutdown_cb),
14661         (gst_jack_ring_buffer_init), (gst_jack_ring_buffer_dispose),
14662         (gst_jack_ring_buffer_finalize),
14663         (gst_jack_ring_buffer_open_device),
14664         (gst_jack_ring_buffer_close_device),
14665         (gst_jack_ring_buffer_acquire), (gst_jack_ring_buffer_release),
14666         (gst_jack_ring_buffer_start), (gst_jack_ring_buffer_pause),
14667         (gst_jack_ring_buffer_stop), (gst_jack_ring_buffer_delay),
14668         (gst_jack_connect_get_type), (gst_jack_audio_sink_base_init),
14669         (gst_jack_audio_sink_class_init), (gst_jack_audio_sink_init),
14670         (gst_jack_audio_sink_set_property),
14671         (gst_jack_audio_sink_get_property), (gst_jack_audio_sink_getcaps),
14672         (gst_jack_audio_sink_create_ringbuffer):
14673         * ext/jack/gstjackaudiosink.h:
14674           Added fully functional jackaudiosink.
14675
14676 2006-11-27  Wim Taymans  <wim@fluendo.com>
14677
14678         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
14679         (gst_qtdemux_handle_src_query), (qtdemux_parse_trak):
14680           Remove some asserts and replace them with a proper error
14681           message. Fixes #379261.
14682
14683 2006-11-26  Michael Smith  <msmith@fluendo.com>
14684
14685         * ext/theora/theoradec.c: (theora_dec_src_query),
14686         (theora_dec_src_event), (theora_handle_data_packet),
14687         (theora_dec_chain):
14688           Send events on the right pads, since they don't work very well if
14689           you send them in the wrong direction.
14690
14691 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
14692
14693         * ext/audiofile/gstafsink.c:
14694         * ext/polyp/plugin.c: (plugin_init):
14695         * ext/polyp/polypsink.c:
14696         * ext/polyp/polypsink.h:
14697         * sys/dxr3/dxr3audiosink.h:
14698         * sys/dxr3/dxr3spusink.h:
14699         * sys/dxr3/dxr3videosink.h:
14700           remove obsolete _factory_init protos and functions
14701
14702 2006-11-19  Michael Smith  <msmith@fluendo.com>
14703
14704         * gst/librfb/Makefile.am:
14705           Compile with appropriate cflags. Fixes build.
14706
14707 2006-11-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14708
14709         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_tune):
14710         Actually set the TONE parameter for DVB-S when we should.
14711
14712 2006-11-16  David Schleef  <ds@schleef.org>
14713
14714         * gst/librfb/rfbdecoder.c: Fixes for 64-bit architectures.
14715
14716 2006-11-16  David Schleef  <ds@schleef.org>
14717
14718         * gst/librfb/gstrfbsrc.h:  Oops, add this file.
14719
14720 2006-11-16  David Schleef  <ds@schleef.org>
14721
14722         Patch by: Andre Moreira Magalhaes <andrunko@gmail.com>
14723
14724         * configure.ac:
14725         * gst/librfb/Makefile.am:
14726         * gst/librfb/gstrfbsrc.c:
14727         * gst/librfb/rfb.c:
14728         * gst/librfb/rfb.h:
14729         * gst/librfb/rfbbuffer.c:
14730         * gst/librfb/rfbbuffer.h:
14731         * gst/librfb/rfbbytestream.c:
14732         * gst/librfb/rfbbytestream.h:
14733         * gst/librfb/rfbcontext.h:
14734         * gst/librfb/rfbdecoder.c:
14735         * gst/librfb/rfbdecoder.h:
14736         * gst/librfb/rfbutil.h:
14737           Port librfb to 0.10 (#376106).
14738
14739 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
14740
14741         * ext/spc/gstspc.c: (spc_play):
14742           Fix build with disabled gst-debug.
14743
14744 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
14745
14746         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
14747
14748         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
14749         (gst_wavpack_dec_init), (gst_wavpack_dec_change_state):
14750         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init),
14751         (gst_wavpack_enc_class_init), (gst_wavpack_enc_reset),
14752         (gst_wavpack_enc_init), (gst_wavpack_enc_set_wp_config),
14753         (gst_wavpack_enc_change_state):
14754         * ext/wavpack/gstwavpackparse.c:
14755           Some small clean-ups: use enums instead of hard-coded numbers,
14756           const-ify element details, re-factor some code into _reset()
14757           functions (#352605).
14758
14759 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
14760
14761         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_create):
14762         * sys/dvb/gstdvbsrc.h:
14763           Fix minor printf format issue; remove overly paranoid checks in
14764           create function; fix GObject boilerplate macros.
14765
14766 2006-11-14  Wim Taymans  <wim@fluendo.com>
14767
14768         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
14769         (gst_qtdemux_handle_src_query), (qtdemux_parse_trak):
14770         Don't parse extra sample params for raw pcm. Fixes #374914.
14771
14772 2006-11-14  Wim Taymans  <wim@fluendo.com>
14773
14774         * tests/check/elements/.cvsignore:
14775         Add cdaudio to ignore.
14776
14777 2006-11-14  Wim Taymans  <wim@fluendo.com>
14778
14779         * ext/Makefile.am:
14780         dist cdaudio dir.
14781
14782 2006-11-14  Wim Taymans  <wim@fluendo.com>
14783
14784         * configure.ac:
14785         * ext/Makefile.am:
14786         Fix cdaudio build.
14787
14788 2006-11-14  Wim Taymans  <wim@fluendo.com>
14789
14790         Patch by: Mark Nauwelaerts <manauw at skynet be>
14791
14792         * tests/check/Makefile.am:
14793         * tests/check/elements/y4menc.c: (setup_y4menc), (cleanup_y4menc),
14794         (GST_START_TEST), (y4menc_suite), (main):
14795         Added y4m test. Fixes #372243.
14796
14797 2006-11-13  Wim Taymans  <wim@fluendo.com>
14798
14799         Patch by: Mark Nauwelaerts <manauw at skynet be>
14800
14801         * configure.ac:
14802         Enable cdaudio and y4m.
14803
14804         * gst/y4m/Makefile.am:
14805         * gst/y4m/gsty4mencode.c: (gst_y4m_encode_base_init),
14806         (gst_y4m_encode_class_init), (gst_y4m_encode_init),
14807         (gst_y4m_encode_reset), (gst_y4m_encode_setcaps),
14808         (gst_y4m_encode_get_stream_header),
14809         (gst_y4m_encode_get_frame_header), (gst_y4m_encode_chain),
14810         (gst_y4m_encode_set_property), (gst_y4m_encode_get_property),
14811         (gst_y4m_encode_change_state), (plugin_init):
14812         * gst/y4m/gsty4mencode.h:
14813         Port of y4mencode to 0.10. 
14814
14815 2006-11-10  David Schleef  <ds@schleef.org>
14816
14817         * configure.ac:
14818         * gst/videoparse/Makefile.am:
14819         * gst/videoparse/gstvideoparse.c:
14820           A little pluggy to make sense out of the random chunks we get
14821           from multifilesrc.
14822
14823 2006-11-10  David Schleef  <ds@schleef.org>
14824
14825         * gst/multifile/Makefile.am:
14826           Let's not depend on a file that doesn't exist.
14827
14828 2006-11-10  David Schleef  <ds@schleef.org>
14829
14830         * gst/multifilesink/Makefile.am:
14831         * gst/multifilesink/gstmultifilesink.c:
14832         * gst/multifilesink/gstmultifilesink.h:
14833         * gst/multifilesink/multifilesink.vcproj:
14834           Remove the old one.
14835
14836 2006-11-10  David Schleef  <ds@schleef.org>
14837
14838         * configure.ac:
14839         * gst/multifile/Makefile.am:
14840         * gst/multifile/gstmultifile.c:
14841         * gst/multifile/gstmultifilesink.c:
14842         * gst/multifile/gstmultifilesrc.c:
14843         * gst/multifile/multifile.vproj:
14844           Revive multifile[src|sink].
14845
14846 2006-11-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14847
14848         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_set_property)
14849         (gst_dvbsrc_create), (gst_dvbsrc_output_frontend_stats),
14850         (gst_dvbsrc_tune), (gst_dvbsrc_set_pes_filters):
14851         Rename set_pes_filter to set_pes_filters for consistency.
14852         Do run-time pid filtering.
14853
14854 2006-11-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14855
14856         * sys/dvb/gstdvbsrc.c: (read_device):
14857         Do not call output_frontend_stats from a method that does not
14858         have the gstdvbsrc object.
14859         This fixes the build, sorry guys!
14860
14861 2006-11-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14862
14863         * sys/dvb/gstdvbsrc.c: (read_device), (gst_dvbsrc_create),
14864         (gst_dvbsrc_output_frontend_stats), (gst_dvbsrc_tune),
14865         (gst_dvbsrc_set_pes_filter):
14866         * sys/dvb/gstdvbsrc.h:
14867         Force PAT to always be in the filter.
14868         Try to continue reading after failing 10 times.
14869
14870 2006-11-04  Thomas Vander Stichele  <thomas at apestaart dot org>
14871
14872         * po/POTFILES.in:
14873           add dvbsrc
14874         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_class_init), (gst_dvbsrc_init),
14875         (gst_dvbsrc_set_property), (gst_dvbsrc_get_property),
14876         (gst_dvbsrc_open_frontend), (gst_dvbsrc_open_dvr),
14877         (gst_dvbsrc_finalize), (read_device), (gst_dvbsrc_create),
14878         (gst_dvbsrc_start), (gst_dvbsrc_frontend_status),
14879         (gst_dvbsrc_tune), (gst_dvbsrc_unset_pes_filters),
14880         (gst_dvbsrc_set_pes_filter):
14881         * sys/dvb/gstdvbsrc.h:
14882           adapter-prefix is a terrible name for a device, so replace it.
14883           strerror should be used immediately after the syscall related to it.
14884           Actually throw a reasonable GST_ELEMENT_ERROR if we fail to open
14885           (pretty easy to trigger by opening the same device twice).
14886           Use _OBJECT macros where it makes sense.
14887           This element is going to need some work before it moves.
14888
14889 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
14890
14891         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
14892
14893         * configure.ac:
14894         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_mode_get_type),
14895         (gst_wavpack_enc_correction_mode_get_type),
14896         (gst_wavpack_enc_joint_stereo_mode_get_type),
14897         (gst_wavpack_enc_init), (gst_wavpack_enc_set_wp_config):
14898           Fix enum nicks; only emit no-more-pads once; add support for very
14899           fast encoding mode in upcoming 4.40.0 release (#369539).
14900
14901 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
14902
14903         Patch by: Sergey Scobich  <sergey dot scobich at gmail com>
14904
14905         * sys/directdraw/gstdirectdrawsink.c:
14906         (gst_directdrawsink_window_thread),
14907         (gst_directdrawsink_create_default_window):
14908         * sys/directdraw/gstdirectdrawsink.h:
14909         * sys/directsound/gstdirectsoundsink.c:
14910           Wait until the window is created before using it; guard unistd.h
14911           includes with HAVE_UNISTD_H. (#366523)
14912
14913         * win32/vs8/libgstdirectdraw.vcproj:
14914         * win32/vs8/libgstdirectsound.vcproj:
14915           Update project files.
14916
14917 2006-10-31  Wim Taymans  <wim@fluendo.com>
14918
14919         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
14920         (gst_qtdemux_handle_src_query), (qtdemux_parse_tree),
14921         (qtdemux_parse_trak):
14922         Handle unbounded length streams a bit better. Fixes #367696.
14923
14924 2006-10-29  Tim-Philipp Müller  <tim at centricular dot net>
14925
14926         * ext/dts/gstdtsdec.c: (gst_dtsdec_handle_frame):
14927           Fix flow handling and buffer refcounting (gst_pad_push() takes
14928           ownership of the buffer passed to it, the buffer does not have
14929           to be unreffed no matter what flow value gst_pad_push() returns).
14930
14931 2006-10-26  Edgard Lima <edgard.lima@indt.org.br>
14932
14933         Patch by: Renato Filho <renato.filho@indt.org.br> 
14934
14935         * gst/nuvdemux/gstnuvdemux.c:
14936         * gst/nuvdemux/gstnuvdemux.h:
14937         Fixed bug for files with timestamps less than 0.
14938         
14939 2006-10-21  David Schleef  <ds@schleef.org>
14940
14941         * configure.ac:
14942         * gst/multifilesink/Makefile.am:
14943         * gst/multifilesink/gstmultifilesink.c:
14944         * gst/multifilesink/gstmultifilesink.h:
14945           I copied over filesink a while ago and modified it to work
14946           as multifilesink.  Might as well check it in.  This could
14947           use some work before being declared useful.
14948
14949 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
14950
14951         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_set_wp_config):
14952         * ext/wavpack/gstwavpackparse.c:
14953         (gst_wavpack_parse_create_src_pad):
14954         * gst/nuvdemux/gstnuvdemux.c: (gst_nuv_demux_create_pads):
14955         * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad):
14956           Activate pads before adding them to running element.
14957
14958 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
14959
14960         Patch by: Josep Torra Valles  <josep at fluendo com>
14961
14962         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
14963         (next_entry_size), (qtdemux_inflate), (qtdemux_parse_moov),
14964         (qtdemux_parse_tree), (qtdemux_parse_trak), (qtdemux_tag_add_str),
14965         (qtdemux_tag_add_num), (qtdemux_tag_add_date),
14966         (qtdemux_tag_add_gnre):
14967           Make compile with Forte compiler, mostly don't do pointer arithmetic
14968           with void pointers (#362626).
14969
14970 2006-10-17  Edgard Lima <edgard.lima@indt.org.br>
14971
14972         * gst/nuvdemux/gstnuvdemux.c:
14973         Just a cast to make it compile oos big_endian systems.
14974
14975 2006-10-17  Edgard Lima <edgard.lima@indt.org.br>
14976
14977         Patch by: Renato Filho <renato.filho@indt.org.br> and Rosfran Borges
14978         <rosfran.borges@indt.org.br>
14979
14980         * configure.ac:
14981         * gst/nuvdemux/:
14982         * gst/nuvdemux/Makefile.am:
14983         * gst/nuvdemux/gstnuvdemux.c:
14984         * gst/nuvdemux/gstnuvdemux.h:
14985         Created new element nuvdemux.
14986         
14987 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
14988
14989         Patch by: Josep Torra Valles  <josep at fluendo com>
14990
14991         * gst/nsf/fds_snd.c:
14992         * gst/nsf/mmc5_snd.c:
14993         * gst/nsf/nsf.c:
14994         * gst/nsf/vrc7_snd.c:
14995         * gst/nsf/vrcvisnd.c:
14996           Fix some things the Forte compiler warns about (#362626).
14997
14998 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
14999
15000         * gst/qtdemux/qtdemux.c: (qtdemux_parse_moov), (qtdemux_parse),
15001         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
15002         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
15003         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
15004         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
15005         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
15006         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
15007         (qtdemux_dump_unknown), (qtdemux_tree_get_child_by_type),
15008         (qtdemux_tree_get_sibling_by_type):
15009         * gst/qtdemux/qtdemux.h:
15010           Avoid void pointer usage, better use guint8 * instead.
15011
15012 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
15013
15014         * configure.ac:
15015         * gst/deinterlace/Makefile.am:
15016         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_base_init),
15017         (gst_deinterlace_class_init), (gst_deinterlace_init),
15018         (gst_deinterlace_stop), (gst_deinterlace_transform_caps),
15019         (gst_deinterlace_set_caps), (gst_deinterlace_transform_ip),
15020         (gst_deinterlace_set_property), (gst_deinterlace_get_property):
15021         * gst/deinterlace/gstdeinterlace.h:
15022           Port simple deinterlacer from 0.8. Use at your own risk, don't blame
15023           me for anything it does or does not do to your precious pictures.
15024
15025 2006-10-11  Edward Hervey  <edward@fluendo.com>
15026
15027         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
15028         Add some fourcc for DV format.
15029
15030 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
15031
15032         * gst/qtdemux/qtdemux.c: (extract_initial_length_and_fourcc),
15033         (gst_qtdemux_loop_state_header):
15034           Printf format fixes.
15035
15036         * sys/dvb/gstdvbsrc.c:
15037           Use "_stdint.h".
15038
15039 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15040
15041         * sys/dvb/Makefile.am:
15042         * sys/dvb/dvb-api/Makefile.am:
15043         * sys/dvb/dvb-api/audio.h:
15044         * sys/dvb/dvb-api/ca.h:
15045         * sys/dvb/dvb-api/dmx.h:
15046         * sys/dvb/dvb-api/frontend.h:
15047         * sys/dvb/dvb-api/net.h:
15048         * sys/dvb/dvb-api/osd.h:
15049         * sys/dvb/dvb-api/version.h:
15050         * sys/dvb/dvb-api/video.h:
15051         Remove these files, not needed use system files.
15052         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_set_property),
15053         (gst_dvbsrc_create), (gst_dvbsrc_output_frontend_stats),
15054         (gst_dvbsrc_tune):
15055         Fix warnings, uint16_t etc. is in stdint.h.
15056         Use system includes not our local ones.
15057
15058 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15059
15060         * configure.ac:
15061         * sys/Makefile.am:
15062         Add dvb detection and allow dvbsrc to be built.
15063
15064 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15065         
15066         * configure.ac:
15067         * sys/Makefile.am:
15068         * sys/dvb/AUTHORS:
15069         * sys/dvb/Makefile.am:
15070         * sys/dvb/README:
15071         * sys/dvb/dvb-api/Makefile.am:
15072         * sys/dvb/dvb-api/audio.h:
15073         * sys/dvb/dvb-api/ca.h:
15074         * sys/dvb/dvb-api/dmx.h:
15075         * sys/dvb/dvb-api/frontend.h:
15076         * sys/dvb/dvb-api/net.h:
15077         * sys/dvb/dvb-api/osd.h:
15078         * sys/dvb/dvb-api/version.h:
15079         * sys/dvb/dvb-api/video.h:
15080         * sys/dvb/gstdvbsrc.c: 
15081         * sys/dvb/gstdvbsrc.h:
15082         Initial import of dvbsrc.
15083         Currently won't be built.
15084
15085 2006-10-10  Wim Taymans  <wim@fluendo.com>
15086
15087         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
15088         (gst_qtdemux_push_event), (gst_qtdemux_do_seek),
15089         (gst_qtdemux_change_state), (extract_initial_length_and_fourcc),
15090         (gst_qtdemux_loop_state_header), (gst_qtdemux_activate_segment),
15091         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop),
15092         (gst_qtdemux_post_buffering), (gst_qtdemux_chain),
15093         (gst_qtdemux_add_stream), (qtdemux_process_redirects),
15094         (qtdemux_parse_tree), (qtdemux_parse_trak):
15095         Reorganise some stuff.
15096         Parse RTSP redirection URLS.
15097
15098 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
15099
15100         * docs/plugins/gst-plugins-bad-plugins.args:
15101         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
15102         * docs/plugins/gst-plugins-bad-plugins.interfaces:
15103         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
15104         * docs/plugins/inspect/plugin-dtsdec.xml:
15105         * docs/plugins/inspect/plugin-mms.xml:
15106         * docs/plugins/inspect/plugin-mpeg2enc.xml:
15107         * docs/plugins/inspect/plugin-neon.xml:
15108         * docs/plugins/inspect/plugin-replaygain.xml:
15109         * docs/plugins/inspect/plugin-soundtouch.xml:
15110         * docs/plugins/inspect/plugin-spcdec.xml:
15111         * docs/plugins/inspect/plugin-swfdec.xml:
15112         * docs/plugins/inspect/plugin-videocrop.xml:
15113         * docs/plugins/inspect/plugin-wavpack.xml:
15114           Add/update docs stuff.
15115
15116 2006-10-06  Tim-Philipp Müller  <tim at centricular dot net>
15117
15118         Patch by: René Stadler  <mail at renestadler de>
15119
15120         * configure.ac:
15121         * docs/plugins/Makefile.am:
15122         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
15123         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
15124         * gst/replaygain/Makefile.am:
15125         * gst/replaygain/gstrganalysis.c: (gst_rg_analysis_base_init),
15126         (gst_rg_analysis_class_init), (gst_rg_analysis_init),
15127         (gst_rg_analysis_set_property), (gst_rg_analysis_get_property),
15128         (gst_rg_analysis_start), (gst_rg_analysis_set_caps),
15129         (gst_rg_analysis_transform_ip), (gst_rg_analysis_event),
15130         (gst_rg_analysis_stop), (gst_rg_analysis_handle_tags),
15131         (gst_rg_analysis_handle_eos), (gst_rg_analysis_track_result),
15132         (gst_rg_analysis_album_result), (plugin_init):
15133         * gst/replaygain/gstrganalysis.h:
15134         * gst/replaygain/rganalysis.c: (yule_filter), (butter_filter),
15135         (apply_filters), (reset_filters), (accumulator_add),
15136         (accumulator_clear), (accumulator_result), (rg_analysis_new),
15137         (rg_analysis_set_sample_rate), (rg_analysis_destroy),
15138         (rg_analysis_analyze_mono_float),
15139         (rg_analysis_analyze_stereo_float),
15140         (rg_analysis_analyze_mono_int16),
15141         (rg_analysis_analyze_stereo_int16), (rg_analysis_analyze),
15142         (rg_analysis_track_result), (rg_analysis_album_result),
15143         (rg_analysis_reset_album), (rg_analysis_reset):
15144         * gst/replaygain/rganalysis.h:
15145           Add ReplayGain analysis element (#357069).
15146
15147         * tests/check/Makefile.am:
15148         * tests/check/elements/.cvsignore:
15149         * tests/check/elements/rganalysis.c: (get_expected_gain),
15150         (setup_rganalysis), (cleanup_rganalysis), (set_playing_state),
15151         (send_eos_event), (send_tag_event), (poll_eos), (poll_tags),
15152         (fail_unless_track_gain), (fail_unless_track_peak),
15153         (fail_unless_album_gain), (fail_unless_album_peak),
15154         (fail_if_track_tags), (fail_if_album_tags),
15155         (fail_unless_num_tracks), (test_buffer_const_float_mono),
15156         (test_buffer_const_float_stereo), (test_buffer_const_int16_mono),
15157         (test_buffer_const_int16_stereo), (test_buffer_square_float_mono),
15158         (test_buffer_square_float_stereo), (test_buffer_square_int16_mono),
15159         (test_buffer_square_int16_stereo), (push_buffer), (GST_START_TEST),
15160         (rganalysis_suite), (main):
15161           Unit tests for the new replaygain element.
15162
15163 2006-10-06  Wim Taymans  <wim@fluendo.com>
15164
15165         * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_chain),
15166         (gst_faad_close_decoder):
15167         Some cleanups.
15168         Added some more debugging.
15169         Don't ever ignore unlinked, we're not a demuxer.
15170
15171         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
15172         Activate pad before adding it to the element.
15173
15174 2006-10-06  Michael Smith  <msmith@fluendo.com>
15175
15176         * ext/theora/theoradec.c: (gst_theoradec_reset),
15177         (theora_get_query_types), (theora_dec_src_query),
15178         (theora_dec_src_event), (theora_dec_sink_event),
15179         (theora_handle_comment_packet), (theora_handle_type_packet),
15180         (theora_handle_header_packet), (clip_buffer), (theora_dec_push),
15181         (theora_handle_422_image), (theora_handle_420_image),
15182         (theora_handle_data_packet), (theora_dec_chain),
15183         (theora_dec_change_state):
15184         * ext/theora/theoradec.h:
15185           Port lots of changes from theoradec to theoraexpdec.
15186           This catches this plugin up to theoradec. Note that duplicate frames
15187           are broken in theoradec at the moment.
15188
15189 2006-10-06  Tim-Philipp Müller  <tim at centricular dot net>
15190
15191         * gst/spectrum/gstspectrum.c: (gst_spectrum_transform_ip):
15192           Fix mem leak, avoid unnecessary memcpy.
15193
15194 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
15195
15196         * gst/spectrum/gstspectrum.c: (gst_spectrum_init),
15197         (gst_spectrum_transform_ip):
15198           Removed cruft code that was just commented out. Removed some obsolete
15199           debug logs statements.
15200
15201 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
15202
15203         * ext/dts/gstdtsdec.c: (gst_dtsdec_chain):
15204         * ext/musicbrainz/gsttrm.c: (gst_trm_setcaps):
15205         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
15206         * gst/qtdemux/qtdemux.c: (gst_qtdemux_chain), (qtdemux_parse),
15207         (qtdemux_parse_trak):
15208         * gst/spectrum/gstspectrum.c: (gst_spectrum_transform_ip):
15209           Another batch of printf format fixes.
15210
15211 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
15212
15213         * gst/videocrop/gstvideocrop.c: (gst_video_crop_class_init),
15214         (gst_video_crop_init),
15215         (gst_video_crop_get_image_details_from_caps),
15216         (gst_video_crop_transform_packed_complex),
15217         (gst_video_crop_transform_packed_simple),
15218         (gst_video_crop_transform), (gst_video_crop_transform_caps),
15219         (gst_video_crop_set_caps),
15220         (gst_videocrop_clear_negotiated_caps_locked),
15221         (gst_video_crop_set_property):
15222         * gst/videocrop/gstvideocrop.h:
15223           Handle packed YUV formats (UYVY, YUY2, YUYV) separately; also, fix
15224           passthrough mode; lastly, clear negotiated basetransform caps when
15225           the cropping changes in order to force renegotiation.
15226
15227 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
15228
15229         * tests/icles/.cvsignore:
15230         * tests/icles/Makefile.am:
15231         * tests/icles/videocrop-test.c: (quit_mainloop), (tick_cb),
15232         (test_with_caps), (video_crop_get_test_caps), (main):
15233           Visual test for videocrop, shows that packed yuv doesn't work right
15234           yet. --with-ffmpegcolorspace option doesn't work yet for unknown
15235           reasons (another basetransform issue?)
15236
15237 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
15238
15239         * po/POTFILES.in:
15240         * sys/v4l2/.cvsignore:
15241           Remove more v4l2 stuff, hopefully fixing 'make distcheck' again.
15242
15243 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
15244
15245         * docs/plugins/Makefile.am:
15246         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
15247         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
15248         * docs/plugins/inspect/plugin-video4linux2.xml:
15249         * gst-plugins-bad.spec.in:
15250           removed v4l2
15251
15252 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15253
15254         * configure.ac:
15255         * sys/Makefile.am:
15256         * sys/v4l2/Makefile.am:
15257         * sys/v4l2/README:
15258         * sys/v4l2/gstv4l2.c:
15259         * sys/v4l2/gstv4l2colorbalance.c:
15260         * sys/v4l2/gstv4l2colorbalance.h:
15261         * sys/v4l2/gstv4l2object.c:
15262         * sys/v4l2/gstv4l2object.h:
15263         * sys/v4l2/gstv4l2src.c:
15264         * sys/v4l2/gstv4l2src.h:
15265         * sys/v4l2/gstv4l2tuner.c:
15266         * sys/v4l2/gstv4l2tuner.h:
15267         * sys/v4l2/gstv4l2vidorient.c:
15268         * sys/v4l2/gstv4l2vidorient.h:
15269         * sys/v4l2/gstv4l2xoverlay.c:
15270         * sys/v4l2/gstv4l2xoverlay.h:
15271         * sys/v4l2/v4l2_calls.c:
15272         * sys/v4l2/v4l2_calls.h:
15273         * sys/v4l2/v4l2src_calls.c:
15274         * sys/v4l2/v4l2src_calls.h:
15275           moved to gst-plugins-good
15276
15277 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15278
15279         * sys/v4l2/gstv4l2object.c:
15280         (gst_v4l2_object_install_properties_helper):
15281           comment out the properties that are already part of the tuner
15282           interface.
15283
15284 2006-10-03  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15285
15286         * sys/v4l2/gstv4l2src.c:
15287         Improve docs.
15288
15289 2006-10-02  Tim-Philipp Müller  <tim at centricular dot net>
15290
15291         * ext/xvid/gstxvid.c: (plugin_init):
15292           Set rank of xviddec to NONE until someone fixes it (too many crasher
15293           bug reports against totem, people should use gst-ffmpeg).
15294
15295 2006-09-28  Wim Taymans  <wim@fluendo.com>
15296
15297         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_all_caps),
15298         (gst_v4l2src_get_caps):
15299         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
15300         Framerate can be 0/1 too.
15301         Init framerate to 0/1 before querying it so that we can detect
15302         devices that don't know about a framerate.
15303         Add some more debugging info.
15304
15305 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
15306
15307         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
15308           Add support for 'yv12' fourcc.
15309
15310 2006-09-27  Edgard Lima <edgard.lima@indt.org.br>
15311
15312         * sys/v4l2/gstv4l2src.c:
15313         * sys/v4l2/gstv4l2src.h:
15314         * tests/icles/v4l2src-test.c:
15315         Removed set-undef-fps.
15316
15317 2006-09-27  Wim Taymans  <wim@fluendo.com>
15318
15319         * sys/v4l2/gstv4l2object.c:
15320         (gst_v4l2_object_install_properties_helper), (gst_v4l2_object_new),
15321         (gst_v4l2_object_set_property_helper),
15322         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
15323         * sys/v4l2/gstv4l2object.h:
15324         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
15325         (gst_v4l2src_create):
15326         * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_contains_channel),
15327         (gst_v4l2_tuner_list_channels),
15328         (gst_v4l2_tuner_set_channel_and_notify),
15329         (gst_v4l2_tuner_get_channel), (gst_v4l2_tuner_contains_norm),
15330         (gst_v4l2_tuner_list_norms), (gst_v4l2_tuner_set_norm_and_notify),
15331         (gst_v4l2_tuner_get_norm):
15332         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
15333         (gst_v4l2_fill_lists), (gst_v4l2_empty_lists):
15334         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_get_fps):
15335         Renamed some properties to match the tuner interface naming.
15336
15337 2006-09-27  Wim Taymans  <wim@fluendo.com>
15338
15339         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_set_property_helper),
15340         (gst_v4l2_set_defaults):
15341         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read),
15342         (gst_v4l2src_create):
15343         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open):
15344         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
15345         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_set_norm),
15346         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
15347         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
15348         (gst_v4l2_set_attribute), (gst_v4l2_get_input),
15349         (gst_v4l2_set_input):
15350         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
15351         (gst_v4l2src_grab_frame), (gst_v4l2src_get_capture),
15352         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init),
15353         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop),
15354         (gst_v4l2src_buffer_new):
15355         * tests/icles/v4l2src-test.c: (my_bus_callback), (main):
15356         Small cleanups.
15357         Fix error messages.
15358         Use locks when getting timestamps.
15359         Fix leaks in test.
15360         Add licensing header to tests.
15361
15362 2006-09-27  Edgard Lima <edgard.lima@indt.org.br>
15363
15364         * sys/v4l2/gstv4l2colorbalance.c:
15365         * sys/v4l2/gstv4l2object.c:
15366         * sys/v4l2/gstv4l2src.c:
15367         * sys/v4l2/gstv4l2src.h:
15368         * sys/v4l2/gstv4l2tuner.c:
15369         * sys/v4l2/v4l2_calls.c:
15370         * sys/v4l2/v4l2src_calls.c:
15371         * tests/icles/v4l2src-test.c:
15372         Some cleanups and comments.
15373
15374 2006-09-26  Wim Taymans  <wim@fluendo.com>
15375
15376         * docs/plugins/Makefile.am:
15377         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
15378         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
15379         Add v4l2 plugin to the docs.
15380
15381         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read),
15382         (gst_v4l2src_get_mmap), (gst_v4l2src_create):
15383         * sys/v4l2/gstv4l2src.h:
15384         * sys/v4l2/gstv4l2vidorient.c:
15385         Fix docs.
15386         Remove some more externs.
15387
15388 2006-09-26  Wim Taymans  <wim@fluendo.com>
15389
15390         * sys/v4l2/Makefile.am:
15391         Fix makefile, list libs in stack order.
15392
15393         * sys/v4l2/gstv4l2colorbalance.c:
15394         * sys/v4l2/gstv4l2colorbalance.h:
15395         * sys/v4l2/gstv4l2object.c: (gst_v4l2_device_get_type),
15396         (gst_v4l2_object_install_properties_helper):
15397         * sys/v4l2/gstv4l2object.h:
15398         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read),
15399         (gst_v4l2src_get_mmap), (gst_v4l2src_create):
15400         * sys/v4l2/gstv4l2src.h:
15401         * sys/v4l2/gstv4l2tuner.h:
15402         * sys/v4l2/gstv4l2vidorient.h:
15403         * sys/v4l2/gstv4l2xoverlay.h:
15404         * sys/v4l2/v4l2_calls.h:
15405         * sys/v4l2/v4l2src_calls.h:
15406         Fix coding style:
15407         - Remove extern from functions.
15408         - Fix header indentation.
15409         Fix Flags, add defaults for properties.
15410         Remove unused enums.
15411         Fix TOO_LAZY in error messages.
15412
15413 2006-09-26  Wim Taymans  <wim@fluendo.com>
15414
15415         * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices),
15416         (gst_v4l2_probe_needs_probe),
15417         (gst_v4l2_object_install_properties_helper), (gst_v4l2_object_new),
15418         (gst_v4l2_object_destroy), (gst_v4l2_object_set_property_helper),
15419         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults),
15420         (gst_v4l2_object_start), (gst_v4l2_object_stop):
15421         * sys/v4l2/gstv4l2object.h:
15422         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
15423         (gst_v4l2src_init), (gst_v4l2src_dispose),
15424         (gst_v4l2src_set_property), (gst_v4l2src_get_property),
15425         (gst_v4l2src_fixate), (gst_v4l2src_get_caps),
15426         (gst_v4l2src_set_caps), (gst_v4l2src_get_read),
15427         (gst_v4l2src_get_mmap), (gst_v4l2src_create):
15428         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
15429         (gst_v4l2_open), (gst_v4l2_close), (gst_v4l2_get_norm),
15430         (gst_v4l2_set_norm), (gst_v4l2_get_frequency),
15431         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
15432         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute),
15433         (gst_v4l2_get_input), (gst_v4l2_set_input):
15434         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
15435         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
15436         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
15437         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
15438         (gst_v4l2src_capture_stop), (gst_v4l2src_capture_deinit),
15439         (gst_v4l2src_get_size_limits), (gst_v4l2src_set_fps),
15440         (gst_v4l2src_get_fps), (gst_v4l2src_buffer_finalize),
15441         (gst_v4l2src_buffer_new):
15442         Fix pass at code cleanups, move errors cases out of the normal
15443         flow for additional code clarity.
15444
15445 2006-09-23  Wim Taymans  <wim@fluendo.com>
15446
15447         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
15448         (gst_cdaudio_init), (gst_cdaudio_set_property),
15449         (gst_cdaudio_get_property), (gst_cdaudio_change_state),
15450         (gst_cdaudio_send_event), (gst_cdaudio_get_query_types),
15451         (gst_cdaudio_query), (cdaudio_uri_set_uri):
15452         Port to 0.10.
15453
15454 2006-09-22  David Schleef  <ds@schleef.org>
15455
15456         * sys/glsink/glimagesink.c:
15457           Fix problems when the element cannot open the display.
15458           (fixes #357212)
15459
15460 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
15461
15462         * configure.ac:
15463           Up requirements to -base CVS and core CVS (the format for the
15464           video orientation interface used by v4l2src and the latter
15465           since that's what -base CVS requires).
15466
15467 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
15468
15469         * ext/directfb/dfbvideosink.c: (plugin_init):
15470           Lower rank from SECONDARY to MARGINAL. Plugins in -bad that might
15471           be autoplugged shouldn't trump plugins in -base, -good or -ugly
15472           (in this case ximagesink).
15473
15474         * sys/glsink/glimagesink.c: (plugin_init):
15475           Set rank to NONE to prevent it from being autoplugged until
15476           errors are handled properly (see #357212).
15477
15478 2006-09-21  Edgard Lima <edgard.lima@indt.org.br>
15479
15480         * ext/neon/Makefile.am:
15481         * ext/neon/gstneonhttpsrc.c:
15482         * ext/neon/gstneonhttpsrc.h:
15483         Reverted previous commit (2006-09-19 - Allow internal codes from
15484         last.fm). As dicussed on #gstreamer it should be done in separete
15485         element.
15486
15487 2006-09-21  Wim Taymans  <wim@fluendo.com>
15488
15489         * ext/faac/gstfaac.c: (gst_faac_configure_source_pad),
15490         (gst_faac_chain):
15491         Add decoder specific info on the caps.
15492         Some cleanups here and there.
15493
15494 2006-09019  Edgard Lima <edgard.lima@indt.org.br>
15495
15496         Patch by: Milosz Derezynski <internalerror@gmail.com> and
15497                   Rosfran Borges <rosfran.borges@indt.org.br>
15498
15499         * ext/neon/Makefile.am:
15500         * ext/neon/gstneonhttpsrc.c:
15501         * ext/neon/gstneonhttpsrc.h:
15502         Allow internal codes from last.fm
15503         
15504
15505 2006-09-19  Edgard Lima <edgard.lima@indt.org.br>
15506
15507         * tests/icles/v4l2src-test.c:
15508         Just a small fix to the app options.
15509
15510 2006-09-19  Edgard Lima <edgard.lima@indt.org.br>
15511
15512         * sys/v4l2/Makefile.am:
15513         * sys/v4l2/gstv4l2src.c:
15514         * sys/v4l2/gstv4l2vidorient.c:
15515         * sys/v4l2/gstv4l2vidorient.h:
15516         * tests/icles/v4l2src-test.c:
15517         Add Video Orientation interface support to v4l2src.
15518         
15519 2006-09-19  Wim Taymans  <wim@fluendo.com>
15520
15521         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init),
15522         (gst_gsmdec_sink_setcaps), (gst_gsmdec_sink_event),
15523         (gst_gsmdec_chain):
15524         * ext/gsm/gstgsmdec.h:
15525         Handle WAV49 variant (GSM in WAV).
15526         Some small cleanups.
15527
15528 2006-09-18  Edgard Lima <edgard.lima@indt.org.br>
15529
15530         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_buffer_new ):
15531         Fix GST_BUFFER_DURATION.
15532
15533 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
15534
15535         * ext/hermes/gsthermescolorspace.c:
15536         * ext/ivorbis/vorbisfile.c:
15537         * ext/lcs/gstcolorspace.c:
15538         * ext/wavpack/gstwavpackenc.h:
15539         * ext/xine/xineaudiodec.c:
15540         * ext/xine/xineaudiosink.c:
15541         * ext/xine/xineinput.c:
15542         * gst/chart/gstchart.c:
15543         * gst/equalizer/gstiirequalizer.c:
15544         * gst/games/gstpuzzle.c:
15545         * gst/librfb/gstrfbsrc.c:
15546         * gst/mixmatrix/mixmatrix.c:
15547         * gst/nsf/gstnsf.h:
15548         * gst/vbidec/gstvbidec.c:
15549         * gst/virtualdub/gstxsharpen.c:
15550           More G_OBJECT macro fixing.
15551
15552 2006-09-15  Edgard Lima <edgard.lima@indt.org.br>
15553
15554         * sys/v4l2/gstv4l2src.c:
15555         * sys/v4l2/gstv4l2src.h:
15556         * sys/v4l2/gstv4l2xoverlay.c:
15557         * sys/v4l2/v4l2_calls.c:
15558         * sys/v4l2/v4l2src_calls.c:
15559         * tests/icles/v4l2src-test.c:
15560         The test application and the plgind error messages has been improved.
15561         
15562 2006-09-12  Stefan Kost  <ensonic@users.sf.net>
15563
15564         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
15565         (gst_spectrum_start), (gst_spectrum_stop), (gst_spectrum_event):
15566           Implements stop() to clear the adapter and event() to clear the
15567           adapter on FLUSH_STOP and EOS.
15568
15569 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
15570
15571         * gst/spectrum/gstspectrum.c: (gst_spectrum_init),
15572         (gst_spectrum_set_property):
15573         * gst/spectrum/gstspectrum.h:
15574           Fix type mixup in spectrum->interval (gdouble<->guint64). Spotted by
15575           René Stadler
15576
15577 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
15578
15579         * gst/spectrum/demo-osssrc.c: (draw_spectrum), (main):
15580           Use more defines
15581
15582         * gst/spectrum/gstspectrum.c: (gst_spectrum_init),
15583         (gst_spectrum_dispose), (gst_spectrum_set_caps),
15584         (gst_spectrum_transform_ip):
15585         * gst/spectrum/gstspectrum.h:
15586           Apply some of the spectrum cleanup changes suggested in #348085.
15587
15588 2006-09-08  Tim-Philipp Müller  <tim at centricular dot net>
15589
15590         * configure.ac:
15591           Bump requirements of -base (videocrop test case needs this).
15592
15593         * gst/videocrop/gstvideocrop.c:
15594           Document sloppy handling of subsampled chroma planes if
15595           left/top cropping is an odd number.
15596
15597         * tests/check/elements/videocrop.c: (handoff_cb),
15598         (videocrop_test_cropping_init_context),
15599         (videocrop_test_cropping_deinit_context),
15600         (videocrop_test_cropping), (check_1x1_buffer), (GST_START_TEST),
15601         (videocrop_suite), (main):
15602           Add another unit test that crops the input to 1x1 (and checks
15603           that that pixel has the expected values in a number of formats).
15604
15605 2006-09-08  Tim-Philipp Müller  <tim at centricular dot net>
15606
15607         * gst/videocrop/Makefile.am:
15608         * gst/videocrop/gstvideocrop.c: (gst_video_crop_class_init),
15609         (gst_video_crop_transform_packed),
15610         (gst_video_crop_transform_planar):
15611           Some quick tests indicate that it doesn't make a great deal
15612           of sense to use liboil here, at least not for the memcpy()s
15613           we do, so remove liboil usage until there is clear evidence
15614           it actually makes a positive difference somewhere.
15615
15616 2006-09-03  Tim-Philipp Müller  <tim at centricular dot net>
15617
15618         * tests/check/elements/videocrop.c: (handoff_cb),
15619         (buffer_probe_cb), (test_caps_transform), (test_passthrough),
15620         (notgst_value_list_get_nth_int), (videocrop_suite):
15621           More tests: check passthrough mode and caps transform in
15622           both directions with fixed values, ranges and lists.
15623
15624 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
15625
15626         * docs/plugins/Makefile.am:
15627         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
15628         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
15629         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
15630           Add videocrop to docs.
15631
15632         * gst/videocrop/Makefile.am:
15633         * gst/videocrop/gstvideocrop.c:
15634         * gst/videocrop/gstvideocrop.h:
15635           Move boilerplate stuff and structures into a header file.
15636
15637         * tests/check/Makefile.am:
15638         * tests/check/elements/.cvsignore:
15639         * tests/check/elements/videocrop.c: (video_crop_get_test_caps),
15640         (test_unit_sizes), (videocrop_test_cropping_init_context),
15641         (videocrop_test_cropping_deinit_context),
15642         (videocrop_test_cropping), (test_cropping), (videocrop_suite):
15643           Add unit tests for videocrop.
15644
15645 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
15646
15647         * configure.ac:
15648         * gst/videocrop/Makefile.am:
15649         * gst/videocrop/gstvideocrop.c: (gst_video_crop_base_init),
15650         (gst_video_crop_class_init), (gst_video_crop_init),
15651         (gst_video_crop_get_image_details_from_caps),
15652         (gst_video_crop_get_unit_size), (gst_video_crop_transform_packed),
15653         (gst_video_crop_transform_planar), (gst_video_crop_transform),
15654         (gst_video_crop_transform_dimension),
15655         (gst_video_crop_transform_dimension_value),
15656         (gst_video_crop_transform_caps), (gst_video_crop_set_caps),
15657         (gst_video_crop_set_property), (gst_video_crop_get_property),
15658         (plugin_init):
15659           Port/rewrite videocrop from scratch for GStreamer-0.10, and make
15660           it support all formats videoscale supports (#345653).
15661
15662 2006-09-02  Stefan Kost  <ensonic@users.sf.net>
15663
15664         * sys/v4l2/gstv4l2.c:
15665         * sys/v4l2/gstv4l2colorbalance.c:
15666         * sys/v4l2/gstv4l2object.c:
15667         (gst_v4l2_object_install_properties_helper):
15668         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
15669         * sys/v4l2/gstv4l2src.h:
15670           Whitespace cleanups, dashify property-names.
15671
15672 2006-09-02  Stefan Kost  <ensonic@users.sf.net>
15673
15674         * sys/v4l2/gstv4l2.c:
15675         * sys/v4l2/gstv4l2colorbalance.c:
15676         * sys/v4l2/gstv4l2colorbalance.h:
15677         * sys/v4l2/gstv4l2object.c:
15678         * sys/v4l2/gstv4l2object.h:
15679         * sys/v4l2/gstv4l2src.c:
15680         * sys/v4l2/gstv4l2src.h:
15681         * sys/v4l2/gstv4l2tuner.c:
15682         * sys/v4l2/gstv4l2tuner.h:
15683         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open):
15684         * sys/v4l2/gstv4l2xoverlay.h:
15685         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
15686         (gst_v4l2_open):
15687         * sys/v4l2/v4l2_calls.h:
15688         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_queue_frame),
15689         (gst_v4l2src_capture_init):
15690         * sys/v4l2/v4l2src_calls.h:
15691           Cleanup error messages and unify header comments
15692
15693 2006-08-31  Jan Schmidt  <thaytan@mad.scientist.com>
15694
15695         * gst/nsf/Makefile.am:
15696         Add missing GST_LIBS
15697
15698 2006-08-30  Edgard Lima <edgard.lima@indt.org.br>
15699
15700         * sys/v4l2/gstv4l2src.c:
15701         Another small fix to set_caps function (sucks copy/paste error).
15702         
15703 2006-08-30  Edgard Lima <edgard.lima@indt.org.br>
15704
15705         * sys/v4l2/gstv4l2src.c:
15706         Send new_segment in GST_FORMAT_TIME instead of in GST_FORMAT_BYTES.
15707
15708 2006-08-30  Edgard Lima <edgard.lima@indt.org.br>
15709
15710         * sys/v4l2/gstv4l2src.c:
15711         A small fix to set_caps function.
15712
15713 2006-08-30  Edward Hervey  <edward@fluendo.com>
15714
15715         * gst/qtdemux/qtdemux.c:
15716         (gst_qtdemux_do_seek):
15717         Reset each streams last_flow to GST_FLOW_OK.
15718         (gst_qtdemux_activate_segment):
15719         Removing mystic modifications for good.
15720
15721 2006-08-30  Stefan Kost  <ensonic@users.sf.net>
15722
15723         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
15724         (qtdemux_parse_tree):
15725           put back 'segment start<=stop' change that was mystically reverted by
15726           the last commit
15727
15728 2006-08-30  Stefan Kost  <ensonic@users.sf.net>
15729
15730         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
15731         (qtdemux_parse_tree):
15732         Fix the build for disabled debug
15733
15734 2006-08-29  Edgard Lima <edgard.lima@indt.org.br>
15735
15736         * sys/v4l2/gstv4l2src.c:
15737         * sys/v4l2/v4l2src_calls.c:
15738         * sys/v4l2/v4l2src_calls.h:
15739         Fixed framerate negotiation.
15740         
15741 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
15742
15743         Patch by: Andrew Andkjar  <enki at goodship net>
15744
15745         * ext/sdl/sdlaudiosink.c: (gst_sdlaudio_sink_close):
15746         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_supported),
15747         (gst_sdlvideosink_deinitsdl):
15748           Only de-init the subsystem we previously initialised. Avoids
15749           borkage when both sdlvideosink and sdlaudiosink are used
15750           at the same time and one is shut down.
15751
15752 2006-08-28  Wim Taymans  <wim@fluendo.com>
15753
15754         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
15755         (gst_qtdemux_add_stream), (qtdemux_parse_trak),
15756         (qtdemux_video_caps):
15757         Make sure segment start<=stop in weird quicktime files.
15758
15759 2006-08-28  Stefan Kost  <ensonic@users.sf.net>
15760
15761         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
15762           add comments and more debug logging
15763
15764 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
15765
15766         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
15767
15768         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_post_tags),
15769         (gst_wavpack_dec_chain):
15770           Post audio codec and average bitrate tags on bus (#344472).
15771
15772         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init),
15773         (gst_wavpack_parse_src_query):
15774           Forward queries in other formats (BYTE format in particular)
15775           upstream; add Sebastian to authors.
15776
15777 2006-08-23  Edgard Lima <edgard.lima@indt.org.br>
15778
15779         * sys/v4l2/gstv4l2src.c:
15780         * sys/v4l2/v4l2src_calls.c:
15781         * sys/v4l2/v4l2src_calls.h:
15782         Fix set_caps to set width and height to the values the driver is
15783         really working with.
15784
15785 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
15786
15787         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_push_block):
15788           Fix mem leak, send newsegment event on correction pad
15789           as well (#352476).
15790
15791         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init):
15792           Restore original author (on Sebastian's request).
15793
15794         * tests/check/Makefile.am:
15795         * tests/check/gst-plugins-bad.supp:
15796           Add (so far empty) suppression file for -bad. Remove
15797           wavpackenc test from VALGRIND_TO_FIX now that the leak
15798           is fixed.
15799
15800 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
15801
15802         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
15803
15804         * tests/check/Makefile.am:
15805         * tests/check/elements/.cvsignore:
15806         * tests/check/elements/wavpackdec.c: (setup_wavpackdec),
15807         (cleanup_wavpackdec), (GST_START_TEST), (wavpackdec_suite), (main):
15808         * tests/check/elements/wavpackenc.c: (setup_wavpackenc),
15809         (cleanup_wavpackenc), (GST_START_TEST), (wavpackenc_suite), (main):
15810         * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad),
15811         (setup_wavpackparse), (cleanup_wavpackparse), (GST_START_TEST),
15812         (wavpackparse_suite), (main):
15813           Add unit tests for wavpack elements (#352476).
15814
15815 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
15816
15817         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
15818
15819         * docs/plugins/Makefile.am:
15820         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
15821         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
15822         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
15823         * docs/plugins/inspect/plugin-wavpack.xml:
15824         * ext/wavpack/gstwavpackdec.c:
15825         * ext/wavpack/gstwavpackdec.h:
15826         * ext/wavpack/gstwavpackenc.c:
15827         * ext/wavpack/gstwavpackenc.h:
15828         * ext/wavpack/gstwavpackparse.c:
15829         * ext/wavpack/gstwavpackparse.h:
15830           Add docs for wavpack elements (#352476).
15831
15832 2006-08-22  Edgard Lima <edgard.lima@indt.org.br>
15833
15834         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_size_limits)
15835         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fixate)
15836         Fixed query size to work with drivers that uses intermediate step
15837         like "width * height" to find closest size.
15838         
15839 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
15840
15841         * configure.ac:
15842         * docs/plugins/Makefile.am:
15843         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
15844         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
15845         * gst/gdp/Makefile.am:
15846         * gst/gdp/gstgdp.c:
15847         * gst/gdp/gstgdpdepay.c:
15848         * gst/gdp/gstgdpdepay.h:
15849         * gst/gdp/gstgdppay.c:
15850         * gst/gdp/gstgdppay.h:
15851         * tests/check/Makefile.am:
15852         * tests/check/elements/gdpdepay.c:
15853         * tests/check/elements/gdppay.c:
15854           move gdp plugin to good.
15855
15856 2006-08-21  Wim Taymans  <wim@fluendo.com>
15857
15858         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
15859         (qtdemux_node_dump_foreach), (qtdemux_parse_trak),
15860         (qtdemux_video_caps), (qtdemux_audio_caps):
15861         Some more constification.
15862         Fix some paletted data formats again.
15863         Fix ulaw/alaw in qt.
15864         Set correct caps for raw RGB.
15865         Add support for yuv2, which is like Yuv2.
15866         Add support for raw audio with the NONE fourcc, which is like raw.
15867
15868 2006-08-21  Wim Taymans  <wim@fluendo.com>
15869
15870         * ext/gsm/gstgsm.c: (plugin_init):
15871         Make rank PRIMARY now that GSM seems to work fine.
15872
15873 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
15874
15875         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_init),
15876         (gst_wavpack_enc_finalize), (gst_wavpack_enc_sink_set_caps),
15877         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_format_samples),
15878         (gst_wavpack_enc_push_block), (gst_wavpack_enc_chain),
15879         (gst_wavpack_enc_rewrite_first_block),
15880         (gst_wavpack_enc_sink_event), (gst_wavpack_enc_change_state),
15881         (gst_wavpack_enc_set_property), (gst_wavpack_enc_get_property):
15882         * ext/wavpack/gstwavpackenc.h:
15883         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
15884         (gst_wavpack_parse_src_query), (gst_wavpack_parse_src_event),
15885         (gst_wavpack_parse_init), (gst_wavpack_parse_get_upstream_length),
15886         (gst_wavpack_parse_loop):
15887           More clean-ups: use shorter variable names to make code easier to
15888           read; prefix structures we define with 'Gst' to make it clearer
15889           where they come from.
15890
15891 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
15892
15893         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_init),
15894         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
15895         (gst_wavpack_enc_chain), (gst_wavpack_enc_rewrite_first_block),
15896         (gst_wavpack_enc_sink_event):
15897           Fix caps set on buffers and template caps (output is framed)
15898           and make them match (#351663); use GST_WARNING_OBJECT instead of
15899           GST_ELEMENT_WARNING; simplify push_block(); do some small
15900           clean-ups here and there; fix memleak (#351663).
15901
15902 2006-08-18  Tim-Philipp Müller  <tim at centricular dot net>
15903
15904         Based on patch by: Sebastian Dröge <slomo at circular-chaos.org>
15905
15906         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_sink_event),
15907         (gst_wavpack_parse_get_upstream_length),
15908         (gst_wavpack_parse_find_marker), (gst_wavpack_parse_resync_loop),
15909         (gst_wavpack_parse_loop), (gst_wavpack_parse_resync_adapter):
15910           Fix resyncing in push mode not stopping re-syncing at embedded
15911           zeroes; skip garbage between frames in pull mode as well if
15912           necessary; use gst_pad_query_peer_duration(); push EOS and
15913           NEWSEGMENT event in right direction (#351659).
15914
15915 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
15916
15917         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
15918
15919         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_class_init):
15920         * ext/wavpack/gstwavpackparse.c:
15921         (gst_wavpack_parse_resync_adapter), (gst_wavpack_parse_chain):
15922           In push mode, re-sync to next wavpack header if sync is lost
15923           (#351557). Also use hyphens instead of underscores in
15924           GObject property names.
15925
15926 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
15927
15928         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
15929
15930         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_class_init),
15931         (gst_wavpack_parse_reset), (gst_wavpack_parse_get_src_query_types),
15932         (gst_wavpack_parse_src_query),
15933         (gst_wavpack_parse_handle_seek_event),
15934         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_init),
15935         (gst_wavpack_parse_create_src_pad),
15936         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop),
15937         (gst_wavpack_parse_chain), (gst_wavpack_parse_sink_activate),
15938         (gst_wavpack_parse_sink_activate_pull):
15939         * ext/wavpack/gstwavpackparse.h:
15940           Make wavpackparse also work in push-mode (not seekable yet though);
15941           some small clean-ups along the way; add support for SEEKING query
15942           and query types function. (#351495).
15943
15944 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
15945
15946         * ext/libfame/gstlibfame.c: (gst_fameenc_get_property):
15947         * sys/glsink/glimagesink.c: (gst_glimage_sink_get_property):
15948           Fix leaks (#351502).
15949
15950 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
15951
15952         * gst/qtdemux/qtdemux.c: (qtdemux_redirects_sort_func),
15953         (qtdemux_process_redirects), (qtdemux_parse_tree):
15954           Extract all references/redirections if there is more
15955           than one and sort them; also extract minimum required
15956           bitrate information if available. (#350399)
15957           
15958 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
15959
15960         Patch by: Michal Benes  <michal.benes at itonis tv>
15961
15962         * ext/faac/gstfaac.c: (gst_faac_configure_source_pad):
15963           Bitrate in the faac structure is per output channel,
15964           not total bitrate (#350741).
15965
15966 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
15967
15968         * ext/xvid/gstxvidenc.c: (gst_xvidenc_chain):
15969           Fix GST_ELEMENT_ERROR usage.
15970
15971 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
15972
15973         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
15974           Fix silly typo.
15975
15976 2006-08-08  Edward Hervey  <edward@fluendo.com>
15977
15978         * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
15979         I forgot to include the file containing the #define :)
15980         Now includes "config.h"
15981
15982 2006-08-08  Edward Hervey  <edward@fluendo.com>
15983
15984         * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
15985         Ignore test known to fail on PPC64. See #348114.
15986
15987 2006-08-04  Edgard Lima <edgard.lima@indt.org.br>
15988
15989         Patch by: Rosfran Borges <rosfran dot borges at indt dot org dot
15990         br>
15991
15992         * ext/neon/gstneonhttpsrc.c:
15993         * ext/neon/gstneonhttpsrc.h:
15994         Allow HTTP redirect (HTTP status code 302).
15995
15996 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15997
15998         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
15999         Fix event parsing by gdpdepay.  Fixes #349916.
16000
16001 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
16002
16003         Patch by: Thadeu Lima de Souza Cascardo <cascardo at holoscopio dot
16004         com>
16005
16006         * ext/Makefile.am:
16007           Use right variables when USE_SPC is defined.
16008
16009 2006-08-02  Wim Taymans  <wim@fluendo.com>
16010
16011         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_init),
16012         (gst_gdp_depay_finalize), (gst_gdp_depay_sink_event),
16013         (gst_gdp_depay_src_event), (gst_gdp_depay_chain),
16014         (gst_gdp_depay_change_state):
16015         Disable seeking.
16016         Small cleanups.
16017         Clear adapter on disconts.
16018         Clear caps when going to READY instead of NULL
16019
16020         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init),
16021         (gst_gdp_pay_init), (gst_gdp_pay_finalize), (gst_gdp_pay_reset),
16022         (gst_gdp_buffer_from_caps), (gst_gdp_pay_buffer_from_buffer),
16023         (gst_gdp_buffer_from_event), (gst_gdp_pay_reset_streamheader),
16024         (gst_gdp_queue_buffer), (gst_gdp_pay_chain),
16025         (gst_gdp_pay_sink_event), (gst_gdp_pay_src_event),
16026         (gst_gdp_pay_change_state):
16027         * gst/gdp/gstgdppay.h:
16028         Reset payloader when going to READY.
16029         Fix leaked buffers in ->queue on push errors.
16030         Disable seeking.
16031         Code cleanups.
16032         Create packetizer in _init, free in _finalize.
16033
16034 2006-07-31  Julien MOUTTE  <julien@moutte.net>
16035
16036         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_change_state),
16037         (gst_dfbvideosink_buffer_alloc): Post an error message.
16038
16039 2006-07-31  Julien MOUTTE  <julien@moutte.net>
16040
16041         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_change_state),
16042         (gst_dfbvideosink_buffer_alloc): Don't try allocating if we are not
16043         setup yet. Fail changing state if setup fails.
16044
16045 2006-07-31  Wim Taymans  <wim@fluendo.com>
16046
16047         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_init),
16048         (gst_gdp_depay_sink_event), (gst_gdp_depay_chain):
16049         Consume all events except EOS because we generate events from
16050         the gdp payload instead. Fixes #349204
16051
16052 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
16053
16054         * ext/xvid/gstxviddec.c: (gst_xviddec_init), (gst_xviddec_reset),
16055         (gst_xviddec_unset), (gst_xviddec_handle_sink_event),
16056         (gst_xviddec_setup), (gst_xviddec_negotiate), (gst_xviddec_chain),
16057         (gst_xviddec_flush_buffers), (gst_xviddec_src_getcaps),
16058         (gst_xviddec_setcaps), (gst_xviddec_change_state):
16059         * ext/xvid/gstxviddec.h:
16060           Clean-ups and code reflows. Pass return value from
16061           gst_pad_alloc_buffer() upstream among other things. Also check
16062           for NULL GValue before using GST_VALUE_TYPE macro (#348976).
16063           Mass rename of xviddec -> dec variable for better
16064           code readability.
16065
16066 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
16067
16068         * ext/xvid/gstxvid.c: (gst_xvid_image_fill):
16069           Fix size calculation for I420/YV12. Fixes #348976.
16070
16071 2006-07-27  Wim Taymans  <wim@fluendo.com>
16072
16073         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init),
16074         (gst_gsmdec_sink_setcaps), (gst_gsmdec_sink_event):
16075         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_setcaps):
16076         Fix negotiation.
16077
16078 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16079
16080         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_init):
16081           proxying get/set caps is the wrong thing to do, since we really
16082           do change caps quite fundamentally
16083         * tests/check/elements/gdpdepay.c:
16084         * tests/check/elements/gdppay.c:
16085           remove declaration of buffers, it's already done in gstcheck.h
16086
16087 2006-07-24  Sebastien Moutte  <sebastien@moutte.net>
16088
16089         * sys/directsound/gstdirectsoundsink.h:
16090         * sys/directsound/gstdirectsoundsink.c:
16091         Add an attenuation property that will directly attenuate the 
16092         directsound buffer.
16093         Change the size of the directsound secondary buffer to a half second.
16094         Add more debug logs.
16095         Add a lock to protect dsound buffer write access.
16096         Fix a bad implementation of reset.
16097         * sys/directsound/gstdirectdrawsink.c:
16098         * sys/directsound/gstdirectdrawsink.h:
16099         Add a keep_aspect_ratio property.
16100         Do not use overlay if not supported.
16101         Add more debug logs.
16102         Remove overwrite of WM_ERASEBKGND message handling. It was not
16103         redrawing border when keep_aspect_ratio was enabled.
16104         * win32/common/config.h:
16105         update version waiting an auto-generated config.h
16106
16107 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
16108
16109         Patch by: Chris Lee  <clee at kde org>
16110
16111         * configure.ac:
16112         * ext/Makefile.am:
16113         * ext/spc/Makefile.am:
16114         * ext/spc/gstspc.c: (spc_negotiate), (gst_spc_dec_base_init),
16115         (gst_spc_dec_class_init), (gst_spc_dec_init), (gst_spc_dec_chain),
16116         (gst_spc_dec_sink_event), (gst_spc_dec_src_event),
16117         (gst_spc_dec_src_query), (spc_play), (spc_setup),
16118         (gst_spc_dec_change_state), (plugin_init):
16119         * ext/spc/gstspc.h:
16120           Add libopenspc-based SPC decoder element (#348220).
16121
16122 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
16123
16124         Patch by: Martin Szulecki
16125
16126         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_get_property_helper):
16127           If "device-name" is requested and the device is not
16128           open, try to temporarily open it to obtain this
16129           information (#342494).
16130
16131 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
16132
16133         * gst/nsf/nsf.c: (nsf_load):
16134           Really fix compilation. Apparently it's not enough to
16135           just check the return value for errors, but we need to
16136           check for short reads as well (now if only we handled
16137           them too ...). Fixes #347935.
16138
16139 2006-07-18  Tim-Philipp Müller  <tim at centricular dot net>
16140
16141         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
16142           Fix caps after previous change to byte order endianness.
16143
16144         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
16145         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_init),
16146         (gst_wavpack_parse_loop):
16147         * ext/wavpack/gstwavpackparse.h:
16148           Queue incoming events if there's no source pad yet and
16149           send them downstream later when the pad is there.
16150
16151 2006-07-18  Tim-Philipp Müller  <tim at centricular dot net>
16152
16153         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_init),
16154         (gst_wavpack_dec_format_samples),
16155         (gst_wavpack_dec_clip_outgoing_buffer), (gst_wavpack_dec_chain),
16156         (gst_wavpack_dec_change_state):
16157         * ext/wavpack/gstwavpackdec.h:
16158           Output audio in native byte order (which is also how we get
16159           samples from wavpack); output samples with 21-24 bit depth
16160           with 32 bit width (makes things easier for us).
16161
16162 2006-07-18  Tim-Philipp Müller  <tim at centricular dot net>
16163
16164         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init),
16165         (gst_wavpack_dec_class_init), (gst_wavpack_dec_init),
16166         (gst_wavpack_dec_finalize), (gst_wavpack_dec_format_samples),
16167         (gst_wavpack_dec_clip_outgoing_buffer), (gst_wavpack_dec_chain),
16168         (gst_wavpack_dec_sink_event), (gst_wavpack_dec_change_state):
16169         * ext/wavpack/gstwavpackdec.h:
16170           More clean-ups: remove most of the disfunctional correction
16171           pad stuff for now, if it ever gets implemented a lot of stuff
16172           will have to be rewritten anyway; redo chain function, move
16173           errors to end, error out instead of g_assert()ing. Also rename
16174           overly long variable 'wavpackdec' to just 'dec'; miscellaneous
16175           other small stuff.
16176
16177 2006-07-18  Tim-Philipp Müller  <tim at centricular dot net>
16178
16179         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
16180
16181         * configure.ac:
16182           Check for wavpack version and define WAVPACK_OLD_API if
16183           necessary.
16184
16185         * ext/wavpack/Makefile.am:
16186         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_read_header),
16187         (gst_wavpack_read_metadata):
16188         * ext/wavpack/gstwavpackcommon.h:
16189         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init),
16190         (gst_wavpack_dec_class_init), (gst_wavpack_dec_init),
16191         (gst_wavpack_dec_finalize), (gst_wavpack_dec_format_samples),
16192         (gst_wavpack_dec_clip_outgoing_buffer), (gst_wavpack_dec_chain),
16193         (gst_wavpack_dec_sink_event), (gst_wavpack_dec_change_state),
16194         (gst_wavpack_dec_request_new_pad), (gst_wavpack_dec_plugin_init):
16195         * ext/wavpack/gstwavpackdec.h:
16196         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_class_init),
16197         (gst_wavpack_enc_init), (gst_wavpack_enc_finalize),
16198         (gst_wavpack_enc_set_wp_config):
16199         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init),
16200         (gst_wavpack_parse_finalize), (gst_wavpack_parse_class_init),
16201         (gst_wavpack_parse_index_get_entry_from_sample),
16202         (gst_wavpack_parse_scan_to_find_sample),
16203         (gst_wavpack_parse_handle_seek_event),
16204         (gst_wavpack_parse_create_src_pad):
16205         * ext/wavpack/gstwavpackstreamreader.c:
16206         * ext/wavpack/gstwavpackstreamreader.h:
16207           Port to new/official wavpack API, don't use API that was exported
16208           in wavpack header files and in the lib but meant to be private, at
16209           least not for recent wavpack versions; misc. 'cleanups' (#347443).
16210
16211 2006-07-18  Wim Taymans  <wim@fluendo.com>
16212
16213         * gst/nsf/nsf.c: (nsf_load):
16214         Fix compilation by not ignoring return values of fread.
16215
16216 2006-07-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16217
16218         * docs/plugins/inspect/plugin-alsaspdif.xml:
16219         * docs/plugins/inspect/plugin-filter.xml:
16220         * docs/plugins/inspect/plugin-h264parse.xml:
16221         * docs/plugins/inspect/plugin-musepack.xml:
16222         * docs/plugins/inspect/plugin-nsfdec.xml:
16223         * docs/plugins/inspect/plugin-sdl.xml:
16224         * docs/plugins/inspect/plugin-spectrum.xml:
16225           adding more inspect docs
16226
16227 2006-07-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16228
16229         * docs/plugins/inspect/plugin-gdp.xml:
16230           actually commit inspectation of gdp element
16231
16232 2006-07-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16233
16234         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_class_init):
16235         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init),
16236           remove parent_class setting, BOILERPLATE does this
16237         (gst_gdp_pay_reset_streamheader):
16238           fix typo in comment
16239
16240 2006-07-17  Wim Taymans  <wim@fluendo.com>
16241
16242         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
16243         (gst_qtdemux_prepare_current_sample),
16244         (gst_qtdemux_loop_state_movie):
16245         Store duration in uint64 too instead of clipping.
16246         When we do a keyframe seek and the requested time is at the
16247         keyframe, don't seek back to the beginning of the keyframe.
16248         Fixes #347439.
16249
16250 2006-07-16  Wim Taymans  <wim@fluendo.com>
16251
16252         * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_sync):
16253         Don't crash on small buffers.
16254
16255 2006-07-15  Stefan Kost  <ensonic@users.sf.net>
16256
16257         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_sink_activate):
16258         Reset adapter.
16259
16260 2006-07-15  Stefan Kost  <ensonic@users.sf.net>
16261
16262         * gst/spectrum/demo-audiotest.c: (main):
16263         * gst/spectrum/demo-osssrc.c: (main):
16264         Do not use deprecated gtk functions.
16265
16266 2006-07-14  Wim Taymans  <wim@fluendo.com>
16267
16268         * gst/nsf/Makefile.am:
16269         * gst/nsf/memguard.c:
16270         * gst/nsf/memguard.h:
16271         * gst/nsf/types.h:
16272         Remove crack malloc/free replacement.
16273
16274 2006-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16275
16276         * docs/plugins/Makefile.am:
16277         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
16278         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
16279           add more plugins and elements to docs
16280         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
16281           fix segfaults due to wrong g_free
16282           add example
16283         * gst/gdp/gstgdppay.c:
16284           add example
16285
16286 2006-07-13  Wim Taymans  <wim@fluendo.com>
16287
16288         * gst/nsf/Makefile.am:
16289         Fix build.
16290
16291 2006-07-13  Wim Taymans  <wim@fluendo.com>
16292
16293         Based on patches by: Johan Dahlin <johan at gnome dot org>
16294                 Ronald Bultje <rbultje at ronald dot bitfreak dot net>
16295
16296         * configure.ac:
16297         * gst/nsf/Makefile.am:
16298         * gst/nsf/dis6502.h:
16299         * gst/nsf/fds_snd.c:
16300         * gst/nsf/fds_snd.h:
16301         * gst/nsf/fmopl.c:
16302         * gst/nsf/fmopl.h:
16303         * gst/nsf/gstnsf.c:
16304         * gst/nsf/gstnsf.h:
16305         * gst/nsf/log.c:
16306         * gst/nsf/log.h:
16307         * gst/nsf/memguard.c:
16308         * gst/nsf/memguard.h:
16309         * gst/nsf/mmc5_snd.c:
16310         * gst/nsf/mmc5_snd.h:
16311         * gst/nsf/nes6502.c:
16312         * gst/nsf/nes6502.h:
16313         * gst/nsf/nes_apu.c:
16314         * gst/nsf/nes_apu.h:
16315         * gst/nsf/nsf.c:
16316         * gst/nsf/nsf.h:
16317         * gst/nsf/osd.h:
16318         * gst/nsf/types.h:
16319         * gst/nsf/vrc7_snd.c:
16320         * gst/nsf/vrc7_snd.h:
16321         * gst/nsf/vrcvisnd.c:
16322         * gst/nsf/vrcvisnd.h:
16323         Added NSF decoder plugin. Fixes 151192. 
16324
16325 2006-07-13  Tim-Philipp Müller  <tim at centricular dot net>
16326
16327         * tests/check/Makefile.am:
16328           Only run mpeg2enc unit test if we built the mpeg2enc plugin.
16329
16330 2006-07-13  Tim-Philipp Müller  <tim at centricular dot net>
16331
16332         * configure.ac:
16333           Don't error out in configure if mjpegtools dev is not there.
16334
16335 2006-07-13  Tim-Philipp Müller  <tim at centricular dot net>
16336
16337         Patch by: Mark Nauwelaerts <manauw at skynet be>
16338
16339         * configure.ac:
16340         * ext/Makefile.am:
16341         * ext/mpeg2enc/Makefile.am:
16342         * ext/mpeg2enc/gstmpeg2enc.cc:
16343         * ext/mpeg2enc/gstmpeg2enc.hh:
16344         * ext/mpeg2enc/gstmpeg2encoder.cc:
16345         * ext/mpeg2enc/gstmpeg2encoder.hh:
16346         * ext/mpeg2enc/gstmpeg2encoptions.cc:
16347         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
16348         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
16349         * ext/mpeg2enc/gstmpeg2encstreamwriter.cc:
16350         * ext/mpeg2enc/gstmpeg2encstreamwriter.hh:
16351           Port mpeg2enc to 0.10 (#343184).
16352
16353         * tests/check/Makefile.am:
16354         * tests/check/elements/.cvsignore:
16355         * tests/check/elements/mpeg2enc.c:
16356           Add unit test for mpeg2enc.
16357
16358         * tests/icles/.cvsignore:
16359           Ignore pitch-test.
16360
16361 2006-07-12  Tim-Philipp Müller  <tim at centricular dot net>
16362
16363         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init):
16364           Fix typo in property nick.
16365
16366 2006-07-10  Wim Taymans  <wim@fluendo.com>
16367
16368         * gst/filter/gstbpwsinc.h:
16369         * gst/filter/gstiir.h:
16370         * gst/filter/gstlpwsinc.h:
16371         Don't forget new files.
16372
16373 2006-07-10  Wim Taymans  <wim@fluendo.com>
16374
16375         Patch by: Mathis Hofer <mathis dot hofer at dreamlab dot net>
16376
16377         * configure.ac:
16378         * gst/filter/Makefile.am:
16379         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_dispose),
16380         (gst_bpwsinc_base_init), (gst_bpwsinc_class_init),
16381         (gst_bpwsinc_init), (bpwsinc_set_caps), (bpwsinc_transform_ip),
16382         (bpwsinc_set_property), (bpwsinc_get_property):
16383         * gst/filter/gstfilter.c: (plugin_init):
16384         * gst/filter/gstfilter.h:
16385         * gst/filter/gstiir.c: (gst_iir_dispose), (gst_iir_base_init),
16386         (gst_iir_class_init), (gst_iir_init), (iir_set_caps),
16387         (iir_transform_ip), (iir_set_property), (iir_get_property):
16388         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_dispose),
16389         (gst_lpwsinc_base_init), (gst_lpwsinc_class_init),
16390         (gst_lpwsinc_init), (lpwsinc_set_caps), (lpwsinc_transform_ip),
16391         (lpwsinc_set_property), (lpwsinc_get_property):
16392         Ported the gstfilter plugin to GStreamer 0.10.
16393         Fixes #346853.
16394
16395 2006-07-10  Wim Taymans  <wim@fluendo.com>
16396
16397         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta):
16398           Extract comment information!!
16399
16400 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
16401
16402         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
16403         (qtdemux_tag_add_date):
16404           Extract year/date information (fixes #347079).
16405
16406 2006-07-07  Wim Taymans  <wim@fluendo.com>
16407
16408         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
16409         Don't crash on twos/sowt/raw audio. #345830.
16410
16411 2006-07-07  Wim Taymans  <wim@fluendo.com>
16412
16413         Patch by: Lutz Mueller <lutz at topfrose dot de>
16414
16415         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
16416         (gst_neonhttp_src_init), (gst_neonhttp_src_finalize),
16417         (request_dispatch), (gst_neonhttp_src_create),
16418         (gst_neonhttp_src_start), (gst_neonhttp_src_get_size),
16419         (gst_neonhttp_src_stop), (set_proxy), (set_uri),
16420         (gst_neonhttp_src_set_property), (gst_neonhttp_src_get_property),
16421         (gst_neonhttp_src_uri_set_uri), (size_header_handler):
16422         * ext/neon/gstneonhttpsrc.h:
16423         Remove unlock function. start/stop will do everything needed
16424         Removed code that was never called.
16425         Use gst_pad_alloc_buffer. Don't send EOS - parent class does that for us.
16426         Do not escape path. Fixes #346723.
16427         Additional code cleanups.
16428
16429 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
16430
16431         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16432         (gst_qtdemux_loop_state_header), (qtdemux_video_caps):
16433           Fix silly crasher in state change function; add
16434           IV41 fourcc (see bug #171111); don't output confusing
16435           debug message when skipping atoms.
16436
16437 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
16438
16439         * ext/directfb/dfbvideosink.c:
16440         * ext/gsm/gstgsmdec.c:
16441         * ext/gsm/gstgsmenc.c:
16442         * ext/libmms/gstmms.c:
16443         * ext/neon/gstneonhttpsrc.c:
16444         * ext/theora/theoradec.c:
16445         * gst/freeze/gstfreeze.c:
16446         * gst/gdp/gstgdpdepay.c:
16447         * gst/gdp/gstgdppay.c:
16448         * sys/glsink/glimagesink.c:
16449           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
16450           and fix one GObject boilerplate macro.
16451
16452 2006-06-20  Wim Taymans  <wim@fluendo.com>
16453
16454         * gst/modplug/libmodplug/stdafx.h:
16455         Fix modplug on AMD64. Fixes #345336.
16456
16457 2006-06-19  Tim-Philipp Müller  <tim at centricular dot net>
16458
16459         * configure.ac:
16460           Fix check so that future libneon API changes won't break the build.
16461
16462         * ext/neon/gstneonhttpsrc.c:
16463           Fix build with libneon-0.26.x (#345182).
16464
16465 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
16466
16467         * configure.ac:
16468           Fix --disable-external (can't set conditionals conditionally,
16469           #343602).
16470           
16471 2006-06-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16472
16473         * gst/spectrum/Makefile.am:
16474         Fix build.
16475
16476 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
16477
16478         * gst/spectrum/demo-audiotest.c: (on_window_destroy),
16479         (draw_spectrum), (message_handler), (main):
16480         * gst/spectrum/demo-osssrc.c: (on_window_destroy), (draw_spectrum),
16481         (message_handler), (main):
16482         port to use message to get results, cleanly exit when closing the window
16483         
16484         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
16485         (gst_spectrum_init), (gst_spectrum_dispose),
16486         (gst_spectrum_set_property), (gst_spectrum_get_property),
16487         (gst_spectrum_set_caps), (gst_spectrum_start),
16488         (gst_spectrum_message_new), (gst_spectrum_transform_ip):
16489         * gst/spectrum/gstspectrum.h:
16490         port to derive from basetransform and send results via messages
16491         (like level element)
16492
16493 2006-06-15  Wim Taymans  <wim@fluendo.com>
16494
16495         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
16496         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie),
16497         (gst_qtdemux_loop), (gst_qtdemux_chain), (qtdemux_parse_trak):
16498         Combine return values from src pad pushes.
16499
16500 2006-06-15  Wim Taymans  <wim@fluendo.com>
16501
16502         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header),
16503         (gst_qtdemux_prepare_current_sample), (gst_qtdemux_advance_sample),
16504         (gst_qtdemux_add_stream):
16505         Don't crash on files with 0 samples, EOS immediatly instead.
16506         Fixes #344944.
16507
16508 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
16509
16510         Patch by: Wouter Paesen  <wouter at kangaroot net>
16511
16512         * ext/soundtouch/Makefile.am:
16513         * ext/soundtouch/gstpitch.cc:
16514           Make pitch element controllable via GstController interface
16515           (#344821).
16516           
16517         * configure.ac:
16518           Up core requirements to 0.10.8.1/CVS because earlier
16519           GstControllers can't handle float properties correctly.
16520           Check for GstController CFLAGS and LIBS.
16521
16522         * tests/icles/Makefile.am:
16523         * tests/icles/pitch-test.c: (main):
16524           Add small test program for the above (welcome to the 80s!).
16525
16526 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
16527
16528         Patch by: Sebastian Dröge  <slomo at circular-chaos org>
16529
16530         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init),
16531         (gst_wavpack_enc_class_init), (gst_wavpack_enc_set_wp_config),
16532         (gst_wavpack_enc_chain), (gst_wavpack_enc_sink_event),
16533         (gst_wavpack_enc_set_property), (gst_wavpack_enc_get_property):
16534         * ext/wavpack/gstwavpackenc.h:
16535           Use bitrate property solely for bitrates and add new
16536           bits-per-sample property for the other stuff. Set duration
16537           to 'unknown' in initial header and resend header with proper
16538           duration on EOS; update Sebastian's e-mail address.
16539
16540 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
16541
16542         * examples/directfb/.cvsignore:
16543         * ext/directfb/.cvsignore:
16544           #define red green
16545
16546 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
16547
16548         * gst/spectrum/.cvsignore:
16549           Ignore more.
16550
16551 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
16552
16553         * ext/libmms/gstmms.c: (gst_mms_create):
16554           Set caps on outgoing buffers.
16555
16556         * sys/directdraw/gstdirectdrawsink.c: (gst_directdrawsink_init):
16557           Comment out unused global instance variable.
16558
16559 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
16560
16561         Patch by: Sebastian Dröge  <mail at slomosnail de>
16562
16563         * ext/wavpack/Makefile.am:
16564         * ext/wavpack/gstwavpack.c: (plugin_init):
16565         * ext/wavpack/gstwavpackcommon.h:
16566         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_mode_get_type),
16567         (gst_wavpack_enc_correction_mode_get_type),
16568         (gst_wavpack_enc_joint_stereo_mode_get_type),
16569         (gst_wavpack_enc_base_init), (gst_wavpack_enc_class_init),
16570         (gst_wavpack_enc_init), (gst_wavpack_enc_dispose),
16571         (gst_wavpack_enc_sink_set_caps), (gst_wavpack_enc_set_wp_config),
16572         (gst_wavpack_enc_format_samples), (gst_wavpack_enc_push_block),
16573         (gst_wavpack_enc_chain), (gst_wavpack_enc_rewrite_first_block),
16574         (gst_wavpack_enc_sink_event), (gst_wavpack_enc_change_state),
16575         (gst_wavpack_enc_set_property), (gst_wavpack_enc_get_property),
16576         (gst_wavpack_enc_plugin_init):
16577         * ext/wavpack/gstwavpackenc.h:
16578         * ext/wavpack/md5.c:
16579         * ext/wavpack/md5.h:
16580           Add wavpack encoder element (#343131).
16581
16582 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
16583
16584         * configure.ac:
16585           Check for X before using X_CFLAGS in the check for opengl (#343866).
16586           
16587         * ext/musepack/Makefile.am:
16588         * ext/wavpack/Makefile.am:
16589         * gst/speed/Makefile.am:
16590           Add missing GST_LIBS, fixes build on cygwin (#343866).
16591
16592 2006-06-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16593
16594         * configure.ac:
16595           enable building of GDP elements
16596         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
16597         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init),
16598         (gst_gdp_pay_init), (gst_gdp_buffer_from_caps),
16599         (gst_gdp_pay_buffer_from_buffer), (gst_gdp_buffer_from_event),
16600         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_sink_event),
16601         (gst_gdp_pay_set_property), (gst_gdp_pay_get_property),
16602         (gst_gdp_pay_change_state):
16603         * gst/gdp/gstgdppay.h:
16604           add version 1.0
16605
16606 2006-06-02  Michael Smith  <msmith@fluendo.com>
16607
16608         * ext/theora/theoradec.c: (theora_dec_src_convert),
16609         (theora_handle_type_packet), (theora_handle_422_image),
16610         (theora_handle_444_image), (theora_handle_420_image),
16611         (theora_handle_data_packet):
16612           Theora 4:4:4 pixel format support.
16613
16614 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16615
16616         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init),
16617         (gst_gdp_pay_init), (gst_gdp_buffer_from_caps),
16618         (gst_gdp_pay_buffer_from_buffer), (gst_gdp_buffer_from_event),
16619         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain),
16620         (gst_gdp_pay_sink_event), (gst_gdp_pay_set_property),
16621         (gst_gdp_pay_get_property):
16622           add crc-header and crc-payload properties
16623           don't error out on some things that are recoverable
16624         * tests/check/elements/gdppay.c: (GST_START_TEST), (gdppay_suite):
16625           add test for crc
16626
16627 2006-06-02  Stefan Kost  <ensonic@users.sf.net>
16628
16629         * ext/alsaspdif/alsaspdifsink.h:
16630         * ext/amrwb/gstamrwbdec.h:
16631         * ext/amrwb/gstamrwbenc.h:
16632         * ext/amrwb/gstamrwbparse.h:
16633         * ext/arts/gst_arts.h:
16634         * ext/artsd/gstartsdsink.h:
16635         * ext/audiofile/gstafparse.h:
16636         * ext/audiofile/gstafsink.h:
16637         * ext/audiofile/gstafsrc.h:
16638         * ext/audioresample/gstaudioresample.h:
16639         * ext/bz2/gstbz2dec.h:
16640         * ext/bz2/gstbz2enc.h:
16641         * ext/dirac/gstdiracdec.h:
16642         * ext/directfb/dfbvideosink.h:
16643         * ext/divx/gstdivxdec.h:
16644         * ext/divx/gstdivxenc.h:
16645         * ext/dts/gstdtsdec.h:
16646         * ext/faac/gstfaac.h:
16647         * ext/gsm/gstgsmdec.h:
16648         * ext/gsm/gstgsmenc.h:
16649         * ext/ivorbis/vorbisenc.h:
16650         * ext/libfame/gstlibfame.h:
16651         * ext/nas/nassink.h:
16652         * ext/neon/gstneonhttpsrc.h:
16653         * ext/polyp/polypsink.h:
16654         * ext/sdl/sdlaudiosink.h:
16655         * ext/sdl/sdlvideosink.h:
16656         * ext/shout/gstshout.h:
16657         * ext/snapshot/gstsnapshot.h:
16658         * ext/sndfile/gstsf.h:
16659         * ext/swfdec/gstswfdec.h:
16660         * ext/tarkin/gsttarkindec.h:
16661         * ext/tarkin/gsttarkinenc.h:
16662         * ext/theora/theoradec.h:
16663         * ext/wavpack/gstwavpackdec.h:
16664         * ext/wavpack/gstwavpackparse.h:
16665         * ext/xine/gstxine.h:
16666         * ext/xvid/gstxviddec.h:
16667         * ext/xvid/gstxvidenc.h:
16668         * gst/cdxaparse/gstcdxaparse.h:
16669         * gst/cdxaparse/gstcdxastrip.h:
16670         * gst/colorspace/gstcolorspace.h:
16671         * gst/festival/gstfestival.h:
16672         * gst/freeze/gstfreeze.h:
16673         * gst/gdp/gstgdpdepay.h:
16674         * gst/gdp/gstgdppay.h:
16675         * gst/modplug/gstmodplug.h:
16676         * gst/mpeg1sys/gstmpeg1systemencode.h:
16677         * gst/mpeg1videoparse/gstmp1videoparse.h:
16678         * gst/mpeg2sub/gstmpeg2subt.h:
16679         * gst/mpegaudioparse/gstmpegaudioparse.h:
16680         * gst/multifilesink/gstmultifilesink.h:
16681         * gst/overlay/gstoverlay.h:
16682         * gst/playondemand/gstplayondemand.h:
16683         * gst/qtdemux/qtdemux.h:
16684         * gst/rtjpeg/gstrtjpegdec.h:
16685         * gst/rtjpeg/gstrtjpegenc.h:
16686         * gst/smooth/gstsmooth.h:
16687         * gst/smoothwave/gstsmoothwave.h:
16688         * gst/spectrum/gstspectrum.h:
16689         * gst/speed/gstspeed.h:
16690         * gst/stereo/gststereo.h:
16691         * gst/switch/gstswitch.h:
16692         * gst/tta/gstttadec.h:
16693         * gst/tta/gstttaparse.h:
16694         * gst/videodrop/gstvideodrop.h:
16695         * gst/xingheader/gstxingmux.h:
16696         * sys/directdraw/gstdirectdrawsink.h:
16697         * sys/directsound/gstdirectsoundsink.h:
16698         * sys/dxr3/dxr3audiosink.h:
16699         * sys/dxr3/dxr3spusink.h:
16700         * sys/dxr3/dxr3videosink.h:
16701         * sys/qcam/gstqcamsrc.h:
16702         * sys/vcd/vcdsrc.h:
16703         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
16704
16705 2006-05-31  Edward Hervey  <edward@fluendo.com>
16706
16707         * ext/faad/gstfaad.h:
16708         Forgot to commit the header file too.
16709
16710 2006-05-31  Edward Hervey  <edward@fluendo.com>
16711
16712         * ext/faad/gstfaad.c: (gst_faad_class_init), (gst_faad_init),
16713         (gst_faad_dispose), (gst_faad_sink_event), (clip_outgoing_buffer),
16714         (gst_faad_chain), (gst_faad_change_state):
16715         Added GstSegment to control segments.
16716         Added clipping/dropping of outgoing buffers in order to have accurate
16717         seeking working properly.
16718
16719 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
16720
16721         Patch by: Lutz Müller  <lutz at topfrose de>
16722
16723         * ext/bz2/Makefile.am:
16724         * ext/bz2/gstbz2dec.c: (gst_bz2dec_chain), (gst_bz2dec_init),
16725         (gst_bz2dec_change_state), (gst_bz2dec_class_init):
16726           Use gst_type_find_helper_* functions for typefinding; use
16727           correct caps with gst_pad_alloc_buffer(); add state change
16728           function and reset decoder in it; don't unref buffer if
16729           pad_push fails; use fixed caps on source pad. (#341524).
16730
16731 2006-05-27  Stefan Kost  <ensonic@users.sf.net>
16732
16733         * gst/spectrum/Makefile.am:
16734         * gst/spectrum/demo-audiotest.c: (on_frequency_changed),
16735         (spectrum_chain), (main):
16736         * gst/spectrum/demo-osssrc.c:
16737         added another example
16738         
16739         * sys/v4l2/gstv4l2src.c:
16740         fix typo
16741
16742 2006-05-26  Edward Hervey  <edward@fluendo.com>
16743
16744         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment): 
16745         Clip the outputed NEWSEGMENT stop time to the configured segment stop
16746         time.
16747
16748 2006-05-26  Wim Taymans  <wim@fluendo.com>
16749
16750         * gst/qtdemux/qtdemux.c: (gst_qtdemux_do_seek):
16751         Don't clear the running variable in the seek code.
16752
16753 2006-05-24  Wim Taymans  <wim@fluendo.com>
16754
16755         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_esds):
16756         Detect QCELP in mp4a descriptors.
16757
16758 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
16759
16760         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak), (plugin_init):
16761           po/POTFILES.in:
16762           Throw an error when the file is encrypted. Move plugin_init stuff
16763           to the end of the file, add stuff for i18n, make debug category
16764           static.
16765
16766 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
16767
16768         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
16769
16770         * configure.ac:
16771         * gst/h264parse/Makefile.am:
16772         * gst/h264parse/gsth264parse.c: (gst_h264_parse_base_init),
16773         (gst_h264_parse_finalize), (gst_h264_parse_class_init),
16774         (gst_h264_parse_init), (gst_h264_parse_chain),
16775         (gst_h264_parse_handle_event), (plugin_init):
16776         * gst/h264parse/gsth264parse.h:
16777           New plugin: h264parse (#340638)
16778
16779 2006-05-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16780
16781         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain),
16782         (gst_gdp_depay_change_state):
16783         * gst/gdp/gstgdpdepay.h:
16784         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset_streamheader),
16785         (gst_gdp_pay_chain), (gst_gdp_pay_sink_event),
16786         (gst_gdp_pay_change_state):
16787         * gst/gdp/gstgdppay.h:
16788           Handle error cases when calling functions
16789           do downwards state change after parent's change_state
16790         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
16791         * tests/check/elements/gdppay.c: (GST_START_TEST):
16792           clean up more
16793
16794 2006-05-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16795
16796         * gst/gdp/Makefile.am:
16797         * gst/gdp/gstgdp.c: (plugin_init):
16798         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_base_init),
16799         (gst_gdp_depay_class_init), (gst_gdp_depay_init),
16800         (gst_gdp_depay_finalize), (gst_gdp_depay_chain),
16801         (gst_gdp_depay_change_state), (gst_gdp_depay_plugin_init):
16802         * gst/gdp/gstgdpdepay.h:
16803         * gst/gdp/gstgdppay.c: (gst_gdp_pay_base_init),
16804         (gst_gdp_pay_class_init), (gst_gdp_pay_init),
16805         (gst_gdp_pay_dispose), (gst_gdp_stamp_buffer),
16806         (gst_gdp_buffer_from_caps), (gst_gdp_pay_buffer_from_buffer),
16807         (gst_gdp_buffer_from_event), (gst_gdp_pay_reset_streamheader),
16808         (gst_gdp_queue_buffer), (gst_gdp_pay_chain),
16809         (gst_gdp_pay_sink_event), (gst_gdp_pay_change_state),
16810         (gst_gdp_pay_plugin_init):
16811         * gst/gdp/gstgdppay.h:
16812         * tests/check/Makefile.am:
16813         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
16814         (cleanup_gdpdepay), (gdpdepay_push_per_byte), (GST_START_TEST),
16815         (setup_gdpdepay_streamheader), (gdpdepay_suite), (main):
16816         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay),
16817         (GST_START_TEST), (setup_gdppay_streamheader), (gdppay_suite),
16818         (main):
16819           adding GDP payloader and depayloader.  Build integration will
16820           follow later when the GDP issues for core are sorted out.
16821
16822 2006-05-21  Stefan Kost  <ensonic@users.sf.net>
16823
16824         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
16825         (gst_spectrum_init), (gst_spectrum_set_sink_caps),
16826         (gst_spectrum_get_sink_caps), (gst_spectrum_chain):
16827           Use boilerplate macro, fix strings to match plugin-moval-requirements
16828
16829 2006-05-21  Stefan Kost  <ensonic@users.sf.net>
16830
16831         * gst/spectrum/Makefile.am:
16832           Link to base libraries
16833
16834         * gst/spectrum/demo-osssrc.c: (main):
16835           use new threshhold property
16836
16837         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
16838         (gst_spectrum_init), (gst_spectrum_dispose),
16839         (gst_spectrum_set_property), (gst_spectrum_set_sink_caps),
16840         (gst_spectrum_get_sink_caps), (gst_spectrum_chain),
16841         (gst_spectrum_change_state):
16842         * gst/spectrum/gstspectrum.h:
16843         Use gst_adapter, support multiple-channels, add threshold property for
16844         result, add docs, fix resulting spectrum range (was including mirrored
16845         results)
16846
16847 2006-05-21  Stefan Kost  <ensonic@users.sf.net>
16848
16849         * configure.ac:
16850         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main):
16851         * gst/spectrum/fix_fft.c: (gst_spectrum_fix_dot):
16852         * gst/spectrum/gstspectrum.c: (gst_spectrum_get_type),
16853         (gst_spectrum_base_init), (gst_spectrum_class_init),
16854         (gst_spectrum_init), (gst_spectrum_dispose),
16855         (gst_spectrum_set_property), (gst_spectrum_chain):
16856         * gst/spectrum/gstspectrum.h:
16857         Initial port of the spectrum element
16858
16859 2006-05-19  Edgard Lima <edgard.lima@indt.org.br>
16860
16861         * sys/v4l2/gstv4l2.c:
16862         * sys/v4l2/gstv4l2object.c:
16863         * sys/v4l2/gstv4l2object.h:
16864         * sys/v4l2/gstv4l2src.c:
16865         * sys/v4l2/gstv4l2xoverlay.c:
16866         Some clean-ups requested by wingo in bug #338818.       
16867
16868 2006-05-19  Michael Smith  <msmith@fluendo.com>
16869
16870         * ext/alsaspdif/alsaspdifsink.c: (alsaspdifsink_base_init),
16871         (alsaspdifsink_class_init), (alsaspdifsink_init),
16872         (alsaspdifsink_dispose), (alsaspdifsink_set_property),
16873         (alsaspdifsink_get_property), (alsaspdifsink_set_caps),
16874         (alsaspdifsink_get_time), (alsaspdifsink_open),
16875         (alsaspdifsink_close), (alsaspdifsink_find_pcm_device),
16876         (alsaspdifsink_write_frame), (alsaspdifsink_event),
16877         (alsaspdifsink_get_times), (alsaspdifsink_current_delay),
16878         (generate_iec958_zero_frame), (alsaspdifsink_render),
16879         (ignore_alsa_err), (alsaspdifsink_change_state), (plugin_init):
16880         * ext/alsaspdif/alsaspdifsink.h:
16881           Use sampling rate from set_caps. Comment out some more unused code.
16882
16883 2006-05-18  Stefan Kost  <ensonic@users.sf.net>
16884
16885         * configure.ac:
16886           Check for X11
16887         * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices):
16888         * sys/v4l2/gstv4l2object.h:
16889         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_iface_supported):
16890         * sys/v4l2/gstv4l2src.h:
16891         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open):
16892         * sys/v4l2/gstv4l2xoverlay.h:
16893           Code cleanups, fix debug macros
16894
16895 2006-05-18  Michael Smith  <msmith@fluendo.com>
16896
16897         * ext/Makefile.am:
16898           Fix distcheck?
16899
16900 2006-05-18  Michael Smith  <msmith@fluendo.com>
16901
16902         * configure.ac:
16903         * ext/Makefile.am:
16904         * ext/alsaspdif/Makefile.am:
16905         * ext/alsaspdif/alsaspdifsink.c: (alsaspdifsink_base_init),
16906         (alsaspdifsink_class_init), (alsaspdifsink_init),
16907         (alsaspdifsink_dispose), (alsaspdifsink_set_property),
16908         (alsaspdifsink_get_property), (alsaspdifsink_provide_clock),
16909         (alsaspdifsink_get_time), (alsaspdifsink_open),
16910         (alsaspdifsink_close), (alsaspdifsink_find_pcm_device),
16911         (alsaspdifsink_write_frame), (alsaspdifsink_event),
16912         (alsaspdifsink_get_times), (alsaspdifsink_current_delay),
16913         (generate_iec958_zero_frame), (alsaspdifsink_render),
16914         (ignore_alsa_err), (alsaspdifsink_change_state), (plugin_init):
16915         * ext/alsaspdif/alsaspdifsink.h:
16916           Add an alsa plugin to output IEC958 frames over S/PDIF
16917
16918 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
16919
16920         * ext/faad/gstfaad.c: (gst_faad_update_caps), (gst_faad_chain):
16921           Remove unused caps cruft from chain function altogether.
16922
16923 2006-05-17  Edward Hervey  <edward@fluendo.com>
16924
16925         * ext/faad/gstfaad.c: (gst_faad_chain): 
16926         There's no guarantee that caps was set to something, and if it did, the
16927         function called to fill that variable actually sets the caps on the
16928         sourcpad, so we call gst_pad_alloc_buffer_and_set_caps() using
16929         GST_PAD_CAPS(faad->srcpad).
16930
16931 2006-05-13  Tim-Philipp Müller  <tim at centricular dot net>
16932
16933         Patch by: Young-Ho Cha  <ganadist chollian net>
16934
16935         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chain),
16936         (gst_faad_change_state):
16937         * ext/faad/gstfaad.h:
16938           If we encounter a decoding error, don't error out immediately,
16939           but try to resync (or see if we have better luck with the next
16940           buffer in case of framed input). Only error out after five
16941           consecutive errors. Fixes #341563.
16942
16943 2006-05-12  Wim Taymans  <wim@fluendo.com>
16944
16945         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init),
16946         (gst_xvidenc_init), (gst_xvidenc_finalize),
16947         (gst_xvidenc_handle_sink_event), (gst_xvidenc_setup),
16948         (gst_xvidenc_setcaps), (gst_xvidenc_encode), (gst_xvidenc_chain),
16949         (gst_xvidenc_flush_buffers), (gst_xvidenc_set_property),
16950         (gst_xvidenc_get_property):
16951         Compile fixes.
16952
16953 2006-05-12  Wim Taymans  <wim@fluendo.com>
16954
16955         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
16956
16957         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_structure_to_csp),
16958         (gst_xvid_csp_to_caps), (gst_xvid_image_get_size),
16959         (gst_xvid_image_fill):
16960         * ext/xvid/gstxvid.h:
16961         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
16962         (gst_xviddec_init), (gst_xviddec_reset), (gst_xviddec_unset),
16963         (gst_xviddec_handle_sink_event), (gst_xviddec_setup),
16964         (gst_xviddec_add_par), (gst_xviddec_negotiate),
16965         (gst_xviddec_decode), (gst_xviddec_chain),
16966         (gst_xviddec_flush_buffers), (gst_xviddec_src_getcaps),
16967         (gst_xviddec_src_link), (gst_xviddec_setcaps),
16968         (gst_xviddec_change_state):
16969         * ext/xvid/gstxviddec.h:
16970         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
16971         (gst_xvidenc_quant_type_get_type), (gst_xvidenc_pass_get_type),
16972         (gst_xvidenc_get_type), (gst_xvidenc_base_init),
16973         (gst_xvidenc_class_init), (gst_xvidenc_init),
16974         (gst_xvidenc_finalize), (gst_xvidenc_handle_sink_event),
16975         (gst_xvidenc_setup), (gst_xvidenc_setcaps), (gst_xvidenc_encode),
16976         (gst_xvidenc_chain), (gst_xvidenc_flush_buffers),
16977         (gst_xvidenc_set_property), (gst_xvidenc_get_property),
16978         (gst_xvidenc_change_state):
16979         * ext/xvid/gstxvidenc.h:
16980         xvid plugin to support more capabilities of XviD codec.
16981         Fixes #339462.
16982         Some more cleanups here and there.
16983
16984 2006-05-11  Edgard Lima <edgard.lima@indt.org.br>
16985
16986         * sys/v4l2/Makefile.am:
16987         * sys/v4l2/gstv4l2.c:
16988         * sys/v4l2/gstv4l2colorbalance.c:
16989         * sys/v4l2/gstv4l2colorbalance.h:
16990         * sys/v4l2/gstv4l2element.c:
16991         * sys/v4l2/gstv4l2element.h:
16992         * sys/v4l2/gstv4l2object.c:
16993         * sys/v4l2/gstv4l2object.h:
16994         * sys/v4l2/gstv4l2src.c:
16995         * sys/v4l2/gstv4l2src.h:
16996         * sys/v4l2/gstv4l2tuner.c:
16997         * sys/v4l2/gstv4l2tuner.h:
16998         * sys/v4l2/gstv4l2xoverlay.c:
16999         * sys/v4l2/gstv4l2xoverlay.h:
17000         * sys/v4l2/v4l2_calls.c:
17001         * sys/v4l2/v4l2_calls.h:
17002         * sys/v4l2/v4l2src_calls.c:
17003         * sys/v4l2/v4l2src_calls.h:
17004         Changes proposed by Wingo in bug #338818.
17005
17006 2006-05-11  Wim Taymans  <wim@fluendo.com>
17007
17008         * gst/qtdemux/qtdemux.c: (qtdemux_parse), (qtdemux_parse_trak),
17009         (gst_qtdemux_handle_esds):
17010         Figure out the real audio type in mp4a boxes by parsing the
17011         optional descriptors in the optional esds box. Promote the
17012         default AAC to mp3 when indicated. Fixes #330632.
17013
17014 2006-05-10  Wim Taymans  <wim@fluendo.com>
17015
17016         * gst/qtdemux/qtdemux.c: (qtdemux_parse), (qtdemux_dump_unknown),
17017         (qtdemux_parse_trak), (gst_qtdemux_handle_esds):
17018         Parse version 2 sample descriptions. Fixes #341231
17019         Don't #define gst_util_dump_mem(), use something more
17020         specific instead to avoid confusion.
17021
17022 2006-05-08  Edgard Lima <edgard.lima@indt.org.br>
17023
17024         * sys/v4l2/gstv4l2src.c:
17025         * sys/v4l2/v4l2src_calls.c:
17026         Fix fourcc name printed out. Patch from Martin Rubli.
17027
17028 2006-05-08  Wim Taymans  <wim@fluendo.com>
17029
17030         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_src_query),
17031         (qtdemux_dump_mvhd):
17032         Don't cause side effects in a debugging function.
17033         Also report duration in push mode since we can.
17034
17035 2006-05-08  Edward Hervey  <edward@fluendo.com>
17036
17037         * autogen.sh: (CONFIGURE_DEF_OPT): 
17038         libtoolize on Darwin/MacOSX is called glibtoolize
17039
17040 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
17041
17042         * ext/amrwb/gstamrwbdec.c:
17043         * ext/amrwb/gstamrwbenc.c:
17044         * ext/sdl/sdlaudiosink.c:
17045         * ext/sdl/sdlvideosink.c:
17046         * ext/wavpack/gstwavpackdec.c:
17047         * ext/xine/xine.c:
17048         * ext/xine/xineaudiodec.c:
17049         * ext/xine/xineaudiosink.c:
17050         * ext/xine/xineinput.c:
17051         * gst/cdxaparse/gstcdxaparse.c:
17052         * gst/freeze/gstfreeze.c:
17053         * sys/v4l2/gstv4l2element.c:
17054         Add semicolons after GST_BOILERPLATE[_FULL] so that
17055         indent doesn't mess up following lines.
17056
17057 2006-05-05  Edgard Lima <edgard.lima@indt.org.br>
17058
17059         * sys/v4l2/gstv4l2element.c:
17060         * sys/v4l2/gstv4l2element.h:
17061         * sys/v4l2/gstv4l2src.c:
17062         * sys/v4l2/gstv4l2src.h:
17063         * sys/v4l2/gstv4l2tuner.c:
17064         * sys/v4l2/gstv4l2tuner.h:
17065         * sys/v4l2/v4l2_calls.c:
17066         * sys/v4l2/v4l2_calls.h:
17067         * sys/v4l2/v4l2src_calls.c:
17068         * sys/v4l2/v4l2src_calls.h:
17069         * tests/icles/v4l2src-test.c:
17070         Some changes proposed by wingo in bug #338818 (but not everything
17071         yet). Patch from Martin Rubli to fix framerate detection.
17072
17073 2006-05-05  Tim-Philipp Müller  <tim at centricular dot net>
17074
17075         * ext/sdl/sdlaudiosink.c: (gst_sdlaudio_sink_prepare):
17076           Use (NULL) instead of just NULL in GST_ELEMENT_ERROR macro.
17077
17078 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
17079
17080         * configure.ac:
17081           Back to CVS
17082
17083 === release 0.10.3 ===
17084
17085 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
17086
17087         * configure.ac:
17088           releasing 0.10.3, "Petition to request permission"
17089
17090 2006-05-04  Julien MOUTTE  <julien@moutte.net>
17091
17092         * tests/icles/Makefile.am: Fix build.
17093
17094 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
17095
17096         * ext/musicbrainz/Makefile.am:
17097           Add GST_PLUGINS_BASE_CFLAGS to CFLAGS for gst/tag/tag.h
17098
17099 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
17100
17101         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
17102         Clean up one piece of logic slightly and remove a 
17103         dead code block.
17104
17105 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
17106
17107         * docs/plugins/Makefile.am:
17108         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
17109         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
17110         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
17111         * docs/plugins/inspect/plugin-musicbrainz.xml:
17112         * ext/musicbrainz/gsttrm.c:
17113         * ext/musicbrainz/gsttrm.h:
17114           Everybody loves docs - add docs for musicbrainz plugin.
17115
17116 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
17117
17118         * ext/Makefile.am:
17119           Add musicbrainz dir to DIST_SUBDIRS as well (fixes distcheck).
17120           
17121 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
17122
17123         * ext/Makefile.am:
17124           Forgot to commit this one.
17125
17126 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
17127
17128         Patch by: James "Doc" Livingston  <doclivingston gmail com>
17129
17130         * configure.ac:
17131         * ext/musicbrainz/Makefile.am:
17132         * ext/musicbrainz/gsttrm.c: (gst_trm_base_init),
17133         (gst_trm_class_init), (gst_trm_init), (gst_trm_setcaps),
17134         (gst_trm_chain), (gst_trm_emit_signature), (gst_trm_set_property),
17135         (gst_trm_get_property), (gst_trm_change_state), (plugin_init):
17136         * ext/musicbrainz/gsttrm.h:
17137           Port MusicBrainz TRM plugin (#336898).
17138
17139 2006-05-03  Michael Smith  <msmith@fluendo.com>
17140
17141         * ext/faad/gstfaad.c: (gst_faad_setcaps),
17142         (looks_like_valid_header), (gst_faad_chain):
17143           Fix #334748: use fake_codec_data if the first bytes of the first
17144           buffer we process doesn't look like plausible AAC data (e.g.
17145           reserved values for rate, or channels). Fixes playback of Apple's
17146           movie trailers.
17147
17148 2006-05-02  Edgard Lima <edgard.lima@indt.org.br>
17149
17150         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_caps):
17151         Fix get_caps func to work when no framerate is available and the caps
17152         isn't simple.
17153
17154 2006-05-01  Edgard Lima <edgard.lima@indt.org.br>
17155
17156         * sys/v4l2/Makefile.am:
17157         * sys/v4l2/gstv4l2colorbalance.c:
17158         * sys/v4l2/gstv4l2xoverlay.c:
17159         * sys/v4l2/v4l2_calls.c:
17160         * tests/icles/Makefile.am:
17161         * tests/icles/v4l2src-test.c:
17162         Few improvements to move to good.
17163
17164 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17165
17166         * configure.ac:
17167         * docs/plugins/Makefile.am:
17168         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
17169         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
17170         * docs/plugins/inspect/plugin-taglib.xml:
17171         * ext/Makefile.am:
17172         * ext/taglib/Makefile.am:
17173         * ext/taglib/gstid3v2mux.cc:
17174         * ext/taglib/gstid3v2mux.h:
17175         * ext/taglib/gsttaglib.cc:
17176         * ext/taglib/gsttaglib.h:
17177         * tests/check/Makefile.am:
17178         * tests/check/elements/tagid3v2mux.c:
17179           moved to good.  Closes #336110
17180
17181 2006-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17182
17183         * docs/plugins/Makefile.am:
17184         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
17185         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
17186         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
17187         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
17188         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
17189           Fix up docs for taglib plugin
17190           Also scan .cc files
17191
17192 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
17193
17194         * ext/taglib/gsttaglib.cc:
17195           Post an error message on the bus in the (extremely unlikely)
17196           case of an error.
17197
17198 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
17199
17200         * ext/taglib/Makefile.am:
17201         * ext/taglib/gstid3v2mux.cc:
17202         * ext/taglib/gstid3v2mux.h:
17203         * ext/taglib/gsttaglib.cc:
17204         * ext/taglib/gsttaglib.h:
17205           Split the actual ID3v2 tag rendering code into
17206           its own subclass.
17207
17208 2006-04-29  Sebastien Moutte  <sebastien@moutte.net>
17209
17210         * ext/neon/gstneonhttpsrc.c:
17211         * ext/neon/gstneonhttpsrc.h:
17212           added iradio-mode support as in gnomevfssrc to enable 
17213           connections with icydemux that will send title tag messages on 
17214           shoutcast/icecast streams. I've also added iradio properties
17215           iradio-name, iradio-genre, iradio-url.
17216           added user-agent property because some shoutcast streams don't return 
17217           data if the GET requests don't have a User-Agent.
17218         * win32/common/libgstneon.dsp:
17219           use debug version of libneon in debug mode
17220 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
17221
17222         * configure.ac:
17223         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
17224         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
17225         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
17226         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
17227         * sys/Makefile.am:
17228         * sys/ximagesrc/Makefile.am:
17229         * sys/ximagesrc/ximagesrc.c:
17230         * sys/ximagesrc/ximagesrc.h:
17231         * sys/ximagesrc/ximageutil.c:
17232         * sys/ximagesrc/ximageutil.h:
17233         * tests/Makefile.am:
17234         * tests/icles/.cvsignore:
17235         * tests/icles/Makefile.am:
17236         * tests/icles/ximagesrc-test.c:
17237           moved ximagesrc to good (See #336756)
17238
17239 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
17240
17241         * ext/faad/gstfaad.c: (gst_faad_init), (aac_rate_idx),
17242         (gst_faad_setcaps), (gst_faad_chain), (gst_faad_open_decoder),
17243         (gst_faad_close_decoder), (gst_faad_change_state):
17244         * ext/faad/gstfaad.h:
17245           If we run into a decoding error, try re-opening the decoder
17246           with faacDecInit2() using fake codec data created from the
17247           data the demuxer gave us. Should fix a whole bunch of
17248           GStreamer-faad problems incl. 'channel coupling not
17249           implemented', 'maximum number of scalefactor bands exceeded'
17250           etc. (#173007, #332892).
17251
17252 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
17253
17254         * ext/amrwb/gstamrwbdec.c:
17255         * ext/amrwb/gstamrwbenc.c:
17256         * ext/amrwb/gstamrwbparse.c:
17257         * ext/arts/gst_arts.c:
17258         * ext/artsd/gstartsdsink.c:
17259         * ext/audiofile/gstafparse.c:
17260         * ext/audiofile/gstafsink.c:
17261         * ext/audiofile/gstafsrc.c:
17262         * ext/audioresample/gstaudioresample.c:
17263         * ext/bz2/gstbz2dec.c:
17264         * ext/bz2/gstbz2enc.c:
17265         * ext/cdaudio/gstcdaudio.c:
17266         * ext/directfb/dfbvideosink.c:
17267         * ext/divx/gstdivxdec.c:
17268         * ext/divx/gstdivxenc.c:
17269         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
17270         * ext/faac/gstfaac.c: (gst_faac_base_init):
17271         * ext/faad/gstfaad.c:
17272         * ext/gsm/gstgsmdec.c:
17273         * ext/gsm/gstgsmenc.c:
17274         * ext/hermes/gsthermescolorspace.c:
17275         * ext/ivorbis/vorbisfile.c:
17276         * ext/lcs/gstcolorspace.c:
17277         * ext/libfame/gstlibfame.c:
17278         * ext/libmms/gstmms.c: (gst_mms_base_init):
17279         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_base_init):
17280         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
17281         * ext/nas/nassink.c: (gst_nassink_base_init):
17282         * ext/neon/gstneonhttpsrc.c:
17283         * ext/sdl/sdlaudiosink.c:
17284         * ext/sdl/sdlvideosink.c:
17285         * ext/shout/gstshout.c:
17286         * ext/snapshot/gstsnapshot.c:
17287         * ext/sndfile/gstsf.c:
17288         * ext/swfdec/gstswfdec.c:
17289         * ext/tarkin/gsttarkindec.c:
17290         * ext/tarkin/gsttarkinenc.c:
17291         * ext/theora/theoradec.c:
17292         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
17293         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init):
17294         * ext/xvid/gstxviddec.c:
17295         * ext/xvid/gstxvidenc.c:
17296         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxa_parse_base_init):
17297         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_base_init):
17298         * gst/chart/gstchart.c:
17299         * gst/colorspace/gstcolorspace.c:
17300         * gst/deinterlace/gstdeinterlace.c:
17301         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_base_init):
17302         * gst/festival/gstfestival.c:
17303         * gst/filter/gstbpwsinc.c:
17304         * gst/filter/gstiir.c:
17305         * gst/filter/gstlpwsinc.c:
17306         * gst/freeze/gstfreeze.c:
17307         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
17308         * gst/librfb/gstrfbsrc.c:
17309         * gst/mixmatrix/mixmatrix.c:
17310         * gst/mpeg1sys/gstmpeg1systemencode.c:
17311         * gst/mpeg1videoparse/gstmp1videoparse.c:
17312         * gst/mpeg2sub/gstmpeg2subt.c:
17313         * gst/mpegaudioparse/gstmpegaudioparse.c:
17314         * gst/multifilesink/gstmultifilesink.c:
17315         * gst/overlay/gstoverlay.c:
17316         * gst/passthrough/gstpassthrough.c:
17317         * gst/playondemand/gstplayondemand.c:
17318         * gst/qtdemux/qtdemux.c:
17319         * gst/rtjpeg/gstrtjpegdec.c:
17320         * gst/rtjpeg/gstrtjpegenc.c:
17321         * gst/smooth/gstsmooth.c:
17322         * gst/smoothwave/gstsmoothwave.c:
17323         * gst/spectrum/gstspectrum.c:
17324         * gst/speed/gstspeed.c:
17325         * gst/stereo/gststereo.c:
17326         * gst/switch/gstswitch.c:
17327         * gst/tta/gstttadec.c: (gst_tta_dec_base_init):
17328         * gst/tta/gstttaparse.c: (gst_tta_parse_base_init):
17329         * gst/vbidec/gstvbidec.c:
17330         * gst/videocrop/gstvideocrop.c:
17331         * gst/videodrop/gstvideodrop.c:
17332         * gst/virtualdub/gstxsharpen.c:
17333         * gst/xingheader/gstxingmux.c: (gst_xing_mux_base_init):
17334         * gst/y4m/gsty4mencode.c:
17335         * sys/cdrom/gstcdplayer.c:
17336         * sys/directdraw/gstdirectdrawsink.c:
17337         * sys/directsound/gstdirectsoundsink.c:
17338         * sys/glsink/glimagesink.c:
17339         * sys/qcam/gstqcamsrc.c:
17340         * sys/v4l2/gstv4l2src.c:
17341         * sys/vcd/vcdsrc.c: (gst_vcdsrc_base_init):
17342         * sys/ximagesrc/ximagesrc.c:
17343           Define GstElementDetails as const and also static (when defined as
17344           global)
17345
17346 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
17347
17348         * ext/musepack/gstmusepackdec.c:
17349         (gst_musepackdec_handle_seek_event), (gst_musepackdec_loop):
17350           Add support for segment seeks.
17351
17352 2006-04-20  Edgard Lima  <edgard.lima@indt.org.br>
17353
17354         * sys/v4l2/gstv4l2src.c:
17355         Added a couple of ifdefs to make it compile with other kernels.
17356         
17357 2006-04-20  Wim Taymans  <wim@fluendo.com>
17358
17359         Patch by: j^ <j at bootlab dot org>
17360
17361         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
17362         (qtdemux_video_caps):
17363         Never treat video streams as an audio stream.
17364         Add qtdrw mime type.
17365         Fixes #339041
17366
17367 2006-04-19  Wim Taymans  <wim@fluendo.com>
17368
17369         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
17370         For VBR audio, don't try to calculate the samples_per_frame.
17371         Fixes #338935.
17372
17373 2006-04-13  Edgard Lima  <edgard.lima@indt.org.br>
17374
17375         * sys/v4l2/gstv4l2src.c:
17376         Just added a gtk-doc comment.
17377
17378 2006-04-17  Michael Smith  <msmith@fluendo.com>
17379
17380         * ext/theora/theoradec.c: (theora_dec_src_convert),
17381         (theora_handle_type_packet), (theora_handle_422_image),
17382         (theora_handle_420_image), (theora_handle_data_packet):
17383         * ext/theora/theoradec.h:
17384           Apply fix from j^ for API change in libtheoradec.
17385
17386           Implement 4:2:2 pixel format. Untested at the moment.
17387
17388 2006-04-14  Tim-Philipp Müller  <tim at centricular dot net>
17389
17390         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_init),
17391         (gst_musepack_stream_init):
17392           Fix track/album peak tag values; use GST_DEBUG_FUNCPTR and
17393           gst_pad_new_from_static_template().
17394
17395 2006-04-13  Edgard Lima  <edgard.lima@indt.org.br>
17396
17397         * sys/v4l2/gstv4l2src.c: (gst_v4l2element_class_init),
17398         (gst_v4l2src_dispose):
17399         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_buffer_new):
17400         Fixed some memory leaks.
17401
17402 2006-04-12  Edgard Lima  <edgard.lima@indt.org.br>
17403
17404         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read):
17405         Fix to work in read mode.
17406
17407 2006-04-10  Wim Taymans  <wim@fluendo.com>
17408
17409         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
17410         Fix parsing of newer stsd chunks again.
17411
17412 2006-04-10  Wim Taymans  <wim@fluendo.com>
17413
17414         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
17415         (qtdemux_parse_trak):
17416         Fix framerate calculation.
17417
17418 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
17419
17420         * ext/swfdec/gstswfdec.c: (gst_swfdecbuffer_class_init):
17421           Fix build (class_init declaration/definition mismatch).
17422
17423 2006-04-10  Wim Taymans  <wim@fluendo.com>
17424
17425         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
17426         force mono 8000 Hz on AMR samples.
17427
17428 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
17429
17430         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_start):
17431           remove atoll by using g_ascii_strtoull (atoll is not supported on WIN32)
17432         * sys/directdraw/gstdirectdrawsink.c:
17433         * sys/directsound/gstdirectsoundsink.c:
17434           done some cleans in sources
17435         * win32/vs6:
17436           add project files for neon, qtdemux
17437           
17438 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17439
17440         * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_class_init):
17441         * ext/amrwb/gstamrwbenc.c: (gst_amrwbenc_class_init):
17442         * ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_class_init):
17443         * ext/arts/gst_arts.c: (gst_arts_class_init):
17444         * ext/artsd/gstartsdsink.c: (gst_artsdsink_class_init):
17445         * ext/audiofile/gstafsink.c: (gst_afsink_class_init):
17446         * ext/audiofile/gstafsrc.c: (gst_afsrc_class_init):
17447         * ext/audioresample/gstaudioresample.c:
17448         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
17449         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_class_init):
17450         * ext/divx/gstdivxdec.c: (gst_divxdec_class_init):
17451         * ext/hermes/gsthermescolorspace.c:
17452         (gst_hermes_colorspace_class_init):
17453         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_class_init):
17454         * ext/jack/gstjack.c: (gst_jack_class_init):
17455         * ext/jack/gstjackbin.c: (gst_jack_bin_class_init):
17456         * ext/lcs/gstcolorspace.c: (gst_colorspace_class_init):
17457         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init):
17458         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
17459         * ext/nas/nassink.c: (gst_nassink_class_init):
17460         * ext/shout/gstshout.c: (gst_icecastsend_class_init):
17461         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
17462         * ext/sndfile/gstsf.c: (gst_sf_class_init):
17463         * ext/swfdec/gstswfdec.c: (gst_swfdecbuffer_class_init),
17464         (gst_swfdec_class_init):
17465         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_class_init):
17466         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_class_init):
17467         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_class_init):
17468         * gst/chart/gstchart.c: (gst_chart_class_init):
17469         * gst/colorspace/gstcolorspace.c: (gst_colorspace_class_init):
17470         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_class_init):
17471         * gst/festival/gstfestival.c: (gst_festival_class_init):
17472         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init):
17473         * gst/filter/gstiir.c: (gst_iir_class_init):
17474         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init):
17475         * gst/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init):
17476         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_class_init):
17477         * gst/mpeg1sys/gstmpeg1systemencode.c:
17478         (gst_system_encode_class_init):
17479         * gst/mpeg1videoparse/gstmp1videoparse.c:
17480         (gst_mp1videoparse_class_init):
17481         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_class_init):
17482         * gst/mpegaudioparse/gstmpegaudioparse.c:
17483         (gst_mp3parse_class_init):
17484         * gst/overlay/gstoverlay.c: (gst_overlay_class_init):
17485         * gst/passthrough/gstpassthrough.c: (passthrough_class_init):
17486         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init):
17487         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_class_init):
17488         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_class_init):
17489         * gst/smooth/gstsmooth.c: (gst_smooth_class_init):
17490         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init):
17491         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init):
17492         * gst/stereo/gststereo.c: (gst_stereo_class_init):
17493         * gst/switch/gstswitch.c: (gst_switch_class_init):
17494         * gst/tta/gstttadec.c: (gst_tta_dec_class_init):
17495         * gst/tta/gstttaparse.c: (gst_tta_parse_class_init):
17496         * gst/vbidec/gstvbidec.c: (gst_vbidec_class_init):
17497         * gst/videocrop/gstvideocrop.c: (gst_video_crop_class_init):
17498         * gst/virtualdub/gstxsharpen.c: (gst_xsharpen_class_init):
17499         * gst/y4m/gsty4mencode.c: (gst_y4mencode_class_init):
17500         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
17501         * sys/directsound/gstdirectsoundsink.c:
17502         (gst_directsoundsink_class_init):
17503         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_class_init):
17504         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
17505         * sys/dxr3/dxr3videosink.c: (dxr3videosink_class_init):
17506         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_class_init):
17507         * sys/v4l2/gstv4l2colorbalance.c:
17508         (gst_v4l2_color_balance_channel_class_init):
17509         * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_channel_class_init),
17510         (gst_v4l2_tuner_norm_class_init):
17511         * sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_class_init):
17512         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
17513
17514 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17515
17516         * gst/colorspace/gstcolorspace.h:
17517         * gst/deinterlace/gstdeinterlace.h:
17518         * gst/passthrough/gstpassthrough.h:
17519         * gst/y4m/gsty4mencode.h:
17520         Fix more broken GObject macros
17521
17522 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17523
17524         * ext/xine/gstxine.h:
17525         * gst-libs/gst/play/play.h:
17526         * sys/v4l2/gstv4l2element.h:
17527         * sys/ximagesrc/ximageutil.h:
17528         Fix broken GObject macros
17529
17530 2006-04-08  Wim Taymans  <wim@fluendo.com>
17531
17532         * gst/qtdemux/qtdemux.c: (gst_qtdemux_prepare_current_sample),
17533         (gst_qtdemux_chain), (gst_qtdemux_add_stream), (qtdemux_dump_stsz),
17534         (qtdemux_dump_stco), (qtdemux_parse_trak):
17535         Don't make rounding errors in timestamp/duration calculations.
17536         Fix timestamps for AMR and IMA4.  Fixes (#337436).
17537         Create a dummy segment even when there is no edit list.
17538
17539 2006-04-07  Julien MOUTTE  <julien@moutte.net>
17540
17541         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt: Updates.
17542         * examples/directfb/Makefile.am: Add example resource files to
17543         dist.
17544
17545 2006-04-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17546
17547         * ext/amrwb/amrwb-code/Makefile.am:
17548         * sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_recalc),
17549         (gst_ximagesrc_create), (gst_ximagesrc_set_property):
17550         Typo fix, s/XFree86/X11 and added doc blurb saying that it fixates to
17551         25fps
17552
17553 2006-04-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17554
17555         * tests/icles/ximagesrc-test.c: (main):
17556         Actually assert that pipeline goes to playing
17557
17558 2006-04-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17559
17560         * sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_recalc),
17561         (composite_pixel), (gst_ximagesrc_ximage_get),
17562         (gst_ximagesrc_create), (gst_ximagesrc_set_property):
17563         Fix typo, C++ style comments and other small cleanups
17564         
17565 2006-04-06  Wim Taymans  <wim@fluendo.com>
17566
17567         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
17568         (gst_qtdemux_handle_src_query), (gst_qtdemux_find_index),
17569         (gst_qtdemux_find_keyframe), (gst_qtdemux_find_segment),
17570         (gst_qtdemux_move_stream), (gst_qtdemux_perform_seek),
17571         (gst_qtdemux_do_seek), (gst_qtdemux_change_state),
17572         (gst_qtdemux_activate_segment),
17573         (gst_qtdemux_prepare_current_sample), (gst_qtdemux_advance_sample),
17574         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop),
17575         (qtdemux_parse_trak):
17576         Added full edit list support.
17577         Avoid overflows in prologue image detection code.
17578         Avoid roundoff errors in timestamp calculations.
17579
17580 2006-04-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17581
17582         * configure.ac:
17583           clean up so report properly on missing stuff
17584           fix modplug detection
17585
17586 2006-04-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17587
17588         * ext/Makefile.am:
17589         * ext/amrwb/amrwb-code/Makefile.am:
17590           don't dist amr wb source code
17591
17592 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
17593
17594         Patch by: j^  <j at bootlab dot org>
17595
17596         * ext/amrwb/gstamrwbdec.c:
17597         * ext/amrwb/gstamrwbenc.c:
17598         * ext/amrwb/gstamrwbparse.c:
17599         * ext/arts/gst_arts.c:
17600         * ext/artsd/gstartsdsink.c:
17601         * ext/audiofile/gstafparse.c:
17602         * ext/audiofile/gstafsink.c:
17603         * ext/audiofile/gstafsrc.c:
17604         * ext/cdaudio/gstcdaudio.c:
17605         * ext/directfb/dfbvideosink.c:
17606         * ext/divx/gstdivxdec.c:
17607         * ext/divx/gstdivxenc.c:
17608         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
17609         * ext/faac/gstfaac.c: (gst_faac_base_init):
17610         * ext/faad/gstfaad.c:
17611         * ext/gsm/gstgsmdec.c:
17612         * ext/gsm/gstgsmenc.c:
17613         * ext/hermes/gsthermescolorspace.c:
17614         * ext/ivorbis/vorbisfile.c:
17615         * ext/lcs/gstcolorspace.c:
17616         * ext/libfame/gstlibfame.c:
17617         * ext/libmms/gstmms.c: (gst_mms_base_init):
17618         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
17619         * ext/nas/nassink.c: (gst_nassink_base_init):
17620         * ext/neon/gstneonhttpsrc.c:
17621         * ext/polyp/polypsink.c: (gst_polypsink_base_init):
17622         * ext/sdl/sdlaudiosink.c:
17623         * ext/sdl/sdlvideosink.c:
17624         * ext/shout/gstshout.c:
17625         * ext/snapshot/gstsnapshot.c:
17626         * ext/sndfile/gstsf.c:
17627         * ext/tarkin/gsttarkindec.c:
17628         * ext/tarkin/gsttarkinenc.c:
17629         * ext/theora/theoradec.c:
17630         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
17631         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init):
17632         * ext/xvid/gstxviddec.c:
17633         * ext/xvid/gstxvidenc.c:
17634         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxa_parse_base_init):
17635         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_base_init):
17636         * gst/chart/gstchart.c:
17637         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_base_init):
17638         * gst/festival/gstfestival.c:
17639         * gst/filter/gstiir.c:
17640         * gst/filter/gstlpwsinc.c:
17641         * gst/freeze/gstfreeze.c:
17642         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
17643         * gst/mixmatrix/mixmatrix.c:
17644         * gst/mpeg1sys/gstmpeg1systemencode.c:
17645         * gst/mpeg1videoparse/gstmp1videoparse.c:
17646         * gst/mpeg2sub/gstmpeg2subt.c:
17647         * gst/mpegaudioparse/gstmpegaudioparse.c:
17648         * gst/multifilesink/gstmultifilesink.c:
17649         * gst/overlay/gstoverlay.c:
17650         * gst/passthrough/gstpassthrough.c:
17651         * gst/playondemand/gstplayondemand.c:
17652         * gst/qtdemux/qtdemux.c:
17653         * gst/rtjpeg/gstrtjpegdec.c:
17654         * gst/rtjpeg/gstrtjpegenc.c:
17655         * gst/smooth/gstsmooth.c:
17656         * gst/tta/gstttadec.c: (gst_tta_dec_base_init):
17657         * gst/tta/gstttaparse.c: (gst_tta_parse_base_init):
17658         * gst/videocrop/gstvideocrop.c:
17659         * gst/videodrop/gstvideodrop.c:
17660         * gst/virtualdub/gstxsharpen.c:
17661         * gst/xingheader/gstxingmux.c: (gst_xing_mux_base_init):
17662         * gst/y4m/gsty4mencode.c:
17663           Unify the long descriptions in the plugin details (#337263).
17664
17665 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
17666
17667         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
17668         (gst_neonhttp_src_set_property), (gst_neonhttp_src_get_property):
17669           Add back "uri" property and mark it as deprecated; undoes
17670           API/ABI breakage from 2006-02-24.
17671
17672 2006-04-05  Wim Taymans  <wim@fluendo.com>
17673
17674         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
17675         (gst_qtdemux_do_seek), (gst_qtdemux_loop_state_movie),
17676         (gst_qtdemux_loop):
17677         Use duration as segment stop position if none is
17678         explicitly configured.
17679         Also perform EOS when we run past the segment stop.
17680
17681 2006-04-04  Wim Taymans  <wim@fluendo.com>
17682
17683         * gst/qtdemux/qtdemux.c: (gst_qtdemux_go_back),
17684         (gst_qtdemux_perform_seek), (gst_qtdemux_do_seek),
17685         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop),
17686         (gst_qtdemux_chain), (qtdemux_parse_tree), (qtdemux_parse_trak):
17687         More cleanups, added comments.
17688         Mark discontinuities on outgoing buffers.
17689         Post better errors when something goes wrong.
17690         Handle EOS and segment end properly.
17691
17692 2006-04-04  Wim Taymans  <wim@fluendo.com>
17693
17694         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
17695         (gst_qtdemux_push_event), (gst_qtdemux_go_back),
17696         (gst_qtdemux_perform_seek), (gst_qtdemux_do_seek),
17697         (gst_qtdemux_handle_src_event), (plugin_init),
17698         (gst_qtdemux_change_state), (gst_qtdemux_loop_state_movie),
17699         (gst_qtdemux_loop), (gst_qtdemux_chain),
17700         (qtdemux_sink_activate_pull), (gst_qtdemux_add_stream),
17701         (qtdemux_parse), (qtdemux_parse_tree), (qtdemux_parse_trak),
17702         (qtdemux_parse_udta), (qtdemux_tag_add_str), (qtdemux_tag_add_num),
17703         (qtdemux_tag_add_gnre), (gst_qtdemux_handle_esds):
17704         * gst/qtdemux/qtdemux.h:
17705         Handle stss boxes so we can mark and find keyframes.
17706         Implement correct accurate and keyframe seeking.
17707         Use _DEBUG_OBJECT when possible.
17708         Fixes #332155
17709
17710 2006-04-03  Tim-Philipp Müller  <tim at centricular dot net>
17711
17712         * tests/check/Makefile.am:
17713           Only run the id3v2mux check if taglib is available and
17714           the taglib plugin has been built.
17715
17716 2006-04-03  Tim-Philipp Müller  <tim at centricular dot net>
17717
17718         * ext/swfdec/Makefile.am:
17719           Don't set plugindir.
17720
17721         * ext/swfdec/gstswfdec.c:
17722           GST_PLUGIN_DEFINE_STATIC isn't a good idea for installed plugins.
17723
17724 2006-04-03  Tim-Philipp Müller  <tim at centricular dot net>
17725
17726         * configure.ac:
17727           Add AX_CREATE_STDINT_H to create _stdint.h, needed by
17728           the dts plugin.
17729
17730 2006-04-03  Tim-Philipp Müller  <tim at centricular dot net>
17731
17732         * ext/soundtouch/gstpitch.cc:
17733         * ext/theora/theoradec.c:
17734         * gst/modplug/gstmodplug.cc:
17735           GST_ORIGIN => GST_PACKAGE_ORIGIN
17736           GST_PACKAGE => GST_PACKAGE_NAME
17737
17738 2006-04-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17739
17740         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
17741         * docs/plugins/inspect/plugin-bz2.xml:
17742         * docs/plugins/inspect/plugin-cdxaparse.xml:
17743         * docs/plugins/inspect/plugin-freeze.xml:
17744         * docs/plugins/inspect/plugin-glimagesink.xml:
17745         * docs/plugins/inspect/plugin-modplug.xml:
17746         * docs/plugins/inspect/plugin-neon.xml:
17747         * docs/plugins/inspect/plugin-sdl.xml:
17748         * docs/plugins/inspect/plugin-video4linux2.xml:
17749         * docs/plugins/inspect/plugin-ximagesrc.xml:
17750         * docs/plugins/inspect/plugin-xingheader.xml:
17751           add more plugins to docs
17752
17753 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17754
17755         * sys/dxr3/ac3_padder.h:
17756           fix up doc strings
17757         * docs/plugins/Makefile.am:
17758         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
17759         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
17760         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
17761         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
17762         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
17763         * docs/plugins/inspect/plugin-qtdemux.xml:
17764         * docs/plugins/inspect/plugin-speed.xml:
17765         * docs/plugins/inspect/plugin-taglib.xml:
17766         * docs/plugins/inspect/plugin-tta.xml:
17767           commit updates
17768         * configure.ac:
17769         * ext/taglib/gsttaglib.cc:
17770         * tests/Makefile.am:
17771         * tests/check/.cvsignore:
17772         * tests/check/Makefile.am:
17773         * tests/check/elements/.cvsignore:
17774         * tests/check/elements/tagid3v2mux.c:
17775         (test_taglib_id3mux_create_tags), (test_taglib_id3mux_check_tags),
17776         (fill_mp3_buffer), (got_buffer), (demux_pad_added),
17777         (test_taglib_id3mux_check_output_buffer),
17778         (test_taglib_id3mux_with_tags), (GST_START_TEST),
17779         (tagid3v2mux_suite), (main):
17780            add the tagid3v2mux check from #336110
17781
17782 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17783
17784         * configure.ac:
17785           rework like the other configure.ac files
17786         * Makefile.am:
17787         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
17788         * ext/amrwb/gstamrwb.c:
17789         * ext/arts/gst_arts.c:
17790         * ext/artsd/gstartsdsink.c:
17791         * ext/audiofile/gstaf.c:
17792         * ext/audioresample/gstaudioresample.c:
17793         * ext/bz2/gstbz2.c:
17794         * ext/cdaudio/gstcdaudio.c:
17795         * ext/directfb/dfbvideosink.c:
17796         * ext/dts/gstdtsdec.c:
17797         * ext/faac/gstfaac.c:
17798         * ext/faad/gstfaad.c:
17799         * ext/hermes/gsthermescolorspace.c:
17800         * ext/ivorbis/vorbis.c:
17801         * ext/jack/gstjack.c:
17802         * ext/lcs/gstcolorspace.c:
17803         * ext/musepack/gstmusepackdec.c:
17804         * ext/musicbrainz/gsttrm.c:
17805         * ext/nas/nassink.c:
17806         * ext/sdl/gstsdl.c:
17807         * ext/snapshot/gstsnapshot.c:
17808         * ext/sndfile/gstsf.c:
17809         * ext/swfdec/gstswfdec.c:
17810         * ext/tarkin/gsttarkin.c:
17811         * ext/xine/xine.c:
17812         * ext/xvid/gstxvid.c:
17813         * gst/cdxaparse/gstcdxaparse.c:
17814         * gst/chart/gstchart.c:
17815         * gst/colorspace/gstcolorspace.c:
17816         * gst/deinterlace/gstdeinterlace.c:
17817         * gst/equalizer/gstiirequalizer.c:
17818         * gst/festival/gstfestival.c:
17819         * gst/filter/gstfilter.c:
17820         * gst/freeze/gstfreeze.c:
17821         * gst/games/gstpuzzle.c:
17822         * gst/librfb/gstrfbsrc.c:
17823         * gst/mixmatrix/mixmatrix.c:
17824         * gst/mpeg1sys/gstmpeg1systemencode.c:
17825         * gst/mpeg1videoparse/gstmp1videoparse.c:
17826         * gst/mpeg2sub/gstmpeg2subt.c:
17827         * gst/mpegaudioparse/gstmpegaudioparse.c:
17828         * gst/multifilesink/gstmultifilesink.c:
17829         * gst/overlay/gstoverlay.c:
17830         * gst/passthrough/gstpassthrough.c:
17831         * gst/playondemand/gstplayondemand.c:
17832         * gst/qtdemux/qtdemux.c:
17833         * gst/rtjpeg/gstrtjpeg.c:
17834         * gst/smooth/gstsmooth.c:
17835         * gst/smoothwave/gstsmoothwave.c:
17836         * gst/spectrum/gstspectrum.c:
17837         * gst/speed/gstspeed.c:
17838         * gst/stereo/gststereo.c:
17839         * gst/switch/gstswitch.c:
17840         * gst/vbidec/gstvbidec.c:
17841         * gst/videocrop/gstvideocrop.c:
17842         * gst/videodrop/gstvideodrop.c:
17843         * gst/virtualdub/gstvirtualdub.c:
17844         * gst/xingheader/gstxingmux.c:
17845         * gst/y4m/gsty4mencode.c:
17846         * sys/cdrom/gstcdplayer.c:
17847         * sys/directdraw/gstdirectdrawplugin.c:
17848         * sys/directsound/gstdirectsoundplugin.c:
17849         * sys/dxr3/dxr3init.c:
17850         * sys/glsink/glimagesink.c:
17851         * sys/qcam/gstqcamsrc.c:
17852         * sys/v4l2/gstv4l2.c:
17853         * sys/vcd/vcdsrc.c:
17854         * sys/ximagesrc/ximagesrc.c:
17855           update to use correct defines
17856         * po/POTFILES.in:
17857         * po/af.po:
17858         * po/az.po:
17859         * po/cs.po:
17860         * po/en_GB.po:
17861         * po/hu.po:
17862         * po/it.po:
17863         * po/nb.po:
17864         * po/nl.po:
17865         * po/or.po:
17866         * po/sq.po:
17867         * po/sr.po:
17868         * po/sv.po:
17869         * po/uk.po:
17870         * po/vi.po:
17871           v4l2 has translations, pick them up
17872
17873 2006-03-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17874
17875         * sys/ximagesrc/ximagesrc.c: 
17876           Add docs to ximagesrc
17877
17878 2006-03-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17879
17880         * sys/ximagesrc/ximagesrc.c: (composite_pixel),
17881         (gst_ximagesrc_ximage_get), (gst_ximagesrc_set_property),
17882         (gst_ximagesrc_get_caps), (gst_ximagesrc_class_init):
17883         * sys/ximagesrc/ximagesrc.h:
17884         * sys/ximagesrc/ximageutil.c: (ximageutil_xcontext_get):
17885         * sys/ximagesrc/ximageutil.h:
17886           Fix ximagesrc so a) the cursor doesnt trail and b) there are no
17887           yellow rectangles with the cursor
17888
17889 2006-03-31  Michael Smith  <msmith@fluendo.com>
17890
17891         * configure.ac:
17892           Add autoconfery for theoradec.
17893         * ext/Makefile.am:
17894           Add theora directory.
17895         * ext/theora/Makefile.am:
17896         * ext/theora/theoradec.c: (gst_theoradec_base_init),
17897         (gst_theoradec_class_init), (gst_theoradec_init),
17898         (gst_theoradec_reset), (inc_granulepos), (theora_get_query_types),
17899         (gst_theoradec_granule_clocktime), (theora_dec_src_convert),
17900         (theora_dec_sink_convert), (theora_dec_src_query),
17901         (theora_dec_sink_query), (theora_dec_src_event),
17902         (theora_dec_sink_event), (theora_handle_comment_packet),
17903         (theora_handle_type_packet), (theora_handle_header_packet),
17904         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
17905         (theora_dec_change_state), (plugin_init):
17906         * ext/theora/theoradec.h:
17907           Add theora plugin for theora-exp decoder. Very heavily based on the
17908           existing theora decoder plugin.
17909
17910 2006-03-29  Wim Taymans  <wim@fluendo.com>
17911
17912         * ext/gsm/gstgsmdec.c: (gst_gsmdec_class_init), (gst_gsmdec_init),
17913         (gst_gsmdec_finalize), (gst_gsmdec_sink_event), (gst_gsmdec_chain):
17914         * ext/gsm/gstgsmdec.h:
17915         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init), (gst_gsmenc_init),
17916         (gst_gsmenc_finalize), (gst_gsmenc_chain):
17917         Cleanups, fix leaks.
17918         Handle events and DISCONT.
17919         Use adapter in the decoder.
17920
17921 2006-03-29  Wim Taymans  <wim@fluendo.com>
17922
17923         Patch by: Renato Araujo Oliveira Filho <renatox at gmail dot com>
17924
17925         * configure.ac:
17926         * ext/Makefile.am:
17927         * ext/amrwb/Makefile.am:
17928         * ext/amrwb/README:
17929         * ext/amrwb/amrwb-code/Makefile.am:
17930         * ext/amrwb/amrwb-code/run.sh:
17931         * ext/amrwb/gstamrwb.c: (plugin_init):
17932         * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_base_init),
17933         (gst_amrwbdec_class_init), (gst_amrwbdec_init),
17934         (gst_amrwbdec_setcaps), (gst_amrwbdec_event), (gst_amrwbdec_chain),
17935         (gst_amrwbdec_state_change):
17936         * ext/amrwb/gstamrwbdec.h:
17937         * ext/amrwb/gstamrwbenc.c: (gst_amrwbenc_base_init),
17938         (gst_amrwbenc_class_init), (gst_amrwbenc_init),
17939         (gst_amrwbenc_finalize), (gst_amrwbenc_setcaps),
17940         (gst_amrwbenc_chain), (gst_amrwbenc_state_change):
17941         * ext/amrwb/gstamrwbenc.h:
17942         * ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_base_init),
17943         (gst_amrwbparse_class_init), (gst_amrwbparse_init),
17944         (gst_amrwbparse_querytypes), (gst_amrwbparse_query),
17945         (gst_amrwbparse_chain), (gst_amrwbparse_read_header),
17946         (gst_amrwbparse_loop), (gst_amrwbparse_sink_activate),
17947         (gst_amrwbparse_sink_activate_pull), (gst_amrwbparse_state_change):
17948         * ext/amrwb/gstamrwbparse.h:
17949         Added new plugin amrwb parse.
17950         Renamed audio/AMR to audio/AMR-WB as per spec.
17951         Fixes #333307
17952
17953 2006-03-27  Edgard Lima <edgard.lima@indt.org.br>
17954
17955         * gst-plugins-bad/sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init):
17956         Small fix, now pwc driver can tell about its buffers.
17957
17958 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
17959
17960         * configure.ac:
17961           Remove CXX tag from AS_LIBTOOL_TAGS, just like we
17962           did for -good and -ugly. Fixes build on some systems
17963           and doesn't seem to be required for C++ code.
17964
17965 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
17966
17967         * ext/taglib/gsttaglib.cc:
17968         * ext/taglib/gsttaglib.h:
17969           Fix newsegment event handling a bit. We need to
17970           cache the first newsegment event, because we can't
17971           adjust offsets yet when we get it, as we don't
17972           know the size of the tag yet for sure at that point.
17973           Also do some minor cleaning up here and there and add
17974           some debug statements.
17975
17976 2006-03-25  Tim-Philipp Müller  <tim at centricular dot net>
17977
17978         * ext/taglib/gsttaglib.cc:
17979           We do not want to proxy the caps on the sink pad; our 
17980           source pad should have application/x-id3 caps; also,
17981           don't use already-freed strings in debug messages;
17982           finally, adjust buffer offsets on buffers sent out.
17983
17984 2006-03-25  Tim-Philipp Müller  <tim at centricular dot net>
17985
17986         * sys/v4l2/gstv4l2src.c:
17987           Older kernels don't seem to have this particular v4l2 format,
17988           so comment out until this gets fixed properly (and make
17989           buildbots happy).
17990
17991 2006-03-25  Edgard Lima  <edgard.lima@indt.org.br>
17992
17993         * sys/v4l2/gstv4l2colorbalance.c:
17994         * sys/v4l2/gstv4l2colorbalance.h:
17995         * sys/v4l2/gstv4l2element.c:
17996         * sys/v4l2/gstv4l2src.c:
17997         * sys/v4l2/gstv4l2src.h:
17998         * sys/v4l2/gstv4l2tuner.c:
17999         * sys/v4l2/v4l2_calls.c:
18000         * sys/v4l2/v4l2src_calls.c:
18001         * sys/v4l2/v4l2src_calls.h:
18002         Just make few things more robust and also some identation.
18003
18004 2006-03-23  Wim Taymans  <wim@fluendo.com>
18005
18006         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
18007
18008         * ext/xvid/gstxvidenc.c: (gst_xvidenc_init), (gst_xvidenc_setup),
18009         (gst_xvidenc_chain):
18010         Patch to mark outgoing encoded buffers as delta-units (or not).
18011         Note that this patch also patches:
18012         - the setting of fincr and fbase in xvid-encoder creation based on
18013           caps framerate
18014         - makes 0, rather than 2, the default max_b_frames, as the current
18015           xvidenc does not seem "fully prepared" to handle b-frame 
18016           "effects", such as encoder returning 0 encoded bytes, etc.
18017         Fixes #335585
18018
18019 2006-03-22  Tim-Philipp Müller  <tim at centricular dot net>
18020
18021         * gst/modplug/libmodplug/Makefile.am:
18022         * gst/modplug/libmodplug/load_it.cpp:
18023           Try that again (not only should it be MODPLUG_ instead
18024           of MODFILE, also that define is already set in stdafx.h;
18025           what we really need is some more #ifndefs).
18026
18027 2006-03-22  Tim-Philipp Müller  <tim at centricular dot net>
18028
18029         * gst/modplug/libmodplug/Makefile.am:
18030           More gcc-4.1 fixes (we don't need file saving, so just
18031           define MODPLUG_NO_FILESAVE. That way, the compiler won't
18032           complain about modplug ignoring the return value of fwrite
18033           any longer and we might even save a few bytes as well).
18034
18035 2006-03-22  Tim-Philipp Müller  <tim at centricular dot net>
18036
18037         Patch by: Wouter Paeson  <wouter at kangaroot dot net>
18038
18039         * configure.ac:
18040         * ext/Makefile.am:
18041         * ext/soundtouch/Makefile.am:
18042         * ext/soundtouch/gstpitch.cc:
18043         * ext/soundtouch/gstpitch.hh:
18044           Add new libsoundtouch-based pitch plugin (#331335).
18045
18046 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
18047
18048         * gst/modplug/libmodplug/load_ptm.cpp:
18049           Fix compilation with gcc-4.1 and -Werror (#327355).
18050
18051 2006-03-20  Tim-Philipp Müller  <tim at centricular dot net>
18052
18053         * ext/taglib/gsttaglib.h:
18054           Fix left-over gst_my_filter_get_type.
18055
18056 2006-03-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18057
18058         * sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_open_display),
18059         (gst_ximagesrc_set_property), (gst_ximagesrc_get_property),
18060         (gst_ximagesrc_class_init), (gst_ximagesrc_init):
18061         Have a show mouse pointer property and use it if we can
18062
18063 2006-03-15  Edward Hervey  <edward@fluendo.com>
18064
18065         * gst/qtdemux/qtdemux.c: (gst_qtdemux_dispose):
18066         Let's not forget to chain up to the parent dispose.
18067
18068 2006-03-15  Edward Hervey  <edward@fluendo.com>
18069
18070         * gst/qtdemux/qtdemux.c: (gst_qtdemux_class_init),
18071         (gst_qtdemux_init), (gst_qtdemux_dispose),
18072         (gst_qtdemux_add_stream), (qtdemux_parse_trak):
18073         Series of memleak fixes:
18074         - Unref the GstAdapter in finalize.
18075         - Use gst_pad_new_from_static_template(), shorter and safer.
18076         - Free unused QtDemuxStream when not used.
18077
18078 2006-03-14  Edward Hervey  <edward@fluendo.com>
18079
18080         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_base_init),
18081         (gst_v4l2src_class_init):
18082         Initialization of the debugging category should be as early as possible,
18083         moving it from _class_init() to beginning of _base_init().
18084
18085 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
18086
18087         * ext/taglib/gsttaglib.cc:
18088           Add gtk-doc blurb (unused for the time being); match registered
18089           plugin name to the filename of the plugin (taglibmux => taglib)
18090
18091 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
18092
18093         Patch by: Mikhail Zabaluev  <mhz altlinux org>
18094
18095         * autogen.sh:
18096           Don't check for file that only exists in CVS but isn't
18097           disted (#334417)
18098
18099 2006-03-13  Julien MOUTTE  <julien@moutte.net>
18100
18101         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
18102         * sys/v4l2/Makefile.am: Fix build of v4l2 (sigh)
18103
18104 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
18105
18106         * Makefile.am:
18107         * configure.ac:
18108           Fix distcheck.
18109
18110 2006-03-12  Edward Hervey  <edward@fluendo.com>
18111
18112         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
18113         (gst_v4l2src_buffer_pool_free):
18114         g_atomic_int_set is only available in glib-0.10, use gst_atomic_int_et
18115         instead.
18116
18117 2006-03-12  Edward Hervey  <edward@fluendo.com>
18118
18119         * sys/v4l2/gstv4l2element.h:
18120         Remove tim's addition of "_stdint.h" since it doesn't make the PPC
18121         buildbot happy.
18122         I will just use the same comment Ronald used when he added these lines:
18123         Yet Another Hack (tm) for kernel header borkedness.
18124
18125 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
18126
18127         * ext/taglib/Makefile.am:
18128         * ext/taglib/gsttaglib.cc:
18129         * ext/taglib/gsttaglib.h:
18130           Add support for writing MusicBrainz IDs.
18131
18132 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
18133
18134         * sys/v4l2/gstv4l2element.h:
18135           Include "_stdint.h" in an attempt to make the
18136           PPC-buildbot happy.
18137
18138 2006-03-11  Edgard Lima  <edgard.lima@indt.org.br>
18139
18140         * configure.ac:
18141         * sys/Makefile.am:
18142         * sys/v4l2/Makefile.am:
18143         * sys/v4l2/gstv4l2.c:
18144         * sys/v4l2/gstv4l2colorbalance.h:
18145         * sys/v4l2/gstv4l2element.c:
18146         * sys/v4l2/gstv4l2element.h:
18147         * sys/v4l2/gstv4l2src.c:
18148         * sys/v4l2/gstv4l2src.h:
18149         * sys/v4l2/gstv4l2tuner.c:
18150         * sys/v4l2/gstv4l2tuner.h:
18151         * sys/v4l2/gstv4l2xoverlay.c:
18152         * sys/v4l2/gstv4l2xoverlay.h:
18153         * sys/v4l2/v4l2_calls.c:
18154         * sys/v4l2/v4l2_calls.h:
18155         * sys/v4l2/v4l2src_calls.c:
18156         * sys/v4l2/v4l2src_calls.h:
18157         V4L2 ported to 0.10.
18158         
18159 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
18160
18161         * configure.ac:
18162           Only compile the taglib plugin if a C++ compiler is
18163           present. Use GST_DEFAULT_ELEMENTS macro from common/
18164           for all the defaults stuff.
18165
18166 2006-03-11  Christophe Fergeau  <teuf@gnome.org>
18167
18168         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18169
18170         * configure.ac:
18171         * gst/xingheader/Makefile.am:
18172         * gst/xingheader/gstxingmux.c: 
18173         * gst/xingheader/gstxingmux.h: added new element to add Xing headers
18174         to MP3 files (this allows decoder to figure out the length of VBR
18175         files) 
18176
18177 2006-03-11  Christophe Fergeau  <teuf@gnome.org>
18178         
18179         Patch by: Alex Lancaster
18180         
18181         * ext/taglib/gsttaglib.cc: fix writing of TPOS tags (album number),
18182         and add support for TCOP (copyright)
18183
18184 2006-03-10  Julien MOUTTE  <julien@moutte.net>
18185
18186         * gst/modplug/Makefile.am:
18187         * gst/modplug/gstmodplug.cc: Fix modplug compilation.
18188
18189 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
18190
18191         * configure.ac:
18192         * gst/modplug/Makefile.am:
18193         * gst/modplug/gstmodplug.cc:
18194         * gst/modplug/gstmodplug.h:
18195         * gst/modplug/libmodplug/sndfile.cpp:
18196         * gst/modplug/libmodplug/sndfile.h:
18197           modplug plugin ported to 0.10 (#332598, patch by:
18198           Jonathan Matthew <jonathan at kaolin wh9 net>).
18199
18200 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
18201
18202         * ext/libmms/gstmms.c: (gst_mms_urihandler_init),
18203         (gst_mms_base_init), (gst_mms_class_init), (gst_mms_init),
18204         (gst_mms_finalize), (gst_mms_create), (gst_mms_start),
18205         (gst_mms_set_property), (gst_mms_get_property),
18206         (gst_mms_uri_get_uri):
18207         * ext/libmms/gstmms.h:
18208           Some clean-ups; more debug output; use blocksize property
18209           of GstBaseSrc instead of re-registering our own; make debug
18210           category actually be used.
18211
18212 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
18213
18214         * gst/qtdemux/qtdemux.c: (gst_qtdemux_send_event):
18215           Fix build with gcc-4.1 (#327355).
18216
18217 2006-03-09  Christophe Fergeau  <teuf@gnome.org>
18218
18219         reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18220
18221         * configure.ac:
18222         * ext/Makefile.am:
18223         * ext/taglib/Makefile.am:
18224         * ext/taglib/gsttaglib.cc:
18225         * ext/taglib/gsttaglib.h: new id3v2 muxer based on TagLib
18226
18227 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
18228
18229         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta):
18230           Extract disc number and count from files that use
18231           'disk' instead of 'disc' as node identifier for that
18232           (fixes #332066).
18233
18234 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
18235
18236         * ext/musepack/gstmusepackdec.h:
18237         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek):
18238           Forgot those two.
18239
18240 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
18241
18242         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_base_init),
18243         (gst_musepackdec_init), (gst_musepackdec_send_newsegment),
18244         (gst_musepackdec_handle_seek_event),
18245         (gst_musepackdec_get_src_query_types), (gst_musepackdec_src_query),
18246         (gst_musepack_stream_init), (gst_musepackdec_sink_activate),
18247         (gst_musepackdec_sink_activate_pull), (gst_musepackdec_loop),
18248         (gst_musepackdec_change_state):
18249           Some cleanups; pause task when push fails.
18250
18251 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
18252
18253         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
18254           Add support for '3IVD' fourcc (#333403).
18255
18256 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
18257
18258         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_send_tags),
18259         (gst_faad_setcaps), (gst_faad_do_raw_seek), (gst_faad_src_event),
18260         (gst_faad_sink_event), (gst_faad_src_convert),
18261         (gst_faad_src_query), (gst_faad_chain), (gst_faad_change_state):
18262           Add query function for position/duration querying (mostly for
18263           raw AAC streams); make seeking in raw AAC streams work; post
18264           tags with codec name if this is a raw AAC stream.
18265
18266 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
18267
18268         * sys/directdraw:
18269         * sys/directsound:
18270           sinks are now using GST_RANK_PRIMARY to be used with autodectection
18271         * win32/vs6:
18272           project files updated to fix some bugs
18273         * win32/vs7:
18274         * win32/vs8:
18275           vs7 and vs8 project files added
18276         
18277 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
18278
18279         * ext/xvid/gstxviddec.c: (gst_xviddec_chain):
18280           Declare variable at the beginning of the block and make gcc-2.9x
18281           happy (fixes #333283; patch by: Jens Granseuer).
18282
18283 2006-03-03  Edward Hervey  <edward@fluendo.com>
18284
18285         * gst/qtdemux/qtdemux.c: (qtdemux_parse), (qtdemux_parse_trak):
18286         Use GST_WARNING instead of GST_ERROR for all the too short/long atoms
18287         when parsing.
18288         Also let's be a bit less vulgar in our warning messages :)
18289
18290 2006-02-28  Tim-Philipp Müller  <tim at centricular dot net>
18291
18292         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
18293           Can't divide through zero (suppress warning in case of
18294           stream with one single still picture) (see #327083)
18295
18296 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18297
18298         * sys/glsink/glimagesink.c: It doesn't seem we need GLU.h
18299
18300 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
18301
18302         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
18303         (qtdemux_parse_trak), (qtdemux_video_caps):
18304           Add support for palettised Apple SMC videos (#327075, based on
18305           patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>).
18306
18307 2006-02-24  Michael Smith  <msmith@fluendo.com>
18308
18309         * autogen.sh:
18310           Allow automake 1.9
18311
18312 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
18313
18314         * ext/neon/gstneonhttpsrc.c:
18315         Changed property name from "uri" to "location" 
18316
18317 2006-02-22  Jan Schmidt  <thaytan@mad.scientist.com>
18318
18319         * configure.ac:
18320         * sys/glsink/Makefile.am:
18321         Merge patch from #317048 for building on Cygwin. Patch by 
18322         Cygwin Ports maintainer.
18323         * sys/glsink/glimagesink.c: (gst_glimage_sink_init_display):
18324         Move normal debug output to LOG level not ERROR.
18325
18326 2006-02-19  Jan Gerber  <j@bootlab.org>
18327
18328         Reviewed by : Edward Hervey <edward@fluendo.com>
18329
18330         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
18331           Add 'dvsd' and 'dv25' to list of possible fourcc values for DV Video.
18332           Add image/png for fourcc 'png '
18333  
18334 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
18335
18336         * configure.ac:
18337           Surely this is supposed to be >= a.b, not == a.b
18338
18339 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
18340
18341         * configure.ac:
18342         * sys/Makefile.am:
18343         * sys/ximagesrc/Makefile.am:
18344         * sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_return_buf),
18345         (gst_ximagesrc_open_display), (gst_ximagesrc_start),
18346         (gst_ximagesrc_stop), (gst_ximagesrc_unlock),
18347         (gst_ximagesrc_recalc), (composite_pixel),
18348         (gst_ximagesrc_ximage_get), (gst_ximagesrc_create),
18349         (gst_ximagesrc_set_property), (gst_ximagesrc_get_property),
18350         (gst_ximagesrc_clear_bufpool), (gst_ximagesrc_base_init),
18351         (gst_ximagesrc_dispose), (gst_ximagesrc_finalize),
18352         (gst_ximagesrc_get_caps), (gst_ximagesrc_set_caps),
18353         (gst_ximagesrc_fixate), (gst_ximagesrc_class_init),
18354         (gst_ximagesrc_init), (plugin_init):
18355         * sys/ximagesrc/ximagesrc.h:
18356         * sys/ximagesrc/ximageutil.c: (ximageutil_handle_xerror),
18357         (ximageutil_check_xshm_calls), (ximageutil_xcontext_get),
18358         (ximageutil_xcontext_clear),
18359         (ximageutil_calculate_pixel_aspect_ratio),
18360         (gst_ximagesrc_buffer_finalize), (gst_ximage_buffer_free),
18361         (gst_ximagesrc_buffer_init), (gst_ximagesrc_buffer_class_init),
18362         (gst_ximagesrc_buffer_get_type), (gst_ximageutil_ximage_new),
18363         (gst_ximageutil_ximage_destroy):
18364         * sys/ximagesrc/ximageutil.h:
18365
18366         Port ximagesrc to 0.10 (Closes #304795)
18367
18368 2006-02-20  Edgard Lima <edgard.lima@indt.org.br>
18369
18370         * gst/freeze/gstfreeze.c:
18371         * gst/freeze/gstfreeze.h:
18372         Some event handling added by Renato Filho <renato.filho@indt.org.br>
18373
18374 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
18375
18376         * configure.ac:
18377         Back to CVS nano
18378
18379 === release 0.10.1 ===
18380
18381 2006-02-20  Jan Schmidt <thaytan@mad.scientist.com>
18382
18383         * configure.ac:
18384           releasing 0.10.1, "Slimy - yet satisfying"
18385
18386 2006-02-19  Jan Schmidt <thaytan@mad.scientist.com>
18387
18388         * configure.ac:
18389           Release 0.10.0.3 - pre-release for 0.10.1
18390
18391 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
18392
18393         * ext/bz2/gstbz2.c:
18394         * ext/bz2/gstbz2dec.c:
18395         * ext/bz2/gstbz2dec.h:
18396         * ext/bz2/gstbz2enc.c:
18397         * ext/bz2/gstbz2enc.h:
18398           Add proper copyright headers identifying Lutz Müller
18399           as the author and copyright holder (#331600).
18400
18401 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
18402
18403         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
18404           Don't GST_LOG timestamps from nonexistent index
18405           entries (#331582).
18406
18407 2006-02-17  Edward Hervey  <edward@fluendo.com>
18408
18409         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header):
18410         Check that the size of the returned buffer is of the correct size
18411         because the parser assumes that.
18412         Fixes #331543.
18413
18414 2006-02-17  Jan Schmidt <thaytan@mad.scientist.com>
18415
18416         * configure.ac:
18417           Release 0.10.0.2 - pre-release for 0.10.1
18418
18419 2006-02-16  Edward Hervey  <edward@fluendo.com>
18420
18421         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_src_event),
18422         (gst_qtdemux_loop), (qtdemux_sink_activate_pull):
18423         Don't stop the task if the pad isn't linked.
18424
18425 2006-02-15  Tim-Philipp Müller  <tim at centricular dot net>
18426
18427         * gst/qtdemux/qtdemux.c: (gst_qtdemux_chain):
18428           It appears 100% equals 1/1 and not 100/1 ...
18429
18430 2006-02-15  Tim-Philipp Müller  <tim at centricular dot net>
18431
18432         * gst/qtdemux/qtdemux.c: (gst_qtdemux_post_buffering),
18433         (gst_qtdemux_chain):
18434           When buffering MDAT data, show the user something is
18435           happening by posting 'buffering' messages on the bus.
18436
18437 2006-02-14  Edward Hervey  <edward@fluendo.com>
18438
18439         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
18440         (gst_qtdemux_handle_src_query), (gst_qtdemux_change_state),
18441         (next_entry_size), (gst_qtdemux_chain):
18442         * gst/qtdemux/qtdemux.h:
18443         Make push-based work if mdat atom is before moov atom.
18444         Don't answer duration query. This should be transformed into replying
18445         FALSE to seek events.
18446
18447 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
18448
18449         * ext/libmms/gstmms.c: (gst_mms_class_init), (gst_mms_create),
18450         (gst_mms_start):
18451           Return FLOW_UNEXPECTED on EOS, not FLOW_ERROR. Also, no need to
18452           push our own EOS event on EOS, the base class will do that for us;
18453           fix bogus query code; post semi-decent errors on the bus when an
18454           error occurs in ::start(), otherwise the user will get to see
18455           whatever cryptic default message GstBaseSrc comes up with.
18456
18457 2006-02-14  Andy Wingo  <wingo@pobox.com>
18458
18459         * sys/glsink/glimagesink.c (gst_glimage_sink_init): Come on
18460         schleef, don't break me gst-inspect -a.
18461
18462 2006-02-14  Edward Hervey  <edward@fluendo.com>
18463
18464         * gst/qtdemux/qtdemux.c: (next_entry_size), (gst_qtdemux_chain):
18465         Handle the case where data atoms are before moov atoms in push-based mode.
18466         Errors out gracefully.
18467
18468 2006-02-13  Edward Hervey  <edward@fluendo.com>
18469
18470         * gst/qtdemux/Makefile.am:
18471         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
18472         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
18473         (extract_initial_length_and_fourcc),
18474         (gst_qtdemux_loop_state_header), (gst_qtdemux_loop_state_movie),
18475         (gst_qtdemux_loop_header), (next_entry_size), (gst_qtdemux_chain),
18476         (qtdemux_sink_activate), (qtdemux_sink_activate_pull),
18477         (qtdemux_sink_activate_push), (qtdemux_parse_trak):
18478         * gst/qtdemux/qtdemux.h:
18479         QtDemux can now work push-based.
18480         It still needs some love for seeking.
18481
18482 2006-02-13  Edgard Lima  <edgard.lima@indt.org.br>
18483
18484         * configure.ac:
18485         * gst/freeze/Makefile.am:
18486         * gst/freeze/gstfreeze.c:
18487         * gst/freeze/gstfreeze.h:
18488         * gst/freeze/FAQ:
18489         freeze plugin ported to 0.10 by
18490         Renato Filho <renato.filho@indt.org.br>
18491
18492 2006-02-10  Tim-Philipp Müller  <tim at centricular dot net>
18493
18494         * configure.ac:
18495         * gst/cdxaparse/Makefile.am:
18496         * gst/cdxaparse/gstcdxaparse.c:
18497         * gst/cdxaparse/gstcdxaparse.h:
18498           Port cdxaparse, makes VCD playback work.
18499
18500 2006-02-07  Thomas Vander Stichele  <thomas at apestaart dot org>
18501
18502         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
18503         (qtdemux_parse_trak):
18504           use the correct variable to check if we can calculate
18505           the last chunk.  Looks like an obvious bug, and makes
18506           the dump of offsets comparable to other tools
18507
18508 2006-02-07  Thomas Vander Stichele  <thomas at apestaart dot org>
18509
18510         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
18511         (qtdemux_parse_trak):
18512           clean up some debugging, using _OBJECT, moving recurring
18513           messages to LOG level
18514
18515 2006-02-06  Edgard Lima <edgard.lima@indt.org.br>
18516
18517         * configure.ac:
18518         * ext/neon/gstneonhttpsrc.c:
18519         Now it uses libneon 0.25.5 that supports shoutcast.
18520
18521 2006-02-06  Lutz Mueller <lutz@topfrose.de>
18522
18523         Reviewed by: Edward Hervey <edward@fluendo.com>
18524         
18525         * ext/bz2/gstbz2enc.c: Accepd "ANY" caps. Use "x-bzip" instead of
18526         "x-bz2".
18527         * ext/bz2/gstbz2dec.c: Use "x-bzip" instead of "x-bz2". Initial
18528         caps are "ANY".
18529         (gst_bz2dec_chain): Configure the source pad if we can figure out
18530         the mime type of the decompressed data.
18531         (gst_bz2dec_[get,set]_property):
18532         (gst_bz2dec_class_init: New property "first_buffer_size".
18533         
18534
18535 2006-02-06  Wim Taymans  <wim@fluendo.com>
18536
18537         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_src_query),
18538         (gst_qtdemux_handle_src_event), (gst_qtdemux_loop_header),
18539         (qtdemux_inflate), (qtdemux_parse), (qtdemux_parse_trak),
18540         (qtdemux_parse_udta), (qtdemux_tag_add_str), (qtdemux_tag_add_num),
18541         (qtdemux_tag_add_gnre), (gst_qtdemux_handle_esds),
18542         (qtdemux_video_caps), (qtdemux_audio_caps):
18543         * gst/qtdemux/qtdemux.h:
18544         Some QT demux loving.
18545         Handle seeking in a less broken way.
18546         Fix AMR caps to match the AMR decoder.
18547         Set first timestamp on AMR samples to 0 for now.
18548         Remove some \n in DEBUG strings.
18549         Use _scale_int for maximum precision.
18550
18551 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18552
18553         * gst/apetag/Makefile.am:
18554         * gst/apetag/apedemux.c:
18555         * gst/apetag/apedemux.h:
18556         * gst/apetag/apetag.c:
18557           Remove old files, apetag is in gst-plugins-good now.
18558
18559 2006-02-06  Andy Wingo  <wingo@pobox.com>
18560
18561         * ext/bz2/gstbz2enc.c (gst_bz2enc_class_init): 
18562         * ext/bz2/gstbz2dec.c (gst_bz2dec_class_init): No need to init
18563         parent_class, the boilerplate does it for you.
18564
18565 2006-02-05  Lutz Mueller <lutz@topfrose.de>
18566
18567         reviewed by: Andy Wingo <wingo@pobox.com>
18568
18569         * configure.ac:
18570         * ext/Makefile.am: Hook it up.
18571         * ext/bz2/gstbz2.c:
18572         * ext/bz2/gstbz2dec.h:
18573         * ext/bz2/gstbz2dec.c:
18574         * ext/bz2/gstbz2enc.h:
18575         * ext/bz2/gstbz2enc.c: New plugin, implements bz2 encoding and
18576         decoding (#303167).
18577         
18578 2006-01-30  Andy Wingo  <wingo@pobox.com>
18579
18580         * sys/glsink/Makefile.am (libgstglimagesink_la_LIBADD) 
18581         (libgstglimagesink_la_CFLAGS): Add PLUGINS_BASE cflags and libs.
18582
18583 2006-01-29  Tim-Philipp Müller  <tim at centricular dot net>
18584
18585         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_setcaps),
18586         (gst_wavpack_dec_base_init), (gst_wavpack_dec_dispose),
18587         (gst_wavpack_dec_class_init), (gst_wavpack_dec_sink_event),
18588         (gst_wavpack_dec_init), (gst_wavpack_dec_format_samples),
18589         (gst_wavpack_dec_chain), (gst_wavpack_dec_plugin_init):
18590           Add debug category, use boilerplate macros, fix handling
18591           of widths of 32 bits.
18592
18593         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init),
18594         (gst_wavpack_parse_dispose), (gst_wavpack_parse_class_init),
18595         (gst_wavpack_parse_index_get_last_entry),
18596         (gst_wavpack_parse_index_get_entry_from_sample),
18597         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
18598         (gst_wavpack_parse_src_query),
18599         (gst_wavpack_parse_scan_to_find_sample),
18600         (gst_wavpack_parse_send_newsegment),
18601         (gst_wavpack_parse_handle_seek_event),
18602         (gst_wavpack_parse_src_event), (gst_wavpack_parse_init),
18603         (gst_wavpack_parse_get_upstream_length),
18604         (gst_wavpack_parse_pull_buffer),
18605         (gst_wavpack_parse_create_src_pad), (gst_wavpack_parse_loop),
18606         (gst_wavpack_parse_change_state),
18607         (gst_wavepack_parse_sink_activate),
18608         (gst_wavepack_parse_sink_activate_pull),
18609         (gst_wavpack_parse_plugin_init):
18610         * ext/wavpack/gstwavpackparse.h:
18611           Rewrite a bit, mostly to fix flow logic and to make seeking work.
18612           Fix buffer/event refcounting. Add some debug statements. Add
18613           width of 32 to source pad template caps. Use boilerplate macros.
18614
18615 2006-01-28  Edward Hervey  <edward@fluendo.com>
18616
18617         * sys/glsink/Makefile.am:
18618         glimagesink.h is dead, long live glimagesink.h
18619
18620 2006-01-27  David Schleef  <ds@schleef.org>
18621
18622         * configure.ac:
18623         * sys/Makefile.am:
18624         * sys/glsink/Makefile.am:
18625         * sys/glsink/glimagesink.c:
18626         * sys/glsink/glimagesink.h:
18627           revival of glimagesink.  Kind of works.
18628
18629 2006-01-27  Tim-Philipp Müller  <tim at centricular dot net>
18630
18631         * ext/faad/gstfaad.c: (gst_faad_setcaps),
18632         (gst_faad_chanpos_to_gst), (gst_faad_sync), (gst_faad_chain):
18633           Handle 'framed' field in caps; Port syncing for raw streams
18634           from 0.8 branch (for AAC+ radio streams) (#328854, #328721).
18635
18636 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18637
18638         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_supported),
18639         (gst_sdlvideosink_xoverlay_set_xwindow_id),
18640         (gst_sdlvideosink_deinitsdl), (gst_sdlv_process_events),
18641         (gst_sdlvideosink_event_thread), (gst_sdlvideosink_initsdl),
18642         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
18643         (gst_sdlvideosink_setcaps), (gst_sdlvideosink_show_frame),
18644         (gst_sdlvideosink_change_state),
18645         (gst_sdlvideosink_navigation_send_event):
18646         * ext/sdl/sdlvideosink.h:
18647           Fix output stride copying, so that it displays correctly on 
18648           framebuffer devices that don't match our implict GStreamer stride
18649           arrangement.
18650
18651           Fix locking things. Offer XOverlay only when SDL is running against
18652           X. Make non-scaled (and ugly) embedding work via X Overlay. It can't
18653           actually match the embedded window size because there's no way to
18654           figure out what size that should be from the XOverlay interface.
18655           See comment in sdlvideosink.c
18656
18657 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
18658
18659         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
18660           Fix wrong memcpy source pointer.
18661
18662 2006-01-25  Edgard Lima <edgard.lima@indt.org.br>
18663
18664         * ext/libmms/gstmms.c: (gst_mms_finalize):
18665         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_finalize):
18666         Just chain up finalize calls (calling parent_class->finalize).
18667
18668 2006-01-25  Edgard Lima <edgard.lima@indt.org.br>
18669
18670         * ext/libmms/gstmms.c: (gst_mms_finalize), (gst_mms_set_property),
18671         (gst_mms_get_property), (gst_mms_src_query), (gst_mms_class_init):
18672         Finalize method has been created and others small changes.
18673
18674 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
18675
18676         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_base_init),
18677         (gst_musepackdec_class_init), (gst_musepackdec_init),
18678         (gst_musepackdec_send_newsegment),
18679         (gst_musepackdec_handle_seek_event), (gst_musepackdec_src_event),
18680         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
18681         (gst_musepack_stream_init), (gst_musepackdec_sink_activate_pull),
18682         (gst_musepackdec_loop), (gst_musepackdec_change_state):
18683         * ext/musepack/gstmusepackdec.h:
18684         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
18685         (gst_musepack_reader_seek), (gst_musepack_reader_tell),
18686         (gst_musepack_reader_get_size):
18687         * ext/musepack/gstmusepackreader.h:
18688           Fix seeking in musepack files (it's still incredibly slow, but I
18689           don't think that is our plugin's fault). Clean up code and get
18690           rid of old cruft. Post tags with all kind of neat information like
18691           replay gain and such on the bus, if it is available. Add a
18692           'musepackdec' debug category.
18693
18694 2006-01-24  Edward Hervey  <edward@fluendo.com>
18695
18696         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
18697         (gst_qtdemux_add_stream), (qtdemux_parse_trak):
18698         More coherent framerate setting on caps.
18699         If sample_size is available, use that for the samples' duration in
18700         the index. This enables single frame streams to work (and I imagine
18701         fixes some other cases).
18702         Tested on testsuite, no regression.
18703
18704 2006-01-23  Edward Hervey  <edward@fluendo.com>
18705
18706         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
18707         (qtdemux_video_caps), (qtdemux_audio_caps):
18708         Added codec recognition for:
18709         _ VP31 : video/x-vp3
18710         _ AVDJ : image/jpeg
18711         _ dvcp, dvc  : video/x-dv, systemstream=(boolean)false
18712         _ 0x6d730017 : audio/x-adpcm, layout=(string)quicktime
18713
18714 2006-01-21  David Schleef  <ds@schleef.org>
18715
18716         * configure.ac:
18717         * ext/swfdec/gstswfdec.c: Update from swfdec.
18718
18719 2006-01-21  Tim-Philipp Müller  <tim at centricular dot net>
18720
18721         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
18722         (qtdemux_audio_caps):
18723           'twos' and 'sowt' fourcc can be 16bit or 8bit audio.
18724           Fix 8bit case (#327133, based on patch by: Fabrizio
18725           Gennari <fabrizio dot ge at tiscali dot it>).
18726           Also, "G_LITTLE_ENDIAN" and "G_BIG_ENDIAN" are not
18727           valid literals for endianness in caps strings,
18728           only "LITTLE_ENDIAN" and "BIG_ENDIAN" are valid. 
18729
18730 2006-01-20  Edgard Lima <edgard.lima@indt.org.br>
18731
18732         * ext/ivorbis/vorbisfile.c:
18733         * ext/neon/gstneonhttpsrc.c:
18734         Fixed state transictions PLAYING->NULL->PLAYING.
18735         
18736 2006-01-19  Edgard Lima <edgard.lima@indt.org.br>
18737
18738         * ext/tremor/vorbisfile.c:
18739         Some minor improvements on log messages.
18740
18741 2006-01-18  Edgard Lima <edgard.lima@indt.org.br>
18742
18743         * gst/qtdemux/qtdemux.c: qtdemux_parse_trak:
18744         Ronald's patch applied. see bug #326318.
18745
18746 2006-01-17  Tim-Philipp Müller  <tim at centricular dot net>
18747
18748         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
18749         (gst_qtdemux_send_event), (gst_qtdemux_handle_src_event),
18750         (gst_qtdemux_change_state), (gst_qtdemux_loop_header):
18751         * gst/qtdemux/qtdemux.h:
18752           Fix seeking for quicktime files. Could still use some more
18753           love and sophistication.
18754
18755 2006-01-16  Edgard Lima <edgard.lima@indt.org.br>
18756
18757         * ext/libmms/gstmms.c: gst_mms_init:
18758         * ext/neon/gstneonhttpsrc.c: gst_neonhttp_src_init:
18759         * ext/sdl/sdlaudiosink.c: gst_sdlaudio_sink_dispose:
18760         Removed gst_base_src_set_live from mms and neon, and now calling
18761         parent_class->dispose in dispose on sdlaudio.
18762         
18763 2006-01-11  Edgard Lima <edgard.lima@indt.org.br>
18764
18765         * ext/sdl/sdlvideosink.c:
18766         Now implementing navigation interface and using
18767         GST_BOILER_PLATE_FULL.
18768         
18769 2006-01-11  Christian Schaller  <christian@fluendo.com>
18770
18771         Remove SunAudio plugin as Brian's new one is in -good
18772
18773         * sys/Makefile.am:
18774         * sys/sunaudio/Makefile.am:
18775         * sys/sunaudio/gstsunaudio.c:
18776         * sys/sunaudio/gstsunaudiosrc.c:
18777         * sys/sunaudio/gstsunaudiosrc.h:
18778         * sys/sunaudio/gstsunelement.c:
18779         * sys/sunaudio/gstsunelement.h:
18780         * sys/sunaudio/gstsunmixer.c:
18781         * sys/sunaudio/gstsunmixer.h:
18782
18783 2006-01-11  Edgard Lima <edgard.lima@indt.org.br>
18784
18785         * ext/sdl/sdlaudiosink.c:
18786         Replaced wrong style code by GST_BOILERPLATE.
18787         
18788 2006-01-11  Fabrizio Gennari <fabrizio.ge@tiscali.it>
18789
18790         reviewed by: Edward Hervey  <edward@fluendo.com>
18791
18792         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
18793         Add support for Indeo3 video in Quicktime files.
18794         Closes #326524
18795
18796 2006-01-09  Edgard Lima <edgard.lima@indt.org.br>
18797
18798         * configure.ac:
18799         * ext/sdl/Makefile.am:
18800         * ext/sdl/gstsdl.c:
18801         * ext/sdl/sdlaudiosink.c:
18802         * ext/sdl/sdlaudiosink.h:
18803         * ext/sdl/sdlvideosink.c:
18804         Created new element, sdlaudiosink.
18805         
18806 2006-01-05  Sebastien Moutte  <sebastien@moutte.net>
18807
18808         * added sys/directdraw
18809         * added sys/directsound
18810         * added win32/vs6/gst_plugins_bad.dsw
18811         * added win32/vs6/libgstdirectsound.dsp
18812         * added win32/vs6/libgstdirectdraw.dsp
18813         * added win32/common/config.h
18814         
18815 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
18816
18817         * gst/games/gstpuzzle.c: (plugin_init):
18818           call oil_init() when using liboil
18819
18820 2006-01-04  Edgard Lima <edgard.lima@indt.org.br>
18821
18822         * ext/neon/gstneonhttpsrc.c:
18823         * ext/neon/gstneonhttpsrc.h:
18824         Some improvements in cancellation and debug messages.
18825                         
18826 2006-01-04  Edgard Lima <edgard.lima@indt.org.br>
18827
18828         * ext/neon/gstneonhttpsrc.c:
18829         * ext/neon/gstneonhttpsrc.h:
18830         Removed not need thread and changed to push out blocksize bytes.
18831         
18832 2005-12-28  Edgard Lima <edgard.lima@indt.org.br>
18833
18834         * configure.ac:
18835         * ext/Makefile.am
18836         * ext/neon:
18837         * ext/neon/Makefile.am:
18838         * ext/neon/gstneonhttpsrc.c:
18839         * ext/neon/gstneonhttpsrc.h:
18840         Created new element neonhttpsrc.
18841
18842 2005-12-19  Edward Hervey  <edward@fluendo.com>
18843
18844         * ext/swfdec/gstswfdec.c: (gst_swfdec_class_init),
18845         (gst_swfdec_chain), (gst_swfdec_render):
18846         Add debugging category and return GstFlowReturn in the right places
18847         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_link):
18848         Get something from the peer pad once we've checked if there is a peer pad.
18849         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
18850         (qtdemux_tree_get_child_by_type), (qtdemux_parse_trak),
18851         (qtdemux_video_caps):
18852         Couple of fixes
18853
18854 2005-12-19  Edgard Lima <edgard.lima@indt.org.br>
18855
18856         * ext/divx/Makefile.am:
18857         just a small fix. I have to pay more attention when commiting ;-)
18858
18859 2005-12-19  Edgard Lima <edgard.lima@indt.org.br>
18860
18861         * configure.ac:
18862         * ext/Makefile.am:
18863         * ext/divx/Makefile.am:
18864         * ext/divx/gstdivxdec.c:
18865         * ext/divx/gstdivxdec.h:
18866         * ext/divx/gstdivxenc.c:
18867         * ext/divx/gstdivxenc.h:
18868         divxdec and divxenc ported to 0.10
18869         
18870 2005-12-18  Julien MOUTTE  <julien@moutte.net>
18871
18872         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
18873         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_create),
18874         (gst_dfbvideosink_event_thread), (gst_dfbvideosink_enum_devices),
18875         (gst_dfbvideosink_setup), (gst_dfbvideosink_cleanup),
18876         (gst_dfbvideosink_can_blit_from_format),
18877         (gst_dfbvideosink_getcaps), (gst_dfbvideosink_setcaps),
18878         (gst_dfbvideosink_show_frame), (gst_dfbvideosink_buffer_alloc),
18879         (gst_dfbsurface_finalize),
18880         (gst_dfbvideosink_navigation_send_event),
18881         (gst_dfbvideosink_update_colorbalance),
18882         (gst_dfbvideosink_set_property), (gst_dfbvideosink_init): Some
18883         more refactoring, handle exotic DirectFB row stride.
18884
18885 2005-12-18  Julien MOUTTE  <julien@moutte.net>
18886
18887         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
18888         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt: Updates.
18889         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_create),
18890         (gst_dfbvideosink_event_thread), (gst_dfbvideosink_enum_devices),
18891         (gst_dfbvideosink_setup), (gst_dfbvideosink_cleanup),
18892         (gst_dfbvideosink_can_blit_from_format),
18893         (gst_dfbvideosink_getcaps), (gst_dfbvideosink_setcaps),
18894         (gst_dfbvideosink_show_frame), (gst_dfbvideosink_buffer_alloc),
18895         (gst_dfbsurface_finalize),
18896         (gst_dfbvideosink_navigation_send_event),
18897         (gst_dfbvideosink_update_colorbalance),
18898         (gst_dfbvideosink_set_property), (gst_dfbvideosink_get_property),
18899         (gst_dfbvideosink_finalize), (gst_dfbvideosink_init),
18900         (gst_dfbvideosink_class_init):
18901         * ext/directfb/dfbvideosink.h: Implement pixel-aspect-ratio.
18902         This should work both for hardware accelerated scaling and
18903         reverse caps negotiation with a scaling element.
18904
18905 2005-12-17  Julien MOUTTE  <julien@moutte.net>
18906
18907         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
18908         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
18909         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
18910         * docs/plugins/gst-plugins-bad-plugins.args:
18911         * docs/plugins/gst-plugins-bad-plugins.interfaces:
18912         * docs/plugins/gst-plugins-bad-plugins.signals:
18913         * docs/plugins/inspect/plugin-dfbvideosink.xml:
18914         * docs/plugins/inspect/plugin-qtdemux.xml:
18915         * docs/plugins/inspect/plugin-sdlvideosink.xml:
18916         * docs/plugins/inspect/plugin-speed.xml:
18917         * docs/plugins/inspect/plugin-tta.xml: Updates.
18918         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_create),
18919         (gst_dfbvideosink_event_thread), (gst_dfbvideosink_enum_vmodes),
18920         (gst_dfbvideosink_enum_devices), (gst_dfbvideosink_setup),
18921         (gst_dfbvideosink_cleanup),
18922         (gst_dfbvideosink_can_blit_from_format),
18923         (gst_dfbvideosink_get_best_vmode), (gst_dfbvideosink_getcaps),
18924         (gst_dfbvideosink_setcaps), (gst_dfbvideosink_show_frame),
18925         (gst_dfbvideosink_buffer_alloc), (gst_dfbsurface_finalize),
18926         (gst_dfbvideosink_interface_supported),
18927         (gst_dfbvideosink_navigation_send_event),
18928         (gst_dfbvideosink_update_colorbalance),
18929         (gst_dfbvideosink_colorbalance_list_channels),
18930         (gst_dfbvideosink_colorbalance_set_value),
18931         (gst_dfbvideosink_colorbalance_get_value),
18932         (gst_dfbvideosink_colorbalance_init),
18933         (gst_dfbvideosink_set_property), (gst_dfbvideosink_get_property),
18934         (gst_dfbvideosink_init), (gst_dfbvideosink_class_init):
18935         * ext/directfb/dfbvideosink.h: Implement vertical sync and 
18936         color balance interface.
18937
18938 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
18939
18940         * ext/artsd/gstartsdsink.c: (gst_artsdsink_open_audio):
18941         * gst/festival/gstfestival.c: (socket_receive_file_to_buff):
18942         * gst/vbidec/vbidata.c:
18943         * gst/vbidec/vbidata.h:
18944         * gst/vbidec/vbiscreen.c:
18945         * sys/dxr3/ac3_padder.c:
18946           don't use doc comments for non-docs
18947           change some char* into char[]
18948
18949 2005-12-16  Julien MOUTTE  <julien@moutte.net>
18950
18951         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_enum_layers),
18952         (gst_dfbvideosink_init): Always prefer the primary layer.
18953
18954 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
18955
18956         * ext/wavpack/gstwavpackdec.c:
18957           Oops, remove trailing comma from caps string.
18958
18959 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
18960
18961         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_link):
18962         * ext/wavpack/gstwavpackparse.c:
18963           Wavpack supports samplerates from 6-192kHz, fix pad template
18964           caps (fixes #322973; patch by: gcocatre@gmail.com). Also
18965           remove buffer-frames from caps, they are gone in 0.10.
18966
18967 2005-12-15  Edgard Lima <edgard.lima@indt.org.br>
18968
18969         * ext/xvid/Makefile.am:
18970         * ext/xvid/gstxviddec.c:
18971         * ext/xvid/gstxvidenc.c:
18972         Fixed some mem-leaks in xvid.
18973
18974 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
18975
18976         * configure.ac:
18977         * ext/Makefile.am:
18978         * ext/xvid/gstxvid.c:
18979         * ext/xvid/gstxvid.h:
18980         * ext/xvid/gstxviddec.c:
18981         * ext/xvid/gstxviddec.h:
18982         * ext/xvid/gstxvidenc.c:
18983         * ext/xvid/gstxvidenc.h:
18984         xviddec and xvideenc ported to 0.10
18985                 
18986
18987 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
18988
18989         * configure.ac:
18990         * ext/Makefile.am:
18991         * ext/dts/Makefile.am:
18992         * ext/dts/gstdtsdec.c:
18993         * ext/dts/gstdtsdec.h:
18994         dtsdec ported to 0.10
18995
18996 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
18997
18998         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
18999         * ext/libmms/gstmms.c: (gst_mms_src_query), (gst_mms_create):
19000         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_src_query),
19001         (gst_musepackdec_loop):
19002         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_link),
19003         (gst_swfdec_src_query):
19004         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query):
19005           GstObjects must be unref'ed with gst_object_unref() instead of
19006           g_object_unref(), otherwise things break for GLib-2.6 users.
19007
19008 2005-12-12  David Schleef  <ds@schleef.org>
19009
19010         * ext/swfdec/gstswfdec.c: (gst_swfdecbuffer_get_type),
19011         (gst_swfdecbuffer_class_init), (gst_swfdecbuffer_finalize),
19012         (gst_swfdec_buffer_from_swf), (gst_swfdec_render): Add a subclass
19013         of GstBuffer that wraps SwfdecBuffers.  Fix a massive memleak
19014         because the video buffers previously never got freed.
19015
19016 2005-12-11  Edgard Lima <edgard.lima@indt.org.br>
19017
19018         * ext/libmms/gstmms.c:
19019         Just removed a weird printf ;-)
19020
19021 2005-12-11  Edgard Lima <edgard.lima@indt.org.br>
19022
19023         * configure.ac:
19024         * ext/libmms/gstmms.c:
19025         * ext/libmms/gstmms.h:
19026         Added suport to mmsh. There's still a sucks msg "ERROR: Pipeline cant
19027         PREROOL..." to be fixed.
19028
19029 2005-12-09  Jan Schmidt  <thaytan@mad.scientist.com>
19030
19031         * ext/faad/gstfaad.c: (gst_faad_chanpos_to_gst),
19032         (gst_faad_update_caps):
19033           Assume that an unknown channel mapping with 2 channels
19034           is stereo and play it that way instead of erroring.
19035
19036         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19037         (gst_qtdemux_add_stream), (qtdemux_parse_trak):
19038           Handle e.g. jpeg streams with 0 duration frames as having 0 framerate.
19039           Debug fixes. Some 64 bit variable fixes
19040
19041 2005-12-09  Edgard Lima <edgard.lima@indt.org.br>
19042
19043         * configure.ac:
19044         * ext/Makefile.am:
19045         * ext/swfdec/Makefile.am:
19046         * ext/swfdec/gstswfdec.c:
19047         * ext/swfdec/gstswfdec.h:
19048         swfdec Ported to 0.10.
19049
19050 2005-12-07  Edward Hervey  <edward@fluendo.com>
19051
19052         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19053         (gst_qtdemux_add_stream):
19054         Memleak fixes.
19055         Send out EOS for valid reasons (couldn't pull_range() from upstream
19056         for example).
19057
19058 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19059
19060         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
19061         * ext/audiofile/gstafparse.h:
19062         * ext/audiofile/gstafsink.c: (gst_afsink_chain):
19063         * ext/audiofile/gstafsink.h:
19064         * ext/audiofile/gstafsrc.c: (gst_afsrc_close_file):
19065         * ext/audiofile/gstafsrc.h:
19066         * ext/cdaudio/gstcdaudio.c:
19067         * ext/divx/gstdivxenc.c:
19068         * ext/dts/gstdtsdec.h:
19069         * ext/faac/gstfaac.h:
19070         * ext/ivorbis/vorbisenc.h:
19071         * ext/ivorbis/vorbisfile.c:
19072         * ext/musepack/gstmusepackdec.h:
19073         * ext/nas/nassink.c:
19074         * ext/snapshot/gstsnapshot.c:
19075         * ext/sndfile/gstsf.h:
19076         * ext/tarkin/gsttarkindec.h:
19077         * ext/tarkin/gsttarkinenc.h:
19078         * ext/xine/gstxine.h:
19079         * ext/xine/xinecaps.c:
19080         * ext/xvid/gstxvid.h:
19081         * gst-libs/gst/play/play.h:
19082         * gst/apetag/apedemux.h:
19083         * gst/cdxaparse/gstcdxaparse.h:
19084         * gst/cdxaparse/gstcdxastrip.h:
19085         * gst/colorspace/yuv2rgb.c:
19086         * gst/colorspace/yuv2rgb.h:
19087         * gst/equalizer/gstiirequalizer.c:
19088         * gst/festival/gstfestival.h:
19089         * gst/games/gstpuzzle.c:
19090         * gst/games/gstvideoimage.c:
19091         * gst/games/gstvideoimage.h:
19092         * gst/modplug/gstmodplug.h:
19093         * gst/modplug/libmodplug/it_defs.h:
19094         * gst/modplug/libmodplug/modplug.h:
19095         * gst/modplug/libmodplug/sndfile.h:
19096         * gst/modplug/libmodplug/stdafx.h:
19097         * gst/mpeg1sys/buffer.c:
19098         * gst/mpeg1sys/gstmpeg1systemencode.h:
19099         * gst/mpeg1sys/main.h:
19100         * gst/mpeg1sys/systems.c:
19101         * gst/mpeg1videoparse/gstmp1videoparse.h:
19102         * gst/mpeg2sub/gstmpeg2subt.h:
19103         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
19104         * gst/mpegaudioparse/gstmpegaudioparse.h:
19105         * gst/multifilesink/gstmultifilesink.h:
19106         * gst/overlay/gstoverlay.h:
19107         * gst/qtdemux/qtdemux.c:
19108         * gst/qtdemux/qtdemux.h:
19109         * gst/rtjpeg/RTjpeg.c: (RTjpeg_dctY), (RTjpeg_idct):
19110         * gst/rtjpeg/RTjpeg.h:
19111         * gst/tta/crc32.h:
19112         * gst/tta/filters.h:
19113         * gst/tta/ttadec.h:
19114         * gst/videodrop/gstvideodrop.h:
19115         * sys/cdrom/gstcdplayer.h:
19116         * sys/cdrom/gstcdplayer_ioctl.c:
19117         * sys/cdrom/gstcdplayer_ioctl.h:
19118         * sys/cdrom/gstcdplayer_ioctl_bsd.h:
19119         * sys/cdrom/gstcdplayer_ioctl_irix.h:
19120         * sys/cdrom/gstcdplayer_ioctl_solaris.h:
19121         * sys/dxr3/dxr3audiosink.c:
19122         * sys/dxr3/dxr3audiosink.h:
19123         * sys/dxr3/dxr3spusink.c:
19124         * sys/dxr3/dxr3spusink.h:
19125         * sys/dxr3/dxr3videosink.c:
19126         * sys/dxr3/dxr3videosink.h:
19127         * sys/qcam/dark.c:
19128         * sys/qcam/gstqcamsrc.c:
19129         * sys/v4l2/gstv4l2colorbalance.h:
19130         * sys/v4l2/gstv4l2element.h:
19131         * sys/v4l2/gstv4l2src.h:
19132         * sys/v4l2/gstv4l2tuner.h:
19133         * sys/v4l2/gstv4l2xoverlay.h:
19134         * sys/v4l2/v4l2_calls.c:
19135         * sys/v4l2/v4l2_calls.h:
19136         * sys/v4l2/v4l2src_calls.c:
19137         * sys/v4l2/v4l2src_calls.h:
19138         * sys/vcd/vcdsrc.h:
19139           expand tabs
19140
19141 === release 0.10.0 ===
19142
19143 2005-12-05  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19144
19145         * configure.ac:
19146           releasing 0.10.0, "Camembert"
19147
19148 2005-12-05  Andy Wingo  <wingo@pobox.com>
19149
19150         * ext/faac/gstfaac.c: (gst_faac_sink_event), (gst_faac_chain):
19151         * ext/faad/gstfaad.c: (gst_faad_chain):
19152         * ext/hermes/gsthermescolorspace.c: (gst_hermes_colorspace_chain):
19153         * ext/lcs/gstcolorspace.c: (gst_colorspace_chain):
19154         * ext/xine/xineinput.c: (gst_xine_input_get):
19155         * gst/colorspace/gstcolorspace.c: (gst_colorspace_chain):
19156         * gst/speed/gstspeed.c: (speed_chain):
19157         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain): Update for
19158         alloc_buffer changes.
19159
19160 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
19161
19162         * ext/Makefile.am:
19163           Add missing $(WAVPACK_DIR) (#322962).
19164
19165 === release 0.9.7 ===
19166
19167 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19168
19169         * configure.ac:
19170           releasing 0.9.7, "Arrigato Gasuimas Skebisan"
19171
19172 2005-11-28  Edgard Lima <edgard.lima@indt.org.br>
19173
19174         * PORTED_09:
19175         * configure.ac:
19176         * ext/Makefile.am:
19177         * ext/libmms/Makefile.am:
19178         * ext/libmms/gstmms.c:
19179         * ext/libmms/gstmms.h:
19180         libmm ported to 0.9. It works fine, but print some error messages. I
19181         ll fix them soon. Tested with  mmssrc location=mms:// ! filesink.
19182         
19183 2005-11-28  Edward Hervey  <edward@fluendo.com>
19184
19185         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
19186         Handle gracefully the consequence of "Maximum number of scalefactor
19187         bands exceeded", which results in 0 channels with samplerates of 0.
19188         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state):
19189         Do upward transitions, then call parent state_change, then do
19190         downward transitions.
19191
19192 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
19193
19194         * ext/Makefile.am:
19195           alphabets, so hard to master.  Should fix distcheck.
19196
19197 2005-11-25  Edgard Lima  <edgard.lima@indt.org.br>
19198
19199         * configure.ac:
19200         * PORTED_09:
19201         * ext/Makefile.am:
19202         * ext/wavpack/Makefile.am:
19203         * ext/wavpack/gstwavpackdec.c:
19204         * ext/wavpack/gstwavpackdec.h:
19205         * ext/wavpack/gstwavpackparse.c:
19206         * ext/wavpack/gstwavpackparse.h:
19207         Wavpack ported to 0.9. No support for correction file yet.
19208
19209 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19210
19211         * ext/wavpack/Makefile.am:
19212         * ext/wavpack/gstwavpack.c: (plugin_init):
19213         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_read_header):
19214         * ext/wavpack/gstwavpackcommon.h:
19215         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_link),
19216         (gst_wavpack_dec_wvclink), (gst_wavpack_dec_get_type),
19217         (gst_wavpack_dec_base_init), (gst_wavpack_dec_dispose),
19218         (gst_wavpack_dec_class_init), (gst_wavpack_dec_src_query),
19219         (gst_wavpack_dec_init), (gst_wavpack_dec_setup_context),
19220         (gst_wavpack_dec_format_samples), (gst_wavpack_dec_loop),
19221         (gst_wavpack_dec_plugin_init):
19222         * ext/wavpack/gstwavpackdec.h:
19223         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_get_type),
19224         (gst_wavpack_parse_base_init), (gst_wavpack_parse_dispose),
19225         (gst_wavpack_parse_class_init), (gst_wavpack_parse_src_query),
19226         (gst_wavpack_parse_src_event), (find_header), (find_sample),
19227         (gst_wavpack_parse_seek), (gst_wavpack_parse_init),
19228         (gst_wavpack_parse_handle_event), (gst_wavpack_parse_loop),
19229         (gst_wavpack_parse_change_state), (gst_wavpack_parse_plugin_init):
19230         * ext/wavpack/gstwavpackparse.h:
19231           put back wavpack - still needs porting
19232
19233 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19234
19235         * configure.ac: back to HEAD
19236
19237 === release 0.9.6 ===
19238
19239 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
19240
19241         * configure.ac:
19242           releasing 0.9.6, "Hot Tea"
19243
19244 2005-11-23  Julien MOUTTE  <julien@moutte.net>
19245
19246         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
19247         * ext/directfb/dfb-example.c: (main):
19248         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_destroy),
19249         (gst_dfbvideosink_event_thread), (gst_dfbvideosink_setup),
19250         (gst_dfbvideosink_getcaps), (gst_dfbvideosink_setcaps),
19251         (gst_dfbvideosink_change_state), (gst_dfbvideosink_get_times),
19252         (gst_dfbvideosink_bufferpool_clear),
19253         (gst_dfbvideosink_buffer_alloc), (gst_dfbsurface_finalize),
19254         (gst_dfbvideosink_navigation_send_event),
19255         (gst_dfbvideosink_finalize), (gst_dfbvideosink_init),
19256         (gst_dfbvideosink_class_init):
19257         * ext/directfb/dfbvideosink.h: Use fraction for framerate, various
19258         fixes.
19259
19260 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19261
19262         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init),
19263         (gst_sdlvideosink_get_times), (gst_sdlvideosink_init),
19264         (gst_sdlvideosink_setcaps), (gst_sdlvideosink_change_state):
19265         * ext/sdl/sdlvideosink.h:
19266         Updates for fractional framerates and XOverlay interface changes
19267
19268 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19269
19270         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19271         (gst_qtdemux_add_stream), (qtdemux_dump_mvhd),
19272         (qtdemux_parse_trak):
19273         Convert to fractional framerates
19274
19275 2005-11-23  Edward Hervey  <edward@fluendo.com>
19276
19277         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_loop):
19278         Fix for latest API changes
19279
19280 2005-11-22  Edgard Lima <edgard.lima@indt.org.br>
19281         * configure.ac:
19282         * PORTED_09:
19283         * extt/Makefile.am:
19284         * ext/musepack/gstmusepackdec.c:
19285         * ext/musepack/gstmusepackdec.h:
19286         * ext/musepack/gstmusepackreader.c:
19287         * ext/musepack/gstmusepackreader.h:
19288         Musepackdec ported to 0.9. There is still a small problem to be
19289         solved, after the end of file, the pipeline doens't stop.
19290
19291 2005-11-22  Andy Wingo  <wingo@pobox.com>
19292
19293         * ext/faad/gstfaad.c (gst_faad_event)
19294         * ext/ivorbis/vorbisfile.c (gst_ivorbisfile_loop)
19295         * gst/qtdemux/qtdemux.c (gst_qtdemux_loop_header)
19296         * gst/speed/gstspeed.c (speed_sink_event)
19297         * gst/tta/gstttaparse.c (gst_tta_parse_src_event)
19298         (gst_tta_parse_parse_header): Run update-funcnames.
19299
19300 2005-11-21  Michael Smith <msmith@fluendo.com>
19301
19302         * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_event):
19303           Don't take STREAM_LOCK in sink event handlers any more.
19304
19305 2005-11-21  Wim Taymans  <wim@fluendo.com>
19306
19307         * ext/faac/gstfaac.c: (gst_faac_sink_event):
19308         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_src_event):
19309         * gst/tta/gstttaparse.c: (gst_tta_parse_src_event):
19310         Fix for stream lock updates.
19311
19312 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19313
19314         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
19315           Add DX50, DIVX and DIV3 fourccs (patch by
19316           j@bootlab.org, #321903).
19317
19318 2005-11-21  Andy Wingo  <wingo@pobox.com>
19319
19320         * *.h:
19321         * *.c: Ran scripts/update-macros. Oh yes.
19322
19323 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19324
19325         * ext/directfb/dfbvideosink.c:
19326         (gst_dfbvideosink_get_format_from_caps):
19327         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create):
19328         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19329         (qtdemux_parse), (qtdemux_type_get), (qtdemux_node_dump_foreach),
19330         (qtdemux_dump_hdlr), (qtdemux_dump_dref), (qtdemux_dump_stsd),
19331         (qtdemux_dump_dcom), (qtdemux_parse_trak), (qtdemux_video_caps),
19332         (qtdemux_audio_caps):
19333         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
19334         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
19335         (gst_v4l2src_capture_init), (gst_v4l2src_get_size_limits):
19336           Update for GST_FOURCC_FORMAT API change.
19337
19338 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
19339
19340         * ext/audioresample/gstaudioresample.c:
19341         * ext/polyp/polypsink.c: (gst_polypsink_sink_fixate):
19342         * gst/librfb/gstrfbsrc.c: (gst_rfbsrc_fixate):
19343         * gst/modplug/gstmodplug.cc:
19344         * sys/glsink/glimagesink.c: (gst_glimagesink_fixate):
19345         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_fixate):
19346         Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
19347         (#322027)
19348
19349 2005-11-21  Edgard Lima <edgard.lima@indt.org.br>
19350
19351         * ext/Makefile.am:
19352         * ext/ivorbis/vorbisfile.c:
19353         Now it works in push-mode. Tested with gnomevfssrc location=http://..
19354         ! tremor ! alsasink. Some issues to be solved yet:
19355         1- set correct timestamps
19356         2- seek is forced to disabled in pull-mode
19357         
19358 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
19359
19360         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
19361         (gst_faac_sink_setcaps), (gst_faac_configure_source_pad),
19362         (gst_faac_chain):
19363           Set proper caps on source pad (#320532).
19364
19365         * ext/faad/gstfaad.c:
19366           Don't use gtk-doc markers for comment block.
19367
19368 2005-11-14  Andy Wingo  <wingo@pobox.com>
19369
19370         * configure.ac (GST_PLUGIN_LDFLAGS): -no-undefined for better
19371         debugging, allows dll builds on windows. Fixes #316076.
19372
19373 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
19374
19375         * configure.ac: back to HEAD
19376
19377 === release 0.9.5 ===
19378
19379 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
19380
19381         * configure.ac:
19382           releasing 0.9.5, "Thrice Belgian Bar"
19383
19384 2005-11-11  Michael Smith <msmith@fluendo.com>
19385
19386         * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_chain):
19387           Make this compile on systems with broken headers. 
19388
19389 2005-11-11  Michael Smith <msmith@fluendo.com>
19390
19391         * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_chain):
19392           Call functions with the correct API. Unfortunately, unless your
19393           distribution patches upstream, the public header file for FAAD
19394           doesn't actually declare the API accurately. So, some nastiness
19395           ensues...
19396
19397 2005-11-10  Daniel Amelang  <daniel dot amelang at gmail dot com>
19398
19399         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19400
19401         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta):
19402           Add support for custom genre tags.
19403
19404 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
19405
19406         * ext/tarkin/wavelet.c:
19407         * ext/tarkin/wavelet.h:
19408         * gst/mpegaudioparse/gstmpegaudioparse.c:
19409         * gst/vbidec/vbidata.c:
19410         * gst/vbidec/vbiscreen.h:
19411         * sys/dxr3/ac3_padder.c:
19412         * sys/dxr3/dxr3audiosink.c:
19413         * sys/dxr3/dxr3spusink.c:
19414         * sys/dxr3/dxr3videosink.c:
19415         * sys/qcam/dark.c:
19416           Don't use gtk-doc markers for normal comments. Fix
19417           gtk-doc formatting where required.
19418
19419 2005-11-08  Edgard Lima <edgard.lima@indt.org.br>
19420
19421         * configure.ac:
19422         * PORTED_09:
19423         * ext/Makefile.am:
19424         * ext/ivorbis/vorbis.c:
19425         * ext/ivorbis/vorbisfile.c:
19426         Ported to 0.9. Some issues to be solved yet:
19427         1- set correct timestamps
19428         2- seg fault when eos
19429         3- seek is now disabled
19430
19431 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19432
19433         * examples/Makefile.am: Cleanup non existing
19434         examples.
19435
19436 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19437
19438         * docs/plugins/inspect.stamp: Add missing files.
19439
19440 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19441
19442         * examples/Makefile.am: Make buildbot happy.
19443
19444 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19445
19446         * Makefile.am: examples in dist subdirs.
19447         * configure.ac: enable parameter for building 
19448         examples.
19449         * docs/plugins/gst-plugins-bad-plugins.args:
19450         * docs/plugins/inspect/plugin-dfbvideosink.xml:
19451         * examples/Makefile.am: Updates.
19452
19453 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19454
19455         * Makefile.am:
19456         * autogen.sh:
19457         * configure.ac:
19458         * docs/Makefile.am:
19459         * docs/plugins/.cvsignore:
19460         * docs/plugins/Makefile.am:
19461         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
19462         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
19463         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
19464         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
19465         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
19466         * docs/plugins/gst-plugins-bad-plugins.args:
19467         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
19468         * docs/plugins/gst-plugins-bad-plugins.interfaces:
19469         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
19470         * docs/plugins/gst-plugins-bad-plugins.signals:
19471         * docs/plugins/gst-plugins-bad-plugins.types:
19472         * docs/plugins/inspect/plugin-dfbvideosink.xml:
19473         * docs/version.entities.in: Enable documentation.
19474         * examples/Makefile.am:
19475         * examples/directfb/Makefile.am:
19476         * examples/directfb/decker.ttf:
19477         * examples/directfb/dfblogo.png:
19478         * examples/directfb/gstdfb.c: (myclock), (dynamic_link),
19479         (size_changed), (setup_dynamic_link), (main): Add an example
19480         application for DirectFB.
19481
19482 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19483
19484         * ext/directfb/Makefile.am: Add the example application.
19485         * ext/directfb/dfb-example.c: (get_me_out), (main):
19486         Here is an example application that runs videotestsrc for 20
19487         seconds. It's included in the documentation.
19488         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_enum_layers),
19489         (gst_dfbvideosink_setup), (gst_dfbvideosink_can_blit_from_format),
19490         (gst_dfbvideosink_getcaps), (gst_dfbvideosink_buffer_alloc):
19491         More fixes, calculate new size of the buffer when renegotiating.
19492         This completely breaks ffmpegcolorspace but i need to discuss 
19493         that with Wim on monday. Add documentation.
19494
19495 2005-11-05  Julien MOUTTE  <julien@moutte.net>
19496
19497         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_enum_layers),
19498         (gst_dfbvideosink_setup), (gst_dfbvideosink_can_blit_from_format),
19499         (gst_dfbvideosink_getcaps): Make acceleration detection work, 
19500         better, add safety checks and ARGB support for cards that
19501         support it.
19502
19503 2005-11-04  Julien MOUTTE  <julien@moutte.net>
19504
19505         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_create),
19506         (gst_dfbvideosink_surface_destroy),
19507         (gst_dfbvideosink_get_best_vmode), (gst_dfbvideosink_getcaps),
19508         (gst_dfbvideosink_center_rect), (gst_dfbvideosink_show_frame),
19509         (gst_dfbvideosink_buffer_alloc):
19510         * ext/directfb/dfbvideosink.h: Now does clipping when surface
19511         is too small, handles upstream elements that are not calling
19512         gst_pad_alloc_buffer, fixes a lot of bugs.
19513
19514 2005-11-03  Julien MOUTTE  <julien@moutte.net>
19515
19516         * ext/directfb/Makefile.am: Prepare for liboil usage.
19517         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_show_frame),
19518         (gst_dfbvideosink_buffer_alloc):  Prepare for liboil, handle
19519         rendering in external surface correctly. Will commit a neat
19520         example soon.
19521
19522 2005-11-03  Edgard Lima <edgard.lima@indt.org.br>
19523
19524         * ext/sdl/sdlvideosink.c: (SDL_WaitEventTimeout),
19525         (gst_sdlvideosink_event_thread), (gst_sdlvideosink_initsdl),
19526         (gst_sdlvideosink_change_state), (gst_sdlvideosink_deinitsdl):
19527         * ext/sdl/sdlvideosink.h:
19528         Add support to exit when 'Esc' key is pressed.
19529
19530 2005-11-02  Julien MOUTTE  <julien@moutte.net>
19531
19532         * configure.ac: Requires DirectFB 0.9.24
19533
19534 2005-11-02  Julien MOUTTE  <julien@moutte.net>
19535
19536         * configure.ac:
19537         * ext/Makefile.am:
19538         * ext/directfb/Makefile.am:
19539         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_get_format_name),
19540         (gst_dfbvideosink_surface_create),
19541         (gst_dfbvideosink_surface_destroy),
19542         (gst_dfbvideosink_event_thread), (gst_dfbvideosink_enum_layers),
19543         (gst_dfbvideosink_enum_vmodes), (gst_dfbvideosink_enum_devices),
19544         (gst_dfbvideosink_setup), (gst_dfbvideosink_cleanup),
19545         (gst_dfbvideosink_get_format_from_caps),
19546         (gst_dfbvideosink_get_caps_from_format),
19547         (gst_dfbvideosink_can_blit_from_format),
19548         (gst_dfbvideosink_get_best_vmode), (gst_dfbvideosink_getcaps),
19549         (gst_dfbvideosink_setcaps), (gst_dfbvideosink_change_state),
19550         (gst_dfbvideosink_get_times), (gst_dfbvideosink_center_rect),
19551         (gst_dfbvideosink_show_frame), (gst_dfbvideosink_bufferpool_clear),
19552         (gst_dfbvideosink_buffer_alloc), (gst_dfbsurface_finalize),
19553         (gst_dfbsurface_init), (gst_dfbsurface_class_init),
19554         (gst_dfbsurface_get_type), (gst_dfbvideosink_interface_supported),
19555         (gst_dfbvideosink_interface_init),
19556         (gst_dfbvideosink_navigation_send_event),
19557         (gst_dfbvideosink_navigation_init),
19558         (gst_dfbvideosink_set_property), (gst_dfbvideosink_get_property),
19559         (gst_dfbvideosink_init), (gst_dfbvideosink_base_init),
19560         (gst_dfbvideosink_class_init), (gst_dfbvideosink_get_type),
19561         (plugin_init):
19562         * ext/directfb/dfbvideosink.h:
19563         * ext/directfb/directfbvideosink.c:
19564         * ext/directfb/directfbvideosink.h: Complete rewrite/port of
19565         DirectFB video sink to 0.9. Handles reverse negotiation, hardware
19566         scaling, navigation, buffer allocation from video memory etc...
19567
19568 2005-10-31 Edgard Lima <edgard.lima@indt.org.br>
19569
19570         * gst-plugins-bad/ext/sdl/sdlvideosink.c:
19571         gst_sdlvideosink_set_property, gst_sdlvideosink_init,
19572         gst_sdlvideosink_create:
19573         Changed property full-screen to fullscreen, using SDL_SWSURFACE
19574         instead of SDL_HWSURFACE when in full screen mode.
19575         
19576 2005-10-31 Edgard Lima <edgard.lima@indt.org.br>
19577
19578         * gst-plugins-bad/ext/sdl/sdlvideosink.c: gst_sdlvideosink_class_init,
19579         gst_sdlvideosink_set_property, gst_sdlvideosink_get_property,
19580         gst_sdlvideosink_init, gst_sdlvideosink_create:
19581         * gst-plugins-bad/ext/sdl/sdlvideosink.h:
19582         Added a property that allows full-screen.
19583
19584 2005-10-28  Tim-Philipp Müller  <tim at centricular dot net>
19585
19586         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init),
19587         (gst_sdlvideosink_class_init),
19588         (gst_sdlvideosink_get_sdl_from_fourcc), (gst_sdlvideosink_setcaps),
19589         (gst_sdlvideosink_show_frame):
19590         * ext/sdl/sdlvideosink.h:
19591           Fix I420 output on some machines (not very nice, but should work).
19592           Add an 'sdlvideosink' debug category. Disable formats that do
19593           not work. Fix some vararg function issues.
19594
19595 2005-10-27  Wim Taymans  <wim@fluendo.com>
19596
19597         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
19598         (gst_sdlvideosink_get_times), (gst_sdlvideosink_class_init),
19599         (gst_sdlvideosink_init), (gst_sdlvideosink_lock),
19600         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create),
19601         (gst_sdlvideosink_show_frame), (gst_sdlvideosink_set_property),
19602         (gst_sdlvideosink_get_property), (gst_sdlvideosink_change_state):
19603         Fix SDL videosink and did some cleanups.
19604
19605 2005-10-27  Edgard Lima <edgard.lima@indt.org.br>
19606
19607         * ext/sdl/sdlvideosink.c:
19608         * ext/sdl/sdlvideosink.h:
19609         Trying to fix videos out of sync (not fixed yet)
19610         
19611 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
19612
19613         * gst/qtdemux/qtdemux.h:
19614           Remove got_redirect from class structure as well.
19615
19616 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
19617
19618         * gst/qtdemux/qtdemux.c: (gst_qtdemux_class_init),
19619         (qtdemux_parse_tree):
19620           Remove 'got-redirect' signal and post element message
19621           on the bus instead.
19622
19623 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
19624
19625         * ext/gsm/gstgsm.c:
19626         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
19627         * ext/gsm/gstgsmdec.h:
19628         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init), (gst_gsmenc_init),
19629         (gst_gsmenc_chain):
19630         Fixing stuff as wingo pointed out.
19631
19632 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
19633
19634         * ext/gsm/gstgsm.c: (plugin_init):
19635         * ext/gsm/gstgsmdec.c: (gst_gsmdec_class_init), (gst_gsmdec_init),
19636         (gst_gsmdec_chain):
19637         * ext/gsm/gstgsmdec.h:
19638         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init), (gst_gsmenc_init),
19639         (gst_gsmenc_chain):
19640         * ext/gsm/gstgsmenc.h:
19641         Over-writing Wim's gsm plugins (currently not working) with that from the 
19642         farsight repo. Also made sure that they work with the RTP (de)payloader.
19643
19644 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
19645
19646         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), 
19647         (gst_gsmenc_sink_event), (gst_gsmenc_chain):
19648         * ext/gsm/gstgsmenc.h:
19649         Fixed event handling
19650
19651 2005-10-24  Christian Schaller  <christian@fluendo.com>
19652
19653         * configure.ac: port over thomas's plugin listing from base
19654
19655 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
19656
19657         * configure.ac:
19658           back to HEAD
19659
19660 === release 0.9.4 ===
19661
19662 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
19663
19664         * NEWS:
19665         * RELEASE:
19666         * configure.ac:
19667           Releasing 0.9.4, "Utahraptor"
19668
19669 2005-10-23  Julien MOUTTE  <julien@moutte.net>
19670
19671         * gst/tta/gstttaparse.c: (gst_tta_parse_loop): STOPPED->FAILED.
19672
19673 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
19674
19675         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_class_init),
19676         (gst_faad_init), (gst_faad_srcgetcaps), (gst_faad_event),
19677         (gst_faad_chain), (gst_faad_change_state):
19678         * ext/faad/gstfaad.h:
19679           Do some timestamp smoothing (matroskademux apparently sends
19680           multiple buffers in a row with the same timestamp); fix
19681           duration on outgoing buffers; fix change state function; use
19682           GST_DEBUG_FUNCPTR for pad functions.
19683
19684 2005-10-19  Wim Taymans  <wim@fluendo.com>
19685
19686         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_query_types),
19687         (gst_qtdemux_handle_src_query):
19688         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query):
19689         * gst/tta/gstttaparse.c: (gst_tta_parse_src_event),
19690         (gst_tta_parse_get_query_types), (gst_tta_parse_query):
19691         API change fix.
19692
19693 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
19694
19695         * configure.ac:
19696           All the cool kids use GST_DOCBOOK_CHECK now.
19697
19698 2005-10-18  Julien MOUTTE  <julien@moutte.net>
19699
19700         * gst/speed/Makefile.am: Fix build of speed. 
19701
19702 2005-10-17  Edgard Lima <edgard.lima@indt.org.br>
19703
19704         * gst/speed/gstspeed.c: (speed_chain), (speed_setcaps),
19705         (speed_parse_caps), (speed_src_event), (speed_sink_event),
19706         (speed_src_query), (speed_init), (speed_set_property),
19707         (speed_change_state), (gst_speed_convert):
19708         Fixed speed - the previous version, 1.38, has been ported to 0.9
19709         from a wrong version, 1.37 (from 1.36). That fix already includes
19710         the changes done in 1.36.2.4.
19711
19712 2005-10-16  Tim-Philipp Müller  <tim at centricular dot net>
19713
19714         * configure.ac:
19715           Fix glib check
19716
19717 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
19718
19719         * examples/stats/mp2ogg.c:
19720         * ext/tarkin/tarkin.c: (tarkin_analysis_framein),
19721         (tarkin_synthesis_packetin):
19722           and more typos fixed
19723
19724 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
19725
19726         * ext/faac/gstfaac.c: (gst_faac_class_init), (gst_faac_init),
19727         (gst_faac_sink_setcaps), (gst_faac_src_setcaps),
19728         (gst_faac_sink_event), (gst_faac_chain), (gst_faac_set_property),
19729         (gst_faac_get_property), (gst_faac_change_state):
19730           Gst09-ize code a little bit more: use gst_pad_alloc_buffer(),
19731           move event handling from chain function into an event function,
19732           add some locks here and there, do some cleanups; disable 32-bit
19733           integer and float input formats until we're sure that those 
19734           actually work (couldn't play back the produced files with 
19735           anything).
19736
19737 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
19738
19739         * examples/indexing/indexmpeg.c: (main):
19740         * ext/artsd/gstartsdsink.c: (gst_artsdsink_open_audio),
19741         (gst_artsdsink_close_audio), (gst_artsdsink_change_state):
19742         * ext/artsd/gstartsdsink.h:
19743         * ext/audiofile/gstafparse.c: (gst_afparse_open_file),
19744         (gst_afparse_close_file):
19745         * ext/audiofile/gstafparse.h:
19746         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
19747         (gst_afsink_close_file), (gst_afsink_chain),
19748         (gst_afsink_change_state):
19749         * ext/audiofile/gstafsink.h:
19750         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
19751         (gst_afsrc_close_file), (gst_afsrc_change_state):
19752         * ext/audiofile/gstafsrc.h:
19753         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_init):
19754         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_init):
19755         * ext/dts/gstdtsdec.c: (gst_dtsdec_init):
19756         * ext/jack/gstjack.h:
19757         * ext/jack/gstjackbin.c: (gst_jack_bin_init),
19758         (gst_jack_bin_change_state):
19759         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_init):
19760         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_init):
19761         * ext/nas/nassink.c: (gst_nassink_open_audio),
19762         (gst_nassink_close_audio), (gst_nassink_change_state):
19763         * ext/nas/nassink.h:
19764         * ext/polyp/polypsink.c: (gst_polypsink_init):
19765         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_change_state):
19766         * ext/sdl/sdlvideosink.h:
19767         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
19768         * ext/sndfile/gstsf.c: (gst_sf_set_property),
19769         (gst_sf_change_state), (gst_sf_release_request_pad),
19770         (gst_sf_open_file), (gst_sf_close_file), (gst_sf_loop):
19771         * ext/sndfile/gstsf.h:
19772         * ext/swfdec/gstswfdec.c: (gst_swfdec_init):
19773         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_init):
19774         * gst/apetag/apedemux.c: (gst_ape_demux_init):
19775         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init):
19776         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_init):
19777         * gst/festival/gstfestival.c: (gst_festival_change_state):
19778         * gst/festival/gstfestival.h:
19779         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
19780         * gst/multifilesink/gstmultifilesink.c: (gst_multifilesink_init),
19781         (gst_multifilesink_set_location), (gst_multifilesink_open_file),
19782         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
19783         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
19784         (gst_multifilesink_chain), (gst_multifilesink_change_state):
19785         * gst/multifilesink/gstmultifilesink.h:
19786         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init):
19787         * sys/cdrom/gstcdplayer.c: (cdplayer_init):
19788         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init),
19789         (dxr3audiosink_open), (dxr3audiosink_close),
19790         (dxr3audiosink_chain_pcm), (dxr3audiosink_chain_ac3),
19791         (dxr3audiosink_change_state):
19792         * sys/dxr3/dxr3audiosink.h:
19793         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init), (dxr3spusink_open),
19794         (dxr3spusink_close), (dxr3spusink_chain),
19795         (dxr3spusink_change_state):
19796         * sys/dxr3/dxr3spusink.h:
19797         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init),
19798         (dxr3videosink_open), (dxr3videosink_close),
19799         (dxr3videosink_write_data), (dxr3videosink_change_state):
19800         * sys/dxr3/dxr3videosink.h:
19801         * sys/glsink/glimagesink.c: (gst_glimagesink_init):
19802         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
19803         (gst_qcamsrc_open), (gst_qcamsrc_close):
19804         * sys/qcam/gstqcamsrc.h:
19805         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
19806         * sys/vcd/vcdsrc.c: (gst_vcdsrc_set_property), (gst_vcdsrc_get),
19807         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
19808         (gst_vcdsrc_change_state), (gst_vcdsrc_recalculate):
19809         * sys/vcd/vcdsrc.h:
19810         renamed GST_FLAGS macros to GST_OBJECT_FLAGS
19811         moved bitshift from macro to enum definition
19812
19813 2005-10-12  Josef Zlomek  <josef dot zlomek at xeris dot cz>
19814
19815         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19816
19817         * ext/faac/gstfaac.c: (gst_faac_sink_setcaps):
19818           Fix depth/width handling for float audio (#318659).
19819
19820 2005-10-12  Josef Zlomek  <josef dot zlomek at xeris dot cz>
19821
19822         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19823
19824         * ext/faac/gstfaac.c: (gst_faac_sink_setcaps),
19825         (gst_faac_src_setcaps), (gst_faac_chain):
19826           Refcount fixes (#318660)
19827
19828 2005-10-12  Julien MOUTTE  <julien@moutte.net>
19829
19830         * ext/Makefile.am: libvisual and snapshot are not here anymore. Makes
19831         automake-1.7 happy again.
19832
19833 2005-10-12  Tim-Philipp Müller  <tim at centricular dot net>
19834
19835         * ext/faad/gstfaad.c: (gst_faad_event):
19836           newsegment API update
19837
19838 2005-10-11  Wim Taymans  <wim@fluendo.com>
19839
19840         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header):
19841         * gst/tta/gstttaparse.c: (gst_tta_parse_src_event),
19842         (gst_tta_parse_parse_header):
19843         newsegment API update.
19844
19845 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
19846
19847         * configure.ac:
19848           back to development
19849
19850 === release 0.9.3 ===
19851
19852 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
19853
19854         * configure.ac:
19855           Releasing 0.9.3, "Porthos"
19856
19857 2005-09-28  Wim Taymans  <wim@fluendo.com>
19858
19859         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header):
19860         No need to take stream lock here.
19861
19862 2005-09-26  Christian Schaller  <uraeus@gnome.org>
19863
19864         * configure.ac: add speed and rfb where needed
19865         * gst/librfb/Makefile.am: add rfbsrc.c file to files getting disted
19866
19867 2005-09-23  Edgard Lima  <edgard.lima@indt.org.br>
19868
19869         * ext/gsm/Makefile.am:
19870         * ext/gsm/gstgsm.c:
19871         * ext/gsm/gstgsmdec.c:
19872         * PORTED_09:
19873         Gsmdec ported to 0.9.
19874
19875 2005-09-22  Arwed v. Merkatz  <v.merkatz@gmx.net>
19876
19877         * configure.ac:
19878         * gst/tta/gstttadec.c: (gst_tta_dec_setcaps), (gst_tta_dec_init),
19879         (gst_tta_dec_chain):
19880         * gst/tta/gstttaparse.c: (gst_tta_parse_dispose),
19881         (gst_tta_parse_class_init), (gst_tta_parse_reset),
19882         (gst_tta_parse_init), (gst_tta_parse_src_event),
19883         (gst_tta_parse_get_query_types), (gst_tta_parse_query),
19884         (gst_tta_parse_activate), (gst_tta_parse_activate_pull),
19885         (gst_tta_parse_parse_header), (gst_tta_parse_stream_data),
19886         (gst_tta_parse_loop), (gst_tta_parse_change_state):
19887         * gst/tta/gstttaparse.h:
19888           Ported tta plugin to 0.9.
19889
19890
19891 2005-09-20  Flavio Oliveira  <flavio.oliveira@indt.org.br>
19892
19893         * ext/gsm/gstgsmenc.c:
19894           Setting caps on the outgoing buffers.
19895           Need to fix: rtpencoder does not know what it is handling and
19896           errors out
19897
19898 2005-09-20  Edgard Lima  <edgard.lima@indt.org.br>
19899
19900         * configure.ac:
19901         * ext/sdl/Makefile.am:
19902           Fixed Makefile.am - removed hard coded flags from Makefile.am.
19903           Added AC_PATH_XTRA to configure.ac to be used by Makefile.am.
19904
19905 2005-09-19  Edgard Lima  <edgard.lima@indt.org.br>
19906
19907         * Makefile.am:
19908         * configure.ac:
19909         * ext/sdl/Makefile.am:
19910         * ext/sdl/sdlvideosink.c:
19911         * PORTED_09:
19912           Ported to 0.9.
19913
19914 === release 0.9.1 ===
19915
19916 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
19917
19918         * configure.ac:
19919         * gst/speed/Makefile.am:
19920         * gst/speed/gstspeed.c: Ported to GStreamer 0.9.
19921         * PORTED_09:
19922
19923 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19924
19925         * NEWS:
19926         * README:
19927         * RELEASE:
19928         * configure.ac:
19929         * autogen.sh:
19930           releasing 0.9.1, "Angel Eyes"
19931
19932 2005-09-05  Jan Schmidt  <thaytan@mad.scientist.com>
19933         * examples/gstplay/player.c: (main):
19934         * examples/stats/mp2ogg.c: (main):
19935         * ext/artsd/gstartsdsink.c: (gst_artsdsink_change_state):
19936         * ext/audiofile/gstafsink.c: (gst_afsink_change_state):
19937         * ext/audiofile/gstafsrc.c: (gst_afsrc_change_state):
19938         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_change_state):
19939         * ext/dirac/gstdiracdec.cc:
19940         * ext/directfb/directfbvideosink.c:
19941         (gst_directfbvideosink_change_state):
19942         * ext/dts/gstdtsdec.c: (gst_dtsdec_change_state):
19943         * ext/faac/gstfaac.c: (gst_faac_change_state):
19944         * ext/hermes/gsthermescolorspace.c:
19945         (gst_hermes_colorspace_change_state):
19946         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_change_state):
19947         * ext/jack/gstjack.c: (gst_jack_change_state):
19948         * ext/jack/gstjackbin.c: (gst_jack_bin_change_state):
19949         * ext/lcs/gstcolorspace.c: (gst_colorspace_change_state):
19950         * ext/libmms/gstmms.c: (gst_mms_change_state):
19951         * ext/mpeg2enc/gstmpeg2enc.cc:
19952         * ext/mplex/gstmplex.cc:
19953         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_change_state):
19954         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_change_state):
19955         * ext/nas/nassink.c: (gst_nassink_change_state):
19956         * ext/polyp/polypsink.c: (gst_polypsink_change_state),
19957         (context_state_callback), (gst_polypsink_link):
19958         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_change_state):
19959         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
19960         * ext/smoothwave/gstsmoothwave.c: (gst_sw_change_state):
19961         * ext/sndfile/gstsf.c: (gst_sf_change_state):
19962         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
19963         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_change_state):
19964         * ext/xine/xine.c: (gst_xine_change_state):
19965         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_change_state):
19966         * ext/xine/xineaudiosink.c: (gst_xine_audio_sink_change_state):
19967         * ext/xine/xineinput.c: (gst_xine_input_change_state):
19968         * ext/xvid/gstxviddec.c: (gst_xviddec_change_state):
19969         * ext/xvid/gstxvidenc.c: (gst_xvidenc_change_state):
19970         * gst/apetag/apedemux.c: (gst_ape_demux_change_state):
19971         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_change_state):
19972         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_change_state):
19973         * gst/colorspace/gstcolorspace.c: (gst_colorspace_change_state):
19974         * gst/festival/gstfestival.c: (gst_festival_change_state):
19975         * gst/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state):
19976         * gst/modplug/gstmodplug.cc:
19977         * gst/mpeg1videoparse/gstmp1videoparse.c:
19978         (gst_mp1videoparse_change_state):
19979         * gst/mpegaudioparse/gstmpegaudioparse.c:
19980         (gst_mp3parse_change_state):
19981         * gst/multifilesink/gstmultifilesink.c:
19982         (gst_multifilesink_change_state):
19983         * gst/speed/gstspeed.c: (speed_change_state):
19984         * gst/switch/gstswitch.c: (gst_switch_change_state):
19985         * gst/videocrop/gstvideocrop.c: (gst_video_crop_change_state):
19986         * gst/videodrop/gstvideodrop.c: (gst_videodrop_change_state):
19987         * gst/y4m/gsty4mencode.c: (gst_y4mencode_change_state):
19988         * po/af.po:
19989         * po/az.po:
19990         * po/cs.po:
19991         * po/en_GB.po:
19992         * po/hu.po:
19993         * po/it.po:
19994         * po/nb.po:
19995         * po/nl.po:
19996         * po/or.po:
19997         * po/sq.po:
19998         * po/sr.po:
19999         * po/sv.po:
20000         * po/uk.po:
20001         * po/vi.po:
20002         * sys/cdrom/gstcdplayer.c: (cdplayer_change_state):
20003         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_change_state):
20004         * sys/dxr3/dxr3spusink.c: (dxr3spusink_change_state):
20005         * sys/dxr3/dxr3videosink.c: (dxr3videosink_change_state):
20006         * sys/glsink/glimagesink.c: (gst_glimagesink_change_state):
20007         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state):
20008         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_change_state):
20009         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_change_state):
20010         * sys/sunaudio/gstsunelement.c: (gst_sunaudioelement_change_state):
20011         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_change_state):
20012         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_change_state):
20013         * sys/vcd/vcdsrc.c: (gst_vcdsrc_change_state):
20014           Fix up all the state change functions.
20015
20016 2005-09-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20017
20018         * created gst-plugins-bad
20019
20020 2005-09-02  Flavio Oliveira  <flavio.oliveira@indt.org.br>
20021
20022         * configure.ac:
20023         * ext/Makefile.am:
20024         * ext/gsm/Makefile.am:
20025         * ext/gsm/gstgsm.c: 
20026         * ext/gsm/gstgsmenc.c: Ported GSM Encoder to GStreamer 0.9.
20027         * PORTED_09:
20028
20029 2005-08-31  Flavio Oliveira  <flavio.oliveira@indt.org.br>
20030
20031         * configure.ac:
20032         * ext/Makefile.am:
20033         * ext/faac/Makefile.am:
20034         * ext/faac/gstfaac.c: Ported to GStreamer 0.9.