gst/flv/gstflvdemux.c: Go out of the parse loop as soon as we get an error instead...
[platform/upstream/gstreamer.git] / ChangeLog
1 2008-10-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2
3         * gst/flv/gstflvdemux.c: (gst_flv_demux_chain):
4         Go out of the parse loop as soon as we get an error instead
5         of parsing until the GstAdapter is empty.
6
7         Add some explanations about the header and tag size.
8
9         Don't print synchronizing message if everything is fine.
10
11 2008-10-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
12
13         * gst/flv/Makefile.am:
14         * gst/flv/gstflvdemux.c: (plugin_init):
15         * gst/flv/gstflvmux.c: (gst_flv_mux_base_init),
16         (gst_flv_mux_class_init), (gst_flv_mux_init),
17         (gst_flv_mux_finalize), (gst_flv_mux_reset),
18         (gst_flv_mux_handle_src_event), (gst_flv_mux_handle_sink_event),
19         (gst_flv_mux_video_pad_setcaps), (gst_flv_mux_audio_pad_setcaps),
20         (gst_flv_mux_request_new_pad), (gst_flv_mux_release_pad),
21         (gst_flv_mux_write_header), (gst_flv_mux_write_buffer),
22         (gst_flv_mux_collected), (gst_flv_mux_change_state):
23         * gst/flv/gstflvmux.h:
24         Add first version of a FLV muxer. The only missing feature is writing
25         of stream metadata.
26
27 2008-10-09  Stefan Kost  <ensonic@users.sf.net>
28
29         * ext/amrwb/gstamrwbparse.c:
30         * ext/amrwb/gstamrwbparse.h:
31           Add flush seek handler. Taken from recent armnbparse changes.
32           Sync the code more and use #defines for HEADER.
33
34 2008-10-09  Stefan Kost  <ensonic@users.sf.net>
35
36         * ext/amrwb/gstamrwbparse.c:
37         * ext/amrwb/gstamrwbparse.h:
38           Fix the duration query. Also set caps on the pads and buffers more
39           correctly. Taken from recent armnbparse changes.
40
41 2008-10-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
42
43         * gst/mpegdemux/gstmpegdemux.c:
44         * gst/mpegdemux/gstmpegtsdemux.c:
45         Add Fluendo to the Long Name.
46
47 2008-10-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
48
49         * configure.ac:
50         * gst-plugins-bad.spec.in:
51         * gst/mpegdemux/Makefile.am:
52         * gst/mpegdemux/flumpegdemux.c:
53         * gst/mpegdemux/gstmpegdesc.c:
54         * gst/mpegdemux/gstmpegdesc.h:
55         * gst/mpegdemux/mpegtspacketizer.c:
56         * gst/mpegdemux/mpegtspacketizer.h:
57         * gst/mpegdemux/mpegtsparse.c:
58         * gst/mpegdemux/mpegtsparse.h:
59         Move of mpegtsparse to mpegdemux.
60         Fixes #555193.
61
62 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
63
64         * gst/mpegdemux/gstmpegdemux.c: (gst_flups_demux_send_data),
65         (gst_flups_demux_parse_pack_start):
66         Prevent a division by zero if last mux rate was zero.
67
68         If we're going to send a NEWSEGMENT event but the segment start
69         and the current buffer timestamp differ by more than a second we
70         will start the NEWSEGMENT at the buffer timestamp.
71
72         This fixes playback of the tv2-1_25.mpg file, which has 0 as first SCR
73         but the first PTS are around 1 hour and 40 minutes.
74
75         Fixes bug #553755.
76
77 2008-10-07  Jan Schmidt  <jan.schmidt@sun.com>
78
79         * ext/resindvd/resindvdsrc.c:
80         Fix next/prev chapter seeking at the beginning or end.
81         Use 64-bit scaling utility functions for converting MPEG
82         timestamps.
83
84 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
85
86         Patch by: Håvard Graff <havard dot graff at tandberg dot com>
87
88         * gst/rtpmanager/gstrtpbin-marshal.list:
89         Add marshaller for new action signal.
90
91         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_get_internal_session),
92         (gst_rtp_bin_class_init):
93         * gst/rtpmanager/gstrtpbin.h:
94         Add action signal to retrieve the internal RTPSession object.
95
96         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
97         (gst_rtp_session_get_property), (gst_rtp_session_release_pad):
98         Add property to access the internal RTPSession object.
99
100         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
101         (check_collision):
102         * gst/rtpmanager/rtpsession.h:
103         Add action signal to retrieve an RTPSource object by SSRC. 
104         See #555396.
105
106 2008-10-07  Stefan Kost  <ensonic@users.sf.net>
107
108         * gst/selector/gstoutputselector.c:
109           Choose right pad for sending events. Fixes #555244
110
111 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
112
113         * gst/rtpmanager/gstrtpbin.c: (find_session_by_pad),
114         (free_session), (gst_rtp_bin_dispose), (remove_recv_rtp),
115         (remove_recv_rtcp), (remove_send_rtp), (remove_rtcp),
116         (gst_rtp_bin_release_pad):
117         Release pads of the session manager.
118         Start implementing releasing pads of gstrtpbin.
119
120         * gst/rtpmanager/gstrtpsession.c: (remove_recv_rtp_sink),
121         (remove_recv_rtcp_sink), (remove_send_rtp_sink),
122         (remove_send_rtcp_src), (gst_rtp_session_release_pad):
123         Implement releasing pads in gstrtpsession.
124
125 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
126
127         * gst/rtpmanager/gstrtpjitterbuffer.c:
128         (gst_jitter_buffer_sink_parse_caps):
129         Only update the seqnum-base when it was not already configured for the
130         streams.
131
132 2008-10-06  Stefan Kost  <ensonic@users.sf.net>
133
134         * configure.ac
135         * ext/metadata/README:
136         * ext/metadata/metadataexif.c:
137         * ext/metadata/metadatatags.c:
138         * ext/metadata/metadatatags.h:
139           Start using core geo tags (bump req). Fix handling of location
140           references.
141
142         * tests/check/Makefile.am:
143           Sort blacklisted elements and remove moved ones. Add new test.
144
145         * tests/check/pipelines/metadata.c:
146           Add first tests for metadata element.
147
148         * tests/icles/metadata_editor.c:
149           Move free to correct place.
150
151 2008-10-06  Stefan Kost  <ensonic@users.sf.net>
152
153         * tests/check/generic/states.c:
154           Stop test on state-change error. Should be applied on other modules if
155           we agree that it makes sense.
156
157 2008-10-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
158
159         * gst/mpegtsparse/mpegtsparse.c:
160         Actually copy the structure passed in when assigning it because
161         it gets freed straight after the function call.
162         Re: pat_info and pmt_info GstStructures.
163
164 2008-10-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
165
166         Patch by: Josep Torra
167
168         * gst/mpegdemux/gstmpegtsdemux.c:
169         Fix wrong firing of critical introduced by previous optimisation.
170
171 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
172
173         * ext/faac/gstfaac.c: (gst_faac_configure_source_pad):
174         Warn and clamp to max bitrate for samplerate.
175         Fixes #550486.
176
177 2008-10-03  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
178
179         * gst/mpegtsparse/mpegtsparse.c:
180         Fix possible crash where pat is pointing to a freed structure.
181
182 2008-10-03  Stefan Kost  <ensonic@users.sf.net>
183
184         * ext/metadata/README:
185         * ext/metadata/metadataexif.c:
186         * ext/metadata/metadatatags.c:
187         * ext/metadata/metadatatags.h:
188           Use core gps tags.
189
190 2008-10-03  Stefan Kost  <ensonic@users.sf.net>
191
192         * ext/metadata/metadata_mapping.htm:
193         * ext/metadata/metadataxmp.c:
194         * ext/metadata/Makefile.am:
195           Add mapping of format and mime type to xmp.
196
197 2008-10-02  Stefan Kost  <ensonic@users.sf.net>
198
199         * ext/metadata/README:
200         * ext/metadata/metadataexif.c:
201         * ext/metadata/metadatatags.c:
202         * ext/metadata/metadatatags.h:
203           Reverting. Will need to wait for core 0.10.21 release.
204
205 2008-10-02  Stefan Kost  <ensonic@users.sf.net>
206
207         * ext/metadata/README:
208         * ext/metadata/metadataexif.c:
209         * ext/metadata/metadatatags.c:
210         * ext/metadata/metadatatags.h:
211           Use core gps tags.
212
213 2008-09-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
214
215         * gst/flacparse/gstbaseparse.c: (gst_base_parse_finalize),
216         (gst_base_parse_class_init), (gst_base_parse_push_buffer),
217         (gst_base_parse_change_state), (gst_base_parse_set_index),
218         (gst_base_parse_get_index):
219         Add support for GstIndex.
220
221 2008-09-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
222
223         * gst/flacparse/gstbaseparse.c: (gst_base_parse_class_init),
224         (gst_base_parse_push_buffer),
225         (gst_base_parse_update_upstream_durations),
226         (gst_base_parse_convert), (gst_base_parse_frame_in_segment):
227         * gst/flacparse/gstbaseparse.h:
228         Provide a vfunc for the subclass to decide whether a frame is inside
229         the segment or not and add a default implementation.
230
231         Fix approximate bitrate calculations.
232
233 2008-09-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
234
235         * gst/flacparse/gstbaseparse.c: (gst_base_parse_class_init),
236         (gst_base_parse_init), (gst_base_parse_push_buffer),
237         (gst_base_parse_update_upstream_durations), (gst_base_parse_chain),
238         (gst_base_parse_loop), (gst_base_parse_activate),
239         (gst_base_parse_convert), (gst_base_parse_query):
240         Approximate the average bitrate, duration and size if possible
241         and add a default conversion function which uses this for
242         time<->byte conversions.
243
244         * gst/flacparse/gstflacparse.c: (gst_flac_parse_get_frame_size):
245         Fix parsing if upstream gives -1 as duration.
246
247 2008-09-30  Wim Taymans  <wim.taymans@collabora.co.uk>
248
249         * gst/rtpmanager/rtpsession.c: (on_new_ssrc), (on_ssrc_collision),
250         (on_ssrc_validated), (on_ssrc_active), (on_ssrc_sdes),
251         (on_bye_ssrc), (on_bye_timeout), (on_timeout), (on_sender_timeout):
252         Ref the rtpsource object before we release the session lock when we emit
253         the signals.
254
255 2008-09-30  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
256
257         * sys/Makefile.am:
258         * sys/wasapi/Makefile.am:
259         * sys/wasapi/gstwasapi.c:
260         * sys/wasapi/gstwasapisink.c:
261         * sys/wasapi/gstwasapisink.h:
262         * sys/wasapi/gstwasapisrc.c:
263         * sys/wasapi/gstwasapisrc.h:
264         * sys/wasapi/gstwasapiutil.c:
265         * sys/wasapi/gstwasapiutil.h:
266         New plugin for audio capture and playback using Windows Audio Session
267         API (WASAPI) available with Vista and newer (#520901).
268
269         Comes with hardcoded caps and obviously needs lots of love. Haven't
270         had time to work on this code since it was written, was initially just
271         a quick experiment to play around with this new API.
272
273 2008-09-30  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
274
275         * sys/dshowdecwrapper/gstdshowaudiodec.cpp
276           (AudioFakeSink.DoRenderSample):
277         Fix a couple of signed/unsigned comparison warnings.
278
279 2008-09-30  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
280
281         * sys/dshowdecwrapper/gstdshowaudiodec.h (AudioFakeSink.AudioFakeSink):
282         * sys/dshowdecwrapper/gstdshowvideodec.h (VideoFakeSink.VideoFakeSink):
283         Use the _T() macro to support both Unicode and MBCS.
284
285 2008-09-30  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
286
287         * ext/libmms/gstmms.c (plugin_init):
288         Fix return type of the GstURIHandler::get_type() implementation.
289
290 2008-09-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
291
292         * configure.ac:
293         * gst/flacparse/Makefile.am:
294         * gst/flacparse/gstbaseparse.c: (gst_base_parse_get_type),
295         (gst_base_parse_base_init), (gst_base_parse_base_finalize),
296         (gst_base_parse_finalize), (gst_base_parse_class_init),
297         (gst_base_parse_init), (gst_base_parse_check_frame),
298         (gst_base_parse_parse_frame), (gst_base_parse_bytepos_to_time),
299         (gst_base_parse_sink_event), (gst_base_parse_sink_eventfunc),
300         (gst_base_parse_src_event), (gst_base_parse_src_eventfunc),
301         (gst_base_parse_is_seekable), (gst_base_parse_push_buffer),
302         (gst_base_parse_handle_and_push_buffer), (gst_base_parse_drain),
303         (gst_base_parse_chain), (gst_base_parse_pull_range),
304         (gst_base_parse_loop), (gst_base_parse_sink_activate),
305         (gst_base_parse_activate), (gst_base_parse_sink_activate_push),
306         (gst_base_parse_sink_activate_pull), (gst_base_parse_set_duration),
307         (gst_base_parse_set_min_frame_size),
308         (gst_base_parse_get_querytypes), (gst_base_parse_query),
309         (gst_base_parse_handle_seek), (gst_base_parse_sink_setcaps):
310         * gst/flacparse/gstbaseparse.h:
311         * gst/flacparse/gstbitreader.c: (gst_bit_reader_new),
312         (gst_bit_reader_new_from_buffer), (gst_bit_reader_free),
313         (gst_bit_reader_init), (gst_bit_reader_init_from_buffer),
314         (gst_bit_reader_set_pos), (gst_bit_reader_get_pos),
315         (gst_bit_reader_get_remaining), (gst_bit_reader_skip),
316         (gst_bit_reader_skip_to_byte):
317         * gst/flacparse/gstbitreader.h:
318         * gst/flacparse/gstbytereader.c: (GDOUBLE_SWAP_LE_BE),
319         (GFLOAT_SWAP_LE_BE), (gst_byte_reader_new),
320         (gst_byte_reader_new_from_buffer), (gst_byte_reader_free),
321         (gst_byte_reader_init), (gst_byte_reader_init_from_buffer),
322         (gst_byte_reader_set_pos), (gst_byte_reader_get_pos),
323         (gst_byte_reader_get_remaining), (gst_byte_reader_skip),
324         (gst_byte_reader_get_uint8), (gst_byte_reader_get_int8),
325         (gst_byte_reader_peek_uint8), (gst_byte_reader_peek_int8),
326         (gst_byte_reader_get_uint24_le), (gst_byte_reader_get_uint24_be),
327         (gst_byte_reader_get_int24_le), (gst_byte_reader_get_int24_be),
328         (gst_byte_reader_peek_uint24_le), (gst_byte_reader_peek_uint24_be),
329         (gst_byte_reader_peek_int24_le), (gst_byte_reader_peek_int24_be):
330         * gst/flacparse/gstbytereader.h:
331         * gst/flacparse/gstflac.c: (plugin_init):
332         * gst/flacparse/gstflacparse.c: (gst_flac_parse_base_init),
333         (gst_flac_parse_class_init), (gst_flac_parse_init),
334         (gst_flac_parse_finalize), (gst_flac_parse_start),
335         (gst_flac_parse_stop), (gst_flac_parse_get_frame_size),
336         (gst_flac_parse_check_valid_frame),
337         (gst_flac_parse_handle_streaminfo),
338         (gst_flac_parse_handle_vorbiscomment),
339         (gst_flac_parse_handle_picture), (_value_array_append_buffer),
340         (gst_flac_parse_handle_headers), (gst_flac_parse_generate_headers),
341         (gst_flac_parse_parse_frame):
342         * gst/flacparse/gstflacparse.h:
343         Add FLAC parser, based on GstBaseParse. Also add the bit and byte reader
344         that will be added to libgstbase later.
345
346         The FLAC parser is currently not 100% bug free and fails to get the
347         correct frame size for some frames in some streams.
348
349 2008-09-27  Jan Schmidt  <jan.schmidt@sun.com>
350
351         * ext/resindvd/gstmpegdemux.c:
352         * ext/resindvd/gstmpegdemux.h:
353         * ext/resindvd/resindvdbin.c:
354         * ext/resindvd/resindvdsrc.c:
355         * ext/resindvd/rsnstreamselector.c:
356         Add in Title/Chapter seeking, and simple but buggy audio
357         and subtitle stream selection.
358
359 2008-09-24  Michael Smith <msmith@songbirdnest.com>
360
361         * sys/dshowdecwrapper/gstdshowaudiodec.cpp:
362         * sys/dshowdecwrapper/gstdshowaudiodec.h:
363         * sys/dshowdecwrapper/gstdshowfakesrc.cpp:
364         * sys/dshowdecwrapper/gstdshowutil.cpp:
365         * sys/dshowdecwrapper/gstdshowutil.h:
366         * sys/dshowdecwrapper/gstdshowvideodec.cpp:
367         * sys/dshowdecwrapper/gstdshowvideodec.h:
368           Prefer known-good filters, create directly by GUID if possible,
369           fall back to creating highest-merit filter otherwise.
370           Fixes playback with random dshow filters installed in some
371           cases.
372
373 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
374
375         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_insert),
376         (rtp_jitter_buffer_get_sync):
377         * gst/rtpmanager/rtpsession.c: (on_sender_timeout),
378         (session_cleanup):
379         * gst/rtpmanager/rtpsource.c:
380         Fix some docs.
381
382 2008-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
383
384         Patch from: Josep Torra
385
386         * gst/mpegdemux/gstmpegtsdemux.c:
387         * gst/mpegdemux/gstmpegtsdemux.h:
388         Use a preallocated buffer per stream for PES packets sent on src pads.
389         Adaptively adjust buffer size appropriately.
390
391 2008-09-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
392
393         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_start),
394           (gst_neonhttp_src_send_request_and_redirect):
395           Clean up the debug logging code and #ifdef mess a bit: whether or not
396           gstreamer debug messages should be output should not depend on an
397           element property; also, GST_ELEMENT_ERROR will leave a line in the log
398           already, so merge the more useful debug log messages with the less useful
399           error debug strings.
400
401 2008-09-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
402
403         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_start):
404           Don't post LIBRARY_INIT errors where we should be posting
405           RESOURCE OPEN_READ errors. Fixes #552506.
406
407 2008-09-17  Jan Schmidt  <jan.schmidt@sun.com>
408
409         * ext/jack/gstjackaudiosink.c: (jack_process_cb):
410         * gst/rtpmanager/rtpjitterbuffer.c: (calculate_skew):
411         Fix compiler warnings on OS/X
412
413 2008-09-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
414
415         patch by: Michael Krufky
416
417         * sys/dvb/gstdvbsrc.c:
418         Add adapter_name for bus message in ATSC case. Fixes #552536.
419
420 2008-09-15  Stefan Kost  <ensonic@users.sf.net>
421
422         * ext/celt/gstceltenc.h:
423           Help gtk-doc to parse this correctly.
424
425         * gst/pcapparse/gstpcapparse.c:
426           Add missing include.
427
428 2008-09-15  Stefan Kost  <ensonic@users.sf.net>
429
430         * examples/Makefile.am:
431           Only built scaletempo example if we have gtk.
432
433 2008-09-13  Wim Taymans  <wim.taymans@collabora.co.uk>
434
435         * gst/rtpmanager/gstrtpbin.c: (create_session),
436         (gst_rtp_bin_associate), (gst_rtp_bin_sync_chain):
437         Do not try to adjust the offset of streams for which we have not yet
438         seen an SR packet. Avoids large ts-offsets in some cases.
439
440 2008-09-10  Michael Smith <msmith@songbirdnest.com>
441
442         * sys/dshowdecwrapper/Makefile.am:
443         * sys/dshowdecwrapper/gstdshowaudiodec.c:
444         * sys/dshowdecwrapper/gstdshowaudiodec.cpp:
445         * sys/dshowdecwrapper/gstdshowaudiodec.h:
446         * sys/dshowdecwrapper/gstdshowdecwrapper.c:
447         * sys/dshowdecwrapper/gstdshowdecwrapper.cpp:
448         * sys/dshowdecwrapper/gstdshowdecwrapper.h:
449         * sys/dshowdecwrapper/gstdshowfakesrc.cpp:
450         * sys/dshowdecwrapper/gstdshowfakesrc.h:
451         * sys/dshowdecwrapper/gstdshowutil.cpp:
452         * sys/dshowdecwrapper/gstdshowutil.h:
453         * sys/dshowdecwrapper/gstdshowvideodec.c:
454         * sys/dshowdecwrapper/gstdshowvideodec.cpp:
455         * sys/dshowdecwrapper/gstdshowvideodec.h:
456           Major rewrite of dshowdecwrapper. Converts code to
457           C++, moves to direct use of DirectShow base classes,
458           make a lot of code clearer, simplify, etc.
459           Fix decode of MP3 on Vista by working around an apparent
460           bug in the decoder.
461
462 2008-09-10  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
463
464         * sys/winks/gstksclock.c (gst_ks_clock_worker_thread_func,
465           gst_ks_clock_start):
466           Synchronize KS clock as a single-shot operation for now, there's not
467           much point in doing it periodically until we're actually using the
468           KS timestamps for anything else than just discarding old frames.
469         * sys/winks/gstksvideosrc.c (gst_ks_video_src_open_device):
470           Provide the GstClock when opening the device if we already have one.
471
472 2008-09-10  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
473
474         * sys/winks/gstksvideodevice.c (GST_DEBUG_IS_ENABLED, last_timestamp,
475           gst_ks_video_device_prepare_buffers, gst_ks_video_device_create_pin,
476           gst_ks_video_device_set_state, gst_ks_video_device_request_frame,
477           gst_ks_video_device_read_frame):
478           Guard against capturing old frames by keeping track of the last
479           timestamp and also zero-fill the buffers before each capture.
480           Only assign a master clock if the pin hasn't already got one.
481           Actually free buffers on the way down to avoid a huge memory leak,
482           as this was previously done when changing state to ACQUIRE downwards
483           and we now skip that state on the way down.
484           Add some debug.
485         * sys/winks/gstksvideosrc.c (DEFAULT_DEVICE_PATH, DEFAULT_DEVICE_NAME,
486           DEFAULT_DEVICE_INDEX, KS_WORKER_LOCK, KS_WORKER_UNLOCK,
487           KS_WORKER_WAIT, KS_WORKER_NOTIFY, KS_WORKER_WAIT_FOR_RESULT,
488           KS_WORKER_NOTIFY_RESULT, KS_WORKER_STATE_STARTING,
489           KS_WORKER_STATE_READY, KS_WORKER_STATE_STOPPING,
490           KS_WORKER_STATE_ERROR, KsWorkerState, device_path, device_name,
491           device_index, running, worker_thread, worker_lock,
492           worker_notify_cond, worker_result_cond, worker_state,
493           worker_pending_caps, worker_setcaps_result, worker_pending_run,
494           worker_run_result, gst_ks_video_src_reset,
495           gst_ks_video_src_apply_driver_quirks, gst_ks_video_src_open_device,
496           gst_ks_video_src_close_device, gst_ks_video_src_worker_func,
497           gst_ks_video_src_start_worker, gst_ks_video_src_stop_worker,
498           gst_ks_video_src_change_state, gst_ks_video_src_set_clock,
499           gst_ks_video_src_set_caps, gst_ks_video_src_timestamp_buffer,
500           gst_ks_video_src_create):
501           Remove ENABLE_CLOCK_DEBUG define, it's GST_LEVEL_DEBUG after all.
502           Get rid of PROP_ENSLAVE_KSCLOCK and always slave the ks clock to the
503           GStreamer clock, it doesn't seem to hurt and matches DirectShow's
504           behavior. As an added bonus we usually get PresentationTime set for
505           each frame, so we can expand on this later for smarter latency
506           reporting (by looking at the diff between the timestamp from the
507           driver and the time according to the GStreamer clock).
508           Use an internal worker thread for opening the device, setting caps,
509           changing its state and closing it. This way we're a lot more
510           compatible with drivers that rely on hacks to do video-effects
511           between the low-level NT API and the application. Ick.
512           Start the ks clock and set the pin to KSSTATE_RUN on the first
513           create() so that we'll hopefully get hold of the GStreamer clock
514           from the very beginning. This way there's no chance that the
515           timestamps will make a sudden jump in the beginning of the stream
516           when we're running with a clock.
517         * sys/winks/kshelpers.c (CHECK_OPTIONS_FLAG,
518           ks_options_flags_to_string):
519           Reorder the flags to match the headerfile order, and make the string
520           a bit more compact.
521         * sys/winks/ksvideohelpers.c (ks_video_probe_filter_for_caps):
522           Avoid leaking KSPROPERTY_PIN_DATARANGES.
523
524 2008-09-09  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
525
526         * configure.ac:
527         * ext/Makefile.am:
528         * ext/jp2k/Makefile.am:
529         * ext/jp2k/gstjasperdec.c: (gst_jasper_dec_base_init),
530         (gst_jasper_dec_class_init), (gst_jasper_dec_init),
531         (gst_jasper_dec_reset), (gst_jasper_dec_sink_setcaps),
532         (gst_jasper_dec_negotiate), (gst_jasper_dec_get_picture),
533         (gst_jasper_dec_chain), (gst_jasper_dec_set_property),
534         (gst_jasper_dec_get_property), (gst_jasper_dec_change_state),
535         (plugin_init):
536         * ext/jp2k/gstjasperdec.h:
537         Add jp2k plugin.  Fixes #550657.
538
539 2008-09-09  Edward Hervey  <edward.hervey@collabora.co.uk>
540
541         * gst/mpegdemux/flumpegdemux.c: (plugin_init):
542         * gst/mpegdemux/gstmpegdemux.c: (gst_flups_demux_sync_get_type),
543         (gst_flups_demux_get_type), (gst_flups_demux_plugin_init):
544         * gst/mpegdemux/gstmpegtsdemux.c: (gst_fluts_demux_get_type),
545         (gst_fluts_demux_plugin_init):
546         Fix conflicting public names in new mpeg demuxers.
547         Fixes #550468
548
549 2008-09-08  Michael Smith <msmith@songbirdnest.com>
550
551         * gst/aiffparse/aiffparse.c:
552           Support chunks in AIFF in any order in pull mode, and any order so
553           long as we get COMM before the actual data (SSND) in push mode.
554           Fixes playback of AIFC files.
555
556 2008-09-08  Wim Taymans  <wim.taymans@collabora.co.uk>
557
558         * gst/selector/gstinputselector.c: (gst_selector_pad_reset),
559         (gst_input_selector_reset), (gst_input_selector_change_state):
560         Reset the selector state when going to READY.
561
562 2008-09-05  Wim Taymans  <wim.taymans@collabora.co.uk>
563
564         * gst/rtpmanager/gstrtpbin.c: (on_sender_timeout),
565         (create_session), (gst_rtp_bin_associate),
566         (gst_rtp_bin_sync_chain), (gst_rtp_bin_class_init),
567         (gst_rtp_bin_request_new_pad):
568         * gst/rtpmanager/gstrtpbin.h:
569         Add signal to notify listeners when a sender becomes a receiver.
570         Tweak lip-sync code, don't store our own copy of the ts-offset of the
571         jitterbuffer, don't adjust sync if the change is less than 4msec.
572         Get the RTP timestamp <-> GStreamer timestamp relation directly from
573         the jitterbuffer instead of our inaccurate version from the source.
574
575         * gst/rtpmanager/gstrtpjitterbuffer.c:
576         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop),
577         (gst_rtp_jitter_buffer_get_sync):
578         * gst/rtpmanager/gstrtpjitterbuffer.h:
579         Add G_LIKELY macros, use global defines for max packet reorder and
580         dropouts.
581         Reset the jitterbuffer clock skew detection when packets seqnums are
582         changed unexpectedly.
583
584         * gst/rtpmanager/gstrtpsession.c: (on_sender_timeout),
585         (gst_rtp_session_class_init), (gst_rtp_session_init):
586         * gst/rtpmanager/gstrtpsession.h:
587         Add sender timeout signal.
588
589         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_reset_skew),
590         (calculate_skew), (rtp_jitter_buffer_insert),
591         (rtp_jitter_buffer_get_sync):
592         * gst/rtpmanager/rtpjitterbuffer.h:
593         Add some G_LIKELY macros.
594         Keep track of the extended RTP timestamp so that we can report the RTP
595         timestamp <-> GStreamer timestamp relation for lip-sync.
596         Remove server timestamp gap detection code, the server can sometimes
597         make a huge gap in timestamps (talk spurts,...) see #549774.
598         Detect timetamp weirdness instead by observing the sender/receiver
599         timestamp relation and resync if it changes more than 1 second.
600         Add method to report about the current rtp <-> gst timestamp relation
601         which is needed for lip-sync.
602
603         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
604         (on_sender_timeout), (check_collision), (rtp_session_process_sr),
605         (session_cleanup):
606         * gst/rtpmanager/rtpsession.h:
607         Add sender timeout signal.
608         Remove inaccurate rtp <-> gst timestamp relation code, the
609         jitterbuffer can now do an accurate reporting about this.
610
611         * gst/rtpmanager/rtpsource.c: (rtp_source_init),
612         (rtp_source_update_caps), (calculate_jitter),
613         (rtp_source_process_rtp):
614         * gst/rtpmanager/rtpsource.h:
615         Remove inaccurate rtp <-> gst timestamp relation code.
616
617         * gst/rtpmanager/rtpstats.h:
618         Define global max-reorder and max-dropout constants for use in various
619         subsystems.
620
621 2008-09-05  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
622
623         patch by: Sebastian Pölsterl
624
625         * sys/dvb/gstdvbsrc.c:
626         Add DVB Adapter name to structure sent over bus.
627
628 2008-09-02  Edward Hervey  <edward.hervey@collabora.co.uk>
629
630         * gst/mpegdemux/gstmpegdemux.c: (gst_flups_demux_parse_pack_start):
631         * gst/mpegdemux/gstmpegtsdemux.c: (gst_fluts_demux_data_cb):
632         Fix build on macosx.
633
634 2008-09-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
635
636         * configure.ac:
637         * gst/mpegdemux/Makefile.am:
638         * gst/mpegdemux/flumpegdemux.c:
639         * gst/mpegdemux/flutspatinfo.c:
640         * gst/mpegdemux/flutspatinfo.h:
641         * gst/mpegdemux/flutspmtinfo.c:
642         * gst/mpegdemux/flutspmtinfo.h:
643         * gst/mpegdemux/flutspmtstreaminfo.c:
644         * gst/mpegdemux/flutspmtstreaminfo.h:
645         * gst/mpegdemux/gstmpegdefs.h:
646         * gst/mpegdemux/gstmpegdemux.c:
647         * gst/mpegdemux/gstmpegdemux.h:
648         * gst/mpegdemux/gstmpegdesc.c:
649         * gst/mpegdemux/gstmpegdesc.h:
650         * gst/mpegdemux/gstmpegtsdemux.c:
651         * gst/mpegdemux/gstmpegtsdemux.h:
652         * gst/mpegdemux/gstpesfilter.c:
653         * gst/mpegdemux/gstpesfilter.h:
654         * gst/mpegdemux/gstsectionfilter.c:
655         * gst/mpegdemux/gstsectionfilter.h:
656         Add Fluendo MPEG PS and TS demuxers to gst-plugins-bad. This
657         is now dual licensed MPL and LGPL.
658
659 2008-09-02  Wim Taymans  <wim.taymans@collabora.co.uk>
660
661         * gst/mpegtsmux/mpegtsmux.c: (new_packet_cb):
662         Set caps on outgoing buffers.
663
664 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
665
666         * ext/resindvd/plugin.c: (plugin_init):
667         * ext/resindvd/resindvdsrc.c:
668         * ext/twolame/gsttwolame.c: (plugin_init):
669         * gst/aiffparse/aiffparse.c: (plugin_init):
670           Enable/fix up translations for these plugins.
671
672         * po/LINGUAS:
673           Add 'ca' to LINGUAS.
674
675         * po/POTFILES.in:
676         * po/POTFILES.skip:
677           Add more files for translation and more files which tools
678           should skip.
679
680 2008-09-02  Edward Hervey  <edward.hervey@collabora.co.uk>
681
682         * gst/mpegtsmux/tsmux/tsmux.c: (tsmux_write_ts_header):
683         Fix build on macosx.
684
685 2008-09-01  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
686
687         * gst/mpegtsmux/mpegtsmux_aac.c: (mpegtsmux_prepare_aac):
688         Allocate a fixed size buffer on the stack instead of using malloc().
689
690         * gst/mpegtsmux/tsmux/tsmux.c: (tsmux_new), (tsmux_free),
691         (tsmux_program_new), (tsmux_program_free):
692         * gst/mpegtsmux/tsmux/tsmuxstream.c: (tsmux_stream_new),
693         (tsmux_stream_free), (tsmux_stream_consume),
694         (tsmux_stream_add_data):
695         Use GSlice.
696
697 2008-09-01  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
698
699         * gst/mpegtsmux/mpegtsmux.c: (mpegtsmux_create_stream):
700         Add support for muxing MPEG4 video.
701
702 2008-09-01  Edward Hervey  <edward.hervey@collabora.co.uk>
703
704         * gst/mpegtsmux/tsmux/tsmux.h:
705         * gst/mpegtsmux/tsmux/tsmuxstream.h:
706         Fix build of mpegtsmux.
707         
708 2008-09-01  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
709
710         * configure.ac:
711         * gst/mpegtsmux/Makefile.am:
712         * gst/mpegtsmux/mpegtsmux.c: (mpegtsmux_base_init),
713         (mpegtsmux_class_init), (mpegtsmux_init), (mpegtsmux_dispose),
714         (gst_mpegtsmux_set_property), (gst_mpegtsmux_get_property),
715         (release_buffer_cb), (mpegtsmux_create_stream),
716         (mpegtsmux_create_streams), (mpegtsmux_choose_best_stream),
717         (mpegtsmux_collected), (mpegtsmux_request_new_pad),
718         (mpegtsmux_release_pad), (new_packet_cb),
719         (mpegtsdemux_prepare_srcpad), (mpegtsmux_change_state),
720         (plugin_init):
721         * gst/mpegtsmux/mpegtsmux.h:
722         * gst/mpegtsmux/mpegtsmux_aac.c: (mpegtsmux_prepare_aac):
723         * gst/mpegtsmux/mpegtsmux_aac.h:
724         * gst/mpegtsmux/mpegtsmux_h264.c: (mpegtsmux_prepare_h264):
725         * gst/mpegtsmux/mpegtsmux_h264.h:
726         * gst/mpegtsmux/tsmux/Makefile.am:
727         * gst/mpegtsmux/tsmux/crc.h:
728         * gst/mpegtsmux/tsmux/tsmux.c: (tsmux_new), (tsmux_set_write_func),
729         (tsmux_set_pat_frequency), (tsmux_get_pat_frequency), (tsmux_free),
730         (tsmux_program_new), (tsmux_set_pmt_frequency),
731         (tsmux_get_pmt_frequency), (tsmux_program_add_stream),
732         (tsmux_program_set_pcr_stream), (tsmux_get_new_pid),
733         (tsmux_create_stream), (tsmux_find_stream), (tsmux_packet_out),
734         (tsmux_write_adaptation_field), (tsmux_write_ts_header),
735         (tsmux_write_stream_packet), (tsmux_program_free),
736         (tsmux_write_section), (tsmux_write_section_hdr),
737         (tsmux_write_pat), (tsmux_write_pmt):
738         * gst/mpegtsmux/tsmux/tsmux.h:
739         * gst/mpegtsmux/tsmux/tsmuxcommon.h:
740         * gst/mpegtsmux/tsmux/tsmuxstream.c: (tsmux_stream_new),
741         (tsmux_stream_get_pid), (tsmux_stream_free),
742         (tsmux_stream_set_buffer_release_func), (tsmux_stream_consume),
743         (tsmux_stream_at_pes_start), (tsmux_stream_bytes_avail),
744         (tsmux_stream_bytes_in_buffer), (tsmux_stream_get_data),
745         (tsmux_stream_pes_header_length),
746         (tsmux_stream_find_pts_dts_within),
747         (tsmux_stream_write_pes_header), (tsmux_stream_add_data),
748         (tsmux_stream_get_es_descrs), (tsmux_stream_pcr_ref),
749         (tsmux_stream_pcr_unref), (tsmux_stream_is_pcr),
750         (tsmux_stream_get_pts):
751         * gst/mpegtsmux/tsmux/tsmuxstream.h:
752         Add Fluendo MPEG-TS muxer and libtsmux to gst-plugins-bad. This
753         is renamed to mpegtsmux to prevent conflicts. Also all relevant
754         informations about copyright and license are added to the top of
755         every file but apart from that no changes compared to the latest
756         SVN versions happened.
757
758 2008-09-01  Wim Taymans  <wim.taymans@collabora.co.uk>
759
760         * gst/selector/gstinputselector.c: (gst_input_selector_init),
761         (gst_input_selector_event), (gst_input_selector_query):
762         Reuse the get_linked_pads for both source and sinkpads because they are
763         the same.
764         Implement a custum event handler and get the internally linked pad
765         directly instead of relying on the default (slower) implementation.
766
767 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
768
769         * ext/celt/gstceltdec.c: (celt_dec_chain_parse_data):
770         Correctly take the granulepos from upstream if possible and
771         correctly handle the granulepos in various calculations: the
772         granulepos is the sample number of the _last_ sample in a frame, not
773         the first. 
774
775         * ext/celt/gstceltenc.c: (gst_celt_enc_sinkevent),
776         (gst_celt_enc_encode), (gst_celt_enc_chain),
777         (gst_celt_enc_change_state):
778         * ext/celt/gstceltenc.h:
779         Handle non-zero start timestamps in the encoder and detect/handle
780         stream discontinuities. Fixes bug #547075.
781
782 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
783
784         Patch by: Rov Juvano <rovjuvano at users dot sourceforge dot net>
785
786         * configure.ac:
787         * docs/plugins/Makefile.am:
788         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
789         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
790         * docs/plugins/inspect/plugin-scaletempo.xml:
791         * examples/scaletempo/Makefile.am:
792         * examples/scaletempo/demo-gui.c: (pop_status_bar),
793         (status_bar_printf), (demo_gui_seek_bar_format), (update_position),
794         (demo_gui_seek_bar_change), (demo_gui_do_change_rate),
795         (demo_gui_do_set_rate), (demo_gui_do_rate_entered),
796         (demo_gui_do_toggle_advanced), (demo_gui_do_toggle_disabled),
797         (demo_gui_do_seek), (demo_gui_do_play), (demo_gui_do_pause),
798         (demo_gui_do_play_pause), (demo_gui_do_open_file),
799         (demo_gui_do_playlist_prev), (demo_gui_do_playlist_next),
800         (demo_gui_do_about_dialog), (demo_gui_do_quit),
801         (demo_gui_request_set_stride), (demo_gui_request_set_overlap),
802         (demo_gui_request_set_search), (demo_gui_rate_changed),
803         (demo_gui_playing_started), (demo_gui_playing_paused),
804         (demo_gui_playing_ended), (demo_gui_player_errored),
805         (demo_gui_stride_changed), (demo_gui_overlap_changed),
806         (demo_gui_search_changed), (demo_gui_set_player_func),
807         (demo_gui_set_playlist_func), (build_gvalue_array),
808         (create_action), (demo_gui_show_func), (demo_gui_set_player),
809         (demo_gui_set_playlist), (demo_gui_show), (demo_gui_get_property),
810         (demo_gui_set_property), (demo_gui_init), (demo_gui_class_init),
811         (demo_gui_get_type):
812         * examples/scaletempo/demo-gui.h:
813         * examples/scaletempo/demo-main.c: (handle_error_message),
814         (handle_quit), (main):
815         * examples/scaletempo/demo-player.c: (no_pipeline),
816         (demo_player_event_listener), (demo_player_state_changed_cb),
817         (demo_player_eos_cb), (demo_player_build_pipeline), (_set_rate),
818         (demo_player_scale_rate_func), (demo_player_set_rate_func),
819         (_set_state_and_wait), (demo_player_load_uri_func),
820         (demo_player_play_func), (demo_player_pause_func), (_seek_to),
821         (demo_player_seek_by_func), (demo_player_seek_to_func),
822         (demo_player_get_position_func), (demo_player_get_duration_func),
823         (demo_player_scale_rate), (demo_player_set_rate),
824         (demo_player_load_uri), (demo_player_play), (demo_player_pause),
825         (demo_player_seek_by), (demo_player_seek_to),
826         (demo_player_get_position), (demo_player_get_duration),
827         (demo_player_get_property), (demo_player_set_property),
828         (demo_player_init), (demo_player_class_init),
829         (demo_player_get_type):
830         * examples/scaletempo/demo-player.h:
831         * gst/scaletempo/Makefile.am:
832         * gst/scaletempo/gstscaletempo.c: (best_overlap_offset_float),
833         (best_overlap_offset_s16), (output_overlap_float),
834         (output_overlap_s16), (fill_queue), (reinit_buffers),
835         (gst_scaletempo_transform), (gst_scaletempo_transform_size),
836         (gst_scaletempo_sink_event), (gst_scaletempo_set_caps),
837         (gst_scaletempo_get_property), (gst_scaletempo_set_property),
838         (gst_scaletempo_base_init), (gst_scaletempo_class_init),
839         (gst_scaletempo_init):
840         * gst/scaletempo/gstscaletempo.h:
841         * gst/scaletempo/gstscaletempoplugin.c: (plugin_init):
842         Add scaletempo plugin, which allows to scale the speed of audio without
843         changing the pitch by handling seeks with a rate!=1.0.
844         Integrate it into the docs and add the example application for it.
845         Fixes bug #537700.
846
847 2008-08-30  David Schleef  <ds@schleef.org>
848
849         * ext/dirac/gstdiracenc.cc: Fix some memleaks.
850
851 2008-08-29  David Schleef  <ds@schleef.org>
852
853         * ext/dirac/gstdiracenc.cc: Fix EOS handling.  Clean up at
854           object disposal.  Handle 4:2:2 and 4:4:4 video.
855
856 2008-08-29  Jan Schmidt  <Jan.Schmidt@sun.com>
857
858         * ext/resindvd/resindvdbin.c:
859         Fix compiler warning on Forte.
860
861 2008-08-29  Jan Schmidt  <Jan.Schmidt@sun.com>
862
863         * configure.ac:
864         Commit FIONREAD check, needed for the dccp src.
865
866 2008-08-29  Edward Hervey  <edward.hervey@collabora.co.uk>
867
868         * ext/faac/gstfaac.c: (gst_faac_init), (gst_faac_sink_event),
869         (gst_faac_chain), (gst_faac_change_state):
870         * ext/faac/gstfaac.h:
871         Add code for calculating proper timestamp/duration for the trailing
872         encoded buffers that faac will output when receiving EOS.
873
874 2008-08-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
875
876         * configure.ac:
877         Fix CFLAGS and LIBS for the apexsink.
878
879 2008-08-28  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
880
881         * sys/winks/ksvideohelpers.c (ks_video_media_type_free):
882           Avoid leaking the KSDATARANGE member of each KsVideoMediaType.
883
884 2008-08-28  Jan Schmidt  <Jan.Schmidt@sun.com>
885
886         * gst/dccp/gstdccp.c:
887         * gst/dccp/gstdccpclientsrc.c:
888         Fix compilation on Solaris by including filio.h as needed.
889
890         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
891         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll2.inc:
892         Fix compilation with Forte - apparently it hates concatenating a
893         macro argument that starts with an underscore??
894
895 2008-08-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
896
897         Patch by: Jérémie Bernard <gremimail at gmail dot com>
898
899         * configure.ac:
900         * ext/apexsink/LGPL-3.0.txt:
901         * ext/apexsink/Makefile.am:
902         * ext/apexsink/gstapexplugin.c: (plugin_init):
903         * ext/apexsink/gstapexraop.c: (g_strdel), (gst_apexraop_send),
904         (gst_apexraop_recv), (gst_apexraop_new), (gst_apexraop_free),
905         (gst_apexraop_set_host), (gst_apexraop_get_host),
906         (gst_apexraop_set_port), (gst_apexraop_get_port),
907         (gst_apexraop_set_useragent), (gst_apexraop_get_useragent),
908         (gst_apexraop_connect), (gst_apexraop_get_jacktype),
909         (gst_apexraop_get_jackstatus), (gst_apexraop_close),
910         (gst_apexraop_set_volume), (gst_apexraop_write_bits),
911         (gst_apexraop_write), (gst_apexraop_flush):
912         * ext/apexsink/gstapexraop.h:
913         * ext/apexsink/gstapexsink.c: (gst_apexsink_jackstatus_get_type),
914         (gst_apexsink_jacktype_get_type), (gst_apexsink_interfaces_init),
915         (gst_apexsink_implements_interface_init),
916         (gst_apexsink_mixer_interface_init),
917         (gst_apexsink_interface_supported),
918         (gst_apexsink_mixer_list_tracks), (gst_apexsink_mixer_set_volume),
919         (gst_apexsink_mixer_get_volume), (gst_apexsink_base_init),
920         (gst_apexsink_class_init), (gst_apexsink_init),
921         (gst_apexsink_set_property), (gst_apexsink_get_property),
922         (gst_apexsink_finalise), (gst_apexsink_open),
923         (gst_apexsink_prepare), (gst_apexsink_write),
924         (gst_apexsink_unprepare), (gst_apexsink_delay),
925         (gst_apexsink_reset), (gst_apexsink_close):
926         * ext/apexsink/gstapexsink.h:
927         Add apexsink for audio output to Apple AirPort Express Wireless
928         devices. Fixes bug #542510.
929
930 2008-08-28  Wim Taymans  <wim.taymans@collabora.co.uk>
931
932         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_send_rtcp),
933         (gst_rtp_session_event_send_rtp_sink):
934         Send EOS when the session object instructs us to.
935
936         * gst/rtpmanager/rtpsession.c: (rtp_session_on_timeout):
937         * gst/rtpmanager/rtpsession.h:
938         Make it possible for the session manager to instruct us to send EOS. We
939         currently will EOS when the session is a sender and when the sender part
940         goes EOS. This is not entirely correct behaviour because the session
941         could still participate as a receiver.
942         Fixes #549409.
943
944 2008-08-27  Michael Smith <msmith@songbirdnest.com>
945
946         * gst/aiffparse/aiffparse.c:
947           Read size of chunks preceeding the audio data with the
948           correct endianness. Fixes playback of some files.
949           Fixes #538500
950
951 2008-08-27  Michael Smith <msmith@songbirdnest.com>
952
953         * configure.ac:
954         * gst/aiffparse/Makefile.am:
955         * gst/aiffparse/aiffparse.c:
956         * gst/aiffparse/aiffparse.h:
957           Add an AIFF parsing element, heavily based on wavparse.
958
959 2008-08-27  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
960
961         * sys/winks/gstksvideodevice.c (gst_ks_video_device_class_init,
962           gst_ks_video_device_set_state):
963           Don't set the pin state to KSSTATE_RUN from the streaming thread.
964           Skip KSSTATE_ACQUIRE when changing pin state downwards.
965           Be nice and specify G_PARAM_STATIC_STRINGS.
966           Remove unused finalize method.
967
968         * sys/winks/gstksvideosrc.c (DEFAULT_ENABLE_QUIRKS, PROP_ENABLE_QUIRKS,
969           enable_quirks, gst_ks_video_src_class_init, gst_ks_video_src_init,
970           gst_ks_video_src_finalize, gst_ks_video_src_get_property,
971           gst_ks_video_src_set_property, gst_ks_video_src_reset,
972           gst_ks_video_src_apply_driver_quirks, gst_ks_video_src_change_state,
973           gst_ks_video_src_set_caps):
974           First driver quirk: work around Logitech's hostile driver software to
975           improve stability and performance. See comments for details.
976           Provide a property to disable driver quirks (enabled by default).
977           Be nice and specify G_PARAM_STATIC_STRINGS.
978           Remove unused dispose method.
979           Tweak include order.
980
981 2008-08-27  Wim Taymans  <wim.taymans@collabora.co.uk>
982
983         * gst/selector/gstinputselector.c: (gst_input_selector_init),
984         (gst_input_selector_query):
985         Implement the LATENCY query in a better way by taking the latency of all
986         sinkpads and taking the min/max instead of just taking a random pad.
987
988 2008-08-26  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
989
990         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc:
991         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopTop.inc:
992         * gst/deinterlace2/tvtime/tomsmocomp/StrangeBob.inc:
993         * gst/deinterlace2/tvtime/tomsmocomp/WierdBob.inc:
994         Unroll the loop to handle two bytes at once. This should give
995         a small speedup and makes it possible to handle chroma and luma
996         different which is needed later.
997
998 2008-08-26  Edward Hervey  <edward.hervey@collabora.co.uk>
999
1000         * gst/dccp/gstdccpserversink.c:
1001         * gst/dccp/gstdccpserversink.h:
1002         Don't put globals only used by one '.c' file in a header !
1003         Declare it as static, fixes build on macosx.
1004
1005 2008-08-26  Edward Hervey  <edward.hervey@collabora.co.uk>
1006
1007         * gst/dccp/gstdccp.c: (gst_dccp_send_buffer):
1008         Whoops, that was one fix too much :)
1009
1010 2008-08-26  Edward Hervey  <edward.hervey@collabora.co.uk>
1011
1012         * gst/dccp/gstdccp.c: (gst_dccp_read_buffer),
1013         (gst_dccp_send_buffer), (gst_dccp_set_sock_windowsize):
1014         size_t's size varies by platform/architecture. Use glib convenience
1015         macro instead. Fixes build on macosx.
1016         Remove ending '\n' in debug statements.
1017
1018 2008-08-26  Edward Hervey  <edward.hervey@collabora.co.uk>
1019
1020         * gst/pcapparse/gstpcapparse.c: (gst_pcap_parse_class_init):
1021         Remove unused code and fix includes.
1022
1023 2008-08-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1024
1025         * gst/deinterlace2/gstdeinterlace2.c:
1026         (gst_deinterlace_method_class_init):
1027         * gst/deinterlace2/gstdeinterlace2.h:
1028         * gst/deinterlace2/tvtime/tomsmocomp.c:
1029         (gst_deinterlace_method_tomsmocomp_class_init):
1030         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc:
1031         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopTop.inc:
1032         * gst/deinterlace2/tvtime/tomsmocomp/StrangeBob.inc:
1033         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
1034         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll2.inc:
1035         * gst/deinterlace2/tvtime/tomsmocomp/WierdBob.inc:
1036         * gst/deinterlace2/tvtime/tomsmocomp/tomsmocompmacros.h:
1037         First part of the C implementation of the tomsmocomp deinterlacing
1038         algorithm. This only supports search-effort=0 currently, is painfully
1039         slow and needs some cleanup later when all search-effort settings
1040         are implemented in C.
1041
1042 2008-08-24  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1043
1044         * configure.ac:
1045         * sys/Makefile.am:
1046         * sys/winks/Makefile.am:
1047         * sys/winks/gstksclock.c:
1048         * sys/winks/gstksclock.h:
1049         * sys/winks/gstksvideodevice.c:
1050         * sys/winks/gstksvideodevice.h:
1051         * sys/winks/gstksvideosrc.c:
1052         * sys/winks/gstksvideosrc.h:
1053         * sys/winks/kshelpers.c:
1054         * sys/winks/kshelpers.h:
1055         * sys/winks/ksvideohelpers.c:
1056         * sys/winks/ksvideohelpers.h:
1057           New plugin for low-latency video capture on Windows (#519935).
1058
1059           Uses Kernel Streaming, the lowest level API for doing video capture
1060           on Windows (more or less just raw ioctls).
1061
1062 2008-08-24  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1063
1064         * gst/pcapparse/gstpcapparse.c:
1065         * sys/winscreencap/gstdx9screencapsrc.c:
1066         * sys/winscreencap/gstgdiscreencapsrc.c:
1067           Added documentation blobs. Thanks to Stefan for noticing!
1068
1069 2008-08-24  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1070
1071         * configure.ac:
1072         * gst/pcapparse/Makefile.am:
1073         * gst/pcapparse/gstpcapparse.c:
1074         * gst/pcapparse/gstpcapparse.h:
1075           New plugin: pcapparse (#520899).
1076
1077 2008-08-24  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1078
1079         patch by: Haakon Sporsheim <hakon.sporsheim@tandberg.com>
1080
1081         * configure.ac:
1082         * sys/Makefile.am:
1083         * sys/winscreencap/Makefile.am:
1084         * sys/winscreencap/gstdx9screencapsrc.c:
1085         * sys/winscreencap/gstdx9screencapsrc.h:
1086         * sys/winscreencap/gstgdiscreencapsrc.c:
1087         * sys/winscreencap/gstgdiscreencapsrc.h:
1088         * sys/winscreencap/gstwinscreencap.c:
1089         * sys/winscreencap/gstwinscreencap.h:
1090           New plugin: winscreencap (#463941).
1091
1092 2008-08-22  Michael Smith <msmith@songbirdnest.com>
1093
1094         * sys/dshowdecwrapper/gstdshowaudiodec.c:
1095           Flip mpeg1/mpeg2 arrays for mpeg audio. Detect which type the audio
1096           is correctly, instead of backwards. No functional changes, since this
1097           mistake was completely self-consistent.
1098
1099 2008-08-22  Stefan Kost  <ensonic@users.sf.net>
1100
1101         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1102           Add, but commented out xml/element-dc1394.xml. Its documented, but
1103           I can't get it to be build.
1104
1105         * ext/celt/gstceltdec.c:
1106         * ext/celt/gstceltenc.c:
1107           Fix doc warnings and reformat the doc block.
1108
1109 2008-08-21  Stefan Kost  <ensonic@users.sf.net>
1110
1111         patch by: Leandro Melo de Sales <leandroal@gmail.com>
1112
1113         * configure.ac:
1114         * docs/plugins/Makefile.am:
1115         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1116         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1117         * docs/plugins/gst-plugins-bad-plugins.args:
1118         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
1119         * docs/plugins/gst-plugins-bad-plugins.interfaces:
1120         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
1121         * docs/plugins/gst-plugins-bad-plugins.signals:
1122         * docs/plugins/inspect/plugin-dccp.xml:
1123         * gst/dccp/Makefile.am:
1124         * gst/dccp/gstdccp.c:
1125         * gst/dccp/gstdccp.h:
1126         * gst/dccp/gstdccpclientsink.c:
1127         * gst/dccp/gstdccpclientsink.h:
1128         * gst/dccp/gstdccpclientsrc.c:
1129         * gst/dccp/gstdccpclientsrc.h:
1130         * gst/dccp/gstdccpplugin.c:
1131         * gst/dccp/gstdccpserversink.c:
1132         * gst/dccp/gstdccpserversink.h:
1133         * gst/dccp/gstdccpserversrc.c:
1134         * gst/dccp/gstdccpserversrc.h:
1135         * tests/icles/dccp/README:
1136         * tests/icles/dccp/call/README:
1137         * tests/icles/dccp/call/DCCPClient.c:
1138         * tests/icles/dccp/call/DCCPServer.c:
1139         * tests/icles/dccp/file/DCCPClientSaveFile.c:
1140         * tests/icles/dccp/file/DCCPServerSendFile.c:
1141         * tests/icles/dccp/mic/DCCPClientPlayMic.c:
1142         * tests/icles/dccp/mic/DCCPServerMic.c:
1143         * tests/icles/dccp/mp3/DCCPClientPlayMP3.c:
1144         * tests/icles/dccp/mp3/DCCPServerSendMP3.c:
1145         * tests/icles/dccp/mp3Speex/DCCPClientPlaySpeexMP3.c:
1146         * tests/icles/dccp/mp3Speex/DCCPServerSendSpeexMP3.c:
1147         * tests/icles/dccp/mp3Stream/DCCPClientPlayMP3Stream.c:
1148         * tests/icles/dccp/mp3Stream/DCCPServerSendMP3Stream.c:
1149           Add dccp plugin. Fixes #542390.
1150
1151 2008-08-20  Tim-Philipp Müller  <tim at collabora co uk>
1152
1153         * configure.ac:
1154           Remove bits that presumably weren't supposed to be committed.
1155
1156 2008-08-20  Michael Smith <msmith@songbirdnest.com>
1157
1158         * configure.ac:
1159         * sys/Makefile.am:
1160         * sys/acmenc/Makefile.am:
1161         * sys/acmenc/acmenc.c:
1162           Add new windows ACM encoder wrapper.
1163
1164 2008-08-18  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1165
1166         patch by: Michael Krufky
1167
1168         * sys/dvb/gstdvbsrc.c:
1169         * sys/dvb/parsechannels.c:
1170         Add ATSC tunning and channels.conf parsing support.
1171         Fixes #537455
1172
1173 2008-08-13  Michael Smith <msmith@songbirdnest.com>
1174
1175         * sys/dshowdecwrapper/gstdshowaudiodec.c:
1176         * sys/dshowdecwrapper/gstdshowaudiodec.h:
1177         * sys/dshowdecwrapper/gstdshowvideodec.c:
1178         * sys/dshowdecwrapper/gstdshowvideodec.h:
1179         * sys/dshowvideosink/dshowvideosink.cpp:
1180         * sys/dshowvideosink/dshowvideosink.h:
1181           Initialise COM with default flags.
1182           Only deinitialise if the initialisation was successful.
1183
1184 2008-08-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1185
1186         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_associate),
1187         (gst_rtp_bin_sync_chain), (new_ssrc_pad_found):
1188         Reset rtp timestamp interpollation when we detect a gap when the
1189         clock_base changed.
1190         Don't try to adjust the ts-offset when it's too big (> 3seconds)
1191
1192         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_set_ssrc):
1193         * gst/rtpmanager/gstrtpsession.h:
1194         Add method to set session SSRC.
1195
1196         * gst/rtpmanager/rtpsession.c: (check_collision),
1197         (rtp_session_set_internal_ssrc), (rtp_session_get_internal_ssrc),
1198         (rtp_session_on_timeout):
1199         * gst/rtpmanager/rtpsession.h:
1200         Added debugging for the collision checks.
1201         Add method to change the internal SSRC of the session.
1202
1203         * gst/rtpmanager/rtpsource.c: (rtp_source_process_rtp):
1204         Reset the clock base when we detect large jumps in the seqnums.
1205
1206 2008-08-12  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1207
1208         * ext/x264/gstx264enc.c: (gst_x264_enc_reset),
1209         (gst_x264_enc_chain), (gst_x264_enc_encode_frame):
1210         * ext/x264/gstx264enc.h:
1211         Do not deal with duplicated input (timestamps).  If needed,
1212         a generic element can do so.
1213         Do not manipulate input timestamps on the way out,
1214         since that shifts the timeline and A/V sync.
1215
1216 2008-08-12  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1217
1218         * docs/plugins/gst-plugins-bad-plugins.args:
1219         Integrate new properties into documentation.
1220         * ext/x264/gstx264enc.c: (gst_x264_enc_class_init),
1221         (gst_x264_enc_init), (gst_x264_enc_init_encoder),
1222         (gst_x264_enc_set_property), (gst_x264_enc_get_property):
1223         Fix up API prior to eventual plugin move.
1224         API: GstX264Enc:pass (provides more options, and changed to enum)
1225
1226 2008-08-12  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1227
1228         * docs/plugins/Makefile.am:
1229         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1230         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1231         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
1232         * docs/plugins/inspect/plugin-mplex.xml:
1233         * ext/mplex/gstmplex.cc:
1234         Update and add documentation for mplex.
1235         * ext/mpeg2enc/gstmpeg2enc.cc:
1236         Documentation update.
1237
1238 2008-08-12  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1239
1240         * docs/plugins/Makefile.am:
1241         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1242         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1243         * ext/x264/gstx264enc.c:
1244         * tests/check/Makefile.am:
1245         * tests/check/elements/x264enc.c: (setup_x264enc),
1246         (cleanup_x264enc), (GST_START_TEST), (x264enc_suite), (main):
1247         Add documentation and unit test for x264enc.
1248
1249 2008-08-11  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1250
1251         * ext/x264/gstx264enc.c: (gst_x264_enc_init),
1252         (gst_x264_enc_header_buf), (gst_x264_enc_encode_frame):
1253         Allocate some buffers in more adaptive and economical fashion.
1254
1255 2008-08-11  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1256
1257         * configure.ac:
1258         Check for sufficiently up-to-date x264 API.
1259         * ext/x264/gstx264enc.c: (gst_x264_enc_pass_get_type),
1260         (gst_x264_enc_base_init), (gst_x264_enc_class_init),
1261         (gst_x264_enc_init), (gst_x264_enc_init_encoder),
1262         (gst_x264_enc_set_property), (gst_x264_enc_get_property):
1263         * ext/x264/gstx264enc.h:
1264         Expose some more parameters of the x264 encoder as properties.
1265
1266 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1267
1268         * gst/rtpmanager/gstrtpbin.c:
1269           Print the pad-name in debug log.
1270
1271         * sys/dshowsrcwrapper/gstdshowaudiosrc.c:
1272         * sys/dshowsrcwrapper/gstdshowvideosrc.c:
1273           Use "-" instead of "_" in property names. Can we call them just
1274           "device" like everywhere else?
1275
1276 2008-08-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1277
1278         * ext/x264/gstx264enc.c: (gst_x264_enc_log_callback),
1279         (gst_x264_enc_finalize), (gst_x264_enc_header_buf),
1280         (gst_x264_enc_set_src_caps), (gst_x264_enc_sink_set_caps),
1281         (gst_x264_enc_flush_frames):
1282         Coding style and layout; re-order some functions in more
1283         typical and natural flow.
1284
1285 2008-08-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1286
1287         * ext/x264/Makefile.am:
1288         * ext/x264/gstx264enc.c: (gst_x264_enc_set_src_caps),
1289         (gst_x264_enc_sink_set_caps), (gst_x264_enc_init),
1290         (gst_x264_enc_reset), (gst_x264_enc_finalize),
1291         (gst_x264_enc_flush_frames), (gst_x264_enc_sink_event),
1292         (gst_x264_enc_chain), (gst_x264_enc_encode_frame),
1293         (gst_x264_enc_change_state), (gst_x264_enc_set_property):
1294         * ext/x264/gstx264enc.h:
1295         Use GQueue in stead of custom queue code.
1296         Factorize flushing out encoder delayed frames.
1297         Factorize initialization and state change reset.
1298
1299 2008-08-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1300
1301         * ext/x264/gstx264enc.h:
1302         * sys/fbdev/gstfbdevsink.c:
1303         Use configure-generated _stdint.h.
1304
1305 2008-08-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1306
1307         * ext/x264/Makefile.am:
1308         * ext/x264/gstx264enc.c: (gst_x264_enc_header_buf),
1309         (gst_x264_enc_sink_set_caps), (gst_x264_enc_base_init),
1310         (gst_x264_enc_class_init), (gst_x264_enc_log_callback),
1311         (gst_x264_enc_init), (gst_x264_enc_init_encoder),
1312         (gst_x264_enc_finalize), (gst_x264_enc_chain),
1313         (gst_x264_enc_encode_frame), (plugin_init):
1314         * ext/x264/gstx264enc.h:
1315         Use video format library and GST_WRITE_*_BE macros where applicable.
1316         Use finalize in stead of dispose.
1317         Set up debug category and log callback.
1318
1319 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
1320
1321         Patch by: Frederic Crozat <fcrozat@mandriva.org>
1322
1323         * ext/sndfile/gstsf.c: (plugin_init):
1324         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_plugin_init):
1325         * sys/oss4/oss4-audio.c: (plugin_init):
1326         Make sure gettext returns translations in UTF-8 encoding rather
1327         than in the current locale encoding (#546822).
1328
1329 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1330
1331         * ext/twolame/gsttwolame.c: (gst_two_lame_sink_setcaps),
1332         (gst_two_lame_chain):
1333         * ext/twolame/gsttwolame.h:
1334         Allow raw float samples as input for encoding.
1335
1336 2008-08-07  Stefan Kost  <ensonic@users.sf.net>
1337
1338         * ext/jack/gstjackaudiosrc.c:
1339           Try committing this once again. Now properly renamed.
1340
1341 2008-08-07  Stefan Kost  <ensonic@users.sf.net>
1342
1343         * docs/plugins/Makefile.am:
1344         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1345         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1346         * docs/plugins/gst-plugins-bad-plugins.args:
1347         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
1348         * docs/plugins/gst-plugins-bad-plugins.interfaces:
1349         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
1350         * docs/plugins/inspect/plugin-jack.xml
1351           Add new element to docs.
1352
1353         * ext/jack/gstjack.h
1354           Add missing file.
1355
1356         * ext/jack/gstjackaudiosrc.c:
1357         * ext/jack/gstjackaudiosrc.h:
1358           Rename jackaudiosrc to jack_audio_src.
1359
1360 2008-08-07  Stefan Kost  <ensonic@users.sf.net>
1361
1362         patch by: Tristan Matthews <tristan@sat.qc.ca>
1363
1364         * ext/jack/Makefile.am:
1365         * ext/jack/gstjack.c:
1366         * ext/jack/gstjackaudioclient.c:
1367         * ext/jack/gstjackaudiosink.c:
1368         * ext/jack/gstjackaudiosink.h:
1369         * ext/jack/gstjackaudiosrc.c:
1370         * ext/jack/gstjackaudiosrc.h:
1371         * ext/jack/gstjackringbuffer.h:
1372           Add a jackaudiosrc. Refactor sink slightly for better code reuse.
1373           Fixes #545197.
1374
1375 2008-08-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1376
1377         * docs/plugins/Makefile.am:
1378         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1379         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1380         * docs/plugins/gst-plugins-bad-plugins.args:
1381         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
1382         * docs/plugins/gst-plugins-bad-plugins.interfaces:
1383         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
1384         * docs/plugins/inspect/plugin-celt.xml:
1385         * docs/plugins/inspect/plugin-twolame.xml:
1386         Add twolame and celt plugins to the docs.
1387
1388 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1389
1390         Based on patch by: Olivier Crete <tester at tester dot ca>
1391
1392         * gst/rtpmanager/gstrtpjitterbuffer.c:
1393         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
1394         Make the buffer metadata writable before inserting it in the
1395         jitterbuffer because the jitterbuffer will modify the timestamps.
1396
1397         * gst/rtpmanager/rtpjitterbuffer.c:
1398         Update method comment about requiring writable metadata on buffers.
1399
1400         * gst/rtpmanager/rtpsession.c: (rtp_session_process_sr),
1401         (rtp_session_process_rtcp):
1402         Make the RTCP buffer metadata writable because we want to modify the
1403         metadata.
1404         Fixes #546312.
1405
1406 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1407
1408         * gst/selector/gstinputselector.c: (gst_selector_pad_bufferalloc),
1409         (gst_selector_pad_chain), (gst_input_selector_getcaps),
1410         (gst_input_selector_activate_sinkpad):
1411         Move the select-all logic into the activation of the currently selected
1412         pad. We want to remember the last pad with activity in select-all mode.
1413         Fix the getcaps function, we can produce the union of the upstream caps
1414         in select-all mode, not the intersection like proxy_getcaps() does.
1415
1416 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1417
1418         Patch by: Håvard Graff <havard dot graff at tandberg dot com>
1419
1420         * gst/rtpmanager/gstrtpjitterbuffer.c:
1421         (gst_rtp_jitter_buffer_chain):
1422         Fix debug by logging the right seqnum.
1423
1424 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1425
1426         Patch by: Olivier Crete <tester at tester dot ca>
1427
1428         * gst/rtpmanager/gstrtpbin.c: (get_pt_map):
1429         Release lock before emitting the request-pt-map signal.
1430         Fixes #543480.
1431
1432 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1433
1434         * gst/deinterlace2/gstdeinterlace2.c:
1435         (gst_deinterlace_simple_method_interpolate_scanline),
1436         (gst_deinterlace_simple_method_copy_scanline),
1437         (gst_deinterlace_simple_method_deinterlace_frame):
1438         * gst/deinterlace2/tvtime/greedy.c: (deinterlace_frame_di_greedy):
1439         * gst/deinterlace2/tvtime/greedyh.c:
1440         (deinterlace_frame_di_greedyh):
1441         * gst/deinterlace2/tvtime/scalerbob.c:
1442         (deinterlace_scanline_scaler_bob):
1443         * gst/deinterlace2/tvtime/tomsmocomp.c: (Fieldcopy):
1444         * gst/deinterlace2/tvtime/weave.c: (deinterlace_scanline_weave),
1445         (copy_scanline):
1446         * gst/deinterlace2/tvtime/weavebff.c: (deinterlace_scanline_weave),
1447         (copy_scanline):
1448         * gst/deinterlace2/tvtime/weavetff.c: (deinterlace_scanline_weave),
1449         (copy_scanline):
1450         Use oil_memcpy() instead of memcpy() as it's faster for the sizes that
1451         are usually used here.
1452
1453 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1454
1455         * gst/deinterlace2/Makefile.am:
1456         * gst/deinterlace2/gstdeinterlace2.c:
1457         (gst_deinterlace_simple_method_deinterlace_frame),
1458         (gst_deinterlace2_methods_get_type), (gst_deinterlace2_set_method):
1459         * gst/deinterlace2/gstdeinterlace2.h:
1460         * gst/deinterlace2/tvtime/linear.c:
1461         (deinterlace_scanline_linear_c), (deinterlace_scanline_linear_mmx),
1462         (deinterlace_scanline_linear_mmxext),
1463         (gst_deinterlace_method_linear_class_init),
1464         (gst_deinterlace_method_linear_init):
1465         * gst/deinterlace2/tvtime/linearblend.c:
1466         (deinterlace_scanline_linear_blend_c),
1467         (deinterlace_scanline_linear_blend2_c),
1468         (deinterlace_scanline_linear_blend_mmx),
1469         (deinterlace_scanline_linear_blend2_mmx),
1470         (gst_deinterlace_method_linear_blend_class_init),
1471         (gst_deinterlace_method_linear_blend_init):
1472         * gst/deinterlace2/tvtime/plugins.h:
1473         * gst/deinterlace2/tvtime/scalerbob.c:
1474         (deinterlace_scanline_scaler_bob),
1475         (gst_deinterlace_method_scaler_bob_class_init),
1476         (gst_deinterlace_method_scaler_bob_init):
1477         * gst/deinterlace2/tvtime/weave.c: (deinterlace_scanline_weave),
1478         (copy_scanline), (gst_deinterlace_method_weave_class_init),
1479         (gst_deinterlace_method_weave_init):
1480         * gst/deinterlace2/tvtime/weavebff.c: (deinterlace_scanline_weave),
1481         (copy_scanline), (gst_deinterlace_method_weave_bff_class_init),
1482         (gst_deinterlace_method_weave_bff_init):
1483         * gst/deinterlace2/tvtime/weavetff.c: (deinterlace_scanline_weave),
1484         (copy_scanline), (gst_deinterlace_method_weave_tff_class_init),
1485         (gst_deinterlace_method_weave_tff_init):
1486         Add the remaining tvtime deinterlacing methods and fix the
1487         deinterlace_frame() implementation of GstDeinterlaceSimpleMethod.
1488
1489 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1490
1491         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_line_c),
1492         (deinterlace_line_mmx), (gst_deinterlace_method_vfir_class_init):
1493         Implement the VFIR deinterlacing method as simple method.
1494
1495 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1496
1497         * gst/deinterlace2/gstdeinterlace2.c:
1498         (gst_deinterlace_simple_method_interpolate_scanline),
1499         (gst_deinterlace_simple_method_copy_scanline),
1500         (gst_deinterlace_simple_method_deinterlace_frame),
1501         (gst_deinterlace_simple_method_class_init),
1502         (gst_deinterlace_simple_method_init):
1503         * gst/deinterlace2/gstdeinterlace2.h:
1504         Add a GstDeinterlaceSimpleMethod subclass of GstDeinterlaceMethod that
1505         can be used by simple deinterlacing methods. They only have to provide
1506         a function for interpolating a scanline or copying a scanline.
1507
1508 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1509
1510         * gst/deinterlace2/gstdeinterlace2.c: (gst_deinterlace2_chain):
1511         Respect the latency of the deinterlacing algorithm for the timestamps
1512         of every buffer.
1513
1514 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1515
1516         * gst/deinterlace2/tvtime/greedyh.asm:
1517         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc:
1518         Add the MMX registers to the clobbered registers only if __MMX__ is
1519         defined.
1520
1521 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1522
1523         * gst/deinterlace2/Makefile.am:
1524         * gst/deinterlace2/gstdeinterlace2.c:
1525         (gst_deinterlace2_methods_get_type), (gst_deinterlace2_set_method),
1526         (gst_deinterlace2_class_init):
1527         Enable tomsmocomp again as the C port will be ready for the next
1528         release.
1529
1530 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1531
1532         * gst/deinterlace2/gstdeinterlace2.c: (gst_deinterlace2_init),
1533         (gst_greatest_common_divisor), (gst_fraction_double),
1534         (gst_deinterlace2_getcaps), (gst_deinterlace2_setcaps):
1535         Don't use proxy_getcaps() but implement our own getcaps() function
1536         that doubles/halfs the framerate if all fields should be sent out.
1537
1538 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1539
1540         * configure.ac:
1541         * ext/Makefile.am:
1542         * ext/twolame/Makefile.am:
1543         * ext/twolame/gsttwolame.c: (gst_two_lame_mode_get_type),
1544         (gst_two_lame_padding_get_type), (gst_two_lame_emphasis_get_type),
1545         (gst_two_lame_release_memory), (gst_two_lame_finalize),
1546         (gst_two_lame_base_init), (gst_two_lame_class_init),
1547         (gst_two_lame_src_setcaps), (gst_two_lame_sink_setcaps),
1548         (gst_two_lame_init), (gst_two_lame_set_property),
1549         (gst_two_lame_get_property), (gst_two_lame_sink_event),
1550         (gst_two_lame_chain), (gst_two_lame_setup),
1551         (gst_two_lame_change_state), (gst_two_lame_get_default_settings),
1552         (plugin_init):
1553         * ext/twolame/gsttwolame.h:
1554         Add TwoLAME MP2 encoding element, based on the LAME element.
1555
1556 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1557
1558         * configure.ac:
1559         * ext/Makefile.am:
1560         * ext/celt/Makefile.am:
1561         * ext/celt/gstcelt.c: (plugin_init):
1562         * ext/celt/gstceltdec.c: (gst_celt_dec_base_init),
1563         (gst_celt_dec_class_init), (gst_celt_dec_reset),
1564         (gst_celt_dec_init), (celt_dec_convert),
1565         (celt_get_sink_query_types), (celt_dec_sink_query),
1566         (celt_get_src_query_types), (celt_dec_src_query),
1567         (celt_dec_src_event), (celt_dec_sink_event),
1568         (celt_dec_chain_parse_header), (celt_dec_chain_parse_comments),
1569         (celt_dec_chain_parse_data), (celt_dec_chain),
1570         (celt_dec_change_state):
1571         * ext/celt/gstceltdec.h:
1572         * ext/celt/gstceltenc.c: (gst_celt_enc_setup_interfaces),
1573         (gst_celt_enc_base_init), (gst_celt_enc_class_init),
1574         (gst_celt_enc_finalize), (gst_celt_enc_sink_setcaps),
1575         (gst_celt_enc_sink_getcaps), (gst_celt_enc_convert_src),
1576         (gst_celt_enc_convert_sink), (gst_celt_enc_get_latency),
1577         (gst_celt_enc_get_query_types), (gst_celt_enc_src_query),
1578         (gst_celt_enc_sink_query), (gst_celt_enc_init),
1579         (gst_celt_enc_create_metadata_buffer), (gst_celt_enc_setup),
1580         (gst_celt_enc_buffer_from_data), (gst_celt_enc_push_buffer),
1581         (gst_celt_enc_set_header_on_caps), (gst_celt_enc_sinkevent),
1582         (gst_celt_enc_chain), (gst_celt_enc_get_property),
1583         (gst_celt_enc_set_property), (gst_celt_enc_change_state):
1584         * ext/celt/gstceltenc.h:
1585         Add CELT encoder and decoder elements based on the Speex elements.
1586
1587 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1588
1589         Patch by: Tal Shalif <tshalif at nargila dot org>
1590
1591         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_initsdl):
1592         Use g_setenv() and g_unsetenv() instead of setenv() to fix compilation
1593         with mingw. Fixes bug #545247.
1594
1595 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
1596
1597         * configure.ac:
1598         Back to development -> 0.10.8.1
1599
1600 === release 0.10.8 ===
1601
1602 2008-07-28  Jan Schmidt <jan.schmidt@sun.com>
1603
1604         * configure.ac:
1605           releasing 0.10.8, "Vapour Trails"
1606
1607 2008-07-25  Jan Schmidt  <jan.schmidt@sun.com>
1608
1609         * configure.ac:
1610         0.10.7.3 pre-release
1611
1612         * po/LINGUAS:
1613         * po/id.po:
1614         Add Indonesian translation.
1615
1616 2008-07-23  Michael Smith <msmith@songbirdnest.com>
1617
1618         * gst/festival/gstfestival.c:
1619           Guard unistd.h with HAVE_UNISTD_H
1620         * gst/modplug/libmodplug/load_it.cpp:
1621         * gst/modplug/libmodplug/sndfile.cpp:
1622         * gst/modplug/libmodplug/sndfile.h:
1623         * gst/modplug/libmodplug/stdafx.h:
1624           Support for compiling with MSVC: use _MSC_VER for detecting MSVC instead
1625           of MSC_VER. Make CanPackSamples take the type it's passed. Change scope
1626           of a variable in load_it.cpp to MSVC's scoping rules.
1627         * gst/sdp/gstsdpdemux.c:
1628           Guard unistd.h with HAVE_UNISTD_H
1629           Fixes #544457.
1630
1631 2008-07-22  Stefan Kost  <ensonic@users.sf.net>
1632
1633         * ext/timidity/gsttimidity.c:
1634           Fix compiler warning. Fixes #544050.
1635
1636 2008-07-21  Jan Schmidt  <jan.schmidt@sun.com>
1637
1638         * configure.ac:
1639         Don't check for nav_print.h any more - it should be included in
1640         the libdvdnav development package if libdvdnav headers depend on it.
1641         Fixes: #543846
1642
1643 2008-07-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1644
1645         * configure.ac:
1646         * ext/ladspa/Makefile.am:
1647         Link the ladspa plugin with -ldl. It's needed for dlopen() and friends
1648         for loading the ladspa plugins and previously was linked in by
1649         gmodule. Fixes bug #543848.
1650
1651 2008-07-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1652
1653         * gst/modplug/libmodplug/Makefile.am:
1654         Use GST_CXXFLAGS instead of GST_CFLAGS for CXXFLAGS. GST_CFLAGS
1655         can contain compiler parameters that are invalid for C++.
1656         Fixes bug #543860.
1657
1658 2008-07-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1659
1660         * ext/resindvd/Makefile.am:
1661         Dist missing header files. Fixes bug #543861.
1662
1663 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
1664
1665         * configure.ac:
1666         0.10.7.2 pre-release
1667
1668 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
1669
1670         * ext/Makefile.am:
1671         Dist and recurse into resindvd subdir
1672
1673 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
1674
1675         * configure.ac:
1676         Remove interleave and replaygain configure.ac pieces too
1677
1678 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
1679
1680         * po/LINGUAS:
1681         * po/lt.po:
1682         Add new lithunian translation, and add french to the LINGUAS
1683         file.
1684
1685 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
1686
1687         * docs/plugins/Makefile.am:
1688         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1689         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1690         * docs/plugins/gst-plugins-bad-plugins.args:
1691         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
1692         * docs/plugins/gst-plugins-bad-plugins.interfaces:
1693         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
1694         * docs/plugins/inspect/plugin-interleave.xml:
1695         * docs/plugins/inspect/plugin-replaygain.xml:
1696         * gst/interleave/Makefile.am:
1697         * gst/interleave/deinterleave.c:
1698         * gst/interleave/deinterleave.h:
1699         * gst/interleave/interleave.c:
1700         * gst/interleave/interleave.h:
1701         * gst/interleave/plugin.c:
1702         * gst/interleave/plugin.h:
1703         * gst/replaygain/Makefile.am:
1704         * gst/replaygain/gstrganalysis.c:
1705         * gst/replaygain/gstrganalysis.h:
1706         * gst/replaygain/gstrglimiter.c:
1707         * gst/replaygain/gstrglimiter.h:
1708         * gst/replaygain/gstrgvolume.c:
1709         * gst/replaygain/gstrgvolume.h:
1710         * gst/replaygain/replaygain.c:
1711         * gst/replaygain/replaygain.h:
1712         * gst/replaygain/rganalysis.c:
1713         * gst/replaygain/rganalysis.h:
1714         * tests/check/Makefile.am:
1715         * tests/check/elements/deinterleave.c:
1716         * tests/check/elements/interleave.c:
1717         * tests/check/elements/rganalysis.c:
1718         * tests/check/elements/rglimiter.c:
1719         * tests/check/elements/rgvolume.c:
1720         Remove interleave and replaygain plugins that have moved to -good
1721
1722 2008-07-18  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1723
1724         * configure.ac:
1725         * gst/deinterlace2/Makefile.am:
1726         * gst/deinterlace2/gstdeinterlace2.c:
1727         (gst_deinterlace2_methods_get_type), (gst_deinterlace2_set_method),
1728         (gst_deinterlace2_class_init), (gst_deinterlace2_init):
1729         * gst/deinterlace2/gstdeinterlace2.h:
1730         * gst/deinterlace2/tvtime/greedy.c:
1731         (gst_deinterlace_method_greedy_l_class_init):
1732         * gst/deinterlace2/tvtime/greedyh.c:
1733         (gst_deinterlace_method_greedy_h_class_init):
1734         * gst/deinterlace2/tvtime/vfir.c:
1735         (gst_deinterlace_method_vfir_class_init):
1736         Disable the tomsmocomp algorithm for this release as it's buggy
1737         and has no C implementation yet.
1738
1739         Build the deinterlace2 plugin on all architectures but still mark it
1740         as experimental.
1741         
1742         Build the x86 inline assembly only if GCC inline assembly is supported
1743         and only on x86 or amd64. Fixes bug #543286.
1744
1745 2008-07-16  Jan Schmidt  <Jan.Schmidt@sun.com>
1746
1747         * gst/real/gstrealvideodec.c: (open_library):
1748         Add some casts to fix the build on Forte
1749
1750 2008-07-14  Edward Hervey  <edward.hervey@collabora.co.uk>
1751
1752         * gst/deinterlace2/tvtime/greedy.c:
1753         (gst_deinterlace_method_greedy_l_class_init):
1754         * gst/deinterlace2/tvtime/greedyh.c:
1755         (gst_deinterlace_method_greedy_h_class_init):
1756         * gst/deinterlace2/tvtime/vfir.c:
1757         (gst_deinterlace_method_vfir_class_init):
1758         Fix build on x86_64
1759
1760 2008-07-14  Jan Schmidt  <thaytan@noraisin.net>
1761
1762         * ext/resindvd/gstmpegdemux.c:
1763         Remove whitespace line.
1764
1765         * ext/resindvd/resindvdbin.c:
1766         * ext/resindvd/resindvdbin.h:
1767         Make it so that audio/video pads aren't added to the bin
1768         until after data flow starts.
1769
1770         * ext/resindvd/resin-play:
1771         Move video buffer queue outside resindvdbin
1772
1773         * ext/resindvd/resindvdsrc.c:
1774         Check that the nav_clock_id didn't already get unscheduled.
1775
1776         * gst/dvdspu/gstdvdspu.c:
1777         Remove assert that sometimes triggers erroneously.
1778
1779 2008-07-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1780
1781         * gst/deinterlace2/tvtime/greedyh.asm:
1782         Always use the C implementation if width is not a multiple of 4. The
1783         assembly optimized version only handle this and calling the C
1784         implementation for the remaining part doesn't work because it needs
1785         previous calculations.
1786
1787 2008-07-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1788
1789         * gst/deinterlace2/tvtime/greedyh.asm:
1790         * gst/deinterlace2/tvtime/greedyh.c:
1791         * gst/deinterlace2/tvtime/greedyhmacros.h:
1792         Some cleanup, use 3DNOW instead of TDNOW in macros.
1793
1794         * gst/deinterlace2/tvtime/tomsmocomp.c:
1795         (gst_deinterlace_method_tomsmocomp_class_init):
1796         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
1797         * gst/deinterlace2/tvtime/tomsmocomp/tomsmocompmacros.h:
1798         The SSE method in fact only needs MMXEXT, declare it as such.
1799
1800 2008-07-11  Jan Schmidt  <thaytan@noraisin.net>
1801
1802         * docs/plugins/.cvsignore:
1803         Ignore *-undeclared.txt
1804
1805         * ext/resindvd/rsnaudiomunge.c:
1806         Turn g_print's into debug statements.
1807
1808         * ext/resindvd/resin-play:
1809         * ext/resindvd/Makefile.am:
1810         * ext/resindvd/resindvdbin.c:
1811         * ext/resindvd/resindvdbin.h:
1812         * ext/resindvd/rsnparsetter.c:
1813         * ext/resindvd/rsnparsetter.h:
1814         * ext/resindvd/rsnwrappedbuffer.c:
1815         * ext/resindvd/rsnwrappedbuffer.h:
1816         Add a bloated implementation of a really simple idea: Replace the
1817         pixel-aspect-ratio in the output video with a prescribed one when
1818         necessary. There must be an easier way.
1819
1820         Split the dvdspu out of the resindvdbin and put out the subpicture
1821         stream on the subpicture pad.
1822
1823         * ext/resindvd/gstmpegdemux.c:
1824         Send video-aspect events down the pipe from the demuxer.
1825
1826         * ext/resindvd/resindvdsrc.c:
1827         * ext/resindvd/resindvdsrc.h:
1828         Handle timed-stills somewhat using g_cond_timed_wait, with a FIXME
1829         to make it use clock-waiting later.
1830
1831         * ext/resindvd/rsnbasesrc.c:
1832         Don't overwrite the last_stop in the basesrc segment after a seamless
1833         seek.
1834
1835 2008-07-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1836
1837         * gst/mpegtsparse/mpegtspacketizer.c:
1838         Convert extended event text to UTF-8.
1839
1840 2008-07-10  Stefan Kost  <ensonic@users.sf.net>
1841
1842         * docs/plugins/Makefile.am:
1843         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1844         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1845         * docs/plugins/gst-plugins-bad-plugins.args:
1846         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
1847         * docs/plugins/gst-plugins-bad-plugins.interfaces:
1848         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
1849         * docs/plugins/gst-plugins-bad-plugins.signals:
1850         * docs/plugins/inspect/plugin-stereo.xml:
1851         * gst/stereo/gststereo.c:
1852           Document one more.
1853
1854 2008-07-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1855
1856         * gst/mpegtsparse/gstmpegdesc.h:
1857         Fix extended event descriptor parsing, out by 1 in position of
1858         text length.
1859
1860 2008-07-09  Stefan Kost  <ensonic@users.sf.net>
1861
1862         * gst/festival/gstfestival.c:
1863           Add a note to the docs, that festival need to be running. Also log an
1864           error it it is not. Fixes #541327
1865
1866 2008-07-08  Thijs Vermeir  <thijsvermeir@gmail.com>
1867
1868         patch by: Ilja Pavkovic <illsen@gumblfarz.de>
1869
1870         * gst/librfb/gstrfbsrc.c:
1871         * gst/librfb/gstrfbsrc.h:
1872         Add view-only property to ignore the navigation events
1873
1874 2008-07-08  Michael Smith <msmith@songbirdnest.com>
1875
1876         * sys/dshowdecwrapper/gstdshowaudiodec.c:
1877           Revert previous patch apart from typo fixes; the patch was not
1878           independently useful.
1879
1880 2008-07-08  Michael Smith <msmith@songbirdnest.com>
1881
1882         Based on patch by: Alessandro Decina <alessandro@nnva.org>
1883         * sys/dshowdecwrapper/gstdshowaudiodec.c:
1884         * sys/dshowdecwrapper/gstdshowdecwrapper.h:
1885         * sys/dshowdecwrapper/gstdshowvideodec.c:
1886           Add AAC, AC3 to handled codecs.
1887           Fix handling of flush events.
1888           Improve debug/error output.
1889           Fix a number of typos in comments and variable names.
1890
1891 2008-07-08  Thijs Vermeir  <thijsvermeir@gmail.com>
1892
1893         patch by: Ilja Pavkovic <illsen@gumblfarz.de>
1894
1895         * gst/librfb/rfbdecoder.c:
1896         Implement ServerCutText message
1897
1898 2008-07-08  Thijs Vermeir  <thijsvermeir@gmail.com>
1899
1900         patch by: Ilja Pavkovic <illsen@gumblfarz.de>
1901
1902         * gst/librfb/gstrfbsrc.c:
1903         * gst/librfb/rfbdecoder.c:
1904         Add property for shared desktop
1905
1906 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1907
1908         * configure.ac:
1909         Don't include ERROR_CFLAGS in GST_CXXFLAGS as it might include
1910         flags that are invalid for C++.
1911
1912 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1913
1914         * ext/spc/gstspc.c: (spc_setup):
1915         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopTop.inc:
1916         Don't use declarations after statements in the remaining code.
1917
1918 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1919
1920         Patch by:
1921           Jonathan Rosser <jonathan dot rosser at rd dot bbc dot co dot uk>
1922
1923         * ext/metadata/metadataexif.c: (metadataparse_handle_unit_tags):
1924         * ext/metadata/metadataxmp.c:
1925         (metadataparse_xmp_iter_add_to_tag_list):
1926         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_start):
1927         * ext/timidity/gstwildmidi.c: (gst_wildmidi_loop):
1928         Don't use declarations after statements.
1929
1930 2008-07-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1931
1932         patch by: Alessandro Decina
1933
1934         * gst/mpegtsparse/mpegtsparse.c:
1935         Fix memory leak by unreffing structures when not needed.
1936         Fixes #539292.
1937
1938 2008-07-07  Stefan Kost  <ensonic@users.sf.net>
1939
1940         * gst/sdp/gstsdpdemux.c:
1941           Use floating point math for latencies < 0 sec in log output.
1942
1943 2008-07-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1944
1945         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll2.inc:
1946         Mark internal processing functions as static inline for quite some
1947         speedup as they're used only once and need to get many local variables
1948         passed as parameter.
1949
1950 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1951
1952         * gst/deinterlace2/gstdeinterlace2.c:
1953         (gst_deinterlace_method_deinterlace_frame),
1954         (gst_deinterlace2_set_method), (gst_deinterlace2_init),
1955         (gst_deinterlace2_reset_history), (gst_deinterlace2_reset),
1956         (gst_deinterlace2_set_property), (gst_deinterlace2_get_property),
1957         (gst_deinterlace2_pop_history), (gst_deinterlace2_head_history),
1958         (gst_deinterlace2_push_history), (gst_deinterlace2_chain),
1959         (gst_deinterlace2_setcaps), (gst_deinterlace2_sink_event),
1960         (gst_deinterlace2_change_state), (gst_deinterlace2_src_event),
1961         (gst_deinterlace2_src_query):
1962         * gst/deinterlace2/gstdeinterlace2.h:
1963         Call the current instance "self" instead of "object".
1964
1965 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1966
1967         * gst/deinterlace2/gstdeinterlace2.c:
1968         (gst_deinterlace_method_get_latency),
1969         (gst_deinterlace2_set_method), (gst_deinterlace2_class_init),
1970         (gst_deinterlace2_push_history), (gst_deinterlace2_chain),
1971         (gst_deinterlace2_setcaps), (gst_deinterlace2_src_query):
1972         * gst/deinterlace2/gstdeinterlace2.h:
1973         Include latency of the method in the returned latency.
1974
1975         Fix outputting of all fields, i.e. doubling of the framerate.
1976
1977 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1978
1979         * gst/deinterlace2/Makefile.am:
1980         * gst/deinterlace2/gstdeinterlace2.c:
1981         (gst_deinterlace_method_class_init), (gst_deinterlace_method_init),
1982         (gst_deinterlace_method_deinterlace_frame),
1983         (gst_deinterlace_method_get_fields_required),
1984         (gst_deinterlace2_methods_get_type), (_do_init),
1985         (gst_deinterlace2_set_method), (gst_deinterlace2_class_init),
1986         (gst_deinterlace2_child_proxy_get_child_by_index),
1987         (gst_deinterlace2_child_proxy_get_children_count),
1988         (gst_deinterlace2_child_proxy_interface_init),
1989         (gst_deinterlace2_init), (gst_deinterlace2_finalize),
1990         (gst_deinterlace2_chain), (gst_deinterlace2_src_query):
1991         * gst/deinterlace2/gstdeinterlace2.h:
1992         * gst/deinterlace2/tvtime/greedy.c:
1993         (deinterlace_greedy_packed422_scanline_c),
1994         (deinterlace_greedy_packed422_scanline_mmx),
1995         (deinterlace_greedy_packed422_scanline_mmxext),
1996         (deinterlace_frame_di_greedy),
1997         (gst_deinterlace_method_greedy_l_set_property),
1998         (gst_deinterlace_method_greedy_l_get_property),
1999         (gst_deinterlace_method_greedy_l_class_init),
2000         (gst_deinterlace_method_greedy_l_init):
2001         * gst/deinterlace2/tvtime/greedyh.asm:
2002         * gst/deinterlace2/tvtime/greedyh.c: (greedyDScaler_C),
2003         (deinterlace_frame_di_greedyh),
2004         (gst_deinterlace_method_greedy_h_set_property),
2005         (gst_deinterlace_method_greedy_h_get_property),
2006         (gst_deinterlace_method_greedy_h_class_init),
2007         (gst_deinterlace_method_greedy_h_init):
2008         * gst/deinterlace2/tvtime/greedyh.h:
2009         * gst/deinterlace2/tvtime/plugins.h:
2010         * gst/deinterlace2/tvtime/tomsmocomp.c:
2011         (gst_deinterlace_method_tomsmocomp_set_property),
2012         (gst_deinterlace_method_tomsmocomp_get_property),
2013         (gst_deinterlace_method_tomsmocomp_class_init),
2014         (gst_deinterlace_method_tomsmocomp_init):
2015         * gst/deinterlace2/tvtime/tomsmocomp.h:
2016         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
2017         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_frame_vfir),
2018         (gst_deinterlace_method_vfir_class_init),
2019         (gst_deinterlace_method_vfir_init):
2020         Use a GstObject subtype for the deinterlacing methods and export
2021         the different settings for each deinterlacing method via GObject
2022         properties.
2023
2024         Implement GstChildProxy interface to allow access to the used
2025         deinterlacing method and to allow adjusting the different settings.
2026
2027         Move global variables of the tomsmocomp deinterlacing method into
2028         function local variables to make it possible to use this deinterlacing
2029         method from different instances.
2030
2031 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2032
2033         * gst/deinterlace2/tvtime/greedyh.asm:
2034         Support widths that are not a multiply of 4 when using the assembly
2035         optimized greedyh implementations.
2036
2037 2008-07-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2038
2039         * gst/deinterlace2/tvtime/greedyh.c:
2040         (deinterlace_frame_di_greedyh):
2041         Only build the assembly optimized implementations on x86.
2042
2043 2008-07-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2044
2045         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
2046
2047         * configure.ac:
2048         Fix checking of headers for the OSS4 plugin to fail if a single
2049         header doesn't exist already. AC_CHECK_HEADERS only fails if none
2050         of the headers is found. Fixes bug #541543.
2051
2052 2008-07-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2053
2054         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
2055
2056         * configure.ac:
2057         * gst/festival/Makefile.am:
2058         * gst/festival/gstfestival.c:
2059         Fix built of the festival plugin with mingw32 by linking to ws2_32.dll
2060         and including winsock headers. Fixes bug #541522.
2061
2062 2008-07-03  Peter Kjellerstedt  <pkj@axis.com>
2063
2064         * ChangeLog:
2065         * gst/rtpmanager/gstrtpjitterbuffer.c: (gst_rtp_jitter_buffer_loop):
2066         * gst/rtpmanager/rtpsource.c: (rtp_source_get_new_sr):
2067         Corrected a typo (interpollate -> interpolate).
2068
2069 2008-07-03  Peter Kjellerstedt  <pkj@axis.com>
2070
2071         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_process_rtp),
2072         (gst_rtp_session_send_rtp), (gst_rtp_session_send_rtcp),
2073         (gst_rtp_session_sync_rtcp), (gst_rtp_session_chain_recv_rtp),
2074         (gst_rtp_session_chain_recv_rtcp), (gst_rtp_session_chain_send_rtp):
2075         * gst/rtpmanager/rtpsession.c: (source_push_rtp),
2076         (rtp_session_send_rtp):
2077         * gst/rtpmanager/rtpsource.c: (push_packet), (calculate_jitter),
2078         (rtp_source_process_rtp), (rtp_source_send_rtp):
2079         Changed some GST_DEBUG() to GST_LOG() to reduce the spam when a
2080         pipeline is running normally.
2081
2082 2008-07-03  Peter Kjellerstedt  <pkj@axis.com>
2083
2084         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_init),
2085         (gst_rtp_session_finalize), (rtcp_thread),
2086         (gst_rtp_session_chain_recv_rtp), (gst_rtp_session_chain_recv_rtcp),
2087         (gst_rtp_session_event_send_rtp_sink),
2088         (gst_rtp_session_chain_send_rtp):
2089         * gst/rtpmanager/rtpsession.c: (check_collision),
2090         (update_arrival_stats), (rtp_session_process_rtp),
2091         (rtp_session_process_rtcp), (rtp_session_send_rtp),
2092         (rtp_session_send_bye_locked), (rtp_session_send_bye),
2093         (rtp_session_next_timeout), (session_report_blocks), (session_cleanup),
2094         (is_rtcp_time), (rtp_session_on_timeout):
2095         * gst/rtpmanager/rtpsession.h:
2096         Do not mix the use of g_get_current_time() with gst_clock_get_time().
2097
2098 2008-07-01  Jan Schmidt  <jan.schmidt@sun.com>
2099
2100         * gst/mpegvideoparse/mpegvideoparse.c:
2101         * gst/mpegvideoparse/mpegvideoparse.h:
2102         Queue new-segment events and send them after caps have been
2103         determined and set, so that the decoder will have been auto-plugged.
2104
2105 2008-07-01  Edward Hervey  <edward.hervey@collabora.co.uk>
2106
2107         Patch by : Michael Smith <msmith @ xiph dot org>
2108         
2109         * sys/qtwrapper/audiodecoders.c: (qtwrapper_audio_decoder_init),
2110         (clear_AudioStreamBasicDescription), (fill_indesc_mp3),
2111         (fill_indesc_aac), (make_samr_magic_cookie), (write_len),
2112         (make_aac_magic_cookie), (open_decoder), (process_buffer_cb),
2113         (qtwrapper_audio_decoder_chain),
2114         (qtwrapper_audio_decoder_sink_event),
2115         (qtwrapper_audio_decoder_base_init),
2116         (qtwrapper_audio_decoder_class_init),
2117         (qtwrapper_audio_decoders_register):
2118         * sys/qtwrapper/codecmapping.h:
2119         * sys/qtwrapper/imagedescription.c: (image_description_for_avc1),
2120         (image_description_for_mp4v), (image_description_from_stsd_buffer):
2121         * sys/qtwrapper/imagedescription.h:
2122         * sys/qtwrapper/qtutils.c: (get_name_info_from_component),
2123         (dump_avcc_atom), (dump_image_description),
2124         (AllocateAudioBufferList):
2125         * sys/qtwrapper/qtutils.h:
2126         * sys/qtwrapper/qtwrapper.c: (plugin_init):
2127         * sys/qtwrapper/qtwrapper.h:
2128         * sys/qtwrapper/videodecoders.c:
2129         (qtwrapper_video_decoder_base_init), (open_decoder),
2130         (decompressCb), (qtwrapper_video_decoder_chain),
2131         (qtwrapper_video_decoders_register):
2132         Make qtwrapper compile/work on win32.
2133         Lots of fixes
2134         Fixes #531840
2135
2136 2008-06-30  Jan Schmidt  <jan.schmidt@sun.com>
2137
2138         * gst/rawparse/gstvideoparse.c:
2139         Fix size calculation for RGB buffers -> bpp is in bits, so divide by 8
2140
2141 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2142
2143         * gst/deinterlace2/Makefile.am:
2144         * gst/deinterlace2/tvtime/tomsmocomp.c: (tomsmocomp_init),
2145         (tomsmocomp_filter_mmx), (tomsmocomp_filter_3dnow),
2146         (tomsmocomp_filter_sse), (deinterlace_frame_di_tomsmocomp):
2147         * gst/deinterlace2/tvtime/tomsmocomp.h:
2148         Remove useless file and mark everything possible as static.
2149
2150         * gst/deinterlace2/tvtime/greedy.c:
2151         * gst/deinterlace2/tvtime/greedyh.c:
2152         Use "_stdint.h" instead of <stdint.h>.
2153
2154 2008-06-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2155
2156         * gst/deinterlace2/Makefile.am:
2157         * gst/deinterlace2/gstdeinterlace2.c: (gst_deinterlace2_init):
2158         * gst/deinterlace2/tvtime/greedy.c: (deinterlace_frame_di_greedy):
2159         * gst/deinterlace2/tvtime/greedyh.c:
2160         (deinterlace_frame_di_greedyh):
2161         * gst/deinterlace2/tvtime/speedtools.h:
2162         * gst/deinterlace2/tvtime/speedy.c:
2163         * gst/deinterlace2/tvtime/speedy.h:
2164         * gst/deinterlace2/tvtime/tomsmocomp.c: (Fieldcopy):
2165         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
2166         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_frame_vfir):
2167         Get rid of speedy.[ch] as we don't use most of it's code anyway
2168         and it doesn't seem to be relicensed to LGPL. Use memcpy() instead
2169         of the speedy memcpy everywhere instead.
2170         
2171         * gst/deinterlace2/gstdeinterlace2.h:
2172         Remove many unused declarations.
2173
2174 2008-06-28  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2175
2176         * ext/mpeg2enc/gstmpeg2encoptions.cc:
2177         * ext/mpeg2enc/gstmpeg2encoptions.hh:
2178         Expose the additional MPEG HDTV format profiles available in latest
2179         mjpegtools version.
2180
2181 2008-06-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2182
2183         * gst/deinterlace2/gstdeinterlace2.c: (gst_deinterlace2_src_query):
2184         Divide latency be 2 to convert from fields to frames.
2185
2186 2008-06-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2187
2188         * gst/deinterlace2/tvtime/greedy.c:
2189         (deinterlace_greedy_packed422_scanline_c),
2190         (deinterlace_greedy_packed422_scanline_mmx),
2191         (deinterlace_greedy_packed422_scanline_mmxext),
2192         (deinterlace_frame_di_greedy):
2193         Don't use scanlines function from gstdeinterlace2 as it's
2194         not appropiate for this method. Instead implement deinterlace_frame
2195         function by taking the one from greedyh.
2196         
2197         * gst/deinterlace2/tvtime/greedyh.c: (greedyDScaler_C):
2198         Small fix for the C implementation.
2199
2200         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_frame_vfir):
2201         Don't use the scanlines function from gstdeinterlace2 as it's only
2202         used for this method and will be removed. Instead implement
2203         deinterlace_frame function and make it a bit more efficient.
2204
2205         * gst/deinterlace2/gstdeinterlace2.c:
2206         (gst_deinterlace2_class_init), (gst_deinterlace2_set_method),
2207         (gst_deinterlace2_push_history), (gst_deinterlace2_chain),
2208         (gst_deinterlace2_setcaps), (gst_deinterlace2_sink_event),
2209         (gst_deinterlace2_change_state), (gst_deinterlace2_src_event),
2210         (gst_deinterlace2_src_query):
2211         Fix coding style and remove scanlines function as it's unused now.
2212
2213 2008-06-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2214
2215         * gst/deinterlace2/tvtime/greedyh.asm:
2216         * gst/deinterlace2/tvtime/greedyh.c: (greedyDScaler_C),
2217         (deinterlace_frame_di_greedyh), (dscaler_greedyh_get_method):
2218         * gst/deinterlace2/tvtime/greedyhmacros.h:
2219         Add a C implementation for the greedyh deinterlacing method, clean
2220         up the code a bit and mark the SSE version as MMXEXT as it doesn't
2221         require any SSE instructions.
2222
2223 2008-06-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2224
2225         * gst/deinterlace2/gstdeinterlace2.c:
2226         (gst_deinterlace2_set_property), (gst_deinterlace2_chain),
2227         (gst_deinterlace2_setcaps):
2228         If we're outputting all fields the framerate has to be doubled.
2229
2230         Set duration on the outgoing buffers.
2231
2232 2008-06-26  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2233
2234         * docs/plugins/Makefile.am:
2235         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
2236         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
2237         * gst/y4m/gsty4mencode.c:
2238         Add documentation for YUV4MPEG2 encoder element.
2239
2240 2008-06-25  Edward Hervey  <edward.hervey@collabora.co.uk>
2241
2242         * gst/deinterlace2/tvtime/tomsmocomp/tomsmocompmacros.h:
2243         Remove unneeded macros that break build on macosx.
2244
2245 2008-06-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
2246
2247         * configure.ac:
2248           Depend on released versions of core and -base.
2249
2250 2008-06-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2251
2252         * gst/deinterlace2/tvtime/greedy.c:
2253         (deinterlace_greedy_packed422_scanline_mmx),
2254         (deinterlace_greedy_packed422_scanline_mmxext):
2255         Optimize MMX/MMXEXT implementations a bit by requiring two less
2256         memory accesses and fix the workaround for the missing right shift
2257         on bytes to unset the highest bit of every byte.
2258
2259 2008-06-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2260
2261         * gst/deinterlace2/tvtime/greedy.c:
2262         (deinterlace_greedy_packed422_scanline_mmxext):
2263         Remove sfence instruction as it's not needed and actually is an SSE
2264         instruction.
2265
2266 2008-06-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2267
2268         * gst/deinterlace2/tvtime/greedy.c:
2269         (deinterlace_greedy_packed422_scanline_mmx),
2270         (deinterlace_greedy_packed422_scanline):
2271         Add plain MMX implementation for the greedyl method.
2272
2273 2008-06-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2274
2275         * gst/deinterlace2/Makefile.am:
2276         Move the assembly includes to noinst_HEADERS where they belong.
2277
2278         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_line_c),
2279         (deinterlace_line_mmx):
2280         Fix C and MMX implementations a bit more.
2281
2282 2008-06-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2283
2284         * gst/deinterlace2/tvtime/greedy.c:
2285         (deinterlace_greedy_packed422_scanline_c),
2286         (deinterlace_greedy_packed422_scanline_mmxext),
2287         (deinterlace_greedy_packed422_scanline):
2288         Fix the C implementation to produce correct results and optimize the
2289         MMXEXT implementation.
2290
2291         Handle odd widths and don't read over array boundaries in the MMXEXT
2292         implementation.
2293
2294         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_line_c),
2295         (deinterlace_line_mmx), (deinterlace_scanline_vfir):
2296         Fix a small rounding bug in the MMX implementation, the MMX
2297         implementation doesn't actually need MMXEXT instructions so don't mark
2298         it as such.
2299
2300         Handle odd widths in both implementations.
2301
2302 2008-06-22  Stefan Kost  <ensonic@users.sf.net>
2303
2304         * ext/resindvd/rsnbasesrc.c:
2305           Use the right i18n header.
2306
2307 2008-06-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2308
2309         * gst/deinterlace2/tvtime/greedy.c:
2310         (deinterlace_greedy_packed422_scanline_sse),
2311         (deinterlace_greedy_packed422_scanline_c),
2312         (deinterlace_greedy_packed422_scanline):
2313         Implement a C version of the greedy low motion algorithm and mark the
2314         assembly optimized version as SSE as it uses SSE instructions
2315         additional to MMX instructions.
2316
2317 2008-06-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2318
2319         Patch by: Sebastian Pölsterl
2320
2321         * gst/mpegtsparse/mpegtspacketizer.c:
2322         Fix problem when empty string is provided.
2323
2324 2008-06-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2325
2326         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_line_mmxext),
2327         (deinterlace_line_c), (deinterlace_scanline_vfir):
2328         Make it possible to use the vfir method on X86 CPUs without MMXEXT too
2329         but use the MMXEXT optimized code whenever possible.
2330
2331 2008-06-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2332
2333         * gst/deinterlace2/gstdeinterlace2.c:
2334         (gst_deinterlace2_class_init), (gst_deinterlace2_init),
2335         (gst_deinterlace2_reset_history), (gst_deinterlace2_reset),
2336         (gst_deinterlace2_finalize), (gst_deinterlace2_chain),
2337         (gst_deinterlace2_sink_event), (gst_deinterlace2_change_state),
2338         (gst_deinterlace2_src_query):
2339         * gst/deinterlace2/gstdeinterlace2.h:
2340         Reset element state on PAUSED->READY properly, don't leak any buffers
2341         when finalizing, allocate buffers with gst_pad_alloc_buffer() and
2342         properly return flow returns from gst_pad_push() instead of ignoring them.
2343
2344 2008-06-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2345
2346         * gst/deinterlace2/tvtime/tomsmocomp/tomsmocompmacros.h:
2347         Add missing header.
2348
2349 2008-06-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2350
2351         * configure.ac:
2352         * gst/deinterlace2/Makefile.am:
2353         * gst/deinterlace2/tvtime/greedyh.asm:
2354         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc:
2355         Fix compilation on generic x86/amd64 and include deinterlace2 in the
2356         build system. Because of several bugs it's still enabled only
2357         by --enable-experimental.
2358
2359 2008-06-20  Jan Schmidt  <jan.schmidt@sun.com>
2360
2361         * ext/resindvd/resindvdsrc.c:
2362         * ext/resindvd/resindvdsrc.h:
2363         Schedule NAV packets and activate them with an async clock callback
2364         at the right moment. This makes delayed menu highlights appear
2365         at the correct time and fixes Back To The Future.
2366
2367         When outputting new segment in do_seek(), calculate our position
2368         value properly, so we report the right time when popping in and
2369         out of the menus.
2370
2371         * ext/resindvd/rsnbasesrc.c:
2372         When handling a non-flushing seek, accumulate the segment,
2373         rather than having every seek start from 0 and messing with sync
2374
2375 2008-06-19  Stefan Kost  <ensonic@users.sf.net>
2376
2377         * gst/selector/gstoutputselector.c:
2378         * tests/icles/output-selector-test.c:
2379           Use BOILERPLATE macro and update test to the latest api changes.
2380
2381 2008-06-19  Wim Taymans  <wim.taymans@collabora.co.uk>
2382
2383         * examples/app/appsink-src.c: (on_new_buffer_from_source):
2384         Don't use a buffer after unreffing it.
2385
2386 2008-06-18  Stefan Kost  <ensonic@users.sf.net>
2387
2388         * ext/metadata/metadataexif.c:
2389           Add description tag mapping.
2390
2391 2008-06-18  Stefan Kost  <ensonic@users.sf.net>
2392
2393         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
2394         * examples/app/appsrc-ra.c:
2395         * examples/app/appsrc-seekable.c:
2396         * examples/app/appsrc-stream.c:
2397         * examples/app/appsrc-stream2.c:
2398         * ext/directfb/dfbvideosink.h:
2399         * ext/metadata/gstbasemetadata.c:
2400         * ext/metadata/gstbasemetadata.h:
2401         * ext/metadata/metadata.c:
2402         * ext/metadata/metadataexif.c:
2403         * ext/theora/theoradec.h:
2404         * gst/deinterlace2/gstdeinterlace2.h:
2405         * gst/deinterlace2/tvtime/speedy.c:
2406         * gst/deinterlace2/tvtime/speedy.h:
2407         * gst/deinterlace2/tvtime/vfir.c:
2408          Fix gtk-doc warnings. Also don't misuse api-doc comments for normal
2409          comments.
2410
2411 2008-06-17  Jan Schmidt  <jan.schmidt@sun.com>
2412
2413         * ext/resindvd/resindvdbin.c:
2414         Parse the URI argument into the device name so dvd:///path/to/image
2415         works.
2416
2417         * ext/resindvd/resindvdsrc.c:
2418         Implement a trivial duration query reporting the current PGC length.
2419
2420         * gst/dvdspu/gstdvdspu.c:
2421         Rename typo in the function name.
2422
2423 2008-06-17  Sebastian Dröge  <slomo@circular-chaos.org>
2424
2425         * configure.ac:
2426         Disable deinterlace2 plugin again which was accidently enabled
2427         with last commit.
2428
2429 2008-06-17  Sebastian Dröge  <slomo@circular-chaos.org>
2430
2431         * configure.ac:
2432         * ext/resindvd/resindvdsrc.h:
2433         Make resindvd work with libdvdnav >= 4.0.0.
2434
2435 2008-06-17  Jan Schmidt  <thaytan@noraisin.net>
2436
2437         * configure.ac:
2438         Check for libdvdnav to build resindvd.
2439
2440         * ext/Makefile.am:
2441         * ext/resindvd/Makefile.am:
2442         * ext/resindvd/gstmpegdefs.h:
2443         * ext/resindvd/gstmpegdemux.c:
2444         * ext/resindvd/gstmpegdemux.h:
2445         * ext/resindvd/gstmpegdesc.c:
2446         * ext/resindvd/gstmpegdesc.h:
2447         * ext/resindvd/gstpesfilter.c:
2448         * ext/resindvd/gstpesfilter.h:
2449         * ext/resindvd/plugin.c:
2450         * ext/resindvd/resin-play:
2451         * ext/resindvd/resindvdbin.c:
2452         * ext/resindvd/resindvdbin.h:
2453         * ext/resindvd/resindvdsrc.c:
2454         * ext/resindvd/resindvdsrc.h:
2455         * ext/resindvd/rsnaudiomunge.c:
2456         * ext/resindvd/rsnaudiomunge.h:
2457         * ext/resindvd/rsnbasesrc.c:
2458         * ext/resindvd/rsnbasesrc.h:
2459         * ext/resindvd/rsnpushsrc.c:
2460         * ext/resindvd/rsnpushsrc.h:
2461         * ext/resindvd/rsnstreamselector.c:
2462         * ext/resindvd/rsnstreamselector.h:
2463
2464         First commit of DVD-Video playback component 'rsndvdbin'
2465         and helper elements.
2466
2467         Use --enable-experimental for now, but feel free to give it a
2468         try using the resin-play script.
2469
2470         * gst/dvdspu/gstdvdspu.c:
2471         Add some extra guards for malformed events.
2472
2473 2008-06-16  David Schleef  <ds@schleef.org>
2474
2475         * configure.ac:
2476         Bump dirac requirement to 0.10 due to api changes.
2477
2478 2008-06-16  Andy Wingo  <wingo@pobox.com>
2479
2480         * gst-libs/gst/app/gstappsrc.c (gst_app_src_set_max_bytes)
2481         (gst_app_src_get_max_bytes, gst_app_src_push_buffer): Use
2482         G_GUINT64_FORMAT. Avoid overflow in get_max_bytes().
2483
2484 2008-06-16  Stefan Kost  <ensonic@users.sf.net>
2485
2486         * sys/dvb/gstdvbsrc.c:
2487           Move docblob upwards. Balance tags and restore blank line.
2488
2489 2008-06-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2490
2491         * sys/dvb/gstdvbsrc.c:
2492         Fix out of date docs.
2493
2494 2008-06-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2495
2496         Patch from: Vincent Genieux
2497
2498         * gst/mpegtsparse/mpegtsparse.c:
2499         Fix refcount issues, fixes #538560.
2500
2501 2008-06-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2502
2503         * gst/mpegtsparse/gstmpegdesc.h:
2504         * gst/mpegtsparse/mpegtspacketizer.c:
2505         Parse the extended event descriptor.
2506
2507 2008-06-16  Stefan Kost  <ensonic@users.sf.net>
2508
2509         * gst/rtpmanager/gstrtpjitterbuffer.c:
2510         * gst/speed/gstspeed.c:
2511         * gst/speexresample/gstspeexresample.c:
2512         * gst/videosignal/gstvideoanalyse.c:
2513         * gst/videosignal/gstvideodetect.c:
2514         * gst/videosignal/gstvideomark.c:
2515         * sys/dvb/gstdvbsrc.c:
2516         * sys/oss4/oss4-mixer.c:
2517         * sys/oss4/oss4-sink.c:
2518         * sys/oss4/oss4-source.c:
2519         * sys/wininet/gstwininetsrc.c:
2520           Final round of doc updates.
2521
2522 2008-06-16  Stefan Kost  <ensonic@users.sf.net>
2523
2524         * gst/deinterlace/gstdeinterlace.c:
2525         * gst/rtpmanager/gstrtpbin.c:
2526         * gst/rtpmanager/gstrtpclient.c:
2527         * gst/rtpmanager/gstrtpjitterbuffer.c:
2528         * gst/rtpmanager/gstrtpptdemux.c:
2529         * gst/rtpmanager/gstrtpsession.c:
2530         * gst/rtpmanager/gstrtpssrcdemux.c:
2531         * gst/sdp/gstsdpdemux.c:
2532           More doc updates. More xrefs.
2533
2534 2008-06-14  Julien Moutte  <julien@fluendo.com>
2535
2536         * gst/flv/gstflvdemux.c: (gst_flv_demux_cleanup),
2537         (gst_flv_demux_dispose):
2538         * gst/flv/gstflvdemux.h:
2539         * gst/flv/gstflvparse.c: (gst_flv_parse_audio_negotiate),
2540         (gst_flv_parse_tag_audio), (gst_flv_parse_video_negotiate),
2541         (gst_flv_parse_tag_video): Introduce demuxing support for AAC and
2542         H.264/AVC inside FLV.
2543         * sys/dshowdecwrapper/gstdshowaudiodec.c: (gst_dshowaudiodec_init),
2544         (gst_dshowaudiodec_chain), (gst_dshowaudiodec_push_buffer),
2545         (gst_dshowaudiodec_sink_event), (gst_dshowaudiodec_setup_graph):
2546         * sys/dshowdecwrapper/gstdshowaudiodec.h:
2547         * sys/dshowdecwrapper/gstdshowvideodec.c: (gst_dshowvideodec_init),
2548         (gst_dshowvideodec_sink_event), (gst_dshowvideodec_chain),
2549         (gst_dshowvideodec_push_buffer), (gst_dshowvideodec_src_getcaps):
2550         * sys/dshowdecwrapper/gstdshowvideodec.h: Lot of random fixes 
2551         to improve stability (ref counting, safety checks...)
2552
2553 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2554
2555         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_probe_modules):
2556         Disable sipro on 64bits, it crashes.
2557
2558 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2559
2560         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_chain),
2561         (close_library), (open_library),
2562         (gst_real_audio_dec_probe_modules), (gst_real_audio_dec_getcaps),
2563         (gst_real_audio_dec_setcaps), (gst_real_audio_dec_init),
2564         (gst_real_audio_dec_change_state), (gst_real_audio_dec_finalize):
2565         Add raversions we can support on the caps.
2566         Refactor the loading of the real codecs like realvideo so that we can
2567         implement probing.
2568         Probe all supported formats by trying to load the .so files, only report
2569         the versions on the caps that we can actually load.
2570
2571         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain),
2572         (gst_real_video_dec_getcaps), (gst_real_video_dec_setcaps),
2573         (open_library), (close_library),
2574         (gst_real_video_dec_probe_modules),
2575         (gst_real_video_dec_change_state), (gst_real_video_dec_init),
2576         (gst_real_video_dec_finalize), (gst_real_video_dec_class_init):
2577         * gst/real/gstrealvideodec.h:
2578         Change the loading of the library like the audio decoder.
2579         Probe the supported formats by trying to load the .so files and only
2580         report the versions on the caps that we can actually load.
2581
2582 2008-06-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2583
2584         patch by: Sebastian Pölsterl
2585
2586         * gst/mpegtsparse/mpegtspacketizer.c:
2587         Handle character sets in strings coming from DVB SI according
2588         to the DVB SI spec.
2589
2590 2008-06-13  Stefan Kost  <ensonic@users.sf.net>
2591
2592         * gst/replaygain/gstrganalysis.c:
2593         * gst/replaygain/gstrglimiter.c:
2594         * gst/replaygain/gstrgvolume.c:
2595           More doc updates.
2596
2597 2008-06-13  Stefan Kost  <ensonic@users.sf.net>
2598
2599         * docs/plugins/Makefile.am:
2600         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
2601         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
2602         * docs/plugins/gst-plugins-bad-plugins.args:
2603         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
2604         * docs/plugins/gst-plugins-bad-plugins.interfaces:
2605         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
2606         * docs/plugins/gst-plugins-bad-plugins.signals:
2607         * docs/plugins/inspect/plugin-alsaspdif.xml:
2608         * docs/plugins/inspect/plugin-amrwb.xml:
2609         * docs/plugins/inspect/plugin-app.xml:
2610         * docs/plugins/inspect/plugin-bayer.xml:
2611         * docs/plugins/inspect/plugin-bz2.xml:
2612         * docs/plugins/inspect/plugin-cdaudio.xml:
2613         * docs/plugins/inspect/plugin-cdxaparse.xml:
2614         * docs/plugins/inspect/plugin-dtsdec.xml:
2615         * docs/plugins/inspect/plugin-dvb.xml:
2616         * docs/plugins/inspect/plugin-dvdspu.xml:
2617         * docs/plugins/inspect/plugin-faac.xml:
2618         * docs/plugins/inspect/plugin-faad.xml:
2619         * docs/plugins/inspect/plugin-fbdevsink.xml:
2620         * docs/plugins/inspect/plugin-festival.xml:
2621         * docs/plugins/inspect/plugin-filter.xml:
2622         * docs/plugins/inspect/plugin-flvdemux.xml:
2623         * docs/plugins/inspect/plugin-freeze.xml:
2624         * docs/plugins/inspect/plugin-gsm.xml:
2625         * docs/plugins/inspect/plugin-gstinterlace.xml:
2626         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
2627         * docs/plugins/inspect/plugin-h264parse.xml:
2628         * docs/plugins/inspect/plugin-interleave.xml:
2629         * docs/plugins/inspect/plugin-jack.xml:
2630         * docs/plugins/inspect/plugin-ladspa.xml:
2631         * docs/plugins/inspect/plugin-metadata.xml:
2632         * docs/plugins/inspect/plugin-mms.xml:
2633         * docs/plugins/inspect/plugin-modplug.xml:
2634         * docs/plugins/inspect/plugin-mpeg2enc.xml:
2635         * docs/plugins/inspect/plugin-mpeg4videoparse.xml:
2636         * docs/plugins/inspect/plugin-mpegtsparse.xml:
2637         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
2638         * docs/plugins/inspect/plugin-musepack.xml:
2639         * docs/plugins/inspect/plugin-musicbrainz.xml:
2640         * docs/plugins/inspect/plugin-mve.xml:
2641         * docs/plugins/inspect/plugin-mythtv.xml
2642         * docs/plugins/inspect/plugin-nas.xml:
2643         * docs/plugins/inspect/plugin-neon.xml:
2644         * docs/plugins/inspect/plugin-nsfdec.xml:
2645         * docs/plugins/inspect/plugin-nuvdemux.xml:
2646         * docs/plugins/inspect/plugin-oss4.xml
2647         * docs/plugins/inspect/plugin-rawparse.xml:
2648         * docs/plugins/inspect/plugin-real.xml:
2649         * docs/plugins/inspect/plugin-replaygain.xml:
2650         * docs/plugins/inspect/plugin-rfbsrc.xml:
2651         * docs/plugins/inspect/plugin-sdl.xml:
2652         * docs/plugins/inspect/plugin-sdp.xml:
2653         * docs/plugins/inspect/plugin-selector.xml:
2654         * docs/plugins/inspect/plugin-sndfile.xml:
2655         * docs/plugins/inspect/plugin-soundtouch.xml:
2656         * docs/plugins/inspect/plugin-spcdec.xml:
2657         * docs/plugins/inspect/plugin-speed.xml:
2658         * docs/plugins/inspect/plugin-speexresample.xml:
2659         * docs/plugins/inspect/plugin-stereo.xml:
2660         * docs/plugins/inspect/plugin-subenc.xml
2661         * docs/plugins/inspect/plugin-timidity.xml:
2662         * docs/plugins/inspect/plugin-tta.xml:
2663         * docs/plugins/inspect/plugin-vcdsrc.xml:
2664         * docs/plugins/inspect/plugin-videosignal.xml:
2665         * docs/plugins/inspect/plugin-vmnc.xml:
2666         * docs/plugins/inspect/plugin-wildmidi.xml:
2667         * docs/plugins/inspect/plugin-x264.xml:
2668         * docs/plugins/inspect/plugin-xvid.xml:
2669         * docs/plugins/inspect/plugin-y4menc.xml:
2670         * ext/amrwb/gstamrwbdec.c:
2671         * ext/amrwb/gstamrwbenc.c:
2672         * ext/amrwb/gstamrwbparse.c:
2673         * ext/dc1394/gstdc1394.c:
2674         * ext/directfb/dfbvideosink.c:
2675         * ext/ivorbis/vorbisdec.c:
2676         * ext/jack/gstjackaudiosink.c:
2677         * ext/mpeg2enc/gstmpeg2enc.cc:
2678         * ext/mplex/gstmplex.cc:
2679         * ext/musicbrainz/gsttrm.c:
2680         * ext/mythtv/gstmythtvsrc.c:
2681         * ext/theora/theoradec.c:
2682         * ext/timidity/gsttimidity.c:
2683         * ext/timidity/gstwildmidi.c:
2684         * gst-libs/gst/app/gstappsink.c:
2685         * gst/deinterlace/gstdeinterlace.c:
2686         * gst/dvdspu/gstdvdspu.c:
2687         * gst/festival/gstfestival.c:
2688         * gst/freeze/gstfreeze.c:
2689         * gst/interleave/deinterleave.c:
2690         * gst/interleave/interleave.c:
2691         * gst/modplug/gstmodplug.cc:
2692         * gst/nuvdemux/gstnuvdemux.c:
2693           Add missing elements to docs. Fix doc-markup: use convinience syntax
2694           for examples (produces valid docbook), add several refsec2 when we
2695           have several titles. Fix some types.
2696
2697 2008-06-12  Wim Taymans  <wim.taymans@collabora.co.uk>
2698
2699         * examples/app/.cvsignore:
2700         * examples/app/Makefile.am:
2701         * examples/app/appsink-src.c: (on_new_buffer_from_source),
2702         (on_source_message), (on_sink_message), (main):
2703         Add beefed up example app from bug #413418. It now also uses appsink
2704         instead of fakesink for more ultimate coolness.
2705
2706         * gst-libs/gst/app/gstappsrc.c: (gst_app_src_class_init),
2707         (gst_app_src_init), (gst_app_src_set_property),
2708         (gst_app_src_get_property), (gst_app_src_unlock),
2709         (gst_app_src_unlock_stop), (gst_app_src_create),
2710         (gst_app_src_set_max_bytes), (gst_app_src_push_buffer),
2711         (gst_app_src_end_of_stream):
2712         * gst-libs/gst/app/gstappsrc.h:
2713         Add block property to allow push based implementation to block when we
2714         fill up the appsrc queues.
2715         Emit the enough-data signal while releasing our lock.
2716
2717 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
2718
2719         * examples/app/.cvsignore:
2720           Ignore more.
2721
2722 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
2723
2724         * ext/dc1394/gstdc1394.c:
2725         * ext/ivorbis/vorbisdec.c:
2726         * ext/jack/gstjackaudiosink.c:
2727         * ext/metadata/gstmetadatademux.c:
2728         * ext/mythtv/gstmythtvsrc.c:
2729         * ext/theora/theoradec.c:
2730         * gst-libs/gst/app/gstappsink.c:
2731         * gst/bayer/gstbayer2rgb.c:
2732         * gst/deinterlace/gstdeinterlace.c:
2733         * gst/rawparse/gstaudioparse.c:
2734         * gst/rawparse/gstvideoparse.c:
2735         * gst/rtpmanager/gstrtpbin.c:
2736         * gst/rtpmanager/gstrtpclient.c:
2737         * gst/rtpmanager/gstrtpjitterbuffer.c:
2738         * gst/rtpmanager/gstrtpptdemux.c:
2739         * gst/rtpmanager/gstrtpsession.c:
2740         * gst/rtpmanager/gstrtpssrcdemux.c:
2741         * gst/selector/gstinputselector.c:
2742         * gst/selector/gstoutputselector.c:
2743         * gst/videosignal/gstvideoanalyse.c:
2744         * gst/videosignal/gstvideodetect.c:
2745         * gst/videosignal/gstvideomark.c:
2746         * sys/oss4/oss4-mixer.c:
2747         * sys/oss4/oss4-sink.c:
2748         * sys/oss4/oss4-source.c:
2749           Do not use short_description in section docs for elements. We extract
2750           them from element details and there will be warnings if they differ.
2751           Also fixing up the ChangeLog order.
2752
2753 2008-06-12  Wim Taymans  <wim.taymans@collabora.co.uk>
2754
2755         Patch by: Sebastien Merle <sylane at gmail dot com>
2756
2757         * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_chain):
2758         Fix the sign of the data we pass to the decoder so that the decoder
2759         compiles with newer reference code as well. Fixes #528618.
2760
2761 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
2762
2763         * tests/icles/test-oss4.c:
2764           Include stdlib.h.
2765
2766 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
2767
2768         Based on a patch by: Martin Eikermann <meiker at upb dot de>
2769
2770         * gst/deinterlace2/Makefile.am:
2771         * gst/deinterlace2/gstdeinterlace2.c:
2772         (gst_deinterlace2_method_get_type),
2773         (gst_deinterlace2_fields_get_type),
2774         (gst_deinterlace2_field_layout_get_type),
2775         (gst_deinterlace2_base_init), (gst_deinterlace2_class_init),
2776         (gst_deinterlace2_init), (gst_deinterlace2_set_method),
2777         (gst_deinterlace2_set_property), (gst_deinterlace2_get_property),
2778         (gst_deinterlace2_finalize), (gst_deinterlace2_pop_history),
2779         (gst_deinterlace2_head_history), (gst_deinterlace2_push_history),
2780         (gst_deinterlace2_deinterlace_scanlines), (gst_deinterlace2_chain),
2781         (gst_deinterlace2_setcaps), (gst_deinterlace2_sink_event),
2782         (gst_deinterlace2_change_state), (gst_deinterlace2_src_event),
2783         (gst_deinterlace2_src_query), (gst_deinterlace2_src_query_types),
2784         (plugin_init):
2785         * gst/deinterlace2/gstdeinterlace2.h:
2786         * gst/deinterlace2/tvtime/greedy.c: (copy_scanline),
2787         (deinterlace_greedy_packed422_scanline_mmxext),
2788         (dscaler_greedyl_get_method):
2789         * gst/deinterlace2/tvtime/greedyh.asm:
2790         * gst/deinterlace2/tvtime/greedyh.c:
2791         (deinterlace_frame_di_greedyh), (dscaler_greedyh_get_method),
2792         (greedyh_init), (greedyh_filter_mmx), (greedyh_filter_3dnow),
2793         (greedyh_filter_sse):
2794         * gst/deinterlace2/tvtime/greedyh.h:
2795         * gst/deinterlace2/tvtime/greedyhmacros.h:
2796         * gst/deinterlace2/tvtime/mmx.h:
2797         * gst/deinterlace2/tvtime/plugins.h:
2798         * gst/deinterlace2/tvtime/speedtools.h:
2799         * gst/deinterlace2/tvtime/speedy.c: (multiply_alpha), (clip255),
2800         (comb_factor_packed422_scanline_mmx),
2801         (diff_factor_packed422_scanline_c),
2802         (diff_factor_packed422_scanline_mmx),
2803         (diff_packed422_block8x8_mmx), (diff_packed422_block8x8_c),
2804         (packed444_to_packed422_scanline_c),
2805         (packed422_to_packed444_scanline_c),
2806         (packed422_to_packed444_rec601_scanline_c),
2807         (vfilter_chroma_121_packed422_scanline_mmx),
2808         (vfilter_chroma_121_packed422_scanline_c),
2809         (vfilter_chroma_332_packed422_scanline_mmx),
2810         (vfilter_chroma_332_packed422_scanline_c),
2811         (kill_chroma_packed422_inplace_scanline_mmx),
2812         (kill_chroma_packed422_inplace_scanline_c),
2813         (invert_colour_packed422_inplace_scanline_mmx),
2814         (invert_colour_packed422_inplace_scanline_c),
2815         (mirror_packed422_inplace_scanline_c),
2816         (interpolate_packed422_scanline_c),
2817         (convert_uyvy_to_yuyv_scanline_mmx),
2818         (convert_uyvy_to_yuyv_scanline_c),
2819         (interpolate_packed422_scanline_mmx),
2820         (interpolate_packed422_scanline_mmxext),
2821         (blit_colour_packed422_scanline_c),
2822         (blit_colour_packed422_scanline_mmx),
2823         (blit_colour_packed422_scanline_mmxext),
2824         (blit_colour_packed4444_scanline_c),
2825         (blit_colour_packed4444_scanline_mmx),
2826         (blit_colour_packed4444_scanline_mmxext), (small_memcpy),
2827         (speedy_memcpy_c), (speedy_memcpy_mmx), (speedy_memcpy_mmxext),
2828         (blit_packed422_scanline_c), (blit_packed422_scanline_mmx),
2829         (blit_packed422_scanline_mmxext),
2830         (composite_colour4444_alpha_to_packed422_scanline_c),
2831         (composite_colour4444_alpha_to_packed422_scanline_mmxext),
2832         (composite_packed4444_alpha_to_packed422_scanline_c),
2833         (composite_packed4444_alpha_to_packed422_scanline_mmxext),
2834         (composite_packed4444_to_packed422_scanline_c),
2835         (composite_packed4444_to_packed422_scanline_mmxext),
2836         (composite_alphamask_to_packed4444_scanline_c),
2837         (composite_alphamask_to_packed4444_scanline_mmxext),
2838         (composite_alphamask_alpha_to_packed4444_scanline_c),
2839         (premultiply_packed4444_scanline_c),
2840         (premultiply_packed4444_scanline_mmxext),
2841         (blend_packed422_scanline_c), (blend_packed422_scanline_mmxext),
2842         (quarter_blit_vertical_packed422_scanline_mmxext),
2843         (quarter_blit_vertical_packed422_scanline_c),
2844         (subpix_blit_vertical_packed422_scanline_c),
2845         (a8_subpix_blit_scanline_c), (myround), (init_RGB_to_YCbCr_tables),
2846         (init_YCbCr_to_RGB_tables), (rgb24_to_packed444_rec601_scanline_c),
2847         (rgba32_to_packed4444_rec601_scanline_c),
2848         (packed444_to_rgb24_rec601_scanline_c),
2849         (packed444_to_nonpremultiplied_packed4444_scanline_c),
2850         (aspect_adjust_packed4444_scanline_c), (setup_speedy_calls),
2851         (speedy_get_accel):
2852         * gst/deinterlace2/tvtime/speedy.h:
2853         * gst/deinterlace2/tvtime/sse.h:
2854         * gst/deinterlace2/tvtime/tomsmocomp.c: (Fieldcopy),
2855         (deinterlace_frame_di_tomsmocomp), (dscaler_tomsmocomp_get_method),
2856         (tomsmocomp_init), (tomsmocomp_filter_mmx),
2857         (tomsmocomp_filter_3dnow), (tomsmocomp_filter_sse):
2858         * gst/deinterlace2/tvtime/tomsmocomp.h:
2859         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoop0A.inc:
2860         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc:
2861         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopEdgeA.inc:
2862         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopEdgeA8.inc:
2863         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddA.inc:
2864         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddA2.inc:
2865         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddA6.inc:
2866         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddAH.inc:
2867         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddAH2.inc:
2868         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopTop.inc:
2869         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopVA.inc:
2870         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopVAH.inc:
2871         * gst/deinterlace2/tvtime/tomsmocomp/StrangeBob.inc:
2872         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
2873         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll2.inc:
2874         * gst/deinterlace2/tvtime/tomsmocomp/WierdBob.inc:
2875         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_line),
2876         (deinterlace_scanline_vfir), (copy_scanline),
2877         (dscaler_vfir_get_method):
2878         * gst/deinterlace2/tvtime/x86-64_macros.inc:
2879         Add a deinterlacer plugin based on the tvtime/DScaler deinterlacer,
2880         which was relicensed to LGPL for GStreamer and in theory provides
2881         better and faster results than the simple deinterlace element.
2882         Fixes bug #163578.
2883
2884         Ported to GStreamer 0.10 but still not enabled or included in the
2885         build system by default because of bad artefacts caused by a bug
2886         somewhere and as it can be only build on x86/amd64 ATM and requires
2887         special CFLAGS. Will be fixed soon.
2888
2889 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
2890
2891         Based on a patch by: Ryan Houdek <Sonicadvance1 at GMAIL dot COM>
2892
2893         * ext/timidity/gstwildmidi.c: (gst_wildmidi_init),
2894         (gst_wildmidi_change_state), (plugin_init):
2895         * ext/timidity/gstwildmidi.h:
2896         Initialize wildmidi only once in the plugin init function instead
2897         of once for every instance. The second and following calls to the
2898         wildmidi initialization function will fail. Fixes bug #525613.
2899
2900         Also don't register the element at all if wildmidi initialization
2901         fails.
2902
2903 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
2904
2905         * ext/soundtouch/gstpitch.cc:
2906         Call gst_element_no_more_pads() after all pads are added.
2907
2908 2008-06-09  Wim Taymans  <wim.taymans@collabora.co.uk>
2909
2910         * gst/rawparse/gstrawparse.c: (gst_raw_parse_push_buffer),
2911         (gst_raw_parse_loop), (gst_raw_parse_handle_seek_push),
2912         (gst_raw_parse_handle_seek_pull):
2913         Add simple reverse playback.
2914
2915 2008-06-09  Wim Taymans  <wim.taymans@collabora.co.uk>
2916
2917         * gst/rawparse/gstrawparse.c: (gst_raw_parse_reset),
2918         (gst_raw_parse_push_buffer), (gst_raw_parse_chain),
2919         (gst_raw_parse_loop), (gst_raw_parse_sink_activatepull),
2920         (gst_raw_parse_convert), (gst_raw_parse_sink_event),
2921         (gst_raw_parse_handle_seek_push), (gst_raw_parse_handle_seek_pull),
2922         (gst_raw_parse_src_query), (gst_raw_parse_get_fps):
2923         * gst/rawparse/gstrawparse.h:
2924         Fix seeking, timestamps, duration and some more. Fixes #536309.
2925
2926 2008-06-06  Wim Taymans  <wim.taymans@collabora.co.uk>
2927
2928         * examples/app/Makefile.am:
2929         * examples/app/appsrc-ra.c: (feed_data), (seek_data),
2930         (found_source), (bus_message), (main):
2931         * examples/app/appsrc-seekable.c: (feed_data), (seek_data),
2932         (found_source), (bus_message), (main):
2933         * examples/app/appsrc-stream2.c: (feed_data), (found_source),
2934         (bus_message), (main):
2935         Added 3 more example application for using appsrc in random-access mode,
2936         pull-mode streaming and pull mode seekable.
2937
2938         * gst-libs/gst/app/gstappsrc.c: (gst_app_src_class_init),
2939         (gst_app_src_start), (gst_app_src_do_get_size),
2940         (gst_app_src_create):
2941         * gst-libs/gst/app/gstappsrc.h:
2942         Make stream-type property writable.
2943         Unset flushing when starting so that we reuse appsrc.
2944         Inform basesrc about the configured size.
2945         Emit seek-data signal when we are going to a different offset in
2946         random-access mode.
2947
2948 2008-06-06  Wim Taymans  <wim.taymans@collabora.co.uk>
2949
2950         * examples/app/appsrc-stream.c: (found_source), (main):
2951         Use deep-notify until we can depend on a playbin2 with support for the
2952         source property.
2953
2954 2008-06-06  Wim Taymans  <wim.taymans@collabora.co.uk>
2955
2956         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_init),
2957         (gst_rtp_bin_finalize), (gst_rtp_bin_change_state):
2958         Fix deadlock when shutting down, use a new lock instead to properly
2959         shutdown.
2960
2961 2008-06-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2962
2963         * examples/app/.cvsignore:
2964         * examples/app/Makefile.am:
2965         * examples/app/appsrc-stream.c: (read_data), (start_feed),
2966         (stop_feed), (found_source), (bus_message), (main):
2967         Added an example on how to use appsrc in playbin in streaming mode from
2968         an mmapped file.
2969
2970         * examples/app/appsrc_ex.c: (main):
2971         Set pipeline to NULL to free queued buffers.
2972
2973         * gst-libs/gst/app/gstapp-marshal.list:
2974         * gst-libs/gst/app/gstappsrc.c: (stream_type_get_type), (_do_init),
2975         (gst_app_src_class_init), (gst_app_src_init),
2976         (gst_app_src_flush_queued), (gst_app_src_dispose),
2977         (gst_app_src_set_property), (gst_app_src_get_property),
2978         (gst_app_src_unlock), (gst_app_src_unlock_stop),
2979         (gst_app_src_start), (gst_app_src_stop), (gst_app_src_is_seekable),
2980         (gst_app_src_check_get_range), (gst_app_src_do_seek),
2981         (gst_app_src_create), (gst_app_src_set_stream_type),
2982         (gst_app_src_get_stream_type), (gst_app_src_set_max_bytes),
2983         (gst_app_src_get_max_bytes), (gst_app_src_push_buffer),
2984         (gst_app_src_end_of_stream), (gst_app_src_uri_get_type),
2985         (gst_app_src_uri_get_protocols), (gst_app_src_uri_get_uri),
2986         (gst_app_src_uri_set_uri), (gst_app_src_uri_handler_init):
2987         * gst-libs/gst/app/gstappsrc.h:
2988         Measure max queue size in bytes instead.
2989         Add support for 3 modes of operation, streaming, seekable and
2990         random-access, making basesrc handle the scheduling modes for each.
2991         Add appsrc:// uri handler so that automatic plugging can be done from
2992         playbin2 or uridecodebin, for example.
2993         Added support for custom segment formats.
2994         Add support for push and pull based operations from the application.
2995         Expand the methods so that errors can be detected.
2996         Flush the queued buffers on seeks and when shutting down.
2997         Add signals to inform the app that a seek must happen.
2998
2999 2008-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
3000
3001         * gst/interleave/deinterleave.c: (gst_deinterleave_add_new_pads),
3002         (gst_deinterleave_src_query):
3003         * gst/interleave/interleave.c: (gst_interleave_src_query_duration),
3004         (gst_interleave_src_query):
3005         Properly implement duration and position queries in bytes format. We
3006         have to take the upstream reply and divide/multiply it by the number
3007         of channels to get the correct result.
3008
3009 2008-06-04  Michael Smith <msmith@songbirdnest.com>
3010
3011         * sys/dshowvideosink/dshowvideofakesrc.cpp:
3012         * sys/dshowvideosink/dshowvideofakesrc.h:
3013         * sys/dshowvideosink/dshowvideosink.cpp:
3014         * sys/dshowvideosink/dshowvideosink.h:
3015           Fix up copyright notice on new plugin.
3016
3017 2008-06-04  David Schleef  <ds@schleef.org>
3018
3019         * ext/dirac/gstdiracenc.cc: Update properties for recent
3020           dirac changes.  Patch from Jonathan Rosser.
3021
3022 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3023
3024         * ext/x264/gstx264enc.c: (gst_x264_enc_header_buf),
3025           (gst_x264_enc_sink_event), (gst_x264_enc_chain),
3026           (gst_x264_enc_encode_frame):
3027           Try harder not to crash when we get an EOS event but haven't set
3028           up the encoder yet (as may happen when upstream errors out with
3029           not-negotiated, for example). Also, always push the EOS event
3030           downstream.
3031
3032 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3033
3034         * gst/interleave/interleave.c: (gst_interleave_pad_get_type),
3035         (gst_interleave_pad_get_property), (gst_interleave_pad_class_init),
3036         (gst_interleave_request_new_pad), (gst_interleave_release_pad):
3037         * gst/interleave/interleave.h:
3038         Use an always increasing integer for the number in the name of the
3039         requested sink pads to guarantuee a unique name. Add a "channel"
3040         property to GstInterleavePad to make it possible for applications
3041         to retrieve the channel number in the output for every pad.
3042
3043         Use g_type_register_static_simple() instead of
3044         g_type_register_static() to save some relocations.
3045
3046 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
3047
3048         * gst/interleave/interleave.c: (gst_interleave_pad_get_type),
3049         (gst_interleave_change_state):
3050         Stop GstCollectPads before calling the parent's state change function
3051         when going from PAUSED to READY as we otherwise deadlock.
3052         Fixes bug #536258.
3053
3054 2008-06-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3055
3056         * gst/h264parse/gsth264parse.c: (gst_nal_bs_init),
3057         (gst_h264_parse_sink_setcaps), (gst_h264_parse_chain_forward),
3058         (gst_h264_parse_queue_buffer), (gst_h264_parse_chain_reverse),
3059         (gst_h264_parse_chain):
3060         * gst/h264parse/gsth264parse.h:
3061         Parse codec_data and use the nalu_size_length field to get the NALU
3062         length in packetized h264.
3063         When queueing a packetized buffer in reverse mode, don't unref the
3064         buffer twice.
3065         Avoid accessing the buffer TIMESTAMP field after we pushed it on
3066         the adaptor.
3067
3068 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
3069
3070         * gst/interleave/interleave.c:
3071         (gst_interleave_check_channel_positions),
3072         (gst_interleave_set_channel_positions),
3073         (gst_interleave_class_init):
3074         Use new gst_audio_check_channel_positions() function and register
3075         the GstInterleavePad type from a threadsafe context.
3076
3077 2008-06-02  Michael Smith <msmith@songbirdnest.com>
3078
3079         * configure.ac:
3080           Revert accidental addition in configure.ac. Sorry.
3081
3082 2008-06-02  Michael Smith <msmith@songbirdnest.com>
3083
3084         * configure.ac:
3085         * sys/Makefile.am:
3086         * sys/dshowvideosink/Makefile.am:
3087         * sys/dshowvideosink/README:
3088         * sys/dshowvideosink/dshowvideofakesrc.cpp:
3089         * sys/dshowvideosink/dshowvideofakesrc.h:
3090         * sys/dshowvideosink/dshowvideosink.cpp:
3091         * sys/dshowvideosink/dshowvideosink.h:
3092         Add a new win32 videosink. Uses the DirectShow renderers for
3093         high-performance video rendering on win32.
3094         Currently only supports some YUV formats.
3095         Rank PRIMARY, since it's much more useful for the common cases that the
3096         directdraw sink (which only does RGB).
3097
3098 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
3099
3100         * ext/spc/Makefile.am:
3101           Dist tag.h
3102
3103 2008-06-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3104
3105         * ext/faad/gstfaad.c: (gst_faad_sink_event):
3106         Always drain before activating the new segment.
3107
3108 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
3109
3110         * gst/interleave/interleave.c: (gst_interleave_pad_get_type),
3111         (gst_interleave_finalize), (gst_audio_check_channel_positions),
3112         (gst_interleave_set_channel_positions),
3113         (gst_interleave_class_init), (gst_interleave_init),
3114         (gst_interleave_set_property), (gst_interleave_get_property),
3115         (gst_interleave_request_new_pad), (gst_interleave_release_pad),
3116         (gst_interleave_sink_setcaps), (gst_interleave_src_query_duration),
3117         (gst_interleave_src_query_latency), (gst_interleave_collected):
3118         * gst/interleave/interleave.h:
3119         Allow setting channel positions via a property and allow using the
3120         channel positions on the input as the channel positions of the output.
3121
3122         Fix some broken logic and memory leaks.
3123
3124         * tests/check/Makefile.am:
3125         * tests/check/elements/interleave.c: (src_handoff_float32),
3126         (sink_handoff_float32), (GST_START_TEST), (interleave_suite):
3127         Add unit tests for checking correct handling of channel positions.
3128
3129 2008-06-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3130
3131         * ext/faad/gstfaad.c: (gst_faad_dispose), (clear_queued),
3132         (flush_queued), (gst_faad_drain), (gst_faad_do_raw_seek),
3133         (gst_faad_src_event), (gst_faad_sink_event), (gst_faad_chain),
3134         (gst_faad_change_state):
3135         * ext/faad/gstfaad.h:
3136         Add basic reverse playback support.
3137         Clear decoder state after disconts.
3138         Remove some unused code.
3139         Mark output buffers with a discont after a decoding error.
3140
3141 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
3142
3143         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3144
3145         * gst/mpeg4videoparse/mpeg4videoparse.c:
3146         (gst_mpeg4vparse_handle_vos):
3147         Fix mpeg4videoparse on big endian architectures. Fixes bug #536042.
3148
3149 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
3150
3151         * tests/check/elements/mplex.c: (setup_src_pad),
3152         (teardown_src_pad):
3153         Don't use the deprecated gst_element_get_pad().
3154
3155 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
3156
3157         * examples/directfb/gstdfb.c: (main):
3158         Don't use the deprecated gst_element_get_pad().
3159
3160 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3161
3162         Based on patch by: <onkarshinde at gmail dot com>
3163
3164         * sys/vcd/vcdsrc.c: (gst_vcdsrc_uri_get_uri),
3165         (gst_vcdsrc_uri_set_uri):
3166         Allow the track to be set by using the uri. Fixes #535043.
3167
3168 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
3169
3170         * gst/interleave/interleave.c: (gst_interleave_src_query_duration),
3171         (gst_interleave_src_query_latency), (gst_interleave_src_query):
3172         Implement latency query.
3173
3174 2008-05-27  Thijs Vermeir  <thijsvermeir@gmail.com>
3175
3176         * gst/mpegvideoparse/mpegvideoparse.c:
3177         Add GST_BUFFER_FLAG_DELTA_UNIT to not I frame buffers
3178
3179 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
3180
3181         * gst/rtpmanager/gstrtpbin.c:
3182         (gst_rtp_bin_propagate_property_to_jitterbuffer),
3183         (gst_rtp_bin_change_state), (new_payload_found),
3184         (new_ssrc_pad_found):
3185         Break out of callbacks when we are shutting down.
3186         Make sure no state changes can happen when we reconfigure.
3187
3188 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
3189
3190         * configure.ac:
3191         Require CVS core and base for new audio clock reset method.
3192
3193         * ext/alsaspdif/alsaspdifsink.c: (alsaspdifsink_change_state):
3194         Reset the audio clock. See #521761.
3195
3196 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3197
3198         * ext/jack/gstjackaudiosink.c:
3199         (gst_jack_audio_sink_allocate_channels):
3200         Include the element name in the port name to avoid duplicate port names.
3201
3202 2008-05-26  Sebastian Dröge  <slomo@circular-chaos.org>
3203
3204         * gst/interleave/deinterleave.c:
3205         Add another example launch line.
3206
3207         * gst/interleave/interleave.c: (interleave_24),
3208         (gst_interleave_finalize), (gst_interleave_base_init),
3209         (gst_interleave_class_init), (gst_interleave_init),
3210         (gst_interleave_request_new_pad), (gst_interleave_release_pad),
3211         (gst_interleave_change_state), (__remove_channels),
3212         (__set_channels), (gst_interleave_sink_getcaps),
3213         (gst_interleave_set_process_function),
3214         (gst_interleave_sink_setcaps), (gst_interleave_sink_event),
3215         (gst_interleave_src_query_duration), (gst_interleave_src_query),
3216         (forward_event_func), (forward_event), (gst_interleave_src_event),
3217         (gst_interleave_collected):
3218         * gst/interleave/interleave.h:
3219         Major rewrite of interleave using GstCollectpads. This new version
3220         also supports almost all raw audio formats and has better caps
3221         negotiation. Fixes bug #506594.
3222
3223         Also update docs and add some more examples.
3224
3225         * tests/check/elements/interleave.c: (interleave_chain_func),
3226         (GST_START_TEST), (src_handoff_float32), (sink_handoff_float32),
3227         (interleave_suite):
3228         Add some more extensive unit tests for interleave.
3229
3230 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3231
3232         * gst/rtpmanager/gstrtpjitterbuffer.c:
3233         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
3234         When checking the seqnum, reset the jitterbuffer if the gap is too big,
3235         we need to do this so that we can better handle a restarted source.
3236         Fix some comments.
3237
3238         * gst/rtpmanager/rtpjitterbuffer.c: (calculate_skew),
3239         (rtp_jitter_buffer_insert):
3240         Tweak the skew resync diff.
3241         Use our working seqnum compare function in -base.
3242         Rework the jitterbuffer insert code to make it clearer and more
3243         performant by only retrieving the seqnum of the input buffer once and by
3244         adding some G_LIKELY compiler hints.
3245         Improve debugging for duplicate packets.
3246
3247         * gst/rtpmanager/rtpsource.c: (rtp_source_process_rtp):
3248         Fix a comment, we don't do skew correction here..
3249
3250 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3251
3252         Patch by: Håvard Graff <havard dot graff at tandberg dot com>
3253
3254         * gst/rtpmanager/gstrtpbin.c:
3255         (gst_rtp_bin_propagate_property_to_jitterbuffer),
3256         (gst_rtp_bin_set_property):
3257         Propagate the do-lost and latency properties to the jitterbuffers when
3258         they are changed on rtpbin.
3259
3260 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3261
3262         * examples/switch/switcher.c: (switch_timer):
3263         * gst/replaygain/gstrgvolume.c: (gst_rg_volume_init):
3264         * gst/rtpmanager/gstrtpclient.c: (create_stream):
3265         * gst/sdp/gstsdpdemux.c: (gst_sdp_demux_stream_configure_udp),
3266         (gst_sdp_demux_stream_configure_udp_sink):
3267         * tests/check/elements/deinterleave.c: (GST_START_TEST),
3268         (pad_added_setup_data_check_float32_8ch_cb):
3269         * tests/check/elements/rganalysis.c: (send_eos_event),
3270         (send_tag_event):
3271         Don't use _gst_pad().
3272
3273 2008-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
3274
3275         * docs/plugins/Makefile.am:
3276         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
3277         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
3278         * docs/plugins/gst-plugins-bad-plugins.args:
3279         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
3280         * docs/plugins/gst-plugins-bad-plugins.interfaces:
3281         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
3282         * docs/plugins/gst-plugins-bad-plugins.signals:
3283         * docs/plugins/inspect/plugin-alsaspdif.xml:
3284         * docs/plugins/inspect/plugin-amrwb.xml:
3285         * docs/plugins/inspect/plugin-app.xml:
3286         * docs/plugins/inspect/plugin-bayer.xml:
3287         * docs/plugins/inspect/plugin-bz2.xml:
3288         * docs/plugins/inspect/plugin-cdaudio.xml:
3289         * docs/plugins/inspect/plugin-cdxaparse.xml:
3290         * docs/plugins/inspect/plugin-dfbvideosink.xml:
3291         * docs/plugins/inspect/plugin-dtsdec.xml:
3292         * docs/plugins/inspect/plugin-dvb.xml:
3293         * docs/plugins/inspect/plugin-dvdspu.xml:
3294         * docs/plugins/inspect/plugin-faac.xml:
3295         * docs/plugins/inspect/plugin-faad.xml:
3296         * docs/plugins/inspect/plugin-fbdevsink.xml:
3297         * docs/plugins/inspect/plugin-festival.xml:
3298         * docs/plugins/inspect/plugin-filter.xml:
3299         * docs/plugins/inspect/plugin-flvdemux.xml:
3300         * docs/plugins/inspect/plugin-freeze.xml:
3301         * docs/plugins/inspect/plugin-gsm.xml:
3302         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
3303         * docs/plugins/inspect/plugin-h264parse.xml:
3304         * docs/plugins/inspect/plugin-interleave.xml:
3305         * docs/plugins/inspect/plugin-jack.xml:
3306         * docs/plugins/inspect/plugin-ladspa.xml:
3307         * docs/plugins/inspect/plugin-metadata.xml:
3308         * docs/plugins/inspect/plugin-mms.xml:
3309         * docs/plugins/inspect/plugin-modplug.xml:
3310         * docs/plugins/inspect/plugin-mpeg2enc.xml:
3311         * docs/plugins/inspect/plugin-mpeg4videoparse.xml:
3312         * docs/plugins/inspect/plugin-mpegtsparse.xml:
3313         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
3314         * docs/plugins/inspect/plugin-musepack.xml:
3315         * docs/plugins/inspect/plugin-musicbrainz.xml:
3316         * docs/plugins/inspect/plugin-mve.xml:
3317         * docs/plugins/inspect/plugin-nas.xml:
3318         * docs/plugins/inspect/plugin-neon.xml:
3319         * docs/plugins/inspect/plugin-nsfdec.xml:
3320         * docs/plugins/inspect/plugin-nuvdemux.xml:
3321         * docs/plugins/inspect/plugin-rawparse.xml:
3322         * docs/plugins/inspect/plugin-real.xml:
3323         * docs/plugins/inspect/plugin-replaygain.xml:
3324         * docs/plugins/inspect/plugin-rfbsrc.xml:
3325         * docs/plugins/inspect/plugin-sdl.xml:
3326         * docs/plugins/inspect/plugin-sdp.xml:
3327         * docs/plugins/inspect/plugin-selector.xml:
3328         * docs/plugins/inspect/plugin-sndfile.xml:
3329         * docs/plugins/inspect/plugin-soundtouch.xml:
3330         * docs/plugins/inspect/plugin-spcdec.xml:
3331         * docs/plugins/inspect/plugin-speed.xml:
3332         * docs/plugins/inspect/plugin-speexresample.xml:
3333         * docs/plugins/inspect/plugin-stereo.xml:
3334         * docs/plugins/inspect/plugin-tta.xml:
3335         * docs/plugins/inspect/plugin-vcdsrc.xml:
3336         * docs/plugins/inspect/plugin-videosignal.xml:
3337         * docs/plugins/inspect/plugin-vmnc.xml:
3338         * docs/plugins/inspect/plugin-wildmidi.xml:
3339         * docs/plugins/inspect/plugin-x264.xml:
3340         * docs/plugins/inspect/plugin-xvid.xml:
3341         * docs/plugins/inspect/plugin-y4menc.xml:
3342         Add interleave/deinterleave to the docs and while at that
3343         run make update in docs/plugins.
3344
3345         * gst/interleave/deinterleave.c:
3346         Add a parapraph about using a queue and audioconvert after the source
3347         pads to the docs.
3348
3349 2008-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
3350
3351         * gst/interleave/deinterleave.c: (gst_deinterleave_base_init),
3352         (gst_deinterleave_class_init), (gst_deinterleave_init),
3353         (gst_deinterleave_add_new_pads), (gst_deinterleave_sink_getcaps):
3354         * gst/interleave/deinterleave.h:
3355         Don't set a getcaps() function on the src pads as it's not required
3356         and the default getcaps() function returns the correct results for
3357         our src pads.
3358
3359         Complete documentation and add myself to the authors of the element.
3360
3361 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
3362
3363         * tests/icles/.cvsignore:
3364         * tests/icles/Makefile.am:
3365         * tests/icles/test-oss4.c: (opt_show_mixer_messages), (WAIT_TIME),
3366           (show_mixer_messages), (probe_mixer_tracks), (probe_pad),
3367           (probe_details), (probe_element), (main):
3368           Small oss4 test that probes for available devices and retrieves
3369           their caps and mixer tracks and all that. Also allows testing of
3370           mixer change messages on the bus.
3371
3372 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
3373
3374         * sys/oss4/oss4-mixer.c: (gst_oss4_mixer_open):
3375         * sys/oss4/oss4-property-probe.c:
3376           (gst_oss4_property_probe_find_device_name),
3377           (gst_oss4_property_probe_find_device_name_nofd):
3378         * sys/oss4/oss4-property-probe.h:
3379         * sys/oss4/oss4-sink.c: (gst_oss4_sink_get_property):
3380         * sys/oss4/oss4-source.c: (gst_oss4_source_get_property):
3381           Make device-name probing in NULL state work better (e.g. for the
3382           gnome-control-center sound capplet).
3383
3384 2008-05-22  Wim Taymans  <wim.taymans@collabora.co.uk>
3385
3386         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3387
3388         * gst/mpeg4videoparse/mpeg4videoparse.c: (gst_mpeg4vparse_push),
3389         (gst_mpeg4vparse_drain), (gst_mpeg4vparse_chain),
3390         (gst_mpeg4vparse_change_state):
3391         Move some code around to integrate the startcode searching with the
3392         other bits of parsing, avoid a whole bunch of peeks.
3393         Get rid of invalid data that should not happen according to the specs.
3394         Fixes #533559.
3395
3396 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
3397
3398         Patch by: Bastien Nocera <hadess at hadess dot net>
3399
3400         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_class_init),
3401         (gst_mythtv_src_init), (gst_mythtv_src_clear),
3402         (do_read_request_response), (gst_mythtv_src_create),
3403         (gst_mythtv_src_start):
3404         Correctly set duration to get a more correct seek bar in totem.
3405
3406         Disable query and event functions as they don't work and do some
3407         smaller cleanup.
3408
3409         Fixes bug #533736.
3410
3411 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
3412
3413         Patch by: Brian Koropoff <brianhk at cs dot washington dot edu>
3414
3415         * ext/spc/Makefile.am:
3416         * ext/spc/gstspc.c: (gst_spc_dec_class_init),
3417         (gst_spc_dec_src_query_type), (gst_spc_dec_init),
3418         (gst_spc_dec_dispose), (gst_spc_dec_sink_event),
3419         (gst_spc_duration), (gst_spc_fadeout), (gst_spc_dec_src_event),
3420         (gst_spc_dec_src_query), (spc_play), (spc_setup):
3421         * ext/spc/gstspc.h:
3422         * ext/spc/tag.c: (spc_tag_is_extended), (spc_tag_is_text_format),
3423         (spc_tag_is_present), (spc_tag_unpack_date), (spc_tag_clear),
3424         (spc_tag_get_info), (spc_tag_free):
3425         * ext/spc/tag.h:
3426         Add support for some essential features like seeking, reading song
3427         duration and extended tags. Fixes bug #454151.
3428
3429 2008-05-19  Sebastian Dröge  <slomo@circular-chaos.org>
3430
3431         * tests/check/elements/deinterleave.c: (GST_START_TEST):
3432         Set keep-positions property to TRUE for the 8 channel test to ensure
3433         that the original channel position is set on the output.
3434
3435 2008-05-19  Sebastian Dröge  <slomo@circular-chaos.org>
3436
3437         * gst/interleave/deinterleave.c: (gst_deinterleave_class_init),
3438         (gst_deinterleave_init), (gst_deinterleave_add_new_pads),
3439         (gst_deinterleave_set_pads_caps), (gst_deinterleave_set_property),
3440         (gst_deinterleave_get_property):
3441         * gst/interleave/deinterleave.h:
3442         Add a property to select whether channel positions should be kept on
3443         the mono output buffers or should be dropped.
3444
3445 2008-05-18  Jan Schmidt  <jan.schmidt@sun.com>
3446
3447         * docs/Makefile.am:
3448         Oops - fix the spelling of the variable I added.
3449
3450 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
3451
3452         * gst/interleave/deinterleave.c: (gst_deinterleave_finalize),
3453         (gst_deinterleave_init), (gst_deinterleave_sink_event),
3454         (gst_deinterleave_process), (gst_deinterleave_sink_activate_push):
3455         * gst/interleave/deinterleave.h:
3456         Queue events until src pads were added and they can be sent. Otherwise
3457         downstream will never get the first newsegment event.
3458
3459 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
3460
3461         * gst/interleave/deinterleave.c: (gst_deinterleave_sink_setcaps),
3462         (gst_deinterleave_getcaps):
3463         Always set the channel positions when gst_audio_get_channel_positions()
3464         returns something, even if they're not set in the caps. This makes
3465         sure that the output channels can be interleaved again correctly
3466         in the mono/stereo cases too.
3467
3468         Don't ask for the peercaps of the current pad in getcaps() as this
3469         might call getcaps() again and deadlock.
3470
3471 2008-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
3472
3473         * ext/timidity/gstwildmidi.c: (wildmidi_open_config):
3474         Check some more common locations for a valid configuration file.
3475         Fixes bug #533435. Packagers should still #define WILDMIDI_CFG
3476         to the distributions default location.
3477
3478 2008-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
3479
3480         * gst/interleave/Makefile.am:
3481         * gst/interleave/deinterleave.c: (deinterleave_24),
3482         (gst_deinterleave_finalize), (gst_deinterleave_base_init),
3483         (gst_deinterleave_class_init), (gst_deinterleave_init),
3484         (gst_deinterleave_add_new_pads), (gst_deinterleave_set_pads_caps),
3485         (gst_deinterleave_set_process_function),
3486         (gst_deinterleave_sink_setcaps), (__remove_channels),
3487         (__set_channels), (gst_deinterleave_getcaps),
3488         (gst_deinterleave_process), (gst_deinterleave_chain),
3489         (gst_deinterleave_sink_activate_push):
3490         * gst/interleave/deinterleave.h:
3491         Add support for all raw audio formats and provide better negotiation
3492         if the caps are changing.
3493
3494         Don't allow changes of the channel positions and set the position of
3495         the corresponding channel on the src pad caps.
3496
3497         General cleanup and smaller bugfixes.
3498
3499         * tests/check/elements/deinterleave.c: (float_buffer_check_probe):
3500         Check the channel positions on the output buffer caps.
3501
3502 2008-05-16  Jan Schmidt  <jan.schmidt@sun.com>
3503
3504         * docs/Makefile.am:
3505         Don't attempt to build plugin docs when they're disabled.
3506
3507         * gst/bayer/Makefile.am:
3508         Add libgstvideo to the link.
3509
3510         * gst/rtpmanager/Makefile.am:
3511         Fix link order, and move LIBS things to _LIBS
3512
3513 2008-05-16  Jan Schmidt  <jan.schmidt@sun.com>
3514
3515         * docs/plugins/gst-plugins-bad-plugins.types:
3516         Remove bogus attempt to pull 'metadata' plugin's base
3517         class into the docs.
3518
3519 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3520
3521         * gst/rtpmanager/gstrtpjitterbuffer.c:
3522         (gst_rtp_jitter_buffer_chain):
3523         Simply drop bad RTP packets with a warning instead of just posting an
3524         error and stopping. This is a perfectly recoverable event and we don't
3525         force people to use an rtpbin to filter out bad packets first.
3526
3527 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3528
3529         * gst/mpeg4videoparse/mpeg4videoparse.c: (gst_mpeg4vparse_init):
3530         Set fixed caps on the srcpad after we created the pad...
3531
3532 2008-05-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
3533
3534         * tests/check/Makefile.am:
3535           Remove deinterleave test from VALGRIND_TO_FIX again now that
3536           there are suppressions in gst.supp which make this work for me.
3537
3538 2008-05-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
3539
3540         * tests/check/Makefile.am:
3541           Add deinterleave unit test to VALGRIND_TO_FIX, since it causes
3542           weird invalid free errors in valgrind/libc after _exit for some
3543           reason.
3544
3545         * tests/check/elements/deinterleave.c: (pads_created),
3546           (set_channel_positions), (src_handoff_float32_8ch),
3547           (float_buffer_check_probe),
3548           (pad_added_setup_data_check_float32_8ch_cb),
3549           (make_fake_src_8chans_float32), (GST_START_TEST),
3550           (deinterleave_suite):
3551           Add some more deinterleave unit test bits I had locally.
3552
3553 2008-05-14  Sebastian Dröge  <slomo@circular-chaos.org>
3554
3555         * gst/interleave/Makefile.am:
3556         * gst/interleave/deinterleave.h:
3557         * gst/interleave/interleave.h:
3558         * gst/interleave/plugin.h:
3559         Split definitions into separate header files for better documentation
3560         generation.
3561         
3562         * gst/interleave/deinterleave.c: (gst_deinterleave_base_init),
3563         (gst_deinterleave_class_init), (gst_deinterleave_sink_setcaps),
3564         (gst_deinterleave_process):
3565         Don't use alloca, allow caps changes as long as the number of channels
3566         does not change, don't use g_warning, return NOT_NEGOTIATED as early
3567         as possible and some other cleanup.
3568
3569         * gst/interleave/interleave.c: (gst_interleave_base_init),
3570         (gst_interleave_class_init):
3571         Do some random cleanup.
3572
3573         * tests/check/Makefile.am:
3574         * tests/check/elements/deinterleave.c: (GST_START_TEST),
3575         (deinterleave_chain_func), (deinterleave_pad_added),
3576         (deinterleave_suite):
3577         Add unit tests for the deinterleave element.
3578
3579 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3580
3581         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3582
3583         * gst/mpeg4videoparse/mpeg4videoparse.c:
3584         (gst_mpeg4vparse_set_new_caps), (gst_mpeg4vparse_align),
3585         (get_bits), (next_start_code), (gst_mpeg4vparse_handle_vos),
3586         (gst_mpeg4vparse_push), (gst_mpeg4vparse_drain),
3587         (gst_mpeg4vparse_chain), (gst_mpeg4vparse_sink_setcaps),
3588         (gst_mpeg4vparse_sink_event), (gst_mpeg4vparse_src_query),
3589         (gst_mpeg4vparse_set_property), (gst_mpeg4vparse_get_property),
3590         (gst_mpeg4vparse_class_init), (gst_mpeg4vparse_init):
3591         * gst/mpeg4videoparse/mpeg4videoparse.h:
3592         Parse the config data (either outbound or in the stream) to set   
3593         width/height, apect ration, framerate in the caps if applicable.
3594         Mark frames as GST_BUFFER_FLAG_DELTA_UNIT when they are not
3595         intra frames
3596         Set the timestamps of outgoing buffers to the buffer in
3597         which the VOP header was found.
3598         Drop incoming data untill configuration is found (by default,
3599         configurable using a property).
3600         Report a 1 frame latency. Fixes #532723.
3601
3602 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3603
3604         * gst/real/gstrealvideodec.c: (open_library):
3605         Add some debug for where we are searching for libraries.
3606
3607 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3608
3609         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_class_init):
3610         Actually add the do-lost property to the object.
3611
3612 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
3613
3614         * gst/rtpmanager/gstrtpjitterbuffer.c:
3615         (gst_rtp_jitter_buffer_loop):
3616         Avoid waiting for a negative (huge) duration when the last packet has a
3617         lower timestamp than the current packet.
3618
3619 2008-05-12  Peter Kjellerstedt  <pkj@axis.com>
3620
3621         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_query_send_rtcp_src):
3622         Make sure to unref the rtpsession returned by gst_pad_get_parent() to
3623         prevent a memory leak.
3624
3625
3626 2008-05-12  Jan Schmidt  <Jan.Schmidt@sun.com>
3627
3628         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
3629         Quieten some docs output
3630
3631 2008-05-12  Jan Schmidt  <Jan.Schmidt@sun.com>
3632
3633         * gst/rtpmanager/gstrtpjitterbuffer.c:
3634         (gst_rtp_jitter_buffer_loop):
3635         Initialise with GST_CLOCK_TIME_NONE to avoid compiler warning.
3636
3637 2008-05-11  Jan Schmidt  <jan.schmidt@sun.com>
3638
3639         * docs/plugins/Makefile.am:
3640         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
3641         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
3642         * docs/plugins/inspect/plugin-gstinterlace.xml:
3643         * gst/deinterlace/gstdeinterlace.c:
3644         * gst/deinterlace/gstdeinterlace.h:
3645         Random doc of the day: the deinterlace element.
3646
3647 2008-05-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3648
3649         * gst/mpegtsparse/mpegtspacketizer.c:
3650         * gst/mpegtsparse/mpegtsparse.c:
3651         Make sure all schedule EIT and non-actual transport stream
3652         EITs are parsed. Also add present-following flag and
3653         actual-transport-stream flag to eit bus message.
3654
3655 2008-05-09  Peter Kjellerstedt  <pkj@axis.com>
3656
3657         * gst/rtpmanager/rtpsource.c: (rtp_source_finalize):
3658         Make sure to unref the caps used by RTPSource to prevent a memory leak.
3659
3660 2008-05-08  Tim-Philipp Müller  <tim.muller at collabora co uk>
3661
3662         Based on patch by: Clive Wright <clive_wright ntlworld com>
3663
3664         * sys/oss4/oss4-mixer-slider.c: (gst_oss4_mixer_slider_unpack_volume):
3665           Apparently mono sliders have the mono value repeated in the upper bits,
3666           so mask those out when reading them. Probably makes the mixer applet
3667           work properly in some more cases.
3668
3669 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
3670
3671         Patch by: Olivier Crete <tester at tester dot ca>
3672
3673         * gst/rtpmanager/rtpsession.c: (source_clock_rate),
3674         (rtp_session_process_bye), (rtp_session_send_bye_locked):
3675         Unlock the session lock when calling one of our callbacks. 
3676         Fixes #532011.
3677
3678 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
3679
3680         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3681
3682         * gst/rtpmanager/gstrtpsession.c:
3683         (gst_rtp_session_event_send_rtp_sink):
3684         Send RTP BYE command on EOS. Fixes bug #531955.
3685
3686 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
3687
3688         * win32/common/config.h.in:
3689           Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather
3690           use the real thing than having "???" unconditionally.
3691
3692 2008-05-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3693
3694         * gst-libs/gst/app/.cvsignore:
3695         * gst-libs/gst/app/Makefile.am:
3696         * gst-libs/gst/app/gstapp-marshal.list:
3697         Add marshal.list, make it compile and add to cvsignore.
3698
3699         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_dispose),
3700         (gst_app_sink_stop):
3701         Small cleanups.
3702
3703         * gst-libs/gst/app/gstappsrc.c: (gst_app_src_class_init),
3704         (gst_app_src_init), (gst_app_src_set_property),
3705         (gst_app_src_get_property), (gst_app_src_unlock),
3706         (gst_app_src_unlock_stop), (gst_app_src_start), (gst_app_src_stop),
3707         (gst_app_src_create), (gst_app_src_set_caps),
3708         (gst_app_src_get_caps), (gst_app_src_set_size),
3709         (gst_app_src_get_size), (gst_app_src_set_seekable),
3710         (gst_app_src_get_seekable), (gst_app_src_set_max_buffers),
3711         (gst_app_src_get_max_buffers), (gst_app_src_push_buffer),
3712         (gst_app_src_end_of_stream):
3713         * gst-libs/gst/app/gstappsrc.h:
3714         Beat appsrc in shape, add signals and actions.
3715         Add some docs.
3716         Add properties for caps, size, seekability and max-buffers.
3717         Fix unlock/stop code.
3718
3719 2008-05-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
3720
3721         * configure.ac:
3722           Error out if we don't have the required versions of core/base.
3723
3724 2008-05-05  Wim Taymans  <wim.taymans@collabora.co.uk>
3725
3726         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_class_init),
3727         (gst_app_sink_init), (gst_app_sink_set_property),
3728         (gst_app_sink_get_property), (gst_app_sink_unlock_start),
3729         (gst_app_sink_unlock_stop), (gst_app_sink_flush_unlocked),
3730         (gst_app_sink_start), (gst_app_sink_stop), (gst_app_sink_event),
3731         (gst_app_sink_preroll), (gst_app_sink_render),
3732         (gst_app_sink_set_caps), (gst_app_sink_set_drop),
3733         (gst_app_sink_get_drop):
3734         * gst-libs/gst/app/gstappsink.h:
3735         Start some docs.
3736         Add property to drop buffers when the queue is filled
3737         Fix unlocking and flushing when the queues are filled.
3738
3739 2008-04-29  Sebastian Dröge  <slomo@circular-chaos.org>
3740
3741         Patch by: Jens Granseuer <jensgr at gmx dot net>
3742
3743         * gst/subenc/gstsrtenc.c: (gst_srt_enc_timestamp_to_string):
3744         Declare variables at the beginning of blocks. Fixes compilation with
3745         gcc 2.x and other compilers. Fixes bug #530611.
3746
3747 2008-04-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3748
3749         * gst/mpegtsparse/mpegtspacketizer.c:
3750         * gst/mpegtsparse/mpegtspacketizer.h:
3751         * gst/mpegtsparse/mpegtsparse.c:
3752         Detect SI pids (NIT, SDT, EIT etc.) based on table id and not
3753         by pid number. This allows for example the EPG data from UK's
3754         freesat to be picked up.
3755
3756 2008-04-26  Sebastian Dröge  <slomo@circular-chaos.org>
3757
3758         * ext/mpeg2enc/gstmpeg2enc.cc:
3759         * ext/soundtouch/gstbpmdetect.cc:
3760         Cast NULL sentinels to void * as NULL is defined as an integer
3761         constant in most environments when using C++ and it's size might
3762         be different from a pointer.
3763
3764 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3765
3766         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_class_init),
3767         (gst_app_sink_init), (gst_app_sink_set_property),
3768         (gst_app_sink_get_property), (gst_app_sink_event),
3769         (gst_app_sink_preroll), (gst_app_sink_render),
3770         (gst_app_sink_set_emit_signals), (gst_app_sink_get_emit_signals),
3771         (gst_app_sink_set_max_buffers), (gst_app_sink_get_max_buffers),
3772         (gst_app_sink_pull_buffer):
3773         * gst-libs/gst/app/gstappsink.h:
3774         Add more docs.
3775         Add signals for when preroll and render buffers are available.
3776         Add property to control signal emission.
3777         Add property to control the max queue size.
3778
3779 2008-04-25  Michael Smith <msmith@songbirdnest.com>
3780
3781         * gst-libs/gst/dshow/Makefile.am:
3782           Use CXXFLAGS rather than CFLAGS; these are C++ files.
3783           Define required constants appropriately.
3784         * sys/dshowdecwrapper/Makefile.am:
3785           Add required include dir, libraries.
3786           Define required constants appropriately.
3787
3788 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3789
3790         * gst/rtpmanager/gstrtpbin.c: (create_stream), (gst_rtp_bin_init),
3791         (gst_rtp_bin_set_property), (gst_rtp_bin_get_property):
3792         * gst/rtpmanager/gstrtpbin.h:
3793         Expose new jitterbuffer property in rtpbin too.
3794
3795 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3796
3797         * gst/rtpmanager/gstrtpjitterbuffer.c:
3798         (gst_rtp_jitter_buffer_class_init), (gst_rtp_jitter_buffer_init),
3799         (gst_rtp_jitter_buffer_loop), (gst_rtp_jitter_buffer_set_property),
3800         (gst_rtp_jitter_buffer_get_property):
3801         Disable sending out rtp packet lost events by default and make a
3802         property to enabe it. We will likely enable it by default when the base
3803         depayloaders have a default handler for them so that we don't send these
3804         events all through the pipeline for now.
3805
3806 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3807
3808         * gst/rtpmanager/gstrtpjitterbuffer.c:
3809         (gst_rtp_jitter_buffer_init), (gst_rtp_jitter_buffer_flush_stop),
3810         (gst_rtp_jitter_buffer_src_event), (gst_rtp_jitter_buffer_chain),
3811         (gst_rtp_jitter_buffer_loop):
3812         Remove private version of a function that is in -base now.
3813         Add src event handler.
3814         Rework the jitterbuffer pushing loop so that it can quickly react to
3815         lost packets and instruct the depayloader of them. This can then be used
3816         to implement error concealment data.
3817
3818 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3819
3820         * gst/rtpmanager/gstrtpsession.c:
3821         (gst_rtp_session_query_send_rtcp_src), (create_recv_rtcp_sink),
3822         (create_send_rtcp_src):
3823         Set up some internal links functions for the RTCP and sync pads because
3824         the defaults are really not correct.
3825         Implement a query handler for the RTCP src pad, mostly to correctly
3826         report about the latency.
3827
3828 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3829
3830         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_associate),
3831         (gst_rtp_bin_sync_chain):
3832         * gst/rtpmanager/rtpsession.c: (update_arrival_stats),
3833         (rtp_session_process_sr), (rtp_session_on_timeout):
3834         * gst/rtpmanager/rtpsource.c: (rtp_source_init),
3835         (calculate_jitter):
3836         * gst/rtpmanager/rtpsource.h:
3837         * gst/rtpmanager/rtpstats.h:
3838         Also keep track of the first buffer timestamp together with the first
3839         RTP timestamp as they both are needed to construct the timing of
3840         outgoing packets in the jitterbuffer and are therefore also needed to
3841         manage lip-sync. This fixes lip-sync if the first RTP packets arrive
3842         with a wildly different gap.
3843
3844 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3845
3846         * gst/flv/gstflvdemux.c: (gst_flv_demux_query):
3847         Forward unknown queries upstream instead of returning FALSE on them.
3848
3849 2008-04-25  Sebastian Dröge  <slomo@circular-chaos.org>
3850
3851         * configure.ac:
3852         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_base_init),
3853         (gst_musepackdec_init), (gst_musepackdec_dispose),
3854         (gst_musepackdec_handle_seek_event), (gst_musepack_stream_init),
3855         (gst_musepackdec_loop), (plugin_init):
3856         * ext/musepack/gstmusepackdec.h:
3857         * ext/musepack/gstmusepackreader.c:
3858         * ext/musepack/gstmusepackreader.h:
3859         Add support for the new libmpcdec API which magically gets us support
3860         for SV8 files. Also do some random cleanup. Fixes bug #526905.
3861
3862 2008-04-24  Jan Schmidt  <jan.schmidt@sun.com>
3863
3864         * configure.ac:
3865         Back to development -> 0.10.7.1
3866
3867 === release 0.10.7 ===
3868
3869 2008-04-24  Jan Schmidt <jan.schmidt@sun.com>
3870
3871         * configure.ac:
3872           releasing 0.10.7, "House of Cards"
3873
3874 2008-04-22  Stefan Kost  <ensonic@users.sf.net>
3875
3876         * ext/faad/gstfaad.c:
3877           Don't leak GstAudioChannelPosition. Fixes #529378.
3878
3879 2008-04-22  Wim Taymans  <wim.taymans@collabora.co.uk>
3880
3881         * gst/sdp/gstsdpdemux.c: (request_pt_map):
3882         Ref caps, see #528245.
3883
3884 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
3885
3886         * configure.ac:
3887         0.10.6.4 pre-release
3888
3889 2008-04-21  Sebastian Dröge  <slomo@circular-chaos.org>
3890
3891         * tests/check/elements/rganalysis.c: (GST_START_TEST):
3892         Don't leak a tag list. Fixes bug #529285.
3893
3894 2008-04-21  Sebastian Dröge  <slomo@circular-chaos.org>
3895
3896         * tests/check/elements/ofa.c: (bus_handler):
3897         Don't leak the tags string and tag list. Fixes bug #529283.
3898
3899 2008-04-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3900
3901         Patch by: Olivier Crete <tester at tester dot ca>
3902
3903         * gst/rtpmanager/gstrtpbin.c: (create_session), (get_pt_map),
3904         (new_ssrc_pad_found):
3905         Ref caps when inserting into the cache.
3906         Don't leak pads.
3907
3908         * gst/rtpmanager/gstrtpjitterbuffer.c:
3909         (gst_rtp_jitter_buffer_get_clock_rate),
3910         (gst_rtp_jitter_buffer_query):
3911         Avoid a caps leak.
3912         Don't leak refcount in query.
3913
3914         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_get_caps),
3915         (gst_rtp_pt_demux_chain):
3916         Avoid caps leaks.
3917
3918         * gst/rtpmanager/gstrtpsession.c: (source_get_sdes_structure),
3919         (gst_rtp_session_init), (return_true),
3920         (gst_rtp_session_clear_pt_map), (gst_rtp_session_cache_caps),
3921         (gst_rtp_session_clock_rate):
3922         Ref caps when inserting into the cache.
3923         Fix some more caps leaks. Fixes #528245.
3924
3925 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
3926
3927         * tests/icles/metadata_editor.c:
3928           Add cast to placate gcc 4.1.2.
3929
3930 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
3931
3932         * configure.ac:
3933         0.10.6.3 pre-release
3934
3935 2008-04-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3936
3937         * sys/dvb/gstdvbsrc.c:
3938         Revert patch that added a loop timeout.
3939         Fixes #528614.
3940
3941 2008-04-17  Wim Taymans  <wim.taymans@collabora.co.uk>
3942
3943         * gst/rtpmanager/gstrtpbin.c: (get_pt_map), (free_client),
3944         (gst_rtp_bin_associate), (gst_rtp_bin_get_free_pad_name):
3945         * gst/rtpmanager/gstrtpjitterbuffer.c:
3946         (gst_rtp_jitter_buffer_get_clock_rate):
3947         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_get_caps):
3948         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_clock_rate):
3949         Unset GValues after g_signal_emitv so that we avoid a refcount leak.
3950         Don't leak a padname.
3951         Don't leak client streams list.
3952         Lock rtpbin when associating streams. Fixes #528245.
3953
3954 2008-04-16  Sebastian Dröge  <slomo@circular-chaos.org>
3955
3956         * tests/check/Makefile.am:
3957         Don't inlcude dc1394src in the generic/states test as it requires
3958         special hardware. Fixes bug #528011.
3959
3960 2008-04-16  Sebastian Dröge  <slomo@circular-chaos.org>
3961
3962         * tests/check/elements/ofa.c: (bus_handler), (GST_START_TEST):
3963         Only check if the generated fingerprints are valid Base64. The
3964         fingerprints are different when running on different architectures
3965         which is a) no problem because the fingerprints are tolerant enough
3966         and b) is caused by libofa. Fixes bug #528266.
3967
3968 2008-04-16  Sebastian Dröge  <slomo@circular-chaos.org>
3969
3970         * ext/timidity/Makefile.am:
3971         Dist all source files, no matter if only timidity or wildmidi or
3972         nothing is found by configure. Fixes bug #528000.
3973
3974 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
3975
3976         * gst-plugins-bad.spec.in:
3977           Remove souphttpsrc plugin from spec files, it's moved to -good.
3978
3979 2008-04-14  Jan Schmidt  <jan.schmidt@sun.com>
3980
3981         * tests/check/Makefile.am:
3982         Remove soup test certificates from the dist.
3983
3984 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
3985
3986         * ext/dirac/gstdiracenc.cc:
3987         Fix compilation by casting string constants.
3988
3989         * sys/Makefile.am:
3990         Fix WININET_DIR variable reference.
3991
3992 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
3993
3994         * configure.ac:
3995         * docs/plugins/Makefile.am:
3996         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
3997         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
3998         * docs/plugins/gst-plugins-bad-plugins.args:
3999         * docs/plugins/inspect/plugin-soup.xml:
4000         * ext/Makefile.am:
4001         * ext/soup/Makefile.am:
4002         * ext/soup/gstsouphttpsrc.c:
4003         * ext/soup/gstsouphttpsrc.h:
4004         * tests/check/Makefile.am:
4005         * tests/check/elements/souphttpsrc.c:
4006         * tests/check/test-cert.pem:
4007         * tests/check/test-key.pem:
4008
4009         Remove soup plugin that's moved to -good (#523124)
4010
4011 2008-04-12  Tim-Philipp Müller  <tim at centricular dot net>
4012
4013         * gst/flv/gstflvparse.c: (gst_flv_parse_metadata_item),
4014           (gst_flv_parse_tag_script):
4015           Handle NULL returns from FLV_GET_STRING() more gracefully. Fixes
4016           crash caused by a strlen on a NULL string (#527622).
4017
4018 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
4019
4020         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4021
4022         * sys/dshowsrcwrapper/gstdshowvideosrc.c: (PROP_DEVICE_NAME),
4023           (gst_dshowvideosrc_class_init), (gst_dshowvideosrc_init),
4024           (gst_dshowvideosrc_dispose), (gst_dshowvideosrc_stop),
4025           (gst_dshowvideosrc_unlock), (gst_dshowvideosrc_unlock_stop),
4026           (gst_dshowvideosrc_create), (gst_dshowvideosrc_push_buffer):
4027         * sys/dshowsrcwrapper/gstdshowvideosrc.h:
4028           Don't increase latency by queuing buffers in an async queue when
4029           the streaming thread can't keep up or isn't scheduled often
4030           enough for some other reason, but just drop the previous buffer
4031           in that case. Also implement GstBaseSrc::unlock for faster
4032           unlocking when shutting down. (#520892).
4033
4034 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
4035
4036         * tests/icles/metadata_editor.c: (ENC_UNKNOWN), (last_pixbuf),
4037           (draw_pixbuf), (change_tag_list), (update_draw_pixbuf),
4038           (ui_drawing_size_allocate_cb), (on_drawingMain_expose_event),
4039           (on_buttonSaveFile_clicked), (ui_create), (me_gst_bus_callback_view),
4040           (me_gst_setup_view_pipeline), (process_file):
4041         * tests/icles/metadata_editor.glade:
4042           Remove GstXOverlay stuff and use gdkpixbufsink plus some rather crude
4043           drawing/scaling logic to make this compile and work on all platforms.
4044           Fixes #518227.
4045
4046 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
4047
4048         * configure.ac:
4049           Bump core/base requirements to released versions to avoid
4050           confusion.
4051
4052         * gst/deinterlace/gstdeinterlace.c: (deinterlace_debug),
4053           (GST_CAT_DEFAULT), (gst_deinterlace_base_init),
4054           (gst_deinterlace_set_caps), (plugin_init):
4055           Add debug category, use _set_element_details_simple and
4056           remove special code path for Y42B to calculate offsets and
4057           strides; libgstvideo knows how to handle this format now.
4058
4059 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
4060
4061         * gst/cdxaparse/Makefile.am:
4062         * gst/cdxaparse/gstcdxaparse.c:
4063         * gst/cdxaparse/gstcdxastrip.c:
4064         * gst/cdxaparse/gstcdxastrip.h:
4065         * gst/cdxaparse/gstvcdparse.c:
4066         * gst/cdxaparse/gstvcdparse.h:
4067           Port VCD parser (formerly cdxastrip) from 0.8 to 0.10. Doesn't do
4068           anything the 0.8 version didn't do though.
4069
4070 2008-04-11  Julien Moutte  <julien@fluendo.com>
4071
4072         * sys/oss4/oss4-mixer-enum.c:
4073         (gst_oss4_mixer_enum_get_values_locked):
4074         * sys/oss4/oss4-source.c: (gst_oss4_source_delay): Fix arguments
4075         format in debug statements.
4076
4077 2008-04-10  Tim-Philipp Müller  <tim at centricular dot net>
4078
4079         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4080
4081         * configure.ac:
4082         * sys/Makefile.am:
4083         * sys/wininet/Makefile.am:
4084         * sys/wininet/gstwininetsrc.c:
4085         * sys/wininet/gstwininetsrc.h:
4086           Add wininetsrc for basic http/ftp support on windows (#520897).
4087
4088 2008-04-10  Tim-Philipp Müller  <tim at centricular dot net>
4089
4090         * gst/nsf/nsf.h:
4091           Change prototype of process function here too to avoid
4092           'incompatible assignment' warnings.
4093
4094 2008-04-10  Sebastian Dröge  <slomo@circular-chaos.org>
4095
4096         * tests/check/elements/souphttpsrc.c: (got_buffer),
4097         (souphttpsrc_suite):
4098         Increase the timeout for the internet tests to 250 seconds
4099         and check for NULL caps instead of just crashing.
4100         The real fix would be to implement an shoutcast server for the unit test
4101         instead of relying on a working internet connection.
4102         Fixes bug #521749.
4103
4104 2008-04-10  Peter Kjellerstedt  <pkj@axis.com>
4105
4106         * gst/rtpmanager/gstrtpbin.c: (free_session):
4107         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_finalize):
4108         Avoid leaking pads in the RTP manager.
4109
4110 2008-04-09  Jan Schmidt  <Jan.Schmidt@sun.com>
4111
4112         * gst/nsf/nes_apu.c: (apu_process):
4113         * gst/nsf/nes_apu.h:
4114         Don't do void pointer arithmetic - it's a gcc extension.
4115
4116 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
4117
4118         * ext/jack/gstjackaudiosink.c: (gst_jack_audio_sink_class_init):
4119           Work around missing bits of thread-safety on older GLibs some
4120           more to avoid assertions when starting up multiple playbin
4121           objects concurrently (see #512382).
4122
4123 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
4124
4125         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4126
4127         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_response_cb):
4128         Only ignore actual redirects not all responses when in state
4129         GST_SOUP_HTTP_SRC_SESSION_IO_STATUS_RUNNING. Fixes bug #526337.
4130
4131 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
4132
4133         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
4134
4135         * configure.ac:
4136         Actually build dlls when cross-compiling with mingw32.
4137         Fixes bug #526247.
4138
4139 2008-04-05  Sebastian Dröge  <slomo@circular-chaos.org>
4140
4141         * tests/check/elements/ofa.c: (GST_START_TEST):
4142         Also check that we have processed at least 135 seconds of audio
4143         until we stop and calculated a fingerprint.
4144
4145 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
4146
4147         * gst/subenc/gstsrtenc.c:
4148         * gst/subenc/gstsrtenc.h:
4149           GstSrtenc => GstSrtEnc and gst_srtenc_ => gst_srt_enc_.
4150
4151 2008-04-04  Sebastian Dröge  <slomo@circular-chaos.org>
4152
4153         * tests/check/Makefile.am:
4154         * tests/check/elements/.cvsignore:
4155         * tests/check/elements/ofa.c: (bus_handler), (GST_START_TEST),
4156         (ofa_suite), (main):
4157         Add simple unit tests for the OFA plugin.
4158
4159 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
4160
4161         * configure.ac:
4162         * sys/Makefile.am:
4163         * sys/oss4/Makefile.am:
4164         * sys/oss4/oss4-audio.c:
4165         * sys/oss4/oss4-audio.h:
4166         * sys/oss4/oss4-mixer-enum.c:
4167         * sys/oss4/oss4-mixer-enum.h:
4168         * sys/oss4/oss4-mixer-slider.c:
4169         * sys/oss4/oss4-mixer-slider.h:
4170         * sys/oss4/oss4-mixer-switch.c:
4171         * sys/oss4/oss4-mixer-switch.h:
4172         * sys/oss4/oss4-mixer.c:
4173         * sys/oss4/oss4-mixer.h:
4174         * sys/oss4/oss4-property-probe.c:
4175         * sys/oss4/oss4-property-probe.h:
4176         * sys/oss4/oss4-sink.c:
4177         * sys/oss4/oss4-sink.h:
4178         * sys/oss4/oss4-soundcard.h:
4179         * sys/oss4/oss4-source.c:
4180         * sys/oss4/oss4-source.h:
4181           Add initial support for OSSv4. Mixer still needs a bit more love,
4182           but even magic has its limits.
4183
4184 2008-04-01  Tim-Philipp Müller  <tim at centricular dot net>
4185
4186         * configure.ac:
4187         * gst-plugins-bad.spec.in:
4188         * gst/srtenc/Makefile.am:
4189         * gst/srtenc/gstsrtenc.c:
4190         * gst/srtenc/gstsrtenc.h:
4191         * gst/subenc/Makefile.am:
4192         * gst/subenc/gstsrtenc.c: (plugin_init):
4193           Rename new srtenc plugin to subenc.
4194
4195 2008-04-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4196
4197         * gst/mpegtsparse/mpegtspacketizer.c:
4198         Cable delivery subsystem descriptors' frequency's bcd
4199         is measured in 100Hz units so adjust multiplier accordingly.
4200
4201 2008-04-01  Thijs Vermeir  <thijsvermeir@gmail.com>
4202
4203         * configure.ac:
4204         * gst/srtenc/Makefile.am:
4205         * gst/srtenc/gstsrtenc.c:
4206         * gst/srtenc/gstsrtenc.h:
4207         Add srt subtitle encoder
4208
4209 2008-03-31  Wim Taymans  <wim.taymans@collabora.co.uk>
4210
4211         Patch by: Kapil Agrawal <kapil at fluendo dot com>
4212
4213         * ext/gsm/gstgsmdec.c: (gst_gsmdec_sink_setcaps),
4214         (gst_gsmdec_chain):
4215         * ext/gsm/gstgsmdec.h:
4216         Increase the allowed samplerates for the ms-gsm format.
4217         Fixes #481354.
4218
4219 2008-03-30  Tim-Philipp Müller  <tim at centricular dot net>
4220
4221         Patch by: Jan de Groot <jan at jgc homeip net>
4222
4223         * configure.ac:
4224           Fix build with --disable-external (#525100).
4225
4226 2008-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4227
4228         * sys/dvb/gstdvbsrc.c:
4229         Repeat diseqc call to allow for some diseqc switches.
4230
4231 2008-03-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4232
4233         * ext/Makefile.am:
4234         Dist ofa correctly! Fixes non-uninstalled build.
4235
4236 2008-03-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4237
4238         * sys/dvb/gstdvbsrc.c:
4239         Make diseqc work more reliably.
4240
4241 2008-03-26  Sebastian Dröge  <slomo@circular-chaos.org>
4242
4243         * gst/nsf/Makefile.am:
4244         * gst/nsf/fds_snd.c:
4245         * gst/nsf/mmc5_snd.c:
4246         * gst/nsf/nsf.c:
4247         * gst/nsf/types.h:
4248         * gst/nsf/vrc7_snd.c:
4249         * gst/nsf/vrcvisnd.c:
4250         * gst/nsf/memguard.c:
4251         * gst/nsf/memguard.h:
4252         Remove memguard again and apply hopefully all previously dropped
4253         local patches. Should be really better than the old version now.
4254
4255 2008-03-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4256
4257         * gst/nsf/memguard.c: (_my_free):
4258         * gst/nsf/types.h:
4259         Unbreak compilation by disabling memguard and doing some dirty hack
4260         fixes to make it compile on 64bits.
4261
4262 2008-03-25  Sebastian Dröge  <slomo@circular-chaos.org>
4263
4264         Patch by: Andreas Henriksson <andreas at fatal dot set>
4265
4266         * gst/nsf/Makefile.am:
4267         * gst/nsf/dis6502.h:
4268         * gst/nsf/fds_snd.c:
4269         * gst/nsf/fds_snd.h:
4270         * gst/nsf/fmopl.c:
4271         * gst/nsf/fmopl.h:
4272         * gst/nsf/gstnsf.c:
4273         * gst/nsf/log.c:
4274         * gst/nsf/log.h:
4275         * gst/nsf/memguard.c:
4276         * gst/nsf/memguard.h:
4277         * gst/nsf/mmc5_snd.c:
4278         * gst/nsf/mmc5_snd.h:
4279         * gst/nsf/nes6502.c:
4280         * gst/nsf/nes6502.h:
4281         * gst/nsf/nes_apu.c:
4282         * gst/nsf/nes_apu.h:
4283         * gst/nsf/nsf.c:
4284         * gst/nsf/nsf.h:
4285         * gst/nsf/osd.h:
4286         * gst/nsf/types.h:
4287         * gst/nsf/vrc7_snd.c:
4288         * gst/nsf/vrc7_snd.h:
4289         * gst/nsf/vrcvisnd.c:
4290         * gst/nsf/vrcvisnd.h:
4291         Update our internal nosefart to nosefart-2.7-mls to fix segfaults
4292         on some files. Fixes bug #498237.
4293
4294         Remove some // comments, fix some compiler warnings and use pow()
4295         instead of a slow, selfmade implementation.
4296
4297 2008-03-25  Sebastian Dröge  <slomo@circular-chaos.org>
4298
4299         Patch by: Ed Catmur <ed at catmur dot co dot uk>
4300
4301         * configure.ac:
4302         Add support for neon 0.28, which didn't change API. Fixes bug #524035.
4303
4304 2008-03-24  Rene Stadler  <mail@renestadler.de>
4305
4306         * gst/replaygain/gstrganalysis.c (gst_rg_analysis_init),
4307           (gst_rg_analysis_transform_ip):
4308         * gst/replaygain/gstrglimiter.c (gst_rg_limiter_init),
4309           (gst_rg_limiter_transform_ip):
4310         Make rganalysis and rglimiter elements GAP-flag aware.
4311
4312         * tests/check/elements/rganalysis.c: (test_gap_buffers),
4313           (rganalysis_suite):
4314         * tests/check/elements/rglimiter.c (test_gap), (rglimiter_suite):
4315         Add tests to verify gap-awareness.
4316
4317 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
4318
4319         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_headers_cb),
4320         (gst_soup_http_src_chunk_allocator),
4321         (gst_soup_http_src_got_chunk_cb),
4322         (gst_soup_http_src_uri_get_protocols):
4323         Don't autoplug souphttpsrc for dav/davs. This is better handled by
4324         GIO and GnomeVFS as they provide authentication.
4325
4326         Don't leak the icy caps if we already set them and get a new
4327         icy-metaint header.
4328
4329         Try harder to set the icy caps on the output buffer to have correct
4330         caps for the first buffer already.
4331
4332         * tests/check/elements/souphttpsrc.c: (got_buffer),
4333         (GST_START_TEST):
4334         Check that we get a buffer with application/x-icy caps if iradio-mode
4335         is enabled and we have an icecast URL.
4336
4337 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
4338
4339         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_chunk_allocator):
4340         Actually set the icy caps on our src pad if we have icecast data.
4341         Fixes bug #523854.
4342
4343 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4344
4345         * configure.ac:
4346         Check if the compiler supports do { } while (0) macros. This fixes
4347         a warning when compiling with g++ 4.3, resulting in a build failure
4348         because of -Werror.
4349
4350         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
4351         * ext/mplex/gstmplex.cc:
4352         Include <string.h> for memcpy and friends to fix the build with
4353         gcc 4.3.
4354
4355         * tests/check/Makefile.am:
4356         Remove trailing backslash.
4357
4358 2008-03-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4359
4360         * gst/selector/gstinputselector.c:
4361         (gst_input_selector_set_active_pad), (gst_input_selector_switch):
4362         Do g_object_notify() only when not holding the lock to get the property
4363         because otherwise we run into a deadlock with the deep-notify handlers
4364         that are possibly installed.
4365
4366 2008-03-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4367
4368         * gst/selector/gstinputselector.c: (gst_selector_pad_class_init),
4369         (gst_selector_pad_event), (gst_selector_pad_bufferalloc),
4370         (gst_selector_pad_chain), (gst_input_selector_set_active_pad):
4371         Release the selector lock when pad alloc happens on a non selected pad.
4372
4373 2008-03-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4374
4375         * gst/selector/gstinputselector.c: (gst_selector_pad_class_init),
4376         (gst_selector_pad_init), (gst_selector_pad_set_property),
4377         (gst_selector_pad_get_property), (gst_selector_pad_event),
4378         (gst_selector_pad_bufferalloc), (gst_selector_pad_chain),
4379         (gst_input_selector_set_active_pad):
4380         Add pad property to configure behaviour of the unselected pad, it can
4381         return OK or NOT_LINKED, based on the use case.
4382
4383 2008-03-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4384
4385         * gst/selector/gstinputselector.c:
4386         (gst_selector_pad_get_running_time), (gst_selector_pad_reset),
4387         (gst_selector_pad_event), (gst_selector_pad_bufferalloc),
4388         (gst_input_selector_wait), (gst_selector_pad_chain),
4389         (gst_input_selector_class_init), (gst_input_selector_init),
4390         (gst_input_selector_dispose), (gst_segment_set_start),
4391         (gst_input_selector_set_active_pad),
4392         (gst_input_selector_set_property),
4393         (gst_input_selector_get_property),
4394         (gst_input_selector_get_linked_pad),
4395         (gst_input_selector_is_active_sinkpad),
4396         (gst_input_selector_activate_sinkpad),
4397         (gst_input_selector_request_new_pad),
4398         (gst_input_selector_release_pad),
4399         (gst_input_selector_change_state), (gst_input_selector_block),
4400         (gst_input_selector_switch):
4401         * gst/selector/gstinputselector.h:
4402         Figure out the locking a bit more.
4403         Mark buffers with discont after switching.
4404         Fix initial segment forwarding, make sure to only forward one segment
4405         regardless of what the sequence of buffers/segments is. See #522203.
4406         Improve flushing when blocked.
4407         Return NOT_LINKED when a stream is not selected.
4408         Not API change for the switch signal in the docs.
4409         Fix start/time/accum values of the new segment.
4410         Correctly unlock and flush a blocking selector when going to READY.
4411
4412 2008-03-20  Stefan Kost  <ensonic@users.sf.net>
4413
4414         * ext/ladspa/gstladspa.c:
4415         * ext/ladspa/gstsignalprocessor.c:
4416           Add some thoughts and FIXME's.
4417
4418 2008-03-20  Stefan Kost  <ensonic@users.sf.net>
4419
4420         * gst/bayer/gstbayer2rgb.c:
4421           Include stdlib.h for abs.
4422
4423 2008-03-19  Stefan Kost  <ensonic@users.sf.net>
4424
4425         * gst/freeze/FAQ:
4426         * gst/freeze/Makefile.am:
4427         * gst/freeze/gstfreeze.c:
4428           Add example to source code documentation blob and remove the 3 line
4429           FAQ.
4430
4431         * gst/interleave/interleave.c:
4432           Add a source code documentation blob.
4433
4434 2008-03-19  Sebastian Dröge  <slomo@circular-chaos.org>
4435
4436         * ext/ofa/gstofa.c: (create_fingerprint), (gst_ofa_event),
4437         (gst_ofa_transform_ip), (plugin_init):
4438         Improve debugging, clean up a bit and really generate the fingerprint
4439         after 135 seconds.
4440
4441 2008-03-19  Sebastian Dröge  <slomo@circular-chaos.org>
4442
4443         * ext/ofa/gstofa.c:
4444         Use GPL as license, the plugin itself is LGPL but libofa is GPL.
4445
4446 2008-03-19  Sebastian Dröge  <slomo@circular-chaos.org>
4447
4448         Based on a patch by: Eric Buehl <eric dot buehl at gmail dot com>
4449
4450         * configure.ac:
4451         * ext/ofa/Makefile.am:
4452         * ext/ofa/gstofa.c: (gst_ofa_base_init), (gst_ofa_finalize),
4453         (gst_ofa_class_init), (create_fingerprint), (gst_ofa_event),
4454         (gst_ofa_init), (gst_ofa_transform_ip), (gst_ofa_get_property),
4455         (plugin_init):
4456         * ext/ofa/gstofa.h:
4457         Add an OFA element, the successor of MusicBrainz TRM fingerprinting.
4458         Fixes bug #351309.
4459
4460 2008-03-18  Andy Wingo  <wingo@pobox.com>
4461
4462         * ext/faad/gstfaad.c (gst_faad_chain): Fix a bad format argument,
4463         and a potential int overflow.
4464
4465         * ext/faad/gstfaad.h: Include <neaacdec.h> if faad is neaac.
4466         Avoids a #warning about an ignored #pragma.
4467
4468 2008-03-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4469
4470         * examples/switch/switcher.c:
4471         Update switch example to use input selector.
4472
4473 2008-03-17  Sebastian Dröge  <slomo@circular-chaos.org>
4474
4475         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
4476         (gst_neonhttp_src_send_request_and_redirect):
4477         Handle HTTP status code 303 (See Other) the same way
4478         as 302 (Found). Not sure what to do about all the other 3xx
4479         redirect status codes. Fixes bug #522884.
4480
4481 2008-03-14  Edward Hervey  <edward.hervey@collabora.co.uk>
4482
4483         * gst-libs/gst/dshow/Makefile.am:
4484         Make sure the dshow helper library headers get distributed in the next
4485         release.
4486
4487 2008-03-14  David Schleef  <ds@schleef.org>
4488
4489         Patch by: William M. Brack
4490
4491         * gst/bayer/gstbayer2rgb.c: Significant improvements.  Fixes #521392.
4492
4493 2008-03-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4494
4495         * gst/selector/gstinputselector.c: (gst_selector_pad_event),
4496         (gst_selector_pad_bufferalloc), (gst_selector_pad_chain),
4497         (gst_input_selector_class_init),
4498         (gst_input_selector_set_active_pad),
4499         (gst_input_selector_set_property),
4500         (gst_input_selector_push_pending_stop):
4501         Add lots of debugging. 
4502         Fix time member in the newsegment event.
4503
4504 2008-03-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4505
4506         * gst/selector/gstinputselector.c: (gst_selector_pad_class_init),
4507         (gst_selector_pad_finalize), (gst_selector_pad_get_property),
4508         (gst_selector_pad_event), (gst_input_selector_class_init),
4509         (gst_input_selector_init), (gst_input_selector_set_active_pad),
4510         (gst_input_selector_set_property),
4511         (gst_input_selector_get_property),
4512         (gst_input_selector_request_new_pad),
4513         (gst_input_selector_release_pad),
4514         (gst_input_selector_push_pending_stop),
4515         (gst_input_selector_switch):
4516         * gst/selector/gstinputselector.h:
4517         Various cleanups.
4518         Added tags to the pads.
4519         Select active pad based on the pad object instead of its name.
4520         Fix refcount in set_active_pad.
4521         Add property to get the number of pads.
4522
4523         * gst/selector/gstoutputselector.c:
4524         (gst_output_selector_class_init),
4525         (gst_output_selector_set_property),
4526         (gst_output_selector_get_property):
4527         Various cleanups.
4528         Select the active pad based on the pad object instead of its name.
4529         Fix locking when setting the active pad.
4530
4531         * gst/selector/gstselector-marshal.list:
4532         * tests/check/elements/selector.c: (cleanup_pad),
4533         (selector_set_active_pad), (run_input_selector_buffer_count):
4534         Fixes for pad instead of padname for pad selection.
4535
4536 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
4537
4538         * ext/alsaspdif/alsaspdifsink.c:
4539         * ext/gsm/gstgsm.c:
4540         * ext/jack/gstjack.c:
4541         * ext/libmms/gstmms.c:
4542         * ext/neon/gstneonhttpsrc.c:
4543         * ext/shout/gstshout.c:
4544         * ext/timidity/gsttimidity.c:
4545         * ext/timidity/gstwildmidi.c:
4546         * gst/nuvdemux/gstnuvdemux.c:
4547         * gst/tta/gsttta.c:
4548         Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead
4549         of hardcoding values where possible. Fixes bug #522212.
4550
4551 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
4552
4553         Patch by: Wouter Cloetens <wouter at mind dot be>
4554
4555         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_init),
4556         (gst_soup_http_src_finished_cb), (gst_soup_http_src_response_cb),
4557         (gst_soup_http_src_build_message), (gst_soup_http_src_create):
4558         * ext/soup/gstsouphttpsrc.h:
4559         Try to resume on server disconnect. Fixes bug #522134.
4560
4561 2008-03-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4562
4563         * ext/xvid/gstxvidenc.c: (gst_xvidenc_chain):
4564         Set correct pixel aspect ratio for the encoder.
4565
4566 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
4567
4568         Patch by: Olivier Crete <tester at tester dot ca>
4569
4570         * gst/rtpmanager/rtpsession.c: (find_add_conflicting_addresses),
4571         (check_collision), (obtain_source), (rtp_session_create_new_ssrc),
4572         (rtp_session_create_source), (rtp_session_process_rtp),
4573         (rtp_session_process_sr), (rtp_session_process_rr),
4574         (rtp_session_process_sdes), (rtp_session_process_bye),
4575         (rtp_session_send_bye_locked), (rtp_session_send_bye),
4576         (rtp_session_on_timeout):
4577         * gst/rtpmanager/rtpsession.h:
4578         Implement collision and loop detection in rtpmanager.
4579         Fixes #520626.
4580
4581         * gst/rtpmanager/rtpsource.c: (rtp_source_reset),
4582         (rtp_source_init):
4583         * gst/rtpmanager/rtpsource.h:
4584         Add method to reset stats.
4585
4586 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
4587
4588         Based on patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
4589
4590         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_init),
4591         (rtcp_thread), (start_rtcp_thread), (stop_rtcp_thread),
4592         (join_rtcp_thread), (gst_rtp_session_change_state):
4593         Avoid a deadlock when joining the RTCP thread in PAUSED because it might
4594         be blocked downstream. Also avoid spawning multiple rtcp threads.
4595         Fixes #520894.
4596
4597 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
4598
4599         Patch by: Stefan Kost <ensonic@users.sf.net>
4600
4601         * gst/rtpmanager/rtpjitterbuffer.c: (calculate_skew):
4602         Don't try to reset the clock skew when we have no timestamps.
4603         Fixes #519005.
4604
4605 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
4606
4607         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4608
4609         * ext/faad/gstfaad.c: (looks_like_valid_header):
4610         Improve the header checking to look for what faad2 looks
4611         for too. Fixes playback of same apple trailers.
4612         Fixes bug #469979.
4613
4614 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
4615
4616         * configure.ac:
4617         Really check for libdc1394 >= 2.0.0, pkg-config thinks that
4618         2.0.0-rcX is newer than 2.0.0 so we check for this too.
4619
4620 2008-03-05  David Schleef  <ds@schleef.org>
4621
4622         * ext/dirac/gstdiracenc.cc: Add a bunch of properties cribbed
4623           from the encoder program in dirac.
4624
4625 2008-03-05  David Schleef  <ds@schleef.org>
4626
4627         * configure.ac:
4628         * ext/Makefile.am:
4629         * ext/dirac/Makefile.am:
4630         * ext/dirac/gstdirac.cc:
4631         * ext/dirac/gstdiracenc.cc:
4632           Rewrite Dirac encoder plugin based on Schroedinger gstreamer
4633           elements.
4634
4635 2008-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
4636
4637         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
4638
4639         * configure.ac:
4640         * ext/Makefile.am:
4641         * ext/mplex/Makefile.am:
4642         * ext/mplex/gstmplex.cc:
4643         * ext/mplex/gstmplex.hh:
4644         * ext/mplex/gstmplexibitstream.cc:
4645         * ext/mplex/gstmplexibitstream.hh:
4646         * ext/mplex/gstmplexjob.cc:
4647         * ext/mplex/gstmplexjob.hh:
4648         * ext/mplex/gstmplexoutputstream.cc:
4649         * ext/mplex/gstmplexoutputstream.hh:
4650         Port mplex element to 0.10. Fixes bug #520329.
4651
4652         * tests/check/Makefile.am:
4653         * tests/check/elements/mplex.c: (test_sink_event), (setup_src_pad),
4654         (teardown_src_pad), (setup_mplex), (cleanup_mplex),
4655         (GST_START_TEST), (mplex_suite), (main):
4656         Add unit test for the mplex element.
4657
4658 2008-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
4659
4660         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
4661
4662         * configure.ac:
4663         Clean up detection of different mjpegtoolsAPI versions.
4664
4665         * ext/mpeg2enc/gstmpeg2enc.cc:
4666         * ext/mpeg2enc/gstmpeg2enc.hh:
4667         * ext/mpeg2enc/gstmpeg2encoder.cc:
4668         * ext/mpeg2enc/gstmpeg2encoptions.cc:
4669         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
4670         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
4671         * ext/mpeg2enc/gstmpeg2encstreamwriter.cc:
4672         * ext/mpeg2enc/gstmpeg2encstreamwriter.hh:
4673         Streamline conditional code for evolving mjpegtools API,
4674         optimize and fix/prevent crash in log handling, use
4675         names/nicks for enums in the usual way andm inor updates
4676         in code and properties/settings. Partially fixes bug #520329.
4677
4678 2008-03-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4679
4680         * gst/mpegtsparse/gstmpegdesc.h:
4681         * gst/mpegtsparse/mpegtspacketizer.c:
4682         Add parsing of cable delivery system descriptor.
4683
4684 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
4685
4686         * configure.ac:
4687         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
4688         plug-ins are included/excluded. (#498222)
4689
4690 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
4691
4692         Patch by: Jens Granseuer <jensgr at gmx dot net>
4693
4694         * gst/mve/gstmvedemux.c: (gst_mve_audio_data),
4695         (gst_mve_demux_get_type):
4696         Fix audio discontinuity that happens when silent chunks are
4697         followed by real data again. Fixes bug #519905.
4698
4699 2008-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4700
4701         * sys/dvb/gstdvbsrc.c:
4702         * sys/dvb/parsechannels.c:
4703         Add DVB-C support. Special thanks to Christian Schaller
4704         for a testing ground.
4705
4706 2008-02-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4707
4708         * gst/mpegtsparse/mpegtsparse.c:
4709         Only send PMTs to program pads that the PMT is for even if
4710         on same pid.
4711         As a by-product, we now no longer hardcode any psi pid numbers.
4712         Also remove pcr stream from old pmt when we apply a new pmt.
4713
4714 2008-02-28  Edgard Lima  <edgard.lima@indt.org.br>
4715
4716         * ext/metadata/TODO:
4717         * ext/metadata/metadata_mapping.htm:
4718         * ext/metadata/metadataexif.c:
4719         * ext/metadata/metadatatags.c:
4720         * ext/metadata/metadatatags.h:
4721         * tests/icles/metadata_editor.c:
4722         Map Date-Time and GPS tags and Convert from EXIF to XMP Datatime as
4723         local time (those changes has been done in previous comit but had to
4724         be revert in 2008-02-10 due to frozen)
4725
4726 2008-02-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4727
4728         * sys/dvb/camutils.c:
4729         Remove the G_VALUE_HOLDS_BOXED checks. They were
4730         only added to help debug the data corruption.
4731
4732 2008-02-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4733
4734         * sys/dvb/camutils.c:
4735         Don't free the program descriptors, this structure
4736         containing them is still stored after.
4737         Fixes data corruption.
4738
4739 2008-02-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4740
4741         * sys/dvb/camutils.c:
4742         Extra checks to prevent data corruption/segfaults.
4743
4744 2008-02-26  Stefan Kost  <ensonic@users.sf.net>
4745
4746         * ext/nas/nassink.c:
4747           Fix build warning by using portable API.
4748
4749 2008-02-26  Stefan Kost  <ensonic@users.sf.net>
4750
4751         * gst/selector/gstoutputselector.c:
4752           Fix changing to same pad twice before a chain call.     
4753
4754 2008-02-26  Sebastian Dröge  <slomo@circular-chaos.org>
4755
4756         Patch by: Daniel Fischer <dan at f3c dot com>
4757
4758         * configure.ac:
4759         * ext/dc1394/gstdc1394.c: (gst_dc1394_change_state),
4760         (gst_dc1394_get_cam_caps), (gst_dc1394_open_cam_with_best_caps):
4761         * ext/dc1394/gstdc1394.h:
4762         Add support for libdc1394 2.0.0 and above and require this version
4763         now. Fixes bug #514964.
4764
4765 2008-02-26  Sebastian Dröge  <slomo@circular-chaos.org>
4766
4767         Patch by: Wouter Cloetens <wouter at mind dot be>
4768
4769         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
4770         (gst_soup_http_src_init), (gst_soup_http_src_dispose),
4771         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property),
4772         (gst_soup_http_src_create):
4773         * ext/soup/gstsouphttpsrc.h:
4774         * tests/check/elements/souphttpsrc.c: (run_test), (GST_START_TEST),
4775         (souphttpsrc_suite):
4776         Add support for specifying a list of cookies to be passed in
4777         the HTTP request. Fixes bug #518722.
4778
4779 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
4780
4781         * gst/selector/gstinputselector.c:
4782         * gst/selector/gstinputselector.h:
4783           Added "select-all" property to make it work like aggregator in 0.8.
4784
4785         * gst/selector/gstoutputselector.c:
4786           Fix resend-latest behavoiur.
4787           
4788         * tests/check/Makefile.am:
4789         * tests/check/elements/.cvsignore:
4790         * tests/check/elements/selector.c:
4791           Add unit tests for selector.
4792
4793 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4794
4795         * configure.ac:
4796         * ext/timidity/gsttimidity.c: (plugin_init):
4797         * ext/timidity/gstwildmidi.c: (plugin_init):
4798         Remove midi typefinders and require base CVS as they moved there.
4799
4800 2008-02-24  Sebastian Dröge  <slomo@circular-chaos.org>
4801
4802         * ext/Makefile.am:
4803         Only disable the ext/timidity directory if both, wildmidi
4804         _and_ timidity are not available.
4805
4806 2008-02-24  Sebastian Dröge  <slomo@circular-chaos.org>
4807
4808         Patch by: Emilio Pozuelo Monfort <pochu at ubuntu dot com>
4809
4810         * ext/Makefile.am:
4811         Build the wildmidi plugin if it's enabled and not only when
4812         both, the timidity and wildmidi plugin, are enabled.
4813
4814 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
4815
4816         * configure.ac:
4817         * ext/mpeg2enc/Makefile.am:
4818         * ext/soundtouch/Makefile.am:
4819         * gst/modplug/Makefile.am:
4820           Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them
4821           when building C++ code.
4822
4823 2008-02-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4824
4825         * sys/dvb/gstdvbsrc.c:
4826         Add initial support for multiproto driver (not yet merged into
4827         v4l-dvb mainline yet).
4828         Only works for DVB-S not DVB-S2, DVB-T, DVB-C or other.
4829
4830 2008-02-22  Tim-Philipp Müller  <tim at centricular dot net>
4831
4832         * docs/plugins/inspect/plugin-alsaspdif.xml:
4833         * docs/plugins/inspect/plugin-app.xml:
4834         * docs/plugins/inspect/plugin-bayer.xml:
4835         * docs/plugins/inspect/plugin-bz2.xml:
4836         * docs/plugins/inspect/plugin-cdaudio.xml:
4837         * docs/plugins/inspect/plugin-cdxaparse.xml:
4838         * docs/plugins/inspect/plugin-dfbvideosink.xml:
4839         * docs/plugins/inspect/plugin-dtsdec.xml:
4840         * docs/plugins/inspect/plugin-dvb.xml:
4841         * docs/plugins/inspect/plugin-dvdspu.xml:
4842         * docs/plugins/inspect/plugin-faac.xml:
4843         * docs/plugins/inspect/plugin-faad.xml:
4844         * docs/plugins/inspect/plugin-fbdevsink.xml:
4845         * docs/plugins/inspect/plugin-festival.xml:
4846         * docs/plugins/inspect/plugin-filter.xml:
4847         * docs/plugins/inspect/plugin-flvdemux.xml:
4848         * docs/plugins/inspect/plugin-freeze.xml:
4849         * docs/plugins/inspect/plugin-gsm.xml:
4850         * docs/plugins/inspect/plugin-gstinterlace.xml:
4851         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
4852         * docs/plugins/inspect/plugin-h264parse.xml:
4853         * docs/plugins/inspect/plugin-interleave.xml:
4854         * docs/plugins/inspect/plugin-jack.xml:
4855         * docs/plugins/inspect/plugin-ladspa.xml:
4856         * docs/plugins/inspect/plugin-metadata.xml:
4857         * docs/plugins/inspect/plugin-mms.xml:
4858         * docs/plugins/inspect/plugin-modplug.xml:
4859         * docs/plugins/inspect/plugin-mpeg2enc.xml:
4860         * docs/plugins/inspect/plugin-mpeg4videoparse.xml:
4861         * docs/plugins/inspect/plugin-mpegtsparse.xml:
4862         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
4863         * docs/plugins/inspect/plugin-musepack.xml:
4864         * docs/plugins/inspect/plugin-musicbrainz.xml:
4865         * docs/plugins/inspect/plugin-mve.xml:
4866         * docs/plugins/inspect/plugin-neon.xml:
4867         * docs/plugins/inspect/plugin-nsfdec.xml:
4868         * docs/plugins/inspect/plugin-nuvdemux.xml:
4869         * docs/plugins/inspect/plugin-rawparse.xml:
4870         * docs/plugins/inspect/plugin-real.xml:
4871         * docs/plugins/inspect/plugin-replaygain.xml:
4872         * docs/plugins/inspect/plugin-rfbsrc.xml:
4873         * docs/plugins/inspect/plugin-sdl.xml:
4874         * docs/plugins/inspect/plugin-sdp.xml:
4875         * docs/plugins/inspect/plugin-selector.xml:
4876         * docs/plugins/inspect/plugin-sndfile.xml:
4877         * docs/plugins/inspect/plugin-soundtouch.xml:
4878         * docs/plugins/inspect/plugin-spcdec.xml:
4879         * docs/plugins/inspect/plugin-speed.xml:
4880         * docs/plugins/inspect/plugin-speexresample.xml:
4881         * docs/plugins/inspect/plugin-stereo.xml:
4882         * docs/plugins/inspect/plugin-tremor.xml:
4883         * docs/plugins/inspect/plugin-tta.xml:
4884         * docs/plugins/inspect/plugin-vcdsrc.xml:
4885         * docs/plugins/inspect/plugin-videosignal.xml:
4886         * docs/plugins/inspect/plugin-vmnc.xml:
4887         * docs/plugins/inspect/plugin-x264.xml:
4888         * docs/plugins/inspect/plugin-xvid.xml:
4889         * docs/plugins/inspect/plugin-y4menc.xml:
4890           Update to version 0.10.6.1.
4891
4892 2008-02-22  Tim-Philipp Müller  <tim at centricular dot net>
4893
4894         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
4895         * docs/plugins/inspect/plugin-gdp.xml:
4896         * docs/plugins/inspect/plugin-quicktime.xml:
4897         * docs/plugins/inspect/plugin-switch.xml:
4898         * docs/plugins/inspect/plugin-videocrop.xml:
4899           Remove docs for elements that have moved to other modules
4900           or been renamed.
4901
4902 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4903
4904         Patch by: Wouter Cloetens <wouter at mind dot be>
4905
4906         * configure.ac:
4907         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_cancel_message),
4908         (gst_soup_http_src_finished_cb), (gst_soup_http_src_chunk_free),
4909         (gst_soup_http_src_chunk_allocator),
4910         (gst_soup_http_src_got_chunk_cb), (gst_soup_http_src_create),
4911         (gst_soup_http_src_start), (gst_soup_http_src_set_proxy):
4912         * ext/soup/gstsouphttpsrc.h:
4913         Implement zero-copy and make the buffer size configurable.
4914         Prefix proxy URIs with "http://" if they don't start with it
4915         already and catch errors earlier, fixes hanging in some situations.
4916         Fixes bug #514948.
4917
4918 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4919
4920         * tests/check/gst-plugins-bad.supp:
4921         Add suppressions for SoundTouch valgrind warnings and
4922         a valgrind warning caused by the LADSPA sine plugin and
4923         happening on every exit().
4924         Remove GIO suppressions as it's now in -base.
4925
4926 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4927
4928         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_create):
4929         Don't allocate and copy the data to a new place but instead
4930         put the data from gmyth (which we own) into the buffers that
4931         are passed downstream.
4932
4933 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4934
4935         * ext/timidity/gstwildmidi.c:
4936         If WILDMIDI_CFG is not defined, define it to the default
4937         timidity configure file.
4938
4939 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4940
4941         Based on a patch by:
4942           Hans de Goede <j dot w dot r dot degoede at hhs dot nl>
4943
4944         * configure.ac:
4945         * ext/mpeg2enc/gstmpeg2enc.cc:
4946         Remove hack to work with mjpegtools 1.9.0rc3 and above and instead
4947         use mjpeg_loglev_t() for getting the log levels. Check for this
4948         function in configure.ac as the pkg-config file doesn't tell us
4949         which release candidate we have. Fixes bug #517896.
4950
4951 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4952
4953         * configure.ac:
4954         Check for X for the nas plugin to make it possible to build it
4955         again. Fixes bug #517895.
4956
4957 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4958
4959         * tests/check/Makefile.am:
4960         Ignore some more elements for the states unit test, like
4961         dfbvideosink which produces a segfault. Fixes bug #517854.
4962
4963 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4964
4965         Patch by: Jens Granseuer <jensgr at gmx dot net>
4966
4967         * gst/librfb/gstrfbsrc.c: (gst_rfb_property_set_version):
4968         * gst/librfb/rfbdecoder.c: (rfb_decoder_message_set_encodings),
4969         (rfb_decoder_state_set_encodings):
4970         * gst/mpegtsparse/mpegtspacketizer.c:
4971         (mpegts_packetizer_parse_nit), (mpegts_packetizer_parse_sdt),
4972         (mpegts_packetizer_parse_eit):
4973         * sys/fbdev/gstfbdevsink.c: (gst_fbdevsink_getcaps),
4974         (gst_fbdevsink_setcaps), (gst_fbdevsink_render):
4975         Some C89 fixes, moving variable declarations to the beginning
4976         of a block. Fixes bug #517937.
4977
4978 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
4979
4980         * configure.ac:
4981         Back to development...
4982
4983 === release 0.10.6 ===
4984
4985 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
4986
4987         * configure.ac:
4988           releasing 0.10.6, "A Big Deep Breath"
4989
4990 2008-02-20  Bastien Nocera  <hadess@hadess.net>
4991
4992         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_do_seek),
4993         (gst_mythtv_src_start): Using the wrong GstFormat for the filesize,
4994         and fail seek properly on anything but _BYTES format
4995         Fixes bug #517684
4996
4997 2008-02-20  Sebastian Dröge  <slomo@circular-chaos.org>
4998
4999         Patch by: Olivier Crete <tester at tester dot ca>
5000
5001         * gst/rtpmanager/gstrtpbin.c: (new_ssrc_pad_found):
5002         Fix small memory leak, leaking caps. Fixes bug #517571.
5003
5004 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
5005
5006         * gst/tta/Makefile.am:
5007         Link tta plugin with libm. Fixes bug #517391.
5008
5009 2008-02-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5010
5011         * sys/dvb/camutils.c:
5012         Do not assume "descriptors" property in the pmt structure
5013         is present.
5014         Fixes #516499.
5015
5016 2008-02-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5017
5018         Patch by: Olivier Crete <tester@tester.ca>
5019
5020         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_associate):
5021         Ignore streams that did not receive an SR packet when doing
5022         synchronisation. Fixes #516160.
5023
5024 2008-02-14  Sebastian Dröge  <slomo@circular-chaos.org>
5025
5026         * gst/dvdspu/gstdvdspu.c: (gst_dvd_spu_handle_new_spu_buf):
5027         Set n_line_ctrl_i to 0 whenever we free line_ctrl_i. Patch based
5028         on an idea by Jan Schmidt, fixes bug #516436.
5029
5030 2008-02-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5031
5032         * gst/mpegtsparse/gstmpegdesc.c:
5033         * gst/mpegtsparse/gstmpegdesc.h:
5034         * gst/mpegtsparse/mpegtsparse.c:
5035         Make sure the gstmpegdesc debug lines do not critical
5036         when GST_DEBUG is enabled and also actually output.
5037         Thanks to Alessandro Decina for spotting.
5038         Fixes #516448
5039
5040 2008-02-13  Jan Schmidt  <jan.schmidt@sun.com>
5041
5042         * gst-libs/gst/Makefile.am:
5043         * sys/Makefile.am:
5044         Also add dshow pieces to the disted subdirs to fix distcheck.
5045
5046 2008-02-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5047
5048         Patch by: Josep Torra Valles <josep@fluendo.com>
5049
5050         * gst/h264parse/gsth264parse.c: (gst_h264_parse_chain_reverse):
5051         Fix potential buffer leak in reverse mode. Re-Fixes #516061.
5052
5053 2008-02-13  Sebastian Dröge  <slomo@circular-chaos.org>
5054
5055         * configure.ac:
5056         Allow gmyth versions from 0.4 up to 0.7.99, the API didn't change
5057         until 0.7 fortunately.
5058
5059 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5060
5061         * configure.ac:
5062         Generate the directshow Makefiles so that the directories
5063         get disted. Still needs some configure time detection to enable
5064         building them under MingW.
5065
5066 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5067
5068         * ext/metadata/Makefile.am:
5069         Don't install a header file. We will have to merge these
5070         tags into libgsttag after the release and use them from there.
5071         Fixes: #515860
5072
5073 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
5074
5075         * gst-libs/gst/dshow/Makefile.am:
5076         * sys/dshowdecwrapper/Makefile.am:
5077         * sys/dshowsrcwrapper/Makefile.am:
5078         Add Makefiles to win32 plugins and lib.
5079         They will need to be tested and probably fixed by developers
5080         working with mingw. This is a first step to include source files 
5081         with releases.
5082         
5083 2008-02-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5084
5085         * sys/dvb/dvbbasebin.c:
5086         Fix leak of location string returned from gst_uri_get_location.
5087         Fixes bug #516114
5088
5089 2008-02-12  David Schleef  <ds@schleef.org>
5090
5091         * configure.ac:
5092         * docs/plugins/Makefile.am:
5093         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5094         * docs/plugins/inspect/plugin-glimagesink.xml:
5095         * sys/Makefile.am:
5096         * sys/glsink/BUGS:
5097         * sys/glsink/Makefile.am:
5098         * sys/glsink/color_matrix.c:
5099         * sys/glsink/glextensions.c:
5100         * sys/glsink/glextensions.h:
5101         * sys/glsink/glimagesink.c:
5102         * sys/glsink/glimagesink.h:
5103         * sys/glsink/gltestsrc.c:
5104         * sys/glsink/gltestsrc.h:
5105         * sys/glsink/gstglbuffer.c:
5106         * sys/glsink/gstglbuffer.h:
5107         * sys/glsink/gstglconvert.c:
5108         * sys/glsink/gstgldisplay.c:
5109         * sys/glsink/gstgldisplay.h:
5110         * sys/glsink/gstgldownload.c:
5111         * sys/glsink/gstglfilter.c:
5112         * sys/glsink/gstglfilter.h:
5113         * sys/glsink/gstglfilterexample.c:
5114         * sys/glsink/gstgltestsrc.c:
5115         * sys/glsink/gstgltestsrc.h:
5116         * sys/glsink/gstglupload.c:
5117         * sys/glsink/gstopengl.c:
5118           Remove glimagesink, as it's been moved to gst-plugins-gl.
5119           Fixes #516094.
5120
5121 2008-02-12  Wim Taymans  <wim.taymans@collabora.co.uk>
5122
5123         Patch by: Josep Torra Valles <josep@fluendo.com>
5124
5125         * gst/h264parse/gsth264parse.c: (gst_h264_parse_chain_reverse):
5126         Fix potential buffer leak in reverse mode. Fixes #516061.
5127
5128 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5129
5130         * sys/dshowdecwrapper/gstdshowaudiodec.c:
5131         (gst_dshowaudiodec_dispose):
5132         * sys/dshowdecwrapper/gstdshowvideodec.c:
5133         (gst_dshowvideodec_dispose):
5134         Chain up dispose methods properly. Fixes bug #515970.
5135
5136 2008-02-12  Wim Taymans  <wim.taymans@collabora.co.uk>
5137
5138         * gst/mpegvideoparse/mpegvideoparse.c:
5139         (mpegvideoparse_handle_sequence), (mpegvideoparse_drain_avail),
5140         (gst_mpegvideoparse_change_state):
5141         Fix leaking caps.
5142         Fix potential buffer leak in forward mode.
5143         Cleanup queues when going to READY. Fixes #515815.
5144
5145 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5146
5147         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5148         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5149         * docs/plugins/inspect/plugin-gio.xml:
5150         Remove documentation for the GIO plugin as it was moved to
5151         gst-plugins-base. Fixes bug #515964.
5152
5153 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5154
5155         * ext/xvid/gstxvidenc.c:
5156         * gst/vmnc/vmncdec.c:
5157         * sys/glsink/glimagesink.c:
5158         * sys/glsink/gstgldisplay.c:
5159         Fix some finalize leaks by chaining up to the parent method.
5160         Fixes: #515919
5161
5162 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5163
5164         * tests/check/elements/souphttpsrc.c:
5165         Include glib/gprintf.h for g_vasprintf(). Fixes bug #515564.
5166
5167 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5168
5169         * gst/librfb/gstrfbsrc.c: (gst_rfb_src_dispose):
5170         Free the rfb decoder on finalize. Fixes bug #515721.
5171
5172 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5173
5174         * sys/fbdev/gstfbdevsink.c: (gst_fbdevsink_class_init),
5175         (gst_fbdevsink_finalize):
5176         Free the device string in finalize. Fixes bug #515722.
5177
5178 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5179
5180         * ext/xvid/gstxvidenc.c: (gst_xvidenc_init):
5181         Unset GValues after using them. Fixes bug #515720.
5182
5183 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5184
5185         * tests/check/Makefile.am:
5186         Disable the dvb plugin for the states test. Fixes bug #515567.
5187
5188 2008-02-10  Edgard Lima,,,,  <edgard.lima@indt.org.br>
5189
5190         * ext/metadata/TODO:
5191         * ext/metadata/metadata_mapping.htm:
5192         * ext/metadata/metadataexif.c:
5193         * ext/metadata/metadatatags.c:
5194         * ext/metadata/metadatatags.h:
5195         * tests/icles/metadata_editor.c:
5196           Revert changes to 2008-02-09 due to frozen.
5197
5198 2008-02-10  Jan Schmidt  <jan.schmidt@sun.com>
5199
5200         * ext/ivorbis/vorbisfile.c:
5201         Trivial fix for build warning.
5202         Patch by: Josep Torra Valles <josep@fluendo.com>
5203         Fixes: #515588
5204
5205 2008-02-10  Edgard Lima  <edgard.lima@indt.org.br>
5206
5207         * ext/metadata/TODO:
5208         * ext/metadata/metadataexif.c:
5209           Convert from EXIF to XMP DataTime as local time.
5210
5211 2008-02-10  Edgard Lima  <edgard.lima@indt.org.br>
5212
5213         * ext/metadata/TODO:
5214         * ext/metadata/metadata_mapping.htm:
5215         * ext/metadata/metadataexif.c:
5216         * ext/metadata/metadatatags.c:
5217         * ext/metadata/metadatatags.h:
5218         * tests/icles/metadata_editor.c:
5219           Map Date-Time and GPS tags.
5220           
5221
5222 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
5223
5224         * gst/selector/Makefile.am:
5225
5226         Listing the marshal.h in the nodist_HEADERS breaks distcheck, so
5227         let's not do that
5228
5229         * tests/check/Makefile.am:
5230         Disable the crashing cdaudio plugin from the states test so I can make
5231         pre-releases.
5232
5233 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
5234
5235         * win32/vs6/libgstdshowdecwrapper.dsp:
5236         * win32/vs6/libgstflv.dsp:
5237         Convert to DOS line endings, and set -kb
5238
5239 2008-02-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5240
5241         * sys/dvb/Makefile.am:
5242         * sys/dvb/dvbbasebin.c:
5243         Add URI Handler for dvb.
5244         Re-order pad templates to workaround a bug in playbasebin.
5245         * sys/dvb/parsechannels.c:
5246         * sys/dvb/parsechannels.h:
5247         Add code to parse channels from zap-style channels.conf files.
5248
5249 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5250
5251         * configure.ac:
5252         * docs/plugins/Makefile.am:
5253         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5254         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5255         * docs/plugins/gst-plugins-bad-plugins.args:
5256         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
5257         * docs/plugins/inspect/plugin-multifile.xml:
5258         * gst/multifile/Makefile.am:
5259         * gst/multifile/gstmultifile.c:
5260         * gst/multifile/gstmultifilesink.c:
5261         * gst/multifile/gstmultifilesink.h:
5262         * gst/multifile/gstmultifilesrc.c:
5263         * gst/multifile/gstmultifilesrc.h:
5264         * gst/multifile/multifile.vproj:
5265         * tests/check/Makefile.am:
5266         * tests/check/elements/multifile.c:
5267
5268         Remove multifile plugin, which has moved to -good
5269
5270 2008-02-07  David Schleef  <ds@schleef.org>
5271
5272         * gst/multifile/gstmultifilesink.c:
5273         * gst/multifile/gstmultifilesrc.c:
5274           Use g_file_[sg]et_contents() instead of using stdio functions.
5275           Should be less error prone.
5276         * tests/check/elements/multifile.c:
5277           Create a temporary directory using standard functions instead of
5278           creating a directory in the current dir.
5279
5280 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5281
5282         * configure.ac:
5283         * docs/plugins/Makefile.am:
5284         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5285         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5286         * docs/plugins/gst-plugins-bad-plugins.args:
5287         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
5288         * docs/plugins/inspect/plugin-spectrum.xml:
5289         * gst/spectrum/.cvsignore:
5290         * gst/spectrum/Makefile.am:
5291         * gst/spectrum/README:
5292         * gst/spectrum/demo-audiotest.c:
5293         * gst/spectrum/demo-osssrc.c:
5294         * gst/spectrum/gstspectrum.c:
5295         * gst/spectrum/gstspectrum.h:
5296         * gst/spectrum/spectrum.vcproj:
5297         * tests/check/Makefile.am:
5298         * tests/check/elements/spectrum.c:
5299
5300         Remove spectrum plugin, which has moved to -good
5301
5302 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5303
5304         * docs/plugins/gst-plugins-bad-plugins.args:
5305         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
5306         * docs/plugins/gst-plugins-bad-plugins.interfaces:
5307         Remove equalizer plugin docs
5308
5309         * tests/check/Makefile.am:
5310         Add GST_OPTION_CFLAGS, to get -Werror -Wall into the tests as for
5311         other modules.
5312
5313         * tests/check/elements/multifile.c:
5314         * tests/check/elements/rganalysis.c:
5315         * tests/check/elements/rglimiter.c:
5316
5317         Fix compiler warnings from -Wall -Werror
5318
5319 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5320
5321         * configure.ac:
5322         * docs/plugins/Makefile.am:
5323         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5324         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5325         * docs/plugins/inspect/plugin-equalizer.xml:
5326         * gst/equalizer/.cvsignore:
5327         * gst/equalizer/Makefile.am:
5328         * gst/equalizer/demo.c:
5329         * gst/equalizer/gstiirequalizer.c:
5330         * gst/equalizer/gstiirequalizer.h:
5331         * gst/equalizer/gstiirequalizer10bands.c:
5332         * gst/equalizer/gstiirequalizer10bands.h:
5333         * gst/equalizer/gstiirequalizer3bands.c:
5334         * gst/equalizer/gstiirequalizer3bands.h:
5335         * gst/equalizer/gstiirequalizernbands.c:
5336         * gst/equalizer/gstiirequalizernbands.h:
5337         * tests/check/Makefile.am:
5338         * tests/check/elements/.cvsignore:
5339         * tests/check/elements/equalizer.c:
5340
5341         Remove the equalizer plugin, which has moved to -good
5342
5343 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5344
5345         * configure.ac:
5346         Make DISABLE_DEPRECATED defined *only* during CVS, not during
5347         pre-releases or releases.
5348
5349 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5350
5351         * docs/plugins/Makefile.am:
5352         Don't scan deleted xingmux header.
5353
5354 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5355
5356         * configure.ac:
5357         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5358         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5359         * docs/plugins/inspect/plugin-xingheader.xml:
5360         * gst/xingheader/Makefile.am:
5361         * gst/xingheader/gstxingmux.c:
5362         * gst/xingheader/gstxingmux.h:
5363         * tests/check/Makefile.am:
5364         * tests/check/elements/.cvsignore:
5365         * tests/check/elements/xingmux.c:
5366         * tests/check/elements/xingmux_testdata.h:
5367         Remove the xingmux plugin, as the element has moved into
5368         mpegaudioparse in -ugly.
5369
5370 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5371
5372         * docs/plugins/Makefile.am:
5373         Remove mention of non-existent headers to fix the build.
5374
5375 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5376
5377         * configure.ac:
5378         * ext/Makefile.am:
5379         * ext/gio/Makefile.am:
5380         * ext/gio/gstgio.c:
5381         * ext/gio/gstgio.h:
5382         * ext/gio/gstgiobasesink.c:
5383         * ext/gio/gstgiobasesink.h:
5384         * ext/gio/gstgiobasesrc.c:
5385         * ext/gio/gstgiobasesrc.h:
5386         * ext/gio/gstgiosink.c:
5387         * ext/gio/gstgiosink.h:
5388         * ext/gio/gstgiosrc.c:
5389         * ext/gio/gstgiosrc.h:
5390         * ext/gio/gstgiostreamsink.c:
5391         * ext/gio/gstgiostreamsink.h:
5392         * ext/gio/gstgiostreamsrc.c:
5393         * ext/gio/gstgiostreamsrc.h:
5394         * tests/check/Makefile.am:
5395         * tests/check/pipelines/.cvsignore:
5396         * tests/check/pipelines/gio.c:
5397
5398         Remove GIO plugin which has now moved to -base.
5399
5400 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5401
5402         * docs/plugins/Makefile.am:
5403         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5404         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5405         * docs/plugins/gst-plugins-bad-plugins.args:
5406         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
5407         * gst/filter/Makefile.am:
5408         * gst/filter/filter.vcproj:
5409         * gst/filter/gstbpwsinc.c:
5410         * gst/filter/gstbpwsinc.h:
5411         * gst/filter/gstfilter.c:
5412         * gst/filter/gstfilter.h:
5413         * gst/filter/gstlpwsinc.c:
5414         * gst/filter/gstlpwsinc.h:
5415         * tests/check/Makefile.am:
5416         * tests/check/elements/bpwsinc.c:
5417         * tests/check/elements/lpwsinc.c:
5418
5419         Remove lpwsinc and bpwsinc elements - they've become
5420         audiowsinclimit and audiowsincband respectively, in the
5421         gst-plugins-good audiofx plugin.
5422
5423 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
5424
5425         * ext\neon\gstneonhttpsrc.c:
5426         Include unistd.h only if _HAVE_UNISTD_H is defined
5427         * gst\mpegvideoparse\mpegvideoparse.c:
5428         Use G_GUINT64_CONSTANT GLIB macro for constant
5429         * sys\dshowsrcwrapper\gstdshowaudiosrc.c:
5430         * sys\dshowsrcwrapper\gstdshowvideosrc.c:
5431         * sys\dshowdecwrapper\gstdshowaudiodec.c:
5432         * sys\dshowdecwrapper\gstdshowaudiodec.h:
5433         * sys\dshowdecwrapper\gstdshowdecwrapper.c:
5434         * sys\dshowdecwrapper\gstdshowdecwrapper.h:
5435         * sys\dshowdecwrapper\gstdshowvideodec.c
5436         * sys\dshowdecwrapper\gstdshowvideodec.h:
5437         Add a DirectShow decoder wrapper.
5438         * win32\MANIFEST:
5439         Add new win32 files to MANIFEST
5440         * win32\vs6\gst_plugins_bad.dsw:
5441         * win32\vs6\libgstdshow.dsp:
5442         * win32\vs6\libgstdshowdecwrapper.dsp:
5443         * win32\vs6\libgstflv.dsp:
5444         Add new projects to bad workspace
5445
5446 2008-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5447
5448         * gst/mpegtsparse/mpegtspacketizer.c:
5449         Parse component descriptor.
5450         * gst/mpegtsparse/mpegtsparse.c:
5451         Add SI pids to every program (but hardcoded currently).
5452
5453 2008-02-07  Edgard Lima  <edgard.lima@indt.org.br>
5454
5455         * ext/metadata/metadata_mapping.htm:
5456         * ext/metadata/metadataexif.c:
5457         * ext/metadata/metadatatags.c:
5458         * ext/metadata/metadatatags.h:
5459         * tests/icles/metadata_editor.c:
5460         * tests/icles/metadata_editor.glade:
5461           Add more tags. Improve test app.
5462
5463 2008-02-07  Stefan Kost  <ensonic@users.sf.net>
5464
5465         * gst/multifile/gstmultifilesink.c:
5466           Add a fixme comment.
5467
5468         * gst/selector/gstoutputselector.c:
5469           Fix same leak as in input-selector.
5470
5471         * tests/icles/output-selector-test.c:
5472           Improve the test.
5473
5474 2008-02-07  Stefan Kost  <ensonic@users.sf.net>
5475
5476         * gst/spectrum/gstspectrum.c:
5477           Improve the docs.
5478
5479 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5480
5481         * configure.ac:
5482           The dc1394 plugin seems to use API that was removed or changed
5483           before the final 2.0.0 release, so only build it if 2.0.0-rc5
5484           is available. Someone needs to port it to the final API.
5485
5486         * ext/dc1394/gstdc1394.c: (gst_dc1394_change_camera_transmission):
5487           Include string.h for memcpy and use g_usleep instead of usleep.
5488
5489 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
5490
5491         * gst/filter/gstlpwsinc.c:
5492         Fix typo in the long description of the element.
5493
5494 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5495
5496         * gst/xingheader/Makefile.am:
5497         Put CFLAGS and LIBS in the right order
5498
5499 2008-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5500
5501         * configure.ac:
5502           ximagesrc has moved to -good, so no need to check for
5503           the required X libs here any more.
5504
5505 2008-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
5506
5507         Patch by: Wouter Cloetens <wouter at mind dot be>
5508
5509         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_chunk_cb),
5510         (gst_soup_http_src_create):
5511         Fix memory leak and improve debugging a bit.
5512
5513 2008-02-05  Edgard Lima  <edgard.lima@indt.org.br>
5514
5515         * ext/metadata/metadata_mapping.htm:
5516         * ext/metadata/metadataexif.c:
5517         * ext/metadata/metadatatags.c:
5518         * ext/metadata/metadatatags.h:
5519           Add more tags mapping.
5520
5521 2008-02-05  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5522
5523         * gst/mpegtsparse/mpegtsparse.c:
5524         Handle latency queries in src pads.
5525
5526 2008-02-05  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5527
5528         * gst/mpegtsparse/mpegtspacketizer.c:
5529         Add flag to both sdt and nit structures to say
5530         whether the table is for the actual network/ts
5531         or not.
5532
5533 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
5534
5535         Patch by: Josep Torra Valles <josep@fluendo.com>
5536
5537         * gst/mpegvideoparse/mpegvideoparse.c: (gst_mpegvideoparse_flush):
5538         Flush packetizer too.
5539
5540 2008-02-04  Sebastian Dröge  <slomo@circular-chaos.org>
5541
5542         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init),
5543         (gst_ladspa_class_init), (ladspa_describe_plugin), (plugin_init):
5544         Don't use GST_BOILERPLATE as the stuff generated from it is not used
5545         anyway and can't be used.
5546         Store the class struct of the correct type in parent_class.
5547         Pass the LADSPA_Descriptor as class_data to the class_init function
5548         as preparation for the time, when we can add pad templates and friends
5549         in class_init and add a FIXME for that.
5550         Don't use a custom hash table for passing the LADSPA_Descriptors to
5551         base_init but use g_type_set_qdata and g_type_get_qdata.
5552
5553 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
5554
5555         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
5556         Really fix the build.
5557         TODO : Apply spankOmatic2000 on thaytan's rear end.
5558
5559 2008-02-04  Tim-Philipp Müller  <tim at centricular dot net>
5560
5561         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
5562           (GstMpeg2EncPictureReader.StreamPictureParams):
5563           Fix compilation with libmjpegtools 1.8.x.
5564
5565 2008-02-04  Sebastian Dröge  <slomo@circular-chaos.org>
5566
5567         * ext/ladspa/gstsignalprocessor.c:
5568         (gst_signal_processor_class_add_pad_template):
5569         Don't unref the pad template after adding it.
5570         gst_element_class_add_pad_template takes ownership of it.
5571
5572 2008-02-03  Jan Schmidt  <jan.schmidt@sun.com>
5573
5574         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
5575         Use the incoming pixel-aspect-ratio if provided to infer a 
5576         default aspect ratio, which can be overridden using the 'aspect'
5577         property.
5578
5579         Fixes: #499008
5580
5581 2008-02-03  Sebastian Dröge  <slomo@circular-chaos.org>
5582
5583         Patch by: Andrzej Mendel <andrzej dot mendel at gmail dot com>
5584
5585         * configure.ac:
5586         Fix variable naming to make it possible to build the glimagesink
5587         plugin. Fixes bug #514093.
5588
5589 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5590
5591         * ext/metadata/gstmetadatademux.c:
5592           Demote metadatademux to GST_RANK_NONE for the release, it's not
5593           ready to be autoplugged yet.
5594
5595         * tests/icles/metadata_editor.c:
5596           Fix printf format warning for GType on ppc32 by removing it,
5597           since it doesn't make sense to print the GType value anyway.
5598
5599 2008-02-02  Edgard Lima  <edgard.lima@indt.org.br>
5600
5601         * ext/metadata/TODO:
5602         * ext/metadata/gstmetadatamux.c:
5603         * ext/metadata/metadata_mapping.htm:
5604         * ext/metadata/metadataexif.c:
5605         * ext/metadata/metadatatags.c:
5606         * ext/metadata/metadatatags.h:
5607           Map more Exif tags.
5608
5609 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
5610
5611         * gst/selector/gstinputselector.c: (gst_selector_pad_event):
5612         Don't leak event on pads that are not linked. Fixes #512826.
5613
5614 2008-02-01  Tim-Philipp Müller  <tim at centricular dot net>
5615
5616         * configure.ac:
5617           Bump core/base requirements to released versions, to avoid confusion.
5618
5619         * gst/deinterlace/Makefile.am:
5620         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_set_caps):
5621           Use the new GstVideoFormat API to get strides, plane offsets etc..
5622           For Y42B we still need to calculate these ourselves, since the lib
5623           in -base doesn't know about this format yet and we can't bump the
5624           requirement to CVS right now. Fix the Y42B stride, offset and size
5625           calculations for odd widths and heights while we're at it though
5626           (to match those in videotestsrc).
5627
5628 2008-01-31  Edgard Lima  <edgard.lima@indt.org.br>
5629
5630         * ext/metadata/metadata_mapping.htm:
5631         * ext/metadata/metadataexif.c:
5632         * ext/metadata/metadataiptc.c:
5633         * ext/metadata/metadatatags.c:
5634         * ext/metadata/metadatatags.h:
5635         * ext/metadata/metadataxmp.c:
5636           Add documentation.
5637
5638 2008-01-31  Wim Taymans  <wim.taymans@collabora.co.uk>
5639
5640         * ext/metadata/metadataparsejpeg.c: (metadataparse_jpeg_reading):
5641         Fix compilation.
5642
5643 2008-01-31  Wim Taymans  <wim.taymans@collabora.co.uk>
5644
5645         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_dispose):
5646         Really clean up the queue instead of just unreffing all buffers
5647         in it.
5648
5649         * gst-libs/gst/app/gstappsrc.c: (gst_app_src_base_init),
5650         (gst_app_src_class_init), (gst_app_src_init),
5651         (gst_app_src_dispose), (gst_app_src_finalize):
5652         Fix dispose/finalize.
5653
5654 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
5655
5656         * ext/faad/gstfaad.c: (gst_faad_chanpos_to_gst):
5657         Fix compiler warning by making the function signature match what
5658         everyone is passing in...
5659
5660         * tests/icles/Makefile.am:
5661         Fix the build on Solaris by removing GNU ld specific flags that
5662         look unnecessary.
5663
5664 2008-01-31  Sebastian Dröge  <slomo@circular-chaos.org>
5665
5666         * ext/metadata/Makefile.am:
5667         Add some relevant variables to CFLAGS and LIBADD, for example our
5668         compiler warnings paramters.
5669
5670         * ext/metadata/gstbasemetadata.c:
5671         (gst_base_metadata_strip_push_buffer),
5672         (gst_base_metadata_calculate_offsets),
5673         (gst_base_metadata_src_event), (gst_base_metadata_sink_activate):
5674         * ext/metadata/gstmetadatademux.c: (gst_metadata_demux_init),
5675         (gst_metadata_demux_set_property), (gst_metadata_demux_dispose):
5676         * ext/metadata/gstmetadatamux.c: (gst_metadata_mux_init),
5677         (gst_metadata_mux_set_property), (gst_metadata_mux_get_property),
5678         (gst_metadata_mux_dispose),
5679         (gst_metadata_mux_create_chunks_from_tags):
5680         * ext/metadata/metadata.c: (metadata_dispose):
5681         * ext/metadata/metadataexif.c:
5682         (metadataparse_exif_content_foreach_entry_func),
5683         (metadatamux_exif_for_each_tag_in_list):
5684         * ext/metadata/metadataiptc.c:
5685         (metadatamux_iptc_for_each_tag_in_list):
5686         * ext/metadata/metadatamuxjpeg.c: (metadatamux_jpeg_lazy_update),
5687         (metadatamux_jpeg_reading):
5688         * ext/metadata/metadatamuxpng.c: (metadatamux_png_reading):
5689         * ext/metadata/metadataparsejpeg.c: (metadataparse_jpeg_reading):
5690         * ext/metadata/metadataparsepng.c:
5691         * ext/metadata/metadataparseutil.h:
5692         * ext/metadata/metadataxmp.c: (metadataparse_xmp_tag_list_add),
5693         (metadatamux_xmp_create_chunk_from_tag_list):
5694         Fix a million warnings that showed up after the above change.
5695
5696 2008-01-31  Sebastian Dröge  <slomo@circular-chaos.org>
5697
5698         * ext/soup/gstsouphttpsrc.c: (_do_init),
5699         (gst_soup_http_src_base_init), (gst_soup_http_src_class_init),
5700         (gst_soup_http_src_init), (gst_soup_http_src_dispose),
5701         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property),
5702         (gst_soup_http_src_unicodify), (gst_soup_http_src_cancel_message),
5703         (gst_soup_http_src_queue_message),
5704         (gst_soup_http_src_add_range_header),
5705         (gst_soup_http_src_session_unpause_message),
5706         (gst_soup_http_src_session_pause_message),
5707         (gst_soup_http_src_session_close),
5708         (gst_soup_http_src_got_headers_cb),
5709         (gst_soup_http_src_got_body_cb), (gst_soup_http_src_finished_cb),
5710         (gst_soup_http_src_got_chunk_cb), (gst_soup_http_src_response_cb),
5711         (gst_soup_http_src_parse_status), (gst_soup_http_src_create),
5712         (gst_soup_http_src_start), (gst_soup_http_src_stop),
5713         (gst_soup_http_src_unlock), (gst_soup_http_src_unlock_stop),
5714         (gst_soup_http_src_get_size), (gst_soup_http_src_is_seekable),
5715         (gst_soup_http_src_do_seek), (gst_soup_http_src_set_location),
5716         (gst_soup_http_src_set_proxy), (gst_soup_http_src_uri_get_type),
5717         (gst_soup_http_src_uri_get_protocols),
5718         (gst_soup_http_src_uri_get_uri), (gst_soup_http_src_uri_set_uri),
5719         (gst_soup_http_src_uri_handler_init), (plugin_init):
5720         Add changes to gstsouphttpsrc.c that were missing from last commit.
5721
5722 2008-01-31  Sebastian Dröge  <slomo@circular-chaos.org>
5723
5724         Patch by: Wouter Cloetens <wouter at mind dot be>
5725
5726         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5727         * docs/plugins/gst-plugins-bad-plugins.args:
5728         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
5729         * docs/plugins/gst-plugins-bad-plugins.interfaces:
5730         * docs/plugins/inspect/plugin-soup.xml:
5731         (gst_soup_http_src_base_init), (gst_soup_http_src_class_init),
5732         (gst_soup_http_src_init), (gst_soup_http_src_dispose),
5733         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property),
5734         (gst_soup_http_src_unicodify), (gst_soup_http_src_cancel_message),
5735         (gst_soup_http_src_queue_message),
5736         (gst_soup_http_src_add_range_header),
5737         (gst_soup_http_src_session_unpause_message),
5738         (gst_soup_http_src_session_pause_message),
5739         (gst_soup_http_src_session_close),
5740         (gst_soup_http_src_got_headers_cb),
5741         (gst_soup_http_src_got_body_cb), (gst_soup_http_src_finished_cb),
5742         (gst_soup_http_src_got_chunk_cb), (gst_soup_http_src_response_cb),
5743         (gst_soup_http_src_parse_status), (gst_soup_http_src_create),
5744         (gst_soup_http_src_start), (gst_soup_http_src_stop),
5745         (gst_soup_http_src_unlock), (gst_soup_http_src_unlock_stop),
5746         (gst_soup_http_src_get_size), (gst_soup_http_src_is_seekable),
5747         (gst_soup_http_src_do_seek), (gst_soup_http_src_set_location),
5748         (gst_soup_http_src_set_proxy), (gst_soup_http_src_uri_get_type),
5749         (gst_soup_http_src_uri_get_protocols),
5750         (gst_soup_http_src_uri_get_uri), (gst_soup_http_src_uri_set_uri),
5751         (gst_soup_http_src_uri_handler_init), (plugin_init):
5752         * ext/soup/gstsouphttpsrc.h:
5753         Make coding style more consistent, including class renaming.
5754
5755 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
5756
5757         * configure.ac:
5758         Fix configure check for soundtouch to not produce syntax errors.
5759
5760 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
5761
5762         * configure.ac:
5763         * ext/metadata/metadataxmp.c:
5764         (metadatamux_xmp_for_each_tag_in_list):
5765         Fix build with exempi >= 1.99.5 and fix the include
5766         path for exempi.
5767
5768 2008-01-30  Edgard Lima  <edgard.lima@indt.org.br>
5769
5770         * ext/metadata/TODO:
5771           Just uptade the ToDo list.
5772
5773 2008-01-30  Edgard Lima  <edgard.lima@indt.org.br>
5774
5775         * ext/metadata/gstbasemetadata.c:
5776         * ext/metadata/metadatamuxjpeg.c:
5777         * ext/metadata/metadatamuxpng.c:
5778         * ext/metadata/metadataparsejpeg.c:
5779         * ext/metadata/metadatatypes.c:
5780         * ext/metadata/metadatatypes.h:
5781         * ext/metadata/metadataxmp.c:
5782           Add documentation. Speed up a bit png muxer. Fix xmp muxer.
5783
5784 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
5785
5786         Patch by: Wouter Cloetens <wouter at mind dot be>
5787
5788         * ext/soup/gstsouphttpsrc.c:
5789         Update documentation a bit.
5790
5791         * docs/plugins/gst-plugins-bad-plugins.args:
5792         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
5793         * docs/plugins/gst-plugins-bad-plugins.interfaces:
5794         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
5795         * docs/plugins/inspect/plugin-alsaspdif.xml:
5796         * docs/plugins/inspect/plugin-dvb.xml:
5797         * docs/plugins/inspect/plugin-filter.xml:
5798         * docs/plugins/inspect/plugin-glimagesink.xml:
5799         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
5800         * docs/plugins/inspect/plugin-quicktime.xml:
5801         * docs/plugins/inspect/plugin-rawparse.xml:
5802         * docs/plugins/inspect/plugin-replaygain.xml:
5803         * docs/plugins/inspect/plugin-sdl.xml:
5804         * docs/plugins/inspect/plugin-soundtouch.xml:
5805         * docs/plugins/inspect/plugin-soup.xml:
5806         * docs/plugins/inspect/plugin-spcdec.xml:
5807         * docs/plugins/inspect/plugin-spectrum.xml:
5808         * docs/plugins/inspect/plugin-speed.xml:
5809         * docs/plugins/inspect/plugin-speexresample.xml:
5810         * docs/plugins/inspect/plugin-switch.xml:
5811         * docs/plugins/inspect/plugin-videocrop.xml:
5812         Regenerate everything for the documentation changes we had.
5813
5814 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
5815
5816         * ext/gio/gstgiobasesink.c: (close_stream_cb),
5817         (gst_gio_base_sink_stop), (gst_gio_base_sink_event),
5818         (gst_gio_base_sink_render), (gst_gio_base_sink_set_stream):
5819         * ext/gio/gstgiobasesrc.c: (close_stream_cb),
5820         (gst_gio_base_src_stop), (gst_gio_base_src_create),
5821         (gst_gio_base_src_set_stream):
5822         Use async variants of the close stream functions to prevent blocking
5823         for a long time there and add some more sanity checks for a correct
5824         stream.
5825
5826 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
5827
5828         * tests/icles/Makefile.am:
5829         Move -Wl parameter from _LDADD to _LDFLAGS to fix autogen.sh.
5830
5831 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
5832
5833         Patch by: Wouter Cloetens <wouter at mind dot be>
5834
5835         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_init):
5836         Let the proxy property default to the content of the $http_proxy
5837         environment variable.
5838
5839 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
5840
5841         Patch by: Wouter Cloetens <wouter at mind dot be>
5842
5843         * tests/check/test-cert.pem:
5844         * tests/check/test-key.pem:
5845         Add missing files for the unit test.
5846
5847 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
5848
5849         Patch by: Wouter Cloetens <wouter at mind dot be>
5850
5851         * docs/plugins/Makefile.am:
5852         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5853         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5854         Add souphttpsrc to the docs.
5855
5856         * configure.ac:
5857         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_class_init),
5858         (gst_souphttp_src_init), (gst_souphttp_src_dispose),
5859         (gst_souphttp_src_set_property), (gst_souphttp_src_get_property),
5860         (gst_souphttp_src_cancel_message),
5861         (gst_souphttp_src_queue_message),
5862         (gst_souphttp_src_add_range_header),
5863         (gst_souphttp_src_session_unpause_message),
5864         (gst_souphttp_src_session_pause_message),
5865         (gst_souphttp_src_session_close),
5866         (gst_souphttp_src_got_headers_cb), (gst_souphttp_src_got_body_cb),
5867         (gst_souphttp_src_finished_cb), (gst_souphttp_src_got_chunk_cb),
5868         (gst_souphttp_src_response_cb), (gst_souphttp_src_parse_status),
5869         (gst_souphttp_src_create), (gst_souphttp_src_start),
5870         (gst_souphttp_src_stop), (gst_souphttp_src_unlock),
5871         (gst_souphttp_src_unlock_stop), (gst_souphttp_src_get_size),
5872         (gst_souphttp_src_is_seekable), (gst_souphttp_src_do_seek),
5873         (gst_souphttp_src_set_location), (gst_souphttp_src_set_proxy),
5874         (plugin_init):
5875         * ext/soup/gstsouphttpsrc.h:
5876         Add support for libsoup2.4 and require it. Also implement redirection
5877         and manual proxy specification. Fixes bug #510708.
5878
5879         * tests/check/Makefile.am:
5880         * tests/check/elements/.cvsignore:
5881         * tests/check/elements/souphttpsrc.c:
5882         Add unit test for souphttpsrc.
5883
5884 2008-01-30  Edgard Lima  <edgard.lima@indt.org.br>
5885
5886         * ext/Makefile.am:
5887         * ext/metadata/TODO:
5888         * ext/metadata/gstbasemetadata.c:
5889         * ext/metadata/gstbasemetadata.h:
5890         * ext/metadata/metadatamuxjpeg.c:
5891         * ext/metadata/metadatamuxjpeg.h:
5892         * ext/metadata/metadatamuxpng.c:
5893         * ext/metadata/metadatamuxpng.h:
5894         * ext/metadata/metadataparsejpeg.c:
5895         * ext/metadata/metadataparsepng.c:
5896         * tests/icles/Makefile.am:
5897           Add documentation. Fix test app compilation. Fix pull mode.
5898
5899 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
5900
5901         Patch by: Thijs Vermeir  <thijsvermeir at gmail dot com>
5902
5903         * gst/rtpmanager/gstrtpjitterbuffer.c:
5904         (gst_rtp_jitter_buffer_chain):
5905         Try to get the new clock-rate from the buffer caps when we receive a new
5906         payload type instead of always firing the signal. Fixes #512774.
5907
5908 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
5909
5910         * ext/mpeg2enc/gstmpeg2enc.cc:
5911         Define LOG_NONE and friends if they're not defined yet. mjpegtools
5912         1.9.0rc3 removed their definitions but without it doesn't make much
5913         sense to write a log handler.
5914
5915 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
5916
5917         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5918         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5919         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
5920         * docs/plugins/gst-plugins-bad-plugins.types:
5921           Add base classes for metadata and equalizer (no introspection yet).
5922
5923 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
5924
5925         * ext/metadata/README:
5926           Formatting.
5927         * tests/icles/metadata_editor.c:
5928           Include stdlib.h.
5929
5930 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
5931
5932         * configure.ac:
5933         * docs/plugins/Makefile.am:
5934         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5935         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5936         * docs/plugins/gst-plugins-bad-plugins.args:
5937         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
5938         * docs/plugins/gst-plugins-bad-plugins.interfaces:
5939         * docs/plugins/gst-plugins-bad-plugins.signals:
5940         * docs/plugins/inspect/plugin-metadata.xml:
5941         * docs/plugins/inspect/plugin-selector.xml:
5942         * docs/plugins/inspect/plugin-soundtouch.xml:
5943         * docs/plugins/inspect/plugin-switch.xml:
5944         * gst/selector/.cvsignore:
5945         * gst/selector/Makefile.am:
5946         * gst/selector/gstinputselector.c:
5947         * gst/selector/gstinputselector.h:
5948         * gst/selector/gstoutputselector.c:
5949         * gst/selector/gstoutputselector.h:
5950         * gst/selector/gstselector-marshal.list:
5951         * gst/selector/gstselector.c:
5952         * gst/selector/selector.vcproj:
5953         * gst/switch/.cvsignore:
5954         * gst/switch/Makefile.am:
5955         * gst/switch/gstswitch-marshal.list:
5956         * gst/switch/gstswitch.c:
5957         * gst/switch/gstswitch.h:
5958         * gst/switch/switch.vcproj:
5959         * tests/icles/.cvsignore:
5960         * tests/icles/Makefile.am:
5961         * tests/icles/output-selector-test.c:
5962           Replace the switch plugin with the selector plugin. Add output-
5963           selector as the opposite of input-selectoo (was switch). Add a test
5964           for output-selector. Add docs for the elements. The vcproj needs
5965           update. Fixes #500142.
5966
5967 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
5968
5969         * gst/h264parse/gsth264parse.c: (gst_h264_parse_chain_forward):
5970           Try to avoid 'unused variable' compiler warning if debugging is
5971           disabled (not bullet proof, but seems to do for now). (#512654)
5972
5973 2008-01-28  Sebastian Dröge  <slomo@circular-chaos.org>
5974
5975         * ext/soundtouch/gstbpmdetect.cc:
5976         Clean up a bit and only allocate a temporary buffer for the data
5977         if processing stereo data as BPMDetect downmixes from stereo to
5978         mono and stores the result in the input data. Thanks to
5979         Stefan Kost for the suggestions.
5980
5981 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
5982
5983         * ext/soundtouch/gstpitch.cc:
5984         Cast a double to a GstClockTimeDiff to fix a compiler warning.
5985
5986 2008-01-27  Stefan Kost  <ensonic@users.sf.net>
5987
5988         * tests/icles/metadata_editor.c:
5989           Printf format fix.
5990
5991 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
5992
5993         * ext/soundtouch/gstpitch.cc:
5994         Don't send a LATENCY event for now until we get the usage right.
5995
5996 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
5997
5998         * ext/soundtouch/gstpitch.cc:
5999         * ext/soundtouch/gstpitch.hh:
6000         Implement LATENCY query and notify about latency changes.
6001         Unfortunately we don't have a fixed latency but it changes
6002         a bit with each buffer so we only send an LATENCY event with
6003         the maximum latency if it changes.
6004
6005         Always calculate the timestamp, duration, etc from the sample
6006         rate instead of using a pre-calculated duration for one sample
6007         to prevent large rounding errors.
6008
6009 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
6010
6011         Based on a patch by:
6012             Hans de Goede <j dot w dot r dot degoede at hhs dot nl>
6013
6014         * configure.ac:
6015         * ext/mpeg2enc/gstmpeg2encoder.cc:
6016         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
6017         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
6018         Add support for building against mjpegtools 1.9 while keeping
6019         compatiblity with older versions.
6020
6021 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
6022
6023         * ext/soundtouch/gstbpmdetect.cc:
6024         Only consider a BPM value above 1.0 as valid.
6025
6026 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
6027
6028         * ext/soundtouch/Makefile.am:
6029         * ext/soundtouch/gstbpmdetect.cc:
6030         * ext/soundtouch/gstbpmdetect.hh:
6031         * ext/soundtouch/plugin.c: (plugin_init):
6032         Add BPM detection plugin based on SoundTouch's libBPM.
6033
6034         * ext/soundtouch/gstpitch.cc:
6035         Allow sample rates until MAX instead of only 48kHz and remove the
6036         buffer-frames field from that caps.
6037         Clear the remaining samples completely when necessary to get into
6038         a clean state again.
6039
6040 2008-01-26  Sebastian Dröge  <slomo@circular-chaos.org>
6041
6042         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init):
6043         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init):
6044         Don't implement get_unit_size() ourselves, the GstAudioFilter base
6045         class already does this for us.
6046
6047 2008-01-26  Sebastian Dröge  <slomo@circular-chaos.org>
6048
6049         * ext/soundtouch/gstpitch.cc:
6050         Allow seeking only in TIME and DEFAULT format, other formats will
6051         not work as expected. Also handle a stop position of -1 correctly
6052         for seeks, newsegment events and the queries. This fixes playback
6053         with the pitch element if upstream doesn't know the duration or has
6054         -1 as stop position in NEWSEGMENT events for other reasons. Before
6055         simply nothing was played as the segment was going from 0 to 0.
6056
6057         Send a GST_MESSAGE_DURATION whenever the rate or tempo is changed
6058         so applications can update their cached duration. Fixes bug #503308.
6059
6060         Some random cleanup and memory leak closing.
6061
6062 2008-01-26  Sebastian Dröge  <slomo@circular-chaos.org>
6063
6064         * ext/musepack/gstmusepackdec.h:
6065         * ext/musepack/gstmusepackreader.c:
6066         First include the libmpcdec headers before everything else as they
6067         #define TRUE and FALSE unconditionally and we otherwise get conflicts
6068         with the ones that GLib defines.
6069
6070 2008-01-26  Sebastian Dröge  <slomo@circular-chaos.org>
6071
6072         * configure.ac:
6073         * ext/soundtouch/gstpitch.cc:
6074         Add support for libsoundtouch 1.3.1 and add an ugly workaround for
6075         the header definined PACKAGE and other variables for which we need
6076         our own values from config.h.
6077
6078 2008-01-26  Tim-Philipp Müller  <tim at centricular dot net>
6079
6080         * configure.ac:
6081           Check for libglade-2.0, for the metadata-editor example.
6082
6083         * tests/icles/Makefile.am:
6084           Only try to build the metadata-editor example if we have gtk and
6085           glade (otherwise the build would just fail ...); fix build in
6086           uninstalled setup.
6087
6088         * tests/icles/metadata_editor.c: (on_cell_edited), (ui_add_columns):
6089           Fix compiler warnings (use GLib macros to cast pointer <-> int).
6090
6091 2008-01-25  Edgard Lima  <edgard.lima@indt.org.br>
6092
6093         * ext/metadata/TODO:
6094         * ext/metadata/gstbasemetadata.c:
6095         * ext/metadata/metadata.c:
6096         * ext/metadata/metadata.h:
6097         * ext/metadata/metadataexif.c:
6098         * ext/metadata/metadataexif.h:
6099         * ext/metadata/metadataiptc.c:
6100         * ext/metadata/metadataiptc.h:
6101         * ext/metadata/metadataparsejpeg.c:
6102         * ext/metadata/metadataparsejpeg.h:
6103         * ext/metadata/metadataparsepng.c:
6104         * ext/metadata/metadataparsepng.h:
6105         * ext/metadata/metadataparseutil.c:
6106         * ext/metadata/metadataparseutil.h:
6107         * ext/metadata/metadatatags.c:
6108         * ext/metadata/metadatatags.h:
6109         * ext/metadata/metadatatypes.c:
6110         * ext/metadata/metadatatypes.h:
6111         * ext/metadata/metadataxmp.c:
6112         * ext/metadata/metadataxmp.h:
6113         * ext/metadata/test/Makefile:
6114         * ext/metadata/test/MetadataEditorMain.glade:
6115         * ext/metadata/test/metadata_editor.c:
6116         * tests/icles/Makefile.am:
6117         * tests/icles/metadata_editor.c:
6118         * tests/icles/metadata_editor.glade:
6119           Add lot of documentation.
6120
6121 2008-01-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6122
6123         * sys/dvb/gstdvbsrc.c:
6124         Open frontend in NULL->READY so caps about dvb adapter can be
6125         seen by the app.
6126
6127 2008-01-25  Wim Taymans  <wim.taymans@collabora.co.uk>
6128
6129         Patch by: Olivier Crete <tester@tester.ca>
6130
6131         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_associate),
6132         (create_stream), (payload_type_change), (new_ssrc_pad_found):
6133         Also handle lip-sync when the clock-rate is not provided with caps but
6134         with a signal.
6135
6136 2008-01-25  Wim Taymans  <wim.taymans@collabora.co.uk>
6137
6138         Patch by: Olivier Crete <tester@tester.ca>
6139
6140         * gst/rtpmanager/gstrtpjitterbuffer.c:
6141         (gst_jitter_buffer_sink_parse_caps), (gst_rtp_jitter_buffer_chain):
6142         * gst/rtpmanager/rtpjitterbuffer.c: (calculate_skew),
6143         (rtp_jitter_buffer_insert):
6144         * gst/rtpmanager/rtpjitterbuffer.h:
6145         Remove the fixed clock-rate from the jitterbuffer and extend it so that
6146         a clock-rate can be provided with each buffer instead. Fixes #511686.
6147
6148 2008-01-25  Wim Taymans  <wim.taymans@collabora.co.uk>
6149
6150         Patch by: Olivier Crete <tester@tester.ca>
6151
6152         * gst/rtpmanager/gstrtpjitterbuffer.c:
6153         (gst_rtp_jitter_buffer_init), (gst_rtp_jitter_buffer_change_state),
6154         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
6155         Remove old unused variable.
6156         Track pt on input buffers and get the clock-rate when it changes.
6157         Ignore packets with unknown clock-rate. Fixes #511146.
6158
6159 2008-01-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6160
6161         * sys/dvb/gstdvbsrc.c:
6162         Post bus message about adapter type and it's capabilities,
6163         when opening the frontend.
6164         After failing to read from the dvr, post a bus message to
6165         inform the app.
6166
6167 2008-01-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6168
6169         * gst/mpegtsparse/mpegtspacketizer.c:
6170         The logic for the guard interval calculation was totally wrong.
6171         Fixed.
6172
6173 2008-01-24  David Schleef  <ds@schleef.org>
6174
6175         Patch by: Olivier Crete <tester@tester.ca>
6176
6177         * gst/rtpmanager/rtpsource.c: Fix unref of buffer using the
6178           wrong function.  Fixes #511920
6179
6180 2008-01-24  Stefan Kost  <ensonic@users.sf.net>
6181
6182         * docs/plugins/Makefile.am:
6183         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6184         * docs/plugins/gst-plugins-bad-plugins.args:
6185         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
6186         * docs/plugins/gst-plugins-bad-plugins.interfaces:
6187         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
6188         * docs/plugins/gst-plugins-bad-plugins.signals:
6189           Now we have full hierarchy.
6190
6191         * docs/plugins/inspect/plugin-metadata.xml:
6192           Regenerate.
6193
6194         * ext/amrwb/gstamrwbdec.h:
6195           Add doc blob for object instance.
6196
6197 2008-01-24  Tim-Philipp Müller  <tim at centricular dot net>
6198
6199         * docs/plugins/gst-plugins-bad-plugins.args:
6200         * docs/plugins/inspect/plugin-metadata.xml:
6201           Update this too, hopefully fixes the docs build (does at least
6202           for me, after make clean in docs/plugins).
6203
6204 2008-01-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6205
6206         * gst/mpegtsparse/gstmpegdesc.h:
6207         * gst/mpegtsparse/mpegtspacketizer.c:
6208         Fix network name descriptor, the length is actually the
6209         descriptor length not stored in the byte after.
6210         Fix bounds checking to be more correct.
6211
6212 2008-01-23  Edgard Lima  <edgard.lima@indt.org.br>
6213
6214         * docs/plugins/Makefile.am:
6215         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6216         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6217         * ext/metadata/TODO:
6218         * ext/metadata/gstbasemetadata.c:
6219         * ext/metadata/gstbasemetadata.h:
6220         * ext/metadata/gstmetadatademux.c:
6221         * ext/metadata/gstmetadatademux.h:
6222         * ext/metadata/gstmetadatamux.c:
6223         * ext/metadata/gstmetadatamux.h:
6224         * ext/metadata/metadatatags.c:
6225           Add some documentation.
6226
6227 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6228
6229         * configure.ac:
6230         * ext/dts/gstdtsdec.c:
6231         Add support for building against libdca (with the libdts compat
6232         header). Fixes bug #511530.
6233
6234         Should probably be ported to libdca as some points as it's the
6235         successor of libdts.
6236
6237 2008-01-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6238
6239         * sys/dvb/gstdvbsrc.c:
6240         Do not go on forever if problem with reading from dvr, rather
6241         return NULL.
6242         Handle some cleanup issues of closing filedescriptors when
6243         failing to tune or similar.
6244
6245 2008-01-23 Christian Schaller <christian.schaller@collabora.co.uk>
6246
6247         * gst/rawparse/Makefile.am: Add missing header files to noinst_headers
6248         * gst-plugins-bad.spec: update for latest changes
6249
6250 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6251
6252         * docs/plugins/Makefile.am:
6253         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6254         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6255         * gst/xingheader/gstxingmux.c:
6256         * gst/xingheader/gstxingmux.h:
6257         Add documentation for the xingheader plugin.
6258
6259         * tests/check/elements/xingmux.c: (GST_START_TEST):
6260         Set element state to PLAYING before doing something else.
6261
6262 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6263
6264         * tests/check/Makefile.am:
6265         * tests/check/elements/.cvsignore:
6266         * tests/check/elements/xingmux.c: (setup_xingmux),
6267         (cleanup_xingmux), (GST_START_TEST), (xingmux_suite), (main):
6268         * tests/check/elements/xingmux_testdata.h:
6269         Add simple unit test for the xingmux element.
6270
6271         * gst/xingheader/gstxingmux.c: (generate_xing_header),
6272         (gst_xing_mux_finalize), (xing_reset):
6273         Fix a memleak and invalid seek tables with less than 100 MP3 frames.
6274
6275 2008-01-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6276
6277         * gst/mpegtsparse/gstmpegdesc.h:
6278         * gst/mpegtsparse/mpegtspacketizer.c:
6279         Parsed the satellite delivery system descriptor and
6280         added into nit's transport structure for delivery
6281         over the bus.
6282
6283 2008-01-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6284
6285         * gst/mpegtsparse/mpegtspacketizer.c:
6286         Parsed and added network name to the nit structure sent
6287         in the bus message.
6288
6289 2008-01-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6290
6291         * gst/mpegtsparse/mpegtspacketizer.c:
6292         Remove leaks introduced by not freeing g_strndup'd strings.
6293         Fix start_time and duration parsing in EIT.
6294
6295 2008-01-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6296
6297         * gst/mpegtsparse/mpegtspacketizer.c:
6298         Add event name and description to the eit structure
6299         sent in the bus message.
6300
6301 2008-01-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6302
6303         * gst/mpegtsparse/mpegtsparse.c:
6304         Revert const removal from previous commit.
6305
6306 2008-01-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6307
6308         * gst/mpegtsparse/Makefile.am:
6309         * gst/mpegtsparse/gstmpegdesc.c:
6310         * gst/mpegtsparse/gstmpegdesc.h:
6311         * gst/mpegtsparse/mpegtspacketizer.c:
6312         * gst/mpegtsparse/mpegtsparse.c:
6313         Added descriptor searching infrastructure from Fluendo TS demuxer.
6314         Add channel name and provider to the sdt structure sent in the
6315         bus message.
6316
6317 2008-01-22  Julien Moutte  <julien@fluendo.com>
6318
6319         * gst/h264parse/gsth264parse.c: (gst_h264_parse_chain_forward):
6320         Parse NAL units in forward mode to mark delta units flags.
6321
6322 2008-01-22  Stefan Kost  <ensonic@users.sf.net>
6323
6324         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6325         * docs/plugins/gst-plugins-bad-plugins.args:
6326         * docs/plugins/inspect/plugin-mpeg2enc.xml:
6327         * docs/plugins/inspect/plugin-musepack.xml:
6328           Regenerate.
6329   
6330         * docs/plugins/inspect/plugin-tremor.xml:
6331           Add vorbisidec aka trmor.
6332
6333         * ext/dc1394/gstdc1394.c:
6334           Add short description.
6335
6336 2008-01-22  Stefan Kost  <ensonic@users.sf.net>
6337
6338         * docs/plugins/Makefile.am:
6339           Add missing eol \
6340
6341         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6342           Place object names to standard sectionas plugin dont document those.
6343
6344         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6345         * docs/plugins/gst-plugins-bad-plugins.args:
6346         * docs/plugins/gst-plugins-bad-plugins.signals:
6347         * docs/plugins/inspect/plugin-dvb.xml:
6348         * docs/plugins/inspect/plugin-nuvdemux.xml:
6349           regenerate.
6350           
6351         * ext/ivorbis/vorbisdec.c:
6352         * ext/ivorbis/vorbisdec.h:
6353           Mark private vars and add short desc.
6354
6355         * ext/mythtv/gstmythtvsrc.c:
6356         * ext/theora/theoradec.c:
6357           Add short desc.
6358
6359 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6360
6361         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6362         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6363         * gst/nuvdemux/gstnuvdemux.c:
6364           One less to do. Its 'nuv' not 'nvu'. As an extra bonus I mention what
6365           it actually is.
6366
6367 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6368
6369         * docs/plugins/Makefile.am:
6370         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6371         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6372           Update lists again. Those whole can build ivorbisdec, mythtvsrc,
6373           nvudemux and theoradecexp, please commit the inspect/plugin-xxx.xml.
6374
6375         * docs/plugins/inspect/plugin-gstinterlace.xml:
6376         * docs/plugins/inspect/plugin-rawparse.xml
6377         * docs/plugins/inspect/plugin-videoparse.xml:
6378           Replace videoparse with rawparse.
6379
6380         * gst/dvdspu/gstdvdspu.h:
6381           Help gtk-doc to recognize the object struct.
6382
6383 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6384
6385         * gst/librfb/rfbdecoder.c:
6386         * gst/librfb/rfbdecoder.h:
6387           Don't use gtk-doc comment style for non gtk-doc comments.
6388           Make one static function static.
6389
6390 2008-01-21  Wim Taymans  <wim.taymans@collabora.co.uk>
6391
6392         Patch by: Gabriel Bouvigne <bouvigne at mp3-tech dot org>
6393
6394         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_class_init),
6395         (gst_deinterlace_init), (gst_deinterlace_set_caps),
6396         (gst_deinterlace_transform_ip), (gst_deinterlace_set_property),
6397         (gst_deinterlace_get_property):
6398         * gst/deinterlace/gstdeinterlace.h:
6399         Provide 4:2:2 support
6400         Also deinterlace chroma planes
6401         Allow to turn on/off deinterlacing
6402         Change of default thresholds, in order to provide acceptable results
6403         with default params. Fixes #511001.
6404
6405 2008-01-21  Tim-Philipp Müller  <tim at centricular dot net>
6406
6407         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6408           Update docs file too.
6409
6410 2008-01-21  Tim-Philipp Müller  <tim at centricular dot net>
6411
6412         * gst/dvdspu/gstdvdspu-render.c: (gst_dvd_spu_render_spu):
6413         * gst/dvdspu/gstdvdspu.c: (dvdspu_debug), (GST_CAT_DEFAULT),
6414           (subpic_sink_factory), (gst_dvd_spu_base_init),
6415           (gst_dvd_spu_class_init), (gst_dvd_spu_init), (gst_dvd_spu_clear),
6416           (gst_dvd_spu_dispose), (gst_dvd_spu_finalize),
6417           (gst_dvd_spu_flush_spu_info), (gst_dvd_spu_buffer_alloc),
6418           (gst_dvd_spu_src_event), (gst_dvd_spu_video_set_caps),
6419           (gst_dvd_spu_video_proxy_getcaps), (gst_dvd_spu_video_event),
6420           (gst_dvd_spu_video_chain), (dvspu_handle_vid_buffer),
6421           (gst_dvd_spu_redraw_still), (gst_dvd_spu_parse_chg_colcon),
6422           (gst_dvd_spu_exec_cmd_blk), (gst_dvd_spu_finish_spu_buf),
6423           (gst_dvd_spu_setup_cmd_blk), (gst_dvd_spu_handle_new_spu_buf),
6424           (gst_dvd_spu_handle_dvd_event), (gst_dvd_spu_advance_spu),
6425           (gst_dvd_spu_check_still_updates), (gst_dvd_spu_subpic_chain),
6426           (gst_dvd_spu_subpic_event), (gst_dvd_spu_change_state),
6427           (gst_dvd_spu_plugin_init):
6428         * gst/dvdspu/gstdvdspu.h: (GST_TYPE_DVD_SPU):
6429           Fix up dvdspu element again after previous namespace mangling:
6430           rename debug category variable to old name, matching that in
6431           dvdspu-render.c, to avoid undefined symbol error when loading
6432           the module; same for the _render function in dvdspu-render.c:
6433           we must use the same name in both .c files; change functions
6434           now called gstgst_* back to gst_* again; and while we're at it,
6435           we may as well canonicalise the namespace properly, namely to
6436           gst_dvd_spu_*.
6437
6438 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6439
6440         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6441         * ext/theora/theoradec.c:
6442         * ext/theora/theoradec.h:
6443           Coherent namespace usage and adding symbold from unused to sections.
6444
6445 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6446
6447         * docs/plugins/Makefile.am:
6448         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6449           Add symbols from -unused.txt to the right place.
6450
6451         * gst/dvdspu/gstdvdspu.c:
6452         * gst/dvdspu/gstdvdspu.h:
6453           Coherent namespace usage.
6454
6455         * gst/spectrum/gstspectrum.c:
6456           Fix broken XML fragment in doc snippet even more.
6457
6458 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6459
6460         * docs/plugins/Makefile.am:
6461           Update include list.
6462
6463         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6464           Update xml includes.
6465
6466         * docs/plugins/inspect/plugin-alsaspdif.xml:
6467         * docs/plugins/inspect/plugin-amrwb.xml:
6468         * docs/plugins/inspect/plugin-bayer.xml:
6469         * docs/plugins/inspect/plugin-bz2.xml:
6470         * docs/plugins/inspect/plugin-cdxaparse.xml:
6471         * docs/plugins/inspect/plugin-dtsdec.xml:
6472         * docs/plugins/inspect/plugin-dvbsrc.xml:
6473         * docs/plugins/inspect/plugin-dvdspu.xml:
6474         * docs/plugins/inspect/plugin-equalizer.xml:
6475         * docs/plugins/inspect/plugin-faac.xml:
6476         * docs/plugins/inspect/plugin-faad.xml:
6477         * docs/plugins/inspect/plugin-fbdevsink.xml:
6478         * docs/plugins/inspect/plugin-festival.xml:
6479         * docs/plugins/inspect/plugin-filter.xml:
6480         * docs/plugins/inspect/plugin-flvdemux.xml:
6481         * docs/plugins/inspect/plugin-freeze.xml:
6482         * docs/plugins/inspect/plugin-gsm.xml:
6483         * docs/plugins/inspect/plugin-gstinterlace.xml:
6484         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
6485         * docs/plugins/inspect/plugin-h264parse.xml:
6486         * docs/plugins/inspect/plugin-interleave.xml:
6487         * docs/plugins/inspect/plugin-ladspa.xml:
6488         * docs/plugins/inspect/plugin-metadata.xml:
6489         * docs/plugins/inspect/plugin-modplug.xml:
6490         * docs/plugins/inspect/plugin-mpeg4videoparse.xml:
6491         * docs/plugins/inspect/plugin-mpegtsparse.xml:
6492         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
6493         * docs/plugins/inspect/plugin-musicbrainz.xml:
6494         * docs/plugins/inspect/plugin-mve.xml:
6495         * docs/plugins/inspect/plugin-nsfdec.xml:
6496         * docs/plugins/inspect/plugin-nuvdemux.xml:
6497         * docs/plugins/inspect/plugin-qtdemux.xml:
6498         * docs/plugins/inspect/plugin-quicktime.xml:
6499         * docs/plugins/inspect/plugin-real.xml:
6500         * docs/plugins/inspect/plugin-replaygain.xml:
6501         * docs/plugins/inspect/plugin-sdl.xml:
6502         * docs/plugins/inspect/plugin-sdp.xml:
6503         * docs/plugins/inspect/plugin-spectrum.xml:
6504         * docs/plugins/inspect/plugin-speed.xml:
6505         * docs/plugins/inspect/plugin-speexresample.xml:
6506         * docs/plugins/inspect/plugin-stereo.xml:
6507         * docs/plugins/inspect/plugin-switch.xml:
6508         * docs/plugins/inspect/plugin-timidity.xml:
6509         * docs/plugins/inspect/plugin-tta.xml:
6510         * docs/plugins/inspect/plugin-videocrop.xml:
6511         * docs/plugins/inspect/plugin-videoparse.xml:
6512         * docs/plugins/inspect/plugin-videosignal.xml:
6513         * docs/plugins/inspect/plugin-vmnc.xml:
6514         * docs/plugins/inspect/plugin-wildmidi.xml:
6515         * docs/plugins/inspect/plugin-x264.xml:
6516         * docs/plugins/inspect/plugin-xingheader.xml:
6517         * docs/plugins/inspect/plugin-xvid.xml:
6518         * docs/plugins/inspect/plugin-y4menc.xml:
6519           Regenerate files.
6520
6521         * gst/spectrum/gstspectrum.c:
6522           Fix broken XML fragment in doc snippet.
6523
6524         * tests/check/elements/.cvsignore:
6525           Add test binary to ignores.
6526
6527 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6528
6529         * gst/h264parse/gsth264parse.c:
6530           Fix the build. GST_TIME_ARGS takes a timestamp not a buffer.
6531
6532 2008-01-20  Sebastian Dröge  <slomo@circular-chaos.org>
6533
6534         Patch by: Wouter Cloetens <wouter at mind dot be>
6535
6536         * ext/soup/gstsouphttpsrc.c: (soup_got_headers):
6537         Report the size of the stream as the total size instead of
6538         the remaining Content-Length, which is wrong after a seek.
6539
6540 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
6541
6542         * gst/rawparse/gstrawparse.c: (gst_raw_parse_push_buffer),
6543         (gst_raw_parse_loop):
6544         Handle framesizes > 4096 with multiple frames per buffer correctly
6545         in pull mode and handle short reads better.
6546         Also put offset and offset_end on outgoing buffers.
6547
6548 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
6549
6550         * gst/rawparse/gstrawparse.c: (gst_raw_parse_loop):
6551         Improve handling of unknown or too small upstream sizes in
6552         pull mode.
6553
6554 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
6555
6556         * gst/rawparse/gstrawparse.c: (gst_raw_parse_loop),
6557         (gst_raw_parse_handle_seek_push):
6558         Improve debugging a bit and for handling multiple frames per buffer
6559         in pull mode choose the next smallest multiply of framesize below
6560         4096 instead of always handling 1024 frames.
6561
6562 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
6563
6564         Patch by: Wouter Cloetens <wouter at mind dot be>
6565
6566         * ext/soup/gstsouphttpsrc.c: (soup_got_headers):
6567         Correctly set duration on the GstBaseSrc segment when we know it
6568         to fix failing the duration query.
6569
6570 2008-01-18  Wim Taymans  <wim.taymans@collabora.co.uk>
6571
6572         * gst/h264parse/gsth264parse.c: (gst_h264_parse_flush_decode),
6573         (gst_h264_parse_queue_buffer), (gst_h264_parse_chain_reverse):
6574         Set timestamps more correctly.
6575
6576 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
6577
6578         * gst/rawparse/gstrawparse.c: (gst_raw_parse_class_init),
6579         (gst_raw_parse_init), (gst_raw_parse_reset),
6580         (gst_raw_parse_set_src_caps), (gst_raw_parse_push_buffer),
6581         (gst_raw_parse_chain), (gst_raw_parse_loop),
6582         (gst_raw_parse_sink_activate), (gst_raw_parse_sink_activatepull),
6583         (gst_raw_parse_change_state), (gst_raw_parse_sink_event),
6584         (gst_raw_parse_handle_seek_push), (gst_raw_parse_handle_seek_pull),
6585         (gst_raw_parse_src_event), (gst_raw_parse_src_query):
6586         * gst/rawparse/gstrawparse.h:
6587         Implement pull mode.
6588
6589 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
6590
6591         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
6592         Fix memory leak spotted by the unit test.
6593
6594 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
6595
6596         * tests/check/Makefile.am:
6597         Enable spectrum test again.
6598
6599         * tests/check/gst-plugins-bad.supp:
6600         Add suppressions for a singleton in GIO that can't be freed.
6601
6602 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
6603
6604         * tests/check/Makefile.am:
6605         * tests/check/elements/.cvsignore:
6606         * tests/check/elements/equalizer.c: (setup_equalizer),
6607         (cleanup_equalizer), (GST_START_TEST), (equalizer_suite), (main):
6608         Add some minimal tests for the equalizer plugin.
6609
6610 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
6611
6612         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_finalize):
6613         Unparent all bands from the equalizer when finalizing to stop
6614         leaking them.
6615
6616 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
6617
6618         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_uri_get_protocols):
6619         Add support for WebDAV.
6620
6621 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
6622
6623         Patch by: Wouter Cloetens <wouter at mind dot be>
6624
6625         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_class_init),
6626         (gst_souphttp_src_init), (gst_souphttp_src_create),
6627         (gst_souphttp_src_is_seekable), (gst_souphttp_src_do_seek),
6628         (soup_add_range_header), (soup_got_headers), (soup_got_chunk):
6629         * ext/soup/gstsouphttpsrc.h:
6630         Add support for seeking to souphttpsrc. Fixes bug #502335.
6631
6632 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
6633
6634         * gst/h264parse/gsth264parse.c: (gst_h264_parse_clear_queues),
6635         (gst_h264_parse_flush_decode), (gst_h264_parse_queue_buffer),
6636         (gst_h264_parse_find_start_reverse),
6637         (gst_h264_parse_chain_reverse), (gst_h264_parse_chain):
6638         * gst/h264parse/gsth264parse.h:
6639         Improve debugging.
6640         Fix buffer splitting at sync codes and leftover buffer after
6641         scanning.
6642
6643 2008-01-17  Edgard Lima  <edgard.lima@indt.org.br>
6644
6645         * ext/metadata/TODO:
6646         * ext/metadata/metadataexif.c:
6647         * ext/metadata/metadataxmp.c:
6648           Fixed adding EXIF tags to correct IFD. Mapped some XMP tags.
6649
6650 2008-01-16  Wim Taymans  <wim.taymans@collabora.co.uk>
6651
6652         * gst/h264parse/gsth264parse.c: (gst_nal_list_new),
6653         (gst_nal_list_prepend_link), (gst_nal_list_delete_head),
6654         (gst_nal_bs_init), (gst_nal_bs_read), (gst_nal_bs_eos),
6655         (gst_nal_bs_read_ue), (gst_h264_parse_class_init),
6656         (gst_h264_parse_init), (gst_h264_parse_set_property),
6657         (gst_h264_parse_get_property), (gst_h264_parse_sink_setcaps),
6658         (gst_h264_parse_clear_queues), (gst_h264_parse_chain_forward),
6659         (gst_h264_parse_flush_decode), (gst_h264_parse_queue_buffer),
6660         (gst_h264_parse_find_start_reverse),
6661         (gst_h264_parse_chain_reverse), (gst_h264_parse_chain),
6662         (gst_h264_parse_sink_event), (gst_h264_parse_change_state):
6663         * gst/h264parse/gsth264parse.h:
6664         Add reverse playback support for containers that don't know how to
6665         properly send data between I-frames.
6666
6667 2008-01-16  Sebastian Dröge  <slomo@circular-chaos.org>
6668
6669         * configure.ac:
6670         * tests/check/pipelines/gio.c: (GST_START_TEST):
6671         Update for API changes in GIO and require GIO 2.15.2 for this.
6672
6673 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
6674
6675         * gst/xingheader/gstxingmux.c: (generate_xing_header):
6676         Bitrate is 4 bits, not 8 so check for 0xe as maximum value instead
6677         of 0xfe.
6678
6679 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
6680
6681         * gst/xingheader/gstxingmux.c: (generate_xing_header):
6682         Remove accidentially leftover debug printf.
6683
6684 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
6685
6686         * gst/xingheader/gstxingmux.c: (has_xing_header),
6687         (generate_xing_header), (gst_xing_mux_chain),
6688         (gst_xing_mux_sink_event):
6689         Choose smallest possible frame size for the Xing header, properly
6690         set the timestamp, duration and offset on the outgoing buffers,
6691         only send NEWSEGMENT events in BYTE format downstream and also
6692         drop VBRI headers if already existing.
6693
6694 2008-01-12  Sebastian Dröge  <slomo@circular-chaos.org>
6695
6696         * gst/xingheader/Makefile.am:
6697         * gst/xingheader/gstxingmux.c: (parse_header), (get_xing_offset),
6698         (has_xing_header), (generate_xing_header),
6699         (gst_xing_mux_base_init), (gst_xing_mux_finalize), (xing_reset),
6700         (gst_xing_mux_init), (gst_xing_mux_chain),
6701         (gst_xing_mux_sink_event), (gst_xing_mux_change_state):
6702         * gst/xingheader/gstxingmux.h:
6703         Major cleanup and rewrite of xingmux with less bugs and new features:
6704         - Handles other layers as 3
6705         - Write TOC
6706
6707 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
6708
6709         * tests/check/elements/rganalysis.c: (test_buffer_const_float_mono),
6710           (test_buffer_const_float_stereo), (test_buffer_const_int16_mono),
6711           (test_buffer_const_int16_stereo), (test_buffer_square_float_mono),
6712           (test_buffer_square_float_stereo), (test_buffer_square_int16_mono),
6713           (test_buffer_square_int16_stereo):
6714         * tests/check/elements/rglimiter.c: (create_test_buffer):
6715         * tests/check/elements/rgvolume.c: (test_buffer_new):
6716           It's "endianness", not "endianess". Fixes unit tests.
6717
6718 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6719
6720         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_clock_rate):
6721         If we find the caps in the cache, use it to parse the clock-rate instead
6722         of returning an error. Fixes a TODO as found by Youness Alaoui.
6723
6724 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6725
6726         Patch by: Youness Alaoui <youness dot alaoui at collabora dot co dot uk>
6727
6728         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_clock_rate):
6729         * gst/rtpmanager/rtpsession.c: (rtp_session_set_callbacks),
6730         (rtp_session_set_process_rtp_callback),
6731         (rtp_session_set_send_rtp_callback),
6732         (rtp_session_set_send_rtcp_callback),
6733         (rtp_session_set_sync_rtcp_callback),
6734         (rtp_session_set_clock_rate_callback),
6735         (rtp_session_set_reconsider_callback), (source_push_rtp),
6736         (source_clock_rate), (rtp_session_process_bye),
6737         (rtp_session_process_rtcp), (rtp_session_send_bye),
6738         (rtp_session_on_timeout):
6739         * gst/rtpmanager/rtpsession.h:
6740         Make it possible to use different user_data for each of the callbacks.
6741         Fixes #508587.
6742
6743 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6744
6745         * gst/mpegvideoparse/mpegpacketiser.c: (mpeg_util_find_start_code):
6746         Small meaningless cleanup.
6747
6748         * gst/mpegvideoparse/mpegvideoparse.c: (gst_mpegvideoparse_flush),
6749         (mpegvideoparse_drain_avail), (gst_mpegvideoparse_chain_forward),
6750         (scan_keyframe), (gst_mpegvideoparse_flush_decode),
6751         (gst_mpegvideoparse_chain_reverse), (gst_mpegvideoparse_chain),
6752         (mpv_parse_sink_event), (gst_mpegvideoparse_change_state):
6753         * gst/mpegvideoparse/mpegvideoparse.h:
6754         Track segment events.
6755         Do the first part of reverse playback by sending data between two
6756         I-frames to the decoder.
6757
6758 2008-01-10  Thijs Vermeir  <thijsvermeir@gmail.com>
6759
6760         * gst/rtpmanager/gstrtpbin.c:
6761         Fix documentation for latest patch
6762
6763 2008-01-10  Thijs Vermeir  <thijsvermeir@gmail.com>
6764
6765         * gst/rtpmanager/gstrtpbin.c:
6766         Allow request_new_pad with name NULL (bug #508515)
6767
6768 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
6769
6770         * autogen.sh:
6771           Add -Wno-portability to the automake parameters to stop warnings
6772           about GNU make extensions being used. We require GNU make in almost
6773           every Makefile anyway.
6774           
6775         * configure.ac:
6776           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
6777           at the same time is required for per target flags.
6778
6779 2008-01-09  Wim Taymans  <wim.taymans@collabora.co.uk>
6780
6781         * gst/rtpmanager/gstrtpsession.c: (create_send_rtp_sink):
6782         Don't set fixed caps, we can basically do everything the upsteam peer
6783         pad can renegotiate to. Fixes #507940.
6784
6785 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6786
6787         * Makefile.am:
6788           Include lcov.mak to allow building coverage reports. Add top-level
6789           check targets similar to other gst packages.
6790
6791 2008-01-06  David Schleef  <ds@schleef.org>
6792
6793         * ext/directfb/Makefile.am:
6794           Add GST_CFLAGS.  Otherwise we don't get -Wall -Werror.
6795         * ext/directfb/dfbvideosink.c:
6796           Getting tired of directfb's chatter.  Quiet it.
6797
6798 2008-01-06  David Schleef  <ds@schleef.org>
6799
6800         Patch by: Sean D'Epagnier <sean@depagnier.com>
6801
6802         * configure.ac:
6803         * sys/Makefile.am:
6804         * sys/fbdev/Makefile.am:
6805         * sys/fbdev/gstfbdevsink.c:
6806         * sys/fbdev/gstfbdevsink.h:
6807           Add fbdev-based video sink.  Linux-only.  See bug #506549.
6808
6809 2008-01-06  Sebastian Dröge  <slomo@circular-chaos.org>
6810
6811         * configure.ac:
6812         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
6813         * tests/check/pipelines/gio.c: (free_input), (GST_START_TEST):
6814         Update to GMemoryInputStream API changes in GLib SVN and require
6815         gio-2.0 >= 2.15.1 for this. Fixes bug #507584.
6816         We can also report the duration for every GSeekable, not only
6817         GFileInputStream and GMemoryInputStream.
6818
6819 2008-01-05  David Schleef  <ds@schleef.org>
6820
6821         * sys/glsink/glimagesink.c:
6822         * sys/glsink/glimagesink.h:
6823         * sys/glsink/gstglbuffer.h:
6824         * sys/glsink/gstgldisplay.c:
6825         * sys/glsink/gstgldisplay.h:
6826         * sys/glsink/gstglupload.c:
6827           Handle xoverlay exposes correctly.  This means glimagesink works
6828           correctly most of the time in totem (fullscreening being an
6829           execption).  Doesn't handle expose events directly to the GL
6830           window.
6831
6832 2008-01-05  David Schleef  <ds@schleef.org>
6833
6834         * sys/glsink/glextensions.c:
6835         * sys/glsink/glextensions.h:
6836         * sys/glsink/glimagesink.c:
6837         * sys/glsink/glimagesink.h:
6838         * sys/glsink/gstgldisplay.c:
6839         * sys/glsink/gstgldisplay.h:
6840         * sys/glsink/gstopengl.c:
6841           Reenable video/x-raw-rgb and x-raw-yuv for glimagesink.  Enable
6842           vblank synchronization.  Remove unused code.
6843
6844 2008-01-04  Wim Taymans  <wim.taymans@collabora.co.uk>
6845
6846         * gst/rtpmanager/gstrtpjitterbuffer.c:
6847         (gst_rtp_jitter_buffer_loop):
6848         Don't unref the popped buffer when we don't have ownership.
6849         Fixes #507020.
6850
6851 2008-01-03  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6852
6853         * gst/mpegtsparse/Makefile.am:
6854         * gst/mpegtsparse/flutspatinfo.c:
6855         * gst/mpegtsparse/flutspatinfo.h:
6856         * gst/mpegtsparse/flutspmtinfo.c:
6857         * gst/mpegtsparse/flutspmtinfo.h:
6858         * gst/mpegtsparse/flutspmtstreaminfo.c:
6859         * gst/mpegtsparse/flutspmtstreaminfo.h:
6860         Remove no longer needed files.
6861
6862 2008-01-02  David Schleef  <ds@schleef.org>
6863
6864         * tests/check/Makefile.am:
6865           Disable vcdsrc in states test because it takes too much time
6866           to get to PLAYING if it can find a device.
6867
6868 2007-12-31  David Schleef  <ds@schleef.org>
6869
6870         * ext/musicbrainz/gsttrm.c:
6871           Don't emit signiture when going to READY, because it might
6872           not be ready.
6873         * ext/nas/nassink.c:
6874           Remove useless call that sleeps for 5 seconds.  Yup, it calls
6875           sleep(1) 5 times.  Go NAS.
6876         * gst/librfb/gstrfbsrc.c:
6877         * gst/librfb/rfbdecoder.c:
6878           Initialize our debug categories properly.
6879         * gst/rawparse/gstrawparse.c:
6880           Don't register element details for a non-element.  Be much more
6881           rude when subclass doesn't set a pad template (assert!).  Don't
6882           unref the pad template; we don't own it.
6883         * gst/videosignal/gstvideoanalyse.c:
6884           Initialize debug category.
6885         * tests/check/Makefile.am:
6886           Ignore nassink element in tests because it has unavoidable
6887           long timeouts.
6888
6889 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
6890
6891         * gst/rtpmanager/gstrtpssrcdemux.c:
6892         (gst_rtp_ssrc_demux_change_state):
6893         Don't clean up pads when going to PAUSED.
6894
6895 2007-12-30  David Schleef  <ds@schleef.org>
6896
6897         * configure.ac:
6898         * sys/glsink/Makefile.am:
6899           Switch to using pkgconfig to detect libGL.  Since we use
6900           recent features added to Mesa, there's no point in adding
6901           a check for pre-pkgconfig versions.
6902
6903 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
6904
6905         * ext/ladspa/gstladspa.c: (gst_ladspa_get_property):
6906         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_show_frame):
6907         * gst/mve/gstmvemux.c: (gst_mve_mux_request_new_pad):
6908         * sys/dvb/dvbbasebin.c: (dvb_base_bin_class_init):
6909         Fix 'xyz may be used uninitialized' compiler warnings caused
6910         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
6911         abort() in any case but properly report the error.
6912
6913 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
6914
6915         * configure.ac:
6916         * ext/gio/gstgio.c:
6917         * ext/gio/gstgio.h:
6918         * ext/gio/gstgiobasesink.h:
6919         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
6920         * ext/gio/gstgiobasesrc.h:
6921         * ext/gio/gstgiosink.c: (gst_gio_sink_start):
6922         * ext/gio/gstgiosink.h:
6923         * ext/gio/gstgiosrc.h:
6924         * ext/gio/gstgiostreamsink.h:
6925         * ext/gio/gstgiostreamsrc.h:
6926         * tests/check/pipelines/gio.c:
6927         Update to latest API changes in GLib/GIO and require at least
6928         gio-2.0 2.15.0 for this.
6929         
6930         * ext/gio/Makefile.am:
6931         Add GST_PLUGIN_LDFLAGS to LDFLAGS.
6932
6933 2007-12-28  David Schleef  <ds@schleef.org>
6934
6935         * configure.ac:
6936         * sys/glsink/glextensions.c:
6937         * sys/glsink/glextensions.h:
6938         * sys/glsink/glimagesink.c:
6939         * sys/glsink/glimagesink.h:
6940         * sys/glsink/gstglbuffer.c:
6941         * sys/glsink/gstglbuffer.h:
6942         * sys/glsink/gstglconvert.c:
6943         * sys/glsink/gstgldisplay.c:
6944         * sys/glsink/gstgldisplay.h:
6945         * sys/glsink/gstgldownload.c:
6946         * sys/glsink/gstglfilter.c:
6947         * sys/glsink/gstglfilter.h:
6948         * sys/glsink/gstglfilterexample.c:
6949         * sys/glsink/gstgltestsrc.c:
6950         * sys/glsink/gstglupload.c:
6951           Major cleanup of code.  Convert glupload to BaseTransform.
6952           Handle caps negotiation mostly correctly.  Reenable in build.
6953
6954 2007-12-28  Tim-Philipp Müller  <tim at centricular dot net>
6955
6956         * ext/soup/Makefile.am:
6957         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_get_property),
6958           (gst_souphttp_src_unicodify), (soup_got_headers):
6959           Use gst_tag_freeform_string_to_utf8() and post radio station
6960           info as tags on the bus.
6961
6962 2007-12-26  David Schleef  <ds@schleef.org>
6963
6964         * sys/glsink/glimagesink.c:
6965         * sys/glsink/gstglupload.c:
6966           Change glimagesink over to using GL buffers.  This breaks
6967           glimagesink for normal operation, but should be fixed soon.
6968
6969 2007-12-26  David Schleef  <ds@schleef.org>
6970
6971         * sys/glsink/gltestsrc.c:
6972         * sys/glsink/gstglbuffer.c:
6973         * sys/glsink/gstglbuffer.h:
6974         * sys/glsink/gstgldownload.c:
6975         * sys/glsink/gstglfilter.c:
6976         * sys/glsink/gstglfilterexample.c:
6977         * sys/glsink/gstgltestsrc.c:
6978         * sys/glsink/gstglupload.c:
6979           Convert gldownload to BaseTransform.  Make glfilterexample
6980           visually interesting.  Add support for various formats to
6981           downloading.  Fix a few places where we leak GL state to
6982           other elements (bad, but hard to prevent).
6983
6984 2007-12-26  David Schleef  <ds@schleef.org>
6985
6986         * sys/glsink/BUGS:
6987         * sys/glsink/Makefile.am:
6988         * sys/glsink/gstglbuffer.c:
6989         * sys/glsink/gstglbuffer.h:
6990         * sys/glsink/gstglconvert.c:
6991         * sys/glsink/gstgldisplay.c:
6992         * sys/glsink/gstglfilter.c:
6993         * sys/glsink/gstglfilter.h:
6994         * sys/glsink/gstglfilterexample.c:
6995         * sys/glsink/gstgltestsrc.c:
6996         * sys/glsink/gstglupload.c:
6997         * sys/glsink/gstopengl.c:
6998           Remove code that handles non-texture buffers.  Add a
6999           GstGLBufferFormat type that corresponds to how to use the
7000           texture, not the original video format.  Convert gstflfilter.c
7001           into a base class, add glfilterexample and glconvert elements.
7002         * sys/glsink/color_matrix.c:
7003           Minor ramblings about color conversion matrices.
7004
7005 2007-12-24  David Schleef  <ds@schleef.org>
7006
7007         * sys/glsink/Makefile.am:
7008         * sys/glsink/gltestsrc.c:
7009         * sys/glsink/gltestsrc.h:
7010         * sys/glsink/gstgldisplay.c:
7011         * sys/glsink/gstgldownload.c:
7012         * sys/glsink/gstglfilter.c:
7013         * sys/glsink/gstgltestsrc.c:
7014         * sys/glsink/gstgltestsrc.h:
7015         * sys/glsink/gstglupload.c:
7016         * sys/glsink/gstopengl.c:
7017           Add gltestsrc element, a duplicate of videotestsrc that uses
7018           GL rendering to create images.  More cleanup.
7019
7020 2007-12-24  David Schleef  <ds@schleef.org>
7021
7022         * sys/glsink/gstglbuffer.c:
7023         * sys/glsink/gstgldownload.c:
7024         * sys/glsink/gstglfilter.c:
7025           Clean up code.  Fix a few leaks.
7026
7027 2007-12-24  David Schleef  <ds@schleef.org>
7028
7029         * sys/glsink/Makefile.am:
7030         * sys/glsink/glimagesink.h:
7031         * sys/glsink/glvideo.c:
7032         * sys/glsink/glvideo.h:
7033         * sys/glsink/gstglbuffer.c:
7034         * sys/glsink/gstglbuffer.h:
7035         * sys/glsink/gstgldisplay.c:
7036         * sys/glsink/gstgldisplay.h:
7037           Rename glvideo.[ch] to gstgldisplay.[ch].
7038
7039 2007-12-24  David Schleef  <ds@schleef.org>
7040
7041         * sys/glsink/glimagesink.c:
7042         * sys/glsink/glimagesink.h:
7043         * sys/glsink/glvideo.c:
7044         * sys/glsink/glvideo.h:
7045         * sys/glsink/gstglbuffer.c:
7046         * sys/glsink/gstglbuffer.h:
7047         * sys/glsink/gstgldownload.c:
7048         * sys/glsink/gstglfilter.c:
7049         * sys/glsink/gstglupload.c:
7050           Rewrite a bunch of code to use textures as the intermediate
7051           instead of renderbuffers.  upload, download, filtering all
7052           work.
7053
7054 2007-12-23  David Schleef  <ds@schleef.org>
7055
7056         * gst/videoparse/Makefile.am:
7057         * gst/videoparse/README:
7058         * gst/videoparse/gstvideoparse.c:
7059           Remove videoparse element, because it was moved to gst/rawparse/
7060
7061 2007-12-23  Sebastian Dröge  <slomo@circular-chaos.org>
7062
7063         * gst/rawparse/gstrawparse.c: (gst_raw_parse_src_event):
7064         Always seek on frame boundaries, will produce nothing useful
7065         otherwise.
7066
7067 2007-12-23  Sebastian Dröge  <slomo@circular-chaos.org>
7068
7069         * configure.ac:
7070         * gst/rawparse/Makefile.am:
7071         * gst/rawparse/README:
7072         * gst/rawparse/gstaudioparse.c: (gst_audio_parse_format_get_type),
7073         (gst_audio_parse_endianness_get_type), (gst_audio_parse_base_init),
7074         (gst_audio_parse_class_init), (gst_audio_parse_init),
7075         (gst_audio_parse_set_property), (gst_audio_parse_get_property),
7076         (gst_audio_parse_update_frame_size), (gst_audio_parse_get_caps):
7077         * gst/rawparse/gstaudioparse.h:
7078         * gst/rawparse/gstrawparse.c: (gst_raw_parse_base_init),
7079         (gst_raw_parse_class_init), (gst_raw_parse_init),
7080         (gst_raw_parse_dispose),
7081         (gst_raw_parse_class_set_src_pad_template),
7082         (gst_raw_parse_class_set_multiple_frames_per_buffer),
7083         (gst_raw_parse_reset), (gst_raw_parse_chain),
7084         (gst_raw_parse_convert), (gst_raw_parse_sink_event),
7085         (gst_raw_parse_src_event), (gst_raw_parse_src_query_type),
7086         (gst_raw_parse_src_query), (gst_raw_parse_set_framesize),
7087         (gst_raw_parse_set_fps), (gst_raw_parse_get_fps),
7088         (gst_raw_parse_is_negotiated):
7089         * gst/rawparse/gstrawparse.h:
7090         * gst/rawparse/gstvideoparse.c: (gst_video_parse_format_get_type),
7091         (gst_video_parse_endianness_get_type), (gst_video_parse_base_init),
7092         (gst_video_parse_class_init), (gst_video_parse_init),
7093         (gst_video_parse_set_property), (gst_video_parse_get_property),
7094         (gst_video_parse_format_to_fourcc),
7095         (gst_video_parse_update_frame_size), (gst_video_parse_get_caps):
7096         * gst/rawparse/gstvideoparse.h:
7097         * gst/rawparse/plugin.c: (plugin_init):
7098         Add new plugin rawparse that contains a base class for raw data
7099         parsers and the two elements audioparse and videoparse that can
7100         be used to parse raw audio and video. These are inspired by the
7101         old videoparse element which the new rawparse plugin deprecates.
7102
7103 2007-12-21  David Schleef  <ds@schleef.org>
7104
7105         * sys/glsink/glextensions.c:
7106         * sys/glsink/glextensions.h:
7107         * sys/glsink/glvideo.c:
7108         * sys/glsink/glvideo.h:
7109         * sys/glsink/gstglbuffer.c:
7110         * sys/glsink/gstgldownload.c:
7111         * sys/glsink/gstglupload.c:
7112           A careful read of the documentation reveals that I can't use
7113           renderbuffers as textures.  Duh.  Checkpoint because I'm about
7114           to rewrite a bunch of code.
7115
7116 2007-12-21  Edgard Lima,,,,  <edgard.lima@indt.org.br>
7117
7118         * ext/metadata/TODO:
7119         * ext/metadata/gstbasemetadata.c:
7120         * ext/metadata/gstbasemetadata.h:
7121         * ext/metadata/metadata.h:
7122         * ext/metadata/metadataiptc.c:
7123         * ext/metadata/metadatamuxjpeg.c:
7124         * ext/metadata/metadataparsejpeg.c:
7125         * ext/metadata/metadataparseutil.c:
7126           Some IPTC tags mapped.
7127
7128 2007-12-21  Edgard Lima  <edgard.lima@indt.org.br>
7129
7130         * ext/metadata/Makefile.am:
7131         * ext/metadata/TODO:
7132         * ext/metadata/gstbasemetadata.c:
7133         * ext/metadata/gstbasemetadata.h:
7134         * ext/metadata/gstmetadatacommon.c:
7135         * ext/metadata/gstmetadatacommon.h:
7136         * ext/metadata/metadata.c:
7137         * ext/metadata/metadata.h:
7138           Removed gstmetadatacommon.
7139
7140 2007-12-20  David Schleef  <ds@schleef.org>
7141
7142         * sys/glsink/Makefile.am:
7143         * sys/glsink/glextensions.c:
7144         * sys/glsink/glextensions.h:
7145         * sys/glsink/glimagesink.c:
7146         * sys/glsink/glimagesink.h:
7147         * sys/glsink/glvideo.c:
7148         * sys/glsink/glvideo.h:
7149         * sys/glsink/gstglbuffer.c:
7150         * sys/glsink/gstglbuffer.h:
7151         * sys/glsink/gstgldownload.c:
7152         * sys/glsink/gstglfilter.c:
7153         * sys/glsink/gstglupload.c:
7154         * sys/glsink/gstopengl.c:
7155           Switch to using framebuffer_objects instead of GLXPixmaps,
7156           because that's what my driver supports.  Remove GLDrawable,
7157           since GstGLDisplay now has a default drawable and context.
7158
7159 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
7160
7161         * gst/equalizer/.cvsignore:
7162         * gst/switch/.cvsignore:
7163           Ignore more.
7164
7165 2007-12-19  Edgard Lima  <edgard.lima@indt.org.br>
7166
7167         * ext/metadata/Makefile.am:
7168         * ext/metadata/TODO:
7169         * ext/metadata/gstbasemetadata.c:
7170         * ext/metadata/gstbasemetadata.h:
7171         * ext/metadata/gstmetadatacommon.c:
7172         * ext/metadata/gstmetadatacommon.h:
7173         * ext/metadata/gstmetadatademux.c:
7174         * ext/metadata/gstmetadatademux.h:
7175         * ext/metadata/gstmetadatamux.c:
7176         * ext/metadata/gstmetadatamux.h:
7177         * ext/metadata/metadata.c:
7178         * ext/metadata/metadata.h:
7179         * ext/metadata/metadataexif.c:
7180         * ext/metadata/metadataparsejpeg.c:
7181         * ext/metadata/metadataparsepng.c:
7182         * ext/metadata/metadatatags.c:
7183         * ext/metadata/metadatatags.h:
7184         * ext/metadata/test/metadata_editor.c:
7185           New base class for metadata elements.
7186
7187 2007-12-18  Andy Wingo  <wingo@pobox.com>
7188
7189         * gst/switch/gstswitch-marshal.list:
7190         * gst/switch/gstswitch.h (struct _GstStreamSelectorClass): 
7191         * gst/switch/gstswitch.c (enum, gst_selector_pad_class_init)
7192         (gst_selector_pad_get_property)
7193         (gst_selector_pad_get_running_time)
7194         (gst_stream_selector_class_init, gst_segment_get_timestamp)
7195         (gst_segment_set_stop, gst_segment_set_start)
7196         (gst_stream_selector_set_active_pad, gst_stream_selector_block)
7197         (gst_stream_selector_push_pending_stop)
7198         (gst_stream_selector_switch): Change so that the signals and
7199         properties deal in running time, not buffer time. Document the
7200         signals more. Change uint64 in API to int64, to reflect what's in
7201         GstSegment.
7202
7203 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
7204
7205         * Makefile.am:
7206           Include common/win32.mak for CRLF check of win32 project
7207           files (see #393626).
7208
7209         * configure.ac:
7210           Bump requirements to -base CVS for libgstvideo additions in
7211           glimagesink. Disable glimagesink until the missing files get
7212           checked in.
7213
7214 2007-12-17  David Schleef  <ds@schleef.org>
7215
7216         * sys/glsink/Makefile.am:
7217         * sys/glsink/glimagesink.c:
7218         * sys/glsink/glimagesink.h:
7219         * sys/glsink/glvideo.c:
7220         * sys/glsink/glvideo.h:
7221         * sys/glsink/gstopengl.c:
7222         * sys/glsink/gstglupload.c:
7223           Use new GstVideoFormat checked into -base.  Add new glupload
7224           element to upload raw video into a GLXPixbuf.  Untested.  Will
7225           likely crash your motorcycle if you try it.
7226         * sys/glsink/gstvideo-common.c:
7227         * sys/glsink/gstvideo-common.h:
7228           Remove.
7229
7230 2007-12-17  David Schleef  <ds@schleef.org>
7231
7232         * gst/multifile/gstmultifilesrc.c:
7233         * gst/multifile/gstmultifilesrc.h:
7234           When subsequent files are read, if the file doesn't exist, send
7235           an EOS instead of causing an error.
7236
7237 2007-12-17  Andy Wingo  <wingo@pobox.com>
7238
7239         * gst/switch/gstswitch.c (gst_selector_pad_chain): Return OK when
7240         a buffer is ignored, not NOT_LINKED. No sense in making a source
7241         element error out; at least fdsrc considers NOT_LINKED to be a
7242         fatal error. Patch 11/12. There is no patch 12/12. Foo.
7243
7244         * gst/switch/gstswitch-marshal.list:
7245         * gst/switch/gstswitch.h (struct _GstStreamSelectorClass): 
7246         * gst/switch/gstswitch.c (gst_stream_selector_class_init)
7247         (gst_stream_selector_block): Make the block() signal return the
7248         last stop time of the active pad. Patch 10/12.
7249
7250         * gst/switch/gstswitch.c (gst_selector_pad_get_property)
7251         (gst_selector_pad_class_init, gst_stream_selector_class_init)
7252         (gst_stream_selector_get_property): Expose 'last-stop-time' as a
7253         pad property, not an element property.
7254         (gst_selector_pad_chain): Mark the last_stop time as timestamp +
7255         duration, not timestamp. Patch 9/12.
7256
7257         * gst/switch/gstswitch.c (gst_stream_selector_change_state)
7258         (gst_stream_selector_block, gst_stream_selector_switch): Use the
7259         cond mechanism instead of blocked pads. Patch 8/12.
7260
7261         * gst/switch/gstswitch.h (struct _GstStreamSelector): 
7262
7263         * gst/switch/gstswitch.c (gst_stream_selector_wait)
7264         (gst_selector_pad_chain, gst_stream_selector_init)
7265         (gst_stream_selector_dispose): Add infrastructure for new blocking
7266         mechanism that does not use gst_pad_set_blocked, which does not
7267         work on sink pads. Patch 7/12.
7268
7269         * gst/switch/gstswitch.c (gst_stream_selector_class_init)
7270         (gst_stream_selector_get_property): Add last-stop-time readable
7271         property. Patch 6/12.
7272
7273         * gst/switch/gstswitch.h (struct _GstStreamSelector): Add some
7274         state variables.
7275
7276         * gst/switch/gstswitch.c (gst_stream_selector_push_pending_stop)
7277         (gst_selector_pad_chain): Push any pending stop event.
7278         (gst_stream_selector_set_active_pad)
7279         (gst_stream_selector_set_property): Factor out setting the active
7280         pad to a function. Close the segment of the previous active pad if
7281         told to do so via a stop_time != GST_CLOCK_TIME_NONE.
7282         (gst_stream_selector_switch): Implement switch vmethod. Patch 5/12.
7283
7284         * gst/switch/gstswitch.c (gst_stream_selector_block): Implement
7285         the block() signal. This implementation will be replaced in future
7286         patches, however. Patch 4/12.
7287
7288         * gst/switch/gstswitch.h (struct _GstStreamSelectorClass): Fix
7289         vmethod prototypes.
7290
7291         * gst/switch/gstswitch.c (gst_stream_selector_class_init)
7292         (gst_stream_selector_block, gst_stream_selector_switch): Add empty
7293         vmethod definitions. Patch 3/12.
7294
7295         * gst/switch/gstswitch.h (struct _GstStreamSelectorClass): 
7296         * gst/switch/gstswitch.c (gst_stream_selector_class_init): Add
7297         `block' and `switch' signals.
7298
7299         * gst/switch/Makefile.am: 
7300         * gst/switch/gstswitch-marshal.list: Add foo to generate a
7301         marshaller for the `switch' signal. Patch 2/12.
7302
7303         * gst/switch/gstswitch.h: 
7304         * gst/switch/gstswitch.c: Replace with files from
7305         gststreamselector.[ch], registered as the "switch" plugin, with
7306         "GstSwitch" types. Patch 1/12.
7307
7308 2007-12-17  Edgard Lima  <edgard.lima@indt.org.br>
7309
7310         * ext/metadata/TODO:
7311         * ext/metadata/gstmetadatademux.c:
7312         * ext/metadata/metadata.c:
7313         * ext/metadata/metadata.h:
7314         * ext/metadata/metadataparsejpeg.c:
7315         * ext/metadata/metadataparsejpeg.h:
7316         * ext/metadata/metadataparsepng.c:
7317         * ext/metadata/metadataparsepng.h:
7318         * ext/metadata/test/MetadataEditorMain.glade:
7319         * ext/metadata/test/metadata_editor.c:
7320           Added "parse-only" property to metadatademux.
7321
7322 2007-12-16  David Schleef  <ds@schleef.org>
7323
7324         * sys/glsink/glimagesink.c:
7325         * sys/glsink/glimagesink.h:
7326         * sys/glsink/glvideo.c:
7327         * sys/glsink/glvideo.h:
7328           Rename GLVideo* to GstGL*.
7329
7330 2007-12-15  David Schleef  <ds@schleef.org>
7331
7332         * sys/glsink/Makefile.am:
7333         * sys/glsink/glextensions.c:
7334         * sys/glsink/glextensions.h:
7335         * sys/glsink/glvideo.c:
7336           Add vblank synchronization.  Isn't really working on my
7337           driver. :(
7338
7339 2007-12-15  David Schleef  <ds@schleef.org>
7340
7341         * sys/glsink/Makefile.am:
7342         * sys/glsink/glimagesink.c:
7343         * sys/glsink/glvideo.c:
7344         * sys/glsink/glvideo.h:
7345         * sys/glsink/gstvideo-common.c:
7346         * sys/glsink/gstvideo-common.h:
7347           Add support for xRGB, xBGR, and AYUV.  Re-add support for
7348           power-of-2 textures.
7349
7350 2007-12-15  Sebastian Dröge  <slomo@circular-chaos.org>
7351
7352         * gst/videoparse/gstvideoparse.c: (gst_video_parse_dispose),
7353         (gst_video_parse_sink_event):
7354         Free the adapter on dispose and correctly reset on newsegment events.
7355
7356 2007-12-15  Sebastian Dröge  <slomo@circular-chaos.org>
7357
7358         * gst/videoparse/gstvideoparse.c: (gst_video_parse_sink_event),
7359         (gst_video_parse_src_event), (gst_video_parse_src_query):
7360         Improve duration query by first asking upstream and if it can't handle
7361         the query try to get the duration in bytes from upstream and convert.
7362         For seeks, try if upstream handles this already first and do our
7363         conversion to byte format only if it doesn't and if we get a
7364         newsegment event in time format keep it and only do our conversions
7365         if the event has another format.
7366
7367 2007-12-15  Sebastian Dröge  <slomo@circular-chaos.org>
7368
7369         * gst/videoparse/gstvideoparse.c:
7370         (gst_video_parse_format_get_type),
7371         (gst_video_parse_endianness_get_type),
7372         (gst_video_parse_class_init), (gst_video_parse_init),
7373         (gst_video_parse_set_property), (gst_video_parse_get_property),
7374         (gst_video_parse_format_to_fourcc),
7375         (gst_video_parse_update_block_size), (gst_video_parse_chain),
7376         (gst_video_parse_sink_event):
7377         Add support for video/x-raw-rgb and video/x-raw-gray. Also send
7378         downstream elements downstream, not upstream.
7379
7380 2007-12-14  David Schleef  <ds@schleef.org>
7381
7382         * sys/glsink/gstvideo-common.c:
7383         * sys/glsink/gstvideo-common.h:
7384           Pull together some common raw video functions into one location.
7385           This should eventually move to -base.
7386         * sys/glsink/Makefile.am:
7387         * sys/glsink/glimagesink.c:
7388         * sys/glsink/glimagesink.h:
7389         * sys/glsink/glvideo.c:
7390         * sys/glsink/glvideo.h:
7391         * sys/glsink/gstopengl.c:
7392           Use the new video-common.h stuff.  Readd support for RGB video.
7393
7394 2007-12-14  Edgard Lima  <edgard.lima@indt.org.br>
7395
7396         * ext/metadata/Makefile.am:
7397         * ext/metadata/TODO:
7398         * ext/metadata/gstmetadata.c:
7399         * ext/metadata/gstmetadatacommon.c:
7400         * ext/metadata/gstmetadatacommon.h:
7401         * ext/metadata/gstmetadatademux.c:
7402         * ext/metadata/gstmetadatademux.h:
7403         * ext/metadata/gstmetadatamux.c:
7404         * ext/metadata/gstmetadatamux.h:
7405         * ext/metadata/gstmetadataparse.c:
7406         * ext/metadata/gstmetadataparse.h:
7407         * ext/metadata/metadataexif.c:
7408         * ext/metadata/metadatatags.c:
7409         * ext/metadata/test/metadata_editor.c:
7410           Added new module for common functions. Using GST_TYPE_FRACTION for
7411           Exif (S)Rational types.
7412
7413 2007-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7414
7415         * gst/mpegtsparse/mpegtspacketizer.c:
7416         * gst/mpegtsparse/mpegtspacketizer.h:
7417         Hash streams by pid again. Add a linked list inside each
7418         stream with a list of sub_tables. Fix multiple sections
7419         as it was borked with my last commit.
7420
7421 2007-12-14  Christian Schaller <christian.schaller@collabora.co.uk>
7422
7423         * sys/glsink/Makefile.am: add glvideo.h
7424         * gst/speexresample/Makefile.am: add speex_resampler_wrapper.h
7425         * gst-plugins-bad.spec.in: add latest plugins
7426
7427 2007-12-13  Edgard Lima  <edgard.lima@indt.org.br>
7428
7429         * ext/metadata/TODO:
7430         * ext/metadata/gstmetadatamux.c:
7431         * ext/metadata/gstmetadataparse.c:
7432         * ext/metadata/metadata.c:
7433         * ext/metadata/metadata.h:
7434         * ext/metadata/metadataiptc.c:
7435         * ext/metadata/metadatamuxjpeg.c:
7436         * ext/metadata/metadatamuxjpeg.h:
7437         * ext/metadata/metadatamuxpng.c:
7438         * ext/metadata/metadatamuxpng.h:
7439         * ext/metadata/metadataparsejpeg.c:
7440         * ext/metadata/metadataparsejpeg.h:
7441         * ext/metadata/metadataparsepng.c:
7442         * ext/metadata/metadataparsepng.h:
7443         * ext/metadata/metadataparseutil.c:
7444         * ext/metadata/metadataparseutil.h:
7445         * ext/metadata/metadatatypes.h:
7446         * ext/metadata/metadataxmp.c:
7447           Code documentation.
7448
7449 2007-12-13  Edgard Lima  <edgard.lima@indt.org.br>
7450
7451         * configure.ac:
7452         * ext/metadata/Makefile.am:
7453         * ext/metadata/gstmetadatamux.c:
7454         * ext/metadata/gstmetadataparse.c:
7455         * ext/metadata/metadataexif.c:
7456         * ext/metadata/metadatatags.c:
7457         * ext/metadata/test/Makefile:
7458         * ext/metadata/test/MetadataEditorMain.glade:
7459         * ext/metadata/test/metadata_editor.c:
7460           Added a test application. Added some EXIF tags. Fixed a muxer bug.
7461
7462 2007-12-13  Sebastian Dröge  <slomo@circular-chaos.org>
7463
7464         * gst/videoparse/gstvideoparse.c: (gst_video_parse_init),
7465           (gst_video_parse_src_event), (gst_video_parse_src_query_type):
7466           Implement a query type function for the src pad, implement seeking
7467           and use ANY caps for the sink pad as the element doesn't care what
7468           caps the input has and everything is handled via properties.
7469
7470 2007-12-13  Sebastian Dröge  <slomo@circular-chaos.org>
7471
7472         * gst/videoparse/gstvideoparse.c: (gst_video_parse_convert),
7473           (gst_video_parse_sink_event):
7474           Handle -1 values for the CONVERT query too.
7475
7476 2007-12-13  Sebastian Dröge  <slomo@circular-chaos.org>
7477
7478         * gst/videoparse/gstvideoparse.c: (gst_video_parse_sink_event):
7479           Add YV12 to the pad templates as it is supported too and allow
7480           -1 as stop position for NEWSEGMENT events.
7481
7482 2007-12-13  Sebastian Dröge  <slomo@circular-chaos.org>
7483
7484         * gst/videoparse/Makefile.am:
7485           Add $(GST_PLUGINS_BASE_CFLAGS) to CFLAGS to fix the build.
7486
7487         * gst/videoparse/gstvideoparse.c: (gst_video_parse_init),
7488           (gst_video_parse_set_property), (gst_video_parse_get_property):
7489           Use g_value_[sg]et_enum() for enum properties, g_value_[sg]et_int()
7490           gives a g_critical().
7491
7492 2007-12-12  David Schleef  <ds@schleef.org>
7493
7494         * gst/videoparse/README:
7495         * gst/videoparse/gstvideoparse.c:
7496           Add a bunch of features: handle format specification, handle
7497           queries and conversion.  Works much like a normal parser now.
7498
7499 2007-12-12  Wim Taymans  <wim.taymans@collabora.co.uk>
7500
7501         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_finalize),
7502         (gst_rtp_pt_demux_setup), (gst_rtp_pt_demux_release),
7503         (gst_rtp_pt_demux_change_state):
7504         * gst/rtpmanager/gstrtpssrcdemux.c: (gst_rtp_ssrc_demux_reset),
7505         (gst_rtp_ssrc_demux_dispose), (gst_rtp_ssrc_demux_src_query),
7506         (gst_rtp_ssrc_demux_change_state):
7507         Clean up the dynamic pads when going to READY.
7508
7509 2007-12-12  Wim Taymans  <wim.taymans@collabora.co.uk>
7510
7511         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_finalize),
7512         (gst_rtp_bin_set_sdes_string), (gst_rtp_bin_get_sdes_string),
7513         (gst_rtp_bin_handle_message):
7514         * gst/rtpmanager/rtpsession.c: (rtp_session_finalize),
7515         (rtp_session_send_bye):
7516         * gst/rtpmanager/rtpsource.c: (rtp_source_finalize):
7517         Fix some leaks.
7518
7519 2007-12-12  Sebastian Dröge  <slomo@circular-chaos.org>
7520
7521         * ext/dts/gstdtsdec.c: (gst_dtsdec_init),
7522           (gst_dtsdec_sink_setcaps), (gst_dtsdec_chain_raw),
7523           (gst_dtsdec_chain):
7524         * ext/dts/gstdtsdec.h:
7525           Add support for "audio/x-private1-dts" as used by flupsparse. Most
7526           changes adapted from a52dec.
7527
7528 2007-12-11  David Schleef  <ds@schleef.org>
7529
7530         * sys/glsink/Makefile.am:
7531         * sys/glsink/glimagesink.c:
7532         * sys/glsink/glvideo.c:
7533         * sys/glsink/glvideo.h:
7534           Split out gl-related code into a separate file with a
7535           sensible API.  Major cleanup.  Still crashes occasionally
7536           due to different threads touching bits at the same time.
7537
7538 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
7539
7540         Patch by: Wouter Cloetens <wouter at mind dot be>
7541
7542         * ext/soup/gstsouphttpsrc.c: (_do_init),
7543         (gst_souphttp_src_class_init), (gst_souphttp_src_init),
7544         (gst_souphttp_src_dispose), (gst_souphttp_src_set_property),
7545         (gst_souphttp_src_get_property), (unicodify),
7546         (gst_souphttp_src_unicodify), (gst_souphttp_src_create),
7547         (gst_souphttp_src_start), (gst_souphttp_src_stop),
7548         (gst_souphttp_src_unlock), (gst_souphttp_src_unlock_stop),
7549         (gst_souphttp_src_get_size), (gst_souphttp_src_is_seekable),
7550         (soup_got_headers), (soup_got_body), (soup_finished),
7551         (soup_got_chunk), (soup_response), (soup_parse_status),
7552         (gst_souphttp_src_uri_get_type),
7553         (gst_souphttp_src_uri_get_protocols),
7554         (gst_souphttp_src_uri_get_uri), (gst_souphttp_src_uri_set_uri),
7555         (gst_souphttp_src_uri_handler_init):
7556         * ext/soup/gstsouphttpsrc.h:
7557         Do not try to unpause I/O in the "queued" state.
7558         Reorganise a bunch of things and cleanups.
7559         Uses G_GUINT64_FORMAT instead of hard-coding %llu.
7560         See #502335.
7561
7562 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
7563
7564         * ext/x264/gstx264enc.c: (gst_x264_enc_set_src_caps):
7565         Fix caps memleak.
7566
7567 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
7568
7569         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
7570           (gst_flv_parse_tag_video):
7571           Don't strdup (and thus leak) codec name strings when passing
7572           them to gst_tag_list_add().
7573
7574 2007-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
7575
7576         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_class_init),
7577         (gst_rtp_bin_handle_message):
7578         * gst/rtpmanager/gstrtpsession.c: (source_get_sdes_structure),
7579         (on_ssrc_sdes):
7580         Post a message when the SDES infor changes for a source.
7581
7582         * gst/rtpmanager/rtpsession.c:
7583         * gst/rtpmanager/rtpsource.c:
7584         Update some comments.
7585
7586 2007-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
7587
7588         Based on patch by: <mutex at runbox dot com>
7589
7590         * gst/videoparse/gstvideoparse.c: (gst_video_parse_src_query):
7591         Forward the query upstream, the default element event handler does
7592         something different. Fixes #502879.
7593
7594 2007-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
7595
7596         * gst/rtpmanager/gstrtpbin.c: (on_ssrc_sdes), (create_session),
7597         (gst_rtp_bin_class_init):
7598         * gst/rtpmanager/gstrtpbin.h:
7599         * gst/rtpmanager/gstrtpclient.c:
7600         * gst/rtpmanager/gstrtpclient.h:
7601         * gst/rtpmanager/gstrtpjitterbuffer.h:
7602         * gst/rtpmanager/gstrtpmanager.c:
7603         * gst/rtpmanager/gstrtpptdemux.c:
7604         * gst/rtpmanager/gstrtpptdemux.h:
7605         * gst/rtpmanager/gstrtpsession.c: (on_ssrc_sdes),
7606         (gst_rtp_session_class_init), (gst_rtp_session_init):
7607         * gst/rtpmanager/gstrtpsession.h:
7608         * gst/rtpmanager/gstrtpssrcdemux.c:
7609         * gst/rtpmanager/gstrtpssrcdemux.h:
7610         * gst/rtpmanager/rtpjitterbuffer.c:
7611         * gst/rtpmanager/rtpjitterbuffer.h:
7612         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
7613         (on_ssrc_sdes), (rtp_session_process_sdes):
7614         * gst/rtpmanager/rtpsession.h:
7615         * gst/rtpmanager/rtpsource.c:
7616         * gst/rtpmanager/rtpsource.h:
7617         * gst/rtpmanager/rtpstats.c:
7618         * gst/rtpmanager/rtpstats.h:
7619         Add signal to notify of an SDES change.
7620         Fix object type in the signal callbacks.
7621
7622 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
7623
7624         * gst/rtpmanager/gstrtpbin.c: (create_session),
7625         (gst_rtp_bin_class_init), (gst_rtp_bin_init), (sdes_type_to_name),
7626         (gst_rtp_bin_set_sdes_string), (gst_rtp_bin_get_sdes_string),
7627         (gst_rtp_bin_set_property), (gst_rtp_bin_get_property):
7628         * gst/rtpmanager/gstrtpbin.h:
7629         Expose SDES items as properties and configure the session managers with
7630         them.
7631
7632         * gst/rtpmanager/rtpsource.c: (rtp_source_class_init),
7633         (rtp_source_set_property):
7634         Fix SSRC property.
7635
7636 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
7637
7638         * gst/rtpmanager/gstrtpbin.c: (create_session):
7639         * gst/rtpmanager/rtpjitterbuffer.c:
7640         Update comment.
7641
7642         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
7643         (gst_rtp_session_set_property), (gst_rtp_session_get_property):
7644         Define some GObject properties to set SDES and other configuration.
7645
7646         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
7647         (rtp_session_init), (rtp_session_finalize),
7648         (rtp_session_set_property), (rtp_session_get_property),
7649         (on_ssrc_sdes), (rtp_session_set_bandwidth),
7650         (rtp_session_get_bandwidth), (rtp_session_set_rtcp_fraction),
7651         (rtp_session_get_rtcp_fraction), (rtp_session_set_sdes_string),
7652         (rtp_session_get_sdes_string), (obtain_source),
7653         (rtp_session_get_internal_source), (rtp_session_process_sdes),
7654         (rtp_session_send_rtp), (rtp_session_next_timeout), (session_sdes),
7655         (is_rtcp_time):
7656         * gst/rtpmanager/rtpsession.h:
7657         Add signal when new SDES infor has been found for a source.
7658         Create properties for SDES and other info.
7659         Simplify the SDES API.
7660         Add method for getting the internal source object of the session.
7661
7662         * gst/rtpmanager/rtpsource.c: (rtp_source_class_init),
7663         (rtp_source_finalize), (rtp_source_set_property),
7664         (rtp_source_get_property), (rtp_source_set_callbacks),
7665         (rtp_source_get_ssrc), (rtp_source_set_as_csrc),
7666         (rtp_source_is_as_csrc), (rtp_source_is_active),
7667         (rtp_source_is_validated), (rtp_source_is_sender),
7668         (rtp_source_received_bye), (rtp_source_get_bye_reason),
7669         (rtp_source_set_sdes), (rtp_source_set_sdes_string),
7670         (rtp_source_get_sdes), (rtp_source_get_sdes_string),
7671         (rtp_source_get_new_sr), (rtp_source_get_new_rb):
7672         * gst/rtpmanager/rtpsource.h:
7673         Add GObject properties for various things.
7674         Don't leak the bye reason.
7675
7676 2007-12-09  Edward Hervey  <edward@collabora.co.uk>
7677
7678         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
7679         (gst_flv_parse_tag_video):
7680         Fix list of supported and known codecs.
7681         Emit tag with the codec name so it gets properly reported in totem and
7682         other applications.
7683
7684 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
7685
7686         * configure.ac:
7687         Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
7688
7689 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
7690
7691         * gst/equalizer/gstiirequalizer.c:
7692         (gst_iir_equalizer_transform_ip):
7693         Fix compilation.
7694
7695 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
7696
7697         * gst/equalizer/gstiirequalizer.c:
7698         (gst_iir_equalizer_transform_ip):
7699         Don't process buffers in passthrough mode.
7700
7701 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
7702
7703         * gst/filter/gstbpwsinc.c: (bpwsinc_transform):
7704         * gst/filter/gstlpwsinc.c: (lpwsinc_transform):
7705         The transform() methods are not called in passthrough mode so
7706         there's no need for checking if the element is in passthrough mode.
7707
7708 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
7709
7710         * gst/filter/gstbpwsinc.c: (bpwsinc_transform):
7711         * gst/filter/gstlpwsinc.c: (lpwsinc_transform):
7712         Sync the GObject properties with the controller even in passthrough
7713         mode to get consistent property values.
7714
7715 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
7716
7717         * gst/mpegtsparse/mpegtsparse.c: (crc_tab):
7718           Mark crc values table as constant.
7719
7720 2007-12-05  Edgard Lima  <edgard.lima@indt.org.br>
7721
7722         * ext/metadata/metadataexif.c:
7723         * ext/metadata/metadataiptc.c:
7724         * ext/metadata/metadatatags.c:
7725         * ext/metadata/metadatatags.h:
7726         * ext/metadata/metadataxmp.c:
7727           Added some tags to exif parser.
7728
7729 2007-12-05  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7730
7731         * gst/mpegtsparse/mpegtspacketizer.c:
7732         * gst/mpegtsparse/mpegtsparse.c:
7733         A sub table is identified by the pair table_id and 
7734         sub_table_identifier, not by pid. So hash with that.
7735         * sys/dvb/dvbbasebin.c:
7736         Make sure initial pids are added properly to filter,
7737
7738 2007-12-05  Andy Wingo  <wingo@pobox.com>
7739
7740         * gst/switch/gstswitch.c (gst_switch_set_property): Don't push
7741         buffers from app thread when unsetting `queue-buffers', it's
7742         dangerous and the chain function will do it for us anyway.
7743
7744 2007-12-04  Edgard Lima  <edgard.lima@indt.org.br>
7745
7746         * ext/metadata/metadatamuxjpeg.c: (metadatamux_wrap_chunk),
7747         (metadatamux_jpeg_lazy_update):
7748         * ext/metadata/metadataparsejpeg.c: (metadataparse_jpeg_parse),
7749         (metadataparse_jpeg_reading):
7750           Now compiles even when libiptc is missing.
7751
7752 2007-12-04  Edgard Lima  <edgard.lima@indt.org.br>
7753
7754         * ext/metadata/gstmetadatamux.c:
7755         * ext/metadata/gstmetadatamux.h:
7756         * ext/metadata/gstmetadataparse.c:
7757         * ext/metadata/gstmetadataparse.h:
7758         * ext/metadata/metadata.c:
7759         * ext/metadata/metadata.h:
7760         * ext/metadata/metadatamuxjpeg.c:
7761         * ext/metadata/metadatamuxjpeg.h:
7762         * ext/metadata/metadatamuxpng.c:
7763         * ext/metadata/metadatamuxpng.h:
7764           Fixed element properties and now muxer writes to png also.
7765
7766 2007-12-03  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7767
7768         * gst/mpegtsparse/Makefile.am:
7769         * gst/mpegtsparse/mpegtspacketizer.c:
7770         * gst/mpegtsparse/mpegtsparse.c:
7771         Remove signals for pat, pmt, nit, eit, sdt. Replace with bus
7772         messages.
7773         * sys/dvb/dvbbasebin.c:
7774         Instead of attaching to signals, use the bus messages.
7775         Also fix up so the dvbsrc starts only outputting the info tables
7776         like PAT, CAT, NIT, SDT, EIT instead of the whole ts.
7777
7778 2007-12-03  Edgard Lima  <edgard.lima@indt.org.br>
7779
7780         * ext/metadata/gstmetadatamux.c:
7781         * ext/metadata/gstmetadatamux.h:
7782         * ext/metadata/metadataexif.c:
7783         * ext/metadata/metadataexif.h:
7784         * ext/metadata/metadataiptc.c:
7785         * ext/metadata/metadataiptc.h:
7786         * ext/metadata/metadatamuxjpeg.c:
7787         * ext/metadata/metadataxmp.c:
7788         * ext/metadata/metadataxmp.h:
7789           Muxer writes (in jpeg only) whole IPTC chunk sent as tag. Muxer
7790           implemets GstTagSetter interface.
7791
7792 2007-12-03  Thijs Vermeir  <thijsvermeir@gmail.com>
7793
7794         * gst/librfb/rfbdecoder.c:
7795                 Should fix the 64-bit build
7796
7797 2007-11-30  Edgard Lima  <edgard.lima@indt.org.br>
7798
7799         * ext/metadata/gstmetadatamux.c:
7800         * ext/metadata/gstmetadatamux.h:
7801         * ext/metadata/gstmetadataparse.c:
7802         * ext/metadata/gstmetadataparse.h:
7803         * ext/metadata/metadataexif.c:
7804         * ext/metadata/metadataexif.h:
7805         * ext/metadata/metadataiptc.c:
7806         * ext/metadata/metadataiptc.h:
7807         * ext/metadata/metadatamuxjpeg.c:
7808         * ext/metadata/metadatamuxpng.c:
7809         * ext/metadata/metadataparsejpeg.c:
7810         * ext/metadata/metadataparsepng.c:
7811         * ext/metadata/metadataxmp.c:
7812         * ext/metadata/metadataxmp.h:
7813           Muxer writes (in jpeg only) whole EXIF and XMP chunks sent as tags.
7814
7815 2007-11-30  Thijs Vermeir  <thijsvermeir@gmail.com>
7816
7817         * gst/librfb/rfbdecoder.c:
7818         * gst/librfb/rfbdecoder.h:
7819                 Add CoRRE encoding
7820
7821 2007-11-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7822
7823         * gst/mpegtsparse/mpegtsparse.c:
7824         CRC check the psi pids. CRC checking code relicenced from MPL.
7825         Thanks Fluendo.
7826
7827 2007-11-30  Edgard Lima  <edgard.lima@indt.org.br>
7828
7829         * ext/metadata/Makefile.am:
7830         * ext/metadata/gstmetadatamux.c:
7831         * ext/metadata/gstmetadatamux.h:
7832         * ext/metadata/gstmetadataparse.c:
7833         * ext/metadata/metadata.c:
7834         * ext/metadata/metadata.h:
7835         * ext/metadata/metadatamuxjpeg.c:
7836         * ext/metadata/metadatamuxjpeg.h:
7837         * ext/metadata/metadatamuxpng.c:
7838         * ext/metadata/metadatamuxpng.h:
7839         * ext/metadata/metadataparsejpeg.c:
7840         * ext/metadata/metadataparsejpeg.h:
7841         * ext/metadata/metadataparsepng.c:
7842         * ext/metadata/metadataparsepng.h:
7843         * ext/metadata/metadatatypes.c:
7844         * ext/metadata/metadatatypes.h:
7845           Fixed get_range bug when injecting and stripping. And mux is almost
7846           done now.
7847
7848 2007-11-30  Thijs Vermeir  <thijsvermeir@gmail.com>
7849
7850         * gst/librfb/rfbdecoder.c:
7851                 Use glib macro for swapping
7852
7853 2007-11-29  Thijs Vermeir  <thijsvermeir@gmail.com>
7854
7855         * gst/librfb/gstrfbsrc.c:
7856         * gst/librfb/rfbdecoder.c:
7857         * gst/librfb/rfbdecoder.h:
7858                 Disable CopyRect encoding by default
7859                 Add RRE encoding
7860
7861 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
7862
7863         Patch by: Wouter Cloetens <wouter at mind dot be>
7864
7865         * configure.ac:
7866         Bump libsoup requirement as libsoup does not support async client
7867         operation prior to version 2.2.104 and it has some leaks.
7868
7869         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_class_init),
7870         (gst_souphttp_src_init), (gst_souphttp_src_dispose),
7871         (gst_souphttp_src_set_property), (gst_souphttp_src_create),
7872         (gst_souphttp_src_start), (gst_souphttp_src_stop),
7873         (gst_souphttp_src_unlock), (gst_souphttp_src_unlock_stop),
7874         (gst_souphttp_src_get_size), (soup_got_headers), (soup_got_body),
7875         (soup_finished), (soup_got_chunk), (soup_response),
7876         (soup_session_close):
7877         * ext/soup/gstsouphttpsrc.h:
7878         Implement unlock().
7879         Picks up the size from the Content-Length header and emit a duration
7880         message.
7881         Don't leak the GMainContext object.
7882         Fixes #500099.
7883
7884 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
7885
7886         * ext/alsaspdif/alsaspdifsink.c: (alsaspdifsink_set_caps),
7887         (alsaspdifsink_get_time), (alsaspdifsink_set_params),
7888         (alsaspdifsink_find_pcm_device):
7889         Don't free uninitialized data when we are in error.
7890
7891 2007-11-28  Edgard Lima  <edgard.lima@indt.org.br>
7892
7893         * ext/metadata/gstmetadatamux.c:
7894         * ext/metadata/gstmetadataparse.c:
7895         * ext/metadata/metadataexif.c:
7896         * ext/metadata/metadataexif.h:
7897         * ext/metadata/metadataiptc.c:
7898         * ext/metadata/metadataiptc.h:
7899         * ext/metadata/metadatatags.c:
7900         * ext/metadata/metadatatags.h:
7901         * ext/metadata/metadataxmp.c:
7902         * ext/metadata/metadataxmp.h:
7903           Sending make and model individual tags and muxer now links fine.
7904
7905 2007-11-28  Edgard Lima  <edgard.lima@indt.org.br>
7906
7907         * ext/metadata/Makefile.am:
7908         * ext/metadata/gstmetadata.c:
7909         * ext/metadata/gstmetadatamux.c:
7910         * ext/metadata/gstmetadatamux.h:
7911         * ext/metadata/gstmetadataparse.c:
7912         * ext/metadata/gstmetadataparse.h:
7913         * ext/metadata/metadata.c:
7914         * ext/metadata/metadata.h:
7915         * ext/metadata/metadataexif.c:
7916         * ext/metadata/metadataexif.h:
7917         * ext/metadata/metadataiptc.c:
7918         * ext/metadata/metadataiptc.h:
7919         * ext/metadata/metadataparse.c:
7920         * ext/metadata/metadataparse.h:
7921         * ext/metadata/metadataparseexif.c:
7922         * ext/metadata/metadataparseexif.h:
7923         * ext/metadata/metadataparseiptc.c:
7924         * ext/metadata/metadataparseiptc.h:
7925         * ext/metadata/metadataparsexmp.c:
7926         * ext/metadata/metadataparsexmp.h:
7927         * ext/metadata/metadatatags.c:
7928         * ext/metadata/metadatatags.h:
7929         * ext/metadata/metadataxmp.c:
7930         * ext/metadata/metadataxmp.h:
7931           Small fixes in get_range and better structure for generic muxer and
7932           demuxer.
7933
7934 2007-11-26  Julien Moutte  <julien@fluendo.com>
7935
7936         * configure.ac: Add QuickTime Wrapper plug-in.
7937         * gst/speexresample/gstspeexresample.c:
7938         (gst_speex_resample_push_drain), (gst_speex_resample_process): Fix
7939         build on Mac OS X Leopard. Incorrect printf format arguments.
7940         * sys/Makefile.am:
7941         * sys/qtwrapper/Makefile.am:
7942         * sys/qtwrapper/audiodecoders.c:
7943         (qtwrapper_audio_decoder_base_init),
7944         (qtwrapper_audio_decoder_class_init),
7945         (qtwrapper_audio_decoder_init),
7946         (clear_AudioStreamBasicDescription), (fill_indesc_mp3),
7947         (fill_indesc_aac), (fill_indesc_samr), (fill_indesc_generic),
7948         (make_samr_magic_cookie), (open_decoder),
7949         (qtwrapper_audio_decoder_sink_setcaps), (process_buffer_cb),
7950         (qtwrapper_audio_decoder_chain),
7951         (qtwrapper_audio_decoder_sink_event),
7952         (qtwrapper_audio_decoders_register):
7953         * sys/qtwrapper/codecmapping.c: (audio_caps_from_string),
7954         (fourcc_to_caps):
7955         * sys/qtwrapper/codecmapping.h:
7956         * sys/qtwrapper/imagedescription.c: (image_description_for_avc1),
7957         (image_description_for_mp4v), (image_description_from_stsd_buffer),
7958         (image_description_from_codec_data):
7959         * sys/qtwrapper/imagedescription.h:
7960         * sys/qtwrapper/qtutils.c: (get_name_info_from_component),
7961         (get_output_info_from_component), (dump_avcc_atom),
7962         (dump_image_description), (dump_codec_decompress_params),
7963         (addSInt32ToDictionary), (dump_cvpixel_buffer),
7964         (DestroyAudioBufferList), (AllocateAudioBufferList):
7965         * sys/qtwrapper/qtutils.h:
7966         * sys/qtwrapper/qtwrapper.c: (plugin_init):
7967         * sys/qtwrapper/qtwrapper.h:
7968         * sys/qtwrapper/videodecoders.c:
7969         (qtwrapper_video_decoder_base_init),
7970         (qtwrapper_video_decoder_class_init),
7971         (qtwrapper_video_decoder_init), (qtwrapper_video_decoder_finalize),
7972         (fill_image_description), (new_image_description), (close_decoder),
7973         (open_decoder), (qtwrapper_video_decoder_sink_setcaps),
7974         (decompressCb), (qtwrapper_video_decoder_chain),
7975         (qtwrapper_video_decoder_sink_event),
7976         (qtwrapper_video_decoders_register): Initial import of QuickTime
7977         wrapper jointly developped by Songbird authors (Pioneers of the
7978         Inevitable) and Fluendo.
7979
7980 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
7981
7982         * gst/spectrum/gstspectrum.c:
7983           Use dispose and finalize. Dispose can be called multiple times.
7984
7985 2007-11-26  Edgard Lima  <edgard.lima@indt.org.br>
7986
7987         * ext/metadata/gstmetadataparse.c: (gst_metadata_parse_init),
7988         (gst_metadata_parse_chain), (gst_metadata_parse_checkgetrange):
7989           Now works when get_range is not available upstream.
7990
7991 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
7992
7993         * gst/speexresample/README:
7994         * gst/speexresample/arch.h:
7995         * gst/speexresample/resample.c: (resampler_basic_direct_single),
7996         (resampler_basic_direct_double),
7997         (resampler_basic_interpolate_single),
7998         (resampler_basic_interpolate_double),
7999         (speex_resampler_process_native), (speex_resampler_process_float),
8000         (speex_resampler_process_int),
8001         (speex_resampler_process_interleaved_float),
8002         (speex_resampler_process_interleaved_int),
8003         (speex_resampler_get_input_latency),
8004         (speex_resampler_get_output_latency):
8005         * gst/speexresample/speex_resampler.h:
8006         Update speex resampler to latest SVN. We're now down to only the
8007         changes noted in README again.
8008
8009         * gst/speexresample/speex_resampler_wrapper.h:
8010         * gst/speexresample/gstspeexresample.c:
8011         (gst_speex_resample_push_drain), (gst_speex_resample_query):
8012         Adjust to API changes.
8013
8014 2007-11-25  Edward Hervey  <bilboed@bilboed.com>
8015
8016         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
8017         (gst_flv_parse_tag_video):
8018         Output segment with proper 'stop' value, makes flvdemux 100% compatible
8019         with gnonlin.
8020
8021 2007-11-25  Stefan Kost  <ensonic@users.sf.net>
8022
8023         * ext/dc1394/gstdc1394.c:
8024           Set initial structure name to fix assertion, due to recent caps name
8025           constraints.
8026
8027 2007-11-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
8028
8029         patch by: Alessandro Decina
8030
8031         * gst/mpegtsparse/mpegtspacketizer.c:
8032         * gst/mpegtsparse/mpegtspacketizer.h:
8033         * gst/mpegtsparse/mpegtsparse.c:
8034         * gst/mpegtsparse/mpegtsparse.h:
8035         pat-info is now a signal not a GObject property that
8036         gets notified.
8037         pat-info, pmt-info now instead of passing a GObject as
8038         a parameter, pass a GstStructure.
8039         New signals: nit-info, sdt-info, eit-info for DVB SI information
8040         * sys/dvb/camconditionalaccess.c:
8041         * sys/dvb/camconditionalaccess.h:
8042         * sys/dvb/camdevice.c:
8043         * sys/dvb/camdevice.h:
8044         * sys/dvb/camswclient.c:
8045         * sys/dvb/camswclient.h:
8046         * sys/dvb/camutils.c:
8047         * sys/dvb/camutils.h:
8048         Cam code now uses the pmt GstStructure passed from mpegtsparse
8049         signals rather than the GObject.
8050         * sys/dvb/dvbbasebin.c:
8051         Use new signals in mpegtsparse and use GstStructures as per
8052         mpegtsparse's modified API.
8053         
8054 2007-11-23  Edgard Lima  <edgard.lima@indt.org.br>
8055
8056         * ext/metadata/Makefile.am:
8057         * ext/metadata/gstmetadata.c:
8058         * ext/metadata/gstmetadatamux.c:
8059         * ext/metadata/gstmetadatamux.h:
8060         * ext/metadata/gstmetadataparse.c:
8061         * ext/metadata/gstmetadataparse.h:
8062         * ext/metadata/metadataparse.c:
8063         * ext/metadata/metadataparse.h:
8064         * ext/metadata/metadataparsejpeg.c:
8065         * ext/metadata/metadataparsejpeg.h:
8066         * ext/metadata/metadataparsepng.c:
8067         * ext/metadata/metadataparsepng.h:
8068         * ext/metadata/metadataparsetypes.h:
8069         * ext/metadata/metadatatypes.c:
8070         * ext/metadata/metadatatypes.h:
8071           Now parser is generic (just add/remove a list of chunks). And a
8072           template of muxer has been created.
8073
8074 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
8075
8076         * gst/speexresample/gstspeexresample.c:
8077         (gst_speex_resample_update_state):
8078         Only post the latency message if we have a resampler state already.
8079
8080 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
8081
8082         * gst/speexresample/gstspeexresample.c:
8083         (gst_speex_resample_update_state):
8084         Also post GST_MESSAGE_LATENCY if the latency changes.
8085
8086 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
8087
8088         * gst/speexresample/resample.c: (speex_resampler_get_latency),
8089         (speex_resampler_drain_float), (speex_resampler_drain_int),
8090         (speex_resampler_drain_interleaved_float),
8091         (speex_resampler_drain_interleaved_int):
8092         * gst/speexresample/speex_resampler.h:
8093         * gst/speexresample/speex_resampler_wrapper.h:
8094         Add functions to push the remaining samples and to get the latency
8095         of the resampler. These will get added to Speex SVN in this or a
8096         slightly changed form at some point too and should get merged then
8097         again.
8098
8099         * gst/speexresample/gstspeexresample.c: (gst_speex_resample_init),
8100         (gst_speex_resample_init_state),
8101         (gst_speex_resample_transform_size),
8102         (gst_speex_resample_push_drain), (gst_speex_resample_event),
8103         (gst_speex_fix_output_buffer), (gst_speex_resample_process),
8104         (gst_speex_resample_query), (gst_speex_resample_query_type):
8105         Drop the prepending zeroes and output the remaining samples on EOS.
8106         Also properly implement the latency query for this. speexresample
8107         should be completely ready for production use now.
8108
8109 2007-11-22  Wim Taymans  <wim.taymans@gmail.com>
8110
8111         * gst/rtpmanager/gstrtpjitterbuffer.c:
8112         (gst_rtp_jitter_buffer_query):
8113         jitterbuffer can buffer an unlimited amount of time and thus has no
8114         max_latency requirements.
8115
8116 2007-11-21  Sebastian Dröge  <slomo@circular-chaos.org>
8117
8118         * gst/speexresample/README:
8119         Add README explaining where the resampling code was taken from
8120         and which changes were done.
8121
8122         * gst/speexresample/resample.c: (speex_alloc), (speex_realloc),
8123         (speex_free):
8124         Use g_malloc() and friends instead of malloc() to achieve higher
8125         portability and define the functions inline.
8126
8127         * gst/speexresample/speex_resampler.h:
8128         Add back some useless preprocessor stuff to keep the diff between
8129         our version and the one from the Speex SVN repository lower.
8130
8131 2007-11-21  Sebastian Dröge  <slomo@circular-chaos.org>
8132
8133         * gst/filter/gstbpwsinc.c: (bpwsinc_set_property):
8134         * gst/filter/gstlpwsinc.c: (lpwsinc_set_property):
8135         Post a GST_MESSAGE_LATENCY if the latency changes.
8136
8137 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
8138
8139         * ext/faac/gstfaac.c: (gst_faac_sink_event):
8140         Don't try to flush the decoder on EOS when it was not initialized.
8141         Fixes #498667
8142
8143 2007-11-21  Julien Moutte  <julien@fluendo.com>
8144
8145         * ext/sdl/sdlaudiosink.c: (gst_sdlaudio_sink_write): Fix build
8146         on Mac OS X. (missing format parameter)
8147
8148 2007-11-21  Stefan Kost  <ensonic@users.sf.net>
8149
8150         * gst/equalizer/gstiirequalizer10bands.c:
8151         * gst/equalizer/gstiirequalizer3bands.c:
8152           Remove preset iface again. We'll re-add this after its been released
8153           in -good.
8154
8155 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8156
8157         * gst/speexresample/gstspeexresample.c:
8158         (gst_speex_fix_output_buffer), (gst_speex_resample_transform):
8159         Some small cleanup and addition of a TODO item.
8160
8161 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8162
8163         * gst/speexresample/Makefile.am:
8164         Add missing file.
8165
8166 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8167
8168         * docs/plugins/inspect/plugin-app.xml:
8169         * docs/plugins/inspect/plugin-bayer.xml:
8170         * docs/plugins/inspect/plugin-cdaudio.xml:
8171         * docs/plugins/inspect/plugin-dvb.xml:
8172         * docs/plugins/inspect/plugin-dvbsrc.xml:
8173         * docs/plugins/inspect/plugin-dvdspu.xml:
8174         * docs/plugins/inspect/plugin-festival.xml:
8175         * docs/plugins/inspect/plugin-flvdemux.xml:
8176         * docs/plugins/inspect/plugin-gstinterlace.xml:
8177         * docs/plugins/inspect/plugin-interleave.xml:
8178         * docs/plugins/inspect/plugin-ladspa.xml:
8179         * docs/plugins/inspect/plugin-mpeg4videoparse.xml:
8180         * docs/plugins/inspect/plugin-mpegtsparse.xml:
8181         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
8182         * docs/plugins/inspect/plugin-mve.xml:
8183         * docs/plugins/inspect/plugin-nas.xml:
8184         * docs/plugins/inspect/plugin-nuvdemux.xml:
8185         * docs/plugins/inspect/plugin-quicktime.xml:
8186         * docs/plugins/inspect/plugin-real.xml:
8187         * docs/plugins/inspect/plugin-rfbsrc.xml:
8188         * docs/plugins/inspect/plugin-sdp.xml:
8189         * docs/plugins/inspect/plugin-sndfile.xml:
8190         * docs/plugins/inspect/plugin-soup.xml:
8191         * docs/plugins/inspect/plugin-speexresample.xml:
8192         * docs/plugins/inspect/plugin-stereo.xml:
8193         * docs/plugins/inspect/plugin-switch.xml:
8194         * docs/plugins/inspect/plugin-vcdsrc.xml:
8195         * docs/plugins/inspect/plugin-videocrop.xml:
8196         * docs/plugins/inspect/plugin-videoparse.xml:
8197         * docs/plugins/inspect/plugin-vmnc.xml:
8198         * docs/plugins/inspect/plugin-x264.xml:
8199         * docs/plugins/inspect/plugin-y4menc.xml:
8200         Add missing inspection files to CVS.
8201
8202 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8203
8204         * docs/plugins/Makefile.am:
8205         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
8206         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
8207         * docs/plugins/gst-plugins-bad-plugins.args:
8208         * docs/plugins/gst-plugins-bad-plugins.signals:
8209         * docs/plugins/inspect/plugin-bz2.xml:
8210         * docs/plugins/inspect/plugin-cdxaparse.xml:
8211         * docs/plugins/inspect/plugin-dtsdec.xml:
8212         * docs/plugins/inspect/plugin-equalizer.xml:
8213         * docs/plugins/inspect/plugin-faac.xml:
8214         * docs/plugins/inspect/plugin-faad.xml:
8215         * docs/plugins/inspect/plugin-filter.xml:
8216         * docs/plugins/inspect/plugin-freeze.xml:
8217         * docs/plugins/inspect/plugin-gio.xml:
8218         * docs/plugins/inspect/plugin-gsm.xml:
8219         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
8220         * docs/plugins/inspect/plugin-h264parse.xml:
8221         * docs/plugins/inspect/plugin-modplug.xml:
8222         * docs/plugins/inspect/plugin-mpeg2enc.xml:
8223         * docs/plugins/inspect/plugin-musepack.xml:
8224         * docs/plugins/inspect/plugin-musicbrainz.xml:
8225         * docs/plugins/inspect/plugin-nsfdec.xml:
8226         * docs/plugins/inspect/plugin-replaygain.xml:
8227         * docs/plugins/inspect/plugin-soundtouch.xml:
8228         * docs/plugins/inspect/plugin-spcdec.xml:
8229         * docs/plugins/inspect/plugin-spectrum.xml:
8230         * docs/plugins/inspect/plugin-speed.xml:
8231         * docs/plugins/inspect/plugin-tta.xml:
8232         * docs/plugins/inspect/plugin-videosignal.xml:
8233         * docs/plugins/inspect/plugin-xingheader.xml:
8234         * docs/plugins/inspect/plugin-xvid.xml:
8235         * gst/speexresample/gstspeexresample.h:
8236         Add speexresample to the docs and while at that do a make update.
8237
8238 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8239
8240         * gst/speexresample/gstspeexresample.c:
8241         (gst_speex_fix_output_buffer), (gst_speex_resample_process):
8242         If the resampler gives less output samples than expected
8243         adjust the output buffer and print a warning.
8244
8245 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8246
8247         * configure.ac:
8248         * gst/speexresample/arch.h:
8249         * gst/speexresample/fixed_generic.h:
8250         * gst/speexresample/gstspeexresample.c:
8251         (gst_speex_resample_base_init), (gst_speex_resample_class_init),
8252         (gst_speex_resample_init), (gst_speex_resample_start),
8253         (gst_speex_resample_stop), (gst_speex_resample_get_unit_size),
8254         (gst_speex_resample_transform_caps),
8255         (gst_speex_resample_init_state), (gst_speex_resample_update_state),
8256         (gst_speex_resample_reset_state), (gst_speex_resample_parse_caps),
8257         (gst_speex_resample_transform_size), (gst_speex_resample_set_caps),
8258         (gst_speex_resample_event), (gst_speex_resample_check_discont),
8259         (gst_speex_resample_process), (gst_speex_resample_transform),
8260         (gst_speex_resample_set_property),
8261         (gst_speex_resample_get_property), (plugin_init):
8262         * gst/speexresample/gstspeexresample.h:
8263         * gst/speexresample/resample.c: (speex_alloc), (speex_realloc),
8264         (speex_free), (compute_func), (main), (sinc), (cubic_coef),
8265         (resampler_basic_direct_single), (resampler_basic_direct_double),
8266         (resampler_basic_interpolate_single),
8267         (resampler_basic_interpolate_double), (update_filter),
8268         (speex_resampler_init), (speex_resampler_init_frac),
8269         (speex_resampler_destroy), (speex_resampler_process_native),
8270         (speex_resampler_process_float), (speex_resampler_process_int),
8271         (speex_resampler_process_interleaved_float),
8272         (speex_resampler_process_interleaved_int),
8273         (speex_resampler_set_rate), (speex_resampler_get_rate),
8274         (speex_resampler_set_rate_frac), (speex_resampler_get_ratio),
8275         (speex_resampler_set_quality), (speex_resampler_get_quality),
8276         (speex_resampler_set_input_stride),
8277         (speex_resampler_get_input_stride),
8278         (speex_resampler_set_output_stride),
8279         (speex_resampler_get_output_stride), (speex_resampler_skip_zeros),
8280         (speex_resampler_reset_mem), (speex_resampler_strerror):
8281         * gst/speexresample/speex_resampler.h:
8282         * gst/speexresample/speex_resampler_float.c:
8283         * gst/speexresample/speex_resampler_int.c:
8284         * gst/speexresample/speex_resampler_wrapper.h:
8285         Add resample element based on the Speex resampling algorithm.
8286
8287 2007-11-20  Edgard Lima  <edgard.lima@indt.org.br>
8288
8289         * ext/metadata/gstmetadataparse.c:
8290         * ext/metadata/gstmetadataparse.h:
8291           Fixed buffer strip (safer wil pull and after seek).
8292
8293 2007-11-19  Stefan Kost  <ensonic@users.sf.net>
8294
8295         * gst/equalizer/gstiirequalizer10bands.c:
8296         * gst/equalizer/gstiirequalizer3bands.c:
8297           Activate preset iface and upload two presets here.
8298
8299 2007-11-19  Edgard Lima  <edgard.lima@indt.org.br>
8300
8301         * ext/metadata/gstmetadataparse.c:
8302         * ext/metadata/gstmetadataparse.h:
8303           Strip out in pull mode also. Seek and Query functions added.
8304
8305 2007-11-18  Edgard Lima  <edgard.lima@indt.org.br>
8306
8307         * ext/metadata/gstmetadataparse.c:
8308         * ext/metadata/gstmetadataparse.h:
8309         * ext/metadata/metadataparse.c:
8310         * ext/metadata/metadataparse.h:
8311         * ext/metadata/metadataparsejpeg.c:
8312         * ext/metadata/metadataparsejpeg.h:
8313         * ext/metadata/metadataparsepng.c:
8314         * ext/metadata/metadataparsepng.h:
8315         * ext/metadata/metadataparsetypes.h:
8316           Strip out metadata chunks.
8317
8318 2007-11-16  Stefan Kost  <ensonic@users.sf.net>
8319
8320         * configure.ac:
8321           Als use AG_GST_PLUGIN_DOCS (see #344039).
8322
8323 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
8324
8325         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
8326
8327         * gst/mpegtsparse/mpegtspacketizer.c: (foreach_stream_clear),
8328         (remove_all), (mpegts_packetizer_clear):
8329         Ensure that the plugin does not crash when the property pat-info is
8330         queried before a PAT is available. It also ensures that the PAT info is
8331         cleared when the changing from PLAYING to READY.
8332         Fixes #487892.
8333
8334 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
8335
8336         Patch by: Wouter Paesen <wouter at blue-gate dot be>
8337
8338         * ext/soundtouch/gstpitch.cc:
8339         Handle seeking correctly. Fixes #461068.
8340
8341 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
8342
8343         Patch by: Michael Kötter <m dot koetter at oraise dot de>
8344
8345         * ext/alsaspdif/alsaspdifsink.c: (alsaspdifsink_set_caps),
8346         (alsaspdifsink_get_time), (alsaspdifsink_open),
8347         (alsaspdifsink_set_params), (alsaspdifsink_delay), (plugin_init):
8348         Fix sample rate and clocking.
8349         Remove buffer_time and period_time as this seems to break on some
8350         hardware. Fixes #485462.
8351
8352 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
8353
8354         Patch by: Wouter Cloetens <wouter at mind dot be>
8355
8356         * configure.ac:
8357         * ext/Makefile.am:
8358         * ext/soup/Makefile.am:
8359         * ext/soup/gstsouphttpsrc.c: (_do_init),
8360         (gst_souphttp_src_base_init), (gst_souphttp_src_class_init),
8361         (gst_souphttp_src_init), (gst_souphttp_src_dispose),
8362         (gst_souphttp_src_set_property), (gst_souphttp_src_get_property),
8363         (gst_souphttp_src_create), (gst_souphttp_src_start),
8364         (gst_souphttp_src_stop), (gst_souphttp_src_unlock),
8365         (gst_souphttp_src_set_location), (soup_got_chunk), (soup_response),
8366         (soup_session_close), (plugin_init):
8367         * ext/soup/gstsouphttpsrc.h:
8368         Added HTTP source based on libsoup. Fixes #497020.
8369
8370 2007-11-15  Thijs Vermeir  <thijsvermeir@gmail.com>
8371
8372         * gst/librfb/gstrfbsrc.c:
8373         don't forget to handle the offset's
8374         * gst/librfb/rfbdecoder.c:
8375         * gst/librfb/rfbdecoder.h:
8376         precalculate some many used values
8377
8378 2007-11-15  Thijs Vermeir  <thijsvermeir@gmail.com>
8379
8380         patch by: Armando Taffarel Neto <taffarel@solis.coop.br>
8381         * gst/librfb/gstrfbsrc.c:
8382         Set the timestamp for the output buffers
8383
8384 2007-11-14  Sebastian Dröge  <slomo@circular-chaos.org>
8385
8386         * tests/check/elements/spectrum.c: (GST_START_TEST):
8387         Fix spectrum unit test for the latest spectrum changes.
8388
8389 2007-11-12  Sebastian Dröge  <slomo@circular-chaos.org>
8390
8391         Patch by: René Stadler <mail at renestadler dot de>
8392
8393         * gst/replaygain/rganalysis.c: (yule_filter):
8394         Avoid slowdown from denormals when processing near-silence input data.
8395         Spotted by Gabriel Bouvigne. Fixes #494499.
8396
8397 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
8398
8399         * gst/flv/gstflvparse.c:
8400         Add mapping for Nellymoser ASAO audio codec.
8401         (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video): Make sure we
8402         actually have data to read at the end of the tag. This avoids trying
8403         to allocate negative buffers.
8404
8405 2007-11-12  Edgard Lima  <edgard.lima@indt.org.br>
8406
8407         * ext/metadata/README:
8408           Added a design proposal from metadata parse and mux.
8409
8410 2007-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
8411
8412         * gst/equalizer/demo.c: (draw_spectrum):
8413         * gst/spectrum/demo-audiotest.c: (draw_spectrum):
8414         * gst/spectrum/demo-osssrc.c: (draw_spectrum):
8415         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init):
8416         Change the meaning of the magnitude values given in the
8417         GstMessages by spectrum to decibel instead of
8418         decibel+threshold.
8419
8420 2007-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
8421
8422         * gst/equalizer/gstiirequalizer10bands.c:
8423         * gst/equalizer/gstiirequalizer3bands.c:
8424         * gst/equalizer/gstiirequalizernbands.c:
8425         And continue to update docs. Also include some sample code
8426         for the n-band equalizer in the docs.
8427
8428 2007-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
8429
8430         * gst/equalizer/gstiirequalizer10bands.c:
8431         (gst_iir_equalizer_10bands_class_init):
8432         * gst/equalizer/gstiirequalizer3bands.c:
8433         (gst_iir_equalizer_3bands_class_init):
8434         * gst/equalizer/gstiirequalizernbands.c:
8435         Update docs and property ranges to the real values.
8436
8437 2007-11-09  Sebastian Dröge  <slomo@circular-chaos.org>
8438
8439         * gst/spectrum/gstspectrum.c:
8440         Now do the scaling right for real. Also initialize a previously
8441         uninitialized variable.
8442
8443 2007-11-09  Edgard Lima  <edgard.lima@indt.org.br>
8444
8445         * ext/metadata/metadataparsexmp.c:
8446         (metadataparse_xmp_tag_list_add),
8447         (metadataparse_xmp_iter_simple_qual),
8448         (metadataparse_xmp_iter_simple), (metadataparse_xmp_iter_array),
8449         (metadataparse_xmp_iter):
8450           Extracting more detailed info from XMP.
8451
8452 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
8453
8454         * gst/equalizer/demo.c:
8455           Make default volume a bit less. Improve layout by giving more space to
8456           the slider with big-numbers and enable fill.
8457
8458 2007-11-07  Sebastian Dröge  <slomo@circular-chaos.org>
8459
8460         * configure.ac:
8461         * tests/check/pipelines/gio.c: (GST_START_TEST):
8462         Require GIO >= 0.1.2 and adjust unit test for an API change.
8463
8464 2007-11-07  Sebastian Dröge  <slomo@circular-chaos.org>
8465
8466         * tests/icles/equalizer-test.c: (do_slider_fiddling):
8467         Fix gain ranges for the latest equalizer changes.
8468
8469 2007-11-07  Sebastian Dröge  <slomo@circular-chaos.org>
8470
8471         * ext/gio/gstgio.h:
8472         Add macro to check if a stream supports seeking.
8473
8474         * ext/gio/Makefile.am:
8475         * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_base_init),
8476         (gst_gio_base_sink_class_init), (gst_gio_base_sink_init),
8477         (gst_gio_base_sink_finalize), (gst_gio_base_sink_start),
8478         (gst_gio_base_sink_stop), (gst_gio_base_sink_unlock),
8479         (gst_gio_base_sink_unlock_stop), (gst_gio_base_sink_event),
8480         (gst_gio_base_sink_render), (gst_gio_base_sink_query),
8481         (gst_gio_base_sink_set_stream):
8482         * ext/gio/gstgiobasesink.h:
8483         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_base_init),
8484         (gst_gio_base_src_class_init), (gst_gio_base_src_init),
8485         (gst_gio_base_src_finalize), (gst_gio_base_src_start),
8486         (gst_gio_base_src_stop), (gst_gio_base_src_get_size),
8487         (gst_gio_base_src_is_seekable), (gst_gio_base_src_unlock),
8488         (gst_gio_base_src_unlock_stop), (gst_gio_base_src_check_get_range),
8489         (gst_gio_base_src_create), (gst_gio_base_src_set_stream):
8490         * ext/gio/gstgiobasesrc.h:
8491         Refactor common GIO functions to GstGioBaseSink and GstGioBaseSrc
8492         base classes that only require a GInputStream or GOutputStream to
8493         work.
8494
8495         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
8496         (gst_gio_sink_class_init), (gst_gio_sink_init),
8497         (gst_gio_sink_finalize), (gst_gio_sink_start):
8498         * ext/gio/gstgiosink.h:
8499         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
8500         (gst_gio_src_class_init), (gst_gio_src_init),
8501         (gst_gio_src_finalize), (gst_gio_src_start):
8502         * ext/gio/gstgiosrc.h:
8503         Use the newly created base classes here.
8504
8505         * ext/gio/gstgio.c: (plugin_init):
8506         * ext/gio/gstgiostreamsink.c: (gst_gio_stream_sink_base_init),
8507         (gst_gio_stream_sink_class_init), (gst_gio_stream_sink_init),
8508         (gst_gio_stream_sink_finalize), (gst_gio_stream_sink_set_property),
8509         (gst_gio_stream_sink_get_property):
8510         * ext/gio/gstgiostreamsink.h:
8511         * ext/gio/gstgiostreamsrc.c: (gst_gio_stream_src_base_init),
8512         (gst_gio_stream_src_class_init), (gst_gio_stream_src_init),
8513         (gst_gio_stream_src_finalize), (gst_gio_stream_src_set_property),
8514         (gst_gio_stream_src_get_property):
8515         * ext/gio/gstgiostreamsrc.h:
8516         Implement GstGioStreamSink and GstGioStreamSrc that have a property
8517         to set the GInputStream/GOutputStream that should be used.
8518
8519         * tests/check/Makefile.am:
8520         * tests/check/pipelines/.cvsignore:
8521         * tests/check/pipelines/gio.c: (message_handler), (GST_START_TEST),
8522         (gio_testsuite), (main):
8523         Add unit test for giostreamsrc and giostreamsink.
8524
8525 2007-11-07  Sebastian Dröge  <slomo@circular-chaos.org>
8526
8527         * ext/gio/gstgio.c: (plugin_init):
8528         Remove nowadays unnecessary workaround for a crash.
8529         
8530         * ext/gio/gstgiosink.c: (gst_gio_sink_finalize),
8531         (gst_gio_sink_start), (gst_gio_sink_stop),
8532         (gst_gio_sink_unlock_stop):
8533         * ext/gio/gstgiosink.h:
8534         * ext/gio/gstgiosrc.c: (gst_gio_src_finalize), (gst_gio_src_start),
8535         (gst_gio_src_stop), (gst_gio_src_unlock_stop):
8536         * ext/gio/gstgiosrc.h:
8537         Make the finalize function safer, clean up everything that could stay
8538         around.
8539
8540         Reset the cancellable instead of creating a new one after cancelling
8541         some operation.
8542
8543         Don't store the GFile in the element, it's only necessary for creating
8544         the streams.
8545
8546 2007-11-06  Sebastian Dröge  <slomo@circular-chaos.org>
8547
8548         * gst/spectrum/demo-audiotest.c: (main):
8549         Use autoaudiosink instead of alsasink and use a sine wave.
8550
8551         * gst/spectrum/gstspectrum.c:
8552         Fix the magnitude calculation.
8553
8554 2007-11-04  Tim-Philipp Müller  <tim at centricular dot net>
8555
8556         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
8557
8558         * gst-libs/gst/dshow/gstdshowfakesink.cpp:
8559           (CDshowFakeSink.CDshowFakeSink):
8560         * gst-libs/gst/dshow/gstdshowfakesink.h: (CDshowFakeSink.m_hres):
8561           Fix crasher in constructor due to the base class's constructor
8562           not necessarily being NULL-safe (depends on the SDK version used
8563           apparently; #492406).
8564
8565         * sys/dshowsrcwrapper/gstdshowaudiosrc.c: (gst_dshowaudiosrc_prepare):
8566         * sys/dshowsrcwrapper/gstdshowvideosrc.c: (gst_dshowvideosrc_set_caps):
8567           Fix a couple of MSVC compiler warnings (#492406).
8568
8569 2007-11-03  Sebastian Dröge  <slomo@circular-chaos.org>
8570
8571         * gst/equalizer/demo.c: (main):
8572         * gst/equalizer/gstiirequalizer.c:
8573         (gst_iir_equalizer_band_class_init), (setup_filter):
8574         Allow setting 0 as bandwidth and handle this correctly.
8575         Also handle a bandwidth of rate/2 properly.
8576
8577         * gst/equalizer/gstiirequalizernbands.c:
8578         (gst_iir_equalizer_nbands_class_init):
8579         Make it possible to generate a N-band equalizer with 1 bands. The
8580         previous limit of 2 was caused by a nowadays replaced calculation
8581         doing a division by zero if number of bands was 1.
8582
8583 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
8584
8585         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
8586
8587         * gst/rtpmanager/gstrtpsession.c:
8588           Fix bad function signatures (#492798).
8589
8590 2007-11-02  Edgard Lima  <edgard.lima@indt.org.br>
8591
8592         * ext/metadata/Makefile.am:
8593         * ext/metadata/gstmetadataparse.c:
8594         * ext/metadata/gstmetadataparse.h:
8595         * ext/metadata/metadataparse.c:
8596         * ext/metadata/metadataparse.h:
8597         * ext/metadata/metadataparseexif.c:
8598         * ext/metadata/metadataparseexif.h:
8599         * ext/metadata/metadataparseiptc.c:
8600         * ext/metadata/metadataparseiptc.h:
8601         * ext/metadata/metadataparsejpeg.c:
8602         * ext/metadata/metadataparsejpeg.h:
8603         * ext/metadata/metadataparsepng.c:
8604         * ext/metadata/metadataparsepng.h:
8605         * ext/metadata/metadataparseutil.c:
8606         * ext/metadata/metadataparseutil.h:
8607         * ext/metadata/metadataparsexmp.c:
8608         * ext/metadata/metadataparsexmp.h:
8609           Added support for PNG/XMP. Indentation. And fixed pull mode to parse
8610           the file. 
8611
8612 2007-11-02  Edgard Lima  <edgard.lima@indt.org.br>
8613
8614         * ext/metadata/gstmetadataparse.c: (gst_metadata_parse_init),
8615         (gst_metadata_parse_activate), (gst_metadata_parse_get_range),
8616         (gst_metadata_parse_element_activate_src_pull):
8617           Now metadataparse works in push or pull mode.
8618
8619 2007-11-01  Edgard Lima  <edgard.lima@indt.org.br>
8620
8621         * configure.ac:
8622         * ext/metadata/Makefile.am:
8623         * ext/metadata/metadataparseexif.c:
8624         (metadataparse_exif_tags_register),
8625         (metadataparse_exif_tag_list_add):
8626         * ext/metadata/metadataparseiptc.c:
8627         * ext/metadata/metadataparsejpeg.c: (metadataparse_jpeg_init),
8628         (metadataparse_jpeg_dispose), (metadataparse_jpeg_parse),
8629         (metadataparse_jpeg_reading), (metadataparse_jpeg_xmp):
8630         * ext/metadata/metadataparseutil.c:
8631         (metadataparse_tag_list_add_chunk):
8632         * ext/metadata/metadataparseutil.h:
8633         * ext/metadata/metadataparsexmp.c:
8634         (metadataparse_xmp_tags_register),
8635         (metadataparse_xmp_tag_list_add), (metadataparse_xmp_init),
8636         (metadataparse_xmp_dispose):
8637         * ext/metadata/metadataparsexmp.h:
8638           Some XMP stuff added.
8639
8640 2007-10-31  Edgard Lima  <edgard.lima@indt.org.br>
8641
8642         * ext/metadata/gstmetadataparse.c:
8643         (gst_metadata_parse_dispose_members),
8644         (gst_metadata_parse_init_members), (gst_metadata_parse_send_tags),
8645         (gst_metadata_parse_chain), (gst_metadata_parse_get_range),
8646         (gst_metadata_parse_change_state),
8647         (gst_metadata_parse_plugin_init):
8648         * ext/metadata/gstmetadataparse.h:
8649         * ext/metadata/metadataparseexif.c:
8650         (metadataparse_exif_tags_register),
8651         (metadataparse_exif_tag_list_add),
8652         (exif_data_foreach_content_func),
8653         (exif_content_foreach_entry_func):
8654         * ext/metadata/metadataparseexif.h:
8655         * ext/metadata/metadataparseiptc.c:
8656         (metadataparse_iptc_tags_register),
8657         (metadataparse_tag_list_add_chunk),
8658         (metadataparse_iptc_tag_list_add),
8659         (iptc_data_foreach_dataset_func):
8660         * ext/metadata/metadataparseiptc.h:
8661         * ext/metadata/metadataparsexmp.c:
8662         (metadataparse_xmp_tags_register),
8663         (metadataparse_xmp_tag_list_add):
8664         * ext/metadata/metadataparsexmp.h:
8665           Now sending iptc tag in whole chunk. Ready to also send exif and xmp
8666           in the same way (look at bug #486659).
8667
8668 2007-10-31  Thijs Vermeir  <thijsvermeir@gmail.com>
8669
8670         * gst/librfb/rfbdecoder.c:
8671                 Some refactoring in RAW encoding
8672
8673 2007-10-31  Thijs Vermeir  <thijsvermeir@gmail.com>
8674
8675         * gst/librfb/d3des.h:
8676         * gst/librfb/gstrfbsrc.c:
8677         * gst/librfb/gstrfbsrc.h:
8678         * gst/librfb/rfbbuffer.h:
8679         * gst/librfb/rfbcontext.h:
8680         * gst/librfb/rfbdecoder.c:
8681         * gst/librfb/rfbdecoder.h:
8682         * gst/librfb/rfbutil.h:
8683         * gst/librfb/vncauth.h:
8684                 Added copyrect encoding
8685
8686 2007-10-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8687
8688         * sys/dvb/camswclient.c:
8689         Warn on failed write.
8690
8691 2007-10-30  Sebastian Dröge  <slomo@circular-chaos.org>
8692
8693         * gst/equalizer/Makefile.am:
8694         * gst/equalizer/demo.c: (on_window_destroy), (on_configure_event),
8695         (on_gain_changed), (on_bandwidth_changed), (on_freq_changed),
8696         (draw_spectrum), (message_handler), (main):
8697         Add small demo application based on the spectrum demo applications
8698         that gets white noise as input, pushes it through an equalizer and
8699         paints the spectrum. For every equalizer band it's possible to set
8700         gain, bandwidth and frequency.
8701         * gst/equalizer/gstiirequalizer.c: (setup_filter):
8702         Add some guarding against too large or too small frequencies and
8703         bandwidths. Also improve debugging a bit.
8704
8705 2007-10-30  Sebastian Dröge  <slomo@circular-chaos.org>
8706
8707         * gst/equalizer/gstiirequalizer.c:
8708         (gst_iir_equalizer_band_set_property),
8709         (gst_iir_equalizer_band_get_property),
8710         (gst_iir_equalizer_band_class_init), (arg_to_scale),
8711         (setup_filter), (gst_iir_equalizer_compute_frequencies):
8712         Replace filters with a bit better filters for which we can actually
8713         find documentation, which don't change anything on zero gain, etc.
8714         
8715         Make the frequency property of the bands writable, rename the
8716         band-width property to bandwidth and change the meaning to the
8717         frequency difference between bandedges, change the meaning of the
8718         gain property to dB instead of a weird scale between -1 and 1 that
8719         has no real meaning.
8720
8721 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
8722
8723         * sys/dvb/dvbbasebin.c:
8724           Fix the build.
8725
8726 2007-10-30  Edgard Lima  <edgard.lima@indt.org.br>
8727
8728         * ext/metadata/.cvsignore:
8729         * ext/metadata/gstmetadataparse.c: (gst_metadata_parse_base_init),
8730         (gst_metadata_parse_init), (gst_metadata_parse_get_caps),
8731         (gst_metadata_parse_configure_srccaps),
8732         (gst_metadata_parse_set_caps), (gst_metadata_parse_activate),
8733         (gst_metadata_parse_plugin_init):
8734         * ext/metadata/metadataparse.c: (metadataparse_parse):
8735         * ext/metadata/metadataparse.h:
8736           Changed kclass to "Parser/Extracter/Metadata", changed caps to
8737           "image/jpeg, tags-extract=true/false" and changed priority to
8738           GST_RANK_PRIMARY+1. Also, srcpad can only work in push mode until
8739           fixed to also work in pull mode.
8740
8741 2007-10-30  Edgard Lima  <edgard.lima@indt.org.br>
8742
8743         * configure.ac:
8744         * ext/Makefile.am:
8745         * ext/metadata/:
8746         * ext/metadata/Makefile.am:
8747         * ext/metadata/gstmetadata.c:
8748         * ext/metadata/gstmetadataparse.c:
8749         * ext/metadata/gstmetadataparse.h:
8750         * ext/metadata/metadataparse.c:
8751         * ext/metadata/metadataparse.h:
8752         * ext/metadata/metadataparseexif.c:
8753         * ext/metadata/metadataparseexif.h:
8754         * ext/metadata/metadataparseiptc.c:
8755         * ext/metadata/metadataparseiptc.h:
8756         * ext/metadata/metadataparsejpeg.c:
8757         * ext/metadata/metadataparsejpeg.h:
8758         * ext/metadata/metadataparsexmp.c:
8759         * ext/metadata/metadataparsexmp.h:
8760           Created new plugin ('medadata') and element ('metadataparse') that
8761           extract metadata from images (look at bug #486659).
8762
8763 2007-10-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8764
8765         * sys/dvb/dvbbasebin.c:
8766         Uncomment the line that sets the pid filter. Wrong way to 
8767         work-around driver issues.
8768
8769 2007-10-28  Tim-Philipp Müller  <tim at centricular dot net>
8770
8771         * ext/faac/gstfaac.c: (gst_faac_profile_get_type),
8772           (gst_faac_class_init), (gst_faac_init):
8773           Fix bitrate ranges and change enum nick for low complexity
8774           profile from LOW to LC for consistency (#490060).
8775
8776 2007-10-27  Tim-Philipp Müller  <tim at centricular dot net>
8777
8778         * gst/interleave/interleave.c: (gst_interleave_request_new_pad):
8779           Let's not call every request pad we create "sink%d", that'll
8780           create problems if there's to be more than one pad. Fixes #490682.
8781
8782         * tests/check/Makefile.am:
8783         * tests/check/elements/.cvsignore:
8784         * tests/check/elements/interleave.c:
8785           Add unit test for the above.
8786
8787 2007-10-27  Julien MOUTTE  <julien@moutte.net>
8788
8789         * gst/mpeg4videoparse/mpeg4videoparse.c: (gst_mpeg4vparse_align),
8790         (gst_mpeg4vparse_drain), (gst_mpeg4vparse_chain),
8791         (gst_mpeg4vparse_sink_setcaps), (gst_mpeg4vparse_sink_event),
8792         (gst_mpeg4vparse_cleanup), (gst_mpeg4vparse_change_state),
8793         (gst_mpeg4vparse_dispose), (gst_mpeg4vparse_base_init),
8794         (gst_mpeg4vparse_class_init), (gst_mpeg4vparse_init),
8795         (plugin_init):
8796         * gst/mpeg4videoparse/mpeg4videoparse.h: Improved version not
8797         damaging headers using a simple state machine.
8798
8799 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
8800
8801         * ext/x264/gstx264enc.c:
8802           Fix build against the libx264 version that ships with debian stable.
8803
8804 2007-10-26  Julien MOUTTE  <julien@moutte.net>
8805
8806         * configure.ac:
8807         * gst/mpeg4videoparse/Makefile.am:
8808         * gst/mpeg4videoparse/mpeg4videoparse.c: (gst_mpeg4vparse_drain),
8809         (gst_mpeg4vparse_chain), (gst_mpeg4vparse_sink_setcaps),
8810         (gst_mpeg4vparse_sink_event), (gst_mpeg4vparse_cleanup),
8811         (gst_mpeg4vparse_change_state), (gst_mpeg4vparse_dispose),
8812         (gst_mpeg4vparse_base_init), (gst_mpeg4vparse_class_init),
8813         (gst_mpeg4vparse_init), (plugin_init):
8814         * gst/mpeg4videoparse/mpeg4videoparse.h: Add a simple MPEG4 ES
8815         parser.
8816
8817 2007-10-25  David Schleef  <ds@schleef.org>
8818
8819         * gst/multifile/Makefile.am:
8820         * gst/multifile/gstmultifilesink.c:
8821         * gst/multifile/gstmultifilesrc.c:
8822         * tests/check/Makefile.am:
8823         * tests/check/elements/multifile.c:
8824           Improve documentation, write some tests for multifilesrc/sink
8825           for upcoming ->good review.
8826
8827 2007-10-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8828
8829         * sys/dvb/gstdvbsrc.c:
8830         Actually use the code-rate-hp parameter for DVB-S.
8831         It turns out setting to AUTO does not always work (
8832         especially in diseq situations). Set by default to 
8833         FEC_AUTO.
8834
8835 2007-10-22  Julien MOUTTE  <julien@moutte.net>
8836
8837         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
8838         (gst_flv_parse_tag_video), (gst_flv_parse_tag_type): Don't
8839         emit no-more-pads for single pad scenarios as the header
8840         is definitely not reliable. We emit them for 2 pads scenarios
8841         though to speed up media discovery.
8842
8843 2007-10-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8844
8845         * sys/dvb/dvbbasebin.c:
8846         Added proxy property of diseqc-source
8847
8848 2007-10-18  Sebastian Dröge  <slomo@circular-chaos.org>
8849
8850         * gst/equalizer/gstiirequalizer.c:
8851         (gst_iir_equalizer_band_set_property):
8852         Add a missing break.
8853
8854 2007-10-18  Sebastian Dröge  <slomo@circular-chaos.org>
8855
8856         * gst/equalizer/gstiirequalizer.c:
8857         (gst_iir_equalizer_band_set_property),
8858         (gst_iir_equalizer_band_get_property),
8859         (gst_iir_equalizer_band_class_init), (gst_iir_equalizer_band_init),
8860         (gst_iir_equalizer_band_get_type), (gst_iir_equalizer_class_init),
8861         (setup_filter), (gst_iir_equalizer_setup):
8862         * gst/equalizer/gstiirequalizer.h:
8863         Move bandwidth property to the separate bands and add float64 support.
8864
8865 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
8866
8867         * ext/cdaudio/Makefile.am:
8868           Add another missing GST_LIBS.
8869
8870 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
8871
8872         Patch by: Richard Hult <richard imendio com>
8873
8874         * gst/dvdspu/Makefile.am:
8875           Fix LIBS - we need to link against libgstreamer (fixes #487496).
8876
8877 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
8878
8879         * sys/dvb/camapplication.c:
8880         * sys/dvb/camresourcemanager.c:
8881           Fix some warnings.
8882
8883 2007-10-16  Thijs Vermeir  <thijsvermeir@gmail.com>
8884
8885         * gst/librfb/rfbdecoder.c:
8886           Add the set encodings client message
8887
8888 2007-10-16  Thijs Vermeir  <thijsvermeir@gmail.com>
8889
8890         * gst/librfb/Makefile.am:
8891         * gst/librfb/rfb.h:
8892         * gst/librfb/rfbbytestream.c:
8893         * gst/librfb/rfbbytestream.h:
8894         * gst/librfb/rfbdecoder.c:
8895         * gst/librfb/rfbdecoder.h:
8896           Remove the rfbbytestream dead code
8897
8898 2007-10-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8899
8900         patch by: Alessandro Decina
8901
8902         * sys/dvb/Makefile.am:
8903         * sys/dvb/cam.c:
8904         * sys/dvb/cam.h:
8905         * sys/dvb/camapplication.c:
8906         * sys/dvb/camapplication.h:
8907         * sys/dvb/camapplicationinfo.c:
8908         * sys/dvb/camapplicationinfo.h:
8909         * sys/dvb/camconditionalaccess.c:
8910         * sys/dvb/camconditionalaccess.h:
8911         * sys/dvb/camdevice.c:
8912         * sys/dvb/camdevice.h:
8913         * sys/dvb/camresourcemanager.c:
8914         * sys/dvb/camresourcemanager.h:
8915         * sys/dvb/camsession.c:
8916         * sys/dvb/camsession.h:
8917         * sys/dvb/camswclient.c:
8918         * sys/dvb/camswclient.h:
8919         * sys/dvb/camtransport.c:
8920         * sys/dvb/camtransport.h:
8921         * sys/dvb/camutils.c:
8922         * sys/dvb/camutils.h:
8923         * sys/dvb/dvbbasebin.c:
8924         * sys/dvb/dvbbasebin.h:
8925         * sys/dvb/gstdvb.c:
8926         * sys/dvb/gstdvbsrc.c:
8927         * sys/dvb/gstdvbsrc.h:
8928         Integrate SoC work done by Alessandro for the Freevo project.
8929         Adds cam support to the dvb stack in GStreamer and a new
8930         element (actually a bin) called dvbbasebin that integrates
8931         dvbsrc and mpegtsparse to a) handle decryption and b) allow 
8932         acquiring multiple channels on same transponder without 
8933         knowing pid numbers.
8934
8935 2007-10-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8936
8937         patch by: Alessandro Decina
8938
8939         * gst/mpegtsparse/mpegtspacketizer.c:
8940         * gst/mpegtsparse/mpegtsparse.c:
8941         * gst/mpegtsparse/mpegtsparse.h:
8942         Add request pad for getting the full transport stream coming in.
8943
8944 2007-10-14  Sebastian Dröge  <slomo@circular-chaos.org>
8945
8946         * configure.ac:
8947           Update the highest allowed neon version from 0.26.99 to 0.27.99.
8948           No code changes are required to work with the newest neon version.
8949
8950 2007-10-10  Tim-Philipp Müller  <tim at centricular dot net>
8951
8952         * configure.ac:
8953           Require core CVS.  This is implicit in the -base CVS
8954           requirement already, so we might just well spell it
8955           out.  Also, we do need at least 0.10.14 for
8956           gst_element_class_set_details_simple().  Make check
8957           for gmyth a bit more restrictive so things don't break
8958           if the next version changes API.
8959
8960         * ext/alsaspdif/alsaspdifsink.c:
8961           Work around alsa alloca macros triggering 'always evaluates to
8962           true' warnings with gcc-4.2 and fix compilation with gcc-4.2.
8963           Also don't leak the device string.
8964
8965         * ext/mpeg2enc/gstmpeg2enc.cc:
8966         * ext/soundtouch/gstpitch.cc:
8967         * gst/modplug/gstmodplug.cc:
8968           Fix compilation with g++4.2 and -Wall -Werror (also needs plugin
8969           define fix from core CVS). Fixes #462737.
8970
8971 2007-10-09  Wim Taymans  <wim.taymans@gmail.com>
8972
8973         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
8974
8975         * gst/rtpmanager/gstrtpbin.c: (create_stream),
8976         (gst_rtp_bin_class_init):
8977         Fix memleak. Fixes #484990.
8978
8979 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
8980
8981         * gst/librfb/rfbbuffer.c: (rfb_buffer_new_and_alloc):
8982         * gst/librfb/rfbbuffer.h:
8983         * gst/librfb/rfbdecoder.c: (rfb_socket_get_buffer):
8984         * gst/mpegvideoparse/mpegvideoparse.c: (gst_mpegvideoparse_chain):
8985         * gst/nsf/nes6502.c: (nes6502_execute):
8986         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps):
8987         * gst/real/gstrealvideodec.c: (open_library):
8988         * gst/real/gstrealvideodec.h:
8989         * gst/rtpmanager/gstrtpsession.c: (create_recv_rtp_sink),
8990         (create_recv_rtcp_sink), (create_send_rtp_sink):
8991         Fix compiler warnings shown by Forte.
8992
8993 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
8994
8995         * gst/rtpmanager/gstrtpbin.c: (get_pt_map),
8996         (gst_rtp_bin_clear_pt_map), (gst_rtp_bin_class_init):
8997         Fix caps refcounting for payload maps.
8998         When clearing payload maps, also clear sessions and streams payload
8999         maps.
9000
9001         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_get_caps),
9002         (gst_rtp_pt_demux_clear_pt_map), (gst_rtp_pt_demux_chain),
9003         (find_pad_for_pt):
9004         Implement clearing the payload map.
9005
9006         * gst/rtpmanager/gstrtpsession.c:
9007         (gst_rtp_session_event_send_rtp_sink):
9008         Forward flush events instead of leaking them.
9009
9010         * gst/rtpmanager/gstrtpssrcdemux.c:
9011         (gst_rtp_ssrc_demux_rtcp_sink_event):
9012         Correctly refcount events before pushing them.
9013
9014 2007-10-08  Sebastian Dröge  <slomo@circular-chaos.org>
9015
9016         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
9017         Use GIO function to get a list of supported URI schemes instead of
9018         hard coding something.
9019
9020 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
9021
9022         * gst/rtpmanager/rtpsession.c: (rtp_session_next_timeout),
9023         When reconsidering RTCP timeouts, set the next timeout against the last
9024         report time instead of the current clock time so that we don't end up
9025         reconsidering forever.
9026
9027 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
9028
9029         * gst/rtpmanager/gstrtpjitterbuffer.c:
9030         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
9031         Only peek at the tail element instead of popping it off, which allows
9032         us to greatly simplify things when the tail element changes.
9033
9034         * gst/rtpmanager/gstrtpsession.c:
9035         (gst_rtp_session_event_recv_rtp_sink):
9036         * gst/rtpmanager/gstrtpssrcdemux.c:
9037         (gst_rtp_ssrc_demux_sink_event):
9038         Forward FLUSH events instead of leaking them.
9039
9040         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_reset_skew),
9041         (calculate_skew), (rtp_jitter_buffer_insert):
9042         * gst/rtpmanager/rtpjitterbuffer.h:
9043         Remove the tail-changed callback in favour of a simple boolean when we
9044         insert a buffer in the queue.
9045         Add method to peek the tail of the buffer.
9046
9047 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
9048
9049         Patch by: Gautier Portet <kassoulet at gmail dot com>
9050
9051         * gst/xingheader/gstxingmux.c:
9052         The size of the Xing header is actually 417 as it's rounded to the
9053         next smaller integer. Fixes #397759.
9054
9055         * gst/xingheader/gstxingmux.c: (xing_generate_header),
9056         (xing_push_header):
9057         Some random cleanup, add FIXMEs and TODOs and check if the newsegment
9058         event to the beginning was successful before pushing the header again.
9059
9060 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
9061
9062         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
9063
9064         * gst/mpegtsparse/mpegtspacketizer.c:
9065         (mpegts_packetizer_stream_new):
9066         Don't skip PAT with version number 0. Fixes #483400.
9067         * gst/mpegtsparse/mpegtsparse.c: (mpegts_parse_apply_pat):
9068         Make all values above 0 mark a referenced program as they can be
9069         incremented and only 1 had marked a referenced program before, causing
9070         actually referenced programs to be unreferenced.
9071
9072 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
9073
9074         * gst/sdp/gstsdpdemux.h:
9075         Change signature of pt to fix compilation on some platforms.
9076
9077 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
9078
9079         * gst/rtpmanager/gstrtpjitterbuffer.c:
9080         (gst_rtp_jitter_buffer_flush_start),
9081         (gst_rtp_jitter_buffer_flush_stop),
9082         (gst_rtp_jitter_buffer_change_state), (apply_offset),
9083         (gst_rtp_jitter_buffer_loop):
9084         Remove some old unused variables.
9085         Don't add the latency to the skew corrected timestamp, latency is only
9086         used to sync against the clock.
9087         Improve debugging.
9088
9089         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_init),
9090         (rtp_jitter_buffer_reset_skew), (calculate_skew):
9091         * gst/rtpmanager/rtpjitterbuffer.h:
9092         Handle case where server timestamp goes backwards or wildly jumps by
9093         temporarily pausing the skew correction.
9094         Improve debugging.
9095
9096 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
9097
9098         * gst/sdp/Makefile.am:
9099         Forgot to commit makefile.
9100
9101 2007-10-02  Sebastian Dröge  <slomo@circular-chaos.org>
9102
9103         * ext/gio/gstgiosink.c: (gst_gio_sink_start):
9104         Update to API changes in GIO.
9105
9106 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
9107
9108         * gst/sdp/gstsdpdemux.c: (gst_sdp_demux_media_to_caps):
9109         Use new function in -base to get the default clock-rate.
9110
9111 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
9112
9113         * configure.ac:
9114         * gst/sdp/gstsdpdemux.c: (_do_init), (gst_sdp_demux_base_init),
9115         (gst_sdp_demux_class_init), (gst_sdp_demux_init),
9116         (gst_sdp_demux_finalize), (gst_sdp_demux_set_property),
9117         (gst_sdp_demux_get_property), (find_stream_by_id),
9118         (find_stream_by_pt), (find_stream_by_udpsrc), (find_stream),
9119         (gst_sdp_demux_stream_free), (gst_sdp_demux_create_stream),
9120         (gst_sdp_demux_cleanup), (get_default_rate_for_pt),
9121         (gst_sdp_demux_parse_rtpmap), (gst_sdp_demux_media_to_caps),
9122         (new_session_pad), (request_pt_map), (gst_sdp_demux_do_stream_eos),
9123         (on_bye_ssrc), (on_timeout), (gst_sdp_demux_configure_manager),
9124         (gst_sdp_demux_stream_configure_udp),
9125         (gst_sdp_demux_stream_configure_udp_sink),
9126         (gst_sdp_demux_combine_flows), (gst_sdp_demux_stream_push_event),
9127         (gst_sdp_demux_handle_message), (gst_sdp_demux_start),
9128         (gst_sdp_demux_sink_event), (gst_sdp_demux_sink_chain),
9129         (gst_sdp_demux_change_state):
9130         * gst/sdp/gstsdpdemux.h:
9131         * gst/sdp/gstsdpelem.c: (plugin_init):
9132         Added SDP demuxer element. Fixes #426657.
9133
9134 2007-10-01  Sebastian Dröge  <slomo@circular-chaos.org>
9135
9136         Patch by: mutex at runbox dot com
9137
9138         * gst/mpegtsparse/mpegtspacketizer.c:
9139         (mpegts_packetizer_parse_adaptation_field_control):
9140         * gst/mpegtsparse/mpegtsparse.c: (mpegts_parse_base_init),
9141         (mpegts_parse_init), (mpegts_parse_push):
9142         * gst/mpegtsparse/mpegtsparse.h:
9143         Remove useless src pad that only results in not linked errors,
9144         fix a broken pointer dereference and make MAX_CONTINUITY constant
9145         conform to the standard to stop outputting corrupted data.
9146         Fixes #481276, #481279.
9147
9148 2007-09-29  Tim-Philipp Müller  <tim at centricular dot net>
9149
9150         * ext/mythtv/gstmythtvsrc.c:
9151           Re-apply docs patch from #468039; fix tab.
9152
9153         * gst/mpegtsparse/.cvsignore:
9154           Ignore marshaller files generated at build time.
9155
9156 2007-09-29  Sebastian Dröge  <slomo@circular-chaos.org>
9157
9158         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
9159         (gst_gio_sink_set_property), (gst_gio_sink_render):
9160         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
9161         (gst_gio_src_set_property):
9162         Some minor cleanup and allow setting the location only when the
9163         element is not playing or paused.
9164
9165 2007-09-29  Sebastian Dröge  <slomo@circular-chaos.org>
9166
9167         * configure.ac:
9168         Update gio's pkg-config file name as currently in SVN.
9169
9170         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_set_location):
9171         Remove special casing for a NULL query string. g_strjoin won't add
9172         the separator if there's only one string.
9173
9174 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
9175
9176         * gst/rtpmanager/gstrtpbin.c: (free_client):
9177         Fix crasher in dispose.
9178
9179         * gst/rtpmanager/rtpjitterbuffer.c: (calculate_skew):
9180         Handle cases where input buffers have no timestamps so that no clock
9181         skew can be calculated, in this case interpolate timestamps based on
9182         rtp timestamp and assume a 0 clock skew.
9183
9184 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
9185
9186         * gst/rtpmanager/gstrtpjitterbuffer.c: (apply_latency),
9187         (gst_rtp_jitter_buffer_loop), (gst_rtp_jitter_buffer_query):
9188         Remove jitter correction code, it's now in the lower level object.
9189         Use new -core method for doing a peer query.
9190
9191         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_init),
9192         (calculate_skew), (rtp_jitter_buffer_insert):
9193         * gst/rtpmanager/rtpjitterbuffer.h:
9194         Move jitter correction to the lowlevel jitterbuffer.
9195         Increase the max window size.
9196         When filling the window, already start estimating the skew using a
9197         parabolic weighting factor so that we have a much better startup
9198         behaviour that gets more accurate with the more samples we have.
9199         Increase the default weighting factor for the steady state to get
9200         smoother timestamps.
9201
9202 2007-09-28  Sebastian Dröge  <slomo@circular-chaos.org>
9203
9204         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_set_proxy),
9205         (gst_neonhttp_src_send_request_and_redirect):
9206         Now that we require libneon >= 0.26 remove the neon 0.25 backward
9207         compatibility stuff. Also fix the default location.
9208
9209 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
9210
9211         * configure.ac:
9212         We require libneon >= 26 now for the query field in ne_uri.
9213
9214 2007-09-28  Sebastian Dröge  <slomo@circular-chaos.org>
9215
9216         Patch by: Wouter Cloetens <wouter@mind.be>
9217
9218         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_dispose),
9219         (gst_neonhttp_src_set_location),
9220         (gst_neonhttp_src_send_request_and_redirect):
9221         * ext/neon/gstneonhttpsrc.h:
9222         Don't discard GET parameters from URL if existing.
9223         Fixes #481200.
9224
9225 2007-09-27  Thijs Vermeir  <thijsvermeir@gmail.com>
9226
9227         * gst/librfb/gstrfbsrc.c:
9228         * gst/librfb/gstrfbsrc.h:
9229                 Added a property for incremental screen updates
9230
9231 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
9232
9233         * ext/xvid/gstxvidenc.c:
9234         * ext/xvid/gstxvidenc.h:
9235           Remove superfluous 'frame-encoded' signal (people can
9236           use an upstream identity's 'handoff' signal or a pad
9237           probe for this if they must know).
9238
9239 2007-09-27  Julien MOUTTE  <julien@moutte.net>
9240
9241         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
9242         (gst_flv_parse_tag_video): I got it wrong again, audio rate 
9243         was not detected correctly in all cases.
9244
9245 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
9246
9247         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_dispose),
9248         (gst_rtp_bin_finalize):
9249         Fix cleanup crasher.
9250
9251         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_init),
9252         (calculate_skew):
9253         * gst/rtpmanager/rtpjitterbuffer.h:
9254         Dynamically adjust the skew calculation window so that we calculate it
9255         over a period of around 2 seconds.
9256
9257 2007-09-26  Thijs Vermeir  <thijsvermeir@gmail.com>
9258
9259         * gst/librfb/gstrfbsrc.c:
9260                 fix bug from generic/states.gdb
9261
9262 2007-09-26  Julien MOUTTE  <julien@moutte.net>
9263
9264         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
9265         (gst_flv_parse_tag_video): codec_data is needed for every tag
9266         not just the first one. (Fix a stupid bug i introduced without
9267         testing)
9268
9269 2007-09-26  Julien MOUTTE  <julien@moutte.net>
9270
9271         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
9272         (gst_flv_parse_tag_video): Fix bit masks operations to be
9273         sure we detect the codec_tags and sample rates correctly.
9274         Fix raw audio caps generation.
9275
9276 2007-09-24  Stefan Kost  <ensonic@users.sf.net>
9277
9278         * ext/audioresample/gstaudioresample.c:
9279         * ext/x264/gstx264enc.c:
9280         * gst/dvdspu/gstdvdspu.c:
9281         * gst/dvdspu/gstdvdspu.h:
9282         * gst/festival/gstfestival.c:
9283         * gst/h264parse/gsth264parse.c:
9284         * gst/mpegtsparse/mpegtspacketizer.c:
9285         * gst/mpegtsparse/mpegtsparse.c:
9286         * gst/multifile/gstmultifilesink.c:
9287         * gst/multifile/gstmultifilesrc.c:
9288         * gst/nuvdemux/gstnuvdemux.c:
9289         * sys/dshowsrcwrapper/gstdshowaudiosrc.c:
9290         * sys/dshowsrcwrapper/gstdshowvideosrc.c:
9291         * sys/vcd/vcdsrc.c:
9292           Massive leak fixing, plus code cleanups.
9293
9294 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9295
9296         * po/LINGUAS:
9297           Added translations.
9298
9299 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9300
9301         translated by: Jakub Bogusz <qboosh@pld-linux.org>
9302
9303         * po/pl.po:
9304           Added Polish translation.
9305
9306 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9307
9308         translated by: Ilkka Tuohela <hile@iki.fi>
9309
9310         * po/fi.po:
9311           Added Finnish translation.
9312
9313 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9314
9315         translated by: Jorge González González <aloriel@gmail.com>
9316
9317         * po/es.po:
9318           Added Spanish translation.
9319
9320 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9321
9322         translated by: Alexander Shopov <ash@contact.bg>
9323
9324         * po/bg.po:
9325           Added Bulgarian translation.
9326
9327 2007-09-21  Sebastian Dröge  <slomo@circular-chaos.org>
9328
9329         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
9330         Update hierarchy.
9331         * ext/gio/gstgiosink.h:
9332         * ext/gio/gstgiosrc.h:
9333         Mark private fields of the instance structs private.
9334
9335 2007-09-21  Sebastian Dröge  <slomo@circular-chaos.org>
9336
9337         * docs/plugins/Makefile.am:
9338         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
9339         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
9340         * docs/plugins/gst-plugins-bad-plugins.args:
9341         * docs/plugins/gst-plugins-bad-plugins.signals:
9342         * docs/plugins/inspect/plugin-bz2.xml:
9343         * docs/plugins/inspect/plugin-cdxaparse.xml:
9344         * docs/plugins/inspect/plugin-dfbvideosink.xml:
9345         * docs/plugins/inspect/plugin-dtsdec.xml:
9346         * docs/plugins/inspect/plugin-equalizer.xml:
9347         * docs/plugins/inspect/plugin-faac.xml:
9348         * docs/plugins/inspect/plugin-faad.xml:
9349         * docs/plugins/inspect/plugin-filter.xml:
9350         * docs/plugins/inspect/plugin-freeze.xml:
9351         * docs/plugins/inspect/plugin-gio.xml:
9352         * docs/plugins/inspect/plugin-gsm.xml:
9353         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
9354         * docs/plugins/inspect/plugin-h264parse.xml:
9355         * docs/plugins/inspect/plugin-modplug.xml:
9356         * docs/plugins/inspect/plugin-mpeg2enc.xml:
9357         * docs/plugins/inspect/plugin-musepack.xml:
9358         * docs/plugins/inspect/plugin-musicbrainz.xml:
9359         * docs/plugins/inspect/plugin-nsfdec.xml:
9360         * docs/plugins/inspect/plugin-replaygain.xml:
9361         * docs/plugins/inspect/plugin-soundtouch.xml:
9362         * docs/plugins/inspect/plugin-spcdec.xml:
9363         * docs/plugins/inspect/plugin-spectrum.xml:
9364         * docs/plugins/inspect/plugin-speed.xml:
9365         * docs/plugins/inspect/plugin-tta.xml:
9366         * docs/plugins/inspect/plugin-videosignal.xml:
9367         * docs/plugins/inspect/plugin-xingheader.xml:
9368         * docs/plugins/inspect/plugin-xvid.xml:
9369         Add the GIO plugin to the docs and do a make update
9370         while doing that.
9371
9372         * ext/gio/gstgiosrc.c: (gst_gio_src_start):
9373         Fix a small memleak.
9374
9375 2007-09-21  Sebastian Dröge  <slomo@circular-chaos.org>
9376
9377         Patch by: René Stadler <mail at renestadler dot de>
9378
9379         * configure.ac:
9380         * ext/Makefile.am:
9381         * ext/gio/Makefile.am:
9382         * ext/gio/gstgio.c: (gst_gio_error), (gst_gio_seek),
9383         (gst_gio_get_supported_protocols),
9384         (gst_gio_uri_handler_get_type_sink),
9385         (gst_gio_uri_handler_get_type_src),
9386         (gst_gio_uri_handler_get_protocols), (gst_gio_uri_handler_get_uri),
9387         (gst_gio_uri_handler_set_uri), (gst_gio_uri_handler_init),
9388         (gst_gio_uri_handler_do_init), (plugin_init):
9389         * ext/gio/gstgio.h:
9390         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
9391         (gst_gio_sink_class_init), (gst_gio_sink_init),
9392         (gst_gio_sink_finalize), (gst_gio_sink_set_property),
9393         (gst_gio_sink_get_property), (gst_gio_sink_start),
9394         (gst_gio_sink_stop), (gst_gio_sink_unlock),
9395         (gst_gio_sink_unlock_stop), (gst_gio_sink_event),
9396         (gst_gio_sink_render), (gst_gio_sink_query):
9397         * ext/gio/gstgiosink.h:
9398         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
9399         (gst_gio_src_class_init), (gst_gio_src_init),
9400         (gst_gio_src_finalize), (gst_gio_src_set_property),
9401         (gst_gio_src_get_property), (gst_gio_src_start),
9402         (gst_gio_src_stop), (gst_gio_src_get_size),
9403         (gst_gio_src_is_seekable), (gst_gio_src_unlock),
9404         (gst_gio_src_unlock_stop), (gst_gio_src_check_get_range),
9405         (gst_gio_src_create):
9406         * ext/gio/gstgiosrc.h:
9407         Add a GIO/GVFS plugin with source and sink elements. This will
9408         only be enabled when --enable-experimental is given to configure
9409         for now as the GIO API is not stable yet. Fixes #476916.
9410
9411 2007-09-21  Thijs Vermeir  <thijsvermeir@gmail.com>
9412
9413         * gst/librfb/gstrfbsrc.c:
9414         * gst/librfb/rfbdecoder.c:
9415         * gst/librfb/rfbdecoder.h:
9416                 Added offset-x, offset-y, width and height property
9417                 for selecting a region from the screen
9418
9419 2007-09-21  Thijs Vermeir  <thijsvermeir@gmail.com>
9420
9421         * gst/librfb/gstrfbsrc.c:
9422                 Minimum raw encoding is working now
9423         * gst/librfb/rfbdecoder.c:
9424                 fix address while reading from stream
9425
9426 2007-09-20  Thijs Vermeir  <thijsvermeir@gmail.com>
9427
9428         * gst/librfb/gstrfbsrc.c:
9429                 raw encoding is working, but it looks like the 
9430                 ffmpegcolorspace plugin can't handle high resolutions
9431
9432 2007-09-20  Thijs Vermeir  <thijsvermeir@gmail.com>
9433
9434         * gst/librfb/gstrfbsrc.c:
9435                 bpp, depth and endianness are now set from the
9436                 stream.
9437
9438 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
9439
9440         * examples/app/appsrc_ex.c: (main):
9441         Fix compilation after changing the name of a method.
9442
9443 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
9444
9445         * ext/alsaspdif/alsaspdifsink.c:
9446         * ext/timidity/gsttimidity.c:
9447         * ext/timidity/gstwildmidi.c:
9448         * gst/mpegvideoparse/mpegvideoparse.c:
9449           Fix memory leaks. More to come.
9450
9451         * tests/check/Makefile.am:
9452         * tests/check/generic/states.c:
9453           Improved state change unit test.        
9454
9455 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
9456
9457         * gst/rtpmanager/gstrtpbin.c: (on_ssrc_active), (create_session),
9458         (gst_rtp_bin_class_init):
9459         * gst/rtpmanager/gstrtpbin.h:
9460         * gst/rtpmanager/gstrtpsession.c: (on_ssrc_active),
9461         (gst_rtp_session_class_init), (gst_rtp_session_init),
9462         (gst_rtp_session_event_send_rtp_sink):
9463         * gst/rtpmanager/gstrtpsession.h:
9464         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
9465         (on_ssrc_active), (rtp_session_process_rb):
9466         * gst/rtpmanager/rtpsession.h:
9467         Add notification of active SSRCs to various RTP elements. Fixes #478566.
9468
9469 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
9470
9471         * gst-libs/gst/app/gstappsink.c: (gst_app_marshal_OBJECT__VOID),
9472         (gst_app_sink_class_init), (gst_app_sink_init),
9473         (gst_app_sink_dispose), (gst_app_sink_finalize),
9474         (gst_app_sink_set_property), (gst_app_sink_get_property),
9475         (gst_app_sink_flush_unlocked), (gst_app_sink_start),
9476         (gst_app_sink_event), (gst_app_sink_getcaps),
9477         (gst_app_sink_set_caps), (gst_app_sink_get_caps),
9478         (gst_app_sink_is_eos), (gst_app_sink_pull_preroll),
9479         (gst_app_sink_pull_buffer):
9480         * gst-libs/gst/app/gstappsink.h:
9481         Add properties, signals and actions to access the element even without
9482         linking to the library.
9483         Fix some method names and signatures.
9484
9485 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
9486
9487         Patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
9488
9489         * ext/faad/gstfaad.c: (gst_faad_chanpos_to_gst),
9490         (gst_faad_srcgetcaps), (gst_faad_update_caps):
9491         Don't set channel positions on regular mono and stereo cases.
9492         Fixes #476370.
9493
9494 2007-09-19  Thijs Vermeir  <thijsvermeir@gmail.com>
9495
9496         * gst/librfb/gstrfbsrc.c:
9497         * gst/librfb/rfbdecoder.c:
9498         * gst/librfb/rfbdecoder.h:
9499                 It is now possible to connect to a vncserver.
9500                 there are still some issues with the ouput of 
9501                 the screen. Looks like some lines are confused
9502
9503 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
9504
9505         * docs/plugins/.cvsignore:
9506         * tests/check/.cvsignore:
9507           Ignore registries in any format.
9508
9509 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
9510
9511         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain),
9512         (open_library), (gst_real_video_dec_init),
9513         (gst_real_video_dec_set_property),
9514         (gst_real_video_dec_get_property), (gst_real_video_dec_class_init):
9515         * gst/real/gstrealvideodec.h:
9516         Don't generate an error for occasional decoding errors.
9517         Add max-errors property.
9518         Error out when we receive max-errors in a row. Fixes #478159.
9519
9520 2007-09-19  Thijs Vermeir  <thijsvermeir@gmail.com>
9521
9522         * gst/librfb/gstrfbsrc.c: 
9523                 Add password property (write only)
9524         * gst/librfb/rfbdecoder.c: 
9525                 Read the reason on failure
9526                 Use the password property for authentication
9527         * gst/librfb/rfbdecoder.h:
9528                 Add defines for version checking
9529
9530 2007-09-19  Sebastian Dröge  <slomo@circular-chaos.org>
9531
9532         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_destroy),
9533         (gst_dfbsurface_class_init):
9534         When finalizing GstDfbSurface, a subclass of GstBuffer, correctly
9535         chain up to the parent class to free everything, including caps.
9536
9537 2007-09-19  Thijs Vermeir  <thijsvermeir@gmail.com>
9538
9539         * gst/librfb/Makefile.am:
9540         * gst/librfb/d3des.c:
9541         * gst/librfb/d3des.h:
9542         * gst/librfb/rfbdecoder.c:
9543         * gst/librfb/vncauth.c:
9544         * gst/librfb/vncauth.h:
9545         VNC Authentication should be working now
9546         temperaly with fake password 'testtest'
9547
9548 2007-09-18  Thijs Vermeir  <thijsvermeir@gmail.com>
9549
9550         * gst/librfb/rfbdecoder.c:
9551         * gst/librfb/rfbdecoder.h:
9552         Added some documentation about security handling
9553         start implementing security handling for rfb 3.3
9554
9555 2007-09-18  Stefan Kost  <ensonic@users.sf.net>
9556
9557         * gst/spectrum/demo-audiotest.c:
9558         * gst/spectrum/demo-osssrc.c:
9559           Handling window resize.
9560
9561 2007-09-18  Stefan Kost  <ensonic@users.sf.net>
9562
9563         * ChangeLog:
9564           Add missing newline.
9565
9566         * gst/librfb/rfbdecoder.c:
9567           Fix the build (missing stdlib.h).
9568
9569         * gst/spectrum/gstspectrum.c:
9570         * gst/spectrum/gstspectrum.h:
9571           Use basetransform segment so that it is correctly managed on flushes
9572           and start/stop. Report message timestamp as stream time, which is what
9573           an application can understand. (Yes these are adapted from wim recent
9574           level element changes)
9575
9576 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
9577
9578         * gst/rtpmanager/gstrtpbin.c: (new_ssrc_pad_found):
9579         Link to the right pads regardless of which one was created first in the
9580         ssrc demuxer.
9581
9582         * gst/rtpmanager/gstrtpjitterbuffer.c:
9583         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
9584         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_process_rtp),
9585         (gst_rtp_session_chain_recv_rtp), (gst_rtp_session_chain_send_rtp):
9586         * gst/rtpmanager/rtpsource.c: (calculate_jitter):
9587         Improve debugging.
9588
9589         * gst/rtpmanager/gstrtpssrcdemux.c: (create_demux_pad_for_ssrc),
9590         (gst_rtp_ssrc_demux_init), (gst_rtp_ssrc_demux_finalize),
9591         (gst_rtp_ssrc_demux_sink_event),
9592         (gst_rtp_ssrc_demux_rtcp_sink_event), (gst_rtp_ssrc_demux_chain),
9593         (gst_rtp_ssrc_demux_rtcp_chain),
9594         (gst_rtp_ssrc_demux_internal_links):
9595         * gst/rtpmanager/gstrtpssrcdemux.h:
9596         Fix race in creating the RTP and RTCP pads when a new SSRC is detected.
9597
9598 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
9599
9600         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_set_property),
9601         (gst_rtp_bin_get_property):
9602         Use lock to protect variable.
9603
9604         * gst/rtpmanager/gstrtpjitterbuffer.c:
9605         (gst_rtp_jitter_buffer_class_init),
9606         (gst_jitter_buffer_sink_parse_caps), (gst_rtp_jitter_buffer_chain),
9607         (convert_rtptime_to_gsttime), (gst_rtp_jitter_buffer_loop):
9608         Reconstruct GST timestamp from RTP timestamps based on measured clock
9609         skew and sync offset.
9610
9611         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_init),
9612         (rtp_jitter_buffer_set_tail_changed),
9613         (rtp_jitter_buffer_set_clock_rate),
9614         (rtp_jitter_buffer_get_clock_rate), (calculate_skew),
9615         (rtp_jitter_buffer_insert), (rtp_jitter_buffer_peek):
9616         * gst/rtpmanager/rtpjitterbuffer.h:
9617         Measure clock skew.
9618         Add callback to be notfied when a new packet was inserted at the tail.
9619
9620         * gst/rtpmanager/rtpsource.c: (rtp_source_init),
9621         (calculate_jitter), (rtp_source_send_rtp):
9622         * gst/rtpmanager/rtpsource.h:
9623         Remove clock skew detection, it's move to the jitterbuffer now.
9624
9625 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
9626
9627         Patch by: Daniel Charles <dcharles at ti dot com>
9628
9629         * ext/amrwb/gstamrwbenc.c: (gst_amrwbenc_bandmode_get_type),
9630         (gst_amrwbenc_set_property), (gst_amrwbenc_get_property),
9631         (gst_amrwbenc_class_init), (gst_amrwbenc_chain):
9632         * ext/amrwb/gstamrwbenc.h:
9633         Add property to control bandmode. Fixes #477306.
9634
9635 2007-09-15  Wim Taymans  <wim.taymans@gmail.com>
9636
9637         * gst/rtpmanager/gstrtpbin.c: (create_session):
9638         Also set NTP base time on new sessions.
9639
9640         * gst/rtpmanager/gstrtpjitterbuffer.c:
9641         (gst_rtp_jitter_buffer_loop), (gst_rtp_jitter_buffer_query),
9642         (gst_rtp_jitter_buffer_set_property),
9643         (gst_rtp_jitter_buffer_get_property):
9644         Use the right lock to protect our variables.
9645         Fix some comment.
9646
9647         * gst/rtpmanager/gstrtpsession.c:
9648         (gst_rtp_session_getcaps_send_rtp),
9649         (gst_rtp_session_chain_send_rtp), (create_send_rtp_sink):
9650         Implement getcaps on the sender sinkpad so that payloaders can negotiate
9651         the right SSRC.
9652
9653 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
9654
9655         * gst/rtpmanager/gstrtpbin.c: (create_session), (free_session),
9656         (get_client), (free_client), (gst_rtp_bin_associate),
9657         (free_stream), (gst_rtp_bin_class_init), (gst_rtp_bin_dispose),
9658         (gst_rtp_bin_finalize):
9659         * gst/rtpmanager/gstrtpjitterbuffer.c:
9660         (gst_rtp_jitter_buffer_class_init),
9661         (gst_rtp_jitter_buffer_finalize):
9662         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_release):
9663         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_finalize),
9664         (gst_rtp_session_set_property), (gst_rtp_session_chain_recv_rtp),
9665         (gst_rtp_session_chain_send_rtp):
9666         * gst/rtpmanager/gstrtpssrcdemux.c:
9667         (gst_rtp_ssrc_demux_class_init), (gst_rtp_ssrc_demux_dispose):
9668         * gst/rtpmanager/rtpsession.c: (rtp_session_finalize):
9669         * gst/rtpmanager/rtpsession.h:
9670         Various leak fixes.
9671
9672 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
9673
9674         * gst/rtpmanager/gstrtpbin.c: (calc_ntp_ns_base),
9675         (gst_rtp_bin_change_state), (new_payload_found), (create_send_rtp):
9676         Calculate and configure the NTP base time so that we can generate better
9677         NTP times in SR packets.
9678         Set caps on new ghostpad.
9679
9680         * gst/rtpmanager/gstrtpjitterbuffer.c:
9681         (gst_rtp_jitter_buffer_loop):
9682         Clean debug statement.
9683
9684         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
9685         (gst_rtp_session_init), (gst_rtp_session_set_property),
9686         (gst_rtp_session_get_property), (get_current_ntp_ns_time),
9687         (rtcp_thread), (gst_rtp_session_event_recv_rtp_sink),
9688         (gst_rtp_session_internal_links), (gst_rtp_session_chain_recv_rtp),
9689         (gst_rtp_session_event_send_rtp_sink),
9690         (gst_rtp_session_chain_send_rtp), (create_recv_rtp_sink),
9691         (create_send_rtp_sink):
9692         * gst/rtpmanager/gstrtpsession.h:
9693         Add ntp-ns-base property to convert running_time to NTP time.
9694         Handle NEWSEGMENT events on send and recv RTP pads so that we can
9695         calculate the running time and thus NTP time of the packets.
9696         Simplify getting the current NTP time using the pipeline clock.
9697         Implement internal links functions.
9698         Use the buffer timestamp to calculate the NTP time instead of the clock.
9699
9700         * gst/rtpmanager/gstrtpssrcdemux.c: (create_demux_pad_for_ssrc),
9701         (gst_rtp_ssrc_demux_init), (gst_rtp_ssrc_demux_sink_event),
9702         (gst_rtp_ssrc_demux_chain), (gst_rtp_ssrc_demux_rtcp_chain),
9703         (gst_rtp_ssrc_demux_internal_links),
9704         (gst_rtp_ssrc_demux_src_query):
9705         * gst/rtpmanager/gstrtpssrcdemux.h:
9706         Implement internal links function.
9707         Calculate the diff between different streams, this might be used later
9708         to get the inter stream latency.
9709
9710         * gst/rtpmanager/rtpsession.c: (rtp_session_send_rtp):
9711         Simple cleanup.
9712
9713         * gst/rtpmanager/rtpsource.c: (rtp_source_init),
9714         (calculate_jitter), (rtp_source_send_rtp), (rtp_source_get_new_sr):
9715         Make the clock skew window a little bigger.
9716         Apply the clock skew to all buffers, not just one with a new timestamp.
9717         Calculate and debug sender clock drift.
9718         Use extended last timestamp to interpolate for SR reports.
9719
9720 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
9721
9722         Patch by: Peter Kjellerstedt  <pkj at axis com>
9723
9724         * gst-libs/gst/app/gstappsink.c:
9725         * gst/flv/gstflvdemux.c:
9726         * gst/flv/gstflvparse.c:
9727         * gst/interleave/deinterleave.c:
9728         * gst/switch/gstswitch.c:
9729           Printf format fixes (#476128).
9730
9731 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
9732
9733         Patch by: Thomas Green  <tom78999 gmail com>
9734
9735         * ext/neon/gstneonhttpsrc.c:
9736           With libneon 2.6, we need to set the NE_SESSFLAG_ICYPROTO
9737           flag if we want ICY streams to be handled too, otherwise
9738           libneon will error out with a 'can't parse reponse' error.
9739           Fixes #474696.
9740
9741         * tests/check/elements/neonhttpsrc.c:
9742           Unit test for the above by Yours Truly.
9743
9744 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
9745
9746         * configure.ac:
9747           Use AC_TRY_COMPILE instead of AC_TRY_RUN for the faad and the
9748           xvid configure checks, so they still work when cross-compiling.
9749           Fixes #452009.
9750
9751 2007-09-07  Sebastian Dröge  <slomo@circular-chaos.org>
9752
9753         * gst/spectrum/gstspectrum.c: (gst_spectrum_start),
9754         (gst_spectrum_transform_ip):
9755         Use the correct parameter order for the memset calls.
9756         Thanks to Christian Schaller for noticing.
9757
9758 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
9759
9760         * gst/mpegtsparse/mpegtsparse.c:
9761           Fix the build (missing stdlib.h).
9762
9763 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
9764
9765         * gst/spectrum/fix_fft.c:
9766         Remove fixed point FFT as it's not used anymore.
9767
9768 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
9769
9770         * configure.ac:
9771         * gst/spectrum/Makefile.am:
9772         * gst/spectrum/demo-audiotest.c: (draw_spectrum),
9773         (message_handler), (main):
9774         * gst/spectrum/demo-osssrc.c: (draw_spectrum), (message_handler):
9775         * gst/spectrum/gstspectrum.c: (gst_spectrum_base_init),
9776         (gst_spectrum_class_init), (gst_spectrum_init),
9777         (gst_spectrum_dispose), (gst_spectrum_set_property),
9778         (gst_spectrum_get_property), (gst_spectrum_start),
9779         (gst_spectrum_setup), (gst_spectrum_message_new),
9780         (gst_spectrum_transform_ip):
9781         * gst/spectrum/gstspectrum.h:
9782         Port GstSpectrum to GstAudioFilter and libgstfft, add support
9783         for int32, float and double, use floats for the message contents,
9784         average all FFTs done in one interval for better results, use
9785         a better windowing function, allow posting the phase in the message
9786         and actually do an FFT with the requested number of bands instead
9787         of interpolating.
9788
9789         * tests/check/elements/spectrum.c: (GST_START_TEST),
9790         (spectrum_suite):
9791         Improve the units tests by checking for a 11025Hz sine wave
9792         and add unit tests for all 4 supported sample types.
9793
9794 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
9795
9796         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain),
9797         (gst_real_video_dec_setcaps):
9798         Add some more debugging.
9799         Don't set LONG for width/height in caps.
9800         Set correct output buffer size when caps changed.
9801         The custom message sent to the decoder should not include the format and
9802         subformat. Fixes #471554.
9803
9804 2007-09-04  Tim-Philipp Müller  <tim at centricular dot net>
9805
9806         * gst/rtpmanager/gstrtpsession.c:
9807           Make compiler happy: fix compilation with -Wall -Werror
9808           (#473562).
9809
9810 2007-09-03  Johan Dahlin  <johan@gnome.org>
9811
9812         * gst/nsf/gstnsf.c: (gst_nsfdec_finalize), (start_play_tune):
9813         * gst/nsf/gstnsf.h:
9814         Add support for (very) basic tagging.
9815         
9816 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
9817
9818         * gst/rtpmanager/gstrtpbin-marshal.list:
9819         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_get_client),
9820         (gst_rtp_bin_associate), (gst_rtp_bin_sync_chain), (create_stream),
9821         (gst_rtp_bin_init), (caps_changed), (new_ssrc_pad_found),
9822         (create_recv_rtp), (create_recv_rtcp), (create_send_rtp):
9823         * gst/rtpmanager/gstrtpbin.h:
9824         Updated example pipelines in docs.
9825         Handle sync_rtcp buffers from the SSRC demuxer to perform lip-sync.
9826         Set the default latency correctly.
9827         Add some more points where we can get caps.
9828
9829         * gst/rtpmanager/gstrtpjitterbuffer.c:
9830         (gst_rtp_jitter_buffer_class_init),
9831         (gst_jitter_buffer_sink_parse_caps), (gst_rtp_jitter_buffer_loop),
9832         (gst_rtp_jitter_buffer_query),
9833         (gst_rtp_jitter_buffer_set_property),
9834         (gst_rtp_jitter_buffer_get_property):
9835         Add ts-offset property to control timestamping.
9836
9837         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
9838         (gst_rtp_session_init), (gst_rtp_session_set_property),
9839         (gst_rtp_session_get_property), (get_current_ntp_ns_time),
9840         (rtcp_thread), (stop_rtcp_thread), (gst_rtp_session_change_state),
9841         (gst_rtp_session_send_rtcp), (gst_rtp_session_sync_rtcp),
9842         (gst_rtp_session_cache_caps), (gst_rtp_session_clock_rate),
9843         (gst_rtp_session_sink_setcaps), (gst_rtp_session_chain_recv_rtp),
9844         (gst_rtp_session_event_send_rtp_sink),
9845         (gst_rtp_session_chain_send_rtp), (create_recv_rtp_sink),
9846         (create_recv_rtcp_sink), (create_send_rtp_sink),
9847         (create_send_rtcp_src):
9848         Various cleanups.
9849         Feed rtpsession manager with NTP time based on pipeline clock when
9850         handling RTP packets and RTCP timeouts.
9851         Perform all RTCP with the system clock.
9852         Set caps on RTCP outgoing buffers.
9853
9854         * gst/rtpmanager/gstrtpssrcdemux.c: (find_demux_pad_for_ssrc),
9855         (create_demux_pad_for_ssrc), (gst_rtp_ssrc_demux_base_init),
9856         (gst_rtp_ssrc_demux_init), (gst_rtp_ssrc_demux_sink_event),
9857         (gst_rtp_ssrc_demux_rtcp_sink_event), (gst_rtp_ssrc_demux_chain),
9858         (gst_rtp_ssrc_demux_rtcp_chain):
9859         * gst/rtpmanager/gstrtpssrcdemux.h:
9860         Also demux RTCP messages.
9861
9862         * gst/rtpmanager/rtpsession.c: (rtp_session_set_callbacks),
9863         (update_arrival_stats), (rtp_session_process_rtp),
9864         (rtp_session_process_rb), (rtp_session_process_sr),
9865         (rtp_session_process_rr), (rtp_session_process_rtcp),
9866         (rtp_session_send_rtp), (rtp_session_send_bye),
9867         (session_start_rtcp), (session_report_blocks), (session_cleanup),
9868         (rtp_session_on_timeout):
9869         * gst/rtpmanager/rtpsession.h:
9870         Remove the get_time callback, the GStreamer part will feed us with
9871         enough timing information.
9872         Split sync timing and RTCP timing information.
9873         Factor out common RB handling for SR and RR.
9874         Send out SR RTCP packets for lip-sync.
9875         Move SR and RR packet info generation to the source.
9876
9877         * gst/rtpmanager/rtpsource.c: (rtp_source_init),
9878         (rtp_source_update_caps), (get_clock_rate), (calculate_jitter),
9879         (rtp_source_process_rtp), (rtp_source_send_rtp),
9880         (rtp_source_process_sr), (rtp_source_process_rb),
9881         (rtp_source_get_new_sr), (rtp_source_get_new_rb),
9882         (rtp_source_get_last_sr):
9883         * gst/rtpmanager/rtpsource.h:
9884         * gst/rtpmanager/rtpstats.h:
9885         Use caps on incomming buffers to get timing information when they are
9886         there.
9887         Calculate clock scew of the receiver compared to the sender and adjust
9888         the rtp timestamps.
9889         Calculate the round trip in sources.
9890         Do SR and RR calculations in the source.
9891
9892 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
9893
9894         * configure.ac:
9895         updated gmyth version
9896
9897         * ext/mythtv/gstmythtvsrc.c:
9898         * ext/mythtv/gstmythtvsrc.h:
9899         Code rewrite
9900
9901 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
9902
9903         * gst/rtpmanager/gstrtpjitterbuffer.c:
9904         (gst_rtp_jitter_buffer_flush_stop),
9905         (gst_rtp_jitter_buffer_change_state), (gst_rtp_jitter_buffer_loop):
9906         Use extended timestamp to release buffers from the jitterbuffer so that
9907         we can handle the rtp wraparound correctly.
9908
9909 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
9910
9911         * gst/rtpmanager/gstrtpjitterbuffer.c:
9912         (gst_rtp_jitter_buffer_loop):
9913         Improve Comments.
9914
9915         * gst/rtpmanager/gstrtpsession.c: (stop_rtcp_thread),
9916         (gst_rtp_session_change_state), (gst_rtp_session_parse_caps),
9917         (gst_rtp_session_clock_rate), (gst_rtp_session_sink_setcaps),
9918         (gst_rtp_session_event_send_rtp_sink), (create_recv_rtp_sink),
9919         (create_send_rtp_sink):
9920         Also parse the sink caps for clock-rate instead of only relying on the
9921         result of the signal.
9922
9923         * gst/rtpmanager/rtpsource.c: (rtp_source_send_rtp):
9924         Make sure we fetch the clock rate for payloads we are sending out so
9925         that we can use it for SR reports.
9926
9927 2007-08-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9928
9929         * gst/switch/gstswitch.c (gst_switch_chain, gst_switch_set_property):
9930         If all information is known at time of setting start-time
9931         property, send new segments then.
9932
9933 2007-08-28  Wim Taymans  <wim.taymans@gmail.com>
9934
9935         * gst/rtpmanager/gstrtpsession.c: (stop_rtcp_thread),
9936         (gst_rtp_session_change_state),
9937         (gst_rtp_session_event_send_rtp_sink):
9938         * gst/rtpmanager/gstrtpsession.h:
9939         Distribute synchronisation parameters to the session manager so that it
9940         can generate correct SR packets for lip-sync.
9941
9942         * gst/rtpmanager/rtpsession.c: (rtp_session_set_base_time),
9943         (rtp_session_set_timestamp_sync), (session_start_rtcp):
9944         * gst/rtpmanager/rtpsession.h:
9945         Add methods for setting sync parameters.
9946         Set correct RTP time in SR packets using the sync params.
9947
9948         * gst/rtpmanager/rtpsource.c: (rtp_source_send_rtp):
9949         * gst/rtpmanager/rtpsource.h:
9950         Record last RTP <-> GST timestamp so that we can use them to convert NTP
9951         to RTP timestamps in SR packets.
9952
9953 2007-08-28  Wim Taymans  <wim.taymans@gmail.com>
9954
9955         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_clear_pt_map):
9956         Add some more advanced example pipelines.
9957
9958         * gst/rtpmanager/gstrtpsession.c: (rtcp_thread),
9959         (stop_rtcp_thread), (gst_rtp_session_send_rtcp):
9960         Add some debug and FIXME.
9961         Release LOCK when performing session cleanup.
9962
9963         * gst/rtpmanager/rtpsession.c: (session_report_blocks):
9964         Add some debug.
9965
9966         * gst/rtpmanager/rtpsource.c: (calculate_jitter),
9967         (rtp_source_send_rtp):
9968         Make sure we always send RTP packets with the session SSRC.
9969
9970 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
9971
9972         * gst/dvdspu/gstdvdspu.c:
9973           Don't need this include (fixes compilation in uninstalled setup).
9974
9975 2007-08-27  Wim Taymans  <wim.taymans@gmail.com>
9976
9977         * gst/rtpmanager/gstrtpjitterbuffer.c:
9978         (gst_rtp_jitter_buffer_change_state), (gst_rtp_jitter_buffer_loop),
9979         (gst_rtp_jitter_buffer_query):
9980         When synchronizing buffers, take peer latency into account.
9981         Don't try to add our latency to invalid peer max latency values.
9982
9983 2007-08-27  Julien MOUTTE  <julien@moutte.net>
9984
9985         * gst/flv/gstflvdemux.c: (gst_flv_demux_handle_seek_pull):
9986         Make sure we initialize the seek result.
9987
9988 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
9989
9990         * gst/dvdspu/Makefile.am:
9991         Commit the makefile too.
9992
9993 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
9994
9995         * configure.ac:
9996         * gst/dvdspu/.cvsignore:
9997         * gst/dvdspu/Notes.txt:
9998         * gst/dvdspu/gstdvdspu-render.c: (dvdspu_recalc_palette),
9999         (dvdspu_update_palettes), (dvdspu_clear_comp_buffers),
10000         (dvdspu_get_nibble), (dvdspu_get_rle_code), (dvdspu_draw_rle_run),
10001         (rle_end_x), (dvdspu_render_line), (dvdspu_update_chgcol),
10002         (dvdspu_render_line_with_chgcol), (dvdspu_blend_comp_buffers),
10003         (gstdvdspu_render_spu):
10004         * gst/dvdspu/gstdvdspu.c: (dvdspu_base_init), (dvdspu_class_init),
10005         (dvdspu_init), (dvdspu_clear), (dvdspu_dispose), (dvdspu_finalize),
10006         (dvdspu_flush_spu_info), (dvdspu_buffer_alloc), (dvdspu_src_event),
10007         (dvdspu_video_set_caps), (dvdspu_video_proxy_getcaps),
10008         (dvdspu_video_event), (dvdspu_video_chain),
10009         (dvspu_handle_vid_buffer), (dvdspu_redraw_still),
10010         (gstdvdspu_parse_chg_colcon), (dvdspu_exec_cmd_blk),
10011         (dvdspu_finish_spu_buf), (dvdspu_setup_cmd_blk),
10012         (dvdspu_handle_new_spu_buf), (dvdspu_handle_dvd_event),
10013         (dvdspu_dump_dcsq), (dvdspu_advance_spu),
10014         (dvdspu_check_still_updates), (dvdspu_subpic_chain),
10015         (dvdspu_subpic_event), (dvdspu_change_state),
10016         (gstdvdspu_plugin_init):
10017         * gst/dvdspu/gstdvdspu.h:
10018
10019         dvdspu element donated by Fluendo. It implements a DVD Sub-Picture 
10020         Unit, decoding and overlaying DVD subtitles and menu graphics.
10021
10022         * gst/mpeg2sub/.cvsignore:
10023         * gst/mpeg2sub/Makefile.am:
10024         * gst/mpeg2sub/Notes.txt:
10025         * gst/mpeg2sub/gstmpeg2subt.c:
10026         * gst/mpeg2sub/gstmpeg2subt.h:
10027         * gst/mpeg2sub/mpeg2subt.vcproj:
10028         Delete old and broken mpeg2subt element that was never ported from 0.8
10029
10030 2007-08-24  Julien MOUTTE  <julien@moutte.net>
10031
10032         * gst/flv/gstflvdemux.c: (gst_flv_demux_flush),
10033         (gst_flv_demux_chain), (gst_flv_demux_pull_tag),
10034         (gst_flv_demux_find_offset), (gst_flv_demux_handle_seek_push),
10035         (gst_flv_demux_handle_seek_pull), (gst_flv_demux_sink_event),
10036         (gst_flv_demux_src_event): Remove some useless ifdef.
10037
10038 2007-08-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10039
10040         * examples/switch/switcher.c (main):
10041         * gst/switch/gstswitch.c (gst_switch_chain):
10042         Make switch more reliable and also not lock up when
10043         sink pad caps change.
10044
10045 2007-08-24  Julien MOUTTE  <julien@moutte.net>
10046
10047         * gst/flv/gstflvdemux.c: (gst_flv_demux_flush),
10048         (gst_flv_demux_cleanup), (gst_flv_demux_chain),
10049         (gst_flv_demux_pull_tag), (gst_flv_demux_find_offset),
10050         (gst_flv_demux_handle_seek_push), (gst_flv_demux_handle_seek_pull),
10051         (gst_flv_demux_sink_event), (gst_flv_demux_src_event): Implement
10052         seeking in push mode.
10053         * gst/flv/gstflvdemux.h:
10054
10055 2007-08-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10056
10057         * gst/mpegtsparse/flutspatinfo.c:
10058         * gst/mpegtsparse/flutspatinfo.h:
10059         * gst/mpegtsparse/flutspmtinfo.c:
10060         * gst/mpegtsparse/flutspmtinfo.h:
10061         Update licences to reflect LGPL-ness of these files also.
10062
10063 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
10064
10065         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
10066         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
10067         * docs/plugins/gst-plugins-bad-plugins.interfaces:
10068         * docs/plugins/gst-plugins-bad-plugins.signals:
10069         * gst/rtpmanager/gstrtpbin.c:
10070         * gst/rtpmanager/gstrtpbin.h:
10071         * gst/rtpmanager/gstrtpclient.c:
10072         * gst/rtpmanager/gstrtpclient.h:
10073         * gst/rtpmanager/gstrtpjitterbuffer.c:
10074         * gst/rtpmanager/gstrtpjitterbuffer.h:
10075         * gst/rtpmanager/gstrtpptdemux.c:
10076         * gst/rtpmanager/gstrtpptdemux.h:
10077         * gst/rtpmanager/gstrtpsession.c:
10078         * gst/rtpmanager/gstrtpsession.h:
10079         * gst/rtpmanager/gstrtpssrcdemux.c:
10080         * gst/rtpmanager/gstrtpssrcdemux.h:
10081           Rename all GstRTPFoo structs to GstRtpFoo so that GST_BOILERPLATE
10082           registers a GType that's different than the GstRTPFoo types that
10083           farsight registers (luckily GType names are case sensitive). Should
10084           finally fix #430664.
10085
10086 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
10087
10088         * configure.ac:
10089         * win32/common/config.h:
10090         * win32/common/config.h.in:
10091           Automatically generate win32/common/config.h via configure (this
10092           ensures the win32 version of config.h is up-to-date when a release
10093           is made, #433373). config.h.in file might need some more work.
10094
10095 2007-08-22  Tim-Philipp Müller  <tim at centricular dot net>
10096
10097         Patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
10098
10099         * configure.ac:
10100         * gst/festival/Makefile.am:
10101         * gst/festival/gstfestival.c:
10102           Port festival plugin to GStreamer-0.10 (#461377).
10103
10104 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
10105
10106         * ext/faad/gstfaad.c: (gst_faad_chain):
10107         Don't unref the buffer when it was clipped.
10108
10109 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
10110
10111         * ext/faad/gstfaad.c: (gst_faad_chain):
10112         Don't unref the buffer when it was clipped.
10113
10114 2007-08-22  Julien MOUTTE  <julien@moutte.net>
10115
10116         * gst/flv/gstflvdemux.c: (gst_flv_demux_cleanup),
10117         (gst_flv_demux_pull_tag):
10118         * gst/flv/gstflvdemux.h:
10119         * gst/flv/gstflvparse.c: (gst_flv_parse_metadata_item),
10120         (gst_flv_parse_tag_script), (gst_flv_parse_tag_audio),
10121         (gst_flv_parse_tag_video): Handle pixel aspect ratio through
10122         metadata tags like ASF does. Fluendo muxer supports this and 
10123         Flash players can support it as well this way.
10124
10125 2007-08-22  Julien MOUTTE  <julien@moutte.net>
10126
10127         * gst/flv/gstflvdemux.c: (gst_flv_demux_pull_tag):
10128         * gst/flv/gstflvparse.c: (gst_flv_parse_metadata_item),
10129         (gst_flv_parse_tag_script), (gst_flv_parse_tag_audio),
10130         (gst_flv_parse_tag_video): Make sure we don't try filling up the
10131         index if no times object was parsed. Fix the way we decide to push
10132         tags and emit no-more-pads. Fix some printf typing in debugging.
10133
10134 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
10135
10136         * gst/rtpmanager/gstrtpjitterbuffer.c:
10137         (gst_rtp_jitter_buffer_chain),
10138         (gst_rtp_jitter_buffer_set_property):
10139         When drop-on-latency is set but we have no latency configured, just push
10140         the buffer as fast as possible.
10141         Fix typo in comment.
10142
10143 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
10144
10145         * gst/rtpmanager/rtpjitterbuffer.c:
10146         (rtp_jitter_buffer_get_ts_diff):
10147         * gst/rtpmanager/rtpjitterbuffer.h:
10148         Fix undefined overflow prone ts_diff handling.
10149
10150 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
10151
10152         * gst/modplug/gstmodplug.cc:
10153         Fix compiler warning.
10154
10155 2007-08-21  Stefan Kost  <ensonic@users.sf.net>
10156
10157         * gst/modplug/gstmodplug.cc:
10158           Don't use NULL caps for srcpad is not yet connected.
10159
10160 2007-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10161
10162         * configure.ac:
10163         * gst/mpegtsparse/Makefile.am:
10164         * gst/mpegtsparse/flutspatinfo.c:
10165         * gst/mpegtsparse/flutspatinfo.h:
10166         * gst/mpegtsparse/flutspmtinfo.c:
10167         * gst/mpegtsparse/flutspmtinfo.h:
10168         * gst/mpegtsparse/flutspmtstreaminfo.c:
10169         * gst/mpegtsparse/flutspmtstreaminfo.h:
10170         * gst/mpegtsparse/mpegtspacketizer.c:
10171         * gst/mpegtsparse/mpegtspacketizer.h:
10172         * gst/mpegtsparse/mpegtsparse.c:
10173         * gst/mpegtsparse/mpegtsparse.h:
10174         * gst/mpegtsparse/mpegtsparsemarshal.list:
10175         Add mpeg transport stream parser written by:
10176         Alessandro Decina. Includes a couple of files from the
10177         Fluendo transport stream demuxer that Fluendo have 
10178         kindly allowed to be licenced under LGPL also.
10179
10180 2007-08-20  Tim-Philipp Müller  <tim at centricular dot net>
10181
10182         Patch by: Bastien Nocera  <hadess at hadess net>
10183
10184         * ext/mythtv/gstmythtvsrc.c:
10185           Add examples for live mythtv:// URIs to docs (#468039).
10186           Also convert some tabs into spaces.
10187
10188 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
10189
10190         * gst/filter/gstbpwsinc.c:
10191         * gst/filter/gstlpwsinc.c:
10192         Add small comparision with the chebyshev filters in the docs.
10193
10194 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
10195
10196         * tests/check/elements/bpwsinc.c: (GST_START_TEST),
10197         (bpwsinc_suite):
10198         * tests/check/elements/lpwsinc.c: (GST_START_TEST),
10199         (lpwsinc_suite):
10200         Also test everything in 32 bit float mode.
10201
10202 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
10203
10204         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init),
10205         (bpwsinc_set_property), (bpwsinc_get_property):
10206         * gst/filter/gstbpwsinc.h:
10207         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init),
10208         (gst_lpwsinc_init), (lpwsinc_build_kernel), (lpwsinc_set_property),
10209         (lpwsinc_get_property):
10210         * gst/filter/gstlpwsinc.h:
10211         * tests/check/elements/lpwsinc.c: (GST_START_TEST):
10212         Use generator macros for the process functions for the different
10213         sample types, add lower upper boundaries for the GObject properties
10214         so automatically generated UIs can use sliders and change frequency
10215         properties to floats to save a bit of memory, even ints would in
10216         theory be enough. Also rename frequency to cutoff for consistency
10217         reasons.
10218         * docs/plugins/gst-plugins-bad-plugins.args:
10219         * docs/plugins/gst-plugins-bad-plugins.signals:
10220         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
10221         Regenerated for the above changes.
10222
10223 2007-08-17  Stefan Kost  <ensonic@users.sf.net>
10224
10225         * ext/amrwb/gstamrwbparse.c:
10226           Don't leak the adapter.
10227
10228 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
10229
10230         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init),
10231         (gst_bpwsinc_init), (process_32), (process_64),
10232         (bpwsinc_build_kernel), (bpwsinc_push_residue),
10233         (bpwsinc_transform), (bpwsinc_start), (bpwsinc_query),
10234         (bpwsinc_query_type), (bpwsinc_event), (bpwsinc_set_property):
10235         * gst/filter/gstbpwsinc.h:
10236         Implement latency query and only forward those samples downstream
10237         that actually contain the data we want, i.e. drop kernel_length/2
10238         in the beginning and append kernel_length/2 (created by convolving
10239         the filter kernel with zeroes) to the end.
10240
10241         * tests/check/elements/bpwsinc.c: (GST_START_TEST):
10242         Adjust the unit test for this slightly changed behaviour.
10243
10244         * gst/filter/gstlpwsinc.c: (lpwsinc_build_kernel):
10245         Reset residue length only when actually creating a residue.
10246
10247 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
10248
10249         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_class_init):
10250         Override the preroll vmethod instead of overriding the render method
10251         twice.
10252
10253 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
10254
10255         * gst/rtpmanager/gstrtpjitterbuffer.c:
10256         (gst_rtp_jitter_buffer_sink_event), (gst_rtp_jitter_buffer_chain),
10257         (gst_rtp_jitter_buffer_loop):
10258         Fix EOS handling.
10259         Convert some DEBUG into WARNINGs.
10260         Pause task when flushing.
10261
10262         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
10263         (rtcp_thread), (gst_rtp_session_event_recv_rtcp_sink):
10264         Use system clock for RTCP session management timeouts.
10265
10266         * gst/rtpmanager/rtpsession.c: (on_new_ssrc), (on_ssrc_collision),
10267         (on_ssrc_validated), (on_bye_ssrc), (on_bye_timeout), (on_timeout):
10268         Release the session lock when emiting signals.
10269
10270 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
10271
10272         * ext/faad/gstfaad.c: (gst_faad_setcaps),
10273         (gst_faad_chanpos_to_gst):
10274         Add some debug info.
10275
10276 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
10277
10278         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init),
10279         (gst_lpwsinc_init), (process_32), (process_64),
10280         (lpwsinc_build_kernel), (lpwsinc_push_residue),
10281         (lpwsinc_transform), (lpwsinc_start), (lpwsinc_query),
10282         (lpwsinc_query_type), (lpwsinc_event), (lpwsinc_set_property):
10283         * gst/filter/gstlpwsinc.h:
10284         Implement latency query and only forward those samples downstream
10285         that actually contain the data we want, i.e. drop kernel_length/2
10286         in the beginning and append kernel_length/2 (created by convolving
10287         the filter kernel with zeroes) to the end.
10288         * tests/check/elements/lpwsinc.c: (GST_START_TEST):
10289         Adjust the unit test for this slightly changed behaviour.
10290
10291 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
10292
10293         * ext/ladspa/gstladspa.c:
10294           Don't leak like hell.
10295
10296 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
10297
10298         * tests/check/Makefile.am:
10299         * tests/check/generic/.cvsignore:
10300         * tests/check/generic/states.c:
10301           Add generic state-change test suite to help to fi leaks.
10302
10303 2007-08-15  Stefan Kost  <ensonic@users.sf.net>
10304
10305         * ext/timidity/gstwildmidi.c:
10306         * ext/timidity/gstwildmidi.h:
10307           Look harder for a config. Based on patch by Hans de Goede.
10308           Fixes #456912
10309
10310 2007-08-14  Wim Taymans  <wim.taymans@gmail.com>
10311
10312         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_flush_unlocked):
10313         Don't use new API.
10314
10315 2007-08-14  Wim Taymans  <wim.taymans@gmail.com>
10316
10317         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_base_init),
10318         (gst_app_sink_class_init), (gst_app_sink_dispose),
10319         (gst_app_sink_flush_unlocked), (gst_app_sink_start),
10320         (gst_app_sink_stop), (gst_app_sink_event), (gst_app_sink_preroll),
10321         (gst_app_sink_render), (gst_app_sink_get_caps),
10322         (gst_app_sink_set_caps), (gst_app_sink_end_of_stream),
10323         (gst_app_sink_pull_preroll), (gst_app_sink_pull_buffer):
10324         * gst-libs/gst/app/gstappsink.h:
10325         Make love to appsink.
10326         Make it support pulling of the preroll buffer.
10327         Add docs and debug statements.
10328         Fix some races wrt to EOS handling and stopping.
10329         Implement getcaps.
10330         Implement FLUSHING.
10331         API: gst_app_sink_pull_preroll()
10332
10333 2007-08-14  Wim Taymans  <wim.taymans@gmail.com>
10334
10335         * gst/flv/gstflvdemux.c: (gst_flv_demux_set_index),
10336         (gst_flv_demux_get_index):
10337         Fix locking and refcounting on the index.
10338
10339 2007-08-14  Julien MOUTTE  <julien@moutte.net>
10340
10341         * gst/flv/gstflvdemux.c: (gst_flv_demux_cleanup),
10342         (gst_flv_demux_adapter_flush), (gst_flv_demux_chain),
10343         (gst_flv_demux_pull_tag), (gst_flv_demux_do_seek),
10344         (gst_flv_demux_handle_seek), (gst_flv_demux_sink_event),
10345         (gst_flv_demux_src_event), (gst_flv_demux_query),
10346         (gst_flv_demux_change_state), (gst_flv_demux_set_index),
10347         (gst_flv_demux_get_index), (gst_flv_demux_dispose),
10348         (gst_flv_demux_class_init): First method for seeking in pull
10349         mode using the index built step by step or coming from metadata.
10350         * gst/flv/gstflvdemux.h:
10351         * gst/flv/gstflvparse.c: (FLV_GET_STRING),
10352         (gst_flv_parse_metadata_item), (gst_flv_parse_tag_script),
10353         (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video): Parse
10354         more metadata types and keyframes index.
10355
10356 2007-08-13  Sebastian Dröge  <slomo@circular-chaos.org>
10357
10358         * docs/plugins/Makefile.am:
10359         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
10360         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
10361         * docs/plugins/gst-plugins-bad-plugins.args:
10362         * docs/plugins/gst-plugins-bad-plugins.signals:
10363         * docs/plugins/inspect/plugin-bz2.xml:
10364         * docs/plugins/inspect/plugin-cdxaparse.xml:
10365         * docs/plugins/inspect/plugin-dtsdec.xml:
10366         * docs/plugins/inspect/plugin-faac.xml:
10367         * docs/plugins/inspect/plugin-faad.xml:
10368         * docs/plugins/inspect/plugin-filter.xml:
10369         * docs/plugins/inspect/plugin-freeze.xml:
10370         * docs/plugins/inspect/plugin-gsm.xml:
10371         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
10372         * docs/plugins/inspect/plugin-h264parse.xml:
10373         * docs/plugins/inspect/plugin-modplug.xml:
10374         * docs/plugins/inspect/plugin-mpeg2enc.xml:
10375         * docs/plugins/inspect/plugin-musepack.xml:
10376         * docs/plugins/inspect/plugin-musicbrainz.xml:
10377         * docs/plugins/inspect/plugin-nsfdec.xml:
10378         * docs/plugins/inspect/plugin-replaygain.xml:
10379         * docs/plugins/inspect/plugin-soundtouch.xml:
10380         * docs/plugins/inspect/plugin-spcdec.xml:
10381         * docs/plugins/inspect/plugin-spectrum.xml:
10382         * docs/plugins/inspect/plugin-speed.xml:
10383         * docs/plugins/inspect/plugin-tta.xml:
10384         * docs/plugins/inspect/plugin-videosignal.xml:
10385         * docs/plugins/inspect/plugin-xingheader.xml:
10386         * docs/plugins/inspect/plugin-xvid.xml:
10387         * gst/filter/gstbpwsinc.c:
10388         * gst/filter/gstbpwsinc.h:
10389         * gst/filter/gstlpwsinc.c:
10390         * gst/filter/gstlpwsinc.h:
10391         Add docs for lpwsinc and bpwsinc and integrate them
10392         into the build system. While doing that also update
10393         all other docs via make update in docs/plugins.
10394
10395 2007-08-13  Stefan Kost  <ensonic@users.sf.net>
10396
10397         * gst/rtpmanager/rtpjitterbuffer.c:
10398           Include stdlib.
10399
10400 2007-08-12  Sebastian Dröge  <slomo@circular-chaos.org>
10401
10402         * tests/check/elements/bpwsinc.c: (GST_START_TEST):
10403         Make one test constraint a bit stricter.
10404
10405 2007-08-12  Sebastian Dröge  <slomo@circular-chaos.org>
10406
10407         * tests/check/Makefile.am:
10408         * tests/check/elements/.cvsignore:
10409         * tests/check/elements/bpwsinc.c: (setup_bpwsinc),
10410         (cleanup_bpwsinc), (GST_START_TEST), (bpwsinc_suite), (main):
10411         Add unit tests for bpwsinc, testing fundamental functionality again.
10412
10413 2007-08-12  Sebastian Dröge  <slomo@circular-chaos.org>
10414
10415         * tests/check/Makefile.am:
10416         * tests/check/elements/.cvsignore:
10417         * tests/check/elements/lpwsinc.c: (setup_lpwsinc),
10418         (cleanup_lpwsinc), (GST_START_TEST), (lpwsinc_suite), (main):
10419         Add unit tests for lpwsinc, testing fundamental functionality.
10420
10421 2007-08-12  Sebastian Dröge  <slomo@circular-chaos.org>
10422
10423         * gst/filter/gstbpwsinc.c: (bpwsinc_build_kernel):
10424         * gst/filter/gstlpwsinc.c: (lpwsinc_build_kernel):
10425         Improve debugging a bit.
10426
10427 2007-08-12  Sebastian Dröge  <slomo@circular-chaos.org>
10428
10429         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init),
10430         (bpwsinc_start):
10431         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init),
10432         (lpwsinc_start):
10433         Reset the residue in BaseTransform::start to get a clean residue
10434         on stream changes.
10435
10436 2007-08-11  Sebastian Dröge  <slomo@circular-chaos.org>
10437
10438         * gst/filter/gstbpwsinc.c: (process_32), (process_64):
10439         * gst/filter/gstlpwsinc.c: (process_32), (process_64):
10440         Fix processing with buffer sizes that are smaller than the filter
10441         kernel size.
10442
10443 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
10444
10445         * gst/rtpmanager/Makefile.am:
10446         * gst/rtpmanager/async_jitter_queue.c:
10447         * gst/rtpmanager/async_jitter_queue.h:
10448         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_class_init),
10449         (rtp_jitter_buffer_init), (rtp_jitter_buffer_finalize),
10450         (rtp_jitter_buffer_new), (compare_seqnum),
10451         (rtp_jitter_buffer_insert), (rtp_jitter_buffer_pop),
10452         (rtp_jitter_buffer_flush), (rtp_jitter_buffer_num_packets),
10453         (rtp_jitter_buffer_get_ts_diff):
10454         * gst/rtpmanager/rtpjitterbuffer.h:
10455         Remove complicated async queue and replace with more simple jitterbuffer
10456         code while also fixing some bugs.
10457
10458         * gst/rtpmanager/gstrtpbin-marshal.list:
10459         * gst/rtpmanager/gstrtpbin.c: (on_new_ssrc), (on_ssrc_collision),
10460         (on_ssrc_validated), (on_bye_ssrc), (on_bye_timeout), (on_timeout),
10461         (create_session), (gst_rtp_bin_class_init), (create_recv_rtp),
10462         (create_send_rtp):
10463         * gst/rtpmanager/gstrtpbin.h:
10464         * gst/rtpmanager/gstrtpjitterbuffer.c:
10465         (gst_rtp_jitter_buffer_init), (gst_rtp_jitter_buffer_dispose),
10466         (gst_jitter_buffer_sink_parse_caps),
10467         (gst_rtp_jitter_buffer_flush_start),
10468         (gst_rtp_jitter_buffer_flush_stop),
10469         (gst_rtp_jitter_buffer_change_state),
10470         (gst_rtp_jitter_buffer_sink_event), (gst_rtp_jitter_buffer_chain),
10471         (gst_rtp_jitter_buffer_loop), (gst_rtp_jitter_buffer_set_property):
10472         * gst/rtpmanager/gstrtpsession.c: (on_new_ssrc),
10473         (on_ssrc_collision), (on_ssrc_validated), (on_bye_ssrc),
10474         (on_bye_timeout), (on_timeout), (gst_rtp_session_class_init),
10475         (gst_rtp_session_init):
10476         * gst/rtpmanager/gstrtpsession.h:
10477         * gst/rtpmanager/rtpsession.c: (on_bye_ssrc), (session_cleanup):
10478         Use new jitterbuffer code.
10479         Expose some new signals in preparation for handling EOS.
10480
10481 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
10482
10483         * gst/filter/gstbpwsinc.c: (bpwsinc_build_kernel):
10484         Fix a segfault with more than one channel and don't rebuild
10485         the kernel & residue with every buffer.
10486
10487 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
10488
10489         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_mode_get_type),
10490         (gst_bpwsinc_window_get_type), (gst_bpwsinc_class_init),
10491         (gst_bpwsinc_init), (bpwsinc_build_kernel), (bpwsinc_set_property),
10492         (bpwsinc_get_property):
10493         * gst/filter/gstbpwsinc.h:
10494         Add support for a bandreject mode and allow specifying the window
10495         function that should be used.
10496         * gst/filter/gstlpwsinc.c:
10497         And another small formatting fix.
10498
10499 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
10500
10501         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init),
10502         (gst_bpwsinc_init), (process_32), (process_64),
10503         (bpwsinc_build_kernel), (bpwsinc_setup), (bpwsinc_get_unit_size),
10504         (bpwsinc_transform), (bpwsinc_set_property),
10505         (bpwsinc_get_property):
10506         * gst/filter/gstbpwsinc.h:
10507         Apply the same changes to the bandpass filter:
10508          - Support double input
10509          - Fix processing for input with >1 channels
10510          - Specify frequency in Hz
10511          - Specify actual filter kernel length
10512          - Use transform instead of transform_ip as we're working
10513            out of place anyway
10514          - Factor out filter kernel generation and update the filter
10515            kernel when the properties are set
10516         Fix bandpass filter kernel generation to actually generate
10517         a bandpass filter by creating a highpass instead of a second
10518         lowpass.
10519         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init):
10520         Small formatting fix.
10521
10522 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
10523
10524         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init),
10525         (gst_lpwsinc_init), (process_32), (process_64),
10526         (lpwsinc_build_kernel), (lpwsinc_set_property),
10527         (lpwsinc_get_property):
10528         * gst/filter/gstlpwsinc.h:
10529         Specify the actual filter length instead of a weird
10530         2N+1. Setting the property will round to the next odd number.
10531         Also remove now obsolete FIXMEs.
10532
10533 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
10534
10535         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_window_get_type),
10536         (gst_lpwsinc_class_init), (gst_lpwsinc_init),
10537         (lpwsinc_build_kernel), (lpwsinc_set_property),
10538         (lpwsinc_get_property):
10539         * gst/filter/gstlpwsinc.h:
10540         Allow choosing between hamming and blackman window. The blackman
10541         window provides a better stopband attenuation but a bit slower
10542         rolloff.
10543
10544 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
10545
10546         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_mode_get_type),
10547         (gst_lpwsinc_class_init), (process_32), (process_64),
10548         (lpwsinc_build_kernel), (lpwsinc_set_property),
10549         (lpwsinc_get_property):
10550         * gst/filter/gstlpwsinc.h:
10551         Add a highpass mode.
10552
10553 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
10554
10555         * gst/filter/gstlpwsinc.c: (process_32), (process_64),
10556         (lpwsinc_build_kernel):
10557         Fix processing if the input has more than one channel.
10558
10559 2007-08-09  Sebastian Dröge  <slomo@circular-chaos.org>
10560
10561         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_dispose),
10562         (gst_bpwsinc_init), (bpwsinc_setup), (bpwsinc_transform_ip),
10563         (bpwsinc_set_property), (bpwsinc_get_property):
10564         "this" is a C++ keyword, use "self" instead.
10565         Add TODOs and FIXMEs and remove two wrong FIXMEs.
10566         * gst/filter/gstlpwsinc.c:
10567         Add FIXMEs and a new TODO.
10568
10569 2007-08-09  Sebastian Dröge  <slomo@circular-chaos.org>
10570
10571         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_dispose),
10572         (gst_lpwsinc_class_init), (gst_lpwsinc_init), (process_32),
10573         (process_64), (lpwsinc_build_kernel), (lpwsinc_setup),
10574         (lpwsinc_get_unit_size), (lpwsinc_transform),
10575         (lpwsinc_set_property), (lpwsinc_get_property):
10576         * gst/filter/gstlpwsinc.h:
10577         Add double support, replace "this" with "self" as the former
10578         is a C++ keyword.
10579         Implement the frequency property in Hz instead of fraction
10580         of sampling frequency.
10581         Remove some unecessary FIXMEs and add some TODOs, add some
10582         required locking and refactor the kernel generation into a
10583         separate function that is also called when the properties
10584         change now.
10585         And use BaseTransform::transform instead of transform_ip
10586         as the convolution is done out of place anyway. Should
10587         be done in place later.
10588
10589 2007-08-09  Sebastian Dröge  <slomo@circular-chaos.org>
10590
10591         * configure.ac:
10592         * gst/stereo/Makefile.am:
10593         * gst/stereo/gststereo.c: (gst_stereo_base_init),
10594         (gst_stereo_class_init), (gst_stereo_init),
10595         (gst_stereo_transform_ip), (gst_stereo_set_property),
10596         (gst_stereo_get_property):
10597         * gst/stereo/gststereo.h:
10598         Port the stereo element to GStreamer 0.10.
10599
10600 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
10601
10602         submitted by: Raphael Higino <phhigino@gmail.com>
10603
10604         * po/LINGUAS:
10605         * po/pt_BR.po:
10606           Added Portuguese (Brazilian) translation.
10607
10608 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
10609
10610         * po/uk.po:
10611         * po/vi.po:
10612           Updated translations.
10613
10614 2007-08-08  Sebastian Dröge  <slomo@circular-chaos.org>
10615
10616         * gst/filter/Makefile.am:
10617         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_dispose),
10618         (gst_bpwsinc_base_init), (gst_bpwsinc_class_init),
10619         (gst_bpwsinc_init), (bpwsinc_setup):
10620         * gst/filter/gstbpwsinc.h:
10621         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_dispose),
10622         (gst_lpwsinc_base_init), (gst_lpwsinc_class_init),
10623         (gst_lpwsinc_init), (lpwsinc_setup):
10624         * gst/filter/gstlpwsinc.h:
10625         Use GstAudioFilter as base class and don't leak the memory
10626         of the filter kernel and residue.
10627
10628 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
10629
10630         Patch by: Josep Torra Valles <josep@fluendo.com>
10631
10632         * docs/plugins/gst-plugins-bad-plugins.args:
10633         * ext/libmms/gstmms.c: (gst_mms_class_init), (gst_mms_init),
10634         (gst_mms_start), (gst_mms_set_property), (gst_mms_get_property):
10635         * ext/libmms/gstmms.h:
10636         Add connection speed property to libmms. Fixes #464678.
10637
10638 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
10639
10640         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain),
10641         (gst_real_video_dec_activate_push), (open_library),
10642         (gst_real_video_dec_init), (gst_real_video_dec_finalize):
10643         * gst/real/gstrealvideodec.h:
10644         Remove some old unused vars.
10645
10646 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
10647
10648         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps):
10649         Small cleanups.
10650
10651         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain),
10652         (open_library):
10653         Remove fragment and timestamp correction code from the decoder to make
10654         the caps and buffer contents compatible with matroska/ffdec_rvx0/...
10655
10656 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
10657
10658         * po/POTFILES.skip:
10659           Add POTFILES.skip with list of source files that aren't disted at the
10660           moment but contain translatable strings. Should hopefully pacify
10661           broken tools and make it clearer that these files are left out
10662           intentionally (#461601 and others).
10663
10664 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
10665
10666         Patch by: Ian Munro  <imunro at netspace net au>
10667
10668         * gst/bayer/gstbayer2rgb.c:
10669           Include our own "_stdint.h" instead of <stdint.h> (which may not
10670           be available).
10671
10672         * gst/speed/gstspeed.h:
10673           Native HP-UX compiler dosn't seem to like enum typedefs before the
10674           actual enum was defined.
10675
10676         * gst/vmnc/vmncdec.c:
10677           Fix wrong usage of GST_ELEMENT_ERROR macro (#461373).
10678
10679 2007-07-26  Edward Hervey  <bilboed@bilboed.com>
10680
10681         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps):
10682         Use the proper context variable when setting the password !
10683         LOG => WARNING for errors.
10684         Give proper path when opening the codec (needs a '/' at the end).
10685
10686 2007-07-25  Tim-Philipp Müller  <tim at centricular dot net>
10687
10688         * gst/real/Makefile.am:
10689           And dist the new header file too.
10690
10691 2007-07-25  Tim-Philipp Müller  <tim at centricular dot net>
10692
10693         * gst/real/gstreal.h:
10694         Add missing header file.
10695
10696 2007-07-25  Julien MOUTTE  <julien@moutte.net>
10697
10698         (gst_flv_demux_chain), (gst_flv_demux_pull_tag),
10699         (gst_flv_demux_change_state), (gst_flv_demux_dispose),
10700         (gst_flv_demux_init):
10701         * gst/flv/gstflvdemux.h:
10702         * gst/flv/gstflvparse.c: (FLV_GET_STRING),
10703         (gst_flv_parse_metadata_item), (gst_flv_parse_tag_script),
10704         (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video),
10705         (gst_flv_parse_header):
10706         * gst/flv/gstflvparse.h: Handle not linked pads, try to make it
10707         reusable, more safety checks.
10708
10709 2007-07-25  Stefan Kost  <ensonic@users.sf.net>
10710
10711         * ext/timidity/gsttimidity.c: (gst_timidity_init),
10712         (gst_timidity_change_state), (plugin_init):
10713         * ext/timidity/gsttimidity.h:
10714           Don't initialize timidity in plugin_init for similar reason as below.
10715
10716 2007-07-24  Stefan Kost  <ensonic@users.sf.net>
10717
10718         * ext/timidity/gstwildmidi.c: (wildmidi_open_config),
10719         (gst_wildmidi_init), (gst_wildmidi_change_state), (plugin_init):
10720         * ext/timidity/gstwildmidi.h:
10721           Don't initialize wildmidi in plugin_init as it also setups audio
10722           filters which is slow.
10723
10724 2007-07-24  Hans de Goede  <j.w.r.degoede@hhs.nl>
10725
10726         reviewed by: Edward Hervey  <bilboed@bilboed.com>
10727
10728         * gst/real/gstreal.c: (plugin_init):
10729         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps),
10730         (gst_real_audio_dec_finalize), (gst_real_audio_dec_set_property),
10731         (gst_real_audio_dec_get_property), (gst_real_audio_dec_class_init):
10732         * gst/real/gstrealvideodec.c: (open_library),
10733         (gst_real_video_dec_finalize), (gst_real_video_dec_set_property),
10734         (gst_real_video_dec_get_property), (gst_real_video_dec_class_init):
10735         * gst/real/gstrealvideodec.h:
10736         Improved search algorithm for location of real .so files.
10737         Fixes #393461
10738
10739 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
10740
10741         * configure.ac:
10742         * ext/faad/gstfaad.c: (gst_faad_chain), (gst_faad_change_state):
10743         Use the new buffer clipping function from gstaudio here and
10744         require gst-plugins-base CVS.
10745
10746 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
10747
10748         * configure.ac:
10749           Sync liboil check with plugins-base.
10750
10751 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
10752
10753         * gst/equalizer/gstiirequalizer.c:
10754         (gst_iir_equalizer_band_set_property),
10755         (gst_iir_equalizer_child_proxy_get_child_by_index),
10756         (gst_iir_equalizer_child_proxy_get_children_count),
10757         (gst_iir_equalizer_child_proxy_interface_init),
10758         (gst_iir_equalizer_class_init), (arg_to_scale), (setup_filter),
10759         (gst_iir_equalizer_compute_frequencies):
10760         * gst/equalizer/gstiirequalizer10bands.c:
10761         (gst_iir_equalizer_10bands_class_init):
10762         * gst/equalizer/gstiirequalizer3bands.c:
10763         (gst_iir_equalizer_3bands_class_init):
10764         * gst/equalizer/gstiirequalizernbands.c:
10765           Better algorith for the center frequencies. Subtract band filters from
10766           input for negative gains. Rework the gain mapping.
10767
10768 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
10769
10770         * ext/dirac/Makefile.am:
10771           Also include stdlib here.
10772
10773 2007-07-19  Jan Schmidt  <thaytan@noraisin.net>
10774
10775         * tests/check/elements/.cvsignore:
10776         Fix the buildbot with the cvsignore it wants.
10777
10778 2007-07-19  Julien MOUTTE  <julien@moutte.net>
10779
10780         * configure.ac:
10781         * gst/flv/Makefile.am:
10782         * gst/flv/gstflvdemux.c: (gst_flv_demux_flush),
10783         (gst_flv_demux_cleanup), (gst_flv_demux_chain),
10784         (gst_flv_demux_pull_tag), (gst_flv_demux_pull_header),
10785         (gst_flv_demux_seek_to_prev_keyframe), (gst_flv_demux_loop),
10786         (gst_flv_demux_sink_activate), (gst_flv_demux_sink_activate_push),
10787         (gst_flv_demux_sink_activate_pull), (gst_flv_demux_sink_event),
10788         (gst_flv_demux_change_state), (gst_flv_demux_dispose),
10789         (gst_flv_demux_base_init), (gst_flv_demux_class_init),
10790         (gst_flv_demux_init), (plugin_init):
10791         * gst/flv/gstflvdemux.h:
10792         * gst/flv/gstflvparse.c: (FLV_GET_BEUI24), (FLV_GET_STRING),
10793         (gst_flv_demux_query_types), (gst_flv_demux_query),
10794         (gst_flv_parse_metadata_item), (gst_flv_parse_tag_script),
10795         (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video),
10796         (gst_flv_parse_tag_type), (gst_flv_parse_header):
10797         * gst/flv/gstflvparse.h: Adds a first draft of an FLV demuxer.
10798         It does not do seeking yet, it supports pull and push mode so YES
10799         you can use it to play youtube videos directly from an HTTP uri.
10800         Not so much testing done yet but it parses metadata, reply to 
10801         duration queries, etc...
10802
10803 2007-07-19  Stefan Kost  <ensonic@users.sf.net>
10804
10805         * tests/check/Makefile.am:
10806         * tests/check/elements/timidity.c (GST_START_TEST, timidity_suite,
10807           main):
10808           Add typefind test for midi.
10809
10810 2007-07-18  Michael Smith  <msmith@fluendo.com>
10811
10812         * ext/soundtouch/gstpitch.cc:
10813           If we receive a new segment event, don't try to push buffers out
10814           in response (without first sending it on!).
10815           Instead, flush internal buffers on receiving flush events.
10816           Fixes playback after seeking.
10817
10818 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
10819
10820         * gst/bayer/gstbayer2rgb.c: (gst_bayer2rgb_set_caps),
10821         (gst_bayer2rgb_reset):
10822           Add basic docs. Use glibs mem routines.
10823
10824 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
10825
10826         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
10827           Add example to the docs. Fix buffer-offset-end and add some debug.
10828
10829 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
10830
10831         * ext/jack/gstjackaudiosink.c: (gst_jack_ring_buffer_open_device),
10832         (gst_jack_ring_buffer_acquire):
10833           Add stdlib include here too.
10834
10835 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
10836
10837         * examples/app/appsrc_ex.c:
10838         * examples/switch/switcher.c:
10839         * ext/neon/gstneonhttpsrc.c:
10840         * ext/timidity/gstwildmidi.c:
10841         * ext/x264/gstx264enc.c:
10842         * gst/mve/mveaudioenc.c: (mve_compress_audio):
10843         * gst/rtpmanager/gstrtpclient.c:
10844         * gst/rtpmanager/gstrtpjitterbuffer.c:
10845         * gst/spectrum/demo-audiotest.c:
10846         * gst/spectrum/demo-osssrc.c:
10847         * sys/dvb/gstdvbsrc.c:
10848           Add stdlib include (free, atoi, exit).
10849
10850 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
10851
10852         * ext/faad/gstfaad.c: (clip_outgoing_buffer):
10853         Fix buffer clipping to correctly clip to the segment stop.
10854
10855 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
10856
10857         Patch by: Hans de Goede <j.w.r.degoede at hhs dot nl>
10858
10859         * gst/modplug/gstmodplug.cc:
10860         add several missing supported mime-types to the modplug plugin.
10861         Fixes #456901.
10862
10863 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
10864
10865         * configure.ac:
10866         * tests/Makefile.am:
10867         Remove bogus check for libcheck, since we check for
10868         gstreamer-check and it pulls in the required info from there, and we
10869         weren't actually _using_ the information for libcheck ourselves
10870         anyway.
10871
10872 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
10873
10874         * configure.ac:
10875           Use pkg-config to locate check.
10876
10877 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
10878
10879         * gst/interleave/deinterleave.c: (gst_deinterleave_process):
10880         * gst/vmnc/vmncdec.c: (vmnc_make_buffer):
10881           Fix build against core CVS.
10882
10883 2007-07-09  Stefan Kost  <ensonic@users.sf.net>
10884
10885         * REQUIREMENTS:
10886           Sync with changes in -ugly.
10887
10888 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
10889
10890         * REQUIREMENTS:
10891           Add download location of libamrwb.
10892
10893 2007-07-06  Tim-Philipp Müller  <tim at centricular dot net>
10894
10895         * docs/plugins/inspect/plugin-amrwb.xml:
10896         * docs/plugins/inspect/plugin-equalizer.xml:
10897         * docs/plugins/inspect/plugin-multifile.xml:
10898         * docs/plugins/inspect/plugin-timidity.xml:
10899         * docs/plugins/inspect/plugin-wildmidi.xml:
10900           Add missing inspect files. Fixes build (#454313).
10901
10902         * ext/timidity/gstwildmidi.c: (wildmidi_open_config):
10903           Scream a bit louder when initialisation fails.
10904
10905         * gst-libs/README:
10906         * gst-libs/ext/.cvsignore:
10907           Remove some cruft.
10908
10909 2007-07-05  Tim-Philipp Müller  <tim at centricular dot net>
10910
10911         * ext/ivorbis/Makefile.am:
10912           Dist header files. Fixes #454078.
10913
10914 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
10915
10916         * docs/plugins/Makefile.am:
10917           Simplify --extra-dir as gtkdoc scans recursively.
10918
10919         * ext/amrwb/gstamrwbenc.c:
10920           Fix comment start.
10921
10922 2007-07-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10923
10924         * sys/dvb/gstdvbsrc.c (dvbsrc_details, ARG_DVBSRC_ADAPTER,
10925           ARG_DVBSRC_FRONTEND, ARG_DVBSRC_DISEQC_SRC, ARG_DVBSRC_FREQUENCY,
10926           ARG_DVBSRC_POLARITY, gst_dvbsrc_class_init, gst_dvbsrc_init,
10927           gst_dvbsrc_set_property, gst_dvbsrc_get_property,
10928           gst_dvbsrc_open_frontend, gst_dvbsrc_open_dvr, read_device,
10929           gst_dvbsrc_create, gst_dvbsrc_set_pes_filters):
10930         * sys/dvb/gstdvbsrc.h (adapter_number, frontend_number):
10931         Removed property "device". Added properties "adapter" and "frontend".
10932         Fixes #453636.
10933         Rename freq property to frequency.
10934
10935 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
10936
10937         * gst/videosignal/gstvideodetect.c: (gst_video_detect_class_init):
10938         Fix property descriptions.
10939
10940 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
10941
10942         * docs/plugins/Makefile.am:
10943         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
10944         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
10945         * ext/amrwb/gstamrwbdec.c:
10946         * ext/amrwb/gstamrwbenc.c:
10947         * ext/amrwb/gstamrwbparse.c:
10948           Also document AMR-WB elements.
10949
10950 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
10951
10952         * docs/plugins/Makefile.am:
10953         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
10954         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
10955         * docs/plugins/gst-plugins-bad-plugins.args:
10956           Cleanup the section file so that -unused is empty again (and useful to
10957           spot new docs). Add not yet added docs to sgml file. Add more header
10958           to Makefile.am to make them introspectable.
10959
10960         * docs/plugins/inspect/plugin-bz2.xml:
10961         * docs/plugins/inspect/plugin-cdxaparse.xml:
10962         * docs/plugins/inspect/plugin-dtsdec.xml:
10963         * docs/plugins/inspect/plugin-faac.xml:
10964         * docs/plugins/inspect/plugin-faad.xml:
10965         * docs/plugins/inspect/plugin-filter.xml:
10966         * docs/plugins/inspect/plugin-freeze.xml:
10967         * docs/plugins/inspect/plugin-gdp.xml:
10968         * docs/plugins/inspect/plugin-gsm.xml:
10969         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
10970         * docs/plugins/inspect/plugin-h264parse.xml:
10971         * docs/plugins/inspect/plugin-modplug.xml:
10972         * docs/plugins/inspect/plugin-musicbrainz.xml:
10973         * docs/plugins/inspect/plugin-nsfdec.xml:
10974         * docs/plugins/inspect/plugin-replaygain.xml:
10975         * docs/plugins/inspect/plugin-spectrum.xml:
10976         * docs/plugins/inspect/plugin-speed.xml:
10977         * docs/plugins/inspect/plugin-tta.xml:
10978         * docs/plugins/inspect/plugin-videosignal.xml:
10979         * docs/plugins/inspect/plugin-xingheader.xml:
10980         * docs/plugins/inspect/plugin-xvid.xml:
10981           Update the doc blobs.
10982
10983 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
10984
10985         * gst/multifile/Makefile.am:
10986         * gst/multifile/gstmultifile.c:
10987         * gst/multifile/gstmultifilesink.c:
10988         * gst/multifile/gstmultifilesink.h:
10989         * gst/multifile/gstmultifilesrc.c:
10990         * gst/multifile/gstmultifilesrc.h:
10991           Add .h files to be able to add it to the docs.
10992
10993 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
10994
10995         * gst/modplug/gstmodplug.cc:
10996           Activate doc section.
10997
10998 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
10999
11000         * ext/timidity/gsttimidity.c:
11001         * ext/timidity/gstwildmidi.c:
11002         * ext/timidity/gstwildmidi.h:
11003           Fix licence (both are GPL). Add element docs.
11004
11005 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
11006
11007         * ext/musicbrainz/gsttrm.h:
11008           Fix _get_type signature.
11009
11010 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
11011
11012         * gst/replaygain/gstrgvolume.h:
11013           Fix GObject macros.
11014
11015 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
11016
11017         * ext/dc1394/gstdc1394.c: (gst_dc1394_src_fixate),
11018         (gst_dc1394_create), (gst_dc1394_caps_set_format_vmode_caps),
11019         (gst_dc1394_set_caps_framesize_range),
11020         (gst_dc1394_caps_set_framerate_list), (gst_dc1394_get_cam_caps),
11021         (gst_dc1394_framerate_frac_to_const),
11022         (gst_dc1394_open_cam_with_best_caps):
11023         Make a bunch of functions static, and move variable declarations
11024         to the start of blocks to avoid problems on older gcc.
11025
11026         Make sure to unset value types.
11027
11028 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
11029
11030         * ext/dc1394/gstdc1394.c: (gst_dc1394_set_caps_color):
11031
11032         The correct fourcc for the 4:1:1 packed format is 'IYU1'.
11033         With CVS of ffmpegcolorspace from plugins-base, I can now
11034         get 30 fps from the iSight.
11035
11036 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
11037
11038         * ext/dc1394/gstdc1394.c: (gst_dc1394_set_caps_color):
11039         Change a g_print to a GST_DEBUG message.
11040
11041 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
11042
11043         * configure.ac:
11044         * ext/Makefile.am:
11045         * ext/dc1394/Makefile.am:
11046         * ext/dc1394/gstdc1394.c: (gst_dc1394_base_init),
11047         (gst_dc1394_class_init), (gst_dc1394_init),
11048         (gst_dc1394_src_fixate), (gst_dc1394_set_property),
11049         (gst_dc1394_get_property), (gst_dc1394_getcaps),
11050         (gst_dc1394_setcaps), (gst_dc1394_get_times), (gst_dc1394_create),
11051         (gst_dc1394_parse_caps), (gst_dc1394_change_state),
11052         (gst_dc1394_caps_set_format_vmode_caps),
11053         (gst_dc1394_set_caps_color), (gst_dc1394_set_caps_framesize),
11054         (gst_dc1394_set_caps_framesize_range),
11055         (gst_dc1394_caps_set_framerate_list),
11056         (gst_dc1394_framerate_const_to_frac),
11057         (gst_dc1394_get_all_dc1394_caps), (gst_dc1394_get_cam_caps),
11058         (gst_dc1394_framerate_frac_to_const),
11059         (gst_dc1394_open_cam_with_best_caps),
11060         (gst_dc1394_change_camera_transmission), (plugin_init):
11061         * ext/dc1394/gstdc1394.h:
11062         Commit new dc1394src element.
11063         Patch By: Antoine Tremblay < hexa00 at gmail dot com >
11064         Patch By: Eric Jonas < jonas at mit dot edu >
11065         Close: #387251
11066
11067 2007-06-28  Wim Taymans  <wim@fluendo.com>
11068
11069         * gst/videosignal/gstvideodetect.c: (gst_video_detect_class_init):
11070         Register new property as well.
11071
11072 2007-06-28  Wim Taymans  <wim@fluendo.com>
11073
11074         * gst/videosignal/gstvideodetect.c: (gst_video_detect_420),
11075         (gst_video_detect_set_property), (gst_video_detect_get_property):
11076         * gst/videosignal/gstvideodetect.h:
11077         Add property to adjust the center, sensitivity is now the distance from
11078         this center.
11079
11080 2007-06-27  Wim Taymans  <wim@fluendo.com>
11081
11082         * gst/videosignal/gstvideodetect.c: (gst_video_detect_420),
11083         (gst_video_detect_set_property), (gst_video_detect_get_property),
11084         (gst_video_detect_class_init):
11085         * gst/videosignal/gstvideodetect.h:
11086         * gst/videosignal/gstvideomark.c: (gst_video_mark_draw_box),
11087         (gst_video_mark_420), (gst_video_mark_set_property),
11088         (gst_video_mark_get_property), (gst_video_mark_class_init):
11089         * gst/videosignal/gstvideomark.h:
11090         Add left and bottom offset properties to control the position of the
11091         pattern.
11092
11093 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
11094
11095         * docs/plugins/gst-plugins-bad-plugins.args:
11096         * docs/plugins/inspect/plugin-alsaspdif.xml:
11097         * docs/plugins/inspect/plugin-bz2.xml:
11098         * docs/plugins/inspect/plugin-cdxaparse.xml:
11099         * docs/plugins/inspect/plugin-dtsdec.xml:
11100         * docs/plugins/inspect/plugin-faac.xml:
11101         * docs/plugins/inspect/plugin-faad.xml:
11102         * docs/plugins/inspect/plugin-filter.xml:
11103         * docs/plugins/inspect/plugin-freeze.xml:
11104         * docs/plugins/inspect/plugin-gdp.xml:
11105         * docs/plugins/inspect/plugin-glimagesink.xml:
11106         * docs/plugins/inspect/plugin-gsm.xml:
11107         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
11108         * docs/plugins/inspect/plugin-h264parse.xml:
11109         * docs/plugins/inspect/plugin-jack.xml:
11110         * docs/plugins/inspect/plugin-mms.xml:
11111         * docs/plugins/inspect/plugin-modplug.xml:
11112         * docs/plugins/inspect/plugin-musicbrainz.xml:
11113         * docs/plugins/inspect/plugin-neon.xml:
11114         * docs/plugins/inspect/plugin-nsfdec.xml:
11115         * docs/plugins/inspect/plugin-replaygain.xml:
11116         * docs/plugins/inspect/plugin-sdl.xml:
11117         * docs/plugins/inspect/plugin-spectrum.xml:
11118         * docs/plugins/inspect/plugin-speed.xml:
11119         * docs/plugins/inspect/plugin-tta.xml:
11120         * docs/plugins/inspect/plugin-videosignal.xml:
11121         * docs/plugins/inspect/plugin-xingheader.xml:
11122         * docs/plugins/inspect/plugin-xvid.xml:
11123           Update docs with caps info.
11124
11125 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
11126
11127         * gconf/.cvsignore:
11128         * gconf/Makefile.am:
11129         * gconf/gstreamer.schemas.in:
11130           Remove dysfunctional directory (this stuff is in -good).
11131
11132         * ext/sndfile/gstsf.c: (plugin_init):
11133         * sys/dvb/gstdvbsrc.c: (plugin_init):
11134           Add i18n bindtextdomain stuff.
11135
11136         * gst/nuvdemux/gstnuvdemux.c: (gst_nuv_demux_class_init),
11137         (plugin_init):
11138           Post an error message when returning GST_FLOW_ERROR; minor cleanups.
11139
11140         * po/POTFILES.in:
11141           Add more source files with translatable strings (fixes #450605).
11142
11143 2007-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11144
11145         Contributed by: Wenzheng Hu <db_lobster@163.com>
11146
11147         * po/LINGUAS:
11148         * po/zh_CN.po:
11149           Added Chinese (simplified) translation.
11150
11151 2007-06-22  Tim-Philipp Müller  <tim at centricular dot net>
11152
11153         Patch by: Jens Granseuer  <jensgr at gmx net>
11154
11155         * gst/equalizer/gstiirequalizer.c:
11156         * gst/equalizer/gstiirequalizer10bands.c:
11157         * gst/equalizer/gstiirequalizer3bands.c:
11158         * gst/equalizer/gstiirequalizernbands.c:
11159         * gst/rtpmanager/async_jitter_queue.c:
11160         (async_jitter_queue_push_sorted):
11161         * gst/rtpmanager/gstrtpjitterbuffer.c:
11162         (gst_rtp_jitter_buffer_chain):
11163         * gst/switch/gstswitch.c: (gst_switch_chain):
11164           Build fixes for gcc-2.9x (no mid-block variable declarations etc.).
11165           Fixes #450185.
11166
11167 2007-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11168
11169         * examples/switch/switcher.c (my_bus_callback, switch_timer,
11170           last_message_received, main):
11171         * gst/switch/gstswitch.c (gst_switch_release_pad,
11172           gst_switch_request_new_pad, gst_switch_chain, gst_switch_event,
11173           gst_switch_set_property, gst_switch_get_property,
11174           gst_switch_get_linked_pad, gst_switch_getcaps,
11175           gst_switch_bufferalloc, gst_switch_dispose, gst_switch_init):
11176         * gst/switch/gstswitch.h (switch_mutex, GST_SWITCH_LOCK,
11177           GST_SWITCH_UNLOCK):
11178         Add an extra lock to protect against certain variables instead of
11179         using the object lock. Fix case where caps are different in the
11180         sink pads causes deadlock. Update example to use different caps
11181         on each sink pad.
11182
11183 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
11184
11185         * MAINTAINERS:
11186         Updating all the maintainers files
11187
11188 2007-06-22  Edward Hervey  <edward@fluendo.com>
11189
11190         * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_init):
11191         * ext/amrwb/gstamrwbenc.c: (gst_amrwbenc_init):
11192         * ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_init):
11193         * ext/audioresample/gstaudioresample.c:
11194         * ext/bz2/gstbz2dec.c: (gst_bz2dec_init):
11195         * ext/bz2/gstbz2enc.c: (gst_bz2enc_init):
11196         * ext/divx/gstdivxdec.c: (gst_divxdec_init):
11197         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
11198         * ext/faac/gstfaac.c: (gst_faac_init):
11199         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init):
11200         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init):
11201         * ext/hermes/gsthermescolorspace.c: (gst_hermes_colorspace_init):
11202         * ext/lcs/gstcolorspace.c: (gst_colorspace_init):
11203         * ext/libfame/gstlibfame.c: (gst_fameenc_init):
11204         * ext/snapshot/gstsnapshot.c: (gst_snapshot_init):
11205         * ext/spc/gstspc.c: (gst_spc_dec_init):
11206         * ext/swfdec/gstswfdec.c: (gst_swfdec_init):
11207         * ext/xvid/gstxvidenc.c: (gst_xvidenc_init):
11208         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxa_parse_init):
11209         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_init):
11210         * gst/chart/gstchart.c: (gst_chart_init):
11211         * gst/colorspace/gstcolorspace.c: (gst_colorspace_init):
11212         * gst/festival/gstfestival.c: (gst_festival_init):
11213         * gst/freeze/gstfreeze.c: (gst_freeze_init):
11214         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_request_new_pad):
11215         * gst/mpeg1sys/gstmpeg1systemencode.c: (gst_system_encode_init):
11216         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
11217         * gst/nsf/gstnsf.c: (gst_nsfdec_init):
11218         * gst/overlay/gstoverlay.c: (gst_overlay_init):
11219         * gst/passthrough/gstpassthrough.c: (passthrough_init):
11220         * gst/playondemand/gstplayondemand.c: (play_on_demand_init):
11221         * gst/smooth/gstsmooth.c: (gst_smooth_init):
11222         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
11223         * gst/speed/gstspeed.c: (speed_init):
11224         * gst/vbidec/gstvbidec.c: (gst_vbidec_init):
11225         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init):
11226         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
11227         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
11228         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_init):
11229         Fix leaks.
11230
11231 2007-06-21  Tim-Philipp Müller  <tim at centricular dot net>
11232
11233         * RELEASE:
11234         * sys/Makefile.am:
11235           Re-enable VCD source and fix up release notes.
11236
11237 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
11238
11239         * gst/equalizer/gstiirequalizer.c:
11240           Document parameter mapping.
11241
11242 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
11243
11244         * gst/spectrum/gstspectrum.c: (gst_spectrum_event),
11245         (gst_spectrum_transform_ip):
11246           Fix leaking buffers.
11247           
11248         * tests/check/Makefile.am:
11249         * tests/check/elements/spectrum.c: (setup_spectrum),
11250         (cleanup_spectrum), (GST_START_TEST), (spectrum_suite), (main):
11251           Add simple test for spectrum element.
11252
11253 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
11254
11255         * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_base_init),
11256         (gst_amrwbdec_class_init), (gst_amrwbdec_finalize),
11257         (gst_amrwbdec_event), (gst_amrwbdec_chain),
11258         (gst_amrwbdec_state_change):
11259         * ext/amrwb/gstamrwbdec.h:
11260         * ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_base_init),
11261         (gst_amrwbparse_pull_header), (gst_amrwbparse_loop):
11262           Add newsegment and discont handling. Some code cleanups. Don't leak
11263           the adapter, unref it in a new finalize method instead. Sync the
11264           parser with the amr-nb changes.
11265
11266 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
11267
11268         * configure.ac:
11269         Back to CVS.
11270
11271         * gst-plugins-bad.doap:
11272         Add 0.10.5 to the doap file.
11273
11274 === release 0.10.5 ===
11275
11276 2007-06-19  Jan Schmidt <thaytan@mad.scientist.com>
11277
11278         * configure.ac:
11279           releasing 0.10.5, "Expedition to Lake Pahoe"
11280
11281 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
11282
11283         * win32/vs6/gst_plugins_bad.dsw:
11284         * win32/vs6/libdshowsrcwrapper.dsp:
11285         * win32/vs6/libgstdshow.dsp:
11286         * win32/vs6/libgstmpegvideoparse.dsp:
11287         * win32/vs6/libgstneon.dsp:
11288         Convert line endings to CRLF and mark as binary files.
11289
11290 2007-06-13  Wim Taymans  <wim@fluendo.com>
11291
11292         * sys/Makefile.am:
11293         Disable VCD build because we're frozen..
11294
11295 2007-06-13  Wim Taymans  <wim@fluendo.com>
11296
11297         * configure.ac:
11298         * sys/Makefile.am:
11299         * sys/vcd/Makefile.am:
11300         * sys/vcd/vcdsrc.c: (gst_vcdsrc_setup_interfaces),
11301         (gst_vcdsrc_base_init), (gst_vcdsrc_class_init), (gst_vcdsrc_init),
11302         (gst_vcdsrc_msf), (gst_vcdsrc_recalculate),
11303         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
11304         (gst_vcdsrc_create), (gst_vcdsrc_start), (gst_vcdsrc_stop),
11305         (gst_vcdsrc_uri_set_uri):
11306         * sys/vcd/vcdsrc.h:
11307         Port VCD element.
11308
11309 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
11310
11311         * win32/MANIFEST:
11312         Add megvideoparse, libdshow and dshowsrcwrapper to win32
11313         MANIFEST.
11314         * win32/vs6/gst_plugins_bad.dsw:
11315         Remove qtdemux, directdraw, directsound and waveform project files
11316         from the workspace as they have been moved to -good.
11317
11318 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
11319
11320         * po/POTFILES.in:
11321         Remove qtdemux from the translation list.
11322
11323 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
11324
11325         * configure.ac:
11326         * docs/plugins/Makefile.am:
11327         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11328         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11329         * docs/plugins/inspect/plugin-osxvideo.xml:
11330         * docs/plugins/inspect/plugin-videocrop.xml:
11331         * gst-plugins-bad.spec.in:
11332         * gst/videocrop/Makefile.am:
11333         * gst/videocrop/gstvideocrop.c:
11334         * gst/videocrop/gstvideocrop.h:
11335         * gst/videocrop/videocrop.vcproj:
11336         * sys/Makefile.am:
11337         * sys/osxvideo/Makefile.am:
11338         * sys/osxvideo/cocoawindow.h:
11339         * sys/osxvideo/cocoawindow.m:
11340         * sys/osxvideo/osxvideosink.h:
11341         * sys/osxvideo/osxvideosink.m:
11342         * tests/check/Makefile.am:
11343         * tests/check/elements/videocrop.c:
11344         * tests/icles/Makefile.am:
11345         * tests/icles/videocrop-test.c:
11346         Move videocrop and osxvideo to -good.
11347
11348 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
11349
11350         * configure.ac:
11351         * docs/plugins/Makefile.am:
11352         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11353         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11354         * gst/qtdemux/Makefile.am:
11355         * gst/qtdemux/gstrtpxqtdepay.c:
11356         * gst/qtdemux/gstrtpxqtdepay.h:
11357         * gst/qtdemux/qtdemux.c:
11358         * gst/qtdemux/qtdemux.h:
11359         * gst/qtdemux/qtdemux.vcproj:
11360         * gst/qtdemux/qtdemux_dump.c:
11361         * gst/qtdemux/qtdemux_dump.h:
11362         * gst/qtdemux/qtdemux_fourcc.h:
11363         * gst/qtdemux/qtdemux_types.c:
11364         * gst/qtdemux/qtdemux_types.h:
11365         * gst/qtdemux/qtpalette.h:
11366         * gst/qtdemux/quicktime.c:
11367         * win32/MANIFEST:
11368         * win32/vs6/libgstqtdemux.dsp:
11369         Move qtdemux to -good.
11370
11371         * gst-plugins-bad.spec.in:
11372         Update spec file to reflect wavpack & qtdemux moving to -good.
11373
11374 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
11375
11376         * docs/plugins/Makefile.am:
11377         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11378         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11379         * docs/plugins/inspect/plugin-waveform.xml:
11380         * sys/waveform/gstwaveformplugin.c:
11381         * sys/waveform/gstwaveformsink.c:
11382         * sys/waveform/gstwaveformsink.h:
11383         * win32/MANIFEST:
11384         * win32/vs6/libgstwaveform.dsp:
11385         Remove the waveform plugin now that it is in -good.
11386
11387 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
11388
11389         * configure.ac:
11390         * docs/plugins/Makefile.am:
11391         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11392         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11393         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
11394         * docs/plugins/inspect/plugin-wavpack.xml:
11395         * ext/Makefile.am:
11396         * ext/wavpack/Makefile.am:
11397         * ext/wavpack/gstwavpack.c:
11398         * ext/wavpack/gstwavpackcommon.c:
11399         * ext/wavpack/gstwavpackcommon.h:
11400         * ext/wavpack/gstwavpackdec.c:
11401         * ext/wavpack/gstwavpackdec.h:
11402         * ext/wavpack/gstwavpackenc.c:
11403         * ext/wavpack/gstwavpackenc.h:
11404         * ext/wavpack/gstwavpackparse.c:
11405         * ext/wavpack/gstwavpackparse.h:
11406         * ext/wavpack/gstwavpackstreamreader.c:
11407         * ext/wavpack/gstwavpackstreamreader.h:
11408         * ext/wavpack/md5.c:
11409         * ext/wavpack/md5.h:
11410         * tests/check/Makefile.am:
11411         * tests/check/elements/wavpackdec.c:
11412         * tests/check/elements/wavpackenc.c:
11413         * tests/check/elements/wavpackparse.c:
11414           Move wavpack to good.
11415
11416 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
11417
11418         * configure.ac:
11419         * docs/plugins/Makefile.am:
11420         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11421         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11422         * docs/plugins/gst-plugins-bad-plugins.args:
11423         * docs/plugins/inspect/plugin-directdraw.xml:
11424         * docs/plugins/inspect/plugin-directsound.xml:
11425         * sys/Makefile.am:
11426         * sys/directdraw/Makefile.am:
11427         * sys/directdraw/gstdirectdrawplugin.c:
11428         * sys/directdraw/gstdirectdrawsink.c:
11429         * sys/directdraw/gstdirectdrawsink.h:
11430         * sys/directsound/Makefile.am:
11431         * sys/directsound/gstdirectsoundplugin.c:
11432         * sys/directsound/gstdirectsoundsink.c:
11433         * sys/directsound/gstdirectsoundsink.h:
11434         * win32/MANIFEST:
11435         * win32/gst.sln:
11436         * win32/vs6/libgstdirectdraw.dsp:
11437         * win32/vs6/libgstdirectsound.dsp:
11438         * win32/vs7/libgstdirectdraw.vcproj:
11439         * win32/vs7/libgstdirectsound.vcproj:
11440         * win32/vs8/libgstdirectdraw.vcproj:
11441         * win32/vs8/libgstdirectsound.vcproj:
11442         Remove DirectDraw & DirectSound plugins, as they've moved to Good
11443
11444 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
11445
11446         * ext/timidity/gsttimidity.c: (gst_timidity_loop):
11447         * ext/timidity/gstwildmidi.c: (gst_wildmidi_loop):
11448         * gst/tta/gstttaparse.c: (gst_tta_parse_loop):
11449           When driving the pipeline, also post an error when we get a
11450           not-linked flow return from downstream.
11451
11452 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
11453
11454         * docs/plugins/gst-plugins-bad-plugins.args:
11455         * sys/directdraw/gstdirectdrawsink.c:
11456         (gst_directdraw_sink_class_init):
11457         Rename the keep-aspect-ratio property to force-aspect-ratio to make
11458         it consistent with xvimagesink and ximagesink.
11459
11460 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
11461
11462         * tests/icles/videocrop-test.c: (main):
11463           Default to xvimagesink instead of autovideosink while
11464           autovideosink/ghostpads/whatever don't handle the way we use it in
11465           the way we expect it to.
11466
11467 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
11468
11469         * configure.ac:
11470           Bump requirements to released versions of core and -base, and remove
11471           special-casing for equalizer and rtpmanager as it's not needed any
11472           longer.
11473
11474 2007-06-06  Jan Schmidt  <thaytan@mad.scientist.com>
11475
11476         * sys/glsink/glimagesink.c: (gst_glimage_sink_stop),
11477         (gst_glimage_sink_create_window), (gst_glimage_sink_init_display):
11478         Sprinkle in some XSync calls to avoid raciness with broken
11479         drivers (ATI) when re-using a single glimagesink.
11480
11481 2007-06-06  Jan Schmidt  <thaytan@mad.scientist.com>
11482
11483         * gst/mpegvideoparse/mpegpacketiser.c:
11484         (mpeg_util_parse_extension_packet), (mpeg_util_parse_sequence_hdr),
11485         (mpeg_util_parse_picture_hdr):
11486         * gst/mpegvideoparse/mpegvideoparse.c:
11487         (mpegvideoparse_handle_sequence), (mpegvideoparse_drain_avail):
11488         Fix some silly bugs with calculating the guard sizes.
11489         Properly compare the old sequence header structure with the new one.
11490         Don't error out on an invalid sequence - just ignore it.
11491
11492 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
11493
11494         * gst/real/gstrealvideodec.c: (gst_real_video_dec_decode):
11495           Printf fix in debug statement; also print the right number there.
11496
11497 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
11498
11499         * ext/sdl/Makefile.am:
11500         * ext/sdl/sdlvideosink.c: (gst_sdlv_process_events):
11501           Add GST_CFLAGS, which apparently somehow fixes the build somewhere
11502           (#444499); initialise variable to avoid false compiler warning.
11503
11504 2007-06-01  Wim Taymans  <wim@fluendo.com>
11505
11506         * docs/plugins/Makefile.am:
11507         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11508         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11509         * docs/plugins/inspect/plugin-videosignal.xml:
11510         * gst/videosignal/Makefile.am:
11511         * gst/videosignal/gstvideomark.c: (gst_video_mark_set_caps),
11512         (gst_video_mark_draw_box), (gst_video_mark_420),
11513         (gst_video_mark_transform_ip), (gst_video_mark_set_property),
11514         (gst_video_mark_get_property), (gst_video_mark_base_init),
11515         (gst_video_mark_class_init), (gst_video_mark_init),
11516         (gst_video_mark_get_type):
11517         * gst/videosignal/gstvideomark.h:
11518         * gst/videosignal/gstvideosignal.c: (plugin_init):
11519         Add plugin to generate a pattern detectable by videodetect.
11520
11521 2007-06-01  Tim-Philipp Müller  <tim at centricular dot net>
11522
11523         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_create):
11524           Don't leak buffer when returning an error.
11525
11526 2007-06-01  Wim Taymans  <wim@fluendo.com>
11527
11528         Patch by René Stadler <mail at renestadler dot de>:
11529
11530         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
11531         (gst_neonhttp_src_init), (gst_neonhttp_src_dispose),
11532         (gst_neonhttp_src_set_property), (gst_neonhttp_src_get_property),
11533         (gst_neonhttp_src_start), (gst_neonhttp_src_do_seek),
11534         (gst_neonhttp_src_set_location),
11535         (gst_neonhttp_src_send_request_and_redirect),
11536         (gst_neonhttp_src_uri_get_uri), (gst_neonhttp_src_uri_set_uri):
11537         * ext/neon/gstneonhttpsrc.h:
11538         Deprecated "uri" property.  Clean up property descriptions.
11539         Change default User-Agent to the slightly more descriptive
11540         "GStreamer neonhttpsrc".
11541         Various other small cleanups, mostly property related.
11542
11543 2007-05-31  Tim-Philipp Müller  <tim at centricular dot net>
11544
11545         * ext/libmms/gstmms.h:
11546           No reason to use gpointers instead of typed pointes here as far as I
11547           can see.
11548
11549         * ext/mythtv/gstmythtvsrc.c:
11550         * ext/neon/gstneonhttpsrc.c:
11551         * gst/switch/gstswitch.c:
11552           Don't use gtk-doc magic markers for things that aren't meant to be
11553           parsed by gtk-doc. Makes gtk-doc complain a bit less.
11554
11555 2007-05-30  Wim Taymans  <wim@fluendo.com>
11556
11557         * configure.ac:
11558         * docs/plugins/Makefile.am:
11559         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11560         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11561         * docs/plugins/inspect/plugin-videosignal.xml:
11562         * gst/videosignal/Makefile.am:
11563         * gst/videosignal/gstvideoanalyse.c: (gst_video_analyse_set_caps),
11564         (gst_video_analyse_post_message), (gst_video_analyse_420),
11565         (gst_video_analyse_transform_ip), (gst_video_analyse_set_property),
11566         (gst_video_analyse_get_property), (gst_video_analyse_base_init),
11567         (gst_video_analyse_class_init), (gst_video_analyse_init),
11568         (gst_video_analyse_get_type):
11569         * gst/videosignal/gstvideoanalyse.h:
11570         * gst/videosignal/gstvideodetect.c: (gst_video_detect_set_caps),
11571         (gst_video_detect_post_message),
11572         (gst_video_detect_calc_brightness), (gst_video_detect_420),
11573         (gst_video_detect_transform_ip), (gst_video_detect_set_property),
11574         (gst_video_detect_get_property), (gst_video_detect_base_init),
11575         (gst_video_detect_class_init), (gst_video_detect_init),
11576         (gst_video_detect_get_type):
11577         * gst/videosignal/gstvideodetect.h:
11578         * gst/videosignal/gstvideosignal.c: (plugin_init):
11579         * gst/videosignal/gstvideosignal.h:
11580         Added videosignal plugin with two plugins to analyse video frames.
11581         Added videoanalyse to report about brightness and variance in video
11582         frames.
11583         Added videodetect to detect predefined patterns in a video signal.
11584
11585 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
11586
11587         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
11588         * docs/plugins/gst-plugins-bad-plugins.interfaces:
11589         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
11590         * docs/plugins/gst-plugins-bad-plugins.signals:
11591           More updates.
11592
11593 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
11594
11595         * docs/plugins/gst-plugins-bad-plugins.args:
11596         * docs/plugins/gst-plugins-bad-plugins.signals:
11597         * docs/plugins/inspect/plugin-dtsdec.xml:
11598         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
11599         * docs/plugins/inspect/plugin-musepack.xml:
11600         * docs/plugins/inspect/plugin-rtpmanager.xml:
11601         * docs/plugins/inspect/plugin-sdl.xml:
11602         * docs/plugins/inspect/plugin-spcdec.xml:
11603         * docs/plugins/inspect/plugin-swfdec.xml:
11604           Updates; update inspect info for rtpmanager => gstrtpmanager rename,
11605           hopefully that makes the build bots happy again.
11606
11607 2007-05-28  Wim Taymans  <wim@fluendo.com>
11608
11609         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11610         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11611         * gst/rtpmanager/gstrtpbin.c: (create_session), (create_stream),
11612         (gst_rtp_bin_class_init), (create_recv_rtp), (create_recv_rtcp),
11613         (create_send_rtp), (create_rtcp), (gst_rtp_bin_request_new_pad):
11614         * gst/rtpmanager/gstrtpclient.c: (create_stream),
11615         (gst_rtp_client_request_new_pad):
11616         * gst/rtpmanager/gstrtpjitterbuffer.c:
11617         (gst_rtp_jitter_buffer_clear_pt_map), (gst_rtp_jitter_buffer_loop):
11618         * gst/rtpmanager/gstrtpmanager.c: (plugin_init):
11619         * gst/rtpmanager/gstrtpptdemux.c:
11620         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
11621         (gst_rtp_session_request_new_pad):
11622         * gst/rtpmanager/gstrtpssrcdemux.c:
11623         Rename elements to avoid conflict with farsight elements with the same
11624         name. Fixes #430664.
11625
11626 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
11627
11628         Patch by: Vincent Torri  <vtorri at univ-evry fr>
11629
11630         * sys/directdraw/gstdirectdrawsink.c:
11631         (gst_directdraw_sink_buffer_alloc),
11632         (gst_directdraw_sink_show_frame),
11633         (gst_directdraw_sink_check_primary_surface),
11634         (gst_directdraw_sink_check_offscreen_surface),
11635         (EnumModesCallback2), (gst_directdraw_sink_get_ddrawcaps),
11636         (gst_directdraw_sink_surface_create):
11637         * sys/directdraw/gstdirectdrawsink.h:
11638           Fix more warnings when compiling with MingW (#439914).
11639
11640 2007-05-24  Sebastian Moutte  <sebastien@moutte.net>
11641
11642         * docs/plugins/gst-plugins-bad-plugins.args:
11643         Remove directsoundsink property doc as this sink use the mixer
11644         interface now.
11645         * docs/plugins/gst-plugins-bad-plugins.interfaces:
11646         Add interfaces implemented by Windows sinks.
11647         * sys/directsound/gstdirectsoundsink.c:
11648         * sys/directsound/gstdirectsoundsink.h:
11649         Remove directsoundsink property  and implement the mixer interface.
11650         * win32/vs6/gst_plugins_bad.dsw:
11651         * win32/vs6/libgstdirectsound.dsp:
11652         Update project files.
11653         * gst-libs/gst/dshow/gstdshow.cpp:
11654         * gst-libs/gst/dshow/gstdshow.h:
11655         * gst-libs/gst/dshow/gstdshowfakesink.cpp:
11656         * gst-libs/gst/dshow/gstdshowfakesink.h:
11657         * gst-libs/gst/dshow/gstdshowfakesrc.cpp:
11658         * gst-libs/gst/dshow/gstdshowfakesrc.h:
11659         * gst-libs/gst/dshow/gstdshowinterface.cpp:
11660         * gst-libs/gst/dshow/gstdshowinterface.h:
11661         * win32/common/libgstdshow.def:
11662         * win32/vs6/libgstdshow.dsp:
11663         Add a new gst library which allow to create internal Direct Show
11664         graph (pipelines) to wrap Windows sources, decoders or encoders.
11665         It includes a DirectShow fake source and sink and utility functions.    
11666         * sys/dshowsrcwrapper/gstdshowaudiosrc.c:
11667         * sys/dshowsrcwrapper/gstdshowaudiosrc.h:
11668         * sys/dshowsrcwrapper/gstdshowsrcwrapper.c:
11669         * sys/dshowsrcwrapper/gstdshowsrcwrapper.h:
11670         * sys/dshowsrcwrapper/gstdshowvideosrc.c:
11671         * sys/dshowsrcwrapper/gstdshowvideosrc.h:
11672         * win32/vs6/libdshowsrcwrapper.dsp:
11673         Add a new plugin to wrap DirectShow sources on Windows.
11674         It gets data from any webcam, dv cam, micro. We could add 
11675         tv tunner card later.
11676         
11677 2007-05-23  Sebastian Dröge  <slomo@circular-chaos.org>
11678
11679         Patch by René Stadler <mail at renestadler dot de>:
11680
11681         * ext/sdl/sdlvideosink.c:
11682         Separate the authors by newlines instead of nothing. Fixes #440774.
11683
11684 2007-05-23  Wim Taymans  <wim@fluendo.com>
11685
11686         * docs/plugins/inspect/plugin-rtpmanager.xml:
11687         Add doc xml file.
11688
11689 2007-05-23  Wim Taymans  <wim@fluendo.com>
11690
11691         * docs/plugins/Makefile.am:
11692         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11693         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11694         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_class_init):
11695         * gst/rtpmanager/gstrtpbin.h:
11696         * gst/rtpmanager/gstrtpclient.c:
11697         * gst/rtpmanager/gstrtpjitterbuffer.c:
11698         (gst_rtp_jitter_buffer_class_init),
11699         (gst_rtp_jitter_buffer_clear_pt_map), (gst_rtp_jitter_buffer_loop):
11700         * gst/rtpmanager/gstrtpjitterbuffer.h:
11701         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_class_init),
11702         (gst_rtp_pt_demux_clear_pt_map):
11703         * gst/rtpmanager/gstrtpptdemux.h:
11704         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
11705         (rtcp_thread), (gst_rtp_session_clear_pt_map):
11706         * gst/rtpmanager/gstrtpsession.h:
11707         * gst/rtpmanager/gstrtpssrcdemux.c:
11708         (gst_rtp_ssrc_demux_class_init):
11709         Document stuff.
11710         Add clear-pt-map action signal where needed.
11711
11712 2007-05-22  Stefan Kost  <ensonic@users.sf.net>
11713
11714         * configure.ac:
11715           Depend on gstreamer-0.10.12.1.
11716         
11717         * gst/equalizer/gstiirequalizer.c (ARG_BAND_WIDTH, _do_init, ARG_GAIN,
11718           _GstIirEqualizerBand, object, _GstIirEqualizerBandClass,
11719           parent_class, gst_iir_equalizer_band_set_property,
11720           gst_iir_equalizer_band_class_init, gst_iir_equalizer_band_get_type,
11721           gst_iir_equalizer_child_proxy_get_child_by_index,
11722           gst_iir_equalizer_child_proxy_get_children_count,
11723           gst_iir_equalizer_child_proxy_interface_init, setup_filter,
11724           gst_iir_equalizer_compute_frequencies,
11725           gst_iir_equalizer_set_property, gst_iir_equalizer_get_property,
11726           plugin_init):
11727         * gst/equalizer/gstiirequalizer.h (audiofilter):
11728         * gst/equalizer/gstiirequalizernbands.c (ARG_NUM_BANDS,
11729           gst_iir_equalizer_nbands_base_init, gst_iir_equalizer_nbands_init,
11730           gst_iir_equalizer_nbands_set_property):
11731           Use new locking macros.
11732
11733         * gst/filter/gstbpwsinc.c (bpwsinc_set_caps):
11734           Add fixme.
11735
11736         * gst/spectrum/gstspectrum.c (SPECTRUM_WINDOW_BASE,
11737           SPECTRUM_WINDOW_LEN, gst_spectrum_init, gst_spectrum_set_property,
11738           gst_spectrum_event, gst_spectrum_transform_ip):
11739           Use new locking macros. Turn two fixed values into #defines.
11740
11741 2007-05-22  Edward Hervey  <edward@fluendo.com>
11742
11743         * docs/plugins/Makefile.am:
11744         Also look for .m (objectivec) files.
11745         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11746         * docs/plugins/gst-plugins-bad-plugins.args:
11747         * sys/osxvideo/osxvideosink.m:
11748         Add documentation for element and properties.
11749
11750 2007-05-21  Stefan Kost  <ensonic@users.sf.net>
11751
11752         * ChangeLog:
11753           ChangeLog surgery.
11754         * gst/equalizer/gstiirequalizer.c (ARG_BAND_WIDTH, _do_init, ARG_GAIN,
11755           _GstIirEqualizerBand, object, _GstIirEqualizerBandClass,
11756           parent_class, gst_iir_equalizer_band_set_property,
11757           gst_iir_equalizer_band_class_init, gst_iir_equalizer_band_get_type,
11758           gst_iir_equalizer_child_proxy_get_child_by_index,
11759           gst_iir_equalizer_child_proxy_get_children_count,
11760           gst_iir_equalizer_child_proxy_interface_init, setup_filter,
11761           gst_iir_equalizer_compute_frequencies, plugin_init):
11762         * tests/icles/equalizer-test.c:
11763           Add fixme and comment for example.
11764
11765 2007-05-21  Stefan Kost  <ensonic@users.sf.net>
11766
11767         * gst/spectrum/gstspectrum.c (gst_spectrum_set_property,
11768           gst_spectrum_event, gst_spectrum_transform_ip):
11769           Use lock to protect from concurrent access.
11770
11771 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
11772
11773         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_class_init),
11774         (gst_wavpack_enc_set_property), (gst_wavpack_enc_get_property):
11775         Specify and use properties as unsigned int that are an unsigned int.
11776
11777 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
11778
11779         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_class_init),
11780         (gst_wavpack_enc_init), (gst_wavpack_enc_set_wp_config),
11781         (gst_wavpack_enc_set_property), (gst_wavpack_enc_get_property):
11782         * ext/wavpack/gstwavpackenc.h:
11783         Fixup docs, make the bitrate property an int as it should be and
11784         allow to set the different extra processing modes instead of only
11785         allowing none and the default one.
11786
11787 2007-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
11788
11789         * ext/wavpack/gstwavpackenc.c:
11790         Add missing audioconverts in the example pipelines of wavpackenc. As
11791         the wavpack stuff now needs input with 32 bit width (and random depth)
11792         this is needed now. The example pipelines for the parser and decoder
11793         are still fine.
11794
11795 2007-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
11796
11797         * docs/plugins/Makefile.am:
11798         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
11799           Fix docs build and hierarchy.
11800
11801 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
11802
11803         * sys/directdraw/gstdirectdrawsink.c: (gst_ddrawsurface_finalize),
11804         (gst_directdraw_sink_buffer_alloc),
11805         (gst_directdraw_sink_get_ddrawcaps),
11806         (gst_directdraw_sink_surface_create):
11807           Bunch of small fixes: remove static function that doesn't exist;
11808           declare another one that does; printf format fix; use right macro
11809           when specifying debug category; remove a bunch of unused variables;
11810           #if 0 out an unused chunk of code (partially fixes #439914).
11811
11812 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
11813
11814         * gst/qtdemux/qtdemux.c: (gst_qtdemux_prepare_current_sample):
11815         * gst/switch/gstswitch.c: (gst_switch_chain):
11816           Printf format fixes (#439910, #439911).
11817
11818 2007-05-19  Tim-Philipp Müller  <tim at centricular dot net>
11819
11820         * tests/check/Makefile.am:
11821           Remove bits for deinterleave check which isn't in CVS yet.
11822
11823 2007-05-19  Tim-Philipp Müller  <tim at centricular dot net>
11824
11825         Patch by: René Stadler <mail at renestadler de>
11826
11827         * docs/plugins/Makefile.am:
11828         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11829         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11830         * docs/plugins/inspect/plugin-replaygain.xml:
11831         * gst/replaygain/Makefile.am:
11832         * gst/replaygain/gstrganalysis.c: (gst_rg_analysis_class_init),
11833         (gst_rg_analysis_start), (gst_rg_analysis_set_caps),
11834         (gst_rg_analysis_transform_ip), (gst_rg_analysis_event),
11835         (gst_rg_analysis_stop), (gst_rg_analysis_handle_tags),
11836         (gst_rg_analysis_handle_eos), (gst_rg_analysis_track_result),
11837         (gst_rg_analysis_album_result):
11838         * gst/replaygain/gstrganalysis.h:
11839         * gst/replaygain/gstrglimiter.c: (gst_rg_limiter_base_init),
11840         (gst_rg_limiter_class_init), (gst_rg_limiter_init),
11841         (gst_rg_limiter_set_property), (gst_rg_limiter_get_property),
11842         (gst_rg_limiter_transform_ip):
11843         * gst/replaygain/gstrglimiter.h:
11844         * gst/replaygain/gstrgvolume.c: (gst_rg_volume_base_init),
11845         (gst_rg_volume_class_init), (gst_rg_volume_init),
11846         (gst_rg_volume_set_property), (gst_rg_volume_get_property),
11847         (gst_rg_volume_dispose), (gst_rg_volume_change_state),
11848         (gst_rg_volume_sink_event), (gst_rg_volume_tag_event),
11849         (gst_rg_volume_reset), (gst_rg_volume_update_gain),
11850         (gst_rg_volume_determine_gain):
11851         * gst/replaygain/gstrgvolume.h:
11852         * gst/replaygain/replaygain.c: (plugin_init):
11853         * gst/replaygain/replaygain.h:
11854         * gst/replaygain/rganalysis.h:
11855         * tests/check/Makefile.am:
11856         * tests/check/elements/.cvsignore:
11857         * tests/check/elements/rganalysis.c: (send_eos_event),
11858         (GST_START_TEST):
11859         * tests/check/elements/rglimiter.c: (setup_rglimiter),
11860         (cleanup_rglimiter), (set_playing_state), (create_test_buffer),
11861         (verify_test_buffer), (GST_START_TEST), (rglimiter_suite), (main):
11862         * tests/check/elements/rgvolume.c: (event_func), (setup_rgvolume),
11863         (cleanup_rgvolume), (set_playing_state), (set_null_state),
11864         (send_eos_event), (send_tag_event), (test_buffer_new),
11865         (fail_unless_target_gain), (fail_unless_result_gain),
11866         (fail_unless_gain), (GST_START_TEST), (rgvolume_suite), (main):
11867           Add replaygain playback elements (#412710).
11868
11869 2007-05-18  Jan Schmidt  <thaytan@mad.scientist.com>
11870
11871         * sys/glsink/glimagesink.c: (gst_glimage_sink_init_display):
11872         Update the cached caps after opening the display so that we report
11873         only the supported caps formats, not just the template caps.
11874         Fixes: #439405
11875
11876 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
11877
11878         * ext/amrwb/gstamrwbdec.c (gst_amrwbdec_debug, GST_CAT_DEFAULT,
11879           _do_init, gst_amrwbdec_base_init, gst_amrwbdec_class_init):
11880         * ext/amrwb/gstamrwbenc.c (gst_amrwbenc_debug, GST_CAT_DEFAULT,
11881           _do_init, gst_amrwbenc_base_init, gst_amrwbenc_class_init):
11882         * ext/amrwb/gstamrwbparse.c (gst_amrwbparse_debug, GST_CAT_DEFAULT,
11883           _do_init, gst_amrwbparse_base_init, gst_amrwbparse_class_init):
11884           First round of cleanups, that use GST_BOILERPLATE, GST_ELEMENT_DETAILS,
11885           GST_DEBUG_FUNCPTR and add log-category.
11886
11887 2007-05-17  Edward Hervey  <edward@fluendo.com>
11888
11889         * sys/osxvideo/osxvideosink.h:
11890         * sys/osxvideo/osxvideosink.m:
11891         Remove the event-loop-in-separate-thread modifications, because MacOSX
11892         is $#@(*%$# ! For those wondering, the event handling needs to be done
11893         in the main thread after all..
11894
11895 2007-05-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11896
11897         * gst/switch/gstswitch.c (ARG_0, ARG_NB_SOURCES, ARG_ACTIVE_SOURCE,
11898           ARG_START_VALUE, ARG_STOP_VALUE, ARG_LAST_TS, ARG_QUEUE_BUFFERS,
11899           parent_class, gst_switch_release_pad, gst_switch_request_new_pad,
11900           gst_switch_chain, gst_switch_event, gst_switch_set_property,
11901           gst_switch_get_property, gst_switch_getcaps, gst_switch_dispose,
11902           unref_buffer, unref_buffers_and_destroy_list, gst_switch_init,
11903           gst_switch_base_init, gst_switch_class_init):
11904         * gst/switch/gstswitch.h (need_to_send_newsegment, queue_buffers,
11905           stop_value, start_value, current_start, last_ts, stored_buffers):
11906         Add handling of application provided stop and start values, allowing
11907         A/V sync across 2 switch elements.
11908
11909 2007-05-17  Edward Hervey  <edward@fluendo.com>
11910
11911         * sys/osxvideo/osxvideosink.h:
11912         * sys/osxvideo/osxvideosink.m:
11913         Fix a stupid #if vs #ifdef bug. Should use the proper colorspace now.
11914         Use a separate thread/task for the cocoa event_loop, else it wouldn't
11915         stop.
11916
11917 2007-05-16  Tim-Philipp Müller  <tim at centricular dot net>
11918
11919         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_chain),
11920         (gst_real_audio_dec_setcaps):
11921         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain):
11922           Don't crash when we get a buffer and our input caps haven't been set
11923           yet; also, don't leak all the input buffers (realaudiodec only).
11924
11925 2007-05-16  Stefan Kost  <ensonic@users.sf.net>
11926
11927         patch by: Stanislav Brabec <sbrabec@suse.cz>
11928
11929         * configure.ac:
11930         * ext/amrwb/Makefile.am:
11931         * ext/amrwb/amrwb-code/Makefile.am:
11932         * ext/amrwb/amrwb-code/amrwb/Makefile.am:
11933         * ext/amrwb/amrwb-code/amrwb/README:
11934         * ext/amrwb/gstamrwbdec.c:
11935         * ext/amrwb/gstamrwbdec.h (__GST_AMRWBDEC_H__):
11936         * ext/amrwb/gstamrwbenc.h (__GST_AMRWBENC_H__):
11937         * ext/amrwb/gstamrwbparse.c:
11938         * ext/amrwb/gstamrwbparse.h (__GST_AMRWBPARSE_H__):
11939         * gst-libs/Makefile.am:
11940         * gst-libs/ext/Makefile.am:
11941         * gst-libs/ext/amrwb/Makefile.am:
11942         * gst-libs/ext/amrwb/README:
11943           Use external shared libamrwb. Fixes #423741 (with lots of cleanup).
11944
11945 2007-05-16  Stefan Kost  <ensonic@users.sf.net>
11946
11947         * ext/x264/gstx264enc.c (gst_x264_enc_init_encoder):
11948           This needs a version check.
11949
11950         * gst/bayer/Makefile.am:
11951           Fix the build.
11952
11953 2007-05-15  Tim-Philipp Müller  <tim at centricular dot net>
11954
11955         * configure.ac:
11956         * sys/directdraw/Makefile.am:
11957         * sys/directsound/Makefile.am:
11958           Add DIRECTDRAW_CFLAGS and DIRECTSOUND_CFLAGS to Makefile.am; save
11959           and restore the various flags in the directdraw/directsound
11960           detection section. Apparently improves cross-compiling for win32
11961           with mingw32 under some circumstances (#437539).
11962
11963 2007-05-15  Wim Taymans  <wim@fluendo.com>
11964
11965         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_chain):
11966         We always use fixed caps.
11967
11968 2007-05-14  David Schleef  <ds@schleef.org>
11969
11970         * gst/rtpmanager/gstrtpbin.c:
11971           g_hash_table_remove_all() only exists in 2.12.  Work around.
11972
11973 2007-05-14  David Schleef  <ds@schleef.org>
11974
11975         * configure.ac:
11976         * gst/bayer/Makefile.am:
11977         * gst/bayer/gstbayer.c:
11978         * gst/bayer/gstbayer2rgb.c:
11979           Add a Bayer-to-RGB converter.  You know you want one, uh-huh.
11980           Partial fix for #314160.
11981
11982 2007-05-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11983
11984         * gst/switch/gstswitch.c (ARG_ACTIVE_SOURCE, ARG_STOP_VALUE,
11985           ARG_LAST_TS, parent_class, gst_switch_release_pad,
11986           gst_switch_request_new_pad, gst_switch_chain, gst_switch_event,
11987           gst_switch_set_property, gst_switch_get_property, gst_switch_getcaps,
11988           gst_switch_dispose, gst_switch_init, gst_switch_class_init):
11989         * gst/switch/gstswitch.h (previous_sinkpad, nb_sinkpads, stop_value,
11990           current_start, last_ts):
11991         Allow application to provide a stop timestamp, so a new segment
11992         update can be sent before switching.
11993
11994 2007-05-14  Wim Taymans  <wim@fluendo.com>
11995
11996         * gst/rtpmanager/async_jitter_queue.c:
11997         (async_jitter_queue_set_flushing_unlocked):
11998         Fix leak when flushing.
11999
12000         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_clear_pt_map),
12001         (gst_rtp_bin_class_init):
12002         * gst/rtpmanager/gstrtpbin.h:
12003         Add clear-pt-map signal.
12004
12005         * gst/rtpmanager/gstrtpjitterbuffer.c:
12006         (gst_rtp_jitter_buffer_flush_stop),
12007         (gst_rtp_jitter_buffer_sink_event), (gst_rtp_jitter_buffer_loop):
12008         Init clock-rate to -1 to mark unknow clock rate.
12009         Fix flushing.
12010
12011 2007-05-13  David Schleef  <ds@schleef.org>
12012
12013         * gst/replaygain/rganalysis.c:
12014           Fix wrong ifdef for visual C++.  Fixes: #437403.
12015           By Ali Sabil <ali.sabil@gmail.com>.
12016
12017 2007-05-12  David Schleef  <ds@schleef.org>
12018
12019         * ext/neon/gstneonhttpsrc.c:
12020           Make redirection the default behavior.  Fixes #413818.
12021
12022 2007-05-10  Stefan Kost  <ensonic@users.sf.net>
12023
12024         * gst/qtdemux/qtdemux.c (gst_qtdemux_move_stream,
12025           gst_qtdemux_loop_state_header, gst_qtdemux_activate_segment,
12026           gst_qtdemux_prepare_current_sample, gst_qtdemux_combine_flows,
12027           gst_qtdemux_loop_state_movie, gst_qtdemux_loop,
12028           qtdemux_parse_segments, qtdemux_parse_trak):
12029         * gst/rtpmanager/rtpsession.c (rtp_session_get_bandwidth,
12030           rtp_session_get_rtcp_bandwidth, rtp_session_get_cname,
12031           rtp_session_get_name, rtp_session_get_email, rtp_session_get_phone,
12032           rtp_session_get_location, rtp_session_get_tool,
12033           rtp_session_process_bye, session_report_blocks):
12034         * gst/rtpmanager/rtpsource.c (rtp_source_process_rtp,
12035           rtp_source_send_rtp, rtp_source_process_sr, rtp_source_process_rb):
12036           More format arg fixing (spotted by Ali Sabil <ali.sabil@gmail.com>).
12037
12038         * gst/switch/Makefile.am:
12039           Add require libraries(spotted by Ali Sabil <ali.sabil@gmail.com>).
12040
12041 2007-05-10  Stefan Kost  <ensonic@users.sf.net>
12042
12043         * gst/rtpmanager/async_jitter_queue.c (tail_buffer_duration,
12044           async_jitter_queue_ref, async_jitter_queue_ref_unlocked,
12045           async_jitter_queue_set_low_threshold,
12046           async_jitter_queue_length_ts_units_unlocked,
12047           async_jitter_queue_unref_and_unlock, async_jitter_queue_unref,
12048           async_jitter_queue_lock, async_jitter_queue_push,
12049           async_jitter_queue_push_unlocked, async_jitter_queue_push_sorted,
12050           async_jitter_queue_pop_intern_unlocked, async_jitter_queue_pop,
12051           async_jitter_queue_pop_unlocked, async_jitter_queue_length_unlocked,
12052           async_jitter_queue_set_flushing_unlocked,
12053           async_jitter_queue_unset_flushing_unlocked):
12054           Format arg fix (spotted by Ali Sabil <ali.sabil@gmail.com>).
12055
12056 2007-05-10  Stefan Kost  <ensonic@users.sf.net>
12057
12058         * common/m4/gst-x11.m4:
12059           Restore CFLAGS and LIBS.
12060
12061         * configure.ac:
12062           Revert previous patch.
12063
12064 2007-05-10  Stefan Kost  <ensonic@users.sf.net>
12065
12066         Patch by: Ali Sabil <ali.sabil@gmail.com>
12067
12068         * configure.ac:
12069           Save and restore CFLAGS for OpenGL check. Fixes #437260.
12070         
12071
12072 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
12073
12074         * docs/plugins/gst-plugins-bad-plugins.args:
12075         Add directraw and directsound sinks properties.
12076
12077 2007-05-09  Tim-Philipp Müller  <tim at centricular dot net>
12078
12079         * configure.ac:
12080           Fix --disable-external (hopefully).
12081
12082 2007-05-09  Wim Taymans  <wim@fluendo.com>
12083
12084         * gst/rtpmanager/gstrtpjitterbuffer.c:
12085         (gst_rtp_jitter_buffer_query):
12086         Pass queries upstream.
12087
12088 2007-05-06  Tim-Philipp Müller  <tim at centricular dot net>
12089
12090         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps),
12091         (gst_real_audio_dec_finalize):
12092         * gst/real/gstrealaudiodec.h:
12093         * gst/real/gstrealvideodec.c: (open_library), (close_library):
12094         * gst/real/gstrealvideodec.h:
12095           Use GModule instead of using dlsym() directly. Fixes #430598.
12096
12097 2007-05-04  Sebastien Moutte <sebastien@moutte.net>
12098
12099         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
12100         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
12101         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
12102           Add docs for Windows sinks.
12103
12104 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
12105
12106         * gst/speed/gstspeed.c: (speed_src_event), (speed_sink_event),
12107         (speed_chain), (speed_change_state):
12108           Fix event handling a bit by replacing completely dubious code
12109           written by someone else with completely dubious code written
12110           by me. Should at least fix #412077 though.
12111
12112 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
12113
12114         * gst/speed/gstspeed.c: (speed_src_query), (speed_chain),
12115         (plugin_init):
12116           Add debug category; use gst_pad_query_peer_*() utility functions;
12117           use gst_util_scale*(); add gtk-doc blurb.
12118
12119 2007-05-04  Wim Taymans  <wim@fluendo.com>
12120
12121         * gst/rtpmanager/gstrtpjitterbuffer.c:
12122         (gst_rtp_jitter_buffer_query):
12123         Add some debug info.
12124
12125         * gst/rtpmanager/rtpsession.c: (rtp_session_init),
12126         (rtp_session_send_rtp):
12127         Store real user name in the session.
12128
12129 2007-05-03  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
12130
12131         * configure.ac:
12132         * examples/Makefile.am:
12133         * examples/switch/switcher.c (loop, my_bus_callback, switch_timer,
12134           last_message_received, main):
12135         * gst/switch/gstswitch.c (GST_CAT_DEFAULT, gst_switch_details,
12136           gst_switch_src_factory, parent_class, gst_switch_release_pad,
12137           gst_switch_request_new_pad, gst_switch_chain, gst_switch_event,
12138           gst_switch_set_property, gst_switch_get_property,
12139           gst_switch_get_linked_pad, gst_switch_getcaps,
12140           gst_switch_bufferalloc, gst_switch_get_linked_pads,
12141           gst_switch_dispose, gst_switch_init, gst_switch_base_init,
12142           gst_switch_class_init):
12143         * gst/switch/gstswitch.h (GstSwitch, GstSwitchClass, _GstSwitch,
12144           element, active_sinkpad, srcpad, nb_sinkpads, newsegment_events,
12145           need_to_send_newsegment):
12146         Port switch element and example program to 0.10.
12147
12148 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
12149
12150         * ext/wavpack/gstwavpack.c: (plugin_init):
12151         Call bindtextdomain() to get localized strings.
12152         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
12153         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
12154         (gst_wavpack_parse_handle_seek_event),
12155         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_chain):
12156         * ext/wavpack/gstwavpackparse.h:
12157         Handle DISCONT buffers by correctly setting the DISCONT flag
12158         on outgoing buffers when necessary.
12159         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_handle_seek_event)
12160         Send newsegment from the streaming thread.
12161
12162 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
12163
12164         * ext/wavpack/gstwavpackparse.c:
12165         (gst_wavpack_parse_handle_seek_event):
12166         Remove old workaround that was needed when seeking after the last
12167         sample. With the fixed error handling this works now as expected
12168         without pushing the last sample although it wasn't requested.
12169
12170 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
12171
12172         * ext/wavpack/gstwavpackparse.c:
12173         (gst_wavpack_parse_handle_seek_event):
12174         Handle segment seeks in the seek event handler, correctly work with
12175         stop position == -1 and instead of stopping the task on seek just
12176         pause it.
12177
12178 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
12179
12180         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_loop):
12181         Add handling for segment seeks.
12182
12183 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
12184
12185         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_pull_buffer),
12186         (gst_wavpack_parse_create_src_pad),
12187         (gst_wavpack_parse_resync_loop), (gst_wavpack_parse_loop),
12188         (gst_wavpack_parse_chain):
12189         Correctly handle errors, especially in the loop function. Before it
12190         was easy to get the task paused but no error being posted on the bus.
12191
12192 2007-04-30  Wim Taymans  <wim@fluendo.com>
12193
12194         * gst/rtpmanager/async_jitter_queue.c: (signal_waiting_threads),
12195         (async_jitter_queue_pop_intern_unlocked):
12196         Fix the case where the buffer underruns and does not block.
12197
12198         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_base_init),
12199         (create_recv_rtcp), (create_send_rtp), (create_rtcp),
12200         (gst_rtp_bin_request_new_pad):
12201         Rename RTCP send pad, like in the session manager.
12202         Allow getting an RTCP pad for receiving even if we don't receive RTP.
12203         fix handling of send_rtp_src pad.
12204
12205         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_chain):
12206         When no pt map could be found, fall back to the sinkpad caps.
12207
12208         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_process_rtp),
12209         (gst_rtp_session_send_rtp), (create_recv_rtp_sink),
12210         (create_recv_rtcp_sink), (create_send_rtp_sink),
12211         (create_send_rtcp_src):
12212         Fix pad names.
12213
12214         * gst/rtpmanager/rtpsession.c: (source_push_rtp),
12215         (rtp_session_create_source), (rtp_session_process_sr),
12216         (rtp_session_send_rtp), (session_start_rtcp):
12217         * gst/rtpmanager/rtpsession.h:
12218         Unlock session when performing a callback.
12219         Add callbacks for the internal session object.
12220         Fix sending of RTP packets.
12221         first attempt at adding NTP times in the SR packets.
12222         Small debug and doc improvements.
12223
12224         * gst/rtpmanager/rtpsource.c: (rtp_source_send_rtp):
12225         Update stats for SR reports.
12226
12227 2007-04-29  Wim Taymans  <wim@fluendo.com>
12228
12229         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_send_rtcp):
12230         Remove debug.
12231
12232         * gst/rtpmanager/rtpsession.c: (rtp_session_process_sr),
12233         (rtp_session_process_sdes), (calculate_rtcp_interval),
12234         (rtp_session_next_timeout), (session_report_blocks):
12235         * gst/rtpmanager/rtpstats.c: (rtp_stats_calculate_rtcp_interval):
12236         Improve debugging
12237         Fix interval for BYE/RTCP packets.
12238
12239 2007-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12240
12241         * docs/plugins/gst-plugins-bad-plugins.args:
12242         * docs/plugins/gst-plugins-bad-plugins.signals:
12243           Commit result of running scanobj-update
12244
12245 2007-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12246
12247         * autogen.sh:
12248           Require automake 1.7
12249         * ext/alsaspdif/Makefile.am:
12250         * ext/divx/Makefile.am:
12251         * ext/ivorbis/Makefile.am:
12252         * ext/musicbrainz/Makefile.am:
12253         * ext/neon/Makefile.am:
12254         * ext/sdl/Makefile.am:
12255         * ext/swfdec/Makefile.am:
12256         * ext/theora/Makefile.am:
12257         * ext/wavpack/Makefile.am:
12258         * ext/xvid/Makefile.am:
12259         * gst/modplug/Makefile.am:
12260           Fix up Makefile.am accordingly.
12261
12262 2007-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12263
12264         * docs/plugins/inspect/plugin-alsaspdif.xml:
12265         * docs/plugins/inspect/plugin-bz2.xml:
12266         * docs/plugins/inspect/plugin-cdxaparse.xml:
12267         * docs/plugins/inspect/plugin-dfbvideosink.xml:
12268         * docs/plugins/inspect/plugin-faac.xml:
12269         * docs/plugins/inspect/plugin-faad.xml:
12270         * docs/plugins/inspect/plugin-filter.xml:
12271         * docs/plugins/inspect/plugin-freeze.xml:
12272         * docs/plugins/inspect/plugin-glimagesink.xml:
12273         * docs/plugins/inspect/plugin-gsm.xml:
12274         * docs/plugins/inspect/plugin-h264parse.xml:
12275         * docs/plugins/inspect/plugin-jack.xml:
12276         * docs/plugins/inspect/plugin-mms.xml:
12277         * docs/plugins/inspect/plugin-modplug.xml:
12278         * docs/plugins/inspect/plugin-musepack.xml:
12279         * docs/plugins/inspect/plugin-musicbrainz.xml:
12280         * docs/plugins/inspect/plugin-neon.xml:
12281         * docs/plugins/inspect/plugin-nsfdec.xml:
12282         * docs/plugins/inspect/plugin-replaygain.xml:
12283         * docs/plugins/inspect/plugin-sdl.xml:
12284         * docs/plugins/inspect/plugin-soundtouch.xml:
12285         * docs/plugins/inspect/plugin-spectrum.xml:
12286         * docs/plugins/inspect/plugin-speed.xml:
12287         * docs/plugins/inspect/plugin-tta.xml:
12288         * docs/plugins/inspect/plugin-videocrop.xml:
12289         * docs/plugins/inspect/plugin-wavpack.xml:
12290         * docs/plugins/inspect/plugin-xingheader.xml:
12291         * docs/plugins/inspect/plugin-xvid.xml:
12292           Add jack and update.
12293
12294 2007-04-28  Tim-Philipp Müller  <tim at centricular dot net>
12295
12296         * configure.ac:
12297           Don't build equalizer unless we have core from CVS (it won't
12298           work with earlier versions due to GstChildProxy brokeness).
12299           Also up requirements to last released core/base.
12300
12301 2007-04-27  Wim Taymans  <wim@fluendo.com>
12302
12303         * gst/rtpmanager/gstrtpsession.c: (rtcp_thread),
12304         (gst_rtp_session_send_rtcp), (gst_rtp_session_reconsider):
12305         Move reconsideration code to the rtpsession object.
12306         Simplify timout handling and add reconsideration.
12307
12308         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
12309         (rtp_session_init), (rtp_session_finalize), (on_bye_ssrc),
12310         (on_bye_timeout), (on_timeout), (rtp_session_set_callbacks),
12311         (obtain_source), (rtp_session_create_source),
12312         (update_arrival_stats), (rtp_session_process_rtp),
12313         (rtp_session_process_sr), (rtp_session_process_rr),
12314         (rtp_session_process_bye), (rtp_session_process_rtcp),
12315         (calculate_rtcp_interval), (rtp_session_send_bye),
12316         (rtp_session_next_timeout), (session_start_rtcp),
12317         (session_report_blocks), (session_cleanup), (session_sdes),
12318         (session_bye), (is_rtcp_time), (rtp_session_on_timeout):
12319         * gst/rtpmanager/rtpsession.h:
12320         Handle timeout of inactive sources and senders.
12321         Implement BYE scheduling.
12322
12323         * gst/rtpmanager/rtpsource.c: (calculate_jitter),
12324         (rtp_source_process_sr), (rtp_source_get_last_sr),
12325         (rtp_source_get_last_rb):
12326         * gst/rtpmanager/rtpsource.h:
12327         Add members to check for timeouts.
12328
12329         * gst/rtpmanager/rtpstats.c: (rtp_stats_init_defaults),
12330         (rtp_stats_calculate_rtcp_interval), (rtp_stats_add_rtcp_jitter),
12331         (rtp_stats_calculate_bye_interval):
12332         * gst/rtpmanager/rtpstats.h:
12333         Use RFC algorithm for calculating the reporting interval.
12334
12335 2007-04-26  Edward Hervey  <edward@fluendo.com>
12336
12337         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
12338         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
12339         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
12340         * docs/plugins/inspect/plugin-osxvideo.xml:
12341         Add documentation for osxvideo
12342
12343 2007-04-25  Wim Taymans  <wim@fluendo.com>
12344
12345         * gst/rtpmanager/gstrtpsession.c: (rtcp_thread):
12346         Implement forward and reverse reconsideration.
12347
12348         * gst/rtpmanager/rtpsession.c: (rtp_session_get_num_sources),
12349         (rtp_session_get_num_active_sources), (rtp_session_process_sr),
12350         (session_report_blocks):
12351         * gst/rtpmanager/rtpsession.h:
12352         Small cleanups.
12353
12354 2007-04-25  Wim Taymans  <wim@fluendo.com>
12355
12356         reviewed by: <delete if not using a buddy>
12357
12358         * gst/rtpmanager/gstrtpbin.c: (create_stream),
12359         (gst_rtp_bin_class_init), (gst_rtp_bin_set_property),
12360         (gst_rtp_bin_get_property):
12361         * gst/rtpmanager/gstrtpbin.h:
12362         Make default jitterbuffer latency configurable.
12363
12364         * gst/rtpmanager/gstrtpjitterbuffer.c:
12365         (gst_rtp_jitter_buffer_class_init),
12366         (gst_jitter_buffer_sink_parse_caps), (gst_rtp_jitter_buffer_loop),
12367         (gst_rtp_jitter_buffer_set_property),
12368         (gst_rtp_jitter_buffer_get_property):
12369         Debuging cleanups.
12370
12371 2007-04-25  Wim Taymans  <wim@fluendo.com>
12372
12373         * gst/rtpmanager/gstrtpjitterbuffer.c:
12374         (gst_rtp_jitter_buffer_change_state):
12375         Report NO_PREROLL when going to PAUSED.
12376
12377         * gst/rtpmanager/gstrtpsession.c: (rtcp_thread):
12378         Don't send RTCP right before we are shutting down.
12379
12380         * gst/rtpmanager/rtpsession.c: (rtp_session_process_rtp),
12381         (rtp_session_process_sr), (session_report_blocks),
12382         (rtp_session_perform_reporting):
12383         Improve report blocks.
12384
12385         * gst/rtpmanager/rtpsource.c: (calculate_jitter), (init_seq),
12386         (rtp_source_process_rtp), (rtp_source_process_sr),
12387         (rtp_source_process_rb), (rtp_source_get_last_sr),
12388         (rtp_source_get_last_rb):
12389         * gst/rtpmanager/rtpsource.h:
12390         * gst/rtpmanager/rtpstats.h:
12391         Cleanups, add methods to access stats. 
12392
12393 2007-04-25  Wim Taymans  <wim@fluendo.com>
12394
12395         * gst/rtpmanager/gstrtpbin.c: (create_rtcp):
12396         fix for pad name change
12397
12398         * gst/rtpmanager/gstrtpsession.c: (rtcp_thread),
12399         (gst_rtp_session_send_rtcp), (gst_rtp_session_clock_rate):
12400         Fix for renamed methods.
12401
12402         * gst/rtpmanager/rtpsession.c: (rtp_session_init),
12403         (rtp_session_finalize), (rtp_session_set_cname),
12404         (rtp_session_get_cname), (rtp_session_set_name),
12405         (rtp_session_get_name), (rtp_session_set_email),
12406         (rtp_session_get_email), (rtp_session_set_phone),
12407         (rtp_session_get_phone), (rtp_session_set_location),
12408         (rtp_session_get_location), (rtp_session_set_tool),
12409         (rtp_session_get_tool), (rtp_session_set_note),
12410         (rtp_session_get_note), (source_push_rtp), (obtain_source),
12411         (rtp_session_add_source), (rtp_session_get_source_by_ssrc),
12412         (rtp_session_create_source), (rtp_session_process_rtp),
12413         (rtp_session_process_sr), (rtp_session_process_sdes),
12414         (rtp_session_process_rtcp), (rtp_session_send_rtp),
12415         (rtp_session_get_reporting_interval), (session_report_blocks),
12416         (session_sdes), (rtp_session_perform_reporting):
12417         * gst/rtpmanager/rtpsession.h:
12418         Prepare for implementing SSRC sampling.
12419         Create SSRC for the session. 
12420         Add methods to set the SDES entries.
12421         fix accounting of senders/receivers.
12422         Implement SR/RR/SDES RTCP reporting.
12423
12424         * gst/rtpmanager/rtpsource.c: (rtp_source_init), (init_seq),
12425         (rtp_source_process_rtp), (rtp_source_process_sr):
12426         * gst/rtpmanager/rtpsource.h:
12427         Implement extended sequence number.
12428
12429         * gst/rtpmanager/rtpstats.c: (rtp_stats_calculate_rtcp_interval):
12430         * gst/rtpmanager/rtpstats.h:
12431         Rename some fields.
12432
12433 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
12434
12435         * gst/y4m/gsty4mencode.c: (gst_y4m_encode_init),
12436         (gst_y4m_encode_setcaps):
12437         * tests/check/elements/y4menc.c: (GST_START_TEST):
12438           Plug some leaks; try to make build bot happy again.
12439
12440 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
12441
12442         * gst/Makefile.am:
12443           Fix distcheck, hopefully (rtpmanager is already in GST_PLUGINS_ALL).
12444
12445 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
12446
12447         * gst/rtpmanager/rtpsession.c: (rtp_session_finalize):
12448           Don't use GLib-2.10 API, we only require GLib 2.8 at the moment.
12449
12450 2007-04-20  Michael Smith  <msmith@fluendo.com>
12451
12452         * ext/faad/gstfaad.c: (gst_faad_open_decoder):
12453           FAAD fails to decode low (e.g. 8 kHz) sample rate AAC data in
12454           quicktime because of sample rate mismatches.
12455           Reenable overriding the implicit SBR behaviour (accidently changed?)
12456           to allow playback of these files.
12457
12458 2007-04-19  David Schleef  <ds@schleef.org>
12459
12460         * configure.ac:
12461           Change rtpmanager disabling to keep -bad releasable.
12462
12463 2007-04-18  David Schleef  <ds@schleef.org>
12464
12465         * configure.ac:
12466         * gst/Makefile.am:
12467           Fix wtay's hack.  rtpmanager is disabled in configure.ac on
12468           line 268.
12469
12470 2007-04-18  Wim Taymans  <wim@fluendo.com>
12471
12472         * gst/Makefile.am:
12473         Add rtpmanager dir to dist.
12474
12475 2007-04-18  Wim Taymans  <wim@fluendo.com>
12476
12477         * configure.ac:
12478         Disable rtpmanager for now because it depends on CVS -base.
12479
12480         * gst/rtpmanager/Makefile.am:
12481         Added new files for session manager.
12482
12483         * gst/rtpmanager/gstrtpjitterbuffer.h:
12484         * gst/rtpmanager/gstrtpbin.c: (create_session), (get_pt_map),
12485         (create_stream), (pt_map_requested), (new_ssrc_pad_found):
12486         Some cleanups. 
12487         the session manager can now also request a pt-map.
12488
12489         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_base_init),
12490         (gst_rtp_session_class_init), (gst_rtp_session_init),
12491         (gst_rtp_session_finalize), (rtcp_thread), (start_rtcp_thread),
12492         (stop_rtcp_thread), (gst_rtp_session_change_state),
12493         (gst_rtp_session_process_rtp), (gst_rtp_session_send_rtp),
12494         (gst_rtp_session_send_rtcp), (gst_rtp_session_clock_rate),
12495         (gst_rtp_session_get_time), (gst_rtp_session_event_recv_rtp_sink),
12496         (gst_rtp_session_chain_recv_rtp),
12497         (gst_rtp_session_event_recv_rtcp_sink),
12498         (gst_rtp_session_chain_recv_rtcp),
12499         (gst_rtp_session_event_send_rtp_sink),
12500         (gst_rtp_session_chain_send_rtp), (create_send_rtcp_src),
12501         (gst_rtp_session_request_new_pad):
12502         * gst/rtpmanager/gstrtpsession.h:
12503         We can ask for pt-map now too when the session manager needs it.
12504         Hook up to the new session manager, implement the needed callbacks for
12505         pushing data, getting clock time and requesting clock-rates.
12506         Rename rtcp_src to send_rtcp_src to make it clear that this RTCP is to
12507         be send to clients.
12508         Add code to start and stop the thread that will schedule RTCP through
12509         the session manager.
12510
12511         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
12512         (rtp_session_init), (rtp_session_finalize),
12513         (rtp_session_set_property), (rtp_session_get_property),
12514         (on_new_ssrc), (on_ssrc_collision), (on_ssrc_validated),
12515         (on_bye_ssrc), (rtp_session_new), (rtp_session_set_callbacks),
12516         (rtp_session_set_bandwidth), (rtp_session_get_bandwidth),
12517         (rtp_session_set_rtcp_bandwidth), (rtp_session_get_rtcp_bandwidth),
12518         (source_push_rtp), (source_clock_rate), (check_collision),
12519         (obtain_source), (rtp_session_add_source),
12520         (rtp_session_get_num_sources),
12521         (rtp_session_get_num_active_sources),
12522         (rtp_session_get_source_by_ssrc),
12523         (rtp_session_get_source_by_cname), (rtp_session_create_source),
12524         (update_arrival_stats), (rtp_session_process_rtp),
12525         (rtp_session_process_sr), (rtp_session_process_rr),
12526         (rtp_session_process_sdes), (rtp_session_process_bye),
12527         (rtp_session_process_app), (rtp_session_process_rtcp),
12528         (rtp_session_send_rtp), (rtp_session_get_rtcp_interval),
12529         (rtp_session_produce_rtcp):
12530         * gst/rtpmanager/rtpsession.h:
12531         The advanced beginnings of the main session manager that handles the
12532         participant database of RTPSources, SSRC probation, SSRC collisions,
12533         parse RTCP to update source stats. etc..
12534
12535         * gst/rtpmanager/rtpsource.c: (rtp_source_class_init),
12536         (rtp_source_init), (rtp_source_finalize), (rtp_source_new),
12537         (rtp_source_set_callbacks), (rtp_source_set_as_csrc),
12538         (rtp_source_set_rtp_from), (rtp_source_set_rtcp_from),
12539         (push_packet), (get_clock_rate), (calculate_jitter),
12540         (rtp_source_process_rtp), (rtp_source_process_bye),
12541         (rtp_source_send_rtp), (rtp_source_process_sr),
12542         (rtp_source_process_rb):
12543         * gst/rtpmanager/rtpsource.h:
12544         Object that encapsulates an SSRC and its state in the database.
12545         Calculates the jitter and transit times of data packets.
12546
12547         * gst/rtpmanager/rtpstats.c: (rtp_stats_init_defaults),
12548         (rtp_stats_calculate_rtcp_interval), (rtp_stats_add_rtcp_jitter):
12549         * gst/rtpmanager/rtpstats.h:
12550         Various stats regarding the session and sources.
12551         Used to calculate the RTCP interval.
12552
12553 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
12554
12555         * gst/app/Makefile.am:
12556           Fix CFLAGS and hopefully #430594.
12557
12558 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
12559
12560         * gst/nsf/types.h:
12561           Rename #ifndef header guard symbol to something less generic, so
12562           types.h doesn't get skipped over when compiling on MingW. Include
12563           GLib headers and use those to set the endianness and the basic
12564           types so that this isn't entirely broken for non-x86 architectures.
12565
12566 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
12567
12568         * gst/mve/gstmvedemux.c: (gst_mve_audio_init):
12569           Use G_LITTLE_ENDIAN instead of LITTLE_ENDIAN, so stuff compiles on
12570           MingW (no idea though why we add a BYTE_ORDER endianness field if
12571           the audio is compressed).
12572
12573 2007-04-14  Sebastien Moutte <sebastien@moutte.net>
12574
12575         * docs/plugins/inspect/plugin-directdraw.xml:
12576         * docs/plugins/inspect/plugin-directsound.xml:
12577         * docs/plugins/inspect/plugin-waveform.xml:
12578           Add xml doc files for Windows sinks
12579         * win32/vs6/libgstqtdemux.dsp:
12580         * win32/vs6/libgstmpegvideoparse.dsp:
12581         * win32/vs6/gst_plugins_bad.dsw:
12582          Update projects files.
12583         
12584 2007-04-13  Wim Taymans  <wim@fluendo.com>
12585
12586         * gst/rtpmanager/gstrtpbin.c: (create_session), (get_pt_map),
12587         (gst_rtp_bin_init), (gst_rtp_bin_finalize), (new_ssrc_pad_found),
12588         (create_recv_rtp), (gst_rtp_bin_request_new_pad):
12589         * gst/rtpmanager/gstrtpbin.h:
12590         * gst/rtpmanager/gstrtpclient.c:
12591         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
12592         (gst_rtp_session_init), (gst_rtp_session_finalize),
12593         (gst_rtp_session_event_recv_rtp_sink),
12594         (gst_rtp_session_event_recv_rtcp_sink),
12595         (gst_rtp_session_chain_recv_rtcp),
12596         (gst_rtp_session_request_new_pad):
12597         Protect lists and structures with locks.
12598         Return FLOW_OK from RTCP messages for now.
12599
12600 2007-04-12  Wim Taymans  <wim@fluendo.com>
12601
12602         * gst/qtdemux/qtdemux.c:
12603         Make timescale 32 bits again so we don't screw up the pts_offset
12604         calculations.
12605
12606 2007-04-12  Wim Taymans  <wim@fluendo.com>
12607
12608         * gst/rtpmanager/gstrtpbin.c: (create_session), (get_pt_map),
12609         (create_stream), (gst_rtp_bin_class_init), (pt_map_requested):
12610         Emit pt map requests and cache results.
12611
12612         * gst/rtpmanager/gstrtpjitterbuffer.c:
12613         (gst_rtp_jitter_buffer_class_init),
12614         (gst_jitter_buffer_sink_parse_caps),
12615         (gst_jitter_buffer_sink_setcaps),
12616         (gst_rtp_jitter_buffer_get_clock_rate),
12617         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
12618         * gst/rtpmanager/gstrtpjitterbuffer.h:
12619         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_chain):
12620         Emit request-pt-map signals.
12621
12622 2007-04-11  Wim Taymans  <wim@fluendo.com>
12623
12624         * gst/rtpmanager/gstrtpbin-marshal.list:
12625         Some more custom marshallers.
12626
12627         * gst/rtpmanager/gstrtpbin.c: (create_session), (get_pt_map),
12628         (clock_rate_request), (create_stream), (gst_rtp_bin_class_init),
12629         (pt_map_requested), (new_ssrc_pad_found), (create_recv_rtp):
12630         * gst/rtpmanager/gstrtpbin.h:
12631         Prepare for caching pt maps.
12632         Connect to signals to collect pt maps.
12633
12634         * gst/rtpmanager/gstrtpjitterbuffer.c:
12635         (gst_rtp_jitter_buffer_class_init),
12636         (gst_jitter_buffer_sink_setcaps), (gst_rtp_jitter_buffer_loop):
12637         * gst/rtpmanager/gstrtpjitterbuffer.h:
12638         Add request_clock_rate signal.
12639         Use scale insteat of scale_int because the later does not deal with
12640         negative numbers.
12641
12642         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_class_init),
12643         (gst_rtp_pt_demux_chain):
12644         * gst/rtpmanager/gstrtpptdemux.h:
12645         Implement request-pt-map signal.
12646
12647 2007-04-11  Wim Taymans  <wim@fluendo.com>
12648
12649         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
12650         (qtdemux_parse_samples), (qtdemux_parse_segments),
12651         (qtdemux_parse_trak), (qtdemux_parse_tree):
12652         * gst/qtdemux/qtdemux_dump.c: (qtdemux_dump_mdhd):
12653         Handle version 1 mdhd atoms to get extended precision durations.
12654         Fixes #426972.
12655
12656 2007-04-10  Wim Taymans  <wim@fluendo.com>
12657
12658         * gst/rtpmanager/.cvsignore:
12659         * gst/rtpmanager/Makefile.am:
12660         * gst/rtpmanager/gstrtpbin-marshal.list:
12661         Added custom marshallers for signals.
12662
12663         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_class_init):
12664         * gst/rtpmanager/gstrtpbin.h:
12665         Prepare for emiting pt map signals.
12666
12667         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_class_init):
12668         * gst/rtpmanager/gstrtpssrcdemux.c:
12669         (gst_rtp_ssrc_demux_class_init):
12670         Fix signals.
12671
12672 2007-04-06  Wim Taymans  <wim@fluendo.com>
12673
12674         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_class_init),
12675         (gst_rtp_bin_init), (gst_rtp_bin_provide_clock):
12676         * gst/rtpmanager/gstrtpbin.h:
12677         Provide a clock.
12678
12679 2007-04-06  Wim Taymans  <wim@fluendo.com>
12680
12681         * gst/rtpmanager/gstrtpbin.c: (create_rtcp):
12682         Fix pad template name parsing.
12683
12684 2007-04-05  Wim Taymans  <wim@fluendo.com>
12685
12686         * gst/rtpmanager/gstrtpjitterbuffer.c:
12687         (gst_jitter_buffer_sink_setcaps), (gst_rtp_jitter_buffer_chain),
12688         (gst_rtp_jitter_buffer_loop):
12689         Add some debug and comments.
12690         Fix double unref() in error cases.
12691
12692 2007-04-05  Wim Taymans  <wim@fluendo.com>
12693
12694         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
12695         (gst_rtp_xqt_depay_change_state):
12696         * gst/qtdemux/gstrtpxqtdepay.h:
12697         Try to recover from packet loss a little better.
12698
12699 2007-04-05  Wim Taymans  <wim@fluendo.com>
12700
12701         * gst/rtpmanager/gstrtpbin.c: (find_session_by_id),
12702         (create_session), (find_stream_by_ssrc), (create_stream),
12703         (gst_rtp_bin_class_init), (new_payload_found),
12704         (new_ssrc_pad_found), (create_recv_rtp), (create_recv_rtcp),
12705         (create_send_rtp), (create_rtcp):
12706         * gst/rtpmanager/gstrtpbin.h:
12707         Add debugging category.
12708         Added RTPStream to manage stream per SSRC, each with its own
12709         jitterbuffer and ptdemux.
12710         Added SSRCDemux.
12711         Connect to various SSRC and PT signals and create ghostpads, link stuff.
12712
12713
12714         * gst/rtpmanager/gstrtpmanager.c: (plugin_init):
12715         Added rtpbin to elements.
12716
12717         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_chain):
12718         Fix caps and forward GstFlowReturn
12719
12720         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
12721         (gst_rtp_session_event_recv_rtp_sink),
12722         (gst_rtp_session_chain_recv_rtp),
12723         (gst_rtp_session_event_recv_rtcp_sink),
12724         (gst_rtp_session_chain_recv_rtcp),
12725         (gst_rtp_session_event_send_rtp_sink),
12726         (gst_rtp_session_chain_send_rtp), (create_recv_rtp_sink),
12727         (create_recv_rtcp_sink), (create_send_rtp_sink), (create_rtcp_src),
12728         (gst_rtp_session_request_new_pad):
12729         Add debug category.
12730         Add event handling
12731
12732         * gst/rtpmanager/gstrtpssrcdemux.c: (find_rtp_pad_for_ssrc),
12733         (create_rtp_pad_for_ssrc), (gst_rtp_ssrc_demux_class_init),
12734         (gst_rtp_ssrc_demux_init), (gst_rtp_ssrc_demux_chain),
12735         (gst_rtp_ssrc_demux_change_state):
12736         * gst/rtpmanager/gstrtpssrcdemux.h:
12737         Add debug category.
12738         Add new-pt-pad signal.
12739
12740 2007-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12741
12742         submitted by: Mogens Jaeger <mogens@jaeger.tf>
12743
12744         * po/LINGUAS:
12745         * po/da.po:
12746           Added Danish translation.
12747
12748 2007-04-04  Wim Taymans  <wim@fluendo.com>
12749
12750         * gst/rtpmanager/Makefile.am:
12751         * gst/rtpmanager/gstrtpmanager.c: (plugin_init):
12752         * gst/rtpmanager/gstrtpssrcdemux.c: (find_pad_for_ssrc),
12753         (create_pad_for_ssrc), (gst_rtp_ssrc_demux_base_init),
12754         (gst_rtp_ssrc_demux_class_init), (gst_rtp_ssrc_demux_init),
12755         (gst_rtp_ssrc_demux_finalize), (gst_rtp_ssrc_demux_sink_event),
12756         (gst_rtp_ssrc_demux_chain), (gst_rtp_ssrc_demux_src_event),
12757         (gst_rtp_ssrc_demux_change_state):
12758         * gst/rtpmanager/gstrtpssrcdemux.h:
12759         Added simple SSRC demuxer.
12760
12761 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
12762
12763         * ext/jack/gstjackaudiosink.c: (gst_jack_ring_buffer_open_device),
12764         (gst_jack_ring_buffer_acquire):
12765           Try t better name clients. properly handle return codes when re-
12766           establishing links.
12767
12768 2007-04-03  David Schleef  <ds@schleef.org>
12769
12770         * sys/glsink/glimagesink.c:
12771           Fix handling of video/x-raw-yuv.  Add overlay handling.
12772
12773 2007-04-03  Wim Taymans  <wim@fluendo.com>
12774
12775         * gst/rtpmanager/gstrtpbin.c: (find_session_by_id),
12776         (create_session), (gst_rtp_bin_base_init), (create_recv_rtp),
12777         (create_recv_rtcp), (create_send_rtp), (create_rtcp),
12778         (gst_rtp_bin_request_new_pad):
12779         * gst/rtpmanager/gstrtpbin.h:
12780         * gst/rtpmanager/gstrtpclient.c:
12781         Some more ghostpad magic.
12782
12783 2007-04-03  Wim Taymans  <wim@fluendo.com>
12784
12785         * gst/rtpmanager/Makefile.am:
12786         Add .h file so it can be disted properly.
12787
12788 2007-04-03  Wim Taymans  <wim@fluendo.com>
12789
12790         * configure.ac:
12791         * gst/rtpmanager/Makefile.am:
12792         * gst/rtpmanager/async_jitter_queue.c: (async_jitter_queue_new),
12793         (signal_waiting_threads), (async_jitter_queue_ref),
12794         (async_jitter_queue_ref_unlocked),
12795         (async_jitter_queue_set_low_threshold),
12796         (async_jitter_queue_set_high_threshold),
12797         (async_jitter_queue_set_max_queue_length),
12798         (async_jitter_queue_get_g_queue), (calculate_ts_diff),
12799         (async_jitter_queue_length_ts_units_unlocked),
12800         (async_jitter_queue_unref_and_unlock), (async_jitter_queue_unref),
12801         (async_jitter_queue_lock), (async_jitter_queue_unlock),
12802         (async_jitter_queue_push), (async_jitter_queue_push_unlocked),
12803         (async_jitter_queue_push_sorted),
12804         (async_jitter_queue_push_sorted_unlocked),
12805         (async_jitter_queue_insert_after_unlocked),
12806         (async_jitter_queue_pop_intern_unlocked), (async_jitter_queue_pop),
12807         (async_jitter_queue_pop_unlocked), (async_jitter_queue_length),
12808         (async_jitter_queue_length_unlocked),
12809         (async_jitter_queue_set_flushing_unlocked),
12810         (async_jitter_queue_unset_flushing_unlocked),
12811         (async_jitter_queue_set_blocking_unlocked):
12812         * gst/rtpmanager/async_jitter_queue.h:
12813         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_base_init),
12814         (gst_rtp_bin_class_init), (gst_rtp_bin_init),
12815         (gst_rtp_bin_finalize), (gst_rtp_bin_set_property),
12816         (gst_rtp_bin_get_property), (gst_rtp_bin_change_state),
12817         (gst_rtp_bin_request_new_pad), (gst_rtp_bin_release_pad):
12818         * gst/rtpmanager/gstrtpbin.h:
12819         * gst/rtpmanager/gstrtpclient.c: (new_pad), (create_stream),
12820         (free_stream), (find_stream_by_ssrc), (gst_rtp_client_base_init),
12821         (gst_rtp_client_class_init), (gst_rtp_client_init),
12822         (gst_rtp_client_finalize), (gst_rtp_client_set_property),
12823         (gst_rtp_client_get_property), (gst_rtp_client_change_state),
12824         (gst_rtp_client_request_new_pad), (gst_rtp_client_release_pad):
12825         * gst/rtpmanager/gstrtpclient.h:
12826         * gst/rtpmanager/gstrtpjitterbuffer.c:
12827         (gst_rtp_jitter_buffer_base_init),
12828         (gst_rtp_jitter_buffer_class_init), (gst_rtp_jitter_buffer_init),
12829         (gst_rtp_jitter_buffer_dispose), (gst_rtp_jitter_buffer_getcaps),
12830         (gst_jitter_buffer_sink_setcaps), (free_func),
12831         (gst_rtp_jitter_buffer_flush_start),
12832         (gst_rtp_jitter_buffer_flush_stop),
12833         (gst_rtp_jitter_buffer_src_activate_push),
12834         (gst_rtp_jitter_buffer_change_state), (priv_compare_rtp_seq_lt),
12835         (compare_rtp_buffers_seq_num), (gst_rtp_jitter_buffer_sink_event),
12836         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop),
12837         (gst_rtp_jitter_buffer_query),
12838         (gst_rtp_jitter_buffer_set_property),
12839         (gst_rtp_jitter_buffer_get_property):
12840         * gst/rtpmanager/gstrtpjitterbuffer.h:
12841         * gst/rtpmanager/gstrtpmanager.c: (plugin_init):
12842         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_base_init),
12843         (gst_rtp_pt_demux_class_init), (gst_rtp_pt_demux_init),
12844         (gst_rtp_pt_demux_finalize), (gst_rtp_pt_demux_chain),
12845         (gst_rtp_pt_demux_getcaps), (find_pad_for_pt),
12846         (gst_rtp_pt_demux_setup), (gst_rtp_pt_demux_release),
12847         (gst_rtp_pt_demux_change_state):
12848         * gst/rtpmanager/gstrtpptdemux.h:
12849         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_base_init),
12850         (gst_rtp_session_class_init), (gst_rtp_session_init),
12851         (gst_rtp_session_finalize), (gst_rtp_session_set_property),
12852         (gst_rtp_session_get_property), (gst_rtp_session_change_state),
12853         (gst_rtp_session_chain_recv_rtp),
12854         (gst_rtp_session_chain_recv_rtcp),
12855         (gst_rtp_session_chain_send_rtp), (create_recv_rtp_sink),
12856         (create_recv_rtcp_sink), (create_send_rtp_sink), (create_rtcp_src),
12857         (gst_rtp_session_request_new_pad), (gst_rtp_session_release_pad):
12858         * gst/rtpmanager/gstrtpsession.h:
12859         Add RTP session management elements. Still in progress.
12860
12861 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
12862
12863         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
12864         (gst_wavpack_dec_init), (gst_wavpack_dec_sink_set_caps),
12865         (gst_wavpack_dec_clip_outgoing_buffer),
12866         (gst_wavpack_dec_post_tags), (gst_wavpack_dec_chain):
12867         * ext/wavpack/gstwavpackdec.h:
12868         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
12869         (gst_wavpack_enc_sink_set_caps), (gst_wavpack_enc_set_wp_config),
12870         (gst_wavpack_enc_chain):
12871         * ext/wavpack/gstwavpackenc.h:
12872         * ext/wavpack/gstwavpackparse.c:
12873         Don't play audioconvert. As wavpack wants/outputs all samples with
12874         width==32 and depth=[1,32] accept this and let audioconvert convert
12875         to accepted formats instead of doing it in the element for n*8 depths.
12876         This also adds support for non-n*8 depths and prevents some useless
12877         memory allocations. Fixes #421598
12878         Also add a workaround for bug #421542 in wavpackenc for now...
12879         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
12880         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
12881         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
12882         Consider the change above in the unit tests and test if the correct
12883         caps are accepted and set. Also check for GST_BUFFER_OFFSET_END in
12884         the wavpackparse unit test.
12885
12886         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_init),
12887         (gst_wavpack_dec_sink_set_caps):
12888         Set caps on the src pad as soon as possible.
12889
12890         * ext/wavpack/gstwavpackdec.h:
12891         * ext/wavpack/gstwavpackcommon.h:
12892         * ext/wavpack/gstwavpackenc.h:
12893         * ext/wavpack/gstwavpackparse.h:
12894         Fix indention. gst-indent is now called by cicl.
12895
12896 2007-03-28  Edward Hervey  <edward@fluendo.com>
12897
12898         * gst/qtdemux/qtdemux.c: (gst_qtdemux_prepare_current_sample),
12899         (gst_qtdemux_chain), (qtdemux_parse_samples):
12900         * gst/qtdemux/qtdemux_dump.c: (qtdemux_dump_ctts):
12901         * gst/qtdemux/qtdemux_dump.h:
12902         * gst/qtdemux/qtdemux_fourcc.h:
12903         * gst/qtdemux/qtdemux_types.c:
12904         Process 'ctts' atoms, which are present in AVC ISO files (.mov files
12905         with h264 video).
12906         Use the offset present in 'ctts' to calculate the PTS for each packet
12907         and set the PTS on outgoing buffers.
12908         Fixes #423283
12909
12910 2007-03-27  Julien MOUTTE  <julien@moutte.net>
12911
12912         * ext/xvid/gstxviddec.c: (gst_xviddec_chain): Add some
12913         debug log and fix a stupid output buffer duration bug.
12914
12915 2007-03-25  Tim-Philipp Müller  <tim at centricular dot net>
12916
12917         Patch by: Michal Benes <michal.benes at itonis tv>
12918         Patch by: Josef Zlomek <josef.zlomek at itonis tv>
12919
12920         * configure.ac:
12921         * ext/Makefile.am:
12922         * ext/x264/Makefile.am:
12923         * ext/x264/gstx264enc.c: (gst_x264_enc_me_get_type),
12924         (gst_x264_enc_analyse_get_type),
12925         (gst_x264_enc_timestamp_queue_init),
12926         (gst_x264_enc_timestamp_queue_free),
12927         (gst_x264_enc_timestamp_queue_put),
12928         (gst_x264_enc_timestamp_queue_get), (gst_x264_enc_header_buf),
12929         (gst_x264_enc_set_src_caps), (gst_x264_enc_sink_set_caps),
12930         (gst_x264_enc_base_init), (gst_x264_enc_class_init),
12931         (gst_x264_enc_init), (gst_x264_enc_init_encoder),
12932         (gst_x264_enc_close_encoder), (gst_x264_enc_dispose),
12933         (gst_x264_enc_sink_event), (gst_x264_enc_chain),
12934         (gst_x264_enc_encode_frame), (gst_x264_enc_change_state),
12935         (gst_x264_enc_set_property), (gst_x264_enc_get_property),
12936         (plugin_init):
12937         * ext/x264/gstx264enc.h:
12938           Add libx264-based h264 encoder plugin (#421110). Probably doesn't
12939           handle 'odd' widths and heights correctly yet.
12940
12941 2007-03-24  Tim-Philipp Müller  <tim at centricular dot net>
12942
12943         * gst/interleave/deinterleave.c: (gst_deinterleave_sink_setcaps):
12944           Remove 'channel-positions' field when munging input caps into
12945           1-channel output caps (I guess technically we should set the
12946           position for each channel on the output caps if it's non-NONE,
12947           but I'll save that as a task for another day).
12948
12949 2007-03-23  Michael Smith  <msmith@fluendo.com>
12950
12951         * gst/vmnc/vmncdec.c: (gst_vmnc_dec_class_init),
12952         (gst_vmnc_dec_init), (vmnc_dec_finalize), (gst_vmnc_dec_reset),
12953         (vmnc_handle_wmvi_rectangle), (render_colour_cursor),
12954         (render_cursor), (vmnc_make_buffer), (vmnc_handle_wmvd_rectangle),
12955         (vmnc_handle_wmve_rectangle), (vmnc_handle_wmvf_rectangle),
12956         (vmnc_handle_wmvg_rectangle), (vmnc_handle_wmvh_rectangle),
12957         (vmnc_handle_wmvj_rectangle), (render_raw_tile), (render_subrect),
12958         (vmnc_handle_raw_rectangle), (vmnc_handle_copy_rectangle),
12959         (vmnc_handle_hextile_rectangle), (vmnc_handle_packet),
12960         (vmnc_dec_setcaps), (vmnc_dec_chain_frame), (vmnc_dec_chain),
12961         (vmnc_dec_set_property), (vmnc_dec_get_property):
12962           Redesign to include a parser for raw files (no timestamps in that
12963           mode yet, though).
12964
12965 2007-03-22  Tim-Philipp Müller  <tim at centricular dot net>
12966
12967         * gst/interleave/deinterleave.c: (gst_deinterleave_add_new_pads),
12968         (gst_deinterleave_remove_pads), (gst_deinterleave_process),
12969         (gst_deinterleave_chain):
12970           Don't leak input buffer in chain function; maintain our own list of
12971           source pads - there are no guarantees about the order of the list
12972           in the GstElement struct, and we want a very specific order; lastly,
12973           some more debugging.
12974
12975 2007-03-22  Tim-Philipp Müller  <tim at centricular dot net>
12976
12977         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_init):
12978           Alloc user agent string only once.
12979
12980 2007-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
12981
12982         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_plugin_init):
12983         Revert last commit, preventing infinite plugging loops with ranks
12984         is no clean solution and in general there's no reason why one wants
12985         to parse framed wavpack data again.
12986
12987 2007-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
12988
12989         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_push_block):
12990         Send the new segment event in time format instead of bytes. This
12991         allows "wavpackenc ! wavpackdec ! someaudiosink" pipelines.
12992
12993         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_plugin_init):
12994         Accept framed and non-framed input, wavpackparse doesn't care. To
12995         prevent "wavpackparse ! wavpackparse ! ..." pipelines lower the
12996         rank of wavpackparse by one. This allows "wavpackenc ! wavpackparse !
12997         ..." pipelines.
12998
12999 2007-03-22  Thomas Vander Stichele  <thomas at apestaart dot org>
13000
13001         * gst-libs/gst/app/Makefile.am:
13002           Use GST_ALL_LDFLAGS, which actually exists, but maybe David
13003           can confirm that was what he wanted.
13004
13005 2007-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
13006
13007         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
13008         Revert to use gst_pad_alloc_buffer() here. We can and should use it.
13009         Thanks to Jan and Mike for noticing my mistake.
13010
13011 2007-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
13012
13013         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_class_init),
13014         (gst_wavpack_enc_init), (gst_wavpack_enc_chain),
13015         (gst_wavpack_enc_rewrite_first_block):
13016         * ext/wavpack/gstwavpackenc.h:
13017         Put the write helpers into the GstWavpackEnc struct directly and not
13018         as a pointer to save two small, but useless mallocs. This also makes
13019         it possible to drop the finalize method.
13020         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_push_buffer):
13021         For consistency reasons also set GST_BUFFER_OFFSET_END on the outgoing
13022         buffers the same way wavpackenc does it.
13023
13024 2007-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
13025
13026         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
13027         Don't use gst_pad_alloc_buffer() as we might clip the buffer later and
13028         BaseTransform-based elements will likely break because of wrong
13029         unit-size. Also plug a possible memleak that happens when decoding
13030         fails for some reason.
13031
13032 2007-03-18  Wim Taymans  <wim@fluendo.com>
13033
13034         Based on patch by: Paul Davis <paul at linuxaudiosystems dot com>
13035
13036         * ext/jack/gstjackaudioclient.c: (gst_jack_audio_unref_connection):
13037         Don't need to take the connection lock, it will not be used and could
13038         cause deadlocks.
13039
13040 2007-03-16  Edward Hervey  <edward@fluendo.com>
13041
13042         * sys/osxvideo/osxvideosink.m:
13043         Fix previous commit, we want to pass the NSView in the message.
13044
13045 2007-03-16  Edward Hervey  <edward@fluendo.com>
13046
13047         * sys/osxvideo/osxvideosink.m:
13048         Emit 'have-ns-view' message when working in embedded mode. The message
13049         will contain a pointer to the newly created NSView.
13050
13051 2007-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
13052
13053         * gst/mpegvideoparse/mpegpacketiser.c: (mpeg_util_find_start_code),
13054         (collect_packets), (set_par_from_dar), (set_fps_from_code),
13055         (mpeg_util_parse_extension_packet), (mpeg_util_parse_sequence_hdr),
13056         (mpeg_util_parse_picture_hdr):
13057         * gst/mpegvideoparse/mpegpacketiser.h:
13058         * gst/mpegvideoparse/mpegvideoparse.c:
13059         (mpegvideoparse_handle_sequence), (mpegvideoparse_handle_picture),
13060         (mpegvideoparse_drain_avail), (gst_mpegvideoparse_chain),
13061         (mpv_parse_sink_event), (plugin_init):
13062         * gst/mpegvideoparse/mpegvideoparse.h:
13063         Move the MPEG specific byte parsing into the mpegpacketiser code.
13064
13065         Add parsing of picture types, that just feeds into a debug message
13066         for now.
13067
13068         Fix some 64-bit format strings.
13069
13070 2007-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
13071
13072         * gst/mpegaudioparse:
13073         Remove empty dir.
13074
13075 2007-03-16  Stefan Kost  <ensonic@users.sf.net>
13076
13077         * gst/equalizer/gstiirequalizer10bands.c:
13078         (gst_iir_equalizer_10bands_init):
13079           A 10 band EQ should be initialized to 10 bands and not to 3.
13080
13081 2007-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
13082
13083         * configure.ac:
13084         * gst/mpeg1videoparse/Makefile.am:
13085         * gst/mpeg1videoparse/gstmp1videoparse.c:
13086         * gst/mpeg1videoparse/gstmp1videoparse.h:
13087         * gst/mpeg1videoparse/mp1videoparse.vcproj:
13088         * gst/mpegvideoparse/Makefile.am:
13089         * gst/mpegvideoparse/mpegpacketiser.c: (mpeg_packetiser_init),
13090         (mpeg_packetiser_free), (mpeg_packetiser_add_buf),
13091         (mpeg_packetiser_flush), (mpeg_find_start_code),
13092         (get_next_free_block), (complete_current_block),
13093         (append_to_current_block), (start_new_block), (handle_packet),
13094         (collect_packets), (mpeg_packetiser_handle_eos),
13095         (mpeg_packetiser_get_block), (mpeg_packetiser_next_block):
13096         * gst/mpegvideoparse/mpegpacketiser.h:
13097         * gst/mpegvideoparse/mpegvideoparse.c: (mpegvideoparse_get_type),
13098         (gst_mpegvideoparse_base_init), (gst_mpegvideoparse_class_init),
13099         (mpv_parse_reset), (gst_mpegvideoparse_init),
13100         (gst_mpegvideoparse_dispose), (set_par_from_dar),
13101         (set_fps_from_code), (mpegvideoparse_parse_seq),
13102         (gst_mpegvideoparse_time_code), (gst_mpegvideoparse_flush),
13103         (mpegvideoparse_drain_avail), (gst_mpegvideoparse_chain),
13104         (mpv_parse_sink_event), (gst_mpegvideoparse_change_state),
13105         (plugin_init):
13106         * gst/mpegvideoparse/mpegvideoparse.h:
13107         * gst/mpegvideoparse/mpegvideoparse.vcproj:
13108         Port mpeg1videoparse to 0.10 and give it rank SECONDARY-1, so
13109         that it's below existing decoders.
13110         
13111         Rename it to mpegvideoparse to reflect that it handles MPEG-1 and
13112         MPEG-2 now.
13113
13114         Re-write the parsing code so that it collects packets differently
13115         and timestamps Picture packets correctly.
13116
13117         Add a list of FIXME's at the top.
13118
13119 2007-03-14  Stefan Kost  <ensonic@users.sf.net>
13120
13121         * tests/icles/equalizer-test.c: (equalizer_set_band_value),
13122         (equalizer_set_all_band_values),
13123         (equalizer_set_band_value_and_wait),
13124         (equalizer_set_all_band_values_and_wait), (do_slider_fiddling),
13125         (main):
13126           Port the example to new equalizer api.
13127
13128 2007-03-14  Edward Hervey  <edward@fluendo.com>
13129
13130         * sys/osxvideo/cocoawindow.h:
13131         * sys/osxvideo/cocoawindow.m:
13132         * sys/osxvideo/osxvideosink.h:
13133         * sys/osxvideo/osxvideosink.m:
13134         Fix leaks when running a NSApp.
13135         Accept any kind of resolutions.
13136         Works in fullscreen. Can maximize.
13137         Only thing left before being able to move this to -good is documentation
13138         and embedded window support.
13139
13140 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13141
13142         * po/hu.po:
13143         * po/it.po:
13144         * po/sv.po:
13145           Updated translations.
13146
13147 2007-03-14  Stefan Kost  <ensonic@users.sf.net>
13148
13149         * gst/equalizer/Makefile.am:
13150         * gst/equalizer/gstiirequalizer.c: (_do_init),
13151         (gst_iir_equalizer_band_set_property),
13152         (gst_iir_equalizer_band_class_init),
13153         (gst_iir_equalizer_band_get_type),
13154         (gst_iir_equalizer_child_proxy_get_child_by_index),
13155         (gst_iir_equalizer_child_proxy_get_children_count),
13156         (gst_iir_equalizer_child_proxy_interface_init), (setup_filter),
13157         (gst_iir_equalizer_compute_frequencies),
13158         (gst_iir_equalizer_transform_ip), (plugin_init):
13159         * gst/equalizer/gstiirequalizer10bands.c:
13160         (gst_iir_equalizer_10bands_base_init),
13161         (gst_iir_equalizer_10bands_class_init),
13162         (gst_iir_equalizer_10bands_init),
13163         (gst_iir_equalizer_10bands_set_property),
13164         (gst_iir_equalizer_10bands_get_property):
13165         * gst/equalizer/gstiirequalizer10bands.h:
13166         * gst/equalizer/gstiirequalizer3bands.c:
13167         (gst_iir_equalizer_3bands_base_init),
13168         (gst_iir_equalizer_3bands_class_init),
13169         (gst_iir_equalizer_3bands_init),
13170         (gst_iir_equalizer_3bands_set_property),
13171         (gst_iir_equalizer_3bands_get_property):
13172         * gst/equalizer/gstiirequalizer3bands.h:
13173         * gst/equalizer/gstiirequalizernbands.c:
13174         (gst_iir_equalizer_nbands_base_init),
13175         (gst_iir_equalizer_nbands_init):
13176           Add 3 and 10 band version and add missing gst_object_sync_values.
13177
13178         * gst/spectrum/gstspectrum.c: (gst_spectrum_event),
13179         (gst_spectrum_transform_ip):
13180           Add some comments about float support.
13181
13182 2007-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
13183
13184         * gst/mpegaudioparse/Makefile.am:
13185         * gst/mpegaudioparse/gstmpegaudioparse.c:
13186         * gst/mpegaudioparse/gstmpegaudioparse.h:
13187         * gst/mpegaudioparse/mpegaudioparse.vcproj:
13188         Remove bogus 2nd copy of mp3parse - it's actually
13189         in -ugly.
13190
13191 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
13192
13193         * examples/app/.cvsignore:
13194         The buildbot demands .cvsignore files, and I comply.
13195
13196 2007-03-11  Sebastien Moutte  <sebastien@moutte.net>
13197
13198         * sys/directdraw/gstdirectdrawsink.c:
13199         * sys/directdraw/gstdirectdrawsink.h:
13200         Handle display mode changes during playback.
13201
13202 2007-03-10  David Schleef  <ds@schleef.org>
13203
13204         * configure.ac:
13205         * examples/Makefile.am:
13206         * examples/app/Makefile.am:
13207         * examples/app/appsrc_ex.c:
13208           Add appsrc/appsink example.
13209         * gst-libs/gst/app/Makefile.am:
13210         * gst-libs/gst/app/gstapp.c:
13211         * gst-libs/gst/app/gstappsink.c:
13212         * gst-libs/gst/app/gstappsink.h:
13213         * gst/app/gstapp.c:
13214           Add appsink.
13215
13216 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
13217
13218         * ext/nas/nassink.c: (NAS_createFlow):
13219         * ext/sndfile/gstsfsrc.c: (gst_sf_src_create):
13220           Printf format string fixes.
13221
13222 2007-03-09  Stefan Kost  <ensonic@users.sf.net>
13223
13224         * gst/equalizer/Makefile.am:
13225         * gst/equalizer/gstiirequalizer.c: (_do_init),
13226         (gst_iir_equalizer_band_set_property),
13227         (gst_iir_equalizer_band_get_property),
13228         (gst_iir_equalizer_band_class_init),
13229         (gst_iir_equalizer_band_get_type),
13230         (gst_iir_equalizer_child_proxy_get_child_by_index),
13231         (gst_iir_equalizer_child_proxy_get_children_count),
13232         (gst_iir_equalizer_child_proxy_interface_init),
13233         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
13234         (gst_iir_equalizer_finalize), (setup_filter),
13235         (gst_iir_equalizer_compute_frequencies),
13236         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
13237         (gst_iir_equalizer_setup), (plugin_init):
13238         * gst/equalizer/gstiirequalizer.h:
13239         * gst/equalizer/gstiirequalizernbands.c:
13240         (gst_iir_equalizer_nbands_base_init),
13241         (gst_iir_equalizer_nbands_class_init),
13242         (gst_iir_equalizer_nbands_init),
13243         (gst_iir_equalizer_nbands_set_property),
13244         (gst_iir_equalizer_nbands_get_property):
13245         * gst/equalizer/gstiirequalizernbands.h:
13246           Refactor plugin into a base class and a first subclass (nband eq). The
13247           nband eq uses GstChildProxy and is controlable. More subclasses will
13248           follow.
13249
13250 2007-03-08  Wim Taymans  <wim@fluendo.com>
13251
13252         Includes patch by: Paul Davis <paul at linuxaudiosystems dot com>
13253
13254         * ext/jack/Makefile.am:
13255         * ext/jack/gstjackaudioclient.c: (gst_jack_audio_client_init),
13256         (jack_process_cb), (jack_sample_rate_cb), (jack_buffer_size_cb),
13257         (jack_shutdown_cb), (connection_find),
13258         (gst_jack_audio_make_connection), (gst_jack_audio_get_connection),
13259         (gst_jack_audio_unref_connection),
13260         (gst_jack_audio_connection_add_client),
13261         (gst_jack_audio_connection_remove_client),
13262         (gst_jack_audio_client_new), (gst_jack_audio_client_free),
13263         (gst_jack_audio_client_get_client),
13264         (gst_jack_audio_client_set_active):
13265         * ext/jack/gstjackaudioclient.h:
13266         Make an object to manage client connections to the jack server which we
13267         will use in the future to run selected jack elements with the same jack
13268         connection.
13269         Make some stuff a bit more threadsafe.
13270         Activate the jack client ASAP.
13271
13272         * ext/jack/gstjackaudiosink.c:
13273         (gst_jack_audio_sink_allocate_channels),
13274         (gst_jack_audio_sink_free_channels), (jack_process_cb),
13275         (gst_jack_ring_buffer_open_device),
13276         (gst_jack_ring_buffer_close_device),
13277         (gst_jack_ring_buffer_acquire), (gst_jack_ring_buffer_release),
13278         (gst_jack_audio_sink_class_init), (gst_jack_audio_sink_init),
13279         (gst_jack_audio_sink_getcaps):
13280         * ext/jack/gstjackaudiosink.h:
13281         Use new client object to manage connections.
13282         Don't remove and recreate all ports, try to reuse them.
13283
13284 2007-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
13285
13286         * ext/wavpack/gstwavpack.c: (plugin_init):
13287         * ext/wavpack/gstwavpackcommon.c:
13288           Use a general wavpack debug category for common code.
13289         * ext/wavpack/gstwavpackstreamreader.c:
13290         (gst_wavpack_stream_reader_set_pos_abs),
13291         (gst_wavpack_stream_reader_set_pos_rel),
13292         (gst_wavpack_stream_reader_write_bytes):
13293           Use the general wavpack debug category here too and add debug
13294           output to the functions that should not be called at all by
13295           the wavpack library.
13296         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_plugin_init):
13297         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_plugin_init):
13298         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_plugin_init):
13299           Change debugging category names to conform to the conventions.
13300
13301 2007-03-07  Edward Hervey  <edward@fluendo.com>
13302
13303         * gst/qtdemux/qtdemux.c:
13304         * gst/qtdemux/qtdemux.h:
13305         Share qtdemux debug category across all files, otherwise all debugging
13306         in files other than qtdemux.c would end up in the default category.
13307
13308 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
13309
13310         * gst/spectrum/gstspectrum.c: (gst_spectrum_start),
13311         (gst_spectrum_event), (gst_spectrum_transform_ip):
13312         * gst/spectrum/gstspectrum.h:
13313           One FIXME less, by resolving message timestamps against the playback
13314           segment.
13315
13316 2007-03-06  Wim Taymans  <wim@fluendo.com>
13317
13318         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
13319         (gst_spectrum_init), (gst_spectrum_set_property),
13320         (gst_spectrum_transform_ip):
13321         Fix and cleanup default property values.
13322         Add FIXMEs for stuff that looks rather wrong.
13323
13324 2007-03-05  Stefan Kost  <ensonic@users.sf.net>
13325
13326         * gst/spectrum/demo-audiotest.c: (message_handler):
13327         * gst/spectrum/demo-osssrc.c: (message_handler):
13328           Remove two obsolete and confusing comments.
13329
13330 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
13331
13332         * ext/nas/nassink.c: (gst_nas_sink_class_init),
13333         (gst_nas_sink_init), (gst_nas_sink_getcaps),
13334         (gst_nas_sink_unprepare):
13335           Some more cleanups/changes; use boilerplate macro.
13336
13337 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
13338
13339         * ext/nas/Makefile.am:
13340         * ext/nas/README:
13341         * ext/nas/nassink.c: (gst_nas_sink_get_type),
13342         (gst_nas_sink_base_init), (gst_nas_sink_class_init),
13343         (gst_nas_sink_init), (gst_nas_sink_finalize),
13344         (gst_nas_sink_getcaps), (gst_nas_sink_prepare),
13345         (gst_nas_sink_unprepare), (gst_nas_sink_delay),
13346         (gst_nas_sink_reset), (gst_nas_sink_write),
13347         (gst_nas_sink_set_property), (gst_nas_sink_get_property),
13348         (gst_nas_sink_open), (gst_nas_sink_close), (NAS_flush),
13349         (NAS_sendData), (NAS_EventHandler), (gst_nas_sink_sink_get_format),
13350         (NAS_createFlow), (plugin_init):
13351         * ext/nas/nassink.h:
13352           Bunch of nassink clean-ups: make build by adding the right CFLAGS
13353           and LIBS to Makefile.am; rename structure, macros and functions
13354           according to canonical naming scheme; move some things around a bit;
13355           use GST_CAT_DEFAULT instead of GST_CAT_* everywhere; remove README
13356           file that didn't really contain any useful information anyway (the
13357           useful bits have been moved into the 'host' property description).
13358
13359 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
13360
13361         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_finalize):
13362         Chain up in finalize.
13363
13364 2007-03-03  Michael Smith  <msmith@fluendo.com>
13365
13366         * configure.ac:
13367         * gst/vmnc/Makefile.am:
13368           Fix up dist.
13369
13370 2007-03-03  Michael Smith  <msmith@fluendo.com>
13371
13372         * configure.ac:
13373         * gst/vmnc/Makefile.am:
13374         * gst/vmnc/vmncdec.c: (gst_vmnc_dec_base_init),
13375         (gst_vmnc_dec_class_init), (gst_vmnc_dec_init),
13376         (gst_vmnc_dec_reset), (vmnc_handle_wmvi_rectangle),
13377         (render_colour_cursor), (render_cursor), (vmnc_make_buffer),
13378         (vmnc_handle_wmvd_rectangle), (vmnc_handle_wmve_rectangle),
13379         (vmnc_handle_wmvf_rectangle), (vmnc_handle_wmvg_rectangle),
13380         (vmnc_handle_wmvh_rectangle), (vmnc_handle_wmvj_rectangle),
13381         (render_raw_tile), (render_subrect), (vmnc_handle_raw_rectangle),
13382         (vmnc_handle_hextile_rectangle), (vmnc_handle_packet),
13383         (vmnc_dec_setcaps), (vmnc_dec_chain), (vmnc_dec_change_state),
13384         (vmnc_dec_set_property), (vmnc_dec_get_property), (plugin_init):
13385           Add VMnc decoder.
13386           Still missing support for:
13387            - rectangle types I didn't find in my samples (e.g. copy, RRE,
13388              ZRLE)
13389            - alpha-composited cursors
13390
13391 2007-03-03  David Schleef  <ds@schleef.org>
13392
13393         * gst-libs/gst/app/Makefile.am:
13394           Install the headers.
13395
13396 2007-03-03  David Schleef  <ds@schleef.org>
13397
13398         * gst-libs/gst/app/Makefile.am:
13399         * gst-libs/gst/app/gstappbuffer.c:
13400         * gst-libs/gst/app/gstappbuffer.h:
13401         * gst-libs/gst/app/gstappsrc.c:
13402           Add GstAppBuffer that includes a callback and closure for
13403           proper handling of data chunks.
13404
13405 2007-03-03  David Schleef  <ds@schleef.org>
13406
13407         * gst-libs/gst/app/gstappsrc.c:
13408         * gst-libs/gst/app/gstappsrc.h:
13409           Hacking to address issues in 413418.
13410
13411 2007-03-03  David Schleef  <ds@schleef.org>
13412
13413         * Makefile.am:
13414         * configure.ac:
13415         * ext/Makefile.am:
13416         * gst-libs/gst/Makefile.am:
13417         * gst-libs/gst/app/Makefile.am:
13418         * gst-libs/gst/app/gstapp.c:
13419         * gst-libs/gst/app/gstappsrc.c:
13420         * gst-libs/gst/app/gstappsrc.h:
13421         * gst/app/Makefile.am:
13422         * gst/app/gstapp.c:
13423         * gst/app/gstappsrc.c:
13424         * gst/app/gstappsrc.h:
13425           Move the app library to gst-libs/gst/app (duh!)
13426
13427 2007-03-02 Christian Schaller <christian at fluendo dot com>
13428         
13429         Patch by: Nguyen Thai Ngoc Duy <pcloud@gmail.com>
13430
13431         * ext/nas: Upgrade of NAS plugin to 0.10 (#345633)
13432
13433 2007-03-02  Tim-Philipp Müller  <tim at centricular dot net>
13434
13435         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_sink_event):
13436           A few small clean-ups.
13437
13438         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps):
13439           More debug output for failure cases.
13440
13441 2007-03-02  Tim-Philipp Müller  <tim at centricular dot net>
13442
13443         Patch by: Young-Ho Cha  <ganadist at chollian net>
13444
13445         * ext/dts/gstdtsdec.c: (gst_dtsdec_handle_frame),
13446         (gst_dtsdec_change_state):
13447           Don't do forced downmixing to stereo, but check what downstream
13448           can do and let libdts do the downmixing based on that (#400555).
13449
13450 2007-03-02  Tim-Philipp Müller  <tim at centricular dot net>
13451
13452         Patch by: Lutz Mueller  <lutz topfrose de>
13453
13454         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
13455         (gst_neonhttp_src_init), (gst_neonhttp_src_set_property),
13456         (gst_neonhttp_src_set_uri), (gst_neonhttp_src_set_proxy),
13457         (gst_neonhttp_src_send_request_and_redirect),
13458         (gst_neonhttp_src_uri_set_uri):
13459         * ext/neon/gstneonhttpsrc.h:
13460           Simplify _set_uri() and _set_proxy() and remove the unused ishttp
13461           member (#388050).
13462
13463         * tests/check/elements/neonhttpsrc.c: (GST_START_TEST):
13464           Fix bogus URI to something that actually exists, otherwise we just
13465           bypass the test (and also to something that doesn't redirect, since
13466           neonhttpsrc doesn't seem to handle this very gracefully yet)
13467
13468 2007-03-01  Chris Lord <chris@openedhand.com>
13469
13470         Reviewed by Christian Schaller <christian@fluendo.com>
13471
13472         Fixes Bug 357055
13473         * ext/ivorbis/Makefile.am:
13474         * ext/ivorbis/vorbisdec.c: Add support for Vorbis streams
13475         * ext/ivorbis/vorbisdec.h
13476         * ext/ivorbis/vorbis.c :
13477
13478 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
13479
13480         * tests/check/Makefile.am:
13481         Draw plugins in from the build tree sys/ dir, rather than
13482         picking up the already installed versions.
13483
13484 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
13485
13486         * configure.ac:
13487           Convert to new AG_GST style.
13488
13489 2007-02-27  Christian Schaller <christian at fluendo dot com>
13490
13491         * sys/direct*: Add Pioneers of the Inevitable to copyright
13492         * sys/macosxvideosink: Add Pioneers of the Inevitable to copyright
13493
13494 2007-02-27  Edward Hervey  <edward@fluendo.com>
13495
13496         * sys/osxvideo/cocoawindow.h:
13497         * sys/osxvideo/cocoawindow.m:
13498         * sys/osxvideo/osxvideosink.h:
13499         * sys/osxvideo/osxvideosink.m:
13500         Disable the cocoa event loop since it's a huge memory leak. Should only
13501         matter if the sink isn't used within an NSApp (which has already got
13502         a coca event loop).
13503         Remove all unused code.
13504
13505 2007-02-26  David Schleef  <ds@schleef.org>
13506
13507         * configure.ac:
13508         * gst/app/Makefile.am:
13509         * gst/app/gstapp.c:
13510         * gst/app/gstappsrc.c:
13511         * gst/app/gstappsrc.h:
13512           Add a new plugin/library to make it easy for apps to shove
13513           data into a pipeline.
13514
13515 2007-02-26  Tim-Philipp Müller  <tim at centricular dot net>
13516
13517         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_init):
13518         * gst/real/gstrealvideodec.c: (gst_real_video_dec_init):
13519           Use gst_pad_use_fixed_caps() on source pads, to avoid negotiation
13520           errors in certain situations (e.g. dec ! cs ! ximagesink and the
13521           imagesink window is resized); also, some minor clean-ups.
13522
13523 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
13524
13525         * configure.ac:
13526         * ext/gsm/Makefile.am:
13527         * ext/ladspa/Makefile.am:
13528         * ext/wavpack/Makefile.am:
13529         * gst/equalizer/Makefile.am:
13530         * gst/filter/Makefile.am:
13531         * gst/mve/Makefile.am:
13532         * gst/nsf/Makefile.am:
13533         * gst/replaygain/Makefile.am:
13534         * gst/speed/Makefile.am:
13535           Fix build with LDFLAGS='-Wl,-z,defs'.
13536
13537 2007-02-20  Sébastien Moutte  <sebastien@moutte.net>
13538
13539         * sys/directsound/gstdirectsoundsink.c:
13540         * sys/directsound/gstdirectsoundsink.h:
13541           Remove include of unused headers.
13542         * sys/waveform/gstwaveformplugin.c:
13543         * sys/waveform/gstwaveformsink.c:
13544         * sys/waveform/gstwaveformsink.h:
13545         * win32/vs6/libgstwaveform.dsp:
13546           Add a new waveform plugin which includes an audio sink 
13547           element using the WaveForm win32 API.
13548         * win32/MANIFEST:
13549           Add the new project file form waveform plugin.
13550         
13551 2007-02-18  Sébastien Moutte  <sebastien@moutte.net>
13552         
13553         * sys/directdraw/gstdirectdrawplugin.c:
13554         * sys/directdraw/gstdirectdrawsink.c:
13555         * sys/directdraw/gstdirectdrawsink.h:
13556           Prepare the plugin to move to good:
13557           Remove unused/untested code (rendering to an extern surface,
13558           yuv format rendering).Use GST_(DEBUG/*)_OBJECT macros
13559       Rename all functions from gst_directdrawsink to gst_directdraw_sink.
13560           Add gtk doc section
13561           Fix a bug in gst_directdraw_sink_show_frame, memcpy line by line
13562           respecting destination surface stride.
13563         * sys/directsound/gstdirectsoundplugin.c:
13564         * sys/directsound/gstdirectsoundsink.c:
13565         * sys/directsound/gstdirectsoundsink.h:
13566           Prepare the plugin to move to good:
13567           Rename all functions from gst_directsoundsink to gst_directsound_sink.
13568           Add gtk doc section
13569         * win32/common/config.h.in:
13570         * win32/MANIFEST:
13571           Add config.h.in
13572
13573 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
13574
13575         * configure.ac:
13576         * docs/plugins/Makefile.am:
13577           Add crossreferences to glib/gobject/gstream docs. Also fix typo in
13578           timidity.cfg check.
13579
13580         * ext/timidity/gsttimidity.c: (plugin_init):
13581           Also build if no config was detected at configure time.
13582
13583 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
13584
13585         * configure.ac:
13586         * ext/timidity/Makefile.am:
13587         * ext/timidity/gsttimidity.c: (plugin_init):
13588         * ext/timidity/gstwildmidi.c: (gst_wildmidi_base_init),
13589         (gst_wildmidi_class_init), (gst_wildmidi_init),
13590         (gst_wildmidi_src_convert), (gst_wildmidi_src_query),
13591         (gst_wildmidi_get_upstream_size), (gst_wildmidi_get_segment),
13592         (gst_wildmidi_get_new_segment_event), (gst_wildmidi_src_event),
13593         (gst_wildmidi_activate), (gst_wildmidi_activatepull),
13594         (gst_wildmidi_allocate_buffer), (gst_wildmidi_clip_buffer),
13595         (gst_wildmidi_fill_buffer), (gst_wildmidi_get_buffer),
13596         (gst_wildmidi_loop), (gst_wildmidi_change_state),
13597         (gst_wildmidi_set_property), (gst_wildmidi_get_property),
13598         (gst_wildmidi_typefind), (wildmidi_open_config), (plugin_init):
13599         * ext/timidity/gstwildmidi.h:
13600           Add second midi renderer. Fix some double frees and leaks. Clean up
13601           logging.
13602
13603 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
13604
13605         * Makefile.am:
13606           Add win32 MANIFEST
13607         * sys/directdraw/gstdirectdrawsink.c:
13608         * sys/directdraw/gstdirectdrawsink.h:
13609           Clear unused code and add comments.
13610           Remove yuv from template caps, it only supports RGB
13611           actually.
13612           Implement XOverlay interface and remove window and fullscreen 
13613           properties.
13614           Add debug logs.
13615           Test for blit capabilities to return only the current colorspace if
13616           the hardware can't blit for one colorspace to another.
13617         * sys/directsound/gstdirectsoundsink.c:
13618           Add some debugs.
13619         * win32/MANIFEST:
13620           Add VS7 project files and solution.
13621         * win32/vs6/gst_plugins_bad.dsw:
13622         * win32/vs6/libgstdirectdraw.dsp:
13623         * win32/vs6/libgstdirectsound.dsp:
13624         * win32/vs6/libgstqtdemux.dsp:
13625           Update project files.
13626
13627 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
13628
13629         * ext/faad/gstfaad.c:
13630           Also update the comment that describes the hack.
13631
13632 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
13633
13634         * configure.ac:
13635           Tell the code which faad it is, so that we can adjust the hacks
13636           needed.
13637
13638         * ext/faad/gstfaad.c:
13639           Make our hacks dependent on the fadd lib in use.
13640
13641 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
13642
13643         * configure.ac:
13644           Fix faad detection to support also fadd with new symbol prefix.
13645           ChangeLog surgery.
13646           
13647 2007-02-08  Stefan Kost  <ensonic@users.sf.net>
13648
13649         Patch by: Wouter Paesen <wouter@blue-gate.be>
13650
13651         * configure.ac:
13652         * ext/Makefile.am:
13653         * ext/timidity/Makefile.am:
13654         * ext/timidity/gsttimidity.c: (gst_timidity_base_init),
13655         (gst_timidity_class_init), (gst_timidity_init),
13656         (gst_timidity_set_song_options), (gst_timidity_src_convert),
13657         (gst_timidity_src_query), (gst_timidity_get_upstream_size),
13658         (gst_timidity_get_segment), (gst_timidity_get_new_segment_event),
13659         (gst_timidity_src_event), (gst_timidity_activate),
13660         (gst_timidity_activatepull), (gst_timidity_allocate_buffer),
13661         (gst_timidity_clip_buffer), (gst_timidity_fill_buffer),
13662         (gst_timidity_get_buffer), (gst_timidity_loop),
13663         (gst_timidity_change_state), (gst_timidity_typefind),
13664         (plugin_init):
13665         * ext/timidity/gsttimidity.h:
13666           Add timidity midi render plugin (#403992)
13667
13668 2007-02-07  Edward Hervey  <edward@fluendo.com>
13669
13670         * ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_query):
13671         GST_PAD_PARENT doesn't return a GstObject with an incremented refcount.
13672         Switched to using gst_pad_get_parent().
13673
13674 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13675
13676         * gst/modplug/gstmodplug.cc:
13677           Remove superfluous gst_caps_get_structure() call.
13678
13679 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13680
13681         * configure.ac:
13682           Increase required libsndfile version to a version that's known to
13683           have the function sf_write_sync() to make the build bots happy.
13684
13685 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13686
13687         * ext/sndfile/gstsfsrc.c:
13688           Fix build (installed setup).
13689
13690 2007-02-05  Andy Wingo  <wingo@pobox.com>
13691
13692         * ext/sndfile/Makefile.am:
13693         * ext/sndfile/gstsfsrc.h:
13694         * ext/sndfile/gstsfsrc.c: Port sfsrc to 0.10, pull or push, with
13695         random access woo.
13696
13697 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
13698
13699         * configure.ac:
13700         * gst/equalizer/Makefile.am:
13701         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_base_init),
13702         (gst_iir_equalizer_class_init), (gst_iir_equalizer_init),
13703         (setup_filter), (gst_iir_equalizer_compute_frequencies),
13704         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
13705         (gst_iir_equalizer_transform_ip), (gst_iir_equalizer_setup),
13706         (plugin_init):
13707         * gst/equalizer/gstiirequalizer.h:
13708           Fix up to use the newly ported (actually working) GstAudioFilter.
13709           Bump core/base requirements to CVS for this.
13710
13711         * tests/icles/.cvsignore:
13712         * tests/icles/Makefile.am:
13713         * tests/icles/equalizer-test.c: (check_bus),
13714         (equalizer_set_band_value), (equalizer_set_all_band_values),
13715         (equalizer_set_band_value_and_wait),
13716         (equalizer_set_all_band_values_and_wait), (do_slider_fiddling),
13717         (main):
13718           Add brain-dead interactive test for equalizer.
13719
13720 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
13721
13722         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_class_init),
13723         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
13724         (gst_iir_equalizer_filter_inplace):
13725           Rename "values" property to "band-values" and change type into a
13726           GValueArray, so it's more easily bindable and the range of the
13727           values passed in is defined and checked etc.; also do some
13728           locking.
13729
13730 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
13731
13732         Patch by: James "Doc" Livingston  <doclivingston at gmail com>
13733
13734         * configure.ac:
13735         * gst/equalizer/Makefile.am:
13736         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
13737         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
13738         (gst_iir_equalizer_compute_frequencies),
13739         (gst_iir_equalizer_set_property),
13740         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
13741         (plugin_init):
13742           Port equalizer plugin to 0.10 (#403572).
13743
13744 2007-02-02  Andy Wingo  <wingo@pobox.com>
13745
13746         * configure.ac: 
13747         * ext/Makefile.am
13748         * ext/sndfile/Makefile.am:
13749         * ext/sndfile/gstsf.c:
13750         * ext/sndfile/gstsf.h:
13751         * ext/sndfile/gstsfsink.c:
13752         * ext/sndfile/gstsfsink.h: Port sfsink to 0.10. Works in pull or
13753         push mode with interleaved float or int data.
13754
13755 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
13756
13757         * ext/alsaspdif/alsaspdifsink.c: (plugin_init):
13758           Set rank to NONE so that it doesn't get autoplugged by autoaudiosink
13759           (which didn't happen previously because the klass string didn't
13760           contain anything autoaudiosink was looking for).
13761
13762 2007-01-31  Stefan Kost  <ensonic@users.sf.net>
13763
13764         * gst/real/gstrealaudiodec.c:
13765         * gst/real/gstrealvideodec.c:
13766           Fix classification in GstElementDetails.
13767
13768 2007-01-31  Sebastian Dröge  <slomo@circular-chaos.org>
13769
13770         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
13771         (gst_wavpack_parse_handle_seek_event),
13772         (gst_wavpack_parse_create_src_pad):
13773         Fix a off by one that leads to the duration reported as one
13774         sample less than it is
13775
13776 2007-01-31  Stefan Kost  <ensonic@users.sf.net>
13777
13778         * ext/alsaspdif/alsaspdifsink.c:
13779         * gst/nsf/gstnsf.c:
13780           Fix classification in GstElementDetails.
13781
13782         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init),
13783         (gst_ladspa_class_init):
13784           Improve Klassification and reduce code slighly.
13785
13786 2007-01-30  Edward Hervey  <edward@fluendo.com>
13787
13788         * configure.ac:
13789         Check for an Objective C compiler
13790         * sys/Makefile.am:
13791         * sys/osxvideo/Makefile.am:
13792         * sys/osxvideo/cocoawindow.h:
13793         * sys/osxvideo/cocoawindow.m:
13794         * sys/osxvideo/osxvideosink.h:
13795         * sys/osxvideo/osxvideosink.m:
13796         Port of osxvideo plugin to 0.10. Do NOT consider 100% stable !
13797         Fixes #402470
13798
13799 2007-01-28  Tim-Philipp Müller  <tim at centricular dot net>
13800
13801         * gst/videocrop/gstvideocrop.c:
13802         (gst_video_crop_get_image_details_from_caps),
13803         (gst_video_crop_transform_packed_complex):
13804           Fix cropping for packed 4:2:2 formats YUYV/YUY2 and UYVY.
13805
13806         * tests/icles/videocrop-test.c: (check_bus_for_errors),
13807         (test_with_caps), (main):
13808           Block streaming thread before changing filter caps while the
13809           pipeline is running so that we don't get random not-negotiated
13810           errors just because GStreamer can't handle that yet.
13811
13812 2007-01-28  Stefan Kost  <ensonic@users.sf.net>
13813
13814         * ext/ladspa/Makefile.am:
13815         * ext/ladspa/gstladspa.c: (gst_ladspa_class_get_param_spec):
13816           add GstController support to ladspa
13817
13818 2007-01-28  Tim-Philipp Müller  <tim at centricular dot net>
13819
13820         Patch by: Rosfran Borges <rosfran dot borges at idnt org br>
13821
13822         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_start),
13823         (gst_mythtv_src_next_program_chain):
13824           Remove sleep calls, they've been moved into the library now ...
13825           (#354451).
13826
13827 2007-01-27  Tim-Philipp Müller  <tim at centricular dot net>
13828
13829         * tests/icles/videocrop-test.c: (test_with_caps):
13830           Catch errors while the test is running.
13831
13832 2007-01-25  Sebastian Dröge  <slomo@circular-chaos.org>
13833
13834         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query):
13835         Fix the SEEKING query. We can seek if we are in pull mode, not the
13836         other way around. Also set the correct format in the seeking query and
13837         handle the case where the headers are not read yet and we can't say
13838         anything about our seeking capabilities.
13839         
13840 2007-01-25  Sebastian Dröge  <slomo@circular-chaos.org>
13841
13842         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
13843         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init):
13844         Fix spelling in 2 places: It's called Wavpack, not WavePack.
13845
13846 2007-01-25  Edward Hervey  <edward@fluendo.com>
13847
13848         * gst/multifile/gstmultifilesink.c:
13849         (gst_multi_file_sink_class_init):
13850         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_class_init):
13851         * gst/mve/gstmvedemux.c: (gst_mve_video_create_buffer),
13852         (gst_mve_video_palette), (gst_mve_video_code_map),
13853         (gst_mve_audio_init), (gst_mve_audio_data), (gst_mve_timer_create),
13854         (gst_mve_demux_chain):
13855         * gst/mve/gstmvemux.c: (gst_mve_mux_push_chunk):
13856         * gst/mve/mveaudioenc.c: (mve_compress_audio):
13857         * gst/mve/mvevideodec16.c: (ipvideo_copy_block):
13858         * gst/mve/mvevideodec8.c: (ipvideo_copy_block):
13859         * gst/mve/mvevideoenc16.c: (mve_encode_frame16):
13860         * gst/mve/mvevideoenc8.c: (mve_encode_frame8):
13861         Use proper print statements.
13862         Fixes build on mac os x.
13863         <wingo> oo look at me my name is edward i'm hacking on macos wooo
13864
13865 2007-01-24  Wim Taymans  <wim@fluendo.com>
13866
13867         * gst/qtdemux/gstrtpxqtdepay.c:
13868         Fix caps on the depayloader.
13869
13870 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
13871
13872         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_set_property):
13873           Use break here instead of goto.
13874
13875 2007-01-13  Andy Wingo  <wingo@pobox.com>
13876
13877         * gst/interleave/deinterleave.c (gst_deinterleave_add_new_pads):
13878         Use fixed caps on src pads.
13879         (gst_deinterleave_remove_pads): Remove src pads, not sink pads. I
13880         seem to have reverse midas disease!
13881         (gst_deinterleave_process): Proxy timestamps, offsets, durations,
13882         and set caps on outgoing buffers. Fixes #395597, I think.
13883
13884         * gst/interleave/interleave.c (gst_interleave_init): Init the
13885         activation mode properly.
13886         (gst_interleave_src_setcaps, gst_interleave_src_getcaps)
13887         (gst_interleave_init): Set a setcaps and getcaps function on the
13888         src pad, so that we can implement pull-mode negotiation.
13889         (gst_interleave_sink_setcaps): Renamed from
13890         gst_interleave_setcaps, as it only does the sink logic now.
13891         Implement both for pull-mode and push-mode.
13892         (gst_interleave_process): Set caps on our outgoing buffer.
13893         (gst_interleave_src_activate_pull): Fix some more bogus casts.
13894         What is up with this.
13895
13896 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
13897
13898         * ext/mythtv/gstmythtvsrc.c: (do_read_request_response),
13899         (gst_mythtv_src_create), (gst_mythtv_src_get_position),
13900         (gst_mythtv_src_do_seek), (gst_mythtv_src_start),
13901         (gst_mythtv_src_next_program_chain), (gst_mythtv_src_get_size),
13902         (gst_mythtv_src_handle_event), (gst_mythtv_src_handle_query),
13903         (gst_mythtv_src_change_state), (gst_mythtv_src_set_property),
13904         (gst_mythtv_src_uri_get_type):
13905           Clean up a bit, mostly the debug statements; fix deadlock in
13906           _set_property() in the error cases; fix up query function.
13907
13908 2007-01-12  Andy Wingo  <wingo@pobox.com>
13909
13910         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_fixate)
13911         (gst_signal_processor_ouija_caps, gst_signal_processor_prepare):
13912         Remove fixate/ouija stuff, thankfully, due to the new
13913         part-negotiation.txt pull-mode negotiation scheme.
13914         (gst_signal_processor_setcaps_pull)
13915         (gst_signal_processor_setcaps): Implement upstream set_caps pull
13916         proxying for pull mode. Now this works: ladspa-sine-fcac !
13917         audioconvert ! alsasink.
13918
13919 2007-01-12  Edgard Lima <edgard.lima@indt.org.br>
13920
13921         Patch by: Rosfran Borges <rosfran.borges@indt.org.br>
13922
13923         * configure.ac:
13924         * gst-plugins-bad.spec.in:
13925         * ext/Makefile.am:
13926         * ext/mythtv/Makefile.am:
13927         * ext/mythtv/gstmythtvsrc.c:
13928         * ext/mythtv/gstmythtvsrc.h:
13929         MythTV client source plugin created (#354451).
13930
13931 2007-01-12  Wim Taymans  <wim@fluendo.com>
13932
13933         * gst/qtdemux/Makefile.am:
13934         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_base_init),
13935         (gst_rtp_xqt_depay_class_init), (gst_rtp_xqt_depay_init),
13936         (gst_rtp_xqt_depay_finalize), (gst_rtp_quicktime_parse_sd),
13937         (gst_rtp_xqt_depay_setcaps), (gst_rtp_xqt_depay_process),
13938         (gst_rtp_xqt_depay_set_property), (gst_rtp_xqt_depay_get_property),
13939         (gst_rtp_xqt_depay_change_state), (gst_rtp_xqt_depay_plugin_init):
13940         * gst/qtdemux/gstrtpxqtdepay.h:
13941         * gst/qtdemux/qtdemux.c: (gst_qtdemux_base_init),
13942         (gst_qtdemux_loop_state_header), (gst_qtdemux_loop),
13943         (qtdemux_parse_moov), (qtdemux_parse_container),
13944         (qtdemux_parse_node), (gst_qtdemux_add_stream),
13945         (qtdemux_parse_trak), (qtdemux_audio_caps):
13946         * gst/qtdemux/qtdemux.h:
13947         * gst/qtdemux/quicktime.c: (plugin_init):
13948         Add X-QT depayloader that will eventually share code with the demuxer.
13949         Make new plugin entry point with quicktime releated stuff.
13950
13951 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
13952
13953         * gst/qtdemux/Makefile.am:
13954           Dist all new files.
13955
13956 2007-01-12  Wim Taymans  <wim@fluendo.com>
13957
13958         * docs/plugins/Makefile.am:
13959         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
13960         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
13961         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
13962         * docs/plugins/gst-plugins-bad-plugins.signals:
13963         * docs/plugins/inspect/plugin-qtdemux.xml:
13964         Activate docs for jack, sdl and qtdemux.
13965
13966 2007-01-12  Wim Taymans  <wim@fluendo.com>
13967
13968         * ext/jack/gstjackaudiosink.c: (jack_sample_rate_cb),
13969         (jack_buffer_size_cb), (jack_shutdown_cb),
13970         (gst_jack_ring_buffer_acquire):
13971         * ext/jack/gstjackaudiosink.h:
13972         Improve docs.
13973
13974 2007-01-12  Wim Taymans  <wim@fluendo.com>
13975
13976         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init):
13977         Fix typo in docs.
13978
13979 2007-01-12  Wim Taymans  <wim@fluendo.com>
13980
13981         * gst/qtdemux/Makefile.am:
13982         * gst/qtdemux/qtdemux.c: (extract_initial_length_and_fourcc),
13983         (gst_qtdemux_loop_state_header), (gst_qtdemux_combine_flows),
13984         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop),
13985         (gst_qtdemux_chain), (qtdemux_sink_activate_pull),
13986         (qtdemux_inflate), (qtdemux_parse_moov), (qtdemux_parse_container),
13987         (qtdemux_parse_node), (qtdemux_tree_get_child_by_type),
13988         (qtdemux_tree_get_sibling_by_type), (gst_qtdemux_add_stream),
13989         (qtdemux_parse_samples), (qtdemux_parse_segments),
13990         (qtdemux_parse_trak), (qtdemux_tag_add_str), (qtdemux_tag_add_num),
13991         (qtdemux_tag_add_date), (qtdemux_tag_add_gnre),
13992         (qtdemux_parse_udta), (qtdemux_redirects_sort_func),
13993         (qtdemux_process_redirects), (qtdemux_parse_redirects),
13994         (qtdemux_parse_tree), (gst_qtdemux_handle_esds),
13995         (qtdemux_video_caps), (qtdemux_audio_caps):
13996         * gst/qtdemux/qtdemux.h:
13997         * gst/qtdemux/qtdemux_dump.c: (qtdemux_dump_mvhd),
13998         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
13999         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
14000         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
14001         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
14002         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
14003         (qtdemux_dump_unknown), (qtdemux_node_dump_foreach),
14004         (qtdemux_node_dump):
14005         * gst/qtdemux/qtdemux_dump.h:
14006         * gst/qtdemux/qtdemux_fourcc.h:
14007         * gst/qtdemux/qtdemux_types.c: (qtdemux_type_get):
14008         * gst/qtdemux/qtdemux_types.h:
14009         * gst/qtdemux/qtpalette.h:
14010         Cleanup and refactor to make the code more readable.
14011         Move debugging/tables into separate files.
14012         Add 2/4/16 color palletee support.
14013         Fix raw 15 bit RGB handling.
14014         Use more FOURCC constants.
14015         Add some docs.
14016
14017 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
14018
14019         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
14020
14021         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_mode_get_type),
14022         (gst_wavpack_enc_correction_mode_get_type),
14023         (gst_wavpack_enc_joint_stereo_mode_get_type):
14024           Minor clean-up: use enum values instead of hardcoded constants (#395536).
14025
14026 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
14027
14028         * gst/mve/gstmvedemux.c: (gst_mve_demux_get_src_query_types),
14029         (gst_mve_demux_handle_src_query), (gst_mve_demux_handle_src_event),
14030         (gst_mve_add_stream):
14031           Support SEEKING query (bad news now delivered properly!); add event
14032           function to source pads to make sure seeks aren't propagated
14033           upstream, even if they aren't handled.
14034
14035 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
14036
14037         Patch by: Jens Granseuer  <jensgr at gmx net>
14038
14039         * configure.ac:
14040         * gst/mve/Makefile.am:
14041         * gst/mve/TODO:
14042         * gst/mve/gstmve.c:
14043         * gst/mve/gstmvedemux.c:
14044         * gst/mve/gstmvedemux.h:
14045         * gst/mve/gstmvemux.c:
14046         * gst/mve/gstmvemux.h:
14047         * gst/mve/mve.h:
14048         * gst/mve/mveaudiodec.c:
14049         * gst/mve/mveaudioenc.c:
14050         * gst/mve/mvevideodec16.c:
14051         * gst/mve/mvevideodec8.c:
14052         * gst/mve/mvevideoenc16.c:
14053         * gst/mve/mvevideoenc8.c:
14054           Add Interplay MVE format demuxer/decoder and muxer/encoder. Demuxer
14055           doesn't support seeking yet, but seems to work fine otherwise.
14056           Closes #348973.
14057
14058 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
14059
14060         * gst/real/Makefile.am:
14061           Fix build (add LIBS and CFLAGS for gst-plugins-base stuff).
14062
14063 2007-01-07  Andy Wingo  <wingo@pobox.com>
14064
14065         * configure.ac: 
14066         * gst/interleave/Makefile.am: 
14067         * gst/interleave/plugin.h: 
14068         * gst/interleave/plugin.c: 
14069         * gst/interleave/interleave.c: 
14070         * gst/interleave/deinterleave.c: New elements interleave and
14071         deinterleave, implement channel interleaving and deinterleaving.
14072         The interleaver can operate in pull or push mode but the
14073         deinterleaver is more like a demuxer and can only operate in push
14074         mode.
14075         
14076 2007-01-06  Edward Hervey  <edward@fluendo.com>
14077
14078         * configure.ac:
14079         Properly detect the two architectures on which the real plugin can be
14080         built.
14081         Fixes #393622
14082
14083 2007-01-06  Andy Wingo  <wingo@pobox.com>
14084
14085         * ext/ladspa/gstsignalprocessor.c
14086         (gst_signal_processor_ouija_caps): Move around in the source
14087         file...
14088         (gst_signal_processor_prepare, gst_signal_processor_do_pulls):
14089         Call ouija_caps in prepare() instead of do_pulls(), a bit earlier.
14090         This allows us to have caps when we do the pad_alloc_buffer().
14091         (gst_pad_alloc_buffer_and_set_caps): Use self->caps instead of the
14092         pad caps, which might not be set yet.
14093
14094         * ext/ladspa/gstsignalprocessor.c: 
14095         (gst_signal_processor_add_pad_from_template)
14096         (gst_signal_processor_fixate): Add a fixate function, to assist in
14097         pathological ladspa-sine-fcac ! fakesink can-activate-pull=true
14098         cases.
14099         (gst_signal_processor_prepare, gst_signal_processor_process): Add
14100         nframes args so that getrange can tell ladspa how many frames to
14101         process.
14102         (gst_signal_processor_ouija_caps): setcaps needs to be called
14103         before processing, which normally happens when chaining a buffer
14104         to a pad. However in getrange mode with no sinks we need to check
14105         explicitly for this condition, guess some caps to use, and use
14106         those to setcaps(). Hence this mystical function.
14107         (gst_signal_processor_do_pulls): Pull in bytes, not samples.
14108         Divine the caps if necessary.
14109         (gst_signal_processor_getrange): Interpret the length as bytes,
14110         not samples.
14111         (gst_signal_processor_chain): nframes=G_MAXUINT, will be limited
14112         by incoming buffer sizes.
14113
14114 2007-01-06  Edward Hervey  <edward@fluendo.com>
14115
14116         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_finalize):
14117         Don't call the RAFreeDecoder since it randomly causes segfaults.
14118         * gst/real/gstrealaudiodec.h:
14119         indent properly.
14120
14121 2007-01-06  Edward Hervey  <edward@fluendo.com>
14122
14123         Patch by: Lutz Mueller <lutz@topfrose.de>
14124         
14125         * gst/real/gstrealvideodec.c: (gst_real_video_dec_decode),
14126         (gst_real_video_dec_setcaps), (open_library), (close_library),
14127         (gst_real_video_dec_finalize):
14128         * gst/real/gstrealvideodec.h:
14129         Implement error recovery on setcaps failure.
14130
14131 2007-01-06  Edward Hervey  <edward@fluendo.com>
14132
14133         Patch by: Lutz Mueller <lutz@topfrose.de>
14134         
14135         * gst/real/Makefile.am:
14136         * gst/real/gstreal.c: (plugin_init):
14137         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_chain),
14138         (gst_real_audio_dec_setcaps), (gst_real_audio_dec_init),
14139         (gst_real_audio_dec_base_init), (gst_real_audio_dec_change_state),
14140         (gst_real_audio_dec_finalize), (gst_real_audio_dec_set_property),
14141         (gst_real_audio_dec_get_property), (gst_real_audio_dec_class_init):
14142         * gst/real/gstrealaudiodec.h:
14143         Added RealAudio wrapper elementfactory.
14144         Modified structures so it can also work on x86_64 using the
14145         adequate .so .
14146
14147 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
14148
14149         * configure.ac:
14150         * gst/qtdemux/Makefile.am:
14151         * gst/qtdemux/qtdemux.c: (qtdemux_parse_moov):
14152           Check for zlib and if available pass it explicitly to the linker
14153           when linking qtdemux. If not available (or --disable-external has
14154           been specified!), disable the bits in qtdemux that use it. Fixes
14155           build on MingW (#392856).
14156
14157 2007-01-05  Edward Hervey  <edward@fluendo.com>
14158
14159         * configure.ac:
14160         Real video .so are now also available for x86_64, so we can build the
14161         Real plugin on i386 AND x86_64.
14162         * gst/real/Makefile.am:
14163         * gst/real/gstreal.c: (plugin_init):
14164         New plugin file for real .so wrapper plugins.
14165         * gst/real/gstrealvideodec.c: (gst_real_video_dec_alloc_buffer),
14166         (gst_real_video_dec_decode), (gst_real_video_dec_chain),
14167         (gst_real_video_dec_activate_push), (gst_real_video_dec_setcaps),
14168         (open_library), (close_library), (gst_real_video_dec_init),
14169         (gst_real_video_dec_base_init), (gst_real_video_dec_finalize),
14170         (gst_real_video_dec_set_property),
14171         (gst_real_video_dec_get_property), (gst_real_video_dec_class_init):
14172         * gst/real/gstrealvideodec.h:
14173         Moved RealVideo element to separate file
14174         Cleaned up code some more.
14175         Make it work on x86_64.
14176         Try several possible locations for .so
14177         Separate opening/closing libraries in separate functions.
14178
14179 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
14180
14181         * tests/icles/videocrop-test.c: (main):
14182           Call g_thread_init() right at the beginning. Remove superfluous
14183           gst_init() - we've already been inited via the GOption stuff.
14184
14185 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
14186
14187         * configure.ac:
14188           Don't compile rfbsource if we don't have sys/socket.h.
14189           Should fix compilation on MingW.
14190
14191 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
14192
14193         * configure.ac:
14194         * ext/amrwb/Makefile.am:
14195         * ext/amrwb/amrwb-code/Makefile.am:
14196         * ext/amrwb/amrwb-code/run.sh:
14197         * gst-libs/Makefile.am:
14198         * gst-libs/ext/Makefile.am:
14199         * gst-libs/ext/amrwb/Makefile.am:
14200         * gst-libs/ext/amrwb/README:
14201           Move amrwb code getting and building to gst-libs/ext/amrwb
14202           Adapt everything else to match.
14203
14204 2007-01-04  Julien MOUTTE  <julien@moutte.net>
14205
14206         * ext/directfb/dfbvideosink.c:
14207         (gst_dfbvideosink_navigation_send_event),
14208         (gst_dfbvideosink_get_type):
14209         * ext/sdl/sdlaudiosink.c: (gst_sdlaudio_sink_open):
14210         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_setcaps),
14211         (gst_sdlvideosink_show_frame),
14212         (gst_sdlvideosink_navigation_send_event):
14213         * ext/sdl/sdlvideosink.h: Fix various compiler warnings that 
14214         reveal potential bugs.
14215
14216 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
14217
14218         Patch by: Vincent Torri  <vtorri at univ-evry fr>
14219
14220         * configure.ac:
14221         * sys/Makefile.am:
14222         * sys/directsound/Makefile.am:
14223         * sys/directsound/gstdirectsoundsink.c:
14224         (gst_directsoundsink_reset):
14225           Add directsoundsink to build and dist it, so it gets built when
14226           compiling with MingW on win32 and the required headers and libraries
14227           are available (fixes: #392638). Also simplify DirectDraw check a bit.
14228
14229         * tests/check/elements/.cvsignore:
14230           Fix CVS ignore for neonhttpsrc test binary.
14231
14232 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
14233
14234         Patch by: Vincent Torri  <vtorri at univ-evry fr>
14235
14236         * configure.ac:
14237         * sys/Makefile.am:
14238         * sys/directdraw/Makefile.am:
14239           Add directdrawsink to build and dist it, so it gets built when
14240           compiling with MingW on win32 and the required headers and libraries
14241           are available (fixes: #392313).
14242
14243         * sys/directdraw/gstdirectdrawsink.c:
14244         (gst_directdrawsink_center_rect), (gst_directdrawsink_show_frame),
14245         (gst_directdrawsink_setup_ddraw),
14246         (gst_directdrawsink_surface_create):
14247           Comment out some unused things and fix some printf format issues in
14248           order to avoid warnings when buildling with MingW (#392313).
14249
14250 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
14251
14252         Patch by: Jens Granseuer  <jensgr at gmx net>
14253
14254         * ext/xvid/gstxvidenc.c: (gst_xvidenc_encode),
14255         (gst_xvidenc_get_property):
14256         * gst/filter/gstbpwsinc.c: (bpwsinc_transform_ip):
14257         * gst/filter/gstfilter.c: (plugin_init):
14258         * gst/filter/gstiir.c: (iir_transform_ip):
14259         * gst/filter/gstlpwsinc.c: (lpwsinc_transform_ip):
14260         * gst/modplug/gstmodplug.cc:
14261         * gst/nuvdemux/gstnuvdemux.c: (gst_nuv_demux_header_load),
14262         (gst_nuv_demux_stream_extend_header):
14263           Fix build with gcc-2.x (declare variables at the beginning of a
14264           block etc.). Fixes #391971.
14265
14266 2007-01-02  Lutz Mueller <lutz@topfrose.de>
14267
14268         reviewed by: Edward Hervey  <edward@fluendo.com>
14269
14270         * gst/real/gstreal.c:
14271         (gst_realdec_setcaps): Use codec_data supplied in caps.
14272         (gst_realdec_get_property): Correctly return default path.
14273         (gst_realdec_class_init): Remove unused state_change method.
14274
14275 2007-01-01  Edward Hervey  <edward@fluendo.com>
14276
14277         * configure.ac:
14278         Only build the plugin on 32bit x86 architectures.
14279
14280 2007-01-01  Lutz Mueller <lutz@topfrose.de>
14281
14282         reviewed by: Edward Hervey  <edward@fluendo.com>
14283
14284         * configure.ac:
14285         * gst/real/Makefile.am:
14286         * gst/real/gstreal.c: (gst_realdec_alloc_buffer),
14287         (gst_realdec_decode), (gst_realdec_chain),
14288         (gst_realdec_activate_push), (gst_realdec_setcaps),
14289         (gst_realdec_init), (gst_realdec_base_init),
14290         (gst_realdec_change_state), (gst_realdec_finalize),
14291         (gst_realdec_set_property), (gst_realdec_get_property),
14292         (gst_realdec_class_init), (plugin_init):
14293         New plugin for decoding RealVideo Streams using the x86 32bit
14294         shared libraries.
14295         Closes #354174
14296
14297 2006-12-30  Tim-Philipp Müller  <tim at centricular dot net>
14298
14299         * tests/check/elements/videocrop.c: (GST_START_TEST),
14300         (videocrop_test_cropping_init_context):
14301           When we can't create an element needed for the test, print a message
14302           detailing which element it actually is that's missing (#390673).
14303
14304 2006-12-22 Edgard Lima <edgard.lima@indt.org.br>
14305
14306         * ext/neon/gstneonhttpsrc.c:
14307         * ext/neon/gstneonhttpsrc.h:
14308         Added seek support.
14309         Patch by: Andre Moreira Magalhaes <andrunko@gmail.com>
14310         Fixes: #375264.
14311
14312 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
14313
14314         * tests/check/elements/mpeg2enc.c: (setup_mpeg2enc),
14315         (cleanup_mpeg2enc):
14316         * tests/check/elements/rganalysis.c: (cleanup_rganalysis):
14317         * tests/check/elements/wavpackdec.c: (setup_wavpackdec),
14318         (cleanup_wavpackdec):
14319         * tests/check/elements/wavpackenc.c: (setup_wavpackenc),
14320         (cleanup_wavpackenc):
14321         * tests/check/elements/y4menc.c: (setup_y4menc), (cleanup_y4menc):
14322           reapply consistent pad (de)activation
14323
14324 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
14325
14326         * configure.ac:
14327         Back to CVS
14328
14329         * gst-plugins-bad.doap:
14330         Add release section for 0.10.4
14331
14332 === release 0.10.4 ===
14333
14334 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
14335
14336         * configure.ac:
14337           releasing 0.10.4, "Black Bugs"
14338
14339 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
14340
14341         * tests/check/elements/mpeg2enc.c: (setup_mpeg2enc),
14342         (cleanup_mpeg2enc):
14343         * tests/check/elements/rganalysis.c: (cleanup_rganalysis):
14344         * tests/check/elements/wavpackdec.c: (setup_wavpackdec),
14345         (cleanup_wavpackdec):
14346         * tests/check/elements/wavpackenc.c: (setup_wavpackenc),
14347         (cleanup_wavpackenc):
14348         * tests/check/elements/y4menc.c: (setup_y4menc), (cleanup_y4menc):
14349           revert my freeze breakage
14350
14351 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
14352
14353         * tests/check/elements/mpeg2enc.c: (setup_mpeg2enc),
14354         (cleanup_mpeg2enc):
14355         * tests/check/elements/rganalysis.c: (cleanup_rganalysis):
14356         * tests/check/elements/wavpackdec.c: (setup_wavpackdec),
14357         (cleanup_wavpackdec):
14358         * tests/check/elements/wavpackenc.c: (setup_wavpackenc),
14359         (cleanup_wavpackenc):
14360         * tests/check/elements/y4menc.c: (setup_y4menc), (cleanup_y4menc):
14361           consistent pad (de)activation
14362
14363 2006-12-18  Tim-Philipp Müller  <tim at centricular dot net>
14364
14365         * gst/qtdemux/qtdemux.c: (gst_qtdemux_post_progress),
14366         (gst_qtdemux_chain):
14367           Don't post BUFFERING messages in streaming mode if the stream
14368           headers are behind the movie data; instead, post "progress" element
14369           messages as a temporary solution. Apps might get confused and do
14370           silly things to the pipeline state if they see buffering messages
14371           from different sources and don't realize they come from different
14372           sources (#387160).
14373
14374 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
14375
14376         * configure.ac:
14377         * ext/Makefile.am:
14378         * ext/ladspa/*:
14379           Move LADPSA plugin from -good for the release, as it's not quite
14380           ready to be enabled by default in the -good module yet.
14381
14382 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
14383
14384         * gst/qtdemux/qtdemux.c: (gst_qtdemux_chain),
14385         (gst_qtdemux_add_stream):
14386           Don't output g_warning for an unsupported format, just send a
14387           GST_ELEMENT_WARNING and don't add the pad.
14388           Fix the case where it doesn't check for a NULL pad in streaming mode.
14389           Fixes #387137
14390
14391 2006-12-18  Tim-Philipp Müller  <tim at centricular dot net>
14392
14393         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
14394           Fix crash dereferencing NULL pointer if there's no stco atom.
14395           Fixes #387122.
14396
14397 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
14398
14399         * ext/wavpack/gstwavpackenc.h:
14400         Use local copy of md5.h, as it disappeared in recent wavpack
14401         installs.
14402         Patch by: Sebastian Dröge <slomo at ubuntu dot com>
14403         Fixes: #387076
14404
14405 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
14406
14407         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_query_types),
14408         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event):
14409           We don't support seeking in streaming mode, so don't even try.
14410           Implement seeking query so apps can query seekability properly
14411           (see #365414). Fix duration query.
14412
14413 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
14414
14415         * Makefile.am:
14416         * gst-plugins-bad.doap:
14417         * gst-plugins-bad.spec.in:
14418           add doap file
14419
14420 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
14421
14422         * ext/libmms/gstmms.c: (gst_mms_create):
14423           These debug statements should be using LOG level.
14424
14425 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
14426
14427         * gst/modplug/libmodplug/sndfile.cpp:
14428           Fix potential buffer overflow (CVE-2006-4192) (#385788).
14429
14430 2006-12-13  Wim Taymans  <wim@fluendo.com>
14431
14432         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
14433         (gst_qtdemux_handle_src_query), (qtdemux_parse_trak),
14434         (qtdemux_audio_caps):
14435         Add AMR-WB to the list of supported formats.
14436
14437 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
14438
14439         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_create),
14440         (send_request_and_redirect):
14441           Fix minor mem leak in redirect code.
14442
14443         * tests/check/Makefile.am:
14444         * tests/check/elements/.cvsignore:
14445         * tests/check/elements/neonhttpsrc.c: (handoff_cb),
14446         (GST_START_TEST), (neonhttpsrc_suite):
14447         * tests/check/gst-plugins-bad.supp:
14448           Add super-basic unit test for #384140.
14449
14450 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
14451
14452         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_create),
14453         (send_request_and_redirect):
14454           Set offset on buffers pushed out (id3demux gets confused if the
14455           first buffer does not have an offset of 0). Fixes #384140.
14456
14457 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
14458
14459         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
14460         (gst_neonhttp_src_create), (send_request_and_redirect),
14461         (gst_neonhttp_src_start), (oom_callback):
14462          Minor clean-ups; remove newlines at end of debug statements.
14463
14464 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
14465
14466         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
14467           Fix non-working redirects from inetfilm.com (handle 'alis' reference
14468           data type as well). Fixes #378613.
14469
14470 2006-12-11  Wim Taymans  <wim@fluendo.com>
14471
14472         Patch by: Jonathan Matthew <jonathan at kaolin wh9 net>).
14473
14474         * gst/modplug/gstmodplug.cc:
14475         Fix modplug duration query. Fixes #384294.
14476
14477 2006-12-08  Wim Taymans  <wim@fluendo.com>
14478
14479         Patch by: René Stadler  <mail at renestadler de>
14480
14481         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
14482         (gst_qtdemux_handle_src_query), (qtdemux_parse_trak),
14483         (qtdemux_audio_caps):
14484         Fix caps for 24 bit raw PCM audio (2).
14485         Fixes #383471.
14486
14487 2006-12-07  Wim Taymans  <wim@fluendo.com>
14488
14489         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
14490         (gst_qtdemux_handle_src_query), (qtdemux_parse_trak),
14491         (qtdemux_video_caps):
14492         Handle more H263 variants.
14493
14494 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
14495
14496         * ext/jack/.cvsignore:
14497         Ignore old files as requested by the build slave.
14498
14499 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
14500
14501         * configure.ac:
14502         Update the Jack requirement to the version where I think options_t
14503         appeared
14504
14505 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
14506
14507         * win32/MANIFEST:
14508         Fix compilation on win32 under VS8
14509         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
14510         Partially fixes #381175
14511
14512 2006-11-30  Wim Taymans  <wim@fluendo.com>
14513
14514         Patch by: René Stadler  <mail at renestadler de>
14515
14516         * gst/replaygain/gstrganalysis.c: (gst_rg_analysis_event):
14517           Call the base class handler.  Fixes #380610.
14518
14519 2006-11-30  Wim Taymans  <wim@fluendo.com>
14520
14521         * ext/Makefile.am:
14522         Fix build.
14523
14524         * ext/jack/gstjackaudiosink.c: (jack_process_cb),
14525         (jack_sample_rate_cb), (jack_buffer_size_cb), (jack_shutdown_cb),
14526         (gst_jack_ring_buffer_acquire):
14527         Small cleanups.
14528
14529 2006-11-30  Wim Taymans  <wim@fluendo.com>
14530
14531         * configure.ac:
14532         * ext/Makefile.am:
14533         * ext/jack/Makefile.am:
14534         * ext/jack/gstjack.c: (plugin_init):
14535         * ext/jack/gstjack.h:
14536         * ext/jack/gstjackaudiosink.c: (gst_jack_ring_buffer_get_type),
14537         (gst_jack_ring_buffer_class_init), (jack_process_cb),
14538         (jack_sample_rate_cb), (jack_buffer_size_cb), (jack_shutdown_cb),
14539         (gst_jack_ring_buffer_init), (gst_jack_ring_buffer_dispose),
14540         (gst_jack_ring_buffer_finalize),
14541         (gst_jack_ring_buffer_open_device),
14542         (gst_jack_ring_buffer_close_device),
14543         (gst_jack_ring_buffer_acquire), (gst_jack_ring_buffer_release),
14544         (gst_jack_ring_buffer_start), (gst_jack_ring_buffer_pause),
14545         (gst_jack_ring_buffer_stop), (gst_jack_ring_buffer_delay),
14546         (gst_jack_connect_get_type), (gst_jack_audio_sink_base_init),
14547         (gst_jack_audio_sink_class_init), (gst_jack_audio_sink_init),
14548         (gst_jack_audio_sink_set_property),
14549         (gst_jack_audio_sink_get_property), (gst_jack_audio_sink_getcaps),
14550         (gst_jack_audio_sink_create_ringbuffer):
14551         * ext/jack/gstjackaudiosink.h:
14552           Added fully functional jackaudiosink.
14553
14554 2006-11-27  Wim Taymans  <wim@fluendo.com>
14555
14556         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
14557         (gst_qtdemux_handle_src_query), (qtdemux_parse_trak):
14558           Remove some asserts and replace them with a proper error
14559           message. Fixes #379261.
14560
14561 2006-11-26  Michael Smith  <msmith@fluendo.com>
14562
14563         * ext/theora/theoradec.c: (theora_dec_src_query),
14564         (theora_dec_src_event), (theora_handle_data_packet),
14565         (theora_dec_chain):
14566           Send events on the right pads, since they don't work very well if
14567           you send them in the wrong direction.
14568
14569 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
14570
14571         * ext/audiofile/gstafsink.c:
14572         * ext/polyp/plugin.c: (plugin_init):
14573         * ext/polyp/polypsink.c:
14574         * ext/polyp/polypsink.h:
14575         * sys/dxr3/dxr3audiosink.h:
14576         * sys/dxr3/dxr3spusink.h:
14577         * sys/dxr3/dxr3videosink.h:
14578           remove obsolete _factory_init protos and functions
14579
14580 2006-11-19  Michael Smith  <msmith@fluendo.com>
14581
14582         * gst/librfb/Makefile.am:
14583           Compile with appropriate cflags. Fixes build.
14584
14585 2006-11-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14586
14587         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_tune):
14588         Actually set the TONE parameter for DVB-S when we should.
14589
14590 2006-11-16  David Schleef  <ds@schleef.org>
14591
14592         * gst/librfb/rfbdecoder.c: Fixes for 64-bit architectures.
14593
14594 2006-11-16  David Schleef  <ds@schleef.org>
14595
14596         * gst/librfb/gstrfbsrc.h:  Oops, add this file.
14597
14598 2006-11-16  David Schleef  <ds@schleef.org>
14599
14600         Patch by: Andre Moreira Magalhaes <andrunko@gmail.com>
14601
14602         * configure.ac:
14603         * gst/librfb/Makefile.am:
14604         * gst/librfb/gstrfbsrc.c:
14605         * gst/librfb/rfb.c:
14606         * gst/librfb/rfb.h:
14607         * gst/librfb/rfbbuffer.c:
14608         * gst/librfb/rfbbuffer.h:
14609         * gst/librfb/rfbbytestream.c:
14610         * gst/librfb/rfbbytestream.h:
14611         * gst/librfb/rfbcontext.h:
14612         * gst/librfb/rfbdecoder.c:
14613         * gst/librfb/rfbdecoder.h:
14614         * gst/librfb/rfbutil.h:
14615           Port librfb to 0.10 (#376106).
14616
14617 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
14618
14619         * ext/spc/gstspc.c: (spc_play):
14620           Fix build with disabled gst-debug.
14621
14622 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
14623
14624         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
14625
14626         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
14627         (gst_wavpack_dec_init), (gst_wavpack_dec_change_state):
14628         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init),
14629         (gst_wavpack_enc_class_init), (gst_wavpack_enc_reset),
14630         (gst_wavpack_enc_init), (gst_wavpack_enc_set_wp_config),
14631         (gst_wavpack_enc_change_state):
14632         * ext/wavpack/gstwavpackparse.c:
14633           Some small clean-ups: use enums instead of hard-coded numbers,
14634           const-ify element details, re-factor some code into _reset()
14635           functions (#352605).
14636
14637 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
14638
14639         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_create):
14640         * sys/dvb/gstdvbsrc.h:
14641           Fix minor printf format issue; remove overly paranoid checks in
14642           create function; fix GObject boilerplate macros.
14643
14644 2006-11-14  Wim Taymans  <wim@fluendo.com>
14645
14646         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
14647         (gst_qtdemux_handle_src_query), (qtdemux_parse_trak):
14648         Don't parse extra sample params for raw pcm. Fixes #374914.
14649
14650 2006-11-14  Wim Taymans  <wim@fluendo.com>
14651
14652         * tests/check/elements/.cvsignore:
14653         Add cdaudio to ignore.
14654
14655 2006-11-14  Wim Taymans  <wim@fluendo.com>
14656
14657         * ext/Makefile.am:
14658         dist cdaudio dir.
14659
14660 2006-11-14  Wim Taymans  <wim@fluendo.com>
14661
14662         * configure.ac:
14663         * ext/Makefile.am:
14664         Fix cdaudio build.
14665
14666 2006-11-14  Wim Taymans  <wim@fluendo.com>
14667
14668         Patch by: Mark Nauwelaerts <manauw at skynet be>
14669
14670         * tests/check/Makefile.am:
14671         * tests/check/elements/y4menc.c: (setup_y4menc), (cleanup_y4menc),
14672         (GST_START_TEST), (y4menc_suite), (main):
14673         Added y4m test. Fixes #372243.
14674
14675 2006-11-13  Wim Taymans  <wim@fluendo.com>
14676
14677         Patch by: Mark Nauwelaerts <manauw at skynet be>
14678
14679         * configure.ac:
14680         Enable cdaudio and y4m.
14681
14682         * gst/y4m/Makefile.am:
14683         * gst/y4m/gsty4mencode.c: (gst_y4m_encode_base_init),
14684         (gst_y4m_encode_class_init), (gst_y4m_encode_init),
14685         (gst_y4m_encode_reset), (gst_y4m_encode_setcaps),
14686         (gst_y4m_encode_get_stream_header),
14687         (gst_y4m_encode_get_frame_header), (gst_y4m_encode_chain),
14688         (gst_y4m_encode_set_property), (gst_y4m_encode_get_property),
14689         (gst_y4m_encode_change_state), (plugin_init):
14690         * gst/y4m/gsty4mencode.h:
14691         Port of y4mencode to 0.10. 
14692
14693 2006-11-10  David Schleef  <ds@schleef.org>
14694
14695         * configure.ac:
14696         * gst/videoparse/Makefile.am:
14697         * gst/videoparse/gstvideoparse.c:
14698           A little pluggy to make sense out of the random chunks we get
14699           from multifilesrc.
14700
14701 2006-11-10  David Schleef  <ds@schleef.org>
14702
14703         * gst/multifile/Makefile.am:
14704           Let's not depend on a file that doesn't exist.
14705
14706 2006-11-10  David Schleef  <ds@schleef.org>
14707
14708         * gst/multifilesink/Makefile.am:
14709         * gst/multifilesink/gstmultifilesink.c:
14710         * gst/multifilesink/gstmultifilesink.h:
14711         * gst/multifilesink/multifilesink.vcproj:
14712           Remove the old one.
14713
14714 2006-11-10  David Schleef  <ds@schleef.org>
14715
14716         * configure.ac:
14717         * gst/multifile/Makefile.am:
14718         * gst/multifile/gstmultifile.c:
14719         * gst/multifile/gstmultifilesink.c:
14720         * gst/multifile/gstmultifilesrc.c:
14721         * gst/multifile/multifile.vproj:
14722           Revive multifile[src|sink].
14723
14724 2006-11-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14725
14726         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_set_property)
14727         (gst_dvbsrc_create), (gst_dvbsrc_output_frontend_stats),
14728         (gst_dvbsrc_tune), (gst_dvbsrc_set_pes_filters):
14729         Rename set_pes_filter to set_pes_filters for consistency.
14730         Do run-time pid filtering.
14731
14732 2006-11-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14733
14734         * sys/dvb/gstdvbsrc.c: (read_device):
14735         Do not call output_frontend_stats from a method that does not
14736         have the gstdvbsrc object.
14737         This fixes the build, sorry guys!
14738
14739 2006-11-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14740
14741         * sys/dvb/gstdvbsrc.c: (read_device), (gst_dvbsrc_create),
14742         (gst_dvbsrc_output_frontend_stats), (gst_dvbsrc_tune),
14743         (gst_dvbsrc_set_pes_filter):
14744         * sys/dvb/gstdvbsrc.h:
14745         Force PAT to always be in the filter.
14746         Try to continue reading after failing 10 times.
14747
14748 2006-11-04  Thomas Vander Stichele  <thomas at apestaart dot org>
14749
14750         * po/POTFILES.in:
14751           add dvbsrc
14752         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_class_init), (gst_dvbsrc_init),
14753         (gst_dvbsrc_set_property), (gst_dvbsrc_get_property),
14754         (gst_dvbsrc_open_frontend), (gst_dvbsrc_open_dvr),
14755         (gst_dvbsrc_finalize), (read_device), (gst_dvbsrc_create),
14756         (gst_dvbsrc_start), (gst_dvbsrc_frontend_status),
14757         (gst_dvbsrc_tune), (gst_dvbsrc_unset_pes_filters),
14758         (gst_dvbsrc_set_pes_filter):
14759         * sys/dvb/gstdvbsrc.h:
14760           adapter-prefix is a terrible name for a device, so replace it.
14761           strerror should be used immediately after the syscall related to it.
14762           Actually throw a reasonable GST_ELEMENT_ERROR if we fail to open
14763           (pretty easy to trigger by opening the same device twice).
14764           Use _OBJECT macros where it makes sense.
14765           This element is going to need some work before it moves.
14766
14767 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
14768
14769         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
14770
14771         * configure.ac:
14772         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_mode_get_type),
14773         (gst_wavpack_enc_correction_mode_get_type),
14774         (gst_wavpack_enc_joint_stereo_mode_get_type),
14775         (gst_wavpack_enc_init), (gst_wavpack_enc_set_wp_config):
14776           Fix enum nicks; only emit no-more-pads once; add support for very
14777           fast encoding mode in upcoming 4.40.0 release (#369539).
14778
14779 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
14780
14781         Patch by: Sergey Scobich  <sergey dot scobich at gmail com>
14782
14783         * sys/directdraw/gstdirectdrawsink.c:
14784         (gst_directdrawsink_window_thread),
14785         (gst_directdrawsink_create_default_window):
14786         * sys/directdraw/gstdirectdrawsink.h:
14787         * sys/directsound/gstdirectsoundsink.c:
14788           Wait until the window is created before using it; guard unistd.h
14789           includes with HAVE_UNISTD_H. (#366523)
14790
14791         * win32/vs8/libgstdirectdraw.vcproj:
14792         * win32/vs8/libgstdirectsound.vcproj:
14793           Update project files.
14794
14795 2006-10-31  Wim Taymans  <wim@fluendo.com>
14796
14797         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
14798         (gst_qtdemux_handle_src_query), (qtdemux_parse_tree),
14799         (qtdemux_parse_trak):
14800         Handle unbounded length streams a bit better. Fixes #367696.
14801
14802 2006-10-29  Tim-Philipp Müller  <tim at centricular dot net>
14803
14804         * ext/dts/gstdtsdec.c: (gst_dtsdec_handle_frame):
14805           Fix flow handling and buffer refcounting (gst_pad_push() takes
14806           ownership of the buffer passed to it, the buffer does not have
14807           to be unreffed no matter what flow value gst_pad_push() returns).
14808
14809 2006-10-26  Edgard Lima <edgard.lima@indt.org.br>
14810
14811         Patch by: Renato Filho <renato.filho@indt.org.br> 
14812
14813         * gst/nuvdemux/gstnuvdemux.c:
14814         * gst/nuvdemux/gstnuvdemux.h:
14815         Fixed bug for files with timestamps less than 0.
14816         
14817 2006-10-21  David Schleef  <ds@schleef.org>
14818
14819         * configure.ac:
14820         * gst/multifilesink/Makefile.am:
14821         * gst/multifilesink/gstmultifilesink.c:
14822         * gst/multifilesink/gstmultifilesink.h:
14823           I copied over filesink a while ago and modified it to work
14824           as multifilesink.  Might as well check it in.  This could
14825           use some work before being declared useful.
14826
14827 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
14828
14829         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_set_wp_config):
14830         * ext/wavpack/gstwavpackparse.c:
14831         (gst_wavpack_parse_create_src_pad):
14832         * gst/nuvdemux/gstnuvdemux.c: (gst_nuv_demux_create_pads):
14833         * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad):
14834           Activate pads before adding them to running element.
14835
14836 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
14837
14838         Patch by: Josep Torra Valles  <josep at fluendo com>
14839
14840         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
14841         (next_entry_size), (qtdemux_inflate), (qtdemux_parse_moov),
14842         (qtdemux_parse_tree), (qtdemux_parse_trak), (qtdemux_tag_add_str),
14843         (qtdemux_tag_add_num), (qtdemux_tag_add_date),
14844         (qtdemux_tag_add_gnre):
14845           Make compile with Forte compiler, mostly don't do pointer arithmetic
14846           with void pointers (#362626).
14847
14848 2006-10-17  Edgard Lima <edgard.lima@indt.org.br>
14849
14850         * gst/nuvdemux/gstnuvdemux.c:
14851         Just a cast to make it compile oos big_endian systems.
14852
14853 2006-10-17  Edgard Lima <edgard.lima@indt.org.br>
14854
14855         Patch by: Renato Filho <renato.filho@indt.org.br> and Rosfran Borges
14856         <rosfran.borges@indt.org.br>
14857
14858         * configure.ac:
14859         * gst/nuvdemux/:
14860         * gst/nuvdemux/Makefile.am:
14861         * gst/nuvdemux/gstnuvdemux.c:
14862         * gst/nuvdemux/gstnuvdemux.h:
14863         Created new element nuvdemux.
14864         
14865 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
14866
14867         Patch by: Josep Torra Valles  <josep at fluendo com>
14868
14869         * gst/nsf/fds_snd.c:
14870         * gst/nsf/mmc5_snd.c:
14871         * gst/nsf/nsf.c:
14872         * gst/nsf/vrc7_snd.c:
14873         * gst/nsf/vrcvisnd.c:
14874           Fix some things the Forte compiler warns about (#362626).
14875
14876 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
14877
14878         * gst/qtdemux/qtdemux.c: (qtdemux_parse_moov), (qtdemux_parse),
14879         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
14880         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
14881         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
14882         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
14883         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
14884         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
14885         (qtdemux_dump_unknown), (qtdemux_tree_get_child_by_type),
14886         (qtdemux_tree_get_sibling_by_type):
14887         * gst/qtdemux/qtdemux.h:
14888           Avoid void pointer usage, better use guint8 * instead.
14889
14890 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
14891
14892         * configure.ac:
14893         * gst/deinterlace/Makefile.am:
14894         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_base_init),
14895         (gst_deinterlace_class_init), (gst_deinterlace_init),
14896         (gst_deinterlace_stop), (gst_deinterlace_transform_caps),
14897         (gst_deinterlace_set_caps), (gst_deinterlace_transform_ip),
14898         (gst_deinterlace_set_property), (gst_deinterlace_get_property):
14899         * gst/deinterlace/gstdeinterlace.h:
14900           Port simple deinterlacer from 0.8. Use at your own risk, don't blame
14901           me for anything it does or does not do to your precious pictures.
14902
14903 2006-10-11  Edward Hervey  <edward@fluendo.com>
14904
14905         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
14906         Add some fourcc for DV format.
14907
14908 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
14909
14910         * gst/qtdemux/qtdemux.c: (extract_initial_length_and_fourcc),
14911         (gst_qtdemux_loop_state_header):
14912           Printf format fixes.
14913
14914         * sys/dvb/gstdvbsrc.c:
14915           Use "_stdint.h".
14916
14917 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14918
14919         * sys/dvb/Makefile.am:
14920         * sys/dvb/dvb-api/Makefile.am:
14921         * sys/dvb/dvb-api/audio.h:
14922         * sys/dvb/dvb-api/ca.h:
14923         * sys/dvb/dvb-api/dmx.h:
14924         * sys/dvb/dvb-api/frontend.h:
14925         * sys/dvb/dvb-api/net.h:
14926         * sys/dvb/dvb-api/osd.h:
14927         * sys/dvb/dvb-api/version.h:
14928         * sys/dvb/dvb-api/video.h:
14929         Remove these files, not needed use system files.
14930         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_set_property),
14931         (gst_dvbsrc_create), (gst_dvbsrc_output_frontend_stats),
14932         (gst_dvbsrc_tune):
14933         Fix warnings, uint16_t etc. is in stdint.h.
14934         Use system includes not our local ones.
14935
14936 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14937
14938         * configure.ac:
14939         * sys/Makefile.am:
14940         Add dvb detection and allow dvbsrc to be built.
14941
14942 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14943         
14944         * configure.ac:
14945         * sys/Makefile.am:
14946         * sys/dvb/AUTHORS:
14947         * sys/dvb/Makefile.am:
14948         * sys/dvb/README:
14949         * sys/dvb/dvb-api/Makefile.am:
14950         * sys/dvb/dvb-api/audio.h:
14951         * sys/dvb/dvb-api/ca.h:
14952         * sys/dvb/dvb-api/dmx.h:
14953         * sys/dvb/dvb-api/frontend.h:
14954         * sys/dvb/dvb-api/net.h:
14955         * sys/dvb/dvb-api/osd.h:
14956         * sys/dvb/dvb-api/version.h:
14957         * sys/dvb/dvb-api/video.h:
14958         * sys/dvb/gstdvbsrc.c: 
14959         * sys/dvb/gstdvbsrc.h:
14960         Initial import of dvbsrc.
14961         Currently won't be built.
14962
14963 2006-10-10  Wim Taymans  <wim@fluendo.com>
14964
14965         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
14966         (gst_qtdemux_push_event), (gst_qtdemux_do_seek),
14967         (gst_qtdemux_change_state), (extract_initial_length_and_fourcc),
14968         (gst_qtdemux_loop_state_header), (gst_qtdemux_activate_segment),
14969         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop),
14970         (gst_qtdemux_post_buffering), (gst_qtdemux_chain),
14971         (gst_qtdemux_add_stream), (qtdemux_process_redirects),
14972         (qtdemux_parse_tree), (qtdemux_parse_trak):
14973         Reorganise some stuff.
14974         Parse RTSP redirection URLS.
14975
14976 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
14977
14978         * docs/plugins/gst-plugins-bad-plugins.args:
14979         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
14980         * docs/plugins/gst-plugins-bad-plugins.interfaces:
14981         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
14982         * docs/plugins/inspect/plugin-dtsdec.xml:
14983         * docs/plugins/inspect/plugin-mms.xml:
14984         * docs/plugins/inspect/plugin-mpeg2enc.xml:
14985         * docs/plugins/inspect/plugin-neon.xml:
14986         * docs/plugins/inspect/plugin-replaygain.xml:
14987         * docs/plugins/inspect/plugin-soundtouch.xml:
14988         * docs/plugins/inspect/plugin-spcdec.xml:
14989         * docs/plugins/inspect/plugin-swfdec.xml:
14990         * docs/plugins/inspect/plugin-videocrop.xml:
14991         * docs/plugins/inspect/plugin-wavpack.xml:
14992           Add/update docs stuff.
14993
14994 2006-10-06  Tim-Philipp Müller  <tim at centricular dot net>
14995
14996         Patch by: René Stadler  <mail at renestadler de>
14997
14998         * configure.ac:
14999         * docs/plugins/Makefile.am:
15000         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
15001         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
15002         * gst/replaygain/Makefile.am:
15003         * gst/replaygain/gstrganalysis.c: (gst_rg_analysis_base_init),
15004         (gst_rg_analysis_class_init), (gst_rg_analysis_init),
15005         (gst_rg_analysis_set_property), (gst_rg_analysis_get_property),
15006         (gst_rg_analysis_start), (gst_rg_analysis_set_caps),
15007         (gst_rg_analysis_transform_ip), (gst_rg_analysis_event),
15008         (gst_rg_analysis_stop), (gst_rg_analysis_handle_tags),
15009         (gst_rg_analysis_handle_eos), (gst_rg_analysis_track_result),
15010         (gst_rg_analysis_album_result), (plugin_init):
15011         * gst/replaygain/gstrganalysis.h:
15012         * gst/replaygain/rganalysis.c: (yule_filter), (butter_filter),
15013         (apply_filters), (reset_filters), (accumulator_add),
15014         (accumulator_clear), (accumulator_result), (rg_analysis_new),
15015         (rg_analysis_set_sample_rate), (rg_analysis_destroy),
15016         (rg_analysis_analyze_mono_float),
15017         (rg_analysis_analyze_stereo_float),
15018         (rg_analysis_analyze_mono_int16),
15019         (rg_analysis_analyze_stereo_int16), (rg_analysis_analyze),
15020         (rg_analysis_track_result), (rg_analysis_album_result),
15021         (rg_analysis_reset_album), (rg_analysis_reset):
15022         * gst/replaygain/rganalysis.h:
15023           Add ReplayGain analysis element (#357069).
15024
15025         * tests/check/Makefile.am:
15026         * tests/check/elements/.cvsignore:
15027         * tests/check/elements/rganalysis.c: (get_expected_gain),
15028         (setup_rganalysis), (cleanup_rganalysis), (set_playing_state),
15029         (send_eos_event), (send_tag_event), (poll_eos), (poll_tags),
15030         (fail_unless_track_gain), (fail_unless_track_peak),
15031         (fail_unless_album_gain), (fail_unless_album_peak),
15032         (fail_if_track_tags), (fail_if_album_tags),
15033         (fail_unless_num_tracks), (test_buffer_const_float_mono),
15034         (test_buffer_const_float_stereo), (test_buffer_const_int16_mono),
15035         (test_buffer_const_int16_stereo), (test_buffer_square_float_mono),
15036         (test_buffer_square_float_stereo), (test_buffer_square_int16_mono),
15037         (test_buffer_square_int16_stereo), (push_buffer), (GST_START_TEST),
15038         (rganalysis_suite), (main):
15039           Unit tests for the new replaygain element.
15040
15041 2006-10-06  Wim Taymans  <wim@fluendo.com>
15042
15043         * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_chain),
15044         (gst_faad_close_decoder):
15045         Some cleanups.
15046         Added some more debugging.
15047         Don't ever ignore unlinked, we're not a demuxer.
15048
15049         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
15050         Activate pad before adding it to the element.
15051
15052 2006-10-06  Michael Smith  <msmith@fluendo.com>
15053
15054         * ext/theora/theoradec.c: (gst_theoradec_reset),
15055         (theora_get_query_types), (theora_dec_src_query),
15056         (theora_dec_src_event), (theora_dec_sink_event),
15057         (theora_handle_comment_packet), (theora_handle_type_packet),
15058         (theora_handle_header_packet), (clip_buffer), (theora_dec_push),
15059         (theora_handle_422_image), (theora_handle_420_image),
15060         (theora_handle_data_packet), (theora_dec_chain),
15061         (theora_dec_change_state):
15062         * ext/theora/theoradec.h:
15063           Port lots of changes from theoradec to theoraexpdec.
15064           This catches this plugin up to theoradec. Note that duplicate frames
15065           are broken in theoradec at the moment.
15066
15067 2006-10-06  Tim-Philipp Müller  <tim at centricular dot net>
15068
15069         * gst/spectrum/gstspectrum.c: (gst_spectrum_transform_ip):
15070           Fix mem leak, avoid unnecessary memcpy.
15071
15072 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
15073
15074         * gst/spectrum/gstspectrum.c: (gst_spectrum_init),
15075         (gst_spectrum_transform_ip):
15076           Removed cruft code that was just commented out. Removed some obsolete
15077           debug logs statements.
15078
15079 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
15080
15081         * ext/dts/gstdtsdec.c: (gst_dtsdec_chain):
15082         * ext/musicbrainz/gsttrm.c: (gst_trm_setcaps):
15083         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
15084         * gst/qtdemux/qtdemux.c: (gst_qtdemux_chain), (qtdemux_parse),
15085         (qtdemux_parse_trak):
15086         * gst/spectrum/gstspectrum.c: (gst_spectrum_transform_ip):
15087           Another batch of printf format fixes.
15088
15089 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
15090
15091         * gst/videocrop/gstvideocrop.c: (gst_video_crop_class_init),
15092         (gst_video_crop_init),
15093         (gst_video_crop_get_image_details_from_caps),
15094         (gst_video_crop_transform_packed_complex),
15095         (gst_video_crop_transform_packed_simple),
15096         (gst_video_crop_transform), (gst_video_crop_transform_caps),
15097         (gst_video_crop_set_caps),
15098         (gst_videocrop_clear_negotiated_caps_locked),
15099         (gst_video_crop_set_property):
15100         * gst/videocrop/gstvideocrop.h:
15101           Handle packed YUV formats (UYVY, YUY2, YUYV) separately; also, fix
15102           passthrough mode; lastly, clear negotiated basetransform caps when
15103           the cropping changes in order to force renegotiation.
15104
15105 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
15106
15107         * tests/icles/.cvsignore:
15108         * tests/icles/Makefile.am:
15109         * tests/icles/videocrop-test.c: (quit_mainloop), (tick_cb),
15110         (test_with_caps), (video_crop_get_test_caps), (main):
15111           Visual test for videocrop, shows that packed yuv doesn't work right
15112           yet. --with-ffmpegcolorspace option doesn't work yet for unknown
15113           reasons (another basetransform issue?)
15114
15115 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
15116
15117         * po/POTFILES.in:
15118         * sys/v4l2/.cvsignore:
15119           Remove more v4l2 stuff, hopefully fixing 'make distcheck' again.
15120
15121 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
15122
15123         * docs/plugins/Makefile.am:
15124         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
15125         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
15126         * docs/plugins/inspect/plugin-video4linux2.xml:
15127         * gst-plugins-bad.spec.in:
15128           removed v4l2
15129
15130 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15131
15132         * configure.ac:
15133         * sys/Makefile.am:
15134         * sys/v4l2/Makefile.am:
15135         * sys/v4l2/README:
15136         * sys/v4l2/gstv4l2.c:
15137         * sys/v4l2/gstv4l2colorbalance.c:
15138         * sys/v4l2/gstv4l2colorbalance.h:
15139         * sys/v4l2/gstv4l2object.c:
15140         * sys/v4l2/gstv4l2object.h:
15141         * sys/v4l2/gstv4l2src.c:
15142         * sys/v4l2/gstv4l2src.h:
15143         * sys/v4l2/gstv4l2tuner.c:
15144         * sys/v4l2/gstv4l2tuner.h:
15145         * sys/v4l2/gstv4l2vidorient.c:
15146         * sys/v4l2/gstv4l2vidorient.h:
15147         * sys/v4l2/gstv4l2xoverlay.c:
15148         * sys/v4l2/gstv4l2xoverlay.h:
15149         * sys/v4l2/v4l2_calls.c:
15150         * sys/v4l2/v4l2_calls.h:
15151         * sys/v4l2/v4l2src_calls.c:
15152         * sys/v4l2/v4l2src_calls.h:
15153           moved to gst-plugins-good
15154
15155 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15156
15157         * sys/v4l2/gstv4l2object.c:
15158         (gst_v4l2_object_install_properties_helper):
15159           comment out the properties that are already part of the tuner
15160           interface.
15161
15162 2006-10-03  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15163
15164         * sys/v4l2/gstv4l2src.c:
15165         Improve docs.
15166
15167 2006-10-02  Tim-Philipp Müller  <tim at centricular dot net>
15168
15169         * ext/xvid/gstxvid.c: (plugin_init):
15170           Set rank of xviddec to NONE until someone fixes it (too many crasher
15171           bug reports against totem, people should use gst-ffmpeg).
15172
15173 2006-09-28  Wim Taymans  <wim@fluendo.com>
15174
15175         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_all_caps),
15176         (gst_v4l2src_get_caps):
15177         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
15178         Framerate can be 0/1 too.
15179         Init framerate to 0/1 before querying it so that we can detect
15180         devices that don't know about a framerate.
15181         Add some more debugging info.
15182
15183 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
15184
15185         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
15186           Add support for 'yv12' fourcc.
15187
15188 2006-09-27  Edgard Lima <edgard.lima@indt.org.br>
15189
15190         * sys/v4l2/gstv4l2src.c:
15191         * sys/v4l2/gstv4l2src.h:
15192         * tests/icles/v4l2src-test.c:
15193         Removed set-undef-fps.
15194
15195 2006-09-27  Wim Taymans  <wim@fluendo.com>
15196
15197         * sys/v4l2/gstv4l2object.c:
15198         (gst_v4l2_object_install_properties_helper), (gst_v4l2_object_new),
15199         (gst_v4l2_object_set_property_helper),
15200         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
15201         * sys/v4l2/gstv4l2object.h:
15202         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
15203         (gst_v4l2src_create):
15204         * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_contains_channel),
15205         (gst_v4l2_tuner_list_channels),
15206         (gst_v4l2_tuner_set_channel_and_notify),
15207         (gst_v4l2_tuner_get_channel), (gst_v4l2_tuner_contains_norm),
15208         (gst_v4l2_tuner_list_norms), (gst_v4l2_tuner_set_norm_and_notify),
15209         (gst_v4l2_tuner_get_norm):
15210         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
15211         (gst_v4l2_fill_lists), (gst_v4l2_empty_lists):
15212         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_get_fps):
15213         Renamed some properties to match the tuner interface naming.
15214
15215 2006-09-27  Wim Taymans  <wim@fluendo.com>
15216
15217         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_set_property_helper),
15218         (gst_v4l2_set_defaults):
15219         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read),
15220         (gst_v4l2src_create):
15221         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open):
15222         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
15223         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_set_norm),
15224         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
15225         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
15226         (gst_v4l2_set_attribute), (gst_v4l2_get_input),
15227         (gst_v4l2_set_input):
15228         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
15229         (gst_v4l2src_grab_frame), (gst_v4l2src_get_capture),
15230         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init),
15231         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop),
15232         (gst_v4l2src_buffer_new):
15233         * tests/icles/v4l2src-test.c: (my_bus_callback), (main):
15234         Small cleanups.
15235         Fix error messages.
15236         Use locks when getting timestamps.
15237         Fix leaks in test.
15238         Add licensing header to tests.
15239
15240 2006-09-27  Edgard Lima <edgard.lima@indt.org.br>
15241
15242         * sys/v4l2/gstv4l2colorbalance.c:
15243         * sys/v4l2/gstv4l2object.c:
15244         * sys/v4l2/gstv4l2src.c:
15245         * sys/v4l2/gstv4l2src.h:
15246         * sys/v4l2/gstv4l2tuner.c:
15247         * sys/v4l2/v4l2_calls.c:
15248         * sys/v4l2/v4l2src_calls.c:
15249         * tests/icles/v4l2src-test.c:
15250         Some cleanups and comments.
15251
15252 2006-09-26  Wim Taymans  <wim@fluendo.com>
15253
15254         * docs/plugins/Makefile.am:
15255         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
15256         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
15257         Add v4l2 plugin to the docs.
15258
15259         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read),
15260         (gst_v4l2src_get_mmap), (gst_v4l2src_create):
15261         * sys/v4l2/gstv4l2src.h:
15262         * sys/v4l2/gstv4l2vidorient.c:
15263         Fix docs.
15264         Remove some more externs.
15265
15266 2006-09-26  Wim Taymans  <wim@fluendo.com>
15267
15268         * sys/v4l2/Makefile.am:
15269         Fix makefile, list libs in stack order.
15270
15271         * sys/v4l2/gstv4l2colorbalance.c:
15272         * sys/v4l2/gstv4l2colorbalance.h:
15273         * sys/v4l2/gstv4l2object.c: (gst_v4l2_device_get_type),
15274         (gst_v4l2_object_install_properties_helper):
15275         * sys/v4l2/gstv4l2object.h:
15276         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read),
15277         (gst_v4l2src_get_mmap), (gst_v4l2src_create):
15278         * sys/v4l2/gstv4l2src.h:
15279         * sys/v4l2/gstv4l2tuner.h:
15280         * sys/v4l2/gstv4l2vidorient.h:
15281         * sys/v4l2/gstv4l2xoverlay.h:
15282         * sys/v4l2/v4l2_calls.h:
15283         * sys/v4l2/v4l2src_calls.h:
15284         Fix coding style:
15285         - Remove extern from functions.
15286         - Fix header indentation.
15287         Fix Flags, add defaults for properties.
15288         Remove unused enums.
15289         Fix TOO_LAZY in error messages.
15290
15291 2006-09-26  Wim Taymans  <wim@fluendo.com>
15292
15293         * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices),
15294         (gst_v4l2_probe_needs_probe),
15295         (gst_v4l2_object_install_properties_helper), (gst_v4l2_object_new),
15296         (gst_v4l2_object_destroy), (gst_v4l2_object_set_property_helper),
15297         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults),
15298         (gst_v4l2_object_start), (gst_v4l2_object_stop):
15299         * sys/v4l2/gstv4l2object.h:
15300         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
15301         (gst_v4l2src_init), (gst_v4l2src_dispose),
15302         (gst_v4l2src_set_property), (gst_v4l2src_get_property),
15303         (gst_v4l2src_fixate), (gst_v4l2src_get_caps),
15304         (gst_v4l2src_set_caps), (gst_v4l2src_get_read),
15305         (gst_v4l2src_get_mmap), (gst_v4l2src_create):
15306         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
15307         (gst_v4l2_open), (gst_v4l2_close), (gst_v4l2_get_norm),
15308         (gst_v4l2_set_norm), (gst_v4l2_get_frequency),
15309         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
15310         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute),
15311         (gst_v4l2_get_input), (gst_v4l2_set_input):
15312         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
15313         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
15314         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
15315         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
15316         (gst_v4l2src_capture_stop), (gst_v4l2src_capture_deinit),
15317         (gst_v4l2src_get_size_limits), (gst_v4l2src_set_fps),
15318         (gst_v4l2src_get_fps), (gst_v4l2src_buffer_finalize),
15319         (gst_v4l2src_buffer_new):
15320         Fix pass at code cleanups, move errors cases out of the normal
15321         flow for additional code clarity.
15322
15323 2006-09-23  Wim Taymans  <wim@fluendo.com>
15324
15325         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
15326         (gst_cdaudio_init), (gst_cdaudio_set_property),
15327         (gst_cdaudio_get_property), (gst_cdaudio_change_state),
15328         (gst_cdaudio_send_event), (gst_cdaudio_get_query_types),
15329         (gst_cdaudio_query), (cdaudio_uri_set_uri):
15330         Port to 0.10.
15331
15332 2006-09-22  David Schleef  <ds@schleef.org>
15333
15334         * sys/glsink/glimagesink.c:
15335           Fix problems when the element cannot open the display.
15336           (fixes #357212)
15337
15338 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
15339
15340         * configure.ac:
15341           Up requirements to -base CVS and core CVS (the format for the
15342           video orientation interface used by v4l2src and the latter
15343           since that's what -base CVS requires).
15344
15345 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
15346
15347         * ext/directfb/dfbvideosink.c: (plugin_init):
15348           Lower rank from SECONDARY to MARGINAL. Plugins in -bad that might
15349           be autoplugged shouldn't trump plugins in -base, -good or -ugly
15350           (in this case ximagesink).
15351
15352         * sys/glsink/glimagesink.c: (plugin_init):
15353           Set rank to NONE to prevent it from being autoplugged until
15354           errors are handled properly (see #357212).
15355
15356 2006-09-21  Edgard Lima <edgard.lima@indt.org.br>
15357
15358         * ext/neon/Makefile.am:
15359         * ext/neon/gstneonhttpsrc.c:
15360         * ext/neon/gstneonhttpsrc.h:
15361         Reverted previous commit (2006-09-19 - Allow internal codes from
15362         last.fm). As dicussed on #gstreamer it should be done in separete
15363         element.
15364
15365 2006-09-21  Wim Taymans  <wim@fluendo.com>
15366
15367         * ext/faac/gstfaac.c: (gst_faac_configure_source_pad),
15368         (gst_faac_chain):
15369         Add decoder specific info on the caps.
15370         Some cleanups here and there.
15371
15372 2006-09019  Edgard Lima <edgard.lima@indt.org.br>
15373
15374         Patch by: Milosz Derezynski <internalerror@gmail.com> and
15375                   Rosfran Borges <rosfran.borges@indt.org.br>
15376
15377         * ext/neon/Makefile.am:
15378         * ext/neon/gstneonhttpsrc.c:
15379         * ext/neon/gstneonhttpsrc.h:
15380         Allow internal codes from last.fm
15381         
15382
15383 2006-09-19  Edgard Lima <edgard.lima@indt.org.br>
15384
15385         * tests/icles/v4l2src-test.c:
15386         Just a small fix to the app options.
15387
15388 2006-09-19  Edgard Lima <edgard.lima@indt.org.br>
15389
15390         * sys/v4l2/Makefile.am:
15391         * sys/v4l2/gstv4l2src.c:
15392         * sys/v4l2/gstv4l2vidorient.c:
15393         * sys/v4l2/gstv4l2vidorient.h:
15394         * tests/icles/v4l2src-test.c:
15395         Add Video Orientation interface support to v4l2src.
15396         
15397 2006-09-19  Wim Taymans  <wim@fluendo.com>
15398
15399         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init),
15400         (gst_gsmdec_sink_setcaps), (gst_gsmdec_sink_event),
15401         (gst_gsmdec_chain):
15402         * ext/gsm/gstgsmdec.h:
15403         Handle WAV49 variant (GSM in WAV).
15404         Some small cleanups.
15405
15406 2006-09-18  Edgard Lima <edgard.lima@indt.org.br>
15407
15408         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_buffer_new ):
15409         Fix GST_BUFFER_DURATION.
15410
15411 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
15412
15413         * ext/hermes/gsthermescolorspace.c:
15414         * ext/ivorbis/vorbisfile.c:
15415         * ext/lcs/gstcolorspace.c:
15416         * ext/wavpack/gstwavpackenc.h:
15417         * ext/xine/xineaudiodec.c:
15418         * ext/xine/xineaudiosink.c:
15419         * ext/xine/xineinput.c:
15420         * gst/chart/gstchart.c:
15421         * gst/equalizer/gstiirequalizer.c:
15422         * gst/games/gstpuzzle.c:
15423         * gst/librfb/gstrfbsrc.c:
15424         * gst/mixmatrix/mixmatrix.c:
15425         * gst/nsf/gstnsf.h:
15426         * gst/vbidec/gstvbidec.c:
15427         * gst/virtualdub/gstxsharpen.c:
15428           More G_OBJECT macro fixing.
15429
15430 2006-09-15  Edgard Lima <edgard.lima@indt.org.br>
15431
15432         * sys/v4l2/gstv4l2src.c:
15433         * sys/v4l2/gstv4l2src.h:
15434         * sys/v4l2/gstv4l2xoverlay.c:
15435         * sys/v4l2/v4l2_calls.c:
15436         * sys/v4l2/v4l2src_calls.c:
15437         * tests/icles/v4l2src-test.c:
15438         The test application and the plgind error messages has been improved.
15439         
15440 2006-09-12  Stefan Kost  <ensonic@users.sf.net>
15441
15442         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
15443         (gst_spectrum_start), (gst_spectrum_stop), (gst_spectrum_event):
15444           Implements stop() to clear the adapter and event() to clear the
15445           adapter on FLUSH_STOP and EOS.
15446
15447 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
15448
15449         * gst/spectrum/gstspectrum.c: (gst_spectrum_init),
15450         (gst_spectrum_set_property):
15451         * gst/spectrum/gstspectrum.h:
15452           Fix type mixup in spectrum->interval (gdouble<->guint64). Spotted by
15453           René Stadler
15454
15455 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
15456
15457         * gst/spectrum/demo-osssrc.c: (draw_spectrum), (main):
15458           Use more defines
15459
15460         * gst/spectrum/gstspectrum.c: (gst_spectrum_init),
15461         (gst_spectrum_dispose), (gst_spectrum_set_caps),
15462         (gst_spectrum_transform_ip):
15463         * gst/spectrum/gstspectrum.h:
15464           Apply some of the spectrum cleanup changes suggested in #348085.
15465
15466 2006-09-08  Tim-Philipp Müller  <tim at centricular dot net>
15467
15468         * configure.ac:
15469           Bump requirements of -base (videocrop test case needs this).
15470
15471         * gst/videocrop/gstvideocrop.c:
15472           Document sloppy handling of subsampled chroma planes if
15473           left/top cropping is an odd number.
15474
15475         * tests/check/elements/videocrop.c: (handoff_cb),
15476         (videocrop_test_cropping_init_context),
15477         (videocrop_test_cropping_deinit_context),
15478         (videocrop_test_cropping), (check_1x1_buffer), (GST_START_TEST),
15479         (videocrop_suite), (main):
15480           Add another unit test that crops the input to 1x1 (and checks
15481           that that pixel has the expected values in a number of formats).
15482
15483 2006-09-08  Tim-Philipp Müller  <tim at centricular dot net>
15484
15485         * gst/videocrop/Makefile.am:
15486         * gst/videocrop/gstvideocrop.c: (gst_video_crop_class_init),
15487         (gst_video_crop_transform_packed),
15488         (gst_video_crop_transform_planar):
15489           Some quick tests indicate that it doesn't make a great deal
15490           of sense to use liboil here, at least not for the memcpy()s
15491           we do, so remove liboil usage until there is clear evidence
15492           it actually makes a positive difference somewhere.
15493
15494 2006-09-03  Tim-Philipp Müller  <tim at centricular dot net>
15495
15496         * tests/check/elements/videocrop.c: (handoff_cb),
15497         (buffer_probe_cb), (test_caps_transform), (test_passthrough),
15498         (notgst_value_list_get_nth_int), (videocrop_suite):
15499           More tests: check passthrough mode and caps transform in
15500           both directions with fixed values, ranges and lists.
15501
15502 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
15503
15504         * docs/plugins/Makefile.am:
15505         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
15506         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
15507         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
15508           Add videocrop to docs.
15509
15510         * gst/videocrop/Makefile.am:
15511         * gst/videocrop/gstvideocrop.c:
15512         * gst/videocrop/gstvideocrop.h:
15513           Move boilerplate stuff and structures into a header file.
15514
15515         * tests/check/Makefile.am:
15516         * tests/check/elements/.cvsignore:
15517         * tests/check/elements/videocrop.c: (video_crop_get_test_caps),
15518         (test_unit_sizes), (videocrop_test_cropping_init_context),
15519         (videocrop_test_cropping_deinit_context),
15520         (videocrop_test_cropping), (test_cropping), (videocrop_suite):
15521           Add unit tests for videocrop.
15522
15523 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
15524
15525         * configure.ac:
15526         * gst/videocrop/Makefile.am:
15527         * gst/videocrop/gstvideocrop.c: (gst_video_crop_base_init),
15528         (gst_video_crop_class_init), (gst_video_crop_init),
15529         (gst_video_crop_get_image_details_from_caps),
15530         (gst_video_crop_get_unit_size), (gst_video_crop_transform_packed),
15531         (gst_video_crop_transform_planar), (gst_video_crop_transform),
15532         (gst_video_crop_transform_dimension),
15533         (gst_video_crop_transform_dimension_value),
15534         (gst_video_crop_transform_caps), (gst_video_crop_set_caps),
15535         (gst_video_crop_set_property), (gst_video_crop_get_property),
15536         (plugin_init):
15537           Port/rewrite videocrop from scratch for GStreamer-0.10, and make
15538           it support all formats videoscale supports (#345653).
15539
15540 2006-09-02  Stefan Kost  <ensonic@users.sf.net>
15541
15542         * sys/v4l2/gstv4l2.c:
15543         * sys/v4l2/gstv4l2colorbalance.c:
15544         * sys/v4l2/gstv4l2object.c:
15545         (gst_v4l2_object_install_properties_helper):
15546         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
15547         * sys/v4l2/gstv4l2src.h:
15548           Whitespace cleanups, dashify property-names.
15549
15550 2006-09-02  Stefan Kost  <ensonic@users.sf.net>
15551
15552         * sys/v4l2/gstv4l2.c:
15553         * sys/v4l2/gstv4l2colorbalance.c:
15554         * sys/v4l2/gstv4l2colorbalance.h:
15555         * sys/v4l2/gstv4l2object.c:
15556         * sys/v4l2/gstv4l2object.h:
15557         * sys/v4l2/gstv4l2src.c:
15558         * sys/v4l2/gstv4l2src.h:
15559         * sys/v4l2/gstv4l2tuner.c:
15560         * sys/v4l2/gstv4l2tuner.h:
15561         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open):
15562         * sys/v4l2/gstv4l2xoverlay.h:
15563         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
15564         (gst_v4l2_open):
15565         * sys/v4l2/v4l2_calls.h:
15566         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_queue_frame),
15567         (gst_v4l2src_capture_init):
15568         * sys/v4l2/v4l2src_calls.h:
15569           Cleanup error messages and unify header comments
15570
15571 2006-08-31  Jan Schmidt  <thaytan@mad.scientist.com>
15572
15573         * gst/nsf/Makefile.am:
15574         Add missing GST_LIBS
15575
15576 2006-08-30  Edgard Lima <edgard.lima@indt.org.br>
15577
15578         * sys/v4l2/gstv4l2src.c:
15579         Another small fix to set_caps function (sucks copy/paste error).
15580         
15581 2006-08-30  Edgard Lima <edgard.lima@indt.org.br>
15582
15583         * sys/v4l2/gstv4l2src.c:
15584         Send new_segment in GST_FORMAT_TIME instead of in GST_FORMAT_BYTES.
15585
15586 2006-08-30  Edgard Lima <edgard.lima@indt.org.br>
15587
15588         * sys/v4l2/gstv4l2src.c:
15589         A small fix to set_caps function.
15590
15591 2006-08-30  Edward Hervey  <edward@fluendo.com>
15592
15593         * gst/qtdemux/qtdemux.c:
15594         (gst_qtdemux_do_seek):
15595         Reset each streams last_flow to GST_FLOW_OK.
15596         (gst_qtdemux_activate_segment):
15597         Removing mystic modifications for good.
15598
15599 2006-08-30  Stefan Kost  <ensonic@users.sf.net>
15600
15601         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
15602         (qtdemux_parse_tree):
15603           put back 'segment start<=stop' change that was mystically reverted by
15604           the last commit
15605
15606 2006-08-30  Stefan Kost  <ensonic@users.sf.net>
15607
15608         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
15609         (qtdemux_parse_tree):
15610         Fix the build for disabled debug
15611
15612 2006-08-29  Edgard Lima <edgard.lima@indt.org.br>
15613
15614         * sys/v4l2/gstv4l2src.c:
15615         * sys/v4l2/v4l2src_calls.c:
15616         * sys/v4l2/v4l2src_calls.h:
15617         Fixed framerate negotiation.
15618         
15619 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
15620
15621         Patch by: Andrew Andkjar  <enki at goodship net>
15622
15623         * ext/sdl/sdlaudiosink.c: (gst_sdlaudio_sink_close):
15624         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_supported),
15625         (gst_sdlvideosink_deinitsdl):
15626           Only de-init the subsystem we previously initialised. Avoids
15627           borkage when both sdlvideosink and sdlaudiosink are used
15628           at the same time and one is shut down.
15629
15630 2006-08-28  Wim Taymans  <wim@fluendo.com>
15631
15632         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
15633         (gst_qtdemux_add_stream), (qtdemux_parse_trak),
15634         (qtdemux_video_caps):
15635         Make sure segment start<=stop in weird quicktime files.
15636
15637 2006-08-28  Stefan Kost  <ensonic@users.sf.net>
15638
15639         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
15640           add comments and more debug logging
15641
15642 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
15643
15644         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
15645
15646         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_post_tags),
15647         (gst_wavpack_dec_chain):
15648           Post audio codec and average bitrate tags on bus (#344472).
15649
15650         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init),
15651         (gst_wavpack_parse_src_query):
15652           Forward queries in other formats (BYTE format in particular)
15653           upstream; add Sebastian to authors.
15654
15655 2006-08-23  Edgard Lima <edgard.lima@indt.org.br>
15656
15657         * sys/v4l2/gstv4l2src.c:
15658         * sys/v4l2/v4l2src_calls.c:
15659         * sys/v4l2/v4l2src_calls.h:
15660         Fix set_caps to set width and height to the values the driver is
15661         really working with.
15662
15663 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
15664
15665         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_push_block):
15666           Fix mem leak, send newsegment event on correction pad
15667           as well (#352476).
15668
15669         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init):
15670           Restore original author (on Sebastian's request).
15671
15672         * tests/check/Makefile.am:
15673         * tests/check/gst-plugins-bad.supp:
15674           Add (so far empty) suppression file for -bad. Remove
15675           wavpackenc test from VALGRIND_TO_FIX now that the leak
15676           is fixed.
15677
15678 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
15679
15680         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
15681
15682         * tests/check/Makefile.am:
15683         * tests/check/elements/.cvsignore:
15684         * tests/check/elements/wavpackdec.c: (setup_wavpackdec),
15685         (cleanup_wavpackdec), (GST_START_TEST), (wavpackdec_suite), (main):
15686         * tests/check/elements/wavpackenc.c: (setup_wavpackenc),
15687         (cleanup_wavpackenc), (GST_START_TEST), (wavpackenc_suite), (main):
15688         * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad),
15689         (setup_wavpackparse), (cleanup_wavpackparse), (GST_START_TEST),
15690         (wavpackparse_suite), (main):
15691           Add unit tests for wavpack elements (#352476).
15692
15693 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
15694
15695         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
15696
15697         * docs/plugins/Makefile.am:
15698         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
15699         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
15700         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
15701         * docs/plugins/inspect/plugin-wavpack.xml:
15702         * ext/wavpack/gstwavpackdec.c:
15703         * ext/wavpack/gstwavpackdec.h:
15704         * ext/wavpack/gstwavpackenc.c:
15705         * ext/wavpack/gstwavpackenc.h:
15706         * ext/wavpack/gstwavpackparse.c:
15707         * ext/wavpack/gstwavpackparse.h:
15708           Add docs for wavpack elements (#352476).
15709
15710 2006-08-22  Edgard Lima <edgard.lima@indt.org.br>
15711
15712         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_size_limits)
15713         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fixate)
15714         Fixed query size to work with drivers that uses intermediate step
15715         like "width * height" to find closest size.
15716         
15717 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
15718
15719         * configure.ac:
15720         * docs/plugins/Makefile.am:
15721         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
15722         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
15723         * gst/gdp/Makefile.am:
15724         * gst/gdp/gstgdp.c:
15725         * gst/gdp/gstgdpdepay.c:
15726         * gst/gdp/gstgdpdepay.h:
15727         * gst/gdp/gstgdppay.c:
15728         * gst/gdp/gstgdppay.h:
15729         * tests/check/Makefile.am:
15730         * tests/check/elements/gdpdepay.c:
15731         * tests/check/elements/gdppay.c:
15732           move gdp plugin to good.
15733
15734 2006-08-21  Wim Taymans  <wim@fluendo.com>
15735
15736         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
15737         (qtdemux_node_dump_foreach), (qtdemux_parse_trak),
15738         (qtdemux_video_caps), (qtdemux_audio_caps):
15739         Some more constification.
15740         Fix some paletted data formats again.
15741         Fix ulaw/alaw in qt.
15742         Set correct caps for raw RGB.
15743         Add support for yuv2, which is like Yuv2.
15744         Add support for raw audio with the NONE fourcc, which is like raw.
15745
15746 2006-08-21  Wim Taymans  <wim@fluendo.com>
15747
15748         * ext/gsm/gstgsm.c: (plugin_init):
15749         Make rank PRIMARY now that GSM seems to work fine.
15750
15751 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
15752
15753         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_init),
15754         (gst_wavpack_enc_finalize), (gst_wavpack_enc_sink_set_caps),
15755         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_format_samples),
15756         (gst_wavpack_enc_push_block), (gst_wavpack_enc_chain),
15757         (gst_wavpack_enc_rewrite_first_block),
15758         (gst_wavpack_enc_sink_event), (gst_wavpack_enc_change_state),
15759         (gst_wavpack_enc_set_property), (gst_wavpack_enc_get_property):
15760         * ext/wavpack/gstwavpackenc.h:
15761         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
15762         (gst_wavpack_parse_src_query), (gst_wavpack_parse_src_event),
15763         (gst_wavpack_parse_init), (gst_wavpack_parse_get_upstream_length),
15764         (gst_wavpack_parse_loop):
15765           More clean-ups: use shorter variable names to make code easier to
15766           read; prefix structures we define with 'Gst' to make it clearer
15767           where they come from.
15768
15769 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
15770
15771         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_init),
15772         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
15773         (gst_wavpack_enc_chain), (gst_wavpack_enc_rewrite_first_block),
15774         (gst_wavpack_enc_sink_event):
15775           Fix caps set on buffers and template caps (output is framed)
15776           and make them match (#351663); use GST_WARNING_OBJECT instead of
15777           GST_ELEMENT_WARNING; simplify push_block(); do some small
15778           clean-ups here and there; fix memleak (#351663).
15779
15780 2006-08-18  Tim-Philipp Müller  <tim at centricular dot net>
15781
15782         Based on patch by: Sebastian Dröge <slomo at circular-chaos.org>
15783
15784         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_sink_event),
15785         (gst_wavpack_parse_get_upstream_length),
15786         (gst_wavpack_parse_find_marker), (gst_wavpack_parse_resync_loop),
15787         (gst_wavpack_parse_loop), (gst_wavpack_parse_resync_adapter):
15788           Fix resyncing in push mode not stopping re-syncing at embedded
15789           zeroes; skip garbage between frames in pull mode as well if
15790           necessary; use gst_pad_query_peer_duration(); push EOS and
15791           NEWSEGMENT event in right direction (#351659).
15792
15793 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
15794
15795         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
15796
15797         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_class_init):
15798         * ext/wavpack/gstwavpackparse.c:
15799         (gst_wavpack_parse_resync_adapter), (gst_wavpack_parse_chain):
15800           In push mode, re-sync to next wavpack header if sync is lost
15801           (#351557). Also use hyphens instead of underscores in
15802           GObject property names.
15803
15804 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
15805
15806         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
15807
15808         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_class_init),
15809         (gst_wavpack_parse_reset), (gst_wavpack_parse_get_src_query_types),
15810         (gst_wavpack_parse_src_query),
15811         (gst_wavpack_parse_handle_seek_event),
15812         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_init),
15813         (gst_wavpack_parse_create_src_pad),
15814         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop),
15815         (gst_wavpack_parse_chain), (gst_wavpack_parse_sink_activate),
15816         (gst_wavpack_parse_sink_activate_pull):
15817         * ext/wavpack/gstwavpackparse.h:
15818           Make wavpackparse also work in push-mode (not seekable yet though);
15819           some small clean-ups along the way; add support for SEEKING query
15820           and query types function. (#351495).
15821
15822 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
15823
15824         * ext/libfame/gstlibfame.c: (gst_fameenc_get_property):
15825         * sys/glsink/glimagesink.c: (gst_glimage_sink_get_property):
15826           Fix leaks (#351502).
15827
15828 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
15829
15830         * gst/qtdemux/qtdemux.c: (qtdemux_redirects_sort_func),
15831         (qtdemux_process_redirects), (qtdemux_parse_tree):
15832           Extract all references/redirections if there is more
15833           than one and sort them; also extract minimum required
15834           bitrate information if available. (#350399)
15835           
15836 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
15837
15838         Patch by: Michal Benes  <michal.benes at itonis tv>
15839
15840         * ext/faac/gstfaac.c: (gst_faac_configure_source_pad):
15841           Bitrate in the faac structure is per output channel,
15842           not total bitrate (#350741).
15843
15844 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
15845
15846         * ext/xvid/gstxvidenc.c: (gst_xvidenc_chain):
15847           Fix GST_ELEMENT_ERROR usage.
15848
15849 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
15850
15851         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
15852           Fix silly typo.
15853
15854 2006-08-08  Edward Hervey  <edward@fluendo.com>
15855
15856         * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
15857         I forgot to include the file containing the #define :)
15858         Now includes "config.h"
15859
15860 2006-08-08  Edward Hervey  <edward@fluendo.com>
15861
15862         * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
15863         Ignore test known to fail on PPC64. See #348114.
15864
15865 2006-08-04  Edgard Lima <edgard.lima@indt.org.br>
15866
15867         Patch by: Rosfran Borges <rosfran dot borges at indt dot org dot
15868         br>
15869
15870         * ext/neon/gstneonhttpsrc.c:
15871         * ext/neon/gstneonhttpsrc.h:
15872         Allow HTTP redirect (HTTP status code 302).
15873
15874 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15875
15876         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
15877         Fix event parsing by gdpdepay.  Fixes #349916.
15878
15879 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
15880
15881         Patch by: Thadeu Lima de Souza Cascardo <cascardo at holoscopio dot
15882         com>
15883
15884         * ext/Makefile.am:
15885           Use right variables when USE_SPC is defined.
15886
15887 2006-08-02  Wim Taymans  <wim@fluendo.com>
15888
15889         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_init),
15890         (gst_gdp_depay_finalize), (gst_gdp_depay_sink_event),
15891         (gst_gdp_depay_src_event), (gst_gdp_depay_chain),
15892         (gst_gdp_depay_change_state):
15893         Disable seeking.
15894         Small cleanups.
15895         Clear adapter on disconts.
15896         Clear caps when going to READY instead of NULL
15897
15898         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init),
15899         (gst_gdp_pay_init), (gst_gdp_pay_finalize), (gst_gdp_pay_reset),
15900         (gst_gdp_buffer_from_caps), (gst_gdp_pay_buffer_from_buffer),
15901         (gst_gdp_buffer_from_event), (gst_gdp_pay_reset_streamheader),
15902         (gst_gdp_queue_buffer), (gst_gdp_pay_chain),
15903         (gst_gdp_pay_sink_event), (gst_gdp_pay_src_event),
15904         (gst_gdp_pay_change_state):
15905         * gst/gdp/gstgdppay.h:
15906         Reset payloader when going to READY.
15907         Fix leaked buffers in ->queue on push errors.
15908         Disable seeking.
15909         Code cleanups.
15910         Create packetizer in _init, free in _finalize.
15911
15912 2006-07-31  Julien MOUTTE  <julien@moutte.net>
15913
15914         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_change_state),
15915         (gst_dfbvideosink_buffer_alloc): Post an error message.
15916
15917 2006-07-31  Julien MOUTTE  <julien@moutte.net>
15918
15919         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_change_state),
15920         (gst_dfbvideosink_buffer_alloc): Don't try allocating if we are not
15921         setup yet. Fail changing state if setup fails.
15922
15923 2006-07-31  Wim Taymans  <wim@fluendo.com>
15924
15925         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_init),
15926         (gst_gdp_depay_sink_event), (gst_gdp_depay_chain):
15927         Consume all events except EOS because we generate events from
15928         the gdp payload instead. Fixes #349204
15929
15930 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
15931
15932         * ext/xvid/gstxviddec.c: (gst_xviddec_init), (gst_xviddec_reset),
15933         (gst_xviddec_unset), (gst_xviddec_handle_sink_event),
15934         (gst_xviddec_setup), (gst_xviddec_negotiate), (gst_xviddec_chain),
15935         (gst_xviddec_flush_buffers), (gst_xviddec_src_getcaps),
15936         (gst_xviddec_setcaps), (gst_xviddec_change_state):
15937         * ext/xvid/gstxviddec.h:
15938           Clean-ups and code reflows. Pass return value from
15939           gst_pad_alloc_buffer() upstream among other things. Also check
15940           for NULL GValue before using GST_VALUE_TYPE macro (#348976).
15941           Mass rename of xviddec -> dec variable for better
15942           code readability.
15943
15944 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
15945
15946         * ext/xvid/gstxvid.c: (gst_xvid_image_fill):
15947           Fix size calculation for I420/YV12. Fixes #348976.
15948
15949 2006-07-27  Wim Taymans  <wim@fluendo.com>
15950
15951         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init),
15952         (gst_gsmdec_sink_setcaps), (gst_gsmdec_sink_event):
15953         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_setcaps):
15954         Fix negotiation.
15955
15956 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15957
15958         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_init):
15959           proxying get/set caps is the wrong thing to do, since we really
15960           do change caps quite fundamentally
15961         * tests/check/elements/gdpdepay.c:
15962         * tests/check/elements/gdppay.c:
15963           remove declaration of buffers, it's already done in gstcheck.h
15964
15965 2006-07-24  Sebastien Moutte  <sebastien@moutte.net>
15966
15967         * sys/directsound/gstdirectsoundsink.h:
15968         * sys/directsound/gstdirectsoundsink.c:
15969         Add an attenuation property that will directly attenuate the 
15970         directsound buffer.
15971         Change the size of the directsound secondary buffer to a half second.
15972         Add more debug logs.
15973         Add a lock to protect dsound buffer write access.
15974         Fix a bad implementation of reset.
15975         * sys/directsound/gstdirectdrawsink.c:
15976         * sys/directsound/gstdirectdrawsink.h:
15977         Add a keep_aspect_ratio property.
15978         Do not use overlay if not supported.
15979         Add more debug logs.
15980         Remove overwrite of WM_ERASEBKGND message handling. It was not
15981         redrawing border when keep_aspect_ratio was enabled.
15982         * win32/common/config.h:
15983         update version waiting an auto-generated config.h
15984
15985 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
15986
15987         Patch by: Chris Lee  <clee at kde org>
15988
15989         * configure.ac:
15990         * ext/Makefile.am:
15991         * ext/spc/Makefile.am:
15992         * ext/spc/gstspc.c: (spc_negotiate), (gst_spc_dec_base_init),
15993         (gst_spc_dec_class_init), (gst_spc_dec_init), (gst_spc_dec_chain),
15994         (gst_spc_dec_sink_event), (gst_spc_dec_src_event),
15995         (gst_spc_dec_src_query), (spc_play), (spc_setup),
15996         (gst_spc_dec_change_state), (plugin_init):
15997         * ext/spc/gstspc.h:
15998           Add libopenspc-based SPC decoder element (#348220).
15999
16000 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
16001
16002         Patch by: Martin Szulecki
16003
16004         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_get_property_helper):
16005           If "device-name" is requested and the device is not
16006           open, try to temporarily open it to obtain this
16007           information (#342494).
16008
16009 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
16010
16011         * gst/nsf/nsf.c: (nsf_load):
16012           Really fix compilation. Apparently it's not enough to
16013           just check the return value for errors, but we need to
16014           check for short reads as well (now if only we handled
16015           them too ...). Fixes #347935.
16016
16017 2006-07-18  Tim-Philipp Müller  <tim at centricular dot net>
16018
16019         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
16020           Fix caps after previous change to byte order endianness.
16021
16022         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
16023         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_init),
16024         (gst_wavpack_parse_loop):
16025         * ext/wavpack/gstwavpackparse.h:
16026           Queue incoming events if there's no source pad yet and
16027           send them downstream later when the pad is there.
16028
16029 2006-07-18  Tim-Philipp Müller  <tim at centricular dot net>
16030
16031         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_init),
16032         (gst_wavpack_dec_format_samples),
16033         (gst_wavpack_dec_clip_outgoing_buffer), (gst_wavpack_dec_chain),
16034         (gst_wavpack_dec_change_state):
16035         * ext/wavpack/gstwavpackdec.h:
16036           Output audio in native byte order (which is also how we get
16037           samples from wavpack); output samples with 21-24 bit depth
16038           with 32 bit width (makes things easier for us).
16039
16040 2006-07-18  Tim-Philipp Müller  <tim at centricular dot net>
16041
16042         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init),
16043         (gst_wavpack_dec_class_init), (gst_wavpack_dec_init),
16044         (gst_wavpack_dec_finalize), (gst_wavpack_dec_format_samples),
16045         (gst_wavpack_dec_clip_outgoing_buffer), (gst_wavpack_dec_chain),
16046         (gst_wavpack_dec_sink_event), (gst_wavpack_dec_change_state):
16047         * ext/wavpack/gstwavpackdec.h:
16048           More clean-ups: remove most of the disfunctional correction
16049           pad stuff for now, if it ever gets implemented a lot of stuff
16050           will have to be rewritten anyway; redo chain function, move
16051           errors to end, error out instead of g_assert()ing. Also rename
16052           overly long variable 'wavpackdec' to just 'dec'; miscellaneous
16053           other small stuff.
16054
16055 2006-07-18  Tim-Philipp Müller  <tim at centricular dot net>
16056
16057         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
16058
16059         * configure.ac:
16060           Check for wavpack version and define WAVPACK_OLD_API if
16061           necessary.
16062
16063         * ext/wavpack/Makefile.am:
16064         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_read_header),
16065         (gst_wavpack_read_metadata):
16066         * ext/wavpack/gstwavpackcommon.h:
16067         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init),
16068         (gst_wavpack_dec_class_init), (gst_wavpack_dec_init),
16069         (gst_wavpack_dec_finalize), (gst_wavpack_dec_format_samples),
16070         (gst_wavpack_dec_clip_outgoing_buffer), (gst_wavpack_dec_chain),
16071         (gst_wavpack_dec_sink_event), (gst_wavpack_dec_change_state),
16072         (gst_wavpack_dec_request_new_pad), (gst_wavpack_dec_plugin_init):
16073         * ext/wavpack/gstwavpackdec.h:
16074         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_class_init),
16075         (gst_wavpack_enc_init), (gst_wavpack_enc_finalize),
16076         (gst_wavpack_enc_set_wp_config):
16077         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init),
16078         (gst_wavpack_parse_finalize), (gst_wavpack_parse_class_init),
16079         (gst_wavpack_parse_index_get_entry_from_sample),
16080         (gst_wavpack_parse_scan_to_find_sample),
16081         (gst_wavpack_parse_handle_seek_event),
16082         (gst_wavpack_parse_create_src_pad):
16083         * ext/wavpack/gstwavpackstreamreader.c:
16084         * ext/wavpack/gstwavpackstreamreader.h:
16085           Port to new/official wavpack API, don't use API that was exported
16086           in wavpack header files and in the lib but meant to be private, at
16087           least not for recent wavpack versions; misc. 'cleanups' (#347443).
16088
16089 2006-07-18  Wim Taymans  <wim@fluendo.com>
16090
16091         * gst/nsf/nsf.c: (nsf_load):
16092         Fix compilation by not ignoring return values of fread.
16093
16094 2006-07-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16095
16096         * docs/plugins/inspect/plugin-alsaspdif.xml:
16097         * docs/plugins/inspect/plugin-filter.xml:
16098         * docs/plugins/inspect/plugin-h264parse.xml:
16099         * docs/plugins/inspect/plugin-musepack.xml:
16100         * docs/plugins/inspect/plugin-nsfdec.xml:
16101         * docs/plugins/inspect/plugin-sdl.xml:
16102         * docs/plugins/inspect/plugin-spectrum.xml:
16103           adding more inspect docs
16104
16105 2006-07-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16106
16107         * docs/plugins/inspect/plugin-gdp.xml:
16108           actually commit inspectation of gdp element
16109
16110 2006-07-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16111
16112         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_class_init):
16113         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init),
16114           remove parent_class setting, BOILERPLATE does this
16115         (gst_gdp_pay_reset_streamheader):
16116           fix typo in comment
16117
16118 2006-07-17  Wim Taymans  <wim@fluendo.com>
16119
16120         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
16121         (gst_qtdemux_prepare_current_sample),
16122         (gst_qtdemux_loop_state_movie):
16123         Store duration in uint64 too instead of clipping.
16124         When we do a keyframe seek and the requested time is at the
16125         keyframe, don't seek back to the beginning of the keyframe.
16126         Fixes #347439.
16127
16128 2006-07-16  Wim Taymans  <wim@fluendo.com>
16129
16130         * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_sync):
16131         Don't crash on small buffers.
16132
16133 2006-07-15  Stefan Kost  <ensonic@users.sf.net>
16134
16135         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_sink_activate):
16136         Reset adapter.
16137
16138 2006-07-15  Stefan Kost  <ensonic@users.sf.net>
16139
16140         * gst/spectrum/demo-audiotest.c: (main):
16141         * gst/spectrum/demo-osssrc.c: (main):
16142         Do not use deprecated gtk functions.
16143
16144 2006-07-14  Wim Taymans  <wim@fluendo.com>
16145
16146         * gst/nsf/Makefile.am:
16147         * gst/nsf/memguard.c:
16148         * gst/nsf/memguard.h:
16149         * gst/nsf/types.h:
16150         Remove crack malloc/free replacement.
16151
16152 2006-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16153
16154         * docs/plugins/Makefile.am:
16155         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
16156         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
16157           add more plugins and elements to docs
16158         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
16159           fix segfaults due to wrong g_free
16160           add example
16161         * gst/gdp/gstgdppay.c:
16162           add example
16163
16164 2006-07-13  Wim Taymans  <wim@fluendo.com>
16165
16166         * gst/nsf/Makefile.am:
16167         Fix build.
16168
16169 2006-07-13  Wim Taymans  <wim@fluendo.com>
16170
16171         Based on patches by: Johan Dahlin <johan at gnome dot org>
16172                 Ronald Bultje <rbultje at ronald dot bitfreak dot net>
16173
16174         * configure.ac:
16175         * gst/nsf/Makefile.am:
16176         * gst/nsf/dis6502.h:
16177         * gst/nsf/fds_snd.c:
16178         * gst/nsf/fds_snd.h:
16179         * gst/nsf/fmopl.c:
16180         * gst/nsf/fmopl.h:
16181         * gst/nsf/gstnsf.c:
16182         * gst/nsf/gstnsf.h:
16183         * gst/nsf/log.c:
16184         * gst/nsf/log.h:
16185         * gst/nsf/memguard.c:
16186         * gst/nsf/memguard.h:
16187         * gst/nsf/mmc5_snd.c:
16188         * gst/nsf/mmc5_snd.h:
16189         * gst/nsf/nes6502.c:
16190         * gst/nsf/nes6502.h:
16191         * gst/nsf/nes_apu.c:
16192         * gst/nsf/nes_apu.h:
16193         * gst/nsf/nsf.c:
16194         * gst/nsf/nsf.h:
16195         * gst/nsf/osd.h:
16196         * gst/nsf/types.h:
16197         * gst/nsf/vrc7_snd.c:
16198         * gst/nsf/vrc7_snd.h:
16199         * gst/nsf/vrcvisnd.c:
16200         * gst/nsf/vrcvisnd.h:
16201         Added NSF decoder plugin. Fixes 151192. 
16202
16203 2006-07-13  Tim-Philipp Müller  <tim at centricular dot net>
16204
16205         * tests/check/Makefile.am:
16206           Only run mpeg2enc unit test if we built the mpeg2enc plugin.
16207
16208 2006-07-13  Tim-Philipp Müller  <tim at centricular dot net>
16209
16210         * configure.ac:
16211           Don't error out in configure if mjpegtools dev is not there.
16212
16213 2006-07-13  Tim-Philipp Müller  <tim at centricular dot net>
16214
16215         Patch by: Mark Nauwelaerts <manauw at skynet be>
16216
16217         * configure.ac:
16218         * ext/Makefile.am:
16219         * ext/mpeg2enc/Makefile.am:
16220         * ext/mpeg2enc/gstmpeg2enc.cc:
16221         * ext/mpeg2enc/gstmpeg2enc.hh:
16222         * ext/mpeg2enc/gstmpeg2encoder.cc:
16223         * ext/mpeg2enc/gstmpeg2encoder.hh:
16224         * ext/mpeg2enc/gstmpeg2encoptions.cc:
16225         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
16226         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
16227         * ext/mpeg2enc/gstmpeg2encstreamwriter.cc:
16228         * ext/mpeg2enc/gstmpeg2encstreamwriter.hh:
16229           Port mpeg2enc to 0.10 (#343184).
16230
16231         * tests/check/Makefile.am:
16232         * tests/check/elements/.cvsignore:
16233         * tests/check/elements/mpeg2enc.c:
16234           Add unit test for mpeg2enc.
16235
16236         * tests/icles/.cvsignore:
16237           Ignore pitch-test.
16238
16239 2006-07-12  Tim-Philipp Müller  <tim at centricular dot net>
16240
16241         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init):
16242           Fix typo in property nick.
16243
16244 2006-07-10  Wim Taymans  <wim@fluendo.com>
16245
16246         * gst/filter/gstbpwsinc.h:
16247         * gst/filter/gstiir.h:
16248         * gst/filter/gstlpwsinc.h:
16249         Don't forget new files.
16250
16251 2006-07-10  Wim Taymans  <wim@fluendo.com>
16252
16253         Patch by: Mathis Hofer <mathis dot hofer at dreamlab dot net>
16254
16255         * configure.ac:
16256         * gst/filter/Makefile.am:
16257         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_dispose),
16258         (gst_bpwsinc_base_init), (gst_bpwsinc_class_init),
16259         (gst_bpwsinc_init), (bpwsinc_set_caps), (bpwsinc_transform_ip),
16260         (bpwsinc_set_property), (bpwsinc_get_property):
16261         * gst/filter/gstfilter.c: (plugin_init):
16262         * gst/filter/gstfilter.h:
16263         * gst/filter/gstiir.c: (gst_iir_dispose), (gst_iir_base_init),
16264         (gst_iir_class_init), (gst_iir_init), (iir_set_caps),
16265         (iir_transform_ip), (iir_set_property), (iir_get_property):
16266         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_dispose),
16267         (gst_lpwsinc_base_init), (gst_lpwsinc_class_init),
16268         (gst_lpwsinc_init), (lpwsinc_set_caps), (lpwsinc_transform_ip),
16269         (lpwsinc_set_property), (lpwsinc_get_property):
16270         Ported the gstfilter plugin to GStreamer 0.10.
16271         Fixes #346853.
16272
16273 2006-07-10  Wim Taymans  <wim@fluendo.com>
16274
16275         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta):
16276           Extract comment information!!
16277
16278 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
16279
16280         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
16281         (qtdemux_tag_add_date):
16282           Extract year/date information (fixes #347079).
16283
16284 2006-07-07  Wim Taymans  <wim@fluendo.com>
16285
16286         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
16287         Don't crash on twos/sowt/raw audio. #345830.
16288
16289 2006-07-07  Wim Taymans  <wim@fluendo.com>
16290
16291         Patch by: Lutz Mueller <lutz at topfrose dot de>
16292
16293         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
16294         (gst_neonhttp_src_init), (gst_neonhttp_src_finalize),
16295         (request_dispatch), (gst_neonhttp_src_create),
16296         (gst_neonhttp_src_start), (gst_neonhttp_src_get_size),
16297         (gst_neonhttp_src_stop), (set_proxy), (set_uri),
16298         (gst_neonhttp_src_set_property), (gst_neonhttp_src_get_property),
16299         (gst_neonhttp_src_uri_set_uri), (size_header_handler):
16300         * ext/neon/gstneonhttpsrc.h:
16301         Remove unlock function. start/stop will do everything needed
16302         Removed code that was never called.
16303         Use gst_pad_alloc_buffer. Don't send EOS - parent class does that for us.
16304         Do not escape path. Fixes #346723.
16305         Additional code cleanups.
16306
16307 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
16308
16309         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16310         (gst_qtdemux_loop_state_header), (qtdemux_video_caps):
16311           Fix silly crasher in state change function; add
16312           IV41 fourcc (see bug #171111); don't output confusing
16313           debug message when skipping atoms.
16314
16315 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
16316
16317         * ext/directfb/dfbvideosink.c:
16318         * ext/gsm/gstgsmdec.c:
16319         * ext/gsm/gstgsmenc.c:
16320         * ext/libmms/gstmms.c:
16321         * ext/neon/gstneonhttpsrc.c:
16322         * ext/theora/theoradec.c:
16323         * gst/freeze/gstfreeze.c:
16324         * gst/gdp/gstgdpdepay.c:
16325         * gst/gdp/gstgdppay.c:
16326         * sys/glsink/glimagesink.c:
16327           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
16328           and fix one GObject boilerplate macro.
16329
16330 2006-06-20  Wim Taymans  <wim@fluendo.com>
16331
16332         * gst/modplug/libmodplug/stdafx.h:
16333         Fix modplug on AMD64. Fixes #345336.
16334
16335 2006-06-19  Tim-Philipp Müller  <tim at centricular dot net>
16336
16337         * configure.ac:
16338           Fix check so that future libneon API changes won't break the build.
16339
16340         * ext/neon/gstneonhttpsrc.c:
16341           Fix build with libneon-0.26.x (#345182).
16342
16343 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
16344
16345         * configure.ac:
16346           Fix --disable-external (can't set conditionals conditionally,
16347           #343602).
16348           
16349 2006-06-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16350
16351         * gst/spectrum/Makefile.am:
16352         Fix build.
16353
16354 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
16355
16356         * gst/spectrum/demo-audiotest.c: (on_window_destroy),
16357         (draw_spectrum), (message_handler), (main):
16358         * gst/spectrum/demo-osssrc.c: (on_window_destroy), (draw_spectrum),
16359         (message_handler), (main):
16360         port to use message to get results, cleanly exit when closing the window
16361         
16362         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
16363         (gst_spectrum_init), (gst_spectrum_dispose),
16364         (gst_spectrum_set_property), (gst_spectrum_get_property),
16365         (gst_spectrum_set_caps), (gst_spectrum_start),
16366         (gst_spectrum_message_new), (gst_spectrum_transform_ip):
16367         * gst/spectrum/gstspectrum.h:
16368         port to derive from basetransform and send results via messages
16369         (like level element)
16370
16371 2006-06-15  Wim Taymans  <wim@fluendo.com>
16372
16373         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
16374         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie),
16375         (gst_qtdemux_loop), (gst_qtdemux_chain), (qtdemux_parse_trak):
16376         Combine return values from src pad pushes.
16377
16378 2006-06-15  Wim Taymans  <wim@fluendo.com>
16379
16380         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header),
16381         (gst_qtdemux_prepare_current_sample), (gst_qtdemux_advance_sample),
16382         (gst_qtdemux_add_stream):
16383         Don't crash on files with 0 samples, EOS immediatly instead.
16384         Fixes #344944.
16385
16386 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
16387
16388         Patch by: Wouter Paesen  <wouter at kangaroot net>
16389
16390         * ext/soundtouch/Makefile.am:
16391         * ext/soundtouch/gstpitch.cc:
16392           Make pitch element controllable via GstController interface
16393           (#344821).
16394           
16395         * configure.ac:
16396           Up core requirements to 0.10.8.1/CVS because earlier
16397           GstControllers can't handle float properties correctly.
16398           Check for GstController CFLAGS and LIBS.
16399
16400         * tests/icles/Makefile.am:
16401         * tests/icles/pitch-test.c: (main):
16402           Add small test program for the above (welcome to the 80s!).
16403
16404 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
16405
16406         Patch by: Sebastian Dröge  <slomo at circular-chaos org>
16407
16408         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init),
16409         (gst_wavpack_enc_class_init), (gst_wavpack_enc_set_wp_config),
16410         (gst_wavpack_enc_chain), (gst_wavpack_enc_sink_event),
16411         (gst_wavpack_enc_set_property), (gst_wavpack_enc_get_property):
16412         * ext/wavpack/gstwavpackenc.h:
16413           Use bitrate property solely for bitrates and add new
16414           bits-per-sample property for the other stuff. Set duration
16415           to 'unknown' in initial header and resend header with proper
16416           duration on EOS; update Sebastian's e-mail address.
16417
16418 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
16419
16420         * examples/directfb/.cvsignore:
16421         * ext/directfb/.cvsignore:
16422           #define red green
16423
16424 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
16425
16426         * gst/spectrum/.cvsignore:
16427           Ignore more.
16428
16429 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
16430
16431         * ext/libmms/gstmms.c: (gst_mms_create):
16432           Set caps on outgoing buffers.
16433
16434         * sys/directdraw/gstdirectdrawsink.c: (gst_directdrawsink_init):
16435           Comment out unused global instance variable.
16436
16437 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
16438
16439         Patch by: Sebastian Dröge  <mail at slomosnail de>
16440
16441         * ext/wavpack/Makefile.am:
16442         * ext/wavpack/gstwavpack.c: (plugin_init):
16443         * ext/wavpack/gstwavpackcommon.h:
16444         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_mode_get_type),
16445         (gst_wavpack_enc_correction_mode_get_type),
16446         (gst_wavpack_enc_joint_stereo_mode_get_type),
16447         (gst_wavpack_enc_base_init), (gst_wavpack_enc_class_init),
16448         (gst_wavpack_enc_init), (gst_wavpack_enc_dispose),
16449         (gst_wavpack_enc_sink_set_caps), (gst_wavpack_enc_set_wp_config),
16450         (gst_wavpack_enc_format_samples), (gst_wavpack_enc_push_block),
16451         (gst_wavpack_enc_chain), (gst_wavpack_enc_rewrite_first_block),
16452         (gst_wavpack_enc_sink_event), (gst_wavpack_enc_change_state),
16453         (gst_wavpack_enc_set_property), (gst_wavpack_enc_get_property),
16454         (gst_wavpack_enc_plugin_init):
16455         * ext/wavpack/gstwavpackenc.h:
16456         * ext/wavpack/md5.c:
16457         * ext/wavpack/md5.h:
16458           Add wavpack encoder element (#343131).
16459
16460 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
16461
16462         * configure.ac:
16463           Check for X before using X_CFLAGS in the check for opengl (#343866).
16464           
16465         * ext/musepack/Makefile.am:
16466         * ext/wavpack/Makefile.am:
16467         * gst/speed/Makefile.am:
16468           Add missing GST_LIBS, fixes build on cygwin (#343866).
16469
16470 2006-06-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16471
16472         * configure.ac:
16473           enable building of GDP elements
16474         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
16475         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init),
16476         (gst_gdp_pay_init), (gst_gdp_buffer_from_caps),
16477         (gst_gdp_pay_buffer_from_buffer), (gst_gdp_buffer_from_event),
16478         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_sink_event),
16479         (gst_gdp_pay_set_property), (gst_gdp_pay_get_property),
16480         (gst_gdp_pay_change_state):
16481         * gst/gdp/gstgdppay.h:
16482           add version 1.0
16483
16484 2006-06-02  Michael Smith  <msmith@fluendo.com>
16485
16486         * ext/theora/theoradec.c: (theora_dec_src_convert),
16487         (theora_handle_type_packet), (theora_handle_422_image),
16488         (theora_handle_444_image), (theora_handle_420_image),
16489         (theora_handle_data_packet):
16490           Theora 4:4:4 pixel format support.
16491
16492 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16493
16494         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init),
16495         (gst_gdp_pay_init), (gst_gdp_buffer_from_caps),
16496         (gst_gdp_pay_buffer_from_buffer), (gst_gdp_buffer_from_event),
16497         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain),
16498         (gst_gdp_pay_sink_event), (gst_gdp_pay_set_property),
16499         (gst_gdp_pay_get_property):
16500           add crc-header and crc-payload properties
16501           don't error out on some things that are recoverable
16502         * tests/check/elements/gdppay.c: (GST_START_TEST), (gdppay_suite):
16503           add test for crc
16504
16505 2006-06-02  Stefan Kost  <ensonic@users.sf.net>
16506
16507         * ext/alsaspdif/alsaspdifsink.h:
16508         * ext/amrwb/gstamrwbdec.h:
16509         * ext/amrwb/gstamrwbenc.h:
16510         * ext/amrwb/gstamrwbparse.h:
16511         * ext/arts/gst_arts.h:
16512         * ext/artsd/gstartsdsink.h:
16513         * ext/audiofile/gstafparse.h:
16514         * ext/audiofile/gstafsink.h:
16515         * ext/audiofile/gstafsrc.h:
16516         * ext/audioresample/gstaudioresample.h:
16517         * ext/bz2/gstbz2dec.h:
16518         * ext/bz2/gstbz2enc.h:
16519         * ext/dirac/gstdiracdec.h:
16520         * ext/directfb/dfbvideosink.h:
16521         * ext/divx/gstdivxdec.h:
16522         * ext/divx/gstdivxenc.h:
16523         * ext/dts/gstdtsdec.h:
16524         * ext/faac/gstfaac.h:
16525         * ext/gsm/gstgsmdec.h:
16526         * ext/gsm/gstgsmenc.h:
16527         * ext/ivorbis/vorbisenc.h:
16528         * ext/libfame/gstlibfame.h:
16529         * ext/nas/nassink.h:
16530         * ext/neon/gstneonhttpsrc.h:
16531         * ext/polyp/polypsink.h:
16532         * ext/sdl/sdlaudiosink.h:
16533         * ext/sdl/sdlvideosink.h:
16534         * ext/shout/gstshout.h:
16535         * ext/snapshot/gstsnapshot.h:
16536         * ext/sndfile/gstsf.h:
16537         * ext/swfdec/gstswfdec.h:
16538         * ext/tarkin/gsttarkindec.h:
16539         * ext/tarkin/gsttarkinenc.h:
16540         * ext/theora/theoradec.h:
16541         * ext/wavpack/gstwavpackdec.h:
16542         * ext/wavpack/gstwavpackparse.h:
16543         * ext/xine/gstxine.h:
16544         * ext/xvid/gstxviddec.h:
16545         * ext/xvid/gstxvidenc.h:
16546         * gst/cdxaparse/gstcdxaparse.h:
16547         * gst/cdxaparse/gstcdxastrip.h:
16548         * gst/colorspace/gstcolorspace.h:
16549         * gst/festival/gstfestival.h:
16550         * gst/freeze/gstfreeze.h:
16551         * gst/gdp/gstgdpdepay.h:
16552         * gst/gdp/gstgdppay.h:
16553         * gst/modplug/gstmodplug.h:
16554         * gst/mpeg1sys/gstmpeg1systemencode.h:
16555         * gst/mpeg1videoparse/gstmp1videoparse.h:
16556         * gst/mpeg2sub/gstmpeg2subt.h:
16557         * gst/mpegaudioparse/gstmpegaudioparse.h:
16558         * gst/multifilesink/gstmultifilesink.h:
16559         * gst/overlay/gstoverlay.h:
16560         * gst/playondemand/gstplayondemand.h:
16561         * gst/qtdemux/qtdemux.h:
16562         * gst/rtjpeg/gstrtjpegdec.h:
16563         * gst/rtjpeg/gstrtjpegenc.h:
16564         * gst/smooth/gstsmooth.h:
16565         * gst/smoothwave/gstsmoothwave.h:
16566         * gst/spectrum/gstspectrum.h:
16567         * gst/speed/gstspeed.h:
16568         * gst/stereo/gststereo.h:
16569         * gst/switch/gstswitch.h:
16570         * gst/tta/gstttadec.h:
16571         * gst/tta/gstttaparse.h:
16572         * gst/videodrop/gstvideodrop.h:
16573         * gst/xingheader/gstxingmux.h:
16574         * sys/directdraw/gstdirectdrawsink.h:
16575         * sys/directsound/gstdirectsoundsink.h:
16576         * sys/dxr3/dxr3audiosink.h:
16577         * sys/dxr3/dxr3spusink.h:
16578         * sys/dxr3/dxr3videosink.h:
16579         * sys/qcam/gstqcamsrc.h:
16580         * sys/vcd/vcdsrc.h:
16581         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
16582
16583 2006-05-31  Edward Hervey  <edward@fluendo.com>
16584
16585         * ext/faad/gstfaad.h:
16586         Forgot to commit the header file too.
16587
16588 2006-05-31  Edward Hervey  <edward@fluendo.com>
16589
16590         * ext/faad/gstfaad.c: (gst_faad_class_init), (gst_faad_init),
16591         (gst_faad_dispose), (gst_faad_sink_event), (clip_outgoing_buffer),
16592         (gst_faad_chain), (gst_faad_change_state):
16593         Added GstSegment to control segments.
16594         Added clipping/dropping of outgoing buffers in order to have accurate
16595         seeking working properly.
16596
16597 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
16598
16599         Patch by: Lutz Müller  <lutz at topfrose de>
16600
16601         * ext/bz2/Makefile.am:
16602         * ext/bz2/gstbz2dec.c: (gst_bz2dec_chain), (gst_bz2dec_init),
16603         (gst_bz2dec_change_state), (gst_bz2dec_class_init):
16604           Use gst_type_find_helper_* functions for typefinding; use
16605           correct caps with gst_pad_alloc_buffer(); add state change
16606           function and reset decoder in it; don't unref buffer if
16607           pad_push fails; use fixed caps on source pad. (#341524).
16608
16609 2006-05-27  Stefan Kost  <ensonic@users.sf.net>
16610
16611         * gst/spectrum/Makefile.am:
16612         * gst/spectrum/demo-audiotest.c: (on_frequency_changed),
16613         (spectrum_chain), (main):
16614         * gst/spectrum/demo-osssrc.c:
16615         added another example
16616         
16617         * sys/v4l2/gstv4l2src.c:
16618         fix typo
16619
16620 2006-05-26  Edward Hervey  <edward@fluendo.com>
16621
16622         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment): 
16623         Clip the outputed NEWSEGMENT stop time to the configured segment stop
16624         time.
16625
16626 2006-05-26  Wim Taymans  <wim@fluendo.com>
16627
16628         * gst/qtdemux/qtdemux.c: (gst_qtdemux_do_seek):
16629         Don't clear the running variable in the seek code.
16630
16631 2006-05-24  Wim Taymans  <wim@fluendo.com>
16632
16633         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_esds):
16634         Detect QCELP in mp4a descriptors.
16635
16636 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
16637
16638         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak), (plugin_init):
16639           po/POTFILES.in:
16640           Throw an error when the file is encrypted. Move plugin_init stuff
16641           to the end of the file, add stuff for i18n, make debug category
16642           static.
16643
16644 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
16645
16646         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
16647
16648         * configure.ac:
16649         * gst/h264parse/Makefile.am:
16650         * gst/h264parse/gsth264parse.c: (gst_h264_parse_base_init),
16651         (gst_h264_parse_finalize), (gst_h264_parse_class_init),
16652         (gst_h264_parse_init), (gst_h264_parse_chain),
16653         (gst_h264_parse_handle_event), (plugin_init):
16654         * gst/h264parse/gsth264parse.h:
16655           New plugin: h264parse (#340638)
16656
16657 2006-05-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16658
16659         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain),
16660         (gst_gdp_depay_change_state):
16661         * gst/gdp/gstgdpdepay.h:
16662         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset_streamheader),
16663         (gst_gdp_pay_chain), (gst_gdp_pay_sink_event),
16664         (gst_gdp_pay_change_state):
16665         * gst/gdp/gstgdppay.h:
16666           Handle error cases when calling functions
16667           do downwards state change after parent's change_state
16668         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
16669         * tests/check/elements/gdppay.c: (GST_START_TEST):
16670           clean up more
16671
16672 2006-05-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16673
16674         * gst/gdp/Makefile.am:
16675         * gst/gdp/gstgdp.c: (plugin_init):
16676         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_base_init),
16677         (gst_gdp_depay_class_init), (gst_gdp_depay_init),
16678         (gst_gdp_depay_finalize), (gst_gdp_depay_chain),
16679         (gst_gdp_depay_change_state), (gst_gdp_depay_plugin_init):
16680         * gst/gdp/gstgdpdepay.h:
16681         * gst/gdp/gstgdppay.c: (gst_gdp_pay_base_init),
16682         (gst_gdp_pay_class_init), (gst_gdp_pay_init),
16683         (gst_gdp_pay_dispose), (gst_gdp_stamp_buffer),
16684         (gst_gdp_buffer_from_caps), (gst_gdp_pay_buffer_from_buffer),
16685         (gst_gdp_buffer_from_event), (gst_gdp_pay_reset_streamheader),
16686         (gst_gdp_queue_buffer), (gst_gdp_pay_chain),
16687         (gst_gdp_pay_sink_event), (gst_gdp_pay_change_state),
16688         (gst_gdp_pay_plugin_init):
16689         * gst/gdp/gstgdppay.h:
16690         * tests/check/Makefile.am:
16691         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
16692         (cleanup_gdpdepay), (gdpdepay_push_per_byte), (GST_START_TEST),
16693         (setup_gdpdepay_streamheader), (gdpdepay_suite), (main):
16694         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay),
16695         (GST_START_TEST), (setup_gdppay_streamheader), (gdppay_suite),
16696         (main):
16697           adding GDP payloader and depayloader.  Build integration will
16698           follow later when the GDP issues for core are sorted out.
16699
16700 2006-05-21  Stefan Kost  <ensonic@users.sf.net>
16701
16702         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
16703         (gst_spectrum_init), (gst_spectrum_set_sink_caps),
16704         (gst_spectrum_get_sink_caps), (gst_spectrum_chain):
16705           Use boilerplate macro, fix strings to match plugin-moval-requirements
16706
16707 2006-05-21  Stefan Kost  <ensonic@users.sf.net>
16708
16709         * gst/spectrum/Makefile.am:
16710           Link to base libraries
16711
16712         * gst/spectrum/demo-osssrc.c: (main):
16713           use new threshhold property
16714
16715         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
16716         (gst_spectrum_init), (gst_spectrum_dispose),
16717         (gst_spectrum_set_property), (gst_spectrum_set_sink_caps),
16718         (gst_spectrum_get_sink_caps), (gst_spectrum_chain),
16719         (gst_spectrum_change_state):
16720         * gst/spectrum/gstspectrum.h:
16721         Use gst_adapter, support multiple-channels, add threshold property for
16722         result, add docs, fix resulting spectrum range (was including mirrored
16723         results)
16724
16725 2006-05-21  Stefan Kost  <ensonic@users.sf.net>
16726
16727         * configure.ac:
16728         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main):
16729         * gst/spectrum/fix_fft.c: (gst_spectrum_fix_dot):
16730         * gst/spectrum/gstspectrum.c: (gst_spectrum_get_type),
16731         (gst_spectrum_base_init), (gst_spectrum_class_init),
16732         (gst_spectrum_init), (gst_spectrum_dispose),
16733         (gst_spectrum_set_property), (gst_spectrum_chain):
16734         * gst/spectrum/gstspectrum.h:
16735         Initial port of the spectrum element
16736
16737 2006-05-19  Edgard Lima <edgard.lima@indt.org.br>
16738
16739         * sys/v4l2/gstv4l2.c:
16740         * sys/v4l2/gstv4l2object.c:
16741         * sys/v4l2/gstv4l2object.h:
16742         * sys/v4l2/gstv4l2src.c:
16743         * sys/v4l2/gstv4l2xoverlay.c:
16744         Some clean-ups requested by wingo in bug #338818.       
16745
16746 2006-05-19  Michael Smith  <msmith@fluendo.com>
16747
16748         * ext/alsaspdif/alsaspdifsink.c: (alsaspdifsink_base_init),
16749         (alsaspdifsink_class_init), (alsaspdifsink_init),
16750         (alsaspdifsink_dispose), (alsaspdifsink_set_property),
16751         (alsaspdifsink_get_property), (alsaspdifsink_set_caps),
16752         (alsaspdifsink_get_time), (alsaspdifsink_open),
16753         (alsaspdifsink_close), (alsaspdifsink_find_pcm_device),
16754         (alsaspdifsink_write_frame), (alsaspdifsink_event),
16755         (alsaspdifsink_get_times), (alsaspdifsink_current_delay),
16756         (generate_iec958_zero_frame), (alsaspdifsink_render),
16757         (ignore_alsa_err), (alsaspdifsink_change_state), (plugin_init):
16758         * ext/alsaspdif/alsaspdifsink.h:
16759           Use sampling rate from set_caps. Comment out some more unused code.
16760
16761 2006-05-18  Stefan Kost  <ensonic@users.sf.net>
16762
16763         * configure.ac:
16764           Check for X11
16765         * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices):
16766         * sys/v4l2/gstv4l2object.h:
16767         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_iface_supported):
16768         * sys/v4l2/gstv4l2src.h:
16769         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open):
16770         * sys/v4l2/gstv4l2xoverlay.h:
16771           Code cleanups, fix debug macros
16772
16773 2006-05-18  Michael Smith  <msmith@fluendo.com>
16774
16775         * ext/Makefile.am:
16776           Fix distcheck?
16777
16778 2006-05-18  Michael Smith  <msmith@fluendo.com>
16779
16780         * configure.ac:
16781         * ext/Makefile.am:
16782         * ext/alsaspdif/Makefile.am:
16783         * ext/alsaspdif/alsaspdifsink.c: (alsaspdifsink_base_init),
16784         (alsaspdifsink_class_init), (alsaspdifsink_init),
16785         (alsaspdifsink_dispose), (alsaspdifsink_set_property),
16786         (alsaspdifsink_get_property), (alsaspdifsink_provide_clock),
16787         (alsaspdifsink_get_time), (alsaspdifsink_open),
16788         (alsaspdifsink_close), (alsaspdifsink_find_pcm_device),
16789         (alsaspdifsink_write_frame), (alsaspdifsink_event),
16790         (alsaspdifsink_get_times), (alsaspdifsink_current_delay),
16791         (generate_iec958_zero_frame), (alsaspdifsink_render),
16792         (ignore_alsa_err), (alsaspdifsink_change_state), (plugin_init):
16793         * ext/alsaspdif/alsaspdifsink.h:
16794           Add an alsa plugin to output IEC958 frames over S/PDIF
16795
16796 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
16797
16798         * ext/faad/gstfaad.c: (gst_faad_update_caps), (gst_faad_chain):
16799           Remove unused caps cruft from chain function altogether.
16800
16801 2006-05-17  Edward Hervey  <edward@fluendo.com>
16802
16803         * ext/faad/gstfaad.c: (gst_faad_chain): 
16804         There's no guarantee that caps was set to something, and if it did, the
16805         function called to fill that variable actually sets the caps on the
16806         sourcpad, so we call gst_pad_alloc_buffer_and_set_caps() using
16807         GST_PAD_CAPS(faad->srcpad).
16808
16809 2006-05-13  Tim-Philipp Müller  <tim at centricular dot net>
16810
16811         Patch by: Young-Ho Cha  <ganadist chollian net>
16812
16813         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chain),
16814         (gst_faad_change_state):
16815         * ext/faad/gstfaad.h:
16816           If we encounter a decoding error, don't error out immediately,
16817           but try to resync (or see if we have better luck with the next
16818           buffer in case of framed input). Only error out after five
16819           consecutive errors. Fixes #341563.
16820
16821 2006-05-12  Wim Taymans  <wim@fluendo.com>
16822
16823         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init),
16824         (gst_xvidenc_init), (gst_xvidenc_finalize),
16825         (gst_xvidenc_handle_sink_event), (gst_xvidenc_setup),
16826         (gst_xvidenc_setcaps), (gst_xvidenc_encode), (gst_xvidenc_chain),
16827         (gst_xvidenc_flush_buffers), (gst_xvidenc_set_property),
16828         (gst_xvidenc_get_property):
16829         Compile fixes.
16830
16831 2006-05-12  Wim Taymans  <wim@fluendo.com>
16832
16833         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
16834
16835         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_structure_to_csp),
16836         (gst_xvid_csp_to_caps), (gst_xvid_image_get_size),
16837         (gst_xvid_image_fill):
16838         * ext/xvid/gstxvid.h:
16839         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
16840         (gst_xviddec_init), (gst_xviddec_reset), (gst_xviddec_unset),
16841         (gst_xviddec_handle_sink_event), (gst_xviddec_setup),
16842         (gst_xviddec_add_par), (gst_xviddec_negotiate),
16843         (gst_xviddec_decode), (gst_xviddec_chain),
16844         (gst_xviddec_flush_buffers), (gst_xviddec_src_getcaps),
16845         (gst_xviddec_src_link), (gst_xviddec_setcaps),
16846         (gst_xviddec_change_state):
16847         * ext/xvid/gstxviddec.h:
16848         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
16849         (gst_xvidenc_quant_type_get_type), (gst_xvidenc_pass_get_type),
16850         (gst_xvidenc_get_type), (gst_xvidenc_base_init),
16851         (gst_xvidenc_class_init), (gst_xvidenc_init),
16852         (gst_xvidenc_finalize), (gst_xvidenc_handle_sink_event),
16853         (gst_xvidenc_setup), (gst_xvidenc_setcaps), (gst_xvidenc_encode),
16854         (gst_xvidenc_chain), (gst_xvidenc_flush_buffers),
16855         (gst_xvidenc_set_property), (gst_xvidenc_get_property),
16856         (gst_xvidenc_change_state):
16857         * ext/xvid/gstxvidenc.h:
16858         xvid plugin to support more capabilities of XviD codec.
16859         Fixes #339462.
16860         Some more cleanups here and there.
16861
16862 2006-05-11  Edgard Lima <edgard.lima@indt.org.br>
16863
16864         * sys/v4l2/Makefile.am:
16865         * sys/v4l2/gstv4l2.c:
16866         * sys/v4l2/gstv4l2colorbalance.c:
16867         * sys/v4l2/gstv4l2colorbalance.h:
16868         * sys/v4l2/gstv4l2element.c:
16869         * sys/v4l2/gstv4l2element.h:
16870         * sys/v4l2/gstv4l2object.c:
16871         * sys/v4l2/gstv4l2object.h:
16872         * sys/v4l2/gstv4l2src.c:
16873         * sys/v4l2/gstv4l2src.h:
16874         * sys/v4l2/gstv4l2tuner.c:
16875         * sys/v4l2/gstv4l2tuner.h:
16876         * sys/v4l2/gstv4l2xoverlay.c:
16877         * sys/v4l2/gstv4l2xoverlay.h:
16878         * sys/v4l2/v4l2_calls.c:
16879         * sys/v4l2/v4l2_calls.h:
16880         * sys/v4l2/v4l2src_calls.c:
16881         * sys/v4l2/v4l2src_calls.h:
16882         Changes proposed by Wingo in bug #338818.
16883
16884 2006-05-11  Wim Taymans  <wim@fluendo.com>
16885
16886         * gst/qtdemux/qtdemux.c: (qtdemux_parse), (qtdemux_parse_trak),
16887         (gst_qtdemux_handle_esds):
16888         Figure out the real audio type in mp4a boxes by parsing the
16889         optional descriptors in the optional esds box. Promote the
16890         default AAC to mp3 when indicated. Fixes #330632.
16891
16892 2006-05-10  Wim Taymans  <wim@fluendo.com>
16893
16894         * gst/qtdemux/qtdemux.c: (qtdemux_parse), (qtdemux_dump_unknown),
16895         (qtdemux_parse_trak), (gst_qtdemux_handle_esds):
16896         Parse version 2 sample descriptions. Fixes #341231
16897         Don't #define gst_util_dump_mem(), use something more
16898         specific instead to avoid confusion.
16899
16900 2006-05-08  Edgard Lima <edgard.lima@indt.org.br>
16901
16902         * sys/v4l2/gstv4l2src.c:
16903         * sys/v4l2/v4l2src_calls.c:
16904         Fix fourcc name printed out. Patch from Martin Rubli.
16905
16906 2006-05-08  Wim Taymans  <wim@fluendo.com>
16907
16908         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_src_query),
16909         (qtdemux_dump_mvhd):
16910         Don't cause side effects in a debugging function.
16911         Also report duration in push mode since we can.
16912
16913 2006-05-08  Edward Hervey  <edward@fluendo.com>
16914
16915         * autogen.sh: (CONFIGURE_DEF_OPT): 
16916         libtoolize on Darwin/MacOSX is called glibtoolize
16917
16918 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
16919
16920         * ext/amrwb/gstamrwbdec.c:
16921         * ext/amrwb/gstamrwbenc.c:
16922         * ext/sdl/sdlaudiosink.c:
16923         * ext/sdl/sdlvideosink.c:
16924         * ext/wavpack/gstwavpackdec.c:
16925         * ext/xine/xine.c:
16926         * ext/xine/xineaudiodec.c:
16927         * ext/xine/xineaudiosink.c:
16928         * ext/xine/xineinput.c:
16929         * gst/cdxaparse/gstcdxaparse.c:
16930         * gst/freeze/gstfreeze.c:
16931         * sys/v4l2/gstv4l2element.c:
16932         Add semicolons after GST_BOILERPLATE[_FULL] so that
16933         indent doesn't mess up following lines.
16934
16935 2006-05-05  Edgard Lima <edgard.lima@indt.org.br>
16936
16937         * sys/v4l2/gstv4l2element.c:
16938         * sys/v4l2/gstv4l2element.h:
16939         * sys/v4l2/gstv4l2src.c:
16940         * sys/v4l2/gstv4l2src.h:
16941         * sys/v4l2/gstv4l2tuner.c:
16942         * sys/v4l2/gstv4l2tuner.h:
16943         * sys/v4l2/v4l2_calls.c:
16944         * sys/v4l2/v4l2_calls.h:
16945         * sys/v4l2/v4l2src_calls.c:
16946         * sys/v4l2/v4l2src_calls.h:
16947         * tests/icles/v4l2src-test.c:
16948         Some changes proposed by wingo in bug #338818 (but not everything
16949         yet). Patch from Martin Rubli to fix framerate detection.
16950
16951 2006-05-05  Tim-Philipp Müller  <tim at centricular dot net>
16952
16953         * ext/sdl/sdlaudiosink.c: (gst_sdlaudio_sink_prepare):
16954           Use (NULL) instead of just NULL in GST_ELEMENT_ERROR macro.
16955
16956 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
16957
16958         * configure.ac:
16959           Back to CVS
16960
16961 === release 0.10.3 ===
16962
16963 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
16964
16965         * configure.ac:
16966           releasing 0.10.3, "Petition to request permission"
16967
16968 2006-05-04  Julien MOUTTE  <julien@moutte.net>
16969
16970         * tests/icles/Makefile.am: Fix build.
16971
16972 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
16973
16974         * ext/musicbrainz/Makefile.am:
16975           Add GST_PLUGINS_BASE_CFLAGS to CFLAGS for gst/tag/tag.h
16976
16977 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
16978
16979         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
16980         Clean up one piece of logic slightly and remove a 
16981         dead code block.
16982
16983 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
16984
16985         * docs/plugins/Makefile.am:
16986         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
16987         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
16988         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
16989         * docs/plugins/inspect/plugin-musicbrainz.xml:
16990         * ext/musicbrainz/gsttrm.c:
16991         * ext/musicbrainz/gsttrm.h:
16992           Everybody loves docs - add docs for musicbrainz plugin.
16993
16994 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
16995
16996         * ext/Makefile.am:
16997           Add musicbrainz dir to DIST_SUBDIRS as well (fixes distcheck).
16998           
16999 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
17000
17001         * ext/Makefile.am:
17002           Forgot to commit this one.
17003
17004 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
17005
17006         Patch by: James "Doc" Livingston  <doclivingston gmail com>
17007
17008         * configure.ac:
17009         * ext/musicbrainz/Makefile.am:
17010         * ext/musicbrainz/gsttrm.c: (gst_trm_base_init),
17011         (gst_trm_class_init), (gst_trm_init), (gst_trm_setcaps),
17012         (gst_trm_chain), (gst_trm_emit_signature), (gst_trm_set_property),
17013         (gst_trm_get_property), (gst_trm_change_state), (plugin_init):
17014         * ext/musicbrainz/gsttrm.h:
17015           Port MusicBrainz TRM plugin (#336898).
17016
17017 2006-05-03  Michael Smith  <msmith@fluendo.com>
17018
17019         * ext/faad/gstfaad.c: (gst_faad_setcaps),
17020         (looks_like_valid_header), (gst_faad_chain):
17021           Fix #334748: use fake_codec_data if the first bytes of the first
17022           buffer we process doesn't look like plausible AAC data (e.g.
17023           reserved values for rate, or channels). Fixes playback of Apple's
17024           movie trailers.
17025
17026 2006-05-02  Edgard Lima <edgard.lima@indt.org.br>
17027
17028         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_caps):
17029         Fix get_caps func to work when no framerate is available and the caps
17030         isn't simple.
17031
17032 2006-05-01  Edgard Lima <edgard.lima@indt.org.br>
17033
17034         * sys/v4l2/Makefile.am:
17035         * sys/v4l2/gstv4l2colorbalance.c:
17036         * sys/v4l2/gstv4l2xoverlay.c:
17037         * sys/v4l2/v4l2_calls.c:
17038         * tests/icles/Makefile.am:
17039         * tests/icles/v4l2src-test.c:
17040         Few improvements to move to good.
17041
17042 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17043
17044         * configure.ac:
17045         * docs/plugins/Makefile.am:
17046         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
17047         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
17048         * docs/plugins/inspect/plugin-taglib.xml:
17049         * ext/Makefile.am:
17050         * ext/taglib/Makefile.am:
17051         * ext/taglib/gstid3v2mux.cc:
17052         * ext/taglib/gstid3v2mux.h:
17053         * ext/taglib/gsttaglib.cc:
17054         * ext/taglib/gsttaglib.h:
17055         * tests/check/Makefile.am:
17056         * tests/check/elements/tagid3v2mux.c:
17057           moved to good.  Closes #336110
17058
17059 2006-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17060
17061         * docs/plugins/Makefile.am:
17062         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
17063         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
17064         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
17065         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
17066         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
17067           Fix up docs for taglib plugin
17068           Also scan .cc files
17069
17070 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
17071
17072         * ext/taglib/gsttaglib.cc:
17073           Post an error message on the bus in the (extremely unlikely)
17074           case of an error.
17075
17076 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
17077
17078         * ext/taglib/Makefile.am:
17079         * ext/taglib/gstid3v2mux.cc:
17080         * ext/taglib/gstid3v2mux.h:
17081         * ext/taglib/gsttaglib.cc:
17082         * ext/taglib/gsttaglib.h:
17083           Split the actual ID3v2 tag rendering code into
17084           its own subclass.
17085
17086 2006-04-29  Sebastien Moutte  <sebastien@moutte.net>
17087
17088         * ext/neon/gstneonhttpsrc.c:
17089         * ext/neon/gstneonhttpsrc.h:
17090           added iradio-mode support as in gnomevfssrc to enable 
17091           connections with icydemux that will send title tag messages on 
17092           shoutcast/icecast streams. I've also added iradio properties
17093           iradio-name, iradio-genre, iradio-url.
17094           added user-agent property because some shoutcast streams don't return 
17095           data if the GET requests don't have a User-Agent.
17096         * win32/common/libgstneon.dsp:
17097           use debug version of libneon in debug mode
17098 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
17099
17100         * configure.ac:
17101         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
17102         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
17103         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
17104         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
17105         * sys/Makefile.am:
17106         * sys/ximagesrc/Makefile.am:
17107         * sys/ximagesrc/ximagesrc.c:
17108         * sys/ximagesrc/ximagesrc.h:
17109         * sys/ximagesrc/ximageutil.c:
17110         * sys/ximagesrc/ximageutil.h:
17111         * tests/Makefile.am:
17112         * tests/icles/.cvsignore:
17113         * tests/icles/Makefile.am:
17114         * tests/icles/ximagesrc-test.c:
17115           moved ximagesrc to good (See #336756)
17116
17117 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
17118
17119         * ext/faad/gstfaad.c: (gst_faad_init), (aac_rate_idx),
17120         (gst_faad_setcaps), (gst_faad_chain), (gst_faad_open_decoder),
17121         (gst_faad_close_decoder), (gst_faad_change_state):
17122         * ext/faad/gstfaad.h:
17123           If we run into a decoding error, try re-opening the decoder
17124           with faacDecInit2() using fake codec data created from the
17125           data the demuxer gave us. Should fix a whole bunch of
17126           GStreamer-faad problems incl. 'channel coupling not
17127           implemented', 'maximum number of scalefactor bands exceeded'
17128           etc. (#173007, #332892).
17129
17130 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
17131
17132         * ext/amrwb/gstamrwbdec.c:
17133         * ext/amrwb/gstamrwbenc.c:
17134         * ext/amrwb/gstamrwbparse.c:
17135         * ext/arts/gst_arts.c:
17136         * ext/artsd/gstartsdsink.c:
17137         * ext/audiofile/gstafparse.c:
17138         * ext/audiofile/gstafsink.c:
17139         * ext/audiofile/gstafsrc.c:
17140         * ext/audioresample/gstaudioresample.c:
17141         * ext/bz2/gstbz2dec.c:
17142         * ext/bz2/gstbz2enc.c:
17143         * ext/cdaudio/gstcdaudio.c:
17144         * ext/directfb/dfbvideosink.c:
17145         * ext/divx/gstdivxdec.c:
17146         * ext/divx/gstdivxenc.c:
17147         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
17148         * ext/faac/gstfaac.c: (gst_faac_base_init):
17149         * ext/faad/gstfaad.c:
17150         * ext/gsm/gstgsmdec.c:
17151         * ext/gsm/gstgsmenc.c:
17152         * ext/hermes/gsthermescolorspace.c:
17153         * ext/ivorbis/vorbisfile.c:
17154         * ext/lcs/gstcolorspace.c:
17155         * ext/libfame/gstlibfame.c:
17156         * ext/libmms/gstmms.c: (gst_mms_base_init):
17157         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_base_init):
17158         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
17159         * ext/nas/nassink.c: (gst_nassink_base_init):
17160         * ext/neon/gstneonhttpsrc.c:
17161         * ext/sdl/sdlaudiosink.c:
17162         * ext/sdl/sdlvideosink.c:
17163         * ext/shout/gstshout.c:
17164         * ext/snapshot/gstsnapshot.c:
17165         * ext/sndfile/gstsf.c:
17166         * ext/swfdec/gstswfdec.c:
17167         * ext/tarkin/gsttarkindec.c:
17168         * ext/tarkin/gsttarkinenc.c:
17169         * ext/theora/theoradec.c:
17170         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
17171         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init):
17172         * ext/xvid/gstxviddec.c:
17173         * ext/xvid/gstxvidenc.c:
17174         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxa_parse_base_init):
17175         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_base_init):
17176         * gst/chart/gstchart.c:
17177         * gst/colorspace/gstcolorspace.c:
17178         * gst/deinterlace/gstdeinterlace.c:
17179         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_base_init):
17180         * gst/festival/gstfestival.c:
17181         * gst/filter/gstbpwsinc.c:
17182         * gst/filter/gstiir.c:
17183         * gst/filter/gstlpwsinc.c:
17184         * gst/freeze/gstfreeze.c:
17185         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
17186         * gst/librfb/gstrfbsrc.c:
17187         * gst/mixmatrix/mixmatrix.c:
17188         * gst/mpeg1sys/gstmpeg1systemencode.c:
17189         * gst/mpeg1videoparse/gstmp1videoparse.c:
17190         * gst/mpeg2sub/gstmpeg2subt.c:
17191         * gst/mpegaudioparse/gstmpegaudioparse.c:
17192         * gst/multifilesink/gstmultifilesink.c:
17193         * gst/overlay/gstoverlay.c:
17194         * gst/passthrough/gstpassthrough.c:
17195         * gst/playondemand/gstplayondemand.c:
17196         * gst/qtdemux/qtdemux.c:
17197         * gst/rtjpeg/gstrtjpegdec.c:
17198         * gst/rtjpeg/gstrtjpegenc.c:
17199         * gst/smooth/gstsmooth.c:
17200         * gst/smoothwave/gstsmoothwave.c:
17201         * gst/spectrum/gstspectrum.c:
17202         * gst/speed/gstspeed.c:
17203         * gst/stereo/gststereo.c:
17204         * gst/switch/gstswitch.c:
17205         * gst/tta/gstttadec.c: (gst_tta_dec_base_init):
17206         * gst/tta/gstttaparse.c: (gst_tta_parse_base_init):
17207         * gst/vbidec/gstvbidec.c:
17208         * gst/videocrop/gstvideocrop.c:
17209         * gst/videodrop/gstvideodrop.c:
17210         * gst/virtualdub/gstxsharpen.c:
17211         * gst/xingheader/gstxingmux.c: (gst_xing_mux_base_init):
17212         * gst/y4m/gsty4mencode.c:
17213         * sys/cdrom/gstcdplayer.c:
17214         * sys/directdraw/gstdirectdrawsink.c:
17215         * sys/directsound/gstdirectsoundsink.c:
17216         * sys/glsink/glimagesink.c:
17217         * sys/qcam/gstqcamsrc.c:
17218         * sys/v4l2/gstv4l2src.c:
17219         * sys/vcd/vcdsrc.c: (gst_vcdsrc_base_init):
17220         * sys/ximagesrc/ximagesrc.c:
17221           Define GstElementDetails as const and also static (when defined as
17222           global)
17223
17224 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
17225
17226         * ext/musepack/gstmusepackdec.c:
17227         (gst_musepackdec_handle_seek_event), (gst_musepackdec_loop):
17228           Add support for segment seeks.
17229
17230 2006-04-20  Edgard Lima  <edgard.lima@indt.org.br>
17231
17232         * sys/v4l2/gstv4l2src.c:
17233         Added a couple of ifdefs to make it compile with other kernels.
17234         
17235 2006-04-20  Wim Taymans  <wim@fluendo.com>
17236
17237         Patch by: j^ <j at bootlab dot org>
17238
17239         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
17240         (qtdemux_video_caps):
17241         Never treat video streams as an audio stream.
17242         Add qtdrw mime type.
17243         Fixes #339041
17244
17245 2006-04-19  Wim Taymans  <wim@fluendo.com>
17246
17247         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
17248         For VBR audio, don't try to calculate the samples_per_frame.
17249         Fixes #338935.
17250
17251 2006-04-13  Edgard Lima  <edgard.lima@indt.org.br>
17252
17253         * sys/v4l2/gstv4l2src.c:
17254         Just added a gtk-doc comment.
17255
17256 2006-04-17  Michael Smith  <msmith@fluendo.com>
17257
17258         * ext/theora/theoradec.c: (theora_dec_src_convert),
17259         (theora_handle_type_packet), (theora_handle_422_image),
17260         (theora_handle_420_image), (theora_handle_data_packet):
17261         * ext/theora/theoradec.h:
17262           Apply fix from j^ for API change in libtheoradec.
17263
17264           Implement 4:2:2 pixel format. Untested at the moment.
17265
17266 2006-04-14  Tim-Philipp Müller  <tim at centricular dot net>
17267
17268         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_init),
17269         (gst_musepack_stream_init):
17270           Fix track/album peak tag values; use GST_DEBUG_FUNCPTR and
17271           gst_pad_new_from_static_template().
17272
17273 2006-04-13  Edgard Lima  <edgard.lima@indt.org.br>
17274
17275         * sys/v4l2/gstv4l2src.c: (gst_v4l2element_class_init),
17276         (gst_v4l2src_dispose):
17277         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_buffer_new):
17278         Fixed some memory leaks.
17279
17280 2006-04-12  Edgard Lima  <edgard.lima@indt.org.br>
17281
17282         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read):
17283         Fix to work in read mode.
17284
17285 2006-04-10  Wim Taymans  <wim@fluendo.com>
17286
17287         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
17288         Fix parsing of newer stsd chunks again.
17289
17290 2006-04-10  Wim Taymans  <wim@fluendo.com>
17291
17292         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
17293         (qtdemux_parse_trak):
17294         Fix framerate calculation.
17295
17296 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
17297
17298         * ext/swfdec/gstswfdec.c: (gst_swfdecbuffer_class_init):
17299           Fix build (class_init declaration/definition mismatch).
17300
17301 2006-04-10  Wim Taymans  <wim@fluendo.com>
17302
17303         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
17304         force mono 8000 Hz on AMR samples.
17305
17306 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
17307
17308         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_start):
17309           remove atoll by using g_ascii_strtoull (atoll is not supported on WIN32)
17310         * sys/directdraw/gstdirectdrawsink.c:
17311         * sys/directsound/gstdirectsoundsink.c:
17312           done some cleans in sources
17313         * win32/vs6:
17314           add project files for neon, qtdemux
17315           
17316 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17317
17318         * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_class_init):
17319         * ext/amrwb/gstamrwbenc.c: (gst_amrwbenc_class_init):
17320         * ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_class_init):
17321         * ext/arts/gst_arts.c: (gst_arts_class_init):
17322         * ext/artsd/gstartsdsink.c: (gst_artsdsink_class_init):
17323         * ext/audiofile/gstafsink.c: (gst_afsink_class_init):
17324         * ext/audiofile/gstafsrc.c: (gst_afsrc_class_init):
17325         * ext/audioresample/gstaudioresample.c:
17326         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
17327         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_class_init):
17328         * ext/divx/gstdivxdec.c: (gst_divxdec_class_init):
17329         * ext/hermes/gsthermescolorspace.c:
17330         (gst_hermes_colorspace_class_init):
17331         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_class_init):
17332         * ext/jack/gstjack.c: (gst_jack_class_init):
17333         * ext/jack/gstjackbin.c: (gst_jack_bin_class_init):
17334         * ext/lcs/gstcolorspace.c: (gst_colorspace_class_init):
17335         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init):
17336         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
17337         * ext/nas/nassink.c: (gst_nassink_class_init):
17338         * ext/shout/gstshout.c: (gst_icecastsend_class_init):
17339         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
17340         * ext/sndfile/gstsf.c: (gst_sf_class_init):
17341         * ext/swfdec/gstswfdec.c: (gst_swfdecbuffer_class_init),
17342         (gst_swfdec_class_init):
17343         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_class_init):
17344         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_class_init):
17345         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_class_init):
17346         * gst/chart/gstchart.c: (gst_chart_class_init):
17347         * gst/colorspace/gstcolorspace.c: (gst_colorspace_class_init):
17348         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_class_init):
17349         * gst/festival/gstfestival.c: (gst_festival_class_init):
17350         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init):
17351         * gst/filter/gstiir.c: (gst_iir_class_init):
17352         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init):
17353         * gst/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init):
17354         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_class_init):
17355         * gst/mpeg1sys/gstmpeg1systemencode.c:
17356         (gst_system_encode_class_init):
17357         * gst/mpeg1videoparse/gstmp1videoparse.c:
17358         (gst_mp1videoparse_class_init):
17359         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_class_init):
17360         * gst/mpegaudioparse/gstmpegaudioparse.c:
17361         (gst_mp3parse_class_init):
17362         * gst/overlay/gstoverlay.c: (gst_overlay_class_init):
17363         * gst/passthrough/gstpassthrough.c: (passthrough_class_init):
17364         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init):
17365         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_class_init):
17366         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_class_init):
17367         * gst/smooth/gstsmooth.c: (gst_smooth_class_init):
17368         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init):
17369         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init):
17370         * gst/stereo/gststereo.c: (gst_stereo_class_init):
17371         * gst/switch/gstswitch.c: (gst_switch_class_init):
17372         * gst/tta/gstttadec.c: (gst_tta_dec_class_init):
17373         * gst/tta/gstttaparse.c: (gst_tta_parse_class_init):
17374         * gst/vbidec/gstvbidec.c: (gst_vbidec_class_init):
17375         * gst/videocrop/gstvideocrop.c: (gst_video_crop_class_init):
17376         * gst/virtualdub/gstxsharpen.c: (gst_xsharpen_class_init):
17377         * gst/y4m/gsty4mencode.c: (gst_y4mencode_class_init):
17378         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
17379         * sys/directsound/gstdirectsoundsink.c:
17380         (gst_directsoundsink_class_init):
17381         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_class_init):
17382         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
17383         * sys/dxr3/dxr3videosink.c: (dxr3videosink_class_init):
17384         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_class_init):
17385         * sys/v4l2/gstv4l2colorbalance.c:
17386         (gst_v4l2_color_balance_channel_class_init):
17387         * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_channel_class_init),
17388         (gst_v4l2_tuner_norm_class_init):
17389         * sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_class_init):
17390         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
17391
17392 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17393
17394         * gst/colorspace/gstcolorspace.h:
17395         * gst/deinterlace/gstdeinterlace.h:
17396         * gst/passthrough/gstpassthrough.h:
17397         * gst/y4m/gsty4mencode.h:
17398         Fix more broken GObject macros
17399
17400 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17401
17402         * ext/xine/gstxine.h:
17403         * gst-libs/gst/play/play.h:
17404         * sys/v4l2/gstv4l2element.h:
17405         * sys/ximagesrc/ximageutil.h:
17406         Fix broken GObject macros
17407
17408 2006-04-08  Wim Taymans  <wim@fluendo.com>
17409
17410         * gst/qtdemux/qtdemux.c: (gst_qtdemux_prepare_current_sample),
17411         (gst_qtdemux_chain), (gst_qtdemux_add_stream), (qtdemux_dump_stsz),
17412         (qtdemux_dump_stco), (qtdemux_parse_trak):
17413         Don't make rounding errors in timestamp/duration calculations.
17414         Fix timestamps for AMR and IMA4.  Fixes (#337436).
17415         Create a dummy segment even when there is no edit list.
17416
17417 2006-04-07  Julien MOUTTE  <julien@moutte.net>
17418
17419         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt: Updates.
17420         * examples/directfb/Makefile.am: Add example resource files to
17421         dist.
17422
17423 2006-04-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17424
17425         * ext/amrwb/amrwb-code/Makefile.am:
17426         * sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_recalc),
17427         (gst_ximagesrc_create), (gst_ximagesrc_set_property):
17428         Typo fix, s/XFree86/X11 and added doc blurb saying that it fixates to
17429         25fps
17430
17431 2006-04-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17432
17433         * tests/icles/ximagesrc-test.c: (main):
17434         Actually assert that pipeline goes to playing
17435
17436 2006-04-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17437
17438         * sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_recalc),
17439         (composite_pixel), (gst_ximagesrc_ximage_get),
17440         (gst_ximagesrc_create), (gst_ximagesrc_set_property):
17441         Fix typo, C++ style comments and other small cleanups
17442         
17443 2006-04-06  Wim Taymans  <wim@fluendo.com>
17444
17445         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
17446         (gst_qtdemux_handle_src_query), (gst_qtdemux_find_index),
17447         (gst_qtdemux_find_keyframe), (gst_qtdemux_find_segment),
17448         (gst_qtdemux_move_stream), (gst_qtdemux_perform_seek),
17449         (gst_qtdemux_do_seek), (gst_qtdemux_change_state),
17450         (gst_qtdemux_activate_segment),
17451         (gst_qtdemux_prepare_current_sample), (gst_qtdemux_advance_sample),
17452         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop),
17453         (qtdemux_parse_trak):
17454         Added full edit list support.
17455         Avoid overflows in prologue image detection code.
17456         Avoid roundoff errors in timestamp calculations.
17457
17458 2006-04-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17459
17460         * configure.ac:
17461           clean up so report properly on missing stuff
17462           fix modplug detection
17463
17464 2006-04-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17465
17466         * ext/Makefile.am:
17467         * ext/amrwb/amrwb-code/Makefile.am:
17468           don't dist amr wb source code
17469
17470 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
17471
17472         Patch by: j^  <j at bootlab dot org>
17473
17474         * ext/amrwb/gstamrwbdec.c:
17475         * ext/amrwb/gstamrwbenc.c:
17476         * ext/amrwb/gstamrwbparse.c:
17477         * ext/arts/gst_arts.c:
17478         * ext/artsd/gstartsdsink.c:
17479         * ext/audiofile/gstafparse.c:
17480         * ext/audiofile/gstafsink.c:
17481         * ext/audiofile/gstafsrc.c:
17482         * ext/cdaudio/gstcdaudio.c:
17483         * ext/directfb/dfbvideosink.c:
17484         * ext/divx/gstdivxdec.c:
17485         * ext/divx/gstdivxenc.c:
17486         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
17487         * ext/faac/gstfaac.c: (gst_faac_base_init):
17488         * ext/faad/gstfaad.c:
17489         * ext/gsm/gstgsmdec.c:
17490         * ext/gsm/gstgsmenc.c:
17491         * ext/hermes/gsthermescolorspace.c:
17492         * ext/ivorbis/vorbisfile.c:
17493         * ext/lcs/gstcolorspace.c:
17494         * ext/libfame/gstlibfame.c:
17495         * ext/libmms/gstmms.c: (gst_mms_base_init):
17496         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
17497         * ext/nas/nassink.c: (gst_nassink_base_init):
17498         * ext/neon/gstneonhttpsrc.c:
17499         * ext/polyp/polypsink.c: (gst_polypsink_base_init):
17500         * ext/sdl/sdlaudiosink.c:
17501         * ext/sdl/sdlvideosink.c:
17502         * ext/shout/gstshout.c:
17503         * ext/snapshot/gstsnapshot.c:
17504         * ext/sndfile/gstsf.c:
17505         * ext/tarkin/gsttarkindec.c:
17506         * ext/tarkin/gsttarkinenc.c:
17507         * ext/theora/theoradec.c:
17508         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
17509         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init):
17510         * ext/xvid/gstxviddec.c:
17511         * ext/xvid/gstxvidenc.c:
17512         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxa_parse_base_init):
17513         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_base_init):
17514         * gst/chart/gstchart.c:
17515         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_base_init):
17516         * gst/festival/gstfestival.c:
17517         * gst/filter/gstiir.c:
17518         * gst/filter/gstlpwsinc.c:
17519         * gst/freeze/gstfreeze.c:
17520         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
17521         * gst/mixmatrix/mixmatrix.c:
17522         * gst/mpeg1sys/gstmpeg1systemencode.c:
17523         * gst/mpeg1videoparse/gstmp1videoparse.c:
17524         * gst/mpeg2sub/gstmpeg2subt.c:
17525         * gst/mpegaudioparse/gstmpegaudioparse.c:
17526         * gst/multifilesink/gstmultifilesink.c:
17527         * gst/overlay/gstoverlay.c:
17528         * gst/passthrough/gstpassthrough.c:
17529         * gst/playondemand/gstplayondemand.c:
17530         * gst/qtdemux/qtdemux.c:
17531         * gst/rtjpeg/gstrtjpegdec.c:
17532         * gst/rtjpeg/gstrtjpegenc.c:
17533         * gst/smooth/gstsmooth.c:
17534         * gst/tta/gstttadec.c: (gst_tta_dec_base_init):
17535         * gst/tta/gstttaparse.c: (gst_tta_parse_base_init):
17536         * gst/videocrop/gstvideocrop.c:
17537         * gst/videodrop/gstvideodrop.c:
17538         * gst/virtualdub/gstxsharpen.c:
17539         * gst/xingheader/gstxingmux.c: (gst_xing_mux_base_init):
17540         * gst/y4m/gsty4mencode.c:
17541           Unify the long descriptions in the plugin details (#337263).
17542
17543 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
17544
17545         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
17546         (gst_neonhttp_src_set_property), (gst_neonhttp_src_get_property):
17547           Add back "uri" property and mark it as deprecated; undoes
17548           API/ABI breakage from 2006-02-24.
17549
17550 2006-04-05  Wim Taymans  <wim@fluendo.com>
17551
17552         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
17553         (gst_qtdemux_do_seek), (gst_qtdemux_loop_state_movie),
17554         (gst_qtdemux_loop):
17555         Use duration as segment stop position if none is
17556         explicitly configured.
17557         Also perform EOS when we run past the segment stop.
17558
17559 2006-04-04  Wim Taymans  <wim@fluendo.com>
17560
17561         * gst/qtdemux/qtdemux.c: (gst_qtdemux_go_back),
17562         (gst_qtdemux_perform_seek), (gst_qtdemux_do_seek),
17563         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop),
17564         (gst_qtdemux_chain), (qtdemux_parse_tree), (qtdemux_parse_trak):
17565         More cleanups, added comments.
17566         Mark discontinuities on outgoing buffers.
17567         Post better errors when something goes wrong.
17568         Handle EOS and segment end properly.
17569
17570 2006-04-04  Wim Taymans  <wim@fluendo.com>
17571
17572         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
17573         (gst_qtdemux_push_event), (gst_qtdemux_go_back),
17574         (gst_qtdemux_perform_seek), (gst_qtdemux_do_seek),
17575         (gst_qtdemux_handle_src_event), (plugin_init),
17576         (gst_qtdemux_change_state), (gst_qtdemux_loop_state_movie),
17577         (gst_qtdemux_loop), (gst_qtdemux_chain),
17578         (qtdemux_sink_activate_pull), (gst_qtdemux_add_stream),
17579         (qtdemux_parse), (qtdemux_parse_tree), (qtdemux_parse_trak),
17580         (qtdemux_parse_udta), (qtdemux_tag_add_str), (qtdemux_tag_add_num),
17581         (qtdemux_tag_add_gnre), (gst_qtdemux_handle_esds):
17582         * gst/qtdemux/qtdemux.h:
17583         Handle stss boxes so we can mark and find keyframes.
17584         Implement correct accurate and keyframe seeking.
17585         Use _DEBUG_OBJECT when possible.
17586         Fixes #332155
17587
17588 2006-04-03  Tim-Philipp Müller  <tim at centricular dot net>
17589
17590         * tests/check/Makefile.am:
17591           Only run the id3v2mux check if taglib is available and
17592           the taglib plugin has been built.
17593
17594 2006-04-03  Tim-Philipp Müller  <tim at centricular dot net>
17595
17596         * ext/swfdec/Makefile.am:
17597           Don't set plugindir.
17598
17599         * ext/swfdec/gstswfdec.c:
17600           GST_PLUGIN_DEFINE_STATIC isn't a good idea for installed plugins.
17601
17602 2006-04-03  Tim-Philipp Müller  <tim at centricular dot net>
17603
17604         * configure.ac:
17605           Add AX_CREATE_STDINT_H to create _stdint.h, needed by
17606           the dts plugin.
17607
17608 2006-04-03  Tim-Philipp Müller  <tim at centricular dot net>
17609
17610         * ext/soundtouch/gstpitch.cc:
17611         * ext/theora/theoradec.c:
17612         * gst/modplug/gstmodplug.cc:
17613           GST_ORIGIN => GST_PACKAGE_ORIGIN
17614           GST_PACKAGE => GST_PACKAGE_NAME
17615
17616 2006-04-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17617
17618         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
17619         * docs/plugins/inspect/plugin-bz2.xml:
17620         * docs/plugins/inspect/plugin-cdxaparse.xml:
17621         * docs/plugins/inspect/plugin-freeze.xml:
17622         * docs/plugins/inspect/plugin-glimagesink.xml:
17623         * docs/plugins/inspect/plugin-modplug.xml:
17624         * docs/plugins/inspect/plugin-neon.xml:
17625         * docs/plugins/inspect/plugin-sdl.xml:
17626         * docs/plugins/inspect/plugin-video4linux2.xml:
17627         * docs/plugins/inspect/plugin-ximagesrc.xml:
17628         * docs/plugins/inspect/plugin-xingheader.xml:
17629           add more plugins to docs
17630
17631 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17632
17633         * sys/dxr3/ac3_padder.h:
17634           fix up doc strings
17635         * docs/plugins/Makefile.am:
17636         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
17637         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
17638         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
17639         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
17640         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
17641         * docs/plugins/inspect/plugin-qtdemux.xml:
17642         * docs/plugins/inspect/plugin-speed.xml:
17643         * docs/plugins/inspect/plugin-taglib.xml:
17644         * docs/plugins/inspect/plugin-tta.xml:
17645           commit updates
17646         * configure.ac:
17647         * ext/taglib/gsttaglib.cc:
17648         * tests/Makefile.am:
17649         * tests/check/.cvsignore:
17650         * tests/check/Makefile.am:
17651         * tests/check/elements/.cvsignore:
17652         * tests/check/elements/tagid3v2mux.c:
17653         (test_taglib_id3mux_create_tags), (test_taglib_id3mux_check_tags),
17654         (fill_mp3_buffer), (got_buffer), (demux_pad_added),
17655         (test_taglib_id3mux_check_output_buffer),
17656         (test_taglib_id3mux_with_tags), (GST_START_TEST),
17657         (tagid3v2mux_suite), (main):
17658            add the tagid3v2mux check from #336110
17659
17660 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17661
17662         * configure.ac:
17663           rework like the other configure.ac files
17664         * Makefile.am:
17665         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
17666         * ext/amrwb/gstamrwb.c:
17667         * ext/arts/gst_arts.c:
17668         * ext/artsd/gstartsdsink.c:
17669         * ext/audiofile/gstaf.c:
17670         * ext/audioresample/gstaudioresample.c:
17671         * ext/bz2/gstbz2.c:
17672         * ext/cdaudio/gstcdaudio.c:
17673         * ext/directfb/dfbvideosink.c:
17674         * ext/dts/gstdtsdec.c:
17675         * ext/faac/gstfaac.c:
17676         * ext/faad/gstfaad.c:
17677         * ext/hermes/gsthermescolorspace.c:
17678         * ext/ivorbis/vorbis.c:
17679         * ext/jack/gstjack.c:
17680         * ext/lcs/gstcolorspace.c:
17681         * ext/musepack/gstmusepackdec.c:
17682         * ext/musicbrainz/gsttrm.c:
17683         * ext/nas/nassink.c:
17684         * ext/sdl/gstsdl.c:
17685         * ext/snapshot/gstsnapshot.c:
17686         * ext/sndfile/gstsf.c:
17687         * ext/swfdec/gstswfdec.c:
17688         * ext/tarkin/gsttarkin.c:
17689         * ext/xine/xine.c:
17690         * ext/xvid/gstxvid.c:
17691         * gst/cdxaparse/gstcdxaparse.c:
17692         * gst/chart/gstchart.c:
17693         * gst/colorspace/gstcolorspace.c:
17694         * gst/deinterlace/gstdeinterlace.c:
17695         * gst/equalizer/gstiirequalizer.c:
17696         * gst/festival/gstfestival.c:
17697         * gst/filter/gstfilter.c:
17698         * gst/freeze/gstfreeze.c:
17699         * gst/games/gstpuzzle.c:
17700         * gst/librfb/gstrfbsrc.c:
17701         * gst/mixmatrix/mixmatrix.c:
17702         * gst/mpeg1sys/gstmpeg1systemencode.c:
17703         * gst/mpeg1videoparse/gstmp1videoparse.c:
17704         * gst/mpeg2sub/gstmpeg2subt.c:
17705         * gst/mpegaudioparse/gstmpegaudioparse.c:
17706         * gst/multifilesink/gstmultifilesink.c:
17707         * gst/overlay/gstoverlay.c:
17708         * gst/passthrough/gstpassthrough.c:
17709         * gst/playondemand/gstplayondemand.c:
17710         * gst/qtdemux/qtdemux.c:
17711         * gst/rtjpeg/gstrtjpeg.c:
17712         * gst/smooth/gstsmooth.c:
17713         * gst/smoothwave/gstsmoothwave.c:
17714         * gst/spectrum/gstspectrum.c:
17715         * gst/speed/gstspeed.c:
17716         * gst/stereo/gststereo.c:
17717         * gst/switch/gstswitch.c:
17718         * gst/vbidec/gstvbidec.c:
17719         * gst/videocrop/gstvideocrop.c:
17720         * gst/videodrop/gstvideodrop.c:
17721         * gst/virtualdub/gstvirtualdub.c:
17722         * gst/xingheader/gstxingmux.c:
17723         * gst/y4m/gsty4mencode.c:
17724         * sys/cdrom/gstcdplayer.c:
17725         * sys/directdraw/gstdirectdrawplugin.c:
17726         * sys/directsound/gstdirectsoundplugin.c:
17727         * sys/dxr3/dxr3init.c:
17728         * sys/glsink/glimagesink.c:
17729         * sys/qcam/gstqcamsrc.c:
17730         * sys/v4l2/gstv4l2.c:
17731         * sys/vcd/vcdsrc.c:
17732         * sys/ximagesrc/ximagesrc.c:
17733           update to use correct defines
17734         * po/POTFILES.in:
17735         * po/af.po:
17736         * po/az.po:
17737         * po/cs.po:
17738         * po/en_GB.po:
17739         * po/hu.po:
17740         * po/it.po:
17741         * po/nb.po:
17742         * po/nl.po:
17743         * po/or.po:
17744         * po/sq.po:
17745         * po/sr.po:
17746         * po/sv.po:
17747         * po/uk.po:
17748         * po/vi.po:
17749           v4l2 has translations, pick them up
17750
17751 2006-03-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17752
17753         * sys/ximagesrc/ximagesrc.c: 
17754           Add docs to ximagesrc
17755
17756 2006-03-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17757
17758         * sys/ximagesrc/ximagesrc.c: (composite_pixel),
17759         (gst_ximagesrc_ximage_get), (gst_ximagesrc_set_property),
17760         (gst_ximagesrc_get_caps), (gst_ximagesrc_class_init):
17761         * sys/ximagesrc/ximagesrc.h:
17762         * sys/ximagesrc/ximageutil.c: (ximageutil_xcontext_get):
17763         * sys/ximagesrc/ximageutil.h:
17764           Fix ximagesrc so a) the cursor doesnt trail and b) there are no
17765           yellow rectangles with the cursor
17766
17767 2006-03-31  Michael Smith  <msmith@fluendo.com>
17768
17769         * configure.ac:
17770           Add autoconfery for theoradec.
17771         * ext/Makefile.am:
17772           Add theora directory.
17773         * ext/theora/Makefile.am:
17774         * ext/theora/theoradec.c: (gst_theoradec_base_init),
17775         (gst_theoradec_class_init), (gst_theoradec_init),
17776         (gst_theoradec_reset), (inc_granulepos), (theora_get_query_types),
17777         (gst_theoradec_granule_clocktime), (theora_dec_src_convert),
17778         (theora_dec_sink_convert), (theora_dec_src_query),
17779         (theora_dec_sink_query), (theora_dec_src_event),
17780         (theora_dec_sink_event), (theora_handle_comment_packet),
17781         (theora_handle_type_packet), (theora_handle_header_packet),
17782         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
17783         (theora_dec_change_state), (plugin_init):
17784         * ext/theora/theoradec.h:
17785           Add theora plugin for theora-exp decoder. Very heavily based on the
17786           existing theora decoder plugin.
17787
17788 2006-03-29  Wim Taymans  <wim@fluendo.com>
17789
17790         * ext/gsm/gstgsmdec.c: (gst_gsmdec_class_init), (gst_gsmdec_init),
17791         (gst_gsmdec_finalize), (gst_gsmdec_sink_event), (gst_gsmdec_chain):
17792         * ext/gsm/gstgsmdec.h:
17793         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init), (gst_gsmenc_init),
17794         (gst_gsmenc_finalize), (gst_gsmenc_chain):
17795         Cleanups, fix leaks.
17796         Handle events and DISCONT.
17797         Use adapter in the decoder.
17798
17799 2006-03-29  Wim Taymans  <wim@fluendo.com>
17800
17801         Patch by: Renato Araujo Oliveira Filho <renatox at gmail dot com>
17802
17803         * configure.ac:
17804         * ext/Makefile.am:
17805         * ext/amrwb/Makefile.am:
17806         * ext/amrwb/README:
17807         * ext/amrwb/amrwb-code/Makefile.am:
17808         * ext/amrwb/amrwb-code/run.sh:
17809         * ext/amrwb/gstamrwb.c: (plugin_init):
17810         * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_base_init),
17811         (gst_amrwbdec_class_init), (gst_amrwbdec_init),
17812         (gst_amrwbdec_setcaps), (gst_amrwbdec_event), (gst_amrwbdec_chain),
17813         (gst_amrwbdec_state_change):
17814         * ext/amrwb/gstamrwbdec.h:
17815         * ext/amrwb/gstamrwbenc.c: (gst_amrwbenc_base_init),
17816         (gst_amrwbenc_class_init), (gst_amrwbenc_init),
17817         (gst_amrwbenc_finalize), (gst_amrwbenc_setcaps),
17818         (gst_amrwbenc_chain), (gst_amrwbenc_state_change):
17819         * ext/amrwb/gstamrwbenc.h:
17820         * ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_base_init),
17821         (gst_amrwbparse_class_init), (gst_amrwbparse_init),
17822         (gst_amrwbparse_querytypes), (gst_amrwbparse_query),
17823         (gst_amrwbparse_chain), (gst_amrwbparse_read_header),
17824         (gst_amrwbparse_loop), (gst_amrwbparse_sink_activate),
17825         (gst_amrwbparse_sink_activate_pull), (gst_amrwbparse_state_change):
17826         * ext/amrwb/gstamrwbparse.h:
17827         Added new plugin amrwb parse.
17828         Renamed audio/AMR to audio/AMR-WB as per spec.
17829         Fixes #333307
17830
17831 2006-03-27  Edgard Lima <edgard.lima@indt.org.br>
17832
17833         * gst-plugins-bad/sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init):
17834         Small fix, now pwc driver can tell about its buffers.
17835
17836 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
17837
17838         * configure.ac:
17839           Remove CXX tag from AS_LIBTOOL_TAGS, just like we
17840           did for -good and -ugly. Fixes build on some systems
17841           and doesn't seem to be required for C++ code.
17842
17843 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
17844
17845         * ext/taglib/gsttaglib.cc:
17846         * ext/taglib/gsttaglib.h:
17847           Fix newsegment event handling a bit. We need to
17848           cache the first newsegment event, because we can't
17849           adjust offsets yet when we get it, as we don't
17850           know the size of the tag yet for sure at that point.
17851           Also do some minor cleaning up here and there and add
17852           some debug statements.
17853
17854 2006-03-25  Tim-Philipp Müller  <tim at centricular dot net>
17855
17856         * ext/taglib/gsttaglib.cc:
17857           We do not want to proxy the caps on the sink pad; our 
17858           source pad should have application/x-id3 caps; also,
17859           don't use already-freed strings in debug messages;
17860           finally, adjust buffer offsets on buffers sent out.
17861
17862 2006-03-25  Tim-Philipp Müller  <tim at centricular dot net>
17863
17864         * sys/v4l2/gstv4l2src.c:
17865           Older kernels don't seem to have this particular v4l2 format,
17866           so comment out until this gets fixed properly (and make
17867           buildbots happy).
17868
17869 2006-03-25  Edgard Lima  <edgard.lima@indt.org.br>
17870
17871         * sys/v4l2/gstv4l2colorbalance.c:
17872         * sys/v4l2/gstv4l2colorbalance.h:
17873         * sys/v4l2/gstv4l2element.c:
17874         * sys/v4l2/gstv4l2src.c:
17875         * sys/v4l2/gstv4l2src.h:
17876         * sys/v4l2/gstv4l2tuner.c:
17877         * sys/v4l2/v4l2_calls.c:
17878         * sys/v4l2/v4l2src_calls.c:
17879         * sys/v4l2/v4l2src_calls.h:
17880         Just make few things more robust and also some identation.
17881
17882 2006-03-23  Wim Taymans  <wim@fluendo.com>
17883
17884         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
17885
17886         * ext/xvid/gstxvidenc.c: (gst_xvidenc_init), (gst_xvidenc_setup),
17887         (gst_xvidenc_chain):
17888         Patch to mark outgoing encoded buffers as delta-units (or not).
17889         Note that this patch also patches:
17890         - the setting of fincr and fbase in xvid-encoder creation based on
17891           caps framerate
17892         - makes 0, rather than 2, the default max_b_frames, as the current
17893           xvidenc does not seem "fully prepared" to handle b-frame 
17894           "effects", such as encoder returning 0 encoded bytes, etc.
17895         Fixes #335585
17896
17897 2006-03-22  Tim-Philipp Müller  <tim at centricular dot net>
17898
17899         * gst/modplug/libmodplug/Makefile.am:
17900         * gst/modplug/libmodplug/load_it.cpp:
17901           Try that again (not only should it be MODPLUG_ instead
17902           of MODFILE, also that define is already set in stdafx.h;
17903           what we really need is some more #ifndefs).
17904
17905 2006-03-22  Tim-Philipp Müller  <tim at centricular dot net>
17906
17907         * gst/modplug/libmodplug/Makefile.am:
17908           More gcc-4.1 fixes (we don't need file saving, so just
17909           define MODPLUG_NO_FILESAVE. That way, the compiler won't
17910           complain about modplug ignoring the return value of fwrite
17911           any longer and we might even save a few bytes as well).
17912
17913 2006-03-22  Tim-Philipp Müller  <tim at centricular dot net>
17914
17915         Patch by: Wouter Paeson  <wouter at kangaroot dot net>
17916
17917         * configure.ac:
17918         * ext/Makefile.am:
17919         * ext/soundtouch/Makefile.am:
17920         * ext/soundtouch/gstpitch.cc:
17921         * ext/soundtouch/gstpitch.hh:
17922           Add new libsoundtouch-based pitch plugin (#331335).
17923
17924 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
17925
17926         * gst/modplug/libmodplug/load_ptm.cpp:
17927           Fix compilation with gcc-4.1 and -Werror (#327355).
17928
17929 2006-03-20  Tim-Philipp Müller  <tim at centricular dot net>
17930
17931         * ext/taglib/gsttaglib.h:
17932           Fix left-over gst_my_filter_get_type.
17933
17934 2006-03-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17935
17936         * sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_open_display),
17937         (gst_ximagesrc_set_property), (gst_ximagesrc_get_property),
17938         (gst_ximagesrc_class_init), (gst_ximagesrc_init):
17939         Have a show mouse pointer property and use it if we can
17940
17941 2006-03-15  Edward Hervey  <edward@fluendo.com>
17942
17943         * gst/qtdemux/qtdemux.c: (gst_qtdemux_dispose):
17944         Let's not forget to chain up to the parent dispose.
17945
17946 2006-03-15  Edward Hervey  <edward@fluendo.com>
17947
17948         * gst/qtdemux/qtdemux.c: (gst_qtdemux_class_init),
17949         (gst_qtdemux_init), (gst_qtdemux_dispose),
17950         (gst_qtdemux_add_stream), (qtdemux_parse_trak):
17951         Series of memleak fixes:
17952         - Unref the GstAdapter in finalize.
17953         - Use gst_pad_new_from_static_template(), shorter and safer.
17954         - Free unused QtDemuxStream when not used.
17955
17956 2006-03-14  Edward Hervey  <edward@fluendo.com>
17957
17958         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_base_init),
17959         (gst_v4l2src_class_init):
17960         Initialization of the debugging category should be as early as possible,
17961         moving it from _class_init() to beginning of _base_init().
17962
17963 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
17964
17965         * ext/taglib/gsttaglib.cc:
17966           Add gtk-doc blurb (unused for the time being); match registered
17967           plugin name to the filename of the plugin (taglibmux => taglib)
17968
17969 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
17970
17971         Patch by: Mikhail Zabaluev  <mhz altlinux org>
17972
17973         * autogen.sh:
17974           Don't check for file that only exists in CVS but isn't
17975           disted (#334417)
17976
17977 2006-03-13  Julien MOUTTE  <julien@moutte.net>
17978
17979         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
17980         * sys/v4l2/Makefile.am: Fix build of v4l2 (sigh)
17981
17982 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
17983
17984         * Makefile.am:
17985         * configure.ac:
17986           Fix distcheck.
17987
17988 2006-03-12  Edward Hervey  <edward@fluendo.com>
17989
17990         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
17991         (gst_v4l2src_buffer_pool_free):
17992         g_atomic_int_set is only available in glib-0.10, use gst_atomic_int_et
17993         instead.
17994
17995 2006-03-12  Edward Hervey  <edward@fluendo.com>
17996
17997         * sys/v4l2/gstv4l2element.h:
17998         Remove tim's addition of "_stdint.h" since it doesn't make the PPC
17999         buildbot happy.
18000         I will just use the same comment Ronald used when he added these lines:
18001         Yet Another Hack (tm) for kernel header borkedness.
18002
18003 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
18004
18005         * ext/taglib/Makefile.am:
18006         * ext/taglib/gsttaglib.cc:
18007         * ext/taglib/gsttaglib.h:
18008           Add support for writing MusicBrainz IDs.
18009
18010 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
18011
18012         * sys/v4l2/gstv4l2element.h:
18013           Include "_stdint.h" in an attempt to make the
18014           PPC-buildbot happy.
18015
18016 2006-03-11  Edgard Lima  <edgard.lima@indt.org.br>
18017
18018         * configure.ac:
18019         * sys/Makefile.am:
18020         * sys/v4l2/Makefile.am:
18021         * sys/v4l2/gstv4l2.c:
18022         * sys/v4l2/gstv4l2colorbalance.h:
18023         * sys/v4l2/gstv4l2element.c:
18024         * sys/v4l2/gstv4l2element.h:
18025         * sys/v4l2/gstv4l2src.c:
18026         * sys/v4l2/gstv4l2src.h:
18027         * sys/v4l2/gstv4l2tuner.c:
18028         * sys/v4l2/gstv4l2tuner.h:
18029         * sys/v4l2/gstv4l2xoverlay.c:
18030         * sys/v4l2/gstv4l2xoverlay.h:
18031         * sys/v4l2/v4l2_calls.c:
18032         * sys/v4l2/v4l2_calls.h:
18033         * sys/v4l2/v4l2src_calls.c:
18034         * sys/v4l2/v4l2src_calls.h:
18035         V4L2 ported to 0.10.
18036         
18037 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
18038
18039         * configure.ac:
18040           Only compile the taglib plugin if a C++ compiler is
18041           present. Use GST_DEFAULT_ELEMENTS macro from common/
18042           for all the defaults stuff.
18043
18044 2006-03-11  Christophe Fergeau  <teuf@gnome.org>
18045
18046         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18047
18048         * configure.ac:
18049         * gst/xingheader/Makefile.am:
18050         * gst/xingheader/gstxingmux.c: 
18051         * gst/xingheader/gstxingmux.h: added new element to add Xing headers
18052         to MP3 files (this allows decoder to figure out the length of VBR
18053         files) 
18054
18055 2006-03-11  Christophe Fergeau  <teuf@gnome.org>
18056         
18057         Patch by: Alex Lancaster
18058         
18059         * ext/taglib/gsttaglib.cc: fix writing of TPOS tags (album number),
18060         and add support for TCOP (copyright)
18061
18062 2006-03-10  Julien MOUTTE  <julien@moutte.net>
18063
18064         * gst/modplug/Makefile.am:
18065         * gst/modplug/gstmodplug.cc: Fix modplug compilation.
18066
18067 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
18068
18069         * configure.ac:
18070         * gst/modplug/Makefile.am:
18071         * gst/modplug/gstmodplug.cc:
18072         * gst/modplug/gstmodplug.h:
18073         * gst/modplug/libmodplug/sndfile.cpp:
18074         * gst/modplug/libmodplug/sndfile.h:
18075           modplug plugin ported to 0.10 (#332598, patch by:
18076           Jonathan Matthew <jonathan at kaolin wh9 net>).
18077
18078 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
18079
18080         * ext/libmms/gstmms.c: (gst_mms_urihandler_init),
18081         (gst_mms_base_init), (gst_mms_class_init), (gst_mms_init),
18082         (gst_mms_finalize), (gst_mms_create), (gst_mms_start),
18083         (gst_mms_set_property), (gst_mms_get_property),
18084         (gst_mms_uri_get_uri):
18085         * ext/libmms/gstmms.h:
18086           Some clean-ups; more debug output; use blocksize property
18087           of GstBaseSrc instead of re-registering our own; make debug
18088           category actually be used.
18089
18090 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
18091
18092         * gst/qtdemux/qtdemux.c: (gst_qtdemux_send_event):
18093           Fix build with gcc-4.1 (#327355).
18094
18095 2006-03-09  Christophe Fergeau  <teuf@gnome.org>
18096
18097         reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18098
18099         * configure.ac:
18100         * ext/Makefile.am:
18101         * ext/taglib/Makefile.am:
18102         * ext/taglib/gsttaglib.cc:
18103         * ext/taglib/gsttaglib.h: new id3v2 muxer based on TagLib
18104
18105 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
18106
18107         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta):
18108           Extract disc number and count from files that use
18109           'disk' instead of 'disc' as node identifier for that
18110           (fixes #332066).
18111
18112 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
18113
18114         * ext/musepack/gstmusepackdec.h:
18115         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek):
18116           Forgot those two.
18117
18118 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
18119
18120         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_base_init),
18121         (gst_musepackdec_init), (gst_musepackdec_send_newsegment),
18122         (gst_musepackdec_handle_seek_event),
18123         (gst_musepackdec_get_src_query_types), (gst_musepackdec_src_query),
18124         (gst_musepack_stream_init), (gst_musepackdec_sink_activate),
18125         (gst_musepackdec_sink_activate_pull), (gst_musepackdec_loop),
18126         (gst_musepackdec_change_state):
18127           Some cleanups; pause task when push fails.
18128
18129 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
18130
18131         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
18132           Add support for '3IVD' fourcc (#333403).
18133
18134 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
18135
18136         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_send_tags),
18137         (gst_faad_setcaps), (gst_faad_do_raw_seek), (gst_faad_src_event),
18138         (gst_faad_sink_event), (gst_faad_src_convert),
18139         (gst_faad_src_query), (gst_faad_chain), (gst_faad_change_state):
18140           Add query function for position/duration querying (mostly for
18141           raw AAC streams); make seeking in raw AAC streams work; post
18142           tags with codec name if this is a raw AAC stream.
18143
18144 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
18145
18146         * sys/directdraw:
18147         * sys/directsound:
18148           sinks are now using GST_RANK_PRIMARY to be used with autodectection
18149         * win32/vs6:
18150           project files updated to fix some bugs
18151         * win32/vs7:
18152         * win32/vs8:
18153           vs7 and vs8 project files added
18154         
18155 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
18156
18157         * ext/xvid/gstxviddec.c: (gst_xviddec_chain):
18158           Declare variable at the beginning of the block and make gcc-2.9x
18159           happy (fixes #333283; patch by: Jens Granseuer).
18160
18161 2006-03-03  Edward Hervey  <edward@fluendo.com>
18162
18163         * gst/qtdemux/qtdemux.c: (qtdemux_parse), (qtdemux_parse_trak):
18164         Use GST_WARNING instead of GST_ERROR for all the too short/long atoms
18165         when parsing.
18166         Also let's be a bit less vulgar in our warning messages :)
18167
18168 2006-02-28  Tim-Philipp Müller  <tim at centricular dot net>
18169
18170         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
18171           Can't divide through zero (suppress warning in case of
18172           stream with one single still picture) (see #327083)
18173
18174 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18175
18176         * sys/glsink/glimagesink.c: It doesn't seem we need GLU.h
18177
18178 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
18179
18180         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
18181         (qtdemux_parse_trak), (qtdemux_video_caps):
18182           Add support for palettised Apple SMC videos (#327075, based on
18183           patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>).
18184
18185 2006-02-24  Michael Smith  <msmith@fluendo.com>
18186
18187         * autogen.sh:
18188           Allow automake 1.9
18189
18190 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
18191
18192         * ext/neon/gstneonhttpsrc.c:
18193         Changed property name from "uri" to "location" 
18194
18195 2006-02-22  Jan Schmidt  <thaytan@mad.scientist.com>
18196
18197         * configure.ac:
18198         * sys/glsink/Makefile.am:
18199         Merge patch from #317048 for building on Cygwin. Patch by 
18200         Cygwin Ports maintainer.
18201         * sys/glsink/glimagesink.c: (gst_glimage_sink_init_display):
18202         Move normal debug output to LOG level not ERROR.
18203
18204 2006-02-19  Jan Gerber  <j@bootlab.org>
18205
18206         Reviewed by : Edward Hervey <edward@fluendo.com>
18207
18208         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
18209           Add 'dvsd' and 'dv25' to list of possible fourcc values for DV Video.
18210           Add image/png for fourcc 'png '
18211  
18212 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
18213
18214         * configure.ac:
18215           Surely this is supposed to be >= a.b, not == a.b
18216
18217 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
18218
18219         * configure.ac:
18220         * sys/Makefile.am:
18221         * sys/ximagesrc/Makefile.am:
18222         * sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_return_buf),
18223         (gst_ximagesrc_open_display), (gst_ximagesrc_start),
18224         (gst_ximagesrc_stop), (gst_ximagesrc_unlock),
18225         (gst_ximagesrc_recalc), (composite_pixel),
18226         (gst_ximagesrc_ximage_get), (gst_ximagesrc_create),
18227         (gst_ximagesrc_set_property), (gst_ximagesrc_get_property),
18228         (gst_ximagesrc_clear_bufpool), (gst_ximagesrc_base_init),
18229         (gst_ximagesrc_dispose), (gst_ximagesrc_finalize),
18230         (gst_ximagesrc_get_caps), (gst_ximagesrc_set_caps),
18231         (gst_ximagesrc_fixate), (gst_ximagesrc_class_init),
18232         (gst_ximagesrc_init), (plugin_init):
18233         * sys/ximagesrc/ximagesrc.h:
18234         * sys/ximagesrc/ximageutil.c: (ximageutil_handle_xerror),
18235         (ximageutil_check_xshm_calls), (ximageutil_xcontext_get),
18236         (ximageutil_xcontext_clear),
18237         (ximageutil_calculate_pixel_aspect_ratio),
18238         (gst_ximagesrc_buffer_finalize), (gst_ximage_buffer_free),
18239         (gst_ximagesrc_buffer_init), (gst_ximagesrc_buffer_class_init),
18240         (gst_ximagesrc_buffer_get_type), (gst_ximageutil_ximage_new),
18241         (gst_ximageutil_ximage_destroy):
18242         * sys/ximagesrc/ximageutil.h:
18243
18244         Port ximagesrc to 0.10 (Closes #304795)
18245
18246 2006-02-20  Edgard Lima <edgard.lima@indt.org.br>
18247
18248         * gst/freeze/gstfreeze.c:
18249         * gst/freeze/gstfreeze.h:
18250         Some event handling added by Renato Filho <renato.filho@indt.org.br>
18251
18252 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
18253
18254         * configure.ac:
18255         Back to CVS nano
18256
18257 === release 0.10.1 ===
18258
18259 2006-02-20  Jan Schmidt <thaytan@mad.scientist.com>
18260
18261         * configure.ac:
18262           releasing 0.10.1, "Slimy - yet satisfying"
18263
18264 2006-02-19  Jan Schmidt <thaytan@mad.scientist.com>
18265
18266         * configure.ac:
18267           Release 0.10.0.3 - pre-release for 0.10.1
18268
18269 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
18270
18271         * ext/bz2/gstbz2.c:
18272         * ext/bz2/gstbz2dec.c:
18273         * ext/bz2/gstbz2dec.h:
18274         * ext/bz2/gstbz2enc.c:
18275         * ext/bz2/gstbz2enc.h:
18276           Add proper copyright headers identifying Lutz Müller
18277           as the author and copyright holder (#331600).
18278
18279 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
18280
18281         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
18282           Don't GST_LOG timestamps from nonexistent index
18283           entries (#331582).
18284
18285 2006-02-17  Edward Hervey  <edward@fluendo.com>
18286
18287         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header):
18288         Check that the size of the returned buffer is of the correct size
18289         because the parser assumes that.
18290         Fixes #331543.
18291
18292 2006-02-17  Jan Schmidt <thaytan@mad.scientist.com>
18293
18294         * configure.ac:
18295           Release 0.10.0.2 - pre-release for 0.10.1
18296
18297 2006-02-16  Edward Hervey  <edward@fluendo.com>
18298
18299         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_src_event),
18300         (gst_qtdemux_loop), (qtdemux_sink_activate_pull):
18301         Don't stop the task if the pad isn't linked.
18302
18303 2006-02-15  Tim-Philipp Müller  <tim at centricular dot net>
18304
18305         * gst/qtdemux/qtdemux.c: (gst_qtdemux_chain):
18306           It appears 100% equals 1/1 and not 100/1 ...
18307
18308 2006-02-15  Tim-Philipp Müller  <tim at centricular dot net>
18309
18310         * gst/qtdemux/qtdemux.c: (gst_qtdemux_post_buffering),
18311         (gst_qtdemux_chain):
18312           When buffering MDAT data, show the user something is
18313           happening by posting 'buffering' messages on the bus.
18314
18315 2006-02-14  Edward Hervey  <edward@fluendo.com>
18316
18317         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
18318         (gst_qtdemux_handle_src_query), (gst_qtdemux_change_state),
18319         (next_entry_size), (gst_qtdemux_chain):
18320         * gst/qtdemux/qtdemux.h:
18321         Make push-based work if mdat atom is before moov atom.
18322         Don't answer duration query. This should be transformed into replying
18323         FALSE to seek events.
18324
18325 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
18326
18327         * ext/libmms/gstmms.c: (gst_mms_class_init), (gst_mms_create),
18328         (gst_mms_start):
18329           Return FLOW_UNEXPECTED on EOS, not FLOW_ERROR. Also, no need to
18330           push our own EOS event on EOS, the base class will do that for us;
18331           fix bogus query code; post semi-decent errors on the bus when an
18332           error occurs in ::start(), otherwise the user will get to see
18333           whatever cryptic default message GstBaseSrc comes up with.
18334
18335 2006-02-14  Andy Wingo  <wingo@pobox.com>
18336
18337         * sys/glsink/glimagesink.c (gst_glimage_sink_init): Come on
18338         schleef, don't break me gst-inspect -a.
18339
18340 2006-02-14  Edward Hervey  <edward@fluendo.com>
18341
18342         * gst/qtdemux/qtdemux.c: (next_entry_size), (gst_qtdemux_chain):
18343         Handle the case where data atoms are before moov atoms in push-based mode.
18344         Errors out gracefully.
18345
18346 2006-02-13  Edward Hervey  <edward@fluendo.com>
18347
18348         * gst/qtdemux/Makefile.am:
18349         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
18350         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
18351         (extract_initial_length_and_fourcc),
18352         (gst_qtdemux_loop_state_header), (gst_qtdemux_loop_state_movie),
18353         (gst_qtdemux_loop_header), (next_entry_size), (gst_qtdemux_chain),
18354         (qtdemux_sink_activate), (qtdemux_sink_activate_pull),
18355         (qtdemux_sink_activate_push), (qtdemux_parse_trak):
18356         * gst/qtdemux/qtdemux.h:
18357         QtDemux can now work push-based.
18358         It still needs some love for seeking.
18359
18360 2006-02-13  Edgard Lima  <edgard.lima@indt.org.br>
18361
18362         * configure.ac:
18363         * gst/freeze/Makefile.am:
18364         * gst/freeze/gstfreeze.c:
18365         * gst/freeze/gstfreeze.h:
18366         * gst/freeze/FAQ:
18367         freeze plugin ported to 0.10 by
18368         Renato Filho <renato.filho@indt.org.br>
18369
18370 2006-02-10  Tim-Philipp Müller  <tim at centricular dot net>
18371
18372         * configure.ac:
18373         * gst/cdxaparse/Makefile.am:
18374         * gst/cdxaparse/gstcdxaparse.c:
18375         * gst/cdxaparse/gstcdxaparse.h:
18376           Port cdxaparse, makes VCD playback work.
18377
18378 2006-02-07  Thomas Vander Stichele  <thomas at apestaart dot org>
18379
18380         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
18381         (qtdemux_parse_trak):
18382           use the correct variable to check if we can calculate
18383           the last chunk.  Looks like an obvious bug, and makes
18384           the dump of offsets comparable to other tools
18385
18386 2006-02-07  Thomas Vander Stichele  <thomas at apestaart dot org>
18387
18388         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
18389         (qtdemux_parse_trak):
18390           clean up some debugging, using _OBJECT, moving recurring
18391           messages to LOG level
18392
18393 2006-02-06  Edgard Lima <edgard.lima@indt.org.br>
18394
18395         * configure.ac:
18396         * ext/neon/gstneonhttpsrc.c:
18397         Now it uses libneon 0.25.5 that supports shoutcast.
18398
18399 2006-02-06  Lutz Mueller <lutz@topfrose.de>
18400
18401         Reviewed by: Edward Hervey <edward@fluendo.com>
18402         
18403         * ext/bz2/gstbz2enc.c: Accepd "ANY" caps. Use "x-bzip" instead of
18404         "x-bz2".
18405         * ext/bz2/gstbz2dec.c: Use "x-bzip" instead of "x-bz2". Initial
18406         caps are "ANY".
18407         (gst_bz2dec_chain): Configure the source pad if we can figure out
18408         the mime type of the decompressed data.
18409         (gst_bz2dec_[get,set]_property):
18410         (gst_bz2dec_class_init: New property "first_buffer_size".
18411         
18412
18413 2006-02-06  Wim Taymans  <wim@fluendo.com>
18414
18415         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_src_query),
18416         (gst_qtdemux_handle_src_event), (gst_qtdemux_loop_header),
18417         (qtdemux_inflate), (qtdemux_parse), (qtdemux_parse_trak),
18418         (qtdemux_parse_udta), (qtdemux_tag_add_str), (qtdemux_tag_add_num),
18419         (qtdemux_tag_add_gnre), (gst_qtdemux_handle_esds),
18420         (qtdemux_video_caps), (qtdemux_audio_caps):
18421         * gst/qtdemux/qtdemux.h:
18422         Some QT demux loving.
18423         Handle seeking in a less broken way.
18424         Fix AMR caps to match the AMR decoder.
18425         Set first timestamp on AMR samples to 0 for now.
18426         Remove some \n in DEBUG strings.
18427         Use _scale_int for maximum precision.
18428
18429 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18430
18431         * gst/apetag/Makefile.am:
18432         * gst/apetag/apedemux.c:
18433         * gst/apetag/apedemux.h:
18434         * gst/apetag/apetag.c:
18435           Remove old files, apetag is in gst-plugins-good now.
18436
18437 2006-02-06  Andy Wingo  <wingo@pobox.com>
18438
18439         * ext/bz2/gstbz2enc.c (gst_bz2enc_class_init): 
18440         * ext/bz2/gstbz2dec.c (gst_bz2dec_class_init): No need to init
18441         parent_class, the boilerplate does it for you.
18442
18443 2006-02-05  Lutz Mueller <lutz@topfrose.de>
18444
18445         reviewed by: Andy Wingo <wingo@pobox.com>
18446
18447         * configure.ac:
18448         * ext/Makefile.am: Hook it up.
18449         * ext/bz2/gstbz2.c:
18450         * ext/bz2/gstbz2dec.h:
18451         * ext/bz2/gstbz2dec.c:
18452         * ext/bz2/gstbz2enc.h:
18453         * ext/bz2/gstbz2enc.c: New plugin, implements bz2 encoding and
18454         decoding (#303167).
18455         
18456 2006-01-30  Andy Wingo  <wingo@pobox.com>
18457
18458         * sys/glsink/Makefile.am (libgstglimagesink_la_LIBADD) 
18459         (libgstglimagesink_la_CFLAGS): Add PLUGINS_BASE cflags and libs.
18460
18461 2006-01-29  Tim-Philipp Müller  <tim at centricular dot net>
18462
18463         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_setcaps),
18464         (gst_wavpack_dec_base_init), (gst_wavpack_dec_dispose),
18465         (gst_wavpack_dec_class_init), (gst_wavpack_dec_sink_event),
18466         (gst_wavpack_dec_init), (gst_wavpack_dec_format_samples),
18467         (gst_wavpack_dec_chain), (gst_wavpack_dec_plugin_init):
18468           Add debug category, use boilerplate macros, fix handling
18469           of widths of 32 bits.
18470
18471         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init),
18472         (gst_wavpack_parse_dispose), (gst_wavpack_parse_class_init),
18473         (gst_wavpack_parse_index_get_last_entry),
18474         (gst_wavpack_parse_index_get_entry_from_sample),
18475         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
18476         (gst_wavpack_parse_src_query),
18477         (gst_wavpack_parse_scan_to_find_sample),
18478         (gst_wavpack_parse_send_newsegment),
18479         (gst_wavpack_parse_handle_seek_event),
18480         (gst_wavpack_parse_src_event), (gst_wavpack_parse_init),
18481         (gst_wavpack_parse_get_upstream_length),
18482         (gst_wavpack_parse_pull_buffer),
18483         (gst_wavpack_parse_create_src_pad), (gst_wavpack_parse_loop),
18484         (gst_wavpack_parse_change_state),
18485         (gst_wavepack_parse_sink_activate),
18486         (gst_wavepack_parse_sink_activate_pull),
18487         (gst_wavpack_parse_plugin_init):
18488         * ext/wavpack/gstwavpackparse.h:
18489           Rewrite a bit, mostly to fix flow logic and to make seeking work.
18490           Fix buffer/event refcounting. Add some debug statements. Add
18491           width of 32 to source pad template caps. Use boilerplate macros.
18492
18493 2006-01-28  Edward Hervey  <edward@fluendo.com>
18494
18495         * sys/glsink/Makefile.am:
18496         glimagesink.h is dead, long live glimagesink.h
18497
18498 2006-01-27  David Schleef  <ds@schleef.org>
18499
18500         * configure.ac:
18501         * sys/Makefile.am:
18502         * sys/glsink/Makefile.am:
18503         * sys/glsink/glimagesink.c:
18504         * sys/glsink/glimagesink.h:
18505           revival of glimagesink.  Kind of works.
18506
18507 2006-01-27  Tim-Philipp Müller  <tim at centricular dot net>
18508
18509         * ext/faad/gstfaad.c: (gst_faad_setcaps),
18510         (gst_faad_chanpos_to_gst), (gst_faad_sync), (gst_faad_chain):
18511           Handle 'framed' field in caps; Port syncing for raw streams
18512           from 0.8 branch (for AAC+ radio streams) (#328854, #328721).
18513
18514 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18515
18516         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_supported),
18517         (gst_sdlvideosink_xoverlay_set_xwindow_id),
18518         (gst_sdlvideosink_deinitsdl), (gst_sdlv_process_events),
18519         (gst_sdlvideosink_event_thread), (gst_sdlvideosink_initsdl),
18520         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
18521         (gst_sdlvideosink_setcaps), (gst_sdlvideosink_show_frame),
18522         (gst_sdlvideosink_change_state),
18523         (gst_sdlvideosink_navigation_send_event):
18524         * ext/sdl/sdlvideosink.h:
18525           Fix output stride copying, so that it displays correctly on 
18526           framebuffer devices that don't match our implict GStreamer stride
18527           arrangement.
18528
18529           Fix locking things. Offer XOverlay only when SDL is running against
18530           X. Make non-scaled (and ugly) embedding work via X Overlay. It can't
18531           actually match the embedded window size because there's no way to
18532           figure out what size that should be from the XOverlay interface.
18533           See comment in sdlvideosink.c
18534
18535 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
18536
18537         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
18538           Fix wrong memcpy source pointer.
18539
18540 2006-01-25  Edgard Lima <edgard.lima@indt.org.br>
18541
18542         * ext/libmms/gstmms.c: (gst_mms_finalize):
18543         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_finalize):
18544         Just chain up finalize calls (calling parent_class->finalize).
18545
18546 2006-01-25  Edgard Lima <edgard.lima@indt.org.br>
18547
18548         * ext/libmms/gstmms.c: (gst_mms_finalize), (gst_mms_set_property),
18549         (gst_mms_get_property), (gst_mms_src_query), (gst_mms_class_init):
18550         Finalize method has been created and others small changes.
18551
18552 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
18553
18554         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_base_init),
18555         (gst_musepackdec_class_init), (gst_musepackdec_init),
18556         (gst_musepackdec_send_newsegment),
18557         (gst_musepackdec_handle_seek_event), (gst_musepackdec_src_event),
18558         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
18559         (gst_musepack_stream_init), (gst_musepackdec_sink_activate_pull),
18560         (gst_musepackdec_loop), (gst_musepackdec_change_state):
18561         * ext/musepack/gstmusepackdec.h:
18562         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
18563         (gst_musepack_reader_seek), (gst_musepack_reader_tell),
18564         (gst_musepack_reader_get_size):
18565         * ext/musepack/gstmusepackreader.h:
18566           Fix seeking in musepack files (it's still incredibly slow, but I
18567           don't think that is our plugin's fault). Clean up code and get
18568           rid of old cruft. Post tags with all kind of neat information like
18569           replay gain and such on the bus, if it is available. Add a
18570           'musepackdec' debug category.
18571
18572 2006-01-24  Edward Hervey  <edward@fluendo.com>
18573
18574         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
18575         (gst_qtdemux_add_stream), (qtdemux_parse_trak):
18576         More coherent framerate setting on caps.
18577         If sample_size is available, use that for the samples' duration in
18578         the index. This enables single frame streams to work (and I imagine
18579         fixes some other cases).
18580         Tested on testsuite, no regression.
18581
18582 2006-01-23  Edward Hervey  <edward@fluendo.com>
18583
18584         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
18585         (qtdemux_video_caps), (qtdemux_audio_caps):
18586         Added codec recognition for:
18587         _ VP31 : video/x-vp3
18588         _ AVDJ : image/jpeg
18589         _ dvcp, dvc  : video/x-dv, systemstream=(boolean)false
18590         _ 0x6d730017 : audio/x-adpcm, layout=(string)quicktime
18591
18592 2006-01-21  David Schleef  <ds@schleef.org>
18593
18594         * configure.ac:
18595         * ext/swfdec/gstswfdec.c: Update from swfdec.
18596
18597 2006-01-21  Tim-Philipp Müller  <tim at centricular dot net>
18598
18599         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
18600         (qtdemux_audio_caps):
18601           'twos' and 'sowt' fourcc can be 16bit or 8bit audio.
18602           Fix 8bit case (#327133, based on patch by: Fabrizio
18603           Gennari <fabrizio dot ge at tiscali dot it>).
18604           Also, "G_LITTLE_ENDIAN" and "G_BIG_ENDIAN" are not
18605           valid literals for endianness in caps strings,
18606           only "LITTLE_ENDIAN" and "BIG_ENDIAN" are valid. 
18607
18608 2006-01-20  Edgard Lima <edgard.lima@indt.org.br>
18609
18610         * ext/ivorbis/vorbisfile.c:
18611         * ext/neon/gstneonhttpsrc.c:
18612         Fixed state transictions PLAYING->NULL->PLAYING.
18613         
18614 2006-01-19  Edgard Lima <edgard.lima@indt.org.br>
18615
18616         * ext/tremor/vorbisfile.c:
18617         Some minor improvements on log messages.
18618
18619 2006-01-18  Edgard Lima <edgard.lima@indt.org.br>
18620
18621         * gst/qtdemux/qtdemux.c: qtdemux_parse_trak:
18622         Ronald's patch applied. see bug #326318.
18623
18624 2006-01-17  Tim-Philipp Müller  <tim at centricular dot net>
18625
18626         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
18627         (gst_qtdemux_send_event), (gst_qtdemux_handle_src_event),
18628         (gst_qtdemux_change_state), (gst_qtdemux_loop_header):
18629         * gst/qtdemux/qtdemux.h:
18630           Fix seeking for quicktime files. Could still use some more
18631           love and sophistication.
18632
18633 2006-01-16  Edgard Lima <edgard.lima@indt.org.br>
18634
18635         * ext/libmms/gstmms.c: gst_mms_init:
18636         * ext/neon/gstneonhttpsrc.c: gst_neonhttp_src_init:
18637         * ext/sdl/sdlaudiosink.c: gst_sdlaudio_sink_dispose:
18638         Removed gst_base_src_set_live from mms and neon, and now calling
18639         parent_class->dispose in dispose on sdlaudio.
18640         
18641 2006-01-11  Edgard Lima <edgard.lima@indt.org.br>
18642
18643         * ext/sdl/sdlvideosink.c:
18644         Now implementing navigation interface and using
18645         GST_BOILER_PLATE_FULL.
18646         
18647 2006-01-11  Christian Schaller  <christian@fluendo.com>
18648
18649         Remove SunAudio plugin as Brian's new one is in -good
18650
18651         * sys/Makefile.am:
18652         * sys/sunaudio/Makefile.am:
18653         * sys/sunaudio/gstsunaudio.c:
18654         * sys/sunaudio/gstsunaudiosrc.c:
18655         * sys/sunaudio/gstsunaudiosrc.h:
18656         * sys/sunaudio/gstsunelement.c:
18657         * sys/sunaudio/gstsunelement.h:
18658         * sys/sunaudio/gstsunmixer.c:
18659         * sys/sunaudio/gstsunmixer.h:
18660
18661 2006-01-11  Edgard Lima <edgard.lima@indt.org.br>
18662
18663         * ext/sdl/sdlaudiosink.c:
18664         Replaced wrong style code by GST_BOILERPLATE.
18665         
18666 2006-01-11  Fabrizio Gennari <fabrizio.ge@tiscali.it>
18667
18668         reviewed by: Edward Hervey  <edward@fluendo.com>
18669
18670         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
18671         Add support for Indeo3 video in Quicktime files.
18672         Closes #326524
18673
18674 2006-01-09  Edgard Lima <edgard.lima@indt.org.br>
18675
18676         * configure.ac:
18677         * ext/sdl/Makefile.am:
18678         * ext/sdl/gstsdl.c:
18679         * ext/sdl/sdlaudiosink.c:
18680         * ext/sdl/sdlaudiosink.h:
18681         * ext/sdl/sdlvideosink.c:
18682         Created new element, sdlaudiosink.
18683         
18684 2006-01-05  Sebastien Moutte  <sebastien@moutte.net>
18685
18686         * added sys/directdraw
18687         * added sys/directsound
18688         * added win32/vs6/gst_plugins_bad.dsw
18689         * added win32/vs6/libgstdirectsound.dsp
18690         * added win32/vs6/libgstdirectdraw.dsp
18691         * added win32/common/config.h
18692         
18693 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
18694
18695         * gst/games/gstpuzzle.c: (plugin_init):
18696           call oil_init() when using liboil
18697
18698 2006-01-04  Edgard Lima <edgard.lima@indt.org.br>
18699
18700         * ext/neon/gstneonhttpsrc.c:
18701         * ext/neon/gstneonhttpsrc.h:
18702         Some improvements in cancellation and debug messages.
18703                         
18704 2006-01-04  Edgard Lima <edgard.lima@indt.org.br>
18705
18706         * ext/neon/gstneonhttpsrc.c:
18707         * ext/neon/gstneonhttpsrc.h:
18708         Removed not need thread and changed to push out blocksize bytes.
18709         
18710 2005-12-28  Edgard Lima <edgard.lima@indt.org.br>
18711
18712         * configure.ac:
18713         * ext/Makefile.am
18714         * ext/neon:
18715         * ext/neon/Makefile.am:
18716         * ext/neon/gstneonhttpsrc.c:
18717         * ext/neon/gstneonhttpsrc.h:
18718         Created new element neonhttpsrc.
18719
18720 2005-12-19  Edward Hervey  <edward@fluendo.com>
18721
18722         * ext/swfdec/gstswfdec.c: (gst_swfdec_class_init),
18723         (gst_swfdec_chain), (gst_swfdec_render):
18724         Add debugging category and return GstFlowReturn in the right places
18725         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_link):
18726         Get something from the peer pad once we've checked if there is a peer pad.
18727         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
18728         (qtdemux_tree_get_child_by_type), (qtdemux_parse_trak),
18729         (qtdemux_video_caps):
18730         Couple of fixes
18731
18732 2005-12-19  Edgard Lima <edgard.lima@indt.org.br>
18733
18734         * ext/divx/Makefile.am:
18735         just a small fix. I have to pay more attention when commiting ;-)
18736
18737 2005-12-19  Edgard Lima <edgard.lima@indt.org.br>
18738
18739         * configure.ac:
18740         * ext/Makefile.am:
18741         * ext/divx/Makefile.am:
18742         * ext/divx/gstdivxdec.c:
18743         * ext/divx/gstdivxdec.h:
18744         * ext/divx/gstdivxenc.c:
18745         * ext/divx/gstdivxenc.h:
18746         divxdec and divxenc ported to 0.10
18747         
18748 2005-12-18  Julien MOUTTE  <julien@moutte.net>
18749
18750         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
18751         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_create),
18752         (gst_dfbvideosink_event_thread), (gst_dfbvideosink_enum_devices),
18753         (gst_dfbvideosink_setup), (gst_dfbvideosink_cleanup),
18754         (gst_dfbvideosink_can_blit_from_format),
18755         (gst_dfbvideosink_getcaps), (gst_dfbvideosink_setcaps),
18756         (gst_dfbvideosink_show_frame), (gst_dfbvideosink_buffer_alloc),
18757         (gst_dfbsurface_finalize),
18758         (gst_dfbvideosink_navigation_send_event),
18759         (gst_dfbvideosink_update_colorbalance),
18760         (gst_dfbvideosink_set_property), (gst_dfbvideosink_init): Some
18761         more refactoring, handle exotic DirectFB row stride.
18762
18763 2005-12-18  Julien MOUTTE  <julien@moutte.net>
18764
18765         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
18766         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt: Updates.
18767         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_create),
18768         (gst_dfbvideosink_event_thread), (gst_dfbvideosink_enum_devices),
18769         (gst_dfbvideosink_setup), (gst_dfbvideosink_cleanup),
18770         (gst_dfbvideosink_can_blit_from_format),
18771         (gst_dfbvideosink_getcaps), (gst_dfbvideosink_setcaps),
18772         (gst_dfbvideosink_show_frame), (gst_dfbvideosink_buffer_alloc),
18773         (gst_dfbsurface_finalize),
18774         (gst_dfbvideosink_navigation_send_event),
18775         (gst_dfbvideosink_update_colorbalance),
18776         (gst_dfbvideosink_set_property), (gst_dfbvideosink_get_property),
18777         (gst_dfbvideosink_finalize), (gst_dfbvideosink_init),
18778         (gst_dfbvideosink_class_init):
18779         * ext/directfb/dfbvideosink.h: Implement pixel-aspect-ratio.
18780         This should work both for hardware accelerated scaling and
18781         reverse caps negotiation with a scaling element.
18782
18783 2005-12-17  Julien MOUTTE  <julien@moutte.net>
18784
18785         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
18786         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
18787         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
18788         * docs/plugins/gst-plugins-bad-plugins.args:
18789         * docs/plugins/gst-plugins-bad-plugins.interfaces:
18790         * docs/plugins/gst-plugins-bad-plugins.signals:
18791         * docs/plugins/inspect/plugin-dfbvideosink.xml:
18792         * docs/plugins/inspect/plugin-qtdemux.xml:
18793         * docs/plugins/inspect/plugin-sdlvideosink.xml:
18794         * docs/plugins/inspect/plugin-speed.xml:
18795         * docs/plugins/inspect/plugin-tta.xml: Updates.
18796         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_create),
18797         (gst_dfbvideosink_event_thread), (gst_dfbvideosink_enum_vmodes),
18798         (gst_dfbvideosink_enum_devices), (gst_dfbvideosink_setup),
18799         (gst_dfbvideosink_cleanup),
18800         (gst_dfbvideosink_can_blit_from_format),
18801         (gst_dfbvideosink_get_best_vmode), (gst_dfbvideosink_getcaps),
18802         (gst_dfbvideosink_setcaps), (gst_dfbvideosink_show_frame),
18803         (gst_dfbvideosink_buffer_alloc), (gst_dfbsurface_finalize),
18804         (gst_dfbvideosink_interface_supported),
18805         (gst_dfbvideosink_navigation_send_event),
18806         (gst_dfbvideosink_update_colorbalance),
18807         (gst_dfbvideosink_colorbalance_list_channels),
18808         (gst_dfbvideosink_colorbalance_set_value),
18809         (gst_dfbvideosink_colorbalance_get_value),
18810         (gst_dfbvideosink_colorbalance_init),
18811         (gst_dfbvideosink_set_property), (gst_dfbvideosink_get_property),
18812         (gst_dfbvideosink_init), (gst_dfbvideosink_class_init):
18813         * ext/directfb/dfbvideosink.h: Implement vertical sync and 
18814         color balance interface.
18815
18816 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
18817
18818         * ext/artsd/gstartsdsink.c: (gst_artsdsink_open_audio):
18819         * gst/festival/gstfestival.c: (socket_receive_file_to_buff):
18820         * gst/vbidec/vbidata.c:
18821         * gst/vbidec/vbidata.h:
18822         * gst/vbidec/vbiscreen.c:
18823         * sys/dxr3/ac3_padder.c:
18824           don't use doc comments for non-docs
18825           change some char* into char[]
18826
18827 2005-12-16  Julien MOUTTE  <julien@moutte.net>
18828
18829         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_enum_layers),
18830         (gst_dfbvideosink_init): Always prefer the primary layer.
18831
18832 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
18833
18834         * ext/wavpack/gstwavpackdec.c:
18835           Oops, remove trailing comma from caps string.
18836
18837 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
18838
18839         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_link):
18840         * ext/wavpack/gstwavpackparse.c:
18841           Wavpack supports samplerates from 6-192kHz, fix pad template
18842           caps (fixes #322973; patch by: gcocatre@gmail.com). Also
18843           remove buffer-frames from caps, they are gone in 0.10.
18844
18845 2005-12-15  Edgard Lima <edgard.lima@indt.org.br>
18846
18847         * ext/xvid/Makefile.am:
18848         * ext/xvid/gstxviddec.c:
18849         * ext/xvid/gstxvidenc.c:
18850         Fixed some mem-leaks in xvid.
18851
18852 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
18853
18854         * configure.ac:
18855         * ext/Makefile.am:
18856         * ext/xvid/gstxvid.c:
18857         * ext/xvid/gstxvid.h:
18858         * ext/xvid/gstxviddec.c:
18859         * ext/xvid/gstxviddec.h:
18860         * ext/xvid/gstxvidenc.c:
18861         * ext/xvid/gstxvidenc.h:
18862         xviddec and xvideenc ported to 0.10
18863                 
18864
18865 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
18866
18867         * configure.ac:
18868         * ext/Makefile.am:
18869         * ext/dts/Makefile.am:
18870         * ext/dts/gstdtsdec.c:
18871         * ext/dts/gstdtsdec.h:
18872         dtsdec ported to 0.10
18873
18874 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
18875
18876         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
18877         * ext/libmms/gstmms.c: (gst_mms_src_query), (gst_mms_create):
18878         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_src_query),
18879         (gst_musepackdec_loop):
18880         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_link),
18881         (gst_swfdec_src_query):
18882         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query):
18883           GstObjects must be unref'ed with gst_object_unref() instead of
18884           g_object_unref(), otherwise things break for GLib-2.6 users.
18885
18886 2005-12-12  David Schleef  <ds@schleef.org>
18887
18888         * ext/swfdec/gstswfdec.c: (gst_swfdecbuffer_get_type),
18889         (gst_swfdecbuffer_class_init), (gst_swfdecbuffer_finalize),
18890         (gst_swfdec_buffer_from_swf), (gst_swfdec_render): Add a subclass
18891         of GstBuffer that wraps SwfdecBuffers.  Fix a massive memleak
18892         because the video buffers previously never got freed.
18893
18894 2005-12-11  Edgard Lima <edgard.lima@indt.org.br>
18895
18896         * ext/libmms/gstmms.c:
18897         Just removed a weird printf ;-)
18898
18899 2005-12-11  Edgard Lima <edgard.lima@indt.org.br>
18900
18901         * configure.ac:
18902         * ext/libmms/gstmms.c:
18903         * ext/libmms/gstmms.h:
18904         Added suport to mmsh. There's still a sucks msg "ERROR: Pipeline cant
18905         PREROOL..." to be fixed.
18906
18907 2005-12-09  Jan Schmidt  <thaytan@mad.scientist.com>
18908
18909         * ext/faad/gstfaad.c: (gst_faad_chanpos_to_gst),
18910         (gst_faad_update_caps):
18911           Assume that an unknown channel mapping with 2 channels
18912           is stereo and play it that way instead of erroring.
18913
18914         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
18915         (gst_qtdemux_add_stream), (qtdemux_parse_trak):
18916           Handle e.g. jpeg streams with 0 duration frames as having 0 framerate.
18917           Debug fixes. Some 64 bit variable fixes
18918
18919 2005-12-09  Edgard Lima <edgard.lima@indt.org.br>
18920
18921         * configure.ac:
18922         * ext/Makefile.am:
18923         * ext/swfdec/Makefile.am:
18924         * ext/swfdec/gstswfdec.c:
18925         * ext/swfdec/gstswfdec.h:
18926         swfdec Ported to 0.10.
18927
18928 2005-12-07  Edward Hervey  <edward@fluendo.com>
18929
18930         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
18931         (gst_qtdemux_add_stream):
18932         Memleak fixes.
18933         Send out EOS for valid reasons (couldn't pull_range() from upstream
18934         for example).
18935
18936 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18937
18938         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
18939         * ext/audiofile/gstafparse.h:
18940         * ext/audiofile/gstafsink.c: (gst_afsink_chain):
18941         * ext/audiofile/gstafsink.h:
18942         * ext/audiofile/gstafsrc.c: (gst_afsrc_close_file):
18943         * ext/audiofile/gstafsrc.h:
18944         * ext/cdaudio/gstcdaudio.c:
18945         * ext/divx/gstdivxenc.c:
18946         * ext/dts/gstdtsdec.h:
18947         * ext/faac/gstfaac.h:
18948         * ext/ivorbis/vorbisenc.h:
18949         * ext/ivorbis/vorbisfile.c:
18950         * ext/musepack/gstmusepackdec.h:
18951         * ext/nas/nassink.c:
18952         * ext/snapshot/gstsnapshot.c:
18953         * ext/sndfile/gstsf.h:
18954         * ext/tarkin/gsttarkindec.h:
18955         * ext/tarkin/gsttarkinenc.h:
18956         * ext/xine/gstxine.h:
18957         * ext/xine/xinecaps.c:
18958         * ext/xvid/gstxvid.h:
18959         * gst-libs/gst/play/play.h:
18960         * gst/apetag/apedemux.h:
18961         * gst/cdxaparse/gstcdxaparse.h:
18962         * gst/cdxaparse/gstcdxastrip.h:
18963         * gst/colorspace/yuv2rgb.c:
18964         * gst/colorspace/yuv2rgb.h:
18965         * gst/equalizer/gstiirequalizer.c:
18966         * gst/festival/gstfestival.h:
18967         * gst/games/gstpuzzle.c:
18968         * gst/games/gstvideoimage.c:
18969         * gst/games/gstvideoimage.h:
18970         * gst/modplug/gstmodplug.h:
18971         * gst/modplug/libmodplug/it_defs.h:
18972         * gst/modplug/libmodplug/modplug.h:
18973         * gst/modplug/libmodplug/sndfile.h:
18974         * gst/modplug/libmodplug/stdafx.h:
18975         * gst/mpeg1sys/buffer.c:
18976         * gst/mpeg1sys/gstmpeg1systemencode.h:
18977         * gst/mpeg1sys/main.h:
18978         * gst/mpeg1sys/systems.c:
18979         * gst/mpeg1videoparse/gstmp1videoparse.h:
18980         * gst/mpeg2sub/gstmpeg2subt.h:
18981         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
18982         * gst/mpegaudioparse/gstmpegaudioparse.h:
18983         * gst/multifilesink/gstmultifilesink.h:
18984         * gst/overlay/gstoverlay.h:
18985         * gst/qtdemux/qtdemux.c:
18986         * gst/qtdemux/qtdemux.h:
18987         * gst/rtjpeg/RTjpeg.c: (RTjpeg_dctY), (RTjpeg_idct):
18988         * gst/rtjpeg/RTjpeg.h:
18989         * gst/tta/crc32.h:
18990         * gst/tta/filters.h:
18991         * gst/tta/ttadec.h:
18992         * gst/videodrop/gstvideodrop.h:
18993         * sys/cdrom/gstcdplayer.h:
18994         * sys/cdrom/gstcdplayer_ioctl.c:
18995         * sys/cdrom/gstcdplayer_ioctl.h:
18996         * sys/cdrom/gstcdplayer_ioctl_bsd.h:
18997         * sys/cdrom/gstcdplayer_ioctl_irix.h:
18998         * sys/cdrom/gstcdplayer_ioctl_solaris.h:
18999         * sys/dxr3/dxr3audiosink.c:
19000         * sys/dxr3/dxr3audiosink.h:
19001         * sys/dxr3/dxr3spusink.c:
19002         * sys/dxr3/dxr3spusink.h:
19003         * sys/dxr3/dxr3videosink.c:
19004         * sys/dxr3/dxr3videosink.h:
19005         * sys/qcam/dark.c:
19006         * sys/qcam/gstqcamsrc.c:
19007         * sys/v4l2/gstv4l2colorbalance.h:
19008         * sys/v4l2/gstv4l2element.h:
19009         * sys/v4l2/gstv4l2src.h:
19010         * sys/v4l2/gstv4l2tuner.h:
19011         * sys/v4l2/gstv4l2xoverlay.h:
19012         * sys/v4l2/v4l2_calls.c:
19013         * sys/v4l2/v4l2_calls.h:
19014         * sys/v4l2/v4l2src_calls.c:
19015         * sys/v4l2/v4l2src_calls.h:
19016         * sys/vcd/vcdsrc.h:
19017           expand tabs
19018
19019 === release 0.10.0 ===
19020
19021 2005-12-05  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19022
19023         * configure.ac:
19024           releasing 0.10.0, "Camembert"
19025
19026 2005-12-05  Andy Wingo  <wingo@pobox.com>
19027
19028         * ext/faac/gstfaac.c: (gst_faac_sink_event), (gst_faac_chain):
19029         * ext/faad/gstfaad.c: (gst_faad_chain):
19030         * ext/hermes/gsthermescolorspace.c: (gst_hermes_colorspace_chain):
19031         * ext/lcs/gstcolorspace.c: (gst_colorspace_chain):
19032         * ext/xine/xineinput.c: (gst_xine_input_get):
19033         * gst/colorspace/gstcolorspace.c: (gst_colorspace_chain):
19034         * gst/speed/gstspeed.c: (speed_chain):
19035         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain): Update for
19036         alloc_buffer changes.
19037
19038 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
19039
19040         * ext/Makefile.am:
19041           Add missing $(WAVPACK_DIR) (#322962).
19042
19043 === release 0.9.7 ===
19044
19045 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19046
19047         * configure.ac:
19048           releasing 0.9.7, "Arrigato Gasuimas Skebisan"
19049
19050 2005-11-28  Edgard Lima <edgard.lima@indt.org.br>
19051
19052         * PORTED_09:
19053         * configure.ac:
19054         * ext/Makefile.am:
19055         * ext/libmms/Makefile.am:
19056         * ext/libmms/gstmms.c:
19057         * ext/libmms/gstmms.h:
19058         libmm ported to 0.9. It works fine, but print some error messages. I
19059         ll fix them soon. Tested with  mmssrc location=mms:// ! filesink.
19060         
19061 2005-11-28  Edward Hervey  <edward@fluendo.com>
19062
19063         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
19064         Handle gracefully the consequence of "Maximum number of scalefactor
19065         bands exceeded", which results in 0 channels with samplerates of 0.
19066         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state):
19067         Do upward transitions, then call parent state_change, then do
19068         downward transitions.
19069
19070 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
19071
19072         * ext/Makefile.am:
19073           alphabets, so hard to master.  Should fix distcheck.
19074
19075 2005-11-25  Edgard Lima  <edgard.lima@indt.org.br>
19076
19077         * configure.ac:
19078         * PORTED_09:
19079         * ext/Makefile.am:
19080         * ext/wavpack/Makefile.am:
19081         * ext/wavpack/gstwavpackdec.c:
19082         * ext/wavpack/gstwavpackdec.h:
19083         * ext/wavpack/gstwavpackparse.c:
19084         * ext/wavpack/gstwavpackparse.h:
19085         Wavpack ported to 0.9. No support for correction file yet.
19086
19087 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19088
19089         * ext/wavpack/Makefile.am:
19090         * ext/wavpack/gstwavpack.c: (plugin_init):
19091         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_read_header):
19092         * ext/wavpack/gstwavpackcommon.h:
19093         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_link),
19094         (gst_wavpack_dec_wvclink), (gst_wavpack_dec_get_type),
19095         (gst_wavpack_dec_base_init), (gst_wavpack_dec_dispose),
19096         (gst_wavpack_dec_class_init), (gst_wavpack_dec_src_query),
19097         (gst_wavpack_dec_init), (gst_wavpack_dec_setup_context),
19098         (gst_wavpack_dec_format_samples), (gst_wavpack_dec_loop),
19099         (gst_wavpack_dec_plugin_init):
19100         * ext/wavpack/gstwavpackdec.h:
19101         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_get_type),
19102         (gst_wavpack_parse_base_init), (gst_wavpack_parse_dispose),
19103         (gst_wavpack_parse_class_init), (gst_wavpack_parse_src_query),
19104         (gst_wavpack_parse_src_event), (find_header), (find_sample),
19105         (gst_wavpack_parse_seek), (gst_wavpack_parse_init),
19106         (gst_wavpack_parse_handle_event), (gst_wavpack_parse_loop),
19107         (gst_wavpack_parse_change_state), (gst_wavpack_parse_plugin_init):
19108         * ext/wavpack/gstwavpackparse.h:
19109           put back wavpack - still needs porting
19110
19111 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19112
19113         * configure.ac: back to HEAD
19114
19115 === release 0.9.6 ===
19116
19117 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
19118
19119         * configure.ac:
19120           releasing 0.9.6, "Hot Tea"
19121
19122 2005-11-23  Julien MOUTTE  <julien@moutte.net>
19123
19124         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
19125         * ext/directfb/dfb-example.c: (main):
19126         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_destroy),
19127         (gst_dfbvideosink_event_thread), (gst_dfbvideosink_setup),
19128         (gst_dfbvideosink_getcaps), (gst_dfbvideosink_setcaps),
19129         (gst_dfbvideosink_change_state), (gst_dfbvideosink_get_times),
19130         (gst_dfbvideosink_bufferpool_clear),
19131         (gst_dfbvideosink_buffer_alloc), (gst_dfbsurface_finalize),
19132         (gst_dfbvideosink_navigation_send_event),
19133         (gst_dfbvideosink_finalize), (gst_dfbvideosink_init),
19134         (gst_dfbvideosink_class_init):
19135         * ext/directfb/dfbvideosink.h: Use fraction for framerate, various
19136         fixes.
19137
19138 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19139
19140         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init),
19141         (gst_sdlvideosink_get_times), (gst_sdlvideosink_init),
19142         (gst_sdlvideosink_setcaps), (gst_sdlvideosink_change_state):
19143         * ext/sdl/sdlvideosink.h:
19144         Updates for fractional framerates and XOverlay interface changes
19145
19146 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19147
19148         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19149         (gst_qtdemux_add_stream), (qtdemux_dump_mvhd),
19150         (qtdemux_parse_trak):
19151         Convert to fractional framerates
19152
19153 2005-11-23  Edward Hervey  <edward@fluendo.com>
19154
19155         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_loop):
19156         Fix for latest API changes
19157
19158 2005-11-22  Edgard Lima <edgard.lima@indt.org.br>
19159         * configure.ac:
19160         * PORTED_09:
19161         * extt/Makefile.am:
19162         * ext/musepack/gstmusepackdec.c:
19163         * ext/musepack/gstmusepackdec.h:
19164         * ext/musepack/gstmusepackreader.c:
19165         * ext/musepack/gstmusepackreader.h:
19166         Musepackdec ported to 0.9. There is still a small problem to be
19167         solved, after the end of file, the pipeline doens't stop.
19168
19169 2005-11-22  Andy Wingo  <wingo@pobox.com>
19170
19171         * ext/faad/gstfaad.c (gst_faad_event)
19172         * ext/ivorbis/vorbisfile.c (gst_ivorbisfile_loop)
19173         * gst/qtdemux/qtdemux.c (gst_qtdemux_loop_header)
19174         * gst/speed/gstspeed.c (speed_sink_event)
19175         * gst/tta/gstttaparse.c (gst_tta_parse_src_event)
19176         (gst_tta_parse_parse_header): Run update-funcnames.
19177
19178 2005-11-21  Michael Smith <msmith@fluendo.com>
19179
19180         * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_event):
19181           Don't take STREAM_LOCK in sink event handlers any more.
19182
19183 2005-11-21  Wim Taymans  <wim@fluendo.com>
19184
19185         * ext/faac/gstfaac.c: (gst_faac_sink_event):
19186         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_src_event):
19187         * gst/tta/gstttaparse.c: (gst_tta_parse_src_event):
19188         Fix for stream lock updates.
19189
19190 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19191
19192         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
19193           Add DX50, DIVX and DIV3 fourccs (patch by
19194           j@bootlab.org, #321903).
19195
19196 2005-11-21  Andy Wingo  <wingo@pobox.com>
19197
19198         * *.h:
19199         * *.c: Ran scripts/update-macros. Oh yes.
19200
19201 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19202
19203         * ext/directfb/dfbvideosink.c:
19204         (gst_dfbvideosink_get_format_from_caps):
19205         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create):
19206         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19207         (qtdemux_parse), (qtdemux_type_get), (qtdemux_node_dump_foreach),
19208         (qtdemux_dump_hdlr), (qtdemux_dump_dref), (qtdemux_dump_stsd),
19209         (qtdemux_dump_dcom), (qtdemux_parse_trak), (qtdemux_video_caps),
19210         (qtdemux_audio_caps):
19211         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
19212         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
19213         (gst_v4l2src_capture_init), (gst_v4l2src_get_size_limits):
19214           Update for GST_FOURCC_FORMAT API change.
19215
19216 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
19217
19218         * ext/audioresample/gstaudioresample.c:
19219         * ext/polyp/polypsink.c: (gst_polypsink_sink_fixate):
19220         * gst/librfb/gstrfbsrc.c: (gst_rfbsrc_fixate):
19221         * gst/modplug/gstmodplug.cc:
19222         * sys/glsink/glimagesink.c: (gst_glimagesink_fixate):
19223         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_fixate):
19224         Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
19225         (#322027)
19226
19227 2005-11-21  Edgard Lima <edgard.lima@indt.org.br>
19228
19229         * ext/Makefile.am:
19230         * ext/ivorbis/vorbisfile.c:
19231         Now it works in push-mode. Tested with gnomevfssrc location=http://..
19232         ! tremor ! alsasink. Some issues to be solved yet:
19233         1- set correct timestamps
19234         2- seek is forced to disabled in pull-mode
19235         
19236 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
19237
19238         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
19239         (gst_faac_sink_setcaps), (gst_faac_configure_source_pad),
19240         (gst_faac_chain):
19241           Set proper caps on source pad (#320532).
19242
19243         * ext/faad/gstfaad.c:
19244           Don't use gtk-doc markers for comment block.
19245
19246 2005-11-14  Andy Wingo  <wingo@pobox.com>
19247
19248         * configure.ac (GST_PLUGIN_LDFLAGS): -no-undefined for better
19249         debugging, allows dll builds on windows. Fixes #316076.
19250
19251 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
19252
19253         * configure.ac: back to HEAD
19254
19255 === release 0.9.5 ===
19256
19257 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
19258
19259         * configure.ac:
19260           releasing 0.9.5, "Thrice Belgian Bar"
19261
19262 2005-11-11  Michael Smith <msmith@fluendo.com>
19263
19264         * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_chain):
19265           Make this compile on systems with broken headers. 
19266
19267 2005-11-11  Michael Smith <msmith@fluendo.com>
19268
19269         * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_chain):
19270           Call functions with the correct API. Unfortunately, unless your
19271           distribution patches upstream, the public header file for FAAD
19272           doesn't actually declare the API accurately. So, some nastiness
19273           ensues...
19274
19275 2005-11-10  Daniel Amelang  <daniel dot amelang at gmail dot com>
19276
19277         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19278
19279         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta):
19280           Add support for custom genre tags.
19281
19282 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
19283
19284         * ext/tarkin/wavelet.c:
19285         * ext/tarkin/wavelet.h:
19286         * gst/mpegaudioparse/gstmpegaudioparse.c:
19287         * gst/vbidec/vbidata.c:
19288         * gst/vbidec/vbiscreen.h:
19289         * sys/dxr3/ac3_padder.c:
19290         * sys/dxr3/dxr3audiosink.c:
19291         * sys/dxr3/dxr3spusink.c:
19292         * sys/dxr3/dxr3videosink.c:
19293         * sys/qcam/dark.c:
19294           Don't use gtk-doc markers for normal comments. Fix
19295           gtk-doc formatting where required.
19296
19297 2005-11-08  Edgard Lima <edgard.lima@indt.org.br>
19298
19299         * configure.ac:
19300         * PORTED_09:
19301         * ext/Makefile.am:
19302         * ext/ivorbis/vorbis.c:
19303         * ext/ivorbis/vorbisfile.c:
19304         Ported to 0.9. Some issues to be solved yet:
19305         1- set correct timestamps
19306         2- seg fault when eos
19307         3- seek is now disabled
19308
19309 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19310
19311         * examples/Makefile.am: Cleanup non existing
19312         examples.
19313
19314 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19315
19316         * docs/plugins/inspect.stamp: Add missing files.
19317
19318 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19319
19320         * examples/Makefile.am: Make buildbot happy.
19321
19322 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19323
19324         * Makefile.am: examples in dist subdirs.
19325         * configure.ac: enable parameter for building 
19326         examples.
19327         * docs/plugins/gst-plugins-bad-plugins.args:
19328         * docs/plugins/inspect/plugin-dfbvideosink.xml:
19329         * examples/Makefile.am: Updates.
19330
19331 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19332
19333         * Makefile.am:
19334         * autogen.sh:
19335         * configure.ac:
19336         * docs/Makefile.am:
19337         * docs/plugins/.cvsignore:
19338         * docs/plugins/Makefile.am:
19339         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
19340         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
19341         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
19342         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
19343         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
19344         * docs/plugins/gst-plugins-bad-plugins.args:
19345         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
19346         * docs/plugins/gst-plugins-bad-plugins.interfaces:
19347         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
19348         * docs/plugins/gst-plugins-bad-plugins.signals:
19349         * docs/plugins/gst-plugins-bad-plugins.types:
19350         * docs/plugins/inspect/plugin-dfbvideosink.xml:
19351         * docs/version.entities.in: Enable documentation.
19352         * examples/Makefile.am:
19353         * examples/directfb/Makefile.am:
19354         * examples/directfb/decker.ttf:
19355         * examples/directfb/dfblogo.png:
19356         * examples/directfb/gstdfb.c: (myclock), (dynamic_link),
19357         (size_changed), (setup_dynamic_link), (main): Add an example
19358         application for DirectFB.
19359
19360 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19361
19362         * ext/directfb/Makefile.am: Add the example application.
19363         * ext/directfb/dfb-example.c: (get_me_out), (main):
19364         Here is an example application that runs videotestsrc for 20
19365         seconds. It's included in the documentation.
19366         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_enum_layers),
19367         (gst_dfbvideosink_setup), (gst_dfbvideosink_can_blit_from_format),
19368         (gst_dfbvideosink_getcaps), (gst_dfbvideosink_buffer_alloc):
19369         More fixes, calculate new size of the buffer when renegotiating.
19370         This completely breaks ffmpegcolorspace but i need to discuss 
19371         that with Wim on monday. Add documentation.
19372
19373 2005-11-05  Julien MOUTTE  <julien@moutte.net>
19374
19375         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_enum_layers),
19376         (gst_dfbvideosink_setup), (gst_dfbvideosink_can_blit_from_format),
19377         (gst_dfbvideosink_getcaps): Make acceleration detection work, 
19378         better, add safety checks and ARGB support for cards that
19379         support it.
19380
19381 2005-11-04  Julien MOUTTE  <julien@moutte.net>
19382
19383         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_create),
19384         (gst_dfbvideosink_surface_destroy),
19385         (gst_dfbvideosink_get_best_vmode), (gst_dfbvideosink_getcaps),
19386         (gst_dfbvideosink_center_rect), (gst_dfbvideosink_show_frame),
19387         (gst_dfbvideosink_buffer_alloc):
19388         * ext/directfb/dfbvideosink.h: Now does clipping when surface
19389         is too small, handles upstream elements that are not calling
19390         gst_pad_alloc_buffer, fixes a lot of bugs.
19391
19392 2005-11-03  Julien MOUTTE  <julien@moutte.net>
19393
19394         * ext/directfb/Makefile.am: Prepare for liboil usage.
19395         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_show_frame),
19396         (gst_dfbvideosink_buffer_alloc):  Prepare for liboil, handle
19397         rendering in external surface correctly. Will commit a neat
19398         example soon.
19399
19400 2005-11-03  Edgard Lima <edgard.lima@indt.org.br>
19401
19402         * ext/sdl/sdlvideosink.c: (SDL_WaitEventTimeout),
19403         (gst_sdlvideosink_event_thread), (gst_sdlvideosink_initsdl),
19404         (gst_sdlvideosink_change_state), (gst_sdlvideosink_deinitsdl):
19405         * ext/sdl/sdlvideosink.h:
19406         Add support to exit when 'Esc' key is pressed.
19407
19408 2005-11-02  Julien MOUTTE  <julien@moutte.net>
19409
19410         * configure.ac: Requires DirectFB 0.9.24
19411
19412 2005-11-02  Julien MOUTTE  <julien@moutte.net>
19413
19414         * configure.ac:
19415         * ext/Makefile.am:
19416         * ext/directfb/Makefile.am:
19417         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_get_format_name),
19418         (gst_dfbvideosink_surface_create),
19419         (gst_dfbvideosink_surface_destroy),
19420         (gst_dfbvideosink_event_thread), (gst_dfbvideosink_enum_layers),
19421         (gst_dfbvideosink_enum_vmodes), (gst_dfbvideosink_enum_devices),
19422         (gst_dfbvideosink_setup), (gst_dfbvideosink_cleanup),
19423         (gst_dfbvideosink_get_format_from_caps),
19424         (gst_dfbvideosink_get_caps_from_format),
19425         (gst_dfbvideosink_can_blit_from_format),
19426         (gst_dfbvideosink_get_best_vmode), (gst_dfbvideosink_getcaps),
19427         (gst_dfbvideosink_setcaps), (gst_dfbvideosink_change_state),
19428         (gst_dfbvideosink_get_times), (gst_dfbvideosink_center_rect),
19429         (gst_dfbvideosink_show_frame), (gst_dfbvideosink_bufferpool_clear),
19430         (gst_dfbvideosink_buffer_alloc), (gst_dfbsurface_finalize),
19431         (gst_dfbsurface_init), (gst_dfbsurface_class_init),
19432         (gst_dfbsurface_get_type), (gst_dfbvideosink_interface_supported),
19433         (gst_dfbvideosink_interface_init),
19434         (gst_dfbvideosink_navigation_send_event),
19435         (gst_dfbvideosink_navigation_init),
19436         (gst_dfbvideosink_set_property), (gst_dfbvideosink_get_property),
19437         (gst_dfbvideosink_init), (gst_dfbvideosink_base_init),
19438         (gst_dfbvideosink_class_init), (gst_dfbvideosink_get_type),
19439         (plugin_init):
19440         * ext/directfb/dfbvideosink.h:
19441         * ext/directfb/directfbvideosink.c:
19442         * ext/directfb/directfbvideosink.h: Complete rewrite/port of
19443         DirectFB video sink to 0.9. Handles reverse negotiation, hardware
19444         scaling, navigation, buffer allocation from video memory etc...
19445
19446 2005-10-31 Edgard Lima <edgard.lima@indt.org.br>
19447
19448         * gst-plugins-bad/ext/sdl/sdlvideosink.c:
19449         gst_sdlvideosink_set_property, gst_sdlvideosink_init,
19450         gst_sdlvideosink_create:
19451         Changed property full-screen to fullscreen, using SDL_SWSURFACE
19452         instead of SDL_HWSURFACE when in full screen mode.
19453         
19454 2005-10-31 Edgard Lima <edgard.lima@indt.org.br>
19455
19456         * gst-plugins-bad/ext/sdl/sdlvideosink.c: gst_sdlvideosink_class_init,
19457         gst_sdlvideosink_set_property, gst_sdlvideosink_get_property,
19458         gst_sdlvideosink_init, gst_sdlvideosink_create:
19459         * gst-plugins-bad/ext/sdl/sdlvideosink.h:
19460         Added a property that allows full-screen.
19461
19462 2005-10-28  Tim-Philipp Müller  <tim at centricular dot net>
19463
19464         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init),
19465         (gst_sdlvideosink_class_init),
19466         (gst_sdlvideosink_get_sdl_from_fourcc), (gst_sdlvideosink_setcaps),
19467         (gst_sdlvideosink_show_frame):
19468         * ext/sdl/sdlvideosink.h:
19469           Fix I420 output on some machines (not very nice, but should work).
19470           Add an 'sdlvideosink' debug category. Disable formats that do
19471           not work. Fix some vararg function issues.
19472
19473 2005-10-27  Wim Taymans  <wim@fluendo.com>
19474
19475         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
19476         (gst_sdlvideosink_get_times), (gst_sdlvideosink_class_init),
19477         (gst_sdlvideosink_init), (gst_sdlvideosink_lock),
19478         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create),
19479         (gst_sdlvideosink_show_frame), (gst_sdlvideosink_set_property),
19480         (gst_sdlvideosink_get_property), (gst_sdlvideosink_change_state):
19481         Fix SDL videosink and did some cleanups.
19482
19483 2005-10-27  Edgard Lima <edgard.lima@indt.org.br>
19484
19485         * ext/sdl/sdlvideosink.c:
19486         * ext/sdl/sdlvideosink.h:
19487         Trying to fix videos out of sync (not fixed yet)
19488         
19489 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
19490
19491         * gst/qtdemux/qtdemux.h:
19492           Remove got_redirect from class structure as well.
19493
19494 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
19495
19496         * gst/qtdemux/qtdemux.c: (gst_qtdemux_class_init),
19497         (qtdemux_parse_tree):
19498           Remove 'got-redirect' signal and post element message
19499           on the bus instead.
19500
19501 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
19502
19503         * ext/gsm/gstgsm.c:
19504         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
19505         * ext/gsm/gstgsmdec.h:
19506         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init), (gst_gsmenc_init),
19507         (gst_gsmenc_chain):
19508         Fixing stuff as wingo pointed out.
19509
19510 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
19511
19512         * ext/gsm/gstgsm.c: (plugin_init):
19513         * ext/gsm/gstgsmdec.c: (gst_gsmdec_class_init), (gst_gsmdec_init),
19514         (gst_gsmdec_chain):
19515         * ext/gsm/gstgsmdec.h:
19516         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init), (gst_gsmenc_init),
19517         (gst_gsmenc_chain):
19518         * ext/gsm/gstgsmenc.h:
19519         Over-writing Wim's gsm plugins (currently not working) with that from the 
19520         farsight repo. Also made sure that they work with the RTP (de)payloader.
19521
19522 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
19523
19524         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), 
19525         (gst_gsmenc_sink_event), (gst_gsmenc_chain):
19526         * ext/gsm/gstgsmenc.h:
19527         Fixed event handling
19528
19529 2005-10-24  Christian Schaller  <christian@fluendo.com>
19530
19531         * configure.ac: port over thomas's plugin listing from base
19532
19533 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
19534
19535         * configure.ac:
19536           back to HEAD
19537
19538 === release 0.9.4 ===
19539
19540 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
19541
19542         * NEWS:
19543         * RELEASE:
19544         * configure.ac:
19545           Releasing 0.9.4, "Utahraptor"
19546
19547 2005-10-23  Julien MOUTTE  <julien@moutte.net>
19548
19549         * gst/tta/gstttaparse.c: (gst_tta_parse_loop): STOPPED->FAILED.
19550
19551 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
19552
19553         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_class_init),
19554         (gst_faad_init), (gst_faad_srcgetcaps), (gst_faad_event),
19555         (gst_faad_chain), (gst_faad_change_state):
19556         * ext/faad/gstfaad.h:
19557           Do some timestamp smoothing (matroskademux apparently sends
19558           multiple buffers in a row with the same timestamp); fix
19559           duration on outgoing buffers; fix change state function; use
19560           GST_DEBUG_FUNCPTR for pad functions.
19561
19562 2005-10-19  Wim Taymans  <wim@fluendo.com>
19563
19564         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_query_types),
19565         (gst_qtdemux_handle_src_query):
19566         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query):
19567         * gst/tta/gstttaparse.c: (gst_tta_parse_src_event),
19568         (gst_tta_parse_get_query_types), (gst_tta_parse_query):
19569         API change fix.
19570
19571 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
19572
19573         * configure.ac:
19574           All the cool kids use GST_DOCBOOK_CHECK now.
19575
19576 2005-10-18  Julien MOUTTE  <julien@moutte.net>
19577
19578         * gst/speed/Makefile.am: Fix build of speed. 
19579
19580 2005-10-17  Edgard Lima <edgard.lima@indt.org.br>
19581
19582         * gst/speed/gstspeed.c: (speed_chain), (speed_setcaps),
19583         (speed_parse_caps), (speed_src_event), (speed_sink_event),
19584         (speed_src_query), (speed_init), (speed_set_property),
19585         (speed_change_state), (gst_speed_convert):
19586         Fixed speed - the previous version, 1.38, has been ported to 0.9
19587         from a wrong version, 1.37 (from 1.36). That fix already includes
19588         the changes done in 1.36.2.4.
19589
19590 2005-10-16  Tim-Philipp Müller  <tim at centricular dot net>
19591
19592         * configure.ac:
19593           Fix glib check
19594
19595 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
19596
19597         * examples/stats/mp2ogg.c:
19598         * ext/tarkin/tarkin.c: (tarkin_analysis_framein),
19599         (tarkin_synthesis_packetin):
19600           and more typos fixed
19601
19602 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
19603
19604         * ext/faac/gstfaac.c: (gst_faac_class_init), (gst_faac_init),
19605         (gst_faac_sink_setcaps), (gst_faac_src_setcaps),
19606         (gst_faac_sink_event), (gst_faac_chain), (gst_faac_set_property),
19607         (gst_faac_get_property), (gst_faac_change_state):
19608           Gst09-ize code a little bit more: use gst_pad_alloc_buffer(),
19609           move event handling from chain function into an event function,
19610           add some locks here and there, do some cleanups; disable 32-bit
19611           integer and float input formats until we're sure that those 
19612           actually work (couldn't play back the produced files with 
19613           anything).
19614
19615 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
19616
19617         * examples/indexing/indexmpeg.c: (main):
19618         * ext/artsd/gstartsdsink.c: (gst_artsdsink_open_audio),
19619         (gst_artsdsink_close_audio), (gst_artsdsink_change_state):
19620         * ext/artsd/gstartsdsink.h:
19621         * ext/audiofile/gstafparse.c: (gst_afparse_open_file),
19622         (gst_afparse_close_file):
19623         * ext/audiofile/gstafparse.h:
19624         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
19625         (gst_afsink_close_file), (gst_afsink_chain),
19626         (gst_afsink_change_state):
19627         * ext/audiofile/gstafsink.h:
19628         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
19629         (gst_afsrc_close_file), (gst_afsrc_change_state):
19630         * ext/audiofile/gstafsrc.h:
19631         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_init):
19632         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_init):
19633         * ext/dts/gstdtsdec.c: (gst_dtsdec_init):
19634         * ext/jack/gstjack.h:
19635         * ext/jack/gstjackbin.c: (gst_jack_bin_init),
19636         (gst_jack_bin_change_state):
19637         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_init):
19638         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_init):
19639         * ext/nas/nassink.c: (gst_nassink_open_audio),
19640         (gst_nassink_close_audio), (gst_nassink_change_state):
19641         * ext/nas/nassink.h:
19642         * ext/polyp/polypsink.c: (gst_polypsink_init):
19643         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_change_state):
19644         * ext/sdl/sdlvideosink.h:
19645         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
19646         * ext/sndfile/gstsf.c: (gst_sf_set_property),
19647         (gst_sf_change_state), (gst_sf_release_request_pad),
19648         (gst_sf_open_file), (gst_sf_close_file), (gst_sf_loop):
19649         * ext/sndfile/gstsf.h:
19650         * ext/swfdec/gstswfdec.c: (gst_swfdec_init):
19651         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_init):
19652         * gst/apetag/apedemux.c: (gst_ape_demux_init):
19653         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init):
19654         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_init):
19655         * gst/festival/gstfestival.c: (gst_festival_change_state):
19656         * gst/festival/gstfestival.h:
19657         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
19658         * gst/multifilesink/gstmultifilesink.c: (gst_multifilesink_init),
19659         (gst_multifilesink_set_location), (gst_multifilesink_open_file),
19660         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
19661         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
19662         (gst_multifilesink_chain), (gst_multifilesink_change_state):
19663         * gst/multifilesink/gstmultifilesink.h:
19664         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init):
19665         * sys/cdrom/gstcdplayer.c: (cdplayer_init):
19666         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init),
19667         (dxr3audiosink_open), (dxr3audiosink_close),
19668         (dxr3audiosink_chain_pcm), (dxr3audiosink_chain_ac3),
19669         (dxr3audiosink_change_state):
19670         * sys/dxr3/dxr3audiosink.h:
19671         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init), (dxr3spusink_open),
19672         (dxr3spusink_close), (dxr3spusink_chain),
19673         (dxr3spusink_change_state):
19674         * sys/dxr3/dxr3spusink.h:
19675         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init),
19676         (dxr3videosink_open), (dxr3videosink_close),
19677         (dxr3videosink_write_data), (dxr3videosink_change_state):
19678         * sys/dxr3/dxr3videosink.h:
19679         * sys/glsink/glimagesink.c: (gst_glimagesink_init):
19680         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
19681         (gst_qcamsrc_open), (gst_qcamsrc_close):
19682         * sys/qcam/gstqcamsrc.h:
19683         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
19684         * sys/vcd/vcdsrc.c: (gst_vcdsrc_set_property), (gst_vcdsrc_get),
19685         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
19686         (gst_vcdsrc_change_state), (gst_vcdsrc_recalculate):
19687         * sys/vcd/vcdsrc.h:
19688         renamed GST_FLAGS macros to GST_OBJECT_FLAGS
19689         moved bitshift from macro to enum definition
19690
19691 2005-10-12  Josef Zlomek  <josef dot zlomek at xeris dot cz>
19692
19693         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19694
19695         * ext/faac/gstfaac.c: (gst_faac_sink_setcaps):
19696           Fix depth/width handling for float audio (#318659).
19697
19698 2005-10-12  Josef Zlomek  <josef dot zlomek at xeris dot cz>
19699
19700         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19701
19702         * ext/faac/gstfaac.c: (gst_faac_sink_setcaps),
19703         (gst_faac_src_setcaps), (gst_faac_chain):
19704           Refcount fixes (#318660)
19705
19706 2005-10-12  Julien MOUTTE  <julien@moutte.net>
19707
19708         * ext/Makefile.am: libvisual and snapshot are not here anymore. Makes
19709         automake-1.7 happy again.
19710
19711 2005-10-12  Tim-Philipp Müller  <tim at centricular dot net>
19712
19713         * ext/faad/gstfaad.c: (gst_faad_event):
19714           newsegment API update
19715
19716 2005-10-11  Wim Taymans  <wim@fluendo.com>
19717
19718         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header):
19719         * gst/tta/gstttaparse.c: (gst_tta_parse_src_event),
19720         (gst_tta_parse_parse_header):
19721         newsegment API update.
19722
19723 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
19724
19725         * configure.ac:
19726           back to development
19727
19728 === release 0.9.3 ===
19729
19730 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
19731
19732         * configure.ac:
19733           Releasing 0.9.3, "Porthos"
19734
19735 2005-09-28  Wim Taymans  <wim@fluendo.com>
19736
19737         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header):
19738         No need to take stream lock here.
19739
19740 2005-09-26  Christian Schaller  <uraeus@gnome.org>
19741
19742         * configure.ac: add speed and rfb where needed
19743         * gst/librfb/Makefile.am: add rfbsrc.c file to files getting disted
19744
19745 2005-09-23  Edgard Lima  <edgard.lima@indt.org.br>
19746
19747         * ext/gsm/Makefile.am:
19748         * ext/gsm/gstgsm.c:
19749         * ext/gsm/gstgsmdec.c:
19750         * PORTED_09:
19751         Gsmdec ported to 0.9.
19752
19753 2005-09-22  Arwed v. Merkatz  <v.merkatz@gmx.net>
19754
19755         * configure.ac:
19756         * gst/tta/gstttadec.c: (gst_tta_dec_setcaps), (gst_tta_dec_init),
19757         (gst_tta_dec_chain):
19758         * gst/tta/gstttaparse.c: (gst_tta_parse_dispose),
19759         (gst_tta_parse_class_init), (gst_tta_parse_reset),
19760         (gst_tta_parse_init), (gst_tta_parse_src_event),
19761         (gst_tta_parse_get_query_types), (gst_tta_parse_query),
19762         (gst_tta_parse_activate), (gst_tta_parse_activate_pull),
19763         (gst_tta_parse_parse_header), (gst_tta_parse_stream_data),
19764         (gst_tta_parse_loop), (gst_tta_parse_change_state):
19765         * gst/tta/gstttaparse.h:
19766           Ported tta plugin to 0.9.
19767
19768
19769 2005-09-20  Flavio Oliveira  <flavio.oliveira@indt.org.br>
19770
19771         * ext/gsm/gstgsmenc.c:
19772           Setting caps on the outgoing buffers.
19773           Need to fix: rtpencoder does not know what it is handling and
19774           errors out
19775
19776 2005-09-20  Edgard Lima  <edgard.lima@indt.org.br>
19777
19778         * configure.ac:
19779         * ext/sdl/Makefile.am:
19780           Fixed Makefile.am - removed hard coded flags from Makefile.am.
19781           Added AC_PATH_XTRA to configure.ac to be used by Makefile.am.
19782
19783 2005-09-19  Edgard Lima  <edgard.lima@indt.org.br>
19784
19785         * Makefile.am:
19786         * configure.ac:
19787         * ext/sdl/Makefile.am:
19788         * ext/sdl/sdlvideosink.c:
19789         * PORTED_09:
19790           Ported to 0.9.
19791
19792 === release 0.9.1 ===
19793
19794 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
19795
19796         * configure.ac:
19797         * gst/speed/Makefile.am:
19798         * gst/speed/gstspeed.c: Ported to GStreamer 0.9.
19799         * PORTED_09:
19800
19801 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19802
19803         * NEWS:
19804         * README:
19805         * RELEASE:
19806         * configure.ac:
19807         * autogen.sh:
19808           releasing 0.9.1, "Angel Eyes"
19809
19810 2005-09-05  Jan Schmidt  <thaytan@mad.scientist.com>
19811         * examples/gstplay/player.c: (main):
19812         * examples/stats/mp2ogg.c: (main):
19813         * ext/artsd/gstartsdsink.c: (gst_artsdsink_change_state):
19814         * ext/audiofile/gstafsink.c: (gst_afsink_change_state):
19815         * ext/audiofile/gstafsrc.c: (gst_afsrc_change_state):
19816         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_change_state):
19817         * ext/dirac/gstdiracdec.cc:
19818         * ext/directfb/directfbvideosink.c:
19819         (gst_directfbvideosink_change_state):
19820         * ext/dts/gstdtsdec.c: (gst_dtsdec_change_state):
19821         * ext/faac/gstfaac.c: (gst_faac_change_state):
19822         * ext/hermes/gsthermescolorspace.c:
19823         (gst_hermes_colorspace_change_state):
19824         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_change_state):
19825         * ext/jack/gstjack.c: (gst_jack_change_state):
19826         * ext/jack/gstjackbin.c: (gst_jack_bin_change_state):
19827         * ext/lcs/gstcolorspace.c: (gst_colorspace_change_state):
19828         * ext/libmms/gstmms.c: (gst_mms_change_state):
19829         * ext/mpeg2enc/gstmpeg2enc.cc:
19830         * ext/mplex/gstmplex.cc:
19831         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_change_state):
19832         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_change_state):
19833         * ext/nas/nassink.c: (gst_nassink_change_state):
19834         * ext/polyp/polypsink.c: (gst_polypsink_change_state),
19835         (context_state_callback), (gst_polypsink_link):
19836         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_change_state):
19837         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
19838         * ext/smoothwave/gstsmoothwave.c: (gst_sw_change_state):
19839         * ext/sndfile/gstsf.c: (gst_sf_change_state):
19840         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
19841         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_change_state):
19842         * ext/xine/xine.c: (gst_xine_change_state):
19843         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_change_state):
19844         * ext/xine/xineaudiosink.c: (gst_xine_audio_sink_change_state):
19845         * ext/xine/xineinput.c: (gst_xine_input_change_state):
19846         * ext/xvid/gstxviddec.c: (gst_xviddec_change_state):
19847         * ext/xvid/gstxvidenc.c: (gst_xvidenc_change_state):
19848         * gst/apetag/apedemux.c: (gst_ape_demux_change_state):
19849         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_change_state):
19850         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_change_state):
19851         * gst/colorspace/gstcolorspace.c: (gst_colorspace_change_state):
19852         * gst/festival/gstfestival.c: (gst_festival_change_state):
19853         * gst/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state):
19854         * gst/modplug/gstmodplug.cc:
19855         * gst/mpeg1videoparse/gstmp1videoparse.c:
19856         (gst_mp1videoparse_change_state):
19857         * gst/mpegaudioparse/gstmpegaudioparse.c:
19858         (gst_mp3parse_change_state):
19859         * gst/multifilesink/gstmultifilesink.c:
19860         (gst_multifilesink_change_state):
19861         * gst/speed/gstspeed.c: (speed_change_state):
19862         * gst/switch/gstswitch.c: (gst_switch_change_state):
19863         * gst/videocrop/gstvideocrop.c: (gst_video_crop_change_state):
19864         * gst/videodrop/gstvideodrop.c: (gst_videodrop_change_state):
19865         * gst/y4m/gsty4mencode.c: (gst_y4mencode_change_state):
19866         * po/af.po:
19867         * po/az.po:
19868         * po/cs.po:
19869         * po/en_GB.po:
19870         * po/hu.po:
19871         * po/it.po:
19872         * po/nb.po:
19873         * po/nl.po:
19874         * po/or.po:
19875         * po/sq.po:
19876         * po/sr.po:
19877         * po/sv.po:
19878         * po/uk.po:
19879         * po/vi.po:
19880         * sys/cdrom/gstcdplayer.c: (cdplayer_change_state):
19881         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_change_state):
19882         * sys/dxr3/dxr3spusink.c: (dxr3spusink_change_state):
19883         * sys/dxr3/dxr3videosink.c: (dxr3videosink_change_state):
19884         * sys/glsink/glimagesink.c: (gst_glimagesink_change_state):
19885         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state):
19886         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_change_state):
19887         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_change_state):
19888         * sys/sunaudio/gstsunelement.c: (gst_sunaudioelement_change_state):
19889         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_change_state):
19890         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_change_state):
19891         * sys/vcd/vcdsrc.c: (gst_vcdsrc_change_state):
19892           Fix up all the state change functions.
19893
19894 2005-09-05  Thomas Vander Stichele  <thomas at apestaart dot org>
19895
19896         * created gst-plugins-bad
19897
19898 2005-09-02  Flavio Oliveira  <flavio.oliveira@indt.org.br>
19899
19900         * configure.ac:
19901         * ext/Makefile.am:
19902         * ext/gsm/Makefile.am:
19903         * ext/gsm/gstgsm.c: 
19904         * ext/gsm/gstgsmenc.c: Ported GSM Encoder to GStreamer 0.9.
19905         * PORTED_09:
19906
19907 2005-08-31  Flavio Oliveira  <flavio.oliveira@indt.org.br>
19908
19909         * configure.ac:
19910         * ext/Makefile.am:
19911         * ext/faac/Makefile.am:
19912         * ext/faac/gstfaac.c: Ported to GStreamer 0.9.