sys/oss4/: Add some spaces in translateable strings.
[platform/upstream/gstreamer.git] / ChangeLog
1 2008-10-12  Jan Schmidt  <jan.schmidt@sun.com>
2
3         * sys/oss4/oss4-mixer.c:
4         * sys/oss4/oss4-sink.c:
5         * sys/oss4/oss4-source.c:
6         Add some spaces in translateable strings.
7         Fixes: #555969 #555968 #555965
8
9 2008-10-12  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
10
11         * gst/flv/gstflvdemux.c: (gst_flv_demux_pull_tag),
12         (gst_flv_demux_pull_header):
13         Fix regression of handling flow returns in pull mode.
14         Fixes bug #556003.
15
16 2008-10-12  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
17
18         * ext/Makefile.am:
19         Add apexsink to SUBDIRS. Fixes bug #555912.
20
21 2008-10-11  Jan Schmidt  <jan.schmidt@sun.com>
22
23         * tests/check/pipelines/metadata.c:
24         Make the metadata test not fail when jpegenc isn't available....
25         as it isn't here, because it's not in this module, and
26         therefore not in the plugin path when the check runs.
27
28 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
29
30         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
31         (gst_flv_parse_tag_video):
32         Use gst_pad_alloc_buffer_and_set_caps() to make sure we get
33         a buffer with caps that we can work with (i.e. the pad's caps).
34
35         Add non-keyframe video frames to the index too but without the
36         keyframe flag.
37
38         Add audio frames to the index only if we have no video stream.
39
40 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
41
42         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
43         (gst_flv_parse_tag_video):
44         Create pads from the pad templates, use fixed caps on them
45         and only activate them after the caps are set.
46
47 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
48
49         * configure.ac:
50         Disable flacparse for this release as it's too buggy.
51
52 2008-10-10  Jan Schmidt  <jan.schmidt@sun.com>
53
54         * gst/flacparse/gstbaseparse.c (gst_base_parse_push_buffer),
55         (gst_base_parse_update_upstream_durations):
56         Fix compiler warning on OS/X about parameters not matching
57         the debug format string.
58
59 2008-10-09  Sebastian Dröge  <slomo@circular-chaos.org>
60
61         * gst/deinterlace2/tvtime/tomsmocomp.c:
62         (gst_deinterlace_method_tomsmocomp_class_init):
63         Fix unused variable compiler warning when not building
64         X86 assembly.
65
66 2008-10-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
67
68         * gst/flv/gstflvdemux.c: (gst_flv_demux_loop):
69         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_timestamp):
70         * gst/flv/gstflvparse.h:
71         Get an approximate duration of the file by looking at the timestamp
72         of the last tag in pull mode. If we get (maybe better) duration from
73         metadata later we'll use that instead.
74
75 2008-10-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
76
77         * gst/flv/gstflvdemux.c: (gst_flv_demux_pull_range),
78         (gst_flv_demux_pull_tag), (gst_flv_demux_pull_header):
79         Refactor _pull_range() logic with checks into a seperate function
80         to make things a bit more readable.
81
82 2008-10-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
83
84         * gst/flv/gstflvdemux.c: (gst_flv_demux_chain),
85         (gst_flv_demux_base_init):
86         Use gst_element_class_set_details_simple().
87
88         If we get GST_FLOW_NOT_LINKED in the parse loop but at least
89         one of the pads is linked continue the loop.
90
91 2008-10-09  Stefan Kost  <ensonic@users.sf.net>
92
93         * ext/amrwb/gstamrwbenc.c:
94         * ext/amrwb/gstamrwbenc.h:
95           Pass the discont flag from the input buffer on to the output buffer in
96           the AMR encoder.
97
98 2008-10-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
99
100         * gst/flv/gstflvparse.c: (gst_flv_parse_audio_negotiate),
101         (gst_flv_parse_tag_audio), (gst_flv_parse_video_negotiate):
102         Correct caps for video codec id 5: It's On2 VP6 with alpha channel
103         which needs a different decoder and has different caps.
104
105         Add support for audio codec id 14, which is MP3 with 8kHz sampling
106         rate.
107
108         Fix endianness and signedness for raw audio codec ids.
109
110         Add support for alaw and mulaw audio.
111
112 2008-10-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
113
114         * gst/flv/gstflvdemux.c: (gst_flv_demux_chain):
115         Go out of the parse loop as soon as we get an error instead
116         of parsing until the GstAdapter is empty.
117
118         Add some explanations about the header and tag size.
119
120         Don't print synchronizing message if everything is fine.
121
122 2008-10-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
123
124         * gst/flv/Makefile.am:
125         * gst/flv/gstflvdemux.c: (plugin_init):
126         * gst/flv/gstflvmux.c: (gst_flv_mux_base_init),
127         (gst_flv_mux_class_init), (gst_flv_mux_init),
128         (gst_flv_mux_finalize), (gst_flv_mux_reset),
129         (gst_flv_mux_handle_src_event), (gst_flv_mux_handle_sink_event),
130         (gst_flv_mux_video_pad_setcaps), (gst_flv_mux_audio_pad_setcaps),
131         (gst_flv_mux_request_new_pad), (gst_flv_mux_release_pad),
132         (gst_flv_mux_write_header), (gst_flv_mux_write_buffer),
133         (gst_flv_mux_collected), (gst_flv_mux_change_state):
134         * gst/flv/gstflvmux.h:
135         Add first version of a FLV muxer. The only missing feature is writing
136         of stream metadata.
137
138 2008-10-09  Stefan Kost  <ensonic@users.sf.net>
139
140         * ext/amrwb/gstamrwbparse.c:
141         * ext/amrwb/gstamrwbparse.h:
142           Add flush seek handler. Taken from recent armnbparse changes.
143           Sync the code more and use #defines for HEADER.
144
145 2008-10-09  Stefan Kost  <ensonic@users.sf.net>
146
147         * ext/amrwb/gstamrwbparse.c:
148         * ext/amrwb/gstamrwbparse.h:
149           Fix the duration query. Also set caps on the pads and buffers more
150           correctly. Taken from recent armnbparse changes.
151
152 2008-10-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
153
154         * gst/mpegdemux/gstmpegdemux.c:
155         * gst/mpegdemux/gstmpegtsdemux.c:
156         Add Fluendo to the Long Name.
157
158 2008-10-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
159
160         * configure.ac:
161         * gst-plugins-bad.spec.in:
162         * gst/mpegdemux/Makefile.am:
163         * gst/mpegdemux/flumpegdemux.c:
164         * gst/mpegdemux/gstmpegdesc.c:
165         * gst/mpegdemux/gstmpegdesc.h:
166         * gst/mpegdemux/mpegtspacketizer.c:
167         * gst/mpegdemux/mpegtspacketizer.h:
168         * gst/mpegdemux/mpegtsparse.c:
169         * gst/mpegdemux/mpegtsparse.h:
170         Move of mpegtsparse to mpegdemux.
171         Fixes #555193.
172
173 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
174
175         * gst/mpegdemux/gstmpegdemux.c: (gst_flups_demux_send_data),
176         (gst_flups_demux_parse_pack_start):
177         Prevent a division by zero if last mux rate was zero.
178
179         If we're going to send a NEWSEGMENT event but the segment start
180         and the current buffer timestamp differ by more than a second we
181         will start the NEWSEGMENT at the buffer timestamp.
182
183         This fixes playback of the tv2-1_25.mpg file, which has 0 as first SCR
184         but the first PTS are around 1 hour and 40 minutes.
185
186         Fixes bug #553755.
187
188 2008-10-07  Jan Schmidt  <jan.schmidt@sun.com>
189
190         * ext/resindvd/resindvdsrc.c:
191         Fix next/prev chapter seeking at the beginning or end.
192         Use 64-bit scaling utility functions for converting MPEG
193         timestamps.
194
195 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
196
197         Patch by: Håvard Graff <havard dot graff at tandberg dot com>
198
199         * gst/rtpmanager/gstrtpbin-marshal.list:
200         Add marshaller for new action signal.
201
202         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_get_internal_session),
203         (gst_rtp_bin_class_init):
204         * gst/rtpmanager/gstrtpbin.h:
205         Add action signal to retrieve the internal RTPSession object.
206
207         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
208         (gst_rtp_session_get_property), (gst_rtp_session_release_pad):
209         Add property to access the internal RTPSession object.
210
211         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
212         (check_collision):
213         * gst/rtpmanager/rtpsession.h:
214         Add action signal to retrieve an RTPSource object by SSRC. 
215         See #555396.
216
217 2008-10-07  Stefan Kost  <ensonic@users.sf.net>
218
219         * gst/selector/gstoutputselector.c:
220           Choose right pad for sending events. Fixes #555244
221
222 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
223
224         * gst/rtpmanager/gstrtpbin.c: (find_session_by_pad),
225         (free_session), (gst_rtp_bin_dispose), (remove_recv_rtp),
226         (remove_recv_rtcp), (remove_send_rtp), (remove_rtcp),
227         (gst_rtp_bin_release_pad):
228         Release pads of the session manager.
229         Start implementing releasing pads of gstrtpbin.
230
231         * gst/rtpmanager/gstrtpsession.c: (remove_recv_rtp_sink),
232         (remove_recv_rtcp_sink), (remove_send_rtp_sink),
233         (remove_send_rtcp_src), (gst_rtp_session_release_pad):
234         Implement releasing pads in gstrtpsession.
235
236 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
237
238         * gst/rtpmanager/gstrtpjitterbuffer.c:
239         (gst_jitter_buffer_sink_parse_caps):
240         Only update the seqnum-base when it was not already configured for the
241         streams.
242
243 2008-10-06  Stefan Kost  <ensonic@users.sf.net>
244
245         * configure.ac
246         * ext/metadata/README:
247         * ext/metadata/metadataexif.c:
248         * ext/metadata/metadatatags.c:
249         * ext/metadata/metadatatags.h:
250           Start using core geo tags (bump req). Fix handling of location
251           references.
252
253         * tests/check/Makefile.am:
254           Sort blacklisted elements and remove moved ones. Add new test.
255
256         * tests/check/pipelines/metadata.c:
257           Add first tests for metadata element.
258
259         * tests/icles/metadata_editor.c:
260           Move free to correct place.
261
262 2008-10-06  Stefan Kost  <ensonic@users.sf.net>
263
264         * tests/check/generic/states.c:
265           Stop test on state-change error. Should be applied on other modules if
266           we agree that it makes sense.
267
268 2008-10-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
269
270         * gst/mpegtsparse/mpegtsparse.c:
271         Actually copy the structure passed in when assigning it because
272         it gets freed straight after the function call.
273         Re: pat_info and pmt_info GstStructures.
274
275 2008-10-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
276
277         Patch by: Josep Torra
278
279         * gst/mpegdemux/gstmpegtsdemux.c:
280         Fix wrong firing of critical introduced by previous optimisation.
281
282 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
283
284         * ext/faac/gstfaac.c: (gst_faac_configure_source_pad):
285         Warn and clamp to max bitrate for samplerate.
286         Fixes #550486.
287
288 2008-10-03  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
289
290         * gst/mpegtsparse/mpegtsparse.c:
291         Fix possible crash where pat is pointing to a freed structure.
292
293 2008-10-03  Stefan Kost  <ensonic@users.sf.net>
294
295         * ext/metadata/README:
296         * ext/metadata/metadataexif.c:
297         * ext/metadata/metadatatags.c:
298         * ext/metadata/metadatatags.h:
299           Use core gps tags.
300
301 2008-10-03  Stefan Kost  <ensonic@users.sf.net>
302
303         * ext/metadata/metadata_mapping.htm:
304         * ext/metadata/metadataxmp.c:
305         * ext/metadata/Makefile.am:
306           Add mapping of format and mime type to xmp.
307
308 2008-10-02  Stefan Kost  <ensonic@users.sf.net>
309
310         * ext/metadata/README:
311         * ext/metadata/metadataexif.c:
312         * ext/metadata/metadatatags.c:
313         * ext/metadata/metadatatags.h:
314           Reverting. Will need to wait for core 0.10.21 release.
315
316 2008-10-02  Stefan Kost  <ensonic@users.sf.net>
317
318         * ext/metadata/README:
319         * ext/metadata/metadataexif.c:
320         * ext/metadata/metadatatags.c:
321         * ext/metadata/metadatatags.h:
322           Use core gps tags.
323
324 2008-09-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
325
326         * gst/flacparse/gstbaseparse.c: (gst_base_parse_finalize),
327         (gst_base_parse_class_init), (gst_base_parse_push_buffer),
328         (gst_base_parse_change_state), (gst_base_parse_set_index),
329         (gst_base_parse_get_index):
330         Add support for GstIndex.
331
332 2008-09-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
333
334         * gst/flacparse/gstbaseparse.c: (gst_base_parse_class_init),
335         (gst_base_parse_push_buffer),
336         (gst_base_parse_update_upstream_durations),
337         (gst_base_parse_convert), (gst_base_parse_frame_in_segment):
338         * gst/flacparse/gstbaseparse.h:
339         Provide a vfunc for the subclass to decide whether a frame is inside
340         the segment or not and add a default implementation.
341
342         Fix approximate bitrate calculations.
343
344 2008-09-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
345
346         * gst/flacparse/gstbaseparse.c: (gst_base_parse_class_init),
347         (gst_base_parse_init), (gst_base_parse_push_buffer),
348         (gst_base_parse_update_upstream_durations), (gst_base_parse_chain),
349         (gst_base_parse_loop), (gst_base_parse_activate),
350         (gst_base_parse_convert), (gst_base_parse_query):
351         Approximate the average bitrate, duration and size if possible
352         and add a default conversion function which uses this for
353         time<->byte conversions.
354
355         * gst/flacparse/gstflacparse.c: (gst_flac_parse_get_frame_size):
356         Fix parsing if upstream gives -1 as duration.
357
358 2008-09-30  Wim Taymans  <wim.taymans@collabora.co.uk>
359
360         * gst/rtpmanager/rtpsession.c: (on_new_ssrc), (on_ssrc_collision),
361         (on_ssrc_validated), (on_ssrc_active), (on_ssrc_sdes),
362         (on_bye_ssrc), (on_bye_timeout), (on_timeout), (on_sender_timeout):
363         Ref the rtpsource object before we release the session lock when we emit
364         the signals.
365
366 2008-09-30  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
367
368         * sys/Makefile.am:
369         * sys/wasapi/Makefile.am:
370         * sys/wasapi/gstwasapi.c:
371         * sys/wasapi/gstwasapisink.c:
372         * sys/wasapi/gstwasapisink.h:
373         * sys/wasapi/gstwasapisrc.c:
374         * sys/wasapi/gstwasapisrc.h:
375         * sys/wasapi/gstwasapiutil.c:
376         * sys/wasapi/gstwasapiutil.h:
377         New plugin for audio capture and playback using Windows Audio Session
378         API (WASAPI) available with Vista and newer (#520901).
379
380         Comes with hardcoded caps and obviously needs lots of love. Haven't
381         had time to work on this code since it was written, was initially just
382         a quick experiment to play around with this new API.
383
384 2008-09-30  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
385
386         * sys/dshowdecwrapper/gstdshowaudiodec.cpp
387           (AudioFakeSink.DoRenderSample):
388         Fix a couple of signed/unsigned comparison warnings.
389
390 2008-09-30  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
391
392         * sys/dshowdecwrapper/gstdshowaudiodec.h (AudioFakeSink.AudioFakeSink):
393         * sys/dshowdecwrapper/gstdshowvideodec.h (VideoFakeSink.VideoFakeSink):
394         Use the _T() macro to support both Unicode and MBCS.
395
396 2008-09-30  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
397
398         * ext/libmms/gstmms.c (plugin_init):
399         Fix return type of the GstURIHandler::get_type() implementation.
400
401 2008-09-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
402
403         * configure.ac:
404         * gst/flacparse/Makefile.am:
405         * gst/flacparse/gstbaseparse.c: (gst_base_parse_get_type),
406         (gst_base_parse_base_init), (gst_base_parse_base_finalize),
407         (gst_base_parse_finalize), (gst_base_parse_class_init),
408         (gst_base_parse_init), (gst_base_parse_check_frame),
409         (gst_base_parse_parse_frame), (gst_base_parse_bytepos_to_time),
410         (gst_base_parse_sink_event), (gst_base_parse_sink_eventfunc),
411         (gst_base_parse_src_event), (gst_base_parse_src_eventfunc),
412         (gst_base_parse_is_seekable), (gst_base_parse_push_buffer),
413         (gst_base_parse_handle_and_push_buffer), (gst_base_parse_drain),
414         (gst_base_parse_chain), (gst_base_parse_pull_range),
415         (gst_base_parse_loop), (gst_base_parse_sink_activate),
416         (gst_base_parse_activate), (gst_base_parse_sink_activate_push),
417         (gst_base_parse_sink_activate_pull), (gst_base_parse_set_duration),
418         (gst_base_parse_set_min_frame_size),
419         (gst_base_parse_get_querytypes), (gst_base_parse_query),
420         (gst_base_parse_handle_seek), (gst_base_parse_sink_setcaps):
421         * gst/flacparse/gstbaseparse.h:
422         * gst/flacparse/gstbitreader.c: (gst_bit_reader_new),
423         (gst_bit_reader_new_from_buffer), (gst_bit_reader_free),
424         (gst_bit_reader_init), (gst_bit_reader_init_from_buffer),
425         (gst_bit_reader_set_pos), (gst_bit_reader_get_pos),
426         (gst_bit_reader_get_remaining), (gst_bit_reader_skip),
427         (gst_bit_reader_skip_to_byte):
428         * gst/flacparse/gstbitreader.h:
429         * gst/flacparse/gstbytereader.c: (GDOUBLE_SWAP_LE_BE),
430         (GFLOAT_SWAP_LE_BE), (gst_byte_reader_new),
431         (gst_byte_reader_new_from_buffer), (gst_byte_reader_free),
432         (gst_byte_reader_init), (gst_byte_reader_init_from_buffer),
433         (gst_byte_reader_set_pos), (gst_byte_reader_get_pos),
434         (gst_byte_reader_get_remaining), (gst_byte_reader_skip),
435         (gst_byte_reader_get_uint8), (gst_byte_reader_get_int8),
436         (gst_byte_reader_peek_uint8), (gst_byte_reader_peek_int8),
437         (gst_byte_reader_get_uint24_le), (gst_byte_reader_get_uint24_be),
438         (gst_byte_reader_get_int24_le), (gst_byte_reader_get_int24_be),
439         (gst_byte_reader_peek_uint24_le), (gst_byte_reader_peek_uint24_be),
440         (gst_byte_reader_peek_int24_le), (gst_byte_reader_peek_int24_be):
441         * gst/flacparse/gstbytereader.h:
442         * gst/flacparse/gstflac.c: (plugin_init):
443         * gst/flacparse/gstflacparse.c: (gst_flac_parse_base_init),
444         (gst_flac_parse_class_init), (gst_flac_parse_init),
445         (gst_flac_parse_finalize), (gst_flac_parse_start),
446         (gst_flac_parse_stop), (gst_flac_parse_get_frame_size),
447         (gst_flac_parse_check_valid_frame),
448         (gst_flac_parse_handle_streaminfo),
449         (gst_flac_parse_handle_vorbiscomment),
450         (gst_flac_parse_handle_picture), (_value_array_append_buffer),
451         (gst_flac_parse_handle_headers), (gst_flac_parse_generate_headers),
452         (gst_flac_parse_parse_frame):
453         * gst/flacparse/gstflacparse.h:
454         Add FLAC parser, based on GstBaseParse. Also add the bit and byte reader
455         that will be added to libgstbase later.
456
457         The FLAC parser is currently not 100% bug free and fails to get the
458         correct frame size for some frames in some streams.
459
460 2008-09-27  Jan Schmidt  <jan.schmidt@sun.com>
461
462         * ext/resindvd/gstmpegdemux.c:
463         * ext/resindvd/gstmpegdemux.h:
464         * ext/resindvd/resindvdbin.c:
465         * ext/resindvd/resindvdsrc.c:
466         * ext/resindvd/rsnstreamselector.c:
467         Add in Title/Chapter seeking, and simple but buggy audio
468         and subtitle stream selection.
469
470 2008-09-24  Michael Smith <msmith@songbirdnest.com>
471
472         * sys/dshowdecwrapper/gstdshowaudiodec.cpp:
473         * sys/dshowdecwrapper/gstdshowaudiodec.h:
474         * sys/dshowdecwrapper/gstdshowfakesrc.cpp:
475         * sys/dshowdecwrapper/gstdshowutil.cpp:
476         * sys/dshowdecwrapper/gstdshowutil.h:
477         * sys/dshowdecwrapper/gstdshowvideodec.cpp:
478         * sys/dshowdecwrapper/gstdshowvideodec.h:
479           Prefer known-good filters, create directly by GUID if possible,
480           fall back to creating highest-merit filter otherwise.
481           Fixes playback with random dshow filters installed in some
482           cases.
483
484 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
485
486         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_insert),
487         (rtp_jitter_buffer_get_sync):
488         * gst/rtpmanager/rtpsession.c: (on_sender_timeout),
489         (session_cleanup):
490         * gst/rtpmanager/rtpsource.c:
491         Fix some docs.
492
493 2008-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
494
495         Patch from: Josep Torra
496
497         * gst/mpegdemux/gstmpegtsdemux.c:
498         * gst/mpegdemux/gstmpegtsdemux.h:
499         Use a preallocated buffer per stream for PES packets sent on src pads.
500         Adaptively adjust buffer size appropriately.
501
502 2008-09-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
503
504         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_start),
505           (gst_neonhttp_src_send_request_and_redirect):
506           Clean up the debug logging code and #ifdef mess a bit: whether or not
507           gstreamer debug messages should be output should not depend on an
508           element property; also, GST_ELEMENT_ERROR will leave a line in the log
509           already, so merge the more useful debug log messages with the less useful
510           error debug strings.
511
512 2008-09-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
513
514         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_start):
515           Don't post LIBRARY_INIT errors where we should be posting
516           RESOURCE OPEN_READ errors. Fixes #552506.
517
518 2008-09-17  Jan Schmidt  <jan.schmidt@sun.com>
519
520         * ext/jack/gstjackaudiosink.c: (jack_process_cb):
521         * gst/rtpmanager/rtpjitterbuffer.c: (calculate_skew):
522         Fix compiler warnings on OS/X
523
524 2008-09-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
525
526         patch by: Michael Krufky
527
528         * sys/dvb/gstdvbsrc.c:
529         Add adapter_name for bus message in ATSC case. Fixes #552536.
530
531 2008-09-15  Stefan Kost  <ensonic@users.sf.net>
532
533         * ext/celt/gstceltenc.h:
534           Help gtk-doc to parse this correctly.
535
536         * gst/pcapparse/gstpcapparse.c:
537           Add missing include.
538
539 2008-09-15  Stefan Kost  <ensonic@users.sf.net>
540
541         * examples/Makefile.am:
542           Only built scaletempo example if we have gtk.
543
544 2008-09-13  Wim Taymans  <wim.taymans@collabora.co.uk>
545
546         * gst/rtpmanager/gstrtpbin.c: (create_session),
547         (gst_rtp_bin_associate), (gst_rtp_bin_sync_chain):
548         Do not try to adjust the offset of streams for which we have not yet
549         seen an SR packet. Avoids large ts-offsets in some cases.
550
551 2008-09-10  Michael Smith <msmith@songbirdnest.com>
552
553         * sys/dshowdecwrapper/Makefile.am:
554         * sys/dshowdecwrapper/gstdshowaudiodec.c:
555         * sys/dshowdecwrapper/gstdshowaudiodec.cpp:
556         * sys/dshowdecwrapper/gstdshowaudiodec.h:
557         * sys/dshowdecwrapper/gstdshowdecwrapper.c:
558         * sys/dshowdecwrapper/gstdshowdecwrapper.cpp:
559         * sys/dshowdecwrapper/gstdshowdecwrapper.h:
560         * sys/dshowdecwrapper/gstdshowfakesrc.cpp:
561         * sys/dshowdecwrapper/gstdshowfakesrc.h:
562         * sys/dshowdecwrapper/gstdshowutil.cpp:
563         * sys/dshowdecwrapper/gstdshowutil.h:
564         * sys/dshowdecwrapper/gstdshowvideodec.c:
565         * sys/dshowdecwrapper/gstdshowvideodec.cpp:
566         * sys/dshowdecwrapper/gstdshowvideodec.h:
567           Major rewrite of dshowdecwrapper. Converts code to
568           C++, moves to direct use of DirectShow base classes,
569           make a lot of code clearer, simplify, etc.
570           Fix decode of MP3 on Vista by working around an apparent
571           bug in the decoder.
572
573 2008-09-10  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
574
575         * sys/winks/gstksclock.c (gst_ks_clock_worker_thread_func,
576           gst_ks_clock_start):
577           Synchronize KS clock as a single-shot operation for now, there's not
578           much point in doing it periodically until we're actually using the
579           KS timestamps for anything else than just discarding old frames.
580         * sys/winks/gstksvideosrc.c (gst_ks_video_src_open_device):
581           Provide the GstClock when opening the device if we already have one.
582
583 2008-09-10  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
584
585         * sys/winks/gstksvideodevice.c (GST_DEBUG_IS_ENABLED, last_timestamp,
586           gst_ks_video_device_prepare_buffers, gst_ks_video_device_create_pin,
587           gst_ks_video_device_set_state, gst_ks_video_device_request_frame,
588           gst_ks_video_device_read_frame):
589           Guard against capturing old frames by keeping track of the last
590           timestamp and also zero-fill the buffers before each capture.
591           Only assign a master clock if the pin hasn't already got one.
592           Actually free buffers on the way down to avoid a huge memory leak,
593           as this was previously done when changing state to ACQUIRE downwards
594           and we now skip that state on the way down.
595           Add some debug.
596         * sys/winks/gstksvideosrc.c (DEFAULT_DEVICE_PATH, DEFAULT_DEVICE_NAME,
597           DEFAULT_DEVICE_INDEX, KS_WORKER_LOCK, KS_WORKER_UNLOCK,
598           KS_WORKER_WAIT, KS_WORKER_NOTIFY, KS_WORKER_WAIT_FOR_RESULT,
599           KS_WORKER_NOTIFY_RESULT, KS_WORKER_STATE_STARTING,
600           KS_WORKER_STATE_READY, KS_WORKER_STATE_STOPPING,
601           KS_WORKER_STATE_ERROR, KsWorkerState, device_path, device_name,
602           device_index, running, worker_thread, worker_lock,
603           worker_notify_cond, worker_result_cond, worker_state,
604           worker_pending_caps, worker_setcaps_result, worker_pending_run,
605           worker_run_result, gst_ks_video_src_reset,
606           gst_ks_video_src_apply_driver_quirks, gst_ks_video_src_open_device,
607           gst_ks_video_src_close_device, gst_ks_video_src_worker_func,
608           gst_ks_video_src_start_worker, gst_ks_video_src_stop_worker,
609           gst_ks_video_src_change_state, gst_ks_video_src_set_clock,
610           gst_ks_video_src_set_caps, gst_ks_video_src_timestamp_buffer,
611           gst_ks_video_src_create):
612           Remove ENABLE_CLOCK_DEBUG define, it's GST_LEVEL_DEBUG after all.
613           Get rid of PROP_ENSLAVE_KSCLOCK and always slave the ks clock to the
614           GStreamer clock, it doesn't seem to hurt and matches DirectShow's
615           behavior. As an added bonus we usually get PresentationTime set for
616           each frame, so we can expand on this later for smarter latency
617           reporting (by looking at the diff between the timestamp from the
618           driver and the time according to the GStreamer clock).
619           Use an internal worker thread for opening the device, setting caps,
620           changing its state and closing it. This way we're a lot more
621           compatible with drivers that rely on hacks to do video-effects
622           between the low-level NT API and the application. Ick.
623           Start the ks clock and set the pin to KSSTATE_RUN on the first
624           create() so that we'll hopefully get hold of the GStreamer clock
625           from the very beginning. This way there's no chance that the
626           timestamps will make a sudden jump in the beginning of the stream
627           when we're running with a clock.
628         * sys/winks/kshelpers.c (CHECK_OPTIONS_FLAG,
629           ks_options_flags_to_string):
630           Reorder the flags to match the headerfile order, and make the string
631           a bit more compact.
632         * sys/winks/ksvideohelpers.c (ks_video_probe_filter_for_caps):
633           Avoid leaking KSPROPERTY_PIN_DATARANGES.
634
635 2008-09-09  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
636
637         * configure.ac:
638         * ext/Makefile.am:
639         * ext/jp2k/Makefile.am:
640         * ext/jp2k/gstjasperdec.c: (gst_jasper_dec_base_init),
641         (gst_jasper_dec_class_init), (gst_jasper_dec_init),
642         (gst_jasper_dec_reset), (gst_jasper_dec_sink_setcaps),
643         (gst_jasper_dec_negotiate), (gst_jasper_dec_get_picture),
644         (gst_jasper_dec_chain), (gst_jasper_dec_set_property),
645         (gst_jasper_dec_get_property), (gst_jasper_dec_change_state),
646         (plugin_init):
647         * ext/jp2k/gstjasperdec.h:
648         Add jp2k plugin.  Fixes #550657.
649
650 2008-09-09  Edward Hervey  <edward.hervey@collabora.co.uk>
651
652         * gst/mpegdemux/flumpegdemux.c: (plugin_init):
653         * gst/mpegdemux/gstmpegdemux.c: (gst_flups_demux_sync_get_type),
654         (gst_flups_demux_get_type), (gst_flups_demux_plugin_init):
655         * gst/mpegdemux/gstmpegtsdemux.c: (gst_fluts_demux_get_type),
656         (gst_fluts_demux_plugin_init):
657         Fix conflicting public names in new mpeg demuxers.
658         Fixes #550468
659
660 2008-09-08  Michael Smith <msmith@songbirdnest.com>
661
662         * gst/aiffparse/aiffparse.c:
663           Support chunks in AIFF in any order in pull mode, and any order so
664           long as we get COMM before the actual data (SSND) in push mode.
665           Fixes playback of AIFC files.
666
667 2008-09-08  Wim Taymans  <wim.taymans@collabora.co.uk>
668
669         * gst/selector/gstinputselector.c: (gst_selector_pad_reset),
670         (gst_input_selector_reset), (gst_input_selector_change_state):
671         Reset the selector state when going to READY.
672
673 2008-09-05  Wim Taymans  <wim.taymans@collabora.co.uk>
674
675         * gst/rtpmanager/gstrtpbin.c: (on_sender_timeout),
676         (create_session), (gst_rtp_bin_associate),
677         (gst_rtp_bin_sync_chain), (gst_rtp_bin_class_init),
678         (gst_rtp_bin_request_new_pad):
679         * gst/rtpmanager/gstrtpbin.h:
680         Add signal to notify listeners when a sender becomes a receiver.
681         Tweak lip-sync code, don't store our own copy of the ts-offset of the
682         jitterbuffer, don't adjust sync if the change is less than 4msec.
683         Get the RTP timestamp <-> GStreamer timestamp relation directly from
684         the jitterbuffer instead of our inaccurate version from the source.
685
686         * gst/rtpmanager/gstrtpjitterbuffer.c:
687         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop),
688         (gst_rtp_jitter_buffer_get_sync):
689         * gst/rtpmanager/gstrtpjitterbuffer.h:
690         Add G_LIKELY macros, use global defines for max packet reorder and
691         dropouts.
692         Reset the jitterbuffer clock skew detection when packets seqnums are
693         changed unexpectedly.
694
695         * gst/rtpmanager/gstrtpsession.c: (on_sender_timeout),
696         (gst_rtp_session_class_init), (gst_rtp_session_init):
697         * gst/rtpmanager/gstrtpsession.h:
698         Add sender timeout signal.
699
700         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_reset_skew),
701         (calculate_skew), (rtp_jitter_buffer_insert),
702         (rtp_jitter_buffer_get_sync):
703         * gst/rtpmanager/rtpjitterbuffer.h:
704         Add some G_LIKELY macros.
705         Keep track of the extended RTP timestamp so that we can report the RTP
706         timestamp <-> GStreamer timestamp relation for lip-sync.
707         Remove server timestamp gap detection code, the server can sometimes
708         make a huge gap in timestamps (talk spurts,...) see #549774.
709         Detect timetamp weirdness instead by observing the sender/receiver
710         timestamp relation and resync if it changes more than 1 second.
711         Add method to report about the current rtp <-> gst timestamp relation
712         which is needed for lip-sync.
713
714         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
715         (on_sender_timeout), (check_collision), (rtp_session_process_sr),
716         (session_cleanup):
717         * gst/rtpmanager/rtpsession.h:
718         Add sender timeout signal.
719         Remove inaccurate rtp <-> gst timestamp relation code, the
720         jitterbuffer can now do an accurate reporting about this.
721
722         * gst/rtpmanager/rtpsource.c: (rtp_source_init),
723         (rtp_source_update_caps), (calculate_jitter),
724         (rtp_source_process_rtp):
725         * gst/rtpmanager/rtpsource.h:
726         Remove inaccurate rtp <-> gst timestamp relation code.
727
728         * gst/rtpmanager/rtpstats.h:
729         Define global max-reorder and max-dropout constants for use in various
730         subsystems.
731
732 2008-09-05  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
733
734         patch by: Sebastian Pölsterl
735
736         * sys/dvb/gstdvbsrc.c:
737         Add DVB Adapter name to structure sent over bus.
738
739 2008-09-02  Edward Hervey  <edward.hervey@collabora.co.uk>
740
741         * gst/mpegdemux/gstmpegdemux.c: (gst_flups_demux_parse_pack_start):
742         * gst/mpegdemux/gstmpegtsdemux.c: (gst_fluts_demux_data_cb):
743         Fix build on macosx.
744
745 2008-09-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
746
747         * configure.ac:
748         * gst/mpegdemux/Makefile.am:
749         * gst/mpegdemux/flumpegdemux.c:
750         * gst/mpegdemux/flutspatinfo.c:
751         * gst/mpegdemux/flutspatinfo.h:
752         * gst/mpegdemux/flutspmtinfo.c:
753         * gst/mpegdemux/flutspmtinfo.h:
754         * gst/mpegdemux/flutspmtstreaminfo.c:
755         * gst/mpegdemux/flutspmtstreaminfo.h:
756         * gst/mpegdemux/gstmpegdefs.h:
757         * gst/mpegdemux/gstmpegdemux.c:
758         * gst/mpegdemux/gstmpegdemux.h:
759         * gst/mpegdemux/gstmpegdesc.c:
760         * gst/mpegdemux/gstmpegdesc.h:
761         * gst/mpegdemux/gstmpegtsdemux.c:
762         * gst/mpegdemux/gstmpegtsdemux.h:
763         * gst/mpegdemux/gstpesfilter.c:
764         * gst/mpegdemux/gstpesfilter.h:
765         * gst/mpegdemux/gstsectionfilter.c:
766         * gst/mpegdemux/gstsectionfilter.h:
767         Add Fluendo MPEG PS and TS demuxers to gst-plugins-bad. This
768         is now dual licensed MPL and LGPL.
769
770 2008-09-02  Wim Taymans  <wim.taymans@collabora.co.uk>
771
772         * gst/mpegtsmux/mpegtsmux.c: (new_packet_cb):
773         Set caps on outgoing buffers.
774
775 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
776
777         * ext/resindvd/plugin.c: (plugin_init):
778         * ext/resindvd/resindvdsrc.c:
779         * ext/twolame/gsttwolame.c: (plugin_init):
780         * gst/aiffparse/aiffparse.c: (plugin_init):
781           Enable/fix up translations for these plugins.
782
783         * po/LINGUAS:
784           Add 'ca' to LINGUAS.
785
786         * po/POTFILES.in:
787         * po/POTFILES.skip:
788           Add more files for translation and more files which tools
789           should skip.
790
791 2008-09-02  Edward Hervey  <edward.hervey@collabora.co.uk>
792
793         * gst/mpegtsmux/tsmux/tsmux.c: (tsmux_write_ts_header):
794         Fix build on macosx.
795
796 2008-09-01  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
797
798         * gst/mpegtsmux/mpegtsmux_aac.c: (mpegtsmux_prepare_aac):
799         Allocate a fixed size buffer on the stack instead of using malloc().
800
801         * gst/mpegtsmux/tsmux/tsmux.c: (tsmux_new), (tsmux_free),
802         (tsmux_program_new), (tsmux_program_free):
803         * gst/mpegtsmux/tsmux/tsmuxstream.c: (tsmux_stream_new),
804         (tsmux_stream_free), (tsmux_stream_consume),
805         (tsmux_stream_add_data):
806         Use GSlice.
807
808 2008-09-01  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
809
810         * gst/mpegtsmux/mpegtsmux.c: (mpegtsmux_create_stream):
811         Add support for muxing MPEG4 video.
812
813 2008-09-01  Edward Hervey  <edward.hervey@collabora.co.uk>
814
815         * gst/mpegtsmux/tsmux/tsmux.h:
816         * gst/mpegtsmux/tsmux/tsmuxstream.h:
817         Fix build of mpegtsmux.
818         
819 2008-09-01  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
820
821         * configure.ac:
822         * gst/mpegtsmux/Makefile.am:
823         * gst/mpegtsmux/mpegtsmux.c: (mpegtsmux_base_init),
824         (mpegtsmux_class_init), (mpegtsmux_init), (mpegtsmux_dispose),
825         (gst_mpegtsmux_set_property), (gst_mpegtsmux_get_property),
826         (release_buffer_cb), (mpegtsmux_create_stream),
827         (mpegtsmux_create_streams), (mpegtsmux_choose_best_stream),
828         (mpegtsmux_collected), (mpegtsmux_request_new_pad),
829         (mpegtsmux_release_pad), (new_packet_cb),
830         (mpegtsdemux_prepare_srcpad), (mpegtsmux_change_state),
831         (plugin_init):
832         * gst/mpegtsmux/mpegtsmux.h:
833         * gst/mpegtsmux/mpegtsmux_aac.c: (mpegtsmux_prepare_aac):
834         * gst/mpegtsmux/mpegtsmux_aac.h:
835         * gst/mpegtsmux/mpegtsmux_h264.c: (mpegtsmux_prepare_h264):
836         * gst/mpegtsmux/mpegtsmux_h264.h:
837         * gst/mpegtsmux/tsmux/Makefile.am:
838         * gst/mpegtsmux/tsmux/crc.h:
839         * gst/mpegtsmux/tsmux/tsmux.c: (tsmux_new), (tsmux_set_write_func),
840         (tsmux_set_pat_frequency), (tsmux_get_pat_frequency), (tsmux_free),
841         (tsmux_program_new), (tsmux_set_pmt_frequency),
842         (tsmux_get_pmt_frequency), (tsmux_program_add_stream),
843         (tsmux_program_set_pcr_stream), (tsmux_get_new_pid),
844         (tsmux_create_stream), (tsmux_find_stream), (tsmux_packet_out),
845         (tsmux_write_adaptation_field), (tsmux_write_ts_header),
846         (tsmux_write_stream_packet), (tsmux_program_free),
847         (tsmux_write_section), (tsmux_write_section_hdr),
848         (tsmux_write_pat), (tsmux_write_pmt):
849         * gst/mpegtsmux/tsmux/tsmux.h:
850         * gst/mpegtsmux/tsmux/tsmuxcommon.h:
851         * gst/mpegtsmux/tsmux/tsmuxstream.c: (tsmux_stream_new),
852         (tsmux_stream_get_pid), (tsmux_stream_free),
853         (tsmux_stream_set_buffer_release_func), (tsmux_stream_consume),
854         (tsmux_stream_at_pes_start), (tsmux_stream_bytes_avail),
855         (tsmux_stream_bytes_in_buffer), (tsmux_stream_get_data),
856         (tsmux_stream_pes_header_length),
857         (tsmux_stream_find_pts_dts_within),
858         (tsmux_stream_write_pes_header), (tsmux_stream_add_data),
859         (tsmux_stream_get_es_descrs), (tsmux_stream_pcr_ref),
860         (tsmux_stream_pcr_unref), (tsmux_stream_is_pcr),
861         (tsmux_stream_get_pts):
862         * gst/mpegtsmux/tsmux/tsmuxstream.h:
863         Add Fluendo MPEG-TS muxer and libtsmux to gst-plugins-bad. This
864         is renamed to mpegtsmux to prevent conflicts. Also all relevant
865         informations about copyright and license are added to the top of
866         every file but apart from that no changes compared to the latest
867         SVN versions happened.
868
869 2008-09-01  Wim Taymans  <wim.taymans@collabora.co.uk>
870
871         * gst/selector/gstinputselector.c: (gst_input_selector_init),
872         (gst_input_selector_event), (gst_input_selector_query):
873         Reuse the get_linked_pads for both source and sinkpads because they are
874         the same.
875         Implement a custum event handler and get the internally linked pad
876         directly instead of relying on the default (slower) implementation.
877
878 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
879
880         * ext/celt/gstceltdec.c: (celt_dec_chain_parse_data):
881         Correctly take the granulepos from upstream if possible and
882         correctly handle the granulepos in various calculations: the
883         granulepos is the sample number of the _last_ sample in a frame, not
884         the first. 
885
886         * ext/celt/gstceltenc.c: (gst_celt_enc_sinkevent),
887         (gst_celt_enc_encode), (gst_celt_enc_chain),
888         (gst_celt_enc_change_state):
889         * ext/celt/gstceltenc.h:
890         Handle non-zero start timestamps in the encoder and detect/handle
891         stream discontinuities. Fixes bug #547075.
892
893 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
894
895         Patch by: Rov Juvano <rovjuvano at users dot sourceforge dot net>
896
897         * configure.ac:
898         * docs/plugins/Makefile.am:
899         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
900         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
901         * docs/plugins/inspect/plugin-scaletempo.xml:
902         * examples/scaletempo/Makefile.am:
903         * examples/scaletempo/demo-gui.c: (pop_status_bar),
904         (status_bar_printf), (demo_gui_seek_bar_format), (update_position),
905         (demo_gui_seek_bar_change), (demo_gui_do_change_rate),
906         (demo_gui_do_set_rate), (demo_gui_do_rate_entered),
907         (demo_gui_do_toggle_advanced), (demo_gui_do_toggle_disabled),
908         (demo_gui_do_seek), (demo_gui_do_play), (demo_gui_do_pause),
909         (demo_gui_do_play_pause), (demo_gui_do_open_file),
910         (demo_gui_do_playlist_prev), (demo_gui_do_playlist_next),
911         (demo_gui_do_about_dialog), (demo_gui_do_quit),
912         (demo_gui_request_set_stride), (demo_gui_request_set_overlap),
913         (demo_gui_request_set_search), (demo_gui_rate_changed),
914         (demo_gui_playing_started), (demo_gui_playing_paused),
915         (demo_gui_playing_ended), (demo_gui_player_errored),
916         (demo_gui_stride_changed), (demo_gui_overlap_changed),
917         (demo_gui_search_changed), (demo_gui_set_player_func),
918         (demo_gui_set_playlist_func), (build_gvalue_array),
919         (create_action), (demo_gui_show_func), (demo_gui_set_player),
920         (demo_gui_set_playlist), (demo_gui_show), (demo_gui_get_property),
921         (demo_gui_set_property), (demo_gui_init), (demo_gui_class_init),
922         (demo_gui_get_type):
923         * examples/scaletempo/demo-gui.h:
924         * examples/scaletempo/demo-main.c: (handle_error_message),
925         (handle_quit), (main):
926         * examples/scaletempo/demo-player.c: (no_pipeline),
927         (demo_player_event_listener), (demo_player_state_changed_cb),
928         (demo_player_eos_cb), (demo_player_build_pipeline), (_set_rate),
929         (demo_player_scale_rate_func), (demo_player_set_rate_func),
930         (_set_state_and_wait), (demo_player_load_uri_func),
931         (demo_player_play_func), (demo_player_pause_func), (_seek_to),
932         (demo_player_seek_by_func), (demo_player_seek_to_func),
933         (demo_player_get_position_func), (demo_player_get_duration_func),
934         (demo_player_scale_rate), (demo_player_set_rate),
935         (demo_player_load_uri), (demo_player_play), (demo_player_pause),
936         (demo_player_seek_by), (demo_player_seek_to),
937         (demo_player_get_position), (demo_player_get_duration),
938         (demo_player_get_property), (demo_player_set_property),
939         (demo_player_init), (demo_player_class_init),
940         (demo_player_get_type):
941         * examples/scaletempo/demo-player.h:
942         * gst/scaletempo/Makefile.am:
943         * gst/scaletempo/gstscaletempo.c: (best_overlap_offset_float),
944         (best_overlap_offset_s16), (output_overlap_float),
945         (output_overlap_s16), (fill_queue), (reinit_buffers),
946         (gst_scaletempo_transform), (gst_scaletempo_transform_size),
947         (gst_scaletempo_sink_event), (gst_scaletempo_set_caps),
948         (gst_scaletempo_get_property), (gst_scaletempo_set_property),
949         (gst_scaletempo_base_init), (gst_scaletempo_class_init),
950         (gst_scaletempo_init):
951         * gst/scaletempo/gstscaletempo.h:
952         * gst/scaletempo/gstscaletempoplugin.c: (plugin_init):
953         Add scaletempo plugin, which allows to scale the speed of audio without
954         changing the pitch by handling seeks with a rate!=1.0.
955         Integrate it into the docs and add the example application for it.
956         Fixes bug #537700.
957
958 2008-08-30  David Schleef  <ds@schleef.org>
959
960         * ext/dirac/gstdiracenc.cc: Fix some memleaks.
961
962 2008-08-29  David Schleef  <ds@schleef.org>
963
964         * ext/dirac/gstdiracenc.cc: Fix EOS handling.  Clean up at
965           object disposal.  Handle 4:2:2 and 4:4:4 video.
966
967 2008-08-29  Jan Schmidt  <Jan.Schmidt@sun.com>
968
969         * ext/resindvd/resindvdbin.c:
970         Fix compiler warning on Forte.
971
972 2008-08-29  Jan Schmidt  <Jan.Schmidt@sun.com>
973
974         * configure.ac:
975         Commit FIONREAD check, needed for the dccp src.
976
977 2008-08-29  Edward Hervey  <edward.hervey@collabora.co.uk>
978
979         * ext/faac/gstfaac.c: (gst_faac_init), (gst_faac_sink_event),
980         (gst_faac_chain), (gst_faac_change_state):
981         * ext/faac/gstfaac.h:
982         Add code for calculating proper timestamp/duration for the trailing
983         encoded buffers that faac will output when receiving EOS.
984
985 2008-08-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
986
987         * configure.ac:
988         Fix CFLAGS and LIBS for the apexsink.
989
990 2008-08-28  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
991
992         * sys/winks/ksvideohelpers.c (ks_video_media_type_free):
993           Avoid leaking the KSDATARANGE member of each KsVideoMediaType.
994
995 2008-08-28  Jan Schmidt  <Jan.Schmidt@sun.com>
996
997         * gst/dccp/gstdccp.c:
998         * gst/dccp/gstdccpclientsrc.c:
999         Fix compilation on Solaris by including filio.h as needed.
1000
1001         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
1002         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll2.inc:
1003         Fix compilation with Forte - apparently it hates concatenating a
1004         macro argument that starts with an underscore??
1005
1006 2008-08-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1007
1008         Patch by: Jérémie Bernard <gremimail at gmail dot com>
1009
1010         * configure.ac:
1011         * ext/apexsink/LGPL-3.0.txt:
1012         * ext/apexsink/Makefile.am:
1013         * ext/apexsink/gstapexplugin.c: (plugin_init):
1014         * ext/apexsink/gstapexraop.c: (g_strdel), (gst_apexraop_send),
1015         (gst_apexraop_recv), (gst_apexraop_new), (gst_apexraop_free),
1016         (gst_apexraop_set_host), (gst_apexraop_get_host),
1017         (gst_apexraop_set_port), (gst_apexraop_get_port),
1018         (gst_apexraop_set_useragent), (gst_apexraop_get_useragent),
1019         (gst_apexraop_connect), (gst_apexraop_get_jacktype),
1020         (gst_apexraop_get_jackstatus), (gst_apexraop_close),
1021         (gst_apexraop_set_volume), (gst_apexraop_write_bits),
1022         (gst_apexraop_write), (gst_apexraop_flush):
1023         * ext/apexsink/gstapexraop.h:
1024         * ext/apexsink/gstapexsink.c: (gst_apexsink_jackstatus_get_type),
1025         (gst_apexsink_jacktype_get_type), (gst_apexsink_interfaces_init),
1026         (gst_apexsink_implements_interface_init),
1027         (gst_apexsink_mixer_interface_init),
1028         (gst_apexsink_interface_supported),
1029         (gst_apexsink_mixer_list_tracks), (gst_apexsink_mixer_set_volume),
1030         (gst_apexsink_mixer_get_volume), (gst_apexsink_base_init),
1031         (gst_apexsink_class_init), (gst_apexsink_init),
1032         (gst_apexsink_set_property), (gst_apexsink_get_property),
1033         (gst_apexsink_finalise), (gst_apexsink_open),
1034         (gst_apexsink_prepare), (gst_apexsink_write),
1035         (gst_apexsink_unprepare), (gst_apexsink_delay),
1036         (gst_apexsink_reset), (gst_apexsink_close):
1037         * ext/apexsink/gstapexsink.h:
1038         Add apexsink for audio output to Apple AirPort Express Wireless
1039         devices. Fixes bug #542510.
1040
1041 2008-08-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1042
1043         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_send_rtcp),
1044         (gst_rtp_session_event_send_rtp_sink):
1045         Send EOS when the session object instructs us to.
1046
1047         * gst/rtpmanager/rtpsession.c: (rtp_session_on_timeout):
1048         * gst/rtpmanager/rtpsession.h:
1049         Make it possible for the session manager to instruct us to send EOS. We
1050         currently will EOS when the session is a sender and when the sender part
1051         goes EOS. This is not entirely correct behaviour because the session
1052         could still participate as a receiver.
1053         Fixes #549409.
1054
1055 2008-08-27  Michael Smith <msmith@songbirdnest.com>
1056
1057         * gst/aiffparse/aiffparse.c:
1058           Read size of chunks preceeding the audio data with the
1059           correct endianness. Fixes playback of some files.
1060           Fixes #538500
1061
1062 2008-08-27  Michael Smith <msmith@songbirdnest.com>
1063
1064         * configure.ac:
1065         * gst/aiffparse/Makefile.am:
1066         * gst/aiffparse/aiffparse.c:
1067         * gst/aiffparse/aiffparse.h:
1068           Add an AIFF parsing element, heavily based on wavparse.
1069
1070 2008-08-27  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1071
1072         * sys/winks/gstksvideodevice.c (gst_ks_video_device_class_init,
1073           gst_ks_video_device_set_state):
1074           Don't set the pin state to KSSTATE_RUN from the streaming thread.
1075           Skip KSSTATE_ACQUIRE when changing pin state downwards.
1076           Be nice and specify G_PARAM_STATIC_STRINGS.
1077           Remove unused finalize method.
1078
1079         * sys/winks/gstksvideosrc.c (DEFAULT_ENABLE_QUIRKS, PROP_ENABLE_QUIRKS,
1080           enable_quirks, gst_ks_video_src_class_init, gst_ks_video_src_init,
1081           gst_ks_video_src_finalize, gst_ks_video_src_get_property,
1082           gst_ks_video_src_set_property, gst_ks_video_src_reset,
1083           gst_ks_video_src_apply_driver_quirks, gst_ks_video_src_change_state,
1084           gst_ks_video_src_set_caps):
1085           First driver quirk: work around Logitech's hostile driver software to
1086           improve stability and performance. See comments for details.
1087           Provide a property to disable driver quirks (enabled by default).
1088           Be nice and specify G_PARAM_STATIC_STRINGS.
1089           Remove unused dispose method.
1090           Tweak include order.
1091
1092 2008-08-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1093
1094         * gst/selector/gstinputselector.c: (gst_input_selector_init),
1095         (gst_input_selector_query):
1096         Implement the LATENCY query in a better way by taking the latency of all
1097         sinkpads and taking the min/max instead of just taking a random pad.
1098
1099 2008-08-26  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1100
1101         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc:
1102         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopTop.inc:
1103         * gst/deinterlace2/tvtime/tomsmocomp/StrangeBob.inc:
1104         * gst/deinterlace2/tvtime/tomsmocomp/WierdBob.inc:
1105         Unroll the loop to handle two bytes at once. This should give
1106         a small speedup and makes it possible to handle chroma and luma
1107         different which is needed later.
1108
1109 2008-08-26  Edward Hervey  <edward.hervey@collabora.co.uk>
1110
1111         * gst/dccp/gstdccpserversink.c:
1112         * gst/dccp/gstdccpserversink.h:
1113         Don't put globals only used by one '.c' file in a header !
1114         Declare it as static, fixes build on macosx.
1115
1116 2008-08-26  Edward Hervey  <edward.hervey@collabora.co.uk>
1117
1118         * gst/dccp/gstdccp.c: (gst_dccp_send_buffer):
1119         Whoops, that was one fix too much :)
1120
1121 2008-08-26  Edward Hervey  <edward.hervey@collabora.co.uk>
1122
1123         * gst/dccp/gstdccp.c: (gst_dccp_read_buffer),
1124         (gst_dccp_send_buffer), (gst_dccp_set_sock_windowsize):
1125         size_t's size varies by platform/architecture. Use glib convenience
1126         macro instead. Fixes build on macosx.
1127         Remove ending '\n' in debug statements.
1128
1129 2008-08-26  Edward Hervey  <edward.hervey@collabora.co.uk>
1130
1131         * gst/pcapparse/gstpcapparse.c: (gst_pcap_parse_class_init):
1132         Remove unused code and fix includes.
1133
1134 2008-08-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1135
1136         * gst/deinterlace2/gstdeinterlace2.c:
1137         (gst_deinterlace_method_class_init):
1138         * gst/deinterlace2/gstdeinterlace2.h:
1139         * gst/deinterlace2/tvtime/tomsmocomp.c:
1140         (gst_deinterlace_method_tomsmocomp_class_init):
1141         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc:
1142         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopTop.inc:
1143         * gst/deinterlace2/tvtime/tomsmocomp/StrangeBob.inc:
1144         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
1145         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll2.inc:
1146         * gst/deinterlace2/tvtime/tomsmocomp/WierdBob.inc:
1147         * gst/deinterlace2/tvtime/tomsmocomp/tomsmocompmacros.h:
1148         First part of the C implementation of the tomsmocomp deinterlacing
1149         algorithm. This only supports search-effort=0 currently, is painfully
1150         slow and needs some cleanup later when all search-effort settings
1151         are implemented in C.
1152
1153 2008-08-24  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1154
1155         * configure.ac:
1156         * sys/Makefile.am:
1157         * sys/winks/Makefile.am:
1158         * sys/winks/gstksclock.c:
1159         * sys/winks/gstksclock.h:
1160         * sys/winks/gstksvideodevice.c:
1161         * sys/winks/gstksvideodevice.h:
1162         * sys/winks/gstksvideosrc.c:
1163         * sys/winks/gstksvideosrc.h:
1164         * sys/winks/kshelpers.c:
1165         * sys/winks/kshelpers.h:
1166         * sys/winks/ksvideohelpers.c:
1167         * sys/winks/ksvideohelpers.h:
1168           New plugin for low-latency video capture on Windows (#519935).
1169
1170           Uses Kernel Streaming, the lowest level API for doing video capture
1171           on Windows (more or less just raw ioctls).
1172
1173 2008-08-24  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1174
1175         * gst/pcapparse/gstpcapparse.c:
1176         * sys/winscreencap/gstdx9screencapsrc.c:
1177         * sys/winscreencap/gstgdiscreencapsrc.c:
1178           Added documentation blobs. Thanks to Stefan for noticing!
1179
1180 2008-08-24  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1181
1182         * configure.ac:
1183         * gst/pcapparse/Makefile.am:
1184         * gst/pcapparse/gstpcapparse.c:
1185         * gst/pcapparse/gstpcapparse.h:
1186           New plugin: pcapparse (#520899).
1187
1188 2008-08-24  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1189
1190         patch by: Haakon Sporsheim <hakon.sporsheim@tandberg.com>
1191
1192         * configure.ac:
1193         * sys/Makefile.am:
1194         * sys/winscreencap/Makefile.am:
1195         * sys/winscreencap/gstdx9screencapsrc.c:
1196         * sys/winscreencap/gstdx9screencapsrc.h:
1197         * sys/winscreencap/gstgdiscreencapsrc.c:
1198         * sys/winscreencap/gstgdiscreencapsrc.h:
1199         * sys/winscreencap/gstwinscreencap.c:
1200         * sys/winscreencap/gstwinscreencap.h:
1201           New plugin: winscreencap (#463941).
1202
1203 2008-08-22  Michael Smith <msmith@songbirdnest.com>
1204
1205         * sys/dshowdecwrapper/gstdshowaudiodec.c:
1206           Flip mpeg1/mpeg2 arrays for mpeg audio. Detect which type the audio
1207           is correctly, instead of backwards. No functional changes, since this
1208           mistake was completely self-consistent.
1209
1210 2008-08-22  Stefan Kost  <ensonic@users.sf.net>
1211
1212         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1213           Add, but commented out xml/element-dc1394.xml. Its documented, but
1214           I can't get it to be build.
1215
1216         * ext/celt/gstceltdec.c:
1217         * ext/celt/gstceltenc.c:
1218           Fix doc warnings and reformat the doc block.
1219
1220 2008-08-21  Stefan Kost  <ensonic@users.sf.net>
1221
1222         patch by: Leandro Melo de Sales <leandroal@gmail.com>
1223
1224         * configure.ac:
1225         * docs/plugins/Makefile.am:
1226         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1227         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1228         * docs/plugins/gst-plugins-bad-plugins.args:
1229         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
1230         * docs/plugins/gst-plugins-bad-plugins.interfaces:
1231         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
1232         * docs/plugins/gst-plugins-bad-plugins.signals:
1233         * docs/plugins/inspect/plugin-dccp.xml:
1234         * gst/dccp/Makefile.am:
1235         * gst/dccp/gstdccp.c:
1236         * gst/dccp/gstdccp.h:
1237         * gst/dccp/gstdccpclientsink.c:
1238         * gst/dccp/gstdccpclientsink.h:
1239         * gst/dccp/gstdccpclientsrc.c:
1240         * gst/dccp/gstdccpclientsrc.h:
1241         * gst/dccp/gstdccpplugin.c:
1242         * gst/dccp/gstdccpserversink.c:
1243         * gst/dccp/gstdccpserversink.h:
1244         * gst/dccp/gstdccpserversrc.c:
1245         * gst/dccp/gstdccpserversrc.h:
1246         * tests/icles/dccp/README:
1247         * tests/icles/dccp/call/README:
1248         * tests/icles/dccp/call/DCCPClient.c:
1249         * tests/icles/dccp/call/DCCPServer.c:
1250         * tests/icles/dccp/file/DCCPClientSaveFile.c:
1251         * tests/icles/dccp/file/DCCPServerSendFile.c:
1252         * tests/icles/dccp/mic/DCCPClientPlayMic.c:
1253         * tests/icles/dccp/mic/DCCPServerMic.c:
1254         * tests/icles/dccp/mp3/DCCPClientPlayMP3.c:
1255         * tests/icles/dccp/mp3/DCCPServerSendMP3.c:
1256         * tests/icles/dccp/mp3Speex/DCCPClientPlaySpeexMP3.c:
1257         * tests/icles/dccp/mp3Speex/DCCPServerSendSpeexMP3.c:
1258         * tests/icles/dccp/mp3Stream/DCCPClientPlayMP3Stream.c:
1259         * tests/icles/dccp/mp3Stream/DCCPServerSendMP3Stream.c:
1260           Add dccp plugin. Fixes #542390.
1261
1262 2008-08-20  Tim-Philipp Müller  <tim at collabora co uk>
1263
1264         * configure.ac:
1265           Remove bits that presumably weren't supposed to be committed.
1266
1267 2008-08-20  Michael Smith <msmith@songbirdnest.com>
1268
1269         * configure.ac:
1270         * sys/Makefile.am:
1271         * sys/acmenc/Makefile.am:
1272         * sys/acmenc/acmenc.c:
1273           Add new windows ACM encoder wrapper.
1274
1275 2008-08-18  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1276
1277         patch by: Michael Krufky
1278
1279         * sys/dvb/gstdvbsrc.c:
1280         * sys/dvb/parsechannels.c:
1281         Add ATSC tunning and channels.conf parsing support.
1282         Fixes #537455
1283
1284 2008-08-13  Michael Smith <msmith@songbirdnest.com>
1285
1286         * sys/dshowdecwrapper/gstdshowaudiodec.c:
1287         * sys/dshowdecwrapper/gstdshowaudiodec.h:
1288         * sys/dshowdecwrapper/gstdshowvideodec.c:
1289         * sys/dshowdecwrapper/gstdshowvideodec.h:
1290         * sys/dshowvideosink/dshowvideosink.cpp:
1291         * sys/dshowvideosink/dshowvideosink.h:
1292           Initialise COM with default flags.
1293           Only deinitialise if the initialisation was successful.
1294
1295 2008-08-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1296
1297         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_associate),
1298         (gst_rtp_bin_sync_chain), (new_ssrc_pad_found):
1299         Reset rtp timestamp interpollation when we detect a gap when the
1300         clock_base changed.
1301         Don't try to adjust the ts-offset when it's too big (> 3seconds)
1302
1303         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_set_ssrc):
1304         * gst/rtpmanager/gstrtpsession.h:
1305         Add method to set session SSRC.
1306
1307         * gst/rtpmanager/rtpsession.c: (check_collision),
1308         (rtp_session_set_internal_ssrc), (rtp_session_get_internal_ssrc),
1309         (rtp_session_on_timeout):
1310         * gst/rtpmanager/rtpsession.h:
1311         Added debugging for the collision checks.
1312         Add method to change the internal SSRC of the session.
1313
1314         * gst/rtpmanager/rtpsource.c: (rtp_source_process_rtp):
1315         Reset the clock base when we detect large jumps in the seqnums.
1316
1317 2008-08-12  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1318
1319         * ext/x264/gstx264enc.c: (gst_x264_enc_reset),
1320         (gst_x264_enc_chain), (gst_x264_enc_encode_frame):
1321         * ext/x264/gstx264enc.h:
1322         Do not deal with duplicated input (timestamps).  If needed,
1323         a generic element can do so.
1324         Do not manipulate input timestamps on the way out,
1325         since that shifts the timeline and A/V sync.
1326
1327 2008-08-12  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1328
1329         * docs/plugins/gst-plugins-bad-plugins.args:
1330         Integrate new properties into documentation.
1331         * ext/x264/gstx264enc.c: (gst_x264_enc_class_init),
1332         (gst_x264_enc_init), (gst_x264_enc_init_encoder),
1333         (gst_x264_enc_set_property), (gst_x264_enc_get_property):
1334         Fix up API prior to eventual plugin move.
1335         API: GstX264Enc:pass (provides more options, and changed to enum)
1336
1337 2008-08-12  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1338
1339         * docs/plugins/Makefile.am:
1340         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1341         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1342         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
1343         * docs/plugins/inspect/plugin-mplex.xml:
1344         * ext/mplex/gstmplex.cc:
1345         Update and add documentation for mplex.
1346         * ext/mpeg2enc/gstmpeg2enc.cc:
1347         Documentation update.
1348
1349 2008-08-12  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1350
1351         * docs/plugins/Makefile.am:
1352         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1353         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1354         * ext/x264/gstx264enc.c:
1355         * tests/check/Makefile.am:
1356         * tests/check/elements/x264enc.c: (setup_x264enc),
1357         (cleanup_x264enc), (GST_START_TEST), (x264enc_suite), (main):
1358         Add documentation and unit test for x264enc.
1359
1360 2008-08-11  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1361
1362         * ext/x264/gstx264enc.c: (gst_x264_enc_init),
1363         (gst_x264_enc_header_buf), (gst_x264_enc_encode_frame):
1364         Allocate some buffers in more adaptive and economical fashion.
1365
1366 2008-08-11  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1367
1368         * configure.ac:
1369         Check for sufficiently up-to-date x264 API.
1370         * ext/x264/gstx264enc.c: (gst_x264_enc_pass_get_type),
1371         (gst_x264_enc_base_init), (gst_x264_enc_class_init),
1372         (gst_x264_enc_init), (gst_x264_enc_init_encoder),
1373         (gst_x264_enc_set_property), (gst_x264_enc_get_property):
1374         * ext/x264/gstx264enc.h:
1375         Expose some more parameters of the x264 encoder as properties.
1376
1377 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1378
1379         * gst/rtpmanager/gstrtpbin.c:
1380           Print the pad-name in debug log.
1381
1382         * sys/dshowsrcwrapper/gstdshowaudiosrc.c:
1383         * sys/dshowsrcwrapper/gstdshowvideosrc.c:
1384           Use "-" instead of "_" in property names. Can we call them just
1385           "device" like everywhere else?
1386
1387 2008-08-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1388
1389         * ext/x264/gstx264enc.c: (gst_x264_enc_log_callback),
1390         (gst_x264_enc_finalize), (gst_x264_enc_header_buf),
1391         (gst_x264_enc_set_src_caps), (gst_x264_enc_sink_set_caps),
1392         (gst_x264_enc_flush_frames):
1393         Coding style and layout; re-order some functions in more
1394         typical and natural flow.
1395
1396 2008-08-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1397
1398         * ext/x264/Makefile.am:
1399         * ext/x264/gstx264enc.c: (gst_x264_enc_set_src_caps),
1400         (gst_x264_enc_sink_set_caps), (gst_x264_enc_init),
1401         (gst_x264_enc_reset), (gst_x264_enc_finalize),
1402         (gst_x264_enc_flush_frames), (gst_x264_enc_sink_event),
1403         (gst_x264_enc_chain), (gst_x264_enc_encode_frame),
1404         (gst_x264_enc_change_state), (gst_x264_enc_set_property):
1405         * ext/x264/gstx264enc.h:
1406         Use GQueue in stead of custom queue code.
1407         Factorize flushing out encoder delayed frames.
1408         Factorize initialization and state change reset.
1409
1410 2008-08-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1411
1412         * ext/x264/gstx264enc.h:
1413         * sys/fbdev/gstfbdevsink.c:
1414         Use configure-generated _stdint.h.
1415
1416 2008-08-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1417
1418         * ext/x264/Makefile.am:
1419         * ext/x264/gstx264enc.c: (gst_x264_enc_header_buf),
1420         (gst_x264_enc_sink_set_caps), (gst_x264_enc_base_init),
1421         (gst_x264_enc_class_init), (gst_x264_enc_log_callback),
1422         (gst_x264_enc_init), (gst_x264_enc_init_encoder),
1423         (gst_x264_enc_finalize), (gst_x264_enc_chain),
1424         (gst_x264_enc_encode_frame), (plugin_init):
1425         * ext/x264/gstx264enc.h:
1426         Use video format library and GST_WRITE_*_BE macros where applicable.
1427         Use finalize in stead of dispose.
1428         Set up debug category and log callback.
1429
1430 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
1431
1432         Patch by: Frederic Crozat <fcrozat@mandriva.org>
1433
1434         * ext/sndfile/gstsf.c: (plugin_init):
1435         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_plugin_init):
1436         * sys/oss4/oss4-audio.c: (plugin_init):
1437         Make sure gettext returns translations in UTF-8 encoding rather
1438         than in the current locale encoding (#546822).
1439
1440 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1441
1442         * ext/twolame/gsttwolame.c: (gst_two_lame_sink_setcaps),
1443         (gst_two_lame_chain):
1444         * ext/twolame/gsttwolame.h:
1445         Allow raw float samples as input for encoding.
1446
1447 2008-08-07  Stefan Kost  <ensonic@users.sf.net>
1448
1449         * ext/jack/gstjackaudiosrc.c:
1450           Try committing this once again. Now properly renamed.
1451
1452 2008-08-07  Stefan Kost  <ensonic@users.sf.net>
1453
1454         * docs/plugins/Makefile.am:
1455         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1456         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1457         * docs/plugins/gst-plugins-bad-plugins.args:
1458         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
1459         * docs/plugins/gst-plugins-bad-plugins.interfaces:
1460         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
1461         * docs/plugins/inspect/plugin-jack.xml
1462           Add new element to docs.
1463
1464         * ext/jack/gstjack.h
1465           Add missing file.
1466
1467         * ext/jack/gstjackaudiosrc.c:
1468         * ext/jack/gstjackaudiosrc.h:
1469           Rename jackaudiosrc to jack_audio_src.
1470
1471 2008-08-07  Stefan Kost  <ensonic@users.sf.net>
1472
1473         patch by: Tristan Matthews <tristan@sat.qc.ca>
1474
1475         * ext/jack/Makefile.am:
1476         * ext/jack/gstjack.c:
1477         * ext/jack/gstjackaudioclient.c:
1478         * ext/jack/gstjackaudiosink.c:
1479         * ext/jack/gstjackaudiosink.h:
1480         * ext/jack/gstjackaudiosrc.c:
1481         * ext/jack/gstjackaudiosrc.h:
1482         * ext/jack/gstjackringbuffer.h:
1483           Add a jackaudiosrc. Refactor sink slightly for better code reuse.
1484           Fixes #545197.
1485
1486 2008-08-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1487
1488         * docs/plugins/Makefile.am:
1489         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1490         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1491         * docs/plugins/gst-plugins-bad-plugins.args:
1492         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
1493         * docs/plugins/gst-plugins-bad-plugins.interfaces:
1494         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
1495         * docs/plugins/inspect/plugin-celt.xml:
1496         * docs/plugins/inspect/plugin-twolame.xml:
1497         Add twolame and celt plugins to the docs.
1498
1499 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1500
1501         Based on patch by: Olivier Crete <tester at tester dot ca>
1502
1503         * gst/rtpmanager/gstrtpjitterbuffer.c:
1504         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
1505         Make the buffer metadata writable before inserting it in the
1506         jitterbuffer because the jitterbuffer will modify the timestamps.
1507
1508         * gst/rtpmanager/rtpjitterbuffer.c:
1509         Update method comment about requiring writable metadata on buffers.
1510
1511         * gst/rtpmanager/rtpsession.c: (rtp_session_process_sr),
1512         (rtp_session_process_rtcp):
1513         Make the RTCP buffer metadata writable because we want to modify the
1514         metadata.
1515         Fixes #546312.
1516
1517 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1518
1519         * gst/selector/gstinputselector.c: (gst_selector_pad_bufferalloc),
1520         (gst_selector_pad_chain), (gst_input_selector_getcaps),
1521         (gst_input_selector_activate_sinkpad):
1522         Move the select-all logic into the activation of the currently selected
1523         pad. We want to remember the last pad with activity in select-all mode.
1524         Fix the getcaps function, we can produce the union of the upstream caps
1525         in select-all mode, not the intersection like proxy_getcaps() does.
1526
1527 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1528
1529         Patch by: Håvard Graff <havard dot graff at tandberg dot com>
1530
1531         * gst/rtpmanager/gstrtpjitterbuffer.c:
1532         (gst_rtp_jitter_buffer_chain):
1533         Fix debug by logging the right seqnum.
1534
1535 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1536
1537         Patch by: Olivier Crete <tester at tester dot ca>
1538
1539         * gst/rtpmanager/gstrtpbin.c: (get_pt_map):
1540         Release lock before emitting the request-pt-map signal.
1541         Fixes #543480.
1542
1543 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1544
1545         * gst/deinterlace2/gstdeinterlace2.c:
1546         (gst_deinterlace_simple_method_interpolate_scanline),
1547         (gst_deinterlace_simple_method_copy_scanline),
1548         (gst_deinterlace_simple_method_deinterlace_frame):
1549         * gst/deinterlace2/tvtime/greedy.c: (deinterlace_frame_di_greedy):
1550         * gst/deinterlace2/tvtime/greedyh.c:
1551         (deinterlace_frame_di_greedyh):
1552         * gst/deinterlace2/tvtime/scalerbob.c:
1553         (deinterlace_scanline_scaler_bob):
1554         * gst/deinterlace2/tvtime/tomsmocomp.c: (Fieldcopy):
1555         * gst/deinterlace2/tvtime/weave.c: (deinterlace_scanline_weave),
1556         (copy_scanline):
1557         * gst/deinterlace2/tvtime/weavebff.c: (deinterlace_scanline_weave),
1558         (copy_scanline):
1559         * gst/deinterlace2/tvtime/weavetff.c: (deinterlace_scanline_weave),
1560         (copy_scanline):
1561         Use oil_memcpy() instead of memcpy() as it's faster for the sizes that
1562         are usually used here.
1563
1564 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1565
1566         * gst/deinterlace2/Makefile.am:
1567         * gst/deinterlace2/gstdeinterlace2.c:
1568         (gst_deinterlace_simple_method_deinterlace_frame),
1569         (gst_deinterlace2_methods_get_type), (gst_deinterlace2_set_method):
1570         * gst/deinterlace2/gstdeinterlace2.h:
1571         * gst/deinterlace2/tvtime/linear.c:
1572         (deinterlace_scanline_linear_c), (deinterlace_scanline_linear_mmx),
1573         (deinterlace_scanline_linear_mmxext),
1574         (gst_deinterlace_method_linear_class_init),
1575         (gst_deinterlace_method_linear_init):
1576         * gst/deinterlace2/tvtime/linearblend.c:
1577         (deinterlace_scanline_linear_blend_c),
1578         (deinterlace_scanline_linear_blend2_c),
1579         (deinterlace_scanline_linear_blend_mmx),
1580         (deinterlace_scanline_linear_blend2_mmx),
1581         (gst_deinterlace_method_linear_blend_class_init),
1582         (gst_deinterlace_method_linear_blend_init):
1583         * gst/deinterlace2/tvtime/plugins.h:
1584         * gst/deinterlace2/tvtime/scalerbob.c:
1585         (deinterlace_scanline_scaler_bob),
1586         (gst_deinterlace_method_scaler_bob_class_init),
1587         (gst_deinterlace_method_scaler_bob_init):
1588         * gst/deinterlace2/tvtime/weave.c: (deinterlace_scanline_weave),
1589         (copy_scanline), (gst_deinterlace_method_weave_class_init),
1590         (gst_deinterlace_method_weave_init):
1591         * gst/deinterlace2/tvtime/weavebff.c: (deinterlace_scanline_weave),
1592         (copy_scanline), (gst_deinterlace_method_weave_bff_class_init),
1593         (gst_deinterlace_method_weave_bff_init):
1594         * gst/deinterlace2/tvtime/weavetff.c: (deinterlace_scanline_weave),
1595         (copy_scanline), (gst_deinterlace_method_weave_tff_class_init),
1596         (gst_deinterlace_method_weave_tff_init):
1597         Add the remaining tvtime deinterlacing methods and fix the
1598         deinterlace_frame() implementation of GstDeinterlaceSimpleMethod.
1599
1600 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1601
1602         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_line_c),
1603         (deinterlace_line_mmx), (gst_deinterlace_method_vfir_class_init):
1604         Implement the VFIR deinterlacing method as simple method.
1605
1606 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1607
1608         * gst/deinterlace2/gstdeinterlace2.c:
1609         (gst_deinterlace_simple_method_interpolate_scanline),
1610         (gst_deinterlace_simple_method_copy_scanline),
1611         (gst_deinterlace_simple_method_deinterlace_frame),
1612         (gst_deinterlace_simple_method_class_init),
1613         (gst_deinterlace_simple_method_init):
1614         * gst/deinterlace2/gstdeinterlace2.h:
1615         Add a GstDeinterlaceSimpleMethod subclass of GstDeinterlaceMethod that
1616         can be used by simple deinterlacing methods. They only have to provide
1617         a function for interpolating a scanline or copying a scanline.
1618
1619 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1620
1621         * gst/deinterlace2/gstdeinterlace2.c: (gst_deinterlace2_chain):
1622         Respect the latency of the deinterlacing algorithm for the timestamps
1623         of every buffer.
1624
1625 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1626
1627         * gst/deinterlace2/tvtime/greedyh.asm:
1628         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc:
1629         Add the MMX registers to the clobbered registers only if __MMX__ is
1630         defined.
1631
1632 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1633
1634         * gst/deinterlace2/Makefile.am:
1635         * gst/deinterlace2/gstdeinterlace2.c:
1636         (gst_deinterlace2_methods_get_type), (gst_deinterlace2_set_method),
1637         (gst_deinterlace2_class_init):
1638         Enable tomsmocomp again as the C port will be ready for the next
1639         release.
1640
1641 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1642
1643         * gst/deinterlace2/gstdeinterlace2.c: (gst_deinterlace2_init),
1644         (gst_greatest_common_divisor), (gst_fraction_double),
1645         (gst_deinterlace2_getcaps), (gst_deinterlace2_setcaps):
1646         Don't use proxy_getcaps() but implement our own getcaps() function
1647         that doubles/halfs the framerate if all fields should be sent out.
1648
1649 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1650
1651         * configure.ac:
1652         * ext/Makefile.am:
1653         * ext/twolame/Makefile.am:
1654         * ext/twolame/gsttwolame.c: (gst_two_lame_mode_get_type),
1655         (gst_two_lame_padding_get_type), (gst_two_lame_emphasis_get_type),
1656         (gst_two_lame_release_memory), (gst_two_lame_finalize),
1657         (gst_two_lame_base_init), (gst_two_lame_class_init),
1658         (gst_two_lame_src_setcaps), (gst_two_lame_sink_setcaps),
1659         (gst_two_lame_init), (gst_two_lame_set_property),
1660         (gst_two_lame_get_property), (gst_two_lame_sink_event),
1661         (gst_two_lame_chain), (gst_two_lame_setup),
1662         (gst_two_lame_change_state), (gst_two_lame_get_default_settings),
1663         (plugin_init):
1664         * ext/twolame/gsttwolame.h:
1665         Add TwoLAME MP2 encoding element, based on the LAME element.
1666
1667 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1668
1669         * configure.ac:
1670         * ext/Makefile.am:
1671         * ext/celt/Makefile.am:
1672         * ext/celt/gstcelt.c: (plugin_init):
1673         * ext/celt/gstceltdec.c: (gst_celt_dec_base_init),
1674         (gst_celt_dec_class_init), (gst_celt_dec_reset),
1675         (gst_celt_dec_init), (celt_dec_convert),
1676         (celt_get_sink_query_types), (celt_dec_sink_query),
1677         (celt_get_src_query_types), (celt_dec_src_query),
1678         (celt_dec_src_event), (celt_dec_sink_event),
1679         (celt_dec_chain_parse_header), (celt_dec_chain_parse_comments),
1680         (celt_dec_chain_parse_data), (celt_dec_chain),
1681         (celt_dec_change_state):
1682         * ext/celt/gstceltdec.h:
1683         * ext/celt/gstceltenc.c: (gst_celt_enc_setup_interfaces),
1684         (gst_celt_enc_base_init), (gst_celt_enc_class_init),
1685         (gst_celt_enc_finalize), (gst_celt_enc_sink_setcaps),
1686         (gst_celt_enc_sink_getcaps), (gst_celt_enc_convert_src),
1687         (gst_celt_enc_convert_sink), (gst_celt_enc_get_latency),
1688         (gst_celt_enc_get_query_types), (gst_celt_enc_src_query),
1689         (gst_celt_enc_sink_query), (gst_celt_enc_init),
1690         (gst_celt_enc_create_metadata_buffer), (gst_celt_enc_setup),
1691         (gst_celt_enc_buffer_from_data), (gst_celt_enc_push_buffer),
1692         (gst_celt_enc_set_header_on_caps), (gst_celt_enc_sinkevent),
1693         (gst_celt_enc_chain), (gst_celt_enc_get_property),
1694         (gst_celt_enc_set_property), (gst_celt_enc_change_state):
1695         * ext/celt/gstceltenc.h:
1696         Add CELT encoder and decoder elements based on the Speex elements.
1697
1698 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1699
1700         Patch by: Tal Shalif <tshalif at nargila dot org>
1701
1702         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_initsdl):
1703         Use g_setenv() and g_unsetenv() instead of setenv() to fix compilation
1704         with mingw. Fixes bug #545247.
1705
1706 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
1707
1708         * configure.ac:
1709         Back to development -> 0.10.8.1
1710
1711 === release 0.10.8 ===
1712
1713 2008-07-28  Jan Schmidt <jan.schmidt@sun.com>
1714
1715         * configure.ac:
1716           releasing 0.10.8, "Vapour Trails"
1717
1718 2008-07-25  Jan Schmidt  <jan.schmidt@sun.com>
1719
1720         * configure.ac:
1721         0.10.7.3 pre-release
1722
1723         * po/LINGUAS:
1724         * po/id.po:
1725         Add Indonesian translation.
1726
1727 2008-07-23  Michael Smith <msmith@songbirdnest.com>
1728
1729         * gst/festival/gstfestival.c:
1730           Guard unistd.h with HAVE_UNISTD_H
1731         * gst/modplug/libmodplug/load_it.cpp:
1732         * gst/modplug/libmodplug/sndfile.cpp:
1733         * gst/modplug/libmodplug/sndfile.h:
1734         * gst/modplug/libmodplug/stdafx.h:
1735           Support for compiling with MSVC: use _MSC_VER for detecting MSVC instead
1736           of MSC_VER. Make CanPackSamples take the type it's passed. Change scope
1737           of a variable in load_it.cpp to MSVC's scoping rules.
1738         * gst/sdp/gstsdpdemux.c:
1739           Guard unistd.h with HAVE_UNISTD_H
1740           Fixes #544457.
1741
1742 2008-07-22  Stefan Kost  <ensonic@users.sf.net>
1743
1744         * ext/timidity/gsttimidity.c:
1745           Fix compiler warning. Fixes #544050.
1746
1747 2008-07-21  Jan Schmidt  <jan.schmidt@sun.com>
1748
1749         * configure.ac:
1750         Don't check for nav_print.h any more - it should be included in
1751         the libdvdnav development package if libdvdnav headers depend on it.
1752         Fixes: #543846
1753
1754 2008-07-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1755
1756         * configure.ac:
1757         * ext/ladspa/Makefile.am:
1758         Link the ladspa plugin with -ldl. It's needed for dlopen() and friends
1759         for loading the ladspa plugins and previously was linked in by
1760         gmodule. Fixes bug #543848.
1761
1762 2008-07-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1763
1764         * gst/modplug/libmodplug/Makefile.am:
1765         Use GST_CXXFLAGS instead of GST_CFLAGS for CXXFLAGS. GST_CFLAGS
1766         can contain compiler parameters that are invalid for C++.
1767         Fixes bug #543860.
1768
1769 2008-07-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1770
1771         * ext/resindvd/Makefile.am:
1772         Dist missing header files. Fixes bug #543861.
1773
1774 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
1775
1776         * configure.ac:
1777         0.10.7.2 pre-release
1778
1779 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
1780
1781         * ext/Makefile.am:
1782         Dist and recurse into resindvd subdir
1783
1784 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
1785
1786         * configure.ac:
1787         Remove interleave and replaygain configure.ac pieces too
1788
1789 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
1790
1791         * po/LINGUAS:
1792         * po/lt.po:
1793         Add new lithunian translation, and add french to the LINGUAS
1794         file.
1795
1796 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
1797
1798         * docs/plugins/Makefile.am:
1799         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1800         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1801         * docs/plugins/gst-plugins-bad-plugins.args:
1802         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
1803         * docs/plugins/gst-plugins-bad-plugins.interfaces:
1804         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
1805         * docs/plugins/inspect/plugin-interleave.xml:
1806         * docs/plugins/inspect/plugin-replaygain.xml:
1807         * gst/interleave/Makefile.am:
1808         * gst/interleave/deinterleave.c:
1809         * gst/interleave/deinterleave.h:
1810         * gst/interleave/interleave.c:
1811         * gst/interleave/interleave.h:
1812         * gst/interleave/plugin.c:
1813         * gst/interleave/plugin.h:
1814         * gst/replaygain/Makefile.am:
1815         * gst/replaygain/gstrganalysis.c:
1816         * gst/replaygain/gstrganalysis.h:
1817         * gst/replaygain/gstrglimiter.c:
1818         * gst/replaygain/gstrglimiter.h:
1819         * gst/replaygain/gstrgvolume.c:
1820         * gst/replaygain/gstrgvolume.h:
1821         * gst/replaygain/replaygain.c:
1822         * gst/replaygain/replaygain.h:
1823         * gst/replaygain/rganalysis.c:
1824         * gst/replaygain/rganalysis.h:
1825         * tests/check/Makefile.am:
1826         * tests/check/elements/deinterleave.c:
1827         * tests/check/elements/interleave.c:
1828         * tests/check/elements/rganalysis.c:
1829         * tests/check/elements/rglimiter.c:
1830         * tests/check/elements/rgvolume.c:
1831         Remove interleave and replaygain plugins that have moved to -good
1832
1833 2008-07-18  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1834
1835         * configure.ac:
1836         * gst/deinterlace2/Makefile.am:
1837         * gst/deinterlace2/gstdeinterlace2.c:
1838         (gst_deinterlace2_methods_get_type), (gst_deinterlace2_set_method),
1839         (gst_deinterlace2_class_init), (gst_deinterlace2_init):
1840         * gst/deinterlace2/gstdeinterlace2.h:
1841         * gst/deinterlace2/tvtime/greedy.c:
1842         (gst_deinterlace_method_greedy_l_class_init):
1843         * gst/deinterlace2/tvtime/greedyh.c:
1844         (gst_deinterlace_method_greedy_h_class_init):
1845         * gst/deinterlace2/tvtime/vfir.c:
1846         (gst_deinterlace_method_vfir_class_init):
1847         Disable the tomsmocomp algorithm for this release as it's buggy
1848         and has no C implementation yet.
1849
1850         Build the deinterlace2 plugin on all architectures but still mark it
1851         as experimental.
1852         
1853         Build the x86 inline assembly only if GCC inline assembly is supported
1854         and only on x86 or amd64. Fixes bug #543286.
1855
1856 2008-07-16  Jan Schmidt  <Jan.Schmidt@sun.com>
1857
1858         * gst/real/gstrealvideodec.c: (open_library):
1859         Add some casts to fix the build on Forte
1860
1861 2008-07-14  Edward Hervey  <edward.hervey@collabora.co.uk>
1862
1863         * gst/deinterlace2/tvtime/greedy.c:
1864         (gst_deinterlace_method_greedy_l_class_init):
1865         * gst/deinterlace2/tvtime/greedyh.c:
1866         (gst_deinterlace_method_greedy_h_class_init):
1867         * gst/deinterlace2/tvtime/vfir.c:
1868         (gst_deinterlace_method_vfir_class_init):
1869         Fix build on x86_64
1870
1871 2008-07-14  Jan Schmidt  <thaytan@noraisin.net>
1872
1873         * ext/resindvd/gstmpegdemux.c:
1874         Remove whitespace line.
1875
1876         * ext/resindvd/resindvdbin.c:
1877         * ext/resindvd/resindvdbin.h:
1878         Make it so that audio/video pads aren't added to the bin
1879         until after data flow starts.
1880
1881         * ext/resindvd/resin-play:
1882         Move video buffer queue outside resindvdbin
1883
1884         * ext/resindvd/resindvdsrc.c:
1885         Check that the nav_clock_id didn't already get unscheduled.
1886
1887         * gst/dvdspu/gstdvdspu.c:
1888         Remove assert that sometimes triggers erroneously.
1889
1890 2008-07-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1891
1892         * gst/deinterlace2/tvtime/greedyh.asm:
1893         Always use the C implementation if width is not a multiple of 4. The
1894         assembly optimized version only handle this and calling the C
1895         implementation for the remaining part doesn't work because it needs
1896         previous calculations.
1897
1898 2008-07-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1899
1900         * gst/deinterlace2/tvtime/greedyh.asm:
1901         * gst/deinterlace2/tvtime/greedyh.c:
1902         * gst/deinterlace2/tvtime/greedyhmacros.h:
1903         Some cleanup, use 3DNOW instead of TDNOW in macros.
1904
1905         * gst/deinterlace2/tvtime/tomsmocomp.c:
1906         (gst_deinterlace_method_tomsmocomp_class_init):
1907         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
1908         * gst/deinterlace2/tvtime/tomsmocomp/tomsmocompmacros.h:
1909         The SSE method in fact only needs MMXEXT, declare it as such.
1910
1911 2008-07-11  Jan Schmidt  <thaytan@noraisin.net>
1912
1913         * docs/plugins/.cvsignore:
1914         Ignore *-undeclared.txt
1915
1916         * ext/resindvd/rsnaudiomunge.c:
1917         Turn g_print's into debug statements.
1918
1919         * ext/resindvd/resin-play:
1920         * ext/resindvd/Makefile.am:
1921         * ext/resindvd/resindvdbin.c:
1922         * ext/resindvd/resindvdbin.h:
1923         * ext/resindvd/rsnparsetter.c:
1924         * ext/resindvd/rsnparsetter.h:
1925         * ext/resindvd/rsnwrappedbuffer.c:
1926         * ext/resindvd/rsnwrappedbuffer.h:
1927         Add a bloated implementation of a really simple idea: Replace the
1928         pixel-aspect-ratio in the output video with a prescribed one when
1929         necessary. There must be an easier way.
1930
1931         Split the dvdspu out of the resindvdbin and put out the subpicture
1932         stream on the subpicture pad.
1933
1934         * ext/resindvd/gstmpegdemux.c:
1935         Send video-aspect events down the pipe from the demuxer.
1936
1937         * ext/resindvd/resindvdsrc.c:
1938         * ext/resindvd/resindvdsrc.h:
1939         Handle timed-stills somewhat using g_cond_timed_wait, with a FIXME
1940         to make it use clock-waiting later.
1941
1942         * ext/resindvd/rsnbasesrc.c:
1943         Don't overwrite the last_stop in the basesrc segment after a seamless
1944         seek.
1945
1946 2008-07-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1947
1948         * gst/mpegtsparse/mpegtspacketizer.c:
1949         Convert extended event text to UTF-8.
1950
1951 2008-07-10  Stefan Kost  <ensonic@users.sf.net>
1952
1953         * docs/plugins/Makefile.am:
1954         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1955         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1956         * docs/plugins/gst-plugins-bad-plugins.args:
1957         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
1958         * docs/plugins/gst-plugins-bad-plugins.interfaces:
1959         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
1960         * docs/plugins/gst-plugins-bad-plugins.signals:
1961         * docs/plugins/inspect/plugin-stereo.xml:
1962         * gst/stereo/gststereo.c:
1963           Document one more.
1964
1965 2008-07-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1966
1967         * gst/mpegtsparse/gstmpegdesc.h:
1968         Fix extended event descriptor parsing, out by 1 in position of
1969         text length.
1970
1971 2008-07-09  Stefan Kost  <ensonic@users.sf.net>
1972
1973         * gst/festival/gstfestival.c:
1974           Add a note to the docs, that festival need to be running. Also log an
1975           error it it is not. Fixes #541327
1976
1977 2008-07-08  Thijs Vermeir  <thijsvermeir@gmail.com>
1978
1979         patch by: Ilja Pavkovic <illsen@gumblfarz.de>
1980
1981         * gst/librfb/gstrfbsrc.c:
1982         * gst/librfb/gstrfbsrc.h:
1983         Add view-only property to ignore the navigation events
1984
1985 2008-07-08  Michael Smith <msmith@songbirdnest.com>
1986
1987         * sys/dshowdecwrapper/gstdshowaudiodec.c:
1988           Revert previous patch apart from typo fixes; the patch was not
1989           independently useful.
1990
1991 2008-07-08  Michael Smith <msmith@songbirdnest.com>
1992
1993         Based on patch by: Alessandro Decina <alessandro@nnva.org>
1994         * sys/dshowdecwrapper/gstdshowaudiodec.c:
1995         * sys/dshowdecwrapper/gstdshowdecwrapper.h:
1996         * sys/dshowdecwrapper/gstdshowvideodec.c:
1997           Add AAC, AC3 to handled codecs.
1998           Fix handling of flush events.
1999           Improve debug/error output.
2000           Fix a number of typos in comments and variable names.
2001
2002 2008-07-08  Thijs Vermeir  <thijsvermeir@gmail.com>
2003
2004         patch by: Ilja Pavkovic <illsen@gumblfarz.de>
2005
2006         * gst/librfb/rfbdecoder.c:
2007         Implement ServerCutText message
2008
2009 2008-07-08  Thijs Vermeir  <thijsvermeir@gmail.com>
2010
2011         patch by: Ilja Pavkovic <illsen@gumblfarz.de>
2012
2013         * gst/librfb/gstrfbsrc.c:
2014         * gst/librfb/rfbdecoder.c:
2015         Add property for shared desktop
2016
2017 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2018
2019         * configure.ac:
2020         Don't include ERROR_CFLAGS in GST_CXXFLAGS as it might include
2021         flags that are invalid for C++.
2022
2023 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2024
2025         * ext/spc/gstspc.c: (spc_setup):
2026         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopTop.inc:
2027         Don't use declarations after statements in the remaining code.
2028
2029 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2030
2031         Patch by:
2032           Jonathan Rosser <jonathan dot rosser at rd dot bbc dot co dot uk>
2033
2034         * ext/metadata/metadataexif.c: (metadataparse_handle_unit_tags):
2035         * ext/metadata/metadataxmp.c:
2036         (metadataparse_xmp_iter_add_to_tag_list):
2037         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_start):
2038         * ext/timidity/gstwildmidi.c: (gst_wildmidi_loop):
2039         Don't use declarations after statements.
2040
2041 2008-07-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2042
2043         patch by: Alessandro Decina
2044
2045         * gst/mpegtsparse/mpegtsparse.c:
2046         Fix memory leak by unreffing structures when not needed.
2047         Fixes #539292.
2048
2049 2008-07-07  Stefan Kost  <ensonic@users.sf.net>
2050
2051         * gst/sdp/gstsdpdemux.c:
2052           Use floating point math for latencies < 0 sec in log output.
2053
2054 2008-07-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2055
2056         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll2.inc:
2057         Mark internal processing functions as static inline for quite some
2058         speedup as they're used only once and need to get many local variables
2059         passed as parameter.
2060
2061 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2062
2063         * gst/deinterlace2/gstdeinterlace2.c:
2064         (gst_deinterlace_method_deinterlace_frame),
2065         (gst_deinterlace2_set_method), (gst_deinterlace2_init),
2066         (gst_deinterlace2_reset_history), (gst_deinterlace2_reset),
2067         (gst_deinterlace2_set_property), (gst_deinterlace2_get_property),
2068         (gst_deinterlace2_pop_history), (gst_deinterlace2_head_history),
2069         (gst_deinterlace2_push_history), (gst_deinterlace2_chain),
2070         (gst_deinterlace2_setcaps), (gst_deinterlace2_sink_event),
2071         (gst_deinterlace2_change_state), (gst_deinterlace2_src_event),
2072         (gst_deinterlace2_src_query):
2073         * gst/deinterlace2/gstdeinterlace2.h:
2074         Call the current instance "self" instead of "object".
2075
2076 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2077
2078         * gst/deinterlace2/gstdeinterlace2.c:
2079         (gst_deinterlace_method_get_latency),
2080         (gst_deinterlace2_set_method), (gst_deinterlace2_class_init),
2081         (gst_deinterlace2_push_history), (gst_deinterlace2_chain),
2082         (gst_deinterlace2_setcaps), (gst_deinterlace2_src_query):
2083         * gst/deinterlace2/gstdeinterlace2.h:
2084         Include latency of the method in the returned latency.
2085
2086         Fix outputting of all fields, i.e. doubling of the framerate.
2087
2088 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2089
2090         * gst/deinterlace2/Makefile.am:
2091         * gst/deinterlace2/gstdeinterlace2.c:
2092         (gst_deinterlace_method_class_init), (gst_deinterlace_method_init),
2093         (gst_deinterlace_method_deinterlace_frame),
2094         (gst_deinterlace_method_get_fields_required),
2095         (gst_deinterlace2_methods_get_type), (_do_init),
2096         (gst_deinterlace2_set_method), (gst_deinterlace2_class_init),
2097         (gst_deinterlace2_child_proxy_get_child_by_index),
2098         (gst_deinterlace2_child_proxy_get_children_count),
2099         (gst_deinterlace2_child_proxy_interface_init),
2100         (gst_deinterlace2_init), (gst_deinterlace2_finalize),
2101         (gst_deinterlace2_chain), (gst_deinterlace2_src_query):
2102         * gst/deinterlace2/gstdeinterlace2.h:
2103         * gst/deinterlace2/tvtime/greedy.c:
2104         (deinterlace_greedy_packed422_scanline_c),
2105         (deinterlace_greedy_packed422_scanline_mmx),
2106         (deinterlace_greedy_packed422_scanline_mmxext),
2107         (deinterlace_frame_di_greedy),
2108         (gst_deinterlace_method_greedy_l_set_property),
2109         (gst_deinterlace_method_greedy_l_get_property),
2110         (gst_deinterlace_method_greedy_l_class_init),
2111         (gst_deinterlace_method_greedy_l_init):
2112         * gst/deinterlace2/tvtime/greedyh.asm:
2113         * gst/deinterlace2/tvtime/greedyh.c: (greedyDScaler_C),
2114         (deinterlace_frame_di_greedyh),
2115         (gst_deinterlace_method_greedy_h_set_property),
2116         (gst_deinterlace_method_greedy_h_get_property),
2117         (gst_deinterlace_method_greedy_h_class_init),
2118         (gst_deinterlace_method_greedy_h_init):
2119         * gst/deinterlace2/tvtime/greedyh.h:
2120         * gst/deinterlace2/tvtime/plugins.h:
2121         * gst/deinterlace2/tvtime/tomsmocomp.c:
2122         (gst_deinterlace_method_tomsmocomp_set_property),
2123         (gst_deinterlace_method_tomsmocomp_get_property),
2124         (gst_deinterlace_method_tomsmocomp_class_init),
2125         (gst_deinterlace_method_tomsmocomp_init):
2126         * gst/deinterlace2/tvtime/tomsmocomp.h:
2127         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
2128         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_frame_vfir),
2129         (gst_deinterlace_method_vfir_class_init),
2130         (gst_deinterlace_method_vfir_init):
2131         Use a GstObject subtype for the deinterlacing methods and export
2132         the different settings for each deinterlacing method via GObject
2133         properties.
2134
2135         Implement GstChildProxy interface to allow access to the used
2136         deinterlacing method and to allow adjusting the different settings.
2137
2138         Move global variables of the tomsmocomp deinterlacing method into
2139         function local variables to make it possible to use this deinterlacing
2140         method from different instances.
2141
2142 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2143
2144         * gst/deinterlace2/tvtime/greedyh.asm:
2145         Support widths that are not a multiply of 4 when using the assembly
2146         optimized greedyh implementations.
2147
2148 2008-07-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2149
2150         * gst/deinterlace2/tvtime/greedyh.c:
2151         (deinterlace_frame_di_greedyh):
2152         Only build the assembly optimized implementations on x86.
2153
2154 2008-07-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2155
2156         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
2157
2158         * configure.ac:
2159         Fix checking of headers for the OSS4 plugin to fail if a single
2160         header doesn't exist already. AC_CHECK_HEADERS only fails if none
2161         of the headers is found. Fixes bug #541543.
2162
2163 2008-07-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2164
2165         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
2166
2167         * configure.ac:
2168         * gst/festival/Makefile.am:
2169         * gst/festival/gstfestival.c:
2170         Fix built of the festival plugin with mingw32 by linking to ws2_32.dll
2171         and including winsock headers. Fixes bug #541522.
2172
2173 2008-07-03  Peter Kjellerstedt  <pkj@axis.com>
2174
2175         * ChangeLog:
2176         * gst/rtpmanager/gstrtpjitterbuffer.c: (gst_rtp_jitter_buffer_loop):
2177         * gst/rtpmanager/rtpsource.c: (rtp_source_get_new_sr):
2178         Corrected a typo (interpollate -> interpolate).
2179
2180 2008-07-03  Peter Kjellerstedt  <pkj@axis.com>
2181
2182         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_process_rtp),
2183         (gst_rtp_session_send_rtp), (gst_rtp_session_send_rtcp),
2184         (gst_rtp_session_sync_rtcp), (gst_rtp_session_chain_recv_rtp),
2185         (gst_rtp_session_chain_recv_rtcp), (gst_rtp_session_chain_send_rtp):
2186         * gst/rtpmanager/rtpsession.c: (source_push_rtp),
2187         (rtp_session_send_rtp):
2188         * gst/rtpmanager/rtpsource.c: (push_packet), (calculate_jitter),
2189         (rtp_source_process_rtp), (rtp_source_send_rtp):
2190         Changed some GST_DEBUG() to GST_LOG() to reduce the spam when a
2191         pipeline is running normally.
2192
2193 2008-07-03  Peter Kjellerstedt  <pkj@axis.com>
2194
2195         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_init),
2196         (gst_rtp_session_finalize), (rtcp_thread),
2197         (gst_rtp_session_chain_recv_rtp), (gst_rtp_session_chain_recv_rtcp),
2198         (gst_rtp_session_event_send_rtp_sink),
2199         (gst_rtp_session_chain_send_rtp):
2200         * gst/rtpmanager/rtpsession.c: (check_collision),
2201         (update_arrival_stats), (rtp_session_process_rtp),
2202         (rtp_session_process_rtcp), (rtp_session_send_rtp),
2203         (rtp_session_send_bye_locked), (rtp_session_send_bye),
2204         (rtp_session_next_timeout), (session_report_blocks), (session_cleanup),
2205         (is_rtcp_time), (rtp_session_on_timeout):
2206         * gst/rtpmanager/rtpsession.h:
2207         Do not mix the use of g_get_current_time() with gst_clock_get_time().
2208
2209 2008-07-01  Jan Schmidt  <jan.schmidt@sun.com>
2210
2211         * gst/mpegvideoparse/mpegvideoparse.c:
2212         * gst/mpegvideoparse/mpegvideoparse.h:
2213         Queue new-segment events and send them after caps have been
2214         determined and set, so that the decoder will have been auto-plugged.
2215
2216 2008-07-01  Edward Hervey  <edward.hervey@collabora.co.uk>
2217
2218         Patch by : Michael Smith <msmith @ xiph dot org>
2219         
2220         * sys/qtwrapper/audiodecoders.c: (qtwrapper_audio_decoder_init),
2221         (clear_AudioStreamBasicDescription), (fill_indesc_mp3),
2222         (fill_indesc_aac), (make_samr_magic_cookie), (write_len),
2223         (make_aac_magic_cookie), (open_decoder), (process_buffer_cb),
2224         (qtwrapper_audio_decoder_chain),
2225         (qtwrapper_audio_decoder_sink_event),
2226         (qtwrapper_audio_decoder_base_init),
2227         (qtwrapper_audio_decoder_class_init),
2228         (qtwrapper_audio_decoders_register):
2229         * sys/qtwrapper/codecmapping.h:
2230         * sys/qtwrapper/imagedescription.c: (image_description_for_avc1),
2231         (image_description_for_mp4v), (image_description_from_stsd_buffer):
2232         * sys/qtwrapper/imagedescription.h:
2233         * sys/qtwrapper/qtutils.c: (get_name_info_from_component),
2234         (dump_avcc_atom), (dump_image_description),
2235         (AllocateAudioBufferList):
2236         * sys/qtwrapper/qtutils.h:
2237         * sys/qtwrapper/qtwrapper.c: (plugin_init):
2238         * sys/qtwrapper/qtwrapper.h:
2239         * sys/qtwrapper/videodecoders.c:
2240         (qtwrapper_video_decoder_base_init), (open_decoder),
2241         (decompressCb), (qtwrapper_video_decoder_chain),
2242         (qtwrapper_video_decoders_register):
2243         Make qtwrapper compile/work on win32.
2244         Lots of fixes
2245         Fixes #531840
2246
2247 2008-06-30  Jan Schmidt  <jan.schmidt@sun.com>
2248
2249         * gst/rawparse/gstvideoparse.c:
2250         Fix size calculation for RGB buffers -> bpp is in bits, so divide by 8
2251
2252 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2253
2254         * gst/deinterlace2/Makefile.am:
2255         * gst/deinterlace2/tvtime/tomsmocomp.c: (tomsmocomp_init),
2256         (tomsmocomp_filter_mmx), (tomsmocomp_filter_3dnow),
2257         (tomsmocomp_filter_sse), (deinterlace_frame_di_tomsmocomp):
2258         * gst/deinterlace2/tvtime/tomsmocomp.h:
2259         Remove useless file and mark everything possible as static.
2260
2261         * gst/deinterlace2/tvtime/greedy.c:
2262         * gst/deinterlace2/tvtime/greedyh.c:
2263         Use "_stdint.h" instead of <stdint.h>.
2264
2265 2008-06-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2266
2267         * gst/deinterlace2/Makefile.am:
2268         * gst/deinterlace2/gstdeinterlace2.c: (gst_deinterlace2_init):
2269         * gst/deinterlace2/tvtime/greedy.c: (deinterlace_frame_di_greedy):
2270         * gst/deinterlace2/tvtime/greedyh.c:
2271         (deinterlace_frame_di_greedyh):
2272         * gst/deinterlace2/tvtime/speedtools.h:
2273         * gst/deinterlace2/tvtime/speedy.c:
2274         * gst/deinterlace2/tvtime/speedy.h:
2275         * gst/deinterlace2/tvtime/tomsmocomp.c: (Fieldcopy):
2276         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
2277         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_frame_vfir):
2278         Get rid of speedy.[ch] as we don't use most of it's code anyway
2279         and it doesn't seem to be relicensed to LGPL. Use memcpy() instead
2280         of the speedy memcpy everywhere instead.
2281         
2282         * gst/deinterlace2/gstdeinterlace2.h:
2283         Remove many unused declarations.
2284
2285 2008-06-28  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2286
2287         * ext/mpeg2enc/gstmpeg2encoptions.cc:
2288         * ext/mpeg2enc/gstmpeg2encoptions.hh:
2289         Expose the additional MPEG HDTV format profiles available in latest
2290         mjpegtools version.
2291
2292 2008-06-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2293
2294         * gst/deinterlace2/gstdeinterlace2.c: (gst_deinterlace2_src_query):
2295         Divide latency be 2 to convert from fields to frames.
2296
2297 2008-06-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2298
2299         * gst/deinterlace2/tvtime/greedy.c:
2300         (deinterlace_greedy_packed422_scanline_c),
2301         (deinterlace_greedy_packed422_scanline_mmx),
2302         (deinterlace_greedy_packed422_scanline_mmxext),
2303         (deinterlace_frame_di_greedy):
2304         Don't use scanlines function from gstdeinterlace2 as it's
2305         not appropiate for this method. Instead implement deinterlace_frame
2306         function by taking the one from greedyh.
2307         
2308         * gst/deinterlace2/tvtime/greedyh.c: (greedyDScaler_C):
2309         Small fix for the C implementation.
2310
2311         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_frame_vfir):
2312         Don't use the scanlines function from gstdeinterlace2 as it's only
2313         used for this method and will be removed. Instead implement
2314         deinterlace_frame function and make it a bit more efficient.
2315
2316         * gst/deinterlace2/gstdeinterlace2.c:
2317         (gst_deinterlace2_class_init), (gst_deinterlace2_set_method),
2318         (gst_deinterlace2_push_history), (gst_deinterlace2_chain),
2319         (gst_deinterlace2_setcaps), (gst_deinterlace2_sink_event),
2320         (gst_deinterlace2_change_state), (gst_deinterlace2_src_event),
2321         (gst_deinterlace2_src_query):
2322         Fix coding style and remove scanlines function as it's unused now.
2323
2324 2008-06-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2325
2326         * gst/deinterlace2/tvtime/greedyh.asm:
2327         * gst/deinterlace2/tvtime/greedyh.c: (greedyDScaler_C),
2328         (deinterlace_frame_di_greedyh), (dscaler_greedyh_get_method):
2329         * gst/deinterlace2/tvtime/greedyhmacros.h:
2330         Add a C implementation for the greedyh deinterlacing method, clean
2331         up the code a bit and mark the SSE version as MMXEXT as it doesn't
2332         require any SSE instructions.
2333
2334 2008-06-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2335
2336         * gst/deinterlace2/gstdeinterlace2.c:
2337         (gst_deinterlace2_set_property), (gst_deinterlace2_chain),
2338         (gst_deinterlace2_setcaps):
2339         If we're outputting all fields the framerate has to be doubled.
2340
2341         Set duration on the outgoing buffers.
2342
2343 2008-06-26  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2344
2345         * docs/plugins/Makefile.am:
2346         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
2347         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
2348         * gst/y4m/gsty4mencode.c:
2349         Add documentation for YUV4MPEG2 encoder element.
2350
2351 2008-06-25  Edward Hervey  <edward.hervey@collabora.co.uk>
2352
2353         * gst/deinterlace2/tvtime/tomsmocomp/tomsmocompmacros.h:
2354         Remove unneeded macros that break build on macosx.
2355
2356 2008-06-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
2357
2358         * configure.ac:
2359           Depend on released versions of core and -base.
2360
2361 2008-06-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2362
2363         * gst/deinterlace2/tvtime/greedy.c:
2364         (deinterlace_greedy_packed422_scanline_mmx),
2365         (deinterlace_greedy_packed422_scanline_mmxext):
2366         Optimize MMX/MMXEXT implementations a bit by requiring two less
2367         memory accesses and fix the workaround for the missing right shift
2368         on bytes to unset the highest bit of every byte.
2369
2370 2008-06-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2371
2372         * gst/deinterlace2/tvtime/greedy.c:
2373         (deinterlace_greedy_packed422_scanline_mmxext):
2374         Remove sfence instruction as it's not needed and actually is an SSE
2375         instruction.
2376
2377 2008-06-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2378
2379         * gst/deinterlace2/tvtime/greedy.c:
2380         (deinterlace_greedy_packed422_scanline_mmx),
2381         (deinterlace_greedy_packed422_scanline):
2382         Add plain MMX implementation for the greedyl method.
2383
2384 2008-06-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2385
2386         * gst/deinterlace2/Makefile.am:
2387         Move the assembly includes to noinst_HEADERS where they belong.
2388
2389         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_line_c),
2390         (deinterlace_line_mmx):
2391         Fix C and MMX implementations a bit more.
2392
2393 2008-06-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2394
2395         * gst/deinterlace2/tvtime/greedy.c:
2396         (deinterlace_greedy_packed422_scanline_c),
2397         (deinterlace_greedy_packed422_scanline_mmxext),
2398         (deinterlace_greedy_packed422_scanline):
2399         Fix the C implementation to produce correct results and optimize the
2400         MMXEXT implementation.
2401
2402         Handle odd widths and don't read over array boundaries in the MMXEXT
2403         implementation.
2404
2405         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_line_c),
2406         (deinterlace_line_mmx), (deinterlace_scanline_vfir):
2407         Fix a small rounding bug in the MMX implementation, the MMX
2408         implementation doesn't actually need MMXEXT instructions so don't mark
2409         it as such.
2410
2411         Handle odd widths in both implementations.
2412
2413 2008-06-22  Stefan Kost  <ensonic@users.sf.net>
2414
2415         * ext/resindvd/rsnbasesrc.c:
2416           Use the right i18n header.
2417
2418 2008-06-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2419
2420         * gst/deinterlace2/tvtime/greedy.c:
2421         (deinterlace_greedy_packed422_scanline_sse),
2422         (deinterlace_greedy_packed422_scanline_c),
2423         (deinterlace_greedy_packed422_scanline):
2424         Implement a C version of the greedy low motion algorithm and mark the
2425         assembly optimized version as SSE as it uses SSE instructions
2426         additional to MMX instructions.
2427
2428 2008-06-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2429
2430         Patch by: Sebastian Pölsterl
2431
2432         * gst/mpegtsparse/mpegtspacketizer.c:
2433         Fix problem when empty string is provided.
2434
2435 2008-06-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2436
2437         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_line_mmxext),
2438         (deinterlace_line_c), (deinterlace_scanline_vfir):
2439         Make it possible to use the vfir method on X86 CPUs without MMXEXT too
2440         but use the MMXEXT optimized code whenever possible.
2441
2442 2008-06-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2443
2444         * gst/deinterlace2/gstdeinterlace2.c:
2445         (gst_deinterlace2_class_init), (gst_deinterlace2_init),
2446         (gst_deinterlace2_reset_history), (gst_deinterlace2_reset),
2447         (gst_deinterlace2_finalize), (gst_deinterlace2_chain),
2448         (gst_deinterlace2_sink_event), (gst_deinterlace2_change_state),
2449         (gst_deinterlace2_src_query):
2450         * gst/deinterlace2/gstdeinterlace2.h:
2451         Reset element state on PAUSED->READY properly, don't leak any buffers
2452         when finalizing, allocate buffers with gst_pad_alloc_buffer() and
2453         properly return flow returns from gst_pad_push() instead of ignoring them.
2454
2455 2008-06-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2456
2457         * gst/deinterlace2/tvtime/tomsmocomp/tomsmocompmacros.h:
2458         Add missing header.
2459
2460 2008-06-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2461
2462         * configure.ac:
2463         * gst/deinterlace2/Makefile.am:
2464         * gst/deinterlace2/tvtime/greedyh.asm:
2465         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc:
2466         Fix compilation on generic x86/amd64 and include deinterlace2 in the
2467         build system. Because of several bugs it's still enabled only
2468         by --enable-experimental.
2469
2470 2008-06-20  Jan Schmidt  <jan.schmidt@sun.com>
2471
2472         * ext/resindvd/resindvdsrc.c:
2473         * ext/resindvd/resindvdsrc.h:
2474         Schedule NAV packets and activate them with an async clock callback
2475         at the right moment. This makes delayed menu highlights appear
2476         at the correct time and fixes Back To The Future.
2477
2478         When outputting new segment in do_seek(), calculate our position
2479         value properly, so we report the right time when popping in and
2480         out of the menus.
2481
2482         * ext/resindvd/rsnbasesrc.c:
2483         When handling a non-flushing seek, accumulate the segment,
2484         rather than having every seek start from 0 and messing with sync
2485
2486 2008-06-19  Stefan Kost  <ensonic@users.sf.net>
2487
2488         * gst/selector/gstoutputselector.c:
2489         * tests/icles/output-selector-test.c:
2490           Use BOILERPLATE macro and update test to the latest api changes.
2491
2492 2008-06-19  Wim Taymans  <wim.taymans@collabora.co.uk>
2493
2494         * examples/app/appsink-src.c: (on_new_buffer_from_source):
2495         Don't use a buffer after unreffing it.
2496
2497 2008-06-18  Stefan Kost  <ensonic@users.sf.net>
2498
2499         * ext/metadata/metadataexif.c:
2500           Add description tag mapping.
2501
2502 2008-06-18  Stefan Kost  <ensonic@users.sf.net>
2503
2504         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
2505         * examples/app/appsrc-ra.c:
2506         * examples/app/appsrc-seekable.c:
2507         * examples/app/appsrc-stream.c:
2508         * examples/app/appsrc-stream2.c:
2509         * ext/directfb/dfbvideosink.h:
2510         * ext/metadata/gstbasemetadata.c:
2511         * ext/metadata/gstbasemetadata.h:
2512         * ext/metadata/metadata.c:
2513         * ext/metadata/metadataexif.c:
2514         * ext/theora/theoradec.h:
2515         * gst/deinterlace2/gstdeinterlace2.h:
2516         * gst/deinterlace2/tvtime/speedy.c:
2517         * gst/deinterlace2/tvtime/speedy.h:
2518         * gst/deinterlace2/tvtime/vfir.c:
2519          Fix gtk-doc warnings. Also don't misuse api-doc comments for normal
2520          comments.
2521
2522 2008-06-17  Jan Schmidt  <jan.schmidt@sun.com>
2523
2524         * ext/resindvd/resindvdbin.c:
2525         Parse the URI argument into the device name so dvd:///path/to/image
2526         works.
2527
2528         * ext/resindvd/resindvdsrc.c:
2529         Implement a trivial duration query reporting the current PGC length.
2530
2531         * gst/dvdspu/gstdvdspu.c:
2532         Rename typo in the function name.
2533
2534 2008-06-17  Sebastian Dröge  <slomo@circular-chaos.org>
2535
2536         * configure.ac:
2537         Disable deinterlace2 plugin again which was accidently enabled
2538         with last commit.
2539
2540 2008-06-17  Sebastian Dröge  <slomo@circular-chaos.org>
2541
2542         * configure.ac:
2543         * ext/resindvd/resindvdsrc.h:
2544         Make resindvd work with libdvdnav >= 4.0.0.
2545
2546 2008-06-17  Jan Schmidt  <thaytan@noraisin.net>
2547
2548         * configure.ac:
2549         Check for libdvdnav to build resindvd.
2550
2551         * ext/Makefile.am:
2552         * ext/resindvd/Makefile.am:
2553         * ext/resindvd/gstmpegdefs.h:
2554         * ext/resindvd/gstmpegdemux.c:
2555         * ext/resindvd/gstmpegdemux.h:
2556         * ext/resindvd/gstmpegdesc.c:
2557         * ext/resindvd/gstmpegdesc.h:
2558         * ext/resindvd/gstpesfilter.c:
2559         * ext/resindvd/gstpesfilter.h:
2560         * ext/resindvd/plugin.c:
2561         * ext/resindvd/resin-play:
2562         * ext/resindvd/resindvdbin.c:
2563         * ext/resindvd/resindvdbin.h:
2564         * ext/resindvd/resindvdsrc.c:
2565         * ext/resindvd/resindvdsrc.h:
2566         * ext/resindvd/rsnaudiomunge.c:
2567         * ext/resindvd/rsnaudiomunge.h:
2568         * ext/resindvd/rsnbasesrc.c:
2569         * ext/resindvd/rsnbasesrc.h:
2570         * ext/resindvd/rsnpushsrc.c:
2571         * ext/resindvd/rsnpushsrc.h:
2572         * ext/resindvd/rsnstreamselector.c:
2573         * ext/resindvd/rsnstreamselector.h:
2574
2575         First commit of DVD-Video playback component 'rsndvdbin'
2576         and helper elements.
2577
2578         Use --enable-experimental for now, but feel free to give it a
2579         try using the resin-play script.
2580
2581         * gst/dvdspu/gstdvdspu.c:
2582         Add some extra guards for malformed events.
2583
2584 2008-06-16  David Schleef  <ds@schleef.org>
2585
2586         * configure.ac:
2587         Bump dirac requirement to 0.10 due to api changes.
2588
2589 2008-06-16  Andy Wingo  <wingo@pobox.com>
2590
2591         * gst-libs/gst/app/gstappsrc.c (gst_app_src_set_max_bytes)
2592         (gst_app_src_get_max_bytes, gst_app_src_push_buffer): Use
2593         G_GUINT64_FORMAT. Avoid overflow in get_max_bytes().
2594
2595 2008-06-16  Stefan Kost  <ensonic@users.sf.net>
2596
2597         * sys/dvb/gstdvbsrc.c:
2598           Move docblob upwards. Balance tags and restore blank line.
2599
2600 2008-06-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2601
2602         * sys/dvb/gstdvbsrc.c:
2603         Fix out of date docs.
2604
2605 2008-06-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2606
2607         Patch from: Vincent Genieux
2608
2609         * gst/mpegtsparse/mpegtsparse.c:
2610         Fix refcount issues, fixes #538560.
2611
2612 2008-06-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2613
2614         * gst/mpegtsparse/gstmpegdesc.h:
2615         * gst/mpegtsparse/mpegtspacketizer.c:
2616         Parse the extended event descriptor.
2617
2618 2008-06-16  Stefan Kost  <ensonic@users.sf.net>
2619
2620         * gst/rtpmanager/gstrtpjitterbuffer.c:
2621         * gst/speed/gstspeed.c:
2622         * gst/speexresample/gstspeexresample.c:
2623         * gst/videosignal/gstvideoanalyse.c:
2624         * gst/videosignal/gstvideodetect.c:
2625         * gst/videosignal/gstvideomark.c:
2626         * sys/dvb/gstdvbsrc.c:
2627         * sys/oss4/oss4-mixer.c:
2628         * sys/oss4/oss4-sink.c:
2629         * sys/oss4/oss4-source.c:
2630         * sys/wininet/gstwininetsrc.c:
2631           Final round of doc updates.
2632
2633 2008-06-16  Stefan Kost  <ensonic@users.sf.net>
2634
2635         * gst/deinterlace/gstdeinterlace.c:
2636         * gst/rtpmanager/gstrtpbin.c:
2637         * gst/rtpmanager/gstrtpclient.c:
2638         * gst/rtpmanager/gstrtpjitterbuffer.c:
2639         * gst/rtpmanager/gstrtpptdemux.c:
2640         * gst/rtpmanager/gstrtpsession.c:
2641         * gst/rtpmanager/gstrtpssrcdemux.c:
2642         * gst/sdp/gstsdpdemux.c:
2643           More doc updates. More xrefs.
2644
2645 2008-06-14  Julien Moutte  <julien@fluendo.com>
2646
2647         * gst/flv/gstflvdemux.c: (gst_flv_demux_cleanup),
2648         (gst_flv_demux_dispose):
2649         * gst/flv/gstflvdemux.h:
2650         * gst/flv/gstflvparse.c: (gst_flv_parse_audio_negotiate),
2651         (gst_flv_parse_tag_audio), (gst_flv_parse_video_negotiate),
2652         (gst_flv_parse_tag_video): Introduce demuxing support for AAC and
2653         H.264/AVC inside FLV.
2654         * sys/dshowdecwrapper/gstdshowaudiodec.c: (gst_dshowaudiodec_init),
2655         (gst_dshowaudiodec_chain), (gst_dshowaudiodec_push_buffer),
2656         (gst_dshowaudiodec_sink_event), (gst_dshowaudiodec_setup_graph):
2657         * sys/dshowdecwrapper/gstdshowaudiodec.h:
2658         * sys/dshowdecwrapper/gstdshowvideodec.c: (gst_dshowvideodec_init),
2659         (gst_dshowvideodec_sink_event), (gst_dshowvideodec_chain),
2660         (gst_dshowvideodec_push_buffer), (gst_dshowvideodec_src_getcaps):
2661         * sys/dshowdecwrapper/gstdshowvideodec.h: Lot of random fixes 
2662         to improve stability (ref counting, safety checks...)
2663
2664 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2665
2666         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_probe_modules):
2667         Disable sipro on 64bits, it crashes.
2668
2669 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2670
2671         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_chain),
2672         (close_library), (open_library),
2673         (gst_real_audio_dec_probe_modules), (gst_real_audio_dec_getcaps),
2674         (gst_real_audio_dec_setcaps), (gst_real_audio_dec_init),
2675         (gst_real_audio_dec_change_state), (gst_real_audio_dec_finalize):
2676         Add raversions we can support on the caps.
2677         Refactor the loading of the real codecs like realvideo so that we can
2678         implement probing.
2679         Probe all supported formats by trying to load the .so files, only report
2680         the versions on the caps that we can actually load.
2681
2682         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain),
2683         (gst_real_video_dec_getcaps), (gst_real_video_dec_setcaps),
2684         (open_library), (close_library),
2685         (gst_real_video_dec_probe_modules),
2686         (gst_real_video_dec_change_state), (gst_real_video_dec_init),
2687         (gst_real_video_dec_finalize), (gst_real_video_dec_class_init):
2688         * gst/real/gstrealvideodec.h:
2689         Change the loading of the library like the audio decoder.
2690         Probe the supported formats by trying to load the .so files and only
2691         report the versions on the caps that we can actually load.
2692
2693 2008-06-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2694
2695         patch by: Sebastian Pölsterl
2696
2697         * gst/mpegtsparse/mpegtspacketizer.c:
2698         Handle character sets in strings coming from DVB SI according
2699         to the DVB SI spec.
2700
2701 2008-06-13  Stefan Kost  <ensonic@users.sf.net>
2702
2703         * gst/replaygain/gstrganalysis.c:
2704         * gst/replaygain/gstrglimiter.c:
2705         * gst/replaygain/gstrgvolume.c:
2706           More doc updates.
2707
2708 2008-06-13  Stefan Kost  <ensonic@users.sf.net>
2709
2710         * docs/plugins/Makefile.am:
2711         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
2712         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
2713         * docs/plugins/gst-plugins-bad-plugins.args:
2714         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
2715         * docs/plugins/gst-plugins-bad-plugins.interfaces:
2716         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
2717         * docs/plugins/gst-plugins-bad-plugins.signals:
2718         * docs/plugins/inspect/plugin-alsaspdif.xml:
2719         * docs/plugins/inspect/plugin-amrwb.xml:
2720         * docs/plugins/inspect/plugin-app.xml:
2721         * docs/plugins/inspect/plugin-bayer.xml:
2722         * docs/plugins/inspect/plugin-bz2.xml:
2723         * docs/plugins/inspect/plugin-cdaudio.xml:
2724         * docs/plugins/inspect/plugin-cdxaparse.xml:
2725         * docs/plugins/inspect/plugin-dtsdec.xml:
2726         * docs/plugins/inspect/plugin-dvb.xml:
2727         * docs/plugins/inspect/plugin-dvdspu.xml:
2728         * docs/plugins/inspect/plugin-faac.xml:
2729         * docs/plugins/inspect/plugin-faad.xml:
2730         * docs/plugins/inspect/plugin-fbdevsink.xml:
2731         * docs/plugins/inspect/plugin-festival.xml:
2732         * docs/plugins/inspect/plugin-filter.xml:
2733         * docs/plugins/inspect/plugin-flvdemux.xml:
2734         * docs/plugins/inspect/plugin-freeze.xml:
2735         * docs/plugins/inspect/plugin-gsm.xml:
2736         * docs/plugins/inspect/plugin-gstinterlace.xml:
2737         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
2738         * docs/plugins/inspect/plugin-h264parse.xml:
2739         * docs/plugins/inspect/plugin-interleave.xml:
2740         * docs/plugins/inspect/plugin-jack.xml:
2741         * docs/plugins/inspect/plugin-ladspa.xml:
2742         * docs/plugins/inspect/plugin-metadata.xml:
2743         * docs/plugins/inspect/plugin-mms.xml:
2744         * docs/plugins/inspect/plugin-modplug.xml:
2745         * docs/plugins/inspect/plugin-mpeg2enc.xml:
2746         * docs/plugins/inspect/plugin-mpeg4videoparse.xml:
2747         * docs/plugins/inspect/plugin-mpegtsparse.xml:
2748         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
2749         * docs/plugins/inspect/plugin-musepack.xml:
2750         * docs/plugins/inspect/plugin-musicbrainz.xml:
2751         * docs/plugins/inspect/plugin-mve.xml:
2752         * docs/plugins/inspect/plugin-mythtv.xml
2753         * docs/plugins/inspect/plugin-nas.xml:
2754         * docs/plugins/inspect/plugin-neon.xml:
2755         * docs/plugins/inspect/plugin-nsfdec.xml:
2756         * docs/plugins/inspect/plugin-nuvdemux.xml:
2757         * docs/plugins/inspect/plugin-oss4.xml
2758         * docs/plugins/inspect/plugin-rawparse.xml:
2759         * docs/plugins/inspect/plugin-real.xml:
2760         * docs/plugins/inspect/plugin-replaygain.xml:
2761         * docs/plugins/inspect/plugin-rfbsrc.xml:
2762         * docs/plugins/inspect/plugin-sdl.xml:
2763         * docs/plugins/inspect/plugin-sdp.xml:
2764         * docs/plugins/inspect/plugin-selector.xml:
2765         * docs/plugins/inspect/plugin-sndfile.xml:
2766         * docs/plugins/inspect/plugin-soundtouch.xml:
2767         * docs/plugins/inspect/plugin-spcdec.xml:
2768         * docs/plugins/inspect/plugin-speed.xml:
2769         * docs/plugins/inspect/plugin-speexresample.xml:
2770         * docs/plugins/inspect/plugin-stereo.xml:
2771         * docs/plugins/inspect/plugin-subenc.xml
2772         * docs/plugins/inspect/plugin-timidity.xml:
2773         * docs/plugins/inspect/plugin-tta.xml:
2774         * docs/plugins/inspect/plugin-vcdsrc.xml:
2775         * docs/plugins/inspect/plugin-videosignal.xml:
2776         * docs/plugins/inspect/plugin-vmnc.xml:
2777         * docs/plugins/inspect/plugin-wildmidi.xml:
2778         * docs/plugins/inspect/plugin-x264.xml:
2779         * docs/plugins/inspect/plugin-xvid.xml:
2780         * docs/plugins/inspect/plugin-y4menc.xml:
2781         * ext/amrwb/gstamrwbdec.c:
2782         * ext/amrwb/gstamrwbenc.c:
2783         * ext/amrwb/gstamrwbparse.c:
2784         * ext/dc1394/gstdc1394.c:
2785         * ext/directfb/dfbvideosink.c:
2786         * ext/ivorbis/vorbisdec.c:
2787         * ext/jack/gstjackaudiosink.c:
2788         * ext/mpeg2enc/gstmpeg2enc.cc:
2789         * ext/mplex/gstmplex.cc:
2790         * ext/musicbrainz/gsttrm.c:
2791         * ext/mythtv/gstmythtvsrc.c:
2792         * ext/theora/theoradec.c:
2793         * ext/timidity/gsttimidity.c:
2794         * ext/timidity/gstwildmidi.c:
2795         * gst-libs/gst/app/gstappsink.c:
2796         * gst/deinterlace/gstdeinterlace.c:
2797         * gst/dvdspu/gstdvdspu.c:
2798         * gst/festival/gstfestival.c:
2799         * gst/freeze/gstfreeze.c:
2800         * gst/interleave/deinterleave.c:
2801         * gst/interleave/interleave.c:
2802         * gst/modplug/gstmodplug.cc:
2803         * gst/nuvdemux/gstnuvdemux.c:
2804           Add missing elements to docs. Fix doc-markup: use convinience syntax
2805           for examples (produces valid docbook), add several refsec2 when we
2806           have several titles. Fix some types.
2807
2808 2008-06-12  Wim Taymans  <wim.taymans@collabora.co.uk>
2809
2810         * examples/app/.cvsignore:
2811         * examples/app/Makefile.am:
2812         * examples/app/appsink-src.c: (on_new_buffer_from_source),
2813         (on_source_message), (on_sink_message), (main):
2814         Add beefed up example app from bug #413418. It now also uses appsink
2815         instead of fakesink for more ultimate coolness.
2816
2817         * gst-libs/gst/app/gstappsrc.c: (gst_app_src_class_init),
2818         (gst_app_src_init), (gst_app_src_set_property),
2819         (gst_app_src_get_property), (gst_app_src_unlock),
2820         (gst_app_src_unlock_stop), (gst_app_src_create),
2821         (gst_app_src_set_max_bytes), (gst_app_src_push_buffer),
2822         (gst_app_src_end_of_stream):
2823         * gst-libs/gst/app/gstappsrc.h:
2824         Add block property to allow push based implementation to block when we
2825         fill up the appsrc queues.
2826         Emit the enough-data signal while releasing our lock.
2827
2828 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
2829
2830         * examples/app/.cvsignore:
2831           Ignore more.
2832
2833 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
2834
2835         * ext/dc1394/gstdc1394.c:
2836         * ext/ivorbis/vorbisdec.c:
2837         * ext/jack/gstjackaudiosink.c:
2838         * ext/metadata/gstmetadatademux.c:
2839         * ext/mythtv/gstmythtvsrc.c:
2840         * ext/theora/theoradec.c:
2841         * gst-libs/gst/app/gstappsink.c:
2842         * gst/bayer/gstbayer2rgb.c:
2843         * gst/deinterlace/gstdeinterlace.c:
2844         * gst/rawparse/gstaudioparse.c:
2845         * gst/rawparse/gstvideoparse.c:
2846         * gst/rtpmanager/gstrtpbin.c:
2847         * gst/rtpmanager/gstrtpclient.c:
2848         * gst/rtpmanager/gstrtpjitterbuffer.c:
2849         * gst/rtpmanager/gstrtpptdemux.c:
2850         * gst/rtpmanager/gstrtpsession.c:
2851         * gst/rtpmanager/gstrtpssrcdemux.c:
2852         * gst/selector/gstinputselector.c:
2853         * gst/selector/gstoutputselector.c:
2854         * gst/videosignal/gstvideoanalyse.c:
2855         * gst/videosignal/gstvideodetect.c:
2856         * gst/videosignal/gstvideomark.c:
2857         * sys/oss4/oss4-mixer.c:
2858         * sys/oss4/oss4-sink.c:
2859         * sys/oss4/oss4-source.c:
2860           Do not use short_description in section docs for elements. We extract
2861           them from element details and there will be warnings if they differ.
2862           Also fixing up the ChangeLog order.
2863
2864 2008-06-12  Wim Taymans  <wim.taymans@collabora.co.uk>
2865
2866         Patch by: Sebastien Merle <sylane at gmail dot com>
2867
2868         * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_chain):
2869         Fix the sign of the data we pass to the decoder so that the decoder
2870         compiles with newer reference code as well. Fixes #528618.
2871
2872 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
2873
2874         * tests/icles/test-oss4.c:
2875           Include stdlib.h.
2876
2877 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
2878
2879         Based on a patch by: Martin Eikermann <meiker at upb dot de>
2880
2881         * gst/deinterlace2/Makefile.am:
2882         * gst/deinterlace2/gstdeinterlace2.c:
2883         (gst_deinterlace2_method_get_type),
2884         (gst_deinterlace2_fields_get_type),
2885         (gst_deinterlace2_field_layout_get_type),
2886         (gst_deinterlace2_base_init), (gst_deinterlace2_class_init),
2887         (gst_deinterlace2_init), (gst_deinterlace2_set_method),
2888         (gst_deinterlace2_set_property), (gst_deinterlace2_get_property),
2889         (gst_deinterlace2_finalize), (gst_deinterlace2_pop_history),
2890         (gst_deinterlace2_head_history), (gst_deinterlace2_push_history),
2891         (gst_deinterlace2_deinterlace_scanlines), (gst_deinterlace2_chain),
2892         (gst_deinterlace2_setcaps), (gst_deinterlace2_sink_event),
2893         (gst_deinterlace2_change_state), (gst_deinterlace2_src_event),
2894         (gst_deinterlace2_src_query), (gst_deinterlace2_src_query_types),
2895         (plugin_init):
2896         * gst/deinterlace2/gstdeinterlace2.h:
2897         * gst/deinterlace2/tvtime/greedy.c: (copy_scanline),
2898         (deinterlace_greedy_packed422_scanline_mmxext),
2899         (dscaler_greedyl_get_method):
2900         * gst/deinterlace2/tvtime/greedyh.asm:
2901         * gst/deinterlace2/tvtime/greedyh.c:
2902         (deinterlace_frame_di_greedyh), (dscaler_greedyh_get_method),
2903         (greedyh_init), (greedyh_filter_mmx), (greedyh_filter_3dnow),
2904         (greedyh_filter_sse):
2905         * gst/deinterlace2/tvtime/greedyh.h:
2906         * gst/deinterlace2/tvtime/greedyhmacros.h:
2907         * gst/deinterlace2/tvtime/mmx.h:
2908         * gst/deinterlace2/tvtime/plugins.h:
2909         * gst/deinterlace2/tvtime/speedtools.h:
2910         * gst/deinterlace2/tvtime/speedy.c: (multiply_alpha), (clip255),
2911         (comb_factor_packed422_scanline_mmx),
2912         (diff_factor_packed422_scanline_c),
2913         (diff_factor_packed422_scanline_mmx),
2914         (diff_packed422_block8x8_mmx), (diff_packed422_block8x8_c),
2915         (packed444_to_packed422_scanline_c),
2916         (packed422_to_packed444_scanline_c),
2917         (packed422_to_packed444_rec601_scanline_c),
2918         (vfilter_chroma_121_packed422_scanline_mmx),
2919         (vfilter_chroma_121_packed422_scanline_c),
2920         (vfilter_chroma_332_packed422_scanline_mmx),
2921         (vfilter_chroma_332_packed422_scanline_c),
2922         (kill_chroma_packed422_inplace_scanline_mmx),
2923         (kill_chroma_packed422_inplace_scanline_c),
2924         (invert_colour_packed422_inplace_scanline_mmx),
2925         (invert_colour_packed422_inplace_scanline_c),
2926         (mirror_packed422_inplace_scanline_c),
2927         (interpolate_packed422_scanline_c),
2928         (convert_uyvy_to_yuyv_scanline_mmx),
2929         (convert_uyvy_to_yuyv_scanline_c),
2930         (interpolate_packed422_scanline_mmx),
2931         (interpolate_packed422_scanline_mmxext),
2932         (blit_colour_packed422_scanline_c),
2933         (blit_colour_packed422_scanline_mmx),
2934         (blit_colour_packed422_scanline_mmxext),
2935         (blit_colour_packed4444_scanline_c),
2936         (blit_colour_packed4444_scanline_mmx),
2937         (blit_colour_packed4444_scanline_mmxext), (small_memcpy),
2938         (speedy_memcpy_c), (speedy_memcpy_mmx), (speedy_memcpy_mmxext),
2939         (blit_packed422_scanline_c), (blit_packed422_scanline_mmx),
2940         (blit_packed422_scanline_mmxext),
2941         (composite_colour4444_alpha_to_packed422_scanline_c),
2942         (composite_colour4444_alpha_to_packed422_scanline_mmxext),
2943         (composite_packed4444_alpha_to_packed422_scanline_c),
2944         (composite_packed4444_alpha_to_packed422_scanline_mmxext),
2945         (composite_packed4444_to_packed422_scanline_c),
2946         (composite_packed4444_to_packed422_scanline_mmxext),
2947         (composite_alphamask_to_packed4444_scanline_c),
2948         (composite_alphamask_to_packed4444_scanline_mmxext),
2949         (composite_alphamask_alpha_to_packed4444_scanline_c),
2950         (premultiply_packed4444_scanline_c),
2951         (premultiply_packed4444_scanline_mmxext),
2952         (blend_packed422_scanline_c), (blend_packed422_scanline_mmxext),
2953         (quarter_blit_vertical_packed422_scanline_mmxext),
2954         (quarter_blit_vertical_packed422_scanline_c),
2955         (subpix_blit_vertical_packed422_scanline_c),
2956         (a8_subpix_blit_scanline_c), (myround), (init_RGB_to_YCbCr_tables),
2957         (init_YCbCr_to_RGB_tables), (rgb24_to_packed444_rec601_scanline_c),
2958         (rgba32_to_packed4444_rec601_scanline_c),
2959         (packed444_to_rgb24_rec601_scanline_c),
2960         (packed444_to_nonpremultiplied_packed4444_scanline_c),
2961         (aspect_adjust_packed4444_scanline_c), (setup_speedy_calls),
2962         (speedy_get_accel):
2963         * gst/deinterlace2/tvtime/speedy.h:
2964         * gst/deinterlace2/tvtime/sse.h:
2965         * gst/deinterlace2/tvtime/tomsmocomp.c: (Fieldcopy),
2966         (deinterlace_frame_di_tomsmocomp), (dscaler_tomsmocomp_get_method),
2967         (tomsmocomp_init), (tomsmocomp_filter_mmx),
2968         (tomsmocomp_filter_3dnow), (tomsmocomp_filter_sse):
2969         * gst/deinterlace2/tvtime/tomsmocomp.h:
2970         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoop0A.inc:
2971         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc:
2972         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopEdgeA.inc:
2973         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopEdgeA8.inc:
2974         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddA.inc:
2975         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddA2.inc:
2976         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddA6.inc:
2977         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddAH.inc:
2978         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddAH2.inc:
2979         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopTop.inc:
2980         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopVA.inc:
2981         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopVAH.inc:
2982         * gst/deinterlace2/tvtime/tomsmocomp/StrangeBob.inc:
2983         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
2984         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll2.inc:
2985         * gst/deinterlace2/tvtime/tomsmocomp/WierdBob.inc:
2986         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_line),
2987         (deinterlace_scanline_vfir), (copy_scanline),
2988         (dscaler_vfir_get_method):
2989         * gst/deinterlace2/tvtime/x86-64_macros.inc:
2990         Add a deinterlacer plugin based on the tvtime/DScaler deinterlacer,
2991         which was relicensed to LGPL for GStreamer and in theory provides
2992         better and faster results than the simple deinterlace element.
2993         Fixes bug #163578.
2994
2995         Ported to GStreamer 0.10 but still not enabled or included in the
2996         build system by default because of bad artefacts caused by a bug
2997         somewhere and as it can be only build on x86/amd64 ATM and requires
2998         special CFLAGS. Will be fixed soon.
2999
3000 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3001
3002         Based on a patch by: Ryan Houdek <Sonicadvance1 at GMAIL dot COM>
3003
3004         * ext/timidity/gstwildmidi.c: (gst_wildmidi_init),
3005         (gst_wildmidi_change_state), (plugin_init):
3006         * ext/timidity/gstwildmidi.h:
3007         Initialize wildmidi only once in the plugin init function instead
3008         of once for every instance. The second and following calls to the
3009         wildmidi initialization function will fail. Fixes bug #525613.
3010
3011         Also don't register the element at all if wildmidi initialization
3012         fails.
3013
3014 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3015
3016         * ext/soundtouch/gstpitch.cc:
3017         Call gst_element_no_more_pads() after all pads are added.
3018
3019 2008-06-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3020
3021         * gst/rawparse/gstrawparse.c: (gst_raw_parse_push_buffer),
3022         (gst_raw_parse_loop), (gst_raw_parse_handle_seek_push),
3023         (gst_raw_parse_handle_seek_pull):
3024         Add simple reverse playback.
3025
3026 2008-06-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3027
3028         * gst/rawparse/gstrawparse.c: (gst_raw_parse_reset),
3029         (gst_raw_parse_push_buffer), (gst_raw_parse_chain),
3030         (gst_raw_parse_loop), (gst_raw_parse_sink_activatepull),
3031         (gst_raw_parse_convert), (gst_raw_parse_sink_event),
3032         (gst_raw_parse_handle_seek_push), (gst_raw_parse_handle_seek_pull),
3033         (gst_raw_parse_src_query), (gst_raw_parse_get_fps):
3034         * gst/rawparse/gstrawparse.h:
3035         Fix seeking, timestamps, duration and some more. Fixes #536309.
3036
3037 2008-06-06  Wim Taymans  <wim.taymans@collabora.co.uk>
3038
3039         * examples/app/Makefile.am:
3040         * examples/app/appsrc-ra.c: (feed_data), (seek_data),
3041         (found_source), (bus_message), (main):
3042         * examples/app/appsrc-seekable.c: (feed_data), (seek_data),
3043         (found_source), (bus_message), (main):
3044         * examples/app/appsrc-stream2.c: (feed_data), (found_source),
3045         (bus_message), (main):
3046         Added 3 more example application for using appsrc in random-access mode,
3047         pull-mode streaming and pull mode seekable.
3048
3049         * gst-libs/gst/app/gstappsrc.c: (gst_app_src_class_init),
3050         (gst_app_src_start), (gst_app_src_do_get_size),
3051         (gst_app_src_create):
3052         * gst-libs/gst/app/gstappsrc.h:
3053         Make stream-type property writable.
3054         Unset flushing when starting so that we reuse appsrc.
3055         Inform basesrc about the configured size.
3056         Emit seek-data signal when we are going to a different offset in
3057         random-access mode.
3058
3059 2008-06-06  Wim Taymans  <wim.taymans@collabora.co.uk>
3060
3061         * examples/app/appsrc-stream.c: (found_source), (main):
3062         Use deep-notify until we can depend on a playbin2 with support for the
3063         source property.
3064
3065 2008-06-06  Wim Taymans  <wim.taymans@collabora.co.uk>
3066
3067         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_init),
3068         (gst_rtp_bin_finalize), (gst_rtp_bin_change_state):
3069         Fix deadlock when shutting down, use a new lock instead to properly
3070         shutdown.
3071
3072 2008-06-05  Wim Taymans  <wim.taymans@collabora.co.uk>
3073
3074         * examples/app/.cvsignore:
3075         * examples/app/Makefile.am:
3076         * examples/app/appsrc-stream.c: (read_data), (start_feed),
3077         (stop_feed), (found_source), (bus_message), (main):
3078         Added an example on how to use appsrc in playbin in streaming mode from
3079         an mmapped file.
3080
3081         * examples/app/appsrc_ex.c: (main):
3082         Set pipeline to NULL to free queued buffers.
3083
3084         * gst-libs/gst/app/gstapp-marshal.list:
3085         * gst-libs/gst/app/gstappsrc.c: (stream_type_get_type), (_do_init),
3086         (gst_app_src_class_init), (gst_app_src_init),
3087         (gst_app_src_flush_queued), (gst_app_src_dispose),
3088         (gst_app_src_set_property), (gst_app_src_get_property),
3089         (gst_app_src_unlock), (gst_app_src_unlock_stop),
3090         (gst_app_src_start), (gst_app_src_stop), (gst_app_src_is_seekable),
3091         (gst_app_src_check_get_range), (gst_app_src_do_seek),
3092         (gst_app_src_create), (gst_app_src_set_stream_type),
3093         (gst_app_src_get_stream_type), (gst_app_src_set_max_bytes),
3094         (gst_app_src_get_max_bytes), (gst_app_src_push_buffer),
3095         (gst_app_src_end_of_stream), (gst_app_src_uri_get_type),
3096         (gst_app_src_uri_get_protocols), (gst_app_src_uri_get_uri),
3097         (gst_app_src_uri_set_uri), (gst_app_src_uri_handler_init):
3098         * gst-libs/gst/app/gstappsrc.h:
3099         Measure max queue size in bytes instead.
3100         Add support for 3 modes of operation, streaming, seekable and
3101         random-access, making basesrc handle the scheduling modes for each.
3102         Add appsrc:// uri handler so that automatic plugging can be done from
3103         playbin2 or uridecodebin, for example.
3104         Added support for custom segment formats.
3105         Add support for push and pull based operations from the application.
3106         Expand the methods so that errors can be detected.
3107         Flush the queued buffers on seeks and when shutting down.
3108         Add signals to inform the app that a seek must happen.
3109
3110 2008-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
3111
3112         * gst/interleave/deinterleave.c: (gst_deinterleave_add_new_pads),
3113         (gst_deinterleave_src_query):
3114         * gst/interleave/interleave.c: (gst_interleave_src_query_duration),
3115         (gst_interleave_src_query):
3116         Properly implement duration and position queries in bytes format. We
3117         have to take the upstream reply and divide/multiply it by the number
3118         of channels to get the correct result.
3119
3120 2008-06-04  Michael Smith <msmith@songbirdnest.com>
3121
3122         * sys/dshowvideosink/dshowvideofakesrc.cpp:
3123         * sys/dshowvideosink/dshowvideofakesrc.h:
3124         * sys/dshowvideosink/dshowvideosink.cpp:
3125         * sys/dshowvideosink/dshowvideosink.h:
3126           Fix up copyright notice on new plugin.
3127
3128 2008-06-04  David Schleef  <ds@schleef.org>
3129
3130         * ext/dirac/gstdiracenc.cc: Update properties for recent
3131           dirac changes.  Patch from Jonathan Rosser.
3132
3133 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3134
3135         * ext/x264/gstx264enc.c: (gst_x264_enc_header_buf),
3136           (gst_x264_enc_sink_event), (gst_x264_enc_chain),
3137           (gst_x264_enc_encode_frame):
3138           Try harder not to crash when we get an EOS event but haven't set
3139           up the encoder yet (as may happen when upstream errors out with
3140           not-negotiated, for example). Also, always push the EOS event
3141           downstream.
3142
3143 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3144
3145         * gst/interleave/interleave.c: (gst_interleave_pad_get_type),
3146         (gst_interleave_pad_get_property), (gst_interleave_pad_class_init),
3147         (gst_interleave_request_new_pad), (gst_interleave_release_pad):
3148         * gst/interleave/interleave.h:
3149         Use an always increasing integer for the number in the name of the
3150         requested sink pads to guarantuee a unique name. Add a "channel"
3151         property to GstInterleavePad to make it possible for applications
3152         to retrieve the channel number in the output for every pad.
3153
3154         Use g_type_register_static_simple() instead of
3155         g_type_register_static() to save some relocations.
3156
3157 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
3158
3159         * gst/interleave/interleave.c: (gst_interleave_pad_get_type),
3160         (gst_interleave_change_state):
3161         Stop GstCollectPads before calling the parent's state change function
3162         when going from PAUSED to READY as we otherwise deadlock.
3163         Fixes bug #536258.
3164
3165 2008-06-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3166
3167         * gst/h264parse/gsth264parse.c: (gst_nal_bs_init),
3168         (gst_h264_parse_sink_setcaps), (gst_h264_parse_chain_forward),
3169         (gst_h264_parse_queue_buffer), (gst_h264_parse_chain_reverse),
3170         (gst_h264_parse_chain):
3171         * gst/h264parse/gsth264parse.h:
3172         Parse codec_data and use the nalu_size_length field to get the NALU
3173         length in packetized h264.
3174         When queueing a packetized buffer in reverse mode, don't unref the
3175         buffer twice.
3176         Avoid accessing the buffer TIMESTAMP field after we pushed it on
3177         the adaptor.
3178
3179 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
3180
3181         * gst/interleave/interleave.c:
3182         (gst_interleave_check_channel_positions),
3183         (gst_interleave_set_channel_positions),
3184         (gst_interleave_class_init):
3185         Use new gst_audio_check_channel_positions() function and register
3186         the GstInterleavePad type from a threadsafe context.
3187
3188 2008-06-02  Michael Smith <msmith@songbirdnest.com>
3189
3190         * configure.ac:
3191           Revert accidental addition in configure.ac. Sorry.
3192
3193 2008-06-02  Michael Smith <msmith@songbirdnest.com>
3194
3195         * configure.ac:
3196         * sys/Makefile.am:
3197         * sys/dshowvideosink/Makefile.am:
3198         * sys/dshowvideosink/README:
3199         * sys/dshowvideosink/dshowvideofakesrc.cpp:
3200         * sys/dshowvideosink/dshowvideofakesrc.h:
3201         * sys/dshowvideosink/dshowvideosink.cpp:
3202         * sys/dshowvideosink/dshowvideosink.h:
3203         Add a new win32 videosink. Uses the DirectShow renderers for
3204         high-performance video rendering on win32.
3205         Currently only supports some YUV formats.
3206         Rank PRIMARY, since it's much more useful for the common cases that the
3207         directdraw sink (which only does RGB).
3208
3209 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
3210
3211         * ext/spc/Makefile.am:
3212           Dist tag.h
3213
3214 2008-06-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3215
3216         * ext/faad/gstfaad.c: (gst_faad_sink_event):
3217         Always drain before activating the new segment.
3218
3219 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
3220
3221         * gst/interleave/interleave.c: (gst_interleave_pad_get_type),
3222         (gst_interleave_finalize), (gst_audio_check_channel_positions),
3223         (gst_interleave_set_channel_positions),
3224         (gst_interleave_class_init), (gst_interleave_init),
3225         (gst_interleave_set_property), (gst_interleave_get_property),
3226         (gst_interleave_request_new_pad), (gst_interleave_release_pad),
3227         (gst_interleave_sink_setcaps), (gst_interleave_src_query_duration),
3228         (gst_interleave_src_query_latency), (gst_interleave_collected):
3229         * gst/interleave/interleave.h:
3230         Allow setting channel positions via a property and allow using the
3231         channel positions on the input as the channel positions of the output.
3232
3233         Fix some broken logic and memory leaks.
3234
3235         * tests/check/Makefile.am:
3236         * tests/check/elements/interleave.c: (src_handoff_float32),
3237         (sink_handoff_float32), (GST_START_TEST), (interleave_suite):
3238         Add unit tests for checking correct handling of channel positions.
3239
3240 2008-06-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3241
3242         * ext/faad/gstfaad.c: (gst_faad_dispose), (clear_queued),
3243         (flush_queued), (gst_faad_drain), (gst_faad_do_raw_seek),
3244         (gst_faad_src_event), (gst_faad_sink_event), (gst_faad_chain),
3245         (gst_faad_change_state):
3246         * ext/faad/gstfaad.h:
3247         Add basic reverse playback support.
3248         Clear decoder state after disconts.
3249         Remove some unused code.
3250         Mark output buffers with a discont after a decoding error.
3251
3252 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
3253
3254         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3255
3256         * gst/mpeg4videoparse/mpeg4videoparse.c:
3257         (gst_mpeg4vparse_handle_vos):
3258         Fix mpeg4videoparse on big endian architectures. Fixes bug #536042.
3259
3260 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
3261
3262         * tests/check/elements/mplex.c: (setup_src_pad),
3263         (teardown_src_pad):
3264         Don't use the deprecated gst_element_get_pad().
3265
3266 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
3267
3268         * examples/directfb/gstdfb.c: (main):
3269         Don't use the deprecated gst_element_get_pad().
3270
3271 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3272
3273         Based on patch by: <onkarshinde at gmail dot com>
3274
3275         * sys/vcd/vcdsrc.c: (gst_vcdsrc_uri_get_uri),
3276         (gst_vcdsrc_uri_set_uri):
3277         Allow the track to be set by using the uri. Fixes #535043.
3278
3279 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
3280
3281         * gst/interleave/interleave.c: (gst_interleave_src_query_duration),
3282         (gst_interleave_src_query_latency), (gst_interleave_src_query):
3283         Implement latency query.
3284
3285 2008-05-27  Thijs Vermeir  <thijsvermeir@gmail.com>
3286
3287         * gst/mpegvideoparse/mpegvideoparse.c:
3288         Add GST_BUFFER_FLAG_DELTA_UNIT to not I frame buffers
3289
3290 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
3291
3292         * gst/rtpmanager/gstrtpbin.c:
3293         (gst_rtp_bin_propagate_property_to_jitterbuffer),
3294         (gst_rtp_bin_change_state), (new_payload_found),
3295         (new_ssrc_pad_found):
3296         Break out of callbacks when we are shutting down.
3297         Make sure no state changes can happen when we reconfigure.
3298
3299 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
3300
3301         * configure.ac:
3302         Require CVS core and base for new audio clock reset method.
3303
3304         * ext/alsaspdif/alsaspdifsink.c: (alsaspdifsink_change_state):
3305         Reset the audio clock. See #521761.
3306
3307 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3308
3309         * ext/jack/gstjackaudiosink.c:
3310         (gst_jack_audio_sink_allocate_channels):
3311         Include the element name in the port name to avoid duplicate port names.
3312
3313 2008-05-26  Sebastian Dröge  <slomo@circular-chaos.org>
3314
3315         * gst/interleave/deinterleave.c:
3316         Add another example launch line.
3317
3318         * gst/interleave/interleave.c: (interleave_24),
3319         (gst_interleave_finalize), (gst_interleave_base_init),
3320         (gst_interleave_class_init), (gst_interleave_init),
3321         (gst_interleave_request_new_pad), (gst_interleave_release_pad),
3322         (gst_interleave_change_state), (__remove_channels),
3323         (__set_channels), (gst_interleave_sink_getcaps),
3324         (gst_interleave_set_process_function),
3325         (gst_interleave_sink_setcaps), (gst_interleave_sink_event),
3326         (gst_interleave_src_query_duration), (gst_interleave_src_query),
3327         (forward_event_func), (forward_event), (gst_interleave_src_event),
3328         (gst_interleave_collected):
3329         * gst/interleave/interleave.h:
3330         Major rewrite of interleave using GstCollectpads. This new version
3331         also supports almost all raw audio formats and has better caps
3332         negotiation. Fixes bug #506594.
3333
3334         Also update docs and add some more examples.
3335
3336         * tests/check/elements/interleave.c: (interleave_chain_func),
3337         (GST_START_TEST), (src_handoff_float32), (sink_handoff_float32),
3338         (interleave_suite):
3339         Add some more extensive unit tests for interleave.
3340
3341 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3342
3343         * gst/rtpmanager/gstrtpjitterbuffer.c:
3344         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
3345         When checking the seqnum, reset the jitterbuffer if the gap is too big,
3346         we need to do this so that we can better handle a restarted source.
3347         Fix some comments.
3348
3349         * gst/rtpmanager/rtpjitterbuffer.c: (calculate_skew),
3350         (rtp_jitter_buffer_insert):
3351         Tweak the skew resync diff.
3352         Use our working seqnum compare function in -base.
3353         Rework the jitterbuffer insert code to make it clearer and more
3354         performant by only retrieving the seqnum of the input buffer once and by
3355         adding some G_LIKELY compiler hints.
3356         Improve debugging for duplicate packets.
3357
3358         * gst/rtpmanager/rtpsource.c: (rtp_source_process_rtp):
3359         Fix a comment, we don't do skew correction here..
3360
3361 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3362
3363         Patch by: Håvard Graff <havard dot graff at tandberg dot com>
3364
3365         * gst/rtpmanager/gstrtpbin.c:
3366         (gst_rtp_bin_propagate_property_to_jitterbuffer),
3367         (gst_rtp_bin_set_property):
3368         Propagate the do-lost and latency properties to the jitterbuffers when
3369         they are changed on rtpbin.
3370
3371 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3372
3373         * examples/switch/switcher.c: (switch_timer):
3374         * gst/replaygain/gstrgvolume.c: (gst_rg_volume_init):
3375         * gst/rtpmanager/gstrtpclient.c: (create_stream):
3376         * gst/sdp/gstsdpdemux.c: (gst_sdp_demux_stream_configure_udp),
3377         (gst_sdp_demux_stream_configure_udp_sink):
3378         * tests/check/elements/deinterleave.c: (GST_START_TEST),
3379         (pad_added_setup_data_check_float32_8ch_cb):
3380         * tests/check/elements/rganalysis.c: (send_eos_event),
3381         (send_tag_event):
3382         Don't use _gst_pad().
3383
3384 2008-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
3385
3386         * docs/plugins/Makefile.am:
3387         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
3388         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
3389         * docs/plugins/gst-plugins-bad-plugins.args:
3390         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
3391         * docs/plugins/gst-plugins-bad-plugins.interfaces:
3392         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
3393         * docs/plugins/gst-plugins-bad-plugins.signals:
3394         * docs/plugins/inspect/plugin-alsaspdif.xml:
3395         * docs/plugins/inspect/plugin-amrwb.xml:
3396         * docs/plugins/inspect/plugin-app.xml:
3397         * docs/plugins/inspect/plugin-bayer.xml:
3398         * docs/plugins/inspect/plugin-bz2.xml:
3399         * docs/plugins/inspect/plugin-cdaudio.xml:
3400         * docs/plugins/inspect/plugin-cdxaparse.xml:
3401         * docs/plugins/inspect/plugin-dfbvideosink.xml:
3402         * docs/plugins/inspect/plugin-dtsdec.xml:
3403         * docs/plugins/inspect/plugin-dvb.xml:
3404         * docs/plugins/inspect/plugin-dvdspu.xml:
3405         * docs/plugins/inspect/plugin-faac.xml:
3406         * docs/plugins/inspect/plugin-faad.xml:
3407         * docs/plugins/inspect/plugin-fbdevsink.xml:
3408         * docs/plugins/inspect/plugin-festival.xml:
3409         * docs/plugins/inspect/plugin-filter.xml:
3410         * docs/plugins/inspect/plugin-flvdemux.xml:
3411         * docs/plugins/inspect/plugin-freeze.xml:
3412         * docs/plugins/inspect/plugin-gsm.xml:
3413         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
3414         * docs/plugins/inspect/plugin-h264parse.xml:
3415         * docs/plugins/inspect/plugin-interleave.xml:
3416         * docs/plugins/inspect/plugin-jack.xml:
3417         * docs/plugins/inspect/plugin-ladspa.xml:
3418         * docs/plugins/inspect/plugin-metadata.xml:
3419         * docs/plugins/inspect/plugin-mms.xml:
3420         * docs/plugins/inspect/plugin-modplug.xml:
3421         * docs/plugins/inspect/plugin-mpeg2enc.xml:
3422         * docs/plugins/inspect/plugin-mpeg4videoparse.xml:
3423         * docs/plugins/inspect/plugin-mpegtsparse.xml:
3424         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
3425         * docs/plugins/inspect/plugin-musepack.xml:
3426         * docs/plugins/inspect/plugin-musicbrainz.xml:
3427         * docs/plugins/inspect/plugin-mve.xml:
3428         * docs/plugins/inspect/plugin-nas.xml:
3429         * docs/plugins/inspect/plugin-neon.xml:
3430         * docs/plugins/inspect/plugin-nsfdec.xml:
3431         * docs/plugins/inspect/plugin-nuvdemux.xml:
3432         * docs/plugins/inspect/plugin-rawparse.xml:
3433         * docs/plugins/inspect/plugin-real.xml:
3434         * docs/plugins/inspect/plugin-replaygain.xml:
3435         * docs/plugins/inspect/plugin-rfbsrc.xml:
3436         * docs/plugins/inspect/plugin-sdl.xml:
3437         * docs/plugins/inspect/plugin-sdp.xml:
3438         * docs/plugins/inspect/plugin-selector.xml:
3439         * docs/plugins/inspect/plugin-sndfile.xml:
3440         * docs/plugins/inspect/plugin-soundtouch.xml:
3441         * docs/plugins/inspect/plugin-spcdec.xml:
3442         * docs/plugins/inspect/plugin-speed.xml:
3443         * docs/plugins/inspect/plugin-speexresample.xml:
3444         * docs/plugins/inspect/plugin-stereo.xml:
3445         * docs/plugins/inspect/plugin-tta.xml:
3446         * docs/plugins/inspect/plugin-vcdsrc.xml:
3447         * docs/plugins/inspect/plugin-videosignal.xml:
3448         * docs/plugins/inspect/plugin-vmnc.xml:
3449         * docs/plugins/inspect/plugin-wildmidi.xml:
3450         * docs/plugins/inspect/plugin-x264.xml:
3451         * docs/plugins/inspect/plugin-xvid.xml:
3452         * docs/plugins/inspect/plugin-y4menc.xml:
3453         Add interleave/deinterleave to the docs and while at that
3454         run make update in docs/plugins.
3455
3456         * gst/interleave/deinterleave.c:
3457         Add a parapraph about using a queue and audioconvert after the source
3458         pads to the docs.
3459
3460 2008-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
3461
3462         * gst/interleave/deinterleave.c: (gst_deinterleave_base_init),
3463         (gst_deinterleave_class_init), (gst_deinterleave_init),
3464         (gst_deinterleave_add_new_pads), (gst_deinterleave_sink_getcaps):
3465         * gst/interleave/deinterleave.h:
3466         Don't set a getcaps() function on the src pads as it's not required
3467         and the default getcaps() function returns the correct results for
3468         our src pads.
3469
3470         Complete documentation and add myself to the authors of the element.
3471
3472 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
3473
3474         * tests/icles/.cvsignore:
3475         * tests/icles/Makefile.am:
3476         * tests/icles/test-oss4.c: (opt_show_mixer_messages), (WAIT_TIME),
3477           (show_mixer_messages), (probe_mixer_tracks), (probe_pad),
3478           (probe_details), (probe_element), (main):
3479           Small oss4 test that probes for available devices and retrieves
3480           their caps and mixer tracks and all that. Also allows testing of
3481           mixer change messages on the bus.
3482
3483 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
3484
3485         * sys/oss4/oss4-mixer.c: (gst_oss4_mixer_open):
3486         * sys/oss4/oss4-property-probe.c:
3487           (gst_oss4_property_probe_find_device_name),
3488           (gst_oss4_property_probe_find_device_name_nofd):
3489         * sys/oss4/oss4-property-probe.h:
3490         * sys/oss4/oss4-sink.c: (gst_oss4_sink_get_property):
3491         * sys/oss4/oss4-source.c: (gst_oss4_source_get_property):
3492           Make device-name probing in NULL state work better (e.g. for the
3493           gnome-control-center sound capplet).
3494
3495 2008-05-22  Wim Taymans  <wim.taymans@collabora.co.uk>
3496
3497         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3498
3499         * gst/mpeg4videoparse/mpeg4videoparse.c: (gst_mpeg4vparse_push),
3500         (gst_mpeg4vparse_drain), (gst_mpeg4vparse_chain),
3501         (gst_mpeg4vparse_change_state):
3502         Move some code around to integrate the startcode searching with the
3503         other bits of parsing, avoid a whole bunch of peeks.
3504         Get rid of invalid data that should not happen according to the specs.
3505         Fixes #533559.
3506
3507 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
3508
3509         Patch by: Bastien Nocera <hadess at hadess dot net>
3510
3511         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_class_init),
3512         (gst_mythtv_src_init), (gst_mythtv_src_clear),
3513         (do_read_request_response), (gst_mythtv_src_create),
3514         (gst_mythtv_src_start):
3515         Correctly set duration to get a more correct seek bar in totem.
3516
3517         Disable query and event functions as they don't work and do some
3518         smaller cleanup.
3519
3520         Fixes bug #533736.
3521
3522 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
3523
3524         Patch by: Brian Koropoff <brianhk at cs dot washington dot edu>
3525
3526         * ext/spc/Makefile.am:
3527         * ext/spc/gstspc.c: (gst_spc_dec_class_init),
3528         (gst_spc_dec_src_query_type), (gst_spc_dec_init),
3529         (gst_spc_dec_dispose), (gst_spc_dec_sink_event),
3530         (gst_spc_duration), (gst_spc_fadeout), (gst_spc_dec_src_event),
3531         (gst_spc_dec_src_query), (spc_play), (spc_setup):
3532         * ext/spc/gstspc.h:
3533         * ext/spc/tag.c: (spc_tag_is_extended), (spc_tag_is_text_format),
3534         (spc_tag_is_present), (spc_tag_unpack_date), (spc_tag_clear),
3535         (spc_tag_get_info), (spc_tag_free):
3536         * ext/spc/tag.h:
3537         Add support for some essential features like seeking, reading song
3538         duration and extended tags. Fixes bug #454151.
3539
3540 2008-05-19  Sebastian Dröge  <slomo@circular-chaos.org>
3541
3542         * tests/check/elements/deinterleave.c: (GST_START_TEST):
3543         Set keep-positions property to TRUE for the 8 channel test to ensure
3544         that the original channel position is set on the output.
3545
3546 2008-05-19  Sebastian Dröge  <slomo@circular-chaos.org>
3547
3548         * gst/interleave/deinterleave.c: (gst_deinterleave_class_init),
3549         (gst_deinterleave_init), (gst_deinterleave_add_new_pads),
3550         (gst_deinterleave_set_pads_caps), (gst_deinterleave_set_property),
3551         (gst_deinterleave_get_property):
3552         * gst/interleave/deinterleave.h:
3553         Add a property to select whether channel positions should be kept on
3554         the mono output buffers or should be dropped.
3555
3556 2008-05-18  Jan Schmidt  <jan.schmidt@sun.com>
3557
3558         * docs/Makefile.am:
3559         Oops - fix the spelling of the variable I added.
3560
3561 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
3562
3563         * gst/interleave/deinterleave.c: (gst_deinterleave_finalize),
3564         (gst_deinterleave_init), (gst_deinterleave_sink_event),
3565         (gst_deinterleave_process), (gst_deinterleave_sink_activate_push):
3566         * gst/interleave/deinterleave.h:
3567         Queue events until src pads were added and they can be sent. Otherwise
3568         downstream will never get the first newsegment event.
3569
3570 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
3571
3572         * gst/interleave/deinterleave.c: (gst_deinterleave_sink_setcaps),
3573         (gst_deinterleave_getcaps):
3574         Always set the channel positions when gst_audio_get_channel_positions()
3575         returns something, even if they're not set in the caps. This makes
3576         sure that the output channels can be interleaved again correctly
3577         in the mono/stereo cases too.
3578
3579         Don't ask for the peercaps of the current pad in getcaps() as this
3580         might call getcaps() again and deadlock.
3581
3582 2008-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
3583
3584         * ext/timidity/gstwildmidi.c: (wildmidi_open_config):
3585         Check some more common locations for a valid configuration file.
3586         Fixes bug #533435. Packagers should still #define WILDMIDI_CFG
3587         to the distributions default location.
3588
3589 2008-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
3590
3591         * gst/interleave/Makefile.am:
3592         * gst/interleave/deinterleave.c: (deinterleave_24),
3593         (gst_deinterleave_finalize), (gst_deinterleave_base_init),
3594         (gst_deinterleave_class_init), (gst_deinterleave_init),
3595         (gst_deinterleave_add_new_pads), (gst_deinterleave_set_pads_caps),
3596         (gst_deinterleave_set_process_function),
3597         (gst_deinterleave_sink_setcaps), (__remove_channels),
3598         (__set_channels), (gst_deinterleave_getcaps),
3599         (gst_deinterleave_process), (gst_deinterleave_chain),
3600         (gst_deinterleave_sink_activate_push):
3601         * gst/interleave/deinterleave.h:
3602         Add support for all raw audio formats and provide better negotiation
3603         if the caps are changing.
3604
3605         Don't allow changes of the channel positions and set the position of
3606         the corresponding channel on the src pad caps.
3607
3608         General cleanup and smaller bugfixes.
3609
3610         * tests/check/elements/deinterleave.c: (float_buffer_check_probe):
3611         Check the channel positions on the output buffer caps.
3612
3613 2008-05-16  Jan Schmidt  <jan.schmidt@sun.com>
3614
3615         * docs/Makefile.am:
3616         Don't attempt to build plugin docs when they're disabled.
3617
3618         * gst/bayer/Makefile.am:
3619         Add libgstvideo to the link.
3620
3621         * gst/rtpmanager/Makefile.am:
3622         Fix link order, and move LIBS things to _LIBS
3623
3624 2008-05-16  Jan Schmidt  <jan.schmidt@sun.com>
3625
3626         * docs/plugins/gst-plugins-bad-plugins.types:
3627         Remove bogus attempt to pull 'metadata' plugin's base
3628         class into the docs.
3629
3630 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3631
3632         * gst/rtpmanager/gstrtpjitterbuffer.c:
3633         (gst_rtp_jitter_buffer_chain):
3634         Simply drop bad RTP packets with a warning instead of just posting an
3635         error and stopping. This is a perfectly recoverable event and we don't
3636         force people to use an rtpbin to filter out bad packets first.
3637
3638 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3639
3640         * gst/mpeg4videoparse/mpeg4videoparse.c: (gst_mpeg4vparse_init):
3641         Set fixed caps on the srcpad after we created the pad...
3642
3643 2008-05-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
3644
3645         * tests/check/Makefile.am:
3646           Remove deinterleave test from VALGRIND_TO_FIX again now that
3647           there are suppressions in gst.supp which make this work for me.
3648
3649 2008-05-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
3650
3651         * tests/check/Makefile.am:
3652           Add deinterleave unit test to VALGRIND_TO_FIX, since it causes
3653           weird invalid free errors in valgrind/libc after _exit for some
3654           reason.
3655
3656         * tests/check/elements/deinterleave.c: (pads_created),
3657           (set_channel_positions), (src_handoff_float32_8ch),
3658           (float_buffer_check_probe),
3659           (pad_added_setup_data_check_float32_8ch_cb),
3660           (make_fake_src_8chans_float32), (GST_START_TEST),
3661           (deinterleave_suite):
3662           Add some more deinterleave unit test bits I had locally.
3663
3664 2008-05-14  Sebastian Dröge  <slomo@circular-chaos.org>
3665
3666         * gst/interleave/Makefile.am:
3667         * gst/interleave/deinterleave.h:
3668         * gst/interleave/interleave.h:
3669         * gst/interleave/plugin.h:
3670         Split definitions into separate header files for better documentation
3671         generation.
3672         
3673         * gst/interleave/deinterleave.c: (gst_deinterleave_base_init),
3674         (gst_deinterleave_class_init), (gst_deinterleave_sink_setcaps),
3675         (gst_deinterleave_process):
3676         Don't use alloca, allow caps changes as long as the number of channels
3677         does not change, don't use g_warning, return NOT_NEGOTIATED as early
3678         as possible and some other cleanup.
3679
3680         * gst/interleave/interleave.c: (gst_interleave_base_init),
3681         (gst_interleave_class_init):
3682         Do some random cleanup.
3683
3684         * tests/check/Makefile.am:
3685         * tests/check/elements/deinterleave.c: (GST_START_TEST),
3686         (deinterleave_chain_func), (deinterleave_pad_added),
3687         (deinterleave_suite):
3688         Add unit tests for the deinterleave element.
3689
3690 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3691
3692         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3693
3694         * gst/mpeg4videoparse/mpeg4videoparse.c:
3695         (gst_mpeg4vparse_set_new_caps), (gst_mpeg4vparse_align),
3696         (get_bits), (next_start_code), (gst_mpeg4vparse_handle_vos),
3697         (gst_mpeg4vparse_push), (gst_mpeg4vparse_drain),
3698         (gst_mpeg4vparse_chain), (gst_mpeg4vparse_sink_setcaps),
3699         (gst_mpeg4vparse_sink_event), (gst_mpeg4vparse_src_query),
3700         (gst_mpeg4vparse_set_property), (gst_mpeg4vparse_get_property),
3701         (gst_mpeg4vparse_class_init), (gst_mpeg4vparse_init):
3702         * gst/mpeg4videoparse/mpeg4videoparse.h:
3703         Parse the config data (either outbound or in the stream) to set   
3704         width/height, apect ration, framerate in the caps if applicable.
3705         Mark frames as GST_BUFFER_FLAG_DELTA_UNIT when they are not
3706         intra frames
3707         Set the timestamps of outgoing buffers to the buffer in
3708         which the VOP header was found.
3709         Drop incoming data untill configuration is found (by default,
3710         configurable using a property).
3711         Report a 1 frame latency. Fixes #532723.
3712
3713 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3714
3715         * gst/real/gstrealvideodec.c: (open_library):
3716         Add some debug for where we are searching for libraries.
3717
3718 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3719
3720         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_class_init):
3721         Actually add the do-lost property to the object.
3722
3723 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
3724
3725         * gst/rtpmanager/gstrtpjitterbuffer.c:
3726         (gst_rtp_jitter_buffer_loop):
3727         Avoid waiting for a negative (huge) duration when the last packet has a
3728         lower timestamp than the current packet.
3729
3730 2008-05-12  Peter Kjellerstedt  <pkj@axis.com>
3731
3732         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_query_send_rtcp_src):
3733         Make sure to unref the rtpsession returned by gst_pad_get_parent() to
3734         prevent a memory leak.
3735
3736
3737 2008-05-12  Jan Schmidt  <Jan.Schmidt@sun.com>
3738
3739         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
3740         Quieten some docs output
3741
3742 2008-05-12  Jan Schmidt  <Jan.Schmidt@sun.com>
3743
3744         * gst/rtpmanager/gstrtpjitterbuffer.c:
3745         (gst_rtp_jitter_buffer_loop):
3746         Initialise with GST_CLOCK_TIME_NONE to avoid compiler warning.
3747
3748 2008-05-11  Jan Schmidt  <jan.schmidt@sun.com>
3749
3750         * docs/plugins/Makefile.am:
3751         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
3752         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
3753         * docs/plugins/inspect/plugin-gstinterlace.xml:
3754         * gst/deinterlace/gstdeinterlace.c:
3755         * gst/deinterlace/gstdeinterlace.h:
3756         Random doc of the day: the deinterlace element.
3757
3758 2008-05-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3759
3760         * gst/mpegtsparse/mpegtspacketizer.c:
3761         * gst/mpegtsparse/mpegtsparse.c:
3762         Make sure all schedule EIT and non-actual transport stream
3763         EITs are parsed. Also add present-following flag and
3764         actual-transport-stream flag to eit bus message.
3765
3766 2008-05-09  Peter Kjellerstedt  <pkj@axis.com>
3767
3768         * gst/rtpmanager/rtpsource.c: (rtp_source_finalize):
3769         Make sure to unref the caps used by RTPSource to prevent a memory leak.
3770
3771 2008-05-08  Tim-Philipp Müller  <tim.muller at collabora co uk>
3772
3773         Based on patch by: Clive Wright <clive_wright ntlworld com>
3774
3775         * sys/oss4/oss4-mixer-slider.c: (gst_oss4_mixer_slider_unpack_volume):
3776           Apparently mono sliders have the mono value repeated in the upper bits,
3777           so mask those out when reading them. Probably makes the mixer applet
3778           work properly in some more cases.
3779
3780 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
3781
3782         Patch by: Olivier Crete <tester at tester dot ca>
3783
3784         * gst/rtpmanager/rtpsession.c: (source_clock_rate),
3785         (rtp_session_process_bye), (rtp_session_send_bye_locked):
3786         Unlock the session lock when calling one of our callbacks. 
3787         Fixes #532011.
3788
3789 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
3790
3791         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3792
3793         * gst/rtpmanager/gstrtpsession.c:
3794         (gst_rtp_session_event_send_rtp_sink):
3795         Send RTP BYE command on EOS. Fixes bug #531955.
3796
3797 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
3798
3799         * win32/common/config.h.in:
3800           Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather
3801           use the real thing than having "???" unconditionally.
3802
3803 2008-05-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3804
3805         * gst-libs/gst/app/.cvsignore:
3806         * gst-libs/gst/app/Makefile.am:
3807         * gst-libs/gst/app/gstapp-marshal.list:
3808         Add marshal.list, make it compile and add to cvsignore.
3809
3810         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_dispose),
3811         (gst_app_sink_stop):
3812         Small cleanups.
3813
3814         * gst-libs/gst/app/gstappsrc.c: (gst_app_src_class_init),
3815         (gst_app_src_init), (gst_app_src_set_property),
3816         (gst_app_src_get_property), (gst_app_src_unlock),
3817         (gst_app_src_unlock_stop), (gst_app_src_start), (gst_app_src_stop),
3818         (gst_app_src_create), (gst_app_src_set_caps),
3819         (gst_app_src_get_caps), (gst_app_src_set_size),
3820         (gst_app_src_get_size), (gst_app_src_set_seekable),
3821         (gst_app_src_get_seekable), (gst_app_src_set_max_buffers),
3822         (gst_app_src_get_max_buffers), (gst_app_src_push_buffer),
3823         (gst_app_src_end_of_stream):
3824         * gst-libs/gst/app/gstappsrc.h:
3825         Beat appsrc in shape, add signals and actions.
3826         Add some docs.
3827         Add properties for caps, size, seekability and max-buffers.
3828         Fix unlock/stop code.
3829
3830 2008-05-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
3831
3832         * configure.ac:
3833           Error out if we don't have the required versions of core/base.
3834
3835 2008-05-05  Wim Taymans  <wim.taymans@collabora.co.uk>
3836
3837         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_class_init),
3838         (gst_app_sink_init), (gst_app_sink_set_property),
3839         (gst_app_sink_get_property), (gst_app_sink_unlock_start),
3840         (gst_app_sink_unlock_stop), (gst_app_sink_flush_unlocked),
3841         (gst_app_sink_start), (gst_app_sink_stop), (gst_app_sink_event),
3842         (gst_app_sink_preroll), (gst_app_sink_render),
3843         (gst_app_sink_set_caps), (gst_app_sink_set_drop),
3844         (gst_app_sink_get_drop):
3845         * gst-libs/gst/app/gstappsink.h:
3846         Start some docs.
3847         Add property to drop buffers when the queue is filled
3848         Fix unlocking and flushing when the queues are filled.
3849
3850 2008-04-29  Sebastian Dröge  <slomo@circular-chaos.org>
3851
3852         Patch by: Jens Granseuer <jensgr at gmx dot net>
3853
3854         * gst/subenc/gstsrtenc.c: (gst_srt_enc_timestamp_to_string):
3855         Declare variables at the beginning of blocks. Fixes compilation with
3856         gcc 2.x and other compilers. Fixes bug #530611.
3857
3858 2008-04-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3859
3860         * gst/mpegtsparse/mpegtspacketizer.c:
3861         * gst/mpegtsparse/mpegtspacketizer.h:
3862         * gst/mpegtsparse/mpegtsparse.c:
3863         Detect SI pids (NIT, SDT, EIT etc.) based on table id and not
3864         by pid number. This allows for example the EPG data from UK's
3865         freesat to be picked up.
3866
3867 2008-04-26  Sebastian Dröge  <slomo@circular-chaos.org>
3868
3869         * ext/mpeg2enc/gstmpeg2enc.cc:
3870         * ext/soundtouch/gstbpmdetect.cc:
3871         Cast NULL sentinels to void * as NULL is defined as an integer
3872         constant in most environments when using C++ and it's size might
3873         be different from a pointer.
3874
3875 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3876
3877         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_class_init),
3878         (gst_app_sink_init), (gst_app_sink_set_property),
3879         (gst_app_sink_get_property), (gst_app_sink_event),
3880         (gst_app_sink_preroll), (gst_app_sink_render),
3881         (gst_app_sink_set_emit_signals), (gst_app_sink_get_emit_signals),
3882         (gst_app_sink_set_max_buffers), (gst_app_sink_get_max_buffers),
3883         (gst_app_sink_pull_buffer):
3884         * gst-libs/gst/app/gstappsink.h:
3885         Add more docs.
3886         Add signals for when preroll and render buffers are available.
3887         Add property to control signal emission.
3888         Add property to control the max queue size.
3889
3890 2008-04-25  Michael Smith <msmith@songbirdnest.com>
3891
3892         * gst-libs/gst/dshow/Makefile.am:
3893           Use CXXFLAGS rather than CFLAGS; these are C++ files.
3894           Define required constants appropriately.
3895         * sys/dshowdecwrapper/Makefile.am:
3896           Add required include dir, libraries.
3897           Define required constants appropriately.
3898
3899 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3900
3901         * gst/rtpmanager/gstrtpbin.c: (create_stream), (gst_rtp_bin_init),
3902         (gst_rtp_bin_set_property), (gst_rtp_bin_get_property):
3903         * gst/rtpmanager/gstrtpbin.h:
3904         Expose new jitterbuffer property in rtpbin too.
3905
3906 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3907
3908         * gst/rtpmanager/gstrtpjitterbuffer.c:
3909         (gst_rtp_jitter_buffer_class_init), (gst_rtp_jitter_buffer_init),
3910         (gst_rtp_jitter_buffer_loop), (gst_rtp_jitter_buffer_set_property),
3911         (gst_rtp_jitter_buffer_get_property):
3912         Disable sending out rtp packet lost events by default and make a
3913         property to enabe it. We will likely enable it by default when the base
3914         depayloaders have a default handler for them so that we don't send these
3915         events all through the pipeline for now.
3916
3917 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3918
3919         * gst/rtpmanager/gstrtpjitterbuffer.c:
3920         (gst_rtp_jitter_buffer_init), (gst_rtp_jitter_buffer_flush_stop),
3921         (gst_rtp_jitter_buffer_src_event), (gst_rtp_jitter_buffer_chain),
3922         (gst_rtp_jitter_buffer_loop):
3923         Remove private version of a function that is in -base now.
3924         Add src event handler.
3925         Rework the jitterbuffer pushing loop so that it can quickly react to
3926         lost packets and instruct the depayloader of them. This can then be used
3927         to implement error concealment data.
3928
3929 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3930
3931         * gst/rtpmanager/gstrtpsession.c:
3932         (gst_rtp_session_query_send_rtcp_src), (create_recv_rtcp_sink),
3933         (create_send_rtcp_src):
3934         Set up some internal links functions for the RTCP and sync pads because
3935         the defaults are really not correct.
3936         Implement a query handler for the RTCP src pad, mostly to correctly
3937         report about the latency.
3938
3939 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3940
3941         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_associate),
3942         (gst_rtp_bin_sync_chain):
3943         * gst/rtpmanager/rtpsession.c: (update_arrival_stats),
3944         (rtp_session_process_sr), (rtp_session_on_timeout):
3945         * gst/rtpmanager/rtpsource.c: (rtp_source_init),
3946         (calculate_jitter):
3947         * gst/rtpmanager/rtpsource.h:
3948         * gst/rtpmanager/rtpstats.h:
3949         Also keep track of the first buffer timestamp together with the first
3950         RTP timestamp as they both are needed to construct the timing of
3951         outgoing packets in the jitterbuffer and are therefore also needed to
3952         manage lip-sync. This fixes lip-sync if the first RTP packets arrive
3953         with a wildly different gap.
3954
3955 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3956
3957         * gst/flv/gstflvdemux.c: (gst_flv_demux_query):
3958         Forward unknown queries upstream instead of returning FALSE on them.
3959
3960 2008-04-25  Sebastian Dröge  <slomo@circular-chaos.org>
3961
3962         * configure.ac:
3963         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_base_init),
3964         (gst_musepackdec_init), (gst_musepackdec_dispose),
3965         (gst_musepackdec_handle_seek_event), (gst_musepack_stream_init),
3966         (gst_musepackdec_loop), (plugin_init):
3967         * ext/musepack/gstmusepackdec.h:
3968         * ext/musepack/gstmusepackreader.c:
3969         * ext/musepack/gstmusepackreader.h:
3970         Add support for the new libmpcdec API which magically gets us support
3971         for SV8 files. Also do some random cleanup. Fixes bug #526905.
3972
3973 2008-04-24  Jan Schmidt  <jan.schmidt@sun.com>
3974
3975         * configure.ac:
3976         Back to development -> 0.10.7.1
3977
3978 === release 0.10.7 ===
3979
3980 2008-04-24  Jan Schmidt <jan.schmidt@sun.com>
3981
3982         * configure.ac:
3983           releasing 0.10.7, "House of Cards"
3984
3985 2008-04-22  Stefan Kost  <ensonic@users.sf.net>
3986
3987         * ext/faad/gstfaad.c:
3988           Don't leak GstAudioChannelPosition. Fixes #529378.
3989
3990 2008-04-22  Wim Taymans  <wim.taymans@collabora.co.uk>
3991
3992         * gst/sdp/gstsdpdemux.c: (request_pt_map):
3993         Ref caps, see #528245.
3994
3995 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
3996
3997         * configure.ac:
3998         0.10.6.4 pre-release
3999
4000 2008-04-21  Sebastian Dröge  <slomo@circular-chaos.org>
4001
4002         * tests/check/elements/rganalysis.c: (GST_START_TEST):
4003         Don't leak a tag list. Fixes bug #529285.
4004
4005 2008-04-21  Sebastian Dröge  <slomo@circular-chaos.org>
4006
4007         * tests/check/elements/ofa.c: (bus_handler):
4008         Don't leak the tags string and tag list. Fixes bug #529283.
4009
4010 2008-04-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4011
4012         Patch by: Olivier Crete <tester at tester dot ca>
4013
4014         * gst/rtpmanager/gstrtpbin.c: (create_session), (get_pt_map),
4015         (new_ssrc_pad_found):
4016         Ref caps when inserting into the cache.
4017         Don't leak pads.
4018
4019         * gst/rtpmanager/gstrtpjitterbuffer.c:
4020         (gst_rtp_jitter_buffer_get_clock_rate),
4021         (gst_rtp_jitter_buffer_query):
4022         Avoid a caps leak.
4023         Don't leak refcount in query.
4024
4025         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_get_caps),
4026         (gst_rtp_pt_demux_chain):
4027         Avoid caps leaks.
4028
4029         * gst/rtpmanager/gstrtpsession.c: (source_get_sdes_structure),
4030         (gst_rtp_session_init), (return_true),
4031         (gst_rtp_session_clear_pt_map), (gst_rtp_session_cache_caps),
4032         (gst_rtp_session_clock_rate):
4033         Ref caps when inserting into the cache.
4034         Fix some more caps leaks. Fixes #528245.
4035
4036 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
4037
4038         * tests/icles/metadata_editor.c:
4039           Add cast to placate gcc 4.1.2.
4040
4041 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
4042
4043         * configure.ac:
4044         0.10.6.3 pre-release
4045
4046 2008-04-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4047
4048         * sys/dvb/gstdvbsrc.c:
4049         Revert patch that added a loop timeout.
4050         Fixes #528614.
4051
4052 2008-04-17  Wim Taymans  <wim.taymans@collabora.co.uk>
4053
4054         * gst/rtpmanager/gstrtpbin.c: (get_pt_map), (free_client),
4055         (gst_rtp_bin_associate), (gst_rtp_bin_get_free_pad_name):
4056         * gst/rtpmanager/gstrtpjitterbuffer.c:
4057         (gst_rtp_jitter_buffer_get_clock_rate):
4058         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_get_caps):
4059         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_clock_rate):
4060         Unset GValues after g_signal_emitv so that we avoid a refcount leak.
4061         Don't leak a padname.
4062         Don't leak client streams list.
4063         Lock rtpbin when associating streams. Fixes #528245.
4064
4065 2008-04-16  Sebastian Dröge  <slomo@circular-chaos.org>
4066
4067         * tests/check/Makefile.am:
4068         Don't inlcude dc1394src in the generic/states test as it requires
4069         special hardware. Fixes bug #528011.
4070
4071 2008-04-16  Sebastian Dröge  <slomo@circular-chaos.org>
4072
4073         * tests/check/elements/ofa.c: (bus_handler), (GST_START_TEST):
4074         Only check if the generated fingerprints are valid Base64. The
4075         fingerprints are different when running on different architectures
4076         which is a) no problem because the fingerprints are tolerant enough
4077         and b) is caused by libofa. Fixes bug #528266.
4078
4079 2008-04-16  Sebastian Dröge  <slomo@circular-chaos.org>
4080
4081         * ext/timidity/Makefile.am:
4082         Dist all source files, no matter if only timidity or wildmidi or
4083         nothing is found by configure. Fixes bug #528000.
4084
4085 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
4086
4087         * gst-plugins-bad.spec.in:
4088           Remove souphttpsrc plugin from spec files, it's moved to -good.
4089
4090 2008-04-14  Jan Schmidt  <jan.schmidt@sun.com>
4091
4092         * tests/check/Makefile.am:
4093         Remove soup test certificates from the dist.
4094
4095 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
4096
4097         * ext/dirac/gstdiracenc.cc:
4098         Fix compilation by casting string constants.
4099
4100         * sys/Makefile.am:
4101         Fix WININET_DIR variable reference.
4102
4103 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
4104
4105         * configure.ac:
4106         * docs/plugins/Makefile.am:
4107         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
4108         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
4109         * docs/plugins/gst-plugins-bad-plugins.args:
4110         * docs/plugins/inspect/plugin-soup.xml:
4111         * ext/Makefile.am:
4112         * ext/soup/Makefile.am:
4113         * ext/soup/gstsouphttpsrc.c:
4114         * ext/soup/gstsouphttpsrc.h:
4115         * tests/check/Makefile.am:
4116         * tests/check/elements/souphttpsrc.c:
4117         * tests/check/test-cert.pem:
4118         * tests/check/test-key.pem:
4119
4120         Remove soup plugin that's moved to -good (#523124)
4121
4122 2008-04-12  Tim-Philipp Müller  <tim at centricular dot net>
4123
4124         * gst/flv/gstflvparse.c: (gst_flv_parse_metadata_item),
4125           (gst_flv_parse_tag_script):
4126           Handle NULL returns from FLV_GET_STRING() more gracefully. Fixes
4127           crash caused by a strlen on a NULL string (#527622).
4128
4129 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
4130
4131         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4132
4133         * sys/dshowsrcwrapper/gstdshowvideosrc.c: (PROP_DEVICE_NAME),
4134           (gst_dshowvideosrc_class_init), (gst_dshowvideosrc_init),
4135           (gst_dshowvideosrc_dispose), (gst_dshowvideosrc_stop),
4136           (gst_dshowvideosrc_unlock), (gst_dshowvideosrc_unlock_stop),
4137           (gst_dshowvideosrc_create), (gst_dshowvideosrc_push_buffer):
4138         * sys/dshowsrcwrapper/gstdshowvideosrc.h:
4139           Don't increase latency by queuing buffers in an async queue when
4140           the streaming thread can't keep up or isn't scheduled often
4141           enough for some other reason, but just drop the previous buffer
4142           in that case. Also implement GstBaseSrc::unlock for faster
4143           unlocking when shutting down. (#520892).
4144
4145 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
4146
4147         * tests/icles/metadata_editor.c: (ENC_UNKNOWN), (last_pixbuf),
4148           (draw_pixbuf), (change_tag_list), (update_draw_pixbuf),
4149           (ui_drawing_size_allocate_cb), (on_drawingMain_expose_event),
4150           (on_buttonSaveFile_clicked), (ui_create), (me_gst_bus_callback_view),
4151           (me_gst_setup_view_pipeline), (process_file):
4152         * tests/icles/metadata_editor.glade:
4153           Remove GstXOverlay stuff and use gdkpixbufsink plus some rather crude
4154           drawing/scaling logic to make this compile and work on all platforms.
4155           Fixes #518227.
4156
4157 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
4158
4159         * configure.ac:
4160           Bump core/base requirements to released versions to avoid
4161           confusion.
4162
4163         * gst/deinterlace/gstdeinterlace.c: (deinterlace_debug),
4164           (GST_CAT_DEFAULT), (gst_deinterlace_base_init),
4165           (gst_deinterlace_set_caps), (plugin_init):
4166           Add debug category, use _set_element_details_simple and
4167           remove special code path for Y42B to calculate offsets and
4168           strides; libgstvideo knows how to handle this format now.
4169
4170 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
4171
4172         * gst/cdxaparse/Makefile.am:
4173         * gst/cdxaparse/gstcdxaparse.c:
4174         * gst/cdxaparse/gstcdxastrip.c:
4175         * gst/cdxaparse/gstcdxastrip.h:
4176         * gst/cdxaparse/gstvcdparse.c:
4177         * gst/cdxaparse/gstvcdparse.h:
4178           Port VCD parser (formerly cdxastrip) from 0.8 to 0.10. Doesn't do
4179           anything the 0.8 version didn't do though.
4180
4181 2008-04-11  Julien Moutte  <julien@fluendo.com>
4182
4183         * sys/oss4/oss4-mixer-enum.c:
4184         (gst_oss4_mixer_enum_get_values_locked):
4185         * sys/oss4/oss4-source.c: (gst_oss4_source_delay): Fix arguments
4186         format in debug statements.
4187
4188 2008-04-10  Tim-Philipp Müller  <tim at centricular dot net>
4189
4190         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4191
4192         * configure.ac:
4193         * sys/Makefile.am:
4194         * sys/wininet/Makefile.am:
4195         * sys/wininet/gstwininetsrc.c:
4196         * sys/wininet/gstwininetsrc.h:
4197           Add wininetsrc for basic http/ftp support on windows (#520897).
4198
4199 2008-04-10  Tim-Philipp Müller  <tim at centricular dot net>
4200
4201         * gst/nsf/nsf.h:
4202           Change prototype of process function here too to avoid
4203           'incompatible assignment' warnings.
4204
4205 2008-04-10  Sebastian Dröge  <slomo@circular-chaos.org>
4206
4207         * tests/check/elements/souphttpsrc.c: (got_buffer),
4208         (souphttpsrc_suite):
4209         Increase the timeout for the internet tests to 250 seconds
4210         and check for NULL caps instead of just crashing.
4211         The real fix would be to implement an shoutcast server for the unit test
4212         instead of relying on a working internet connection.
4213         Fixes bug #521749.
4214
4215 2008-04-10  Peter Kjellerstedt  <pkj@axis.com>
4216
4217         * gst/rtpmanager/gstrtpbin.c: (free_session):
4218         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_finalize):
4219         Avoid leaking pads in the RTP manager.
4220
4221 2008-04-09  Jan Schmidt  <Jan.Schmidt@sun.com>
4222
4223         * gst/nsf/nes_apu.c: (apu_process):
4224         * gst/nsf/nes_apu.h:
4225         Don't do void pointer arithmetic - it's a gcc extension.
4226
4227 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
4228
4229         * ext/jack/gstjackaudiosink.c: (gst_jack_audio_sink_class_init):
4230           Work around missing bits of thread-safety on older GLibs some
4231           more to avoid assertions when starting up multiple playbin
4232           objects concurrently (see #512382).
4233
4234 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
4235
4236         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4237
4238         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_response_cb):
4239         Only ignore actual redirects not all responses when in state
4240         GST_SOUP_HTTP_SRC_SESSION_IO_STATUS_RUNNING. Fixes bug #526337.
4241
4242 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
4243
4244         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
4245
4246         * configure.ac:
4247         Actually build dlls when cross-compiling with mingw32.
4248         Fixes bug #526247.
4249
4250 2008-04-05  Sebastian Dröge  <slomo@circular-chaos.org>
4251
4252         * tests/check/elements/ofa.c: (GST_START_TEST):
4253         Also check that we have processed at least 135 seconds of audio
4254         until we stop and calculated a fingerprint.
4255
4256 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
4257
4258         * gst/subenc/gstsrtenc.c:
4259         * gst/subenc/gstsrtenc.h:
4260           GstSrtenc => GstSrtEnc and gst_srtenc_ => gst_srt_enc_.
4261
4262 2008-04-04  Sebastian Dröge  <slomo@circular-chaos.org>
4263
4264         * tests/check/Makefile.am:
4265         * tests/check/elements/.cvsignore:
4266         * tests/check/elements/ofa.c: (bus_handler), (GST_START_TEST),
4267         (ofa_suite), (main):
4268         Add simple unit tests for the OFA plugin.
4269
4270 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
4271
4272         * configure.ac:
4273         * sys/Makefile.am:
4274         * sys/oss4/Makefile.am:
4275         * sys/oss4/oss4-audio.c:
4276         * sys/oss4/oss4-audio.h:
4277         * sys/oss4/oss4-mixer-enum.c:
4278         * sys/oss4/oss4-mixer-enum.h:
4279         * sys/oss4/oss4-mixer-slider.c:
4280         * sys/oss4/oss4-mixer-slider.h:
4281         * sys/oss4/oss4-mixer-switch.c:
4282         * sys/oss4/oss4-mixer-switch.h:
4283         * sys/oss4/oss4-mixer.c:
4284         * sys/oss4/oss4-mixer.h:
4285         * sys/oss4/oss4-property-probe.c:
4286         * sys/oss4/oss4-property-probe.h:
4287         * sys/oss4/oss4-sink.c:
4288         * sys/oss4/oss4-sink.h:
4289         * sys/oss4/oss4-soundcard.h:
4290         * sys/oss4/oss4-source.c:
4291         * sys/oss4/oss4-source.h:
4292           Add initial support for OSSv4. Mixer still needs a bit more love,
4293           but even magic has its limits.
4294
4295 2008-04-01  Tim-Philipp Müller  <tim at centricular dot net>
4296
4297         * configure.ac:
4298         * gst-plugins-bad.spec.in:
4299         * gst/srtenc/Makefile.am:
4300         * gst/srtenc/gstsrtenc.c:
4301         * gst/srtenc/gstsrtenc.h:
4302         * gst/subenc/Makefile.am:
4303         * gst/subenc/gstsrtenc.c: (plugin_init):
4304           Rename new srtenc plugin to subenc.
4305
4306 2008-04-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4307
4308         * gst/mpegtsparse/mpegtspacketizer.c:
4309         Cable delivery subsystem descriptors' frequency's bcd
4310         is measured in 100Hz units so adjust multiplier accordingly.
4311
4312 2008-04-01  Thijs Vermeir  <thijsvermeir@gmail.com>
4313
4314         * configure.ac:
4315         * gst/srtenc/Makefile.am:
4316         * gst/srtenc/gstsrtenc.c:
4317         * gst/srtenc/gstsrtenc.h:
4318         Add srt subtitle encoder
4319
4320 2008-03-31  Wim Taymans  <wim.taymans@collabora.co.uk>
4321
4322         Patch by: Kapil Agrawal <kapil at fluendo dot com>
4323
4324         * ext/gsm/gstgsmdec.c: (gst_gsmdec_sink_setcaps),
4325         (gst_gsmdec_chain):
4326         * ext/gsm/gstgsmdec.h:
4327         Increase the allowed samplerates for the ms-gsm format.
4328         Fixes #481354.
4329
4330 2008-03-30  Tim-Philipp Müller  <tim at centricular dot net>
4331
4332         Patch by: Jan de Groot <jan at jgc homeip net>
4333
4334         * configure.ac:
4335           Fix build with --disable-external (#525100).
4336
4337 2008-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4338
4339         * sys/dvb/gstdvbsrc.c:
4340         Repeat diseqc call to allow for some diseqc switches.
4341
4342 2008-03-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4343
4344         * ext/Makefile.am:
4345         Dist ofa correctly! Fixes non-uninstalled build.
4346
4347 2008-03-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4348
4349         * sys/dvb/gstdvbsrc.c:
4350         Make diseqc work more reliably.
4351
4352 2008-03-26  Sebastian Dröge  <slomo@circular-chaos.org>
4353
4354         * gst/nsf/Makefile.am:
4355         * gst/nsf/fds_snd.c:
4356         * gst/nsf/mmc5_snd.c:
4357         * gst/nsf/nsf.c:
4358         * gst/nsf/types.h:
4359         * gst/nsf/vrc7_snd.c:
4360         * gst/nsf/vrcvisnd.c:
4361         * gst/nsf/memguard.c:
4362         * gst/nsf/memguard.h:
4363         Remove memguard again and apply hopefully all previously dropped
4364         local patches. Should be really better than the old version now.
4365
4366 2008-03-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4367
4368         * gst/nsf/memguard.c: (_my_free):
4369         * gst/nsf/types.h:
4370         Unbreak compilation by disabling memguard and doing some dirty hack
4371         fixes to make it compile on 64bits.
4372
4373 2008-03-25  Sebastian Dröge  <slomo@circular-chaos.org>
4374
4375         Patch by: Andreas Henriksson <andreas at fatal dot set>
4376
4377         * gst/nsf/Makefile.am:
4378         * gst/nsf/dis6502.h:
4379         * gst/nsf/fds_snd.c:
4380         * gst/nsf/fds_snd.h:
4381         * gst/nsf/fmopl.c:
4382         * gst/nsf/fmopl.h:
4383         * gst/nsf/gstnsf.c:
4384         * gst/nsf/log.c:
4385         * gst/nsf/log.h:
4386         * gst/nsf/memguard.c:
4387         * gst/nsf/memguard.h:
4388         * gst/nsf/mmc5_snd.c:
4389         * gst/nsf/mmc5_snd.h:
4390         * gst/nsf/nes6502.c:
4391         * gst/nsf/nes6502.h:
4392         * gst/nsf/nes_apu.c:
4393         * gst/nsf/nes_apu.h:
4394         * gst/nsf/nsf.c:
4395         * gst/nsf/nsf.h:
4396         * gst/nsf/osd.h:
4397         * gst/nsf/types.h:
4398         * gst/nsf/vrc7_snd.c:
4399         * gst/nsf/vrc7_snd.h:
4400         * gst/nsf/vrcvisnd.c:
4401         * gst/nsf/vrcvisnd.h:
4402         Update our internal nosefart to nosefart-2.7-mls to fix segfaults
4403         on some files. Fixes bug #498237.
4404
4405         Remove some // comments, fix some compiler warnings and use pow()
4406         instead of a slow, selfmade implementation.
4407
4408 2008-03-25  Sebastian Dröge  <slomo@circular-chaos.org>
4409
4410         Patch by: Ed Catmur <ed at catmur dot co dot uk>
4411
4412         * configure.ac:
4413         Add support for neon 0.28, which didn't change API. Fixes bug #524035.
4414
4415 2008-03-24  Rene Stadler  <mail@renestadler.de>
4416
4417         * gst/replaygain/gstrganalysis.c (gst_rg_analysis_init),
4418           (gst_rg_analysis_transform_ip):
4419         * gst/replaygain/gstrglimiter.c (gst_rg_limiter_init),
4420           (gst_rg_limiter_transform_ip):
4421         Make rganalysis and rglimiter elements GAP-flag aware.
4422
4423         * tests/check/elements/rganalysis.c: (test_gap_buffers),
4424           (rganalysis_suite):
4425         * tests/check/elements/rglimiter.c (test_gap), (rglimiter_suite):
4426         Add tests to verify gap-awareness.
4427
4428 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
4429
4430         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_headers_cb),
4431         (gst_soup_http_src_chunk_allocator),
4432         (gst_soup_http_src_got_chunk_cb),
4433         (gst_soup_http_src_uri_get_protocols):
4434         Don't autoplug souphttpsrc for dav/davs. This is better handled by
4435         GIO and GnomeVFS as they provide authentication.
4436
4437         Don't leak the icy caps if we already set them and get a new
4438         icy-metaint header.
4439
4440         Try harder to set the icy caps on the output buffer to have correct
4441         caps for the first buffer already.
4442
4443         * tests/check/elements/souphttpsrc.c: (got_buffer),
4444         (GST_START_TEST):
4445         Check that we get a buffer with application/x-icy caps if iradio-mode
4446         is enabled and we have an icecast URL.
4447
4448 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
4449
4450         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_chunk_allocator):
4451         Actually set the icy caps on our src pad if we have icecast data.
4452         Fixes bug #523854.
4453
4454 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4455
4456         * configure.ac:
4457         Check if the compiler supports do { } while (0) macros. This fixes
4458         a warning when compiling with g++ 4.3, resulting in a build failure
4459         because of -Werror.
4460
4461         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
4462         * ext/mplex/gstmplex.cc:
4463         Include <string.h> for memcpy and friends to fix the build with
4464         gcc 4.3.
4465
4466         * tests/check/Makefile.am:
4467         Remove trailing backslash.
4468
4469 2008-03-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4470
4471         * gst/selector/gstinputselector.c:
4472         (gst_input_selector_set_active_pad), (gst_input_selector_switch):
4473         Do g_object_notify() only when not holding the lock to get the property
4474         because otherwise we run into a deadlock with the deep-notify handlers
4475         that are possibly installed.
4476
4477 2008-03-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4478
4479         * gst/selector/gstinputselector.c: (gst_selector_pad_class_init),
4480         (gst_selector_pad_event), (gst_selector_pad_bufferalloc),
4481         (gst_selector_pad_chain), (gst_input_selector_set_active_pad):
4482         Release the selector lock when pad alloc happens on a non selected pad.
4483
4484 2008-03-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4485
4486         * gst/selector/gstinputselector.c: (gst_selector_pad_class_init),
4487         (gst_selector_pad_init), (gst_selector_pad_set_property),
4488         (gst_selector_pad_get_property), (gst_selector_pad_event),
4489         (gst_selector_pad_bufferalloc), (gst_selector_pad_chain),
4490         (gst_input_selector_set_active_pad):
4491         Add pad property to configure behaviour of the unselected pad, it can
4492         return OK or NOT_LINKED, based on the use case.
4493
4494 2008-03-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4495
4496         * gst/selector/gstinputselector.c:
4497         (gst_selector_pad_get_running_time), (gst_selector_pad_reset),
4498         (gst_selector_pad_event), (gst_selector_pad_bufferalloc),
4499         (gst_input_selector_wait), (gst_selector_pad_chain),
4500         (gst_input_selector_class_init), (gst_input_selector_init),
4501         (gst_input_selector_dispose), (gst_segment_set_start),
4502         (gst_input_selector_set_active_pad),
4503         (gst_input_selector_set_property),
4504         (gst_input_selector_get_property),
4505         (gst_input_selector_get_linked_pad),
4506         (gst_input_selector_is_active_sinkpad),
4507         (gst_input_selector_activate_sinkpad),
4508         (gst_input_selector_request_new_pad),
4509         (gst_input_selector_release_pad),
4510         (gst_input_selector_change_state), (gst_input_selector_block),
4511         (gst_input_selector_switch):
4512         * gst/selector/gstinputselector.h:
4513         Figure out the locking a bit more.
4514         Mark buffers with discont after switching.
4515         Fix initial segment forwarding, make sure to only forward one segment
4516         regardless of what the sequence of buffers/segments is. See #522203.
4517         Improve flushing when blocked.
4518         Return NOT_LINKED when a stream is not selected.
4519         Not API change for the switch signal in the docs.
4520         Fix start/time/accum values of the new segment.
4521         Correctly unlock and flush a blocking selector when going to READY.
4522
4523 2008-03-20  Stefan Kost  <ensonic@users.sf.net>
4524
4525         * ext/ladspa/gstladspa.c:
4526         * ext/ladspa/gstsignalprocessor.c:
4527           Add some thoughts and FIXME's.
4528
4529 2008-03-20  Stefan Kost  <ensonic@users.sf.net>
4530
4531         * gst/bayer/gstbayer2rgb.c:
4532           Include stdlib.h for abs.
4533
4534 2008-03-19  Stefan Kost  <ensonic@users.sf.net>
4535
4536         * gst/freeze/FAQ:
4537         * gst/freeze/Makefile.am:
4538         * gst/freeze/gstfreeze.c:
4539           Add example to source code documentation blob and remove the 3 line
4540           FAQ.
4541
4542         * gst/interleave/interleave.c:
4543           Add a source code documentation blob.
4544
4545 2008-03-19  Sebastian Dröge  <slomo@circular-chaos.org>
4546
4547         * ext/ofa/gstofa.c: (create_fingerprint), (gst_ofa_event),
4548         (gst_ofa_transform_ip), (plugin_init):
4549         Improve debugging, clean up a bit and really generate the fingerprint
4550         after 135 seconds.
4551
4552 2008-03-19  Sebastian Dröge  <slomo@circular-chaos.org>
4553
4554         * ext/ofa/gstofa.c:
4555         Use GPL as license, the plugin itself is LGPL but libofa is GPL.
4556
4557 2008-03-19  Sebastian Dröge  <slomo@circular-chaos.org>
4558
4559         Based on a patch by: Eric Buehl <eric dot buehl at gmail dot com>
4560
4561         * configure.ac:
4562         * ext/ofa/Makefile.am:
4563         * ext/ofa/gstofa.c: (gst_ofa_base_init), (gst_ofa_finalize),
4564         (gst_ofa_class_init), (create_fingerprint), (gst_ofa_event),
4565         (gst_ofa_init), (gst_ofa_transform_ip), (gst_ofa_get_property),
4566         (plugin_init):
4567         * ext/ofa/gstofa.h:
4568         Add an OFA element, the successor of MusicBrainz TRM fingerprinting.
4569         Fixes bug #351309.
4570
4571 2008-03-18  Andy Wingo  <wingo@pobox.com>
4572
4573         * ext/faad/gstfaad.c (gst_faad_chain): Fix a bad format argument,
4574         and a potential int overflow.
4575
4576         * ext/faad/gstfaad.h: Include <neaacdec.h> if faad is neaac.
4577         Avoids a #warning about an ignored #pragma.
4578
4579 2008-03-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4580
4581         * examples/switch/switcher.c:
4582         Update switch example to use input selector.
4583
4584 2008-03-17  Sebastian Dröge  <slomo@circular-chaos.org>
4585
4586         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
4587         (gst_neonhttp_src_send_request_and_redirect):
4588         Handle HTTP status code 303 (See Other) the same way
4589         as 302 (Found). Not sure what to do about all the other 3xx
4590         redirect status codes. Fixes bug #522884.
4591
4592 2008-03-14  Edward Hervey  <edward.hervey@collabora.co.uk>
4593
4594         * gst-libs/gst/dshow/Makefile.am:
4595         Make sure the dshow helper library headers get distributed in the next
4596         release.
4597
4598 2008-03-14  David Schleef  <ds@schleef.org>
4599
4600         Patch by: William M. Brack
4601
4602         * gst/bayer/gstbayer2rgb.c: Significant improvements.  Fixes #521392.
4603
4604 2008-03-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4605
4606         * gst/selector/gstinputselector.c: (gst_selector_pad_event),
4607         (gst_selector_pad_bufferalloc), (gst_selector_pad_chain),
4608         (gst_input_selector_class_init),
4609         (gst_input_selector_set_active_pad),
4610         (gst_input_selector_set_property),
4611         (gst_input_selector_push_pending_stop):
4612         Add lots of debugging. 
4613         Fix time member in the newsegment event.
4614
4615 2008-03-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4616
4617         * gst/selector/gstinputselector.c: (gst_selector_pad_class_init),
4618         (gst_selector_pad_finalize), (gst_selector_pad_get_property),
4619         (gst_selector_pad_event), (gst_input_selector_class_init),
4620         (gst_input_selector_init), (gst_input_selector_set_active_pad),
4621         (gst_input_selector_set_property),
4622         (gst_input_selector_get_property),
4623         (gst_input_selector_request_new_pad),
4624         (gst_input_selector_release_pad),
4625         (gst_input_selector_push_pending_stop),
4626         (gst_input_selector_switch):
4627         * gst/selector/gstinputselector.h:
4628         Various cleanups.
4629         Added tags to the pads.
4630         Select active pad based on the pad object instead of its name.
4631         Fix refcount in set_active_pad.
4632         Add property to get the number of pads.
4633
4634         * gst/selector/gstoutputselector.c:
4635         (gst_output_selector_class_init),
4636         (gst_output_selector_set_property),
4637         (gst_output_selector_get_property):
4638         Various cleanups.
4639         Select the active pad based on the pad object instead of its name.
4640         Fix locking when setting the active pad.
4641
4642         * gst/selector/gstselector-marshal.list:
4643         * tests/check/elements/selector.c: (cleanup_pad),
4644         (selector_set_active_pad), (run_input_selector_buffer_count):
4645         Fixes for pad instead of padname for pad selection.
4646
4647 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
4648
4649         * ext/alsaspdif/alsaspdifsink.c:
4650         * ext/gsm/gstgsm.c:
4651         * ext/jack/gstjack.c:
4652         * ext/libmms/gstmms.c:
4653         * ext/neon/gstneonhttpsrc.c:
4654         * ext/shout/gstshout.c:
4655         * ext/timidity/gsttimidity.c:
4656         * ext/timidity/gstwildmidi.c:
4657         * gst/nuvdemux/gstnuvdemux.c:
4658         * gst/tta/gsttta.c:
4659         Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead
4660         of hardcoding values where possible. Fixes bug #522212.
4661
4662 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
4663
4664         Patch by: Wouter Cloetens <wouter at mind dot be>
4665
4666         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_init),
4667         (gst_soup_http_src_finished_cb), (gst_soup_http_src_response_cb),
4668         (gst_soup_http_src_build_message), (gst_soup_http_src_create):
4669         * ext/soup/gstsouphttpsrc.h:
4670         Try to resume on server disconnect. Fixes bug #522134.
4671
4672 2008-03-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4673
4674         * ext/xvid/gstxvidenc.c: (gst_xvidenc_chain):
4675         Set correct pixel aspect ratio for the encoder.
4676
4677 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
4678
4679         Patch by: Olivier Crete <tester at tester dot ca>
4680
4681         * gst/rtpmanager/rtpsession.c: (find_add_conflicting_addresses),
4682         (check_collision), (obtain_source), (rtp_session_create_new_ssrc),
4683         (rtp_session_create_source), (rtp_session_process_rtp),
4684         (rtp_session_process_sr), (rtp_session_process_rr),
4685         (rtp_session_process_sdes), (rtp_session_process_bye),
4686         (rtp_session_send_bye_locked), (rtp_session_send_bye),
4687         (rtp_session_on_timeout):
4688         * gst/rtpmanager/rtpsession.h:
4689         Implement collision and loop detection in rtpmanager.
4690         Fixes #520626.
4691
4692         * gst/rtpmanager/rtpsource.c: (rtp_source_reset),
4693         (rtp_source_init):
4694         * gst/rtpmanager/rtpsource.h:
4695         Add method to reset stats.
4696
4697 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
4698
4699         Based on patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
4700
4701         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_init),
4702         (rtcp_thread), (start_rtcp_thread), (stop_rtcp_thread),
4703         (join_rtcp_thread), (gst_rtp_session_change_state):
4704         Avoid a deadlock when joining the RTCP thread in PAUSED because it might
4705         be blocked downstream. Also avoid spawning multiple rtcp threads.
4706         Fixes #520894.
4707
4708 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
4709
4710         Patch by: Stefan Kost <ensonic@users.sf.net>
4711
4712         * gst/rtpmanager/rtpjitterbuffer.c: (calculate_skew):
4713         Don't try to reset the clock skew when we have no timestamps.
4714         Fixes #519005.
4715
4716 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
4717
4718         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4719
4720         * ext/faad/gstfaad.c: (looks_like_valid_header):
4721         Improve the header checking to look for what faad2 looks
4722         for too. Fixes playback of same apple trailers.
4723         Fixes bug #469979.
4724
4725 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
4726
4727         * configure.ac:
4728         Really check for libdc1394 >= 2.0.0, pkg-config thinks that
4729         2.0.0-rcX is newer than 2.0.0 so we check for this too.
4730
4731 2008-03-05  David Schleef  <ds@schleef.org>
4732
4733         * ext/dirac/gstdiracenc.cc: Add a bunch of properties cribbed
4734           from the encoder program in dirac.
4735
4736 2008-03-05  David Schleef  <ds@schleef.org>
4737
4738         * configure.ac:
4739         * ext/Makefile.am:
4740         * ext/dirac/Makefile.am:
4741         * ext/dirac/gstdirac.cc:
4742         * ext/dirac/gstdiracenc.cc:
4743           Rewrite Dirac encoder plugin based on Schroedinger gstreamer
4744           elements.
4745
4746 2008-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
4747
4748         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
4749
4750         * configure.ac:
4751         * ext/Makefile.am:
4752         * ext/mplex/Makefile.am:
4753         * ext/mplex/gstmplex.cc:
4754         * ext/mplex/gstmplex.hh:
4755         * ext/mplex/gstmplexibitstream.cc:
4756         * ext/mplex/gstmplexibitstream.hh:
4757         * ext/mplex/gstmplexjob.cc:
4758         * ext/mplex/gstmplexjob.hh:
4759         * ext/mplex/gstmplexoutputstream.cc:
4760         * ext/mplex/gstmplexoutputstream.hh:
4761         Port mplex element to 0.10. Fixes bug #520329.
4762
4763         * tests/check/Makefile.am:
4764         * tests/check/elements/mplex.c: (test_sink_event), (setup_src_pad),
4765         (teardown_src_pad), (setup_mplex), (cleanup_mplex),
4766         (GST_START_TEST), (mplex_suite), (main):
4767         Add unit test for the mplex element.
4768
4769 2008-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
4770
4771         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
4772
4773         * configure.ac:
4774         Clean up detection of different mjpegtoolsAPI versions.
4775
4776         * ext/mpeg2enc/gstmpeg2enc.cc:
4777         * ext/mpeg2enc/gstmpeg2enc.hh:
4778         * ext/mpeg2enc/gstmpeg2encoder.cc:
4779         * ext/mpeg2enc/gstmpeg2encoptions.cc:
4780         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
4781         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
4782         * ext/mpeg2enc/gstmpeg2encstreamwriter.cc:
4783         * ext/mpeg2enc/gstmpeg2encstreamwriter.hh:
4784         Streamline conditional code for evolving mjpegtools API,
4785         optimize and fix/prevent crash in log handling, use
4786         names/nicks for enums in the usual way andm inor updates
4787         in code and properties/settings. Partially fixes bug #520329.
4788
4789 2008-03-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4790
4791         * gst/mpegtsparse/gstmpegdesc.h:
4792         * gst/mpegtsparse/mpegtspacketizer.c:
4793         Add parsing of cable delivery system descriptor.
4794
4795 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
4796
4797         * configure.ac:
4798         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
4799         plug-ins are included/excluded. (#498222)
4800
4801 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
4802
4803         Patch by: Jens Granseuer <jensgr at gmx dot net>
4804
4805         * gst/mve/gstmvedemux.c: (gst_mve_audio_data),
4806         (gst_mve_demux_get_type):
4807         Fix audio discontinuity that happens when silent chunks are
4808         followed by real data again. Fixes bug #519905.
4809
4810 2008-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4811
4812         * sys/dvb/gstdvbsrc.c:
4813         * sys/dvb/parsechannels.c:
4814         Add DVB-C support. Special thanks to Christian Schaller
4815         for a testing ground.
4816
4817 2008-02-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4818
4819         * gst/mpegtsparse/mpegtsparse.c:
4820         Only send PMTs to program pads that the PMT is for even if
4821         on same pid.
4822         As a by-product, we now no longer hardcode any psi pid numbers.
4823         Also remove pcr stream from old pmt when we apply a new pmt.
4824
4825 2008-02-28  Edgard Lima  <edgard.lima@indt.org.br>
4826
4827         * ext/metadata/TODO:
4828         * ext/metadata/metadata_mapping.htm:
4829         * ext/metadata/metadataexif.c:
4830         * ext/metadata/metadatatags.c:
4831         * ext/metadata/metadatatags.h:
4832         * tests/icles/metadata_editor.c:
4833         Map Date-Time and GPS tags and Convert from EXIF to XMP Datatime as
4834         local time (those changes has been done in previous comit but had to
4835         be revert in 2008-02-10 due to frozen)
4836
4837 2008-02-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4838
4839         * sys/dvb/camutils.c:
4840         Remove the G_VALUE_HOLDS_BOXED checks. They were
4841         only added to help debug the data corruption.
4842
4843 2008-02-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4844
4845         * sys/dvb/camutils.c:
4846         Don't free the program descriptors, this structure
4847         containing them is still stored after.
4848         Fixes data corruption.
4849
4850 2008-02-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4851
4852         * sys/dvb/camutils.c:
4853         Extra checks to prevent data corruption/segfaults.
4854
4855 2008-02-26  Stefan Kost  <ensonic@users.sf.net>
4856
4857         * ext/nas/nassink.c:
4858           Fix build warning by using portable API.
4859
4860 2008-02-26  Stefan Kost  <ensonic@users.sf.net>
4861
4862         * gst/selector/gstoutputselector.c:
4863           Fix changing to same pad twice before a chain call.     
4864
4865 2008-02-26  Sebastian Dröge  <slomo@circular-chaos.org>
4866
4867         Patch by: Daniel Fischer <dan at f3c dot com>
4868
4869         * configure.ac:
4870         * ext/dc1394/gstdc1394.c: (gst_dc1394_change_state),
4871         (gst_dc1394_get_cam_caps), (gst_dc1394_open_cam_with_best_caps):
4872         * ext/dc1394/gstdc1394.h:
4873         Add support for libdc1394 2.0.0 and above and require this version
4874         now. Fixes bug #514964.
4875
4876 2008-02-26  Sebastian Dröge  <slomo@circular-chaos.org>
4877
4878         Patch by: Wouter Cloetens <wouter at mind dot be>
4879
4880         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
4881         (gst_soup_http_src_init), (gst_soup_http_src_dispose),
4882         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property),
4883         (gst_soup_http_src_create):
4884         * ext/soup/gstsouphttpsrc.h:
4885         * tests/check/elements/souphttpsrc.c: (run_test), (GST_START_TEST),
4886         (souphttpsrc_suite):
4887         Add support for specifying a list of cookies to be passed in
4888         the HTTP request. Fixes bug #518722.
4889
4890 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
4891
4892         * gst/selector/gstinputselector.c:
4893         * gst/selector/gstinputselector.h:
4894           Added "select-all" property to make it work like aggregator in 0.8.
4895
4896         * gst/selector/gstoutputselector.c:
4897           Fix resend-latest behavoiur.
4898           
4899         * tests/check/Makefile.am:
4900         * tests/check/elements/.cvsignore:
4901         * tests/check/elements/selector.c:
4902           Add unit tests for selector.
4903
4904 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4905
4906         * configure.ac:
4907         * ext/timidity/gsttimidity.c: (plugin_init):
4908         * ext/timidity/gstwildmidi.c: (plugin_init):
4909         Remove midi typefinders and require base CVS as they moved there.
4910
4911 2008-02-24  Sebastian Dröge  <slomo@circular-chaos.org>
4912
4913         * ext/Makefile.am:
4914         Only disable the ext/timidity directory if both, wildmidi
4915         _and_ timidity are not available.
4916
4917 2008-02-24  Sebastian Dröge  <slomo@circular-chaos.org>
4918
4919         Patch by: Emilio Pozuelo Monfort <pochu at ubuntu dot com>
4920
4921         * ext/Makefile.am:
4922         Build the wildmidi plugin if it's enabled and not only when
4923         both, the timidity and wildmidi plugin, are enabled.
4924
4925 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
4926
4927         * configure.ac:
4928         * ext/mpeg2enc/Makefile.am:
4929         * ext/soundtouch/Makefile.am:
4930         * gst/modplug/Makefile.am:
4931           Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them
4932           when building C++ code.
4933
4934 2008-02-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4935
4936         * sys/dvb/gstdvbsrc.c:
4937         Add initial support for multiproto driver (not yet merged into
4938         v4l-dvb mainline yet).
4939         Only works for DVB-S not DVB-S2, DVB-T, DVB-C or other.
4940
4941 2008-02-22  Tim-Philipp Müller  <tim at centricular dot net>
4942
4943         * docs/plugins/inspect/plugin-alsaspdif.xml:
4944         * docs/plugins/inspect/plugin-app.xml:
4945         * docs/plugins/inspect/plugin-bayer.xml:
4946         * docs/plugins/inspect/plugin-bz2.xml:
4947         * docs/plugins/inspect/plugin-cdaudio.xml:
4948         * docs/plugins/inspect/plugin-cdxaparse.xml:
4949         * docs/plugins/inspect/plugin-dfbvideosink.xml:
4950         * docs/plugins/inspect/plugin-dtsdec.xml:
4951         * docs/plugins/inspect/plugin-dvb.xml:
4952         * docs/plugins/inspect/plugin-dvdspu.xml:
4953         * docs/plugins/inspect/plugin-faac.xml:
4954         * docs/plugins/inspect/plugin-faad.xml:
4955         * docs/plugins/inspect/plugin-fbdevsink.xml:
4956         * docs/plugins/inspect/plugin-festival.xml:
4957         * docs/plugins/inspect/plugin-filter.xml:
4958         * docs/plugins/inspect/plugin-flvdemux.xml:
4959         * docs/plugins/inspect/plugin-freeze.xml:
4960         * docs/plugins/inspect/plugin-gsm.xml:
4961         * docs/plugins/inspect/plugin-gstinterlace.xml:
4962         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
4963         * docs/plugins/inspect/plugin-h264parse.xml:
4964         * docs/plugins/inspect/plugin-interleave.xml:
4965         * docs/plugins/inspect/plugin-jack.xml:
4966         * docs/plugins/inspect/plugin-ladspa.xml:
4967         * docs/plugins/inspect/plugin-metadata.xml:
4968         * docs/plugins/inspect/plugin-mms.xml:
4969         * docs/plugins/inspect/plugin-modplug.xml:
4970         * docs/plugins/inspect/plugin-mpeg2enc.xml:
4971         * docs/plugins/inspect/plugin-mpeg4videoparse.xml:
4972         * docs/plugins/inspect/plugin-mpegtsparse.xml:
4973         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
4974         * docs/plugins/inspect/plugin-musepack.xml:
4975         * docs/plugins/inspect/plugin-musicbrainz.xml:
4976         * docs/plugins/inspect/plugin-mve.xml:
4977         * docs/plugins/inspect/plugin-neon.xml:
4978         * docs/plugins/inspect/plugin-nsfdec.xml:
4979         * docs/plugins/inspect/plugin-nuvdemux.xml:
4980         * docs/plugins/inspect/plugin-rawparse.xml:
4981         * docs/plugins/inspect/plugin-real.xml:
4982         * docs/plugins/inspect/plugin-replaygain.xml:
4983         * docs/plugins/inspect/plugin-rfbsrc.xml:
4984         * docs/plugins/inspect/plugin-sdl.xml:
4985         * docs/plugins/inspect/plugin-sdp.xml:
4986         * docs/plugins/inspect/plugin-selector.xml:
4987         * docs/plugins/inspect/plugin-sndfile.xml:
4988         * docs/plugins/inspect/plugin-soundtouch.xml:
4989         * docs/plugins/inspect/plugin-spcdec.xml:
4990         * docs/plugins/inspect/plugin-speed.xml:
4991         * docs/plugins/inspect/plugin-speexresample.xml:
4992         * docs/plugins/inspect/plugin-stereo.xml:
4993         * docs/plugins/inspect/plugin-tremor.xml:
4994         * docs/plugins/inspect/plugin-tta.xml:
4995         * docs/plugins/inspect/plugin-vcdsrc.xml:
4996         * docs/plugins/inspect/plugin-videosignal.xml:
4997         * docs/plugins/inspect/plugin-vmnc.xml:
4998         * docs/plugins/inspect/plugin-x264.xml:
4999         * docs/plugins/inspect/plugin-xvid.xml:
5000         * docs/plugins/inspect/plugin-y4menc.xml:
5001           Update to version 0.10.6.1.
5002
5003 2008-02-22  Tim-Philipp Müller  <tim at centricular dot net>
5004
5005         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5006         * docs/plugins/inspect/plugin-gdp.xml:
5007         * docs/plugins/inspect/plugin-quicktime.xml:
5008         * docs/plugins/inspect/plugin-switch.xml:
5009         * docs/plugins/inspect/plugin-videocrop.xml:
5010           Remove docs for elements that have moved to other modules
5011           or been renamed.
5012
5013 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5014
5015         Patch by: Wouter Cloetens <wouter at mind dot be>
5016
5017         * configure.ac:
5018         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_cancel_message),
5019         (gst_soup_http_src_finished_cb), (gst_soup_http_src_chunk_free),
5020         (gst_soup_http_src_chunk_allocator),
5021         (gst_soup_http_src_got_chunk_cb), (gst_soup_http_src_create),
5022         (gst_soup_http_src_start), (gst_soup_http_src_set_proxy):
5023         * ext/soup/gstsouphttpsrc.h:
5024         Implement zero-copy and make the buffer size configurable.
5025         Prefix proxy URIs with "http://" if they don't start with it
5026         already and catch errors earlier, fixes hanging in some situations.
5027         Fixes bug #514948.
5028
5029 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5030
5031         * tests/check/gst-plugins-bad.supp:
5032         Add suppressions for SoundTouch valgrind warnings and
5033         a valgrind warning caused by the LADSPA sine plugin and
5034         happening on every exit().
5035         Remove GIO suppressions as it's now in -base.
5036
5037 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5038
5039         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_create):
5040         Don't allocate and copy the data to a new place but instead
5041         put the data from gmyth (which we own) into the buffers that
5042         are passed downstream.
5043
5044 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5045
5046         * ext/timidity/gstwildmidi.c:
5047         If WILDMIDI_CFG is not defined, define it to the default
5048         timidity configure file.
5049
5050 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5051
5052         Based on a patch by:
5053           Hans de Goede <j dot w dot r dot degoede at hhs dot nl>
5054
5055         * configure.ac:
5056         * ext/mpeg2enc/gstmpeg2enc.cc:
5057         Remove hack to work with mjpegtools 1.9.0rc3 and above and instead
5058         use mjpeg_loglev_t() for getting the log levels. Check for this
5059         function in configure.ac as the pkg-config file doesn't tell us
5060         which release candidate we have. Fixes bug #517896.
5061
5062 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5063
5064         * configure.ac:
5065         Check for X for the nas plugin to make it possible to build it
5066         again. Fixes bug #517895.
5067
5068 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5069
5070         * tests/check/Makefile.am:
5071         Ignore some more elements for the states unit test, like
5072         dfbvideosink which produces a segfault. Fixes bug #517854.
5073
5074 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5075
5076         Patch by: Jens Granseuer <jensgr at gmx dot net>
5077
5078         * gst/librfb/gstrfbsrc.c: (gst_rfb_property_set_version):
5079         * gst/librfb/rfbdecoder.c: (rfb_decoder_message_set_encodings),
5080         (rfb_decoder_state_set_encodings):
5081         * gst/mpegtsparse/mpegtspacketizer.c:
5082         (mpegts_packetizer_parse_nit), (mpegts_packetizer_parse_sdt),
5083         (mpegts_packetizer_parse_eit):
5084         * sys/fbdev/gstfbdevsink.c: (gst_fbdevsink_getcaps),
5085         (gst_fbdevsink_setcaps), (gst_fbdevsink_render):
5086         Some C89 fixes, moving variable declarations to the beginning
5087         of a block. Fixes bug #517937.
5088
5089 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
5090
5091         * configure.ac:
5092         Back to development...
5093
5094 === release 0.10.6 ===
5095
5096 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
5097
5098         * configure.ac:
5099           releasing 0.10.6, "A Big Deep Breath"
5100
5101 2008-02-20  Bastien Nocera  <hadess@hadess.net>
5102
5103         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_do_seek),
5104         (gst_mythtv_src_start): Using the wrong GstFormat for the filesize,
5105         and fail seek properly on anything but _BYTES format
5106         Fixes bug #517684
5107
5108 2008-02-20  Sebastian Dröge  <slomo@circular-chaos.org>
5109
5110         Patch by: Olivier Crete <tester at tester dot ca>
5111
5112         * gst/rtpmanager/gstrtpbin.c: (new_ssrc_pad_found):
5113         Fix small memory leak, leaking caps. Fixes bug #517571.
5114
5115 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
5116
5117         * gst/tta/Makefile.am:
5118         Link tta plugin with libm. Fixes bug #517391.
5119
5120 2008-02-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5121
5122         * sys/dvb/camutils.c:
5123         Do not assume "descriptors" property in the pmt structure
5124         is present.
5125         Fixes #516499.
5126
5127 2008-02-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5128
5129         Patch by: Olivier Crete <tester@tester.ca>
5130
5131         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_associate):
5132         Ignore streams that did not receive an SR packet when doing
5133         synchronisation. Fixes #516160.
5134
5135 2008-02-14  Sebastian Dröge  <slomo@circular-chaos.org>
5136
5137         * gst/dvdspu/gstdvdspu.c: (gst_dvd_spu_handle_new_spu_buf):
5138         Set n_line_ctrl_i to 0 whenever we free line_ctrl_i. Patch based
5139         on an idea by Jan Schmidt, fixes bug #516436.
5140
5141 2008-02-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5142
5143         * gst/mpegtsparse/gstmpegdesc.c:
5144         * gst/mpegtsparse/gstmpegdesc.h:
5145         * gst/mpegtsparse/mpegtsparse.c:
5146         Make sure the gstmpegdesc debug lines do not critical
5147         when GST_DEBUG is enabled and also actually output.
5148         Thanks to Alessandro Decina for spotting.
5149         Fixes #516448
5150
5151 2008-02-13  Jan Schmidt  <jan.schmidt@sun.com>
5152
5153         * gst-libs/gst/Makefile.am:
5154         * sys/Makefile.am:
5155         Also add dshow pieces to the disted subdirs to fix distcheck.
5156
5157 2008-02-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5158
5159         Patch by: Josep Torra Valles <josep@fluendo.com>
5160
5161         * gst/h264parse/gsth264parse.c: (gst_h264_parse_chain_reverse):
5162         Fix potential buffer leak in reverse mode. Re-Fixes #516061.
5163
5164 2008-02-13  Sebastian Dröge  <slomo@circular-chaos.org>
5165
5166         * configure.ac:
5167         Allow gmyth versions from 0.4 up to 0.7.99, the API didn't change
5168         until 0.7 fortunately.
5169
5170 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5171
5172         * configure.ac:
5173         Generate the directshow Makefiles so that the directories
5174         get disted. Still needs some configure time detection to enable
5175         building them under MingW.
5176
5177 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5178
5179         * ext/metadata/Makefile.am:
5180         Don't install a header file. We will have to merge these
5181         tags into libgsttag after the release and use them from there.
5182         Fixes: #515860
5183
5184 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
5185
5186         * gst-libs/gst/dshow/Makefile.am:
5187         * sys/dshowdecwrapper/Makefile.am:
5188         * sys/dshowsrcwrapper/Makefile.am:
5189         Add Makefiles to win32 plugins and lib.
5190         They will need to be tested and probably fixed by developers
5191         working with mingw. This is a first step to include source files 
5192         with releases.
5193         
5194 2008-02-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5195
5196         * sys/dvb/dvbbasebin.c:
5197         Fix leak of location string returned from gst_uri_get_location.
5198         Fixes bug #516114
5199
5200 2008-02-12  David Schleef  <ds@schleef.org>
5201
5202         * configure.ac:
5203         * docs/plugins/Makefile.am:
5204         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5205         * docs/plugins/inspect/plugin-glimagesink.xml:
5206         * sys/Makefile.am:
5207         * sys/glsink/BUGS:
5208         * sys/glsink/Makefile.am:
5209         * sys/glsink/color_matrix.c:
5210         * sys/glsink/glextensions.c:
5211         * sys/glsink/glextensions.h:
5212         * sys/glsink/glimagesink.c:
5213         * sys/glsink/glimagesink.h:
5214         * sys/glsink/gltestsrc.c:
5215         * sys/glsink/gltestsrc.h:
5216         * sys/glsink/gstglbuffer.c:
5217         * sys/glsink/gstglbuffer.h:
5218         * sys/glsink/gstglconvert.c:
5219         * sys/glsink/gstgldisplay.c:
5220         * sys/glsink/gstgldisplay.h:
5221         * sys/glsink/gstgldownload.c:
5222         * sys/glsink/gstglfilter.c:
5223         * sys/glsink/gstglfilter.h:
5224         * sys/glsink/gstglfilterexample.c:
5225         * sys/glsink/gstgltestsrc.c:
5226         * sys/glsink/gstgltestsrc.h:
5227         * sys/glsink/gstglupload.c:
5228         * sys/glsink/gstopengl.c:
5229           Remove glimagesink, as it's been moved to gst-plugins-gl.
5230           Fixes #516094.
5231
5232 2008-02-12  Wim Taymans  <wim.taymans@collabora.co.uk>
5233
5234         Patch by: Josep Torra Valles <josep@fluendo.com>
5235
5236         * gst/h264parse/gsth264parse.c: (gst_h264_parse_chain_reverse):
5237         Fix potential buffer leak in reverse mode. Fixes #516061.
5238
5239 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5240
5241         * sys/dshowdecwrapper/gstdshowaudiodec.c:
5242         (gst_dshowaudiodec_dispose):
5243         * sys/dshowdecwrapper/gstdshowvideodec.c:
5244         (gst_dshowvideodec_dispose):
5245         Chain up dispose methods properly. Fixes bug #515970.
5246
5247 2008-02-12  Wim Taymans  <wim.taymans@collabora.co.uk>
5248
5249         * gst/mpegvideoparse/mpegvideoparse.c:
5250         (mpegvideoparse_handle_sequence), (mpegvideoparse_drain_avail),
5251         (gst_mpegvideoparse_change_state):
5252         Fix leaking caps.
5253         Fix potential buffer leak in forward mode.
5254         Cleanup queues when going to READY. Fixes #515815.
5255
5256 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5257
5258         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5259         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5260         * docs/plugins/inspect/plugin-gio.xml:
5261         Remove documentation for the GIO plugin as it was moved to
5262         gst-plugins-base. Fixes bug #515964.
5263
5264 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5265
5266         * ext/xvid/gstxvidenc.c:
5267         * gst/vmnc/vmncdec.c:
5268         * sys/glsink/glimagesink.c:
5269         * sys/glsink/gstgldisplay.c:
5270         Fix some finalize leaks by chaining up to the parent method.
5271         Fixes: #515919
5272
5273 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5274
5275         * tests/check/elements/souphttpsrc.c:
5276         Include glib/gprintf.h for g_vasprintf(). Fixes bug #515564.
5277
5278 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5279
5280         * gst/librfb/gstrfbsrc.c: (gst_rfb_src_dispose):
5281         Free the rfb decoder on finalize. Fixes bug #515721.
5282
5283 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5284
5285         * sys/fbdev/gstfbdevsink.c: (gst_fbdevsink_class_init),
5286         (gst_fbdevsink_finalize):
5287         Free the device string in finalize. Fixes bug #515722.
5288
5289 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5290
5291         * ext/xvid/gstxvidenc.c: (gst_xvidenc_init):
5292         Unset GValues after using them. Fixes bug #515720.
5293
5294 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5295
5296         * tests/check/Makefile.am:
5297         Disable the dvb plugin for the states test. Fixes bug #515567.
5298
5299 2008-02-10  Edgard Lima,,,,  <edgard.lima@indt.org.br>
5300
5301         * ext/metadata/TODO:
5302         * ext/metadata/metadata_mapping.htm:
5303         * ext/metadata/metadataexif.c:
5304         * ext/metadata/metadatatags.c:
5305         * ext/metadata/metadatatags.h:
5306         * tests/icles/metadata_editor.c:
5307           Revert changes to 2008-02-09 due to frozen.
5308
5309 2008-02-10  Jan Schmidt  <jan.schmidt@sun.com>
5310
5311         * ext/ivorbis/vorbisfile.c:
5312         Trivial fix for build warning.
5313         Patch by: Josep Torra Valles <josep@fluendo.com>
5314         Fixes: #515588
5315
5316 2008-02-10  Edgard Lima  <edgard.lima@indt.org.br>
5317
5318         * ext/metadata/TODO:
5319         * ext/metadata/metadataexif.c:
5320           Convert from EXIF to XMP DataTime as local time.
5321
5322 2008-02-10  Edgard Lima  <edgard.lima@indt.org.br>
5323
5324         * ext/metadata/TODO:
5325         * ext/metadata/metadata_mapping.htm:
5326         * ext/metadata/metadataexif.c:
5327         * ext/metadata/metadatatags.c:
5328         * ext/metadata/metadatatags.h:
5329         * tests/icles/metadata_editor.c:
5330           Map Date-Time and GPS tags.
5331           
5332
5333 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
5334
5335         * gst/selector/Makefile.am:
5336
5337         Listing the marshal.h in the nodist_HEADERS breaks distcheck, so
5338         let's not do that
5339
5340         * tests/check/Makefile.am:
5341         Disable the crashing cdaudio plugin from the states test so I can make
5342         pre-releases.
5343
5344 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
5345
5346         * win32/vs6/libgstdshowdecwrapper.dsp:
5347         * win32/vs6/libgstflv.dsp:
5348         Convert to DOS line endings, and set -kb
5349
5350 2008-02-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5351
5352         * sys/dvb/Makefile.am:
5353         * sys/dvb/dvbbasebin.c:
5354         Add URI Handler for dvb.
5355         Re-order pad templates to workaround a bug in playbasebin.
5356         * sys/dvb/parsechannels.c:
5357         * sys/dvb/parsechannels.h:
5358         Add code to parse channels from zap-style channels.conf files.
5359
5360 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5361
5362         * configure.ac:
5363         * docs/plugins/Makefile.am:
5364         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5365         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5366         * docs/plugins/gst-plugins-bad-plugins.args:
5367         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
5368         * docs/plugins/inspect/plugin-multifile.xml:
5369         * gst/multifile/Makefile.am:
5370         * gst/multifile/gstmultifile.c:
5371         * gst/multifile/gstmultifilesink.c:
5372         * gst/multifile/gstmultifilesink.h:
5373         * gst/multifile/gstmultifilesrc.c:
5374         * gst/multifile/gstmultifilesrc.h:
5375         * gst/multifile/multifile.vproj:
5376         * tests/check/Makefile.am:
5377         * tests/check/elements/multifile.c:
5378
5379         Remove multifile plugin, which has moved to -good
5380
5381 2008-02-07  David Schleef  <ds@schleef.org>
5382
5383         * gst/multifile/gstmultifilesink.c:
5384         * gst/multifile/gstmultifilesrc.c:
5385           Use g_file_[sg]et_contents() instead of using stdio functions.
5386           Should be less error prone.
5387         * tests/check/elements/multifile.c:
5388           Create a temporary directory using standard functions instead of
5389           creating a directory in the current dir.
5390
5391 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5392
5393         * configure.ac:
5394         * docs/plugins/Makefile.am:
5395         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5396         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5397         * docs/plugins/gst-plugins-bad-plugins.args:
5398         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
5399         * docs/plugins/inspect/plugin-spectrum.xml:
5400         * gst/spectrum/.cvsignore:
5401         * gst/spectrum/Makefile.am:
5402         * gst/spectrum/README:
5403         * gst/spectrum/demo-audiotest.c:
5404         * gst/spectrum/demo-osssrc.c:
5405         * gst/spectrum/gstspectrum.c:
5406         * gst/spectrum/gstspectrum.h:
5407         * gst/spectrum/spectrum.vcproj:
5408         * tests/check/Makefile.am:
5409         * tests/check/elements/spectrum.c:
5410
5411         Remove spectrum plugin, which has moved to -good
5412
5413 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5414
5415         * docs/plugins/gst-plugins-bad-plugins.args:
5416         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
5417         * docs/plugins/gst-plugins-bad-plugins.interfaces:
5418         Remove equalizer plugin docs
5419
5420         * tests/check/Makefile.am:
5421         Add GST_OPTION_CFLAGS, to get -Werror -Wall into the tests as for
5422         other modules.
5423
5424         * tests/check/elements/multifile.c:
5425         * tests/check/elements/rganalysis.c:
5426         * tests/check/elements/rglimiter.c:
5427
5428         Fix compiler warnings from -Wall -Werror
5429
5430 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5431
5432         * configure.ac:
5433         * docs/plugins/Makefile.am:
5434         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5435         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5436         * docs/plugins/inspect/plugin-equalizer.xml:
5437         * gst/equalizer/.cvsignore:
5438         * gst/equalizer/Makefile.am:
5439         * gst/equalizer/demo.c:
5440         * gst/equalizer/gstiirequalizer.c:
5441         * gst/equalizer/gstiirequalizer.h:
5442         * gst/equalizer/gstiirequalizer10bands.c:
5443         * gst/equalizer/gstiirequalizer10bands.h:
5444         * gst/equalizer/gstiirequalizer3bands.c:
5445         * gst/equalizer/gstiirequalizer3bands.h:
5446         * gst/equalizer/gstiirequalizernbands.c:
5447         * gst/equalizer/gstiirequalizernbands.h:
5448         * tests/check/Makefile.am:
5449         * tests/check/elements/.cvsignore:
5450         * tests/check/elements/equalizer.c:
5451
5452         Remove the equalizer plugin, which has moved to -good
5453
5454 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5455
5456         * configure.ac:
5457         Make DISABLE_DEPRECATED defined *only* during CVS, not during
5458         pre-releases or releases.
5459
5460 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5461
5462         * docs/plugins/Makefile.am:
5463         Don't scan deleted xingmux header.
5464
5465 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5466
5467         * configure.ac:
5468         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5469         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5470         * docs/plugins/inspect/plugin-xingheader.xml:
5471         * gst/xingheader/Makefile.am:
5472         * gst/xingheader/gstxingmux.c:
5473         * gst/xingheader/gstxingmux.h:
5474         * tests/check/Makefile.am:
5475         * tests/check/elements/.cvsignore:
5476         * tests/check/elements/xingmux.c:
5477         * tests/check/elements/xingmux_testdata.h:
5478         Remove the xingmux plugin, as the element has moved into
5479         mpegaudioparse in -ugly.
5480
5481 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5482
5483         * docs/plugins/Makefile.am:
5484         Remove mention of non-existent headers to fix the build.
5485
5486 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5487
5488         * configure.ac:
5489         * ext/Makefile.am:
5490         * ext/gio/Makefile.am:
5491         * ext/gio/gstgio.c:
5492         * ext/gio/gstgio.h:
5493         * ext/gio/gstgiobasesink.c:
5494         * ext/gio/gstgiobasesink.h:
5495         * ext/gio/gstgiobasesrc.c:
5496         * ext/gio/gstgiobasesrc.h:
5497         * ext/gio/gstgiosink.c:
5498         * ext/gio/gstgiosink.h:
5499         * ext/gio/gstgiosrc.c:
5500         * ext/gio/gstgiosrc.h:
5501         * ext/gio/gstgiostreamsink.c:
5502         * ext/gio/gstgiostreamsink.h:
5503         * ext/gio/gstgiostreamsrc.c:
5504         * ext/gio/gstgiostreamsrc.h:
5505         * tests/check/Makefile.am:
5506         * tests/check/pipelines/.cvsignore:
5507         * tests/check/pipelines/gio.c:
5508
5509         Remove GIO plugin which has now moved to -base.
5510
5511 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5512
5513         * docs/plugins/Makefile.am:
5514         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5515         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5516         * docs/plugins/gst-plugins-bad-plugins.args:
5517         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
5518         * gst/filter/Makefile.am:
5519         * gst/filter/filter.vcproj:
5520         * gst/filter/gstbpwsinc.c:
5521         * gst/filter/gstbpwsinc.h:
5522         * gst/filter/gstfilter.c:
5523         * gst/filter/gstfilter.h:
5524         * gst/filter/gstlpwsinc.c:
5525         * gst/filter/gstlpwsinc.h:
5526         * tests/check/Makefile.am:
5527         * tests/check/elements/bpwsinc.c:
5528         * tests/check/elements/lpwsinc.c:
5529
5530         Remove lpwsinc and bpwsinc elements - they've become
5531         audiowsinclimit and audiowsincband respectively, in the
5532         gst-plugins-good audiofx plugin.
5533
5534 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
5535
5536         * ext\neon\gstneonhttpsrc.c:
5537         Include unistd.h only if _HAVE_UNISTD_H is defined
5538         * gst\mpegvideoparse\mpegvideoparse.c:
5539         Use G_GUINT64_CONSTANT GLIB macro for constant
5540         * sys\dshowsrcwrapper\gstdshowaudiosrc.c:
5541         * sys\dshowsrcwrapper\gstdshowvideosrc.c:
5542         * sys\dshowdecwrapper\gstdshowaudiodec.c:
5543         * sys\dshowdecwrapper\gstdshowaudiodec.h:
5544         * sys\dshowdecwrapper\gstdshowdecwrapper.c:
5545         * sys\dshowdecwrapper\gstdshowdecwrapper.h:
5546         * sys\dshowdecwrapper\gstdshowvideodec.c
5547         * sys\dshowdecwrapper\gstdshowvideodec.h:
5548         Add a DirectShow decoder wrapper.
5549         * win32\MANIFEST:
5550         Add new win32 files to MANIFEST
5551         * win32\vs6\gst_plugins_bad.dsw:
5552         * win32\vs6\libgstdshow.dsp:
5553         * win32\vs6\libgstdshowdecwrapper.dsp:
5554         * win32\vs6\libgstflv.dsp:
5555         Add new projects to bad workspace
5556
5557 2008-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5558
5559         * gst/mpegtsparse/mpegtspacketizer.c:
5560         Parse component descriptor.
5561         * gst/mpegtsparse/mpegtsparse.c:
5562         Add SI pids to every program (but hardcoded currently).
5563
5564 2008-02-07  Edgard Lima  <edgard.lima@indt.org.br>
5565
5566         * ext/metadata/metadata_mapping.htm:
5567         * ext/metadata/metadataexif.c:
5568         * ext/metadata/metadatatags.c:
5569         * ext/metadata/metadatatags.h:
5570         * tests/icles/metadata_editor.c:
5571         * tests/icles/metadata_editor.glade:
5572           Add more tags. Improve test app.
5573
5574 2008-02-07  Stefan Kost  <ensonic@users.sf.net>
5575
5576         * gst/multifile/gstmultifilesink.c:
5577           Add a fixme comment.
5578
5579         * gst/selector/gstoutputselector.c:
5580           Fix same leak as in input-selector.
5581
5582         * tests/icles/output-selector-test.c:
5583           Improve the test.
5584
5585 2008-02-07  Stefan Kost  <ensonic@users.sf.net>
5586
5587         * gst/spectrum/gstspectrum.c:
5588           Improve the docs.
5589
5590 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5591
5592         * configure.ac:
5593           The dc1394 plugin seems to use API that was removed or changed
5594           before the final 2.0.0 release, so only build it if 2.0.0-rc5
5595           is available. Someone needs to port it to the final API.
5596
5597         * ext/dc1394/gstdc1394.c: (gst_dc1394_change_camera_transmission):
5598           Include string.h for memcpy and use g_usleep instead of usleep.
5599
5600 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
5601
5602         * gst/filter/gstlpwsinc.c:
5603         Fix typo in the long description of the element.
5604
5605 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5606
5607         * gst/xingheader/Makefile.am:
5608         Put CFLAGS and LIBS in the right order
5609
5610 2008-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5611
5612         * configure.ac:
5613           ximagesrc has moved to -good, so no need to check for
5614           the required X libs here any more.
5615
5616 2008-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
5617
5618         Patch by: Wouter Cloetens <wouter at mind dot be>
5619
5620         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_chunk_cb),
5621         (gst_soup_http_src_create):
5622         Fix memory leak and improve debugging a bit.
5623
5624 2008-02-05  Edgard Lima  <edgard.lima@indt.org.br>
5625
5626         * ext/metadata/metadata_mapping.htm:
5627         * ext/metadata/metadataexif.c:
5628         * ext/metadata/metadatatags.c:
5629         * ext/metadata/metadatatags.h:
5630           Add more tags mapping.
5631
5632 2008-02-05  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5633
5634         * gst/mpegtsparse/mpegtsparse.c:
5635         Handle latency queries in src pads.
5636
5637 2008-02-05  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5638
5639         * gst/mpegtsparse/mpegtspacketizer.c:
5640         Add flag to both sdt and nit structures to say
5641         whether the table is for the actual network/ts
5642         or not.
5643
5644 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
5645
5646         Patch by: Josep Torra Valles <josep@fluendo.com>
5647
5648         * gst/mpegvideoparse/mpegvideoparse.c: (gst_mpegvideoparse_flush):
5649         Flush packetizer too.
5650
5651 2008-02-04  Sebastian Dröge  <slomo@circular-chaos.org>
5652
5653         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init),
5654         (gst_ladspa_class_init), (ladspa_describe_plugin), (plugin_init):
5655         Don't use GST_BOILERPLATE as the stuff generated from it is not used
5656         anyway and can't be used.
5657         Store the class struct of the correct type in parent_class.
5658         Pass the LADSPA_Descriptor as class_data to the class_init function
5659         as preparation for the time, when we can add pad templates and friends
5660         in class_init and add a FIXME for that.
5661         Don't use a custom hash table for passing the LADSPA_Descriptors to
5662         base_init but use g_type_set_qdata and g_type_get_qdata.
5663
5664 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
5665
5666         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
5667         Really fix the build.
5668         TODO : Apply spankOmatic2000 on thaytan's rear end.
5669
5670 2008-02-04  Tim-Philipp Müller  <tim at centricular dot net>
5671
5672         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
5673           (GstMpeg2EncPictureReader.StreamPictureParams):
5674           Fix compilation with libmjpegtools 1.8.x.
5675
5676 2008-02-04  Sebastian Dröge  <slomo@circular-chaos.org>
5677
5678         * ext/ladspa/gstsignalprocessor.c:
5679         (gst_signal_processor_class_add_pad_template):
5680         Don't unref the pad template after adding it.
5681         gst_element_class_add_pad_template takes ownership of it.
5682
5683 2008-02-03  Jan Schmidt  <jan.schmidt@sun.com>
5684
5685         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
5686         Use the incoming pixel-aspect-ratio if provided to infer a 
5687         default aspect ratio, which can be overridden using the 'aspect'
5688         property.
5689
5690         Fixes: #499008
5691
5692 2008-02-03  Sebastian Dröge  <slomo@circular-chaos.org>
5693
5694         Patch by: Andrzej Mendel <andrzej dot mendel at gmail dot com>
5695
5696         * configure.ac:
5697         Fix variable naming to make it possible to build the glimagesink
5698         plugin. Fixes bug #514093.
5699
5700 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5701
5702         * ext/metadata/gstmetadatademux.c:
5703           Demote metadatademux to GST_RANK_NONE for the release, it's not
5704           ready to be autoplugged yet.
5705
5706         * tests/icles/metadata_editor.c:
5707           Fix printf format warning for GType on ppc32 by removing it,
5708           since it doesn't make sense to print the GType value anyway.
5709
5710 2008-02-02  Edgard Lima  <edgard.lima@indt.org.br>
5711
5712         * ext/metadata/TODO:
5713         * ext/metadata/gstmetadatamux.c:
5714         * ext/metadata/metadata_mapping.htm:
5715         * ext/metadata/metadataexif.c:
5716         * ext/metadata/metadatatags.c:
5717         * ext/metadata/metadatatags.h:
5718           Map more Exif tags.
5719
5720 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
5721
5722         * gst/selector/gstinputselector.c: (gst_selector_pad_event):
5723         Don't leak event on pads that are not linked. Fixes #512826.
5724
5725 2008-02-01  Tim-Philipp Müller  <tim at centricular dot net>
5726
5727         * configure.ac:
5728           Bump core/base requirements to released versions, to avoid confusion.
5729
5730         * gst/deinterlace/Makefile.am:
5731         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_set_caps):
5732           Use the new GstVideoFormat API to get strides, plane offsets etc..
5733           For Y42B we still need to calculate these ourselves, since the lib
5734           in -base doesn't know about this format yet and we can't bump the
5735           requirement to CVS right now. Fix the Y42B stride, offset and size
5736           calculations for odd widths and heights while we're at it though
5737           (to match those in videotestsrc).
5738
5739 2008-01-31  Edgard Lima  <edgard.lima@indt.org.br>
5740
5741         * ext/metadata/metadata_mapping.htm:
5742         * ext/metadata/metadataexif.c:
5743         * ext/metadata/metadataiptc.c:
5744         * ext/metadata/metadatatags.c:
5745         * ext/metadata/metadatatags.h:
5746         * ext/metadata/metadataxmp.c:
5747           Add documentation.
5748
5749 2008-01-31  Wim Taymans  <wim.taymans@collabora.co.uk>
5750
5751         * ext/metadata/metadataparsejpeg.c: (metadataparse_jpeg_reading):
5752         Fix compilation.
5753
5754 2008-01-31  Wim Taymans  <wim.taymans@collabora.co.uk>
5755
5756         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_dispose):
5757         Really clean up the queue instead of just unreffing all buffers
5758         in it.
5759
5760         * gst-libs/gst/app/gstappsrc.c: (gst_app_src_base_init),
5761         (gst_app_src_class_init), (gst_app_src_init),
5762         (gst_app_src_dispose), (gst_app_src_finalize):
5763         Fix dispose/finalize.
5764
5765 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
5766
5767         * ext/faad/gstfaad.c: (gst_faad_chanpos_to_gst):
5768         Fix compiler warning by making the function signature match what
5769         everyone is passing in...
5770
5771         * tests/icles/Makefile.am:
5772         Fix the build on Solaris by removing GNU ld specific flags that
5773         look unnecessary.
5774
5775 2008-01-31  Sebastian Dröge  <slomo@circular-chaos.org>
5776
5777         * ext/metadata/Makefile.am:
5778         Add some relevant variables to CFLAGS and LIBADD, for example our
5779         compiler warnings paramters.
5780
5781         * ext/metadata/gstbasemetadata.c:
5782         (gst_base_metadata_strip_push_buffer),
5783         (gst_base_metadata_calculate_offsets),
5784         (gst_base_metadata_src_event), (gst_base_metadata_sink_activate):
5785         * ext/metadata/gstmetadatademux.c: (gst_metadata_demux_init),
5786         (gst_metadata_demux_set_property), (gst_metadata_demux_dispose):
5787         * ext/metadata/gstmetadatamux.c: (gst_metadata_mux_init),
5788         (gst_metadata_mux_set_property), (gst_metadata_mux_get_property),
5789         (gst_metadata_mux_dispose),
5790         (gst_metadata_mux_create_chunks_from_tags):
5791         * ext/metadata/metadata.c: (metadata_dispose):
5792         * ext/metadata/metadataexif.c:
5793         (metadataparse_exif_content_foreach_entry_func),
5794         (metadatamux_exif_for_each_tag_in_list):
5795         * ext/metadata/metadataiptc.c:
5796         (metadatamux_iptc_for_each_tag_in_list):
5797         * ext/metadata/metadatamuxjpeg.c: (metadatamux_jpeg_lazy_update),
5798         (metadatamux_jpeg_reading):
5799         * ext/metadata/metadatamuxpng.c: (metadatamux_png_reading):
5800         * ext/metadata/metadataparsejpeg.c: (metadataparse_jpeg_reading):
5801         * ext/metadata/metadataparsepng.c:
5802         * ext/metadata/metadataparseutil.h:
5803         * ext/metadata/metadataxmp.c: (metadataparse_xmp_tag_list_add),
5804         (metadatamux_xmp_create_chunk_from_tag_list):
5805         Fix a million warnings that showed up after the above change.
5806
5807 2008-01-31  Sebastian Dröge  <slomo@circular-chaos.org>
5808
5809         * ext/soup/gstsouphttpsrc.c: (_do_init),
5810         (gst_soup_http_src_base_init), (gst_soup_http_src_class_init),
5811         (gst_soup_http_src_init), (gst_soup_http_src_dispose),
5812         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property),
5813         (gst_soup_http_src_unicodify), (gst_soup_http_src_cancel_message),
5814         (gst_soup_http_src_queue_message),
5815         (gst_soup_http_src_add_range_header),
5816         (gst_soup_http_src_session_unpause_message),
5817         (gst_soup_http_src_session_pause_message),
5818         (gst_soup_http_src_session_close),
5819         (gst_soup_http_src_got_headers_cb),
5820         (gst_soup_http_src_got_body_cb), (gst_soup_http_src_finished_cb),
5821         (gst_soup_http_src_got_chunk_cb), (gst_soup_http_src_response_cb),
5822         (gst_soup_http_src_parse_status), (gst_soup_http_src_create),
5823         (gst_soup_http_src_start), (gst_soup_http_src_stop),
5824         (gst_soup_http_src_unlock), (gst_soup_http_src_unlock_stop),
5825         (gst_soup_http_src_get_size), (gst_soup_http_src_is_seekable),
5826         (gst_soup_http_src_do_seek), (gst_soup_http_src_set_location),
5827         (gst_soup_http_src_set_proxy), (gst_soup_http_src_uri_get_type),
5828         (gst_soup_http_src_uri_get_protocols),
5829         (gst_soup_http_src_uri_get_uri), (gst_soup_http_src_uri_set_uri),
5830         (gst_soup_http_src_uri_handler_init), (plugin_init):
5831         Add changes to gstsouphttpsrc.c that were missing from last commit.
5832
5833 2008-01-31  Sebastian Dröge  <slomo@circular-chaos.org>
5834
5835         Patch by: Wouter Cloetens <wouter at mind dot be>
5836
5837         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5838         * docs/plugins/gst-plugins-bad-plugins.args:
5839         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
5840         * docs/plugins/gst-plugins-bad-plugins.interfaces:
5841         * docs/plugins/inspect/plugin-soup.xml:
5842         (gst_soup_http_src_base_init), (gst_soup_http_src_class_init),
5843         (gst_soup_http_src_init), (gst_soup_http_src_dispose),
5844         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property),
5845         (gst_soup_http_src_unicodify), (gst_soup_http_src_cancel_message),
5846         (gst_soup_http_src_queue_message),
5847         (gst_soup_http_src_add_range_header),
5848         (gst_soup_http_src_session_unpause_message),
5849         (gst_soup_http_src_session_pause_message),
5850         (gst_soup_http_src_session_close),
5851         (gst_soup_http_src_got_headers_cb),
5852         (gst_soup_http_src_got_body_cb), (gst_soup_http_src_finished_cb),
5853         (gst_soup_http_src_got_chunk_cb), (gst_soup_http_src_response_cb),
5854         (gst_soup_http_src_parse_status), (gst_soup_http_src_create),
5855         (gst_soup_http_src_start), (gst_soup_http_src_stop),
5856         (gst_soup_http_src_unlock), (gst_soup_http_src_unlock_stop),
5857         (gst_soup_http_src_get_size), (gst_soup_http_src_is_seekable),
5858         (gst_soup_http_src_do_seek), (gst_soup_http_src_set_location),
5859         (gst_soup_http_src_set_proxy), (gst_soup_http_src_uri_get_type),
5860         (gst_soup_http_src_uri_get_protocols),
5861         (gst_soup_http_src_uri_get_uri), (gst_soup_http_src_uri_set_uri),
5862         (gst_soup_http_src_uri_handler_init), (plugin_init):
5863         * ext/soup/gstsouphttpsrc.h:
5864         Make coding style more consistent, including class renaming.
5865
5866 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
5867
5868         * configure.ac:
5869         Fix configure check for soundtouch to not produce syntax errors.
5870
5871 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
5872
5873         * configure.ac:
5874         * ext/metadata/metadataxmp.c:
5875         (metadatamux_xmp_for_each_tag_in_list):
5876         Fix build with exempi >= 1.99.5 and fix the include
5877         path for exempi.
5878
5879 2008-01-30  Edgard Lima  <edgard.lima@indt.org.br>
5880
5881         * ext/metadata/TODO:
5882           Just uptade the ToDo list.
5883
5884 2008-01-30  Edgard Lima  <edgard.lima@indt.org.br>
5885
5886         * ext/metadata/gstbasemetadata.c:
5887         * ext/metadata/metadatamuxjpeg.c:
5888         * ext/metadata/metadatamuxpng.c:
5889         * ext/metadata/metadataparsejpeg.c:
5890         * ext/metadata/metadatatypes.c:
5891         * ext/metadata/metadatatypes.h:
5892         * ext/metadata/metadataxmp.c:
5893           Add documentation. Speed up a bit png muxer. Fix xmp muxer.
5894
5895 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
5896
5897         Patch by: Wouter Cloetens <wouter at mind dot be>
5898
5899         * ext/soup/gstsouphttpsrc.c:
5900         Update documentation a bit.
5901
5902         * docs/plugins/gst-plugins-bad-plugins.args:
5903         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
5904         * docs/plugins/gst-plugins-bad-plugins.interfaces:
5905         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
5906         * docs/plugins/inspect/plugin-alsaspdif.xml:
5907         * docs/plugins/inspect/plugin-dvb.xml:
5908         * docs/plugins/inspect/plugin-filter.xml:
5909         * docs/plugins/inspect/plugin-glimagesink.xml:
5910         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
5911         * docs/plugins/inspect/plugin-quicktime.xml:
5912         * docs/plugins/inspect/plugin-rawparse.xml:
5913         * docs/plugins/inspect/plugin-replaygain.xml:
5914         * docs/plugins/inspect/plugin-sdl.xml:
5915         * docs/plugins/inspect/plugin-soundtouch.xml:
5916         * docs/plugins/inspect/plugin-soup.xml:
5917         * docs/plugins/inspect/plugin-spcdec.xml:
5918         * docs/plugins/inspect/plugin-spectrum.xml:
5919         * docs/plugins/inspect/plugin-speed.xml:
5920         * docs/plugins/inspect/plugin-speexresample.xml:
5921         * docs/plugins/inspect/plugin-switch.xml:
5922         * docs/plugins/inspect/plugin-videocrop.xml:
5923         Regenerate everything for the documentation changes we had.
5924
5925 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
5926
5927         * ext/gio/gstgiobasesink.c: (close_stream_cb),
5928         (gst_gio_base_sink_stop), (gst_gio_base_sink_event),
5929         (gst_gio_base_sink_render), (gst_gio_base_sink_set_stream):
5930         * ext/gio/gstgiobasesrc.c: (close_stream_cb),
5931         (gst_gio_base_src_stop), (gst_gio_base_src_create),
5932         (gst_gio_base_src_set_stream):
5933         Use async variants of the close stream functions to prevent blocking
5934         for a long time there and add some more sanity checks for a correct
5935         stream.
5936
5937 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
5938
5939         * tests/icles/Makefile.am:
5940         Move -Wl parameter from _LDADD to _LDFLAGS to fix autogen.sh.
5941
5942 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
5943
5944         Patch by: Wouter Cloetens <wouter at mind dot be>
5945
5946         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_init):
5947         Let the proxy property default to the content of the $http_proxy
5948         environment variable.
5949
5950 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
5951
5952         Patch by: Wouter Cloetens <wouter at mind dot be>
5953
5954         * tests/check/test-cert.pem:
5955         * tests/check/test-key.pem:
5956         Add missing files for the unit test.
5957
5958 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
5959
5960         Patch by: Wouter Cloetens <wouter at mind dot be>
5961
5962         * docs/plugins/Makefile.am:
5963         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5964         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5965         Add souphttpsrc to the docs.
5966
5967         * configure.ac:
5968         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_class_init),
5969         (gst_souphttp_src_init), (gst_souphttp_src_dispose),
5970         (gst_souphttp_src_set_property), (gst_souphttp_src_get_property),
5971         (gst_souphttp_src_cancel_message),
5972         (gst_souphttp_src_queue_message),
5973         (gst_souphttp_src_add_range_header),
5974         (gst_souphttp_src_session_unpause_message),
5975         (gst_souphttp_src_session_pause_message),
5976         (gst_souphttp_src_session_close),
5977         (gst_souphttp_src_got_headers_cb), (gst_souphttp_src_got_body_cb),
5978         (gst_souphttp_src_finished_cb), (gst_souphttp_src_got_chunk_cb),
5979         (gst_souphttp_src_response_cb), (gst_souphttp_src_parse_status),
5980         (gst_souphttp_src_create), (gst_souphttp_src_start),
5981         (gst_souphttp_src_stop), (gst_souphttp_src_unlock),
5982         (gst_souphttp_src_unlock_stop), (gst_souphttp_src_get_size),
5983         (gst_souphttp_src_is_seekable), (gst_souphttp_src_do_seek),
5984         (gst_souphttp_src_set_location), (gst_souphttp_src_set_proxy),
5985         (plugin_init):
5986         * ext/soup/gstsouphttpsrc.h:
5987         Add support for libsoup2.4 and require it. Also implement redirection
5988         and manual proxy specification. Fixes bug #510708.
5989
5990         * tests/check/Makefile.am:
5991         * tests/check/elements/.cvsignore:
5992         * tests/check/elements/souphttpsrc.c:
5993         Add unit test for souphttpsrc.
5994
5995 2008-01-30  Edgard Lima  <edgard.lima@indt.org.br>
5996
5997         * ext/Makefile.am:
5998         * ext/metadata/TODO:
5999         * ext/metadata/gstbasemetadata.c:
6000         * ext/metadata/gstbasemetadata.h:
6001         * ext/metadata/metadatamuxjpeg.c:
6002         * ext/metadata/metadatamuxjpeg.h:
6003         * ext/metadata/metadatamuxpng.c:
6004         * ext/metadata/metadatamuxpng.h:
6005         * ext/metadata/metadataparsejpeg.c:
6006         * ext/metadata/metadataparsepng.c:
6007         * tests/icles/Makefile.am:
6008           Add documentation. Fix test app compilation. Fix pull mode.
6009
6010 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
6011
6012         Patch by: Thijs Vermeir  <thijsvermeir at gmail dot com>
6013
6014         * gst/rtpmanager/gstrtpjitterbuffer.c:
6015         (gst_rtp_jitter_buffer_chain):
6016         Try to get the new clock-rate from the buffer caps when we receive a new
6017         payload type instead of always firing the signal. Fixes #512774.
6018
6019 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
6020
6021         * ext/mpeg2enc/gstmpeg2enc.cc:
6022         Define LOG_NONE and friends if they're not defined yet. mjpegtools
6023         1.9.0rc3 removed their definitions but without it doesn't make much
6024         sense to write a log handler.
6025
6026 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6027
6028         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6029         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6030         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
6031         * docs/plugins/gst-plugins-bad-plugins.types:
6032           Add base classes for metadata and equalizer (no introspection yet).
6033
6034 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6035
6036         * ext/metadata/README:
6037           Formatting.
6038         * tests/icles/metadata_editor.c:
6039           Include stdlib.h.
6040
6041 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6042
6043         * configure.ac:
6044         * docs/plugins/Makefile.am:
6045         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6046         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6047         * docs/plugins/gst-plugins-bad-plugins.args:
6048         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
6049         * docs/plugins/gst-plugins-bad-plugins.interfaces:
6050         * docs/plugins/gst-plugins-bad-plugins.signals:
6051         * docs/plugins/inspect/plugin-metadata.xml:
6052         * docs/plugins/inspect/plugin-selector.xml:
6053         * docs/plugins/inspect/plugin-soundtouch.xml:
6054         * docs/plugins/inspect/plugin-switch.xml:
6055         * gst/selector/.cvsignore:
6056         * gst/selector/Makefile.am:
6057         * gst/selector/gstinputselector.c:
6058         * gst/selector/gstinputselector.h:
6059         * gst/selector/gstoutputselector.c:
6060         * gst/selector/gstoutputselector.h:
6061         * gst/selector/gstselector-marshal.list:
6062         * gst/selector/gstselector.c:
6063         * gst/selector/selector.vcproj:
6064         * gst/switch/.cvsignore:
6065         * gst/switch/Makefile.am:
6066         * gst/switch/gstswitch-marshal.list:
6067         * gst/switch/gstswitch.c:
6068         * gst/switch/gstswitch.h:
6069         * gst/switch/switch.vcproj:
6070         * tests/icles/.cvsignore:
6071         * tests/icles/Makefile.am:
6072         * tests/icles/output-selector-test.c:
6073           Replace the switch plugin with the selector plugin. Add output-
6074           selector as the opposite of input-selectoo (was switch). Add a test
6075           for output-selector. Add docs for the elements. The vcproj needs
6076           update. Fixes #500142.
6077
6078 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
6079
6080         * gst/h264parse/gsth264parse.c: (gst_h264_parse_chain_forward):
6081           Try to avoid 'unused variable' compiler warning if debugging is
6082           disabled (not bullet proof, but seems to do for now). (#512654)
6083
6084 2008-01-28  Sebastian Dröge  <slomo@circular-chaos.org>
6085
6086         * ext/soundtouch/gstbpmdetect.cc:
6087         Clean up a bit and only allocate a temporary buffer for the data
6088         if processing stereo data as BPMDetect downmixes from stereo to
6089         mono and stores the result in the input data. Thanks to
6090         Stefan Kost for the suggestions.
6091
6092 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
6093
6094         * ext/soundtouch/gstpitch.cc:
6095         Cast a double to a GstClockTimeDiff to fix a compiler warning.
6096
6097 2008-01-27  Stefan Kost  <ensonic@users.sf.net>
6098
6099         * tests/icles/metadata_editor.c:
6100           Printf format fix.
6101
6102 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
6103
6104         * ext/soundtouch/gstpitch.cc:
6105         Don't send a LATENCY event for now until we get the usage right.
6106
6107 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
6108
6109         * ext/soundtouch/gstpitch.cc:
6110         * ext/soundtouch/gstpitch.hh:
6111         Implement LATENCY query and notify about latency changes.
6112         Unfortunately we don't have a fixed latency but it changes
6113         a bit with each buffer so we only send an LATENCY event with
6114         the maximum latency if it changes.
6115
6116         Always calculate the timestamp, duration, etc from the sample
6117         rate instead of using a pre-calculated duration for one sample
6118         to prevent large rounding errors.
6119
6120 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
6121
6122         Based on a patch by:
6123             Hans de Goede <j dot w dot r dot degoede at hhs dot nl>
6124
6125         * configure.ac:
6126         * ext/mpeg2enc/gstmpeg2encoder.cc:
6127         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
6128         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
6129         Add support for building against mjpegtools 1.9 while keeping
6130         compatiblity with older versions.
6131
6132 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
6133
6134         * ext/soundtouch/gstbpmdetect.cc:
6135         Only consider a BPM value above 1.0 as valid.
6136
6137 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
6138
6139         * ext/soundtouch/Makefile.am:
6140         * ext/soundtouch/gstbpmdetect.cc:
6141         * ext/soundtouch/gstbpmdetect.hh:
6142         * ext/soundtouch/plugin.c: (plugin_init):
6143         Add BPM detection plugin based on SoundTouch's libBPM.
6144
6145         * ext/soundtouch/gstpitch.cc:
6146         Allow sample rates until MAX instead of only 48kHz and remove the
6147         buffer-frames field from that caps.
6148         Clear the remaining samples completely when necessary to get into
6149         a clean state again.
6150
6151 2008-01-26  Sebastian Dröge  <slomo@circular-chaos.org>
6152
6153         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init):
6154         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init):
6155         Don't implement get_unit_size() ourselves, the GstAudioFilter base
6156         class already does this for us.
6157
6158 2008-01-26  Sebastian Dröge  <slomo@circular-chaos.org>
6159
6160         * ext/soundtouch/gstpitch.cc:
6161         Allow seeking only in TIME and DEFAULT format, other formats will
6162         not work as expected. Also handle a stop position of -1 correctly
6163         for seeks, newsegment events and the queries. This fixes playback
6164         with the pitch element if upstream doesn't know the duration or has
6165         -1 as stop position in NEWSEGMENT events for other reasons. Before
6166         simply nothing was played as the segment was going from 0 to 0.
6167
6168         Send a GST_MESSAGE_DURATION whenever the rate or tempo is changed
6169         so applications can update their cached duration. Fixes bug #503308.
6170
6171         Some random cleanup and memory leak closing.
6172
6173 2008-01-26  Sebastian Dröge  <slomo@circular-chaos.org>
6174
6175         * ext/musepack/gstmusepackdec.h:
6176         * ext/musepack/gstmusepackreader.c:
6177         First include the libmpcdec headers before everything else as they
6178         #define TRUE and FALSE unconditionally and we otherwise get conflicts
6179         with the ones that GLib defines.
6180
6181 2008-01-26  Sebastian Dröge  <slomo@circular-chaos.org>
6182
6183         * configure.ac:
6184         * ext/soundtouch/gstpitch.cc:
6185         Add support for libsoundtouch 1.3.1 and add an ugly workaround for
6186         the header definined PACKAGE and other variables for which we need
6187         our own values from config.h.
6188
6189 2008-01-26  Tim-Philipp Müller  <tim at centricular dot net>
6190
6191         * configure.ac:
6192           Check for libglade-2.0, for the metadata-editor example.
6193
6194         * tests/icles/Makefile.am:
6195           Only try to build the metadata-editor example if we have gtk and
6196           glade (otherwise the build would just fail ...); fix build in
6197           uninstalled setup.
6198
6199         * tests/icles/metadata_editor.c: (on_cell_edited), (ui_add_columns):
6200           Fix compiler warnings (use GLib macros to cast pointer <-> int).
6201
6202 2008-01-25  Edgard Lima  <edgard.lima@indt.org.br>
6203
6204         * ext/metadata/TODO:
6205         * ext/metadata/gstbasemetadata.c:
6206         * ext/metadata/metadata.c:
6207         * ext/metadata/metadata.h:
6208         * ext/metadata/metadataexif.c:
6209         * ext/metadata/metadataexif.h:
6210         * ext/metadata/metadataiptc.c:
6211         * ext/metadata/metadataiptc.h:
6212         * ext/metadata/metadataparsejpeg.c:
6213         * ext/metadata/metadataparsejpeg.h:
6214         * ext/metadata/metadataparsepng.c:
6215         * ext/metadata/metadataparsepng.h:
6216         * ext/metadata/metadataparseutil.c:
6217         * ext/metadata/metadataparseutil.h:
6218         * ext/metadata/metadatatags.c:
6219         * ext/metadata/metadatatags.h:
6220         * ext/metadata/metadatatypes.c:
6221         * ext/metadata/metadatatypes.h:
6222         * ext/metadata/metadataxmp.c:
6223         * ext/metadata/metadataxmp.h:
6224         * ext/metadata/test/Makefile:
6225         * ext/metadata/test/MetadataEditorMain.glade:
6226         * ext/metadata/test/metadata_editor.c:
6227         * tests/icles/Makefile.am:
6228         * tests/icles/metadata_editor.c:
6229         * tests/icles/metadata_editor.glade:
6230           Add lot of documentation.
6231
6232 2008-01-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6233
6234         * sys/dvb/gstdvbsrc.c:
6235         Open frontend in NULL->READY so caps about dvb adapter can be
6236         seen by the app.
6237
6238 2008-01-25  Wim Taymans  <wim.taymans@collabora.co.uk>
6239
6240         Patch by: Olivier Crete <tester@tester.ca>
6241
6242         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_associate),
6243         (create_stream), (payload_type_change), (new_ssrc_pad_found):
6244         Also handle lip-sync when the clock-rate is not provided with caps but
6245         with a signal.
6246
6247 2008-01-25  Wim Taymans  <wim.taymans@collabora.co.uk>
6248
6249         Patch by: Olivier Crete <tester@tester.ca>
6250
6251         * gst/rtpmanager/gstrtpjitterbuffer.c:
6252         (gst_jitter_buffer_sink_parse_caps), (gst_rtp_jitter_buffer_chain):
6253         * gst/rtpmanager/rtpjitterbuffer.c: (calculate_skew),
6254         (rtp_jitter_buffer_insert):
6255         * gst/rtpmanager/rtpjitterbuffer.h:
6256         Remove the fixed clock-rate from the jitterbuffer and extend it so that
6257         a clock-rate can be provided with each buffer instead. Fixes #511686.
6258
6259 2008-01-25  Wim Taymans  <wim.taymans@collabora.co.uk>
6260
6261         Patch by: Olivier Crete <tester@tester.ca>
6262
6263         * gst/rtpmanager/gstrtpjitterbuffer.c:
6264         (gst_rtp_jitter_buffer_init), (gst_rtp_jitter_buffer_change_state),
6265         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
6266         Remove old unused variable.
6267         Track pt on input buffers and get the clock-rate when it changes.
6268         Ignore packets with unknown clock-rate. Fixes #511146.
6269
6270 2008-01-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6271
6272         * sys/dvb/gstdvbsrc.c:
6273         Post bus message about adapter type and it's capabilities,
6274         when opening the frontend.
6275         After failing to read from the dvr, post a bus message to
6276         inform the app.
6277
6278 2008-01-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6279
6280         * gst/mpegtsparse/mpegtspacketizer.c:
6281         The logic for the guard interval calculation was totally wrong.
6282         Fixed.
6283
6284 2008-01-24  David Schleef  <ds@schleef.org>
6285
6286         Patch by: Olivier Crete <tester@tester.ca>
6287
6288         * gst/rtpmanager/rtpsource.c: Fix unref of buffer using the
6289           wrong function.  Fixes #511920
6290
6291 2008-01-24  Stefan Kost  <ensonic@users.sf.net>
6292
6293         * docs/plugins/Makefile.am:
6294         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6295         * docs/plugins/gst-plugins-bad-plugins.args:
6296         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
6297         * docs/plugins/gst-plugins-bad-plugins.interfaces:
6298         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
6299         * docs/plugins/gst-plugins-bad-plugins.signals:
6300           Now we have full hierarchy.
6301
6302         * docs/plugins/inspect/plugin-metadata.xml:
6303           Regenerate.
6304
6305         * ext/amrwb/gstamrwbdec.h:
6306           Add doc blob for object instance.
6307
6308 2008-01-24  Tim-Philipp Müller  <tim at centricular dot net>
6309
6310         * docs/plugins/gst-plugins-bad-plugins.args:
6311         * docs/plugins/inspect/plugin-metadata.xml:
6312           Update this too, hopefully fixes the docs build (does at least
6313           for me, after make clean in docs/plugins).
6314
6315 2008-01-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6316
6317         * gst/mpegtsparse/gstmpegdesc.h:
6318         * gst/mpegtsparse/mpegtspacketizer.c:
6319         Fix network name descriptor, the length is actually the
6320         descriptor length not stored in the byte after.
6321         Fix bounds checking to be more correct.
6322
6323 2008-01-23  Edgard Lima  <edgard.lima@indt.org.br>
6324
6325         * docs/plugins/Makefile.am:
6326         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6327         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6328         * ext/metadata/TODO:
6329         * ext/metadata/gstbasemetadata.c:
6330         * ext/metadata/gstbasemetadata.h:
6331         * ext/metadata/gstmetadatademux.c:
6332         * ext/metadata/gstmetadatademux.h:
6333         * ext/metadata/gstmetadatamux.c:
6334         * ext/metadata/gstmetadatamux.h:
6335         * ext/metadata/metadatatags.c:
6336           Add some documentation.
6337
6338 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6339
6340         * configure.ac:
6341         * ext/dts/gstdtsdec.c:
6342         Add support for building against libdca (with the libdts compat
6343         header). Fixes bug #511530.
6344
6345         Should probably be ported to libdca as some points as it's the
6346         successor of libdts.
6347
6348 2008-01-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6349
6350         * sys/dvb/gstdvbsrc.c:
6351         Do not go on forever if problem with reading from dvr, rather
6352         return NULL.
6353         Handle some cleanup issues of closing filedescriptors when
6354         failing to tune or similar.
6355
6356 2008-01-23 Christian Schaller <christian.schaller@collabora.co.uk>
6357
6358         * gst/rawparse/Makefile.am: Add missing header files to noinst_headers
6359         * gst-plugins-bad.spec: update for latest changes
6360
6361 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6362
6363         * docs/plugins/Makefile.am:
6364         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6365         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6366         * gst/xingheader/gstxingmux.c:
6367         * gst/xingheader/gstxingmux.h:
6368         Add documentation for the xingheader plugin.
6369
6370         * tests/check/elements/xingmux.c: (GST_START_TEST):
6371         Set element state to PLAYING before doing something else.
6372
6373 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6374
6375         * tests/check/Makefile.am:
6376         * tests/check/elements/.cvsignore:
6377         * tests/check/elements/xingmux.c: (setup_xingmux),
6378         (cleanup_xingmux), (GST_START_TEST), (xingmux_suite), (main):
6379         * tests/check/elements/xingmux_testdata.h:
6380         Add simple unit test for the xingmux element.
6381
6382         * gst/xingheader/gstxingmux.c: (generate_xing_header),
6383         (gst_xing_mux_finalize), (xing_reset):
6384         Fix a memleak and invalid seek tables with less than 100 MP3 frames.
6385
6386 2008-01-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6387
6388         * gst/mpegtsparse/gstmpegdesc.h:
6389         * gst/mpegtsparse/mpegtspacketizer.c:
6390         Parsed the satellite delivery system descriptor and
6391         added into nit's transport structure for delivery
6392         over the bus.
6393
6394 2008-01-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6395
6396         * gst/mpegtsparse/mpegtspacketizer.c:
6397         Parsed and added network name to the nit structure sent
6398         in the bus message.
6399
6400 2008-01-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6401
6402         * gst/mpegtsparse/mpegtspacketizer.c:
6403         Remove leaks introduced by not freeing g_strndup'd strings.
6404         Fix start_time and duration parsing in EIT.
6405
6406 2008-01-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6407
6408         * gst/mpegtsparse/mpegtspacketizer.c:
6409         Add event name and description to the eit structure
6410         sent in the bus message.
6411
6412 2008-01-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6413
6414         * gst/mpegtsparse/mpegtsparse.c:
6415         Revert const removal from previous commit.
6416
6417 2008-01-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6418
6419         * gst/mpegtsparse/Makefile.am:
6420         * gst/mpegtsparse/gstmpegdesc.c:
6421         * gst/mpegtsparse/gstmpegdesc.h:
6422         * gst/mpegtsparse/mpegtspacketizer.c:
6423         * gst/mpegtsparse/mpegtsparse.c:
6424         Added descriptor searching infrastructure from Fluendo TS demuxer.
6425         Add channel name and provider to the sdt structure sent in the
6426         bus message.
6427
6428 2008-01-22  Julien Moutte  <julien@fluendo.com>
6429
6430         * gst/h264parse/gsth264parse.c: (gst_h264_parse_chain_forward):
6431         Parse NAL units in forward mode to mark delta units flags.
6432
6433 2008-01-22  Stefan Kost  <ensonic@users.sf.net>
6434
6435         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6436         * docs/plugins/gst-plugins-bad-plugins.args:
6437         * docs/plugins/inspect/plugin-mpeg2enc.xml:
6438         * docs/plugins/inspect/plugin-musepack.xml:
6439           Regenerate.
6440   
6441         * docs/plugins/inspect/plugin-tremor.xml:
6442           Add vorbisidec aka trmor.
6443
6444         * ext/dc1394/gstdc1394.c:
6445           Add short description.
6446
6447 2008-01-22  Stefan Kost  <ensonic@users.sf.net>
6448
6449         * docs/plugins/Makefile.am:
6450           Add missing eol \
6451
6452         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6453           Place object names to standard sectionas plugin dont document those.
6454
6455         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6456         * docs/plugins/gst-plugins-bad-plugins.args:
6457         * docs/plugins/gst-plugins-bad-plugins.signals:
6458         * docs/plugins/inspect/plugin-dvb.xml:
6459         * docs/plugins/inspect/plugin-nuvdemux.xml:
6460           regenerate.
6461           
6462         * ext/ivorbis/vorbisdec.c:
6463         * ext/ivorbis/vorbisdec.h:
6464           Mark private vars and add short desc.
6465
6466         * ext/mythtv/gstmythtvsrc.c:
6467         * ext/theora/theoradec.c:
6468           Add short desc.
6469
6470 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6471
6472         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6473         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6474         * gst/nuvdemux/gstnuvdemux.c:
6475           One less to do. Its 'nuv' not 'nvu'. As an extra bonus I mention what
6476           it actually is.
6477
6478 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6479
6480         * docs/plugins/Makefile.am:
6481         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6482         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6483           Update lists again. Those whole can build ivorbisdec, mythtvsrc,
6484           nvudemux and theoradecexp, please commit the inspect/plugin-xxx.xml.
6485
6486         * docs/plugins/inspect/plugin-gstinterlace.xml:
6487         * docs/plugins/inspect/plugin-rawparse.xml
6488         * docs/plugins/inspect/plugin-videoparse.xml:
6489           Replace videoparse with rawparse.
6490
6491         * gst/dvdspu/gstdvdspu.h:
6492           Help gtk-doc to recognize the object struct.
6493
6494 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6495
6496         * gst/librfb/rfbdecoder.c:
6497         * gst/librfb/rfbdecoder.h:
6498           Don't use gtk-doc comment style for non gtk-doc comments.
6499           Make one static function static.
6500
6501 2008-01-21  Wim Taymans  <wim.taymans@collabora.co.uk>
6502
6503         Patch by: Gabriel Bouvigne <bouvigne at mp3-tech dot org>
6504
6505         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_class_init),
6506         (gst_deinterlace_init), (gst_deinterlace_set_caps),
6507         (gst_deinterlace_transform_ip), (gst_deinterlace_set_property),
6508         (gst_deinterlace_get_property):
6509         * gst/deinterlace/gstdeinterlace.h:
6510         Provide 4:2:2 support
6511         Also deinterlace chroma planes
6512         Allow to turn on/off deinterlacing
6513         Change of default thresholds, in order to provide acceptable results
6514         with default params. Fixes #511001.
6515
6516 2008-01-21  Tim-Philipp Müller  <tim at centricular dot net>
6517
6518         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6519           Update docs file too.
6520
6521 2008-01-21  Tim-Philipp Müller  <tim at centricular dot net>
6522
6523         * gst/dvdspu/gstdvdspu-render.c: (gst_dvd_spu_render_spu):
6524         * gst/dvdspu/gstdvdspu.c: (dvdspu_debug), (GST_CAT_DEFAULT),
6525           (subpic_sink_factory), (gst_dvd_spu_base_init),
6526           (gst_dvd_spu_class_init), (gst_dvd_spu_init), (gst_dvd_spu_clear),
6527           (gst_dvd_spu_dispose), (gst_dvd_spu_finalize),
6528           (gst_dvd_spu_flush_spu_info), (gst_dvd_spu_buffer_alloc),
6529           (gst_dvd_spu_src_event), (gst_dvd_spu_video_set_caps),
6530           (gst_dvd_spu_video_proxy_getcaps), (gst_dvd_spu_video_event),
6531           (gst_dvd_spu_video_chain), (dvspu_handle_vid_buffer),
6532           (gst_dvd_spu_redraw_still), (gst_dvd_spu_parse_chg_colcon),
6533           (gst_dvd_spu_exec_cmd_blk), (gst_dvd_spu_finish_spu_buf),
6534           (gst_dvd_spu_setup_cmd_blk), (gst_dvd_spu_handle_new_spu_buf),
6535           (gst_dvd_spu_handle_dvd_event), (gst_dvd_spu_advance_spu),
6536           (gst_dvd_spu_check_still_updates), (gst_dvd_spu_subpic_chain),
6537           (gst_dvd_spu_subpic_event), (gst_dvd_spu_change_state),
6538           (gst_dvd_spu_plugin_init):
6539         * gst/dvdspu/gstdvdspu.h: (GST_TYPE_DVD_SPU):
6540           Fix up dvdspu element again after previous namespace mangling:
6541           rename debug category variable to old name, matching that in
6542           dvdspu-render.c, to avoid undefined symbol error when loading
6543           the module; same for the _render function in dvdspu-render.c:
6544           we must use the same name in both .c files; change functions
6545           now called gstgst_* back to gst_* again; and while we're at it,
6546           we may as well canonicalise the namespace properly, namely to
6547           gst_dvd_spu_*.
6548
6549 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6550
6551         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6552         * ext/theora/theoradec.c:
6553         * ext/theora/theoradec.h:
6554           Coherent namespace usage and adding symbold from unused to sections.
6555
6556 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6557
6558         * docs/plugins/Makefile.am:
6559         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6560           Add symbols from -unused.txt to the right place.
6561
6562         * gst/dvdspu/gstdvdspu.c:
6563         * gst/dvdspu/gstdvdspu.h:
6564           Coherent namespace usage.
6565
6566         * gst/spectrum/gstspectrum.c:
6567           Fix broken XML fragment in doc snippet even more.
6568
6569 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6570
6571         * docs/plugins/Makefile.am:
6572           Update include list.
6573
6574         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6575           Update xml includes.
6576
6577         * docs/plugins/inspect/plugin-alsaspdif.xml:
6578         * docs/plugins/inspect/plugin-amrwb.xml:
6579         * docs/plugins/inspect/plugin-bayer.xml:
6580         * docs/plugins/inspect/plugin-bz2.xml:
6581         * docs/plugins/inspect/plugin-cdxaparse.xml:
6582         * docs/plugins/inspect/plugin-dtsdec.xml:
6583         * docs/plugins/inspect/plugin-dvbsrc.xml:
6584         * docs/plugins/inspect/plugin-dvdspu.xml:
6585         * docs/plugins/inspect/plugin-equalizer.xml:
6586         * docs/plugins/inspect/plugin-faac.xml:
6587         * docs/plugins/inspect/plugin-faad.xml:
6588         * docs/plugins/inspect/plugin-fbdevsink.xml:
6589         * docs/plugins/inspect/plugin-festival.xml:
6590         * docs/plugins/inspect/plugin-filter.xml:
6591         * docs/plugins/inspect/plugin-flvdemux.xml:
6592         * docs/plugins/inspect/plugin-freeze.xml:
6593         * docs/plugins/inspect/plugin-gsm.xml:
6594         * docs/plugins/inspect/plugin-gstinterlace.xml:
6595         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
6596         * docs/plugins/inspect/plugin-h264parse.xml:
6597         * docs/plugins/inspect/plugin-interleave.xml:
6598         * docs/plugins/inspect/plugin-ladspa.xml:
6599         * docs/plugins/inspect/plugin-metadata.xml:
6600         * docs/plugins/inspect/plugin-modplug.xml:
6601         * docs/plugins/inspect/plugin-mpeg4videoparse.xml:
6602         * docs/plugins/inspect/plugin-mpegtsparse.xml:
6603         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
6604         * docs/plugins/inspect/plugin-musicbrainz.xml:
6605         * docs/plugins/inspect/plugin-mve.xml:
6606         * docs/plugins/inspect/plugin-nsfdec.xml:
6607         * docs/plugins/inspect/plugin-nuvdemux.xml:
6608         * docs/plugins/inspect/plugin-qtdemux.xml:
6609         * docs/plugins/inspect/plugin-quicktime.xml:
6610         * docs/plugins/inspect/plugin-real.xml:
6611         * docs/plugins/inspect/plugin-replaygain.xml:
6612         * docs/plugins/inspect/plugin-sdl.xml:
6613         * docs/plugins/inspect/plugin-sdp.xml:
6614         * docs/plugins/inspect/plugin-spectrum.xml:
6615         * docs/plugins/inspect/plugin-speed.xml:
6616         * docs/plugins/inspect/plugin-speexresample.xml:
6617         * docs/plugins/inspect/plugin-stereo.xml:
6618         * docs/plugins/inspect/plugin-switch.xml:
6619         * docs/plugins/inspect/plugin-timidity.xml:
6620         * docs/plugins/inspect/plugin-tta.xml:
6621         * docs/plugins/inspect/plugin-videocrop.xml:
6622         * docs/plugins/inspect/plugin-videoparse.xml:
6623         * docs/plugins/inspect/plugin-videosignal.xml:
6624         * docs/plugins/inspect/plugin-vmnc.xml:
6625         * docs/plugins/inspect/plugin-wildmidi.xml:
6626         * docs/plugins/inspect/plugin-x264.xml:
6627         * docs/plugins/inspect/plugin-xingheader.xml:
6628         * docs/plugins/inspect/plugin-xvid.xml:
6629         * docs/plugins/inspect/plugin-y4menc.xml:
6630           Regenerate files.
6631
6632         * gst/spectrum/gstspectrum.c:
6633           Fix broken XML fragment in doc snippet.
6634
6635         * tests/check/elements/.cvsignore:
6636           Add test binary to ignores.
6637
6638 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6639
6640         * gst/h264parse/gsth264parse.c:
6641           Fix the build. GST_TIME_ARGS takes a timestamp not a buffer.
6642
6643 2008-01-20  Sebastian Dröge  <slomo@circular-chaos.org>
6644
6645         Patch by: Wouter Cloetens <wouter at mind dot be>
6646
6647         * ext/soup/gstsouphttpsrc.c: (soup_got_headers):
6648         Report the size of the stream as the total size instead of
6649         the remaining Content-Length, which is wrong after a seek.
6650
6651 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
6652
6653         * gst/rawparse/gstrawparse.c: (gst_raw_parse_push_buffer),
6654         (gst_raw_parse_loop):
6655         Handle framesizes > 4096 with multiple frames per buffer correctly
6656         in pull mode and handle short reads better.
6657         Also put offset and offset_end on outgoing buffers.
6658
6659 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
6660
6661         * gst/rawparse/gstrawparse.c: (gst_raw_parse_loop):
6662         Improve handling of unknown or too small upstream sizes in
6663         pull mode.
6664
6665 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
6666
6667         * gst/rawparse/gstrawparse.c: (gst_raw_parse_loop),
6668         (gst_raw_parse_handle_seek_push):
6669         Improve debugging a bit and for handling multiple frames per buffer
6670         in pull mode choose the next smallest multiply of framesize below
6671         4096 instead of always handling 1024 frames.
6672
6673 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
6674
6675         Patch by: Wouter Cloetens <wouter at mind dot be>
6676
6677         * ext/soup/gstsouphttpsrc.c: (soup_got_headers):
6678         Correctly set duration on the GstBaseSrc segment when we know it
6679         to fix failing the duration query.
6680
6681 2008-01-18  Wim Taymans  <wim.taymans@collabora.co.uk>
6682
6683         * gst/h264parse/gsth264parse.c: (gst_h264_parse_flush_decode),
6684         (gst_h264_parse_queue_buffer), (gst_h264_parse_chain_reverse):
6685         Set timestamps more correctly.
6686
6687 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
6688
6689         * gst/rawparse/gstrawparse.c: (gst_raw_parse_class_init),
6690         (gst_raw_parse_init), (gst_raw_parse_reset),
6691         (gst_raw_parse_set_src_caps), (gst_raw_parse_push_buffer),
6692         (gst_raw_parse_chain), (gst_raw_parse_loop),
6693         (gst_raw_parse_sink_activate), (gst_raw_parse_sink_activatepull),
6694         (gst_raw_parse_change_state), (gst_raw_parse_sink_event),
6695         (gst_raw_parse_handle_seek_push), (gst_raw_parse_handle_seek_pull),
6696         (gst_raw_parse_src_event), (gst_raw_parse_src_query):
6697         * gst/rawparse/gstrawparse.h:
6698         Implement pull mode.
6699
6700 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
6701
6702         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
6703         Fix memory leak spotted by the unit test.
6704
6705 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
6706
6707         * tests/check/Makefile.am:
6708         Enable spectrum test again.
6709
6710         * tests/check/gst-plugins-bad.supp:
6711         Add suppressions for a singleton in GIO that can't be freed.
6712
6713 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
6714
6715         * tests/check/Makefile.am:
6716         * tests/check/elements/.cvsignore:
6717         * tests/check/elements/equalizer.c: (setup_equalizer),
6718         (cleanup_equalizer), (GST_START_TEST), (equalizer_suite), (main):
6719         Add some minimal tests for the equalizer plugin.
6720
6721 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
6722
6723         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_finalize):
6724         Unparent all bands from the equalizer when finalizing to stop
6725         leaking them.
6726
6727 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
6728
6729         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_uri_get_protocols):
6730         Add support for WebDAV.
6731
6732 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
6733
6734         Patch by: Wouter Cloetens <wouter at mind dot be>
6735
6736         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_class_init),
6737         (gst_souphttp_src_init), (gst_souphttp_src_create),
6738         (gst_souphttp_src_is_seekable), (gst_souphttp_src_do_seek),
6739         (soup_add_range_header), (soup_got_headers), (soup_got_chunk):
6740         * ext/soup/gstsouphttpsrc.h:
6741         Add support for seeking to souphttpsrc. Fixes bug #502335.
6742
6743 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
6744
6745         * gst/h264parse/gsth264parse.c: (gst_h264_parse_clear_queues),
6746         (gst_h264_parse_flush_decode), (gst_h264_parse_queue_buffer),
6747         (gst_h264_parse_find_start_reverse),
6748         (gst_h264_parse_chain_reverse), (gst_h264_parse_chain):
6749         * gst/h264parse/gsth264parse.h:
6750         Improve debugging.
6751         Fix buffer splitting at sync codes and leftover buffer after
6752         scanning.
6753
6754 2008-01-17  Edgard Lima  <edgard.lima@indt.org.br>
6755
6756         * ext/metadata/TODO:
6757         * ext/metadata/metadataexif.c:
6758         * ext/metadata/metadataxmp.c:
6759           Fixed adding EXIF tags to correct IFD. Mapped some XMP tags.
6760
6761 2008-01-16  Wim Taymans  <wim.taymans@collabora.co.uk>
6762
6763         * gst/h264parse/gsth264parse.c: (gst_nal_list_new),
6764         (gst_nal_list_prepend_link), (gst_nal_list_delete_head),
6765         (gst_nal_bs_init), (gst_nal_bs_read), (gst_nal_bs_eos),
6766         (gst_nal_bs_read_ue), (gst_h264_parse_class_init),
6767         (gst_h264_parse_init), (gst_h264_parse_set_property),
6768         (gst_h264_parse_get_property), (gst_h264_parse_sink_setcaps),
6769         (gst_h264_parse_clear_queues), (gst_h264_parse_chain_forward),
6770         (gst_h264_parse_flush_decode), (gst_h264_parse_queue_buffer),
6771         (gst_h264_parse_find_start_reverse),
6772         (gst_h264_parse_chain_reverse), (gst_h264_parse_chain),
6773         (gst_h264_parse_sink_event), (gst_h264_parse_change_state):
6774         * gst/h264parse/gsth264parse.h:
6775         Add reverse playback support for containers that don't know how to
6776         properly send data between I-frames.
6777
6778 2008-01-16  Sebastian Dröge  <slomo@circular-chaos.org>
6779
6780         * configure.ac:
6781         * tests/check/pipelines/gio.c: (GST_START_TEST):
6782         Update for API changes in GIO and require GIO 2.15.2 for this.
6783
6784 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
6785
6786         * gst/xingheader/gstxingmux.c: (generate_xing_header):
6787         Bitrate is 4 bits, not 8 so check for 0xe as maximum value instead
6788         of 0xfe.
6789
6790 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
6791
6792         * gst/xingheader/gstxingmux.c: (generate_xing_header):
6793         Remove accidentially leftover debug printf.
6794
6795 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
6796
6797         * gst/xingheader/gstxingmux.c: (has_xing_header),
6798         (generate_xing_header), (gst_xing_mux_chain),
6799         (gst_xing_mux_sink_event):
6800         Choose smallest possible frame size for the Xing header, properly
6801         set the timestamp, duration and offset on the outgoing buffers,
6802         only send NEWSEGMENT events in BYTE format downstream and also
6803         drop VBRI headers if already existing.
6804
6805 2008-01-12  Sebastian Dröge  <slomo@circular-chaos.org>
6806
6807         * gst/xingheader/Makefile.am:
6808         * gst/xingheader/gstxingmux.c: (parse_header), (get_xing_offset),
6809         (has_xing_header), (generate_xing_header),
6810         (gst_xing_mux_base_init), (gst_xing_mux_finalize), (xing_reset),
6811         (gst_xing_mux_init), (gst_xing_mux_chain),
6812         (gst_xing_mux_sink_event), (gst_xing_mux_change_state):
6813         * gst/xingheader/gstxingmux.h:
6814         Major cleanup and rewrite of xingmux with less bugs and new features:
6815         - Handles other layers as 3
6816         - Write TOC
6817
6818 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
6819
6820         * tests/check/elements/rganalysis.c: (test_buffer_const_float_mono),
6821           (test_buffer_const_float_stereo), (test_buffer_const_int16_mono),
6822           (test_buffer_const_int16_stereo), (test_buffer_square_float_mono),
6823           (test_buffer_square_float_stereo), (test_buffer_square_int16_mono),
6824           (test_buffer_square_int16_stereo):
6825         * tests/check/elements/rglimiter.c: (create_test_buffer):
6826         * tests/check/elements/rgvolume.c: (test_buffer_new):
6827           It's "endianness", not "endianess". Fixes unit tests.
6828
6829 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6830
6831         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_clock_rate):
6832         If we find the caps in the cache, use it to parse the clock-rate instead
6833         of returning an error. Fixes a TODO as found by Youness Alaoui.
6834
6835 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6836
6837         Patch by: Youness Alaoui <youness dot alaoui at collabora dot co dot uk>
6838
6839         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_clock_rate):
6840         * gst/rtpmanager/rtpsession.c: (rtp_session_set_callbacks),
6841         (rtp_session_set_process_rtp_callback),
6842         (rtp_session_set_send_rtp_callback),
6843         (rtp_session_set_send_rtcp_callback),
6844         (rtp_session_set_sync_rtcp_callback),
6845         (rtp_session_set_clock_rate_callback),
6846         (rtp_session_set_reconsider_callback), (source_push_rtp),
6847         (source_clock_rate), (rtp_session_process_bye),
6848         (rtp_session_process_rtcp), (rtp_session_send_bye),
6849         (rtp_session_on_timeout):
6850         * gst/rtpmanager/rtpsession.h:
6851         Make it possible to use different user_data for each of the callbacks.
6852         Fixes #508587.
6853
6854 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6855
6856         * gst/mpegvideoparse/mpegpacketiser.c: (mpeg_util_find_start_code):
6857         Small meaningless cleanup.
6858
6859         * gst/mpegvideoparse/mpegvideoparse.c: (gst_mpegvideoparse_flush),
6860         (mpegvideoparse_drain_avail), (gst_mpegvideoparse_chain_forward),
6861         (scan_keyframe), (gst_mpegvideoparse_flush_decode),
6862         (gst_mpegvideoparse_chain_reverse), (gst_mpegvideoparse_chain),
6863         (mpv_parse_sink_event), (gst_mpegvideoparse_change_state):
6864         * gst/mpegvideoparse/mpegvideoparse.h:
6865         Track segment events.
6866         Do the first part of reverse playback by sending data between two
6867         I-frames to the decoder.
6868
6869 2008-01-10  Thijs Vermeir  <thijsvermeir@gmail.com>
6870
6871         * gst/rtpmanager/gstrtpbin.c:
6872         Fix documentation for latest patch
6873
6874 2008-01-10  Thijs Vermeir  <thijsvermeir@gmail.com>
6875
6876         * gst/rtpmanager/gstrtpbin.c:
6877         Allow request_new_pad with name NULL (bug #508515)
6878
6879 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
6880
6881         * autogen.sh:
6882           Add -Wno-portability to the automake parameters to stop warnings
6883           about GNU make extensions being used. We require GNU make in almost
6884           every Makefile anyway.
6885           
6886         * configure.ac:
6887           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
6888           at the same time is required for per target flags.
6889
6890 2008-01-09  Wim Taymans  <wim.taymans@collabora.co.uk>
6891
6892         * gst/rtpmanager/gstrtpsession.c: (create_send_rtp_sink):
6893         Don't set fixed caps, we can basically do everything the upsteam peer
6894         pad can renegotiate to. Fixes #507940.
6895
6896 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6897
6898         * Makefile.am:
6899           Include lcov.mak to allow building coverage reports. Add top-level
6900           check targets similar to other gst packages.
6901
6902 2008-01-06  David Schleef  <ds@schleef.org>
6903
6904         * ext/directfb/Makefile.am:
6905           Add GST_CFLAGS.  Otherwise we don't get -Wall -Werror.
6906         * ext/directfb/dfbvideosink.c:
6907           Getting tired of directfb's chatter.  Quiet it.
6908
6909 2008-01-06  David Schleef  <ds@schleef.org>
6910
6911         Patch by: Sean D'Epagnier <sean@depagnier.com>
6912
6913         * configure.ac:
6914         * sys/Makefile.am:
6915         * sys/fbdev/Makefile.am:
6916         * sys/fbdev/gstfbdevsink.c:
6917         * sys/fbdev/gstfbdevsink.h:
6918           Add fbdev-based video sink.  Linux-only.  See bug #506549.
6919
6920 2008-01-06  Sebastian Dröge  <slomo@circular-chaos.org>
6921
6922         * configure.ac:
6923         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
6924         * tests/check/pipelines/gio.c: (free_input), (GST_START_TEST):
6925         Update to GMemoryInputStream API changes in GLib SVN and require
6926         gio-2.0 >= 2.15.1 for this. Fixes bug #507584.
6927         We can also report the duration for every GSeekable, not only
6928         GFileInputStream and GMemoryInputStream.
6929
6930 2008-01-05  David Schleef  <ds@schleef.org>
6931
6932         * sys/glsink/glimagesink.c:
6933         * sys/glsink/glimagesink.h:
6934         * sys/glsink/gstglbuffer.h:
6935         * sys/glsink/gstgldisplay.c:
6936         * sys/glsink/gstgldisplay.h:
6937         * sys/glsink/gstglupload.c:
6938           Handle xoverlay exposes correctly.  This means glimagesink works
6939           correctly most of the time in totem (fullscreening being an
6940           execption).  Doesn't handle expose events directly to the GL
6941           window.
6942
6943 2008-01-05  David Schleef  <ds@schleef.org>
6944
6945         * sys/glsink/glextensions.c:
6946         * sys/glsink/glextensions.h:
6947         * sys/glsink/glimagesink.c:
6948         * sys/glsink/glimagesink.h:
6949         * sys/glsink/gstgldisplay.c:
6950         * sys/glsink/gstgldisplay.h:
6951         * sys/glsink/gstopengl.c:
6952           Reenable video/x-raw-rgb and x-raw-yuv for glimagesink.  Enable
6953           vblank synchronization.  Remove unused code.
6954
6955 2008-01-04  Wim Taymans  <wim.taymans@collabora.co.uk>
6956
6957         * gst/rtpmanager/gstrtpjitterbuffer.c:
6958         (gst_rtp_jitter_buffer_loop):
6959         Don't unref the popped buffer when we don't have ownership.
6960         Fixes #507020.
6961
6962 2008-01-03  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6963
6964         * gst/mpegtsparse/Makefile.am:
6965         * gst/mpegtsparse/flutspatinfo.c:
6966         * gst/mpegtsparse/flutspatinfo.h:
6967         * gst/mpegtsparse/flutspmtinfo.c:
6968         * gst/mpegtsparse/flutspmtinfo.h:
6969         * gst/mpegtsparse/flutspmtstreaminfo.c:
6970         * gst/mpegtsparse/flutspmtstreaminfo.h:
6971         Remove no longer needed files.
6972
6973 2008-01-02  David Schleef  <ds@schleef.org>
6974
6975         * tests/check/Makefile.am:
6976           Disable vcdsrc in states test because it takes too much time
6977           to get to PLAYING if it can find a device.
6978
6979 2007-12-31  David Schleef  <ds@schleef.org>
6980
6981         * ext/musicbrainz/gsttrm.c:
6982           Don't emit signiture when going to READY, because it might
6983           not be ready.
6984         * ext/nas/nassink.c:
6985           Remove useless call that sleeps for 5 seconds.  Yup, it calls
6986           sleep(1) 5 times.  Go NAS.
6987         * gst/librfb/gstrfbsrc.c:
6988         * gst/librfb/rfbdecoder.c:
6989           Initialize our debug categories properly.
6990         * gst/rawparse/gstrawparse.c:
6991           Don't register element details for a non-element.  Be much more
6992           rude when subclass doesn't set a pad template (assert!).  Don't
6993           unref the pad template; we don't own it.
6994         * gst/videosignal/gstvideoanalyse.c:
6995           Initialize debug category.
6996         * tests/check/Makefile.am:
6997           Ignore nassink element in tests because it has unavoidable
6998           long timeouts.
6999
7000 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
7001
7002         * gst/rtpmanager/gstrtpssrcdemux.c:
7003         (gst_rtp_ssrc_demux_change_state):
7004         Don't clean up pads when going to PAUSED.
7005
7006 2007-12-30  David Schleef  <ds@schleef.org>
7007
7008         * configure.ac:
7009         * sys/glsink/Makefile.am:
7010           Switch to using pkgconfig to detect libGL.  Since we use
7011           recent features added to Mesa, there's no point in adding
7012           a check for pre-pkgconfig versions.
7013
7014 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
7015
7016         * ext/ladspa/gstladspa.c: (gst_ladspa_get_property):
7017         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_show_frame):
7018         * gst/mve/gstmvemux.c: (gst_mve_mux_request_new_pad):
7019         * sys/dvb/dvbbasebin.c: (dvb_base_bin_class_init):
7020         Fix 'xyz may be used uninitialized' compiler warnings caused
7021         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
7022         abort() in any case but properly report the error.
7023
7024 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
7025
7026         * configure.ac:
7027         * ext/gio/gstgio.c:
7028         * ext/gio/gstgio.h:
7029         * ext/gio/gstgiobasesink.h:
7030         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
7031         * ext/gio/gstgiobasesrc.h:
7032         * ext/gio/gstgiosink.c: (gst_gio_sink_start):
7033         * ext/gio/gstgiosink.h:
7034         * ext/gio/gstgiosrc.h:
7035         * ext/gio/gstgiostreamsink.h:
7036         * ext/gio/gstgiostreamsrc.h:
7037         * tests/check/pipelines/gio.c:
7038         Update to latest API changes in GLib/GIO and require at least
7039         gio-2.0 2.15.0 for this.
7040         
7041         * ext/gio/Makefile.am:
7042         Add GST_PLUGIN_LDFLAGS to LDFLAGS.
7043
7044 2007-12-28  David Schleef  <ds@schleef.org>
7045
7046         * configure.ac:
7047         * sys/glsink/glextensions.c:
7048         * sys/glsink/glextensions.h:
7049         * sys/glsink/glimagesink.c:
7050         * sys/glsink/glimagesink.h:
7051         * sys/glsink/gstglbuffer.c:
7052         * sys/glsink/gstglbuffer.h:
7053         * sys/glsink/gstglconvert.c:
7054         * sys/glsink/gstgldisplay.c:
7055         * sys/glsink/gstgldisplay.h:
7056         * sys/glsink/gstgldownload.c:
7057         * sys/glsink/gstglfilter.c:
7058         * sys/glsink/gstglfilter.h:
7059         * sys/glsink/gstglfilterexample.c:
7060         * sys/glsink/gstgltestsrc.c:
7061         * sys/glsink/gstglupload.c:
7062           Major cleanup of code.  Convert glupload to BaseTransform.
7063           Handle caps negotiation mostly correctly.  Reenable in build.
7064
7065 2007-12-28  Tim-Philipp Müller  <tim at centricular dot net>
7066
7067         * ext/soup/Makefile.am:
7068         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_get_property),
7069           (gst_souphttp_src_unicodify), (soup_got_headers):
7070           Use gst_tag_freeform_string_to_utf8() and post radio station
7071           info as tags on the bus.
7072
7073 2007-12-26  David Schleef  <ds@schleef.org>
7074
7075         * sys/glsink/glimagesink.c:
7076         * sys/glsink/gstglupload.c:
7077           Change glimagesink over to using GL buffers.  This breaks
7078           glimagesink for normal operation, but should be fixed soon.
7079
7080 2007-12-26  David Schleef  <ds@schleef.org>
7081
7082         * sys/glsink/gltestsrc.c:
7083         * sys/glsink/gstglbuffer.c:
7084         * sys/glsink/gstglbuffer.h:
7085         * sys/glsink/gstgldownload.c:
7086         * sys/glsink/gstglfilter.c:
7087         * sys/glsink/gstglfilterexample.c:
7088         * sys/glsink/gstgltestsrc.c:
7089         * sys/glsink/gstglupload.c:
7090           Convert gldownload to BaseTransform.  Make glfilterexample
7091           visually interesting.  Add support for various formats to
7092           downloading.  Fix a few places where we leak GL state to
7093           other elements (bad, but hard to prevent).
7094
7095 2007-12-26  David Schleef  <ds@schleef.org>
7096
7097         * sys/glsink/BUGS:
7098         * sys/glsink/Makefile.am:
7099         * sys/glsink/gstglbuffer.c:
7100         * sys/glsink/gstglbuffer.h:
7101         * sys/glsink/gstglconvert.c:
7102         * sys/glsink/gstgldisplay.c:
7103         * sys/glsink/gstglfilter.c:
7104         * sys/glsink/gstglfilter.h:
7105         * sys/glsink/gstglfilterexample.c:
7106         * sys/glsink/gstgltestsrc.c:
7107         * sys/glsink/gstglupload.c:
7108         * sys/glsink/gstopengl.c:
7109           Remove code that handles non-texture buffers.  Add a
7110           GstGLBufferFormat type that corresponds to how to use the
7111           texture, not the original video format.  Convert gstflfilter.c
7112           into a base class, add glfilterexample and glconvert elements.
7113         * sys/glsink/color_matrix.c:
7114           Minor ramblings about color conversion matrices.
7115
7116 2007-12-24  David Schleef  <ds@schleef.org>
7117
7118         * sys/glsink/Makefile.am:
7119         * sys/glsink/gltestsrc.c:
7120         * sys/glsink/gltestsrc.h:
7121         * sys/glsink/gstgldisplay.c:
7122         * sys/glsink/gstgldownload.c:
7123         * sys/glsink/gstglfilter.c:
7124         * sys/glsink/gstgltestsrc.c:
7125         * sys/glsink/gstgltestsrc.h:
7126         * sys/glsink/gstglupload.c:
7127         * sys/glsink/gstopengl.c:
7128           Add gltestsrc element, a duplicate of videotestsrc that uses
7129           GL rendering to create images.  More cleanup.
7130
7131 2007-12-24  David Schleef  <ds@schleef.org>
7132
7133         * sys/glsink/gstglbuffer.c:
7134         * sys/glsink/gstgldownload.c:
7135         * sys/glsink/gstglfilter.c:
7136           Clean up code.  Fix a few leaks.
7137
7138 2007-12-24  David Schleef  <ds@schleef.org>
7139
7140         * sys/glsink/Makefile.am:
7141         * sys/glsink/glimagesink.h:
7142         * sys/glsink/glvideo.c:
7143         * sys/glsink/glvideo.h:
7144         * sys/glsink/gstglbuffer.c:
7145         * sys/glsink/gstglbuffer.h:
7146         * sys/glsink/gstgldisplay.c:
7147         * sys/glsink/gstgldisplay.h:
7148           Rename glvideo.[ch] to gstgldisplay.[ch].
7149
7150 2007-12-24  David Schleef  <ds@schleef.org>
7151
7152         * sys/glsink/glimagesink.c:
7153         * sys/glsink/glimagesink.h:
7154         * sys/glsink/glvideo.c:
7155         * sys/glsink/glvideo.h:
7156         * sys/glsink/gstglbuffer.c:
7157         * sys/glsink/gstglbuffer.h:
7158         * sys/glsink/gstgldownload.c:
7159         * sys/glsink/gstglfilter.c:
7160         * sys/glsink/gstglupload.c:
7161           Rewrite a bunch of code to use textures as the intermediate
7162           instead of renderbuffers.  upload, download, filtering all
7163           work.
7164
7165 2007-12-23  David Schleef  <ds@schleef.org>
7166
7167         * gst/videoparse/Makefile.am:
7168         * gst/videoparse/README:
7169         * gst/videoparse/gstvideoparse.c:
7170           Remove videoparse element, because it was moved to gst/rawparse/
7171
7172 2007-12-23  Sebastian Dröge  <slomo@circular-chaos.org>
7173
7174         * gst/rawparse/gstrawparse.c: (gst_raw_parse_src_event):
7175         Always seek on frame boundaries, will produce nothing useful
7176         otherwise.
7177
7178 2007-12-23  Sebastian Dröge  <slomo@circular-chaos.org>
7179
7180         * configure.ac:
7181         * gst/rawparse/Makefile.am:
7182         * gst/rawparse/README:
7183         * gst/rawparse/gstaudioparse.c: (gst_audio_parse_format_get_type),
7184         (gst_audio_parse_endianness_get_type), (gst_audio_parse_base_init),
7185         (gst_audio_parse_class_init), (gst_audio_parse_init),
7186         (gst_audio_parse_set_property), (gst_audio_parse_get_property),
7187         (gst_audio_parse_update_frame_size), (gst_audio_parse_get_caps):
7188         * gst/rawparse/gstaudioparse.h:
7189         * gst/rawparse/gstrawparse.c: (gst_raw_parse_base_init),
7190         (gst_raw_parse_class_init), (gst_raw_parse_init),
7191         (gst_raw_parse_dispose),
7192         (gst_raw_parse_class_set_src_pad_template),
7193         (gst_raw_parse_class_set_multiple_frames_per_buffer),
7194         (gst_raw_parse_reset), (gst_raw_parse_chain),
7195         (gst_raw_parse_convert), (gst_raw_parse_sink_event),
7196         (gst_raw_parse_src_event), (gst_raw_parse_src_query_type),
7197         (gst_raw_parse_src_query), (gst_raw_parse_set_framesize),
7198         (gst_raw_parse_set_fps), (gst_raw_parse_get_fps),
7199         (gst_raw_parse_is_negotiated):
7200         * gst/rawparse/gstrawparse.h:
7201         * gst/rawparse/gstvideoparse.c: (gst_video_parse_format_get_type),
7202         (gst_video_parse_endianness_get_type), (gst_video_parse_base_init),
7203         (gst_video_parse_class_init), (gst_video_parse_init),
7204         (gst_video_parse_set_property), (gst_video_parse_get_property),
7205         (gst_video_parse_format_to_fourcc),
7206         (gst_video_parse_update_frame_size), (gst_video_parse_get_caps):
7207         * gst/rawparse/gstvideoparse.h:
7208         * gst/rawparse/plugin.c: (plugin_init):
7209         Add new plugin rawparse that contains a base class for raw data
7210         parsers and the two elements audioparse and videoparse that can
7211         be used to parse raw audio and video. These are inspired by the
7212         old videoparse element which the new rawparse plugin deprecates.
7213
7214 2007-12-21  David Schleef  <ds@schleef.org>
7215
7216         * sys/glsink/glextensions.c:
7217         * sys/glsink/glextensions.h:
7218         * sys/glsink/glvideo.c:
7219         * sys/glsink/glvideo.h:
7220         * sys/glsink/gstglbuffer.c:
7221         * sys/glsink/gstgldownload.c:
7222         * sys/glsink/gstglupload.c:
7223           A careful read of the documentation reveals that I can't use
7224           renderbuffers as textures.  Duh.  Checkpoint because I'm about
7225           to rewrite a bunch of code.
7226
7227 2007-12-21  Edgard Lima,,,,  <edgard.lima@indt.org.br>
7228
7229         * ext/metadata/TODO:
7230         * ext/metadata/gstbasemetadata.c:
7231         * ext/metadata/gstbasemetadata.h:
7232         * ext/metadata/metadata.h:
7233         * ext/metadata/metadataiptc.c:
7234         * ext/metadata/metadatamuxjpeg.c:
7235         * ext/metadata/metadataparsejpeg.c:
7236         * ext/metadata/metadataparseutil.c:
7237           Some IPTC tags mapped.
7238
7239 2007-12-21  Edgard Lima  <edgard.lima@indt.org.br>
7240
7241         * ext/metadata/Makefile.am:
7242         * ext/metadata/TODO:
7243         * ext/metadata/gstbasemetadata.c:
7244         * ext/metadata/gstbasemetadata.h:
7245         * ext/metadata/gstmetadatacommon.c:
7246         * ext/metadata/gstmetadatacommon.h:
7247         * ext/metadata/metadata.c:
7248         * ext/metadata/metadata.h:
7249           Removed gstmetadatacommon.
7250
7251 2007-12-20  David Schleef  <ds@schleef.org>
7252
7253         * sys/glsink/Makefile.am:
7254         * sys/glsink/glextensions.c:
7255         * sys/glsink/glextensions.h:
7256         * sys/glsink/glimagesink.c:
7257         * sys/glsink/glimagesink.h:
7258         * sys/glsink/glvideo.c:
7259         * sys/glsink/glvideo.h:
7260         * sys/glsink/gstglbuffer.c:
7261         * sys/glsink/gstglbuffer.h:
7262         * sys/glsink/gstgldownload.c:
7263         * sys/glsink/gstglfilter.c:
7264         * sys/glsink/gstglupload.c:
7265         * sys/glsink/gstopengl.c:
7266           Switch to using framebuffer_objects instead of GLXPixmaps,
7267           because that's what my driver supports.  Remove GLDrawable,
7268           since GstGLDisplay now has a default drawable and context.
7269
7270 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
7271
7272         * gst/equalizer/.cvsignore:
7273         * gst/switch/.cvsignore:
7274           Ignore more.
7275
7276 2007-12-19  Edgard Lima  <edgard.lima@indt.org.br>
7277
7278         * ext/metadata/Makefile.am:
7279         * ext/metadata/TODO:
7280         * ext/metadata/gstbasemetadata.c:
7281         * ext/metadata/gstbasemetadata.h:
7282         * ext/metadata/gstmetadatacommon.c:
7283         * ext/metadata/gstmetadatacommon.h:
7284         * ext/metadata/gstmetadatademux.c:
7285         * ext/metadata/gstmetadatademux.h:
7286         * ext/metadata/gstmetadatamux.c:
7287         * ext/metadata/gstmetadatamux.h:
7288         * ext/metadata/metadata.c:
7289         * ext/metadata/metadata.h:
7290         * ext/metadata/metadataexif.c:
7291         * ext/metadata/metadataparsejpeg.c:
7292         * ext/metadata/metadataparsepng.c:
7293         * ext/metadata/metadatatags.c:
7294         * ext/metadata/metadatatags.h:
7295         * ext/metadata/test/metadata_editor.c:
7296           New base class for metadata elements.
7297
7298 2007-12-18  Andy Wingo  <wingo@pobox.com>
7299
7300         * gst/switch/gstswitch-marshal.list:
7301         * gst/switch/gstswitch.h (struct _GstStreamSelectorClass): 
7302         * gst/switch/gstswitch.c (enum, gst_selector_pad_class_init)
7303         (gst_selector_pad_get_property)
7304         (gst_selector_pad_get_running_time)
7305         (gst_stream_selector_class_init, gst_segment_get_timestamp)
7306         (gst_segment_set_stop, gst_segment_set_start)
7307         (gst_stream_selector_set_active_pad, gst_stream_selector_block)
7308         (gst_stream_selector_push_pending_stop)
7309         (gst_stream_selector_switch): Change so that the signals and
7310         properties deal in running time, not buffer time. Document the
7311         signals more. Change uint64 in API to int64, to reflect what's in
7312         GstSegment.
7313
7314 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
7315
7316         * Makefile.am:
7317           Include common/win32.mak for CRLF check of win32 project
7318           files (see #393626).
7319
7320         * configure.ac:
7321           Bump requirements to -base CVS for libgstvideo additions in
7322           glimagesink. Disable glimagesink until the missing files get
7323           checked in.
7324
7325 2007-12-17  David Schleef  <ds@schleef.org>
7326
7327         * sys/glsink/Makefile.am:
7328         * sys/glsink/glimagesink.c:
7329         * sys/glsink/glimagesink.h:
7330         * sys/glsink/glvideo.c:
7331         * sys/glsink/glvideo.h:
7332         * sys/glsink/gstopengl.c:
7333         * sys/glsink/gstglupload.c:
7334           Use new GstVideoFormat checked into -base.  Add new glupload
7335           element to upload raw video into a GLXPixbuf.  Untested.  Will
7336           likely crash your motorcycle if you try it.
7337         * sys/glsink/gstvideo-common.c:
7338         * sys/glsink/gstvideo-common.h:
7339           Remove.
7340
7341 2007-12-17  David Schleef  <ds@schleef.org>
7342
7343         * gst/multifile/gstmultifilesrc.c:
7344         * gst/multifile/gstmultifilesrc.h:
7345           When subsequent files are read, if the file doesn't exist, send
7346           an EOS instead of causing an error.
7347
7348 2007-12-17  Andy Wingo  <wingo@pobox.com>
7349
7350         * gst/switch/gstswitch.c (gst_selector_pad_chain): Return OK when
7351         a buffer is ignored, not NOT_LINKED. No sense in making a source
7352         element error out; at least fdsrc considers NOT_LINKED to be a
7353         fatal error. Patch 11/12. There is no patch 12/12. Foo.
7354
7355         * gst/switch/gstswitch-marshal.list:
7356         * gst/switch/gstswitch.h (struct _GstStreamSelectorClass): 
7357         * gst/switch/gstswitch.c (gst_stream_selector_class_init)
7358         (gst_stream_selector_block): Make the block() signal return the
7359         last stop time of the active pad. Patch 10/12.
7360
7361         * gst/switch/gstswitch.c (gst_selector_pad_get_property)
7362         (gst_selector_pad_class_init, gst_stream_selector_class_init)
7363         (gst_stream_selector_get_property): Expose 'last-stop-time' as a
7364         pad property, not an element property.
7365         (gst_selector_pad_chain): Mark the last_stop time as timestamp +
7366         duration, not timestamp. Patch 9/12.
7367
7368         * gst/switch/gstswitch.c (gst_stream_selector_change_state)
7369         (gst_stream_selector_block, gst_stream_selector_switch): Use the
7370         cond mechanism instead of blocked pads. Patch 8/12.
7371
7372         * gst/switch/gstswitch.h (struct _GstStreamSelector): 
7373
7374         * gst/switch/gstswitch.c (gst_stream_selector_wait)
7375         (gst_selector_pad_chain, gst_stream_selector_init)
7376         (gst_stream_selector_dispose): Add infrastructure for new blocking
7377         mechanism that does not use gst_pad_set_blocked, which does not
7378         work on sink pads. Patch 7/12.
7379
7380         * gst/switch/gstswitch.c (gst_stream_selector_class_init)
7381         (gst_stream_selector_get_property): Add last-stop-time readable
7382         property. Patch 6/12.
7383
7384         * gst/switch/gstswitch.h (struct _GstStreamSelector): Add some
7385         state variables.
7386
7387         * gst/switch/gstswitch.c (gst_stream_selector_push_pending_stop)
7388         (gst_selector_pad_chain): Push any pending stop event.
7389         (gst_stream_selector_set_active_pad)
7390         (gst_stream_selector_set_property): Factor out setting the active
7391         pad to a function. Close the segment of the previous active pad if
7392         told to do so via a stop_time != GST_CLOCK_TIME_NONE.
7393         (gst_stream_selector_switch): Implement switch vmethod. Patch 5/12.
7394
7395         * gst/switch/gstswitch.c (gst_stream_selector_block): Implement
7396         the block() signal. This implementation will be replaced in future
7397         patches, however. Patch 4/12.
7398
7399         * gst/switch/gstswitch.h (struct _GstStreamSelectorClass): Fix
7400         vmethod prototypes.
7401
7402         * gst/switch/gstswitch.c (gst_stream_selector_class_init)
7403         (gst_stream_selector_block, gst_stream_selector_switch): Add empty
7404         vmethod definitions. Patch 3/12.
7405
7406         * gst/switch/gstswitch.h (struct _GstStreamSelectorClass): 
7407         * gst/switch/gstswitch.c (gst_stream_selector_class_init): Add
7408         `block' and `switch' signals.
7409
7410         * gst/switch/Makefile.am: 
7411         * gst/switch/gstswitch-marshal.list: Add foo to generate a
7412         marshaller for the `switch' signal. Patch 2/12.
7413
7414         * gst/switch/gstswitch.h: 
7415         * gst/switch/gstswitch.c: Replace with files from
7416         gststreamselector.[ch], registered as the "switch" plugin, with
7417         "GstSwitch" types. Patch 1/12.
7418
7419 2007-12-17  Edgard Lima  <edgard.lima@indt.org.br>
7420
7421         * ext/metadata/TODO:
7422         * ext/metadata/gstmetadatademux.c:
7423         * ext/metadata/metadata.c:
7424         * ext/metadata/metadata.h:
7425         * ext/metadata/metadataparsejpeg.c:
7426         * ext/metadata/metadataparsejpeg.h:
7427         * ext/metadata/metadataparsepng.c:
7428         * ext/metadata/metadataparsepng.h:
7429         * ext/metadata/test/MetadataEditorMain.glade:
7430         * ext/metadata/test/metadata_editor.c:
7431           Added "parse-only" property to metadatademux.
7432
7433 2007-12-16  David Schleef  <ds@schleef.org>
7434
7435         * sys/glsink/glimagesink.c:
7436         * sys/glsink/glimagesink.h:
7437         * sys/glsink/glvideo.c:
7438         * sys/glsink/glvideo.h:
7439           Rename GLVideo* to GstGL*.
7440
7441 2007-12-15  David Schleef  <ds@schleef.org>
7442
7443         * sys/glsink/Makefile.am:
7444         * sys/glsink/glextensions.c:
7445         * sys/glsink/glextensions.h:
7446         * sys/glsink/glvideo.c:
7447           Add vblank synchronization.  Isn't really working on my
7448           driver. :(
7449
7450 2007-12-15  David Schleef  <ds@schleef.org>
7451
7452         * sys/glsink/Makefile.am:
7453         * sys/glsink/glimagesink.c:
7454         * sys/glsink/glvideo.c:
7455         * sys/glsink/glvideo.h:
7456         * sys/glsink/gstvideo-common.c:
7457         * sys/glsink/gstvideo-common.h:
7458           Add support for xRGB, xBGR, and AYUV.  Re-add support for
7459           power-of-2 textures.
7460
7461 2007-12-15  Sebastian Dröge  <slomo@circular-chaos.org>
7462
7463         * gst/videoparse/gstvideoparse.c: (gst_video_parse_dispose),
7464         (gst_video_parse_sink_event):
7465         Free the adapter on dispose and correctly reset on newsegment events.
7466
7467 2007-12-15  Sebastian Dröge  <slomo@circular-chaos.org>
7468
7469         * gst/videoparse/gstvideoparse.c: (gst_video_parse_sink_event),
7470         (gst_video_parse_src_event), (gst_video_parse_src_query):
7471         Improve duration query by first asking upstream and if it can't handle
7472         the query try to get the duration in bytes from upstream and convert.
7473         For seeks, try if upstream handles this already first and do our
7474         conversion to byte format only if it doesn't and if we get a
7475         newsegment event in time format keep it and only do our conversions
7476         if the event has another format.
7477
7478 2007-12-15  Sebastian Dröge  <slomo@circular-chaos.org>
7479
7480         * gst/videoparse/gstvideoparse.c:
7481         (gst_video_parse_format_get_type),
7482         (gst_video_parse_endianness_get_type),
7483         (gst_video_parse_class_init), (gst_video_parse_init),
7484         (gst_video_parse_set_property), (gst_video_parse_get_property),
7485         (gst_video_parse_format_to_fourcc),
7486         (gst_video_parse_update_block_size), (gst_video_parse_chain),
7487         (gst_video_parse_sink_event):
7488         Add support for video/x-raw-rgb and video/x-raw-gray. Also send
7489         downstream elements downstream, not upstream.
7490
7491 2007-12-14  David Schleef  <ds@schleef.org>
7492
7493         * sys/glsink/gstvideo-common.c:
7494         * sys/glsink/gstvideo-common.h:
7495           Pull together some common raw video functions into one location.
7496           This should eventually move to -base.
7497         * sys/glsink/Makefile.am:
7498         * sys/glsink/glimagesink.c:
7499         * sys/glsink/glimagesink.h:
7500         * sys/glsink/glvideo.c:
7501         * sys/glsink/glvideo.h:
7502         * sys/glsink/gstopengl.c:
7503           Use the new video-common.h stuff.  Readd support for RGB video.
7504
7505 2007-12-14  Edgard Lima  <edgard.lima@indt.org.br>
7506
7507         * ext/metadata/Makefile.am:
7508         * ext/metadata/TODO:
7509         * ext/metadata/gstmetadata.c:
7510         * ext/metadata/gstmetadatacommon.c:
7511         * ext/metadata/gstmetadatacommon.h:
7512         * ext/metadata/gstmetadatademux.c:
7513         * ext/metadata/gstmetadatademux.h:
7514         * ext/metadata/gstmetadatamux.c:
7515         * ext/metadata/gstmetadatamux.h:
7516         * ext/metadata/gstmetadataparse.c:
7517         * ext/metadata/gstmetadataparse.h:
7518         * ext/metadata/metadataexif.c:
7519         * ext/metadata/metadatatags.c:
7520         * ext/metadata/test/metadata_editor.c:
7521           Added new module for common functions. Using GST_TYPE_FRACTION for
7522           Exif (S)Rational types.
7523
7524 2007-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7525
7526         * gst/mpegtsparse/mpegtspacketizer.c:
7527         * gst/mpegtsparse/mpegtspacketizer.h:
7528         Hash streams by pid again. Add a linked list inside each
7529         stream with a list of sub_tables. Fix multiple sections
7530         as it was borked with my last commit.
7531
7532 2007-12-14  Christian Schaller <christian.schaller@collabora.co.uk>
7533
7534         * sys/glsink/Makefile.am: add glvideo.h
7535         * gst/speexresample/Makefile.am: add speex_resampler_wrapper.h
7536         * gst-plugins-bad.spec.in: add latest plugins
7537
7538 2007-12-13  Edgard Lima  <edgard.lima@indt.org.br>
7539
7540         * ext/metadata/TODO:
7541         * ext/metadata/gstmetadatamux.c:
7542         * ext/metadata/gstmetadataparse.c:
7543         * ext/metadata/metadata.c:
7544         * ext/metadata/metadata.h:
7545         * ext/metadata/metadataiptc.c:
7546         * ext/metadata/metadatamuxjpeg.c:
7547         * ext/metadata/metadatamuxjpeg.h:
7548         * ext/metadata/metadatamuxpng.c:
7549         * ext/metadata/metadatamuxpng.h:
7550         * ext/metadata/metadataparsejpeg.c:
7551         * ext/metadata/metadataparsejpeg.h:
7552         * ext/metadata/metadataparsepng.c:
7553         * ext/metadata/metadataparsepng.h:
7554         * ext/metadata/metadataparseutil.c:
7555         * ext/metadata/metadataparseutil.h:
7556         * ext/metadata/metadatatypes.h:
7557         * ext/metadata/metadataxmp.c:
7558           Code documentation.
7559
7560 2007-12-13  Edgard Lima  <edgard.lima@indt.org.br>
7561
7562         * configure.ac:
7563         * ext/metadata/Makefile.am:
7564         * ext/metadata/gstmetadatamux.c:
7565         * ext/metadata/gstmetadataparse.c:
7566         * ext/metadata/metadataexif.c:
7567         * ext/metadata/metadatatags.c:
7568         * ext/metadata/test/Makefile:
7569         * ext/metadata/test/MetadataEditorMain.glade:
7570         * ext/metadata/test/metadata_editor.c:
7571           Added a test application. Added some EXIF tags. Fixed a muxer bug.
7572
7573 2007-12-13  Sebastian Dröge  <slomo@circular-chaos.org>
7574
7575         * gst/videoparse/gstvideoparse.c: (gst_video_parse_init),
7576           (gst_video_parse_src_event), (gst_video_parse_src_query_type):
7577           Implement a query type function for the src pad, implement seeking
7578           and use ANY caps for the sink pad as the element doesn't care what
7579           caps the input has and everything is handled via properties.
7580
7581 2007-12-13  Sebastian Dröge  <slomo@circular-chaos.org>
7582
7583         * gst/videoparse/gstvideoparse.c: (gst_video_parse_convert),
7584           (gst_video_parse_sink_event):
7585           Handle -1 values for the CONVERT query too.
7586
7587 2007-12-13  Sebastian Dröge  <slomo@circular-chaos.org>
7588
7589         * gst/videoparse/gstvideoparse.c: (gst_video_parse_sink_event):
7590           Add YV12 to the pad templates as it is supported too and allow
7591           -1 as stop position for NEWSEGMENT events.
7592
7593 2007-12-13  Sebastian Dröge  <slomo@circular-chaos.org>
7594
7595         * gst/videoparse/Makefile.am:
7596           Add $(GST_PLUGINS_BASE_CFLAGS) to CFLAGS to fix the build.
7597
7598         * gst/videoparse/gstvideoparse.c: (gst_video_parse_init),
7599           (gst_video_parse_set_property), (gst_video_parse_get_property):
7600           Use g_value_[sg]et_enum() for enum properties, g_value_[sg]et_int()
7601           gives a g_critical().
7602
7603 2007-12-12  David Schleef  <ds@schleef.org>
7604
7605         * gst/videoparse/README:
7606         * gst/videoparse/gstvideoparse.c:
7607           Add a bunch of features: handle format specification, handle
7608           queries and conversion.  Works much like a normal parser now.
7609
7610 2007-12-12  Wim Taymans  <wim.taymans@collabora.co.uk>
7611
7612         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_finalize),
7613         (gst_rtp_pt_demux_setup), (gst_rtp_pt_demux_release),
7614         (gst_rtp_pt_demux_change_state):
7615         * gst/rtpmanager/gstrtpssrcdemux.c: (gst_rtp_ssrc_demux_reset),
7616         (gst_rtp_ssrc_demux_dispose), (gst_rtp_ssrc_demux_src_query),
7617         (gst_rtp_ssrc_demux_change_state):
7618         Clean up the dynamic pads when going to READY.
7619
7620 2007-12-12  Wim Taymans  <wim.taymans@collabora.co.uk>
7621
7622         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_finalize),
7623         (gst_rtp_bin_set_sdes_string), (gst_rtp_bin_get_sdes_string),
7624         (gst_rtp_bin_handle_message):
7625         * gst/rtpmanager/rtpsession.c: (rtp_session_finalize),
7626         (rtp_session_send_bye):
7627         * gst/rtpmanager/rtpsource.c: (rtp_source_finalize):
7628         Fix some leaks.
7629
7630 2007-12-12  Sebastian Dröge  <slomo@circular-chaos.org>
7631
7632         * ext/dts/gstdtsdec.c: (gst_dtsdec_init),
7633           (gst_dtsdec_sink_setcaps), (gst_dtsdec_chain_raw),
7634           (gst_dtsdec_chain):
7635         * ext/dts/gstdtsdec.h:
7636           Add support for "audio/x-private1-dts" as used by flupsparse. Most
7637           changes adapted from a52dec.
7638
7639 2007-12-11  David Schleef  <ds@schleef.org>
7640
7641         * sys/glsink/Makefile.am:
7642         * sys/glsink/glimagesink.c:
7643         * sys/glsink/glvideo.c:
7644         * sys/glsink/glvideo.h:
7645           Split out gl-related code into a separate file with a
7646           sensible API.  Major cleanup.  Still crashes occasionally
7647           due to different threads touching bits at the same time.
7648
7649 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
7650
7651         Patch by: Wouter Cloetens <wouter at mind dot be>
7652
7653         * ext/soup/gstsouphttpsrc.c: (_do_init),
7654         (gst_souphttp_src_class_init), (gst_souphttp_src_init),
7655         (gst_souphttp_src_dispose), (gst_souphttp_src_set_property),
7656         (gst_souphttp_src_get_property), (unicodify),
7657         (gst_souphttp_src_unicodify), (gst_souphttp_src_create),
7658         (gst_souphttp_src_start), (gst_souphttp_src_stop),
7659         (gst_souphttp_src_unlock), (gst_souphttp_src_unlock_stop),
7660         (gst_souphttp_src_get_size), (gst_souphttp_src_is_seekable),
7661         (soup_got_headers), (soup_got_body), (soup_finished),
7662         (soup_got_chunk), (soup_response), (soup_parse_status),
7663         (gst_souphttp_src_uri_get_type),
7664         (gst_souphttp_src_uri_get_protocols),
7665         (gst_souphttp_src_uri_get_uri), (gst_souphttp_src_uri_set_uri),
7666         (gst_souphttp_src_uri_handler_init):
7667         * ext/soup/gstsouphttpsrc.h:
7668         Do not try to unpause I/O in the "queued" state.
7669         Reorganise a bunch of things and cleanups.
7670         Uses G_GUINT64_FORMAT instead of hard-coding %llu.
7671         See #502335.
7672
7673 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
7674
7675         * ext/x264/gstx264enc.c: (gst_x264_enc_set_src_caps):
7676         Fix caps memleak.
7677
7678 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
7679
7680         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
7681           (gst_flv_parse_tag_video):
7682           Don't strdup (and thus leak) codec name strings when passing
7683           them to gst_tag_list_add().
7684
7685 2007-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
7686
7687         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_class_init),
7688         (gst_rtp_bin_handle_message):
7689         * gst/rtpmanager/gstrtpsession.c: (source_get_sdes_structure),
7690         (on_ssrc_sdes):
7691         Post a message when the SDES infor changes for a source.
7692
7693         * gst/rtpmanager/rtpsession.c:
7694         * gst/rtpmanager/rtpsource.c:
7695         Update some comments.
7696
7697 2007-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
7698
7699         Based on patch by: <mutex at runbox dot com>
7700
7701         * gst/videoparse/gstvideoparse.c: (gst_video_parse_src_query):
7702         Forward the query upstream, the default element event handler does
7703         something different. Fixes #502879.
7704
7705 2007-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
7706
7707         * gst/rtpmanager/gstrtpbin.c: (on_ssrc_sdes), (create_session),
7708         (gst_rtp_bin_class_init):
7709         * gst/rtpmanager/gstrtpbin.h:
7710         * gst/rtpmanager/gstrtpclient.c:
7711         * gst/rtpmanager/gstrtpclient.h:
7712         * gst/rtpmanager/gstrtpjitterbuffer.h:
7713         * gst/rtpmanager/gstrtpmanager.c:
7714         * gst/rtpmanager/gstrtpptdemux.c:
7715         * gst/rtpmanager/gstrtpptdemux.h:
7716         * gst/rtpmanager/gstrtpsession.c: (on_ssrc_sdes),
7717         (gst_rtp_session_class_init), (gst_rtp_session_init):
7718         * gst/rtpmanager/gstrtpsession.h:
7719         * gst/rtpmanager/gstrtpssrcdemux.c:
7720         * gst/rtpmanager/gstrtpssrcdemux.h:
7721         * gst/rtpmanager/rtpjitterbuffer.c:
7722         * gst/rtpmanager/rtpjitterbuffer.h:
7723         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
7724         (on_ssrc_sdes), (rtp_session_process_sdes):
7725         * gst/rtpmanager/rtpsession.h:
7726         * gst/rtpmanager/rtpsource.c:
7727         * gst/rtpmanager/rtpsource.h:
7728         * gst/rtpmanager/rtpstats.c:
7729         * gst/rtpmanager/rtpstats.h:
7730         Add signal to notify of an SDES change.
7731         Fix object type in the signal callbacks.
7732
7733 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
7734
7735         * gst/rtpmanager/gstrtpbin.c: (create_session),
7736         (gst_rtp_bin_class_init), (gst_rtp_bin_init), (sdes_type_to_name),
7737         (gst_rtp_bin_set_sdes_string), (gst_rtp_bin_get_sdes_string),
7738         (gst_rtp_bin_set_property), (gst_rtp_bin_get_property):
7739         * gst/rtpmanager/gstrtpbin.h:
7740         Expose SDES items as properties and configure the session managers with
7741         them.
7742
7743         * gst/rtpmanager/rtpsource.c: (rtp_source_class_init),
7744         (rtp_source_set_property):
7745         Fix SSRC property.
7746
7747 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
7748
7749         * gst/rtpmanager/gstrtpbin.c: (create_session):
7750         * gst/rtpmanager/rtpjitterbuffer.c:
7751         Update comment.
7752
7753         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
7754         (gst_rtp_session_set_property), (gst_rtp_session_get_property):
7755         Define some GObject properties to set SDES and other configuration.
7756
7757         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
7758         (rtp_session_init), (rtp_session_finalize),
7759         (rtp_session_set_property), (rtp_session_get_property),
7760         (on_ssrc_sdes), (rtp_session_set_bandwidth),
7761         (rtp_session_get_bandwidth), (rtp_session_set_rtcp_fraction),
7762         (rtp_session_get_rtcp_fraction), (rtp_session_set_sdes_string),
7763         (rtp_session_get_sdes_string), (obtain_source),
7764         (rtp_session_get_internal_source), (rtp_session_process_sdes),
7765         (rtp_session_send_rtp), (rtp_session_next_timeout), (session_sdes),
7766         (is_rtcp_time):
7767         * gst/rtpmanager/rtpsession.h:
7768         Add signal when new SDES infor has been found for a source.
7769         Create properties for SDES and other info.
7770         Simplify the SDES API.
7771         Add method for getting the internal source object of the session.
7772
7773         * gst/rtpmanager/rtpsource.c: (rtp_source_class_init),
7774         (rtp_source_finalize), (rtp_source_set_property),
7775         (rtp_source_get_property), (rtp_source_set_callbacks),
7776         (rtp_source_get_ssrc), (rtp_source_set_as_csrc),
7777         (rtp_source_is_as_csrc), (rtp_source_is_active),
7778         (rtp_source_is_validated), (rtp_source_is_sender),
7779         (rtp_source_received_bye), (rtp_source_get_bye_reason),
7780         (rtp_source_set_sdes), (rtp_source_set_sdes_string),
7781         (rtp_source_get_sdes), (rtp_source_get_sdes_string),
7782         (rtp_source_get_new_sr), (rtp_source_get_new_rb):
7783         * gst/rtpmanager/rtpsource.h:
7784         Add GObject properties for various things.
7785         Don't leak the bye reason.
7786
7787 2007-12-09  Edward Hervey  <edward@collabora.co.uk>
7788
7789         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
7790         (gst_flv_parse_tag_video):
7791         Fix list of supported and known codecs.
7792         Emit tag with the codec name so it gets properly reported in totem and
7793         other applications.
7794
7795 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
7796
7797         * configure.ac:
7798         Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
7799
7800 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
7801
7802         * gst/equalizer/gstiirequalizer.c:
7803         (gst_iir_equalizer_transform_ip):
7804         Fix compilation.
7805
7806 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
7807
7808         * gst/equalizer/gstiirequalizer.c:
7809         (gst_iir_equalizer_transform_ip):
7810         Don't process buffers in passthrough mode.
7811
7812 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
7813
7814         * gst/filter/gstbpwsinc.c: (bpwsinc_transform):
7815         * gst/filter/gstlpwsinc.c: (lpwsinc_transform):
7816         The transform() methods are not called in passthrough mode so
7817         there's no need for checking if the element is in passthrough mode.
7818
7819 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
7820
7821         * gst/filter/gstbpwsinc.c: (bpwsinc_transform):
7822         * gst/filter/gstlpwsinc.c: (lpwsinc_transform):
7823         Sync the GObject properties with the controller even in passthrough
7824         mode to get consistent property values.
7825
7826 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
7827
7828         * gst/mpegtsparse/mpegtsparse.c: (crc_tab):
7829           Mark crc values table as constant.
7830
7831 2007-12-05  Edgard Lima  <edgard.lima@indt.org.br>
7832
7833         * ext/metadata/metadataexif.c:
7834         * ext/metadata/metadataiptc.c:
7835         * ext/metadata/metadatatags.c:
7836         * ext/metadata/metadatatags.h:
7837         * ext/metadata/metadataxmp.c:
7838           Added some tags to exif parser.
7839
7840 2007-12-05  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7841
7842         * gst/mpegtsparse/mpegtspacketizer.c:
7843         * gst/mpegtsparse/mpegtsparse.c:
7844         A sub table is identified by the pair table_id and 
7845         sub_table_identifier, not by pid. So hash with that.
7846         * sys/dvb/dvbbasebin.c:
7847         Make sure initial pids are added properly to filter,
7848
7849 2007-12-05  Andy Wingo  <wingo@pobox.com>
7850
7851         * gst/switch/gstswitch.c (gst_switch_set_property): Don't push
7852         buffers from app thread when unsetting `queue-buffers', it's
7853         dangerous and the chain function will do it for us anyway.
7854
7855 2007-12-04  Edgard Lima  <edgard.lima@indt.org.br>
7856
7857         * ext/metadata/metadatamuxjpeg.c: (metadatamux_wrap_chunk),
7858         (metadatamux_jpeg_lazy_update):
7859         * ext/metadata/metadataparsejpeg.c: (metadataparse_jpeg_parse),
7860         (metadataparse_jpeg_reading):
7861           Now compiles even when libiptc is missing.
7862
7863 2007-12-04  Edgard Lima  <edgard.lima@indt.org.br>
7864
7865         * ext/metadata/gstmetadatamux.c:
7866         * ext/metadata/gstmetadatamux.h:
7867         * ext/metadata/gstmetadataparse.c:
7868         * ext/metadata/gstmetadataparse.h:
7869         * ext/metadata/metadata.c:
7870         * ext/metadata/metadata.h:
7871         * ext/metadata/metadatamuxjpeg.c:
7872         * ext/metadata/metadatamuxjpeg.h:
7873         * ext/metadata/metadatamuxpng.c:
7874         * ext/metadata/metadatamuxpng.h:
7875           Fixed element properties and now muxer writes to png also.
7876
7877 2007-12-03  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7878
7879         * gst/mpegtsparse/Makefile.am:
7880         * gst/mpegtsparse/mpegtspacketizer.c:
7881         * gst/mpegtsparse/mpegtsparse.c:
7882         Remove signals for pat, pmt, nit, eit, sdt. Replace with bus
7883         messages.
7884         * sys/dvb/dvbbasebin.c:
7885         Instead of attaching to signals, use the bus messages.
7886         Also fix up so the dvbsrc starts only outputting the info tables
7887         like PAT, CAT, NIT, SDT, EIT instead of the whole ts.
7888
7889 2007-12-03  Edgard Lima  <edgard.lima@indt.org.br>
7890
7891         * ext/metadata/gstmetadatamux.c:
7892         * ext/metadata/gstmetadatamux.h:
7893         * ext/metadata/metadataexif.c:
7894         * ext/metadata/metadataexif.h:
7895         * ext/metadata/metadataiptc.c:
7896         * ext/metadata/metadataiptc.h:
7897         * ext/metadata/metadatamuxjpeg.c:
7898         * ext/metadata/metadataxmp.c:
7899         * ext/metadata/metadataxmp.h:
7900           Muxer writes (in jpeg only) whole IPTC chunk sent as tag. Muxer
7901           implemets GstTagSetter interface.
7902
7903 2007-12-03  Thijs Vermeir  <thijsvermeir@gmail.com>
7904
7905         * gst/librfb/rfbdecoder.c:
7906                 Should fix the 64-bit build
7907
7908 2007-11-30  Edgard Lima  <edgard.lima@indt.org.br>
7909
7910         * ext/metadata/gstmetadatamux.c:
7911         * ext/metadata/gstmetadatamux.h:
7912         * ext/metadata/gstmetadataparse.c:
7913         * ext/metadata/gstmetadataparse.h:
7914         * ext/metadata/metadataexif.c:
7915         * ext/metadata/metadataexif.h:
7916         * ext/metadata/metadataiptc.c:
7917         * ext/metadata/metadataiptc.h:
7918         * ext/metadata/metadatamuxjpeg.c:
7919         * ext/metadata/metadatamuxpng.c:
7920         * ext/metadata/metadataparsejpeg.c:
7921         * ext/metadata/metadataparsepng.c:
7922         * ext/metadata/metadataxmp.c:
7923         * ext/metadata/metadataxmp.h:
7924           Muxer writes (in jpeg only) whole EXIF and XMP chunks sent as tags.
7925
7926 2007-11-30  Thijs Vermeir  <thijsvermeir@gmail.com>
7927
7928         * gst/librfb/rfbdecoder.c:
7929         * gst/librfb/rfbdecoder.h:
7930                 Add CoRRE encoding
7931
7932 2007-11-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7933
7934         * gst/mpegtsparse/mpegtsparse.c:
7935         CRC check the psi pids. CRC checking code relicenced from MPL.
7936         Thanks Fluendo.
7937
7938 2007-11-30  Edgard Lima  <edgard.lima@indt.org.br>
7939
7940         * ext/metadata/Makefile.am:
7941         * ext/metadata/gstmetadatamux.c:
7942         * ext/metadata/gstmetadatamux.h:
7943         * ext/metadata/gstmetadataparse.c:
7944         * ext/metadata/metadata.c:
7945         * ext/metadata/metadata.h:
7946         * ext/metadata/metadatamuxjpeg.c:
7947         * ext/metadata/metadatamuxjpeg.h:
7948         * ext/metadata/metadatamuxpng.c:
7949         * ext/metadata/metadatamuxpng.h:
7950         * ext/metadata/metadataparsejpeg.c:
7951         * ext/metadata/metadataparsejpeg.h:
7952         * ext/metadata/metadataparsepng.c:
7953         * ext/metadata/metadataparsepng.h:
7954         * ext/metadata/metadatatypes.c:
7955         * ext/metadata/metadatatypes.h:
7956           Fixed get_range bug when injecting and stripping. And mux is almost
7957           done now.
7958
7959 2007-11-30  Thijs Vermeir  <thijsvermeir@gmail.com>
7960
7961         * gst/librfb/rfbdecoder.c:
7962                 Use glib macro for swapping
7963
7964 2007-11-29  Thijs Vermeir  <thijsvermeir@gmail.com>
7965
7966         * gst/librfb/gstrfbsrc.c:
7967         * gst/librfb/rfbdecoder.c:
7968         * gst/librfb/rfbdecoder.h:
7969                 Disable CopyRect encoding by default
7970                 Add RRE encoding
7971
7972 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
7973
7974         Patch by: Wouter Cloetens <wouter at mind dot be>
7975
7976         * configure.ac:
7977         Bump libsoup requirement as libsoup does not support async client
7978         operation prior to version 2.2.104 and it has some leaks.
7979
7980         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_class_init),
7981         (gst_souphttp_src_init), (gst_souphttp_src_dispose),
7982         (gst_souphttp_src_set_property), (gst_souphttp_src_create),
7983         (gst_souphttp_src_start), (gst_souphttp_src_stop),
7984         (gst_souphttp_src_unlock), (gst_souphttp_src_unlock_stop),
7985         (gst_souphttp_src_get_size), (soup_got_headers), (soup_got_body),
7986         (soup_finished), (soup_got_chunk), (soup_response),
7987         (soup_session_close):
7988         * ext/soup/gstsouphttpsrc.h:
7989         Implement unlock().
7990         Picks up the size from the Content-Length header and emit a duration
7991         message.
7992         Don't leak the GMainContext object.
7993         Fixes #500099.
7994
7995 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
7996
7997         * ext/alsaspdif/alsaspdifsink.c: (alsaspdifsink_set_caps),
7998         (alsaspdifsink_get_time), (alsaspdifsink_set_params),
7999         (alsaspdifsink_find_pcm_device):
8000         Don't free uninitialized data when we are in error.
8001
8002 2007-11-28  Edgard Lima  <edgard.lima@indt.org.br>
8003
8004         * ext/metadata/gstmetadatamux.c:
8005         * ext/metadata/gstmetadataparse.c:
8006         * ext/metadata/metadataexif.c:
8007         * ext/metadata/metadataexif.h:
8008         * ext/metadata/metadataiptc.c:
8009         * ext/metadata/metadataiptc.h:
8010         * ext/metadata/metadatatags.c:
8011         * ext/metadata/metadatatags.h:
8012         * ext/metadata/metadataxmp.c:
8013         * ext/metadata/metadataxmp.h:
8014           Sending make and model individual tags and muxer now links fine.
8015
8016 2007-11-28  Edgard Lima  <edgard.lima@indt.org.br>
8017
8018         * ext/metadata/Makefile.am:
8019         * ext/metadata/gstmetadata.c:
8020         * ext/metadata/gstmetadatamux.c:
8021         * ext/metadata/gstmetadatamux.h:
8022         * ext/metadata/gstmetadataparse.c:
8023         * ext/metadata/gstmetadataparse.h:
8024         * ext/metadata/metadata.c:
8025         * ext/metadata/metadata.h:
8026         * ext/metadata/metadataexif.c:
8027         * ext/metadata/metadataexif.h:
8028         * ext/metadata/metadataiptc.c:
8029         * ext/metadata/metadataiptc.h:
8030         * ext/metadata/metadataparse.c:
8031         * ext/metadata/metadataparse.h:
8032         * ext/metadata/metadataparseexif.c:
8033         * ext/metadata/metadataparseexif.h:
8034         * ext/metadata/metadataparseiptc.c:
8035         * ext/metadata/metadataparseiptc.h:
8036         * ext/metadata/metadataparsexmp.c:
8037         * ext/metadata/metadataparsexmp.h:
8038         * ext/metadata/metadatatags.c:
8039         * ext/metadata/metadatatags.h:
8040         * ext/metadata/metadataxmp.c:
8041         * ext/metadata/metadataxmp.h:
8042           Small fixes in get_range and better structure for generic muxer and
8043           demuxer.
8044
8045 2007-11-26  Julien Moutte  <julien@fluendo.com>
8046
8047         * configure.ac: Add QuickTime Wrapper plug-in.
8048         * gst/speexresample/gstspeexresample.c:
8049         (gst_speex_resample_push_drain), (gst_speex_resample_process): Fix
8050         build on Mac OS X Leopard. Incorrect printf format arguments.
8051         * sys/Makefile.am:
8052         * sys/qtwrapper/Makefile.am:
8053         * sys/qtwrapper/audiodecoders.c:
8054         (qtwrapper_audio_decoder_base_init),
8055         (qtwrapper_audio_decoder_class_init),
8056         (qtwrapper_audio_decoder_init),
8057         (clear_AudioStreamBasicDescription), (fill_indesc_mp3),
8058         (fill_indesc_aac), (fill_indesc_samr), (fill_indesc_generic),
8059         (make_samr_magic_cookie), (open_decoder),
8060         (qtwrapper_audio_decoder_sink_setcaps), (process_buffer_cb),
8061         (qtwrapper_audio_decoder_chain),
8062         (qtwrapper_audio_decoder_sink_event),
8063         (qtwrapper_audio_decoders_register):
8064         * sys/qtwrapper/codecmapping.c: (audio_caps_from_string),
8065         (fourcc_to_caps):
8066         * sys/qtwrapper/codecmapping.h:
8067         * sys/qtwrapper/imagedescription.c: (image_description_for_avc1),
8068         (image_description_for_mp4v), (image_description_from_stsd_buffer),
8069         (image_description_from_codec_data):
8070         * sys/qtwrapper/imagedescription.h:
8071         * sys/qtwrapper/qtutils.c: (get_name_info_from_component),
8072         (get_output_info_from_component), (dump_avcc_atom),
8073         (dump_image_description), (dump_codec_decompress_params),
8074         (addSInt32ToDictionary), (dump_cvpixel_buffer),
8075         (DestroyAudioBufferList), (AllocateAudioBufferList):
8076         * sys/qtwrapper/qtutils.h:
8077         * sys/qtwrapper/qtwrapper.c: (plugin_init):
8078         * sys/qtwrapper/qtwrapper.h:
8079         * sys/qtwrapper/videodecoders.c:
8080         (qtwrapper_video_decoder_base_init),
8081         (qtwrapper_video_decoder_class_init),
8082         (qtwrapper_video_decoder_init), (qtwrapper_video_decoder_finalize),
8083         (fill_image_description), (new_image_description), (close_decoder),
8084         (open_decoder), (qtwrapper_video_decoder_sink_setcaps),
8085         (decompressCb), (qtwrapper_video_decoder_chain),
8086         (qtwrapper_video_decoder_sink_event),
8087         (qtwrapper_video_decoders_register): Initial import of QuickTime
8088         wrapper jointly developped by Songbird authors (Pioneers of the
8089         Inevitable) and Fluendo.
8090
8091 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
8092
8093         * gst/spectrum/gstspectrum.c:
8094           Use dispose and finalize. Dispose can be called multiple times.
8095
8096 2007-11-26  Edgard Lima  <edgard.lima@indt.org.br>
8097
8098         * ext/metadata/gstmetadataparse.c: (gst_metadata_parse_init),
8099         (gst_metadata_parse_chain), (gst_metadata_parse_checkgetrange):
8100           Now works when get_range is not available upstream.
8101
8102 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
8103
8104         * gst/speexresample/README:
8105         * gst/speexresample/arch.h:
8106         * gst/speexresample/resample.c: (resampler_basic_direct_single),
8107         (resampler_basic_direct_double),
8108         (resampler_basic_interpolate_single),
8109         (resampler_basic_interpolate_double),
8110         (speex_resampler_process_native), (speex_resampler_process_float),
8111         (speex_resampler_process_int),
8112         (speex_resampler_process_interleaved_float),
8113         (speex_resampler_process_interleaved_int),
8114         (speex_resampler_get_input_latency),
8115         (speex_resampler_get_output_latency):
8116         * gst/speexresample/speex_resampler.h:
8117         Update speex resampler to latest SVN. We're now down to only the
8118         changes noted in README again.
8119
8120         * gst/speexresample/speex_resampler_wrapper.h:
8121         * gst/speexresample/gstspeexresample.c:
8122         (gst_speex_resample_push_drain), (gst_speex_resample_query):
8123         Adjust to API changes.
8124
8125 2007-11-25  Edward Hervey  <bilboed@bilboed.com>
8126
8127         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
8128         (gst_flv_parse_tag_video):
8129         Output segment with proper 'stop' value, makes flvdemux 100% compatible
8130         with gnonlin.
8131
8132 2007-11-25  Stefan Kost  <ensonic@users.sf.net>
8133
8134         * ext/dc1394/gstdc1394.c:
8135           Set initial structure name to fix assertion, due to recent caps name
8136           constraints.
8137
8138 2007-11-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
8139
8140         patch by: Alessandro Decina
8141
8142         * gst/mpegtsparse/mpegtspacketizer.c:
8143         * gst/mpegtsparse/mpegtspacketizer.h:
8144         * gst/mpegtsparse/mpegtsparse.c:
8145         * gst/mpegtsparse/mpegtsparse.h:
8146         pat-info is now a signal not a GObject property that
8147         gets notified.
8148         pat-info, pmt-info now instead of passing a GObject as
8149         a parameter, pass a GstStructure.
8150         New signals: nit-info, sdt-info, eit-info for DVB SI information
8151         * sys/dvb/camconditionalaccess.c:
8152         * sys/dvb/camconditionalaccess.h:
8153         * sys/dvb/camdevice.c:
8154         * sys/dvb/camdevice.h:
8155         * sys/dvb/camswclient.c:
8156         * sys/dvb/camswclient.h:
8157         * sys/dvb/camutils.c:
8158         * sys/dvb/camutils.h:
8159         Cam code now uses the pmt GstStructure passed from mpegtsparse
8160         signals rather than the GObject.
8161         * sys/dvb/dvbbasebin.c:
8162         Use new signals in mpegtsparse and use GstStructures as per
8163         mpegtsparse's modified API.
8164         
8165 2007-11-23  Edgard Lima  <edgard.lima@indt.org.br>
8166
8167         * ext/metadata/Makefile.am:
8168         * ext/metadata/gstmetadata.c:
8169         * ext/metadata/gstmetadatamux.c:
8170         * ext/metadata/gstmetadatamux.h:
8171         * ext/metadata/gstmetadataparse.c:
8172         * ext/metadata/gstmetadataparse.h:
8173         * ext/metadata/metadataparse.c:
8174         * ext/metadata/metadataparse.h:
8175         * ext/metadata/metadataparsejpeg.c:
8176         * ext/metadata/metadataparsejpeg.h:
8177         * ext/metadata/metadataparsepng.c:
8178         * ext/metadata/metadataparsepng.h:
8179         * ext/metadata/metadataparsetypes.h:
8180         * ext/metadata/metadatatypes.c:
8181         * ext/metadata/metadatatypes.h:
8182           Now parser is generic (just add/remove a list of chunks). And a
8183           template of muxer has been created.
8184
8185 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
8186
8187         * gst/speexresample/gstspeexresample.c:
8188         (gst_speex_resample_update_state):
8189         Only post the latency message if we have a resampler state already.
8190
8191 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
8192
8193         * gst/speexresample/gstspeexresample.c:
8194         (gst_speex_resample_update_state):
8195         Also post GST_MESSAGE_LATENCY if the latency changes.
8196
8197 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
8198
8199         * gst/speexresample/resample.c: (speex_resampler_get_latency),
8200         (speex_resampler_drain_float), (speex_resampler_drain_int),
8201         (speex_resampler_drain_interleaved_float),
8202         (speex_resampler_drain_interleaved_int):
8203         * gst/speexresample/speex_resampler.h:
8204         * gst/speexresample/speex_resampler_wrapper.h:
8205         Add functions to push the remaining samples and to get the latency
8206         of the resampler. These will get added to Speex SVN in this or a
8207         slightly changed form at some point too and should get merged then
8208         again.
8209
8210         * gst/speexresample/gstspeexresample.c: (gst_speex_resample_init),
8211         (gst_speex_resample_init_state),
8212         (gst_speex_resample_transform_size),
8213         (gst_speex_resample_push_drain), (gst_speex_resample_event),
8214         (gst_speex_fix_output_buffer), (gst_speex_resample_process),
8215         (gst_speex_resample_query), (gst_speex_resample_query_type):
8216         Drop the prepending zeroes and output the remaining samples on EOS.
8217         Also properly implement the latency query for this. speexresample
8218         should be completely ready for production use now.
8219
8220 2007-11-22  Wim Taymans  <wim.taymans@gmail.com>
8221
8222         * gst/rtpmanager/gstrtpjitterbuffer.c:
8223         (gst_rtp_jitter_buffer_query):
8224         jitterbuffer can buffer an unlimited amount of time and thus has no
8225         max_latency requirements.
8226
8227 2007-11-21  Sebastian Dröge  <slomo@circular-chaos.org>
8228
8229         * gst/speexresample/README:
8230         Add README explaining where the resampling code was taken from
8231         and which changes were done.
8232
8233         * gst/speexresample/resample.c: (speex_alloc), (speex_realloc),
8234         (speex_free):
8235         Use g_malloc() and friends instead of malloc() to achieve higher
8236         portability and define the functions inline.
8237
8238         * gst/speexresample/speex_resampler.h:
8239         Add back some useless preprocessor stuff to keep the diff between
8240         our version and the one from the Speex SVN repository lower.
8241
8242 2007-11-21  Sebastian Dröge  <slomo@circular-chaos.org>
8243
8244         * gst/filter/gstbpwsinc.c: (bpwsinc_set_property):
8245         * gst/filter/gstlpwsinc.c: (lpwsinc_set_property):
8246         Post a GST_MESSAGE_LATENCY if the latency changes.
8247
8248 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
8249
8250         * ext/faac/gstfaac.c: (gst_faac_sink_event):
8251         Don't try to flush the decoder on EOS when it was not initialized.
8252         Fixes #498667
8253
8254 2007-11-21  Julien Moutte  <julien@fluendo.com>
8255
8256         * ext/sdl/sdlaudiosink.c: (gst_sdlaudio_sink_write): Fix build
8257         on Mac OS X. (missing format parameter)
8258
8259 2007-11-21  Stefan Kost  <ensonic@users.sf.net>
8260
8261         * gst/equalizer/gstiirequalizer10bands.c:
8262         * gst/equalizer/gstiirequalizer3bands.c:
8263           Remove preset iface again. We'll re-add this after its been released
8264           in -good.
8265
8266 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8267
8268         * gst/speexresample/gstspeexresample.c:
8269         (gst_speex_fix_output_buffer), (gst_speex_resample_transform):
8270         Some small cleanup and addition of a TODO item.
8271
8272 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8273
8274         * gst/speexresample/Makefile.am:
8275         Add missing file.
8276
8277 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8278
8279         * docs/plugins/inspect/plugin-app.xml:
8280         * docs/plugins/inspect/plugin-bayer.xml:
8281         * docs/plugins/inspect/plugin-cdaudio.xml:
8282         * docs/plugins/inspect/plugin-dvb.xml:
8283         * docs/plugins/inspect/plugin-dvbsrc.xml:
8284         * docs/plugins/inspect/plugin-dvdspu.xml:
8285         * docs/plugins/inspect/plugin-festival.xml:
8286         * docs/plugins/inspect/plugin-flvdemux.xml:
8287         * docs/plugins/inspect/plugin-gstinterlace.xml:
8288         * docs/plugins/inspect/plugin-interleave.xml:
8289         * docs/plugins/inspect/plugin-ladspa.xml:
8290         * docs/plugins/inspect/plugin-mpeg4videoparse.xml:
8291         * docs/plugins/inspect/plugin-mpegtsparse.xml:
8292         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
8293         * docs/plugins/inspect/plugin-mve.xml:
8294         * docs/plugins/inspect/plugin-nas.xml:
8295         * docs/plugins/inspect/plugin-nuvdemux.xml:
8296         * docs/plugins/inspect/plugin-quicktime.xml:
8297         * docs/plugins/inspect/plugin-real.xml:
8298         * docs/plugins/inspect/plugin-rfbsrc.xml:
8299         * docs/plugins/inspect/plugin-sdp.xml:
8300         * docs/plugins/inspect/plugin-sndfile.xml:
8301         * docs/plugins/inspect/plugin-soup.xml:
8302         * docs/plugins/inspect/plugin-speexresample.xml:
8303         * docs/plugins/inspect/plugin-stereo.xml:
8304         * docs/plugins/inspect/plugin-switch.xml:
8305         * docs/plugins/inspect/plugin-vcdsrc.xml:
8306         * docs/plugins/inspect/plugin-videocrop.xml:
8307         * docs/plugins/inspect/plugin-videoparse.xml:
8308         * docs/plugins/inspect/plugin-vmnc.xml:
8309         * docs/plugins/inspect/plugin-x264.xml:
8310         * docs/plugins/inspect/plugin-y4menc.xml:
8311         Add missing inspection files to CVS.
8312
8313 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8314
8315         * docs/plugins/Makefile.am:
8316         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
8317         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
8318         * docs/plugins/gst-plugins-bad-plugins.args:
8319         * docs/plugins/gst-plugins-bad-plugins.signals:
8320         * docs/plugins/inspect/plugin-bz2.xml:
8321         * docs/plugins/inspect/plugin-cdxaparse.xml:
8322         * docs/plugins/inspect/plugin-dtsdec.xml:
8323         * docs/plugins/inspect/plugin-equalizer.xml:
8324         * docs/plugins/inspect/plugin-faac.xml:
8325         * docs/plugins/inspect/plugin-faad.xml:
8326         * docs/plugins/inspect/plugin-filter.xml:
8327         * docs/plugins/inspect/plugin-freeze.xml:
8328         * docs/plugins/inspect/plugin-gio.xml:
8329         * docs/plugins/inspect/plugin-gsm.xml:
8330         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
8331         * docs/plugins/inspect/plugin-h264parse.xml:
8332         * docs/plugins/inspect/plugin-modplug.xml:
8333         * docs/plugins/inspect/plugin-mpeg2enc.xml:
8334         * docs/plugins/inspect/plugin-musepack.xml:
8335         * docs/plugins/inspect/plugin-musicbrainz.xml:
8336         * docs/plugins/inspect/plugin-nsfdec.xml:
8337         * docs/plugins/inspect/plugin-replaygain.xml:
8338         * docs/plugins/inspect/plugin-soundtouch.xml:
8339         * docs/plugins/inspect/plugin-spcdec.xml:
8340         * docs/plugins/inspect/plugin-spectrum.xml:
8341         * docs/plugins/inspect/plugin-speed.xml:
8342         * docs/plugins/inspect/plugin-tta.xml:
8343         * docs/plugins/inspect/plugin-videosignal.xml:
8344         * docs/plugins/inspect/plugin-xingheader.xml:
8345         * docs/plugins/inspect/plugin-xvid.xml:
8346         * gst/speexresample/gstspeexresample.h:
8347         Add speexresample to the docs and while at that do a make update.
8348
8349 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8350
8351         * gst/speexresample/gstspeexresample.c:
8352         (gst_speex_fix_output_buffer), (gst_speex_resample_process):
8353         If the resampler gives less output samples than expected
8354         adjust the output buffer and print a warning.
8355
8356 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8357
8358         * configure.ac:
8359         * gst/speexresample/arch.h:
8360         * gst/speexresample/fixed_generic.h:
8361         * gst/speexresample/gstspeexresample.c:
8362         (gst_speex_resample_base_init), (gst_speex_resample_class_init),
8363         (gst_speex_resample_init), (gst_speex_resample_start),
8364         (gst_speex_resample_stop), (gst_speex_resample_get_unit_size),
8365         (gst_speex_resample_transform_caps),
8366         (gst_speex_resample_init_state), (gst_speex_resample_update_state),
8367         (gst_speex_resample_reset_state), (gst_speex_resample_parse_caps),
8368         (gst_speex_resample_transform_size), (gst_speex_resample_set_caps),
8369         (gst_speex_resample_event), (gst_speex_resample_check_discont),
8370         (gst_speex_resample_process), (gst_speex_resample_transform),
8371         (gst_speex_resample_set_property),
8372         (gst_speex_resample_get_property), (plugin_init):
8373         * gst/speexresample/gstspeexresample.h:
8374         * gst/speexresample/resample.c: (speex_alloc), (speex_realloc),
8375         (speex_free), (compute_func), (main), (sinc), (cubic_coef),
8376         (resampler_basic_direct_single), (resampler_basic_direct_double),
8377         (resampler_basic_interpolate_single),
8378         (resampler_basic_interpolate_double), (update_filter),
8379         (speex_resampler_init), (speex_resampler_init_frac),
8380         (speex_resampler_destroy), (speex_resampler_process_native),
8381         (speex_resampler_process_float), (speex_resampler_process_int),
8382         (speex_resampler_process_interleaved_float),
8383         (speex_resampler_process_interleaved_int),
8384         (speex_resampler_set_rate), (speex_resampler_get_rate),
8385         (speex_resampler_set_rate_frac), (speex_resampler_get_ratio),
8386         (speex_resampler_set_quality), (speex_resampler_get_quality),
8387         (speex_resampler_set_input_stride),
8388         (speex_resampler_get_input_stride),
8389         (speex_resampler_set_output_stride),
8390         (speex_resampler_get_output_stride), (speex_resampler_skip_zeros),
8391         (speex_resampler_reset_mem), (speex_resampler_strerror):
8392         * gst/speexresample/speex_resampler.h:
8393         * gst/speexresample/speex_resampler_float.c:
8394         * gst/speexresample/speex_resampler_int.c:
8395         * gst/speexresample/speex_resampler_wrapper.h:
8396         Add resample element based on the Speex resampling algorithm.
8397
8398 2007-11-20  Edgard Lima  <edgard.lima@indt.org.br>
8399
8400         * ext/metadata/gstmetadataparse.c:
8401         * ext/metadata/gstmetadataparse.h:
8402           Fixed buffer strip (safer wil pull and after seek).
8403
8404 2007-11-19  Stefan Kost  <ensonic@users.sf.net>
8405
8406         * gst/equalizer/gstiirequalizer10bands.c:
8407         * gst/equalizer/gstiirequalizer3bands.c:
8408           Activate preset iface and upload two presets here.
8409
8410 2007-11-19  Edgard Lima  <edgard.lima@indt.org.br>
8411
8412         * ext/metadata/gstmetadataparse.c:
8413         * ext/metadata/gstmetadataparse.h:
8414           Strip out in pull mode also. Seek and Query functions added.
8415
8416 2007-11-18  Edgard Lima  <edgard.lima@indt.org.br>
8417
8418         * ext/metadata/gstmetadataparse.c:
8419         * ext/metadata/gstmetadataparse.h:
8420         * ext/metadata/metadataparse.c:
8421         * ext/metadata/metadataparse.h:
8422         * ext/metadata/metadataparsejpeg.c:
8423         * ext/metadata/metadataparsejpeg.h:
8424         * ext/metadata/metadataparsepng.c:
8425         * ext/metadata/metadataparsepng.h:
8426         * ext/metadata/metadataparsetypes.h:
8427           Strip out metadata chunks.
8428
8429 2007-11-16  Stefan Kost  <ensonic@users.sf.net>
8430
8431         * configure.ac:
8432           Als use AG_GST_PLUGIN_DOCS (see #344039).
8433
8434 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
8435
8436         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
8437
8438         * gst/mpegtsparse/mpegtspacketizer.c: (foreach_stream_clear),
8439         (remove_all), (mpegts_packetizer_clear):
8440         Ensure that the plugin does not crash when the property pat-info is
8441         queried before a PAT is available. It also ensures that the PAT info is
8442         cleared when the changing from PLAYING to READY.
8443         Fixes #487892.
8444
8445 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
8446
8447         Patch by: Wouter Paesen <wouter at blue-gate dot be>
8448
8449         * ext/soundtouch/gstpitch.cc:
8450         Handle seeking correctly. Fixes #461068.
8451
8452 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
8453
8454         Patch by: Michael Kötter <m dot koetter at oraise dot de>
8455
8456         * ext/alsaspdif/alsaspdifsink.c: (alsaspdifsink_set_caps),
8457         (alsaspdifsink_get_time), (alsaspdifsink_open),
8458         (alsaspdifsink_set_params), (alsaspdifsink_delay), (plugin_init):
8459         Fix sample rate and clocking.
8460         Remove buffer_time and period_time as this seems to break on some
8461         hardware. Fixes #485462.
8462
8463 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
8464
8465         Patch by: Wouter Cloetens <wouter at mind dot be>
8466
8467         * configure.ac:
8468         * ext/Makefile.am:
8469         * ext/soup/Makefile.am:
8470         * ext/soup/gstsouphttpsrc.c: (_do_init),
8471         (gst_souphttp_src_base_init), (gst_souphttp_src_class_init),
8472         (gst_souphttp_src_init), (gst_souphttp_src_dispose),
8473         (gst_souphttp_src_set_property), (gst_souphttp_src_get_property),
8474         (gst_souphttp_src_create), (gst_souphttp_src_start),
8475         (gst_souphttp_src_stop), (gst_souphttp_src_unlock),
8476         (gst_souphttp_src_set_location), (soup_got_chunk), (soup_response),
8477         (soup_session_close), (plugin_init):
8478         * ext/soup/gstsouphttpsrc.h:
8479         Added HTTP source based on libsoup. Fixes #497020.
8480
8481 2007-11-15  Thijs Vermeir  <thijsvermeir@gmail.com>
8482
8483         * gst/librfb/gstrfbsrc.c:
8484         don't forget to handle the offset's
8485         * gst/librfb/rfbdecoder.c:
8486         * gst/librfb/rfbdecoder.h:
8487         precalculate some many used values
8488
8489 2007-11-15  Thijs Vermeir  <thijsvermeir@gmail.com>
8490
8491         patch by: Armando Taffarel Neto <taffarel@solis.coop.br>
8492         * gst/librfb/gstrfbsrc.c:
8493         Set the timestamp for the output buffers
8494
8495 2007-11-14  Sebastian Dröge  <slomo@circular-chaos.org>
8496
8497         * tests/check/elements/spectrum.c: (GST_START_TEST):
8498         Fix spectrum unit test for the latest spectrum changes.
8499
8500 2007-11-12  Sebastian Dröge  <slomo@circular-chaos.org>
8501
8502         Patch by: René Stadler <mail at renestadler dot de>
8503
8504         * gst/replaygain/rganalysis.c: (yule_filter):
8505         Avoid slowdown from denormals when processing near-silence input data.
8506         Spotted by Gabriel Bouvigne. Fixes #494499.
8507
8508 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
8509
8510         * gst/flv/gstflvparse.c:
8511         Add mapping for Nellymoser ASAO audio codec.
8512         (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video): Make sure we
8513         actually have data to read at the end of the tag. This avoids trying
8514         to allocate negative buffers.
8515
8516 2007-11-12  Edgard Lima  <edgard.lima@indt.org.br>
8517
8518         * ext/metadata/README:
8519           Added a design proposal from metadata parse and mux.
8520
8521 2007-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
8522
8523         * gst/equalizer/demo.c: (draw_spectrum):
8524         * gst/spectrum/demo-audiotest.c: (draw_spectrum):
8525         * gst/spectrum/demo-osssrc.c: (draw_spectrum):
8526         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init):
8527         Change the meaning of the magnitude values given in the
8528         GstMessages by spectrum to decibel instead of
8529         decibel+threshold.
8530
8531 2007-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
8532
8533         * gst/equalizer/gstiirequalizer10bands.c:
8534         * gst/equalizer/gstiirequalizer3bands.c:
8535         * gst/equalizer/gstiirequalizernbands.c:
8536         And continue to update docs. Also include some sample code
8537         for the n-band equalizer in the docs.
8538
8539 2007-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
8540
8541         * gst/equalizer/gstiirequalizer10bands.c:
8542         (gst_iir_equalizer_10bands_class_init):
8543         * gst/equalizer/gstiirequalizer3bands.c:
8544         (gst_iir_equalizer_3bands_class_init):
8545         * gst/equalizer/gstiirequalizernbands.c:
8546         Update docs and property ranges to the real values.
8547
8548 2007-11-09  Sebastian Dröge  <slomo@circular-chaos.org>
8549
8550         * gst/spectrum/gstspectrum.c:
8551         Now do the scaling right for real. Also initialize a previously
8552         uninitialized variable.
8553
8554 2007-11-09  Edgard Lima  <edgard.lima@indt.org.br>
8555
8556         * ext/metadata/metadataparsexmp.c:
8557         (metadataparse_xmp_tag_list_add),
8558         (metadataparse_xmp_iter_simple_qual),
8559         (metadataparse_xmp_iter_simple), (metadataparse_xmp_iter_array),
8560         (metadataparse_xmp_iter):
8561           Extracting more detailed info from XMP.
8562
8563 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
8564
8565         * gst/equalizer/demo.c:
8566           Make default volume a bit less. Improve layout by giving more space to
8567           the slider with big-numbers and enable fill.
8568
8569 2007-11-07  Sebastian Dröge  <slomo@circular-chaos.org>
8570
8571         * configure.ac:
8572         * tests/check/pipelines/gio.c: (GST_START_TEST):
8573         Require GIO >= 0.1.2 and adjust unit test for an API change.
8574
8575 2007-11-07  Sebastian Dröge  <slomo@circular-chaos.org>
8576
8577         * tests/icles/equalizer-test.c: (do_slider_fiddling):
8578         Fix gain ranges for the latest equalizer changes.
8579
8580 2007-11-07  Sebastian Dröge  <slomo@circular-chaos.org>
8581
8582         * ext/gio/gstgio.h:
8583         Add macro to check if a stream supports seeking.
8584
8585         * ext/gio/Makefile.am:
8586         * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_base_init),
8587         (gst_gio_base_sink_class_init), (gst_gio_base_sink_init),
8588         (gst_gio_base_sink_finalize), (gst_gio_base_sink_start),
8589         (gst_gio_base_sink_stop), (gst_gio_base_sink_unlock),
8590         (gst_gio_base_sink_unlock_stop), (gst_gio_base_sink_event),
8591         (gst_gio_base_sink_render), (gst_gio_base_sink_query),
8592         (gst_gio_base_sink_set_stream):
8593         * ext/gio/gstgiobasesink.h:
8594         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_base_init),
8595         (gst_gio_base_src_class_init), (gst_gio_base_src_init),
8596         (gst_gio_base_src_finalize), (gst_gio_base_src_start),
8597         (gst_gio_base_src_stop), (gst_gio_base_src_get_size),
8598         (gst_gio_base_src_is_seekable), (gst_gio_base_src_unlock),
8599         (gst_gio_base_src_unlock_stop), (gst_gio_base_src_check_get_range),
8600         (gst_gio_base_src_create), (gst_gio_base_src_set_stream):
8601         * ext/gio/gstgiobasesrc.h:
8602         Refactor common GIO functions to GstGioBaseSink and GstGioBaseSrc
8603         base classes that only require a GInputStream or GOutputStream to
8604         work.
8605
8606         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
8607         (gst_gio_sink_class_init), (gst_gio_sink_init),
8608         (gst_gio_sink_finalize), (gst_gio_sink_start):
8609         * ext/gio/gstgiosink.h:
8610         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
8611         (gst_gio_src_class_init), (gst_gio_src_init),
8612         (gst_gio_src_finalize), (gst_gio_src_start):
8613         * ext/gio/gstgiosrc.h:
8614         Use the newly created base classes here.
8615
8616         * ext/gio/gstgio.c: (plugin_init):
8617         * ext/gio/gstgiostreamsink.c: (gst_gio_stream_sink_base_init),
8618         (gst_gio_stream_sink_class_init), (gst_gio_stream_sink_init),
8619         (gst_gio_stream_sink_finalize), (gst_gio_stream_sink_set_property),
8620         (gst_gio_stream_sink_get_property):
8621         * ext/gio/gstgiostreamsink.h:
8622         * ext/gio/gstgiostreamsrc.c: (gst_gio_stream_src_base_init),
8623         (gst_gio_stream_src_class_init), (gst_gio_stream_src_init),
8624         (gst_gio_stream_src_finalize), (gst_gio_stream_src_set_property),
8625         (gst_gio_stream_src_get_property):
8626         * ext/gio/gstgiostreamsrc.h:
8627         Implement GstGioStreamSink and GstGioStreamSrc that have a property
8628         to set the GInputStream/GOutputStream that should be used.
8629
8630         * tests/check/Makefile.am:
8631         * tests/check/pipelines/.cvsignore:
8632         * tests/check/pipelines/gio.c: (message_handler), (GST_START_TEST),
8633         (gio_testsuite), (main):
8634         Add unit test for giostreamsrc and giostreamsink.
8635
8636 2007-11-07  Sebastian Dröge  <slomo@circular-chaos.org>
8637
8638         * ext/gio/gstgio.c: (plugin_init):
8639         Remove nowadays unnecessary workaround for a crash.
8640         
8641         * ext/gio/gstgiosink.c: (gst_gio_sink_finalize),
8642         (gst_gio_sink_start), (gst_gio_sink_stop),
8643         (gst_gio_sink_unlock_stop):
8644         * ext/gio/gstgiosink.h:
8645         * ext/gio/gstgiosrc.c: (gst_gio_src_finalize), (gst_gio_src_start),
8646         (gst_gio_src_stop), (gst_gio_src_unlock_stop):
8647         * ext/gio/gstgiosrc.h:
8648         Make the finalize function safer, clean up everything that could stay
8649         around.
8650
8651         Reset the cancellable instead of creating a new one after cancelling
8652         some operation.
8653
8654         Don't store the GFile in the element, it's only necessary for creating
8655         the streams.
8656
8657 2007-11-06  Sebastian Dröge  <slomo@circular-chaos.org>
8658
8659         * gst/spectrum/demo-audiotest.c: (main):
8660         Use autoaudiosink instead of alsasink and use a sine wave.
8661
8662         * gst/spectrum/gstspectrum.c:
8663         Fix the magnitude calculation.
8664
8665 2007-11-04  Tim-Philipp Müller  <tim at centricular dot net>
8666
8667         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
8668
8669         * gst-libs/gst/dshow/gstdshowfakesink.cpp:
8670           (CDshowFakeSink.CDshowFakeSink):
8671         * gst-libs/gst/dshow/gstdshowfakesink.h: (CDshowFakeSink.m_hres):
8672           Fix crasher in constructor due to the base class's constructor
8673           not necessarily being NULL-safe (depends on the SDK version used
8674           apparently; #492406).
8675
8676         * sys/dshowsrcwrapper/gstdshowaudiosrc.c: (gst_dshowaudiosrc_prepare):
8677         * sys/dshowsrcwrapper/gstdshowvideosrc.c: (gst_dshowvideosrc_set_caps):
8678           Fix a couple of MSVC compiler warnings (#492406).
8679
8680 2007-11-03  Sebastian Dröge  <slomo@circular-chaos.org>
8681
8682         * gst/equalizer/demo.c: (main):
8683         * gst/equalizer/gstiirequalizer.c:
8684         (gst_iir_equalizer_band_class_init), (setup_filter):
8685         Allow setting 0 as bandwidth and handle this correctly.
8686         Also handle a bandwidth of rate/2 properly.
8687
8688         * gst/equalizer/gstiirequalizernbands.c:
8689         (gst_iir_equalizer_nbands_class_init):
8690         Make it possible to generate a N-band equalizer with 1 bands. The
8691         previous limit of 2 was caused by a nowadays replaced calculation
8692         doing a division by zero if number of bands was 1.
8693
8694 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
8695
8696         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
8697
8698         * gst/rtpmanager/gstrtpsession.c:
8699           Fix bad function signatures (#492798).
8700
8701 2007-11-02  Edgard Lima  <edgard.lima@indt.org.br>
8702
8703         * ext/metadata/Makefile.am:
8704         * ext/metadata/gstmetadataparse.c:
8705         * ext/metadata/gstmetadataparse.h:
8706         * ext/metadata/metadataparse.c:
8707         * ext/metadata/metadataparse.h:
8708         * ext/metadata/metadataparseexif.c:
8709         * ext/metadata/metadataparseexif.h:
8710         * ext/metadata/metadataparseiptc.c:
8711         * ext/metadata/metadataparseiptc.h:
8712         * ext/metadata/metadataparsejpeg.c:
8713         * ext/metadata/metadataparsejpeg.h:
8714         * ext/metadata/metadataparsepng.c:
8715         * ext/metadata/metadataparsepng.h:
8716         * ext/metadata/metadataparseutil.c:
8717         * ext/metadata/metadataparseutil.h:
8718         * ext/metadata/metadataparsexmp.c:
8719         * ext/metadata/metadataparsexmp.h:
8720           Added support for PNG/XMP. Indentation. And fixed pull mode to parse
8721           the file. 
8722
8723 2007-11-02  Edgard Lima  <edgard.lima@indt.org.br>
8724
8725         * ext/metadata/gstmetadataparse.c: (gst_metadata_parse_init),
8726         (gst_metadata_parse_activate), (gst_metadata_parse_get_range),
8727         (gst_metadata_parse_element_activate_src_pull):
8728           Now metadataparse works in push or pull mode.
8729
8730 2007-11-01  Edgard Lima  <edgard.lima@indt.org.br>
8731
8732         * configure.ac:
8733         * ext/metadata/Makefile.am:
8734         * ext/metadata/metadataparseexif.c:
8735         (metadataparse_exif_tags_register),
8736         (metadataparse_exif_tag_list_add):
8737         * ext/metadata/metadataparseiptc.c:
8738         * ext/metadata/metadataparsejpeg.c: (metadataparse_jpeg_init),
8739         (metadataparse_jpeg_dispose), (metadataparse_jpeg_parse),
8740         (metadataparse_jpeg_reading), (metadataparse_jpeg_xmp):
8741         * ext/metadata/metadataparseutil.c:
8742         (metadataparse_tag_list_add_chunk):
8743         * ext/metadata/metadataparseutil.h:
8744         * ext/metadata/metadataparsexmp.c:
8745         (metadataparse_xmp_tags_register),
8746         (metadataparse_xmp_tag_list_add), (metadataparse_xmp_init),
8747         (metadataparse_xmp_dispose):
8748         * ext/metadata/metadataparsexmp.h:
8749           Some XMP stuff added.
8750
8751 2007-10-31  Edgard Lima  <edgard.lima@indt.org.br>
8752
8753         * ext/metadata/gstmetadataparse.c:
8754         (gst_metadata_parse_dispose_members),
8755         (gst_metadata_parse_init_members), (gst_metadata_parse_send_tags),
8756         (gst_metadata_parse_chain), (gst_metadata_parse_get_range),
8757         (gst_metadata_parse_change_state),
8758         (gst_metadata_parse_plugin_init):
8759         * ext/metadata/gstmetadataparse.h:
8760         * ext/metadata/metadataparseexif.c:
8761         (metadataparse_exif_tags_register),
8762         (metadataparse_exif_tag_list_add),
8763         (exif_data_foreach_content_func),
8764         (exif_content_foreach_entry_func):
8765         * ext/metadata/metadataparseexif.h:
8766         * ext/metadata/metadataparseiptc.c:
8767         (metadataparse_iptc_tags_register),
8768         (metadataparse_tag_list_add_chunk),
8769         (metadataparse_iptc_tag_list_add),
8770         (iptc_data_foreach_dataset_func):
8771         * ext/metadata/metadataparseiptc.h:
8772         * ext/metadata/metadataparsexmp.c:
8773         (metadataparse_xmp_tags_register),
8774         (metadataparse_xmp_tag_list_add):
8775         * ext/metadata/metadataparsexmp.h:
8776           Now sending iptc tag in whole chunk. Ready to also send exif and xmp
8777           in the same way (look at bug #486659).
8778
8779 2007-10-31  Thijs Vermeir  <thijsvermeir@gmail.com>
8780
8781         * gst/librfb/rfbdecoder.c:
8782                 Some refactoring in RAW encoding
8783
8784 2007-10-31  Thijs Vermeir  <thijsvermeir@gmail.com>
8785
8786         * gst/librfb/d3des.h:
8787         * gst/librfb/gstrfbsrc.c:
8788         * gst/librfb/gstrfbsrc.h:
8789         * gst/librfb/rfbbuffer.h:
8790         * gst/librfb/rfbcontext.h:
8791         * gst/librfb/rfbdecoder.c:
8792         * gst/librfb/rfbdecoder.h:
8793         * gst/librfb/rfbutil.h:
8794         * gst/librfb/vncauth.h:
8795                 Added copyrect encoding
8796
8797 2007-10-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8798
8799         * sys/dvb/camswclient.c:
8800         Warn on failed write.
8801
8802 2007-10-30  Sebastian Dröge  <slomo@circular-chaos.org>
8803
8804         * gst/equalizer/Makefile.am:
8805         * gst/equalizer/demo.c: (on_window_destroy), (on_configure_event),
8806         (on_gain_changed), (on_bandwidth_changed), (on_freq_changed),
8807         (draw_spectrum), (message_handler), (main):
8808         Add small demo application based on the spectrum demo applications
8809         that gets white noise as input, pushes it through an equalizer and
8810         paints the spectrum. For every equalizer band it's possible to set
8811         gain, bandwidth and frequency.
8812         * gst/equalizer/gstiirequalizer.c: (setup_filter):
8813         Add some guarding against too large or too small frequencies and
8814         bandwidths. Also improve debugging a bit.
8815
8816 2007-10-30  Sebastian Dröge  <slomo@circular-chaos.org>
8817
8818         * gst/equalizer/gstiirequalizer.c:
8819         (gst_iir_equalizer_band_set_property),
8820         (gst_iir_equalizer_band_get_property),
8821         (gst_iir_equalizer_band_class_init), (arg_to_scale),
8822         (setup_filter), (gst_iir_equalizer_compute_frequencies):
8823         Replace filters with a bit better filters for which we can actually
8824         find documentation, which don't change anything on zero gain, etc.
8825         
8826         Make the frequency property of the bands writable, rename the
8827         band-width property to bandwidth and change the meaning to the
8828         frequency difference between bandedges, change the meaning of the
8829         gain property to dB instead of a weird scale between -1 and 1 that
8830         has no real meaning.
8831
8832 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
8833
8834         * sys/dvb/dvbbasebin.c:
8835           Fix the build.
8836
8837 2007-10-30  Edgard Lima  <edgard.lima@indt.org.br>
8838
8839         * ext/metadata/.cvsignore:
8840         * ext/metadata/gstmetadataparse.c: (gst_metadata_parse_base_init),
8841         (gst_metadata_parse_init), (gst_metadata_parse_get_caps),
8842         (gst_metadata_parse_configure_srccaps),
8843         (gst_metadata_parse_set_caps), (gst_metadata_parse_activate),
8844         (gst_metadata_parse_plugin_init):
8845         * ext/metadata/metadataparse.c: (metadataparse_parse):
8846         * ext/metadata/metadataparse.h:
8847           Changed kclass to "Parser/Extracter/Metadata", changed caps to
8848           "image/jpeg, tags-extract=true/false" and changed priority to
8849           GST_RANK_PRIMARY+1. Also, srcpad can only work in push mode until
8850           fixed to also work in pull mode.
8851
8852 2007-10-30  Edgard Lima  <edgard.lima@indt.org.br>
8853
8854         * configure.ac:
8855         * ext/Makefile.am:
8856         * ext/metadata/:
8857         * ext/metadata/Makefile.am:
8858         * ext/metadata/gstmetadata.c:
8859         * ext/metadata/gstmetadataparse.c:
8860         * ext/metadata/gstmetadataparse.h:
8861         * ext/metadata/metadataparse.c:
8862         * ext/metadata/metadataparse.h:
8863         * ext/metadata/metadataparseexif.c:
8864         * ext/metadata/metadataparseexif.h:
8865         * ext/metadata/metadataparseiptc.c:
8866         * ext/metadata/metadataparseiptc.h:
8867         * ext/metadata/metadataparsejpeg.c:
8868         * ext/metadata/metadataparsejpeg.h:
8869         * ext/metadata/metadataparsexmp.c:
8870         * ext/metadata/metadataparsexmp.h:
8871           Created new plugin ('medadata') and element ('metadataparse') that
8872           extract metadata from images (look at bug #486659).
8873
8874 2007-10-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8875
8876         * sys/dvb/dvbbasebin.c:
8877         Uncomment the line that sets the pid filter. Wrong way to 
8878         work-around driver issues.
8879
8880 2007-10-28  Tim-Philipp Müller  <tim at centricular dot net>
8881
8882         * ext/faac/gstfaac.c: (gst_faac_profile_get_type),
8883           (gst_faac_class_init), (gst_faac_init):
8884           Fix bitrate ranges and change enum nick for low complexity
8885           profile from LOW to LC for consistency (#490060).
8886
8887 2007-10-27  Tim-Philipp Müller  <tim at centricular dot net>
8888
8889         * gst/interleave/interleave.c: (gst_interleave_request_new_pad):
8890           Let's not call every request pad we create "sink%d", that'll
8891           create problems if there's to be more than one pad. Fixes #490682.
8892
8893         * tests/check/Makefile.am:
8894         * tests/check/elements/.cvsignore:
8895         * tests/check/elements/interleave.c:
8896           Add unit test for the above.
8897
8898 2007-10-27  Julien MOUTTE  <julien@moutte.net>
8899
8900         * gst/mpeg4videoparse/mpeg4videoparse.c: (gst_mpeg4vparse_align),
8901         (gst_mpeg4vparse_drain), (gst_mpeg4vparse_chain),
8902         (gst_mpeg4vparse_sink_setcaps), (gst_mpeg4vparse_sink_event),
8903         (gst_mpeg4vparse_cleanup), (gst_mpeg4vparse_change_state),
8904         (gst_mpeg4vparse_dispose), (gst_mpeg4vparse_base_init),
8905         (gst_mpeg4vparse_class_init), (gst_mpeg4vparse_init),
8906         (plugin_init):
8907         * gst/mpeg4videoparse/mpeg4videoparse.h: Improved version not
8908         damaging headers using a simple state machine.
8909
8910 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
8911
8912         * ext/x264/gstx264enc.c:
8913           Fix build against the libx264 version that ships with debian stable.
8914
8915 2007-10-26  Julien MOUTTE  <julien@moutte.net>
8916
8917         * configure.ac:
8918         * gst/mpeg4videoparse/Makefile.am:
8919         * gst/mpeg4videoparse/mpeg4videoparse.c: (gst_mpeg4vparse_drain),
8920         (gst_mpeg4vparse_chain), (gst_mpeg4vparse_sink_setcaps),
8921         (gst_mpeg4vparse_sink_event), (gst_mpeg4vparse_cleanup),
8922         (gst_mpeg4vparse_change_state), (gst_mpeg4vparse_dispose),
8923         (gst_mpeg4vparse_base_init), (gst_mpeg4vparse_class_init),
8924         (gst_mpeg4vparse_init), (plugin_init):
8925         * gst/mpeg4videoparse/mpeg4videoparse.h: Add a simple MPEG4 ES
8926         parser.
8927
8928 2007-10-25  David Schleef  <ds@schleef.org>
8929
8930         * gst/multifile/Makefile.am:
8931         * gst/multifile/gstmultifilesink.c:
8932         * gst/multifile/gstmultifilesrc.c:
8933         * tests/check/Makefile.am:
8934         * tests/check/elements/multifile.c:
8935           Improve documentation, write some tests for multifilesrc/sink
8936           for upcoming ->good review.
8937
8938 2007-10-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8939
8940         * sys/dvb/gstdvbsrc.c:
8941         Actually use the code-rate-hp parameter for DVB-S.
8942         It turns out setting to AUTO does not always work (
8943         especially in diseq situations). Set by default to 
8944         FEC_AUTO.
8945
8946 2007-10-22  Julien MOUTTE  <julien@moutte.net>
8947
8948         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
8949         (gst_flv_parse_tag_video), (gst_flv_parse_tag_type): Don't
8950         emit no-more-pads for single pad scenarios as the header
8951         is definitely not reliable. We emit them for 2 pads scenarios
8952         though to speed up media discovery.
8953
8954 2007-10-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8955
8956         * sys/dvb/dvbbasebin.c:
8957         Added proxy property of diseqc-source
8958
8959 2007-10-18  Sebastian Dröge  <slomo@circular-chaos.org>
8960
8961         * gst/equalizer/gstiirequalizer.c:
8962         (gst_iir_equalizer_band_set_property):
8963         Add a missing break.
8964
8965 2007-10-18  Sebastian Dröge  <slomo@circular-chaos.org>
8966
8967         * gst/equalizer/gstiirequalizer.c:
8968         (gst_iir_equalizer_band_set_property),
8969         (gst_iir_equalizer_band_get_property),
8970         (gst_iir_equalizer_band_class_init), (gst_iir_equalizer_band_init),
8971         (gst_iir_equalizer_band_get_type), (gst_iir_equalizer_class_init),
8972         (setup_filter), (gst_iir_equalizer_setup):
8973         * gst/equalizer/gstiirequalizer.h:
8974         Move bandwidth property to the separate bands and add float64 support.
8975
8976 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
8977
8978         * ext/cdaudio/Makefile.am:
8979           Add another missing GST_LIBS.
8980
8981 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
8982
8983         Patch by: Richard Hult <richard imendio com>
8984
8985         * gst/dvdspu/Makefile.am:
8986           Fix LIBS - we need to link against libgstreamer (fixes #487496).
8987
8988 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
8989
8990         * sys/dvb/camapplication.c:
8991         * sys/dvb/camresourcemanager.c:
8992           Fix some warnings.
8993
8994 2007-10-16  Thijs Vermeir  <thijsvermeir@gmail.com>
8995
8996         * gst/librfb/rfbdecoder.c:
8997           Add the set encodings client message
8998
8999 2007-10-16  Thijs Vermeir  <thijsvermeir@gmail.com>
9000
9001         * gst/librfb/Makefile.am:
9002         * gst/librfb/rfb.h:
9003         * gst/librfb/rfbbytestream.c:
9004         * gst/librfb/rfbbytestream.h:
9005         * gst/librfb/rfbdecoder.c:
9006         * gst/librfb/rfbdecoder.h:
9007           Remove the rfbbytestream dead code
9008
9009 2007-10-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9010
9011         patch by: Alessandro Decina
9012
9013         * sys/dvb/Makefile.am:
9014         * sys/dvb/cam.c:
9015         * sys/dvb/cam.h:
9016         * sys/dvb/camapplication.c:
9017         * sys/dvb/camapplication.h:
9018         * sys/dvb/camapplicationinfo.c:
9019         * sys/dvb/camapplicationinfo.h:
9020         * sys/dvb/camconditionalaccess.c:
9021         * sys/dvb/camconditionalaccess.h:
9022         * sys/dvb/camdevice.c:
9023         * sys/dvb/camdevice.h:
9024         * sys/dvb/camresourcemanager.c:
9025         * sys/dvb/camresourcemanager.h:
9026         * sys/dvb/camsession.c:
9027         * sys/dvb/camsession.h:
9028         * sys/dvb/camswclient.c:
9029         * sys/dvb/camswclient.h:
9030         * sys/dvb/camtransport.c:
9031         * sys/dvb/camtransport.h:
9032         * sys/dvb/camutils.c:
9033         * sys/dvb/camutils.h:
9034         * sys/dvb/dvbbasebin.c:
9035         * sys/dvb/dvbbasebin.h:
9036         * sys/dvb/gstdvb.c:
9037         * sys/dvb/gstdvbsrc.c:
9038         * sys/dvb/gstdvbsrc.h:
9039         Integrate SoC work done by Alessandro for the Freevo project.
9040         Adds cam support to the dvb stack in GStreamer and a new
9041         element (actually a bin) called dvbbasebin that integrates
9042         dvbsrc and mpegtsparse to a) handle decryption and b) allow 
9043         acquiring multiple channels on same transponder without 
9044         knowing pid numbers.
9045
9046 2007-10-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9047
9048         patch by: Alessandro Decina
9049
9050         * gst/mpegtsparse/mpegtspacketizer.c:
9051         * gst/mpegtsparse/mpegtsparse.c:
9052         * gst/mpegtsparse/mpegtsparse.h:
9053         Add request pad for getting the full transport stream coming in.
9054
9055 2007-10-14  Sebastian Dröge  <slomo@circular-chaos.org>
9056
9057         * configure.ac:
9058           Update the highest allowed neon version from 0.26.99 to 0.27.99.
9059           No code changes are required to work with the newest neon version.
9060
9061 2007-10-10  Tim-Philipp Müller  <tim at centricular dot net>
9062
9063         * configure.ac:
9064           Require core CVS.  This is implicit in the -base CVS
9065           requirement already, so we might just well spell it
9066           out.  Also, we do need at least 0.10.14 for
9067           gst_element_class_set_details_simple().  Make check
9068           for gmyth a bit more restrictive so things don't break
9069           if the next version changes API.
9070
9071         * ext/alsaspdif/alsaspdifsink.c:
9072           Work around alsa alloca macros triggering 'always evaluates to
9073           true' warnings with gcc-4.2 and fix compilation with gcc-4.2.
9074           Also don't leak the device string.
9075
9076         * ext/mpeg2enc/gstmpeg2enc.cc:
9077         * ext/soundtouch/gstpitch.cc:
9078         * gst/modplug/gstmodplug.cc:
9079           Fix compilation with g++4.2 and -Wall -Werror (also needs plugin
9080           define fix from core CVS). Fixes #462737.
9081
9082 2007-10-09  Wim Taymans  <wim.taymans@gmail.com>
9083
9084         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
9085
9086         * gst/rtpmanager/gstrtpbin.c: (create_stream),
9087         (gst_rtp_bin_class_init):
9088         Fix memleak. Fixes #484990.
9089
9090 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
9091
9092         * gst/librfb/rfbbuffer.c: (rfb_buffer_new_and_alloc):
9093         * gst/librfb/rfbbuffer.h:
9094         * gst/librfb/rfbdecoder.c: (rfb_socket_get_buffer):
9095         * gst/mpegvideoparse/mpegvideoparse.c: (gst_mpegvideoparse_chain):
9096         * gst/nsf/nes6502.c: (nes6502_execute):
9097         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps):
9098         * gst/real/gstrealvideodec.c: (open_library):
9099         * gst/real/gstrealvideodec.h:
9100         * gst/rtpmanager/gstrtpsession.c: (create_recv_rtp_sink),
9101         (create_recv_rtcp_sink), (create_send_rtp_sink):
9102         Fix compiler warnings shown by Forte.
9103
9104 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
9105
9106         * gst/rtpmanager/gstrtpbin.c: (get_pt_map),
9107         (gst_rtp_bin_clear_pt_map), (gst_rtp_bin_class_init):
9108         Fix caps refcounting for payload maps.
9109         When clearing payload maps, also clear sessions and streams payload
9110         maps.
9111
9112         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_get_caps),
9113         (gst_rtp_pt_demux_clear_pt_map), (gst_rtp_pt_demux_chain),
9114         (find_pad_for_pt):
9115         Implement clearing the payload map.
9116
9117         * gst/rtpmanager/gstrtpsession.c:
9118         (gst_rtp_session_event_send_rtp_sink):
9119         Forward flush events instead of leaking them.
9120
9121         * gst/rtpmanager/gstrtpssrcdemux.c:
9122         (gst_rtp_ssrc_demux_rtcp_sink_event):
9123         Correctly refcount events before pushing them.
9124
9125 2007-10-08  Sebastian Dröge  <slomo@circular-chaos.org>
9126
9127         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
9128         Use GIO function to get a list of supported URI schemes instead of
9129         hard coding something.
9130
9131 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
9132
9133         * gst/rtpmanager/rtpsession.c: (rtp_session_next_timeout),
9134         When reconsidering RTCP timeouts, set the next timeout against the last
9135         report time instead of the current clock time so that we don't end up
9136         reconsidering forever.
9137
9138 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
9139
9140         * gst/rtpmanager/gstrtpjitterbuffer.c:
9141         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
9142         Only peek at the tail element instead of popping it off, which allows
9143         us to greatly simplify things when the tail element changes.
9144
9145         * gst/rtpmanager/gstrtpsession.c:
9146         (gst_rtp_session_event_recv_rtp_sink):
9147         * gst/rtpmanager/gstrtpssrcdemux.c:
9148         (gst_rtp_ssrc_demux_sink_event):
9149         Forward FLUSH events instead of leaking them.
9150
9151         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_reset_skew),
9152         (calculate_skew), (rtp_jitter_buffer_insert):
9153         * gst/rtpmanager/rtpjitterbuffer.h:
9154         Remove the tail-changed callback in favour of a simple boolean when we
9155         insert a buffer in the queue.
9156         Add method to peek the tail of the buffer.
9157
9158 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
9159
9160         Patch by: Gautier Portet <kassoulet at gmail dot com>
9161
9162         * gst/xingheader/gstxingmux.c:
9163         The size of the Xing header is actually 417 as it's rounded to the
9164         next smaller integer. Fixes #397759.
9165
9166         * gst/xingheader/gstxingmux.c: (xing_generate_header),
9167         (xing_push_header):
9168         Some random cleanup, add FIXMEs and TODOs and check if the newsegment
9169         event to the beginning was successful before pushing the header again.
9170
9171 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
9172
9173         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
9174
9175         * gst/mpegtsparse/mpegtspacketizer.c:
9176         (mpegts_packetizer_stream_new):
9177         Don't skip PAT with version number 0. Fixes #483400.
9178         * gst/mpegtsparse/mpegtsparse.c: (mpegts_parse_apply_pat):
9179         Make all values above 0 mark a referenced program as they can be
9180         incremented and only 1 had marked a referenced program before, causing
9181         actually referenced programs to be unreferenced.
9182
9183 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
9184
9185         * gst/sdp/gstsdpdemux.h:
9186         Change signature of pt to fix compilation on some platforms.
9187
9188 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
9189
9190         * gst/rtpmanager/gstrtpjitterbuffer.c:
9191         (gst_rtp_jitter_buffer_flush_start),
9192         (gst_rtp_jitter_buffer_flush_stop),
9193         (gst_rtp_jitter_buffer_change_state), (apply_offset),
9194         (gst_rtp_jitter_buffer_loop):
9195         Remove some old unused variables.
9196         Don't add the latency to the skew corrected timestamp, latency is only
9197         used to sync against the clock.
9198         Improve debugging.
9199
9200         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_init),
9201         (rtp_jitter_buffer_reset_skew), (calculate_skew):
9202         * gst/rtpmanager/rtpjitterbuffer.h:
9203         Handle case where server timestamp goes backwards or wildly jumps by
9204         temporarily pausing the skew correction.
9205         Improve debugging.
9206
9207 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
9208
9209         * gst/sdp/Makefile.am:
9210         Forgot to commit makefile.
9211
9212 2007-10-02  Sebastian Dröge  <slomo@circular-chaos.org>
9213
9214         * ext/gio/gstgiosink.c: (gst_gio_sink_start):
9215         Update to API changes in GIO.
9216
9217 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
9218
9219         * gst/sdp/gstsdpdemux.c: (gst_sdp_demux_media_to_caps):
9220         Use new function in -base to get the default clock-rate.
9221
9222 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
9223
9224         * configure.ac:
9225         * gst/sdp/gstsdpdemux.c: (_do_init), (gst_sdp_demux_base_init),
9226         (gst_sdp_demux_class_init), (gst_sdp_demux_init),
9227         (gst_sdp_demux_finalize), (gst_sdp_demux_set_property),
9228         (gst_sdp_demux_get_property), (find_stream_by_id),
9229         (find_stream_by_pt), (find_stream_by_udpsrc), (find_stream),
9230         (gst_sdp_demux_stream_free), (gst_sdp_demux_create_stream),
9231         (gst_sdp_demux_cleanup), (get_default_rate_for_pt),
9232         (gst_sdp_demux_parse_rtpmap), (gst_sdp_demux_media_to_caps),
9233         (new_session_pad), (request_pt_map), (gst_sdp_demux_do_stream_eos),
9234         (on_bye_ssrc), (on_timeout), (gst_sdp_demux_configure_manager),
9235         (gst_sdp_demux_stream_configure_udp),
9236         (gst_sdp_demux_stream_configure_udp_sink),
9237         (gst_sdp_demux_combine_flows), (gst_sdp_demux_stream_push_event),
9238         (gst_sdp_demux_handle_message), (gst_sdp_demux_start),
9239         (gst_sdp_demux_sink_event), (gst_sdp_demux_sink_chain),
9240         (gst_sdp_demux_change_state):
9241         * gst/sdp/gstsdpdemux.h:
9242         * gst/sdp/gstsdpelem.c: (plugin_init):
9243         Added SDP demuxer element. Fixes #426657.
9244
9245 2007-10-01  Sebastian Dröge  <slomo@circular-chaos.org>
9246
9247         Patch by: mutex at runbox dot com
9248
9249         * gst/mpegtsparse/mpegtspacketizer.c:
9250         (mpegts_packetizer_parse_adaptation_field_control):
9251         * gst/mpegtsparse/mpegtsparse.c: (mpegts_parse_base_init),
9252         (mpegts_parse_init), (mpegts_parse_push):
9253         * gst/mpegtsparse/mpegtsparse.h:
9254         Remove useless src pad that only results in not linked errors,
9255         fix a broken pointer dereference and make MAX_CONTINUITY constant
9256         conform to the standard to stop outputting corrupted data.
9257         Fixes #481276, #481279.
9258
9259 2007-09-29  Tim-Philipp Müller  <tim at centricular dot net>
9260
9261         * ext/mythtv/gstmythtvsrc.c:
9262           Re-apply docs patch from #468039; fix tab.
9263
9264         * gst/mpegtsparse/.cvsignore:
9265           Ignore marshaller files generated at build time.
9266
9267 2007-09-29  Sebastian Dröge  <slomo@circular-chaos.org>
9268
9269         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
9270         (gst_gio_sink_set_property), (gst_gio_sink_render):
9271         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
9272         (gst_gio_src_set_property):
9273         Some minor cleanup and allow setting the location only when the
9274         element is not playing or paused.
9275
9276 2007-09-29  Sebastian Dröge  <slomo@circular-chaos.org>
9277
9278         * configure.ac:
9279         Update gio's pkg-config file name as currently in SVN.
9280
9281         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_set_location):
9282         Remove special casing for a NULL query string. g_strjoin won't add
9283         the separator if there's only one string.
9284
9285 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
9286
9287         * gst/rtpmanager/gstrtpbin.c: (free_client):
9288         Fix crasher in dispose.
9289
9290         * gst/rtpmanager/rtpjitterbuffer.c: (calculate_skew):
9291         Handle cases where input buffers have no timestamps so that no clock
9292         skew can be calculated, in this case interpolate timestamps based on
9293         rtp timestamp and assume a 0 clock skew.
9294
9295 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
9296
9297         * gst/rtpmanager/gstrtpjitterbuffer.c: (apply_latency),
9298         (gst_rtp_jitter_buffer_loop), (gst_rtp_jitter_buffer_query):
9299         Remove jitter correction code, it's now in the lower level object.
9300         Use new -core method for doing a peer query.
9301
9302         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_init),
9303         (calculate_skew), (rtp_jitter_buffer_insert):
9304         * gst/rtpmanager/rtpjitterbuffer.h:
9305         Move jitter correction to the lowlevel jitterbuffer.
9306         Increase the max window size.
9307         When filling the window, already start estimating the skew using a
9308         parabolic weighting factor so that we have a much better startup
9309         behaviour that gets more accurate with the more samples we have.
9310         Increase the default weighting factor for the steady state to get
9311         smoother timestamps.
9312
9313 2007-09-28  Sebastian Dröge  <slomo@circular-chaos.org>
9314
9315         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_set_proxy),
9316         (gst_neonhttp_src_send_request_and_redirect):
9317         Now that we require libneon >= 0.26 remove the neon 0.25 backward
9318         compatibility stuff. Also fix the default location.
9319
9320 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
9321
9322         * configure.ac:
9323         We require libneon >= 26 now for the query field in ne_uri.
9324
9325 2007-09-28  Sebastian Dröge  <slomo@circular-chaos.org>
9326
9327         Patch by: Wouter Cloetens <wouter@mind.be>
9328
9329         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_dispose),
9330         (gst_neonhttp_src_set_location),
9331         (gst_neonhttp_src_send_request_and_redirect):
9332         * ext/neon/gstneonhttpsrc.h:
9333         Don't discard GET parameters from URL if existing.
9334         Fixes #481200.
9335
9336 2007-09-27  Thijs Vermeir  <thijsvermeir@gmail.com>
9337
9338         * gst/librfb/gstrfbsrc.c:
9339         * gst/librfb/gstrfbsrc.h:
9340                 Added a property for incremental screen updates
9341
9342 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
9343
9344         * ext/xvid/gstxvidenc.c:
9345         * ext/xvid/gstxvidenc.h:
9346           Remove superfluous 'frame-encoded' signal (people can
9347           use an upstream identity's 'handoff' signal or a pad
9348           probe for this if they must know).
9349
9350 2007-09-27  Julien MOUTTE  <julien@moutte.net>
9351
9352         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
9353         (gst_flv_parse_tag_video): I got it wrong again, audio rate 
9354         was not detected correctly in all cases.
9355
9356 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
9357
9358         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_dispose),
9359         (gst_rtp_bin_finalize):
9360         Fix cleanup crasher.
9361
9362         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_init),
9363         (calculate_skew):
9364         * gst/rtpmanager/rtpjitterbuffer.h:
9365         Dynamically adjust the skew calculation window so that we calculate it
9366         over a period of around 2 seconds.
9367
9368 2007-09-26  Thijs Vermeir  <thijsvermeir@gmail.com>
9369
9370         * gst/librfb/gstrfbsrc.c:
9371                 fix bug from generic/states.gdb
9372
9373 2007-09-26  Julien MOUTTE  <julien@moutte.net>
9374
9375         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
9376         (gst_flv_parse_tag_video): codec_data is needed for every tag
9377         not just the first one. (Fix a stupid bug i introduced without
9378         testing)
9379
9380 2007-09-26  Julien MOUTTE  <julien@moutte.net>
9381
9382         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
9383         (gst_flv_parse_tag_video): Fix bit masks operations to be
9384         sure we detect the codec_tags and sample rates correctly.
9385         Fix raw audio caps generation.
9386
9387 2007-09-24  Stefan Kost  <ensonic@users.sf.net>
9388
9389         * ext/audioresample/gstaudioresample.c:
9390         * ext/x264/gstx264enc.c:
9391         * gst/dvdspu/gstdvdspu.c:
9392         * gst/dvdspu/gstdvdspu.h:
9393         * gst/festival/gstfestival.c:
9394         * gst/h264parse/gsth264parse.c:
9395         * gst/mpegtsparse/mpegtspacketizer.c:
9396         * gst/mpegtsparse/mpegtsparse.c:
9397         * gst/multifile/gstmultifilesink.c:
9398         * gst/multifile/gstmultifilesrc.c:
9399         * gst/nuvdemux/gstnuvdemux.c:
9400         * sys/dshowsrcwrapper/gstdshowaudiosrc.c:
9401         * sys/dshowsrcwrapper/gstdshowvideosrc.c:
9402         * sys/vcd/vcdsrc.c:
9403           Massive leak fixing, plus code cleanups.
9404
9405 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9406
9407         * po/LINGUAS:
9408           Added translations.
9409
9410 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9411
9412         translated by: Jakub Bogusz <qboosh@pld-linux.org>
9413
9414         * po/pl.po:
9415           Added Polish translation.
9416
9417 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9418
9419         translated by: Ilkka Tuohela <hile@iki.fi>
9420
9421         * po/fi.po:
9422           Added Finnish translation.
9423
9424 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9425
9426         translated by: Jorge González González <aloriel@gmail.com>
9427
9428         * po/es.po:
9429           Added Spanish translation.
9430
9431 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9432
9433         translated by: Alexander Shopov <ash@contact.bg>
9434
9435         * po/bg.po:
9436           Added Bulgarian translation.
9437
9438 2007-09-21  Sebastian Dröge  <slomo@circular-chaos.org>
9439
9440         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
9441         Update hierarchy.
9442         * ext/gio/gstgiosink.h:
9443         * ext/gio/gstgiosrc.h:
9444         Mark private fields of the instance structs private.
9445
9446 2007-09-21  Sebastian Dröge  <slomo@circular-chaos.org>
9447
9448         * docs/plugins/Makefile.am:
9449         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
9450         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
9451         * docs/plugins/gst-plugins-bad-plugins.args:
9452         * docs/plugins/gst-plugins-bad-plugins.signals:
9453         * docs/plugins/inspect/plugin-bz2.xml:
9454         * docs/plugins/inspect/plugin-cdxaparse.xml:
9455         * docs/plugins/inspect/plugin-dfbvideosink.xml:
9456         * docs/plugins/inspect/plugin-dtsdec.xml:
9457         * docs/plugins/inspect/plugin-equalizer.xml:
9458         * docs/plugins/inspect/plugin-faac.xml:
9459         * docs/plugins/inspect/plugin-faad.xml:
9460         * docs/plugins/inspect/plugin-filter.xml:
9461         * docs/plugins/inspect/plugin-freeze.xml:
9462         * docs/plugins/inspect/plugin-gio.xml:
9463         * docs/plugins/inspect/plugin-gsm.xml:
9464         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
9465         * docs/plugins/inspect/plugin-h264parse.xml:
9466         * docs/plugins/inspect/plugin-modplug.xml:
9467         * docs/plugins/inspect/plugin-mpeg2enc.xml:
9468         * docs/plugins/inspect/plugin-musepack.xml:
9469         * docs/plugins/inspect/plugin-musicbrainz.xml:
9470         * docs/plugins/inspect/plugin-nsfdec.xml:
9471         * docs/plugins/inspect/plugin-replaygain.xml:
9472         * docs/plugins/inspect/plugin-soundtouch.xml:
9473         * docs/plugins/inspect/plugin-spcdec.xml:
9474         * docs/plugins/inspect/plugin-spectrum.xml:
9475         * docs/plugins/inspect/plugin-speed.xml:
9476         * docs/plugins/inspect/plugin-tta.xml:
9477         * docs/plugins/inspect/plugin-videosignal.xml:
9478         * docs/plugins/inspect/plugin-xingheader.xml:
9479         * docs/plugins/inspect/plugin-xvid.xml:
9480         Add the GIO plugin to the docs and do a make update
9481         while doing that.
9482
9483         * ext/gio/gstgiosrc.c: (gst_gio_src_start):
9484         Fix a small memleak.
9485
9486 2007-09-21  Sebastian Dröge  <slomo@circular-chaos.org>
9487
9488         Patch by: René Stadler <mail at renestadler dot de>
9489
9490         * configure.ac:
9491         * ext/Makefile.am:
9492         * ext/gio/Makefile.am:
9493         * ext/gio/gstgio.c: (gst_gio_error), (gst_gio_seek),
9494         (gst_gio_get_supported_protocols),
9495         (gst_gio_uri_handler_get_type_sink),
9496         (gst_gio_uri_handler_get_type_src),
9497         (gst_gio_uri_handler_get_protocols), (gst_gio_uri_handler_get_uri),
9498         (gst_gio_uri_handler_set_uri), (gst_gio_uri_handler_init),
9499         (gst_gio_uri_handler_do_init), (plugin_init):
9500         * ext/gio/gstgio.h:
9501         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
9502         (gst_gio_sink_class_init), (gst_gio_sink_init),
9503         (gst_gio_sink_finalize), (gst_gio_sink_set_property),
9504         (gst_gio_sink_get_property), (gst_gio_sink_start),
9505         (gst_gio_sink_stop), (gst_gio_sink_unlock),
9506         (gst_gio_sink_unlock_stop), (gst_gio_sink_event),
9507         (gst_gio_sink_render), (gst_gio_sink_query):
9508         * ext/gio/gstgiosink.h:
9509         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
9510         (gst_gio_src_class_init), (gst_gio_src_init),
9511         (gst_gio_src_finalize), (gst_gio_src_set_property),
9512         (gst_gio_src_get_property), (gst_gio_src_start),
9513         (gst_gio_src_stop), (gst_gio_src_get_size),
9514         (gst_gio_src_is_seekable), (gst_gio_src_unlock),
9515         (gst_gio_src_unlock_stop), (gst_gio_src_check_get_range),
9516         (gst_gio_src_create):
9517         * ext/gio/gstgiosrc.h:
9518         Add a GIO/GVFS plugin with source and sink elements. This will
9519         only be enabled when --enable-experimental is given to configure
9520         for now as the GIO API is not stable yet. Fixes #476916.
9521
9522 2007-09-21  Thijs Vermeir  <thijsvermeir@gmail.com>
9523
9524         * gst/librfb/gstrfbsrc.c:
9525         * gst/librfb/rfbdecoder.c:
9526         * gst/librfb/rfbdecoder.h:
9527                 Added offset-x, offset-y, width and height property
9528                 for selecting a region from the screen
9529
9530 2007-09-21  Thijs Vermeir  <thijsvermeir@gmail.com>
9531
9532         * gst/librfb/gstrfbsrc.c:
9533                 Minimum raw encoding is working now
9534         * gst/librfb/rfbdecoder.c:
9535                 fix address while reading from stream
9536
9537 2007-09-20  Thijs Vermeir  <thijsvermeir@gmail.com>
9538
9539         * gst/librfb/gstrfbsrc.c:
9540                 raw encoding is working, but it looks like the 
9541                 ffmpegcolorspace plugin can't handle high resolutions
9542
9543 2007-09-20  Thijs Vermeir  <thijsvermeir@gmail.com>
9544
9545         * gst/librfb/gstrfbsrc.c:
9546                 bpp, depth and endianness are now set from the
9547                 stream.
9548
9549 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
9550
9551         * examples/app/appsrc_ex.c: (main):
9552         Fix compilation after changing the name of a method.
9553
9554 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
9555
9556         * ext/alsaspdif/alsaspdifsink.c:
9557         * ext/timidity/gsttimidity.c:
9558         * ext/timidity/gstwildmidi.c:
9559         * gst/mpegvideoparse/mpegvideoparse.c:
9560           Fix memory leaks. More to come.
9561
9562         * tests/check/Makefile.am:
9563         * tests/check/generic/states.c:
9564           Improved state change unit test.        
9565
9566 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
9567
9568         * gst/rtpmanager/gstrtpbin.c: (on_ssrc_active), (create_session),
9569         (gst_rtp_bin_class_init):
9570         * gst/rtpmanager/gstrtpbin.h:
9571         * gst/rtpmanager/gstrtpsession.c: (on_ssrc_active),
9572         (gst_rtp_session_class_init), (gst_rtp_session_init),
9573         (gst_rtp_session_event_send_rtp_sink):
9574         * gst/rtpmanager/gstrtpsession.h:
9575         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
9576         (on_ssrc_active), (rtp_session_process_rb):
9577         * gst/rtpmanager/rtpsession.h:
9578         Add notification of active SSRCs to various RTP elements. Fixes #478566.
9579
9580 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
9581
9582         * gst-libs/gst/app/gstappsink.c: (gst_app_marshal_OBJECT__VOID),
9583         (gst_app_sink_class_init), (gst_app_sink_init),
9584         (gst_app_sink_dispose), (gst_app_sink_finalize),
9585         (gst_app_sink_set_property), (gst_app_sink_get_property),
9586         (gst_app_sink_flush_unlocked), (gst_app_sink_start),
9587         (gst_app_sink_event), (gst_app_sink_getcaps),
9588         (gst_app_sink_set_caps), (gst_app_sink_get_caps),
9589         (gst_app_sink_is_eos), (gst_app_sink_pull_preroll),
9590         (gst_app_sink_pull_buffer):
9591         * gst-libs/gst/app/gstappsink.h:
9592         Add properties, signals and actions to access the element even without
9593         linking to the library.
9594         Fix some method names and signatures.
9595
9596 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
9597
9598         Patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
9599
9600         * ext/faad/gstfaad.c: (gst_faad_chanpos_to_gst),
9601         (gst_faad_srcgetcaps), (gst_faad_update_caps):
9602         Don't set channel positions on regular mono and stereo cases.
9603         Fixes #476370.
9604
9605 2007-09-19  Thijs Vermeir  <thijsvermeir@gmail.com>
9606
9607         * gst/librfb/gstrfbsrc.c:
9608         * gst/librfb/rfbdecoder.c:
9609         * gst/librfb/rfbdecoder.h:
9610                 It is now possible to connect to a vncserver.
9611                 there are still some issues with the ouput of 
9612                 the screen. Looks like some lines are confused
9613
9614 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
9615
9616         * docs/plugins/.cvsignore:
9617         * tests/check/.cvsignore:
9618           Ignore registries in any format.
9619
9620 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
9621
9622         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain),
9623         (open_library), (gst_real_video_dec_init),
9624         (gst_real_video_dec_set_property),
9625         (gst_real_video_dec_get_property), (gst_real_video_dec_class_init):
9626         * gst/real/gstrealvideodec.h:
9627         Don't generate an error for occasional decoding errors.
9628         Add max-errors property.
9629         Error out when we receive max-errors in a row. Fixes #478159.
9630
9631 2007-09-19  Thijs Vermeir  <thijsvermeir@gmail.com>
9632
9633         * gst/librfb/gstrfbsrc.c: 
9634                 Add password property (write only)
9635         * gst/librfb/rfbdecoder.c: 
9636                 Read the reason on failure
9637                 Use the password property for authentication
9638         * gst/librfb/rfbdecoder.h:
9639                 Add defines for version checking
9640
9641 2007-09-19  Sebastian Dröge  <slomo@circular-chaos.org>
9642
9643         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_destroy),
9644         (gst_dfbsurface_class_init):
9645         When finalizing GstDfbSurface, a subclass of GstBuffer, correctly
9646         chain up to the parent class to free everything, including caps.
9647
9648 2007-09-19  Thijs Vermeir  <thijsvermeir@gmail.com>
9649
9650         * gst/librfb/Makefile.am:
9651         * gst/librfb/d3des.c:
9652         * gst/librfb/d3des.h:
9653         * gst/librfb/rfbdecoder.c:
9654         * gst/librfb/vncauth.c:
9655         * gst/librfb/vncauth.h:
9656         VNC Authentication should be working now
9657         temperaly with fake password 'testtest'
9658
9659 2007-09-18  Thijs Vermeir  <thijsvermeir@gmail.com>
9660
9661         * gst/librfb/rfbdecoder.c:
9662         * gst/librfb/rfbdecoder.h:
9663         Added some documentation about security handling
9664         start implementing security handling for rfb 3.3
9665
9666 2007-09-18  Stefan Kost  <ensonic@users.sf.net>
9667
9668         * gst/spectrum/demo-audiotest.c:
9669         * gst/spectrum/demo-osssrc.c:
9670           Handling window resize.
9671
9672 2007-09-18  Stefan Kost  <ensonic@users.sf.net>
9673
9674         * ChangeLog:
9675           Add missing newline.
9676
9677         * gst/librfb/rfbdecoder.c:
9678           Fix the build (missing stdlib.h).
9679
9680         * gst/spectrum/gstspectrum.c:
9681         * gst/spectrum/gstspectrum.h:
9682           Use basetransform segment so that it is correctly managed on flushes
9683           and start/stop. Report message timestamp as stream time, which is what
9684           an application can understand. (Yes these are adapted from wim recent
9685           level element changes)
9686
9687 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
9688
9689         * gst/rtpmanager/gstrtpbin.c: (new_ssrc_pad_found):
9690         Link to the right pads regardless of which one was created first in the
9691         ssrc demuxer.
9692
9693         * gst/rtpmanager/gstrtpjitterbuffer.c:
9694         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
9695         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_process_rtp),
9696         (gst_rtp_session_chain_recv_rtp), (gst_rtp_session_chain_send_rtp):
9697         * gst/rtpmanager/rtpsource.c: (calculate_jitter):
9698         Improve debugging.
9699
9700         * gst/rtpmanager/gstrtpssrcdemux.c: (create_demux_pad_for_ssrc),
9701         (gst_rtp_ssrc_demux_init), (gst_rtp_ssrc_demux_finalize),
9702         (gst_rtp_ssrc_demux_sink_event),
9703         (gst_rtp_ssrc_demux_rtcp_sink_event), (gst_rtp_ssrc_demux_chain),
9704         (gst_rtp_ssrc_demux_rtcp_chain),
9705         (gst_rtp_ssrc_demux_internal_links):
9706         * gst/rtpmanager/gstrtpssrcdemux.h:
9707         Fix race in creating the RTP and RTCP pads when a new SSRC is detected.
9708
9709 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
9710
9711         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_set_property),
9712         (gst_rtp_bin_get_property):
9713         Use lock to protect variable.
9714
9715         * gst/rtpmanager/gstrtpjitterbuffer.c:
9716         (gst_rtp_jitter_buffer_class_init),
9717         (gst_jitter_buffer_sink_parse_caps), (gst_rtp_jitter_buffer_chain),
9718         (convert_rtptime_to_gsttime), (gst_rtp_jitter_buffer_loop):
9719         Reconstruct GST timestamp from RTP timestamps based on measured clock
9720         skew and sync offset.
9721
9722         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_init),
9723         (rtp_jitter_buffer_set_tail_changed),
9724         (rtp_jitter_buffer_set_clock_rate),
9725         (rtp_jitter_buffer_get_clock_rate), (calculate_skew),
9726         (rtp_jitter_buffer_insert), (rtp_jitter_buffer_peek):
9727         * gst/rtpmanager/rtpjitterbuffer.h:
9728         Measure clock skew.
9729         Add callback to be notfied when a new packet was inserted at the tail.
9730
9731         * gst/rtpmanager/rtpsource.c: (rtp_source_init),
9732         (calculate_jitter), (rtp_source_send_rtp):
9733         * gst/rtpmanager/rtpsource.h:
9734         Remove clock skew detection, it's move to the jitterbuffer now.
9735
9736 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
9737
9738         Patch by: Daniel Charles <dcharles at ti dot com>
9739
9740         * ext/amrwb/gstamrwbenc.c: (gst_amrwbenc_bandmode_get_type),
9741         (gst_amrwbenc_set_property), (gst_amrwbenc_get_property),
9742         (gst_amrwbenc_class_init), (gst_amrwbenc_chain):
9743         * ext/amrwb/gstamrwbenc.h:
9744         Add property to control bandmode. Fixes #477306.
9745
9746 2007-09-15  Wim Taymans  <wim.taymans@gmail.com>
9747
9748         * gst/rtpmanager/gstrtpbin.c: (create_session):
9749         Also set NTP base time on new sessions.
9750
9751         * gst/rtpmanager/gstrtpjitterbuffer.c:
9752         (gst_rtp_jitter_buffer_loop), (gst_rtp_jitter_buffer_query),
9753         (gst_rtp_jitter_buffer_set_property),
9754         (gst_rtp_jitter_buffer_get_property):
9755         Use the right lock to protect our variables.
9756         Fix some comment.
9757
9758         * gst/rtpmanager/gstrtpsession.c:
9759         (gst_rtp_session_getcaps_send_rtp),
9760         (gst_rtp_session_chain_send_rtp), (create_send_rtp_sink):
9761         Implement getcaps on the sender sinkpad so that payloaders can negotiate
9762         the right SSRC.
9763
9764 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
9765
9766         * gst/rtpmanager/gstrtpbin.c: (create_session), (free_session),
9767         (get_client), (free_client), (gst_rtp_bin_associate),
9768         (free_stream), (gst_rtp_bin_class_init), (gst_rtp_bin_dispose),
9769         (gst_rtp_bin_finalize):
9770         * gst/rtpmanager/gstrtpjitterbuffer.c:
9771         (gst_rtp_jitter_buffer_class_init),
9772         (gst_rtp_jitter_buffer_finalize):
9773         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_release):
9774         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_finalize),
9775         (gst_rtp_session_set_property), (gst_rtp_session_chain_recv_rtp),
9776         (gst_rtp_session_chain_send_rtp):
9777         * gst/rtpmanager/gstrtpssrcdemux.c:
9778         (gst_rtp_ssrc_demux_class_init), (gst_rtp_ssrc_demux_dispose):
9779         * gst/rtpmanager/rtpsession.c: (rtp_session_finalize):
9780         * gst/rtpmanager/rtpsession.h:
9781         Various leak fixes.
9782
9783 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
9784
9785         * gst/rtpmanager/gstrtpbin.c: (calc_ntp_ns_base),
9786         (gst_rtp_bin_change_state), (new_payload_found), (create_send_rtp):
9787         Calculate and configure the NTP base time so that we can generate better
9788         NTP times in SR packets.
9789         Set caps on new ghostpad.
9790
9791         * gst/rtpmanager/gstrtpjitterbuffer.c:
9792         (gst_rtp_jitter_buffer_loop):
9793         Clean debug statement.
9794
9795         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
9796         (gst_rtp_session_init), (gst_rtp_session_set_property),
9797         (gst_rtp_session_get_property), (get_current_ntp_ns_time),
9798         (rtcp_thread), (gst_rtp_session_event_recv_rtp_sink),
9799         (gst_rtp_session_internal_links), (gst_rtp_session_chain_recv_rtp),
9800         (gst_rtp_session_event_send_rtp_sink),
9801         (gst_rtp_session_chain_send_rtp), (create_recv_rtp_sink),
9802         (create_send_rtp_sink):
9803         * gst/rtpmanager/gstrtpsession.h:
9804         Add ntp-ns-base property to convert running_time to NTP time.
9805         Handle NEWSEGMENT events on send and recv RTP pads so that we can
9806         calculate the running time and thus NTP time of the packets.
9807         Simplify getting the current NTP time using the pipeline clock.
9808         Implement internal links functions.
9809         Use the buffer timestamp to calculate the NTP time instead of the clock.
9810
9811         * gst/rtpmanager/gstrtpssrcdemux.c: (create_demux_pad_for_ssrc),
9812         (gst_rtp_ssrc_demux_init), (gst_rtp_ssrc_demux_sink_event),
9813         (gst_rtp_ssrc_demux_chain), (gst_rtp_ssrc_demux_rtcp_chain),
9814         (gst_rtp_ssrc_demux_internal_links),
9815         (gst_rtp_ssrc_demux_src_query):
9816         * gst/rtpmanager/gstrtpssrcdemux.h:
9817         Implement internal links function.
9818         Calculate the diff between different streams, this might be used later
9819         to get the inter stream latency.
9820
9821         * gst/rtpmanager/rtpsession.c: (rtp_session_send_rtp):
9822         Simple cleanup.
9823
9824         * gst/rtpmanager/rtpsource.c: (rtp_source_init),
9825         (calculate_jitter), (rtp_source_send_rtp), (rtp_source_get_new_sr):
9826         Make the clock skew window a little bigger.
9827         Apply the clock skew to all buffers, not just one with a new timestamp.
9828         Calculate and debug sender clock drift.
9829         Use extended last timestamp to interpolate for SR reports.
9830
9831 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
9832
9833         Patch by: Peter Kjellerstedt  <pkj at axis com>
9834
9835         * gst-libs/gst/app/gstappsink.c:
9836         * gst/flv/gstflvdemux.c:
9837         * gst/flv/gstflvparse.c:
9838         * gst/interleave/deinterleave.c:
9839         * gst/switch/gstswitch.c:
9840           Printf format fixes (#476128).
9841
9842 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
9843
9844         Patch by: Thomas Green  <tom78999 gmail com>
9845
9846         * ext/neon/gstneonhttpsrc.c:
9847           With libneon 2.6, we need to set the NE_SESSFLAG_ICYPROTO
9848           flag if we want ICY streams to be handled too, otherwise
9849           libneon will error out with a 'can't parse reponse' error.
9850           Fixes #474696.
9851
9852         * tests/check/elements/neonhttpsrc.c:
9853           Unit test for the above by Yours Truly.
9854
9855 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
9856
9857         * configure.ac:
9858           Use AC_TRY_COMPILE instead of AC_TRY_RUN for the faad and the
9859           xvid configure checks, so they still work when cross-compiling.
9860           Fixes #452009.
9861
9862 2007-09-07  Sebastian Dröge  <slomo@circular-chaos.org>
9863
9864         * gst/spectrum/gstspectrum.c: (gst_spectrum_start),
9865         (gst_spectrum_transform_ip):
9866         Use the correct parameter order for the memset calls.
9867         Thanks to Christian Schaller for noticing.
9868
9869 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
9870
9871         * gst/mpegtsparse/mpegtsparse.c:
9872           Fix the build (missing stdlib.h).
9873
9874 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
9875
9876         * gst/spectrum/fix_fft.c:
9877         Remove fixed point FFT as it's not used anymore.
9878
9879 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
9880
9881         * configure.ac:
9882         * gst/spectrum/Makefile.am:
9883         * gst/spectrum/demo-audiotest.c: (draw_spectrum),
9884         (message_handler), (main):
9885         * gst/spectrum/demo-osssrc.c: (draw_spectrum), (message_handler):
9886         * gst/spectrum/gstspectrum.c: (gst_spectrum_base_init),
9887         (gst_spectrum_class_init), (gst_spectrum_init),
9888         (gst_spectrum_dispose), (gst_spectrum_set_property),
9889         (gst_spectrum_get_property), (gst_spectrum_start),
9890         (gst_spectrum_setup), (gst_spectrum_message_new),
9891         (gst_spectrum_transform_ip):
9892         * gst/spectrum/gstspectrum.h:
9893         Port GstSpectrum to GstAudioFilter and libgstfft, add support
9894         for int32, float and double, use floats for the message contents,
9895         average all FFTs done in one interval for better results, use
9896         a better windowing function, allow posting the phase in the message
9897         and actually do an FFT with the requested number of bands instead
9898         of interpolating.
9899
9900         * tests/check/elements/spectrum.c: (GST_START_TEST),
9901         (spectrum_suite):
9902         Improve the units tests by checking for a 11025Hz sine wave
9903         and add unit tests for all 4 supported sample types.
9904
9905 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
9906
9907         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain),
9908         (gst_real_video_dec_setcaps):
9909         Add some more debugging.
9910         Don't set LONG for width/height in caps.
9911         Set correct output buffer size when caps changed.
9912         The custom message sent to the decoder should not include the format and
9913         subformat. Fixes #471554.
9914
9915 2007-09-04  Tim-Philipp Müller  <tim at centricular dot net>
9916
9917         * gst/rtpmanager/gstrtpsession.c:
9918           Make compiler happy: fix compilation with -Wall -Werror
9919           (#473562).
9920
9921 2007-09-03  Johan Dahlin  <johan@gnome.org>
9922
9923         * gst/nsf/gstnsf.c: (gst_nsfdec_finalize), (start_play_tune):
9924         * gst/nsf/gstnsf.h:
9925         Add support for (very) basic tagging.
9926         
9927 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
9928
9929         * gst/rtpmanager/gstrtpbin-marshal.list:
9930         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_get_client),
9931         (gst_rtp_bin_associate), (gst_rtp_bin_sync_chain), (create_stream),
9932         (gst_rtp_bin_init), (caps_changed), (new_ssrc_pad_found),
9933         (create_recv_rtp), (create_recv_rtcp), (create_send_rtp):
9934         * gst/rtpmanager/gstrtpbin.h:
9935         Updated example pipelines in docs.
9936         Handle sync_rtcp buffers from the SSRC demuxer to perform lip-sync.
9937         Set the default latency correctly.
9938         Add some more points where we can get caps.
9939
9940         * gst/rtpmanager/gstrtpjitterbuffer.c:
9941         (gst_rtp_jitter_buffer_class_init),
9942         (gst_jitter_buffer_sink_parse_caps), (gst_rtp_jitter_buffer_loop),
9943         (gst_rtp_jitter_buffer_query),
9944         (gst_rtp_jitter_buffer_set_property),
9945         (gst_rtp_jitter_buffer_get_property):
9946         Add ts-offset property to control timestamping.
9947
9948         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
9949         (gst_rtp_session_init), (gst_rtp_session_set_property),
9950         (gst_rtp_session_get_property), (get_current_ntp_ns_time),
9951         (rtcp_thread), (stop_rtcp_thread), (gst_rtp_session_change_state),
9952         (gst_rtp_session_send_rtcp), (gst_rtp_session_sync_rtcp),
9953         (gst_rtp_session_cache_caps), (gst_rtp_session_clock_rate),
9954         (gst_rtp_session_sink_setcaps), (gst_rtp_session_chain_recv_rtp),
9955         (gst_rtp_session_event_send_rtp_sink),
9956         (gst_rtp_session_chain_send_rtp), (create_recv_rtp_sink),
9957         (create_recv_rtcp_sink), (create_send_rtp_sink),
9958         (create_send_rtcp_src):
9959         Various cleanups.
9960         Feed rtpsession manager with NTP time based on pipeline clock when
9961         handling RTP packets and RTCP timeouts.
9962         Perform all RTCP with the system clock.
9963         Set caps on RTCP outgoing buffers.
9964
9965         * gst/rtpmanager/gstrtpssrcdemux.c: (find_demux_pad_for_ssrc),
9966         (create_demux_pad_for_ssrc), (gst_rtp_ssrc_demux_base_init),
9967         (gst_rtp_ssrc_demux_init), (gst_rtp_ssrc_demux_sink_event),
9968         (gst_rtp_ssrc_demux_rtcp_sink_event), (gst_rtp_ssrc_demux_chain),
9969         (gst_rtp_ssrc_demux_rtcp_chain):
9970         * gst/rtpmanager/gstrtpssrcdemux.h:
9971         Also demux RTCP messages.
9972
9973         * gst/rtpmanager/rtpsession.c: (rtp_session_set_callbacks),
9974         (update_arrival_stats), (rtp_session_process_rtp),
9975         (rtp_session_process_rb), (rtp_session_process_sr),
9976         (rtp_session_process_rr), (rtp_session_process_rtcp),
9977         (rtp_session_send_rtp), (rtp_session_send_bye),
9978         (session_start_rtcp), (session_report_blocks), (session_cleanup),
9979         (rtp_session_on_timeout):
9980         * gst/rtpmanager/rtpsession.h:
9981         Remove the get_time callback, the GStreamer part will feed us with
9982         enough timing information.
9983         Split sync timing and RTCP timing information.
9984         Factor out common RB handling for SR and RR.
9985         Send out SR RTCP packets for lip-sync.
9986         Move SR and RR packet info generation to the source.
9987
9988         * gst/rtpmanager/rtpsource.c: (rtp_source_init),
9989         (rtp_source_update_caps), (get_clock_rate), (calculate_jitter),
9990         (rtp_source_process_rtp), (rtp_source_send_rtp),
9991         (rtp_source_process_sr), (rtp_source_process_rb),
9992         (rtp_source_get_new_sr), (rtp_source_get_new_rb),
9993         (rtp_source_get_last_sr):
9994         * gst/rtpmanager/rtpsource.h:
9995         * gst/rtpmanager/rtpstats.h:
9996         Use caps on incomming buffers to get timing information when they are
9997         there.
9998         Calculate clock scew of the receiver compared to the sender and adjust
9999         the rtp timestamps.
10000         Calculate the round trip in sources.
10001         Do SR and RR calculations in the source.
10002
10003 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
10004
10005         * configure.ac:
10006         updated gmyth version
10007
10008         * ext/mythtv/gstmythtvsrc.c:
10009         * ext/mythtv/gstmythtvsrc.h:
10010         Code rewrite
10011
10012 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
10013
10014         * gst/rtpmanager/gstrtpjitterbuffer.c:
10015         (gst_rtp_jitter_buffer_flush_stop),
10016         (gst_rtp_jitter_buffer_change_state), (gst_rtp_jitter_buffer_loop):
10017         Use extended timestamp to release buffers from the jitterbuffer so that
10018         we can handle the rtp wraparound correctly.
10019
10020 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
10021
10022         * gst/rtpmanager/gstrtpjitterbuffer.c:
10023         (gst_rtp_jitter_buffer_loop):
10024         Improve Comments.
10025
10026         * gst/rtpmanager/gstrtpsession.c: (stop_rtcp_thread),
10027         (gst_rtp_session_change_state), (gst_rtp_session_parse_caps),
10028         (gst_rtp_session_clock_rate), (gst_rtp_session_sink_setcaps),
10029         (gst_rtp_session_event_send_rtp_sink), (create_recv_rtp_sink),
10030         (create_send_rtp_sink):
10031         Also parse the sink caps for clock-rate instead of only relying on the
10032         result of the signal.
10033
10034         * gst/rtpmanager/rtpsource.c: (rtp_source_send_rtp):
10035         Make sure we fetch the clock rate for payloads we are sending out so
10036         that we can use it for SR reports.
10037
10038 2007-08-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10039
10040         * gst/switch/gstswitch.c (gst_switch_chain, gst_switch_set_property):
10041         If all information is known at time of setting start-time
10042         property, send new segments then.
10043
10044 2007-08-28  Wim Taymans  <wim.taymans@gmail.com>
10045
10046         * gst/rtpmanager/gstrtpsession.c: (stop_rtcp_thread),
10047         (gst_rtp_session_change_state),
10048         (gst_rtp_session_event_send_rtp_sink):
10049         * gst/rtpmanager/gstrtpsession.h:
10050         Distribute synchronisation parameters to the session manager so that it
10051         can generate correct SR packets for lip-sync.
10052
10053         * gst/rtpmanager/rtpsession.c: (rtp_session_set_base_time),
10054         (rtp_session_set_timestamp_sync), (session_start_rtcp):
10055         * gst/rtpmanager/rtpsession.h:
10056         Add methods for setting sync parameters.
10057         Set correct RTP time in SR packets using the sync params.
10058
10059         * gst/rtpmanager/rtpsource.c: (rtp_source_send_rtp):
10060         * gst/rtpmanager/rtpsource.h:
10061         Record last RTP <-> GST timestamp so that we can use them to convert NTP
10062         to RTP timestamps in SR packets.
10063
10064 2007-08-28  Wim Taymans  <wim.taymans@gmail.com>
10065
10066         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_clear_pt_map):
10067         Add some more advanced example pipelines.
10068
10069         * gst/rtpmanager/gstrtpsession.c: (rtcp_thread),
10070         (stop_rtcp_thread), (gst_rtp_session_send_rtcp):
10071         Add some debug and FIXME.
10072         Release LOCK when performing session cleanup.
10073
10074         * gst/rtpmanager/rtpsession.c: (session_report_blocks):
10075         Add some debug.
10076
10077         * gst/rtpmanager/rtpsource.c: (calculate_jitter),
10078         (rtp_source_send_rtp):
10079         Make sure we always send RTP packets with the session SSRC.
10080
10081 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
10082
10083         * gst/dvdspu/gstdvdspu.c:
10084           Don't need this include (fixes compilation in uninstalled setup).
10085
10086 2007-08-27  Wim Taymans  <wim.taymans@gmail.com>
10087
10088         * gst/rtpmanager/gstrtpjitterbuffer.c:
10089         (gst_rtp_jitter_buffer_change_state), (gst_rtp_jitter_buffer_loop),
10090         (gst_rtp_jitter_buffer_query):
10091         When synchronizing buffers, take peer latency into account.
10092         Don't try to add our latency to invalid peer max latency values.
10093
10094 2007-08-27  Julien MOUTTE  <julien@moutte.net>
10095
10096         * gst/flv/gstflvdemux.c: (gst_flv_demux_handle_seek_pull):
10097         Make sure we initialize the seek result.
10098
10099 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
10100
10101         * gst/dvdspu/Makefile.am:
10102         Commit the makefile too.
10103
10104 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
10105
10106         * configure.ac:
10107         * gst/dvdspu/.cvsignore:
10108         * gst/dvdspu/Notes.txt:
10109         * gst/dvdspu/gstdvdspu-render.c: (dvdspu_recalc_palette),
10110         (dvdspu_update_palettes), (dvdspu_clear_comp_buffers),
10111         (dvdspu_get_nibble), (dvdspu_get_rle_code), (dvdspu_draw_rle_run),
10112         (rle_end_x), (dvdspu_render_line), (dvdspu_update_chgcol),
10113         (dvdspu_render_line_with_chgcol), (dvdspu_blend_comp_buffers),
10114         (gstdvdspu_render_spu):
10115         * gst/dvdspu/gstdvdspu.c: (dvdspu_base_init), (dvdspu_class_init),
10116         (dvdspu_init), (dvdspu_clear), (dvdspu_dispose), (dvdspu_finalize),
10117         (dvdspu_flush_spu_info), (dvdspu_buffer_alloc), (dvdspu_src_event),
10118         (dvdspu_video_set_caps), (dvdspu_video_proxy_getcaps),
10119         (dvdspu_video_event), (dvdspu_video_chain),
10120         (dvspu_handle_vid_buffer), (dvdspu_redraw_still),
10121         (gstdvdspu_parse_chg_colcon), (dvdspu_exec_cmd_blk),
10122         (dvdspu_finish_spu_buf), (dvdspu_setup_cmd_blk),
10123         (dvdspu_handle_new_spu_buf), (dvdspu_handle_dvd_event),
10124         (dvdspu_dump_dcsq), (dvdspu_advance_spu),
10125         (dvdspu_check_still_updates), (dvdspu_subpic_chain),
10126         (dvdspu_subpic_event), (dvdspu_change_state),
10127         (gstdvdspu_plugin_init):
10128         * gst/dvdspu/gstdvdspu.h:
10129
10130         dvdspu element donated by Fluendo. It implements a DVD Sub-Picture 
10131         Unit, decoding and overlaying DVD subtitles and menu graphics.
10132
10133         * gst/mpeg2sub/.cvsignore:
10134         * gst/mpeg2sub/Makefile.am:
10135         * gst/mpeg2sub/Notes.txt:
10136         * gst/mpeg2sub/gstmpeg2subt.c:
10137         * gst/mpeg2sub/gstmpeg2subt.h:
10138         * gst/mpeg2sub/mpeg2subt.vcproj:
10139         Delete old and broken mpeg2subt element that was never ported from 0.8
10140
10141 2007-08-24  Julien MOUTTE  <julien@moutte.net>
10142
10143         * gst/flv/gstflvdemux.c: (gst_flv_demux_flush),
10144         (gst_flv_demux_chain), (gst_flv_demux_pull_tag),
10145         (gst_flv_demux_find_offset), (gst_flv_demux_handle_seek_push),
10146         (gst_flv_demux_handle_seek_pull), (gst_flv_demux_sink_event),
10147         (gst_flv_demux_src_event): Remove some useless ifdef.
10148
10149 2007-08-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10150
10151         * examples/switch/switcher.c (main):
10152         * gst/switch/gstswitch.c (gst_switch_chain):
10153         Make switch more reliable and also not lock up when
10154         sink pad caps change.
10155
10156 2007-08-24  Julien MOUTTE  <julien@moutte.net>
10157
10158         * gst/flv/gstflvdemux.c: (gst_flv_demux_flush),
10159         (gst_flv_demux_cleanup), (gst_flv_demux_chain),
10160         (gst_flv_demux_pull_tag), (gst_flv_demux_find_offset),
10161         (gst_flv_demux_handle_seek_push), (gst_flv_demux_handle_seek_pull),
10162         (gst_flv_demux_sink_event), (gst_flv_demux_src_event): Implement
10163         seeking in push mode.
10164         * gst/flv/gstflvdemux.h:
10165
10166 2007-08-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10167
10168         * gst/mpegtsparse/flutspatinfo.c:
10169         * gst/mpegtsparse/flutspatinfo.h:
10170         * gst/mpegtsparse/flutspmtinfo.c:
10171         * gst/mpegtsparse/flutspmtinfo.h:
10172         Update licences to reflect LGPL-ness of these files also.
10173
10174 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
10175
10176         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
10177         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
10178         * docs/plugins/gst-plugins-bad-plugins.interfaces:
10179         * docs/plugins/gst-plugins-bad-plugins.signals:
10180         * gst/rtpmanager/gstrtpbin.c:
10181         * gst/rtpmanager/gstrtpbin.h:
10182         * gst/rtpmanager/gstrtpclient.c:
10183         * gst/rtpmanager/gstrtpclient.h:
10184         * gst/rtpmanager/gstrtpjitterbuffer.c:
10185         * gst/rtpmanager/gstrtpjitterbuffer.h:
10186         * gst/rtpmanager/gstrtpptdemux.c:
10187         * gst/rtpmanager/gstrtpptdemux.h:
10188         * gst/rtpmanager/gstrtpsession.c:
10189         * gst/rtpmanager/gstrtpsession.h:
10190         * gst/rtpmanager/gstrtpssrcdemux.c:
10191         * gst/rtpmanager/gstrtpssrcdemux.h:
10192           Rename all GstRTPFoo structs to GstRtpFoo so that GST_BOILERPLATE
10193           registers a GType that's different than the GstRTPFoo types that
10194           farsight registers (luckily GType names are case sensitive). Should
10195           finally fix #430664.
10196
10197 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
10198
10199         * configure.ac:
10200         * win32/common/config.h:
10201         * win32/common/config.h.in:
10202           Automatically generate win32/common/config.h via configure (this
10203           ensures the win32 version of config.h is up-to-date when a release
10204           is made, #433373). config.h.in file might need some more work.
10205
10206 2007-08-22  Tim-Philipp Müller  <tim at centricular dot net>
10207
10208         Patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
10209
10210         * configure.ac:
10211         * gst/festival/Makefile.am:
10212         * gst/festival/gstfestival.c:
10213           Port festival plugin to GStreamer-0.10 (#461377).
10214
10215 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
10216
10217         * ext/faad/gstfaad.c: (gst_faad_chain):
10218         Don't unref the buffer when it was clipped.
10219
10220 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
10221
10222         * ext/faad/gstfaad.c: (gst_faad_chain):
10223         Don't unref the buffer when it was clipped.
10224
10225 2007-08-22  Julien MOUTTE  <julien@moutte.net>
10226
10227         * gst/flv/gstflvdemux.c: (gst_flv_demux_cleanup),
10228         (gst_flv_demux_pull_tag):
10229         * gst/flv/gstflvdemux.h:
10230         * gst/flv/gstflvparse.c: (gst_flv_parse_metadata_item),
10231         (gst_flv_parse_tag_script), (gst_flv_parse_tag_audio),
10232         (gst_flv_parse_tag_video): Handle pixel aspect ratio through
10233         metadata tags like ASF does. Fluendo muxer supports this and 
10234         Flash players can support it as well this way.
10235
10236 2007-08-22  Julien MOUTTE  <julien@moutte.net>
10237
10238         * gst/flv/gstflvdemux.c: (gst_flv_demux_pull_tag):
10239         * gst/flv/gstflvparse.c: (gst_flv_parse_metadata_item),
10240         (gst_flv_parse_tag_script), (gst_flv_parse_tag_audio),
10241         (gst_flv_parse_tag_video): Make sure we don't try filling up the
10242         index if no times object was parsed. Fix the way we decide to push
10243         tags and emit no-more-pads. Fix some printf typing in debugging.
10244
10245 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
10246
10247         * gst/rtpmanager/gstrtpjitterbuffer.c:
10248         (gst_rtp_jitter_buffer_chain),
10249         (gst_rtp_jitter_buffer_set_property):
10250         When drop-on-latency is set but we have no latency configured, just push
10251         the buffer as fast as possible.
10252         Fix typo in comment.
10253
10254 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
10255
10256         * gst/rtpmanager/rtpjitterbuffer.c:
10257         (rtp_jitter_buffer_get_ts_diff):
10258         * gst/rtpmanager/rtpjitterbuffer.h:
10259         Fix undefined overflow prone ts_diff handling.
10260
10261 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
10262
10263         * gst/modplug/gstmodplug.cc:
10264         Fix compiler warning.
10265
10266 2007-08-21  Stefan Kost  <ensonic@users.sf.net>
10267
10268         * gst/modplug/gstmodplug.cc:
10269           Don't use NULL caps for srcpad is not yet connected.
10270
10271 2007-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10272
10273         * configure.ac:
10274         * gst/mpegtsparse/Makefile.am:
10275         * gst/mpegtsparse/flutspatinfo.c:
10276         * gst/mpegtsparse/flutspatinfo.h:
10277         * gst/mpegtsparse/flutspmtinfo.c:
10278         * gst/mpegtsparse/flutspmtinfo.h:
10279         * gst/mpegtsparse/flutspmtstreaminfo.c:
10280         * gst/mpegtsparse/flutspmtstreaminfo.h:
10281         * gst/mpegtsparse/mpegtspacketizer.c:
10282         * gst/mpegtsparse/mpegtspacketizer.h:
10283         * gst/mpegtsparse/mpegtsparse.c:
10284         * gst/mpegtsparse/mpegtsparse.h:
10285         * gst/mpegtsparse/mpegtsparsemarshal.list:
10286         Add mpeg transport stream parser written by:
10287         Alessandro Decina. Includes a couple of files from the
10288         Fluendo transport stream demuxer that Fluendo have 
10289         kindly allowed to be licenced under LGPL also.
10290
10291 2007-08-20  Tim-Philipp Müller  <tim at centricular dot net>
10292
10293         Patch by: Bastien Nocera  <hadess at hadess net>
10294
10295         * ext/mythtv/gstmythtvsrc.c:
10296           Add examples for live mythtv:// URIs to docs (#468039).
10297           Also convert some tabs into spaces.
10298
10299 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
10300
10301         * gst/filter/gstbpwsinc.c:
10302         * gst/filter/gstlpwsinc.c:
10303         Add small comparision with the chebyshev filters in the docs.
10304
10305 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
10306
10307         * tests/check/elements/bpwsinc.c: (GST_START_TEST),
10308         (bpwsinc_suite):
10309         * tests/check/elements/lpwsinc.c: (GST_START_TEST),
10310         (lpwsinc_suite):
10311         Also test everything in 32 bit float mode.
10312
10313 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
10314
10315         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init),
10316         (bpwsinc_set_property), (bpwsinc_get_property):
10317         * gst/filter/gstbpwsinc.h:
10318         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init),
10319         (gst_lpwsinc_init), (lpwsinc_build_kernel), (lpwsinc_set_property),
10320         (lpwsinc_get_property):
10321         * gst/filter/gstlpwsinc.h:
10322         * tests/check/elements/lpwsinc.c: (GST_START_TEST):
10323         Use generator macros for the process functions for the different
10324         sample types, add lower upper boundaries for the GObject properties
10325         so automatically generated UIs can use sliders and change frequency
10326         properties to floats to save a bit of memory, even ints would in
10327         theory be enough. Also rename frequency to cutoff for consistency
10328         reasons.
10329         * docs/plugins/gst-plugins-bad-plugins.args:
10330         * docs/plugins/gst-plugins-bad-plugins.signals:
10331         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
10332         Regenerated for the above changes.
10333
10334 2007-08-17  Stefan Kost  <ensonic@users.sf.net>
10335
10336         * ext/amrwb/gstamrwbparse.c:
10337           Don't leak the adapter.
10338
10339 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
10340
10341         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init),
10342         (gst_bpwsinc_init), (process_32), (process_64),
10343         (bpwsinc_build_kernel), (bpwsinc_push_residue),
10344         (bpwsinc_transform), (bpwsinc_start), (bpwsinc_query),
10345         (bpwsinc_query_type), (bpwsinc_event), (bpwsinc_set_property):
10346         * gst/filter/gstbpwsinc.h:
10347         Implement latency query and only forward those samples downstream
10348         that actually contain the data we want, i.e. drop kernel_length/2
10349         in the beginning and append kernel_length/2 (created by convolving
10350         the filter kernel with zeroes) to the end.
10351
10352         * tests/check/elements/bpwsinc.c: (GST_START_TEST):
10353         Adjust the unit test for this slightly changed behaviour.
10354
10355         * gst/filter/gstlpwsinc.c: (lpwsinc_build_kernel):
10356         Reset residue length only when actually creating a residue.
10357
10358 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
10359
10360         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_class_init):
10361         Override the preroll vmethod instead of overriding the render method
10362         twice.
10363
10364 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
10365
10366         * gst/rtpmanager/gstrtpjitterbuffer.c:
10367         (gst_rtp_jitter_buffer_sink_event), (gst_rtp_jitter_buffer_chain),
10368         (gst_rtp_jitter_buffer_loop):
10369         Fix EOS handling.
10370         Convert some DEBUG into WARNINGs.
10371         Pause task when flushing.
10372
10373         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
10374         (rtcp_thread), (gst_rtp_session_event_recv_rtcp_sink):
10375         Use system clock for RTCP session management timeouts.
10376
10377         * gst/rtpmanager/rtpsession.c: (on_new_ssrc), (on_ssrc_collision),
10378         (on_ssrc_validated), (on_bye_ssrc), (on_bye_timeout), (on_timeout):
10379         Release the session lock when emiting signals.
10380
10381 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
10382
10383         * ext/faad/gstfaad.c: (gst_faad_setcaps),
10384         (gst_faad_chanpos_to_gst):
10385         Add some debug info.
10386
10387 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
10388
10389         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init),
10390         (gst_lpwsinc_init), (process_32), (process_64),
10391         (lpwsinc_build_kernel), (lpwsinc_push_residue),
10392         (lpwsinc_transform), (lpwsinc_start), (lpwsinc_query),
10393         (lpwsinc_query_type), (lpwsinc_event), (lpwsinc_set_property):
10394         * gst/filter/gstlpwsinc.h:
10395         Implement latency query and only forward those samples downstream
10396         that actually contain the data we want, i.e. drop kernel_length/2
10397         in the beginning and append kernel_length/2 (created by convolving
10398         the filter kernel with zeroes) to the end.
10399         * tests/check/elements/lpwsinc.c: (GST_START_TEST):
10400         Adjust the unit test for this slightly changed behaviour.
10401
10402 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
10403
10404         * ext/ladspa/gstladspa.c:
10405           Don't leak like hell.
10406
10407 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
10408
10409         * tests/check/Makefile.am:
10410         * tests/check/generic/.cvsignore:
10411         * tests/check/generic/states.c:
10412           Add generic state-change test suite to help to fi leaks.
10413
10414 2007-08-15  Stefan Kost  <ensonic@users.sf.net>
10415
10416         * ext/timidity/gstwildmidi.c:
10417         * ext/timidity/gstwildmidi.h:
10418           Look harder for a config. Based on patch by Hans de Goede.
10419           Fixes #456912
10420
10421 2007-08-14  Wim Taymans  <wim.taymans@gmail.com>
10422
10423         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_flush_unlocked):
10424         Don't use new API.
10425
10426 2007-08-14  Wim Taymans  <wim.taymans@gmail.com>
10427
10428         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_base_init),
10429         (gst_app_sink_class_init), (gst_app_sink_dispose),
10430         (gst_app_sink_flush_unlocked), (gst_app_sink_start),
10431         (gst_app_sink_stop), (gst_app_sink_event), (gst_app_sink_preroll),
10432         (gst_app_sink_render), (gst_app_sink_get_caps),
10433         (gst_app_sink_set_caps), (gst_app_sink_end_of_stream),
10434         (gst_app_sink_pull_preroll), (gst_app_sink_pull_buffer):
10435         * gst-libs/gst/app/gstappsink.h:
10436         Make love to appsink.
10437         Make it support pulling of the preroll buffer.
10438         Add docs and debug statements.
10439         Fix some races wrt to EOS handling and stopping.
10440         Implement getcaps.
10441         Implement FLUSHING.
10442         API: gst_app_sink_pull_preroll()
10443
10444 2007-08-14  Wim Taymans  <wim.taymans@gmail.com>
10445
10446         * gst/flv/gstflvdemux.c: (gst_flv_demux_set_index),
10447         (gst_flv_demux_get_index):
10448         Fix locking and refcounting on the index.
10449
10450 2007-08-14  Julien MOUTTE  <julien@moutte.net>
10451
10452         * gst/flv/gstflvdemux.c: (gst_flv_demux_cleanup),
10453         (gst_flv_demux_adapter_flush), (gst_flv_demux_chain),
10454         (gst_flv_demux_pull_tag), (gst_flv_demux_do_seek),
10455         (gst_flv_demux_handle_seek), (gst_flv_demux_sink_event),
10456         (gst_flv_demux_src_event), (gst_flv_demux_query),
10457         (gst_flv_demux_change_state), (gst_flv_demux_set_index),
10458         (gst_flv_demux_get_index), (gst_flv_demux_dispose),
10459         (gst_flv_demux_class_init): First method for seeking in pull
10460         mode using the index built step by step or coming from metadata.
10461         * gst/flv/gstflvdemux.h:
10462         * gst/flv/gstflvparse.c: (FLV_GET_STRING),
10463         (gst_flv_parse_metadata_item), (gst_flv_parse_tag_script),
10464         (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video): Parse
10465         more metadata types and keyframes index.
10466
10467 2007-08-13  Sebastian Dröge  <slomo@circular-chaos.org>
10468
10469         * docs/plugins/Makefile.am:
10470         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
10471         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
10472         * docs/plugins/gst-plugins-bad-plugins.args:
10473         * docs/plugins/gst-plugins-bad-plugins.signals:
10474         * docs/plugins/inspect/plugin-bz2.xml:
10475         * docs/plugins/inspect/plugin-cdxaparse.xml:
10476         * docs/plugins/inspect/plugin-dtsdec.xml:
10477         * docs/plugins/inspect/plugin-faac.xml:
10478         * docs/plugins/inspect/plugin-faad.xml:
10479         * docs/plugins/inspect/plugin-filter.xml:
10480         * docs/plugins/inspect/plugin-freeze.xml:
10481         * docs/plugins/inspect/plugin-gsm.xml:
10482         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
10483         * docs/plugins/inspect/plugin-h264parse.xml:
10484         * docs/plugins/inspect/plugin-modplug.xml:
10485         * docs/plugins/inspect/plugin-mpeg2enc.xml:
10486         * docs/plugins/inspect/plugin-musepack.xml:
10487         * docs/plugins/inspect/plugin-musicbrainz.xml:
10488         * docs/plugins/inspect/plugin-nsfdec.xml:
10489         * docs/plugins/inspect/plugin-replaygain.xml:
10490         * docs/plugins/inspect/plugin-soundtouch.xml:
10491         * docs/plugins/inspect/plugin-spcdec.xml:
10492         * docs/plugins/inspect/plugin-spectrum.xml:
10493         * docs/plugins/inspect/plugin-speed.xml:
10494         * docs/plugins/inspect/plugin-tta.xml:
10495         * docs/plugins/inspect/plugin-videosignal.xml:
10496         * docs/plugins/inspect/plugin-xingheader.xml:
10497         * docs/plugins/inspect/plugin-xvid.xml:
10498         * gst/filter/gstbpwsinc.c:
10499         * gst/filter/gstbpwsinc.h:
10500         * gst/filter/gstlpwsinc.c:
10501         * gst/filter/gstlpwsinc.h:
10502         Add docs for lpwsinc and bpwsinc and integrate them
10503         into the build system. While doing that also update
10504         all other docs via make update in docs/plugins.
10505
10506 2007-08-13  Stefan Kost  <ensonic@users.sf.net>
10507
10508         * gst/rtpmanager/rtpjitterbuffer.c:
10509           Include stdlib.
10510
10511 2007-08-12  Sebastian Dröge  <slomo@circular-chaos.org>
10512
10513         * tests/check/elements/bpwsinc.c: (GST_START_TEST):
10514         Make one test constraint a bit stricter.
10515
10516 2007-08-12  Sebastian Dröge  <slomo@circular-chaos.org>
10517
10518         * tests/check/Makefile.am:
10519         * tests/check/elements/.cvsignore:
10520         * tests/check/elements/bpwsinc.c: (setup_bpwsinc),
10521         (cleanup_bpwsinc), (GST_START_TEST), (bpwsinc_suite), (main):
10522         Add unit tests for bpwsinc, testing fundamental functionality again.
10523
10524 2007-08-12  Sebastian Dröge  <slomo@circular-chaos.org>
10525
10526         * tests/check/Makefile.am:
10527         * tests/check/elements/.cvsignore:
10528         * tests/check/elements/lpwsinc.c: (setup_lpwsinc),
10529         (cleanup_lpwsinc), (GST_START_TEST), (lpwsinc_suite), (main):
10530         Add unit tests for lpwsinc, testing fundamental functionality.
10531
10532 2007-08-12  Sebastian Dröge  <slomo@circular-chaos.org>
10533
10534         * gst/filter/gstbpwsinc.c: (bpwsinc_build_kernel):
10535         * gst/filter/gstlpwsinc.c: (lpwsinc_build_kernel):
10536         Improve debugging a bit.
10537
10538 2007-08-12  Sebastian Dröge  <slomo@circular-chaos.org>
10539
10540         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init),
10541         (bpwsinc_start):
10542         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init),
10543         (lpwsinc_start):
10544         Reset the residue in BaseTransform::start to get a clean residue
10545         on stream changes.
10546
10547 2007-08-11  Sebastian Dröge  <slomo@circular-chaos.org>
10548
10549         * gst/filter/gstbpwsinc.c: (process_32), (process_64):
10550         * gst/filter/gstlpwsinc.c: (process_32), (process_64):
10551         Fix processing with buffer sizes that are smaller than the filter
10552         kernel size.
10553
10554 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
10555
10556         * gst/rtpmanager/Makefile.am:
10557         * gst/rtpmanager/async_jitter_queue.c:
10558         * gst/rtpmanager/async_jitter_queue.h:
10559         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_class_init),
10560         (rtp_jitter_buffer_init), (rtp_jitter_buffer_finalize),
10561         (rtp_jitter_buffer_new), (compare_seqnum),
10562         (rtp_jitter_buffer_insert), (rtp_jitter_buffer_pop),
10563         (rtp_jitter_buffer_flush), (rtp_jitter_buffer_num_packets),
10564         (rtp_jitter_buffer_get_ts_diff):
10565         * gst/rtpmanager/rtpjitterbuffer.h:
10566         Remove complicated async queue and replace with more simple jitterbuffer
10567         code while also fixing some bugs.
10568
10569         * gst/rtpmanager/gstrtpbin-marshal.list:
10570         * gst/rtpmanager/gstrtpbin.c: (on_new_ssrc), (on_ssrc_collision),
10571         (on_ssrc_validated), (on_bye_ssrc), (on_bye_timeout), (on_timeout),
10572         (create_session), (gst_rtp_bin_class_init), (create_recv_rtp),
10573         (create_send_rtp):
10574         * gst/rtpmanager/gstrtpbin.h:
10575         * gst/rtpmanager/gstrtpjitterbuffer.c:
10576         (gst_rtp_jitter_buffer_init), (gst_rtp_jitter_buffer_dispose),
10577         (gst_jitter_buffer_sink_parse_caps),
10578         (gst_rtp_jitter_buffer_flush_start),
10579         (gst_rtp_jitter_buffer_flush_stop),
10580         (gst_rtp_jitter_buffer_change_state),
10581         (gst_rtp_jitter_buffer_sink_event), (gst_rtp_jitter_buffer_chain),
10582         (gst_rtp_jitter_buffer_loop), (gst_rtp_jitter_buffer_set_property):
10583         * gst/rtpmanager/gstrtpsession.c: (on_new_ssrc),
10584         (on_ssrc_collision), (on_ssrc_validated), (on_bye_ssrc),
10585         (on_bye_timeout), (on_timeout), (gst_rtp_session_class_init),
10586         (gst_rtp_session_init):
10587         * gst/rtpmanager/gstrtpsession.h:
10588         * gst/rtpmanager/rtpsession.c: (on_bye_ssrc), (session_cleanup):
10589         Use new jitterbuffer code.
10590         Expose some new signals in preparation for handling EOS.
10591
10592 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
10593
10594         * gst/filter/gstbpwsinc.c: (bpwsinc_build_kernel):
10595         Fix a segfault with more than one channel and don't rebuild
10596         the kernel & residue with every buffer.
10597
10598 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
10599
10600         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_mode_get_type),
10601         (gst_bpwsinc_window_get_type), (gst_bpwsinc_class_init),
10602         (gst_bpwsinc_init), (bpwsinc_build_kernel), (bpwsinc_set_property),
10603         (bpwsinc_get_property):
10604         * gst/filter/gstbpwsinc.h:
10605         Add support for a bandreject mode and allow specifying the window
10606         function that should be used.
10607         * gst/filter/gstlpwsinc.c:
10608         And another small formatting fix.
10609
10610 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
10611
10612         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init),
10613         (gst_bpwsinc_init), (process_32), (process_64),
10614         (bpwsinc_build_kernel), (bpwsinc_setup), (bpwsinc_get_unit_size),
10615         (bpwsinc_transform), (bpwsinc_set_property),
10616         (bpwsinc_get_property):
10617         * gst/filter/gstbpwsinc.h:
10618         Apply the same changes to the bandpass filter:
10619          - Support double input
10620          - Fix processing for input with >1 channels
10621          - Specify frequency in Hz
10622          - Specify actual filter kernel length
10623          - Use transform instead of transform_ip as we're working
10624            out of place anyway
10625          - Factor out filter kernel generation and update the filter
10626            kernel when the properties are set
10627         Fix bandpass filter kernel generation to actually generate
10628         a bandpass filter by creating a highpass instead of a second
10629         lowpass.
10630         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init):
10631         Small formatting fix.
10632
10633 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
10634
10635         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init),
10636         (gst_lpwsinc_init), (process_32), (process_64),
10637         (lpwsinc_build_kernel), (lpwsinc_set_property),
10638         (lpwsinc_get_property):
10639         * gst/filter/gstlpwsinc.h:
10640         Specify the actual filter length instead of a weird
10641         2N+1. Setting the property will round to the next odd number.
10642         Also remove now obsolete FIXMEs.
10643
10644 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
10645
10646         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_window_get_type),
10647         (gst_lpwsinc_class_init), (gst_lpwsinc_init),
10648         (lpwsinc_build_kernel), (lpwsinc_set_property),
10649         (lpwsinc_get_property):
10650         * gst/filter/gstlpwsinc.h:
10651         Allow choosing between hamming and blackman window. The blackman
10652         window provides a better stopband attenuation but a bit slower
10653         rolloff.
10654
10655 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
10656
10657         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_mode_get_type),
10658         (gst_lpwsinc_class_init), (process_32), (process_64),
10659         (lpwsinc_build_kernel), (lpwsinc_set_property),
10660         (lpwsinc_get_property):
10661         * gst/filter/gstlpwsinc.h:
10662         Add a highpass mode.
10663
10664 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
10665
10666         * gst/filter/gstlpwsinc.c: (process_32), (process_64),
10667         (lpwsinc_build_kernel):
10668         Fix processing if the input has more than one channel.
10669
10670 2007-08-09  Sebastian Dröge  <slomo@circular-chaos.org>
10671
10672         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_dispose),
10673         (gst_bpwsinc_init), (bpwsinc_setup), (bpwsinc_transform_ip),
10674         (bpwsinc_set_property), (bpwsinc_get_property):
10675         "this" is a C++ keyword, use "self" instead.
10676         Add TODOs and FIXMEs and remove two wrong FIXMEs.
10677         * gst/filter/gstlpwsinc.c:
10678         Add FIXMEs and a new TODO.
10679
10680 2007-08-09  Sebastian Dröge  <slomo@circular-chaos.org>
10681
10682         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_dispose),
10683         (gst_lpwsinc_class_init), (gst_lpwsinc_init), (process_32),
10684         (process_64), (lpwsinc_build_kernel), (lpwsinc_setup),
10685         (lpwsinc_get_unit_size), (lpwsinc_transform),
10686         (lpwsinc_set_property), (lpwsinc_get_property):
10687         * gst/filter/gstlpwsinc.h:
10688         Add double support, replace "this" with "self" as the former
10689         is a C++ keyword.
10690         Implement the frequency property in Hz instead of fraction
10691         of sampling frequency.
10692         Remove some unecessary FIXMEs and add some TODOs, add some
10693         required locking and refactor the kernel generation into a
10694         separate function that is also called when the properties
10695         change now.
10696         And use BaseTransform::transform instead of transform_ip
10697         as the convolution is done out of place anyway. Should
10698         be done in place later.
10699
10700 2007-08-09  Sebastian Dröge  <slomo@circular-chaos.org>
10701
10702         * configure.ac:
10703         * gst/stereo/Makefile.am:
10704         * gst/stereo/gststereo.c: (gst_stereo_base_init),
10705         (gst_stereo_class_init), (gst_stereo_init),
10706         (gst_stereo_transform_ip), (gst_stereo_set_property),
10707         (gst_stereo_get_property):
10708         * gst/stereo/gststereo.h:
10709         Port the stereo element to GStreamer 0.10.
10710
10711 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
10712
10713         submitted by: Raphael Higino <phhigino@gmail.com>
10714
10715         * po/LINGUAS:
10716         * po/pt_BR.po:
10717           Added Portuguese (Brazilian) translation.
10718
10719 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
10720
10721         * po/uk.po:
10722         * po/vi.po:
10723           Updated translations.
10724
10725 2007-08-08  Sebastian Dröge  <slomo@circular-chaos.org>
10726
10727         * gst/filter/Makefile.am:
10728         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_dispose),
10729         (gst_bpwsinc_base_init), (gst_bpwsinc_class_init),
10730         (gst_bpwsinc_init), (bpwsinc_setup):
10731         * gst/filter/gstbpwsinc.h:
10732         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_dispose),
10733         (gst_lpwsinc_base_init), (gst_lpwsinc_class_init),
10734         (gst_lpwsinc_init), (lpwsinc_setup):
10735         * gst/filter/gstlpwsinc.h:
10736         Use GstAudioFilter as base class and don't leak the memory
10737         of the filter kernel and residue.
10738
10739 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
10740
10741         Patch by: Josep Torra Valles <josep@fluendo.com>
10742
10743         * docs/plugins/gst-plugins-bad-plugins.args:
10744         * ext/libmms/gstmms.c: (gst_mms_class_init), (gst_mms_init),
10745         (gst_mms_start), (gst_mms_set_property), (gst_mms_get_property):
10746         * ext/libmms/gstmms.h:
10747         Add connection speed property to libmms. Fixes #464678.
10748
10749 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
10750
10751         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain),
10752         (gst_real_video_dec_activate_push), (open_library),
10753         (gst_real_video_dec_init), (gst_real_video_dec_finalize):
10754         * gst/real/gstrealvideodec.h:
10755         Remove some old unused vars.
10756
10757 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
10758
10759         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps):
10760         Small cleanups.
10761
10762         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain),
10763         (open_library):
10764         Remove fragment and timestamp correction code from the decoder to make
10765         the caps and buffer contents compatible with matroska/ffdec_rvx0/...
10766
10767 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
10768
10769         * po/POTFILES.skip:
10770           Add POTFILES.skip with list of source files that aren't disted at the
10771           moment but contain translatable strings. Should hopefully pacify
10772           broken tools and make it clearer that these files are left out
10773           intentionally (#461601 and others).
10774
10775 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
10776
10777         Patch by: Ian Munro  <imunro at netspace net au>
10778
10779         * gst/bayer/gstbayer2rgb.c:
10780           Include our own "_stdint.h" instead of <stdint.h> (which may not
10781           be available).
10782
10783         * gst/speed/gstspeed.h:
10784           Native HP-UX compiler dosn't seem to like enum typedefs before the
10785           actual enum was defined.
10786
10787         * gst/vmnc/vmncdec.c:
10788           Fix wrong usage of GST_ELEMENT_ERROR macro (#461373).
10789
10790 2007-07-26  Edward Hervey  <bilboed@bilboed.com>
10791
10792         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps):
10793         Use the proper context variable when setting the password !
10794         LOG => WARNING for errors.
10795         Give proper path when opening the codec (needs a '/' at the end).
10796
10797 2007-07-25  Tim-Philipp Müller  <tim at centricular dot net>
10798
10799         * gst/real/Makefile.am:
10800           And dist the new header file too.
10801
10802 2007-07-25  Tim-Philipp Müller  <tim at centricular dot net>
10803
10804         * gst/real/gstreal.h:
10805         Add missing header file.
10806
10807 2007-07-25  Julien MOUTTE  <julien@moutte.net>
10808
10809         (gst_flv_demux_chain), (gst_flv_demux_pull_tag),
10810         (gst_flv_demux_change_state), (gst_flv_demux_dispose),
10811         (gst_flv_demux_init):
10812         * gst/flv/gstflvdemux.h:
10813         * gst/flv/gstflvparse.c: (FLV_GET_STRING),
10814         (gst_flv_parse_metadata_item), (gst_flv_parse_tag_script),
10815         (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video),
10816         (gst_flv_parse_header):
10817         * gst/flv/gstflvparse.h: Handle not linked pads, try to make it
10818         reusable, more safety checks.
10819
10820 2007-07-25  Stefan Kost  <ensonic@users.sf.net>
10821
10822         * ext/timidity/gsttimidity.c: (gst_timidity_init),
10823         (gst_timidity_change_state), (plugin_init):
10824         * ext/timidity/gsttimidity.h:
10825           Don't initialize timidity in plugin_init for similar reason as below.
10826
10827 2007-07-24  Stefan Kost  <ensonic@users.sf.net>
10828
10829         * ext/timidity/gstwildmidi.c: (wildmidi_open_config),
10830         (gst_wildmidi_init), (gst_wildmidi_change_state), (plugin_init):
10831         * ext/timidity/gstwildmidi.h:
10832           Don't initialize wildmidi in plugin_init as it also setups audio
10833           filters which is slow.
10834
10835 2007-07-24  Hans de Goede  <j.w.r.degoede@hhs.nl>
10836
10837         reviewed by: Edward Hervey  <bilboed@bilboed.com>
10838
10839         * gst/real/gstreal.c: (plugin_init):
10840         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps),
10841         (gst_real_audio_dec_finalize), (gst_real_audio_dec_set_property),
10842         (gst_real_audio_dec_get_property), (gst_real_audio_dec_class_init):
10843         * gst/real/gstrealvideodec.c: (open_library),
10844         (gst_real_video_dec_finalize), (gst_real_video_dec_set_property),
10845         (gst_real_video_dec_get_property), (gst_real_video_dec_class_init):
10846         * gst/real/gstrealvideodec.h:
10847         Improved search algorithm for location of real .so files.
10848         Fixes #393461
10849
10850 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
10851
10852         * configure.ac:
10853         * ext/faad/gstfaad.c: (gst_faad_chain), (gst_faad_change_state):
10854         Use the new buffer clipping function from gstaudio here and
10855         require gst-plugins-base CVS.
10856
10857 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
10858
10859         * configure.ac:
10860           Sync liboil check with plugins-base.
10861
10862 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
10863
10864         * gst/equalizer/gstiirequalizer.c:
10865         (gst_iir_equalizer_band_set_property),
10866         (gst_iir_equalizer_child_proxy_get_child_by_index),
10867         (gst_iir_equalizer_child_proxy_get_children_count),
10868         (gst_iir_equalizer_child_proxy_interface_init),
10869         (gst_iir_equalizer_class_init), (arg_to_scale), (setup_filter),
10870         (gst_iir_equalizer_compute_frequencies):
10871         * gst/equalizer/gstiirequalizer10bands.c:
10872         (gst_iir_equalizer_10bands_class_init):
10873         * gst/equalizer/gstiirequalizer3bands.c:
10874         (gst_iir_equalizer_3bands_class_init):
10875         * gst/equalizer/gstiirequalizernbands.c:
10876           Better algorith for the center frequencies. Subtract band filters from
10877           input for negative gains. Rework the gain mapping.
10878
10879 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
10880
10881         * ext/dirac/Makefile.am:
10882           Also include stdlib here.
10883
10884 2007-07-19  Jan Schmidt  <thaytan@noraisin.net>
10885
10886         * tests/check/elements/.cvsignore:
10887         Fix the buildbot with the cvsignore it wants.
10888
10889 2007-07-19  Julien MOUTTE  <julien@moutte.net>
10890
10891         * configure.ac:
10892         * gst/flv/Makefile.am:
10893         * gst/flv/gstflvdemux.c: (gst_flv_demux_flush),
10894         (gst_flv_demux_cleanup), (gst_flv_demux_chain),
10895         (gst_flv_demux_pull_tag), (gst_flv_demux_pull_header),
10896         (gst_flv_demux_seek_to_prev_keyframe), (gst_flv_demux_loop),
10897         (gst_flv_demux_sink_activate), (gst_flv_demux_sink_activate_push),
10898         (gst_flv_demux_sink_activate_pull), (gst_flv_demux_sink_event),
10899         (gst_flv_demux_change_state), (gst_flv_demux_dispose),
10900         (gst_flv_demux_base_init), (gst_flv_demux_class_init),
10901         (gst_flv_demux_init), (plugin_init):
10902         * gst/flv/gstflvdemux.h:
10903         * gst/flv/gstflvparse.c: (FLV_GET_BEUI24), (FLV_GET_STRING),
10904         (gst_flv_demux_query_types), (gst_flv_demux_query),
10905         (gst_flv_parse_metadata_item), (gst_flv_parse_tag_script),
10906         (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video),
10907         (gst_flv_parse_tag_type), (gst_flv_parse_header):
10908         * gst/flv/gstflvparse.h: Adds a first draft of an FLV demuxer.
10909         It does not do seeking yet, it supports pull and push mode so YES
10910         you can use it to play youtube videos directly from an HTTP uri.
10911         Not so much testing done yet but it parses metadata, reply to 
10912         duration queries, etc...
10913
10914 2007-07-19  Stefan Kost  <ensonic@users.sf.net>
10915
10916         * tests/check/Makefile.am:
10917         * tests/check/elements/timidity.c (GST_START_TEST, timidity_suite,
10918           main):
10919           Add typefind test for midi.
10920
10921 2007-07-18  Michael Smith  <msmith@fluendo.com>
10922
10923         * ext/soundtouch/gstpitch.cc:
10924           If we receive a new segment event, don't try to push buffers out
10925           in response (without first sending it on!).
10926           Instead, flush internal buffers on receiving flush events.
10927           Fixes playback after seeking.
10928
10929 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
10930
10931         * gst/bayer/gstbayer2rgb.c: (gst_bayer2rgb_set_caps),
10932         (gst_bayer2rgb_reset):
10933           Add basic docs. Use glibs mem routines.
10934
10935 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
10936
10937         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
10938           Add example to the docs. Fix buffer-offset-end and add some debug.
10939
10940 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
10941
10942         * ext/jack/gstjackaudiosink.c: (gst_jack_ring_buffer_open_device),
10943         (gst_jack_ring_buffer_acquire):
10944           Add stdlib include here too.
10945
10946 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
10947
10948         * examples/app/appsrc_ex.c:
10949         * examples/switch/switcher.c:
10950         * ext/neon/gstneonhttpsrc.c:
10951         * ext/timidity/gstwildmidi.c:
10952         * ext/x264/gstx264enc.c:
10953         * gst/mve/mveaudioenc.c: (mve_compress_audio):
10954         * gst/rtpmanager/gstrtpclient.c:
10955         * gst/rtpmanager/gstrtpjitterbuffer.c:
10956         * gst/spectrum/demo-audiotest.c:
10957         * gst/spectrum/demo-osssrc.c:
10958         * sys/dvb/gstdvbsrc.c:
10959           Add stdlib include (free, atoi, exit).
10960
10961 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
10962
10963         * ext/faad/gstfaad.c: (clip_outgoing_buffer):
10964         Fix buffer clipping to correctly clip to the segment stop.
10965
10966 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
10967
10968         Patch by: Hans de Goede <j.w.r.degoede at hhs dot nl>
10969
10970         * gst/modplug/gstmodplug.cc:
10971         add several missing supported mime-types to the modplug plugin.
10972         Fixes #456901.
10973
10974 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
10975
10976         * configure.ac:
10977         * tests/Makefile.am:
10978         Remove bogus check for libcheck, since we check for
10979         gstreamer-check and it pulls in the required info from there, and we
10980         weren't actually _using_ the information for libcheck ourselves
10981         anyway.
10982
10983 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
10984
10985         * configure.ac:
10986           Use pkg-config to locate check.
10987
10988 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
10989
10990         * gst/interleave/deinterleave.c: (gst_deinterleave_process):
10991         * gst/vmnc/vmncdec.c: (vmnc_make_buffer):
10992           Fix build against core CVS.
10993
10994 2007-07-09  Stefan Kost  <ensonic@users.sf.net>
10995
10996         * REQUIREMENTS:
10997           Sync with changes in -ugly.
10998
10999 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
11000
11001         * REQUIREMENTS:
11002           Add download location of libamrwb.
11003
11004 2007-07-06  Tim-Philipp Müller  <tim at centricular dot net>
11005
11006         * docs/plugins/inspect/plugin-amrwb.xml:
11007         * docs/plugins/inspect/plugin-equalizer.xml:
11008         * docs/plugins/inspect/plugin-multifile.xml:
11009         * docs/plugins/inspect/plugin-timidity.xml:
11010         * docs/plugins/inspect/plugin-wildmidi.xml:
11011           Add missing inspect files. Fixes build (#454313).
11012
11013         * ext/timidity/gstwildmidi.c: (wildmidi_open_config):
11014           Scream a bit louder when initialisation fails.
11015
11016         * gst-libs/README:
11017         * gst-libs/ext/.cvsignore:
11018           Remove some cruft.
11019
11020 2007-07-05  Tim-Philipp Müller  <tim at centricular dot net>
11021
11022         * ext/ivorbis/Makefile.am:
11023           Dist header files. Fixes #454078.
11024
11025 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
11026
11027         * docs/plugins/Makefile.am:
11028           Simplify --extra-dir as gtkdoc scans recursively.
11029
11030         * ext/amrwb/gstamrwbenc.c:
11031           Fix comment start.
11032
11033 2007-07-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11034
11035         * sys/dvb/gstdvbsrc.c (dvbsrc_details, ARG_DVBSRC_ADAPTER,
11036           ARG_DVBSRC_FRONTEND, ARG_DVBSRC_DISEQC_SRC, ARG_DVBSRC_FREQUENCY,
11037           ARG_DVBSRC_POLARITY, gst_dvbsrc_class_init, gst_dvbsrc_init,
11038           gst_dvbsrc_set_property, gst_dvbsrc_get_property,
11039           gst_dvbsrc_open_frontend, gst_dvbsrc_open_dvr, read_device,
11040           gst_dvbsrc_create, gst_dvbsrc_set_pes_filters):
11041         * sys/dvb/gstdvbsrc.h (adapter_number, frontend_number):
11042         Removed property "device". Added properties "adapter" and "frontend".
11043         Fixes #453636.
11044         Rename freq property to frequency.
11045
11046 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
11047
11048         * gst/videosignal/gstvideodetect.c: (gst_video_detect_class_init):
11049         Fix property descriptions.
11050
11051 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
11052
11053         * docs/plugins/Makefile.am:
11054         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11055         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11056         * ext/amrwb/gstamrwbdec.c:
11057         * ext/amrwb/gstamrwbenc.c:
11058         * ext/amrwb/gstamrwbparse.c:
11059           Also document AMR-WB elements.
11060
11061 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
11062
11063         * docs/plugins/Makefile.am:
11064         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11065         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11066         * docs/plugins/gst-plugins-bad-plugins.args:
11067           Cleanup the section file so that -unused is empty again (and useful to
11068           spot new docs). Add not yet added docs to sgml file. Add more header
11069           to Makefile.am to make them introspectable.
11070
11071         * docs/plugins/inspect/plugin-bz2.xml:
11072         * docs/plugins/inspect/plugin-cdxaparse.xml:
11073         * docs/plugins/inspect/plugin-dtsdec.xml:
11074         * docs/plugins/inspect/plugin-faac.xml:
11075         * docs/plugins/inspect/plugin-faad.xml:
11076         * docs/plugins/inspect/plugin-filter.xml:
11077         * docs/plugins/inspect/plugin-freeze.xml:
11078         * docs/plugins/inspect/plugin-gdp.xml:
11079         * docs/plugins/inspect/plugin-gsm.xml:
11080         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
11081         * docs/plugins/inspect/plugin-h264parse.xml:
11082         * docs/plugins/inspect/plugin-modplug.xml:
11083         * docs/plugins/inspect/plugin-musicbrainz.xml:
11084         * docs/plugins/inspect/plugin-nsfdec.xml:
11085         * docs/plugins/inspect/plugin-replaygain.xml:
11086         * docs/plugins/inspect/plugin-spectrum.xml:
11087         * docs/plugins/inspect/plugin-speed.xml:
11088         * docs/plugins/inspect/plugin-tta.xml:
11089         * docs/plugins/inspect/plugin-videosignal.xml:
11090         * docs/plugins/inspect/plugin-xingheader.xml:
11091         * docs/plugins/inspect/plugin-xvid.xml:
11092           Update the doc blobs.
11093
11094 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
11095
11096         * gst/multifile/Makefile.am:
11097         * gst/multifile/gstmultifile.c:
11098         * gst/multifile/gstmultifilesink.c:
11099         * gst/multifile/gstmultifilesink.h:
11100         * gst/multifile/gstmultifilesrc.c:
11101         * gst/multifile/gstmultifilesrc.h:
11102           Add .h files to be able to add it to the docs.
11103
11104 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
11105
11106         * gst/modplug/gstmodplug.cc:
11107           Activate doc section.
11108
11109 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
11110
11111         * ext/timidity/gsttimidity.c:
11112         * ext/timidity/gstwildmidi.c:
11113         * ext/timidity/gstwildmidi.h:
11114           Fix licence (both are GPL). Add element docs.
11115
11116 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
11117
11118         * ext/musicbrainz/gsttrm.h:
11119           Fix _get_type signature.
11120
11121 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
11122
11123         * gst/replaygain/gstrgvolume.h:
11124           Fix GObject macros.
11125
11126 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
11127
11128         * ext/dc1394/gstdc1394.c: (gst_dc1394_src_fixate),
11129         (gst_dc1394_create), (gst_dc1394_caps_set_format_vmode_caps),
11130         (gst_dc1394_set_caps_framesize_range),
11131         (gst_dc1394_caps_set_framerate_list), (gst_dc1394_get_cam_caps),
11132         (gst_dc1394_framerate_frac_to_const),
11133         (gst_dc1394_open_cam_with_best_caps):
11134         Make a bunch of functions static, and move variable declarations
11135         to the start of blocks to avoid problems on older gcc.
11136
11137         Make sure to unset value types.
11138
11139 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
11140
11141         * ext/dc1394/gstdc1394.c: (gst_dc1394_set_caps_color):
11142
11143         The correct fourcc for the 4:1:1 packed format is 'IYU1'.
11144         With CVS of ffmpegcolorspace from plugins-base, I can now
11145         get 30 fps from the iSight.
11146
11147 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
11148
11149         * ext/dc1394/gstdc1394.c: (gst_dc1394_set_caps_color):
11150         Change a g_print to a GST_DEBUG message.
11151
11152 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
11153
11154         * configure.ac:
11155         * ext/Makefile.am:
11156         * ext/dc1394/Makefile.am:
11157         * ext/dc1394/gstdc1394.c: (gst_dc1394_base_init),
11158         (gst_dc1394_class_init), (gst_dc1394_init),
11159         (gst_dc1394_src_fixate), (gst_dc1394_set_property),
11160         (gst_dc1394_get_property), (gst_dc1394_getcaps),
11161         (gst_dc1394_setcaps), (gst_dc1394_get_times), (gst_dc1394_create),
11162         (gst_dc1394_parse_caps), (gst_dc1394_change_state),
11163         (gst_dc1394_caps_set_format_vmode_caps),
11164         (gst_dc1394_set_caps_color), (gst_dc1394_set_caps_framesize),
11165         (gst_dc1394_set_caps_framesize_range),
11166         (gst_dc1394_caps_set_framerate_list),
11167         (gst_dc1394_framerate_const_to_frac),
11168         (gst_dc1394_get_all_dc1394_caps), (gst_dc1394_get_cam_caps),
11169         (gst_dc1394_framerate_frac_to_const),
11170         (gst_dc1394_open_cam_with_best_caps),
11171         (gst_dc1394_change_camera_transmission), (plugin_init):
11172         * ext/dc1394/gstdc1394.h:
11173         Commit new dc1394src element.
11174         Patch By: Antoine Tremblay < hexa00 at gmail dot com >
11175         Patch By: Eric Jonas < jonas at mit dot edu >
11176         Close: #387251
11177
11178 2007-06-28  Wim Taymans  <wim@fluendo.com>
11179
11180         * gst/videosignal/gstvideodetect.c: (gst_video_detect_class_init):
11181         Register new property as well.
11182
11183 2007-06-28  Wim Taymans  <wim@fluendo.com>
11184
11185         * gst/videosignal/gstvideodetect.c: (gst_video_detect_420),
11186         (gst_video_detect_set_property), (gst_video_detect_get_property):
11187         * gst/videosignal/gstvideodetect.h:
11188         Add property to adjust the center, sensitivity is now the distance from
11189         this center.
11190
11191 2007-06-27  Wim Taymans  <wim@fluendo.com>
11192
11193         * gst/videosignal/gstvideodetect.c: (gst_video_detect_420),
11194         (gst_video_detect_set_property), (gst_video_detect_get_property),
11195         (gst_video_detect_class_init):
11196         * gst/videosignal/gstvideodetect.h:
11197         * gst/videosignal/gstvideomark.c: (gst_video_mark_draw_box),
11198         (gst_video_mark_420), (gst_video_mark_set_property),
11199         (gst_video_mark_get_property), (gst_video_mark_class_init):
11200         * gst/videosignal/gstvideomark.h:
11201         Add left and bottom offset properties to control the position of the
11202         pattern.
11203
11204 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
11205
11206         * docs/plugins/gst-plugins-bad-plugins.args:
11207         * docs/plugins/inspect/plugin-alsaspdif.xml:
11208         * docs/plugins/inspect/plugin-bz2.xml:
11209         * docs/plugins/inspect/plugin-cdxaparse.xml:
11210         * docs/plugins/inspect/plugin-dtsdec.xml:
11211         * docs/plugins/inspect/plugin-faac.xml:
11212         * docs/plugins/inspect/plugin-faad.xml:
11213         * docs/plugins/inspect/plugin-filter.xml:
11214         * docs/plugins/inspect/plugin-freeze.xml:
11215         * docs/plugins/inspect/plugin-gdp.xml:
11216         * docs/plugins/inspect/plugin-glimagesink.xml:
11217         * docs/plugins/inspect/plugin-gsm.xml:
11218         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
11219         * docs/plugins/inspect/plugin-h264parse.xml:
11220         * docs/plugins/inspect/plugin-jack.xml:
11221         * docs/plugins/inspect/plugin-mms.xml:
11222         * docs/plugins/inspect/plugin-modplug.xml:
11223         * docs/plugins/inspect/plugin-musicbrainz.xml:
11224         * docs/plugins/inspect/plugin-neon.xml:
11225         * docs/plugins/inspect/plugin-nsfdec.xml:
11226         * docs/plugins/inspect/plugin-replaygain.xml:
11227         * docs/plugins/inspect/plugin-sdl.xml:
11228         * docs/plugins/inspect/plugin-spectrum.xml:
11229         * docs/plugins/inspect/plugin-speed.xml:
11230         * docs/plugins/inspect/plugin-tta.xml:
11231         * docs/plugins/inspect/plugin-videosignal.xml:
11232         * docs/plugins/inspect/plugin-xingheader.xml:
11233         * docs/plugins/inspect/plugin-xvid.xml:
11234           Update docs with caps info.
11235
11236 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
11237
11238         * gconf/.cvsignore:
11239         * gconf/Makefile.am:
11240         * gconf/gstreamer.schemas.in:
11241           Remove dysfunctional directory (this stuff is in -good).
11242
11243         * ext/sndfile/gstsf.c: (plugin_init):
11244         * sys/dvb/gstdvbsrc.c: (plugin_init):
11245           Add i18n bindtextdomain stuff.
11246
11247         * gst/nuvdemux/gstnuvdemux.c: (gst_nuv_demux_class_init),
11248         (plugin_init):
11249           Post an error message when returning GST_FLOW_ERROR; minor cleanups.
11250
11251         * po/POTFILES.in:
11252           Add more source files with translatable strings (fixes #450605).
11253
11254 2007-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11255
11256         Contributed by: Wenzheng Hu <db_lobster@163.com>
11257
11258         * po/LINGUAS:
11259         * po/zh_CN.po:
11260           Added Chinese (simplified) translation.
11261
11262 2007-06-22  Tim-Philipp Müller  <tim at centricular dot net>
11263
11264         Patch by: Jens Granseuer  <jensgr at gmx net>
11265
11266         * gst/equalizer/gstiirequalizer.c:
11267         * gst/equalizer/gstiirequalizer10bands.c:
11268         * gst/equalizer/gstiirequalizer3bands.c:
11269         * gst/equalizer/gstiirequalizernbands.c:
11270         * gst/rtpmanager/async_jitter_queue.c:
11271         (async_jitter_queue_push_sorted):
11272         * gst/rtpmanager/gstrtpjitterbuffer.c:
11273         (gst_rtp_jitter_buffer_chain):
11274         * gst/switch/gstswitch.c: (gst_switch_chain):
11275           Build fixes for gcc-2.9x (no mid-block variable declarations etc.).
11276           Fixes #450185.
11277
11278 2007-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11279
11280         * examples/switch/switcher.c (my_bus_callback, switch_timer,
11281           last_message_received, main):
11282         * gst/switch/gstswitch.c (gst_switch_release_pad,
11283           gst_switch_request_new_pad, gst_switch_chain, gst_switch_event,
11284           gst_switch_set_property, gst_switch_get_property,
11285           gst_switch_get_linked_pad, gst_switch_getcaps,
11286           gst_switch_bufferalloc, gst_switch_dispose, gst_switch_init):
11287         * gst/switch/gstswitch.h (switch_mutex, GST_SWITCH_LOCK,
11288           GST_SWITCH_UNLOCK):
11289         Add an extra lock to protect against certain variables instead of
11290         using the object lock. Fix case where caps are different in the
11291         sink pads causes deadlock. Update example to use different caps
11292         on each sink pad.
11293
11294 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
11295
11296         * MAINTAINERS:
11297         Updating all the maintainers files
11298
11299 2007-06-22  Edward Hervey  <edward@fluendo.com>
11300
11301         * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_init):
11302         * ext/amrwb/gstamrwbenc.c: (gst_amrwbenc_init):
11303         * ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_init):
11304         * ext/audioresample/gstaudioresample.c:
11305         * ext/bz2/gstbz2dec.c: (gst_bz2dec_init):
11306         * ext/bz2/gstbz2enc.c: (gst_bz2enc_init):
11307         * ext/divx/gstdivxdec.c: (gst_divxdec_init):
11308         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
11309         * ext/faac/gstfaac.c: (gst_faac_init):
11310         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init):
11311         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init):
11312         * ext/hermes/gsthermescolorspace.c: (gst_hermes_colorspace_init):
11313         * ext/lcs/gstcolorspace.c: (gst_colorspace_init):
11314         * ext/libfame/gstlibfame.c: (gst_fameenc_init):
11315         * ext/snapshot/gstsnapshot.c: (gst_snapshot_init):
11316         * ext/spc/gstspc.c: (gst_spc_dec_init):
11317         * ext/swfdec/gstswfdec.c: (gst_swfdec_init):
11318         * ext/xvid/gstxvidenc.c: (gst_xvidenc_init):
11319         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxa_parse_init):
11320         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_init):
11321         * gst/chart/gstchart.c: (gst_chart_init):
11322         * gst/colorspace/gstcolorspace.c: (gst_colorspace_init):
11323         * gst/festival/gstfestival.c: (gst_festival_init):
11324         * gst/freeze/gstfreeze.c: (gst_freeze_init):
11325         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_request_new_pad):
11326         * gst/mpeg1sys/gstmpeg1systemencode.c: (gst_system_encode_init):
11327         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
11328         * gst/nsf/gstnsf.c: (gst_nsfdec_init):
11329         * gst/overlay/gstoverlay.c: (gst_overlay_init):
11330         * gst/passthrough/gstpassthrough.c: (passthrough_init):
11331         * gst/playondemand/gstplayondemand.c: (play_on_demand_init):
11332         * gst/smooth/gstsmooth.c: (gst_smooth_init):
11333         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
11334         * gst/speed/gstspeed.c: (speed_init):
11335         * gst/vbidec/gstvbidec.c: (gst_vbidec_init):
11336         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init):
11337         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
11338         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
11339         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_init):
11340         Fix leaks.
11341
11342 2007-06-21  Tim-Philipp Müller  <tim at centricular dot net>
11343
11344         * RELEASE:
11345         * sys/Makefile.am:
11346           Re-enable VCD source and fix up release notes.
11347
11348 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
11349
11350         * gst/equalizer/gstiirequalizer.c:
11351           Document parameter mapping.
11352
11353 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
11354
11355         * gst/spectrum/gstspectrum.c: (gst_spectrum_event),
11356         (gst_spectrum_transform_ip):
11357           Fix leaking buffers.
11358           
11359         * tests/check/Makefile.am:
11360         * tests/check/elements/spectrum.c: (setup_spectrum),
11361         (cleanup_spectrum), (GST_START_TEST), (spectrum_suite), (main):
11362           Add simple test for spectrum element.
11363
11364 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
11365
11366         * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_base_init),
11367         (gst_amrwbdec_class_init), (gst_amrwbdec_finalize),
11368         (gst_amrwbdec_event), (gst_amrwbdec_chain),
11369         (gst_amrwbdec_state_change):
11370         * ext/amrwb/gstamrwbdec.h:
11371         * ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_base_init),
11372         (gst_amrwbparse_pull_header), (gst_amrwbparse_loop):
11373           Add newsegment and discont handling. Some code cleanups. Don't leak
11374           the adapter, unref it in a new finalize method instead. Sync the
11375           parser with the amr-nb changes.
11376
11377 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
11378
11379         * configure.ac:
11380         Back to CVS.
11381
11382         * gst-plugins-bad.doap:
11383         Add 0.10.5 to the doap file.
11384
11385 === release 0.10.5 ===
11386
11387 2007-06-19  Jan Schmidt <thaytan@mad.scientist.com>
11388
11389         * configure.ac:
11390           releasing 0.10.5, "Expedition to Lake Pahoe"
11391
11392 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
11393
11394         * win32/vs6/gst_plugins_bad.dsw:
11395         * win32/vs6/libdshowsrcwrapper.dsp:
11396         * win32/vs6/libgstdshow.dsp:
11397         * win32/vs6/libgstmpegvideoparse.dsp:
11398         * win32/vs6/libgstneon.dsp:
11399         Convert line endings to CRLF and mark as binary files.
11400
11401 2007-06-13  Wim Taymans  <wim@fluendo.com>
11402
11403         * sys/Makefile.am:
11404         Disable VCD build because we're frozen..
11405
11406 2007-06-13  Wim Taymans  <wim@fluendo.com>
11407
11408         * configure.ac:
11409         * sys/Makefile.am:
11410         * sys/vcd/Makefile.am:
11411         * sys/vcd/vcdsrc.c: (gst_vcdsrc_setup_interfaces),
11412         (gst_vcdsrc_base_init), (gst_vcdsrc_class_init), (gst_vcdsrc_init),
11413         (gst_vcdsrc_msf), (gst_vcdsrc_recalculate),
11414         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
11415         (gst_vcdsrc_create), (gst_vcdsrc_start), (gst_vcdsrc_stop),
11416         (gst_vcdsrc_uri_set_uri):
11417         * sys/vcd/vcdsrc.h:
11418         Port VCD element.
11419
11420 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
11421
11422         * win32/MANIFEST:
11423         Add megvideoparse, libdshow and dshowsrcwrapper to win32
11424         MANIFEST.
11425         * win32/vs6/gst_plugins_bad.dsw:
11426         Remove qtdemux, directdraw, directsound and waveform project files
11427         from the workspace as they have been moved to -good.
11428
11429 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
11430
11431         * po/POTFILES.in:
11432         Remove qtdemux from the translation list.
11433
11434 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
11435
11436         * configure.ac:
11437         * docs/plugins/Makefile.am:
11438         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11439         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11440         * docs/plugins/inspect/plugin-osxvideo.xml:
11441         * docs/plugins/inspect/plugin-videocrop.xml:
11442         * gst-plugins-bad.spec.in:
11443         * gst/videocrop/Makefile.am:
11444         * gst/videocrop/gstvideocrop.c:
11445         * gst/videocrop/gstvideocrop.h:
11446         * gst/videocrop/videocrop.vcproj:
11447         * sys/Makefile.am:
11448         * sys/osxvideo/Makefile.am:
11449         * sys/osxvideo/cocoawindow.h:
11450         * sys/osxvideo/cocoawindow.m:
11451         * sys/osxvideo/osxvideosink.h:
11452         * sys/osxvideo/osxvideosink.m:
11453         * tests/check/Makefile.am:
11454         * tests/check/elements/videocrop.c:
11455         * tests/icles/Makefile.am:
11456         * tests/icles/videocrop-test.c:
11457         Move videocrop and osxvideo to -good.
11458
11459 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
11460
11461         * configure.ac:
11462         * docs/plugins/Makefile.am:
11463         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11464         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11465         * gst/qtdemux/Makefile.am:
11466         * gst/qtdemux/gstrtpxqtdepay.c:
11467         * gst/qtdemux/gstrtpxqtdepay.h:
11468         * gst/qtdemux/qtdemux.c:
11469         * gst/qtdemux/qtdemux.h:
11470         * gst/qtdemux/qtdemux.vcproj:
11471         * gst/qtdemux/qtdemux_dump.c:
11472         * gst/qtdemux/qtdemux_dump.h:
11473         * gst/qtdemux/qtdemux_fourcc.h:
11474         * gst/qtdemux/qtdemux_types.c:
11475         * gst/qtdemux/qtdemux_types.h:
11476         * gst/qtdemux/qtpalette.h:
11477         * gst/qtdemux/quicktime.c:
11478         * win32/MANIFEST:
11479         * win32/vs6/libgstqtdemux.dsp:
11480         Move qtdemux to -good.
11481
11482         * gst-plugins-bad.spec.in:
11483         Update spec file to reflect wavpack & qtdemux moving to -good.
11484
11485 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
11486
11487         * docs/plugins/Makefile.am:
11488         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11489         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11490         * docs/plugins/inspect/plugin-waveform.xml:
11491         * sys/waveform/gstwaveformplugin.c:
11492         * sys/waveform/gstwaveformsink.c:
11493         * sys/waveform/gstwaveformsink.h:
11494         * win32/MANIFEST:
11495         * win32/vs6/libgstwaveform.dsp:
11496         Remove the waveform plugin now that it is in -good.
11497
11498 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
11499
11500         * configure.ac:
11501         * docs/plugins/Makefile.am:
11502         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11503         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11504         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
11505         * docs/plugins/inspect/plugin-wavpack.xml:
11506         * ext/Makefile.am:
11507         * ext/wavpack/Makefile.am:
11508         * ext/wavpack/gstwavpack.c:
11509         * ext/wavpack/gstwavpackcommon.c:
11510         * ext/wavpack/gstwavpackcommon.h:
11511         * ext/wavpack/gstwavpackdec.c:
11512         * ext/wavpack/gstwavpackdec.h:
11513         * ext/wavpack/gstwavpackenc.c:
11514         * ext/wavpack/gstwavpackenc.h:
11515         * ext/wavpack/gstwavpackparse.c:
11516         * ext/wavpack/gstwavpackparse.h:
11517         * ext/wavpack/gstwavpackstreamreader.c:
11518         * ext/wavpack/gstwavpackstreamreader.h:
11519         * ext/wavpack/md5.c:
11520         * ext/wavpack/md5.h:
11521         * tests/check/Makefile.am:
11522         * tests/check/elements/wavpackdec.c:
11523         * tests/check/elements/wavpackenc.c:
11524         * tests/check/elements/wavpackparse.c:
11525           Move wavpack to good.
11526
11527 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
11528
11529         * configure.ac:
11530         * docs/plugins/Makefile.am:
11531         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11532         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11533         * docs/plugins/gst-plugins-bad-plugins.args:
11534         * docs/plugins/inspect/plugin-directdraw.xml:
11535         * docs/plugins/inspect/plugin-directsound.xml:
11536         * sys/Makefile.am:
11537         * sys/directdraw/Makefile.am:
11538         * sys/directdraw/gstdirectdrawplugin.c:
11539         * sys/directdraw/gstdirectdrawsink.c:
11540         * sys/directdraw/gstdirectdrawsink.h:
11541         * sys/directsound/Makefile.am:
11542         * sys/directsound/gstdirectsoundplugin.c:
11543         * sys/directsound/gstdirectsoundsink.c:
11544         * sys/directsound/gstdirectsoundsink.h:
11545         * win32/MANIFEST:
11546         * win32/gst.sln:
11547         * win32/vs6/libgstdirectdraw.dsp:
11548         * win32/vs6/libgstdirectsound.dsp:
11549         * win32/vs7/libgstdirectdraw.vcproj:
11550         * win32/vs7/libgstdirectsound.vcproj:
11551         * win32/vs8/libgstdirectdraw.vcproj:
11552         * win32/vs8/libgstdirectsound.vcproj:
11553         Remove DirectDraw & DirectSound plugins, as they've moved to Good
11554
11555 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
11556
11557         * ext/timidity/gsttimidity.c: (gst_timidity_loop):
11558         * ext/timidity/gstwildmidi.c: (gst_wildmidi_loop):
11559         * gst/tta/gstttaparse.c: (gst_tta_parse_loop):
11560           When driving the pipeline, also post an error when we get a
11561           not-linked flow return from downstream.
11562
11563 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
11564
11565         * docs/plugins/gst-plugins-bad-plugins.args:
11566         * sys/directdraw/gstdirectdrawsink.c:
11567         (gst_directdraw_sink_class_init):
11568         Rename the keep-aspect-ratio property to force-aspect-ratio to make
11569         it consistent with xvimagesink and ximagesink.
11570
11571 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
11572
11573         * tests/icles/videocrop-test.c: (main):
11574           Default to xvimagesink instead of autovideosink while
11575           autovideosink/ghostpads/whatever don't handle the way we use it in
11576           the way we expect it to.
11577
11578 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
11579
11580         * configure.ac:
11581           Bump requirements to released versions of core and -base, and remove
11582           special-casing for equalizer and rtpmanager as it's not needed any
11583           longer.
11584
11585 2007-06-06  Jan Schmidt  <thaytan@mad.scientist.com>
11586
11587         * sys/glsink/glimagesink.c: (gst_glimage_sink_stop),
11588         (gst_glimage_sink_create_window), (gst_glimage_sink_init_display):
11589         Sprinkle in some XSync calls to avoid raciness with broken
11590         drivers (ATI) when re-using a single glimagesink.
11591
11592 2007-06-06  Jan Schmidt  <thaytan@mad.scientist.com>
11593
11594         * gst/mpegvideoparse/mpegpacketiser.c:
11595         (mpeg_util_parse_extension_packet), (mpeg_util_parse_sequence_hdr),
11596         (mpeg_util_parse_picture_hdr):
11597         * gst/mpegvideoparse/mpegvideoparse.c:
11598         (mpegvideoparse_handle_sequence), (mpegvideoparse_drain_avail):
11599         Fix some silly bugs with calculating the guard sizes.
11600         Properly compare the old sequence header structure with the new one.
11601         Don't error out on an invalid sequence - just ignore it.
11602
11603 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
11604
11605         * gst/real/gstrealvideodec.c: (gst_real_video_dec_decode):
11606           Printf fix in debug statement; also print the right number there.
11607
11608 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
11609
11610         * ext/sdl/Makefile.am:
11611         * ext/sdl/sdlvideosink.c: (gst_sdlv_process_events):
11612           Add GST_CFLAGS, which apparently somehow fixes the build somewhere
11613           (#444499); initialise variable to avoid false compiler warning.
11614
11615 2007-06-01  Wim Taymans  <wim@fluendo.com>
11616
11617         * docs/plugins/Makefile.am:
11618         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11619         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11620         * docs/plugins/inspect/plugin-videosignal.xml:
11621         * gst/videosignal/Makefile.am:
11622         * gst/videosignal/gstvideomark.c: (gst_video_mark_set_caps),
11623         (gst_video_mark_draw_box), (gst_video_mark_420),
11624         (gst_video_mark_transform_ip), (gst_video_mark_set_property),
11625         (gst_video_mark_get_property), (gst_video_mark_base_init),
11626         (gst_video_mark_class_init), (gst_video_mark_init),
11627         (gst_video_mark_get_type):
11628         * gst/videosignal/gstvideomark.h:
11629         * gst/videosignal/gstvideosignal.c: (plugin_init):
11630         Add plugin to generate a pattern detectable by videodetect.
11631
11632 2007-06-01  Tim-Philipp Müller  <tim at centricular dot net>
11633
11634         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_create):
11635           Don't leak buffer when returning an error.
11636
11637 2007-06-01  Wim Taymans  <wim@fluendo.com>
11638
11639         Patch by René Stadler <mail at renestadler dot de>:
11640
11641         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
11642         (gst_neonhttp_src_init), (gst_neonhttp_src_dispose),
11643         (gst_neonhttp_src_set_property), (gst_neonhttp_src_get_property),
11644         (gst_neonhttp_src_start), (gst_neonhttp_src_do_seek),
11645         (gst_neonhttp_src_set_location),
11646         (gst_neonhttp_src_send_request_and_redirect),
11647         (gst_neonhttp_src_uri_get_uri), (gst_neonhttp_src_uri_set_uri):
11648         * ext/neon/gstneonhttpsrc.h:
11649         Deprecated "uri" property.  Clean up property descriptions.
11650         Change default User-Agent to the slightly more descriptive
11651         "GStreamer neonhttpsrc".
11652         Various other small cleanups, mostly property related.
11653
11654 2007-05-31  Tim-Philipp Müller  <tim at centricular dot net>
11655
11656         * ext/libmms/gstmms.h:
11657           No reason to use gpointers instead of typed pointes here as far as I
11658           can see.
11659
11660         * ext/mythtv/gstmythtvsrc.c:
11661         * ext/neon/gstneonhttpsrc.c:
11662         * gst/switch/gstswitch.c:
11663           Don't use gtk-doc magic markers for things that aren't meant to be
11664           parsed by gtk-doc. Makes gtk-doc complain a bit less.
11665
11666 2007-05-30  Wim Taymans  <wim@fluendo.com>
11667
11668         * configure.ac:
11669         * docs/plugins/Makefile.am:
11670         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11671         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11672         * docs/plugins/inspect/plugin-videosignal.xml:
11673         * gst/videosignal/Makefile.am:
11674         * gst/videosignal/gstvideoanalyse.c: (gst_video_analyse_set_caps),
11675         (gst_video_analyse_post_message), (gst_video_analyse_420),
11676         (gst_video_analyse_transform_ip), (gst_video_analyse_set_property),
11677         (gst_video_analyse_get_property), (gst_video_analyse_base_init),
11678         (gst_video_analyse_class_init), (gst_video_analyse_init),
11679         (gst_video_analyse_get_type):
11680         * gst/videosignal/gstvideoanalyse.h:
11681         * gst/videosignal/gstvideodetect.c: (gst_video_detect_set_caps),
11682         (gst_video_detect_post_message),
11683         (gst_video_detect_calc_brightness), (gst_video_detect_420),
11684         (gst_video_detect_transform_ip), (gst_video_detect_set_property),
11685         (gst_video_detect_get_property), (gst_video_detect_base_init),
11686         (gst_video_detect_class_init), (gst_video_detect_init),
11687         (gst_video_detect_get_type):
11688         * gst/videosignal/gstvideodetect.h:
11689         * gst/videosignal/gstvideosignal.c: (plugin_init):
11690         * gst/videosignal/gstvideosignal.h:
11691         Added videosignal plugin with two plugins to analyse video frames.
11692         Added videoanalyse to report about brightness and variance in video
11693         frames.
11694         Added videodetect to detect predefined patterns in a video signal.
11695
11696 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
11697
11698         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
11699         * docs/plugins/gst-plugins-bad-plugins.interfaces:
11700         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
11701         * docs/plugins/gst-plugins-bad-plugins.signals:
11702           More updates.
11703
11704 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
11705
11706         * docs/plugins/gst-plugins-bad-plugins.args:
11707         * docs/plugins/gst-plugins-bad-plugins.signals:
11708         * docs/plugins/inspect/plugin-dtsdec.xml:
11709         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
11710         * docs/plugins/inspect/plugin-musepack.xml:
11711         * docs/plugins/inspect/plugin-rtpmanager.xml:
11712         * docs/plugins/inspect/plugin-sdl.xml:
11713         * docs/plugins/inspect/plugin-spcdec.xml:
11714         * docs/plugins/inspect/plugin-swfdec.xml:
11715           Updates; update inspect info for rtpmanager => gstrtpmanager rename,
11716           hopefully that makes the build bots happy again.
11717
11718 2007-05-28  Wim Taymans  <wim@fluendo.com>
11719
11720         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11721         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11722         * gst/rtpmanager/gstrtpbin.c: (create_session), (create_stream),
11723         (gst_rtp_bin_class_init), (create_recv_rtp), (create_recv_rtcp),
11724         (create_send_rtp), (create_rtcp), (gst_rtp_bin_request_new_pad):
11725         * gst/rtpmanager/gstrtpclient.c: (create_stream),
11726         (gst_rtp_client_request_new_pad):
11727         * gst/rtpmanager/gstrtpjitterbuffer.c:
11728         (gst_rtp_jitter_buffer_clear_pt_map), (gst_rtp_jitter_buffer_loop):
11729         * gst/rtpmanager/gstrtpmanager.c: (plugin_init):
11730         * gst/rtpmanager/gstrtpptdemux.c:
11731         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
11732         (gst_rtp_session_request_new_pad):
11733         * gst/rtpmanager/gstrtpssrcdemux.c:
11734         Rename elements to avoid conflict with farsight elements with the same
11735         name. Fixes #430664.
11736
11737 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
11738
11739         Patch by: Vincent Torri  <vtorri at univ-evry fr>
11740
11741         * sys/directdraw/gstdirectdrawsink.c:
11742         (gst_directdraw_sink_buffer_alloc),
11743         (gst_directdraw_sink_show_frame),
11744         (gst_directdraw_sink_check_primary_surface),
11745         (gst_directdraw_sink_check_offscreen_surface),
11746         (EnumModesCallback2), (gst_directdraw_sink_get_ddrawcaps),
11747         (gst_directdraw_sink_surface_create):
11748         * sys/directdraw/gstdirectdrawsink.h:
11749           Fix more warnings when compiling with MingW (#439914).
11750
11751 2007-05-24  Sebastian Moutte  <sebastien@moutte.net>
11752
11753         * docs/plugins/gst-plugins-bad-plugins.args:
11754         Remove directsoundsink property doc as this sink use the mixer
11755         interface now.
11756         * docs/plugins/gst-plugins-bad-plugins.interfaces:
11757         Add interfaces implemented by Windows sinks.
11758         * sys/directsound/gstdirectsoundsink.c:
11759         * sys/directsound/gstdirectsoundsink.h:
11760         Remove directsoundsink property  and implement the mixer interface.
11761         * win32/vs6/gst_plugins_bad.dsw:
11762         * win32/vs6/libgstdirectsound.dsp:
11763         Update project files.
11764         * gst-libs/gst/dshow/gstdshow.cpp:
11765         * gst-libs/gst/dshow/gstdshow.h:
11766         * gst-libs/gst/dshow/gstdshowfakesink.cpp:
11767         * gst-libs/gst/dshow/gstdshowfakesink.h:
11768         * gst-libs/gst/dshow/gstdshowfakesrc.cpp:
11769         * gst-libs/gst/dshow/gstdshowfakesrc.h:
11770         * gst-libs/gst/dshow/gstdshowinterface.cpp:
11771         * gst-libs/gst/dshow/gstdshowinterface.h:
11772         * win32/common/libgstdshow.def:
11773         * win32/vs6/libgstdshow.dsp:
11774         Add a new gst library which allow to create internal Direct Show
11775         graph (pipelines) to wrap Windows sources, decoders or encoders.
11776         It includes a DirectShow fake source and sink and utility functions.    
11777         * sys/dshowsrcwrapper/gstdshowaudiosrc.c:
11778         * sys/dshowsrcwrapper/gstdshowaudiosrc.h:
11779         * sys/dshowsrcwrapper/gstdshowsrcwrapper.c:
11780         * sys/dshowsrcwrapper/gstdshowsrcwrapper.h:
11781         * sys/dshowsrcwrapper/gstdshowvideosrc.c:
11782         * sys/dshowsrcwrapper/gstdshowvideosrc.h:
11783         * win32/vs6/libdshowsrcwrapper.dsp:
11784         Add a new plugin to wrap DirectShow sources on Windows.
11785         It gets data from any webcam, dv cam, micro. We could add 
11786         tv tunner card later.
11787         
11788 2007-05-23  Sebastian Dröge  <slomo@circular-chaos.org>
11789
11790         Patch by René Stadler <mail at renestadler dot de>:
11791
11792         * ext/sdl/sdlvideosink.c:
11793         Separate the authors by newlines instead of nothing. Fixes #440774.
11794
11795 2007-05-23  Wim Taymans  <wim@fluendo.com>
11796
11797         * docs/plugins/inspect/plugin-rtpmanager.xml:
11798         Add doc xml file.
11799
11800 2007-05-23  Wim Taymans  <wim@fluendo.com>
11801
11802         * docs/plugins/Makefile.am:
11803         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11804         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11805         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_class_init):
11806         * gst/rtpmanager/gstrtpbin.h:
11807         * gst/rtpmanager/gstrtpclient.c:
11808         * gst/rtpmanager/gstrtpjitterbuffer.c:
11809         (gst_rtp_jitter_buffer_class_init),
11810         (gst_rtp_jitter_buffer_clear_pt_map), (gst_rtp_jitter_buffer_loop):
11811         * gst/rtpmanager/gstrtpjitterbuffer.h:
11812         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_class_init),
11813         (gst_rtp_pt_demux_clear_pt_map):
11814         * gst/rtpmanager/gstrtpptdemux.h:
11815         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
11816         (rtcp_thread), (gst_rtp_session_clear_pt_map):
11817         * gst/rtpmanager/gstrtpsession.h:
11818         * gst/rtpmanager/gstrtpssrcdemux.c:
11819         (gst_rtp_ssrc_demux_class_init):
11820         Document stuff.
11821         Add clear-pt-map action signal where needed.
11822
11823 2007-05-22  Stefan Kost  <ensonic@users.sf.net>
11824
11825         * configure.ac:
11826           Depend on gstreamer-0.10.12.1.
11827         
11828         * gst/equalizer/gstiirequalizer.c (ARG_BAND_WIDTH, _do_init, ARG_GAIN,
11829           _GstIirEqualizerBand, object, _GstIirEqualizerBandClass,
11830           parent_class, gst_iir_equalizer_band_set_property,
11831           gst_iir_equalizer_band_class_init, gst_iir_equalizer_band_get_type,
11832           gst_iir_equalizer_child_proxy_get_child_by_index,
11833           gst_iir_equalizer_child_proxy_get_children_count,
11834           gst_iir_equalizer_child_proxy_interface_init, setup_filter,
11835           gst_iir_equalizer_compute_frequencies,
11836           gst_iir_equalizer_set_property, gst_iir_equalizer_get_property,
11837           plugin_init):
11838         * gst/equalizer/gstiirequalizer.h (audiofilter):
11839         * gst/equalizer/gstiirequalizernbands.c (ARG_NUM_BANDS,
11840           gst_iir_equalizer_nbands_base_init, gst_iir_equalizer_nbands_init,
11841           gst_iir_equalizer_nbands_set_property):
11842           Use new locking macros.
11843
11844         * gst/filter/gstbpwsinc.c (bpwsinc_set_caps):
11845           Add fixme.
11846
11847         * gst/spectrum/gstspectrum.c (SPECTRUM_WINDOW_BASE,
11848           SPECTRUM_WINDOW_LEN, gst_spectrum_init, gst_spectrum_set_property,
11849           gst_spectrum_event, gst_spectrum_transform_ip):
11850           Use new locking macros. Turn two fixed values into #defines.
11851
11852 2007-05-22  Edward Hervey  <edward@fluendo.com>
11853
11854         * docs/plugins/Makefile.am:
11855         Also look for .m (objectivec) files.
11856         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11857         * docs/plugins/gst-plugins-bad-plugins.args:
11858         * sys/osxvideo/osxvideosink.m:
11859         Add documentation for element and properties.
11860
11861 2007-05-21  Stefan Kost  <ensonic@users.sf.net>
11862
11863         * ChangeLog:
11864           ChangeLog surgery.
11865         * gst/equalizer/gstiirequalizer.c (ARG_BAND_WIDTH, _do_init, ARG_GAIN,
11866           _GstIirEqualizerBand, object, _GstIirEqualizerBandClass,
11867           parent_class, gst_iir_equalizer_band_set_property,
11868           gst_iir_equalizer_band_class_init, gst_iir_equalizer_band_get_type,
11869           gst_iir_equalizer_child_proxy_get_child_by_index,
11870           gst_iir_equalizer_child_proxy_get_children_count,
11871           gst_iir_equalizer_child_proxy_interface_init, setup_filter,
11872           gst_iir_equalizer_compute_frequencies, plugin_init):
11873         * tests/icles/equalizer-test.c:
11874           Add fixme and comment for example.
11875
11876 2007-05-21  Stefan Kost  <ensonic@users.sf.net>
11877
11878         * gst/spectrum/gstspectrum.c (gst_spectrum_set_property,
11879           gst_spectrum_event, gst_spectrum_transform_ip):
11880           Use lock to protect from concurrent access.
11881
11882 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
11883
11884         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_class_init),
11885         (gst_wavpack_enc_set_property), (gst_wavpack_enc_get_property):
11886         Specify and use properties as unsigned int that are an unsigned int.
11887
11888 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
11889
11890         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_class_init),
11891         (gst_wavpack_enc_init), (gst_wavpack_enc_set_wp_config),
11892         (gst_wavpack_enc_set_property), (gst_wavpack_enc_get_property):
11893         * ext/wavpack/gstwavpackenc.h:
11894         Fixup docs, make the bitrate property an int as it should be and
11895         allow to set the different extra processing modes instead of only
11896         allowing none and the default one.
11897
11898 2007-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
11899
11900         * ext/wavpack/gstwavpackenc.c:
11901         Add missing audioconverts in the example pipelines of wavpackenc. As
11902         the wavpack stuff now needs input with 32 bit width (and random depth)
11903         this is needed now. The example pipelines for the parser and decoder
11904         are still fine.
11905
11906 2007-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
11907
11908         * docs/plugins/Makefile.am:
11909         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
11910           Fix docs build and hierarchy.
11911
11912 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
11913
11914         * sys/directdraw/gstdirectdrawsink.c: (gst_ddrawsurface_finalize),
11915         (gst_directdraw_sink_buffer_alloc),
11916         (gst_directdraw_sink_get_ddrawcaps),
11917         (gst_directdraw_sink_surface_create):
11918           Bunch of small fixes: remove static function that doesn't exist;
11919           declare another one that does; printf format fix; use right macro
11920           when specifying debug category; remove a bunch of unused variables;
11921           #if 0 out an unused chunk of code (partially fixes #439914).
11922
11923 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
11924
11925         * gst/qtdemux/qtdemux.c: (gst_qtdemux_prepare_current_sample):
11926         * gst/switch/gstswitch.c: (gst_switch_chain):
11927           Printf format fixes (#439910, #439911).
11928
11929 2007-05-19  Tim-Philipp Müller  <tim at centricular dot net>
11930
11931         * tests/check/Makefile.am:
11932           Remove bits for deinterleave check which isn't in CVS yet.
11933
11934 2007-05-19  Tim-Philipp Müller  <tim at centricular dot net>
11935
11936         Patch by: René Stadler <mail at renestadler de>
11937
11938         * docs/plugins/Makefile.am:
11939         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11940         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11941         * docs/plugins/inspect/plugin-replaygain.xml:
11942         * gst/replaygain/Makefile.am:
11943         * gst/replaygain/gstrganalysis.c: (gst_rg_analysis_class_init),
11944         (gst_rg_analysis_start), (gst_rg_analysis_set_caps),
11945         (gst_rg_analysis_transform_ip), (gst_rg_analysis_event),
11946         (gst_rg_analysis_stop), (gst_rg_analysis_handle_tags),
11947         (gst_rg_analysis_handle_eos), (gst_rg_analysis_track_result),
11948         (gst_rg_analysis_album_result):
11949         * gst/replaygain/gstrganalysis.h:
11950         * gst/replaygain/gstrglimiter.c: (gst_rg_limiter_base_init),
11951         (gst_rg_limiter_class_init), (gst_rg_limiter_init),
11952         (gst_rg_limiter_set_property), (gst_rg_limiter_get_property),
11953         (gst_rg_limiter_transform_ip):
11954         * gst/replaygain/gstrglimiter.h:
11955         * gst/replaygain/gstrgvolume.c: (gst_rg_volume_base_init),
11956         (gst_rg_volume_class_init), (gst_rg_volume_init),
11957         (gst_rg_volume_set_property), (gst_rg_volume_get_property),
11958         (gst_rg_volume_dispose), (gst_rg_volume_change_state),
11959         (gst_rg_volume_sink_event), (gst_rg_volume_tag_event),
11960         (gst_rg_volume_reset), (gst_rg_volume_update_gain),
11961         (gst_rg_volume_determine_gain):
11962         * gst/replaygain/gstrgvolume.h:
11963         * gst/replaygain/replaygain.c: (plugin_init):
11964         * gst/replaygain/replaygain.h:
11965         * gst/replaygain/rganalysis.h:
11966         * tests/check/Makefile.am:
11967         * tests/check/elements/.cvsignore:
11968         * tests/check/elements/rganalysis.c: (send_eos_event),
11969         (GST_START_TEST):
11970         * tests/check/elements/rglimiter.c: (setup_rglimiter),
11971         (cleanup_rglimiter), (set_playing_state), (create_test_buffer),
11972         (verify_test_buffer), (GST_START_TEST), (rglimiter_suite), (main):
11973         * tests/check/elements/rgvolume.c: (event_func), (setup_rgvolume),
11974         (cleanup_rgvolume), (set_playing_state), (set_null_state),
11975         (send_eos_event), (send_tag_event), (test_buffer_new),
11976         (fail_unless_target_gain), (fail_unless_result_gain),
11977         (fail_unless_gain), (GST_START_TEST), (rgvolume_suite), (main):
11978           Add replaygain playback elements (#412710).
11979
11980 2007-05-18  Jan Schmidt  <thaytan@mad.scientist.com>
11981
11982         * sys/glsink/glimagesink.c: (gst_glimage_sink_init_display):
11983         Update the cached caps after opening the display so that we report
11984         only the supported caps formats, not just the template caps.
11985         Fixes: #439405
11986
11987 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
11988
11989         * ext/amrwb/gstamrwbdec.c (gst_amrwbdec_debug, GST_CAT_DEFAULT,
11990           _do_init, gst_amrwbdec_base_init, gst_amrwbdec_class_init):
11991         * ext/amrwb/gstamrwbenc.c (gst_amrwbenc_debug, GST_CAT_DEFAULT,
11992           _do_init, gst_amrwbenc_base_init, gst_amrwbenc_class_init):
11993         * ext/amrwb/gstamrwbparse.c (gst_amrwbparse_debug, GST_CAT_DEFAULT,
11994           _do_init, gst_amrwbparse_base_init, gst_amrwbparse_class_init):
11995           First round of cleanups, that use GST_BOILERPLATE, GST_ELEMENT_DETAILS,
11996           GST_DEBUG_FUNCPTR and add log-category.
11997
11998 2007-05-17  Edward Hervey  <edward@fluendo.com>
11999
12000         * sys/osxvideo/osxvideosink.h:
12001         * sys/osxvideo/osxvideosink.m:
12002         Remove the event-loop-in-separate-thread modifications, because MacOSX
12003         is $#@(*%$# ! For those wondering, the event handling needs to be done
12004         in the main thread after all..
12005
12006 2007-05-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12007
12008         * gst/switch/gstswitch.c (ARG_0, ARG_NB_SOURCES, ARG_ACTIVE_SOURCE,
12009           ARG_START_VALUE, ARG_STOP_VALUE, ARG_LAST_TS, ARG_QUEUE_BUFFERS,
12010           parent_class, gst_switch_release_pad, gst_switch_request_new_pad,
12011           gst_switch_chain, gst_switch_event, gst_switch_set_property,
12012           gst_switch_get_property, gst_switch_getcaps, gst_switch_dispose,
12013           unref_buffer, unref_buffers_and_destroy_list, gst_switch_init,
12014           gst_switch_base_init, gst_switch_class_init):
12015         * gst/switch/gstswitch.h (need_to_send_newsegment, queue_buffers,
12016           stop_value, start_value, current_start, last_ts, stored_buffers):
12017         Add handling of application provided stop and start values, allowing
12018         A/V sync across 2 switch elements.
12019
12020 2007-05-17  Edward Hervey  <edward@fluendo.com>
12021
12022         * sys/osxvideo/osxvideosink.h:
12023         * sys/osxvideo/osxvideosink.m:
12024         Fix a stupid #if vs #ifdef bug. Should use the proper colorspace now.
12025         Use a separate thread/task for the cocoa event_loop, else it wouldn't
12026         stop.
12027
12028 2007-05-16  Tim-Philipp Müller  <tim at centricular dot net>
12029
12030         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_chain),
12031         (gst_real_audio_dec_setcaps):
12032         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain):
12033           Don't crash when we get a buffer and our input caps haven't been set
12034           yet; also, don't leak all the input buffers (realaudiodec only).
12035
12036 2007-05-16  Stefan Kost  <ensonic@users.sf.net>
12037
12038         patch by: Stanislav Brabec <sbrabec@suse.cz>
12039
12040         * configure.ac:
12041         * ext/amrwb/Makefile.am:
12042         * ext/amrwb/amrwb-code/Makefile.am:
12043         * ext/amrwb/amrwb-code/amrwb/Makefile.am:
12044         * ext/amrwb/amrwb-code/amrwb/README:
12045         * ext/amrwb/gstamrwbdec.c:
12046         * ext/amrwb/gstamrwbdec.h (__GST_AMRWBDEC_H__):
12047         * ext/amrwb/gstamrwbenc.h (__GST_AMRWBENC_H__):
12048         * ext/amrwb/gstamrwbparse.c:
12049         * ext/amrwb/gstamrwbparse.h (__GST_AMRWBPARSE_H__):
12050         * gst-libs/Makefile.am:
12051         * gst-libs/ext/Makefile.am:
12052         * gst-libs/ext/amrwb/Makefile.am:
12053         * gst-libs/ext/amrwb/README:
12054           Use external shared libamrwb. Fixes #423741 (with lots of cleanup).
12055
12056 2007-05-16  Stefan Kost  <ensonic@users.sf.net>
12057
12058         * ext/x264/gstx264enc.c (gst_x264_enc_init_encoder):
12059           This needs a version check.
12060
12061         * gst/bayer/Makefile.am:
12062           Fix the build.
12063
12064 2007-05-15  Tim-Philipp Müller  <tim at centricular dot net>
12065
12066         * configure.ac:
12067         * sys/directdraw/Makefile.am:
12068         * sys/directsound/Makefile.am:
12069           Add DIRECTDRAW_CFLAGS and DIRECTSOUND_CFLAGS to Makefile.am; save
12070           and restore the various flags in the directdraw/directsound
12071           detection section. Apparently improves cross-compiling for win32
12072           with mingw32 under some circumstances (#437539).
12073
12074 2007-05-15  Wim Taymans  <wim@fluendo.com>
12075
12076         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_chain):
12077         We always use fixed caps.
12078
12079 2007-05-14  David Schleef  <ds@schleef.org>
12080
12081         * gst/rtpmanager/gstrtpbin.c:
12082           g_hash_table_remove_all() only exists in 2.12.  Work around.
12083
12084 2007-05-14  David Schleef  <ds@schleef.org>
12085
12086         * configure.ac:
12087         * gst/bayer/Makefile.am:
12088         * gst/bayer/gstbayer.c:
12089         * gst/bayer/gstbayer2rgb.c:
12090           Add a Bayer-to-RGB converter.  You know you want one, uh-huh.
12091           Partial fix for #314160.
12092
12093 2007-05-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12094
12095         * gst/switch/gstswitch.c (ARG_ACTIVE_SOURCE, ARG_STOP_VALUE,
12096           ARG_LAST_TS, parent_class, gst_switch_release_pad,
12097           gst_switch_request_new_pad, gst_switch_chain, gst_switch_event,
12098           gst_switch_set_property, gst_switch_get_property, gst_switch_getcaps,
12099           gst_switch_dispose, gst_switch_init, gst_switch_class_init):
12100         * gst/switch/gstswitch.h (previous_sinkpad, nb_sinkpads, stop_value,
12101           current_start, last_ts):
12102         Allow application to provide a stop timestamp, so a new segment
12103         update can be sent before switching.
12104
12105 2007-05-14  Wim Taymans  <wim@fluendo.com>
12106
12107         * gst/rtpmanager/async_jitter_queue.c:
12108         (async_jitter_queue_set_flushing_unlocked):
12109         Fix leak when flushing.
12110
12111         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_clear_pt_map),
12112         (gst_rtp_bin_class_init):
12113         * gst/rtpmanager/gstrtpbin.h:
12114         Add clear-pt-map signal.
12115
12116         * gst/rtpmanager/gstrtpjitterbuffer.c:
12117         (gst_rtp_jitter_buffer_flush_stop),
12118         (gst_rtp_jitter_buffer_sink_event), (gst_rtp_jitter_buffer_loop):
12119         Init clock-rate to -1 to mark unknow clock rate.
12120         Fix flushing.
12121
12122 2007-05-13  David Schleef  <ds@schleef.org>
12123
12124         * gst/replaygain/rganalysis.c:
12125           Fix wrong ifdef for visual C++.  Fixes: #437403.
12126           By Ali Sabil <ali.sabil@gmail.com>.
12127
12128 2007-05-12  David Schleef  <ds@schleef.org>
12129
12130         * ext/neon/gstneonhttpsrc.c:
12131           Make redirection the default behavior.  Fixes #413818.
12132
12133 2007-05-10  Stefan Kost  <ensonic@users.sf.net>
12134
12135         * gst/qtdemux/qtdemux.c (gst_qtdemux_move_stream,
12136           gst_qtdemux_loop_state_header, gst_qtdemux_activate_segment,
12137           gst_qtdemux_prepare_current_sample, gst_qtdemux_combine_flows,
12138           gst_qtdemux_loop_state_movie, gst_qtdemux_loop,
12139           qtdemux_parse_segments, qtdemux_parse_trak):
12140         * gst/rtpmanager/rtpsession.c (rtp_session_get_bandwidth,
12141           rtp_session_get_rtcp_bandwidth, rtp_session_get_cname,
12142           rtp_session_get_name, rtp_session_get_email, rtp_session_get_phone,
12143           rtp_session_get_location, rtp_session_get_tool,
12144           rtp_session_process_bye, session_report_blocks):
12145         * gst/rtpmanager/rtpsource.c (rtp_source_process_rtp,
12146           rtp_source_send_rtp, rtp_source_process_sr, rtp_source_process_rb):
12147           More format arg fixing (spotted by Ali Sabil <ali.sabil@gmail.com>).
12148
12149         * gst/switch/Makefile.am:
12150           Add require libraries(spotted by Ali Sabil <ali.sabil@gmail.com>).
12151
12152 2007-05-10  Stefan Kost  <ensonic@users.sf.net>
12153
12154         * gst/rtpmanager/async_jitter_queue.c (tail_buffer_duration,
12155           async_jitter_queue_ref, async_jitter_queue_ref_unlocked,
12156           async_jitter_queue_set_low_threshold,
12157           async_jitter_queue_length_ts_units_unlocked,
12158           async_jitter_queue_unref_and_unlock, async_jitter_queue_unref,
12159           async_jitter_queue_lock, async_jitter_queue_push,
12160           async_jitter_queue_push_unlocked, async_jitter_queue_push_sorted,
12161           async_jitter_queue_pop_intern_unlocked, async_jitter_queue_pop,
12162           async_jitter_queue_pop_unlocked, async_jitter_queue_length_unlocked,
12163           async_jitter_queue_set_flushing_unlocked,
12164           async_jitter_queue_unset_flushing_unlocked):
12165           Format arg fix (spotted by Ali Sabil <ali.sabil@gmail.com>).
12166
12167 2007-05-10  Stefan Kost  <ensonic@users.sf.net>
12168
12169         * common/m4/gst-x11.m4:
12170           Restore CFLAGS and LIBS.
12171
12172         * configure.ac:
12173           Revert previous patch.
12174
12175 2007-05-10  Stefan Kost  <ensonic@users.sf.net>
12176
12177         Patch by: Ali Sabil <ali.sabil@gmail.com>
12178
12179         * configure.ac:
12180           Save and restore CFLAGS for OpenGL check. Fixes #437260.
12181         
12182
12183 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
12184
12185         * docs/plugins/gst-plugins-bad-plugins.args:
12186         Add directraw and directsound sinks properties.
12187
12188 2007-05-09  Tim-Philipp Müller  <tim at centricular dot net>
12189
12190         * configure.ac:
12191           Fix --disable-external (hopefully).
12192
12193 2007-05-09  Wim Taymans  <wim@fluendo.com>
12194
12195         * gst/rtpmanager/gstrtpjitterbuffer.c:
12196         (gst_rtp_jitter_buffer_query):
12197         Pass queries upstream.
12198
12199 2007-05-06  Tim-Philipp Müller  <tim at centricular dot net>
12200
12201         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps),
12202         (gst_real_audio_dec_finalize):
12203         * gst/real/gstrealaudiodec.h:
12204         * gst/real/gstrealvideodec.c: (open_library), (close_library):
12205         * gst/real/gstrealvideodec.h:
12206           Use GModule instead of using dlsym() directly. Fixes #430598.
12207
12208 2007-05-04  Sebastien Moutte <sebastien@moutte.net>
12209
12210         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
12211         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
12212         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
12213           Add docs for Windows sinks.
12214
12215 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
12216
12217         * gst/speed/gstspeed.c: (speed_src_event), (speed_sink_event),
12218         (speed_chain), (speed_change_state):
12219           Fix event handling a bit by replacing completely dubious code
12220           written by someone else with completely dubious code written
12221           by me. Should at least fix #412077 though.
12222
12223 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
12224
12225         * gst/speed/gstspeed.c: (speed_src_query), (speed_chain),
12226         (plugin_init):
12227           Add debug category; use gst_pad_query_peer_*() utility functions;
12228           use gst_util_scale*(); add gtk-doc blurb.
12229
12230 2007-05-04  Wim Taymans  <wim@fluendo.com>
12231
12232         * gst/rtpmanager/gstrtpjitterbuffer.c:
12233         (gst_rtp_jitter_buffer_query):
12234         Add some debug info.
12235
12236         * gst/rtpmanager/rtpsession.c: (rtp_session_init),
12237         (rtp_session_send_rtp):
12238         Store real user name in the session.
12239
12240 2007-05-03  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
12241
12242         * configure.ac:
12243         * examples/Makefile.am:
12244         * examples/switch/switcher.c (loop, my_bus_callback, switch_timer,
12245           last_message_received, main):
12246         * gst/switch/gstswitch.c (GST_CAT_DEFAULT, gst_switch_details,
12247           gst_switch_src_factory, parent_class, gst_switch_release_pad,
12248           gst_switch_request_new_pad, gst_switch_chain, gst_switch_event,
12249           gst_switch_set_property, gst_switch_get_property,
12250           gst_switch_get_linked_pad, gst_switch_getcaps,
12251           gst_switch_bufferalloc, gst_switch_get_linked_pads,
12252           gst_switch_dispose, gst_switch_init, gst_switch_base_init,
12253           gst_switch_class_init):
12254         * gst/switch/gstswitch.h (GstSwitch, GstSwitchClass, _GstSwitch,
12255           element, active_sinkpad, srcpad, nb_sinkpads, newsegment_events,
12256           need_to_send_newsegment):
12257         Port switch element and example program to 0.10.
12258
12259 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
12260
12261         * ext/wavpack/gstwavpack.c: (plugin_init):
12262         Call bindtextdomain() to get localized strings.
12263         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
12264         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
12265         (gst_wavpack_parse_handle_seek_event),
12266         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_chain):
12267         * ext/wavpack/gstwavpackparse.h:
12268         Handle DISCONT buffers by correctly setting the DISCONT flag
12269         on outgoing buffers when necessary.
12270         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_handle_seek_event)
12271         Send newsegment from the streaming thread.
12272
12273 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
12274
12275         * ext/wavpack/gstwavpackparse.c:
12276         (gst_wavpack_parse_handle_seek_event):
12277         Remove old workaround that was needed when seeking after the last
12278         sample. With the fixed error handling this works now as expected
12279         without pushing the last sample although it wasn't requested.
12280
12281 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
12282
12283         * ext/wavpack/gstwavpackparse.c:
12284         (gst_wavpack_parse_handle_seek_event):
12285         Handle segment seeks in the seek event handler, correctly work with
12286         stop position == -1 and instead of stopping the task on seek just
12287         pause it.
12288
12289 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
12290
12291         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_loop):
12292         Add handling for segment seeks.
12293
12294 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
12295
12296         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_pull_buffer),
12297         (gst_wavpack_parse_create_src_pad),
12298         (gst_wavpack_parse_resync_loop), (gst_wavpack_parse_loop),
12299         (gst_wavpack_parse_chain):
12300         Correctly handle errors, especially in the loop function. Before it
12301         was easy to get the task paused but no error being posted on the bus.
12302
12303 2007-04-30  Wim Taymans  <wim@fluendo.com>
12304
12305         * gst/rtpmanager/async_jitter_queue.c: (signal_waiting_threads),
12306         (async_jitter_queue_pop_intern_unlocked):
12307         Fix the case where the buffer underruns and does not block.
12308
12309         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_base_init),
12310         (create_recv_rtcp), (create_send_rtp), (create_rtcp),
12311         (gst_rtp_bin_request_new_pad):
12312         Rename RTCP send pad, like in the session manager.
12313         Allow getting an RTCP pad for receiving even if we don't receive RTP.
12314         fix handling of send_rtp_src pad.
12315
12316         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_chain):
12317         When no pt map could be found, fall back to the sinkpad caps.
12318
12319         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_process_rtp),
12320         (gst_rtp_session_send_rtp), (create_recv_rtp_sink),
12321         (create_recv_rtcp_sink), (create_send_rtp_sink),
12322         (create_send_rtcp_src):
12323         Fix pad names.
12324
12325         * gst/rtpmanager/rtpsession.c: (source_push_rtp),
12326         (rtp_session_create_source), (rtp_session_process_sr),
12327         (rtp_session_send_rtp), (session_start_rtcp):
12328         * gst/rtpmanager/rtpsession.h:
12329         Unlock session when performing a callback.
12330         Add callbacks for the internal session object.
12331         Fix sending of RTP packets.
12332         first attempt at adding NTP times in the SR packets.
12333         Small debug and doc improvements.
12334
12335         * gst/rtpmanager/rtpsource.c: (rtp_source_send_rtp):
12336         Update stats for SR reports.
12337
12338 2007-04-29  Wim Taymans  <wim@fluendo.com>
12339
12340         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_send_rtcp):
12341         Remove debug.
12342
12343         * gst/rtpmanager/rtpsession.c: (rtp_session_process_sr),
12344         (rtp_session_process_sdes), (calculate_rtcp_interval),
12345         (rtp_session_next_timeout), (session_report_blocks):
12346         * gst/rtpmanager/rtpstats.c: (rtp_stats_calculate_rtcp_interval):
12347         Improve debugging
12348         Fix interval for BYE/RTCP packets.
12349
12350 2007-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12351
12352         * docs/plugins/gst-plugins-bad-plugins.args:
12353         * docs/plugins/gst-plugins-bad-plugins.signals:
12354           Commit result of running scanobj-update
12355
12356 2007-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12357
12358         * autogen.sh:
12359           Require automake 1.7
12360         * ext/alsaspdif/Makefile.am:
12361         * ext/divx/Makefile.am:
12362         * ext/ivorbis/Makefile.am:
12363         * ext/musicbrainz/Makefile.am:
12364         * ext/neon/Makefile.am:
12365         * ext/sdl/Makefile.am:
12366         * ext/swfdec/Makefile.am:
12367         * ext/theora/Makefile.am:
12368         * ext/wavpack/Makefile.am:
12369         * ext/xvid/Makefile.am:
12370         * gst/modplug/Makefile.am:
12371           Fix up Makefile.am accordingly.
12372
12373 2007-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12374
12375         * docs/plugins/inspect/plugin-alsaspdif.xml:
12376         * docs/plugins/inspect/plugin-bz2.xml:
12377         * docs/plugins/inspect/plugin-cdxaparse.xml:
12378         * docs/plugins/inspect/plugin-dfbvideosink.xml:
12379         * docs/plugins/inspect/plugin-faac.xml:
12380         * docs/plugins/inspect/plugin-faad.xml:
12381         * docs/plugins/inspect/plugin-filter.xml:
12382         * docs/plugins/inspect/plugin-freeze.xml:
12383         * docs/plugins/inspect/plugin-glimagesink.xml:
12384         * docs/plugins/inspect/plugin-gsm.xml:
12385         * docs/plugins/inspect/plugin-h264parse.xml:
12386         * docs/plugins/inspect/plugin-jack.xml:
12387         * docs/plugins/inspect/plugin-mms.xml:
12388         * docs/plugins/inspect/plugin-modplug.xml:
12389         * docs/plugins/inspect/plugin-musepack.xml:
12390         * docs/plugins/inspect/plugin-musicbrainz.xml:
12391         * docs/plugins/inspect/plugin-neon.xml:
12392         * docs/plugins/inspect/plugin-nsfdec.xml:
12393         * docs/plugins/inspect/plugin-replaygain.xml:
12394         * docs/plugins/inspect/plugin-sdl.xml:
12395         * docs/plugins/inspect/plugin-soundtouch.xml:
12396         * docs/plugins/inspect/plugin-spectrum.xml:
12397         * docs/plugins/inspect/plugin-speed.xml:
12398         * docs/plugins/inspect/plugin-tta.xml:
12399         * docs/plugins/inspect/plugin-videocrop.xml:
12400         * docs/plugins/inspect/plugin-wavpack.xml:
12401         * docs/plugins/inspect/plugin-xingheader.xml:
12402         * docs/plugins/inspect/plugin-xvid.xml:
12403           Add jack and update.
12404
12405 2007-04-28  Tim-Philipp Müller  <tim at centricular dot net>
12406
12407         * configure.ac:
12408           Don't build equalizer unless we have core from CVS (it won't
12409           work with earlier versions due to GstChildProxy brokeness).
12410           Also up requirements to last released core/base.
12411
12412 2007-04-27  Wim Taymans  <wim@fluendo.com>
12413
12414         * gst/rtpmanager/gstrtpsession.c: (rtcp_thread),
12415         (gst_rtp_session_send_rtcp), (gst_rtp_session_reconsider):
12416         Move reconsideration code to the rtpsession object.
12417         Simplify timout handling and add reconsideration.
12418
12419         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
12420         (rtp_session_init), (rtp_session_finalize), (on_bye_ssrc),
12421         (on_bye_timeout), (on_timeout), (rtp_session_set_callbacks),
12422         (obtain_source), (rtp_session_create_source),
12423         (update_arrival_stats), (rtp_session_process_rtp),
12424         (rtp_session_process_sr), (rtp_session_process_rr),
12425         (rtp_session_process_bye), (rtp_session_process_rtcp),
12426         (calculate_rtcp_interval), (rtp_session_send_bye),
12427         (rtp_session_next_timeout), (session_start_rtcp),
12428         (session_report_blocks), (session_cleanup), (session_sdes),
12429         (session_bye), (is_rtcp_time), (rtp_session_on_timeout):
12430         * gst/rtpmanager/rtpsession.h:
12431         Handle timeout of inactive sources and senders.
12432         Implement BYE scheduling.
12433
12434         * gst/rtpmanager/rtpsource.c: (calculate_jitter),
12435         (rtp_source_process_sr), (rtp_source_get_last_sr),
12436         (rtp_source_get_last_rb):
12437         * gst/rtpmanager/rtpsource.h:
12438         Add members to check for timeouts.
12439
12440         * gst/rtpmanager/rtpstats.c: (rtp_stats_init_defaults),
12441         (rtp_stats_calculate_rtcp_interval), (rtp_stats_add_rtcp_jitter),
12442         (rtp_stats_calculate_bye_interval):
12443         * gst/rtpmanager/rtpstats.h:
12444         Use RFC algorithm for calculating the reporting interval.
12445
12446 2007-04-26  Edward Hervey  <edward@fluendo.com>
12447
12448         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
12449         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
12450         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
12451         * docs/plugins/inspect/plugin-osxvideo.xml:
12452         Add documentation for osxvideo
12453
12454 2007-04-25  Wim Taymans  <wim@fluendo.com>
12455
12456         * gst/rtpmanager/gstrtpsession.c: (rtcp_thread):
12457         Implement forward and reverse reconsideration.
12458
12459         * gst/rtpmanager/rtpsession.c: (rtp_session_get_num_sources),
12460         (rtp_session_get_num_active_sources), (rtp_session_process_sr),
12461         (session_report_blocks):
12462         * gst/rtpmanager/rtpsession.h:
12463         Small cleanups.
12464
12465 2007-04-25  Wim Taymans  <wim@fluendo.com>
12466
12467         reviewed by: <delete if not using a buddy>
12468
12469         * gst/rtpmanager/gstrtpbin.c: (create_stream),
12470         (gst_rtp_bin_class_init), (gst_rtp_bin_set_property),
12471         (gst_rtp_bin_get_property):
12472         * gst/rtpmanager/gstrtpbin.h:
12473         Make default jitterbuffer latency configurable.
12474
12475         * gst/rtpmanager/gstrtpjitterbuffer.c:
12476         (gst_rtp_jitter_buffer_class_init),
12477         (gst_jitter_buffer_sink_parse_caps), (gst_rtp_jitter_buffer_loop),
12478         (gst_rtp_jitter_buffer_set_property),
12479         (gst_rtp_jitter_buffer_get_property):
12480         Debuging cleanups.
12481
12482 2007-04-25  Wim Taymans  <wim@fluendo.com>
12483
12484         * gst/rtpmanager/gstrtpjitterbuffer.c:
12485         (gst_rtp_jitter_buffer_change_state):
12486         Report NO_PREROLL when going to PAUSED.
12487
12488         * gst/rtpmanager/gstrtpsession.c: (rtcp_thread):
12489         Don't send RTCP right before we are shutting down.
12490
12491         * gst/rtpmanager/rtpsession.c: (rtp_session_process_rtp),
12492         (rtp_session_process_sr), (session_report_blocks),
12493         (rtp_session_perform_reporting):
12494         Improve report blocks.
12495
12496         * gst/rtpmanager/rtpsource.c: (calculate_jitter), (init_seq),
12497         (rtp_source_process_rtp), (rtp_source_process_sr),
12498         (rtp_source_process_rb), (rtp_source_get_last_sr),
12499         (rtp_source_get_last_rb):
12500         * gst/rtpmanager/rtpsource.h:
12501         * gst/rtpmanager/rtpstats.h:
12502         Cleanups, add methods to access stats. 
12503
12504 2007-04-25  Wim Taymans  <wim@fluendo.com>
12505
12506         * gst/rtpmanager/gstrtpbin.c: (create_rtcp):
12507         fix for pad name change
12508
12509         * gst/rtpmanager/gstrtpsession.c: (rtcp_thread),
12510         (gst_rtp_session_send_rtcp), (gst_rtp_session_clock_rate):
12511         Fix for renamed methods.
12512
12513         * gst/rtpmanager/rtpsession.c: (rtp_session_init),
12514         (rtp_session_finalize), (rtp_session_set_cname),
12515         (rtp_session_get_cname), (rtp_session_set_name),
12516         (rtp_session_get_name), (rtp_session_set_email),
12517         (rtp_session_get_email), (rtp_session_set_phone),
12518         (rtp_session_get_phone), (rtp_session_set_location),
12519         (rtp_session_get_location), (rtp_session_set_tool),
12520         (rtp_session_get_tool), (rtp_session_set_note),
12521         (rtp_session_get_note), (source_push_rtp), (obtain_source),
12522         (rtp_session_add_source), (rtp_session_get_source_by_ssrc),
12523         (rtp_session_create_source), (rtp_session_process_rtp),
12524         (rtp_session_process_sr), (rtp_session_process_sdes),
12525         (rtp_session_process_rtcp), (rtp_session_send_rtp),
12526         (rtp_session_get_reporting_interval), (session_report_blocks),
12527         (session_sdes), (rtp_session_perform_reporting):
12528         * gst/rtpmanager/rtpsession.h:
12529         Prepare for implementing SSRC sampling.
12530         Create SSRC for the session. 
12531         Add methods to set the SDES entries.
12532         fix accounting of senders/receivers.
12533         Implement SR/RR/SDES RTCP reporting.
12534
12535         * gst/rtpmanager/rtpsource.c: (rtp_source_init), (init_seq),
12536         (rtp_source_process_rtp), (rtp_source_process_sr):
12537         * gst/rtpmanager/rtpsource.h:
12538         Implement extended sequence number.
12539
12540         * gst/rtpmanager/rtpstats.c: (rtp_stats_calculate_rtcp_interval):
12541         * gst/rtpmanager/rtpstats.h:
12542         Rename some fields.
12543
12544 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
12545
12546         * gst/y4m/gsty4mencode.c: (gst_y4m_encode_init),
12547         (gst_y4m_encode_setcaps):
12548         * tests/check/elements/y4menc.c: (GST_START_TEST):
12549           Plug some leaks; try to make build bot happy again.
12550
12551 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
12552
12553         * gst/Makefile.am:
12554           Fix distcheck, hopefully (rtpmanager is already in GST_PLUGINS_ALL).
12555
12556 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
12557
12558         * gst/rtpmanager/rtpsession.c: (rtp_session_finalize):
12559           Don't use GLib-2.10 API, we only require GLib 2.8 at the moment.
12560
12561 2007-04-20  Michael Smith  <msmith@fluendo.com>
12562
12563         * ext/faad/gstfaad.c: (gst_faad_open_decoder):
12564           FAAD fails to decode low (e.g. 8 kHz) sample rate AAC data in
12565           quicktime because of sample rate mismatches.
12566           Reenable overriding the implicit SBR behaviour (accidently changed?)
12567           to allow playback of these files.
12568
12569 2007-04-19  David Schleef  <ds@schleef.org>
12570
12571         * configure.ac:
12572           Change rtpmanager disabling to keep -bad releasable.
12573
12574 2007-04-18  David Schleef  <ds@schleef.org>
12575
12576         * configure.ac:
12577         * gst/Makefile.am:
12578           Fix wtay's hack.  rtpmanager is disabled in configure.ac on
12579           line 268.
12580
12581 2007-04-18  Wim Taymans  <wim@fluendo.com>
12582
12583         * gst/Makefile.am:
12584         Add rtpmanager dir to dist.
12585
12586 2007-04-18  Wim Taymans  <wim@fluendo.com>
12587
12588         * configure.ac:
12589         Disable rtpmanager for now because it depends on CVS -base.
12590
12591         * gst/rtpmanager/Makefile.am:
12592         Added new files for session manager.
12593
12594         * gst/rtpmanager/gstrtpjitterbuffer.h:
12595         * gst/rtpmanager/gstrtpbin.c: (create_session), (get_pt_map),
12596         (create_stream), (pt_map_requested), (new_ssrc_pad_found):
12597         Some cleanups. 
12598         the session manager can now also request a pt-map.
12599
12600         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_base_init),
12601         (gst_rtp_session_class_init), (gst_rtp_session_init),
12602         (gst_rtp_session_finalize), (rtcp_thread), (start_rtcp_thread),
12603         (stop_rtcp_thread), (gst_rtp_session_change_state),
12604         (gst_rtp_session_process_rtp), (gst_rtp_session_send_rtp),
12605         (gst_rtp_session_send_rtcp), (gst_rtp_session_clock_rate),
12606         (gst_rtp_session_get_time), (gst_rtp_session_event_recv_rtp_sink),
12607         (gst_rtp_session_chain_recv_rtp),
12608         (gst_rtp_session_event_recv_rtcp_sink),
12609         (gst_rtp_session_chain_recv_rtcp),
12610         (gst_rtp_session_event_send_rtp_sink),
12611         (gst_rtp_session_chain_send_rtp), (create_send_rtcp_src),
12612         (gst_rtp_session_request_new_pad):
12613         * gst/rtpmanager/gstrtpsession.h:
12614         We can ask for pt-map now too when the session manager needs it.
12615         Hook up to the new session manager, implement the needed callbacks for
12616         pushing data, getting clock time and requesting clock-rates.
12617         Rename rtcp_src to send_rtcp_src to make it clear that this RTCP is to
12618         be send to clients.
12619         Add code to start and stop the thread that will schedule RTCP through
12620         the session manager.
12621
12622         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
12623         (rtp_session_init), (rtp_session_finalize),
12624         (rtp_session_set_property), (rtp_session_get_property),
12625         (on_new_ssrc), (on_ssrc_collision), (on_ssrc_validated),
12626         (on_bye_ssrc), (rtp_session_new), (rtp_session_set_callbacks),
12627         (rtp_session_set_bandwidth), (rtp_session_get_bandwidth),
12628         (rtp_session_set_rtcp_bandwidth), (rtp_session_get_rtcp_bandwidth),
12629         (source_push_rtp), (source_clock_rate), (check_collision),
12630         (obtain_source), (rtp_session_add_source),
12631         (rtp_session_get_num_sources),
12632         (rtp_session_get_num_active_sources),
12633         (rtp_session_get_source_by_ssrc),
12634         (rtp_session_get_source_by_cname), (rtp_session_create_source),
12635         (update_arrival_stats), (rtp_session_process_rtp),
12636         (rtp_session_process_sr), (rtp_session_process_rr),
12637         (rtp_session_process_sdes), (rtp_session_process_bye),
12638         (rtp_session_process_app), (rtp_session_process_rtcp),
12639         (rtp_session_send_rtp), (rtp_session_get_rtcp_interval),
12640         (rtp_session_produce_rtcp):
12641         * gst/rtpmanager/rtpsession.h:
12642         The advanced beginnings of the main session manager that handles the
12643         participant database of RTPSources, SSRC probation, SSRC collisions,
12644         parse RTCP to update source stats. etc..
12645
12646         * gst/rtpmanager/rtpsource.c: (rtp_source_class_init),
12647         (rtp_source_init), (rtp_source_finalize), (rtp_source_new),
12648         (rtp_source_set_callbacks), (rtp_source_set_as_csrc),
12649         (rtp_source_set_rtp_from), (rtp_source_set_rtcp_from),
12650         (push_packet), (get_clock_rate), (calculate_jitter),
12651         (rtp_source_process_rtp), (rtp_source_process_bye),
12652         (rtp_source_send_rtp), (rtp_source_process_sr),
12653         (rtp_source_process_rb):
12654         * gst/rtpmanager/rtpsource.h:
12655         Object that encapsulates an SSRC and its state in the database.
12656         Calculates the jitter and transit times of data packets.
12657
12658         * gst/rtpmanager/rtpstats.c: (rtp_stats_init_defaults),
12659         (rtp_stats_calculate_rtcp_interval), (rtp_stats_add_rtcp_jitter):
12660         * gst/rtpmanager/rtpstats.h:
12661         Various stats regarding the session and sources.
12662         Used to calculate the RTCP interval.
12663
12664 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
12665
12666         * gst/app/Makefile.am:
12667           Fix CFLAGS and hopefully #430594.
12668
12669 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
12670
12671         * gst/nsf/types.h:
12672           Rename #ifndef header guard symbol to something less generic, so
12673           types.h doesn't get skipped over when compiling on MingW. Include
12674           GLib headers and use those to set the endianness and the basic
12675           types so that this isn't entirely broken for non-x86 architectures.
12676
12677 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
12678
12679         * gst/mve/gstmvedemux.c: (gst_mve_audio_init):
12680           Use G_LITTLE_ENDIAN instead of LITTLE_ENDIAN, so stuff compiles on
12681           MingW (no idea though why we add a BYTE_ORDER endianness field if
12682           the audio is compressed).
12683
12684 2007-04-14  Sebastien Moutte <sebastien@moutte.net>
12685
12686         * docs/plugins/inspect/plugin-directdraw.xml:
12687         * docs/plugins/inspect/plugin-directsound.xml:
12688         * docs/plugins/inspect/plugin-waveform.xml:
12689           Add xml doc files for Windows sinks
12690         * win32/vs6/libgstqtdemux.dsp:
12691         * win32/vs6/libgstmpegvideoparse.dsp:
12692         * win32/vs6/gst_plugins_bad.dsw:
12693          Update projects files.
12694         
12695 2007-04-13  Wim Taymans  <wim@fluendo.com>
12696
12697         * gst/rtpmanager/gstrtpbin.c: (create_session), (get_pt_map),
12698         (gst_rtp_bin_init), (gst_rtp_bin_finalize), (new_ssrc_pad_found),
12699         (create_recv_rtp), (gst_rtp_bin_request_new_pad):
12700         * gst/rtpmanager/gstrtpbin.h:
12701         * gst/rtpmanager/gstrtpclient.c:
12702         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
12703         (gst_rtp_session_init), (gst_rtp_session_finalize),
12704         (gst_rtp_session_event_recv_rtp_sink),
12705         (gst_rtp_session_event_recv_rtcp_sink),
12706         (gst_rtp_session_chain_recv_rtcp),
12707         (gst_rtp_session_request_new_pad):
12708         Protect lists and structures with locks.
12709         Return FLOW_OK from RTCP messages for now.
12710
12711 2007-04-12  Wim Taymans  <wim@fluendo.com>
12712
12713         * gst/qtdemux/qtdemux.c:
12714         Make timescale 32 bits again so we don't screw up the pts_offset
12715         calculations.
12716
12717 2007-04-12  Wim Taymans  <wim@fluendo.com>
12718
12719         * gst/rtpmanager/gstrtpbin.c: (create_session), (get_pt_map),
12720         (create_stream), (gst_rtp_bin_class_init), (pt_map_requested):
12721         Emit pt map requests and cache results.
12722
12723         * gst/rtpmanager/gstrtpjitterbuffer.c:
12724         (gst_rtp_jitter_buffer_class_init),
12725         (gst_jitter_buffer_sink_parse_caps),
12726         (gst_jitter_buffer_sink_setcaps),
12727         (gst_rtp_jitter_buffer_get_clock_rate),
12728         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
12729         * gst/rtpmanager/gstrtpjitterbuffer.h:
12730         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_chain):
12731         Emit request-pt-map signals.
12732
12733 2007-04-11  Wim Taymans  <wim@fluendo.com>
12734
12735         * gst/rtpmanager/gstrtpbin-marshal.list:
12736         Some more custom marshallers.
12737
12738         * gst/rtpmanager/gstrtpbin.c: (create_session), (get_pt_map),
12739         (clock_rate_request), (create_stream), (gst_rtp_bin_class_init),
12740         (pt_map_requested), (new_ssrc_pad_found), (create_recv_rtp):
12741         * gst/rtpmanager/gstrtpbin.h:
12742         Prepare for caching pt maps.
12743         Connect to signals to collect pt maps.
12744
12745         * gst/rtpmanager/gstrtpjitterbuffer.c:
12746         (gst_rtp_jitter_buffer_class_init),
12747         (gst_jitter_buffer_sink_setcaps), (gst_rtp_jitter_buffer_loop):
12748         * gst/rtpmanager/gstrtpjitterbuffer.h:
12749         Add request_clock_rate signal.
12750         Use scale insteat of scale_int because the later does not deal with
12751         negative numbers.
12752
12753         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_class_init),
12754         (gst_rtp_pt_demux_chain):
12755         * gst/rtpmanager/gstrtpptdemux.h:
12756         Implement request-pt-map signal.
12757
12758 2007-04-11  Wim Taymans  <wim@fluendo.com>
12759
12760         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
12761         (qtdemux_parse_samples), (qtdemux_parse_segments),
12762         (qtdemux_parse_trak), (qtdemux_parse_tree):
12763         * gst/qtdemux/qtdemux_dump.c: (qtdemux_dump_mdhd):
12764         Handle version 1 mdhd atoms to get extended precision durations.
12765         Fixes #426972.
12766
12767 2007-04-10  Wim Taymans  <wim@fluendo.com>
12768
12769         * gst/rtpmanager/.cvsignore:
12770         * gst/rtpmanager/Makefile.am:
12771         * gst/rtpmanager/gstrtpbin-marshal.list:
12772         Added custom marshallers for signals.
12773
12774         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_class_init):
12775         * gst/rtpmanager/gstrtpbin.h:
12776         Prepare for emiting pt map signals.
12777
12778         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_class_init):
12779         * gst/rtpmanager/gstrtpssrcdemux.c:
12780         (gst_rtp_ssrc_demux_class_init):
12781         Fix signals.
12782
12783 2007-04-06  Wim Taymans  <wim@fluendo.com>
12784
12785         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_class_init),
12786         (gst_rtp_bin_init), (gst_rtp_bin_provide_clock):
12787         * gst/rtpmanager/gstrtpbin.h:
12788         Provide a clock.
12789
12790 2007-04-06  Wim Taymans  <wim@fluendo.com>
12791
12792         * gst/rtpmanager/gstrtpbin.c: (create_rtcp):
12793         Fix pad template name parsing.
12794
12795 2007-04-05  Wim Taymans  <wim@fluendo.com>
12796
12797         * gst/rtpmanager/gstrtpjitterbuffer.c:
12798         (gst_jitter_buffer_sink_setcaps), (gst_rtp_jitter_buffer_chain),
12799         (gst_rtp_jitter_buffer_loop):
12800         Add some debug and comments.
12801         Fix double unref() in error cases.
12802
12803 2007-04-05  Wim Taymans  <wim@fluendo.com>
12804
12805         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
12806         (gst_rtp_xqt_depay_change_state):
12807         * gst/qtdemux/gstrtpxqtdepay.h:
12808         Try to recover from packet loss a little better.
12809
12810 2007-04-05  Wim Taymans  <wim@fluendo.com>
12811
12812         * gst/rtpmanager/gstrtpbin.c: (find_session_by_id),
12813         (create_session), (find_stream_by_ssrc), (create_stream),
12814         (gst_rtp_bin_class_init), (new_payload_found),
12815         (new_ssrc_pad_found), (create_recv_rtp), (create_recv_rtcp),
12816         (create_send_rtp), (create_rtcp):
12817         * gst/rtpmanager/gstrtpbin.h:
12818         Add debugging category.
12819         Added RTPStream to manage stream per SSRC, each with its own
12820         jitterbuffer and ptdemux.
12821         Added SSRCDemux.
12822         Connect to various SSRC and PT signals and create ghostpads, link stuff.
12823
12824
12825         * gst/rtpmanager/gstrtpmanager.c: (plugin_init):
12826         Added rtpbin to elements.
12827
12828         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_chain):
12829         Fix caps and forward GstFlowReturn
12830
12831         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
12832         (gst_rtp_session_event_recv_rtp_sink),
12833         (gst_rtp_session_chain_recv_rtp),
12834         (gst_rtp_session_event_recv_rtcp_sink),
12835         (gst_rtp_session_chain_recv_rtcp),
12836         (gst_rtp_session_event_send_rtp_sink),
12837         (gst_rtp_session_chain_send_rtp), (create_recv_rtp_sink),
12838         (create_recv_rtcp_sink), (create_send_rtp_sink), (create_rtcp_src),
12839         (gst_rtp_session_request_new_pad):
12840         Add debug category.
12841         Add event handling
12842
12843         * gst/rtpmanager/gstrtpssrcdemux.c: (find_rtp_pad_for_ssrc),
12844         (create_rtp_pad_for_ssrc), (gst_rtp_ssrc_demux_class_init),
12845         (gst_rtp_ssrc_demux_init), (gst_rtp_ssrc_demux_chain),
12846         (gst_rtp_ssrc_demux_change_state):
12847         * gst/rtpmanager/gstrtpssrcdemux.h:
12848         Add debug category.
12849         Add new-pt-pad signal.
12850
12851 2007-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12852
12853         submitted by: Mogens Jaeger <mogens@jaeger.tf>
12854
12855         * po/LINGUAS:
12856         * po/da.po:
12857           Added Danish translation.
12858
12859 2007-04-04  Wim Taymans  <wim@fluendo.com>
12860
12861         * gst/rtpmanager/Makefile.am:
12862         * gst/rtpmanager/gstrtpmanager.c: (plugin_init):
12863         * gst/rtpmanager/gstrtpssrcdemux.c: (find_pad_for_ssrc),
12864         (create_pad_for_ssrc), (gst_rtp_ssrc_demux_base_init),
12865         (gst_rtp_ssrc_demux_class_init), (gst_rtp_ssrc_demux_init),
12866         (gst_rtp_ssrc_demux_finalize), (gst_rtp_ssrc_demux_sink_event),
12867         (gst_rtp_ssrc_demux_chain), (gst_rtp_ssrc_demux_src_event),
12868         (gst_rtp_ssrc_demux_change_state):
12869         * gst/rtpmanager/gstrtpssrcdemux.h:
12870         Added simple SSRC demuxer.
12871
12872 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
12873
12874         * ext/jack/gstjackaudiosink.c: (gst_jack_ring_buffer_open_device),
12875         (gst_jack_ring_buffer_acquire):
12876           Try t better name clients. properly handle return codes when re-
12877           establishing links.
12878
12879 2007-04-03  David Schleef  <ds@schleef.org>
12880
12881         * sys/glsink/glimagesink.c:
12882           Fix handling of video/x-raw-yuv.  Add overlay handling.
12883
12884 2007-04-03  Wim Taymans  <wim@fluendo.com>
12885
12886         * gst/rtpmanager/gstrtpbin.c: (find_session_by_id),
12887         (create_session), (gst_rtp_bin_base_init), (create_recv_rtp),
12888         (create_recv_rtcp), (create_send_rtp), (create_rtcp),
12889         (gst_rtp_bin_request_new_pad):
12890         * gst/rtpmanager/gstrtpbin.h:
12891         * gst/rtpmanager/gstrtpclient.c:
12892         Some more ghostpad magic.
12893
12894 2007-04-03  Wim Taymans  <wim@fluendo.com>
12895
12896         * gst/rtpmanager/Makefile.am:
12897         Add .h file so it can be disted properly.
12898
12899 2007-04-03  Wim Taymans  <wim@fluendo.com>
12900
12901         * configure.ac:
12902         * gst/rtpmanager/Makefile.am:
12903         * gst/rtpmanager/async_jitter_queue.c: (async_jitter_queue_new),
12904         (signal_waiting_threads), (async_jitter_queue_ref),
12905         (async_jitter_queue_ref_unlocked),
12906         (async_jitter_queue_set_low_threshold),
12907         (async_jitter_queue_set_high_threshold),
12908         (async_jitter_queue_set_max_queue_length),
12909         (async_jitter_queue_get_g_queue), (calculate_ts_diff),
12910         (async_jitter_queue_length_ts_units_unlocked),
12911         (async_jitter_queue_unref_and_unlock), (async_jitter_queue_unref),
12912         (async_jitter_queue_lock), (async_jitter_queue_unlock),
12913         (async_jitter_queue_push), (async_jitter_queue_push_unlocked),
12914         (async_jitter_queue_push_sorted),
12915         (async_jitter_queue_push_sorted_unlocked),
12916         (async_jitter_queue_insert_after_unlocked),
12917         (async_jitter_queue_pop_intern_unlocked), (async_jitter_queue_pop),
12918         (async_jitter_queue_pop_unlocked), (async_jitter_queue_length),
12919         (async_jitter_queue_length_unlocked),
12920         (async_jitter_queue_set_flushing_unlocked),
12921         (async_jitter_queue_unset_flushing_unlocked),
12922         (async_jitter_queue_set_blocking_unlocked):
12923         * gst/rtpmanager/async_jitter_queue.h:
12924         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_base_init),
12925         (gst_rtp_bin_class_init), (gst_rtp_bin_init),
12926         (gst_rtp_bin_finalize), (gst_rtp_bin_set_property),
12927         (gst_rtp_bin_get_property), (gst_rtp_bin_change_state),
12928         (gst_rtp_bin_request_new_pad), (gst_rtp_bin_release_pad):
12929         * gst/rtpmanager/gstrtpbin.h:
12930         * gst/rtpmanager/gstrtpclient.c: (new_pad), (create_stream),
12931         (free_stream), (find_stream_by_ssrc), (gst_rtp_client_base_init),
12932         (gst_rtp_client_class_init), (gst_rtp_client_init),
12933         (gst_rtp_client_finalize), (gst_rtp_client_set_property),
12934         (gst_rtp_client_get_property), (gst_rtp_client_change_state),
12935         (gst_rtp_client_request_new_pad), (gst_rtp_client_release_pad):
12936         * gst/rtpmanager/gstrtpclient.h:
12937         * gst/rtpmanager/gstrtpjitterbuffer.c:
12938         (gst_rtp_jitter_buffer_base_init),
12939         (gst_rtp_jitter_buffer_class_init), (gst_rtp_jitter_buffer_init),
12940         (gst_rtp_jitter_buffer_dispose), (gst_rtp_jitter_buffer_getcaps),
12941         (gst_jitter_buffer_sink_setcaps), (free_func),
12942         (gst_rtp_jitter_buffer_flush_start),
12943         (gst_rtp_jitter_buffer_flush_stop),
12944         (gst_rtp_jitter_buffer_src_activate_push),
12945         (gst_rtp_jitter_buffer_change_state), (priv_compare_rtp_seq_lt),
12946         (compare_rtp_buffers_seq_num), (gst_rtp_jitter_buffer_sink_event),
12947         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop),
12948         (gst_rtp_jitter_buffer_query),
12949         (gst_rtp_jitter_buffer_set_property),
12950         (gst_rtp_jitter_buffer_get_property):
12951         * gst/rtpmanager/gstrtpjitterbuffer.h:
12952         * gst/rtpmanager/gstrtpmanager.c: (plugin_init):
12953         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_base_init),
12954         (gst_rtp_pt_demux_class_init), (gst_rtp_pt_demux_init),
12955         (gst_rtp_pt_demux_finalize), (gst_rtp_pt_demux_chain),
12956         (gst_rtp_pt_demux_getcaps), (find_pad_for_pt),
12957         (gst_rtp_pt_demux_setup), (gst_rtp_pt_demux_release),
12958         (gst_rtp_pt_demux_change_state):
12959         * gst/rtpmanager/gstrtpptdemux.h:
12960         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_base_init),
12961         (gst_rtp_session_class_init), (gst_rtp_session_init),
12962         (gst_rtp_session_finalize), (gst_rtp_session_set_property),
12963         (gst_rtp_session_get_property), (gst_rtp_session_change_state),
12964         (gst_rtp_session_chain_recv_rtp),
12965         (gst_rtp_session_chain_recv_rtcp),
12966         (gst_rtp_session_chain_send_rtp), (create_recv_rtp_sink),
12967         (create_recv_rtcp_sink), (create_send_rtp_sink), (create_rtcp_src),
12968         (gst_rtp_session_request_new_pad), (gst_rtp_session_release_pad):
12969         * gst/rtpmanager/gstrtpsession.h:
12970         Add RTP session management elements. Still in progress.
12971
12972 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
12973
12974         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
12975         (gst_wavpack_dec_init), (gst_wavpack_dec_sink_set_caps),
12976         (gst_wavpack_dec_clip_outgoing_buffer),
12977         (gst_wavpack_dec_post_tags), (gst_wavpack_dec_chain):
12978         * ext/wavpack/gstwavpackdec.h:
12979         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
12980         (gst_wavpack_enc_sink_set_caps), (gst_wavpack_enc_set_wp_config),
12981         (gst_wavpack_enc_chain):
12982         * ext/wavpack/gstwavpackenc.h:
12983         * ext/wavpack/gstwavpackparse.c:
12984         Don't play audioconvert. As wavpack wants/outputs all samples with
12985         width==32 and depth=[1,32] accept this and let audioconvert convert
12986         to accepted formats instead of doing it in the element for n*8 depths.
12987         This also adds support for non-n*8 depths and prevents some useless
12988         memory allocations. Fixes #421598
12989         Also add a workaround for bug #421542 in wavpackenc for now...
12990         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
12991         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
12992         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
12993         Consider the change above in the unit tests and test if the correct
12994         caps are accepted and set. Also check for GST_BUFFER_OFFSET_END in
12995         the wavpackparse unit test.
12996
12997         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_init),
12998         (gst_wavpack_dec_sink_set_caps):
12999         Set caps on the src pad as soon as possible.
13000
13001         * ext/wavpack/gstwavpackdec.h:
13002         * ext/wavpack/gstwavpackcommon.h:
13003         * ext/wavpack/gstwavpackenc.h:
13004         * ext/wavpack/gstwavpackparse.h:
13005         Fix indention. gst-indent is now called by cicl.
13006
13007 2007-03-28  Edward Hervey  <edward@fluendo.com>
13008
13009         * gst/qtdemux/qtdemux.c: (gst_qtdemux_prepare_current_sample),
13010         (gst_qtdemux_chain), (qtdemux_parse_samples):
13011         * gst/qtdemux/qtdemux_dump.c: (qtdemux_dump_ctts):
13012         * gst/qtdemux/qtdemux_dump.h:
13013         * gst/qtdemux/qtdemux_fourcc.h:
13014         * gst/qtdemux/qtdemux_types.c:
13015         Process 'ctts' atoms, which are present in AVC ISO files (.mov files
13016         with h264 video).
13017         Use the offset present in 'ctts' to calculate the PTS for each packet
13018         and set the PTS on outgoing buffers.
13019         Fixes #423283
13020
13021 2007-03-27  Julien MOUTTE  <julien@moutte.net>
13022
13023         * ext/xvid/gstxviddec.c: (gst_xviddec_chain): Add some
13024         debug log and fix a stupid output buffer duration bug.
13025
13026 2007-03-25  Tim-Philipp Müller  <tim at centricular dot net>
13027
13028         Patch by: Michal Benes <michal.benes at itonis tv>
13029         Patch by: Josef Zlomek <josef.zlomek at itonis tv>
13030
13031         * configure.ac:
13032         * ext/Makefile.am:
13033         * ext/x264/Makefile.am:
13034         * ext/x264/gstx264enc.c: (gst_x264_enc_me_get_type),
13035         (gst_x264_enc_analyse_get_type),
13036         (gst_x264_enc_timestamp_queue_init),
13037         (gst_x264_enc_timestamp_queue_free),
13038         (gst_x264_enc_timestamp_queue_put),
13039         (gst_x264_enc_timestamp_queue_get), (gst_x264_enc_header_buf),
13040         (gst_x264_enc_set_src_caps), (gst_x264_enc_sink_set_caps),
13041         (gst_x264_enc_base_init), (gst_x264_enc_class_init),
13042         (gst_x264_enc_init), (gst_x264_enc_init_encoder),
13043         (gst_x264_enc_close_encoder), (gst_x264_enc_dispose),
13044         (gst_x264_enc_sink_event), (gst_x264_enc_chain),
13045         (gst_x264_enc_encode_frame), (gst_x264_enc_change_state),
13046         (gst_x264_enc_set_property), (gst_x264_enc_get_property),
13047         (plugin_init):
13048         * ext/x264/gstx264enc.h:
13049           Add libx264-based h264 encoder plugin (#421110). Probably doesn't
13050           handle 'odd' widths and heights correctly yet.
13051
13052 2007-03-24  Tim-Philipp Müller  <tim at centricular dot net>
13053
13054         * gst/interleave/deinterleave.c: (gst_deinterleave_sink_setcaps):
13055           Remove 'channel-positions' field when munging input caps into
13056           1-channel output caps (I guess technically we should set the
13057           position for each channel on the output caps if it's non-NONE,
13058           but I'll save that as a task for another day).
13059
13060 2007-03-23  Michael Smith  <msmith@fluendo.com>
13061
13062         * gst/vmnc/vmncdec.c: (gst_vmnc_dec_class_init),
13063         (gst_vmnc_dec_init), (vmnc_dec_finalize), (gst_vmnc_dec_reset),
13064         (vmnc_handle_wmvi_rectangle), (render_colour_cursor),
13065         (render_cursor), (vmnc_make_buffer), (vmnc_handle_wmvd_rectangle),
13066         (vmnc_handle_wmve_rectangle), (vmnc_handle_wmvf_rectangle),
13067         (vmnc_handle_wmvg_rectangle), (vmnc_handle_wmvh_rectangle),
13068         (vmnc_handle_wmvj_rectangle), (render_raw_tile), (render_subrect),
13069         (vmnc_handle_raw_rectangle), (vmnc_handle_copy_rectangle),
13070         (vmnc_handle_hextile_rectangle), (vmnc_handle_packet),
13071         (vmnc_dec_setcaps), (vmnc_dec_chain_frame), (vmnc_dec_chain),
13072         (vmnc_dec_set_property), (vmnc_dec_get_property):
13073           Redesign to include a parser for raw files (no timestamps in that
13074           mode yet, though).
13075
13076 2007-03-22  Tim-Philipp Müller  <tim at centricular dot net>
13077
13078         * gst/interleave/deinterleave.c: (gst_deinterleave_add_new_pads),
13079         (gst_deinterleave_remove_pads), (gst_deinterleave_process),
13080         (gst_deinterleave_chain):
13081           Don't leak input buffer in chain function; maintain our own list of
13082           source pads - there are no guarantees about the order of the list
13083           in the GstElement struct, and we want a very specific order; lastly,
13084           some more debugging.
13085
13086 2007-03-22  Tim-Philipp Müller  <tim at centricular dot net>
13087
13088         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_init):
13089           Alloc user agent string only once.
13090
13091 2007-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
13092
13093         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_plugin_init):
13094         Revert last commit, preventing infinite plugging loops with ranks
13095         is no clean solution and in general there's no reason why one wants
13096         to parse framed wavpack data again.
13097
13098 2007-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
13099
13100         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_push_block):
13101         Send the new segment event in time format instead of bytes. This
13102         allows "wavpackenc ! wavpackdec ! someaudiosink" pipelines.
13103
13104         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_plugin_init):
13105         Accept framed and non-framed input, wavpackparse doesn't care. To
13106         prevent "wavpackparse ! wavpackparse ! ..." pipelines lower the
13107         rank of wavpackparse by one. This allows "wavpackenc ! wavpackparse !
13108         ..." pipelines.
13109
13110 2007-03-22  Thomas Vander Stichele  <thomas at apestaart dot org>
13111
13112         * gst-libs/gst/app/Makefile.am:
13113           Use GST_ALL_LDFLAGS, which actually exists, but maybe David
13114           can confirm that was what he wanted.
13115
13116 2007-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
13117
13118         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
13119         Revert to use gst_pad_alloc_buffer() here. We can and should use it.
13120         Thanks to Jan and Mike for noticing my mistake.
13121
13122 2007-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
13123
13124         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_class_init),
13125         (gst_wavpack_enc_init), (gst_wavpack_enc_chain),
13126         (gst_wavpack_enc_rewrite_first_block):
13127         * ext/wavpack/gstwavpackenc.h:
13128         Put the write helpers into the GstWavpackEnc struct directly and not
13129         as a pointer to save two small, but useless mallocs. This also makes
13130         it possible to drop the finalize method.
13131         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_push_buffer):
13132         For consistency reasons also set GST_BUFFER_OFFSET_END on the outgoing
13133         buffers the same way wavpackenc does it.
13134
13135 2007-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
13136
13137         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
13138         Don't use gst_pad_alloc_buffer() as we might clip the buffer later and
13139         BaseTransform-based elements will likely break because of wrong
13140         unit-size. Also plug a possible memleak that happens when decoding
13141         fails for some reason.
13142
13143 2007-03-18  Wim Taymans  <wim@fluendo.com>
13144
13145         Based on patch by: Paul Davis <paul at linuxaudiosystems dot com>
13146
13147         * ext/jack/gstjackaudioclient.c: (gst_jack_audio_unref_connection):
13148         Don't need to take the connection lock, it will not be used and could
13149         cause deadlocks.
13150
13151 2007-03-16  Edward Hervey  <edward@fluendo.com>
13152
13153         * sys/osxvideo/osxvideosink.m:
13154         Fix previous commit, we want to pass the NSView in the message.
13155
13156 2007-03-16  Edward Hervey  <edward@fluendo.com>
13157
13158         * sys/osxvideo/osxvideosink.m:
13159         Emit 'have-ns-view' message when working in embedded mode. The message
13160         will contain a pointer to the newly created NSView.
13161
13162 2007-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
13163
13164         * gst/mpegvideoparse/mpegpacketiser.c: (mpeg_util_find_start_code),
13165         (collect_packets), (set_par_from_dar), (set_fps_from_code),
13166         (mpeg_util_parse_extension_packet), (mpeg_util_parse_sequence_hdr),
13167         (mpeg_util_parse_picture_hdr):
13168         * gst/mpegvideoparse/mpegpacketiser.h:
13169         * gst/mpegvideoparse/mpegvideoparse.c:
13170         (mpegvideoparse_handle_sequence), (mpegvideoparse_handle_picture),
13171         (mpegvideoparse_drain_avail), (gst_mpegvideoparse_chain),
13172         (mpv_parse_sink_event), (plugin_init):
13173         * gst/mpegvideoparse/mpegvideoparse.h:
13174         Move the MPEG specific byte parsing into the mpegpacketiser code.
13175
13176         Add parsing of picture types, that just feeds into a debug message
13177         for now.
13178
13179         Fix some 64-bit format strings.
13180
13181 2007-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
13182
13183         * gst/mpegaudioparse:
13184         Remove empty dir.
13185
13186 2007-03-16  Stefan Kost  <ensonic@users.sf.net>
13187
13188         * gst/equalizer/gstiirequalizer10bands.c:
13189         (gst_iir_equalizer_10bands_init):
13190           A 10 band EQ should be initialized to 10 bands and not to 3.
13191
13192 2007-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
13193
13194         * configure.ac:
13195         * gst/mpeg1videoparse/Makefile.am:
13196         * gst/mpeg1videoparse/gstmp1videoparse.c:
13197         * gst/mpeg1videoparse/gstmp1videoparse.h:
13198         * gst/mpeg1videoparse/mp1videoparse.vcproj:
13199         * gst/mpegvideoparse/Makefile.am:
13200         * gst/mpegvideoparse/mpegpacketiser.c: (mpeg_packetiser_init),
13201         (mpeg_packetiser_free), (mpeg_packetiser_add_buf),
13202         (mpeg_packetiser_flush), (mpeg_find_start_code),
13203         (get_next_free_block), (complete_current_block),
13204         (append_to_current_block), (start_new_block), (handle_packet),
13205         (collect_packets), (mpeg_packetiser_handle_eos),
13206         (mpeg_packetiser_get_block), (mpeg_packetiser_next_block):
13207         * gst/mpegvideoparse/mpegpacketiser.h:
13208         * gst/mpegvideoparse/mpegvideoparse.c: (mpegvideoparse_get_type),
13209         (gst_mpegvideoparse_base_init), (gst_mpegvideoparse_class_init),
13210         (mpv_parse_reset), (gst_mpegvideoparse_init),
13211         (gst_mpegvideoparse_dispose), (set_par_from_dar),
13212         (set_fps_from_code), (mpegvideoparse_parse_seq),
13213         (gst_mpegvideoparse_time_code), (gst_mpegvideoparse_flush),
13214         (mpegvideoparse_drain_avail), (gst_mpegvideoparse_chain),
13215         (mpv_parse_sink_event), (gst_mpegvideoparse_change_state),
13216         (plugin_init):
13217         * gst/mpegvideoparse/mpegvideoparse.h:
13218         * gst/mpegvideoparse/mpegvideoparse.vcproj:
13219         Port mpeg1videoparse to 0.10 and give it rank SECONDARY-1, so
13220         that it's below existing decoders.
13221         
13222         Rename it to mpegvideoparse to reflect that it handles MPEG-1 and
13223         MPEG-2 now.
13224
13225         Re-write the parsing code so that it collects packets differently
13226         and timestamps Picture packets correctly.
13227
13228         Add a list of FIXME's at the top.
13229
13230 2007-03-14  Stefan Kost  <ensonic@users.sf.net>
13231
13232         * tests/icles/equalizer-test.c: (equalizer_set_band_value),
13233         (equalizer_set_all_band_values),
13234         (equalizer_set_band_value_and_wait),
13235         (equalizer_set_all_band_values_and_wait), (do_slider_fiddling),
13236         (main):
13237           Port the example to new equalizer api.
13238
13239 2007-03-14  Edward Hervey  <edward@fluendo.com>
13240
13241         * sys/osxvideo/cocoawindow.h:
13242         * sys/osxvideo/cocoawindow.m:
13243         * sys/osxvideo/osxvideosink.h:
13244         * sys/osxvideo/osxvideosink.m:
13245         Fix leaks when running a NSApp.
13246         Accept any kind of resolutions.
13247         Works in fullscreen. Can maximize.
13248         Only thing left before being able to move this to -good is documentation
13249         and embedded window support.
13250
13251 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13252
13253         * po/hu.po:
13254         * po/it.po:
13255         * po/sv.po:
13256           Updated translations.
13257
13258 2007-03-14  Stefan Kost  <ensonic@users.sf.net>
13259
13260         * gst/equalizer/Makefile.am:
13261         * gst/equalizer/gstiirequalizer.c: (_do_init),
13262         (gst_iir_equalizer_band_set_property),
13263         (gst_iir_equalizer_band_class_init),
13264         (gst_iir_equalizer_band_get_type),
13265         (gst_iir_equalizer_child_proxy_get_child_by_index),
13266         (gst_iir_equalizer_child_proxy_get_children_count),
13267         (gst_iir_equalizer_child_proxy_interface_init), (setup_filter),
13268         (gst_iir_equalizer_compute_frequencies),
13269         (gst_iir_equalizer_transform_ip), (plugin_init):
13270         * gst/equalizer/gstiirequalizer10bands.c:
13271         (gst_iir_equalizer_10bands_base_init),
13272         (gst_iir_equalizer_10bands_class_init),
13273         (gst_iir_equalizer_10bands_init),
13274         (gst_iir_equalizer_10bands_set_property),
13275         (gst_iir_equalizer_10bands_get_property):
13276         * gst/equalizer/gstiirequalizer10bands.h:
13277         * gst/equalizer/gstiirequalizer3bands.c:
13278         (gst_iir_equalizer_3bands_base_init),
13279         (gst_iir_equalizer_3bands_class_init),
13280         (gst_iir_equalizer_3bands_init),
13281         (gst_iir_equalizer_3bands_set_property),
13282         (gst_iir_equalizer_3bands_get_property):
13283         * gst/equalizer/gstiirequalizer3bands.h:
13284         * gst/equalizer/gstiirequalizernbands.c:
13285         (gst_iir_equalizer_nbands_base_init),
13286         (gst_iir_equalizer_nbands_init):
13287           Add 3 and 10 band version and add missing gst_object_sync_values.
13288
13289         * gst/spectrum/gstspectrum.c: (gst_spectrum_event),
13290         (gst_spectrum_transform_ip):
13291           Add some comments about float support.
13292
13293 2007-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
13294
13295         * gst/mpegaudioparse/Makefile.am:
13296         * gst/mpegaudioparse/gstmpegaudioparse.c:
13297         * gst/mpegaudioparse/gstmpegaudioparse.h:
13298         * gst/mpegaudioparse/mpegaudioparse.vcproj:
13299         Remove bogus 2nd copy of mp3parse - it's actually
13300         in -ugly.
13301
13302 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
13303
13304         * examples/app/.cvsignore:
13305         The buildbot demands .cvsignore files, and I comply.
13306
13307 2007-03-11  Sebastien Moutte  <sebastien@moutte.net>
13308
13309         * sys/directdraw/gstdirectdrawsink.c:
13310         * sys/directdraw/gstdirectdrawsink.h:
13311         Handle display mode changes during playback.
13312
13313 2007-03-10  David Schleef  <ds@schleef.org>
13314
13315         * configure.ac:
13316         * examples/Makefile.am:
13317         * examples/app/Makefile.am:
13318         * examples/app/appsrc_ex.c:
13319           Add appsrc/appsink example.
13320         * gst-libs/gst/app/Makefile.am:
13321         * gst-libs/gst/app/gstapp.c:
13322         * gst-libs/gst/app/gstappsink.c:
13323         * gst-libs/gst/app/gstappsink.h:
13324         * gst/app/gstapp.c:
13325           Add appsink.
13326
13327 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
13328
13329         * ext/nas/nassink.c: (NAS_createFlow):
13330         * ext/sndfile/gstsfsrc.c: (gst_sf_src_create):
13331           Printf format string fixes.
13332
13333 2007-03-09  Stefan Kost  <ensonic@users.sf.net>
13334
13335         * gst/equalizer/Makefile.am:
13336         * gst/equalizer/gstiirequalizer.c: (_do_init),
13337         (gst_iir_equalizer_band_set_property),
13338         (gst_iir_equalizer_band_get_property),
13339         (gst_iir_equalizer_band_class_init),
13340         (gst_iir_equalizer_band_get_type),
13341         (gst_iir_equalizer_child_proxy_get_child_by_index),
13342         (gst_iir_equalizer_child_proxy_get_children_count),
13343         (gst_iir_equalizer_child_proxy_interface_init),
13344         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
13345         (gst_iir_equalizer_finalize), (setup_filter),
13346         (gst_iir_equalizer_compute_frequencies),
13347         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
13348         (gst_iir_equalizer_setup), (plugin_init):
13349         * gst/equalizer/gstiirequalizer.h:
13350         * gst/equalizer/gstiirequalizernbands.c:
13351         (gst_iir_equalizer_nbands_base_init),
13352         (gst_iir_equalizer_nbands_class_init),
13353         (gst_iir_equalizer_nbands_init),
13354         (gst_iir_equalizer_nbands_set_property),
13355         (gst_iir_equalizer_nbands_get_property):
13356         * gst/equalizer/gstiirequalizernbands.h:
13357           Refactor plugin into a base class and a first subclass (nband eq). The
13358           nband eq uses GstChildProxy and is controlable. More subclasses will
13359           follow.
13360
13361 2007-03-08  Wim Taymans  <wim@fluendo.com>
13362
13363         Includes patch by: Paul Davis <paul at linuxaudiosystems dot com>
13364
13365         * ext/jack/Makefile.am:
13366         * ext/jack/gstjackaudioclient.c: (gst_jack_audio_client_init),
13367         (jack_process_cb), (jack_sample_rate_cb), (jack_buffer_size_cb),
13368         (jack_shutdown_cb), (connection_find),
13369         (gst_jack_audio_make_connection), (gst_jack_audio_get_connection),
13370         (gst_jack_audio_unref_connection),
13371         (gst_jack_audio_connection_add_client),
13372         (gst_jack_audio_connection_remove_client),
13373         (gst_jack_audio_client_new), (gst_jack_audio_client_free),
13374         (gst_jack_audio_client_get_client),
13375         (gst_jack_audio_client_set_active):
13376         * ext/jack/gstjackaudioclient.h:
13377         Make an object to manage client connections to the jack server which we
13378         will use in the future to run selected jack elements with the same jack
13379         connection.
13380         Make some stuff a bit more threadsafe.
13381         Activate the jack client ASAP.
13382
13383         * ext/jack/gstjackaudiosink.c:
13384         (gst_jack_audio_sink_allocate_channels),
13385         (gst_jack_audio_sink_free_channels), (jack_process_cb),
13386         (gst_jack_ring_buffer_open_device),
13387         (gst_jack_ring_buffer_close_device),
13388         (gst_jack_ring_buffer_acquire), (gst_jack_ring_buffer_release),
13389         (gst_jack_audio_sink_class_init), (gst_jack_audio_sink_init),
13390         (gst_jack_audio_sink_getcaps):
13391         * ext/jack/gstjackaudiosink.h:
13392         Use new client object to manage connections.
13393         Don't remove and recreate all ports, try to reuse them.
13394
13395 2007-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
13396
13397         * ext/wavpack/gstwavpack.c: (plugin_init):
13398         * ext/wavpack/gstwavpackcommon.c:
13399           Use a general wavpack debug category for common code.
13400         * ext/wavpack/gstwavpackstreamreader.c:
13401         (gst_wavpack_stream_reader_set_pos_abs),
13402         (gst_wavpack_stream_reader_set_pos_rel),
13403         (gst_wavpack_stream_reader_write_bytes):
13404           Use the general wavpack debug category here too and add debug
13405           output to the functions that should not be called at all by
13406           the wavpack library.
13407         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_plugin_init):
13408         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_plugin_init):
13409         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_plugin_init):
13410           Change debugging category names to conform to the conventions.
13411
13412 2007-03-07  Edward Hervey  <edward@fluendo.com>
13413
13414         * gst/qtdemux/qtdemux.c:
13415         * gst/qtdemux/qtdemux.h:
13416         Share qtdemux debug category across all files, otherwise all debugging
13417         in files other than qtdemux.c would end up in the default category.
13418
13419 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
13420
13421         * gst/spectrum/gstspectrum.c: (gst_spectrum_start),
13422         (gst_spectrum_event), (gst_spectrum_transform_ip):
13423         * gst/spectrum/gstspectrum.h:
13424           One FIXME less, by resolving message timestamps against the playback
13425           segment.
13426
13427 2007-03-06  Wim Taymans  <wim@fluendo.com>
13428
13429         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
13430         (gst_spectrum_init), (gst_spectrum_set_property),
13431         (gst_spectrum_transform_ip):
13432         Fix and cleanup default property values.
13433         Add FIXMEs for stuff that looks rather wrong.
13434
13435 2007-03-05  Stefan Kost  <ensonic@users.sf.net>
13436
13437         * gst/spectrum/demo-audiotest.c: (message_handler):
13438         * gst/spectrum/demo-osssrc.c: (message_handler):
13439           Remove two obsolete and confusing comments.
13440
13441 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
13442
13443         * ext/nas/nassink.c: (gst_nas_sink_class_init),
13444         (gst_nas_sink_init), (gst_nas_sink_getcaps),
13445         (gst_nas_sink_unprepare):
13446           Some more cleanups/changes; use boilerplate macro.
13447
13448 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
13449
13450         * ext/nas/Makefile.am:
13451         * ext/nas/README:
13452         * ext/nas/nassink.c: (gst_nas_sink_get_type),
13453         (gst_nas_sink_base_init), (gst_nas_sink_class_init),
13454         (gst_nas_sink_init), (gst_nas_sink_finalize),
13455         (gst_nas_sink_getcaps), (gst_nas_sink_prepare),
13456         (gst_nas_sink_unprepare), (gst_nas_sink_delay),
13457         (gst_nas_sink_reset), (gst_nas_sink_write),
13458         (gst_nas_sink_set_property), (gst_nas_sink_get_property),
13459         (gst_nas_sink_open), (gst_nas_sink_close), (NAS_flush),
13460         (NAS_sendData), (NAS_EventHandler), (gst_nas_sink_sink_get_format),
13461         (NAS_createFlow), (plugin_init):
13462         * ext/nas/nassink.h:
13463           Bunch of nassink clean-ups: make build by adding the right CFLAGS
13464           and LIBS to Makefile.am; rename structure, macros and functions
13465           according to canonical naming scheme; move some things around a bit;
13466           use GST_CAT_DEFAULT instead of GST_CAT_* everywhere; remove README
13467           file that didn't really contain any useful information anyway (the
13468           useful bits have been moved into the 'host' property description).
13469
13470 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
13471
13472         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_finalize):
13473         Chain up in finalize.
13474
13475 2007-03-03  Michael Smith  <msmith@fluendo.com>
13476
13477         * configure.ac:
13478         * gst/vmnc/Makefile.am:
13479           Fix up dist.
13480
13481 2007-03-03  Michael Smith  <msmith@fluendo.com>
13482
13483         * configure.ac:
13484         * gst/vmnc/Makefile.am:
13485         * gst/vmnc/vmncdec.c: (gst_vmnc_dec_base_init),
13486         (gst_vmnc_dec_class_init), (gst_vmnc_dec_init),
13487         (gst_vmnc_dec_reset), (vmnc_handle_wmvi_rectangle),
13488         (render_colour_cursor), (render_cursor), (vmnc_make_buffer),
13489         (vmnc_handle_wmvd_rectangle), (vmnc_handle_wmve_rectangle),
13490         (vmnc_handle_wmvf_rectangle), (vmnc_handle_wmvg_rectangle),
13491         (vmnc_handle_wmvh_rectangle), (vmnc_handle_wmvj_rectangle),
13492         (render_raw_tile), (render_subrect), (vmnc_handle_raw_rectangle),
13493         (vmnc_handle_hextile_rectangle), (vmnc_handle_packet),
13494         (vmnc_dec_setcaps), (vmnc_dec_chain), (vmnc_dec_change_state),
13495         (vmnc_dec_set_property), (vmnc_dec_get_property), (plugin_init):
13496           Add VMnc decoder.
13497           Still missing support for:
13498            - rectangle types I didn't find in my samples (e.g. copy, RRE,
13499              ZRLE)
13500            - alpha-composited cursors
13501
13502 2007-03-03  David Schleef  <ds@schleef.org>
13503
13504         * gst-libs/gst/app/Makefile.am:
13505           Install the headers.
13506
13507 2007-03-03  David Schleef  <ds@schleef.org>
13508
13509         * gst-libs/gst/app/Makefile.am:
13510         * gst-libs/gst/app/gstappbuffer.c:
13511         * gst-libs/gst/app/gstappbuffer.h:
13512         * gst-libs/gst/app/gstappsrc.c:
13513           Add GstAppBuffer that includes a callback and closure for
13514           proper handling of data chunks.
13515
13516 2007-03-03  David Schleef  <ds@schleef.org>
13517
13518         * gst-libs/gst/app/gstappsrc.c:
13519         * gst-libs/gst/app/gstappsrc.h:
13520           Hacking to address issues in 413418.
13521
13522 2007-03-03  David Schleef  <ds@schleef.org>
13523
13524         * Makefile.am:
13525         * configure.ac:
13526         * ext/Makefile.am:
13527         * gst-libs/gst/Makefile.am:
13528         * gst-libs/gst/app/Makefile.am:
13529         * gst-libs/gst/app/gstapp.c:
13530         * gst-libs/gst/app/gstappsrc.c:
13531         * gst-libs/gst/app/gstappsrc.h:
13532         * gst/app/Makefile.am:
13533         * gst/app/gstapp.c:
13534         * gst/app/gstappsrc.c:
13535         * gst/app/gstappsrc.h:
13536           Move the app library to gst-libs/gst/app (duh!)
13537
13538 2007-03-02 Christian Schaller <christian at fluendo dot com>
13539         
13540         Patch by: Nguyen Thai Ngoc Duy <pcloud@gmail.com>
13541
13542         * ext/nas: Upgrade of NAS plugin to 0.10 (#345633)
13543
13544 2007-03-02  Tim-Philipp Müller  <tim at centricular dot net>
13545
13546         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_sink_event):
13547           A few small clean-ups.
13548
13549         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps):
13550           More debug output for failure cases.
13551
13552 2007-03-02  Tim-Philipp Müller  <tim at centricular dot net>
13553
13554         Patch by: Young-Ho Cha  <ganadist at chollian net>
13555
13556         * ext/dts/gstdtsdec.c: (gst_dtsdec_handle_frame),
13557         (gst_dtsdec_change_state):
13558           Don't do forced downmixing to stereo, but check what downstream
13559           can do and let libdts do the downmixing based on that (#400555).
13560
13561 2007-03-02  Tim-Philipp Müller  <tim at centricular dot net>
13562
13563         Patch by: Lutz Mueller  <lutz topfrose de>
13564
13565         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
13566         (gst_neonhttp_src_init), (gst_neonhttp_src_set_property),
13567         (gst_neonhttp_src_set_uri), (gst_neonhttp_src_set_proxy),
13568         (gst_neonhttp_src_send_request_and_redirect),
13569         (gst_neonhttp_src_uri_set_uri):
13570         * ext/neon/gstneonhttpsrc.h:
13571           Simplify _set_uri() and _set_proxy() and remove the unused ishttp
13572           member (#388050).
13573
13574         * tests/check/elements/neonhttpsrc.c: (GST_START_TEST):
13575           Fix bogus URI to something that actually exists, otherwise we just
13576           bypass the test (and also to something that doesn't redirect, since
13577           neonhttpsrc doesn't seem to handle this very gracefully yet)
13578
13579 2007-03-01  Chris Lord <chris@openedhand.com>
13580
13581         Reviewed by Christian Schaller <christian@fluendo.com>
13582
13583         Fixes Bug 357055
13584         * ext/ivorbis/Makefile.am:
13585         * ext/ivorbis/vorbisdec.c: Add support for Vorbis streams
13586         * ext/ivorbis/vorbisdec.h
13587         * ext/ivorbis/vorbis.c :
13588
13589 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
13590
13591         * tests/check/Makefile.am:
13592         Draw plugins in from the build tree sys/ dir, rather than
13593         picking up the already installed versions.
13594
13595 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
13596
13597         * configure.ac:
13598           Convert to new AG_GST style.
13599
13600 2007-02-27  Christian Schaller <christian at fluendo dot com>
13601
13602         * sys/direct*: Add Pioneers of the Inevitable to copyright
13603         * sys/macosxvideosink: Add Pioneers of the Inevitable to copyright
13604
13605 2007-02-27  Edward Hervey  <edward@fluendo.com>
13606
13607         * sys/osxvideo/cocoawindow.h:
13608         * sys/osxvideo/cocoawindow.m:
13609         * sys/osxvideo/osxvideosink.h:
13610         * sys/osxvideo/osxvideosink.m:
13611         Disable the cocoa event loop since it's a huge memory leak. Should only
13612         matter if the sink isn't used within an NSApp (which has already got
13613         a coca event loop).
13614         Remove all unused code.
13615
13616 2007-02-26  David Schleef  <ds@schleef.org>
13617
13618         * configure.ac:
13619         * gst/app/Makefile.am:
13620         * gst/app/gstapp.c:
13621         * gst/app/gstappsrc.c:
13622         * gst/app/gstappsrc.h:
13623           Add a new plugin/library to make it easy for apps to shove
13624           data into a pipeline.
13625
13626 2007-02-26  Tim-Philipp Müller  <tim at centricular dot net>
13627
13628         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_init):
13629         * gst/real/gstrealvideodec.c: (gst_real_video_dec_init):
13630           Use gst_pad_use_fixed_caps() on source pads, to avoid negotiation
13631           errors in certain situations (e.g. dec ! cs ! ximagesink and the
13632           imagesink window is resized); also, some minor clean-ups.
13633
13634 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
13635
13636         * configure.ac:
13637         * ext/gsm/Makefile.am:
13638         * ext/ladspa/Makefile.am:
13639         * ext/wavpack/Makefile.am:
13640         * gst/equalizer/Makefile.am:
13641         * gst/filter/Makefile.am:
13642         * gst/mve/Makefile.am:
13643         * gst/nsf/Makefile.am:
13644         * gst/replaygain/Makefile.am:
13645         * gst/speed/Makefile.am:
13646           Fix build with LDFLAGS='-Wl,-z,defs'.
13647
13648 2007-02-20  Sébastien Moutte  <sebastien@moutte.net>
13649
13650         * sys/directsound/gstdirectsoundsink.c:
13651         * sys/directsound/gstdirectsoundsink.h:
13652           Remove include of unused headers.
13653         * sys/waveform/gstwaveformplugin.c:
13654         * sys/waveform/gstwaveformsink.c:
13655         * sys/waveform/gstwaveformsink.h:
13656         * win32/vs6/libgstwaveform.dsp:
13657           Add a new waveform plugin which includes an audio sink 
13658           element using the WaveForm win32 API.
13659         * win32/MANIFEST:
13660           Add the new project file form waveform plugin.
13661         
13662 2007-02-18  Sébastien Moutte  <sebastien@moutte.net>
13663         
13664         * sys/directdraw/gstdirectdrawplugin.c:
13665         * sys/directdraw/gstdirectdrawsink.c:
13666         * sys/directdraw/gstdirectdrawsink.h:
13667           Prepare the plugin to move to good:
13668           Remove unused/untested code (rendering to an extern surface,
13669           yuv format rendering).Use GST_(DEBUG/*)_OBJECT macros
13670       Rename all functions from gst_directdrawsink to gst_directdraw_sink.
13671           Add gtk doc section
13672           Fix a bug in gst_directdraw_sink_show_frame, memcpy line by line
13673           respecting destination surface stride.
13674         * sys/directsound/gstdirectsoundplugin.c:
13675         * sys/directsound/gstdirectsoundsink.c:
13676         * sys/directsound/gstdirectsoundsink.h:
13677           Prepare the plugin to move to good:
13678           Rename all functions from gst_directsoundsink to gst_directsound_sink.
13679           Add gtk doc section
13680         * win32/common/config.h.in:
13681         * win32/MANIFEST:
13682           Add config.h.in
13683
13684 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
13685
13686         * configure.ac:
13687         * docs/plugins/Makefile.am:
13688           Add crossreferences to glib/gobject/gstream docs. Also fix typo in
13689           timidity.cfg check.
13690
13691         * ext/timidity/gsttimidity.c: (plugin_init):
13692           Also build if no config was detected at configure time.
13693
13694 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
13695
13696         * configure.ac:
13697         * ext/timidity/Makefile.am:
13698         * ext/timidity/gsttimidity.c: (plugin_init):
13699         * ext/timidity/gstwildmidi.c: (gst_wildmidi_base_init),
13700         (gst_wildmidi_class_init), (gst_wildmidi_init),
13701         (gst_wildmidi_src_convert), (gst_wildmidi_src_query),
13702         (gst_wildmidi_get_upstream_size), (gst_wildmidi_get_segment),
13703         (gst_wildmidi_get_new_segment_event), (gst_wildmidi_src_event),
13704         (gst_wildmidi_activate), (gst_wildmidi_activatepull),
13705         (gst_wildmidi_allocate_buffer), (gst_wildmidi_clip_buffer),
13706         (gst_wildmidi_fill_buffer), (gst_wildmidi_get_buffer),
13707         (gst_wildmidi_loop), (gst_wildmidi_change_state),
13708         (gst_wildmidi_set_property), (gst_wildmidi_get_property),
13709         (gst_wildmidi_typefind), (wildmidi_open_config), (plugin_init):
13710         * ext/timidity/gstwildmidi.h:
13711           Add second midi renderer. Fix some double frees and leaks. Clean up
13712           logging.
13713
13714 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
13715
13716         * Makefile.am:
13717           Add win32 MANIFEST
13718         * sys/directdraw/gstdirectdrawsink.c:
13719         * sys/directdraw/gstdirectdrawsink.h:
13720           Clear unused code and add comments.
13721           Remove yuv from template caps, it only supports RGB
13722           actually.
13723           Implement XOverlay interface and remove window and fullscreen 
13724           properties.
13725           Add debug logs.
13726           Test for blit capabilities to return only the current colorspace if
13727           the hardware can't blit for one colorspace to another.
13728         * sys/directsound/gstdirectsoundsink.c:
13729           Add some debugs.
13730         * win32/MANIFEST:
13731           Add VS7 project files and solution.
13732         * win32/vs6/gst_plugins_bad.dsw:
13733         * win32/vs6/libgstdirectdraw.dsp:
13734         * win32/vs6/libgstdirectsound.dsp:
13735         * win32/vs6/libgstqtdemux.dsp:
13736           Update project files.
13737
13738 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
13739
13740         * ext/faad/gstfaad.c:
13741           Also update the comment that describes the hack.
13742
13743 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
13744
13745         * configure.ac:
13746           Tell the code which faad it is, so that we can adjust the hacks
13747           needed.
13748
13749         * ext/faad/gstfaad.c:
13750           Make our hacks dependent on the fadd lib in use.
13751
13752 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
13753
13754         * configure.ac:
13755           Fix faad detection to support also fadd with new symbol prefix.
13756           ChangeLog surgery.
13757           
13758 2007-02-08  Stefan Kost  <ensonic@users.sf.net>
13759
13760         Patch by: Wouter Paesen <wouter@blue-gate.be>
13761
13762         * configure.ac:
13763         * ext/Makefile.am:
13764         * ext/timidity/Makefile.am:
13765         * ext/timidity/gsttimidity.c: (gst_timidity_base_init),
13766         (gst_timidity_class_init), (gst_timidity_init),
13767         (gst_timidity_set_song_options), (gst_timidity_src_convert),
13768         (gst_timidity_src_query), (gst_timidity_get_upstream_size),
13769         (gst_timidity_get_segment), (gst_timidity_get_new_segment_event),
13770         (gst_timidity_src_event), (gst_timidity_activate),
13771         (gst_timidity_activatepull), (gst_timidity_allocate_buffer),
13772         (gst_timidity_clip_buffer), (gst_timidity_fill_buffer),
13773         (gst_timidity_get_buffer), (gst_timidity_loop),
13774         (gst_timidity_change_state), (gst_timidity_typefind),
13775         (plugin_init):
13776         * ext/timidity/gsttimidity.h:
13777           Add timidity midi render plugin (#403992)
13778
13779 2007-02-07  Edward Hervey  <edward@fluendo.com>
13780
13781         * ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_query):
13782         GST_PAD_PARENT doesn't return a GstObject with an incremented refcount.
13783         Switched to using gst_pad_get_parent().
13784
13785 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13786
13787         * gst/modplug/gstmodplug.cc:
13788           Remove superfluous gst_caps_get_structure() call.
13789
13790 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13791
13792         * configure.ac:
13793           Increase required libsndfile version to a version that's known to
13794           have the function sf_write_sync() to make the build bots happy.
13795
13796 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13797
13798         * ext/sndfile/gstsfsrc.c:
13799           Fix build (installed setup).
13800
13801 2007-02-05  Andy Wingo  <wingo@pobox.com>
13802
13803         * ext/sndfile/Makefile.am:
13804         * ext/sndfile/gstsfsrc.h:
13805         * ext/sndfile/gstsfsrc.c: Port sfsrc to 0.10, pull or push, with
13806         random access woo.
13807
13808 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
13809
13810         * configure.ac:
13811         * gst/equalizer/Makefile.am:
13812         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_base_init),
13813         (gst_iir_equalizer_class_init), (gst_iir_equalizer_init),
13814         (setup_filter), (gst_iir_equalizer_compute_frequencies),
13815         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
13816         (gst_iir_equalizer_transform_ip), (gst_iir_equalizer_setup),
13817         (plugin_init):
13818         * gst/equalizer/gstiirequalizer.h:
13819           Fix up to use the newly ported (actually working) GstAudioFilter.
13820           Bump core/base requirements to CVS for this.
13821
13822         * tests/icles/.cvsignore:
13823         * tests/icles/Makefile.am:
13824         * tests/icles/equalizer-test.c: (check_bus),
13825         (equalizer_set_band_value), (equalizer_set_all_band_values),
13826         (equalizer_set_band_value_and_wait),
13827         (equalizer_set_all_band_values_and_wait), (do_slider_fiddling),
13828         (main):
13829           Add brain-dead interactive test for equalizer.
13830
13831 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
13832
13833         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_class_init),
13834         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
13835         (gst_iir_equalizer_filter_inplace):
13836           Rename "values" property to "band-values" and change type into a
13837           GValueArray, so it's more easily bindable and the range of the
13838           values passed in is defined and checked etc.; also do some
13839           locking.
13840
13841 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
13842
13843         Patch by: James "Doc" Livingston  <doclivingston at gmail com>
13844
13845         * configure.ac:
13846         * gst/equalizer/Makefile.am:
13847         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
13848         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
13849         (gst_iir_equalizer_compute_frequencies),
13850         (gst_iir_equalizer_set_property),
13851         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
13852         (plugin_init):
13853           Port equalizer plugin to 0.10 (#403572).
13854
13855 2007-02-02  Andy Wingo  <wingo@pobox.com>
13856
13857         * configure.ac: 
13858         * ext/Makefile.am
13859         * ext/sndfile/Makefile.am:
13860         * ext/sndfile/gstsf.c:
13861         * ext/sndfile/gstsf.h:
13862         * ext/sndfile/gstsfsink.c:
13863         * ext/sndfile/gstsfsink.h: Port sfsink to 0.10. Works in pull or
13864         push mode with interleaved float or int data.
13865
13866 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
13867
13868         * ext/alsaspdif/alsaspdifsink.c: (plugin_init):
13869           Set rank to NONE so that it doesn't get autoplugged by autoaudiosink
13870           (which didn't happen previously because the klass string didn't
13871           contain anything autoaudiosink was looking for).
13872
13873 2007-01-31  Stefan Kost  <ensonic@users.sf.net>
13874
13875         * gst/real/gstrealaudiodec.c:
13876         * gst/real/gstrealvideodec.c:
13877           Fix classification in GstElementDetails.
13878
13879 2007-01-31  Sebastian Dröge  <slomo@circular-chaos.org>
13880
13881         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
13882         (gst_wavpack_parse_handle_seek_event),
13883         (gst_wavpack_parse_create_src_pad):
13884         Fix a off by one that leads to the duration reported as one
13885         sample less than it is
13886
13887 2007-01-31  Stefan Kost  <ensonic@users.sf.net>
13888
13889         * ext/alsaspdif/alsaspdifsink.c:
13890         * gst/nsf/gstnsf.c:
13891           Fix classification in GstElementDetails.
13892
13893         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init),
13894         (gst_ladspa_class_init):
13895           Improve Klassification and reduce code slighly.
13896
13897 2007-01-30  Edward Hervey  <edward@fluendo.com>
13898
13899         * configure.ac:
13900         Check for an Objective C compiler
13901         * sys/Makefile.am:
13902         * sys/osxvideo/Makefile.am:
13903         * sys/osxvideo/cocoawindow.h:
13904         * sys/osxvideo/cocoawindow.m:
13905         * sys/osxvideo/osxvideosink.h:
13906         * sys/osxvideo/osxvideosink.m:
13907         Port of osxvideo plugin to 0.10. Do NOT consider 100% stable !
13908         Fixes #402470
13909
13910 2007-01-28  Tim-Philipp Müller  <tim at centricular dot net>
13911
13912         * gst/videocrop/gstvideocrop.c:
13913         (gst_video_crop_get_image_details_from_caps),
13914         (gst_video_crop_transform_packed_complex):
13915           Fix cropping for packed 4:2:2 formats YUYV/YUY2 and UYVY.
13916
13917         * tests/icles/videocrop-test.c: (check_bus_for_errors),
13918         (test_with_caps), (main):
13919           Block streaming thread before changing filter caps while the
13920           pipeline is running so that we don't get random not-negotiated
13921           errors just because GStreamer can't handle that yet.
13922
13923 2007-01-28  Stefan Kost  <ensonic@users.sf.net>
13924
13925         * ext/ladspa/Makefile.am:
13926         * ext/ladspa/gstladspa.c: (gst_ladspa_class_get_param_spec):
13927           add GstController support to ladspa
13928
13929 2007-01-28  Tim-Philipp Müller  <tim at centricular dot net>
13930
13931         Patch by: Rosfran Borges <rosfran dot borges at idnt org br>
13932
13933         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_start),
13934         (gst_mythtv_src_next_program_chain):
13935           Remove sleep calls, they've been moved into the library now ...
13936           (#354451).
13937
13938 2007-01-27  Tim-Philipp Müller  <tim at centricular dot net>
13939
13940         * tests/icles/videocrop-test.c: (test_with_caps):
13941           Catch errors while the test is running.
13942
13943 2007-01-25  Sebastian Dröge  <slomo@circular-chaos.org>
13944
13945         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query):
13946         Fix the SEEKING query. We can seek if we are in pull mode, not the
13947         other way around. Also set the correct format in the seeking query and
13948         handle the case where the headers are not read yet and we can't say
13949         anything about our seeking capabilities.
13950         
13951 2007-01-25  Sebastian Dröge  <slomo@circular-chaos.org>
13952
13953         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
13954         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init):
13955         Fix spelling in 2 places: It's called Wavpack, not WavePack.
13956
13957 2007-01-25  Edward Hervey  <edward@fluendo.com>
13958
13959         * gst/multifile/gstmultifilesink.c:
13960         (gst_multi_file_sink_class_init):
13961         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_class_init):
13962         * gst/mve/gstmvedemux.c: (gst_mve_video_create_buffer),
13963         (gst_mve_video_palette), (gst_mve_video_code_map),
13964         (gst_mve_audio_init), (gst_mve_audio_data), (gst_mve_timer_create),
13965         (gst_mve_demux_chain):
13966         * gst/mve/gstmvemux.c: (gst_mve_mux_push_chunk):
13967         * gst/mve/mveaudioenc.c: (mve_compress_audio):
13968         * gst/mve/mvevideodec16.c: (ipvideo_copy_block):
13969         * gst/mve/mvevideodec8.c: (ipvideo_copy_block):
13970         * gst/mve/mvevideoenc16.c: (mve_encode_frame16):
13971         * gst/mve/mvevideoenc8.c: (mve_encode_frame8):
13972         Use proper print statements.
13973         Fixes build on mac os x.
13974         <wingo> oo look at me my name is edward i'm hacking on macos wooo
13975
13976 2007-01-24  Wim Taymans  <wim@fluendo.com>
13977
13978         * gst/qtdemux/gstrtpxqtdepay.c:
13979         Fix caps on the depayloader.
13980
13981 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
13982
13983         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_set_property):
13984           Use break here instead of goto.
13985
13986 2007-01-13  Andy Wingo  <wingo@pobox.com>
13987
13988         * gst/interleave/deinterleave.c (gst_deinterleave_add_new_pads):
13989         Use fixed caps on src pads.
13990         (gst_deinterleave_remove_pads): Remove src pads, not sink pads. I
13991         seem to have reverse midas disease!
13992         (gst_deinterleave_process): Proxy timestamps, offsets, durations,
13993         and set caps on outgoing buffers. Fixes #395597, I think.
13994
13995         * gst/interleave/interleave.c (gst_interleave_init): Init the
13996         activation mode properly.
13997         (gst_interleave_src_setcaps, gst_interleave_src_getcaps)
13998         (gst_interleave_init): Set a setcaps and getcaps function on the
13999         src pad, so that we can implement pull-mode negotiation.
14000         (gst_interleave_sink_setcaps): Renamed from
14001         gst_interleave_setcaps, as it only does the sink logic now.
14002         Implement both for pull-mode and push-mode.
14003         (gst_interleave_process): Set caps on our outgoing buffer.
14004         (gst_interleave_src_activate_pull): Fix some more bogus casts.
14005         What is up with this.
14006
14007 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
14008
14009         * ext/mythtv/gstmythtvsrc.c: (do_read_request_response),
14010         (gst_mythtv_src_create), (gst_mythtv_src_get_position),
14011         (gst_mythtv_src_do_seek), (gst_mythtv_src_start),
14012         (gst_mythtv_src_next_program_chain), (gst_mythtv_src_get_size),
14013         (gst_mythtv_src_handle_event), (gst_mythtv_src_handle_query),
14014         (gst_mythtv_src_change_state), (gst_mythtv_src_set_property),
14015         (gst_mythtv_src_uri_get_type):
14016           Clean up a bit, mostly the debug statements; fix deadlock in
14017           _set_property() in the error cases; fix up query function.
14018
14019 2007-01-12  Andy Wingo  <wingo@pobox.com>
14020
14021         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_fixate)
14022         (gst_signal_processor_ouija_caps, gst_signal_processor_prepare):
14023         Remove fixate/ouija stuff, thankfully, due to the new
14024         part-negotiation.txt pull-mode negotiation scheme.
14025         (gst_signal_processor_setcaps_pull)
14026         (gst_signal_processor_setcaps): Implement upstream set_caps pull
14027         proxying for pull mode. Now this works: ladspa-sine-fcac !
14028         audioconvert ! alsasink.
14029
14030 2007-01-12  Edgard Lima <edgard.lima@indt.org.br>
14031
14032         Patch by: Rosfran Borges <rosfran.borges@indt.org.br>
14033
14034         * configure.ac:
14035         * gst-plugins-bad.spec.in:
14036         * ext/Makefile.am:
14037         * ext/mythtv/Makefile.am:
14038         * ext/mythtv/gstmythtvsrc.c:
14039         * ext/mythtv/gstmythtvsrc.h:
14040         MythTV client source plugin created (#354451).
14041
14042 2007-01-12  Wim Taymans  <wim@fluendo.com>
14043
14044         * gst/qtdemux/Makefile.am:
14045         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_base_init),
14046         (gst_rtp_xqt_depay_class_init), (gst_rtp_xqt_depay_init),
14047         (gst_rtp_xqt_depay_finalize), (gst_rtp_quicktime_parse_sd),
14048         (gst_rtp_xqt_depay_setcaps), (gst_rtp_xqt_depay_process),
14049         (gst_rtp_xqt_depay_set_property), (gst_rtp_xqt_depay_get_property),
14050         (gst_rtp_xqt_depay_change_state), (gst_rtp_xqt_depay_plugin_init):
14051         * gst/qtdemux/gstrtpxqtdepay.h:
14052         * gst/qtdemux/qtdemux.c: (gst_qtdemux_base_init),
14053         (gst_qtdemux_loop_state_header), (gst_qtdemux_loop),
14054         (qtdemux_parse_moov), (qtdemux_parse_container),
14055         (qtdemux_parse_node), (gst_qtdemux_add_stream),
14056         (qtdemux_parse_trak), (qtdemux_audio_caps):
14057         * gst/qtdemux/qtdemux.h:
14058         * gst/qtdemux/quicktime.c: (plugin_init):
14059         Add X-QT depayloader that will eventually share code with the demuxer.
14060         Make new plugin entry point with quicktime releated stuff.
14061
14062 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
14063
14064         * gst/qtdemux/Makefile.am:
14065           Dist all new files.
14066
14067 2007-01-12  Wim Taymans  <wim@fluendo.com>
14068
14069         * docs/plugins/Makefile.am:
14070         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
14071         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
14072         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
14073         * docs/plugins/gst-plugins-bad-plugins.signals:
14074         * docs/plugins/inspect/plugin-qtdemux.xml:
14075         Activate docs for jack, sdl and qtdemux.
14076
14077 2007-01-12  Wim Taymans  <wim@fluendo.com>
14078
14079         * ext/jack/gstjackaudiosink.c: (jack_sample_rate_cb),
14080         (jack_buffer_size_cb), (jack_shutdown_cb),
14081         (gst_jack_ring_buffer_acquire):
14082         * ext/jack/gstjackaudiosink.h:
14083         Improve docs.
14084
14085 2007-01-12  Wim Taymans  <wim@fluendo.com>
14086
14087         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init):
14088         Fix typo in docs.
14089
14090 2007-01-12  Wim Taymans  <wim@fluendo.com>
14091
14092         * gst/qtdemux/Makefile.am:
14093         * gst/qtdemux/qtdemux.c: (extract_initial_length_and_fourcc),
14094         (gst_qtdemux_loop_state_header), (gst_qtdemux_combine_flows),
14095         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop),
14096         (gst_qtdemux_chain), (qtdemux_sink_activate_pull),
14097         (qtdemux_inflate), (qtdemux_parse_moov), (qtdemux_parse_container),
14098         (qtdemux_parse_node), (qtdemux_tree_get_child_by_type),
14099         (qtdemux_tree_get_sibling_by_type), (gst_qtdemux_add_stream),
14100         (qtdemux_parse_samples), (qtdemux_parse_segments),
14101         (qtdemux_parse_trak), (qtdemux_tag_add_str), (qtdemux_tag_add_num),
14102         (qtdemux_tag_add_date), (qtdemux_tag_add_gnre),
14103         (qtdemux_parse_udta), (qtdemux_redirects_sort_func),
14104         (qtdemux_process_redirects), (qtdemux_parse_redirects),
14105         (qtdemux_parse_tree), (gst_qtdemux_handle_esds),
14106         (qtdemux_video_caps), (qtdemux_audio_caps):
14107         * gst/qtdemux/qtdemux.h:
14108         * gst/qtdemux/qtdemux_dump.c: (qtdemux_dump_mvhd),
14109         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
14110         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
14111         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
14112         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
14113         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
14114         (qtdemux_dump_unknown), (qtdemux_node_dump_foreach),
14115         (qtdemux_node_dump):
14116         * gst/qtdemux/qtdemux_dump.h:
14117         * gst/qtdemux/qtdemux_fourcc.h:
14118         * gst/qtdemux/qtdemux_types.c: (qtdemux_type_get):
14119         * gst/qtdemux/qtdemux_types.h:
14120         * gst/qtdemux/qtpalette.h:
14121         Cleanup and refactor to make the code more readable.
14122         Move debugging/tables into separate files.
14123         Add 2/4/16 color palletee support.
14124         Fix raw 15 bit RGB handling.
14125         Use more FOURCC constants.
14126         Add some docs.
14127
14128 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
14129
14130         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
14131
14132         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_mode_get_type),
14133         (gst_wavpack_enc_correction_mode_get_type),
14134         (gst_wavpack_enc_joint_stereo_mode_get_type):
14135           Minor clean-up: use enum values instead of hardcoded constants (#395536).
14136
14137 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
14138
14139         * gst/mve/gstmvedemux.c: (gst_mve_demux_get_src_query_types),
14140         (gst_mve_demux_handle_src_query), (gst_mve_demux_handle_src_event),
14141         (gst_mve_add_stream):
14142           Support SEEKING query (bad news now delivered properly!); add event
14143           function to source pads to make sure seeks aren't propagated
14144           upstream, even if they aren't handled.
14145
14146 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
14147
14148         Patch by: Jens Granseuer  <jensgr at gmx net>
14149
14150         * configure.ac:
14151         * gst/mve/Makefile.am:
14152         * gst/mve/TODO:
14153         * gst/mve/gstmve.c:
14154         * gst/mve/gstmvedemux.c:
14155         * gst/mve/gstmvedemux.h:
14156         * gst/mve/gstmvemux.c:
14157         * gst/mve/gstmvemux.h:
14158         * gst/mve/mve.h:
14159         * gst/mve/mveaudiodec.c:
14160         * gst/mve/mveaudioenc.c:
14161         * gst/mve/mvevideodec16.c:
14162         * gst/mve/mvevideodec8.c:
14163         * gst/mve/mvevideoenc16.c:
14164         * gst/mve/mvevideoenc8.c:
14165           Add Interplay MVE format demuxer/decoder and muxer/encoder. Demuxer
14166           doesn't support seeking yet, but seems to work fine otherwise.
14167           Closes #348973.
14168
14169 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
14170
14171         * gst/real/Makefile.am:
14172           Fix build (add LIBS and CFLAGS for gst-plugins-base stuff).
14173
14174 2007-01-07  Andy Wingo  <wingo@pobox.com>
14175
14176         * configure.ac: 
14177         * gst/interleave/Makefile.am: 
14178         * gst/interleave/plugin.h: 
14179         * gst/interleave/plugin.c: 
14180         * gst/interleave/interleave.c: 
14181         * gst/interleave/deinterleave.c: New elements interleave and
14182         deinterleave, implement channel interleaving and deinterleaving.
14183         The interleaver can operate in pull or push mode but the
14184         deinterleaver is more like a demuxer and can only operate in push
14185         mode.
14186         
14187 2007-01-06  Edward Hervey  <edward@fluendo.com>
14188
14189         * configure.ac:
14190         Properly detect the two architectures on which the real plugin can be
14191         built.
14192         Fixes #393622
14193
14194 2007-01-06  Andy Wingo  <wingo@pobox.com>
14195
14196         * ext/ladspa/gstsignalprocessor.c
14197         (gst_signal_processor_ouija_caps): Move around in the source
14198         file...
14199         (gst_signal_processor_prepare, gst_signal_processor_do_pulls):
14200         Call ouija_caps in prepare() instead of do_pulls(), a bit earlier.
14201         This allows us to have caps when we do the pad_alloc_buffer().
14202         (gst_pad_alloc_buffer_and_set_caps): Use self->caps instead of the
14203         pad caps, which might not be set yet.
14204
14205         * ext/ladspa/gstsignalprocessor.c: 
14206         (gst_signal_processor_add_pad_from_template)
14207         (gst_signal_processor_fixate): Add a fixate function, to assist in
14208         pathological ladspa-sine-fcac ! fakesink can-activate-pull=true
14209         cases.
14210         (gst_signal_processor_prepare, gst_signal_processor_process): Add
14211         nframes args so that getrange can tell ladspa how many frames to
14212         process.
14213         (gst_signal_processor_ouija_caps): setcaps needs to be called
14214         before processing, which normally happens when chaining a buffer
14215         to a pad. However in getrange mode with no sinks we need to check
14216         explicitly for this condition, guess some caps to use, and use
14217         those to setcaps(). Hence this mystical function.
14218         (gst_signal_processor_do_pulls): Pull in bytes, not samples.
14219         Divine the caps if necessary.
14220         (gst_signal_processor_getrange): Interpret the length as bytes,
14221         not samples.
14222         (gst_signal_processor_chain): nframes=G_MAXUINT, will be limited
14223         by incoming buffer sizes.
14224
14225 2007-01-06  Edward Hervey  <edward@fluendo.com>
14226
14227         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_finalize):
14228         Don't call the RAFreeDecoder since it randomly causes segfaults.
14229         * gst/real/gstrealaudiodec.h:
14230         indent properly.
14231
14232 2007-01-06  Edward Hervey  <edward@fluendo.com>
14233
14234         Patch by: Lutz Mueller <lutz@topfrose.de>
14235         
14236         * gst/real/gstrealvideodec.c: (gst_real_video_dec_decode),
14237         (gst_real_video_dec_setcaps), (open_library), (close_library),
14238         (gst_real_video_dec_finalize):
14239         * gst/real/gstrealvideodec.h:
14240         Implement error recovery on setcaps failure.
14241
14242 2007-01-06  Edward Hervey  <edward@fluendo.com>
14243
14244         Patch by: Lutz Mueller <lutz@topfrose.de>
14245         
14246         * gst/real/Makefile.am:
14247         * gst/real/gstreal.c: (plugin_init):
14248         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_chain),
14249         (gst_real_audio_dec_setcaps), (gst_real_audio_dec_init),
14250         (gst_real_audio_dec_base_init), (gst_real_audio_dec_change_state),
14251         (gst_real_audio_dec_finalize), (gst_real_audio_dec_set_property),
14252         (gst_real_audio_dec_get_property), (gst_real_audio_dec_class_init):
14253         * gst/real/gstrealaudiodec.h:
14254         Added RealAudio wrapper elementfactory.
14255         Modified structures so it can also work on x86_64 using the
14256         adequate .so .
14257
14258 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
14259
14260         * configure.ac:
14261         * gst/qtdemux/Makefile.am:
14262         * gst/qtdemux/qtdemux.c: (qtdemux_parse_moov):
14263           Check for zlib and if available pass it explicitly to the linker
14264           when linking qtdemux. If not available (or --disable-external has
14265           been specified!), disable the bits in qtdemux that use it. Fixes
14266           build on MingW (#392856).
14267
14268 2007-01-05  Edward Hervey  <edward@fluendo.com>
14269
14270         * configure.ac:
14271         Real video .so are now also available for x86_64, so we can build the
14272         Real plugin on i386 AND x86_64.
14273         * gst/real/Makefile.am:
14274         * gst/real/gstreal.c: (plugin_init):
14275         New plugin file for real .so wrapper plugins.
14276         * gst/real/gstrealvideodec.c: (gst_real_video_dec_alloc_buffer),
14277         (gst_real_video_dec_decode), (gst_real_video_dec_chain),
14278         (gst_real_video_dec_activate_push), (gst_real_video_dec_setcaps),
14279         (open_library), (close_library), (gst_real_video_dec_init),
14280         (gst_real_video_dec_base_init), (gst_real_video_dec_finalize),
14281         (gst_real_video_dec_set_property),
14282         (gst_real_video_dec_get_property), (gst_real_video_dec_class_init):
14283         * gst/real/gstrealvideodec.h:
14284         Moved RealVideo element to separate file
14285         Cleaned up code some more.
14286         Make it work on x86_64.
14287         Try several possible locations for .so
14288         Separate opening/closing libraries in separate functions.
14289
14290 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
14291
14292         * tests/icles/videocrop-test.c: (main):
14293           Call g_thread_init() right at the beginning. Remove superfluous
14294           gst_init() - we've already been inited via the GOption stuff.
14295
14296 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
14297
14298         * configure.ac:
14299           Don't compile rfbsource if we don't have sys/socket.h.
14300           Should fix compilation on MingW.
14301
14302 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
14303
14304         * configure.ac:
14305         * ext/amrwb/Makefile.am:
14306         * ext/amrwb/amrwb-code/Makefile.am:
14307         * ext/amrwb/amrwb-code/run.sh:
14308         * gst-libs/Makefile.am:
14309         * gst-libs/ext/Makefile.am:
14310         * gst-libs/ext/amrwb/Makefile.am:
14311         * gst-libs/ext/amrwb/README:
14312           Move amrwb code getting and building to gst-libs/ext/amrwb
14313           Adapt everything else to match.
14314
14315 2007-01-04  Julien MOUTTE  <julien@moutte.net>
14316
14317         * ext/directfb/dfbvideosink.c:
14318         (gst_dfbvideosink_navigation_send_event),
14319         (gst_dfbvideosink_get_type):
14320         * ext/sdl/sdlaudiosink.c: (gst_sdlaudio_sink_open):
14321         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_setcaps),
14322         (gst_sdlvideosink_show_frame),
14323         (gst_sdlvideosink_navigation_send_event):
14324         * ext/sdl/sdlvideosink.h: Fix various compiler warnings that 
14325         reveal potential bugs.
14326
14327 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
14328
14329         Patch by: Vincent Torri  <vtorri at univ-evry fr>
14330
14331         * configure.ac:
14332         * sys/Makefile.am:
14333         * sys/directsound/Makefile.am:
14334         * sys/directsound/gstdirectsoundsink.c:
14335         (gst_directsoundsink_reset):
14336           Add directsoundsink to build and dist it, so it gets built when
14337           compiling with MingW on win32 and the required headers and libraries
14338           are available (fixes: #392638). Also simplify DirectDraw check a bit.
14339
14340         * tests/check/elements/.cvsignore:
14341           Fix CVS ignore for neonhttpsrc test binary.
14342
14343 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
14344
14345         Patch by: Vincent Torri  <vtorri at univ-evry fr>
14346
14347         * configure.ac:
14348         * sys/Makefile.am:
14349         * sys/directdraw/Makefile.am:
14350           Add directdrawsink to build and dist it, so it gets built when
14351           compiling with MingW on win32 and the required headers and libraries
14352           are available (fixes: #392313).
14353
14354         * sys/directdraw/gstdirectdrawsink.c:
14355         (gst_directdrawsink_center_rect), (gst_directdrawsink_show_frame),
14356         (gst_directdrawsink_setup_ddraw),
14357         (gst_directdrawsink_surface_create):
14358           Comment out some unused things and fix some printf format issues in
14359           order to avoid warnings when buildling with MingW (#392313).
14360
14361 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
14362
14363         Patch by: Jens Granseuer  <jensgr at gmx net>
14364
14365         * ext/xvid/gstxvidenc.c: (gst_xvidenc_encode),
14366         (gst_xvidenc_get_property):
14367         * gst/filter/gstbpwsinc.c: (bpwsinc_transform_ip):
14368         * gst/filter/gstfilter.c: (plugin_init):
14369         * gst/filter/gstiir.c: (iir_transform_ip):
14370         * gst/filter/gstlpwsinc.c: (lpwsinc_transform_ip):
14371         * gst/modplug/gstmodplug.cc:
14372         * gst/nuvdemux/gstnuvdemux.c: (gst_nuv_demux_header_load),
14373         (gst_nuv_demux_stream_extend_header):
14374           Fix build with gcc-2.x (declare variables at the beginning of a
14375           block etc.). Fixes #391971.
14376
14377 2007-01-02  Lutz Mueller <lutz@topfrose.de>
14378
14379         reviewed by: Edward Hervey  <edward@fluendo.com>
14380
14381         * gst/real/gstreal.c:
14382         (gst_realdec_setcaps): Use codec_data supplied in caps.
14383         (gst_realdec_get_property): Correctly return default path.
14384         (gst_realdec_class_init): Remove unused state_change method.
14385
14386 2007-01-01  Edward Hervey  <edward@fluendo.com>
14387
14388         * configure.ac:
14389         Only build the plugin on 32bit x86 architectures.
14390
14391 2007-01-01  Lutz Mueller <lutz@topfrose.de>
14392
14393         reviewed by: Edward Hervey  <edward@fluendo.com>
14394
14395         * configure.ac:
14396         * gst/real/Makefile.am:
14397         * gst/real/gstreal.c: (gst_realdec_alloc_buffer),
14398         (gst_realdec_decode), (gst_realdec_chain),
14399         (gst_realdec_activate_push), (gst_realdec_setcaps),
14400         (gst_realdec_init), (gst_realdec_base_init),
14401         (gst_realdec_change_state), (gst_realdec_finalize),
14402         (gst_realdec_set_property), (gst_realdec_get_property),
14403         (gst_realdec_class_init), (plugin_init):
14404         New plugin for decoding RealVideo Streams using the x86 32bit
14405         shared libraries.
14406         Closes #354174
14407
14408 2006-12-30  Tim-Philipp Müller  <tim at centricular dot net>
14409
14410         * tests/check/elements/videocrop.c: (GST_START_TEST),
14411         (videocrop_test_cropping_init_context):
14412           When we can't create an element needed for the test, print a message
14413           detailing which element it actually is that's missing (#390673).
14414
14415 2006-12-22 Edgard Lima <edgard.lima@indt.org.br>
14416
14417         * ext/neon/gstneonhttpsrc.c:
14418         * ext/neon/gstneonhttpsrc.h:
14419         Added seek support.
14420         Patch by: Andre Moreira Magalhaes <andrunko@gmail.com>
14421         Fixes: #375264.
14422
14423 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
14424
14425         * tests/check/elements/mpeg2enc.c: (setup_mpeg2enc),
14426         (cleanup_mpeg2enc):
14427         * tests/check/elements/rganalysis.c: (cleanup_rganalysis):
14428         * tests/check/elements/wavpackdec.c: (setup_wavpackdec),
14429         (cleanup_wavpackdec):
14430         * tests/check/elements/wavpackenc.c: (setup_wavpackenc),
14431         (cleanup_wavpackenc):
14432         * tests/check/elements/y4menc.c: (setup_y4menc), (cleanup_y4menc):
14433           reapply consistent pad (de)activation
14434
14435 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
14436
14437         * configure.ac:
14438         Back to CVS
14439
14440         * gst-plugins-bad.doap:
14441         Add release section for 0.10.4
14442
14443 === release 0.10.4 ===
14444
14445 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
14446
14447         * configure.ac:
14448           releasing 0.10.4, "Black Bugs"
14449
14450 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
14451
14452         * tests/check/elements/mpeg2enc.c: (setup_mpeg2enc),
14453         (cleanup_mpeg2enc):
14454         * tests/check/elements/rganalysis.c: (cleanup_rganalysis):
14455         * tests/check/elements/wavpackdec.c: (setup_wavpackdec),
14456         (cleanup_wavpackdec):
14457         * tests/check/elements/wavpackenc.c: (setup_wavpackenc),
14458         (cleanup_wavpackenc):
14459         * tests/check/elements/y4menc.c: (setup_y4menc), (cleanup_y4menc):
14460           revert my freeze breakage
14461
14462 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
14463
14464         * tests/check/elements/mpeg2enc.c: (setup_mpeg2enc),
14465         (cleanup_mpeg2enc):
14466         * tests/check/elements/rganalysis.c: (cleanup_rganalysis):
14467         * tests/check/elements/wavpackdec.c: (setup_wavpackdec),
14468         (cleanup_wavpackdec):
14469         * tests/check/elements/wavpackenc.c: (setup_wavpackenc),
14470         (cleanup_wavpackenc):
14471         * tests/check/elements/y4menc.c: (setup_y4menc), (cleanup_y4menc):
14472           consistent pad (de)activation
14473
14474 2006-12-18  Tim-Philipp Müller  <tim at centricular dot net>
14475
14476         * gst/qtdemux/qtdemux.c: (gst_qtdemux_post_progress),
14477         (gst_qtdemux_chain):
14478           Don't post BUFFERING messages in streaming mode if the stream
14479           headers are behind the movie data; instead, post "progress" element
14480           messages as a temporary solution. Apps might get confused and do
14481           silly things to the pipeline state if they see buffering messages
14482           from different sources and don't realize they come from different
14483           sources (#387160).
14484
14485 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
14486
14487         * configure.ac:
14488         * ext/Makefile.am:
14489         * ext/ladspa/*:
14490           Move LADPSA plugin from -good for the release, as it's not quite
14491           ready to be enabled by default in the -good module yet.
14492
14493 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
14494
14495         * gst/qtdemux/qtdemux.c: (gst_qtdemux_chain),
14496         (gst_qtdemux_add_stream):
14497           Don't output g_warning for an unsupported format, just send a
14498           GST_ELEMENT_WARNING and don't add the pad.
14499           Fix the case where it doesn't check for a NULL pad in streaming mode.
14500           Fixes #387137
14501
14502 2006-12-18  Tim-Philipp Müller  <tim at centricular dot net>
14503
14504         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
14505           Fix crash dereferencing NULL pointer if there's no stco atom.
14506           Fixes #387122.
14507
14508 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
14509
14510         * ext/wavpack/gstwavpackenc.h:
14511         Use local copy of md5.h, as it disappeared in recent wavpack
14512         installs.
14513         Patch by: Sebastian Dröge <slomo at ubuntu dot com>
14514         Fixes: #387076
14515
14516 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
14517
14518         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_query_types),
14519         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event):
14520           We don't support seeking in streaming mode, so don't even try.
14521           Implement seeking query so apps can query seekability properly
14522           (see #365414). Fix duration query.
14523
14524 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
14525
14526         * Makefile.am:
14527         * gst-plugins-bad.doap:
14528         * gst-plugins-bad.spec.in:
14529           add doap file
14530
14531 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
14532
14533         * ext/libmms/gstmms.c: (gst_mms_create):
14534           These debug statements should be using LOG level.
14535
14536 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
14537
14538         * gst/modplug/libmodplug/sndfile.cpp:
14539           Fix potential buffer overflow (CVE-2006-4192) (#385788).
14540
14541 2006-12-13  Wim Taymans  <wim@fluendo.com>
14542
14543         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
14544         (gst_qtdemux_handle_src_query), (qtdemux_parse_trak),
14545         (qtdemux_audio_caps):
14546         Add AMR-WB to the list of supported formats.
14547
14548 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
14549
14550         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_create),
14551         (send_request_and_redirect):
14552           Fix minor mem leak in redirect code.
14553
14554         * tests/check/Makefile.am:
14555         * tests/check/elements/.cvsignore:
14556         * tests/check/elements/neonhttpsrc.c: (handoff_cb),
14557         (GST_START_TEST), (neonhttpsrc_suite):
14558         * tests/check/gst-plugins-bad.supp:
14559           Add super-basic unit test for #384140.
14560
14561 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
14562
14563         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_create),
14564         (send_request_and_redirect):
14565           Set offset on buffers pushed out (id3demux gets confused if the
14566           first buffer does not have an offset of 0). Fixes #384140.
14567
14568 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
14569
14570         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
14571         (gst_neonhttp_src_create), (send_request_and_redirect),
14572         (gst_neonhttp_src_start), (oom_callback):
14573          Minor clean-ups; remove newlines at end of debug statements.
14574
14575 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
14576
14577         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
14578           Fix non-working redirects from inetfilm.com (handle 'alis' reference
14579           data type as well). Fixes #378613.
14580
14581 2006-12-11  Wim Taymans  <wim@fluendo.com>
14582
14583         Patch by: Jonathan Matthew <jonathan at kaolin wh9 net>).
14584
14585         * gst/modplug/gstmodplug.cc:
14586         Fix modplug duration query. Fixes #384294.
14587
14588 2006-12-08  Wim Taymans  <wim@fluendo.com>
14589
14590         Patch by: René Stadler  <mail at renestadler de>
14591
14592         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
14593         (gst_qtdemux_handle_src_query), (qtdemux_parse_trak),
14594         (qtdemux_audio_caps):
14595         Fix caps for 24 bit raw PCM audio (2).
14596         Fixes #383471.
14597
14598 2006-12-07  Wim Taymans  <wim@fluendo.com>
14599
14600         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
14601         (gst_qtdemux_handle_src_query), (qtdemux_parse_trak),
14602         (qtdemux_video_caps):
14603         Handle more H263 variants.
14604
14605 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
14606
14607         * ext/jack/.cvsignore:
14608         Ignore old files as requested by the build slave.
14609
14610 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
14611
14612         * configure.ac:
14613         Update the Jack requirement to the version where I think options_t
14614         appeared
14615
14616 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
14617
14618         * win32/MANIFEST:
14619         Fix compilation on win32 under VS8
14620         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
14621         Partially fixes #381175
14622
14623 2006-11-30  Wim Taymans  <wim@fluendo.com>
14624
14625         Patch by: René Stadler  <mail at renestadler de>
14626
14627         * gst/replaygain/gstrganalysis.c: (gst_rg_analysis_event):
14628           Call the base class handler.  Fixes #380610.
14629
14630 2006-11-30  Wim Taymans  <wim@fluendo.com>
14631
14632         * ext/Makefile.am:
14633         Fix build.
14634
14635         * ext/jack/gstjackaudiosink.c: (jack_process_cb),
14636         (jack_sample_rate_cb), (jack_buffer_size_cb), (jack_shutdown_cb),
14637         (gst_jack_ring_buffer_acquire):
14638         Small cleanups.
14639
14640 2006-11-30  Wim Taymans  <wim@fluendo.com>
14641
14642         * configure.ac:
14643         * ext/Makefile.am:
14644         * ext/jack/Makefile.am:
14645         * ext/jack/gstjack.c: (plugin_init):
14646         * ext/jack/gstjack.h:
14647         * ext/jack/gstjackaudiosink.c: (gst_jack_ring_buffer_get_type),
14648         (gst_jack_ring_buffer_class_init), (jack_process_cb),
14649         (jack_sample_rate_cb), (jack_buffer_size_cb), (jack_shutdown_cb),
14650         (gst_jack_ring_buffer_init), (gst_jack_ring_buffer_dispose),
14651         (gst_jack_ring_buffer_finalize),
14652         (gst_jack_ring_buffer_open_device),
14653         (gst_jack_ring_buffer_close_device),
14654         (gst_jack_ring_buffer_acquire), (gst_jack_ring_buffer_release),
14655         (gst_jack_ring_buffer_start), (gst_jack_ring_buffer_pause),
14656         (gst_jack_ring_buffer_stop), (gst_jack_ring_buffer_delay),
14657         (gst_jack_connect_get_type), (gst_jack_audio_sink_base_init),
14658         (gst_jack_audio_sink_class_init), (gst_jack_audio_sink_init),
14659         (gst_jack_audio_sink_set_property),
14660         (gst_jack_audio_sink_get_property), (gst_jack_audio_sink_getcaps),
14661         (gst_jack_audio_sink_create_ringbuffer):
14662         * ext/jack/gstjackaudiosink.h:
14663           Added fully functional jackaudiosink.
14664
14665 2006-11-27  Wim Taymans  <wim@fluendo.com>
14666
14667         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
14668         (gst_qtdemux_handle_src_query), (qtdemux_parse_trak):
14669           Remove some asserts and replace them with a proper error
14670           message. Fixes #379261.
14671
14672 2006-11-26  Michael Smith  <msmith@fluendo.com>
14673
14674         * ext/theora/theoradec.c: (theora_dec_src_query),
14675         (theora_dec_src_event), (theora_handle_data_packet),
14676         (theora_dec_chain):
14677           Send events on the right pads, since they don't work very well if
14678           you send them in the wrong direction.
14679
14680 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
14681
14682         * ext/audiofile/gstafsink.c:
14683         * ext/polyp/plugin.c: (plugin_init):
14684         * ext/polyp/polypsink.c:
14685         * ext/polyp/polypsink.h:
14686         * sys/dxr3/dxr3audiosink.h:
14687         * sys/dxr3/dxr3spusink.h:
14688         * sys/dxr3/dxr3videosink.h:
14689           remove obsolete _factory_init protos and functions
14690
14691 2006-11-19  Michael Smith  <msmith@fluendo.com>
14692
14693         * gst/librfb/Makefile.am:
14694           Compile with appropriate cflags. Fixes build.
14695
14696 2006-11-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14697
14698         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_tune):
14699         Actually set the TONE parameter for DVB-S when we should.
14700
14701 2006-11-16  David Schleef  <ds@schleef.org>
14702
14703         * gst/librfb/rfbdecoder.c: Fixes for 64-bit architectures.
14704
14705 2006-11-16  David Schleef  <ds@schleef.org>
14706
14707         * gst/librfb/gstrfbsrc.h:  Oops, add this file.
14708
14709 2006-11-16  David Schleef  <ds@schleef.org>
14710
14711         Patch by: Andre Moreira Magalhaes <andrunko@gmail.com>
14712
14713         * configure.ac:
14714         * gst/librfb/Makefile.am:
14715         * gst/librfb/gstrfbsrc.c:
14716         * gst/librfb/rfb.c:
14717         * gst/librfb/rfb.h:
14718         * gst/librfb/rfbbuffer.c:
14719         * gst/librfb/rfbbuffer.h:
14720         * gst/librfb/rfbbytestream.c:
14721         * gst/librfb/rfbbytestream.h:
14722         * gst/librfb/rfbcontext.h:
14723         * gst/librfb/rfbdecoder.c:
14724         * gst/librfb/rfbdecoder.h:
14725         * gst/librfb/rfbutil.h:
14726           Port librfb to 0.10 (#376106).
14727
14728 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
14729
14730         * ext/spc/gstspc.c: (spc_play):
14731           Fix build with disabled gst-debug.
14732
14733 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
14734
14735         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
14736
14737         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
14738         (gst_wavpack_dec_init), (gst_wavpack_dec_change_state):
14739         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init),
14740         (gst_wavpack_enc_class_init), (gst_wavpack_enc_reset),
14741         (gst_wavpack_enc_init), (gst_wavpack_enc_set_wp_config),
14742         (gst_wavpack_enc_change_state):
14743         * ext/wavpack/gstwavpackparse.c:
14744           Some small clean-ups: use enums instead of hard-coded numbers,
14745           const-ify element details, re-factor some code into _reset()
14746           functions (#352605).
14747
14748 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
14749
14750         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_create):
14751         * sys/dvb/gstdvbsrc.h:
14752           Fix minor printf format issue; remove overly paranoid checks in
14753           create function; fix GObject boilerplate macros.
14754
14755 2006-11-14  Wim Taymans  <wim@fluendo.com>
14756
14757         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
14758         (gst_qtdemux_handle_src_query), (qtdemux_parse_trak):
14759         Don't parse extra sample params for raw pcm. Fixes #374914.
14760
14761 2006-11-14  Wim Taymans  <wim@fluendo.com>
14762
14763         * tests/check/elements/.cvsignore:
14764         Add cdaudio to ignore.
14765
14766 2006-11-14  Wim Taymans  <wim@fluendo.com>
14767
14768         * ext/Makefile.am:
14769         dist cdaudio dir.
14770
14771 2006-11-14  Wim Taymans  <wim@fluendo.com>
14772
14773         * configure.ac:
14774         * ext/Makefile.am:
14775         Fix cdaudio build.
14776
14777 2006-11-14  Wim Taymans  <wim@fluendo.com>
14778
14779         Patch by: Mark Nauwelaerts <manauw at skynet be>
14780
14781         * tests/check/Makefile.am:
14782         * tests/check/elements/y4menc.c: (setup_y4menc), (cleanup_y4menc),
14783         (GST_START_TEST), (y4menc_suite), (main):
14784         Added y4m test. Fixes #372243.
14785
14786 2006-11-13  Wim Taymans  <wim@fluendo.com>
14787
14788         Patch by: Mark Nauwelaerts <manauw at skynet be>
14789
14790         * configure.ac:
14791         Enable cdaudio and y4m.
14792
14793         * gst/y4m/Makefile.am:
14794         * gst/y4m/gsty4mencode.c: (gst_y4m_encode_base_init),
14795         (gst_y4m_encode_class_init), (gst_y4m_encode_init),
14796         (gst_y4m_encode_reset), (gst_y4m_encode_setcaps),
14797         (gst_y4m_encode_get_stream_header),
14798         (gst_y4m_encode_get_frame_header), (gst_y4m_encode_chain),
14799         (gst_y4m_encode_set_property), (gst_y4m_encode_get_property),
14800         (gst_y4m_encode_change_state), (plugin_init):
14801         * gst/y4m/gsty4mencode.h:
14802         Port of y4mencode to 0.10. 
14803
14804 2006-11-10  David Schleef  <ds@schleef.org>
14805
14806         * configure.ac:
14807         * gst/videoparse/Makefile.am:
14808         * gst/videoparse/gstvideoparse.c:
14809           A little pluggy to make sense out of the random chunks we get
14810           from multifilesrc.
14811
14812 2006-11-10  David Schleef  <ds@schleef.org>
14813
14814         * gst/multifile/Makefile.am:
14815           Let's not depend on a file that doesn't exist.
14816
14817 2006-11-10  David Schleef  <ds@schleef.org>
14818
14819         * gst/multifilesink/Makefile.am:
14820         * gst/multifilesink/gstmultifilesink.c:
14821         * gst/multifilesink/gstmultifilesink.h:
14822         * gst/multifilesink/multifilesink.vcproj:
14823           Remove the old one.
14824
14825 2006-11-10  David Schleef  <ds@schleef.org>
14826
14827         * configure.ac:
14828         * gst/multifile/Makefile.am:
14829         * gst/multifile/gstmultifile.c:
14830         * gst/multifile/gstmultifilesink.c:
14831         * gst/multifile/gstmultifilesrc.c:
14832         * gst/multifile/multifile.vproj:
14833           Revive multifile[src|sink].
14834
14835 2006-11-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14836
14837         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_set_property)
14838         (gst_dvbsrc_create), (gst_dvbsrc_output_frontend_stats),
14839         (gst_dvbsrc_tune), (gst_dvbsrc_set_pes_filters):
14840         Rename set_pes_filter to set_pes_filters for consistency.
14841         Do run-time pid filtering.
14842
14843 2006-11-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14844
14845         * sys/dvb/gstdvbsrc.c: (read_device):
14846         Do not call output_frontend_stats from a method that does not
14847         have the gstdvbsrc object.
14848         This fixes the build, sorry guys!
14849
14850 2006-11-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14851
14852         * sys/dvb/gstdvbsrc.c: (read_device), (gst_dvbsrc_create),
14853         (gst_dvbsrc_output_frontend_stats), (gst_dvbsrc_tune),
14854         (gst_dvbsrc_set_pes_filter):
14855         * sys/dvb/gstdvbsrc.h:
14856         Force PAT to always be in the filter.
14857         Try to continue reading after failing 10 times.
14858
14859 2006-11-04  Thomas Vander Stichele  <thomas at apestaart dot org>
14860
14861         * po/POTFILES.in:
14862           add dvbsrc
14863         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_class_init), (gst_dvbsrc_init),
14864         (gst_dvbsrc_set_property), (gst_dvbsrc_get_property),
14865         (gst_dvbsrc_open_frontend), (gst_dvbsrc_open_dvr),
14866         (gst_dvbsrc_finalize), (read_device), (gst_dvbsrc_create),
14867         (gst_dvbsrc_start), (gst_dvbsrc_frontend_status),
14868         (gst_dvbsrc_tune), (gst_dvbsrc_unset_pes_filters),
14869         (gst_dvbsrc_set_pes_filter):
14870         * sys/dvb/gstdvbsrc.h:
14871           adapter-prefix is a terrible name for a device, so replace it.
14872           strerror should be used immediately after the syscall related to it.
14873           Actually throw a reasonable GST_ELEMENT_ERROR if we fail to open
14874           (pretty easy to trigger by opening the same device twice).
14875           Use _OBJECT macros where it makes sense.
14876           This element is going to need some work before it moves.
14877
14878 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
14879
14880         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
14881
14882         * configure.ac:
14883         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_mode_get_type),
14884         (gst_wavpack_enc_correction_mode_get_type),
14885         (gst_wavpack_enc_joint_stereo_mode_get_type),
14886         (gst_wavpack_enc_init), (gst_wavpack_enc_set_wp_config):
14887           Fix enum nicks; only emit no-more-pads once; add support for very
14888           fast encoding mode in upcoming 4.40.0 release (#369539).
14889
14890 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
14891
14892         Patch by: Sergey Scobich  <sergey dot scobich at gmail com>
14893
14894         * sys/directdraw/gstdirectdrawsink.c:
14895         (gst_directdrawsink_window_thread),
14896         (gst_directdrawsink_create_default_window):
14897         * sys/directdraw/gstdirectdrawsink.h:
14898         * sys/directsound/gstdirectsoundsink.c:
14899           Wait until the window is created before using it; guard unistd.h
14900           includes with HAVE_UNISTD_H. (#366523)
14901
14902         * win32/vs8/libgstdirectdraw.vcproj:
14903         * win32/vs8/libgstdirectsound.vcproj:
14904           Update project files.
14905
14906 2006-10-31  Wim Taymans  <wim@fluendo.com>
14907
14908         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
14909         (gst_qtdemux_handle_src_query), (qtdemux_parse_tree),
14910         (qtdemux_parse_trak):
14911         Handle unbounded length streams a bit better. Fixes #367696.
14912
14913 2006-10-29  Tim-Philipp Müller  <tim at centricular dot net>
14914
14915         * ext/dts/gstdtsdec.c: (gst_dtsdec_handle_frame):
14916           Fix flow handling and buffer refcounting (gst_pad_push() takes
14917           ownership of the buffer passed to it, the buffer does not have
14918           to be unreffed no matter what flow value gst_pad_push() returns).
14919
14920 2006-10-26  Edgard Lima <edgard.lima@indt.org.br>
14921
14922         Patch by: Renato Filho <renato.filho@indt.org.br> 
14923
14924         * gst/nuvdemux/gstnuvdemux.c:
14925         * gst/nuvdemux/gstnuvdemux.h:
14926         Fixed bug for files with timestamps less than 0.
14927         
14928 2006-10-21  David Schleef  <ds@schleef.org>
14929
14930         * configure.ac:
14931         * gst/multifilesink/Makefile.am:
14932         * gst/multifilesink/gstmultifilesink.c:
14933         * gst/multifilesink/gstmultifilesink.h:
14934           I copied over filesink a while ago and modified it to work
14935           as multifilesink.  Might as well check it in.  This could
14936           use some work before being declared useful.
14937
14938 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
14939
14940         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_set_wp_config):
14941         * ext/wavpack/gstwavpackparse.c:
14942         (gst_wavpack_parse_create_src_pad):
14943         * gst/nuvdemux/gstnuvdemux.c: (gst_nuv_demux_create_pads):
14944         * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad):
14945           Activate pads before adding them to running element.
14946
14947 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
14948
14949         Patch by: Josep Torra Valles  <josep at fluendo com>
14950
14951         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
14952         (next_entry_size), (qtdemux_inflate), (qtdemux_parse_moov),
14953         (qtdemux_parse_tree), (qtdemux_parse_trak), (qtdemux_tag_add_str),
14954         (qtdemux_tag_add_num), (qtdemux_tag_add_date),
14955         (qtdemux_tag_add_gnre):
14956           Make compile with Forte compiler, mostly don't do pointer arithmetic
14957           with void pointers (#362626).
14958
14959 2006-10-17  Edgard Lima <edgard.lima@indt.org.br>
14960
14961         * gst/nuvdemux/gstnuvdemux.c:
14962         Just a cast to make it compile oos big_endian systems.
14963
14964 2006-10-17  Edgard Lima <edgard.lima@indt.org.br>
14965
14966         Patch by: Renato Filho <renato.filho@indt.org.br> and Rosfran Borges
14967         <rosfran.borges@indt.org.br>
14968
14969         * configure.ac:
14970         * gst/nuvdemux/:
14971         * gst/nuvdemux/Makefile.am:
14972         * gst/nuvdemux/gstnuvdemux.c:
14973         * gst/nuvdemux/gstnuvdemux.h:
14974         Created new element nuvdemux.
14975         
14976 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
14977
14978         Patch by: Josep Torra Valles  <josep at fluendo com>
14979
14980         * gst/nsf/fds_snd.c:
14981         * gst/nsf/mmc5_snd.c:
14982         * gst/nsf/nsf.c:
14983         * gst/nsf/vrc7_snd.c:
14984         * gst/nsf/vrcvisnd.c:
14985           Fix some things the Forte compiler warns about (#362626).
14986
14987 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
14988
14989         * gst/qtdemux/qtdemux.c: (qtdemux_parse_moov), (qtdemux_parse),
14990         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
14991         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
14992         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
14993         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
14994         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
14995         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
14996         (qtdemux_dump_unknown), (qtdemux_tree_get_child_by_type),
14997         (qtdemux_tree_get_sibling_by_type):
14998         * gst/qtdemux/qtdemux.h:
14999           Avoid void pointer usage, better use guint8 * instead.
15000
15001 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
15002
15003         * configure.ac:
15004         * gst/deinterlace/Makefile.am:
15005         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_base_init),
15006         (gst_deinterlace_class_init), (gst_deinterlace_init),
15007         (gst_deinterlace_stop), (gst_deinterlace_transform_caps),
15008         (gst_deinterlace_set_caps), (gst_deinterlace_transform_ip),
15009         (gst_deinterlace_set_property), (gst_deinterlace_get_property):
15010         * gst/deinterlace/gstdeinterlace.h:
15011           Port simple deinterlacer from 0.8. Use at your own risk, don't blame
15012           me for anything it does or does not do to your precious pictures.
15013
15014 2006-10-11  Edward Hervey  <edward@fluendo.com>
15015
15016         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
15017         Add some fourcc for DV format.
15018
15019 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
15020
15021         * gst/qtdemux/qtdemux.c: (extract_initial_length_and_fourcc),
15022         (gst_qtdemux_loop_state_header):
15023           Printf format fixes.
15024
15025         * sys/dvb/gstdvbsrc.c:
15026           Use "_stdint.h".
15027
15028 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15029
15030         * sys/dvb/Makefile.am:
15031         * sys/dvb/dvb-api/Makefile.am:
15032         * sys/dvb/dvb-api/audio.h:
15033         * sys/dvb/dvb-api/ca.h:
15034         * sys/dvb/dvb-api/dmx.h:
15035         * sys/dvb/dvb-api/frontend.h:
15036         * sys/dvb/dvb-api/net.h:
15037         * sys/dvb/dvb-api/osd.h:
15038         * sys/dvb/dvb-api/version.h:
15039         * sys/dvb/dvb-api/video.h:
15040         Remove these files, not needed use system files.
15041         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_set_property),
15042         (gst_dvbsrc_create), (gst_dvbsrc_output_frontend_stats),
15043         (gst_dvbsrc_tune):
15044         Fix warnings, uint16_t etc. is in stdint.h.
15045         Use system includes not our local ones.
15046
15047 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15048
15049         * configure.ac:
15050         * sys/Makefile.am:
15051         Add dvb detection and allow dvbsrc to be built.
15052
15053 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15054         
15055         * configure.ac:
15056         * sys/Makefile.am:
15057         * sys/dvb/AUTHORS:
15058         * sys/dvb/Makefile.am:
15059         * sys/dvb/README:
15060         * sys/dvb/dvb-api/Makefile.am:
15061         * sys/dvb/dvb-api/audio.h:
15062         * sys/dvb/dvb-api/ca.h:
15063         * sys/dvb/dvb-api/dmx.h:
15064         * sys/dvb/dvb-api/frontend.h:
15065         * sys/dvb/dvb-api/net.h:
15066         * sys/dvb/dvb-api/osd.h:
15067         * sys/dvb/dvb-api/version.h:
15068         * sys/dvb/dvb-api/video.h:
15069         * sys/dvb/gstdvbsrc.c: 
15070         * sys/dvb/gstdvbsrc.h:
15071         Initial import of dvbsrc.
15072         Currently won't be built.
15073
15074 2006-10-10  Wim Taymans  <wim@fluendo.com>
15075
15076         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
15077         (gst_qtdemux_push_event), (gst_qtdemux_do_seek),
15078         (gst_qtdemux_change_state), (extract_initial_length_and_fourcc),
15079         (gst_qtdemux_loop_state_header), (gst_qtdemux_activate_segment),
15080         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop),
15081         (gst_qtdemux_post_buffering), (gst_qtdemux_chain),
15082         (gst_qtdemux_add_stream), (qtdemux_process_redirects),
15083         (qtdemux_parse_tree), (qtdemux_parse_trak):
15084         Reorganise some stuff.
15085         Parse RTSP redirection URLS.
15086
15087 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
15088
15089         * docs/plugins/gst-plugins-bad-plugins.args:
15090         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
15091         * docs/plugins/gst-plugins-bad-plugins.interfaces:
15092         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
15093         * docs/plugins/inspect/plugin-dtsdec.xml:
15094         * docs/plugins/inspect/plugin-mms.xml:
15095         * docs/plugins/inspect/plugin-mpeg2enc.xml:
15096         * docs/plugins/inspect/plugin-neon.xml:
15097         * docs/plugins/inspect/plugin-replaygain.xml:
15098         * docs/plugins/inspect/plugin-soundtouch.xml:
15099         * docs/plugins/inspect/plugin-spcdec.xml:
15100         * docs/plugins/inspect/plugin-swfdec.xml:
15101         * docs/plugins/inspect/plugin-videocrop.xml:
15102         * docs/plugins/inspect/plugin-wavpack.xml:
15103           Add/update docs stuff.
15104
15105 2006-10-06  Tim-Philipp Müller  <tim at centricular dot net>
15106
15107         Patch by: René Stadler  <mail at renestadler de>
15108
15109         * configure.ac:
15110         * docs/plugins/Makefile.am:
15111         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
15112         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
15113         * gst/replaygain/Makefile.am:
15114         * gst/replaygain/gstrganalysis.c: (gst_rg_analysis_base_init),
15115         (gst_rg_analysis_class_init), (gst_rg_analysis_init),
15116         (gst_rg_analysis_set_property), (gst_rg_analysis_get_property),
15117         (gst_rg_analysis_start), (gst_rg_analysis_set_caps),
15118         (gst_rg_analysis_transform_ip), (gst_rg_analysis_event),
15119         (gst_rg_analysis_stop), (gst_rg_analysis_handle_tags),
15120         (gst_rg_analysis_handle_eos), (gst_rg_analysis_track_result),
15121         (gst_rg_analysis_album_result), (plugin_init):
15122         * gst/replaygain/gstrganalysis.h:
15123         * gst/replaygain/rganalysis.c: (yule_filter), (butter_filter),
15124         (apply_filters), (reset_filters), (accumulator_add),
15125         (accumulator_clear), (accumulator_result), (rg_analysis_new),
15126         (rg_analysis_set_sample_rate), (rg_analysis_destroy),
15127         (rg_analysis_analyze_mono_float),
15128         (rg_analysis_analyze_stereo_float),
15129         (rg_analysis_analyze_mono_int16),
15130         (rg_analysis_analyze_stereo_int16), (rg_analysis_analyze),
15131         (rg_analysis_track_result), (rg_analysis_album_result),
15132         (rg_analysis_reset_album), (rg_analysis_reset):
15133         * gst/replaygain/rganalysis.h:
15134           Add ReplayGain analysis element (#357069).
15135
15136         * tests/check/Makefile.am:
15137         * tests/check/elements/.cvsignore:
15138         * tests/check/elements/rganalysis.c: (get_expected_gain),
15139         (setup_rganalysis), (cleanup_rganalysis), (set_playing_state),
15140         (send_eos_event), (send_tag_event), (poll_eos), (poll_tags),
15141         (fail_unless_track_gain), (fail_unless_track_peak),
15142         (fail_unless_album_gain), (fail_unless_album_peak),
15143         (fail_if_track_tags), (fail_if_album_tags),
15144         (fail_unless_num_tracks), (test_buffer_const_float_mono),
15145         (test_buffer_const_float_stereo), (test_buffer_const_int16_mono),
15146         (test_buffer_const_int16_stereo), (test_buffer_square_float_mono),
15147         (test_buffer_square_float_stereo), (test_buffer_square_int16_mono),
15148         (test_buffer_square_int16_stereo), (push_buffer), (GST_START_TEST),
15149         (rganalysis_suite), (main):
15150           Unit tests for the new replaygain element.
15151
15152 2006-10-06  Wim Taymans  <wim@fluendo.com>
15153
15154         * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_chain),
15155         (gst_faad_close_decoder):
15156         Some cleanups.
15157         Added some more debugging.
15158         Don't ever ignore unlinked, we're not a demuxer.
15159
15160         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
15161         Activate pad before adding it to the element.
15162
15163 2006-10-06  Michael Smith  <msmith@fluendo.com>
15164
15165         * ext/theora/theoradec.c: (gst_theoradec_reset),
15166         (theora_get_query_types), (theora_dec_src_query),
15167         (theora_dec_src_event), (theora_dec_sink_event),
15168         (theora_handle_comment_packet), (theora_handle_type_packet),
15169         (theora_handle_header_packet), (clip_buffer), (theora_dec_push),
15170         (theora_handle_422_image), (theora_handle_420_image),
15171         (theora_handle_data_packet), (theora_dec_chain),
15172         (theora_dec_change_state):
15173         * ext/theora/theoradec.h:
15174           Port lots of changes from theoradec to theoraexpdec.
15175           This catches this plugin up to theoradec. Note that duplicate frames
15176           are broken in theoradec at the moment.
15177
15178 2006-10-06  Tim-Philipp Müller  <tim at centricular dot net>
15179
15180         * gst/spectrum/gstspectrum.c: (gst_spectrum_transform_ip):
15181           Fix mem leak, avoid unnecessary memcpy.
15182
15183 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
15184
15185         * gst/spectrum/gstspectrum.c: (gst_spectrum_init),
15186         (gst_spectrum_transform_ip):
15187           Removed cruft code that was just commented out. Removed some obsolete
15188           debug logs statements.
15189
15190 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
15191
15192         * ext/dts/gstdtsdec.c: (gst_dtsdec_chain):
15193         * ext/musicbrainz/gsttrm.c: (gst_trm_setcaps):
15194         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
15195         * gst/qtdemux/qtdemux.c: (gst_qtdemux_chain), (qtdemux_parse),
15196         (qtdemux_parse_trak):
15197         * gst/spectrum/gstspectrum.c: (gst_spectrum_transform_ip):
15198           Another batch of printf format fixes.
15199
15200 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
15201
15202         * gst/videocrop/gstvideocrop.c: (gst_video_crop_class_init),
15203         (gst_video_crop_init),
15204         (gst_video_crop_get_image_details_from_caps),
15205         (gst_video_crop_transform_packed_complex),
15206         (gst_video_crop_transform_packed_simple),
15207         (gst_video_crop_transform), (gst_video_crop_transform_caps),
15208         (gst_video_crop_set_caps),
15209         (gst_videocrop_clear_negotiated_caps_locked),
15210         (gst_video_crop_set_property):
15211         * gst/videocrop/gstvideocrop.h:
15212           Handle packed YUV formats (UYVY, YUY2, YUYV) separately; also, fix
15213           passthrough mode; lastly, clear negotiated basetransform caps when
15214           the cropping changes in order to force renegotiation.
15215
15216 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
15217
15218         * tests/icles/.cvsignore:
15219         * tests/icles/Makefile.am:
15220         * tests/icles/videocrop-test.c: (quit_mainloop), (tick_cb),
15221         (test_with_caps), (video_crop_get_test_caps), (main):
15222           Visual test for videocrop, shows that packed yuv doesn't work right
15223           yet. --with-ffmpegcolorspace option doesn't work yet for unknown
15224           reasons (another basetransform issue?)
15225
15226 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
15227
15228         * po/POTFILES.in:
15229         * sys/v4l2/.cvsignore:
15230           Remove more v4l2 stuff, hopefully fixing 'make distcheck' again.
15231
15232 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
15233
15234         * docs/plugins/Makefile.am:
15235         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
15236         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
15237         * docs/plugins/inspect/plugin-video4linux2.xml:
15238         * gst-plugins-bad.spec.in:
15239           removed v4l2
15240
15241 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15242
15243         * configure.ac:
15244         * sys/Makefile.am:
15245         * sys/v4l2/Makefile.am:
15246         * sys/v4l2/README:
15247         * sys/v4l2/gstv4l2.c:
15248         * sys/v4l2/gstv4l2colorbalance.c:
15249         * sys/v4l2/gstv4l2colorbalance.h:
15250         * sys/v4l2/gstv4l2object.c:
15251         * sys/v4l2/gstv4l2object.h:
15252         * sys/v4l2/gstv4l2src.c:
15253         * sys/v4l2/gstv4l2src.h:
15254         * sys/v4l2/gstv4l2tuner.c:
15255         * sys/v4l2/gstv4l2tuner.h:
15256         * sys/v4l2/gstv4l2vidorient.c:
15257         * sys/v4l2/gstv4l2vidorient.h:
15258         * sys/v4l2/gstv4l2xoverlay.c:
15259         * sys/v4l2/gstv4l2xoverlay.h:
15260         * sys/v4l2/v4l2_calls.c:
15261         * sys/v4l2/v4l2_calls.h:
15262         * sys/v4l2/v4l2src_calls.c:
15263         * sys/v4l2/v4l2src_calls.h:
15264           moved to gst-plugins-good
15265
15266 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15267
15268         * sys/v4l2/gstv4l2object.c:
15269         (gst_v4l2_object_install_properties_helper):
15270           comment out the properties that are already part of the tuner
15271           interface.
15272
15273 2006-10-03  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15274
15275         * sys/v4l2/gstv4l2src.c:
15276         Improve docs.
15277
15278 2006-10-02  Tim-Philipp Müller  <tim at centricular dot net>
15279
15280         * ext/xvid/gstxvid.c: (plugin_init):
15281           Set rank of xviddec to NONE until someone fixes it (too many crasher
15282           bug reports against totem, people should use gst-ffmpeg).
15283
15284 2006-09-28  Wim Taymans  <wim@fluendo.com>
15285
15286         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_all_caps),
15287         (gst_v4l2src_get_caps):
15288         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
15289         Framerate can be 0/1 too.
15290         Init framerate to 0/1 before querying it so that we can detect
15291         devices that don't know about a framerate.
15292         Add some more debugging info.
15293
15294 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
15295
15296         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
15297           Add support for 'yv12' fourcc.
15298
15299 2006-09-27  Edgard Lima <edgard.lima@indt.org.br>
15300
15301         * sys/v4l2/gstv4l2src.c:
15302         * sys/v4l2/gstv4l2src.h:
15303         * tests/icles/v4l2src-test.c:
15304         Removed set-undef-fps.
15305
15306 2006-09-27  Wim Taymans  <wim@fluendo.com>
15307
15308         * sys/v4l2/gstv4l2object.c:
15309         (gst_v4l2_object_install_properties_helper), (gst_v4l2_object_new),
15310         (gst_v4l2_object_set_property_helper),
15311         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
15312         * sys/v4l2/gstv4l2object.h:
15313         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
15314         (gst_v4l2src_create):
15315         * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_contains_channel),
15316         (gst_v4l2_tuner_list_channels),
15317         (gst_v4l2_tuner_set_channel_and_notify),
15318         (gst_v4l2_tuner_get_channel), (gst_v4l2_tuner_contains_norm),
15319         (gst_v4l2_tuner_list_norms), (gst_v4l2_tuner_set_norm_and_notify),
15320         (gst_v4l2_tuner_get_norm):
15321         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
15322         (gst_v4l2_fill_lists), (gst_v4l2_empty_lists):
15323         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_get_fps):
15324         Renamed some properties to match the tuner interface naming.
15325
15326 2006-09-27  Wim Taymans  <wim@fluendo.com>
15327
15328         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_set_property_helper),
15329         (gst_v4l2_set_defaults):
15330         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read),
15331         (gst_v4l2src_create):
15332         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open):
15333         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
15334         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_set_norm),
15335         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
15336         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
15337         (gst_v4l2_set_attribute), (gst_v4l2_get_input),
15338         (gst_v4l2_set_input):
15339         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
15340         (gst_v4l2src_grab_frame), (gst_v4l2src_get_capture),
15341         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init),
15342         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop),
15343         (gst_v4l2src_buffer_new):
15344         * tests/icles/v4l2src-test.c: (my_bus_callback), (main):
15345         Small cleanups.
15346         Fix error messages.
15347         Use locks when getting timestamps.
15348         Fix leaks in test.
15349         Add licensing header to tests.
15350
15351 2006-09-27  Edgard Lima <edgard.lima@indt.org.br>
15352
15353         * sys/v4l2/gstv4l2colorbalance.c:
15354         * sys/v4l2/gstv4l2object.c:
15355         * sys/v4l2/gstv4l2src.c:
15356         * sys/v4l2/gstv4l2src.h:
15357         * sys/v4l2/gstv4l2tuner.c:
15358         * sys/v4l2/v4l2_calls.c:
15359         * sys/v4l2/v4l2src_calls.c:
15360         * tests/icles/v4l2src-test.c:
15361         Some cleanups and comments.
15362
15363 2006-09-26  Wim Taymans  <wim@fluendo.com>
15364
15365         * docs/plugins/Makefile.am:
15366         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
15367         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
15368         Add v4l2 plugin to the docs.
15369
15370         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read),
15371         (gst_v4l2src_get_mmap), (gst_v4l2src_create):
15372         * sys/v4l2/gstv4l2src.h:
15373         * sys/v4l2/gstv4l2vidorient.c:
15374         Fix docs.
15375         Remove some more externs.
15376
15377 2006-09-26  Wim Taymans  <wim@fluendo.com>
15378
15379         * sys/v4l2/Makefile.am:
15380         Fix makefile, list libs in stack order.
15381
15382         * sys/v4l2/gstv4l2colorbalance.c:
15383         * sys/v4l2/gstv4l2colorbalance.h:
15384         * sys/v4l2/gstv4l2object.c: (gst_v4l2_device_get_type),
15385         (gst_v4l2_object_install_properties_helper):
15386         * sys/v4l2/gstv4l2object.h:
15387         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read),
15388         (gst_v4l2src_get_mmap), (gst_v4l2src_create):
15389         * sys/v4l2/gstv4l2src.h:
15390         * sys/v4l2/gstv4l2tuner.h:
15391         * sys/v4l2/gstv4l2vidorient.h:
15392         * sys/v4l2/gstv4l2xoverlay.h:
15393         * sys/v4l2/v4l2_calls.h:
15394         * sys/v4l2/v4l2src_calls.h:
15395         Fix coding style:
15396         - Remove extern from functions.
15397         - Fix header indentation.
15398         Fix Flags, add defaults for properties.
15399         Remove unused enums.
15400         Fix TOO_LAZY in error messages.
15401
15402 2006-09-26  Wim Taymans  <wim@fluendo.com>
15403
15404         * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices),
15405         (gst_v4l2_probe_needs_probe),
15406         (gst_v4l2_object_install_properties_helper), (gst_v4l2_object_new),
15407         (gst_v4l2_object_destroy), (gst_v4l2_object_set_property_helper),
15408         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults),
15409         (gst_v4l2_object_start), (gst_v4l2_object_stop):
15410         * sys/v4l2/gstv4l2object.h:
15411         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
15412         (gst_v4l2src_init), (gst_v4l2src_dispose),
15413         (gst_v4l2src_set_property), (gst_v4l2src_get_property),
15414         (gst_v4l2src_fixate), (gst_v4l2src_get_caps),
15415         (gst_v4l2src_set_caps), (gst_v4l2src_get_read),
15416         (gst_v4l2src_get_mmap), (gst_v4l2src_create):
15417         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
15418         (gst_v4l2_open), (gst_v4l2_close), (gst_v4l2_get_norm),
15419         (gst_v4l2_set_norm), (gst_v4l2_get_frequency),
15420         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
15421         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute),
15422         (gst_v4l2_get_input), (gst_v4l2_set_input):
15423         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
15424         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
15425         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
15426         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
15427         (gst_v4l2src_capture_stop), (gst_v4l2src_capture_deinit),
15428         (gst_v4l2src_get_size_limits), (gst_v4l2src_set_fps),
15429         (gst_v4l2src_get_fps), (gst_v4l2src_buffer_finalize),
15430         (gst_v4l2src_buffer_new):
15431         Fix pass at code cleanups, move errors cases out of the normal
15432         flow for additional code clarity.
15433
15434 2006-09-23  Wim Taymans  <wim@fluendo.com>
15435
15436         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
15437         (gst_cdaudio_init), (gst_cdaudio_set_property),
15438         (gst_cdaudio_get_property), (gst_cdaudio_change_state),
15439         (gst_cdaudio_send_event), (gst_cdaudio_get_query_types),
15440         (gst_cdaudio_query), (cdaudio_uri_set_uri):
15441         Port to 0.10.
15442
15443 2006-09-22  David Schleef  <ds@schleef.org>
15444
15445         * sys/glsink/glimagesink.c:
15446           Fix problems when the element cannot open the display.
15447           (fixes #357212)
15448
15449 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
15450
15451         * configure.ac:
15452           Up requirements to -base CVS and core CVS (the format for the
15453           video orientation interface used by v4l2src and the latter
15454           since that's what -base CVS requires).
15455
15456 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
15457
15458         * ext/directfb/dfbvideosink.c: (plugin_init):
15459           Lower rank from SECONDARY to MARGINAL. Plugins in -bad that might
15460           be autoplugged shouldn't trump plugins in -base, -good or -ugly
15461           (in this case ximagesink).
15462
15463         * sys/glsink/glimagesink.c: (plugin_init):
15464           Set rank to NONE to prevent it from being autoplugged until
15465           errors are handled properly (see #357212).
15466
15467 2006-09-21  Edgard Lima <edgard.lima@indt.org.br>
15468
15469         * ext/neon/Makefile.am:
15470         * ext/neon/gstneonhttpsrc.c:
15471         * ext/neon/gstneonhttpsrc.h:
15472         Reverted previous commit (2006-09-19 - Allow internal codes from
15473         last.fm). As dicussed on #gstreamer it should be done in separete
15474         element.
15475
15476 2006-09-21  Wim Taymans  <wim@fluendo.com>
15477
15478         * ext/faac/gstfaac.c: (gst_faac_configure_source_pad),
15479         (gst_faac_chain):
15480         Add decoder specific info on the caps.
15481         Some cleanups here and there.
15482
15483 2006-09019  Edgard Lima <edgard.lima@indt.org.br>
15484
15485         Patch by: Milosz Derezynski <internalerror@gmail.com> and
15486                   Rosfran Borges <rosfran.borges@indt.org.br>
15487
15488         * ext/neon/Makefile.am:
15489         * ext/neon/gstneonhttpsrc.c:
15490         * ext/neon/gstneonhttpsrc.h:
15491         Allow internal codes from last.fm
15492         
15493
15494 2006-09-19  Edgard Lima <edgard.lima@indt.org.br>
15495
15496         * tests/icles/v4l2src-test.c:
15497         Just a small fix to the app options.
15498
15499 2006-09-19  Edgard Lima <edgard.lima@indt.org.br>
15500
15501         * sys/v4l2/Makefile.am:
15502         * sys/v4l2/gstv4l2src.c:
15503         * sys/v4l2/gstv4l2vidorient.c:
15504         * sys/v4l2/gstv4l2vidorient.h:
15505         * tests/icles/v4l2src-test.c:
15506         Add Video Orientation interface support to v4l2src.
15507         
15508 2006-09-19  Wim Taymans  <wim@fluendo.com>
15509
15510         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init),
15511         (gst_gsmdec_sink_setcaps), (gst_gsmdec_sink_event),
15512         (gst_gsmdec_chain):
15513         * ext/gsm/gstgsmdec.h:
15514         Handle WAV49 variant (GSM in WAV).
15515         Some small cleanups.
15516
15517 2006-09-18  Edgard Lima <edgard.lima@indt.org.br>
15518
15519         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_buffer_new ):
15520         Fix GST_BUFFER_DURATION.
15521
15522 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
15523
15524         * ext/hermes/gsthermescolorspace.c:
15525         * ext/ivorbis/vorbisfile.c:
15526         * ext/lcs/gstcolorspace.c:
15527         * ext/wavpack/gstwavpackenc.h:
15528         * ext/xine/xineaudiodec.c:
15529         * ext/xine/xineaudiosink.c:
15530         * ext/xine/xineinput.c:
15531         * gst/chart/gstchart.c:
15532         * gst/equalizer/gstiirequalizer.c:
15533         * gst/games/gstpuzzle.c:
15534         * gst/librfb/gstrfbsrc.c:
15535         * gst/mixmatrix/mixmatrix.c:
15536         * gst/nsf/gstnsf.h:
15537         * gst/vbidec/gstvbidec.c:
15538         * gst/virtualdub/gstxsharpen.c:
15539           More G_OBJECT macro fixing.
15540
15541 2006-09-15  Edgard Lima <edgard.lima@indt.org.br>
15542
15543         * sys/v4l2/gstv4l2src.c:
15544         * sys/v4l2/gstv4l2src.h:
15545         * sys/v4l2/gstv4l2xoverlay.c:
15546         * sys/v4l2/v4l2_calls.c:
15547         * sys/v4l2/v4l2src_calls.c:
15548         * tests/icles/v4l2src-test.c:
15549         The test application and the plgind error messages has been improved.
15550         
15551 2006-09-12  Stefan Kost  <ensonic@users.sf.net>
15552
15553         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
15554         (gst_spectrum_start), (gst_spectrum_stop), (gst_spectrum_event):
15555           Implements stop() to clear the adapter and event() to clear the
15556           adapter on FLUSH_STOP and EOS.
15557
15558 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
15559
15560         * gst/spectrum/gstspectrum.c: (gst_spectrum_init),
15561         (gst_spectrum_set_property):
15562         * gst/spectrum/gstspectrum.h:
15563           Fix type mixup in spectrum->interval (gdouble<->guint64). Spotted by
15564           René Stadler
15565
15566 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
15567
15568         * gst/spectrum/demo-osssrc.c: (draw_spectrum), (main):
15569           Use more defines
15570
15571         * gst/spectrum/gstspectrum.c: (gst_spectrum_init),
15572         (gst_spectrum_dispose), (gst_spectrum_set_caps),
15573         (gst_spectrum_transform_ip):
15574         * gst/spectrum/gstspectrum.h:
15575           Apply some of the spectrum cleanup changes suggested in #348085.
15576
15577 2006-09-08  Tim-Philipp Müller  <tim at centricular dot net>
15578
15579         * configure.ac:
15580           Bump requirements of -base (videocrop test case needs this).
15581
15582         * gst/videocrop/gstvideocrop.c:
15583           Document sloppy handling of subsampled chroma planes if
15584           left/top cropping is an odd number.
15585
15586         * tests/check/elements/videocrop.c: (handoff_cb),
15587         (videocrop_test_cropping_init_context),
15588         (videocrop_test_cropping_deinit_context),
15589         (videocrop_test_cropping), (check_1x1_buffer), (GST_START_TEST),
15590         (videocrop_suite), (main):
15591           Add another unit test that crops the input to 1x1 (and checks
15592           that that pixel has the expected values in a number of formats).
15593
15594 2006-09-08  Tim-Philipp Müller  <tim at centricular dot net>
15595
15596         * gst/videocrop/Makefile.am:
15597         * gst/videocrop/gstvideocrop.c: (gst_video_crop_class_init),
15598         (gst_video_crop_transform_packed),
15599         (gst_video_crop_transform_planar):
15600           Some quick tests indicate that it doesn't make a great deal
15601           of sense to use liboil here, at least not for the memcpy()s
15602           we do, so remove liboil usage until there is clear evidence
15603           it actually makes a positive difference somewhere.
15604
15605 2006-09-03  Tim-Philipp Müller  <tim at centricular dot net>
15606
15607         * tests/check/elements/videocrop.c: (handoff_cb),
15608         (buffer_probe_cb), (test_caps_transform), (test_passthrough),
15609         (notgst_value_list_get_nth_int), (videocrop_suite):
15610           More tests: check passthrough mode and caps transform in
15611           both directions with fixed values, ranges and lists.
15612
15613 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
15614
15615         * docs/plugins/Makefile.am:
15616         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
15617         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
15618         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
15619           Add videocrop to docs.
15620
15621         * gst/videocrop/Makefile.am:
15622         * gst/videocrop/gstvideocrop.c:
15623         * gst/videocrop/gstvideocrop.h:
15624           Move boilerplate stuff and structures into a header file.
15625
15626         * tests/check/Makefile.am:
15627         * tests/check/elements/.cvsignore:
15628         * tests/check/elements/videocrop.c: (video_crop_get_test_caps),
15629         (test_unit_sizes), (videocrop_test_cropping_init_context),
15630         (videocrop_test_cropping_deinit_context),
15631         (videocrop_test_cropping), (test_cropping), (videocrop_suite):
15632           Add unit tests for videocrop.
15633
15634 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
15635
15636         * configure.ac:
15637         * gst/videocrop/Makefile.am:
15638         * gst/videocrop/gstvideocrop.c: (gst_video_crop_base_init),
15639         (gst_video_crop_class_init), (gst_video_crop_init),
15640         (gst_video_crop_get_image_details_from_caps),
15641         (gst_video_crop_get_unit_size), (gst_video_crop_transform_packed),
15642         (gst_video_crop_transform_planar), (gst_video_crop_transform),
15643         (gst_video_crop_transform_dimension),
15644         (gst_video_crop_transform_dimension_value),
15645         (gst_video_crop_transform_caps), (gst_video_crop_set_caps),
15646         (gst_video_crop_set_property), (gst_video_crop_get_property),
15647         (plugin_init):
15648           Port/rewrite videocrop from scratch for GStreamer-0.10, and make
15649           it support all formats videoscale supports (#345653).
15650
15651 2006-09-02  Stefan Kost  <ensonic@users.sf.net>
15652
15653         * sys/v4l2/gstv4l2.c:
15654         * sys/v4l2/gstv4l2colorbalance.c:
15655         * sys/v4l2/gstv4l2object.c:
15656         (gst_v4l2_object_install_properties_helper):
15657         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
15658         * sys/v4l2/gstv4l2src.h:
15659           Whitespace cleanups, dashify property-names.
15660
15661 2006-09-02  Stefan Kost  <ensonic@users.sf.net>
15662
15663         * sys/v4l2/gstv4l2.c:
15664         * sys/v4l2/gstv4l2colorbalance.c:
15665         * sys/v4l2/gstv4l2colorbalance.h:
15666         * sys/v4l2/gstv4l2object.c:
15667         * sys/v4l2/gstv4l2object.h:
15668         * sys/v4l2/gstv4l2src.c:
15669         * sys/v4l2/gstv4l2src.h:
15670         * sys/v4l2/gstv4l2tuner.c:
15671         * sys/v4l2/gstv4l2tuner.h:
15672         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open):
15673         * sys/v4l2/gstv4l2xoverlay.h:
15674         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
15675         (gst_v4l2_open):
15676         * sys/v4l2/v4l2_calls.h:
15677         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_queue_frame),
15678         (gst_v4l2src_capture_init):
15679         * sys/v4l2/v4l2src_calls.h:
15680           Cleanup error messages and unify header comments
15681
15682 2006-08-31  Jan Schmidt  <thaytan@mad.scientist.com>
15683
15684         * gst/nsf/Makefile.am:
15685         Add missing GST_LIBS
15686
15687 2006-08-30  Edgard Lima <edgard.lima@indt.org.br>
15688
15689         * sys/v4l2/gstv4l2src.c:
15690         Another small fix to set_caps function (sucks copy/paste error).
15691         
15692 2006-08-30  Edgard Lima <edgard.lima@indt.org.br>
15693
15694         * sys/v4l2/gstv4l2src.c:
15695         Send new_segment in GST_FORMAT_TIME instead of in GST_FORMAT_BYTES.
15696
15697 2006-08-30  Edgard Lima <edgard.lima@indt.org.br>
15698
15699         * sys/v4l2/gstv4l2src.c:
15700         A small fix to set_caps function.
15701
15702 2006-08-30  Edward Hervey  <edward@fluendo.com>
15703
15704         * gst/qtdemux/qtdemux.c:
15705         (gst_qtdemux_do_seek):
15706         Reset each streams last_flow to GST_FLOW_OK.
15707         (gst_qtdemux_activate_segment):
15708         Removing mystic modifications for good.
15709
15710 2006-08-30  Stefan Kost  <ensonic@users.sf.net>
15711
15712         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
15713         (qtdemux_parse_tree):
15714           put back 'segment start<=stop' change that was mystically reverted by
15715           the last commit
15716
15717 2006-08-30  Stefan Kost  <ensonic@users.sf.net>
15718
15719         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
15720         (qtdemux_parse_tree):
15721         Fix the build for disabled debug
15722
15723 2006-08-29  Edgard Lima <edgard.lima@indt.org.br>
15724
15725         * sys/v4l2/gstv4l2src.c:
15726         * sys/v4l2/v4l2src_calls.c:
15727         * sys/v4l2/v4l2src_calls.h:
15728         Fixed framerate negotiation.
15729         
15730 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
15731
15732         Patch by: Andrew Andkjar  <enki at goodship net>
15733
15734         * ext/sdl/sdlaudiosink.c: (gst_sdlaudio_sink_close):
15735         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_supported),
15736         (gst_sdlvideosink_deinitsdl):
15737           Only de-init the subsystem we previously initialised. Avoids
15738           borkage when both sdlvideosink and sdlaudiosink are used
15739           at the same time and one is shut down.
15740
15741 2006-08-28  Wim Taymans  <wim@fluendo.com>
15742
15743         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
15744         (gst_qtdemux_add_stream), (qtdemux_parse_trak),
15745         (qtdemux_video_caps):
15746         Make sure segment start<=stop in weird quicktime files.
15747
15748 2006-08-28  Stefan Kost  <ensonic@users.sf.net>
15749
15750         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
15751           add comments and more debug logging
15752
15753 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
15754
15755         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
15756
15757         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_post_tags),
15758         (gst_wavpack_dec_chain):
15759           Post audio codec and average bitrate tags on bus (#344472).
15760
15761         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init),
15762         (gst_wavpack_parse_src_query):
15763           Forward queries in other formats (BYTE format in particular)
15764           upstream; add Sebastian to authors.
15765
15766 2006-08-23  Edgard Lima <edgard.lima@indt.org.br>
15767
15768         * sys/v4l2/gstv4l2src.c:
15769         * sys/v4l2/v4l2src_calls.c:
15770         * sys/v4l2/v4l2src_calls.h:
15771         Fix set_caps to set width and height to the values the driver is
15772         really working with.
15773
15774 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
15775
15776         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_push_block):
15777           Fix mem leak, send newsegment event on correction pad
15778           as well (#352476).
15779
15780         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init):
15781           Restore original author (on Sebastian's request).
15782
15783         * tests/check/Makefile.am:
15784         * tests/check/gst-plugins-bad.supp:
15785           Add (so far empty) suppression file for -bad. Remove
15786           wavpackenc test from VALGRIND_TO_FIX now that the leak
15787           is fixed.
15788
15789 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
15790
15791         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
15792
15793         * tests/check/Makefile.am:
15794         * tests/check/elements/.cvsignore:
15795         * tests/check/elements/wavpackdec.c: (setup_wavpackdec),
15796         (cleanup_wavpackdec), (GST_START_TEST), (wavpackdec_suite), (main):
15797         * tests/check/elements/wavpackenc.c: (setup_wavpackenc),
15798         (cleanup_wavpackenc), (GST_START_TEST), (wavpackenc_suite), (main):
15799         * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad),
15800         (setup_wavpackparse), (cleanup_wavpackparse), (GST_START_TEST),
15801         (wavpackparse_suite), (main):
15802           Add unit tests for wavpack elements (#352476).
15803
15804 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
15805
15806         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
15807
15808         * docs/plugins/Makefile.am:
15809         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
15810         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
15811         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
15812         * docs/plugins/inspect/plugin-wavpack.xml:
15813         * ext/wavpack/gstwavpackdec.c:
15814         * ext/wavpack/gstwavpackdec.h:
15815         * ext/wavpack/gstwavpackenc.c:
15816         * ext/wavpack/gstwavpackenc.h:
15817         * ext/wavpack/gstwavpackparse.c:
15818         * ext/wavpack/gstwavpackparse.h:
15819           Add docs for wavpack elements (#352476).
15820
15821 2006-08-22  Edgard Lima <edgard.lima@indt.org.br>
15822
15823         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_size_limits)
15824         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fixate)
15825         Fixed query size to work with drivers that uses intermediate step
15826         like "width * height" to find closest size.
15827         
15828 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
15829
15830         * configure.ac:
15831         * docs/plugins/Makefile.am:
15832         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
15833         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
15834         * gst/gdp/Makefile.am:
15835         * gst/gdp/gstgdp.c:
15836         * gst/gdp/gstgdpdepay.c:
15837         * gst/gdp/gstgdpdepay.h:
15838         * gst/gdp/gstgdppay.c:
15839         * gst/gdp/gstgdppay.h:
15840         * tests/check/Makefile.am:
15841         * tests/check/elements/gdpdepay.c:
15842         * tests/check/elements/gdppay.c:
15843           move gdp plugin to good.
15844
15845 2006-08-21  Wim Taymans  <wim@fluendo.com>
15846
15847         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
15848         (qtdemux_node_dump_foreach), (qtdemux_parse_trak),
15849         (qtdemux_video_caps), (qtdemux_audio_caps):
15850         Some more constification.
15851         Fix some paletted data formats again.
15852         Fix ulaw/alaw in qt.
15853         Set correct caps for raw RGB.
15854         Add support for yuv2, which is like Yuv2.
15855         Add support for raw audio with the NONE fourcc, which is like raw.
15856
15857 2006-08-21  Wim Taymans  <wim@fluendo.com>
15858
15859         * ext/gsm/gstgsm.c: (plugin_init):
15860         Make rank PRIMARY now that GSM seems to work fine.
15861
15862 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
15863
15864         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_init),
15865         (gst_wavpack_enc_finalize), (gst_wavpack_enc_sink_set_caps),
15866         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_format_samples),
15867         (gst_wavpack_enc_push_block), (gst_wavpack_enc_chain),
15868         (gst_wavpack_enc_rewrite_first_block),
15869         (gst_wavpack_enc_sink_event), (gst_wavpack_enc_change_state),
15870         (gst_wavpack_enc_set_property), (gst_wavpack_enc_get_property):
15871         * ext/wavpack/gstwavpackenc.h:
15872         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
15873         (gst_wavpack_parse_src_query), (gst_wavpack_parse_src_event),
15874         (gst_wavpack_parse_init), (gst_wavpack_parse_get_upstream_length),
15875         (gst_wavpack_parse_loop):
15876           More clean-ups: use shorter variable names to make code easier to
15877           read; prefix structures we define with 'Gst' to make it clearer
15878           where they come from.
15879
15880 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
15881
15882         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_init),
15883         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
15884         (gst_wavpack_enc_chain), (gst_wavpack_enc_rewrite_first_block),
15885         (gst_wavpack_enc_sink_event):
15886           Fix caps set on buffers and template caps (output is framed)
15887           and make them match (#351663); use GST_WARNING_OBJECT instead of
15888           GST_ELEMENT_WARNING; simplify push_block(); do some small
15889           clean-ups here and there; fix memleak (#351663).
15890
15891 2006-08-18  Tim-Philipp Müller  <tim at centricular dot net>
15892
15893         Based on patch by: Sebastian Dröge <slomo at circular-chaos.org>
15894
15895         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_sink_event),
15896         (gst_wavpack_parse_get_upstream_length),
15897         (gst_wavpack_parse_find_marker), (gst_wavpack_parse_resync_loop),
15898         (gst_wavpack_parse_loop), (gst_wavpack_parse_resync_adapter):
15899           Fix resyncing in push mode not stopping re-syncing at embedded
15900           zeroes; skip garbage between frames in pull mode as well if
15901           necessary; use gst_pad_query_peer_duration(); push EOS and
15902           NEWSEGMENT event in right direction (#351659).
15903
15904 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
15905
15906         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
15907
15908         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_class_init):
15909         * ext/wavpack/gstwavpackparse.c:
15910         (gst_wavpack_parse_resync_adapter), (gst_wavpack_parse_chain):
15911           In push mode, re-sync to next wavpack header if sync is lost
15912           (#351557). Also use hyphens instead of underscores in
15913           GObject property names.
15914
15915 2006-08-15  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/gstwavpackparse.c: (gst_wavpack_parse_class_init),
15920         (gst_wavpack_parse_reset), (gst_wavpack_parse_get_src_query_types),
15921         (gst_wavpack_parse_src_query),
15922         (gst_wavpack_parse_handle_seek_event),
15923         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_init),
15924         (gst_wavpack_parse_create_src_pad),
15925         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop),
15926         (gst_wavpack_parse_chain), (gst_wavpack_parse_sink_activate),
15927         (gst_wavpack_parse_sink_activate_pull):
15928         * ext/wavpack/gstwavpackparse.h:
15929           Make wavpackparse also work in push-mode (not seekable yet though);
15930           some small clean-ups along the way; add support for SEEKING query
15931           and query types function. (#351495).
15932
15933 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
15934
15935         * ext/libfame/gstlibfame.c: (gst_fameenc_get_property):
15936         * sys/glsink/glimagesink.c: (gst_glimage_sink_get_property):
15937           Fix leaks (#351502).
15938
15939 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
15940
15941         * gst/qtdemux/qtdemux.c: (qtdemux_redirects_sort_func),
15942         (qtdemux_process_redirects), (qtdemux_parse_tree):
15943           Extract all references/redirections if there is more
15944           than one and sort them; also extract minimum required
15945           bitrate information if available. (#350399)
15946           
15947 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
15948
15949         Patch by: Michal Benes  <michal.benes at itonis tv>
15950
15951         * ext/faac/gstfaac.c: (gst_faac_configure_source_pad):
15952           Bitrate in the faac structure is per output channel,
15953           not total bitrate (#350741).
15954
15955 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
15956
15957         * ext/xvid/gstxvidenc.c: (gst_xvidenc_chain):
15958           Fix GST_ELEMENT_ERROR usage.
15959
15960 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
15961
15962         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
15963           Fix silly typo.
15964
15965 2006-08-08  Edward Hervey  <edward@fluendo.com>
15966
15967         * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
15968         I forgot to include the file containing the #define :)
15969         Now includes "config.h"
15970
15971 2006-08-08  Edward Hervey  <edward@fluendo.com>
15972
15973         * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
15974         Ignore test known to fail on PPC64. See #348114.
15975
15976 2006-08-04  Edgard Lima <edgard.lima@indt.org.br>
15977
15978         Patch by: Rosfran Borges <rosfran dot borges at indt dot org dot
15979         br>
15980
15981         * ext/neon/gstneonhttpsrc.c:
15982         * ext/neon/gstneonhttpsrc.h:
15983         Allow HTTP redirect (HTTP status code 302).
15984
15985 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15986
15987         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
15988         Fix event parsing by gdpdepay.  Fixes #349916.
15989
15990 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
15991
15992         Patch by: Thadeu Lima de Souza Cascardo <cascardo at holoscopio dot
15993         com>
15994
15995         * ext/Makefile.am:
15996           Use right variables when USE_SPC is defined.
15997
15998 2006-08-02  Wim Taymans  <wim@fluendo.com>
15999
16000         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_init),
16001         (gst_gdp_depay_finalize), (gst_gdp_depay_sink_event),
16002         (gst_gdp_depay_src_event), (gst_gdp_depay_chain),
16003         (gst_gdp_depay_change_state):
16004         Disable seeking.
16005         Small cleanups.
16006         Clear adapter on disconts.
16007         Clear caps when going to READY instead of NULL
16008
16009         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init),
16010         (gst_gdp_pay_init), (gst_gdp_pay_finalize), (gst_gdp_pay_reset),
16011         (gst_gdp_buffer_from_caps), (gst_gdp_pay_buffer_from_buffer),
16012         (gst_gdp_buffer_from_event), (gst_gdp_pay_reset_streamheader),
16013         (gst_gdp_queue_buffer), (gst_gdp_pay_chain),
16014         (gst_gdp_pay_sink_event), (gst_gdp_pay_src_event),
16015         (gst_gdp_pay_change_state):
16016         * gst/gdp/gstgdppay.h:
16017         Reset payloader when going to READY.
16018         Fix leaked buffers in ->queue on push errors.
16019         Disable seeking.
16020         Code cleanups.
16021         Create packetizer in _init, free in _finalize.
16022
16023 2006-07-31  Julien MOUTTE  <julien@moutte.net>
16024
16025         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_change_state),
16026         (gst_dfbvideosink_buffer_alloc): Post an error message.
16027
16028 2006-07-31  Julien MOUTTE  <julien@moutte.net>
16029
16030         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_change_state),
16031         (gst_dfbvideosink_buffer_alloc): Don't try allocating if we are not
16032         setup yet. Fail changing state if setup fails.
16033
16034 2006-07-31  Wim Taymans  <wim@fluendo.com>
16035
16036         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_init),
16037         (gst_gdp_depay_sink_event), (gst_gdp_depay_chain):
16038         Consume all events except EOS because we generate events from
16039         the gdp payload instead. Fixes #349204
16040
16041 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
16042
16043         * ext/xvid/gstxviddec.c: (gst_xviddec_init), (gst_xviddec_reset),
16044         (gst_xviddec_unset), (gst_xviddec_handle_sink_event),
16045         (gst_xviddec_setup), (gst_xviddec_negotiate), (gst_xviddec_chain),
16046         (gst_xviddec_flush_buffers), (gst_xviddec_src_getcaps),
16047         (gst_xviddec_setcaps), (gst_xviddec_change_state):
16048         * ext/xvid/gstxviddec.h:
16049           Clean-ups and code reflows. Pass return value from
16050           gst_pad_alloc_buffer() upstream among other things. Also check
16051           for NULL GValue before using GST_VALUE_TYPE macro (#348976).
16052           Mass rename of xviddec -> dec variable for better
16053           code readability.
16054
16055 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
16056
16057         * ext/xvid/gstxvid.c: (gst_xvid_image_fill):
16058           Fix size calculation for I420/YV12. Fixes #348976.
16059
16060 2006-07-27  Wim Taymans  <wim@fluendo.com>
16061
16062         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init),
16063         (gst_gsmdec_sink_setcaps), (gst_gsmdec_sink_event):
16064         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_setcaps):
16065         Fix negotiation.
16066
16067 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16068
16069         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_init):
16070           proxying get/set caps is the wrong thing to do, since we really
16071           do change caps quite fundamentally
16072         * tests/check/elements/gdpdepay.c:
16073         * tests/check/elements/gdppay.c:
16074           remove declaration of buffers, it's already done in gstcheck.h
16075
16076 2006-07-24  Sebastien Moutte  <sebastien@moutte.net>
16077
16078         * sys/directsound/gstdirectsoundsink.h:
16079         * sys/directsound/gstdirectsoundsink.c:
16080         Add an attenuation property that will directly attenuate the 
16081         directsound buffer.
16082         Change the size of the directsound secondary buffer to a half second.
16083         Add more debug logs.
16084         Add a lock to protect dsound buffer write access.
16085         Fix a bad implementation of reset.
16086         * sys/directsound/gstdirectdrawsink.c:
16087         * sys/directsound/gstdirectdrawsink.h:
16088         Add a keep_aspect_ratio property.
16089         Do not use overlay if not supported.
16090         Add more debug logs.
16091         Remove overwrite of WM_ERASEBKGND message handling. It was not
16092         redrawing border when keep_aspect_ratio was enabled.
16093         * win32/common/config.h:
16094         update version waiting an auto-generated config.h
16095
16096 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
16097
16098         Patch by: Chris Lee  <clee at kde org>
16099
16100         * configure.ac:
16101         * ext/Makefile.am:
16102         * ext/spc/Makefile.am:
16103         * ext/spc/gstspc.c: (spc_negotiate), (gst_spc_dec_base_init),
16104         (gst_spc_dec_class_init), (gst_spc_dec_init), (gst_spc_dec_chain),
16105         (gst_spc_dec_sink_event), (gst_spc_dec_src_event),
16106         (gst_spc_dec_src_query), (spc_play), (spc_setup),
16107         (gst_spc_dec_change_state), (plugin_init):
16108         * ext/spc/gstspc.h:
16109           Add libopenspc-based SPC decoder element (#348220).
16110
16111 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
16112
16113         Patch by: Martin Szulecki
16114
16115         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_get_property_helper):
16116           If "device-name" is requested and the device is not
16117           open, try to temporarily open it to obtain this
16118           information (#342494).
16119
16120 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
16121
16122         * gst/nsf/nsf.c: (nsf_load):
16123           Really fix compilation. Apparently it's not enough to
16124           just check the return value for errors, but we need to
16125           check for short reads as well (now if only we handled
16126           them too ...). Fixes #347935.
16127
16128 2006-07-18  Tim-Philipp Müller  <tim at centricular dot net>
16129
16130         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
16131           Fix caps after previous change to byte order endianness.
16132
16133         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
16134         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_init),
16135         (gst_wavpack_parse_loop):
16136         * ext/wavpack/gstwavpackparse.h:
16137           Queue incoming events if there's no source pad yet and
16138           send them downstream later when the pad is there.
16139
16140 2006-07-18  Tim-Philipp Müller  <tim at centricular dot net>
16141
16142         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_init),
16143         (gst_wavpack_dec_format_samples),
16144         (gst_wavpack_dec_clip_outgoing_buffer), (gst_wavpack_dec_chain),
16145         (gst_wavpack_dec_change_state):
16146         * ext/wavpack/gstwavpackdec.h:
16147           Output audio in native byte order (which is also how we get
16148           samples from wavpack); output samples with 21-24 bit depth
16149           with 32 bit width (makes things easier for us).
16150
16151 2006-07-18  Tim-Philipp Müller  <tim at centricular dot net>
16152
16153         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init),
16154         (gst_wavpack_dec_class_init), (gst_wavpack_dec_init),
16155         (gst_wavpack_dec_finalize), (gst_wavpack_dec_format_samples),
16156         (gst_wavpack_dec_clip_outgoing_buffer), (gst_wavpack_dec_chain),
16157         (gst_wavpack_dec_sink_event), (gst_wavpack_dec_change_state):
16158         * ext/wavpack/gstwavpackdec.h:
16159           More clean-ups: remove most of the disfunctional correction
16160           pad stuff for now, if it ever gets implemented a lot of stuff
16161           will have to be rewritten anyway; redo chain function, move
16162           errors to end, error out instead of g_assert()ing. Also rename
16163           overly long variable 'wavpackdec' to just 'dec'; miscellaneous
16164           other small stuff.
16165
16166 2006-07-18  Tim-Philipp Müller  <tim at centricular dot net>
16167
16168         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
16169
16170         * configure.ac:
16171           Check for wavpack version and define WAVPACK_OLD_API if
16172           necessary.
16173
16174         * ext/wavpack/Makefile.am:
16175         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_read_header),
16176         (gst_wavpack_read_metadata):
16177         * ext/wavpack/gstwavpackcommon.h:
16178         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init),
16179         (gst_wavpack_dec_class_init), (gst_wavpack_dec_init),
16180         (gst_wavpack_dec_finalize), (gst_wavpack_dec_format_samples),
16181         (gst_wavpack_dec_clip_outgoing_buffer), (gst_wavpack_dec_chain),
16182         (gst_wavpack_dec_sink_event), (gst_wavpack_dec_change_state),
16183         (gst_wavpack_dec_request_new_pad), (gst_wavpack_dec_plugin_init):
16184         * ext/wavpack/gstwavpackdec.h:
16185         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_class_init),
16186         (gst_wavpack_enc_init), (gst_wavpack_enc_finalize),
16187         (gst_wavpack_enc_set_wp_config):
16188         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init),
16189         (gst_wavpack_parse_finalize), (gst_wavpack_parse_class_init),
16190         (gst_wavpack_parse_index_get_entry_from_sample),
16191         (gst_wavpack_parse_scan_to_find_sample),
16192         (gst_wavpack_parse_handle_seek_event),
16193         (gst_wavpack_parse_create_src_pad):
16194         * ext/wavpack/gstwavpackstreamreader.c:
16195         * ext/wavpack/gstwavpackstreamreader.h:
16196           Port to new/official wavpack API, don't use API that was exported
16197           in wavpack header files and in the lib but meant to be private, at
16198           least not for recent wavpack versions; misc. 'cleanups' (#347443).
16199
16200 2006-07-18  Wim Taymans  <wim@fluendo.com>
16201
16202         * gst/nsf/nsf.c: (nsf_load):
16203         Fix compilation by not ignoring return values of fread.
16204
16205 2006-07-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16206
16207         * docs/plugins/inspect/plugin-alsaspdif.xml:
16208         * docs/plugins/inspect/plugin-filter.xml:
16209         * docs/plugins/inspect/plugin-h264parse.xml:
16210         * docs/plugins/inspect/plugin-musepack.xml:
16211         * docs/plugins/inspect/plugin-nsfdec.xml:
16212         * docs/plugins/inspect/plugin-sdl.xml:
16213         * docs/plugins/inspect/plugin-spectrum.xml:
16214           adding more inspect docs
16215
16216 2006-07-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16217
16218         * docs/plugins/inspect/plugin-gdp.xml:
16219           actually commit inspectation of gdp element
16220
16221 2006-07-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16222
16223         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_class_init):
16224         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init),
16225           remove parent_class setting, BOILERPLATE does this
16226         (gst_gdp_pay_reset_streamheader):
16227           fix typo in comment
16228
16229 2006-07-17  Wim Taymans  <wim@fluendo.com>
16230
16231         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
16232         (gst_qtdemux_prepare_current_sample),
16233         (gst_qtdemux_loop_state_movie):
16234         Store duration in uint64 too instead of clipping.
16235         When we do a keyframe seek and the requested time is at the
16236         keyframe, don't seek back to the beginning of the keyframe.
16237         Fixes #347439.
16238
16239 2006-07-16  Wim Taymans  <wim@fluendo.com>
16240
16241         * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_sync):
16242         Don't crash on small buffers.
16243
16244 2006-07-15  Stefan Kost  <ensonic@users.sf.net>
16245
16246         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_sink_activate):
16247         Reset adapter.
16248
16249 2006-07-15  Stefan Kost  <ensonic@users.sf.net>
16250
16251         * gst/spectrum/demo-audiotest.c: (main):
16252         * gst/spectrum/demo-osssrc.c: (main):
16253         Do not use deprecated gtk functions.
16254
16255 2006-07-14  Wim Taymans  <wim@fluendo.com>
16256
16257         * gst/nsf/Makefile.am:
16258         * gst/nsf/memguard.c:
16259         * gst/nsf/memguard.h:
16260         * gst/nsf/types.h:
16261         Remove crack malloc/free replacement.
16262
16263 2006-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16264
16265         * docs/plugins/Makefile.am:
16266         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
16267         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
16268           add more plugins and elements to docs
16269         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
16270           fix segfaults due to wrong g_free
16271           add example
16272         * gst/gdp/gstgdppay.c:
16273           add example
16274
16275 2006-07-13  Wim Taymans  <wim@fluendo.com>
16276
16277         * gst/nsf/Makefile.am:
16278         Fix build.
16279
16280 2006-07-13  Wim Taymans  <wim@fluendo.com>
16281
16282         Based on patches by: Johan Dahlin <johan at gnome dot org>
16283                 Ronald Bultje <rbultje at ronald dot bitfreak dot net>
16284
16285         * configure.ac:
16286         * gst/nsf/Makefile.am:
16287         * gst/nsf/dis6502.h:
16288         * gst/nsf/fds_snd.c:
16289         * gst/nsf/fds_snd.h:
16290         * gst/nsf/fmopl.c:
16291         * gst/nsf/fmopl.h:
16292         * gst/nsf/gstnsf.c:
16293         * gst/nsf/gstnsf.h:
16294         * gst/nsf/log.c:
16295         * gst/nsf/log.h:
16296         * gst/nsf/memguard.c:
16297         * gst/nsf/memguard.h:
16298         * gst/nsf/mmc5_snd.c:
16299         * gst/nsf/mmc5_snd.h:
16300         * gst/nsf/nes6502.c:
16301         * gst/nsf/nes6502.h:
16302         * gst/nsf/nes_apu.c:
16303         * gst/nsf/nes_apu.h:
16304         * gst/nsf/nsf.c:
16305         * gst/nsf/nsf.h:
16306         * gst/nsf/osd.h:
16307         * gst/nsf/types.h:
16308         * gst/nsf/vrc7_snd.c:
16309         * gst/nsf/vrc7_snd.h:
16310         * gst/nsf/vrcvisnd.c:
16311         * gst/nsf/vrcvisnd.h:
16312         Added NSF decoder plugin. Fixes 151192. 
16313
16314 2006-07-13  Tim-Philipp Müller  <tim at centricular dot net>
16315
16316         * tests/check/Makefile.am:
16317           Only run mpeg2enc unit test if we built the mpeg2enc plugin.
16318
16319 2006-07-13  Tim-Philipp Müller  <tim at centricular dot net>
16320
16321         * configure.ac:
16322           Don't error out in configure if mjpegtools dev is not there.
16323
16324 2006-07-13  Tim-Philipp Müller  <tim at centricular dot net>
16325
16326         Patch by: Mark Nauwelaerts <manauw at skynet be>
16327
16328         * configure.ac:
16329         * ext/Makefile.am:
16330         * ext/mpeg2enc/Makefile.am:
16331         * ext/mpeg2enc/gstmpeg2enc.cc:
16332         * ext/mpeg2enc/gstmpeg2enc.hh:
16333         * ext/mpeg2enc/gstmpeg2encoder.cc:
16334         * ext/mpeg2enc/gstmpeg2encoder.hh:
16335         * ext/mpeg2enc/gstmpeg2encoptions.cc:
16336         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
16337         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
16338         * ext/mpeg2enc/gstmpeg2encstreamwriter.cc:
16339         * ext/mpeg2enc/gstmpeg2encstreamwriter.hh:
16340           Port mpeg2enc to 0.10 (#343184).
16341
16342         * tests/check/Makefile.am:
16343         * tests/check/elements/.cvsignore:
16344         * tests/check/elements/mpeg2enc.c:
16345           Add unit test for mpeg2enc.
16346
16347         * tests/icles/.cvsignore:
16348           Ignore pitch-test.
16349
16350 2006-07-12  Tim-Philipp Müller  <tim at centricular dot net>
16351
16352         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init):
16353           Fix typo in property nick.
16354
16355 2006-07-10  Wim Taymans  <wim@fluendo.com>
16356
16357         * gst/filter/gstbpwsinc.h:
16358         * gst/filter/gstiir.h:
16359         * gst/filter/gstlpwsinc.h:
16360         Don't forget new files.
16361
16362 2006-07-10  Wim Taymans  <wim@fluendo.com>
16363
16364         Patch by: Mathis Hofer <mathis dot hofer at dreamlab dot net>
16365
16366         * configure.ac:
16367         * gst/filter/Makefile.am:
16368         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_dispose),
16369         (gst_bpwsinc_base_init), (gst_bpwsinc_class_init),
16370         (gst_bpwsinc_init), (bpwsinc_set_caps), (bpwsinc_transform_ip),
16371         (bpwsinc_set_property), (bpwsinc_get_property):
16372         * gst/filter/gstfilter.c: (plugin_init):
16373         * gst/filter/gstfilter.h:
16374         * gst/filter/gstiir.c: (gst_iir_dispose), (gst_iir_base_init),
16375         (gst_iir_class_init), (gst_iir_init), (iir_set_caps),
16376         (iir_transform_ip), (iir_set_property), (iir_get_property):
16377         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_dispose),
16378         (gst_lpwsinc_base_init), (gst_lpwsinc_class_init),
16379         (gst_lpwsinc_init), (lpwsinc_set_caps), (lpwsinc_transform_ip),
16380         (lpwsinc_set_property), (lpwsinc_get_property):
16381         Ported the gstfilter plugin to GStreamer 0.10.
16382         Fixes #346853.
16383
16384 2006-07-10  Wim Taymans  <wim@fluendo.com>
16385
16386         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta):
16387           Extract comment information!!
16388
16389 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
16390
16391         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
16392         (qtdemux_tag_add_date):
16393           Extract year/date information (fixes #347079).
16394
16395 2006-07-07  Wim Taymans  <wim@fluendo.com>
16396
16397         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
16398         Don't crash on twos/sowt/raw audio. #345830.
16399
16400 2006-07-07  Wim Taymans  <wim@fluendo.com>
16401
16402         Patch by: Lutz Mueller <lutz at topfrose dot de>
16403
16404         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
16405         (gst_neonhttp_src_init), (gst_neonhttp_src_finalize),
16406         (request_dispatch), (gst_neonhttp_src_create),
16407         (gst_neonhttp_src_start), (gst_neonhttp_src_get_size),
16408         (gst_neonhttp_src_stop), (set_proxy), (set_uri),
16409         (gst_neonhttp_src_set_property), (gst_neonhttp_src_get_property),
16410         (gst_neonhttp_src_uri_set_uri), (size_header_handler):
16411         * ext/neon/gstneonhttpsrc.h:
16412         Remove unlock function. start/stop will do everything needed
16413         Removed code that was never called.
16414         Use gst_pad_alloc_buffer. Don't send EOS - parent class does that for us.
16415         Do not escape path. Fixes #346723.
16416         Additional code cleanups.
16417
16418 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
16419
16420         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16421         (gst_qtdemux_loop_state_header), (qtdemux_video_caps):
16422           Fix silly crasher in state change function; add
16423           IV41 fourcc (see bug #171111); don't output confusing
16424           debug message when skipping atoms.
16425
16426 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
16427
16428         * ext/directfb/dfbvideosink.c:
16429         * ext/gsm/gstgsmdec.c:
16430         * ext/gsm/gstgsmenc.c:
16431         * ext/libmms/gstmms.c:
16432         * ext/neon/gstneonhttpsrc.c:
16433         * ext/theora/theoradec.c:
16434         * gst/freeze/gstfreeze.c:
16435         * gst/gdp/gstgdpdepay.c:
16436         * gst/gdp/gstgdppay.c:
16437         * sys/glsink/glimagesink.c:
16438           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
16439           and fix one GObject boilerplate macro.
16440
16441 2006-06-20  Wim Taymans  <wim@fluendo.com>
16442
16443         * gst/modplug/libmodplug/stdafx.h:
16444         Fix modplug on AMD64. Fixes #345336.
16445
16446 2006-06-19  Tim-Philipp Müller  <tim at centricular dot net>
16447
16448         * configure.ac:
16449           Fix check so that future libneon API changes won't break the build.
16450
16451         * ext/neon/gstneonhttpsrc.c:
16452           Fix build with libneon-0.26.x (#345182).
16453
16454 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
16455
16456         * configure.ac:
16457           Fix --disable-external (can't set conditionals conditionally,
16458           #343602).
16459           
16460 2006-06-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16461
16462         * gst/spectrum/Makefile.am:
16463         Fix build.
16464
16465 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
16466
16467         * gst/spectrum/demo-audiotest.c: (on_window_destroy),
16468         (draw_spectrum), (message_handler), (main):
16469         * gst/spectrum/demo-osssrc.c: (on_window_destroy), (draw_spectrum),
16470         (message_handler), (main):
16471         port to use message to get results, cleanly exit when closing the window
16472         
16473         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
16474         (gst_spectrum_init), (gst_spectrum_dispose),
16475         (gst_spectrum_set_property), (gst_spectrum_get_property),
16476         (gst_spectrum_set_caps), (gst_spectrum_start),
16477         (gst_spectrum_message_new), (gst_spectrum_transform_ip):
16478         * gst/spectrum/gstspectrum.h:
16479         port to derive from basetransform and send results via messages
16480         (like level element)
16481
16482 2006-06-15  Wim Taymans  <wim@fluendo.com>
16483
16484         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
16485         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie),
16486         (gst_qtdemux_loop), (gst_qtdemux_chain), (qtdemux_parse_trak):
16487         Combine return values from src pad pushes.
16488
16489 2006-06-15  Wim Taymans  <wim@fluendo.com>
16490
16491         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header),
16492         (gst_qtdemux_prepare_current_sample), (gst_qtdemux_advance_sample),
16493         (gst_qtdemux_add_stream):
16494         Don't crash on files with 0 samples, EOS immediatly instead.
16495         Fixes #344944.
16496
16497 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
16498
16499         Patch by: Wouter Paesen  <wouter at kangaroot net>
16500
16501         * ext/soundtouch/Makefile.am:
16502         * ext/soundtouch/gstpitch.cc:
16503           Make pitch element controllable via GstController interface
16504           (#344821).
16505           
16506         * configure.ac:
16507           Up core requirements to 0.10.8.1/CVS because earlier
16508           GstControllers can't handle float properties correctly.
16509           Check for GstController CFLAGS and LIBS.
16510
16511         * tests/icles/Makefile.am:
16512         * tests/icles/pitch-test.c: (main):
16513           Add small test program for the above (welcome to the 80s!).
16514
16515 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
16516
16517         Patch by: Sebastian Dröge  <slomo at circular-chaos org>
16518
16519         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init),
16520         (gst_wavpack_enc_class_init), (gst_wavpack_enc_set_wp_config),
16521         (gst_wavpack_enc_chain), (gst_wavpack_enc_sink_event),
16522         (gst_wavpack_enc_set_property), (gst_wavpack_enc_get_property):
16523         * ext/wavpack/gstwavpackenc.h:
16524           Use bitrate property solely for bitrates and add new
16525           bits-per-sample property for the other stuff. Set duration
16526           to 'unknown' in initial header and resend header with proper
16527           duration on EOS; update Sebastian's e-mail address.
16528
16529 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
16530
16531         * examples/directfb/.cvsignore:
16532         * ext/directfb/.cvsignore:
16533           #define red green
16534
16535 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
16536
16537         * gst/spectrum/.cvsignore:
16538           Ignore more.
16539
16540 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
16541
16542         * ext/libmms/gstmms.c: (gst_mms_create):
16543           Set caps on outgoing buffers.
16544
16545         * sys/directdraw/gstdirectdrawsink.c: (gst_directdrawsink_init):
16546           Comment out unused global instance variable.
16547
16548 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
16549
16550         Patch by: Sebastian Dröge  <mail at slomosnail de>
16551
16552         * ext/wavpack/Makefile.am:
16553         * ext/wavpack/gstwavpack.c: (plugin_init):
16554         * ext/wavpack/gstwavpackcommon.h:
16555         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_mode_get_type),
16556         (gst_wavpack_enc_correction_mode_get_type),
16557         (gst_wavpack_enc_joint_stereo_mode_get_type),
16558         (gst_wavpack_enc_base_init), (gst_wavpack_enc_class_init),
16559         (gst_wavpack_enc_init), (gst_wavpack_enc_dispose),
16560         (gst_wavpack_enc_sink_set_caps), (gst_wavpack_enc_set_wp_config),
16561         (gst_wavpack_enc_format_samples), (gst_wavpack_enc_push_block),
16562         (gst_wavpack_enc_chain), (gst_wavpack_enc_rewrite_first_block),
16563         (gst_wavpack_enc_sink_event), (gst_wavpack_enc_change_state),
16564         (gst_wavpack_enc_set_property), (gst_wavpack_enc_get_property),
16565         (gst_wavpack_enc_plugin_init):
16566         * ext/wavpack/gstwavpackenc.h:
16567         * ext/wavpack/md5.c:
16568         * ext/wavpack/md5.h:
16569           Add wavpack encoder element (#343131).
16570
16571 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
16572
16573         * configure.ac:
16574           Check for X before using X_CFLAGS in the check for opengl (#343866).
16575           
16576         * ext/musepack/Makefile.am:
16577         * ext/wavpack/Makefile.am:
16578         * gst/speed/Makefile.am:
16579           Add missing GST_LIBS, fixes build on cygwin (#343866).
16580
16581 2006-06-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16582
16583         * configure.ac:
16584           enable building of GDP elements
16585         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
16586         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init),
16587         (gst_gdp_pay_init), (gst_gdp_buffer_from_caps),
16588         (gst_gdp_pay_buffer_from_buffer), (gst_gdp_buffer_from_event),
16589         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_sink_event),
16590         (gst_gdp_pay_set_property), (gst_gdp_pay_get_property),
16591         (gst_gdp_pay_change_state):
16592         * gst/gdp/gstgdppay.h:
16593           add version 1.0
16594
16595 2006-06-02  Michael Smith  <msmith@fluendo.com>
16596
16597         * ext/theora/theoradec.c: (theora_dec_src_convert),
16598         (theora_handle_type_packet), (theora_handle_422_image),
16599         (theora_handle_444_image), (theora_handle_420_image),
16600         (theora_handle_data_packet):
16601           Theora 4:4:4 pixel format support.
16602
16603 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16604
16605         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init),
16606         (gst_gdp_pay_init), (gst_gdp_buffer_from_caps),
16607         (gst_gdp_pay_buffer_from_buffer), (gst_gdp_buffer_from_event),
16608         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain),
16609         (gst_gdp_pay_sink_event), (gst_gdp_pay_set_property),
16610         (gst_gdp_pay_get_property):
16611           add crc-header and crc-payload properties
16612           don't error out on some things that are recoverable
16613         * tests/check/elements/gdppay.c: (GST_START_TEST), (gdppay_suite):
16614           add test for crc
16615
16616 2006-06-02  Stefan Kost  <ensonic@users.sf.net>
16617
16618         * ext/alsaspdif/alsaspdifsink.h:
16619         * ext/amrwb/gstamrwbdec.h:
16620         * ext/amrwb/gstamrwbenc.h:
16621         * ext/amrwb/gstamrwbparse.h:
16622         * ext/arts/gst_arts.h:
16623         * ext/artsd/gstartsdsink.h:
16624         * ext/audiofile/gstafparse.h:
16625         * ext/audiofile/gstafsink.h:
16626         * ext/audiofile/gstafsrc.h:
16627         * ext/audioresample/gstaudioresample.h:
16628         * ext/bz2/gstbz2dec.h:
16629         * ext/bz2/gstbz2enc.h:
16630         * ext/dirac/gstdiracdec.h:
16631         * ext/directfb/dfbvideosink.h:
16632         * ext/divx/gstdivxdec.h:
16633         * ext/divx/gstdivxenc.h:
16634         * ext/dts/gstdtsdec.h:
16635         * ext/faac/gstfaac.h:
16636         * ext/gsm/gstgsmdec.h:
16637         * ext/gsm/gstgsmenc.h:
16638         * ext/ivorbis/vorbisenc.h:
16639         * ext/libfame/gstlibfame.h:
16640         * ext/nas/nassink.h:
16641         * ext/neon/gstneonhttpsrc.h:
16642         * ext/polyp/polypsink.h:
16643         * ext/sdl/sdlaudiosink.h:
16644         * ext/sdl/sdlvideosink.h:
16645         * ext/shout/gstshout.h:
16646         * ext/snapshot/gstsnapshot.h:
16647         * ext/sndfile/gstsf.h:
16648         * ext/swfdec/gstswfdec.h:
16649         * ext/tarkin/gsttarkindec.h:
16650         * ext/tarkin/gsttarkinenc.h:
16651         * ext/theora/theoradec.h:
16652         * ext/wavpack/gstwavpackdec.h:
16653         * ext/wavpack/gstwavpackparse.h:
16654         * ext/xine/gstxine.h:
16655         * ext/xvid/gstxviddec.h:
16656         * ext/xvid/gstxvidenc.h:
16657         * gst/cdxaparse/gstcdxaparse.h:
16658         * gst/cdxaparse/gstcdxastrip.h:
16659         * gst/colorspace/gstcolorspace.h:
16660         * gst/festival/gstfestival.h:
16661         * gst/freeze/gstfreeze.h:
16662         * gst/gdp/gstgdpdepay.h:
16663         * gst/gdp/gstgdppay.h:
16664         * gst/modplug/gstmodplug.h:
16665         * gst/mpeg1sys/gstmpeg1systemencode.h:
16666         * gst/mpeg1videoparse/gstmp1videoparse.h:
16667         * gst/mpeg2sub/gstmpeg2subt.h:
16668         * gst/mpegaudioparse/gstmpegaudioparse.h:
16669         * gst/multifilesink/gstmultifilesink.h:
16670         * gst/overlay/gstoverlay.h:
16671         * gst/playondemand/gstplayondemand.h:
16672         * gst/qtdemux/qtdemux.h:
16673         * gst/rtjpeg/gstrtjpegdec.h:
16674         * gst/rtjpeg/gstrtjpegenc.h:
16675         * gst/smooth/gstsmooth.h:
16676         * gst/smoothwave/gstsmoothwave.h:
16677         * gst/spectrum/gstspectrum.h:
16678         * gst/speed/gstspeed.h:
16679         * gst/stereo/gststereo.h:
16680         * gst/switch/gstswitch.h:
16681         * gst/tta/gstttadec.h:
16682         * gst/tta/gstttaparse.h:
16683         * gst/videodrop/gstvideodrop.h:
16684         * gst/xingheader/gstxingmux.h:
16685         * sys/directdraw/gstdirectdrawsink.h:
16686         * sys/directsound/gstdirectsoundsink.h:
16687         * sys/dxr3/dxr3audiosink.h:
16688         * sys/dxr3/dxr3spusink.h:
16689         * sys/dxr3/dxr3videosink.h:
16690         * sys/qcam/gstqcamsrc.h:
16691         * sys/vcd/vcdsrc.h:
16692         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
16693
16694 2006-05-31  Edward Hervey  <edward@fluendo.com>
16695
16696         * ext/faad/gstfaad.h:
16697         Forgot to commit the header file too.
16698
16699 2006-05-31  Edward Hervey  <edward@fluendo.com>
16700
16701         * ext/faad/gstfaad.c: (gst_faad_class_init), (gst_faad_init),
16702         (gst_faad_dispose), (gst_faad_sink_event), (clip_outgoing_buffer),
16703         (gst_faad_chain), (gst_faad_change_state):
16704         Added GstSegment to control segments.
16705         Added clipping/dropping of outgoing buffers in order to have accurate
16706         seeking working properly.
16707
16708 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
16709
16710         Patch by: Lutz Müller  <lutz at topfrose de>
16711
16712         * ext/bz2/Makefile.am:
16713         * ext/bz2/gstbz2dec.c: (gst_bz2dec_chain), (gst_bz2dec_init),
16714         (gst_bz2dec_change_state), (gst_bz2dec_class_init):
16715           Use gst_type_find_helper_* functions for typefinding; use
16716           correct caps with gst_pad_alloc_buffer(); add state change
16717           function and reset decoder in it; don't unref buffer if
16718           pad_push fails; use fixed caps on source pad. (#341524).
16719
16720 2006-05-27  Stefan Kost  <ensonic@users.sf.net>
16721
16722         * gst/spectrum/Makefile.am:
16723         * gst/spectrum/demo-audiotest.c: (on_frequency_changed),
16724         (spectrum_chain), (main):
16725         * gst/spectrum/demo-osssrc.c:
16726         added another example
16727         
16728         * sys/v4l2/gstv4l2src.c:
16729         fix typo
16730
16731 2006-05-26  Edward Hervey  <edward@fluendo.com>
16732
16733         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment): 
16734         Clip the outputed NEWSEGMENT stop time to the configured segment stop
16735         time.
16736
16737 2006-05-26  Wim Taymans  <wim@fluendo.com>
16738
16739         * gst/qtdemux/qtdemux.c: (gst_qtdemux_do_seek):
16740         Don't clear the running variable in the seek code.
16741
16742 2006-05-24  Wim Taymans  <wim@fluendo.com>
16743
16744         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_esds):
16745         Detect QCELP in mp4a descriptors.
16746
16747 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
16748
16749         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak), (plugin_init):
16750           po/POTFILES.in:
16751           Throw an error when the file is encrypted. Move plugin_init stuff
16752           to the end of the file, add stuff for i18n, make debug category
16753           static.
16754
16755 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
16756
16757         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
16758
16759         * configure.ac:
16760         * gst/h264parse/Makefile.am:
16761         * gst/h264parse/gsth264parse.c: (gst_h264_parse_base_init),
16762         (gst_h264_parse_finalize), (gst_h264_parse_class_init),
16763         (gst_h264_parse_init), (gst_h264_parse_chain),
16764         (gst_h264_parse_handle_event), (plugin_init):
16765         * gst/h264parse/gsth264parse.h:
16766           New plugin: h264parse (#340638)
16767
16768 2006-05-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16769
16770         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain),
16771         (gst_gdp_depay_change_state):
16772         * gst/gdp/gstgdpdepay.h:
16773         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset_streamheader),
16774         (gst_gdp_pay_chain), (gst_gdp_pay_sink_event),
16775         (gst_gdp_pay_change_state):
16776         * gst/gdp/gstgdppay.h:
16777           Handle error cases when calling functions
16778           do downwards state change after parent's change_state
16779         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
16780         * tests/check/elements/gdppay.c: (GST_START_TEST):
16781           clean up more
16782
16783 2006-05-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16784
16785         * gst/gdp/Makefile.am:
16786         * gst/gdp/gstgdp.c: (plugin_init):
16787         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_base_init),
16788         (gst_gdp_depay_class_init), (gst_gdp_depay_init),
16789         (gst_gdp_depay_finalize), (gst_gdp_depay_chain),
16790         (gst_gdp_depay_change_state), (gst_gdp_depay_plugin_init):
16791         * gst/gdp/gstgdpdepay.h:
16792         * gst/gdp/gstgdppay.c: (gst_gdp_pay_base_init),
16793         (gst_gdp_pay_class_init), (gst_gdp_pay_init),
16794         (gst_gdp_pay_dispose), (gst_gdp_stamp_buffer),
16795         (gst_gdp_buffer_from_caps), (gst_gdp_pay_buffer_from_buffer),
16796         (gst_gdp_buffer_from_event), (gst_gdp_pay_reset_streamheader),
16797         (gst_gdp_queue_buffer), (gst_gdp_pay_chain),
16798         (gst_gdp_pay_sink_event), (gst_gdp_pay_change_state),
16799         (gst_gdp_pay_plugin_init):
16800         * gst/gdp/gstgdppay.h:
16801         * tests/check/Makefile.am:
16802         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
16803         (cleanup_gdpdepay), (gdpdepay_push_per_byte), (GST_START_TEST),
16804         (setup_gdpdepay_streamheader), (gdpdepay_suite), (main):
16805         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay),
16806         (GST_START_TEST), (setup_gdppay_streamheader), (gdppay_suite),
16807         (main):
16808           adding GDP payloader and depayloader.  Build integration will
16809           follow later when the GDP issues for core are sorted out.
16810
16811 2006-05-21  Stefan Kost  <ensonic@users.sf.net>
16812
16813         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
16814         (gst_spectrum_init), (gst_spectrum_set_sink_caps),
16815         (gst_spectrum_get_sink_caps), (gst_spectrum_chain):
16816           Use boilerplate macro, fix strings to match plugin-moval-requirements
16817
16818 2006-05-21  Stefan Kost  <ensonic@users.sf.net>
16819
16820         * gst/spectrum/Makefile.am:
16821           Link to base libraries
16822
16823         * gst/spectrum/demo-osssrc.c: (main):
16824           use new threshhold property
16825
16826         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
16827         (gst_spectrum_init), (gst_spectrum_dispose),
16828         (gst_spectrum_set_property), (gst_spectrum_set_sink_caps),
16829         (gst_spectrum_get_sink_caps), (gst_spectrum_chain),
16830         (gst_spectrum_change_state):
16831         * gst/spectrum/gstspectrum.h:
16832         Use gst_adapter, support multiple-channels, add threshold property for
16833         result, add docs, fix resulting spectrum range (was including mirrored
16834         results)
16835
16836 2006-05-21  Stefan Kost  <ensonic@users.sf.net>
16837
16838         * configure.ac:
16839         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main):
16840         * gst/spectrum/fix_fft.c: (gst_spectrum_fix_dot):
16841         * gst/spectrum/gstspectrum.c: (gst_spectrum_get_type),
16842         (gst_spectrum_base_init), (gst_spectrum_class_init),
16843         (gst_spectrum_init), (gst_spectrum_dispose),
16844         (gst_spectrum_set_property), (gst_spectrum_chain):
16845         * gst/spectrum/gstspectrum.h:
16846         Initial port of the spectrum element
16847
16848 2006-05-19  Edgard Lima <edgard.lima@indt.org.br>
16849
16850         * sys/v4l2/gstv4l2.c:
16851         * sys/v4l2/gstv4l2object.c:
16852         * sys/v4l2/gstv4l2object.h:
16853         * sys/v4l2/gstv4l2src.c:
16854         * sys/v4l2/gstv4l2xoverlay.c:
16855         Some clean-ups requested by wingo in bug #338818.       
16856
16857 2006-05-19  Michael Smith  <msmith@fluendo.com>
16858
16859         * ext/alsaspdif/alsaspdifsink.c: (alsaspdifsink_base_init),
16860         (alsaspdifsink_class_init), (alsaspdifsink_init),
16861         (alsaspdifsink_dispose), (alsaspdifsink_set_property),
16862         (alsaspdifsink_get_property), (alsaspdifsink_set_caps),
16863         (alsaspdifsink_get_time), (alsaspdifsink_open),
16864         (alsaspdifsink_close), (alsaspdifsink_find_pcm_device),
16865         (alsaspdifsink_write_frame), (alsaspdifsink_event),
16866         (alsaspdifsink_get_times), (alsaspdifsink_current_delay),
16867         (generate_iec958_zero_frame), (alsaspdifsink_render),
16868         (ignore_alsa_err), (alsaspdifsink_change_state), (plugin_init):
16869         * ext/alsaspdif/alsaspdifsink.h:
16870           Use sampling rate from set_caps. Comment out some more unused code.
16871
16872 2006-05-18  Stefan Kost  <ensonic@users.sf.net>
16873
16874         * configure.ac:
16875           Check for X11
16876         * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices):
16877         * sys/v4l2/gstv4l2object.h:
16878         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_iface_supported):
16879         * sys/v4l2/gstv4l2src.h:
16880         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open):
16881         * sys/v4l2/gstv4l2xoverlay.h:
16882           Code cleanups, fix debug macros
16883
16884 2006-05-18  Michael Smith  <msmith@fluendo.com>
16885
16886         * ext/Makefile.am:
16887           Fix distcheck?
16888
16889 2006-05-18  Michael Smith  <msmith@fluendo.com>
16890
16891         * configure.ac:
16892         * ext/Makefile.am:
16893         * ext/alsaspdif/Makefile.am:
16894         * ext/alsaspdif/alsaspdifsink.c: (alsaspdifsink_base_init),
16895         (alsaspdifsink_class_init), (alsaspdifsink_init),
16896         (alsaspdifsink_dispose), (alsaspdifsink_set_property),
16897         (alsaspdifsink_get_property), (alsaspdifsink_provide_clock),
16898         (alsaspdifsink_get_time), (alsaspdifsink_open),
16899         (alsaspdifsink_close), (alsaspdifsink_find_pcm_device),
16900         (alsaspdifsink_write_frame), (alsaspdifsink_event),
16901         (alsaspdifsink_get_times), (alsaspdifsink_current_delay),
16902         (generate_iec958_zero_frame), (alsaspdifsink_render),
16903         (ignore_alsa_err), (alsaspdifsink_change_state), (plugin_init):
16904         * ext/alsaspdif/alsaspdifsink.h:
16905           Add an alsa plugin to output IEC958 frames over S/PDIF
16906
16907 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
16908
16909         * ext/faad/gstfaad.c: (gst_faad_update_caps), (gst_faad_chain):
16910           Remove unused caps cruft from chain function altogether.
16911
16912 2006-05-17  Edward Hervey  <edward@fluendo.com>
16913
16914         * ext/faad/gstfaad.c: (gst_faad_chain): 
16915         There's no guarantee that caps was set to something, and if it did, the
16916         function called to fill that variable actually sets the caps on the
16917         sourcpad, so we call gst_pad_alloc_buffer_and_set_caps() using
16918         GST_PAD_CAPS(faad->srcpad).
16919
16920 2006-05-13  Tim-Philipp Müller  <tim at centricular dot net>
16921
16922         Patch by: Young-Ho Cha  <ganadist chollian net>
16923
16924         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chain),
16925         (gst_faad_change_state):
16926         * ext/faad/gstfaad.h:
16927           If we encounter a decoding error, don't error out immediately,
16928           but try to resync (or see if we have better luck with the next
16929           buffer in case of framed input). Only error out after five
16930           consecutive errors. Fixes #341563.
16931
16932 2006-05-12  Wim Taymans  <wim@fluendo.com>
16933
16934         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init),
16935         (gst_xvidenc_init), (gst_xvidenc_finalize),
16936         (gst_xvidenc_handle_sink_event), (gst_xvidenc_setup),
16937         (gst_xvidenc_setcaps), (gst_xvidenc_encode), (gst_xvidenc_chain),
16938         (gst_xvidenc_flush_buffers), (gst_xvidenc_set_property),
16939         (gst_xvidenc_get_property):
16940         Compile fixes.
16941
16942 2006-05-12  Wim Taymans  <wim@fluendo.com>
16943
16944         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
16945
16946         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_structure_to_csp),
16947         (gst_xvid_csp_to_caps), (gst_xvid_image_get_size),
16948         (gst_xvid_image_fill):
16949         * ext/xvid/gstxvid.h:
16950         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
16951         (gst_xviddec_init), (gst_xviddec_reset), (gst_xviddec_unset),
16952         (gst_xviddec_handle_sink_event), (gst_xviddec_setup),
16953         (gst_xviddec_add_par), (gst_xviddec_negotiate),
16954         (gst_xviddec_decode), (gst_xviddec_chain),
16955         (gst_xviddec_flush_buffers), (gst_xviddec_src_getcaps),
16956         (gst_xviddec_src_link), (gst_xviddec_setcaps),
16957         (gst_xviddec_change_state):
16958         * ext/xvid/gstxviddec.h:
16959         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
16960         (gst_xvidenc_quant_type_get_type), (gst_xvidenc_pass_get_type),
16961         (gst_xvidenc_get_type), (gst_xvidenc_base_init),
16962         (gst_xvidenc_class_init), (gst_xvidenc_init),
16963         (gst_xvidenc_finalize), (gst_xvidenc_handle_sink_event),
16964         (gst_xvidenc_setup), (gst_xvidenc_setcaps), (gst_xvidenc_encode),
16965         (gst_xvidenc_chain), (gst_xvidenc_flush_buffers),
16966         (gst_xvidenc_set_property), (gst_xvidenc_get_property),
16967         (gst_xvidenc_change_state):
16968         * ext/xvid/gstxvidenc.h:
16969         xvid plugin to support more capabilities of XviD codec.
16970         Fixes #339462.
16971         Some more cleanups here and there.
16972
16973 2006-05-11  Edgard Lima <edgard.lima@indt.org.br>
16974
16975         * sys/v4l2/Makefile.am:
16976         * sys/v4l2/gstv4l2.c:
16977         * sys/v4l2/gstv4l2colorbalance.c:
16978         * sys/v4l2/gstv4l2colorbalance.h:
16979         * sys/v4l2/gstv4l2element.c:
16980         * sys/v4l2/gstv4l2element.h:
16981         * sys/v4l2/gstv4l2object.c:
16982         * sys/v4l2/gstv4l2object.h:
16983         * sys/v4l2/gstv4l2src.c:
16984         * sys/v4l2/gstv4l2src.h:
16985         * sys/v4l2/gstv4l2tuner.c:
16986         * sys/v4l2/gstv4l2tuner.h:
16987         * sys/v4l2/gstv4l2xoverlay.c:
16988         * sys/v4l2/gstv4l2xoverlay.h:
16989         * sys/v4l2/v4l2_calls.c:
16990         * sys/v4l2/v4l2_calls.h:
16991         * sys/v4l2/v4l2src_calls.c:
16992         * sys/v4l2/v4l2src_calls.h:
16993         Changes proposed by Wingo in bug #338818.
16994
16995 2006-05-11  Wim Taymans  <wim@fluendo.com>
16996
16997         * gst/qtdemux/qtdemux.c: (qtdemux_parse), (qtdemux_parse_trak),
16998         (gst_qtdemux_handle_esds):
16999         Figure out the real audio type in mp4a boxes by parsing the
17000         optional descriptors in the optional esds box. Promote the
17001         default AAC to mp3 when indicated. Fixes #330632.
17002
17003 2006-05-10  Wim Taymans  <wim@fluendo.com>
17004
17005         * gst/qtdemux/qtdemux.c: (qtdemux_parse), (qtdemux_dump_unknown),
17006         (qtdemux_parse_trak), (gst_qtdemux_handle_esds):
17007         Parse version 2 sample descriptions. Fixes #341231
17008         Don't #define gst_util_dump_mem(), use something more
17009         specific instead to avoid confusion.
17010
17011 2006-05-08  Edgard Lima <edgard.lima@indt.org.br>
17012
17013         * sys/v4l2/gstv4l2src.c:
17014         * sys/v4l2/v4l2src_calls.c:
17015         Fix fourcc name printed out. Patch from Martin Rubli.
17016
17017 2006-05-08  Wim Taymans  <wim@fluendo.com>
17018
17019         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_src_query),
17020         (qtdemux_dump_mvhd):
17021         Don't cause side effects in a debugging function.
17022         Also report duration in push mode since we can.
17023
17024 2006-05-08  Edward Hervey  <edward@fluendo.com>
17025
17026         * autogen.sh: (CONFIGURE_DEF_OPT): 
17027         libtoolize on Darwin/MacOSX is called glibtoolize
17028
17029 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
17030
17031         * ext/amrwb/gstamrwbdec.c:
17032         * ext/amrwb/gstamrwbenc.c:
17033         * ext/sdl/sdlaudiosink.c:
17034         * ext/sdl/sdlvideosink.c:
17035         * ext/wavpack/gstwavpackdec.c:
17036         * ext/xine/xine.c:
17037         * ext/xine/xineaudiodec.c:
17038         * ext/xine/xineaudiosink.c:
17039         * ext/xine/xineinput.c:
17040         * gst/cdxaparse/gstcdxaparse.c:
17041         * gst/freeze/gstfreeze.c:
17042         * sys/v4l2/gstv4l2element.c:
17043         Add semicolons after GST_BOILERPLATE[_FULL] so that
17044         indent doesn't mess up following lines.
17045
17046 2006-05-05  Edgard Lima <edgard.lima@indt.org.br>
17047
17048         * sys/v4l2/gstv4l2element.c:
17049         * sys/v4l2/gstv4l2element.h:
17050         * sys/v4l2/gstv4l2src.c:
17051         * sys/v4l2/gstv4l2src.h:
17052         * sys/v4l2/gstv4l2tuner.c:
17053         * sys/v4l2/gstv4l2tuner.h:
17054         * sys/v4l2/v4l2_calls.c:
17055         * sys/v4l2/v4l2_calls.h:
17056         * sys/v4l2/v4l2src_calls.c:
17057         * sys/v4l2/v4l2src_calls.h:
17058         * tests/icles/v4l2src-test.c:
17059         Some changes proposed by wingo in bug #338818 (but not everything
17060         yet). Patch from Martin Rubli to fix framerate detection.
17061
17062 2006-05-05  Tim-Philipp Müller  <tim at centricular dot net>
17063
17064         * ext/sdl/sdlaudiosink.c: (gst_sdlaudio_sink_prepare):
17065           Use (NULL) instead of just NULL in GST_ELEMENT_ERROR macro.
17066
17067 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
17068
17069         * configure.ac:
17070           Back to CVS
17071
17072 === release 0.10.3 ===
17073
17074 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
17075
17076         * configure.ac:
17077           releasing 0.10.3, "Petition to request permission"
17078
17079 2006-05-04  Julien MOUTTE  <julien@moutte.net>
17080
17081         * tests/icles/Makefile.am: Fix build.
17082
17083 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
17084
17085         * ext/musicbrainz/Makefile.am:
17086           Add GST_PLUGINS_BASE_CFLAGS to CFLAGS for gst/tag/tag.h
17087
17088 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
17089
17090         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
17091         Clean up one piece of logic slightly and remove a 
17092         dead code block.
17093
17094 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
17095
17096         * docs/plugins/Makefile.am:
17097         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
17098         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
17099         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
17100         * docs/plugins/inspect/plugin-musicbrainz.xml:
17101         * ext/musicbrainz/gsttrm.c:
17102         * ext/musicbrainz/gsttrm.h:
17103           Everybody loves docs - add docs for musicbrainz plugin.
17104
17105 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
17106
17107         * ext/Makefile.am:
17108           Add musicbrainz dir to DIST_SUBDIRS as well (fixes distcheck).
17109           
17110 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
17111
17112         * ext/Makefile.am:
17113           Forgot to commit this one.
17114
17115 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
17116
17117         Patch by: James "Doc" Livingston  <doclivingston gmail com>
17118
17119         * configure.ac:
17120         * ext/musicbrainz/Makefile.am:
17121         * ext/musicbrainz/gsttrm.c: (gst_trm_base_init),
17122         (gst_trm_class_init), (gst_trm_init), (gst_trm_setcaps),
17123         (gst_trm_chain), (gst_trm_emit_signature), (gst_trm_set_property),
17124         (gst_trm_get_property), (gst_trm_change_state), (plugin_init):
17125         * ext/musicbrainz/gsttrm.h:
17126           Port MusicBrainz TRM plugin (#336898).
17127
17128 2006-05-03  Michael Smith  <msmith@fluendo.com>
17129
17130         * ext/faad/gstfaad.c: (gst_faad_setcaps),
17131         (looks_like_valid_header), (gst_faad_chain):
17132           Fix #334748: use fake_codec_data if the first bytes of the first
17133           buffer we process doesn't look like plausible AAC data (e.g.
17134           reserved values for rate, or channels). Fixes playback of Apple's
17135           movie trailers.
17136
17137 2006-05-02  Edgard Lima <edgard.lima@indt.org.br>
17138
17139         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_caps):
17140         Fix get_caps func to work when no framerate is available and the caps
17141         isn't simple.
17142
17143 2006-05-01  Edgard Lima <edgard.lima@indt.org.br>
17144
17145         * sys/v4l2/Makefile.am:
17146         * sys/v4l2/gstv4l2colorbalance.c:
17147         * sys/v4l2/gstv4l2xoverlay.c:
17148         * sys/v4l2/v4l2_calls.c:
17149         * tests/icles/Makefile.am:
17150         * tests/icles/v4l2src-test.c:
17151         Few improvements to move to good.
17152
17153 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17154
17155         * configure.ac:
17156         * docs/plugins/Makefile.am:
17157         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
17158         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
17159         * docs/plugins/inspect/plugin-taglib.xml:
17160         * ext/Makefile.am:
17161         * ext/taglib/Makefile.am:
17162         * ext/taglib/gstid3v2mux.cc:
17163         * ext/taglib/gstid3v2mux.h:
17164         * ext/taglib/gsttaglib.cc:
17165         * ext/taglib/gsttaglib.h:
17166         * tests/check/Makefile.am:
17167         * tests/check/elements/tagid3v2mux.c:
17168           moved to good.  Closes #336110
17169
17170 2006-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17171
17172         * docs/plugins/Makefile.am:
17173         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
17174         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
17175         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
17176         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
17177         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
17178           Fix up docs for taglib plugin
17179           Also scan .cc files
17180
17181 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
17182
17183         * ext/taglib/gsttaglib.cc:
17184           Post an error message on the bus in the (extremely unlikely)
17185           case of an error.
17186
17187 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
17188
17189         * ext/taglib/Makefile.am:
17190         * ext/taglib/gstid3v2mux.cc:
17191         * ext/taglib/gstid3v2mux.h:
17192         * ext/taglib/gsttaglib.cc:
17193         * ext/taglib/gsttaglib.h:
17194           Split the actual ID3v2 tag rendering code into
17195           its own subclass.
17196
17197 2006-04-29  Sebastien Moutte  <sebastien@moutte.net>
17198
17199         * ext/neon/gstneonhttpsrc.c:
17200         * ext/neon/gstneonhttpsrc.h:
17201           added iradio-mode support as in gnomevfssrc to enable 
17202           connections with icydemux that will send title tag messages on 
17203           shoutcast/icecast streams. I've also added iradio properties
17204           iradio-name, iradio-genre, iradio-url.
17205           added user-agent property because some shoutcast streams don't return 
17206           data if the GET requests don't have a User-Agent.
17207         * win32/common/libgstneon.dsp:
17208           use debug version of libneon in debug mode
17209 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
17210
17211         * configure.ac:
17212         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
17213         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
17214         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
17215         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
17216         * sys/Makefile.am:
17217         * sys/ximagesrc/Makefile.am:
17218         * sys/ximagesrc/ximagesrc.c:
17219         * sys/ximagesrc/ximagesrc.h:
17220         * sys/ximagesrc/ximageutil.c:
17221         * sys/ximagesrc/ximageutil.h:
17222         * tests/Makefile.am:
17223         * tests/icles/.cvsignore:
17224         * tests/icles/Makefile.am:
17225         * tests/icles/ximagesrc-test.c:
17226           moved ximagesrc to good (See #336756)
17227
17228 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
17229
17230         * ext/faad/gstfaad.c: (gst_faad_init), (aac_rate_idx),
17231         (gst_faad_setcaps), (gst_faad_chain), (gst_faad_open_decoder),
17232         (gst_faad_close_decoder), (gst_faad_change_state):
17233         * ext/faad/gstfaad.h:
17234           If we run into a decoding error, try re-opening the decoder
17235           with faacDecInit2() using fake codec data created from the
17236           data the demuxer gave us. Should fix a whole bunch of
17237           GStreamer-faad problems incl. 'channel coupling not
17238           implemented', 'maximum number of scalefactor bands exceeded'
17239           etc. (#173007, #332892).
17240
17241 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
17242
17243         * ext/amrwb/gstamrwbdec.c:
17244         * ext/amrwb/gstamrwbenc.c:
17245         * ext/amrwb/gstamrwbparse.c:
17246         * ext/arts/gst_arts.c:
17247         * ext/artsd/gstartsdsink.c:
17248         * ext/audiofile/gstafparse.c:
17249         * ext/audiofile/gstafsink.c:
17250         * ext/audiofile/gstafsrc.c:
17251         * ext/audioresample/gstaudioresample.c:
17252         * ext/bz2/gstbz2dec.c:
17253         * ext/bz2/gstbz2enc.c:
17254         * ext/cdaudio/gstcdaudio.c:
17255         * ext/directfb/dfbvideosink.c:
17256         * ext/divx/gstdivxdec.c:
17257         * ext/divx/gstdivxenc.c:
17258         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
17259         * ext/faac/gstfaac.c: (gst_faac_base_init):
17260         * ext/faad/gstfaad.c:
17261         * ext/gsm/gstgsmdec.c:
17262         * ext/gsm/gstgsmenc.c:
17263         * ext/hermes/gsthermescolorspace.c:
17264         * ext/ivorbis/vorbisfile.c:
17265         * ext/lcs/gstcolorspace.c:
17266         * ext/libfame/gstlibfame.c:
17267         * ext/libmms/gstmms.c: (gst_mms_base_init):
17268         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_base_init):
17269         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
17270         * ext/nas/nassink.c: (gst_nassink_base_init):
17271         * ext/neon/gstneonhttpsrc.c:
17272         * ext/sdl/sdlaudiosink.c:
17273         * ext/sdl/sdlvideosink.c:
17274         * ext/shout/gstshout.c:
17275         * ext/snapshot/gstsnapshot.c:
17276         * ext/sndfile/gstsf.c:
17277         * ext/swfdec/gstswfdec.c:
17278         * ext/tarkin/gsttarkindec.c:
17279         * ext/tarkin/gsttarkinenc.c:
17280         * ext/theora/theoradec.c:
17281         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
17282         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init):
17283         * ext/xvid/gstxviddec.c:
17284         * ext/xvid/gstxvidenc.c:
17285         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxa_parse_base_init):
17286         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_base_init):
17287         * gst/chart/gstchart.c:
17288         * gst/colorspace/gstcolorspace.c:
17289         * gst/deinterlace/gstdeinterlace.c:
17290         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_base_init):
17291         * gst/festival/gstfestival.c:
17292         * gst/filter/gstbpwsinc.c:
17293         * gst/filter/gstiir.c:
17294         * gst/filter/gstlpwsinc.c:
17295         * gst/freeze/gstfreeze.c:
17296         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
17297         * gst/librfb/gstrfbsrc.c:
17298         * gst/mixmatrix/mixmatrix.c:
17299         * gst/mpeg1sys/gstmpeg1systemencode.c:
17300         * gst/mpeg1videoparse/gstmp1videoparse.c:
17301         * gst/mpeg2sub/gstmpeg2subt.c:
17302         * gst/mpegaudioparse/gstmpegaudioparse.c:
17303         * gst/multifilesink/gstmultifilesink.c:
17304         * gst/overlay/gstoverlay.c:
17305         * gst/passthrough/gstpassthrough.c:
17306         * gst/playondemand/gstplayondemand.c:
17307         * gst/qtdemux/qtdemux.c:
17308         * gst/rtjpeg/gstrtjpegdec.c:
17309         * gst/rtjpeg/gstrtjpegenc.c:
17310         * gst/smooth/gstsmooth.c:
17311         * gst/smoothwave/gstsmoothwave.c:
17312         * gst/spectrum/gstspectrum.c:
17313         * gst/speed/gstspeed.c:
17314         * gst/stereo/gststereo.c:
17315         * gst/switch/gstswitch.c:
17316         * gst/tta/gstttadec.c: (gst_tta_dec_base_init):
17317         * gst/tta/gstttaparse.c: (gst_tta_parse_base_init):
17318         * gst/vbidec/gstvbidec.c:
17319         * gst/videocrop/gstvideocrop.c:
17320         * gst/videodrop/gstvideodrop.c:
17321         * gst/virtualdub/gstxsharpen.c:
17322         * gst/xingheader/gstxingmux.c: (gst_xing_mux_base_init):
17323         * gst/y4m/gsty4mencode.c:
17324         * sys/cdrom/gstcdplayer.c:
17325         * sys/directdraw/gstdirectdrawsink.c:
17326         * sys/directsound/gstdirectsoundsink.c:
17327         * sys/glsink/glimagesink.c:
17328         * sys/qcam/gstqcamsrc.c:
17329         * sys/v4l2/gstv4l2src.c:
17330         * sys/vcd/vcdsrc.c: (gst_vcdsrc_base_init):
17331         * sys/ximagesrc/ximagesrc.c:
17332           Define GstElementDetails as const and also static (when defined as
17333           global)
17334
17335 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
17336
17337         * ext/musepack/gstmusepackdec.c:
17338         (gst_musepackdec_handle_seek_event), (gst_musepackdec_loop):
17339           Add support for segment seeks.
17340
17341 2006-04-20  Edgard Lima  <edgard.lima@indt.org.br>
17342
17343         * sys/v4l2/gstv4l2src.c:
17344         Added a couple of ifdefs to make it compile with other kernels.
17345         
17346 2006-04-20  Wim Taymans  <wim@fluendo.com>
17347
17348         Patch by: j^ <j at bootlab dot org>
17349
17350         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
17351         (qtdemux_video_caps):
17352         Never treat video streams as an audio stream.
17353         Add qtdrw mime type.
17354         Fixes #339041
17355
17356 2006-04-19  Wim Taymans  <wim@fluendo.com>
17357
17358         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
17359         For VBR audio, don't try to calculate the samples_per_frame.
17360         Fixes #338935.
17361
17362 2006-04-13  Edgard Lima  <edgard.lima@indt.org.br>
17363
17364         * sys/v4l2/gstv4l2src.c:
17365         Just added a gtk-doc comment.
17366
17367 2006-04-17  Michael Smith  <msmith@fluendo.com>
17368
17369         * ext/theora/theoradec.c: (theora_dec_src_convert),
17370         (theora_handle_type_packet), (theora_handle_422_image),
17371         (theora_handle_420_image), (theora_handle_data_packet):
17372         * ext/theora/theoradec.h:
17373           Apply fix from j^ for API change in libtheoradec.
17374
17375           Implement 4:2:2 pixel format. Untested at the moment.
17376
17377 2006-04-14  Tim-Philipp Müller  <tim at centricular dot net>
17378
17379         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_init),
17380         (gst_musepack_stream_init):
17381           Fix track/album peak tag values; use GST_DEBUG_FUNCPTR and
17382           gst_pad_new_from_static_template().
17383
17384 2006-04-13  Edgard Lima  <edgard.lima@indt.org.br>
17385
17386         * sys/v4l2/gstv4l2src.c: (gst_v4l2element_class_init),
17387         (gst_v4l2src_dispose):
17388         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_buffer_new):
17389         Fixed some memory leaks.
17390
17391 2006-04-12  Edgard Lima  <edgard.lima@indt.org.br>
17392
17393         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read):
17394         Fix to work in read mode.
17395
17396 2006-04-10  Wim Taymans  <wim@fluendo.com>
17397
17398         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
17399         Fix parsing of newer stsd chunks again.
17400
17401 2006-04-10  Wim Taymans  <wim@fluendo.com>
17402
17403         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
17404         (qtdemux_parse_trak):
17405         Fix framerate calculation.
17406
17407 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
17408
17409         * ext/swfdec/gstswfdec.c: (gst_swfdecbuffer_class_init):
17410           Fix build (class_init declaration/definition mismatch).
17411
17412 2006-04-10  Wim Taymans  <wim@fluendo.com>
17413
17414         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
17415         force mono 8000 Hz on AMR samples.
17416
17417 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
17418
17419         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_start):
17420           remove atoll by using g_ascii_strtoull (atoll is not supported on WIN32)
17421         * sys/directdraw/gstdirectdrawsink.c:
17422         * sys/directsound/gstdirectsoundsink.c:
17423           done some cleans in sources
17424         * win32/vs6:
17425           add project files for neon, qtdemux
17426           
17427 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17428
17429         * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_class_init):
17430         * ext/amrwb/gstamrwbenc.c: (gst_amrwbenc_class_init):
17431         * ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_class_init):
17432         * ext/arts/gst_arts.c: (gst_arts_class_init):
17433         * ext/artsd/gstartsdsink.c: (gst_artsdsink_class_init):
17434         * ext/audiofile/gstafsink.c: (gst_afsink_class_init):
17435         * ext/audiofile/gstafsrc.c: (gst_afsrc_class_init):
17436         * ext/audioresample/gstaudioresample.c:
17437         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
17438         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_class_init):
17439         * ext/divx/gstdivxdec.c: (gst_divxdec_class_init):
17440         * ext/hermes/gsthermescolorspace.c:
17441         (gst_hermes_colorspace_class_init):
17442         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_class_init):
17443         * ext/jack/gstjack.c: (gst_jack_class_init):
17444         * ext/jack/gstjackbin.c: (gst_jack_bin_class_init):
17445         * ext/lcs/gstcolorspace.c: (gst_colorspace_class_init):
17446         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init):
17447         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
17448         * ext/nas/nassink.c: (gst_nassink_class_init):
17449         * ext/shout/gstshout.c: (gst_icecastsend_class_init):
17450         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
17451         * ext/sndfile/gstsf.c: (gst_sf_class_init):
17452         * ext/swfdec/gstswfdec.c: (gst_swfdecbuffer_class_init),
17453         (gst_swfdec_class_init):
17454         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_class_init):
17455         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_class_init):
17456         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_class_init):
17457         * gst/chart/gstchart.c: (gst_chart_class_init):
17458         * gst/colorspace/gstcolorspace.c: (gst_colorspace_class_init):
17459         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_class_init):
17460         * gst/festival/gstfestival.c: (gst_festival_class_init):
17461         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init):
17462         * gst/filter/gstiir.c: (gst_iir_class_init):
17463         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init):
17464         * gst/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init):
17465         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_class_init):
17466         * gst/mpeg1sys/gstmpeg1systemencode.c:
17467         (gst_system_encode_class_init):
17468         * gst/mpeg1videoparse/gstmp1videoparse.c:
17469         (gst_mp1videoparse_class_init):
17470         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_class_init):
17471         * gst/mpegaudioparse/gstmpegaudioparse.c:
17472         (gst_mp3parse_class_init):
17473         * gst/overlay/gstoverlay.c: (gst_overlay_class_init):
17474         * gst/passthrough/gstpassthrough.c: (passthrough_class_init):
17475         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init):
17476         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_class_init):
17477         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_class_init):
17478         * gst/smooth/gstsmooth.c: (gst_smooth_class_init):
17479         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init):
17480         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init):
17481         * gst/stereo/gststereo.c: (gst_stereo_class_init):
17482         * gst/switch/gstswitch.c: (gst_switch_class_init):
17483         * gst/tta/gstttadec.c: (gst_tta_dec_class_init):
17484         * gst/tta/gstttaparse.c: (gst_tta_parse_class_init):
17485         * gst/vbidec/gstvbidec.c: (gst_vbidec_class_init):
17486         * gst/videocrop/gstvideocrop.c: (gst_video_crop_class_init):
17487         * gst/virtualdub/gstxsharpen.c: (gst_xsharpen_class_init):
17488         * gst/y4m/gsty4mencode.c: (gst_y4mencode_class_init):
17489         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
17490         * sys/directsound/gstdirectsoundsink.c:
17491         (gst_directsoundsink_class_init):
17492         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_class_init):
17493         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
17494         * sys/dxr3/dxr3videosink.c: (dxr3videosink_class_init):
17495         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_class_init):
17496         * sys/v4l2/gstv4l2colorbalance.c:
17497         (gst_v4l2_color_balance_channel_class_init):
17498         * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_channel_class_init),
17499         (gst_v4l2_tuner_norm_class_init):
17500         * sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_class_init):
17501         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
17502
17503 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17504
17505         * gst/colorspace/gstcolorspace.h:
17506         * gst/deinterlace/gstdeinterlace.h:
17507         * gst/passthrough/gstpassthrough.h:
17508         * gst/y4m/gsty4mencode.h:
17509         Fix more broken GObject macros
17510
17511 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17512
17513         * ext/xine/gstxine.h:
17514         * gst-libs/gst/play/play.h:
17515         * sys/v4l2/gstv4l2element.h:
17516         * sys/ximagesrc/ximageutil.h:
17517         Fix broken GObject macros
17518
17519 2006-04-08  Wim Taymans  <wim@fluendo.com>
17520
17521         * gst/qtdemux/qtdemux.c: (gst_qtdemux_prepare_current_sample),
17522         (gst_qtdemux_chain), (gst_qtdemux_add_stream), (qtdemux_dump_stsz),
17523         (qtdemux_dump_stco), (qtdemux_parse_trak):
17524         Don't make rounding errors in timestamp/duration calculations.
17525         Fix timestamps for AMR and IMA4.  Fixes (#337436).
17526         Create a dummy segment even when there is no edit list.
17527
17528 2006-04-07  Julien MOUTTE  <julien@moutte.net>
17529
17530         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt: Updates.
17531         * examples/directfb/Makefile.am: Add example resource files to
17532         dist.
17533
17534 2006-04-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17535
17536         * ext/amrwb/amrwb-code/Makefile.am:
17537         * sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_recalc),
17538         (gst_ximagesrc_create), (gst_ximagesrc_set_property):
17539         Typo fix, s/XFree86/X11 and added doc blurb saying that it fixates to
17540         25fps
17541
17542 2006-04-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17543
17544         * tests/icles/ximagesrc-test.c: (main):
17545         Actually assert that pipeline goes to playing
17546
17547 2006-04-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17548
17549         * sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_recalc),
17550         (composite_pixel), (gst_ximagesrc_ximage_get),
17551         (gst_ximagesrc_create), (gst_ximagesrc_set_property):
17552         Fix typo, C++ style comments and other small cleanups
17553         
17554 2006-04-06  Wim Taymans  <wim@fluendo.com>
17555
17556         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
17557         (gst_qtdemux_handle_src_query), (gst_qtdemux_find_index),
17558         (gst_qtdemux_find_keyframe), (gst_qtdemux_find_segment),
17559         (gst_qtdemux_move_stream), (gst_qtdemux_perform_seek),
17560         (gst_qtdemux_do_seek), (gst_qtdemux_change_state),
17561         (gst_qtdemux_activate_segment),
17562         (gst_qtdemux_prepare_current_sample), (gst_qtdemux_advance_sample),
17563         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop),
17564         (qtdemux_parse_trak):
17565         Added full edit list support.
17566         Avoid overflows in prologue image detection code.
17567         Avoid roundoff errors in timestamp calculations.
17568
17569 2006-04-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17570
17571         * configure.ac:
17572           clean up so report properly on missing stuff
17573           fix modplug detection
17574
17575 2006-04-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17576
17577         * ext/Makefile.am:
17578         * ext/amrwb/amrwb-code/Makefile.am:
17579           don't dist amr wb source code
17580
17581 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
17582
17583         Patch by: j^  <j at bootlab dot org>
17584
17585         * ext/amrwb/gstamrwbdec.c:
17586         * ext/amrwb/gstamrwbenc.c:
17587         * ext/amrwb/gstamrwbparse.c:
17588         * ext/arts/gst_arts.c:
17589         * ext/artsd/gstartsdsink.c:
17590         * ext/audiofile/gstafparse.c:
17591         * ext/audiofile/gstafsink.c:
17592         * ext/audiofile/gstafsrc.c:
17593         * ext/cdaudio/gstcdaudio.c:
17594         * ext/directfb/dfbvideosink.c:
17595         * ext/divx/gstdivxdec.c:
17596         * ext/divx/gstdivxenc.c:
17597         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
17598         * ext/faac/gstfaac.c: (gst_faac_base_init):
17599         * ext/faad/gstfaad.c:
17600         * ext/gsm/gstgsmdec.c:
17601         * ext/gsm/gstgsmenc.c:
17602         * ext/hermes/gsthermescolorspace.c:
17603         * ext/ivorbis/vorbisfile.c:
17604         * ext/lcs/gstcolorspace.c:
17605         * ext/libfame/gstlibfame.c:
17606         * ext/libmms/gstmms.c: (gst_mms_base_init):
17607         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
17608         * ext/nas/nassink.c: (gst_nassink_base_init):
17609         * ext/neon/gstneonhttpsrc.c:
17610         * ext/polyp/polypsink.c: (gst_polypsink_base_init):
17611         * ext/sdl/sdlaudiosink.c:
17612         * ext/sdl/sdlvideosink.c:
17613         * ext/shout/gstshout.c:
17614         * ext/snapshot/gstsnapshot.c:
17615         * ext/sndfile/gstsf.c:
17616         * ext/tarkin/gsttarkindec.c:
17617         * ext/tarkin/gsttarkinenc.c:
17618         * ext/theora/theoradec.c:
17619         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
17620         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init):
17621         * ext/xvid/gstxviddec.c:
17622         * ext/xvid/gstxvidenc.c:
17623         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxa_parse_base_init):
17624         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_base_init):
17625         * gst/chart/gstchart.c:
17626         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_base_init):
17627         * gst/festival/gstfestival.c:
17628         * gst/filter/gstiir.c:
17629         * gst/filter/gstlpwsinc.c:
17630         * gst/freeze/gstfreeze.c:
17631         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
17632         * gst/mixmatrix/mixmatrix.c:
17633         * gst/mpeg1sys/gstmpeg1systemencode.c:
17634         * gst/mpeg1videoparse/gstmp1videoparse.c:
17635         * gst/mpeg2sub/gstmpeg2subt.c:
17636         * gst/mpegaudioparse/gstmpegaudioparse.c:
17637         * gst/multifilesink/gstmultifilesink.c:
17638         * gst/overlay/gstoverlay.c:
17639         * gst/passthrough/gstpassthrough.c:
17640         * gst/playondemand/gstplayondemand.c:
17641         * gst/qtdemux/qtdemux.c:
17642         * gst/rtjpeg/gstrtjpegdec.c:
17643         * gst/rtjpeg/gstrtjpegenc.c:
17644         * gst/smooth/gstsmooth.c:
17645         * gst/tta/gstttadec.c: (gst_tta_dec_base_init):
17646         * gst/tta/gstttaparse.c: (gst_tta_parse_base_init):
17647         * gst/videocrop/gstvideocrop.c:
17648         * gst/videodrop/gstvideodrop.c:
17649         * gst/virtualdub/gstxsharpen.c:
17650         * gst/xingheader/gstxingmux.c: (gst_xing_mux_base_init):
17651         * gst/y4m/gsty4mencode.c:
17652           Unify the long descriptions in the plugin details (#337263).
17653
17654 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
17655
17656         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
17657         (gst_neonhttp_src_set_property), (gst_neonhttp_src_get_property):
17658           Add back "uri" property and mark it as deprecated; undoes
17659           API/ABI breakage from 2006-02-24.
17660
17661 2006-04-05  Wim Taymans  <wim@fluendo.com>
17662
17663         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
17664         (gst_qtdemux_do_seek), (gst_qtdemux_loop_state_movie),
17665         (gst_qtdemux_loop):
17666         Use duration as segment stop position if none is
17667         explicitly configured.
17668         Also perform EOS when we run past the segment stop.
17669
17670 2006-04-04  Wim Taymans  <wim@fluendo.com>
17671
17672         * gst/qtdemux/qtdemux.c: (gst_qtdemux_go_back),
17673         (gst_qtdemux_perform_seek), (gst_qtdemux_do_seek),
17674         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop),
17675         (gst_qtdemux_chain), (qtdemux_parse_tree), (qtdemux_parse_trak):
17676         More cleanups, added comments.
17677         Mark discontinuities on outgoing buffers.
17678         Post better errors when something goes wrong.
17679         Handle EOS and segment end properly.
17680
17681 2006-04-04  Wim Taymans  <wim@fluendo.com>
17682
17683         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
17684         (gst_qtdemux_push_event), (gst_qtdemux_go_back),
17685         (gst_qtdemux_perform_seek), (gst_qtdemux_do_seek),
17686         (gst_qtdemux_handle_src_event), (plugin_init),
17687         (gst_qtdemux_change_state), (gst_qtdemux_loop_state_movie),
17688         (gst_qtdemux_loop), (gst_qtdemux_chain),
17689         (qtdemux_sink_activate_pull), (gst_qtdemux_add_stream),
17690         (qtdemux_parse), (qtdemux_parse_tree), (qtdemux_parse_trak),
17691         (qtdemux_parse_udta), (qtdemux_tag_add_str), (qtdemux_tag_add_num),
17692         (qtdemux_tag_add_gnre), (gst_qtdemux_handle_esds):
17693         * gst/qtdemux/qtdemux.h:
17694         Handle stss boxes so we can mark and find keyframes.
17695         Implement correct accurate and keyframe seeking.
17696         Use _DEBUG_OBJECT when possible.
17697         Fixes #332155
17698
17699 2006-04-03  Tim-Philipp Müller  <tim at centricular dot net>
17700
17701         * tests/check/Makefile.am:
17702           Only run the id3v2mux check if taglib is available and
17703           the taglib plugin has been built.
17704
17705 2006-04-03  Tim-Philipp Müller  <tim at centricular dot net>
17706
17707         * ext/swfdec/Makefile.am:
17708           Don't set plugindir.
17709
17710         * ext/swfdec/gstswfdec.c:
17711           GST_PLUGIN_DEFINE_STATIC isn't a good idea for installed plugins.
17712
17713 2006-04-03  Tim-Philipp Müller  <tim at centricular dot net>
17714
17715         * configure.ac:
17716           Add AX_CREATE_STDINT_H to create _stdint.h, needed by
17717           the dts plugin.
17718
17719 2006-04-03  Tim-Philipp Müller  <tim at centricular dot net>
17720
17721         * ext/soundtouch/gstpitch.cc:
17722         * ext/theora/theoradec.c:
17723         * gst/modplug/gstmodplug.cc:
17724           GST_ORIGIN => GST_PACKAGE_ORIGIN
17725           GST_PACKAGE => GST_PACKAGE_NAME
17726
17727 2006-04-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17728
17729         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
17730         * docs/plugins/inspect/plugin-bz2.xml:
17731         * docs/plugins/inspect/plugin-cdxaparse.xml:
17732         * docs/plugins/inspect/plugin-freeze.xml:
17733         * docs/plugins/inspect/plugin-glimagesink.xml:
17734         * docs/plugins/inspect/plugin-modplug.xml:
17735         * docs/plugins/inspect/plugin-neon.xml:
17736         * docs/plugins/inspect/plugin-sdl.xml:
17737         * docs/plugins/inspect/plugin-video4linux2.xml:
17738         * docs/plugins/inspect/plugin-ximagesrc.xml:
17739         * docs/plugins/inspect/plugin-xingheader.xml:
17740           add more plugins to docs
17741
17742 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17743
17744         * sys/dxr3/ac3_padder.h:
17745           fix up doc strings
17746         * docs/plugins/Makefile.am:
17747         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
17748         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
17749         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
17750         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
17751         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
17752         * docs/plugins/inspect/plugin-qtdemux.xml:
17753         * docs/plugins/inspect/plugin-speed.xml:
17754         * docs/plugins/inspect/plugin-taglib.xml:
17755         * docs/plugins/inspect/plugin-tta.xml:
17756           commit updates
17757         * configure.ac:
17758         * ext/taglib/gsttaglib.cc:
17759         * tests/Makefile.am:
17760         * tests/check/.cvsignore:
17761         * tests/check/Makefile.am:
17762         * tests/check/elements/.cvsignore:
17763         * tests/check/elements/tagid3v2mux.c:
17764         (test_taglib_id3mux_create_tags), (test_taglib_id3mux_check_tags),
17765         (fill_mp3_buffer), (got_buffer), (demux_pad_added),
17766         (test_taglib_id3mux_check_output_buffer),
17767         (test_taglib_id3mux_with_tags), (GST_START_TEST),
17768         (tagid3v2mux_suite), (main):
17769            add the tagid3v2mux check from #336110
17770
17771 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17772
17773         * configure.ac:
17774           rework like the other configure.ac files
17775         * Makefile.am:
17776         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
17777         * ext/amrwb/gstamrwb.c:
17778         * ext/arts/gst_arts.c:
17779         * ext/artsd/gstartsdsink.c:
17780         * ext/audiofile/gstaf.c:
17781         * ext/audioresample/gstaudioresample.c:
17782         * ext/bz2/gstbz2.c:
17783         * ext/cdaudio/gstcdaudio.c:
17784         * ext/directfb/dfbvideosink.c:
17785         * ext/dts/gstdtsdec.c:
17786         * ext/faac/gstfaac.c:
17787         * ext/faad/gstfaad.c:
17788         * ext/hermes/gsthermescolorspace.c:
17789         * ext/ivorbis/vorbis.c:
17790         * ext/jack/gstjack.c:
17791         * ext/lcs/gstcolorspace.c:
17792         * ext/musepack/gstmusepackdec.c:
17793         * ext/musicbrainz/gsttrm.c:
17794         * ext/nas/nassink.c:
17795         * ext/sdl/gstsdl.c:
17796         * ext/snapshot/gstsnapshot.c:
17797         * ext/sndfile/gstsf.c:
17798         * ext/swfdec/gstswfdec.c:
17799         * ext/tarkin/gsttarkin.c:
17800         * ext/xine/xine.c:
17801         * ext/xvid/gstxvid.c:
17802         * gst/cdxaparse/gstcdxaparse.c:
17803         * gst/chart/gstchart.c:
17804         * gst/colorspace/gstcolorspace.c:
17805         * gst/deinterlace/gstdeinterlace.c:
17806         * gst/equalizer/gstiirequalizer.c:
17807         * gst/festival/gstfestival.c:
17808         * gst/filter/gstfilter.c:
17809         * gst/freeze/gstfreeze.c:
17810         * gst/games/gstpuzzle.c:
17811         * gst/librfb/gstrfbsrc.c:
17812         * gst/mixmatrix/mixmatrix.c:
17813         * gst/mpeg1sys/gstmpeg1systemencode.c:
17814         * gst/mpeg1videoparse/gstmp1videoparse.c:
17815         * gst/mpeg2sub/gstmpeg2subt.c:
17816         * gst/mpegaudioparse/gstmpegaudioparse.c:
17817         * gst/multifilesink/gstmultifilesink.c:
17818         * gst/overlay/gstoverlay.c:
17819         * gst/passthrough/gstpassthrough.c:
17820         * gst/playondemand/gstplayondemand.c:
17821         * gst/qtdemux/qtdemux.c:
17822         * gst/rtjpeg/gstrtjpeg.c:
17823         * gst/smooth/gstsmooth.c:
17824         * gst/smoothwave/gstsmoothwave.c:
17825         * gst/spectrum/gstspectrum.c:
17826         * gst/speed/gstspeed.c:
17827         * gst/stereo/gststereo.c:
17828         * gst/switch/gstswitch.c:
17829         * gst/vbidec/gstvbidec.c:
17830         * gst/videocrop/gstvideocrop.c:
17831         * gst/videodrop/gstvideodrop.c:
17832         * gst/virtualdub/gstvirtualdub.c:
17833         * gst/xingheader/gstxingmux.c:
17834         * gst/y4m/gsty4mencode.c:
17835         * sys/cdrom/gstcdplayer.c:
17836         * sys/directdraw/gstdirectdrawplugin.c:
17837         * sys/directsound/gstdirectsoundplugin.c:
17838         * sys/dxr3/dxr3init.c:
17839         * sys/glsink/glimagesink.c:
17840         * sys/qcam/gstqcamsrc.c:
17841         * sys/v4l2/gstv4l2.c:
17842         * sys/vcd/vcdsrc.c:
17843         * sys/ximagesrc/ximagesrc.c:
17844           update to use correct defines
17845         * po/POTFILES.in:
17846         * po/af.po:
17847         * po/az.po:
17848         * po/cs.po:
17849         * po/en_GB.po:
17850         * po/hu.po:
17851         * po/it.po:
17852         * po/nb.po:
17853         * po/nl.po:
17854         * po/or.po:
17855         * po/sq.po:
17856         * po/sr.po:
17857         * po/sv.po:
17858         * po/uk.po:
17859         * po/vi.po:
17860           v4l2 has translations, pick them up
17861
17862 2006-03-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17863
17864         * sys/ximagesrc/ximagesrc.c: 
17865           Add docs to ximagesrc
17866
17867 2006-03-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17868
17869         * sys/ximagesrc/ximagesrc.c: (composite_pixel),
17870         (gst_ximagesrc_ximage_get), (gst_ximagesrc_set_property),
17871         (gst_ximagesrc_get_caps), (gst_ximagesrc_class_init):
17872         * sys/ximagesrc/ximagesrc.h:
17873         * sys/ximagesrc/ximageutil.c: (ximageutil_xcontext_get):
17874         * sys/ximagesrc/ximageutil.h:
17875           Fix ximagesrc so a) the cursor doesnt trail and b) there are no
17876           yellow rectangles with the cursor
17877
17878 2006-03-31  Michael Smith  <msmith@fluendo.com>
17879
17880         * configure.ac:
17881           Add autoconfery for theoradec.
17882         * ext/Makefile.am:
17883           Add theora directory.
17884         * ext/theora/Makefile.am:
17885         * ext/theora/theoradec.c: (gst_theoradec_base_init),
17886         (gst_theoradec_class_init), (gst_theoradec_init),
17887         (gst_theoradec_reset), (inc_granulepos), (theora_get_query_types),
17888         (gst_theoradec_granule_clocktime), (theora_dec_src_convert),
17889         (theora_dec_sink_convert), (theora_dec_src_query),
17890         (theora_dec_sink_query), (theora_dec_src_event),
17891         (theora_dec_sink_event), (theora_handle_comment_packet),
17892         (theora_handle_type_packet), (theora_handle_header_packet),
17893         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
17894         (theora_dec_change_state), (plugin_init):
17895         * ext/theora/theoradec.h:
17896           Add theora plugin for theora-exp decoder. Very heavily based on the
17897           existing theora decoder plugin.
17898
17899 2006-03-29  Wim Taymans  <wim@fluendo.com>
17900
17901         * ext/gsm/gstgsmdec.c: (gst_gsmdec_class_init), (gst_gsmdec_init),
17902         (gst_gsmdec_finalize), (gst_gsmdec_sink_event), (gst_gsmdec_chain):
17903         * ext/gsm/gstgsmdec.h:
17904         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init), (gst_gsmenc_init),
17905         (gst_gsmenc_finalize), (gst_gsmenc_chain):
17906         Cleanups, fix leaks.
17907         Handle events and DISCONT.
17908         Use adapter in the decoder.
17909
17910 2006-03-29  Wim Taymans  <wim@fluendo.com>
17911
17912         Patch by: Renato Araujo Oliveira Filho <renatox at gmail dot com>
17913
17914         * configure.ac:
17915         * ext/Makefile.am:
17916         * ext/amrwb/Makefile.am:
17917         * ext/amrwb/README:
17918         * ext/amrwb/amrwb-code/Makefile.am:
17919         * ext/amrwb/amrwb-code/run.sh:
17920         * ext/amrwb/gstamrwb.c: (plugin_init):
17921         * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_base_init),
17922         (gst_amrwbdec_class_init), (gst_amrwbdec_init),
17923         (gst_amrwbdec_setcaps), (gst_amrwbdec_event), (gst_amrwbdec_chain),
17924         (gst_amrwbdec_state_change):
17925         * ext/amrwb/gstamrwbdec.h:
17926         * ext/amrwb/gstamrwbenc.c: (gst_amrwbenc_base_init),
17927         (gst_amrwbenc_class_init), (gst_amrwbenc_init),
17928         (gst_amrwbenc_finalize), (gst_amrwbenc_setcaps),
17929         (gst_amrwbenc_chain), (gst_amrwbenc_state_change):
17930         * ext/amrwb/gstamrwbenc.h:
17931         * ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_base_init),
17932         (gst_amrwbparse_class_init), (gst_amrwbparse_init),
17933         (gst_amrwbparse_querytypes), (gst_amrwbparse_query),
17934         (gst_amrwbparse_chain), (gst_amrwbparse_read_header),
17935         (gst_amrwbparse_loop), (gst_amrwbparse_sink_activate),
17936         (gst_amrwbparse_sink_activate_pull), (gst_amrwbparse_state_change):
17937         * ext/amrwb/gstamrwbparse.h:
17938         Added new plugin amrwb parse.
17939         Renamed audio/AMR to audio/AMR-WB as per spec.
17940         Fixes #333307
17941
17942 2006-03-27  Edgard Lima <edgard.lima@indt.org.br>
17943
17944         * gst-plugins-bad/sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init):
17945         Small fix, now pwc driver can tell about its buffers.
17946
17947 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
17948
17949         * configure.ac:
17950           Remove CXX tag from AS_LIBTOOL_TAGS, just like we
17951           did for -good and -ugly. Fixes build on some systems
17952           and doesn't seem to be required for C++ code.
17953
17954 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
17955
17956         * ext/taglib/gsttaglib.cc:
17957         * ext/taglib/gsttaglib.h:
17958           Fix newsegment event handling a bit. We need to
17959           cache the first newsegment event, because we can't
17960           adjust offsets yet when we get it, as we don't
17961           know the size of the tag yet for sure at that point.
17962           Also do some minor cleaning up here and there and add
17963           some debug statements.
17964
17965 2006-03-25  Tim-Philipp Müller  <tim at centricular dot net>
17966
17967         * ext/taglib/gsttaglib.cc:
17968           We do not want to proxy the caps on the sink pad; our 
17969           source pad should have application/x-id3 caps; also,
17970           don't use already-freed strings in debug messages;
17971           finally, adjust buffer offsets on buffers sent out.
17972
17973 2006-03-25  Tim-Philipp Müller  <tim at centricular dot net>
17974
17975         * sys/v4l2/gstv4l2src.c:
17976           Older kernels don't seem to have this particular v4l2 format,
17977           so comment out until this gets fixed properly (and make
17978           buildbots happy).
17979
17980 2006-03-25  Edgard Lima  <edgard.lima@indt.org.br>
17981
17982         * sys/v4l2/gstv4l2colorbalance.c:
17983         * sys/v4l2/gstv4l2colorbalance.h:
17984         * sys/v4l2/gstv4l2element.c:
17985         * sys/v4l2/gstv4l2src.c:
17986         * sys/v4l2/gstv4l2src.h:
17987         * sys/v4l2/gstv4l2tuner.c:
17988         * sys/v4l2/v4l2_calls.c:
17989         * sys/v4l2/v4l2src_calls.c:
17990         * sys/v4l2/v4l2src_calls.h:
17991         Just make few things more robust and also some identation.
17992
17993 2006-03-23  Wim Taymans  <wim@fluendo.com>
17994
17995         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
17996
17997         * ext/xvid/gstxvidenc.c: (gst_xvidenc_init), (gst_xvidenc_setup),
17998         (gst_xvidenc_chain):
17999         Patch to mark outgoing encoded buffers as delta-units (or not).
18000         Note that this patch also patches:
18001         - the setting of fincr and fbase in xvid-encoder creation based on
18002           caps framerate
18003         - makes 0, rather than 2, the default max_b_frames, as the current
18004           xvidenc does not seem "fully prepared" to handle b-frame 
18005           "effects", such as encoder returning 0 encoded bytes, etc.
18006         Fixes #335585
18007
18008 2006-03-22  Tim-Philipp Müller  <tim at centricular dot net>
18009
18010         * gst/modplug/libmodplug/Makefile.am:
18011         * gst/modplug/libmodplug/load_it.cpp:
18012           Try that again (not only should it be MODPLUG_ instead
18013           of MODFILE, also that define is already set in stdafx.h;
18014           what we really need is some more #ifndefs).
18015
18016 2006-03-22  Tim-Philipp Müller  <tim at centricular dot net>
18017
18018         * gst/modplug/libmodplug/Makefile.am:
18019           More gcc-4.1 fixes (we don't need file saving, so just
18020           define MODPLUG_NO_FILESAVE. That way, the compiler won't
18021           complain about modplug ignoring the return value of fwrite
18022           any longer and we might even save a few bytes as well).
18023
18024 2006-03-22  Tim-Philipp Müller  <tim at centricular dot net>
18025
18026         Patch by: Wouter Paeson  <wouter at kangaroot dot net>
18027
18028         * configure.ac:
18029         * ext/Makefile.am:
18030         * ext/soundtouch/Makefile.am:
18031         * ext/soundtouch/gstpitch.cc:
18032         * ext/soundtouch/gstpitch.hh:
18033           Add new libsoundtouch-based pitch plugin (#331335).
18034
18035 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
18036
18037         * gst/modplug/libmodplug/load_ptm.cpp:
18038           Fix compilation with gcc-4.1 and -Werror (#327355).
18039
18040 2006-03-20  Tim-Philipp Müller  <tim at centricular dot net>
18041
18042         * ext/taglib/gsttaglib.h:
18043           Fix left-over gst_my_filter_get_type.
18044
18045 2006-03-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18046
18047         * sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_open_display),
18048         (gst_ximagesrc_set_property), (gst_ximagesrc_get_property),
18049         (gst_ximagesrc_class_init), (gst_ximagesrc_init):
18050         Have a show mouse pointer property and use it if we can
18051
18052 2006-03-15  Edward Hervey  <edward@fluendo.com>
18053
18054         * gst/qtdemux/qtdemux.c: (gst_qtdemux_dispose):
18055         Let's not forget to chain up to the parent dispose.
18056
18057 2006-03-15  Edward Hervey  <edward@fluendo.com>
18058
18059         * gst/qtdemux/qtdemux.c: (gst_qtdemux_class_init),
18060         (gst_qtdemux_init), (gst_qtdemux_dispose),
18061         (gst_qtdemux_add_stream), (qtdemux_parse_trak):
18062         Series of memleak fixes:
18063         - Unref the GstAdapter in finalize.
18064         - Use gst_pad_new_from_static_template(), shorter and safer.
18065         - Free unused QtDemuxStream when not used.
18066
18067 2006-03-14  Edward Hervey  <edward@fluendo.com>
18068
18069         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_base_init),
18070         (gst_v4l2src_class_init):
18071         Initialization of the debugging category should be as early as possible,
18072         moving it from _class_init() to beginning of _base_init().
18073
18074 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
18075
18076         * ext/taglib/gsttaglib.cc:
18077           Add gtk-doc blurb (unused for the time being); match registered
18078           plugin name to the filename of the plugin (taglibmux => taglib)
18079
18080 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
18081
18082         Patch by: Mikhail Zabaluev  <mhz altlinux org>
18083
18084         * autogen.sh:
18085           Don't check for file that only exists in CVS but isn't
18086           disted (#334417)
18087
18088 2006-03-13  Julien MOUTTE  <julien@moutte.net>
18089
18090         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
18091         * sys/v4l2/Makefile.am: Fix build of v4l2 (sigh)
18092
18093 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
18094
18095         * Makefile.am:
18096         * configure.ac:
18097           Fix distcheck.
18098
18099 2006-03-12  Edward Hervey  <edward@fluendo.com>
18100
18101         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
18102         (gst_v4l2src_buffer_pool_free):
18103         g_atomic_int_set is only available in glib-0.10, use gst_atomic_int_et
18104         instead.
18105
18106 2006-03-12  Edward Hervey  <edward@fluendo.com>
18107
18108         * sys/v4l2/gstv4l2element.h:
18109         Remove tim's addition of "_stdint.h" since it doesn't make the PPC
18110         buildbot happy.
18111         I will just use the same comment Ronald used when he added these lines:
18112         Yet Another Hack (tm) for kernel header borkedness.
18113
18114 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
18115
18116         * ext/taglib/Makefile.am:
18117         * ext/taglib/gsttaglib.cc:
18118         * ext/taglib/gsttaglib.h:
18119           Add support for writing MusicBrainz IDs.
18120
18121 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
18122
18123         * sys/v4l2/gstv4l2element.h:
18124           Include "_stdint.h" in an attempt to make the
18125           PPC-buildbot happy.
18126
18127 2006-03-11  Edgard Lima  <edgard.lima@indt.org.br>
18128
18129         * configure.ac:
18130         * sys/Makefile.am:
18131         * sys/v4l2/Makefile.am:
18132         * sys/v4l2/gstv4l2.c:
18133         * sys/v4l2/gstv4l2colorbalance.h:
18134         * sys/v4l2/gstv4l2element.c:
18135         * sys/v4l2/gstv4l2element.h:
18136         * sys/v4l2/gstv4l2src.c:
18137         * sys/v4l2/gstv4l2src.h:
18138         * sys/v4l2/gstv4l2tuner.c:
18139         * sys/v4l2/gstv4l2tuner.h:
18140         * sys/v4l2/gstv4l2xoverlay.c:
18141         * sys/v4l2/gstv4l2xoverlay.h:
18142         * sys/v4l2/v4l2_calls.c:
18143         * sys/v4l2/v4l2_calls.h:
18144         * sys/v4l2/v4l2src_calls.c:
18145         * sys/v4l2/v4l2src_calls.h:
18146         V4L2 ported to 0.10.
18147         
18148 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
18149
18150         * configure.ac:
18151           Only compile the taglib plugin if a C++ compiler is
18152           present. Use GST_DEFAULT_ELEMENTS macro from common/
18153           for all the defaults stuff.
18154
18155 2006-03-11  Christophe Fergeau  <teuf@gnome.org>
18156
18157         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18158
18159         * configure.ac:
18160         * gst/xingheader/Makefile.am:
18161         * gst/xingheader/gstxingmux.c: 
18162         * gst/xingheader/gstxingmux.h: added new element to add Xing headers
18163         to MP3 files (this allows decoder to figure out the length of VBR
18164         files) 
18165
18166 2006-03-11  Christophe Fergeau  <teuf@gnome.org>
18167         
18168         Patch by: Alex Lancaster
18169         
18170         * ext/taglib/gsttaglib.cc: fix writing of TPOS tags (album number),
18171         and add support for TCOP (copyright)
18172
18173 2006-03-10  Julien MOUTTE  <julien@moutte.net>
18174
18175         * gst/modplug/Makefile.am:
18176         * gst/modplug/gstmodplug.cc: Fix modplug compilation.
18177
18178 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
18179
18180         * configure.ac:
18181         * gst/modplug/Makefile.am:
18182         * gst/modplug/gstmodplug.cc:
18183         * gst/modplug/gstmodplug.h:
18184         * gst/modplug/libmodplug/sndfile.cpp:
18185         * gst/modplug/libmodplug/sndfile.h:
18186           modplug plugin ported to 0.10 (#332598, patch by:
18187           Jonathan Matthew <jonathan at kaolin wh9 net>).
18188
18189 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
18190
18191         * ext/libmms/gstmms.c: (gst_mms_urihandler_init),
18192         (gst_mms_base_init), (gst_mms_class_init), (gst_mms_init),
18193         (gst_mms_finalize), (gst_mms_create), (gst_mms_start),
18194         (gst_mms_set_property), (gst_mms_get_property),
18195         (gst_mms_uri_get_uri):
18196         * ext/libmms/gstmms.h:
18197           Some clean-ups; more debug output; use blocksize property
18198           of GstBaseSrc instead of re-registering our own; make debug
18199           category actually be used.
18200
18201 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
18202
18203         * gst/qtdemux/qtdemux.c: (gst_qtdemux_send_event):
18204           Fix build with gcc-4.1 (#327355).
18205
18206 2006-03-09  Christophe Fergeau  <teuf@gnome.org>
18207
18208         reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18209
18210         * configure.ac:
18211         * ext/Makefile.am:
18212         * ext/taglib/Makefile.am:
18213         * ext/taglib/gsttaglib.cc:
18214         * ext/taglib/gsttaglib.h: new id3v2 muxer based on TagLib
18215
18216 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
18217
18218         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta):
18219           Extract disc number and count from files that use
18220           'disk' instead of 'disc' as node identifier for that
18221           (fixes #332066).
18222
18223 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
18224
18225         * ext/musepack/gstmusepackdec.h:
18226         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek):
18227           Forgot those two.
18228
18229 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
18230
18231         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_base_init),
18232         (gst_musepackdec_init), (gst_musepackdec_send_newsegment),
18233         (gst_musepackdec_handle_seek_event),
18234         (gst_musepackdec_get_src_query_types), (gst_musepackdec_src_query),
18235         (gst_musepack_stream_init), (gst_musepackdec_sink_activate),
18236         (gst_musepackdec_sink_activate_pull), (gst_musepackdec_loop),
18237         (gst_musepackdec_change_state):
18238           Some cleanups; pause task when push fails.
18239
18240 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
18241
18242         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
18243           Add support for '3IVD' fourcc (#333403).
18244
18245 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
18246
18247         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_send_tags),
18248         (gst_faad_setcaps), (gst_faad_do_raw_seek), (gst_faad_src_event),
18249         (gst_faad_sink_event), (gst_faad_src_convert),
18250         (gst_faad_src_query), (gst_faad_chain), (gst_faad_change_state):
18251           Add query function for position/duration querying (mostly for
18252           raw AAC streams); make seeking in raw AAC streams work; post
18253           tags with codec name if this is a raw AAC stream.
18254
18255 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
18256
18257         * sys/directdraw:
18258         * sys/directsound:
18259           sinks are now using GST_RANK_PRIMARY to be used with autodectection
18260         * win32/vs6:
18261           project files updated to fix some bugs
18262         * win32/vs7:
18263         * win32/vs8:
18264           vs7 and vs8 project files added
18265         
18266 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
18267
18268         * ext/xvid/gstxviddec.c: (gst_xviddec_chain):
18269           Declare variable at the beginning of the block and make gcc-2.9x
18270           happy (fixes #333283; patch by: Jens Granseuer).
18271
18272 2006-03-03  Edward Hervey  <edward@fluendo.com>
18273
18274         * gst/qtdemux/qtdemux.c: (qtdemux_parse), (qtdemux_parse_trak):
18275         Use GST_WARNING instead of GST_ERROR for all the too short/long atoms
18276         when parsing.
18277         Also let's be a bit less vulgar in our warning messages :)
18278
18279 2006-02-28  Tim-Philipp Müller  <tim at centricular dot net>
18280
18281         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
18282           Can't divide through zero (suppress warning in case of
18283           stream with one single still picture) (see #327083)
18284
18285 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18286
18287         * sys/glsink/glimagesink.c: It doesn't seem we need GLU.h
18288
18289 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
18290
18291         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
18292         (qtdemux_parse_trak), (qtdemux_video_caps):
18293           Add support for palettised Apple SMC videos (#327075, based on
18294           patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>).
18295
18296 2006-02-24  Michael Smith  <msmith@fluendo.com>
18297
18298         * autogen.sh:
18299           Allow automake 1.9
18300
18301 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
18302
18303         * ext/neon/gstneonhttpsrc.c:
18304         Changed property name from "uri" to "location" 
18305
18306 2006-02-22  Jan Schmidt  <thaytan@mad.scientist.com>
18307
18308         * configure.ac:
18309         * sys/glsink/Makefile.am:
18310         Merge patch from #317048 for building on Cygwin. Patch by 
18311         Cygwin Ports maintainer.
18312         * sys/glsink/glimagesink.c: (gst_glimage_sink_init_display):
18313         Move normal debug output to LOG level not ERROR.
18314
18315 2006-02-19  Jan Gerber  <j@bootlab.org>
18316
18317         Reviewed by : Edward Hervey <edward@fluendo.com>
18318
18319         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
18320           Add 'dvsd' and 'dv25' to list of possible fourcc values for DV Video.
18321           Add image/png for fourcc 'png '
18322  
18323 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
18324
18325         * configure.ac:
18326           Surely this is supposed to be >= a.b, not == a.b
18327
18328 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
18329
18330         * configure.ac:
18331         * sys/Makefile.am:
18332         * sys/ximagesrc/Makefile.am:
18333         * sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_return_buf),
18334         (gst_ximagesrc_open_display), (gst_ximagesrc_start),
18335         (gst_ximagesrc_stop), (gst_ximagesrc_unlock),
18336         (gst_ximagesrc_recalc), (composite_pixel),
18337         (gst_ximagesrc_ximage_get), (gst_ximagesrc_create),
18338         (gst_ximagesrc_set_property), (gst_ximagesrc_get_property),
18339         (gst_ximagesrc_clear_bufpool), (gst_ximagesrc_base_init),
18340         (gst_ximagesrc_dispose), (gst_ximagesrc_finalize),
18341         (gst_ximagesrc_get_caps), (gst_ximagesrc_set_caps),
18342         (gst_ximagesrc_fixate), (gst_ximagesrc_class_init),
18343         (gst_ximagesrc_init), (plugin_init):
18344         * sys/ximagesrc/ximagesrc.h:
18345         * sys/ximagesrc/ximageutil.c: (ximageutil_handle_xerror),
18346         (ximageutil_check_xshm_calls), (ximageutil_xcontext_get),
18347         (ximageutil_xcontext_clear),
18348         (ximageutil_calculate_pixel_aspect_ratio),
18349         (gst_ximagesrc_buffer_finalize), (gst_ximage_buffer_free),
18350         (gst_ximagesrc_buffer_init), (gst_ximagesrc_buffer_class_init),
18351         (gst_ximagesrc_buffer_get_type), (gst_ximageutil_ximage_new),
18352         (gst_ximageutil_ximage_destroy):
18353         * sys/ximagesrc/ximageutil.h:
18354
18355         Port ximagesrc to 0.10 (Closes #304795)
18356
18357 2006-02-20  Edgard Lima <edgard.lima@indt.org.br>
18358
18359         * gst/freeze/gstfreeze.c:
18360         * gst/freeze/gstfreeze.h:
18361         Some event handling added by Renato Filho <renato.filho@indt.org.br>
18362
18363 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
18364
18365         * configure.ac:
18366         Back to CVS nano
18367
18368 === release 0.10.1 ===
18369
18370 2006-02-20  Jan Schmidt <thaytan@mad.scientist.com>
18371
18372         * configure.ac:
18373           releasing 0.10.1, "Slimy - yet satisfying"
18374
18375 2006-02-19  Jan Schmidt <thaytan@mad.scientist.com>
18376
18377         * configure.ac:
18378           Release 0.10.0.3 - pre-release for 0.10.1
18379
18380 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
18381
18382         * ext/bz2/gstbz2.c:
18383         * ext/bz2/gstbz2dec.c:
18384         * ext/bz2/gstbz2dec.h:
18385         * ext/bz2/gstbz2enc.c:
18386         * ext/bz2/gstbz2enc.h:
18387           Add proper copyright headers identifying Lutz Müller
18388           as the author and copyright holder (#331600).
18389
18390 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
18391
18392         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
18393           Don't GST_LOG timestamps from nonexistent index
18394           entries (#331582).
18395
18396 2006-02-17  Edward Hervey  <edward@fluendo.com>
18397
18398         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header):
18399         Check that the size of the returned buffer is of the correct size
18400         because the parser assumes that.
18401         Fixes #331543.
18402
18403 2006-02-17  Jan Schmidt <thaytan@mad.scientist.com>
18404
18405         * configure.ac:
18406           Release 0.10.0.2 - pre-release for 0.10.1
18407
18408 2006-02-16  Edward Hervey  <edward@fluendo.com>
18409
18410         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_src_event),
18411         (gst_qtdemux_loop), (qtdemux_sink_activate_pull):
18412         Don't stop the task if the pad isn't linked.
18413
18414 2006-02-15  Tim-Philipp Müller  <tim at centricular dot net>
18415
18416         * gst/qtdemux/qtdemux.c: (gst_qtdemux_chain):
18417           It appears 100% equals 1/1 and not 100/1 ...
18418
18419 2006-02-15  Tim-Philipp Müller  <tim at centricular dot net>
18420
18421         * gst/qtdemux/qtdemux.c: (gst_qtdemux_post_buffering),
18422         (gst_qtdemux_chain):
18423           When buffering MDAT data, show the user something is
18424           happening by posting 'buffering' messages on the bus.
18425
18426 2006-02-14  Edward Hervey  <edward@fluendo.com>
18427
18428         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
18429         (gst_qtdemux_handle_src_query), (gst_qtdemux_change_state),
18430         (next_entry_size), (gst_qtdemux_chain):
18431         * gst/qtdemux/qtdemux.h:
18432         Make push-based work if mdat atom is before moov atom.
18433         Don't answer duration query. This should be transformed into replying
18434         FALSE to seek events.
18435
18436 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
18437
18438         * ext/libmms/gstmms.c: (gst_mms_class_init), (gst_mms_create),
18439         (gst_mms_start):
18440           Return FLOW_UNEXPECTED on EOS, not FLOW_ERROR. Also, no need to
18441           push our own EOS event on EOS, the base class will do that for us;
18442           fix bogus query code; post semi-decent errors on the bus when an
18443           error occurs in ::start(), otherwise the user will get to see
18444           whatever cryptic default message GstBaseSrc comes up with.
18445
18446 2006-02-14  Andy Wingo  <wingo@pobox.com>
18447
18448         * sys/glsink/glimagesink.c (gst_glimage_sink_init): Come on
18449         schleef, don't break me gst-inspect -a.
18450
18451 2006-02-14  Edward Hervey  <edward@fluendo.com>
18452
18453         * gst/qtdemux/qtdemux.c: (next_entry_size), (gst_qtdemux_chain):
18454         Handle the case where data atoms are before moov atoms in push-based mode.
18455         Errors out gracefully.
18456
18457 2006-02-13  Edward Hervey  <edward@fluendo.com>
18458
18459         * gst/qtdemux/Makefile.am:
18460         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
18461         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
18462         (extract_initial_length_and_fourcc),
18463         (gst_qtdemux_loop_state_header), (gst_qtdemux_loop_state_movie),
18464         (gst_qtdemux_loop_header), (next_entry_size), (gst_qtdemux_chain),
18465         (qtdemux_sink_activate), (qtdemux_sink_activate_pull),
18466         (qtdemux_sink_activate_push), (qtdemux_parse_trak):
18467         * gst/qtdemux/qtdemux.h:
18468         QtDemux can now work push-based.
18469         It still needs some love for seeking.
18470
18471 2006-02-13  Edgard Lima  <edgard.lima@indt.org.br>
18472
18473         * configure.ac:
18474         * gst/freeze/Makefile.am:
18475         * gst/freeze/gstfreeze.c:
18476         * gst/freeze/gstfreeze.h:
18477         * gst/freeze/FAQ:
18478         freeze plugin ported to 0.10 by
18479         Renato Filho <renato.filho@indt.org.br>
18480
18481 2006-02-10  Tim-Philipp Müller  <tim at centricular dot net>
18482
18483         * configure.ac:
18484         * gst/cdxaparse/Makefile.am:
18485         * gst/cdxaparse/gstcdxaparse.c:
18486         * gst/cdxaparse/gstcdxaparse.h:
18487           Port cdxaparse, makes VCD playback work.
18488
18489 2006-02-07  Thomas Vander Stichele  <thomas at apestaart dot org>
18490
18491         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
18492         (qtdemux_parse_trak):
18493           use the correct variable to check if we can calculate
18494           the last chunk.  Looks like an obvious bug, and makes
18495           the dump of offsets comparable to other tools
18496
18497 2006-02-07  Thomas Vander Stichele  <thomas at apestaart dot org>
18498
18499         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
18500         (qtdemux_parse_trak):
18501           clean up some debugging, using _OBJECT, moving recurring
18502           messages to LOG level
18503
18504 2006-02-06  Edgard Lima <edgard.lima@indt.org.br>
18505
18506         * configure.ac:
18507         * ext/neon/gstneonhttpsrc.c:
18508         Now it uses libneon 0.25.5 that supports shoutcast.
18509
18510 2006-02-06  Lutz Mueller <lutz@topfrose.de>
18511
18512         Reviewed by: Edward Hervey <edward@fluendo.com>
18513         
18514         * ext/bz2/gstbz2enc.c: Accepd "ANY" caps. Use "x-bzip" instead of
18515         "x-bz2".
18516         * ext/bz2/gstbz2dec.c: Use "x-bzip" instead of "x-bz2". Initial
18517         caps are "ANY".
18518         (gst_bz2dec_chain): Configure the source pad if we can figure out
18519         the mime type of the decompressed data.
18520         (gst_bz2dec_[get,set]_property):
18521         (gst_bz2dec_class_init: New property "first_buffer_size".
18522         
18523
18524 2006-02-06  Wim Taymans  <wim@fluendo.com>
18525
18526         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_src_query),
18527         (gst_qtdemux_handle_src_event), (gst_qtdemux_loop_header),
18528         (qtdemux_inflate), (qtdemux_parse), (qtdemux_parse_trak),
18529         (qtdemux_parse_udta), (qtdemux_tag_add_str), (qtdemux_tag_add_num),
18530         (qtdemux_tag_add_gnre), (gst_qtdemux_handle_esds),
18531         (qtdemux_video_caps), (qtdemux_audio_caps):
18532         * gst/qtdemux/qtdemux.h:
18533         Some QT demux loving.
18534         Handle seeking in a less broken way.
18535         Fix AMR caps to match the AMR decoder.
18536         Set first timestamp on AMR samples to 0 for now.
18537         Remove some \n in DEBUG strings.
18538         Use _scale_int for maximum precision.
18539
18540 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18541
18542         * gst/apetag/Makefile.am:
18543         * gst/apetag/apedemux.c:
18544         * gst/apetag/apedemux.h:
18545         * gst/apetag/apetag.c:
18546           Remove old files, apetag is in gst-plugins-good now.
18547
18548 2006-02-06  Andy Wingo  <wingo@pobox.com>
18549
18550         * ext/bz2/gstbz2enc.c (gst_bz2enc_class_init): 
18551         * ext/bz2/gstbz2dec.c (gst_bz2dec_class_init): No need to init
18552         parent_class, the boilerplate does it for you.
18553
18554 2006-02-05  Lutz Mueller <lutz@topfrose.de>
18555
18556         reviewed by: Andy Wingo <wingo@pobox.com>
18557
18558         * configure.ac:
18559         * ext/Makefile.am: Hook it up.
18560         * ext/bz2/gstbz2.c:
18561         * ext/bz2/gstbz2dec.h:
18562         * ext/bz2/gstbz2dec.c:
18563         * ext/bz2/gstbz2enc.h:
18564         * ext/bz2/gstbz2enc.c: New plugin, implements bz2 encoding and
18565         decoding (#303167).
18566         
18567 2006-01-30  Andy Wingo  <wingo@pobox.com>
18568
18569         * sys/glsink/Makefile.am (libgstglimagesink_la_LIBADD) 
18570         (libgstglimagesink_la_CFLAGS): Add PLUGINS_BASE cflags and libs.
18571
18572 2006-01-29  Tim-Philipp Müller  <tim at centricular dot net>
18573
18574         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_setcaps),
18575         (gst_wavpack_dec_base_init), (gst_wavpack_dec_dispose),
18576         (gst_wavpack_dec_class_init), (gst_wavpack_dec_sink_event),
18577         (gst_wavpack_dec_init), (gst_wavpack_dec_format_samples),
18578         (gst_wavpack_dec_chain), (gst_wavpack_dec_plugin_init):
18579           Add debug category, use boilerplate macros, fix handling
18580           of widths of 32 bits.
18581
18582         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init),
18583         (gst_wavpack_parse_dispose), (gst_wavpack_parse_class_init),
18584         (gst_wavpack_parse_index_get_last_entry),
18585         (gst_wavpack_parse_index_get_entry_from_sample),
18586         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
18587         (gst_wavpack_parse_src_query),
18588         (gst_wavpack_parse_scan_to_find_sample),
18589         (gst_wavpack_parse_send_newsegment),
18590         (gst_wavpack_parse_handle_seek_event),
18591         (gst_wavpack_parse_src_event), (gst_wavpack_parse_init),
18592         (gst_wavpack_parse_get_upstream_length),
18593         (gst_wavpack_parse_pull_buffer),
18594         (gst_wavpack_parse_create_src_pad), (gst_wavpack_parse_loop),
18595         (gst_wavpack_parse_change_state),
18596         (gst_wavepack_parse_sink_activate),
18597         (gst_wavepack_parse_sink_activate_pull),
18598         (gst_wavpack_parse_plugin_init):
18599         * ext/wavpack/gstwavpackparse.h:
18600           Rewrite a bit, mostly to fix flow logic and to make seeking work.
18601           Fix buffer/event refcounting. Add some debug statements. Add
18602           width of 32 to source pad template caps. Use boilerplate macros.
18603
18604 2006-01-28  Edward Hervey  <edward@fluendo.com>
18605
18606         * sys/glsink/Makefile.am:
18607         glimagesink.h is dead, long live glimagesink.h
18608
18609 2006-01-27  David Schleef  <ds@schleef.org>
18610
18611         * configure.ac:
18612         * sys/Makefile.am:
18613         * sys/glsink/Makefile.am:
18614         * sys/glsink/glimagesink.c:
18615         * sys/glsink/glimagesink.h:
18616           revival of glimagesink.  Kind of works.
18617
18618 2006-01-27  Tim-Philipp Müller  <tim at centricular dot net>
18619
18620         * ext/faad/gstfaad.c: (gst_faad_setcaps),
18621         (gst_faad_chanpos_to_gst), (gst_faad_sync), (gst_faad_chain):
18622           Handle 'framed' field in caps; Port syncing for raw streams
18623           from 0.8 branch (for AAC+ radio streams) (#328854, #328721).
18624
18625 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18626
18627         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_supported),
18628         (gst_sdlvideosink_xoverlay_set_xwindow_id),
18629         (gst_sdlvideosink_deinitsdl), (gst_sdlv_process_events),
18630         (gst_sdlvideosink_event_thread), (gst_sdlvideosink_initsdl),
18631         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
18632         (gst_sdlvideosink_setcaps), (gst_sdlvideosink_show_frame),
18633         (gst_sdlvideosink_change_state),
18634         (gst_sdlvideosink_navigation_send_event):
18635         * ext/sdl/sdlvideosink.h:
18636           Fix output stride copying, so that it displays correctly on 
18637           framebuffer devices that don't match our implict GStreamer stride
18638           arrangement.
18639
18640           Fix locking things. Offer XOverlay only when SDL is running against
18641           X. Make non-scaled (and ugly) embedding work via X Overlay. It can't
18642           actually match the embedded window size because there's no way to
18643           figure out what size that should be from the XOverlay interface.
18644           See comment in sdlvideosink.c
18645
18646 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
18647
18648         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
18649           Fix wrong memcpy source pointer.
18650
18651 2006-01-25  Edgard Lima <edgard.lima@indt.org.br>
18652
18653         * ext/libmms/gstmms.c: (gst_mms_finalize):
18654         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_finalize):
18655         Just chain up finalize calls (calling parent_class->finalize).
18656
18657 2006-01-25  Edgard Lima <edgard.lima@indt.org.br>
18658
18659         * ext/libmms/gstmms.c: (gst_mms_finalize), (gst_mms_set_property),
18660         (gst_mms_get_property), (gst_mms_src_query), (gst_mms_class_init):
18661         Finalize method has been created and others small changes.
18662
18663 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
18664
18665         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_base_init),
18666         (gst_musepackdec_class_init), (gst_musepackdec_init),
18667         (gst_musepackdec_send_newsegment),
18668         (gst_musepackdec_handle_seek_event), (gst_musepackdec_src_event),
18669         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
18670         (gst_musepack_stream_init), (gst_musepackdec_sink_activate_pull),
18671         (gst_musepackdec_loop), (gst_musepackdec_change_state):
18672         * ext/musepack/gstmusepackdec.h:
18673         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
18674         (gst_musepack_reader_seek), (gst_musepack_reader_tell),
18675         (gst_musepack_reader_get_size):
18676         * ext/musepack/gstmusepackreader.h:
18677           Fix seeking in musepack files (it's still incredibly slow, but I
18678           don't think that is our plugin's fault). Clean up code and get
18679           rid of old cruft. Post tags with all kind of neat information like
18680           replay gain and such on the bus, if it is available. Add a
18681           'musepackdec' debug category.
18682
18683 2006-01-24  Edward Hervey  <edward@fluendo.com>
18684
18685         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
18686         (gst_qtdemux_add_stream), (qtdemux_parse_trak):
18687         More coherent framerate setting on caps.
18688         If sample_size is available, use that for the samples' duration in
18689         the index. This enables single frame streams to work (and I imagine
18690         fixes some other cases).
18691         Tested on testsuite, no regression.
18692
18693 2006-01-23  Edward Hervey  <edward@fluendo.com>
18694
18695         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
18696         (qtdemux_video_caps), (qtdemux_audio_caps):
18697         Added codec recognition for:
18698         _ VP31 : video/x-vp3
18699         _ AVDJ : image/jpeg
18700         _ dvcp, dvc  : video/x-dv, systemstream=(boolean)false
18701         _ 0x6d730017 : audio/x-adpcm, layout=(string)quicktime
18702
18703 2006-01-21  David Schleef  <ds@schleef.org>
18704
18705         * configure.ac:
18706         * ext/swfdec/gstswfdec.c: Update from swfdec.
18707
18708 2006-01-21  Tim-Philipp Müller  <tim at centricular dot net>
18709
18710         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
18711         (qtdemux_audio_caps):
18712           'twos' and 'sowt' fourcc can be 16bit or 8bit audio.
18713           Fix 8bit case (#327133, based on patch by: Fabrizio
18714           Gennari <fabrizio dot ge at tiscali dot it>).
18715           Also, "G_LITTLE_ENDIAN" and "G_BIG_ENDIAN" are not
18716           valid literals for endianness in caps strings,
18717           only "LITTLE_ENDIAN" and "BIG_ENDIAN" are valid. 
18718
18719 2006-01-20  Edgard Lima <edgard.lima@indt.org.br>
18720
18721         * ext/ivorbis/vorbisfile.c:
18722         * ext/neon/gstneonhttpsrc.c:
18723         Fixed state transictions PLAYING->NULL->PLAYING.
18724         
18725 2006-01-19  Edgard Lima <edgard.lima@indt.org.br>
18726
18727         * ext/tremor/vorbisfile.c:
18728         Some minor improvements on log messages.
18729
18730 2006-01-18  Edgard Lima <edgard.lima@indt.org.br>
18731
18732         * gst/qtdemux/qtdemux.c: qtdemux_parse_trak:
18733         Ronald's patch applied. see bug #326318.
18734
18735 2006-01-17  Tim-Philipp Müller  <tim at centricular dot net>
18736
18737         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
18738         (gst_qtdemux_send_event), (gst_qtdemux_handle_src_event),
18739         (gst_qtdemux_change_state), (gst_qtdemux_loop_header):
18740         * gst/qtdemux/qtdemux.h:
18741           Fix seeking for quicktime files. Could still use some more
18742           love and sophistication.
18743
18744 2006-01-16  Edgard Lima <edgard.lima@indt.org.br>
18745
18746         * ext/libmms/gstmms.c: gst_mms_init:
18747         * ext/neon/gstneonhttpsrc.c: gst_neonhttp_src_init:
18748         * ext/sdl/sdlaudiosink.c: gst_sdlaudio_sink_dispose:
18749         Removed gst_base_src_set_live from mms and neon, and now calling
18750         parent_class->dispose in dispose on sdlaudio.
18751         
18752 2006-01-11  Edgard Lima <edgard.lima@indt.org.br>
18753
18754         * ext/sdl/sdlvideosink.c:
18755         Now implementing navigation interface and using
18756         GST_BOILER_PLATE_FULL.
18757         
18758 2006-01-11  Christian Schaller  <christian@fluendo.com>
18759
18760         Remove SunAudio plugin as Brian's new one is in -good
18761
18762         * sys/Makefile.am:
18763         * sys/sunaudio/Makefile.am:
18764         * sys/sunaudio/gstsunaudio.c:
18765         * sys/sunaudio/gstsunaudiosrc.c:
18766         * sys/sunaudio/gstsunaudiosrc.h:
18767         * sys/sunaudio/gstsunelement.c:
18768         * sys/sunaudio/gstsunelement.h:
18769         * sys/sunaudio/gstsunmixer.c:
18770         * sys/sunaudio/gstsunmixer.h:
18771
18772 2006-01-11  Edgard Lima <edgard.lima@indt.org.br>
18773
18774         * ext/sdl/sdlaudiosink.c:
18775         Replaced wrong style code by GST_BOILERPLATE.
18776         
18777 2006-01-11  Fabrizio Gennari <fabrizio.ge@tiscali.it>
18778
18779         reviewed by: Edward Hervey  <edward@fluendo.com>
18780
18781         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
18782         Add support for Indeo3 video in Quicktime files.
18783         Closes #326524
18784
18785 2006-01-09  Edgard Lima <edgard.lima@indt.org.br>
18786
18787         * configure.ac:
18788         * ext/sdl/Makefile.am:
18789         * ext/sdl/gstsdl.c:
18790         * ext/sdl/sdlaudiosink.c:
18791         * ext/sdl/sdlaudiosink.h:
18792         * ext/sdl/sdlvideosink.c:
18793         Created new element, sdlaudiosink.
18794         
18795 2006-01-05  Sebastien Moutte  <sebastien@moutte.net>
18796
18797         * added sys/directdraw
18798         * added sys/directsound
18799         * added win32/vs6/gst_plugins_bad.dsw
18800         * added win32/vs6/libgstdirectsound.dsp
18801         * added win32/vs6/libgstdirectdraw.dsp
18802         * added win32/common/config.h
18803         
18804 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
18805
18806         * gst/games/gstpuzzle.c: (plugin_init):
18807           call oil_init() when using liboil
18808
18809 2006-01-04  Edgard Lima <edgard.lima@indt.org.br>
18810
18811         * ext/neon/gstneonhttpsrc.c:
18812         * ext/neon/gstneonhttpsrc.h:
18813         Some improvements in cancellation and debug messages.
18814                         
18815 2006-01-04  Edgard Lima <edgard.lima@indt.org.br>
18816
18817         * ext/neon/gstneonhttpsrc.c:
18818         * ext/neon/gstneonhttpsrc.h:
18819         Removed not need thread and changed to push out blocksize bytes.
18820         
18821 2005-12-28  Edgard Lima <edgard.lima@indt.org.br>
18822
18823         * configure.ac:
18824         * ext/Makefile.am
18825         * ext/neon:
18826         * ext/neon/Makefile.am:
18827         * ext/neon/gstneonhttpsrc.c:
18828         * ext/neon/gstneonhttpsrc.h:
18829         Created new element neonhttpsrc.
18830
18831 2005-12-19  Edward Hervey  <edward@fluendo.com>
18832
18833         * ext/swfdec/gstswfdec.c: (gst_swfdec_class_init),
18834         (gst_swfdec_chain), (gst_swfdec_render):
18835         Add debugging category and return GstFlowReturn in the right places
18836         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_link):
18837         Get something from the peer pad once we've checked if there is a peer pad.
18838         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
18839         (qtdemux_tree_get_child_by_type), (qtdemux_parse_trak),
18840         (qtdemux_video_caps):
18841         Couple of fixes
18842
18843 2005-12-19  Edgard Lima <edgard.lima@indt.org.br>
18844
18845         * ext/divx/Makefile.am:
18846         just a small fix. I have to pay more attention when commiting ;-)
18847
18848 2005-12-19  Edgard Lima <edgard.lima@indt.org.br>
18849
18850         * configure.ac:
18851         * ext/Makefile.am:
18852         * ext/divx/Makefile.am:
18853         * ext/divx/gstdivxdec.c:
18854         * ext/divx/gstdivxdec.h:
18855         * ext/divx/gstdivxenc.c:
18856         * ext/divx/gstdivxenc.h:
18857         divxdec and divxenc ported to 0.10
18858         
18859 2005-12-18  Julien MOUTTE  <julien@moutte.net>
18860
18861         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
18862         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_create),
18863         (gst_dfbvideosink_event_thread), (gst_dfbvideosink_enum_devices),
18864         (gst_dfbvideosink_setup), (gst_dfbvideosink_cleanup),
18865         (gst_dfbvideosink_can_blit_from_format),
18866         (gst_dfbvideosink_getcaps), (gst_dfbvideosink_setcaps),
18867         (gst_dfbvideosink_show_frame), (gst_dfbvideosink_buffer_alloc),
18868         (gst_dfbsurface_finalize),
18869         (gst_dfbvideosink_navigation_send_event),
18870         (gst_dfbvideosink_update_colorbalance),
18871         (gst_dfbvideosink_set_property), (gst_dfbvideosink_init): Some
18872         more refactoring, handle exotic DirectFB row stride.
18873
18874 2005-12-18  Julien MOUTTE  <julien@moutte.net>
18875
18876         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
18877         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt: Updates.
18878         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_create),
18879         (gst_dfbvideosink_event_thread), (gst_dfbvideosink_enum_devices),
18880         (gst_dfbvideosink_setup), (gst_dfbvideosink_cleanup),
18881         (gst_dfbvideosink_can_blit_from_format),
18882         (gst_dfbvideosink_getcaps), (gst_dfbvideosink_setcaps),
18883         (gst_dfbvideosink_show_frame), (gst_dfbvideosink_buffer_alloc),
18884         (gst_dfbsurface_finalize),
18885         (gst_dfbvideosink_navigation_send_event),
18886         (gst_dfbvideosink_update_colorbalance),
18887         (gst_dfbvideosink_set_property), (gst_dfbvideosink_get_property),
18888         (gst_dfbvideosink_finalize), (gst_dfbvideosink_init),
18889         (gst_dfbvideosink_class_init):
18890         * ext/directfb/dfbvideosink.h: Implement pixel-aspect-ratio.
18891         This should work both for hardware accelerated scaling and
18892         reverse caps negotiation with a scaling element.
18893
18894 2005-12-17  Julien MOUTTE  <julien@moutte.net>
18895
18896         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
18897         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
18898         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
18899         * docs/plugins/gst-plugins-bad-plugins.args:
18900         * docs/plugins/gst-plugins-bad-plugins.interfaces:
18901         * docs/plugins/gst-plugins-bad-plugins.signals:
18902         * docs/plugins/inspect/plugin-dfbvideosink.xml:
18903         * docs/plugins/inspect/plugin-qtdemux.xml:
18904         * docs/plugins/inspect/plugin-sdlvideosink.xml:
18905         * docs/plugins/inspect/plugin-speed.xml:
18906         * docs/plugins/inspect/plugin-tta.xml: Updates.
18907         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_create),
18908         (gst_dfbvideosink_event_thread), (gst_dfbvideosink_enum_vmodes),
18909         (gst_dfbvideosink_enum_devices), (gst_dfbvideosink_setup),
18910         (gst_dfbvideosink_cleanup),
18911         (gst_dfbvideosink_can_blit_from_format),
18912         (gst_dfbvideosink_get_best_vmode), (gst_dfbvideosink_getcaps),
18913         (gst_dfbvideosink_setcaps), (gst_dfbvideosink_show_frame),
18914         (gst_dfbvideosink_buffer_alloc), (gst_dfbsurface_finalize),
18915         (gst_dfbvideosink_interface_supported),
18916         (gst_dfbvideosink_navigation_send_event),
18917         (gst_dfbvideosink_update_colorbalance),
18918         (gst_dfbvideosink_colorbalance_list_channels),
18919         (gst_dfbvideosink_colorbalance_set_value),
18920         (gst_dfbvideosink_colorbalance_get_value),
18921         (gst_dfbvideosink_colorbalance_init),
18922         (gst_dfbvideosink_set_property), (gst_dfbvideosink_get_property),
18923         (gst_dfbvideosink_init), (gst_dfbvideosink_class_init):
18924         * ext/directfb/dfbvideosink.h: Implement vertical sync and 
18925         color balance interface.
18926
18927 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
18928
18929         * ext/artsd/gstartsdsink.c: (gst_artsdsink_open_audio):
18930         * gst/festival/gstfestival.c: (socket_receive_file_to_buff):
18931         * gst/vbidec/vbidata.c:
18932         * gst/vbidec/vbidata.h:
18933         * gst/vbidec/vbiscreen.c:
18934         * sys/dxr3/ac3_padder.c:
18935           don't use doc comments for non-docs
18936           change some char* into char[]
18937
18938 2005-12-16  Julien MOUTTE  <julien@moutte.net>
18939
18940         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_enum_layers),
18941         (gst_dfbvideosink_init): Always prefer the primary layer.
18942
18943 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
18944
18945         * ext/wavpack/gstwavpackdec.c:
18946           Oops, remove trailing comma from caps string.
18947
18948 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
18949
18950         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_link):
18951         * ext/wavpack/gstwavpackparse.c:
18952           Wavpack supports samplerates from 6-192kHz, fix pad template
18953           caps (fixes #322973; patch by: gcocatre@gmail.com). Also
18954           remove buffer-frames from caps, they are gone in 0.10.
18955
18956 2005-12-15  Edgard Lima <edgard.lima@indt.org.br>
18957
18958         * ext/xvid/Makefile.am:
18959         * ext/xvid/gstxviddec.c:
18960         * ext/xvid/gstxvidenc.c:
18961         Fixed some mem-leaks in xvid.
18962
18963 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
18964
18965         * configure.ac:
18966         * ext/Makefile.am:
18967         * ext/xvid/gstxvid.c:
18968         * ext/xvid/gstxvid.h:
18969         * ext/xvid/gstxviddec.c:
18970         * ext/xvid/gstxviddec.h:
18971         * ext/xvid/gstxvidenc.c:
18972         * ext/xvid/gstxvidenc.h:
18973         xviddec and xvideenc ported to 0.10
18974                 
18975
18976 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
18977
18978         * configure.ac:
18979         * ext/Makefile.am:
18980         * ext/dts/Makefile.am:
18981         * ext/dts/gstdtsdec.c:
18982         * ext/dts/gstdtsdec.h:
18983         dtsdec ported to 0.10
18984
18985 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
18986
18987         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
18988         * ext/libmms/gstmms.c: (gst_mms_src_query), (gst_mms_create):
18989         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_src_query),
18990         (gst_musepackdec_loop):
18991         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_link),
18992         (gst_swfdec_src_query):
18993         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query):
18994           GstObjects must be unref'ed with gst_object_unref() instead of
18995           g_object_unref(), otherwise things break for GLib-2.6 users.
18996
18997 2005-12-12  David Schleef  <ds@schleef.org>
18998
18999         * ext/swfdec/gstswfdec.c: (gst_swfdecbuffer_get_type),
19000         (gst_swfdecbuffer_class_init), (gst_swfdecbuffer_finalize),
19001         (gst_swfdec_buffer_from_swf), (gst_swfdec_render): Add a subclass
19002         of GstBuffer that wraps SwfdecBuffers.  Fix a massive memleak
19003         because the video buffers previously never got freed.
19004
19005 2005-12-11  Edgard Lima <edgard.lima@indt.org.br>
19006
19007         * ext/libmms/gstmms.c:
19008         Just removed a weird printf ;-)
19009
19010 2005-12-11  Edgard Lima <edgard.lima@indt.org.br>
19011
19012         * configure.ac:
19013         * ext/libmms/gstmms.c:
19014         * ext/libmms/gstmms.h:
19015         Added suport to mmsh. There's still a sucks msg "ERROR: Pipeline cant
19016         PREROOL..." to be fixed.
19017
19018 2005-12-09  Jan Schmidt  <thaytan@mad.scientist.com>
19019
19020         * ext/faad/gstfaad.c: (gst_faad_chanpos_to_gst),
19021         (gst_faad_update_caps):
19022           Assume that an unknown channel mapping with 2 channels
19023           is stereo and play it that way instead of erroring.
19024
19025         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19026         (gst_qtdemux_add_stream), (qtdemux_parse_trak):
19027           Handle e.g. jpeg streams with 0 duration frames as having 0 framerate.
19028           Debug fixes. Some 64 bit variable fixes
19029
19030 2005-12-09  Edgard Lima <edgard.lima@indt.org.br>
19031
19032         * configure.ac:
19033         * ext/Makefile.am:
19034         * ext/swfdec/Makefile.am:
19035         * ext/swfdec/gstswfdec.c:
19036         * ext/swfdec/gstswfdec.h:
19037         swfdec Ported to 0.10.
19038
19039 2005-12-07  Edward Hervey  <edward@fluendo.com>
19040
19041         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19042         (gst_qtdemux_add_stream):
19043         Memleak fixes.
19044         Send out EOS for valid reasons (couldn't pull_range() from upstream
19045         for example).
19046
19047 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19048
19049         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
19050         * ext/audiofile/gstafparse.h:
19051         * ext/audiofile/gstafsink.c: (gst_afsink_chain):
19052         * ext/audiofile/gstafsink.h:
19053         * ext/audiofile/gstafsrc.c: (gst_afsrc_close_file):
19054         * ext/audiofile/gstafsrc.h:
19055         * ext/cdaudio/gstcdaudio.c:
19056         * ext/divx/gstdivxenc.c:
19057         * ext/dts/gstdtsdec.h:
19058         * ext/faac/gstfaac.h:
19059         * ext/ivorbis/vorbisenc.h:
19060         * ext/ivorbis/vorbisfile.c:
19061         * ext/musepack/gstmusepackdec.h:
19062         * ext/nas/nassink.c:
19063         * ext/snapshot/gstsnapshot.c:
19064         * ext/sndfile/gstsf.h:
19065         * ext/tarkin/gsttarkindec.h:
19066         * ext/tarkin/gsttarkinenc.h:
19067         * ext/xine/gstxine.h:
19068         * ext/xine/xinecaps.c:
19069         * ext/xvid/gstxvid.h:
19070         * gst-libs/gst/play/play.h:
19071         * gst/apetag/apedemux.h:
19072         * gst/cdxaparse/gstcdxaparse.h:
19073         * gst/cdxaparse/gstcdxastrip.h:
19074         * gst/colorspace/yuv2rgb.c:
19075         * gst/colorspace/yuv2rgb.h:
19076         * gst/equalizer/gstiirequalizer.c:
19077         * gst/festival/gstfestival.h:
19078         * gst/games/gstpuzzle.c:
19079         * gst/games/gstvideoimage.c:
19080         * gst/games/gstvideoimage.h:
19081         * gst/modplug/gstmodplug.h:
19082         * gst/modplug/libmodplug/it_defs.h:
19083         * gst/modplug/libmodplug/modplug.h:
19084         * gst/modplug/libmodplug/sndfile.h:
19085         * gst/modplug/libmodplug/stdafx.h:
19086         * gst/mpeg1sys/buffer.c:
19087         * gst/mpeg1sys/gstmpeg1systemencode.h:
19088         * gst/mpeg1sys/main.h:
19089         * gst/mpeg1sys/systems.c:
19090         * gst/mpeg1videoparse/gstmp1videoparse.h:
19091         * gst/mpeg2sub/gstmpeg2subt.h:
19092         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
19093         * gst/mpegaudioparse/gstmpegaudioparse.h:
19094         * gst/multifilesink/gstmultifilesink.h:
19095         * gst/overlay/gstoverlay.h:
19096         * gst/qtdemux/qtdemux.c:
19097         * gst/qtdemux/qtdemux.h:
19098         * gst/rtjpeg/RTjpeg.c: (RTjpeg_dctY), (RTjpeg_idct):
19099         * gst/rtjpeg/RTjpeg.h:
19100         * gst/tta/crc32.h:
19101         * gst/tta/filters.h:
19102         * gst/tta/ttadec.h:
19103         * gst/videodrop/gstvideodrop.h:
19104         * sys/cdrom/gstcdplayer.h:
19105         * sys/cdrom/gstcdplayer_ioctl.c:
19106         * sys/cdrom/gstcdplayer_ioctl.h:
19107         * sys/cdrom/gstcdplayer_ioctl_bsd.h:
19108         * sys/cdrom/gstcdplayer_ioctl_irix.h:
19109         * sys/cdrom/gstcdplayer_ioctl_solaris.h:
19110         * sys/dxr3/dxr3audiosink.c:
19111         * sys/dxr3/dxr3audiosink.h:
19112         * sys/dxr3/dxr3spusink.c:
19113         * sys/dxr3/dxr3spusink.h:
19114         * sys/dxr3/dxr3videosink.c:
19115         * sys/dxr3/dxr3videosink.h:
19116         * sys/qcam/dark.c:
19117         * sys/qcam/gstqcamsrc.c:
19118         * sys/v4l2/gstv4l2colorbalance.h:
19119         * sys/v4l2/gstv4l2element.h:
19120         * sys/v4l2/gstv4l2src.h:
19121         * sys/v4l2/gstv4l2tuner.h:
19122         * sys/v4l2/gstv4l2xoverlay.h:
19123         * sys/v4l2/v4l2_calls.c:
19124         * sys/v4l2/v4l2_calls.h:
19125         * sys/v4l2/v4l2src_calls.c:
19126         * sys/v4l2/v4l2src_calls.h:
19127         * sys/vcd/vcdsrc.h:
19128           expand tabs
19129
19130 === release 0.10.0 ===
19131
19132 2005-12-05  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19133
19134         * configure.ac:
19135           releasing 0.10.0, "Camembert"
19136
19137 2005-12-05  Andy Wingo  <wingo@pobox.com>
19138
19139         * ext/faac/gstfaac.c: (gst_faac_sink_event), (gst_faac_chain):
19140         * ext/faad/gstfaad.c: (gst_faad_chain):
19141         * ext/hermes/gsthermescolorspace.c: (gst_hermes_colorspace_chain):
19142         * ext/lcs/gstcolorspace.c: (gst_colorspace_chain):
19143         * ext/xine/xineinput.c: (gst_xine_input_get):
19144         * gst/colorspace/gstcolorspace.c: (gst_colorspace_chain):
19145         * gst/speed/gstspeed.c: (speed_chain):
19146         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain): Update for
19147         alloc_buffer changes.
19148
19149 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
19150
19151         * ext/Makefile.am:
19152           Add missing $(WAVPACK_DIR) (#322962).
19153
19154 === release 0.9.7 ===
19155
19156 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19157
19158         * configure.ac:
19159           releasing 0.9.7, "Arrigato Gasuimas Skebisan"
19160
19161 2005-11-28  Edgard Lima <edgard.lima@indt.org.br>
19162
19163         * PORTED_09:
19164         * configure.ac:
19165         * ext/Makefile.am:
19166         * ext/libmms/Makefile.am:
19167         * ext/libmms/gstmms.c:
19168         * ext/libmms/gstmms.h:
19169         libmm ported to 0.9. It works fine, but print some error messages. I
19170         ll fix them soon. Tested with  mmssrc location=mms:// ! filesink.
19171         
19172 2005-11-28  Edward Hervey  <edward@fluendo.com>
19173
19174         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
19175         Handle gracefully the consequence of "Maximum number of scalefactor
19176         bands exceeded", which results in 0 channels with samplerates of 0.
19177         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state):
19178         Do upward transitions, then call parent state_change, then do
19179         downward transitions.
19180
19181 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
19182
19183         * ext/Makefile.am:
19184           alphabets, so hard to master.  Should fix distcheck.
19185
19186 2005-11-25  Edgard Lima  <edgard.lima@indt.org.br>
19187
19188         * configure.ac:
19189         * PORTED_09:
19190         * ext/Makefile.am:
19191         * ext/wavpack/Makefile.am:
19192         * ext/wavpack/gstwavpackdec.c:
19193         * ext/wavpack/gstwavpackdec.h:
19194         * ext/wavpack/gstwavpackparse.c:
19195         * ext/wavpack/gstwavpackparse.h:
19196         Wavpack ported to 0.9. No support for correction file yet.
19197
19198 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19199
19200         * ext/wavpack/Makefile.am:
19201         * ext/wavpack/gstwavpack.c: (plugin_init):
19202         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_read_header):
19203         * ext/wavpack/gstwavpackcommon.h:
19204         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_link),
19205         (gst_wavpack_dec_wvclink), (gst_wavpack_dec_get_type),
19206         (gst_wavpack_dec_base_init), (gst_wavpack_dec_dispose),
19207         (gst_wavpack_dec_class_init), (gst_wavpack_dec_src_query),
19208         (gst_wavpack_dec_init), (gst_wavpack_dec_setup_context),
19209         (gst_wavpack_dec_format_samples), (gst_wavpack_dec_loop),
19210         (gst_wavpack_dec_plugin_init):
19211         * ext/wavpack/gstwavpackdec.h:
19212         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_get_type),
19213         (gst_wavpack_parse_base_init), (gst_wavpack_parse_dispose),
19214         (gst_wavpack_parse_class_init), (gst_wavpack_parse_src_query),
19215         (gst_wavpack_parse_src_event), (find_header), (find_sample),
19216         (gst_wavpack_parse_seek), (gst_wavpack_parse_init),
19217         (gst_wavpack_parse_handle_event), (gst_wavpack_parse_loop),
19218         (gst_wavpack_parse_change_state), (gst_wavpack_parse_plugin_init):
19219         * ext/wavpack/gstwavpackparse.h:
19220           put back wavpack - still needs porting
19221
19222 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19223
19224         * configure.ac: back to HEAD
19225
19226 === release 0.9.6 ===
19227
19228 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
19229
19230         * configure.ac:
19231           releasing 0.9.6, "Hot Tea"
19232
19233 2005-11-23  Julien MOUTTE  <julien@moutte.net>
19234
19235         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
19236         * ext/directfb/dfb-example.c: (main):
19237         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_destroy),
19238         (gst_dfbvideosink_event_thread), (gst_dfbvideosink_setup),
19239         (gst_dfbvideosink_getcaps), (gst_dfbvideosink_setcaps),
19240         (gst_dfbvideosink_change_state), (gst_dfbvideosink_get_times),
19241         (gst_dfbvideosink_bufferpool_clear),
19242         (gst_dfbvideosink_buffer_alloc), (gst_dfbsurface_finalize),
19243         (gst_dfbvideosink_navigation_send_event),
19244         (gst_dfbvideosink_finalize), (gst_dfbvideosink_init),
19245         (gst_dfbvideosink_class_init):
19246         * ext/directfb/dfbvideosink.h: Use fraction for framerate, various
19247         fixes.
19248
19249 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19250
19251         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init),
19252         (gst_sdlvideosink_get_times), (gst_sdlvideosink_init),
19253         (gst_sdlvideosink_setcaps), (gst_sdlvideosink_change_state):
19254         * ext/sdl/sdlvideosink.h:
19255         Updates for fractional framerates and XOverlay interface changes
19256
19257 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19258
19259         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19260         (gst_qtdemux_add_stream), (qtdemux_dump_mvhd),
19261         (qtdemux_parse_trak):
19262         Convert to fractional framerates
19263
19264 2005-11-23  Edward Hervey  <edward@fluendo.com>
19265
19266         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_loop):
19267         Fix for latest API changes
19268
19269 2005-11-22  Edgard Lima <edgard.lima@indt.org.br>
19270         * configure.ac:
19271         * PORTED_09:
19272         * extt/Makefile.am:
19273         * ext/musepack/gstmusepackdec.c:
19274         * ext/musepack/gstmusepackdec.h:
19275         * ext/musepack/gstmusepackreader.c:
19276         * ext/musepack/gstmusepackreader.h:
19277         Musepackdec ported to 0.9. There is still a small problem to be
19278         solved, after the end of file, the pipeline doens't stop.
19279
19280 2005-11-22  Andy Wingo  <wingo@pobox.com>
19281
19282         * ext/faad/gstfaad.c (gst_faad_event)
19283         * ext/ivorbis/vorbisfile.c (gst_ivorbisfile_loop)
19284         * gst/qtdemux/qtdemux.c (gst_qtdemux_loop_header)
19285         * gst/speed/gstspeed.c (speed_sink_event)
19286         * gst/tta/gstttaparse.c (gst_tta_parse_src_event)
19287         (gst_tta_parse_parse_header): Run update-funcnames.
19288
19289 2005-11-21  Michael Smith <msmith@fluendo.com>
19290
19291         * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_event):
19292           Don't take STREAM_LOCK in sink event handlers any more.
19293
19294 2005-11-21  Wim Taymans  <wim@fluendo.com>
19295
19296         * ext/faac/gstfaac.c: (gst_faac_sink_event):
19297         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_src_event):
19298         * gst/tta/gstttaparse.c: (gst_tta_parse_src_event):
19299         Fix for stream lock updates.
19300
19301 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19302
19303         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
19304           Add DX50, DIVX and DIV3 fourccs (patch by
19305           j@bootlab.org, #321903).
19306
19307 2005-11-21  Andy Wingo  <wingo@pobox.com>
19308
19309         * *.h:
19310         * *.c: Ran scripts/update-macros. Oh yes.
19311
19312 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19313
19314         * ext/directfb/dfbvideosink.c:
19315         (gst_dfbvideosink_get_format_from_caps):
19316         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create):
19317         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19318         (qtdemux_parse), (qtdemux_type_get), (qtdemux_node_dump_foreach),
19319         (qtdemux_dump_hdlr), (qtdemux_dump_dref), (qtdemux_dump_stsd),
19320         (qtdemux_dump_dcom), (qtdemux_parse_trak), (qtdemux_video_caps),
19321         (qtdemux_audio_caps):
19322         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
19323         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
19324         (gst_v4l2src_capture_init), (gst_v4l2src_get_size_limits):
19325           Update for GST_FOURCC_FORMAT API change.
19326
19327 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
19328
19329         * ext/audioresample/gstaudioresample.c:
19330         * ext/polyp/polypsink.c: (gst_polypsink_sink_fixate):
19331         * gst/librfb/gstrfbsrc.c: (gst_rfbsrc_fixate):
19332         * gst/modplug/gstmodplug.cc:
19333         * sys/glsink/glimagesink.c: (gst_glimagesink_fixate):
19334         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_fixate):
19335         Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
19336         (#322027)
19337
19338 2005-11-21  Edgard Lima <edgard.lima@indt.org.br>
19339
19340         * ext/Makefile.am:
19341         * ext/ivorbis/vorbisfile.c:
19342         Now it works in push-mode. Tested with gnomevfssrc location=http://..
19343         ! tremor ! alsasink. Some issues to be solved yet:
19344         1- set correct timestamps
19345         2- seek is forced to disabled in pull-mode
19346         
19347 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
19348
19349         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
19350         (gst_faac_sink_setcaps), (gst_faac_configure_source_pad),
19351         (gst_faac_chain):
19352           Set proper caps on source pad (#320532).
19353
19354         * ext/faad/gstfaad.c:
19355           Don't use gtk-doc markers for comment block.
19356
19357 2005-11-14  Andy Wingo  <wingo@pobox.com>
19358
19359         * configure.ac (GST_PLUGIN_LDFLAGS): -no-undefined for better
19360         debugging, allows dll builds on windows. Fixes #316076.
19361
19362 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
19363
19364         * configure.ac: back to HEAD
19365
19366 === release 0.9.5 ===
19367
19368 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
19369
19370         * configure.ac:
19371           releasing 0.9.5, "Thrice Belgian Bar"
19372
19373 2005-11-11  Michael Smith <msmith@fluendo.com>
19374
19375         * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_chain):
19376           Make this compile on systems with broken headers. 
19377
19378 2005-11-11  Michael Smith <msmith@fluendo.com>
19379
19380         * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_chain):
19381           Call functions with the correct API. Unfortunately, unless your
19382           distribution patches upstream, the public header file for FAAD
19383           doesn't actually declare the API accurately. So, some nastiness
19384           ensues...
19385
19386 2005-11-10  Daniel Amelang  <daniel dot amelang at gmail dot com>
19387
19388         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19389
19390         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta):
19391           Add support for custom genre tags.
19392
19393 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
19394
19395         * ext/tarkin/wavelet.c:
19396         * ext/tarkin/wavelet.h:
19397         * gst/mpegaudioparse/gstmpegaudioparse.c:
19398         * gst/vbidec/vbidata.c:
19399         * gst/vbidec/vbiscreen.h:
19400         * sys/dxr3/ac3_padder.c:
19401         * sys/dxr3/dxr3audiosink.c:
19402         * sys/dxr3/dxr3spusink.c:
19403         * sys/dxr3/dxr3videosink.c:
19404         * sys/qcam/dark.c:
19405           Don't use gtk-doc markers for normal comments. Fix
19406           gtk-doc formatting where required.
19407
19408 2005-11-08  Edgard Lima <edgard.lima@indt.org.br>
19409
19410         * configure.ac:
19411         * PORTED_09:
19412         * ext/Makefile.am:
19413         * ext/ivorbis/vorbis.c:
19414         * ext/ivorbis/vorbisfile.c:
19415         Ported to 0.9. Some issues to be solved yet:
19416         1- set correct timestamps
19417         2- seg fault when eos
19418         3- seek is now disabled
19419
19420 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19421
19422         * examples/Makefile.am: Cleanup non existing
19423         examples.
19424
19425 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19426
19427         * docs/plugins/inspect.stamp: Add missing files.
19428
19429 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19430
19431         * examples/Makefile.am: Make buildbot happy.
19432
19433 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19434
19435         * Makefile.am: examples in dist subdirs.
19436         * configure.ac: enable parameter for building 
19437         examples.
19438         * docs/plugins/gst-plugins-bad-plugins.args:
19439         * docs/plugins/inspect/plugin-dfbvideosink.xml:
19440         * examples/Makefile.am: Updates.
19441
19442 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19443
19444         * Makefile.am:
19445         * autogen.sh:
19446         * configure.ac:
19447         * docs/Makefile.am:
19448         * docs/plugins/.cvsignore:
19449         * docs/plugins/Makefile.am:
19450         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
19451         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
19452         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
19453         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
19454         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
19455         * docs/plugins/gst-plugins-bad-plugins.args:
19456         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
19457         * docs/plugins/gst-plugins-bad-plugins.interfaces:
19458         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
19459         * docs/plugins/gst-plugins-bad-plugins.signals:
19460         * docs/plugins/gst-plugins-bad-plugins.types:
19461         * docs/plugins/inspect/plugin-dfbvideosink.xml:
19462         * docs/version.entities.in: Enable documentation.
19463         * examples/Makefile.am:
19464         * examples/directfb/Makefile.am:
19465         * examples/directfb/decker.ttf:
19466         * examples/directfb/dfblogo.png:
19467         * examples/directfb/gstdfb.c: (myclock), (dynamic_link),
19468         (size_changed), (setup_dynamic_link), (main): Add an example
19469         application for DirectFB.
19470
19471 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19472
19473         * ext/directfb/Makefile.am: Add the example application.
19474         * ext/directfb/dfb-example.c: (get_me_out), (main):
19475         Here is an example application that runs videotestsrc for 20
19476         seconds. It's included in the documentation.
19477         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_enum_layers),
19478         (gst_dfbvideosink_setup), (gst_dfbvideosink_can_blit_from_format),
19479         (gst_dfbvideosink_getcaps), (gst_dfbvideosink_buffer_alloc):
19480         More fixes, calculate new size of the buffer when renegotiating.
19481         This completely breaks ffmpegcolorspace but i need to discuss 
19482         that with Wim on monday. Add documentation.
19483
19484 2005-11-05  Julien MOUTTE  <julien@moutte.net>
19485
19486         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_enum_layers),
19487         (gst_dfbvideosink_setup), (gst_dfbvideosink_can_blit_from_format),
19488         (gst_dfbvideosink_getcaps): Make acceleration detection work, 
19489         better, add safety checks and ARGB support for cards that
19490         support it.
19491
19492 2005-11-04  Julien MOUTTE  <julien@moutte.net>
19493
19494         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_create),
19495         (gst_dfbvideosink_surface_destroy),
19496         (gst_dfbvideosink_get_best_vmode), (gst_dfbvideosink_getcaps),
19497         (gst_dfbvideosink_center_rect), (gst_dfbvideosink_show_frame),
19498         (gst_dfbvideosink_buffer_alloc):
19499         * ext/directfb/dfbvideosink.h: Now does clipping when surface
19500         is too small, handles upstream elements that are not calling
19501         gst_pad_alloc_buffer, fixes a lot of bugs.
19502
19503 2005-11-03  Julien MOUTTE  <julien@moutte.net>
19504
19505         * ext/directfb/Makefile.am: Prepare for liboil usage.
19506         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_show_frame),
19507         (gst_dfbvideosink_buffer_alloc):  Prepare for liboil, handle
19508         rendering in external surface correctly. Will commit a neat
19509         example soon.
19510
19511 2005-11-03  Edgard Lima <edgard.lima@indt.org.br>
19512
19513         * ext/sdl/sdlvideosink.c: (SDL_WaitEventTimeout),
19514         (gst_sdlvideosink_event_thread), (gst_sdlvideosink_initsdl),
19515         (gst_sdlvideosink_change_state), (gst_sdlvideosink_deinitsdl):
19516         * ext/sdl/sdlvideosink.h:
19517         Add support to exit when 'Esc' key is pressed.
19518
19519 2005-11-02  Julien MOUTTE  <julien@moutte.net>
19520
19521         * configure.ac: Requires DirectFB 0.9.24
19522
19523 2005-11-02  Julien MOUTTE  <julien@moutte.net>
19524
19525         * configure.ac:
19526         * ext/Makefile.am:
19527         * ext/directfb/Makefile.am:
19528         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_get_format_name),
19529         (gst_dfbvideosink_surface_create),
19530         (gst_dfbvideosink_surface_destroy),
19531         (gst_dfbvideosink_event_thread), (gst_dfbvideosink_enum_layers),
19532         (gst_dfbvideosink_enum_vmodes), (gst_dfbvideosink_enum_devices),
19533         (gst_dfbvideosink_setup), (gst_dfbvideosink_cleanup),
19534         (gst_dfbvideosink_get_format_from_caps),
19535         (gst_dfbvideosink_get_caps_from_format),
19536         (gst_dfbvideosink_can_blit_from_format),
19537         (gst_dfbvideosink_get_best_vmode), (gst_dfbvideosink_getcaps),
19538         (gst_dfbvideosink_setcaps), (gst_dfbvideosink_change_state),
19539         (gst_dfbvideosink_get_times), (gst_dfbvideosink_center_rect),
19540         (gst_dfbvideosink_show_frame), (gst_dfbvideosink_bufferpool_clear),
19541         (gst_dfbvideosink_buffer_alloc), (gst_dfbsurface_finalize),
19542         (gst_dfbsurface_init), (gst_dfbsurface_class_init),
19543         (gst_dfbsurface_get_type), (gst_dfbvideosink_interface_supported),
19544         (gst_dfbvideosink_interface_init),
19545         (gst_dfbvideosink_navigation_send_event),
19546         (gst_dfbvideosink_navigation_init),
19547         (gst_dfbvideosink_set_property), (gst_dfbvideosink_get_property),
19548         (gst_dfbvideosink_init), (gst_dfbvideosink_base_init),
19549         (gst_dfbvideosink_class_init), (gst_dfbvideosink_get_type),
19550         (plugin_init):
19551         * ext/directfb/dfbvideosink.h:
19552         * ext/directfb/directfbvideosink.c:
19553         * ext/directfb/directfbvideosink.h: Complete rewrite/port of
19554         DirectFB video sink to 0.9. Handles reverse negotiation, hardware
19555         scaling, navigation, buffer allocation from video memory etc...
19556
19557 2005-10-31 Edgard Lima <edgard.lima@indt.org.br>
19558
19559         * gst-plugins-bad/ext/sdl/sdlvideosink.c:
19560         gst_sdlvideosink_set_property, gst_sdlvideosink_init,
19561         gst_sdlvideosink_create:
19562         Changed property full-screen to fullscreen, using SDL_SWSURFACE
19563         instead of SDL_HWSURFACE when in full screen mode.
19564         
19565 2005-10-31 Edgard Lima <edgard.lima@indt.org.br>
19566
19567         * gst-plugins-bad/ext/sdl/sdlvideosink.c: gst_sdlvideosink_class_init,
19568         gst_sdlvideosink_set_property, gst_sdlvideosink_get_property,
19569         gst_sdlvideosink_init, gst_sdlvideosink_create:
19570         * gst-plugins-bad/ext/sdl/sdlvideosink.h:
19571         Added a property that allows full-screen.
19572
19573 2005-10-28  Tim-Philipp Müller  <tim at centricular dot net>
19574
19575         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init),
19576         (gst_sdlvideosink_class_init),
19577         (gst_sdlvideosink_get_sdl_from_fourcc), (gst_sdlvideosink_setcaps),
19578         (gst_sdlvideosink_show_frame):
19579         * ext/sdl/sdlvideosink.h:
19580           Fix I420 output on some machines (not very nice, but should work).
19581           Add an 'sdlvideosink' debug category. Disable formats that do
19582           not work. Fix some vararg function issues.
19583
19584 2005-10-27  Wim Taymans  <wim@fluendo.com>
19585
19586         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
19587         (gst_sdlvideosink_get_times), (gst_sdlvideosink_class_init),
19588         (gst_sdlvideosink_init), (gst_sdlvideosink_lock),
19589         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create),
19590         (gst_sdlvideosink_show_frame), (gst_sdlvideosink_set_property),
19591         (gst_sdlvideosink_get_property), (gst_sdlvideosink_change_state):
19592         Fix SDL videosink and did some cleanups.
19593
19594 2005-10-27  Edgard Lima <edgard.lima@indt.org.br>
19595
19596         * ext/sdl/sdlvideosink.c:
19597         * ext/sdl/sdlvideosink.h:
19598         Trying to fix videos out of sync (not fixed yet)
19599         
19600 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
19601
19602         * gst/qtdemux/qtdemux.h:
19603           Remove got_redirect from class structure as well.
19604
19605 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
19606
19607         * gst/qtdemux/qtdemux.c: (gst_qtdemux_class_init),
19608         (qtdemux_parse_tree):
19609           Remove 'got-redirect' signal and post element message
19610           on the bus instead.
19611
19612 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
19613
19614         * ext/gsm/gstgsm.c:
19615         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
19616         * ext/gsm/gstgsmdec.h:
19617         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init), (gst_gsmenc_init),
19618         (gst_gsmenc_chain):
19619         Fixing stuff as wingo pointed out.
19620
19621 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
19622
19623         * ext/gsm/gstgsm.c: (plugin_init):
19624         * ext/gsm/gstgsmdec.c: (gst_gsmdec_class_init), (gst_gsmdec_init),
19625         (gst_gsmdec_chain):
19626         * ext/gsm/gstgsmdec.h:
19627         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init), (gst_gsmenc_init),
19628         (gst_gsmenc_chain):
19629         * ext/gsm/gstgsmenc.h:
19630         Over-writing Wim's gsm plugins (currently not working) with that from the 
19631         farsight repo. Also made sure that they work with the RTP (de)payloader.
19632
19633 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
19634
19635         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), 
19636         (gst_gsmenc_sink_event), (gst_gsmenc_chain):
19637         * ext/gsm/gstgsmenc.h:
19638         Fixed event handling
19639
19640 2005-10-24  Christian Schaller  <christian@fluendo.com>
19641
19642         * configure.ac: port over thomas's plugin listing from base
19643
19644 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
19645
19646         * configure.ac:
19647           back to HEAD
19648
19649 === release 0.9.4 ===
19650
19651 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
19652
19653         * NEWS:
19654         * RELEASE:
19655         * configure.ac:
19656           Releasing 0.9.4, "Utahraptor"
19657
19658 2005-10-23  Julien MOUTTE  <julien@moutte.net>
19659
19660         * gst/tta/gstttaparse.c: (gst_tta_parse_loop): STOPPED->FAILED.
19661
19662 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
19663
19664         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_class_init),
19665         (gst_faad_init), (gst_faad_srcgetcaps), (gst_faad_event),
19666         (gst_faad_chain), (gst_faad_change_state):
19667         * ext/faad/gstfaad.h:
19668           Do some timestamp smoothing (matroskademux apparently sends
19669           multiple buffers in a row with the same timestamp); fix
19670           duration on outgoing buffers; fix change state function; use
19671           GST_DEBUG_FUNCPTR for pad functions.
19672
19673 2005-10-19  Wim Taymans  <wim@fluendo.com>
19674
19675         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_query_types),
19676         (gst_qtdemux_handle_src_query):
19677         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query):
19678         * gst/tta/gstttaparse.c: (gst_tta_parse_src_event),
19679         (gst_tta_parse_get_query_types), (gst_tta_parse_query):
19680         API change fix.
19681
19682 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
19683
19684         * configure.ac:
19685           All the cool kids use GST_DOCBOOK_CHECK now.
19686
19687 2005-10-18  Julien MOUTTE  <julien@moutte.net>
19688
19689         * gst/speed/Makefile.am: Fix build of speed. 
19690
19691 2005-10-17  Edgard Lima <edgard.lima@indt.org.br>
19692
19693         * gst/speed/gstspeed.c: (speed_chain), (speed_setcaps),
19694         (speed_parse_caps), (speed_src_event), (speed_sink_event),
19695         (speed_src_query), (speed_init), (speed_set_property),
19696         (speed_change_state), (gst_speed_convert):
19697         Fixed speed - the previous version, 1.38, has been ported to 0.9
19698         from a wrong version, 1.37 (from 1.36). That fix already includes
19699         the changes done in 1.36.2.4.
19700
19701 2005-10-16  Tim-Philipp Müller  <tim at centricular dot net>
19702
19703         * configure.ac:
19704           Fix glib check
19705
19706 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
19707
19708         * examples/stats/mp2ogg.c:
19709         * ext/tarkin/tarkin.c: (tarkin_analysis_framein),
19710         (tarkin_synthesis_packetin):
19711           and more typos fixed
19712
19713 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
19714
19715         * ext/faac/gstfaac.c: (gst_faac_class_init), (gst_faac_init),
19716         (gst_faac_sink_setcaps), (gst_faac_src_setcaps),
19717         (gst_faac_sink_event), (gst_faac_chain), (gst_faac_set_property),
19718         (gst_faac_get_property), (gst_faac_change_state):
19719           Gst09-ize code a little bit more: use gst_pad_alloc_buffer(),
19720           move event handling from chain function into an event function,
19721           add some locks here and there, do some cleanups; disable 32-bit
19722           integer and float input formats until we're sure that those 
19723           actually work (couldn't play back the produced files with 
19724           anything).
19725
19726 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
19727
19728         * examples/indexing/indexmpeg.c: (main):
19729         * ext/artsd/gstartsdsink.c: (gst_artsdsink_open_audio),
19730         (gst_artsdsink_close_audio), (gst_artsdsink_change_state):
19731         * ext/artsd/gstartsdsink.h:
19732         * ext/audiofile/gstafparse.c: (gst_afparse_open_file),
19733         (gst_afparse_close_file):
19734         * ext/audiofile/gstafparse.h:
19735         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
19736         (gst_afsink_close_file), (gst_afsink_chain),
19737         (gst_afsink_change_state):
19738         * ext/audiofile/gstafsink.h:
19739         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
19740         (gst_afsrc_close_file), (gst_afsrc_change_state):
19741         * ext/audiofile/gstafsrc.h:
19742         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_init):
19743         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_init):
19744         * ext/dts/gstdtsdec.c: (gst_dtsdec_init):
19745         * ext/jack/gstjack.h:
19746         * ext/jack/gstjackbin.c: (gst_jack_bin_init),
19747         (gst_jack_bin_change_state):
19748         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_init):
19749         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_init):
19750         * ext/nas/nassink.c: (gst_nassink_open_audio),
19751         (gst_nassink_close_audio), (gst_nassink_change_state):
19752         * ext/nas/nassink.h:
19753         * ext/polyp/polypsink.c: (gst_polypsink_init):
19754         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_change_state):
19755         * ext/sdl/sdlvideosink.h:
19756         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
19757         * ext/sndfile/gstsf.c: (gst_sf_set_property),
19758         (gst_sf_change_state), (gst_sf_release_request_pad),
19759         (gst_sf_open_file), (gst_sf_close_file), (gst_sf_loop):
19760         * ext/sndfile/gstsf.h:
19761         * ext/swfdec/gstswfdec.c: (gst_swfdec_init):
19762         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_init):
19763         * gst/apetag/apedemux.c: (gst_ape_demux_init):
19764         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init):
19765         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_init):
19766         * gst/festival/gstfestival.c: (gst_festival_change_state):
19767         * gst/festival/gstfestival.h:
19768         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
19769         * gst/multifilesink/gstmultifilesink.c: (gst_multifilesink_init),
19770         (gst_multifilesink_set_location), (gst_multifilesink_open_file),
19771         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
19772         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
19773         (gst_multifilesink_chain), (gst_multifilesink_change_state):
19774         * gst/multifilesink/gstmultifilesink.h:
19775         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init):
19776         * sys/cdrom/gstcdplayer.c: (cdplayer_init):
19777         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init),
19778         (dxr3audiosink_open), (dxr3audiosink_close),
19779         (dxr3audiosink_chain_pcm), (dxr3audiosink_chain_ac3),
19780         (dxr3audiosink_change_state):
19781         * sys/dxr3/dxr3audiosink.h:
19782         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init), (dxr3spusink_open),
19783         (dxr3spusink_close), (dxr3spusink_chain),
19784         (dxr3spusink_change_state):
19785         * sys/dxr3/dxr3spusink.h:
19786         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init),
19787         (dxr3videosink_open), (dxr3videosink_close),
19788         (dxr3videosink_write_data), (dxr3videosink_change_state):
19789         * sys/dxr3/dxr3videosink.h:
19790         * sys/glsink/glimagesink.c: (gst_glimagesink_init):
19791         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
19792         (gst_qcamsrc_open), (gst_qcamsrc_close):
19793         * sys/qcam/gstqcamsrc.h:
19794         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
19795         * sys/vcd/vcdsrc.c: (gst_vcdsrc_set_property), (gst_vcdsrc_get),
19796         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
19797         (gst_vcdsrc_change_state), (gst_vcdsrc_recalculate):
19798         * sys/vcd/vcdsrc.h:
19799         renamed GST_FLAGS macros to GST_OBJECT_FLAGS
19800         moved bitshift from macro to enum definition
19801
19802 2005-10-12  Josef Zlomek  <josef dot zlomek at xeris dot cz>
19803
19804         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19805
19806         * ext/faac/gstfaac.c: (gst_faac_sink_setcaps):
19807           Fix depth/width handling for float audio (#318659).
19808
19809 2005-10-12  Josef Zlomek  <josef dot zlomek at xeris dot cz>
19810
19811         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19812
19813         * ext/faac/gstfaac.c: (gst_faac_sink_setcaps),
19814         (gst_faac_src_setcaps), (gst_faac_chain):
19815           Refcount fixes (#318660)
19816
19817 2005-10-12  Julien MOUTTE  <julien@moutte.net>
19818
19819         * ext/Makefile.am: libvisual and snapshot are not here anymore. Makes
19820         automake-1.7 happy again.
19821
19822 2005-10-12  Tim-Philipp Müller  <tim at centricular dot net>
19823
19824         * ext/faad/gstfaad.c: (gst_faad_event):
19825           newsegment API update
19826
19827 2005-10-11  Wim Taymans  <wim@fluendo.com>
19828
19829         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header):
19830         * gst/tta/gstttaparse.c: (gst_tta_parse_src_event),
19831         (gst_tta_parse_parse_header):
19832         newsegment API update.
19833
19834 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
19835
19836         * configure.ac:
19837           back to development
19838
19839 === release 0.9.3 ===
19840
19841 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
19842
19843         * configure.ac:
19844           Releasing 0.9.3, "Porthos"
19845
19846 2005-09-28  Wim Taymans  <wim@fluendo.com>
19847
19848         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header):
19849         No need to take stream lock here.
19850
19851 2005-09-26  Christian Schaller  <uraeus@gnome.org>
19852
19853         * configure.ac: add speed and rfb where needed
19854         * gst/librfb/Makefile.am: add rfbsrc.c file to files getting disted
19855
19856 2005-09-23  Edgard Lima  <edgard.lima@indt.org.br>
19857
19858         * ext/gsm/Makefile.am:
19859         * ext/gsm/gstgsm.c:
19860         * ext/gsm/gstgsmdec.c:
19861         * PORTED_09:
19862         Gsmdec ported to 0.9.
19863
19864 2005-09-22  Arwed v. Merkatz  <v.merkatz@gmx.net>
19865
19866         * configure.ac:
19867         * gst/tta/gstttadec.c: (gst_tta_dec_setcaps), (gst_tta_dec_init),
19868         (gst_tta_dec_chain):
19869         * gst/tta/gstttaparse.c: (gst_tta_parse_dispose),
19870         (gst_tta_parse_class_init), (gst_tta_parse_reset),
19871         (gst_tta_parse_init), (gst_tta_parse_src_event),
19872         (gst_tta_parse_get_query_types), (gst_tta_parse_query),
19873         (gst_tta_parse_activate), (gst_tta_parse_activate_pull),
19874         (gst_tta_parse_parse_header), (gst_tta_parse_stream_data),
19875         (gst_tta_parse_loop), (gst_tta_parse_change_state):
19876         * gst/tta/gstttaparse.h:
19877           Ported tta plugin to 0.9.
19878
19879
19880 2005-09-20  Flavio Oliveira  <flavio.oliveira@indt.org.br>
19881
19882         * ext/gsm/gstgsmenc.c:
19883           Setting caps on the outgoing buffers.
19884           Need to fix: rtpencoder does not know what it is handling and
19885           errors out
19886
19887 2005-09-20  Edgard Lima  <edgard.lima@indt.org.br>
19888
19889         * configure.ac:
19890         * ext/sdl/Makefile.am:
19891           Fixed Makefile.am - removed hard coded flags from Makefile.am.
19892           Added AC_PATH_XTRA to configure.ac to be used by Makefile.am.
19893
19894 2005-09-19  Edgard Lima  <edgard.lima@indt.org.br>
19895
19896         * Makefile.am:
19897         * configure.ac:
19898         * ext/sdl/Makefile.am:
19899         * ext/sdl/sdlvideosink.c:
19900         * PORTED_09:
19901           Ported to 0.9.
19902
19903 === release 0.9.1 ===
19904
19905 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
19906
19907         * configure.ac:
19908         * gst/speed/Makefile.am:
19909         * gst/speed/gstspeed.c: Ported to GStreamer 0.9.
19910         * PORTED_09:
19911
19912 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19913
19914         * NEWS:
19915         * README:
19916         * RELEASE:
19917         * configure.ac:
19918         * autogen.sh:
19919           releasing 0.9.1, "Angel Eyes"
19920
19921 2005-09-05  Jan Schmidt  <thaytan@mad.scientist.com>
19922         * examples/gstplay/player.c: (main):
19923         * examples/stats/mp2ogg.c: (main):
19924         * ext/artsd/gstartsdsink.c: (gst_artsdsink_change_state):
19925         * ext/audiofile/gstafsink.c: (gst_afsink_change_state):
19926         * ext/audiofile/gstafsrc.c: (gst_afsrc_change_state):
19927         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_change_state):
19928         * ext/dirac/gstdiracdec.cc:
19929         * ext/directfb/directfbvideosink.c:
19930         (gst_directfbvideosink_change_state):
19931         * ext/dts/gstdtsdec.c: (gst_dtsdec_change_state):
19932         * ext/faac/gstfaac.c: (gst_faac_change_state):
19933         * ext/hermes/gsthermescolorspace.c:
19934         (gst_hermes_colorspace_change_state):
19935         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_change_state):
19936         * ext/jack/gstjack.c: (gst_jack_change_state):
19937         * ext/jack/gstjackbin.c: (gst_jack_bin_change_state):
19938         * ext/lcs/gstcolorspace.c: (gst_colorspace_change_state):
19939         * ext/libmms/gstmms.c: (gst_mms_change_state):
19940         * ext/mpeg2enc/gstmpeg2enc.cc:
19941         * ext/mplex/gstmplex.cc:
19942         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_change_state):
19943         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_change_state):
19944         * ext/nas/nassink.c: (gst_nassink_change_state):
19945         * ext/polyp/polypsink.c: (gst_polypsink_change_state),
19946         (context_state_callback), (gst_polypsink_link):
19947         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_change_state):
19948         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
19949         * ext/smoothwave/gstsmoothwave.c: (gst_sw_change_state):
19950         * ext/sndfile/gstsf.c: (gst_sf_change_state):
19951         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
19952         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_change_state):
19953         * ext/xine/xine.c: (gst_xine_change_state):
19954         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_change_state):
19955         * ext/xine/xineaudiosink.c: (gst_xine_audio_sink_change_state):
19956         * ext/xine/xineinput.c: (gst_xine_input_change_state):
19957         * ext/xvid/gstxviddec.c: (gst_xviddec_change_state):
19958         * ext/xvid/gstxvidenc.c: (gst_xvidenc_change_state):
19959         * gst/apetag/apedemux.c: (gst_ape_demux_change_state):
19960         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_change_state):
19961         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_change_state):
19962         * gst/colorspace/gstcolorspace.c: (gst_colorspace_change_state):
19963         * gst/festival/gstfestival.c: (gst_festival_change_state):
19964         * gst/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state):
19965         * gst/modplug/gstmodplug.cc:
19966         * gst/mpeg1videoparse/gstmp1videoparse.c:
19967         (gst_mp1videoparse_change_state):
19968         * gst/mpegaudioparse/gstmpegaudioparse.c:
19969         (gst_mp3parse_change_state):
19970         * gst/multifilesink/gstmultifilesink.c:
19971         (gst_multifilesink_change_state):
19972         * gst/speed/gstspeed.c: (speed_change_state):
19973         * gst/switch/gstswitch.c: (gst_switch_change_state):
19974         * gst/videocrop/gstvideocrop.c: (gst_video_crop_change_state):
19975         * gst/videodrop/gstvideodrop.c: (gst_videodrop_change_state):
19976         * gst/y4m/gsty4mencode.c: (gst_y4mencode_change_state):
19977         * po/af.po:
19978         * po/az.po:
19979         * po/cs.po:
19980         * po/en_GB.po:
19981         * po/hu.po:
19982         * po/it.po:
19983         * po/nb.po:
19984         * po/nl.po:
19985         * po/or.po:
19986         * po/sq.po:
19987         * po/sr.po:
19988         * po/sv.po:
19989         * po/uk.po:
19990         * po/vi.po:
19991         * sys/cdrom/gstcdplayer.c: (cdplayer_change_state):
19992         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_change_state):
19993         * sys/dxr3/dxr3spusink.c: (dxr3spusink_change_state):
19994         * sys/dxr3/dxr3videosink.c: (dxr3videosink_change_state):
19995         * sys/glsink/glimagesink.c: (gst_glimagesink_change_state):
19996         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state):
19997         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_change_state):
19998         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_change_state):
19999         * sys/sunaudio/gstsunelement.c: (gst_sunaudioelement_change_state):
20000         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_change_state):
20001         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_change_state):
20002         * sys/vcd/vcdsrc.c: (gst_vcdsrc_change_state):
20003           Fix up all the state change functions.
20004
20005 2005-09-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20006
20007         * created gst-plugins-bad
20008
20009 2005-09-02  Flavio Oliveira  <flavio.oliveira@indt.org.br>
20010
20011         * configure.ac:
20012         * ext/Makefile.am:
20013         * ext/gsm/Makefile.am:
20014         * ext/gsm/gstgsm.c: 
20015         * ext/gsm/gstgsmenc.c: Ported GSM Encoder to GStreamer 0.9.
20016         * PORTED_09:
20017
20018 2005-08-31  Flavio Oliveira  <flavio.oliveira@indt.org.br>
20019
20020         * configure.ac:
20021         * ext/Makefile.am:
20022         * ext/faac/Makefile.am:
20023         * ext/faac/gstfaac.c: Ported to GStreamer 0.9.