gst/rtpmanager/gstrtpbin.c: Release pads of the session manager.
[platform/upstream/gstreamer.git] / ChangeLog
1 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
2
3         * gst/rtpmanager/gstrtpbin.c: (find_session_by_pad),
4         (free_session), (gst_rtp_bin_dispose), (remove_recv_rtp),
5         (remove_recv_rtcp), (remove_send_rtp), (remove_rtcp),
6         (gst_rtp_bin_release_pad):
7         Release pads of the session manager.
8         Start implementing releasing pads of gstrtpbin.
9
10         * gst/rtpmanager/gstrtpsession.c: (remove_recv_rtp_sink),
11         (remove_recv_rtcp_sink), (remove_send_rtp_sink),
12         (remove_send_rtcp_src), (gst_rtp_session_release_pad):
13         Implement releasing pads in gstrtpsession.
14
15 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
16
17         * gst/rtpmanager/gstrtpjitterbuffer.c:
18         (gst_jitter_buffer_sink_parse_caps):
19         Only update the seqnum-base when it was not already configured for the
20         streams.
21
22 2008-10-06  Stefan Kost  <ensonic@users.sf.net>
23
24         * configure.ac
25         * ext/metadata/README:
26         * ext/metadata/metadataexif.c:
27         * ext/metadata/metadatatags.c:
28         * ext/metadata/metadatatags.h:
29           Start using core geo tags (bump req). Fix handling of location
30           references.
31
32         * tests/check/Makefile.am:
33           Sort blacklisted elements and remove moved ones. Add new test.
34
35         * tests/check/pipelines/metadata.c:
36           Add first tests for metadata element.
37
38         * tests/icles/metadata_editor.c:
39           Move free to correct place.
40
41 2008-10-06  Stefan Kost  <ensonic@users.sf.net>
42
43         * tests/check/generic/states.c:
44           Stop test on state-change error. Should be applied on other modules if
45           we agree that it makes sense.
46
47 2008-10-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
48
49         * gst/mpegtsparse/mpegtsparse.c:
50         Actually copy the structure passed in when assigning it because
51         it gets freed straight after the function call.
52         Re: pat_info and pmt_info GstStructures.
53
54 2008-10-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
55
56         Patch by: Josep Torra
57
58         * gst/mpegdemux/gstmpegtsdemux.c:
59         Fix wrong firing of critical introduced by previous optimisation.
60
61 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
62
63         * ext/faac/gstfaac.c: (gst_faac_configure_source_pad):
64         Warn and clamp to max bitrate for samplerate.
65         Fixes #550486.
66
67 2008-10-03  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
68
69         * gst/mpegtsparse/mpegtsparse.c:
70         Fix possible crash where pat is pointing to a freed structure.
71
72 2008-10-03  Stefan Kost  <ensonic@users.sf.net>
73
74         * ext/metadata/README:
75         * ext/metadata/metadataexif.c:
76         * ext/metadata/metadatatags.c:
77         * ext/metadata/metadatatags.h:
78           Use core gps tags.
79
80 2008-10-03  Stefan Kost  <ensonic@users.sf.net>
81
82         * ext/metadata/metadata_mapping.htm:
83         * ext/metadata/metadataxmp.c:
84         * ext/metadata/Makefile.am:
85           Add mapping of format and mime type to xmp.
86
87 2008-10-02  Stefan Kost  <ensonic@users.sf.net>
88
89         * ext/metadata/README:
90         * ext/metadata/metadataexif.c:
91         * ext/metadata/metadatatags.c:
92         * ext/metadata/metadatatags.h:
93           Reverting. Will need to wait for core 0.10.21 release.
94
95 2008-10-02  Stefan Kost  <ensonic@users.sf.net>
96
97         * ext/metadata/README:
98         * ext/metadata/metadataexif.c:
99         * ext/metadata/metadatatags.c:
100         * ext/metadata/metadatatags.h:
101           Use core gps tags.
102
103 2008-09-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
104
105         * gst/flacparse/gstbaseparse.c: (gst_base_parse_finalize),
106         (gst_base_parse_class_init), (gst_base_parse_push_buffer),
107         (gst_base_parse_change_state), (gst_base_parse_set_index),
108         (gst_base_parse_get_index):
109         Add support for GstIndex.
110
111 2008-09-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
112
113         * gst/flacparse/gstbaseparse.c: (gst_base_parse_class_init),
114         (gst_base_parse_push_buffer),
115         (gst_base_parse_update_upstream_durations),
116         (gst_base_parse_convert), (gst_base_parse_frame_in_segment):
117         * gst/flacparse/gstbaseparse.h:
118         Provide a vfunc for the subclass to decide whether a frame is inside
119         the segment or not and add a default implementation.
120
121         Fix approximate bitrate calculations.
122
123 2008-09-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
124
125         * gst/flacparse/gstbaseparse.c: (gst_base_parse_class_init),
126         (gst_base_parse_init), (gst_base_parse_push_buffer),
127         (gst_base_parse_update_upstream_durations), (gst_base_parse_chain),
128         (gst_base_parse_loop), (gst_base_parse_activate),
129         (gst_base_parse_convert), (gst_base_parse_query):
130         Approximate the average bitrate, duration and size if possible
131         and add a default conversion function which uses this for
132         time<->byte conversions.
133
134         * gst/flacparse/gstflacparse.c: (gst_flac_parse_get_frame_size):
135         Fix parsing if upstream gives -1 as duration.
136
137 2008-09-30  Wim Taymans  <wim.taymans@collabora.co.uk>
138
139         * gst/rtpmanager/rtpsession.c: (on_new_ssrc), (on_ssrc_collision),
140         (on_ssrc_validated), (on_ssrc_active), (on_ssrc_sdes),
141         (on_bye_ssrc), (on_bye_timeout), (on_timeout), (on_sender_timeout):
142         Ref the rtpsource object before we release the session lock when we emit
143         the signals.
144
145 2008-09-30  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
146
147         * sys/Makefile.am:
148         * sys/wasapi/Makefile.am:
149         * sys/wasapi/gstwasapi.c:
150         * sys/wasapi/gstwasapisink.c:
151         * sys/wasapi/gstwasapisink.h:
152         * sys/wasapi/gstwasapisrc.c:
153         * sys/wasapi/gstwasapisrc.h:
154         * sys/wasapi/gstwasapiutil.c:
155         * sys/wasapi/gstwasapiutil.h:
156         New plugin for audio capture and playback using Windows Audio Session
157         API (WASAPI) available with Vista and newer (#520901).
158
159         Comes with hardcoded caps and obviously needs lots of love. Haven't
160         had time to work on this code since it was written, was initially just
161         a quick experiment to play around with this new API.
162
163 2008-09-30  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
164
165         * sys/dshowdecwrapper/gstdshowaudiodec.cpp
166           (AudioFakeSink.DoRenderSample):
167         Fix a couple of signed/unsigned comparison warnings.
168
169 2008-09-30  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
170
171         * sys/dshowdecwrapper/gstdshowaudiodec.h (AudioFakeSink.AudioFakeSink):
172         * sys/dshowdecwrapper/gstdshowvideodec.h (VideoFakeSink.VideoFakeSink):
173         Use the _T() macro to support both Unicode and MBCS.
174
175 2008-09-30  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
176
177         * ext/libmms/gstmms.c (plugin_init):
178         Fix return type of the GstURIHandler::get_type() implementation.
179
180 2008-09-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
181
182         * configure.ac:
183         * gst/flacparse/Makefile.am:
184         * gst/flacparse/gstbaseparse.c: (gst_base_parse_get_type),
185         (gst_base_parse_base_init), (gst_base_parse_base_finalize),
186         (gst_base_parse_finalize), (gst_base_parse_class_init),
187         (gst_base_parse_init), (gst_base_parse_check_frame),
188         (gst_base_parse_parse_frame), (gst_base_parse_bytepos_to_time),
189         (gst_base_parse_sink_event), (gst_base_parse_sink_eventfunc),
190         (gst_base_parse_src_event), (gst_base_parse_src_eventfunc),
191         (gst_base_parse_is_seekable), (gst_base_parse_push_buffer),
192         (gst_base_parse_handle_and_push_buffer), (gst_base_parse_drain),
193         (gst_base_parse_chain), (gst_base_parse_pull_range),
194         (gst_base_parse_loop), (gst_base_parse_sink_activate),
195         (gst_base_parse_activate), (gst_base_parse_sink_activate_push),
196         (gst_base_parse_sink_activate_pull), (gst_base_parse_set_duration),
197         (gst_base_parse_set_min_frame_size),
198         (gst_base_parse_get_querytypes), (gst_base_parse_query),
199         (gst_base_parse_handle_seek), (gst_base_parse_sink_setcaps):
200         * gst/flacparse/gstbaseparse.h:
201         * gst/flacparse/gstbitreader.c: (gst_bit_reader_new),
202         (gst_bit_reader_new_from_buffer), (gst_bit_reader_free),
203         (gst_bit_reader_init), (gst_bit_reader_init_from_buffer),
204         (gst_bit_reader_set_pos), (gst_bit_reader_get_pos),
205         (gst_bit_reader_get_remaining), (gst_bit_reader_skip),
206         (gst_bit_reader_skip_to_byte):
207         * gst/flacparse/gstbitreader.h:
208         * gst/flacparse/gstbytereader.c: (GDOUBLE_SWAP_LE_BE),
209         (GFLOAT_SWAP_LE_BE), (gst_byte_reader_new),
210         (gst_byte_reader_new_from_buffer), (gst_byte_reader_free),
211         (gst_byte_reader_init), (gst_byte_reader_init_from_buffer),
212         (gst_byte_reader_set_pos), (gst_byte_reader_get_pos),
213         (gst_byte_reader_get_remaining), (gst_byte_reader_skip),
214         (gst_byte_reader_get_uint8), (gst_byte_reader_get_int8),
215         (gst_byte_reader_peek_uint8), (gst_byte_reader_peek_int8),
216         (gst_byte_reader_get_uint24_le), (gst_byte_reader_get_uint24_be),
217         (gst_byte_reader_get_int24_le), (gst_byte_reader_get_int24_be),
218         (gst_byte_reader_peek_uint24_le), (gst_byte_reader_peek_uint24_be),
219         (gst_byte_reader_peek_int24_le), (gst_byte_reader_peek_int24_be):
220         * gst/flacparse/gstbytereader.h:
221         * gst/flacparse/gstflac.c: (plugin_init):
222         * gst/flacparse/gstflacparse.c: (gst_flac_parse_base_init),
223         (gst_flac_parse_class_init), (gst_flac_parse_init),
224         (gst_flac_parse_finalize), (gst_flac_parse_start),
225         (gst_flac_parse_stop), (gst_flac_parse_get_frame_size),
226         (gst_flac_parse_check_valid_frame),
227         (gst_flac_parse_handle_streaminfo),
228         (gst_flac_parse_handle_vorbiscomment),
229         (gst_flac_parse_handle_picture), (_value_array_append_buffer),
230         (gst_flac_parse_handle_headers), (gst_flac_parse_generate_headers),
231         (gst_flac_parse_parse_frame):
232         * gst/flacparse/gstflacparse.h:
233         Add FLAC parser, based on GstBaseParse. Also add the bit and byte reader
234         that will be added to libgstbase later.
235
236         The FLAC parser is currently not 100% bug free and fails to get the
237         correct frame size for some frames in some streams.
238
239 2008-09-27  Jan Schmidt  <jan.schmidt@sun.com>
240
241         * ext/resindvd/gstmpegdemux.c:
242         * ext/resindvd/gstmpegdemux.h:
243         * ext/resindvd/resindvdbin.c:
244         * ext/resindvd/resindvdsrc.c:
245         * ext/resindvd/rsnstreamselector.c:
246         Add in Title/Chapter seeking, and simple but buggy audio
247         and subtitle stream selection.
248
249 2008-09-24  Michael Smith <msmith@songbirdnest.com>
250
251         * sys/dshowdecwrapper/gstdshowaudiodec.cpp:
252         * sys/dshowdecwrapper/gstdshowaudiodec.h:
253         * sys/dshowdecwrapper/gstdshowfakesrc.cpp:
254         * sys/dshowdecwrapper/gstdshowutil.cpp:
255         * sys/dshowdecwrapper/gstdshowutil.h:
256         * sys/dshowdecwrapper/gstdshowvideodec.cpp:
257         * sys/dshowdecwrapper/gstdshowvideodec.h:
258           Prefer known-good filters, create directly by GUID if possible,
259           fall back to creating highest-merit filter otherwise.
260           Fixes playback with random dshow filters installed in some
261           cases.
262
263 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
264
265         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_insert),
266         (rtp_jitter_buffer_get_sync):
267         * gst/rtpmanager/rtpsession.c: (on_sender_timeout),
268         (session_cleanup):
269         * gst/rtpmanager/rtpsource.c:
270         Fix some docs.
271
272 2008-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
273
274         Patch from: Josep Torra
275
276         * gst/mpegdemux/gstmpegtsdemux.c:
277         * gst/mpegdemux/gstmpegtsdemux.h:
278         Use a preallocated buffer per stream for PES packets sent on src pads.
279         Adaptively adjust buffer size appropriately.
280
281 2008-09-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
282
283         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_start),
284           (gst_neonhttp_src_send_request_and_redirect):
285           Clean up the debug logging code and #ifdef mess a bit: whether or not
286           gstreamer debug messages should be output should not depend on an
287           element property; also, GST_ELEMENT_ERROR will leave a line in the log
288           already, so merge the more useful debug log messages with the less useful
289           error debug strings.
290
291 2008-09-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
292
293         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_start):
294           Don't post LIBRARY_INIT errors where we should be posting
295           RESOURCE OPEN_READ errors. Fixes #552506.
296
297 2008-09-17  Jan Schmidt  <jan.schmidt@sun.com>
298
299         * ext/jack/gstjackaudiosink.c: (jack_process_cb):
300         * gst/rtpmanager/rtpjitterbuffer.c: (calculate_skew):
301         Fix compiler warnings on OS/X
302
303 2008-09-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
304
305         patch by: Michael Krufky
306
307         * sys/dvb/gstdvbsrc.c:
308         Add adapter_name for bus message in ATSC case. Fixes #552536.
309
310 2008-09-15  Stefan Kost  <ensonic@users.sf.net>
311
312         * ext/celt/gstceltenc.h:
313           Help gtk-doc to parse this correctly.
314
315         * gst/pcapparse/gstpcapparse.c:
316           Add missing include.
317
318 2008-09-15  Stefan Kost  <ensonic@users.sf.net>
319
320         * examples/Makefile.am:
321           Only built scaletempo example if we have gtk.
322
323 2008-09-13  Wim Taymans  <wim.taymans@collabora.co.uk>
324
325         * gst/rtpmanager/gstrtpbin.c: (create_session),
326         (gst_rtp_bin_associate), (gst_rtp_bin_sync_chain):
327         Do not try to adjust the offset of streams for which we have not yet
328         seen an SR packet. Avoids large ts-offsets in some cases.
329
330 2008-09-10  Michael Smith <msmith@songbirdnest.com>
331
332         * sys/dshowdecwrapper/Makefile.am:
333         * sys/dshowdecwrapper/gstdshowaudiodec.c:
334         * sys/dshowdecwrapper/gstdshowaudiodec.cpp:
335         * sys/dshowdecwrapper/gstdshowaudiodec.h:
336         * sys/dshowdecwrapper/gstdshowdecwrapper.c:
337         * sys/dshowdecwrapper/gstdshowdecwrapper.cpp:
338         * sys/dshowdecwrapper/gstdshowdecwrapper.h:
339         * sys/dshowdecwrapper/gstdshowfakesrc.cpp:
340         * sys/dshowdecwrapper/gstdshowfakesrc.h:
341         * sys/dshowdecwrapper/gstdshowutil.cpp:
342         * sys/dshowdecwrapper/gstdshowutil.h:
343         * sys/dshowdecwrapper/gstdshowvideodec.c:
344         * sys/dshowdecwrapper/gstdshowvideodec.cpp:
345         * sys/dshowdecwrapper/gstdshowvideodec.h:
346           Major rewrite of dshowdecwrapper. Converts code to
347           C++, moves to direct use of DirectShow base classes,
348           make a lot of code clearer, simplify, etc.
349           Fix decode of MP3 on Vista by working around an apparent
350           bug in the decoder.
351
352 2008-09-10  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
353
354         * sys/winks/gstksclock.c (gst_ks_clock_worker_thread_func,
355           gst_ks_clock_start):
356           Synchronize KS clock as a single-shot operation for now, there's not
357           much point in doing it periodically until we're actually using the
358           KS timestamps for anything else than just discarding old frames.
359         * sys/winks/gstksvideosrc.c (gst_ks_video_src_open_device):
360           Provide the GstClock when opening the device if we already have one.
361
362 2008-09-10  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
363
364         * sys/winks/gstksvideodevice.c (GST_DEBUG_IS_ENABLED, last_timestamp,
365           gst_ks_video_device_prepare_buffers, gst_ks_video_device_create_pin,
366           gst_ks_video_device_set_state, gst_ks_video_device_request_frame,
367           gst_ks_video_device_read_frame):
368           Guard against capturing old frames by keeping track of the last
369           timestamp and also zero-fill the buffers before each capture.
370           Only assign a master clock if the pin hasn't already got one.
371           Actually free buffers on the way down to avoid a huge memory leak,
372           as this was previously done when changing state to ACQUIRE downwards
373           and we now skip that state on the way down.
374           Add some debug.
375         * sys/winks/gstksvideosrc.c (DEFAULT_DEVICE_PATH, DEFAULT_DEVICE_NAME,
376           DEFAULT_DEVICE_INDEX, KS_WORKER_LOCK, KS_WORKER_UNLOCK,
377           KS_WORKER_WAIT, KS_WORKER_NOTIFY, KS_WORKER_WAIT_FOR_RESULT,
378           KS_WORKER_NOTIFY_RESULT, KS_WORKER_STATE_STARTING,
379           KS_WORKER_STATE_READY, KS_WORKER_STATE_STOPPING,
380           KS_WORKER_STATE_ERROR, KsWorkerState, device_path, device_name,
381           device_index, running, worker_thread, worker_lock,
382           worker_notify_cond, worker_result_cond, worker_state,
383           worker_pending_caps, worker_setcaps_result, worker_pending_run,
384           worker_run_result, gst_ks_video_src_reset,
385           gst_ks_video_src_apply_driver_quirks, gst_ks_video_src_open_device,
386           gst_ks_video_src_close_device, gst_ks_video_src_worker_func,
387           gst_ks_video_src_start_worker, gst_ks_video_src_stop_worker,
388           gst_ks_video_src_change_state, gst_ks_video_src_set_clock,
389           gst_ks_video_src_set_caps, gst_ks_video_src_timestamp_buffer,
390           gst_ks_video_src_create):
391           Remove ENABLE_CLOCK_DEBUG define, it's GST_LEVEL_DEBUG after all.
392           Get rid of PROP_ENSLAVE_KSCLOCK and always slave the ks clock to the
393           GStreamer clock, it doesn't seem to hurt and matches DirectShow's
394           behavior. As an added bonus we usually get PresentationTime set for
395           each frame, so we can expand on this later for smarter latency
396           reporting (by looking at the diff between the timestamp from the
397           driver and the time according to the GStreamer clock).
398           Use an internal worker thread for opening the device, setting caps,
399           changing its state and closing it. This way we're a lot more
400           compatible with drivers that rely on hacks to do video-effects
401           between the low-level NT API and the application. Ick.
402           Start the ks clock and set the pin to KSSTATE_RUN on the first
403           create() so that we'll hopefully get hold of the GStreamer clock
404           from the very beginning. This way there's no chance that the
405           timestamps will make a sudden jump in the beginning of the stream
406           when we're running with a clock.
407         * sys/winks/kshelpers.c (CHECK_OPTIONS_FLAG,
408           ks_options_flags_to_string):
409           Reorder the flags to match the headerfile order, and make the string
410           a bit more compact.
411         * sys/winks/ksvideohelpers.c (ks_video_probe_filter_for_caps):
412           Avoid leaking KSPROPERTY_PIN_DATARANGES.
413
414 2008-09-09  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
415
416         * configure.ac:
417         * ext/Makefile.am:
418         * ext/jp2k/Makefile.am:
419         * ext/jp2k/gstjasperdec.c: (gst_jasper_dec_base_init),
420         (gst_jasper_dec_class_init), (gst_jasper_dec_init),
421         (gst_jasper_dec_reset), (gst_jasper_dec_sink_setcaps),
422         (gst_jasper_dec_negotiate), (gst_jasper_dec_get_picture),
423         (gst_jasper_dec_chain), (gst_jasper_dec_set_property),
424         (gst_jasper_dec_get_property), (gst_jasper_dec_change_state),
425         (plugin_init):
426         * ext/jp2k/gstjasperdec.h:
427         Add jp2k plugin.  Fixes #550657.
428
429 2008-09-09  Edward Hervey  <edward.hervey@collabora.co.uk>
430
431         * gst/mpegdemux/flumpegdemux.c: (plugin_init):
432         * gst/mpegdemux/gstmpegdemux.c: (gst_flups_demux_sync_get_type),
433         (gst_flups_demux_get_type), (gst_flups_demux_plugin_init):
434         * gst/mpegdemux/gstmpegtsdemux.c: (gst_fluts_demux_get_type),
435         (gst_fluts_demux_plugin_init):
436         Fix conflicting public names in new mpeg demuxers.
437         Fixes #550468
438
439 2008-09-08  Michael Smith <msmith@songbirdnest.com>
440
441         * gst/aiffparse/aiffparse.c:
442           Support chunks in AIFF in any order in pull mode, and any order so
443           long as we get COMM before the actual data (SSND) in push mode.
444           Fixes playback of AIFC files.
445
446 2008-09-08  Wim Taymans  <wim.taymans@collabora.co.uk>
447
448         * gst/selector/gstinputselector.c: (gst_selector_pad_reset),
449         (gst_input_selector_reset), (gst_input_selector_change_state):
450         Reset the selector state when going to READY.
451
452 2008-09-05  Wim Taymans  <wim.taymans@collabora.co.uk>
453
454         * gst/rtpmanager/gstrtpbin.c: (on_sender_timeout),
455         (create_session), (gst_rtp_bin_associate),
456         (gst_rtp_bin_sync_chain), (gst_rtp_bin_class_init),
457         (gst_rtp_bin_request_new_pad):
458         * gst/rtpmanager/gstrtpbin.h:
459         Add signal to notify listeners when a sender becomes a receiver.
460         Tweak lip-sync code, don't store our own copy of the ts-offset of the
461         jitterbuffer, don't adjust sync if the change is less than 4msec.
462         Get the RTP timestamp <-> GStreamer timestamp relation directly from
463         the jitterbuffer instead of our inaccurate version from the source.
464
465         * gst/rtpmanager/gstrtpjitterbuffer.c:
466         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop),
467         (gst_rtp_jitter_buffer_get_sync):
468         * gst/rtpmanager/gstrtpjitterbuffer.h:
469         Add G_LIKELY macros, use global defines for max packet reorder and
470         dropouts.
471         Reset the jitterbuffer clock skew detection when packets seqnums are
472         changed unexpectedly.
473
474         * gst/rtpmanager/gstrtpsession.c: (on_sender_timeout),
475         (gst_rtp_session_class_init), (gst_rtp_session_init):
476         * gst/rtpmanager/gstrtpsession.h:
477         Add sender timeout signal.
478
479         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_reset_skew),
480         (calculate_skew), (rtp_jitter_buffer_insert),
481         (rtp_jitter_buffer_get_sync):
482         * gst/rtpmanager/rtpjitterbuffer.h:
483         Add some G_LIKELY macros.
484         Keep track of the extended RTP timestamp so that we can report the RTP
485         timestamp <-> GStreamer timestamp relation for lip-sync.
486         Remove server timestamp gap detection code, the server can sometimes
487         make a huge gap in timestamps (talk spurts,...) see #549774.
488         Detect timetamp weirdness instead by observing the sender/receiver
489         timestamp relation and resync if it changes more than 1 second.
490         Add method to report about the current rtp <-> gst timestamp relation
491         which is needed for lip-sync.
492
493         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
494         (on_sender_timeout), (check_collision), (rtp_session_process_sr),
495         (session_cleanup):
496         * gst/rtpmanager/rtpsession.h:
497         Add sender timeout signal.
498         Remove inaccurate rtp <-> gst timestamp relation code, the
499         jitterbuffer can now do an accurate reporting about this.
500
501         * gst/rtpmanager/rtpsource.c: (rtp_source_init),
502         (rtp_source_update_caps), (calculate_jitter),
503         (rtp_source_process_rtp):
504         * gst/rtpmanager/rtpsource.h:
505         Remove inaccurate rtp <-> gst timestamp relation code.
506
507         * gst/rtpmanager/rtpstats.h:
508         Define global max-reorder and max-dropout constants for use in various
509         subsystems.
510
511 2008-09-05  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
512
513         patch by: Sebastian Pölsterl
514
515         * sys/dvb/gstdvbsrc.c:
516         Add DVB Adapter name to structure sent over bus.
517
518 2008-09-02  Edward Hervey  <edward.hervey@collabora.co.uk>
519
520         * gst/mpegdemux/gstmpegdemux.c: (gst_flups_demux_parse_pack_start):
521         * gst/mpegdemux/gstmpegtsdemux.c: (gst_fluts_demux_data_cb):
522         Fix build on macosx.
523
524 2008-09-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
525
526         * configure.ac:
527         * gst/mpegdemux/Makefile.am:
528         * gst/mpegdemux/flumpegdemux.c:
529         * gst/mpegdemux/flutspatinfo.c:
530         * gst/mpegdemux/flutspatinfo.h:
531         * gst/mpegdemux/flutspmtinfo.c:
532         * gst/mpegdemux/flutspmtinfo.h:
533         * gst/mpegdemux/flutspmtstreaminfo.c:
534         * gst/mpegdemux/flutspmtstreaminfo.h:
535         * gst/mpegdemux/gstmpegdefs.h:
536         * gst/mpegdemux/gstmpegdemux.c:
537         * gst/mpegdemux/gstmpegdemux.h:
538         * gst/mpegdemux/gstmpegdesc.c:
539         * gst/mpegdemux/gstmpegdesc.h:
540         * gst/mpegdemux/gstmpegtsdemux.c:
541         * gst/mpegdemux/gstmpegtsdemux.h:
542         * gst/mpegdemux/gstpesfilter.c:
543         * gst/mpegdemux/gstpesfilter.h:
544         * gst/mpegdemux/gstsectionfilter.c:
545         * gst/mpegdemux/gstsectionfilter.h:
546         Add Fluendo MPEG PS and TS demuxers to gst-plugins-bad. This
547         is now dual licensed MPL and LGPL.
548
549 2008-09-02  Wim Taymans  <wim.taymans@collabora.co.uk>
550
551         * gst/mpegtsmux/mpegtsmux.c: (new_packet_cb):
552         Set caps on outgoing buffers.
553
554 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
555
556         * ext/resindvd/plugin.c: (plugin_init):
557         * ext/resindvd/resindvdsrc.c:
558         * ext/twolame/gsttwolame.c: (plugin_init):
559         * gst/aiffparse/aiffparse.c: (plugin_init):
560           Enable/fix up translations for these plugins.
561
562         * po/LINGUAS:
563           Add 'ca' to LINGUAS.
564
565         * po/POTFILES.in:
566         * po/POTFILES.skip:
567           Add more files for translation and more files which tools
568           should skip.
569
570 2008-09-02  Edward Hervey  <edward.hervey@collabora.co.uk>
571
572         * gst/mpegtsmux/tsmux/tsmux.c: (tsmux_write_ts_header):
573         Fix build on macosx.
574
575 2008-09-01  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
576
577         * gst/mpegtsmux/mpegtsmux_aac.c: (mpegtsmux_prepare_aac):
578         Allocate a fixed size buffer on the stack instead of using malloc().
579
580         * gst/mpegtsmux/tsmux/tsmux.c: (tsmux_new), (tsmux_free),
581         (tsmux_program_new), (tsmux_program_free):
582         * gst/mpegtsmux/tsmux/tsmuxstream.c: (tsmux_stream_new),
583         (tsmux_stream_free), (tsmux_stream_consume),
584         (tsmux_stream_add_data):
585         Use GSlice.
586
587 2008-09-01  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
588
589         * gst/mpegtsmux/mpegtsmux.c: (mpegtsmux_create_stream):
590         Add support for muxing MPEG4 video.
591
592 2008-09-01  Edward Hervey  <edward.hervey@collabora.co.uk>
593
594         * gst/mpegtsmux/tsmux/tsmux.h:
595         * gst/mpegtsmux/tsmux/tsmuxstream.h:
596         Fix build of mpegtsmux.
597         
598 2008-09-01  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
599
600         * configure.ac:
601         * gst/mpegtsmux/Makefile.am:
602         * gst/mpegtsmux/mpegtsmux.c: (mpegtsmux_base_init),
603         (mpegtsmux_class_init), (mpegtsmux_init), (mpegtsmux_dispose),
604         (gst_mpegtsmux_set_property), (gst_mpegtsmux_get_property),
605         (release_buffer_cb), (mpegtsmux_create_stream),
606         (mpegtsmux_create_streams), (mpegtsmux_choose_best_stream),
607         (mpegtsmux_collected), (mpegtsmux_request_new_pad),
608         (mpegtsmux_release_pad), (new_packet_cb),
609         (mpegtsdemux_prepare_srcpad), (mpegtsmux_change_state),
610         (plugin_init):
611         * gst/mpegtsmux/mpegtsmux.h:
612         * gst/mpegtsmux/mpegtsmux_aac.c: (mpegtsmux_prepare_aac):
613         * gst/mpegtsmux/mpegtsmux_aac.h:
614         * gst/mpegtsmux/mpegtsmux_h264.c: (mpegtsmux_prepare_h264):
615         * gst/mpegtsmux/mpegtsmux_h264.h:
616         * gst/mpegtsmux/tsmux/Makefile.am:
617         * gst/mpegtsmux/tsmux/crc.h:
618         * gst/mpegtsmux/tsmux/tsmux.c: (tsmux_new), (tsmux_set_write_func),
619         (tsmux_set_pat_frequency), (tsmux_get_pat_frequency), (tsmux_free),
620         (tsmux_program_new), (tsmux_set_pmt_frequency),
621         (tsmux_get_pmt_frequency), (tsmux_program_add_stream),
622         (tsmux_program_set_pcr_stream), (tsmux_get_new_pid),
623         (tsmux_create_stream), (tsmux_find_stream), (tsmux_packet_out),
624         (tsmux_write_adaptation_field), (tsmux_write_ts_header),
625         (tsmux_write_stream_packet), (tsmux_program_free),
626         (tsmux_write_section), (tsmux_write_section_hdr),
627         (tsmux_write_pat), (tsmux_write_pmt):
628         * gst/mpegtsmux/tsmux/tsmux.h:
629         * gst/mpegtsmux/tsmux/tsmuxcommon.h:
630         * gst/mpegtsmux/tsmux/tsmuxstream.c: (tsmux_stream_new),
631         (tsmux_stream_get_pid), (tsmux_stream_free),
632         (tsmux_stream_set_buffer_release_func), (tsmux_stream_consume),
633         (tsmux_stream_at_pes_start), (tsmux_stream_bytes_avail),
634         (tsmux_stream_bytes_in_buffer), (tsmux_stream_get_data),
635         (tsmux_stream_pes_header_length),
636         (tsmux_stream_find_pts_dts_within),
637         (tsmux_stream_write_pes_header), (tsmux_stream_add_data),
638         (tsmux_stream_get_es_descrs), (tsmux_stream_pcr_ref),
639         (tsmux_stream_pcr_unref), (tsmux_stream_is_pcr),
640         (tsmux_stream_get_pts):
641         * gst/mpegtsmux/tsmux/tsmuxstream.h:
642         Add Fluendo MPEG-TS muxer and libtsmux to gst-plugins-bad. This
643         is renamed to mpegtsmux to prevent conflicts. Also all relevant
644         informations about copyright and license are added to the top of
645         every file but apart from that no changes compared to the latest
646         SVN versions happened.
647
648 2008-09-01  Wim Taymans  <wim.taymans@collabora.co.uk>
649
650         * gst/selector/gstinputselector.c: (gst_input_selector_init),
651         (gst_input_selector_event), (gst_input_selector_query):
652         Reuse the get_linked_pads for both source and sinkpads because they are
653         the same.
654         Implement a custum event handler and get the internally linked pad
655         directly instead of relying on the default (slower) implementation.
656
657 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
658
659         * ext/celt/gstceltdec.c: (celt_dec_chain_parse_data):
660         Correctly take the granulepos from upstream if possible and
661         correctly handle the granulepos in various calculations: the
662         granulepos is the sample number of the _last_ sample in a frame, not
663         the first. 
664
665         * ext/celt/gstceltenc.c: (gst_celt_enc_sinkevent),
666         (gst_celt_enc_encode), (gst_celt_enc_chain),
667         (gst_celt_enc_change_state):
668         * ext/celt/gstceltenc.h:
669         Handle non-zero start timestamps in the encoder and detect/handle
670         stream discontinuities. Fixes bug #547075.
671
672 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
673
674         Patch by: Rov Juvano <rovjuvano at users dot sourceforge dot net>
675
676         * configure.ac:
677         * docs/plugins/Makefile.am:
678         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
679         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
680         * docs/plugins/inspect/plugin-scaletempo.xml:
681         * examples/scaletempo/Makefile.am:
682         * examples/scaletempo/demo-gui.c: (pop_status_bar),
683         (status_bar_printf), (demo_gui_seek_bar_format), (update_position),
684         (demo_gui_seek_bar_change), (demo_gui_do_change_rate),
685         (demo_gui_do_set_rate), (demo_gui_do_rate_entered),
686         (demo_gui_do_toggle_advanced), (demo_gui_do_toggle_disabled),
687         (demo_gui_do_seek), (demo_gui_do_play), (demo_gui_do_pause),
688         (demo_gui_do_play_pause), (demo_gui_do_open_file),
689         (demo_gui_do_playlist_prev), (demo_gui_do_playlist_next),
690         (demo_gui_do_about_dialog), (demo_gui_do_quit),
691         (demo_gui_request_set_stride), (demo_gui_request_set_overlap),
692         (demo_gui_request_set_search), (demo_gui_rate_changed),
693         (demo_gui_playing_started), (demo_gui_playing_paused),
694         (demo_gui_playing_ended), (demo_gui_player_errored),
695         (demo_gui_stride_changed), (demo_gui_overlap_changed),
696         (demo_gui_search_changed), (demo_gui_set_player_func),
697         (demo_gui_set_playlist_func), (build_gvalue_array),
698         (create_action), (demo_gui_show_func), (demo_gui_set_player),
699         (demo_gui_set_playlist), (demo_gui_show), (demo_gui_get_property),
700         (demo_gui_set_property), (demo_gui_init), (demo_gui_class_init),
701         (demo_gui_get_type):
702         * examples/scaletempo/demo-gui.h:
703         * examples/scaletempo/demo-main.c: (handle_error_message),
704         (handle_quit), (main):
705         * examples/scaletempo/demo-player.c: (no_pipeline),
706         (demo_player_event_listener), (demo_player_state_changed_cb),
707         (demo_player_eos_cb), (demo_player_build_pipeline), (_set_rate),
708         (demo_player_scale_rate_func), (demo_player_set_rate_func),
709         (_set_state_and_wait), (demo_player_load_uri_func),
710         (demo_player_play_func), (demo_player_pause_func), (_seek_to),
711         (demo_player_seek_by_func), (demo_player_seek_to_func),
712         (demo_player_get_position_func), (demo_player_get_duration_func),
713         (demo_player_scale_rate), (demo_player_set_rate),
714         (demo_player_load_uri), (demo_player_play), (demo_player_pause),
715         (demo_player_seek_by), (demo_player_seek_to),
716         (demo_player_get_position), (demo_player_get_duration),
717         (demo_player_get_property), (demo_player_set_property),
718         (demo_player_init), (demo_player_class_init),
719         (demo_player_get_type):
720         * examples/scaletempo/demo-player.h:
721         * gst/scaletempo/Makefile.am:
722         * gst/scaletempo/gstscaletempo.c: (best_overlap_offset_float),
723         (best_overlap_offset_s16), (output_overlap_float),
724         (output_overlap_s16), (fill_queue), (reinit_buffers),
725         (gst_scaletempo_transform), (gst_scaletempo_transform_size),
726         (gst_scaletempo_sink_event), (gst_scaletempo_set_caps),
727         (gst_scaletempo_get_property), (gst_scaletempo_set_property),
728         (gst_scaletempo_base_init), (gst_scaletempo_class_init),
729         (gst_scaletempo_init):
730         * gst/scaletempo/gstscaletempo.h:
731         * gst/scaletempo/gstscaletempoplugin.c: (plugin_init):
732         Add scaletempo plugin, which allows to scale the speed of audio without
733         changing the pitch by handling seeks with a rate!=1.0.
734         Integrate it into the docs and add the example application for it.
735         Fixes bug #537700.
736
737 2008-08-30  David Schleef  <ds@schleef.org>
738
739         * ext/dirac/gstdiracenc.cc: Fix some memleaks.
740
741 2008-08-29  David Schleef  <ds@schleef.org>
742
743         * ext/dirac/gstdiracenc.cc: Fix EOS handling.  Clean up at
744           object disposal.  Handle 4:2:2 and 4:4:4 video.
745
746 2008-08-29  Jan Schmidt  <Jan.Schmidt@sun.com>
747
748         * ext/resindvd/resindvdbin.c:
749         Fix compiler warning on Forte.
750
751 2008-08-29  Jan Schmidt  <Jan.Schmidt@sun.com>
752
753         * configure.ac:
754         Commit FIONREAD check, needed for the dccp src.
755
756 2008-08-29  Edward Hervey  <edward.hervey@collabora.co.uk>
757
758         * ext/faac/gstfaac.c: (gst_faac_init), (gst_faac_sink_event),
759         (gst_faac_chain), (gst_faac_change_state):
760         * ext/faac/gstfaac.h:
761         Add code for calculating proper timestamp/duration for the trailing
762         encoded buffers that faac will output when receiving EOS.
763
764 2008-08-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
765
766         * configure.ac:
767         Fix CFLAGS and LIBS for the apexsink.
768
769 2008-08-28  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
770
771         * sys/winks/ksvideohelpers.c (ks_video_media_type_free):
772           Avoid leaking the KSDATARANGE member of each KsVideoMediaType.
773
774 2008-08-28  Jan Schmidt  <Jan.Schmidt@sun.com>
775
776         * gst/dccp/gstdccp.c:
777         * gst/dccp/gstdccpclientsrc.c:
778         Fix compilation on Solaris by including filio.h as needed.
779
780         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
781         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll2.inc:
782         Fix compilation with Forte - apparently it hates concatenating a
783         macro argument that starts with an underscore??
784
785 2008-08-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
786
787         Patch by: Jérémie Bernard <gremimail at gmail dot com>
788
789         * configure.ac:
790         * ext/apexsink/LGPL-3.0.txt:
791         * ext/apexsink/Makefile.am:
792         * ext/apexsink/gstapexplugin.c: (plugin_init):
793         * ext/apexsink/gstapexraop.c: (g_strdel), (gst_apexraop_send),
794         (gst_apexraop_recv), (gst_apexraop_new), (gst_apexraop_free),
795         (gst_apexraop_set_host), (gst_apexraop_get_host),
796         (gst_apexraop_set_port), (gst_apexraop_get_port),
797         (gst_apexraop_set_useragent), (gst_apexraop_get_useragent),
798         (gst_apexraop_connect), (gst_apexraop_get_jacktype),
799         (gst_apexraop_get_jackstatus), (gst_apexraop_close),
800         (gst_apexraop_set_volume), (gst_apexraop_write_bits),
801         (gst_apexraop_write), (gst_apexraop_flush):
802         * ext/apexsink/gstapexraop.h:
803         * ext/apexsink/gstapexsink.c: (gst_apexsink_jackstatus_get_type),
804         (gst_apexsink_jacktype_get_type), (gst_apexsink_interfaces_init),
805         (gst_apexsink_implements_interface_init),
806         (gst_apexsink_mixer_interface_init),
807         (gst_apexsink_interface_supported),
808         (gst_apexsink_mixer_list_tracks), (gst_apexsink_mixer_set_volume),
809         (gst_apexsink_mixer_get_volume), (gst_apexsink_base_init),
810         (gst_apexsink_class_init), (gst_apexsink_init),
811         (gst_apexsink_set_property), (gst_apexsink_get_property),
812         (gst_apexsink_finalise), (gst_apexsink_open),
813         (gst_apexsink_prepare), (gst_apexsink_write),
814         (gst_apexsink_unprepare), (gst_apexsink_delay),
815         (gst_apexsink_reset), (gst_apexsink_close):
816         * ext/apexsink/gstapexsink.h:
817         Add apexsink for audio output to Apple AirPort Express Wireless
818         devices. Fixes bug #542510.
819
820 2008-08-28  Wim Taymans  <wim.taymans@collabora.co.uk>
821
822         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_send_rtcp),
823         (gst_rtp_session_event_send_rtp_sink):
824         Send EOS when the session object instructs us to.
825
826         * gst/rtpmanager/rtpsession.c: (rtp_session_on_timeout):
827         * gst/rtpmanager/rtpsession.h:
828         Make it possible for the session manager to instruct us to send EOS. We
829         currently will EOS when the session is a sender and when the sender part
830         goes EOS. This is not entirely correct behaviour because the session
831         could still participate as a receiver.
832         Fixes #549409.
833
834 2008-08-27  Michael Smith <msmith@songbirdnest.com>
835
836         * gst/aiffparse/aiffparse.c:
837           Read size of chunks preceeding the audio data with the
838           correct endianness. Fixes playback of some files.
839           Fixes #538500
840
841 2008-08-27  Michael Smith <msmith@songbirdnest.com>
842
843         * configure.ac:
844         * gst/aiffparse/Makefile.am:
845         * gst/aiffparse/aiffparse.c:
846         * gst/aiffparse/aiffparse.h:
847           Add an AIFF parsing element, heavily based on wavparse.
848
849 2008-08-27  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
850
851         * sys/winks/gstksvideodevice.c (gst_ks_video_device_class_init,
852           gst_ks_video_device_set_state):
853           Don't set the pin state to KSSTATE_RUN from the streaming thread.
854           Skip KSSTATE_ACQUIRE when changing pin state downwards.
855           Be nice and specify G_PARAM_STATIC_STRINGS.
856           Remove unused finalize method.
857
858         * sys/winks/gstksvideosrc.c (DEFAULT_ENABLE_QUIRKS, PROP_ENABLE_QUIRKS,
859           enable_quirks, gst_ks_video_src_class_init, gst_ks_video_src_init,
860           gst_ks_video_src_finalize, gst_ks_video_src_get_property,
861           gst_ks_video_src_set_property, gst_ks_video_src_reset,
862           gst_ks_video_src_apply_driver_quirks, gst_ks_video_src_change_state,
863           gst_ks_video_src_set_caps):
864           First driver quirk: work around Logitech's hostile driver software to
865           improve stability and performance. See comments for details.
866           Provide a property to disable driver quirks (enabled by default).
867           Be nice and specify G_PARAM_STATIC_STRINGS.
868           Remove unused dispose method.
869           Tweak include order.
870
871 2008-08-27  Wim Taymans  <wim.taymans@collabora.co.uk>
872
873         * gst/selector/gstinputselector.c: (gst_input_selector_init),
874         (gst_input_selector_query):
875         Implement the LATENCY query in a better way by taking the latency of all
876         sinkpads and taking the min/max instead of just taking a random pad.
877
878 2008-08-26  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
879
880         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc:
881         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopTop.inc:
882         * gst/deinterlace2/tvtime/tomsmocomp/StrangeBob.inc:
883         * gst/deinterlace2/tvtime/tomsmocomp/WierdBob.inc:
884         Unroll the loop to handle two bytes at once. This should give
885         a small speedup and makes it possible to handle chroma and luma
886         different which is needed later.
887
888 2008-08-26  Edward Hervey  <edward.hervey@collabora.co.uk>
889
890         * gst/dccp/gstdccpserversink.c:
891         * gst/dccp/gstdccpserversink.h:
892         Don't put globals only used by one '.c' file in a header !
893         Declare it as static, fixes build on macosx.
894
895 2008-08-26  Edward Hervey  <edward.hervey@collabora.co.uk>
896
897         * gst/dccp/gstdccp.c: (gst_dccp_send_buffer):
898         Whoops, that was one fix too much :)
899
900 2008-08-26  Edward Hervey  <edward.hervey@collabora.co.uk>
901
902         * gst/dccp/gstdccp.c: (gst_dccp_read_buffer),
903         (gst_dccp_send_buffer), (gst_dccp_set_sock_windowsize):
904         size_t's size varies by platform/architecture. Use glib convenience
905         macro instead. Fixes build on macosx.
906         Remove ending '\n' in debug statements.
907
908 2008-08-26  Edward Hervey  <edward.hervey@collabora.co.uk>
909
910         * gst/pcapparse/gstpcapparse.c: (gst_pcap_parse_class_init):
911         Remove unused code and fix includes.
912
913 2008-08-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
914
915         * gst/deinterlace2/gstdeinterlace2.c:
916         (gst_deinterlace_method_class_init):
917         * gst/deinterlace2/gstdeinterlace2.h:
918         * gst/deinterlace2/tvtime/tomsmocomp.c:
919         (gst_deinterlace_method_tomsmocomp_class_init):
920         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc:
921         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopTop.inc:
922         * gst/deinterlace2/tvtime/tomsmocomp/StrangeBob.inc:
923         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
924         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll2.inc:
925         * gst/deinterlace2/tvtime/tomsmocomp/WierdBob.inc:
926         * gst/deinterlace2/tvtime/tomsmocomp/tomsmocompmacros.h:
927         First part of the C implementation of the tomsmocomp deinterlacing
928         algorithm. This only supports search-effort=0 currently, is painfully
929         slow and needs some cleanup later when all search-effort settings
930         are implemented in C.
931
932 2008-08-24  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
933
934         * configure.ac:
935         * sys/Makefile.am:
936         * sys/winks/Makefile.am:
937         * sys/winks/gstksclock.c:
938         * sys/winks/gstksclock.h:
939         * sys/winks/gstksvideodevice.c:
940         * sys/winks/gstksvideodevice.h:
941         * sys/winks/gstksvideosrc.c:
942         * sys/winks/gstksvideosrc.h:
943         * sys/winks/kshelpers.c:
944         * sys/winks/kshelpers.h:
945         * sys/winks/ksvideohelpers.c:
946         * sys/winks/ksvideohelpers.h:
947           New plugin for low-latency video capture on Windows (#519935).
948
949           Uses Kernel Streaming, the lowest level API for doing video capture
950           on Windows (more or less just raw ioctls).
951
952 2008-08-24  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
953
954         * gst/pcapparse/gstpcapparse.c:
955         * sys/winscreencap/gstdx9screencapsrc.c:
956         * sys/winscreencap/gstgdiscreencapsrc.c:
957           Added documentation blobs. Thanks to Stefan for noticing!
958
959 2008-08-24  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
960
961         * configure.ac:
962         * gst/pcapparse/Makefile.am:
963         * gst/pcapparse/gstpcapparse.c:
964         * gst/pcapparse/gstpcapparse.h:
965           New plugin: pcapparse (#520899).
966
967 2008-08-24  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
968
969         patch by: Haakon Sporsheim <hakon.sporsheim@tandberg.com>
970
971         * configure.ac:
972         * sys/Makefile.am:
973         * sys/winscreencap/Makefile.am:
974         * sys/winscreencap/gstdx9screencapsrc.c:
975         * sys/winscreencap/gstdx9screencapsrc.h:
976         * sys/winscreencap/gstgdiscreencapsrc.c:
977         * sys/winscreencap/gstgdiscreencapsrc.h:
978         * sys/winscreencap/gstwinscreencap.c:
979         * sys/winscreencap/gstwinscreencap.h:
980           New plugin: winscreencap (#463941).
981
982 2008-08-22  Michael Smith <msmith@songbirdnest.com>
983
984         * sys/dshowdecwrapper/gstdshowaudiodec.c:
985           Flip mpeg1/mpeg2 arrays for mpeg audio. Detect which type the audio
986           is correctly, instead of backwards. No functional changes, since this
987           mistake was completely self-consistent.
988
989 2008-08-22  Stefan Kost  <ensonic@users.sf.net>
990
991         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
992           Add, but commented out xml/element-dc1394.xml. Its documented, but
993           I can't get it to be build.
994
995         * ext/celt/gstceltdec.c:
996         * ext/celt/gstceltenc.c:
997           Fix doc warnings and reformat the doc block.
998
999 2008-08-21  Stefan Kost  <ensonic@users.sf.net>
1000
1001         patch by: Leandro Melo de Sales <leandroal@gmail.com>
1002
1003         * configure.ac:
1004         * docs/plugins/Makefile.am:
1005         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1006         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1007         * docs/plugins/gst-plugins-bad-plugins.args:
1008         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
1009         * docs/plugins/gst-plugins-bad-plugins.interfaces:
1010         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
1011         * docs/plugins/gst-plugins-bad-plugins.signals:
1012         * docs/plugins/inspect/plugin-dccp.xml:
1013         * gst/dccp/Makefile.am:
1014         * gst/dccp/gstdccp.c:
1015         * gst/dccp/gstdccp.h:
1016         * gst/dccp/gstdccpclientsink.c:
1017         * gst/dccp/gstdccpclientsink.h:
1018         * gst/dccp/gstdccpclientsrc.c:
1019         * gst/dccp/gstdccpclientsrc.h:
1020         * gst/dccp/gstdccpplugin.c:
1021         * gst/dccp/gstdccpserversink.c:
1022         * gst/dccp/gstdccpserversink.h:
1023         * gst/dccp/gstdccpserversrc.c:
1024         * gst/dccp/gstdccpserversrc.h:
1025         * tests/icles/dccp/README:
1026         * tests/icles/dccp/call/README:
1027         * tests/icles/dccp/call/DCCPClient.c:
1028         * tests/icles/dccp/call/DCCPServer.c:
1029         * tests/icles/dccp/file/DCCPClientSaveFile.c:
1030         * tests/icles/dccp/file/DCCPServerSendFile.c:
1031         * tests/icles/dccp/mic/DCCPClientPlayMic.c:
1032         * tests/icles/dccp/mic/DCCPServerMic.c:
1033         * tests/icles/dccp/mp3/DCCPClientPlayMP3.c:
1034         * tests/icles/dccp/mp3/DCCPServerSendMP3.c:
1035         * tests/icles/dccp/mp3Speex/DCCPClientPlaySpeexMP3.c:
1036         * tests/icles/dccp/mp3Speex/DCCPServerSendSpeexMP3.c:
1037         * tests/icles/dccp/mp3Stream/DCCPClientPlayMP3Stream.c:
1038         * tests/icles/dccp/mp3Stream/DCCPServerSendMP3Stream.c:
1039           Add dccp plugin. Fixes #542390.
1040
1041 2008-08-20  Tim-Philipp Müller  <tim at collabora co uk>
1042
1043         * configure.ac:
1044           Remove bits that presumably weren't supposed to be committed.
1045
1046 2008-08-20  Michael Smith <msmith@songbirdnest.com>
1047
1048         * configure.ac:
1049         * sys/Makefile.am:
1050         * sys/acmenc/Makefile.am:
1051         * sys/acmenc/acmenc.c:
1052           Add new windows ACM encoder wrapper.
1053
1054 2008-08-18  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1055
1056         patch by: Michael Krufky
1057
1058         * sys/dvb/gstdvbsrc.c:
1059         * sys/dvb/parsechannels.c:
1060         Add ATSC tunning and channels.conf parsing support.
1061         Fixes #537455
1062
1063 2008-08-13  Michael Smith <msmith@songbirdnest.com>
1064
1065         * sys/dshowdecwrapper/gstdshowaudiodec.c:
1066         * sys/dshowdecwrapper/gstdshowaudiodec.h:
1067         * sys/dshowdecwrapper/gstdshowvideodec.c:
1068         * sys/dshowdecwrapper/gstdshowvideodec.h:
1069         * sys/dshowvideosink/dshowvideosink.cpp:
1070         * sys/dshowvideosink/dshowvideosink.h:
1071           Initialise COM with default flags.
1072           Only deinitialise if the initialisation was successful.
1073
1074 2008-08-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1075
1076         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_associate),
1077         (gst_rtp_bin_sync_chain), (new_ssrc_pad_found):
1078         Reset rtp timestamp interpollation when we detect a gap when the
1079         clock_base changed.
1080         Don't try to adjust the ts-offset when it's too big (> 3seconds)
1081
1082         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_set_ssrc):
1083         * gst/rtpmanager/gstrtpsession.h:
1084         Add method to set session SSRC.
1085
1086         * gst/rtpmanager/rtpsession.c: (check_collision),
1087         (rtp_session_set_internal_ssrc), (rtp_session_get_internal_ssrc),
1088         (rtp_session_on_timeout):
1089         * gst/rtpmanager/rtpsession.h:
1090         Added debugging for the collision checks.
1091         Add method to change the internal SSRC of the session.
1092
1093         * gst/rtpmanager/rtpsource.c: (rtp_source_process_rtp):
1094         Reset the clock base when we detect large jumps in the seqnums.
1095
1096 2008-08-12  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1097
1098         * ext/x264/gstx264enc.c: (gst_x264_enc_reset),
1099         (gst_x264_enc_chain), (gst_x264_enc_encode_frame):
1100         * ext/x264/gstx264enc.h:
1101         Do not deal with duplicated input (timestamps).  If needed,
1102         a generic element can do so.
1103         Do not manipulate input timestamps on the way out,
1104         since that shifts the timeline and A/V sync.
1105
1106 2008-08-12  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1107
1108         * docs/plugins/gst-plugins-bad-plugins.args:
1109         Integrate new properties into documentation.
1110         * ext/x264/gstx264enc.c: (gst_x264_enc_class_init),
1111         (gst_x264_enc_init), (gst_x264_enc_init_encoder),
1112         (gst_x264_enc_set_property), (gst_x264_enc_get_property):
1113         Fix up API prior to eventual plugin move.
1114         API: GstX264Enc:pass (provides more options, and changed to enum)
1115
1116 2008-08-12  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1117
1118         * docs/plugins/Makefile.am:
1119         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1120         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1121         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
1122         * docs/plugins/inspect/plugin-mplex.xml:
1123         * ext/mplex/gstmplex.cc:
1124         Update and add documentation for mplex.
1125         * ext/mpeg2enc/gstmpeg2enc.cc:
1126         Documentation update.
1127
1128 2008-08-12  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1129
1130         * docs/plugins/Makefile.am:
1131         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1132         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1133         * ext/x264/gstx264enc.c:
1134         * tests/check/Makefile.am:
1135         * tests/check/elements/x264enc.c: (setup_x264enc),
1136         (cleanup_x264enc), (GST_START_TEST), (x264enc_suite), (main):
1137         Add documentation and unit test for x264enc.
1138
1139 2008-08-11  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1140
1141         * ext/x264/gstx264enc.c: (gst_x264_enc_init),
1142         (gst_x264_enc_header_buf), (gst_x264_enc_encode_frame):
1143         Allocate some buffers in more adaptive and economical fashion.
1144
1145 2008-08-11  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1146
1147         * configure.ac:
1148         Check for sufficiently up-to-date x264 API.
1149         * ext/x264/gstx264enc.c: (gst_x264_enc_pass_get_type),
1150         (gst_x264_enc_base_init), (gst_x264_enc_class_init),
1151         (gst_x264_enc_init), (gst_x264_enc_init_encoder),
1152         (gst_x264_enc_set_property), (gst_x264_enc_get_property):
1153         * ext/x264/gstx264enc.h:
1154         Expose some more parameters of the x264 encoder as properties.
1155
1156 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1157
1158         * gst/rtpmanager/gstrtpbin.c:
1159           Print the pad-name in debug log.
1160
1161         * sys/dshowsrcwrapper/gstdshowaudiosrc.c:
1162         * sys/dshowsrcwrapper/gstdshowvideosrc.c:
1163           Use "-" instead of "_" in property names. Can we call them just
1164           "device" like everywhere else?
1165
1166 2008-08-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1167
1168         * ext/x264/gstx264enc.c: (gst_x264_enc_log_callback),
1169         (gst_x264_enc_finalize), (gst_x264_enc_header_buf),
1170         (gst_x264_enc_set_src_caps), (gst_x264_enc_sink_set_caps),
1171         (gst_x264_enc_flush_frames):
1172         Coding style and layout; re-order some functions in more
1173         typical and natural flow.
1174
1175 2008-08-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1176
1177         * ext/x264/Makefile.am:
1178         * ext/x264/gstx264enc.c: (gst_x264_enc_set_src_caps),
1179         (gst_x264_enc_sink_set_caps), (gst_x264_enc_init),
1180         (gst_x264_enc_reset), (gst_x264_enc_finalize),
1181         (gst_x264_enc_flush_frames), (gst_x264_enc_sink_event),
1182         (gst_x264_enc_chain), (gst_x264_enc_encode_frame),
1183         (gst_x264_enc_change_state), (gst_x264_enc_set_property):
1184         * ext/x264/gstx264enc.h:
1185         Use GQueue in stead of custom queue code.
1186         Factorize flushing out encoder delayed frames.
1187         Factorize initialization and state change reset.
1188
1189 2008-08-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1190
1191         * ext/x264/gstx264enc.h:
1192         * sys/fbdev/gstfbdevsink.c:
1193         Use configure-generated _stdint.h.
1194
1195 2008-08-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1196
1197         * ext/x264/Makefile.am:
1198         * ext/x264/gstx264enc.c: (gst_x264_enc_header_buf),
1199         (gst_x264_enc_sink_set_caps), (gst_x264_enc_base_init),
1200         (gst_x264_enc_class_init), (gst_x264_enc_log_callback),
1201         (gst_x264_enc_init), (gst_x264_enc_init_encoder),
1202         (gst_x264_enc_finalize), (gst_x264_enc_chain),
1203         (gst_x264_enc_encode_frame), (plugin_init):
1204         * ext/x264/gstx264enc.h:
1205         Use video format library and GST_WRITE_*_BE macros where applicable.
1206         Use finalize in stead of dispose.
1207         Set up debug category and log callback.
1208
1209 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
1210
1211         Patch by: Frederic Crozat <fcrozat@mandriva.org>
1212
1213         * ext/sndfile/gstsf.c: (plugin_init):
1214         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_plugin_init):
1215         * sys/oss4/oss4-audio.c: (plugin_init):
1216         Make sure gettext returns translations in UTF-8 encoding rather
1217         than in the current locale encoding (#546822).
1218
1219 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1220
1221         * ext/twolame/gsttwolame.c: (gst_two_lame_sink_setcaps),
1222         (gst_two_lame_chain):
1223         * ext/twolame/gsttwolame.h:
1224         Allow raw float samples as input for encoding.
1225
1226 2008-08-07  Stefan Kost  <ensonic@users.sf.net>
1227
1228         * ext/jack/gstjackaudiosrc.c:
1229           Try committing this once again. Now properly renamed.
1230
1231 2008-08-07  Stefan Kost  <ensonic@users.sf.net>
1232
1233         * docs/plugins/Makefile.am:
1234         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1235         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1236         * docs/plugins/gst-plugins-bad-plugins.args:
1237         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
1238         * docs/plugins/gst-plugins-bad-plugins.interfaces:
1239         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
1240         * docs/plugins/inspect/plugin-jack.xml
1241           Add new element to docs.
1242
1243         * ext/jack/gstjack.h
1244           Add missing file.
1245
1246         * ext/jack/gstjackaudiosrc.c:
1247         * ext/jack/gstjackaudiosrc.h:
1248           Rename jackaudiosrc to jack_audio_src.
1249
1250 2008-08-07  Stefan Kost  <ensonic@users.sf.net>
1251
1252         patch by: Tristan Matthews <tristan@sat.qc.ca>
1253
1254         * ext/jack/Makefile.am:
1255         * ext/jack/gstjack.c:
1256         * ext/jack/gstjackaudioclient.c:
1257         * ext/jack/gstjackaudiosink.c:
1258         * ext/jack/gstjackaudiosink.h:
1259         * ext/jack/gstjackaudiosrc.c:
1260         * ext/jack/gstjackaudiosrc.h:
1261         * ext/jack/gstjackringbuffer.h:
1262           Add a jackaudiosrc. Refactor sink slightly for better code reuse.
1263           Fixes #545197.
1264
1265 2008-08-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1266
1267         * docs/plugins/Makefile.am:
1268         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1269         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1270         * docs/plugins/gst-plugins-bad-plugins.args:
1271         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
1272         * docs/plugins/gst-plugins-bad-plugins.interfaces:
1273         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
1274         * docs/plugins/inspect/plugin-celt.xml:
1275         * docs/plugins/inspect/plugin-twolame.xml:
1276         Add twolame and celt plugins to the docs.
1277
1278 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1279
1280         Based on patch by: Olivier Crete <tester at tester dot ca>
1281
1282         * gst/rtpmanager/gstrtpjitterbuffer.c:
1283         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
1284         Make the buffer metadata writable before inserting it in the
1285         jitterbuffer because the jitterbuffer will modify the timestamps.
1286
1287         * gst/rtpmanager/rtpjitterbuffer.c:
1288         Update method comment about requiring writable metadata on buffers.
1289
1290         * gst/rtpmanager/rtpsession.c: (rtp_session_process_sr),
1291         (rtp_session_process_rtcp):
1292         Make the RTCP buffer metadata writable because we want to modify the
1293         metadata.
1294         Fixes #546312.
1295
1296 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1297
1298         * gst/selector/gstinputselector.c: (gst_selector_pad_bufferalloc),
1299         (gst_selector_pad_chain), (gst_input_selector_getcaps),
1300         (gst_input_selector_activate_sinkpad):
1301         Move the select-all logic into the activation of the currently selected
1302         pad. We want to remember the last pad with activity in select-all mode.
1303         Fix the getcaps function, we can produce the union of the upstream caps
1304         in select-all mode, not the intersection like proxy_getcaps() does.
1305
1306 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1307
1308         Patch by: Håvard Graff <havard dot graff at tandberg dot com>
1309
1310         * gst/rtpmanager/gstrtpjitterbuffer.c:
1311         (gst_rtp_jitter_buffer_chain):
1312         Fix debug by logging the right seqnum.
1313
1314 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1315
1316         Patch by: Olivier Crete <tester at tester dot ca>
1317
1318         * gst/rtpmanager/gstrtpbin.c: (get_pt_map):
1319         Release lock before emitting the request-pt-map signal.
1320         Fixes #543480.
1321
1322 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1323
1324         * gst/deinterlace2/gstdeinterlace2.c:
1325         (gst_deinterlace_simple_method_interpolate_scanline),
1326         (gst_deinterlace_simple_method_copy_scanline),
1327         (gst_deinterlace_simple_method_deinterlace_frame):
1328         * gst/deinterlace2/tvtime/greedy.c: (deinterlace_frame_di_greedy):
1329         * gst/deinterlace2/tvtime/greedyh.c:
1330         (deinterlace_frame_di_greedyh):
1331         * gst/deinterlace2/tvtime/scalerbob.c:
1332         (deinterlace_scanline_scaler_bob):
1333         * gst/deinterlace2/tvtime/tomsmocomp.c: (Fieldcopy):
1334         * gst/deinterlace2/tvtime/weave.c: (deinterlace_scanline_weave),
1335         (copy_scanline):
1336         * gst/deinterlace2/tvtime/weavebff.c: (deinterlace_scanline_weave),
1337         (copy_scanline):
1338         * gst/deinterlace2/tvtime/weavetff.c: (deinterlace_scanline_weave),
1339         (copy_scanline):
1340         Use oil_memcpy() instead of memcpy() as it's faster for the sizes that
1341         are usually used here.
1342
1343 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1344
1345         * gst/deinterlace2/Makefile.am:
1346         * gst/deinterlace2/gstdeinterlace2.c:
1347         (gst_deinterlace_simple_method_deinterlace_frame),
1348         (gst_deinterlace2_methods_get_type), (gst_deinterlace2_set_method):
1349         * gst/deinterlace2/gstdeinterlace2.h:
1350         * gst/deinterlace2/tvtime/linear.c:
1351         (deinterlace_scanline_linear_c), (deinterlace_scanline_linear_mmx),
1352         (deinterlace_scanline_linear_mmxext),
1353         (gst_deinterlace_method_linear_class_init),
1354         (gst_deinterlace_method_linear_init):
1355         * gst/deinterlace2/tvtime/linearblend.c:
1356         (deinterlace_scanline_linear_blend_c),
1357         (deinterlace_scanline_linear_blend2_c),
1358         (deinterlace_scanline_linear_blend_mmx),
1359         (deinterlace_scanline_linear_blend2_mmx),
1360         (gst_deinterlace_method_linear_blend_class_init),
1361         (gst_deinterlace_method_linear_blend_init):
1362         * gst/deinterlace2/tvtime/plugins.h:
1363         * gst/deinterlace2/tvtime/scalerbob.c:
1364         (deinterlace_scanline_scaler_bob),
1365         (gst_deinterlace_method_scaler_bob_class_init),
1366         (gst_deinterlace_method_scaler_bob_init):
1367         * gst/deinterlace2/tvtime/weave.c: (deinterlace_scanline_weave),
1368         (copy_scanline), (gst_deinterlace_method_weave_class_init),
1369         (gst_deinterlace_method_weave_init):
1370         * gst/deinterlace2/tvtime/weavebff.c: (deinterlace_scanline_weave),
1371         (copy_scanline), (gst_deinterlace_method_weave_bff_class_init),
1372         (gst_deinterlace_method_weave_bff_init):
1373         * gst/deinterlace2/tvtime/weavetff.c: (deinterlace_scanline_weave),
1374         (copy_scanline), (gst_deinterlace_method_weave_tff_class_init),
1375         (gst_deinterlace_method_weave_tff_init):
1376         Add the remaining tvtime deinterlacing methods and fix the
1377         deinterlace_frame() implementation of GstDeinterlaceSimpleMethod.
1378
1379 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1380
1381         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_line_c),
1382         (deinterlace_line_mmx), (gst_deinterlace_method_vfir_class_init):
1383         Implement the VFIR deinterlacing method as simple method.
1384
1385 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1386
1387         * gst/deinterlace2/gstdeinterlace2.c:
1388         (gst_deinterlace_simple_method_interpolate_scanline),
1389         (gst_deinterlace_simple_method_copy_scanline),
1390         (gst_deinterlace_simple_method_deinterlace_frame),
1391         (gst_deinterlace_simple_method_class_init),
1392         (gst_deinterlace_simple_method_init):
1393         * gst/deinterlace2/gstdeinterlace2.h:
1394         Add a GstDeinterlaceSimpleMethod subclass of GstDeinterlaceMethod that
1395         can be used by simple deinterlacing methods. They only have to provide
1396         a function for interpolating a scanline or copying a scanline.
1397
1398 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1399
1400         * gst/deinterlace2/gstdeinterlace2.c: (gst_deinterlace2_chain):
1401         Respect the latency of the deinterlacing algorithm for the timestamps
1402         of every buffer.
1403
1404 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1405
1406         * gst/deinterlace2/tvtime/greedyh.asm:
1407         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc:
1408         Add the MMX registers to the clobbered registers only if __MMX__ is
1409         defined.
1410
1411 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1412
1413         * gst/deinterlace2/Makefile.am:
1414         * gst/deinterlace2/gstdeinterlace2.c:
1415         (gst_deinterlace2_methods_get_type), (gst_deinterlace2_set_method),
1416         (gst_deinterlace2_class_init):
1417         Enable tomsmocomp again as the C port will be ready for the next
1418         release.
1419
1420 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1421
1422         * gst/deinterlace2/gstdeinterlace2.c: (gst_deinterlace2_init),
1423         (gst_greatest_common_divisor), (gst_fraction_double),
1424         (gst_deinterlace2_getcaps), (gst_deinterlace2_setcaps):
1425         Don't use proxy_getcaps() but implement our own getcaps() function
1426         that doubles/halfs the framerate if all fields should be sent out.
1427
1428 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1429
1430         * configure.ac:
1431         * ext/Makefile.am:
1432         * ext/twolame/Makefile.am:
1433         * ext/twolame/gsttwolame.c: (gst_two_lame_mode_get_type),
1434         (gst_two_lame_padding_get_type), (gst_two_lame_emphasis_get_type),
1435         (gst_two_lame_release_memory), (gst_two_lame_finalize),
1436         (gst_two_lame_base_init), (gst_two_lame_class_init),
1437         (gst_two_lame_src_setcaps), (gst_two_lame_sink_setcaps),
1438         (gst_two_lame_init), (gst_two_lame_set_property),
1439         (gst_two_lame_get_property), (gst_two_lame_sink_event),
1440         (gst_two_lame_chain), (gst_two_lame_setup),
1441         (gst_two_lame_change_state), (gst_two_lame_get_default_settings),
1442         (plugin_init):
1443         * ext/twolame/gsttwolame.h:
1444         Add TwoLAME MP2 encoding element, based on the LAME element.
1445
1446 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1447
1448         * configure.ac:
1449         * ext/Makefile.am:
1450         * ext/celt/Makefile.am:
1451         * ext/celt/gstcelt.c: (plugin_init):
1452         * ext/celt/gstceltdec.c: (gst_celt_dec_base_init),
1453         (gst_celt_dec_class_init), (gst_celt_dec_reset),
1454         (gst_celt_dec_init), (celt_dec_convert),
1455         (celt_get_sink_query_types), (celt_dec_sink_query),
1456         (celt_get_src_query_types), (celt_dec_src_query),
1457         (celt_dec_src_event), (celt_dec_sink_event),
1458         (celt_dec_chain_parse_header), (celt_dec_chain_parse_comments),
1459         (celt_dec_chain_parse_data), (celt_dec_chain),
1460         (celt_dec_change_state):
1461         * ext/celt/gstceltdec.h:
1462         * ext/celt/gstceltenc.c: (gst_celt_enc_setup_interfaces),
1463         (gst_celt_enc_base_init), (gst_celt_enc_class_init),
1464         (gst_celt_enc_finalize), (gst_celt_enc_sink_setcaps),
1465         (gst_celt_enc_sink_getcaps), (gst_celt_enc_convert_src),
1466         (gst_celt_enc_convert_sink), (gst_celt_enc_get_latency),
1467         (gst_celt_enc_get_query_types), (gst_celt_enc_src_query),
1468         (gst_celt_enc_sink_query), (gst_celt_enc_init),
1469         (gst_celt_enc_create_metadata_buffer), (gst_celt_enc_setup),
1470         (gst_celt_enc_buffer_from_data), (gst_celt_enc_push_buffer),
1471         (gst_celt_enc_set_header_on_caps), (gst_celt_enc_sinkevent),
1472         (gst_celt_enc_chain), (gst_celt_enc_get_property),
1473         (gst_celt_enc_set_property), (gst_celt_enc_change_state):
1474         * ext/celt/gstceltenc.h:
1475         Add CELT encoder and decoder elements based on the Speex elements.
1476
1477 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1478
1479         Patch by: Tal Shalif <tshalif at nargila dot org>
1480
1481         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_initsdl):
1482         Use g_setenv() and g_unsetenv() instead of setenv() to fix compilation
1483         with mingw. Fixes bug #545247.
1484
1485 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
1486
1487         * configure.ac:
1488         Back to development -> 0.10.8.1
1489
1490 === release 0.10.8 ===
1491
1492 2008-07-28  Jan Schmidt <jan.schmidt@sun.com>
1493
1494         * configure.ac:
1495           releasing 0.10.8, "Vapour Trails"
1496
1497 2008-07-25  Jan Schmidt  <jan.schmidt@sun.com>
1498
1499         * configure.ac:
1500         0.10.7.3 pre-release
1501
1502         * po/LINGUAS:
1503         * po/id.po:
1504         Add Indonesian translation.
1505
1506 2008-07-23  Michael Smith <msmith@songbirdnest.com>
1507
1508         * gst/festival/gstfestival.c:
1509           Guard unistd.h with HAVE_UNISTD_H
1510         * gst/modplug/libmodplug/load_it.cpp:
1511         * gst/modplug/libmodplug/sndfile.cpp:
1512         * gst/modplug/libmodplug/sndfile.h:
1513         * gst/modplug/libmodplug/stdafx.h:
1514           Support for compiling with MSVC: use _MSC_VER for detecting MSVC instead
1515           of MSC_VER. Make CanPackSamples take the type it's passed. Change scope
1516           of a variable in load_it.cpp to MSVC's scoping rules.
1517         * gst/sdp/gstsdpdemux.c:
1518           Guard unistd.h with HAVE_UNISTD_H
1519           Fixes #544457.
1520
1521 2008-07-22  Stefan Kost  <ensonic@users.sf.net>
1522
1523         * ext/timidity/gsttimidity.c:
1524           Fix compiler warning. Fixes #544050.
1525
1526 2008-07-21  Jan Schmidt  <jan.schmidt@sun.com>
1527
1528         * configure.ac:
1529         Don't check for nav_print.h any more - it should be included in
1530         the libdvdnav development package if libdvdnav headers depend on it.
1531         Fixes: #543846
1532
1533 2008-07-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1534
1535         * configure.ac:
1536         * ext/ladspa/Makefile.am:
1537         Link the ladspa plugin with -ldl. It's needed for dlopen() and friends
1538         for loading the ladspa plugins and previously was linked in by
1539         gmodule. Fixes bug #543848.
1540
1541 2008-07-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1542
1543         * gst/modplug/libmodplug/Makefile.am:
1544         Use GST_CXXFLAGS instead of GST_CFLAGS for CXXFLAGS. GST_CFLAGS
1545         can contain compiler parameters that are invalid for C++.
1546         Fixes bug #543860.
1547
1548 2008-07-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1549
1550         * ext/resindvd/Makefile.am:
1551         Dist missing header files. Fixes bug #543861.
1552
1553 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
1554
1555         * configure.ac:
1556         0.10.7.2 pre-release
1557
1558 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
1559
1560         * ext/Makefile.am:
1561         Dist and recurse into resindvd subdir
1562
1563 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
1564
1565         * configure.ac:
1566         Remove interleave and replaygain configure.ac pieces too
1567
1568 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
1569
1570         * po/LINGUAS:
1571         * po/lt.po:
1572         Add new lithunian translation, and add french to the LINGUAS
1573         file.
1574
1575 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
1576
1577         * docs/plugins/Makefile.am:
1578         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1579         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1580         * docs/plugins/gst-plugins-bad-plugins.args:
1581         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
1582         * docs/plugins/gst-plugins-bad-plugins.interfaces:
1583         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
1584         * docs/plugins/inspect/plugin-interleave.xml:
1585         * docs/plugins/inspect/plugin-replaygain.xml:
1586         * gst/interleave/Makefile.am:
1587         * gst/interleave/deinterleave.c:
1588         * gst/interleave/deinterleave.h:
1589         * gst/interleave/interleave.c:
1590         * gst/interleave/interleave.h:
1591         * gst/interleave/plugin.c:
1592         * gst/interleave/plugin.h:
1593         * gst/replaygain/Makefile.am:
1594         * gst/replaygain/gstrganalysis.c:
1595         * gst/replaygain/gstrganalysis.h:
1596         * gst/replaygain/gstrglimiter.c:
1597         * gst/replaygain/gstrglimiter.h:
1598         * gst/replaygain/gstrgvolume.c:
1599         * gst/replaygain/gstrgvolume.h:
1600         * gst/replaygain/replaygain.c:
1601         * gst/replaygain/replaygain.h:
1602         * gst/replaygain/rganalysis.c:
1603         * gst/replaygain/rganalysis.h:
1604         * tests/check/Makefile.am:
1605         * tests/check/elements/deinterleave.c:
1606         * tests/check/elements/interleave.c:
1607         * tests/check/elements/rganalysis.c:
1608         * tests/check/elements/rglimiter.c:
1609         * tests/check/elements/rgvolume.c:
1610         Remove interleave and replaygain plugins that have moved to -good
1611
1612 2008-07-18  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1613
1614         * configure.ac:
1615         * gst/deinterlace2/Makefile.am:
1616         * gst/deinterlace2/gstdeinterlace2.c:
1617         (gst_deinterlace2_methods_get_type), (gst_deinterlace2_set_method),
1618         (gst_deinterlace2_class_init), (gst_deinterlace2_init):
1619         * gst/deinterlace2/gstdeinterlace2.h:
1620         * gst/deinterlace2/tvtime/greedy.c:
1621         (gst_deinterlace_method_greedy_l_class_init):
1622         * gst/deinterlace2/tvtime/greedyh.c:
1623         (gst_deinterlace_method_greedy_h_class_init):
1624         * gst/deinterlace2/tvtime/vfir.c:
1625         (gst_deinterlace_method_vfir_class_init):
1626         Disable the tomsmocomp algorithm for this release as it's buggy
1627         and has no C implementation yet.
1628
1629         Build the deinterlace2 plugin on all architectures but still mark it
1630         as experimental.
1631         
1632         Build the x86 inline assembly only if GCC inline assembly is supported
1633         and only on x86 or amd64. Fixes bug #543286.
1634
1635 2008-07-16  Jan Schmidt  <Jan.Schmidt@sun.com>
1636
1637         * gst/real/gstrealvideodec.c: (open_library):
1638         Add some casts to fix the build on Forte
1639
1640 2008-07-14  Edward Hervey  <edward.hervey@collabora.co.uk>
1641
1642         * gst/deinterlace2/tvtime/greedy.c:
1643         (gst_deinterlace_method_greedy_l_class_init):
1644         * gst/deinterlace2/tvtime/greedyh.c:
1645         (gst_deinterlace_method_greedy_h_class_init):
1646         * gst/deinterlace2/tvtime/vfir.c:
1647         (gst_deinterlace_method_vfir_class_init):
1648         Fix build on x86_64
1649
1650 2008-07-14  Jan Schmidt  <thaytan@noraisin.net>
1651
1652         * ext/resindvd/gstmpegdemux.c:
1653         Remove whitespace line.
1654
1655         * ext/resindvd/resindvdbin.c:
1656         * ext/resindvd/resindvdbin.h:
1657         Make it so that audio/video pads aren't added to the bin
1658         until after data flow starts.
1659
1660         * ext/resindvd/resin-play:
1661         Move video buffer queue outside resindvdbin
1662
1663         * ext/resindvd/resindvdsrc.c:
1664         Check that the nav_clock_id didn't already get unscheduled.
1665
1666         * gst/dvdspu/gstdvdspu.c:
1667         Remove assert that sometimes triggers erroneously.
1668
1669 2008-07-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1670
1671         * gst/deinterlace2/tvtime/greedyh.asm:
1672         Always use the C implementation if width is not a multiple of 4. The
1673         assembly optimized version only handle this and calling the C
1674         implementation for the remaining part doesn't work because it needs
1675         previous calculations.
1676
1677 2008-07-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1678
1679         * gst/deinterlace2/tvtime/greedyh.asm:
1680         * gst/deinterlace2/tvtime/greedyh.c:
1681         * gst/deinterlace2/tvtime/greedyhmacros.h:
1682         Some cleanup, use 3DNOW instead of TDNOW in macros.
1683
1684         * gst/deinterlace2/tvtime/tomsmocomp.c:
1685         (gst_deinterlace_method_tomsmocomp_class_init):
1686         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
1687         * gst/deinterlace2/tvtime/tomsmocomp/tomsmocompmacros.h:
1688         The SSE method in fact only needs MMXEXT, declare it as such.
1689
1690 2008-07-11  Jan Schmidt  <thaytan@noraisin.net>
1691
1692         * docs/plugins/.cvsignore:
1693         Ignore *-undeclared.txt
1694
1695         * ext/resindvd/rsnaudiomunge.c:
1696         Turn g_print's into debug statements.
1697
1698         * ext/resindvd/resin-play:
1699         * ext/resindvd/Makefile.am:
1700         * ext/resindvd/resindvdbin.c:
1701         * ext/resindvd/resindvdbin.h:
1702         * ext/resindvd/rsnparsetter.c:
1703         * ext/resindvd/rsnparsetter.h:
1704         * ext/resindvd/rsnwrappedbuffer.c:
1705         * ext/resindvd/rsnwrappedbuffer.h:
1706         Add a bloated implementation of a really simple idea: Replace the
1707         pixel-aspect-ratio in the output video with a prescribed one when
1708         necessary. There must be an easier way.
1709
1710         Split the dvdspu out of the resindvdbin and put out the subpicture
1711         stream on the subpicture pad.
1712
1713         * ext/resindvd/gstmpegdemux.c:
1714         Send video-aspect events down the pipe from the demuxer.
1715
1716         * ext/resindvd/resindvdsrc.c:
1717         * ext/resindvd/resindvdsrc.h:
1718         Handle timed-stills somewhat using g_cond_timed_wait, with a FIXME
1719         to make it use clock-waiting later.
1720
1721         * ext/resindvd/rsnbasesrc.c:
1722         Don't overwrite the last_stop in the basesrc segment after a seamless
1723         seek.
1724
1725 2008-07-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1726
1727         * gst/mpegtsparse/mpegtspacketizer.c:
1728         Convert extended event text to UTF-8.
1729
1730 2008-07-10  Stefan Kost  <ensonic@users.sf.net>
1731
1732         * docs/plugins/Makefile.am:
1733         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1734         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1735         * docs/plugins/gst-plugins-bad-plugins.args:
1736         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
1737         * docs/plugins/gst-plugins-bad-plugins.interfaces:
1738         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
1739         * docs/plugins/gst-plugins-bad-plugins.signals:
1740         * docs/plugins/inspect/plugin-stereo.xml:
1741         * gst/stereo/gststereo.c:
1742           Document one more.
1743
1744 2008-07-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1745
1746         * gst/mpegtsparse/gstmpegdesc.h:
1747         Fix extended event descriptor parsing, out by 1 in position of
1748         text length.
1749
1750 2008-07-09  Stefan Kost  <ensonic@users.sf.net>
1751
1752         * gst/festival/gstfestival.c:
1753           Add a note to the docs, that festival need to be running. Also log an
1754           error it it is not. Fixes #541327
1755
1756 2008-07-08  Thijs Vermeir  <thijsvermeir@gmail.com>
1757
1758         patch by: Ilja Pavkovic <illsen@gumblfarz.de>
1759
1760         * gst/librfb/gstrfbsrc.c:
1761         * gst/librfb/gstrfbsrc.h:
1762         Add view-only property to ignore the navigation events
1763
1764 2008-07-08  Michael Smith <msmith@songbirdnest.com>
1765
1766         * sys/dshowdecwrapper/gstdshowaudiodec.c:
1767           Revert previous patch apart from typo fixes; the patch was not
1768           independently useful.
1769
1770 2008-07-08  Michael Smith <msmith@songbirdnest.com>
1771
1772         Based on patch by: Alessandro Decina <alessandro@nnva.org>
1773         * sys/dshowdecwrapper/gstdshowaudiodec.c:
1774         * sys/dshowdecwrapper/gstdshowdecwrapper.h:
1775         * sys/dshowdecwrapper/gstdshowvideodec.c:
1776           Add AAC, AC3 to handled codecs.
1777           Fix handling of flush events.
1778           Improve debug/error output.
1779           Fix a number of typos in comments and variable names.
1780
1781 2008-07-08  Thijs Vermeir  <thijsvermeir@gmail.com>
1782
1783         patch by: Ilja Pavkovic <illsen@gumblfarz.de>
1784
1785         * gst/librfb/rfbdecoder.c:
1786         Implement ServerCutText message
1787
1788 2008-07-08  Thijs Vermeir  <thijsvermeir@gmail.com>
1789
1790         patch by: Ilja Pavkovic <illsen@gumblfarz.de>
1791
1792         * gst/librfb/gstrfbsrc.c:
1793         * gst/librfb/rfbdecoder.c:
1794         Add property for shared desktop
1795
1796 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1797
1798         * configure.ac:
1799         Don't include ERROR_CFLAGS in GST_CXXFLAGS as it might include
1800         flags that are invalid for C++.
1801
1802 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1803
1804         * ext/spc/gstspc.c: (spc_setup):
1805         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopTop.inc:
1806         Don't use declarations after statements in the remaining code.
1807
1808 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1809
1810         Patch by:
1811           Jonathan Rosser <jonathan dot rosser at rd dot bbc dot co dot uk>
1812
1813         * ext/metadata/metadataexif.c: (metadataparse_handle_unit_tags):
1814         * ext/metadata/metadataxmp.c:
1815         (metadataparse_xmp_iter_add_to_tag_list):
1816         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_start):
1817         * ext/timidity/gstwildmidi.c: (gst_wildmidi_loop):
1818         Don't use declarations after statements.
1819
1820 2008-07-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1821
1822         patch by: Alessandro Decina
1823
1824         * gst/mpegtsparse/mpegtsparse.c:
1825         Fix memory leak by unreffing structures when not needed.
1826         Fixes #539292.
1827
1828 2008-07-07  Stefan Kost  <ensonic@users.sf.net>
1829
1830         * gst/sdp/gstsdpdemux.c:
1831           Use floating point math for latencies < 0 sec in log output.
1832
1833 2008-07-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1834
1835         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll2.inc:
1836         Mark internal processing functions as static inline for quite some
1837         speedup as they're used only once and need to get many local variables
1838         passed as parameter.
1839
1840 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1841
1842         * gst/deinterlace2/gstdeinterlace2.c:
1843         (gst_deinterlace_method_deinterlace_frame),
1844         (gst_deinterlace2_set_method), (gst_deinterlace2_init),
1845         (gst_deinterlace2_reset_history), (gst_deinterlace2_reset),
1846         (gst_deinterlace2_set_property), (gst_deinterlace2_get_property),
1847         (gst_deinterlace2_pop_history), (gst_deinterlace2_head_history),
1848         (gst_deinterlace2_push_history), (gst_deinterlace2_chain),
1849         (gst_deinterlace2_setcaps), (gst_deinterlace2_sink_event),
1850         (gst_deinterlace2_change_state), (gst_deinterlace2_src_event),
1851         (gst_deinterlace2_src_query):
1852         * gst/deinterlace2/gstdeinterlace2.h:
1853         Call the current instance "self" instead of "object".
1854
1855 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1856
1857         * gst/deinterlace2/gstdeinterlace2.c:
1858         (gst_deinterlace_method_get_latency),
1859         (gst_deinterlace2_set_method), (gst_deinterlace2_class_init),
1860         (gst_deinterlace2_push_history), (gst_deinterlace2_chain),
1861         (gst_deinterlace2_setcaps), (gst_deinterlace2_src_query):
1862         * gst/deinterlace2/gstdeinterlace2.h:
1863         Include latency of the method in the returned latency.
1864
1865         Fix outputting of all fields, i.e. doubling of the framerate.
1866
1867 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1868
1869         * gst/deinterlace2/Makefile.am:
1870         * gst/deinterlace2/gstdeinterlace2.c:
1871         (gst_deinterlace_method_class_init), (gst_deinterlace_method_init),
1872         (gst_deinterlace_method_deinterlace_frame),
1873         (gst_deinterlace_method_get_fields_required),
1874         (gst_deinterlace2_methods_get_type), (_do_init),
1875         (gst_deinterlace2_set_method), (gst_deinterlace2_class_init),
1876         (gst_deinterlace2_child_proxy_get_child_by_index),
1877         (gst_deinterlace2_child_proxy_get_children_count),
1878         (gst_deinterlace2_child_proxy_interface_init),
1879         (gst_deinterlace2_init), (gst_deinterlace2_finalize),
1880         (gst_deinterlace2_chain), (gst_deinterlace2_src_query):
1881         * gst/deinterlace2/gstdeinterlace2.h:
1882         * gst/deinterlace2/tvtime/greedy.c:
1883         (deinterlace_greedy_packed422_scanline_c),
1884         (deinterlace_greedy_packed422_scanline_mmx),
1885         (deinterlace_greedy_packed422_scanline_mmxext),
1886         (deinterlace_frame_di_greedy),
1887         (gst_deinterlace_method_greedy_l_set_property),
1888         (gst_deinterlace_method_greedy_l_get_property),
1889         (gst_deinterlace_method_greedy_l_class_init),
1890         (gst_deinterlace_method_greedy_l_init):
1891         * gst/deinterlace2/tvtime/greedyh.asm:
1892         * gst/deinterlace2/tvtime/greedyh.c: (greedyDScaler_C),
1893         (deinterlace_frame_di_greedyh),
1894         (gst_deinterlace_method_greedy_h_set_property),
1895         (gst_deinterlace_method_greedy_h_get_property),
1896         (gst_deinterlace_method_greedy_h_class_init),
1897         (gst_deinterlace_method_greedy_h_init):
1898         * gst/deinterlace2/tvtime/greedyh.h:
1899         * gst/deinterlace2/tvtime/plugins.h:
1900         * gst/deinterlace2/tvtime/tomsmocomp.c:
1901         (gst_deinterlace_method_tomsmocomp_set_property),
1902         (gst_deinterlace_method_tomsmocomp_get_property),
1903         (gst_deinterlace_method_tomsmocomp_class_init),
1904         (gst_deinterlace_method_tomsmocomp_init):
1905         * gst/deinterlace2/tvtime/tomsmocomp.h:
1906         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
1907         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_frame_vfir),
1908         (gst_deinterlace_method_vfir_class_init),
1909         (gst_deinterlace_method_vfir_init):
1910         Use a GstObject subtype for the deinterlacing methods and export
1911         the different settings for each deinterlacing method via GObject
1912         properties.
1913
1914         Implement GstChildProxy interface to allow access to the used
1915         deinterlacing method and to allow adjusting the different settings.
1916
1917         Move global variables of the tomsmocomp deinterlacing method into
1918         function local variables to make it possible to use this deinterlacing
1919         method from different instances.
1920
1921 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1922
1923         * gst/deinterlace2/tvtime/greedyh.asm:
1924         Support widths that are not a multiply of 4 when using the assembly
1925         optimized greedyh implementations.
1926
1927 2008-07-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1928
1929         * gst/deinterlace2/tvtime/greedyh.c:
1930         (deinterlace_frame_di_greedyh):
1931         Only build the assembly optimized implementations on x86.
1932
1933 2008-07-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1934
1935         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
1936
1937         * configure.ac:
1938         Fix checking of headers for the OSS4 plugin to fail if a single
1939         header doesn't exist already. AC_CHECK_HEADERS only fails if none
1940         of the headers is found. Fixes bug #541543.
1941
1942 2008-07-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1943
1944         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
1945
1946         * configure.ac:
1947         * gst/festival/Makefile.am:
1948         * gst/festival/gstfestival.c:
1949         Fix built of the festival plugin with mingw32 by linking to ws2_32.dll
1950         and including winsock headers. Fixes bug #541522.
1951
1952 2008-07-03  Peter Kjellerstedt  <pkj@axis.com>
1953
1954         * ChangeLog:
1955         * gst/rtpmanager/gstrtpjitterbuffer.c: (gst_rtp_jitter_buffer_loop):
1956         * gst/rtpmanager/rtpsource.c: (rtp_source_get_new_sr):
1957         Corrected a typo (interpollate -> interpolate).
1958
1959 2008-07-03  Peter Kjellerstedt  <pkj@axis.com>
1960
1961         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_process_rtp),
1962         (gst_rtp_session_send_rtp), (gst_rtp_session_send_rtcp),
1963         (gst_rtp_session_sync_rtcp), (gst_rtp_session_chain_recv_rtp),
1964         (gst_rtp_session_chain_recv_rtcp), (gst_rtp_session_chain_send_rtp):
1965         * gst/rtpmanager/rtpsession.c: (source_push_rtp),
1966         (rtp_session_send_rtp):
1967         * gst/rtpmanager/rtpsource.c: (push_packet), (calculate_jitter),
1968         (rtp_source_process_rtp), (rtp_source_send_rtp):
1969         Changed some GST_DEBUG() to GST_LOG() to reduce the spam when a
1970         pipeline is running normally.
1971
1972 2008-07-03  Peter Kjellerstedt  <pkj@axis.com>
1973
1974         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_init),
1975         (gst_rtp_session_finalize), (rtcp_thread),
1976         (gst_rtp_session_chain_recv_rtp), (gst_rtp_session_chain_recv_rtcp),
1977         (gst_rtp_session_event_send_rtp_sink),
1978         (gst_rtp_session_chain_send_rtp):
1979         * gst/rtpmanager/rtpsession.c: (check_collision),
1980         (update_arrival_stats), (rtp_session_process_rtp),
1981         (rtp_session_process_rtcp), (rtp_session_send_rtp),
1982         (rtp_session_send_bye_locked), (rtp_session_send_bye),
1983         (rtp_session_next_timeout), (session_report_blocks), (session_cleanup),
1984         (is_rtcp_time), (rtp_session_on_timeout):
1985         * gst/rtpmanager/rtpsession.h:
1986         Do not mix the use of g_get_current_time() with gst_clock_get_time().
1987
1988 2008-07-01  Jan Schmidt  <jan.schmidt@sun.com>
1989
1990         * gst/mpegvideoparse/mpegvideoparse.c:
1991         * gst/mpegvideoparse/mpegvideoparse.h:
1992         Queue new-segment events and send them after caps have been
1993         determined and set, so that the decoder will have been auto-plugged.
1994
1995 2008-07-01  Edward Hervey  <edward.hervey@collabora.co.uk>
1996
1997         Patch by : Michael Smith <msmith @ xiph dot org>
1998         
1999         * sys/qtwrapper/audiodecoders.c: (qtwrapper_audio_decoder_init),
2000         (clear_AudioStreamBasicDescription), (fill_indesc_mp3),
2001         (fill_indesc_aac), (make_samr_magic_cookie), (write_len),
2002         (make_aac_magic_cookie), (open_decoder), (process_buffer_cb),
2003         (qtwrapper_audio_decoder_chain),
2004         (qtwrapper_audio_decoder_sink_event),
2005         (qtwrapper_audio_decoder_base_init),
2006         (qtwrapper_audio_decoder_class_init),
2007         (qtwrapper_audio_decoders_register):
2008         * sys/qtwrapper/codecmapping.h:
2009         * sys/qtwrapper/imagedescription.c: (image_description_for_avc1),
2010         (image_description_for_mp4v), (image_description_from_stsd_buffer):
2011         * sys/qtwrapper/imagedescription.h:
2012         * sys/qtwrapper/qtutils.c: (get_name_info_from_component),
2013         (dump_avcc_atom), (dump_image_description),
2014         (AllocateAudioBufferList):
2015         * sys/qtwrapper/qtutils.h:
2016         * sys/qtwrapper/qtwrapper.c: (plugin_init):
2017         * sys/qtwrapper/qtwrapper.h:
2018         * sys/qtwrapper/videodecoders.c:
2019         (qtwrapper_video_decoder_base_init), (open_decoder),
2020         (decompressCb), (qtwrapper_video_decoder_chain),
2021         (qtwrapper_video_decoders_register):
2022         Make qtwrapper compile/work on win32.
2023         Lots of fixes
2024         Fixes #531840
2025
2026 2008-06-30  Jan Schmidt  <jan.schmidt@sun.com>
2027
2028         * gst/rawparse/gstvideoparse.c:
2029         Fix size calculation for RGB buffers -> bpp is in bits, so divide by 8
2030
2031 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2032
2033         * gst/deinterlace2/Makefile.am:
2034         * gst/deinterlace2/tvtime/tomsmocomp.c: (tomsmocomp_init),
2035         (tomsmocomp_filter_mmx), (tomsmocomp_filter_3dnow),
2036         (tomsmocomp_filter_sse), (deinterlace_frame_di_tomsmocomp):
2037         * gst/deinterlace2/tvtime/tomsmocomp.h:
2038         Remove useless file and mark everything possible as static.
2039
2040         * gst/deinterlace2/tvtime/greedy.c:
2041         * gst/deinterlace2/tvtime/greedyh.c:
2042         Use "_stdint.h" instead of <stdint.h>.
2043
2044 2008-06-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2045
2046         * gst/deinterlace2/Makefile.am:
2047         * gst/deinterlace2/gstdeinterlace2.c: (gst_deinterlace2_init):
2048         * gst/deinterlace2/tvtime/greedy.c: (deinterlace_frame_di_greedy):
2049         * gst/deinterlace2/tvtime/greedyh.c:
2050         (deinterlace_frame_di_greedyh):
2051         * gst/deinterlace2/tvtime/speedtools.h:
2052         * gst/deinterlace2/tvtime/speedy.c:
2053         * gst/deinterlace2/tvtime/speedy.h:
2054         * gst/deinterlace2/tvtime/tomsmocomp.c: (Fieldcopy):
2055         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
2056         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_frame_vfir):
2057         Get rid of speedy.[ch] as we don't use most of it's code anyway
2058         and it doesn't seem to be relicensed to LGPL. Use memcpy() instead
2059         of the speedy memcpy everywhere instead.
2060         
2061         * gst/deinterlace2/gstdeinterlace2.h:
2062         Remove many unused declarations.
2063
2064 2008-06-28  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2065
2066         * ext/mpeg2enc/gstmpeg2encoptions.cc:
2067         * ext/mpeg2enc/gstmpeg2encoptions.hh:
2068         Expose the additional MPEG HDTV format profiles available in latest
2069         mjpegtools version.
2070
2071 2008-06-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2072
2073         * gst/deinterlace2/gstdeinterlace2.c: (gst_deinterlace2_src_query):
2074         Divide latency be 2 to convert from fields to frames.
2075
2076 2008-06-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2077
2078         * gst/deinterlace2/tvtime/greedy.c:
2079         (deinterlace_greedy_packed422_scanline_c),
2080         (deinterlace_greedy_packed422_scanline_mmx),
2081         (deinterlace_greedy_packed422_scanline_mmxext),
2082         (deinterlace_frame_di_greedy):
2083         Don't use scanlines function from gstdeinterlace2 as it's
2084         not appropiate for this method. Instead implement deinterlace_frame
2085         function by taking the one from greedyh.
2086         
2087         * gst/deinterlace2/tvtime/greedyh.c: (greedyDScaler_C):
2088         Small fix for the C implementation.
2089
2090         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_frame_vfir):
2091         Don't use the scanlines function from gstdeinterlace2 as it's only
2092         used for this method and will be removed. Instead implement
2093         deinterlace_frame function and make it a bit more efficient.
2094
2095         * gst/deinterlace2/gstdeinterlace2.c:
2096         (gst_deinterlace2_class_init), (gst_deinterlace2_set_method),
2097         (gst_deinterlace2_push_history), (gst_deinterlace2_chain),
2098         (gst_deinterlace2_setcaps), (gst_deinterlace2_sink_event),
2099         (gst_deinterlace2_change_state), (gst_deinterlace2_src_event),
2100         (gst_deinterlace2_src_query):
2101         Fix coding style and remove scanlines function as it's unused now.
2102
2103 2008-06-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2104
2105         * gst/deinterlace2/tvtime/greedyh.asm:
2106         * gst/deinterlace2/tvtime/greedyh.c: (greedyDScaler_C),
2107         (deinterlace_frame_di_greedyh), (dscaler_greedyh_get_method):
2108         * gst/deinterlace2/tvtime/greedyhmacros.h:
2109         Add a C implementation for the greedyh deinterlacing method, clean
2110         up the code a bit and mark the SSE version as MMXEXT as it doesn't
2111         require any SSE instructions.
2112
2113 2008-06-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2114
2115         * gst/deinterlace2/gstdeinterlace2.c:
2116         (gst_deinterlace2_set_property), (gst_deinterlace2_chain),
2117         (gst_deinterlace2_setcaps):
2118         If we're outputting all fields the framerate has to be doubled.
2119
2120         Set duration on the outgoing buffers.
2121
2122 2008-06-26  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2123
2124         * docs/plugins/Makefile.am:
2125         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
2126         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
2127         * gst/y4m/gsty4mencode.c:
2128         Add documentation for YUV4MPEG2 encoder element.
2129
2130 2008-06-25  Edward Hervey  <edward.hervey@collabora.co.uk>
2131
2132         * gst/deinterlace2/tvtime/tomsmocomp/tomsmocompmacros.h:
2133         Remove unneeded macros that break build on macosx.
2134
2135 2008-06-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
2136
2137         * configure.ac:
2138           Depend on released versions of core and -base.
2139
2140 2008-06-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2141
2142         * gst/deinterlace2/tvtime/greedy.c:
2143         (deinterlace_greedy_packed422_scanline_mmx),
2144         (deinterlace_greedy_packed422_scanline_mmxext):
2145         Optimize MMX/MMXEXT implementations a bit by requiring two less
2146         memory accesses and fix the workaround for the missing right shift
2147         on bytes to unset the highest bit of every byte.
2148
2149 2008-06-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2150
2151         * gst/deinterlace2/tvtime/greedy.c:
2152         (deinterlace_greedy_packed422_scanline_mmxext):
2153         Remove sfence instruction as it's not needed and actually is an SSE
2154         instruction.
2155
2156 2008-06-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2157
2158         * gst/deinterlace2/tvtime/greedy.c:
2159         (deinterlace_greedy_packed422_scanline_mmx),
2160         (deinterlace_greedy_packed422_scanline):
2161         Add plain MMX implementation for the greedyl method.
2162
2163 2008-06-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2164
2165         * gst/deinterlace2/Makefile.am:
2166         Move the assembly includes to noinst_HEADERS where they belong.
2167
2168         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_line_c),
2169         (deinterlace_line_mmx):
2170         Fix C and MMX implementations a bit more.
2171
2172 2008-06-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2173
2174         * gst/deinterlace2/tvtime/greedy.c:
2175         (deinterlace_greedy_packed422_scanline_c),
2176         (deinterlace_greedy_packed422_scanline_mmxext),
2177         (deinterlace_greedy_packed422_scanline):
2178         Fix the C implementation to produce correct results and optimize the
2179         MMXEXT implementation.
2180
2181         Handle odd widths and don't read over array boundaries in the MMXEXT
2182         implementation.
2183
2184         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_line_c),
2185         (deinterlace_line_mmx), (deinterlace_scanline_vfir):
2186         Fix a small rounding bug in the MMX implementation, the MMX
2187         implementation doesn't actually need MMXEXT instructions so don't mark
2188         it as such.
2189
2190         Handle odd widths in both implementations.
2191
2192 2008-06-22  Stefan Kost  <ensonic@users.sf.net>
2193
2194         * ext/resindvd/rsnbasesrc.c:
2195           Use the right i18n header.
2196
2197 2008-06-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2198
2199         * gst/deinterlace2/tvtime/greedy.c:
2200         (deinterlace_greedy_packed422_scanline_sse),
2201         (deinterlace_greedy_packed422_scanline_c),
2202         (deinterlace_greedy_packed422_scanline):
2203         Implement a C version of the greedy low motion algorithm and mark the
2204         assembly optimized version as SSE as it uses SSE instructions
2205         additional to MMX instructions.
2206
2207 2008-06-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2208
2209         Patch by: Sebastian Pölsterl
2210
2211         * gst/mpegtsparse/mpegtspacketizer.c:
2212         Fix problem when empty string is provided.
2213
2214 2008-06-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2215
2216         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_line_mmxext),
2217         (deinterlace_line_c), (deinterlace_scanline_vfir):
2218         Make it possible to use the vfir method on X86 CPUs without MMXEXT too
2219         but use the MMXEXT optimized code whenever possible.
2220
2221 2008-06-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2222
2223         * gst/deinterlace2/gstdeinterlace2.c:
2224         (gst_deinterlace2_class_init), (gst_deinterlace2_init),
2225         (gst_deinterlace2_reset_history), (gst_deinterlace2_reset),
2226         (gst_deinterlace2_finalize), (gst_deinterlace2_chain),
2227         (gst_deinterlace2_sink_event), (gst_deinterlace2_change_state),
2228         (gst_deinterlace2_src_query):
2229         * gst/deinterlace2/gstdeinterlace2.h:
2230         Reset element state on PAUSED->READY properly, don't leak any buffers
2231         when finalizing, allocate buffers with gst_pad_alloc_buffer() and
2232         properly return flow returns from gst_pad_push() instead of ignoring them.
2233
2234 2008-06-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2235
2236         * gst/deinterlace2/tvtime/tomsmocomp/tomsmocompmacros.h:
2237         Add missing header.
2238
2239 2008-06-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2240
2241         * configure.ac:
2242         * gst/deinterlace2/Makefile.am:
2243         * gst/deinterlace2/tvtime/greedyh.asm:
2244         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc:
2245         Fix compilation on generic x86/amd64 and include deinterlace2 in the
2246         build system. Because of several bugs it's still enabled only
2247         by --enable-experimental.
2248
2249 2008-06-20  Jan Schmidt  <jan.schmidt@sun.com>
2250
2251         * ext/resindvd/resindvdsrc.c:
2252         * ext/resindvd/resindvdsrc.h:
2253         Schedule NAV packets and activate them with an async clock callback
2254         at the right moment. This makes delayed menu highlights appear
2255         at the correct time and fixes Back To The Future.
2256
2257         When outputting new segment in do_seek(), calculate our position
2258         value properly, so we report the right time when popping in and
2259         out of the menus.
2260
2261         * ext/resindvd/rsnbasesrc.c:
2262         When handling a non-flushing seek, accumulate the segment,
2263         rather than having every seek start from 0 and messing with sync
2264
2265 2008-06-19  Stefan Kost  <ensonic@users.sf.net>
2266
2267         * gst/selector/gstoutputselector.c:
2268         * tests/icles/output-selector-test.c:
2269           Use BOILERPLATE macro and update test to the latest api changes.
2270
2271 2008-06-19  Wim Taymans  <wim.taymans@collabora.co.uk>
2272
2273         * examples/app/appsink-src.c: (on_new_buffer_from_source):
2274         Don't use a buffer after unreffing it.
2275
2276 2008-06-18  Stefan Kost  <ensonic@users.sf.net>
2277
2278         * ext/metadata/metadataexif.c:
2279           Add description tag mapping.
2280
2281 2008-06-18  Stefan Kost  <ensonic@users.sf.net>
2282
2283         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
2284         * examples/app/appsrc-ra.c:
2285         * examples/app/appsrc-seekable.c:
2286         * examples/app/appsrc-stream.c:
2287         * examples/app/appsrc-stream2.c:
2288         * ext/directfb/dfbvideosink.h:
2289         * ext/metadata/gstbasemetadata.c:
2290         * ext/metadata/gstbasemetadata.h:
2291         * ext/metadata/metadata.c:
2292         * ext/metadata/metadataexif.c:
2293         * ext/theora/theoradec.h:
2294         * gst/deinterlace2/gstdeinterlace2.h:
2295         * gst/deinterlace2/tvtime/speedy.c:
2296         * gst/deinterlace2/tvtime/speedy.h:
2297         * gst/deinterlace2/tvtime/vfir.c:
2298          Fix gtk-doc warnings. Also don't misuse api-doc comments for normal
2299          comments.
2300
2301 2008-06-17  Jan Schmidt  <jan.schmidt@sun.com>
2302
2303         * ext/resindvd/resindvdbin.c:
2304         Parse the URI argument into the device name so dvd:///path/to/image
2305         works.
2306
2307         * ext/resindvd/resindvdsrc.c:
2308         Implement a trivial duration query reporting the current PGC length.
2309
2310         * gst/dvdspu/gstdvdspu.c:
2311         Rename typo in the function name.
2312
2313 2008-06-17  Sebastian Dröge  <slomo@circular-chaos.org>
2314
2315         * configure.ac:
2316         Disable deinterlace2 plugin again which was accidently enabled
2317         with last commit.
2318
2319 2008-06-17  Sebastian Dröge  <slomo@circular-chaos.org>
2320
2321         * configure.ac:
2322         * ext/resindvd/resindvdsrc.h:
2323         Make resindvd work with libdvdnav >= 4.0.0.
2324
2325 2008-06-17  Jan Schmidt  <thaytan@noraisin.net>
2326
2327         * configure.ac:
2328         Check for libdvdnav to build resindvd.
2329
2330         * ext/Makefile.am:
2331         * ext/resindvd/Makefile.am:
2332         * ext/resindvd/gstmpegdefs.h:
2333         * ext/resindvd/gstmpegdemux.c:
2334         * ext/resindvd/gstmpegdemux.h:
2335         * ext/resindvd/gstmpegdesc.c:
2336         * ext/resindvd/gstmpegdesc.h:
2337         * ext/resindvd/gstpesfilter.c:
2338         * ext/resindvd/gstpesfilter.h:
2339         * ext/resindvd/plugin.c:
2340         * ext/resindvd/resin-play:
2341         * ext/resindvd/resindvdbin.c:
2342         * ext/resindvd/resindvdbin.h:
2343         * ext/resindvd/resindvdsrc.c:
2344         * ext/resindvd/resindvdsrc.h:
2345         * ext/resindvd/rsnaudiomunge.c:
2346         * ext/resindvd/rsnaudiomunge.h:
2347         * ext/resindvd/rsnbasesrc.c:
2348         * ext/resindvd/rsnbasesrc.h:
2349         * ext/resindvd/rsnpushsrc.c:
2350         * ext/resindvd/rsnpushsrc.h:
2351         * ext/resindvd/rsnstreamselector.c:
2352         * ext/resindvd/rsnstreamselector.h:
2353
2354         First commit of DVD-Video playback component 'rsndvdbin'
2355         and helper elements.
2356
2357         Use --enable-experimental for now, but feel free to give it a
2358         try using the resin-play script.
2359
2360         * gst/dvdspu/gstdvdspu.c:
2361         Add some extra guards for malformed events.
2362
2363 2008-06-16  David Schleef  <ds@schleef.org>
2364
2365         * configure.ac:
2366         Bump dirac requirement to 0.10 due to api changes.
2367
2368 2008-06-16  Andy Wingo  <wingo@pobox.com>
2369
2370         * gst-libs/gst/app/gstappsrc.c (gst_app_src_set_max_bytes)
2371         (gst_app_src_get_max_bytes, gst_app_src_push_buffer): Use
2372         G_GUINT64_FORMAT. Avoid overflow in get_max_bytes().
2373
2374 2008-06-16  Stefan Kost  <ensonic@users.sf.net>
2375
2376         * sys/dvb/gstdvbsrc.c:
2377           Move docblob upwards. Balance tags and restore blank line.
2378
2379 2008-06-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2380
2381         * sys/dvb/gstdvbsrc.c:
2382         Fix out of date docs.
2383
2384 2008-06-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2385
2386         Patch from: Vincent Genieux
2387
2388         * gst/mpegtsparse/mpegtsparse.c:
2389         Fix refcount issues, fixes #538560.
2390
2391 2008-06-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2392
2393         * gst/mpegtsparse/gstmpegdesc.h:
2394         * gst/mpegtsparse/mpegtspacketizer.c:
2395         Parse the extended event descriptor.
2396
2397 2008-06-16  Stefan Kost  <ensonic@users.sf.net>
2398
2399         * gst/rtpmanager/gstrtpjitterbuffer.c:
2400         * gst/speed/gstspeed.c:
2401         * gst/speexresample/gstspeexresample.c:
2402         * gst/videosignal/gstvideoanalyse.c:
2403         * gst/videosignal/gstvideodetect.c:
2404         * gst/videosignal/gstvideomark.c:
2405         * sys/dvb/gstdvbsrc.c:
2406         * sys/oss4/oss4-mixer.c:
2407         * sys/oss4/oss4-sink.c:
2408         * sys/oss4/oss4-source.c:
2409         * sys/wininet/gstwininetsrc.c:
2410           Final round of doc updates.
2411
2412 2008-06-16  Stefan Kost  <ensonic@users.sf.net>
2413
2414         * gst/deinterlace/gstdeinterlace.c:
2415         * gst/rtpmanager/gstrtpbin.c:
2416         * gst/rtpmanager/gstrtpclient.c:
2417         * gst/rtpmanager/gstrtpjitterbuffer.c:
2418         * gst/rtpmanager/gstrtpptdemux.c:
2419         * gst/rtpmanager/gstrtpsession.c:
2420         * gst/rtpmanager/gstrtpssrcdemux.c:
2421         * gst/sdp/gstsdpdemux.c:
2422           More doc updates. More xrefs.
2423
2424 2008-06-14  Julien Moutte  <julien@fluendo.com>
2425
2426         * gst/flv/gstflvdemux.c: (gst_flv_demux_cleanup),
2427         (gst_flv_demux_dispose):
2428         * gst/flv/gstflvdemux.h:
2429         * gst/flv/gstflvparse.c: (gst_flv_parse_audio_negotiate),
2430         (gst_flv_parse_tag_audio), (gst_flv_parse_video_negotiate),
2431         (gst_flv_parse_tag_video): Introduce demuxing support for AAC and
2432         H.264/AVC inside FLV.
2433         * sys/dshowdecwrapper/gstdshowaudiodec.c: (gst_dshowaudiodec_init),
2434         (gst_dshowaudiodec_chain), (gst_dshowaudiodec_push_buffer),
2435         (gst_dshowaudiodec_sink_event), (gst_dshowaudiodec_setup_graph):
2436         * sys/dshowdecwrapper/gstdshowaudiodec.h:
2437         * sys/dshowdecwrapper/gstdshowvideodec.c: (gst_dshowvideodec_init),
2438         (gst_dshowvideodec_sink_event), (gst_dshowvideodec_chain),
2439         (gst_dshowvideodec_push_buffer), (gst_dshowvideodec_src_getcaps):
2440         * sys/dshowdecwrapper/gstdshowvideodec.h: Lot of random fixes 
2441         to improve stability (ref counting, safety checks...)
2442
2443 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2444
2445         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_probe_modules):
2446         Disable sipro on 64bits, it crashes.
2447
2448 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2449
2450         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_chain),
2451         (close_library), (open_library),
2452         (gst_real_audio_dec_probe_modules), (gst_real_audio_dec_getcaps),
2453         (gst_real_audio_dec_setcaps), (gst_real_audio_dec_init),
2454         (gst_real_audio_dec_change_state), (gst_real_audio_dec_finalize):
2455         Add raversions we can support on the caps.
2456         Refactor the loading of the real codecs like realvideo so that we can
2457         implement probing.
2458         Probe all supported formats by trying to load the .so files, only report
2459         the versions on the caps that we can actually load.
2460
2461         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain),
2462         (gst_real_video_dec_getcaps), (gst_real_video_dec_setcaps),
2463         (open_library), (close_library),
2464         (gst_real_video_dec_probe_modules),
2465         (gst_real_video_dec_change_state), (gst_real_video_dec_init),
2466         (gst_real_video_dec_finalize), (gst_real_video_dec_class_init):
2467         * gst/real/gstrealvideodec.h:
2468         Change the loading of the library like the audio decoder.
2469         Probe the supported formats by trying to load the .so files and only
2470         report the versions on the caps that we can actually load.
2471
2472 2008-06-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2473
2474         patch by: Sebastian Pölsterl
2475
2476         * gst/mpegtsparse/mpegtspacketizer.c:
2477         Handle character sets in strings coming from DVB SI according
2478         to the DVB SI spec.
2479
2480 2008-06-13  Stefan Kost  <ensonic@users.sf.net>
2481
2482         * gst/replaygain/gstrganalysis.c:
2483         * gst/replaygain/gstrglimiter.c:
2484         * gst/replaygain/gstrgvolume.c:
2485           More doc updates.
2486
2487 2008-06-13  Stefan Kost  <ensonic@users.sf.net>
2488
2489         * docs/plugins/Makefile.am:
2490         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
2491         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
2492         * docs/plugins/gst-plugins-bad-plugins.args:
2493         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
2494         * docs/plugins/gst-plugins-bad-plugins.interfaces:
2495         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
2496         * docs/plugins/gst-plugins-bad-plugins.signals:
2497         * docs/plugins/inspect/plugin-alsaspdif.xml:
2498         * docs/plugins/inspect/plugin-amrwb.xml:
2499         * docs/plugins/inspect/plugin-app.xml:
2500         * docs/plugins/inspect/plugin-bayer.xml:
2501         * docs/plugins/inspect/plugin-bz2.xml:
2502         * docs/plugins/inspect/plugin-cdaudio.xml:
2503         * docs/plugins/inspect/plugin-cdxaparse.xml:
2504         * docs/plugins/inspect/plugin-dtsdec.xml:
2505         * docs/plugins/inspect/plugin-dvb.xml:
2506         * docs/plugins/inspect/plugin-dvdspu.xml:
2507         * docs/plugins/inspect/plugin-faac.xml:
2508         * docs/plugins/inspect/plugin-faad.xml:
2509         * docs/plugins/inspect/plugin-fbdevsink.xml:
2510         * docs/plugins/inspect/plugin-festival.xml:
2511         * docs/plugins/inspect/plugin-filter.xml:
2512         * docs/plugins/inspect/plugin-flvdemux.xml:
2513         * docs/plugins/inspect/plugin-freeze.xml:
2514         * docs/plugins/inspect/plugin-gsm.xml:
2515         * docs/plugins/inspect/plugin-gstinterlace.xml:
2516         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
2517         * docs/plugins/inspect/plugin-h264parse.xml:
2518         * docs/plugins/inspect/plugin-interleave.xml:
2519         * docs/plugins/inspect/plugin-jack.xml:
2520         * docs/plugins/inspect/plugin-ladspa.xml:
2521         * docs/plugins/inspect/plugin-metadata.xml:
2522         * docs/plugins/inspect/plugin-mms.xml:
2523         * docs/plugins/inspect/plugin-modplug.xml:
2524         * docs/plugins/inspect/plugin-mpeg2enc.xml:
2525         * docs/plugins/inspect/plugin-mpeg4videoparse.xml:
2526         * docs/plugins/inspect/plugin-mpegtsparse.xml:
2527         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
2528         * docs/plugins/inspect/plugin-musepack.xml:
2529         * docs/plugins/inspect/plugin-musicbrainz.xml:
2530         * docs/plugins/inspect/plugin-mve.xml:
2531         * docs/plugins/inspect/plugin-mythtv.xml
2532         * docs/plugins/inspect/plugin-nas.xml:
2533         * docs/plugins/inspect/plugin-neon.xml:
2534         * docs/plugins/inspect/plugin-nsfdec.xml:
2535         * docs/plugins/inspect/plugin-nuvdemux.xml:
2536         * docs/plugins/inspect/plugin-oss4.xml
2537         * docs/plugins/inspect/plugin-rawparse.xml:
2538         * docs/plugins/inspect/plugin-real.xml:
2539         * docs/plugins/inspect/plugin-replaygain.xml:
2540         * docs/plugins/inspect/plugin-rfbsrc.xml:
2541         * docs/plugins/inspect/plugin-sdl.xml:
2542         * docs/plugins/inspect/plugin-sdp.xml:
2543         * docs/plugins/inspect/plugin-selector.xml:
2544         * docs/plugins/inspect/plugin-sndfile.xml:
2545         * docs/plugins/inspect/plugin-soundtouch.xml:
2546         * docs/plugins/inspect/plugin-spcdec.xml:
2547         * docs/plugins/inspect/plugin-speed.xml:
2548         * docs/plugins/inspect/plugin-speexresample.xml:
2549         * docs/plugins/inspect/plugin-stereo.xml:
2550         * docs/plugins/inspect/plugin-subenc.xml
2551         * docs/plugins/inspect/plugin-timidity.xml:
2552         * docs/plugins/inspect/plugin-tta.xml:
2553         * docs/plugins/inspect/plugin-vcdsrc.xml:
2554         * docs/plugins/inspect/plugin-videosignal.xml:
2555         * docs/plugins/inspect/plugin-vmnc.xml:
2556         * docs/plugins/inspect/plugin-wildmidi.xml:
2557         * docs/plugins/inspect/plugin-x264.xml:
2558         * docs/plugins/inspect/plugin-xvid.xml:
2559         * docs/plugins/inspect/plugin-y4menc.xml:
2560         * ext/amrwb/gstamrwbdec.c:
2561         * ext/amrwb/gstamrwbenc.c:
2562         * ext/amrwb/gstamrwbparse.c:
2563         * ext/dc1394/gstdc1394.c:
2564         * ext/directfb/dfbvideosink.c:
2565         * ext/ivorbis/vorbisdec.c:
2566         * ext/jack/gstjackaudiosink.c:
2567         * ext/mpeg2enc/gstmpeg2enc.cc:
2568         * ext/mplex/gstmplex.cc:
2569         * ext/musicbrainz/gsttrm.c:
2570         * ext/mythtv/gstmythtvsrc.c:
2571         * ext/theora/theoradec.c:
2572         * ext/timidity/gsttimidity.c:
2573         * ext/timidity/gstwildmidi.c:
2574         * gst-libs/gst/app/gstappsink.c:
2575         * gst/deinterlace/gstdeinterlace.c:
2576         * gst/dvdspu/gstdvdspu.c:
2577         * gst/festival/gstfestival.c:
2578         * gst/freeze/gstfreeze.c:
2579         * gst/interleave/deinterleave.c:
2580         * gst/interleave/interleave.c:
2581         * gst/modplug/gstmodplug.cc:
2582         * gst/nuvdemux/gstnuvdemux.c:
2583           Add missing elements to docs. Fix doc-markup: use convinience syntax
2584           for examples (produces valid docbook), add several refsec2 when we
2585           have several titles. Fix some types.
2586
2587 2008-06-12  Wim Taymans  <wim.taymans@collabora.co.uk>
2588
2589         * examples/app/.cvsignore:
2590         * examples/app/Makefile.am:
2591         * examples/app/appsink-src.c: (on_new_buffer_from_source),
2592         (on_source_message), (on_sink_message), (main):
2593         Add beefed up example app from bug #413418. It now also uses appsink
2594         instead of fakesink for more ultimate coolness.
2595
2596         * gst-libs/gst/app/gstappsrc.c: (gst_app_src_class_init),
2597         (gst_app_src_init), (gst_app_src_set_property),
2598         (gst_app_src_get_property), (gst_app_src_unlock),
2599         (gst_app_src_unlock_stop), (gst_app_src_create),
2600         (gst_app_src_set_max_bytes), (gst_app_src_push_buffer),
2601         (gst_app_src_end_of_stream):
2602         * gst-libs/gst/app/gstappsrc.h:
2603         Add block property to allow push based implementation to block when we
2604         fill up the appsrc queues.
2605         Emit the enough-data signal while releasing our lock.
2606
2607 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
2608
2609         * examples/app/.cvsignore:
2610           Ignore more.
2611
2612 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
2613
2614         * ext/dc1394/gstdc1394.c:
2615         * ext/ivorbis/vorbisdec.c:
2616         * ext/jack/gstjackaudiosink.c:
2617         * ext/metadata/gstmetadatademux.c:
2618         * ext/mythtv/gstmythtvsrc.c:
2619         * ext/theora/theoradec.c:
2620         * gst-libs/gst/app/gstappsink.c:
2621         * gst/bayer/gstbayer2rgb.c:
2622         * gst/deinterlace/gstdeinterlace.c:
2623         * gst/rawparse/gstaudioparse.c:
2624         * gst/rawparse/gstvideoparse.c:
2625         * gst/rtpmanager/gstrtpbin.c:
2626         * gst/rtpmanager/gstrtpclient.c:
2627         * gst/rtpmanager/gstrtpjitterbuffer.c:
2628         * gst/rtpmanager/gstrtpptdemux.c:
2629         * gst/rtpmanager/gstrtpsession.c:
2630         * gst/rtpmanager/gstrtpssrcdemux.c:
2631         * gst/selector/gstinputselector.c:
2632         * gst/selector/gstoutputselector.c:
2633         * gst/videosignal/gstvideoanalyse.c:
2634         * gst/videosignal/gstvideodetect.c:
2635         * gst/videosignal/gstvideomark.c:
2636         * sys/oss4/oss4-mixer.c:
2637         * sys/oss4/oss4-sink.c:
2638         * sys/oss4/oss4-source.c:
2639           Do not use short_description in section docs for elements. We extract
2640           them from element details and there will be warnings if they differ.
2641           Also fixing up the ChangeLog order.
2642
2643 2008-06-12  Wim Taymans  <wim.taymans@collabora.co.uk>
2644
2645         Patch by: Sebastien Merle <sylane at gmail dot com>
2646
2647         * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_chain):
2648         Fix the sign of the data we pass to the decoder so that the decoder
2649         compiles with newer reference code as well. Fixes #528618.
2650
2651 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
2652
2653         * tests/icles/test-oss4.c:
2654           Include stdlib.h.
2655
2656 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
2657
2658         Based on a patch by: Martin Eikermann <meiker at upb dot de>
2659
2660         * gst/deinterlace2/Makefile.am:
2661         * gst/deinterlace2/gstdeinterlace2.c:
2662         (gst_deinterlace2_method_get_type),
2663         (gst_deinterlace2_fields_get_type),
2664         (gst_deinterlace2_field_layout_get_type),
2665         (gst_deinterlace2_base_init), (gst_deinterlace2_class_init),
2666         (gst_deinterlace2_init), (gst_deinterlace2_set_method),
2667         (gst_deinterlace2_set_property), (gst_deinterlace2_get_property),
2668         (gst_deinterlace2_finalize), (gst_deinterlace2_pop_history),
2669         (gst_deinterlace2_head_history), (gst_deinterlace2_push_history),
2670         (gst_deinterlace2_deinterlace_scanlines), (gst_deinterlace2_chain),
2671         (gst_deinterlace2_setcaps), (gst_deinterlace2_sink_event),
2672         (gst_deinterlace2_change_state), (gst_deinterlace2_src_event),
2673         (gst_deinterlace2_src_query), (gst_deinterlace2_src_query_types),
2674         (plugin_init):
2675         * gst/deinterlace2/gstdeinterlace2.h:
2676         * gst/deinterlace2/tvtime/greedy.c: (copy_scanline),
2677         (deinterlace_greedy_packed422_scanline_mmxext),
2678         (dscaler_greedyl_get_method):
2679         * gst/deinterlace2/tvtime/greedyh.asm:
2680         * gst/deinterlace2/tvtime/greedyh.c:
2681         (deinterlace_frame_di_greedyh), (dscaler_greedyh_get_method),
2682         (greedyh_init), (greedyh_filter_mmx), (greedyh_filter_3dnow),
2683         (greedyh_filter_sse):
2684         * gst/deinterlace2/tvtime/greedyh.h:
2685         * gst/deinterlace2/tvtime/greedyhmacros.h:
2686         * gst/deinterlace2/tvtime/mmx.h:
2687         * gst/deinterlace2/tvtime/plugins.h:
2688         * gst/deinterlace2/tvtime/speedtools.h:
2689         * gst/deinterlace2/tvtime/speedy.c: (multiply_alpha), (clip255),
2690         (comb_factor_packed422_scanline_mmx),
2691         (diff_factor_packed422_scanline_c),
2692         (diff_factor_packed422_scanline_mmx),
2693         (diff_packed422_block8x8_mmx), (diff_packed422_block8x8_c),
2694         (packed444_to_packed422_scanline_c),
2695         (packed422_to_packed444_scanline_c),
2696         (packed422_to_packed444_rec601_scanline_c),
2697         (vfilter_chroma_121_packed422_scanline_mmx),
2698         (vfilter_chroma_121_packed422_scanline_c),
2699         (vfilter_chroma_332_packed422_scanline_mmx),
2700         (vfilter_chroma_332_packed422_scanline_c),
2701         (kill_chroma_packed422_inplace_scanline_mmx),
2702         (kill_chroma_packed422_inplace_scanline_c),
2703         (invert_colour_packed422_inplace_scanline_mmx),
2704         (invert_colour_packed422_inplace_scanline_c),
2705         (mirror_packed422_inplace_scanline_c),
2706         (interpolate_packed422_scanline_c),
2707         (convert_uyvy_to_yuyv_scanline_mmx),
2708         (convert_uyvy_to_yuyv_scanline_c),
2709         (interpolate_packed422_scanline_mmx),
2710         (interpolate_packed422_scanline_mmxext),
2711         (blit_colour_packed422_scanline_c),
2712         (blit_colour_packed422_scanline_mmx),
2713         (blit_colour_packed422_scanline_mmxext),
2714         (blit_colour_packed4444_scanline_c),
2715         (blit_colour_packed4444_scanline_mmx),
2716         (blit_colour_packed4444_scanline_mmxext), (small_memcpy),
2717         (speedy_memcpy_c), (speedy_memcpy_mmx), (speedy_memcpy_mmxext),
2718         (blit_packed422_scanline_c), (blit_packed422_scanline_mmx),
2719         (blit_packed422_scanline_mmxext),
2720         (composite_colour4444_alpha_to_packed422_scanline_c),
2721         (composite_colour4444_alpha_to_packed422_scanline_mmxext),
2722         (composite_packed4444_alpha_to_packed422_scanline_c),
2723         (composite_packed4444_alpha_to_packed422_scanline_mmxext),
2724         (composite_packed4444_to_packed422_scanline_c),
2725         (composite_packed4444_to_packed422_scanline_mmxext),
2726         (composite_alphamask_to_packed4444_scanline_c),
2727         (composite_alphamask_to_packed4444_scanline_mmxext),
2728         (composite_alphamask_alpha_to_packed4444_scanline_c),
2729         (premultiply_packed4444_scanline_c),
2730         (premultiply_packed4444_scanline_mmxext),
2731         (blend_packed422_scanline_c), (blend_packed422_scanline_mmxext),
2732         (quarter_blit_vertical_packed422_scanline_mmxext),
2733         (quarter_blit_vertical_packed422_scanline_c),
2734         (subpix_blit_vertical_packed422_scanline_c),
2735         (a8_subpix_blit_scanline_c), (myround), (init_RGB_to_YCbCr_tables),
2736         (init_YCbCr_to_RGB_tables), (rgb24_to_packed444_rec601_scanline_c),
2737         (rgba32_to_packed4444_rec601_scanline_c),
2738         (packed444_to_rgb24_rec601_scanline_c),
2739         (packed444_to_nonpremultiplied_packed4444_scanline_c),
2740         (aspect_adjust_packed4444_scanline_c), (setup_speedy_calls),
2741         (speedy_get_accel):
2742         * gst/deinterlace2/tvtime/speedy.h:
2743         * gst/deinterlace2/tvtime/sse.h:
2744         * gst/deinterlace2/tvtime/tomsmocomp.c: (Fieldcopy),
2745         (deinterlace_frame_di_tomsmocomp), (dscaler_tomsmocomp_get_method),
2746         (tomsmocomp_init), (tomsmocomp_filter_mmx),
2747         (tomsmocomp_filter_3dnow), (tomsmocomp_filter_sse):
2748         * gst/deinterlace2/tvtime/tomsmocomp.h:
2749         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoop0A.inc:
2750         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc:
2751         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopEdgeA.inc:
2752         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopEdgeA8.inc:
2753         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddA.inc:
2754         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddA2.inc:
2755         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddA6.inc:
2756         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddAH.inc:
2757         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddAH2.inc:
2758         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopTop.inc:
2759         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopVA.inc:
2760         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopVAH.inc:
2761         * gst/deinterlace2/tvtime/tomsmocomp/StrangeBob.inc:
2762         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
2763         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll2.inc:
2764         * gst/deinterlace2/tvtime/tomsmocomp/WierdBob.inc:
2765         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_line),
2766         (deinterlace_scanline_vfir), (copy_scanline),
2767         (dscaler_vfir_get_method):
2768         * gst/deinterlace2/tvtime/x86-64_macros.inc:
2769         Add a deinterlacer plugin based on the tvtime/DScaler deinterlacer,
2770         which was relicensed to LGPL for GStreamer and in theory provides
2771         better and faster results than the simple deinterlace element.
2772         Fixes bug #163578.
2773
2774         Ported to GStreamer 0.10 but still not enabled or included in the
2775         build system by default because of bad artefacts caused by a bug
2776         somewhere and as it can be only build on x86/amd64 ATM and requires
2777         special CFLAGS. Will be fixed soon.
2778
2779 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
2780
2781         Based on a patch by: Ryan Houdek <Sonicadvance1 at GMAIL dot COM>
2782
2783         * ext/timidity/gstwildmidi.c: (gst_wildmidi_init),
2784         (gst_wildmidi_change_state), (plugin_init):
2785         * ext/timidity/gstwildmidi.h:
2786         Initialize wildmidi only once in the plugin init function instead
2787         of once for every instance. The second and following calls to the
2788         wildmidi initialization function will fail. Fixes bug #525613.
2789
2790         Also don't register the element at all if wildmidi initialization
2791         fails.
2792
2793 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
2794
2795         * ext/soundtouch/gstpitch.cc:
2796         Call gst_element_no_more_pads() after all pads are added.
2797
2798 2008-06-09  Wim Taymans  <wim.taymans@collabora.co.uk>
2799
2800         * gst/rawparse/gstrawparse.c: (gst_raw_parse_push_buffer),
2801         (gst_raw_parse_loop), (gst_raw_parse_handle_seek_push),
2802         (gst_raw_parse_handle_seek_pull):
2803         Add simple reverse playback.
2804
2805 2008-06-09  Wim Taymans  <wim.taymans@collabora.co.uk>
2806
2807         * gst/rawparse/gstrawparse.c: (gst_raw_parse_reset),
2808         (gst_raw_parse_push_buffer), (gst_raw_parse_chain),
2809         (gst_raw_parse_loop), (gst_raw_parse_sink_activatepull),
2810         (gst_raw_parse_convert), (gst_raw_parse_sink_event),
2811         (gst_raw_parse_handle_seek_push), (gst_raw_parse_handle_seek_pull),
2812         (gst_raw_parse_src_query), (gst_raw_parse_get_fps):
2813         * gst/rawparse/gstrawparse.h:
2814         Fix seeking, timestamps, duration and some more. Fixes #536309.
2815
2816 2008-06-06  Wim Taymans  <wim.taymans@collabora.co.uk>
2817
2818         * examples/app/Makefile.am:
2819         * examples/app/appsrc-ra.c: (feed_data), (seek_data),
2820         (found_source), (bus_message), (main):
2821         * examples/app/appsrc-seekable.c: (feed_data), (seek_data),
2822         (found_source), (bus_message), (main):
2823         * examples/app/appsrc-stream2.c: (feed_data), (found_source),
2824         (bus_message), (main):
2825         Added 3 more example application for using appsrc in random-access mode,
2826         pull-mode streaming and pull mode seekable.
2827
2828         * gst-libs/gst/app/gstappsrc.c: (gst_app_src_class_init),
2829         (gst_app_src_start), (gst_app_src_do_get_size),
2830         (gst_app_src_create):
2831         * gst-libs/gst/app/gstappsrc.h:
2832         Make stream-type property writable.
2833         Unset flushing when starting so that we reuse appsrc.
2834         Inform basesrc about the configured size.
2835         Emit seek-data signal when we are going to a different offset in
2836         random-access mode.
2837
2838 2008-06-06  Wim Taymans  <wim.taymans@collabora.co.uk>
2839
2840         * examples/app/appsrc-stream.c: (found_source), (main):
2841         Use deep-notify until we can depend on a playbin2 with support for the
2842         source property.
2843
2844 2008-06-06  Wim Taymans  <wim.taymans@collabora.co.uk>
2845
2846         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_init),
2847         (gst_rtp_bin_finalize), (gst_rtp_bin_change_state):
2848         Fix deadlock when shutting down, use a new lock instead to properly
2849         shutdown.
2850
2851 2008-06-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2852
2853         * examples/app/.cvsignore:
2854         * examples/app/Makefile.am:
2855         * examples/app/appsrc-stream.c: (read_data), (start_feed),
2856         (stop_feed), (found_source), (bus_message), (main):
2857         Added an example on how to use appsrc in playbin in streaming mode from
2858         an mmapped file.
2859
2860         * examples/app/appsrc_ex.c: (main):
2861         Set pipeline to NULL to free queued buffers.
2862
2863         * gst-libs/gst/app/gstapp-marshal.list:
2864         * gst-libs/gst/app/gstappsrc.c: (stream_type_get_type), (_do_init),
2865         (gst_app_src_class_init), (gst_app_src_init),
2866         (gst_app_src_flush_queued), (gst_app_src_dispose),
2867         (gst_app_src_set_property), (gst_app_src_get_property),
2868         (gst_app_src_unlock), (gst_app_src_unlock_stop),
2869         (gst_app_src_start), (gst_app_src_stop), (gst_app_src_is_seekable),
2870         (gst_app_src_check_get_range), (gst_app_src_do_seek),
2871         (gst_app_src_create), (gst_app_src_set_stream_type),
2872         (gst_app_src_get_stream_type), (gst_app_src_set_max_bytes),
2873         (gst_app_src_get_max_bytes), (gst_app_src_push_buffer),
2874         (gst_app_src_end_of_stream), (gst_app_src_uri_get_type),
2875         (gst_app_src_uri_get_protocols), (gst_app_src_uri_get_uri),
2876         (gst_app_src_uri_set_uri), (gst_app_src_uri_handler_init):
2877         * gst-libs/gst/app/gstappsrc.h:
2878         Measure max queue size in bytes instead.
2879         Add support for 3 modes of operation, streaming, seekable and
2880         random-access, making basesrc handle the scheduling modes for each.
2881         Add appsrc:// uri handler so that automatic plugging can be done from
2882         playbin2 or uridecodebin, for example.
2883         Added support for custom segment formats.
2884         Add support for push and pull based operations from the application.
2885         Expand the methods so that errors can be detected.
2886         Flush the queued buffers on seeks and when shutting down.
2887         Add signals to inform the app that a seek must happen.
2888
2889 2008-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
2890
2891         * gst/interleave/deinterleave.c: (gst_deinterleave_add_new_pads),
2892         (gst_deinterleave_src_query):
2893         * gst/interleave/interleave.c: (gst_interleave_src_query_duration),
2894         (gst_interleave_src_query):
2895         Properly implement duration and position queries in bytes format. We
2896         have to take the upstream reply and divide/multiply it by the number
2897         of channels to get the correct result.
2898
2899 2008-06-04  Michael Smith <msmith@songbirdnest.com>
2900
2901         * sys/dshowvideosink/dshowvideofakesrc.cpp:
2902         * sys/dshowvideosink/dshowvideofakesrc.h:
2903         * sys/dshowvideosink/dshowvideosink.cpp:
2904         * sys/dshowvideosink/dshowvideosink.h:
2905           Fix up copyright notice on new plugin.
2906
2907 2008-06-04  David Schleef  <ds@schleef.org>
2908
2909         * ext/dirac/gstdiracenc.cc: Update properties for recent
2910           dirac changes.  Patch from Jonathan Rosser.
2911
2912 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
2913
2914         * ext/x264/gstx264enc.c: (gst_x264_enc_header_buf),
2915           (gst_x264_enc_sink_event), (gst_x264_enc_chain),
2916           (gst_x264_enc_encode_frame):
2917           Try harder not to crash when we get an EOS event but haven't set
2918           up the encoder yet (as may happen when upstream errors out with
2919           not-negotiated, for example). Also, always push the EOS event
2920           downstream.
2921
2922 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2923
2924         * gst/interleave/interleave.c: (gst_interleave_pad_get_type),
2925         (gst_interleave_pad_get_property), (gst_interleave_pad_class_init),
2926         (gst_interleave_request_new_pad), (gst_interleave_release_pad):
2927         * gst/interleave/interleave.h:
2928         Use an always increasing integer for the number in the name of the
2929         requested sink pads to guarantuee a unique name. Add a "channel"
2930         property to GstInterleavePad to make it possible for applications
2931         to retrieve the channel number in the output for every pad.
2932
2933         Use g_type_register_static_simple() instead of
2934         g_type_register_static() to save some relocations.
2935
2936 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
2937
2938         * gst/interleave/interleave.c: (gst_interleave_pad_get_type),
2939         (gst_interleave_change_state):
2940         Stop GstCollectPads before calling the parent's state change function
2941         when going from PAUSED to READY as we otherwise deadlock.
2942         Fixes bug #536258.
2943
2944 2008-06-03  Wim Taymans  <wim.taymans@collabora.co.uk>
2945
2946         * gst/h264parse/gsth264parse.c: (gst_nal_bs_init),
2947         (gst_h264_parse_sink_setcaps), (gst_h264_parse_chain_forward),
2948         (gst_h264_parse_queue_buffer), (gst_h264_parse_chain_reverse),
2949         (gst_h264_parse_chain):
2950         * gst/h264parse/gsth264parse.h:
2951         Parse codec_data and use the nalu_size_length field to get the NALU
2952         length in packetized h264.
2953         When queueing a packetized buffer in reverse mode, don't unref the
2954         buffer twice.
2955         Avoid accessing the buffer TIMESTAMP field after we pushed it on
2956         the adaptor.
2957
2958 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
2959
2960         * gst/interleave/interleave.c:
2961         (gst_interleave_check_channel_positions),
2962         (gst_interleave_set_channel_positions),
2963         (gst_interleave_class_init):
2964         Use new gst_audio_check_channel_positions() function and register
2965         the GstInterleavePad type from a threadsafe context.
2966
2967 2008-06-02  Michael Smith <msmith@songbirdnest.com>
2968
2969         * configure.ac:
2970           Revert accidental addition in configure.ac. Sorry.
2971
2972 2008-06-02  Michael Smith <msmith@songbirdnest.com>
2973
2974         * configure.ac:
2975         * sys/Makefile.am:
2976         * sys/dshowvideosink/Makefile.am:
2977         * sys/dshowvideosink/README:
2978         * sys/dshowvideosink/dshowvideofakesrc.cpp:
2979         * sys/dshowvideosink/dshowvideofakesrc.h:
2980         * sys/dshowvideosink/dshowvideosink.cpp:
2981         * sys/dshowvideosink/dshowvideosink.h:
2982         Add a new win32 videosink. Uses the DirectShow renderers for
2983         high-performance video rendering on win32.
2984         Currently only supports some YUV formats.
2985         Rank PRIMARY, since it's much more useful for the common cases that the
2986         directdraw sink (which only does RGB).
2987
2988 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
2989
2990         * ext/spc/Makefile.am:
2991           Dist tag.h
2992
2993 2008-06-02  Wim Taymans  <wim.taymans@collabora.co.uk>
2994
2995         * ext/faad/gstfaad.c: (gst_faad_sink_event):
2996         Always drain before activating the new segment.
2997
2998 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
2999
3000         * gst/interleave/interleave.c: (gst_interleave_pad_get_type),
3001         (gst_interleave_finalize), (gst_audio_check_channel_positions),
3002         (gst_interleave_set_channel_positions),
3003         (gst_interleave_class_init), (gst_interleave_init),
3004         (gst_interleave_set_property), (gst_interleave_get_property),
3005         (gst_interleave_request_new_pad), (gst_interleave_release_pad),
3006         (gst_interleave_sink_setcaps), (gst_interleave_src_query_duration),
3007         (gst_interleave_src_query_latency), (gst_interleave_collected):
3008         * gst/interleave/interleave.h:
3009         Allow setting channel positions via a property and allow using the
3010         channel positions on the input as the channel positions of the output.
3011
3012         Fix some broken logic and memory leaks.
3013
3014         * tests/check/Makefile.am:
3015         * tests/check/elements/interleave.c: (src_handoff_float32),
3016         (sink_handoff_float32), (GST_START_TEST), (interleave_suite):
3017         Add unit tests for checking correct handling of channel positions.
3018
3019 2008-06-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3020
3021         * ext/faad/gstfaad.c: (gst_faad_dispose), (clear_queued),
3022         (flush_queued), (gst_faad_drain), (gst_faad_do_raw_seek),
3023         (gst_faad_src_event), (gst_faad_sink_event), (gst_faad_chain),
3024         (gst_faad_change_state):
3025         * ext/faad/gstfaad.h:
3026         Add basic reverse playback support.
3027         Clear decoder state after disconts.
3028         Remove some unused code.
3029         Mark output buffers with a discont after a decoding error.
3030
3031 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
3032
3033         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3034
3035         * gst/mpeg4videoparse/mpeg4videoparse.c:
3036         (gst_mpeg4vparse_handle_vos):
3037         Fix mpeg4videoparse on big endian architectures. Fixes bug #536042.
3038
3039 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
3040
3041         * tests/check/elements/mplex.c: (setup_src_pad),
3042         (teardown_src_pad):
3043         Don't use the deprecated gst_element_get_pad().
3044
3045 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
3046
3047         * examples/directfb/gstdfb.c: (main):
3048         Don't use the deprecated gst_element_get_pad().
3049
3050 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3051
3052         Based on patch by: <onkarshinde at gmail dot com>
3053
3054         * sys/vcd/vcdsrc.c: (gst_vcdsrc_uri_get_uri),
3055         (gst_vcdsrc_uri_set_uri):
3056         Allow the track to be set by using the uri. Fixes #535043.
3057
3058 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
3059
3060         * gst/interleave/interleave.c: (gst_interleave_src_query_duration),
3061         (gst_interleave_src_query_latency), (gst_interleave_src_query):
3062         Implement latency query.
3063
3064 2008-05-27  Thijs Vermeir  <thijsvermeir@gmail.com>
3065
3066         * gst/mpegvideoparse/mpegvideoparse.c:
3067         Add GST_BUFFER_FLAG_DELTA_UNIT to not I frame buffers
3068
3069 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
3070
3071         * gst/rtpmanager/gstrtpbin.c:
3072         (gst_rtp_bin_propagate_property_to_jitterbuffer),
3073         (gst_rtp_bin_change_state), (new_payload_found),
3074         (new_ssrc_pad_found):
3075         Break out of callbacks when we are shutting down.
3076         Make sure no state changes can happen when we reconfigure.
3077
3078 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
3079
3080         * configure.ac:
3081         Require CVS core and base for new audio clock reset method.
3082
3083         * ext/alsaspdif/alsaspdifsink.c: (alsaspdifsink_change_state):
3084         Reset the audio clock. See #521761.
3085
3086 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3087
3088         * ext/jack/gstjackaudiosink.c:
3089         (gst_jack_audio_sink_allocate_channels):
3090         Include the element name in the port name to avoid duplicate port names.
3091
3092 2008-05-26  Sebastian Dröge  <slomo@circular-chaos.org>
3093
3094         * gst/interleave/deinterleave.c:
3095         Add another example launch line.
3096
3097         * gst/interleave/interleave.c: (interleave_24),
3098         (gst_interleave_finalize), (gst_interleave_base_init),
3099         (gst_interleave_class_init), (gst_interleave_init),
3100         (gst_interleave_request_new_pad), (gst_interleave_release_pad),
3101         (gst_interleave_change_state), (__remove_channels),
3102         (__set_channels), (gst_interleave_sink_getcaps),
3103         (gst_interleave_set_process_function),
3104         (gst_interleave_sink_setcaps), (gst_interleave_sink_event),
3105         (gst_interleave_src_query_duration), (gst_interleave_src_query),
3106         (forward_event_func), (forward_event), (gst_interleave_src_event),
3107         (gst_interleave_collected):
3108         * gst/interleave/interleave.h:
3109         Major rewrite of interleave using GstCollectpads. This new version
3110         also supports almost all raw audio formats and has better caps
3111         negotiation. Fixes bug #506594.
3112
3113         Also update docs and add some more examples.
3114
3115         * tests/check/elements/interleave.c: (interleave_chain_func),
3116         (GST_START_TEST), (src_handoff_float32), (sink_handoff_float32),
3117         (interleave_suite):
3118         Add some more extensive unit tests for interleave.
3119
3120 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3121
3122         * gst/rtpmanager/gstrtpjitterbuffer.c:
3123         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
3124         When checking the seqnum, reset the jitterbuffer if the gap is too big,
3125         we need to do this so that we can better handle a restarted source.
3126         Fix some comments.
3127
3128         * gst/rtpmanager/rtpjitterbuffer.c: (calculate_skew),
3129         (rtp_jitter_buffer_insert):
3130         Tweak the skew resync diff.
3131         Use our working seqnum compare function in -base.
3132         Rework the jitterbuffer insert code to make it clearer and more
3133         performant by only retrieving the seqnum of the input buffer once and by
3134         adding some G_LIKELY compiler hints.
3135         Improve debugging for duplicate packets.
3136
3137         * gst/rtpmanager/rtpsource.c: (rtp_source_process_rtp):
3138         Fix a comment, we don't do skew correction here..
3139
3140 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3141
3142         Patch by: Håvard Graff <havard dot graff at tandberg dot com>
3143
3144         * gst/rtpmanager/gstrtpbin.c:
3145         (gst_rtp_bin_propagate_property_to_jitterbuffer),
3146         (gst_rtp_bin_set_property):
3147         Propagate the do-lost and latency properties to the jitterbuffers when
3148         they are changed on rtpbin.
3149
3150 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3151
3152         * examples/switch/switcher.c: (switch_timer):
3153         * gst/replaygain/gstrgvolume.c: (gst_rg_volume_init):
3154         * gst/rtpmanager/gstrtpclient.c: (create_stream):
3155         * gst/sdp/gstsdpdemux.c: (gst_sdp_demux_stream_configure_udp),
3156         (gst_sdp_demux_stream_configure_udp_sink):
3157         * tests/check/elements/deinterleave.c: (GST_START_TEST),
3158         (pad_added_setup_data_check_float32_8ch_cb):
3159         * tests/check/elements/rganalysis.c: (send_eos_event),
3160         (send_tag_event):
3161         Don't use _gst_pad().
3162
3163 2008-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
3164
3165         * docs/plugins/Makefile.am:
3166         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
3167         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
3168         * docs/plugins/gst-plugins-bad-plugins.args:
3169         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
3170         * docs/plugins/gst-plugins-bad-plugins.interfaces:
3171         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
3172         * docs/plugins/gst-plugins-bad-plugins.signals:
3173         * docs/plugins/inspect/plugin-alsaspdif.xml:
3174         * docs/plugins/inspect/plugin-amrwb.xml:
3175         * docs/plugins/inspect/plugin-app.xml:
3176         * docs/plugins/inspect/plugin-bayer.xml:
3177         * docs/plugins/inspect/plugin-bz2.xml:
3178         * docs/plugins/inspect/plugin-cdaudio.xml:
3179         * docs/plugins/inspect/plugin-cdxaparse.xml:
3180         * docs/plugins/inspect/plugin-dfbvideosink.xml:
3181         * docs/plugins/inspect/plugin-dtsdec.xml:
3182         * docs/plugins/inspect/plugin-dvb.xml:
3183         * docs/plugins/inspect/plugin-dvdspu.xml:
3184         * docs/plugins/inspect/plugin-faac.xml:
3185         * docs/plugins/inspect/plugin-faad.xml:
3186         * docs/plugins/inspect/plugin-fbdevsink.xml:
3187         * docs/plugins/inspect/plugin-festival.xml:
3188         * docs/plugins/inspect/plugin-filter.xml:
3189         * docs/plugins/inspect/plugin-flvdemux.xml:
3190         * docs/plugins/inspect/plugin-freeze.xml:
3191         * docs/plugins/inspect/plugin-gsm.xml:
3192         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
3193         * docs/plugins/inspect/plugin-h264parse.xml:
3194         * docs/plugins/inspect/plugin-interleave.xml:
3195         * docs/plugins/inspect/plugin-jack.xml:
3196         * docs/plugins/inspect/plugin-ladspa.xml:
3197         * docs/plugins/inspect/plugin-metadata.xml:
3198         * docs/plugins/inspect/plugin-mms.xml:
3199         * docs/plugins/inspect/plugin-modplug.xml:
3200         * docs/plugins/inspect/plugin-mpeg2enc.xml:
3201         * docs/plugins/inspect/plugin-mpeg4videoparse.xml:
3202         * docs/plugins/inspect/plugin-mpegtsparse.xml:
3203         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
3204         * docs/plugins/inspect/plugin-musepack.xml:
3205         * docs/plugins/inspect/plugin-musicbrainz.xml:
3206         * docs/plugins/inspect/plugin-mve.xml:
3207         * docs/plugins/inspect/plugin-nas.xml:
3208         * docs/plugins/inspect/plugin-neon.xml:
3209         * docs/plugins/inspect/plugin-nsfdec.xml:
3210         * docs/plugins/inspect/plugin-nuvdemux.xml:
3211         * docs/plugins/inspect/plugin-rawparse.xml:
3212         * docs/plugins/inspect/plugin-real.xml:
3213         * docs/plugins/inspect/plugin-replaygain.xml:
3214         * docs/plugins/inspect/plugin-rfbsrc.xml:
3215         * docs/plugins/inspect/plugin-sdl.xml:
3216         * docs/plugins/inspect/plugin-sdp.xml:
3217         * docs/plugins/inspect/plugin-selector.xml:
3218         * docs/plugins/inspect/plugin-sndfile.xml:
3219         * docs/plugins/inspect/plugin-soundtouch.xml:
3220         * docs/plugins/inspect/plugin-spcdec.xml:
3221         * docs/plugins/inspect/plugin-speed.xml:
3222         * docs/plugins/inspect/plugin-speexresample.xml:
3223         * docs/plugins/inspect/plugin-stereo.xml:
3224         * docs/plugins/inspect/plugin-tta.xml:
3225         * docs/plugins/inspect/plugin-vcdsrc.xml:
3226         * docs/plugins/inspect/plugin-videosignal.xml:
3227         * docs/plugins/inspect/plugin-vmnc.xml:
3228         * docs/plugins/inspect/plugin-wildmidi.xml:
3229         * docs/plugins/inspect/plugin-x264.xml:
3230         * docs/plugins/inspect/plugin-xvid.xml:
3231         * docs/plugins/inspect/plugin-y4menc.xml:
3232         Add interleave/deinterleave to the docs and while at that
3233         run make update in docs/plugins.
3234
3235         * gst/interleave/deinterleave.c:
3236         Add a parapraph about using a queue and audioconvert after the source
3237         pads to the docs.
3238
3239 2008-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
3240
3241         * gst/interleave/deinterleave.c: (gst_deinterleave_base_init),
3242         (gst_deinterleave_class_init), (gst_deinterleave_init),
3243         (gst_deinterleave_add_new_pads), (gst_deinterleave_sink_getcaps):
3244         * gst/interleave/deinterleave.h:
3245         Don't set a getcaps() function on the src pads as it's not required
3246         and the default getcaps() function returns the correct results for
3247         our src pads.
3248
3249         Complete documentation and add myself to the authors of the element.
3250
3251 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
3252
3253         * tests/icles/.cvsignore:
3254         * tests/icles/Makefile.am:
3255         * tests/icles/test-oss4.c: (opt_show_mixer_messages), (WAIT_TIME),
3256           (show_mixer_messages), (probe_mixer_tracks), (probe_pad),
3257           (probe_details), (probe_element), (main):
3258           Small oss4 test that probes for available devices and retrieves
3259           their caps and mixer tracks and all that. Also allows testing of
3260           mixer change messages on the bus.
3261
3262 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
3263
3264         * sys/oss4/oss4-mixer.c: (gst_oss4_mixer_open):
3265         * sys/oss4/oss4-property-probe.c:
3266           (gst_oss4_property_probe_find_device_name),
3267           (gst_oss4_property_probe_find_device_name_nofd):
3268         * sys/oss4/oss4-property-probe.h:
3269         * sys/oss4/oss4-sink.c: (gst_oss4_sink_get_property):
3270         * sys/oss4/oss4-source.c: (gst_oss4_source_get_property):
3271           Make device-name probing in NULL state work better (e.g. for the
3272           gnome-control-center sound capplet).
3273
3274 2008-05-22  Wim Taymans  <wim.taymans@collabora.co.uk>
3275
3276         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3277
3278         * gst/mpeg4videoparse/mpeg4videoparse.c: (gst_mpeg4vparse_push),
3279         (gst_mpeg4vparse_drain), (gst_mpeg4vparse_chain),
3280         (gst_mpeg4vparse_change_state):
3281         Move some code around to integrate the startcode searching with the
3282         other bits of parsing, avoid a whole bunch of peeks.
3283         Get rid of invalid data that should not happen according to the specs.
3284         Fixes #533559.
3285
3286 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
3287
3288         Patch by: Bastien Nocera <hadess at hadess dot net>
3289
3290         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_class_init),
3291         (gst_mythtv_src_init), (gst_mythtv_src_clear),
3292         (do_read_request_response), (gst_mythtv_src_create),
3293         (gst_mythtv_src_start):
3294         Correctly set duration to get a more correct seek bar in totem.
3295
3296         Disable query and event functions as they don't work and do some
3297         smaller cleanup.
3298
3299         Fixes bug #533736.
3300
3301 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
3302
3303         Patch by: Brian Koropoff <brianhk at cs dot washington dot edu>
3304
3305         * ext/spc/Makefile.am:
3306         * ext/spc/gstspc.c: (gst_spc_dec_class_init),
3307         (gst_spc_dec_src_query_type), (gst_spc_dec_init),
3308         (gst_spc_dec_dispose), (gst_spc_dec_sink_event),
3309         (gst_spc_duration), (gst_spc_fadeout), (gst_spc_dec_src_event),
3310         (gst_spc_dec_src_query), (spc_play), (spc_setup):
3311         * ext/spc/gstspc.h:
3312         * ext/spc/tag.c: (spc_tag_is_extended), (spc_tag_is_text_format),
3313         (spc_tag_is_present), (spc_tag_unpack_date), (spc_tag_clear),
3314         (spc_tag_get_info), (spc_tag_free):
3315         * ext/spc/tag.h:
3316         Add support for some essential features like seeking, reading song
3317         duration and extended tags. Fixes bug #454151.
3318
3319 2008-05-19  Sebastian Dröge  <slomo@circular-chaos.org>
3320
3321         * tests/check/elements/deinterleave.c: (GST_START_TEST):
3322         Set keep-positions property to TRUE for the 8 channel test to ensure
3323         that the original channel position is set on the output.
3324
3325 2008-05-19  Sebastian Dröge  <slomo@circular-chaos.org>
3326
3327         * gst/interleave/deinterleave.c: (gst_deinterleave_class_init),
3328         (gst_deinterleave_init), (gst_deinterleave_add_new_pads),
3329         (gst_deinterleave_set_pads_caps), (gst_deinterleave_set_property),
3330         (gst_deinterleave_get_property):
3331         * gst/interleave/deinterleave.h:
3332         Add a property to select whether channel positions should be kept on
3333         the mono output buffers or should be dropped.
3334
3335 2008-05-18  Jan Schmidt  <jan.schmidt@sun.com>
3336
3337         * docs/Makefile.am:
3338         Oops - fix the spelling of the variable I added.
3339
3340 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
3341
3342         * gst/interleave/deinterleave.c: (gst_deinterleave_finalize),
3343         (gst_deinterleave_init), (gst_deinterleave_sink_event),
3344         (gst_deinterleave_process), (gst_deinterleave_sink_activate_push):
3345         * gst/interleave/deinterleave.h:
3346         Queue events until src pads were added and they can be sent. Otherwise
3347         downstream will never get the first newsegment event.
3348
3349 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
3350
3351         * gst/interleave/deinterleave.c: (gst_deinterleave_sink_setcaps),
3352         (gst_deinterleave_getcaps):
3353         Always set the channel positions when gst_audio_get_channel_positions()
3354         returns something, even if they're not set in the caps. This makes
3355         sure that the output channels can be interleaved again correctly
3356         in the mono/stereo cases too.
3357
3358         Don't ask for the peercaps of the current pad in getcaps() as this
3359         might call getcaps() again and deadlock.
3360
3361 2008-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
3362
3363         * ext/timidity/gstwildmidi.c: (wildmidi_open_config):
3364         Check some more common locations for a valid configuration file.
3365         Fixes bug #533435. Packagers should still #define WILDMIDI_CFG
3366         to the distributions default location.
3367
3368 2008-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
3369
3370         * gst/interleave/Makefile.am:
3371         * gst/interleave/deinterleave.c: (deinterleave_24),
3372         (gst_deinterleave_finalize), (gst_deinterleave_base_init),
3373         (gst_deinterleave_class_init), (gst_deinterleave_init),
3374         (gst_deinterleave_add_new_pads), (gst_deinterleave_set_pads_caps),
3375         (gst_deinterleave_set_process_function),
3376         (gst_deinterleave_sink_setcaps), (__remove_channels),
3377         (__set_channels), (gst_deinterleave_getcaps),
3378         (gst_deinterleave_process), (gst_deinterleave_chain),
3379         (gst_deinterleave_sink_activate_push):
3380         * gst/interleave/deinterleave.h:
3381         Add support for all raw audio formats and provide better negotiation
3382         if the caps are changing.
3383
3384         Don't allow changes of the channel positions and set the position of
3385         the corresponding channel on the src pad caps.
3386
3387         General cleanup and smaller bugfixes.
3388
3389         * tests/check/elements/deinterleave.c: (float_buffer_check_probe):
3390         Check the channel positions on the output buffer caps.
3391
3392 2008-05-16  Jan Schmidt  <jan.schmidt@sun.com>
3393
3394         * docs/Makefile.am:
3395         Don't attempt to build plugin docs when they're disabled.
3396
3397         * gst/bayer/Makefile.am:
3398         Add libgstvideo to the link.
3399
3400         * gst/rtpmanager/Makefile.am:
3401         Fix link order, and move LIBS things to _LIBS
3402
3403 2008-05-16  Jan Schmidt  <jan.schmidt@sun.com>
3404
3405         * docs/plugins/gst-plugins-bad-plugins.types:
3406         Remove bogus attempt to pull 'metadata' plugin's base
3407         class into the docs.
3408
3409 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3410
3411         * gst/rtpmanager/gstrtpjitterbuffer.c:
3412         (gst_rtp_jitter_buffer_chain):
3413         Simply drop bad RTP packets with a warning instead of just posting an
3414         error and stopping. This is a perfectly recoverable event and we don't
3415         force people to use an rtpbin to filter out bad packets first.
3416
3417 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3418
3419         * gst/mpeg4videoparse/mpeg4videoparse.c: (gst_mpeg4vparse_init):
3420         Set fixed caps on the srcpad after we created the pad...
3421
3422 2008-05-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
3423
3424         * tests/check/Makefile.am:
3425           Remove deinterleave test from VALGRIND_TO_FIX again now that
3426           there are suppressions in gst.supp which make this work for me.
3427
3428 2008-05-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
3429
3430         * tests/check/Makefile.am:
3431           Add deinterleave unit test to VALGRIND_TO_FIX, since it causes
3432           weird invalid free errors in valgrind/libc after _exit for some
3433           reason.
3434
3435         * tests/check/elements/deinterleave.c: (pads_created),
3436           (set_channel_positions), (src_handoff_float32_8ch),
3437           (float_buffer_check_probe),
3438           (pad_added_setup_data_check_float32_8ch_cb),
3439           (make_fake_src_8chans_float32), (GST_START_TEST),
3440           (deinterleave_suite):
3441           Add some more deinterleave unit test bits I had locally.
3442
3443 2008-05-14  Sebastian Dröge  <slomo@circular-chaos.org>
3444
3445         * gst/interleave/Makefile.am:
3446         * gst/interleave/deinterleave.h:
3447         * gst/interleave/interleave.h:
3448         * gst/interleave/plugin.h:
3449         Split definitions into separate header files for better documentation
3450         generation.
3451         
3452         * gst/interleave/deinterleave.c: (gst_deinterleave_base_init),
3453         (gst_deinterleave_class_init), (gst_deinterleave_sink_setcaps),
3454         (gst_deinterleave_process):
3455         Don't use alloca, allow caps changes as long as the number of channels
3456         does not change, don't use g_warning, return NOT_NEGOTIATED as early
3457         as possible and some other cleanup.
3458
3459         * gst/interleave/interleave.c: (gst_interleave_base_init),
3460         (gst_interleave_class_init):
3461         Do some random cleanup.
3462
3463         * tests/check/Makefile.am:
3464         * tests/check/elements/deinterleave.c: (GST_START_TEST),
3465         (deinterleave_chain_func), (deinterleave_pad_added),
3466         (deinterleave_suite):
3467         Add unit tests for the deinterleave element.
3468
3469 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3470
3471         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3472
3473         * gst/mpeg4videoparse/mpeg4videoparse.c:
3474         (gst_mpeg4vparse_set_new_caps), (gst_mpeg4vparse_align),
3475         (get_bits), (next_start_code), (gst_mpeg4vparse_handle_vos),
3476         (gst_mpeg4vparse_push), (gst_mpeg4vparse_drain),
3477         (gst_mpeg4vparse_chain), (gst_mpeg4vparse_sink_setcaps),
3478         (gst_mpeg4vparse_sink_event), (gst_mpeg4vparse_src_query),
3479         (gst_mpeg4vparse_set_property), (gst_mpeg4vparse_get_property),
3480         (gst_mpeg4vparse_class_init), (gst_mpeg4vparse_init):
3481         * gst/mpeg4videoparse/mpeg4videoparse.h:
3482         Parse the config data (either outbound or in the stream) to set   
3483         width/height, apect ration, framerate in the caps if applicable.
3484         Mark frames as GST_BUFFER_FLAG_DELTA_UNIT when they are not
3485         intra frames
3486         Set the timestamps of outgoing buffers to the buffer in
3487         which the VOP header was found.
3488         Drop incoming data untill configuration is found (by default,
3489         configurable using a property).
3490         Report a 1 frame latency. Fixes #532723.
3491
3492 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3493
3494         * gst/real/gstrealvideodec.c: (open_library):
3495         Add some debug for where we are searching for libraries.
3496
3497 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3498
3499         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_class_init):
3500         Actually add the do-lost property to the object.
3501
3502 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
3503
3504         * gst/rtpmanager/gstrtpjitterbuffer.c:
3505         (gst_rtp_jitter_buffer_loop):
3506         Avoid waiting for a negative (huge) duration when the last packet has a
3507         lower timestamp than the current packet.
3508
3509 2008-05-12  Peter Kjellerstedt  <pkj@axis.com>
3510
3511         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_query_send_rtcp_src):
3512         Make sure to unref the rtpsession returned by gst_pad_get_parent() to
3513         prevent a memory leak.
3514
3515
3516 2008-05-12  Jan Schmidt  <Jan.Schmidt@sun.com>
3517
3518         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
3519         Quieten some docs output
3520
3521 2008-05-12  Jan Schmidt  <Jan.Schmidt@sun.com>
3522
3523         * gst/rtpmanager/gstrtpjitterbuffer.c:
3524         (gst_rtp_jitter_buffer_loop):
3525         Initialise with GST_CLOCK_TIME_NONE to avoid compiler warning.
3526
3527 2008-05-11  Jan Schmidt  <jan.schmidt@sun.com>
3528
3529         * docs/plugins/Makefile.am:
3530         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
3531         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
3532         * docs/plugins/inspect/plugin-gstinterlace.xml:
3533         * gst/deinterlace/gstdeinterlace.c:
3534         * gst/deinterlace/gstdeinterlace.h:
3535         Random doc of the day: the deinterlace element.
3536
3537 2008-05-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3538
3539         * gst/mpegtsparse/mpegtspacketizer.c:
3540         * gst/mpegtsparse/mpegtsparse.c:
3541         Make sure all schedule EIT and non-actual transport stream
3542         EITs are parsed. Also add present-following flag and
3543         actual-transport-stream flag to eit bus message.
3544
3545 2008-05-09  Peter Kjellerstedt  <pkj@axis.com>
3546
3547         * gst/rtpmanager/rtpsource.c: (rtp_source_finalize):
3548         Make sure to unref the caps used by RTPSource to prevent a memory leak.
3549
3550 2008-05-08  Tim-Philipp Müller  <tim.muller at collabora co uk>
3551
3552         Based on patch by: Clive Wright <clive_wright ntlworld com>
3553
3554         * sys/oss4/oss4-mixer-slider.c: (gst_oss4_mixer_slider_unpack_volume):
3555           Apparently mono sliders have the mono value repeated in the upper bits,
3556           so mask those out when reading them. Probably makes the mixer applet
3557           work properly in some more cases.
3558
3559 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
3560
3561         Patch by: Olivier Crete <tester at tester dot ca>
3562
3563         * gst/rtpmanager/rtpsession.c: (source_clock_rate),
3564         (rtp_session_process_bye), (rtp_session_send_bye_locked):
3565         Unlock the session lock when calling one of our callbacks. 
3566         Fixes #532011.
3567
3568 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
3569
3570         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3571
3572         * gst/rtpmanager/gstrtpsession.c:
3573         (gst_rtp_session_event_send_rtp_sink):
3574         Send RTP BYE command on EOS. Fixes bug #531955.
3575
3576 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
3577
3578         * win32/common/config.h.in:
3579           Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather
3580           use the real thing than having "???" unconditionally.
3581
3582 2008-05-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3583
3584         * gst-libs/gst/app/.cvsignore:
3585         * gst-libs/gst/app/Makefile.am:
3586         * gst-libs/gst/app/gstapp-marshal.list:
3587         Add marshal.list, make it compile and add to cvsignore.
3588
3589         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_dispose),
3590         (gst_app_sink_stop):
3591         Small cleanups.
3592
3593         * gst-libs/gst/app/gstappsrc.c: (gst_app_src_class_init),
3594         (gst_app_src_init), (gst_app_src_set_property),
3595         (gst_app_src_get_property), (gst_app_src_unlock),
3596         (gst_app_src_unlock_stop), (gst_app_src_start), (gst_app_src_stop),
3597         (gst_app_src_create), (gst_app_src_set_caps),
3598         (gst_app_src_get_caps), (gst_app_src_set_size),
3599         (gst_app_src_get_size), (gst_app_src_set_seekable),
3600         (gst_app_src_get_seekable), (gst_app_src_set_max_buffers),
3601         (gst_app_src_get_max_buffers), (gst_app_src_push_buffer),
3602         (gst_app_src_end_of_stream):
3603         * gst-libs/gst/app/gstappsrc.h:
3604         Beat appsrc in shape, add signals and actions.
3605         Add some docs.
3606         Add properties for caps, size, seekability and max-buffers.
3607         Fix unlock/stop code.
3608
3609 2008-05-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
3610
3611         * configure.ac:
3612           Error out if we don't have the required versions of core/base.
3613
3614 2008-05-05  Wim Taymans  <wim.taymans@collabora.co.uk>
3615
3616         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_class_init),
3617         (gst_app_sink_init), (gst_app_sink_set_property),
3618         (gst_app_sink_get_property), (gst_app_sink_unlock_start),
3619         (gst_app_sink_unlock_stop), (gst_app_sink_flush_unlocked),
3620         (gst_app_sink_start), (gst_app_sink_stop), (gst_app_sink_event),
3621         (gst_app_sink_preroll), (gst_app_sink_render),
3622         (gst_app_sink_set_caps), (gst_app_sink_set_drop),
3623         (gst_app_sink_get_drop):
3624         * gst-libs/gst/app/gstappsink.h:
3625         Start some docs.
3626         Add property to drop buffers when the queue is filled
3627         Fix unlocking and flushing when the queues are filled.
3628
3629 2008-04-29  Sebastian Dröge  <slomo@circular-chaos.org>
3630
3631         Patch by: Jens Granseuer <jensgr at gmx dot net>
3632
3633         * gst/subenc/gstsrtenc.c: (gst_srt_enc_timestamp_to_string):
3634         Declare variables at the beginning of blocks. Fixes compilation with
3635         gcc 2.x and other compilers. Fixes bug #530611.
3636
3637 2008-04-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3638
3639         * gst/mpegtsparse/mpegtspacketizer.c:
3640         * gst/mpegtsparse/mpegtspacketizer.h:
3641         * gst/mpegtsparse/mpegtsparse.c:
3642         Detect SI pids (NIT, SDT, EIT etc.) based on table id and not
3643         by pid number. This allows for example the EPG data from UK's
3644         freesat to be picked up.
3645
3646 2008-04-26  Sebastian Dröge  <slomo@circular-chaos.org>
3647
3648         * ext/mpeg2enc/gstmpeg2enc.cc:
3649         * ext/soundtouch/gstbpmdetect.cc:
3650         Cast NULL sentinels to void * as NULL is defined as an integer
3651         constant in most environments when using C++ and it's size might
3652         be different from a pointer.
3653
3654 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3655
3656         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_class_init),
3657         (gst_app_sink_init), (gst_app_sink_set_property),
3658         (gst_app_sink_get_property), (gst_app_sink_event),
3659         (gst_app_sink_preroll), (gst_app_sink_render),
3660         (gst_app_sink_set_emit_signals), (gst_app_sink_get_emit_signals),
3661         (gst_app_sink_set_max_buffers), (gst_app_sink_get_max_buffers),
3662         (gst_app_sink_pull_buffer):
3663         * gst-libs/gst/app/gstappsink.h:
3664         Add more docs.
3665         Add signals for when preroll and render buffers are available.
3666         Add property to control signal emission.
3667         Add property to control the max queue size.
3668
3669 2008-04-25  Michael Smith <msmith@songbirdnest.com>
3670
3671         * gst-libs/gst/dshow/Makefile.am:
3672           Use CXXFLAGS rather than CFLAGS; these are C++ files.
3673           Define required constants appropriately.
3674         * sys/dshowdecwrapper/Makefile.am:
3675           Add required include dir, libraries.
3676           Define required constants appropriately.
3677
3678 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3679
3680         * gst/rtpmanager/gstrtpbin.c: (create_stream), (gst_rtp_bin_init),
3681         (gst_rtp_bin_set_property), (gst_rtp_bin_get_property):
3682         * gst/rtpmanager/gstrtpbin.h:
3683         Expose new jitterbuffer property in rtpbin too.
3684
3685 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3686
3687         * gst/rtpmanager/gstrtpjitterbuffer.c:
3688         (gst_rtp_jitter_buffer_class_init), (gst_rtp_jitter_buffer_init),
3689         (gst_rtp_jitter_buffer_loop), (gst_rtp_jitter_buffer_set_property),
3690         (gst_rtp_jitter_buffer_get_property):
3691         Disable sending out rtp packet lost events by default and make a
3692         property to enabe it. We will likely enable it by default when the base
3693         depayloaders have a default handler for them so that we don't send these
3694         events all through the pipeline for now.
3695
3696 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3697
3698         * gst/rtpmanager/gstrtpjitterbuffer.c:
3699         (gst_rtp_jitter_buffer_init), (gst_rtp_jitter_buffer_flush_stop),
3700         (gst_rtp_jitter_buffer_src_event), (gst_rtp_jitter_buffer_chain),
3701         (gst_rtp_jitter_buffer_loop):
3702         Remove private version of a function that is in -base now.
3703         Add src event handler.
3704         Rework the jitterbuffer pushing loop so that it can quickly react to
3705         lost packets and instruct the depayloader of them. This can then be used
3706         to implement error concealment data.
3707
3708 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3709
3710         * gst/rtpmanager/gstrtpsession.c:
3711         (gst_rtp_session_query_send_rtcp_src), (create_recv_rtcp_sink),
3712         (create_send_rtcp_src):
3713         Set up some internal links functions for the RTCP and sync pads because
3714         the defaults are really not correct.
3715         Implement a query handler for the RTCP src pad, mostly to correctly
3716         report about the latency.
3717
3718 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3719
3720         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_associate),
3721         (gst_rtp_bin_sync_chain):
3722         * gst/rtpmanager/rtpsession.c: (update_arrival_stats),
3723         (rtp_session_process_sr), (rtp_session_on_timeout):
3724         * gst/rtpmanager/rtpsource.c: (rtp_source_init),
3725         (calculate_jitter):
3726         * gst/rtpmanager/rtpsource.h:
3727         * gst/rtpmanager/rtpstats.h:
3728         Also keep track of the first buffer timestamp together with the first
3729         RTP timestamp as they both are needed to construct the timing of
3730         outgoing packets in the jitterbuffer and are therefore also needed to
3731         manage lip-sync. This fixes lip-sync if the first RTP packets arrive
3732         with a wildly different gap.
3733
3734 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3735
3736         * gst/flv/gstflvdemux.c: (gst_flv_demux_query):
3737         Forward unknown queries upstream instead of returning FALSE on them.
3738
3739 2008-04-25  Sebastian Dröge  <slomo@circular-chaos.org>
3740
3741         * configure.ac:
3742         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_base_init),
3743         (gst_musepackdec_init), (gst_musepackdec_dispose),
3744         (gst_musepackdec_handle_seek_event), (gst_musepack_stream_init),
3745         (gst_musepackdec_loop), (plugin_init):
3746         * ext/musepack/gstmusepackdec.h:
3747         * ext/musepack/gstmusepackreader.c:
3748         * ext/musepack/gstmusepackreader.h:
3749         Add support for the new libmpcdec API which magically gets us support
3750         for SV8 files. Also do some random cleanup. Fixes bug #526905.
3751
3752 2008-04-24  Jan Schmidt  <jan.schmidt@sun.com>
3753
3754         * configure.ac:
3755         Back to development -> 0.10.7.1
3756
3757 === release 0.10.7 ===
3758
3759 2008-04-24  Jan Schmidt <jan.schmidt@sun.com>
3760
3761         * configure.ac:
3762           releasing 0.10.7, "House of Cards"
3763
3764 2008-04-22  Stefan Kost  <ensonic@users.sf.net>
3765
3766         * ext/faad/gstfaad.c:
3767           Don't leak GstAudioChannelPosition. Fixes #529378.
3768
3769 2008-04-22  Wim Taymans  <wim.taymans@collabora.co.uk>
3770
3771         * gst/sdp/gstsdpdemux.c: (request_pt_map):
3772         Ref caps, see #528245.
3773
3774 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
3775
3776         * configure.ac:
3777         0.10.6.4 pre-release
3778
3779 2008-04-21  Sebastian Dröge  <slomo@circular-chaos.org>
3780
3781         * tests/check/elements/rganalysis.c: (GST_START_TEST):
3782         Don't leak a tag list. Fixes bug #529285.
3783
3784 2008-04-21  Sebastian Dröge  <slomo@circular-chaos.org>
3785
3786         * tests/check/elements/ofa.c: (bus_handler):
3787         Don't leak the tags string and tag list. Fixes bug #529283.
3788
3789 2008-04-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3790
3791         Patch by: Olivier Crete <tester at tester dot ca>
3792
3793         * gst/rtpmanager/gstrtpbin.c: (create_session), (get_pt_map),
3794         (new_ssrc_pad_found):
3795         Ref caps when inserting into the cache.
3796         Don't leak pads.
3797
3798         * gst/rtpmanager/gstrtpjitterbuffer.c:
3799         (gst_rtp_jitter_buffer_get_clock_rate),
3800         (gst_rtp_jitter_buffer_query):
3801         Avoid a caps leak.
3802         Don't leak refcount in query.
3803
3804         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_get_caps),
3805         (gst_rtp_pt_demux_chain):
3806         Avoid caps leaks.
3807
3808         * gst/rtpmanager/gstrtpsession.c: (source_get_sdes_structure),
3809         (gst_rtp_session_init), (return_true),
3810         (gst_rtp_session_clear_pt_map), (gst_rtp_session_cache_caps),
3811         (gst_rtp_session_clock_rate):
3812         Ref caps when inserting into the cache.
3813         Fix some more caps leaks. Fixes #528245.
3814
3815 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
3816
3817         * tests/icles/metadata_editor.c:
3818           Add cast to placate gcc 4.1.2.
3819
3820 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
3821
3822         * configure.ac:
3823         0.10.6.3 pre-release
3824
3825 2008-04-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3826
3827         * sys/dvb/gstdvbsrc.c:
3828         Revert patch that added a loop timeout.
3829         Fixes #528614.
3830
3831 2008-04-17  Wim Taymans  <wim.taymans@collabora.co.uk>
3832
3833         * gst/rtpmanager/gstrtpbin.c: (get_pt_map), (free_client),
3834         (gst_rtp_bin_associate), (gst_rtp_bin_get_free_pad_name):
3835         * gst/rtpmanager/gstrtpjitterbuffer.c:
3836         (gst_rtp_jitter_buffer_get_clock_rate):
3837         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_get_caps):
3838         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_clock_rate):
3839         Unset GValues after g_signal_emitv so that we avoid a refcount leak.
3840         Don't leak a padname.
3841         Don't leak client streams list.
3842         Lock rtpbin when associating streams. Fixes #528245.
3843
3844 2008-04-16  Sebastian Dröge  <slomo@circular-chaos.org>
3845
3846         * tests/check/Makefile.am:
3847         Don't inlcude dc1394src in the generic/states test as it requires
3848         special hardware. Fixes bug #528011.
3849
3850 2008-04-16  Sebastian Dröge  <slomo@circular-chaos.org>
3851
3852         * tests/check/elements/ofa.c: (bus_handler), (GST_START_TEST):
3853         Only check if the generated fingerprints are valid Base64. The
3854         fingerprints are different when running on different architectures
3855         which is a) no problem because the fingerprints are tolerant enough
3856         and b) is caused by libofa. Fixes bug #528266.
3857
3858 2008-04-16  Sebastian Dröge  <slomo@circular-chaos.org>
3859
3860         * ext/timidity/Makefile.am:
3861         Dist all source files, no matter if only timidity or wildmidi or
3862         nothing is found by configure. Fixes bug #528000.
3863
3864 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
3865
3866         * gst-plugins-bad.spec.in:
3867           Remove souphttpsrc plugin from spec files, it's moved to -good.
3868
3869 2008-04-14  Jan Schmidt  <jan.schmidt@sun.com>
3870
3871         * tests/check/Makefile.am:
3872         Remove soup test certificates from the dist.
3873
3874 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
3875
3876         * ext/dirac/gstdiracenc.cc:
3877         Fix compilation by casting string constants.
3878
3879         * sys/Makefile.am:
3880         Fix WININET_DIR variable reference.
3881
3882 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
3883
3884         * configure.ac:
3885         * docs/plugins/Makefile.am:
3886         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
3887         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
3888         * docs/plugins/gst-plugins-bad-plugins.args:
3889         * docs/plugins/inspect/plugin-soup.xml:
3890         * ext/Makefile.am:
3891         * ext/soup/Makefile.am:
3892         * ext/soup/gstsouphttpsrc.c:
3893         * ext/soup/gstsouphttpsrc.h:
3894         * tests/check/Makefile.am:
3895         * tests/check/elements/souphttpsrc.c:
3896         * tests/check/test-cert.pem:
3897         * tests/check/test-key.pem:
3898
3899         Remove soup plugin that's moved to -good (#523124)
3900
3901 2008-04-12  Tim-Philipp Müller  <tim at centricular dot net>
3902
3903         * gst/flv/gstflvparse.c: (gst_flv_parse_metadata_item),
3904           (gst_flv_parse_tag_script):
3905           Handle NULL returns from FLV_GET_STRING() more gracefully. Fixes
3906           crash caused by a strlen on a NULL string (#527622).
3907
3908 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
3909
3910         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
3911
3912         * sys/dshowsrcwrapper/gstdshowvideosrc.c: (PROP_DEVICE_NAME),
3913           (gst_dshowvideosrc_class_init), (gst_dshowvideosrc_init),
3914           (gst_dshowvideosrc_dispose), (gst_dshowvideosrc_stop),
3915           (gst_dshowvideosrc_unlock), (gst_dshowvideosrc_unlock_stop),
3916           (gst_dshowvideosrc_create), (gst_dshowvideosrc_push_buffer):
3917         * sys/dshowsrcwrapper/gstdshowvideosrc.h:
3918           Don't increase latency by queuing buffers in an async queue when
3919           the streaming thread can't keep up or isn't scheduled often
3920           enough for some other reason, but just drop the previous buffer
3921           in that case. Also implement GstBaseSrc::unlock for faster
3922           unlocking when shutting down. (#520892).
3923
3924 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
3925
3926         * tests/icles/metadata_editor.c: (ENC_UNKNOWN), (last_pixbuf),
3927           (draw_pixbuf), (change_tag_list), (update_draw_pixbuf),
3928           (ui_drawing_size_allocate_cb), (on_drawingMain_expose_event),
3929           (on_buttonSaveFile_clicked), (ui_create), (me_gst_bus_callback_view),
3930           (me_gst_setup_view_pipeline), (process_file):
3931         * tests/icles/metadata_editor.glade:
3932           Remove GstXOverlay stuff and use gdkpixbufsink plus some rather crude
3933           drawing/scaling logic to make this compile and work on all platforms.
3934           Fixes #518227.
3935
3936 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
3937
3938         * configure.ac:
3939           Bump core/base requirements to released versions to avoid
3940           confusion.
3941
3942         * gst/deinterlace/gstdeinterlace.c: (deinterlace_debug),
3943           (GST_CAT_DEFAULT), (gst_deinterlace_base_init),
3944           (gst_deinterlace_set_caps), (plugin_init):
3945           Add debug category, use _set_element_details_simple and
3946           remove special code path for Y42B to calculate offsets and
3947           strides; libgstvideo knows how to handle this format now.
3948
3949 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
3950
3951         * gst/cdxaparse/Makefile.am:
3952         * gst/cdxaparse/gstcdxaparse.c:
3953         * gst/cdxaparse/gstcdxastrip.c:
3954         * gst/cdxaparse/gstcdxastrip.h:
3955         * gst/cdxaparse/gstvcdparse.c:
3956         * gst/cdxaparse/gstvcdparse.h:
3957           Port VCD parser (formerly cdxastrip) from 0.8 to 0.10. Doesn't do
3958           anything the 0.8 version didn't do though.
3959
3960 2008-04-11  Julien Moutte  <julien@fluendo.com>
3961
3962         * sys/oss4/oss4-mixer-enum.c:
3963         (gst_oss4_mixer_enum_get_values_locked):
3964         * sys/oss4/oss4-source.c: (gst_oss4_source_delay): Fix arguments
3965         format in debug statements.
3966
3967 2008-04-10  Tim-Philipp Müller  <tim at centricular dot net>
3968
3969         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
3970
3971         * configure.ac:
3972         * sys/Makefile.am:
3973         * sys/wininet/Makefile.am:
3974         * sys/wininet/gstwininetsrc.c:
3975         * sys/wininet/gstwininetsrc.h:
3976           Add wininetsrc for basic http/ftp support on windows (#520897).
3977
3978 2008-04-10  Tim-Philipp Müller  <tim at centricular dot net>
3979
3980         * gst/nsf/nsf.h:
3981           Change prototype of process function here too to avoid
3982           'incompatible assignment' warnings.
3983
3984 2008-04-10  Sebastian Dröge  <slomo@circular-chaos.org>
3985
3986         * tests/check/elements/souphttpsrc.c: (got_buffer),
3987         (souphttpsrc_suite):
3988         Increase the timeout for the internet tests to 250 seconds
3989         and check for NULL caps instead of just crashing.
3990         The real fix would be to implement an shoutcast server for the unit test
3991         instead of relying on a working internet connection.
3992         Fixes bug #521749.
3993
3994 2008-04-10  Peter Kjellerstedt  <pkj@axis.com>
3995
3996         * gst/rtpmanager/gstrtpbin.c: (free_session):
3997         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_finalize):
3998         Avoid leaking pads in the RTP manager.
3999
4000 2008-04-09  Jan Schmidt  <Jan.Schmidt@sun.com>
4001
4002         * gst/nsf/nes_apu.c: (apu_process):
4003         * gst/nsf/nes_apu.h:
4004         Don't do void pointer arithmetic - it's a gcc extension.
4005
4006 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
4007
4008         * ext/jack/gstjackaudiosink.c: (gst_jack_audio_sink_class_init):
4009           Work around missing bits of thread-safety on older GLibs some
4010           more to avoid assertions when starting up multiple playbin
4011           objects concurrently (see #512382).
4012
4013 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
4014
4015         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4016
4017         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_response_cb):
4018         Only ignore actual redirects not all responses when in state
4019         GST_SOUP_HTTP_SRC_SESSION_IO_STATUS_RUNNING. Fixes bug #526337.
4020
4021 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
4022
4023         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
4024
4025         * configure.ac:
4026         Actually build dlls when cross-compiling with mingw32.
4027         Fixes bug #526247.
4028
4029 2008-04-05  Sebastian Dröge  <slomo@circular-chaos.org>
4030
4031         * tests/check/elements/ofa.c: (GST_START_TEST):
4032         Also check that we have processed at least 135 seconds of audio
4033         until we stop and calculated a fingerprint.
4034
4035 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
4036
4037         * gst/subenc/gstsrtenc.c:
4038         * gst/subenc/gstsrtenc.h:
4039           GstSrtenc => GstSrtEnc and gst_srtenc_ => gst_srt_enc_.
4040
4041 2008-04-04  Sebastian Dröge  <slomo@circular-chaos.org>
4042
4043         * tests/check/Makefile.am:
4044         * tests/check/elements/.cvsignore:
4045         * tests/check/elements/ofa.c: (bus_handler), (GST_START_TEST),
4046         (ofa_suite), (main):
4047         Add simple unit tests for the OFA plugin.
4048
4049 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
4050
4051         * configure.ac:
4052         * sys/Makefile.am:
4053         * sys/oss4/Makefile.am:
4054         * sys/oss4/oss4-audio.c:
4055         * sys/oss4/oss4-audio.h:
4056         * sys/oss4/oss4-mixer-enum.c:
4057         * sys/oss4/oss4-mixer-enum.h:
4058         * sys/oss4/oss4-mixer-slider.c:
4059         * sys/oss4/oss4-mixer-slider.h:
4060         * sys/oss4/oss4-mixer-switch.c:
4061         * sys/oss4/oss4-mixer-switch.h:
4062         * sys/oss4/oss4-mixer.c:
4063         * sys/oss4/oss4-mixer.h:
4064         * sys/oss4/oss4-property-probe.c:
4065         * sys/oss4/oss4-property-probe.h:
4066         * sys/oss4/oss4-sink.c:
4067         * sys/oss4/oss4-sink.h:
4068         * sys/oss4/oss4-soundcard.h:
4069         * sys/oss4/oss4-source.c:
4070         * sys/oss4/oss4-source.h:
4071           Add initial support for OSSv4. Mixer still needs a bit more love,
4072           but even magic has its limits.
4073
4074 2008-04-01  Tim-Philipp Müller  <tim at centricular dot net>
4075
4076         * configure.ac:
4077         * gst-plugins-bad.spec.in:
4078         * gst/srtenc/Makefile.am:
4079         * gst/srtenc/gstsrtenc.c:
4080         * gst/srtenc/gstsrtenc.h:
4081         * gst/subenc/Makefile.am:
4082         * gst/subenc/gstsrtenc.c: (plugin_init):
4083           Rename new srtenc plugin to subenc.
4084
4085 2008-04-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4086
4087         * gst/mpegtsparse/mpegtspacketizer.c:
4088         Cable delivery subsystem descriptors' frequency's bcd
4089         is measured in 100Hz units so adjust multiplier accordingly.
4090
4091 2008-04-01  Thijs Vermeir  <thijsvermeir@gmail.com>
4092
4093         * configure.ac:
4094         * gst/srtenc/Makefile.am:
4095         * gst/srtenc/gstsrtenc.c:
4096         * gst/srtenc/gstsrtenc.h:
4097         Add srt subtitle encoder
4098
4099 2008-03-31  Wim Taymans  <wim.taymans@collabora.co.uk>
4100
4101         Patch by: Kapil Agrawal <kapil at fluendo dot com>
4102
4103         * ext/gsm/gstgsmdec.c: (gst_gsmdec_sink_setcaps),
4104         (gst_gsmdec_chain):
4105         * ext/gsm/gstgsmdec.h:
4106         Increase the allowed samplerates for the ms-gsm format.
4107         Fixes #481354.
4108
4109 2008-03-30  Tim-Philipp Müller  <tim at centricular dot net>
4110
4111         Patch by: Jan de Groot <jan at jgc homeip net>
4112
4113         * configure.ac:
4114           Fix build with --disable-external (#525100).
4115
4116 2008-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4117
4118         * sys/dvb/gstdvbsrc.c:
4119         Repeat diseqc call to allow for some diseqc switches.
4120
4121 2008-03-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4122
4123         * ext/Makefile.am:
4124         Dist ofa correctly! Fixes non-uninstalled build.
4125
4126 2008-03-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4127
4128         * sys/dvb/gstdvbsrc.c:
4129         Make diseqc work more reliably.
4130
4131 2008-03-26  Sebastian Dröge  <slomo@circular-chaos.org>
4132
4133         * gst/nsf/Makefile.am:
4134         * gst/nsf/fds_snd.c:
4135         * gst/nsf/mmc5_snd.c:
4136         * gst/nsf/nsf.c:
4137         * gst/nsf/types.h:
4138         * gst/nsf/vrc7_snd.c:
4139         * gst/nsf/vrcvisnd.c:
4140         * gst/nsf/memguard.c:
4141         * gst/nsf/memguard.h:
4142         Remove memguard again and apply hopefully all previously dropped
4143         local patches. Should be really better than the old version now.
4144
4145 2008-03-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4146
4147         * gst/nsf/memguard.c: (_my_free):
4148         * gst/nsf/types.h:
4149         Unbreak compilation by disabling memguard and doing some dirty hack
4150         fixes to make it compile on 64bits.
4151
4152 2008-03-25  Sebastian Dröge  <slomo@circular-chaos.org>
4153
4154         Patch by: Andreas Henriksson <andreas at fatal dot set>
4155
4156         * gst/nsf/Makefile.am:
4157         * gst/nsf/dis6502.h:
4158         * gst/nsf/fds_snd.c:
4159         * gst/nsf/fds_snd.h:
4160         * gst/nsf/fmopl.c:
4161         * gst/nsf/fmopl.h:
4162         * gst/nsf/gstnsf.c:
4163         * gst/nsf/log.c:
4164         * gst/nsf/log.h:
4165         * gst/nsf/memguard.c:
4166         * gst/nsf/memguard.h:
4167         * gst/nsf/mmc5_snd.c:
4168         * gst/nsf/mmc5_snd.h:
4169         * gst/nsf/nes6502.c:
4170         * gst/nsf/nes6502.h:
4171         * gst/nsf/nes_apu.c:
4172         * gst/nsf/nes_apu.h:
4173         * gst/nsf/nsf.c:
4174         * gst/nsf/nsf.h:
4175         * gst/nsf/osd.h:
4176         * gst/nsf/types.h:
4177         * gst/nsf/vrc7_snd.c:
4178         * gst/nsf/vrc7_snd.h:
4179         * gst/nsf/vrcvisnd.c:
4180         * gst/nsf/vrcvisnd.h:
4181         Update our internal nosefart to nosefart-2.7-mls to fix segfaults
4182         on some files. Fixes bug #498237.
4183
4184         Remove some // comments, fix some compiler warnings and use pow()
4185         instead of a slow, selfmade implementation.
4186
4187 2008-03-25  Sebastian Dröge  <slomo@circular-chaos.org>
4188
4189         Patch by: Ed Catmur <ed at catmur dot co dot uk>
4190
4191         * configure.ac:
4192         Add support for neon 0.28, which didn't change API. Fixes bug #524035.
4193
4194 2008-03-24  Rene Stadler  <mail@renestadler.de>
4195
4196         * gst/replaygain/gstrganalysis.c (gst_rg_analysis_init),
4197           (gst_rg_analysis_transform_ip):
4198         * gst/replaygain/gstrglimiter.c (gst_rg_limiter_init),
4199           (gst_rg_limiter_transform_ip):
4200         Make rganalysis and rglimiter elements GAP-flag aware.
4201
4202         * tests/check/elements/rganalysis.c: (test_gap_buffers),
4203           (rganalysis_suite):
4204         * tests/check/elements/rglimiter.c (test_gap), (rglimiter_suite):
4205         Add tests to verify gap-awareness.
4206
4207 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
4208
4209         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_headers_cb),
4210         (gst_soup_http_src_chunk_allocator),
4211         (gst_soup_http_src_got_chunk_cb),
4212         (gst_soup_http_src_uri_get_protocols):
4213         Don't autoplug souphttpsrc for dav/davs. This is better handled by
4214         GIO and GnomeVFS as they provide authentication.
4215
4216         Don't leak the icy caps if we already set them and get a new
4217         icy-metaint header.
4218
4219         Try harder to set the icy caps on the output buffer to have correct
4220         caps for the first buffer already.
4221
4222         * tests/check/elements/souphttpsrc.c: (got_buffer),
4223         (GST_START_TEST):
4224         Check that we get a buffer with application/x-icy caps if iradio-mode
4225         is enabled and we have an icecast URL.
4226
4227 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
4228
4229         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_chunk_allocator):
4230         Actually set the icy caps on our src pad if we have icecast data.
4231         Fixes bug #523854.
4232
4233 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4234
4235         * configure.ac:
4236         Check if the compiler supports do { } while (0) macros. This fixes
4237         a warning when compiling with g++ 4.3, resulting in a build failure
4238         because of -Werror.
4239
4240         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
4241         * ext/mplex/gstmplex.cc:
4242         Include <string.h> for memcpy and friends to fix the build with
4243         gcc 4.3.
4244
4245         * tests/check/Makefile.am:
4246         Remove trailing backslash.
4247
4248 2008-03-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4249
4250         * gst/selector/gstinputselector.c:
4251         (gst_input_selector_set_active_pad), (gst_input_selector_switch):
4252         Do g_object_notify() only when not holding the lock to get the property
4253         because otherwise we run into a deadlock with the deep-notify handlers
4254         that are possibly installed.
4255
4256 2008-03-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4257
4258         * gst/selector/gstinputselector.c: (gst_selector_pad_class_init),
4259         (gst_selector_pad_event), (gst_selector_pad_bufferalloc),
4260         (gst_selector_pad_chain), (gst_input_selector_set_active_pad):
4261         Release the selector lock when pad alloc happens on a non selected pad.
4262
4263 2008-03-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4264
4265         * gst/selector/gstinputselector.c: (gst_selector_pad_class_init),
4266         (gst_selector_pad_init), (gst_selector_pad_set_property),
4267         (gst_selector_pad_get_property), (gst_selector_pad_event),
4268         (gst_selector_pad_bufferalloc), (gst_selector_pad_chain),
4269         (gst_input_selector_set_active_pad):
4270         Add pad property to configure behaviour of the unselected pad, it can
4271         return OK or NOT_LINKED, based on the use case.
4272
4273 2008-03-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4274
4275         * gst/selector/gstinputselector.c:
4276         (gst_selector_pad_get_running_time), (gst_selector_pad_reset),
4277         (gst_selector_pad_event), (gst_selector_pad_bufferalloc),
4278         (gst_input_selector_wait), (gst_selector_pad_chain),
4279         (gst_input_selector_class_init), (gst_input_selector_init),
4280         (gst_input_selector_dispose), (gst_segment_set_start),
4281         (gst_input_selector_set_active_pad),
4282         (gst_input_selector_set_property),
4283         (gst_input_selector_get_property),
4284         (gst_input_selector_get_linked_pad),
4285         (gst_input_selector_is_active_sinkpad),
4286         (gst_input_selector_activate_sinkpad),
4287         (gst_input_selector_request_new_pad),
4288         (gst_input_selector_release_pad),
4289         (gst_input_selector_change_state), (gst_input_selector_block),
4290         (gst_input_selector_switch):
4291         * gst/selector/gstinputselector.h:
4292         Figure out the locking a bit more.
4293         Mark buffers with discont after switching.
4294         Fix initial segment forwarding, make sure to only forward one segment
4295         regardless of what the sequence of buffers/segments is. See #522203.
4296         Improve flushing when blocked.
4297         Return NOT_LINKED when a stream is not selected.
4298         Not API change for the switch signal in the docs.
4299         Fix start/time/accum values of the new segment.
4300         Correctly unlock and flush a blocking selector when going to READY.
4301
4302 2008-03-20  Stefan Kost  <ensonic@users.sf.net>
4303
4304         * ext/ladspa/gstladspa.c:
4305         * ext/ladspa/gstsignalprocessor.c:
4306           Add some thoughts and FIXME's.
4307
4308 2008-03-20  Stefan Kost  <ensonic@users.sf.net>
4309
4310         * gst/bayer/gstbayer2rgb.c:
4311           Include stdlib.h for abs.
4312
4313 2008-03-19  Stefan Kost  <ensonic@users.sf.net>
4314
4315         * gst/freeze/FAQ:
4316         * gst/freeze/Makefile.am:
4317         * gst/freeze/gstfreeze.c:
4318           Add example to source code documentation blob and remove the 3 line
4319           FAQ.
4320
4321         * gst/interleave/interleave.c:
4322           Add a source code documentation blob.
4323
4324 2008-03-19  Sebastian Dröge  <slomo@circular-chaos.org>
4325
4326         * ext/ofa/gstofa.c: (create_fingerprint), (gst_ofa_event),
4327         (gst_ofa_transform_ip), (plugin_init):
4328         Improve debugging, clean up a bit and really generate the fingerprint
4329         after 135 seconds.
4330
4331 2008-03-19  Sebastian Dröge  <slomo@circular-chaos.org>
4332
4333         * ext/ofa/gstofa.c:
4334         Use GPL as license, the plugin itself is LGPL but libofa is GPL.
4335
4336 2008-03-19  Sebastian Dröge  <slomo@circular-chaos.org>
4337
4338         Based on a patch by: Eric Buehl <eric dot buehl at gmail dot com>
4339
4340         * configure.ac:
4341         * ext/ofa/Makefile.am:
4342         * ext/ofa/gstofa.c: (gst_ofa_base_init), (gst_ofa_finalize),
4343         (gst_ofa_class_init), (create_fingerprint), (gst_ofa_event),
4344         (gst_ofa_init), (gst_ofa_transform_ip), (gst_ofa_get_property),
4345         (plugin_init):
4346         * ext/ofa/gstofa.h:
4347         Add an OFA element, the successor of MusicBrainz TRM fingerprinting.
4348         Fixes bug #351309.
4349
4350 2008-03-18  Andy Wingo  <wingo@pobox.com>
4351
4352         * ext/faad/gstfaad.c (gst_faad_chain): Fix a bad format argument,
4353         and a potential int overflow.
4354
4355         * ext/faad/gstfaad.h: Include <neaacdec.h> if faad is neaac.
4356         Avoids a #warning about an ignored #pragma.
4357
4358 2008-03-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4359
4360         * examples/switch/switcher.c:
4361         Update switch example to use input selector.
4362
4363 2008-03-17  Sebastian Dröge  <slomo@circular-chaos.org>
4364
4365         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
4366         (gst_neonhttp_src_send_request_and_redirect):
4367         Handle HTTP status code 303 (See Other) the same way
4368         as 302 (Found). Not sure what to do about all the other 3xx
4369         redirect status codes. Fixes bug #522884.
4370
4371 2008-03-14  Edward Hervey  <edward.hervey@collabora.co.uk>
4372
4373         * gst-libs/gst/dshow/Makefile.am:
4374         Make sure the dshow helper library headers get distributed in the next
4375         release.
4376
4377 2008-03-14  David Schleef  <ds@schleef.org>
4378
4379         Patch by: William M. Brack
4380
4381         * gst/bayer/gstbayer2rgb.c: Significant improvements.  Fixes #521392.
4382
4383 2008-03-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4384
4385         * gst/selector/gstinputselector.c: (gst_selector_pad_event),
4386         (gst_selector_pad_bufferalloc), (gst_selector_pad_chain),
4387         (gst_input_selector_class_init),
4388         (gst_input_selector_set_active_pad),
4389         (gst_input_selector_set_property),
4390         (gst_input_selector_push_pending_stop):
4391         Add lots of debugging. 
4392         Fix time member in the newsegment event.
4393
4394 2008-03-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4395
4396         * gst/selector/gstinputselector.c: (gst_selector_pad_class_init),
4397         (gst_selector_pad_finalize), (gst_selector_pad_get_property),
4398         (gst_selector_pad_event), (gst_input_selector_class_init),
4399         (gst_input_selector_init), (gst_input_selector_set_active_pad),
4400         (gst_input_selector_set_property),
4401         (gst_input_selector_get_property),
4402         (gst_input_selector_request_new_pad),
4403         (gst_input_selector_release_pad),
4404         (gst_input_selector_push_pending_stop),
4405         (gst_input_selector_switch):
4406         * gst/selector/gstinputselector.h:
4407         Various cleanups.
4408         Added tags to the pads.
4409         Select active pad based on the pad object instead of its name.
4410         Fix refcount in set_active_pad.
4411         Add property to get the number of pads.
4412
4413         * gst/selector/gstoutputselector.c:
4414         (gst_output_selector_class_init),
4415         (gst_output_selector_set_property),
4416         (gst_output_selector_get_property):
4417         Various cleanups.
4418         Select the active pad based on the pad object instead of its name.
4419         Fix locking when setting the active pad.
4420
4421         * gst/selector/gstselector-marshal.list:
4422         * tests/check/elements/selector.c: (cleanup_pad),
4423         (selector_set_active_pad), (run_input_selector_buffer_count):
4424         Fixes for pad instead of padname for pad selection.
4425
4426 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
4427
4428         * ext/alsaspdif/alsaspdifsink.c:
4429         * ext/gsm/gstgsm.c:
4430         * ext/jack/gstjack.c:
4431         * ext/libmms/gstmms.c:
4432         * ext/neon/gstneonhttpsrc.c:
4433         * ext/shout/gstshout.c:
4434         * ext/timidity/gsttimidity.c:
4435         * ext/timidity/gstwildmidi.c:
4436         * gst/nuvdemux/gstnuvdemux.c:
4437         * gst/tta/gsttta.c:
4438         Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead
4439         of hardcoding values where possible. Fixes bug #522212.
4440
4441 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
4442
4443         Patch by: Wouter Cloetens <wouter at mind dot be>
4444
4445         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_init),
4446         (gst_soup_http_src_finished_cb), (gst_soup_http_src_response_cb),
4447         (gst_soup_http_src_build_message), (gst_soup_http_src_create):
4448         * ext/soup/gstsouphttpsrc.h:
4449         Try to resume on server disconnect. Fixes bug #522134.
4450
4451 2008-03-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4452
4453         * ext/xvid/gstxvidenc.c: (gst_xvidenc_chain):
4454         Set correct pixel aspect ratio for the encoder.
4455
4456 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
4457
4458         Patch by: Olivier Crete <tester at tester dot ca>
4459
4460         * gst/rtpmanager/rtpsession.c: (find_add_conflicting_addresses),
4461         (check_collision), (obtain_source), (rtp_session_create_new_ssrc),
4462         (rtp_session_create_source), (rtp_session_process_rtp),
4463         (rtp_session_process_sr), (rtp_session_process_rr),
4464         (rtp_session_process_sdes), (rtp_session_process_bye),
4465         (rtp_session_send_bye_locked), (rtp_session_send_bye),
4466         (rtp_session_on_timeout):
4467         * gst/rtpmanager/rtpsession.h:
4468         Implement collision and loop detection in rtpmanager.
4469         Fixes #520626.
4470
4471         * gst/rtpmanager/rtpsource.c: (rtp_source_reset),
4472         (rtp_source_init):
4473         * gst/rtpmanager/rtpsource.h:
4474         Add method to reset stats.
4475
4476 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
4477
4478         Based on patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
4479
4480         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_init),
4481         (rtcp_thread), (start_rtcp_thread), (stop_rtcp_thread),
4482         (join_rtcp_thread), (gst_rtp_session_change_state):
4483         Avoid a deadlock when joining the RTCP thread in PAUSED because it might
4484         be blocked downstream. Also avoid spawning multiple rtcp threads.
4485         Fixes #520894.
4486
4487 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
4488
4489         Patch by: Stefan Kost <ensonic@users.sf.net>
4490
4491         * gst/rtpmanager/rtpjitterbuffer.c: (calculate_skew):
4492         Don't try to reset the clock skew when we have no timestamps.
4493         Fixes #519005.
4494
4495 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
4496
4497         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4498
4499         * ext/faad/gstfaad.c: (looks_like_valid_header):
4500         Improve the header checking to look for what faad2 looks
4501         for too. Fixes playback of same apple trailers.
4502         Fixes bug #469979.
4503
4504 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
4505
4506         * configure.ac:
4507         Really check for libdc1394 >= 2.0.0, pkg-config thinks that
4508         2.0.0-rcX is newer than 2.0.0 so we check for this too.
4509
4510 2008-03-05  David Schleef  <ds@schleef.org>
4511
4512         * ext/dirac/gstdiracenc.cc: Add a bunch of properties cribbed
4513           from the encoder program in dirac.
4514
4515 2008-03-05  David Schleef  <ds@schleef.org>
4516
4517         * configure.ac:
4518         * ext/Makefile.am:
4519         * ext/dirac/Makefile.am:
4520         * ext/dirac/gstdirac.cc:
4521         * ext/dirac/gstdiracenc.cc:
4522           Rewrite Dirac encoder plugin based on Schroedinger gstreamer
4523           elements.
4524
4525 2008-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
4526
4527         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
4528
4529         * configure.ac:
4530         * ext/Makefile.am:
4531         * ext/mplex/Makefile.am:
4532         * ext/mplex/gstmplex.cc:
4533         * ext/mplex/gstmplex.hh:
4534         * ext/mplex/gstmplexibitstream.cc:
4535         * ext/mplex/gstmplexibitstream.hh:
4536         * ext/mplex/gstmplexjob.cc:
4537         * ext/mplex/gstmplexjob.hh:
4538         * ext/mplex/gstmplexoutputstream.cc:
4539         * ext/mplex/gstmplexoutputstream.hh:
4540         Port mplex element to 0.10. Fixes bug #520329.
4541
4542         * tests/check/Makefile.am:
4543         * tests/check/elements/mplex.c: (test_sink_event), (setup_src_pad),
4544         (teardown_src_pad), (setup_mplex), (cleanup_mplex),
4545         (GST_START_TEST), (mplex_suite), (main):
4546         Add unit test for the mplex element.
4547
4548 2008-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
4549
4550         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
4551
4552         * configure.ac:
4553         Clean up detection of different mjpegtoolsAPI versions.
4554
4555         * ext/mpeg2enc/gstmpeg2enc.cc:
4556         * ext/mpeg2enc/gstmpeg2enc.hh:
4557         * ext/mpeg2enc/gstmpeg2encoder.cc:
4558         * ext/mpeg2enc/gstmpeg2encoptions.cc:
4559         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
4560         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
4561         * ext/mpeg2enc/gstmpeg2encstreamwriter.cc:
4562         * ext/mpeg2enc/gstmpeg2encstreamwriter.hh:
4563         Streamline conditional code for evolving mjpegtools API,
4564         optimize and fix/prevent crash in log handling, use
4565         names/nicks for enums in the usual way andm inor updates
4566         in code and properties/settings. Partially fixes bug #520329.
4567
4568 2008-03-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4569
4570         * gst/mpegtsparse/gstmpegdesc.h:
4571         * gst/mpegtsparse/mpegtspacketizer.c:
4572         Add parsing of cable delivery system descriptor.
4573
4574 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
4575
4576         * configure.ac:
4577         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
4578         plug-ins are included/excluded. (#498222)
4579
4580 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
4581
4582         Patch by: Jens Granseuer <jensgr at gmx dot net>
4583
4584         * gst/mve/gstmvedemux.c: (gst_mve_audio_data),
4585         (gst_mve_demux_get_type):
4586         Fix audio discontinuity that happens when silent chunks are
4587         followed by real data again. Fixes bug #519905.
4588
4589 2008-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4590
4591         * sys/dvb/gstdvbsrc.c:
4592         * sys/dvb/parsechannels.c:
4593         Add DVB-C support. Special thanks to Christian Schaller
4594         for a testing ground.
4595
4596 2008-02-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4597
4598         * gst/mpegtsparse/mpegtsparse.c:
4599         Only send PMTs to program pads that the PMT is for even if
4600         on same pid.
4601         As a by-product, we now no longer hardcode any psi pid numbers.
4602         Also remove pcr stream from old pmt when we apply a new pmt.
4603
4604 2008-02-28  Edgard Lima  <edgard.lima@indt.org.br>
4605
4606         * ext/metadata/TODO:
4607         * ext/metadata/metadata_mapping.htm:
4608         * ext/metadata/metadataexif.c:
4609         * ext/metadata/metadatatags.c:
4610         * ext/metadata/metadatatags.h:
4611         * tests/icles/metadata_editor.c:
4612         Map Date-Time and GPS tags and Convert from EXIF to XMP Datatime as
4613         local time (those changes has been done in previous comit but had to
4614         be revert in 2008-02-10 due to frozen)
4615
4616 2008-02-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4617
4618         * sys/dvb/camutils.c:
4619         Remove the G_VALUE_HOLDS_BOXED checks. They were
4620         only added to help debug the data corruption.
4621
4622 2008-02-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4623
4624         * sys/dvb/camutils.c:
4625         Don't free the program descriptors, this structure
4626         containing them is still stored after.
4627         Fixes data corruption.
4628
4629 2008-02-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4630
4631         * sys/dvb/camutils.c:
4632         Extra checks to prevent data corruption/segfaults.
4633
4634 2008-02-26  Stefan Kost  <ensonic@users.sf.net>
4635
4636         * ext/nas/nassink.c:
4637           Fix build warning by using portable API.
4638
4639 2008-02-26  Stefan Kost  <ensonic@users.sf.net>
4640
4641         * gst/selector/gstoutputselector.c:
4642           Fix changing to same pad twice before a chain call.     
4643
4644 2008-02-26  Sebastian Dröge  <slomo@circular-chaos.org>
4645
4646         Patch by: Daniel Fischer <dan at f3c dot com>
4647
4648         * configure.ac:
4649         * ext/dc1394/gstdc1394.c: (gst_dc1394_change_state),
4650         (gst_dc1394_get_cam_caps), (gst_dc1394_open_cam_with_best_caps):
4651         * ext/dc1394/gstdc1394.h:
4652         Add support for libdc1394 2.0.0 and above and require this version
4653         now. Fixes bug #514964.
4654
4655 2008-02-26  Sebastian Dröge  <slomo@circular-chaos.org>
4656
4657         Patch by: Wouter Cloetens <wouter at mind dot be>
4658
4659         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
4660         (gst_soup_http_src_init), (gst_soup_http_src_dispose),
4661         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property),
4662         (gst_soup_http_src_create):
4663         * ext/soup/gstsouphttpsrc.h:
4664         * tests/check/elements/souphttpsrc.c: (run_test), (GST_START_TEST),
4665         (souphttpsrc_suite):
4666         Add support for specifying a list of cookies to be passed in
4667         the HTTP request. Fixes bug #518722.
4668
4669 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
4670
4671         * gst/selector/gstinputselector.c:
4672         * gst/selector/gstinputselector.h:
4673           Added "select-all" property to make it work like aggregator in 0.8.
4674
4675         * gst/selector/gstoutputselector.c:
4676           Fix resend-latest behavoiur.
4677           
4678         * tests/check/Makefile.am:
4679         * tests/check/elements/.cvsignore:
4680         * tests/check/elements/selector.c:
4681           Add unit tests for selector.
4682
4683 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4684
4685         * configure.ac:
4686         * ext/timidity/gsttimidity.c: (plugin_init):
4687         * ext/timidity/gstwildmidi.c: (plugin_init):
4688         Remove midi typefinders and require base CVS as they moved there.
4689
4690 2008-02-24  Sebastian Dröge  <slomo@circular-chaos.org>
4691
4692         * ext/Makefile.am:
4693         Only disable the ext/timidity directory if both, wildmidi
4694         _and_ timidity are not available.
4695
4696 2008-02-24  Sebastian Dröge  <slomo@circular-chaos.org>
4697
4698         Patch by: Emilio Pozuelo Monfort <pochu at ubuntu dot com>
4699
4700         * ext/Makefile.am:
4701         Build the wildmidi plugin if it's enabled and not only when
4702         both, the timidity and wildmidi plugin, are enabled.
4703
4704 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
4705
4706         * configure.ac:
4707         * ext/mpeg2enc/Makefile.am:
4708         * ext/soundtouch/Makefile.am:
4709         * gst/modplug/Makefile.am:
4710           Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them
4711           when building C++ code.
4712
4713 2008-02-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4714
4715         * sys/dvb/gstdvbsrc.c:
4716         Add initial support for multiproto driver (not yet merged into
4717         v4l-dvb mainline yet).
4718         Only works for DVB-S not DVB-S2, DVB-T, DVB-C or other.
4719
4720 2008-02-22  Tim-Philipp Müller  <tim at centricular dot net>
4721
4722         * docs/plugins/inspect/plugin-alsaspdif.xml:
4723         * docs/plugins/inspect/plugin-app.xml:
4724         * docs/plugins/inspect/plugin-bayer.xml:
4725         * docs/plugins/inspect/plugin-bz2.xml:
4726         * docs/plugins/inspect/plugin-cdaudio.xml:
4727         * docs/plugins/inspect/plugin-cdxaparse.xml:
4728         * docs/plugins/inspect/plugin-dfbvideosink.xml:
4729         * docs/plugins/inspect/plugin-dtsdec.xml:
4730         * docs/plugins/inspect/plugin-dvb.xml:
4731         * docs/plugins/inspect/plugin-dvdspu.xml:
4732         * docs/plugins/inspect/plugin-faac.xml:
4733         * docs/plugins/inspect/plugin-faad.xml:
4734         * docs/plugins/inspect/plugin-fbdevsink.xml:
4735         * docs/plugins/inspect/plugin-festival.xml:
4736         * docs/plugins/inspect/plugin-filter.xml:
4737         * docs/plugins/inspect/plugin-flvdemux.xml:
4738         * docs/plugins/inspect/plugin-freeze.xml:
4739         * docs/plugins/inspect/plugin-gsm.xml:
4740         * docs/plugins/inspect/plugin-gstinterlace.xml:
4741         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
4742         * docs/plugins/inspect/plugin-h264parse.xml:
4743         * docs/plugins/inspect/plugin-interleave.xml:
4744         * docs/plugins/inspect/plugin-jack.xml:
4745         * docs/plugins/inspect/plugin-ladspa.xml:
4746         * docs/plugins/inspect/plugin-metadata.xml:
4747         * docs/plugins/inspect/plugin-mms.xml:
4748         * docs/plugins/inspect/plugin-modplug.xml:
4749         * docs/plugins/inspect/plugin-mpeg2enc.xml:
4750         * docs/plugins/inspect/plugin-mpeg4videoparse.xml:
4751         * docs/plugins/inspect/plugin-mpegtsparse.xml:
4752         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
4753         * docs/plugins/inspect/plugin-musepack.xml:
4754         * docs/plugins/inspect/plugin-musicbrainz.xml:
4755         * docs/plugins/inspect/plugin-mve.xml:
4756         * docs/plugins/inspect/plugin-neon.xml:
4757         * docs/plugins/inspect/plugin-nsfdec.xml:
4758         * docs/plugins/inspect/plugin-nuvdemux.xml:
4759         * docs/plugins/inspect/plugin-rawparse.xml:
4760         * docs/plugins/inspect/plugin-real.xml:
4761         * docs/plugins/inspect/plugin-replaygain.xml:
4762         * docs/plugins/inspect/plugin-rfbsrc.xml:
4763         * docs/plugins/inspect/plugin-sdl.xml:
4764         * docs/plugins/inspect/plugin-sdp.xml:
4765         * docs/plugins/inspect/plugin-selector.xml:
4766         * docs/plugins/inspect/plugin-sndfile.xml:
4767         * docs/plugins/inspect/plugin-soundtouch.xml:
4768         * docs/plugins/inspect/plugin-spcdec.xml:
4769         * docs/plugins/inspect/plugin-speed.xml:
4770         * docs/plugins/inspect/plugin-speexresample.xml:
4771         * docs/plugins/inspect/plugin-stereo.xml:
4772         * docs/plugins/inspect/plugin-tremor.xml:
4773         * docs/plugins/inspect/plugin-tta.xml:
4774         * docs/plugins/inspect/plugin-vcdsrc.xml:
4775         * docs/plugins/inspect/plugin-videosignal.xml:
4776         * docs/plugins/inspect/plugin-vmnc.xml:
4777         * docs/plugins/inspect/plugin-x264.xml:
4778         * docs/plugins/inspect/plugin-xvid.xml:
4779         * docs/plugins/inspect/plugin-y4menc.xml:
4780           Update to version 0.10.6.1.
4781
4782 2008-02-22  Tim-Philipp Müller  <tim at centricular dot net>
4783
4784         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
4785         * docs/plugins/inspect/plugin-gdp.xml:
4786         * docs/plugins/inspect/plugin-quicktime.xml:
4787         * docs/plugins/inspect/plugin-switch.xml:
4788         * docs/plugins/inspect/plugin-videocrop.xml:
4789           Remove docs for elements that have moved to other modules
4790           or been renamed.
4791
4792 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4793
4794         Patch by: Wouter Cloetens <wouter at mind dot be>
4795
4796         * configure.ac:
4797         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_cancel_message),
4798         (gst_soup_http_src_finished_cb), (gst_soup_http_src_chunk_free),
4799         (gst_soup_http_src_chunk_allocator),
4800         (gst_soup_http_src_got_chunk_cb), (gst_soup_http_src_create),
4801         (gst_soup_http_src_start), (gst_soup_http_src_set_proxy):
4802         * ext/soup/gstsouphttpsrc.h:
4803         Implement zero-copy and make the buffer size configurable.
4804         Prefix proxy URIs with "http://" if they don't start with it
4805         already and catch errors earlier, fixes hanging in some situations.
4806         Fixes bug #514948.
4807
4808 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4809
4810         * tests/check/gst-plugins-bad.supp:
4811         Add suppressions for SoundTouch valgrind warnings and
4812         a valgrind warning caused by the LADSPA sine plugin and
4813         happening on every exit().
4814         Remove GIO suppressions as it's now in -base.
4815
4816 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4817
4818         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_create):
4819         Don't allocate and copy the data to a new place but instead
4820         put the data from gmyth (which we own) into the buffers that
4821         are passed downstream.
4822
4823 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4824
4825         * ext/timidity/gstwildmidi.c:
4826         If WILDMIDI_CFG is not defined, define it to the default
4827         timidity configure file.
4828
4829 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4830
4831         Based on a patch by:
4832           Hans de Goede <j dot w dot r dot degoede at hhs dot nl>
4833
4834         * configure.ac:
4835         * ext/mpeg2enc/gstmpeg2enc.cc:
4836         Remove hack to work with mjpegtools 1.9.0rc3 and above and instead
4837         use mjpeg_loglev_t() for getting the log levels. Check for this
4838         function in configure.ac as the pkg-config file doesn't tell us
4839         which release candidate we have. Fixes bug #517896.
4840
4841 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4842
4843         * configure.ac:
4844         Check for X for the nas plugin to make it possible to build it
4845         again. Fixes bug #517895.
4846
4847 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4848
4849         * tests/check/Makefile.am:
4850         Ignore some more elements for the states unit test, like
4851         dfbvideosink which produces a segfault. Fixes bug #517854.
4852
4853 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4854
4855         Patch by: Jens Granseuer <jensgr at gmx dot net>
4856
4857         * gst/librfb/gstrfbsrc.c: (gst_rfb_property_set_version):
4858         * gst/librfb/rfbdecoder.c: (rfb_decoder_message_set_encodings),
4859         (rfb_decoder_state_set_encodings):
4860         * gst/mpegtsparse/mpegtspacketizer.c:
4861         (mpegts_packetizer_parse_nit), (mpegts_packetizer_parse_sdt),
4862         (mpegts_packetizer_parse_eit):
4863         * sys/fbdev/gstfbdevsink.c: (gst_fbdevsink_getcaps),
4864         (gst_fbdevsink_setcaps), (gst_fbdevsink_render):
4865         Some C89 fixes, moving variable declarations to the beginning
4866         of a block. Fixes bug #517937.
4867
4868 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
4869
4870         * configure.ac:
4871         Back to development...
4872
4873 === release 0.10.6 ===
4874
4875 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
4876
4877         * configure.ac:
4878           releasing 0.10.6, "A Big Deep Breath"
4879
4880 2008-02-20  Bastien Nocera  <hadess@hadess.net>
4881
4882         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_do_seek),
4883         (gst_mythtv_src_start): Using the wrong GstFormat for the filesize,
4884         and fail seek properly on anything but _BYTES format
4885         Fixes bug #517684
4886
4887 2008-02-20  Sebastian Dröge  <slomo@circular-chaos.org>
4888
4889         Patch by: Olivier Crete <tester at tester dot ca>
4890
4891         * gst/rtpmanager/gstrtpbin.c: (new_ssrc_pad_found):
4892         Fix small memory leak, leaking caps. Fixes bug #517571.
4893
4894 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
4895
4896         * gst/tta/Makefile.am:
4897         Link tta plugin with libm. Fixes bug #517391.
4898
4899 2008-02-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4900
4901         * sys/dvb/camutils.c:
4902         Do not assume "descriptors" property in the pmt structure
4903         is present.
4904         Fixes #516499.
4905
4906 2008-02-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4907
4908         Patch by: Olivier Crete <tester@tester.ca>
4909
4910         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_associate):
4911         Ignore streams that did not receive an SR packet when doing
4912         synchronisation. Fixes #516160.
4913
4914 2008-02-14  Sebastian Dröge  <slomo@circular-chaos.org>
4915
4916         * gst/dvdspu/gstdvdspu.c: (gst_dvd_spu_handle_new_spu_buf):
4917         Set n_line_ctrl_i to 0 whenever we free line_ctrl_i. Patch based
4918         on an idea by Jan Schmidt, fixes bug #516436.
4919
4920 2008-02-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4921
4922         * gst/mpegtsparse/gstmpegdesc.c:
4923         * gst/mpegtsparse/gstmpegdesc.h:
4924         * gst/mpegtsparse/mpegtsparse.c:
4925         Make sure the gstmpegdesc debug lines do not critical
4926         when GST_DEBUG is enabled and also actually output.
4927         Thanks to Alessandro Decina for spotting.
4928         Fixes #516448
4929
4930 2008-02-13  Jan Schmidt  <jan.schmidt@sun.com>
4931
4932         * gst-libs/gst/Makefile.am:
4933         * sys/Makefile.am:
4934         Also add dshow pieces to the disted subdirs to fix distcheck.
4935
4936 2008-02-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4937
4938         Patch by: Josep Torra Valles <josep@fluendo.com>
4939
4940         * gst/h264parse/gsth264parse.c: (gst_h264_parse_chain_reverse):
4941         Fix potential buffer leak in reverse mode. Re-Fixes #516061.
4942
4943 2008-02-13  Sebastian Dröge  <slomo@circular-chaos.org>
4944
4945         * configure.ac:
4946         Allow gmyth versions from 0.4 up to 0.7.99, the API didn't change
4947         until 0.7 fortunately.
4948
4949 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
4950
4951         * configure.ac:
4952         Generate the directshow Makefiles so that the directories
4953         get disted. Still needs some configure time detection to enable
4954         building them under MingW.
4955
4956 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
4957
4958         * ext/metadata/Makefile.am:
4959         Don't install a header file. We will have to merge these
4960         tags into libgsttag after the release and use them from there.
4961         Fixes: #515860
4962
4963 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
4964
4965         * gst-libs/gst/dshow/Makefile.am:
4966         * sys/dshowdecwrapper/Makefile.am:
4967         * sys/dshowsrcwrapper/Makefile.am:
4968         Add Makefiles to win32 plugins and lib.
4969         They will need to be tested and probably fixed by developers
4970         working with mingw. This is a first step to include source files 
4971         with releases.
4972         
4973 2008-02-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4974
4975         * sys/dvb/dvbbasebin.c:
4976         Fix leak of location string returned from gst_uri_get_location.
4977         Fixes bug #516114
4978
4979 2008-02-12  David Schleef  <ds@schleef.org>
4980
4981         * configure.ac:
4982         * docs/plugins/Makefile.am:
4983         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
4984         * docs/plugins/inspect/plugin-glimagesink.xml:
4985         * sys/Makefile.am:
4986         * sys/glsink/BUGS:
4987         * sys/glsink/Makefile.am:
4988         * sys/glsink/color_matrix.c:
4989         * sys/glsink/glextensions.c:
4990         * sys/glsink/glextensions.h:
4991         * sys/glsink/glimagesink.c:
4992         * sys/glsink/glimagesink.h:
4993         * sys/glsink/gltestsrc.c:
4994         * sys/glsink/gltestsrc.h:
4995         * sys/glsink/gstglbuffer.c:
4996         * sys/glsink/gstglbuffer.h:
4997         * sys/glsink/gstglconvert.c:
4998         * sys/glsink/gstgldisplay.c:
4999         * sys/glsink/gstgldisplay.h:
5000         * sys/glsink/gstgldownload.c:
5001         * sys/glsink/gstglfilter.c:
5002         * sys/glsink/gstglfilter.h:
5003         * sys/glsink/gstglfilterexample.c:
5004         * sys/glsink/gstgltestsrc.c:
5005         * sys/glsink/gstgltestsrc.h:
5006         * sys/glsink/gstglupload.c:
5007         * sys/glsink/gstopengl.c:
5008           Remove glimagesink, as it's been moved to gst-plugins-gl.
5009           Fixes #516094.
5010
5011 2008-02-12  Wim Taymans  <wim.taymans@collabora.co.uk>
5012
5013         Patch by: Josep Torra Valles <josep@fluendo.com>
5014
5015         * gst/h264parse/gsth264parse.c: (gst_h264_parse_chain_reverse):
5016         Fix potential buffer leak in reverse mode. Fixes #516061.
5017
5018 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5019
5020         * sys/dshowdecwrapper/gstdshowaudiodec.c:
5021         (gst_dshowaudiodec_dispose):
5022         * sys/dshowdecwrapper/gstdshowvideodec.c:
5023         (gst_dshowvideodec_dispose):
5024         Chain up dispose methods properly. Fixes bug #515970.
5025
5026 2008-02-12  Wim Taymans  <wim.taymans@collabora.co.uk>
5027
5028         * gst/mpegvideoparse/mpegvideoparse.c:
5029         (mpegvideoparse_handle_sequence), (mpegvideoparse_drain_avail),
5030         (gst_mpegvideoparse_change_state):
5031         Fix leaking caps.
5032         Fix potential buffer leak in forward mode.
5033         Cleanup queues when going to READY. Fixes #515815.
5034
5035 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5036
5037         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5038         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5039         * docs/plugins/inspect/plugin-gio.xml:
5040         Remove documentation for the GIO plugin as it was moved to
5041         gst-plugins-base. Fixes bug #515964.
5042
5043 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5044
5045         * ext/xvid/gstxvidenc.c:
5046         * gst/vmnc/vmncdec.c:
5047         * sys/glsink/glimagesink.c:
5048         * sys/glsink/gstgldisplay.c:
5049         Fix some finalize leaks by chaining up to the parent method.
5050         Fixes: #515919
5051
5052 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5053
5054         * tests/check/elements/souphttpsrc.c:
5055         Include glib/gprintf.h for g_vasprintf(). Fixes bug #515564.
5056
5057 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5058
5059         * gst/librfb/gstrfbsrc.c: (gst_rfb_src_dispose):
5060         Free the rfb decoder on finalize. Fixes bug #515721.
5061
5062 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5063
5064         * sys/fbdev/gstfbdevsink.c: (gst_fbdevsink_class_init),
5065         (gst_fbdevsink_finalize):
5066         Free the device string in finalize. Fixes bug #515722.
5067
5068 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5069
5070         * ext/xvid/gstxvidenc.c: (gst_xvidenc_init):
5071         Unset GValues after using them. Fixes bug #515720.
5072
5073 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5074
5075         * tests/check/Makefile.am:
5076         Disable the dvb plugin for the states test. Fixes bug #515567.
5077
5078 2008-02-10  Edgard Lima,,,,  <edgard.lima@indt.org.br>
5079
5080         * ext/metadata/TODO:
5081         * ext/metadata/metadata_mapping.htm:
5082         * ext/metadata/metadataexif.c:
5083         * ext/metadata/metadatatags.c:
5084         * ext/metadata/metadatatags.h:
5085         * tests/icles/metadata_editor.c:
5086           Revert changes to 2008-02-09 due to frozen.
5087
5088 2008-02-10  Jan Schmidt  <jan.schmidt@sun.com>
5089
5090         * ext/ivorbis/vorbisfile.c:
5091         Trivial fix for build warning.
5092         Patch by: Josep Torra Valles <josep@fluendo.com>
5093         Fixes: #515588
5094
5095 2008-02-10  Edgard Lima  <edgard.lima@indt.org.br>
5096
5097         * ext/metadata/TODO:
5098         * ext/metadata/metadataexif.c:
5099           Convert from EXIF to XMP DataTime as local time.
5100
5101 2008-02-10  Edgard Lima  <edgard.lima@indt.org.br>
5102
5103         * ext/metadata/TODO:
5104         * ext/metadata/metadata_mapping.htm:
5105         * ext/metadata/metadataexif.c:
5106         * ext/metadata/metadatatags.c:
5107         * ext/metadata/metadatatags.h:
5108         * tests/icles/metadata_editor.c:
5109           Map Date-Time and GPS tags.
5110           
5111
5112 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
5113
5114         * gst/selector/Makefile.am:
5115
5116         Listing the marshal.h in the nodist_HEADERS breaks distcheck, so
5117         let's not do that
5118
5119         * tests/check/Makefile.am:
5120         Disable the crashing cdaudio plugin from the states test so I can make
5121         pre-releases.
5122
5123 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
5124
5125         * win32/vs6/libgstdshowdecwrapper.dsp:
5126         * win32/vs6/libgstflv.dsp:
5127         Convert to DOS line endings, and set -kb
5128
5129 2008-02-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5130
5131         * sys/dvb/Makefile.am:
5132         * sys/dvb/dvbbasebin.c:
5133         Add URI Handler for dvb.
5134         Re-order pad templates to workaround a bug in playbasebin.
5135         * sys/dvb/parsechannels.c:
5136         * sys/dvb/parsechannels.h:
5137         Add code to parse channels from zap-style channels.conf files.
5138
5139 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5140
5141         * configure.ac:
5142         * docs/plugins/Makefile.am:
5143         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5144         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5145         * docs/plugins/gst-plugins-bad-plugins.args:
5146         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
5147         * docs/plugins/inspect/plugin-multifile.xml:
5148         * gst/multifile/Makefile.am:
5149         * gst/multifile/gstmultifile.c:
5150         * gst/multifile/gstmultifilesink.c:
5151         * gst/multifile/gstmultifilesink.h:
5152         * gst/multifile/gstmultifilesrc.c:
5153         * gst/multifile/gstmultifilesrc.h:
5154         * gst/multifile/multifile.vproj:
5155         * tests/check/Makefile.am:
5156         * tests/check/elements/multifile.c:
5157
5158         Remove multifile plugin, which has moved to -good
5159
5160 2008-02-07  David Schleef  <ds@schleef.org>
5161
5162         * gst/multifile/gstmultifilesink.c:
5163         * gst/multifile/gstmultifilesrc.c:
5164           Use g_file_[sg]et_contents() instead of using stdio functions.
5165           Should be less error prone.
5166         * tests/check/elements/multifile.c:
5167           Create a temporary directory using standard functions instead of
5168           creating a directory in the current dir.
5169
5170 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5171
5172         * configure.ac:
5173         * docs/plugins/Makefile.am:
5174         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5175         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5176         * docs/plugins/gst-plugins-bad-plugins.args:
5177         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
5178         * docs/plugins/inspect/plugin-spectrum.xml:
5179         * gst/spectrum/.cvsignore:
5180         * gst/spectrum/Makefile.am:
5181         * gst/spectrum/README:
5182         * gst/spectrum/demo-audiotest.c:
5183         * gst/spectrum/demo-osssrc.c:
5184         * gst/spectrum/gstspectrum.c:
5185         * gst/spectrum/gstspectrum.h:
5186         * gst/spectrum/spectrum.vcproj:
5187         * tests/check/Makefile.am:
5188         * tests/check/elements/spectrum.c:
5189
5190         Remove spectrum plugin, which has moved to -good
5191
5192 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5193
5194         * docs/plugins/gst-plugins-bad-plugins.args:
5195         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
5196         * docs/plugins/gst-plugins-bad-plugins.interfaces:
5197         Remove equalizer plugin docs
5198
5199         * tests/check/Makefile.am:
5200         Add GST_OPTION_CFLAGS, to get -Werror -Wall into the tests as for
5201         other modules.
5202
5203         * tests/check/elements/multifile.c:
5204         * tests/check/elements/rganalysis.c:
5205         * tests/check/elements/rglimiter.c:
5206
5207         Fix compiler warnings from -Wall -Werror
5208
5209 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5210
5211         * configure.ac:
5212         * docs/plugins/Makefile.am:
5213         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5214         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5215         * docs/plugins/inspect/plugin-equalizer.xml:
5216         * gst/equalizer/.cvsignore:
5217         * gst/equalizer/Makefile.am:
5218         * gst/equalizer/demo.c:
5219         * gst/equalizer/gstiirequalizer.c:
5220         * gst/equalizer/gstiirequalizer.h:
5221         * gst/equalizer/gstiirequalizer10bands.c:
5222         * gst/equalizer/gstiirequalizer10bands.h:
5223         * gst/equalizer/gstiirequalizer3bands.c:
5224         * gst/equalizer/gstiirequalizer3bands.h:
5225         * gst/equalizer/gstiirequalizernbands.c:
5226         * gst/equalizer/gstiirequalizernbands.h:
5227         * tests/check/Makefile.am:
5228         * tests/check/elements/.cvsignore:
5229         * tests/check/elements/equalizer.c:
5230
5231         Remove the equalizer plugin, which has moved to -good
5232
5233 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5234
5235         * configure.ac:
5236         Make DISABLE_DEPRECATED defined *only* during CVS, not during
5237         pre-releases or releases.
5238
5239 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5240
5241         * docs/plugins/Makefile.am:
5242         Don't scan deleted xingmux header.
5243
5244 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5245
5246         * configure.ac:
5247         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5248         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5249         * docs/plugins/inspect/plugin-xingheader.xml:
5250         * gst/xingheader/Makefile.am:
5251         * gst/xingheader/gstxingmux.c:
5252         * gst/xingheader/gstxingmux.h:
5253         * tests/check/Makefile.am:
5254         * tests/check/elements/.cvsignore:
5255         * tests/check/elements/xingmux.c:
5256         * tests/check/elements/xingmux_testdata.h:
5257         Remove the xingmux plugin, as the element has moved into
5258         mpegaudioparse in -ugly.
5259
5260 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5261
5262         * docs/plugins/Makefile.am:
5263         Remove mention of non-existent headers to fix the build.
5264
5265 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5266
5267         * configure.ac:
5268         * ext/Makefile.am:
5269         * ext/gio/Makefile.am:
5270         * ext/gio/gstgio.c:
5271         * ext/gio/gstgio.h:
5272         * ext/gio/gstgiobasesink.c:
5273         * ext/gio/gstgiobasesink.h:
5274         * ext/gio/gstgiobasesrc.c:
5275         * ext/gio/gstgiobasesrc.h:
5276         * ext/gio/gstgiosink.c:
5277         * ext/gio/gstgiosink.h:
5278         * ext/gio/gstgiosrc.c:
5279         * ext/gio/gstgiosrc.h:
5280         * ext/gio/gstgiostreamsink.c:
5281         * ext/gio/gstgiostreamsink.h:
5282         * ext/gio/gstgiostreamsrc.c:
5283         * ext/gio/gstgiostreamsrc.h:
5284         * tests/check/Makefile.am:
5285         * tests/check/pipelines/.cvsignore:
5286         * tests/check/pipelines/gio.c:
5287
5288         Remove GIO plugin which has now moved to -base.
5289
5290 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5291
5292         * docs/plugins/Makefile.am:
5293         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5294         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5295         * docs/plugins/gst-plugins-bad-plugins.args:
5296         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
5297         * gst/filter/Makefile.am:
5298         * gst/filter/filter.vcproj:
5299         * gst/filter/gstbpwsinc.c:
5300         * gst/filter/gstbpwsinc.h:
5301         * gst/filter/gstfilter.c:
5302         * gst/filter/gstfilter.h:
5303         * gst/filter/gstlpwsinc.c:
5304         * gst/filter/gstlpwsinc.h:
5305         * tests/check/Makefile.am:
5306         * tests/check/elements/bpwsinc.c:
5307         * tests/check/elements/lpwsinc.c:
5308
5309         Remove lpwsinc and bpwsinc elements - they've become
5310         audiowsinclimit and audiowsincband respectively, in the
5311         gst-plugins-good audiofx plugin.
5312
5313 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
5314
5315         * ext\neon\gstneonhttpsrc.c:
5316         Include unistd.h only if _HAVE_UNISTD_H is defined
5317         * gst\mpegvideoparse\mpegvideoparse.c:
5318         Use G_GUINT64_CONSTANT GLIB macro for constant
5319         * sys\dshowsrcwrapper\gstdshowaudiosrc.c:
5320         * sys\dshowsrcwrapper\gstdshowvideosrc.c:
5321         * sys\dshowdecwrapper\gstdshowaudiodec.c:
5322         * sys\dshowdecwrapper\gstdshowaudiodec.h:
5323         * sys\dshowdecwrapper\gstdshowdecwrapper.c:
5324         * sys\dshowdecwrapper\gstdshowdecwrapper.h:
5325         * sys\dshowdecwrapper\gstdshowvideodec.c
5326         * sys\dshowdecwrapper\gstdshowvideodec.h:
5327         Add a DirectShow decoder wrapper.
5328         * win32\MANIFEST:
5329         Add new win32 files to MANIFEST
5330         * win32\vs6\gst_plugins_bad.dsw:
5331         * win32\vs6\libgstdshow.dsp:
5332         * win32\vs6\libgstdshowdecwrapper.dsp:
5333         * win32\vs6\libgstflv.dsp:
5334         Add new projects to bad workspace
5335
5336 2008-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5337
5338         * gst/mpegtsparse/mpegtspacketizer.c:
5339         Parse component descriptor.
5340         * gst/mpegtsparse/mpegtsparse.c:
5341         Add SI pids to every program (but hardcoded currently).
5342
5343 2008-02-07  Edgard Lima  <edgard.lima@indt.org.br>
5344
5345         * ext/metadata/metadata_mapping.htm:
5346         * ext/metadata/metadataexif.c:
5347         * ext/metadata/metadatatags.c:
5348         * ext/metadata/metadatatags.h:
5349         * tests/icles/metadata_editor.c:
5350         * tests/icles/metadata_editor.glade:
5351           Add more tags. Improve test app.
5352
5353 2008-02-07  Stefan Kost  <ensonic@users.sf.net>
5354
5355         * gst/multifile/gstmultifilesink.c:
5356           Add a fixme comment.
5357
5358         * gst/selector/gstoutputselector.c:
5359           Fix same leak as in input-selector.
5360
5361         * tests/icles/output-selector-test.c:
5362           Improve the test.
5363
5364 2008-02-07  Stefan Kost  <ensonic@users.sf.net>
5365
5366         * gst/spectrum/gstspectrum.c:
5367           Improve the docs.
5368
5369 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5370
5371         * configure.ac:
5372           The dc1394 plugin seems to use API that was removed or changed
5373           before the final 2.0.0 release, so only build it if 2.0.0-rc5
5374           is available. Someone needs to port it to the final API.
5375
5376         * ext/dc1394/gstdc1394.c: (gst_dc1394_change_camera_transmission):
5377           Include string.h for memcpy and use g_usleep instead of usleep.
5378
5379 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
5380
5381         * gst/filter/gstlpwsinc.c:
5382         Fix typo in the long description of the element.
5383
5384 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5385
5386         * gst/xingheader/Makefile.am:
5387         Put CFLAGS and LIBS in the right order
5388
5389 2008-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5390
5391         * configure.ac:
5392           ximagesrc has moved to -good, so no need to check for
5393           the required X libs here any more.
5394
5395 2008-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
5396
5397         Patch by: Wouter Cloetens <wouter at mind dot be>
5398
5399         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_chunk_cb),
5400         (gst_soup_http_src_create):
5401         Fix memory leak and improve debugging a bit.
5402
5403 2008-02-05  Edgard Lima  <edgard.lima@indt.org.br>
5404
5405         * ext/metadata/metadata_mapping.htm:
5406         * ext/metadata/metadataexif.c:
5407         * ext/metadata/metadatatags.c:
5408         * ext/metadata/metadatatags.h:
5409           Add more tags mapping.
5410
5411 2008-02-05  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5412
5413         * gst/mpegtsparse/mpegtsparse.c:
5414         Handle latency queries in src pads.
5415
5416 2008-02-05  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5417
5418         * gst/mpegtsparse/mpegtspacketizer.c:
5419         Add flag to both sdt and nit structures to say
5420         whether the table is for the actual network/ts
5421         or not.
5422
5423 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
5424
5425         Patch by: Josep Torra Valles <josep@fluendo.com>
5426
5427         * gst/mpegvideoparse/mpegvideoparse.c: (gst_mpegvideoparse_flush):
5428         Flush packetizer too.
5429
5430 2008-02-04  Sebastian Dröge  <slomo@circular-chaos.org>
5431
5432         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init),
5433         (gst_ladspa_class_init), (ladspa_describe_plugin), (plugin_init):
5434         Don't use GST_BOILERPLATE as the stuff generated from it is not used
5435         anyway and can't be used.
5436         Store the class struct of the correct type in parent_class.
5437         Pass the LADSPA_Descriptor as class_data to the class_init function
5438         as preparation for the time, when we can add pad templates and friends
5439         in class_init and add a FIXME for that.
5440         Don't use a custom hash table for passing the LADSPA_Descriptors to
5441         base_init but use g_type_set_qdata and g_type_get_qdata.
5442
5443 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
5444
5445         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
5446         Really fix the build.
5447         TODO : Apply spankOmatic2000 on thaytan's rear end.
5448
5449 2008-02-04  Tim-Philipp Müller  <tim at centricular dot net>
5450
5451         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
5452           (GstMpeg2EncPictureReader.StreamPictureParams):
5453           Fix compilation with libmjpegtools 1.8.x.
5454
5455 2008-02-04  Sebastian Dröge  <slomo@circular-chaos.org>
5456
5457         * ext/ladspa/gstsignalprocessor.c:
5458         (gst_signal_processor_class_add_pad_template):
5459         Don't unref the pad template after adding it.
5460         gst_element_class_add_pad_template takes ownership of it.
5461
5462 2008-02-03  Jan Schmidt  <jan.schmidt@sun.com>
5463
5464         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
5465         Use the incoming pixel-aspect-ratio if provided to infer a 
5466         default aspect ratio, which can be overridden using the 'aspect'
5467         property.
5468
5469         Fixes: #499008
5470
5471 2008-02-03  Sebastian Dröge  <slomo@circular-chaos.org>
5472
5473         Patch by: Andrzej Mendel <andrzej dot mendel at gmail dot com>
5474
5475         * configure.ac:
5476         Fix variable naming to make it possible to build the glimagesink
5477         plugin. Fixes bug #514093.
5478
5479 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5480
5481         * ext/metadata/gstmetadatademux.c:
5482           Demote metadatademux to GST_RANK_NONE for the release, it's not
5483           ready to be autoplugged yet.
5484
5485         * tests/icles/metadata_editor.c:
5486           Fix printf format warning for GType on ppc32 by removing it,
5487           since it doesn't make sense to print the GType value anyway.
5488
5489 2008-02-02  Edgard Lima  <edgard.lima@indt.org.br>
5490
5491         * ext/metadata/TODO:
5492         * ext/metadata/gstmetadatamux.c:
5493         * ext/metadata/metadata_mapping.htm:
5494         * ext/metadata/metadataexif.c:
5495         * ext/metadata/metadatatags.c:
5496         * ext/metadata/metadatatags.h:
5497           Map more Exif tags.
5498
5499 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
5500
5501         * gst/selector/gstinputselector.c: (gst_selector_pad_event):
5502         Don't leak event on pads that are not linked. Fixes #512826.
5503
5504 2008-02-01  Tim-Philipp Müller  <tim at centricular dot net>
5505
5506         * configure.ac:
5507           Bump core/base requirements to released versions, to avoid confusion.
5508
5509         * gst/deinterlace/Makefile.am:
5510         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_set_caps):
5511           Use the new GstVideoFormat API to get strides, plane offsets etc..
5512           For Y42B we still need to calculate these ourselves, since the lib
5513           in -base doesn't know about this format yet and we can't bump the
5514           requirement to CVS right now. Fix the Y42B stride, offset and size
5515           calculations for odd widths and heights while we're at it though
5516           (to match those in videotestsrc).
5517
5518 2008-01-31  Edgard Lima  <edgard.lima@indt.org.br>
5519
5520         * ext/metadata/metadata_mapping.htm:
5521         * ext/metadata/metadataexif.c:
5522         * ext/metadata/metadataiptc.c:
5523         * ext/metadata/metadatatags.c:
5524         * ext/metadata/metadatatags.h:
5525         * ext/metadata/metadataxmp.c:
5526           Add documentation.
5527
5528 2008-01-31  Wim Taymans  <wim.taymans@collabora.co.uk>
5529
5530         * ext/metadata/metadataparsejpeg.c: (metadataparse_jpeg_reading):
5531         Fix compilation.
5532
5533 2008-01-31  Wim Taymans  <wim.taymans@collabora.co.uk>
5534
5535         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_dispose):
5536         Really clean up the queue instead of just unreffing all buffers
5537         in it.
5538
5539         * gst-libs/gst/app/gstappsrc.c: (gst_app_src_base_init),
5540         (gst_app_src_class_init), (gst_app_src_init),
5541         (gst_app_src_dispose), (gst_app_src_finalize):
5542         Fix dispose/finalize.
5543
5544 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
5545
5546         * ext/faad/gstfaad.c: (gst_faad_chanpos_to_gst):
5547         Fix compiler warning by making the function signature match what
5548         everyone is passing in...
5549
5550         * tests/icles/Makefile.am:
5551         Fix the build on Solaris by removing GNU ld specific flags that
5552         look unnecessary.
5553
5554 2008-01-31  Sebastian Dröge  <slomo@circular-chaos.org>
5555
5556         * ext/metadata/Makefile.am:
5557         Add some relevant variables to CFLAGS and LIBADD, for example our
5558         compiler warnings paramters.
5559
5560         * ext/metadata/gstbasemetadata.c:
5561         (gst_base_metadata_strip_push_buffer),
5562         (gst_base_metadata_calculate_offsets),
5563         (gst_base_metadata_src_event), (gst_base_metadata_sink_activate):
5564         * ext/metadata/gstmetadatademux.c: (gst_metadata_demux_init),
5565         (gst_metadata_demux_set_property), (gst_metadata_demux_dispose):
5566         * ext/metadata/gstmetadatamux.c: (gst_metadata_mux_init),
5567         (gst_metadata_mux_set_property), (gst_metadata_mux_get_property),
5568         (gst_metadata_mux_dispose),
5569         (gst_metadata_mux_create_chunks_from_tags):
5570         * ext/metadata/metadata.c: (metadata_dispose):
5571         * ext/metadata/metadataexif.c:
5572         (metadataparse_exif_content_foreach_entry_func),
5573         (metadatamux_exif_for_each_tag_in_list):
5574         * ext/metadata/metadataiptc.c:
5575         (metadatamux_iptc_for_each_tag_in_list):
5576         * ext/metadata/metadatamuxjpeg.c: (metadatamux_jpeg_lazy_update),
5577         (metadatamux_jpeg_reading):
5578         * ext/metadata/metadatamuxpng.c: (metadatamux_png_reading):
5579         * ext/metadata/metadataparsejpeg.c: (metadataparse_jpeg_reading):
5580         * ext/metadata/metadataparsepng.c:
5581         * ext/metadata/metadataparseutil.h:
5582         * ext/metadata/metadataxmp.c: (metadataparse_xmp_tag_list_add),
5583         (metadatamux_xmp_create_chunk_from_tag_list):
5584         Fix a million warnings that showed up after the above change.
5585
5586 2008-01-31  Sebastian Dröge  <slomo@circular-chaos.org>
5587
5588         * ext/soup/gstsouphttpsrc.c: (_do_init),
5589         (gst_soup_http_src_base_init), (gst_soup_http_src_class_init),
5590         (gst_soup_http_src_init), (gst_soup_http_src_dispose),
5591         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property),
5592         (gst_soup_http_src_unicodify), (gst_soup_http_src_cancel_message),
5593         (gst_soup_http_src_queue_message),
5594         (gst_soup_http_src_add_range_header),
5595         (gst_soup_http_src_session_unpause_message),
5596         (gst_soup_http_src_session_pause_message),
5597         (gst_soup_http_src_session_close),
5598         (gst_soup_http_src_got_headers_cb),
5599         (gst_soup_http_src_got_body_cb), (gst_soup_http_src_finished_cb),
5600         (gst_soup_http_src_got_chunk_cb), (gst_soup_http_src_response_cb),
5601         (gst_soup_http_src_parse_status), (gst_soup_http_src_create),
5602         (gst_soup_http_src_start), (gst_soup_http_src_stop),
5603         (gst_soup_http_src_unlock), (gst_soup_http_src_unlock_stop),
5604         (gst_soup_http_src_get_size), (gst_soup_http_src_is_seekable),
5605         (gst_soup_http_src_do_seek), (gst_soup_http_src_set_location),
5606         (gst_soup_http_src_set_proxy), (gst_soup_http_src_uri_get_type),
5607         (gst_soup_http_src_uri_get_protocols),
5608         (gst_soup_http_src_uri_get_uri), (gst_soup_http_src_uri_set_uri),
5609         (gst_soup_http_src_uri_handler_init), (plugin_init):
5610         Add changes to gstsouphttpsrc.c that were missing from last commit.
5611
5612 2008-01-31  Sebastian Dröge  <slomo@circular-chaos.org>
5613
5614         Patch by: Wouter Cloetens <wouter at mind dot be>
5615
5616         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5617         * docs/plugins/gst-plugins-bad-plugins.args:
5618         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
5619         * docs/plugins/gst-plugins-bad-plugins.interfaces:
5620         * docs/plugins/inspect/plugin-soup.xml:
5621         (gst_soup_http_src_base_init), (gst_soup_http_src_class_init),
5622         (gst_soup_http_src_init), (gst_soup_http_src_dispose),
5623         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property),
5624         (gst_soup_http_src_unicodify), (gst_soup_http_src_cancel_message),
5625         (gst_soup_http_src_queue_message),
5626         (gst_soup_http_src_add_range_header),
5627         (gst_soup_http_src_session_unpause_message),
5628         (gst_soup_http_src_session_pause_message),
5629         (gst_soup_http_src_session_close),
5630         (gst_soup_http_src_got_headers_cb),
5631         (gst_soup_http_src_got_body_cb), (gst_soup_http_src_finished_cb),
5632         (gst_soup_http_src_got_chunk_cb), (gst_soup_http_src_response_cb),
5633         (gst_soup_http_src_parse_status), (gst_soup_http_src_create),
5634         (gst_soup_http_src_start), (gst_soup_http_src_stop),
5635         (gst_soup_http_src_unlock), (gst_soup_http_src_unlock_stop),
5636         (gst_soup_http_src_get_size), (gst_soup_http_src_is_seekable),
5637         (gst_soup_http_src_do_seek), (gst_soup_http_src_set_location),
5638         (gst_soup_http_src_set_proxy), (gst_soup_http_src_uri_get_type),
5639         (gst_soup_http_src_uri_get_protocols),
5640         (gst_soup_http_src_uri_get_uri), (gst_soup_http_src_uri_set_uri),
5641         (gst_soup_http_src_uri_handler_init), (plugin_init):
5642         * ext/soup/gstsouphttpsrc.h:
5643         Make coding style more consistent, including class renaming.
5644
5645 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
5646
5647         * configure.ac:
5648         Fix configure check for soundtouch to not produce syntax errors.
5649
5650 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
5651
5652         * configure.ac:
5653         * ext/metadata/metadataxmp.c:
5654         (metadatamux_xmp_for_each_tag_in_list):
5655         Fix build with exempi >= 1.99.5 and fix the include
5656         path for exempi.
5657
5658 2008-01-30  Edgard Lima  <edgard.lima@indt.org.br>
5659
5660         * ext/metadata/TODO:
5661           Just uptade the ToDo list.
5662
5663 2008-01-30  Edgard Lima  <edgard.lima@indt.org.br>
5664
5665         * ext/metadata/gstbasemetadata.c:
5666         * ext/metadata/metadatamuxjpeg.c:
5667         * ext/metadata/metadatamuxpng.c:
5668         * ext/metadata/metadataparsejpeg.c:
5669         * ext/metadata/metadatatypes.c:
5670         * ext/metadata/metadatatypes.h:
5671         * ext/metadata/metadataxmp.c:
5672           Add documentation. Speed up a bit png muxer. Fix xmp muxer.
5673
5674 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
5675
5676         Patch by: Wouter Cloetens <wouter at mind dot be>
5677
5678         * ext/soup/gstsouphttpsrc.c:
5679         Update documentation a bit.
5680
5681         * docs/plugins/gst-plugins-bad-plugins.args:
5682         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
5683         * docs/plugins/gst-plugins-bad-plugins.interfaces:
5684         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
5685         * docs/plugins/inspect/plugin-alsaspdif.xml:
5686         * docs/plugins/inspect/plugin-dvb.xml:
5687         * docs/plugins/inspect/plugin-filter.xml:
5688         * docs/plugins/inspect/plugin-glimagesink.xml:
5689         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
5690         * docs/plugins/inspect/plugin-quicktime.xml:
5691         * docs/plugins/inspect/plugin-rawparse.xml:
5692         * docs/plugins/inspect/plugin-replaygain.xml:
5693         * docs/plugins/inspect/plugin-sdl.xml:
5694         * docs/plugins/inspect/plugin-soundtouch.xml:
5695         * docs/plugins/inspect/plugin-soup.xml:
5696         * docs/plugins/inspect/plugin-spcdec.xml:
5697         * docs/plugins/inspect/plugin-spectrum.xml:
5698         * docs/plugins/inspect/plugin-speed.xml:
5699         * docs/plugins/inspect/plugin-speexresample.xml:
5700         * docs/plugins/inspect/plugin-switch.xml:
5701         * docs/plugins/inspect/plugin-videocrop.xml:
5702         Regenerate everything for the documentation changes we had.
5703
5704 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
5705
5706         * ext/gio/gstgiobasesink.c: (close_stream_cb),
5707         (gst_gio_base_sink_stop), (gst_gio_base_sink_event),
5708         (gst_gio_base_sink_render), (gst_gio_base_sink_set_stream):
5709         * ext/gio/gstgiobasesrc.c: (close_stream_cb),
5710         (gst_gio_base_src_stop), (gst_gio_base_src_create),
5711         (gst_gio_base_src_set_stream):
5712         Use async variants of the close stream functions to prevent blocking
5713         for a long time there and add some more sanity checks for a correct
5714         stream.
5715
5716 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
5717
5718         * tests/icles/Makefile.am:
5719         Move -Wl parameter from _LDADD to _LDFLAGS to fix autogen.sh.
5720
5721 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
5722
5723         Patch by: Wouter Cloetens <wouter at mind dot be>
5724
5725         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_init):
5726         Let the proxy property default to the content of the $http_proxy
5727         environment variable.
5728
5729 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
5730
5731         Patch by: Wouter Cloetens <wouter at mind dot be>
5732
5733         * tests/check/test-cert.pem:
5734         * tests/check/test-key.pem:
5735         Add missing files for the unit test.
5736
5737 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
5738
5739         Patch by: Wouter Cloetens <wouter at mind dot be>
5740
5741         * docs/plugins/Makefile.am:
5742         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5743         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5744         Add souphttpsrc to the docs.
5745
5746         * configure.ac:
5747         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_class_init),
5748         (gst_souphttp_src_init), (gst_souphttp_src_dispose),
5749         (gst_souphttp_src_set_property), (gst_souphttp_src_get_property),
5750         (gst_souphttp_src_cancel_message),
5751         (gst_souphttp_src_queue_message),
5752         (gst_souphttp_src_add_range_header),
5753         (gst_souphttp_src_session_unpause_message),
5754         (gst_souphttp_src_session_pause_message),
5755         (gst_souphttp_src_session_close),
5756         (gst_souphttp_src_got_headers_cb), (gst_souphttp_src_got_body_cb),
5757         (gst_souphttp_src_finished_cb), (gst_souphttp_src_got_chunk_cb),
5758         (gst_souphttp_src_response_cb), (gst_souphttp_src_parse_status),
5759         (gst_souphttp_src_create), (gst_souphttp_src_start),
5760         (gst_souphttp_src_stop), (gst_souphttp_src_unlock),
5761         (gst_souphttp_src_unlock_stop), (gst_souphttp_src_get_size),
5762         (gst_souphttp_src_is_seekable), (gst_souphttp_src_do_seek),
5763         (gst_souphttp_src_set_location), (gst_souphttp_src_set_proxy),
5764         (plugin_init):
5765         * ext/soup/gstsouphttpsrc.h:
5766         Add support for libsoup2.4 and require it. Also implement redirection
5767         and manual proxy specification. Fixes bug #510708.
5768
5769         * tests/check/Makefile.am:
5770         * tests/check/elements/.cvsignore:
5771         * tests/check/elements/souphttpsrc.c:
5772         Add unit test for souphttpsrc.
5773
5774 2008-01-30  Edgard Lima  <edgard.lima@indt.org.br>
5775
5776         * ext/Makefile.am:
5777         * ext/metadata/TODO:
5778         * ext/metadata/gstbasemetadata.c:
5779         * ext/metadata/gstbasemetadata.h:
5780         * ext/metadata/metadatamuxjpeg.c:
5781         * ext/metadata/metadatamuxjpeg.h:
5782         * ext/metadata/metadatamuxpng.c:
5783         * ext/metadata/metadatamuxpng.h:
5784         * ext/metadata/metadataparsejpeg.c:
5785         * ext/metadata/metadataparsepng.c:
5786         * tests/icles/Makefile.am:
5787           Add documentation. Fix test app compilation. Fix pull mode.
5788
5789 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
5790
5791         Patch by: Thijs Vermeir  <thijsvermeir at gmail dot com>
5792
5793         * gst/rtpmanager/gstrtpjitterbuffer.c:
5794         (gst_rtp_jitter_buffer_chain):
5795         Try to get the new clock-rate from the buffer caps when we receive a new
5796         payload type instead of always firing the signal. Fixes #512774.
5797
5798 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
5799
5800         * ext/mpeg2enc/gstmpeg2enc.cc:
5801         Define LOG_NONE and friends if they're not defined yet. mjpegtools
5802         1.9.0rc3 removed their definitions but without it doesn't make much
5803         sense to write a log handler.
5804
5805 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
5806
5807         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5808         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5809         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
5810         * docs/plugins/gst-plugins-bad-plugins.types:
5811           Add base classes for metadata and equalizer (no introspection yet).
5812
5813 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
5814
5815         * ext/metadata/README:
5816           Formatting.
5817         * tests/icles/metadata_editor.c:
5818           Include stdlib.h.
5819
5820 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
5821
5822         * configure.ac:
5823         * docs/plugins/Makefile.am:
5824         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5825         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5826         * docs/plugins/gst-plugins-bad-plugins.args:
5827         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
5828         * docs/plugins/gst-plugins-bad-plugins.interfaces:
5829         * docs/plugins/gst-plugins-bad-plugins.signals:
5830         * docs/plugins/inspect/plugin-metadata.xml:
5831         * docs/plugins/inspect/plugin-selector.xml:
5832         * docs/plugins/inspect/plugin-soundtouch.xml:
5833         * docs/plugins/inspect/plugin-switch.xml:
5834         * gst/selector/.cvsignore:
5835         * gst/selector/Makefile.am:
5836         * gst/selector/gstinputselector.c:
5837         * gst/selector/gstinputselector.h:
5838         * gst/selector/gstoutputselector.c:
5839         * gst/selector/gstoutputselector.h:
5840         * gst/selector/gstselector-marshal.list:
5841         * gst/selector/gstselector.c:
5842         * gst/selector/selector.vcproj:
5843         * gst/switch/.cvsignore:
5844         * gst/switch/Makefile.am:
5845         * gst/switch/gstswitch-marshal.list:
5846         * gst/switch/gstswitch.c:
5847         * gst/switch/gstswitch.h:
5848         * gst/switch/switch.vcproj:
5849         * tests/icles/.cvsignore:
5850         * tests/icles/Makefile.am:
5851         * tests/icles/output-selector-test.c:
5852           Replace the switch plugin with the selector plugin. Add output-
5853           selector as the opposite of input-selectoo (was switch). Add a test
5854           for output-selector. Add docs for the elements. The vcproj needs
5855           update. Fixes #500142.
5856
5857 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
5858
5859         * gst/h264parse/gsth264parse.c: (gst_h264_parse_chain_forward):
5860           Try to avoid 'unused variable' compiler warning if debugging is
5861           disabled (not bullet proof, but seems to do for now). (#512654)
5862
5863 2008-01-28  Sebastian Dröge  <slomo@circular-chaos.org>
5864
5865         * ext/soundtouch/gstbpmdetect.cc:
5866         Clean up a bit and only allocate a temporary buffer for the data
5867         if processing stereo data as BPMDetect downmixes from stereo to
5868         mono and stores the result in the input data. Thanks to
5869         Stefan Kost for the suggestions.
5870
5871 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
5872
5873         * ext/soundtouch/gstpitch.cc:
5874         Cast a double to a GstClockTimeDiff to fix a compiler warning.
5875
5876 2008-01-27  Stefan Kost  <ensonic@users.sf.net>
5877
5878         * tests/icles/metadata_editor.c:
5879           Printf format fix.
5880
5881 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
5882
5883         * ext/soundtouch/gstpitch.cc:
5884         Don't send a LATENCY event for now until we get the usage right.
5885
5886 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
5887
5888         * ext/soundtouch/gstpitch.cc:
5889         * ext/soundtouch/gstpitch.hh:
5890         Implement LATENCY query and notify about latency changes.
5891         Unfortunately we don't have a fixed latency but it changes
5892         a bit with each buffer so we only send an LATENCY event with
5893         the maximum latency if it changes.
5894
5895         Always calculate the timestamp, duration, etc from the sample
5896         rate instead of using a pre-calculated duration for one sample
5897         to prevent large rounding errors.
5898
5899 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
5900
5901         Based on a patch by:
5902             Hans de Goede <j dot w dot r dot degoede at hhs dot nl>
5903
5904         * configure.ac:
5905         * ext/mpeg2enc/gstmpeg2encoder.cc:
5906         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
5907         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
5908         Add support for building against mjpegtools 1.9 while keeping
5909         compatiblity with older versions.
5910
5911 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
5912
5913         * ext/soundtouch/gstbpmdetect.cc:
5914         Only consider a BPM value above 1.0 as valid.
5915
5916 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
5917
5918         * ext/soundtouch/Makefile.am:
5919         * ext/soundtouch/gstbpmdetect.cc:
5920         * ext/soundtouch/gstbpmdetect.hh:
5921         * ext/soundtouch/plugin.c: (plugin_init):
5922         Add BPM detection plugin based on SoundTouch's libBPM.
5923
5924         * ext/soundtouch/gstpitch.cc:
5925         Allow sample rates until MAX instead of only 48kHz and remove the
5926         buffer-frames field from that caps.
5927         Clear the remaining samples completely when necessary to get into
5928         a clean state again.
5929
5930 2008-01-26  Sebastian Dröge  <slomo@circular-chaos.org>
5931
5932         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init):
5933         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init):
5934         Don't implement get_unit_size() ourselves, the GstAudioFilter base
5935         class already does this for us.
5936
5937 2008-01-26  Sebastian Dröge  <slomo@circular-chaos.org>
5938
5939         * ext/soundtouch/gstpitch.cc:
5940         Allow seeking only in TIME and DEFAULT format, other formats will
5941         not work as expected. Also handle a stop position of -1 correctly
5942         for seeks, newsegment events and the queries. This fixes playback
5943         with the pitch element if upstream doesn't know the duration or has
5944         -1 as stop position in NEWSEGMENT events for other reasons. Before
5945         simply nothing was played as the segment was going from 0 to 0.
5946
5947         Send a GST_MESSAGE_DURATION whenever the rate or tempo is changed
5948         so applications can update their cached duration. Fixes bug #503308.
5949
5950         Some random cleanup and memory leak closing.
5951
5952 2008-01-26  Sebastian Dröge  <slomo@circular-chaos.org>
5953
5954         * ext/musepack/gstmusepackdec.h:
5955         * ext/musepack/gstmusepackreader.c:
5956         First include the libmpcdec headers before everything else as they
5957         #define TRUE and FALSE unconditionally and we otherwise get conflicts
5958         with the ones that GLib defines.
5959
5960 2008-01-26  Sebastian Dröge  <slomo@circular-chaos.org>
5961
5962         * configure.ac:
5963         * ext/soundtouch/gstpitch.cc:
5964         Add support for libsoundtouch 1.3.1 and add an ugly workaround for
5965         the header definined PACKAGE and other variables for which we need
5966         our own values from config.h.
5967
5968 2008-01-26  Tim-Philipp Müller  <tim at centricular dot net>
5969
5970         * configure.ac:
5971           Check for libglade-2.0, for the metadata-editor example.
5972
5973         * tests/icles/Makefile.am:
5974           Only try to build the metadata-editor example if we have gtk and
5975           glade (otherwise the build would just fail ...); fix build in
5976           uninstalled setup.
5977
5978         * tests/icles/metadata_editor.c: (on_cell_edited), (ui_add_columns):
5979           Fix compiler warnings (use GLib macros to cast pointer <-> int).
5980
5981 2008-01-25  Edgard Lima  <edgard.lima@indt.org.br>
5982
5983         * ext/metadata/TODO:
5984         * ext/metadata/gstbasemetadata.c:
5985         * ext/metadata/metadata.c:
5986         * ext/metadata/metadata.h:
5987         * ext/metadata/metadataexif.c:
5988         * ext/metadata/metadataexif.h:
5989         * ext/metadata/metadataiptc.c:
5990         * ext/metadata/metadataiptc.h:
5991         * ext/metadata/metadataparsejpeg.c:
5992         * ext/metadata/metadataparsejpeg.h:
5993         * ext/metadata/metadataparsepng.c:
5994         * ext/metadata/metadataparsepng.h:
5995         * ext/metadata/metadataparseutil.c:
5996         * ext/metadata/metadataparseutil.h:
5997         * ext/metadata/metadatatags.c:
5998         * ext/metadata/metadatatags.h:
5999         * ext/metadata/metadatatypes.c:
6000         * ext/metadata/metadatatypes.h:
6001         * ext/metadata/metadataxmp.c:
6002         * ext/metadata/metadataxmp.h:
6003         * ext/metadata/test/Makefile:
6004         * ext/metadata/test/MetadataEditorMain.glade:
6005         * ext/metadata/test/metadata_editor.c:
6006         * tests/icles/Makefile.am:
6007         * tests/icles/metadata_editor.c:
6008         * tests/icles/metadata_editor.glade:
6009           Add lot of documentation.
6010
6011 2008-01-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6012
6013         * sys/dvb/gstdvbsrc.c:
6014         Open frontend in NULL->READY so caps about dvb adapter can be
6015         seen by the app.
6016
6017 2008-01-25  Wim Taymans  <wim.taymans@collabora.co.uk>
6018
6019         Patch by: Olivier Crete <tester@tester.ca>
6020
6021         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_associate),
6022         (create_stream), (payload_type_change), (new_ssrc_pad_found):
6023         Also handle lip-sync when the clock-rate is not provided with caps but
6024         with a signal.
6025
6026 2008-01-25  Wim Taymans  <wim.taymans@collabora.co.uk>
6027
6028         Patch by: Olivier Crete <tester@tester.ca>
6029
6030         * gst/rtpmanager/gstrtpjitterbuffer.c:
6031         (gst_jitter_buffer_sink_parse_caps), (gst_rtp_jitter_buffer_chain):
6032         * gst/rtpmanager/rtpjitterbuffer.c: (calculate_skew),
6033         (rtp_jitter_buffer_insert):
6034         * gst/rtpmanager/rtpjitterbuffer.h:
6035         Remove the fixed clock-rate from the jitterbuffer and extend it so that
6036         a clock-rate can be provided with each buffer instead. Fixes #511686.
6037
6038 2008-01-25  Wim Taymans  <wim.taymans@collabora.co.uk>
6039
6040         Patch by: Olivier Crete <tester@tester.ca>
6041
6042         * gst/rtpmanager/gstrtpjitterbuffer.c:
6043         (gst_rtp_jitter_buffer_init), (gst_rtp_jitter_buffer_change_state),
6044         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
6045         Remove old unused variable.
6046         Track pt on input buffers and get the clock-rate when it changes.
6047         Ignore packets with unknown clock-rate. Fixes #511146.
6048
6049 2008-01-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6050
6051         * sys/dvb/gstdvbsrc.c:
6052         Post bus message about adapter type and it's capabilities,
6053         when opening the frontend.
6054         After failing to read from the dvr, post a bus message to
6055         inform the app.
6056
6057 2008-01-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6058
6059         * gst/mpegtsparse/mpegtspacketizer.c:
6060         The logic for the guard interval calculation was totally wrong.
6061         Fixed.
6062
6063 2008-01-24  David Schleef  <ds@schleef.org>
6064
6065         Patch by: Olivier Crete <tester@tester.ca>
6066
6067         * gst/rtpmanager/rtpsource.c: Fix unref of buffer using the
6068           wrong function.  Fixes #511920
6069
6070 2008-01-24  Stefan Kost  <ensonic@users.sf.net>
6071
6072         * docs/plugins/Makefile.am:
6073         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6074         * docs/plugins/gst-plugins-bad-plugins.args:
6075         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
6076         * docs/plugins/gst-plugins-bad-plugins.interfaces:
6077         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
6078         * docs/plugins/gst-plugins-bad-plugins.signals:
6079           Now we have full hierarchy.
6080
6081         * docs/plugins/inspect/plugin-metadata.xml:
6082           Regenerate.
6083
6084         * ext/amrwb/gstamrwbdec.h:
6085           Add doc blob for object instance.
6086
6087 2008-01-24  Tim-Philipp Müller  <tim at centricular dot net>
6088
6089         * docs/plugins/gst-plugins-bad-plugins.args:
6090         * docs/plugins/inspect/plugin-metadata.xml:
6091           Update this too, hopefully fixes the docs build (does at least
6092           for me, after make clean in docs/plugins).
6093
6094 2008-01-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6095
6096         * gst/mpegtsparse/gstmpegdesc.h:
6097         * gst/mpegtsparse/mpegtspacketizer.c:
6098         Fix network name descriptor, the length is actually the
6099         descriptor length not stored in the byte after.
6100         Fix bounds checking to be more correct.
6101
6102 2008-01-23  Edgard Lima  <edgard.lima@indt.org.br>
6103
6104         * docs/plugins/Makefile.am:
6105         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6106         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6107         * ext/metadata/TODO:
6108         * ext/metadata/gstbasemetadata.c:
6109         * ext/metadata/gstbasemetadata.h:
6110         * ext/metadata/gstmetadatademux.c:
6111         * ext/metadata/gstmetadatademux.h:
6112         * ext/metadata/gstmetadatamux.c:
6113         * ext/metadata/gstmetadatamux.h:
6114         * ext/metadata/metadatatags.c:
6115           Add some documentation.
6116
6117 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6118
6119         * configure.ac:
6120         * ext/dts/gstdtsdec.c:
6121         Add support for building against libdca (with the libdts compat
6122         header). Fixes bug #511530.
6123
6124         Should probably be ported to libdca as some points as it's the
6125         successor of libdts.
6126
6127 2008-01-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6128
6129         * sys/dvb/gstdvbsrc.c:
6130         Do not go on forever if problem with reading from dvr, rather
6131         return NULL.
6132         Handle some cleanup issues of closing filedescriptors when
6133         failing to tune or similar.
6134
6135 2008-01-23 Christian Schaller <christian.schaller@collabora.co.uk>
6136
6137         * gst/rawparse/Makefile.am: Add missing header files to noinst_headers
6138         * gst-plugins-bad.spec: update for latest changes
6139
6140 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6141
6142         * docs/plugins/Makefile.am:
6143         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6144         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6145         * gst/xingheader/gstxingmux.c:
6146         * gst/xingheader/gstxingmux.h:
6147         Add documentation for the xingheader plugin.
6148
6149         * tests/check/elements/xingmux.c: (GST_START_TEST):
6150         Set element state to PLAYING before doing something else.
6151
6152 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6153
6154         * tests/check/Makefile.am:
6155         * tests/check/elements/.cvsignore:
6156         * tests/check/elements/xingmux.c: (setup_xingmux),
6157         (cleanup_xingmux), (GST_START_TEST), (xingmux_suite), (main):
6158         * tests/check/elements/xingmux_testdata.h:
6159         Add simple unit test for the xingmux element.
6160
6161         * gst/xingheader/gstxingmux.c: (generate_xing_header),
6162         (gst_xing_mux_finalize), (xing_reset):
6163         Fix a memleak and invalid seek tables with less than 100 MP3 frames.
6164
6165 2008-01-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6166
6167         * gst/mpegtsparse/gstmpegdesc.h:
6168         * gst/mpegtsparse/mpegtspacketizer.c:
6169         Parsed the satellite delivery system descriptor and
6170         added into nit's transport structure for delivery
6171         over the bus.
6172
6173 2008-01-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6174
6175         * gst/mpegtsparse/mpegtspacketizer.c:
6176         Parsed and added network name to the nit structure sent
6177         in the bus message.
6178
6179 2008-01-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6180
6181         * gst/mpegtsparse/mpegtspacketizer.c:
6182         Remove leaks introduced by not freeing g_strndup'd strings.
6183         Fix start_time and duration parsing in EIT.
6184
6185 2008-01-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6186
6187         * gst/mpegtsparse/mpegtspacketizer.c:
6188         Add event name and description to the eit structure
6189         sent in the bus message.
6190
6191 2008-01-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6192
6193         * gst/mpegtsparse/mpegtsparse.c:
6194         Revert const removal from previous commit.
6195
6196 2008-01-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6197
6198         * gst/mpegtsparse/Makefile.am:
6199         * gst/mpegtsparse/gstmpegdesc.c:
6200         * gst/mpegtsparse/gstmpegdesc.h:
6201         * gst/mpegtsparse/mpegtspacketizer.c:
6202         * gst/mpegtsparse/mpegtsparse.c:
6203         Added descriptor searching infrastructure from Fluendo TS demuxer.
6204         Add channel name and provider to the sdt structure sent in the
6205         bus message.
6206
6207 2008-01-22  Julien Moutte  <julien@fluendo.com>
6208
6209         * gst/h264parse/gsth264parse.c: (gst_h264_parse_chain_forward):
6210         Parse NAL units in forward mode to mark delta units flags.
6211
6212 2008-01-22  Stefan Kost  <ensonic@users.sf.net>
6213
6214         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6215         * docs/plugins/gst-plugins-bad-plugins.args:
6216         * docs/plugins/inspect/plugin-mpeg2enc.xml:
6217         * docs/plugins/inspect/plugin-musepack.xml:
6218           Regenerate.
6219   
6220         * docs/plugins/inspect/plugin-tremor.xml:
6221           Add vorbisidec aka trmor.
6222
6223         * ext/dc1394/gstdc1394.c:
6224           Add short description.
6225
6226 2008-01-22  Stefan Kost  <ensonic@users.sf.net>
6227
6228         * docs/plugins/Makefile.am:
6229           Add missing eol \
6230
6231         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6232           Place object names to standard sectionas plugin dont document those.
6233
6234         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6235         * docs/plugins/gst-plugins-bad-plugins.args:
6236         * docs/plugins/gst-plugins-bad-plugins.signals:
6237         * docs/plugins/inspect/plugin-dvb.xml:
6238         * docs/plugins/inspect/plugin-nuvdemux.xml:
6239           regenerate.
6240           
6241         * ext/ivorbis/vorbisdec.c:
6242         * ext/ivorbis/vorbisdec.h:
6243           Mark private vars and add short desc.
6244
6245         * ext/mythtv/gstmythtvsrc.c:
6246         * ext/theora/theoradec.c:
6247           Add short desc.
6248
6249 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6250
6251         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6252         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6253         * gst/nuvdemux/gstnuvdemux.c:
6254           One less to do. Its 'nuv' not 'nvu'. As an extra bonus I mention what
6255           it actually is.
6256
6257 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6258
6259         * docs/plugins/Makefile.am:
6260         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6261         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6262           Update lists again. Those whole can build ivorbisdec, mythtvsrc,
6263           nvudemux and theoradecexp, please commit the inspect/plugin-xxx.xml.
6264
6265         * docs/plugins/inspect/plugin-gstinterlace.xml:
6266         * docs/plugins/inspect/plugin-rawparse.xml
6267         * docs/plugins/inspect/plugin-videoparse.xml:
6268           Replace videoparse with rawparse.
6269
6270         * gst/dvdspu/gstdvdspu.h:
6271           Help gtk-doc to recognize the object struct.
6272
6273 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6274
6275         * gst/librfb/rfbdecoder.c:
6276         * gst/librfb/rfbdecoder.h:
6277           Don't use gtk-doc comment style for non gtk-doc comments.
6278           Make one static function static.
6279
6280 2008-01-21  Wim Taymans  <wim.taymans@collabora.co.uk>
6281
6282         Patch by: Gabriel Bouvigne <bouvigne at mp3-tech dot org>
6283
6284         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_class_init),
6285         (gst_deinterlace_init), (gst_deinterlace_set_caps),
6286         (gst_deinterlace_transform_ip), (gst_deinterlace_set_property),
6287         (gst_deinterlace_get_property):
6288         * gst/deinterlace/gstdeinterlace.h:
6289         Provide 4:2:2 support
6290         Also deinterlace chroma planes
6291         Allow to turn on/off deinterlacing
6292         Change of default thresholds, in order to provide acceptable results
6293         with default params. Fixes #511001.
6294
6295 2008-01-21  Tim-Philipp Müller  <tim at centricular dot net>
6296
6297         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6298           Update docs file too.
6299
6300 2008-01-21  Tim-Philipp Müller  <tim at centricular dot net>
6301
6302         * gst/dvdspu/gstdvdspu-render.c: (gst_dvd_spu_render_spu):
6303         * gst/dvdspu/gstdvdspu.c: (dvdspu_debug), (GST_CAT_DEFAULT),
6304           (subpic_sink_factory), (gst_dvd_spu_base_init),
6305           (gst_dvd_spu_class_init), (gst_dvd_spu_init), (gst_dvd_spu_clear),
6306           (gst_dvd_spu_dispose), (gst_dvd_spu_finalize),
6307           (gst_dvd_spu_flush_spu_info), (gst_dvd_spu_buffer_alloc),
6308           (gst_dvd_spu_src_event), (gst_dvd_spu_video_set_caps),
6309           (gst_dvd_spu_video_proxy_getcaps), (gst_dvd_spu_video_event),
6310           (gst_dvd_spu_video_chain), (dvspu_handle_vid_buffer),
6311           (gst_dvd_spu_redraw_still), (gst_dvd_spu_parse_chg_colcon),
6312           (gst_dvd_spu_exec_cmd_blk), (gst_dvd_spu_finish_spu_buf),
6313           (gst_dvd_spu_setup_cmd_blk), (gst_dvd_spu_handle_new_spu_buf),
6314           (gst_dvd_spu_handle_dvd_event), (gst_dvd_spu_advance_spu),
6315           (gst_dvd_spu_check_still_updates), (gst_dvd_spu_subpic_chain),
6316           (gst_dvd_spu_subpic_event), (gst_dvd_spu_change_state),
6317           (gst_dvd_spu_plugin_init):
6318         * gst/dvdspu/gstdvdspu.h: (GST_TYPE_DVD_SPU):
6319           Fix up dvdspu element again after previous namespace mangling:
6320           rename debug category variable to old name, matching that in
6321           dvdspu-render.c, to avoid undefined symbol error when loading
6322           the module; same for the _render function in dvdspu-render.c:
6323           we must use the same name in both .c files; change functions
6324           now called gstgst_* back to gst_* again; and while we're at it,
6325           we may as well canonicalise the namespace properly, namely to
6326           gst_dvd_spu_*.
6327
6328 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6329
6330         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6331         * ext/theora/theoradec.c:
6332         * ext/theora/theoradec.h:
6333           Coherent namespace usage and adding symbold from unused to sections.
6334
6335 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6336
6337         * docs/plugins/Makefile.am:
6338         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6339           Add symbols from -unused.txt to the right place.
6340
6341         * gst/dvdspu/gstdvdspu.c:
6342         * gst/dvdspu/gstdvdspu.h:
6343           Coherent namespace usage.
6344
6345         * gst/spectrum/gstspectrum.c:
6346           Fix broken XML fragment in doc snippet even more.
6347
6348 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6349
6350         * docs/plugins/Makefile.am:
6351           Update include list.
6352
6353         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6354           Update xml includes.
6355
6356         * docs/plugins/inspect/plugin-alsaspdif.xml:
6357         * docs/plugins/inspect/plugin-amrwb.xml:
6358         * docs/plugins/inspect/plugin-bayer.xml:
6359         * docs/plugins/inspect/plugin-bz2.xml:
6360         * docs/plugins/inspect/plugin-cdxaparse.xml:
6361         * docs/plugins/inspect/plugin-dtsdec.xml:
6362         * docs/plugins/inspect/plugin-dvbsrc.xml:
6363         * docs/plugins/inspect/plugin-dvdspu.xml:
6364         * docs/plugins/inspect/plugin-equalizer.xml:
6365         * docs/plugins/inspect/plugin-faac.xml:
6366         * docs/plugins/inspect/plugin-faad.xml:
6367         * docs/plugins/inspect/plugin-fbdevsink.xml:
6368         * docs/plugins/inspect/plugin-festival.xml:
6369         * docs/plugins/inspect/plugin-filter.xml:
6370         * docs/plugins/inspect/plugin-flvdemux.xml:
6371         * docs/plugins/inspect/plugin-freeze.xml:
6372         * docs/plugins/inspect/plugin-gsm.xml:
6373         * docs/plugins/inspect/plugin-gstinterlace.xml:
6374         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
6375         * docs/plugins/inspect/plugin-h264parse.xml:
6376         * docs/plugins/inspect/plugin-interleave.xml:
6377         * docs/plugins/inspect/plugin-ladspa.xml:
6378         * docs/plugins/inspect/plugin-metadata.xml:
6379         * docs/plugins/inspect/plugin-modplug.xml:
6380         * docs/plugins/inspect/plugin-mpeg4videoparse.xml:
6381         * docs/plugins/inspect/plugin-mpegtsparse.xml:
6382         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
6383         * docs/plugins/inspect/plugin-musicbrainz.xml:
6384         * docs/plugins/inspect/plugin-mve.xml:
6385         * docs/plugins/inspect/plugin-nsfdec.xml:
6386         * docs/plugins/inspect/plugin-nuvdemux.xml:
6387         * docs/plugins/inspect/plugin-qtdemux.xml:
6388         * docs/plugins/inspect/plugin-quicktime.xml:
6389         * docs/plugins/inspect/plugin-real.xml:
6390         * docs/plugins/inspect/plugin-replaygain.xml:
6391         * docs/plugins/inspect/plugin-sdl.xml:
6392         * docs/plugins/inspect/plugin-sdp.xml:
6393         * docs/plugins/inspect/plugin-spectrum.xml:
6394         * docs/plugins/inspect/plugin-speed.xml:
6395         * docs/plugins/inspect/plugin-speexresample.xml:
6396         * docs/plugins/inspect/plugin-stereo.xml:
6397         * docs/plugins/inspect/plugin-switch.xml:
6398         * docs/plugins/inspect/plugin-timidity.xml:
6399         * docs/plugins/inspect/plugin-tta.xml:
6400         * docs/plugins/inspect/plugin-videocrop.xml:
6401         * docs/plugins/inspect/plugin-videoparse.xml:
6402         * docs/plugins/inspect/plugin-videosignal.xml:
6403         * docs/plugins/inspect/plugin-vmnc.xml:
6404         * docs/plugins/inspect/plugin-wildmidi.xml:
6405         * docs/plugins/inspect/plugin-x264.xml:
6406         * docs/plugins/inspect/plugin-xingheader.xml:
6407         * docs/plugins/inspect/plugin-xvid.xml:
6408         * docs/plugins/inspect/plugin-y4menc.xml:
6409           Regenerate files.
6410
6411         * gst/spectrum/gstspectrum.c:
6412           Fix broken XML fragment in doc snippet.
6413
6414         * tests/check/elements/.cvsignore:
6415           Add test binary to ignores.
6416
6417 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6418
6419         * gst/h264parse/gsth264parse.c:
6420           Fix the build. GST_TIME_ARGS takes a timestamp not a buffer.
6421
6422 2008-01-20  Sebastian Dröge  <slomo@circular-chaos.org>
6423
6424         Patch by: Wouter Cloetens <wouter at mind dot be>
6425
6426         * ext/soup/gstsouphttpsrc.c: (soup_got_headers):
6427         Report the size of the stream as the total size instead of
6428         the remaining Content-Length, which is wrong after a seek.
6429
6430 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
6431
6432         * gst/rawparse/gstrawparse.c: (gst_raw_parse_push_buffer),
6433         (gst_raw_parse_loop):
6434         Handle framesizes > 4096 with multiple frames per buffer correctly
6435         in pull mode and handle short reads better.
6436         Also put offset and offset_end on outgoing buffers.
6437
6438 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
6439
6440         * gst/rawparse/gstrawparse.c: (gst_raw_parse_loop):
6441         Improve handling of unknown or too small upstream sizes in
6442         pull mode.
6443
6444 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
6445
6446         * gst/rawparse/gstrawparse.c: (gst_raw_parse_loop),
6447         (gst_raw_parse_handle_seek_push):
6448         Improve debugging a bit and for handling multiple frames per buffer
6449         in pull mode choose the next smallest multiply of framesize below
6450         4096 instead of always handling 1024 frames.
6451
6452 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
6453
6454         Patch by: Wouter Cloetens <wouter at mind dot be>
6455
6456         * ext/soup/gstsouphttpsrc.c: (soup_got_headers):
6457         Correctly set duration on the GstBaseSrc segment when we know it
6458         to fix failing the duration query.
6459
6460 2008-01-18  Wim Taymans  <wim.taymans@collabora.co.uk>
6461
6462         * gst/h264parse/gsth264parse.c: (gst_h264_parse_flush_decode),
6463         (gst_h264_parse_queue_buffer), (gst_h264_parse_chain_reverse):
6464         Set timestamps more correctly.
6465
6466 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
6467
6468         * gst/rawparse/gstrawparse.c: (gst_raw_parse_class_init),
6469         (gst_raw_parse_init), (gst_raw_parse_reset),
6470         (gst_raw_parse_set_src_caps), (gst_raw_parse_push_buffer),
6471         (gst_raw_parse_chain), (gst_raw_parse_loop),
6472         (gst_raw_parse_sink_activate), (gst_raw_parse_sink_activatepull),
6473         (gst_raw_parse_change_state), (gst_raw_parse_sink_event),
6474         (gst_raw_parse_handle_seek_push), (gst_raw_parse_handle_seek_pull),
6475         (gst_raw_parse_src_event), (gst_raw_parse_src_query):
6476         * gst/rawparse/gstrawparse.h:
6477         Implement pull mode.
6478
6479 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
6480
6481         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
6482         Fix memory leak spotted by the unit test.
6483
6484 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
6485
6486         * tests/check/Makefile.am:
6487         Enable spectrum test again.
6488
6489         * tests/check/gst-plugins-bad.supp:
6490         Add suppressions for a singleton in GIO that can't be freed.
6491
6492 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
6493
6494         * tests/check/Makefile.am:
6495         * tests/check/elements/.cvsignore:
6496         * tests/check/elements/equalizer.c: (setup_equalizer),
6497         (cleanup_equalizer), (GST_START_TEST), (equalizer_suite), (main):
6498         Add some minimal tests for the equalizer plugin.
6499
6500 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
6501
6502         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_finalize):
6503         Unparent all bands from the equalizer when finalizing to stop
6504         leaking them.
6505
6506 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
6507
6508         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_uri_get_protocols):
6509         Add support for WebDAV.
6510
6511 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
6512
6513         Patch by: Wouter Cloetens <wouter at mind dot be>
6514
6515         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_class_init),
6516         (gst_souphttp_src_init), (gst_souphttp_src_create),
6517         (gst_souphttp_src_is_seekable), (gst_souphttp_src_do_seek),
6518         (soup_add_range_header), (soup_got_headers), (soup_got_chunk):
6519         * ext/soup/gstsouphttpsrc.h:
6520         Add support for seeking to souphttpsrc. Fixes bug #502335.
6521
6522 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
6523
6524         * gst/h264parse/gsth264parse.c: (gst_h264_parse_clear_queues),
6525         (gst_h264_parse_flush_decode), (gst_h264_parse_queue_buffer),
6526         (gst_h264_parse_find_start_reverse),
6527         (gst_h264_parse_chain_reverse), (gst_h264_parse_chain):
6528         * gst/h264parse/gsth264parse.h:
6529         Improve debugging.
6530         Fix buffer splitting at sync codes and leftover buffer after
6531         scanning.
6532
6533 2008-01-17  Edgard Lima  <edgard.lima@indt.org.br>
6534
6535         * ext/metadata/TODO:
6536         * ext/metadata/metadataexif.c:
6537         * ext/metadata/metadataxmp.c:
6538           Fixed adding EXIF tags to correct IFD. Mapped some XMP tags.
6539
6540 2008-01-16  Wim Taymans  <wim.taymans@collabora.co.uk>
6541
6542         * gst/h264parse/gsth264parse.c: (gst_nal_list_new),
6543         (gst_nal_list_prepend_link), (gst_nal_list_delete_head),
6544         (gst_nal_bs_init), (gst_nal_bs_read), (gst_nal_bs_eos),
6545         (gst_nal_bs_read_ue), (gst_h264_parse_class_init),
6546         (gst_h264_parse_init), (gst_h264_parse_set_property),
6547         (gst_h264_parse_get_property), (gst_h264_parse_sink_setcaps),
6548         (gst_h264_parse_clear_queues), (gst_h264_parse_chain_forward),
6549         (gst_h264_parse_flush_decode), (gst_h264_parse_queue_buffer),
6550         (gst_h264_parse_find_start_reverse),
6551         (gst_h264_parse_chain_reverse), (gst_h264_parse_chain),
6552         (gst_h264_parse_sink_event), (gst_h264_parse_change_state):
6553         * gst/h264parse/gsth264parse.h:
6554         Add reverse playback support for containers that don't know how to
6555         properly send data between I-frames.
6556
6557 2008-01-16  Sebastian Dröge  <slomo@circular-chaos.org>
6558
6559         * configure.ac:
6560         * tests/check/pipelines/gio.c: (GST_START_TEST):
6561         Update for API changes in GIO and require GIO 2.15.2 for this.
6562
6563 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
6564
6565         * gst/xingheader/gstxingmux.c: (generate_xing_header):
6566         Bitrate is 4 bits, not 8 so check for 0xe as maximum value instead
6567         of 0xfe.
6568
6569 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
6570
6571         * gst/xingheader/gstxingmux.c: (generate_xing_header):
6572         Remove accidentially leftover debug printf.
6573
6574 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
6575
6576         * gst/xingheader/gstxingmux.c: (has_xing_header),
6577         (generate_xing_header), (gst_xing_mux_chain),
6578         (gst_xing_mux_sink_event):
6579         Choose smallest possible frame size for the Xing header, properly
6580         set the timestamp, duration and offset on the outgoing buffers,
6581         only send NEWSEGMENT events in BYTE format downstream and also
6582         drop VBRI headers if already existing.
6583
6584 2008-01-12  Sebastian Dröge  <slomo@circular-chaos.org>
6585
6586         * gst/xingheader/Makefile.am:
6587         * gst/xingheader/gstxingmux.c: (parse_header), (get_xing_offset),
6588         (has_xing_header), (generate_xing_header),
6589         (gst_xing_mux_base_init), (gst_xing_mux_finalize), (xing_reset),
6590         (gst_xing_mux_init), (gst_xing_mux_chain),
6591         (gst_xing_mux_sink_event), (gst_xing_mux_change_state):
6592         * gst/xingheader/gstxingmux.h:
6593         Major cleanup and rewrite of xingmux with less bugs and new features:
6594         - Handles other layers as 3
6595         - Write TOC
6596
6597 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
6598
6599         * tests/check/elements/rganalysis.c: (test_buffer_const_float_mono),
6600           (test_buffer_const_float_stereo), (test_buffer_const_int16_mono),
6601           (test_buffer_const_int16_stereo), (test_buffer_square_float_mono),
6602           (test_buffer_square_float_stereo), (test_buffer_square_int16_mono),
6603           (test_buffer_square_int16_stereo):
6604         * tests/check/elements/rglimiter.c: (create_test_buffer):
6605         * tests/check/elements/rgvolume.c: (test_buffer_new):
6606           It's "endianness", not "endianess". Fixes unit tests.
6607
6608 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6609
6610         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_clock_rate):
6611         If we find the caps in the cache, use it to parse the clock-rate instead
6612         of returning an error. Fixes a TODO as found by Youness Alaoui.
6613
6614 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6615
6616         Patch by: Youness Alaoui <youness dot alaoui at collabora dot co dot uk>
6617
6618         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_clock_rate):
6619         * gst/rtpmanager/rtpsession.c: (rtp_session_set_callbacks),
6620         (rtp_session_set_process_rtp_callback),
6621         (rtp_session_set_send_rtp_callback),
6622         (rtp_session_set_send_rtcp_callback),
6623         (rtp_session_set_sync_rtcp_callback),
6624         (rtp_session_set_clock_rate_callback),
6625         (rtp_session_set_reconsider_callback), (source_push_rtp),
6626         (source_clock_rate), (rtp_session_process_bye),
6627         (rtp_session_process_rtcp), (rtp_session_send_bye),
6628         (rtp_session_on_timeout):
6629         * gst/rtpmanager/rtpsession.h:
6630         Make it possible to use different user_data for each of the callbacks.
6631         Fixes #508587.
6632
6633 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6634
6635         * gst/mpegvideoparse/mpegpacketiser.c: (mpeg_util_find_start_code):
6636         Small meaningless cleanup.
6637
6638         * gst/mpegvideoparse/mpegvideoparse.c: (gst_mpegvideoparse_flush),
6639         (mpegvideoparse_drain_avail), (gst_mpegvideoparse_chain_forward),
6640         (scan_keyframe), (gst_mpegvideoparse_flush_decode),
6641         (gst_mpegvideoparse_chain_reverse), (gst_mpegvideoparse_chain),
6642         (mpv_parse_sink_event), (gst_mpegvideoparse_change_state):
6643         * gst/mpegvideoparse/mpegvideoparse.h:
6644         Track segment events.
6645         Do the first part of reverse playback by sending data between two
6646         I-frames to the decoder.
6647
6648 2008-01-10  Thijs Vermeir  <thijsvermeir@gmail.com>
6649
6650         * gst/rtpmanager/gstrtpbin.c:
6651         Fix documentation for latest patch
6652
6653 2008-01-10  Thijs Vermeir  <thijsvermeir@gmail.com>
6654
6655         * gst/rtpmanager/gstrtpbin.c:
6656         Allow request_new_pad with name NULL (bug #508515)
6657
6658 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
6659
6660         * autogen.sh:
6661           Add -Wno-portability to the automake parameters to stop warnings
6662           about GNU make extensions being used. We require GNU make in almost
6663           every Makefile anyway.
6664           
6665         * configure.ac:
6666           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
6667           at the same time is required for per target flags.
6668
6669 2008-01-09  Wim Taymans  <wim.taymans@collabora.co.uk>
6670
6671         * gst/rtpmanager/gstrtpsession.c: (create_send_rtp_sink):
6672         Don't set fixed caps, we can basically do everything the upsteam peer
6673         pad can renegotiate to. Fixes #507940.
6674
6675 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6676
6677         * Makefile.am:
6678           Include lcov.mak to allow building coverage reports. Add top-level
6679           check targets similar to other gst packages.
6680
6681 2008-01-06  David Schleef  <ds@schleef.org>
6682
6683         * ext/directfb/Makefile.am:
6684           Add GST_CFLAGS.  Otherwise we don't get -Wall -Werror.
6685         * ext/directfb/dfbvideosink.c:
6686           Getting tired of directfb's chatter.  Quiet it.
6687
6688 2008-01-06  David Schleef  <ds@schleef.org>
6689
6690         Patch by: Sean D'Epagnier <sean@depagnier.com>
6691
6692         * configure.ac:
6693         * sys/Makefile.am:
6694         * sys/fbdev/Makefile.am:
6695         * sys/fbdev/gstfbdevsink.c:
6696         * sys/fbdev/gstfbdevsink.h:
6697           Add fbdev-based video sink.  Linux-only.  See bug #506549.
6698
6699 2008-01-06  Sebastian Dröge  <slomo@circular-chaos.org>
6700
6701         * configure.ac:
6702         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
6703         * tests/check/pipelines/gio.c: (free_input), (GST_START_TEST):
6704         Update to GMemoryInputStream API changes in GLib SVN and require
6705         gio-2.0 >= 2.15.1 for this. Fixes bug #507584.
6706         We can also report the duration for every GSeekable, not only
6707         GFileInputStream and GMemoryInputStream.
6708
6709 2008-01-05  David Schleef  <ds@schleef.org>
6710
6711         * sys/glsink/glimagesink.c:
6712         * sys/glsink/glimagesink.h:
6713         * sys/glsink/gstglbuffer.h:
6714         * sys/glsink/gstgldisplay.c:
6715         * sys/glsink/gstgldisplay.h:
6716         * sys/glsink/gstglupload.c:
6717           Handle xoverlay exposes correctly.  This means glimagesink works
6718           correctly most of the time in totem (fullscreening being an
6719           execption).  Doesn't handle expose events directly to the GL
6720           window.
6721
6722 2008-01-05  David Schleef  <ds@schleef.org>
6723
6724         * sys/glsink/glextensions.c:
6725         * sys/glsink/glextensions.h:
6726         * sys/glsink/glimagesink.c:
6727         * sys/glsink/glimagesink.h:
6728         * sys/glsink/gstgldisplay.c:
6729         * sys/glsink/gstgldisplay.h:
6730         * sys/glsink/gstopengl.c:
6731           Reenable video/x-raw-rgb and x-raw-yuv for glimagesink.  Enable
6732           vblank synchronization.  Remove unused code.
6733
6734 2008-01-04  Wim Taymans  <wim.taymans@collabora.co.uk>
6735
6736         * gst/rtpmanager/gstrtpjitterbuffer.c:
6737         (gst_rtp_jitter_buffer_loop):
6738         Don't unref the popped buffer when we don't have ownership.
6739         Fixes #507020.
6740
6741 2008-01-03  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6742
6743         * gst/mpegtsparse/Makefile.am:
6744         * gst/mpegtsparse/flutspatinfo.c:
6745         * gst/mpegtsparse/flutspatinfo.h:
6746         * gst/mpegtsparse/flutspmtinfo.c:
6747         * gst/mpegtsparse/flutspmtinfo.h:
6748         * gst/mpegtsparse/flutspmtstreaminfo.c:
6749         * gst/mpegtsparse/flutspmtstreaminfo.h:
6750         Remove no longer needed files.
6751
6752 2008-01-02  David Schleef  <ds@schleef.org>
6753
6754         * tests/check/Makefile.am:
6755           Disable vcdsrc in states test because it takes too much time
6756           to get to PLAYING if it can find a device.
6757
6758 2007-12-31  David Schleef  <ds@schleef.org>
6759
6760         * ext/musicbrainz/gsttrm.c:
6761           Don't emit signiture when going to READY, because it might
6762           not be ready.
6763         * ext/nas/nassink.c:
6764           Remove useless call that sleeps for 5 seconds.  Yup, it calls
6765           sleep(1) 5 times.  Go NAS.
6766         * gst/librfb/gstrfbsrc.c:
6767         * gst/librfb/rfbdecoder.c:
6768           Initialize our debug categories properly.
6769         * gst/rawparse/gstrawparse.c:
6770           Don't register element details for a non-element.  Be much more
6771           rude when subclass doesn't set a pad template (assert!).  Don't
6772           unref the pad template; we don't own it.
6773         * gst/videosignal/gstvideoanalyse.c:
6774           Initialize debug category.
6775         * tests/check/Makefile.am:
6776           Ignore nassink element in tests because it has unavoidable
6777           long timeouts.
6778
6779 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
6780
6781         * gst/rtpmanager/gstrtpssrcdemux.c:
6782         (gst_rtp_ssrc_demux_change_state):
6783         Don't clean up pads when going to PAUSED.
6784
6785 2007-12-30  David Schleef  <ds@schleef.org>
6786
6787         * configure.ac:
6788         * sys/glsink/Makefile.am:
6789           Switch to using pkgconfig to detect libGL.  Since we use
6790           recent features added to Mesa, there's no point in adding
6791           a check for pre-pkgconfig versions.
6792
6793 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
6794
6795         * ext/ladspa/gstladspa.c: (gst_ladspa_get_property):
6796         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_show_frame):
6797         * gst/mve/gstmvemux.c: (gst_mve_mux_request_new_pad):
6798         * sys/dvb/dvbbasebin.c: (dvb_base_bin_class_init):
6799         Fix 'xyz may be used uninitialized' compiler warnings caused
6800         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
6801         abort() in any case but properly report the error.
6802
6803 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
6804
6805         * configure.ac:
6806         * ext/gio/gstgio.c:
6807         * ext/gio/gstgio.h:
6808         * ext/gio/gstgiobasesink.h:
6809         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
6810         * ext/gio/gstgiobasesrc.h:
6811         * ext/gio/gstgiosink.c: (gst_gio_sink_start):
6812         * ext/gio/gstgiosink.h:
6813         * ext/gio/gstgiosrc.h:
6814         * ext/gio/gstgiostreamsink.h:
6815         * ext/gio/gstgiostreamsrc.h:
6816         * tests/check/pipelines/gio.c:
6817         Update to latest API changes in GLib/GIO and require at least
6818         gio-2.0 2.15.0 for this.
6819         
6820         * ext/gio/Makefile.am:
6821         Add GST_PLUGIN_LDFLAGS to LDFLAGS.
6822
6823 2007-12-28  David Schleef  <ds@schleef.org>
6824
6825         * configure.ac:
6826         * sys/glsink/glextensions.c:
6827         * sys/glsink/glextensions.h:
6828         * sys/glsink/glimagesink.c:
6829         * sys/glsink/glimagesink.h:
6830         * sys/glsink/gstglbuffer.c:
6831         * sys/glsink/gstglbuffer.h:
6832         * sys/glsink/gstglconvert.c:
6833         * sys/glsink/gstgldisplay.c:
6834         * sys/glsink/gstgldisplay.h:
6835         * sys/glsink/gstgldownload.c:
6836         * sys/glsink/gstglfilter.c:
6837         * sys/glsink/gstglfilter.h:
6838         * sys/glsink/gstglfilterexample.c:
6839         * sys/glsink/gstgltestsrc.c:
6840         * sys/glsink/gstglupload.c:
6841           Major cleanup of code.  Convert glupload to BaseTransform.
6842           Handle caps negotiation mostly correctly.  Reenable in build.
6843
6844 2007-12-28  Tim-Philipp Müller  <tim at centricular dot net>
6845
6846         * ext/soup/Makefile.am:
6847         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_get_property),
6848           (gst_souphttp_src_unicodify), (soup_got_headers):
6849           Use gst_tag_freeform_string_to_utf8() and post radio station
6850           info as tags on the bus.
6851
6852 2007-12-26  David Schleef  <ds@schleef.org>
6853
6854         * sys/glsink/glimagesink.c:
6855         * sys/glsink/gstglupload.c:
6856           Change glimagesink over to using GL buffers.  This breaks
6857           glimagesink for normal operation, but should be fixed soon.
6858
6859 2007-12-26  David Schleef  <ds@schleef.org>
6860
6861         * sys/glsink/gltestsrc.c:
6862         * sys/glsink/gstglbuffer.c:
6863         * sys/glsink/gstglbuffer.h:
6864         * sys/glsink/gstgldownload.c:
6865         * sys/glsink/gstglfilter.c:
6866         * sys/glsink/gstglfilterexample.c:
6867         * sys/glsink/gstgltestsrc.c:
6868         * sys/glsink/gstglupload.c:
6869           Convert gldownload to BaseTransform.  Make glfilterexample
6870           visually interesting.  Add support for various formats to
6871           downloading.  Fix a few places where we leak GL state to
6872           other elements (bad, but hard to prevent).
6873
6874 2007-12-26  David Schleef  <ds@schleef.org>
6875
6876         * sys/glsink/BUGS:
6877         * sys/glsink/Makefile.am:
6878         * sys/glsink/gstglbuffer.c:
6879         * sys/glsink/gstglbuffer.h:
6880         * sys/glsink/gstglconvert.c:
6881         * sys/glsink/gstgldisplay.c:
6882         * sys/glsink/gstglfilter.c:
6883         * sys/glsink/gstglfilter.h:
6884         * sys/glsink/gstglfilterexample.c:
6885         * sys/glsink/gstgltestsrc.c:
6886         * sys/glsink/gstglupload.c:
6887         * sys/glsink/gstopengl.c:
6888           Remove code that handles non-texture buffers.  Add a
6889           GstGLBufferFormat type that corresponds to how to use the
6890           texture, not the original video format.  Convert gstflfilter.c
6891           into a base class, add glfilterexample and glconvert elements.
6892         * sys/glsink/color_matrix.c:
6893           Minor ramblings about color conversion matrices.
6894
6895 2007-12-24  David Schleef  <ds@schleef.org>
6896
6897         * sys/glsink/Makefile.am:
6898         * sys/glsink/gltestsrc.c:
6899         * sys/glsink/gltestsrc.h:
6900         * sys/glsink/gstgldisplay.c:
6901         * sys/glsink/gstgldownload.c:
6902         * sys/glsink/gstglfilter.c:
6903         * sys/glsink/gstgltestsrc.c:
6904         * sys/glsink/gstgltestsrc.h:
6905         * sys/glsink/gstglupload.c:
6906         * sys/glsink/gstopengl.c:
6907           Add gltestsrc element, a duplicate of videotestsrc that uses
6908           GL rendering to create images.  More cleanup.
6909
6910 2007-12-24  David Schleef  <ds@schleef.org>
6911
6912         * sys/glsink/gstglbuffer.c:
6913         * sys/glsink/gstgldownload.c:
6914         * sys/glsink/gstglfilter.c:
6915           Clean up code.  Fix a few leaks.
6916
6917 2007-12-24  David Schleef  <ds@schleef.org>
6918
6919         * sys/glsink/Makefile.am:
6920         * sys/glsink/glimagesink.h:
6921         * sys/glsink/glvideo.c:
6922         * sys/glsink/glvideo.h:
6923         * sys/glsink/gstglbuffer.c:
6924         * sys/glsink/gstglbuffer.h:
6925         * sys/glsink/gstgldisplay.c:
6926         * sys/glsink/gstgldisplay.h:
6927           Rename glvideo.[ch] to gstgldisplay.[ch].
6928
6929 2007-12-24  David Schleef  <ds@schleef.org>
6930
6931         * sys/glsink/glimagesink.c:
6932         * sys/glsink/glimagesink.h:
6933         * sys/glsink/glvideo.c:
6934         * sys/glsink/glvideo.h:
6935         * sys/glsink/gstglbuffer.c:
6936         * sys/glsink/gstglbuffer.h:
6937         * sys/glsink/gstgldownload.c:
6938         * sys/glsink/gstglfilter.c:
6939         * sys/glsink/gstglupload.c:
6940           Rewrite a bunch of code to use textures as the intermediate
6941           instead of renderbuffers.  upload, download, filtering all
6942           work.
6943
6944 2007-12-23  David Schleef  <ds@schleef.org>
6945
6946         * gst/videoparse/Makefile.am:
6947         * gst/videoparse/README:
6948         * gst/videoparse/gstvideoparse.c:
6949           Remove videoparse element, because it was moved to gst/rawparse/
6950
6951 2007-12-23  Sebastian Dröge  <slomo@circular-chaos.org>
6952
6953         * gst/rawparse/gstrawparse.c: (gst_raw_parse_src_event):
6954         Always seek on frame boundaries, will produce nothing useful
6955         otherwise.
6956
6957 2007-12-23  Sebastian Dröge  <slomo@circular-chaos.org>
6958
6959         * configure.ac:
6960         * gst/rawparse/Makefile.am:
6961         * gst/rawparse/README:
6962         * gst/rawparse/gstaudioparse.c: (gst_audio_parse_format_get_type),
6963         (gst_audio_parse_endianness_get_type), (gst_audio_parse_base_init),
6964         (gst_audio_parse_class_init), (gst_audio_parse_init),
6965         (gst_audio_parse_set_property), (gst_audio_parse_get_property),
6966         (gst_audio_parse_update_frame_size), (gst_audio_parse_get_caps):
6967         * gst/rawparse/gstaudioparse.h:
6968         * gst/rawparse/gstrawparse.c: (gst_raw_parse_base_init),
6969         (gst_raw_parse_class_init), (gst_raw_parse_init),
6970         (gst_raw_parse_dispose),
6971         (gst_raw_parse_class_set_src_pad_template),
6972         (gst_raw_parse_class_set_multiple_frames_per_buffer),
6973         (gst_raw_parse_reset), (gst_raw_parse_chain),
6974         (gst_raw_parse_convert), (gst_raw_parse_sink_event),
6975         (gst_raw_parse_src_event), (gst_raw_parse_src_query_type),
6976         (gst_raw_parse_src_query), (gst_raw_parse_set_framesize),
6977         (gst_raw_parse_set_fps), (gst_raw_parse_get_fps),
6978         (gst_raw_parse_is_negotiated):
6979         * gst/rawparse/gstrawparse.h:
6980         * gst/rawparse/gstvideoparse.c: (gst_video_parse_format_get_type),
6981         (gst_video_parse_endianness_get_type), (gst_video_parse_base_init),
6982         (gst_video_parse_class_init), (gst_video_parse_init),
6983         (gst_video_parse_set_property), (gst_video_parse_get_property),
6984         (gst_video_parse_format_to_fourcc),
6985         (gst_video_parse_update_frame_size), (gst_video_parse_get_caps):
6986         * gst/rawparse/gstvideoparse.h:
6987         * gst/rawparse/plugin.c: (plugin_init):
6988         Add new plugin rawparse that contains a base class for raw data
6989         parsers and the two elements audioparse and videoparse that can
6990         be used to parse raw audio and video. These are inspired by the
6991         old videoparse element which the new rawparse plugin deprecates.
6992
6993 2007-12-21  David Schleef  <ds@schleef.org>
6994
6995         * sys/glsink/glextensions.c:
6996         * sys/glsink/glextensions.h:
6997         * sys/glsink/glvideo.c:
6998         * sys/glsink/glvideo.h:
6999         * sys/glsink/gstglbuffer.c:
7000         * sys/glsink/gstgldownload.c:
7001         * sys/glsink/gstglupload.c:
7002           A careful read of the documentation reveals that I can't use
7003           renderbuffers as textures.  Duh.  Checkpoint because I'm about
7004           to rewrite a bunch of code.
7005
7006 2007-12-21  Edgard Lima,,,,  <edgard.lima@indt.org.br>
7007
7008         * ext/metadata/TODO:
7009         * ext/metadata/gstbasemetadata.c:
7010         * ext/metadata/gstbasemetadata.h:
7011         * ext/metadata/metadata.h:
7012         * ext/metadata/metadataiptc.c:
7013         * ext/metadata/metadatamuxjpeg.c:
7014         * ext/metadata/metadataparsejpeg.c:
7015         * ext/metadata/metadataparseutil.c:
7016           Some IPTC tags mapped.
7017
7018 2007-12-21  Edgard Lima  <edgard.lima@indt.org.br>
7019
7020         * ext/metadata/Makefile.am:
7021         * ext/metadata/TODO:
7022         * ext/metadata/gstbasemetadata.c:
7023         * ext/metadata/gstbasemetadata.h:
7024         * ext/metadata/gstmetadatacommon.c:
7025         * ext/metadata/gstmetadatacommon.h:
7026         * ext/metadata/metadata.c:
7027         * ext/metadata/metadata.h:
7028           Removed gstmetadatacommon.
7029
7030 2007-12-20  David Schleef  <ds@schleef.org>
7031
7032         * sys/glsink/Makefile.am:
7033         * sys/glsink/glextensions.c:
7034         * sys/glsink/glextensions.h:
7035         * sys/glsink/glimagesink.c:
7036         * sys/glsink/glimagesink.h:
7037         * sys/glsink/glvideo.c:
7038         * sys/glsink/glvideo.h:
7039         * sys/glsink/gstglbuffer.c:
7040         * sys/glsink/gstglbuffer.h:
7041         * sys/glsink/gstgldownload.c:
7042         * sys/glsink/gstglfilter.c:
7043         * sys/glsink/gstglupload.c:
7044         * sys/glsink/gstopengl.c:
7045           Switch to using framebuffer_objects instead of GLXPixmaps,
7046           because that's what my driver supports.  Remove GLDrawable,
7047           since GstGLDisplay now has a default drawable and context.
7048
7049 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
7050
7051         * gst/equalizer/.cvsignore:
7052         * gst/switch/.cvsignore:
7053           Ignore more.
7054
7055 2007-12-19  Edgard Lima  <edgard.lima@indt.org.br>
7056
7057         * ext/metadata/Makefile.am:
7058         * ext/metadata/TODO:
7059         * ext/metadata/gstbasemetadata.c:
7060         * ext/metadata/gstbasemetadata.h:
7061         * ext/metadata/gstmetadatacommon.c:
7062         * ext/metadata/gstmetadatacommon.h:
7063         * ext/metadata/gstmetadatademux.c:
7064         * ext/metadata/gstmetadatademux.h:
7065         * ext/metadata/gstmetadatamux.c:
7066         * ext/metadata/gstmetadatamux.h:
7067         * ext/metadata/metadata.c:
7068         * ext/metadata/metadata.h:
7069         * ext/metadata/metadataexif.c:
7070         * ext/metadata/metadataparsejpeg.c:
7071         * ext/metadata/metadataparsepng.c:
7072         * ext/metadata/metadatatags.c:
7073         * ext/metadata/metadatatags.h:
7074         * ext/metadata/test/metadata_editor.c:
7075           New base class for metadata elements.
7076
7077 2007-12-18  Andy Wingo  <wingo@pobox.com>
7078
7079         * gst/switch/gstswitch-marshal.list:
7080         * gst/switch/gstswitch.h (struct _GstStreamSelectorClass): 
7081         * gst/switch/gstswitch.c (enum, gst_selector_pad_class_init)
7082         (gst_selector_pad_get_property)
7083         (gst_selector_pad_get_running_time)
7084         (gst_stream_selector_class_init, gst_segment_get_timestamp)
7085         (gst_segment_set_stop, gst_segment_set_start)
7086         (gst_stream_selector_set_active_pad, gst_stream_selector_block)
7087         (gst_stream_selector_push_pending_stop)
7088         (gst_stream_selector_switch): Change so that the signals and
7089         properties deal in running time, not buffer time. Document the
7090         signals more. Change uint64 in API to int64, to reflect what's in
7091         GstSegment.
7092
7093 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
7094
7095         * Makefile.am:
7096           Include common/win32.mak for CRLF check of win32 project
7097           files (see #393626).
7098
7099         * configure.ac:
7100           Bump requirements to -base CVS for libgstvideo additions in
7101           glimagesink. Disable glimagesink until the missing files get
7102           checked in.
7103
7104 2007-12-17  David Schleef  <ds@schleef.org>
7105
7106         * sys/glsink/Makefile.am:
7107         * sys/glsink/glimagesink.c:
7108         * sys/glsink/glimagesink.h:
7109         * sys/glsink/glvideo.c:
7110         * sys/glsink/glvideo.h:
7111         * sys/glsink/gstopengl.c:
7112         * sys/glsink/gstglupload.c:
7113           Use new GstVideoFormat checked into -base.  Add new glupload
7114           element to upload raw video into a GLXPixbuf.  Untested.  Will
7115           likely crash your motorcycle if you try it.
7116         * sys/glsink/gstvideo-common.c:
7117         * sys/glsink/gstvideo-common.h:
7118           Remove.
7119
7120 2007-12-17  David Schleef  <ds@schleef.org>
7121
7122         * gst/multifile/gstmultifilesrc.c:
7123         * gst/multifile/gstmultifilesrc.h:
7124           When subsequent files are read, if the file doesn't exist, send
7125           an EOS instead of causing an error.
7126
7127 2007-12-17  Andy Wingo  <wingo@pobox.com>
7128
7129         * gst/switch/gstswitch.c (gst_selector_pad_chain): Return OK when
7130         a buffer is ignored, not NOT_LINKED. No sense in making a source
7131         element error out; at least fdsrc considers NOT_LINKED to be a
7132         fatal error. Patch 11/12. There is no patch 12/12. Foo.
7133
7134         * gst/switch/gstswitch-marshal.list:
7135         * gst/switch/gstswitch.h (struct _GstStreamSelectorClass): 
7136         * gst/switch/gstswitch.c (gst_stream_selector_class_init)
7137         (gst_stream_selector_block): Make the block() signal return the
7138         last stop time of the active pad. Patch 10/12.
7139
7140         * gst/switch/gstswitch.c (gst_selector_pad_get_property)
7141         (gst_selector_pad_class_init, gst_stream_selector_class_init)
7142         (gst_stream_selector_get_property): Expose 'last-stop-time' as a
7143         pad property, not an element property.
7144         (gst_selector_pad_chain): Mark the last_stop time as timestamp +
7145         duration, not timestamp. Patch 9/12.
7146
7147         * gst/switch/gstswitch.c (gst_stream_selector_change_state)
7148         (gst_stream_selector_block, gst_stream_selector_switch): Use the
7149         cond mechanism instead of blocked pads. Patch 8/12.
7150
7151         * gst/switch/gstswitch.h (struct _GstStreamSelector): 
7152
7153         * gst/switch/gstswitch.c (gst_stream_selector_wait)
7154         (gst_selector_pad_chain, gst_stream_selector_init)
7155         (gst_stream_selector_dispose): Add infrastructure for new blocking
7156         mechanism that does not use gst_pad_set_blocked, which does not
7157         work on sink pads. Patch 7/12.
7158
7159         * gst/switch/gstswitch.c (gst_stream_selector_class_init)
7160         (gst_stream_selector_get_property): Add last-stop-time readable
7161         property. Patch 6/12.
7162
7163         * gst/switch/gstswitch.h (struct _GstStreamSelector): Add some
7164         state variables.
7165
7166         * gst/switch/gstswitch.c (gst_stream_selector_push_pending_stop)
7167         (gst_selector_pad_chain): Push any pending stop event.
7168         (gst_stream_selector_set_active_pad)
7169         (gst_stream_selector_set_property): Factor out setting the active
7170         pad to a function. Close the segment of the previous active pad if
7171         told to do so via a stop_time != GST_CLOCK_TIME_NONE.
7172         (gst_stream_selector_switch): Implement switch vmethod. Patch 5/12.
7173
7174         * gst/switch/gstswitch.c (gst_stream_selector_block): Implement
7175         the block() signal. This implementation will be replaced in future
7176         patches, however. Patch 4/12.
7177
7178         * gst/switch/gstswitch.h (struct _GstStreamSelectorClass): Fix
7179         vmethod prototypes.
7180
7181         * gst/switch/gstswitch.c (gst_stream_selector_class_init)
7182         (gst_stream_selector_block, gst_stream_selector_switch): Add empty
7183         vmethod definitions. Patch 3/12.
7184
7185         * gst/switch/gstswitch.h (struct _GstStreamSelectorClass): 
7186         * gst/switch/gstswitch.c (gst_stream_selector_class_init): Add
7187         `block' and `switch' signals.
7188
7189         * gst/switch/Makefile.am: 
7190         * gst/switch/gstswitch-marshal.list: Add foo to generate a
7191         marshaller for the `switch' signal. Patch 2/12.
7192
7193         * gst/switch/gstswitch.h: 
7194         * gst/switch/gstswitch.c: Replace with files from
7195         gststreamselector.[ch], registered as the "switch" plugin, with
7196         "GstSwitch" types. Patch 1/12.
7197
7198 2007-12-17  Edgard Lima  <edgard.lima@indt.org.br>
7199
7200         * ext/metadata/TODO:
7201         * ext/metadata/gstmetadatademux.c:
7202         * ext/metadata/metadata.c:
7203         * ext/metadata/metadata.h:
7204         * ext/metadata/metadataparsejpeg.c:
7205         * ext/metadata/metadataparsejpeg.h:
7206         * ext/metadata/metadataparsepng.c:
7207         * ext/metadata/metadataparsepng.h:
7208         * ext/metadata/test/MetadataEditorMain.glade:
7209         * ext/metadata/test/metadata_editor.c:
7210           Added "parse-only" property to metadatademux.
7211
7212 2007-12-16  David Schleef  <ds@schleef.org>
7213
7214         * sys/glsink/glimagesink.c:
7215         * sys/glsink/glimagesink.h:
7216         * sys/glsink/glvideo.c:
7217         * sys/glsink/glvideo.h:
7218           Rename GLVideo* to GstGL*.
7219
7220 2007-12-15  David Schleef  <ds@schleef.org>
7221
7222         * sys/glsink/Makefile.am:
7223         * sys/glsink/glextensions.c:
7224         * sys/glsink/glextensions.h:
7225         * sys/glsink/glvideo.c:
7226           Add vblank synchronization.  Isn't really working on my
7227           driver. :(
7228
7229 2007-12-15  David Schleef  <ds@schleef.org>
7230
7231         * sys/glsink/Makefile.am:
7232         * sys/glsink/glimagesink.c:
7233         * sys/glsink/glvideo.c:
7234         * sys/glsink/glvideo.h:
7235         * sys/glsink/gstvideo-common.c:
7236         * sys/glsink/gstvideo-common.h:
7237           Add support for xRGB, xBGR, and AYUV.  Re-add support for
7238           power-of-2 textures.
7239
7240 2007-12-15  Sebastian Dröge  <slomo@circular-chaos.org>
7241
7242         * gst/videoparse/gstvideoparse.c: (gst_video_parse_dispose),
7243         (gst_video_parse_sink_event):
7244         Free the adapter on dispose and correctly reset on newsegment events.
7245
7246 2007-12-15  Sebastian Dröge  <slomo@circular-chaos.org>
7247
7248         * gst/videoparse/gstvideoparse.c: (gst_video_parse_sink_event),
7249         (gst_video_parse_src_event), (gst_video_parse_src_query):
7250         Improve duration query by first asking upstream and if it can't handle
7251         the query try to get the duration in bytes from upstream and convert.
7252         For seeks, try if upstream handles this already first and do our
7253         conversion to byte format only if it doesn't and if we get a
7254         newsegment event in time format keep it and only do our conversions
7255         if the event has another format.
7256
7257 2007-12-15  Sebastian Dröge  <slomo@circular-chaos.org>
7258
7259         * gst/videoparse/gstvideoparse.c:
7260         (gst_video_parse_format_get_type),
7261         (gst_video_parse_endianness_get_type),
7262         (gst_video_parse_class_init), (gst_video_parse_init),
7263         (gst_video_parse_set_property), (gst_video_parse_get_property),
7264         (gst_video_parse_format_to_fourcc),
7265         (gst_video_parse_update_block_size), (gst_video_parse_chain),
7266         (gst_video_parse_sink_event):
7267         Add support for video/x-raw-rgb and video/x-raw-gray. Also send
7268         downstream elements downstream, not upstream.
7269
7270 2007-12-14  David Schleef  <ds@schleef.org>
7271
7272         * sys/glsink/gstvideo-common.c:
7273         * sys/glsink/gstvideo-common.h:
7274           Pull together some common raw video functions into one location.
7275           This should eventually move to -base.
7276         * sys/glsink/Makefile.am:
7277         * sys/glsink/glimagesink.c:
7278         * sys/glsink/glimagesink.h:
7279         * sys/glsink/glvideo.c:
7280         * sys/glsink/glvideo.h:
7281         * sys/glsink/gstopengl.c:
7282           Use the new video-common.h stuff.  Readd support for RGB video.
7283
7284 2007-12-14  Edgard Lima  <edgard.lima@indt.org.br>
7285
7286         * ext/metadata/Makefile.am:
7287         * ext/metadata/TODO:
7288         * ext/metadata/gstmetadata.c:
7289         * ext/metadata/gstmetadatacommon.c:
7290         * ext/metadata/gstmetadatacommon.h:
7291         * ext/metadata/gstmetadatademux.c:
7292         * ext/metadata/gstmetadatademux.h:
7293         * ext/metadata/gstmetadatamux.c:
7294         * ext/metadata/gstmetadatamux.h:
7295         * ext/metadata/gstmetadataparse.c:
7296         * ext/metadata/gstmetadataparse.h:
7297         * ext/metadata/metadataexif.c:
7298         * ext/metadata/metadatatags.c:
7299         * ext/metadata/test/metadata_editor.c:
7300           Added new module for common functions. Using GST_TYPE_FRACTION for
7301           Exif (S)Rational types.
7302
7303 2007-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7304
7305         * gst/mpegtsparse/mpegtspacketizer.c:
7306         * gst/mpegtsparse/mpegtspacketizer.h:
7307         Hash streams by pid again. Add a linked list inside each
7308         stream with a list of sub_tables. Fix multiple sections
7309         as it was borked with my last commit.
7310
7311 2007-12-14  Christian Schaller <christian.schaller@collabora.co.uk>
7312
7313         * sys/glsink/Makefile.am: add glvideo.h
7314         * gst/speexresample/Makefile.am: add speex_resampler_wrapper.h
7315         * gst-plugins-bad.spec.in: add latest plugins
7316
7317 2007-12-13  Edgard Lima  <edgard.lima@indt.org.br>
7318
7319         * ext/metadata/TODO:
7320         * ext/metadata/gstmetadatamux.c:
7321         * ext/metadata/gstmetadataparse.c:
7322         * ext/metadata/metadata.c:
7323         * ext/metadata/metadata.h:
7324         * ext/metadata/metadataiptc.c:
7325         * ext/metadata/metadatamuxjpeg.c:
7326         * ext/metadata/metadatamuxjpeg.h:
7327         * ext/metadata/metadatamuxpng.c:
7328         * ext/metadata/metadatamuxpng.h:
7329         * ext/metadata/metadataparsejpeg.c:
7330         * ext/metadata/metadataparsejpeg.h:
7331         * ext/metadata/metadataparsepng.c:
7332         * ext/metadata/metadataparsepng.h:
7333         * ext/metadata/metadataparseutil.c:
7334         * ext/metadata/metadataparseutil.h:
7335         * ext/metadata/metadatatypes.h:
7336         * ext/metadata/metadataxmp.c:
7337           Code documentation.
7338
7339 2007-12-13  Edgard Lima  <edgard.lima@indt.org.br>
7340
7341         * configure.ac:
7342         * ext/metadata/Makefile.am:
7343         * ext/metadata/gstmetadatamux.c:
7344         * ext/metadata/gstmetadataparse.c:
7345         * ext/metadata/metadataexif.c:
7346         * ext/metadata/metadatatags.c:
7347         * ext/metadata/test/Makefile:
7348         * ext/metadata/test/MetadataEditorMain.glade:
7349         * ext/metadata/test/metadata_editor.c:
7350           Added a test application. Added some EXIF tags. Fixed a muxer bug.
7351
7352 2007-12-13  Sebastian Dröge  <slomo@circular-chaos.org>
7353
7354         * gst/videoparse/gstvideoparse.c: (gst_video_parse_init),
7355           (gst_video_parse_src_event), (gst_video_parse_src_query_type):
7356           Implement a query type function for the src pad, implement seeking
7357           and use ANY caps for the sink pad as the element doesn't care what
7358           caps the input has and everything is handled via properties.
7359
7360 2007-12-13  Sebastian Dröge  <slomo@circular-chaos.org>
7361
7362         * gst/videoparse/gstvideoparse.c: (gst_video_parse_convert),
7363           (gst_video_parse_sink_event):
7364           Handle -1 values for the CONVERT query too.
7365
7366 2007-12-13  Sebastian Dröge  <slomo@circular-chaos.org>
7367
7368         * gst/videoparse/gstvideoparse.c: (gst_video_parse_sink_event):
7369           Add YV12 to the pad templates as it is supported too and allow
7370           -1 as stop position for NEWSEGMENT events.
7371
7372 2007-12-13  Sebastian Dröge  <slomo@circular-chaos.org>
7373
7374         * gst/videoparse/Makefile.am:
7375           Add $(GST_PLUGINS_BASE_CFLAGS) to CFLAGS to fix the build.
7376
7377         * gst/videoparse/gstvideoparse.c: (gst_video_parse_init),
7378           (gst_video_parse_set_property), (gst_video_parse_get_property):
7379           Use g_value_[sg]et_enum() for enum properties, g_value_[sg]et_int()
7380           gives a g_critical().
7381
7382 2007-12-12  David Schleef  <ds@schleef.org>
7383
7384         * gst/videoparse/README:
7385         * gst/videoparse/gstvideoparse.c:
7386           Add a bunch of features: handle format specification, handle
7387           queries and conversion.  Works much like a normal parser now.
7388
7389 2007-12-12  Wim Taymans  <wim.taymans@collabora.co.uk>
7390
7391         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_finalize),
7392         (gst_rtp_pt_demux_setup), (gst_rtp_pt_demux_release),
7393         (gst_rtp_pt_demux_change_state):
7394         * gst/rtpmanager/gstrtpssrcdemux.c: (gst_rtp_ssrc_demux_reset),
7395         (gst_rtp_ssrc_demux_dispose), (gst_rtp_ssrc_demux_src_query),
7396         (gst_rtp_ssrc_demux_change_state):
7397         Clean up the dynamic pads when going to READY.
7398
7399 2007-12-12  Wim Taymans  <wim.taymans@collabora.co.uk>
7400
7401         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_finalize),
7402         (gst_rtp_bin_set_sdes_string), (gst_rtp_bin_get_sdes_string),
7403         (gst_rtp_bin_handle_message):
7404         * gst/rtpmanager/rtpsession.c: (rtp_session_finalize),
7405         (rtp_session_send_bye):
7406         * gst/rtpmanager/rtpsource.c: (rtp_source_finalize):
7407         Fix some leaks.
7408
7409 2007-12-12  Sebastian Dröge  <slomo@circular-chaos.org>
7410
7411         * ext/dts/gstdtsdec.c: (gst_dtsdec_init),
7412           (gst_dtsdec_sink_setcaps), (gst_dtsdec_chain_raw),
7413           (gst_dtsdec_chain):
7414         * ext/dts/gstdtsdec.h:
7415           Add support for "audio/x-private1-dts" as used by flupsparse. Most
7416           changes adapted from a52dec.
7417
7418 2007-12-11  David Schleef  <ds@schleef.org>
7419
7420         * sys/glsink/Makefile.am:
7421         * sys/glsink/glimagesink.c:
7422         * sys/glsink/glvideo.c:
7423         * sys/glsink/glvideo.h:
7424           Split out gl-related code into a separate file with a
7425           sensible API.  Major cleanup.  Still crashes occasionally
7426           due to different threads touching bits at the same time.
7427
7428 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
7429
7430         Patch by: Wouter Cloetens <wouter at mind dot be>
7431
7432         * ext/soup/gstsouphttpsrc.c: (_do_init),
7433         (gst_souphttp_src_class_init), (gst_souphttp_src_init),
7434         (gst_souphttp_src_dispose), (gst_souphttp_src_set_property),
7435         (gst_souphttp_src_get_property), (unicodify),
7436         (gst_souphttp_src_unicodify), (gst_souphttp_src_create),
7437         (gst_souphttp_src_start), (gst_souphttp_src_stop),
7438         (gst_souphttp_src_unlock), (gst_souphttp_src_unlock_stop),
7439         (gst_souphttp_src_get_size), (gst_souphttp_src_is_seekable),
7440         (soup_got_headers), (soup_got_body), (soup_finished),
7441         (soup_got_chunk), (soup_response), (soup_parse_status),
7442         (gst_souphttp_src_uri_get_type),
7443         (gst_souphttp_src_uri_get_protocols),
7444         (gst_souphttp_src_uri_get_uri), (gst_souphttp_src_uri_set_uri),
7445         (gst_souphttp_src_uri_handler_init):
7446         * ext/soup/gstsouphttpsrc.h:
7447         Do not try to unpause I/O in the "queued" state.
7448         Reorganise a bunch of things and cleanups.
7449         Uses G_GUINT64_FORMAT instead of hard-coding %llu.
7450         See #502335.
7451
7452 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
7453
7454         * ext/x264/gstx264enc.c: (gst_x264_enc_set_src_caps):
7455         Fix caps memleak.
7456
7457 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
7458
7459         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
7460           (gst_flv_parse_tag_video):
7461           Don't strdup (and thus leak) codec name strings when passing
7462           them to gst_tag_list_add().
7463
7464 2007-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
7465
7466         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_class_init),
7467         (gst_rtp_bin_handle_message):
7468         * gst/rtpmanager/gstrtpsession.c: (source_get_sdes_structure),
7469         (on_ssrc_sdes):
7470         Post a message when the SDES infor changes for a source.
7471
7472         * gst/rtpmanager/rtpsession.c:
7473         * gst/rtpmanager/rtpsource.c:
7474         Update some comments.
7475
7476 2007-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
7477
7478         Based on patch by: <mutex at runbox dot com>
7479
7480         * gst/videoparse/gstvideoparse.c: (gst_video_parse_src_query):
7481         Forward the query upstream, the default element event handler does
7482         something different. Fixes #502879.
7483
7484 2007-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
7485
7486         * gst/rtpmanager/gstrtpbin.c: (on_ssrc_sdes), (create_session),
7487         (gst_rtp_bin_class_init):
7488         * gst/rtpmanager/gstrtpbin.h:
7489         * gst/rtpmanager/gstrtpclient.c:
7490         * gst/rtpmanager/gstrtpclient.h:
7491         * gst/rtpmanager/gstrtpjitterbuffer.h:
7492         * gst/rtpmanager/gstrtpmanager.c:
7493         * gst/rtpmanager/gstrtpptdemux.c:
7494         * gst/rtpmanager/gstrtpptdemux.h:
7495         * gst/rtpmanager/gstrtpsession.c: (on_ssrc_sdes),
7496         (gst_rtp_session_class_init), (gst_rtp_session_init):
7497         * gst/rtpmanager/gstrtpsession.h:
7498         * gst/rtpmanager/gstrtpssrcdemux.c:
7499         * gst/rtpmanager/gstrtpssrcdemux.h:
7500         * gst/rtpmanager/rtpjitterbuffer.c:
7501         * gst/rtpmanager/rtpjitterbuffer.h:
7502         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
7503         (on_ssrc_sdes), (rtp_session_process_sdes):
7504         * gst/rtpmanager/rtpsession.h:
7505         * gst/rtpmanager/rtpsource.c:
7506         * gst/rtpmanager/rtpsource.h:
7507         * gst/rtpmanager/rtpstats.c:
7508         * gst/rtpmanager/rtpstats.h:
7509         Add signal to notify of an SDES change.
7510         Fix object type in the signal callbacks.
7511
7512 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
7513
7514         * gst/rtpmanager/gstrtpbin.c: (create_session),
7515         (gst_rtp_bin_class_init), (gst_rtp_bin_init), (sdes_type_to_name),
7516         (gst_rtp_bin_set_sdes_string), (gst_rtp_bin_get_sdes_string),
7517         (gst_rtp_bin_set_property), (gst_rtp_bin_get_property):
7518         * gst/rtpmanager/gstrtpbin.h:
7519         Expose SDES items as properties and configure the session managers with
7520         them.
7521
7522         * gst/rtpmanager/rtpsource.c: (rtp_source_class_init),
7523         (rtp_source_set_property):
7524         Fix SSRC property.
7525
7526 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
7527
7528         * gst/rtpmanager/gstrtpbin.c: (create_session):
7529         * gst/rtpmanager/rtpjitterbuffer.c:
7530         Update comment.
7531
7532         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
7533         (gst_rtp_session_set_property), (gst_rtp_session_get_property):
7534         Define some GObject properties to set SDES and other configuration.
7535
7536         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
7537         (rtp_session_init), (rtp_session_finalize),
7538         (rtp_session_set_property), (rtp_session_get_property),
7539         (on_ssrc_sdes), (rtp_session_set_bandwidth),
7540         (rtp_session_get_bandwidth), (rtp_session_set_rtcp_fraction),
7541         (rtp_session_get_rtcp_fraction), (rtp_session_set_sdes_string),
7542         (rtp_session_get_sdes_string), (obtain_source),
7543         (rtp_session_get_internal_source), (rtp_session_process_sdes),
7544         (rtp_session_send_rtp), (rtp_session_next_timeout), (session_sdes),
7545         (is_rtcp_time):
7546         * gst/rtpmanager/rtpsession.h:
7547         Add signal when new SDES infor has been found for a source.
7548         Create properties for SDES and other info.
7549         Simplify the SDES API.
7550         Add method for getting the internal source object of the session.
7551
7552         * gst/rtpmanager/rtpsource.c: (rtp_source_class_init),
7553         (rtp_source_finalize), (rtp_source_set_property),
7554         (rtp_source_get_property), (rtp_source_set_callbacks),
7555         (rtp_source_get_ssrc), (rtp_source_set_as_csrc),
7556         (rtp_source_is_as_csrc), (rtp_source_is_active),
7557         (rtp_source_is_validated), (rtp_source_is_sender),
7558         (rtp_source_received_bye), (rtp_source_get_bye_reason),
7559         (rtp_source_set_sdes), (rtp_source_set_sdes_string),
7560         (rtp_source_get_sdes), (rtp_source_get_sdes_string),
7561         (rtp_source_get_new_sr), (rtp_source_get_new_rb):
7562         * gst/rtpmanager/rtpsource.h:
7563         Add GObject properties for various things.
7564         Don't leak the bye reason.
7565
7566 2007-12-09  Edward Hervey  <edward@collabora.co.uk>
7567
7568         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
7569         (gst_flv_parse_tag_video):
7570         Fix list of supported and known codecs.
7571         Emit tag with the codec name so it gets properly reported in totem and
7572         other applications.
7573
7574 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
7575
7576         * configure.ac:
7577         Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
7578
7579 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
7580
7581         * gst/equalizer/gstiirequalizer.c:
7582         (gst_iir_equalizer_transform_ip):
7583         Fix compilation.
7584
7585 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
7586
7587         * gst/equalizer/gstiirequalizer.c:
7588         (gst_iir_equalizer_transform_ip):
7589         Don't process buffers in passthrough mode.
7590
7591 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
7592
7593         * gst/filter/gstbpwsinc.c: (bpwsinc_transform):
7594         * gst/filter/gstlpwsinc.c: (lpwsinc_transform):
7595         The transform() methods are not called in passthrough mode so
7596         there's no need for checking if the element is in passthrough mode.
7597
7598 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
7599
7600         * gst/filter/gstbpwsinc.c: (bpwsinc_transform):
7601         * gst/filter/gstlpwsinc.c: (lpwsinc_transform):
7602         Sync the GObject properties with the controller even in passthrough
7603         mode to get consistent property values.
7604
7605 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
7606
7607         * gst/mpegtsparse/mpegtsparse.c: (crc_tab):
7608           Mark crc values table as constant.
7609
7610 2007-12-05  Edgard Lima  <edgard.lima@indt.org.br>
7611
7612         * ext/metadata/metadataexif.c:
7613         * ext/metadata/metadataiptc.c:
7614         * ext/metadata/metadatatags.c:
7615         * ext/metadata/metadatatags.h:
7616         * ext/metadata/metadataxmp.c:
7617           Added some tags to exif parser.
7618
7619 2007-12-05  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7620
7621         * gst/mpegtsparse/mpegtspacketizer.c:
7622         * gst/mpegtsparse/mpegtsparse.c:
7623         A sub table is identified by the pair table_id and 
7624         sub_table_identifier, not by pid. So hash with that.
7625         * sys/dvb/dvbbasebin.c:
7626         Make sure initial pids are added properly to filter,
7627
7628 2007-12-05  Andy Wingo  <wingo@pobox.com>
7629
7630         * gst/switch/gstswitch.c (gst_switch_set_property): Don't push
7631         buffers from app thread when unsetting `queue-buffers', it's
7632         dangerous and the chain function will do it for us anyway.
7633
7634 2007-12-04  Edgard Lima  <edgard.lima@indt.org.br>
7635
7636         * ext/metadata/metadatamuxjpeg.c: (metadatamux_wrap_chunk),
7637         (metadatamux_jpeg_lazy_update):
7638         * ext/metadata/metadataparsejpeg.c: (metadataparse_jpeg_parse),
7639         (metadataparse_jpeg_reading):
7640           Now compiles even when libiptc is missing.
7641
7642 2007-12-04  Edgard Lima  <edgard.lima@indt.org.br>
7643
7644         * ext/metadata/gstmetadatamux.c:
7645         * ext/metadata/gstmetadatamux.h:
7646         * ext/metadata/gstmetadataparse.c:
7647         * ext/metadata/gstmetadataparse.h:
7648         * ext/metadata/metadata.c:
7649         * ext/metadata/metadata.h:
7650         * ext/metadata/metadatamuxjpeg.c:
7651         * ext/metadata/metadatamuxjpeg.h:
7652         * ext/metadata/metadatamuxpng.c:
7653         * ext/metadata/metadatamuxpng.h:
7654           Fixed element properties and now muxer writes to png also.
7655
7656 2007-12-03  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7657
7658         * gst/mpegtsparse/Makefile.am:
7659         * gst/mpegtsparse/mpegtspacketizer.c:
7660         * gst/mpegtsparse/mpegtsparse.c:
7661         Remove signals for pat, pmt, nit, eit, sdt. Replace with bus
7662         messages.
7663         * sys/dvb/dvbbasebin.c:
7664         Instead of attaching to signals, use the bus messages.
7665         Also fix up so the dvbsrc starts only outputting the info tables
7666         like PAT, CAT, NIT, SDT, EIT instead of the whole ts.
7667
7668 2007-12-03  Edgard Lima  <edgard.lima@indt.org.br>
7669
7670         * ext/metadata/gstmetadatamux.c:
7671         * ext/metadata/gstmetadatamux.h:
7672         * ext/metadata/metadataexif.c:
7673         * ext/metadata/metadataexif.h:
7674         * ext/metadata/metadataiptc.c:
7675         * ext/metadata/metadataiptc.h:
7676         * ext/metadata/metadatamuxjpeg.c:
7677         * ext/metadata/metadataxmp.c:
7678         * ext/metadata/metadataxmp.h:
7679           Muxer writes (in jpeg only) whole IPTC chunk sent as tag. Muxer
7680           implemets GstTagSetter interface.
7681
7682 2007-12-03  Thijs Vermeir  <thijsvermeir@gmail.com>
7683
7684         * gst/librfb/rfbdecoder.c:
7685                 Should fix the 64-bit build
7686
7687 2007-11-30  Edgard Lima  <edgard.lima@indt.org.br>
7688
7689         * ext/metadata/gstmetadatamux.c:
7690         * ext/metadata/gstmetadatamux.h:
7691         * ext/metadata/gstmetadataparse.c:
7692         * ext/metadata/gstmetadataparse.h:
7693         * ext/metadata/metadataexif.c:
7694         * ext/metadata/metadataexif.h:
7695         * ext/metadata/metadataiptc.c:
7696         * ext/metadata/metadataiptc.h:
7697         * ext/metadata/metadatamuxjpeg.c:
7698         * ext/metadata/metadatamuxpng.c:
7699         * ext/metadata/metadataparsejpeg.c:
7700         * ext/metadata/metadataparsepng.c:
7701         * ext/metadata/metadataxmp.c:
7702         * ext/metadata/metadataxmp.h:
7703           Muxer writes (in jpeg only) whole EXIF and XMP chunks sent as tags.
7704
7705 2007-11-30  Thijs Vermeir  <thijsvermeir@gmail.com>
7706
7707         * gst/librfb/rfbdecoder.c:
7708         * gst/librfb/rfbdecoder.h:
7709                 Add CoRRE encoding
7710
7711 2007-11-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7712
7713         * gst/mpegtsparse/mpegtsparse.c:
7714         CRC check the psi pids. CRC checking code relicenced from MPL.
7715         Thanks Fluendo.
7716
7717 2007-11-30  Edgard Lima  <edgard.lima@indt.org.br>
7718
7719         * ext/metadata/Makefile.am:
7720         * ext/metadata/gstmetadatamux.c:
7721         * ext/metadata/gstmetadatamux.h:
7722         * ext/metadata/gstmetadataparse.c:
7723         * ext/metadata/metadata.c:
7724         * ext/metadata/metadata.h:
7725         * ext/metadata/metadatamuxjpeg.c:
7726         * ext/metadata/metadatamuxjpeg.h:
7727         * ext/metadata/metadatamuxpng.c:
7728         * ext/metadata/metadatamuxpng.h:
7729         * ext/metadata/metadataparsejpeg.c:
7730         * ext/metadata/metadataparsejpeg.h:
7731         * ext/metadata/metadataparsepng.c:
7732         * ext/metadata/metadataparsepng.h:
7733         * ext/metadata/metadatatypes.c:
7734         * ext/metadata/metadatatypes.h:
7735           Fixed get_range bug when injecting and stripping. And mux is almost
7736           done now.
7737
7738 2007-11-30  Thijs Vermeir  <thijsvermeir@gmail.com>
7739
7740         * gst/librfb/rfbdecoder.c:
7741                 Use glib macro for swapping
7742
7743 2007-11-29  Thijs Vermeir  <thijsvermeir@gmail.com>
7744
7745         * gst/librfb/gstrfbsrc.c:
7746         * gst/librfb/rfbdecoder.c:
7747         * gst/librfb/rfbdecoder.h:
7748                 Disable CopyRect encoding by default
7749                 Add RRE encoding
7750
7751 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
7752
7753         Patch by: Wouter Cloetens <wouter at mind dot be>
7754
7755         * configure.ac:
7756         Bump libsoup requirement as libsoup does not support async client
7757         operation prior to version 2.2.104 and it has some leaks.
7758
7759         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_class_init),
7760         (gst_souphttp_src_init), (gst_souphttp_src_dispose),
7761         (gst_souphttp_src_set_property), (gst_souphttp_src_create),
7762         (gst_souphttp_src_start), (gst_souphttp_src_stop),
7763         (gst_souphttp_src_unlock), (gst_souphttp_src_unlock_stop),
7764         (gst_souphttp_src_get_size), (soup_got_headers), (soup_got_body),
7765         (soup_finished), (soup_got_chunk), (soup_response),
7766         (soup_session_close):
7767         * ext/soup/gstsouphttpsrc.h:
7768         Implement unlock().
7769         Picks up the size from the Content-Length header and emit a duration
7770         message.
7771         Don't leak the GMainContext object.
7772         Fixes #500099.
7773
7774 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
7775
7776         * ext/alsaspdif/alsaspdifsink.c: (alsaspdifsink_set_caps),
7777         (alsaspdifsink_get_time), (alsaspdifsink_set_params),
7778         (alsaspdifsink_find_pcm_device):
7779         Don't free uninitialized data when we are in error.
7780
7781 2007-11-28  Edgard Lima  <edgard.lima@indt.org.br>
7782
7783         * ext/metadata/gstmetadatamux.c:
7784         * ext/metadata/gstmetadataparse.c:
7785         * ext/metadata/metadataexif.c:
7786         * ext/metadata/metadataexif.h:
7787         * ext/metadata/metadataiptc.c:
7788         * ext/metadata/metadataiptc.h:
7789         * ext/metadata/metadatatags.c:
7790         * ext/metadata/metadatatags.h:
7791         * ext/metadata/metadataxmp.c:
7792         * ext/metadata/metadataxmp.h:
7793           Sending make and model individual tags and muxer now links fine.
7794
7795 2007-11-28  Edgard Lima  <edgard.lima@indt.org.br>
7796
7797         * ext/metadata/Makefile.am:
7798         * ext/metadata/gstmetadata.c:
7799         * ext/metadata/gstmetadatamux.c:
7800         * ext/metadata/gstmetadatamux.h:
7801         * ext/metadata/gstmetadataparse.c:
7802         * ext/metadata/gstmetadataparse.h:
7803         * ext/metadata/metadata.c:
7804         * ext/metadata/metadata.h:
7805         * ext/metadata/metadataexif.c:
7806         * ext/metadata/metadataexif.h:
7807         * ext/metadata/metadataiptc.c:
7808         * ext/metadata/metadataiptc.h:
7809         * ext/metadata/metadataparse.c:
7810         * ext/metadata/metadataparse.h:
7811         * ext/metadata/metadataparseexif.c:
7812         * ext/metadata/metadataparseexif.h:
7813         * ext/metadata/metadataparseiptc.c:
7814         * ext/metadata/metadataparseiptc.h:
7815         * ext/metadata/metadataparsexmp.c:
7816         * ext/metadata/metadataparsexmp.h:
7817         * ext/metadata/metadatatags.c:
7818         * ext/metadata/metadatatags.h:
7819         * ext/metadata/metadataxmp.c:
7820         * ext/metadata/metadataxmp.h:
7821           Small fixes in get_range and better structure for generic muxer and
7822           demuxer.
7823
7824 2007-11-26  Julien Moutte  <julien@fluendo.com>
7825
7826         * configure.ac: Add QuickTime Wrapper plug-in.
7827         * gst/speexresample/gstspeexresample.c:
7828         (gst_speex_resample_push_drain), (gst_speex_resample_process): Fix
7829         build on Mac OS X Leopard. Incorrect printf format arguments.
7830         * sys/Makefile.am:
7831         * sys/qtwrapper/Makefile.am:
7832         * sys/qtwrapper/audiodecoders.c:
7833         (qtwrapper_audio_decoder_base_init),
7834         (qtwrapper_audio_decoder_class_init),
7835         (qtwrapper_audio_decoder_init),
7836         (clear_AudioStreamBasicDescription), (fill_indesc_mp3),
7837         (fill_indesc_aac), (fill_indesc_samr), (fill_indesc_generic),
7838         (make_samr_magic_cookie), (open_decoder),
7839         (qtwrapper_audio_decoder_sink_setcaps), (process_buffer_cb),
7840         (qtwrapper_audio_decoder_chain),
7841         (qtwrapper_audio_decoder_sink_event),
7842         (qtwrapper_audio_decoders_register):
7843         * sys/qtwrapper/codecmapping.c: (audio_caps_from_string),
7844         (fourcc_to_caps):
7845         * sys/qtwrapper/codecmapping.h:
7846         * sys/qtwrapper/imagedescription.c: (image_description_for_avc1),
7847         (image_description_for_mp4v), (image_description_from_stsd_buffer),
7848         (image_description_from_codec_data):
7849         * sys/qtwrapper/imagedescription.h:
7850         * sys/qtwrapper/qtutils.c: (get_name_info_from_component),
7851         (get_output_info_from_component), (dump_avcc_atom),
7852         (dump_image_description), (dump_codec_decompress_params),
7853         (addSInt32ToDictionary), (dump_cvpixel_buffer),
7854         (DestroyAudioBufferList), (AllocateAudioBufferList):
7855         * sys/qtwrapper/qtutils.h:
7856         * sys/qtwrapper/qtwrapper.c: (plugin_init):
7857         * sys/qtwrapper/qtwrapper.h:
7858         * sys/qtwrapper/videodecoders.c:
7859         (qtwrapper_video_decoder_base_init),
7860         (qtwrapper_video_decoder_class_init),
7861         (qtwrapper_video_decoder_init), (qtwrapper_video_decoder_finalize),
7862         (fill_image_description), (new_image_description), (close_decoder),
7863         (open_decoder), (qtwrapper_video_decoder_sink_setcaps),
7864         (decompressCb), (qtwrapper_video_decoder_chain),
7865         (qtwrapper_video_decoder_sink_event),
7866         (qtwrapper_video_decoders_register): Initial import of QuickTime
7867         wrapper jointly developped by Songbird authors (Pioneers of the
7868         Inevitable) and Fluendo.
7869
7870 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
7871
7872         * gst/spectrum/gstspectrum.c:
7873           Use dispose and finalize. Dispose can be called multiple times.
7874
7875 2007-11-26  Edgard Lima  <edgard.lima@indt.org.br>
7876
7877         * ext/metadata/gstmetadataparse.c: (gst_metadata_parse_init),
7878         (gst_metadata_parse_chain), (gst_metadata_parse_checkgetrange):
7879           Now works when get_range is not available upstream.
7880
7881 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
7882
7883         * gst/speexresample/README:
7884         * gst/speexresample/arch.h:
7885         * gst/speexresample/resample.c: (resampler_basic_direct_single),
7886         (resampler_basic_direct_double),
7887         (resampler_basic_interpolate_single),
7888         (resampler_basic_interpolate_double),
7889         (speex_resampler_process_native), (speex_resampler_process_float),
7890         (speex_resampler_process_int),
7891         (speex_resampler_process_interleaved_float),
7892         (speex_resampler_process_interleaved_int),
7893         (speex_resampler_get_input_latency),
7894         (speex_resampler_get_output_latency):
7895         * gst/speexresample/speex_resampler.h:
7896         Update speex resampler to latest SVN. We're now down to only the
7897         changes noted in README again.
7898
7899         * gst/speexresample/speex_resampler_wrapper.h:
7900         * gst/speexresample/gstspeexresample.c:
7901         (gst_speex_resample_push_drain), (gst_speex_resample_query):
7902         Adjust to API changes.
7903
7904 2007-11-25  Edward Hervey  <bilboed@bilboed.com>
7905
7906         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
7907         (gst_flv_parse_tag_video):
7908         Output segment with proper 'stop' value, makes flvdemux 100% compatible
7909         with gnonlin.
7910
7911 2007-11-25  Stefan Kost  <ensonic@users.sf.net>
7912
7913         * ext/dc1394/gstdc1394.c:
7914           Set initial structure name to fix assertion, due to recent caps name
7915           constraints.
7916
7917 2007-11-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
7918
7919         patch by: Alessandro Decina
7920
7921         * gst/mpegtsparse/mpegtspacketizer.c:
7922         * gst/mpegtsparse/mpegtspacketizer.h:
7923         * gst/mpegtsparse/mpegtsparse.c:
7924         * gst/mpegtsparse/mpegtsparse.h:
7925         pat-info is now a signal not a GObject property that
7926         gets notified.
7927         pat-info, pmt-info now instead of passing a GObject as
7928         a parameter, pass a GstStructure.
7929         New signals: nit-info, sdt-info, eit-info for DVB SI information
7930         * sys/dvb/camconditionalaccess.c:
7931         * sys/dvb/camconditionalaccess.h:
7932         * sys/dvb/camdevice.c:
7933         * sys/dvb/camdevice.h:
7934         * sys/dvb/camswclient.c:
7935         * sys/dvb/camswclient.h:
7936         * sys/dvb/camutils.c:
7937         * sys/dvb/camutils.h:
7938         Cam code now uses the pmt GstStructure passed from mpegtsparse
7939         signals rather than the GObject.
7940         * sys/dvb/dvbbasebin.c:
7941         Use new signals in mpegtsparse and use GstStructures as per
7942         mpegtsparse's modified API.
7943         
7944 2007-11-23  Edgard Lima  <edgard.lima@indt.org.br>
7945
7946         * ext/metadata/Makefile.am:
7947         * ext/metadata/gstmetadata.c:
7948         * ext/metadata/gstmetadatamux.c:
7949         * ext/metadata/gstmetadatamux.h:
7950         * ext/metadata/gstmetadataparse.c:
7951         * ext/metadata/gstmetadataparse.h:
7952         * ext/metadata/metadataparse.c:
7953         * ext/metadata/metadataparse.h:
7954         * ext/metadata/metadataparsejpeg.c:
7955         * ext/metadata/metadataparsejpeg.h:
7956         * ext/metadata/metadataparsepng.c:
7957         * ext/metadata/metadataparsepng.h:
7958         * ext/metadata/metadataparsetypes.h:
7959         * ext/metadata/metadatatypes.c:
7960         * ext/metadata/metadatatypes.h:
7961           Now parser is generic (just add/remove a list of chunks). And a
7962           template of muxer has been created.
7963
7964 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
7965
7966         * gst/speexresample/gstspeexresample.c:
7967         (gst_speex_resample_update_state):
7968         Only post the latency message if we have a resampler state already.
7969
7970 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
7971
7972         * gst/speexresample/gstspeexresample.c:
7973         (gst_speex_resample_update_state):
7974         Also post GST_MESSAGE_LATENCY if the latency changes.
7975
7976 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
7977
7978         * gst/speexresample/resample.c: (speex_resampler_get_latency),
7979         (speex_resampler_drain_float), (speex_resampler_drain_int),
7980         (speex_resampler_drain_interleaved_float),
7981         (speex_resampler_drain_interleaved_int):
7982         * gst/speexresample/speex_resampler.h:
7983         * gst/speexresample/speex_resampler_wrapper.h:
7984         Add functions to push the remaining samples and to get the latency
7985         of the resampler. These will get added to Speex SVN in this or a
7986         slightly changed form at some point too and should get merged then
7987         again.
7988
7989         * gst/speexresample/gstspeexresample.c: (gst_speex_resample_init),
7990         (gst_speex_resample_init_state),
7991         (gst_speex_resample_transform_size),
7992         (gst_speex_resample_push_drain), (gst_speex_resample_event),
7993         (gst_speex_fix_output_buffer), (gst_speex_resample_process),
7994         (gst_speex_resample_query), (gst_speex_resample_query_type):
7995         Drop the prepending zeroes and output the remaining samples on EOS.
7996         Also properly implement the latency query for this. speexresample
7997         should be completely ready for production use now.
7998
7999 2007-11-22  Wim Taymans  <wim.taymans@gmail.com>
8000
8001         * gst/rtpmanager/gstrtpjitterbuffer.c:
8002         (gst_rtp_jitter_buffer_query):
8003         jitterbuffer can buffer an unlimited amount of time and thus has no
8004         max_latency requirements.
8005
8006 2007-11-21  Sebastian Dröge  <slomo@circular-chaos.org>
8007
8008         * gst/speexresample/README:
8009         Add README explaining where the resampling code was taken from
8010         and which changes were done.
8011
8012         * gst/speexresample/resample.c: (speex_alloc), (speex_realloc),
8013         (speex_free):
8014         Use g_malloc() and friends instead of malloc() to achieve higher
8015         portability and define the functions inline.
8016
8017         * gst/speexresample/speex_resampler.h:
8018         Add back some useless preprocessor stuff to keep the diff between
8019         our version and the one from the Speex SVN repository lower.
8020
8021 2007-11-21  Sebastian Dröge  <slomo@circular-chaos.org>
8022
8023         * gst/filter/gstbpwsinc.c: (bpwsinc_set_property):
8024         * gst/filter/gstlpwsinc.c: (lpwsinc_set_property):
8025         Post a GST_MESSAGE_LATENCY if the latency changes.
8026
8027 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
8028
8029         * ext/faac/gstfaac.c: (gst_faac_sink_event):
8030         Don't try to flush the decoder on EOS when it was not initialized.
8031         Fixes #498667
8032
8033 2007-11-21  Julien Moutte  <julien@fluendo.com>
8034
8035         * ext/sdl/sdlaudiosink.c: (gst_sdlaudio_sink_write): Fix build
8036         on Mac OS X. (missing format parameter)
8037
8038 2007-11-21  Stefan Kost  <ensonic@users.sf.net>
8039
8040         * gst/equalizer/gstiirequalizer10bands.c:
8041         * gst/equalizer/gstiirequalizer3bands.c:
8042           Remove preset iface again. We'll re-add this after its been released
8043           in -good.
8044
8045 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8046
8047         * gst/speexresample/gstspeexresample.c:
8048         (gst_speex_fix_output_buffer), (gst_speex_resample_transform):
8049         Some small cleanup and addition of a TODO item.
8050
8051 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8052
8053         * gst/speexresample/Makefile.am:
8054         Add missing file.
8055
8056 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8057
8058         * docs/plugins/inspect/plugin-app.xml:
8059         * docs/plugins/inspect/plugin-bayer.xml:
8060         * docs/plugins/inspect/plugin-cdaudio.xml:
8061         * docs/plugins/inspect/plugin-dvb.xml:
8062         * docs/plugins/inspect/plugin-dvbsrc.xml:
8063         * docs/plugins/inspect/plugin-dvdspu.xml:
8064         * docs/plugins/inspect/plugin-festival.xml:
8065         * docs/plugins/inspect/plugin-flvdemux.xml:
8066         * docs/plugins/inspect/plugin-gstinterlace.xml:
8067         * docs/plugins/inspect/plugin-interleave.xml:
8068         * docs/plugins/inspect/plugin-ladspa.xml:
8069         * docs/plugins/inspect/plugin-mpeg4videoparse.xml:
8070         * docs/plugins/inspect/plugin-mpegtsparse.xml:
8071         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
8072         * docs/plugins/inspect/plugin-mve.xml:
8073         * docs/plugins/inspect/plugin-nas.xml:
8074         * docs/plugins/inspect/plugin-nuvdemux.xml:
8075         * docs/plugins/inspect/plugin-quicktime.xml:
8076         * docs/plugins/inspect/plugin-real.xml:
8077         * docs/plugins/inspect/plugin-rfbsrc.xml:
8078         * docs/plugins/inspect/plugin-sdp.xml:
8079         * docs/plugins/inspect/plugin-sndfile.xml:
8080         * docs/plugins/inspect/plugin-soup.xml:
8081         * docs/plugins/inspect/plugin-speexresample.xml:
8082         * docs/plugins/inspect/plugin-stereo.xml:
8083         * docs/plugins/inspect/plugin-switch.xml:
8084         * docs/plugins/inspect/plugin-vcdsrc.xml:
8085         * docs/plugins/inspect/plugin-videocrop.xml:
8086         * docs/plugins/inspect/plugin-videoparse.xml:
8087         * docs/plugins/inspect/plugin-vmnc.xml:
8088         * docs/plugins/inspect/plugin-x264.xml:
8089         * docs/plugins/inspect/plugin-y4menc.xml:
8090         Add missing inspection files to CVS.
8091
8092 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8093
8094         * docs/plugins/Makefile.am:
8095         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
8096         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
8097         * docs/plugins/gst-plugins-bad-plugins.args:
8098         * docs/plugins/gst-plugins-bad-plugins.signals:
8099         * docs/plugins/inspect/plugin-bz2.xml:
8100         * docs/plugins/inspect/plugin-cdxaparse.xml:
8101         * docs/plugins/inspect/plugin-dtsdec.xml:
8102         * docs/plugins/inspect/plugin-equalizer.xml:
8103         * docs/plugins/inspect/plugin-faac.xml:
8104         * docs/plugins/inspect/plugin-faad.xml:
8105         * docs/plugins/inspect/plugin-filter.xml:
8106         * docs/plugins/inspect/plugin-freeze.xml:
8107         * docs/plugins/inspect/plugin-gio.xml:
8108         * docs/plugins/inspect/plugin-gsm.xml:
8109         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
8110         * docs/plugins/inspect/plugin-h264parse.xml:
8111         * docs/plugins/inspect/plugin-modplug.xml:
8112         * docs/plugins/inspect/plugin-mpeg2enc.xml:
8113         * docs/plugins/inspect/plugin-musepack.xml:
8114         * docs/plugins/inspect/plugin-musicbrainz.xml:
8115         * docs/plugins/inspect/plugin-nsfdec.xml:
8116         * docs/plugins/inspect/plugin-replaygain.xml:
8117         * docs/plugins/inspect/plugin-soundtouch.xml:
8118         * docs/plugins/inspect/plugin-spcdec.xml:
8119         * docs/plugins/inspect/plugin-spectrum.xml:
8120         * docs/plugins/inspect/plugin-speed.xml:
8121         * docs/plugins/inspect/plugin-tta.xml:
8122         * docs/plugins/inspect/plugin-videosignal.xml:
8123         * docs/plugins/inspect/plugin-xingheader.xml:
8124         * docs/plugins/inspect/plugin-xvid.xml:
8125         * gst/speexresample/gstspeexresample.h:
8126         Add speexresample to the docs and while at that do a make update.
8127
8128 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8129
8130         * gst/speexresample/gstspeexresample.c:
8131         (gst_speex_fix_output_buffer), (gst_speex_resample_process):
8132         If the resampler gives less output samples than expected
8133         adjust the output buffer and print a warning.
8134
8135 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8136
8137         * configure.ac:
8138         * gst/speexresample/arch.h:
8139         * gst/speexresample/fixed_generic.h:
8140         * gst/speexresample/gstspeexresample.c:
8141         (gst_speex_resample_base_init), (gst_speex_resample_class_init),
8142         (gst_speex_resample_init), (gst_speex_resample_start),
8143         (gst_speex_resample_stop), (gst_speex_resample_get_unit_size),
8144         (gst_speex_resample_transform_caps),
8145         (gst_speex_resample_init_state), (gst_speex_resample_update_state),
8146         (gst_speex_resample_reset_state), (gst_speex_resample_parse_caps),
8147         (gst_speex_resample_transform_size), (gst_speex_resample_set_caps),
8148         (gst_speex_resample_event), (gst_speex_resample_check_discont),
8149         (gst_speex_resample_process), (gst_speex_resample_transform),
8150         (gst_speex_resample_set_property),
8151         (gst_speex_resample_get_property), (plugin_init):
8152         * gst/speexresample/gstspeexresample.h:
8153         * gst/speexresample/resample.c: (speex_alloc), (speex_realloc),
8154         (speex_free), (compute_func), (main), (sinc), (cubic_coef),
8155         (resampler_basic_direct_single), (resampler_basic_direct_double),
8156         (resampler_basic_interpolate_single),
8157         (resampler_basic_interpolate_double), (update_filter),
8158         (speex_resampler_init), (speex_resampler_init_frac),
8159         (speex_resampler_destroy), (speex_resampler_process_native),
8160         (speex_resampler_process_float), (speex_resampler_process_int),
8161         (speex_resampler_process_interleaved_float),
8162         (speex_resampler_process_interleaved_int),
8163         (speex_resampler_set_rate), (speex_resampler_get_rate),
8164         (speex_resampler_set_rate_frac), (speex_resampler_get_ratio),
8165         (speex_resampler_set_quality), (speex_resampler_get_quality),
8166         (speex_resampler_set_input_stride),
8167         (speex_resampler_get_input_stride),
8168         (speex_resampler_set_output_stride),
8169         (speex_resampler_get_output_stride), (speex_resampler_skip_zeros),
8170         (speex_resampler_reset_mem), (speex_resampler_strerror):
8171         * gst/speexresample/speex_resampler.h:
8172         * gst/speexresample/speex_resampler_float.c:
8173         * gst/speexresample/speex_resampler_int.c:
8174         * gst/speexresample/speex_resampler_wrapper.h:
8175         Add resample element based on the Speex resampling algorithm.
8176
8177 2007-11-20  Edgard Lima  <edgard.lima@indt.org.br>
8178
8179         * ext/metadata/gstmetadataparse.c:
8180         * ext/metadata/gstmetadataparse.h:
8181           Fixed buffer strip (safer wil pull and after seek).
8182
8183 2007-11-19  Stefan Kost  <ensonic@users.sf.net>
8184
8185         * gst/equalizer/gstiirequalizer10bands.c:
8186         * gst/equalizer/gstiirequalizer3bands.c:
8187           Activate preset iface and upload two presets here.
8188
8189 2007-11-19  Edgard Lima  <edgard.lima@indt.org.br>
8190
8191         * ext/metadata/gstmetadataparse.c:
8192         * ext/metadata/gstmetadataparse.h:
8193           Strip out in pull mode also. Seek and Query functions added.
8194
8195 2007-11-18  Edgard Lima  <edgard.lima@indt.org.br>
8196
8197         * ext/metadata/gstmetadataparse.c:
8198         * ext/metadata/gstmetadataparse.h:
8199         * ext/metadata/metadataparse.c:
8200         * ext/metadata/metadataparse.h:
8201         * ext/metadata/metadataparsejpeg.c:
8202         * ext/metadata/metadataparsejpeg.h:
8203         * ext/metadata/metadataparsepng.c:
8204         * ext/metadata/metadataparsepng.h:
8205         * ext/metadata/metadataparsetypes.h:
8206           Strip out metadata chunks.
8207
8208 2007-11-16  Stefan Kost  <ensonic@users.sf.net>
8209
8210         * configure.ac:
8211           Als use AG_GST_PLUGIN_DOCS (see #344039).
8212
8213 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
8214
8215         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
8216
8217         * gst/mpegtsparse/mpegtspacketizer.c: (foreach_stream_clear),
8218         (remove_all), (mpegts_packetizer_clear):
8219         Ensure that the plugin does not crash when the property pat-info is
8220         queried before a PAT is available. It also ensures that the PAT info is
8221         cleared when the changing from PLAYING to READY.
8222         Fixes #487892.
8223
8224 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
8225
8226         Patch by: Wouter Paesen <wouter at blue-gate dot be>
8227
8228         * ext/soundtouch/gstpitch.cc:
8229         Handle seeking correctly. Fixes #461068.
8230
8231 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
8232
8233         Patch by: Michael Kötter <m dot koetter at oraise dot de>
8234
8235         * ext/alsaspdif/alsaspdifsink.c: (alsaspdifsink_set_caps),
8236         (alsaspdifsink_get_time), (alsaspdifsink_open),
8237         (alsaspdifsink_set_params), (alsaspdifsink_delay), (plugin_init):
8238         Fix sample rate and clocking.
8239         Remove buffer_time and period_time as this seems to break on some
8240         hardware. Fixes #485462.
8241
8242 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
8243
8244         Patch by: Wouter Cloetens <wouter at mind dot be>
8245
8246         * configure.ac:
8247         * ext/Makefile.am:
8248         * ext/soup/Makefile.am:
8249         * ext/soup/gstsouphttpsrc.c: (_do_init),
8250         (gst_souphttp_src_base_init), (gst_souphttp_src_class_init),
8251         (gst_souphttp_src_init), (gst_souphttp_src_dispose),
8252         (gst_souphttp_src_set_property), (gst_souphttp_src_get_property),
8253         (gst_souphttp_src_create), (gst_souphttp_src_start),
8254         (gst_souphttp_src_stop), (gst_souphttp_src_unlock),
8255         (gst_souphttp_src_set_location), (soup_got_chunk), (soup_response),
8256         (soup_session_close), (plugin_init):
8257         * ext/soup/gstsouphttpsrc.h:
8258         Added HTTP source based on libsoup. Fixes #497020.
8259
8260 2007-11-15  Thijs Vermeir  <thijsvermeir@gmail.com>
8261
8262         * gst/librfb/gstrfbsrc.c:
8263         don't forget to handle the offset's
8264         * gst/librfb/rfbdecoder.c:
8265         * gst/librfb/rfbdecoder.h:
8266         precalculate some many used values
8267
8268 2007-11-15  Thijs Vermeir  <thijsvermeir@gmail.com>
8269
8270         patch by: Armando Taffarel Neto <taffarel@solis.coop.br>
8271         * gst/librfb/gstrfbsrc.c:
8272         Set the timestamp for the output buffers
8273
8274 2007-11-14  Sebastian Dröge  <slomo@circular-chaos.org>
8275
8276         * tests/check/elements/spectrum.c: (GST_START_TEST):
8277         Fix spectrum unit test for the latest spectrum changes.
8278
8279 2007-11-12  Sebastian Dröge  <slomo@circular-chaos.org>
8280
8281         Patch by: René Stadler <mail at renestadler dot de>
8282
8283         * gst/replaygain/rganalysis.c: (yule_filter):
8284         Avoid slowdown from denormals when processing near-silence input data.
8285         Spotted by Gabriel Bouvigne. Fixes #494499.
8286
8287 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
8288
8289         * gst/flv/gstflvparse.c:
8290         Add mapping for Nellymoser ASAO audio codec.
8291         (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video): Make sure we
8292         actually have data to read at the end of the tag. This avoids trying
8293         to allocate negative buffers.
8294
8295 2007-11-12  Edgard Lima  <edgard.lima@indt.org.br>
8296
8297         * ext/metadata/README:
8298           Added a design proposal from metadata parse and mux.
8299
8300 2007-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
8301
8302         * gst/equalizer/demo.c: (draw_spectrum):
8303         * gst/spectrum/demo-audiotest.c: (draw_spectrum):
8304         * gst/spectrum/demo-osssrc.c: (draw_spectrum):
8305         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init):
8306         Change the meaning of the magnitude values given in the
8307         GstMessages by spectrum to decibel instead of
8308         decibel+threshold.
8309
8310 2007-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
8311
8312         * gst/equalizer/gstiirequalizer10bands.c:
8313         * gst/equalizer/gstiirequalizer3bands.c:
8314         * gst/equalizer/gstiirequalizernbands.c:
8315         And continue to update docs. Also include some sample code
8316         for the n-band equalizer in the docs.
8317
8318 2007-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
8319
8320         * gst/equalizer/gstiirequalizer10bands.c:
8321         (gst_iir_equalizer_10bands_class_init):
8322         * gst/equalizer/gstiirequalizer3bands.c:
8323         (gst_iir_equalizer_3bands_class_init):
8324         * gst/equalizer/gstiirequalizernbands.c:
8325         Update docs and property ranges to the real values.
8326
8327 2007-11-09  Sebastian Dröge  <slomo@circular-chaos.org>
8328
8329         * gst/spectrum/gstspectrum.c:
8330         Now do the scaling right for real. Also initialize a previously
8331         uninitialized variable.
8332
8333 2007-11-09  Edgard Lima  <edgard.lima@indt.org.br>
8334
8335         * ext/metadata/metadataparsexmp.c:
8336         (metadataparse_xmp_tag_list_add),
8337         (metadataparse_xmp_iter_simple_qual),
8338         (metadataparse_xmp_iter_simple), (metadataparse_xmp_iter_array),
8339         (metadataparse_xmp_iter):
8340           Extracting more detailed info from XMP.
8341
8342 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
8343
8344         * gst/equalizer/demo.c:
8345           Make default volume a bit less. Improve layout by giving more space to
8346           the slider with big-numbers and enable fill.
8347
8348 2007-11-07  Sebastian Dröge  <slomo@circular-chaos.org>
8349
8350         * configure.ac:
8351         * tests/check/pipelines/gio.c: (GST_START_TEST):
8352         Require GIO >= 0.1.2 and adjust unit test for an API change.
8353
8354 2007-11-07  Sebastian Dröge  <slomo@circular-chaos.org>
8355
8356         * tests/icles/equalizer-test.c: (do_slider_fiddling):
8357         Fix gain ranges for the latest equalizer changes.
8358
8359 2007-11-07  Sebastian Dröge  <slomo@circular-chaos.org>
8360
8361         * ext/gio/gstgio.h:
8362         Add macro to check if a stream supports seeking.
8363
8364         * ext/gio/Makefile.am:
8365         * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_base_init),
8366         (gst_gio_base_sink_class_init), (gst_gio_base_sink_init),
8367         (gst_gio_base_sink_finalize), (gst_gio_base_sink_start),
8368         (gst_gio_base_sink_stop), (gst_gio_base_sink_unlock),
8369         (gst_gio_base_sink_unlock_stop), (gst_gio_base_sink_event),
8370         (gst_gio_base_sink_render), (gst_gio_base_sink_query),
8371         (gst_gio_base_sink_set_stream):
8372         * ext/gio/gstgiobasesink.h:
8373         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_base_init),
8374         (gst_gio_base_src_class_init), (gst_gio_base_src_init),
8375         (gst_gio_base_src_finalize), (gst_gio_base_src_start),
8376         (gst_gio_base_src_stop), (gst_gio_base_src_get_size),
8377         (gst_gio_base_src_is_seekable), (gst_gio_base_src_unlock),
8378         (gst_gio_base_src_unlock_stop), (gst_gio_base_src_check_get_range),
8379         (gst_gio_base_src_create), (gst_gio_base_src_set_stream):
8380         * ext/gio/gstgiobasesrc.h:
8381         Refactor common GIO functions to GstGioBaseSink and GstGioBaseSrc
8382         base classes that only require a GInputStream or GOutputStream to
8383         work.
8384
8385         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
8386         (gst_gio_sink_class_init), (gst_gio_sink_init),
8387         (gst_gio_sink_finalize), (gst_gio_sink_start):
8388         * ext/gio/gstgiosink.h:
8389         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
8390         (gst_gio_src_class_init), (gst_gio_src_init),
8391         (gst_gio_src_finalize), (gst_gio_src_start):
8392         * ext/gio/gstgiosrc.h:
8393         Use the newly created base classes here.
8394
8395         * ext/gio/gstgio.c: (plugin_init):
8396         * ext/gio/gstgiostreamsink.c: (gst_gio_stream_sink_base_init),
8397         (gst_gio_stream_sink_class_init), (gst_gio_stream_sink_init),
8398         (gst_gio_stream_sink_finalize), (gst_gio_stream_sink_set_property),
8399         (gst_gio_stream_sink_get_property):
8400         * ext/gio/gstgiostreamsink.h:
8401         * ext/gio/gstgiostreamsrc.c: (gst_gio_stream_src_base_init),
8402         (gst_gio_stream_src_class_init), (gst_gio_stream_src_init),
8403         (gst_gio_stream_src_finalize), (gst_gio_stream_src_set_property),
8404         (gst_gio_stream_src_get_property):
8405         * ext/gio/gstgiostreamsrc.h:
8406         Implement GstGioStreamSink and GstGioStreamSrc that have a property
8407         to set the GInputStream/GOutputStream that should be used.
8408
8409         * tests/check/Makefile.am:
8410         * tests/check/pipelines/.cvsignore:
8411         * tests/check/pipelines/gio.c: (message_handler), (GST_START_TEST),
8412         (gio_testsuite), (main):
8413         Add unit test for giostreamsrc and giostreamsink.
8414
8415 2007-11-07  Sebastian Dröge  <slomo@circular-chaos.org>
8416
8417         * ext/gio/gstgio.c: (plugin_init):
8418         Remove nowadays unnecessary workaround for a crash.
8419         
8420         * ext/gio/gstgiosink.c: (gst_gio_sink_finalize),
8421         (gst_gio_sink_start), (gst_gio_sink_stop),
8422         (gst_gio_sink_unlock_stop):
8423         * ext/gio/gstgiosink.h:
8424         * ext/gio/gstgiosrc.c: (gst_gio_src_finalize), (gst_gio_src_start),
8425         (gst_gio_src_stop), (gst_gio_src_unlock_stop):
8426         * ext/gio/gstgiosrc.h:
8427         Make the finalize function safer, clean up everything that could stay
8428         around.
8429
8430         Reset the cancellable instead of creating a new one after cancelling
8431         some operation.
8432
8433         Don't store the GFile in the element, it's only necessary for creating
8434         the streams.
8435
8436 2007-11-06  Sebastian Dröge  <slomo@circular-chaos.org>
8437
8438         * gst/spectrum/demo-audiotest.c: (main):
8439         Use autoaudiosink instead of alsasink and use a sine wave.
8440
8441         * gst/spectrum/gstspectrum.c:
8442         Fix the magnitude calculation.
8443
8444 2007-11-04  Tim-Philipp Müller  <tim at centricular dot net>
8445
8446         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
8447
8448         * gst-libs/gst/dshow/gstdshowfakesink.cpp:
8449           (CDshowFakeSink.CDshowFakeSink):
8450         * gst-libs/gst/dshow/gstdshowfakesink.h: (CDshowFakeSink.m_hres):
8451           Fix crasher in constructor due to the base class's constructor
8452           not necessarily being NULL-safe (depends on the SDK version used
8453           apparently; #492406).
8454
8455         * sys/dshowsrcwrapper/gstdshowaudiosrc.c: (gst_dshowaudiosrc_prepare):
8456         * sys/dshowsrcwrapper/gstdshowvideosrc.c: (gst_dshowvideosrc_set_caps):
8457           Fix a couple of MSVC compiler warnings (#492406).
8458
8459 2007-11-03  Sebastian Dröge  <slomo@circular-chaos.org>
8460
8461         * gst/equalizer/demo.c: (main):
8462         * gst/equalizer/gstiirequalizer.c:
8463         (gst_iir_equalizer_band_class_init), (setup_filter):
8464         Allow setting 0 as bandwidth and handle this correctly.
8465         Also handle a bandwidth of rate/2 properly.
8466
8467         * gst/equalizer/gstiirequalizernbands.c:
8468         (gst_iir_equalizer_nbands_class_init):
8469         Make it possible to generate a N-band equalizer with 1 bands. The
8470         previous limit of 2 was caused by a nowadays replaced calculation
8471         doing a division by zero if number of bands was 1.
8472
8473 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
8474
8475         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
8476
8477         * gst/rtpmanager/gstrtpsession.c:
8478           Fix bad function signatures (#492798).
8479
8480 2007-11-02  Edgard Lima  <edgard.lima@indt.org.br>
8481
8482         * ext/metadata/Makefile.am:
8483         * ext/metadata/gstmetadataparse.c:
8484         * ext/metadata/gstmetadataparse.h:
8485         * ext/metadata/metadataparse.c:
8486         * ext/metadata/metadataparse.h:
8487         * ext/metadata/metadataparseexif.c:
8488         * ext/metadata/metadataparseexif.h:
8489         * ext/metadata/metadataparseiptc.c:
8490         * ext/metadata/metadataparseiptc.h:
8491         * ext/metadata/metadataparsejpeg.c:
8492         * ext/metadata/metadataparsejpeg.h:
8493         * ext/metadata/metadataparsepng.c:
8494         * ext/metadata/metadataparsepng.h:
8495         * ext/metadata/metadataparseutil.c:
8496         * ext/metadata/metadataparseutil.h:
8497         * ext/metadata/metadataparsexmp.c:
8498         * ext/metadata/metadataparsexmp.h:
8499           Added support for PNG/XMP. Indentation. And fixed pull mode to parse
8500           the file. 
8501
8502 2007-11-02  Edgard Lima  <edgard.lima@indt.org.br>
8503
8504         * ext/metadata/gstmetadataparse.c: (gst_metadata_parse_init),
8505         (gst_metadata_parse_activate), (gst_metadata_parse_get_range),
8506         (gst_metadata_parse_element_activate_src_pull):
8507           Now metadataparse works in push or pull mode.
8508
8509 2007-11-01  Edgard Lima  <edgard.lima@indt.org.br>
8510
8511         * configure.ac:
8512         * ext/metadata/Makefile.am:
8513         * ext/metadata/metadataparseexif.c:
8514         (metadataparse_exif_tags_register),
8515         (metadataparse_exif_tag_list_add):
8516         * ext/metadata/metadataparseiptc.c:
8517         * ext/metadata/metadataparsejpeg.c: (metadataparse_jpeg_init),
8518         (metadataparse_jpeg_dispose), (metadataparse_jpeg_parse),
8519         (metadataparse_jpeg_reading), (metadataparse_jpeg_xmp):
8520         * ext/metadata/metadataparseutil.c:
8521         (metadataparse_tag_list_add_chunk):
8522         * ext/metadata/metadataparseutil.h:
8523         * ext/metadata/metadataparsexmp.c:
8524         (metadataparse_xmp_tags_register),
8525         (metadataparse_xmp_tag_list_add), (metadataparse_xmp_init),
8526         (metadataparse_xmp_dispose):
8527         * ext/metadata/metadataparsexmp.h:
8528           Some XMP stuff added.
8529
8530 2007-10-31  Edgard Lima  <edgard.lima@indt.org.br>
8531
8532         * ext/metadata/gstmetadataparse.c:
8533         (gst_metadata_parse_dispose_members),
8534         (gst_metadata_parse_init_members), (gst_metadata_parse_send_tags),
8535         (gst_metadata_parse_chain), (gst_metadata_parse_get_range),
8536         (gst_metadata_parse_change_state),
8537         (gst_metadata_parse_plugin_init):
8538         * ext/metadata/gstmetadataparse.h:
8539         * ext/metadata/metadataparseexif.c:
8540         (metadataparse_exif_tags_register),
8541         (metadataparse_exif_tag_list_add),
8542         (exif_data_foreach_content_func),
8543         (exif_content_foreach_entry_func):
8544         * ext/metadata/metadataparseexif.h:
8545         * ext/metadata/metadataparseiptc.c:
8546         (metadataparse_iptc_tags_register),
8547         (metadataparse_tag_list_add_chunk),
8548         (metadataparse_iptc_tag_list_add),
8549         (iptc_data_foreach_dataset_func):
8550         * ext/metadata/metadataparseiptc.h:
8551         * ext/metadata/metadataparsexmp.c:
8552         (metadataparse_xmp_tags_register),
8553         (metadataparse_xmp_tag_list_add):
8554         * ext/metadata/metadataparsexmp.h:
8555           Now sending iptc tag in whole chunk. Ready to also send exif and xmp
8556           in the same way (look at bug #486659).
8557
8558 2007-10-31  Thijs Vermeir  <thijsvermeir@gmail.com>
8559
8560         * gst/librfb/rfbdecoder.c:
8561                 Some refactoring in RAW encoding
8562
8563 2007-10-31  Thijs Vermeir  <thijsvermeir@gmail.com>
8564
8565         * gst/librfb/d3des.h:
8566         * gst/librfb/gstrfbsrc.c:
8567         * gst/librfb/gstrfbsrc.h:
8568         * gst/librfb/rfbbuffer.h:
8569         * gst/librfb/rfbcontext.h:
8570         * gst/librfb/rfbdecoder.c:
8571         * gst/librfb/rfbdecoder.h:
8572         * gst/librfb/rfbutil.h:
8573         * gst/librfb/vncauth.h:
8574                 Added copyrect encoding
8575
8576 2007-10-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8577
8578         * sys/dvb/camswclient.c:
8579         Warn on failed write.
8580
8581 2007-10-30  Sebastian Dröge  <slomo@circular-chaos.org>
8582
8583         * gst/equalizer/Makefile.am:
8584         * gst/equalizer/demo.c: (on_window_destroy), (on_configure_event),
8585         (on_gain_changed), (on_bandwidth_changed), (on_freq_changed),
8586         (draw_spectrum), (message_handler), (main):
8587         Add small demo application based on the spectrum demo applications
8588         that gets white noise as input, pushes it through an equalizer and
8589         paints the spectrum. For every equalizer band it's possible to set
8590         gain, bandwidth and frequency.
8591         * gst/equalizer/gstiirequalizer.c: (setup_filter):
8592         Add some guarding against too large or too small frequencies and
8593         bandwidths. Also improve debugging a bit.
8594
8595 2007-10-30  Sebastian Dröge  <slomo@circular-chaos.org>
8596
8597         * gst/equalizer/gstiirequalizer.c:
8598         (gst_iir_equalizer_band_set_property),
8599         (gst_iir_equalizer_band_get_property),
8600         (gst_iir_equalizer_band_class_init), (arg_to_scale),
8601         (setup_filter), (gst_iir_equalizer_compute_frequencies):
8602         Replace filters with a bit better filters for which we can actually
8603         find documentation, which don't change anything on zero gain, etc.
8604         
8605         Make the frequency property of the bands writable, rename the
8606         band-width property to bandwidth and change the meaning to the
8607         frequency difference between bandedges, change the meaning of the
8608         gain property to dB instead of a weird scale between -1 and 1 that
8609         has no real meaning.
8610
8611 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
8612
8613         * sys/dvb/dvbbasebin.c:
8614           Fix the build.
8615
8616 2007-10-30  Edgard Lima  <edgard.lima@indt.org.br>
8617
8618         * ext/metadata/.cvsignore:
8619         * ext/metadata/gstmetadataparse.c: (gst_metadata_parse_base_init),
8620         (gst_metadata_parse_init), (gst_metadata_parse_get_caps),
8621         (gst_metadata_parse_configure_srccaps),
8622         (gst_metadata_parse_set_caps), (gst_metadata_parse_activate),
8623         (gst_metadata_parse_plugin_init):
8624         * ext/metadata/metadataparse.c: (metadataparse_parse):
8625         * ext/metadata/metadataparse.h:
8626           Changed kclass to "Parser/Extracter/Metadata", changed caps to
8627           "image/jpeg, tags-extract=true/false" and changed priority to
8628           GST_RANK_PRIMARY+1. Also, srcpad can only work in push mode until
8629           fixed to also work in pull mode.
8630
8631 2007-10-30  Edgard Lima  <edgard.lima@indt.org.br>
8632
8633         * configure.ac:
8634         * ext/Makefile.am:
8635         * ext/metadata/:
8636         * ext/metadata/Makefile.am:
8637         * ext/metadata/gstmetadata.c:
8638         * ext/metadata/gstmetadataparse.c:
8639         * ext/metadata/gstmetadataparse.h:
8640         * ext/metadata/metadataparse.c:
8641         * ext/metadata/metadataparse.h:
8642         * ext/metadata/metadataparseexif.c:
8643         * ext/metadata/metadataparseexif.h:
8644         * ext/metadata/metadataparseiptc.c:
8645         * ext/metadata/metadataparseiptc.h:
8646         * ext/metadata/metadataparsejpeg.c:
8647         * ext/metadata/metadataparsejpeg.h:
8648         * ext/metadata/metadataparsexmp.c:
8649         * ext/metadata/metadataparsexmp.h:
8650           Created new plugin ('medadata') and element ('metadataparse') that
8651           extract metadata from images (look at bug #486659).
8652
8653 2007-10-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8654
8655         * sys/dvb/dvbbasebin.c:
8656         Uncomment the line that sets the pid filter. Wrong way to 
8657         work-around driver issues.
8658
8659 2007-10-28  Tim-Philipp Müller  <tim at centricular dot net>
8660
8661         * ext/faac/gstfaac.c: (gst_faac_profile_get_type),
8662           (gst_faac_class_init), (gst_faac_init):
8663           Fix bitrate ranges and change enum nick for low complexity
8664           profile from LOW to LC for consistency (#490060).
8665
8666 2007-10-27  Tim-Philipp Müller  <tim at centricular dot net>
8667
8668         * gst/interleave/interleave.c: (gst_interleave_request_new_pad):
8669           Let's not call every request pad we create "sink%d", that'll
8670           create problems if there's to be more than one pad. Fixes #490682.
8671
8672         * tests/check/Makefile.am:
8673         * tests/check/elements/.cvsignore:
8674         * tests/check/elements/interleave.c:
8675           Add unit test for the above.
8676
8677 2007-10-27  Julien MOUTTE  <julien@moutte.net>
8678
8679         * gst/mpeg4videoparse/mpeg4videoparse.c: (gst_mpeg4vparse_align),
8680         (gst_mpeg4vparse_drain), (gst_mpeg4vparse_chain),
8681         (gst_mpeg4vparse_sink_setcaps), (gst_mpeg4vparse_sink_event),
8682         (gst_mpeg4vparse_cleanup), (gst_mpeg4vparse_change_state),
8683         (gst_mpeg4vparse_dispose), (gst_mpeg4vparse_base_init),
8684         (gst_mpeg4vparse_class_init), (gst_mpeg4vparse_init),
8685         (plugin_init):
8686         * gst/mpeg4videoparse/mpeg4videoparse.h: Improved version not
8687         damaging headers using a simple state machine.
8688
8689 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
8690
8691         * ext/x264/gstx264enc.c:
8692           Fix build against the libx264 version that ships with debian stable.
8693
8694 2007-10-26  Julien MOUTTE  <julien@moutte.net>
8695
8696         * configure.ac:
8697         * gst/mpeg4videoparse/Makefile.am:
8698         * gst/mpeg4videoparse/mpeg4videoparse.c: (gst_mpeg4vparse_drain),
8699         (gst_mpeg4vparse_chain), (gst_mpeg4vparse_sink_setcaps),
8700         (gst_mpeg4vparse_sink_event), (gst_mpeg4vparse_cleanup),
8701         (gst_mpeg4vparse_change_state), (gst_mpeg4vparse_dispose),
8702         (gst_mpeg4vparse_base_init), (gst_mpeg4vparse_class_init),
8703         (gst_mpeg4vparse_init), (plugin_init):
8704         * gst/mpeg4videoparse/mpeg4videoparse.h: Add a simple MPEG4 ES
8705         parser.
8706
8707 2007-10-25  David Schleef  <ds@schleef.org>
8708
8709         * gst/multifile/Makefile.am:
8710         * gst/multifile/gstmultifilesink.c:
8711         * gst/multifile/gstmultifilesrc.c:
8712         * tests/check/Makefile.am:
8713         * tests/check/elements/multifile.c:
8714           Improve documentation, write some tests for multifilesrc/sink
8715           for upcoming ->good review.
8716
8717 2007-10-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8718
8719         * sys/dvb/gstdvbsrc.c:
8720         Actually use the code-rate-hp parameter for DVB-S.
8721         It turns out setting to AUTO does not always work (
8722         especially in diseq situations). Set by default to 
8723         FEC_AUTO.
8724
8725 2007-10-22  Julien MOUTTE  <julien@moutte.net>
8726
8727         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
8728         (gst_flv_parse_tag_video), (gst_flv_parse_tag_type): Don't
8729         emit no-more-pads for single pad scenarios as the header
8730         is definitely not reliable. We emit them for 2 pads scenarios
8731         though to speed up media discovery.
8732
8733 2007-10-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8734
8735         * sys/dvb/dvbbasebin.c:
8736         Added proxy property of diseqc-source
8737
8738 2007-10-18  Sebastian Dröge  <slomo@circular-chaos.org>
8739
8740         * gst/equalizer/gstiirequalizer.c:
8741         (gst_iir_equalizer_band_set_property):
8742         Add a missing break.
8743
8744 2007-10-18  Sebastian Dröge  <slomo@circular-chaos.org>
8745
8746         * gst/equalizer/gstiirequalizer.c:
8747         (gst_iir_equalizer_band_set_property),
8748         (gst_iir_equalizer_band_get_property),
8749         (gst_iir_equalizer_band_class_init), (gst_iir_equalizer_band_init),
8750         (gst_iir_equalizer_band_get_type), (gst_iir_equalizer_class_init),
8751         (setup_filter), (gst_iir_equalizer_setup):
8752         * gst/equalizer/gstiirequalizer.h:
8753         Move bandwidth property to the separate bands and add float64 support.
8754
8755 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
8756
8757         * ext/cdaudio/Makefile.am:
8758           Add another missing GST_LIBS.
8759
8760 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
8761
8762         Patch by: Richard Hult <richard imendio com>
8763
8764         * gst/dvdspu/Makefile.am:
8765           Fix LIBS - we need to link against libgstreamer (fixes #487496).
8766
8767 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
8768
8769         * sys/dvb/camapplication.c:
8770         * sys/dvb/camresourcemanager.c:
8771           Fix some warnings.
8772
8773 2007-10-16  Thijs Vermeir  <thijsvermeir@gmail.com>
8774
8775         * gst/librfb/rfbdecoder.c:
8776           Add the set encodings client message
8777
8778 2007-10-16  Thijs Vermeir  <thijsvermeir@gmail.com>
8779
8780         * gst/librfb/Makefile.am:
8781         * gst/librfb/rfb.h:
8782         * gst/librfb/rfbbytestream.c:
8783         * gst/librfb/rfbbytestream.h:
8784         * gst/librfb/rfbdecoder.c:
8785         * gst/librfb/rfbdecoder.h:
8786           Remove the rfbbytestream dead code
8787
8788 2007-10-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8789
8790         patch by: Alessandro Decina
8791
8792         * sys/dvb/Makefile.am:
8793         * sys/dvb/cam.c:
8794         * sys/dvb/cam.h:
8795         * sys/dvb/camapplication.c:
8796         * sys/dvb/camapplication.h:
8797         * sys/dvb/camapplicationinfo.c:
8798         * sys/dvb/camapplicationinfo.h:
8799         * sys/dvb/camconditionalaccess.c:
8800         * sys/dvb/camconditionalaccess.h:
8801         * sys/dvb/camdevice.c:
8802         * sys/dvb/camdevice.h:
8803         * sys/dvb/camresourcemanager.c:
8804         * sys/dvb/camresourcemanager.h:
8805         * sys/dvb/camsession.c:
8806         * sys/dvb/camsession.h:
8807         * sys/dvb/camswclient.c:
8808         * sys/dvb/camswclient.h:
8809         * sys/dvb/camtransport.c:
8810         * sys/dvb/camtransport.h:
8811         * sys/dvb/camutils.c:
8812         * sys/dvb/camutils.h:
8813         * sys/dvb/dvbbasebin.c:
8814         * sys/dvb/dvbbasebin.h:
8815         * sys/dvb/gstdvb.c:
8816         * sys/dvb/gstdvbsrc.c:
8817         * sys/dvb/gstdvbsrc.h:
8818         Integrate SoC work done by Alessandro for the Freevo project.
8819         Adds cam support to the dvb stack in GStreamer and a new
8820         element (actually a bin) called dvbbasebin that integrates
8821         dvbsrc and mpegtsparse to a) handle decryption and b) allow 
8822         acquiring multiple channels on same transponder without 
8823         knowing pid numbers.
8824
8825 2007-10-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8826
8827         patch by: Alessandro Decina
8828
8829         * gst/mpegtsparse/mpegtspacketizer.c:
8830         * gst/mpegtsparse/mpegtsparse.c:
8831         * gst/mpegtsparse/mpegtsparse.h:
8832         Add request pad for getting the full transport stream coming in.
8833
8834 2007-10-14  Sebastian Dröge  <slomo@circular-chaos.org>
8835
8836         * configure.ac:
8837           Update the highest allowed neon version from 0.26.99 to 0.27.99.
8838           No code changes are required to work with the newest neon version.
8839
8840 2007-10-10  Tim-Philipp Müller  <tim at centricular dot net>
8841
8842         * configure.ac:
8843           Require core CVS.  This is implicit in the -base CVS
8844           requirement already, so we might just well spell it
8845           out.  Also, we do need at least 0.10.14 for
8846           gst_element_class_set_details_simple().  Make check
8847           for gmyth a bit more restrictive so things don't break
8848           if the next version changes API.
8849
8850         * ext/alsaspdif/alsaspdifsink.c:
8851           Work around alsa alloca macros triggering 'always evaluates to
8852           true' warnings with gcc-4.2 and fix compilation with gcc-4.2.
8853           Also don't leak the device string.
8854
8855         * ext/mpeg2enc/gstmpeg2enc.cc:
8856         * ext/soundtouch/gstpitch.cc:
8857         * gst/modplug/gstmodplug.cc:
8858           Fix compilation with g++4.2 and -Wall -Werror (also needs plugin
8859           define fix from core CVS). Fixes #462737.
8860
8861 2007-10-09  Wim Taymans  <wim.taymans@gmail.com>
8862
8863         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
8864
8865         * gst/rtpmanager/gstrtpbin.c: (create_stream),
8866         (gst_rtp_bin_class_init):
8867         Fix memleak. Fixes #484990.
8868
8869 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
8870
8871         * gst/librfb/rfbbuffer.c: (rfb_buffer_new_and_alloc):
8872         * gst/librfb/rfbbuffer.h:
8873         * gst/librfb/rfbdecoder.c: (rfb_socket_get_buffer):
8874         * gst/mpegvideoparse/mpegvideoparse.c: (gst_mpegvideoparse_chain):
8875         * gst/nsf/nes6502.c: (nes6502_execute):
8876         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps):
8877         * gst/real/gstrealvideodec.c: (open_library):
8878         * gst/real/gstrealvideodec.h:
8879         * gst/rtpmanager/gstrtpsession.c: (create_recv_rtp_sink),
8880         (create_recv_rtcp_sink), (create_send_rtp_sink):
8881         Fix compiler warnings shown by Forte.
8882
8883 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
8884
8885         * gst/rtpmanager/gstrtpbin.c: (get_pt_map),
8886         (gst_rtp_bin_clear_pt_map), (gst_rtp_bin_class_init):
8887         Fix caps refcounting for payload maps.
8888         When clearing payload maps, also clear sessions and streams payload
8889         maps.
8890
8891         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_get_caps),
8892         (gst_rtp_pt_demux_clear_pt_map), (gst_rtp_pt_demux_chain),
8893         (find_pad_for_pt):
8894         Implement clearing the payload map.
8895
8896         * gst/rtpmanager/gstrtpsession.c:
8897         (gst_rtp_session_event_send_rtp_sink):
8898         Forward flush events instead of leaking them.
8899
8900         * gst/rtpmanager/gstrtpssrcdemux.c:
8901         (gst_rtp_ssrc_demux_rtcp_sink_event):
8902         Correctly refcount events before pushing them.
8903
8904 2007-10-08  Sebastian Dröge  <slomo@circular-chaos.org>
8905
8906         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
8907         Use GIO function to get a list of supported URI schemes instead of
8908         hard coding something.
8909
8910 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
8911
8912         * gst/rtpmanager/rtpsession.c: (rtp_session_next_timeout),
8913         When reconsidering RTCP timeouts, set the next timeout against the last
8914         report time instead of the current clock time so that we don't end up
8915         reconsidering forever.
8916
8917 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
8918
8919         * gst/rtpmanager/gstrtpjitterbuffer.c:
8920         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
8921         Only peek at the tail element instead of popping it off, which allows
8922         us to greatly simplify things when the tail element changes.
8923
8924         * gst/rtpmanager/gstrtpsession.c:
8925         (gst_rtp_session_event_recv_rtp_sink):
8926         * gst/rtpmanager/gstrtpssrcdemux.c:
8927         (gst_rtp_ssrc_demux_sink_event):
8928         Forward FLUSH events instead of leaking them.
8929
8930         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_reset_skew),
8931         (calculate_skew), (rtp_jitter_buffer_insert):
8932         * gst/rtpmanager/rtpjitterbuffer.h:
8933         Remove the tail-changed callback in favour of a simple boolean when we
8934         insert a buffer in the queue.
8935         Add method to peek the tail of the buffer.
8936
8937 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
8938
8939         Patch by: Gautier Portet <kassoulet at gmail dot com>
8940
8941         * gst/xingheader/gstxingmux.c:
8942         The size of the Xing header is actually 417 as it's rounded to the
8943         next smaller integer. Fixes #397759.
8944
8945         * gst/xingheader/gstxingmux.c: (xing_generate_header),
8946         (xing_push_header):
8947         Some random cleanup, add FIXMEs and TODOs and check if the newsegment
8948         event to the beginning was successful before pushing the header again.
8949
8950 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
8951
8952         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
8953
8954         * gst/mpegtsparse/mpegtspacketizer.c:
8955         (mpegts_packetizer_stream_new):
8956         Don't skip PAT with version number 0. Fixes #483400.
8957         * gst/mpegtsparse/mpegtsparse.c: (mpegts_parse_apply_pat):
8958         Make all values above 0 mark a referenced program as they can be
8959         incremented and only 1 had marked a referenced program before, causing
8960         actually referenced programs to be unreferenced.
8961
8962 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
8963
8964         * gst/sdp/gstsdpdemux.h:
8965         Change signature of pt to fix compilation on some platforms.
8966
8967 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
8968
8969         * gst/rtpmanager/gstrtpjitterbuffer.c:
8970         (gst_rtp_jitter_buffer_flush_start),
8971         (gst_rtp_jitter_buffer_flush_stop),
8972         (gst_rtp_jitter_buffer_change_state), (apply_offset),
8973         (gst_rtp_jitter_buffer_loop):
8974         Remove some old unused variables.
8975         Don't add the latency to the skew corrected timestamp, latency is only
8976         used to sync against the clock.
8977         Improve debugging.
8978
8979         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_init),
8980         (rtp_jitter_buffer_reset_skew), (calculate_skew):
8981         * gst/rtpmanager/rtpjitterbuffer.h:
8982         Handle case where server timestamp goes backwards or wildly jumps by
8983         temporarily pausing the skew correction.
8984         Improve debugging.
8985
8986 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
8987
8988         * gst/sdp/Makefile.am:
8989         Forgot to commit makefile.
8990
8991 2007-10-02  Sebastian Dröge  <slomo@circular-chaos.org>
8992
8993         * ext/gio/gstgiosink.c: (gst_gio_sink_start):
8994         Update to API changes in GIO.
8995
8996 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
8997
8998         * gst/sdp/gstsdpdemux.c: (gst_sdp_demux_media_to_caps):
8999         Use new function in -base to get the default clock-rate.
9000
9001 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
9002
9003         * configure.ac:
9004         * gst/sdp/gstsdpdemux.c: (_do_init), (gst_sdp_demux_base_init),
9005         (gst_sdp_demux_class_init), (gst_sdp_demux_init),
9006         (gst_sdp_demux_finalize), (gst_sdp_demux_set_property),
9007         (gst_sdp_demux_get_property), (find_stream_by_id),
9008         (find_stream_by_pt), (find_stream_by_udpsrc), (find_stream),
9009         (gst_sdp_demux_stream_free), (gst_sdp_demux_create_stream),
9010         (gst_sdp_demux_cleanup), (get_default_rate_for_pt),
9011         (gst_sdp_demux_parse_rtpmap), (gst_sdp_demux_media_to_caps),
9012         (new_session_pad), (request_pt_map), (gst_sdp_demux_do_stream_eos),
9013         (on_bye_ssrc), (on_timeout), (gst_sdp_demux_configure_manager),
9014         (gst_sdp_demux_stream_configure_udp),
9015         (gst_sdp_demux_stream_configure_udp_sink),
9016         (gst_sdp_demux_combine_flows), (gst_sdp_demux_stream_push_event),
9017         (gst_sdp_demux_handle_message), (gst_sdp_demux_start),
9018         (gst_sdp_demux_sink_event), (gst_sdp_demux_sink_chain),
9019         (gst_sdp_demux_change_state):
9020         * gst/sdp/gstsdpdemux.h:
9021         * gst/sdp/gstsdpelem.c: (plugin_init):
9022         Added SDP demuxer element. Fixes #426657.
9023
9024 2007-10-01  Sebastian Dröge  <slomo@circular-chaos.org>
9025
9026         Patch by: mutex at runbox dot com
9027
9028         * gst/mpegtsparse/mpegtspacketizer.c:
9029         (mpegts_packetizer_parse_adaptation_field_control):
9030         * gst/mpegtsparse/mpegtsparse.c: (mpegts_parse_base_init),
9031         (mpegts_parse_init), (mpegts_parse_push):
9032         * gst/mpegtsparse/mpegtsparse.h:
9033         Remove useless src pad that only results in not linked errors,
9034         fix a broken pointer dereference and make MAX_CONTINUITY constant
9035         conform to the standard to stop outputting corrupted data.
9036         Fixes #481276, #481279.
9037
9038 2007-09-29  Tim-Philipp Müller  <tim at centricular dot net>
9039
9040         * ext/mythtv/gstmythtvsrc.c:
9041           Re-apply docs patch from #468039; fix tab.
9042
9043         * gst/mpegtsparse/.cvsignore:
9044           Ignore marshaller files generated at build time.
9045
9046 2007-09-29  Sebastian Dröge  <slomo@circular-chaos.org>
9047
9048         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
9049         (gst_gio_sink_set_property), (gst_gio_sink_render):
9050         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
9051         (gst_gio_src_set_property):
9052         Some minor cleanup and allow setting the location only when the
9053         element is not playing or paused.
9054
9055 2007-09-29  Sebastian Dröge  <slomo@circular-chaos.org>
9056
9057         * configure.ac:
9058         Update gio's pkg-config file name as currently in SVN.
9059
9060         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_set_location):
9061         Remove special casing for a NULL query string. g_strjoin won't add
9062         the separator if there's only one string.
9063
9064 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
9065
9066         * gst/rtpmanager/gstrtpbin.c: (free_client):
9067         Fix crasher in dispose.
9068
9069         * gst/rtpmanager/rtpjitterbuffer.c: (calculate_skew):
9070         Handle cases where input buffers have no timestamps so that no clock
9071         skew can be calculated, in this case interpolate timestamps based on
9072         rtp timestamp and assume a 0 clock skew.
9073
9074 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
9075
9076         * gst/rtpmanager/gstrtpjitterbuffer.c: (apply_latency),
9077         (gst_rtp_jitter_buffer_loop), (gst_rtp_jitter_buffer_query):
9078         Remove jitter correction code, it's now in the lower level object.
9079         Use new -core method for doing a peer query.
9080
9081         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_init),
9082         (calculate_skew), (rtp_jitter_buffer_insert):
9083         * gst/rtpmanager/rtpjitterbuffer.h:
9084         Move jitter correction to the lowlevel jitterbuffer.
9085         Increase the max window size.
9086         When filling the window, already start estimating the skew using a
9087         parabolic weighting factor so that we have a much better startup
9088         behaviour that gets more accurate with the more samples we have.
9089         Increase the default weighting factor for the steady state to get
9090         smoother timestamps.
9091
9092 2007-09-28  Sebastian Dröge  <slomo@circular-chaos.org>
9093
9094         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_set_proxy),
9095         (gst_neonhttp_src_send_request_and_redirect):
9096         Now that we require libneon >= 0.26 remove the neon 0.25 backward
9097         compatibility stuff. Also fix the default location.
9098
9099 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
9100
9101         * configure.ac:
9102         We require libneon >= 26 now for the query field in ne_uri.
9103
9104 2007-09-28  Sebastian Dröge  <slomo@circular-chaos.org>
9105
9106         Patch by: Wouter Cloetens <wouter@mind.be>
9107
9108         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_dispose),
9109         (gst_neonhttp_src_set_location),
9110         (gst_neonhttp_src_send_request_and_redirect):
9111         * ext/neon/gstneonhttpsrc.h:
9112         Don't discard GET parameters from URL if existing.
9113         Fixes #481200.
9114
9115 2007-09-27  Thijs Vermeir  <thijsvermeir@gmail.com>
9116
9117         * gst/librfb/gstrfbsrc.c:
9118         * gst/librfb/gstrfbsrc.h:
9119                 Added a property for incremental screen updates
9120
9121 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
9122
9123         * ext/xvid/gstxvidenc.c:
9124         * ext/xvid/gstxvidenc.h:
9125           Remove superfluous 'frame-encoded' signal (people can
9126           use an upstream identity's 'handoff' signal or a pad
9127           probe for this if they must know).
9128
9129 2007-09-27  Julien MOUTTE  <julien@moutte.net>
9130
9131         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
9132         (gst_flv_parse_tag_video): I got it wrong again, audio rate 
9133         was not detected correctly in all cases.
9134
9135 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
9136
9137         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_dispose),
9138         (gst_rtp_bin_finalize):
9139         Fix cleanup crasher.
9140
9141         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_init),
9142         (calculate_skew):
9143         * gst/rtpmanager/rtpjitterbuffer.h:
9144         Dynamically adjust the skew calculation window so that we calculate it
9145         over a period of around 2 seconds.
9146
9147 2007-09-26  Thijs Vermeir  <thijsvermeir@gmail.com>
9148
9149         * gst/librfb/gstrfbsrc.c:
9150                 fix bug from generic/states.gdb
9151
9152 2007-09-26  Julien MOUTTE  <julien@moutte.net>
9153
9154         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
9155         (gst_flv_parse_tag_video): codec_data is needed for every tag
9156         not just the first one. (Fix a stupid bug i introduced without
9157         testing)
9158
9159 2007-09-26  Julien MOUTTE  <julien@moutte.net>
9160
9161         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
9162         (gst_flv_parse_tag_video): Fix bit masks operations to be
9163         sure we detect the codec_tags and sample rates correctly.
9164         Fix raw audio caps generation.
9165
9166 2007-09-24  Stefan Kost  <ensonic@users.sf.net>
9167
9168         * ext/audioresample/gstaudioresample.c:
9169         * ext/x264/gstx264enc.c:
9170         * gst/dvdspu/gstdvdspu.c:
9171         * gst/dvdspu/gstdvdspu.h:
9172         * gst/festival/gstfestival.c:
9173         * gst/h264parse/gsth264parse.c:
9174         * gst/mpegtsparse/mpegtspacketizer.c:
9175         * gst/mpegtsparse/mpegtsparse.c:
9176         * gst/multifile/gstmultifilesink.c:
9177         * gst/multifile/gstmultifilesrc.c:
9178         * gst/nuvdemux/gstnuvdemux.c:
9179         * sys/dshowsrcwrapper/gstdshowaudiosrc.c:
9180         * sys/dshowsrcwrapper/gstdshowvideosrc.c:
9181         * sys/vcd/vcdsrc.c:
9182           Massive leak fixing, plus code cleanups.
9183
9184 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9185
9186         * po/LINGUAS:
9187           Added translations.
9188
9189 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9190
9191         translated by: Jakub Bogusz <qboosh@pld-linux.org>
9192
9193         * po/pl.po:
9194           Added Polish translation.
9195
9196 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9197
9198         translated by: Ilkka Tuohela <hile@iki.fi>
9199
9200         * po/fi.po:
9201           Added Finnish translation.
9202
9203 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9204
9205         translated by: Jorge González González <aloriel@gmail.com>
9206
9207         * po/es.po:
9208           Added Spanish translation.
9209
9210 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9211
9212         translated by: Alexander Shopov <ash@contact.bg>
9213
9214         * po/bg.po:
9215           Added Bulgarian translation.
9216
9217 2007-09-21  Sebastian Dröge  <slomo@circular-chaos.org>
9218
9219         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
9220         Update hierarchy.
9221         * ext/gio/gstgiosink.h:
9222         * ext/gio/gstgiosrc.h:
9223         Mark private fields of the instance structs private.
9224
9225 2007-09-21  Sebastian Dröge  <slomo@circular-chaos.org>
9226
9227         * docs/plugins/Makefile.am:
9228         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
9229         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
9230         * docs/plugins/gst-plugins-bad-plugins.args:
9231         * docs/plugins/gst-plugins-bad-plugins.signals:
9232         * docs/plugins/inspect/plugin-bz2.xml:
9233         * docs/plugins/inspect/plugin-cdxaparse.xml:
9234         * docs/plugins/inspect/plugin-dfbvideosink.xml:
9235         * docs/plugins/inspect/plugin-dtsdec.xml:
9236         * docs/plugins/inspect/plugin-equalizer.xml:
9237         * docs/plugins/inspect/plugin-faac.xml:
9238         * docs/plugins/inspect/plugin-faad.xml:
9239         * docs/plugins/inspect/plugin-filter.xml:
9240         * docs/plugins/inspect/plugin-freeze.xml:
9241         * docs/plugins/inspect/plugin-gio.xml:
9242         * docs/plugins/inspect/plugin-gsm.xml:
9243         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
9244         * docs/plugins/inspect/plugin-h264parse.xml:
9245         * docs/plugins/inspect/plugin-modplug.xml:
9246         * docs/plugins/inspect/plugin-mpeg2enc.xml:
9247         * docs/plugins/inspect/plugin-musepack.xml:
9248         * docs/plugins/inspect/plugin-musicbrainz.xml:
9249         * docs/plugins/inspect/plugin-nsfdec.xml:
9250         * docs/plugins/inspect/plugin-replaygain.xml:
9251         * docs/plugins/inspect/plugin-soundtouch.xml:
9252         * docs/plugins/inspect/plugin-spcdec.xml:
9253         * docs/plugins/inspect/plugin-spectrum.xml:
9254         * docs/plugins/inspect/plugin-speed.xml:
9255         * docs/plugins/inspect/plugin-tta.xml:
9256         * docs/plugins/inspect/plugin-videosignal.xml:
9257         * docs/plugins/inspect/plugin-xingheader.xml:
9258         * docs/plugins/inspect/plugin-xvid.xml:
9259         Add the GIO plugin to the docs and do a make update
9260         while doing that.
9261
9262         * ext/gio/gstgiosrc.c: (gst_gio_src_start):
9263         Fix a small memleak.
9264
9265 2007-09-21  Sebastian Dröge  <slomo@circular-chaos.org>
9266
9267         Patch by: René Stadler <mail at renestadler dot de>
9268
9269         * configure.ac:
9270         * ext/Makefile.am:
9271         * ext/gio/Makefile.am:
9272         * ext/gio/gstgio.c: (gst_gio_error), (gst_gio_seek),
9273         (gst_gio_get_supported_protocols),
9274         (gst_gio_uri_handler_get_type_sink),
9275         (gst_gio_uri_handler_get_type_src),
9276         (gst_gio_uri_handler_get_protocols), (gst_gio_uri_handler_get_uri),
9277         (gst_gio_uri_handler_set_uri), (gst_gio_uri_handler_init),
9278         (gst_gio_uri_handler_do_init), (plugin_init):
9279         * ext/gio/gstgio.h:
9280         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
9281         (gst_gio_sink_class_init), (gst_gio_sink_init),
9282         (gst_gio_sink_finalize), (gst_gio_sink_set_property),
9283         (gst_gio_sink_get_property), (gst_gio_sink_start),
9284         (gst_gio_sink_stop), (gst_gio_sink_unlock),
9285         (gst_gio_sink_unlock_stop), (gst_gio_sink_event),
9286         (gst_gio_sink_render), (gst_gio_sink_query):
9287         * ext/gio/gstgiosink.h:
9288         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
9289         (gst_gio_src_class_init), (gst_gio_src_init),
9290         (gst_gio_src_finalize), (gst_gio_src_set_property),
9291         (gst_gio_src_get_property), (gst_gio_src_start),
9292         (gst_gio_src_stop), (gst_gio_src_get_size),
9293         (gst_gio_src_is_seekable), (gst_gio_src_unlock),
9294         (gst_gio_src_unlock_stop), (gst_gio_src_check_get_range),
9295         (gst_gio_src_create):
9296         * ext/gio/gstgiosrc.h:
9297         Add a GIO/GVFS plugin with source and sink elements. This will
9298         only be enabled when --enable-experimental is given to configure
9299         for now as the GIO API is not stable yet. Fixes #476916.
9300
9301 2007-09-21  Thijs Vermeir  <thijsvermeir@gmail.com>
9302
9303         * gst/librfb/gstrfbsrc.c:
9304         * gst/librfb/rfbdecoder.c:
9305         * gst/librfb/rfbdecoder.h:
9306                 Added offset-x, offset-y, width and height property
9307                 for selecting a region from the screen
9308
9309 2007-09-21  Thijs Vermeir  <thijsvermeir@gmail.com>
9310
9311         * gst/librfb/gstrfbsrc.c:
9312                 Minimum raw encoding is working now
9313         * gst/librfb/rfbdecoder.c:
9314                 fix address while reading from stream
9315
9316 2007-09-20  Thijs Vermeir  <thijsvermeir@gmail.com>
9317
9318         * gst/librfb/gstrfbsrc.c:
9319                 raw encoding is working, but it looks like the 
9320                 ffmpegcolorspace plugin can't handle high resolutions
9321
9322 2007-09-20  Thijs Vermeir  <thijsvermeir@gmail.com>
9323
9324         * gst/librfb/gstrfbsrc.c:
9325                 bpp, depth and endianness are now set from the
9326                 stream.
9327
9328 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
9329
9330         * examples/app/appsrc_ex.c: (main):
9331         Fix compilation after changing the name of a method.
9332
9333 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
9334
9335         * ext/alsaspdif/alsaspdifsink.c:
9336         * ext/timidity/gsttimidity.c:
9337         * ext/timidity/gstwildmidi.c:
9338         * gst/mpegvideoparse/mpegvideoparse.c:
9339           Fix memory leaks. More to come.
9340
9341         * tests/check/Makefile.am:
9342         * tests/check/generic/states.c:
9343           Improved state change unit test.        
9344
9345 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
9346
9347         * gst/rtpmanager/gstrtpbin.c: (on_ssrc_active), (create_session),
9348         (gst_rtp_bin_class_init):
9349         * gst/rtpmanager/gstrtpbin.h:
9350         * gst/rtpmanager/gstrtpsession.c: (on_ssrc_active),
9351         (gst_rtp_session_class_init), (gst_rtp_session_init),
9352         (gst_rtp_session_event_send_rtp_sink):
9353         * gst/rtpmanager/gstrtpsession.h:
9354         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
9355         (on_ssrc_active), (rtp_session_process_rb):
9356         * gst/rtpmanager/rtpsession.h:
9357         Add notification of active SSRCs to various RTP elements. Fixes #478566.
9358
9359 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
9360
9361         * gst-libs/gst/app/gstappsink.c: (gst_app_marshal_OBJECT__VOID),
9362         (gst_app_sink_class_init), (gst_app_sink_init),
9363         (gst_app_sink_dispose), (gst_app_sink_finalize),
9364         (gst_app_sink_set_property), (gst_app_sink_get_property),
9365         (gst_app_sink_flush_unlocked), (gst_app_sink_start),
9366         (gst_app_sink_event), (gst_app_sink_getcaps),
9367         (gst_app_sink_set_caps), (gst_app_sink_get_caps),
9368         (gst_app_sink_is_eos), (gst_app_sink_pull_preroll),
9369         (gst_app_sink_pull_buffer):
9370         * gst-libs/gst/app/gstappsink.h:
9371         Add properties, signals and actions to access the element even without
9372         linking to the library.
9373         Fix some method names and signatures.
9374
9375 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
9376
9377         Patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
9378
9379         * ext/faad/gstfaad.c: (gst_faad_chanpos_to_gst),
9380         (gst_faad_srcgetcaps), (gst_faad_update_caps):
9381         Don't set channel positions on regular mono and stereo cases.
9382         Fixes #476370.
9383
9384 2007-09-19  Thijs Vermeir  <thijsvermeir@gmail.com>
9385
9386         * gst/librfb/gstrfbsrc.c:
9387         * gst/librfb/rfbdecoder.c:
9388         * gst/librfb/rfbdecoder.h:
9389                 It is now possible to connect to a vncserver.
9390                 there are still some issues with the ouput of 
9391                 the screen. Looks like some lines are confused
9392
9393 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
9394
9395         * docs/plugins/.cvsignore:
9396         * tests/check/.cvsignore:
9397           Ignore registries in any format.
9398
9399 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
9400
9401         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain),
9402         (open_library), (gst_real_video_dec_init),
9403         (gst_real_video_dec_set_property),
9404         (gst_real_video_dec_get_property), (gst_real_video_dec_class_init):
9405         * gst/real/gstrealvideodec.h:
9406         Don't generate an error for occasional decoding errors.
9407         Add max-errors property.
9408         Error out when we receive max-errors in a row. Fixes #478159.
9409
9410 2007-09-19  Thijs Vermeir  <thijsvermeir@gmail.com>
9411
9412         * gst/librfb/gstrfbsrc.c: 
9413                 Add password property (write only)
9414         * gst/librfb/rfbdecoder.c: 
9415                 Read the reason on failure
9416                 Use the password property for authentication
9417         * gst/librfb/rfbdecoder.h:
9418                 Add defines for version checking
9419
9420 2007-09-19  Sebastian Dröge  <slomo@circular-chaos.org>
9421
9422         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_destroy),
9423         (gst_dfbsurface_class_init):
9424         When finalizing GstDfbSurface, a subclass of GstBuffer, correctly
9425         chain up to the parent class to free everything, including caps.
9426
9427 2007-09-19  Thijs Vermeir  <thijsvermeir@gmail.com>
9428
9429         * gst/librfb/Makefile.am:
9430         * gst/librfb/d3des.c:
9431         * gst/librfb/d3des.h:
9432         * gst/librfb/rfbdecoder.c:
9433         * gst/librfb/vncauth.c:
9434         * gst/librfb/vncauth.h:
9435         VNC Authentication should be working now
9436         temperaly with fake password 'testtest'
9437
9438 2007-09-18  Thijs Vermeir  <thijsvermeir@gmail.com>
9439
9440         * gst/librfb/rfbdecoder.c:
9441         * gst/librfb/rfbdecoder.h:
9442         Added some documentation about security handling
9443         start implementing security handling for rfb 3.3
9444
9445 2007-09-18  Stefan Kost  <ensonic@users.sf.net>
9446
9447         * gst/spectrum/demo-audiotest.c:
9448         * gst/spectrum/demo-osssrc.c:
9449           Handling window resize.
9450
9451 2007-09-18  Stefan Kost  <ensonic@users.sf.net>
9452
9453         * ChangeLog:
9454           Add missing newline.
9455
9456         * gst/librfb/rfbdecoder.c:
9457           Fix the build (missing stdlib.h).
9458
9459         * gst/spectrum/gstspectrum.c:
9460         * gst/spectrum/gstspectrum.h:
9461           Use basetransform segment so that it is correctly managed on flushes
9462           and start/stop. Report message timestamp as stream time, which is what
9463           an application can understand. (Yes these are adapted from wim recent
9464           level element changes)
9465
9466 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
9467
9468         * gst/rtpmanager/gstrtpbin.c: (new_ssrc_pad_found):
9469         Link to the right pads regardless of which one was created first in the
9470         ssrc demuxer.
9471
9472         * gst/rtpmanager/gstrtpjitterbuffer.c:
9473         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
9474         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_process_rtp),
9475         (gst_rtp_session_chain_recv_rtp), (gst_rtp_session_chain_send_rtp):
9476         * gst/rtpmanager/rtpsource.c: (calculate_jitter):
9477         Improve debugging.
9478
9479         * gst/rtpmanager/gstrtpssrcdemux.c: (create_demux_pad_for_ssrc),
9480         (gst_rtp_ssrc_demux_init), (gst_rtp_ssrc_demux_finalize),
9481         (gst_rtp_ssrc_demux_sink_event),
9482         (gst_rtp_ssrc_demux_rtcp_sink_event), (gst_rtp_ssrc_demux_chain),
9483         (gst_rtp_ssrc_demux_rtcp_chain),
9484         (gst_rtp_ssrc_demux_internal_links):
9485         * gst/rtpmanager/gstrtpssrcdemux.h:
9486         Fix race in creating the RTP and RTCP pads when a new SSRC is detected.
9487
9488 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
9489
9490         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_set_property),
9491         (gst_rtp_bin_get_property):
9492         Use lock to protect variable.
9493
9494         * gst/rtpmanager/gstrtpjitterbuffer.c:
9495         (gst_rtp_jitter_buffer_class_init),
9496         (gst_jitter_buffer_sink_parse_caps), (gst_rtp_jitter_buffer_chain),
9497         (convert_rtptime_to_gsttime), (gst_rtp_jitter_buffer_loop):
9498         Reconstruct GST timestamp from RTP timestamps based on measured clock
9499         skew and sync offset.
9500
9501         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_init),
9502         (rtp_jitter_buffer_set_tail_changed),
9503         (rtp_jitter_buffer_set_clock_rate),
9504         (rtp_jitter_buffer_get_clock_rate), (calculate_skew),
9505         (rtp_jitter_buffer_insert), (rtp_jitter_buffer_peek):
9506         * gst/rtpmanager/rtpjitterbuffer.h:
9507         Measure clock skew.
9508         Add callback to be notfied when a new packet was inserted at the tail.
9509
9510         * gst/rtpmanager/rtpsource.c: (rtp_source_init),
9511         (calculate_jitter), (rtp_source_send_rtp):
9512         * gst/rtpmanager/rtpsource.h:
9513         Remove clock skew detection, it's move to the jitterbuffer now.
9514
9515 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
9516
9517         Patch by: Daniel Charles <dcharles at ti dot com>
9518
9519         * ext/amrwb/gstamrwbenc.c: (gst_amrwbenc_bandmode_get_type),
9520         (gst_amrwbenc_set_property), (gst_amrwbenc_get_property),
9521         (gst_amrwbenc_class_init), (gst_amrwbenc_chain):
9522         * ext/amrwb/gstamrwbenc.h:
9523         Add property to control bandmode. Fixes #477306.
9524
9525 2007-09-15  Wim Taymans  <wim.taymans@gmail.com>
9526
9527         * gst/rtpmanager/gstrtpbin.c: (create_session):
9528         Also set NTP base time on new sessions.
9529
9530         * gst/rtpmanager/gstrtpjitterbuffer.c:
9531         (gst_rtp_jitter_buffer_loop), (gst_rtp_jitter_buffer_query),
9532         (gst_rtp_jitter_buffer_set_property),
9533         (gst_rtp_jitter_buffer_get_property):
9534         Use the right lock to protect our variables.
9535         Fix some comment.
9536
9537         * gst/rtpmanager/gstrtpsession.c:
9538         (gst_rtp_session_getcaps_send_rtp),
9539         (gst_rtp_session_chain_send_rtp), (create_send_rtp_sink):
9540         Implement getcaps on the sender sinkpad so that payloaders can negotiate
9541         the right SSRC.
9542
9543 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
9544
9545         * gst/rtpmanager/gstrtpbin.c: (create_session), (free_session),
9546         (get_client), (free_client), (gst_rtp_bin_associate),
9547         (free_stream), (gst_rtp_bin_class_init), (gst_rtp_bin_dispose),
9548         (gst_rtp_bin_finalize):
9549         * gst/rtpmanager/gstrtpjitterbuffer.c:
9550         (gst_rtp_jitter_buffer_class_init),
9551         (gst_rtp_jitter_buffer_finalize):
9552         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_release):
9553         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_finalize),
9554         (gst_rtp_session_set_property), (gst_rtp_session_chain_recv_rtp),
9555         (gst_rtp_session_chain_send_rtp):
9556         * gst/rtpmanager/gstrtpssrcdemux.c:
9557         (gst_rtp_ssrc_demux_class_init), (gst_rtp_ssrc_demux_dispose):
9558         * gst/rtpmanager/rtpsession.c: (rtp_session_finalize):
9559         * gst/rtpmanager/rtpsession.h:
9560         Various leak fixes.
9561
9562 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
9563
9564         * gst/rtpmanager/gstrtpbin.c: (calc_ntp_ns_base),
9565         (gst_rtp_bin_change_state), (new_payload_found), (create_send_rtp):
9566         Calculate and configure the NTP base time so that we can generate better
9567         NTP times in SR packets.
9568         Set caps on new ghostpad.
9569
9570         * gst/rtpmanager/gstrtpjitterbuffer.c:
9571         (gst_rtp_jitter_buffer_loop):
9572         Clean debug statement.
9573
9574         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
9575         (gst_rtp_session_init), (gst_rtp_session_set_property),
9576         (gst_rtp_session_get_property), (get_current_ntp_ns_time),
9577         (rtcp_thread), (gst_rtp_session_event_recv_rtp_sink),
9578         (gst_rtp_session_internal_links), (gst_rtp_session_chain_recv_rtp),
9579         (gst_rtp_session_event_send_rtp_sink),
9580         (gst_rtp_session_chain_send_rtp), (create_recv_rtp_sink),
9581         (create_send_rtp_sink):
9582         * gst/rtpmanager/gstrtpsession.h:
9583         Add ntp-ns-base property to convert running_time to NTP time.
9584         Handle NEWSEGMENT events on send and recv RTP pads so that we can
9585         calculate the running time and thus NTP time of the packets.
9586         Simplify getting the current NTP time using the pipeline clock.
9587         Implement internal links functions.
9588         Use the buffer timestamp to calculate the NTP time instead of the clock.
9589
9590         * gst/rtpmanager/gstrtpssrcdemux.c: (create_demux_pad_for_ssrc),
9591         (gst_rtp_ssrc_demux_init), (gst_rtp_ssrc_demux_sink_event),
9592         (gst_rtp_ssrc_demux_chain), (gst_rtp_ssrc_demux_rtcp_chain),
9593         (gst_rtp_ssrc_demux_internal_links),
9594         (gst_rtp_ssrc_demux_src_query):
9595         * gst/rtpmanager/gstrtpssrcdemux.h:
9596         Implement internal links function.
9597         Calculate the diff between different streams, this might be used later
9598         to get the inter stream latency.
9599
9600         * gst/rtpmanager/rtpsession.c: (rtp_session_send_rtp):
9601         Simple cleanup.
9602
9603         * gst/rtpmanager/rtpsource.c: (rtp_source_init),
9604         (calculate_jitter), (rtp_source_send_rtp), (rtp_source_get_new_sr):
9605         Make the clock skew window a little bigger.
9606         Apply the clock skew to all buffers, not just one with a new timestamp.
9607         Calculate and debug sender clock drift.
9608         Use extended last timestamp to interpolate for SR reports.
9609
9610 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
9611
9612         Patch by: Peter Kjellerstedt  <pkj at axis com>
9613
9614         * gst-libs/gst/app/gstappsink.c:
9615         * gst/flv/gstflvdemux.c:
9616         * gst/flv/gstflvparse.c:
9617         * gst/interleave/deinterleave.c:
9618         * gst/switch/gstswitch.c:
9619           Printf format fixes (#476128).
9620
9621 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
9622
9623         Patch by: Thomas Green  <tom78999 gmail com>
9624
9625         * ext/neon/gstneonhttpsrc.c:
9626           With libneon 2.6, we need to set the NE_SESSFLAG_ICYPROTO
9627           flag if we want ICY streams to be handled too, otherwise
9628           libneon will error out with a 'can't parse reponse' error.
9629           Fixes #474696.
9630
9631         * tests/check/elements/neonhttpsrc.c:
9632           Unit test for the above by Yours Truly.
9633
9634 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
9635
9636         * configure.ac:
9637           Use AC_TRY_COMPILE instead of AC_TRY_RUN for the faad and the
9638           xvid configure checks, so they still work when cross-compiling.
9639           Fixes #452009.
9640
9641 2007-09-07  Sebastian Dröge  <slomo@circular-chaos.org>
9642
9643         * gst/spectrum/gstspectrum.c: (gst_spectrum_start),
9644         (gst_spectrum_transform_ip):
9645         Use the correct parameter order for the memset calls.
9646         Thanks to Christian Schaller for noticing.
9647
9648 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
9649
9650         * gst/mpegtsparse/mpegtsparse.c:
9651           Fix the build (missing stdlib.h).
9652
9653 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
9654
9655         * gst/spectrum/fix_fft.c:
9656         Remove fixed point FFT as it's not used anymore.
9657
9658 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
9659
9660         * configure.ac:
9661         * gst/spectrum/Makefile.am:
9662         * gst/spectrum/demo-audiotest.c: (draw_spectrum),
9663         (message_handler), (main):
9664         * gst/spectrum/demo-osssrc.c: (draw_spectrum), (message_handler):
9665         * gst/spectrum/gstspectrum.c: (gst_spectrum_base_init),
9666         (gst_spectrum_class_init), (gst_spectrum_init),
9667         (gst_spectrum_dispose), (gst_spectrum_set_property),
9668         (gst_spectrum_get_property), (gst_spectrum_start),
9669         (gst_spectrum_setup), (gst_spectrum_message_new),
9670         (gst_spectrum_transform_ip):
9671         * gst/spectrum/gstspectrum.h:
9672         Port GstSpectrum to GstAudioFilter and libgstfft, add support
9673         for int32, float and double, use floats for the message contents,
9674         average all FFTs done in one interval for better results, use
9675         a better windowing function, allow posting the phase in the message
9676         and actually do an FFT with the requested number of bands instead
9677         of interpolating.
9678
9679         * tests/check/elements/spectrum.c: (GST_START_TEST),
9680         (spectrum_suite):
9681         Improve the units tests by checking for a 11025Hz sine wave
9682         and add unit tests for all 4 supported sample types.
9683
9684 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
9685
9686         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain),
9687         (gst_real_video_dec_setcaps):
9688         Add some more debugging.
9689         Don't set LONG for width/height in caps.
9690         Set correct output buffer size when caps changed.
9691         The custom message sent to the decoder should not include the format and
9692         subformat. Fixes #471554.
9693
9694 2007-09-04  Tim-Philipp Müller  <tim at centricular dot net>
9695
9696         * gst/rtpmanager/gstrtpsession.c:
9697           Make compiler happy: fix compilation with -Wall -Werror
9698           (#473562).
9699
9700 2007-09-03  Johan Dahlin  <johan@gnome.org>
9701
9702         * gst/nsf/gstnsf.c: (gst_nsfdec_finalize), (start_play_tune):
9703         * gst/nsf/gstnsf.h:
9704         Add support for (very) basic tagging.
9705         
9706 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
9707
9708         * gst/rtpmanager/gstrtpbin-marshal.list:
9709         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_get_client),
9710         (gst_rtp_bin_associate), (gst_rtp_bin_sync_chain), (create_stream),
9711         (gst_rtp_bin_init), (caps_changed), (new_ssrc_pad_found),
9712         (create_recv_rtp), (create_recv_rtcp), (create_send_rtp):
9713         * gst/rtpmanager/gstrtpbin.h:
9714         Updated example pipelines in docs.
9715         Handle sync_rtcp buffers from the SSRC demuxer to perform lip-sync.
9716         Set the default latency correctly.
9717         Add some more points where we can get caps.
9718
9719         * gst/rtpmanager/gstrtpjitterbuffer.c:
9720         (gst_rtp_jitter_buffer_class_init),
9721         (gst_jitter_buffer_sink_parse_caps), (gst_rtp_jitter_buffer_loop),
9722         (gst_rtp_jitter_buffer_query),
9723         (gst_rtp_jitter_buffer_set_property),
9724         (gst_rtp_jitter_buffer_get_property):
9725         Add ts-offset property to control timestamping.
9726
9727         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
9728         (gst_rtp_session_init), (gst_rtp_session_set_property),
9729         (gst_rtp_session_get_property), (get_current_ntp_ns_time),
9730         (rtcp_thread), (stop_rtcp_thread), (gst_rtp_session_change_state),
9731         (gst_rtp_session_send_rtcp), (gst_rtp_session_sync_rtcp),
9732         (gst_rtp_session_cache_caps), (gst_rtp_session_clock_rate),
9733         (gst_rtp_session_sink_setcaps), (gst_rtp_session_chain_recv_rtp),
9734         (gst_rtp_session_event_send_rtp_sink),
9735         (gst_rtp_session_chain_send_rtp), (create_recv_rtp_sink),
9736         (create_recv_rtcp_sink), (create_send_rtp_sink),
9737         (create_send_rtcp_src):
9738         Various cleanups.
9739         Feed rtpsession manager with NTP time based on pipeline clock when
9740         handling RTP packets and RTCP timeouts.
9741         Perform all RTCP with the system clock.
9742         Set caps on RTCP outgoing buffers.
9743
9744         * gst/rtpmanager/gstrtpssrcdemux.c: (find_demux_pad_for_ssrc),
9745         (create_demux_pad_for_ssrc), (gst_rtp_ssrc_demux_base_init),
9746         (gst_rtp_ssrc_demux_init), (gst_rtp_ssrc_demux_sink_event),
9747         (gst_rtp_ssrc_demux_rtcp_sink_event), (gst_rtp_ssrc_demux_chain),
9748         (gst_rtp_ssrc_demux_rtcp_chain):
9749         * gst/rtpmanager/gstrtpssrcdemux.h:
9750         Also demux RTCP messages.
9751
9752         * gst/rtpmanager/rtpsession.c: (rtp_session_set_callbacks),
9753         (update_arrival_stats), (rtp_session_process_rtp),
9754         (rtp_session_process_rb), (rtp_session_process_sr),
9755         (rtp_session_process_rr), (rtp_session_process_rtcp),
9756         (rtp_session_send_rtp), (rtp_session_send_bye),
9757         (session_start_rtcp), (session_report_blocks), (session_cleanup),
9758         (rtp_session_on_timeout):
9759         * gst/rtpmanager/rtpsession.h:
9760         Remove the get_time callback, the GStreamer part will feed us with
9761         enough timing information.
9762         Split sync timing and RTCP timing information.
9763         Factor out common RB handling for SR and RR.
9764         Send out SR RTCP packets for lip-sync.
9765         Move SR and RR packet info generation to the source.
9766
9767         * gst/rtpmanager/rtpsource.c: (rtp_source_init),
9768         (rtp_source_update_caps), (get_clock_rate), (calculate_jitter),
9769         (rtp_source_process_rtp), (rtp_source_send_rtp),
9770         (rtp_source_process_sr), (rtp_source_process_rb),
9771         (rtp_source_get_new_sr), (rtp_source_get_new_rb),
9772         (rtp_source_get_last_sr):
9773         * gst/rtpmanager/rtpsource.h:
9774         * gst/rtpmanager/rtpstats.h:
9775         Use caps on incomming buffers to get timing information when they are
9776         there.
9777         Calculate clock scew of the receiver compared to the sender and adjust
9778         the rtp timestamps.
9779         Calculate the round trip in sources.
9780         Do SR and RR calculations in the source.
9781
9782 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
9783
9784         * configure.ac:
9785         updated gmyth version
9786
9787         * ext/mythtv/gstmythtvsrc.c:
9788         * ext/mythtv/gstmythtvsrc.h:
9789         Code rewrite
9790
9791 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
9792
9793         * gst/rtpmanager/gstrtpjitterbuffer.c:
9794         (gst_rtp_jitter_buffer_flush_stop),
9795         (gst_rtp_jitter_buffer_change_state), (gst_rtp_jitter_buffer_loop):
9796         Use extended timestamp to release buffers from the jitterbuffer so that
9797         we can handle the rtp wraparound correctly.
9798
9799 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
9800
9801         * gst/rtpmanager/gstrtpjitterbuffer.c:
9802         (gst_rtp_jitter_buffer_loop):
9803         Improve Comments.
9804
9805         * gst/rtpmanager/gstrtpsession.c: (stop_rtcp_thread),
9806         (gst_rtp_session_change_state), (gst_rtp_session_parse_caps),
9807         (gst_rtp_session_clock_rate), (gst_rtp_session_sink_setcaps),
9808         (gst_rtp_session_event_send_rtp_sink), (create_recv_rtp_sink),
9809         (create_send_rtp_sink):
9810         Also parse the sink caps for clock-rate instead of only relying on the
9811         result of the signal.
9812
9813         * gst/rtpmanager/rtpsource.c: (rtp_source_send_rtp):
9814         Make sure we fetch the clock rate for payloads we are sending out so
9815         that we can use it for SR reports.
9816
9817 2007-08-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9818
9819         * gst/switch/gstswitch.c (gst_switch_chain, gst_switch_set_property):
9820         If all information is known at time of setting start-time
9821         property, send new segments then.
9822
9823 2007-08-28  Wim Taymans  <wim.taymans@gmail.com>
9824
9825         * gst/rtpmanager/gstrtpsession.c: (stop_rtcp_thread),
9826         (gst_rtp_session_change_state),
9827         (gst_rtp_session_event_send_rtp_sink):
9828         * gst/rtpmanager/gstrtpsession.h:
9829         Distribute synchronisation parameters to the session manager so that it
9830         can generate correct SR packets for lip-sync.
9831
9832         * gst/rtpmanager/rtpsession.c: (rtp_session_set_base_time),
9833         (rtp_session_set_timestamp_sync), (session_start_rtcp):
9834         * gst/rtpmanager/rtpsession.h:
9835         Add methods for setting sync parameters.
9836         Set correct RTP time in SR packets using the sync params.
9837
9838         * gst/rtpmanager/rtpsource.c: (rtp_source_send_rtp):
9839         * gst/rtpmanager/rtpsource.h:
9840         Record last RTP <-> GST timestamp so that we can use them to convert NTP
9841         to RTP timestamps in SR packets.
9842
9843 2007-08-28  Wim Taymans  <wim.taymans@gmail.com>
9844
9845         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_clear_pt_map):
9846         Add some more advanced example pipelines.
9847
9848         * gst/rtpmanager/gstrtpsession.c: (rtcp_thread),
9849         (stop_rtcp_thread), (gst_rtp_session_send_rtcp):
9850         Add some debug and FIXME.
9851         Release LOCK when performing session cleanup.
9852
9853         * gst/rtpmanager/rtpsession.c: (session_report_blocks):
9854         Add some debug.
9855
9856         * gst/rtpmanager/rtpsource.c: (calculate_jitter),
9857         (rtp_source_send_rtp):
9858         Make sure we always send RTP packets with the session SSRC.
9859
9860 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
9861
9862         * gst/dvdspu/gstdvdspu.c:
9863           Don't need this include (fixes compilation in uninstalled setup).
9864
9865 2007-08-27  Wim Taymans  <wim.taymans@gmail.com>
9866
9867         * gst/rtpmanager/gstrtpjitterbuffer.c:
9868         (gst_rtp_jitter_buffer_change_state), (gst_rtp_jitter_buffer_loop),
9869         (gst_rtp_jitter_buffer_query):
9870         When synchronizing buffers, take peer latency into account.
9871         Don't try to add our latency to invalid peer max latency values.
9872
9873 2007-08-27  Julien MOUTTE  <julien@moutte.net>
9874
9875         * gst/flv/gstflvdemux.c: (gst_flv_demux_handle_seek_pull):
9876         Make sure we initialize the seek result.
9877
9878 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
9879
9880         * gst/dvdspu/Makefile.am:
9881         Commit the makefile too.
9882
9883 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
9884
9885         * configure.ac:
9886         * gst/dvdspu/.cvsignore:
9887         * gst/dvdspu/Notes.txt:
9888         * gst/dvdspu/gstdvdspu-render.c: (dvdspu_recalc_palette),
9889         (dvdspu_update_palettes), (dvdspu_clear_comp_buffers),
9890         (dvdspu_get_nibble), (dvdspu_get_rle_code), (dvdspu_draw_rle_run),
9891         (rle_end_x), (dvdspu_render_line), (dvdspu_update_chgcol),
9892         (dvdspu_render_line_with_chgcol), (dvdspu_blend_comp_buffers),
9893         (gstdvdspu_render_spu):
9894         * gst/dvdspu/gstdvdspu.c: (dvdspu_base_init), (dvdspu_class_init),
9895         (dvdspu_init), (dvdspu_clear), (dvdspu_dispose), (dvdspu_finalize),
9896         (dvdspu_flush_spu_info), (dvdspu_buffer_alloc), (dvdspu_src_event),
9897         (dvdspu_video_set_caps), (dvdspu_video_proxy_getcaps),
9898         (dvdspu_video_event), (dvdspu_video_chain),
9899         (dvspu_handle_vid_buffer), (dvdspu_redraw_still),
9900         (gstdvdspu_parse_chg_colcon), (dvdspu_exec_cmd_blk),
9901         (dvdspu_finish_spu_buf), (dvdspu_setup_cmd_blk),
9902         (dvdspu_handle_new_spu_buf), (dvdspu_handle_dvd_event),
9903         (dvdspu_dump_dcsq), (dvdspu_advance_spu),
9904         (dvdspu_check_still_updates), (dvdspu_subpic_chain),
9905         (dvdspu_subpic_event), (dvdspu_change_state),
9906         (gstdvdspu_plugin_init):
9907         * gst/dvdspu/gstdvdspu.h:
9908
9909         dvdspu element donated by Fluendo. It implements a DVD Sub-Picture 
9910         Unit, decoding and overlaying DVD subtitles and menu graphics.
9911
9912         * gst/mpeg2sub/.cvsignore:
9913         * gst/mpeg2sub/Makefile.am:
9914         * gst/mpeg2sub/Notes.txt:
9915         * gst/mpeg2sub/gstmpeg2subt.c:
9916         * gst/mpeg2sub/gstmpeg2subt.h:
9917         * gst/mpeg2sub/mpeg2subt.vcproj:
9918         Delete old and broken mpeg2subt element that was never ported from 0.8
9919
9920 2007-08-24  Julien MOUTTE  <julien@moutte.net>
9921
9922         * gst/flv/gstflvdemux.c: (gst_flv_demux_flush),
9923         (gst_flv_demux_chain), (gst_flv_demux_pull_tag),
9924         (gst_flv_demux_find_offset), (gst_flv_demux_handle_seek_push),
9925         (gst_flv_demux_handle_seek_pull), (gst_flv_demux_sink_event),
9926         (gst_flv_demux_src_event): Remove some useless ifdef.
9927
9928 2007-08-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9929
9930         * examples/switch/switcher.c (main):
9931         * gst/switch/gstswitch.c (gst_switch_chain):
9932         Make switch more reliable and also not lock up when
9933         sink pad caps change.
9934
9935 2007-08-24  Julien MOUTTE  <julien@moutte.net>
9936
9937         * gst/flv/gstflvdemux.c: (gst_flv_demux_flush),
9938         (gst_flv_demux_cleanup), (gst_flv_demux_chain),
9939         (gst_flv_demux_pull_tag), (gst_flv_demux_find_offset),
9940         (gst_flv_demux_handle_seek_push), (gst_flv_demux_handle_seek_pull),
9941         (gst_flv_demux_sink_event), (gst_flv_demux_src_event): Implement
9942         seeking in push mode.
9943         * gst/flv/gstflvdemux.h:
9944
9945 2007-08-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9946
9947         * gst/mpegtsparse/flutspatinfo.c:
9948         * gst/mpegtsparse/flutspatinfo.h:
9949         * gst/mpegtsparse/flutspmtinfo.c:
9950         * gst/mpegtsparse/flutspmtinfo.h:
9951         Update licences to reflect LGPL-ness of these files also.
9952
9953 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
9954
9955         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
9956         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
9957         * docs/plugins/gst-plugins-bad-plugins.interfaces:
9958         * docs/plugins/gst-plugins-bad-plugins.signals:
9959         * gst/rtpmanager/gstrtpbin.c:
9960         * gst/rtpmanager/gstrtpbin.h:
9961         * gst/rtpmanager/gstrtpclient.c:
9962         * gst/rtpmanager/gstrtpclient.h:
9963         * gst/rtpmanager/gstrtpjitterbuffer.c:
9964         * gst/rtpmanager/gstrtpjitterbuffer.h:
9965         * gst/rtpmanager/gstrtpptdemux.c:
9966         * gst/rtpmanager/gstrtpptdemux.h:
9967         * gst/rtpmanager/gstrtpsession.c:
9968         * gst/rtpmanager/gstrtpsession.h:
9969         * gst/rtpmanager/gstrtpssrcdemux.c:
9970         * gst/rtpmanager/gstrtpssrcdemux.h:
9971           Rename all GstRTPFoo structs to GstRtpFoo so that GST_BOILERPLATE
9972           registers a GType that's different than the GstRTPFoo types that
9973           farsight registers (luckily GType names are case sensitive). Should
9974           finally fix #430664.
9975
9976 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
9977
9978         * configure.ac:
9979         * win32/common/config.h:
9980         * win32/common/config.h.in:
9981           Automatically generate win32/common/config.h via configure (this
9982           ensures the win32 version of config.h is up-to-date when a release
9983           is made, #433373). config.h.in file might need some more work.
9984
9985 2007-08-22  Tim-Philipp Müller  <tim at centricular dot net>
9986
9987         Patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
9988
9989         * configure.ac:
9990         * gst/festival/Makefile.am:
9991         * gst/festival/gstfestival.c:
9992           Port festival plugin to GStreamer-0.10 (#461377).
9993
9994 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
9995
9996         * ext/faad/gstfaad.c: (gst_faad_chain):
9997         Don't unref the buffer when it was clipped.
9998
9999 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
10000
10001         * ext/faad/gstfaad.c: (gst_faad_chain):
10002         Don't unref the buffer when it was clipped.
10003
10004 2007-08-22  Julien MOUTTE  <julien@moutte.net>
10005
10006         * gst/flv/gstflvdemux.c: (gst_flv_demux_cleanup),
10007         (gst_flv_demux_pull_tag):
10008         * gst/flv/gstflvdemux.h:
10009         * gst/flv/gstflvparse.c: (gst_flv_parse_metadata_item),
10010         (gst_flv_parse_tag_script), (gst_flv_parse_tag_audio),
10011         (gst_flv_parse_tag_video): Handle pixel aspect ratio through
10012         metadata tags like ASF does. Fluendo muxer supports this and 
10013         Flash players can support it as well this way.
10014
10015 2007-08-22  Julien MOUTTE  <julien@moutte.net>
10016
10017         * gst/flv/gstflvdemux.c: (gst_flv_demux_pull_tag):
10018         * gst/flv/gstflvparse.c: (gst_flv_parse_metadata_item),
10019         (gst_flv_parse_tag_script), (gst_flv_parse_tag_audio),
10020         (gst_flv_parse_tag_video): Make sure we don't try filling up the
10021         index if no times object was parsed. Fix the way we decide to push
10022         tags and emit no-more-pads. Fix some printf typing in debugging.
10023
10024 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
10025
10026         * gst/rtpmanager/gstrtpjitterbuffer.c:
10027         (gst_rtp_jitter_buffer_chain),
10028         (gst_rtp_jitter_buffer_set_property):
10029         When drop-on-latency is set but we have no latency configured, just push
10030         the buffer as fast as possible.
10031         Fix typo in comment.
10032
10033 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
10034
10035         * gst/rtpmanager/rtpjitterbuffer.c:
10036         (rtp_jitter_buffer_get_ts_diff):
10037         * gst/rtpmanager/rtpjitterbuffer.h:
10038         Fix undefined overflow prone ts_diff handling.
10039
10040 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
10041
10042         * gst/modplug/gstmodplug.cc:
10043         Fix compiler warning.
10044
10045 2007-08-21  Stefan Kost  <ensonic@users.sf.net>
10046
10047         * gst/modplug/gstmodplug.cc:
10048           Don't use NULL caps for srcpad is not yet connected.
10049
10050 2007-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10051
10052         * configure.ac:
10053         * gst/mpegtsparse/Makefile.am:
10054         * gst/mpegtsparse/flutspatinfo.c:
10055         * gst/mpegtsparse/flutspatinfo.h:
10056         * gst/mpegtsparse/flutspmtinfo.c:
10057         * gst/mpegtsparse/flutspmtinfo.h:
10058         * gst/mpegtsparse/flutspmtstreaminfo.c:
10059         * gst/mpegtsparse/flutspmtstreaminfo.h:
10060         * gst/mpegtsparse/mpegtspacketizer.c:
10061         * gst/mpegtsparse/mpegtspacketizer.h:
10062         * gst/mpegtsparse/mpegtsparse.c:
10063         * gst/mpegtsparse/mpegtsparse.h:
10064         * gst/mpegtsparse/mpegtsparsemarshal.list:
10065         Add mpeg transport stream parser written by:
10066         Alessandro Decina. Includes a couple of files from the
10067         Fluendo transport stream demuxer that Fluendo have 
10068         kindly allowed to be licenced under LGPL also.
10069
10070 2007-08-20  Tim-Philipp Müller  <tim at centricular dot net>
10071
10072         Patch by: Bastien Nocera  <hadess at hadess net>
10073
10074         * ext/mythtv/gstmythtvsrc.c:
10075           Add examples for live mythtv:// URIs to docs (#468039).
10076           Also convert some tabs into spaces.
10077
10078 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
10079
10080         * gst/filter/gstbpwsinc.c:
10081         * gst/filter/gstlpwsinc.c:
10082         Add small comparision with the chebyshev filters in the docs.
10083
10084 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
10085
10086         * tests/check/elements/bpwsinc.c: (GST_START_TEST),
10087         (bpwsinc_suite):
10088         * tests/check/elements/lpwsinc.c: (GST_START_TEST),
10089         (lpwsinc_suite):
10090         Also test everything in 32 bit float mode.
10091
10092 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
10093
10094         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init),
10095         (bpwsinc_set_property), (bpwsinc_get_property):
10096         * gst/filter/gstbpwsinc.h:
10097         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init),
10098         (gst_lpwsinc_init), (lpwsinc_build_kernel), (lpwsinc_set_property),
10099         (lpwsinc_get_property):
10100         * gst/filter/gstlpwsinc.h:
10101         * tests/check/elements/lpwsinc.c: (GST_START_TEST):
10102         Use generator macros for the process functions for the different
10103         sample types, add lower upper boundaries for the GObject properties
10104         so automatically generated UIs can use sliders and change frequency
10105         properties to floats to save a bit of memory, even ints would in
10106         theory be enough. Also rename frequency to cutoff for consistency
10107         reasons.
10108         * docs/plugins/gst-plugins-bad-plugins.args:
10109         * docs/plugins/gst-plugins-bad-plugins.signals:
10110         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
10111         Regenerated for the above changes.
10112
10113 2007-08-17  Stefan Kost  <ensonic@users.sf.net>
10114
10115         * ext/amrwb/gstamrwbparse.c:
10116           Don't leak the adapter.
10117
10118 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
10119
10120         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init),
10121         (gst_bpwsinc_init), (process_32), (process_64),
10122         (bpwsinc_build_kernel), (bpwsinc_push_residue),
10123         (bpwsinc_transform), (bpwsinc_start), (bpwsinc_query),
10124         (bpwsinc_query_type), (bpwsinc_event), (bpwsinc_set_property):
10125         * gst/filter/gstbpwsinc.h:
10126         Implement latency query and only forward those samples downstream
10127         that actually contain the data we want, i.e. drop kernel_length/2
10128         in the beginning and append kernel_length/2 (created by convolving
10129         the filter kernel with zeroes) to the end.
10130
10131         * tests/check/elements/bpwsinc.c: (GST_START_TEST):
10132         Adjust the unit test for this slightly changed behaviour.
10133
10134         * gst/filter/gstlpwsinc.c: (lpwsinc_build_kernel):
10135         Reset residue length only when actually creating a residue.
10136
10137 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
10138
10139         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_class_init):
10140         Override the preroll vmethod instead of overriding the render method
10141         twice.
10142
10143 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
10144
10145         * gst/rtpmanager/gstrtpjitterbuffer.c:
10146         (gst_rtp_jitter_buffer_sink_event), (gst_rtp_jitter_buffer_chain),
10147         (gst_rtp_jitter_buffer_loop):
10148         Fix EOS handling.
10149         Convert some DEBUG into WARNINGs.
10150         Pause task when flushing.
10151
10152         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
10153         (rtcp_thread), (gst_rtp_session_event_recv_rtcp_sink):
10154         Use system clock for RTCP session management timeouts.
10155
10156         * gst/rtpmanager/rtpsession.c: (on_new_ssrc), (on_ssrc_collision),
10157         (on_ssrc_validated), (on_bye_ssrc), (on_bye_timeout), (on_timeout):
10158         Release the session lock when emiting signals.
10159
10160 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
10161
10162         * ext/faad/gstfaad.c: (gst_faad_setcaps),
10163         (gst_faad_chanpos_to_gst):
10164         Add some debug info.
10165
10166 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
10167
10168         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init),
10169         (gst_lpwsinc_init), (process_32), (process_64),
10170         (lpwsinc_build_kernel), (lpwsinc_push_residue),
10171         (lpwsinc_transform), (lpwsinc_start), (lpwsinc_query),
10172         (lpwsinc_query_type), (lpwsinc_event), (lpwsinc_set_property):
10173         * gst/filter/gstlpwsinc.h:
10174         Implement latency query and only forward those samples downstream
10175         that actually contain the data we want, i.e. drop kernel_length/2
10176         in the beginning and append kernel_length/2 (created by convolving
10177         the filter kernel with zeroes) to the end.
10178         * tests/check/elements/lpwsinc.c: (GST_START_TEST):
10179         Adjust the unit test for this slightly changed behaviour.
10180
10181 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
10182
10183         * ext/ladspa/gstladspa.c:
10184           Don't leak like hell.
10185
10186 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
10187
10188         * tests/check/Makefile.am:
10189         * tests/check/generic/.cvsignore:
10190         * tests/check/generic/states.c:
10191           Add generic state-change test suite to help to fi leaks.
10192
10193 2007-08-15  Stefan Kost  <ensonic@users.sf.net>
10194
10195         * ext/timidity/gstwildmidi.c:
10196         * ext/timidity/gstwildmidi.h:
10197           Look harder for a config. Based on patch by Hans de Goede.
10198           Fixes #456912
10199
10200 2007-08-14  Wim Taymans  <wim.taymans@gmail.com>
10201
10202         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_flush_unlocked):
10203         Don't use new API.
10204
10205 2007-08-14  Wim Taymans  <wim.taymans@gmail.com>
10206
10207         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_base_init),
10208         (gst_app_sink_class_init), (gst_app_sink_dispose),
10209         (gst_app_sink_flush_unlocked), (gst_app_sink_start),
10210         (gst_app_sink_stop), (gst_app_sink_event), (gst_app_sink_preroll),
10211         (gst_app_sink_render), (gst_app_sink_get_caps),
10212         (gst_app_sink_set_caps), (gst_app_sink_end_of_stream),
10213         (gst_app_sink_pull_preroll), (gst_app_sink_pull_buffer):
10214         * gst-libs/gst/app/gstappsink.h:
10215         Make love to appsink.
10216         Make it support pulling of the preroll buffer.
10217         Add docs and debug statements.
10218         Fix some races wrt to EOS handling and stopping.
10219         Implement getcaps.
10220         Implement FLUSHING.
10221         API: gst_app_sink_pull_preroll()
10222
10223 2007-08-14  Wim Taymans  <wim.taymans@gmail.com>
10224
10225         * gst/flv/gstflvdemux.c: (gst_flv_demux_set_index),
10226         (gst_flv_demux_get_index):
10227         Fix locking and refcounting on the index.
10228
10229 2007-08-14  Julien MOUTTE  <julien@moutte.net>
10230
10231         * gst/flv/gstflvdemux.c: (gst_flv_demux_cleanup),
10232         (gst_flv_demux_adapter_flush), (gst_flv_demux_chain),
10233         (gst_flv_demux_pull_tag), (gst_flv_demux_do_seek),
10234         (gst_flv_demux_handle_seek), (gst_flv_demux_sink_event),
10235         (gst_flv_demux_src_event), (gst_flv_demux_query),
10236         (gst_flv_demux_change_state), (gst_flv_demux_set_index),
10237         (gst_flv_demux_get_index), (gst_flv_demux_dispose),
10238         (gst_flv_demux_class_init): First method for seeking in pull
10239         mode using the index built step by step or coming from metadata.
10240         * gst/flv/gstflvdemux.h:
10241         * gst/flv/gstflvparse.c: (FLV_GET_STRING),
10242         (gst_flv_parse_metadata_item), (gst_flv_parse_tag_script),
10243         (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video): Parse
10244         more metadata types and keyframes index.
10245
10246 2007-08-13  Sebastian Dröge  <slomo@circular-chaos.org>
10247
10248         * docs/plugins/Makefile.am:
10249         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
10250         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
10251         * docs/plugins/gst-plugins-bad-plugins.args:
10252         * docs/plugins/gst-plugins-bad-plugins.signals:
10253         * docs/plugins/inspect/plugin-bz2.xml:
10254         * docs/plugins/inspect/plugin-cdxaparse.xml:
10255         * docs/plugins/inspect/plugin-dtsdec.xml:
10256         * docs/plugins/inspect/plugin-faac.xml:
10257         * docs/plugins/inspect/plugin-faad.xml:
10258         * docs/plugins/inspect/plugin-filter.xml:
10259         * docs/plugins/inspect/plugin-freeze.xml:
10260         * docs/plugins/inspect/plugin-gsm.xml:
10261         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
10262         * docs/plugins/inspect/plugin-h264parse.xml:
10263         * docs/plugins/inspect/plugin-modplug.xml:
10264         * docs/plugins/inspect/plugin-mpeg2enc.xml:
10265         * docs/plugins/inspect/plugin-musepack.xml:
10266         * docs/plugins/inspect/plugin-musicbrainz.xml:
10267         * docs/plugins/inspect/plugin-nsfdec.xml:
10268         * docs/plugins/inspect/plugin-replaygain.xml:
10269         * docs/plugins/inspect/plugin-soundtouch.xml:
10270         * docs/plugins/inspect/plugin-spcdec.xml:
10271         * docs/plugins/inspect/plugin-spectrum.xml:
10272         * docs/plugins/inspect/plugin-speed.xml:
10273         * docs/plugins/inspect/plugin-tta.xml:
10274         * docs/plugins/inspect/plugin-videosignal.xml:
10275         * docs/plugins/inspect/plugin-xingheader.xml:
10276         * docs/plugins/inspect/plugin-xvid.xml:
10277         * gst/filter/gstbpwsinc.c:
10278         * gst/filter/gstbpwsinc.h:
10279         * gst/filter/gstlpwsinc.c:
10280         * gst/filter/gstlpwsinc.h:
10281         Add docs for lpwsinc and bpwsinc and integrate them
10282         into the build system. While doing that also update
10283         all other docs via make update in docs/plugins.
10284
10285 2007-08-13  Stefan Kost  <ensonic@users.sf.net>
10286
10287         * gst/rtpmanager/rtpjitterbuffer.c:
10288           Include stdlib.
10289
10290 2007-08-12  Sebastian Dröge  <slomo@circular-chaos.org>
10291
10292         * tests/check/elements/bpwsinc.c: (GST_START_TEST):
10293         Make one test constraint a bit stricter.
10294
10295 2007-08-12  Sebastian Dröge  <slomo@circular-chaos.org>
10296
10297         * tests/check/Makefile.am:
10298         * tests/check/elements/.cvsignore:
10299         * tests/check/elements/bpwsinc.c: (setup_bpwsinc),
10300         (cleanup_bpwsinc), (GST_START_TEST), (bpwsinc_suite), (main):
10301         Add unit tests for bpwsinc, testing fundamental functionality again.
10302
10303 2007-08-12  Sebastian Dröge  <slomo@circular-chaos.org>
10304
10305         * tests/check/Makefile.am:
10306         * tests/check/elements/.cvsignore:
10307         * tests/check/elements/lpwsinc.c: (setup_lpwsinc),
10308         (cleanup_lpwsinc), (GST_START_TEST), (lpwsinc_suite), (main):
10309         Add unit tests for lpwsinc, testing fundamental functionality.
10310
10311 2007-08-12  Sebastian Dröge  <slomo@circular-chaos.org>
10312
10313         * gst/filter/gstbpwsinc.c: (bpwsinc_build_kernel):
10314         * gst/filter/gstlpwsinc.c: (lpwsinc_build_kernel):
10315         Improve debugging a bit.
10316
10317 2007-08-12  Sebastian Dröge  <slomo@circular-chaos.org>
10318
10319         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init),
10320         (bpwsinc_start):
10321         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init),
10322         (lpwsinc_start):
10323         Reset the residue in BaseTransform::start to get a clean residue
10324         on stream changes.
10325
10326 2007-08-11  Sebastian Dröge  <slomo@circular-chaos.org>
10327
10328         * gst/filter/gstbpwsinc.c: (process_32), (process_64):
10329         * gst/filter/gstlpwsinc.c: (process_32), (process_64):
10330         Fix processing with buffer sizes that are smaller than the filter
10331         kernel size.
10332
10333 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
10334
10335         * gst/rtpmanager/Makefile.am:
10336         * gst/rtpmanager/async_jitter_queue.c:
10337         * gst/rtpmanager/async_jitter_queue.h:
10338         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_class_init),
10339         (rtp_jitter_buffer_init), (rtp_jitter_buffer_finalize),
10340         (rtp_jitter_buffer_new), (compare_seqnum),
10341         (rtp_jitter_buffer_insert), (rtp_jitter_buffer_pop),
10342         (rtp_jitter_buffer_flush), (rtp_jitter_buffer_num_packets),
10343         (rtp_jitter_buffer_get_ts_diff):
10344         * gst/rtpmanager/rtpjitterbuffer.h:
10345         Remove complicated async queue and replace with more simple jitterbuffer
10346         code while also fixing some bugs.
10347
10348         * gst/rtpmanager/gstrtpbin-marshal.list:
10349         * gst/rtpmanager/gstrtpbin.c: (on_new_ssrc), (on_ssrc_collision),
10350         (on_ssrc_validated), (on_bye_ssrc), (on_bye_timeout), (on_timeout),
10351         (create_session), (gst_rtp_bin_class_init), (create_recv_rtp),
10352         (create_send_rtp):
10353         * gst/rtpmanager/gstrtpbin.h:
10354         * gst/rtpmanager/gstrtpjitterbuffer.c:
10355         (gst_rtp_jitter_buffer_init), (gst_rtp_jitter_buffer_dispose),
10356         (gst_jitter_buffer_sink_parse_caps),
10357         (gst_rtp_jitter_buffer_flush_start),
10358         (gst_rtp_jitter_buffer_flush_stop),
10359         (gst_rtp_jitter_buffer_change_state),
10360         (gst_rtp_jitter_buffer_sink_event), (gst_rtp_jitter_buffer_chain),
10361         (gst_rtp_jitter_buffer_loop), (gst_rtp_jitter_buffer_set_property):
10362         * gst/rtpmanager/gstrtpsession.c: (on_new_ssrc),
10363         (on_ssrc_collision), (on_ssrc_validated), (on_bye_ssrc),
10364         (on_bye_timeout), (on_timeout), (gst_rtp_session_class_init),
10365         (gst_rtp_session_init):
10366         * gst/rtpmanager/gstrtpsession.h:
10367         * gst/rtpmanager/rtpsession.c: (on_bye_ssrc), (session_cleanup):
10368         Use new jitterbuffer code.
10369         Expose some new signals in preparation for handling EOS.
10370
10371 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
10372
10373         * gst/filter/gstbpwsinc.c: (bpwsinc_build_kernel):
10374         Fix a segfault with more than one channel and don't rebuild
10375         the kernel & residue with every buffer.
10376
10377 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
10378
10379         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_mode_get_type),
10380         (gst_bpwsinc_window_get_type), (gst_bpwsinc_class_init),
10381         (gst_bpwsinc_init), (bpwsinc_build_kernel), (bpwsinc_set_property),
10382         (bpwsinc_get_property):
10383         * gst/filter/gstbpwsinc.h:
10384         Add support for a bandreject mode and allow specifying the window
10385         function that should be used.
10386         * gst/filter/gstlpwsinc.c:
10387         And another small formatting fix.
10388
10389 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
10390
10391         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init),
10392         (gst_bpwsinc_init), (process_32), (process_64),
10393         (bpwsinc_build_kernel), (bpwsinc_setup), (bpwsinc_get_unit_size),
10394         (bpwsinc_transform), (bpwsinc_set_property),
10395         (bpwsinc_get_property):
10396         * gst/filter/gstbpwsinc.h:
10397         Apply the same changes to the bandpass filter:
10398          - Support double input
10399          - Fix processing for input with >1 channels
10400          - Specify frequency in Hz
10401          - Specify actual filter kernel length
10402          - Use transform instead of transform_ip as we're working
10403            out of place anyway
10404          - Factor out filter kernel generation and update the filter
10405            kernel when the properties are set
10406         Fix bandpass filter kernel generation to actually generate
10407         a bandpass filter by creating a highpass instead of a second
10408         lowpass.
10409         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init):
10410         Small formatting fix.
10411
10412 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
10413
10414         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init),
10415         (gst_lpwsinc_init), (process_32), (process_64),
10416         (lpwsinc_build_kernel), (lpwsinc_set_property),
10417         (lpwsinc_get_property):
10418         * gst/filter/gstlpwsinc.h:
10419         Specify the actual filter length instead of a weird
10420         2N+1. Setting the property will round to the next odd number.
10421         Also remove now obsolete FIXMEs.
10422
10423 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
10424
10425         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_window_get_type),
10426         (gst_lpwsinc_class_init), (gst_lpwsinc_init),
10427         (lpwsinc_build_kernel), (lpwsinc_set_property),
10428         (lpwsinc_get_property):
10429         * gst/filter/gstlpwsinc.h:
10430         Allow choosing between hamming and blackman window. The blackman
10431         window provides a better stopband attenuation but a bit slower
10432         rolloff.
10433
10434 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
10435
10436         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_mode_get_type),
10437         (gst_lpwsinc_class_init), (process_32), (process_64),
10438         (lpwsinc_build_kernel), (lpwsinc_set_property),
10439         (lpwsinc_get_property):
10440         * gst/filter/gstlpwsinc.h:
10441         Add a highpass mode.
10442
10443 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
10444
10445         * gst/filter/gstlpwsinc.c: (process_32), (process_64),
10446         (lpwsinc_build_kernel):
10447         Fix processing if the input has more than one channel.
10448
10449 2007-08-09  Sebastian Dröge  <slomo@circular-chaos.org>
10450
10451         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_dispose),
10452         (gst_bpwsinc_init), (bpwsinc_setup), (bpwsinc_transform_ip),
10453         (bpwsinc_set_property), (bpwsinc_get_property):
10454         "this" is a C++ keyword, use "self" instead.
10455         Add TODOs and FIXMEs and remove two wrong FIXMEs.
10456         * gst/filter/gstlpwsinc.c:
10457         Add FIXMEs and a new TODO.
10458
10459 2007-08-09  Sebastian Dröge  <slomo@circular-chaos.org>
10460
10461         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_dispose),
10462         (gst_lpwsinc_class_init), (gst_lpwsinc_init), (process_32),
10463         (process_64), (lpwsinc_build_kernel), (lpwsinc_setup),
10464         (lpwsinc_get_unit_size), (lpwsinc_transform),
10465         (lpwsinc_set_property), (lpwsinc_get_property):
10466         * gst/filter/gstlpwsinc.h:
10467         Add double support, replace "this" with "self" as the former
10468         is a C++ keyword.
10469         Implement the frequency property in Hz instead of fraction
10470         of sampling frequency.
10471         Remove some unecessary FIXMEs and add some TODOs, add some
10472         required locking and refactor the kernel generation into a
10473         separate function that is also called when the properties
10474         change now.
10475         And use BaseTransform::transform instead of transform_ip
10476         as the convolution is done out of place anyway. Should
10477         be done in place later.
10478
10479 2007-08-09  Sebastian Dröge  <slomo@circular-chaos.org>
10480
10481         * configure.ac:
10482         * gst/stereo/Makefile.am:
10483         * gst/stereo/gststereo.c: (gst_stereo_base_init),
10484         (gst_stereo_class_init), (gst_stereo_init),
10485         (gst_stereo_transform_ip), (gst_stereo_set_property),
10486         (gst_stereo_get_property):
10487         * gst/stereo/gststereo.h:
10488         Port the stereo element to GStreamer 0.10.
10489
10490 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
10491
10492         submitted by: Raphael Higino <phhigino@gmail.com>
10493
10494         * po/LINGUAS:
10495         * po/pt_BR.po:
10496           Added Portuguese (Brazilian) translation.
10497
10498 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
10499
10500         * po/uk.po:
10501         * po/vi.po:
10502           Updated translations.
10503
10504 2007-08-08  Sebastian Dröge  <slomo@circular-chaos.org>
10505
10506         * gst/filter/Makefile.am:
10507         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_dispose),
10508         (gst_bpwsinc_base_init), (gst_bpwsinc_class_init),
10509         (gst_bpwsinc_init), (bpwsinc_setup):
10510         * gst/filter/gstbpwsinc.h:
10511         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_dispose),
10512         (gst_lpwsinc_base_init), (gst_lpwsinc_class_init),
10513         (gst_lpwsinc_init), (lpwsinc_setup):
10514         * gst/filter/gstlpwsinc.h:
10515         Use GstAudioFilter as base class and don't leak the memory
10516         of the filter kernel and residue.
10517
10518 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
10519
10520         Patch by: Josep Torra Valles <josep@fluendo.com>
10521
10522         * docs/plugins/gst-plugins-bad-plugins.args:
10523         * ext/libmms/gstmms.c: (gst_mms_class_init), (gst_mms_init),
10524         (gst_mms_start), (gst_mms_set_property), (gst_mms_get_property):
10525         * ext/libmms/gstmms.h:
10526         Add connection speed property to libmms. Fixes #464678.
10527
10528 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
10529
10530         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain),
10531         (gst_real_video_dec_activate_push), (open_library),
10532         (gst_real_video_dec_init), (gst_real_video_dec_finalize):
10533         * gst/real/gstrealvideodec.h:
10534         Remove some old unused vars.
10535
10536 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
10537
10538         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps):
10539         Small cleanups.
10540
10541         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain),
10542         (open_library):
10543         Remove fragment and timestamp correction code from the decoder to make
10544         the caps and buffer contents compatible with matroska/ffdec_rvx0/...
10545
10546 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
10547
10548         * po/POTFILES.skip:
10549           Add POTFILES.skip with list of source files that aren't disted at the
10550           moment but contain translatable strings. Should hopefully pacify
10551           broken tools and make it clearer that these files are left out
10552           intentionally (#461601 and others).
10553
10554 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
10555
10556         Patch by: Ian Munro  <imunro at netspace net au>
10557
10558         * gst/bayer/gstbayer2rgb.c:
10559           Include our own "_stdint.h" instead of <stdint.h> (which may not
10560           be available).
10561
10562         * gst/speed/gstspeed.h:
10563           Native HP-UX compiler dosn't seem to like enum typedefs before the
10564           actual enum was defined.
10565
10566         * gst/vmnc/vmncdec.c:
10567           Fix wrong usage of GST_ELEMENT_ERROR macro (#461373).
10568
10569 2007-07-26  Edward Hervey  <bilboed@bilboed.com>
10570
10571         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps):
10572         Use the proper context variable when setting the password !
10573         LOG => WARNING for errors.
10574         Give proper path when opening the codec (needs a '/' at the end).
10575
10576 2007-07-25  Tim-Philipp Müller  <tim at centricular dot net>
10577
10578         * gst/real/Makefile.am:
10579           And dist the new header file too.
10580
10581 2007-07-25  Tim-Philipp Müller  <tim at centricular dot net>
10582
10583         * gst/real/gstreal.h:
10584         Add missing header file.
10585
10586 2007-07-25  Julien MOUTTE  <julien@moutte.net>
10587
10588         (gst_flv_demux_chain), (gst_flv_demux_pull_tag),
10589         (gst_flv_demux_change_state), (gst_flv_demux_dispose),
10590         (gst_flv_demux_init):
10591         * gst/flv/gstflvdemux.h:
10592         * gst/flv/gstflvparse.c: (FLV_GET_STRING),
10593         (gst_flv_parse_metadata_item), (gst_flv_parse_tag_script),
10594         (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video),
10595         (gst_flv_parse_header):
10596         * gst/flv/gstflvparse.h: Handle not linked pads, try to make it
10597         reusable, more safety checks.
10598
10599 2007-07-25  Stefan Kost  <ensonic@users.sf.net>
10600
10601         * ext/timidity/gsttimidity.c: (gst_timidity_init),
10602         (gst_timidity_change_state), (plugin_init):
10603         * ext/timidity/gsttimidity.h:
10604           Don't initialize timidity in plugin_init for similar reason as below.
10605
10606 2007-07-24  Stefan Kost  <ensonic@users.sf.net>
10607
10608         * ext/timidity/gstwildmidi.c: (wildmidi_open_config),
10609         (gst_wildmidi_init), (gst_wildmidi_change_state), (plugin_init):
10610         * ext/timidity/gstwildmidi.h:
10611           Don't initialize wildmidi in plugin_init as it also setups audio
10612           filters which is slow.
10613
10614 2007-07-24  Hans de Goede  <j.w.r.degoede@hhs.nl>
10615
10616         reviewed by: Edward Hervey  <bilboed@bilboed.com>
10617
10618         * gst/real/gstreal.c: (plugin_init):
10619         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps),
10620         (gst_real_audio_dec_finalize), (gst_real_audio_dec_set_property),
10621         (gst_real_audio_dec_get_property), (gst_real_audio_dec_class_init):
10622         * gst/real/gstrealvideodec.c: (open_library),
10623         (gst_real_video_dec_finalize), (gst_real_video_dec_set_property),
10624         (gst_real_video_dec_get_property), (gst_real_video_dec_class_init):
10625         * gst/real/gstrealvideodec.h:
10626         Improved search algorithm for location of real .so files.
10627         Fixes #393461
10628
10629 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
10630
10631         * configure.ac:
10632         * ext/faad/gstfaad.c: (gst_faad_chain), (gst_faad_change_state):
10633         Use the new buffer clipping function from gstaudio here and
10634         require gst-plugins-base CVS.
10635
10636 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
10637
10638         * configure.ac:
10639           Sync liboil check with plugins-base.
10640
10641 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
10642
10643         * gst/equalizer/gstiirequalizer.c:
10644         (gst_iir_equalizer_band_set_property),
10645         (gst_iir_equalizer_child_proxy_get_child_by_index),
10646         (gst_iir_equalizer_child_proxy_get_children_count),
10647         (gst_iir_equalizer_child_proxy_interface_init),
10648         (gst_iir_equalizer_class_init), (arg_to_scale), (setup_filter),
10649         (gst_iir_equalizer_compute_frequencies):
10650         * gst/equalizer/gstiirequalizer10bands.c:
10651         (gst_iir_equalizer_10bands_class_init):
10652         * gst/equalizer/gstiirequalizer3bands.c:
10653         (gst_iir_equalizer_3bands_class_init):
10654         * gst/equalizer/gstiirequalizernbands.c:
10655           Better algorith for the center frequencies. Subtract band filters from
10656           input for negative gains. Rework the gain mapping.
10657
10658 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
10659
10660         * ext/dirac/Makefile.am:
10661           Also include stdlib here.
10662
10663 2007-07-19  Jan Schmidt  <thaytan@noraisin.net>
10664
10665         * tests/check/elements/.cvsignore:
10666         Fix the buildbot with the cvsignore it wants.
10667
10668 2007-07-19  Julien MOUTTE  <julien@moutte.net>
10669
10670         * configure.ac:
10671         * gst/flv/Makefile.am:
10672         * gst/flv/gstflvdemux.c: (gst_flv_demux_flush),
10673         (gst_flv_demux_cleanup), (gst_flv_demux_chain),
10674         (gst_flv_demux_pull_tag), (gst_flv_demux_pull_header),
10675         (gst_flv_demux_seek_to_prev_keyframe), (gst_flv_demux_loop),
10676         (gst_flv_demux_sink_activate), (gst_flv_demux_sink_activate_push),
10677         (gst_flv_demux_sink_activate_pull), (gst_flv_demux_sink_event),
10678         (gst_flv_demux_change_state), (gst_flv_demux_dispose),
10679         (gst_flv_demux_base_init), (gst_flv_demux_class_init),
10680         (gst_flv_demux_init), (plugin_init):
10681         * gst/flv/gstflvdemux.h:
10682         * gst/flv/gstflvparse.c: (FLV_GET_BEUI24), (FLV_GET_STRING),
10683         (gst_flv_demux_query_types), (gst_flv_demux_query),
10684         (gst_flv_parse_metadata_item), (gst_flv_parse_tag_script),
10685         (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video),
10686         (gst_flv_parse_tag_type), (gst_flv_parse_header):
10687         * gst/flv/gstflvparse.h: Adds a first draft of an FLV demuxer.
10688         It does not do seeking yet, it supports pull and push mode so YES
10689         you can use it to play youtube videos directly from an HTTP uri.
10690         Not so much testing done yet but it parses metadata, reply to 
10691         duration queries, etc...
10692
10693 2007-07-19  Stefan Kost  <ensonic@users.sf.net>
10694
10695         * tests/check/Makefile.am:
10696         * tests/check/elements/timidity.c (GST_START_TEST, timidity_suite,
10697           main):
10698           Add typefind test for midi.
10699
10700 2007-07-18  Michael Smith  <msmith@fluendo.com>
10701
10702         * ext/soundtouch/gstpitch.cc:
10703           If we receive a new segment event, don't try to push buffers out
10704           in response (without first sending it on!).
10705           Instead, flush internal buffers on receiving flush events.
10706           Fixes playback after seeking.
10707
10708 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
10709
10710         * gst/bayer/gstbayer2rgb.c: (gst_bayer2rgb_set_caps),
10711         (gst_bayer2rgb_reset):
10712           Add basic docs. Use glibs mem routines.
10713
10714 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
10715
10716         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
10717           Add example to the docs. Fix buffer-offset-end and add some debug.
10718
10719 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
10720
10721         * ext/jack/gstjackaudiosink.c: (gst_jack_ring_buffer_open_device),
10722         (gst_jack_ring_buffer_acquire):
10723           Add stdlib include here too.
10724
10725 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
10726
10727         * examples/app/appsrc_ex.c:
10728         * examples/switch/switcher.c:
10729         * ext/neon/gstneonhttpsrc.c:
10730         * ext/timidity/gstwildmidi.c:
10731         * ext/x264/gstx264enc.c:
10732         * gst/mve/mveaudioenc.c: (mve_compress_audio):
10733         * gst/rtpmanager/gstrtpclient.c:
10734         * gst/rtpmanager/gstrtpjitterbuffer.c:
10735         * gst/spectrum/demo-audiotest.c:
10736         * gst/spectrum/demo-osssrc.c:
10737         * sys/dvb/gstdvbsrc.c:
10738           Add stdlib include (free, atoi, exit).
10739
10740 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
10741
10742         * ext/faad/gstfaad.c: (clip_outgoing_buffer):
10743         Fix buffer clipping to correctly clip to the segment stop.
10744
10745 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
10746
10747         Patch by: Hans de Goede <j.w.r.degoede at hhs dot nl>
10748
10749         * gst/modplug/gstmodplug.cc:
10750         add several missing supported mime-types to the modplug plugin.
10751         Fixes #456901.
10752
10753 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
10754
10755         * configure.ac:
10756         * tests/Makefile.am:
10757         Remove bogus check for libcheck, since we check for
10758         gstreamer-check and it pulls in the required info from there, and we
10759         weren't actually _using_ the information for libcheck ourselves
10760         anyway.
10761
10762 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
10763
10764         * configure.ac:
10765           Use pkg-config to locate check.
10766
10767 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
10768
10769         * gst/interleave/deinterleave.c: (gst_deinterleave_process):
10770         * gst/vmnc/vmncdec.c: (vmnc_make_buffer):
10771           Fix build against core CVS.
10772
10773 2007-07-09  Stefan Kost  <ensonic@users.sf.net>
10774
10775         * REQUIREMENTS:
10776           Sync with changes in -ugly.
10777
10778 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
10779
10780         * REQUIREMENTS:
10781           Add download location of libamrwb.
10782
10783 2007-07-06  Tim-Philipp Müller  <tim at centricular dot net>
10784
10785         * docs/plugins/inspect/plugin-amrwb.xml:
10786         * docs/plugins/inspect/plugin-equalizer.xml:
10787         * docs/plugins/inspect/plugin-multifile.xml:
10788         * docs/plugins/inspect/plugin-timidity.xml:
10789         * docs/plugins/inspect/plugin-wildmidi.xml:
10790           Add missing inspect files. Fixes build (#454313).
10791
10792         * ext/timidity/gstwildmidi.c: (wildmidi_open_config):
10793           Scream a bit louder when initialisation fails.
10794
10795         * gst-libs/README:
10796         * gst-libs/ext/.cvsignore:
10797           Remove some cruft.
10798
10799 2007-07-05  Tim-Philipp Müller  <tim at centricular dot net>
10800
10801         * ext/ivorbis/Makefile.am:
10802           Dist header files. Fixes #454078.
10803
10804 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
10805
10806         * docs/plugins/Makefile.am:
10807           Simplify --extra-dir as gtkdoc scans recursively.
10808
10809         * ext/amrwb/gstamrwbenc.c:
10810           Fix comment start.
10811
10812 2007-07-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10813
10814         * sys/dvb/gstdvbsrc.c (dvbsrc_details, ARG_DVBSRC_ADAPTER,
10815           ARG_DVBSRC_FRONTEND, ARG_DVBSRC_DISEQC_SRC, ARG_DVBSRC_FREQUENCY,
10816           ARG_DVBSRC_POLARITY, gst_dvbsrc_class_init, gst_dvbsrc_init,
10817           gst_dvbsrc_set_property, gst_dvbsrc_get_property,
10818           gst_dvbsrc_open_frontend, gst_dvbsrc_open_dvr, read_device,
10819           gst_dvbsrc_create, gst_dvbsrc_set_pes_filters):
10820         * sys/dvb/gstdvbsrc.h (adapter_number, frontend_number):
10821         Removed property "device". Added properties "adapter" and "frontend".
10822         Fixes #453636.
10823         Rename freq property to frequency.
10824
10825 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
10826
10827         * gst/videosignal/gstvideodetect.c: (gst_video_detect_class_init):
10828         Fix property descriptions.
10829
10830 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
10831
10832         * docs/plugins/Makefile.am:
10833         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
10834         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
10835         * ext/amrwb/gstamrwbdec.c:
10836         * ext/amrwb/gstamrwbenc.c:
10837         * ext/amrwb/gstamrwbparse.c:
10838           Also document AMR-WB elements.
10839
10840 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
10841
10842         * docs/plugins/Makefile.am:
10843         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
10844         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
10845         * docs/plugins/gst-plugins-bad-plugins.args:
10846           Cleanup the section file so that -unused is empty again (and useful to
10847           spot new docs). Add not yet added docs to sgml file. Add more header
10848           to Makefile.am to make them introspectable.
10849
10850         * docs/plugins/inspect/plugin-bz2.xml:
10851         * docs/plugins/inspect/plugin-cdxaparse.xml:
10852         * docs/plugins/inspect/plugin-dtsdec.xml:
10853         * docs/plugins/inspect/plugin-faac.xml:
10854         * docs/plugins/inspect/plugin-faad.xml:
10855         * docs/plugins/inspect/plugin-filter.xml:
10856         * docs/plugins/inspect/plugin-freeze.xml:
10857         * docs/plugins/inspect/plugin-gdp.xml:
10858         * docs/plugins/inspect/plugin-gsm.xml:
10859         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
10860         * docs/plugins/inspect/plugin-h264parse.xml:
10861         * docs/plugins/inspect/plugin-modplug.xml:
10862         * docs/plugins/inspect/plugin-musicbrainz.xml:
10863         * docs/plugins/inspect/plugin-nsfdec.xml:
10864         * docs/plugins/inspect/plugin-replaygain.xml:
10865         * docs/plugins/inspect/plugin-spectrum.xml:
10866         * docs/plugins/inspect/plugin-speed.xml:
10867         * docs/plugins/inspect/plugin-tta.xml:
10868         * docs/plugins/inspect/plugin-videosignal.xml:
10869         * docs/plugins/inspect/plugin-xingheader.xml:
10870         * docs/plugins/inspect/plugin-xvid.xml:
10871           Update the doc blobs.
10872
10873 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
10874
10875         * gst/multifile/Makefile.am:
10876         * gst/multifile/gstmultifile.c:
10877         * gst/multifile/gstmultifilesink.c:
10878         * gst/multifile/gstmultifilesink.h:
10879         * gst/multifile/gstmultifilesrc.c:
10880         * gst/multifile/gstmultifilesrc.h:
10881           Add .h files to be able to add it to the docs.
10882
10883 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
10884
10885         * gst/modplug/gstmodplug.cc:
10886           Activate doc section.
10887
10888 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
10889
10890         * ext/timidity/gsttimidity.c:
10891         * ext/timidity/gstwildmidi.c:
10892         * ext/timidity/gstwildmidi.h:
10893           Fix licence (both are GPL). Add element docs.
10894
10895 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
10896
10897         * ext/musicbrainz/gsttrm.h:
10898           Fix _get_type signature.
10899
10900 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
10901
10902         * gst/replaygain/gstrgvolume.h:
10903           Fix GObject macros.
10904
10905 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
10906
10907         * ext/dc1394/gstdc1394.c: (gst_dc1394_src_fixate),
10908         (gst_dc1394_create), (gst_dc1394_caps_set_format_vmode_caps),
10909         (gst_dc1394_set_caps_framesize_range),
10910         (gst_dc1394_caps_set_framerate_list), (gst_dc1394_get_cam_caps),
10911         (gst_dc1394_framerate_frac_to_const),
10912         (gst_dc1394_open_cam_with_best_caps):
10913         Make a bunch of functions static, and move variable declarations
10914         to the start of blocks to avoid problems on older gcc.
10915
10916         Make sure to unset value types.
10917
10918 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
10919
10920         * ext/dc1394/gstdc1394.c: (gst_dc1394_set_caps_color):
10921
10922         The correct fourcc for the 4:1:1 packed format is 'IYU1'.
10923         With CVS of ffmpegcolorspace from plugins-base, I can now
10924         get 30 fps from the iSight.
10925
10926 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
10927
10928         * ext/dc1394/gstdc1394.c: (gst_dc1394_set_caps_color):
10929         Change a g_print to a GST_DEBUG message.
10930
10931 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
10932
10933         * configure.ac:
10934         * ext/Makefile.am:
10935         * ext/dc1394/Makefile.am:
10936         * ext/dc1394/gstdc1394.c: (gst_dc1394_base_init),
10937         (gst_dc1394_class_init), (gst_dc1394_init),
10938         (gst_dc1394_src_fixate), (gst_dc1394_set_property),
10939         (gst_dc1394_get_property), (gst_dc1394_getcaps),
10940         (gst_dc1394_setcaps), (gst_dc1394_get_times), (gst_dc1394_create),
10941         (gst_dc1394_parse_caps), (gst_dc1394_change_state),
10942         (gst_dc1394_caps_set_format_vmode_caps),
10943         (gst_dc1394_set_caps_color), (gst_dc1394_set_caps_framesize),
10944         (gst_dc1394_set_caps_framesize_range),
10945         (gst_dc1394_caps_set_framerate_list),
10946         (gst_dc1394_framerate_const_to_frac),
10947         (gst_dc1394_get_all_dc1394_caps), (gst_dc1394_get_cam_caps),
10948         (gst_dc1394_framerate_frac_to_const),
10949         (gst_dc1394_open_cam_with_best_caps),
10950         (gst_dc1394_change_camera_transmission), (plugin_init):
10951         * ext/dc1394/gstdc1394.h:
10952         Commit new dc1394src element.
10953         Patch By: Antoine Tremblay < hexa00 at gmail dot com >
10954         Patch By: Eric Jonas < jonas at mit dot edu >
10955         Close: #387251
10956
10957 2007-06-28  Wim Taymans  <wim@fluendo.com>
10958
10959         * gst/videosignal/gstvideodetect.c: (gst_video_detect_class_init):
10960         Register new property as well.
10961
10962 2007-06-28  Wim Taymans  <wim@fluendo.com>
10963
10964         * gst/videosignal/gstvideodetect.c: (gst_video_detect_420),
10965         (gst_video_detect_set_property), (gst_video_detect_get_property):
10966         * gst/videosignal/gstvideodetect.h:
10967         Add property to adjust the center, sensitivity is now the distance from
10968         this center.
10969
10970 2007-06-27  Wim Taymans  <wim@fluendo.com>
10971
10972         * gst/videosignal/gstvideodetect.c: (gst_video_detect_420),
10973         (gst_video_detect_set_property), (gst_video_detect_get_property),
10974         (gst_video_detect_class_init):
10975         * gst/videosignal/gstvideodetect.h:
10976         * gst/videosignal/gstvideomark.c: (gst_video_mark_draw_box),
10977         (gst_video_mark_420), (gst_video_mark_set_property),
10978         (gst_video_mark_get_property), (gst_video_mark_class_init):
10979         * gst/videosignal/gstvideomark.h:
10980         Add left and bottom offset properties to control the position of the
10981         pattern.
10982
10983 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
10984
10985         * docs/plugins/gst-plugins-bad-plugins.args:
10986         * docs/plugins/inspect/plugin-alsaspdif.xml:
10987         * docs/plugins/inspect/plugin-bz2.xml:
10988         * docs/plugins/inspect/plugin-cdxaparse.xml:
10989         * docs/plugins/inspect/plugin-dtsdec.xml:
10990         * docs/plugins/inspect/plugin-faac.xml:
10991         * docs/plugins/inspect/plugin-faad.xml:
10992         * docs/plugins/inspect/plugin-filter.xml:
10993         * docs/plugins/inspect/plugin-freeze.xml:
10994         * docs/plugins/inspect/plugin-gdp.xml:
10995         * docs/plugins/inspect/plugin-glimagesink.xml:
10996         * docs/plugins/inspect/plugin-gsm.xml:
10997         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
10998         * docs/plugins/inspect/plugin-h264parse.xml:
10999         * docs/plugins/inspect/plugin-jack.xml:
11000         * docs/plugins/inspect/plugin-mms.xml:
11001         * docs/plugins/inspect/plugin-modplug.xml:
11002         * docs/plugins/inspect/plugin-musicbrainz.xml:
11003         * docs/plugins/inspect/plugin-neon.xml:
11004         * docs/plugins/inspect/plugin-nsfdec.xml:
11005         * docs/plugins/inspect/plugin-replaygain.xml:
11006         * docs/plugins/inspect/plugin-sdl.xml:
11007         * docs/plugins/inspect/plugin-spectrum.xml:
11008         * docs/plugins/inspect/plugin-speed.xml:
11009         * docs/plugins/inspect/plugin-tta.xml:
11010         * docs/plugins/inspect/plugin-videosignal.xml:
11011         * docs/plugins/inspect/plugin-xingheader.xml:
11012         * docs/plugins/inspect/plugin-xvid.xml:
11013           Update docs with caps info.
11014
11015 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
11016
11017         * gconf/.cvsignore:
11018         * gconf/Makefile.am:
11019         * gconf/gstreamer.schemas.in:
11020           Remove dysfunctional directory (this stuff is in -good).
11021
11022         * ext/sndfile/gstsf.c: (plugin_init):
11023         * sys/dvb/gstdvbsrc.c: (plugin_init):
11024           Add i18n bindtextdomain stuff.
11025
11026         * gst/nuvdemux/gstnuvdemux.c: (gst_nuv_demux_class_init),
11027         (plugin_init):
11028           Post an error message when returning GST_FLOW_ERROR; minor cleanups.
11029
11030         * po/POTFILES.in:
11031           Add more source files with translatable strings (fixes #450605).
11032
11033 2007-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11034
11035         Contributed by: Wenzheng Hu <db_lobster@163.com>
11036
11037         * po/LINGUAS:
11038         * po/zh_CN.po:
11039           Added Chinese (simplified) translation.
11040
11041 2007-06-22  Tim-Philipp Müller  <tim at centricular dot net>
11042
11043         Patch by: Jens Granseuer  <jensgr at gmx net>
11044
11045         * gst/equalizer/gstiirequalizer.c:
11046         * gst/equalizer/gstiirequalizer10bands.c:
11047         * gst/equalizer/gstiirequalizer3bands.c:
11048         * gst/equalizer/gstiirequalizernbands.c:
11049         * gst/rtpmanager/async_jitter_queue.c:
11050         (async_jitter_queue_push_sorted):
11051         * gst/rtpmanager/gstrtpjitterbuffer.c:
11052         (gst_rtp_jitter_buffer_chain):
11053         * gst/switch/gstswitch.c: (gst_switch_chain):
11054           Build fixes for gcc-2.9x (no mid-block variable declarations etc.).
11055           Fixes #450185.
11056
11057 2007-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11058
11059         * examples/switch/switcher.c (my_bus_callback, switch_timer,
11060           last_message_received, main):
11061         * gst/switch/gstswitch.c (gst_switch_release_pad,
11062           gst_switch_request_new_pad, gst_switch_chain, gst_switch_event,
11063           gst_switch_set_property, gst_switch_get_property,
11064           gst_switch_get_linked_pad, gst_switch_getcaps,
11065           gst_switch_bufferalloc, gst_switch_dispose, gst_switch_init):
11066         * gst/switch/gstswitch.h (switch_mutex, GST_SWITCH_LOCK,
11067           GST_SWITCH_UNLOCK):
11068         Add an extra lock to protect against certain variables instead of
11069         using the object lock. Fix case where caps are different in the
11070         sink pads causes deadlock. Update example to use different caps
11071         on each sink pad.
11072
11073 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
11074
11075         * MAINTAINERS:
11076         Updating all the maintainers files
11077
11078 2007-06-22  Edward Hervey  <edward@fluendo.com>
11079
11080         * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_init):
11081         * ext/amrwb/gstamrwbenc.c: (gst_amrwbenc_init):
11082         * ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_init):
11083         * ext/audioresample/gstaudioresample.c:
11084         * ext/bz2/gstbz2dec.c: (gst_bz2dec_init):
11085         * ext/bz2/gstbz2enc.c: (gst_bz2enc_init):
11086         * ext/divx/gstdivxdec.c: (gst_divxdec_init):
11087         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
11088         * ext/faac/gstfaac.c: (gst_faac_init):
11089         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init):
11090         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init):
11091         * ext/hermes/gsthermescolorspace.c: (gst_hermes_colorspace_init):
11092         * ext/lcs/gstcolorspace.c: (gst_colorspace_init):
11093         * ext/libfame/gstlibfame.c: (gst_fameenc_init):
11094         * ext/snapshot/gstsnapshot.c: (gst_snapshot_init):
11095         * ext/spc/gstspc.c: (gst_spc_dec_init):
11096         * ext/swfdec/gstswfdec.c: (gst_swfdec_init):
11097         * ext/xvid/gstxvidenc.c: (gst_xvidenc_init):
11098         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxa_parse_init):
11099         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_init):
11100         * gst/chart/gstchart.c: (gst_chart_init):
11101         * gst/colorspace/gstcolorspace.c: (gst_colorspace_init):
11102         * gst/festival/gstfestival.c: (gst_festival_init):
11103         * gst/freeze/gstfreeze.c: (gst_freeze_init):
11104         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_request_new_pad):
11105         * gst/mpeg1sys/gstmpeg1systemencode.c: (gst_system_encode_init):
11106         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
11107         * gst/nsf/gstnsf.c: (gst_nsfdec_init):
11108         * gst/overlay/gstoverlay.c: (gst_overlay_init):
11109         * gst/passthrough/gstpassthrough.c: (passthrough_init):
11110         * gst/playondemand/gstplayondemand.c: (play_on_demand_init):
11111         * gst/smooth/gstsmooth.c: (gst_smooth_init):
11112         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
11113         * gst/speed/gstspeed.c: (speed_init):
11114         * gst/vbidec/gstvbidec.c: (gst_vbidec_init):
11115         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init):
11116         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
11117         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
11118         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_init):
11119         Fix leaks.
11120
11121 2007-06-21  Tim-Philipp Müller  <tim at centricular dot net>
11122
11123         * RELEASE:
11124         * sys/Makefile.am:
11125           Re-enable VCD source and fix up release notes.
11126
11127 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
11128
11129         * gst/equalizer/gstiirequalizer.c:
11130           Document parameter mapping.
11131
11132 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
11133
11134         * gst/spectrum/gstspectrum.c: (gst_spectrum_event),
11135         (gst_spectrum_transform_ip):
11136           Fix leaking buffers.
11137           
11138         * tests/check/Makefile.am:
11139         * tests/check/elements/spectrum.c: (setup_spectrum),
11140         (cleanup_spectrum), (GST_START_TEST), (spectrum_suite), (main):
11141           Add simple test for spectrum element.
11142
11143 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
11144
11145         * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_base_init),
11146         (gst_amrwbdec_class_init), (gst_amrwbdec_finalize),
11147         (gst_amrwbdec_event), (gst_amrwbdec_chain),
11148         (gst_amrwbdec_state_change):
11149         * ext/amrwb/gstamrwbdec.h:
11150         * ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_base_init),
11151         (gst_amrwbparse_pull_header), (gst_amrwbparse_loop):
11152           Add newsegment and discont handling. Some code cleanups. Don't leak
11153           the adapter, unref it in a new finalize method instead. Sync the
11154           parser with the amr-nb changes.
11155
11156 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
11157
11158         * configure.ac:
11159         Back to CVS.
11160
11161         * gst-plugins-bad.doap:
11162         Add 0.10.5 to the doap file.
11163
11164 === release 0.10.5 ===
11165
11166 2007-06-19  Jan Schmidt <thaytan@mad.scientist.com>
11167
11168         * configure.ac:
11169           releasing 0.10.5, "Expedition to Lake Pahoe"
11170
11171 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
11172
11173         * win32/vs6/gst_plugins_bad.dsw:
11174         * win32/vs6/libdshowsrcwrapper.dsp:
11175         * win32/vs6/libgstdshow.dsp:
11176         * win32/vs6/libgstmpegvideoparse.dsp:
11177         * win32/vs6/libgstneon.dsp:
11178         Convert line endings to CRLF and mark as binary files.
11179
11180 2007-06-13  Wim Taymans  <wim@fluendo.com>
11181
11182         * sys/Makefile.am:
11183         Disable VCD build because we're frozen..
11184
11185 2007-06-13  Wim Taymans  <wim@fluendo.com>
11186
11187         * configure.ac:
11188         * sys/Makefile.am:
11189         * sys/vcd/Makefile.am:
11190         * sys/vcd/vcdsrc.c: (gst_vcdsrc_setup_interfaces),
11191         (gst_vcdsrc_base_init), (gst_vcdsrc_class_init), (gst_vcdsrc_init),
11192         (gst_vcdsrc_msf), (gst_vcdsrc_recalculate),
11193         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
11194         (gst_vcdsrc_create), (gst_vcdsrc_start), (gst_vcdsrc_stop),
11195         (gst_vcdsrc_uri_set_uri):
11196         * sys/vcd/vcdsrc.h:
11197         Port VCD element.
11198
11199 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
11200
11201         * win32/MANIFEST:
11202         Add megvideoparse, libdshow and dshowsrcwrapper to win32
11203         MANIFEST.
11204         * win32/vs6/gst_plugins_bad.dsw:
11205         Remove qtdemux, directdraw, directsound and waveform project files
11206         from the workspace as they have been moved to -good.
11207
11208 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
11209
11210         * po/POTFILES.in:
11211         Remove qtdemux from the translation list.
11212
11213 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
11214
11215         * configure.ac:
11216         * docs/plugins/Makefile.am:
11217         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11218         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11219         * docs/plugins/inspect/plugin-osxvideo.xml:
11220         * docs/plugins/inspect/plugin-videocrop.xml:
11221         * gst-plugins-bad.spec.in:
11222         * gst/videocrop/Makefile.am:
11223         * gst/videocrop/gstvideocrop.c:
11224         * gst/videocrop/gstvideocrop.h:
11225         * gst/videocrop/videocrop.vcproj:
11226         * sys/Makefile.am:
11227         * sys/osxvideo/Makefile.am:
11228         * sys/osxvideo/cocoawindow.h:
11229         * sys/osxvideo/cocoawindow.m:
11230         * sys/osxvideo/osxvideosink.h:
11231         * sys/osxvideo/osxvideosink.m:
11232         * tests/check/Makefile.am:
11233         * tests/check/elements/videocrop.c:
11234         * tests/icles/Makefile.am:
11235         * tests/icles/videocrop-test.c:
11236         Move videocrop and osxvideo to -good.
11237
11238 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
11239
11240         * configure.ac:
11241         * docs/plugins/Makefile.am:
11242         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11243         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11244         * gst/qtdemux/Makefile.am:
11245         * gst/qtdemux/gstrtpxqtdepay.c:
11246         * gst/qtdemux/gstrtpxqtdepay.h:
11247         * gst/qtdemux/qtdemux.c:
11248         * gst/qtdemux/qtdemux.h:
11249         * gst/qtdemux/qtdemux.vcproj:
11250         * gst/qtdemux/qtdemux_dump.c:
11251         * gst/qtdemux/qtdemux_dump.h:
11252         * gst/qtdemux/qtdemux_fourcc.h:
11253         * gst/qtdemux/qtdemux_types.c:
11254         * gst/qtdemux/qtdemux_types.h:
11255         * gst/qtdemux/qtpalette.h:
11256         * gst/qtdemux/quicktime.c:
11257         * win32/MANIFEST:
11258         * win32/vs6/libgstqtdemux.dsp:
11259         Move qtdemux to -good.
11260
11261         * gst-plugins-bad.spec.in:
11262         Update spec file to reflect wavpack & qtdemux moving to -good.
11263
11264 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
11265
11266         * docs/plugins/Makefile.am:
11267         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11268         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11269         * docs/plugins/inspect/plugin-waveform.xml:
11270         * sys/waveform/gstwaveformplugin.c:
11271         * sys/waveform/gstwaveformsink.c:
11272         * sys/waveform/gstwaveformsink.h:
11273         * win32/MANIFEST:
11274         * win32/vs6/libgstwaveform.dsp:
11275         Remove the waveform plugin now that it is in -good.
11276
11277 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
11278
11279         * configure.ac:
11280         * docs/plugins/Makefile.am:
11281         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11282         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11283         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
11284         * docs/plugins/inspect/plugin-wavpack.xml:
11285         * ext/Makefile.am:
11286         * ext/wavpack/Makefile.am:
11287         * ext/wavpack/gstwavpack.c:
11288         * ext/wavpack/gstwavpackcommon.c:
11289         * ext/wavpack/gstwavpackcommon.h:
11290         * ext/wavpack/gstwavpackdec.c:
11291         * ext/wavpack/gstwavpackdec.h:
11292         * ext/wavpack/gstwavpackenc.c:
11293         * ext/wavpack/gstwavpackenc.h:
11294         * ext/wavpack/gstwavpackparse.c:
11295         * ext/wavpack/gstwavpackparse.h:
11296         * ext/wavpack/gstwavpackstreamreader.c:
11297         * ext/wavpack/gstwavpackstreamreader.h:
11298         * ext/wavpack/md5.c:
11299         * ext/wavpack/md5.h:
11300         * tests/check/Makefile.am:
11301         * tests/check/elements/wavpackdec.c:
11302         * tests/check/elements/wavpackenc.c:
11303         * tests/check/elements/wavpackparse.c:
11304           Move wavpack to good.
11305
11306 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
11307
11308         * configure.ac:
11309         * docs/plugins/Makefile.am:
11310         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11311         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11312         * docs/plugins/gst-plugins-bad-plugins.args:
11313         * docs/plugins/inspect/plugin-directdraw.xml:
11314         * docs/plugins/inspect/plugin-directsound.xml:
11315         * sys/Makefile.am:
11316         * sys/directdraw/Makefile.am:
11317         * sys/directdraw/gstdirectdrawplugin.c:
11318         * sys/directdraw/gstdirectdrawsink.c:
11319         * sys/directdraw/gstdirectdrawsink.h:
11320         * sys/directsound/Makefile.am:
11321         * sys/directsound/gstdirectsoundplugin.c:
11322         * sys/directsound/gstdirectsoundsink.c:
11323         * sys/directsound/gstdirectsoundsink.h:
11324         * win32/MANIFEST:
11325         * win32/gst.sln:
11326         * win32/vs6/libgstdirectdraw.dsp:
11327         * win32/vs6/libgstdirectsound.dsp:
11328         * win32/vs7/libgstdirectdraw.vcproj:
11329         * win32/vs7/libgstdirectsound.vcproj:
11330         * win32/vs8/libgstdirectdraw.vcproj:
11331         * win32/vs8/libgstdirectsound.vcproj:
11332         Remove DirectDraw & DirectSound plugins, as they've moved to Good
11333
11334 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
11335
11336         * ext/timidity/gsttimidity.c: (gst_timidity_loop):
11337         * ext/timidity/gstwildmidi.c: (gst_wildmidi_loop):
11338         * gst/tta/gstttaparse.c: (gst_tta_parse_loop):
11339           When driving the pipeline, also post an error when we get a
11340           not-linked flow return from downstream.
11341
11342 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
11343
11344         * docs/plugins/gst-plugins-bad-plugins.args:
11345         * sys/directdraw/gstdirectdrawsink.c:
11346         (gst_directdraw_sink_class_init):
11347         Rename the keep-aspect-ratio property to force-aspect-ratio to make
11348         it consistent with xvimagesink and ximagesink.
11349
11350 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
11351
11352         * tests/icles/videocrop-test.c: (main):
11353           Default to xvimagesink instead of autovideosink while
11354           autovideosink/ghostpads/whatever don't handle the way we use it in
11355           the way we expect it to.
11356
11357 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
11358
11359         * configure.ac:
11360           Bump requirements to released versions of core and -base, and remove
11361           special-casing for equalizer and rtpmanager as it's not needed any
11362           longer.
11363
11364 2007-06-06  Jan Schmidt  <thaytan@mad.scientist.com>
11365
11366         * sys/glsink/glimagesink.c: (gst_glimage_sink_stop),
11367         (gst_glimage_sink_create_window), (gst_glimage_sink_init_display):
11368         Sprinkle in some XSync calls to avoid raciness with broken
11369         drivers (ATI) when re-using a single glimagesink.
11370
11371 2007-06-06  Jan Schmidt  <thaytan@mad.scientist.com>
11372
11373         * gst/mpegvideoparse/mpegpacketiser.c:
11374         (mpeg_util_parse_extension_packet), (mpeg_util_parse_sequence_hdr),
11375         (mpeg_util_parse_picture_hdr):
11376         * gst/mpegvideoparse/mpegvideoparse.c:
11377         (mpegvideoparse_handle_sequence), (mpegvideoparse_drain_avail):
11378         Fix some silly bugs with calculating the guard sizes.
11379         Properly compare the old sequence header structure with the new one.
11380         Don't error out on an invalid sequence - just ignore it.
11381
11382 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
11383
11384         * gst/real/gstrealvideodec.c: (gst_real_video_dec_decode):
11385           Printf fix in debug statement; also print the right number there.
11386
11387 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
11388
11389         * ext/sdl/Makefile.am:
11390         * ext/sdl/sdlvideosink.c: (gst_sdlv_process_events):
11391           Add GST_CFLAGS, which apparently somehow fixes the build somewhere
11392           (#444499); initialise variable to avoid false compiler warning.
11393
11394 2007-06-01  Wim Taymans  <wim@fluendo.com>
11395
11396         * docs/plugins/Makefile.am:
11397         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11398         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11399         * docs/plugins/inspect/plugin-videosignal.xml:
11400         * gst/videosignal/Makefile.am:
11401         * gst/videosignal/gstvideomark.c: (gst_video_mark_set_caps),
11402         (gst_video_mark_draw_box), (gst_video_mark_420),
11403         (gst_video_mark_transform_ip), (gst_video_mark_set_property),
11404         (gst_video_mark_get_property), (gst_video_mark_base_init),
11405         (gst_video_mark_class_init), (gst_video_mark_init),
11406         (gst_video_mark_get_type):
11407         * gst/videosignal/gstvideomark.h:
11408         * gst/videosignal/gstvideosignal.c: (plugin_init):
11409         Add plugin to generate a pattern detectable by videodetect.
11410
11411 2007-06-01  Tim-Philipp Müller  <tim at centricular dot net>
11412
11413         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_create):
11414           Don't leak buffer when returning an error.
11415
11416 2007-06-01  Wim Taymans  <wim@fluendo.com>
11417
11418         Patch by René Stadler <mail at renestadler dot de>:
11419
11420         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
11421         (gst_neonhttp_src_init), (gst_neonhttp_src_dispose),
11422         (gst_neonhttp_src_set_property), (gst_neonhttp_src_get_property),
11423         (gst_neonhttp_src_start), (gst_neonhttp_src_do_seek),
11424         (gst_neonhttp_src_set_location),
11425         (gst_neonhttp_src_send_request_and_redirect),
11426         (gst_neonhttp_src_uri_get_uri), (gst_neonhttp_src_uri_set_uri):
11427         * ext/neon/gstneonhttpsrc.h:
11428         Deprecated "uri" property.  Clean up property descriptions.
11429         Change default User-Agent to the slightly more descriptive
11430         "GStreamer neonhttpsrc".
11431         Various other small cleanups, mostly property related.
11432
11433 2007-05-31  Tim-Philipp Müller  <tim at centricular dot net>
11434
11435         * ext/libmms/gstmms.h:
11436           No reason to use gpointers instead of typed pointes here as far as I
11437           can see.
11438
11439         * ext/mythtv/gstmythtvsrc.c:
11440         * ext/neon/gstneonhttpsrc.c:
11441         * gst/switch/gstswitch.c:
11442           Don't use gtk-doc magic markers for things that aren't meant to be
11443           parsed by gtk-doc. Makes gtk-doc complain a bit less.
11444
11445 2007-05-30  Wim Taymans  <wim@fluendo.com>
11446
11447         * configure.ac:
11448         * docs/plugins/Makefile.am:
11449         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11450         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11451         * docs/plugins/inspect/plugin-videosignal.xml:
11452         * gst/videosignal/Makefile.am:
11453         * gst/videosignal/gstvideoanalyse.c: (gst_video_analyse_set_caps),
11454         (gst_video_analyse_post_message), (gst_video_analyse_420),
11455         (gst_video_analyse_transform_ip), (gst_video_analyse_set_property),
11456         (gst_video_analyse_get_property), (gst_video_analyse_base_init),
11457         (gst_video_analyse_class_init), (gst_video_analyse_init),
11458         (gst_video_analyse_get_type):
11459         * gst/videosignal/gstvideoanalyse.h:
11460         * gst/videosignal/gstvideodetect.c: (gst_video_detect_set_caps),
11461         (gst_video_detect_post_message),
11462         (gst_video_detect_calc_brightness), (gst_video_detect_420),
11463         (gst_video_detect_transform_ip), (gst_video_detect_set_property),
11464         (gst_video_detect_get_property), (gst_video_detect_base_init),
11465         (gst_video_detect_class_init), (gst_video_detect_init),
11466         (gst_video_detect_get_type):
11467         * gst/videosignal/gstvideodetect.h:
11468         * gst/videosignal/gstvideosignal.c: (plugin_init):
11469         * gst/videosignal/gstvideosignal.h:
11470         Added videosignal plugin with two plugins to analyse video frames.
11471         Added videoanalyse to report about brightness and variance in video
11472         frames.
11473         Added videodetect to detect predefined patterns in a video signal.
11474
11475 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
11476
11477         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
11478         * docs/plugins/gst-plugins-bad-plugins.interfaces:
11479         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
11480         * docs/plugins/gst-plugins-bad-plugins.signals:
11481           More updates.
11482
11483 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
11484
11485         * docs/plugins/gst-plugins-bad-plugins.args:
11486         * docs/plugins/gst-plugins-bad-plugins.signals:
11487         * docs/plugins/inspect/plugin-dtsdec.xml:
11488         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
11489         * docs/plugins/inspect/plugin-musepack.xml:
11490         * docs/plugins/inspect/plugin-rtpmanager.xml:
11491         * docs/plugins/inspect/plugin-sdl.xml:
11492         * docs/plugins/inspect/plugin-spcdec.xml:
11493         * docs/plugins/inspect/plugin-swfdec.xml:
11494           Updates; update inspect info for rtpmanager => gstrtpmanager rename,
11495           hopefully that makes the build bots happy again.
11496
11497 2007-05-28  Wim Taymans  <wim@fluendo.com>
11498
11499         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11500         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11501         * gst/rtpmanager/gstrtpbin.c: (create_session), (create_stream),
11502         (gst_rtp_bin_class_init), (create_recv_rtp), (create_recv_rtcp),
11503         (create_send_rtp), (create_rtcp), (gst_rtp_bin_request_new_pad):
11504         * gst/rtpmanager/gstrtpclient.c: (create_stream),
11505         (gst_rtp_client_request_new_pad):
11506         * gst/rtpmanager/gstrtpjitterbuffer.c:
11507         (gst_rtp_jitter_buffer_clear_pt_map), (gst_rtp_jitter_buffer_loop):
11508         * gst/rtpmanager/gstrtpmanager.c: (plugin_init):
11509         * gst/rtpmanager/gstrtpptdemux.c:
11510         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
11511         (gst_rtp_session_request_new_pad):
11512         * gst/rtpmanager/gstrtpssrcdemux.c:
11513         Rename elements to avoid conflict with farsight elements with the same
11514         name. Fixes #430664.
11515
11516 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
11517
11518         Patch by: Vincent Torri  <vtorri at univ-evry fr>
11519
11520         * sys/directdraw/gstdirectdrawsink.c:
11521         (gst_directdraw_sink_buffer_alloc),
11522         (gst_directdraw_sink_show_frame),
11523         (gst_directdraw_sink_check_primary_surface),
11524         (gst_directdraw_sink_check_offscreen_surface),
11525         (EnumModesCallback2), (gst_directdraw_sink_get_ddrawcaps),
11526         (gst_directdraw_sink_surface_create):
11527         * sys/directdraw/gstdirectdrawsink.h:
11528           Fix more warnings when compiling with MingW (#439914).
11529
11530 2007-05-24  Sebastian Moutte  <sebastien@moutte.net>
11531
11532         * docs/plugins/gst-plugins-bad-plugins.args:
11533         Remove directsoundsink property doc as this sink use the mixer
11534         interface now.
11535         * docs/plugins/gst-plugins-bad-plugins.interfaces:
11536         Add interfaces implemented by Windows sinks.
11537         * sys/directsound/gstdirectsoundsink.c:
11538         * sys/directsound/gstdirectsoundsink.h:
11539         Remove directsoundsink property  and implement the mixer interface.
11540         * win32/vs6/gst_plugins_bad.dsw:
11541         * win32/vs6/libgstdirectsound.dsp:
11542         Update project files.
11543         * gst-libs/gst/dshow/gstdshow.cpp:
11544         * gst-libs/gst/dshow/gstdshow.h:
11545         * gst-libs/gst/dshow/gstdshowfakesink.cpp:
11546         * gst-libs/gst/dshow/gstdshowfakesink.h:
11547         * gst-libs/gst/dshow/gstdshowfakesrc.cpp:
11548         * gst-libs/gst/dshow/gstdshowfakesrc.h:
11549         * gst-libs/gst/dshow/gstdshowinterface.cpp:
11550         * gst-libs/gst/dshow/gstdshowinterface.h:
11551         * win32/common/libgstdshow.def:
11552         * win32/vs6/libgstdshow.dsp:
11553         Add a new gst library which allow to create internal Direct Show
11554         graph (pipelines) to wrap Windows sources, decoders or encoders.
11555         It includes a DirectShow fake source and sink and utility functions.    
11556         * sys/dshowsrcwrapper/gstdshowaudiosrc.c:
11557         * sys/dshowsrcwrapper/gstdshowaudiosrc.h:
11558         * sys/dshowsrcwrapper/gstdshowsrcwrapper.c:
11559         * sys/dshowsrcwrapper/gstdshowsrcwrapper.h:
11560         * sys/dshowsrcwrapper/gstdshowvideosrc.c:
11561         * sys/dshowsrcwrapper/gstdshowvideosrc.h:
11562         * win32/vs6/libdshowsrcwrapper.dsp:
11563         Add a new plugin to wrap DirectShow sources on Windows.
11564         It gets data from any webcam, dv cam, micro. We could add 
11565         tv tunner card later.
11566         
11567 2007-05-23  Sebastian Dröge  <slomo@circular-chaos.org>
11568
11569         Patch by René Stadler <mail at renestadler dot de>:
11570
11571         * ext/sdl/sdlvideosink.c:
11572         Separate the authors by newlines instead of nothing. Fixes #440774.
11573
11574 2007-05-23  Wim Taymans  <wim@fluendo.com>
11575
11576         * docs/plugins/inspect/plugin-rtpmanager.xml:
11577         Add doc xml file.
11578
11579 2007-05-23  Wim Taymans  <wim@fluendo.com>
11580
11581         * docs/plugins/Makefile.am:
11582         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11583         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11584         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_class_init):
11585         * gst/rtpmanager/gstrtpbin.h:
11586         * gst/rtpmanager/gstrtpclient.c:
11587         * gst/rtpmanager/gstrtpjitterbuffer.c:
11588         (gst_rtp_jitter_buffer_class_init),
11589         (gst_rtp_jitter_buffer_clear_pt_map), (gst_rtp_jitter_buffer_loop):
11590         * gst/rtpmanager/gstrtpjitterbuffer.h:
11591         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_class_init),
11592         (gst_rtp_pt_demux_clear_pt_map):
11593         * gst/rtpmanager/gstrtpptdemux.h:
11594         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
11595         (rtcp_thread), (gst_rtp_session_clear_pt_map):
11596         * gst/rtpmanager/gstrtpsession.h:
11597         * gst/rtpmanager/gstrtpssrcdemux.c:
11598         (gst_rtp_ssrc_demux_class_init):
11599         Document stuff.
11600         Add clear-pt-map action signal where needed.
11601
11602 2007-05-22  Stefan Kost  <ensonic@users.sf.net>
11603
11604         * configure.ac:
11605           Depend on gstreamer-0.10.12.1.
11606         
11607         * gst/equalizer/gstiirequalizer.c (ARG_BAND_WIDTH, _do_init, ARG_GAIN,
11608           _GstIirEqualizerBand, object, _GstIirEqualizerBandClass,
11609           parent_class, gst_iir_equalizer_band_set_property,
11610           gst_iir_equalizer_band_class_init, gst_iir_equalizer_band_get_type,
11611           gst_iir_equalizer_child_proxy_get_child_by_index,
11612           gst_iir_equalizer_child_proxy_get_children_count,
11613           gst_iir_equalizer_child_proxy_interface_init, setup_filter,
11614           gst_iir_equalizer_compute_frequencies,
11615           gst_iir_equalizer_set_property, gst_iir_equalizer_get_property,
11616           plugin_init):
11617         * gst/equalizer/gstiirequalizer.h (audiofilter):
11618         * gst/equalizer/gstiirequalizernbands.c (ARG_NUM_BANDS,
11619           gst_iir_equalizer_nbands_base_init, gst_iir_equalizer_nbands_init,
11620           gst_iir_equalizer_nbands_set_property):
11621           Use new locking macros.
11622
11623         * gst/filter/gstbpwsinc.c (bpwsinc_set_caps):
11624           Add fixme.
11625
11626         * gst/spectrum/gstspectrum.c (SPECTRUM_WINDOW_BASE,
11627           SPECTRUM_WINDOW_LEN, gst_spectrum_init, gst_spectrum_set_property,
11628           gst_spectrum_event, gst_spectrum_transform_ip):
11629           Use new locking macros. Turn two fixed values into #defines.
11630
11631 2007-05-22  Edward Hervey  <edward@fluendo.com>
11632
11633         * docs/plugins/Makefile.am:
11634         Also look for .m (objectivec) files.
11635         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11636         * docs/plugins/gst-plugins-bad-plugins.args:
11637         * sys/osxvideo/osxvideosink.m:
11638         Add documentation for element and properties.
11639
11640 2007-05-21  Stefan Kost  <ensonic@users.sf.net>
11641
11642         * ChangeLog:
11643           ChangeLog surgery.
11644         * gst/equalizer/gstiirequalizer.c (ARG_BAND_WIDTH, _do_init, ARG_GAIN,
11645           _GstIirEqualizerBand, object, _GstIirEqualizerBandClass,
11646           parent_class, gst_iir_equalizer_band_set_property,
11647           gst_iir_equalizer_band_class_init, gst_iir_equalizer_band_get_type,
11648           gst_iir_equalizer_child_proxy_get_child_by_index,
11649           gst_iir_equalizer_child_proxy_get_children_count,
11650           gst_iir_equalizer_child_proxy_interface_init, setup_filter,
11651           gst_iir_equalizer_compute_frequencies, plugin_init):
11652         * tests/icles/equalizer-test.c:
11653           Add fixme and comment for example.
11654
11655 2007-05-21  Stefan Kost  <ensonic@users.sf.net>
11656
11657         * gst/spectrum/gstspectrum.c (gst_spectrum_set_property,
11658           gst_spectrum_event, gst_spectrum_transform_ip):
11659           Use lock to protect from concurrent access.
11660
11661 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
11662
11663         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_class_init),
11664         (gst_wavpack_enc_set_property), (gst_wavpack_enc_get_property):
11665         Specify and use properties as unsigned int that are an unsigned int.
11666
11667 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
11668
11669         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_class_init),
11670         (gst_wavpack_enc_init), (gst_wavpack_enc_set_wp_config),
11671         (gst_wavpack_enc_set_property), (gst_wavpack_enc_get_property):
11672         * ext/wavpack/gstwavpackenc.h:
11673         Fixup docs, make the bitrate property an int as it should be and
11674         allow to set the different extra processing modes instead of only
11675         allowing none and the default one.
11676
11677 2007-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
11678
11679         * ext/wavpack/gstwavpackenc.c:
11680         Add missing audioconverts in the example pipelines of wavpackenc. As
11681         the wavpack stuff now needs input with 32 bit width (and random depth)
11682         this is needed now. The example pipelines for the parser and decoder
11683         are still fine.
11684
11685 2007-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
11686
11687         * docs/plugins/Makefile.am:
11688         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
11689           Fix docs build and hierarchy.
11690
11691 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
11692
11693         * sys/directdraw/gstdirectdrawsink.c: (gst_ddrawsurface_finalize),
11694         (gst_directdraw_sink_buffer_alloc),
11695         (gst_directdraw_sink_get_ddrawcaps),
11696         (gst_directdraw_sink_surface_create):
11697           Bunch of small fixes: remove static function that doesn't exist;
11698           declare another one that does; printf format fix; use right macro
11699           when specifying debug category; remove a bunch of unused variables;
11700           #if 0 out an unused chunk of code (partially fixes #439914).
11701
11702 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
11703
11704         * gst/qtdemux/qtdemux.c: (gst_qtdemux_prepare_current_sample):
11705         * gst/switch/gstswitch.c: (gst_switch_chain):
11706           Printf format fixes (#439910, #439911).
11707
11708 2007-05-19  Tim-Philipp Müller  <tim at centricular dot net>
11709
11710         * tests/check/Makefile.am:
11711           Remove bits for deinterleave check which isn't in CVS yet.
11712
11713 2007-05-19  Tim-Philipp Müller  <tim at centricular dot net>
11714
11715         Patch by: René Stadler <mail at renestadler de>
11716
11717         * docs/plugins/Makefile.am:
11718         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11719         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11720         * docs/plugins/inspect/plugin-replaygain.xml:
11721         * gst/replaygain/Makefile.am:
11722         * gst/replaygain/gstrganalysis.c: (gst_rg_analysis_class_init),
11723         (gst_rg_analysis_start), (gst_rg_analysis_set_caps),
11724         (gst_rg_analysis_transform_ip), (gst_rg_analysis_event),
11725         (gst_rg_analysis_stop), (gst_rg_analysis_handle_tags),
11726         (gst_rg_analysis_handle_eos), (gst_rg_analysis_track_result),
11727         (gst_rg_analysis_album_result):
11728         * gst/replaygain/gstrganalysis.h:
11729         * gst/replaygain/gstrglimiter.c: (gst_rg_limiter_base_init),
11730         (gst_rg_limiter_class_init), (gst_rg_limiter_init),
11731         (gst_rg_limiter_set_property), (gst_rg_limiter_get_property),
11732         (gst_rg_limiter_transform_ip):
11733         * gst/replaygain/gstrglimiter.h:
11734         * gst/replaygain/gstrgvolume.c: (gst_rg_volume_base_init),
11735         (gst_rg_volume_class_init), (gst_rg_volume_init),
11736         (gst_rg_volume_set_property), (gst_rg_volume_get_property),
11737         (gst_rg_volume_dispose), (gst_rg_volume_change_state),
11738         (gst_rg_volume_sink_event), (gst_rg_volume_tag_event),
11739         (gst_rg_volume_reset), (gst_rg_volume_update_gain),
11740         (gst_rg_volume_determine_gain):
11741         * gst/replaygain/gstrgvolume.h:
11742         * gst/replaygain/replaygain.c: (plugin_init):
11743         * gst/replaygain/replaygain.h:
11744         * gst/replaygain/rganalysis.h:
11745         * tests/check/Makefile.am:
11746         * tests/check/elements/.cvsignore:
11747         * tests/check/elements/rganalysis.c: (send_eos_event),
11748         (GST_START_TEST):
11749         * tests/check/elements/rglimiter.c: (setup_rglimiter),
11750         (cleanup_rglimiter), (set_playing_state), (create_test_buffer),
11751         (verify_test_buffer), (GST_START_TEST), (rglimiter_suite), (main):
11752         * tests/check/elements/rgvolume.c: (event_func), (setup_rgvolume),
11753         (cleanup_rgvolume), (set_playing_state), (set_null_state),
11754         (send_eos_event), (send_tag_event), (test_buffer_new),
11755         (fail_unless_target_gain), (fail_unless_result_gain),
11756         (fail_unless_gain), (GST_START_TEST), (rgvolume_suite), (main):
11757           Add replaygain playback elements (#412710).
11758
11759 2007-05-18  Jan Schmidt  <thaytan@mad.scientist.com>
11760
11761         * sys/glsink/glimagesink.c: (gst_glimage_sink_init_display):
11762         Update the cached caps after opening the display so that we report
11763         only the supported caps formats, not just the template caps.
11764         Fixes: #439405
11765
11766 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
11767
11768         * ext/amrwb/gstamrwbdec.c (gst_amrwbdec_debug, GST_CAT_DEFAULT,
11769           _do_init, gst_amrwbdec_base_init, gst_amrwbdec_class_init):
11770         * ext/amrwb/gstamrwbenc.c (gst_amrwbenc_debug, GST_CAT_DEFAULT,
11771           _do_init, gst_amrwbenc_base_init, gst_amrwbenc_class_init):
11772         * ext/amrwb/gstamrwbparse.c (gst_amrwbparse_debug, GST_CAT_DEFAULT,
11773           _do_init, gst_amrwbparse_base_init, gst_amrwbparse_class_init):
11774           First round of cleanups, that use GST_BOILERPLATE, GST_ELEMENT_DETAILS,
11775           GST_DEBUG_FUNCPTR and add log-category.
11776
11777 2007-05-17  Edward Hervey  <edward@fluendo.com>
11778
11779         * sys/osxvideo/osxvideosink.h:
11780         * sys/osxvideo/osxvideosink.m:
11781         Remove the event-loop-in-separate-thread modifications, because MacOSX
11782         is $#@(*%$# ! For those wondering, the event handling needs to be done
11783         in the main thread after all..
11784
11785 2007-05-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11786
11787         * gst/switch/gstswitch.c (ARG_0, ARG_NB_SOURCES, ARG_ACTIVE_SOURCE,
11788           ARG_START_VALUE, ARG_STOP_VALUE, ARG_LAST_TS, ARG_QUEUE_BUFFERS,
11789           parent_class, gst_switch_release_pad, gst_switch_request_new_pad,
11790           gst_switch_chain, gst_switch_event, gst_switch_set_property,
11791           gst_switch_get_property, gst_switch_getcaps, gst_switch_dispose,
11792           unref_buffer, unref_buffers_and_destroy_list, gst_switch_init,
11793           gst_switch_base_init, gst_switch_class_init):
11794         * gst/switch/gstswitch.h (need_to_send_newsegment, queue_buffers,
11795           stop_value, start_value, current_start, last_ts, stored_buffers):
11796         Add handling of application provided stop and start values, allowing
11797         A/V sync across 2 switch elements.
11798
11799 2007-05-17  Edward Hervey  <edward@fluendo.com>
11800
11801         * sys/osxvideo/osxvideosink.h:
11802         * sys/osxvideo/osxvideosink.m:
11803         Fix a stupid #if vs #ifdef bug. Should use the proper colorspace now.
11804         Use a separate thread/task for the cocoa event_loop, else it wouldn't
11805         stop.
11806
11807 2007-05-16  Tim-Philipp Müller  <tim at centricular dot net>
11808
11809         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_chain),
11810         (gst_real_audio_dec_setcaps):
11811         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain):
11812           Don't crash when we get a buffer and our input caps haven't been set
11813           yet; also, don't leak all the input buffers (realaudiodec only).
11814
11815 2007-05-16  Stefan Kost  <ensonic@users.sf.net>
11816
11817         patch by: Stanislav Brabec <sbrabec@suse.cz>
11818
11819         * configure.ac:
11820         * ext/amrwb/Makefile.am:
11821         * ext/amrwb/amrwb-code/Makefile.am:
11822         * ext/amrwb/amrwb-code/amrwb/Makefile.am:
11823         * ext/amrwb/amrwb-code/amrwb/README:
11824         * ext/amrwb/gstamrwbdec.c:
11825         * ext/amrwb/gstamrwbdec.h (__GST_AMRWBDEC_H__):
11826         * ext/amrwb/gstamrwbenc.h (__GST_AMRWBENC_H__):
11827         * ext/amrwb/gstamrwbparse.c:
11828         * ext/amrwb/gstamrwbparse.h (__GST_AMRWBPARSE_H__):
11829         * gst-libs/Makefile.am:
11830         * gst-libs/ext/Makefile.am:
11831         * gst-libs/ext/amrwb/Makefile.am:
11832         * gst-libs/ext/amrwb/README:
11833           Use external shared libamrwb. Fixes #423741 (with lots of cleanup).
11834
11835 2007-05-16  Stefan Kost  <ensonic@users.sf.net>
11836
11837         * ext/x264/gstx264enc.c (gst_x264_enc_init_encoder):
11838           This needs a version check.
11839
11840         * gst/bayer/Makefile.am:
11841           Fix the build.
11842
11843 2007-05-15  Tim-Philipp Müller  <tim at centricular dot net>
11844
11845         * configure.ac:
11846         * sys/directdraw/Makefile.am:
11847         * sys/directsound/Makefile.am:
11848           Add DIRECTDRAW_CFLAGS and DIRECTSOUND_CFLAGS to Makefile.am; save
11849           and restore the various flags in the directdraw/directsound
11850           detection section. Apparently improves cross-compiling for win32
11851           with mingw32 under some circumstances (#437539).
11852
11853 2007-05-15  Wim Taymans  <wim@fluendo.com>
11854
11855         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_chain):
11856         We always use fixed caps.
11857
11858 2007-05-14  David Schleef  <ds@schleef.org>
11859
11860         * gst/rtpmanager/gstrtpbin.c:
11861           g_hash_table_remove_all() only exists in 2.12.  Work around.
11862
11863 2007-05-14  David Schleef  <ds@schleef.org>
11864
11865         * configure.ac:
11866         * gst/bayer/Makefile.am:
11867         * gst/bayer/gstbayer.c:
11868         * gst/bayer/gstbayer2rgb.c:
11869           Add a Bayer-to-RGB converter.  You know you want one, uh-huh.
11870           Partial fix for #314160.
11871
11872 2007-05-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11873
11874         * gst/switch/gstswitch.c (ARG_ACTIVE_SOURCE, ARG_STOP_VALUE,
11875           ARG_LAST_TS, parent_class, gst_switch_release_pad,
11876           gst_switch_request_new_pad, gst_switch_chain, gst_switch_event,
11877           gst_switch_set_property, gst_switch_get_property, gst_switch_getcaps,
11878           gst_switch_dispose, gst_switch_init, gst_switch_class_init):
11879         * gst/switch/gstswitch.h (previous_sinkpad, nb_sinkpads, stop_value,
11880           current_start, last_ts):
11881         Allow application to provide a stop timestamp, so a new segment
11882         update can be sent before switching.
11883
11884 2007-05-14  Wim Taymans  <wim@fluendo.com>
11885
11886         * gst/rtpmanager/async_jitter_queue.c:
11887         (async_jitter_queue_set_flushing_unlocked):
11888         Fix leak when flushing.
11889
11890         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_clear_pt_map),
11891         (gst_rtp_bin_class_init):
11892         * gst/rtpmanager/gstrtpbin.h:
11893         Add clear-pt-map signal.
11894
11895         * gst/rtpmanager/gstrtpjitterbuffer.c:
11896         (gst_rtp_jitter_buffer_flush_stop),
11897         (gst_rtp_jitter_buffer_sink_event), (gst_rtp_jitter_buffer_loop):
11898         Init clock-rate to -1 to mark unknow clock rate.
11899         Fix flushing.
11900
11901 2007-05-13  David Schleef  <ds@schleef.org>
11902
11903         * gst/replaygain/rganalysis.c:
11904           Fix wrong ifdef for visual C++.  Fixes: #437403.
11905           By Ali Sabil <ali.sabil@gmail.com>.
11906
11907 2007-05-12  David Schleef  <ds@schleef.org>
11908
11909         * ext/neon/gstneonhttpsrc.c:
11910           Make redirection the default behavior.  Fixes #413818.
11911
11912 2007-05-10  Stefan Kost  <ensonic@users.sf.net>
11913
11914         * gst/qtdemux/qtdemux.c (gst_qtdemux_move_stream,
11915           gst_qtdemux_loop_state_header, gst_qtdemux_activate_segment,
11916           gst_qtdemux_prepare_current_sample, gst_qtdemux_combine_flows,
11917           gst_qtdemux_loop_state_movie, gst_qtdemux_loop,
11918           qtdemux_parse_segments, qtdemux_parse_trak):
11919         * gst/rtpmanager/rtpsession.c (rtp_session_get_bandwidth,
11920           rtp_session_get_rtcp_bandwidth, rtp_session_get_cname,
11921           rtp_session_get_name, rtp_session_get_email, rtp_session_get_phone,
11922           rtp_session_get_location, rtp_session_get_tool,
11923           rtp_session_process_bye, session_report_blocks):
11924         * gst/rtpmanager/rtpsource.c (rtp_source_process_rtp,
11925           rtp_source_send_rtp, rtp_source_process_sr, rtp_source_process_rb):
11926           More format arg fixing (spotted by Ali Sabil <ali.sabil@gmail.com>).
11927
11928         * gst/switch/Makefile.am:
11929           Add require libraries(spotted by Ali Sabil <ali.sabil@gmail.com>).
11930
11931 2007-05-10  Stefan Kost  <ensonic@users.sf.net>
11932
11933         * gst/rtpmanager/async_jitter_queue.c (tail_buffer_duration,
11934           async_jitter_queue_ref, async_jitter_queue_ref_unlocked,
11935           async_jitter_queue_set_low_threshold,
11936           async_jitter_queue_length_ts_units_unlocked,
11937           async_jitter_queue_unref_and_unlock, async_jitter_queue_unref,
11938           async_jitter_queue_lock, async_jitter_queue_push,
11939           async_jitter_queue_push_unlocked, async_jitter_queue_push_sorted,
11940           async_jitter_queue_pop_intern_unlocked, async_jitter_queue_pop,
11941           async_jitter_queue_pop_unlocked, async_jitter_queue_length_unlocked,
11942           async_jitter_queue_set_flushing_unlocked,
11943           async_jitter_queue_unset_flushing_unlocked):
11944           Format arg fix (spotted by Ali Sabil <ali.sabil@gmail.com>).
11945
11946 2007-05-10  Stefan Kost  <ensonic@users.sf.net>
11947
11948         * common/m4/gst-x11.m4:
11949           Restore CFLAGS and LIBS.
11950
11951         * configure.ac:
11952           Revert previous patch.
11953
11954 2007-05-10  Stefan Kost  <ensonic@users.sf.net>
11955
11956         Patch by: Ali Sabil <ali.sabil@gmail.com>
11957
11958         * configure.ac:
11959           Save and restore CFLAGS for OpenGL check. Fixes #437260.
11960         
11961
11962 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
11963
11964         * docs/plugins/gst-plugins-bad-plugins.args:
11965         Add directraw and directsound sinks properties.
11966
11967 2007-05-09  Tim-Philipp Müller  <tim at centricular dot net>
11968
11969         * configure.ac:
11970           Fix --disable-external (hopefully).
11971
11972 2007-05-09  Wim Taymans  <wim@fluendo.com>
11973
11974         * gst/rtpmanager/gstrtpjitterbuffer.c:
11975         (gst_rtp_jitter_buffer_query):
11976         Pass queries upstream.
11977
11978 2007-05-06  Tim-Philipp Müller  <tim at centricular dot net>
11979
11980         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps),
11981         (gst_real_audio_dec_finalize):
11982         * gst/real/gstrealaudiodec.h:
11983         * gst/real/gstrealvideodec.c: (open_library), (close_library):
11984         * gst/real/gstrealvideodec.h:
11985           Use GModule instead of using dlsym() directly. Fixes #430598.
11986
11987 2007-05-04  Sebastien Moutte <sebastien@moutte.net>
11988
11989         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11990         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11991         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
11992           Add docs for Windows sinks.
11993
11994 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
11995
11996         * gst/speed/gstspeed.c: (speed_src_event), (speed_sink_event),
11997         (speed_chain), (speed_change_state):
11998           Fix event handling a bit by replacing completely dubious code
11999           written by someone else with completely dubious code written
12000           by me. Should at least fix #412077 though.
12001
12002 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
12003
12004         * gst/speed/gstspeed.c: (speed_src_query), (speed_chain),
12005         (plugin_init):
12006           Add debug category; use gst_pad_query_peer_*() utility functions;
12007           use gst_util_scale*(); add gtk-doc blurb.
12008
12009 2007-05-04  Wim Taymans  <wim@fluendo.com>
12010
12011         * gst/rtpmanager/gstrtpjitterbuffer.c:
12012         (gst_rtp_jitter_buffer_query):
12013         Add some debug info.
12014
12015         * gst/rtpmanager/rtpsession.c: (rtp_session_init),
12016         (rtp_session_send_rtp):
12017         Store real user name in the session.
12018
12019 2007-05-03  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
12020
12021         * configure.ac:
12022         * examples/Makefile.am:
12023         * examples/switch/switcher.c (loop, my_bus_callback, switch_timer,
12024           last_message_received, main):
12025         * gst/switch/gstswitch.c (GST_CAT_DEFAULT, gst_switch_details,
12026           gst_switch_src_factory, parent_class, gst_switch_release_pad,
12027           gst_switch_request_new_pad, gst_switch_chain, gst_switch_event,
12028           gst_switch_set_property, gst_switch_get_property,
12029           gst_switch_get_linked_pad, gst_switch_getcaps,
12030           gst_switch_bufferalloc, gst_switch_get_linked_pads,
12031           gst_switch_dispose, gst_switch_init, gst_switch_base_init,
12032           gst_switch_class_init):
12033         * gst/switch/gstswitch.h (GstSwitch, GstSwitchClass, _GstSwitch,
12034           element, active_sinkpad, srcpad, nb_sinkpads, newsegment_events,
12035           need_to_send_newsegment):
12036         Port switch element and example program to 0.10.
12037
12038 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
12039
12040         * ext/wavpack/gstwavpack.c: (plugin_init):
12041         Call bindtextdomain() to get localized strings.
12042         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
12043         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
12044         (gst_wavpack_parse_handle_seek_event),
12045         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_chain):
12046         * ext/wavpack/gstwavpackparse.h:
12047         Handle DISCONT buffers by correctly setting the DISCONT flag
12048         on outgoing buffers when necessary.
12049         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_handle_seek_event)
12050         Send newsegment from the streaming thread.
12051
12052 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
12053
12054         * ext/wavpack/gstwavpackparse.c:
12055         (gst_wavpack_parse_handle_seek_event):
12056         Remove old workaround that was needed when seeking after the last
12057         sample. With the fixed error handling this works now as expected
12058         without pushing the last sample although it wasn't requested.
12059
12060 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
12061
12062         * ext/wavpack/gstwavpackparse.c:
12063         (gst_wavpack_parse_handle_seek_event):
12064         Handle segment seeks in the seek event handler, correctly work with
12065         stop position == -1 and instead of stopping the task on seek just
12066         pause it.
12067
12068 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
12069
12070         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_loop):
12071         Add handling for segment seeks.
12072
12073 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
12074
12075         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_pull_buffer),
12076         (gst_wavpack_parse_create_src_pad),
12077         (gst_wavpack_parse_resync_loop), (gst_wavpack_parse_loop),
12078         (gst_wavpack_parse_chain):
12079         Correctly handle errors, especially in the loop function. Before it
12080         was easy to get the task paused but no error being posted on the bus.
12081
12082 2007-04-30  Wim Taymans  <wim@fluendo.com>
12083
12084         * gst/rtpmanager/async_jitter_queue.c: (signal_waiting_threads),
12085         (async_jitter_queue_pop_intern_unlocked):
12086         Fix the case where the buffer underruns and does not block.
12087
12088         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_base_init),
12089         (create_recv_rtcp), (create_send_rtp), (create_rtcp),
12090         (gst_rtp_bin_request_new_pad):
12091         Rename RTCP send pad, like in the session manager.
12092         Allow getting an RTCP pad for receiving even if we don't receive RTP.
12093         fix handling of send_rtp_src pad.
12094
12095         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_chain):
12096         When no pt map could be found, fall back to the sinkpad caps.
12097
12098         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_process_rtp),
12099         (gst_rtp_session_send_rtp), (create_recv_rtp_sink),
12100         (create_recv_rtcp_sink), (create_send_rtp_sink),
12101         (create_send_rtcp_src):
12102         Fix pad names.
12103
12104         * gst/rtpmanager/rtpsession.c: (source_push_rtp),
12105         (rtp_session_create_source), (rtp_session_process_sr),
12106         (rtp_session_send_rtp), (session_start_rtcp):
12107         * gst/rtpmanager/rtpsession.h:
12108         Unlock session when performing a callback.
12109         Add callbacks for the internal session object.
12110         Fix sending of RTP packets.
12111         first attempt at adding NTP times in the SR packets.
12112         Small debug and doc improvements.
12113
12114         * gst/rtpmanager/rtpsource.c: (rtp_source_send_rtp):
12115         Update stats for SR reports.
12116
12117 2007-04-29  Wim Taymans  <wim@fluendo.com>
12118
12119         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_send_rtcp):
12120         Remove debug.
12121
12122         * gst/rtpmanager/rtpsession.c: (rtp_session_process_sr),
12123         (rtp_session_process_sdes), (calculate_rtcp_interval),
12124         (rtp_session_next_timeout), (session_report_blocks):
12125         * gst/rtpmanager/rtpstats.c: (rtp_stats_calculate_rtcp_interval):
12126         Improve debugging
12127         Fix interval for BYE/RTCP packets.
12128
12129 2007-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12130
12131         * docs/plugins/gst-plugins-bad-plugins.args:
12132         * docs/plugins/gst-plugins-bad-plugins.signals:
12133           Commit result of running scanobj-update
12134
12135 2007-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12136
12137         * autogen.sh:
12138           Require automake 1.7
12139         * ext/alsaspdif/Makefile.am:
12140         * ext/divx/Makefile.am:
12141         * ext/ivorbis/Makefile.am:
12142         * ext/musicbrainz/Makefile.am:
12143         * ext/neon/Makefile.am:
12144         * ext/sdl/Makefile.am:
12145         * ext/swfdec/Makefile.am:
12146         * ext/theora/Makefile.am:
12147         * ext/wavpack/Makefile.am:
12148         * ext/xvid/Makefile.am:
12149         * gst/modplug/Makefile.am:
12150           Fix up Makefile.am accordingly.
12151
12152 2007-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12153
12154         * docs/plugins/inspect/plugin-alsaspdif.xml:
12155         * docs/plugins/inspect/plugin-bz2.xml:
12156         * docs/plugins/inspect/plugin-cdxaparse.xml:
12157         * docs/plugins/inspect/plugin-dfbvideosink.xml:
12158         * docs/plugins/inspect/plugin-faac.xml:
12159         * docs/plugins/inspect/plugin-faad.xml:
12160         * docs/plugins/inspect/plugin-filter.xml:
12161         * docs/plugins/inspect/plugin-freeze.xml:
12162         * docs/plugins/inspect/plugin-glimagesink.xml:
12163         * docs/plugins/inspect/plugin-gsm.xml:
12164         * docs/plugins/inspect/plugin-h264parse.xml:
12165         * docs/plugins/inspect/plugin-jack.xml:
12166         * docs/plugins/inspect/plugin-mms.xml:
12167         * docs/plugins/inspect/plugin-modplug.xml:
12168         * docs/plugins/inspect/plugin-musepack.xml:
12169         * docs/plugins/inspect/plugin-musicbrainz.xml:
12170         * docs/plugins/inspect/plugin-neon.xml:
12171         * docs/plugins/inspect/plugin-nsfdec.xml:
12172         * docs/plugins/inspect/plugin-replaygain.xml:
12173         * docs/plugins/inspect/plugin-sdl.xml:
12174         * docs/plugins/inspect/plugin-soundtouch.xml:
12175         * docs/plugins/inspect/plugin-spectrum.xml:
12176         * docs/plugins/inspect/plugin-speed.xml:
12177         * docs/plugins/inspect/plugin-tta.xml:
12178         * docs/plugins/inspect/plugin-videocrop.xml:
12179         * docs/plugins/inspect/plugin-wavpack.xml:
12180         * docs/plugins/inspect/plugin-xingheader.xml:
12181         * docs/plugins/inspect/plugin-xvid.xml:
12182           Add jack and update.
12183
12184 2007-04-28  Tim-Philipp Müller  <tim at centricular dot net>
12185
12186         * configure.ac:
12187           Don't build equalizer unless we have core from CVS (it won't
12188           work with earlier versions due to GstChildProxy brokeness).
12189           Also up requirements to last released core/base.
12190
12191 2007-04-27  Wim Taymans  <wim@fluendo.com>
12192
12193         * gst/rtpmanager/gstrtpsession.c: (rtcp_thread),
12194         (gst_rtp_session_send_rtcp), (gst_rtp_session_reconsider):
12195         Move reconsideration code to the rtpsession object.
12196         Simplify timout handling and add reconsideration.
12197
12198         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
12199         (rtp_session_init), (rtp_session_finalize), (on_bye_ssrc),
12200         (on_bye_timeout), (on_timeout), (rtp_session_set_callbacks),
12201         (obtain_source), (rtp_session_create_source),
12202         (update_arrival_stats), (rtp_session_process_rtp),
12203         (rtp_session_process_sr), (rtp_session_process_rr),
12204         (rtp_session_process_bye), (rtp_session_process_rtcp),
12205         (calculate_rtcp_interval), (rtp_session_send_bye),
12206         (rtp_session_next_timeout), (session_start_rtcp),
12207         (session_report_blocks), (session_cleanup), (session_sdes),
12208         (session_bye), (is_rtcp_time), (rtp_session_on_timeout):
12209         * gst/rtpmanager/rtpsession.h:
12210         Handle timeout of inactive sources and senders.
12211         Implement BYE scheduling.
12212
12213         * gst/rtpmanager/rtpsource.c: (calculate_jitter),
12214         (rtp_source_process_sr), (rtp_source_get_last_sr),
12215         (rtp_source_get_last_rb):
12216         * gst/rtpmanager/rtpsource.h:
12217         Add members to check for timeouts.
12218
12219         * gst/rtpmanager/rtpstats.c: (rtp_stats_init_defaults),
12220         (rtp_stats_calculate_rtcp_interval), (rtp_stats_add_rtcp_jitter),
12221         (rtp_stats_calculate_bye_interval):
12222         * gst/rtpmanager/rtpstats.h:
12223         Use RFC algorithm for calculating the reporting interval.
12224
12225 2007-04-26  Edward Hervey  <edward@fluendo.com>
12226
12227         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
12228         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
12229         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
12230         * docs/plugins/inspect/plugin-osxvideo.xml:
12231         Add documentation for osxvideo
12232
12233 2007-04-25  Wim Taymans  <wim@fluendo.com>
12234
12235         * gst/rtpmanager/gstrtpsession.c: (rtcp_thread):
12236         Implement forward and reverse reconsideration.
12237
12238         * gst/rtpmanager/rtpsession.c: (rtp_session_get_num_sources),
12239         (rtp_session_get_num_active_sources), (rtp_session_process_sr),
12240         (session_report_blocks):
12241         * gst/rtpmanager/rtpsession.h:
12242         Small cleanups.
12243
12244 2007-04-25  Wim Taymans  <wim@fluendo.com>
12245
12246         reviewed by: <delete if not using a buddy>
12247
12248         * gst/rtpmanager/gstrtpbin.c: (create_stream),
12249         (gst_rtp_bin_class_init), (gst_rtp_bin_set_property),
12250         (gst_rtp_bin_get_property):
12251         * gst/rtpmanager/gstrtpbin.h:
12252         Make default jitterbuffer latency configurable.
12253
12254         * gst/rtpmanager/gstrtpjitterbuffer.c:
12255         (gst_rtp_jitter_buffer_class_init),
12256         (gst_jitter_buffer_sink_parse_caps), (gst_rtp_jitter_buffer_loop),
12257         (gst_rtp_jitter_buffer_set_property),
12258         (gst_rtp_jitter_buffer_get_property):
12259         Debuging cleanups.
12260
12261 2007-04-25  Wim Taymans  <wim@fluendo.com>
12262
12263         * gst/rtpmanager/gstrtpjitterbuffer.c:
12264         (gst_rtp_jitter_buffer_change_state):
12265         Report NO_PREROLL when going to PAUSED.
12266
12267         * gst/rtpmanager/gstrtpsession.c: (rtcp_thread):
12268         Don't send RTCP right before we are shutting down.
12269
12270         * gst/rtpmanager/rtpsession.c: (rtp_session_process_rtp),
12271         (rtp_session_process_sr), (session_report_blocks),
12272         (rtp_session_perform_reporting):
12273         Improve report blocks.
12274
12275         * gst/rtpmanager/rtpsource.c: (calculate_jitter), (init_seq),
12276         (rtp_source_process_rtp), (rtp_source_process_sr),
12277         (rtp_source_process_rb), (rtp_source_get_last_sr),
12278         (rtp_source_get_last_rb):
12279         * gst/rtpmanager/rtpsource.h:
12280         * gst/rtpmanager/rtpstats.h:
12281         Cleanups, add methods to access stats. 
12282
12283 2007-04-25  Wim Taymans  <wim@fluendo.com>
12284
12285         * gst/rtpmanager/gstrtpbin.c: (create_rtcp):
12286         fix for pad name change
12287
12288         * gst/rtpmanager/gstrtpsession.c: (rtcp_thread),
12289         (gst_rtp_session_send_rtcp), (gst_rtp_session_clock_rate):
12290         Fix for renamed methods.
12291
12292         * gst/rtpmanager/rtpsession.c: (rtp_session_init),
12293         (rtp_session_finalize), (rtp_session_set_cname),
12294         (rtp_session_get_cname), (rtp_session_set_name),
12295         (rtp_session_get_name), (rtp_session_set_email),
12296         (rtp_session_get_email), (rtp_session_set_phone),
12297         (rtp_session_get_phone), (rtp_session_set_location),
12298         (rtp_session_get_location), (rtp_session_set_tool),
12299         (rtp_session_get_tool), (rtp_session_set_note),
12300         (rtp_session_get_note), (source_push_rtp), (obtain_source),
12301         (rtp_session_add_source), (rtp_session_get_source_by_ssrc),
12302         (rtp_session_create_source), (rtp_session_process_rtp),
12303         (rtp_session_process_sr), (rtp_session_process_sdes),
12304         (rtp_session_process_rtcp), (rtp_session_send_rtp),
12305         (rtp_session_get_reporting_interval), (session_report_blocks),
12306         (session_sdes), (rtp_session_perform_reporting):
12307         * gst/rtpmanager/rtpsession.h:
12308         Prepare for implementing SSRC sampling.
12309         Create SSRC for the session. 
12310         Add methods to set the SDES entries.
12311         fix accounting of senders/receivers.
12312         Implement SR/RR/SDES RTCP reporting.
12313
12314         * gst/rtpmanager/rtpsource.c: (rtp_source_init), (init_seq),
12315         (rtp_source_process_rtp), (rtp_source_process_sr):
12316         * gst/rtpmanager/rtpsource.h:
12317         Implement extended sequence number.
12318
12319         * gst/rtpmanager/rtpstats.c: (rtp_stats_calculate_rtcp_interval):
12320         * gst/rtpmanager/rtpstats.h:
12321         Rename some fields.
12322
12323 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
12324
12325         * gst/y4m/gsty4mencode.c: (gst_y4m_encode_init),
12326         (gst_y4m_encode_setcaps):
12327         * tests/check/elements/y4menc.c: (GST_START_TEST):
12328           Plug some leaks; try to make build bot happy again.
12329
12330 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
12331
12332         * gst/Makefile.am:
12333           Fix distcheck, hopefully (rtpmanager is already in GST_PLUGINS_ALL).
12334
12335 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
12336
12337         * gst/rtpmanager/rtpsession.c: (rtp_session_finalize):
12338           Don't use GLib-2.10 API, we only require GLib 2.8 at the moment.
12339
12340 2007-04-20  Michael Smith  <msmith@fluendo.com>
12341
12342         * ext/faad/gstfaad.c: (gst_faad_open_decoder):
12343           FAAD fails to decode low (e.g. 8 kHz) sample rate AAC data in
12344           quicktime because of sample rate mismatches.
12345           Reenable overriding the implicit SBR behaviour (accidently changed?)
12346           to allow playback of these files.
12347
12348 2007-04-19  David Schleef  <ds@schleef.org>
12349
12350         * configure.ac:
12351           Change rtpmanager disabling to keep -bad releasable.
12352
12353 2007-04-18  David Schleef  <ds@schleef.org>
12354
12355         * configure.ac:
12356         * gst/Makefile.am:
12357           Fix wtay's hack.  rtpmanager is disabled in configure.ac on
12358           line 268.
12359
12360 2007-04-18  Wim Taymans  <wim@fluendo.com>
12361
12362         * gst/Makefile.am:
12363         Add rtpmanager dir to dist.
12364
12365 2007-04-18  Wim Taymans  <wim@fluendo.com>
12366
12367         * configure.ac:
12368         Disable rtpmanager for now because it depends on CVS -base.
12369
12370         * gst/rtpmanager/Makefile.am:
12371         Added new files for session manager.
12372
12373         * gst/rtpmanager/gstrtpjitterbuffer.h:
12374         * gst/rtpmanager/gstrtpbin.c: (create_session), (get_pt_map),
12375         (create_stream), (pt_map_requested), (new_ssrc_pad_found):
12376         Some cleanups. 
12377         the session manager can now also request a pt-map.
12378
12379         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_base_init),
12380         (gst_rtp_session_class_init), (gst_rtp_session_init),
12381         (gst_rtp_session_finalize), (rtcp_thread), (start_rtcp_thread),
12382         (stop_rtcp_thread), (gst_rtp_session_change_state),
12383         (gst_rtp_session_process_rtp), (gst_rtp_session_send_rtp),
12384         (gst_rtp_session_send_rtcp), (gst_rtp_session_clock_rate),
12385         (gst_rtp_session_get_time), (gst_rtp_session_event_recv_rtp_sink),
12386         (gst_rtp_session_chain_recv_rtp),
12387         (gst_rtp_session_event_recv_rtcp_sink),
12388         (gst_rtp_session_chain_recv_rtcp),
12389         (gst_rtp_session_event_send_rtp_sink),
12390         (gst_rtp_session_chain_send_rtp), (create_send_rtcp_src),
12391         (gst_rtp_session_request_new_pad):
12392         * gst/rtpmanager/gstrtpsession.h:
12393         We can ask for pt-map now too when the session manager needs it.
12394         Hook up to the new session manager, implement the needed callbacks for
12395         pushing data, getting clock time and requesting clock-rates.
12396         Rename rtcp_src to send_rtcp_src to make it clear that this RTCP is to
12397         be send to clients.
12398         Add code to start and stop the thread that will schedule RTCP through
12399         the session manager.
12400
12401         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
12402         (rtp_session_init), (rtp_session_finalize),
12403         (rtp_session_set_property), (rtp_session_get_property),
12404         (on_new_ssrc), (on_ssrc_collision), (on_ssrc_validated),
12405         (on_bye_ssrc), (rtp_session_new), (rtp_session_set_callbacks),
12406         (rtp_session_set_bandwidth), (rtp_session_get_bandwidth),
12407         (rtp_session_set_rtcp_bandwidth), (rtp_session_get_rtcp_bandwidth),
12408         (source_push_rtp), (source_clock_rate), (check_collision),
12409         (obtain_source), (rtp_session_add_source),
12410         (rtp_session_get_num_sources),
12411         (rtp_session_get_num_active_sources),
12412         (rtp_session_get_source_by_ssrc),
12413         (rtp_session_get_source_by_cname), (rtp_session_create_source),
12414         (update_arrival_stats), (rtp_session_process_rtp),
12415         (rtp_session_process_sr), (rtp_session_process_rr),
12416         (rtp_session_process_sdes), (rtp_session_process_bye),
12417         (rtp_session_process_app), (rtp_session_process_rtcp),
12418         (rtp_session_send_rtp), (rtp_session_get_rtcp_interval),
12419         (rtp_session_produce_rtcp):
12420         * gst/rtpmanager/rtpsession.h:
12421         The advanced beginnings of the main session manager that handles the
12422         participant database of RTPSources, SSRC probation, SSRC collisions,
12423         parse RTCP to update source stats. etc..
12424
12425         * gst/rtpmanager/rtpsource.c: (rtp_source_class_init),
12426         (rtp_source_init), (rtp_source_finalize), (rtp_source_new),
12427         (rtp_source_set_callbacks), (rtp_source_set_as_csrc),
12428         (rtp_source_set_rtp_from), (rtp_source_set_rtcp_from),
12429         (push_packet), (get_clock_rate), (calculate_jitter),
12430         (rtp_source_process_rtp), (rtp_source_process_bye),
12431         (rtp_source_send_rtp), (rtp_source_process_sr),
12432         (rtp_source_process_rb):
12433         * gst/rtpmanager/rtpsource.h:
12434         Object that encapsulates an SSRC and its state in the database.
12435         Calculates the jitter and transit times of data packets.
12436
12437         * gst/rtpmanager/rtpstats.c: (rtp_stats_init_defaults),
12438         (rtp_stats_calculate_rtcp_interval), (rtp_stats_add_rtcp_jitter):
12439         * gst/rtpmanager/rtpstats.h:
12440         Various stats regarding the session and sources.
12441         Used to calculate the RTCP interval.
12442
12443 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
12444
12445         * gst/app/Makefile.am:
12446           Fix CFLAGS and hopefully #430594.
12447
12448 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
12449
12450         * gst/nsf/types.h:
12451           Rename #ifndef header guard symbol to something less generic, so
12452           types.h doesn't get skipped over when compiling on MingW. Include
12453           GLib headers and use those to set the endianness and the basic
12454           types so that this isn't entirely broken for non-x86 architectures.
12455
12456 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
12457
12458         * gst/mve/gstmvedemux.c: (gst_mve_audio_init):
12459           Use G_LITTLE_ENDIAN instead of LITTLE_ENDIAN, so stuff compiles on
12460           MingW (no idea though why we add a BYTE_ORDER endianness field if
12461           the audio is compressed).
12462
12463 2007-04-14  Sebastien Moutte <sebastien@moutte.net>
12464
12465         * docs/plugins/inspect/plugin-directdraw.xml:
12466         * docs/plugins/inspect/plugin-directsound.xml:
12467         * docs/plugins/inspect/plugin-waveform.xml:
12468           Add xml doc files for Windows sinks
12469         * win32/vs6/libgstqtdemux.dsp:
12470         * win32/vs6/libgstmpegvideoparse.dsp:
12471         * win32/vs6/gst_plugins_bad.dsw:
12472          Update projects files.
12473         
12474 2007-04-13  Wim Taymans  <wim@fluendo.com>
12475
12476         * gst/rtpmanager/gstrtpbin.c: (create_session), (get_pt_map),
12477         (gst_rtp_bin_init), (gst_rtp_bin_finalize), (new_ssrc_pad_found),
12478         (create_recv_rtp), (gst_rtp_bin_request_new_pad):
12479         * gst/rtpmanager/gstrtpbin.h:
12480         * gst/rtpmanager/gstrtpclient.c:
12481         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
12482         (gst_rtp_session_init), (gst_rtp_session_finalize),
12483         (gst_rtp_session_event_recv_rtp_sink),
12484         (gst_rtp_session_event_recv_rtcp_sink),
12485         (gst_rtp_session_chain_recv_rtcp),
12486         (gst_rtp_session_request_new_pad):
12487         Protect lists and structures with locks.
12488         Return FLOW_OK from RTCP messages for now.
12489
12490 2007-04-12  Wim Taymans  <wim@fluendo.com>
12491
12492         * gst/qtdemux/qtdemux.c:
12493         Make timescale 32 bits again so we don't screw up the pts_offset
12494         calculations.
12495
12496 2007-04-12  Wim Taymans  <wim@fluendo.com>
12497
12498         * gst/rtpmanager/gstrtpbin.c: (create_session), (get_pt_map),
12499         (create_stream), (gst_rtp_bin_class_init), (pt_map_requested):
12500         Emit pt map requests and cache results.
12501
12502         * gst/rtpmanager/gstrtpjitterbuffer.c:
12503         (gst_rtp_jitter_buffer_class_init),
12504         (gst_jitter_buffer_sink_parse_caps),
12505         (gst_jitter_buffer_sink_setcaps),
12506         (gst_rtp_jitter_buffer_get_clock_rate),
12507         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
12508         * gst/rtpmanager/gstrtpjitterbuffer.h:
12509         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_chain):
12510         Emit request-pt-map signals.
12511
12512 2007-04-11  Wim Taymans  <wim@fluendo.com>
12513
12514         * gst/rtpmanager/gstrtpbin-marshal.list:
12515         Some more custom marshallers.
12516
12517         * gst/rtpmanager/gstrtpbin.c: (create_session), (get_pt_map),
12518         (clock_rate_request), (create_stream), (gst_rtp_bin_class_init),
12519         (pt_map_requested), (new_ssrc_pad_found), (create_recv_rtp):
12520         * gst/rtpmanager/gstrtpbin.h:
12521         Prepare for caching pt maps.
12522         Connect to signals to collect pt maps.
12523
12524         * gst/rtpmanager/gstrtpjitterbuffer.c:
12525         (gst_rtp_jitter_buffer_class_init),
12526         (gst_jitter_buffer_sink_setcaps), (gst_rtp_jitter_buffer_loop):
12527         * gst/rtpmanager/gstrtpjitterbuffer.h:
12528         Add request_clock_rate signal.
12529         Use scale insteat of scale_int because the later does not deal with
12530         negative numbers.
12531
12532         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_class_init),
12533         (gst_rtp_pt_demux_chain):
12534         * gst/rtpmanager/gstrtpptdemux.h:
12535         Implement request-pt-map signal.
12536
12537 2007-04-11  Wim Taymans  <wim@fluendo.com>
12538
12539         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
12540         (qtdemux_parse_samples), (qtdemux_parse_segments),
12541         (qtdemux_parse_trak), (qtdemux_parse_tree):
12542         * gst/qtdemux/qtdemux_dump.c: (qtdemux_dump_mdhd):
12543         Handle version 1 mdhd atoms to get extended precision durations.
12544         Fixes #426972.
12545
12546 2007-04-10  Wim Taymans  <wim@fluendo.com>
12547
12548         * gst/rtpmanager/.cvsignore:
12549         * gst/rtpmanager/Makefile.am:
12550         * gst/rtpmanager/gstrtpbin-marshal.list:
12551         Added custom marshallers for signals.
12552
12553         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_class_init):
12554         * gst/rtpmanager/gstrtpbin.h:
12555         Prepare for emiting pt map signals.
12556
12557         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_class_init):
12558         * gst/rtpmanager/gstrtpssrcdemux.c:
12559         (gst_rtp_ssrc_demux_class_init):
12560         Fix signals.
12561
12562 2007-04-06  Wim Taymans  <wim@fluendo.com>
12563
12564         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_class_init),
12565         (gst_rtp_bin_init), (gst_rtp_bin_provide_clock):
12566         * gst/rtpmanager/gstrtpbin.h:
12567         Provide a clock.
12568
12569 2007-04-06  Wim Taymans  <wim@fluendo.com>
12570
12571         * gst/rtpmanager/gstrtpbin.c: (create_rtcp):
12572         Fix pad template name parsing.
12573
12574 2007-04-05  Wim Taymans  <wim@fluendo.com>
12575
12576         * gst/rtpmanager/gstrtpjitterbuffer.c:
12577         (gst_jitter_buffer_sink_setcaps), (gst_rtp_jitter_buffer_chain),
12578         (gst_rtp_jitter_buffer_loop):
12579         Add some debug and comments.
12580         Fix double unref() in error cases.
12581
12582 2007-04-05  Wim Taymans  <wim@fluendo.com>
12583
12584         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
12585         (gst_rtp_xqt_depay_change_state):
12586         * gst/qtdemux/gstrtpxqtdepay.h:
12587         Try to recover from packet loss a little better.
12588
12589 2007-04-05  Wim Taymans  <wim@fluendo.com>
12590
12591         * gst/rtpmanager/gstrtpbin.c: (find_session_by_id),
12592         (create_session), (find_stream_by_ssrc), (create_stream),
12593         (gst_rtp_bin_class_init), (new_payload_found),
12594         (new_ssrc_pad_found), (create_recv_rtp), (create_recv_rtcp),
12595         (create_send_rtp), (create_rtcp):
12596         * gst/rtpmanager/gstrtpbin.h:
12597         Add debugging category.
12598         Added RTPStream to manage stream per SSRC, each with its own
12599         jitterbuffer and ptdemux.
12600         Added SSRCDemux.
12601         Connect to various SSRC and PT signals and create ghostpads, link stuff.
12602
12603
12604         * gst/rtpmanager/gstrtpmanager.c: (plugin_init):
12605         Added rtpbin to elements.
12606
12607         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_chain):
12608         Fix caps and forward GstFlowReturn
12609
12610         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
12611         (gst_rtp_session_event_recv_rtp_sink),
12612         (gst_rtp_session_chain_recv_rtp),
12613         (gst_rtp_session_event_recv_rtcp_sink),
12614         (gst_rtp_session_chain_recv_rtcp),
12615         (gst_rtp_session_event_send_rtp_sink),
12616         (gst_rtp_session_chain_send_rtp), (create_recv_rtp_sink),
12617         (create_recv_rtcp_sink), (create_send_rtp_sink), (create_rtcp_src),
12618         (gst_rtp_session_request_new_pad):
12619         Add debug category.
12620         Add event handling
12621
12622         * gst/rtpmanager/gstrtpssrcdemux.c: (find_rtp_pad_for_ssrc),
12623         (create_rtp_pad_for_ssrc), (gst_rtp_ssrc_demux_class_init),
12624         (gst_rtp_ssrc_demux_init), (gst_rtp_ssrc_demux_chain),
12625         (gst_rtp_ssrc_demux_change_state):
12626         * gst/rtpmanager/gstrtpssrcdemux.h:
12627         Add debug category.
12628         Add new-pt-pad signal.
12629
12630 2007-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12631
12632         submitted by: Mogens Jaeger <mogens@jaeger.tf>
12633
12634         * po/LINGUAS:
12635         * po/da.po:
12636           Added Danish translation.
12637
12638 2007-04-04  Wim Taymans  <wim@fluendo.com>
12639
12640         * gst/rtpmanager/Makefile.am:
12641         * gst/rtpmanager/gstrtpmanager.c: (plugin_init):
12642         * gst/rtpmanager/gstrtpssrcdemux.c: (find_pad_for_ssrc),
12643         (create_pad_for_ssrc), (gst_rtp_ssrc_demux_base_init),
12644         (gst_rtp_ssrc_demux_class_init), (gst_rtp_ssrc_demux_init),
12645         (gst_rtp_ssrc_demux_finalize), (gst_rtp_ssrc_demux_sink_event),
12646         (gst_rtp_ssrc_demux_chain), (gst_rtp_ssrc_demux_src_event),
12647         (gst_rtp_ssrc_demux_change_state):
12648         * gst/rtpmanager/gstrtpssrcdemux.h:
12649         Added simple SSRC demuxer.
12650
12651 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
12652
12653         * ext/jack/gstjackaudiosink.c: (gst_jack_ring_buffer_open_device),
12654         (gst_jack_ring_buffer_acquire):
12655           Try t better name clients. properly handle return codes when re-
12656           establishing links.
12657
12658 2007-04-03  David Schleef  <ds@schleef.org>
12659
12660         * sys/glsink/glimagesink.c:
12661           Fix handling of video/x-raw-yuv.  Add overlay handling.
12662
12663 2007-04-03  Wim Taymans  <wim@fluendo.com>
12664
12665         * gst/rtpmanager/gstrtpbin.c: (find_session_by_id),
12666         (create_session), (gst_rtp_bin_base_init), (create_recv_rtp),
12667         (create_recv_rtcp), (create_send_rtp), (create_rtcp),
12668         (gst_rtp_bin_request_new_pad):
12669         * gst/rtpmanager/gstrtpbin.h:
12670         * gst/rtpmanager/gstrtpclient.c:
12671         Some more ghostpad magic.
12672
12673 2007-04-03  Wim Taymans  <wim@fluendo.com>
12674
12675         * gst/rtpmanager/Makefile.am:
12676         Add .h file so it can be disted properly.
12677
12678 2007-04-03  Wim Taymans  <wim@fluendo.com>
12679
12680         * configure.ac:
12681         * gst/rtpmanager/Makefile.am:
12682         * gst/rtpmanager/async_jitter_queue.c: (async_jitter_queue_new),
12683         (signal_waiting_threads), (async_jitter_queue_ref),
12684         (async_jitter_queue_ref_unlocked),
12685         (async_jitter_queue_set_low_threshold),
12686         (async_jitter_queue_set_high_threshold),
12687         (async_jitter_queue_set_max_queue_length),
12688         (async_jitter_queue_get_g_queue), (calculate_ts_diff),
12689         (async_jitter_queue_length_ts_units_unlocked),
12690         (async_jitter_queue_unref_and_unlock), (async_jitter_queue_unref),
12691         (async_jitter_queue_lock), (async_jitter_queue_unlock),
12692         (async_jitter_queue_push), (async_jitter_queue_push_unlocked),
12693         (async_jitter_queue_push_sorted),
12694         (async_jitter_queue_push_sorted_unlocked),
12695         (async_jitter_queue_insert_after_unlocked),
12696         (async_jitter_queue_pop_intern_unlocked), (async_jitter_queue_pop),
12697         (async_jitter_queue_pop_unlocked), (async_jitter_queue_length),
12698         (async_jitter_queue_length_unlocked),
12699         (async_jitter_queue_set_flushing_unlocked),
12700         (async_jitter_queue_unset_flushing_unlocked),
12701         (async_jitter_queue_set_blocking_unlocked):
12702         * gst/rtpmanager/async_jitter_queue.h:
12703         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_base_init),
12704         (gst_rtp_bin_class_init), (gst_rtp_bin_init),
12705         (gst_rtp_bin_finalize), (gst_rtp_bin_set_property),
12706         (gst_rtp_bin_get_property), (gst_rtp_bin_change_state),
12707         (gst_rtp_bin_request_new_pad), (gst_rtp_bin_release_pad):
12708         * gst/rtpmanager/gstrtpbin.h:
12709         * gst/rtpmanager/gstrtpclient.c: (new_pad), (create_stream),
12710         (free_stream), (find_stream_by_ssrc), (gst_rtp_client_base_init),
12711         (gst_rtp_client_class_init), (gst_rtp_client_init),
12712         (gst_rtp_client_finalize), (gst_rtp_client_set_property),
12713         (gst_rtp_client_get_property), (gst_rtp_client_change_state),
12714         (gst_rtp_client_request_new_pad), (gst_rtp_client_release_pad):
12715         * gst/rtpmanager/gstrtpclient.h:
12716         * gst/rtpmanager/gstrtpjitterbuffer.c:
12717         (gst_rtp_jitter_buffer_base_init),
12718         (gst_rtp_jitter_buffer_class_init), (gst_rtp_jitter_buffer_init),
12719         (gst_rtp_jitter_buffer_dispose), (gst_rtp_jitter_buffer_getcaps),
12720         (gst_jitter_buffer_sink_setcaps), (free_func),
12721         (gst_rtp_jitter_buffer_flush_start),
12722         (gst_rtp_jitter_buffer_flush_stop),
12723         (gst_rtp_jitter_buffer_src_activate_push),
12724         (gst_rtp_jitter_buffer_change_state), (priv_compare_rtp_seq_lt),
12725         (compare_rtp_buffers_seq_num), (gst_rtp_jitter_buffer_sink_event),
12726         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop),
12727         (gst_rtp_jitter_buffer_query),
12728         (gst_rtp_jitter_buffer_set_property),
12729         (gst_rtp_jitter_buffer_get_property):
12730         * gst/rtpmanager/gstrtpjitterbuffer.h:
12731         * gst/rtpmanager/gstrtpmanager.c: (plugin_init):
12732         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_base_init),
12733         (gst_rtp_pt_demux_class_init), (gst_rtp_pt_demux_init),
12734         (gst_rtp_pt_demux_finalize), (gst_rtp_pt_demux_chain),
12735         (gst_rtp_pt_demux_getcaps), (find_pad_for_pt),
12736         (gst_rtp_pt_demux_setup), (gst_rtp_pt_demux_release),
12737         (gst_rtp_pt_demux_change_state):
12738         * gst/rtpmanager/gstrtpptdemux.h:
12739         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_base_init),
12740         (gst_rtp_session_class_init), (gst_rtp_session_init),
12741         (gst_rtp_session_finalize), (gst_rtp_session_set_property),
12742         (gst_rtp_session_get_property), (gst_rtp_session_change_state),
12743         (gst_rtp_session_chain_recv_rtp),
12744         (gst_rtp_session_chain_recv_rtcp),
12745         (gst_rtp_session_chain_send_rtp), (create_recv_rtp_sink),
12746         (create_recv_rtcp_sink), (create_send_rtp_sink), (create_rtcp_src),
12747         (gst_rtp_session_request_new_pad), (gst_rtp_session_release_pad):
12748         * gst/rtpmanager/gstrtpsession.h:
12749         Add RTP session management elements. Still in progress.
12750
12751 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
12752
12753         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
12754         (gst_wavpack_dec_init), (gst_wavpack_dec_sink_set_caps),
12755         (gst_wavpack_dec_clip_outgoing_buffer),
12756         (gst_wavpack_dec_post_tags), (gst_wavpack_dec_chain):
12757         * ext/wavpack/gstwavpackdec.h:
12758         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
12759         (gst_wavpack_enc_sink_set_caps), (gst_wavpack_enc_set_wp_config),
12760         (gst_wavpack_enc_chain):
12761         * ext/wavpack/gstwavpackenc.h:
12762         * ext/wavpack/gstwavpackparse.c:
12763         Don't play audioconvert. As wavpack wants/outputs all samples with
12764         width==32 and depth=[1,32] accept this and let audioconvert convert
12765         to accepted formats instead of doing it in the element for n*8 depths.
12766         This also adds support for non-n*8 depths and prevents some useless
12767         memory allocations. Fixes #421598
12768         Also add a workaround for bug #421542 in wavpackenc for now...
12769         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
12770         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
12771         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
12772         Consider the change above in the unit tests and test if the correct
12773         caps are accepted and set. Also check for GST_BUFFER_OFFSET_END in
12774         the wavpackparse unit test.
12775
12776         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_init),
12777         (gst_wavpack_dec_sink_set_caps):
12778         Set caps on the src pad as soon as possible.
12779
12780         * ext/wavpack/gstwavpackdec.h:
12781         * ext/wavpack/gstwavpackcommon.h:
12782         * ext/wavpack/gstwavpackenc.h:
12783         * ext/wavpack/gstwavpackparse.h:
12784         Fix indention. gst-indent is now called by cicl.
12785
12786 2007-03-28  Edward Hervey  <edward@fluendo.com>
12787
12788         * gst/qtdemux/qtdemux.c: (gst_qtdemux_prepare_current_sample),
12789         (gst_qtdemux_chain), (qtdemux_parse_samples):
12790         * gst/qtdemux/qtdemux_dump.c: (qtdemux_dump_ctts):
12791         * gst/qtdemux/qtdemux_dump.h:
12792         * gst/qtdemux/qtdemux_fourcc.h:
12793         * gst/qtdemux/qtdemux_types.c:
12794         Process 'ctts' atoms, which are present in AVC ISO files (.mov files
12795         with h264 video).
12796         Use the offset present in 'ctts' to calculate the PTS for each packet
12797         and set the PTS on outgoing buffers.
12798         Fixes #423283
12799
12800 2007-03-27  Julien MOUTTE  <julien@moutte.net>
12801
12802         * ext/xvid/gstxviddec.c: (gst_xviddec_chain): Add some
12803         debug log and fix a stupid output buffer duration bug.
12804
12805 2007-03-25  Tim-Philipp Müller  <tim at centricular dot net>
12806
12807         Patch by: Michal Benes <michal.benes at itonis tv>
12808         Patch by: Josef Zlomek <josef.zlomek at itonis tv>
12809
12810         * configure.ac:
12811         * ext/Makefile.am:
12812         * ext/x264/Makefile.am:
12813         * ext/x264/gstx264enc.c: (gst_x264_enc_me_get_type),
12814         (gst_x264_enc_analyse_get_type),
12815         (gst_x264_enc_timestamp_queue_init),
12816         (gst_x264_enc_timestamp_queue_free),
12817         (gst_x264_enc_timestamp_queue_put),
12818         (gst_x264_enc_timestamp_queue_get), (gst_x264_enc_header_buf),
12819         (gst_x264_enc_set_src_caps), (gst_x264_enc_sink_set_caps),
12820         (gst_x264_enc_base_init), (gst_x264_enc_class_init),
12821         (gst_x264_enc_init), (gst_x264_enc_init_encoder),
12822         (gst_x264_enc_close_encoder), (gst_x264_enc_dispose),
12823         (gst_x264_enc_sink_event), (gst_x264_enc_chain),
12824         (gst_x264_enc_encode_frame), (gst_x264_enc_change_state),
12825         (gst_x264_enc_set_property), (gst_x264_enc_get_property),
12826         (plugin_init):
12827         * ext/x264/gstx264enc.h:
12828           Add libx264-based h264 encoder plugin (#421110). Probably doesn't
12829           handle 'odd' widths and heights correctly yet.
12830
12831 2007-03-24  Tim-Philipp Müller  <tim at centricular dot net>
12832
12833         * gst/interleave/deinterleave.c: (gst_deinterleave_sink_setcaps):
12834           Remove 'channel-positions' field when munging input caps into
12835           1-channel output caps (I guess technically we should set the
12836           position for each channel on the output caps if it's non-NONE,
12837           but I'll save that as a task for another day).
12838
12839 2007-03-23  Michael Smith  <msmith@fluendo.com>
12840
12841         * gst/vmnc/vmncdec.c: (gst_vmnc_dec_class_init),
12842         (gst_vmnc_dec_init), (vmnc_dec_finalize), (gst_vmnc_dec_reset),
12843         (vmnc_handle_wmvi_rectangle), (render_colour_cursor),
12844         (render_cursor), (vmnc_make_buffer), (vmnc_handle_wmvd_rectangle),
12845         (vmnc_handle_wmve_rectangle), (vmnc_handle_wmvf_rectangle),
12846         (vmnc_handle_wmvg_rectangle), (vmnc_handle_wmvh_rectangle),
12847         (vmnc_handle_wmvj_rectangle), (render_raw_tile), (render_subrect),
12848         (vmnc_handle_raw_rectangle), (vmnc_handle_copy_rectangle),
12849         (vmnc_handle_hextile_rectangle), (vmnc_handle_packet),
12850         (vmnc_dec_setcaps), (vmnc_dec_chain_frame), (vmnc_dec_chain),
12851         (vmnc_dec_set_property), (vmnc_dec_get_property):
12852           Redesign to include a parser for raw files (no timestamps in that
12853           mode yet, though).
12854
12855 2007-03-22  Tim-Philipp Müller  <tim at centricular dot net>
12856
12857         * gst/interleave/deinterleave.c: (gst_deinterleave_add_new_pads),
12858         (gst_deinterleave_remove_pads), (gst_deinterleave_process),
12859         (gst_deinterleave_chain):
12860           Don't leak input buffer in chain function; maintain our own list of
12861           source pads - there are no guarantees about the order of the list
12862           in the GstElement struct, and we want a very specific order; lastly,
12863           some more debugging.
12864
12865 2007-03-22  Tim-Philipp Müller  <tim at centricular dot net>
12866
12867         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_init):
12868           Alloc user agent string only once.
12869
12870 2007-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
12871
12872         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_plugin_init):
12873         Revert last commit, preventing infinite plugging loops with ranks
12874         is no clean solution and in general there's no reason why one wants
12875         to parse framed wavpack data again.
12876
12877 2007-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
12878
12879         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_push_block):
12880         Send the new segment event in time format instead of bytes. This
12881         allows "wavpackenc ! wavpackdec ! someaudiosink" pipelines.
12882
12883         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_plugin_init):
12884         Accept framed and non-framed input, wavpackparse doesn't care. To
12885         prevent "wavpackparse ! wavpackparse ! ..." pipelines lower the
12886         rank of wavpackparse by one. This allows "wavpackenc ! wavpackparse !
12887         ..." pipelines.
12888
12889 2007-03-22  Thomas Vander Stichele  <thomas at apestaart dot org>
12890
12891         * gst-libs/gst/app/Makefile.am:
12892           Use GST_ALL_LDFLAGS, which actually exists, but maybe David
12893           can confirm that was what he wanted.
12894
12895 2007-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
12896
12897         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
12898         Revert to use gst_pad_alloc_buffer() here. We can and should use it.
12899         Thanks to Jan and Mike for noticing my mistake.
12900
12901 2007-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
12902
12903         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_class_init),
12904         (gst_wavpack_enc_init), (gst_wavpack_enc_chain),
12905         (gst_wavpack_enc_rewrite_first_block):
12906         * ext/wavpack/gstwavpackenc.h:
12907         Put the write helpers into the GstWavpackEnc struct directly and not
12908         as a pointer to save two small, but useless mallocs. This also makes
12909         it possible to drop the finalize method.
12910         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_push_buffer):
12911         For consistency reasons also set GST_BUFFER_OFFSET_END on the outgoing
12912         buffers the same way wavpackenc does it.
12913
12914 2007-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
12915
12916         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
12917         Don't use gst_pad_alloc_buffer() as we might clip the buffer later and
12918         BaseTransform-based elements will likely break because of wrong
12919         unit-size. Also plug a possible memleak that happens when decoding
12920         fails for some reason.
12921
12922 2007-03-18  Wim Taymans  <wim@fluendo.com>
12923
12924         Based on patch by: Paul Davis <paul at linuxaudiosystems dot com>
12925
12926         * ext/jack/gstjackaudioclient.c: (gst_jack_audio_unref_connection):
12927         Don't need to take the connection lock, it will not be used and could
12928         cause deadlocks.
12929
12930 2007-03-16  Edward Hervey  <edward@fluendo.com>
12931
12932         * sys/osxvideo/osxvideosink.m:
12933         Fix previous commit, we want to pass the NSView in the message.
12934
12935 2007-03-16  Edward Hervey  <edward@fluendo.com>
12936
12937         * sys/osxvideo/osxvideosink.m:
12938         Emit 'have-ns-view' message when working in embedded mode. The message
12939         will contain a pointer to the newly created NSView.
12940
12941 2007-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
12942
12943         * gst/mpegvideoparse/mpegpacketiser.c: (mpeg_util_find_start_code),
12944         (collect_packets), (set_par_from_dar), (set_fps_from_code),
12945         (mpeg_util_parse_extension_packet), (mpeg_util_parse_sequence_hdr),
12946         (mpeg_util_parse_picture_hdr):
12947         * gst/mpegvideoparse/mpegpacketiser.h:
12948         * gst/mpegvideoparse/mpegvideoparse.c:
12949         (mpegvideoparse_handle_sequence), (mpegvideoparse_handle_picture),
12950         (mpegvideoparse_drain_avail), (gst_mpegvideoparse_chain),
12951         (mpv_parse_sink_event), (plugin_init):
12952         * gst/mpegvideoparse/mpegvideoparse.h:
12953         Move the MPEG specific byte parsing into the mpegpacketiser code.
12954
12955         Add parsing of picture types, that just feeds into a debug message
12956         for now.
12957
12958         Fix some 64-bit format strings.
12959
12960 2007-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
12961
12962         * gst/mpegaudioparse:
12963         Remove empty dir.
12964
12965 2007-03-16  Stefan Kost  <ensonic@users.sf.net>
12966
12967         * gst/equalizer/gstiirequalizer10bands.c:
12968         (gst_iir_equalizer_10bands_init):
12969           A 10 band EQ should be initialized to 10 bands and not to 3.
12970
12971 2007-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
12972
12973         * configure.ac:
12974         * gst/mpeg1videoparse/Makefile.am:
12975         * gst/mpeg1videoparse/gstmp1videoparse.c:
12976         * gst/mpeg1videoparse/gstmp1videoparse.h:
12977         * gst/mpeg1videoparse/mp1videoparse.vcproj:
12978         * gst/mpegvideoparse/Makefile.am:
12979         * gst/mpegvideoparse/mpegpacketiser.c: (mpeg_packetiser_init),
12980         (mpeg_packetiser_free), (mpeg_packetiser_add_buf),
12981         (mpeg_packetiser_flush), (mpeg_find_start_code),
12982         (get_next_free_block), (complete_current_block),
12983         (append_to_current_block), (start_new_block), (handle_packet),
12984         (collect_packets), (mpeg_packetiser_handle_eos),
12985         (mpeg_packetiser_get_block), (mpeg_packetiser_next_block):
12986         * gst/mpegvideoparse/mpegpacketiser.h:
12987         * gst/mpegvideoparse/mpegvideoparse.c: (mpegvideoparse_get_type),
12988         (gst_mpegvideoparse_base_init), (gst_mpegvideoparse_class_init),
12989         (mpv_parse_reset), (gst_mpegvideoparse_init),
12990         (gst_mpegvideoparse_dispose), (set_par_from_dar),
12991         (set_fps_from_code), (mpegvideoparse_parse_seq),
12992         (gst_mpegvideoparse_time_code), (gst_mpegvideoparse_flush),
12993         (mpegvideoparse_drain_avail), (gst_mpegvideoparse_chain),
12994         (mpv_parse_sink_event), (gst_mpegvideoparse_change_state),
12995         (plugin_init):
12996         * gst/mpegvideoparse/mpegvideoparse.h:
12997         * gst/mpegvideoparse/mpegvideoparse.vcproj:
12998         Port mpeg1videoparse to 0.10 and give it rank SECONDARY-1, so
12999         that it's below existing decoders.
13000         
13001         Rename it to mpegvideoparse to reflect that it handles MPEG-1 and
13002         MPEG-2 now.
13003
13004         Re-write the parsing code so that it collects packets differently
13005         and timestamps Picture packets correctly.
13006
13007         Add a list of FIXME's at the top.
13008
13009 2007-03-14  Stefan Kost  <ensonic@users.sf.net>
13010
13011         * tests/icles/equalizer-test.c: (equalizer_set_band_value),
13012         (equalizer_set_all_band_values),
13013         (equalizer_set_band_value_and_wait),
13014         (equalizer_set_all_band_values_and_wait), (do_slider_fiddling),
13015         (main):
13016           Port the example to new equalizer api.
13017
13018 2007-03-14  Edward Hervey  <edward@fluendo.com>
13019
13020         * sys/osxvideo/cocoawindow.h:
13021         * sys/osxvideo/cocoawindow.m:
13022         * sys/osxvideo/osxvideosink.h:
13023         * sys/osxvideo/osxvideosink.m:
13024         Fix leaks when running a NSApp.
13025         Accept any kind of resolutions.
13026         Works in fullscreen. Can maximize.
13027         Only thing left before being able to move this to -good is documentation
13028         and embedded window support.
13029
13030 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13031
13032         * po/hu.po:
13033         * po/it.po:
13034         * po/sv.po:
13035           Updated translations.
13036
13037 2007-03-14  Stefan Kost  <ensonic@users.sf.net>
13038
13039         * gst/equalizer/Makefile.am:
13040         * gst/equalizer/gstiirequalizer.c: (_do_init),
13041         (gst_iir_equalizer_band_set_property),
13042         (gst_iir_equalizer_band_class_init),
13043         (gst_iir_equalizer_band_get_type),
13044         (gst_iir_equalizer_child_proxy_get_child_by_index),
13045         (gst_iir_equalizer_child_proxy_get_children_count),
13046         (gst_iir_equalizer_child_proxy_interface_init), (setup_filter),
13047         (gst_iir_equalizer_compute_frequencies),
13048         (gst_iir_equalizer_transform_ip), (plugin_init):
13049         * gst/equalizer/gstiirequalizer10bands.c:
13050         (gst_iir_equalizer_10bands_base_init),
13051         (gst_iir_equalizer_10bands_class_init),
13052         (gst_iir_equalizer_10bands_init),
13053         (gst_iir_equalizer_10bands_set_property),
13054         (gst_iir_equalizer_10bands_get_property):
13055         * gst/equalizer/gstiirequalizer10bands.h:
13056         * gst/equalizer/gstiirequalizer3bands.c:
13057         (gst_iir_equalizer_3bands_base_init),
13058         (gst_iir_equalizer_3bands_class_init),
13059         (gst_iir_equalizer_3bands_init),
13060         (gst_iir_equalizer_3bands_set_property),
13061         (gst_iir_equalizer_3bands_get_property):
13062         * gst/equalizer/gstiirequalizer3bands.h:
13063         * gst/equalizer/gstiirequalizernbands.c:
13064         (gst_iir_equalizer_nbands_base_init),
13065         (gst_iir_equalizer_nbands_init):
13066           Add 3 and 10 band version and add missing gst_object_sync_values.
13067
13068         * gst/spectrum/gstspectrum.c: (gst_spectrum_event),
13069         (gst_spectrum_transform_ip):
13070           Add some comments about float support.
13071
13072 2007-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
13073
13074         * gst/mpegaudioparse/Makefile.am:
13075         * gst/mpegaudioparse/gstmpegaudioparse.c:
13076         * gst/mpegaudioparse/gstmpegaudioparse.h:
13077         * gst/mpegaudioparse/mpegaudioparse.vcproj:
13078         Remove bogus 2nd copy of mp3parse - it's actually
13079         in -ugly.
13080
13081 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
13082
13083         * examples/app/.cvsignore:
13084         The buildbot demands .cvsignore files, and I comply.
13085
13086 2007-03-11  Sebastien Moutte  <sebastien@moutte.net>
13087
13088         * sys/directdraw/gstdirectdrawsink.c:
13089         * sys/directdraw/gstdirectdrawsink.h:
13090         Handle display mode changes during playback.
13091
13092 2007-03-10  David Schleef  <ds@schleef.org>
13093
13094         * configure.ac:
13095         * examples/Makefile.am:
13096         * examples/app/Makefile.am:
13097         * examples/app/appsrc_ex.c:
13098           Add appsrc/appsink example.
13099         * gst-libs/gst/app/Makefile.am:
13100         * gst-libs/gst/app/gstapp.c:
13101         * gst-libs/gst/app/gstappsink.c:
13102         * gst-libs/gst/app/gstappsink.h:
13103         * gst/app/gstapp.c:
13104           Add appsink.
13105
13106 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
13107
13108         * ext/nas/nassink.c: (NAS_createFlow):
13109         * ext/sndfile/gstsfsrc.c: (gst_sf_src_create):
13110           Printf format string fixes.
13111
13112 2007-03-09  Stefan Kost  <ensonic@users.sf.net>
13113
13114         * gst/equalizer/Makefile.am:
13115         * gst/equalizer/gstiirequalizer.c: (_do_init),
13116         (gst_iir_equalizer_band_set_property),
13117         (gst_iir_equalizer_band_get_property),
13118         (gst_iir_equalizer_band_class_init),
13119         (gst_iir_equalizer_band_get_type),
13120         (gst_iir_equalizer_child_proxy_get_child_by_index),
13121         (gst_iir_equalizer_child_proxy_get_children_count),
13122         (gst_iir_equalizer_child_proxy_interface_init),
13123         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
13124         (gst_iir_equalizer_finalize), (setup_filter),
13125         (gst_iir_equalizer_compute_frequencies),
13126         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
13127         (gst_iir_equalizer_setup), (plugin_init):
13128         * gst/equalizer/gstiirequalizer.h:
13129         * gst/equalizer/gstiirequalizernbands.c:
13130         (gst_iir_equalizer_nbands_base_init),
13131         (gst_iir_equalizer_nbands_class_init),
13132         (gst_iir_equalizer_nbands_init),
13133         (gst_iir_equalizer_nbands_set_property),
13134         (gst_iir_equalizer_nbands_get_property):
13135         * gst/equalizer/gstiirequalizernbands.h:
13136           Refactor plugin into a base class and a first subclass (nband eq). The
13137           nband eq uses GstChildProxy and is controlable. More subclasses will
13138           follow.
13139
13140 2007-03-08  Wim Taymans  <wim@fluendo.com>
13141
13142         Includes patch by: Paul Davis <paul at linuxaudiosystems dot com>
13143
13144         * ext/jack/Makefile.am:
13145         * ext/jack/gstjackaudioclient.c: (gst_jack_audio_client_init),
13146         (jack_process_cb), (jack_sample_rate_cb), (jack_buffer_size_cb),
13147         (jack_shutdown_cb), (connection_find),
13148         (gst_jack_audio_make_connection), (gst_jack_audio_get_connection),
13149         (gst_jack_audio_unref_connection),
13150         (gst_jack_audio_connection_add_client),
13151         (gst_jack_audio_connection_remove_client),
13152         (gst_jack_audio_client_new), (gst_jack_audio_client_free),
13153         (gst_jack_audio_client_get_client),
13154         (gst_jack_audio_client_set_active):
13155         * ext/jack/gstjackaudioclient.h:
13156         Make an object to manage client connections to the jack server which we
13157         will use in the future to run selected jack elements with the same jack
13158         connection.
13159         Make some stuff a bit more threadsafe.
13160         Activate the jack client ASAP.
13161
13162         * ext/jack/gstjackaudiosink.c:
13163         (gst_jack_audio_sink_allocate_channels),
13164         (gst_jack_audio_sink_free_channels), (jack_process_cb),
13165         (gst_jack_ring_buffer_open_device),
13166         (gst_jack_ring_buffer_close_device),
13167         (gst_jack_ring_buffer_acquire), (gst_jack_ring_buffer_release),
13168         (gst_jack_audio_sink_class_init), (gst_jack_audio_sink_init),
13169         (gst_jack_audio_sink_getcaps):
13170         * ext/jack/gstjackaudiosink.h:
13171         Use new client object to manage connections.
13172         Don't remove and recreate all ports, try to reuse them.
13173
13174 2007-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
13175
13176         * ext/wavpack/gstwavpack.c: (plugin_init):
13177         * ext/wavpack/gstwavpackcommon.c:
13178           Use a general wavpack debug category for common code.
13179         * ext/wavpack/gstwavpackstreamreader.c:
13180         (gst_wavpack_stream_reader_set_pos_abs),
13181         (gst_wavpack_stream_reader_set_pos_rel),
13182         (gst_wavpack_stream_reader_write_bytes):
13183           Use the general wavpack debug category here too and add debug
13184           output to the functions that should not be called at all by
13185           the wavpack library.
13186         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_plugin_init):
13187         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_plugin_init):
13188         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_plugin_init):
13189           Change debugging category names to conform to the conventions.
13190
13191 2007-03-07  Edward Hervey  <edward@fluendo.com>
13192
13193         * gst/qtdemux/qtdemux.c:
13194         * gst/qtdemux/qtdemux.h:
13195         Share qtdemux debug category across all files, otherwise all debugging
13196         in files other than qtdemux.c would end up in the default category.
13197
13198 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
13199
13200         * gst/spectrum/gstspectrum.c: (gst_spectrum_start),
13201         (gst_spectrum_event), (gst_spectrum_transform_ip):
13202         * gst/spectrum/gstspectrum.h:
13203           One FIXME less, by resolving message timestamps against the playback
13204           segment.
13205
13206 2007-03-06  Wim Taymans  <wim@fluendo.com>
13207
13208         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
13209         (gst_spectrum_init), (gst_spectrum_set_property),
13210         (gst_spectrum_transform_ip):
13211         Fix and cleanup default property values.
13212         Add FIXMEs for stuff that looks rather wrong.
13213
13214 2007-03-05  Stefan Kost  <ensonic@users.sf.net>
13215
13216         * gst/spectrum/demo-audiotest.c: (message_handler):
13217         * gst/spectrum/demo-osssrc.c: (message_handler):
13218           Remove two obsolete and confusing comments.
13219
13220 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
13221
13222         * ext/nas/nassink.c: (gst_nas_sink_class_init),
13223         (gst_nas_sink_init), (gst_nas_sink_getcaps),
13224         (gst_nas_sink_unprepare):
13225           Some more cleanups/changes; use boilerplate macro.
13226
13227 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
13228
13229         * ext/nas/Makefile.am:
13230         * ext/nas/README:
13231         * ext/nas/nassink.c: (gst_nas_sink_get_type),
13232         (gst_nas_sink_base_init), (gst_nas_sink_class_init),
13233         (gst_nas_sink_init), (gst_nas_sink_finalize),
13234         (gst_nas_sink_getcaps), (gst_nas_sink_prepare),
13235         (gst_nas_sink_unprepare), (gst_nas_sink_delay),
13236         (gst_nas_sink_reset), (gst_nas_sink_write),
13237         (gst_nas_sink_set_property), (gst_nas_sink_get_property),
13238         (gst_nas_sink_open), (gst_nas_sink_close), (NAS_flush),
13239         (NAS_sendData), (NAS_EventHandler), (gst_nas_sink_sink_get_format),
13240         (NAS_createFlow), (plugin_init):
13241         * ext/nas/nassink.h:
13242           Bunch of nassink clean-ups: make build by adding the right CFLAGS
13243           and LIBS to Makefile.am; rename structure, macros and functions
13244           according to canonical naming scheme; move some things around a bit;
13245           use GST_CAT_DEFAULT instead of GST_CAT_* everywhere; remove README
13246           file that didn't really contain any useful information anyway (the
13247           useful bits have been moved into the 'host' property description).
13248
13249 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
13250
13251         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_finalize):
13252         Chain up in finalize.
13253
13254 2007-03-03  Michael Smith  <msmith@fluendo.com>
13255
13256         * configure.ac:
13257         * gst/vmnc/Makefile.am:
13258           Fix up dist.
13259
13260 2007-03-03  Michael Smith  <msmith@fluendo.com>
13261
13262         * configure.ac:
13263         * gst/vmnc/Makefile.am:
13264         * gst/vmnc/vmncdec.c: (gst_vmnc_dec_base_init),
13265         (gst_vmnc_dec_class_init), (gst_vmnc_dec_init),
13266         (gst_vmnc_dec_reset), (vmnc_handle_wmvi_rectangle),
13267         (render_colour_cursor), (render_cursor), (vmnc_make_buffer),
13268         (vmnc_handle_wmvd_rectangle), (vmnc_handle_wmve_rectangle),
13269         (vmnc_handle_wmvf_rectangle), (vmnc_handle_wmvg_rectangle),
13270         (vmnc_handle_wmvh_rectangle), (vmnc_handle_wmvj_rectangle),
13271         (render_raw_tile), (render_subrect), (vmnc_handle_raw_rectangle),
13272         (vmnc_handle_hextile_rectangle), (vmnc_handle_packet),
13273         (vmnc_dec_setcaps), (vmnc_dec_chain), (vmnc_dec_change_state),
13274         (vmnc_dec_set_property), (vmnc_dec_get_property), (plugin_init):
13275           Add VMnc decoder.
13276           Still missing support for:
13277            - rectangle types I didn't find in my samples (e.g. copy, RRE,
13278              ZRLE)
13279            - alpha-composited cursors
13280
13281 2007-03-03  David Schleef  <ds@schleef.org>
13282
13283         * gst-libs/gst/app/Makefile.am:
13284           Install the headers.
13285
13286 2007-03-03  David Schleef  <ds@schleef.org>
13287
13288         * gst-libs/gst/app/Makefile.am:
13289         * gst-libs/gst/app/gstappbuffer.c:
13290         * gst-libs/gst/app/gstappbuffer.h:
13291         * gst-libs/gst/app/gstappsrc.c:
13292           Add GstAppBuffer that includes a callback and closure for
13293           proper handling of data chunks.
13294
13295 2007-03-03  David Schleef  <ds@schleef.org>
13296
13297         * gst-libs/gst/app/gstappsrc.c:
13298         * gst-libs/gst/app/gstappsrc.h:
13299           Hacking to address issues in 413418.
13300
13301 2007-03-03  David Schleef  <ds@schleef.org>
13302
13303         * Makefile.am:
13304         * configure.ac:
13305         * ext/Makefile.am:
13306         * gst-libs/gst/Makefile.am:
13307         * gst-libs/gst/app/Makefile.am:
13308         * gst-libs/gst/app/gstapp.c:
13309         * gst-libs/gst/app/gstappsrc.c:
13310         * gst-libs/gst/app/gstappsrc.h:
13311         * gst/app/Makefile.am:
13312         * gst/app/gstapp.c:
13313         * gst/app/gstappsrc.c:
13314         * gst/app/gstappsrc.h:
13315           Move the app library to gst-libs/gst/app (duh!)
13316
13317 2007-03-02 Christian Schaller <christian at fluendo dot com>
13318         
13319         Patch by: Nguyen Thai Ngoc Duy <pcloud@gmail.com>
13320
13321         * ext/nas: Upgrade of NAS plugin to 0.10 (#345633)
13322
13323 2007-03-02  Tim-Philipp Müller  <tim at centricular dot net>
13324
13325         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_sink_event):
13326           A few small clean-ups.
13327
13328         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps):
13329           More debug output for failure cases.
13330
13331 2007-03-02  Tim-Philipp Müller  <tim at centricular dot net>
13332
13333         Patch by: Young-Ho Cha  <ganadist at chollian net>
13334
13335         * ext/dts/gstdtsdec.c: (gst_dtsdec_handle_frame),
13336         (gst_dtsdec_change_state):
13337           Don't do forced downmixing to stereo, but check what downstream
13338           can do and let libdts do the downmixing based on that (#400555).
13339
13340 2007-03-02  Tim-Philipp Müller  <tim at centricular dot net>
13341
13342         Patch by: Lutz Mueller  <lutz topfrose de>
13343
13344         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
13345         (gst_neonhttp_src_init), (gst_neonhttp_src_set_property),
13346         (gst_neonhttp_src_set_uri), (gst_neonhttp_src_set_proxy),
13347         (gst_neonhttp_src_send_request_and_redirect),
13348         (gst_neonhttp_src_uri_set_uri):
13349         * ext/neon/gstneonhttpsrc.h:
13350           Simplify _set_uri() and _set_proxy() and remove the unused ishttp
13351           member (#388050).
13352
13353         * tests/check/elements/neonhttpsrc.c: (GST_START_TEST):
13354           Fix bogus URI to something that actually exists, otherwise we just
13355           bypass the test (and also to something that doesn't redirect, since
13356           neonhttpsrc doesn't seem to handle this very gracefully yet)
13357
13358 2007-03-01  Chris Lord <chris@openedhand.com>
13359
13360         Reviewed by Christian Schaller <christian@fluendo.com>
13361
13362         Fixes Bug 357055
13363         * ext/ivorbis/Makefile.am:
13364         * ext/ivorbis/vorbisdec.c: Add support for Vorbis streams
13365         * ext/ivorbis/vorbisdec.h
13366         * ext/ivorbis/vorbis.c :
13367
13368 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
13369
13370         * tests/check/Makefile.am:
13371         Draw plugins in from the build tree sys/ dir, rather than
13372         picking up the already installed versions.
13373
13374 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
13375
13376         * configure.ac:
13377           Convert to new AG_GST style.
13378
13379 2007-02-27  Christian Schaller <christian at fluendo dot com>
13380
13381         * sys/direct*: Add Pioneers of the Inevitable to copyright
13382         * sys/macosxvideosink: Add Pioneers of the Inevitable to copyright
13383
13384 2007-02-27  Edward Hervey  <edward@fluendo.com>
13385
13386         * sys/osxvideo/cocoawindow.h:
13387         * sys/osxvideo/cocoawindow.m:
13388         * sys/osxvideo/osxvideosink.h:
13389         * sys/osxvideo/osxvideosink.m:
13390         Disable the cocoa event loop since it's a huge memory leak. Should only
13391         matter if the sink isn't used within an NSApp (which has already got
13392         a coca event loop).
13393         Remove all unused code.
13394
13395 2007-02-26  David Schleef  <ds@schleef.org>
13396
13397         * configure.ac:
13398         * gst/app/Makefile.am:
13399         * gst/app/gstapp.c:
13400         * gst/app/gstappsrc.c:
13401         * gst/app/gstappsrc.h:
13402           Add a new plugin/library to make it easy for apps to shove
13403           data into a pipeline.
13404
13405 2007-02-26  Tim-Philipp Müller  <tim at centricular dot net>
13406
13407         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_init):
13408         * gst/real/gstrealvideodec.c: (gst_real_video_dec_init):
13409           Use gst_pad_use_fixed_caps() on source pads, to avoid negotiation
13410           errors in certain situations (e.g. dec ! cs ! ximagesink and the
13411           imagesink window is resized); also, some minor clean-ups.
13412
13413 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
13414
13415         * configure.ac:
13416         * ext/gsm/Makefile.am:
13417         * ext/ladspa/Makefile.am:
13418         * ext/wavpack/Makefile.am:
13419         * gst/equalizer/Makefile.am:
13420         * gst/filter/Makefile.am:
13421         * gst/mve/Makefile.am:
13422         * gst/nsf/Makefile.am:
13423         * gst/replaygain/Makefile.am:
13424         * gst/speed/Makefile.am:
13425           Fix build with LDFLAGS='-Wl,-z,defs'.
13426
13427 2007-02-20  Sébastien Moutte  <sebastien@moutte.net>
13428
13429         * sys/directsound/gstdirectsoundsink.c:
13430         * sys/directsound/gstdirectsoundsink.h:
13431           Remove include of unused headers.
13432         * sys/waveform/gstwaveformplugin.c:
13433         * sys/waveform/gstwaveformsink.c:
13434         * sys/waveform/gstwaveformsink.h:
13435         * win32/vs6/libgstwaveform.dsp:
13436           Add a new waveform plugin which includes an audio sink 
13437           element using the WaveForm win32 API.
13438         * win32/MANIFEST:
13439           Add the new project file form waveform plugin.
13440         
13441 2007-02-18  Sébastien Moutte  <sebastien@moutte.net>
13442         
13443         * sys/directdraw/gstdirectdrawplugin.c:
13444         * sys/directdraw/gstdirectdrawsink.c:
13445         * sys/directdraw/gstdirectdrawsink.h:
13446           Prepare the plugin to move to good:
13447           Remove unused/untested code (rendering to an extern surface,
13448           yuv format rendering).Use GST_(DEBUG/*)_OBJECT macros
13449       Rename all functions from gst_directdrawsink to gst_directdraw_sink.
13450           Add gtk doc section
13451           Fix a bug in gst_directdraw_sink_show_frame, memcpy line by line
13452           respecting destination surface stride.
13453         * sys/directsound/gstdirectsoundplugin.c:
13454         * sys/directsound/gstdirectsoundsink.c:
13455         * sys/directsound/gstdirectsoundsink.h:
13456           Prepare the plugin to move to good:
13457           Rename all functions from gst_directsoundsink to gst_directsound_sink.
13458           Add gtk doc section
13459         * win32/common/config.h.in:
13460         * win32/MANIFEST:
13461           Add config.h.in
13462
13463 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
13464
13465         * configure.ac:
13466         * docs/plugins/Makefile.am:
13467           Add crossreferences to glib/gobject/gstream docs. Also fix typo in
13468           timidity.cfg check.
13469
13470         * ext/timidity/gsttimidity.c: (plugin_init):
13471           Also build if no config was detected at configure time.
13472
13473 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
13474
13475         * configure.ac:
13476         * ext/timidity/Makefile.am:
13477         * ext/timidity/gsttimidity.c: (plugin_init):
13478         * ext/timidity/gstwildmidi.c: (gst_wildmidi_base_init),
13479         (gst_wildmidi_class_init), (gst_wildmidi_init),
13480         (gst_wildmidi_src_convert), (gst_wildmidi_src_query),
13481         (gst_wildmidi_get_upstream_size), (gst_wildmidi_get_segment),
13482         (gst_wildmidi_get_new_segment_event), (gst_wildmidi_src_event),
13483         (gst_wildmidi_activate), (gst_wildmidi_activatepull),
13484         (gst_wildmidi_allocate_buffer), (gst_wildmidi_clip_buffer),
13485         (gst_wildmidi_fill_buffer), (gst_wildmidi_get_buffer),
13486         (gst_wildmidi_loop), (gst_wildmidi_change_state),
13487         (gst_wildmidi_set_property), (gst_wildmidi_get_property),
13488         (gst_wildmidi_typefind), (wildmidi_open_config), (plugin_init):
13489         * ext/timidity/gstwildmidi.h:
13490           Add second midi renderer. Fix some double frees and leaks. Clean up
13491           logging.
13492
13493 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
13494
13495         * Makefile.am:
13496           Add win32 MANIFEST
13497         * sys/directdraw/gstdirectdrawsink.c:
13498         * sys/directdraw/gstdirectdrawsink.h:
13499           Clear unused code and add comments.
13500           Remove yuv from template caps, it only supports RGB
13501           actually.
13502           Implement XOverlay interface and remove window and fullscreen 
13503           properties.
13504           Add debug logs.
13505           Test for blit capabilities to return only the current colorspace if
13506           the hardware can't blit for one colorspace to another.
13507         * sys/directsound/gstdirectsoundsink.c:
13508           Add some debugs.
13509         * win32/MANIFEST:
13510           Add VS7 project files and solution.
13511         * win32/vs6/gst_plugins_bad.dsw:
13512         * win32/vs6/libgstdirectdraw.dsp:
13513         * win32/vs6/libgstdirectsound.dsp:
13514         * win32/vs6/libgstqtdemux.dsp:
13515           Update project files.
13516
13517 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
13518
13519         * ext/faad/gstfaad.c:
13520           Also update the comment that describes the hack.
13521
13522 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
13523
13524         * configure.ac:
13525           Tell the code which faad it is, so that we can adjust the hacks
13526           needed.
13527
13528         * ext/faad/gstfaad.c:
13529           Make our hacks dependent on the fadd lib in use.
13530
13531 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
13532
13533         * configure.ac:
13534           Fix faad detection to support also fadd with new symbol prefix.
13535           ChangeLog surgery.
13536           
13537 2007-02-08  Stefan Kost  <ensonic@users.sf.net>
13538
13539         Patch by: Wouter Paesen <wouter@blue-gate.be>
13540
13541         * configure.ac:
13542         * ext/Makefile.am:
13543         * ext/timidity/Makefile.am:
13544         * ext/timidity/gsttimidity.c: (gst_timidity_base_init),
13545         (gst_timidity_class_init), (gst_timidity_init),
13546         (gst_timidity_set_song_options), (gst_timidity_src_convert),
13547         (gst_timidity_src_query), (gst_timidity_get_upstream_size),
13548         (gst_timidity_get_segment), (gst_timidity_get_new_segment_event),
13549         (gst_timidity_src_event), (gst_timidity_activate),
13550         (gst_timidity_activatepull), (gst_timidity_allocate_buffer),
13551         (gst_timidity_clip_buffer), (gst_timidity_fill_buffer),
13552         (gst_timidity_get_buffer), (gst_timidity_loop),
13553         (gst_timidity_change_state), (gst_timidity_typefind),
13554         (plugin_init):
13555         * ext/timidity/gsttimidity.h:
13556           Add timidity midi render plugin (#403992)
13557
13558 2007-02-07  Edward Hervey  <edward@fluendo.com>
13559
13560         * ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_query):
13561         GST_PAD_PARENT doesn't return a GstObject with an incremented refcount.
13562         Switched to using gst_pad_get_parent().
13563
13564 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13565
13566         * gst/modplug/gstmodplug.cc:
13567           Remove superfluous gst_caps_get_structure() call.
13568
13569 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13570
13571         * configure.ac:
13572           Increase required libsndfile version to a version that's known to
13573           have the function sf_write_sync() to make the build bots happy.
13574
13575 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13576
13577         * ext/sndfile/gstsfsrc.c:
13578           Fix build (installed setup).
13579
13580 2007-02-05  Andy Wingo  <wingo@pobox.com>
13581
13582         * ext/sndfile/Makefile.am:
13583         * ext/sndfile/gstsfsrc.h:
13584         * ext/sndfile/gstsfsrc.c: Port sfsrc to 0.10, pull or push, with
13585         random access woo.
13586
13587 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
13588
13589         * configure.ac:
13590         * gst/equalizer/Makefile.am:
13591         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_base_init),
13592         (gst_iir_equalizer_class_init), (gst_iir_equalizer_init),
13593         (setup_filter), (gst_iir_equalizer_compute_frequencies),
13594         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
13595         (gst_iir_equalizer_transform_ip), (gst_iir_equalizer_setup),
13596         (plugin_init):
13597         * gst/equalizer/gstiirequalizer.h:
13598           Fix up to use the newly ported (actually working) GstAudioFilter.
13599           Bump core/base requirements to CVS for this.
13600
13601         * tests/icles/.cvsignore:
13602         * tests/icles/Makefile.am:
13603         * tests/icles/equalizer-test.c: (check_bus),
13604         (equalizer_set_band_value), (equalizer_set_all_band_values),
13605         (equalizer_set_band_value_and_wait),
13606         (equalizer_set_all_band_values_and_wait), (do_slider_fiddling),
13607         (main):
13608           Add brain-dead interactive test for equalizer.
13609
13610 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
13611
13612         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_class_init),
13613         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
13614         (gst_iir_equalizer_filter_inplace):
13615           Rename "values" property to "band-values" and change type into a
13616           GValueArray, so it's more easily bindable and the range of the
13617           values passed in is defined and checked etc.; also do some
13618           locking.
13619
13620 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
13621
13622         Patch by: James "Doc" Livingston  <doclivingston at gmail com>
13623
13624         * configure.ac:
13625         * gst/equalizer/Makefile.am:
13626         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
13627         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
13628         (gst_iir_equalizer_compute_frequencies),
13629         (gst_iir_equalizer_set_property),
13630         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
13631         (plugin_init):
13632           Port equalizer plugin to 0.10 (#403572).
13633
13634 2007-02-02  Andy Wingo  <wingo@pobox.com>
13635
13636         * configure.ac: 
13637         * ext/Makefile.am
13638         * ext/sndfile/Makefile.am:
13639         * ext/sndfile/gstsf.c:
13640         * ext/sndfile/gstsf.h:
13641         * ext/sndfile/gstsfsink.c:
13642         * ext/sndfile/gstsfsink.h: Port sfsink to 0.10. Works in pull or
13643         push mode with interleaved float or int data.
13644
13645 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
13646
13647         * ext/alsaspdif/alsaspdifsink.c: (plugin_init):
13648           Set rank to NONE so that it doesn't get autoplugged by autoaudiosink
13649           (which didn't happen previously because the klass string didn't
13650           contain anything autoaudiosink was looking for).
13651
13652 2007-01-31  Stefan Kost  <ensonic@users.sf.net>
13653
13654         * gst/real/gstrealaudiodec.c:
13655         * gst/real/gstrealvideodec.c:
13656           Fix classification in GstElementDetails.
13657
13658 2007-01-31  Sebastian Dröge  <slomo@circular-chaos.org>
13659
13660         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
13661         (gst_wavpack_parse_handle_seek_event),
13662         (gst_wavpack_parse_create_src_pad):
13663         Fix a off by one that leads to the duration reported as one
13664         sample less than it is
13665
13666 2007-01-31  Stefan Kost  <ensonic@users.sf.net>
13667
13668         * ext/alsaspdif/alsaspdifsink.c:
13669         * gst/nsf/gstnsf.c:
13670           Fix classification in GstElementDetails.
13671
13672         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init),
13673         (gst_ladspa_class_init):
13674           Improve Klassification and reduce code slighly.
13675
13676 2007-01-30  Edward Hervey  <edward@fluendo.com>
13677
13678         * configure.ac:
13679         Check for an Objective C compiler
13680         * sys/Makefile.am:
13681         * sys/osxvideo/Makefile.am:
13682         * sys/osxvideo/cocoawindow.h:
13683         * sys/osxvideo/cocoawindow.m:
13684         * sys/osxvideo/osxvideosink.h:
13685         * sys/osxvideo/osxvideosink.m:
13686         Port of osxvideo plugin to 0.10. Do NOT consider 100% stable !
13687         Fixes #402470
13688
13689 2007-01-28  Tim-Philipp Müller  <tim at centricular dot net>
13690
13691         * gst/videocrop/gstvideocrop.c:
13692         (gst_video_crop_get_image_details_from_caps),
13693         (gst_video_crop_transform_packed_complex):
13694           Fix cropping for packed 4:2:2 formats YUYV/YUY2 and UYVY.
13695
13696         * tests/icles/videocrop-test.c: (check_bus_for_errors),
13697         (test_with_caps), (main):
13698           Block streaming thread before changing filter caps while the
13699           pipeline is running so that we don't get random not-negotiated
13700           errors just because GStreamer can't handle that yet.
13701
13702 2007-01-28  Stefan Kost  <ensonic@users.sf.net>
13703
13704         * ext/ladspa/Makefile.am:
13705         * ext/ladspa/gstladspa.c: (gst_ladspa_class_get_param_spec):
13706           add GstController support to ladspa
13707
13708 2007-01-28  Tim-Philipp Müller  <tim at centricular dot net>
13709
13710         Patch by: Rosfran Borges <rosfran dot borges at idnt org br>
13711
13712         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_start),
13713         (gst_mythtv_src_next_program_chain):
13714           Remove sleep calls, they've been moved into the library now ...
13715           (#354451).
13716
13717 2007-01-27  Tim-Philipp Müller  <tim at centricular dot net>
13718
13719         * tests/icles/videocrop-test.c: (test_with_caps):
13720           Catch errors while the test is running.
13721
13722 2007-01-25  Sebastian Dröge  <slomo@circular-chaos.org>
13723
13724         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query):
13725         Fix the SEEKING query. We can seek if we are in pull mode, not the
13726         other way around. Also set the correct format in the seeking query and
13727         handle the case where the headers are not read yet and we can't say
13728         anything about our seeking capabilities.
13729         
13730 2007-01-25  Sebastian Dröge  <slomo@circular-chaos.org>
13731
13732         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
13733         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init):
13734         Fix spelling in 2 places: It's called Wavpack, not WavePack.
13735
13736 2007-01-25  Edward Hervey  <edward@fluendo.com>
13737
13738         * gst/multifile/gstmultifilesink.c:
13739         (gst_multi_file_sink_class_init):
13740         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_class_init):
13741         * gst/mve/gstmvedemux.c: (gst_mve_video_create_buffer),
13742         (gst_mve_video_palette), (gst_mve_video_code_map),
13743         (gst_mve_audio_init), (gst_mve_audio_data), (gst_mve_timer_create),
13744         (gst_mve_demux_chain):
13745         * gst/mve/gstmvemux.c: (gst_mve_mux_push_chunk):
13746         * gst/mve/mveaudioenc.c: (mve_compress_audio):
13747         * gst/mve/mvevideodec16.c: (ipvideo_copy_block):
13748         * gst/mve/mvevideodec8.c: (ipvideo_copy_block):
13749         * gst/mve/mvevideoenc16.c: (mve_encode_frame16):
13750         * gst/mve/mvevideoenc8.c: (mve_encode_frame8):
13751         Use proper print statements.
13752         Fixes build on mac os x.
13753         <wingo> oo look at me my name is edward i'm hacking on macos wooo
13754
13755 2007-01-24  Wim Taymans  <wim@fluendo.com>
13756
13757         * gst/qtdemux/gstrtpxqtdepay.c:
13758         Fix caps on the depayloader.
13759
13760 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
13761
13762         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_set_property):
13763           Use break here instead of goto.
13764
13765 2007-01-13  Andy Wingo  <wingo@pobox.com>
13766
13767         * gst/interleave/deinterleave.c (gst_deinterleave_add_new_pads):
13768         Use fixed caps on src pads.
13769         (gst_deinterleave_remove_pads): Remove src pads, not sink pads. I
13770         seem to have reverse midas disease!
13771         (gst_deinterleave_process): Proxy timestamps, offsets, durations,
13772         and set caps on outgoing buffers. Fixes #395597, I think.
13773
13774         * gst/interleave/interleave.c (gst_interleave_init): Init the
13775         activation mode properly.
13776         (gst_interleave_src_setcaps, gst_interleave_src_getcaps)
13777         (gst_interleave_init): Set a setcaps and getcaps function on the
13778         src pad, so that we can implement pull-mode negotiation.
13779         (gst_interleave_sink_setcaps): Renamed from
13780         gst_interleave_setcaps, as it only does the sink logic now.
13781         Implement both for pull-mode and push-mode.
13782         (gst_interleave_process): Set caps on our outgoing buffer.
13783         (gst_interleave_src_activate_pull): Fix some more bogus casts.
13784         What is up with this.
13785
13786 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
13787
13788         * ext/mythtv/gstmythtvsrc.c: (do_read_request_response),
13789         (gst_mythtv_src_create), (gst_mythtv_src_get_position),
13790         (gst_mythtv_src_do_seek), (gst_mythtv_src_start),
13791         (gst_mythtv_src_next_program_chain), (gst_mythtv_src_get_size),
13792         (gst_mythtv_src_handle_event), (gst_mythtv_src_handle_query),
13793         (gst_mythtv_src_change_state), (gst_mythtv_src_set_property),
13794         (gst_mythtv_src_uri_get_type):
13795           Clean up a bit, mostly the debug statements; fix deadlock in
13796           _set_property() in the error cases; fix up query function.
13797
13798 2007-01-12  Andy Wingo  <wingo@pobox.com>
13799
13800         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_fixate)
13801         (gst_signal_processor_ouija_caps, gst_signal_processor_prepare):
13802         Remove fixate/ouija stuff, thankfully, due to the new
13803         part-negotiation.txt pull-mode negotiation scheme.
13804         (gst_signal_processor_setcaps_pull)
13805         (gst_signal_processor_setcaps): Implement upstream set_caps pull
13806         proxying for pull mode. Now this works: ladspa-sine-fcac !
13807         audioconvert ! alsasink.
13808
13809 2007-01-12  Edgard Lima <edgard.lima@indt.org.br>
13810
13811         Patch by: Rosfran Borges <rosfran.borges@indt.org.br>
13812
13813         * configure.ac:
13814         * gst-plugins-bad.spec.in:
13815         * ext/Makefile.am:
13816         * ext/mythtv/Makefile.am:
13817         * ext/mythtv/gstmythtvsrc.c:
13818         * ext/mythtv/gstmythtvsrc.h:
13819         MythTV client source plugin created (#354451).
13820
13821 2007-01-12  Wim Taymans  <wim@fluendo.com>
13822
13823         * gst/qtdemux/Makefile.am:
13824         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_base_init),
13825         (gst_rtp_xqt_depay_class_init), (gst_rtp_xqt_depay_init),
13826         (gst_rtp_xqt_depay_finalize), (gst_rtp_quicktime_parse_sd),
13827         (gst_rtp_xqt_depay_setcaps), (gst_rtp_xqt_depay_process),
13828         (gst_rtp_xqt_depay_set_property), (gst_rtp_xqt_depay_get_property),
13829         (gst_rtp_xqt_depay_change_state), (gst_rtp_xqt_depay_plugin_init):
13830         * gst/qtdemux/gstrtpxqtdepay.h:
13831         * gst/qtdemux/qtdemux.c: (gst_qtdemux_base_init),
13832         (gst_qtdemux_loop_state_header), (gst_qtdemux_loop),
13833         (qtdemux_parse_moov), (qtdemux_parse_container),
13834         (qtdemux_parse_node), (gst_qtdemux_add_stream),
13835         (qtdemux_parse_trak), (qtdemux_audio_caps):
13836         * gst/qtdemux/qtdemux.h:
13837         * gst/qtdemux/quicktime.c: (plugin_init):
13838         Add X-QT depayloader that will eventually share code with the demuxer.
13839         Make new plugin entry point with quicktime releated stuff.
13840
13841 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
13842
13843         * gst/qtdemux/Makefile.am:
13844           Dist all new files.
13845
13846 2007-01-12  Wim Taymans  <wim@fluendo.com>
13847
13848         * docs/plugins/Makefile.am:
13849         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
13850         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
13851         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
13852         * docs/plugins/gst-plugins-bad-plugins.signals:
13853         * docs/plugins/inspect/plugin-qtdemux.xml:
13854         Activate docs for jack, sdl and qtdemux.
13855
13856 2007-01-12  Wim Taymans  <wim@fluendo.com>
13857
13858         * ext/jack/gstjackaudiosink.c: (jack_sample_rate_cb),
13859         (jack_buffer_size_cb), (jack_shutdown_cb),
13860         (gst_jack_ring_buffer_acquire):
13861         * ext/jack/gstjackaudiosink.h:
13862         Improve docs.
13863
13864 2007-01-12  Wim Taymans  <wim@fluendo.com>
13865
13866         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init):
13867         Fix typo in docs.
13868
13869 2007-01-12  Wim Taymans  <wim@fluendo.com>
13870
13871         * gst/qtdemux/Makefile.am:
13872         * gst/qtdemux/qtdemux.c: (extract_initial_length_and_fourcc),
13873         (gst_qtdemux_loop_state_header), (gst_qtdemux_combine_flows),
13874         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop),
13875         (gst_qtdemux_chain), (qtdemux_sink_activate_pull),
13876         (qtdemux_inflate), (qtdemux_parse_moov), (qtdemux_parse_container),
13877         (qtdemux_parse_node), (qtdemux_tree_get_child_by_type),
13878         (qtdemux_tree_get_sibling_by_type), (gst_qtdemux_add_stream),
13879         (qtdemux_parse_samples), (qtdemux_parse_segments),
13880         (qtdemux_parse_trak), (qtdemux_tag_add_str), (qtdemux_tag_add_num),
13881         (qtdemux_tag_add_date), (qtdemux_tag_add_gnre),
13882         (qtdemux_parse_udta), (qtdemux_redirects_sort_func),
13883         (qtdemux_process_redirects), (qtdemux_parse_redirects),
13884         (qtdemux_parse_tree), (gst_qtdemux_handle_esds),
13885         (qtdemux_video_caps), (qtdemux_audio_caps):
13886         * gst/qtdemux/qtdemux.h:
13887         * gst/qtdemux/qtdemux_dump.c: (qtdemux_dump_mvhd),
13888         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
13889         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
13890         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
13891         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
13892         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
13893         (qtdemux_dump_unknown), (qtdemux_node_dump_foreach),
13894         (qtdemux_node_dump):
13895         * gst/qtdemux/qtdemux_dump.h:
13896         * gst/qtdemux/qtdemux_fourcc.h:
13897         * gst/qtdemux/qtdemux_types.c: (qtdemux_type_get):
13898         * gst/qtdemux/qtdemux_types.h:
13899         * gst/qtdemux/qtpalette.h:
13900         Cleanup and refactor to make the code more readable.
13901         Move debugging/tables into separate files.
13902         Add 2/4/16 color palletee support.
13903         Fix raw 15 bit RGB handling.
13904         Use more FOURCC constants.
13905         Add some docs.
13906
13907 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
13908
13909         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
13910
13911         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_mode_get_type),
13912         (gst_wavpack_enc_correction_mode_get_type),
13913         (gst_wavpack_enc_joint_stereo_mode_get_type):
13914           Minor clean-up: use enum values instead of hardcoded constants (#395536).
13915
13916 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
13917
13918         * gst/mve/gstmvedemux.c: (gst_mve_demux_get_src_query_types),
13919         (gst_mve_demux_handle_src_query), (gst_mve_demux_handle_src_event),
13920         (gst_mve_add_stream):
13921           Support SEEKING query (bad news now delivered properly!); add event
13922           function to source pads to make sure seeks aren't propagated
13923           upstream, even if they aren't handled.
13924
13925 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
13926
13927         Patch by: Jens Granseuer  <jensgr at gmx net>
13928
13929         * configure.ac:
13930         * gst/mve/Makefile.am:
13931         * gst/mve/TODO:
13932         * gst/mve/gstmve.c:
13933         * gst/mve/gstmvedemux.c:
13934         * gst/mve/gstmvedemux.h:
13935         * gst/mve/gstmvemux.c:
13936         * gst/mve/gstmvemux.h:
13937         * gst/mve/mve.h:
13938         * gst/mve/mveaudiodec.c:
13939         * gst/mve/mveaudioenc.c:
13940         * gst/mve/mvevideodec16.c:
13941         * gst/mve/mvevideodec8.c:
13942         * gst/mve/mvevideoenc16.c:
13943         * gst/mve/mvevideoenc8.c:
13944           Add Interplay MVE format demuxer/decoder and muxer/encoder. Demuxer
13945           doesn't support seeking yet, but seems to work fine otherwise.
13946           Closes #348973.
13947
13948 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
13949
13950         * gst/real/Makefile.am:
13951           Fix build (add LIBS and CFLAGS for gst-plugins-base stuff).
13952
13953 2007-01-07  Andy Wingo  <wingo@pobox.com>
13954
13955         * configure.ac: 
13956         * gst/interleave/Makefile.am: 
13957         * gst/interleave/plugin.h: 
13958         * gst/interleave/plugin.c: 
13959         * gst/interleave/interleave.c: 
13960         * gst/interleave/deinterleave.c: New elements interleave and
13961         deinterleave, implement channel interleaving and deinterleaving.
13962         The interleaver can operate in pull or push mode but the
13963         deinterleaver is more like a demuxer and can only operate in push
13964         mode.
13965         
13966 2007-01-06  Edward Hervey  <edward@fluendo.com>
13967
13968         * configure.ac:
13969         Properly detect the two architectures on which the real plugin can be
13970         built.
13971         Fixes #393622
13972
13973 2007-01-06  Andy Wingo  <wingo@pobox.com>
13974
13975         * ext/ladspa/gstsignalprocessor.c
13976         (gst_signal_processor_ouija_caps): Move around in the source
13977         file...
13978         (gst_signal_processor_prepare, gst_signal_processor_do_pulls):
13979         Call ouija_caps in prepare() instead of do_pulls(), a bit earlier.
13980         This allows us to have caps when we do the pad_alloc_buffer().
13981         (gst_pad_alloc_buffer_and_set_caps): Use self->caps instead of the
13982         pad caps, which might not be set yet.
13983
13984         * ext/ladspa/gstsignalprocessor.c: 
13985         (gst_signal_processor_add_pad_from_template)
13986         (gst_signal_processor_fixate): Add a fixate function, to assist in
13987         pathological ladspa-sine-fcac ! fakesink can-activate-pull=true
13988         cases.
13989         (gst_signal_processor_prepare, gst_signal_processor_process): Add
13990         nframes args so that getrange can tell ladspa how many frames to
13991         process.
13992         (gst_signal_processor_ouija_caps): setcaps needs to be called
13993         before processing, which normally happens when chaining a buffer
13994         to a pad. However in getrange mode with no sinks we need to check
13995         explicitly for this condition, guess some caps to use, and use
13996         those to setcaps(). Hence this mystical function.
13997         (gst_signal_processor_do_pulls): Pull in bytes, not samples.
13998         Divine the caps if necessary.
13999         (gst_signal_processor_getrange): Interpret the length as bytes,
14000         not samples.
14001         (gst_signal_processor_chain): nframes=G_MAXUINT, will be limited
14002         by incoming buffer sizes.
14003
14004 2007-01-06  Edward Hervey  <edward@fluendo.com>
14005
14006         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_finalize):
14007         Don't call the RAFreeDecoder since it randomly causes segfaults.
14008         * gst/real/gstrealaudiodec.h:
14009         indent properly.
14010
14011 2007-01-06  Edward Hervey  <edward@fluendo.com>
14012
14013         Patch by: Lutz Mueller <lutz@topfrose.de>
14014         
14015         * gst/real/gstrealvideodec.c: (gst_real_video_dec_decode),
14016         (gst_real_video_dec_setcaps), (open_library), (close_library),
14017         (gst_real_video_dec_finalize):
14018         * gst/real/gstrealvideodec.h:
14019         Implement error recovery on setcaps failure.
14020
14021 2007-01-06  Edward Hervey  <edward@fluendo.com>
14022
14023         Patch by: Lutz Mueller <lutz@topfrose.de>
14024         
14025         * gst/real/Makefile.am:
14026         * gst/real/gstreal.c: (plugin_init):
14027         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_chain),
14028         (gst_real_audio_dec_setcaps), (gst_real_audio_dec_init),
14029         (gst_real_audio_dec_base_init), (gst_real_audio_dec_change_state),
14030         (gst_real_audio_dec_finalize), (gst_real_audio_dec_set_property),
14031         (gst_real_audio_dec_get_property), (gst_real_audio_dec_class_init):
14032         * gst/real/gstrealaudiodec.h:
14033         Added RealAudio wrapper elementfactory.
14034         Modified structures so it can also work on x86_64 using the
14035         adequate .so .
14036
14037 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
14038
14039         * configure.ac:
14040         * gst/qtdemux/Makefile.am:
14041         * gst/qtdemux/qtdemux.c: (qtdemux_parse_moov):
14042           Check for zlib and if available pass it explicitly to the linker
14043           when linking qtdemux. If not available (or --disable-external has
14044           been specified!), disable the bits in qtdemux that use it. Fixes
14045           build on MingW (#392856).
14046
14047 2007-01-05  Edward Hervey  <edward@fluendo.com>
14048
14049         * configure.ac:
14050         Real video .so are now also available for x86_64, so we can build the
14051         Real plugin on i386 AND x86_64.
14052         * gst/real/Makefile.am:
14053         * gst/real/gstreal.c: (plugin_init):
14054         New plugin file for real .so wrapper plugins.
14055         * gst/real/gstrealvideodec.c: (gst_real_video_dec_alloc_buffer),
14056         (gst_real_video_dec_decode), (gst_real_video_dec_chain),
14057         (gst_real_video_dec_activate_push), (gst_real_video_dec_setcaps),
14058         (open_library), (close_library), (gst_real_video_dec_init),
14059         (gst_real_video_dec_base_init), (gst_real_video_dec_finalize),
14060         (gst_real_video_dec_set_property),
14061         (gst_real_video_dec_get_property), (gst_real_video_dec_class_init):
14062         * gst/real/gstrealvideodec.h:
14063         Moved RealVideo element to separate file
14064         Cleaned up code some more.
14065         Make it work on x86_64.
14066         Try several possible locations for .so
14067         Separate opening/closing libraries in separate functions.
14068
14069 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
14070
14071         * tests/icles/videocrop-test.c: (main):
14072           Call g_thread_init() right at the beginning. Remove superfluous
14073           gst_init() - we've already been inited via the GOption stuff.
14074
14075 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
14076
14077         * configure.ac:
14078           Don't compile rfbsource if we don't have sys/socket.h.
14079           Should fix compilation on MingW.
14080
14081 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
14082
14083         * configure.ac:
14084         * ext/amrwb/Makefile.am:
14085         * ext/amrwb/amrwb-code/Makefile.am:
14086         * ext/amrwb/amrwb-code/run.sh:
14087         * gst-libs/Makefile.am:
14088         * gst-libs/ext/Makefile.am:
14089         * gst-libs/ext/amrwb/Makefile.am:
14090         * gst-libs/ext/amrwb/README:
14091           Move amrwb code getting and building to gst-libs/ext/amrwb
14092           Adapt everything else to match.
14093
14094 2007-01-04  Julien MOUTTE  <julien@moutte.net>
14095
14096         * ext/directfb/dfbvideosink.c:
14097         (gst_dfbvideosink_navigation_send_event),
14098         (gst_dfbvideosink_get_type):
14099         * ext/sdl/sdlaudiosink.c: (gst_sdlaudio_sink_open):
14100         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_setcaps),
14101         (gst_sdlvideosink_show_frame),
14102         (gst_sdlvideosink_navigation_send_event):
14103         * ext/sdl/sdlvideosink.h: Fix various compiler warnings that 
14104         reveal potential bugs.
14105
14106 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
14107
14108         Patch by: Vincent Torri  <vtorri at univ-evry fr>
14109
14110         * configure.ac:
14111         * sys/Makefile.am:
14112         * sys/directsound/Makefile.am:
14113         * sys/directsound/gstdirectsoundsink.c:
14114         (gst_directsoundsink_reset):
14115           Add directsoundsink to build and dist it, so it gets built when
14116           compiling with MingW on win32 and the required headers and libraries
14117           are available (fixes: #392638). Also simplify DirectDraw check a bit.
14118
14119         * tests/check/elements/.cvsignore:
14120           Fix CVS ignore for neonhttpsrc test binary.
14121
14122 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
14123
14124         Patch by: Vincent Torri  <vtorri at univ-evry fr>
14125
14126         * configure.ac:
14127         * sys/Makefile.am:
14128         * sys/directdraw/Makefile.am:
14129           Add directdrawsink to build and dist it, so it gets built when
14130           compiling with MingW on win32 and the required headers and libraries
14131           are available (fixes: #392313).
14132
14133         * sys/directdraw/gstdirectdrawsink.c:
14134         (gst_directdrawsink_center_rect), (gst_directdrawsink_show_frame),
14135         (gst_directdrawsink_setup_ddraw),
14136         (gst_directdrawsink_surface_create):
14137           Comment out some unused things and fix some printf format issues in
14138           order to avoid warnings when buildling with MingW (#392313).
14139
14140 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
14141
14142         Patch by: Jens Granseuer  <jensgr at gmx net>
14143
14144         * ext/xvid/gstxvidenc.c: (gst_xvidenc_encode),
14145         (gst_xvidenc_get_property):
14146         * gst/filter/gstbpwsinc.c: (bpwsinc_transform_ip):
14147         * gst/filter/gstfilter.c: (plugin_init):
14148         * gst/filter/gstiir.c: (iir_transform_ip):
14149         * gst/filter/gstlpwsinc.c: (lpwsinc_transform_ip):
14150         * gst/modplug/gstmodplug.cc:
14151         * gst/nuvdemux/gstnuvdemux.c: (gst_nuv_demux_header_load),
14152         (gst_nuv_demux_stream_extend_header):
14153           Fix build with gcc-2.x (declare variables at the beginning of a
14154           block etc.). Fixes #391971.
14155
14156 2007-01-02  Lutz Mueller <lutz@topfrose.de>
14157
14158         reviewed by: Edward Hervey  <edward@fluendo.com>
14159
14160         * gst/real/gstreal.c:
14161         (gst_realdec_setcaps): Use codec_data supplied in caps.
14162         (gst_realdec_get_property): Correctly return default path.
14163         (gst_realdec_class_init): Remove unused state_change method.
14164
14165 2007-01-01  Edward Hervey  <edward@fluendo.com>
14166
14167         * configure.ac:
14168         Only build the plugin on 32bit x86 architectures.
14169
14170 2007-01-01  Lutz Mueller <lutz@topfrose.de>
14171
14172         reviewed by: Edward Hervey  <edward@fluendo.com>
14173
14174         * configure.ac:
14175         * gst/real/Makefile.am:
14176         * gst/real/gstreal.c: (gst_realdec_alloc_buffer),
14177         (gst_realdec_decode), (gst_realdec_chain),
14178         (gst_realdec_activate_push), (gst_realdec_setcaps),
14179         (gst_realdec_init), (gst_realdec_base_init),
14180         (gst_realdec_change_state), (gst_realdec_finalize),
14181         (gst_realdec_set_property), (gst_realdec_get_property),
14182         (gst_realdec_class_init), (plugin_init):
14183         New plugin for decoding RealVideo Streams using the x86 32bit
14184         shared libraries.
14185         Closes #354174
14186
14187 2006-12-30  Tim-Philipp Müller  <tim at centricular dot net>
14188
14189         * tests/check/elements/videocrop.c: (GST_START_TEST),
14190         (videocrop_test_cropping_init_context):
14191           When we can't create an element needed for the test, print a message
14192           detailing which element it actually is that's missing (#390673).
14193
14194 2006-12-22 Edgard Lima <edgard.lima@indt.org.br>
14195
14196         * ext/neon/gstneonhttpsrc.c:
14197         * ext/neon/gstneonhttpsrc.h:
14198         Added seek support.
14199         Patch by: Andre Moreira Magalhaes <andrunko@gmail.com>
14200         Fixes: #375264.
14201
14202 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
14203
14204         * tests/check/elements/mpeg2enc.c: (setup_mpeg2enc),
14205         (cleanup_mpeg2enc):
14206         * tests/check/elements/rganalysis.c: (cleanup_rganalysis):
14207         * tests/check/elements/wavpackdec.c: (setup_wavpackdec),
14208         (cleanup_wavpackdec):
14209         * tests/check/elements/wavpackenc.c: (setup_wavpackenc),
14210         (cleanup_wavpackenc):
14211         * tests/check/elements/y4menc.c: (setup_y4menc), (cleanup_y4menc):
14212           reapply consistent pad (de)activation
14213
14214 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
14215
14216         * configure.ac:
14217         Back to CVS
14218
14219         * gst-plugins-bad.doap:
14220         Add release section for 0.10.4
14221
14222 === release 0.10.4 ===
14223
14224 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
14225
14226         * configure.ac:
14227           releasing 0.10.4, "Black Bugs"
14228
14229 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
14230
14231         * tests/check/elements/mpeg2enc.c: (setup_mpeg2enc),
14232         (cleanup_mpeg2enc):
14233         * tests/check/elements/rganalysis.c: (cleanup_rganalysis):
14234         * tests/check/elements/wavpackdec.c: (setup_wavpackdec),
14235         (cleanup_wavpackdec):
14236         * tests/check/elements/wavpackenc.c: (setup_wavpackenc),
14237         (cleanup_wavpackenc):
14238         * tests/check/elements/y4menc.c: (setup_y4menc), (cleanup_y4menc):
14239           revert my freeze breakage
14240
14241 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
14242
14243         * tests/check/elements/mpeg2enc.c: (setup_mpeg2enc),
14244         (cleanup_mpeg2enc):
14245         * tests/check/elements/rganalysis.c: (cleanup_rganalysis):
14246         * tests/check/elements/wavpackdec.c: (setup_wavpackdec),
14247         (cleanup_wavpackdec):
14248         * tests/check/elements/wavpackenc.c: (setup_wavpackenc),
14249         (cleanup_wavpackenc):
14250         * tests/check/elements/y4menc.c: (setup_y4menc), (cleanup_y4menc):
14251           consistent pad (de)activation
14252
14253 2006-12-18  Tim-Philipp Müller  <tim at centricular dot net>
14254
14255         * gst/qtdemux/qtdemux.c: (gst_qtdemux_post_progress),
14256         (gst_qtdemux_chain):
14257           Don't post BUFFERING messages in streaming mode if the stream
14258           headers are behind the movie data; instead, post "progress" element
14259           messages as a temporary solution. Apps might get confused and do
14260           silly things to the pipeline state if they see buffering messages
14261           from different sources and don't realize they come from different
14262           sources (#387160).
14263
14264 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
14265
14266         * configure.ac:
14267         * ext/Makefile.am:
14268         * ext/ladspa/*:
14269           Move LADPSA plugin from -good for the release, as it's not quite
14270           ready to be enabled by default in the -good module yet.
14271
14272 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
14273
14274         * gst/qtdemux/qtdemux.c: (gst_qtdemux_chain),
14275         (gst_qtdemux_add_stream):
14276           Don't output g_warning for an unsupported format, just send a
14277           GST_ELEMENT_WARNING and don't add the pad.
14278           Fix the case where it doesn't check for a NULL pad in streaming mode.
14279           Fixes #387137
14280
14281 2006-12-18  Tim-Philipp Müller  <tim at centricular dot net>
14282
14283         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
14284           Fix crash dereferencing NULL pointer if there's no stco atom.
14285           Fixes #387122.
14286
14287 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
14288
14289         * ext/wavpack/gstwavpackenc.h:
14290         Use local copy of md5.h, as it disappeared in recent wavpack
14291         installs.
14292         Patch by: Sebastian Dröge <slomo at ubuntu dot com>
14293         Fixes: #387076
14294
14295 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
14296
14297         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_query_types),
14298         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event):
14299           We don't support seeking in streaming mode, so don't even try.
14300           Implement seeking query so apps can query seekability properly
14301           (see #365414). Fix duration query.
14302
14303 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
14304
14305         * Makefile.am:
14306         * gst-plugins-bad.doap:
14307         * gst-plugins-bad.spec.in:
14308           add doap file
14309
14310 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
14311
14312         * ext/libmms/gstmms.c: (gst_mms_create):
14313           These debug statements should be using LOG level.
14314
14315 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
14316
14317         * gst/modplug/libmodplug/sndfile.cpp:
14318           Fix potential buffer overflow (CVE-2006-4192) (#385788).
14319
14320 2006-12-13  Wim Taymans  <wim@fluendo.com>
14321
14322         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
14323         (gst_qtdemux_handle_src_query), (qtdemux_parse_trak),
14324         (qtdemux_audio_caps):
14325         Add AMR-WB to the list of supported formats.
14326
14327 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
14328
14329         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_create),
14330         (send_request_and_redirect):
14331           Fix minor mem leak in redirect code.
14332
14333         * tests/check/Makefile.am:
14334         * tests/check/elements/.cvsignore:
14335         * tests/check/elements/neonhttpsrc.c: (handoff_cb),
14336         (GST_START_TEST), (neonhttpsrc_suite):
14337         * tests/check/gst-plugins-bad.supp:
14338           Add super-basic unit test for #384140.
14339
14340 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
14341
14342         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_create),
14343         (send_request_and_redirect):
14344           Set offset on buffers pushed out (id3demux gets confused if the
14345           first buffer does not have an offset of 0). Fixes #384140.
14346
14347 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
14348
14349         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
14350         (gst_neonhttp_src_create), (send_request_and_redirect),
14351         (gst_neonhttp_src_start), (oom_callback):
14352          Minor clean-ups; remove newlines at end of debug statements.
14353
14354 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
14355
14356         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
14357           Fix non-working redirects from inetfilm.com (handle 'alis' reference
14358           data type as well). Fixes #378613.
14359
14360 2006-12-11  Wim Taymans  <wim@fluendo.com>
14361
14362         Patch by: Jonathan Matthew <jonathan at kaolin wh9 net>).
14363
14364         * gst/modplug/gstmodplug.cc:
14365         Fix modplug duration query. Fixes #384294.
14366
14367 2006-12-08  Wim Taymans  <wim@fluendo.com>
14368
14369         Patch by: René Stadler  <mail at renestadler de>
14370
14371         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
14372         (gst_qtdemux_handle_src_query), (qtdemux_parse_trak),
14373         (qtdemux_audio_caps):
14374         Fix caps for 24 bit raw PCM audio (2).
14375         Fixes #383471.
14376
14377 2006-12-07  Wim Taymans  <wim@fluendo.com>
14378
14379         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
14380         (gst_qtdemux_handle_src_query), (qtdemux_parse_trak),
14381         (qtdemux_video_caps):
14382         Handle more H263 variants.
14383
14384 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
14385
14386         * ext/jack/.cvsignore:
14387         Ignore old files as requested by the build slave.
14388
14389 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
14390
14391         * configure.ac:
14392         Update the Jack requirement to the version where I think options_t
14393         appeared
14394
14395 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
14396
14397         * win32/MANIFEST:
14398         Fix compilation on win32 under VS8
14399         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
14400         Partially fixes #381175
14401
14402 2006-11-30  Wim Taymans  <wim@fluendo.com>
14403
14404         Patch by: René Stadler  <mail at renestadler de>
14405
14406         * gst/replaygain/gstrganalysis.c: (gst_rg_analysis_event):
14407           Call the base class handler.  Fixes #380610.
14408
14409 2006-11-30  Wim Taymans  <wim@fluendo.com>
14410
14411         * ext/Makefile.am:
14412         Fix build.
14413
14414         * ext/jack/gstjackaudiosink.c: (jack_process_cb),
14415         (jack_sample_rate_cb), (jack_buffer_size_cb), (jack_shutdown_cb),
14416         (gst_jack_ring_buffer_acquire):
14417         Small cleanups.
14418
14419 2006-11-30  Wim Taymans  <wim@fluendo.com>
14420
14421         * configure.ac:
14422         * ext/Makefile.am:
14423         * ext/jack/Makefile.am:
14424         * ext/jack/gstjack.c: (plugin_init):
14425         * ext/jack/gstjack.h:
14426         * ext/jack/gstjackaudiosink.c: (gst_jack_ring_buffer_get_type),
14427         (gst_jack_ring_buffer_class_init), (jack_process_cb),
14428         (jack_sample_rate_cb), (jack_buffer_size_cb), (jack_shutdown_cb),
14429         (gst_jack_ring_buffer_init), (gst_jack_ring_buffer_dispose),
14430         (gst_jack_ring_buffer_finalize),
14431         (gst_jack_ring_buffer_open_device),
14432         (gst_jack_ring_buffer_close_device),
14433         (gst_jack_ring_buffer_acquire), (gst_jack_ring_buffer_release),
14434         (gst_jack_ring_buffer_start), (gst_jack_ring_buffer_pause),
14435         (gst_jack_ring_buffer_stop), (gst_jack_ring_buffer_delay),
14436         (gst_jack_connect_get_type), (gst_jack_audio_sink_base_init),
14437         (gst_jack_audio_sink_class_init), (gst_jack_audio_sink_init),
14438         (gst_jack_audio_sink_set_property),
14439         (gst_jack_audio_sink_get_property), (gst_jack_audio_sink_getcaps),
14440         (gst_jack_audio_sink_create_ringbuffer):
14441         * ext/jack/gstjackaudiosink.h:
14442           Added fully functional jackaudiosink.
14443
14444 2006-11-27  Wim Taymans  <wim@fluendo.com>
14445
14446         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
14447         (gst_qtdemux_handle_src_query), (qtdemux_parse_trak):
14448           Remove some asserts and replace them with a proper error
14449           message. Fixes #379261.
14450
14451 2006-11-26  Michael Smith  <msmith@fluendo.com>
14452
14453         * ext/theora/theoradec.c: (theora_dec_src_query),
14454         (theora_dec_src_event), (theora_handle_data_packet),
14455         (theora_dec_chain):
14456           Send events on the right pads, since they don't work very well if
14457           you send them in the wrong direction.
14458
14459 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
14460
14461         * ext/audiofile/gstafsink.c:
14462         * ext/polyp/plugin.c: (plugin_init):
14463         * ext/polyp/polypsink.c:
14464         * ext/polyp/polypsink.h:
14465         * sys/dxr3/dxr3audiosink.h:
14466         * sys/dxr3/dxr3spusink.h:
14467         * sys/dxr3/dxr3videosink.h:
14468           remove obsolete _factory_init protos and functions
14469
14470 2006-11-19  Michael Smith  <msmith@fluendo.com>
14471
14472         * gst/librfb/Makefile.am:
14473           Compile with appropriate cflags. Fixes build.
14474
14475 2006-11-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14476
14477         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_tune):
14478         Actually set the TONE parameter for DVB-S when we should.
14479
14480 2006-11-16  David Schleef  <ds@schleef.org>
14481
14482         * gst/librfb/rfbdecoder.c: Fixes for 64-bit architectures.
14483
14484 2006-11-16  David Schleef  <ds@schleef.org>
14485
14486         * gst/librfb/gstrfbsrc.h:  Oops, add this file.
14487
14488 2006-11-16  David Schleef  <ds@schleef.org>
14489
14490         Patch by: Andre Moreira Magalhaes <andrunko@gmail.com>
14491
14492         * configure.ac:
14493         * gst/librfb/Makefile.am:
14494         * gst/librfb/gstrfbsrc.c:
14495         * gst/librfb/rfb.c:
14496         * gst/librfb/rfb.h:
14497         * gst/librfb/rfbbuffer.c:
14498         * gst/librfb/rfbbuffer.h:
14499         * gst/librfb/rfbbytestream.c:
14500         * gst/librfb/rfbbytestream.h:
14501         * gst/librfb/rfbcontext.h:
14502         * gst/librfb/rfbdecoder.c:
14503         * gst/librfb/rfbdecoder.h:
14504         * gst/librfb/rfbutil.h:
14505           Port librfb to 0.10 (#376106).
14506
14507 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
14508
14509         * ext/spc/gstspc.c: (spc_play):
14510           Fix build with disabled gst-debug.
14511
14512 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
14513
14514         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
14515
14516         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
14517         (gst_wavpack_dec_init), (gst_wavpack_dec_change_state):
14518         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init),
14519         (gst_wavpack_enc_class_init), (gst_wavpack_enc_reset),
14520         (gst_wavpack_enc_init), (gst_wavpack_enc_set_wp_config),
14521         (gst_wavpack_enc_change_state):
14522         * ext/wavpack/gstwavpackparse.c:
14523           Some small clean-ups: use enums instead of hard-coded numbers,
14524           const-ify element details, re-factor some code into _reset()
14525           functions (#352605).
14526
14527 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
14528
14529         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_create):
14530         * sys/dvb/gstdvbsrc.h:
14531           Fix minor printf format issue; remove overly paranoid checks in
14532           create function; fix GObject boilerplate macros.
14533
14534 2006-11-14  Wim Taymans  <wim@fluendo.com>
14535
14536         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
14537         (gst_qtdemux_handle_src_query), (qtdemux_parse_trak):
14538         Don't parse extra sample params for raw pcm. Fixes #374914.
14539
14540 2006-11-14  Wim Taymans  <wim@fluendo.com>
14541
14542         * tests/check/elements/.cvsignore:
14543         Add cdaudio to ignore.
14544
14545 2006-11-14  Wim Taymans  <wim@fluendo.com>
14546
14547         * ext/Makefile.am:
14548         dist cdaudio dir.
14549
14550 2006-11-14  Wim Taymans  <wim@fluendo.com>
14551
14552         * configure.ac:
14553         * ext/Makefile.am:
14554         Fix cdaudio build.
14555
14556 2006-11-14  Wim Taymans  <wim@fluendo.com>
14557
14558         Patch by: Mark Nauwelaerts <manauw at skynet be>
14559
14560         * tests/check/Makefile.am:
14561         * tests/check/elements/y4menc.c: (setup_y4menc), (cleanup_y4menc),
14562         (GST_START_TEST), (y4menc_suite), (main):
14563         Added y4m test. Fixes #372243.
14564
14565 2006-11-13  Wim Taymans  <wim@fluendo.com>
14566
14567         Patch by: Mark Nauwelaerts <manauw at skynet be>
14568
14569         * configure.ac:
14570         Enable cdaudio and y4m.
14571
14572         * gst/y4m/Makefile.am:
14573         * gst/y4m/gsty4mencode.c: (gst_y4m_encode_base_init),
14574         (gst_y4m_encode_class_init), (gst_y4m_encode_init),
14575         (gst_y4m_encode_reset), (gst_y4m_encode_setcaps),
14576         (gst_y4m_encode_get_stream_header),
14577         (gst_y4m_encode_get_frame_header), (gst_y4m_encode_chain),
14578         (gst_y4m_encode_set_property), (gst_y4m_encode_get_property),
14579         (gst_y4m_encode_change_state), (plugin_init):
14580         * gst/y4m/gsty4mencode.h:
14581         Port of y4mencode to 0.10. 
14582
14583 2006-11-10  David Schleef  <ds@schleef.org>
14584
14585         * configure.ac:
14586         * gst/videoparse/Makefile.am:
14587         * gst/videoparse/gstvideoparse.c:
14588           A little pluggy to make sense out of the random chunks we get
14589           from multifilesrc.
14590
14591 2006-11-10  David Schleef  <ds@schleef.org>
14592
14593         * gst/multifile/Makefile.am:
14594           Let's not depend on a file that doesn't exist.
14595
14596 2006-11-10  David Schleef  <ds@schleef.org>
14597
14598         * gst/multifilesink/Makefile.am:
14599         * gst/multifilesink/gstmultifilesink.c:
14600         * gst/multifilesink/gstmultifilesink.h:
14601         * gst/multifilesink/multifilesink.vcproj:
14602           Remove the old one.
14603
14604 2006-11-10  David Schleef  <ds@schleef.org>
14605
14606         * configure.ac:
14607         * gst/multifile/Makefile.am:
14608         * gst/multifile/gstmultifile.c:
14609         * gst/multifile/gstmultifilesink.c:
14610         * gst/multifile/gstmultifilesrc.c:
14611         * gst/multifile/multifile.vproj:
14612           Revive multifile[src|sink].
14613
14614 2006-11-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14615
14616         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_set_property)
14617         (gst_dvbsrc_create), (gst_dvbsrc_output_frontend_stats),
14618         (gst_dvbsrc_tune), (gst_dvbsrc_set_pes_filters):
14619         Rename set_pes_filter to set_pes_filters for consistency.
14620         Do run-time pid filtering.
14621
14622 2006-11-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14623
14624         * sys/dvb/gstdvbsrc.c: (read_device):
14625         Do not call output_frontend_stats from a method that does not
14626         have the gstdvbsrc object.
14627         This fixes the build, sorry guys!
14628
14629 2006-11-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14630
14631         * sys/dvb/gstdvbsrc.c: (read_device), (gst_dvbsrc_create),
14632         (gst_dvbsrc_output_frontend_stats), (gst_dvbsrc_tune),
14633         (gst_dvbsrc_set_pes_filter):
14634         * sys/dvb/gstdvbsrc.h:
14635         Force PAT to always be in the filter.
14636         Try to continue reading after failing 10 times.
14637
14638 2006-11-04  Thomas Vander Stichele  <thomas at apestaart dot org>
14639
14640         * po/POTFILES.in:
14641           add dvbsrc
14642         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_class_init), (gst_dvbsrc_init),
14643         (gst_dvbsrc_set_property), (gst_dvbsrc_get_property),
14644         (gst_dvbsrc_open_frontend), (gst_dvbsrc_open_dvr),
14645         (gst_dvbsrc_finalize), (read_device), (gst_dvbsrc_create),
14646         (gst_dvbsrc_start), (gst_dvbsrc_frontend_status),
14647         (gst_dvbsrc_tune), (gst_dvbsrc_unset_pes_filters),
14648         (gst_dvbsrc_set_pes_filter):
14649         * sys/dvb/gstdvbsrc.h:
14650           adapter-prefix is a terrible name for a device, so replace it.
14651           strerror should be used immediately after the syscall related to it.
14652           Actually throw a reasonable GST_ELEMENT_ERROR if we fail to open
14653           (pretty easy to trigger by opening the same device twice).
14654           Use _OBJECT macros where it makes sense.
14655           This element is going to need some work before it moves.
14656
14657 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
14658
14659         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
14660
14661         * configure.ac:
14662         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_mode_get_type),
14663         (gst_wavpack_enc_correction_mode_get_type),
14664         (gst_wavpack_enc_joint_stereo_mode_get_type),
14665         (gst_wavpack_enc_init), (gst_wavpack_enc_set_wp_config):
14666           Fix enum nicks; only emit no-more-pads once; add support for very
14667           fast encoding mode in upcoming 4.40.0 release (#369539).
14668
14669 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
14670
14671         Patch by: Sergey Scobich  <sergey dot scobich at gmail com>
14672
14673         * sys/directdraw/gstdirectdrawsink.c:
14674         (gst_directdrawsink_window_thread),
14675         (gst_directdrawsink_create_default_window):
14676         * sys/directdraw/gstdirectdrawsink.h:
14677         * sys/directsound/gstdirectsoundsink.c:
14678           Wait until the window is created before using it; guard unistd.h
14679           includes with HAVE_UNISTD_H. (#366523)
14680
14681         * win32/vs8/libgstdirectdraw.vcproj:
14682         * win32/vs8/libgstdirectsound.vcproj:
14683           Update project files.
14684
14685 2006-10-31  Wim Taymans  <wim@fluendo.com>
14686
14687         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
14688         (gst_qtdemux_handle_src_query), (qtdemux_parse_tree),
14689         (qtdemux_parse_trak):
14690         Handle unbounded length streams a bit better. Fixes #367696.
14691
14692 2006-10-29  Tim-Philipp Müller  <tim at centricular dot net>
14693
14694         * ext/dts/gstdtsdec.c: (gst_dtsdec_handle_frame):
14695           Fix flow handling and buffer refcounting (gst_pad_push() takes
14696           ownership of the buffer passed to it, the buffer does not have
14697           to be unreffed no matter what flow value gst_pad_push() returns).
14698
14699 2006-10-26  Edgard Lima <edgard.lima@indt.org.br>
14700
14701         Patch by: Renato Filho <renato.filho@indt.org.br> 
14702
14703         * gst/nuvdemux/gstnuvdemux.c:
14704         * gst/nuvdemux/gstnuvdemux.h:
14705         Fixed bug for files with timestamps less than 0.
14706         
14707 2006-10-21  David Schleef  <ds@schleef.org>
14708
14709         * configure.ac:
14710         * gst/multifilesink/Makefile.am:
14711         * gst/multifilesink/gstmultifilesink.c:
14712         * gst/multifilesink/gstmultifilesink.h:
14713           I copied over filesink a while ago and modified it to work
14714           as multifilesink.  Might as well check it in.  This could
14715           use some work before being declared useful.
14716
14717 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
14718
14719         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_set_wp_config):
14720         * ext/wavpack/gstwavpackparse.c:
14721         (gst_wavpack_parse_create_src_pad):
14722         * gst/nuvdemux/gstnuvdemux.c: (gst_nuv_demux_create_pads):
14723         * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad):
14724           Activate pads before adding them to running element.
14725
14726 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
14727
14728         Patch by: Josep Torra Valles  <josep at fluendo com>
14729
14730         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
14731         (next_entry_size), (qtdemux_inflate), (qtdemux_parse_moov),
14732         (qtdemux_parse_tree), (qtdemux_parse_trak), (qtdemux_tag_add_str),
14733         (qtdemux_tag_add_num), (qtdemux_tag_add_date),
14734         (qtdemux_tag_add_gnre):
14735           Make compile with Forte compiler, mostly don't do pointer arithmetic
14736           with void pointers (#362626).
14737
14738 2006-10-17  Edgard Lima <edgard.lima@indt.org.br>
14739
14740         * gst/nuvdemux/gstnuvdemux.c:
14741         Just a cast to make it compile oos big_endian systems.
14742
14743 2006-10-17  Edgard Lima <edgard.lima@indt.org.br>
14744
14745         Patch by: Renato Filho <renato.filho@indt.org.br> and Rosfran Borges
14746         <rosfran.borges@indt.org.br>
14747
14748         * configure.ac:
14749         * gst/nuvdemux/:
14750         * gst/nuvdemux/Makefile.am:
14751         * gst/nuvdemux/gstnuvdemux.c:
14752         * gst/nuvdemux/gstnuvdemux.h:
14753         Created new element nuvdemux.
14754         
14755 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
14756
14757         Patch by: Josep Torra Valles  <josep at fluendo com>
14758
14759         * gst/nsf/fds_snd.c:
14760         * gst/nsf/mmc5_snd.c:
14761         * gst/nsf/nsf.c:
14762         * gst/nsf/vrc7_snd.c:
14763         * gst/nsf/vrcvisnd.c:
14764           Fix some things the Forte compiler warns about (#362626).
14765
14766 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
14767
14768         * gst/qtdemux/qtdemux.c: (qtdemux_parse_moov), (qtdemux_parse),
14769         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
14770         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
14771         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
14772         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
14773         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
14774         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
14775         (qtdemux_dump_unknown), (qtdemux_tree_get_child_by_type),
14776         (qtdemux_tree_get_sibling_by_type):
14777         * gst/qtdemux/qtdemux.h:
14778           Avoid void pointer usage, better use guint8 * instead.
14779
14780 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
14781
14782         * configure.ac:
14783         * gst/deinterlace/Makefile.am:
14784         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_base_init),
14785         (gst_deinterlace_class_init), (gst_deinterlace_init),
14786         (gst_deinterlace_stop), (gst_deinterlace_transform_caps),
14787         (gst_deinterlace_set_caps), (gst_deinterlace_transform_ip),
14788         (gst_deinterlace_set_property), (gst_deinterlace_get_property):
14789         * gst/deinterlace/gstdeinterlace.h:
14790           Port simple deinterlacer from 0.8. Use at your own risk, don't blame
14791           me for anything it does or does not do to your precious pictures.
14792
14793 2006-10-11  Edward Hervey  <edward@fluendo.com>
14794
14795         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
14796         Add some fourcc for DV format.
14797
14798 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
14799
14800         * gst/qtdemux/qtdemux.c: (extract_initial_length_and_fourcc),
14801         (gst_qtdemux_loop_state_header):
14802           Printf format fixes.
14803
14804         * sys/dvb/gstdvbsrc.c:
14805           Use "_stdint.h".
14806
14807 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14808
14809         * sys/dvb/Makefile.am:
14810         * sys/dvb/dvb-api/Makefile.am:
14811         * sys/dvb/dvb-api/audio.h:
14812         * sys/dvb/dvb-api/ca.h:
14813         * sys/dvb/dvb-api/dmx.h:
14814         * sys/dvb/dvb-api/frontend.h:
14815         * sys/dvb/dvb-api/net.h:
14816         * sys/dvb/dvb-api/osd.h:
14817         * sys/dvb/dvb-api/version.h:
14818         * sys/dvb/dvb-api/video.h:
14819         Remove these files, not needed use system files.
14820         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_set_property),
14821         (gst_dvbsrc_create), (gst_dvbsrc_output_frontend_stats),
14822         (gst_dvbsrc_tune):
14823         Fix warnings, uint16_t etc. is in stdint.h.
14824         Use system includes not our local ones.
14825
14826 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14827
14828         * configure.ac:
14829         * sys/Makefile.am:
14830         Add dvb detection and allow dvbsrc to be built.
14831
14832 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14833         
14834         * configure.ac:
14835         * sys/Makefile.am:
14836         * sys/dvb/AUTHORS:
14837         * sys/dvb/Makefile.am:
14838         * sys/dvb/README:
14839         * sys/dvb/dvb-api/Makefile.am:
14840         * sys/dvb/dvb-api/audio.h:
14841         * sys/dvb/dvb-api/ca.h:
14842         * sys/dvb/dvb-api/dmx.h:
14843         * sys/dvb/dvb-api/frontend.h:
14844         * sys/dvb/dvb-api/net.h:
14845         * sys/dvb/dvb-api/osd.h:
14846         * sys/dvb/dvb-api/version.h:
14847         * sys/dvb/dvb-api/video.h:
14848         * sys/dvb/gstdvbsrc.c: 
14849         * sys/dvb/gstdvbsrc.h:
14850         Initial import of dvbsrc.
14851         Currently won't be built.
14852
14853 2006-10-10  Wim Taymans  <wim@fluendo.com>
14854
14855         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
14856         (gst_qtdemux_push_event), (gst_qtdemux_do_seek),
14857         (gst_qtdemux_change_state), (extract_initial_length_and_fourcc),
14858         (gst_qtdemux_loop_state_header), (gst_qtdemux_activate_segment),
14859         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop),
14860         (gst_qtdemux_post_buffering), (gst_qtdemux_chain),
14861         (gst_qtdemux_add_stream), (qtdemux_process_redirects),
14862         (qtdemux_parse_tree), (qtdemux_parse_trak):
14863         Reorganise some stuff.
14864         Parse RTSP redirection URLS.
14865
14866 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
14867
14868         * docs/plugins/gst-plugins-bad-plugins.args:
14869         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
14870         * docs/plugins/gst-plugins-bad-plugins.interfaces:
14871         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
14872         * docs/plugins/inspect/plugin-dtsdec.xml:
14873         * docs/plugins/inspect/plugin-mms.xml:
14874         * docs/plugins/inspect/plugin-mpeg2enc.xml:
14875         * docs/plugins/inspect/plugin-neon.xml:
14876         * docs/plugins/inspect/plugin-replaygain.xml:
14877         * docs/plugins/inspect/plugin-soundtouch.xml:
14878         * docs/plugins/inspect/plugin-spcdec.xml:
14879         * docs/plugins/inspect/plugin-swfdec.xml:
14880         * docs/plugins/inspect/plugin-videocrop.xml:
14881         * docs/plugins/inspect/plugin-wavpack.xml:
14882           Add/update docs stuff.
14883
14884 2006-10-06  Tim-Philipp Müller  <tim at centricular dot net>
14885
14886         Patch by: René Stadler  <mail at renestadler de>
14887
14888         * configure.ac:
14889         * docs/plugins/Makefile.am:
14890         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
14891         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
14892         * gst/replaygain/Makefile.am:
14893         * gst/replaygain/gstrganalysis.c: (gst_rg_analysis_base_init),
14894         (gst_rg_analysis_class_init), (gst_rg_analysis_init),
14895         (gst_rg_analysis_set_property), (gst_rg_analysis_get_property),
14896         (gst_rg_analysis_start), (gst_rg_analysis_set_caps),
14897         (gst_rg_analysis_transform_ip), (gst_rg_analysis_event),
14898         (gst_rg_analysis_stop), (gst_rg_analysis_handle_tags),
14899         (gst_rg_analysis_handle_eos), (gst_rg_analysis_track_result),
14900         (gst_rg_analysis_album_result), (plugin_init):
14901         * gst/replaygain/gstrganalysis.h:
14902         * gst/replaygain/rganalysis.c: (yule_filter), (butter_filter),
14903         (apply_filters), (reset_filters), (accumulator_add),
14904         (accumulator_clear), (accumulator_result), (rg_analysis_new),
14905         (rg_analysis_set_sample_rate), (rg_analysis_destroy),
14906         (rg_analysis_analyze_mono_float),
14907         (rg_analysis_analyze_stereo_float),
14908         (rg_analysis_analyze_mono_int16),
14909         (rg_analysis_analyze_stereo_int16), (rg_analysis_analyze),
14910         (rg_analysis_track_result), (rg_analysis_album_result),
14911         (rg_analysis_reset_album), (rg_analysis_reset):
14912         * gst/replaygain/rganalysis.h:
14913           Add ReplayGain analysis element (#357069).
14914
14915         * tests/check/Makefile.am:
14916         * tests/check/elements/.cvsignore:
14917         * tests/check/elements/rganalysis.c: (get_expected_gain),
14918         (setup_rganalysis), (cleanup_rganalysis), (set_playing_state),
14919         (send_eos_event), (send_tag_event), (poll_eos), (poll_tags),
14920         (fail_unless_track_gain), (fail_unless_track_peak),
14921         (fail_unless_album_gain), (fail_unless_album_peak),
14922         (fail_if_track_tags), (fail_if_album_tags),
14923         (fail_unless_num_tracks), (test_buffer_const_float_mono),
14924         (test_buffer_const_float_stereo), (test_buffer_const_int16_mono),
14925         (test_buffer_const_int16_stereo), (test_buffer_square_float_mono),
14926         (test_buffer_square_float_stereo), (test_buffer_square_int16_mono),
14927         (test_buffer_square_int16_stereo), (push_buffer), (GST_START_TEST),
14928         (rganalysis_suite), (main):
14929           Unit tests for the new replaygain element.
14930
14931 2006-10-06  Wim Taymans  <wim@fluendo.com>
14932
14933         * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_chain),
14934         (gst_faad_close_decoder):
14935         Some cleanups.
14936         Added some more debugging.
14937         Don't ever ignore unlinked, we're not a demuxer.
14938
14939         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
14940         Activate pad before adding it to the element.
14941
14942 2006-10-06  Michael Smith  <msmith@fluendo.com>
14943
14944         * ext/theora/theoradec.c: (gst_theoradec_reset),
14945         (theora_get_query_types), (theora_dec_src_query),
14946         (theora_dec_src_event), (theora_dec_sink_event),
14947         (theora_handle_comment_packet), (theora_handle_type_packet),
14948         (theora_handle_header_packet), (clip_buffer), (theora_dec_push),
14949         (theora_handle_422_image), (theora_handle_420_image),
14950         (theora_handle_data_packet), (theora_dec_chain),
14951         (theora_dec_change_state):
14952         * ext/theora/theoradec.h:
14953           Port lots of changes from theoradec to theoraexpdec.
14954           This catches this plugin up to theoradec. Note that duplicate frames
14955           are broken in theoradec at the moment.
14956
14957 2006-10-06  Tim-Philipp Müller  <tim at centricular dot net>
14958
14959         * gst/spectrum/gstspectrum.c: (gst_spectrum_transform_ip):
14960           Fix mem leak, avoid unnecessary memcpy.
14961
14962 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
14963
14964         * gst/spectrum/gstspectrum.c: (gst_spectrum_init),
14965         (gst_spectrum_transform_ip):
14966           Removed cruft code that was just commented out. Removed some obsolete
14967           debug logs statements.
14968
14969 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
14970
14971         * ext/dts/gstdtsdec.c: (gst_dtsdec_chain):
14972         * ext/musicbrainz/gsttrm.c: (gst_trm_setcaps):
14973         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
14974         * gst/qtdemux/qtdemux.c: (gst_qtdemux_chain), (qtdemux_parse),
14975         (qtdemux_parse_trak):
14976         * gst/spectrum/gstspectrum.c: (gst_spectrum_transform_ip):
14977           Another batch of printf format fixes.
14978
14979 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
14980
14981         * gst/videocrop/gstvideocrop.c: (gst_video_crop_class_init),
14982         (gst_video_crop_init),
14983         (gst_video_crop_get_image_details_from_caps),
14984         (gst_video_crop_transform_packed_complex),
14985         (gst_video_crop_transform_packed_simple),
14986         (gst_video_crop_transform), (gst_video_crop_transform_caps),
14987         (gst_video_crop_set_caps),
14988         (gst_videocrop_clear_negotiated_caps_locked),
14989         (gst_video_crop_set_property):
14990         * gst/videocrop/gstvideocrop.h:
14991           Handle packed YUV formats (UYVY, YUY2, YUYV) separately; also, fix
14992           passthrough mode; lastly, clear negotiated basetransform caps when
14993           the cropping changes in order to force renegotiation.
14994
14995 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
14996
14997         * tests/icles/.cvsignore:
14998         * tests/icles/Makefile.am:
14999         * tests/icles/videocrop-test.c: (quit_mainloop), (tick_cb),
15000         (test_with_caps), (video_crop_get_test_caps), (main):
15001           Visual test for videocrop, shows that packed yuv doesn't work right
15002           yet. --with-ffmpegcolorspace option doesn't work yet for unknown
15003           reasons (another basetransform issue?)
15004
15005 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
15006
15007         * po/POTFILES.in:
15008         * sys/v4l2/.cvsignore:
15009           Remove more v4l2 stuff, hopefully fixing 'make distcheck' again.
15010
15011 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
15012
15013         * docs/plugins/Makefile.am:
15014         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
15015         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
15016         * docs/plugins/inspect/plugin-video4linux2.xml:
15017         * gst-plugins-bad.spec.in:
15018           removed v4l2
15019
15020 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15021
15022         * configure.ac:
15023         * sys/Makefile.am:
15024         * sys/v4l2/Makefile.am:
15025         * sys/v4l2/README:
15026         * sys/v4l2/gstv4l2.c:
15027         * sys/v4l2/gstv4l2colorbalance.c:
15028         * sys/v4l2/gstv4l2colorbalance.h:
15029         * sys/v4l2/gstv4l2object.c:
15030         * sys/v4l2/gstv4l2object.h:
15031         * sys/v4l2/gstv4l2src.c:
15032         * sys/v4l2/gstv4l2src.h:
15033         * sys/v4l2/gstv4l2tuner.c:
15034         * sys/v4l2/gstv4l2tuner.h:
15035         * sys/v4l2/gstv4l2vidorient.c:
15036         * sys/v4l2/gstv4l2vidorient.h:
15037         * sys/v4l2/gstv4l2xoverlay.c:
15038         * sys/v4l2/gstv4l2xoverlay.h:
15039         * sys/v4l2/v4l2_calls.c:
15040         * sys/v4l2/v4l2_calls.h:
15041         * sys/v4l2/v4l2src_calls.c:
15042         * sys/v4l2/v4l2src_calls.h:
15043           moved to gst-plugins-good
15044
15045 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15046
15047         * sys/v4l2/gstv4l2object.c:
15048         (gst_v4l2_object_install_properties_helper):
15049           comment out the properties that are already part of the tuner
15050           interface.
15051
15052 2006-10-03  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15053
15054         * sys/v4l2/gstv4l2src.c:
15055         Improve docs.
15056
15057 2006-10-02  Tim-Philipp Müller  <tim at centricular dot net>
15058
15059         * ext/xvid/gstxvid.c: (plugin_init):
15060           Set rank of xviddec to NONE until someone fixes it (too many crasher
15061           bug reports against totem, people should use gst-ffmpeg).
15062
15063 2006-09-28  Wim Taymans  <wim@fluendo.com>
15064
15065         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_all_caps),
15066         (gst_v4l2src_get_caps):
15067         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
15068         Framerate can be 0/1 too.
15069         Init framerate to 0/1 before querying it so that we can detect
15070         devices that don't know about a framerate.
15071         Add some more debugging info.
15072
15073 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
15074
15075         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
15076           Add support for 'yv12' fourcc.
15077
15078 2006-09-27  Edgard Lima <edgard.lima@indt.org.br>
15079
15080         * sys/v4l2/gstv4l2src.c:
15081         * sys/v4l2/gstv4l2src.h:
15082         * tests/icles/v4l2src-test.c:
15083         Removed set-undef-fps.
15084
15085 2006-09-27  Wim Taymans  <wim@fluendo.com>
15086
15087         * sys/v4l2/gstv4l2object.c:
15088         (gst_v4l2_object_install_properties_helper), (gst_v4l2_object_new),
15089         (gst_v4l2_object_set_property_helper),
15090         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
15091         * sys/v4l2/gstv4l2object.h:
15092         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
15093         (gst_v4l2src_create):
15094         * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_contains_channel),
15095         (gst_v4l2_tuner_list_channels),
15096         (gst_v4l2_tuner_set_channel_and_notify),
15097         (gst_v4l2_tuner_get_channel), (gst_v4l2_tuner_contains_norm),
15098         (gst_v4l2_tuner_list_norms), (gst_v4l2_tuner_set_norm_and_notify),
15099         (gst_v4l2_tuner_get_norm):
15100         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
15101         (gst_v4l2_fill_lists), (gst_v4l2_empty_lists):
15102         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_get_fps):
15103         Renamed some properties to match the tuner interface naming.
15104
15105 2006-09-27  Wim Taymans  <wim@fluendo.com>
15106
15107         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_set_property_helper),
15108         (gst_v4l2_set_defaults):
15109         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read),
15110         (gst_v4l2src_create):
15111         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open):
15112         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
15113         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_set_norm),
15114         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
15115         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
15116         (gst_v4l2_set_attribute), (gst_v4l2_get_input),
15117         (gst_v4l2_set_input):
15118         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
15119         (gst_v4l2src_grab_frame), (gst_v4l2src_get_capture),
15120         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init),
15121         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop),
15122         (gst_v4l2src_buffer_new):
15123         * tests/icles/v4l2src-test.c: (my_bus_callback), (main):
15124         Small cleanups.
15125         Fix error messages.
15126         Use locks when getting timestamps.
15127         Fix leaks in test.
15128         Add licensing header to tests.
15129
15130 2006-09-27  Edgard Lima <edgard.lima@indt.org.br>
15131
15132         * sys/v4l2/gstv4l2colorbalance.c:
15133         * sys/v4l2/gstv4l2object.c:
15134         * sys/v4l2/gstv4l2src.c:
15135         * sys/v4l2/gstv4l2src.h:
15136         * sys/v4l2/gstv4l2tuner.c:
15137         * sys/v4l2/v4l2_calls.c:
15138         * sys/v4l2/v4l2src_calls.c:
15139         * tests/icles/v4l2src-test.c:
15140         Some cleanups and comments.
15141
15142 2006-09-26  Wim Taymans  <wim@fluendo.com>
15143
15144         * docs/plugins/Makefile.am:
15145         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
15146         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
15147         Add v4l2 plugin to the docs.
15148
15149         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read),
15150         (gst_v4l2src_get_mmap), (gst_v4l2src_create):
15151         * sys/v4l2/gstv4l2src.h:
15152         * sys/v4l2/gstv4l2vidorient.c:
15153         Fix docs.
15154         Remove some more externs.
15155
15156 2006-09-26  Wim Taymans  <wim@fluendo.com>
15157
15158         * sys/v4l2/Makefile.am:
15159         Fix makefile, list libs in stack order.
15160
15161         * sys/v4l2/gstv4l2colorbalance.c:
15162         * sys/v4l2/gstv4l2colorbalance.h:
15163         * sys/v4l2/gstv4l2object.c: (gst_v4l2_device_get_type),
15164         (gst_v4l2_object_install_properties_helper):
15165         * sys/v4l2/gstv4l2object.h:
15166         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read),
15167         (gst_v4l2src_get_mmap), (gst_v4l2src_create):
15168         * sys/v4l2/gstv4l2src.h:
15169         * sys/v4l2/gstv4l2tuner.h:
15170         * sys/v4l2/gstv4l2vidorient.h:
15171         * sys/v4l2/gstv4l2xoverlay.h:
15172         * sys/v4l2/v4l2_calls.h:
15173         * sys/v4l2/v4l2src_calls.h:
15174         Fix coding style:
15175         - Remove extern from functions.
15176         - Fix header indentation.
15177         Fix Flags, add defaults for properties.
15178         Remove unused enums.
15179         Fix TOO_LAZY in error messages.
15180
15181 2006-09-26  Wim Taymans  <wim@fluendo.com>
15182
15183         * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices),
15184         (gst_v4l2_probe_needs_probe),
15185         (gst_v4l2_object_install_properties_helper), (gst_v4l2_object_new),
15186         (gst_v4l2_object_destroy), (gst_v4l2_object_set_property_helper),
15187         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults),
15188         (gst_v4l2_object_start), (gst_v4l2_object_stop):
15189         * sys/v4l2/gstv4l2object.h:
15190         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
15191         (gst_v4l2src_init), (gst_v4l2src_dispose),
15192         (gst_v4l2src_set_property), (gst_v4l2src_get_property),
15193         (gst_v4l2src_fixate), (gst_v4l2src_get_caps),
15194         (gst_v4l2src_set_caps), (gst_v4l2src_get_read),
15195         (gst_v4l2src_get_mmap), (gst_v4l2src_create):
15196         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
15197         (gst_v4l2_open), (gst_v4l2_close), (gst_v4l2_get_norm),
15198         (gst_v4l2_set_norm), (gst_v4l2_get_frequency),
15199         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
15200         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute),
15201         (gst_v4l2_get_input), (gst_v4l2_set_input):
15202         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
15203         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
15204         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
15205         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
15206         (gst_v4l2src_capture_stop), (gst_v4l2src_capture_deinit),
15207         (gst_v4l2src_get_size_limits), (gst_v4l2src_set_fps),
15208         (gst_v4l2src_get_fps), (gst_v4l2src_buffer_finalize),
15209         (gst_v4l2src_buffer_new):
15210         Fix pass at code cleanups, move errors cases out of the normal
15211         flow for additional code clarity.
15212
15213 2006-09-23  Wim Taymans  <wim@fluendo.com>
15214
15215         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
15216         (gst_cdaudio_init), (gst_cdaudio_set_property),
15217         (gst_cdaudio_get_property), (gst_cdaudio_change_state),
15218         (gst_cdaudio_send_event), (gst_cdaudio_get_query_types),
15219         (gst_cdaudio_query), (cdaudio_uri_set_uri):
15220         Port to 0.10.
15221
15222 2006-09-22  David Schleef  <ds@schleef.org>
15223
15224         * sys/glsink/glimagesink.c:
15225           Fix problems when the element cannot open the display.
15226           (fixes #357212)
15227
15228 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
15229
15230         * configure.ac:
15231           Up requirements to -base CVS and core CVS (the format for the
15232           video orientation interface used by v4l2src and the latter
15233           since that's what -base CVS requires).
15234
15235 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
15236
15237         * ext/directfb/dfbvideosink.c: (plugin_init):
15238           Lower rank from SECONDARY to MARGINAL. Plugins in -bad that might
15239           be autoplugged shouldn't trump plugins in -base, -good or -ugly
15240           (in this case ximagesink).
15241
15242         * sys/glsink/glimagesink.c: (plugin_init):
15243           Set rank to NONE to prevent it from being autoplugged until
15244           errors are handled properly (see #357212).
15245
15246 2006-09-21  Edgard Lima <edgard.lima@indt.org.br>
15247
15248         * ext/neon/Makefile.am:
15249         * ext/neon/gstneonhttpsrc.c:
15250         * ext/neon/gstneonhttpsrc.h:
15251         Reverted previous commit (2006-09-19 - Allow internal codes from
15252         last.fm). As dicussed on #gstreamer it should be done in separete
15253         element.
15254
15255 2006-09-21  Wim Taymans  <wim@fluendo.com>
15256
15257         * ext/faac/gstfaac.c: (gst_faac_configure_source_pad),
15258         (gst_faac_chain):
15259         Add decoder specific info on the caps.
15260         Some cleanups here and there.
15261
15262 2006-09019  Edgard Lima <edgard.lima@indt.org.br>
15263
15264         Patch by: Milosz Derezynski <internalerror@gmail.com> and
15265                   Rosfran Borges <rosfran.borges@indt.org.br>
15266
15267         * ext/neon/Makefile.am:
15268         * ext/neon/gstneonhttpsrc.c:
15269         * ext/neon/gstneonhttpsrc.h:
15270         Allow internal codes from last.fm
15271         
15272
15273 2006-09-19  Edgard Lima <edgard.lima@indt.org.br>
15274
15275         * tests/icles/v4l2src-test.c:
15276         Just a small fix to the app options.
15277
15278 2006-09-19  Edgard Lima <edgard.lima@indt.org.br>
15279
15280         * sys/v4l2/Makefile.am:
15281         * sys/v4l2/gstv4l2src.c:
15282         * sys/v4l2/gstv4l2vidorient.c:
15283         * sys/v4l2/gstv4l2vidorient.h:
15284         * tests/icles/v4l2src-test.c:
15285         Add Video Orientation interface support to v4l2src.
15286         
15287 2006-09-19  Wim Taymans  <wim@fluendo.com>
15288
15289         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init),
15290         (gst_gsmdec_sink_setcaps), (gst_gsmdec_sink_event),
15291         (gst_gsmdec_chain):
15292         * ext/gsm/gstgsmdec.h:
15293         Handle WAV49 variant (GSM in WAV).
15294         Some small cleanups.
15295
15296 2006-09-18  Edgard Lima <edgard.lima@indt.org.br>
15297
15298         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_buffer_new ):
15299         Fix GST_BUFFER_DURATION.
15300
15301 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
15302
15303         * ext/hermes/gsthermescolorspace.c:
15304         * ext/ivorbis/vorbisfile.c:
15305         * ext/lcs/gstcolorspace.c:
15306         * ext/wavpack/gstwavpackenc.h:
15307         * ext/xine/xineaudiodec.c:
15308         * ext/xine/xineaudiosink.c:
15309         * ext/xine/xineinput.c:
15310         * gst/chart/gstchart.c:
15311         * gst/equalizer/gstiirequalizer.c:
15312         * gst/games/gstpuzzle.c:
15313         * gst/librfb/gstrfbsrc.c:
15314         * gst/mixmatrix/mixmatrix.c:
15315         * gst/nsf/gstnsf.h:
15316         * gst/vbidec/gstvbidec.c:
15317         * gst/virtualdub/gstxsharpen.c:
15318           More G_OBJECT macro fixing.
15319
15320 2006-09-15  Edgard Lima <edgard.lima@indt.org.br>
15321
15322         * sys/v4l2/gstv4l2src.c:
15323         * sys/v4l2/gstv4l2src.h:
15324         * sys/v4l2/gstv4l2xoverlay.c:
15325         * sys/v4l2/v4l2_calls.c:
15326         * sys/v4l2/v4l2src_calls.c:
15327         * tests/icles/v4l2src-test.c:
15328         The test application and the plgind error messages has been improved.
15329         
15330 2006-09-12  Stefan Kost  <ensonic@users.sf.net>
15331
15332         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
15333         (gst_spectrum_start), (gst_spectrum_stop), (gst_spectrum_event):
15334           Implements stop() to clear the adapter and event() to clear the
15335           adapter on FLUSH_STOP and EOS.
15336
15337 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
15338
15339         * gst/spectrum/gstspectrum.c: (gst_spectrum_init),
15340         (gst_spectrum_set_property):
15341         * gst/spectrum/gstspectrum.h:
15342           Fix type mixup in spectrum->interval (gdouble<->guint64). Spotted by
15343           René Stadler
15344
15345 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
15346
15347         * gst/spectrum/demo-osssrc.c: (draw_spectrum), (main):
15348           Use more defines
15349
15350         * gst/spectrum/gstspectrum.c: (gst_spectrum_init),
15351         (gst_spectrum_dispose), (gst_spectrum_set_caps),
15352         (gst_spectrum_transform_ip):
15353         * gst/spectrum/gstspectrum.h:
15354           Apply some of the spectrum cleanup changes suggested in #348085.
15355
15356 2006-09-08  Tim-Philipp Müller  <tim at centricular dot net>
15357
15358         * configure.ac:
15359           Bump requirements of -base (videocrop test case needs this).
15360
15361         * gst/videocrop/gstvideocrop.c:
15362           Document sloppy handling of subsampled chroma planes if
15363           left/top cropping is an odd number.
15364
15365         * tests/check/elements/videocrop.c: (handoff_cb),
15366         (videocrop_test_cropping_init_context),
15367         (videocrop_test_cropping_deinit_context),
15368         (videocrop_test_cropping), (check_1x1_buffer), (GST_START_TEST),
15369         (videocrop_suite), (main):
15370           Add another unit test that crops the input to 1x1 (and checks
15371           that that pixel has the expected values in a number of formats).
15372
15373 2006-09-08  Tim-Philipp Müller  <tim at centricular dot net>
15374
15375         * gst/videocrop/Makefile.am:
15376         * gst/videocrop/gstvideocrop.c: (gst_video_crop_class_init),
15377         (gst_video_crop_transform_packed),
15378         (gst_video_crop_transform_planar):
15379           Some quick tests indicate that it doesn't make a great deal
15380           of sense to use liboil here, at least not for the memcpy()s
15381           we do, so remove liboil usage until there is clear evidence
15382           it actually makes a positive difference somewhere.
15383
15384 2006-09-03  Tim-Philipp Müller  <tim at centricular dot net>
15385
15386         * tests/check/elements/videocrop.c: (handoff_cb),
15387         (buffer_probe_cb), (test_caps_transform), (test_passthrough),
15388         (notgst_value_list_get_nth_int), (videocrop_suite):
15389           More tests: check passthrough mode and caps transform in
15390           both directions with fixed values, ranges and lists.
15391
15392 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
15393
15394         * docs/plugins/Makefile.am:
15395         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
15396         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
15397         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
15398           Add videocrop to docs.
15399
15400         * gst/videocrop/Makefile.am:
15401         * gst/videocrop/gstvideocrop.c:
15402         * gst/videocrop/gstvideocrop.h:
15403           Move boilerplate stuff and structures into a header file.
15404
15405         * tests/check/Makefile.am:
15406         * tests/check/elements/.cvsignore:
15407         * tests/check/elements/videocrop.c: (video_crop_get_test_caps),
15408         (test_unit_sizes), (videocrop_test_cropping_init_context),
15409         (videocrop_test_cropping_deinit_context),
15410         (videocrop_test_cropping), (test_cropping), (videocrop_suite):
15411           Add unit tests for videocrop.
15412
15413 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
15414
15415         * configure.ac:
15416         * gst/videocrop/Makefile.am:
15417         * gst/videocrop/gstvideocrop.c: (gst_video_crop_base_init),
15418         (gst_video_crop_class_init), (gst_video_crop_init),
15419         (gst_video_crop_get_image_details_from_caps),
15420         (gst_video_crop_get_unit_size), (gst_video_crop_transform_packed),
15421         (gst_video_crop_transform_planar), (gst_video_crop_transform),
15422         (gst_video_crop_transform_dimension),
15423         (gst_video_crop_transform_dimension_value),
15424         (gst_video_crop_transform_caps), (gst_video_crop_set_caps),
15425         (gst_video_crop_set_property), (gst_video_crop_get_property),
15426         (plugin_init):
15427           Port/rewrite videocrop from scratch for GStreamer-0.10, and make
15428           it support all formats videoscale supports (#345653).
15429
15430 2006-09-02  Stefan Kost  <ensonic@users.sf.net>
15431
15432         * sys/v4l2/gstv4l2.c:
15433         * sys/v4l2/gstv4l2colorbalance.c:
15434         * sys/v4l2/gstv4l2object.c:
15435         (gst_v4l2_object_install_properties_helper):
15436         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
15437         * sys/v4l2/gstv4l2src.h:
15438           Whitespace cleanups, dashify property-names.
15439
15440 2006-09-02  Stefan Kost  <ensonic@users.sf.net>
15441
15442         * sys/v4l2/gstv4l2.c:
15443         * sys/v4l2/gstv4l2colorbalance.c:
15444         * sys/v4l2/gstv4l2colorbalance.h:
15445         * sys/v4l2/gstv4l2object.c:
15446         * sys/v4l2/gstv4l2object.h:
15447         * sys/v4l2/gstv4l2src.c:
15448         * sys/v4l2/gstv4l2src.h:
15449         * sys/v4l2/gstv4l2tuner.c:
15450         * sys/v4l2/gstv4l2tuner.h:
15451         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open):
15452         * sys/v4l2/gstv4l2xoverlay.h:
15453         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
15454         (gst_v4l2_open):
15455         * sys/v4l2/v4l2_calls.h:
15456         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_queue_frame),
15457         (gst_v4l2src_capture_init):
15458         * sys/v4l2/v4l2src_calls.h:
15459           Cleanup error messages and unify header comments
15460
15461 2006-08-31  Jan Schmidt  <thaytan@mad.scientist.com>
15462
15463         * gst/nsf/Makefile.am:
15464         Add missing GST_LIBS
15465
15466 2006-08-30  Edgard Lima <edgard.lima@indt.org.br>
15467
15468         * sys/v4l2/gstv4l2src.c:
15469         Another small fix to set_caps function (sucks copy/paste error).
15470         
15471 2006-08-30  Edgard Lima <edgard.lima@indt.org.br>
15472
15473         * sys/v4l2/gstv4l2src.c:
15474         Send new_segment in GST_FORMAT_TIME instead of in GST_FORMAT_BYTES.
15475
15476 2006-08-30  Edgard Lima <edgard.lima@indt.org.br>
15477
15478         * sys/v4l2/gstv4l2src.c:
15479         A small fix to set_caps function.
15480
15481 2006-08-30  Edward Hervey  <edward@fluendo.com>
15482
15483         * gst/qtdemux/qtdemux.c:
15484         (gst_qtdemux_do_seek):
15485         Reset each streams last_flow to GST_FLOW_OK.
15486         (gst_qtdemux_activate_segment):
15487         Removing mystic modifications for good.
15488
15489 2006-08-30  Stefan Kost  <ensonic@users.sf.net>
15490
15491         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
15492         (qtdemux_parse_tree):
15493           put back 'segment start<=stop' change that was mystically reverted by
15494           the last commit
15495
15496 2006-08-30  Stefan Kost  <ensonic@users.sf.net>
15497
15498         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
15499         (qtdemux_parse_tree):
15500         Fix the build for disabled debug
15501
15502 2006-08-29  Edgard Lima <edgard.lima@indt.org.br>
15503
15504         * sys/v4l2/gstv4l2src.c:
15505         * sys/v4l2/v4l2src_calls.c:
15506         * sys/v4l2/v4l2src_calls.h:
15507         Fixed framerate negotiation.
15508         
15509 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
15510
15511         Patch by: Andrew Andkjar  <enki at goodship net>
15512
15513         * ext/sdl/sdlaudiosink.c: (gst_sdlaudio_sink_close):
15514         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_supported),
15515         (gst_sdlvideosink_deinitsdl):
15516           Only de-init the subsystem we previously initialised. Avoids
15517           borkage when both sdlvideosink and sdlaudiosink are used
15518           at the same time and one is shut down.
15519
15520 2006-08-28  Wim Taymans  <wim@fluendo.com>
15521
15522         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
15523         (gst_qtdemux_add_stream), (qtdemux_parse_trak),
15524         (qtdemux_video_caps):
15525         Make sure segment start<=stop in weird quicktime files.
15526
15527 2006-08-28  Stefan Kost  <ensonic@users.sf.net>
15528
15529         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
15530           add comments and more debug logging
15531
15532 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
15533
15534         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
15535
15536         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_post_tags),
15537         (gst_wavpack_dec_chain):
15538           Post audio codec and average bitrate tags on bus (#344472).
15539
15540         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init),
15541         (gst_wavpack_parse_src_query):
15542           Forward queries in other formats (BYTE format in particular)
15543           upstream; add Sebastian to authors.
15544
15545 2006-08-23  Edgard Lima <edgard.lima@indt.org.br>
15546
15547         * sys/v4l2/gstv4l2src.c:
15548         * sys/v4l2/v4l2src_calls.c:
15549         * sys/v4l2/v4l2src_calls.h:
15550         Fix set_caps to set width and height to the values the driver is
15551         really working with.
15552
15553 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
15554
15555         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_push_block):
15556           Fix mem leak, send newsegment event on correction pad
15557           as well (#352476).
15558
15559         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init):
15560           Restore original author (on Sebastian's request).
15561
15562         * tests/check/Makefile.am:
15563         * tests/check/gst-plugins-bad.supp:
15564           Add (so far empty) suppression file for -bad. Remove
15565           wavpackenc test from VALGRIND_TO_FIX now that the leak
15566           is fixed.
15567
15568 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
15569
15570         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
15571
15572         * tests/check/Makefile.am:
15573         * tests/check/elements/.cvsignore:
15574         * tests/check/elements/wavpackdec.c: (setup_wavpackdec),
15575         (cleanup_wavpackdec), (GST_START_TEST), (wavpackdec_suite), (main):
15576         * tests/check/elements/wavpackenc.c: (setup_wavpackenc),
15577         (cleanup_wavpackenc), (GST_START_TEST), (wavpackenc_suite), (main):
15578         * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad),
15579         (setup_wavpackparse), (cleanup_wavpackparse), (GST_START_TEST),
15580         (wavpackparse_suite), (main):
15581           Add unit tests for wavpack elements (#352476).
15582
15583 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
15584
15585         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
15586
15587         * docs/plugins/Makefile.am:
15588         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
15589         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
15590         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
15591         * docs/plugins/inspect/plugin-wavpack.xml:
15592         * ext/wavpack/gstwavpackdec.c:
15593         * ext/wavpack/gstwavpackdec.h:
15594         * ext/wavpack/gstwavpackenc.c:
15595         * ext/wavpack/gstwavpackenc.h:
15596         * ext/wavpack/gstwavpackparse.c:
15597         * ext/wavpack/gstwavpackparse.h:
15598           Add docs for wavpack elements (#352476).
15599
15600 2006-08-22  Edgard Lima <edgard.lima@indt.org.br>
15601
15602         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_size_limits)
15603         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fixate)
15604         Fixed query size to work with drivers that uses intermediate step
15605         like "width * height" to find closest size.
15606         
15607 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
15608
15609         * configure.ac:
15610         * docs/plugins/Makefile.am:
15611         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
15612         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
15613         * gst/gdp/Makefile.am:
15614         * gst/gdp/gstgdp.c:
15615         * gst/gdp/gstgdpdepay.c:
15616         * gst/gdp/gstgdpdepay.h:
15617         * gst/gdp/gstgdppay.c:
15618         * gst/gdp/gstgdppay.h:
15619         * tests/check/Makefile.am:
15620         * tests/check/elements/gdpdepay.c:
15621         * tests/check/elements/gdppay.c:
15622           move gdp plugin to good.
15623
15624 2006-08-21  Wim Taymans  <wim@fluendo.com>
15625
15626         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
15627         (qtdemux_node_dump_foreach), (qtdemux_parse_trak),
15628         (qtdemux_video_caps), (qtdemux_audio_caps):
15629         Some more constification.
15630         Fix some paletted data formats again.
15631         Fix ulaw/alaw in qt.
15632         Set correct caps for raw RGB.
15633         Add support for yuv2, which is like Yuv2.
15634         Add support for raw audio with the NONE fourcc, which is like raw.
15635
15636 2006-08-21  Wim Taymans  <wim@fluendo.com>
15637
15638         * ext/gsm/gstgsm.c: (plugin_init):
15639         Make rank PRIMARY now that GSM seems to work fine.
15640
15641 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
15642
15643         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_init),
15644         (gst_wavpack_enc_finalize), (gst_wavpack_enc_sink_set_caps),
15645         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_format_samples),
15646         (gst_wavpack_enc_push_block), (gst_wavpack_enc_chain),
15647         (gst_wavpack_enc_rewrite_first_block),
15648         (gst_wavpack_enc_sink_event), (gst_wavpack_enc_change_state),
15649         (gst_wavpack_enc_set_property), (gst_wavpack_enc_get_property):
15650         * ext/wavpack/gstwavpackenc.h:
15651         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
15652         (gst_wavpack_parse_src_query), (gst_wavpack_parse_src_event),
15653         (gst_wavpack_parse_init), (gst_wavpack_parse_get_upstream_length),
15654         (gst_wavpack_parse_loop):
15655           More clean-ups: use shorter variable names to make code easier to
15656           read; prefix structures we define with 'Gst' to make it clearer
15657           where they come from.
15658
15659 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
15660
15661         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_init),
15662         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
15663         (gst_wavpack_enc_chain), (gst_wavpack_enc_rewrite_first_block),
15664         (gst_wavpack_enc_sink_event):
15665           Fix caps set on buffers and template caps (output is framed)
15666           and make them match (#351663); use GST_WARNING_OBJECT instead of
15667           GST_ELEMENT_WARNING; simplify push_block(); do some small
15668           clean-ups here and there; fix memleak (#351663).
15669
15670 2006-08-18  Tim-Philipp Müller  <tim at centricular dot net>
15671
15672         Based on patch by: Sebastian Dröge <slomo at circular-chaos.org>
15673
15674         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_sink_event),
15675         (gst_wavpack_parse_get_upstream_length),
15676         (gst_wavpack_parse_find_marker), (gst_wavpack_parse_resync_loop),
15677         (gst_wavpack_parse_loop), (gst_wavpack_parse_resync_adapter):
15678           Fix resyncing in push mode not stopping re-syncing at embedded
15679           zeroes; skip garbage between frames in pull mode as well if
15680           necessary; use gst_pad_query_peer_duration(); push EOS and
15681           NEWSEGMENT event in right direction (#351659).
15682
15683 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
15684
15685         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
15686
15687         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_class_init):
15688         * ext/wavpack/gstwavpackparse.c:
15689         (gst_wavpack_parse_resync_adapter), (gst_wavpack_parse_chain):
15690           In push mode, re-sync to next wavpack header if sync is lost
15691           (#351557). Also use hyphens instead of underscores in
15692           GObject property names.
15693
15694 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
15695
15696         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
15697
15698         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_class_init),
15699         (gst_wavpack_parse_reset), (gst_wavpack_parse_get_src_query_types),
15700         (gst_wavpack_parse_src_query),
15701         (gst_wavpack_parse_handle_seek_event),
15702         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_init),
15703         (gst_wavpack_parse_create_src_pad),
15704         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop),
15705         (gst_wavpack_parse_chain), (gst_wavpack_parse_sink_activate),
15706         (gst_wavpack_parse_sink_activate_pull):
15707         * ext/wavpack/gstwavpackparse.h:
15708           Make wavpackparse also work in push-mode (not seekable yet though);
15709           some small clean-ups along the way; add support for SEEKING query
15710           and query types function. (#351495).
15711
15712 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
15713
15714         * ext/libfame/gstlibfame.c: (gst_fameenc_get_property):
15715         * sys/glsink/glimagesink.c: (gst_glimage_sink_get_property):
15716           Fix leaks (#351502).
15717
15718 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
15719
15720         * gst/qtdemux/qtdemux.c: (qtdemux_redirects_sort_func),
15721         (qtdemux_process_redirects), (qtdemux_parse_tree):
15722           Extract all references/redirections if there is more
15723           than one and sort them; also extract minimum required
15724           bitrate information if available. (#350399)
15725           
15726 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
15727
15728         Patch by: Michal Benes  <michal.benes at itonis tv>
15729
15730         * ext/faac/gstfaac.c: (gst_faac_configure_source_pad):
15731           Bitrate in the faac structure is per output channel,
15732           not total bitrate (#350741).
15733
15734 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
15735
15736         * ext/xvid/gstxvidenc.c: (gst_xvidenc_chain):
15737           Fix GST_ELEMENT_ERROR usage.
15738
15739 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
15740
15741         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
15742           Fix silly typo.
15743
15744 2006-08-08  Edward Hervey  <edward@fluendo.com>
15745
15746         * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
15747         I forgot to include the file containing the #define :)
15748         Now includes "config.h"
15749
15750 2006-08-08  Edward Hervey  <edward@fluendo.com>
15751
15752         * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
15753         Ignore test known to fail on PPC64. See #348114.
15754
15755 2006-08-04  Edgard Lima <edgard.lima@indt.org.br>
15756
15757         Patch by: Rosfran Borges <rosfran dot borges at indt dot org dot
15758         br>
15759
15760         * ext/neon/gstneonhttpsrc.c:
15761         * ext/neon/gstneonhttpsrc.h:
15762         Allow HTTP redirect (HTTP status code 302).
15763
15764 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15765
15766         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
15767         Fix event parsing by gdpdepay.  Fixes #349916.
15768
15769 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
15770
15771         Patch by: Thadeu Lima de Souza Cascardo <cascardo at holoscopio dot
15772         com>
15773
15774         * ext/Makefile.am:
15775           Use right variables when USE_SPC is defined.
15776
15777 2006-08-02  Wim Taymans  <wim@fluendo.com>
15778
15779         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_init),
15780         (gst_gdp_depay_finalize), (gst_gdp_depay_sink_event),
15781         (gst_gdp_depay_src_event), (gst_gdp_depay_chain),
15782         (gst_gdp_depay_change_state):
15783         Disable seeking.
15784         Small cleanups.
15785         Clear adapter on disconts.
15786         Clear caps when going to READY instead of NULL
15787
15788         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init),
15789         (gst_gdp_pay_init), (gst_gdp_pay_finalize), (gst_gdp_pay_reset),
15790         (gst_gdp_buffer_from_caps), (gst_gdp_pay_buffer_from_buffer),
15791         (gst_gdp_buffer_from_event), (gst_gdp_pay_reset_streamheader),
15792         (gst_gdp_queue_buffer), (gst_gdp_pay_chain),
15793         (gst_gdp_pay_sink_event), (gst_gdp_pay_src_event),
15794         (gst_gdp_pay_change_state):
15795         * gst/gdp/gstgdppay.h:
15796         Reset payloader when going to READY.
15797         Fix leaked buffers in ->queue on push errors.
15798         Disable seeking.
15799         Code cleanups.
15800         Create packetizer in _init, free in _finalize.
15801
15802 2006-07-31  Julien MOUTTE  <julien@moutte.net>
15803
15804         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_change_state),
15805         (gst_dfbvideosink_buffer_alloc): Post an error message.
15806
15807 2006-07-31  Julien MOUTTE  <julien@moutte.net>
15808
15809         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_change_state),
15810         (gst_dfbvideosink_buffer_alloc): Don't try allocating if we are not
15811         setup yet. Fail changing state if setup fails.
15812
15813 2006-07-31  Wim Taymans  <wim@fluendo.com>
15814
15815         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_init),
15816         (gst_gdp_depay_sink_event), (gst_gdp_depay_chain):
15817         Consume all events except EOS because we generate events from
15818         the gdp payload instead. Fixes #349204
15819
15820 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
15821
15822         * ext/xvid/gstxviddec.c: (gst_xviddec_init), (gst_xviddec_reset),
15823         (gst_xviddec_unset), (gst_xviddec_handle_sink_event),
15824         (gst_xviddec_setup), (gst_xviddec_negotiate), (gst_xviddec_chain),
15825         (gst_xviddec_flush_buffers), (gst_xviddec_src_getcaps),
15826         (gst_xviddec_setcaps), (gst_xviddec_change_state):
15827         * ext/xvid/gstxviddec.h:
15828           Clean-ups and code reflows. Pass return value from
15829           gst_pad_alloc_buffer() upstream among other things. Also check
15830           for NULL GValue before using GST_VALUE_TYPE macro (#348976).
15831           Mass rename of xviddec -> dec variable for better
15832           code readability.
15833
15834 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
15835
15836         * ext/xvid/gstxvid.c: (gst_xvid_image_fill):
15837           Fix size calculation for I420/YV12. Fixes #348976.
15838
15839 2006-07-27  Wim Taymans  <wim@fluendo.com>
15840
15841         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init),
15842         (gst_gsmdec_sink_setcaps), (gst_gsmdec_sink_event):
15843         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_setcaps):
15844         Fix negotiation.
15845
15846 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15847
15848         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_init):
15849           proxying get/set caps is the wrong thing to do, since we really
15850           do change caps quite fundamentally
15851         * tests/check/elements/gdpdepay.c:
15852         * tests/check/elements/gdppay.c:
15853           remove declaration of buffers, it's already done in gstcheck.h
15854
15855 2006-07-24  Sebastien Moutte  <sebastien@moutte.net>
15856
15857         * sys/directsound/gstdirectsoundsink.h:
15858         * sys/directsound/gstdirectsoundsink.c:
15859         Add an attenuation property that will directly attenuate the 
15860         directsound buffer.
15861         Change the size of the directsound secondary buffer to a half second.
15862         Add more debug logs.
15863         Add a lock to protect dsound buffer write access.
15864         Fix a bad implementation of reset.
15865         * sys/directsound/gstdirectdrawsink.c:
15866         * sys/directsound/gstdirectdrawsink.h:
15867         Add a keep_aspect_ratio property.
15868         Do not use overlay if not supported.
15869         Add more debug logs.
15870         Remove overwrite of WM_ERASEBKGND message handling. It was not
15871         redrawing border when keep_aspect_ratio was enabled.
15872         * win32/common/config.h:
15873         update version waiting an auto-generated config.h
15874
15875 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
15876
15877         Patch by: Chris Lee  <clee at kde org>
15878
15879         * configure.ac:
15880         * ext/Makefile.am:
15881         * ext/spc/Makefile.am:
15882         * ext/spc/gstspc.c: (spc_negotiate), (gst_spc_dec_base_init),
15883         (gst_spc_dec_class_init), (gst_spc_dec_init), (gst_spc_dec_chain),
15884         (gst_spc_dec_sink_event), (gst_spc_dec_src_event),
15885         (gst_spc_dec_src_query), (spc_play), (spc_setup),
15886         (gst_spc_dec_change_state), (plugin_init):
15887         * ext/spc/gstspc.h:
15888           Add libopenspc-based SPC decoder element (#348220).
15889
15890 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
15891
15892         Patch by: Martin Szulecki
15893
15894         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_get_property_helper):
15895           If "device-name" is requested and the device is not
15896           open, try to temporarily open it to obtain this
15897           information (#342494).
15898
15899 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
15900
15901         * gst/nsf/nsf.c: (nsf_load):
15902           Really fix compilation. Apparently it's not enough to
15903           just check the return value for errors, but we need to
15904           check for short reads as well (now if only we handled
15905           them too ...). Fixes #347935.
15906
15907 2006-07-18  Tim-Philipp Müller  <tim at centricular dot net>
15908
15909         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
15910           Fix caps after previous change to byte order endianness.
15911
15912         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
15913         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_init),
15914         (gst_wavpack_parse_loop):
15915         * ext/wavpack/gstwavpackparse.h:
15916           Queue incoming events if there's no source pad yet and
15917           send them downstream later when the pad is there.
15918
15919 2006-07-18  Tim-Philipp Müller  <tim at centricular dot net>
15920
15921         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_init),
15922         (gst_wavpack_dec_format_samples),
15923         (gst_wavpack_dec_clip_outgoing_buffer), (gst_wavpack_dec_chain),
15924         (gst_wavpack_dec_change_state):
15925         * ext/wavpack/gstwavpackdec.h:
15926           Output audio in native byte order (which is also how we get
15927           samples from wavpack); output samples with 21-24 bit depth
15928           with 32 bit width (makes things easier for us).
15929
15930 2006-07-18  Tim-Philipp Müller  <tim at centricular dot net>
15931
15932         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init),
15933         (gst_wavpack_dec_class_init), (gst_wavpack_dec_init),
15934         (gst_wavpack_dec_finalize), (gst_wavpack_dec_format_samples),
15935         (gst_wavpack_dec_clip_outgoing_buffer), (gst_wavpack_dec_chain),
15936         (gst_wavpack_dec_sink_event), (gst_wavpack_dec_change_state):
15937         * ext/wavpack/gstwavpackdec.h:
15938           More clean-ups: remove most of the disfunctional correction
15939           pad stuff for now, if it ever gets implemented a lot of stuff
15940           will have to be rewritten anyway; redo chain function, move
15941           errors to end, error out instead of g_assert()ing. Also rename
15942           overly long variable 'wavpackdec' to just 'dec'; miscellaneous
15943           other small stuff.
15944
15945 2006-07-18  Tim-Philipp Müller  <tim at centricular dot net>
15946
15947         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
15948
15949         * configure.ac:
15950           Check for wavpack version and define WAVPACK_OLD_API if
15951           necessary.
15952
15953         * ext/wavpack/Makefile.am:
15954         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_read_header),
15955         (gst_wavpack_read_metadata):
15956         * ext/wavpack/gstwavpackcommon.h:
15957         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init),
15958         (gst_wavpack_dec_class_init), (gst_wavpack_dec_init),
15959         (gst_wavpack_dec_finalize), (gst_wavpack_dec_format_samples),
15960         (gst_wavpack_dec_clip_outgoing_buffer), (gst_wavpack_dec_chain),
15961         (gst_wavpack_dec_sink_event), (gst_wavpack_dec_change_state),
15962         (gst_wavpack_dec_request_new_pad), (gst_wavpack_dec_plugin_init):
15963         * ext/wavpack/gstwavpackdec.h:
15964         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_class_init),
15965         (gst_wavpack_enc_init), (gst_wavpack_enc_finalize),
15966         (gst_wavpack_enc_set_wp_config):
15967         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init),
15968         (gst_wavpack_parse_finalize), (gst_wavpack_parse_class_init),
15969         (gst_wavpack_parse_index_get_entry_from_sample),
15970         (gst_wavpack_parse_scan_to_find_sample),
15971         (gst_wavpack_parse_handle_seek_event),
15972         (gst_wavpack_parse_create_src_pad):
15973         * ext/wavpack/gstwavpackstreamreader.c:
15974         * ext/wavpack/gstwavpackstreamreader.h:
15975           Port to new/official wavpack API, don't use API that was exported
15976           in wavpack header files and in the lib but meant to be private, at
15977           least not for recent wavpack versions; misc. 'cleanups' (#347443).
15978
15979 2006-07-18  Wim Taymans  <wim@fluendo.com>
15980
15981         * gst/nsf/nsf.c: (nsf_load):
15982         Fix compilation by not ignoring return values of fread.
15983
15984 2006-07-17  Thomas Vander Stichele  <thomas at apestaart dot org>
15985
15986         * docs/plugins/inspect/plugin-alsaspdif.xml:
15987         * docs/plugins/inspect/plugin-filter.xml:
15988         * docs/plugins/inspect/plugin-h264parse.xml:
15989         * docs/plugins/inspect/plugin-musepack.xml:
15990         * docs/plugins/inspect/plugin-nsfdec.xml:
15991         * docs/plugins/inspect/plugin-sdl.xml:
15992         * docs/plugins/inspect/plugin-spectrum.xml:
15993           adding more inspect docs
15994
15995 2006-07-17  Thomas Vander Stichele  <thomas at apestaart dot org>
15996
15997         * docs/plugins/inspect/plugin-gdp.xml:
15998           actually commit inspectation of gdp element
15999
16000 2006-07-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16001
16002         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_class_init):
16003         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init),
16004           remove parent_class setting, BOILERPLATE does this
16005         (gst_gdp_pay_reset_streamheader):
16006           fix typo in comment
16007
16008 2006-07-17  Wim Taymans  <wim@fluendo.com>
16009
16010         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
16011         (gst_qtdemux_prepare_current_sample),
16012         (gst_qtdemux_loop_state_movie):
16013         Store duration in uint64 too instead of clipping.
16014         When we do a keyframe seek and the requested time is at the
16015         keyframe, don't seek back to the beginning of the keyframe.
16016         Fixes #347439.
16017
16018 2006-07-16  Wim Taymans  <wim@fluendo.com>
16019
16020         * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_sync):
16021         Don't crash on small buffers.
16022
16023 2006-07-15  Stefan Kost  <ensonic@users.sf.net>
16024
16025         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_sink_activate):
16026         Reset adapter.
16027
16028 2006-07-15  Stefan Kost  <ensonic@users.sf.net>
16029
16030         * gst/spectrum/demo-audiotest.c: (main):
16031         * gst/spectrum/demo-osssrc.c: (main):
16032         Do not use deprecated gtk functions.
16033
16034 2006-07-14  Wim Taymans  <wim@fluendo.com>
16035
16036         * gst/nsf/Makefile.am:
16037         * gst/nsf/memguard.c:
16038         * gst/nsf/memguard.h:
16039         * gst/nsf/types.h:
16040         Remove crack malloc/free replacement.
16041
16042 2006-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16043
16044         * docs/plugins/Makefile.am:
16045         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
16046         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
16047           add more plugins and elements to docs
16048         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
16049           fix segfaults due to wrong g_free
16050           add example
16051         * gst/gdp/gstgdppay.c:
16052           add example
16053
16054 2006-07-13  Wim Taymans  <wim@fluendo.com>
16055
16056         * gst/nsf/Makefile.am:
16057         Fix build.
16058
16059 2006-07-13  Wim Taymans  <wim@fluendo.com>
16060
16061         Based on patches by: Johan Dahlin <johan at gnome dot org>
16062                 Ronald Bultje <rbultje at ronald dot bitfreak dot net>
16063
16064         * configure.ac:
16065         * gst/nsf/Makefile.am:
16066         * gst/nsf/dis6502.h:
16067         * gst/nsf/fds_snd.c:
16068         * gst/nsf/fds_snd.h:
16069         * gst/nsf/fmopl.c:
16070         * gst/nsf/fmopl.h:
16071         * gst/nsf/gstnsf.c:
16072         * gst/nsf/gstnsf.h:
16073         * gst/nsf/log.c:
16074         * gst/nsf/log.h:
16075         * gst/nsf/memguard.c:
16076         * gst/nsf/memguard.h:
16077         * gst/nsf/mmc5_snd.c:
16078         * gst/nsf/mmc5_snd.h:
16079         * gst/nsf/nes6502.c:
16080         * gst/nsf/nes6502.h:
16081         * gst/nsf/nes_apu.c:
16082         * gst/nsf/nes_apu.h:
16083         * gst/nsf/nsf.c:
16084         * gst/nsf/nsf.h:
16085         * gst/nsf/osd.h:
16086         * gst/nsf/types.h:
16087         * gst/nsf/vrc7_snd.c:
16088         * gst/nsf/vrc7_snd.h:
16089         * gst/nsf/vrcvisnd.c:
16090         * gst/nsf/vrcvisnd.h:
16091         Added NSF decoder plugin. Fixes 151192. 
16092
16093 2006-07-13  Tim-Philipp Müller  <tim at centricular dot net>
16094
16095         * tests/check/Makefile.am:
16096           Only run mpeg2enc unit test if we built the mpeg2enc plugin.
16097
16098 2006-07-13  Tim-Philipp Müller  <tim at centricular dot net>
16099
16100         * configure.ac:
16101           Don't error out in configure if mjpegtools dev is not there.
16102
16103 2006-07-13  Tim-Philipp Müller  <tim at centricular dot net>
16104
16105         Patch by: Mark Nauwelaerts <manauw at skynet be>
16106
16107         * configure.ac:
16108         * ext/Makefile.am:
16109         * ext/mpeg2enc/Makefile.am:
16110         * ext/mpeg2enc/gstmpeg2enc.cc:
16111         * ext/mpeg2enc/gstmpeg2enc.hh:
16112         * ext/mpeg2enc/gstmpeg2encoder.cc:
16113         * ext/mpeg2enc/gstmpeg2encoder.hh:
16114         * ext/mpeg2enc/gstmpeg2encoptions.cc:
16115         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
16116         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
16117         * ext/mpeg2enc/gstmpeg2encstreamwriter.cc:
16118         * ext/mpeg2enc/gstmpeg2encstreamwriter.hh:
16119           Port mpeg2enc to 0.10 (#343184).
16120
16121         * tests/check/Makefile.am:
16122         * tests/check/elements/.cvsignore:
16123         * tests/check/elements/mpeg2enc.c:
16124           Add unit test for mpeg2enc.
16125
16126         * tests/icles/.cvsignore:
16127           Ignore pitch-test.
16128
16129 2006-07-12  Tim-Philipp Müller  <tim at centricular dot net>
16130
16131         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init):
16132           Fix typo in property nick.
16133
16134 2006-07-10  Wim Taymans  <wim@fluendo.com>
16135
16136         * gst/filter/gstbpwsinc.h:
16137         * gst/filter/gstiir.h:
16138         * gst/filter/gstlpwsinc.h:
16139         Don't forget new files.
16140
16141 2006-07-10  Wim Taymans  <wim@fluendo.com>
16142
16143         Patch by: Mathis Hofer <mathis dot hofer at dreamlab dot net>
16144
16145         * configure.ac:
16146         * gst/filter/Makefile.am:
16147         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_dispose),
16148         (gst_bpwsinc_base_init), (gst_bpwsinc_class_init),
16149         (gst_bpwsinc_init), (bpwsinc_set_caps), (bpwsinc_transform_ip),
16150         (bpwsinc_set_property), (bpwsinc_get_property):
16151         * gst/filter/gstfilter.c: (plugin_init):
16152         * gst/filter/gstfilter.h:
16153         * gst/filter/gstiir.c: (gst_iir_dispose), (gst_iir_base_init),
16154         (gst_iir_class_init), (gst_iir_init), (iir_set_caps),
16155         (iir_transform_ip), (iir_set_property), (iir_get_property):
16156         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_dispose),
16157         (gst_lpwsinc_base_init), (gst_lpwsinc_class_init),
16158         (gst_lpwsinc_init), (lpwsinc_set_caps), (lpwsinc_transform_ip),
16159         (lpwsinc_set_property), (lpwsinc_get_property):
16160         Ported the gstfilter plugin to GStreamer 0.10.
16161         Fixes #346853.
16162
16163 2006-07-10  Wim Taymans  <wim@fluendo.com>
16164
16165         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta):
16166           Extract comment information!!
16167
16168 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
16169
16170         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
16171         (qtdemux_tag_add_date):
16172           Extract year/date information (fixes #347079).
16173
16174 2006-07-07  Wim Taymans  <wim@fluendo.com>
16175
16176         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
16177         Don't crash on twos/sowt/raw audio. #345830.
16178
16179 2006-07-07  Wim Taymans  <wim@fluendo.com>
16180
16181         Patch by: Lutz Mueller <lutz at topfrose dot de>
16182
16183         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
16184         (gst_neonhttp_src_init), (gst_neonhttp_src_finalize),
16185         (request_dispatch), (gst_neonhttp_src_create),
16186         (gst_neonhttp_src_start), (gst_neonhttp_src_get_size),
16187         (gst_neonhttp_src_stop), (set_proxy), (set_uri),
16188         (gst_neonhttp_src_set_property), (gst_neonhttp_src_get_property),
16189         (gst_neonhttp_src_uri_set_uri), (size_header_handler):
16190         * ext/neon/gstneonhttpsrc.h:
16191         Remove unlock function. start/stop will do everything needed
16192         Removed code that was never called.
16193         Use gst_pad_alloc_buffer. Don't send EOS - parent class does that for us.
16194         Do not escape path. Fixes #346723.
16195         Additional code cleanups.
16196
16197 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
16198
16199         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16200         (gst_qtdemux_loop_state_header), (qtdemux_video_caps):
16201           Fix silly crasher in state change function; add
16202           IV41 fourcc (see bug #171111); don't output confusing
16203           debug message when skipping atoms.
16204
16205 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
16206
16207         * ext/directfb/dfbvideosink.c:
16208         * ext/gsm/gstgsmdec.c:
16209         * ext/gsm/gstgsmenc.c:
16210         * ext/libmms/gstmms.c:
16211         * ext/neon/gstneonhttpsrc.c:
16212         * ext/theora/theoradec.c:
16213         * gst/freeze/gstfreeze.c:
16214         * gst/gdp/gstgdpdepay.c:
16215         * gst/gdp/gstgdppay.c:
16216         * sys/glsink/glimagesink.c:
16217           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
16218           and fix one GObject boilerplate macro.
16219
16220 2006-06-20  Wim Taymans  <wim@fluendo.com>
16221
16222         * gst/modplug/libmodplug/stdafx.h:
16223         Fix modplug on AMD64. Fixes #345336.
16224
16225 2006-06-19  Tim-Philipp Müller  <tim at centricular dot net>
16226
16227         * configure.ac:
16228           Fix check so that future libneon API changes won't break the build.
16229
16230         * ext/neon/gstneonhttpsrc.c:
16231           Fix build with libneon-0.26.x (#345182).
16232
16233 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
16234
16235         * configure.ac:
16236           Fix --disable-external (can't set conditionals conditionally,
16237           #343602).
16238           
16239 2006-06-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16240
16241         * gst/spectrum/Makefile.am:
16242         Fix build.
16243
16244 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
16245
16246         * gst/spectrum/demo-audiotest.c: (on_window_destroy),
16247         (draw_spectrum), (message_handler), (main):
16248         * gst/spectrum/demo-osssrc.c: (on_window_destroy), (draw_spectrum),
16249         (message_handler), (main):
16250         port to use message to get results, cleanly exit when closing the window
16251         
16252         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
16253         (gst_spectrum_init), (gst_spectrum_dispose),
16254         (gst_spectrum_set_property), (gst_spectrum_get_property),
16255         (gst_spectrum_set_caps), (gst_spectrum_start),
16256         (gst_spectrum_message_new), (gst_spectrum_transform_ip):
16257         * gst/spectrum/gstspectrum.h:
16258         port to derive from basetransform and send results via messages
16259         (like level element)
16260
16261 2006-06-15  Wim Taymans  <wim@fluendo.com>
16262
16263         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
16264         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie),
16265         (gst_qtdemux_loop), (gst_qtdemux_chain), (qtdemux_parse_trak):
16266         Combine return values from src pad pushes.
16267
16268 2006-06-15  Wim Taymans  <wim@fluendo.com>
16269
16270         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header),
16271         (gst_qtdemux_prepare_current_sample), (gst_qtdemux_advance_sample),
16272         (gst_qtdemux_add_stream):
16273         Don't crash on files with 0 samples, EOS immediatly instead.
16274         Fixes #344944.
16275
16276 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
16277
16278         Patch by: Wouter Paesen  <wouter at kangaroot net>
16279
16280         * ext/soundtouch/Makefile.am:
16281         * ext/soundtouch/gstpitch.cc:
16282           Make pitch element controllable via GstController interface
16283           (#344821).
16284           
16285         * configure.ac:
16286           Up core requirements to 0.10.8.1/CVS because earlier
16287           GstControllers can't handle float properties correctly.
16288           Check for GstController CFLAGS and LIBS.
16289
16290         * tests/icles/Makefile.am:
16291         * tests/icles/pitch-test.c: (main):
16292           Add small test program for the above (welcome to the 80s!).
16293
16294 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
16295
16296         Patch by: Sebastian Dröge  <slomo at circular-chaos org>
16297
16298         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init),
16299         (gst_wavpack_enc_class_init), (gst_wavpack_enc_set_wp_config),
16300         (gst_wavpack_enc_chain), (gst_wavpack_enc_sink_event),
16301         (gst_wavpack_enc_set_property), (gst_wavpack_enc_get_property):
16302         * ext/wavpack/gstwavpackenc.h:
16303           Use bitrate property solely for bitrates and add new
16304           bits-per-sample property for the other stuff. Set duration
16305           to 'unknown' in initial header and resend header with proper
16306           duration on EOS; update Sebastian's e-mail address.
16307
16308 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
16309
16310         * examples/directfb/.cvsignore:
16311         * ext/directfb/.cvsignore:
16312           #define red green
16313
16314 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
16315
16316         * gst/spectrum/.cvsignore:
16317           Ignore more.
16318
16319 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
16320
16321         * ext/libmms/gstmms.c: (gst_mms_create):
16322           Set caps on outgoing buffers.
16323
16324         * sys/directdraw/gstdirectdrawsink.c: (gst_directdrawsink_init):
16325           Comment out unused global instance variable.
16326
16327 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
16328
16329         Patch by: Sebastian Dröge  <mail at slomosnail de>
16330
16331         * ext/wavpack/Makefile.am:
16332         * ext/wavpack/gstwavpack.c: (plugin_init):
16333         * ext/wavpack/gstwavpackcommon.h:
16334         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_mode_get_type),
16335         (gst_wavpack_enc_correction_mode_get_type),
16336         (gst_wavpack_enc_joint_stereo_mode_get_type),
16337         (gst_wavpack_enc_base_init), (gst_wavpack_enc_class_init),
16338         (gst_wavpack_enc_init), (gst_wavpack_enc_dispose),
16339         (gst_wavpack_enc_sink_set_caps), (gst_wavpack_enc_set_wp_config),
16340         (gst_wavpack_enc_format_samples), (gst_wavpack_enc_push_block),
16341         (gst_wavpack_enc_chain), (gst_wavpack_enc_rewrite_first_block),
16342         (gst_wavpack_enc_sink_event), (gst_wavpack_enc_change_state),
16343         (gst_wavpack_enc_set_property), (gst_wavpack_enc_get_property),
16344         (gst_wavpack_enc_plugin_init):
16345         * ext/wavpack/gstwavpackenc.h:
16346         * ext/wavpack/md5.c:
16347         * ext/wavpack/md5.h:
16348           Add wavpack encoder element (#343131).
16349
16350 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
16351
16352         * configure.ac:
16353           Check for X before using X_CFLAGS in the check for opengl (#343866).
16354           
16355         * ext/musepack/Makefile.am:
16356         * ext/wavpack/Makefile.am:
16357         * gst/speed/Makefile.am:
16358           Add missing GST_LIBS, fixes build on cygwin (#343866).
16359
16360 2006-06-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16361
16362         * configure.ac:
16363           enable building of GDP elements
16364         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
16365         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init),
16366         (gst_gdp_pay_init), (gst_gdp_buffer_from_caps),
16367         (gst_gdp_pay_buffer_from_buffer), (gst_gdp_buffer_from_event),
16368         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_sink_event),
16369         (gst_gdp_pay_set_property), (gst_gdp_pay_get_property),
16370         (gst_gdp_pay_change_state):
16371         * gst/gdp/gstgdppay.h:
16372           add version 1.0
16373
16374 2006-06-02  Michael Smith  <msmith@fluendo.com>
16375
16376         * ext/theora/theoradec.c: (theora_dec_src_convert),
16377         (theora_handle_type_packet), (theora_handle_422_image),
16378         (theora_handle_444_image), (theora_handle_420_image),
16379         (theora_handle_data_packet):
16380           Theora 4:4:4 pixel format support.
16381
16382 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16383
16384         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init),
16385         (gst_gdp_pay_init), (gst_gdp_buffer_from_caps),
16386         (gst_gdp_pay_buffer_from_buffer), (gst_gdp_buffer_from_event),
16387         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain),
16388         (gst_gdp_pay_sink_event), (gst_gdp_pay_set_property),
16389         (gst_gdp_pay_get_property):
16390           add crc-header and crc-payload properties
16391           don't error out on some things that are recoverable
16392         * tests/check/elements/gdppay.c: (GST_START_TEST), (gdppay_suite):
16393           add test for crc
16394
16395 2006-06-02  Stefan Kost  <ensonic@users.sf.net>
16396
16397         * ext/alsaspdif/alsaspdifsink.h:
16398         * ext/amrwb/gstamrwbdec.h:
16399         * ext/amrwb/gstamrwbenc.h:
16400         * ext/amrwb/gstamrwbparse.h:
16401         * ext/arts/gst_arts.h:
16402         * ext/artsd/gstartsdsink.h:
16403         * ext/audiofile/gstafparse.h:
16404         * ext/audiofile/gstafsink.h:
16405         * ext/audiofile/gstafsrc.h:
16406         * ext/audioresample/gstaudioresample.h:
16407         * ext/bz2/gstbz2dec.h:
16408         * ext/bz2/gstbz2enc.h:
16409         * ext/dirac/gstdiracdec.h:
16410         * ext/directfb/dfbvideosink.h:
16411         * ext/divx/gstdivxdec.h:
16412         * ext/divx/gstdivxenc.h:
16413         * ext/dts/gstdtsdec.h:
16414         * ext/faac/gstfaac.h:
16415         * ext/gsm/gstgsmdec.h:
16416         * ext/gsm/gstgsmenc.h:
16417         * ext/ivorbis/vorbisenc.h:
16418         * ext/libfame/gstlibfame.h:
16419         * ext/nas/nassink.h:
16420         * ext/neon/gstneonhttpsrc.h:
16421         * ext/polyp/polypsink.h:
16422         * ext/sdl/sdlaudiosink.h:
16423         * ext/sdl/sdlvideosink.h:
16424         * ext/shout/gstshout.h:
16425         * ext/snapshot/gstsnapshot.h:
16426         * ext/sndfile/gstsf.h:
16427         * ext/swfdec/gstswfdec.h:
16428         * ext/tarkin/gsttarkindec.h:
16429         * ext/tarkin/gsttarkinenc.h:
16430         * ext/theora/theoradec.h:
16431         * ext/wavpack/gstwavpackdec.h:
16432         * ext/wavpack/gstwavpackparse.h:
16433         * ext/xine/gstxine.h:
16434         * ext/xvid/gstxviddec.h:
16435         * ext/xvid/gstxvidenc.h:
16436         * gst/cdxaparse/gstcdxaparse.h:
16437         * gst/cdxaparse/gstcdxastrip.h:
16438         * gst/colorspace/gstcolorspace.h:
16439         * gst/festival/gstfestival.h:
16440         * gst/freeze/gstfreeze.h:
16441         * gst/gdp/gstgdpdepay.h:
16442         * gst/gdp/gstgdppay.h:
16443         * gst/modplug/gstmodplug.h:
16444         * gst/mpeg1sys/gstmpeg1systemencode.h:
16445         * gst/mpeg1videoparse/gstmp1videoparse.h:
16446         * gst/mpeg2sub/gstmpeg2subt.h:
16447         * gst/mpegaudioparse/gstmpegaudioparse.h:
16448         * gst/multifilesink/gstmultifilesink.h:
16449         * gst/overlay/gstoverlay.h:
16450         * gst/playondemand/gstplayondemand.h:
16451         * gst/qtdemux/qtdemux.h:
16452         * gst/rtjpeg/gstrtjpegdec.h:
16453         * gst/rtjpeg/gstrtjpegenc.h:
16454         * gst/smooth/gstsmooth.h:
16455         * gst/smoothwave/gstsmoothwave.h:
16456         * gst/spectrum/gstspectrum.h:
16457         * gst/speed/gstspeed.h:
16458         * gst/stereo/gststereo.h:
16459         * gst/switch/gstswitch.h:
16460         * gst/tta/gstttadec.h:
16461         * gst/tta/gstttaparse.h:
16462         * gst/videodrop/gstvideodrop.h:
16463         * gst/xingheader/gstxingmux.h:
16464         * sys/directdraw/gstdirectdrawsink.h:
16465         * sys/directsound/gstdirectsoundsink.h:
16466         * sys/dxr3/dxr3audiosink.h:
16467         * sys/dxr3/dxr3spusink.h:
16468         * sys/dxr3/dxr3videosink.h:
16469         * sys/qcam/gstqcamsrc.h:
16470         * sys/vcd/vcdsrc.h:
16471         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
16472
16473 2006-05-31  Edward Hervey  <edward@fluendo.com>
16474
16475         * ext/faad/gstfaad.h:
16476         Forgot to commit the header file too.
16477
16478 2006-05-31  Edward Hervey  <edward@fluendo.com>
16479
16480         * ext/faad/gstfaad.c: (gst_faad_class_init), (gst_faad_init),
16481         (gst_faad_dispose), (gst_faad_sink_event), (clip_outgoing_buffer),
16482         (gst_faad_chain), (gst_faad_change_state):
16483         Added GstSegment to control segments.
16484         Added clipping/dropping of outgoing buffers in order to have accurate
16485         seeking working properly.
16486
16487 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
16488
16489         Patch by: Lutz Müller  <lutz at topfrose de>
16490
16491         * ext/bz2/Makefile.am:
16492         * ext/bz2/gstbz2dec.c: (gst_bz2dec_chain), (gst_bz2dec_init),
16493         (gst_bz2dec_change_state), (gst_bz2dec_class_init):
16494           Use gst_type_find_helper_* functions for typefinding; use
16495           correct caps with gst_pad_alloc_buffer(); add state change
16496           function and reset decoder in it; don't unref buffer if
16497           pad_push fails; use fixed caps on source pad. (#341524).
16498
16499 2006-05-27  Stefan Kost  <ensonic@users.sf.net>
16500
16501         * gst/spectrum/Makefile.am:
16502         * gst/spectrum/demo-audiotest.c: (on_frequency_changed),
16503         (spectrum_chain), (main):
16504         * gst/spectrum/demo-osssrc.c:
16505         added another example
16506         
16507         * sys/v4l2/gstv4l2src.c:
16508         fix typo
16509
16510 2006-05-26  Edward Hervey  <edward@fluendo.com>
16511
16512         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment): 
16513         Clip the outputed NEWSEGMENT stop time to the configured segment stop
16514         time.
16515
16516 2006-05-26  Wim Taymans  <wim@fluendo.com>
16517
16518         * gst/qtdemux/qtdemux.c: (gst_qtdemux_do_seek):
16519         Don't clear the running variable in the seek code.
16520
16521 2006-05-24  Wim Taymans  <wim@fluendo.com>
16522
16523         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_esds):
16524         Detect QCELP in mp4a descriptors.
16525
16526 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
16527
16528         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak), (plugin_init):
16529           po/POTFILES.in:
16530           Throw an error when the file is encrypted. Move plugin_init stuff
16531           to the end of the file, add stuff for i18n, make debug category
16532           static.
16533
16534 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
16535
16536         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
16537
16538         * configure.ac:
16539         * gst/h264parse/Makefile.am:
16540         * gst/h264parse/gsth264parse.c: (gst_h264_parse_base_init),
16541         (gst_h264_parse_finalize), (gst_h264_parse_class_init),
16542         (gst_h264_parse_init), (gst_h264_parse_chain),
16543         (gst_h264_parse_handle_event), (plugin_init):
16544         * gst/h264parse/gsth264parse.h:
16545           New plugin: h264parse (#340638)
16546
16547 2006-05-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16548
16549         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain),
16550         (gst_gdp_depay_change_state):
16551         * gst/gdp/gstgdpdepay.h:
16552         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset_streamheader),
16553         (gst_gdp_pay_chain), (gst_gdp_pay_sink_event),
16554         (gst_gdp_pay_change_state):
16555         * gst/gdp/gstgdppay.h:
16556           Handle error cases when calling functions
16557           do downwards state change after parent's change_state
16558         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
16559         * tests/check/elements/gdppay.c: (GST_START_TEST):
16560           clean up more
16561
16562 2006-05-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16563
16564         * gst/gdp/Makefile.am:
16565         * gst/gdp/gstgdp.c: (plugin_init):
16566         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_base_init),
16567         (gst_gdp_depay_class_init), (gst_gdp_depay_init),
16568         (gst_gdp_depay_finalize), (gst_gdp_depay_chain),
16569         (gst_gdp_depay_change_state), (gst_gdp_depay_plugin_init):
16570         * gst/gdp/gstgdpdepay.h:
16571         * gst/gdp/gstgdppay.c: (gst_gdp_pay_base_init),
16572         (gst_gdp_pay_class_init), (gst_gdp_pay_init),
16573         (gst_gdp_pay_dispose), (gst_gdp_stamp_buffer),
16574         (gst_gdp_buffer_from_caps), (gst_gdp_pay_buffer_from_buffer),
16575         (gst_gdp_buffer_from_event), (gst_gdp_pay_reset_streamheader),
16576         (gst_gdp_queue_buffer), (gst_gdp_pay_chain),
16577         (gst_gdp_pay_sink_event), (gst_gdp_pay_change_state),
16578         (gst_gdp_pay_plugin_init):
16579         * gst/gdp/gstgdppay.h:
16580         * tests/check/Makefile.am:
16581         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
16582         (cleanup_gdpdepay), (gdpdepay_push_per_byte), (GST_START_TEST),
16583         (setup_gdpdepay_streamheader), (gdpdepay_suite), (main):
16584         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay),
16585         (GST_START_TEST), (setup_gdppay_streamheader), (gdppay_suite),
16586         (main):
16587           adding GDP payloader and depayloader.  Build integration will
16588           follow later when the GDP issues for core are sorted out.
16589
16590 2006-05-21  Stefan Kost  <ensonic@users.sf.net>
16591
16592         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
16593         (gst_spectrum_init), (gst_spectrum_set_sink_caps),
16594         (gst_spectrum_get_sink_caps), (gst_spectrum_chain):
16595           Use boilerplate macro, fix strings to match plugin-moval-requirements
16596
16597 2006-05-21  Stefan Kost  <ensonic@users.sf.net>
16598
16599         * gst/spectrum/Makefile.am:
16600           Link to base libraries
16601
16602         * gst/spectrum/demo-osssrc.c: (main):
16603           use new threshhold property
16604
16605         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
16606         (gst_spectrum_init), (gst_spectrum_dispose),
16607         (gst_spectrum_set_property), (gst_spectrum_set_sink_caps),
16608         (gst_spectrum_get_sink_caps), (gst_spectrum_chain),
16609         (gst_spectrum_change_state):
16610         * gst/spectrum/gstspectrum.h:
16611         Use gst_adapter, support multiple-channels, add threshold property for
16612         result, add docs, fix resulting spectrum range (was including mirrored
16613         results)
16614
16615 2006-05-21  Stefan Kost  <ensonic@users.sf.net>
16616
16617         * configure.ac:
16618         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main):
16619         * gst/spectrum/fix_fft.c: (gst_spectrum_fix_dot):
16620         * gst/spectrum/gstspectrum.c: (gst_spectrum_get_type),
16621         (gst_spectrum_base_init), (gst_spectrum_class_init),
16622         (gst_spectrum_init), (gst_spectrum_dispose),
16623         (gst_spectrum_set_property), (gst_spectrum_chain):
16624         * gst/spectrum/gstspectrum.h:
16625         Initial port of the spectrum element
16626
16627 2006-05-19  Edgard Lima <edgard.lima@indt.org.br>
16628
16629         * sys/v4l2/gstv4l2.c:
16630         * sys/v4l2/gstv4l2object.c:
16631         * sys/v4l2/gstv4l2object.h:
16632         * sys/v4l2/gstv4l2src.c:
16633         * sys/v4l2/gstv4l2xoverlay.c:
16634         Some clean-ups requested by wingo in bug #338818.       
16635
16636 2006-05-19  Michael Smith  <msmith@fluendo.com>
16637
16638         * ext/alsaspdif/alsaspdifsink.c: (alsaspdifsink_base_init),
16639         (alsaspdifsink_class_init), (alsaspdifsink_init),
16640         (alsaspdifsink_dispose), (alsaspdifsink_set_property),
16641         (alsaspdifsink_get_property), (alsaspdifsink_set_caps),
16642         (alsaspdifsink_get_time), (alsaspdifsink_open),
16643         (alsaspdifsink_close), (alsaspdifsink_find_pcm_device),
16644         (alsaspdifsink_write_frame), (alsaspdifsink_event),
16645         (alsaspdifsink_get_times), (alsaspdifsink_current_delay),
16646         (generate_iec958_zero_frame), (alsaspdifsink_render),
16647         (ignore_alsa_err), (alsaspdifsink_change_state), (plugin_init):
16648         * ext/alsaspdif/alsaspdifsink.h:
16649           Use sampling rate from set_caps. Comment out some more unused code.
16650
16651 2006-05-18  Stefan Kost  <ensonic@users.sf.net>
16652
16653         * configure.ac:
16654           Check for X11
16655         * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices):
16656         * sys/v4l2/gstv4l2object.h:
16657         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_iface_supported):
16658         * sys/v4l2/gstv4l2src.h:
16659         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open):
16660         * sys/v4l2/gstv4l2xoverlay.h:
16661           Code cleanups, fix debug macros
16662
16663 2006-05-18  Michael Smith  <msmith@fluendo.com>
16664
16665         * ext/Makefile.am:
16666           Fix distcheck?
16667
16668 2006-05-18  Michael Smith  <msmith@fluendo.com>
16669
16670         * configure.ac:
16671         * ext/Makefile.am:
16672         * ext/alsaspdif/Makefile.am:
16673         * ext/alsaspdif/alsaspdifsink.c: (alsaspdifsink_base_init),
16674         (alsaspdifsink_class_init), (alsaspdifsink_init),
16675         (alsaspdifsink_dispose), (alsaspdifsink_set_property),
16676         (alsaspdifsink_get_property), (alsaspdifsink_provide_clock),
16677         (alsaspdifsink_get_time), (alsaspdifsink_open),
16678         (alsaspdifsink_close), (alsaspdifsink_find_pcm_device),
16679         (alsaspdifsink_write_frame), (alsaspdifsink_event),
16680         (alsaspdifsink_get_times), (alsaspdifsink_current_delay),
16681         (generate_iec958_zero_frame), (alsaspdifsink_render),
16682         (ignore_alsa_err), (alsaspdifsink_change_state), (plugin_init):
16683         * ext/alsaspdif/alsaspdifsink.h:
16684           Add an alsa plugin to output IEC958 frames over S/PDIF
16685
16686 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
16687
16688         * ext/faad/gstfaad.c: (gst_faad_update_caps), (gst_faad_chain):
16689           Remove unused caps cruft from chain function altogether.
16690
16691 2006-05-17  Edward Hervey  <edward@fluendo.com>
16692
16693         * ext/faad/gstfaad.c: (gst_faad_chain): 
16694         There's no guarantee that caps was set to something, and if it did, the
16695         function called to fill that variable actually sets the caps on the
16696         sourcpad, so we call gst_pad_alloc_buffer_and_set_caps() using
16697         GST_PAD_CAPS(faad->srcpad).
16698
16699 2006-05-13  Tim-Philipp Müller  <tim at centricular dot net>
16700
16701         Patch by: Young-Ho Cha  <ganadist chollian net>
16702
16703         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chain),
16704         (gst_faad_change_state):
16705         * ext/faad/gstfaad.h:
16706           If we encounter a decoding error, don't error out immediately,
16707           but try to resync (or see if we have better luck with the next
16708           buffer in case of framed input). Only error out after five
16709           consecutive errors. Fixes #341563.
16710
16711 2006-05-12  Wim Taymans  <wim@fluendo.com>
16712
16713         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init),
16714         (gst_xvidenc_init), (gst_xvidenc_finalize),
16715         (gst_xvidenc_handle_sink_event), (gst_xvidenc_setup),
16716         (gst_xvidenc_setcaps), (gst_xvidenc_encode), (gst_xvidenc_chain),
16717         (gst_xvidenc_flush_buffers), (gst_xvidenc_set_property),
16718         (gst_xvidenc_get_property):
16719         Compile fixes.
16720
16721 2006-05-12  Wim Taymans  <wim@fluendo.com>
16722
16723         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
16724
16725         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_structure_to_csp),
16726         (gst_xvid_csp_to_caps), (gst_xvid_image_get_size),
16727         (gst_xvid_image_fill):
16728         * ext/xvid/gstxvid.h:
16729         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
16730         (gst_xviddec_init), (gst_xviddec_reset), (gst_xviddec_unset),
16731         (gst_xviddec_handle_sink_event), (gst_xviddec_setup),
16732         (gst_xviddec_add_par), (gst_xviddec_negotiate),
16733         (gst_xviddec_decode), (gst_xviddec_chain),
16734         (gst_xviddec_flush_buffers), (gst_xviddec_src_getcaps),
16735         (gst_xviddec_src_link), (gst_xviddec_setcaps),
16736         (gst_xviddec_change_state):
16737         * ext/xvid/gstxviddec.h:
16738         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
16739         (gst_xvidenc_quant_type_get_type), (gst_xvidenc_pass_get_type),
16740         (gst_xvidenc_get_type), (gst_xvidenc_base_init),
16741         (gst_xvidenc_class_init), (gst_xvidenc_init),
16742         (gst_xvidenc_finalize), (gst_xvidenc_handle_sink_event),
16743         (gst_xvidenc_setup), (gst_xvidenc_setcaps), (gst_xvidenc_encode),
16744         (gst_xvidenc_chain), (gst_xvidenc_flush_buffers),
16745         (gst_xvidenc_set_property), (gst_xvidenc_get_property),
16746         (gst_xvidenc_change_state):
16747         * ext/xvid/gstxvidenc.h:
16748         xvid plugin to support more capabilities of XviD codec.
16749         Fixes #339462.
16750         Some more cleanups here and there.
16751
16752 2006-05-11  Edgard Lima <edgard.lima@indt.org.br>
16753
16754         * sys/v4l2/Makefile.am:
16755         * sys/v4l2/gstv4l2.c:
16756         * sys/v4l2/gstv4l2colorbalance.c:
16757         * sys/v4l2/gstv4l2colorbalance.h:
16758         * sys/v4l2/gstv4l2element.c:
16759         * sys/v4l2/gstv4l2element.h:
16760         * sys/v4l2/gstv4l2object.c:
16761         * sys/v4l2/gstv4l2object.h:
16762         * sys/v4l2/gstv4l2src.c:
16763         * sys/v4l2/gstv4l2src.h:
16764         * sys/v4l2/gstv4l2tuner.c:
16765         * sys/v4l2/gstv4l2tuner.h:
16766         * sys/v4l2/gstv4l2xoverlay.c:
16767         * sys/v4l2/gstv4l2xoverlay.h:
16768         * sys/v4l2/v4l2_calls.c:
16769         * sys/v4l2/v4l2_calls.h:
16770         * sys/v4l2/v4l2src_calls.c:
16771         * sys/v4l2/v4l2src_calls.h:
16772         Changes proposed by Wingo in bug #338818.
16773
16774 2006-05-11  Wim Taymans  <wim@fluendo.com>
16775
16776         * gst/qtdemux/qtdemux.c: (qtdemux_parse), (qtdemux_parse_trak),
16777         (gst_qtdemux_handle_esds):
16778         Figure out the real audio type in mp4a boxes by parsing the
16779         optional descriptors in the optional esds box. Promote the
16780         default AAC to mp3 when indicated. Fixes #330632.
16781
16782 2006-05-10  Wim Taymans  <wim@fluendo.com>
16783
16784         * gst/qtdemux/qtdemux.c: (qtdemux_parse), (qtdemux_dump_unknown),
16785         (qtdemux_parse_trak), (gst_qtdemux_handle_esds):
16786         Parse version 2 sample descriptions. Fixes #341231
16787         Don't #define gst_util_dump_mem(), use something more
16788         specific instead to avoid confusion.
16789
16790 2006-05-08  Edgard Lima <edgard.lima@indt.org.br>
16791
16792         * sys/v4l2/gstv4l2src.c:
16793         * sys/v4l2/v4l2src_calls.c:
16794         Fix fourcc name printed out. Patch from Martin Rubli.
16795
16796 2006-05-08  Wim Taymans  <wim@fluendo.com>
16797
16798         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_src_query),
16799         (qtdemux_dump_mvhd):
16800         Don't cause side effects in a debugging function.
16801         Also report duration in push mode since we can.
16802
16803 2006-05-08  Edward Hervey  <edward@fluendo.com>
16804
16805         * autogen.sh: (CONFIGURE_DEF_OPT): 
16806         libtoolize on Darwin/MacOSX is called glibtoolize
16807
16808 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
16809
16810         * ext/amrwb/gstamrwbdec.c:
16811         * ext/amrwb/gstamrwbenc.c:
16812         * ext/sdl/sdlaudiosink.c:
16813         * ext/sdl/sdlvideosink.c:
16814         * ext/wavpack/gstwavpackdec.c:
16815         * ext/xine/xine.c:
16816         * ext/xine/xineaudiodec.c:
16817         * ext/xine/xineaudiosink.c:
16818         * ext/xine/xineinput.c:
16819         * gst/cdxaparse/gstcdxaparse.c:
16820         * gst/freeze/gstfreeze.c:
16821         * sys/v4l2/gstv4l2element.c:
16822         Add semicolons after GST_BOILERPLATE[_FULL] so that
16823         indent doesn't mess up following lines.
16824
16825 2006-05-05  Edgard Lima <edgard.lima@indt.org.br>
16826
16827         * sys/v4l2/gstv4l2element.c:
16828         * sys/v4l2/gstv4l2element.h:
16829         * sys/v4l2/gstv4l2src.c:
16830         * sys/v4l2/gstv4l2src.h:
16831         * sys/v4l2/gstv4l2tuner.c:
16832         * sys/v4l2/gstv4l2tuner.h:
16833         * sys/v4l2/v4l2_calls.c:
16834         * sys/v4l2/v4l2_calls.h:
16835         * sys/v4l2/v4l2src_calls.c:
16836         * sys/v4l2/v4l2src_calls.h:
16837         * tests/icles/v4l2src-test.c:
16838         Some changes proposed by wingo in bug #338818 (but not everything
16839         yet). Patch from Martin Rubli to fix framerate detection.
16840
16841 2006-05-05  Tim-Philipp Müller  <tim at centricular dot net>
16842
16843         * ext/sdl/sdlaudiosink.c: (gst_sdlaudio_sink_prepare):
16844           Use (NULL) instead of just NULL in GST_ELEMENT_ERROR macro.
16845
16846 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
16847
16848         * configure.ac:
16849           Back to CVS
16850
16851 === release 0.10.3 ===
16852
16853 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
16854
16855         * configure.ac:
16856           releasing 0.10.3, "Petition to request permission"
16857
16858 2006-05-04  Julien MOUTTE  <julien@moutte.net>
16859
16860         * tests/icles/Makefile.am: Fix build.
16861
16862 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
16863
16864         * ext/musicbrainz/Makefile.am:
16865           Add GST_PLUGINS_BASE_CFLAGS to CFLAGS for gst/tag/tag.h
16866
16867 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
16868
16869         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
16870         Clean up one piece of logic slightly and remove a 
16871         dead code block.
16872
16873 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
16874
16875         * docs/plugins/Makefile.am:
16876         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
16877         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
16878         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
16879         * docs/plugins/inspect/plugin-musicbrainz.xml:
16880         * ext/musicbrainz/gsttrm.c:
16881         * ext/musicbrainz/gsttrm.h:
16882           Everybody loves docs - add docs for musicbrainz plugin.
16883
16884 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
16885
16886         * ext/Makefile.am:
16887           Add musicbrainz dir to DIST_SUBDIRS as well (fixes distcheck).
16888           
16889 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
16890
16891         * ext/Makefile.am:
16892           Forgot to commit this one.
16893
16894 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
16895
16896         Patch by: James "Doc" Livingston  <doclivingston gmail com>
16897
16898         * configure.ac:
16899         * ext/musicbrainz/Makefile.am:
16900         * ext/musicbrainz/gsttrm.c: (gst_trm_base_init),
16901         (gst_trm_class_init), (gst_trm_init), (gst_trm_setcaps),
16902         (gst_trm_chain), (gst_trm_emit_signature), (gst_trm_set_property),
16903         (gst_trm_get_property), (gst_trm_change_state), (plugin_init):
16904         * ext/musicbrainz/gsttrm.h:
16905           Port MusicBrainz TRM plugin (#336898).
16906
16907 2006-05-03  Michael Smith  <msmith@fluendo.com>
16908
16909         * ext/faad/gstfaad.c: (gst_faad_setcaps),
16910         (looks_like_valid_header), (gst_faad_chain):
16911           Fix #334748: use fake_codec_data if the first bytes of the first
16912           buffer we process doesn't look like plausible AAC data (e.g.
16913           reserved values for rate, or channels). Fixes playback of Apple's
16914           movie trailers.
16915
16916 2006-05-02  Edgard Lima <edgard.lima@indt.org.br>
16917
16918         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_caps):
16919         Fix get_caps func to work when no framerate is available and the caps
16920         isn't simple.
16921
16922 2006-05-01  Edgard Lima <edgard.lima@indt.org.br>
16923
16924         * sys/v4l2/Makefile.am:
16925         * sys/v4l2/gstv4l2colorbalance.c:
16926         * sys/v4l2/gstv4l2xoverlay.c:
16927         * sys/v4l2/v4l2_calls.c:
16928         * tests/icles/Makefile.am:
16929         * tests/icles/v4l2src-test.c:
16930         Few improvements to move to good.
16931
16932 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16933
16934         * configure.ac:
16935         * docs/plugins/Makefile.am:
16936         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
16937         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
16938         * docs/plugins/inspect/plugin-taglib.xml:
16939         * ext/Makefile.am:
16940         * ext/taglib/Makefile.am:
16941         * ext/taglib/gstid3v2mux.cc:
16942         * ext/taglib/gstid3v2mux.h:
16943         * ext/taglib/gsttaglib.cc:
16944         * ext/taglib/gsttaglib.h:
16945         * tests/check/Makefile.am:
16946         * tests/check/elements/tagid3v2mux.c:
16947           moved to good.  Closes #336110
16948
16949 2006-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16950
16951         * docs/plugins/Makefile.am:
16952         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
16953         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
16954         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
16955         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
16956         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
16957           Fix up docs for taglib plugin
16958           Also scan .cc files
16959
16960 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
16961
16962         * ext/taglib/gsttaglib.cc:
16963           Post an error message on the bus in the (extremely unlikely)
16964           case of an error.
16965
16966 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
16967
16968         * ext/taglib/Makefile.am:
16969         * ext/taglib/gstid3v2mux.cc:
16970         * ext/taglib/gstid3v2mux.h:
16971         * ext/taglib/gsttaglib.cc:
16972         * ext/taglib/gsttaglib.h:
16973           Split the actual ID3v2 tag rendering code into
16974           its own subclass.
16975
16976 2006-04-29  Sebastien Moutte  <sebastien@moutte.net>
16977
16978         * ext/neon/gstneonhttpsrc.c:
16979         * ext/neon/gstneonhttpsrc.h:
16980           added iradio-mode support as in gnomevfssrc to enable 
16981           connections with icydemux that will send title tag messages on 
16982           shoutcast/icecast streams. I've also added iradio properties
16983           iradio-name, iradio-genre, iradio-url.
16984           added user-agent property because some shoutcast streams don't return 
16985           data if the GET requests don't have a User-Agent.
16986         * win32/common/libgstneon.dsp:
16987           use debug version of libneon in debug mode
16988 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16989
16990         * configure.ac:
16991         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
16992         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
16993         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
16994         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
16995         * sys/Makefile.am:
16996         * sys/ximagesrc/Makefile.am:
16997         * sys/ximagesrc/ximagesrc.c:
16998         * sys/ximagesrc/ximagesrc.h:
16999         * sys/ximagesrc/ximageutil.c:
17000         * sys/ximagesrc/ximageutil.h:
17001         * tests/Makefile.am:
17002         * tests/icles/.cvsignore:
17003         * tests/icles/Makefile.am:
17004         * tests/icles/ximagesrc-test.c:
17005           moved ximagesrc to good (See #336756)
17006
17007 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
17008
17009         * ext/faad/gstfaad.c: (gst_faad_init), (aac_rate_idx),
17010         (gst_faad_setcaps), (gst_faad_chain), (gst_faad_open_decoder),
17011         (gst_faad_close_decoder), (gst_faad_change_state):
17012         * ext/faad/gstfaad.h:
17013           If we run into a decoding error, try re-opening the decoder
17014           with faacDecInit2() using fake codec data created from the
17015           data the demuxer gave us. Should fix a whole bunch of
17016           GStreamer-faad problems incl. 'channel coupling not
17017           implemented', 'maximum number of scalefactor bands exceeded'
17018           etc. (#173007, #332892).
17019
17020 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
17021
17022         * ext/amrwb/gstamrwbdec.c:
17023         * ext/amrwb/gstamrwbenc.c:
17024         * ext/amrwb/gstamrwbparse.c:
17025         * ext/arts/gst_arts.c:
17026         * ext/artsd/gstartsdsink.c:
17027         * ext/audiofile/gstafparse.c:
17028         * ext/audiofile/gstafsink.c:
17029         * ext/audiofile/gstafsrc.c:
17030         * ext/audioresample/gstaudioresample.c:
17031         * ext/bz2/gstbz2dec.c:
17032         * ext/bz2/gstbz2enc.c:
17033         * ext/cdaudio/gstcdaudio.c:
17034         * ext/directfb/dfbvideosink.c:
17035         * ext/divx/gstdivxdec.c:
17036         * ext/divx/gstdivxenc.c:
17037         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
17038         * ext/faac/gstfaac.c: (gst_faac_base_init):
17039         * ext/faad/gstfaad.c:
17040         * ext/gsm/gstgsmdec.c:
17041         * ext/gsm/gstgsmenc.c:
17042         * ext/hermes/gsthermescolorspace.c:
17043         * ext/ivorbis/vorbisfile.c:
17044         * ext/lcs/gstcolorspace.c:
17045         * ext/libfame/gstlibfame.c:
17046         * ext/libmms/gstmms.c: (gst_mms_base_init):
17047         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_base_init):
17048         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
17049         * ext/nas/nassink.c: (gst_nassink_base_init):
17050         * ext/neon/gstneonhttpsrc.c:
17051         * ext/sdl/sdlaudiosink.c:
17052         * ext/sdl/sdlvideosink.c:
17053         * ext/shout/gstshout.c:
17054         * ext/snapshot/gstsnapshot.c:
17055         * ext/sndfile/gstsf.c:
17056         * ext/swfdec/gstswfdec.c:
17057         * ext/tarkin/gsttarkindec.c:
17058         * ext/tarkin/gsttarkinenc.c:
17059         * ext/theora/theoradec.c:
17060         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
17061         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init):
17062         * ext/xvid/gstxviddec.c:
17063         * ext/xvid/gstxvidenc.c:
17064         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxa_parse_base_init):
17065         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_base_init):
17066         * gst/chart/gstchart.c:
17067         * gst/colorspace/gstcolorspace.c:
17068         * gst/deinterlace/gstdeinterlace.c:
17069         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_base_init):
17070         * gst/festival/gstfestival.c:
17071         * gst/filter/gstbpwsinc.c:
17072         * gst/filter/gstiir.c:
17073         * gst/filter/gstlpwsinc.c:
17074         * gst/freeze/gstfreeze.c:
17075         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
17076         * gst/librfb/gstrfbsrc.c:
17077         * gst/mixmatrix/mixmatrix.c:
17078         * gst/mpeg1sys/gstmpeg1systemencode.c:
17079         * gst/mpeg1videoparse/gstmp1videoparse.c:
17080         * gst/mpeg2sub/gstmpeg2subt.c:
17081         * gst/mpegaudioparse/gstmpegaudioparse.c:
17082         * gst/multifilesink/gstmultifilesink.c:
17083         * gst/overlay/gstoverlay.c:
17084         * gst/passthrough/gstpassthrough.c:
17085         * gst/playondemand/gstplayondemand.c:
17086         * gst/qtdemux/qtdemux.c:
17087         * gst/rtjpeg/gstrtjpegdec.c:
17088         * gst/rtjpeg/gstrtjpegenc.c:
17089         * gst/smooth/gstsmooth.c:
17090         * gst/smoothwave/gstsmoothwave.c:
17091         * gst/spectrum/gstspectrum.c:
17092         * gst/speed/gstspeed.c:
17093         * gst/stereo/gststereo.c:
17094         * gst/switch/gstswitch.c:
17095         * gst/tta/gstttadec.c: (gst_tta_dec_base_init):
17096         * gst/tta/gstttaparse.c: (gst_tta_parse_base_init):
17097         * gst/vbidec/gstvbidec.c:
17098         * gst/videocrop/gstvideocrop.c:
17099         * gst/videodrop/gstvideodrop.c:
17100         * gst/virtualdub/gstxsharpen.c:
17101         * gst/xingheader/gstxingmux.c: (gst_xing_mux_base_init):
17102         * gst/y4m/gsty4mencode.c:
17103         * sys/cdrom/gstcdplayer.c:
17104         * sys/directdraw/gstdirectdrawsink.c:
17105         * sys/directsound/gstdirectsoundsink.c:
17106         * sys/glsink/glimagesink.c:
17107         * sys/qcam/gstqcamsrc.c:
17108         * sys/v4l2/gstv4l2src.c:
17109         * sys/vcd/vcdsrc.c: (gst_vcdsrc_base_init):
17110         * sys/ximagesrc/ximagesrc.c:
17111           Define GstElementDetails as const and also static (when defined as
17112           global)
17113
17114 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
17115
17116         * ext/musepack/gstmusepackdec.c:
17117         (gst_musepackdec_handle_seek_event), (gst_musepackdec_loop):
17118           Add support for segment seeks.
17119
17120 2006-04-20  Edgard Lima  <edgard.lima@indt.org.br>
17121
17122         * sys/v4l2/gstv4l2src.c:
17123         Added a couple of ifdefs to make it compile with other kernels.
17124         
17125 2006-04-20  Wim Taymans  <wim@fluendo.com>
17126
17127         Patch by: j^ <j at bootlab dot org>
17128
17129         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
17130         (qtdemux_video_caps):
17131         Never treat video streams as an audio stream.
17132         Add qtdrw mime type.
17133         Fixes #339041
17134
17135 2006-04-19  Wim Taymans  <wim@fluendo.com>
17136
17137         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
17138         For VBR audio, don't try to calculate the samples_per_frame.
17139         Fixes #338935.
17140
17141 2006-04-13  Edgard Lima  <edgard.lima@indt.org.br>
17142
17143         * sys/v4l2/gstv4l2src.c:
17144         Just added a gtk-doc comment.
17145
17146 2006-04-17  Michael Smith  <msmith@fluendo.com>
17147
17148         * ext/theora/theoradec.c: (theora_dec_src_convert),
17149         (theora_handle_type_packet), (theora_handle_422_image),
17150         (theora_handle_420_image), (theora_handle_data_packet):
17151         * ext/theora/theoradec.h:
17152           Apply fix from j^ for API change in libtheoradec.
17153
17154           Implement 4:2:2 pixel format. Untested at the moment.
17155
17156 2006-04-14  Tim-Philipp Müller  <tim at centricular dot net>
17157
17158         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_init),
17159         (gst_musepack_stream_init):
17160           Fix track/album peak tag values; use GST_DEBUG_FUNCPTR and
17161           gst_pad_new_from_static_template().
17162
17163 2006-04-13  Edgard Lima  <edgard.lima@indt.org.br>
17164
17165         * sys/v4l2/gstv4l2src.c: (gst_v4l2element_class_init),
17166         (gst_v4l2src_dispose):
17167         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_buffer_new):
17168         Fixed some memory leaks.
17169
17170 2006-04-12  Edgard Lima  <edgard.lima@indt.org.br>
17171
17172         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read):
17173         Fix to work in read mode.
17174
17175 2006-04-10  Wim Taymans  <wim@fluendo.com>
17176
17177         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
17178         Fix parsing of newer stsd chunks again.
17179
17180 2006-04-10  Wim Taymans  <wim@fluendo.com>
17181
17182         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
17183         (qtdemux_parse_trak):
17184         Fix framerate calculation.
17185
17186 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
17187
17188         * ext/swfdec/gstswfdec.c: (gst_swfdecbuffer_class_init):
17189           Fix build (class_init declaration/definition mismatch).
17190
17191 2006-04-10  Wim Taymans  <wim@fluendo.com>
17192
17193         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
17194         force mono 8000 Hz on AMR samples.
17195
17196 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
17197
17198         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_start):
17199           remove atoll by using g_ascii_strtoull (atoll is not supported on WIN32)
17200         * sys/directdraw/gstdirectdrawsink.c:
17201         * sys/directsound/gstdirectsoundsink.c:
17202           done some cleans in sources
17203         * win32/vs6:
17204           add project files for neon, qtdemux
17205           
17206 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17207
17208         * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_class_init):
17209         * ext/amrwb/gstamrwbenc.c: (gst_amrwbenc_class_init):
17210         * ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_class_init):
17211         * ext/arts/gst_arts.c: (gst_arts_class_init):
17212         * ext/artsd/gstartsdsink.c: (gst_artsdsink_class_init):
17213         * ext/audiofile/gstafsink.c: (gst_afsink_class_init):
17214         * ext/audiofile/gstafsrc.c: (gst_afsrc_class_init):
17215         * ext/audioresample/gstaudioresample.c:
17216         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
17217         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_class_init):
17218         * ext/divx/gstdivxdec.c: (gst_divxdec_class_init):
17219         * ext/hermes/gsthermescolorspace.c:
17220         (gst_hermes_colorspace_class_init):
17221         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_class_init):
17222         * ext/jack/gstjack.c: (gst_jack_class_init):
17223         * ext/jack/gstjackbin.c: (gst_jack_bin_class_init):
17224         * ext/lcs/gstcolorspace.c: (gst_colorspace_class_init):
17225         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init):
17226         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
17227         * ext/nas/nassink.c: (gst_nassink_class_init):
17228         * ext/shout/gstshout.c: (gst_icecastsend_class_init):
17229         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
17230         * ext/sndfile/gstsf.c: (gst_sf_class_init):
17231         * ext/swfdec/gstswfdec.c: (gst_swfdecbuffer_class_init),
17232         (gst_swfdec_class_init):
17233         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_class_init):
17234         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_class_init):
17235         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_class_init):
17236         * gst/chart/gstchart.c: (gst_chart_class_init):
17237         * gst/colorspace/gstcolorspace.c: (gst_colorspace_class_init):
17238         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_class_init):
17239         * gst/festival/gstfestival.c: (gst_festival_class_init):
17240         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init):
17241         * gst/filter/gstiir.c: (gst_iir_class_init):
17242         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init):
17243         * gst/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init):
17244         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_class_init):
17245         * gst/mpeg1sys/gstmpeg1systemencode.c:
17246         (gst_system_encode_class_init):
17247         * gst/mpeg1videoparse/gstmp1videoparse.c:
17248         (gst_mp1videoparse_class_init):
17249         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_class_init):
17250         * gst/mpegaudioparse/gstmpegaudioparse.c:
17251         (gst_mp3parse_class_init):
17252         * gst/overlay/gstoverlay.c: (gst_overlay_class_init):
17253         * gst/passthrough/gstpassthrough.c: (passthrough_class_init):
17254         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init):
17255         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_class_init):
17256         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_class_init):
17257         * gst/smooth/gstsmooth.c: (gst_smooth_class_init):
17258         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init):
17259         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init):
17260         * gst/stereo/gststereo.c: (gst_stereo_class_init):
17261         * gst/switch/gstswitch.c: (gst_switch_class_init):
17262         * gst/tta/gstttadec.c: (gst_tta_dec_class_init):
17263         * gst/tta/gstttaparse.c: (gst_tta_parse_class_init):
17264         * gst/vbidec/gstvbidec.c: (gst_vbidec_class_init):
17265         * gst/videocrop/gstvideocrop.c: (gst_video_crop_class_init):
17266         * gst/virtualdub/gstxsharpen.c: (gst_xsharpen_class_init):
17267         * gst/y4m/gsty4mencode.c: (gst_y4mencode_class_init):
17268         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
17269         * sys/directsound/gstdirectsoundsink.c:
17270         (gst_directsoundsink_class_init):
17271         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_class_init):
17272         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
17273         * sys/dxr3/dxr3videosink.c: (dxr3videosink_class_init):
17274         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_class_init):
17275         * sys/v4l2/gstv4l2colorbalance.c:
17276         (gst_v4l2_color_balance_channel_class_init):
17277         * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_channel_class_init),
17278         (gst_v4l2_tuner_norm_class_init):
17279         * sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_class_init):
17280         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
17281
17282 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17283
17284         * gst/colorspace/gstcolorspace.h:
17285         * gst/deinterlace/gstdeinterlace.h:
17286         * gst/passthrough/gstpassthrough.h:
17287         * gst/y4m/gsty4mencode.h:
17288         Fix more broken GObject macros
17289
17290 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17291
17292         * ext/xine/gstxine.h:
17293         * gst-libs/gst/play/play.h:
17294         * sys/v4l2/gstv4l2element.h:
17295         * sys/ximagesrc/ximageutil.h:
17296         Fix broken GObject macros
17297
17298 2006-04-08  Wim Taymans  <wim@fluendo.com>
17299
17300         * gst/qtdemux/qtdemux.c: (gst_qtdemux_prepare_current_sample),
17301         (gst_qtdemux_chain), (gst_qtdemux_add_stream), (qtdemux_dump_stsz),
17302         (qtdemux_dump_stco), (qtdemux_parse_trak):
17303         Don't make rounding errors in timestamp/duration calculations.
17304         Fix timestamps for AMR and IMA4.  Fixes (#337436).
17305         Create a dummy segment even when there is no edit list.
17306
17307 2006-04-07  Julien MOUTTE  <julien@moutte.net>
17308
17309         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt: Updates.
17310         * examples/directfb/Makefile.am: Add example resource files to
17311         dist.
17312
17313 2006-04-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17314
17315         * ext/amrwb/amrwb-code/Makefile.am:
17316         * sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_recalc),
17317         (gst_ximagesrc_create), (gst_ximagesrc_set_property):
17318         Typo fix, s/XFree86/X11 and added doc blurb saying that it fixates to
17319         25fps
17320
17321 2006-04-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17322
17323         * tests/icles/ximagesrc-test.c: (main):
17324         Actually assert that pipeline goes to playing
17325
17326 2006-04-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17327
17328         * sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_recalc),
17329         (composite_pixel), (gst_ximagesrc_ximage_get),
17330         (gst_ximagesrc_create), (gst_ximagesrc_set_property):
17331         Fix typo, C++ style comments and other small cleanups
17332         
17333 2006-04-06  Wim Taymans  <wim@fluendo.com>
17334
17335         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
17336         (gst_qtdemux_handle_src_query), (gst_qtdemux_find_index),
17337         (gst_qtdemux_find_keyframe), (gst_qtdemux_find_segment),
17338         (gst_qtdemux_move_stream), (gst_qtdemux_perform_seek),
17339         (gst_qtdemux_do_seek), (gst_qtdemux_change_state),
17340         (gst_qtdemux_activate_segment),
17341         (gst_qtdemux_prepare_current_sample), (gst_qtdemux_advance_sample),
17342         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop),
17343         (qtdemux_parse_trak):
17344         Added full edit list support.
17345         Avoid overflows in prologue image detection code.
17346         Avoid roundoff errors in timestamp calculations.
17347
17348 2006-04-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17349
17350         * configure.ac:
17351           clean up so report properly on missing stuff
17352           fix modplug detection
17353
17354 2006-04-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17355
17356         * ext/Makefile.am:
17357         * ext/amrwb/amrwb-code/Makefile.am:
17358           don't dist amr wb source code
17359
17360 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
17361
17362         Patch by: j^  <j at bootlab dot org>
17363
17364         * ext/amrwb/gstamrwbdec.c:
17365         * ext/amrwb/gstamrwbenc.c:
17366         * ext/amrwb/gstamrwbparse.c:
17367         * ext/arts/gst_arts.c:
17368         * ext/artsd/gstartsdsink.c:
17369         * ext/audiofile/gstafparse.c:
17370         * ext/audiofile/gstafsink.c:
17371         * ext/audiofile/gstafsrc.c:
17372         * ext/cdaudio/gstcdaudio.c:
17373         * ext/directfb/dfbvideosink.c:
17374         * ext/divx/gstdivxdec.c:
17375         * ext/divx/gstdivxenc.c:
17376         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
17377         * ext/faac/gstfaac.c: (gst_faac_base_init):
17378         * ext/faad/gstfaad.c:
17379         * ext/gsm/gstgsmdec.c:
17380         * ext/gsm/gstgsmenc.c:
17381         * ext/hermes/gsthermescolorspace.c:
17382         * ext/ivorbis/vorbisfile.c:
17383         * ext/lcs/gstcolorspace.c:
17384         * ext/libfame/gstlibfame.c:
17385         * ext/libmms/gstmms.c: (gst_mms_base_init):
17386         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
17387         * ext/nas/nassink.c: (gst_nassink_base_init):
17388         * ext/neon/gstneonhttpsrc.c:
17389         * ext/polyp/polypsink.c: (gst_polypsink_base_init):
17390         * ext/sdl/sdlaudiosink.c:
17391         * ext/sdl/sdlvideosink.c:
17392         * ext/shout/gstshout.c:
17393         * ext/snapshot/gstsnapshot.c:
17394         * ext/sndfile/gstsf.c:
17395         * ext/tarkin/gsttarkindec.c:
17396         * ext/tarkin/gsttarkinenc.c:
17397         * ext/theora/theoradec.c:
17398         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
17399         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init):
17400         * ext/xvid/gstxviddec.c:
17401         * ext/xvid/gstxvidenc.c:
17402         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxa_parse_base_init):
17403         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_base_init):
17404         * gst/chart/gstchart.c:
17405         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_base_init):
17406         * gst/festival/gstfestival.c:
17407         * gst/filter/gstiir.c:
17408         * gst/filter/gstlpwsinc.c:
17409         * gst/freeze/gstfreeze.c:
17410         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
17411         * gst/mixmatrix/mixmatrix.c:
17412         * gst/mpeg1sys/gstmpeg1systemencode.c:
17413         * gst/mpeg1videoparse/gstmp1videoparse.c:
17414         * gst/mpeg2sub/gstmpeg2subt.c:
17415         * gst/mpegaudioparse/gstmpegaudioparse.c:
17416         * gst/multifilesink/gstmultifilesink.c:
17417         * gst/overlay/gstoverlay.c:
17418         * gst/passthrough/gstpassthrough.c:
17419         * gst/playondemand/gstplayondemand.c:
17420         * gst/qtdemux/qtdemux.c:
17421         * gst/rtjpeg/gstrtjpegdec.c:
17422         * gst/rtjpeg/gstrtjpegenc.c:
17423         * gst/smooth/gstsmooth.c:
17424         * gst/tta/gstttadec.c: (gst_tta_dec_base_init):
17425         * gst/tta/gstttaparse.c: (gst_tta_parse_base_init):
17426         * gst/videocrop/gstvideocrop.c:
17427         * gst/videodrop/gstvideodrop.c:
17428         * gst/virtualdub/gstxsharpen.c:
17429         * gst/xingheader/gstxingmux.c: (gst_xing_mux_base_init):
17430         * gst/y4m/gsty4mencode.c:
17431           Unify the long descriptions in the plugin details (#337263).
17432
17433 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
17434
17435         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
17436         (gst_neonhttp_src_set_property), (gst_neonhttp_src_get_property):
17437           Add back "uri" property and mark it as deprecated; undoes
17438           API/ABI breakage from 2006-02-24.
17439
17440 2006-04-05  Wim Taymans  <wim@fluendo.com>
17441
17442         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
17443         (gst_qtdemux_do_seek), (gst_qtdemux_loop_state_movie),
17444         (gst_qtdemux_loop):
17445         Use duration as segment stop position if none is
17446         explicitly configured.
17447         Also perform EOS when we run past the segment stop.
17448
17449 2006-04-04  Wim Taymans  <wim@fluendo.com>
17450
17451         * gst/qtdemux/qtdemux.c: (gst_qtdemux_go_back),
17452         (gst_qtdemux_perform_seek), (gst_qtdemux_do_seek),
17453         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop),
17454         (gst_qtdemux_chain), (qtdemux_parse_tree), (qtdemux_parse_trak):
17455         More cleanups, added comments.
17456         Mark discontinuities on outgoing buffers.
17457         Post better errors when something goes wrong.
17458         Handle EOS and segment end properly.
17459
17460 2006-04-04  Wim Taymans  <wim@fluendo.com>
17461
17462         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
17463         (gst_qtdemux_push_event), (gst_qtdemux_go_back),
17464         (gst_qtdemux_perform_seek), (gst_qtdemux_do_seek),
17465         (gst_qtdemux_handle_src_event), (plugin_init),
17466         (gst_qtdemux_change_state), (gst_qtdemux_loop_state_movie),
17467         (gst_qtdemux_loop), (gst_qtdemux_chain),
17468         (qtdemux_sink_activate_pull), (gst_qtdemux_add_stream),
17469         (qtdemux_parse), (qtdemux_parse_tree), (qtdemux_parse_trak),
17470         (qtdemux_parse_udta), (qtdemux_tag_add_str), (qtdemux_tag_add_num),
17471         (qtdemux_tag_add_gnre), (gst_qtdemux_handle_esds):
17472         * gst/qtdemux/qtdemux.h:
17473         Handle stss boxes so we can mark and find keyframes.
17474         Implement correct accurate and keyframe seeking.
17475         Use _DEBUG_OBJECT when possible.
17476         Fixes #332155
17477
17478 2006-04-03  Tim-Philipp Müller  <tim at centricular dot net>
17479
17480         * tests/check/Makefile.am:
17481           Only run the id3v2mux check if taglib is available and
17482           the taglib plugin has been built.
17483
17484 2006-04-03  Tim-Philipp Müller  <tim at centricular dot net>
17485
17486         * ext/swfdec/Makefile.am:
17487           Don't set plugindir.
17488
17489         * ext/swfdec/gstswfdec.c:
17490           GST_PLUGIN_DEFINE_STATIC isn't a good idea for installed plugins.
17491
17492 2006-04-03  Tim-Philipp Müller  <tim at centricular dot net>
17493
17494         * configure.ac:
17495           Add AX_CREATE_STDINT_H to create _stdint.h, needed by
17496           the dts plugin.
17497
17498 2006-04-03  Tim-Philipp Müller  <tim at centricular dot net>
17499
17500         * ext/soundtouch/gstpitch.cc:
17501         * ext/theora/theoradec.c:
17502         * gst/modplug/gstmodplug.cc:
17503           GST_ORIGIN => GST_PACKAGE_ORIGIN
17504           GST_PACKAGE => GST_PACKAGE_NAME
17505
17506 2006-04-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17507
17508         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
17509         * docs/plugins/inspect/plugin-bz2.xml:
17510         * docs/plugins/inspect/plugin-cdxaparse.xml:
17511         * docs/plugins/inspect/plugin-freeze.xml:
17512         * docs/plugins/inspect/plugin-glimagesink.xml:
17513         * docs/plugins/inspect/plugin-modplug.xml:
17514         * docs/plugins/inspect/plugin-neon.xml:
17515         * docs/plugins/inspect/plugin-sdl.xml:
17516         * docs/plugins/inspect/plugin-video4linux2.xml:
17517         * docs/plugins/inspect/plugin-ximagesrc.xml:
17518         * docs/plugins/inspect/plugin-xingheader.xml:
17519           add more plugins to docs
17520
17521 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17522
17523         * sys/dxr3/ac3_padder.h:
17524           fix up doc strings
17525         * docs/plugins/Makefile.am:
17526         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
17527         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
17528         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
17529         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
17530         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
17531         * docs/plugins/inspect/plugin-qtdemux.xml:
17532         * docs/plugins/inspect/plugin-speed.xml:
17533         * docs/plugins/inspect/plugin-taglib.xml:
17534         * docs/plugins/inspect/plugin-tta.xml:
17535           commit updates
17536         * configure.ac:
17537         * ext/taglib/gsttaglib.cc:
17538         * tests/Makefile.am:
17539         * tests/check/.cvsignore:
17540         * tests/check/Makefile.am:
17541         * tests/check/elements/.cvsignore:
17542         * tests/check/elements/tagid3v2mux.c:
17543         (test_taglib_id3mux_create_tags), (test_taglib_id3mux_check_tags),
17544         (fill_mp3_buffer), (got_buffer), (demux_pad_added),
17545         (test_taglib_id3mux_check_output_buffer),
17546         (test_taglib_id3mux_with_tags), (GST_START_TEST),
17547         (tagid3v2mux_suite), (main):
17548            add the tagid3v2mux check from #336110
17549
17550 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17551
17552         * configure.ac:
17553           rework like the other configure.ac files
17554         * Makefile.am:
17555         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
17556         * ext/amrwb/gstamrwb.c:
17557         * ext/arts/gst_arts.c:
17558         * ext/artsd/gstartsdsink.c:
17559         * ext/audiofile/gstaf.c:
17560         * ext/audioresample/gstaudioresample.c:
17561         * ext/bz2/gstbz2.c:
17562         * ext/cdaudio/gstcdaudio.c:
17563         * ext/directfb/dfbvideosink.c:
17564         * ext/dts/gstdtsdec.c:
17565         * ext/faac/gstfaac.c:
17566         * ext/faad/gstfaad.c:
17567         * ext/hermes/gsthermescolorspace.c:
17568         * ext/ivorbis/vorbis.c:
17569         * ext/jack/gstjack.c:
17570         * ext/lcs/gstcolorspace.c:
17571         * ext/musepack/gstmusepackdec.c:
17572         * ext/musicbrainz/gsttrm.c:
17573         * ext/nas/nassink.c:
17574         * ext/sdl/gstsdl.c:
17575         * ext/snapshot/gstsnapshot.c:
17576         * ext/sndfile/gstsf.c:
17577         * ext/swfdec/gstswfdec.c:
17578         * ext/tarkin/gsttarkin.c:
17579         * ext/xine/xine.c:
17580         * ext/xvid/gstxvid.c:
17581         * gst/cdxaparse/gstcdxaparse.c:
17582         * gst/chart/gstchart.c:
17583         * gst/colorspace/gstcolorspace.c:
17584         * gst/deinterlace/gstdeinterlace.c:
17585         * gst/equalizer/gstiirequalizer.c:
17586         * gst/festival/gstfestival.c:
17587         * gst/filter/gstfilter.c:
17588         * gst/freeze/gstfreeze.c:
17589         * gst/games/gstpuzzle.c:
17590         * gst/librfb/gstrfbsrc.c:
17591         * gst/mixmatrix/mixmatrix.c:
17592         * gst/mpeg1sys/gstmpeg1systemencode.c:
17593         * gst/mpeg1videoparse/gstmp1videoparse.c:
17594         * gst/mpeg2sub/gstmpeg2subt.c:
17595         * gst/mpegaudioparse/gstmpegaudioparse.c:
17596         * gst/multifilesink/gstmultifilesink.c:
17597         * gst/overlay/gstoverlay.c:
17598         * gst/passthrough/gstpassthrough.c:
17599         * gst/playondemand/gstplayondemand.c:
17600         * gst/qtdemux/qtdemux.c:
17601         * gst/rtjpeg/gstrtjpeg.c:
17602         * gst/smooth/gstsmooth.c:
17603         * gst/smoothwave/gstsmoothwave.c:
17604         * gst/spectrum/gstspectrum.c:
17605         * gst/speed/gstspeed.c:
17606         * gst/stereo/gststereo.c:
17607         * gst/switch/gstswitch.c:
17608         * gst/vbidec/gstvbidec.c:
17609         * gst/videocrop/gstvideocrop.c:
17610         * gst/videodrop/gstvideodrop.c:
17611         * gst/virtualdub/gstvirtualdub.c:
17612         * gst/xingheader/gstxingmux.c:
17613         * gst/y4m/gsty4mencode.c:
17614         * sys/cdrom/gstcdplayer.c:
17615         * sys/directdraw/gstdirectdrawplugin.c:
17616         * sys/directsound/gstdirectsoundplugin.c:
17617         * sys/dxr3/dxr3init.c:
17618         * sys/glsink/glimagesink.c:
17619         * sys/qcam/gstqcamsrc.c:
17620         * sys/v4l2/gstv4l2.c:
17621         * sys/vcd/vcdsrc.c:
17622         * sys/ximagesrc/ximagesrc.c:
17623           update to use correct defines
17624         * po/POTFILES.in:
17625         * po/af.po:
17626         * po/az.po:
17627         * po/cs.po:
17628         * po/en_GB.po:
17629         * po/hu.po:
17630         * po/it.po:
17631         * po/nb.po:
17632         * po/nl.po:
17633         * po/or.po:
17634         * po/sq.po:
17635         * po/sr.po:
17636         * po/sv.po:
17637         * po/uk.po:
17638         * po/vi.po:
17639           v4l2 has translations, pick them up
17640
17641 2006-03-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17642
17643         * sys/ximagesrc/ximagesrc.c: 
17644           Add docs to ximagesrc
17645
17646 2006-03-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17647
17648         * sys/ximagesrc/ximagesrc.c: (composite_pixel),
17649         (gst_ximagesrc_ximage_get), (gst_ximagesrc_set_property),
17650         (gst_ximagesrc_get_caps), (gst_ximagesrc_class_init):
17651         * sys/ximagesrc/ximagesrc.h:
17652         * sys/ximagesrc/ximageutil.c: (ximageutil_xcontext_get):
17653         * sys/ximagesrc/ximageutil.h:
17654           Fix ximagesrc so a) the cursor doesnt trail and b) there are no
17655           yellow rectangles with the cursor
17656
17657 2006-03-31  Michael Smith  <msmith@fluendo.com>
17658
17659         * configure.ac:
17660           Add autoconfery for theoradec.
17661         * ext/Makefile.am:
17662           Add theora directory.
17663         * ext/theora/Makefile.am:
17664         * ext/theora/theoradec.c: (gst_theoradec_base_init),
17665         (gst_theoradec_class_init), (gst_theoradec_init),
17666         (gst_theoradec_reset), (inc_granulepos), (theora_get_query_types),
17667         (gst_theoradec_granule_clocktime), (theora_dec_src_convert),
17668         (theora_dec_sink_convert), (theora_dec_src_query),
17669         (theora_dec_sink_query), (theora_dec_src_event),
17670         (theora_dec_sink_event), (theora_handle_comment_packet),
17671         (theora_handle_type_packet), (theora_handle_header_packet),
17672         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
17673         (theora_dec_change_state), (plugin_init):
17674         * ext/theora/theoradec.h:
17675           Add theora plugin for theora-exp decoder. Very heavily based on the
17676           existing theora decoder plugin.
17677
17678 2006-03-29  Wim Taymans  <wim@fluendo.com>
17679
17680         * ext/gsm/gstgsmdec.c: (gst_gsmdec_class_init), (gst_gsmdec_init),
17681         (gst_gsmdec_finalize), (gst_gsmdec_sink_event), (gst_gsmdec_chain):
17682         * ext/gsm/gstgsmdec.h:
17683         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init), (gst_gsmenc_init),
17684         (gst_gsmenc_finalize), (gst_gsmenc_chain):
17685         Cleanups, fix leaks.
17686         Handle events and DISCONT.
17687         Use adapter in the decoder.
17688
17689 2006-03-29  Wim Taymans  <wim@fluendo.com>
17690
17691         Patch by: Renato Araujo Oliveira Filho <renatox at gmail dot com>
17692
17693         * configure.ac:
17694         * ext/Makefile.am:
17695         * ext/amrwb/Makefile.am:
17696         * ext/amrwb/README:
17697         * ext/amrwb/amrwb-code/Makefile.am:
17698         * ext/amrwb/amrwb-code/run.sh:
17699         * ext/amrwb/gstamrwb.c: (plugin_init):
17700         * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_base_init),
17701         (gst_amrwbdec_class_init), (gst_amrwbdec_init),
17702         (gst_amrwbdec_setcaps), (gst_amrwbdec_event), (gst_amrwbdec_chain),
17703         (gst_amrwbdec_state_change):
17704         * ext/amrwb/gstamrwbdec.h:
17705         * ext/amrwb/gstamrwbenc.c: (gst_amrwbenc_base_init),
17706         (gst_amrwbenc_class_init), (gst_amrwbenc_init),
17707         (gst_amrwbenc_finalize), (gst_amrwbenc_setcaps),
17708         (gst_amrwbenc_chain), (gst_amrwbenc_state_change):
17709         * ext/amrwb/gstamrwbenc.h:
17710         * ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_base_init),
17711         (gst_amrwbparse_class_init), (gst_amrwbparse_init),
17712         (gst_amrwbparse_querytypes), (gst_amrwbparse_query),
17713         (gst_amrwbparse_chain), (gst_amrwbparse_read_header),
17714         (gst_amrwbparse_loop), (gst_amrwbparse_sink_activate),
17715         (gst_amrwbparse_sink_activate_pull), (gst_amrwbparse_state_change):
17716         * ext/amrwb/gstamrwbparse.h:
17717         Added new plugin amrwb parse.
17718         Renamed audio/AMR to audio/AMR-WB as per spec.
17719         Fixes #333307
17720
17721 2006-03-27  Edgard Lima <edgard.lima@indt.org.br>
17722
17723         * gst-plugins-bad/sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init):
17724         Small fix, now pwc driver can tell about its buffers.
17725
17726 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
17727
17728         * configure.ac:
17729           Remove CXX tag from AS_LIBTOOL_TAGS, just like we
17730           did for -good and -ugly. Fixes build on some systems
17731           and doesn't seem to be required for C++ code.
17732
17733 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
17734
17735         * ext/taglib/gsttaglib.cc:
17736         * ext/taglib/gsttaglib.h:
17737           Fix newsegment event handling a bit. We need to
17738           cache the first newsegment event, because we can't
17739           adjust offsets yet when we get it, as we don't
17740           know the size of the tag yet for sure at that point.
17741           Also do some minor cleaning up here and there and add
17742           some debug statements.
17743
17744 2006-03-25  Tim-Philipp Müller  <tim at centricular dot net>
17745
17746         * ext/taglib/gsttaglib.cc:
17747           We do not want to proxy the caps on the sink pad; our 
17748           source pad should have application/x-id3 caps; also,
17749           don't use already-freed strings in debug messages;
17750           finally, adjust buffer offsets on buffers sent out.
17751
17752 2006-03-25  Tim-Philipp Müller  <tim at centricular dot net>
17753
17754         * sys/v4l2/gstv4l2src.c:
17755           Older kernels don't seem to have this particular v4l2 format,
17756           so comment out until this gets fixed properly (and make
17757           buildbots happy).
17758
17759 2006-03-25  Edgard Lima  <edgard.lima@indt.org.br>
17760
17761         * sys/v4l2/gstv4l2colorbalance.c:
17762         * sys/v4l2/gstv4l2colorbalance.h:
17763         * sys/v4l2/gstv4l2element.c:
17764         * sys/v4l2/gstv4l2src.c:
17765         * sys/v4l2/gstv4l2src.h:
17766         * sys/v4l2/gstv4l2tuner.c:
17767         * sys/v4l2/v4l2_calls.c:
17768         * sys/v4l2/v4l2src_calls.c:
17769         * sys/v4l2/v4l2src_calls.h:
17770         Just make few things more robust and also some identation.
17771
17772 2006-03-23  Wim Taymans  <wim@fluendo.com>
17773
17774         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
17775
17776         * ext/xvid/gstxvidenc.c: (gst_xvidenc_init), (gst_xvidenc_setup),
17777         (gst_xvidenc_chain):
17778         Patch to mark outgoing encoded buffers as delta-units (or not).
17779         Note that this patch also patches:
17780         - the setting of fincr and fbase in xvid-encoder creation based on
17781           caps framerate
17782         - makes 0, rather than 2, the default max_b_frames, as the current
17783           xvidenc does not seem "fully prepared" to handle b-frame 
17784           "effects", such as encoder returning 0 encoded bytes, etc.
17785         Fixes #335585
17786
17787 2006-03-22  Tim-Philipp Müller  <tim at centricular dot net>
17788
17789         * gst/modplug/libmodplug/Makefile.am:
17790         * gst/modplug/libmodplug/load_it.cpp:
17791           Try that again (not only should it be MODPLUG_ instead
17792           of MODFILE, also that define is already set in stdafx.h;
17793           what we really need is some more #ifndefs).
17794
17795 2006-03-22  Tim-Philipp Müller  <tim at centricular dot net>
17796
17797         * gst/modplug/libmodplug/Makefile.am:
17798           More gcc-4.1 fixes (we don't need file saving, so just
17799           define MODPLUG_NO_FILESAVE. That way, the compiler won't
17800           complain about modplug ignoring the return value of fwrite
17801           any longer and we might even save a few bytes as well).
17802
17803 2006-03-22  Tim-Philipp Müller  <tim at centricular dot net>
17804
17805         Patch by: Wouter Paeson  <wouter at kangaroot dot net>
17806
17807         * configure.ac:
17808         * ext/Makefile.am:
17809         * ext/soundtouch/Makefile.am:
17810         * ext/soundtouch/gstpitch.cc:
17811         * ext/soundtouch/gstpitch.hh:
17812           Add new libsoundtouch-based pitch plugin (#331335).
17813
17814 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
17815
17816         * gst/modplug/libmodplug/load_ptm.cpp:
17817           Fix compilation with gcc-4.1 and -Werror (#327355).
17818
17819 2006-03-20  Tim-Philipp Müller  <tim at centricular dot net>
17820
17821         * ext/taglib/gsttaglib.h:
17822           Fix left-over gst_my_filter_get_type.
17823
17824 2006-03-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17825
17826         * sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_open_display),
17827         (gst_ximagesrc_set_property), (gst_ximagesrc_get_property),
17828         (gst_ximagesrc_class_init), (gst_ximagesrc_init):
17829         Have a show mouse pointer property and use it if we can
17830
17831 2006-03-15  Edward Hervey  <edward@fluendo.com>
17832
17833         * gst/qtdemux/qtdemux.c: (gst_qtdemux_dispose):
17834         Let's not forget to chain up to the parent dispose.
17835
17836 2006-03-15  Edward Hervey  <edward@fluendo.com>
17837
17838         * gst/qtdemux/qtdemux.c: (gst_qtdemux_class_init),
17839         (gst_qtdemux_init), (gst_qtdemux_dispose),
17840         (gst_qtdemux_add_stream), (qtdemux_parse_trak):
17841         Series of memleak fixes:
17842         - Unref the GstAdapter in finalize.
17843         - Use gst_pad_new_from_static_template(), shorter and safer.
17844         - Free unused QtDemuxStream when not used.
17845
17846 2006-03-14  Edward Hervey  <edward@fluendo.com>
17847
17848         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_base_init),
17849         (gst_v4l2src_class_init):
17850         Initialization of the debugging category should be as early as possible,
17851         moving it from _class_init() to beginning of _base_init().
17852
17853 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
17854
17855         * ext/taglib/gsttaglib.cc:
17856           Add gtk-doc blurb (unused for the time being); match registered
17857           plugin name to the filename of the plugin (taglibmux => taglib)
17858
17859 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
17860
17861         Patch by: Mikhail Zabaluev  <mhz altlinux org>
17862
17863         * autogen.sh:
17864           Don't check for file that only exists in CVS but isn't
17865           disted (#334417)
17866
17867 2006-03-13  Julien MOUTTE  <julien@moutte.net>
17868
17869         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
17870         * sys/v4l2/Makefile.am: Fix build of v4l2 (sigh)
17871
17872 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
17873
17874         * Makefile.am:
17875         * configure.ac:
17876           Fix distcheck.
17877
17878 2006-03-12  Edward Hervey  <edward@fluendo.com>
17879
17880         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
17881         (gst_v4l2src_buffer_pool_free):
17882         g_atomic_int_set is only available in glib-0.10, use gst_atomic_int_et
17883         instead.
17884
17885 2006-03-12  Edward Hervey  <edward@fluendo.com>
17886
17887         * sys/v4l2/gstv4l2element.h:
17888         Remove tim's addition of "_stdint.h" since it doesn't make the PPC
17889         buildbot happy.
17890         I will just use the same comment Ronald used when he added these lines:
17891         Yet Another Hack (tm) for kernel header borkedness.
17892
17893 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
17894
17895         * ext/taglib/Makefile.am:
17896         * ext/taglib/gsttaglib.cc:
17897         * ext/taglib/gsttaglib.h:
17898           Add support for writing MusicBrainz IDs.
17899
17900 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
17901
17902         * sys/v4l2/gstv4l2element.h:
17903           Include "_stdint.h" in an attempt to make the
17904           PPC-buildbot happy.
17905
17906 2006-03-11  Edgard Lima  <edgard.lima@indt.org.br>
17907
17908         * configure.ac:
17909         * sys/Makefile.am:
17910         * sys/v4l2/Makefile.am:
17911         * sys/v4l2/gstv4l2.c:
17912         * sys/v4l2/gstv4l2colorbalance.h:
17913         * sys/v4l2/gstv4l2element.c:
17914         * sys/v4l2/gstv4l2element.h:
17915         * sys/v4l2/gstv4l2src.c:
17916         * sys/v4l2/gstv4l2src.h:
17917         * sys/v4l2/gstv4l2tuner.c:
17918         * sys/v4l2/gstv4l2tuner.h:
17919         * sys/v4l2/gstv4l2xoverlay.c:
17920         * sys/v4l2/gstv4l2xoverlay.h:
17921         * sys/v4l2/v4l2_calls.c:
17922         * sys/v4l2/v4l2_calls.h:
17923         * sys/v4l2/v4l2src_calls.c:
17924         * sys/v4l2/v4l2src_calls.h:
17925         V4L2 ported to 0.10.
17926         
17927 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
17928
17929         * configure.ac:
17930           Only compile the taglib plugin if a C++ compiler is
17931           present. Use GST_DEFAULT_ELEMENTS macro from common/
17932           for all the defaults stuff.
17933
17934 2006-03-11  Christophe Fergeau  <teuf@gnome.org>
17935
17936         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
17937
17938         * configure.ac:
17939         * gst/xingheader/Makefile.am:
17940         * gst/xingheader/gstxingmux.c: 
17941         * gst/xingheader/gstxingmux.h: added new element to add Xing headers
17942         to MP3 files (this allows decoder to figure out the length of VBR
17943         files) 
17944
17945 2006-03-11  Christophe Fergeau  <teuf@gnome.org>
17946         
17947         Patch by: Alex Lancaster
17948         
17949         * ext/taglib/gsttaglib.cc: fix writing of TPOS tags (album number),
17950         and add support for TCOP (copyright)
17951
17952 2006-03-10  Julien MOUTTE  <julien@moutte.net>
17953
17954         * gst/modplug/Makefile.am:
17955         * gst/modplug/gstmodplug.cc: Fix modplug compilation.
17956
17957 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
17958
17959         * configure.ac:
17960         * gst/modplug/Makefile.am:
17961         * gst/modplug/gstmodplug.cc:
17962         * gst/modplug/gstmodplug.h:
17963         * gst/modplug/libmodplug/sndfile.cpp:
17964         * gst/modplug/libmodplug/sndfile.h:
17965           modplug plugin ported to 0.10 (#332598, patch by:
17966           Jonathan Matthew <jonathan at kaolin wh9 net>).
17967
17968 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
17969
17970         * ext/libmms/gstmms.c: (gst_mms_urihandler_init),
17971         (gst_mms_base_init), (gst_mms_class_init), (gst_mms_init),
17972         (gst_mms_finalize), (gst_mms_create), (gst_mms_start),
17973         (gst_mms_set_property), (gst_mms_get_property),
17974         (gst_mms_uri_get_uri):
17975         * ext/libmms/gstmms.h:
17976           Some clean-ups; more debug output; use blocksize property
17977           of GstBaseSrc instead of re-registering our own; make debug
17978           category actually be used.
17979
17980 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
17981
17982         * gst/qtdemux/qtdemux.c: (gst_qtdemux_send_event):
17983           Fix build with gcc-4.1 (#327355).
17984
17985 2006-03-09  Christophe Fergeau  <teuf@gnome.org>
17986
17987         reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
17988
17989         * configure.ac:
17990         * ext/Makefile.am:
17991         * ext/taglib/Makefile.am:
17992         * ext/taglib/gsttaglib.cc:
17993         * ext/taglib/gsttaglib.h: new id3v2 muxer based on TagLib
17994
17995 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
17996
17997         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta):
17998           Extract disc number and count from files that use
17999           'disk' instead of 'disc' as node identifier for that
18000           (fixes #332066).
18001
18002 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
18003
18004         * ext/musepack/gstmusepackdec.h:
18005         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek):
18006           Forgot those two.
18007
18008 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
18009
18010         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_base_init),
18011         (gst_musepackdec_init), (gst_musepackdec_send_newsegment),
18012         (gst_musepackdec_handle_seek_event),
18013         (gst_musepackdec_get_src_query_types), (gst_musepackdec_src_query),
18014         (gst_musepack_stream_init), (gst_musepackdec_sink_activate),
18015         (gst_musepackdec_sink_activate_pull), (gst_musepackdec_loop),
18016         (gst_musepackdec_change_state):
18017           Some cleanups; pause task when push fails.
18018
18019 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
18020
18021         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
18022           Add support for '3IVD' fourcc (#333403).
18023
18024 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
18025
18026         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_send_tags),
18027         (gst_faad_setcaps), (gst_faad_do_raw_seek), (gst_faad_src_event),
18028         (gst_faad_sink_event), (gst_faad_src_convert),
18029         (gst_faad_src_query), (gst_faad_chain), (gst_faad_change_state):
18030           Add query function for position/duration querying (mostly for
18031           raw AAC streams); make seeking in raw AAC streams work; post
18032           tags with codec name if this is a raw AAC stream.
18033
18034 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
18035
18036         * sys/directdraw:
18037         * sys/directsound:
18038           sinks are now using GST_RANK_PRIMARY to be used with autodectection
18039         * win32/vs6:
18040           project files updated to fix some bugs
18041         * win32/vs7:
18042         * win32/vs8:
18043           vs7 and vs8 project files added
18044         
18045 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
18046
18047         * ext/xvid/gstxviddec.c: (gst_xviddec_chain):
18048           Declare variable at the beginning of the block and make gcc-2.9x
18049           happy (fixes #333283; patch by: Jens Granseuer).
18050
18051 2006-03-03  Edward Hervey  <edward@fluendo.com>
18052
18053         * gst/qtdemux/qtdemux.c: (qtdemux_parse), (qtdemux_parse_trak):
18054         Use GST_WARNING instead of GST_ERROR for all the too short/long atoms
18055         when parsing.
18056         Also let's be a bit less vulgar in our warning messages :)
18057
18058 2006-02-28  Tim-Philipp Müller  <tim at centricular dot net>
18059
18060         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
18061           Can't divide through zero (suppress warning in case of
18062           stream with one single still picture) (see #327083)
18063
18064 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18065
18066         * sys/glsink/glimagesink.c: It doesn't seem we need GLU.h
18067
18068 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
18069
18070         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
18071         (qtdemux_parse_trak), (qtdemux_video_caps):
18072           Add support for palettised Apple SMC videos (#327075, based on
18073           patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>).
18074
18075 2006-02-24  Michael Smith  <msmith@fluendo.com>
18076
18077         * autogen.sh:
18078           Allow automake 1.9
18079
18080 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
18081
18082         * ext/neon/gstneonhttpsrc.c:
18083         Changed property name from "uri" to "location" 
18084
18085 2006-02-22  Jan Schmidt  <thaytan@mad.scientist.com>
18086
18087         * configure.ac:
18088         * sys/glsink/Makefile.am:
18089         Merge patch from #317048 for building on Cygwin. Patch by 
18090         Cygwin Ports maintainer.
18091         * sys/glsink/glimagesink.c: (gst_glimage_sink_init_display):
18092         Move normal debug output to LOG level not ERROR.
18093
18094 2006-02-19  Jan Gerber  <j@bootlab.org>
18095
18096         Reviewed by : Edward Hervey <edward@fluendo.com>
18097
18098         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
18099           Add 'dvsd' and 'dv25' to list of possible fourcc values for DV Video.
18100           Add image/png for fourcc 'png '
18101  
18102 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
18103
18104         * configure.ac:
18105           Surely this is supposed to be >= a.b, not == a.b
18106
18107 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
18108
18109         * configure.ac:
18110         * sys/Makefile.am:
18111         * sys/ximagesrc/Makefile.am:
18112         * sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_return_buf),
18113         (gst_ximagesrc_open_display), (gst_ximagesrc_start),
18114         (gst_ximagesrc_stop), (gst_ximagesrc_unlock),
18115         (gst_ximagesrc_recalc), (composite_pixel),
18116         (gst_ximagesrc_ximage_get), (gst_ximagesrc_create),
18117         (gst_ximagesrc_set_property), (gst_ximagesrc_get_property),
18118         (gst_ximagesrc_clear_bufpool), (gst_ximagesrc_base_init),
18119         (gst_ximagesrc_dispose), (gst_ximagesrc_finalize),
18120         (gst_ximagesrc_get_caps), (gst_ximagesrc_set_caps),
18121         (gst_ximagesrc_fixate), (gst_ximagesrc_class_init),
18122         (gst_ximagesrc_init), (plugin_init):
18123         * sys/ximagesrc/ximagesrc.h:
18124         * sys/ximagesrc/ximageutil.c: (ximageutil_handle_xerror),
18125         (ximageutil_check_xshm_calls), (ximageutil_xcontext_get),
18126         (ximageutil_xcontext_clear),
18127         (ximageutil_calculate_pixel_aspect_ratio),
18128         (gst_ximagesrc_buffer_finalize), (gst_ximage_buffer_free),
18129         (gst_ximagesrc_buffer_init), (gst_ximagesrc_buffer_class_init),
18130         (gst_ximagesrc_buffer_get_type), (gst_ximageutil_ximage_new),
18131         (gst_ximageutil_ximage_destroy):
18132         * sys/ximagesrc/ximageutil.h:
18133
18134         Port ximagesrc to 0.10 (Closes #304795)
18135
18136 2006-02-20  Edgard Lima <edgard.lima@indt.org.br>
18137
18138         * gst/freeze/gstfreeze.c:
18139         * gst/freeze/gstfreeze.h:
18140         Some event handling added by Renato Filho <renato.filho@indt.org.br>
18141
18142 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
18143
18144         * configure.ac:
18145         Back to CVS nano
18146
18147 === release 0.10.1 ===
18148
18149 2006-02-20  Jan Schmidt <thaytan@mad.scientist.com>
18150
18151         * configure.ac:
18152           releasing 0.10.1, "Slimy - yet satisfying"
18153
18154 2006-02-19  Jan Schmidt <thaytan@mad.scientist.com>
18155
18156         * configure.ac:
18157           Release 0.10.0.3 - pre-release for 0.10.1
18158
18159 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
18160
18161         * ext/bz2/gstbz2.c:
18162         * ext/bz2/gstbz2dec.c:
18163         * ext/bz2/gstbz2dec.h:
18164         * ext/bz2/gstbz2enc.c:
18165         * ext/bz2/gstbz2enc.h:
18166           Add proper copyright headers identifying Lutz Müller
18167           as the author and copyright holder (#331600).
18168
18169 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
18170
18171         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
18172           Don't GST_LOG timestamps from nonexistent index
18173           entries (#331582).
18174
18175 2006-02-17  Edward Hervey  <edward@fluendo.com>
18176
18177         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header):
18178         Check that the size of the returned buffer is of the correct size
18179         because the parser assumes that.
18180         Fixes #331543.
18181
18182 2006-02-17  Jan Schmidt <thaytan@mad.scientist.com>
18183
18184         * configure.ac:
18185           Release 0.10.0.2 - pre-release for 0.10.1
18186
18187 2006-02-16  Edward Hervey  <edward@fluendo.com>
18188
18189         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_src_event),
18190         (gst_qtdemux_loop), (qtdemux_sink_activate_pull):
18191         Don't stop the task if the pad isn't linked.
18192
18193 2006-02-15  Tim-Philipp Müller  <tim at centricular dot net>
18194
18195         * gst/qtdemux/qtdemux.c: (gst_qtdemux_chain):
18196           It appears 100% equals 1/1 and not 100/1 ...
18197
18198 2006-02-15  Tim-Philipp Müller  <tim at centricular dot net>
18199
18200         * gst/qtdemux/qtdemux.c: (gst_qtdemux_post_buffering),
18201         (gst_qtdemux_chain):
18202           When buffering MDAT data, show the user something is
18203           happening by posting 'buffering' messages on the bus.
18204
18205 2006-02-14  Edward Hervey  <edward@fluendo.com>
18206
18207         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
18208         (gst_qtdemux_handle_src_query), (gst_qtdemux_change_state),
18209         (next_entry_size), (gst_qtdemux_chain):
18210         * gst/qtdemux/qtdemux.h:
18211         Make push-based work if mdat atom is before moov atom.
18212         Don't answer duration query. This should be transformed into replying
18213         FALSE to seek events.
18214
18215 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
18216
18217         * ext/libmms/gstmms.c: (gst_mms_class_init), (gst_mms_create),
18218         (gst_mms_start):
18219           Return FLOW_UNEXPECTED on EOS, not FLOW_ERROR. Also, no need to
18220           push our own EOS event on EOS, the base class will do that for us;
18221           fix bogus query code; post semi-decent errors on the bus when an
18222           error occurs in ::start(), otherwise the user will get to see
18223           whatever cryptic default message GstBaseSrc comes up with.
18224
18225 2006-02-14  Andy Wingo  <wingo@pobox.com>
18226
18227         * sys/glsink/glimagesink.c (gst_glimage_sink_init): Come on
18228         schleef, don't break me gst-inspect -a.
18229
18230 2006-02-14  Edward Hervey  <edward@fluendo.com>
18231
18232         * gst/qtdemux/qtdemux.c: (next_entry_size), (gst_qtdemux_chain):
18233         Handle the case where data atoms are before moov atoms in push-based mode.
18234         Errors out gracefully.
18235
18236 2006-02-13  Edward Hervey  <edward@fluendo.com>
18237
18238         * gst/qtdemux/Makefile.am:
18239         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
18240         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
18241         (extract_initial_length_and_fourcc),
18242         (gst_qtdemux_loop_state_header), (gst_qtdemux_loop_state_movie),
18243         (gst_qtdemux_loop_header), (next_entry_size), (gst_qtdemux_chain),
18244         (qtdemux_sink_activate), (qtdemux_sink_activate_pull),
18245         (qtdemux_sink_activate_push), (qtdemux_parse_trak):
18246         * gst/qtdemux/qtdemux.h:
18247         QtDemux can now work push-based.
18248         It still needs some love for seeking.
18249
18250 2006-02-13  Edgard Lima  <edgard.lima@indt.org.br>
18251
18252         * configure.ac:
18253         * gst/freeze/Makefile.am:
18254         * gst/freeze/gstfreeze.c:
18255         * gst/freeze/gstfreeze.h:
18256         * gst/freeze/FAQ:
18257         freeze plugin ported to 0.10 by
18258         Renato Filho <renato.filho@indt.org.br>
18259
18260 2006-02-10  Tim-Philipp Müller  <tim at centricular dot net>
18261
18262         * configure.ac:
18263         * gst/cdxaparse/Makefile.am:
18264         * gst/cdxaparse/gstcdxaparse.c:
18265         * gst/cdxaparse/gstcdxaparse.h:
18266           Port cdxaparse, makes VCD playback work.
18267
18268 2006-02-07  Thomas Vander Stichele  <thomas at apestaart dot org>
18269
18270         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
18271         (qtdemux_parse_trak):
18272           use the correct variable to check if we can calculate
18273           the last chunk.  Looks like an obvious bug, and makes
18274           the dump of offsets comparable to other tools
18275
18276 2006-02-07  Thomas Vander Stichele  <thomas at apestaart dot org>
18277
18278         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
18279         (qtdemux_parse_trak):
18280           clean up some debugging, using _OBJECT, moving recurring
18281           messages to LOG level
18282
18283 2006-02-06  Edgard Lima <edgard.lima@indt.org.br>
18284
18285         * configure.ac:
18286         * ext/neon/gstneonhttpsrc.c:
18287         Now it uses libneon 0.25.5 that supports shoutcast.
18288
18289 2006-02-06  Lutz Mueller <lutz@topfrose.de>
18290
18291         Reviewed by: Edward Hervey <edward@fluendo.com>
18292         
18293         * ext/bz2/gstbz2enc.c: Accepd "ANY" caps. Use "x-bzip" instead of
18294         "x-bz2".
18295         * ext/bz2/gstbz2dec.c: Use "x-bzip" instead of "x-bz2". Initial
18296         caps are "ANY".
18297         (gst_bz2dec_chain): Configure the source pad if we can figure out
18298         the mime type of the decompressed data.
18299         (gst_bz2dec_[get,set]_property):
18300         (gst_bz2dec_class_init: New property "first_buffer_size".
18301         
18302
18303 2006-02-06  Wim Taymans  <wim@fluendo.com>
18304
18305         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_src_query),
18306         (gst_qtdemux_handle_src_event), (gst_qtdemux_loop_header),
18307         (qtdemux_inflate), (qtdemux_parse), (qtdemux_parse_trak),
18308         (qtdemux_parse_udta), (qtdemux_tag_add_str), (qtdemux_tag_add_num),
18309         (qtdemux_tag_add_gnre), (gst_qtdemux_handle_esds),
18310         (qtdemux_video_caps), (qtdemux_audio_caps):
18311         * gst/qtdemux/qtdemux.h:
18312         Some QT demux loving.
18313         Handle seeking in a less broken way.
18314         Fix AMR caps to match the AMR decoder.
18315         Set first timestamp on AMR samples to 0 for now.
18316         Remove some \n in DEBUG strings.
18317         Use _scale_int for maximum precision.
18318
18319 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18320
18321         * gst/apetag/Makefile.am:
18322         * gst/apetag/apedemux.c:
18323         * gst/apetag/apedemux.h:
18324         * gst/apetag/apetag.c:
18325           Remove old files, apetag is in gst-plugins-good now.
18326
18327 2006-02-06  Andy Wingo  <wingo@pobox.com>
18328
18329         * ext/bz2/gstbz2enc.c (gst_bz2enc_class_init): 
18330         * ext/bz2/gstbz2dec.c (gst_bz2dec_class_init): No need to init
18331         parent_class, the boilerplate does it for you.
18332
18333 2006-02-05  Lutz Mueller <lutz@topfrose.de>
18334
18335         reviewed by: Andy Wingo <wingo@pobox.com>
18336
18337         * configure.ac:
18338         * ext/Makefile.am: Hook it up.
18339         * ext/bz2/gstbz2.c:
18340         * ext/bz2/gstbz2dec.h:
18341         * ext/bz2/gstbz2dec.c:
18342         * ext/bz2/gstbz2enc.h:
18343         * ext/bz2/gstbz2enc.c: New plugin, implements bz2 encoding and
18344         decoding (#303167).
18345         
18346 2006-01-30  Andy Wingo  <wingo@pobox.com>
18347
18348         * sys/glsink/Makefile.am (libgstglimagesink_la_LIBADD) 
18349         (libgstglimagesink_la_CFLAGS): Add PLUGINS_BASE cflags and libs.
18350
18351 2006-01-29  Tim-Philipp Müller  <tim at centricular dot net>
18352
18353         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_setcaps),
18354         (gst_wavpack_dec_base_init), (gst_wavpack_dec_dispose),
18355         (gst_wavpack_dec_class_init), (gst_wavpack_dec_sink_event),
18356         (gst_wavpack_dec_init), (gst_wavpack_dec_format_samples),
18357         (gst_wavpack_dec_chain), (gst_wavpack_dec_plugin_init):
18358           Add debug category, use boilerplate macros, fix handling
18359           of widths of 32 bits.
18360
18361         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init),
18362         (gst_wavpack_parse_dispose), (gst_wavpack_parse_class_init),
18363         (gst_wavpack_parse_index_get_last_entry),
18364         (gst_wavpack_parse_index_get_entry_from_sample),
18365         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
18366         (gst_wavpack_parse_src_query),
18367         (gst_wavpack_parse_scan_to_find_sample),
18368         (gst_wavpack_parse_send_newsegment),
18369         (gst_wavpack_parse_handle_seek_event),
18370         (gst_wavpack_parse_src_event), (gst_wavpack_parse_init),
18371         (gst_wavpack_parse_get_upstream_length),
18372         (gst_wavpack_parse_pull_buffer),
18373         (gst_wavpack_parse_create_src_pad), (gst_wavpack_parse_loop),
18374         (gst_wavpack_parse_change_state),
18375         (gst_wavepack_parse_sink_activate),
18376         (gst_wavepack_parse_sink_activate_pull),
18377         (gst_wavpack_parse_plugin_init):
18378         * ext/wavpack/gstwavpackparse.h:
18379           Rewrite a bit, mostly to fix flow logic and to make seeking work.
18380           Fix buffer/event refcounting. Add some debug statements. Add
18381           width of 32 to source pad template caps. Use boilerplate macros.
18382
18383 2006-01-28  Edward Hervey  <edward@fluendo.com>
18384
18385         * sys/glsink/Makefile.am:
18386         glimagesink.h is dead, long live glimagesink.h
18387
18388 2006-01-27  David Schleef  <ds@schleef.org>
18389
18390         * configure.ac:
18391         * sys/Makefile.am:
18392         * sys/glsink/Makefile.am:
18393         * sys/glsink/glimagesink.c:
18394         * sys/glsink/glimagesink.h:
18395           revival of glimagesink.  Kind of works.
18396
18397 2006-01-27  Tim-Philipp Müller  <tim at centricular dot net>
18398
18399         * ext/faad/gstfaad.c: (gst_faad_setcaps),
18400         (gst_faad_chanpos_to_gst), (gst_faad_sync), (gst_faad_chain):
18401           Handle 'framed' field in caps; Port syncing for raw streams
18402           from 0.8 branch (for AAC+ radio streams) (#328854, #328721).
18403
18404 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18405
18406         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_supported),
18407         (gst_sdlvideosink_xoverlay_set_xwindow_id),
18408         (gst_sdlvideosink_deinitsdl), (gst_sdlv_process_events),
18409         (gst_sdlvideosink_event_thread), (gst_sdlvideosink_initsdl),
18410         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
18411         (gst_sdlvideosink_setcaps), (gst_sdlvideosink_show_frame),
18412         (gst_sdlvideosink_change_state),
18413         (gst_sdlvideosink_navigation_send_event):
18414         * ext/sdl/sdlvideosink.h:
18415           Fix output stride copying, so that it displays correctly on 
18416           framebuffer devices that don't match our implict GStreamer stride
18417           arrangement.
18418
18419           Fix locking things. Offer XOverlay only when SDL is running against
18420           X. Make non-scaled (and ugly) embedding work via X Overlay. It can't
18421           actually match the embedded window size because there's no way to
18422           figure out what size that should be from the XOverlay interface.
18423           See comment in sdlvideosink.c
18424
18425 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
18426
18427         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
18428           Fix wrong memcpy source pointer.
18429
18430 2006-01-25  Edgard Lima <edgard.lima@indt.org.br>
18431
18432         * ext/libmms/gstmms.c: (gst_mms_finalize):
18433         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_finalize):
18434         Just chain up finalize calls (calling parent_class->finalize).
18435
18436 2006-01-25  Edgard Lima <edgard.lima@indt.org.br>
18437
18438         * ext/libmms/gstmms.c: (gst_mms_finalize), (gst_mms_set_property),
18439         (gst_mms_get_property), (gst_mms_src_query), (gst_mms_class_init):
18440         Finalize method has been created and others small changes.
18441
18442 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
18443
18444         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_base_init),
18445         (gst_musepackdec_class_init), (gst_musepackdec_init),
18446         (gst_musepackdec_send_newsegment),
18447         (gst_musepackdec_handle_seek_event), (gst_musepackdec_src_event),
18448         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
18449         (gst_musepack_stream_init), (gst_musepackdec_sink_activate_pull),
18450         (gst_musepackdec_loop), (gst_musepackdec_change_state):
18451         * ext/musepack/gstmusepackdec.h:
18452         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
18453         (gst_musepack_reader_seek), (gst_musepack_reader_tell),
18454         (gst_musepack_reader_get_size):
18455         * ext/musepack/gstmusepackreader.h:
18456           Fix seeking in musepack files (it's still incredibly slow, but I
18457           don't think that is our plugin's fault). Clean up code and get
18458           rid of old cruft. Post tags with all kind of neat information like
18459           replay gain and such on the bus, if it is available. Add a
18460           'musepackdec' debug category.
18461
18462 2006-01-24  Edward Hervey  <edward@fluendo.com>
18463
18464         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
18465         (gst_qtdemux_add_stream), (qtdemux_parse_trak):
18466         More coherent framerate setting on caps.
18467         If sample_size is available, use that for the samples' duration in
18468         the index. This enables single frame streams to work (and I imagine
18469         fixes some other cases).
18470         Tested on testsuite, no regression.
18471
18472 2006-01-23  Edward Hervey  <edward@fluendo.com>
18473
18474         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
18475         (qtdemux_video_caps), (qtdemux_audio_caps):
18476         Added codec recognition for:
18477         _ VP31 : video/x-vp3
18478         _ AVDJ : image/jpeg
18479         _ dvcp, dvc  : video/x-dv, systemstream=(boolean)false
18480         _ 0x6d730017 : audio/x-adpcm, layout=(string)quicktime
18481
18482 2006-01-21  David Schleef  <ds@schleef.org>
18483
18484         * configure.ac:
18485         * ext/swfdec/gstswfdec.c: Update from swfdec.
18486
18487 2006-01-21  Tim-Philipp Müller  <tim at centricular dot net>
18488
18489         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
18490         (qtdemux_audio_caps):
18491           'twos' and 'sowt' fourcc can be 16bit or 8bit audio.
18492           Fix 8bit case (#327133, based on patch by: Fabrizio
18493           Gennari <fabrizio dot ge at tiscali dot it>).
18494           Also, "G_LITTLE_ENDIAN" and "G_BIG_ENDIAN" are not
18495           valid literals for endianness in caps strings,
18496           only "LITTLE_ENDIAN" and "BIG_ENDIAN" are valid. 
18497
18498 2006-01-20  Edgard Lima <edgard.lima@indt.org.br>
18499
18500         * ext/ivorbis/vorbisfile.c:
18501         * ext/neon/gstneonhttpsrc.c:
18502         Fixed state transictions PLAYING->NULL->PLAYING.
18503         
18504 2006-01-19  Edgard Lima <edgard.lima@indt.org.br>
18505
18506         * ext/tremor/vorbisfile.c:
18507         Some minor improvements on log messages.
18508
18509 2006-01-18  Edgard Lima <edgard.lima@indt.org.br>
18510
18511         * gst/qtdemux/qtdemux.c: qtdemux_parse_trak:
18512         Ronald's patch applied. see bug #326318.
18513
18514 2006-01-17  Tim-Philipp Müller  <tim at centricular dot net>
18515
18516         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
18517         (gst_qtdemux_send_event), (gst_qtdemux_handle_src_event),
18518         (gst_qtdemux_change_state), (gst_qtdemux_loop_header):
18519         * gst/qtdemux/qtdemux.h:
18520           Fix seeking for quicktime files. Could still use some more
18521           love and sophistication.
18522
18523 2006-01-16  Edgard Lima <edgard.lima@indt.org.br>
18524
18525         * ext/libmms/gstmms.c: gst_mms_init:
18526         * ext/neon/gstneonhttpsrc.c: gst_neonhttp_src_init:
18527         * ext/sdl/sdlaudiosink.c: gst_sdlaudio_sink_dispose:
18528         Removed gst_base_src_set_live from mms and neon, and now calling
18529         parent_class->dispose in dispose on sdlaudio.
18530         
18531 2006-01-11  Edgard Lima <edgard.lima@indt.org.br>
18532
18533         * ext/sdl/sdlvideosink.c:
18534         Now implementing navigation interface and using
18535         GST_BOILER_PLATE_FULL.
18536         
18537 2006-01-11  Christian Schaller  <christian@fluendo.com>
18538
18539         Remove SunAudio plugin as Brian's new one is in -good
18540
18541         * sys/Makefile.am:
18542         * sys/sunaudio/Makefile.am:
18543         * sys/sunaudio/gstsunaudio.c:
18544         * sys/sunaudio/gstsunaudiosrc.c:
18545         * sys/sunaudio/gstsunaudiosrc.h:
18546         * sys/sunaudio/gstsunelement.c:
18547         * sys/sunaudio/gstsunelement.h:
18548         * sys/sunaudio/gstsunmixer.c:
18549         * sys/sunaudio/gstsunmixer.h:
18550
18551 2006-01-11  Edgard Lima <edgard.lima@indt.org.br>
18552
18553         * ext/sdl/sdlaudiosink.c:
18554         Replaced wrong style code by GST_BOILERPLATE.
18555         
18556 2006-01-11  Fabrizio Gennari <fabrizio.ge@tiscali.it>
18557
18558         reviewed by: Edward Hervey  <edward@fluendo.com>
18559
18560         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
18561         Add support for Indeo3 video in Quicktime files.
18562         Closes #326524
18563
18564 2006-01-09  Edgard Lima <edgard.lima@indt.org.br>
18565
18566         * configure.ac:
18567         * ext/sdl/Makefile.am:
18568         * ext/sdl/gstsdl.c:
18569         * ext/sdl/sdlaudiosink.c:
18570         * ext/sdl/sdlaudiosink.h:
18571         * ext/sdl/sdlvideosink.c:
18572         Created new element, sdlaudiosink.
18573         
18574 2006-01-05  Sebastien Moutte  <sebastien@moutte.net>
18575
18576         * added sys/directdraw
18577         * added sys/directsound
18578         * added win32/vs6/gst_plugins_bad.dsw
18579         * added win32/vs6/libgstdirectsound.dsp
18580         * added win32/vs6/libgstdirectdraw.dsp
18581         * added win32/common/config.h
18582         
18583 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
18584
18585         * gst/games/gstpuzzle.c: (plugin_init):
18586           call oil_init() when using liboil
18587
18588 2006-01-04  Edgard Lima <edgard.lima@indt.org.br>
18589
18590         * ext/neon/gstneonhttpsrc.c:
18591         * ext/neon/gstneonhttpsrc.h:
18592         Some improvements in cancellation and debug messages.
18593                         
18594 2006-01-04  Edgard Lima <edgard.lima@indt.org.br>
18595
18596         * ext/neon/gstneonhttpsrc.c:
18597         * ext/neon/gstneonhttpsrc.h:
18598         Removed not need thread and changed to push out blocksize bytes.
18599         
18600 2005-12-28  Edgard Lima <edgard.lima@indt.org.br>
18601
18602         * configure.ac:
18603         * ext/Makefile.am
18604         * ext/neon:
18605         * ext/neon/Makefile.am:
18606         * ext/neon/gstneonhttpsrc.c:
18607         * ext/neon/gstneonhttpsrc.h:
18608         Created new element neonhttpsrc.
18609
18610 2005-12-19  Edward Hervey  <edward@fluendo.com>
18611
18612         * ext/swfdec/gstswfdec.c: (gst_swfdec_class_init),
18613         (gst_swfdec_chain), (gst_swfdec_render):
18614         Add debugging category and return GstFlowReturn in the right places
18615         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_link):
18616         Get something from the peer pad once we've checked if there is a peer pad.
18617         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
18618         (qtdemux_tree_get_child_by_type), (qtdemux_parse_trak),
18619         (qtdemux_video_caps):
18620         Couple of fixes
18621
18622 2005-12-19  Edgard Lima <edgard.lima@indt.org.br>
18623
18624         * ext/divx/Makefile.am:
18625         just a small fix. I have to pay more attention when commiting ;-)
18626
18627 2005-12-19  Edgard Lima <edgard.lima@indt.org.br>
18628
18629         * configure.ac:
18630         * ext/Makefile.am:
18631         * ext/divx/Makefile.am:
18632         * ext/divx/gstdivxdec.c:
18633         * ext/divx/gstdivxdec.h:
18634         * ext/divx/gstdivxenc.c:
18635         * ext/divx/gstdivxenc.h:
18636         divxdec and divxenc ported to 0.10
18637         
18638 2005-12-18  Julien MOUTTE  <julien@moutte.net>
18639
18640         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
18641         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_create),
18642         (gst_dfbvideosink_event_thread), (gst_dfbvideosink_enum_devices),
18643         (gst_dfbvideosink_setup), (gst_dfbvideosink_cleanup),
18644         (gst_dfbvideosink_can_blit_from_format),
18645         (gst_dfbvideosink_getcaps), (gst_dfbvideosink_setcaps),
18646         (gst_dfbvideosink_show_frame), (gst_dfbvideosink_buffer_alloc),
18647         (gst_dfbsurface_finalize),
18648         (gst_dfbvideosink_navigation_send_event),
18649         (gst_dfbvideosink_update_colorbalance),
18650         (gst_dfbvideosink_set_property), (gst_dfbvideosink_init): Some
18651         more refactoring, handle exotic DirectFB row stride.
18652
18653 2005-12-18  Julien MOUTTE  <julien@moutte.net>
18654
18655         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
18656         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt: Updates.
18657         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_create),
18658         (gst_dfbvideosink_event_thread), (gst_dfbvideosink_enum_devices),
18659         (gst_dfbvideosink_setup), (gst_dfbvideosink_cleanup),
18660         (gst_dfbvideosink_can_blit_from_format),
18661         (gst_dfbvideosink_getcaps), (gst_dfbvideosink_setcaps),
18662         (gst_dfbvideosink_show_frame), (gst_dfbvideosink_buffer_alloc),
18663         (gst_dfbsurface_finalize),
18664         (gst_dfbvideosink_navigation_send_event),
18665         (gst_dfbvideosink_update_colorbalance),
18666         (gst_dfbvideosink_set_property), (gst_dfbvideosink_get_property),
18667         (gst_dfbvideosink_finalize), (gst_dfbvideosink_init),
18668         (gst_dfbvideosink_class_init):
18669         * ext/directfb/dfbvideosink.h: Implement pixel-aspect-ratio.
18670         This should work both for hardware accelerated scaling and
18671         reverse caps negotiation with a scaling element.
18672
18673 2005-12-17  Julien MOUTTE  <julien@moutte.net>
18674
18675         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
18676         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
18677         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
18678         * docs/plugins/gst-plugins-bad-plugins.args:
18679         * docs/plugins/gst-plugins-bad-plugins.interfaces:
18680         * docs/plugins/gst-plugins-bad-plugins.signals:
18681         * docs/plugins/inspect/plugin-dfbvideosink.xml:
18682         * docs/plugins/inspect/plugin-qtdemux.xml:
18683         * docs/plugins/inspect/plugin-sdlvideosink.xml:
18684         * docs/plugins/inspect/plugin-speed.xml:
18685         * docs/plugins/inspect/plugin-tta.xml: Updates.
18686         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_create),
18687         (gst_dfbvideosink_event_thread), (gst_dfbvideosink_enum_vmodes),
18688         (gst_dfbvideosink_enum_devices), (gst_dfbvideosink_setup),
18689         (gst_dfbvideosink_cleanup),
18690         (gst_dfbvideosink_can_blit_from_format),
18691         (gst_dfbvideosink_get_best_vmode), (gst_dfbvideosink_getcaps),
18692         (gst_dfbvideosink_setcaps), (gst_dfbvideosink_show_frame),
18693         (gst_dfbvideosink_buffer_alloc), (gst_dfbsurface_finalize),
18694         (gst_dfbvideosink_interface_supported),
18695         (gst_dfbvideosink_navigation_send_event),
18696         (gst_dfbvideosink_update_colorbalance),
18697         (gst_dfbvideosink_colorbalance_list_channels),
18698         (gst_dfbvideosink_colorbalance_set_value),
18699         (gst_dfbvideosink_colorbalance_get_value),
18700         (gst_dfbvideosink_colorbalance_init),
18701         (gst_dfbvideosink_set_property), (gst_dfbvideosink_get_property),
18702         (gst_dfbvideosink_init), (gst_dfbvideosink_class_init):
18703         * ext/directfb/dfbvideosink.h: Implement vertical sync and 
18704         color balance interface.
18705
18706 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
18707
18708         * ext/artsd/gstartsdsink.c: (gst_artsdsink_open_audio):
18709         * gst/festival/gstfestival.c: (socket_receive_file_to_buff):
18710         * gst/vbidec/vbidata.c:
18711         * gst/vbidec/vbidata.h:
18712         * gst/vbidec/vbiscreen.c:
18713         * sys/dxr3/ac3_padder.c:
18714           don't use doc comments for non-docs
18715           change some char* into char[]
18716
18717 2005-12-16  Julien MOUTTE  <julien@moutte.net>
18718
18719         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_enum_layers),
18720         (gst_dfbvideosink_init): Always prefer the primary layer.
18721
18722 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
18723
18724         * ext/wavpack/gstwavpackdec.c:
18725           Oops, remove trailing comma from caps string.
18726
18727 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
18728
18729         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_link):
18730         * ext/wavpack/gstwavpackparse.c:
18731           Wavpack supports samplerates from 6-192kHz, fix pad template
18732           caps (fixes #322973; patch by: gcocatre@gmail.com). Also
18733           remove buffer-frames from caps, they are gone in 0.10.
18734
18735 2005-12-15  Edgard Lima <edgard.lima@indt.org.br>
18736
18737         * ext/xvid/Makefile.am:
18738         * ext/xvid/gstxviddec.c:
18739         * ext/xvid/gstxvidenc.c:
18740         Fixed some mem-leaks in xvid.
18741
18742 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
18743
18744         * configure.ac:
18745         * ext/Makefile.am:
18746         * ext/xvid/gstxvid.c:
18747         * ext/xvid/gstxvid.h:
18748         * ext/xvid/gstxviddec.c:
18749         * ext/xvid/gstxviddec.h:
18750         * ext/xvid/gstxvidenc.c:
18751         * ext/xvid/gstxvidenc.h:
18752         xviddec and xvideenc ported to 0.10
18753                 
18754
18755 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
18756
18757         * configure.ac:
18758         * ext/Makefile.am:
18759         * ext/dts/Makefile.am:
18760         * ext/dts/gstdtsdec.c:
18761         * ext/dts/gstdtsdec.h:
18762         dtsdec ported to 0.10
18763
18764 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
18765
18766         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
18767         * ext/libmms/gstmms.c: (gst_mms_src_query), (gst_mms_create):
18768         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_src_query),
18769         (gst_musepackdec_loop):
18770         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_link),
18771         (gst_swfdec_src_query):
18772         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query):
18773           GstObjects must be unref'ed with gst_object_unref() instead of
18774           g_object_unref(), otherwise things break for GLib-2.6 users.
18775
18776 2005-12-12  David Schleef  <ds@schleef.org>
18777
18778         * ext/swfdec/gstswfdec.c: (gst_swfdecbuffer_get_type),
18779         (gst_swfdecbuffer_class_init), (gst_swfdecbuffer_finalize),
18780         (gst_swfdec_buffer_from_swf), (gst_swfdec_render): Add a subclass
18781         of GstBuffer that wraps SwfdecBuffers.  Fix a massive memleak
18782         because the video buffers previously never got freed.
18783
18784 2005-12-11  Edgard Lima <edgard.lima@indt.org.br>
18785
18786         * ext/libmms/gstmms.c:
18787         Just removed a weird printf ;-)
18788
18789 2005-12-11  Edgard Lima <edgard.lima@indt.org.br>
18790
18791         * configure.ac:
18792         * ext/libmms/gstmms.c:
18793         * ext/libmms/gstmms.h:
18794         Added suport to mmsh. There's still a sucks msg "ERROR: Pipeline cant
18795         PREROOL..." to be fixed.
18796
18797 2005-12-09  Jan Schmidt  <thaytan@mad.scientist.com>
18798
18799         * ext/faad/gstfaad.c: (gst_faad_chanpos_to_gst),
18800         (gst_faad_update_caps):
18801           Assume that an unknown channel mapping with 2 channels
18802           is stereo and play it that way instead of erroring.
18803
18804         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
18805         (gst_qtdemux_add_stream), (qtdemux_parse_trak):
18806           Handle e.g. jpeg streams with 0 duration frames as having 0 framerate.
18807           Debug fixes. Some 64 bit variable fixes
18808
18809 2005-12-09  Edgard Lima <edgard.lima@indt.org.br>
18810
18811         * configure.ac:
18812         * ext/Makefile.am:
18813         * ext/swfdec/Makefile.am:
18814         * ext/swfdec/gstswfdec.c:
18815         * ext/swfdec/gstswfdec.h:
18816         swfdec Ported to 0.10.
18817
18818 2005-12-07  Edward Hervey  <edward@fluendo.com>
18819
18820         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
18821         (gst_qtdemux_add_stream):
18822         Memleak fixes.
18823         Send out EOS for valid reasons (couldn't pull_range() from upstream
18824         for example).
18825
18826 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18827
18828         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
18829         * ext/audiofile/gstafparse.h:
18830         * ext/audiofile/gstafsink.c: (gst_afsink_chain):
18831         * ext/audiofile/gstafsink.h:
18832         * ext/audiofile/gstafsrc.c: (gst_afsrc_close_file):
18833         * ext/audiofile/gstafsrc.h:
18834         * ext/cdaudio/gstcdaudio.c:
18835         * ext/divx/gstdivxenc.c:
18836         * ext/dts/gstdtsdec.h:
18837         * ext/faac/gstfaac.h:
18838         * ext/ivorbis/vorbisenc.h:
18839         * ext/ivorbis/vorbisfile.c:
18840         * ext/musepack/gstmusepackdec.h:
18841         * ext/nas/nassink.c:
18842         * ext/snapshot/gstsnapshot.c:
18843         * ext/sndfile/gstsf.h:
18844         * ext/tarkin/gsttarkindec.h:
18845         * ext/tarkin/gsttarkinenc.h:
18846         * ext/xine/gstxine.h:
18847         * ext/xine/xinecaps.c:
18848         * ext/xvid/gstxvid.h:
18849         * gst-libs/gst/play/play.h:
18850         * gst/apetag/apedemux.h:
18851         * gst/cdxaparse/gstcdxaparse.h:
18852         * gst/cdxaparse/gstcdxastrip.h:
18853         * gst/colorspace/yuv2rgb.c:
18854         * gst/colorspace/yuv2rgb.h:
18855         * gst/equalizer/gstiirequalizer.c:
18856         * gst/festival/gstfestival.h:
18857         * gst/games/gstpuzzle.c:
18858         * gst/games/gstvideoimage.c:
18859         * gst/games/gstvideoimage.h:
18860         * gst/modplug/gstmodplug.h:
18861         * gst/modplug/libmodplug/it_defs.h:
18862         * gst/modplug/libmodplug/modplug.h:
18863         * gst/modplug/libmodplug/sndfile.h:
18864         * gst/modplug/libmodplug/stdafx.h:
18865         * gst/mpeg1sys/buffer.c:
18866         * gst/mpeg1sys/gstmpeg1systemencode.h:
18867         * gst/mpeg1sys/main.h:
18868         * gst/mpeg1sys/systems.c:
18869         * gst/mpeg1videoparse/gstmp1videoparse.h:
18870         * gst/mpeg2sub/gstmpeg2subt.h:
18871         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
18872         * gst/mpegaudioparse/gstmpegaudioparse.h:
18873         * gst/multifilesink/gstmultifilesink.h:
18874         * gst/overlay/gstoverlay.h:
18875         * gst/qtdemux/qtdemux.c:
18876         * gst/qtdemux/qtdemux.h:
18877         * gst/rtjpeg/RTjpeg.c: (RTjpeg_dctY), (RTjpeg_idct):
18878         * gst/rtjpeg/RTjpeg.h:
18879         * gst/tta/crc32.h:
18880         * gst/tta/filters.h:
18881         * gst/tta/ttadec.h:
18882         * gst/videodrop/gstvideodrop.h:
18883         * sys/cdrom/gstcdplayer.h:
18884         * sys/cdrom/gstcdplayer_ioctl.c:
18885         * sys/cdrom/gstcdplayer_ioctl.h:
18886         * sys/cdrom/gstcdplayer_ioctl_bsd.h:
18887         * sys/cdrom/gstcdplayer_ioctl_irix.h:
18888         * sys/cdrom/gstcdplayer_ioctl_solaris.h:
18889         * sys/dxr3/dxr3audiosink.c:
18890         * sys/dxr3/dxr3audiosink.h:
18891         * sys/dxr3/dxr3spusink.c:
18892         * sys/dxr3/dxr3spusink.h:
18893         * sys/dxr3/dxr3videosink.c:
18894         * sys/dxr3/dxr3videosink.h:
18895         * sys/qcam/dark.c:
18896         * sys/qcam/gstqcamsrc.c:
18897         * sys/v4l2/gstv4l2colorbalance.h:
18898         * sys/v4l2/gstv4l2element.h:
18899         * sys/v4l2/gstv4l2src.h:
18900         * sys/v4l2/gstv4l2tuner.h:
18901         * sys/v4l2/gstv4l2xoverlay.h:
18902         * sys/v4l2/v4l2_calls.c:
18903         * sys/v4l2/v4l2_calls.h:
18904         * sys/v4l2/v4l2src_calls.c:
18905         * sys/v4l2/v4l2src_calls.h:
18906         * sys/vcd/vcdsrc.h:
18907           expand tabs
18908
18909 === release 0.10.0 ===
18910
18911 2005-12-05  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18912
18913         * configure.ac:
18914           releasing 0.10.0, "Camembert"
18915
18916 2005-12-05  Andy Wingo  <wingo@pobox.com>
18917
18918         * ext/faac/gstfaac.c: (gst_faac_sink_event), (gst_faac_chain):
18919         * ext/faad/gstfaad.c: (gst_faad_chain):
18920         * ext/hermes/gsthermescolorspace.c: (gst_hermes_colorspace_chain):
18921         * ext/lcs/gstcolorspace.c: (gst_colorspace_chain):
18922         * ext/xine/xineinput.c: (gst_xine_input_get):
18923         * gst/colorspace/gstcolorspace.c: (gst_colorspace_chain):
18924         * gst/speed/gstspeed.c: (speed_chain):
18925         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain): Update for
18926         alloc_buffer changes.
18927
18928 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
18929
18930         * ext/Makefile.am:
18931           Add missing $(WAVPACK_DIR) (#322962).
18932
18933 === release 0.9.7 ===
18934
18935 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18936
18937         * configure.ac:
18938           releasing 0.9.7, "Arrigato Gasuimas Skebisan"
18939
18940 2005-11-28  Edgard Lima <edgard.lima@indt.org.br>
18941
18942         * PORTED_09:
18943         * configure.ac:
18944         * ext/Makefile.am:
18945         * ext/libmms/Makefile.am:
18946         * ext/libmms/gstmms.c:
18947         * ext/libmms/gstmms.h:
18948         libmm ported to 0.9. It works fine, but print some error messages. I
18949         ll fix them soon. Tested with  mmssrc location=mms:// ! filesink.
18950         
18951 2005-11-28  Edward Hervey  <edward@fluendo.com>
18952
18953         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
18954         Handle gracefully the consequence of "Maximum number of scalefactor
18955         bands exceeded", which results in 0 channels with samplerates of 0.
18956         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state):
18957         Do upward transitions, then call parent state_change, then do
18958         downward transitions.
18959
18960 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18961
18962         * ext/Makefile.am:
18963           alphabets, so hard to master.  Should fix distcheck.
18964
18965 2005-11-25  Edgard Lima  <edgard.lima@indt.org.br>
18966
18967         * configure.ac:
18968         * PORTED_09:
18969         * ext/Makefile.am:
18970         * ext/wavpack/Makefile.am:
18971         * ext/wavpack/gstwavpackdec.c:
18972         * ext/wavpack/gstwavpackdec.h:
18973         * ext/wavpack/gstwavpackparse.c:
18974         * ext/wavpack/gstwavpackparse.h:
18975         Wavpack ported to 0.9. No support for correction file yet.
18976
18977 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18978
18979         * ext/wavpack/Makefile.am:
18980         * ext/wavpack/gstwavpack.c: (plugin_init):
18981         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_read_header):
18982         * ext/wavpack/gstwavpackcommon.h:
18983         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_link),
18984         (gst_wavpack_dec_wvclink), (gst_wavpack_dec_get_type),
18985         (gst_wavpack_dec_base_init), (gst_wavpack_dec_dispose),
18986         (gst_wavpack_dec_class_init), (gst_wavpack_dec_src_query),
18987         (gst_wavpack_dec_init), (gst_wavpack_dec_setup_context),
18988         (gst_wavpack_dec_format_samples), (gst_wavpack_dec_loop),
18989         (gst_wavpack_dec_plugin_init):
18990         * ext/wavpack/gstwavpackdec.h:
18991         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_get_type),
18992         (gst_wavpack_parse_base_init), (gst_wavpack_parse_dispose),
18993         (gst_wavpack_parse_class_init), (gst_wavpack_parse_src_query),
18994         (gst_wavpack_parse_src_event), (find_header), (find_sample),
18995         (gst_wavpack_parse_seek), (gst_wavpack_parse_init),
18996         (gst_wavpack_parse_handle_event), (gst_wavpack_parse_loop),
18997         (gst_wavpack_parse_change_state), (gst_wavpack_parse_plugin_init):
18998         * ext/wavpack/gstwavpackparse.h:
18999           put back wavpack - still needs porting
19000
19001 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19002
19003         * configure.ac: back to HEAD
19004
19005 === release 0.9.6 ===
19006
19007 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
19008
19009         * configure.ac:
19010           releasing 0.9.6, "Hot Tea"
19011
19012 2005-11-23  Julien MOUTTE  <julien@moutte.net>
19013
19014         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
19015         * ext/directfb/dfb-example.c: (main):
19016         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_destroy),
19017         (gst_dfbvideosink_event_thread), (gst_dfbvideosink_setup),
19018         (gst_dfbvideosink_getcaps), (gst_dfbvideosink_setcaps),
19019         (gst_dfbvideosink_change_state), (gst_dfbvideosink_get_times),
19020         (gst_dfbvideosink_bufferpool_clear),
19021         (gst_dfbvideosink_buffer_alloc), (gst_dfbsurface_finalize),
19022         (gst_dfbvideosink_navigation_send_event),
19023         (gst_dfbvideosink_finalize), (gst_dfbvideosink_init),
19024         (gst_dfbvideosink_class_init):
19025         * ext/directfb/dfbvideosink.h: Use fraction for framerate, various
19026         fixes.
19027
19028 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19029
19030         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init),
19031         (gst_sdlvideosink_get_times), (gst_sdlvideosink_init),
19032         (gst_sdlvideosink_setcaps), (gst_sdlvideosink_change_state):
19033         * ext/sdl/sdlvideosink.h:
19034         Updates for fractional framerates and XOverlay interface changes
19035
19036 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19037
19038         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19039         (gst_qtdemux_add_stream), (qtdemux_dump_mvhd),
19040         (qtdemux_parse_trak):
19041         Convert to fractional framerates
19042
19043 2005-11-23  Edward Hervey  <edward@fluendo.com>
19044
19045         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_loop):
19046         Fix for latest API changes
19047
19048 2005-11-22  Edgard Lima <edgard.lima@indt.org.br>
19049         * configure.ac:
19050         * PORTED_09:
19051         * extt/Makefile.am:
19052         * ext/musepack/gstmusepackdec.c:
19053         * ext/musepack/gstmusepackdec.h:
19054         * ext/musepack/gstmusepackreader.c:
19055         * ext/musepack/gstmusepackreader.h:
19056         Musepackdec ported to 0.9. There is still a small problem to be
19057         solved, after the end of file, the pipeline doens't stop.
19058
19059 2005-11-22  Andy Wingo  <wingo@pobox.com>
19060
19061         * ext/faad/gstfaad.c (gst_faad_event)
19062         * ext/ivorbis/vorbisfile.c (gst_ivorbisfile_loop)
19063         * gst/qtdemux/qtdemux.c (gst_qtdemux_loop_header)
19064         * gst/speed/gstspeed.c (speed_sink_event)
19065         * gst/tta/gstttaparse.c (gst_tta_parse_src_event)
19066         (gst_tta_parse_parse_header): Run update-funcnames.
19067
19068 2005-11-21  Michael Smith <msmith@fluendo.com>
19069
19070         * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_event):
19071           Don't take STREAM_LOCK in sink event handlers any more.
19072
19073 2005-11-21  Wim Taymans  <wim@fluendo.com>
19074
19075         * ext/faac/gstfaac.c: (gst_faac_sink_event):
19076         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_src_event):
19077         * gst/tta/gstttaparse.c: (gst_tta_parse_src_event):
19078         Fix for stream lock updates.
19079
19080 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19081
19082         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
19083           Add DX50, DIVX and DIV3 fourccs (patch by
19084           j@bootlab.org, #321903).
19085
19086 2005-11-21  Andy Wingo  <wingo@pobox.com>
19087
19088         * *.h:
19089         * *.c: Ran scripts/update-macros. Oh yes.
19090
19091 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19092
19093         * ext/directfb/dfbvideosink.c:
19094         (gst_dfbvideosink_get_format_from_caps):
19095         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create):
19096         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19097         (qtdemux_parse), (qtdemux_type_get), (qtdemux_node_dump_foreach),
19098         (qtdemux_dump_hdlr), (qtdemux_dump_dref), (qtdemux_dump_stsd),
19099         (qtdemux_dump_dcom), (qtdemux_parse_trak), (qtdemux_video_caps),
19100         (qtdemux_audio_caps):
19101         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
19102         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
19103         (gst_v4l2src_capture_init), (gst_v4l2src_get_size_limits):
19104           Update for GST_FOURCC_FORMAT API change.
19105
19106 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
19107
19108         * ext/audioresample/gstaudioresample.c:
19109         * ext/polyp/polypsink.c: (gst_polypsink_sink_fixate):
19110         * gst/librfb/gstrfbsrc.c: (gst_rfbsrc_fixate):
19111         * gst/modplug/gstmodplug.cc:
19112         * sys/glsink/glimagesink.c: (gst_glimagesink_fixate):
19113         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_fixate):
19114         Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
19115         (#322027)
19116
19117 2005-11-21  Edgard Lima <edgard.lima@indt.org.br>
19118
19119         * ext/Makefile.am:
19120         * ext/ivorbis/vorbisfile.c:
19121         Now it works in push-mode. Tested with gnomevfssrc location=http://..
19122         ! tremor ! alsasink. Some issues to be solved yet:
19123         1- set correct timestamps
19124         2- seek is forced to disabled in pull-mode
19125         
19126 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
19127
19128         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
19129         (gst_faac_sink_setcaps), (gst_faac_configure_source_pad),
19130         (gst_faac_chain):
19131           Set proper caps on source pad (#320532).
19132
19133         * ext/faad/gstfaad.c:
19134           Don't use gtk-doc markers for comment block.
19135
19136 2005-11-14  Andy Wingo  <wingo@pobox.com>
19137
19138         * configure.ac (GST_PLUGIN_LDFLAGS): -no-undefined for better
19139         debugging, allows dll builds on windows. Fixes #316076.
19140
19141 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
19142
19143         * configure.ac: back to HEAD
19144
19145 === release 0.9.5 ===
19146
19147 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
19148
19149         * configure.ac:
19150           releasing 0.9.5, "Thrice Belgian Bar"
19151
19152 2005-11-11  Michael Smith <msmith@fluendo.com>
19153
19154         * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_chain):
19155           Make this compile on systems with broken headers. 
19156
19157 2005-11-11  Michael Smith <msmith@fluendo.com>
19158
19159         * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_chain):
19160           Call functions with the correct API. Unfortunately, unless your
19161           distribution patches upstream, the public header file for FAAD
19162           doesn't actually declare the API accurately. So, some nastiness
19163           ensues...
19164
19165 2005-11-10  Daniel Amelang  <daniel dot amelang at gmail dot com>
19166
19167         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19168
19169         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta):
19170           Add support for custom genre tags.
19171
19172 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
19173
19174         * ext/tarkin/wavelet.c:
19175         * ext/tarkin/wavelet.h:
19176         * gst/mpegaudioparse/gstmpegaudioparse.c:
19177         * gst/vbidec/vbidata.c:
19178         * gst/vbidec/vbiscreen.h:
19179         * sys/dxr3/ac3_padder.c:
19180         * sys/dxr3/dxr3audiosink.c:
19181         * sys/dxr3/dxr3spusink.c:
19182         * sys/dxr3/dxr3videosink.c:
19183         * sys/qcam/dark.c:
19184           Don't use gtk-doc markers for normal comments. Fix
19185           gtk-doc formatting where required.
19186
19187 2005-11-08  Edgard Lima <edgard.lima@indt.org.br>
19188
19189         * configure.ac:
19190         * PORTED_09:
19191         * ext/Makefile.am:
19192         * ext/ivorbis/vorbis.c:
19193         * ext/ivorbis/vorbisfile.c:
19194         Ported to 0.9. Some issues to be solved yet:
19195         1- set correct timestamps
19196         2- seg fault when eos
19197         3- seek is now disabled
19198
19199 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19200
19201         * examples/Makefile.am: Cleanup non existing
19202         examples.
19203
19204 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19205
19206         * docs/plugins/inspect.stamp: Add missing files.
19207
19208 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19209
19210         * examples/Makefile.am: Make buildbot happy.
19211
19212 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19213
19214         * Makefile.am: examples in dist subdirs.
19215         * configure.ac: enable parameter for building 
19216         examples.
19217         * docs/plugins/gst-plugins-bad-plugins.args:
19218         * docs/plugins/inspect/plugin-dfbvideosink.xml:
19219         * examples/Makefile.am: Updates.
19220
19221 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19222
19223         * Makefile.am:
19224         * autogen.sh:
19225         * configure.ac:
19226         * docs/Makefile.am:
19227         * docs/plugins/.cvsignore:
19228         * docs/plugins/Makefile.am:
19229         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
19230         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
19231         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
19232         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
19233         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
19234         * docs/plugins/gst-plugins-bad-plugins.args:
19235         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
19236         * docs/plugins/gst-plugins-bad-plugins.interfaces:
19237         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
19238         * docs/plugins/gst-plugins-bad-plugins.signals:
19239         * docs/plugins/gst-plugins-bad-plugins.types:
19240         * docs/plugins/inspect/plugin-dfbvideosink.xml:
19241         * docs/version.entities.in: Enable documentation.
19242         * examples/Makefile.am:
19243         * examples/directfb/Makefile.am:
19244         * examples/directfb/decker.ttf:
19245         * examples/directfb/dfblogo.png:
19246         * examples/directfb/gstdfb.c: (myclock), (dynamic_link),
19247         (size_changed), (setup_dynamic_link), (main): Add an example
19248         application for DirectFB.
19249
19250 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19251
19252         * ext/directfb/Makefile.am: Add the example application.
19253         * ext/directfb/dfb-example.c: (get_me_out), (main):
19254         Here is an example application that runs videotestsrc for 20
19255         seconds. It's included in the documentation.
19256         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_enum_layers),
19257         (gst_dfbvideosink_setup), (gst_dfbvideosink_can_blit_from_format),
19258         (gst_dfbvideosink_getcaps), (gst_dfbvideosink_buffer_alloc):
19259         More fixes, calculate new size of the buffer when renegotiating.
19260         This completely breaks ffmpegcolorspace but i need to discuss 
19261         that with Wim on monday. Add documentation.
19262
19263 2005-11-05  Julien MOUTTE  <julien@moutte.net>
19264
19265         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_enum_layers),
19266         (gst_dfbvideosink_setup), (gst_dfbvideosink_can_blit_from_format),
19267         (gst_dfbvideosink_getcaps): Make acceleration detection work, 
19268         better, add safety checks and ARGB support for cards that
19269         support it.
19270
19271 2005-11-04  Julien MOUTTE  <julien@moutte.net>
19272
19273         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_create),
19274         (gst_dfbvideosink_surface_destroy),
19275         (gst_dfbvideosink_get_best_vmode), (gst_dfbvideosink_getcaps),
19276         (gst_dfbvideosink_center_rect), (gst_dfbvideosink_show_frame),
19277         (gst_dfbvideosink_buffer_alloc):
19278         * ext/directfb/dfbvideosink.h: Now does clipping when surface
19279         is too small, handles upstream elements that are not calling
19280         gst_pad_alloc_buffer, fixes a lot of bugs.
19281
19282 2005-11-03  Julien MOUTTE  <julien@moutte.net>
19283
19284         * ext/directfb/Makefile.am: Prepare for liboil usage.
19285         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_show_frame),
19286         (gst_dfbvideosink_buffer_alloc):  Prepare for liboil, handle
19287         rendering in external surface correctly. Will commit a neat
19288         example soon.
19289
19290 2005-11-03  Edgard Lima <edgard.lima@indt.org.br>
19291
19292         * ext/sdl/sdlvideosink.c: (SDL_WaitEventTimeout),
19293         (gst_sdlvideosink_event_thread), (gst_sdlvideosink_initsdl),
19294         (gst_sdlvideosink_change_state), (gst_sdlvideosink_deinitsdl):
19295         * ext/sdl/sdlvideosink.h:
19296         Add support to exit when 'Esc' key is pressed.
19297
19298 2005-11-02  Julien MOUTTE  <julien@moutte.net>
19299
19300         * configure.ac: Requires DirectFB 0.9.24
19301
19302 2005-11-02  Julien MOUTTE  <julien@moutte.net>
19303
19304         * configure.ac:
19305         * ext/Makefile.am:
19306         * ext/directfb/Makefile.am:
19307         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_get_format_name),
19308         (gst_dfbvideosink_surface_create),
19309         (gst_dfbvideosink_surface_destroy),
19310         (gst_dfbvideosink_event_thread), (gst_dfbvideosink_enum_layers),
19311         (gst_dfbvideosink_enum_vmodes), (gst_dfbvideosink_enum_devices),
19312         (gst_dfbvideosink_setup), (gst_dfbvideosink_cleanup),
19313         (gst_dfbvideosink_get_format_from_caps),
19314         (gst_dfbvideosink_get_caps_from_format),
19315         (gst_dfbvideosink_can_blit_from_format),
19316         (gst_dfbvideosink_get_best_vmode), (gst_dfbvideosink_getcaps),
19317         (gst_dfbvideosink_setcaps), (gst_dfbvideosink_change_state),
19318         (gst_dfbvideosink_get_times), (gst_dfbvideosink_center_rect),
19319         (gst_dfbvideosink_show_frame), (gst_dfbvideosink_bufferpool_clear),
19320         (gst_dfbvideosink_buffer_alloc), (gst_dfbsurface_finalize),
19321         (gst_dfbsurface_init), (gst_dfbsurface_class_init),
19322         (gst_dfbsurface_get_type), (gst_dfbvideosink_interface_supported),
19323         (gst_dfbvideosink_interface_init),
19324         (gst_dfbvideosink_navigation_send_event),
19325         (gst_dfbvideosink_navigation_init),
19326         (gst_dfbvideosink_set_property), (gst_dfbvideosink_get_property),
19327         (gst_dfbvideosink_init), (gst_dfbvideosink_base_init),
19328         (gst_dfbvideosink_class_init), (gst_dfbvideosink_get_type),
19329         (plugin_init):
19330         * ext/directfb/dfbvideosink.h:
19331         * ext/directfb/directfbvideosink.c:
19332         * ext/directfb/directfbvideosink.h: Complete rewrite/port of
19333         DirectFB video sink to 0.9. Handles reverse negotiation, hardware
19334         scaling, navigation, buffer allocation from video memory etc...
19335
19336 2005-10-31 Edgard Lima <edgard.lima@indt.org.br>
19337
19338         * gst-plugins-bad/ext/sdl/sdlvideosink.c:
19339         gst_sdlvideosink_set_property, gst_sdlvideosink_init,
19340         gst_sdlvideosink_create:
19341         Changed property full-screen to fullscreen, using SDL_SWSURFACE
19342         instead of SDL_HWSURFACE when in full screen mode.
19343         
19344 2005-10-31 Edgard Lima <edgard.lima@indt.org.br>
19345
19346         * gst-plugins-bad/ext/sdl/sdlvideosink.c: gst_sdlvideosink_class_init,
19347         gst_sdlvideosink_set_property, gst_sdlvideosink_get_property,
19348         gst_sdlvideosink_init, gst_sdlvideosink_create:
19349         * gst-plugins-bad/ext/sdl/sdlvideosink.h:
19350         Added a property that allows full-screen.
19351
19352 2005-10-28  Tim-Philipp Müller  <tim at centricular dot net>
19353
19354         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init),
19355         (gst_sdlvideosink_class_init),
19356         (gst_sdlvideosink_get_sdl_from_fourcc), (gst_sdlvideosink_setcaps),
19357         (gst_sdlvideosink_show_frame):
19358         * ext/sdl/sdlvideosink.h:
19359           Fix I420 output on some machines (not very nice, but should work).
19360           Add an 'sdlvideosink' debug category. Disable formats that do
19361           not work. Fix some vararg function issues.
19362
19363 2005-10-27  Wim Taymans  <wim@fluendo.com>
19364
19365         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
19366         (gst_sdlvideosink_get_times), (gst_sdlvideosink_class_init),
19367         (gst_sdlvideosink_init), (gst_sdlvideosink_lock),
19368         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create),
19369         (gst_sdlvideosink_show_frame), (gst_sdlvideosink_set_property),
19370         (gst_sdlvideosink_get_property), (gst_sdlvideosink_change_state):
19371         Fix SDL videosink and did some cleanups.
19372
19373 2005-10-27  Edgard Lima <edgard.lima@indt.org.br>
19374
19375         * ext/sdl/sdlvideosink.c:
19376         * ext/sdl/sdlvideosink.h:
19377         Trying to fix videos out of sync (not fixed yet)
19378         
19379 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
19380
19381         * gst/qtdemux/qtdemux.h:
19382           Remove got_redirect from class structure as well.
19383
19384 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
19385
19386         * gst/qtdemux/qtdemux.c: (gst_qtdemux_class_init),
19387         (qtdemux_parse_tree):
19388           Remove 'got-redirect' signal and post element message
19389           on the bus instead.
19390
19391 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
19392
19393         * ext/gsm/gstgsm.c:
19394         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
19395         * ext/gsm/gstgsmdec.h:
19396         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init), (gst_gsmenc_init),
19397         (gst_gsmenc_chain):
19398         Fixing stuff as wingo pointed out.
19399
19400 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
19401
19402         * ext/gsm/gstgsm.c: (plugin_init):
19403         * ext/gsm/gstgsmdec.c: (gst_gsmdec_class_init), (gst_gsmdec_init),
19404         (gst_gsmdec_chain):
19405         * ext/gsm/gstgsmdec.h:
19406         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init), (gst_gsmenc_init),
19407         (gst_gsmenc_chain):
19408         * ext/gsm/gstgsmenc.h:
19409         Over-writing Wim's gsm plugins (currently not working) with that from the 
19410         farsight repo. Also made sure that they work with the RTP (de)payloader.
19411
19412 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
19413
19414         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), 
19415         (gst_gsmenc_sink_event), (gst_gsmenc_chain):
19416         * ext/gsm/gstgsmenc.h:
19417         Fixed event handling
19418
19419 2005-10-24  Christian Schaller  <christian@fluendo.com>
19420
19421         * configure.ac: port over thomas's plugin listing from base
19422
19423 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
19424
19425         * configure.ac:
19426           back to HEAD
19427
19428 === release 0.9.4 ===
19429
19430 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
19431
19432         * NEWS:
19433         * RELEASE:
19434         * configure.ac:
19435           Releasing 0.9.4, "Utahraptor"
19436
19437 2005-10-23  Julien MOUTTE  <julien@moutte.net>
19438
19439         * gst/tta/gstttaparse.c: (gst_tta_parse_loop): STOPPED->FAILED.
19440
19441 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
19442
19443         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_class_init),
19444         (gst_faad_init), (gst_faad_srcgetcaps), (gst_faad_event),
19445         (gst_faad_chain), (gst_faad_change_state):
19446         * ext/faad/gstfaad.h:
19447           Do some timestamp smoothing (matroskademux apparently sends
19448           multiple buffers in a row with the same timestamp); fix
19449           duration on outgoing buffers; fix change state function; use
19450           GST_DEBUG_FUNCPTR for pad functions.
19451
19452 2005-10-19  Wim Taymans  <wim@fluendo.com>
19453
19454         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_query_types),
19455         (gst_qtdemux_handle_src_query):
19456         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query):
19457         * gst/tta/gstttaparse.c: (gst_tta_parse_src_event),
19458         (gst_tta_parse_get_query_types), (gst_tta_parse_query):
19459         API change fix.
19460
19461 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
19462
19463         * configure.ac:
19464           All the cool kids use GST_DOCBOOK_CHECK now.
19465
19466 2005-10-18  Julien MOUTTE  <julien@moutte.net>
19467
19468         * gst/speed/Makefile.am: Fix build of speed. 
19469
19470 2005-10-17  Edgard Lima <edgard.lima@indt.org.br>
19471
19472         * gst/speed/gstspeed.c: (speed_chain), (speed_setcaps),
19473         (speed_parse_caps), (speed_src_event), (speed_sink_event),
19474         (speed_src_query), (speed_init), (speed_set_property),
19475         (speed_change_state), (gst_speed_convert):
19476         Fixed speed - the previous version, 1.38, has been ported to 0.9
19477         from a wrong version, 1.37 (from 1.36). That fix already includes
19478         the changes done in 1.36.2.4.
19479
19480 2005-10-16  Tim-Philipp Müller  <tim at centricular dot net>
19481
19482         * configure.ac:
19483           Fix glib check
19484
19485 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
19486
19487         * examples/stats/mp2ogg.c:
19488         * ext/tarkin/tarkin.c: (tarkin_analysis_framein),
19489         (tarkin_synthesis_packetin):
19490           and more typos fixed
19491
19492 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
19493
19494         * ext/faac/gstfaac.c: (gst_faac_class_init), (gst_faac_init),
19495         (gst_faac_sink_setcaps), (gst_faac_src_setcaps),
19496         (gst_faac_sink_event), (gst_faac_chain), (gst_faac_set_property),
19497         (gst_faac_get_property), (gst_faac_change_state):
19498           Gst09-ize code a little bit more: use gst_pad_alloc_buffer(),
19499           move event handling from chain function into an event function,
19500           add some locks here and there, do some cleanups; disable 32-bit
19501           integer and float input formats until we're sure that those 
19502           actually work (couldn't play back the produced files with 
19503           anything).
19504
19505 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
19506
19507         * examples/indexing/indexmpeg.c: (main):
19508         * ext/artsd/gstartsdsink.c: (gst_artsdsink_open_audio),
19509         (gst_artsdsink_close_audio), (gst_artsdsink_change_state):
19510         * ext/artsd/gstartsdsink.h:
19511         * ext/audiofile/gstafparse.c: (gst_afparse_open_file),
19512         (gst_afparse_close_file):
19513         * ext/audiofile/gstafparse.h:
19514         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
19515         (gst_afsink_close_file), (gst_afsink_chain),
19516         (gst_afsink_change_state):
19517         * ext/audiofile/gstafsink.h:
19518         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
19519         (gst_afsrc_close_file), (gst_afsrc_change_state):
19520         * ext/audiofile/gstafsrc.h:
19521         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_init):
19522         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_init):
19523         * ext/dts/gstdtsdec.c: (gst_dtsdec_init):
19524         * ext/jack/gstjack.h:
19525         * ext/jack/gstjackbin.c: (gst_jack_bin_init),
19526         (gst_jack_bin_change_state):
19527         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_init):
19528         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_init):
19529         * ext/nas/nassink.c: (gst_nassink_open_audio),
19530         (gst_nassink_close_audio), (gst_nassink_change_state):
19531         * ext/nas/nassink.h:
19532         * ext/polyp/polypsink.c: (gst_polypsink_init):
19533         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_change_state):
19534         * ext/sdl/sdlvideosink.h:
19535         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
19536         * ext/sndfile/gstsf.c: (gst_sf_set_property),
19537         (gst_sf_change_state), (gst_sf_release_request_pad),
19538         (gst_sf_open_file), (gst_sf_close_file), (gst_sf_loop):
19539         * ext/sndfile/gstsf.h:
19540         * ext/swfdec/gstswfdec.c: (gst_swfdec_init):
19541         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_init):
19542         * gst/apetag/apedemux.c: (gst_ape_demux_init):
19543         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init):
19544         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_init):
19545         * gst/festival/gstfestival.c: (gst_festival_change_state):
19546         * gst/festival/gstfestival.h:
19547         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
19548         * gst/multifilesink/gstmultifilesink.c: (gst_multifilesink_init),
19549         (gst_multifilesink_set_location), (gst_multifilesink_open_file),
19550         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
19551         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
19552         (gst_multifilesink_chain), (gst_multifilesink_change_state):
19553         * gst/multifilesink/gstmultifilesink.h:
19554         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init):
19555         * sys/cdrom/gstcdplayer.c: (cdplayer_init):
19556         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init),
19557         (dxr3audiosink_open), (dxr3audiosink_close),
19558         (dxr3audiosink_chain_pcm), (dxr3audiosink_chain_ac3),
19559         (dxr3audiosink_change_state):
19560         * sys/dxr3/dxr3audiosink.h:
19561         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init), (dxr3spusink_open),
19562         (dxr3spusink_close), (dxr3spusink_chain),
19563         (dxr3spusink_change_state):
19564         * sys/dxr3/dxr3spusink.h:
19565         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init),
19566         (dxr3videosink_open), (dxr3videosink_close),
19567         (dxr3videosink_write_data), (dxr3videosink_change_state):
19568         * sys/dxr3/dxr3videosink.h:
19569         * sys/glsink/glimagesink.c: (gst_glimagesink_init):
19570         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
19571         (gst_qcamsrc_open), (gst_qcamsrc_close):
19572         * sys/qcam/gstqcamsrc.h:
19573         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
19574         * sys/vcd/vcdsrc.c: (gst_vcdsrc_set_property), (gst_vcdsrc_get),
19575         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
19576         (gst_vcdsrc_change_state), (gst_vcdsrc_recalculate):
19577         * sys/vcd/vcdsrc.h:
19578         renamed GST_FLAGS macros to GST_OBJECT_FLAGS
19579         moved bitshift from macro to enum definition
19580
19581 2005-10-12  Josef Zlomek  <josef dot zlomek at xeris dot cz>
19582
19583         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19584
19585         * ext/faac/gstfaac.c: (gst_faac_sink_setcaps):
19586           Fix depth/width handling for float audio (#318659).
19587
19588 2005-10-12  Josef Zlomek  <josef dot zlomek at xeris dot cz>
19589
19590         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19591
19592         * ext/faac/gstfaac.c: (gst_faac_sink_setcaps),
19593         (gst_faac_src_setcaps), (gst_faac_chain):
19594           Refcount fixes (#318660)
19595
19596 2005-10-12  Julien MOUTTE  <julien@moutte.net>
19597
19598         * ext/Makefile.am: libvisual and snapshot are not here anymore. Makes
19599         automake-1.7 happy again.
19600
19601 2005-10-12  Tim-Philipp Müller  <tim at centricular dot net>
19602
19603         * ext/faad/gstfaad.c: (gst_faad_event):
19604           newsegment API update
19605
19606 2005-10-11  Wim Taymans  <wim@fluendo.com>
19607
19608         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header):
19609         * gst/tta/gstttaparse.c: (gst_tta_parse_src_event),
19610         (gst_tta_parse_parse_header):
19611         newsegment API update.
19612
19613 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
19614
19615         * configure.ac:
19616           back to development
19617
19618 === release 0.9.3 ===
19619
19620 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
19621
19622         * configure.ac:
19623           Releasing 0.9.3, "Porthos"
19624
19625 2005-09-28  Wim Taymans  <wim@fluendo.com>
19626
19627         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header):
19628         No need to take stream lock here.
19629
19630 2005-09-26  Christian Schaller  <uraeus@gnome.org>
19631
19632         * configure.ac: add speed and rfb where needed
19633         * gst/librfb/Makefile.am: add rfbsrc.c file to files getting disted
19634
19635 2005-09-23  Edgard Lima  <edgard.lima@indt.org.br>
19636
19637         * ext/gsm/Makefile.am:
19638         * ext/gsm/gstgsm.c:
19639         * ext/gsm/gstgsmdec.c:
19640         * PORTED_09:
19641         Gsmdec ported to 0.9.
19642
19643 2005-09-22  Arwed v. Merkatz  <v.merkatz@gmx.net>
19644
19645         * configure.ac:
19646         * gst/tta/gstttadec.c: (gst_tta_dec_setcaps), (gst_tta_dec_init),
19647         (gst_tta_dec_chain):
19648         * gst/tta/gstttaparse.c: (gst_tta_parse_dispose),
19649         (gst_tta_parse_class_init), (gst_tta_parse_reset),
19650         (gst_tta_parse_init), (gst_tta_parse_src_event),
19651         (gst_tta_parse_get_query_types), (gst_tta_parse_query),
19652         (gst_tta_parse_activate), (gst_tta_parse_activate_pull),
19653         (gst_tta_parse_parse_header), (gst_tta_parse_stream_data),
19654         (gst_tta_parse_loop), (gst_tta_parse_change_state):
19655         * gst/tta/gstttaparse.h:
19656           Ported tta plugin to 0.9.
19657
19658
19659 2005-09-20  Flavio Oliveira  <flavio.oliveira@indt.org.br>
19660
19661         * ext/gsm/gstgsmenc.c:
19662           Setting caps on the outgoing buffers.
19663           Need to fix: rtpencoder does not know what it is handling and
19664           errors out
19665
19666 2005-09-20  Edgard Lima  <edgard.lima@indt.org.br>
19667
19668         * configure.ac:
19669         * ext/sdl/Makefile.am:
19670           Fixed Makefile.am - removed hard coded flags from Makefile.am.
19671           Added AC_PATH_XTRA to configure.ac to be used by Makefile.am.
19672
19673 2005-09-19  Edgard Lima  <edgard.lima@indt.org.br>
19674
19675         * Makefile.am:
19676         * configure.ac:
19677         * ext/sdl/Makefile.am:
19678         * ext/sdl/sdlvideosink.c:
19679         * PORTED_09:
19680           Ported to 0.9.
19681
19682 === release 0.9.1 ===
19683
19684 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
19685
19686         * configure.ac:
19687         * gst/speed/Makefile.am:
19688         * gst/speed/gstspeed.c: Ported to GStreamer 0.9.
19689         * PORTED_09:
19690
19691 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19692
19693         * NEWS:
19694         * README:
19695         * RELEASE:
19696         * configure.ac:
19697         * autogen.sh:
19698           releasing 0.9.1, "Angel Eyes"
19699
19700 2005-09-05  Jan Schmidt  <thaytan@mad.scientist.com>
19701         * examples/gstplay/player.c: (main):
19702         * examples/stats/mp2ogg.c: (main):
19703         * ext/artsd/gstartsdsink.c: (gst_artsdsink_change_state):
19704         * ext/audiofile/gstafsink.c: (gst_afsink_change_state):
19705         * ext/audiofile/gstafsrc.c: (gst_afsrc_change_state):
19706         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_change_state):
19707         * ext/dirac/gstdiracdec.cc:
19708         * ext/directfb/directfbvideosink.c:
19709         (gst_directfbvideosink_change_state):
19710         * ext/dts/gstdtsdec.c: (gst_dtsdec_change_state):
19711         * ext/faac/gstfaac.c: (gst_faac_change_state):
19712         * ext/hermes/gsthermescolorspace.c:
19713         (gst_hermes_colorspace_change_state):
19714         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_change_state):
19715         * ext/jack/gstjack.c: (gst_jack_change_state):
19716         * ext/jack/gstjackbin.c: (gst_jack_bin_change_state):
19717         * ext/lcs/gstcolorspace.c: (gst_colorspace_change_state):
19718         * ext/libmms/gstmms.c: (gst_mms_change_state):
19719         * ext/mpeg2enc/gstmpeg2enc.cc:
19720         * ext/mplex/gstmplex.cc:
19721         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_change_state):
19722         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_change_state):
19723         * ext/nas/nassink.c: (gst_nassink_change_state):
19724         * ext/polyp/polypsink.c: (gst_polypsink_change_state),
19725         (context_state_callback), (gst_polypsink_link):
19726         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_change_state):
19727         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
19728         * ext/smoothwave/gstsmoothwave.c: (gst_sw_change_state):
19729         * ext/sndfile/gstsf.c: (gst_sf_change_state):
19730         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
19731         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_change_state):
19732         * ext/xine/xine.c: (gst_xine_change_state):
19733         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_change_state):
19734         * ext/xine/xineaudiosink.c: (gst_xine_audio_sink_change_state):
19735         * ext/xine/xineinput.c: (gst_xine_input_change_state):
19736         * ext/xvid/gstxviddec.c: (gst_xviddec_change_state):
19737         * ext/xvid/gstxvidenc.c: (gst_xvidenc_change_state):
19738         * gst/apetag/apedemux.c: (gst_ape_demux_change_state):
19739         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_change_state):
19740         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_change_state):
19741         * gst/colorspace/gstcolorspace.c: (gst_colorspace_change_state):
19742         * gst/festival/gstfestival.c: (gst_festival_change_state):
19743         * gst/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state):
19744         * gst/modplug/gstmodplug.cc:
19745         * gst/mpeg1videoparse/gstmp1videoparse.c:
19746         (gst_mp1videoparse_change_state):
19747         * gst/mpegaudioparse/gstmpegaudioparse.c:
19748         (gst_mp3parse_change_state):
19749         * gst/multifilesink/gstmultifilesink.c:
19750         (gst_multifilesink_change_state):
19751         * gst/speed/gstspeed.c: (speed_change_state):
19752         * gst/switch/gstswitch.c: (gst_switch_change_state):
19753         * gst/videocrop/gstvideocrop.c: (gst_video_crop_change_state):
19754         * gst/videodrop/gstvideodrop.c: (gst_videodrop_change_state):
19755         * gst/y4m/gsty4mencode.c: (gst_y4mencode_change_state):
19756         * po/af.po:
19757         * po/az.po:
19758         * po/cs.po:
19759         * po/en_GB.po:
19760         * po/hu.po:
19761         * po/it.po:
19762         * po/nb.po:
19763         * po/nl.po:
19764         * po/or.po:
19765         * po/sq.po:
19766         * po/sr.po:
19767         * po/sv.po:
19768         * po/uk.po:
19769         * po/vi.po:
19770         * sys/cdrom/gstcdplayer.c: (cdplayer_change_state):
19771         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_change_state):
19772         * sys/dxr3/dxr3spusink.c: (dxr3spusink_change_state):
19773         * sys/dxr3/dxr3videosink.c: (dxr3videosink_change_state):
19774         * sys/glsink/glimagesink.c: (gst_glimagesink_change_state):
19775         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state):
19776         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_change_state):
19777         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_change_state):
19778         * sys/sunaudio/gstsunelement.c: (gst_sunaudioelement_change_state):
19779         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_change_state):
19780         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_change_state):
19781         * sys/vcd/vcdsrc.c: (gst_vcdsrc_change_state):
19782           Fix up all the state change functions.
19783
19784 2005-09-05  Thomas Vander Stichele  <thomas at apestaart dot org>
19785
19786         * created gst-plugins-bad
19787
19788 2005-09-02  Flavio Oliveira  <flavio.oliveira@indt.org.br>
19789
19790         * configure.ac:
19791         * ext/Makefile.am:
19792         * ext/gsm/Makefile.am:
19793         * ext/gsm/gstgsm.c: 
19794         * ext/gsm/gstgsmenc.c: Ported GSM Encoder to GStreamer 0.9.
19795         * PORTED_09:
19796
19797 2005-08-31  Flavio Oliveira  <flavio.oliveira@indt.org.br>
19798
19799         * configure.ac:
19800         * ext/Makefile.am:
19801         * ext/faac/Makefile.am:
19802         * ext/faac/gstfaac.c: Ported to GStreamer 0.9.