configure.ac
[platform/upstream/gstreamer.git] / ChangeLog
1 2008-10-06  Stefan Kost  <ensonic@users.sf.net>
2
3         * configure.ac
4         * ext/metadata/README:
5         * ext/metadata/metadataexif.c:
6         * ext/metadata/metadatatags.c:
7         * ext/metadata/metadatatags.h:
8           Start using core geo tags (bump req). Fix handling of location
9           references.
10
11         * tests/check/Makefile.am:
12           Sort blacklisted elements and remove moved ones. Add new test.
13
14         * tests/check/pipelines/metadata.c:
15           Add first tests for metadata element.
16
17         * tests/icles/metadata_editor.c:
18           Move free to correct place.
19
20 2008-10-06  Stefan Kost  <ensonic@users.sf.net>
21
22         * tests/check/generic/states.c:
23           Stop test on state-change error. Should be applied on other modules if
24           we agree that it makes sense.
25
26 2008-10-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27
28         * gst/mpegtsparse/mpegtsparse.c:
29         Actually copy the structure passed in when assigning it because
30         it gets freed straight after the function call.
31         Re: pat_info and pmt_info GstStructures.
32
33 2008-10-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34
35         Patch by: Josep Torra
36
37         * gst/mpegdemux/gstmpegtsdemux.c:
38         Fix wrong firing of critical introduced by previous optimisation.
39
40 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
41
42         * ext/faac/gstfaac.c: (gst_faac_configure_source_pad):
43         Warn and clamp to max bitrate for samplerate.
44         Fixes #550486.
45
46 2008-10-03  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
47
48         * gst/mpegtsparse/mpegtsparse.c:
49         Fix possible crash where pat is pointing to a freed structure.
50
51 2008-10-03  Stefan Kost  <ensonic@users.sf.net>
52
53         * ext/metadata/README:
54         * ext/metadata/metadataexif.c:
55         * ext/metadata/metadatatags.c:
56         * ext/metadata/metadatatags.h:
57           Use core gps tags.
58
59 2008-10-03  Stefan Kost  <ensonic@users.sf.net>
60
61         * ext/metadata/metadata_mapping.htm:
62         * ext/metadata/metadataxmp.c:
63         * ext/metadata/Makefile.am:
64           Add mapping of format and mime type to xmp.
65
66 2008-10-02  Stefan Kost  <ensonic@users.sf.net>
67
68         * ext/metadata/README:
69         * ext/metadata/metadataexif.c:
70         * ext/metadata/metadatatags.c:
71         * ext/metadata/metadatatags.h:
72           Reverting. Will need to wait for core 0.10.21 release.
73
74 2008-10-02  Stefan Kost  <ensonic@users.sf.net>
75
76         * ext/metadata/README:
77         * ext/metadata/metadataexif.c:
78         * ext/metadata/metadatatags.c:
79         * ext/metadata/metadatatags.h:
80           Use core gps tags.
81
82 2008-09-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
83
84         * gst/flacparse/gstbaseparse.c: (gst_base_parse_finalize),
85         (gst_base_parse_class_init), (gst_base_parse_push_buffer),
86         (gst_base_parse_change_state), (gst_base_parse_set_index),
87         (gst_base_parse_get_index):
88         Add support for GstIndex.
89
90 2008-09-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
91
92         * gst/flacparse/gstbaseparse.c: (gst_base_parse_class_init),
93         (gst_base_parse_push_buffer),
94         (gst_base_parse_update_upstream_durations),
95         (gst_base_parse_convert), (gst_base_parse_frame_in_segment):
96         * gst/flacparse/gstbaseparse.h:
97         Provide a vfunc for the subclass to decide whether a frame is inside
98         the segment or not and add a default implementation.
99
100         Fix approximate bitrate calculations.
101
102 2008-09-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
103
104         * gst/flacparse/gstbaseparse.c: (gst_base_parse_class_init),
105         (gst_base_parse_init), (gst_base_parse_push_buffer),
106         (gst_base_parse_update_upstream_durations), (gst_base_parse_chain),
107         (gst_base_parse_loop), (gst_base_parse_activate),
108         (gst_base_parse_convert), (gst_base_parse_query):
109         Approximate the average bitrate, duration and size if possible
110         and add a default conversion function which uses this for
111         time<->byte conversions.
112
113         * gst/flacparse/gstflacparse.c: (gst_flac_parse_get_frame_size):
114         Fix parsing if upstream gives -1 as duration.
115
116 2008-09-30  Wim Taymans  <wim.taymans@collabora.co.uk>
117
118         * gst/rtpmanager/rtpsession.c: (on_new_ssrc), (on_ssrc_collision),
119         (on_ssrc_validated), (on_ssrc_active), (on_ssrc_sdes),
120         (on_bye_ssrc), (on_bye_timeout), (on_timeout), (on_sender_timeout):
121         Ref the rtpsource object before we release the session lock when we emit
122         the signals.
123
124 2008-09-30  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
125
126         * sys/Makefile.am:
127         * sys/wasapi/Makefile.am:
128         * sys/wasapi/gstwasapi.c:
129         * sys/wasapi/gstwasapisink.c:
130         * sys/wasapi/gstwasapisink.h:
131         * sys/wasapi/gstwasapisrc.c:
132         * sys/wasapi/gstwasapisrc.h:
133         * sys/wasapi/gstwasapiutil.c:
134         * sys/wasapi/gstwasapiutil.h:
135         New plugin for audio capture and playback using Windows Audio Session
136         API (WASAPI) available with Vista and newer (#520901).
137
138         Comes with hardcoded caps and obviously needs lots of love. Haven't
139         had time to work on this code since it was written, was initially just
140         a quick experiment to play around with this new API.
141
142 2008-09-30  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
143
144         * sys/dshowdecwrapper/gstdshowaudiodec.cpp
145           (AudioFakeSink.DoRenderSample):
146         Fix a couple of signed/unsigned comparison warnings.
147
148 2008-09-30  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
149
150         * sys/dshowdecwrapper/gstdshowaudiodec.h (AudioFakeSink.AudioFakeSink):
151         * sys/dshowdecwrapper/gstdshowvideodec.h (VideoFakeSink.VideoFakeSink):
152         Use the _T() macro to support both Unicode and MBCS.
153
154 2008-09-30  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
155
156         * ext/libmms/gstmms.c (plugin_init):
157         Fix return type of the GstURIHandler::get_type() implementation.
158
159 2008-09-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
160
161         * configure.ac:
162         * gst/flacparse/Makefile.am:
163         * gst/flacparse/gstbaseparse.c: (gst_base_parse_get_type),
164         (gst_base_parse_base_init), (gst_base_parse_base_finalize),
165         (gst_base_parse_finalize), (gst_base_parse_class_init),
166         (gst_base_parse_init), (gst_base_parse_check_frame),
167         (gst_base_parse_parse_frame), (gst_base_parse_bytepos_to_time),
168         (gst_base_parse_sink_event), (gst_base_parse_sink_eventfunc),
169         (gst_base_parse_src_event), (gst_base_parse_src_eventfunc),
170         (gst_base_parse_is_seekable), (gst_base_parse_push_buffer),
171         (gst_base_parse_handle_and_push_buffer), (gst_base_parse_drain),
172         (gst_base_parse_chain), (gst_base_parse_pull_range),
173         (gst_base_parse_loop), (gst_base_parse_sink_activate),
174         (gst_base_parse_activate), (gst_base_parse_sink_activate_push),
175         (gst_base_parse_sink_activate_pull), (gst_base_parse_set_duration),
176         (gst_base_parse_set_min_frame_size),
177         (gst_base_parse_get_querytypes), (gst_base_parse_query),
178         (gst_base_parse_handle_seek), (gst_base_parse_sink_setcaps):
179         * gst/flacparse/gstbaseparse.h:
180         * gst/flacparse/gstbitreader.c: (gst_bit_reader_new),
181         (gst_bit_reader_new_from_buffer), (gst_bit_reader_free),
182         (gst_bit_reader_init), (gst_bit_reader_init_from_buffer),
183         (gst_bit_reader_set_pos), (gst_bit_reader_get_pos),
184         (gst_bit_reader_get_remaining), (gst_bit_reader_skip),
185         (gst_bit_reader_skip_to_byte):
186         * gst/flacparse/gstbitreader.h:
187         * gst/flacparse/gstbytereader.c: (GDOUBLE_SWAP_LE_BE),
188         (GFLOAT_SWAP_LE_BE), (gst_byte_reader_new),
189         (gst_byte_reader_new_from_buffer), (gst_byte_reader_free),
190         (gst_byte_reader_init), (gst_byte_reader_init_from_buffer),
191         (gst_byte_reader_set_pos), (gst_byte_reader_get_pos),
192         (gst_byte_reader_get_remaining), (gst_byte_reader_skip),
193         (gst_byte_reader_get_uint8), (gst_byte_reader_get_int8),
194         (gst_byte_reader_peek_uint8), (gst_byte_reader_peek_int8),
195         (gst_byte_reader_get_uint24_le), (gst_byte_reader_get_uint24_be),
196         (gst_byte_reader_get_int24_le), (gst_byte_reader_get_int24_be),
197         (gst_byte_reader_peek_uint24_le), (gst_byte_reader_peek_uint24_be),
198         (gst_byte_reader_peek_int24_le), (gst_byte_reader_peek_int24_be):
199         * gst/flacparse/gstbytereader.h:
200         * gst/flacparse/gstflac.c: (plugin_init):
201         * gst/flacparse/gstflacparse.c: (gst_flac_parse_base_init),
202         (gst_flac_parse_class_init), (gst_flac_parse_init),
203         (gst_flac_parse_finalize), (gst_flac_parse_start),
204         (gst_flac_parse_stop), (gst_flac_parse_get_frame_size),
205         (gst_flac_parse_check_valid_frame),
206         (gst_flac_parse_handle_streaminfo),
207         (gst_flac_parse_handle_vorbiscomment),
208         (gst_flac_parse_handle_picture), (_value_array_append_buffer),
209         (gst_flac_parse_handle_headers), (gst_flac_parse_generate_headers),
210         (gst_flac_parse_parse_frame):
211         * gst/flacparse/gstflacparse.h:
212         Add FLAC parser, based on GstBaseParse. Also add the bit and byte reader
213         that will be added to libgstbase later.
214
215         The FLAC parser is currently not 100% bug free and fails to get the
216         correct frame size for some frames in some streams.
217
218 2008-09-27  Jan Schmidt  <jan.schmidt@sun.com>
219
220         * ext/resindvd/gstmpegdemux.c:
221         * ext/resindvd/gstmpegdemux.h:
222         * ext/resindvd/resindvdbin.c:
223         * ext/resindvd/resindvdsrc.c:
224         * ext/resindvd/rsnstreamselector.c:
225         Add in Title/Chapter seeking, and simple but buggy audio
226         and subtitle stream selection.
227
228 2008-09-24  Michael Smith <msmith@songbirdnest.com>
229
230         * sys/dshowdecwrapper/gstdshowaudiodec.cpp:
231         * sys/dshowdecwrapper/gstdshowaudiodec.h:
232         * sys/dshowdecwrapper/gstdshowfakesrc.cpp:
233         * sys/dshowdecwrapper/gstdshowutil.cpp:
234         * sys/dshowdecwrapper/gstdshowutil.h:
235         * sys/dshowdecwrapper/gstdshowvideodec.cpp:
236         * sys/dshowdecwrapper/gstdshowvideodec.h:
237           Prefer known-good filters, create directly by GUID if possible,
238           fall back to creating highest-merit filter otherwise.
239           Fixes playback with random dshow filters installed in some
240           cases.
241
242 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
243
244         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_insert),
245         (rtp_jitter_buffer_get_sync):
246         * gst/rtpmanager/rtpsession.c: (on_sender_timeout),
247         (session_cleanup):
248         * gst/rtpmanager/rtpsource.c:
249         Fix some docs.
250
251 2008-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
252
253         Patch from: Josep Torra
254
255         * gst/mpegdemux/gstmpegtsdemux.c:
256         * gst/mpegdemux/gstmpegtsdemux.h:
257         Use a preallocated buffer per stream for PES packets sent on src pads.
258         Adaptively adjust buffer size appropriately.
259
260 2008-09-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
261
262         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_start),
263           (gst_neonhttp_src_send_request_and_redirect):
264           Clean up the debug logging code and #ifdef mess a bit: whether or not
265           gstreamer debug messages should be output should not depend on an
266           element property; also, GST_ELEMENT_ERROR will leave a line in the log
267           already, so merge the more useful debug log messages with the less useful
268           error debug strings.
269
270 2008-09-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
271
272         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_start):
273           Don't post LIBRARY_INIT errors where we should be posting
274           RESOURCE OPEN_READ errors. Fixes #552506.
275
276 2008-09-17  Jan Schmidt  <jan.schmidt@sun.com>
277
278         * ext/jack/gstjackaudiosink.c: (jack_process_cb):
279         * gst/rtpmanager/rtpjitterbuffer.c: (calculate_skew):
280         Fix compiler warnings on OS/X
281
282 2008-09-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
283
284         patch by: Michael Krufky
285
286         * sys/dvb/gstdvbsrc.c:
287         Add adapter_name for bus message in ATSC case. Fixes #552536.
288
289 2008-09-15  Stefan Kost  <ensonic@users.sf.net>
290
291         * ext/celt/gstceltenc.h:
292           Help gtk-doc to parse this correctly.
293
294         * gst/pcapparse/gstpcapparse.c:
295           Add missing include.
296
297 2008-09-15  Stefan Kost  <ensonic@users.sf.net>
298
299         * examples/Makefile.am:
300           Only built scaletempo example if we have gtk.
301
302 2008-09-13  Wim Taymans  <wim.taymans@collabora.co.uk>
303
304         * gst/rtpmanager/gstrtpbin.c: (create_session),
305         (gst_rtp_bin_associate), (gst_rtp_bin_sync_chain):
306         Do not try to adjust the offset of streams for which we have not yet
307         seen an SR packet. Avoids large ts-offsets in some cases.
308
309 2008-09-10  Michael Smith <msmith@songbirdnest.com>
310
311         * sys/dshowdecwrapper/Makefile.am:
312         * sys/dshowdecwrapper/gstdshowaudiodec.c:
313         * sys/dshowdecwrapper/gstdshowaudiodec.cpp:
314         * sys/dshowdecwrapper/gstdshowaudiodec.h:
315         * sys/dshowdecwrapper/gstdshowdecwrapper.c:
316         * sys/dshowdecwrapper/gstdshowdecwrapper.cpp:
317         * sys/dshowdecwrapper/gstdshowdecwrapper.h:
318         * sys/dshowdecwrapper/gstdshowfakesrc.cpp:
319         * sys/dshowdecwrapper/gstdshowfakesrc.h:
320         * sys/dshowdecwrapper/gstdshowutil.cpp:
321         * sys/dshowdecwrapper/gstdshowutil.h:
322         * sys/dshowdecwrapper/gstdshowvideodec.c:
323         * sys/dshowdecwrapper/gstdshowvideodec.cpp:
324         * sys/dshowdecwrapper/gstdshowvideodec.h:
325           Major rewrite of dshowdecwrapper. Converts code to
326           C++, moves to direct use of DirectShow base classes,
327           make a lot of code clearer, simplify, etc.
328           Fix decode of MP3 on Vista by working around an apparent
329           bug in the decoder.
330
331 2008-09-10  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
332
333         * sys/winks/gstksclock.c (gst_ks_clock_worker_thread_func,
334           gst_ks_clock_start):
335           Synchronize KS clock as a single-shot operation for now, there's not
336           much point in doing it periodically until we're actually using the
337           KS timestamps for anything else than just discarding old frames.
338         * sys/winks/gstksvideosrc.c (gst_ks_video_src_open_device):
339           Provide the GstClock when opening the device if we already have one.
340
341 2008-09-10  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
342
343         * sys/winks/gstksvideodevice.c (GST_DEBUG_IS_ENABLED, last_timestamp,
344           gst_ks_video_device_prepare_buffers, gst_ks_video_device_create_pin,
345           gst_ks_video_device_set_state, gst_ks_video_device_request_frame,
346           gst_ks_video_device_read_frame):
347           Guard against capturing old frames by keeping track of the last
348           timestamp and also zero-fill the buffers before each capture.
349           Only assign a master clock if the pin hasn't already got one.
350           Actually free buffers on the way down to avoid a huge memory leak,
351           as this was previously done when changing state to ACQUIRE downwards
352           and we now skip that state on the way down.
353           Add some debug.
354         * sys/winks/gstksvideosrc.c (DEFAULT_DEVICE_PATH, DEFAULT_DEVICE_NAME,
355           DEFAULT_DEVICE_INDEX, KS_WORKER_LOCK, KS_WORKER_UNLOCK,
356           KS_WORKER_WAIT, KS_WORKER_NOTIFY, KS_WORKER_WAIT_FOR_RESULT,
357           KS_WORKER_NOTIFY_RESULT, KS_WORKER_STATE_STARTING,
358           KS_WORKER_STATE_READY, KS_WORKER_STATE_STOPPING,
359           KS_WORKER_STATE_ERROR, KsWorkerState, device_path, device_name,
360           device_index, running, worker_thread, worker_lock,
361           worker_notify_cond, worker_result_cond, worker_state,
362           worker_pending_caps, worker_setcaps_result, worker_pending_run,
363           worker_run_result, gst_ks_video_src_reset,
364           gst_ks_video_src_apply_driver_quirks, gst_ks_video_src_open_device,
365           gst_ks_video_src_close_device, gst_ks_video_src_worker_func,
366           gst_ks_video_src_start_worker, gst_ks_video_src_stop_worker,
367           gst_ks_video_src_change_state, gst_ks_video_src_set_clock,
368           gst_ks_video_src_set_caps, gst_ks_video_src_timestamp_buffer,
369           gst_ks_video_src_create):
370           Remove ENABLE_CLOCK_DEBUG define, it's GST_LEVEL_DEBUG after all.
371           Get rid of PROP_ENSLAVE_KSCLOCK and always slave the ks clock to the
372           GStreamer clock, it doesn't seem to hurt and matches DirectShow's
373           behavior. As an added bonus we usually get PresentationTime set for
374           each frame, so we can expand on this later for smarter latency
375           reporting (by looking at the diff between the timestamp from the
376           driver and the time according to the GStreamer clock).
377           Use an internal worker thread for opening the device, setting caps,
378           changing its state and closing it. This way we're a lot more
379           compatible with drivers that rely on hacks to do video-effects
380           between the low-level NT API and the application. Ick.
381           Start the ks clock and set the pin to KSSTATE_RUN on the first
382           create() so that we'll hopefully get hold of the GStreamer clock
383           from the very beginning. This way there's no chance that the
384           timestamps will make a sudden jump in the beginning of the stream
385           when we're running with a clock.
386         * sys/winks/kshelpers.c (CHECK_OPTIONS_FLAG,
387           ks_options_flags_to_string):
388           Reorder the flags to match the headerfile order, and make the string
389           a bit more compact.
390         * sys/winks/ksvideohelpers.c (ks_video_probe_filter_for_caps):
391           Avoid leaking KSPROPERTY_PIN_DATARANGES.
392
393 2008-09-09  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
394
395         * configure.ac:
396         * ext/Makefile.am:
397         * ext/jp2k/Makefile.am:
398         * ext/jp2k/gstjasperdec.c: (gst_jasper_dec_base_init),
399         (gst_jasper_dec_class_init), (gst_jasper_dec_init),
400         (gst_jasper_dec_reset), (gst_jasper_dec_sink_setcaps),
401         (gst_jasper_dec_negotiate), (gst_jasper_dec_get_picture),
402         (gst_jasper_dec_chain), (gst_jasper_dec_set_property),
403         (gst_jasper_dec_get_property), (gst_jasper_dec_change_state),
404         (plugin_init):
405         * ext/jp2k/gstjasperdec.h:
406         Add jp2k plugin.  Fixes #550657.
407
408 2008-09-09  Edward Hervey  <edward.hervey@collabora.co.uk>
409
410         * gst/mpegdemux/flumpegdemux.c: (plugin_init):
411         * gst/mpegdemux/gstmpegdemux.c: (gst_flups_demux_sync_get_type),
412         (gst_flups_demux_get_type), (gst_flups_demux_plugin_init):
413         * gst/mpegdemux/gstmpegtsdemux.c: (gst_fluts_demux_get_type),
414         (gst_fluts_demux_plugin_init):
415         Fix conflicting public names in new mpeg demuxers.
416         Fixes #550468
417
418 2008-09-08  Michael Smith <msmith@songbirdnest.com>
419
420         * gst/aiffparse/aiffparse.c:
421           Support chunks in AIFF in any order in pull mode, and any order so
422           long as we get COMM before the actual data (SSND) in push mode.
423           Fixes playback of AIFC files.
424
425 2008-09-08  Wim Taymans  <wim.taymans@collabora.co.uk>
426
427         * gst/selector/gstinputselector.c: (gst_selector_pad_reset),
428         (gst_input_selector_reset), (gst_input_selector_change_state):
429         Reset the selector state when going to READY.
430
431 2008-09-05  Wim Taymans  <wim.taymans@collabora.co.uk>
432
433         * gst/rtpmanager/gstrtpbin.c: (on_sender_timeout),
434         (create_session), (gst_rtp_bin_associate),
435         (gst_rtp_bin_sync_chain), (gst_rtp_bin_class_init),
436         (gst_rtp_bin_request_new_pad):
437         * gst/rtpmanager/gstrtpbin.h:
438         Add signal to notify listeners when a sender becomes a receiver.
439         Tweak lip-sync code, don't store our own copy of the ts-offset of the
440         jitterbuffer, don't adjust sync if the change is less than 4msec.
441         Get the RTP timestamp <-> GStreamer timestamp relation directly from
442         the jitterbuffer instead of our inaccurate version from the source.
443
444         * gst/rtpmanager/gstrtpjitterbuffer.c:
445         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop),
446         (gst_rtp_jitter_buffer_get_sync):
447         * gst/rtpmanager/gstrtpjitterbuffer.h:
448         Add G_LIKELY macros, use global defines for max packet reorder and
449         dropouts.
450         Reset the jitterbuffer clock skew detection when packets seqnums are
451         changed unexpectedly.
452
453         * gst/rtpmanager/gstrtpsession.c: (on_sender_timeout),
454         (gst_rtp_session_class_init), (gst_rtp_session_init):
455         * gst/rtpmanager/gstrtpsession.h:
456         Add sender timeout signal.
457
458         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_reset_skew),
459         (calculate_skew), (rtp_jitter_buffer_insert),
460         (rtp_jitter_buffer_get_sync):
461         * gst/rtpmanager/rtpjitterbuffer.h:
462         Add some G_LIKELY macros.
463         Keep track of the extended RTP timestamp so that we can report the RTP
464         timestamp <-> GStreamer timestamp relation for lip-sync.
465         Remove server timestamp gap detection code, the server can sometimes
466         make a huge gap in timestamps (talk spurts,...) see #549774.
467         Detect timetamp weirdness instead by observing the sender/receiver
468         timestamp relation and resync if it changes more than 1 second.
469         Add method to report about the current rtp <-> gst timestamp relation
470         which is needed for lip-sync.
471
472         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
473         (on_sender_timeout), (check_collision), (rtp_session_process_sr),
474         (session_cleanup):
475         * gst/rtpmanager/rtpsession.h:
476         Add sender timeout signal.
477         Remove inaccurate rtp <-> gst timestamp relation code, the
478         jitterbuffer can now do an accurate reporting about this.
479
480         * gst/rtpmanager/rtpsource.c: (rtp_source_init),
481         (rtp_source_update_caps), (calculate_jitter),
482         (rtp_source_process_rtp):
483         * gst/rtpmanager/rtpsource.h:
484         Remove inaccurate rtp <-> gst timestamp relation code.
485
486         * gst/rtpmanager/rtpstats.h:
487         Define global max-reorder and max-dropout constants for use in various
488         subsystems.
489
490 2008-09-05  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
491
492         patch by: Sebastian Pölsterl
493
494         * sys/dvb/gstdvbsrc.c:
495         Add DVB Adapter name to structure sent over bus.
496
497 2008-09-02  Edward Hervey  <edward.hervey@collabora.co.uk>
498
499         * gst/mpegdemux/gstmpegdemux.c: (gst_flups_demux_parse_pack_start):
500         * gst/mpegdemux/gstmpegtsdemux.c: (gst_fluts_demux_data_cb):
501         Fix build on macosx.
502
503 2008-09-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
504
505         * configure.ac:
506         * gst/mpegdemux/Makefile.am:
507         * gst/mpegdemux/flumpegdemux.c:
508         * gst/mpegdemux/flutspatinfo.c:
509         * gst/mpegdemux/flutspatinfo.h:
510         * gst/mpegdemux/flutspmtinfo.c:
511         * gst/mpegdemux/flutspmtinfo.h:
512         * gst/mpegdemux/flutspmtstreaminfo.c:
513         * gst/mpegdemux/flutspmtstreaminfo.h:
514         * gst/mpegdemux/gstmpegdefs.h:
515         * gst/mpegdemux/gstmpegdemux.c:
516         * gst/mpegdemux/gstmpegdemux.h:
517         * gst/mpegdemux/gstmpegdesc.c:
518         * gst/mpegdemux/gstmpegdesc.h:
519         * gst/mpegdemux/gstmpegtsdemux.c:
520         * gst/mpegdemux/gstmpegtsdemux.h:
521         * gst/mpegdemux/gstpesfilter.c:
522         * gst/mpegdemux/gstpesfilter.h:
523         * gst/mpegdemux/gstsectionfilter.c:
524         * gst/mpegdemux/gstsectionfilter.h:
525         Add Fluendo MPEG PS and TS demuxers to gst-plugins-bad. This
526         is now dual licensed MPL and LGPL.
527
528 2008-09-02  Wim Taymans  <wim.taymans@collabora.co.uk>
529
530         * gst/mpegtsmux/mpegtsmux.c: (new_packet_cb):
531         Set caps on outgoing buffers.
532
533 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
534
535         * ext/resindvd/plugin.c: (plugin_init):
536         * ext/resindvd/resindvdsrc.c:
537         * ext/twolame/gsttwolame.c: (plugin_init):
538         * gst/aiffparse/aiffparse.c: (plugin_init):
539           Enable/fix up translations for these plugins.
540
541         * po/LINGUAS:
542           Add 'ca' to LINGUAS.
543
544         * po/POTFILES.in:
545         * po/POTFILES.skip:
546           Add more files for translation and more files which tools
547           should skip.
548
549 2008-09-02  Edward Hervey  <edward.hervey@collabora.co.uk>
550
551         * gst/mpegtsmux/tsmux/tsmux.c: (tsmux_write_ts_header):
552         Fix build on macosx.
553
554 2008-09-01  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
555
556         * gst/mpegtsmux/mpegtsmux_aac.c: (mpegtsmux_prepare_aac):
557         Allocate a fixed size buffer on the stack instead of using malloc().
558
559         * gst/mpegtsmux/tsmux/tsmux.c: (tsmux_new), (tsmux_free),
560         (tsmux_program_new), (tsmux_program_free):
561         * gst/mpegtsmux/tsmux/tsmuxstream.c: (tsmux_stream_new),
562         (tsmux_stream_free), (tsmux_stream_consume),
563         (tsmux_stream_add_data):
564         Use GSlice.
565
566 2008-09-01  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
567
568         * gst/mpegtsmux/mpegtsmux.c: (mpegtsmux_create_stream):
569         Add support for muxing MPEG4 video.
570
571 2008-09-01  Edward Hervey  <edward.hervey@collabora.co.uk>
572
573         * gst/mpegtsmux/tsmux/tsmux.h:
574         * gst/mpegtsmux/tsmux/tsmuxstream.h:
575         Fix build of mpegtsmux.
576         
577 2008-09-01  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
578
579         * configure.ac:
580         * gst/mpegtsmux/Makefile.am:
581         * gst/mpegtsmux/mpegtsmux.c: (mpegtsmux_base_init),
582         (mpegtsmux_class_init), (mpegtsmux_init), (mpegtsmux_dispose),
583         (gst_mpegtsmux_set_property), (gst_mpegtsmux_get_property),
584         (release_buffer_cb), (mpegtsmux_create_stream),
585         (mpegtsmux_create_streams), (mpegtsmux_choose_best_stream),
586         (mpegtsmux_collected), (mpegtsmux_request_new_pad),
587         (mpegtsmux_release_pad), (new_packet_cb),
588         (mpegtsdemux_prepare_srcpad), (mpegtsmux_change_state),
589         (plugin_init):
590         * gst/mpegtsmux/mpegtsmux.h:
591         * gst/mpegtsmux/mpegtsmux_aac.c: (mpegtsmux_prepare_aac):
592         * gst/mpegtsmux/mpegtsmux_aac.h:
593         * gst/mpegtsmux/mpegtsmux_h264.c: (mpegtsmux_prepare_h264):
594         * gst/mpegtsmux/mpegtsmux_h264.h:
595         * gst/mpegtsmux/tsmux/Makefile.am:
596         * gst/mpegtsmux/tsmux/crc.h:
597         * gst/mpegtsmux/tsmux/tsmux.c: (tsmux_new), (tsmux_set_write_func),
598         (tsmux_set_pat_frequency), (tsmux_get_pat_frequency), (tsmux_free),
599         (tsmux_program_new), (tsmux_set_pmt_frequency),
600         (tsmux_get_pmt_frequency), (tsmux_program_add_stream),
601         (tsmux_program_set_pcr_stream), (tsmux_get_new_pid),
602         (tsmux_create_stream), (tsmux_find_stream), (tsmux_packet_out),
603         (tsmux_write_adaptation_field), (tsmux_write_ts_header),
604         (tsmux_write_stream_packet), (tsmux_program_free),
605         (tsmux_write_section), (tsmux_write_section_hdr),
606         (tsmux_write_pat), (tsmux_write_pmt):
607         * gst/mpegtsmux/tsmux/tsmux.h:
608         * gst/mpegtsmux/tsmux/tsmuxcommon.h:
609         * gst/mpegtsmux/tsmux/tsmuxstream.c: (tsmux_stream_new),
610         (tsmux_stream_get_pid), (tsmux_stream_free),
611         (tsmux_stream_set_buffer_release_func), (tsmux_stream_consume),
612         (tsmux_stream_at_pes_start), (tsmux_stream_bytes_avail),
613         (tsmux_stream_bytes_in_buffer), (tsmux_stream_get_data),
614         (tsmux_stream_pes_header_length),
615         (tsmux_stream_find_pts_dts_within),
616         (tsmux_stream_write_pes_header), (tsmux_stream_add_data),
617         (tsmux_stream_get_es_descrs), (tsmux_stream_pcr_ref),
618         (tsmux_stream_pcr_unref), (tsmux_stream_is_pcr),
619         (tsmux_stream_get_pts):
620         * gst/mpegtsmux/tsmux/tsmuxstream.h:
621         Add Fluendo MPEG-TS muxer and libtsmux to gst-plugins-bad. This
622         is renamed to mpegtsmux to prevent conflicts. Also all relevant
623         informations about copyright and license are added to the top of
624         every file but apart from that no changes compared to the latest
625         SVN versions happened.
626
627 2008-09-01  Wim Taymans  <wim.taymans@collabora.co.uk>
628
629         * gst/selector/gstinputselector.c: (gst_input_selector_init),
630         (gst_input_selector_event), (gst_input_selector_query):
631         Reuse the get_linked_pads for both source and sinkpads because they are
632         the same.
633         Implement a custum event handler and get the internally linked pad
634         directly instead of relying on the default (slower) implementation.
635
636 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
637
638         * ext/celt/gstceltdec.c: (celt_dec_chain_parse_data):
639         Correctly take the granulepos from upstream if possible and
640         correctly handle the granulepos in various calculations: the
641         granulepos is the sample number of the _last_ sample in a frame, not
642         the first. 
643
644         * ext/celt/gstceltenc.c: (gst_celt_enc_sinkevent),
645         (gst_celt_enc_encode), (gst_celt_enc_chain),
646         (gst_celt_enc_change_state):
647         * ext/celt/gstceltenc.h:
648         Handle non-zero start timestamps in the encoder and detect/handle
649         stream discontinuities. Fixes bug #547075.
650
651 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
652
653         Patch by: Rov Juvano <rovjuvano at users dot sourceforge dot net>
654
655         * configure.ac:
656         * docs/plugins/Makefile.am:
657         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
658         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
659         * docs/plugins/inspect/plugin-scaletempo.xml:
660         * examples/scaletempo/Makefile.am:
661         * examples/scaletempo/demo-gui.c: (pop_status_bar),
662         (status_bar_printf), (demo_gui_seek_bar_format), (update_position),
663         (demo_gui_seek_bar_change), (demo_gui_do_change_rate),
664         (demo_gui_do_set_rate), (demo_gui_do_rate_entered),
665         (demo_gui_do_toggle_advanced), (demo_gui_do_toggle_disabled),
666         (demo_gui_do_seek), (demo_gui_do_play), (demo_gui_do_pause),
667         (demo_gui_do_play_pause), (demo_gui_do_open_file),
668         (demo_gui_do_playlist_prev), (demo_gui_do_playlist_next),
669         (demo_gui_do_about_dialog), (demo_gui_do_quit),
670         (demo_gui_request_set_stride), (demo_gui_request_set_overlap),
671         (demo_gui_request_set_search), (demo_gui_rate_changed),
672         (demo_gui_playing_started), (demo_gui_playing_paused),
673         (demo_gui_playing_ended), (demo_gui_player_errored),
674         (demo_gui_stride_changed), (demo_gui_overlap_changed),
675         (demo_gui_search_changed), (demo_gui_set_player_func),
676         (demo_gui_set_playlist_func), (build_gvalue_array),
677         (create_action), (demo_gui_show_func), (demo_gui_set_player),
678         (demo_gui_set_playlist), (demo_gui_show), (demo_gui_get_property),
679         (demo_gui_set_property), (demo_gui_init), (demo_gui_class_init),
680         (demo_gui_get_type):
681         * examples/scaletempo/demo-gui.h:
682         * examples/scaletempo/demo-main.c: (handle_error_message),
683         (handle_quit), (main):
684         * examples/scaletempo/demo-player.c: (no_pipeline),
685         (demo_player_event_listener), (demo_player_state_changed_cb),
686         (demo_player_eos_cb), (demo_player_build_pipeline), (_set_rate),
687         (demo_player_scale_rate_func), (demo_player_set_rate_func),
688         (_set_state_and_wait), (demo_player_load_uri_func),
689         (demo_player_play_func), (demo_player_pause_func), (_seek_to),
690         (demo_player_seek_by_func), (demo_player_seek_to_func),
691         (demo_player_get_position_func), (demo_player_get_duration_func),
692         (demo_player_scale_rate), (demo_player_set_rate),
693         (demo_player_load_uri), (demo_player_play), (demo_player_pause),
694         (demo_player_seek_by), (demo_player_seek_to),
695         (demo_player_get_position), (demo_player_get_duration),
696         (demo_player_get_property), (demo_player_set_property),
697         (demo_player_init), (demo_player_class_init),
698         (demo_player_get_type):
699         * examples/scaletempo/demo-player.h:
700         * gst/scaletempo/Makefile.am:
701         * gst/scaletempo/gstscaletempo.c: (best_overlap_offset_float),
702         (best_overlap_offset_s16), (output_overlap_float),
703         (output_overlap_s16), (fill_queue), (reinit_buffers),
704         (gst_scaletempo_transform), (gst_scaletempo_transform_size),
705         (gst_scaletempo_sink_event), (gst_scaletempo_set_caps),
706         (gst_scaletempo_get_property), (gst_scaletempo_set_property),
707         (gst_scaletempo_base_init), (gst_scaletempo_class_init),
708         (gst_scaletempo_init):
709         * gst/scaletempo/gstscaletempo.h:
710         * gst/scaletempo/gstscaletempoplugin.c: (plugin_init):
711         Add scaletempo plugin, which allows to scale the speed of audio without
712         changing the pitch by handling seeks with a rate!=1.0.
713         Integrate it into the docs and add the example application for it.
714         Fixes bug #537700.
715
716 2008-08-30  David Schleef  <ds@schleef.org>
717
718         * ext/dirac/gstdiracenc.cc: Fix some memleaks.
719
720 2008-08-29  David Schleef  <ds@schleef.org>
721
722         * ext/dirac/gstdiracenc.cc: Fix EOS handling.  Clean up at
723           object disposal.  Handle 4:2:2 and 4:4:4 video.
724
725 2008-08-29  Jan Schmidt  <Jan.Schmidt@sun.com>
726
727         * ext/resindvd/resindvdbin.c:
728         Fix compiler warning on Forte.
729
730 2008-08-29  Jan Schmidt  <Jan.Schmidt@sun.com>
731
732         * configure.ac:
733         Commit FIONREAD check, needed for the dccp src.
734
735 2008-08-29  Edward Hervey  <edward.hervey@collabora.co.uk>
736
737         * ext/faac/gstfaac.c: (gst_faac_init), (gst_faac_sink_event),
738         (gst_faac_chain), (gst_faac_change_state):
739         * ext/faac/gstfaac.h:
740         Add code for calculating proper timestamp/duration for the trailing
741         encoded buffers that faac will output when receiving EOS.
742
743 2008-08-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
744
745         * configure.ac:
746         Fix CFLAGS and LIBS for the apexsink.
747
748 2008-08-28  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
749
750         * sys/winks/ksvideohelpers.c (ks_video_media_type_free):
751           Avoid leaking the KSDATARANGE member of each KsVideoMediaType.
752
753 2008-08-28  Jan Schmidt  <Jan.Schmidt@sun.com>
754
755         * gst/dccp/gstdccp.c:
756         * gst/dccp/gstdccpclientsrc.c:
757         Fix compilation on Solaris by including filio.h as needed.
758
759         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
760         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll2.inc:
761         Fix compilation with Forte - apparently it hates concatenating a
762         macro argument that starts with an underscore??
763
764 2008-08-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
765
766         Patch by: Jérémie Bernard <gremimail at gmail dot com>
767
768         * configure.ac:
769         * ext/apexsink/LGPL-3.0.txt:
770         * ext/apexsink/Makefile.am:
771         * ext/apexsink/gstapexplugin.c: (plugin_init):
772         * ext/apexsink/gstapexraop.c: (g_strdel), (gst_apexraop_send),
773         (gst_apexraop_recv), (gst_apexraop_new), (gst_apexraop_free),
774         (gst_apexraop_set_host), (gst_apexraop_get_host),
775         (gst_apexraop_set_port), (gst_apexraop_get_port),
776         (gst_apexraop_set_useragent), (gst_apexraop_get_useragent),
777         (gst_apexraop_connect), (gst_apexraop_get_jacktype),
778         (gst_apexraop_get_jackstatus), (gst_apexraop_close),
779         (gst_apexraop_set_volume), (gst_apexraop_write_bits),
780         (gst_apexraop_write), (gst_apexraop_flush):
781         * ext/apexsink/gstapexraop.h:
782         * ext/apexsink/gstapexsink.c: (gst_apexsink_jackstatus_get_type),
783         (gst_apexsink_jacktype_get_type), (gst_apexsink_interfaces_init),
784         (gst_apexsink_implements_interface_init),
785         (gst_apexsink_mixer_interface_init),
786         (gst_apexsink_interface_supported),
787         (gst_apexsink_mixer_list_tracks), (gst_apexsink_mixer_set_volume),
788         (gst_apexsink_mixer_get_volume), (gst_apexsink_base_init),
789         (gst_apexsink_class_init), (gst_apexsink_init),
790         (gst_apexsink_set_property), (gst_apexsink_get_property),
791         (gst_apexsink_finalise), (gst_apexsink_open),
792         (gst_apexsink_prepare), (gst_apexsink_write),
793         (gst_apexsink_unprepare), (gst_apexsink_delay),
794         (gst_apexsink_reset), (gst_apexsink_close):
795         * ext/apexsink/gstapexsink.h:
796         Add apexsink for audio output to Apple AirPort Express Wireless
797         devices. Fixes bug #542510.
798
799 2008-08-28  Wim Taymans  <wim.taymans@collabora.co.uk>
800
801         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_send_rtcp),
802         (gst_rtp_session_event_send_rtp_sink):
803         Send EOS when the session object instructs us to.
804
805         * gst/rtpmanager/rtpsession.c: (rtp_session_on_timeout):
806         * gst/rtpmanager/rtpsession.h:
807         Make it possible for the session manager to instruct us to send EOS. We
808         currently will EOS when the session is a sender and when the sender part
809         goes EOS. This is not entirely correct behaviour because the session
810         could still participate as a receiver.
811         Fixes #549409.
812
813 2008-08-27  Michael Smith <msmith@songbirdnest.com>
814
815         * gst/aiffparse/aiffparse.c:
816           Read size of chunks preceeding the audio data with the
817           correct endianness. Fixes playback of some files.
818           Fixes #538500
819
820 2008-08-27  Michael Smith <msmith@songbirdnest.com>
821
822         * configure.ac:
823         * gst/aiffparse/Makefile.am:
824         * gst/aiffparse/aiffparse.c:
825         * gst/aiffparse/aiffparse.h:
826           Add an AIFF parsing element, heavily based on wavparse.
827
828 2008-08-27  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
829
830         * sys/winks/gstksvideodevice.c (gst_ks_video_device_class_init,
831           gst_ks_video_device_set_state):
832           Don't set the pin state to KSSTATE_RUN from the streaming thread.
833           Skip KSSTATE_ACQUIRE when changing pin state downwards.
834           Be nice and specify G_PARAM_STATIC_STRINGS.
835           Remove unused finalize method.
836
837         * sys/winks/gstksvideosrc.c (DEFAULT_ENABLE_QUIRKS, PROP_ENABLE_QUIRKS,
838           enable_quirks, gst_ks_video_src_class_init, gst_ks_video_src_init,
839           gst_ks_video_src_finalize, gst_ks_video_src_get_property,
840           gst_ks_video_src_set_property, gst_ks_video_src_reset,
841           gst_ks_video_src_apply_driver_quirks, gst_ks_video_src_change_state,
842           gst_ks_video_src_set_caps):
843           First driver quirk: work around Logitech's hostile driver software to
844           improve stability and performance. See comments for details.
845           Provide a property to disable driver quirks (enabled by default).
846           Be nice and specify G_PARAM_STATIC_STRINGS.
847           Remove unused dispose method.
848           Tweak include order.
849
850 2008-08-27  Wim Taymans  <wim.taymans@collabora.co.uk>
851
852         * gst/selector/gstinputselector.c: (gst_input_selector_init),
853         (gst_input_selector_query):
854         Implement the LATENCY query in a better way by taking the latency of all
855         sinkpads and taking the min/max instead of just taking a random pad.
856
857 2008-08-26  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
858
859         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc:
860         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopTop.inc:
861         * gst/deinterlace2/tvtime/tomsmocomp/StrangeBob.inc:
862         * gst/deinterlace2/tvtime/tomsmocomp/WierdBob.inc:
863         Unroll the loop to handle two bytes at once. This should give
864         a small speedup and makes it possible to handle chroma and luma
865         different which is needed later.
866
867 2008-08-26  Edward Hervey  <edward.hervey@collabora.co.uk>
868
869         * gst/dccp/gstdccpserversink.c:
870         * gst/dccp/gstdccpserversink.h:
871         Don't put globals only used by one '.c' file in a header !
872         Declare it as static, fixes build on macosx.
873
874 2008-08-26  Edward Hervey  <edward.hervey@collabora.co.uk>
875
876         * gst/dccp/gstdccp.c: (gst_dccp_send_buffer):
877         Whoops, that was one fix too much :)
878
879 2008-08-26  Edward Hervey  <edward.hervey@collabora.co.uk>
880
881         * gst/dccp/gstdccp.c: (gst_dccp_read_buffer),
882         (gst_dccp_send_buffer), (gst_dccp_set_sock_windowsize):
883         size_t's size varies by platform/architecture. Use glib convenience
884         macro instead. Fixes build on macosx.
885         Remove ending '\n' in debug statements.
886
887 2008-08-26  Edward Hervey  <edward.hervey@collabora.co.uk>
888
889         * gst/pcapparse/gstpcapparse.c: (gst_pcap_parse_class_init):
890         Remove unused code and fix includes.
891
892 2008-08-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
893
894         * gst/deinterlace2/gstdeinterlace2.c:
895         (gst_deinterlace_method_class_init):
896         * gst/deinterlace2/gstdeinterlace2.h:
897         * gst/deinterlace2/tvtime/tomsmocomp.c:
898         (gst_deinterlace_method_tomsmocomp_class_init):
899         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc:
900         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopTop.inc:
901         * gst/deinterlace2/tvtime/tomsmocomp/StrangeBob.inc:
902         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
903         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll2.inc:
904         * gst/deinterlace2/tvtime/tomsmocomp/WierdBob.inc:
905         * gst/deinterlace2/tvtime/tomsmocomp/tomsmocompmacros.h:
906         First part of the C implementation of the tomsmocomp deinterlacing
907         algorithm. This only supports search-effort=0 currently, is painfully
908         slow and needs some cleanup later when all search-effort settings
909         are implemented in C.
910
911 2008-08-24  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
912
913         * configure.ac:
914         * sys/Makefile.am:
915         * sys/winks/Makefile.am:
916         * sys/winks/gstksclock.c:
917         * sys/winks/gstksclock.h:
918         * sys/winks/gstksvideodevice.c:
919         * sys/winks/gstksvideodevice.h:
920         * sys/winks/gstksvideosrc.c:
921         * sys/winks/gstksvideosrc.h:
922         * sys/winks/kshelpers.c:
923         * sys/winks/kshelpers.h:
924         * sys/winks/ksvideohelpers.c:
925         * sys/winks/ksvideohelpers.h:
926           New plugin for low-latency video capture on Windows (#519935).
927
928           Uses Kernel Streaming, the lowest level API for doing video capture
929           on Windows (more or less just raw ioctls).
930
931 2008-08-24  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
932
933         * gst/pcapparse/gstpcapparse.c:
934         * sys/winscreencap/gstdx9screencapsrc.c:
935         * sys/winscreencap/gstgdiscreencapsrc.c:
936           Added documentation blobs. Thanks to Stefan for noticing!
937
938 2008-08-24  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
939
940         * configure.ac:
941         * gst/pcapparse/Makefile.am:
942         * gst/pcapparse/gstpcapparse.c:
943         * gst/pcapparse/gstpcapparse.h:
944           New plugin: pcapparse (#520899).
945
946 2008-08-24  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
947
948         patch by: Haakon Sporsheim <hakon.sporsheim@tandberg.com>
949
950         * configure.ac:
951         * sys/Makefile.am:
952         * sys/winscreencap/Makefile.am:
953         * sys/winscreencap/gstdx9screencapsrc.c:
954         * sys/winscreencap/gstdx9screencapsrc.h:
955         * sys/winscreencap/gstgdiscreencapsrc.c:
956         * sys/winscreencap/gstgdiscreencapsrc.h:
957         * sys/winscreencap/gstwinscreencap.c:
958         * sys/winscreencap/gstwinscreencap.h:
959           New plugin: winscreencap (#463941).
960
961 2008-08-22  Michael Smith <msmith@songbirdnest.com>
962
963         * sys/dshowdecwrapper/gstdshowaudiodec.c:
964           Flip mpeg1/mpeg2 arrays for mpeg audio. Detect which type the audio
965           is correctly, instead of backwards. No functional changes, since this
966           mistake was completely self-consistent.
967
968 2008-08-22  Stefan Kost  <ensonic@users.sf.net>
969
970         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
971           Add, but commented out xml/element-dc1394.xml. Its documented, but
972           I can't get it to be build.
973
974         * ext/celt/gstceltdec.c:
975         * ext/celt/gstceltenc.c:
976           Fix doc warnings and reformat the doc block.
977
978 2008-08-21  Stefan Kost  <ensonic@users.sf.net>
979
980         patch by: Leandro Melo de Sales <leandroal@gmail.com>
981
982         * configure.ac:
983         * docs/plugins/Makefile.am:
984         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
985         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
986         * docs/plugins/gst-plugins-bad-plugins.args:
987         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
988         * docs/plugins/gst-plugins-bad-plugins.interfaces:
989         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
990         * docs/plugins/gst-plugins-bad-plugins.signals:
991         * docs/plugins/inspect/plugin-dccp.xml:
992         * gst/dccp/Makefile.am:
993         * gst/dccp/gstdccp.c:
994         * gst/dccp/gstdccp.h:
995         * gst/dccp/gstdccpclientsink.c:
996         * gst/dccp/gstdccpclientsink.h:
997         * gst/dccp/gstdccpclientsrc.c:
998         * gst/dccp/gstdccpclientsrc.h:
999         * gst/dccp/gstdccpplugin.c:
1000         * gst/dccp/gstdccpserversink.c:
1001         * gst/dccp/gstdccpserversink.h:
1002         * gst/dccp/gstdccpserversrc.c:
1003         * gst/dccp/gstdccpserversrc.h:
1004         * tests/icles/dccp/README:
1005         * tests/icles/dccp/call/README:
1006         * tests/icles/dccp/call/DCCPClient.c:
1007         * tests/icles/dccp/call/DCCPServer.c:
1008         * tests/icles/dccp/file/DCCPClientSaveFile.c:
1009         * tests/icles/dccp/file/DCCPServerSendFile.c:
1010         * tests/icles/dccp/mic/DCCPClientPlayMic.c:
1011         * tests/icles/dccp/mic/DCCPServerMic.c:
1012         * tests/icles/dccp/mp3/DCCPClientPlayMP3.c:
1013         * tests/icles/dccp/mp3/DCCPServerSendMP3.c:
1014         * tests/icles/dccp/mp3Speex/DCCPClientPlaySpeexMP3.c:
1015         * tests/icles/dccp/mp3Speex/DCCPServerSendSpeexMP3.c:
1016         * tests/icles/dccp/mp3Stream/DCCPClientPlayMP3Stream.c:
1017         * tests/icles/dccp/mp3Stream/DCCPServerSendMP3Stream.c:
1018           Add dccp plugin. Fixes #542390.
1019
1020 2008-08-20  Tim-Philipp Müller  <tim at collabora co uk>
1021
1022         * configure.ac:
1023           Remove bits that presumably weren't supposed to be committed.
1024
1025 2008-08-20  Michael Smith <msmith@songbirdnest.com>
1026
1027         * configure.ac:
1028         * sys/Makefile.am:
1029         * sys/acmenc/Makefile.am:
1030         * sys/acmenc/acmenc.c:
1031           Add new windows ACM encoder wrapper.
1032
1033 2008-08-18  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1034
1035         patch by: Michael Krufky
1036
1037         * sys/dvb/gstdvbsrc.c:
1038         * sys/dvb/parsechannels.c:
1039         Add ATSC tunning and channels.conf parsing support.
1040         Fixes #537455
1041
1042 2008-08-13  Michael Smith <msmith@songbirdnest.com>
1043
1044         * sys/dshowdecwrapper/gstdshowaudiodec.c:
1045         * sys/dshowdecwrapper/gstdshowaudiodec.h:
1046         * sys/dshowdecwrapper/gstdshowvideodec.c:
1047         * sys/dshowdecwrapper/gstdshowvideodec.h:
1048         * sys/dshowvideosink/dshowvideosink.cpp:
1049         * sys/dshowvideosink/dshowvideosink.h:
1050           Initialise COM with default flags.
1051           Only deinitialise if the initialisation was successful.
1052
1053 2008-08-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1054
1055         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_associate),
1056         (gst_rtp_bin_sync_chain), (new_ssrc_pad_found):
1057         Reset rtp timestamp interpollation when we detect a gap when the
1058         clock_base changed.
1059         Don't try to adjust the ts-offset when it's too big (> 3seconds)
1060
1061         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_set_ssrc):
1062         * gst/rtpmanager/gstrtpsession.h:
1063         Add method to set session SSRC.
1064
1065         * gst/rtpmanager/rtpsession.c: (check_collision),
1066         (rtp_session_set_internal_ssrc), (rtp_session_get_internal_ssrc),
1067         (rtp_session_on_timeout):
1068         * gst/rtpmanager/rtpsession.h:
1069         Added debugging for the collision checks.
1070         Add method to change the internal SSRC of the session.
1071
1072         * gst/rtpmanager/rtpsource.c: (rtp_source_process_rtp):
1073         Reset the clock base when we detect large jumps in the seqnums.
1074
1075 2008-08-12  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1076
1077         * ext/x264/gstx264enc.c: (gst_x264_enc_reset),
1078         (gst_x264_enc_chain), (gst_x264_enc_encode_frame):
1079         * ext/x264/gstx264enc.h:
1080         Do not deal with duplicated input (timestamps).  If needed,
1081         a generic element can do so.
1082         Do not manipulate input timestamps on the way out,
1083         since that shifts the timeline and A/V sync.
1084
1085 2008-08-12  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1086
1087         * docs/plugins/gst-plugins-bad-plugins.args:
1088         Integrate new properties into documentation.
1089         * ext/x264/gstx264enc.c: (gst_x264_enc_class_init),
1090         (gst_x264_enc_init), (gst_x264_enc_init_encoder),
1091         (gst_x264_enc_set_property), (gst_x264_enc_get_property):
1092         Fix up API prior to eventual plugin move.
1093         API: GstX264Enc:pass (provides more options, and changed to enum)
1094
1095 2008-08-12  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1096
1097         * docs/plugins/Makefile.am:
1098         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1099         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1100         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
1101         * docs/plugins/inspect/plugin-mplex.xml:
1102         * ext/mplex/gstmplex.cc:
1103         Update and add documentation for mplex.
1104         * ext/mpeg2enc/gstmpeg2enc.cc:
1105         Documentation update.
1106
1107 2008-08-12  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1108
1109         * docs/plugins/Makefile.am:
1110         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1111         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1112         * ext/x264/gstx264enc.c:
1113         * tests/check/Makefile.am:
1114         * tests/check/elements/x264enc.c: (setup_x264enc),
1115         (cleanup_x264enc), (GST_START_TEST), (x264enc_suite), (main):
1116         Add documentation and unit test for x264enc.
1117
1118 2008-08-11  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1119
1120         * ext/x264/gstx264enc.c: (gst_x264_enc_init),
1121         (gst_x264_enc_header_buf), (gst_x264_enc_encode_frame):
1122         Allocate some buffers in more adaptive and economical fashion.
1123
1124 2008-08-11  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1125
1126         * configure.ac:
1127         Check for sufficiently up-to-date x264 API.
1128         * ext/x264/gstx264enc.c: (gst_x264_enc_pass_get_type),
1129         (gst_x264_enc_base_init), (gst_x264_enc_class_init),
1130         (gst_x264_enc_init), (gst_x264_enc_init_encoder),
1131         (gst_x264_enc_set_property), (gst_x264_enc_get_property):
1132         * ext/x264/gstx264enc.h:
1133         Expose some more parameters of the x264 encoder as properties.
1134
1135 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1136
1137         * gst/rtpmanager/gstrtpbin.c:
1138           Print the pad-name in debug log.
1139
1140         * sys/dshowsrcwrapper/gstdshowaudiosrc.c:
1141         * sys/dshowsrcwrapper/gstdshowvideosrc.c:
1142           Use "-" instead of "_" in property names. Can we call them just
1143           "device" like everywhere else?
1144
1145 2008-08-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1146
1147         * ext/x264/gstx264enc.c: (gst_x264_enc_log_callback),
1148         (gst_x264_enc_finalize), (gst_x264_enc_header_buf),
1149         (gst_x264_enc_set_src_caps), (gst_x264_enc_sink_set_caps),
1150         (gst_x264_enc_flush_frames):
1151         Coding style and layout; re-order some functions in more
1152         typical and natural flow.
1153
1154 2008-08-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1155
1156         * ext/x264/Makefile.am:
1157         * ext/x264/gstx264enc.c: (gst_x264_enc_set_src_caps),
1158         (gst_x264_enc_sink_set_caps), (gst_x264_enc_init),
1159         (gst_x264_enc_reset), (gst_x264_enc_finalize),
1160         (gst_x264_enc_flush_frames), (gst_x264_enc_sink_event),
1161         (gst_x264_enc_chain), (gst_x264_enc_encode_frame),
1162         (gst_x264_enc_change_state), (gst_x264_enc_set_property):
1163         * ext/x264/gstx264enc.h:
1164         Use GQueue in stead of custom queue code.
1165         Factorize flushing out encoder delayed frames.
1166         Factorize initialization and state change reset.
1167
1168 2008-08-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1169
1170         * ext/x264/gstx264enc.h:
1171         * sys/fbdev/gstfbdevsink.c:
1172         Use configure-generated _stdint.h.
1173
1174 2008-08-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1175
1176         * ext/x264/Makefile.am:
1177         * ext/x264/gstx264enc.c: (gst_x264_enc_header_buf),
1178         (gst_x264_enc_sink_set_caps), (gst_x264_enc_base_init),
1179         (gst_x264_enc_class_init), (gst_x264_enc_log_callback),
1180         (gst_x264_enc_init), (gst_x264_enc_init_encoder),
1181         (gst_x264_enc_finalize), (gst_x264_enc_chain),
1182         (gst_x264_enc_encode_frame), (plugin_init):
1183         * ext/x264/gstx264enc.h:
1184         Use video format library and GST_WRITE_*_BE macros where applicable.
1185         Use finalize in stead of dispose.
1186         Set up debug category and log callback.
1187
1188 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
1189
1190         Patch by: Frederic Crozat <fcrozat@mandriva.org>
1191
1192         * ext/sndfile/gstsf.c: (plugin_init):
1193         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_plugin_init):
1194         * sys/oss4/oss4-audio.c: (plugin_init):
1195         Make sure gettext returns translations in UTF-8 encoding rather
1196         than in the current locale encoding (#546822).
1197
1198 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1199
1200         * ext/twolame/gsttwolame.c: (gst_two_lame_sink_setcaps),
1201         (gst_two_lame_chain):
1202         * ext/twolame/gsttwolame.h:
1203         Allow raw float samples as input for encoding.
1204
1205 2008-08-07  Stefan Kost  <ensonic@users.sf.net>
1206
1207         * ext/jack/gstjackaudiosrc.c:
1208           Try committing this once again. Now properly renamed.
1209
1210 2008-08-07  Stefan Kost  <ensonic@users.sf.net>
1211
1212         * docs/plugins/Makefile.am:
1213         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1214         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1215         * docs/plugins/gst-plugins-bad-plugins.args:
1216         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
1217         * docs/plugins/gst-plugins-bad-plugins.interfaces:
1218         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
1219         * docs/plugins/inspect/plugin-jack.xml
1220           Add new element to docs.
1221
1222         * ext/jack/gstjack.h
1223           Add missing file.
1224
1225         * ext/jack/gstjackaudiosrc.c:
1226         * ext/jack/gstjackaudiosrc.h:
1227           Rename jackaudiosrc to jack_audio_src.
1228
1229 2008-08-07  Stefan Kost  <ensonic@users.sf.net>
1230
1231         patch by: Tristan Matthews <tristan@sat.qc.ca>
1232
1233         * ext/jack/Makefile.am:
1234         * ext/jack/gstjack.c:
1235         * ext/jack/gstjackaudioclient.c:
1236         * ext/jack/gstjackaudiosink.c:
1237         * ext/jack/gstjackaudiosink.h:
1238         * ext/jack/gstjackaudiosrc.c:
1239         * ext/jack/gstjackaudiosrc.h:
1240         * ext/jack/gstjackringbuffer.h:
1241           Add a jackaudiosrc. Refactor sink slightly for better code reuse.
1242           Fixes #545197.
1243
1244 2008-08-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1245
1246         * docs/plugins/Makefile.am:
1247         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1248         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1249         * docs/plugins/gst-plugins-bad-plugins.args:
1250         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
1251         * docs/plugins/gst-plugins-bad-plugins.interfaces:
1252         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
1253         * docs/plugins/inspect/plugin-celt.xml:
1254         * docs/plugins/inspect/plugin-twolame.xml:
1255         Add twolame and celt plugins to the docs.
1256
1257 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1258
1259         Based on patch by: Olivier Crete <tester at tester dot ca>
1260
1261         * gst/rtpmanager/gstrtpjitterbuffer.c:
1262         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
1263         Make the buffer metadata writable before inserting it in the
1264         jitterbuffer because the jitterbuffer will modify the timestamps.
1265
1266         * gst/rtpmanager/rtpjitterbuffer.c:
1267         Update method comment about requiring writable metadata on buffers.
1268
1269         * gst/rtpmanager/rtpsession.c: (rtp_session_process_sr),
1270         (rtp_session_process_rtcp):
1271         Make the RTCP buffer metadata writable because we want to modify the
1272         metadata.
1273         Fixes #546312.
1274
1275 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1276
1277         * gst/selector/gstinputselector.c: (gst_selector_pad_bufferalloc),
1278         (gst_selector_pad_chain), (gst_input_selector_getcaps),
1279         (gst_input_selector_activate_sinkpad):
1280         Move the select-all logic into the activation of the currently selected
1281         pad. We want to remember the last pad with activity in select-all mode.
1282         Fix the getcaps function, we can produce the union of the upstream caps
1283         in select-all mode, not the intersection like proxy_getcaps() does.
1284
1285 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1286
1287         Patch by: Håvard Graff <havard dot graff at tandberg dot com>
1288
1289         * gst/rtpmanager/gstrtpjitterbuffer.c:
1290         (gst_rtp_jitter_buffer_chain):
1291         Fix debug by logging the right seqnum.
1292
1293 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1294
1295         Patch by: Olivier Crete <tester at tester dot ca>
1296
1297         * gst/rtpmanager/gstrtpbin.c: (get_pt_map):
1298         Release lock before emitting the request-pt-map signal.
1299         Fixes #543480.
1300
1301 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1302
1303         * gst/deinterlace2/gstdeinterlace2.c:
1304         (gst_deinterlace_simple_method_interpolate_scanline),
1305         (gst_deinterlace_simple_method_copy_scanline),
1306         (gst_deinterlace_simple_method_deinterlace_frame):
1307         * gst/deinterlace2/tvtime/greedy.c: (deinterlace_frame_di_greedy):
1308         * gst/deinterlace2/tvtime/greedyh.c:
1309         (deinterlace_frame_di_greedyh):
1310         * gst/deinterlace2/tvtime/scalerbob.c:
1311         (deinterlace_scanline_scaler_bob):
1312         * gst/deinterlace2/tvtime/tomsmocomp.c: (Fieldcopy):
1313         * gst/deinterlace2/tvtime/weave.c: (deinterlace_scanline_weave),
1314         (copy_scanline):
1315         * gst/deinterlace2/tvtime/weavebff.c: (deinterlace_scanline_weave),
1316         (copy_scanline):
1317         * gst/deinterlace2/tvtime/weavetff.c: (deinterlace_scanline_weave),
1318         (copy_scanline):
1319         Use oil_memcpy() instead of memcpy() as it's faster for the sizes that
1320         are usually used here.
1321
1322 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1323
1324         * gst/deinterlace2/Makefile.am:
1325         * gst/deinterlace2/gstdeinterlace2.c:
1326         (gst_deinterlace_simple_method_deinterlace_frame),
1327         (gst_deinterlace2_methods_get_type), (gst_deinterlace2_set_method):
1328         * gst/deinterlace2/gstdeinterlace2.h:
1329         * gst/deinterlace2/tvtime/linear.c:
1330         (deinterlace_scanline_linear_c), (deinterlace_scanline_linear_mmx),
1331         (deinterlace_scanline_linear_mmxext),
1332         (gst_deinterlace_method_linear_class_init),
1333         (gst_deinterlace_method_linear_init):
1334         * gst/deinterlace2/tvtime/linearblend.c:
1335         (deinterlace_scanline_linear_blend_c),
1336         (deinterlace_scanline_linear_blend2_c),
1337         (deinterlace_scanline_linear_blend_mmx),
1338         (deinterlace_scanline_linear_blend2_mmx),
1339         (gst_deinterlace_method_linear_blend_class_init),
1340         (gst_deinterlace_method_linear_blend_init):
1341         * gst/deinterlace2/tvtime/plugins.h:
1342         * gst/deinterlace2/tvtime/scalerbob.c:
1343         (deinterlace_scanline_scaler_bob),
1344         (gst_deinterlace_method_scaler_bob_class_init),
1345         (gst_deinterlace_method_scaler_bob_init):
1346         * gst/deinterlace2/tvtime/weave.c: (deinterlace_scanline_weave),
1347         (copy_scanline), (gst_deinterlace_method_weave_class_init),
1348         (gst_deinterlace_method_weave_init):
1349         * gst/deinterlace2/tvtime/weavebff.c: (deinterlace_scanline_weave),
1350         (copy_scanline), (gst_deinterlace_method_weave_bff_class_init),
1351         (gst_deinterlace_method_weave_bff_init):
1352         * gst/deinterlace2/tvtime/weavetff.c: (deinterlace_scanline_weave),
1353         (copy_scanline), (gst_deinterlace_method_weave_tff_class_init),
1354         (gst_deinterlace_method_weave_tff_init):
1355         Add the remaining tvtime deinterlacing methods and fix the
1356         deinterlace_frame() implementation of GstDeinterlaceSimpleMethod.
1357
1358 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1359
1360         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_line_c),
1361         (deinterlace_line_mmx), (gst_deinterlace_method_vfir_class_init):
1362         Implement the VFIR deinterlacing method as simple method.
1363
1364 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1365
1366         * gst/deinterlace2/gstdeinterlace2.c:
1367         (gst_deinterlace_simple_method_interpolate_scanline),
1368         (gst_deinterlace_simple_method_copy_scanline),
1369         (gst_deinterlace_simple_method_deinterlace_frame),
1370         (gst_deinterlace_simple_method_class_init),
1371         (gst_deinterlace_simple_method_init):
1372         * gst/deinterlace2/gstdeinterlace2.h:
1373         Add a GstDeinterlaceSimpleMethod subclass of GstDeinterlaceMethod that
1374         can be used by simple deinterlacing methods. They only have to provide
1375         a function for interpolating a scanline or copying a scanline.
1376
1377 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1378
1379         * gst/deinterlace2/gstdeinterlace2.c: (gst_deinterlace2_chain):
1380         Respect the latency of the deinterlacing algorithm for the timestamps
1381         of every buffer.
1382
1383 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1384
1385         * gst/deinterlace2/tvtime/greedyh.asm:
1386         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc:
1387         Add the MMX registers to the clobbered registers only if __MMX__ is
1388         defined.
1389
1390 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1391
1392         * gst/deinterlace2/Makefile.am:
1393         * gst/deinterlace2/gstdeinterlace2.c:
1394         (gst_deinterlace2_methods_get_type), (gst_deinterlace2_set_method),
1395         (gst_deinterlace2_class_init):
1396         Enable tomsmocomp again as the C port will be ready for the next
1397         release.
1398
1399 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1400
1401         * gst/deinterlace2/gstdeinterlace2.c: (gst_deinterlace2_init),
1402         (gst_greatest_common_divisor), (gst_fraction_double),
1403         (gst_deinterlace2_getcaps), (gst_deinterlace2_setcaps):
1404         Don't use proxy_getcaps() but implement our own getcaps() function
1405         that doubles/halfs the framerate if all fields should be sent out.
1406
1407 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1408
1409         * configure.ac:
1410         * ext/Makefile.am:
1411         * ext/twolame/Makefile.am:
1412         * ext/twolame/gsttwolame.c: (gst_two_lame_mode_get_type),
1413         (gst_two_lame_padding_get_type), (gst_two_lame_emphasis_get_type),
1414         (gst_two_lame_release_memory), (gst_two_lame_finalize),
1415         (gst_two_lame_base_init), (gst_two_lame_class_init),
1416         (gst_two_lame_src_setcaps), (gst_two_lame_sink_setcaps),
1417         (gst_two_lame_init), (gst_two_lame_set_property),
1418         (gst_two_lame_get_property), (gst_two_lame_sink_event),
1419         (gst_two_lame_chain), (gst_two_lame_setup),
1420         (gst_two_lame_change_state), (gst_two_lame_get_default_settings),
1421         (plugin_init):
1422         * ext/twolame/gsttwolame.h:
1423         Add TwoLAME MP2 encoding element, based on the LAME element.
1424
1425 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1426
1427         * configure.ac:
1428         * ext/Makefile.am:
1429         * ext/celt/Makefile.am:
1430         * ext/celt/gstcelt.c: (plugin_init):
1431         * ext/celt/gstceltdec.c: (gst_celt_dec_base_init),
1432         (gst_celt_dec_class_init), (gst_celt_dec_reset),
1433         (gst_celt_dec_init), (celt_dec_convert),
1434         (celt_get_sink_query_types), (celt_dec_sink_query),
1435         (celt_get_src_query_types), (celt_dec_src_query),
1436         (celt_dec_src_event), (celt_dec_sink_event),
1437         (celt_dec_chain_parse_header), (celt_dec_chain_parse_comments),
1438         (celt_dec_chain_parse_data), (celt_dec_chain),
1439         (celt_dec_change_state):
1440         * ext/celt/gstceltdec.h:
1441         * ext/celt/gstceltenc.c: (gst_celt_enc_setup_interfaces),
1442         (gst_celt_enc_base_init), (gst_celt_enc_class_init),
1443         (gst_celt_enc_finalize), (gst_celt_enc_sink_setcaps),
1444         (gst_celt_enc_sink_getcaps), (gst_celt_enc_convert_src),
1445         (gst_celt_enc_convert_sink), (gst_celt_enc_get_latency),
1446         (gst_celt_enc_get_query_types), (gst_celt_enc_src_query),
1447         (gst_celt_enc_sink_query), (gst_celt_enc_init),
1448         (gst_celt_enc_create_metadata_buffer), (gst_celt_enc_setup),
1449         (gst_celt_enc_buffer_from_data), (gst_celt_enc_push_buffer),
1450         (gst_celt_enc_set_header_on_caps), (gst_celt_enc_sinkevent),
1451         (gst_celt_enc_chain), (gst_celt_enc_get_property),
1452         (gst_celt_enc_set_property), (gst_celt_enc_change_state):
1453         * ext/celt/gstceltenc.h:
1454         Add CELT encoder and decoder elements based on the Speex elements.
1455
1456 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1457
1458         Patch by: Tal Shalif <tshalif at nargila dot org>
1459
1460         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_initsdl):
1461         Use g_setenv() and g_unsetenv() instead of setenv() to fix compilation
1462         with mingw. Fixes bug #545247.
1463
1464 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
1465
1466         * configure.ac:
1467         Back to development -> 0.10.8.1
1468
1469 === release 0.10.8 ===
1470
1471 2008-07-28  Jan Schmidt <jan.schmidt@sun.com>
1472
1473         * configure.ac:
1474           releasing 0.10.8, "Vapour Trails"
1475
1476 2008-07-25  Jan Schmidt  <jan.schmidt@sun.com>
1477
1478         * configure.ac:
1479         0.10.7.3 pre-release
1480
1481         * po/LINGUAS:
1482         * po/id.po:
1483         Add Indonesian translation.
1484
1485 2008-07-23  Michael Smith <msmith@songbirdnest.com>
1486
1487         * gst/festival/gstfestival.c:
1488           Guard unistd.h with HAVE_UNISTD_H
1489         * gst/modplug/libmodplug/load_it.cpp:
1490         * gst/modplug/libmodplug/sndfile.cpp:
1491         * gst/modplug/libmodplug/sndfile.h:
1492         * gst/modplug/libmodplug/stdafx.h:
1493           Support for compiling with MSVC: use _MSC_VER for detecting MSVC instead
1494           of MSC_VER. Make CanPackSamples take the type it's passed. Change scope
1495           of a variable in load_it.cpp to MSVC's scoping rules.
1496         * gst/sdp/gstsdpdemux.c:
1497           Guard unistd.h with HAVE_UNISTD_H
1498           Fixes #544457.
1499
1500 2008-07-22  Stefan Kost  <ensonic@users.sf.net>
1501
1502         * ext/timidity/gsttimidity.c:
1503           Fix compiler warning. Fixes #544050.
1504
1505 2008-07-21  Jan Schmidt  <jan.schmidt@sun.com>
1506
1507         * configure.ac:
1508         Don't check for nav_print.h any more - it should be included in
1509         the libdvdnav development package if libdvdnav headers depend on it.
1510         Fixes: #543846
1511
1512 2008-07-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1513
1514         * configure.ac:
1515         * ext/ladspa/Makefile.am:
1516         Link the ladspa plugin with -ldl. It's needed for dlopen() and friends
1517         for loading the ladspa plugins and previously was linked in by
1518         gmodule. Fixes bug #543848.
1519
1520 2008-07-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1521
1522         * gst/modplug/libmodplug/Makefile.am:
1523         Use GST_CXXFLAGS instead of GST_CFLAGS for CXXFLAGS. GST_CFLAGS
1524         can contain compiler parameters that are invalid for C++.
1525         Fixes bug #543860.
1526
1527 2008-07-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1528
1529         * ext/resindvd/Makefile.am:
1530         Dist missing header files. Fixes bug #543861.
1531
1532 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
1533
1534         * configure.ac:
1535         0.10.7.2 pre-release
1536
1537 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
1538
1539         * ext/Makefile.am:
1540         Dist and recurse into resindvd subdir
1541
1542 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
1543
1544         * configure.ac:
1545         Remove interleave and replaygain configure.ac pieces too
1546
1547 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
1548
1549         * po/LINGUAS:
1550         * po/lt.po:
1551         Add new lithunian translation, and add french to the LINGUAS
1552         file.
1553
1554 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
1555
1556         * docs/plugins/Makefile.am:
1557         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1558         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1559         * docs/plugins/gst-plugins-bad-plugins.args:
1560         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
1561         * docs/plugins/gst-plugins-bad-plugins.interfaces:
1562         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
1563         * docs/plugins/inspect/plugin-interleave.xml:
1564         * docs/plugins/inspect/plugin-replaygain.xml:
1565         * gst/interleave/Makefile.am:
1566         * gst/interleave/deinterleave.c:
1567         * gst/interleave/deinterleave.h:
1568         * gst/interleave/interleave.c:
1569         * gst/interleave/interleave.h:
1570         * gst/interleave/plugin.c:
1571         * gst/interleave/plugin.h:
1572         * gst/replaygain/Makefile.am:
1573         * gst/replaygain/gstrganalysis.c:
1574         * gst/replaygain/gstrganalysis.h:
1575         * gst/replaygain/gstrglimiter.c:
1576         * gst/replaygain/gstrglimiter.h:
1577         * gst/replaygain/gstrgvolume.c:
1578         * gst/replaygain/gstrgvolume.h:
1579         * gst/replaygain/replaygain.c:
1580         * gst/replaygain/replaygain.h:
1581         * gst/replaygain/rganalysis.c:
1582         * gst/replaygain/rganalysis.h:
1583         * tests/check/Makefile.am:
1584         * tests/check/elements/deinterleave.c:
1585         * tests/check/elements/interleave.c:
1586         * tests/check/elements/rganalysis.c:
1587         * tests/check/elements/rglimiter.c:
1588         * tests/check/elements/rgvolume.c:
1589         Remove interleave and replaygain plugins that have moved to -good
1590
1591 2008-07-18  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1592
1593         * configure.ac:
1594         * gst/deinterlace2/Makefile.am:
1595         * gst/deinterlace2/gstdeinterlace2.c:
1596         (gst_deinterlace2_methods_get_type), (gst_deinterlace2_set_method),
1597         (gst_deinterlace2_class_init), (gst_deinterlace2_init):
1598         * gst/deinterlace2/gstdeinterlace2.h:
1599         * gst/deinterlace2/tvtime/greedy.c:
1600         (gst_deinterlace_method_greedy_l_class_init):
1601         * gst/deinterlace2/tvtime/greedyh.c:
1602         (gst_deinterlace_method_greedy_h_class_init):
1603         * gst/deinterlace2/tvtime/vfir.c:
1604         (gst_deinterlace_method_vfir_class_init):
1605         Disable the tomsmocomp algorithm for this release as it's buggy
1606         and has no C implementation yet.
1607
1608         Build the deinterlace2 plugin on all architectures but still mark it
1609         as experimental.
1610         
1611         Build the x86 inline assembly only if GCC inline assembly is supported
1612         and only on x86 or amd64. Fixes bug #543286.
1613
1614 2008-07-16  Jan Schmidt  <Jan.Schmidt@sun.com>
1615
1616         * gst/real/gstrealvideodec.c: (open_library):
1617         Add some casts to fix the build on Forte
1618
1619 2008-07-14  Edward Hervey  <edward.hervey@collabora.co.uk>
1620
1621         * gst/deinterlace2/tvtime/greedy.c:
1622         (gst_deinterlace_method_greedy_l_class_init):
1623         * gst/deinterlace2/tvtime/greedyh.c:
1624         (gst_deinterlace_method_greedy_h_class_init):
1625         * gst/deinterlace2/tvtime/vfir.c:
1626         (gst_deinterlace_method_vfir_class_init):
1627         Fix build on x86_64
1628
1629 2008-07-14  Jan Schmidt  <thaytan@noraisin.net>
1630
1631         * ext/resindvd/gstmpegdemux.c:
1632         Remove whitespace line.
1633
1634         * ext/resindvd/resindvdbin.c:
1635         * ext/resindvd/resindvdbin.h:
1636         Make it so that audio/video pads aren't added to the bin
1637         until after data flow starts.
1638
1639         * ext/resindvd/resin-play:
1640         Move video buffer queue outside resindvdbin
1641
1642         * ext/resindvd/resindvdsrc.c:
1643         Check that the nav_clock_id didn't already get unscheduled.
1644
1645         * gst/dvdspu/gstdvdspu.c:
1646         Remove assert that sometimes triggers erroneously.
1647
1648 2008-07-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1649
1650         * gst/deinterlace2/tvtime/greedyh.asm:
1651         Always use the C implementation if width is not a multiple of 4. The
1652         assembly optimized version only handle this and calling the C
1653         implementation for the remaining part doesn't work because it needs
1654         previous calculations.
1655
1656 2008-07-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1657
1658         * gst/deinterlace2/tvtime/greedyh.asm:
1659         * gst/deinterlace2/tvtime/greedyh.c:
1660         * gst/deinterlace2/tvtime/greedyhmacros.h:
1661         Some cleanup, use 3DNOW instead of TDNOW in macros.
1662
1663         * gst/deinterlace2/tvtime/tomsmocomp.c:
1664         (gst_deinterlace_method_tomsmocomp_class_init):
1665         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
1666         * gst/deinterlace2/tvtime/tomsmocomp/tomsmocompmacros.h:
1667         The SSE method in fact only needs MMXEXT, declare it as such.
1668
1669 2008-07-11  Jan Schmidt  <thaytan@noraisin.net>
1670
1671         * docs/plugins/.cvsignore:
1672         Ignore *-undeclared.txt
1673
1674         * ext/resindvd/rsnaudiomunge.c:
1675         Turn g_print's into debug statements.
1676
1677         * ext/resindvd/resin-play:
1678         * ext/resindvd/Makefile.am:
1679         * ext/resindvd/resindvdbin.c:
1680         * ext/resindvd/resindvdbin.h:
1681         * ext/resindvd/rsnparsetter.c:
1682         * ext/resindvd/rsnparsetter.h:
1683         * ext/resindvd/rsnwrappedbuffer.c:
1684         * ext/resindvd/rsnwrappedbuffer.h:
1685         Add a bloated implementation of a really simple idea: Replace the
1686         pixel-aspect-ratio in the output video with a prescribed one when
1687         necessary. There must be an easier way.
1688
1689         Split the dvdspu out of the resindvdbin and put out the subpicture
1690         stream on the subpicture pad.
1691
1692         * ext/resindvd/gstmpegdemux.c:
1693         Send video-aspect events down the pipe from the demuxer.
1694
1695         * ext/resindvd/resindvdsrc.c:
1696         * ext/resindvd/resindvdsrc.h:
1697         Handle timed-stills somewhat using g_cond_timed_wait, with a FIXME
1698         to make it use clock-waiting later.
1699
1700         * ext/resindvd/rsnbasesrc.c:
1701         Don't overwrite the last_stop in the basesrc segment after a seamless
1702         seek.
1703
1704 2008-07-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1705
1706         * gst/mpegtsparse/mpegtspacketizer.c:
1707         Convert extended event text to UTF-8.
1708
1709 2008-07-10  Stefan Kost  <ensonic@users.sf.net>
1710
1711         * docs/plugins/Makefile.am:
1712         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1713         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1714         * docs/plugins/gst-plugins-bad-plugins.args:
1715         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
1716         * docs/plugins/gst-plugins-bad-plugins.interfaces:
1717         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
1718         * docs/plugins/gst-plugins-bad-plugins.signals:
1719         * docs/plugins/inspect/plugin-stereo.xml:
1720         * gst/stereo/gststereo.c:
1721           Document one more.
1722
1723 2008-07-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1724
1725         * gst/mpegtsparse/gstmpegdesc.h:
1726         Fix extended event descriptor parsing, out by 1 in position of
1727         text length.
1728
1729 2008-07-09  Stefan Kost  <ensonic@users.sf.net>
1730
1731         * gst/festival/gstfestival.c:
1732           Add a note to the docs, that festival need to be running. Also log an
1733           error it it is not. Fixes #541327
1734
1735 2008-07-08  Thijs Vermeir  <thijsvermeir@gmail.com>
1736
1737         patch by: Ilja Pavkovic <illsen@gumblfarz.de>
1738
1739         * gst/librfb/gstrfbsrc.c:
1740         * gst/librfb/gstrfbsrc.h:
1741         Add view-only property to ignore the navigation events
1742
1743 2008-07-08  Michael Smith <msmith@songbirdnest.com>
1744
1745         * sys/dshowdecwrapper/gstdshowaudiodec.c:
1746           Revert previous patch apart from typo fixes; the patch was not
1747           independently useful.
1748
1749 2008-07-08  Michael Smith <msmith@songbirdnest.com>
1750
1751         Based on patch by: Alessandro Decina <alessandro@nnva.org>
1752         * sys/dshowdecwrapper/gstdshowaudiodec.c:
1753         * sys/dshowdecwrapper/gstdshowdecwrapper.h:
1754         * sys/dshowdecwrapper/gstdshowvideodec.c:
1755           Add AAC, AC3 to handled codecs.
1756           Fix handling of flush events.
1757           Improve debug/error output.
1758           Fix a number of typos in comments and variable names.
1759
1760 2008-07-08  Thijs Vermeir  <thijsvermeir@gmail.com>
1761
1762         patch by: Ilja Pavkovic <illsen@gumblfarz.de>
1763
1764         * gst/librfb/rfbdecoder.c:
1765         Implement ServerCutText message
1766
1767 2008-07-08  Thijs Vermeir  <thijsvermeir@gmail.com>
1768
1769         patch by: Ilja Pavkovic <illsen@gumblfarz.de>
1770
1771         * gst/librfb/gstrfbsrc.c:
1772         * gst/librfb/rfbdecoder.c:
1773         Add property for shared desktop
1774
1775 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1776
1777         * configure.ac:
1778         Don't include ERROR_CFLAGS in GST_CXXFLAGS as it might include
1779         flags that are invalid for C++.
1780
1781 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1782
1783         * ext/spc/gstspc.c: (spc_setup):
1784         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopTop.inc:
1785         Don't use declarations after statements in the remaining code.
1786
1787 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1788
1789         Patch by:
1790           Jonathan Rosser <jonathan dot rosser at rd dot bbc dot co dot uk>
1791
1792         * ext/metadata/metadataexif.c: (metadataparse_handle_unit_tags):
1793         * ext/metadata/metadataxmp.c:
1794         (metadataparse_xmp_iter_add_to_tag_list):
1795         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_start):
1796         * ext/timidity/gstwildmidi.c: (gst_wildmidi_loop):
1797         Don't use declarations after statements.
1798
1799 2008-07-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1800
1801         patch by: Alessandro Decina
1802
1803         * gst/mpegtsparse/mpegtsparse.c:
1804         Fix memory leak by unreffing structures when not needed.
1805         Fixes #539292.
1806
1807 2008-07-07  Stefan Kost  <ensonic@users.sf.net>
1808
1809         * gst/sdp/gstsdpdemux.c:
1810           Use floating point math for latencies < 0 sec in log output.
1811
1812 2008-07-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1813
1814         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll2.inc:
1815         Mark internal processing functions as static inline for quite some
1816         speedup as they're used only once and need to get many local variables
1817         passed as parameter.
1818
1819 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1820
1821         * gst/deinterlace2/gstdeinterlace2.c:
1822         (gst_deinterlace_method_deinterlace_frame),
1823         (gst_deinterlace2_set_method), (gst_deinterlace2_init),
1824         (gst_deinterlace2_reset_history), (gst_deinterlace2_reset),
1825         (gst_deinterlace2_set_property), (gst_deinterlace2_get_property),
1826         (gst_deinterlace2_pop_history), (gst_deinterlace2_head_history),
1827         (gst_deinterlace2_push_history), (gst_deinterlace2_chain),
1828         (gst_deinterlace2_setcaps), (gst_deinterlace2_sink_event),
1829         (gst_deinterlace2_change_state), (gst_deinterlace2_src_event),
1830         (gst_deinterlace2_src_query):
1831         * gst/deinterlace2/gstdeinterlace2.h:
1832         Call the current instance "self" instead of "object".
1833
1834 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1835
1836         * gst/deinterlace2/gstdeinterlace2.c:
1837         (gst_deinterlace_method_get_latency),
1838         (gst_deinterlace2_set_method), (gst_deinterlace2_class_init),
1839         (gst_deinterlace2_push_history), (gst_deinterlace2_chain),
1840         (gst_deinterlace2_setcaps), (gst_deinterlace2_src_query):
1841         * gst/deinterlace2/gstdeinterlace2.h:
1842         Include latency of the method in the returned latency.
1843
1844         Fix outputting of all fields, i.e. doubling of the framerate.
1845
1846 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1847
1848         * gst/deinterlace2/Makefile.am:
1849         * gst/deinterlace2/gstdeinterlace2.c:
1850         (gst_deinterlace_method_class_init), (gst_deinterlace_method_init),
1851         (gst_deinterlace_method_deinterlace_frame),
1852         (gst_deinterlace_method_get_fields_required),
1853         (gst_deinterlace2_methods_get_type), (_do_init),
1854         (gst_deinterlace2_set_method), (gst_deinterlace2_class_init),
1855         (gst_deinterlace2_child_proxy_get_child_by_index),
1856         (gst_deinterlace2_child_proxy_get_children_count),
1857         (gst_deinterlace2_child_proxy_interface_init),
1858         (gst_deinterlace2_init), (gst_deinterlace2_finalize),
1859         (gst_deinterlace2_chain), (gst_deinterlace2_src_query):
1860         * gst/deinterlace2/gstdeinterlace2.h:
1861         * gst/deinterlace2/tvtime/greedy.c:
1862         (deinterlace_greedy_packed422_scanline_c),
1863         (deinterlace_greedy_packed422_scanline_mmx),
1864         (deinterlace_greedy_packed422_scanline_mmxext),
1865         (deinterlace_frame_di_greedy),
1866         (gst_deinterlace_method_greedy_l_set_property),
1867         (gst_deinterlace_method_greedy_l_get_property),
1868         (gst_deinterlace_method_greedy_l_class_init),
1869         (gst_deinterlace_method_greedy_l_init):
1870         * gst/deinterlace2/tvtime/greedyh.asm:
1871         * gst/deinterlace2/tvtime/greedyh.c: (greedyDScaler_C),
1872         (deinterlace_frame_di_greedyh),
1873         (gst_deinterlace_method_greedy_h_set_property),
1874         (gst_deinterlace_method_greedy_h_get_property),
1875         (gst_deinterlace_method_greedy_h_class_init),
1876         (gst_deinterlace_method_greedy_h_init):
1877         * gst/deinterlace2/tvtime/greedyh.h:
1878         * gst/deinterlace2/tvtime/plugins.h:
1879         * gst/deinterlace2/tvtime/tomsmocomp.c:
1880         (gst_deinterlace_method_tomsmocomp_set_property),
1881         (gst_deinterlace_method_tomsmocomp_get_property),
1882         (gst_deinterlace_method_tomsmocomp_class_init),
1883         (gst_deinterlace_method_tomsmocomp_init):
1884         * gst/deinterlace2/tvtime/tomsmocomp.h:
1885         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
1886         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_frame_vfir),
1887         (gst_deinterlace_method_vfir_class_init),
1888         (gst_deinterlace_method_vfir_init):
1889         Use a GstObject subtype for the deinterlacing methods and export
1890         the different settings for each deinterlacing method via GObject
1891         properties.
1892
1893         Implement GstChildProxy interface to allow access to the used
1894         deinterlacing method and to allow adjusting the different settings.
1895
1896         Move global variables of the tomsmocomp deinterlacing method into
1897         function local variables to make it possible to use this deinterlacing
1898         method from different instances.
1899
1900 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1901
1902         * gst/deinterlace2/tvtime/greedyh.asm:
1903         Support widths that are not a multiply of 4 when using the assembly
1904         optimized greedyh implementations.
1905
1906 2008-07-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1907
1908         * gst/deinterlace2/tvtime/greedyh.c:
1909         (deinterlace_frame_di_greedyh):
1910         Only build the assembly optimized implementations on x86.
1911
1912 2008-07-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1913
1914         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
1915
1916         * configure.ac:
1917         Fix checking of headers for the OSS4 plugin to fail if a single
1918         header doesn't exist already. AC_CHECK_HEADERS only fails if none
1919         of the headers is found. Fixes bug #541543.
1920
1921 2008-07-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1922
1923         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
1924
1925         * configure.ac:
1926         * gst/festival/Makefile.am:
1927         * gst/festival/gstfestival.c:
1928         Fix built of the festival plugin with mingw32 by linking to ws2_32.dll
1929         and including winsock headers. Fixes bug #541522.
1930
1931 2008-07-03  Peter Kjellerstedt  <pkj@axis.com>
1932
1933         * ChangeLog:
1934         * gst/rtpmanager/gstrtpjitterbuffer.c: (gst_rtp_jitter_buffer_loop):
1935         * gst/rtpmanager/rtpsource.c: (rtp_source_get_new_sr):
1936         Corrected a typo (interpollate -> interpolate).
1937
1938 2008-07-03  Peter Kjellerstedt  <pkj@axis.com>
1939
1940         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_process_rtp),
1941         (gst_rtp_session_send_rtp), (gst_rtp_session_send_rtcp),
1942         (gst_rtp_session_sync_rtcp), (gst_rtp_session_chain_recv_rtp),
1943         (gst_rtp_session_chain_recv_rtcp), (gst_rtp_session_chain_send_rtp):
1944         * gst/rtpmanager/rtpsession.c: (source_push_rtp),
1945         (rtp_session_send_rtp):
1946         * gst/rtpmanager/rtpsource.c: (push_packet), (calculate_jitter),
1947         (rtp_source_process_rtp), (rtp_source_send_rtp):
1948         Changed some GST_DEBUG() to GST_LOG() to reduce the spam when a
1949         pipeline is running normally.
1950
1951 2008-07-03  Peter Kjellerstedt  <pkj@axis.com>
1952
1953         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_init),
1954         (gst_rtp_session_finalize), (rtcp_thread),
1955         (gst_rtp_session_chain_recv_rtp), (gst_rtp_session_chain_recv_rtcp),
1956         (gst_rtp_session_event_send_rtp_sink),
1957         (gst_rtp_session_chain_send_rtp):
1958         * gst/rtpmanager/rtpsession.c: (check_collision),
1959         (update_arrival_stats), (rtp_session_process_rtp),
1960         (rtp_session_process_rtcp), (rtp_session_send_rtp),
1961         (rtp_session_send_bye_locked), (rtp_session_send_bye),
1962         (rtp_session_next_timeout), (session_report_blocks), (session_cleanup),
1963         (is_rtcp_time), (rtp_session_on_timeout):
1964         * gst/rtpmanager/rtpsession.h:
1965         Do not mix the use of g_get_current_time() with gst_clock_get_time().
1966
1967 2008-07-01  Jan Schmidt  <jan.schmidt@sun.com>
1968
1969         * gst/mpegvideoparse/mpegvideoparse.c:
1970         * gst/mpegvideoparse/mpegvideoparse.h:
1971         Queue new-segment events and send them after caps have been
1972         determined and set, so that the decoder will have been auto-plugged.
1973
1974 2008-07-01  Edward Hervey  <edward.hervey@collabora.co.uk>
1975
1976         Patch by : Michael Smith <msmith @ xiph dot org>
1977         
1978         * sys/qtwrapper/audiodecoders.c: (qtwrapper_audio_decoder_init),
1979         (clear_AudioStreamBasicDescription), (fill_indesc_mp3),
1980         (fill_indesc_aac), (make_samr_magic_cookie), (write_len),
1981         (make_aac_magic_cookie), (open_decoder), (process_buffer_cb),
1982         (qtwrapper_audio_decoder_chain),
1983         (qtwrapper_audio_decoder_sink_event),
1984         (qtwrapper_audio_decoder_base_init),
1985         (qtwrapper_audio_decoder_class_init),
1986         (qtwrapper_audio_decoders_register):
1987         * sys/qtwrapper/codecmapping.h:
1988         * sys/qtwrapper/imagedescription.c: (image_description_for_avc1),
1989         (image_description_for_mp4v), (image_description_from_stsd_buffer):
1990         * sys/qtwrapper/imagedescription.h:
1991         * sys/qtwrapper/qtutils.c: (get_name_info_from_component),
1992         (dump_avcc_atom), (dump_image_description),
1993         (AllocateAudioBufferList):
1994         * sys/qtwrapper/qtutils.h:
1995         * sys/qtwrapper/qtwrapper.c: (plugin_init):
1996         * sys/qtwrapper/qtwrapper.h:
1997         * sys/qtwrapper/videodecoders.c:
1998         (qtwrapper_video_decoder_base_init), (open_decoder),
1999         (decompressCb), (qtwrapper_video_decoder_chain),
2000         (qtwrapper_video_decoders_register):
2001         Make qtwrapper compile/work on win32.
2002         Lots of fixes
2003         Fixes #531840
2004
2005 2008-06-30  Jan Schmidt  <jan.schmidt@sun.com>
2006
2007         * gst/rawparse/gstvideoparse.c:
2008         Fix size calculation for RGB buffers -> bpp is in bits, so divide by 8
2009
2010 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2011
2012         * gst/deinterlace2/Makefile.am:
2013         * gst/deinterlace2/tvtime/tomsmocomp.c: (tomsmocomp_init),
2014         (tomsmocomp_filter_mmx), (tomsmocomp_filter_3dnow),
2015         (tomsmocomp_filter_sse), (deinterlace_frame_di_tomsmocomp):
2016         * gst/deinterlace2/tvtime/tomsmocomp.h:
2017         Remove useless file and mark everything possible as static.
2018
2019         * gst/deinterlace2/tvtime/greedy.c:
2020         * gst/deinterlace2/tvtime/greedyh.c:
2021         Use "_stdint.h" instead of <stdint.h>.
2022
2023 2008-06-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2024
2025         * gst/deinterlace2/Makefile.am:
2026         * gst/deinterlace2/gstdeinterlace2.c: (gst_deinterlace2_init):
2027         * gst/deinterlace2/tvtime/greedy.c: (deinterlace_frame_di_greedy):
2028         * gst/deinterlace2/tvtime/greedyh.c:
2029         (deinterlace_frame_di_greedyh):
2030         * gst/deinterlace2/tvtime/speedtools.h:
2031         * gst/deinterlace2/tvtime/speedy.c:
2032         * gst/deinterlace2/tvtime/speedy.h:
2033         * gst/deinterlace2/tvtime/tomsmocomp.c: (Fieldcopy):
2034         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
2035         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_frame_vfir):
2036         Get rid of speedy.[ch] as we don't use most of it's code anyway
2037         and it doesn't seem to be relicensed to LGPL. Use memcpy() instead
2038         of the speedy memcpy everywhere instead.
2039         
2040         * gst/deinterlace2/gstdeinterlace2.h:
2041         Remove many unused declarations.
2042
2043 2008-06-28  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2044
2045         * ext/mpeg2enc/gstmpeg2encoptions.cc:
2046         * ext/mpeg2enc/gstmpeg2encoptions.hh:
2047         Expose the additional MPEG HDTV format profiles available in latest
2048         mjpegtools version.
2049
2050 2008-06-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2051
2052         * gst/deinterlace2/gstdeinterlace2.c: (gst_deinterlace2_src_query):
2053         Divide latency be 2 to convert from fields to frames.
2054
2055 2008-06-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2056
2057         * gst/deinterlace2/tvtime/greedy.c:
2058         (deinterlace_greedy_packed422_scanline_c),
2059         (deinterlace_greedy_packed422_scanline_mmx),
2060         (deinterlace_greedy_packed422_scanline_mmxext),
2061         (deinterlace_frame_di_greedy):
2062         Don't use scanlines function from gstdeinterlace2 as it's
2063         not appropiate for this method. Instead implement deinterlace_frame
2064         function by taking the one from greedyh.
2065         
2066         * gst/deinterlace2/tvtime/greedyh.c: (greedyDScaler_C):
2067         Small fix for the C implementation.
2068
2069         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_frame_vfir):
2070         Don't use the scanlines function from gstdeinterlace2 as it's only
2071         used for this method and will be removed. Instead implement
2072         deinterlace_frame function and make it a bit more efficient.
2073
2074         * gst/deinterlace2/gstdeinterlace2.c:
2075         (gst_deinterlace2_class_init), (gst_deinterlace2_set_method),
2076         (gst_deinterlace2_push_history), (gst_deinterlace2_chain),
2077         (gst_deinterlace2_setcaps), (gst_deinterlace2_sink_event),
2078         (gst_deinterlace2_change_state), (gst_deinterlace2_src_event),
2079         (gst_deinterlace2_src_query):
2080         Fix coding style and remove scanlines function as it's unused now.
2081
2082 2008-06-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2083
2084         * gst/deinterlace2/tvtime/greedyh.asm:
2085         * gst/deinterlace2/tvtime/greedyh.c: (greedyDScaler_C),
2086         (deinterlace_frame_di_greedyh), (dscaler_greedyh_get_method):
2087         * gst/deinterlace2/tvtime/greedyhmacros.h:
2088         Add a C implementation for the greedyh deinterlacing method, clean
2089         up the code a bit and mark the SSE version as MMXEXT as it doesn't
2090         require any SSE instructions.
2091
2092 2008-06-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2093
2094         * gst/deinterlace2/gstdeinterlace2.c:
2095         (gst_deinterlace2_set_property), (gst_deinterlace2_chain),
2096         (gst_deinterlace2_setcaps):
2097         If we're outputting all fields the framerate has to be doubled.
2098
2099         Set duration on the outgoing buffers.
2100
2101 2008-06-26  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2102
2103         * docs/plugins/Makefile.am:
2104         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
2105         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
2106         * gst/y4m/gsty4mencode.c:
2107         Add documentation for YUV4MPEG2 encoder element.
2108
2109 2008-06-25  Edward Hervey  <edward.hervey@collabora.co.uk>
2110
2111         * gst/deinterlace2/tvtime/tomsmocomp/tomsmocompmacros.h:
2112         Remove unneeded macros that break build on macosx.
2113
2114 2008-06-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
2115
2116         * configure.ac:
2117           Depend on released versions of core and -base.
2118
2119 2008-06-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2120
2121         * gst/deinterlace2/tvtime/greedy.c:
2122         (deinterlace_greedy_packed422_scanline_mmx),
2123         (deinterlace_greedy_packed422_scanline_mmxext):
2124         Optimize MMX/MMXEXT implementations a bit by requiring two less
2125         memory accesses and fix the workaround for the missing right shift
2126         on bytes to unset the highest bit of every byte.
2127
2128 2008-06-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2129
2130         * gst/deinterlace2/tvtime/greedy.c:
2131         (deinterlace_greedy_packed422_scanline_mmxext):
2132         Remove sfence instruction as it's not needed and actually is an SSE
2133         instruction.
2134
2135 2008-06-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2136
2137         * gst/deinterlace2/tvtime/greedy.c:
2138         (deinterlace_greedy_packed422_scanline_mmx),
2139         (deinterlace_greedy_packed422_scanline):
2140         Add plain MMX implementation for the greedyl method.
2141
2142 2008-06-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2143
2144         * gst/deinterlace2/Makefile.am:
2145         Move the assembly includes to noinst_HEADERS where they belong.
2146
2147         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_line_c),
2148         (deinterlace_line_mmx):
2149         Fix C and MMX implementations a bit more.
2150
2151 2008-06-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2152
2153         * gst/deinterlace2/tvtime/greedy.c:
2154         (deinterlace_greedy_packed422_scanline_c),
2155         (deinterlace_greedy_packed422_scanline_mmxext),
2156         (deinterlace_greedy_packed422_scanline):
2157         Fix the C implementation to produce correct results and optimize the
2158         MMXEXT implementation.
2159
2160         Handle odd widths and don't read over array boundaries in the MMXEXT
2161         implementation.
2162
2163         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_line_c),
2164         (deinterlace_line_mmx), (deinterlace_scanline_vfir):
2165         Fix a small rounding bug in the MMX implementation, the MMX
2166         implementation doesn't actually need MMXEXT instructions so don't mark
2167         it as such.
2168
2169         Handle odd widths in both implementations.
2170
2171 2008-06-22  Stefan Kost  <ensonic@users.sf.net>
2172
2173         * ext/resindvd/rsnbasesrc.c:
2174           Use the right i18n header.
2175
2176 2008-06-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2177
2178         * gst/deinterlace2/tvtime/greedy.c:
2179         (deinterlace_greedy_packed422_scanline_sse),
2180         (deinterlace_greedy_packed422_scanline_c),
2181         (deinterlace_greedy_packed422_scanline):
2182         Implement a C version of the greedy low motion algorithm and mark the
2183         assembly optimized version as SSE as it uses SSE instructions
2184         additional to MMX instructions.
2185
2186 2008-06-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2187
2188         Patch by: Sebastian Pölsterl
2189
2190         * gst/mpegtsparse/mpegtspacketizer.c:
2191         Fix problem when empty string is provided.
2192
2193 2008-06-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2194
2195         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_line_mmxext),
2196         (deinterlace_line_c), (deinterlace_scanline_vfir):
2197         Make it possible to use the vfir method on X86 CPUs without MMXEXT too
2198         but use the MMXEXT optimized code whenever possible.
2199
2200 2008-06-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2201
2202         * gst/deinterlace2/gstdeinterlace2.c:
2203         (gst_deinterlace2_class_init), (gst_deinterlace2_init),
2204         (gst_deinterlace2_reset_history), (gst_deinterlace2_reset),
2205         (gst_deinterlace2_finalize), (gst_deinterlace2_chain),
2206         (gst_deinterlace2_sink_event), (gst_deinterlace2_change_state),
2207         (gst_deinterlace2_src_query):
2208         * gst/deinterlace2/gstdeinterlace2.h:
2209         Reset element state on PAUSED->READY properly, don't leak any buffers
2210         when finalizing, allocate buffers with gst_pad_alloc_buffer() and
2211         properly return flow returns from gst_pad_push() instead of ignoring them.
2212
2213 2008-06-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2214
2215         * gst/deinterlace2/tvtime/tomsmocomp/tomsmocompmacros.h:
2216         Add missing header.
2217
2218 2008-06-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2219
2220         * configure.ac:
2221         * gst/deinterlace2/Makefile.am:
2222         * gst/deinterlace2/tvtime/greedyh.asm:
2223         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc:
2224         Fix compilation on generic x86/amd64 and include deinterlace2 in the
2225         build system. Because of several bugs it's still enabled only
2226         by --enable-experimental.
2227
2228 2008-06-20  Jan Schmidt  <jan.schmidt@sun.com>
2229
2230         * ext/resindvd/resindvdsrc.c:
2231         * ext/resindvd/resindvdsrc.h:
2232         Schedule NAV packets and activate them with an async clock callback
2233         at the right moment. This makes delayed menu highlights appear
2234         at the correct time and fixes Back To The Future.
2235
2236         When outputting new segment in do_seek(), calculate our position
2237         value properly, so we report the right time when popping in and
2238         out of the menus.
2239
2240         * ext/resindvd/rsnbasesrc.c:
2241         When handling a non-flushing seek, accumulate the segment,
2242         rather than having every seek start from 0 and messing with sync
2243
2244 2008-06-19  Stefan Kost  <ensonic@users.sf.net>
2245
2246         * gst/selector/gstoutputselector.c:
2247         * tests/icles/output-selector-test.c:
2248           Use BOILERPLATE macro and update test to the latest api changes.
2249
2250 2008-06-19  Wim Taymans  <wim.taymans@collabora.co.uk>
2251
2252         * examples/app/appsink-src.c: (on_new_buffer_from_source):
2253         Don't use a buffer after unreffing it.
2254
2255 2008-06-18  Stefan Kost  <ensonic@users.sf.net>
2256
2257         * ext/metadata/metadataexif.c:
2258           Add description tag mapping.
2259
2260 2008-06-18  Stefan Kost  <ensonic@users.sf.net>
2261
2262         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
2263         * examples/app/appsrc-ra.c:
2264         * examples/app/appsrc-seekable.c:
2265         * examples/app/appsrc-stream.c:
2266         * examples/app/appsrc-stream2.c:
2267         * ext/directfb/dfbvideosink.h:
2268         * ext/metadata/gstbasemetadata.c:
2269         * ext/metadata/gstbasemetadata.h:
2270         * ext/metadata/metadata.c:
2271         * ext/metadata/metadataexif.c:
2272         * ext/theora/theoradec.h:
2273         * gst/deinterlace2/gstdeinterlace2.h:
2274         * gst/deinterlace2/tvtime/speedy.c:
2275         * gst/deinterlace2/tvtime/speedy.h:
2276         * gst/deinterlace2/tvtime/vfir.c:
2277          Fix gtk-doc warnings. Also don't misuse api-doc comments for normal
2278          comments.
2279
2280 2008-06-17  Jan Schmidt  <jan.schmidt@sun.com>
2281
2282         * ext/resindvd/resindvdbin.c:
2283         Parse the URI argument into the device name so dvd:///path/to/image
2284         works.
2285
2286         * ext/resindvd/resindvdsrc.c:
2287         Implement a trivial duration query reporting the current PGC length.
2288
2289         * gst/dvdspu/gstdvdspu.c:
2290         Rename typo in the function name.
2291
2292 2008-06-17  Sebastian Dröge  <slomo@circular-chaos.org>
2293
2294         * configure.ac:
2295         Disable deinterlace2 plugin again which was accidently enabled
2296         with last commit.
2297
2298 2008-06-17  Sebastian Dröge  <slomo@circular-chaos.org>
2299
2300         * configure.ac:
2301         * ext/resindvd/resindvdsrc.h:
2302         Make resindvd work with libdvdnav >= 4.0.0.
2303
2304 2008-06-17  Jan Schmidt  <thaytan@noraisin.net>
2305
2306         * configure.ac:
2307         Check for libdvdnav to build resindvd.
2308
2309         * ext/Makefile.am:
2310         * ext/resindvd/Makefile.am:
2311         * ext/resindvd/gstmpegdefs.h:
2312         * ext/resindvd/gstmpegdemux.c:
2313         * ext/resindvd/gstmpegdemux.h:
2314         * ext/resindvd/gstmpegdesc.c:
2315         * ext/resindvd/gstmpegdesc.h:
2316         * ext/resindvd/gstpesfilter.c:
2317         * ext/resindvd/gstpesfilter.h:
2318         * ext/resindvd/plugin.c:
2319         * ext/resindvd/resin-play:
2320         * ext/resindvd/resindvdbin.c:
2321         * ext/resindvd/resindvdbin.h:
2322         * ext/resindvd/resindvdsrc.c:
2323         * ext/resindvd/resindvdsrc.h:
2324         * ext/resindvd/rsnaudiomunge.c:
2325         * ext/resindvd/rsnaudiomunge.h:
2326         * ext/resindvd/rsnbasesrc.c:
2327         * ext/resindvd/rsnbasesrc.h:
2328         * ext/resindvd/rsnpushsrc.c:
2329         * ext/resindvd/rsnpushsrc.h:
2330         * ext/resindvd/rsnstreamselector.c:
2331         * ext/resindvd/rsnstreamselector.h:
2332
2333         First commit of DVD-Video playback component 'rsndvdbin'
2334         and helper elements.
2335
2336         Use --enable-experimental for now, but feel free to give it a
2337         try using the resin-play script.
2338
2339         * gst/dvdspu/gstdvdspu.c:
2340         Add some extra guards for malformed events.
2341
2342 2008-06-16  David Schleef  <ds@schleef.org>
2343
2344         * configure.ac:
2345         Bump dirac requirement to 0.10 due to api changes.
2346
2347 2008-06-16  Andy Wingo  <wingo@pobox.com>
2348
2349         * gst-libs/gst/app/gstappsrc.c (gst_app_src_set_max_bytes)
2350         (gst_app_src_get_max_bytes, gst_app_src_push_buffer): Use
2351         G_GUINT64_FORMAT. Avoid overflow in get_max_bytes().
2352
2353 2008-06-16  Stefan Kost  <ensonic@users.sf.net>
2354
2355         * sys/dvb/gstdvbsrc.c:
2356           Move docblob upwards. Balance tags and restore blank line.
2357
2358 2008-06-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2359
2360         * sys/dvb/gstdvbsrc.c:
2361         Fix out of date docs.
2362
2363 2008-06-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2364
2365         Patch from: Vincent Genieux
2366
2367         * gst/mpegtsparse/mpegtsparse.c:
2368         Fix refcount issues, fixes #538560.
2369
2370 2008-06-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2371
2372         * gst/mpegtsparse/gstmpegdesc.h:
2373         * gst/mpegtsparse/mpegtspacketizer.c:
2374         Parse the extended event descriptor.
2375
2376 2008-06-16  Stefan Kost  <ensonic@users.sf.net>
2377
2378         * gst/rtpmanager/gstrtpjitterbuffer.c:
2379         * gst/speed/gstspeed.c:
2380         * gst/speexresample/gstspeexresample.c:
2381         * gst/videosignal/gstvideoanalyse.c:
2382         * gst/videosignal/gstvideodetect.c:
2383         * gst/videosignal/gstvideomark.c:
2384         * sys/dvb/gstdvbsrc.c:
2385         * sys/oss4/oss4-mixer.c:
2386         * sys/oss4/oss4-sink.c:
2387         * sys/oss4/oss4-source.c:
2388         * sys/wininet/gstwininetsrc.c:
2389           Final round of doc updates.
2390
2391 2008-06-16  Stefan Kost  <ensonic@users.sf.net>
2392
2393         * gst/deinterlace/gstdeinterlace.c:
2394         * gst/rtpmanager/gstrtpbin.c:
2395         * gst/rtpmanager/gstrtpclient.c:
2396         * gst/rtpmanager/gstrtpjitterbuffer.c:
2397         * gst/rtpmanager/gstrtpptdemux.c:
2398         * gst/rtpmanager/gstrtpsession.c:
2399         * gst/rtpmanager/gstrtpssrcdemux.c:
2400         * gst/sdp/gstsdpdemux.c:
2401           More doc updates. More xrefs.
2402
2403 2008-06-14  Julien Moutte  <julien@fluendo.com>
2404
2405         * gst/flv/gstflvdemux.c: (gst_flv_demux_cleanup),
2406         (gst_flv_demux_dispose):
2407         * gst/flv/gstflvdemux.h:
2408         * gst/flv/gstflvparse.c: (gst_flv_parse_audio_negotiate),
2409         (gst_flv_parse_tag_audio), (gst_flv_parse_video_negotiate),
2410         (gst_flv_parse_tag_video): Introduce demuxing support for AAC and
2411         H.264/AVC inside FLV.
2412         * sys/dshowdecwrapper/gstdshowaudiodec.c: (gst_dshowaudiodec_init),
2413         (gst_dshowaudiodec_chain), (gst_dshowaudiodec_push_buffer),
2414         (gst_dshowaudiodec_sink_event), (gst_dshowaudiodec_setup_graph):
2415         * sys/dshowdecwrapper/gstdshowaudiodec.h:
2416         * sys/dshowdecwrapper/gstdshowvideodec.c: (gst_dshowvideodec_init),
2417         (gst_dshowvideodec_sink_event), (gst_dshowvideodec_chain),
2418         (gst_dshowvideodec_push_buffer), (gst_dshowvideodec_src_getcaps):
2419         * sys/dshowdecwrapper/gstdshowvideodec.h: Lot of random fixes 
2420         to improve stability (ref counting, safety checks...)
2421
2422 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2423
2424         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_probe_modules):
2425         Disable sipro on 64bits, it crashes.
2426
2427 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2428
2429         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_chain),
2430         (close_library), (open_library),
2431         (gst_real_audio_dec_probe_modules), (gst_real_audio_dec_getcaps),
2432         (gst_real_audio_dec_setcaps), (gst_real_audio_dec_init),
2433         (gst_real_audio_dec_change_state), (gst_real_audio_dec_finalize):
2434         Add raversions we can support on the caps.
2435         Refactor the loading of the real codecs like realvideo so that we can
2436         implement probing.
2437         Probe all supported formats by trying to load the .so files, only report
2438         the versions on the caps that we can actually load.
2439
2440         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain),
2441         (gst_real_video_dec_getcaps), (gst_real_video_dec_setcaps),
2442         (open_library), (close_library),
2443         (gst_real_video_dec_probe_modules),
2444         (gst_real_video_dec_change_state), (gst_real_video_dec_init),
2445         (gst_real_video_dec_finalize), (gst_real_video_dec_class_init):
2446         * gst/real/gstrealvideodec.h:
2447         Change the loading of the library like the audio decoder.
2448         Probe the supported formats by trying to load the .so files and only
2449         report the versions on the caps that we can actually load.
2450
2451 2008-06-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2452
2453         patch by: Sebastian Pölsterl
2454
2455         * gst/mpegtsparse/mpegtspacketizer.c:
2456         Handle character sets in strings coming from DVB SI according
2457         to the DVB SI spec.
2458
2459 2008-06-13  Stefan Kost  <ensonic@users.sf.net>
2460
2461         * gst/replaygain/gstrganalysis.c:
2462         * gst/replaygain/gstrglimiter.c:
2463         * gst/replaygain/gstrgvolume.c:
2464           More doc updates.
2465
2466 2008-06-13  Stefan Kost  <ensonic@users.sf.net>
2467
2468         * docs/plugins/Makefile.am:
2469         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
2470         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
2471         * docs/plugins/gst-plugins-bad-plugins.args:
2472         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
2473         * docs/plugins/gst-plugins-bad-plugins.interfaces:
2474         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
2475         * docs/plugins/gst-plugins-bad-plugins.signals:
2476         * docs/plugins/inspect/plugin-alsaspdif.xml:
2477         * docs/plugins/inspect/plugin-amrwb.xml:
2478         * docs/plugins/inspect/plugin-app.xml:
2479         * docs/plugins/inspect/plugin-bayer.xml:
2480         * docs/plugins/inspect/plugin-bz2.xml:
2481         * docs/plugins/inspect/plugin-cdaudio.xml:
2482         * docs/plugins/inspect/plugin-cdxaparse.xml:
2483         * docs/plugins/inspect/plugin-dtsdec.xml:
2484         * docs/plugins/inspect/plugin-dvb.xml:
2485         * docs/plugins/inspect/plugin-dvdspu.xml:
2486         * docs/plugins/inspect/plugin-faac.xml:
2487         * docs/plugins/inspect/plugin-faad.xml:
2488         * docs/plugins/inspect/plugin-fbdevsink.xml:
2489         * docs/plugins/inspect/plugin-festival.xml:
2490         * docs/plugins/inspect/plugin-filter.xml:
2491         * docs/plugins/inspect/plugin-flvdemux.xml:
2492         * docs/plugins/inspect/plugin-freeze.xml:
2493         * docs/plugins/inspect/plugin-gsm.xml:
2494         * docs/plugins/inspect/plugin-gstinterlace.xml:
2495         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
2496         * docs/plugins/inspect/plugin-h264parse.xml:
2497         * docs/plugins/inspect/plugin-interleave.xml:
2498         * docs/plugins/inspect/plugin-jack.xml:
2499         * docs/plugins/inspect/plugin-ladspa.xml:
2500         * docs/plugins/inspect/plugin-metadata.xml:
2501         * docs/plugins/inspect/plugin-mms.xml:
2502         * docs/plugins/inspect/plugin-modplug.xml:
2503         * docs/plugins/inspect/plugin-mpeg2enc.xml:
2504         * docs/plugins/inspect/plugin-mpeg4videoparse.xml:
2505         * docs/plugins/inspect/plugin-mpegtsparse.xml:
2506         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
2507         * docs/plugins/inspect/plugin-musepack.xml:
2508         * docs/plugins/inspect/plugin-musicbrainz.xml:
2509         * docs/plugins/inspect/plugin-mve.xml:
2510         * docs/plugins/inspect/plugin-mythtv.xml
2511         * docs/plugins/inspect/plugin-nas.xml:
2512         * docs/plugins/inspect/plugin-neon.xml:
2513         * docs/plugins/inspect/plugin-nsfdec.xml:
2514         * docs/plugins/inspect/plugin-nuvdemux.xml:
2515         * docs/plugins/inspect/plugin-oss4.xml
2516         * docs/plugins/inspect/plugin-rawparse.xml:
2517         * docs/plugins/inspect/plugin-real.xml:
2518         * docs/plugins/inspect/plugin-replaygain.xml:
2519         * docs/plugins/inspect/plugin-rfbsrc.xml:
2520         * docs/plugins/inspect/plugin-sdl.xml:
2521         * docs/plugins/inspect/plugin-sdp.xml:
2522         * docs/plugins/inspect/plugin-selector.xml:
2523         * docs/plugins/inspect/plugin-sndfile.xml:
2524         * docs/plugins/inspect/plugin-soundtouch.xml:
2525         * docs/plugins/inspect/plugin-spcdec.xml:
2526         * docs/plugins/inspect/plugin-speed.xml:
2527         * docs/plugins/inspect/plugin-speexresample.xml:
2528         * docs/plugins/inspect/plugin-stereo.xml:
2529         * docs/plugins/inspect/plugin-subenc.xml
2530         * docs/plugins/inspect/plugin-timidity.xml:
2531         * docs/plugins/inspect/plugin-tta.xml:
2532         * docs/plugins/inspect/plugin-vcdsrc.xml:
2533         * docs/plugins/inspect/plugin-videosignal.xml:
2534         * docs/plugins/inspect/plugin-vmnc.xml:
2535         * docs/plugins/inspect/plugin-wildmidi.xml:
2536         * docs/plugins/inspect/plugin-x264.xml:
2537         * docs/plugins/inspect/plugin-xvid.xml:
2538         * docs/plugins/inspect/plugin-y4menc.xml:
2539         * ext/amrwb/gstamrwbdec.c:
2540         * ext/amrwb/gstamrwbenc.c:
2541         * ext/amrwb/gstamrwbparse.c:
2542         * ext/dc1394/gstdc1394.c:
2543         * ext/directfb/dfbvideosink.c:
2544         * ext/ivorbis/vorbisdec.c:
2545         * ext/jack/gstjackaudiosink.c:
2546         * ext/mpeg2enc/gstmpeg2enc.cc:
2547         * ext/mplex/gstmplex.cc:
2548         * ext/musicbrainz/gsttrm.c:
2549         * ext/mythtv/gstmythtvsrc.c:
2550         * ext/theora/theoradec.c:
2551         * ext/timidity/gsttimidity.c:
2552         * ext/timidity/gstwildmidi.c:
2553         * gst-libs/gst/app/gstappsink.c:
2554         * gst/deinterlace/gstdeinterlace.c:
2555         * gst/dvdspu/gstdvdspu.c:
2556         * gst/festival/gstfestival.c:
2557         * gst/freeze/gstfreeze.c:
2558         * gst/interleave/deinterleave.c:
2559         * gst/interleave/interleave.c:
2560         * gst/modplug/gstmodplug.cc:
2561         * gst/nuvdemux/gstnuvdemux.c:
2562           Add missing elements to docs. Fix doc-markup: use convinience syntax
2563           for examples (produces valid docbook), add several refsec2 when we
2564           have several titles. Fix some types.
2565
2566 2008-06-12  Wim Taymans  <wim.taymans@collabora.co.uk>
2567
2568         * examples/app/.cvsignore:
2569         * examples/app/Makefile.am:
2570         * examples/app/appsink-src.c: (on_new_buffer_from_source),
2571         (on_source_message), (on_sink_message), (main):
2572         Add beefed up example app from bug #413418. It now also uses appsink
2573         instead of fakesink for more ultimate coolness.
2574
2575         * gst-libs/gst/app/gstappsrc.c: (gst_app_src_class_init),
2576         (gst_app_src_init), (gst_app_src_set_property),
2577         (gst_app_src_get_property), (gst_app_src_unlock),
2578         (gst_app_src_unlock_stop), (gst_app_src_create),
2579         (gst_app_src_set_max_bytes), (gst_app_src_push_buffer),
2580         (gst_app_src_end_of_stream):
2581         * gst-libs/gst/app/gstappsrc.h:
2582         Add block property to allow push based implementation to block when we
2583         fill up the appsrc queues.
2584         Emit the enough-data signal while releasing our lock.
2585
2586 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
2587
2588         * examples/app/.cvsignore:
2589           Ignore more.
2590
2591 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
2592
2593         * ext/dc1394/gstdc1394.c:
2594         * ext/ivorbis/vorbisdec.c:
2595         * ext/jack/gstjackaudiosink.c:
2596         * ext/metadata/gstmetadatademux.c:
2597         * ext/mythtv/gstmythtvsrc.c:
2598         * ext/theora/theoradec.c:
2599         * gst-libs/gst/app/gstappsink.c:
2600         * gst/bayer/gstbayer2rgb.c:
2601         * gst/deinterlace/gstdeinterlace.c:
2602         * gst/rawparse/gstaudioparse.c:
2603         * gst/rawparse/gstvideoparse.c:
2604         * gst/rtpmanager/gstrtpbin.c:
2605         * gst/rtpmanager/gstrtpclient.c:
2606         * gst/rtpmanager/gstrtpjitterbuffer.c:
2607         * gst/rtpmanager/gstrtpptdemux.c:
2608         * gst/rtpmanager/gstrtpsession.c:
2609         * gst/rtpmanager/gstrtpssrcdemux.c:
2610         * gst/selector/gstinputselector.c:
2611         * gst/selector/gstoutputselector.c:
2612         * gst/videosignal/gstvideoanalyse.c:
2613         * gst/videosignal/gstvideodetect.c:
2614         * gst/videosignal/gstvideomark.c:
2615         * sys/oss4/oss4-mixer.c:
2616         * sys/oss4/oss4-sink.c:
2617         * sys/oss4/oss4-source.c:
2618           Do not use short_description in section docs for elements. We extract
2619           them from element details and there will be warnings if they differ.
2620           Also fixing up the ChangeLog order.
2621
2622 2008-06-12  Wim Taymans  <wim.taymans@collabora.co.uk>
2623
2624         Patch by: Sebastien Merle <sylane at gmail dot com>
2625
2626         * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_chain):
2627         Fix the sign of the data we pass to the decoder so that the decoder
2628         compiles with newer reference code as well. Fixes #528618.
2629
2630 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
2631
2632         * tests/icles/test-oss4.c:
2633           Include stdlib.h.
2634
2635 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
2636
2637         Based on a patch by: Martin Eikermann <meiker at upb dot de>
2638
2639         * gst/deinterlace2/Makefile.am:
2640         * gst/deinterlace2/gstdeinterlace2.c:
2641         (gst_deinterlace2_method_get_type),
2642         (gst_deinterlace2_fields_get_type),
2643         (gst_deinterlace2_field_layout_get_type),
2644         (gst_deinterlace2_base_init), (gst_deinterlace2_class_init),
2645         (gst_deinterlace2_init), (gst_deinterlace2_set_method),
2646         (gst_deinterlace2_set_property), (gst_deinterlace2_get_property),
2647         (gst_deinterlace2_finalize), (gst_deinterlace2_pop_history),
2648         (gst_deinterlace2_head_history), (gst_deinterlace2_push_history),
2649         (gst_deinterlace2_deinterlace_scanlines), (gst_deinterlace2_chain),
2650         (gst_deinterlace2_setcaps), (gst_deinterlace2_sink_event),
2651         (gst_deinterlace2_change_state), (gst_deinterlace2_src_event),
2652         (gst_deinterlace2_src_query), (gst_deinterlace2_src_query_types),
2653         (plugin_init):
2654         * gst/deinterlace2/gstdeinterlace2.h:
2655         * gst/deinterlace2/tvtime/greedy.c: (copy_scanline),
2656         (deinterlace_greedy_packed422_scanline_mmxext),
2657         (dscaler_greedyl_get_method):
2658         * gst/deinterlace2/tvtime/greedyh.asm:
2659         * gst/deinterlace2/tvtime/greedyh.c:
2660         (deinterlace_frame_di_greedyh), (dscaler_greedyh_get_method),
2661         (greedyh_init), (greedyh_filter_mmx), (greedyh_filter_3dnow),
2662         (greedyh_filter_sse):
2663         * gst/deinterlace2/tvtime/greedyh.h:
2664         * gst/deinterlace2/tvtime/greedyhmacros.h:
2665         * gst/deinterlace2/tvtime/mmx.h:
2666         * gst/deinterlace2/tvtime/plugins.h:
2667         * gst/deinterlace2/tvtime/speedtools.h:
2668         * gst/deinterlace2/tvtime/speedy.c: (multiply_alpha), (clip255),
2669         (comb_factor_packed422_scanline_mmx),
2670         (diff_factor_packed422_scanline_c),
2671         (diff_factor_packed422_scanline_mmx),
2672         (diff_packed422_block8x8_mmx), (diff_packed422_block8x8_c),
2673         (packed444_to_packed422_scanline_c),
2674         (packed422_to_packed444_scanline_c),
2675         (packed422_to_packed444_rec601_scanline_c),
2676         (vfilter_chroma_121_packed422_scanline_mmx),
2677         (vfilter_chroma_121_packed422_scanline_c),
2678         (vfilter_chroma_332_packed422_scanline_mmx),
2679         (vfilter_chroma_332_packed422_scanline_c),
2680         (kill_chroma_packed422_inplace_scanline_mmx),
2681         (kill_chroma_packed422_inplace_scanline_c),
2682         (invert_colour_packed422_inplace_scanline_mmx),
2683         (invert_colour_packed422_inplace_scanline_c),
2684         (mirror_packed422_inplace_scanline_c),
2685         (interpolate_packed422_scanline_c),
2686         (convert_uyvy_to_yuyv_scanline_mmx),
2687         (convert_uyvy_to_yuyv_scanline_c),
2688         (interpolate_packed422_scanline_mmx),
2689         (interpolate_packed422_scanline_mmxext),
2690         (blit_colour_packed422_scanline_c),
2691         (blit_colour_packed422_scanline_mmx),
2692         (blit_colour_packed422_scanline_mmxext),
2693         (blit_colour_packed4444_scanline_c),
2694         (blit_colour_packed4444_scanline_mmx),
2695         (blit_colour_packed4444_scanline_mmxext), (small_memcpy),
2696         (speedy_memcpy_c), (speedy_memcpy_mmx), (speedy_memcpy_mmxext),
2697         (blit_packed422_scanline_c), (blit_packed422_scanline_mmx),
2698         (blit_packed422_scanline_mmxext),
2699         (composite_colour4444_alpha_to_packed422_scanline_c),
2700         (composite_colour4444_alpha_to_packed422_scanline_mmxext),
2701         (composite_packed4444_alpha_to_packed422_scanline_c),
2702         (composite_packed4444_alpha_to_packed422_scanline_mmxext),
2703         (composite_packed4444_to_packed422_scanline_c),
2704         (composite_packed4444_to_packed422_scanline_mmxext),
2705         (composite_alphamask_to_packed4444_scanline_c),
2706         (composite_alphamask_to_packed4444_scanline_mmxext),
2707         (composite_alphamask_alpha_to_packed4444_scanline_c),
2708         (premultiply_packed4444_scanline_c),
2709         (premultiply_packed4444_scanline_mmxext),
2710         (blend_packed422_scanline_c), (blend_packed422_scanline_mmxext),
2711         (quarter_blit_vertical_packed422_scanline_mmxext),
2712         (quarter_blit_vertical_packed422_scanline_c),
2713         (subpix_blit_vertical_packed422_scanline_c),
2714         (a8_subpix_blit_scanline_c), (myround), (init_RGB_to_YCbCr_tables),
2715         (init_YCbCr_to_RGB_tables), (rgb24_to_packed444_rec601_scanline_c),
2716         (rgba32_to_packed4444_rec601_scanline_c),
2717         (packed444_to_rgb24_rec601_scanline_c),
2718         (packed444_to_nonpremultiplied_packed4444_scanline_c),
2719         (aspect_adjust_packed4444_scanline_c), (setup_speedy_calls),
2720         (speedy_get_accel):
2721         * gst/deinterlace2/tvtime/speedy.h:
2722         * gst/deinterlace2/tvtime/sse.h:
2723         * gst/deinterlace2/tvtime/tomsmocomp.c: (Fieldcopy),
2724         (deinterlace_frame_di_tomsmocomp), (dscaler_tomsmocomp_get_method),
2725         (tomsmocomp_init), (tomsmocomp_filter_mmx),
2726         (tomsmocomp_filter_3dnow), (tomsmocomp_filter_sse):
2727         * gst/deinterlace2/tvtime/tomsmocomp.h:
2728         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoop0A.inc:
2729         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc:
2730         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopEdgeA.inc:
2731         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopEdgeA8.inc:
2732         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddA.inc:
2733         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddA2.inc:
2734         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddA6.inc:
2735         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddAH.inc:
2736         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddAH2.inc:
2737         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopTop.inc:
2738         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopVA.inc:
2739         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopVAH.inc:
2740         * gst/deinterlace2/tvtime/tomsmocomp/StrangeBob.inc:
2741         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
2742         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll2.inc:
2743         * gst/deinterlace2/tvtime/tomsmocomp/WierdBob.inc:
2744         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_line),
2745         (deinterlace_scanline_vfir), (copy_scanline),
2746         (dscaler_vfir_get_method):
2747         * gst/deinterlace2/tvtime/x86-64_macros.inc:
2748         Add a deinterlacer plugin based on the tvtime/DScaler deinterlacer,
2749         which was relicensed to LGPL for GStreamer and in theory provides
2750         better and faster results than the simple deinterlace element.
2751         Fixes bug #163578.
2752
2753         Ported to GStreamer 0.10 but still not enabled or included in the
2754         build system by default because of bad artefacts caused by a bug
2755         somewhere and as it can be only build on x86/amd64 ATM and requires
2756         special CFLAGS. Will be fixed soon.
2757
2758 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
2759
2760         Based on a patch by: Ryan Houdek <Sonicadvance1 at GMAIL dot COM>
2761
2762         * ext/timidity/gstwildmidi.c: (gst_wildmidi_init),
2763         (gst_wildmidi_change_state), (plugin_init):
2764         * ext/timidity/gstwildmidi.h:
2765         Initialize wildmidi only once in the plugin init function instead
2766         of once for every instance. The second and following calls to the
2767         wildmidi initialization function will fail. Fixes bug #525613.
2768
2769         Also don't register the element at all if wildmidi initialization
2770         fails.
2771
2772 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
2773
2774         * ext/soundtouch/gstpitch.cc:
2775         Call gst_element_no_more_pads() after all pads are added.
2776
2777 2008-06-09  Wim Taymans  <wim.taymans@collabora.co.uk>
2778
2779         * gst/rawparse/gstrawparse.c: (gst_raw_parse_push_buffer),
2780         (gst_raw_parse_loop), (gst_raw_parse_handle_seek_push),
2781         (gst_raw_parse_handle_seek_pull):
2782         Add simple reverse playback.
2783
2784 2008-06-09  Wim Taymans  <wim.taymans@collabora.co.uk>
2785
2786         * gst/rawparse/gstrawparse.c: (gst_raw_parse_reset),
2787         (gst_raw_parse_push_buffer), (gst_raw_parse_chain),
2788         (gst_raw_parse_loop), (gst_raw_parse_sink_activatepull),
2789         (gst_raw_parse_convert), (gst_raw_parse_sink_event),
2790         (gst_raw_parse_handle_seek_push), (gst_raw_parse_handle_seek_pull),
2791         (gst_raw_parse_src_query), (gst_raw_parse_get_fps):
2792         * gst/rawparse/gstrawparse.h:
2793         Fix seeking, timestamps, duration and some more. Fixes #536309.
2794
2795 2008-06-06  Wim Taymans  <wim.taymans@collabora.co.uk>
2796
2797         * examples/app/Makefile.am:
2798         * examples/app/appsrc-ra.c: (feed_data), (seek_data),
2799         (found_source), (bus_message), (main):
2800         * examples/app/appsrc-seekable.c: (feed_data), (seek_data),
2801         (found_source), (bus_message), (main):
2802         * examples/app/appsrc-stream2.c: (feed_data), (found_source),
2803         (bus_message), (main):
2804         Added 3 more example application for using appsrc in random-access mode,
2805         pull-mode streaming and pull mode seekable.
2806
2807         * gst-libs/gst/app/gstappsrc.c: (gst_app_src_class_init),
2808         (gst_app_src_start), (gst_app_src_do_get_size),
2809         (gst_app_src_create):
2810         * gst-libs/gst/app/gstappsrc.h:
2811         Make stream-type property writable.
2812         Unset flushing when starting so that we reuse appsrc.
2813         Inform basesrc about the configured size.
2814         Emit seek-data signal when we are going to a different offset in
2815         random-access mode.
2816
2817 2008-06-06  Wim Taymans  <wim.taymans@collabora.co.uk>
2818
2819         * examples/app/appsrc-stream.c: (found_source), (main):
2820         Use deep-notify until we can depend on a playbin2 with support for the
2821         source property.
2822
2823 2008-06-06  Wim Taymans  <wim.taymans@collabora.co.uk>
2824
2825         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_init),
2826         (gst_rtp_bin_finalize), (gst_rtp_bin_change_state):
2827         Fix deadlock when shutting down, use a new lock instead to properly
2828         shutdown.
2829
2830 2008-06-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2831
2832         * examples/app/.cvsignore:
2833         * examples/app/Makefile.am:
2834         * examples/app/appsrc-stream.c: (read_data), (start_feed),
2835         (stop_feed), (found_source), (bus_message), (main):
2836         Added an example on how to use appsrc in playbin in streaming mode from
2837         an mmapped file.
2838
2839         * examples/app/appsrc_ex.c: (main):
2840         Set pipeline to NULL to free queued buffers.
2841
2842         * gst-libs/gst/app/gstapp-marshal.list:
2843         * gst-libs/gst/app/gstappsrc.c: (stream_type_get_type), (_do_init),
2844         (gst_app_src_class_init), (gst_app_src_init),
2845         (gst_app_src_flush_queued), (gst_app_src_dispose),
2846         (gst_app_src_set_property), (gst_app_src_get_property),
2847         (gst_app_src_unlock), (gst_app_src_unlock_stop),
2848         (gst_app_src_start), (gst_app_src_stop), (gst_app_src_is_seekable),
2849         (gst_app_src_check_get_range), (gst_app_src_do_seek),
2850         (gst_app_src_create), (gst_app_src_set_stream_type),
2851         (gst_app_src_get_stream_type), (gst_app_src_set_max_bytes),
2852         (gst_app_src_get_max_bytes), (gst_app_src_push_buffer),
2853         (gst_app_src_end_of_stream), (gst_app_src_uri_get_type),
2854         (gst_app_src_uri_get_protocols), (gst_app_src_uri_get_uri),
2855         (gst_app_src_uri_set_uri), (gst_app_src_uri_handler_init):
2856         * gst-libs/gst/app/gstappsrc.h:
2857         Measure max queue size in bytes instead.
2858         Add support for 3 modes of operation, streaming, seekable and
2859         random-access, making basesrc handle the scheduling modes for each.
2860         Add appsrc:// uri handler so that automatic plugging can be done from
2861         playbin2 or uridecodebin, for example.
2862         Added support for custom segment formats.
2863         Add support for push and pull based operations from the application.
2864         Expand the methods so that errors can be detected.
2865         Flush the queued buffers on seeks and when shutting down.
2866         Add signals to inform the app that a seek must happen.
2867
2868 2008-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
2869
2870         * gst/interleave/deinterleave.c: (gst_deinterleave_add_new_pads),
2871         (gst_deinterleave_src_query):
2872         * gst/interleave/interleave.c: (gst_interleave_src_query_duration),
2873         (gst_interleave_src_query):
2874         Properly implement duration and position queries in bytes format. We
2875         have to take the upstream reply and divide/multiply it by the number
2876         of channels to get the correct result.
2877
2878 2008-06-04  Michael Smith <msmith@songbirdnest.com>
2879
2880         * sys/dshowvideosink/dshowvideofakesrc.cpp:
2881         * sys/dshowvideosink/dshowvideofakesrc.h:
2882         * sys/dshowvideosink/dshowvideosink.cpp:
2883         * sys/dshowvideosink/dshowvideosink.h:
2884           Fix up copyright notice on new plugin.
2885
2886 2008-06-04  David Schleef  <ds@schleef.org>
2887
2888         * ext/dirac/gstdiracenc.cc: Update properties for recent
2889           dirac changes.  Patch from Jonathan Rosser.
2890
2891 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
2892
2893         * ext/x264/gstx264enc.c: (gst_x264_enc_header_buf),
2894           (gst_x264_enc_sink_event), (gst_x264_enc_chain),
2895           (gst_x264_enc_encode_frame):
2896           Try harder not to crash when we get an EOS event but haven't set
2897           up the encoder yet (as may happen when upstream errors out with
2898           not-negotiated, for example). Also, always push the EOS event
2899           downstream.
2900
2901 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2902
2903         * gst/interleave/interleave.c: (gst_interleave_pad_get_type),
2904         (gst_interleave_pad_get_property), (gst_interleave_pad_class_init),
2905         (gst_interleave_request_new_pad), (gst_interleave_release_pad):
2906         * gst/interleave/interleave.h:
2907         Use an always increasing integer for the number in the name of the
2908         requested sink pads to guarantuee a unique name. Add a "channel"
2909         property to GstInterleavePad to make it possible for applications
2910         to retrieve the channel number in the output for every pad.
2911
2912         Use g_type_register_static_simple() instead of
2913         g_type_register_static() to save some relocations.
2914
2915 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
2916
2917         * gst/interleave/interleave.c: (gst_interleave_pad_get_type),
2918         (gst_interleave_change_state):
2919         Stop GstCollectPads before calling the parent's state change function
2920         when going from PAUSED to READY as we otherwise deadlock.
2921         Fixes bug #536258.
2922
2923 2008-06-03  Wim Taymans  <wim.taymans@collabora.co.uk>
2924
2925         * gst/h264parse/gsth264parse.c: (gst_nal_bs_init),
2926         (gst_h264_parse_sink_setcaps), (gst_h264_parse_chain_forward),
2927         (gst_h264_parse_queue_buffer), (gst_h264_parse_chain_reverse),
2928         (gst_h264_parse_chain):
2929         * gst/h264parse/gsth264parse.h:
2930         Parse codec_data and use the nalu_size_length field to get the NALU
2931         length in packetized h264.
2932         When queueing a packetized buffer in reverse mode, don't unref the
2933         buffer twice.
2934         Avoid accessing the buffer TIMESTAMP field after we pushed it on
2935         the adaptor.
2936
2937 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
2938
2939         * gst/interleave/interleave.c:
2940         (gst_interleave_check_channel_positions),
2941         (gst_interleave_set_channel_positions),
2942         (gst_interleave_class_init):
2943         Use new gst_audio_check_channel_positions() function and register
2944         the GstInterleavePad type from a threadsafe context.
2945
2946 2008-06-02  Michael Smith <msmith@songbirdnest.com>
2947
2948         * configure.ac:
2949           Revert accidental addition in configure.ac. Sorry.
2950
2951 2008-06-02  Michael Smith <msmith@songbirdnest.com>
2952
2953         * configure.ac:
2954         * sys/Makefile.am:
2955         * sys/dshowvideosink/Makefile.am:
2956         * sys/dshowvideosink/README:
2957         * sys/dshowvideosink/dshowvideofakesrc.cpp:
2958         * sys/dshowvideosink/dshowvideofakesrc.h:
2959         * sys/dshowvideosink/dshowvideosink.cpp:
2960         * sys/dshowvideosink/dshowvideosink.h:
2961         Add a new win32 videosink. Uses the DirectShow renderers for
2962         high-performance video rendering on win32.
2963         Currently only supports some YUV formats.
2964         Rank PRIMARY, since it's much more useful for the common cases that the
2965         directdraw sink (which only does RGB).
2966
2967 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
2968
2969         * ext/spc/Makefile.am:
2970           Dist tag.h
2971
2972 2008-06-02  Wim Taymans  <wim.taymans@collabora.co.uk>
2973
2974         * ext/faad/gstfaad.c: (gst_faad_sink_event):
2975         Always drain before activating the new segment.
2976
2977 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
2978
2979         * gst/interleave/interleave.c: (gst_interleave_pad_get_type),
2980         (gst_interleave_finalize), (gst_audio_check_channel_positions),
2981         (gst_interleave_set_channel_positions),
2982         (gst_interleave_class_init), (gst_interleave_init),
2983         (gst_interleave_set_property), (gst_interleave_get_property),
2984         (gst_interleave_request_new_pad), (gst_interleave_release_pad),
2985         (gst_interleave_sink_setcaps), (gst_interleave_src_query_duration),
2986         (gst_interleave_src_query_latency), (gst_interleave_collected):
2987         * gst/interleave/interleave.h:
2988         Allow setting channel positions via a property and allow using the
2989         channel positions on the input as the channel positions of the output.
2990
2991         Fix some broken logic and memory leaks.
2992
2993         * tests/check/Makefile.am:
2994         * tests/check/elements/interleave.c: (src_handoff_float32),
2995         (sink_handoff_float32), (GST_START_TEST), (interleave_suite):
2996         Add unit tests for checking correct handling of channel positions.
2997
2998 2008-06-02  Wim Taymans  <wim.taymans@collabora.co.uk>
2999
3000         * ext/faad/gstfaad.c: (gst_faad_dispose), (clear_queued),
3001         (flush_queued), (gst_faad_drain), (gst_faad_do_raw_seek),
3002         (gst_faad_src_event), (gst_faad_sink_event), (gst_faad_chain),
3003         (gst_faad_change_state):
3004         * ext/faad/gstfaad.h:
3005         Add basic reverse playback support.
3006         Clear decoder state after disconts.
3007         Remove some unused code.
3008         Mark output buffers with a discont after a decoding error.
3009
3010 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
3011
3012         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3013
3014         * gst/mpeg4videoparse/mpeg4videoparse.c:
3015         (gst_mpeg4vparse_handle_vos):
3016         Fix mpeg4videoparse on big endian architectures. Fixes bug #536042.
3017
3018 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
3019
3020         * tests/check/elements/mplex.c: (setup_src_pad),
3021         (teardown_src_pad):
3022         Don't use the deprecated gst_element_get_pad().
3023
3024 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
3025
3026         * examples/directfb/gstdfb.c: (main):
3027         Don't use the deprecated gst_element_get_pad().
3028
3029 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3030
3031         Based on patch by: <onkarshinde at gmail dot com>
3032
3033         * sys/vcd/vcdsrc.c: (gst_vcdsrc_uri_get_uri),
3034         (gst_vcdsrc_uri_set_uri):
3035         Allow the track to be set by using the uri. Fixes #535043.
3036
3037 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
3038
3039         * gst/interleave/interleave.c: (gst_interleave_src_query_duration),
3040         (gst_interleave_src_query_latency), (gst_interleave_src_query):
3041         Implement latency query.
3042
3043 2008-05-27  Thijs Vermeir  <thijsvermeir@gmail.com>
3044
3045         * gst/mpegvideoparse/mpegvideoparse.c:
3046         Add GST_BUFFER_FLAG_DELTA_UNIT to not I frame buffers
3047
3048 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
3049
3050         * gst/rtpmanager/gstrtpbin.c:
3051         (gst_rtp_bin_propagate_property_to_jitterbuffer),
3052         (gst_rtp_bin_change_state), (new_payload_found),
3053         (new_ssrc_pad_found):
3054         Break out of callbacks when we are shutting down.
3055         Make sure no state changes can happen when we reconfigure.
3056
3057 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
3058
3059         * configure.ac:
3060         Require CVS core and base for new audio clock reset method.
3061
3062         * ext/alsaspdif/alsaspdifsink.c: (alsaspdifsink_change_state):
3063         Reset the audio clock. See #521761.
3064
3065 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3066
3067         * ext/jack/gstjackaudiosink.c:
3068         (gst_jack_audio_sink_allocate_channels):
3069         Include the element name in the port name to avoid duplicate port names.
3070
3071 2008-05-26  Sebastian Dröge  <slomo@circular-chaos.org>
3072
3073         * gst/interleave/deinterleave.c:
3074         Add another example launch line.
3075
3076         * gst/interleave/interleave.c: (interleave_24),
3077         (gst_interleave_finalize), (gst_interleave_base_init),
3078         (gst_interleave_class_init), (gst_interleave_init),
3079         (gst_interleave_request_new_pad), (gst_interleave_release_pad),
3080         (gst_interleave_change_state), (__remove_channels),
3081         (__set_channels), (gst_interleave_sink_getcaps),
3082         (gst_interleave_set_process_function),
3083         (gst_interleave_sink_setcaps), (gst_interleave_sink_event),
3084         (gst_interleave_src_query_duration), (gst_interleave_src_query),
3085         (forward_event_func), (forward_event), (gst_interleave_src_event),
3086         (gst_interleave_collected):
3087         * gst/interleave/interleave.h:
3088         Major rewrite of interleave using GstCollectpads. This new version
3089         also supports almost all raw audio formats and has better caps
3090         negotiation. Fixes bug #506594.
3091
3092         Also update docs and add some more examples.
3093
3094         * tests/check/elements/interleave.c: (interleave_chain_func),
3095         (GST_START_TEST), (src_handoff_float32), (sink_handoff_float32),
3096         (interleave_suite):
3097         Add some more extensive unit tests for interleave.
3098
3099 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3100
3101         * gst/rtpmanager/gstrtpjitterbuffer.c:
3102         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
3103         When checking the seqnum, reset the jitterbuffer if the gap is too big,
3104         we need to do this so that we can better handle a restarted source.
3105         Fix some comments.
3106
3107         * gst/rtpmanager/rtpjitterbuffer.c: (calculate_skew),
3108         (rtp_jitter_buffer_insert):
3109         Tweak the skew resync diff.
3110         Use our working seqnum compare function in -base.
3111         Rework the jitterbuffer insert code to make it clearer and more
3112         performant by only retrieving the seqnum of the input buffer once and by
3113         adding some G_LIKELY compiler hints.
3114         Improve debugging for duplicate packets.
3115
3116         * gst/rtpmanager/rtpsource.c: (rtp_source_process_rtp):
3117         Fix a comment, we don't do skew correction here..
3118
3119 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3120
3121         Patch by: Håvard Graff <havard dot graff at tandberg dot com>
3122
3123         * gst/rtpmanager/gstrtpbin.c:
3124         (gst_rtp_bin_propagate_property_to_jitterbuffer),
3125         (gst_rtp_bin_set_property):
3126         Propagate the do-lost and latency properties to the jitterbuffers when
3127         they are changed on rtpbin.
3128
3129 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3130
3131         * examples/switch/switcher.c: (switch_timer):
3132         * gst/replaygain/gstrgvolume.c: (gst_rg_volume_init):
3133         * gst/rtpmanager/gstrtpclient.c: (create_stream):
3134         * gst/sdp/gstsdpdemux.c: (gst_sdp_demux_stream_configure_udp),
3135         (gst_sdp_demux_stream_configure_udp_sink):
3136         * tests/check/elements/deinterleave.c: (GST_START_TEST),
3137         (pad_added_setup_data_check_float32_8ch_cb):
3138         * tests/check/elements/rganalysis.c: (send_eos_event),
3139         (send_tag_event):
3140         Don't use _gst_pad().
3141
3142 2008-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
3143
3144         * docs/plugins/Makefile.am:
3145         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
3146         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
3147         * docs/plugins/gst-plugins-bad-plugins.args:
3148         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
3149         * docs/plugins/gst-plugins-bad-plugins.interfaces:
3150         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
3151         * docs/plugins/gst-plugins-bad-plugins.signals:
3152         * docs/plugins/inspect/plugin-alsaspdif.xml:
3153         * docs/plugins/inspect/plugin-amrwb.xml:
3154         * docs/plugins/inspect/plugin-app.xml:
3155         * docs/plugins/inspect/plugin-bayer.xml:
3156         * docs/plugins/inspect/plugin-bz2.xml:
3157         * docs/plugins/inspect/plugin-cdaudio.xml:
3158         * docs/plugins/inspect/plugin-cdxaparse.xml:
3159         * docs/plugins/inspect/plugin-dfbvideosink.xml:
3160         * docs/plugins/inspect/plugin-dtsdec.xml:
3161         * docs/plugins/inspect/plugin-dvb.xml:
3162         * docs/plugins/inspect/plugin-dvdspu.xml:
3163         * docs/plugins/inspect/plugin-faac.xml:
3164         * docs/plugins/inspect/plugin-faad.xml:
3165         * docs/plugins/inspect/plugin-fbdevsink.xml:
3166         * docs/plugins/inspect/plugin-festival.xml:
3167         * docs/plugins/inspect/plugin-filter.xml:
3168         * docs/plugins/inspect/plugin-flvdemux.xml:
3169         * docs/plugins/inspect/plugin-freeze.xml:
3170         * docs/plugins/inspect/plugin-gsm.xml:
3171         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
3172         * docs/plugins/inspect/plugin-h264parse.xml:
3173         * docs/plugins/inspect/plugin-interleave.xml:
3174         * docs/plugins/inspect/plugin-jack.xml:
3175         * docs/plugins/inspect/plugin-ladspa.xml:
3176         * docs/plugins/inspect/plugin-metadata.xml:
3177         * docs/plugins/inspect/plugin-mms.xml:
3178         * docs/plugins/inspect/plugin-modplug.xml:
3179         * docs/plugins/inspect/plugin-mpeg2enc.xml:
3180         * docs/plugins/inspect/plugin-mpeg4videoparse.xml:
3181         * docs/plugins/inspect/plugin-mpegtsparse.xml:
3182         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
3183         * docs/plugins/inspect/plugin-musepack.xml:
3184         * docs/plugins/inspect/plugin-musicbrainz.xml:
3185         * docs/plugins/inspect/plugin-mve.xml:
3186         * docs/plugins/inspect/plugin-nas.xml:
3187         * docs/plugins/inspect/plugin-neon.xml:
3188         * docs/plugins/inspect/plugin-nsfdec.xml:
3189         * docs/plugins/inspect/plugin-nuvdemux.xml:
3190         * docs/plugins/inspect/plugin-rawparse.xml:
3191         * docs/plugins/inspect/plugin-real.xml:
3192         * docs/plugins/inspect/plugin-replaygain.xml:
3193         * docs/plugins/inspect/plugin-rfbsrc.xml:
3194         * docs/plugins/inspect/plugin-sdl.xml:
3195         * docs/plugins/inspect/plugin-sdp.xml:
3196         * docs/plugins/inspect/plugin-selector.xml:
3197         * docs/plugins/inspect/plugin-sndfile.xml:
3198         * docs/plugins/inspect/plugin-soundtouch.xml:
3199         * docs/plugins/inspect/plugin-spcdec.xml:
3200         * docs/plugins/inspect/plugin-speed.xml:
3201         * docs/plugins/inspect/plugin-speexresample.xml:
3202         * docs/plugins/inspect/plugin-stereo.xml:
3203         * docs/plugins/inspect/plugin-tta.xml:
3204         * docs/plugins/inspect/plugin-vcdsrc.xml:
3205         * docs/plugins/inspect/plugin-videosignal.xml:
3206         * docs/plugins/inspect/plugin-vmnc.xml:
3207         * docs/plugins/inspect/plugin-wildmidi.xml:
3208         * docs/plugins/inspect/plugin-x264.xml:
3209         * docs/plugins/inspect/plugin-xvid.xml:
3210         * docs/plugins/inspect/plugin-y4menc.xml:
3211         Add interleave/deinterleave to the docs and while at that
3212         run make update in docs/plugins.
3213
3214         * gst/interleave/deinterleave.c:
3215         Add a parapraph about using a queue and audioconvert after the source
3216         pads to the docs.
3217
3218 2008-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
3219
3220         * gst/interleave/deinterleave.c: (gst_deinterleave_base_init),
3221         (gst_deinterleave_class_init), (gst_deinterleave_init),
3222         (gst_deinterleave_add_new_pads), (gst_deinterleave_sink_getcaps):
3223         * gst/interleave/deinterleave.h:
3224         Don't set a getcaps() function on the src pads as it's not required
3225         and the default getcaps() function returns the correct results for
3226         our src pads.
3227
3228         Complete documentation and add myself to the authors of the element.
3229
3230 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
3231
3232         * tests/icles/.cvsignore:
3233         * tests/icles/Makefile.am:
3234         * tests/icles/test-oss4.c: (opt_show_mixer_messages), (WAIT_TIME),
3235           (show_mixer_messages), (probe_mixer_tracks), (probe_pad),
3236           (probe_details), (probe_element), (main):
3237           Small oss4 test that probes for available devices and retrieves
3238           their caps and mixer tracks and all that. Also allows testing of
3239           mixer change messages on the bus.
3240
3241 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
3242
3243         * sys/oss4/oss4-mixer.c: (gst_oss4_mixer_open):
3244         * sys/oss4/oss4-property-probe.c:
3245           (gst_oss4_property_probe_find_device_name),
3246           (gst_oss4_property_probe_find_device_name_nofd):
3247         * sys/oss4/oss4-property-probe.h:
3248         * sys/oss4/oss4-sink.c: (gst_oss4_sink_get_property):
3249         * sys/oss4/oss4-source.c: (gst_oss4_source_get_property):
3250           Make device-name probing in NULL state work better (e.g. for the
3251           gnome-control-center sound capplet).
3252
3253 2008-05-22  Wim Taymans  <wim.taymans@collabora.co.uk>
3254
3255         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3256
3257         * gst/mpeg4videoparse/mpeg4videoparse.c: (gst_mpeg4vparse_push),
3258         (gst_mpeg4vparse_drain), (gst_mpeg4vparse_chain),
3259         (gst_mpeg4vparse_change_state):
3260         Move some code around to integrate the startcode searching with the
3261         other bits of parsing, avoid a whole bunch of peeks.
3262         Get rid of invalid data that should not happen according to the specs.
3263         Fixes #533559.
3264
3265 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
3266
3267         Patch by: Bastien Nocera <hadess at hadess dot net>
3268
3269         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_class_init),
3270         (gst_mythtv_src_init), (gst_mythtv_src_clear),
3271         (do_read_request_response), (gst_mythtv_src_create),
3272         (gst_mythtv_src_start):
3273         Correctly set duration to get a more correct seek bar in totem.
3274
3275         Disable query and event functions as they don't work and do some
3276         smaller cleanup.
3277
3278         Fixes bug #533736.
3279
3280 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
3281
3282         Patch by: Brian Koropoff <brianhk at cs dot washington dot edu>
3283
3284         * ext/spc/Makefile.am:
3285         * ext/spc/gstspc.c: (gst_spc_dec_class_init),
3286         (gst_spc_dec_src_query_type), (gst_spc_dec_init),
3287         (gst_spc_dec_dispose), (gst_spc_dec_sink_event),
3288         (gst_spc_duration), (gst_spc_fadeout), (gst_spc_dec_src_event),
3289         (gst_spc_dec_src_query), (spc_play), (spc_setup):
3290         * ext/spc/gstspc.h:
3291         * ext/spc/tag.c: (spc_tag_is_extended), (spc_tag_is_text_format),
3292         (spc_tag_is_present), (spc_tag_unpack_date), (spc_tag_clear),
3293         (spc_tag_get_info), (spc_tag_free):
3294         * ext/spc/tag.h:
3295         Add support for some essential features like seeking, reading song
3296         duration and extended tags. Fixes bug #454151.
3297
3298 2008-05-19  Sebastian Dröge  <slomo@circular-chaos.org>
3299
3300         * tests/check/elements/deinterleave.c: (GST_START_TEST):
3301         Set keep-positions property to TRUE for the 8 channel test to ensure
3302         that the original channel position is set on the output.
3303
3304 2008-05-19  Sebastian Dröge  <slomo@circular-chaos.org>
3305
3306         * gst/interleave/deinterleave.c: (gst_deinterleave_class_init),
3307         (gst_deinterleave_init), (gst_deinterleave_add_new_pads),
3308         (gst_deinterleave_set_pads_caps), (gst_deinterleave_set_property),
3309         (gst_deinterleave_get_property):
3310         * gst/interleave/deinterleave.h:
3311         Add a property to select whether channel positions should be kept on
3312         the mono output buffers or should be dropped.
3313
3314 2008-05-18  Jan Schmidt  <jan.schmidt@sun.com>
3315
3316         * docs/Makefile.am:
3317         Oops - fix the spelling of the variable I added.
3318
3319 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
3320
3321         * gst/interleave/deinterleave.c: (gst_deinterleave_finalize),
3322         (gst_deinterleave_init), (gst_deinterleave_sink_event),
3323         (gst_deinterleave_process), (gst_deinterleave_sink_activate_push):
3324         * gst/interleave/deinterleave.h:
3325         Queue events until src pads were added and they can be sent. Otherwise
3326         downstream will never get the first newsegment event.
3327
3328 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
3329
3330         * gst/interleave/deinterleave.c: (gst_deinterleave_sink_setcaps),
3331         (gst_deinterleave_getcaps):
3332         Always set the channel positions when gst_audio_get_channel_positions()
3333         returns something, even if they're not set in the caps. This makes
3334         sure that the output channels can be interleaved again correctly
3335         in the mono/stereo cases too.
3336
3337         Don't ask for the peercaps of the current pad in getcaps() as this
3338         might call getcaps() again and deadlock.
3339
3340 2008-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
3341
3342         * ext/timidity/gstwildmidi.c: (wildmidi_open_config):
3343         Check some more common locations for a valid configuration file.
3344         Fixes bug #533435. Packagers should still #define WILDMIDI_CFG
3345         to the distributions default location.
3346
3347 2008-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
3348
3349         * gst/interleave/Makefile.am:
3350         * gst/interleave/deinterleave.c: (deinterleave_24),
3351         (gst_deinterleave_finalize), (gst_deinterleave_base_init),
3352         (gst_deinterleave_class_init), (gst_deinterleave_init),
3353         (gst_deinterleave_add_new_pads), (gst_deinterleave_set_pads_caps),
3354         (gst_deinterleave_set_process_function),
3355         (gst_deinterleave_sink_setcaps), (__remove_channels),
3356         (__set_channels), (gst_deinterleave_getcaps),
3357         (gst_deinterleave_process), (gst_deinterleave_chain),
3358         (gst_deinterleave_sink_activate_push):
3359         * gst/interleave/deinterleave.h:
3360         Add support for all raw audio formats and provide better negotiation
3361         if the caps are changing.
3362
3363         Don't allow changes of the channel positions and set the position of
3364         the corresponding channel on the src pad caps.
3365
3366         General cleanup and smaller bugfixes.
3367
3368         * tests/check/elements/deinterleave.c: (float_buffer_check_probe):
3369         Check the channel positions on the output buffer caps.
3370
3371 2008-05-16  Jan Schmidt  <jan.schmidt@sun.com>
3372
3373         * docs/Makefile.am:
3374         Don't attempt to build plugin docs when they're disabled.
3375
3376         * gst/bayer/Makefile.am:
3377         Add libgstvideo to the link.
3378
3379         * gst/rtpmanager/Makefile.am:
3380         Fix link order, and move LIBS things to _LIBS
3381
3382 2008-05-16  Jan Schmidt  <jan.schmidt@sun.com>
3383
3384         * docs/plugins/gst-plugins-bad-plugins.types:
3385         Remove bogus attempt to pull 'metadata' plugin's base
3386         class into the docs.
3387
3388 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3389
3390         * gst/rtpmanager/gstrtpjitterbuffer.c:
3391         (gst_rtp_jitter_buffer_chain):
3392         Simply drop bad RTP packets with a warning instead of just posting an
3393         error and stopping. This is a perfectly recoverable event and we don't
3394         force people to use an rtpbin to filter out bad packets first.
3395
3396 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3397
3398         * gst/mpeg4videoparse/mpeg4videoparse.c: (gst_mpeg4vparse_init):
3399         Set fixed caps on the srcpad after we created the pad...
3400
3401 2008-05-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
3402
3403         * tests/check/Makefile.am:
3404           Remove deinterleave test from VALGRIND_TO_FIX again now that
3405           there are suppressions in gst.supp which make this work for me.
3406
3407 2008-05-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
3408
3409         * tests/check/Makefile.am:
3410           Add deinterleave unit test to VALGRIND_TO_FIX, since it causes
3411           weird invalid free errors in valgrind/libc after _exit for some
3412           reason.
3413
3414         * tests/check/elements/deinterleave.c: (pads_created),
3415           (set_channel_positions), (src_handoff_float32_8ch),
3416           (float_buffer_check_probe),
3417           (pad_added_setup_data_check_float32_8ch_cb),
3418           (make_fake_src_8chans_float32), (GST_START_TEST),
3419           (deinterleave_suite):
3420           Add some more deinterleave unit test bits I had locally.
3421
3422 2008-05-14  Sebastian Dröge  <slomo@circular-chaos.org>
3423
3424         * gst/interleave/Makefile.am:
3425         * gst/interleave/deinterleave.h:
3426         * gst/interleave/interleave.h:
3427         * gst/interleave/plugin.h:
3428         Split definitions into separate header files for better documentation
3429         generation.
3430         
3431         * gst/interleave/deinterleave.c: (gst_deinterleave_base_init),
3432         (gst_deinterleave_class_init), (gst_deinterleave_sink_setcaps),
3433         (gst_deinterleave_process):
3434         Don't use alloca, allow caps changes as long as the number of channels
3435         does not change, don't use g_warning, return NOT_NEGOTIATED as early
3436         as possible and some other cleanup.
3437
3438         * gst/interleave/interleave.c: (gst_interleave_base_init),
3439         (gst_interleave_class_init):
3440         Do some random cleanup.
3441
3442         * tests/check/Makefile.am:
3443         * tests/check/elements/deinterleave.c: (GST_START_TEST),
3444         (deinterleave_chain_func), (deinterleave_pad_added),
3445         (deinterleave_suite):
3446         Add unit tests for the deinterleave element.
3447
3448 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3449
3450         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3451
3452         * gst/mpeg4videoparse/mpeg4videoparse.c:
3453         (gst_mpeg4vparse_set_new_caps), (gst_mpeg4vparse_align),
3454         (get_bits), (next_start_code), (gst_mpeg4vparse_handle_vos),
3455         (gst_mpeg4vparse_push), (gst_mpeg4vparse_drain),
3456         (gst_mpeg4vparse_chain), (gst_mpeg4vparse_sink_setcaps),
3457         (gst_mpeg4vparse_sink_event), (gst_mpeg4vparse_src_query),
3458         (gst_mpeg4vparse_set_property), (gst_mpeg4vparse_get_property),
3459         (gst_mpeg4vparse_class_init), (gst_mpeg4vparse_init):
3460         * gst/mpeg4videoparse/mpeg4videoparse.h:
3461         Parse the config data (either outbound or in the stream) to set   
3462         width/height, apect ration, framerate in the caps if applicable.
3463         Mark frames as GST_BUFFER_FLAG_DELTA_UNIT when they are not
3464         intra frames
3465         Set the timestamps of outgoing buffers to the buffer in
3466         which the VOP header was found.
3467         Drop incoming data untill configuration is found (by default,
3468         configurable using a property).
3469         Report a 1 frame latency. Fixes #532723.
3470
3471 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3472
3473         * gst/real/gstrealvideodec.c: (open_library):
3474         Add some debug for where we are searching for libraries.
3475
3476 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3477
3478         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_class_init):
3479         Actually add the do-lost property to the object.
3480
3481 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
3482
3483         * gst/rtpmanager/gstrtpjitterbuffer.c:
3484         (gst_rtp_jitter_buffer_loop):
3485         Avoid waiting for a negative (huge) duration when the last packet has a
3486         lower timestamp than the current packet.
3487
3488 2008-05-12  Peter Kjellerstedt  <pkj@axis.com>
3489
3490         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_query_send_rtcp_src):
3491         Make sure to unref the rtpsession returned by gst_pad_get_parent() to
3492         prevent a memory leak.
3493
3494
3495 2008-05-12  Jan Schmidt  <Jan.Schmidt@sun.com>
3496
3497         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
3498         Quieten some docs output
3499
3500 2008-05-12  Jan Schmidt  <Jan.Schmidt@sun.com>
3501
3502         * gst/rtpmanager/gstrtpjitterbuffer.c:
3503         (gst_rtp_jitter_buffer_loop):
3504         Initialise with GST_CLOCK_TIME_NONE to avoid compiler warning.
3505
3506 2008-05-11  Jan Schmidt  <jan.schmidt@sun.com>
3507
3508         * docs/plugins/Makefile.am:
3509         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
3510         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
3511         * docs/plugins/inspect/plugin-gstinterlace.xml:
3512         * gst/deinterlace/gstdeinterlace.c:
3513         * gst/deinterlace/gstdeinterlace.h:
3514         Random doc of the day: the deinterlace element.
3515
3516 2008-05-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3517
3518         * gst/mpegtsparse/mpegtspacketizer.c:
3519         * gst/mpegtsparse/mpegtsparse.c:
3520         Make sure all schedule EIT and non-actual transport stream
3521         EITs are parsed. Also add present-following flag and
3522         actual-transport-stream flag to eit bus message.
3523
3524 2008-05-09  Peter Kjellerstedt  <pkj@axis.com>
3525
3526         * gst/rtpmanager/rtpsource.c: (rtp_source_finalize):
3527         Make sure to unref the caps used by RTPSource to prevent a memory leak.
3528
3529 2008-05-08  Tim-Philipp Müller  <tim.muller at collabora co uk>
3530
3531         Based on patch by: Clive Wright <clive_wright ntlworld com>
3532
3533         * sys/oss4/oss4-mixer-slider.c: (gst_oss4_mixer_slider_unpack_volume):
3534           Apparently mono sliders have the mono value repeated in the upper bits,
3535           so mask those out when reading them. Probably makes the mixer applet
3536           work properly in some more cases.
3537
3538 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
3539
3540         Patch by: Olivier Crete <tester at tester dot ca>
3541
3542         * gst/rtpmanager/rtpsession.c: (source_clock_rate),
3543         (rtp_session_process_bye), (rtp_session_send_bye_locked):
3544         Unlock the session lock when calling one of our callbacks. 
3545         Fixes #532011.
3546
3547 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
3548
3549         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3550
3551         * gst/rtpmanager/gstrtpsession.c:
3552         (gst_rtp_session_event_send_rtp_sink):
3553         Send RTP BYE command on EOS. Fixes bug #531955.
3554
3555 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
3556
3557         * win32/common/config.h.in:
3558           Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather
3559           use the real thing than having "???" unconditionally.
3560
3561 2008-05-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3562
3563         * gst-libs/gst/app/.cvsignore:
3564         * gst-libs/gst/app/Makefile.am:
3565         * gst-libs/gst/app/gstapp-marshal.list:
3566         Add marshal.list, make it compile and add to cvsignore.
3567
3568         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_dispose),
3569         (gst_app_sink_stop):
3570         Small cleanups.
3571
3572         * gst-libs/gst/app/gstappsrc.c: (gst_app_src_class_init),
3573         (gst_app_src_init), (gst_app_src_set_property),
3574         (gst_app_src_get_property), (gst_app_src_unlock),
3575         (gst_app_src_unlock_stop), (gst_app_src_start), (gst_app_src_stop),
3576         (gst_app_src_create), (gst_app_src_set_caps),
3577         (gst_app_src_get_caps), (gst_app_src_set_size),
3578         (gst_app_src_get_size), (gst_app_src_set_seekable),
3579         (gst_app_src_get_seekable), (gst_app_src_set_max_buffers),
3580         (gst_app_src_get_max_buffers), (gst_app_src_push_buffer),
3581         (gst_app_src_end_of_stream):
3582         * gst-libs/gst/app/gstappsrc.h:
3583         Beat appsrc in shape, add signals and actions.
3584         Add some docs.
3585         Add properties for caps, size, seekability and max-buffers.
3586         Fix unlock/stop code.
3587
3588 2008-05-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
3589
3590         * configure.ac:
3591           Error out if we don't have the required versions of core/base.
3592
3593 2008-05-05  Wim Taymans  <wim.taymans@collabora.co.uk>
3594
3595         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_class_init),
3596         (gst_app_sink_init), (gst_app_sink_set_property),
3597         (gst_app_sink_get_property), (gst_app_sink_unlock_start),
3598         (gst_app_sink_unlock_stop), (gst_app_sink_flush_unlocked),
3599         (gst_app_sink_start), (gst_app_sink_stop), (gst_app_sink_event),
3600         (gst_app_sink_preroll), (gst_app_sink_render),
3601         (gst_app_sink_set_caps), (gst_app_sink_set_drop),
3602         (gst_app_sink_get_drop):
3603         * gst-libs/gst/app/gstappsink.h:
3604         Start some docs.
3605         Add property to drop buffers when the queue is filled
3606         Fix unlocking and flushing when the queues are filled.
3607
3608 2008-04-29  Sebastian Dröge  <slomo@circular-chaos.org>
3609
3610         Patch by: Jens Granseuer <jensgr at gmx dot net>
3611
3612         * gst/subenc/gstsrtenc.c: (gst_srt_enc_timestamp_to_string):
3613         Declare variables at the beginning of blocks. Fixes compilation with
3614         gcc 2.x and other compilers. Fixes bug #530611.
3615
3616 2008-04-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3617
3618         * gst/mpegtsparse/mpegtspacketizer.c:
3619         * gst/mpegtsparse/mpegtspacketizer.h:
3620         * gst/mpegtsparse/mpegtsparse.c:
3621         Detect SI pids (NIT, SDT, EIT etc.) based on table id and not
3622         by pid number. This allows for example the EPG data from UK's
3623         freesat to be picked up.
3624
3625 2008-04-26  Sebastian Dröge  <slomo@circular-chaos.org>
3626
3627         * ext/mpeg2enc/gstmpeg2enc.cc:
3628         * ext/soundtouch/gstbpmdetect.cc:
3629         Cast NULL sentinels to void * as NULL is defined as an integer
3630         constant in most environments when using C++ and it's size might
3631         be different from a pointer.
3632
3633 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3634
3635         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_class_init),
3636         (gst_app_sink_init), (gst_app_sink_set_property),
3637         (gst_app_sink_get_property), (gst_app_sink_event),
3638         (gst_app_sink_preroll), (gst_app_sink_render),
3639         (gst_app_sink_set_emit_signals), (gst_app_sink_get_emit_signals),
3640         (gst_app_sink_set_max_buffers), (gst_app_sink_get_max_buffers),
3641         (gst_app_sink_pull_buffer):
3642         * gst-libs/gst/app/gstappsink.h:
3643         Add more docs.
3644         Add signals for when preroll and render buffers are available.
3645         Add property to control signal emission.
3646         Add property to control the max queue size.
3647
3648 2008-04-25  Michael Smith <msmith@songbirdnest.com>
3649
3650         * gst-libs/gst/dshow/Makefile.am:
3651           Use CXXFLAGS rather than CFLAGS; these are C++ files.
3652           Define required constants appropriately.
3653         * sys/dshowdecwrapper/Makefile.am:
3654           Add required include dir, libraries.
3655           Define required constants appropriately.
3656
3657 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3658
3659         * gst/rtpmanager/gstrtpbin.c: (create_stream), (gst_rtp_bin_init),
3660         (gst_rtp_bin_set_property), (gst_rtp_bin_get_property):
3661         * gst/rtpmanager/gstrtpbin.h:
3662         Expose new jitterbuffer property in rtpbin too.
3663
3664 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3665
3666         * gst/rtpmanager/gstrtpjitterbuffer.c:
3667         (gst_rtp_jitter_buffer_class_init), (gst_rtp_jitter_buffer_init),
3668         (gst_rtp_jitter_buffer_loop), (gst_rtp_jitter_buffer_set_property),
3669         (gst_rtp_jitter_buffer_get_property):
3670         Disable sending out rtp packet lost events by default and make a
3671         property to enabe it. We will likely enable it by default when the base
3672         depayloaders have a default handler for them so that we don't send these
3673         events all through the pipeline for now.
3674
3675 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3676
3677         * gst/rtpmanager/gstrtpjitterbuffer.c:
3678         (gst_rtp_jitter_buffer_init), (gst_rtp_jitter_buffer_flush_stop),
3679         (gst_rtp_jitter_buffer_src_event), (gst_rtp_jitter_buffer_chain),
3680         (gst_rtp_jitter_buffer_loop):
3681         Remove private version of a function that is in -base now.
3682         Add src event handler.
3683         Rework the jitterbuffer pushing loop so that it can quickly react to
3684         lost packets and instruct the depayloader of them. This can then be used
3685         to implement error concealment data.
3686
3687 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3688
3689         * gst/rtpmanager/gstrtpsession.c:
3690         (gst_rtp_session_query_send_rtcp_src), (create_recv_rtcp_sink),
3691         (create_send_rtcp_src):
3692         Set up some internal links functions for the RTCP and sync pads because
3693         the defaults are really not correct.
3694         Implement a query handler for the RTCP src pad, mostly to correctly
3695         report about the latency.
3696
3697 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3698
3699         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_associate),
3700         (gst_rtp_bin_sync_chain):
3701         * gst/rtpmanager/rtpsession.c: (update_arrival_stats),
3702         (rtp_session_process_sr), (rtp_session_on_timeout):
3703         * gst/rtpmanager/rtpsource.c: (rtp_source_init),
3704         (calculate_jitter):
3705         * gst/rtpmanager/rtpsource.h:
3706         * gst/rtpmanager/rtpstats.h:
3707         Also keep track of the first buffer timestamp together with the first
3708         RTP timestamp as they both are needed to construct the timing of
3709         outgoing packets in the jitterbuffer and are therefore also needed to
3710         manage lip-sync. This fixes lip-sync if the first RTP packets arrive
3711         with a wildly different gap.
3712
3713 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3714
3715         * gst/flv/gstflvdemux.c: (gst_flv_demux_query):
3716         Forward unknown queries upstream instead of returning FALSE on them.
3717
3718 2008-04-25  Sebastian Dröge  <slomo@circular-chaos.org>
3719
3720         * configure.ac:
3721         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_base_init),
3722         (gst_musepackdec_init), (gst_musepackdec_dispose),
3723         (gst_musepackdec_handle_seek_event), (gst_musepack_stream_init),
3724         (gst_musepackdec_loop), (plugin_init):
3725         * ext/musepack/gstmusepackdec.h:
3726         * ext/musepack/gstmusepackreader.c:
3727         * ext/musepack/gstmusepackreader.h:
3728         Add support for the new libmpcdec API which magically gets us support
3729         for SV8 files. Also do some random cleanup. Fixes bug #526905.
3730
3731 2008-04-24  Jan Schmidt  <jan.schmidt@sun.com>
3732
3733         * configure.ac:
3734         Back to development -> 0.10.7.1
3735
3736 === release 0.10.7 ===
3737
3738 2008-04-24  Jan Schmidt <jan.schmidt@sun.com>
3739
3740         * configure.ac:
3741           releasing 0.10.7, "House of Cards"
3742
3743 2008-04-22  Stefan Kost  <ensonic@users.sf.net>
3744
3745         * ext/faad/gstfaad.c:
3746           Don't leak GstAudioChannelPosition. Fixes #529378.
3747
3748 2008-04-22  Wim Taymans  <wim.taymans@collabora.co.uk>
3749
3750         * gst/sdp/gstsdpdemux.c: (request_pt_map):
3751         Ref caps, see #528245.
3752
3753 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
3754
3755         * configure.ac:
3756         0.10.6.4 pre-release
3757
3758 2008-04-21  Sebastian Dröge  <slomo@circular-chaos.org>
3759
3760         * tests/check/elements/rganalysis.c: (GST_START_TEST):
3761         Don't leak a tag list. Fixes bug #529285.
3762
3763 2008-04-21  Sebastian Dröge  <slomo@circular-chaos.org>
3764
3765         * tests/check/elements/ofa.c: (bus_handler):
3766         Don't leak the tags string and tag list. Fixes bug #529283.
3767
3768 2008-04-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3769
3770         Patch by: Olivier Crete <tester at tester dot ca>
3771
3772         * gst/rtpmanager/gstrtpbin.c: (create_session), (get_pt_map),
3773         (new_ssrc_pad_found):
3774         Ref caps when inserting into the cache.
3775         Don't leak pads.
3776
3777         * gst/rtpmanager/gstrtpjitterbuffer.c:
3778         (gst_rtp_jitter_buffer_get_clock_rate),
3779         (gst_rtp_jitter_buffer_query):
3780         Avoid a caps leak.
3781         Don't leak refcount in query.
3782
3783         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_get_caps),
3784         (gst_rtp_pt_demux_chain):
3785         Avoid caps leaks.
3786
3787         * gst/rtpmanager/gstrtpsession.c: (source_get_sdes_structure),
3788         (gst_rtp_session_init), (return_true),
3789         (gst_rtp_session_clear_pt_map), (gst_rtp_session_cache_caps),
3790         (gst_rtp_session_clock_rate):
3791         Ref caps when inserting into the cache.
3792         Fix some more caps leaks. Fixes #528245.
3793
3794 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
3795
3796         * tests/icles/metadata_editor.c:
3797           Add cast to placate gcc 4.1.2.
3798
3799 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
3800
3801         * configure.ac:
3802         0.10.6.3 pre-release
3803
3804 2008-04-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3805
3806         * sys/dvb/gstdvbsrc.c:
3807         Revert patch that added a loop timeout.
3808         Fixes #528614.
3809
3810 2008-04-17  Wim Taymans  <wim.taymans@collabora.co.uk>
3811
3812         * gst/rtpmanager/gstrtpbin.c: (get_pt_map), (free_client),
3813         (gst_rtp_bin_associate), (gst_rtp_bin_get_free_pad_name):
3814         * gst/rtpmanager/gstrtpjitterbuffer.c:
3815         (gst_rtp_jitter_buffer_get_clock_rate):
3816         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_get_caps):
3817         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_clock_rate):
3818         Unset GValues after g_signal_emitv so that we avoid a refcount leak.
3819         Don't leak a padname.
3820         Don't leak client streams list.
3821         Lock rtpbin when associating streams. Fixes #528245.
3822
3823 2008-04-16  Sebastian Dröge  <slomo@circular-chaos.org>
3824
3825         * tests/check/Makefile.am:
3826         Don't inlcude dc1394src in the generic/states test as it requires
3827         special hardware. Fixes bug #528011.
3828
3829 2008-04-16  Sebastian Dröge  <slomo@circular-chaos.org>
3830
3831         * tests/check/elements/ofa.c: (bus_handler), (GST_START_TEST):
3832         Only check if the generated fingerprints are valid Base64. The
3833         fingerprints are different when running on different architectures
3834         which is a) no problem because the fingerprints are tolerant enough
3835         and b) is caused by libofa. Fixes bug #528266.
3836
3837 2008-04-16  Sebastian Dröge  <slomo@circular-chaos.org>
3838
3839         * ext/timidity/Makefile.am:
3840         Dist all source files, no matter if only timidity or wildmidi or
3841         nothing is found by configure. Fixes bug #528000.
3842
3843 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
3844
3845         * gst-plugins-bad.spec.in:
3846           Remove souphttpsrc plugin from spec files, it's moved to -good.
3847
3848 2008-04-14  Jan Schmidt  <jan.schmidt@sun.com>
3849
3850         * tests/check/Makefile.am:
3851         Remove soup test certificates from the dist.
3852
3853 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
3854
3855         * ext/dirac/gstdiracenc.cc:
3856         Fix compilation by casting string constants.
3857
3858         * sys/Makefile.am:
3859         Fix WININET_DIR variable reference.
3860
3861 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
3862
3863         * configure.ac:
3864         * docs/plugins/Makefile.am:
3865         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
3866         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
3867         * docs/plugins/gst-plugins-bad-plugins.args:
3868         * docs/plugins/inspect/plugin-soup.xml:
3869         * ext/Makefile.am:
3870         * ext/soup/Makefile.am:
3871         * ext/soup/gstsouphttpsrc.c:
3872         * ext/soup/gstsouphttpsrc.h:
3873         * tests/check/Makefile.am:
3874         * tests/check/elements/souphttpsrc.c:
3875         * tests/check/test-cert.pem:
3876         * tests/check/test-key.pem:
3877
3878         Remove soup plugin that's moved to -good (#523124)
3879
3880 2008-04-12  Tim-Philipp Müller  <tim at centricular dot net>
3881
3882         * gst/flv/gstflvparse.c: (gst_flv_parse_metadata_item),
3883           (gst_flv_parse_tag_script):
3884           Handle NULL returns from FLV_GET_STRING() more gracefully. Fixes
3885           crash caused by a strlen on a NULL string (#527622).
3886
3887 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
3888
3889         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
3890
3891         * sys/dshowsrcwrapper/gstdshowvideosrc.c: (PROP_DEVICE_NAME),
3892           (gst_dshowvideosrc_class_init), (gst_dshowvideosrc_init),
3893           (gst_dshowvideosrc_dispose), (gst_dshowvideosrc_stop),
3894           (gst_dshowvideosrc_unlock), (gst_dshowvideosrc_unlock_stop),
3895           (gst_dshowvideosrc_create), (gst_dshowvideosrc_push_buffer):
3896         * sys/dshowsrcwrapper/gstdshowvideosrc.h:
3897           Don't increase latency by queuing buffers in an async queue when
3898           the streaming thread can't keep up or isn't scheduled often
3899           enough for some other reason, but just drop the previous buffer
3900           in that case. Also implement GstBaseSrc::unlock for faster
3901           unlocking when shutting down. (#520892).
3902
3903 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
3904
3905         * tests/icles/metadata_editor.c: (ENC_UNKNOWN), (last_pixbuf),
3906           (draw_pixbuf), (change_tag_list), (update_draw_pixbuf),
3907           (ui_drawing_size_allocate_cb), (on_drawingMain_expose_event),
3908           (on_buttonSaveFile_clicked), (ui_create), (me_gst_bus_callback_view),
3909           (me_gst_setup_view_pipeline), (process_file):
3910         * tests/icles/metadata_editor.glade:
3911           Remove GstXOverlay stuff and use gdkpixbufsink plus some rather crude
3912           drawing/scaling logic to make this compile and work on all platforms.
3913           Fixes #518227.
3914
3915 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
3916
3917         * configure.ac:
3918           Bump core/base requirements to released versions to avoid
3919           confusion.
3920
3921         * gst/deinterlace/gstdeinterlace.c: (deinterlace_debug),
3922           (GST_CAT_DEFAULT), (gst_deinterlace_base_init),
3923           (gst_deinterlace_set_caps), (plugin_init):
3924           Add debug category, use _set_element_details_simple and
3925           remove special code path for Y42B to calculate offsets and
3926           strides; libgstvideo knows how to handle this format now.
3927
3928 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
3929
3930         * gst/cdxaparse/Makefile.am:
3931         * gst/cdxaparse/gstcdxaparse.c:
3932         * gst/cdxaparse/gstcdxastrip.c:
3933         * gst/cdxaparse/gstcdxastrip.h:
3934         * gst/cdxaparse/gstvcdparse.c:
3935         * gst/cdxaparse/gstvcdparse.h:
3936           Port VCD parser (formerly cdxastrip) from 0.8 to 0.10. Doesn't do
3937           anything the 0.8 version didn't do though.
3938
3939 2008-04-11  Julien Moutte  <julien@fluendo.com>
3940
3941         * sys/oss4/oss4-mixer-enum.c:
3942         (gst_oss4_mixer_enum_get_values_locked):
3943         * sys/oss4/oss4-source.c: (gst_oss4_source_delay): Fix arguments
3944         format in debug statements.
3945
3946 2008-04-10  Tim-Philipp Müller  <tim at centricular dot net>
3947
3948         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
3949
3950         * configure.ac:
3951         * sys/Makefile.am:
3952         * sys/wininet/Makefile.am:
3953         * sys/wininet/gstwininetsrc.c:
3954         * sys/wininet/gstwininetsrc.h:
3955           Add wininetsrc for basic http/ftp support on windows (#520897).
3956
3957 2008-04-10  Tim-Philipp Müller  <tim at centricular dot net>
3958
3959         * gst/nsf/nsf.h:
3960           Change prototype of process function here too to avoid
3961           'incompatible assignment' warnings.
3962
3963 2008-04-10  Sebastian Dröge  <slomo@circular-chaos.org>
3964
3965         * tests/check/elements/souphttpsrc.c: (got_buffer),
3966         (souphttpsrc_suite):
3967         Increase the timeout for the internet tests to 250 seconds
3968         and check for NULL caps instead of just crashing.
3969         The real fix would be to implement an shoutcast server for the unit test
3970         instead of relying on a working internet connection.
3971         Fixes bug #521749.
3972
3973 2008-04-10  Peter Kjellerstedt  <pkj@axis.com>
3974
3975         * gst/rtpmanager/gstrtpbin.c: (free_session):
3976         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_finalize):
3977         Avoid leaking pads in the RTP manager.
3978
3979 2008-04-09  Jan Schmidt  <Jan.Schmidt@sun.com>
3980
3981         * gst/nsf/nes_apu.c: (apu_process):
3982         * gst/nsf/nes_apu.h:
3983         Don't do void pointer arithmetic - it's a gcc extension.
3984
3985 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
3986
3987         * ext/jack/gstjackaudiosink.c: (gst_jack_audio_sink_class_init):
3988           Work around missing bits of thread-safety on older GLibs some
3989           more to avoid assertions when starting up multiple playbin
3990           objects concurrently (see #512382).
3991
3992 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
3993
3994         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3995
3996         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_response_cb):
3997         Only ignore actual redirects not all responses when in state
3998         GST_SOUP_HTTP_SRC_SESSION_IO_STATUS_RUNNING. Fixes bug #526337.
3999
4000 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
4001
4002         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
4003
4004         * configure.ac:
4005         Actually build dlls when cross-compiling with mingw32.
4006         Fixes bug #526247.
4007
4008 2008-04-05  Sebastian Dröge  <slomo@circular-chaos.org>
4009
4010         * tests/check/elements/ofa.c: (GST_START_TEST):
4011         Also check that we have processed at least 135 seconds of audio
4012         until we stop and calculated a fingerprint.
4013
4014 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
4015
4016         * gst/subenc/gstsrtenc.c:
4017         * gst/subenc/gstsrtenc.h:
4018           GstSrtenc => GstSrtEnc and gst_srtenc_ => gst_srt_enc_.
4019
4020 2008-04-04  Sebastian Dröge  <slomo@circular-chaos.org>
4021
4022         * tests/check/Makefile.am:
4023         * tests/check/elements/.cvsignore:
4024         * tests/check/elements/ofa.c: (bus_handler), (GST_START_TEST),
4025         (ofa_suite), (main):
4026         Add simple unit tests for the OFA plugin.
4027
4028 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
4029
4030         * configure.ac:
4031         * sys/Makefile.am:
4032         * sys/oss4/Makefile.am:
4033         * sys/oss4/oss4-audio.c:
4034         * sys/oss4/oss4-audio.h:
4035         * sys/oss4/oss4-mixer-enum.c:
4036         * sys/oss4/oss4-mixer-enum.h:
4037         * sys/oss4/oss4-mixer-slider.c:
4038         * sys/oss4/oss4-mixer-slider.h:
4039         * sys/oss4/oss4-mixer-switch.c:
4040         * sys/oss4/oss4-mixer-switch.h:
4041         * sys/oss4/oss4-mixer.c:
4042         * sys/oss4/oss4-mixer.h:
4043         * sys/oss4/oss4-property-probe.c:
4044         * sys/oss4/oss4-property-probe.h:
4045         * sys/oss4/oss4-sink.c:
4046         * sys/oss4/oss4-sink.h:
4047         * sys/oss4/oss4-soundcard.h:
4048         * sys/oss4/oss4-source.c:
4049         * sys/oss4/oss4-source.h:
4050           Add initial support for OSSv4. Mixer still needs a bit more love,
4051           but even magic has its limits.
4052
4053 2008-04-01  Tim-Philipp Müller  <tim at centricular dot net>
4054
4055         * configure.ac:
4056         * gst-plugins-bad.spec.in:
4057         * gst/srtenc/Makefile.am:
4058         * gst/srtenc/gstsrtenc.c:
4059         * gst/srtenc/gstsrtenc.h:
4060         * gst/subenc/Makefile.am:
4061         * gst/subenc/gstsrtenc.c: (plugin_init):
4062           Rename new srtenc plugin to subenc.
4063
4064 2008-04-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4065
4066         * gst/mpegtsparse/mpegtspacketizer.c:
4067         Cable delivery subsystem descriptors' frequency's bcd
4068         is measured in 100Hz units so adjust multiplier accordingly.
4069
4070 2008-04-01  Thijs Vermeir  <thijsvermeir@gmail.com>
4071
4072         * configure.ac:
4073         * gst/srtenc/Makefile.am:
4074         * gst/srtenc/gstsrtenc.c:
4075         * gst/srtenc/gstsrtenc.h:
4076         Add srt subtitle encoder
4077
4078 2008-03-31  Wim Taymans  <wim.taymans@collabora.co.uk>
4079
4080         Patch by: Kapil Agrawal <kapil at fluendo dot com>
4081
4082         * ext/gsm/gstgsmdec.c: (gst_gsmdec_sink_setcaps),
4083         (gst_gsmdec_chain):
4084         * ext/gsm/gstgsmdec.h:
4085         Increase the allowed samplerates for the ms-gsm format.
4086         Fixes #481354.
4087
4088 2008-03-30  Tim-Philipp Müller  <tim at centricular dot net>
4089
4090         Patch by: Jan de Groot <jan at jgc homeip net>
4091
4092         * configure.ac:
4093           Fix build with --disable-external (#525100).
4094
4095 2008-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4096
4097         * sys/dvb/gstdvbsrc.c:
4098         Repeat diseqc call to allow for some diseqc switches.
4099
4100 2008-03-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4101
4102         * ext/Makefile.am:
4103         Dist ofa correctly! Fixes non-uninstalled build.
4104
4105 2008-03-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4106
4107         * sys/dvb/gstdvbsrc.c:
4108         Make diseqc work more reliably.
4109
4110 2008-03-26  Sebastian Dröge  <slomo@circular-chaos.org>
4111
4112         * gst/nsf/Makefile.am:
4113         * gst/nsf/fds_snd.c:
4114         * gst/nsf/mmc5_snd.c:
4115         * gst/nsf/nsf.c:
4116         * gst/nsf/types.h:
4117         * gst/nsf/vrc7_snd.c:
4118         * gst/nsf/vrcvisnd.c:
4119         * gst/nsf/memguard.c:
4120         * gst/nsf/memguard.h:
4121         Remove memguard again and apply hopefully all previously dropped
4122         local patches. Should be really better than the old version now.
4123
4124 2008-03-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4125
4126         * gst/nsf/memguard.c: (_my_free):
4127         * gst/nsf/types.h:
4128         Unbreak compilation by disabling memguard and doing some dirty hack
4129         fixes to make it compile on 64bits.
4130
4131 2008-03-25  Sebastian Dröge  <slomo@circular-chaos.org>
4132
4133         Patch by: Andreas Henriksson <andreas at fatal dot set>
4134
4135         * gst/nsf/Makefile.am:
4136         * gst/nsf/dis6502.h:
4137         * gst/nsf/fds_snd.c:
4138         * gst/nsf/fds_snd.h:
4139         * gst/nsf/fmopl.c:
4140         * gst/nsf/fmopl.h:
4141         * gst/nsf/gstnsf.c:
4142         * gst/nsf/log.c:
4143         * gst/nsf/log.h:
4144         * gst/nsf/memguard.c:
4145         * gst/nsf/memguard.h:
4146         * gst/nsf/mmc5_snd.c:
4147         * gst/nsf/mmc5_snd.h:
4148         * gst/nsf/nes6502.c:
4149         * gst/nsf/nes6502.h:
4150         * gst/nsf/nes_apu.c:
4151         * gst/nsf/nes_apu.h:
4152         * gst/nsf/nsf.c:
4153         * gst/nsf/nsf.h:
4154         * gst/nsf/osd.h:
4155         * gst/nsf/types.h:
4156         * gst/nsf/vrc7_snd.c:
4157         * gst/nsf/vrc7_snd.h:
4158         * gst/nsf/vrcvisnd.c:
4159         * gst/nsf/vrcvisnd.h:
4160         Update our internal nosefart to nosefart-2.7-mls to fix segfaults
4161         on some files. Fixes bug #498237.
4162
4163         Remove some // comments, fix some compiler warnings and use pow()
4164         instead of a slow, selfmade implementation.
4165
4166 2008-03-25  Sebastian Dröge  <slomo@circular-chaos.org>
4167
4168         Patch by: Ed Catmur <ed at catmur dot co dot uk>
4169
4170         * configure.ac:
4171         Add support for neon 0.28, which didn't change API. Fixes bug #524035.
4172
4173 2008-03-24  Rene Stadler  <mail@renestadler.de>
4174
4175         * gst/replaygain/gstrganalysis.c (gst_rg_analysis_init),
4176           (gst_rg_analysis_transform_ip):
4177         * gst/replaygain/gstrglimiter.c (gst_rg_limiter_init),
4178           (gst_rg_limiter_transform_ip):
4179         Make rganalysis and rglimiter elements GAP-flag aware.
4180
4181         * tests/check/elements/rganalysis.c: (test_gap_buffers),
4182           (rganalysis_suite):
4183         * tests/check/elements/rglimiter.c (test_gap), (rglimiter_suite):
4184         Add tests to verify gap-awareness.
4185
4186 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
4187
4188         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_headers_cb),
4189         (gst_soup_http_src_chunk_allocator),
4190         (gst_soup_http_src_got_chunk_cb),
4191         (gst_soup_http_src_uri_get_protocols):
4192         Don't autoplug souphttpsrc for dav/davs. This is better handled by
4193         GIO and GnomeVFS as they provide authentication.
4194
4195         Don't leak the icy caps if we already set them and get a new
4196         icy-metaint header.
4197
4198         Try harder to set the icy caps on the output buffer to have correct
4199         caps for the first buffer already.
4200
4201         * tests/check/elements/souphttpsrc.c: (got_buffer),
4202         (GST_START_TEST):
4203         Check that we get a buffer with application/x-icy caps if iradio-mode
4204         is enabled and we have an icecast URL.
4205
4206 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
4207
4208         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_chunk_allocator):
4209         Actually set the icy caps on our src pad if we have icecast data.
4210         Fixes bug #523854.
4211
4212 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4213
4214         * configure.ac:
4215         Check if the compiler supports do { } while (0) macros. This fixes
4216         a warning when compiling with g++ 4.3, resulting in a build failure
4217         because of -Werror.
4218
4219         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
4220         * ext/mplex/gstmplex.cc:
4221         Include <string.h> for memcpy and friends to fix the build with
4222         gcc 4.3.
4223
4224         * tests/check/Makefile.am:
4225         Remove trailing backslash.
4226
4227 2008-03-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4228
4229         * gst/selector/gstinputselector.c:
4230         (gst_input_selector_set_active_pad), (gst_input_selector_switch):
4231         Do g_object_notify() only when not holding the lock to get the property
4232         because otherwise we run into a deadlock with the deep-notify handlers
4233         that are possibly installed.
4234
4235 2008-03-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4236
4237         * gst/selector/gstinputselector.c: (gst_selector_pad_class_init),
4238         (gst_selector_pad_event), (gst_selector_pad_bufferalloc),
4239         (gst_selector_pad_chain), (gst_input_selector_set_active_pad):
4240         Release the selector lock when pad alloc happens on a non selected pad.
4241
4242 2008-03-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4243
4244         * gst/selector/gstinputselector.c: (gst_selector_pad_class_init),
4245         (gst_selector_pad_init), (gst_selector_pad_set_property),
4246         (gst_selector_pad_get_property), (gst_selector_pad_event),
4247         (gst_selector_pad_bufferalloc), (gst_selector_pad_chain),
4248         (gst_input_selector_set_active_pad):
4249         Add pad property to configure behaviour of the unselected pad, it can
4250         return OK or NOT_LINKED, based on the use case.
4251
4252 2008-03-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4253
4254         * gst/selector/gstinputselector.c:
4255         (gst_selector_pad_get_running_time), (gst_selector_pad_reset),
4256         (gst_selector_pad_event), (gst_selector_pad_bufferalloc),
4257         (gst_input_selector_wait), (gst_selector_pad_chain),
4258         (gst_input_selector_class_init), (gst_input_selector_init),
4259         (gst_input_selector_dispose), (gst_segment_set_start),
4260         (gst_input_selector_set_active_pad),
4261         (gst_input_selector_set_property),
4262         (gst_input_selector_get_property),
4263         (gst_input_selector_get_linked_pad),
4264         (gst_input_selector_is_active_sinkpad),
4265         (gst_input_selector_activate_sinkpad),
4266         (gst_input_selector_request_new_pad),
4267         (gst_input_selector_release_pad),
4268         (gst_input_selector_change_state), (gst_input_selector_block),
4269         (gst_input_selector_switch):
4270         * gst/selector/gstinputselector.h:
4271         Figure out the locking a bit more.
4272         Mark buffers with discont after switching.
4273         Fix initial segment forwarding, make sure to only forward one segment
4274         regardless of what the sequence of buffers/segments is. See #522203.
4275         Improve flushing when blocked.
4276         Return NOT_LINKED when a stream is not selected.
4277         Not API change for the switch signal in the docs.
4278         Fix start/time/accum values of the new segment.
4279         Correctly unlock and flush a blocking selector when going to READY.
4280
4281 2008-03-20  Stefan Kost  <ensonic@users.sf.net>
4282
4283         * ext/ladspa/gstladspa.c:
4284         * ext/ladspa/gstsignalprocessor.c:
4285           Add some thoughts and FIXME's.
4286
4287 2008-03-20  Stefan Kost  <ensonic@users.sf.net>
4288
4289         * gst/bayer/gstbayer2rgb.c:
4290           Include stdlib.h for abs.
4291
4292 2008-03-19  Stefan Kost  <ensonic@users.sf.net>
4293
4294         * gst/freeze/FAQ:
4295         * gst/freeze/Makefile.am:
4296         * gst/freeze/gstfreeze.c:
4297           Add example to source code documentation blob and remove the 3 line
4298           FAQ.
4299
4300         * gst/interleave/interleave.c:
4301           Add a source code documentation blob.
4302
4303 2008-03-19  Sebastian Dröge  <slomo@circular-chaos.org>
4304
4305         * ext/ofa/gstofa.c: (create_fingerprint), (gst_ofa_event),
4306         (gst_ofa_transform_ip), (plugin_init):
4307         Improve debugging, clean up a bit and really generate the fingerprint
4308         after 135 seconds.
4309
4310 2008-03-19  Sebastian Dröge  <slomo@circular-chaos.org>
4311
4312         * ext/ofa/gstofa.c:
4313         Use GPL as license, the plugin itself is LGPL but libofa is GPL.
4314
4315 2008-03-19  Sebastian Dröge  <slomo@circular-chaos.org>
4316
4317         Based on a patch by: Eric Buehl <eric dot buehl at gmail dot com>
4318
4319         * configure.ac:
4320         * ext/ofa/Makefile.am:
4321         * ext/ofa/gstofa.c: (gst_ofa_base_init), (gst_ofa_finalize),
4322         (gst_ofa_class_init), (create_fingerprint), (gst_ofa_event),
4323         (gst_ofa_init), (gst_ofa_transform_ip), (gst_ofa_get_property),
4324         (plugin_init):
4325         * ext/ofa/gstofa.h:
4326         Add an OFA element, the successor of MusicBrainz TRM fingerprinting.
4327         Fixes bug #351309.
4328
4329 2008-03-18  Andy Wingo  <wingo@pobox.com>
4330
4331         * ext/faad/gstfaad.c (gst_faad_chain): Fix a bad format argument,
4332         and a potential int overflow.
4333
4334         * ext/faad/gstfaad.h: Include <neaacdec.h> if faad is neaac.
4335         Avoids a #warning about an ignored #pragma.
4336
4337 2008-03-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4338
4339         * examples/switch/switcher.c:
4340         Update switch example to use input selector.
4341
4342 2008-03-17  Sebastian Dröge  <slomo@circular-chaos.org>
4343
4344         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
4345         (gst_neonhttp_src_send_request_and_redirect):
4346         Handle HTTP status code 303 (See Other) the same way
4347         as 302 (Found). Not sure what to do about all the other 3xx
4348         redirect status codes. Fixes bug #522884.
4349
4350 2008-03-14  Edward Hervey  <edward.hervey@collabora.co.uk>
4351
4352         * gst-libs/gst/dshow/Makefile.am:
4353         Make sure the dshow helper library headers get distributed in the next
4354         release.
4355
4356 2008-03-14  David Schleef  <ds@schleef.org>
4357
4358         Patch by: William M. Brack
4359
4360         * gst/bayer/gstbayer2rgb.c: Significant improvements.  Fixes #521392.
4361
4362 2008-03-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4363
4364         * gst/selector/gstinputselector.c: (gst_selector_pad_event),
4365         (gst_selector_pad_bufferalloc), (gst_selector_pad_chain),
4366         (gst_input_selector_class_init),
4367         (gst_input_selector_set_active_pad),
4368         (gst_input_selector_set_property),
4369         (gst_input_selector_push_pending_stop):
4370         Add lots of debugging. 
4371         Fix time member in the newsegment event.
4372
4373 2008-03-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4374
4375         * gst/selector/gstinputselector.c: (gst_selector_pad_class_init),
4376         (gst_selector_pad_finalize), (gst_selector_pad_get_property),
4377         (gst_selector_pad_event), (gst_input_selector_class_init),
4378         (gst_input_selector_init), (gst_input_selector_set_active_pad),
4379         (gst_input_selector_set_property),
4380         (gst_input_selector_get_property),
4381         (gst_input_selector_request_new_pad),
4382         (gst_input_selector_release_pad),
4383         (gst_input_selector_push_pending_stop),
4384         (gst_input_selector_switch):
4385         * gst/selector/gstinputselector.h:
4386         Various cleanups.
4387         Added tags to the pads.
4388         Select active pad based on the pad object instead of its name.
4389         Fix refcount in set_active_pad.
4390         Add property to get the number of pads.
4391
4392         * gst/selector/gstoutputselector.c:
4393         (gst_output_selector_class_init),
4394         (gst_output_selector_set_property),
4395         (gst_output_selector_get_property):
4396         Various cleanups.
4397         Select the active pad based on the pad object instead of its name.
4398         Fix locking when setting the active pad.
4399
4400         * gst/selector/gstselector-marshal.list:
4401         * tests/check/elements/selector.c: (cleanup_pad),
4402         (selector_set_active_pad), (run_input_selector_buffer_count):
4403         Fixes for pad instead of padname for pad selection.
4404
4405 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
4406
4407         * ext/alsaspdif/alsaspdifsink.c:
4408         * ext/gsm/gstgsm.c:
4409         * ext/jack/gstjack.c:
4410         * ext/libmms/gstmms.c:
4411         * ext/neon/gstneonhttpsrc.c:
4412         * ext/shout/gstshout.c:
4413         * ext/timidity/gsttimidity.c:
4414         * ext/timidity/gstwildmidi.c:
4415         * gst/nuvdemux/gstnuvdemux.c:
4416         * gst/tta/gsttta.c:
4417         Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead
4418         of hardcoding values where possible. Fixes bug #522212.
4419
4420 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
4421
4422         Patch by: Wouter Cloetens <wouter at mind dot be>
4423
4424         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_init),
4425         (gst_soup_http_src_finished_cb), (gst_soup_http_src_response_cb),
4426         (gst_soup_http_src_build_message), (gst_soup_http_src_create):
4427         * ext/soup/gstsouphttpsrc.h:
4428         Try to resume on server disconnect. Fixes bug #522134.
4429
4430 2008-03-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4431
4432         * ext/xvid/gstxvidenc.c: (gst_xvidenc_chain):
4433         Set correct pixel aspect ratio for the encoder.
4434
4435 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
4436
4437         Patch by: Olivier Crete <tester at tester dot ca>
4438
4439         * gst/rtpmanager/rtpsession.c: (find_add_conflicting_addresses),
4440         (check_collision), (obtain_source), (rtp_session_create_new_ssrc),
4441         (rtp_session_create_source), (rtp_session_process_rtp),
4442         (rtp_session_process_sr), (rtp_session_process_rr),
4443         (rtp_session_process_sdes), (rtp_session_process_bye),
4444         (rtp_session_send_bye_locked), (rtp_session_send_bye),
4445         (rtp_session_on_timeout):
4446         * gst/rtpmanager/rtpsession.h:
4447         Implement collision and loop detection in rtpmanager.
4448         Fixes #520626.
4449
4450         * gst/rtpmanager/rtpsource.c: (rtp_source_reset),
4451         (rtp_source_init):
4452         * gst/rtpmanager/rtpsource.h:
4453         Add method to reset stats.
4454
4455 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
4456
4457         Based on patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
4458
4459         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_init),
4460         (rtcp_thread), (start_rtcp_thread), (stop_rtcp_thread),
4461         (join_rtcp_thread), (gst_rtp_session_change_state):
4462         Avoid a deadlock when joining the RTCP thread in PAUSED because it might
4463         be blocked downstream. Also avoid spawning multiple rtcp threads.
4464         Fixes #520894.
4465
4466 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
4467
4468         Patch by: Stefan Kost <ensonic@users.sf.net>
4469
4470         * gst/rtpmanager/rtpjitterbuffer.c: (calculate_skew):
4471         Don't try to reset the clock skew when we have no timestamps.
4472         Fixes #519005.
4473
4474 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
4475
4476         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4477
4478         * ext/faad/gstfaad.c: (looks_like_valid_header):
4479         Improve the header checking to look for what faad2 looks
4480         for too. Fixes playback of same apple trailers.
4481         Fixes bug #469979.
4482
4483 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
4484
4485         * configure.ac:
4486         Really check for libdc1394 >= 2.0.0, pkg-config thinks that
4487         2.0.0-rcX is newer than 2.0.0 so we check for this too.
4488
4489 2008-03-05  David Schleef  <ds@schleef.org>
4490
4491         * ext/dirac/gstdiracenc.cc: Add a bunch of properties cribbed
4492           from the encoder program in dirac.
4493
4494 2008-03-05  David Schleef  <ds@schleef.org>
4495
4496         * configure.ac:
4497         * ext/Makefile.am:
4498         * ext/dirac/Makefile.am:
4499         * ext/dirac/gstdirac.cc:
4500         * ext/dirac/gstdiracenc.cc:
4501           Rewrite Dirac encoder plugin based on Schroedinger gstreamer
4502           elements.
4503
4504 2008-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
4505
4506         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
4507
4508         * configure.ac:
4509         * ext/Makefile.am:
4510         * ext/mplex/Makefile.am:
4511         * ext/mplex/gstmplex.cc:
4512         * ext/mplex/gstmplex.hh:
4513         * ext/mplex/gstmplexibitstream.cc:
4514         * ext/mplex/gstmplexibitstream.hh:
4515         * ext/mplex/gstmplexjob.cc:
4516         * ext/mplex/gstmplexjob.hh:
4517         * ext/mplex/gstmplexoutputstream.cc:
4518         * ext/mplex/gstmplexoutputstream.hh:
4519         Port mplex element to 0.10. Fixes bug #520329.
4520
4521         * tests/check/Makefile.am:
4522         * tests/check/elements/mplex.c: (test_sink_event), (setup_src_pad),
4523         (teardown_src_pad), (setup_mplex), (cleanup_mplex),
4524         (GST_START_TEST), (mplex_suite), (main):
4525         Add unit test for the mplex element.
4526
4527 2008-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
4528
4529         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
4530
4531         * configure.ac:
4532         Clean up detection of different mjpegtoolsAPI versions.
4533
4534         * ext/mpeg2enc/gstmpeg2enc.cc:
4535         * ext/mpeg2enc/gstmpeg2enc.hh:
4536         * ext/mpeg2enc/gstmpeg2encoder.cc:
4537         * ext/mpeg2enc/gstmpeg2encoptions.cc:
4538         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
4539         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
4540         * ext/mpeg2enc/gstmpeg2encstreamwriter.cc:
4541         * ext/mpeg2enc/gstmpeg2encstreamwriter.hh:
4542         Streamline conditional code for evolving mjpegtools API,
4543         optimize and fix/prevent crash in log handling, use
4544         names/nicks for enums in the usual way andm inor updates
4545         in code and properties/settings. Partially fixes bug #520329.
4546
4547 2008-03-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4548
4549         * gst/mpegtsparse/gstmpegdesc.h:
4550         * gst/mpegtsparse/mpegtspacketizer.c:
4551         Add parsing of cable delivery system descriptor.
4552
4553 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
4554
4555         * configure.ac:
4556         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
4557         plug-ins are included/excluded. (#498222)
4558
4559 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
4560
4561         Patch by: Jens Granseuer <jensgr at gmx dot net>
4562
4563         * gst/mve/gstmvedemux.c: (gst_mve_audio_data),
4564         (gst_mve_demux_get_type):
4565         Fix audio discontinuity that happens when silent chunks are
4566         followed by real data again. Fixes bug #519905.
4567
4568 2008-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4569
4570         * sys/dvb/gstdvbsrc.c:
4571         * sys/dvb/parsechannels.c:
4572         Add DVB-C support. Special thanks to Christian Schaller
4573         for a testing ground.
4574
4575 2008-02-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4576
4577         * gst/mpegtsparse/mpegtsparse.c:
4578         Only send PMTs to program pads that the PMT is for even if
4579         on same pid.
4580         As a by-product, we now no longer hardcode any psi pid numbers.
4581         Also remove pcr stream from old pmt when we apply a new pmt.
4582
4583 2008-02-28  Edgard Lima  <edgard.lima@indt.org.br>
4584
4585         * ext/metadata/TODO:
4586         * ext/metadata/metadata_mapping.htm:
4587         * ext/metadata/metadataexif.c:
4588         * ext/metadata/metadatatags.c:
4589         * ext/metadata/metadatatags.h:
4590         * tests/icles/metadata_editor.c:
4591         Map Date-Time and GPS tags and Convert from EXIF to XMP Datatime as
4592         local time (those changes has been done in previous comit but had to
4593         be revert in 2008-02-10 due to frozen)
4594
4595 2008-02-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4596
4597         * sys/dvb/camutils.c:
4598         Remove the G_VALUE_HOLDS_BOXED checks. They were
4599         only added to help debug the data corruption.
4600
4601 2008-02-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4602
4603         * sys/dvb/camutils.c:
4604         Don't free the program descriptors, this structure
4605         containing them is still stored after.
4606         Fixes data corruption.
4607
4608 2008-02-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4609
4610         * sys/dvb/camutils.c:
4611         Extra checks to prevent data corruption/segfaults.
4612
4613 2008-02-26  Stefan Kost  <ensonic@users.sf.net>
4614
4615         * ext/nas/nassink.c:
4616           Fix build warning by using portable API.
4617
4618 2008-02-26  Stefan Kost  <ensonic@users.sf.net>
4619
4620         * gst/selector/gstoutputselector.c:
4621           Fix changing to same pad twice before a chain call.     
4622
4623 2008-02-26  Sebastian Dröge  <slomo@circular-chaos.org>
4624
4625         Patch by: Daniel Fischer <dan at f3c dot com>
4626
4627         * configure.ac:
4628         * ext/dc1394/gstdc1394.c: (gst_dc1394_change_state),
4629         (gst_dc1394_get_cam_caps), (gst_dc1394_open_cam_with_best_caps):
4630         * ext/dc1394/gstdc1394.h:
4631         Add support for libdc1394 2.0.0 and above and require this version
4632         now. Fixes bug #514964.
4633
4634 2008-02-26  Sebastian Dröge  <slomo@circular-chaos.org>
4635
4636         Patch by: Wouter Cloetens <wouter at mind dot be>
4637
4638         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
4639         (gst_soup_http_src_init), (gst_soup_http_src_dispose),
4640         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property),
4641         (gst_soup_http_src_create):
4642         * ext/soup/gstsouphttpsrc.h:
4643         * tests/check/elements/souphttpsrc.c: (run_test), (GST_START_TEST),
4644         (souphttpsrc_suite):
4645         Add support for specifying a list of cookies to be passed in
4646         the HTTP request. Fixes bug #518722.
4647
4648 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
4649
4650         * gst/selector/gstinputselector.c:
4651         * gst/selector/gstinputselector.h:
4652           Added "select-all" property to make it work like aggregator in 0.8.
4653
4654         * gst/selector/gstoutputselector.c:
4655           Fix resend-latest behavoiur.
4656           
4657         * tests/check/Makefile.am:
4658         * tests/check/elements/.cvsignore:
4659         * tests/check/elements/selector.c:
4660           Add unit tests for selector.
4661
4662 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4663
4664         * configure.ac:
4665         * ext/timidity/gsttimidity.c: (plugin_init):
4666         * ext/timidity/gstwildmidi.c: (plugin_init):
4667         Remove midi typefinders and require base CVS as they moved there.
4668
4669 2008-02-24  Sebastian Dröge  <slomo@circular-chaos.org>
4670
4671         * ext/Makefile.am:
4672         Only disable the ext/timidity directory if both, wildmidi
4673         _and_ timidity are not available.
4674
4675 2008-02-24  Sebastian Dröge  <slomo@circular-chaos.org>
4676
4677         Patch by: Emilio Pozuelo Monfort <pochu at ubuntu dot com>
4678
4679         * ext/Makefile.am:
4680         Build the wildmidi plugin if it's enabled and not only when
4681         both, the timidity and wildmidi plugin, are enabled.
4682
4683 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
4684
4685         * configure.ac:
4686         * ext/mpeg2enc/Makefile.am:
4687         * ext/soundtouch/Makefile.am:
4688         * gst/modplug/Makefile.am:
4689           Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them
4690           when building C++ code.
4691
4692 2008-02-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4693
4694         * sys/dvb/gstdvbsrc.c:
4695         Add initial support for multiproto driver (not yet merged into
4696         v4l-dvb mainline yet).
4697         Only works for DVB-S not DVB-S2, DVB-T, DVB-C or other.
4698
4699 2008-02-22  Tim-Philipp Müller  <tim at centricular dot net>
4700
4701         * docs/plugins/inspect/plugin-alsaspdif.xml:
4702         * docs/plugins/inspect/plugin-app.xml:
4703         * docs/plugins/inspect/plugin-bayer.xml:
4704         * docs/plugins/inspect/plugin-bz2.xml:
4705         * docs/plugins/inspect/plugin-cdaudio.xml:
4706         * docs/plugins/inspect/plugin-cdxaparse.xml:
4707         * docs/plugins/inspect/plugin-dfbvideosink.xml:
4708         * docs/plugins/inspect/plugin-dtsdec.xml:
4709         * docs/plugins/inspect/plugin-dvb.xml:
4710         * docs/plugins/inspect/plugin-dvdspu.xml:
4711         * docs/plugins/inspect/plugin-faac.xml:
4712         * docs/plugins/inspect/plugin-faad.xml:
4713         * docs/plugins/inspect/plugin-fbdevsink.xml:
4714         * docs/plugins/inspect/plugin-festival.xml:
4715         * docs/plugins/inspect/plugin-filter.xml:
4716         * docs/plugins/inspect/plugin-flvdemux.xml:
4717         * docs/plugins/inspect/plugin-freeze.xml:
4718         * docs/plugins/inspect/plugin-gsm.xml:
4719         * docs/plugins/inspect/plugin-gstinterlace.xml:
4720         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
4721         * docs/plugins/inspect/plugin-h264parse.xml:
4722         * docs/plugins/inspect/plugin-interleave.xml:
4723         * docs/plugins/inspect/plugin-jack.xml:
4724         * docs/plugins/inspect/plugin-ladspa.xml:
4725         * docs/plugins/inspect/plugin-metadata.xml:
4726         * docs/plugins/inspect/plugin-mms.xml:
4727         * docs/plugins/inspect/plugin-modplug.xml:
4728         * docs/plugins/inspect/plugin-mpeg2enc.xml:
4729         * docs/plugins/inspect/plugin-mpeg4videoparse.xml:
4730         * docs/plugins/inspect/plugin-mpegtsparse.xml:
4731         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
4732         * docs/plugins/inspect/plugin-musepack.xml:
4733         * docs/plugins/inspect/plugin-musicbrainz.xml:
4734         * docs/plugins/inspect/plugin-mve.xml:
4735         * docs/plugins/inspect/plugin-neon.xml:
4736         * docs/plugins/inspect/plugin-nsfdec.xml:
4737         * docs/plugins/inspect/plugin-nuvdemux.xml:
4738         * docs/plugins/inspect/plugin-rawparse.xml:
4739         * docs/plugins/inspect/plugin-real.xml:
4740         * docs/plugins/inspect/plugin-replaygain.xml:
4741         * docs/plugins/inspect/plugin-rfbsrc.xml:
4742         * docs/plugins/inspect/plugin-sdl.xml:
4743         * docs/plugins/inspect/plugin-sdp.xml:
4744         * docs/plugins/inspect/plugin-selector.xml:
4745         * docs/plugins/inspect/plugin-sndfile.xml:
4746         * docs/plugins/inspect/plugin-soundtouch.xml:
4747         * docs/plugins/inspect/plugin-spcdec.xml:
4748         * docs/plugins/inspect/plugin-speed.xml:
4749         * docs/plugins/inspect/plugin-speexresample.xml:
4750         * docs/plugins/inspect/plugin-stereo.xml:
4751         * docs/plugins/inspect/plugin-tremor.xml:
4752         * docs/plugins/inspect/plugin-tta.xml:
4753         * docs/plugins/inspect/plugin-vcdsrc.xml:
4754         * docs/plugins/inspect/plugin-videosignal.xml:
4755         * docs/plugins/inspect/plugin-vmnc.xml:
4756         * docs/plugins/inspect/plugin-x264.xml:
4757         * docs/plugins/inspect/plugin-xvid.xml:
4758         * docs/plugins/inspect/plugin-y4menc.xml:
4759           Update to version 0.10.6.1.
4760
4761 2008-02-22  Tim-Philipp Müller  <tim at centricular dot net>
4762
4763         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
4764         * docs/plugins/inspect/plugin-gdp.xml:
4765         * docs/plugins/inspect/plugin-quicktime.xml:
4766         * docs/plugins/inspect/plugin-switch.xml:
4767         * docs/plugins/inspect/plugin-videocrop.xml:
4768           Remove docs for elements that have moved to other modules
4769           or been renamed.
4770
4771 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4772
4773         Patch by: Wouter Cloetens <wouter at mind dot be>
4774
4775         * configure.ac:
4776         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_cancel_message),
4777         (gst_soup_http_src_finished_cb), (gst_soup_http_src_chunk_free),
4778         (gst_soup_http_src_chunk_allocator),
4779         (gst_soup_http_src_got_chunk_cb), (gst_soup_http_src_create),
4780         (gst_soup_http_src_start), (gst_soup_http_src_set_proxy):
4781         * ext/soup/gstsouphttpsrc.h:
4782         Implement zero-copy and make the buffer size configurable.
4783         Prefix proxy URIs with "http://" if they don't start with it
4784         already and catch errors earlier, fixes hanging in some situations.
4785         Fixes bug #514948.
4786
4787 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4788
4789         * tests/check/gst-plugins-bad.supp:
4790         Add suppressions for SoundTouch valgrind warnings and
4791         a valgrind warning caused by the LADSPA sine plugin and
4792         happening on every exit().
4793         Remove GIO suppressions as it's now in -base.
4794
4795 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4796
4797         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_create):
4798         Don't allocate and copy the data to a new place but instead
4799         put the data from gmyth (which we own) into the buffers that
4800         are passed downstream.
4801
4802 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4803
4804         * ext/timidity/gstwildmidi.c:
4805         If WILDMIDI_CFG is not defined, define it to the default
4806         timidity configure file.
4807
4808 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4809
4810         Based on a patch by:
4811           Hans de Goede <j dot w dot r dot degoede at hhs dot nl>
4812
4813         * configure.ac:
4814         * ext/mpeg2enc/gstmpeg2enc.cc:
4815         Remove hack to work with mjpegtools 1.9.0rc3 and above and instead
4816         use mjpeg_loglev_t() for getting the log levels. Check for this
4817         function in configure.ac as the pkg-config file doesn't tell us
4818         which release candidate we have. Fixes bug #517896.
4819
4820 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4821
4822         * configure.ac:
4823         Check for X for the nas plugin to make it possible to build it
4824         again. Fixes bug #517895.
4825
4826 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4827
4828         * tests/check/Makefile.am:
4829         Ignore some more elements for the states unit test, like
4830         dfbvideosink which produces a segfault. Fixes bug #517854.
4831
4832 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4833
4834         Patch by: Jens Granseuer <jensgr at gmx dot net>
4835
4836         * gst/librfb/gstrfbsrc.c: (gst_rfb_property_set_version):
4837         * gst/librfb/rfbdecoder.c: (rfb_decoder_message_set_encodings),
4838         (rfb_decoder_state_set_encodings):
4839         * gst/mpegtsparse/mpegtspacketizer.c:
4840         (mpegts_packetizer_parse_nit), (mpegts_packetizer_parse_sdt),
4841         (mpegts_packetizer_parse_eit):
4842         * sys/fbdev/gstfbdevsink.c: (gst_fbdevsink_getcaps),
4843         (gst_fbdevsink_setcaps), (gst_fbdevsink_render):
4844         Some C89 fixes, moving variable declarations to the beginning
4845         of a block. Fixes bug #517937.
4846
4847 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
4848
4849         * configure.ac:
4850         Back to development...
4851
4852 === release 0.10.6 ===
4853
4854 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
4855
4856         * configure.ac:
4857           releasing 0.10.6, "A Big Deep Breath"
4858
4859 2008-02-20  Bastien Nocera  <hadess@hadess.net>
4860
4861         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_do_seek),
4862         (gst_mythtv_src_start): Using the wrong GstFormat for the filesize,
4863         and fail seek properly on anything but _BYTES format
4864         Fixes bug #517684
4865
4866 2008-02-20  Sebastian Dröge  <slomo@circular-chaos.org>
4867
4868         Patch by: Olivier Crete <tester at tester dot ca>
4869
4870         * gst/rtpmanager/gstrtpbin.c: (new_ssrc_pad_found):
4871         Fix small memory leak, leaking caps. Fixes bug #517571.
4872
4873 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
4874
4875         * gst/tta/Makefile.am:
4876         Link tta plugin with libm. Fixes bug #517391.
4877
4878 2008-02-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4879
4880         * sys/dvb/camutils.c:
4881         Do not assume "descriptors" property in the pmt structure
4882         is present.
4883         Fixes #516499.
4884
4885 2008-02-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4886
4887         Patch by: Olivier Crete <tester@tester.ca>
4888
4889         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_associate):
4890         Ignore streams that did not receive an SR packet when doing
4891         synchronisation. Fixes #516160.
4892
4893 2008-02-14  Sebastian Dröge  <slomo@circular-chaos.org>
4894
4895         * gst/dvdspu/gstdvdspu.c: (gst_dvd_spu_handle_new_spu_buf):
4896         Set n_line_ctrl_i to 0 whenever we free line_ctrl_i. Patch based
4897         on an idea by Jan Schmidt, fixes bug #516436.
4898
4899 2008-02-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4900
4901         * gst/mpegtsparse/gstmpegdesc.c:
4902         * gst/mpegtsparse/gstmpegdesc.h:
4903         * gst/mpegtsparse/mpegtsparse.c:
4904         Make sure the gstmpegdesc debug lines do not critical
4905         when GST_DEBUG is enabled and also actually output.
4906         Thanks to Alessandro Decina for spotting.
4907         Fixes #516448
4908
4909 2008-02-13  Jan Schmidt  <jan.schmidt@sun.com>
4910
4911         * gst-libs/gst/Makefile.am:
4912         * sys/Makefile.am:
4913         Also add dshow pieces to the disted subdirs to fix distcheck.
4914
4915 2008-02-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4916
4917         Patch by: Josep Torra Valles <josep@fluendo.com>
4918
4919         * gst/h264parse/gsth264parse.c: (gst_h264_parse_chain_reverse):
4920         Fix potential buffer leak in reverse mode. Re-Fixes #516061.
4921
4922 2008-02-13  Sebastian Dröge  <slomo@circular-chaos.org>
4923
4924         * configure.ac:
4925         Allow gmyth versions from 0.4 up to 0.7.99, the API didn't change
4926         until 0.7 fortunately.
4927
4928 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
4929
4930         * configure.ac:
4931         Generate the directshow Makefiles so that the directories
4932         get disted. Still needs some configure time detection to enable
4933         building them under MingW.
4934
4935 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
4936
4937         * ext/metadata/Makefile.am:
4938         Don't install a header file. We will have to merge these
4939         tags into libgsttag after the release and use them from there.
4940         Fixes: #515860
4941
4942 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
4943
4944         * gst-libs/gst/dshow/Makefile.am:
4945         * sys/dshowdecwrapper/Makefile.am:
4946         * sys/dshowsrcwrapper/Makefile.am:
4947         Add Makefiles to win32 plugins and lib.
4948         They will need to be tested and probably fixed by developers
4949         working with mingw. This is a first step to include source files 
4950         with releases.
4951         
4952 2008-02-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4953
4954         * sys/dvb/dvbbasebin.c:
4955         Fix leak of location string returned from gst_uri_get_location.
4956         Fixes bug #516114
4957
4958 2008-02-12  David Schleef  <ds@schleef.org>
4959
4960         * configure.ac:
4961         * docs/plugins/Makefile.am:
4962         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
4963         * docs/plugins/inspect/plugin-glimagesink.xml:
4964         * sys/Makefile.am:
4965         * sys/glsink/BUGS:
4966         * sys/glsink/Makefile.am:
4967         * sys/glsink/color_matrix.c:
4968         * sys/glsink/glextensions.c:
4969         * sys/glsink/glextensions.h:
4970         * sys/glsink/glimagesink.c:
4971         * sys/glsink/glimagesink.h:
4972         * sys/glsink/gltestsrc.c:
4973         * sys/glsink/gltestsrc.h:
4974         * sys/glsink/gstglbuffer.c:
4975         * sys/glsink/gstglbuffer.h:
4976         * sys/glsink/gstglconvert.c:
4977         * sys/glsink/gstgldisplay.c:
4978         * sys/glsink/gstgldisplay.h:
4979         * sys/glsink/gstgldownload.c:
4980         * sys/glsink/gstglfilter.c:
4981         * sys/glsink/gstglfilter.h:
4982         * sys/glsink/gstglfilterexample.c:
4983         * sys/glsink/gstgltestsrc.c:
4984         * sys/glsink/gstgltestsrc.h:
4985         * sys/glsink/gstglupload.c:
4986         * sys/glsink/gstopengl.c:
4987           Remove glimagesink, as it's been moved to gst-plugins-gl.
4988           Fixes #516094.
4989
4990 2008-02-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4991
4992         Patch by: Josep Torra Valles <josep@fluendo.com>
4993
4994         * gst/h264parse/gsth264parse.c: (gst_h264_parse_chain_reverse):
4995         Fix potential buffer leak in reverse mode. Fixes #516061.
4996
4997 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4998
4999         * sys/dshowdecwrapper/gstdshowaudiodec.c:
5000         (gst_dshowaudiodec_dispose):
5001         * sys/dshowdecwrapper/gstdshowvideodec.c:
5002         (gst_dshowvideodec_dispose):
5003         Chain up dispose methods properly. Fixes bug #515970.
5004
5005 2008-02-12  Wim Taymans  <wim.taymans@collabora.co.uk>
5006
5007         * gst/mpegvideoparse/mpegvideoparse.c:
5008         (mpegvideoparse_handle_sequence), (mpegvideoparse_drain_avail),
5009         (gst_mpegvideoparse_change_state):
5010         Fix leaking caps.
5011         Fix potential buffer leak in forward mode.
5012         Cleanup queues when going to READY. Fixes #515815.
5013
5014 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5015
5016         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5017         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5018         * docs/plugins/inspect/plugin-gio.xml:
5019         Remove documentation for the GIO plugin as it was moved to
5020         gst-plugins-base. Fixes bug #515964.
5021
5022 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5023
5024         * ext/xvid/gstxvidenc.c:
5025         * gst/vmnc/vmncdec.c:
5026         * sys/glsink/glimagesink.c:
5027         * sys/glsink/gstgldisplay.c:
5028         Fix some finalize leaks by chaining up to the parent method.
5029         Fixes: #515919
5030
5031 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5032
5033         * tests/check/elements/souphttpsrc.c:
5034         Include glib/gprintf.h for g_vasprintf(). Fixes bug #515564.
5035
5036 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5037
5038         * gst/librfb/gstrfbsrc.c: (gst_rfb_src_dispose):
5039         Free the rfb decoder on finalize. Fixes bug #515721.
5040
5041 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5042
5043         * sys/fbdev/gstfbdevsink.c: (gst_fbdevsink_class_init),
5044         (gst_fbdevsink_finalize):
5045         Free the device string in finalize. Fixes bug #515722.
5046
5047 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5048
5049         * ext/xvid/gstxvidenc.c: (gst_xvidenc_init):
5050         Unset GValues after using them. Fixes bug #515720.
5051
5052 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5053
5054         * tests/check/Makefile.am:
5055         Disable the dvb plugin for the states test. Fixes bug #515567.
5056
5057 2008-02-10  Edgard Lima,,,,  <edgard.lima@indt.org.br>
5058
5059         * ext/metadata/TODO:
5060         * ext/metadata/metadata_mapping.htm:
5061         * ext/metadata/metadataexif.c:
5062         * ext/metadata/metadatatags.c:
5063         * ext/metadata/metadatatags.h:
5064         * tests/icles/metadata_editor.c:
5065           Revert changes to 2008-02-09 due to frozen.
5066
5067 2008-02-10  Jan Schmidt  <jan.schmidt@sun.com>
5068
5069         * ext/ivorbis/vorbisfile.c:
5070         Trivial fix for build warning.
5071         Patch by: Josep Torra Valles <josep@fluendo.com>
5072         Fixes: #515588
5073
5074 2008-02-10  Edgard Lima  <edgard.lima@indt.org.br>
5075
5076         * ext/metadata/TODO:
5077         * ext/metadata/metadataexif.c:
5078           Convert from EXIF to XMP DataTime as local time.
5079
5080 2008-02-10  Edgard Lima  <edgard.lima@indt.org.br>
5081
5082         * ext/metadata/TODO:
5083         * ext/metadata/metadata_mapping.htm:
5084         * ext/metadata/metadataexif.c:
5085         * ext/metadata/metadatatags.c:
5086         * ext/metadata/metadatatags.h:
5087         * tests/icles/metadata_editor.c:
5088           Map Date-Time and GPS tags.
5089           
5090
5091 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
5092
5093         * gst/selector/Makefile.am:
5094
5095         Listing the marshal.h in the nodist_HEADERS breaks distcheck, so
5096         let's not do that
5097
5098         * tests/check/Makefile.am:
5099         Disable the crashing cdaudio plugin from the states test so I can make
5100         pre-releases.
5101
5102 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
5103
5104         * win32/vs6/libgstdshowdecwrapper.dsp:
5105         * win32/vs6/libgstflv.dsp:
5106         Convert to DOS line endings, and set -kb
5107
5108 2008-02-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5109
5110         * sys/dvb/Makefile.am:
5111         * sys/dvb/dvbbasebin.c:
5112         Add URI Handler for dvb.
5113         Re-order pad templates to workaround a bug in playbasebin.
5114         * sys/dvb/parsechannels.c:
5115         * sys/dvb/parsechannels.h:
5116         Add code to parse channels from zap-style channels.conf files.
5117
5118 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5119
5120         * configure.ac:
5121         * docs/plugins/Makefile.am:
5122         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5123         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5124         * docs/plugins/gst-plugins-bad-plugins.args:
5125         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
5126         * docs/plugins/inspect/plugin-multifile.xml:
5127         * gst/multifile/Makefile.am:
5128         * gst/multifile/gstmultifile.c:
5129         * gst/multifile/gstmultifilesink.c:
5130         * gst/multifile/gstmultifilesink.h:
5131         * gst/multifile/gstmultifilesrc.c:
5132         * gst/multifile/gstmultifilesrc.h:
5133         * gst/multifile/multifile.vproj:
5134         * tests/check/Makefile.am:
5135         * tests/check/elements/multifile.c:
5136
5137         Remove multifile plugin, which has moved to -good
5138
5139 2008-02-07  David Schleef  <ds@schleef.org>
5140
5141         * gst/multifile/gstmultifilesink.c:
5142         * gst/multifile/gstmultifilesrc.c:
5143           Use g_file_[sg]et_contents() instead of using stdio functions.
5144           Should be less error prone.
5145         * tests/check/elements/multifile.c:
5146           Create a temporary directory using standard functions instead of
5147           creating a directory in the current dir.
5148
5149 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5150
5151         * configure.ac:
5152         * docs/plugins/Makefile.am:
5153         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5154         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5155         * docs/plugins/gst-plugins-bad-plugins.args:
5156         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
5157         * docs/plugins/inspect/plugin-spectrum.xml:
5158         * gst/spectrum/.cvsignore:
5159         * gst/spectrum/Makefile.am:
5160         * gst/spectrum/README:
5161         * gst/spectrum/demo-audiotest.c:
5162         * gst/spectrum/demo-osssrc.c:
5163         * gst/spectrum/gstspectrum.c:
5164         * gst/spectrum/gstspectrum.h:
5165         * gst/spectrum/spectrum.vcproj:
5166         * tests/check/Makefile.am:
5167         * tests/check/elements/spectrum.c:
5168
5169         Remove spectrum plugin, which has moved to -good
5170
5171 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5172
5173         * docs/plugins/gst-plugins-bad-plugins.args:
5174         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
5175         * docs/plugins/gst-plugins-bad-plugins.interfaces:
5176         Remove equalizer plugin docs
5177
5178         * tests/check/Makefile.am:
5179         Add GST_OPTION_CFLAGS, to get -Werror -Wall into the tests as for
5180         other modules.
5181
5182         * tests/check/elements/multifile.c:
5183         * tests/check/elements/rganalysis.c:
5184         * tests/check/elements/rglimiter.c:
5185
5186         Fix compiler warnings from -Wall -Werror
5187
5188 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5189
5190         * configure.ac:
5191         * docs/plugins/Makefile.am:
5192         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5193         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5194         * docs/plugins/inspect/plugin-equalizer.xml:
5195         * gst/equalizer/.cvsignore:
5196         * gst/equalizer/Makefile.am:
5197         * gst/equalizer/demo.c:
5198         * gst/equalizer/gstiirequalizer.c:
5199         * gst/equalizer/gstiirequalizer.h:
5200         * gst/equalizer/gstiirequalizer10bands.c:
5201         * gst/equalizer/gstiirequalizer10bands.h:
5202         * gst/equalizer/gstiirequalizer3bands.c:
5203         * gst/equalizer/gstiirequalizer3bands.h:
5204         * gst/equalizer/gstiirequalizernbands.c:
5205         * gst/equalizer/gstiirequalizernbands.h:
5206         * tests/check/Makefile.am:
5207         * tests/check/elements/.cvsignore:
5208         * tests/check/elements/equalizer.c:
5209
5210         Remove the equalizer plugin, which has moved to -good
5211
5212 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5213
5214         * configure.ac:
5215         Make DISABLE_DEPRECATED defined *only* during CVS, not during
5216         pre-releases or releases.
5217
5218 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5219
5220         * docs/plugins/Makefile.am:
5221         Don't scan deleted xingmux header.
5222
5223 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5224
5225         * configure.ac:
5226         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5227         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5228         * docs/plugins/inspect/plugin-xingheader.xml:
5229         * gst/xingheader/Makefile.am:
5230         * gst/xingheader/gstxingmux.c:
5231         * gst/xingheader/gstxingmux.h:
5232         * tests/check/Makefile.am:
5233         * tests/check/elements/.cvsignore:
5234         * tests/check/elements/xingmux.c:
5235         * tests/check/elements/xingmux_testdata.h:
5236         Remove the xingmux plugin, as the element has moved into
5237         mpegaudioparse in -ugly.
5238
5239 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5240
5241         * docs/plugins/Makefile.am:
5242         Remove mention of non-existent headers to fix the build.
5243
5244 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5245
5246         * configure.ac:
5247         * ext/Makefile.am:
5248         * ext/gio/Makefile.am:
5249         * ext/gio/gstgio.c:
5250         * ext/gio/gstgio.h:
5251         * ext/gio/gstgiobasesink.c:
5252         * ext/gio/gstgiobasesink.h:
5253         * ext/gio/gstgiobasesrc.c:
5254         * ext/gio/gstgiobasesrc.h:
5255         * ext/gio/gstgiosink.c:
5256         * ext/gio/gstgiosink.h:
5257         * ext/gio/gstgiosrc.c:
5258         * ext/gio/gstgiosrc.h:
5259         * ext/gio/gstgiostreamsink.c:
5260         * ext/gio/gstgiostreamsink.h:
5261         * ext/gio/gstgiostreamsrc.c:
5262         * ext/gio/gstgiostreamsrc.h:
5263         * tests/check/Makefile.am:
5264         * tests/check/pipelines/.cvsignore:
5265         * tests/check/pipelines/gio.c:
5266
5267         Remove GIO plugin which has now moved to -base.
5268
5269 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5270
5271         * docs/plugins/Makefile.am:
5272         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5273         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5274         * docs/plugins/gst-plugins-bad-plugins.args:
5275         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
5276         * gst/filter/Makefile.am:
5277         * gst/filter/filter.vcproj:
5278         * gst/filter/gstbpwsinc.c:
5279         * gst/filter/gstbpwsinc.h:
5280         * gst/filter/gstfilter.c:
5281         * gst/filter/gstfilter.h:
5282         * gst/filter/gstlpwsinc.c:
5283         * gst/filter/gstlpwsinc.h:
5284         * tests/check/Makefile.am:
5285         * tests/check/elements/bpwsinc.c:
5286         * tests/check/elements/lpwsinc.c:
5287
5288         Remove lpwsinc and bpwsinc elements - they've become
5289         audiowsinclimit and audiowsincband respectively, in the
5290         gst-plugins-good audiofx plugin.
5291
5292 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
5293
5294         * ext\neon\gstneonhttpsrc.c:
5295         Include unistd.h only if _HAVE_UNISTD_H is defined
5296         * gst\mpegvideoparse\mpegvideoparse.c:
5297         Use G_GUINT64_CONSTANT GLIB macro for constant
5298         * sys\dshowsrcwrapper\gstdshowaudiosrc.c:
5299         * sys\dshowsrcwrapper\gstdshowvideosrc.c:
5300         * sys\dshowdecwrapper\gstdshowaudiodec.c:
5301         * sys\dshowdecwrapper\gstdshowaudiodec.h:
5302         * sys\dshowdecwrapper\gstdshowdecwrapper.c:
5303         * sys\dshowdecwrapper\gstdshowdecwrapper.h:
5304         * sys\dshowdecwrapper\gstdshowvideodec.c
5305         * sys\dshowdecwrapper\gstdshowvideodec.h:
5306         Add a DirectShow decoder wrapper.
5307         * win32\MANIFEST:
5308         Add new win32 files to MANIFEST
5309         * win32\vs6\gst_plugins_bad.dsw:
5310         * win32\vs6\libgstdshow.dsp:
5311         * win32\vs6\libgstdshowdecwrapper.dsp:
5312         * win32\vs6\libgstflv.dsp:
5313         Add new projects to bad workspace
5314
5315 2008-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5316
5317         * gst/mpegtsparse/mpegtspacketizer.c:
5318         Parse component descriptor.
5319         * gst/mpegtsparse/mpegtsparse.c:
5320         Add SI pids to every program (but hardcoded currently).
5321
5322 2008-02-07  Edgard Lima  <edgard.lima@indt.org.br>
5323
5324         * ext/metadata/metadata_mapping.htm:
5325         * ext/metadata/metadataexif.c:
5326         * ext/metadata/metadatatags.c:
5327         * ext/metadata/metadatatags.h:
5328         * tests/icles/metadata_editor.c:
5329         * tests/icles/metadata_editor.glade:
5330           Add more tags. Improve test app.
5331
5332 2008-02-07  Stefan Kost  <ensonic@users.sf.net>
5333
5334         * gst/multifile/gstmultifilesink.c:
5335           Add a fixme comment.
5336
5337         * gst/selector/gstoutputselector.c:
5338           Fix same leak as in input-selector.
5339
5340         * tests/icles/output-selector-test.c:
5341           Improve the test.
5342
5343 2008-02-07  Stefan Kost  <ensonic@users.sf.net>
5344
5345         * gst/spectrum/gstspectrum.c:
5346           Improve the docs.
5347
5348 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5349
5350         * configure.ac:
5351           The dc1394 plugin seems to use API that was removed or changed
5352           before the final 2.0.0 release, so only build it if 2.0.0-rc5
5353           is available. Someone needs to port it to the final API.
5354
5355         * ext/dc1394/gstdc1394.c: (gst_dc1394_change_camera_transmission):
5356           Include string.h for memcpy and use g_usleep instead of usleep.
5357
5358 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
5359
5360         * gst/filter/gstlpwsinc.c:
5361         Fix typo in the long description of the element.
5362
5363 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5364
5365         * gst/xingheader/Makefile.am:
5366         Put CFLAGS and LIBS in the right order
5367
5368 2008-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5369
5370         * configure.ac:
5371           ximagesrc has moved to -good, so no need to check for
5372           the required X libs here any more.
5373
5374 2008-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
5375
5376         Patch by: Wouter Cloetens <wouter at mind dot be>
5377
5378         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_chunk_cb),
5379         (gst_soup_http_src_create):
5380         Fix memory leak and improve debugging a bit.
5381
5382 2008-02-05  Edgard Lima  <edgard.lima@indt.org.br>
5383
5384         * ext/metadata/metadata_mapping.htm:
5385         * ext/metadata/metadataexif.c:
5386         * ext/metadata/metadatatags.c:
5387         * ext/metadata/metadatatags.h:
5388           Add more tags mapping.
5389
5390 2008-02-05  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5391
5392         * gst/mpegtsparse/mpegtsparse.c:
5393         Handle latency queries in src pads.
5394
5395 2008-02-05  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5396
5397         * gst/mpegtsparse/mpegtspacketizer.c:
5398         Add flag to both sdt and nit structures to say
5399         whether the table is for the actual network/ts
5400         or not.
5401
5402 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
5403
5404         Patch by: Josep Torra Valles <josep@fluendo.com>
5405
5406         * gst/mpegvideoparse/mpegvideoparse.c: (gst_mpegvideoparse_flush):
5407         Flush packetizer too.
5408
5409 2008-02-04  Sebastian Dröge  <slomo@circular-chaos.org>
5410
5411         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init),
5412         (gst_ladspa_class_init), (ladspa_describe_plugin), (plugin_init):
5413         Don't use GST_BOILERPLATE as the stuff generated from it is not used
5414         anyway and can't be used.
5415         Store the class struct of the correct type in parent_class.
5416         Pass the LADSPA_Descriptor as class_data to the class_init function
5417         as preparation for the time, when we can add pad templates and friends
5418         in class_init and add a FIXME for that.
5419         Don't use a custom hash table for passing the LADSPA_Descriptors to
5420         base_init but use g_type_set_qdata and g_type_get_qdata.
5421
5422 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
5423
5424         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
5425         Really fix the build.
5426         TODO : Apply spankOmatic2000 on thaytan's rear end.
5427
5428 2008-02-04  Tim-Philipp Müller  <tim at centricular dot net>
5429
5430         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
5431           (GstMpeg2EncPictureReader.StreamPictureParams):
5432           Fix compilation with libmjpegtools 1.8.x.
5433
5434 2008-02-04  Sebastian Dröge  <slomo@circular-chaos.org>
5435
5436         * ext/ladspa/gstsignalprocessor.c:
5437         (gst_signal_processor_class_add_pad_template):
5438         Don't unref the pad template after adding it.
5439         gst_element_class_add_pad_template takes ownership of it.
5440
5441 2008-02-03  Jan Schmidt  <jan.schmidt@sun.com>
5442
5443         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
5444         Use the incoming pixel-aspect-ratio if provided to infer a 
5445         default aspect ratio, which can be overridden using the 'aspect'
5446         property.
5447
5448         Fixes: #499008
5449
5450 2008-02-03  Sebastian Dröge  <slomo@circular-chaos.org>
5451
5452         Patch by: Andrzej Mendel <andrzej dot mendel at gmail dot com>
5453
5454         * configure.ac:
5455         Fix variable naming to make it possible to build the glimagesink
5456         plugin. Fixes bug #514093.
5457
5458 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5459
5460         * ext/metadata/gstmetadatademux.c:
5461           Demote metadatademux to GST_RANK_NONE for the release, it's not
5462           ready to be autoplugged yet.
5463
5464         * tests/icles/metadata_editor.c:
5465           Fix printf format warning for GType on ppc32 by removing it,
5466           since it doesn't make sense to print the GType value anyway.
5467
5468 2008-02-02  Edgard Lima  <edgard.lima@indt.org.br>
5469
5470         * ext/metadata/TODO:
5471         * ext/metadata/gstmetadatamux.c:
5472         * ext/metadata/metadata_mapping.htm:
5473         * ext/metadata/metadataexif.c:
5474         * ext/metadata/metadatatags.c:
5475         * ext/metadata/metadatatags.h:
5476           Map more Exif tags.
5477
5478 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
5479
5480         * gst/selector/gstinputselector.c: (gst_selector_pad_event):
5481         Don't leak event on pads that are not linked. Fixes #512826.
5482
5483 2008-02-01  Tim-Philipp Müller  <tim at centricular dot net>
5484
5485         * configure.ac:
5486           Bump core/base requirements to released versions, to avoid confusion.
5487
5488         * gst/deinterlace/Makefile.am:
5489         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_set_caps):
5490           Use the new GstVideoFormat API to get strides, plane offsets etc..
5491           For Y42B we still need to calculate these ourselves, since the lib
5492           in -base doesn't know about this format yet and we can't bump the
5493           requirement to CVS right now. Fix the Y42B stride, offset and size
5494           calculations for odd widths and heights while we're at it though
5495           (to match those in videotestsrc).
5496
5497 2008-01-31  Edgard Lima  <edgard.lima@indt.org.br>
5498
5499         * ext/metadata/metadata_mapping.htm:
5500         * ext/metadata/metadataexif.c:
5501         * ext/metadata/metadataiptc.c:
5502         * ext/metadata/metadatatags.c:
5503         * ext/metadata/metadatatags.h:
5504         * ext/metadata/metadataxmp.c:
5505           Add documentation.
5506
5507 2008-01-31  Wim Taymans  <wim.taymans@collabora.co.uk>
5508
5509         * ext/metadata/metadataparsejpeg.c: (metadataparse_jpeg_reading):
5510         Fix compilation.
5511
5512 2008-01-31  Wim Taymans  <wim.taymans@collabora.co.uk>
5513
5514         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_dispose):
5515         Really clean up the queue instead of just unreffing all buffers
5516         in it.
5517
5518         * gst-libs/gst/app/gstappsrc.c: (gst_app_src_base_init),
5519         (gst_app_src_class_init), (gst_app_src_init),
5520         (gst_app_src_dispose), (gst_app_src_finalize):
5521         Fix dispose/finalize.
5522
5523 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
5524
5525         * ext/faad/gstfaad.c: (gst_faad_chanpos_to_gst):
5526         Fix compiler warning by making the function signature match what
5527         everyone is passing in...
5528
5529         * tests/icles/Makefile.am:
5530         Fix the build on Solaris by removing GNU ld specific flags that
5531         look unnecessary.
5532
5533 2008-01-31  Sebastian Dröge  <slomo@circular-chaos.org>
5534
5535         * ext/metadata/Makefile.am:
5536         Add some relevant variables to CFLAGS and LIBADD, for example our
5537         compiler warnings paramters.
5538
5539         * ext/metadata/gstbasemetadata.c:
5540         (gst_base_metadata_strip_push_buffer),
5541         (gst_base_metadata_calculate_offsets),
5542         (gst_base_metadata_src_event), (gst_base_metadata_sink_activate):
5543         * ext/metadata/gstmetadatademux.c: (gst_metadata_demux_init),
5544         (gst_metadata_demux_set_property), (gst_metadata_demux_dispose):
5545         * ext/metadata/gstmetadatamux.c: (gst_metadata_mux_init),
5546         (gst_metadata_mux_set_property), (gst_metadata_mux_get_property),
5547         (gst_metadata_mux_dispose),
5548         (gst_metadata_mux_create_chunks_from_tags):
5549         * ext/metadata/metadata.c: (metadata_dispose):
5550         * ext/metadata/metadataexif.c:
5551         (metadataparse_exif_content_foreach_entry_func),
5552         (metadatamux_exif_for_each_tag_in_list):
5553         * ext/metadata/metadataiptc.c:
5554         (metadatamux_iptc_for_each_tag_in_list):
5555         * ext/metadata/metadatamuxjpeg.c: (metadatamux_jpeg_lazy_update),
5556         (metadatamux_jpeg_reading):
5557         * ext/metadata/metadatamuxpng.c: (metadatamux_png_reading):
5558         * ext/metadata/metadataparsejpeg.c: (metadataparse_jpeg_reading):
5559         * ext/metadata/metadataparsepng.c:
5560         * ext/metadata/metadataparseutil.h:
5561         * ext/metadata/metadataxmp.c: (metadataparse_xmp_tag_list_add),
5562         (metadatamux_xmp_create_chunk_from_tag_list):
5563         Fix a million warnings that showed up after the above change.
5564
5565 2008-01-31  Sebastian Dröge  <slomo@circular-chaos.org>
5566
5567         * ext/soup/gstsouphttpsrc.c: (_do_init),
5568         (gst_soup_http_src_base_init), (gst_soup_http_src_class_init),
5569         (gst_soup_http_src_init), (gst_soup_http_src_dispose),
5570         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property),
5571         (gst_soup_http_src_unicodify), (gst_soup_http_src_cancel_message),
5572         (gst_soup_http_src_queue_message),
5573         (gst_soup_http_src_add_range_header),
5574         (gst_soup_http_src_session_unpause_message),
5575         (gst_soup_http_src_session_pause_message),
5576         (gst_soup_http_src_session_close),
5577         (gst_soup_http_src_got_headers_cb),
5578         (gst_soup_http_src_got_body_cb), (gst_soup_http_src_finished_cb),
5579         (gst_soup_http_src_got_chunk_cb), (gst_soup_http_src_response_cb),
5580         (gst_soup_http_src_parse_status), (gst_soup_http_src_create),
5581         (gst_soup_http_src_start), (gst_soup_http_src_stop),
5582         (gst_soup_http_src_unlock), (gst_soup_http_src_unlock_stop),
5583         (gst_soup_http_src_get_size), (gst_soup_http_src_is_seekable),
5584         (gst_soup_http_src_do_seek), (gst_soup_http_src_set_location),
5585         (gst_soup_http_src_set_proxy), (gst_soup_http_src_uri_get_type),
5586         (gst_soup_http_src_uri_get_protocols),
5587         (gst_soup_http_src_uri_get_uri), (gst_soup_http_src_uri_set_uri),
5588         (gst_soup_http_src_uri_handler_init), (plugin_init):
5589         Add changes to gstsouphttpsrc.c that were missing from last commit.
5590
5591 2008-01-31  Sebastian Dröge  <slomo@circular-chaos.org>
5592
5593         Patch by: Wouter Cloetens <wouter at mind dot be>
5594
5595         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5596         * docs/plugins/gst-plugins-bad-plugins.args:
5597         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
5598         * docs/plugins/gst-plugins-bad-plugins.interfaces:
5599         * docs/plugins/inspect/plugin-soup.xml:
5600         (gst_soup_http_src_base_init), (gst_soup_http_src_class_init),
5601         (gst_soup_http_src_init), (gst_soup_http_src_dispose),
5602         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property),
5603         (gst_soup_http_src_unicodify), (gst_soup_http_src_cancel_message),
5604         (gst_soup_http_src_queue_message),
5605         (gst_soup_http_src_add_range_header),
5606         (gst_soup_http_src_session_unpause_message),
5607         (gst_soup_http_src_session_pause_message),
5608         (gst_soup_http_src_session_close),
5609         (gst_soup_http_src_got_headers_cb),
5610         (gst_soup_http_src_got_body_cb), (gst_soup_http_src_finished_cb),
5611         (gst_soup_http_src_got_chunk_cb), (gst_soup_http_src_response_cb),
5612         (gst_soup_http_src_parse_status), (gst_soup_http_src_create),
5613         (gst_soup_http_src_start), (gst_soup_http_src_stop),
5614         (gst_soup_http_src_unlock), (gst_soup_http_src_unlock_stop),
5615         (gst_soup_http_src_get_size), (gst_soup_http_src_is_seekable),
5616         (gst_soup_http_src_do_seek), (gst_soup_http_src_set_location),
5617         (gst_soup_http_src_set_proxy), (gst_soup_http_src_uri_get_type),
5618         (gst_soup_http_src_uri_get_protocols),
5619         (gst_soup_http_src_uri_get_uri), (gst_soup_http_src_uri_set_uri),
5620         (gst_soup_http_src_uri_handler_init), (plugin_init):
5621         * ext/soup/gstsouphttpsrc.h:
5622         Make coding style more consistent, including class renaming.
5623
5624 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
5625
5626         * configure.ac:
5627         Fix configure check for soundtouch to not produce syntax errors.
5628
5629 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
5630
5631         * configure.ac:
5632         * ext/metadata/metadataxmp.c:
5633         (metadatamux_xmp_for_each_tag_in_list):
5634         Fix build with exempi >= 1.99.5 and fix the include
5635         path for exempi.
5636
5637 2008-01-30  Edgard Lima  <edgard.lima@indt.org.br>
5638
5639         * ext/metadata/TODO:
5640           Just uptade the ToDo list.
5641
5642 2008-01-30  Edgard Lima  <edgard.lima@indt.org.br>
5643
5644         * ext/metadata/gstbasemetadata.c:
5645         * ext/metadata/metadatamuxjpeg.c:
5646         * ext/metadata/metadatamuxpng.c:
5647         * ext/metadata/metadataparsejpeg.c:
5648         * ext/metadata/metadatatypes.c:
5649         * ext/metadata/metadatatypes.h:
5650         * ext/metadata/metadataxmp.c:
5651           Add documentation. Speed up a bit png muxer. Fix xmp muxer.
5652
5653 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
5654
5655         Patch by: Wouter Cloetens <wouter at mind dot be>
5656
5657         * ext/soup/gstsouphttpsrc.c:
5658         Update documentation a bit.
5659
5660         * docs/plugins/gst-plugins-bad-plugins.args:
5661         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
5662         * docs/plugins/gst-plugins-bad-plugins.interfaces:
5663         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
5664         * docs/plugins/inspect/plugin-alsaspdif.xml:
5665         * docs/plugins/inspect/plugin-dvb.xml:
5666         * docs/plugins/inspect/plugin-filter.xml:
5667         * docs/plugins/inspect/plugin-glimagesink.xml:
5668         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
5669         * docs/plugins/inspect/plugin-quicktime.xml:
5670         * docs/plugins/inspect/plugin-rawparse.xml:
5671         * docs/plugins/inspect/plugin-replaygain.xml:
5672         * docs/plugins/inspect/plugin-sdl.xml:
5673         * docs/plugins/inspect/plugin-soundtouch.xml:
5674         * docs/plugins/inspect/plugin-soup.xml:
5675         * docs/plugins/inspect/plugin-spcdec.xml:
5676         * docs/plugins/inspect/plugin-spectrum.xml:
5677         * docs/plugins/inspect/plugin-speed.xml:
5678         * docs/plugins/inspect/plugin-speexresample.xml:
5679         * docs/plugins/inspect/plugin-switch.xml:
5680         * docs/plugins/inspect/plugin-videocrop.xml:
5681         Regenerate everything for the documentation changes we had.
5682
5683 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
5684
5685         * ext/gio/gstgiobasesink.c: (close_stream_cb),
5686         (gst_gio_base_sink_stop), (gst_gio_base_sink_event),
5687         (gst_gio_base_sink_render), (gst_gio_base_sink_set_stream):
5688         * ext/gio/gstgiobasesrc.c: (close_stream_cb),
5689         (gst_gio_base_src_stop), (gst_gio_base_src_create),
5690         (gst_gio_base_src_set_stream):
5691         Use async variants of the close stream functions to prevent blocking
5692         for a long time there and add some more sanity checks for a correct
5693         stream.
5694
5695 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
5696
5697         * tests/icles/Makefile.am:
5698         Move -Wl parameter from _LDADD to _LDFLAGS to fix autogen.sh.
5699
5700 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
5701
5702         Patch by: Wouter Cloetens <wouter at mind dot be>
5703
5704         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_init):
5705         Let the proxy property default to the content of the $http_proxy
5706         environment variable.
5707
5708 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
5709
5710         Patch by: Wouter Cloetens <wouter at mind dot be>
5711
5712         * tests/check/test-cert.pem:
5713         * tests/check/test-key.pem:
5714         Add missing files for the unit test.
5715
5716 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
5717
5718         Patch by: Wouter Cloetens <wouter at mind dot be>
5719
5720         * docs/plugins/Makefile.am:
5721         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5722         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5723         Add souphttpsrc to the docs.
5724
5725         * configure.ac:
5726         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_class_init),
5727         (gst_souphttp_src_init), (gst_souphttp_src_dispose),
5728         (gst_souphttp_src_set_property), (gst_souphttp_src_get_property),
5729         (gst_souphttp_src_cancel_message),
5730         (gst_souphttp_src_queue_message),
5731         (gst_souphttp_src_add_range_header),
5732         (gst_souphttp_src_session_unpause_message),
5733         (gst_souphttp_src_session_pause_message),
5734         (gst_souphttp_src_session_close),
5735         (gst_souphttp_src_got_headers_cb), (gst_souphttp_src_got_body_cb),
5736         (gst_souphttp_src_finished_cb), (gst_souphttp_src_got_chunk_cb),
5737         (gst_souphttp_src_response_cb), (gst_souphttp_src_parse_status),
5738         (gst_souphttp_src_create), (gst_souphttp_src_start),
5739         (gst_souphttp_src_stop), (gst_souphttp_src_unlock),
5740         (gst_souphttp_src_unlock_stop), (gst_souphttp_src_get_size),
5741         (gst_souphttp_src_is_seekable), (gst_souphttp_src_do_seek),
5742         (gst_souphttp_src_set_location), (gst_souphttp_src_set_proxy),
5743         (plugin_init):
5744         * ext/soup/gstsouphttpsrc.h:
5745         Add support for libsoup2.4 and require it. Also implement redirection
5746         and manual proxy specification. Fixes bug #510708.
5747
5748         * tests/check/Makefile.am:
5749         * tests/check/elements/.cvsignore:
5750         * tests/check/elements/souphttpsrc.c:
5751         Add unit test for souphttpsrc.
5752
5753 2008-01-30  Edgard Lima  <edgard.lima@indt.org.br>
5754
5755         * ext/Makefile.am:
5756         * ext/metadata/TODO:
5757         * ext/metadata/gstbasemetadata.c:
5758         * ext/metadata/gstbasemetadata.h:
5759         * ext/metadata/metadatamuxjpeg.c:
5760         * ext/metadata/metadatamuxjpeg.h:
5761         * ext/metadata/metadatamuxpng.c:
5762         * ext/metadata/metadatamuxpng.h:
5763         * ext/metadata/metadataparsejpeg.c:
5764         * ext/metadata/metadataparsepng.c:
5765         * tests/icles/Makefile.am:
5766           Add documentation. Fix test app compilation. Fix pull mode.
5767
5768 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
5769
5770         Patch by: Thijs Vermeir  <thijsvermeir at gmail dot com>
5771
5772         * gst/rtpmanager/gstrtpjitterbuffer.c:
5773         (gst_rtp_jitter_buffer_chain):
5774         Try to get the new clock-rate from the buffer caps when we receive a new
5775         payload type instead of always firing the signal. Fixes #512774.
5776
5777 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
5778
5779         * ext/mpeg2enc/gstmpeg2enc.cc:
5780         Define LOG_NONE and friends if they're not defined yet. mjpegtools
5781         1.9.0rc3 removed their definitions but without it doesn't make much
5782         sense to write a log handler.
5783
5784 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
5785
5786         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5787         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5788         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
5789         * docs/plugins/gst-plugins-bad-plugins.types:
5790           Add base classes for metadata and equalizer (no introspection yet).
5791
5792 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
5793
5794         * ext/metadata/README:
5795           Formatting.
5796         * tests/icles/metadata_editor.c:
5797           Include stdlib.h.
5798
5799 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
5800
5801         * configure.ac:
5802         * docs/plugins/Makefile.am:
5803         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5804         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5805         * docs/plugins/gst-plugins-bad-plugins.args:
5806         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
5807         * docs/plugins/gst-plugins-bad-plugins.interfaces:
5808         * docs/plugins/gst-plugins-bad-plugins.signals:
5809         * docs/plugins/inspect/plugin-metadata.xml:
5810         * docs/plugins/inspect/plugin-selector.xml:
5811         * docs/plugins/inspect/plugin-soundtouch.xml:
5812         * docs/plugins/inspect/plugin-switch.xml:
5813         * gst/selector/.cvsignore:
5814         * gst/selector/Makefile.am:
5815         * gst/selector/gstinputselector.c:
5816         * gst/selector/gstinputselector.h:
5817         * gst/selector/gstoutputselector.c:
5818         * gst/selector/gstoutputselector.h:
5819         * gst/selector/gstselector-marshal.list:
5820         * gst/selector/gstselector.c:
5821         * gst/selector/selector.vcproj:
5822         * gst/switch/.cvsignore:
5823         * gst/switch/Makefile.am:
5824         * gst/switch/gstswitch-marshal.list:
5825         * gst/switch/gstswitch.c:
5826         * gst/switch/gstswitch.h:
5827         * gst/switch/switch.vcproj:
5828         * tests/icles/.cvsignore:
5829         * tests/icles/Makefile.am:
5830         * tests/icles/output-selector-test.c:
5831           Replace the switch plugin with the selector plugin. Add output-
5832           selector as the opposite of input-selectoo (was switch). Add a test
5833           for output-selector. Add docs for the elements. The vcproj needs
5834           update. Fixes #500142.
5835
5836 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
5837
5838         * gst/h264parse/gsth264parse.c: (gst_h264_parse_chain_forward):
5839           Try to avoid 'unused variable' compiler warning if debugging is
5840           disabled (not bullet proof, but seems to do for now). (#512654)
5841
5842 2008-01-28  Sebastian Dröge  <slomo@circular-chaos.org>
5843
5844         * ext/soundtouch/gstbpmdetect.cc:
5845         Clean up a bit and only allocate a temporary buffer for the data
5846         if processing stereo data as BPMDetect downmixes from stereo to
5847         mono and stores the result in the input data. Thanks to
5848         Stefan Kost for the suggestions.
5849
5850 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
5851
5852         * ext/soundtouch/gstpitch.cc:
5853         Cast a double to a GstClockTimeDiff to fix a compiler warning.
5854
5855 2008-01-27  Stefan Kost  <ensonic@users.sf.net>
5856
5857         * tests/icles/metadata_editor.c:
5858           Printf format fix.
5859
5860 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
5861
5862         * ext/soundtouch/gstpitch.cc:
5863         Don't send a LATENCY event for now until we get the usage right.
5864
5865 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
5866
5867         * ext/soundtouch/gstpitch.cc:
5868         * ext/soundtouch/gstpitch.hh:
5869         Implement LATENCY query and notify about latency changes.
5870         Unfortunately we don't have a fixed latency but it changes
5871         a bit with each buffer so we only send an LATENCY event with
5872         the maximum latency if it changes.
5873
5874         Always calculate the timestamp, duration, etc from the sample
5875         rate instead of using a pre-calculated duration for one sample
5876         to prevent large rounding errors.
5877
5878 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
5879
5880         Based on a patch by:
5881             Hans de Goede <j dot w dot r dot degoede at hhs dot nl>
5882
5883         * configure.ac:
5884         * ext/mpeg2enc/gstmpeg2encoder.cc:
5885         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
5886         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
5887         Add support for building against mjpegtools 1.9 while keeping
5888         compatiblity with older versions.
5889
5890 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
5891
5892         * ext/soundtouch/gstbpmdetect.cc:
5893         Only consider a BPM value above 1.0 as valid.
5894
5895 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
5896
5897         * ext/soundtouch/Makefile.am:
5898         * ext/soundtouch/gstbpmdetect.cc:
5899         * ext/soundtouch/gstbpmdetect.hh:
5900         * ext/soundtouch/plugin.c: (plugin_init):
5901         Add BPM detection plugin based on SoundTouch's libBPM.
5902
5903         * ext/soundtouch/gstpitch.cc:
5904         Allow sample rates until MAX instead of only 48kHz and remove the
5905         buffer-frames field from that caps.
5906         Clear the remaining samples completely when necessary to get into
5907         a clean state again.
5908
5909 2008-01-26  Sebastian Dröge  <slomo@circular-chaos.org>
5910
5911         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init):
5912         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init):
5913         Don't implement get_unit_size() ourselves, the GstAudioFilter base
5914         class already does this for us.
5915
5916 2008-01-26  Sebastian Dröge  <slomo@circular-chaos.org>
5917
5918         * ext/soundtouch/gstpitch.cc:
5919         Allow seeking only in TIME and DEFAULT format, other formats will
5920         not work as expected. Also handle a stop position of -1 correctly
5921         for seeks, newsegment events and the queries. This fixes playback
5922         with the pitch element if upstream doesn't know the duration or has
5923         -1 as stop position in NEWSEGMENT events for other reasons. Before
5924         simply nothing was played as the segment was going from 0 to 0.
5925
5926         Send a GST_MESSAGE_DURATION whenever the rate or tempo is changed
5927         so applications can update their cached duration. Fixes bug #503308.
5928
5929         Some random cleanup and memory leak closing.
5930
5931 2008-01-26  Sebastian Dröge  <slomo@circular-chaos.org>
5932
5933         * ext/musepack/gstmusepackdec.h:
5934         * ext/musepack/gstmusepackreader.c:
5935         First include the libmpcdec headers before everything else as they
5936         #define TRUE and FALSE unconditionally and we otherwise get conflicts
5937         with the ones that GLib defines.
5938
5939 2008-01-26  Sebastian Dröge  <slomo@circular-chaos.org>
5940
5941         * configure.ac:
5942         * ext/soundtouch/gstpitch.cc:
5943         Add support for libsoundtouch 1.3.1 and add an ugly workaround for
5944         the header definined PACKAGE and other variables for which we need
5945         our own values from config.h.
5946
5947 2008-01-26  Tim-Philipp Müller  <tim at centricular dot net>
5948
5949         * configure.ac:
5950           Check for libglade-2.0, for the metadata-editor example.
5951
5952         * tests/icles/Makefile.am:
5953           Only try to build the metadata-editor example if we have gtk and
5954           glade (otherwise the build would just fail ...); fix build in
5955           uninstalled setup.
5956
5957         * tests/icles/metadata_editor.c: (on_cell_edited), (ui_add_columns):
5958           Fix compiler warnings (use GLib macros to cast pointer <-> int).
5959
5960 2008-01-25  Edgard Lima  <edgard.lima@indt.org.br>
5961
5962         * ext/metadata/TODO:
5963         * ext/metadata/gstbasemetadata.c:
5964         * ext/metadata/metadata.c:
5965         * ext/metadata/metadata.h:
5966         * ext/metadata/metadataexif.c:
5967         * ext/metadata/metadataexif.h:
5968         * ext/metadata/metadataiptc.c:
5969         * ext/metadata/metadataiptc.h:
5970         * ext/metadata/metadataparsejpeg.c:
5971         * ext/metadata/metadataparsejpeg.h:
5972         * ext/metadata/metadataparsepng.c:
5973         * ext/metadata/metadataparsepng.h:
5974         * ext/metadata/metadataparseutil.c:
5975         * ext/metadata/metadataparseutil.h:
5976         * ext/metadata/metadatatags.c:
5977         * ext/metadata/metadatatags.h:
5978         * ext/metadata/metadatatypes.c:
5979         * ext/metadata/metadatatypes.h:
5980         * ext/metadata/metadataxmp.c:
5981         * ext/metadata/metadataxmp.h:
5982         * ext/metadata/test/Makefile:
5983         * ext/metadata/test/MetadataEditorMain.glade:
5984         * ext/metadata/test/metadata_editor.c:
5985         * tests/icles/Makefile.am:
5986         * tests/icles/metadata_editor.c:
5987         * tests/icles/metadata_editor.glade:
5988           Add lot of documentation.
5989
5990 2008-01-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5991
5992         * sys/dvb/gstdvbsrc.c:
5993         Open frontend in NULL->READY so caps about dvb adapter can be
5994         seen by the app.
5995
5996 2008-01-25  Wim Taymans  <wim.taymans@collabora.co.uk>
5997
5998         Patch by: Olivier Crete <tester@tester.ca>
5999
6000         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_associate),
6001         (create_stream), (payload_type_change), (new_ssrc_pad_found):
6002         Also handle lip-sync when the clock-rate is not provided with caps but
6003         with a signal.
6004
6005 2008-01-25  Wim Taymans  <wim.taymans@collabora.co.uk>
6006
6007         Patch by: Olivier Crete <tester@tester.ca>
6008
6009         * gst/rtpmanager/gstrtpjitterbuffer.c:
6010         (gst_jitter_buffer_sink_parse_caps), (gst_rtp_jitter_buffer_chain):
6011         * gst/rtpmanager/rtpjitterbuffer.c: (calculate_skew),
6012         (rtp_jitter_buffer_insert):
6013         * gst/rtpmanager/rtpjitterbuffer.h:
6014         Remove the fixed clock-rate from the jitterbuffer and extend it so that
6015         a clock-rate can be provided with each buffer instead. Fixes #511686.
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/gstrtpjitterbuffer.c:
6022         (gst_rtp_jitter_buffer_init), (gst_rtp_jitter_buffer_change_state),
6023         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
6024         Remove old unused variable.
6025         Track pt on input buffers and get the clock-rate when it changes.
6026         Ignore packets with unknown clock-rate. Fixes #511146.
6027
6028 2008-01-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6029
6030         * sys/dvb/gstdvbsrc.c:
6031         Post bus message about adapter type and it's capabilities,
6032         when opening the frontend.
6033         After failing to read from the dvr, post a bus message to
6034         inform the app.
6035
6036 2008-01-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6037
6038         * gst/mpegtsparse/mpegtspacketizer.c:
6039         The logic for the guard interval calculation was totally wrong.
6040         Fixed.
6041
6042 2008-01-24  David Schleef  <ds@schleef.org>
6043
6044         Patch by: Olivier Crete <tester@tester.ca>
6045
6046         * gst/rtpmanager/rtpsource.c: Fix unref of buffer using the
6047           wrong function.  Fixes #511920
6048
6049 2008-01-24  Stefan Kost  <ensonic@users.sf.net>
6050
6051         * docs/plugins/Makefile.am:
6052         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6053         * docs/plugins/gst-plugins-bad-plugins.args:
6054         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
6055         * docs/plugins/gst-plugins-bad-plugins.interfaces:
6056         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
6057         * docs/plugins/gst-plugins-bad-plugins.signals:
6058           Now we have full hierarchy.
6059
6060         * docs/plugins/inspect/plugin-metadata.xml:
6061           Regenerate.
6062
6063         * ext/amrwb/gstamrwbdec.h:
6064           Add doc blob for object instance.
6065
6066 2008-01-24  Tim-Philipp Müller  <tim at centricular dot net>
6067
6068         * docs/plugins/gst-plugins-bad-plugins.args:
6069         * docs/plugins/inspect/plugin-metadata.xml:
6070           Update this too, hopefully fixes the docs build (does at least
6071           for me, after make clean in docs/plugins).
6072
6073 2008-01-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6074
6075         * gst/mpegtsparse/gstmpegdesc.h:
6076         * gst/mpegtsparse/mpegtspacketizer.c:
6077         Fix network name descriptor, the length is actually the
6078         descriptor length not stored in the byte after.
6079         Fix bounds checking to be more correct.
6080
6081 2008-01-23  Edgard Lima  <edgard.lima@indt.org.br>
6082
6083         * docs/plugins/Makefile.am:
6084         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6085         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6086         * ext/metadata/TODO:
6087         * ext/metadata/gstbasemetadata.c:
6088         * ext/metadata/gstbasemetadata.h:
6089         * ext/metadata/gstmetadatademux.c:
6090         * ext/metadata/gstmetadatademux.h:
6091         * ext/metadata/gstmetadatamux.c:
6092         * ext/metadata/gstmetadatamux.h:
6093         * ext/metadata/metadatatags.c:
6094           Add some documentation.
6095
6096 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6097
6098         * configure.ac:
6099         * ext/dts/gstdtsdec.c:
6100         Add support for building against libdca (with the libdts compat
6101         header). Fixes bug #511530.
6102
6103         Should probably be ported to libdca as some points as it's the
6104         successor of libdts.
6105
6106 2008-01-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6107
6108         * sys/dvb/gstdvbsrc.c:
6109         Do not go on forever if problem with reading from dvr, rather
6110         return NULL.
6111         Handle some cleanup issues of closing filedescriptors when
6112         failing to tune or similar.
6113
6114 2008-01-23 Christian Schaller <christian.schaller@collabora.co.uk>
6115
6116         * gst/rawparse/Makefile.am: Add missing header files to noinst_headers
6117         * gst-plugins-bad.spec: update for latest changes
6118
6119 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6120
6121         * docs/plugins/Makefile.am:
6122         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6123         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6124         * gst/xingheader/gstxingmux.c:
6125         * gst/xingheader/gstxingmux.h:
6126         Add documentation for the xingheader plugin.
6127
6128         * tests/check/elements/xingmux.c: (GST_START_TEST):
6129         Set element state to PLAYING before doing something else.
6130
6131 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6132
6133         * tests/check/Makefile.am:
6134         * tests/check/elements/.cvsignore:
6135         * tests/check/elements/xingmux.c: (setup_xingmux),
6136         (cleanup_xingmux), (GST_START_TEST), (xingmux_suite), (main):
6137         * tests/check/elements/xingmux_testdata.h:
6138         Add simple unit test for the xingmux element.
6139
6140         * gst/xingheader/gstxingmux.c: (generate_xing_header),
6141         (gst_xing_mux_finalize), (xing_reset):
6142         Fix a memleak and invalid seek tables with less than 100 MP3 frames.
6143
6144 2008-01-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6145
6146         * gst/mpegtsparse/gstmpegdesc.h:
6147         * gst/mpegtsparse/mpegtspacketizer.c:
6148         Parsed the satellite delivery system descriptor and
6149         added into nit's transport structure for delivery
6150         over the bus.
6151
6152 2008-01-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6153
6154         * gst/mpegtsparse/mpegtspacketizer.c:
6155         Parsed and added network name to the nit structure sent
6156         in the bus message.
6157
6158 2008-01-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6159
6160         * gst/mpegtsparse/mpegtspacketizer.c:
6161         Remove leaks introduced by not freeing g_strndup'd strings.
6162         Fix start_time and duration parsing in EIT.
6163
6164 2008-01-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6165
6166         * gst/mpegtsparse/mpegtspacketizer.c:
6167         Add event name and description to the eit structure
6168         sent in the bus message.
6169
6170 2008-01-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6171
6172         * gst/mpegtsparse/mpegtsparse.c:
6173         Revert const removal from previous commit.
6174
6175 2008-01-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6176
6177         * gst/mpegtsparse/Makefile.am:
6178         * gst/mpegtsparse/gstmpegdesc.c:
6179         * gst/mpegtsparse/gstmpegdesc.h:
6180         * gst/mpegtsparse/mpegtspacketizer.c:
6181         * gst/mpegtsparse/mpegtsparse.c:
6182         Added descriptor searching infrastructure from Fluendo TS demuxer.
6183         Add channel name and provider to the sdt structure sent in the
6184         bus message.
6185
6186 2008-01-22  Julien Moutte  <julien@fluendo.com>
6187
6188         * gst/h264parse/gsth264parse.c: (gst_h264_parse_chain_forward):
6189         Parse NAL units in forward mode to mark delta units flags.
6190
6191 2008-01-22  Stefan Kost  <ensonic@users.sf.net>
6192
6193         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6194         * docs/plugins/gst-plugins-bad-plugins.args:
6195         * docs/plugins/inspect/plugin-mpeg2enc.xml:
6196         * docs/plugins/inspect/plugin-musepack.xml:
6197           Regenerate.
6198   
6199         * docs/plugins/inspect/plugin-tremor.xml:
6200           Add vorbisidec aka trmor.
6201
6202         * ext/dc1394/gstdc1394.c:
6203           Add short description.
6204
6205 2008-01-22  Stefan Kost  <ensonic@users.sf.net>
6206
6207         * docs/plugins/Makefile.am:
6208           Add missing eol \
6209
6210         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6211           Place object names to standard sectionas plugin dont document those.
6212
6213         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6214         * docs/plugins/gst-plugins-bad-plugins.args:
6215         * docs/plugins/gst-plugins-bad-plugins.signals:
6216         * docs/plugins/inspect/plugin-dvb.xml:
6217         * docs/plugins/inspect/plugin-nuvdemux.xml:
6218           regenerate.
6219           
6220         * ext/ivorbis/vorbisdec.c:
6221         * ext/ivorbis/vorbisdec.h:
6222           Mark private vars and add short desc.
6223
6224         * ext/mythtv/gstmythtvsrc.c:
6225         * ext/theora/theoradec.c:
6226           Add short desc.
6227
6228 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6229
6230         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6231         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6232         * gst/nuvdemux/gstnuvdemux.c:
6233           One less to do. Its 'nuv' not 'nvu'. As an extra bonus I mention what
6234           it actually is.
6235
6236 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6237
6238         * docs/plugins/Makefile.am:
6239         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6240         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6241           Update lists again. Those whole can build ivorbisdec, mythtvsrc,
6242           nvudemux and theoradecexp, please commit the inspect/plugin-xxx.xml.
6243
6244         * docs/plugins/inspect/plugin-gstinterlace.xml:
6245         * docs/plugins/inspect/plugin-rawparse.xml
6246         * docs/plugins/inspect/plugin-videoparse.xml:
6247           Replace videoparse with rawparse.
6248
6249         * gst/dvdspu/gstdvdspu.h:
6250           Help gtk-doc to recognize the object struct.
6251
6252 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6253
6254         * gst/librfb/rfbdecoder.c:
6255         * gst/librfb/rfbdecoder.h:
6256           Don't use gtk-doc comment style for non gtk-doc comments.
6257           Make one static function static.
6258
6259 2008-01-21  Wim Taymans  <wim.taymans@collabora.co.uk>
6260
6261         Patch by: Gabriel Bouvigne <bouvigne at mp3-tech dot org>
6262
6263         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_class_init),
6264         (gst_deinterlace_init), (gst_deinterlace_set_caps),
6265         (gst_deinterlace_transform_ip), (gst_deinterlace_set_property),
6266         (gst_deinterlace_get_property):
6267         * gst/deinterlace/gstdeinterlace.h:
6268         Provide 4:2:2 support
6269         Also deinterlace chroma planes
6270         Allow to turn on/off deinterlacing
6271         Change of default thresholds, in order to provide acceptable results
6272         with default params. Fixes #511001.
6273
6274 2008-01-21  Tim-Philipp Müller  <tim at centricular dot net>
6275
6276         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6277           Update docs file too.
6278
6279 2008-01-21  Tim-Philipp Müller  <tim at centricular dot net>
6280
6281         * gst/dvdspu/gstdvdspu-render.c: (gst_dvd_spu_render_spu):
6282         * gst/dvdspu/gstdvdspu.c: (dvdspu_debug), (GST_CAT_DEFAULT),
6283           (subpic_sink_factory), (gst_dvd_spu_base_init),
6284           (gst_dvd_spu_class_init), (gst_dvd_spu_init), (gst_dvd_spu_clear),
6285           (gst_dvd_spu_dispose), (gst_dvd_spu_finalize),
6286           (gst_dvd_spu_flush_spu_info), (gst_dvd_spu_buffer_alloc),
6287           (gst_dvd_spu_src_event), (gst_dvd_spu_video_set_caps),
6288           (gst_dvd_spu_video_proxy_getcaps), (gst_dvd_spu_video_event),
6289           (gst_dvd_spu_video_chain), (dvspu_handle_vid_buffer),
6290           (gst_dvd_spu_redraw_still), (gst_dvd_spu_parse_chg_colcon),
6291           (gst_dvd_spu_exec_cmd_blk), (gst_dvd_spu_finish_spu_buf),
6292           (gst_dvd_spu_setup_cmd_blk), (gst_dvd_spu_handle_new_spu_buf),
6293           (gst_dvd_spu_handle_dvd_event), (gst_dvd_spu_advance_spu),
6294           (gst_dvd_spu_check_still_updates), (gst_dvd_spu_subpic_chain),
6295           (gst_dvd_spu_subpic_event), (gst_dvd_spu_change_state),
6296           (gst_dvd_spu_plugin_init):
6297         * gst/dvdspu/gstdvdspu.h: (GST_TYPE_DVD_SPU):
6298           Fix up dvdspu element again after previous namespace mangling:
6299           rename debug category variable to old name, matching that in
6300           dvdspu-render.c, to avoid undefined symbol error when loading
6301           the module; same for the _render function in dvdspu-render.c:
6302           we must use the same name in both .c files; change functions
6303           now called gstgst_* back to gst_* again; and while we're at it,
6304           we may as well canonicalise the namespace properly, namely to
6305           gst_dvd_spu_*.
6306
6307 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6308
6309         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6310         * ext/theora/theoradec.c:
6311         * ext/theora/theoradec.h:
6312           Coherent namespace usage and adding symbold from unused to sections.
6313
6314 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6315
6316         * docs/plugins/Makefile.am:
6317         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6318           Add symbols from -unused.txt to the right place.
6319
6320         * gst/dvdspu/gstdvdspu.c:
6321         * gst/dvdspu/gstdvdspu.h:
6322           Coherent namespace usage.
6323
6324         * gst/spectrum/gstspectrum.c:
6325           Fix broken XML fragment in doc snippet even more.
6326
6327 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6328
6329         * docs/plugins/Makefile.am:
6330           Update include list.
6331
6332         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6333           Update xml includes.
6334
6335         * docs/plugins/inspect/plugin-alsaspdif.xml:
6336         * docs/plugins/inspect/plugin-amrwb.xml:
6337         * docs/plugins/inspect/plugin-bayer.xml:
6338         * docs/plugins/inspect/plugin-bz2.xml:
6339         * docs/plugins/inspect/plugin-cdxaparse.xml:
6340         * docs/plugins/inspect/plugin-dtsdec.xml:
6341         * docs/plugins/inspect/plugin-dvbsrc.xml:
6342         * docs/plugins/inspect/plugin-dvdspu.xml:
6343         * docs/plugins/inspect/plugin-equalizer.xml:
6344         * docs/plugins/inspect/plugin-faac.xml:
6345         * docs/plugins/inspect/plugin-faad.xml:
6346         * docs/plugins/inspect/plugin-fbdevsink.xml:
6347         * docs/plugins/inspect/plugin-festival.xml:
6348         * docs/plugins/inspect/plugin-filter.xml:
6349         * docs/plugins/inspect/plugin-flvdemux.xml:
6350         * docs/plugins/inspect/plugin-freeze.xml:
6351         * docs/plugins/inspect/plugin-gsm.xml:
6352         * docs/plugins/inspect/plugin-gstinterlace.xml:
6353         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
6354         * docs/plugins/inspect/plugin-h264parse.xml:
6355         * docs/plugins/inspect/plugin-interleave.xml:
6356         * docs/plugins/inspect/plugin-ladspa.xml:
6357         * docs/plugins/inspect/plugin-metadata.xml:
6358         * docs/plugins/inspect/plugin-modplug.xml:
6359         * docs/plugins/inspect/plugin-mpeg4videoparse.xml:
6360         * docs/plugins/inspect/plugin-mpegtsparse.xml:
6361         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
6362         * docs/plugins/inspect/plugin-musicbrainz.xml:
6363         * docs/plugins/inspect/plugin-mve.xml:
6364         * docs/plugins/inspect/plugin-nsfdec.xml:
6365         * docs/plugins/inspect/plugin-nuvdemux.xml:
6366         * docs/plugins/inspect/plugin-qtdemux.xml:
6367         * docs/plugins/inspect/plugin-quicktime.xml:
6368         * docs/plugins/inspect/plugin-real.xml:
6369         * docs/plugins/inspect/plugin-replaygain.xml:
6370         * docs/plugins/inspect/plugin-sdl.xml:
6371         * docs/plugins/inspect/plugin-sdp.xml:
6372         * docs/plugins/inspect/plugin-spectrum.xml:
6373         * docs/plugins/inspect/plugin-speed.xml:
6374         * docs/plugins/inspect/plugin-speexresample.xml:
6375         * docs/plugins/inspect/plugin-stereo.xml:
6376         * docs/plugins/inspect/plugin-switch.xml:
6377         * docs/plugins/inspect/plugin-timidity.xml:
6378         * docs/plugins/inspect/plugin-tta.xml:
6379         * docs/plugins/inspect/plugin-videocrop.xml:
6380         * docs/plugins/inspect/plugin-videoparse.xml:
6381         * docs/plugins/inspect/plugin-videosignal.xml:
6382         * docs/plugins/inspect/plugin-vmnc.xml:
6383         * docs/plugins/inspect/plugin-wildmidi.xml:
6384         * docs/plugins/inspect/plugin-x264.xml:
6385         * docs/plugins/inspect/plugin-xingheader.xml:
6386         * docs/plugins/inspect/plugin-xvid.xml:
6387         * docs/plugins/inspect/plugin-y4menc.xml:
6388           Regenerate files.
6389
6390         * gst/spectrum/gstspectrum.c:
6391           Fix broken XML fragment in doc snippet.
6392
6393         * tests/check/elements/.cvsignore:
6394           Add test binary to ignores.
6395
6396 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6397
6398         * gst/h264parse/gsth264parse.c:
6399           Fix the build. GST_TIME_ARGS takes a timestamp not a buffer.
6400
6401 2008-01-20  Sebastian Dröge  <slomo@circular-chaos.org>
6402
6403         Patch by: Wouter Cloetens <wouter at mind dot be>
6404
6405         * ext/soup/gstsouphttpsrc.c: (soup_got_headers):
6406         Report the size of the stream as the total size instead of
6407         the remaining Content-Length, which is wrong after a seek.
6408
6409 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
6410
6411         * gst/rawparse/gstrawparse.c: (gst_raw_parse_push_buffer),
6412         (gst_raw_parse_loop):
6413         Handle framesizes > 4096 with multiple frames per buffer correctly
6414         in pull mode and handle short reads better.
6415         Also put offset and offset_end on outgoing buffers.
6416
6417 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
6418
6419         * gst/rawparse/gstrawparse.c: (gst_raw_parse_loop):
6420         Improve handling of unknown or too small upstream sizes in
6421         pull mode.
6422
6423 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
6424
6425         * gst/rawparse/gstrawparse.c: (gst_raw_parse_loop),
6426         (gst_raw_parse_handle_seek_push):
6427         Improve debugging a bit and for handling multiple frames per buffer
6428         in pull mode choose the next smallest multiply of framesize below
6429         4096 instead of always handling 1024 frames.
6430
6431 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
6432
6433         Patch by: Wouter Cloetens <wouter at mind dot be>
6434
6435         * ext/soup/gstsouphttpsrc.c: (soup_got_headers):
6436         Correctly set duration on the GstBaseSrc segment when we know it
6437         to fix failing the duration query.
6438
6439 2008-01-18  Wim Taymans  <wim.taymans@collabora.co.uk>
6440
6441         * gst/h264parse/gsth264parse.c: (gst_h264_parse_flush_decode),
6442         (gst_h264_parse_queue_buffer), (gst_h264_parse_chain_reverse):
6443         Set timestamps more correctly.
6444
6445 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
6446
6447         * gst/rawparse/gstrawparse.c: (gst_raw_parse_class_init),
6448         (gst_raw_parse_init), (gst_raw_parse_reset),
6449         (gst_raw_parse_set_src_caps), (gst_raw_parse_push_buffer),
6450         (gst_raw_parse_chain), (gst_raw_parse_loop),
6451         (gst_raw_parse_sink_activate), (gst_raw_parse_sink_activatepull),
6452         (gst_raw_parse_change_state), (gst_raw_parse_sink_event),
6453         (gst_raw_parse_handle_seek_push), (gst_raw_parse_handle_seek_pull),
6454         (gst_raw_parse_src_event), (gst_raw_parse_src_query):
6455         * gst/rawparse/gstrawparse.h:
6456         Implement pull mode.
6457
6458 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
6459
6460         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
6461         Fix memory leak spotted by the unit test.
6462
6463 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
6464
6465         * tests/check/Makefile.am:
6466         Enable spectrum test again.
6467
6468         * tests/check/gst-plugins-bad.supp:
6469         Add suppressions for a singleton in GIO that can't be freed.
6470
6471 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
6472
6473         * tests/check/Makefile.am:
6474         * tests/check/elements/.cvsignore:
6475         * tests/check/elements/equalizer.c: (setup_equalizer),
6476         (cleanup_equalizer), (GST_START_TEST), (equalizer_suite), (main):
6477         Add some minimal tests for the equalizer plugin.
6478
6479 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
6480
6481         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_finalize):
6482         Unparent all bands from the equalizer when finalizing to stop
6483         leaking them.
6484
6485 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
6486
6487         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_uri_get_protocols):
6488         Add support for WebDAV.
6489
6490 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
6491
6492         Patch by: Wouter Cloetens <wouter at mind dot be>
6493
6494         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_class_init),
6495         (gst_souphttp_src_init), (gst_souphttp_src_create),
6496         (gst_souphttp_src_is_seekable), (gst_souphttp_src_do_seek),
6497         (soup_add_range_header), (soup_got_headers), (soup_got_chunk):
6498         * ext/soup/gstsouphttpsrc.h:
6499         Add support for seeking to souphttpsrc. Fixes bug #502335.
6500
6501 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
6502
6503         * gst/h264parse/gsth264parse.c: (gst_h264_parse_clear_queues),
6504         (gst_h264_parse_flush_decode), (gst_h264_parse_queue_buffer),
6505         (gst_h264_parse_find_start_reverse),
6506         (gst_h264_parse_chain_reverse), (gst_h264_parse_chain):
6507         * gst/h264parse/gsth264parse.h:
6508         Improve debugging.
6509         Fix buffer splitting at sync codes and leftover buffer after
6510         scanning.
6511
6512 2008-01-17  Edgard Lima  <edgard.lima@indt.org.br>
6513
6514         * ext/metadata/TODO:
6515         * ext/metadata/metadataexif.c:
6516         * ext/metadata/metadataxmp.c:
6517           Fixed adding EXIF tags to correct IFD. Mapped some XMP tags.
6518
6519 2008-01-16  Wim Taymans  <wim.taymans@collabora.co.uk>
6520
6521         * gst/h264parse/gsth264parse.c: (gst_nal_list_new),
6522         (gst_nal_list_prepend_link), (gst_nal_list_delete_head),
6523         (gst_nal_bs_init), (gst_nal_bs_read), (gst_nal_bs_eos),
6524         (gst_nal_bs_read_ue), (gst_h264_parse_class_init),
6525         (gst_h264_parse_init), (gst_h264_parse_set_property),
6526         (gst_h264_parse_get_property), (gst_h264_parse_sink_setcaps),
6527         (gst_h264_parse_clear_queues), (gst_h264_parse_chain_forward),
6528         (gst_h264_parse_flush_decode), (gst_h264_parse_queue_buffer),
6529         (gst_h264_parse_find_start_reverse),
6530         (gst_h264_parse_chain_reverse), (gst_h264_parse_chain),
6531         (gst_h264_parse_sink_event), (gst_h264_parse_change_state):
6532         * gst/h264parse/gsth264parse.h:
6533         Add reverse playback support for containers that don't know how to
6534         properly send data between I-frames.
6535
6536 2008-01-16  Sebastian Dröge  <slomo@circular-chaos.org>
6537
6538         * configure.ac:
6539         * tests/check/pipelines/gio.c: (GST_START_TEST):
6540         Update for API changes in GIO and require GIO 2.15.2 for this.
6541
6542 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
6543
6544         * gst/xingheader/gstxingmux.c: (generate_xing_header):
6545         Bitrate is 4 bits, not 8 so check for 0xe as maximum value instead
6546         of 0xfe.
6547
6548 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
6549
6550         * gst/xingheader/gstxingmux.c: (generate_xing_header):
6551         Remove accidentially leftover debug printf.
6552
6553 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
6554
6555         * gst/xingheader/gstxingmux.c: (has_xing_header),
6556         (generate_xing_header), (gst_xing_mux_chain),
6557         (gst_xing_mux_sink_event):
6558         Choose smallest possible frame size for the Xing header, properly
6559         set the timestamp, duration and offset on the outgoing buffers,
6560         only send NEWSEGMENT events in BYTE format downstream and also
6561         drop VBRI headers if already existing.
6562
6563 2008-01-12  Sebastian Dröge  <slomo@circular-chaos.org>
6564
6565         * gst/xingheader/Makefile.am:
6566         * gst/xingheader/gstxingmux.c: (parse_header), (get_xing_offset),
6567         (has_xing_header), (generate_xing_header),
6568         (gst_xing_mux_base_init), (gst_xing_mux_finalize), (xing_reset),
6569         (gst_xing_mux_init), (gst_xing_mux_chain),
6570         (gst_xing_mux_sink_event), (gst_xing_mux_change_state):
6571         * gst/xingheader/gstxingmux.h:
6572         Major cleanup and rewrite of xingmux with less bugs and new features:
6573         - Handles other layers as 3
6574         - Write TOC
6575
6576 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
6577
6578         * tests/check/elements/rganalysis.c: (test_buffer_const_float_mono),
6579           (test_buffer_const_float_stereo), (test_buffer_const_int16_mono),
6580           (test_buffer_const_int16_stereo), (test_buffer_square_float_mono),
6581           (test_buffer_square_float_stereo), (test_buffer_square_int16_mono),
6582           (test_buffer_square_int16_stereo):
6583         * tests/check/elements/rglimiter.c: (create_test_buffer):
6584         * tests/check/elements/rgvolume.c: (test_buffer_new):
6585           It's "endianness", not "endianess". Fixes unit tests.
6586
6587 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6588
6589         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_clock_rate):
6590         If we find the caps in the cache, use it to parse the clock-rate instead
6591         of returning an error. Fixes a TODO as found by Youness Alaoui.
6592
6593 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6594
6595         Patch by: Youness Alaoui <youness dot alaoui at collabora dot co dot uk>
6596
6597         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_clock_rate):
6598         * gst/rtpmanager/rtpsession.c: (rtp_session_set_callbacks),
6599         (rtp_session_set_process_rtp_callback),
6600         (rtp_session_set_send_rtp_callback),
6601         (rtp_session_set_send_rtcp_callback),
6602         (rtp_session_set_sync_rtcp_callback),
6603         (rtp_session_set_clock_rate_callback),
6604         (rtp_session_set_reconsider_callback), (source_push_rtp),
6605         (source_clock_rate), (rtp_session_process_bye),
6606         (rtp_session_process_rtcp), (rtp_session_send_bye),
6607         (rtp_session_on_timeout):
6608         * gst/rtpmanager/rtpsession.h:
6609         Make it possible to use different user_data for each of the callbacks.
6610         Fixes #508587.
6611
6612 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6613
6614         * gst/mpegvideoparse/mpegpacketiser.c: (mpeg_util_find_start_code):
6615         Small meaningless cleanup.
6616
6617         * gst/mpegvideoparse/mpegvideoparse.c: (gst_mpegvideoparse_flush),
6618         (mpegvideoparse_drain_avail), (gst_mpegvideoparse_chain_forward),
6619         (scan_keyframe), (gst_mpegvideoparse_flush_decode),
6620         (gst_mpegvideoparse_chain_reverse), (gst_mpegvideoparse_chain),
6621         (mpv_parse_sink_event), (gst_mpegvideoparse_change_state):
6622         * gst/mpegvideoparse/mpegvideoparse.h:
6623         Track segment events.
6624         Do the first part of reverse playback by sending data between two
6625         I-frames to the decoder.
6626
6627 2008-01-10  Thijs Vermeir  <thijsvermeir@gmail.com>
6628
6629         * gst/rtpmanager/gstrtpbin.c:
6630         Fix documentation for latest patch
6631
6632 2008-01-10  Thijs Vermeir  <thijsvermeir@gmail.com>
6633
6634         * gst/rtpmanager/gstrtpbin.c:
6635         Allow request_new_pad with name NULL (bug #508515)
6636
6637 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
6638
6639         * autogen.sh:
6640           Add -Wno-portability to the automake parameters to stop warnings
6641           about GNU make extensions being used. We require GNU make in almost
6642           every Makefile anyway.
6643           
6644         * configure.ac:
6645           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
6646           at the same time is required for per target flags.
6647
6648 2008-01-09  Wim Taymans  <wim.taymans@collabora.co.uk>
6649
6650         * gst/rtpmanager/gstrtpsession.c: (create_send_rtp_sink):
6651         Don't set fixed caps, we can basically do everything the upsteam peer
6652         pad can renegotiate to. Fixes #507940.
6653
6654 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6655
6656         * Makefile.am:
6657           Include lcov.mak to allow building coverage reports. Add top-level
6658           check targets similar to other gst packages.
6659
6660 2008-01-06  David Schleef  <ds@schleef.org>
6661
6662         * ext/directfb/Makefile.am:
6663           Add GST_CFLAGS.  Otherwise we don't get -Wall -Werror.
6664         * ext/directfb/dfbvideosink.c:
6665           Getting tired of directfb's chatter.  Quiet it.
6666
6667 2008-01-06  David Schleef  <ds@schleef.org>
6668
6669         Patch by: Sean D'Epagnier <sean@depagnier.com>
6670
6671         * configure.ac:
6672         * sys/Makefile.am:
6673         * sys/fbdev/Makefile.am:
6674         * sys/fbdev/gstfbdevsink.c:
6675         * sys/fbdev/gstfbdevsink.h:
6676           Add fbdev-based video sink.  Linux-only.  See bug #506549.
6677
6678 2008-01-06  Sebastian Dröge  <slomo@circular-chaos.org>
6679
6680         * configure.ac:
6681         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
6682         * tests/check/pipelines/gio.c: (free_input), (GST_START_TEST):
6683         Update to GMemoryInputStream API changes in GLib SVN and require
6684         gio-2.0 >= 2.15.1 for this. Fixes bug #507584.
6685         We can also report the duration for every GSeekable, not only
6686         GFileInputStream and GMemoryInputStream.
6687
6688 2008-01-05  David Schleef  <ds@schleef.org>
6689
6690         * sys/glsink/glimagesink.c:
6691         * sys/glsink/glimagesink.h:
6692         * sys/glsink/gstglbuffer.h:
6693         * sys/glsink/gstgldisplay.c:
6694         * sys/glsink/gstgldisplay.h:
6695         * sys/glsink/gstglupload.c:
6696           Handle xoverlay exposes correctly.  This means glimagesink works
6697           correctly most of the time in totem (fullscreening being an
6698           execption).  Doesn't handle expose events directly to the GL
6699           window.
6700
6701 2008-01-05  David Schleef  <ds@schleef.org>
6702
6703         * sys/glsink/glextensions.c:
6704         * sys/glsink/glextensions.h:
6705         * sys/glsink/glimagesink.c:
6706         * sys/glsink/glimagesink.h:
6707         * sys/glsink/gstgldisplay.c:
6708         * sys/glsink/gstgldisplay.h:
6709         * sys/glsink/gstopengl.c:
6710           Reenable video/x-raw-rgb and x-raw-yuv for glimagesink.  Enable
6711           vblank synchronization.  Remove unused code.
6712
6713 2008-01-04  Wim Taymans  <wim.taymans@collabora.co.uk>
6714
6715         * gst/rtpmanager/gstrtpjitterbuffer.c:
6716         (gst_rtp_jitter_buffer_loop):
6717         Don't unref the popped buffer when we don't have ownership.
6718         Fixes #507020.
6719
6720 2008-01-03  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6721
6722         * gst/mpegtsparse/Makefile.am:
6723         * gst/mpegtsparse/flutspatinfo.c:
6724         * gst/mpegtsparse/flutspatinfo.h:
6725         * gst/mpegtsparse/flutspmtinfo.c:
6726         * gst/mpegtsparse/flutspmtinfo.h:
6727         * gst/mpegtsparse/flutspmtstreaminfo.c:
6728         * gst/mpegtsparse/flutspmtstreaminfo.h:
6729         Remove no longer needed files.
6730
6731 2008-01-02  David Schleef  <ds@schleef.org>
6732
6733         * tests/check/Makefile.am:
6734           Disable vcdsrc in states test because it takes too much time
6735           to get to PLAYING if it can find a device.
6736
6737 2007-12-31  David Schleef  <ds@schleef.org>
6738
6739         * ext/musicbrainz/gsttrm.c:
6740           Don't emit signiture when going to READY, because it might
6741           not be ready.
6742         * ext/nas/nassink.c:
6743           Remove useless call that sleeps for 5 seconds.  Yup, it calls
6744           sleep(1) 5 times.  Go NAS.
6745         * gst/librfb/gstrfbsrc.c:
6746         * gst/librfb/rfbdecoder.c:
6747           Initialize our debug categories properly.
6748         * gst/rawparse/gstrawparse.c:
6749           Don't register element details for a non-element.  Be much more
6750           rude when subclass doesn't set a pad template (assert!).  Don't
6751           unref the pad template; we don't own it.
6752         * gst/videosignal/gstvideoanalyse.c:
6753           Initialize debug category.
6754         * tests/check/Makefile.am:
6755           Ignore nassink element in tests because it has unavoidable
6756           long timeouts.
6757
6758 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
6759
6760         * gst/rtpmanager/gstrtpssrcdemux.c:
6761         (gst_rtp_ssrc_demux_change_state):
6762         Don't clean up pads when going to PAUSED.
6763
6764 2007-12-30  David Schleef  <ds@schleef.org>
6765
6766         * configure.ac:
6767         * sys/glsink/Makefile.am:
6768           Switch to using pkgconfig to detect libGL.  Since we use
6769           recent features added to Mesa, there's no point in adding
6770           a check for pre-pkgconfig versions.
6771
6772 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
6773
6774         * ext/ladspa/gstladspa.c: (gst_ladspa_get_property):
6775         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_show_frame):
6776         * gst/mve/gstmvemux.c: (gst_mve_mux_request_new_pad):
6777         * sys/dvb/dvbbasebin.c: (dvb_base_bin_class_init):
6778         Fix 'xyz may be used uninitialized' compiler warnings caused
6779         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
6780         abort() in any case but properly report the error.
6781
6782 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
6783
6784         * configure.ac:
6785         * ext/gio/gstgio.c:
6786         * ext/gio/gstgio.h:
6787         * ext/gio/gstgiobasesink.h:
6788         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
6789         * ext/gio/gstgiobasesrc.h:
6790         * ext/gio/gstgiosink.c: (gst_gio_sink_start):
6791         * ext/gio/gstgiosink.h:
6792         * ext/gio/gstgiosrc.h:
6793         * ext/gio/gstgiostreamsink.h:
6794         * ext/gio/gstgiostreamsrc.h:
6795         * tests/check/pipelines/gio.c:
6796         Update to latest API changes in GLib/GIO and require at least
6797         gio-2.0 2.15.0 for this.
6798         
6799         * ext/gio/Makefile.am:
6800         Add GST_PLUGIN_LDFLAGS to LDFLAGS.
6801
6802 2007-12-28  David Schleef  <ds@schleef.org>
6803
6804         * configure.ac:
6805         * sys/glsink/glextensions.c:
6806         * sys/glsink/glextensions.h:
6807         * sys/glsink/glimagesink.c:
6808         * sys/glsink/glimagesink.h:
6809         * sys/glsink/gstglbuffer.c:
6810         * sys/glsink/gstglbuffer.h:
6811         * sys/glsink/gstglconvert.c:
6812         * sys/glsink/gstgldisplay.c:
6813         * sys/glsink/gstgldisplay.h:
6814         * sys/glsink/gstgldownload.c:
6815         * sys/glsink/gstglfilter.c:
6816         * sys/glsink/gstglfilter.h:
6817         * sys/glsink/gstglfilterexample.c:
6818         * sys/glsink/gstgltestsrc.c:
6819         * sys/glsink/gstglupload.c:
6820           Major cleanup of code.  Convert glupload to BaseTransform.
6821           Handle caps negotiation mostly correctly.  Reenable in build.
6822
6823 2007-12-28  Tim-Philipp Müller  <tim at centricular dot net>
6824
6825         * ext/soup/Makefile.am:
6826         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_get_property),
6827           (gst_souphttp_src_unicodify), (soup_got_headers):
6828           Use gst_tag_freeform_string_to_utf8() and post radio station
6829           info as tags on the bus.
6830
6831 2007-12-26  David Schleef  <ds@schleef.org>
6832
6833         * sys/glsink/glimagesink.c:
6834         * sys/glsink/gstglupload.c:
6835           Change glimagesink over to using GL buffers.  This breaks
6836           glimagesink for normal operation, but should be fixed soon.
6837
6838 2007-12-26  David Schleef  <ds@schleef.org>
6839
6840         * sys/glsink/gltestsrc.c:
6841         * sys/glsink/gstglbuffer.c:
6842         * sys/glsink/gstglbuffer.h:
6843         * sys/glsink/gstgldownload.c:
6844         * sys/glsink/gstglfilter.c:
6845         * sys/glsink/gstglfilterexample.c:
6846         * sys/glsink/gstgltestsrc.c:
6847         * sys/glsink/gstglupload.c:
6848           Convert gldownload to BaseTransform.  Make glfilterexample
6849           visually interesting.  Add support for various formats to
6850           downloading.  Fix a few places where we leak GL state to
6851           other elements (bad, but hard to prevent).
6852
6853 2007-12-26  David Schleef  <ds@schleef.org>
6854
6855         * sys/glsink/BUGS:
6856         * sys/glsink/Makefile.am:
6857         * sys/glsink/gstglbuffer.c:
6858         * sys/glsink/gstglbuffer.h:
6859         * sys/glsink/gstglconvert.c:
6860         * sys/glsink/gstgldisplay.c:
6861         * sys/glsink/gstglfilter.c:
6862         * sys/glsink/gstglfilter.h:
6863         * sys/glsink/gstglfilterexample.c:
6864         * sys/glsink/gstgltestsrc.c:
6865         * sys/glsink/gstglupload.c:
6866         * sys/glsink/gstopengl.c:
6867           Remove code that handles non-texture buffers.  Add a
6868           GstGLBufferFormat type that corresponds to how to use the
6869           texture, not the original video format.  Convert gstflfilter.c
6870           into a base class, add glfilterexample and glconvert elements.
6871         * sys/glsink/color_matrix.c:
6872           Minor ramblings about color conversion matrices.
6873
6874 2007-12-24  David Schleef  <ds@schleef.org>
6875
6876         * sys/glsink/Makefile.am:
6877         * sys/glsink/gltestsrc.c:
6878         * sys/glsink/gltestsrc.h:
6879         * sys/glsink/gstgldisplay.c:
6880         * sys/glsink/gstgldownload.c:
6881         * sys/glsink/gstglfilter.c:
6882         * sys/glsink/gstgltestsrc.c:
6883         * sys/glsink/gstgltestsrc.h:
6884         * sys/glsink/gstglupload.c:
6885         * sys/glsink/gstopengl.c:
6886           Add gltestsrc element, a duplicate of videotestsrc that uses
6887           GL rendering to create images.  More cleanup.
6888
6889 2007-12-24  David Schleef  <ds@schleef.org>
6890
6891         * sys/glsink/gstglbuffer.c:
6892         * sys/glsink/gstgldownload.c:
6893         * sys/glsink/gstglfilter.c:
6894           Clean up code.  Fix a few leaks.
6895
6896 2007-12-24  David Schleef  <ds@schleef.org>
6897
6898         * sys/glsink/Makefile.am:
6899         * sys/glsink/glimagesink.h:
6900         * sys/glsink/glvideo.c:
6901         * sys/glsink/glvideo.h:
6902         * sys/glsink/gstglbuffer.c:
6903         * sys/glsink/gstglbuffer.h:
6904         * sys/glsink/gstgldisplay.c:
6905         * sys/glsink/gstgldisplay.h:
6906           Rename glvideo.[ch] to gstgldisplay.[ch].
6907
6908 2007-12-24  David Schleef  <ds@schleef.org>
6909
6910         * sys/glsink/glimagesink.c:
6911         * sys/glsink/glimagesink.h:
6912         * sys/glsink/glvideo.c:
6913         * sys/glsink/glvideo.h:
6914         * sys/glsink/gstglbuffer.c:
6915         * sys/glsink/gstglbuffer.h:
6916         * sys/glsink/gstgldownload.c:
6917         * sys/glsink/gstglfilter.c:
6918         * sys/glsink/gstglupload.c:
6919           Rewrite a bunch of code to use textures as the intermediate
6920           instead of renderbuffers.  upload, download, filtering all
6921           work.
6922
6923 2007-12-23  David Schleef  <ds@schleef.org>
6924
6925         * gst/videoparse/Makefile.am:
6926         * gst/videoparse/README:
6927         * gst/videoparse/gstvideoparse.c:
6928           Remove videoparse element, because it was moved to gst/rawparse/
6929
6930 2007-12-23  Sebastian Dröge  <slomo@circular-chaos.org>
6931
6932         * gst/rawparse/gstrawparse.c: (gst_raw_parse_src_event):
6933         Always seek on frame boundaries, will produce nothing useful
6934         otherwise.
6935
6936 2007-12-23  Sebastian Dröge  <slomo@circular-chaos.org>
6937
6938         * configure.ac:
6939         * gst/rawparse/Makefile.am:
6940         * gst/rawparse/README:
6941         * gst/rawparse/gstaudioparse.c: (gst_audio_parse_format_get_type),
6942         (gst_audio_parse_endianness_get_type), (gst_audio_parse_base_init),
6943         (gst_audio_parse_class_init), (gst_audio_parse_init),
6944         (gst_audio_parse_set_property), (gst_audio_parse_get_property),
6945         (gst_audio_parse_update_frame_size), (gst_audio_parse_get_caps):
6946         * gst/rawparse/gstaudioparse.h:
6947         * gst/rawparse/gstrawparse.c: (gst_raw_parse_base_init),
6948         (gst_raw_parse_class_init), (gst_raw_parse_init),
6949         (gst_raw_parse_dispose),
6950         (gst_raw_parse_class_set_src_pad_template),
6951         (gst_raw_parse_class_set_multiple_frames_per_buffer),
6952         (gst_raw_parse_reset), (gst_raw_parse_chain),
6953         (gst_raw_parse_convert), (gst_raw_parse_sink_event),
6954         (gst_raw_parse_src_event), (gst_raw_parse_src_query_type),
6955         (gst_raw_parse_src_query), (gst_raw_parse_set_framesize),
6956         (gst_raw_parse_set_fps), (gst_raw_parse_get_fps),
6957         (gst_raw_parse_is_negotiated):
6958         * gst/rawparse/gstrawparse.h:
6959         * gst/rawparse/gstvideoparse.c: (gst_video_parse_format_get_type),
6960         (gst_video_parse_endianness_get_type), (gst_video_parse_base_init),
6961         (gst_video_parse_class_init), (gst_video_parse_init),
6962         (gst_video_parse_set_property), (gst_video_parse_get_property),
6963         (gst_video_parse_format_to_fourcc),
6964         (gst_video_parse_update_frame_size), (gst_video_parse_get_caps):
6965         * gst/rawparse/gstvideoparse.h:
6966         * gst/rawparse/plugin.c: (plugin_init):
6967         Add new plugin rawparse that contains a base class for raw data
6968         parsers and the two elements audioparse and videoparse that can
6969         be used to parse raw audio and video. These are inspired by the
6970         old videoparse element which the new rawparse plugin deprecates.
6971
6972 2007-12-21  David Schleef  <ds@schleef.org>
6973
6974         * sys/glsink/glextensions.c:
6975         * sys/glsink/glextensions.h:
6976         * sys/glsink/glvideo.c:
6977         * sys/glsink/glvideo.h:
6978         * sys/glsink/gstglbuffer.c:
6979         * sys/glsink/gstgldownload.c:
6980         * sys/glsink/gstglupload.c:
6981           A careful read of the documentation reveals that I can't use
6982           renderbuffers as textures.  Duh.  Checkpoint because I'm about
6983           to rewrite a bunch of code.
6984
6985 2007-12-21  Edgard Lima,,,,  <edgard.lima@indt.org.br>
6986
6987         * ext/metadata/TODO:
6988         * ext/metadata/gstbasemetadata.c:
6989         * ext/metadata/gstbasemetadata.h:
6990         * ext/metadata/metadata.h:
6991         * ext/metadata/metadataiptc.c:
6992         * ext/metadata/metadatamuxjpeg.c:
6993         * ext/metadata/metadataparsejpeg.c:
6994         * ext/metadata/metadataparseutil.c:
6995           Some IPTC tags mapped.
6996
6997 2007-12-21  Edgard Lima  <edgard.lima@indt.org.br>
6998
6999         * ext/metadata/Makefile.am:
7000         * ext/metadata/TODO:
7001         * ext/metadata/gstbasemetadata.c:
7002         * ext/metadata/gstbasemetadata.h:
7003         * ext/metadata/gstmetadatacommon.c:
7004         * ext/metadata/gstmetadatacommon.h:
7005         * ext/metadata/metadata.c:
7006         * ext/metadata/metadata.h:
7007           Removed gstmetadatacommon.
7008
7009 2007-12-20  David Schleef  <ds@schleef.org>
7010
7011         * sys/glsink/Makefile.am:
7012         * sys/glsink/glextensions.c:
7013         * sys/glsink/glextensions.h:
7014         * sys/glsink/glimagesink.c:
7015         * sys/glsink/glimagesink.h:
7016         * sys/glsink/glvideo.c:
7017         * sys/glsink/glvideo.h:
7018         * sys/glsink/gstglbuffer.c:
7019         * sys/glsink/gstglbuffer.h:
7020         * sys/glsink/gstgldownload.c:
7021         * sys/glsink/gstglfilter.c:
7022         * sys/glsink/gstglupload.c:
7023         * sys/glsink/gstopengl.c:
7024           Switch to using framebuffer_objects instead of GLXPixmaps,
7025           because that's what my driver supports.  Remove GLDrawable,
7026           since GstGLDisplay now has a default drawable and context.
7027
7028 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
7029
7030         * gst/equalizer/.cvsignore:
7031         * gst/switch/.cvsignore:
7032           Ignore more.
7033
7034 2007-12-19  Edgard Lima  <edgard.lima@indt.org.br>
7035
7036         * ext/metadata/Makefile.am:
7037         * ext/metadata/TODO:
7038         * ext/metadata/gstbasemetadata.c:
7039         * ext/metadata/gstbasemetadata.h:
7040         * ext/metadata/gstmetadatacommon.c:
7041         * ext/metadata/gstmetadatacommon.h:
7042         * ext/metadata/gstmetadatademux.c:
7043         * ext/metadata/gstmetadatademux.h:
7044         * ext/metadata/gstmetadatamux.c:
7045         * ext/metadata/gstmetadatamux.h:
7046         * ext/metadata/metadata.c:
7047         * ext/metadata/metadata.h:
7048         * ext/metadata/metadataexif.c:
7049         * ext/metadata/metadataparsejpeg.c:
7050         * ext/metadata/metadataparsepng.c:
7051         * ext/metadata/metadatatags.c:
7052         * ext/metadata/metadatatags.h:
7053         * ext/metadata/test/metadata_editor.c:
7054           New base class for metadata elements.
7055
7056 2007-12-18  Andy Wingo  <wingo@pobox.com>
7057
7058         * gst/switch/gstswitch-marshal.list:
7059         * gst/switch/gstswitch.h (struct _GstStreamSelectorClass): 
7060         * gst/switch/gstswitch.c (enum, gst_selector_pad_class_init)
7061         (gst_selector_pad_get_property)
7062         (gst_selector_pad_get_running_time)
7063         (gst_stream_selector_class_init, gst_segment_get_timestamp)
7064         (gst_segment_set_stop, gst_segment_set_start)
7065         (gst_stream_selector_set_active_pad, gst_stream_selector_block)
7066         (gst_stream_selector_push_pending_stop)
7067         (gst_stream_selector_switch): Change so that the signals and
7068         properties deal in running time, not buffer time. Document the
7069         signals more. Change uint64 in API to int64, to reflect what's in
7070         GstSegment.
7071
7072 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
7073
7074         * Makefile.am:
7075           Include common/win32.mak for CRLF check of win32 project
7076           files (see #393626).
7077
7078         * configure.ac:
7079           Bump requirements to -base CVS for libgstvideo additions in
7080           glimagesink. Disable glimagesink until the missing files get
7081           checked in.
7082
7083 2007-12-17  David Schleef  <ds@schleef.org>
7084
7085         * sys/glsink/Makefile.am:
7086         * sys/glsink/glimagesink.c:
7087         * sys/glsink/glimagesink.h:
7088         * sys/glsink/glvideo.c:
7089         * sys/glsink/glvideo.h:
7090         * sys/glsink/gstopengl.c:
7091         * sys/glsink/gstglupload.c:
7092           Use new GstVideoFormat checked into -base.  Add new glupload
7093           element to upload raw video into a GLXPixbuf.  Untested.  Will
7094           likely crash your motorcycle if you try it.
7095         * sys/glsink/gstvideo-common.c:
7096         * sys/glsink/gstvideo-common.h:
7097           Remove.
7098
7099 2007-12-17  David Schleef  <ds@schleef.org>
7100
7101         * gst/multifile/gstmultifilesrc.c:
7102         * gst/multifile/gstmultifilesrc.h:
7103           When subsequent files are read, if the file doesn't exist, send
7104           an EOS instead of causing an error.
7105
7106 2007-12-17  Andy Wingo  <wingo@pobox.com>
7107
7108         * gst/switch/gstswitch.c (gst_selector_pad_chain): Return OK when
7109         a buffer is ignored, not NOT_LINKED. No sense in making a source
7110         element error out; at least fdsrc considers NOT_LINKED to be a
7111         fatal error. Patch 11/12. There is no patch 12/12. Foo.
7112
7113         * gst/switch/gstswitch-marshal.list:
7114         * gst/switch/gstswitch.h (struct _GstStreamSelectorClass): 
7115         * gst/switch/gstswitch.c (gst_stream_selector_class_init)
7116         (gst_stream_selector_block): Make the block() signal return the
7117         last stop time of the active pad. Patch 10/12.
7118
7119         * gst/switch/gstswitch.c (gst_selector_pad_get_property)
7120         (gst_selector_pad_class_init, gst_stream_selector_class_init)
7121         (gst_stream_selector_get_property): Expose 'last-stop-time' as a
7122         pad property, not an element property.
7123         (gst_selector_pad_chain): Mark the last_stop time as timestamp +
7124         duration, not timestamp. Patch 9/12.
7125
7126         * gst/switch/gstswitch.c (gst_stream_selector_change_state)
7127         (gst_stream_selector_block, gst_stream_selector_switch): Use the
7128         cond mechanism instead of blocked pads. Patch 8/12.
7129
7130         * gst/switch/gstswitch.h (struct _GstStreamSelector): 
7131
7132         * gst/switch/gstswitch.c (gst_stream_selector_wait)
7133         (gst_selector_pad_chain, gst_stream_selector_init)
7134         (gst_stream_selector_dispose): Add infrastructure for new blocking
7135         mechanism that does not use gst_pad_set_blocked, which does not
7136         work on sink pads. Patch 7/12.
7137
7138         * gst/switch/gstswitch.c (gst_stream_selector_class_init)
7139         (gst_stream_selector_get_property): Add last-stop-time readable
7140         property. Patch 6/12.
7141
7142         * gst/switch/gstswitch.h (struct _GstStreamSelector): Add some
7143         state variables.
7144
7145         * gst/switch/gstswitch.c (gst_stream_selector_push_pending_stop)
7146         (gst_selector_pad_chain): Push any pending stop event.
7147         (gst_stream_selector_set_active_pad)
7148         (gst_stream_selector_set_property): Factor out setting the active
7149         pad to a function. Close the segment of the previous active pad if
7150         told to do so via a stop_time != GST_CLOCK_TIME_NONE.
7151         (gst_stream_selector_switch): Implement switch vmethod. Patch 5/12.
7152
7153         * gst/switch/gstswitch.c (gst_stream_selector_block): Implement
7154         the block() signal. This implementation will be replaced in future
7155         patches, however. Patch 4/12.
7156
7157         * gst/switch/gstswitch.h (struct _GstStreamSelectorClass): Fix
7158         vmethod prototypes.
7159
7160         * gst/switch/gstswitch.c (gst_stream_selector_class_init)
7161         (gst_stream_selector_block, gst_stream_selector_switch): Add empty
7162         vmethod definitions. Patch 3/12.
7163
7164         * gst/switch/gstswitch.h (struct _GstStreamSelectorClass): 
7165         * gst/switch/gstswitch.c (gst_stream_selector_class_init): Add
7166         `block' and `switch' signals.
7167
7168         * gst/switch/Makefile.am: 
7169         * gst/switch/gstswitch-marshal.list: Add foo to generate a
7170         marshaller for the `switch' signal. Patch 2/12.
7171
7172         * gst/switch/gstswitch.h: 
7173         * gst/switch/gstswitch.c: Replace with files from
7174         gststreamselector.[ch], registered as the "switch" plugin, with
7175         "GstSwitch" types. Patch 1/12.
7176
7177 2007-12-17  Edgard Lima  <edgard.lima@indt.org.br>
7178
7179         * ext/metadata/TODO:
7180         * ext/metadata/gstmetadatademux.c:
7181         * ext/metadata/metadata.c:
7182         * ext/metadata/metadata.h:
7183         * ext/metadata/metadataparsejpeg.c:
7184         * ext/metadata/metadataparsejpeg.h:
7185         * ext/metadata/metadataparsepng.c:
7186         * ext/metadata/metadataparsepng.h:
7187         * ext/metadata/test/MetadataEditorMain.glade:
7188         * ext/metadata/test/metadata_editor.c:
7189           Added "parse-only" property to metadatademux.
7190
7191 2007-12-16  David Schleef  <ds@schleef.org>
7192
7193         * sys/glsink/glimagesink.c:
7194         * sys/glsink/glimagesink.h:
7195         * sys/glsink/glvideo.c:
7196         * sys/glsink/glvideo.h:
7197           Rename GLVideo* to GstGL*.
7198
7199 2007-12-15  David Schleef  <ds@schleef.org>
7200
7201         * sys/glsink/Makefile.am:
7202         * sys/glsink/glextensions.c:
7203         * sys/glsink/glextensions.h:
7204         * sys/glsink/glvideo.c:
7205           Add vblank synchronization.  Isn't really working on my
7206           driver. :(
7207
7208 2007-12-15  David Schleef  <ds@schleef.org>
7209
7210         * sys/glsink/Makefile.am:
7211         * sys/glsink/glimagesink.c:
7212         * sys/glsink/glvideo.c:
7213         * sys/glsink/glvideo.h:
7214         * sys/glsink/gstvideo-common.c:
7215         * sys/glsink/gstvideo-common.h:
7216           Add support for xRGB, xBGR, and AYUV.  Re-add support for
7217           power-of-2 textures.
7218
7219 2007-12-15  Sebastian Dröge  <slomo@circular-chaos.org>
7220
7221         * gst/videoparse/gstvideoparse.c: (gst_video_parse_dispose),
7222         (gst_video_parse_sink_event):
7223         Free the adapter on dispose and correctly reset on newsegment events.
7224
7225 2007-12-15  Sebastian Dröge  <slomo@circular-chaos.org>
7226
7227         * gst/videoparse/gstvideoparse.c: (gst_video_parse_sink_event),
7228         (gst_video_parse_src_event), (gst_video_parse_src_query):
7229         Improve duration query by first asking upstream and if it can't handle
7230         the query try to get the duration in bytes from upstream and convert.
7231         For seeks, try if upstream handles this already first and do our
7232         conversion to byte format only if it doesn't and if we get a
7233         newsegment event in time format keep it and only do our conversions
7234         if the event has another format.
7235
7236 2007-12-15  Sebastian Dröge  <slomo@circular-chaos.org>
7237
7238         * gst/videoparse/gstvideoparse.c:
7239         (gst_video_parse_format_get_type),
7240         (gst_video_parse_endianness_get_type),
7241         (gst_video_parse_class_init), (gst_video_parse_init),
7242         (gst_video_parse_set_property), (gst_video_parse_get_property),
7243         (gst_video_parse_format_to_fourcc),
7244         (gst_video_parse_update_block_size), (gst_video_parse_chain),
7245         (gst_video_parse_sink_event):
7246         Add support for video/x-raw-rgb and video/x-raw-gray. Also send
7247         downstream elements downstream, not upstream.
7248
7249 2007-12-14  David Schleef  <ds@schleef.org>
7250
7251         * sys/glsink/gstvideo-common.c:
7252         * sys/glsink/gstvideo-common.h:
7253           Pull together some common raw video functions into one location.
7254           This should eventually move to -base.
7255         * sys/glsink/Makefile.am:
7256         * sys/glsink/glimagesink.c:
7257         * sys/glsink/glimagesink.h:
7258         * sys/glsink/glvideo.c:
7259         * sys/glsink/glvideo.h:
7260         * sys/glsink/gstopengl.c:
7261           Use the new video-common.h stuff.  Readd support for RGB video.
7262
7263 2007-12-14  Edgard Lima  <edgard.lima@indt.org.br>
7264
7265         * ext/metadata/Makefile.am:
7266         * ext/metadata/TODO:
7267         * ext/metadata/gstmetadata.c:
7268         * ext/metadata/gstmetadatacommon.c:
7269         * ext/metadata/gstmetadatacommon.h:
7270         * ext/metadata/gstmetadatademux.c:
7271         * ext/metadata/gstmetadatademux.h:
7272         * ext/metadata/gstmetadatamux.c:
7273         * ext/metadata/gstmetadatamux.h:
7274         * ext/metadata/gstmetadataparse.c:
7275         * ext/metadata/gstmetadataparse.h:
7276         * ext/metadata/metadataexif.c:
7277         * ext/metadata/metadatatags.c:
7278         * ext/metadata/test/metadata_editor.c:
7279           Added new module for common functions. Using GST_TYPE_FRACTION for
7280           Exif (S)Rational types.
7281
7282 2007-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7283
7284         * gst/mpegtsparse/mpegtspacketizer.c:
7285         * gst/mpegtsparse/mpegtspacketizer.h:
7286         Hash streams by pid again. Add a linked list inside each
7287         stream with a list of sub_tables. Fix multiple sections
7288         as it was borked with my last commit.
7289
7290 2007-12-14  Christian Schaller <christian.schaller@collabora.co.uk>
7291
7292         * sys/glsink/Makefile.am: add glvideo.h
7293         * gst/speexresample/Makefile.am: add speex_resampler_wrapper.h
7294         * gst-plugins-bad.spec.in: add latest plugins
7295
7296 2007-12-13  Edgard Lima  <edgard.lima@indt.org.br>
7297
7298         * ext/metadata/TODO:
7299         * ext/metadata/gstmetadatamux.c:
7300         * ext/metadata/gstmetadataparse.c:
7301         * ext/metadata/metadata.c:
7302         * ext/metadata/metadata.h:
7303         * ext/metadata/metadataiptc.c:
7304         * ext/metadata/metadatamuxjpeg.c:
7305         * ext/metadata/metadatamuxjpeg.h:
7306         * ext/metadata/metadatamuxpng.c:
7307         * ext/metadata/metadatamuxpng.h:
7308         * ext/metadata/metadataparsejpeg.c:
7309         * ext/metadata/metadataparsejpeg.h:
7310         * ext/metadata/metadataparsepng.c:
7311         * ext/metadata/metadataparsepng.h:
7312         * ext/metadata/metadataparseutil.c:
7313         * ext/metadata/metadataparseutil.h:
7314         * ext/metadata/metadatatypes.h:
7315         * ext/metadata/metadataxmp.c:
7316           Code documentation.
7317
7318 2007-12-13  Edgard Lima  <edgard.lima@indt.org.br>
7319
7320         * configure.ac:
7321         * ext/metadata/Makefile.am:
7322         * ext/metadata/gstmetadatamux.c:
7323         * ext/metadata/gstmetadataparse.c:
7324         * ext/metadata/metadataexif.c:
7325         * ext/metadata/metadatatags.c:
7326         * ext/metadata/test/Makefile:
7327         * ext/metadata/test/MetadataEditorMain.glade:
7328         * ext/metadata/test/metadata_editor.c:
7329           Added a test application. Added some EXIF tags. Fixed a muxer bug.
7330
7331 2007-12-13  Sebastian Dröge  <slomo@circular-chaos.org>
7332
7333         * gst/videoparse/gstvideoparse.c: (gst_video_parse_init),
7334           (gst_video_parse_src_event), (gst_video_parse_src_query_type):
7335           Implement a query type function for the src pad, implement seeking
7336           and use ANY caps for the sink pad as the element doesn't care what
7337           caps the input has and everything is handled via properties.
7338
7339 2007-12-13  Sebastian Dröge  <slomo@circular-chaos.org>
7340
7341         * gst/videoparse/gstvideoparse.c: (gst_video_parse_convert),
7342           (gst_video_parse_sink_event):
7343           Handle -1 values for the CONVERT query too.
7344
7345 2007-12-13  Sebastian Dröge  <slomo@circular-chaos.org>
7346
7347         * gst/videoparse/gstvideoparse.c: (gst_video_parse_sink_event):
7348           Add YV12 to the pad templates as it is supported too and allow
7349           -1 as stop position for NEWSEGMENT events.
7350
7351 2007-12-13  Sebastian Dröge  <slomo@circular-chaos.org>
7352
7353         * gst/videoparse/Makefile.am:
7354           Add $(GST_PLUGINS_BASE_CFLAGS) to CFLAGS to fix the build.
7355
7356         * gst/videoparse/gstvideoparse.c: (gst_video_parse_init),
7357           (gst_video_parse_set_property), (gst_video_parse_get_property):
7358           Use g_value_[sg]et_enum() for enum properties, g_value_[sg]et_int()
7359           gives a g_critical().
7360
7361 2007-12-12  David Schleef  <ds@schleef.org>
7362
7363         * gst/videoparse/README:
7364         * gst/videoparse/gstvideoparse.c:
7365           Add a bunch of features: handle format specification, handle
7366           queries and conversion.  Works much like a normal parser now.
7367
7368 2007-12-12  Wim Taymans  <wim.taymans@collabora.co.uk>
7369
7370         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_finalize),
7371         (gst_rtp_pt_demux_setup), (gst_rtp_pt_demux_release),
7372         (gst_rtp_pt_demux_change_state):
7373         * gst/rtpmanager/gstrtpssrcdemux.c: (gst_rtp_ssrc_demux_reset),
7374         (gst_rtp_ssrc_demux_dispose), (gst_rtp_ssrc_demux_src_query),
7375         (gst_rtp_ssrc_demux_change_state):
7376         Clean up the dynamic pads when going to READY.
7377
7378 2007-12-12  Wim Taymans  <wim.taymans@collabora.co.uk>
7379
7380         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_finalize),
7381         (gst_rtp_bin_set_sdes_string), (gst_rtp_bin_get_sdes_string),
7382         (gst_rtp_bin_handle_message):
7383         * gst/rtpmanager/rtpsession.c: (rtp_session_finalize),
7384         (rtp_session_send_bye):
7385         * gst/rtpmanager/rtpsource.c: (rtp_source_finalize):
7386         Fix some leaks.
7387
7388 2007-12-12  Sebastian Dröge  <slomo@circular-chaos.org>
7389
7390         * ext/dts/gstdtsdec.c: (gst_dtsdec_init),
7391           (gst_dtsdec_sink_setcaps), (gst_dtsdec_chain_raw),
7392           (gst_dtsdec_chain):
7393         * ext/dts/gstdtsdec.h:
7394           Add support for "audio/x-private1-dts" as used by flupsparse. Most
7395           changes adapted from a52dec.
7396
7397 2007-12-11  David Schleef  <ds@schleef.org>
7398
7399         * sys/glsink/Makefile.am:
7400         * sys/glsink/glimagesink.c:
7401         * sys/glsink/glvideo.c:
7402         * sys/glsink/glvideo.h:
7403           Split out gl-related code into a separate file with a
7404           sensible API.  Major cleanup.  Still crashes occasionally
7405           due to different threads touching bits at the same time.
7406
7407 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
7408
7409         Patch by: Wouter Cloetens <wouter at mind dot be>
7410
7411         * ext/soup/gstsouphttpsrc.c: (_do_init),
7412         (gst_souphttp_src_class_init), (gst_souphttp_src_init),
7413         (gst_souphttp_src_dispose), (gst_souphttp_src_set_property),
7414         (gst_souphttp_src_get_property), (unicodify),
7415         (gst_souphttp_src_unicodify), (gst_souphttp_src_create),
7416         (gst_souphttp_src_start), (gst_souphttp_src_stop),
7417         (gst_souphttp_src_unlock), (gst_souphttp_src_unlock_stop),
7418         (gst_souphttp_src_get_size), (gst_souphttp_src_is_seekable),
7419         (soup_got_headers), (soup_got_body), (soup_finished),
7420         (soup_got_chunk), (soup_response), (soup_parse_status),
7421         (gst_souphttp_src_uri_get_type),
7422         (gst_souphttp_src_uri_get_protocols),
7423         (gst_souphttp_src_uri_get_uri), (gst_souphttp_src_uri_set_uri),
7424         (gst_souphttp_src_uri_handler_init):
7425         * ext/soup/gstsouphttpsrc.h:
7426         Do not try to unpause I/O in the "queued" state.
7427         Reorganise a bunch of things and cleanups.
7428         Uses G_GUINT64_FORMAT instead of hard-coding %llu.
7429         See #502335.
7430
7431 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
7432
7433         * ext/x264/gstx264enc.c: (gst_x264_enc_set_src_caps):
7434         Fix caps memleak.
7435
7436 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
7437
7438         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
7439           (gst_flv_parse_tag_video):
7440           Don't strdup (and thus leak) codec name strings when passing
7441           them to gst_tag_list_add().
7442
7443 2007-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
7444
7445         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_class_init),
7446         (gst_rtp_bin_handle_message):
7447         * gst/rtpmanager/gstrtpsession.c: (source_get_sdes_structure),
7448         (on_ssrc_sdes):
7449         Post a message when the SDES infor changes for a source.
7450
7451         * gst/rtpmanager/rtpsession.c:
7452         * gst/rtpmanager/rtpsource.c:
7453         Update some comments.
7454
7455 2007-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
7456
7457         Based on patch by: <mutex at runbox dot com>
7458
7459         * gst/videoparse/gstvideoparse.c: (gst_video_parse_src_query):
7460         Forward the query upstream, the default element event handler does
7461         something different. Fixes #502879.
7462
7463 2007-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
7464
7465         * gst/rtpmanager/gstrtpbin.c: (on_ssrc_sdes), (create_session),
7466         (gst_rtp_bin_class_init):
7467         * gst/rtpmanager/gstrtpbin.h:
7468         * gst/rtpmanager/gstrtpclient.c:
7469         * gst/rtpmanager/gstrtpclient.h:
7470         * gst/rtpmanager/gstrtpjitterbuffer.h:
7471         * gst/rtpmanager/gstrtpmanager.c:
7472         * gst/rtpmanager/gstrtpptdemux.c:
7473         * gst/rtpmanager/gstrtpptdemux.h:
7474         * gst/rtpmanager/gstrtpsession.c: (on_ssrc_sdes),
7475         (gst_rtp_session_class_init), (gst_rtp_session_init):
7476         * gst/rtpmanager/gstrtpsession.h:
7477         * gst/rtpmanager/gstrtpssrcdemux.c:
7478         * gst/rtpmanager/gstrtpssrcdemux.h:
7479         * gst/rtpmanager/rtpjitterbuffer.c:
7480         * gst/rtpmanager/rtpjitterbuffer.h:
7481         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
7482         (on_ssrc_sdes), (rtp_session_process_sdes):
7483         * gst/rtpmanager/rtpsession.h:
7484         * gst/rtpmanager/rtpsource.c:
7485         * gst/rtpmanager/rtpsource.h:
7486         * gst/rtpmanager/rtpstats.c:
7487         * gst/rtpmanager/rtpstats.h:
7488         Add signal to notify of an SDES change.
7489         Fix object type in the signal callbacks.
7490
7491 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
7492
7493         * gst/rtpmanager/gstrtpbin.c: (create_session),
7494         (gst_rtp_bin_class_init), (gst_rtp_bin_init), (sdes_type_to_name),
7495         (gst_rtp_bin_set_sdes_string), (gst_rtp_bin_get_sdes_string),
7496         (gst_rtp_bin_set_property), (gst_rtp_bin_get_property):
7497         * gst/rtpmanager/gstrtpbin.h:
7498         Expose SDES items as properties and configure the session managers with
7499         them.
7500
7501         * gst/rtpmanager/rtpsource.c: (rtp_source_class_init),
7502         (rtp_source_set_property):
7503         Fix SSRC property.
7504
7505 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
7506
7507         * gst/rtpmanager/gstrtpbin.c: (create_session):
7508         * gst/rtpmanager/rtpjitterbuffer.c:
7509         Update comment.
7510
7511         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
7512         (gst_rtp_session_set_property), (gst_rtp_session_get_property):
7513         Define some GObject properties to set SDES and other configuration.
7514
7515         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
7516         (rtp_session_init), (rtp_session_finalize),
7517         (rtp_session_set_property), (rtp_session_get_property),
7518         (on_ssrc_sdes), (rtp_session_set_bandwidth),
7519         (rtp_session_get_bandwidth), (rtp_session_set_rtcp_fraction),
7520         (rtp_session_get_rtcp_fraction), (rtp_session_set_sdes_string),
7521         (rtp_session_get_sdes_string), (obtain_source),
7522         (rtp_session_get_internal_source), (rtp_session_process_sdes),
7523         (rtp_session_send_rtp), (rtp_session_next_timeout), (session_sdes),
7524         (is_rtcp_time):
7525         * gst/rtpmanager/rtpsession.h:
7526         Add signal when new SDES infor has been found for a source.
7527         Create properties for SDES and other info.
7528         Simplify the SDES API.
7529         Add method for getting the internal source object of the session.
7530
7531         * gst/rtpmanager/rtpsource.c: (rtp_source_class_init),
7532         (rtp_source_finalize), (rtp_source_set_property),
7533         (rtp_source_get_property), (rtp_source_set_callbacks),
7534         (rtp_source_get_ssrc), (rtp_source_set_as_csrc),
7535         (rtp_source_is_as_csrc), (rtp_source_is_active),
7536         (rtp_source_is_validated), (rtp_source_is_sender),
7537         (rtp_source_received_bye), (rtp_source_get_bye_reason),
7538         (rtp_source_set_sdes), (rtp_source_set_sdes_string),
7539         (rtp_source_get_sdes), (rtp_source_get_sdes_string),
7540         (rtp_source_get_new_sr), (rtp_source_get_new_rb):
7541         * gst/rtpmanager/rtpsource.h:
7542         Add GObject properties for various things.
7543         Don't leak the bye reason.
7544
7545 2007-12-09  Edward Hervey  <edward@collabora.co.uk>
7546
7547         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
7548         (gst_flv_parse_tag_video):
7549         Fix list of supported and known codecs.
7550         Emit tag with the codec name so it gets properly reported in totem and
7551         other applications.
7552
7553 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
7554
7555         * configure.ac:
7556         Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
7557
7558 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
7559
7560         * gst/equalizer/gstiirequalizer.c:
7561         (gst_iir_equalizer_transform_ip):
7562         Fix compilation.
7563
7564 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
7565
7566         * gst/equalizer/gstiirequalizer.c:
7567         (gst_iir_equalizer_transform_ip):
7568         Don't process buffers in passthrough mode.
7569
7570 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
7571
7572         * gst/filter/gstbpwsinc.c: (bpwsinc_transform):
7573         * gst/filter/gstlpwsinc.c: (lpwsinc_transform):
7574         The transform() methods are not called in passthrough mode so
7575         there's no need for checking if the element is in passthrough mode.
7576
7577 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
7578
7579         * gst/filter/gstbpwsinc.c: (bpwsinc_transform):
7580         * gst/filter/gstlpwsinc.c: (lpwsinc_transform):
7581         Sync the GObject properties with the controller even in passthrough
7582         mode to get consistent property values.
7583
7584 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
7585
7586         * gst/mpegtsparse/mpegtsparse.c: (crc_tab):
7587           Mark crc values table as constant.
7588
7589 2007-12-05  Edgard Lima  <edgard.lima@indt.org.br>
7590
7591         * ext/metadata/metadataexif.c:
7592         * ext/metadata/metadataiptc.c:
7593         * ext/metadata/metadatatags.c:
7594         * ext/metadata/metadatatags.h:
7595         * ext/metadata/metadataxmp.c:
7596           Added some tags to exif parser.
7597
7598 2007-12-05  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7599
7600         * gst/mpegtsparse/mpegtspacketizer.c:
7601         * gst/mpegtsparse/mpegtsparse.c:
7602         A sub table is identified by the pair table_id and 
7603         sub_table_identifier, not by pid. So hash with that.
7604         * sys/dvb/dvbbasebin.c:
7605         Make sure initial pids are added properly to filter,
7606
7607 2007-12-05  Andy Wingo  <wingo@pobox.com>
7608
7609         * gst/switch/gstswitch.c (gst_switch_set_property): Don't push
7610         buffers from app thread when unsetting `queue-buffers', it's
7611         dangerous and the chain function will do it for us anyway.
7612
7613 2007-12-04  Edgard Lima  <edgard.lima@indt.org.br>
7614
7615         * ext/metadata/metadatamuxjpeg.c: (metadatamux_wrap_chunk),
7616         (metadatamux_jpeg_lazy_update):
7617         * ext/metadata/metadataparsejpeg.c: (metadataparse_jpeg_parse),
7618         (metadataparse_jpeg_reading):
7619           Now compiles even when libiptc is missing.
7620
7621 2007-12-04  Edgard Lima  <edgard.lima@indt.org.br>
7622
7623         * ext/metadata/gstmetadatamux.c:
7624         * ext/metadata/gstmetadatamux.h:
7625         * ext/metadata/gstmetadataparse.c:
7626         * ext/metadata/gstmetadataparse.h:
7627         * ext/metadata/metadata.c:
7628         * ext/metadata/metadata.h:
7629         * ext/metadata/metadatamuxjpeg.c:
7630         * ext/metadata/metadatamuxjpeg.h:
7631         * ext/metadata/metadatamuxpng.c:
7632         * ext/metadata/metadatamuxpng.h:
7633           Fixed element properties and now muxer writes to png also.
7634
7635 2007-12-03  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7636
7637         * gst/mpegtsparse/Makefile.am:
7638         * gst/mpegtsparse/mpegtspacketizer.c:
7639         * gst/mpegtsparse/mpegtsparse.c:
7640         Remove signals for pat, pmt, nit, eit, sdt. Replace with bus
7641         messages.
7642         * sys/dvb/dvbbasebin.c:
7643         Instead of attaching to signals, use the bus messages.
7644         Also fix up so the dvbsrc starts only outputting the info tables
7645         like PAT, CAT, NIT, SDT, EIT instead of the whole ts.
7646
7647 2007-12-03  Edgard Lima  <edgard.lima@indt.org.br>
7648
7649         * ext/metadata/gstmetadatamux.c:
7650         * ext/metadata/gstmetadatamux.h:
7651         * ext/metadata/metadataexif.c:
7652         * ext/metadata/metadataexif.h:
7653         * ext/metadata/metadataiptc.c:
7654         * ext/metadata/metadataiptc.h:
7655         * ext/metadata/metadatamuxjpeg.c:
7656         * ext/metadata/metadataxmp.c:
7657         * ext/metadata/metadataxmp.h:
7658           Muxer writes (in jpeg only) whole IPTC chunk sent as tag. Muxer
7659           implemets GstTagSetter interface.
7660
7661 2007-12-03  Thijs Vermeir  <thijsvermeir@gmail.com>
7662
7663         * gst/librfb/rfbdecoder.c:
7664                 Should fix the 64-bit build
7665
7666 2007-11-30  Edgard Lima  <edgard.lima@indt.org.br>
7667
7668         * ext/metadata/gstmetadatamux.c:
7669         * ext/metadata/gstmetadatamux.h:
7670         * ext/metadata/gstmetadataparse.c:
7671         * ext/metadata/gstmetadataparse.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/metadatamuxpng.c:
7678         * ext/metadata/metadataparsejpeg.c:
7679         * ext/metadata/metadataparsepng.c:
7680         * ext/metadata/metadataxmp.c:
7681         * ext/metadata/metadataxmp.h:
7682           Muxer writes (in jpeg only) whole EXIF and XMP chunks sent as tags.
7683
7684 2007-11-30  Thijs Vermeir  <thijsvermeir@gmail.com>
7685
7686         * gst/librfb/rfbdecoder.c:
7687         * gst/librfb/rfbdecoder.h:
7688                 Add CoRRE encoding
7689
7690 2007-11-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7691
7692         * gst/mpegtsparse/mpegtsparse.c:
7693         CRC check the psi pids. CRC checking code relicenced from MPL.
7694         Thanks Fluendo.
7695
7696 2007-11-30  Edgard Lima  <edgard.lima@indt.org.br>
7697
7698         * ext/metadata/Makefile.am:
7699         * ext/metadata/gstmetadatamux.c:
7700         * ext/metadata/gstmetadatamux.h:
7701         * ext/metadata/gstmetadataparse.c:
7702         * ext/metadata/metadata.c:
7703         * ext/metadata/metadata.h:
7704         * ext/metadata/metadatamuxjpeg.c:
7705         * ext/metadata/metadatamuxjpeg.h:
7706         * ext/metadata/metadatamuxpng.c:
7707         * ext/metadata/metadatamuxpng.h:
7708         * ext/metadata/metadataparsejpeg.c:
7709         * ext/metadata/metadataparsejpeg.h:
7710         * ext/metadata/metadataparsepng.c:
7711         * ext/metadata/metadataparsepng.h:
7712         * ext/metadata/metadatatypes.c:
7713         * ext/metadata/metadatatypes.h:
7714           Fixed get_range bug when injecting and stripping. And mux is almost
7715           done now.
7716
7717 2007-11-30  Thijs Vermeir  <thijsvermeir@gmail.com>
7718
7719         * gst/librfb/rfbdecoder.c:
7720                 Use glib macro for swapping
7721
7722 2007-11-29  Thijs Vermeir  <thijsvermeir@gmail.com>
7723
7724         * gst/librfb/gstrfbsrc.c:
7725         * gst/librfb/rfbdecoder.c:
7726         * gst/librfb/rfbdecoder.h:
7727                 Disable CopyRect encoding by default
7728                 Add RRE encoding
7729
7730 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
7731
7732         Patch by: Wouter Cloetens <wouter at mind dot be>
7733
7734         * configure.ac:
7735         Bump libsoup requirement as libsoup does not support async client
7736         operation prior to version 2.2.104 and it has some leaks.
7737
7738         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_class_init),
7739         (gst_souphttp_src_init), (gst_souphttp_src_dispose),
7740         (gst_souphttp_src_set_property), (gst_souphttp_src_create),
7741         (gst_souphttp_src_start), (gst_souphttp_src_stop),
7742         (gst_souphttp_src_unlock), (gst_souphttp_src_unlock_stop),
7743         (gst_souphttp_src_get_size), (soup_got_headers), (soup_got_body),
7744         (soup_finished), (soup_got_chunk), (soup_response),
7745         (soup_session_close):
7746         * ext/soup/gstsouphttpsrc.h:
7747         Implement unlock().
7748         Picks up the size from the Content-Length header and emit a duration
7749         message.
7750         Don't leak the GMainContext object.
7751         Fixes #500099.
7752
7753 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
7754
7755         * ext/alsaspdif/alsaspdifsink.c: (alsaspdifsink_set_caps),
7756         (alsaspdifsink_get_time), (alsaspdifsink_set_params),
7757         (alsaspdifsink_find_pcm_device):
7758         Don't free uninitialized data when we are in error.
7759
7760 2007-11-28  Edgard Lima  <edgard.lima@indt.org.br>
7761
7762         * ext/metadata/gstmetadatamux.c:
7763         * ext/metadata/gstmetadataparse.c:
7764         * ext/metadata/metadataexif.c:
7765         * ext/metadata/metadataexif.h:
7766         * ext/metadata/metadataiptc.c:
7767         * ext/metadata/metadataiptc.h:
7768         * ext/metadata/metadatatags.c:
7769         * ext/metadata/metadatatags.h:
7770         * ext/metadata/metadataxmp.c:
7771         * ext/metadata/metadataxmp.h:
7772           Sending make and model individual tags and muxer now links fine.
7773
7774 2007-11-28  Edgard Lima  <edgard.lima@indt.org.br>
7775
7776         * ext/metadata/Makefile.am:
7777         * ext/metadata/gstmetadata.c:
7778         * ext/metadata/gstmetadatamux.c:
7779         * ext/metadata/gstmetadatamux.h:
7780         * ext/metadata/gstmetadataparse.c:
7781         * ext/metadata/gstmetadataparse.h:
7782         * ext/metadata/metadata.c:
7783         * ext/metadata/metadata.h:
7784         * ext/metadata/metadataexif.c:
7785         * ext/metadata/metadataexif.h:
7786         * ext/metadata/metadataiptc.c:
7787         * ext/metadata/metadataiptc.h:
7788         * ext/metadata/metadataparse.c:
7789         * ext/metadata/metadataparse.h:
7790         * ext/metadata/metadataparseexif.c:
7791         * ext/metadata/metadataparseexif.h:
7792         * ext/metadata/metadataparseiptc.c:
7793         * ext/metadata/metadataparseiptc.h:
7794         * ext/metadata/metadataparsexmp.c:
7795         * ext/metadata/metadataparsexmp.h:
7796         * ext/metadata/metadatatags.c:
7797         * ext/metadata/metadatatags.h:
7798         * ext/metadata/metadataxmp.c:
7799         * ext/metadata/metadataxmp.h:
7800           Small fixes in get_range and better structure for generic muxer and
7801           demuxer.
7802
7803 2007-11-26  Julien Moutte  <julien@fluendo.com>
7804
7805         * configure.ac: Add QuickTime Wrapper plug-in.
7806         * gst/speexresample/gstspeexresample.c:
7807         (gst_speex_resample_push_drain), (gst_speex_resample_process): Fix
7808         build on Mac OS X Leopard. Incorrect printf format arguments.
7809         * sys/Makefile.am:
7810         * sys/qtwrapper/Makefile.am:
7811         * sys/qtwrapper/audiodecoders.c:
7812         (qtwrapper_audio_decoder_base_init),
7813         (qtwrapper_audio_decoder_class_init),
7814         (qtwrapper_audio_decoder_init),
7815         (clear_AudioStreamBasicDescription), (fill_indesc_mp3),
7816         (fill_indesc_aac), (fill_indesc_samr), (fill_indesc_generic),
7817         (make_samr_magic_cookie), (open_decoder),
7818         (qtwrapper_audio_decoder_sink_setcaps), (process_buffer_cb),
7819         (qtwrapper_audio_decoder_chain),
7820         (qtwrapper_audio_decoder_sink_event),
7821         (qtwrapper_audio_decoders_register):
7822         * sys/qtwrapper/codecmapping.c: (audio_caps_from_string),
7823         (fourcc_to_caps):
7824         * sys/qtwrapper/codecmapping.h:
7825         * sys/qtwrapper/imagedescription.c: (image_description_for_avc1),
7826         (image_description_for_mp4v), (image_description_from_stsd_buffer),
7827         (image_description_from_codec_data):
7828         * sys/qtwrapper/imagedescription.h:
7829         * sys/qtwrapper/qtutils.c: (get_name_info_from_component),
7830         (get_output_info_from_component), (dump_avcc_atom),
7831         (dump_image_description), (dump_codec_decompress_params),
7832         (addSInt32ToDictionary), (dump_cvpixel_buffer),
7833         (DestroyAudioBufferList), (AllocateAudioBufferList):
7834         * sys/qtwrapper/qtutils.h:
7835         * sys/qtwrapper/qtwrapper.c: (plugin_init):
7836         * sys/qtwrapper/qtwrapper.h:
7837         * sys/qtwrapper/videodecoders.c:
7838         (qtwrapper_video_decoder_base_init),
7839         (qtwrapper_video_decoder_class_init),
7840         (qtwrapper_video_decoder_init), (qtwrapper_video_decoder_finalize),
7841         (fill_image_description), (new_image_description), (close_decoder),
7842         (open_decoder), (qtwrapper_video_decoder_sink_setcaps),
7843         (decompressCb), (qtwrapper_video_decoder_chain),
7844         (qtwrapper_video_decoder_sink_event),
7845         (qtwrapper_video_decoders_register): Initial import of QuickTime
7846         wrapper jointly developped by Songbird authors (Pioneers of the
7847         Inevitable) and Fluendo.
7848
7849 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
7850
7851         * gst/spectrum/gstspectrum.c:
7852           Use dispose and finalize. Dispose can be called multiple times.
7853
7854 2007-11-26  Edgard Lima  <edgard.lima@indt.org.br>
7855
7856         * ext/metadata/gstmetadataparse.c: (gst_metadata_parse_init),
7857         (gst_metadata_parse_chain), (gst_metadata_parse_checkgetrange):
7858           Now works when get_range is not available upstream.
7859
7860 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
7861
7862         * gst/speexresample/README:
7863         * gst/speexresample/arch.h:
7864         * gst/speexresample/resample.c: (resampler_basic_direct_single),
7865         (resampler_basic_direct_double),
7866         (resampler_basic_interpolate_single),
7867         (resampler_basic_interpolate_double),
7868         (speex_resampler_process_native), (speex_resampler_process_float),
7869         (speex_resampler_process_int),
7870         (speex_resampler_process_interleaved_float),
7871         (speex_resampler_process_interleaved_int),
7872         (speex_resampler_get_input_latency),
7873         (speex_resampler_get_output_latency):
7874         * gst/speexresample/speex_resampler.h:
7875         Update speex resampler to latest SVN. We're now down to only the
7876         changes noted in README again.
7877
7878         * gst/speexresample/speex_resampler_wrapper.h:
7879         * gst/speexresample/gstspeexresample.c:
7880         (gst_speex_resample_push_drain), (gst_speex_resample_query):
7881         Adjust to API changes.
7882
7883 2007-11-25  Edward Hervey  <bilboed@bilboed.com>
7884
7885         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
7886         (gst_flv_parse_tag_video):
7887         Output segment with proper 'stop' value, makes flvdemux 100% compatible
7888         with gnonlin.
7889
7890 2007-11-25  Stefan Kost  <ensonic@users.sf.net>
7891
7892         * ext/dc1394/gstdc1394.c:
7893           Set initial structure name to fix assertion, due to recent caps name
7894           constraints.
7895
7896 2007-11-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
7897
7898         patch by: Alessandro Decina
7899
7900         * gst/mpegtsparse/mpegtspacketizer.c:
7901         * gst/mpegtsparse/mpegtspacketizer.h:
7902         * gst/mpegtsparse/mpegtsparse.c:
7903         * gst/mpegtsparse/mpegtsparse.h:
7904         pat-info is now a signal not a GObject property that
7905         gets notified.
7906         pat-info, pmt-info now instead of passing a GObject as
7907         a parameter, pass a GstStructure.
7908         New signals: nit-info, sdt-info, eit-info for DVB SI information
7909         * sys/dvb/camconditionalaccess.c:
7910         * sys/dvb/camconditionalaccess.h:
7911         * sys/dvb/camdevice.c:
7912         * sys/dvb/camdevice.h:
7913         * sys/dvb/camswclient.c:
7914         * sys/dvb/camswclient.h:
7915         * sys/dvb/camutils.c:
7916         * sys/dvb/camutils.h:
7917         Cam code now uses the pmt GstStructure passed from mpegtsparse
7918         signals rather than the GObject.
7919         * sys/dvb/dvbbasebin.c:
7920         Use new signals in mpegtsparse and use GstStructures as per
7921         mpegtsparse's modified API.
7922         
7923 2007-11-23  Edgard Lima  <edgard.lima@indt.org.br>
7924
7925         * ext/metadata/Makefile.am:
7926         * ext/metadata/gstmetadata.c:
7927         * ext/metadata/gstmetadatamux.c:
7928         * ext/metadata/gstmetadatamux.h:
7929         * ext/metadata/gstmetadataparse.c:
7930         * ext/metadata/gstmetadataparse.h:
7931         * ext/metadata/metadataparse.c:
7932         * ext/metadata/metadataparse.h:
7933         * ext/metadata/metadataparsejpeg.c:
7934         * ext/metadata/metadataparsejpeg.h:
7935         * ext/metadata/metadataparsepng.c:
7936         * ext/metadata/metadataparsepng.h:
7937         * ext/metadata/metadataparsetypes.h:
7938         * ext/metadata/metadatatypes.c:
7939         * ext/metadata/metadatatypes.h:
7940           Now parser is generic (just add/remove a list of chunks). And a
7941           template of muxer has been created.
7942
7943 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
7944
7945         * gst/speexresample/gstspeexresample.c:
7946         (gst_speex_resample_update_state):
7947         Only post the latency message if we have a resampler state already.
7948
7949 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
7950
7951         * gst/speexresample/gstspeexresample.c:
7952         (gst_speex_resample_update_state):
7953         Also post GST_MESSAGE_LATENCY if the latency changes.
7954
7955 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
7956
7957         * gst/speexresample/resample.c: (speex_resampler_get_latency),
7958         (speex_resampler_drain_float), (speex_resampler_drain_int),
7959         (speex_resampler_drain_interleaved_float),
7960         (speex_resampler_drain_interleaved_int):
7961         * gst/speexresample/speex_resampler.h:
7962         * gst/speexresample/speex_resampler_wrapper.h:
7963         Add functions to push the remaining samples and to get the latency
7964         of the resampler. These will get added to Speex SVN in this or a
7965         slightly changed form at some point too and should get merged then
7966         again.
7967
7968         * gst/speexresample/gstspeexresample.c: (gst_speex_resample_init),
7969         (gst_speex_resample_init_state),
7970         (gst_speex_resample_transform_size),
7971         (gst_speex_resample_push_drain), (gst_speex_resample_event),
7972         (gst_speex_fix_output_buffer), (gst_speex_resample_process),
7973         (gst_speex_resample_query), (gst_speex_resample_query_type):
7974         Drop the prepending zeroes and output the remaining samples on EOS.
7975         Also properly implement the latency query for this. speexresample
7976         should be completely ready for production use now.
7977
7978 2007-11-22  Wim Taymans  <wim.taymans@gmail.com>
7979
7980         * gst/rtpmanager/gstrtpjitterbuffer.c:
7981         (gst_rtp_jitter_buffer_query):
7982         jitterbuffer can buffer an unlimited amount of time and thus has no
7983         max_latency requirements.
7984
7985 2007-11-21  Sebastian Dröge  <slomo@circular-chaos.org>
7986
7987         * gst/speexresample/README:
7988         Add README explaining where the resampling code was taken from
7989         and which changes were done.
7990
7991         * gst/speexresample/resample.c: (speex_alloc), (speex_realloc),
7992         (speex_free):
7993         Use g_malloc() and friends instead of malloc() to achieve higher
7994         portability and define the functions inline.
7995
7996         * gst/speexresample/speex_resampler.h:
7997         Add back some useless preprocessor stuff to keep the diff between
7998         our version and the one from the Speex SVN repository lower.
7999
8000 2007-11-21  Sebastian Dröge  <slomo@circular-chaos.org>
8001
8002         * gst/filter/gstbpwsinc.c: (bpwsinc_set_property):
8003         * gst/filter/gstlpwsinc.c: (lpwsinc_set_property):
8004         Post a GST_MESSAGE_LATENCY if the latency changes.
8005
8006 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
8007
8008         * ext/faac/gstfaac.c: (gst_faac_sink_event):
8009         Don't try to flush the decoder on EOS when it was not initialized.
8010         Fixes #498667
8011
8012 2007-11-21  Julien Moutte  <julien@fluendo.com>
8013
8014         * ext/sdl/sdlaudiosink.c: (gst_sdlaudio_sink_write): Fix build
8015         on Mac OS X. (missing format parameter)
8016
8017 2007-11-21  Stefan Kost  <ensonic@users.sf.net>
8018
8019         * gst/equalizer/gstiirequalizer10bands.c:
8020         * gst/equalizer/gstiirequalizer3bands.c:
8021           Remove preset iface again. We'll re-add this after its been released
8022           in -good.
8023
8024 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8025
8026         * gst/speexresample/gstspeexresample.c:
8027         (gst_speex_fix_output_buffer), (gst_speex_resample_transform):
8028         Some small cleanup and addition of a TODO item.
8029
8030 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8031
8032         * gst/speexresample/Makefile.am:
8033         Add missing file.
8034
8035 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8036
8037         * docs/plugins/inspect/plugin-app.xml:
8038         * docs/plugins/inspect/plugin-bayer.xml:
8039         * docs/plugins/inspect/plugin-cdaudio.xml:
8040         * docs/plugins/inspect/plugin-dvb.xml:
8041         * docs/plugins/inspect/plugin-dvbsrc.xml:
8042         * docs/plugins/inspect/plugin-dvdspu.xml:
8043         * docs/plugins/inspect/plugin-festival.xml:
8044         * docs/plugins/inspect/plugin-flvdemux.xml:
8045         * docs/plugins/inspect/plugin-gstinterlace.xml:
8046         * docs/plugins/inspect/plugin-interleave.xml:
8047         * docs/plugins/inspect/plugin-ladspa.xml:
8048         * docs/plugins/inspect/plugin-mpeg4videoparse.xml:
8049         * docs/plugins/inspect/plugin-mpegtsparse.xml:
8050         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
8051         * docs/plugins/inspect/plugin-mve.xml:
8052         * docs/plugins/inspect/plugin-nas.xml:
8053         * docs/plugins/inspect/plugin-nuvdemux.xml:
8054         * docs/plugins/inspect/plugin-quicktime.xml:
8055         * docs/plugins/inspect/plugin-real.xml:
8056         * docs/plugins/inspect/plugin-rfbsrc.xml:
8057         * docs/plugins/inspect/plugin-sdp.xml:
8058         * docs/plugins/inspect/plugin-sndfile.xml:
8059         * docs/plugins/inspect/plugin-soup.xml:
8060         * docs/plugins/inspect/plugin-speexresample.xml:
8061         * docs/plugins/inspect/plugin-stereo.xml:
8062         * docs/plugins/inspect/plugin-switch.xml:
8063         * docs/plugins/inspect/plugin-vcdsrc.xml:
8064         * docs/plugins/inspect/plugin-videocrop.xml:
8065         * docs/plugins/inspect/plugin-videoparse.xml:
8066         * docs/plugins/inspect/plugin-vmnc.xml:
8067         * docs/plugins/inspect/plugin-x264.xml:
8068         * docs/plugins/inspect/plugin-y4menc.xml:
8069         Add missing inspection files to CVS.
8070
8071 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8072
8073         * docs/plugins/Makefile.am:
8074         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
8075         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
8076         * docs/plugins/gst-plugins-bad-plugins.args:
8077         * docs/plugins/gst-plugins-bad-plugins.signals:
8078         * docs/plugins/inspect/plugin-bz2.xml:
8079         * docs/plugins/inspect/plugin-cdxaparse.xml:
8080         * docs/plugins/inspect/plugin-dtsdec.xml:
8081         * docs/plugins/inspect/plugin-equalizer.xml:
8082         * docs/plugins/inspect/plugin-faac.xml:
8083         * docs/plugins/inspect/plugin-faad.xml:
8084         * docs/plugins/inspect/plugin-filter.xml:
8085         * docs/plugins/inspect/plugin-freeze.xml:
8086         * docs/plugins/inspect/plugin-gio.xml:
8087         * docs/plugins/inspect/plugin-gsm.xml:
8088         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
8089         * docs/plugins/inspect/plugin-h264parse.xml:
8090         * docs/plugins/inspect/plugin-modplug.xml:
8091         * docs/plugins/inspect/plugin-mpeg2enc.xml:
8092         * docs/plugins/inspect/plugin-musepack.xml:
8093         * docs/plugins/inspect/plugin-musicbrainz.xml:
8094         * docs/plugins/inspect/plugin-nsfdec.xml:
8095         * docs/plugins/inspect/plugin-replaygain.xml:
8096         * docs/plugins/inspect/plugin-soundtouch.xml:
8097         * docs/plugins/inspect/plugin-spcdec.xml:
8098         * docs/plugins/inspect/plugin-spectrum.xml:
8099         * docs/plugins/inspect/plugin-speed.xml:
8100         * docs/plugins/inspect/plugin-tta.xml:
8101         * docs/plugins/inspect/plugin-videosignal.xml:
8102         * docs/plugins/inspect/plugin-xingheader.xml:
8103         * docs/plugins/inspect/plugin-xvid.xml:
8104         * gst/speexresample/gstspeexresample.h:
8105         Add speexresample to the docs and while at that do a make update.
8106
8107 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8108
8109         * gst/speexresample/gstspeexresample.c:
8110         (gst_speex_fix_output_buffer), (gst_speex_resample_process):
8111         If the resampler gives less output samples than expected
8112         adjust the output buffer and print a warning.
8113
8114 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8115
8116         * configure.ac:
8117         * gst/speexresample/arch.h:
8118         * gst/speexresample/fixed_generic.h:
8119         * gst/speexresample/gstspeexresample.c:
8120         (gst_speex_resample_base_init), (gst_speex_resample_class_init),
8121         (gst_speex_resample_init), (gst_speex_resample_start),
8122         (gst_speex_resample_stop), (gst_speex_resample_get_unit_size),
8123         (gst_speex_resample_transform_caps),
8124         (gst_speex_resample_init_state), (gst_speex_resample_update_state),
8125         (gst_speex_resample_reset_state), (gst_speex_resample_parse_caps),
8126         (gst_speex_resample_transform_size), (gst_speex_resample_set_caps),
8127         (gst_speex_resample_event), (gst_speex_resample_check_discont),
8128         (gst_speex_resample_process), (gst_speex_resample_transform),
8129         (gst_speex_resample_set_property),
8130         (gst_speex_resample_get_property), (plugin_init):
8131         * gst/speexresample/gstspeexresample.h:
8132         * gst/speexresample/resample.c: (speex_alloc), (speex_realloc),
8133         (speex_free), (compute_func), (main), (sinc), (cubic_coef),
8134         (resampler_basic_direct_single), (resampler_basic_direct_double),
8135         (resampler_basic_interpolate_single),
8136         (resampler_basic_interpolate_double), (update_filter),
8137         (speex_resampler_init), (speex_resampler_init_frac),
8138         (speex_resampler_destroy), (speex_resampler_process_native),
8139         (speex_resampler_process_float), (speex_resampler_process_int),
8140         (speex_resampler_process_interleaved_float),
8141         (speex_resampler_process_interleaved_int),
8142         (speex_resampler_set_rate), (speex_resampler_get_rate),
8143         (speex_resampler_set_rate_frac), (speex_resampler_get_ratio),
8144         (speex_resampler_set_quality), (speex_resampler_get_quality),
8145         (speex_resampler_set_input_stride),
8146         (speex_resampler_get_input_stride),
8147         (speex_resampler_set_output_stride),
8148         (speex_resampler_get_output_stride), (speex_resampler_skip_zeros),
8149         (speex_resampler_reset_mem), (speex_resampler_strerror):
8150         * gst/speexresample/speex_resampler.h:
8151         * gst/speexresample/speex_resampler_float.c:
8152         * gst/speexresample/speex_resampler_int.c:
8153         * gst/speexresample/speex_resampler_wrapper.h:
8154         Add resample element based on the Speex resampling algorithm.
8155
8156 2007-11-20  Edgard Lima  <edgard.lima@indt.org.br>
8157
8158         * ext/metadata/gstmetadataparse.c:
8159         * ext/metadata/gstmetadataparse.h:
8160           Fixed buffer strip (safer wil pull and after seek).
8161
8162 2007-11-19  Stefan Kost  <ensonic@users.sf.net>
8163
8164         * gst/equalizer/gstiirequalizer10bands.c:
8165         * gst/equalizer/gstiirequalizer3bands.c:
8166           Activate preset iface and upload two presets here.
8167
8168 2007-11-19  Edgard Lima  <edgard.lima@indt.org.br>
8169
8170         * ext/metadata/gstmetadataparse.c:
8171         * ext/metadata/gstmetadataparse.h:
8172           Strip out in pull mode also. Seek and Query functions added.
8173
8174 2007-11-18  Edgard Lima  <edgard.lima@indt.org.br>
8175
8176         * ext/metadata/gstmetadataparse.c:
8177         * ext/metadata/gstmetadataparse.h:
8178         * ext/metadata/metadataparse.c:
8179         * ext/metadata/metadataparse.h:
8180         * ext/metadata/metadataparsejpeg.c:
8181         * ext/metadata/metadataparsejpeg.h:
8182         * ext/metadata/metadataparsepng.c:
8183         * ext/metadata/metadataparsepng.h:
8184         * ext/metadata/metadataparsetypes.h:
8185           Strip out metadata chunks.
8186
8187 2007-11-16  Stefan Kost  <ensonic@users.sf.net>
8188
8189         * configure.ac:
8190           Als use AG_GST_PLUGIN_DOCS (see #344039).
8191
8192 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
8193
8194         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
8195
8196         * gst/mpegtsparse/mpegtspacketizer.c: (foreach_stream_clear),
8197         (remove_all), (mpegts_packetizer_clear):
8198         Ensure that the plugin does not crash when the property pat-info is
8199         queried before a PAT is available. It also ensures that the PAT info is
8200         cleared when the changing from PLAYING to READY.
8201         Fixes #487892.
8202
8203 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
8204
8205         Patch by: Wouter Paesen <wouter at blue-gate dot be>
8206
8207         * ext/soundtouch/gstpitch.cc:
8208         Handle seeking correctly. Fixes #461068.
8209
8210 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
8211
8212         Patch by: Michael Kötter <m dot koetter at oraise dot de>
8213
8214         * ext/alsaspdif/alsaspdifsink.c: (alsaspdifsink_set_caps),
8215         (alsaspdifsink_get_time), (alsaspdifsink_open),
8216         (alsaspdifsink_set_params), (alsaspdifsink_delay), (plugin_init):
8217         Fix sample rate and clocking.
8218         Remove buffer_time and period_time as this seems to break on some
8219         hardware. Fixes #485462.
8220
8221 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
8222
8223         Patch by: Wouter Cloetens <wouter at mind dot be>
8224
8225         * configure.ac:
8226         * ext/Makefile.am:
8227         * ext/soup/Makefile.am:
8228         * ext/soup/gstsouphttpsrc.c: (_do_init),
8229         (gst_souphttp_src_base_init), (gst_souphttp_src_class_init),
8230         (gst_souphttp_src_init), (gst_souphttp_src_dispose),
8231         (gst_souphttp_src_set_property), (gst_souphttp_src_get_property),
8232         (gst_souphttp_src_create), (gst_souphttp_src_start),
8233         (gst_souphttp_src_stop), (gst_souphttp_src_unlock),
8234         (gst_souphttp_src_set_location), (soup_got_chunk), (soup_response),
8235         (soup_session_close), (plugin_init):
8236         * ext/soup/gstsouphttpsrc.h:
8237         Added HTTP source based on libsoup. Fixes #497020.
8238
8239 2007-11-15  Thijs Vermeir  <thijsvermeir@gmail.com>
8240
8241         * gst/librfb/gstrfbsrc.c:
8242         don't forget to handle the offset's
8243         * gst/librfb/rfbdecoder.c:
8244         * gst/librfb/rfbdecoder.h:
8245         precalculate some many used values
8246
8247 2007-11-15  Thijs Vermeir  <thijsvermeir@gmail.com>
8248
8249         patch by: Armando Taffarel Neto <taffarel@solis.coop.br>
8250         * gst/librfb/gstrfbsrc.c:
8251         Set the timestamp for the output buffers
8252
8253 2007-11-14  Sebastian Dröge  <slomo@circular-chaos.org>
8254
8255         * tests/check/elements/spectrum.c: (GST_START_TEST):
8256         Fix spectrum unit test for the latest spectrum changes.
8257
8258 2007-11-12  Sebastian Dröge  <slomo@circular-chaos.org>
8259
8260         Patch by: René Stadler <mail at renestadler dot de>
8261
8262         * gst/replaygain/rganalysis.c: (yule_filter):
8263         Avoid slowdown from denormals when processing near-silence input data.
8264         Spotted by Gabriel Bouvigne. Fixes #494499.
8265
8266 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
8267
8268         * gst/flv/gstflvparse.c:
8269         Add mapping for Nellymoser ASAO audio codec.
8270         (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video): Make sure we
8271         actually have data to read at the end of the tag. This avoids trying
8272         to allocate negative buffers.
8273
8274 2007-11-12  Edgard Lima  <edgard.lima@indt.org.br>
8275
8276         * ext/metadata/README:
8277           Added a design proposal from metadata parse and mux.
8278
8279 2007-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
8280
8281         * gst/equalizer/demo.c: (draw_spectrum):
8282         * gst/spectrum/demo-audiotest.c: (draw_spectrum):
8283         * gst/spectrum/demo-osssrc.c: (draw_spectrum):
8284         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init):
8285         Change the meaning of the magnitude values given in the
8286         GstMessages by spectrum to decibel instead of
8287         decibel+threshold.
8288
8289 2007-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
8290
8291         * gst/equalizer/gstiirequalizer10bands.c:
8292         * gst/equalizer/gstiirequalizer3bands.c:
8293         * gst/equalizer/gstiirequalizernbands.c:
8294         And continue to update docs. Also include some sample code
8295         for the n-band equalizer in the docs.
8296
8297 2007-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
8298
8299         * gst/equalizer/gstiirequalizer10bands.c:
8300         (gst_iir_equalizer_10bands_class_init):
8301         * gst/equalizer/gstiirequalizer3bands.c:
8302         (gst_iir_equalizer_3bands_class_init):
8303         * gst/equalizer/gstiirequalizernbands.c:
8304         Update docs and property ranges to the real values.
8305
8306 2007-11-09  Sebastian Dröge  <slomo@circular-chaos.org>
8307
8308         * gst/spectrum/gstspectrum.c:
8309         Now do the scaling right for real. Also initialize a previously
8310         uninitialized variable.
8311
8312 2007-11-09  Edgard Lima  <edgard.lima@indt.org.br>
8313
8314         * ext/metadata/metadataparsexmp.c:
8315         (metadataparse_xmp_tag_list_add),
8316         (metadataparse_xmp_iter_simple_qual),
8317         (metadataparse_xmp_iter_simple), (metadataparse_xmp_iter_array),
8318         (metadataparse_xmp_iter):
8319           Extracting more detailed info from XMP.
8320
8321 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
8322
8323         * gst/equalizer/demo.c:
8324           Make default volume a bit less. Improve layout by giving more space to
8325           the slider with big-numbers and enable fill.
8326
8327 2007-11-07  Sebastian Dröge  <slomo@circular-chaos.org>
8328
8329         * configure.ac:
8330         * tests/check/pipelines/gio.c: (GST_START_TEST):
8331         Require GIO >= 0.1.2 and adjust unit test for an API change.
8332
8333 2007-11-07  Sebastian Dröge  <slomo@circular-chaos.org>
8334
8335         * tests/icles/equalizer-test.c: (do_slider_fiddling):
8336         Fix gain ranges for the latest equalizer changes.
8337
8338 2007-11-07  Sebastian Dröge  <slomo@circular-chaos.org>
8339
8340         * ext/gio/gstgio.h:
8341         Add macro to check if a stream supports seeking.
8342
8343         * ext/gio/Makefile.am:
8344         * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_base_init),
8345         (gst_gio_base_sink_class_init), (gst_gio_base_sink_init),
8346         (gst_gio_base_sink_finalize), (gst_gio_base_sink_start),
8347         (gst_gio_base_sink_stop), (gst_gio_base_sink_unlock),
8348         (gst_gio_base_sink_unlock_stop), (gst_gio_base_sink_event),
8349         (gst_gio_base_sink_render), (gst_gio_base_sink_query),
8350         (gst_gio_base_sink_set_stream):
8351         * ext/gio/gstgiobasesink.h:
8352         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_base_init),
8353         (gst_gio_base_src_class_init), (gst_gio_base_src_init),
8354         (gst_gio_base_src_finalize), (gst_gio_base_src_start),
8355         (gst_gio_base_src_stop), (gst_gio_base_src_get_size),
8356         (gst_gio_base_src_is_seekable), (gst_gio_base_src_unlock),
8357         (gst_gio_base_src_unlock_stop), (gst_gio_base_src_check_get_range),
8358         (gst_gio_base_src_create), (gst_gio_base_src_set_stream):
8359         * ext/gio/gstgiobasesrc.h:
8360         Refactor common GIO functions to GstGioBaseSink and GstGioBaseSrc
8361         base classes that only require a GInputStream or GOutputStream to
8362         work.
8363
8364         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
8365         (gst_gio_sink_class_init), (gst_gio_sink_init),
8366         (gst_gio_sink_finalize), (gst_gio_sink_start):
8367         * ext/gio/gstgiosink.h:
8368         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
8369         (gst_gio_src_class_init), (gst_gio_src_init),
8370         (gst_gio_src_finalize), (gst_gio_src_start):
8371         * ext/gio/gstgiosrc.h:
8372         Use the newly created base classes here.
8373
8374         * ext/gio/gstgio.c: (plugin_init):
8375         * ext/gio/gstgiostreamsink.c: (gst_gio_stream_sink_base_init),
8376         (gst_gio_stream_sink_class_init), (gst_gio_stream_sink_init),
8377         (gst_gio_stream_sink_finalize), (gst_gio_stream_sink_set_property),
8378         (gst_gio_stream_sink_get_property):
8379         * ext/gio/gstgiostreamsink.h:
8380         * ext/gio/gstgiostreamsrc.c: (gst_gio_stream_src_base_init),
8381         (gst_gio_stream_src_class_init), (gst_gio_stream_src_init),
8382         (gst_gio_stream_src_finalize), (gst_gio_stream_src_set_property),
8383         (gst_gio_stream_src_get_property):
8384         * ext/gio/gstgiostreamsrc.h:
8385         Implement GstGioStreamSink and GstGioStreamSrc that have a property
8386         to set the GInputStream/GOutputStream that should be used.
8387
8388         * tests/check/Makefile.am:
8389         * tests/check/pipelines/.cvsignore:
8390         * tests/check/pipelines/gio.c: (message_handler), (GST_START_TEST),
8391         (gio_testsuite), (main):
8392         Add unit test for giostreamsrc and giostreamsink.
8393
8394 2007-11-07  Sebastian Dröge  <slomo@circular-chaos.org>
8395
8396         * ext/gio/gstgio.c: (plugin_init):
8397         Remove nowadays unnecessary workaround for a crash.
8398         
8399         * ext/gio/gstgiosink.c: (gst_gio_sink_finalize),
8400         (gst_gio_sink_start), (gst_gio_sink_stop),
8401         (gst_gio_sink_unlock_stop):
8402         * ext/gio/gstgiosink.h:
8403         * ext/gio/gstgiosrc.c: (gst_gio_src_finalize), (gst_gio_src_start),
8404         (gst_gio_src_stop), (gst_gio_src_unlock_stop):
8405         * ext/gio/gstgiosrc.h:
8406         Make the finalize function safer, clean up everything that could stay
8407         around.
8408
8409         Reset the cancellable instead of creating a new one after cancelling
8410         some operation.
8411
8412         Don't store the GFile in the element, it's only necessary for creating
8413         the streams.
8414
8415 2007-11-06  Sebastian Dröge  <slomo@circular-chaos.org>
8416
8417         * gst/spectrum/demo-audiotest.c: (main):
8418         Use autoaudiosink instead of alsasink and use a sine wave.
8419
8420         * gst/spectrum/gstspectrum.c:
8421         Fix the magnitude calculation.
8422
8423 2007-11-04  Tim-Philipp Müller  <tim at centricular dot net>
8424
8425         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
8426
8427         * gst-libs/gst/dshow/gstdshowfakesink.cpp:
8428           (CDshowFakeSink.CDshowFakeSink):
8429         * gst-libs/gst/dshow/gstdshowfakesink.h: (CDshowFakeSink.m_hres):
8430           Fix crasher in constructor due to the base class's constructor
8431           not necessarily being NULL-safe (depends on the SDK version used
8432           apparently; #492406).
8433
8434         * sys/dshowsrcwrapper/gstdshowaudiosrc.c: (gst_dshowaudiosrc_prepare):
8435         * sys/dshowsrcwrapper/gstdshowvideosrc.c: (gst_dshowvideosrc_set_caps):
8436           Fix a couple of MSVC compiler warnings (#492406).
8437
8438 2007-11-03  Sebastian Dröge  <slomo@circular-chaos.org>
8439
8440         * gst/equalizer/demo.c: (main):
8441         * gst/equalizer/gstiirequalizer.c:
8442         (gst_iir_equalizer_band_class_init), (setup_filter):
8443         Allow setting 0 as bandwidth and handle this correctly.
8444         Also handle a bandwidth of rate/2 properly.
8445
8446         * gst/equalizer/gstiirequalizernbands.c:
8447         (gst_iir_equalizer_nbands_class_init):
8448         Make it possible to generate a N-band equalizer with 1 bands. The
8449         previous limit of 2 was caused by a nowadays replaced calculation
8450         doing a division by zero if number of bands was 1.
8451
8452 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
8453
8454         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
8455
8456         * gst/rtpmanager/gstrtpsession.c:
8457           Fix bad function signatures (#492798).
8458
8459 2007-11-02  Edgard Lima  <edgard.lima@indt.org.br>
8460
8461         * ext/metadata/Makefile.am:
8462         * ext/metadata/gstmetadataparse.c:
8463         * ext/metadata/gstmetadataparse.h:
8464         * ext/metadata/metadataparse.c:
8465         * ext/metadata/metadataparse.h:
8466         * ext/metadata/metadataparseexif.c:
8467         * ext/metadata/metadataparseexif.h:
8468         * ext/metadata/metadataparseiptc.c:
8469         * ext/metadata/metadataparseiptc.h:
8470         * ext/metadata/metadataparsejpeg.c:
8471         * ext/metadata/metadataparsejpeg.h:
8472         * ext/metadata/metadataparsepng.c:
8473         * ext/metadata/metadataparsepng.h:
8474         * ext/metadata/metadataparseutil.c:
8475         * ext/metadata/metadataparseutil.h:
8476         * ext/metadata/metadataparsexmp.c:
8477         * ext/metadata/metadataparsexmp.h:
8478           Added support for PNG/XMP. Indentation. And fixed pull mode to parse
8479           the file. 
8480
8481 2007-11-02  Edgard Lima  <edgard.lima@indt.org.br>
8482
8483         * ext/metadata/gstmetadataparse.c: (gst_metadata_parse_init),
8484         (gst_metadata_parse_activate), (gst_metadata_parse_get_range),
8485         (gst_metadata_parse_element_activate_src_pull):
8486           Now metadataparse works in push or pull mode.
8487
8488 2007-11-01  Edgard Lima  <edgard.lima@indt.org.br>
8489
8490         * configure.ac:
8491         * ext/metadata/Makefile.am:
8492         * ext/metadata/metadataparseexif.c:
8493         (metadataparse_exif_tags_register),
8494         (metadataparse_exif_tag_list_add):
8495         * ext/metadata/metadataparseiptc.c:
8496         * ext/metadata/metadataparsejpeg.c: (metadataparse_jpeg_init),
8497         (metadataparse_jpeg_dispose), (metadataparse_jpeg_parse),
8498         (metadataparse_jpeg_reading), (metadataparse_jpeg_xmp):
8499         * ext/metadata/metadataparseutil.c:
8500         (metadataparse_tag_list_add_chunk):
8501         * ext/metadata/metadataparseutil.h:
8502         * ext/metadata/metadataparsexmp.c:
8503         (metadataparse_xmp_tags_register),
8504         (metadataparse_xmp_tag_list_add), (metadataparse_xmp_init),
8505         (metadataparse_xmp_dispose):
8506         * ext/metadata/metadataparsexmp.h:
8507           Some XMP stuff added.
8508
8509 2007-10-31  Edgard Lima  <edgard.lima@indt.org.br>
8510
8511         * ext/metadata/gstmetadataparse.c:
8512         (gst_metadata_parse_dispose_members),
8513         (gst_metadata_parse_init_members), (gst_metadata_parse_send_tags),
8514         (gst_metadata_parse_chain), (gst_metadata_parse_get_range),
8515         (gst_metadata_parse_change_state),
8516         (gst_metadata_parse_plugin_init):
8517         * ext/metadata/gstmetadataparse.h:
8518         * ext/metadata/metadataparseexif.c:
8519         (metadataparse_exif_tags_register),
8520         (metadataparse_exif_tag_list_add),
8521         (exif_data_foreach_content_func),
8522         (exif_content_foreach_entry_func):
8523         * ext/metadata/metadataparseexif.h:
8524         * ext/metadata/metadataparseiptc.c:
8525         (metadataparse_iptc_tags_register),
8526         (metadataparse_tag_list_add_chunk),
8527         (metadataparse_iptc_tag_list_add),
8528         (iptc_data_foreach_dataset_func):
8529         * ext/metadata/metadataparseiptc.h:
8530         * ext/metadata/metadataparsexmp.c:
8531         (metadataparse_xmp_tags_register),
8532         (metadataparse_xmp_tag_list_add):
8533         * ext/metadata/metadataparsexmp.h:
8534           Now sending iptc tag in whole chunk. Ready to also send exif and xmp
8535           in the same way (look at bug #486659).
8536
8537 2007-10-31  Thijs Vermeir  <thijsvermeir@gmail.com>
8538
8539         * gst/librfb/rfbdecoder.c:
8540                 Some refactoring in RAW encoding
8541
8542 2007-10-31  Thijs Vermeir  <thijsvermeir@gmail.com>
8543
8544         * gst/librfb/d3des.h:
8545         * gst/librfb/gstrfbsrc.c:
8546         * gst/librfb/gstrfbsrc.h:
8547         * gst/librfb/rfbbuffer.h:
8548         * gst/librfb/rfbcontext.h:
8549         * gst/librfb/rfbdecoder.c:
8550         * gst/librfb/rfbdecoder.h:
8551         * gst/librfb/rfbutil.h:
8552         * gst/librfb/vncauth.h:
8553                 Added copyrect encoding
8554
8555 2007-10-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8556
8557         * sys/dvb/camswclient.c:
8558         Warn on failed write.
8559
8560 2007-10-30  Sebastian Dröge  <slomo@circular-chaos.org>
8561
8562         * gst/equalizer/Makefile.am:
8563         * gst/equalizer/demo.c: (on_window_destroy), (on_configure_event),
8564         (on_gain_changed), (on_bandwidth_changed), (on_freq_changed),
8565         (draw_spectrum), (message_handler), (main):
8566         Add small demo application based on the spectrum demo applications
8567         that gets white noise as input, pushes it through an equalizer and
8568         paints the spectrum. For every equalizer band it's possible to set
8569         gain, bandwidth and frequency.
8570         * gst/equalizer/gstiirequalizer.c: (setup_filter):
8571         Add some guarding against too large or too small frequencies and
8572         bandwidths. Also improve debugging a bit.
8573
8574 2007-10-30  Sebastian Dröge  <slomo@circular-chaos.org>
8575
8576         * gst/equalizer/gstiirequalizer.c:
8577         (gst_iir_equalizer_band_set_property),
8578         (gst_iir_equalizer_band_get_property),
8579         (gst_iir_equalizer_band_class_init), (arg_to_scale),
8580         (setup_filter), (gst_iir_equalizer_compute_frequencies):
8581         Replace filters with a bit better filters for which we can actually
8582         find documentation, which don't change anything on zero gain, etc.
8583         
8584         Make the frequency property of the bands writable, rename the
8585         band-width property to bandwidth and change the meaning to the
8586         frequency difference between bandedges, change the meaning of the
8587         gain property to dB instead of a weird scale between -1 and 1 that
8588         has no real meaning.
8589
8590 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
8591
8592         * sys/dvb/dvbbasebin.c:
8593           Fix the build.
8594
8595 2007-10-30  Edgard Lima  <edgard.lima@indt.org.br>
8596
8597         * ext/metadata/.cvsignore:
8598         * ext/metadata/gstmetadataparse.c: (gst_metadata_parse_base_init),
8599         (gst_metadata_parse_init), (gst_metadata_parse_get_caps),
8600         (gst_metadata_parse_configure_srccaps),
8601         (gst_metadata_parse_set_caps), (gst_metadata_parse_activate),
8602         (gst_metadata_parse_plugin_init):
8603         * ext/metadata/metadataparse.c: (metadataparse_parse):
8604         * ext/metadata/metadataparse.h:
8605           Changed kclass to "Parser/Extracter/Metadata", changed caps to
8606           "image/jpeg, tags-extract=true/false" and changed priority to
8607           GST_RANK_PRIMARY+1. Also, srcpad can only work in push mode until
8608           fixed to also work in pull mode.
8609
8610 2007-10-30  Edgard Lima  <edgard.lima@indt.org.br>
8611
8612         * configure.ac:
8613         * ext/Makefile.am:
8614         * ext/metadata/:
8615         * ext/metadata/Makefile.am:
8616         * ext/metadata/gstmetadata.c:
8617         * ext/metadata/gstmetadataparse.c:
8618         * ext/metadata/gstmetadataparse.h:
8619         * ext/metadata/metadataparse.c:
8620         * ext/metadata/metadataparse.h:
8621         * ext/metadata/metadataparseexif.c:
8622         * ext/metadata/metadataparseexif.h:
8623         * ext/metadata/metadataparseiptc.c:
8624         * ext/metadata/metadataparseiptc.h:
8625         * ext/metadata/metadataparsejpeg.c:
8626         * ext/metadata/metadataparsejpeg.h:
8627         * ext/metadata/metadataparsexmp.c:
8628         * ext/metadata/metadataparsexmp.h:
8629           Created new plugin ('medadata') and element ('metadataparse') that
8630           extract metadata from images (look at bug #486659).
8631
8632 2007-10-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8633
8634         * sys/dvb/dvbbasebin.c:
8635         Uncomment the line that sets the pid filter. Wrong way to 
8636         work-around driver issues.
8637
8638 2007-10-28  Tim-Philipp Müller  <tim at centricular dot net>
8639
8640         * ext/faac/gstfaac.c: (gst_faac_profile_get_type),
8641           (gst_faac_class_init), (gst_faac_init):
8642           Fix bitrate ranges and change enum nick for low complexity
8643           profile from LOW to LC for consistency (#490060).
8644
8645 2007-10-27  Tim-Philipp Müller  <tim at centricular dot net>
8646
8647         * gst/interleave/interleave.c: (gst_interleave_request_new_pad):
8648           Let's not call every request pad we create "sink%d", that'll
8649           create problems if there's to be more than one pad. Fixes #490682.
8650
8651         * tests/check/Makefile.am:
8652         * tests/check/elements/.cvsignore:
8653         * tests/check/elements/interleave.c:
8654           Add unit test for the above.
8655
8656 2007-10-27  Julien MOUTTE  <julien@moutte.net>
8657
8658         * gst/mpeg4videoparse/mpeg4videoparse.c: (gst_mpeg4vparse_align),
8659         (gst_mpeg4vparse_drain), (gst_mpeg4vparse_chain),
8660         (gst_mpeg4vparse_sink_setcaps), (gst_mpeg4vparse_sink_event),
8661         (gst_mpeg4vparse_cleanup), (gst_mpeg4vparse_change_state),
8662         (gst_mpeg4vparse_dispose), (gst_mpeg4vparse_base_init),
8663         (gst_mpeg4vparse_class_init), (gst_mpeg4vparse_init),
8664         (plugin_init):
8665         * gst/mpeg4videoparse/mpeg4videoparse.h: Improved version not
8666         damaging headers using a simple state machine.
8667
8668 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
8669
8670         * ext/x264/gstx264enc.c:
8671           Fix build against the libx264 version that ships with debian stable.
8672
8673 2007-10-26  Julien MOUTTE  <julien@moutte.net>
8674
8675         * configure.ac:
8676         * gst/mpeg4videoparse/Makefile.am:
8677         * gst/mpeg4videoparse/mpeg4videoparse.c: (gst_mpeg4vparse_drain),
8678         (gst_mpeg4vparse_chain), (gst_mpeg4vparse_sink_setcaps),
8679         (gst_mpeg4vparse_sink_event), (gst_mpeg4vparse_cleanup),
8680         (gst_mpeg4vparse_change_state), (gst_mpeg4vparse_dispose),
8681         (gst_mpeg4vparse_base_init), (gst_mpeg4vparse_class_init),
8682         (gst_mpeg4vparse_init), (plugin_init):
8683         * gst/mpeg4videoparse/mpeg4videoparse.h: Add a simple MPEG4 ES
8684         parser.
8685
8686 2007-10-25  David Schleef  <ds@schleef.org>
8687
8688         * gst/multifile/Makefile.am:
8689         * gst/multifile/gstmultifilesink.c:
8690         * gst/multifile/gstmultifilesrc.c:
8691         * tests/check/Makefile.am:
8692         * tests/check/elements/multifile.c:
8693           Improve documentation, write some tests for multifilesrc/sink
8694           for upcoming ->good review.
8695
8696 2007-10-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8697
8698         * sys/dvb/gstdvbsrc.c:
8699         Actually use the code-rate-hp parameter for DVB-S.
8700         It turns out setting to AUTO does not always work (
8701         especially in diseq situations). Set by default to 
8702         FEC_AUTO.
8703
8704 2007-10-22  Julien MOUTTE  <julien@moutte.net>
8705
8706         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
8707         (gst_flv_parse_tag_video), (gst_flv_parse_tag_type): Don't
8708         emit no-more-pads for single pad scenarios as the header
8709         is definitely not reliable. We emit them for 2 pads scenarios
8710         though to speed up media discovery.
8711
8712 2007-10-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8713
8714         * sys/dvb/dvbbasebin.c:
8715         Added proxy property of diseqc-source
8716
8717 2007-10-18  Sebastian Dröge  <slomo@circular-chaos.org>
8718
8719         * gst/equalizer/gstiirequalizer.c:
8720         (gst_iir_equalizer_band_set_property):
8721         Add a missing break.
8722
8723 2007-10-18  Sebastian Dröge  <slomo@circular-chaos.org>
8724
8725         * gst/equalizer/gstiirequalizer.c:
8726         (gst_iir_equalizer_band_set_property),
8727         (gst_iir_equalizer_band_get_property),
8728         (gst_iir_equalizer_band_class_init), (gst_iir_equalizer_band_init),
8729         (gst_iir_equalizer_band_get_type), (gst_iir_equalizer_class_init),
8730         (setup_filter), (gst_iir_equalizer_setup):
8731         * gst/equalizer/gstiirequalizer.h:
8732         Move bandwidth property to the separate bands and add float64 support.
8733
8734 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
8735
8736         * ext/cdaudio/Makefile.am:
8737           Add another missing GST_LIBS.
8738
8739 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
8740
8741         Patch by: Richard Hult <richard imendio com>
8742
8743         * gst/dvdspu/Makefile.am:
8744           Fix LIBS - we need to link against libgstreamer (fixes #487496).
8745
8746 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
8747
8748         * sys/dvb/camapplication.c:
8749         * sys/dvb/camresourcemanager.c:
8750           Fix some warnings.
8751
8752 2007-10-16  Thijs Vermeir  <thijsvermeir@gmail.com>
8753
8754         * gst/librfb/rfbdecoder.c:
8755           Add the set encodings client message
8756
8757 2007-10-16  Thijs Vermeir  <thijsvermeir@gmail.com>
8758
8759         * gst/librfb/Makefile.am:
8760         * gst/librfb/rfb.h:
8761         * gst/librfb/rfbbytestream.c:
8762         * gst/librfb/rfbbytestream.h:
8763         * gst/librfb/rfbdecoder.c:
8764         * gst/librfb/rfbdecoder.h:
8765           Remove the rfbbytestream dead code
8766
8767 2007-10-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8768
8769         patch by: Alessandro Decina
8770
8771         * sys/dvb/Makefile.am:
8772         * sys/dvb/cam.c:
8773         * sys/dvb/cam.h:
8774         * sys/dvb/camapplication.c:
8775         * sys/dvb/camapplication.h:
8776         * sys/dvb/camapplicationinfo.c:
8777         * sys/dvb/camapplicationinfo.h:
8778         * sys/dvb/camconditionalaccess.c:
8779         * sys/dvb/camconditionalaccess.h:
8780         * sys/dvb/camdevice.c:
8781         * sys/dvb/camdevice.h:
8782         * sys/dvb/camresourcemanager.c:
8783         * sys/dvb/camresourcemanager.h:
8784         * sys/dvb/camsession.c:
8785         * sys/dvb/camsession.h:
8786         * sys/dvb/camswclient.c:
8787         * sys/dvb/camswclient.h:
8788         * sys/dvb/camtransport.c:
8789         * sys/dvb/camtransport.h:
8790         * sys/dvb/camutils.c:
8791         * sys/dvb/camutils.h:
8792         * sys/dvb/dvbbasebin.c:
8793         * sys/dvb/dvbbasebin.h:
8794         * sys/dvb/gstdvb.c:
8795         * sys/dvb/gstdvbsrc.c:
8796         * sys/dvb/gstdvbsrc.h:
8797         Integrate SoC work done by Alessandro for the Freevo project.
8798         Adds cam support to the dvb stack in GStreamer and a new
8799         element (actually a bin) called dvbbasebin that integrates
8800         dvbsrc and mpegtsparse to a) handle decryption and b) allow 
8801         acquiring multiple channels on same transponder without 
8802         knowing pid numbers.
8803
8804 2007-10-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8805
8806         patch by: Alessandro Decina
8807
8808         * gst/mpegtsparse/mpegtspacketizer.c:
8809         * gst/mpegtsparse/mpegtsparse.c:
8810         * gst/mpegtsparse/mpegtsparse.h:
8811         Add request pad for getting the full transport stream coming in.
8812
8813 2007-10-14  Sebastian Dröge  <slomo@circular-chaos.org>
8814
8815         * configure.ac:
8816           Update the highest allowed neon version from 0.26.99 to 0.27.99.
8817           No code changes are required to work with the newest neon version.
8818
8819 2007-10-10  Tim-Philipp Müller  <tim at centricular dot net>
8820
8821         * configure.ac:
8822           Require core CVS.  This is implicit in the -base CVS
8823           requirement already, so we might just well spell it
8824           out.  Also, we do need at least 0.10.14 for
8825           gst_element_class_set_details_simple().  Make check
8826           for gmyth a bit more restrictive so things don't break
8827           if the next version changes API.
8828
8829         * ext/alsaspdif/alsaspdifsink.c:
8830           Work around alsa alloca macros triggering 'always evaluates to
8831           true' warnings with gcc-4.2 and fix compilation with gcc-4.2.
8832           Also don't leak the device string.
8833
8834         * ext/mpeg2enc/gstmpeg2enc.cc:
8835         * ext/soundtouch/gstpitch.cc:
8836         * gst/modplug/gstmodplug.cc:
8837           Fix compilation with g++4.2 and -Wall -Werror (also needs plugin
8838           define fix from core CVS). Fixes #462737.
8839
8840 2007-10-09  Wim Taymans  <wim.taymans@gmail.com>
8841
8842         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
8843
8844         * gst/rtpmanager/gstrtpbin.c: (create_stream),
8845         (gst_rtp_bin_class_init):
8846         Fix memleak. Fixes #484990.
8847
8848 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
8849
8850         * gst/librfb/rfbbuffer.c: (rfb_buffer_new_and_alloc):
8851         * gst/librfb/rfbbuffer.h:
8852         * gst/librfb/rfbdecoder.c: (rfb_socket_get_buffer):
8853         * gst/mpegvideoparse/mpegvideoparse.c: (gst_mpegvideoparse_chain):
8854         * gst/nsf/nes6502.c: (nes6502_execute):
8855         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps):
8856         * gst/real/gstrealvideodec.c: (open_library):
8857         * gst/real/gstrealvideodec.h:
8858         * gst/rtpmanager/gstrtpsession.c: (create_recv_rtp_sink),
8859         (create_recv_rtcp_sink), (create_send_rtp_sink):
8860         Fix compiler warnings shown by Forte.
8861
8862 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
8863
8864         * gst/rtpmanager/gstrtpbin.c: (get_pt_map),
8865         (gst_rtp_bin_clear_pt_map), (gst_rtp_bin_class_init):
8866         Fix caps refcounting for payload maps.
8867         When clearing payload maps, also clear sessions and streams payload
8868         maps.
8869
8870         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_get_caps),
8871         (gst_rtp_pt_demux_clear_pt_map), (gst_rtp_pt_demux_chain),
8872         (find_pad_for_pt):
8873         Implement clearing the payload map.
8874
8875         * gst/rtpmanager/gstrtpsession.c:
8876         (gst_rtp_session_event_send_rtp_sink):
8877         Forward flush events instead of leaking them.
8878
8879         * gst/rtpmanager/gstrtpssrcdemux.c:
8880         (gst_rtp_ssrc_demux_rtcp_sink_event):
8881         Correctly refcount events before pushing them.
8882
8883 2007-10-08  Sebastian Dröge  <slomo@circular-chaos.org>
8884
8885         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
8886         Use GIO function to get a list of supported URI schemes instead of
8887         hard coding something.
8888
8889 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
8890
8891         * gst/rtpmanager/rtpsession.c: (rtp_session_next_timeout),
8892         When reconsidering RTCP timeouts, set the next timeout against the last
8893         report time instead of the current clock time so that we don't end up
8894         reconsidering forever.
8895
8896 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
8897
8898         * gst/rtpmanager/gstrtpjitterbuffer.c:
8899         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
8900         Only peek at the tail element instead of popping it off, which allows
8901         us to greatly simplify things when the tail element changes.
8902
8903         * gst/rtpmanager/gstrtpsession.c:
8904         (gst_rtp_session_event_recv_rtp_sink):
8905         * gst/rtpmanager/gstrtpssrcdemux.c:
8906         (gst_rtp_ssrc_demux_sink_event):
8907         Forward FLUSH events instead of leaking them.
8908
8909         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_reset_skew),
8910         (calculate_skew), (rtp_jitter_buffer_insert):
8911         * gst/rtpmanager/rtpjitterbuffer.h:
8912         Remove the tail-changed callback in favour of a simple boolean when we
8913         insert a buffer in the queue.
8914         Add method to peek the tail of the buffer.
8915
8916 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
8917
8918         Patch by: Gautier Portet <kassoulet at gmail dot com>
8919
8920         * gst/xingheader/gstxingmux.c:
8921         The size of the Xing header is actually 417 as it's rounded to the
8922         next smaller integer. Fixes #397759.
8923
8924         * gst/xingheader/gstxingmux.c: (xing_generate_header),
8925         (xing_push_header):
8926         Some random cleanup, add FIXMEs and TODOs and check if the newsegment
8927         event to the beginning was successful before pushing the header again.
8928
8929 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
8930
8931         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
8932
8933         * gst/mpegtsparse/mpegtspacketizer.c:
8934         (mpegts_packetizer_stream_new):
8935         Don't skip PAT with version number 0. Fixes #483400.
8936         * gst/mpegtsparse/mpegtsparse.c: (mpegts_parse_apply_pat):
8937         Make all values above 0 mark a referenced program as they can be
8938         incremented and only 1 had marked a referenced program before, causing
8939         actually referenced programs to be unreferenced.
8940
8941 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
8942
8943         * gst/sdp/gstsdpdemux.h:
8944         Change signature of pt to fix compilation on some platforms.
8945
8946 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
8947
8948         * gst/rtpmanager/gstrtpjitterbuffer.c:
8949         (gst_rtp_jitter_buffer_flush_start),
8950         (gst_rtp_jitter_buffer_flush_stop),
8951         (gst_rtp_jitter_buffer_change_state), (apply_offset),
8952         (gst_rtp_jitter_buffer_loop):
8953         Remove some old unused variables.
8954         Don't add the latency to the skew corrected timestamp, latency is only
8955         used to sync against the clock.
8956         Improve debugging.
8957
8958         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_init),
8959         (rtp_jitter_buffer_reset_skew), (calculate_skew):
8960         * gst/rtpmanager/rtpjitterbuffer.h:
8961         Handle case where server timestamp goes backwards or wildly jumps by
8962         temporarily pausing the skew correction.
8963         Improve debugging.
8964
8965 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
8966
8967         * gst/sdp/Makefile.am:
8968         Forgot to commit makefile.
8969
8970 2007-10-02  Sebastian Dröge  <slomo@circular-chaos.org>
8971
8972         * ext/gio/gstgiosink.c: (gst_gio_sink_start):
8973         Update to API changes in GIO.
8974
8975 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
8976
8977         * gst/sdp/gstsdpdemux.c: (gst_sdp_demux_media_to_caps):
8978         Use new function in -base to get the default clock-rate.
8979
8980 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
8981
8982         * configure.ac:
8983         * gst/sdp/gstsdpdemux.c: (_do_init), (gst_sdp_demux_base_init),
8984         (gst_sdp_demux_class_init), (gst_sdp_demux_init),
8985         (gst_sdp_demux_finalize), (gst_sdp_demux_set_property),
8986         (gst_sdp_demux_get_property), (find_stream_by_id),
8987         (find_stream_by_pt), (find_stream_by_udpsrc), (find_stream),
8988         (gst_sdp_demux_stream_free), (gst_sdp_demux_create_stream),
8989         (gst_sdp_demux_cleanup), (get_default_rate_for_pt),
8990         (gst_sdp_demux_parse_rtpmap), (gst_sdp_demux_media_to_caps),
8991         (new_session_pad), (request_pt_map), (gst_sdp_demux_do_stream_eos),
8992         (on_bye_ssrc), (on_timeout), (gst_sdp_demux_configure_manager),
8993         (gst_sdp_demux_stream_configure_udp),
8994         (gst_sdp_demux_stream_configure_udp_sink),
8995         (gst_sdp_demux_combine_flows), (gst_sdp_demux_stream_push_event),
8996         (gst_sdp_demux_handle_message), (gst_sdp_demux_start),
8997         (gst_sdp_demux_sink_event), (gst_sdp_demux_sink_chain),
8998         (gst_sdp_demux_change_state):
8999         * gst/sdp/gstsdpdemux.h:
9000         * gst/sdp/gstsdpelem.c: (plugin_init):
9001         Added SDP demuxer element. Fixes #426657.
9002
9003 2007-10-01  Sebastian Dröge  <slomo@circular-chaos.org>
9004
9005         Patch by: mutex at runbox dot com
9006
9007         * gst/mpegtsparse/mpegtspacketizer.c:
9008         (mpegts_packetizer_parse_adaptation_field_control):
9009         * gst/mpegtsparse/mpegtsparse.c: (mpegts_parse_base_init),
9010         (mpegts_parse_init), (mpegts_parse_push):
9011         * gst/mpegtsparse/mpegtsparse.h:
9012         Remove useless src pad that only results in not linked errors,
9013         fix a broken pointer dereference and make MAX_CONTINUITY constant
9014         conform to the standard to stop outputting corrupted data.
9015         Fixes #481276, #481279.
9016
9017 2007-09-29  Tim-Philipp Müller  <tim at centricular dot net>
9018
9019         * ext/mythtv/gstmythtvsrc.c:
9020           Re-apply docs patch from #468039; fix tab.
9021
9022         * gst/mpegtsparse/.cvsignore:
9023           Ignore marshaller files generated at build time.
9024
9025 2007-09-29  Sebastian Dröge  <slomo@circular-chaos.org>
9026
9027         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
9028         (gst_gio_sink_set_property), (gst_gio_sink_render):
9029         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
9030         (gst_gio_src_set_property):
9031         Some minor cleanup and allow setting the location only when the
9032         element is not playing or paused.
9033
9034 2007-09-29  Sebastian Dröge  <slomo@circular-chaos.org>
9035
9036         * configure.ac:
9037         Update gio's pkg-config file name as currently in SVN.
9038
9039         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_set_location):
9040         Remove special casing for a NULL query string. g_strjoin won't add
9041         the separator if there's only one string.
9042
9043 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
9044
9045         * gst/rtpmanager/gstrtpbin.c: (free_client):
9046         Fix crasher in dispose.
9047
9048         * gst/rtpmanager/rtpjitterbuffer.c: (calculate_skew):
9049         Handle cases where input buffers have no timestamps so that no clock
9050         skew can be calculated, in this case interpolate timestamps based on
9051         rtp timestamp and assume a 0 clock skew.
9052
9053 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
9054
9055         * gst/rtpmanager/gstrtpjitterbuffer.c: (apply_latency),
9056         (gst_rtp_jitter_buffer_loop), (gst_rtp_jitter_buffer_query):
9057         Remove jitter correction code, it's now in the lower level object.
9058         Use new -core method for doing a peer query.
9059
9060         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_init),
9061         (calculate_skew), (rtp_jitter_buffer_insert):
9062         * gst/rtpmanager/rtpjitterbuffer.h:
9063         Move jitter correction to the lowlevel jitterbuffer.
9064         Increase the max window size.
9065         When filling the window, already start estimating the skew using a
9066         parabolic weighting factor so that we have a much better startup
9067         behaviour that gets more accurate with the more samples we have.
9068         Increase the default weighting factor for the steady state to get
9069         smoother timestamps.
9070
9071 2007-09-28  Sebastian Dröge  <slomo@circular-chaos.org>
9072
9073         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_set_proxy),
9074         (gst_neonhttp_src_send_request_and_redirect):
9075         Now that we require libneon >= 0.26 remove the neon 0.25 backward
9076         compatibility stuff. Also fix the default location.
9077
9078 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
9079
9080         * configure.ac:
9081         We require libneon >= 26 now for the query field in ne_uri.
9082
9083 2007-09-28  Sebastian Dröge  <slomo@circular-chaos.org>
9084
9085         Patch by: Wouter Cloetens <wouter@mind.be>
9086
9087         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_dispose),
9088         (gst_neonhttp_src_set_location),
9089         (gst_neonhttp_src_send_request_and_redirect):
9090         * ext/neon/gstneonhttpsrc.h:
9091         Don't discard GET parameters from URL if existing.
9092         Fixes #481200.
9093
9094 2007-09-27  Thijs Vermeir  <thijsvermeir@gmail.com>
9095
9096         * gst/librfb/gstrfbsrc.c:
9097         * gst/librfb/gstrfbsrc.h:
9098                 Added a property for incremental screen updates
9099
9100 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
9101
9102         * ext/xvid/gstxvidenc.c:
9103         * ext/xvid/gstxvidenc.h:
9104           Remove superfluous 'frame-encoded' signal (people can
9105           use an upstream identity's 'handoff' signal or a pad
9106           probe for this if they must know).
9107
9108 2007-09-27  Julien MOUTTE  <julien@moutte.net>
9109
9110         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
9111         (gst_flv_parse_tag_video): I got it wrong again, audio rate 
9112         was not detected correctly in all cases.
9113
9114 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
9115
9116         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_dispose),
9117         (gst_rtp_bin_finalize):
9118         Fix cleanup crasher.
9119
9120         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_init),
9121         (calculate_skew):
9122         * gst/rtpmanager/rtpjitterbuffer.h:
9123         Dynamically adjust the skew calculation window so that we calculate it
9124         over a period of around 2 seconds.
9125
9126 2007-09-26  Thijs Vermeir  <thijsvermeir@gmail.com>
9127
9128         * gst/librfb/gstrfbsrc.c:
9129                 fix bug from generic/states.gdb
9130
9131 2007-09-26  Julien MOUTTE  <julien@moutte.net>
9132
9133         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
9134         (gst_flv_parse_tag_video): codec_data is needed for every tag
9135         not just the first one. (Fix a stupid bug i introduced without
9136         testing)
9137
9138 2007-09-26  Julien MOUTTE  <julien@moutte.net>
9139
9140         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
9141         (gst_flv_parse_tag_video): Fix bit masks operations to be
9142         sure we detect the codec_tags and sample rates correctly.
9143         Fix raw audio caps generation.
9144
9145 2007-09-24  Stefan Kost  <ensonic@users.sf.net>
9146
9147         * ext/audioresample/gstaudioresample.c:
9148         * ext/x264/gstx264enc.c:
9149         * gst/dvdspu/gstdvdspu.c:
9150         * gst/dvdspu/gstdvdspu.h:
9151         * gst/festival/gstfestival.c:
9152         * gst/h264parse/gsth264parse.c:
9153         * gst/mpegtsparse/mpegtspacketizer.c:
9154         * gst/mpegtsparse/mpegtsparse.c:
9155         * gst/multifile/gstmultifilesink.c:
9156         * gst/multifile/gstmultifilesrc.c:
9157         * gst/nuvdemux/gstnuvdemux.c:
9158         * sys/dshowsrcwrapper/gstdshowaudiosrc.c:
9159         * sys/dshowsrcwrapper/gstdshowvideosrc.c:
9160         * sys/vcd/vcdsrc.c:
9161           Massive leak fixing, plus code cleanups.
9162
9163 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9164
9165         * po/LINGUAS:
9166           Added translations.
9167
9168 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9169
9170         translated by: Jakub Bogusz <qboosh@pld-linux.org>
9171
9172         * po/pl.po:
9173           Added Polish translation.
9174
9175 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9176
9177         translated by: Ilkka Tuohela <hile@iki.fi>
9178
9179         * po/fi.po:
9180           Added Finnish translation.
9181
9182 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9183
9184         translated by: Jorge González González <aloriel@gmail.com>
9185
9186         * po/es.po:
9187           Added Spanish translation.
9188
9189 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9190
9191         translated by: Alexander Shopov <ash@contact.bg>
9192
9193         * po/bg.po:
9194           Added Bulgarian translation.
9195
9196 2007-09-21  Sebastian Dröge  <slomo@circular-chaos.org>
9197
9198         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
9199         Update hierarchy.
9200         * ext/gio/gstgiosink.h:
9201         * ext/gio/gstgiosrc.h:
9202         Mark private fields of the instance structs private.
9203
9204 2007-09-21  Sebastian Dröge  <slomo@circular-chaos.org>
9205
9206         * docs/plugins/Makefile.am:
9207         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
9208         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
9209         * docs/plugins/gst-plugins-bad-plugins.args:
9210         * docs/plugins/gst-plugins-bad-plugins.signals:
9211         * docs/plugins/inspect/plugin-bz2.xml:
9212         * docs/plugins/inspect/plugin-cdxaparse.xml:
9213         * docs/plugins/inspect/plugin-dfbvideosink.xml:
9214         * docs/plugins/inspect/plugin-dtsdec.xml:
9215         * docs/plugins/inspect/plugin-equalizer.xml:
9216         * docs/plugins/inspect/plugin-faac.xml:
9217         * docs/plugins/inspect/plugin-faad.xml:
9218         * docs/plugins/inspect/plugin-filter.xml:
9219         * docs/plugins/inspect/plugin-freeze.xml:
9220         * docs/plugins/inspect/plugin-gio.xml:
9221         * docs/plugins/inspect/plugin-gsm.xml:
9222         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
9223         * docs/plugins/inspect/plugin-h264parse.xml:
9224         * docs/plugins/inspect/plugin-modplug.xml:
9225         * docs/plugins/inspect/plugin-mpeg2enc.xml:
9226         * docs/plugins/inspect/plugin-musepack.xml:
9227         * docs/plugins/inspect/plugin-musicbrainz.xml:
9228         * docs/plugins/inspect/plugin-nsfdec.xml:
9229         * docs/plugins/inspect/plugin-replaygain.xml:
9230         * docs/plugins/inspect/plugin-soundtouch.xml:
9231         * docs/plugins/inspect/plugin-spcdec.xml:
9232         * docs/plugins/inspect/plugin-spectrum.xml:
9233         * docs/plugins/inspect/plugin-speed.xml:
9234         * docs/plugins/inspect/plugin-tta.xml:
9235         * docs/plugins/inspect/plugin-videosignal.xml:
9236         * docs/plugins/inspect/plugin-xingheader.xml:
9237         * docs/plugins/inspect/plugin-xvid.xml:
9238         Add the GIO plugin to the docs and do a make update
9239         while doing that.
9240
9241         * ext/gio/gstgiosrc.c: (gst_gio_src_start):
9242         Fix a small memleak.
9243
9244 2007-09-21  Sebastian Dröge  <slomo@circular-chaos.org>
9245
9246         Patch by: René Stadler <mail at renestadler dot de>
9247
9248         * configure.ac:
9249         * ext/Makefile.am:
9250         * ext/gio/Makefile.am:
9251         * ext/gio/gstgio.c: (gst_gio_error), (gst_gio_seek),
9252         (gst_gio_get_supported_protocols),
9253         (gst_gio_uri_handler_get_type_sink),
9254         (gst_gio_uri_handler_get_type_src),
9255         (gst_gio_uri_handler_get_protocols), (gst_gio_uri_handler_get_uri),
9256         (gst_gio_uri_handler_set_uri), (gst_gio_uri_handler_init),
9257         (gst_gio_uri_handler_do_init), (plugin_init):
9258         * ext/gio/gstgio.h:
9259         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
9260         (gst_gio_sink_class_init), (gst_gio_sink_init),
9261         (gst_gio_sink_finalize), (gst_gio_sink_set_property),
9262         (gst_gio_sink_get_property), (gst_gio_sink_start),
9263         (gst_gio_sink_stop), (gst_gio_sink_unlock),
9264         (gst_gio_sink_unlock_stop), (gst_gio_sink_event),
9265         (gst_gio_sink_render), (gst_gio_sink_query):
9266         * ext/gio/gstgiosink.h:
9267         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
9268         (gst_gio_src_class_init), (gst_gio_src_init),
9269         (gst_gio_src_finalize), (gst_gio_src_set_property),
9270         (gst_gio_src_get_property), (gst_gio_src_start),
9271         (gst_gio_src_stop), (gst_gio_src_get_size),
9272         (gst_gio_src_is_seekable), (gst_gio_src_unlock),
9273         (gst_gio_src_unlock_stop), (gst_gio_src_check_get_range),
9274         (gst_gio_src_create):
9275         * ext/gio/gstgiosrc.h:
9276         Add a GIO/GVFS plugin with source and sink elements. This will
9277         only be enabled when --enable-experimental is given to configure
9278         for now as the GIO API is not stable yet. Fixes #476916.
9279
9280 2007-09-21  Thijs Vermeir  <thijsvermeir@gmail.com>
9281
9282         * gst/librfb/gstrfbsrc.c:
9283         * gst/librfb/rfbdecoder.c:
9284         * gst/librfb/rfbdecoder.h:
9285                 Added offset-x, offset-y, width and height property
9286                 for selecting a region from the screen
9287
9288 2007-09-21  Thijs Vermeir  <thijsvermeir@gmail.com>
9289
9290         * gst/librfb/gstrfbsrc.c:
9291                 Minimum raw encoding is working now
9292         * gst/librfb/rfbdecoder.c:
9293                 fix address while reading from stream
9294
9295 2007-09-20  Thijs Vermeir  <thijsvermeir@gmail.com>
9296
9297         * gst/librfb/gstrfbsrc.c:
9298                 raw encoding is working, but it looks like the 
9299                 ffmpegcolorspace plugin can't handle high resolutions
9300
9301 2007-09-20  Thijs Vermeir  <thijsvermeir@gmail.com>
9302
9303         * gst/librfb/gstrfbsrc.c:
9304                 bpp, depth and endianness are now set from the
9305                 stream.
9306
9307 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
9308
9309         * examples/app/appsrc_ex.c: (main):
9310         Fix compilation after changing the name of a method.
9311
9312 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
9313
9314         * ext/alsaspdif/alsaspdifsink.c:
9315         * ext/timidity/gsttimidity.c:
9316         * ext/timidity/gstwildmidi.c:
9317         * gst/mpegvideoparse/mpegvideoparse.c:
9318           Fix memory leaks. More to come.
9319
9320         * tests/check/Makefile.am:
9321         * tests/check/generic/states.c:
9322           Improved state change unit test.        
9323
9324 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
9325
9326         * gst/rtpmanager/gstrtpbin.c: (on_ssrc_active), (create_session),
9327         (gst_rtp_bin_class_init):
9328         * gst/rtpmanager/gstrtpbin.h:
9329         * gst/rtpmanager/gstrtpsession.c: (on_ssrc_active),
9330         (gst_rtp_session_class_init), (gst_rtp_session_init),
9331         (gst_rtp_session_event_send_rtp_sink):
9332         * gst/rtpmanager/gstrtpsession.h:
9333         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
9334         (on_ssrc_active), (rtp_session_process_rb):
9335         * gst/rtpmanager/rtpsession.h:
9336         Add notification of active SSRCs to various RTP elements. Fixes #478566.
9337
9338 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
9339
9340         * gst-libs/gst/app/gstappsink.c: (gst_app_marshal_OBJECT__VOID),
9341         (gst_app_sink_class_init), (gst_app_sink_init),
9342         (gst_app_sink_dispose), (gst_app_sink_finalize),
9343         (gst_app_sink_set_property), (gst_app_sink_get_property),
9344         (gst_app_sink_flush_unlocked), (gst_app_sink_start),
9345         (gst_app_sink_event), (gst_app_sink_getcaps),
9346         (gst_app_sink_set_caps), (gst_app_sink_get_caps),
9347         (gst_app_sink_is_eos), (gst_app_sink_pull_preroll),
9348         (gst_app_sink_pull_buffer):
9349         * gst-libs/gst/app/gstappsink.h:
9350         Add properties, signals and actions to access the element even without
9351         linking to the library.
9352         Fix some method names and signatures.
9353
9354 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
9355
9356         Patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
9357
9358         * ext/faad/gstfaad.c: (gst_faad_chanpos_to_gst),
9359         (gst_faad_srcgetcaps), (gst_faad_update_caps):
9360         Don't set channel positions on regular mono and stereo cases.
9361         Fixes #476370.
9362
9363 2007-09-19  Thijs Vermeir  <thijsvermeir@gmail.com>
9364
9365         * gst/librfb/gstrfbsrc.c:
9366         * gst/librfb/rfbdecoder.c:
9367         * gst/librfb/rfbdecoder.h:
9368                 It is now possible to connect to a vncserver.
9369                 there are still some issues with the ouput of 
9370                 the screen. Looks like some lines are confused
9371
9372 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
9373
9374         * docs/plugins/.cvsignore:
9375         * tests/check/.cvsignore:
9376           Ignore registries in any format.
9377
9378 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
9379
9380         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain),
9381         (open_library), (gst_real_video_dec_init),
9382         (gst_real_video_dec_set_property),
9383         (gst_real_video_dec_get_property), (gst_real_video_dec_class_init):
9384         * gst/real/gstrealvideodec.h:
9385         Don't generate an error for occasional decoding errors.
9386         Add max-errors property.
9387         Error out when we receive max-errors in a row. Fixes #478159.
9388
9389 2007-09-19  Thijs Vermeir  <thijsvermeir@gmail.com>
9390
9391         * gst/librfb/gstrfbsrc.c: 
9392                 Add password property (write only)
9393         * gst/librfb/rfbdecoder.c: 
9394                 Read the reason on failure
9395                 Use the password property for authentication
9396         * gst/librfb/rfbdecoder.h:
9397                 Add defines for version checking
9398
9399 2007-09-19  Sebastian Dröge  <slomo@circular-chaos.org>
9400
9401         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_destroy),
9402         (gst_dfbsurface_class_init):
9403         When finalizing GstDfbSurface, a subclass of GstBuffer, correctly
9404         chain up to the parent class to free everything, including caps.
9405
9406 2007-09-19  Thijs Vermeir  <thijsvermeir@gmail.com>
9407
9408         * gst/librfb/Makefile.am:
9409         * gst/librfb/d3des.c:
9410         * gst/librfb/d3des.h:
9411         * gst/librfb/rfbdecoder.c:
9412         * gst/librfb/vncauth.c:
9413         * gst/librfb/vncauth.h:
9414         VNC Authentication should be working now
9415         temperaly with fake password 'testtest'
9416
9417 2007-09-18  Thijs Vermeir  <thijsvermeir@gmail.com>
9418
9419         * gst/librfb/rfbdecoder.c:
9420         * gst/librfb/rfbdecoder.h:
9421         Added some documentation about security handling
9422         start implementing security handling for rfb 3.3
9423
9424 2007-09-18  Stefan Kost  <ensonic@users.sf.net>
9425
9426         * gst/spectrum/demo-audiotest.c:
9427         * gst/spectrum/demo-osssrc.c:
9428           Handling window resize.
9429
9430 2007-09-18  Stefan Kost  <ensonic@users.sf.net>
9431
9432         * ChangeLog:
9433           Add missing newline.
9434
9435         * gst/librfb/rfbdecoder.c:
9436           Fix the build (missing stdlib.h).
9437
9438         * gst/spectrum/gstspectrum.c:
9439         * gst/spectrum/gstspectrum.h:
9440           Use basetransform segment so that it is correctly managed on flushes
9441           and start/stop. Report message timestamp as stream time, which is what
9442           an application can understand. (Yes these are adapted from wim recent
9443           level element changes)
9444
9445 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
9446
9447         * gst/rtpmanager/gstrtpbin.c: (new_ssrc_pad_found):
9448         Link to the right pads regardless of which one was created first in the
9449         ssrc demuxer.
9450
9451         * gst/rtpmanager/gstrtpjitterbuffer.c:
9452         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
9453         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_process_rtp),
9454         (gst_rtp_session_chain_recv_rtp), (gst_rtp_session_chain_send_rtp):
9455         * gst/rtpmanager/rtpsource.c: (calculate_jitter):
9456         Improve debugging.
9457
9458         * gst/rtpmanager/gstrtpssrcdemux.c: (create_demux_pad_for_ssrc),
9459         (gst_rtp_ssrc_demux_init), (gst_rtp_ssrc_demux_finalize),
9460         (gst_rtp_ssrc_demux_sink_event),
9461         (gst_rtp_ssrc_demux_rtcp_sink_event), (gst_rtp_ssrc_demux_chain),
9462         (gst_rtp_ssrc_demux_rtcp_chain),
9463         (gst_rtp_ssrc_demux_internal_links):
9464         * gst/rtpmanager/gstrtpssrcdemux.h:
9465         Fix race in creating the RTP and RTCP pads when a new SSRC is detected.
9466
9467 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
9468
9469         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_set_property),
9470         (gst_rtp_bin_get_property):
9471         Use lock to protect variable.
9472
9473         * gst/rtpmanager/gstrtpjitterbuffer.c:
9474         (gst_rtp_jitter_buffer_class_init),
9475         (gst_jitter_buffer_sink_parse_caps), (gst_rtp_jitter_buffer_chain),
9476         (convert_rtptime_to_gsttime), (gst_rtp_jitter_buffer_loop):
9477         Reconstruct GST timestamp from RTP timestamps based on measured clock
9478         skew and sync offset.
9479
9480         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_init),
9481         (rtp_jitter_buffer_set_tail_changed),
9482         (rtp_jitter_buffer_set_clock_rate),
9483         (rtp_jitter_buffer_get_clock_rate), (calculate_skew),
9484         (rtp_jitter_buffer_insert), (rtp_jitter_buffer_peek):
9485         * gst/rtpmanager/rtpjitterbuffer.h:
9486         Measure clock skew.
9487         Add callback to be notfied when a new packet was inserted at the tail.
9488
9489         * gst/rtpmanager/rtpsource.c: (rtp_source_init),
9490         (calculate_jitter), (rtp_source_send_rtp):
9491         * gst/rtpmanager/rtpsource.h:
9492         Remove clock skew detection, it's move to the jitterbuffer now.
9493
9494 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
9495
9496         Patch by: Daniel Charles <dcharles at ti dot com>
9497
9498         * ext/amrwb/gstamrwbenc.c: (gst_amrwbenc_bandmode_get_type),
9499         (gst_amrwbenc_set_property), (gst_amrwbenc_get_property),
9500         (gst_amrwbenc_class_init), (gst_amrwbenc_chain):
9501         * ext/amrwb/gstamrwbenc.h:
9502         Add property to control bandmode. Fixes #477306.
9503
9504 2007-09-15  Wim Taymans  <wim.taymans@gmail.com>
9505
9506         * gst/rtpmanager/gstrtpbin.c: (create_session):
9507         Also set NTP base time on new sessions.
9508
9509         * gst/rtpmanager/gstrtpjitterbuffer.c:
9510         (gst_rtp_jitter_buffer_loop), (gst_rtp_jitter_buffer_query),
9511         (gst_rtp_jitter_buffer_set_property),
9512         (gst_rtp_jitter_buffer_get_property):
9513         Use the right lock to protect our variables.
9514         Fix some comment.
9515
9516         * gst/rtpmanager/gstrtpsession.c:
9517         (gst_rtp_session_getcaps_send_rtp),
9518         (gst_rtp_session_chain_send_rtp), (create_send_rtp_sink):
9519         Implement getcaps on the sender sinkpad so that payloaders can negotiate
9520         the right SSRC.
9521
9522 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
9523
9524         * gst/rtpmanager/gstrtpbin.c: (create_session), (free_session),
9525         (get_client), (free_client), (gst_rtp_bin_associate),
9526         (free_stream), (gst_rtp_bin_class_init), (gst_rtp_bin_dispose),
9527         (gst_rtp_bin_finalize):
9528         * gst/rtpmanager/gstrtpjitterbuffer.c:
9529         (gst_rtp_jitter_buffer_class_init),
9530         (gst_rtp_jitter_buffer_finalize):
9531         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_release):
9532         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_finalize),
9533         (gst_rtp_session_set_property), (gst_rtp_session_chain_recv_rtp),
9534         (gst_rtp_session_chain_send_rtp):
9535         * gst/rtpmanager/gstrtpssrcdemux.c:
9536         (gst_rtp_ssrc_demux_class_init), (gst_rtp_ssrc_demux_dispose):
9537         * gst/rtpmanager/rtpsession.c: (rtp_session_finalize):
9538         * gst/rtpmanager/rtpsession.h:
9539         Various leak fixes.
9540
9541 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
9542
9543         * gst/rtpmanager/gstrtpbin.c: (calc_ntp_ns_base),
9544         (gst_rtp_bin_change_state), (new_payload_found), (create_send_rtp):
9545         Calculate and configure the NTP base time so that we can generate better
9546         NTP times in SR packets.
9547         Set caps on new ghostpad.
9548
9549         * gst/rtpmanager/gstrtpjitterbuffer.c:
9550         (gst_rtp_jitter_buffer_loop):
9551         Clean debug statement.
9552
9553         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
9554         (gst_rtp_session_init), (gst_rtp_session_set_property),
9555         (gst_rtp_session_get_property), (get_current_ntp_ns_time),
9556         (rtcp_thread), (gst_rtp_session_event_recv_rtp_sink),
9557         (gst_rtp_session_internal_links), (gst_rtp_session_chain_recv_rtp),
9558         (gst_rtp_session_event_send_rtp_sink),
9559         (gst_rtp_session_chain_send_rtp), (create_recv_rtp_sink),
9560         (create_send_rtp_sink):
9561         * gst/rtpmanager/gstrtpsession.h:
9562         Add ntp-ns-base property to convert running_time to NTP time.
9563         Handle NEWSEGMENT events on send and recv RTP pads so that we can
9564         calculate the running time and thus NTP time of the packets.
9565         Simplify getting the current NTP time using the pipeline clock.
9566         Implement internal links functions.
9567         Use the buffer timestamp to calculate the NTP time instead of the clock.
9568
9569         * gst/rtpmanager/gstrtpssrcdemux.c: (create_demux_pad_for_ssrc),
9570         (gst_rtp_ssrc_demux_init), (gst_rtp_ssrc_demux_sink_event),
9571         (gst_rtp_ssrc_demux_chain), (gst_rtp_ssrc_demux_rtcp_chain),
9572         (gst_rtp_ssrc_demux_internal_links),
9573         (gst_rtp_ssrc_demux_src_query):
9574         * gst/rtpmanager/gstrtpssrcdemux.h:
9575         Implement internal links function.
9576         Calculate the diff between different streams, this might be used later
9577         to get the inter stream latency.
9578
9579         * gst/rtpmanager/rtpsession.c: (rtp_session_send_rtp):
9580         Simple cleanup.
9581
9582         * gst/rtpmanager/rtpsource.c: (rtp_source_init),
9583         (calculate_jitter), (rtp_source_send_rtp), (rtp_source_get_new_sr):
9584         Make the clock skew window a little bigger.
9585         Apply the clock skew to all buffers, not just one with a new timestamp.
9586         Calculate and debug sender clock drift.
9587         Use extended last timestamp to interpolate for SR reports.
9588
9589 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
9590
9591         Patch by: Peter Kjellerstedt  <pkj at axis com>
9592
9593         * gst-libs/gst/app/gstappsink.c:
9594         * gst/flv/gstflvdemux.c:
9595         * gst/flv/gstflvparse.c:
9596         * gst/interleave/deinterleave.c:
9597         * gst/switch/gstswitch.c:
9598           Printf format fixes (#476128).
9599
9600 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
9601
9602         Patch by: Thomas Green  <tom78999 gmail com>
9603
9604         * ext/neon/gstneonhttpsrc.c:
9605           With libneon 2.6, we need to set the NE_SESSFLAG_ICYPROTO
9606           flag if we want ICY streams to be handled too, otherwise
9607           libneon will error out with a 'can't parse reponse' error.
9608           Fixes #474696.
9609
9610         * tests/check/elements/neonhttpsrc.c:
9611           Unit test for the above by Yours Truly.
9612
9613 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
9614
9615         * configure.ac:
9616           Use AC_TRY_COMPILE instead of AC_TRY_RUN for the faad and the
9617           xvid configure checks, so they still work when cross-compiling.
9618           Fixes #452009.
9619
9620 2007-09-07  Sebastian Dröge  <slomo@circular-chaos.org>
9621
9622         * gst/spectrum/gstspectrum.c: (gst_spectrum_start),
9623         (gst_spectrum_transform_ip):
9624         Use the correct parameter order for the memset calls.
9625         Thanks to Christian Schaller for noticing.
9626
9627 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
9628
9629         * gst/mpegtsparse/mpegtsparse.c:
9630           Fix the build (missing stdlib.h).
9631
9632 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
9633
9634         * gst/spectrum/fix_fft.c:
9635         Remove fixed point FFT as it's not used anymore.
9636
9637 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
9638
9639         * configure.ac:
9640         * gst/spectrum/Makefile.am:
9641         * gst/spectrum/demo-audiotest.c: (draw_spectrum),
9642         (message_handler), (main):
9643         * gst/spectrum/demo-osssrc.c: (draw_spectrum), (message_handler):
9644         * gst/spectrum/gstspectrum.c: (gst_spectrum_base_init),
9645         (gst_spectrum_class_init), (gst_spectrum_init),
9646         (gst_spectrum_dispose), (gst_spectrum_set_property),
9647         (gst_spectrum_get_property), (gst_spectrum_start),
9648         (gst_spectrum_setup), (gst_spectrum_message_new),
9649         (gst_spectrum_transform_ip):
9650         * gst/spectrum/gstspectrum.h:
9651         Port GstSpectrum to GstAudioFilter and libgstfft, add support
9652         for int32, float and double, use floats for the message contents,
9653         average all FFTs done in one interval for better results, use
9654         a better windowing function, allow posting the phase in the message
9655         and actually do an FFT with the requested number of bands instead
9656         of interpolating.
9657
9658         * tests/check/elements/spectrum.c: (GST_START_TEST),
9659         (spectrum_suite):
9660         Improve the units tests by checking for a 11025Hz sine wave
9661         and add unit tests for all 4 supported sample types.
9662
9663 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
9664
9665         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain),
9666         (gst_real_video_dec_setcaps):
9667         Add some more debugging.
9668         Don't set LONG for width/height in caps.
9669         Set correct output buffer size when caps changed.
9670         The custom message sent to the decoder should not include the format and
9671         subformat. Fixes #471554.
9672
9673 2007-09-04  Tim-Philipp Müller  <tim at centricular dot net>
9674
9675         * gst/rtpmanager/gstrtpsession.c:
9676           Make compiler happy: fix compilation with -Wall -Werror
9677           (#473562).
9678
9679 2007-09-03  Johan Dahlin  <johan@gnome.org>
9680
9681         * gst/nsf/gstnsf.c: (gst_nsfdec_finalize), (start_play_tune):
9682         * gst/nsf/gstnsf.h:
9683         Add support for (very) basic tagging.
9684         
9685 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
9686
9687         * gst/rtpmanager/gstrtpbin-marshal.list:
9688         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_get_client),
9689         (gst_rtp_bin_associate), (gst_rtp_bin_sync_chain), (create_stream),
9690         (gst_rtp_bin_init), (caps_changed), (new_ssrc_pad_found),
9691         (create_recv_rtp), (create_recv_rtcp), (create_send_rtp):
9692         * gst/rtpmanager/gstrtpbin.h:
9693         Updated example pipelines in docs.
9694         Handle sync_rtcp buffers from the SSRC demuxer to perform lip-sync.
9695         Set the default latency correctly.
9696         Add some more points where we can get caps.
9697
9698         * gst/rtpmanager/gstrtpjitterbuffer.c:
9699         (gst_rtp_jitter_buffer_class_init),
9700         (gst_jitter_buffer_sink_parse_caps), (gst_rtp_jitter_buffer_loop),
9701         (gst_rtp_jitter_buffer_query),
9702         (gst_rtp_jitter_buffer_set_property),
9703         (gst_rtp_jitter_buffer_get_property):
9704         Add ts-offset property to control timestamping.
9705
9706         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
9707         (gst_rtp_session_init), (gst_rtp_session_set_property),
9708         (gst_rtp_session_get_property), (get_current_ntp_ns_time),
9709         (rtcp_thread), (stop_rtcp_thread), (gst_rtp_session_change_state),
9710         (gst_rtp_session_send_rtcp), (gst_rtp_session_sync_rtcp),
9711         (gst_rtp_session_cache_caps), (gst_rtp_session_clock_rate),
9712         (gst_rtp_session_sink_setcaps), (gst_rtp_session_chain_recv_rtp),
9713         (gst_rtp_session_event_send_rtp_sink),
9714         (gst_rtp_session_chain_send_rtp), (create_recv_rtp_sink),
9715         (create_recv_rtcp_sink), (create_send_rtp_sink),
9716         (create_send_rtcp_src):
9717         Various cleanups.
9718         Feed rtpsession manager with NTP time based on pipeline clock when
9719         handling RTP packets and RTCP timeouts.
9720         Perform all RTCP with the system clock.
9721         Set caps on RTCP outgoing buffers.
9722
9723         * gst/rtpmanager/gstrtpssrcdemux.c: (find_demux_pad_for_ssrc),
9724         (create_demux_pad_for_ssrc), (gst_rtp_ssrc_demux_base_init),
9725         (gst_rtp_ssrc_demux_init), (gst_rtp_ssrc_demux_sink_event),
9726         (gst_rtp_ssrc_demux_rtcp_sink_event), (gst_rtp_ssrc_demux_chain),
9727         (gst_rtp_ssrc_demux_rtcp_chain):
9728         * gst/rtpmanager/gstrtpssrcdemux.h:
9729         Also demux RTCP messages.
9730
9731         * gst/rtpmanager/rtpsession.c: (rtp_session_set_callbacks),
9732         (update_arrival_stats), (rtp_session_process_rtp),
9733         (rtp_session_process_rb), (rtp_session_process_sr),
9734         (rtp_session_process_rr), (rtp_session_process_rtcp),
9735         (rtp_session_send_rtp), (rtp_session_send_bye),
9736         (session_start_rtcp), (session_report_blocks), (session_cleanup),
9737         (rtp_session_on_timeout):
9738         * gst/rtpmanager/rtpsession.h:
9739         Remove the get_time callback, the GStreamer part will feed us with
9740         enough timing information.
9741         Split sync timing and RTCP timing information.
9742         Factor out common RB handling for SR and RR.
9743         Send out SR RTCP packets for lip-sync.
9744         Move SR and RR packet info generation to the source.
9745
9746         * gst/rtpmanager/rtpsource.c: (rtp_source_init),
9747         (rtp_source_update_caps), (get_clock_rate), (calculate_jitter),
9748         (rtp_source_process_rtp), (rtp_source_send_rtp),
9749         (rtp_source_process_sr), (rtp_source_process_rb),
9750         (rtp_source_get_new_sr), (rtp_source_get_new_rb),
9751         (rtp_source_get_last_sr):
9752         * gst/rtpmanager/rtpsource.h:
9753         * gst/rtpmanager/rtpstats.h:
9754         Use caps on incomming buffers to get timing information when they are
9755         there.
9756         Calculate clock scew of the receiver compared to the sender and adjust
9757         the rtp timestamps.
9758         Calculate the round trip in sources.
9759         Do SR and RR calculations in the source.
9760
9761 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
9762
9763         * configure.ac:
9764         updated gmyth version
9765
9766         * ext/mythtv/gstmythtvsrc.c:
9767         * ext/mythtv/gstmythtvsrc.h:
9768         Code rewrite
9769
9770 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
9771
9772         * gst/rtpmanager/gstrtpjitterbuffer.c:
9773         (gst_rtp_jitter_buffer_flush_stop),
9774         (gst_rtp_jitter_buffer_change_state), (gst_rtp_jitter_buffer_loop):
9775         Use extended timestamp to release buffers from the jitterbuffer so that
9776         we can handle the rtp wraparound correctly.
9777
9778 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
9779
9780         * gst/rtpmanager/gstrtpjitterbuffer.c:
9781         (gst_rtp_jitter_buffer_loop):
9782         Improve Comments.
9783
9784         * gst/rtpmanager/gstrtpsession.c: (stop_rtcp_thread),
9785         (gst_rtp_session_change_state), (gst_rtp_session_parse_caps),
9786         (gst_rtp_session_clock_rate), (gst_rtp_session_sink_setcaps),
9787         (gst_rtp_session_event_send_rtp_sink), (create_recv_rtp_sink),
9788         (create_send_rtp_sink):
9789         Also parse the sink caps for clock-rate instead of only relying on the
9790         result of the signal.
9791
9792         * gst/rtpmanager/rtpsource.c: (rtp_source_send_rtp):
9793         Make sure we fetch the clock rate for payloads we are sending out so
9794         that we can use it for SR reports.
9795
9796 2007-08-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9797
9798         * gst/switch/gstswitch.c (gst_switch_chain, gst_switch_set_property):
9799         If all information is known at time of setting start-time
9800         property, send new segments then.
9801
9802 2007-08-28  Wim Taymans  <wim.taymans@gmail.com>
9803
9804         * gst/rtpmanager/gstrtpsession.c: (stop_rtcp_thread),
9805         (gst_rtp_session_change_state),
9806         (gst_rtp_session_event_send_rtp_sink):
9807         * gst/rtpmanager/gstrtpsession.h:
9808         Distribute synchronisation parameters to the session manager so that it
9809         can generate correct SR packets for lip-sync.
9810
9811         * gst/rtpmanager/rtpsession.c: (rtp_session_set_base_time),
9812         (rtp_session_set_timestamp_sync), (session_start_rtcp):
9813         * gst/rtpmanager/rtpsession.h:
9814         Add methods for setting sync parameters.
9815         Set correct RTP time in SR packets using the sync params.
9816
9817         * gst/rtpmanager/rtpsource.c: (rtp_source_send_rtp):
9818         * gst/rtpmanager/rtpsource.h:
9819         Record last RTP <-> GST timestamp so that we can use them to convert NTP
9820         to RTP timestamps in SR packets.
9821
9822 2007-08-28  Wim Taymans  <wim.taymans@gmail.com>
9823
9824         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_clear_pt_map):
9825         Add some more advanced example pipelines.
9826
9827         * gst/rtpmanager/gstrtpsession.c: (rtcp_thread),
9828         (stop_rtcp_thread), (gst_rtp_session_send_rtcp):
9829         Add some debug and FIXME.
9830         Release LOCK when performing session cleanup.
9831
9832         * gst/rtpmanager/rtpsession.c: (session_report_blocks):
9833         Add some debug.
9834
9835         * gst/rtpmanager/rtpsource.c: (calculate_jitter),
9836         (rtp_source_send_rtp):
9837         Make sure we always send RTP packets with the session SSRC.
9838
9839 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
9840
9841         * gst/dvdspu/gstdvdspu.c:
9842           Don't need this include (fixes compilation in uninstalled setup).
9843
9844 2007-08-27  Wim Taymans  <wim.taymans@gmail.com>
9845
9846         * gst/rtpmanager/gstrtpjitterbuffer.c:
9847         (gst_rtp_jitter_buffer_change_state), (gst_rtp_jitter_buffer_loop),
9848         (gst_rtp_jitter_buffer_query):
9849         When synchronizing buffers, take peer latency into account.
9850         Don't try to add our latency to invalid peer max latency values.
9851
9852 2007-08-27  Julien MOUTTE  <julien@moutte.net>
9853
9854         * gst/flv/gstflvdemux.c: (gst_flv_demux_handle_seek_pull):
9855         Make sure we initialize the seek result.
9856
9857 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
9858
9859         * gst/dvdspu/Makefile.am:
9860         Commit the makefile too.
9861
9862 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
9863
9864         * configure.ac:
9865         * gst/dvdspu/.cvsignore:
9866         * gst/dvdspu/Notes.txt:
9867         * gst/dvdspu/gstdvdspu-render.c: (dvdspu_recalc_palette),
9868         (dvdspu_update_palettes), (dvdspu_clear_comp_buffers),
9869         (dvdspu_get_nibble), (dvdspu_get_rle_code), (dvdspu_draw_rle_run),
9870         (rle_end_x), (dvdspu_render_line), (dvdspu_update_chgcol),
9871         (dvdspu_render_line_with_chgcol), (dvdspu_blend_comp_buffers),
9872         (gstdvdspu_render_spu):
9873         * gst/dvdspu/gstdvdspu.c: (dvdspu_base_init), (dvdspu_class_init),
9874         (dvdspu_init), (dvdspu_clear), (dvdspu_dispose), (dvdspu_finalize),
9875         (dvdspu_flush_spu_info), (dvdspu_buffer_alloc), (dvdspu_src_event),
9876         (dvdspu_video_set_caps), (dvdspu_video_proxy_getcaps),
9877         (dvdspu_video_event), (dvdspu_video_chain),
9878         (dvspu_handle_vid_buffer), (dvdspu_redraw_still),
9879         (gstdvdspu_parse_chg_colcon), (dvdspu_exec_cmd_blk),
9880         (dvdspu_finish_spu_buf), (dvdspu_setup_cmd_blk),
9881         (dvdspu_handle_new_spu_buf), (dvdspu_handle_dvd_event),
9882         (dvdspu_dump_dcsq), (dvdspu_advance_spu),
9883         (dvdspu_check_still_updates), (dvdspu_subpic_chain),
9884         (dvdspu_subpic_event), (dvdspu_change_state),
9885         (gstdvdspu_plugin_init):
9886         * gst/dvdspu/gstdvdspu.h:
9887
9888         dvdspu element donated by Fluendo. It implements a DVD Sub-Picture 
9889         Unit, decoding and overlaying DVD subtitles and menu graphics.
9890
9891         * gst/mpeg2sub/.cvsignore:
9892         * gst/mpeg2sub/Makefile.am:
9893         * gst/mpeg2sub/Notes.txt:
9894         * gst/mpeg2sub/gstmpeg2subt.c:
9895         * gst/mpeg2sub/gstmpeg2subt.h:
9896         * gst/mpeg2sub/mpeg2subt.vcproj:
9897         Delete old and broken mpeg2subt element that was never ported from 0.8
9898
9899 2007-08-24  Julien MOUTTE  <julien@moutte.net>
9900
9901         * gst/flv/gstflvdemux.c: (gst_flv_demux_flush),
9902         (gst_flv_demux_chain), (gst_flv_demux_pull_tag),
9903         (gst_flv_demux_find_offset), (gst_flv_demux_handle_seek_push),
9904         (gst_flv_demux_handle_seek_pull), (gst_flv_demux_sink_event),
9905         (gst_flv_demux_src_event): Remove some useless ifdef.
9906
9907 2007-08-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9908
9909         * examples/switch/switcher.c (main):
9910         * gst/switch/gstswitch.c (gst_switch_chain):
9911         Make switch more reliable and also not lock up when
9912         sink pad caps change.
9913
9914 2007-08-24  Julien MOUTTE  <julien@moutte.net>
9915
9916         * gst/flv/gstflvdemux.c: (gst_flv_demux_flush),
9917         (gst_flv_demux_cleanup), (gst_flv_demux_chain),
9918         (gst_flv_demux_pull_tag), (gst_flv_demux_find_offset),
9919         (gst_flv_demux_handle_seek_push), (gst_flv_demux_handle_seek_pull),
9920         (gst_flv_demux_sink_event), (gst_flv_demux_src_event): Implement
9921         seeking in push mode.
9922         * gst/flv/gstflvdemux.h:
9923
9924 2007-08-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9925
9926         * gst/mpegtsparse/flutspatinfo.c:
9927         * gst/mpegtsparse/flutspatinfo.h:
9928         * gst/mpegtsparse/flutspmtinfo.c:
9929         * gst/mpegtsparse/flutspmtinfo.h:
9930         Update licences to reflect LGPL-ness of these files also.
9931
9932 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
9933
9934         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
9935         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
9936         * docs/plugins/gst-plugins-bad-plugins.interfaces:
9937         * docs/plugins/gst-plugins-bad-plugins.signals:
9938         * gst/rtpmanager/gstrtpbin.c:
9939         * gst/rtpmanager/gstrtpbin.h:
9940         * gst/rtpmanager/gstrtpclient.c:
9941         * gst/rtpmanager/gstrtpclient.h:
9942         * gst/rtpmanager/gstrtpjitterbuffer.c:
9943         * gst/rtpmanager/gstrtpjitterbuffer.h:
9944         * gst/rtpmanager/gstrtpptdemux.c:
9945         * gst/rtpmanager/gstrtpptdemux.h:
9946         * gst/rtpmanager/gstrtpsession.c:
9947         * gst/rtpmanager/gstrtpsession.h:
9948         * gst/rtpmanager/gstrtpssrcdemux.c:
9949         * gst/rtpmanager/gstrtpssrcdemux.h:
9950           Rename all GstRTPFoo structs to GstRtpFoo so that GST_BOILERPLATE
9951           registers a GType that's different than the GstRTPFoo types that
9952           farsight registers (luckily GType names are case sensitive). Should
9953           finally fix #430664.
9954
9955 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
9956
9957         * configure.ac:
9958         * win32/common/config.h:
9959         * win32/common/config.h.in:
9960           Automatically generate win32/common/config.h via configure (this
9961           ensures the win32 version of config.h is up-to-date when a release
9962           is made, #433373). config.h.in file might need some more work.
9963
9964 2007-08-22  Tim-Philipp Müller  <tim at centricular dot net>
9965
9966         Patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
9967
9968         * configure.ac:
9969         * gst/festival/Makefile.am:
9970         * gst/festival/gstfestival.c:
9971           Port festival plugin to GStreamer-0.10 (#461377).
9972
9973 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
9974
9975         * ext/faad/gstfaad.c: (gst_faad_chain):
9976         Don't unref the buffer when it was clipped.
9977
9978 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
9979
9980         * ext/faad/gstfaad.c: (gst_faad_chain):
9981         Don't unref the buffer when it was clipped.
9982
9983 2007-08-22  Julien MOUTTE  <julien@moutte.net>
9984
9985         * gst/flv/gstflvdemux.c: (gst_flv_demux_cleanup),
9986         (gst_flv_demux_pull_tag):
9987         * gst/flv/gstflvdemux.h:
9988         * gst/flv/gstflvparse.c: (gst_flv_parse_metadata_item),
9989         (gst_flv_parse_tag_script), (gst_flv_parse_tag_audio),
9990         (gst_flv_parse_tag_video): Handle pixel aspect ratio through
9991         metadata tags like ASF does. Fluendo muxer supports this and 
9992         Flash players can support it as well this way.
9993
9994 2007-08-22  Julien MOUTTE  <julien@moutte.net>
9995
9996         * gst/flv/gstflvdemux.c: (gst_flv_demux_pull_tag):
9997         * gst/flv/gstflvparse.c: (gst_flv_parse_metadata_item),
9998         (gst_flv_parse_tag_script), (gst_flv_parse_tag_audio),
9999         (gst_flv_parse_tag_video): Make sure we don't try filling up the
10000         index if no times object was parsed. Fix the way we decide to push
10001         tags and emit no-more-pads. Fix some printf typing in debugging.
10002
10003 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
10004
10005         * gst/rtpmanager/gstrtpjitterbuffer.c:
10006         (gst_rtp_jitter_buffer_chain),
10007         (gst_rtp_jitter_buffer_set_property):
10008         When drop-on-latency is set but we have no latency configured, just push
10009         the buffer as fast as possible.
10010         Fix typo in comment.
10011
10012 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
10013
10014         * gst/rtpmanager/rtpjitterbuffer.c:
10015         (rtp_jitter_buffer_get_ts_diff):
10016         * gst/rtpmanager/rtpjitterbuffer.h:
10017         Fix undefined overflow prone ts_diff handling.
10018
10019 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
10020
10021         * gst/modplug/gstmodplug.cc:
10022         Fix compiler warning.
10023
10024 2007-08-21  Stefan Kost  <ensonic@users.sf.net>
10025
10026         * gst/modplug/gstmodplug.cc:
10027           Don't use NULL caps for srcpad is not yet connected.
10028
10029 2007-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10030
10031         * configure.ac:
10032         * gst/mpegtsparse/Makefile.am:
10033         * gst/mpegtsparse/flutspatinfo.c:
10034         * gst/mpegtsparse/flutspatinfo.h:
10035         * gst/mpegtsparse/flutspmtinfo.c:
10036         * gst/mpegtsparse/flutspmtinfo.h:
10037         * gst/mpegtsparse/flutspmtstreaminfo.c:
10038         * gst/mpegtsparse/flutspmtstreaminfo.h:
10039         * gst/mpegtsparse/mpegtspacketizer.c:
10040         * gst/mpegtsparse/mpegtspacketizer.h:
10041         * gst/mpegtsparse/mpegtsparse.c:
10042         * gst/mpegtsparse/mpegtsparse.h:
10043         * gst/mpegtsparse/mpegtsparsemarshal.list:
10044         Add mpeg transport stream parser written by:
10045         Alessandro Decina. Includes a couple of files from the
10046         Fluendo transport stream demuxer that Fluendo have 
10047         kindly allowed to be licenced under LGPL also.
10048
10049 2007-08-20  Tim-Philipp Müller  <tim at centricular dot net>
10050
10051         Patch by: Bastien Nocera  <hadess at hadess net>
10052
10053         * ext/mythtv/gstmythtvsrc.c:
10054           Add examples for live mythtv:// URIs to docs (#468039).
10055           Also convert some tabs into spaces.
10056
10057 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
10058
10059         * gst/filter/gstbpwsinc.c:
10060         * gst/filter/gstlpwsinc.c:
10061         Add small comparision with the chebyshev filters in the docs.
10062
10063 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
10064
10065         * tests/check/elements/bpwsinc.c: (GST_START_TEST),
10066         (bpwsinc_suite):
10067         * tests/check/elements/lpwsinc.c: (GST_START_TEST),
10068         (lpwsinc_suite):
10069         Also test everything in 32 bit float mode.
10070
10071 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
10072
10073         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init),
10074         (bpwsinc_set_property), (bpwsinc_get_property):
10075         * gst/filter/gstbpwsinc.h:
10076         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init),
10077         (gst_lpwsinc_init), (lpwsinc_build_kernel), (lpwsinc_set_property),
10078         (lpwsinc_get_property):
10079         * gst/filter/gstlpwsinc.h:
10080         * tests/check/elements/lpwsinc.c: (GST_START_TEST):
10081         Use generator macros for the process functions for the different
10082         sample types, add lower upper boundaries for the GObject properties
10083         so automatically generated UIs can use sliders and change frequency
10084         properties to floats to save a bit of memory, even ints would in
10085         theory be enough. Also rename frequency to cutoff for consistency
10086         reasons.
10087         * docs/plugins/gst-plugins-bad-plugins.args:
10088         * docs/plugins/gst-plugins-bad-plugins.signals:
10089         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
10090         Regenerated for the above changes.
10091
10092 2007-08-17  Stefan Kost  <ensonic@users.sf.net>
10093
10094         * ext/amrwb/gstamrwbparse.c:
10095           Don't leak the adapter.
10096
10097 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
10098
10099         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init),
10100         (gst_bpwsinc_init), (process_32), (process_64),
10101         (bpwsinc_build_kernel), (bpwsinc_push_residue),
10102         (bpwsinc_transform), (bpwsinc_start), (bpwsinc_query),
10103         (bpwsinc_query_type), (bpwsinc_event), (bpwsinc_set_property):
10104         * gst/filter/gstbpwsinc.h:
10105         Implement latency query and only forward those samples downstream
10106         that actually contain the data we want, i.e. drop kernel_length/2
10107         in the beginning and append kernel_length/2 (created by convolving
10108         the filter kernel with zeroes) to the end.
10109
10110         * tests/check/elements/bpwsinc.c: (GST_START_TEST):
10111         Adjust the unit test for this slightly changed behaviour.
10112
10113         * gst/filter/gstlpwsinc.c: (lpwsinc_build_kernel):
10114         Reset residue length only when actually creating a residue.
10115
10116 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
10117
10118         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_class_init):
10119         Override the preroll vmethod instead of overriding the render method
10120         twice.
10121
10122 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
10123
10124         * gst/rtpmanager/gstrtpjitterbuffer.c:
10125         (gst_rtp_jitter_buffer_sink_event), (gst_rtp_jitter_buffer_chain),
10126         (gst_rtp_jitter_buffer_loop):
10127         Fix EOS handling.
10128         Convert some DEBUG into WARNINGs.
10129         Pause task when flushing.
10130
10131         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
10132         (rtcp_thread), (gst_rtp_session_event_recv_rtcp_sink):
10133         Use system clock for RTCP session management timeouts.
10134
10135         * gst/rtpmanager/rtpsession.c: (on_new_ssrc), (on_ssrc_collision),
10136         (on_ssrc_validated), (on_bye_ssrc), (on_bye_timeout), (on_timeout):
10137         Release the session lock when emiting signals.
10138
10139 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
10140
10141         * ext/faad/gstfaad.c: (gst_faad_setcaps),
10142         (gst_faad_chanpos_to_gst):
10143         Add some debug info.
10144
10145 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
10146
10147         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init),
10148         (gst_lpwsinc_init), (process_32), (process_64),
10149         (lpwsinc_build_kernel), (lpwsinc_push_residue),
10150         (lpwsinc_transform), (lpwsinc_start), (lpwsinc_query),
10151         (lpwsinc_query_type), (lpwsinc_event), (lpwsinc_set_property):
10152         * gst/filter/gstlpwsinc.h:
10153         Implement latency query and only forward those samples downstream
10154         that actually contain the data we want, i.e. drop kernel_length/2
10155         in the beginning and append kernel_length/2 (created by convolving
10156         the filter kernel with zeroes) to the end.
10157         * tests/check/elements/lpwsinc.c: (GST_START_TEST):
10158         Adjust the unit test for this slightly changed behaviour.
10159
10160 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
10161
10162         * ext/ladspa/gstladspa.c:
10163           Don't leak like hell.
10164
10165 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
10166
10167         * tests/check/Makefile.am:
10168         * tests/check/generic/.cvsignore:
10169         * tests/check/generic/states.c:
10170           Add generic state-change test suite to help to fi leaks.
10171
10172 2007-08-15  Stefan Kost  <ensonic@users.sf.net>
10173
10174         * ext/timidity/gstwildmidi.c:
10175         * ext/timidity/gstwildmidi.h:
10176           Look harder for a config. Based on patch by Hans de Goede.
10177           Fixes #456912
10178
10179 2007-08-14  Wim Taymans  <wim.taymans@gmail.com>
10180
10181         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_flush_unlocked):
10182         Don't use new API.
10183
10184 2007-08-14  Wim Taymans  <wim.taymans@gmail.com>
10185
10186         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_base_init),
10187         (gst_app_sink_class_init), (gst_app_sink_dispose),
10188         (gst_app_sink_flush_unlocked), (gst_app_sink_start),
10189         (gst_app_sink_stop), (gst_app_sink_event), (gst_app_sink_preroll),
10190         (gst_app_sink_render), (gst_app_sink_get_caps),
10191         (gst_app_sink_set_caps), (gst_app_sink_end_of_stream),
10192         (gst_app_sink_pull_preroll), (gst_app_sink_pull_buffer):
10193         * gst-libs/gst/app/gstappsink.h:
10194         Make love to appsink.
10195         Make it support pulling of the preroll buffer.
10196         Add docs and debug statements.
10197         Fix some races wrt to EOS handling and stopping.
10198         Implement getcaps.
10199         Implement FLUSHING.
10200         API: gst_app_sink_pull_preroll()
10201
10202 2007-08-14  Wim Taymans  <wim.taymans@gmail.com>
10203
10204         * gst/flv/gstflvdemux.c: (gst_flv_demux_set_index),
10205         (gst_flv_demux_get_index):
10206         Fix locking and refcounting on the index.
10207
10208 2007-08-14  Julien MOUTTE  <julien@moutte.net>
10209
10210         * gst/flv/gstflvdemux.c: (gst_flv_demux_cleanup),
10211         (gst_flv_demux_adapter_flush), (gst_flv_demux_chain),
10212         (gst_flv_demux_pull_tag), (gst_flv_demux_do_seek),
10213         (gst_flv_demux_handle_seek), (gst_flv_demux_sink_event),
10214         (gst_flv_demux_src_event), (gst_flv_demux_query),
10215         (gst_flv_demux_change_state), (gst_flv_demux_set_index),
10216         (gst_flv_demux_get_index), (gst_flv_demux_dispose),
10217         (gst_flv_demux_class_init): First method for seeking in pull
10218         mode using the index built step by step or coming from metadata.
10219         * gst/flv/gstflvdemux.h:
10220         * gst/flv/gstflvparse.c: (FLV_GET_STRING),
10221         (gst_flv_parse_metadata_item), (gst_flv_parse_tag_script),
10222         (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video): Parse
10223         more metadata types and keyframes index.
10224
10225 2007-08-13  Sebastian Dröge  <slomo@circular-chaos.org>
10226
10227         * docs/plugins/Makefile.am:
10228         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
10229         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
10230         * docs/plugins/gst-plugins-bad-plugins.args:
10231         * docs/plugins/gst-plugins-bad-plugins.signals:
10232         * docs/plugins/inspect/plugin-bz2.xml:
10233         * docs/plugins/inspect/plugin-cdxaparse.xml:
10234         * docs/plugins/inspect/plugin-dtsdec.xml:
10235         * docs/plugins/inspect/plugin-faac.xml:
10236         * docs/plugins/inspect/plugin-faad.xml:
10237         * docs/plugins/inspect/plugin-filter.xml:
10238         * docs/plugins/inspect/plugin-freeze.xml:
10239         * docs/plugins/inspect/plugin-gsm.xml:
10240         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
10241         * docs/plugins/inspect/plugin-h264parse.xml:
10242         * docs/plugins/inspect/plugin-modplug.xml:
10243         * docs/plugins/inspect/plugin-mpeg2enc.xml:
10244         * docs/plugins/inspect/plugin-musepack.xml:
10245         * docs/plugins/inspect/plugin-musicbrainz.xml:
10246         * docs/plugins/inspect/plugin-nsfdec.xml:
10247         * docs/plugins/inspect/plugin-replaygain.xml:
10248         * docs/plugins/inspect/plugin-soundtouch.xml:
10249         * docs/plugins/inspect/plugin-spcdec.xml:
10250         * docs/plugins/inspect/plugin-spectrum.xml:
10251         * docs/plugins/inspect/plugin-speed.xml:
10252         * docs/plugins/inspect/plugin-tta.xml:
10253         * docs/plugins/inspect/plugin-videosignal.xml:
10254         * docs/plugins/inspect/plugin-xingheader.xml:
10255         * docs/plugins/inspect/plugin-xvid.xml:
10256         * gst/filter/gstbpwsinc.c:
10257         * gst/filter/gstbpwsinc.h:
10258         * gst/filter/gstlpwsinc.c:
10259         * gst/filter/gstlpwsinc.h:
10260         Add docs for lpwsinc and bpwsinc and integrate them
10261         into the build system. While doing that also update
10262         all other docs via make update in docs/plugins.
10263
10264 2007-08-13  Stefan Kost  <ensonic@users.sf.net>
10265
10266         * gst/rtpmanager/rtpjitterbuffer.c:
10267           Include stdlib.
10268
10269 2007-08-12  Sebastian Dröge  <slomo@circular-chaos.org>
10270
10271         * tests/check/elements/bpwsinc.c: (GST_START_TEST):
10272         Make one test constraint a bit stricter.
10273
10274 2007-08-12  Sebastian Dröge  <slomo@circular-chaos.org>
10275
10276         * tests/check/Makefile.am:
10277         * tests/check/elements/.cvsignore:
10278         * tests/check/elements/bpwsinc.c: (setup_bpwsinc),
10279         (cleanup_bpwsinc), (GST_START_TEST), (bpwsinc_suite), (main):
10280         Add unit tests for bpwsinc, testing fundamental functionality again.
10281
10282 2007-08-12  Sebastian Dröge  <slomo@circular-chaos.org>
10283
10284         * tests/check/Makefile.am:
10285         * tests/check/elements/.cvsignore:
10286         * tests/check/elements/lpwsinc.c: (setup_lpwsinc),
10287         (cleanup_lpwsinc), (GST_START_TEST), (lpwsinc_suite), (main):
10288         Add unit tests for lpwsinc, testing fundamental functionality.
10289
10290 2007-08-12  Sebastian Dröge  <slomo@circular-chaos.org>
10291
10292         * gst/filter/gstbpwsinc.c: (bpwsinc_build_kernel):
10293         * gst/filter/gstlpwsinc.c: (lpwsinc_build_kernel):
10294         Improve debugging a bit.
10295
10296 2007-08-12  Sebastian Dröge  <slomo@circular-chaos.org>
10297
10298         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init),
10299         (bpwsinc_start):
10300         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init),
10301         (lpwsinc_start):
10302         Reset the residue in BaseTransform::start to get a clean residue
10303         on stream changes.
10304
10305 2007-08-11  Sebastian Dröge  <slomo@circular-chaos.org>
10306
10307         * gst/filter/gstbpwsinc.c: (process_32), (process_64):
10308         * gst/filter/gstlpwsinc.c: (process_32), (process_64):
10309         Fix processing with buffer sizes that are smaller than the filter
10310         kernel size.
10311
10312 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
10313
10314         * gst/rtpmanager/Makefile.am:
10315         * gst/rtpmanager/async_jitter_queue.c:
10316         * gst/rtpmanager/async_jitter_queue.h:
10317         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_class_init),
10318         (rtp_jitter_buffer_init), (rtp_jitter_buffer_finalize),
10319         (rtp_jitter_buffer_new), (compare_seqnum),
10320         (rtp_jitter_buffer_insert), (rtp_jitter_buffer_pop),
10321         (rtp_jitter_buffer_flush), (rtp_jitter_buffer_num_packets),
10322         (rtp_jitter_buffer_get_ts_diff):
10323         * gst/rtpmanager/rtpjitterbuffer.h:
10324         Remove complicated async queue and replace with more simple jitterbuffer
10325         code while also fixing some bugs.
10326
10327         * gst/rtpmanager/gstrtpbin-marshal.list:
10328         * gst/rtpmanager/gstrtpbin.c: (on_new_ssrc), (on_ssrc_collision),
10329         (on_ssrc_validated), (on_bye_ssrc), (on_bye_timeout), (on_timeout),
10330         (create_session), (gst_rtp_bin_class_init), (create_recv_rtp),
10331         (create_send_rtp):
10332         * gst/rtpmanager/gstrtpbin.h:
10333         * gst/rtpmanager/gstrtpjitterbuffer.c:
10334         (gst_rtp_jitter_buffer_init), (gst_rtp_jitter_buffer_dispose),
10335         (gst_jitter_buffer_sink_parse_caps),
10336         (gst_rtp_jitter_buffer_flush_start),
10337         (gst_rtp_jitter_buffer_flush_stop),
10338         (gst_rtp_jitter_buffer_change_state),
10339         (gst_rtp_jitter_buffer_sink_event), (gst_rtp_jitter_buffer_chain),
10340         (gst_rtp_jitter_buffer_loop), (gst_rtp_jitter_buffer_set_property):
10341         * gst/rtpmanager/gstrtpsession.c: (on_new_ssrc),
10342         (on_ssrc_collision), (on_ssrc_validated), (on_bye_ssrc),
10343         (on_bye_timeout), (on_timeout), (gst_rtp_session_class_init),
10344         (gst_rtp_session_init):
10345         * gst/rtpmanager/gstrtpsession.h:
10346         * gst/rtpmanager/rtpsession.c: (on_bye_ssrc), (session_cleanup):
10347         Use new jitterbuffer code.
10348         Expose some new signals in preparation for handling EOS.
10349
10350 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
10351
10352         * gst/filter/gstbpwsinc.c: (bpwsinc_build_kernel):
10353         Fix a segfault with more than one channel and don't rebuild
10354         the kernel & residue with every buffer.
10355
10356 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
10357
10358         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_mode_get_type),
10359         (gst_bpwsinc_window_get_type), (gst_bpwsinc_class_init),
10360         (gst_bpwsinc_init), (bpwsinc_build_kernel), (bpwsinc_set_property),
10361         (bpwsinc_get_property):
10362         * gst/filter/gstbpwsinc.h:
10363         Add support for a bandreject mode and allow specifying the window
10364         function that should be used.
10365         * gst/filter/gstlpwsinc.c:
10366         And another small formatting fix.
10367
10368 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
10369
10370         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init),
10371         (gst_bpwsinc_init), (process_32), (process_64),
10372         (bpwsinc_build_kernel), (bpwsinc_setup), (bpwsinc_get_unit_size),
10373         (bpwsinc_transform), (bpwsinc_set_property),
10374         (bpwsinc_get_property):
10375         * gst/filter/gstbpwsinc.h:
10376         Apply the same changes to the bandpass filter:
10377          - Support double input
10378          - Fix processing for input with >1 channels
10379          - Specify frequency in Hz
10380          - Specify actual filter kernel length
10381          - Use transform instead of transform_ip as we're working
10382            out of place anyway
10383          - Factor out filter kernel generation and update the filter
10384            kernel when the properties are set
10385         Fix bandpass filter kernel generation to actually generate
10386         a bandpass filter by creating a highpass instead of a second
10387         lowpass.
10388         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init):
10389         Small formatting fix.
10390
10391 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
10392
10393         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init),
10394         (gst_lpwsinc_init), (process_32), (process_64),
10395         (lpwsinc_build_kernel), (lpwsinc_set_property),
10396         (lpwsinc_get_property):
10397         * gst/filter/gstlpwsinc.h:
10398         Specify the actual filter length instead of a weird
10399         2N+1. Setting the property will round to the next odd number.
10400         Also remove now obsolete FIXMEs.
10401
10402 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
10403
10404         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_window_get_type),
10405         (gst_lpwsinc_class_init), (gst_lpwsinc_init),
10406         (lpwsinc_build_kernel), (lpwsinc_set_property),
10407         (lpwsinc_get_property):
10408         * gst/filter/gstlpwsinc.h:
10409         Allow choosing between hamming and blackman window. The blackman
10410         window provides a better stopband attenuation but a bit slower
10411         rolloff.
10412
10413 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
10414
10415         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_mode_get_type),
10416         (gst_lpwsinc_class_init), (process_32), (process_64),
10417         (lpwsinc_build_kernel), (lpwsinc_set_property),
10418         (lpwsinc_get_property):
10419         * gst/filter/gstlpwsinc.h:
10420         Add a highpass mode.
10421
10422 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
10423
10424         * gst/filter/gstlpwsinc.c: (process_32), (process_64),
10425         (lpwsinc_build_kernel):
10426         Fix processing if the input has more than one channel.
10427
10428 2007-08-09  Sebastian Dröge  <slomo@circular-chaos.org>
10429
10430         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_dispose),
10431         (gst_bpwsinc_init), (bpwsinc_setup), (bpwsinc_transform_ip),
10432         (bpwsinc_set_property), (bpwsinc_get_property):
10433         "this" is a C++ keyword, use "self" instead.
10434         Add TODOs and FIXMEs and remove two wrong FIXMEs.
10435         * gst/filter/gstlpwsinc.c:
10436         Add FIXMEs and a new TODO.
10437
10438 2007-08-09  Sebastian Dröge  <slomo@circular-chaos.org>
10439
10440         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_dispose),
10441         (gst_lpwsinc_class_init), (gst_lpwsinc_init), (process_32),
10442         (process_64), (lpwsinc_build_kernel), (lpwsinc_setup),
10443         (lpwsinc_get_unit_size), (lpwsinc_transform),
10444         (lpwsinc_set_property), (lpwsinc_get_property):
10445         * gst/filter/gstlpwsinc.h:
10446         Add double support, replace "this" with "self" as the former
10447         is a C++ keyword.
10448         Implement the frequency property in Hz instead of fraction
10449         of sampling frequency.
10450         Remove some unecessary FIXMEs and add some TODOs, add some
10451         required locking and refactor the kernel generation into a
10452         separate function that is also called when the properties
10453         change now.
10454         And use BaseTransform::transform instead of transform_ip
10455         as the convolution is done out of place anyway. Should
10456         be done in place later.
10457
10458 2007-08-09  Sebastian Dröge  <slomo@circular-chaos.org>
10459
10460         * configure.ac:
10461         * gst/stereo/Makefile.am:
10462         * gst/stereo/gststereo.c: (gst_stereo_base_init),
10463         (gst_stereo_class_init), (gst_stereo_init),
10464         (gst_stereo_transform_ip), (gst_stereo_set_property),
10465         (gst_stereo_get_property):
10466         * gst/stereo/gststereo.h:
10467         Port the stereo element to GStreamer 0.10.
10468
10469 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
10470
10471         submitted by: Raphael Higino <phhigino@gmail.com>
10472
10473         * po/LINGUAS:
10474         * po/pt_BR.po:
10475           Added Portuguese (Brazilian) translation.
10476
10477 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
10478
10479         * po/uk.po:
10480         * po/vi.po:
10481           Updated translations.
10482
10483 2007-08-08  Sebastian Dröge  <slomo@circular-chaos.org>
10484
10485         * gst/filter/Makefile.am:
10486         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_dispose),
10487         (gst_bpwsinc_base_init), (gst_bpwsinc_class_init),
10488         (gst_bpwsinc_init), (bpwsinc_setup):
10489         * gst/filter/gstbpwsinc.h:
10490         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_dispose),
10491         (gst_lpwsinc_base_init), (gst_lpwsinc_class_init),
10492         (gst_lpwsinc_init), (lpwsinc_setup):
10493         * gst/filter/gstlpwsinc.h:
10494         Use GstAudioFilter as base class and don't leak the memory
10495         of the filter kernel and residue.
10496
10497 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
10498
10499         Patch by: Josep Torra Valles <josep@fluendo.com>
10500
10501         * docs/plugins/gst-plugins-bad-plugins.args:
10502         * ext/libmms/gstmms.c: (gst_mms_class_init), (gst_mms_init),
10503         (gst_mms_start), (gst_mms_set_property), (gst_mms_get_property):
10504         * ext/libmms/gstmms.h:
10505         Add connection speed property to libmms. Fixes #464678.
10506
10507 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
10508
10509         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain),
10510         (gst_real_video_dec_activate_push), (open_library),
10511         (gst_real_video_dec_init), (gst_real_video_dec_finalize):
10512         * gst/real/gstrealvideodec.h:
10513         Remove some old unused vars.
10514
10515 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
10516
10517         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps):
10518         Small cleanups.
10519
10520         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain),
10521         (open_library):
10522         Remove fragment and timestamp correction code from the decoder to make
10523         the caps and buffer contents compatible with matroska/ffdec_rvx0/...
10524
10525 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
10526
10527         * po/POTFILES.skip:
10528           Add POTFILES.skip with list of source files that aren't disted at the
10529           moment but contain translatable strings. Should hopefully pacify
10530           broken tools and make it clearer that these files are left out
10531           intentionally (#461601 and others).
10532
10533 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
10534
10535         Patch by: Ian Munro  <imunro at netspace net au>
10536
10537         * gst/bayer/gstbayer2rgb.c:
10538           Include our own "_stdint.h" instead of <stdint.h> (which may not
10539           be available).
10540
10541         * gst/speed/gstspeed.h:
10542           Native HP-UX compiler dosn't seem to like enum typedefs before the
10543           actual enum was defined.
10544
10545         * gst/vmnc/vmncdec.c:
10546           Fix wrong usage of GST_ELEMENT_ERROR macro (#461373).
10547
10548 2007-07-26  Edward Hervey  <bilboed@bilboed.com>
10549
10550         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps):
10551         Use the proper context variable when setting the password !
10552         LOG => WARNING for errors.
10553         Give proper path when opening the codec (needs a '/' at the end).
10554
10555 2007-07-25  Tim-Philipp Müller  <tim at centricular dot net>
10556
10557         * gst/real/Makefile.am:
10558           And dist the new header file too.
10559
10560 2007-07-25  Tim-Philipp Müller  <tim at centricular dot net>
10561
10562         * gst/real/gstreal.h:
10563         Add missing header file.
10564
10565 2007-07-25  Julien MOUTTE  <julien@moutte.net>
10566
10567         (gst_flv_demux_chain), (gst_flv_demux_pull_tag),
10568         (gst_flv_demux_change_state), (gst_flv_demux_dispose),
10569         (gst_flv_demux_init):
10570         * gst/flv/gstflvdemux.h:
10571         * gst/flv/gstflvparse.c: (FLV_GET_STRING),
10572         (gst_flv_parse_metadata_item), (gst_flv_parse_tag_script),
10573         (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video),
10574         (gst_flv_parse_header):
10575         * gst/flv/gstflvparse.h: Handle not linked pads, try to make it
10576         reusable, more safety checks.
10577
10578 2007-07-25  Stefan Kost  <ensonic@users.sf.net>
10579
10580         * ext/timidity/gsttimidity.c: (gst_timidity_init),
10581         (gst_timidity_change_state), (plugin_init):
10582         * ext/timidity/gsttimidity.h:
10583           Don't initialize timidity in plugin_init for similar reason as below.
10584
10585 2007-07-24  Stefan Kost  <ensonic@users.sf.net>
10586
10587         * ext/timidity/gstwildmidi.c: (wildmidi_open_config),
10588         (gst_wildmidi_init), (gst_wildmidi_change_state), (plugin_init):
10589         * ext/timidity/gstwildmidi.h:
10590           Don't initialize wildmidi in plugin_init as it also setups audio
10591           filters which is slow.
10592
10593 2007-07-24  Hans de Goede  <j.w.r.degoede@hhs.nl>
10594
10595         reviewed by: Edward Hervey  <bilboed@bilboed.com>
10596
10597         * gst/real/gstreal.c: (plugin_init):
10598         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps),
10599         (gst_real_audio_dec_finalize), (gst_real_audio_dec_set_property),
10600         (gst_real_audio_dec_get_property), (gst_real_audio_dec_class_init):
10601         * gst/real/gstrealvideodec.c: (open_library),
10602         (gst_real_video_dec_finalize), (gst_real_video_dec_set_property),
10603         (gst_real_video_dec_get_property), (gst_real_video_dec_class_init):
10604         * gst/real/gstrealvideodec.h:
10605         Improved search algorithm for location of real .so files.
10606         Fixes #393461
10607
10608 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
10609
10610         * configure.ac:
10611         * ext/faad/gstfaad.c: (gst_faad_chain), (gst_faad_change_state):
10612         Use the new buffer clipping function from gstaudio here and
10613         require gst-plugins-base CVS.
10614
10615 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
10616
10617         * configure.ac:
10618           Sync liboil check with plugins-base.
10619
10620 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
10621
10622         * gst/equalizer/gstiirequalizer.c:
10623         (gst_iir_equalizer_band_set_property),
10624         (gst_iir_equalizer_child_proxy_get_child_by_index),
10625         (gst_iir_equalizer_child_proxy_get_children_count),
10626         (gst_iir_equalizer_child_proxy_interface_init),
10627         (gst_iir_equalizer_class_init), (arg_to_scale), (setup_filter),
10628         (gst_iir_equalizer_compute_frequencies):
10629         * gst/equalizer/gstiirequalizer10bands.c:
10630         (gst_iir_equalizer_10bands_class_init):
10631         * gst/equalizer/gstiirequalizer3bands.c:
10632         (gst_iir_equalizer_3bands_class_init):
10633         * gst/equalizer/gstiirequalizernbands.c:
10634           Better algorith for the center frequencies. Subtract band filters from
10635           input for negative gains. Rework the gain mapping.
10636
10637 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
10638
10639         * ext/dirac/Makefile.am:
10640           Also include stdlib here.
10641
10642 2007-07-19  Jan Schmidt  <thaytan@noraisin.net>
10643
10644         * tests/check/elements/.cvsignore:
10645         Fix the buildbot with the cvsignore it wants.
10646
10647 2007-07-19  Julien MOUTTE  <julien@moutte.net>
10648
10649         * configure.ac:
10650         * gst/flv/Makefile.am:
10651         * gst/flv/gstflvdemux.c: (gst_flv_demux_flush),
10652         (gst_flv_demux_cleanup), (gst_flv_demux_chain),
10653         (gst_flv_demux_pull_tag), (gst_flv_demux_pull_header),
10654         (gst_flv_demux_seek_to_prev_keyframe), (gst_flv_demux_loop),
10655         (gst_flv_demux_sink_activate), (gst_flv_demux_sink_activate_push),
10656         (gst_flv_demux_sink_activate_pull), (gst_flv_demux_sink_event),
10657         (gst_flv_demux_change_state), (gst_flv_demux_dispose),
10658         (gst_flv_demux_base_init), (gst_flv_demux_class_init),
10659         (gst_flv_demux_init), (plugin_init):
10660         * gst/flv/gstflvdemux.h:
10661         * gst/flv/gstflvparse.c: (FLV_GET_BEUI24), (FLV_GET_STRING),
10662         (gst_flv_demux_query_types), (gst_flv_demux_query),
10663         (gst_flv_parse_metadata_item), (gst_flv_parse_tag_script),
10664         (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video),
10665         (gst_flv_parse_tag_type), (gst_flv_parse_header):
10666         * gst/flv/gstflvparse.h: Adds a first draft of an FLV demuxer.
10667         It does not do seeking yet, it supports pull and push mode so YES
10668         you can use it to play youtube videos directly from an HTTP uri.
10669         Not so much testing done yet but it parses metadata, reply to 
10670         duration queries, etc...
10671
10672 2007-07-19  Stefan Kost  <ensonic@users.sf.net>
10673
10674         * tests/check/Makefile.am:
10675         * tests/check/elements/timidity.c (GST_START_TEST, timidity_suite,
10676           main):
10677           Add typefind test for midi.
10678
10679 2007-07-18  Michael Smith  <msmith@fluendo.com>
10680
10681         * ext/soundtouch/gstpitch.cc:
10682           If we receive a new segment event, don't try to push buffers out
10683           in response (without first sending it on!).
10684           Instead, flush internal buffers on receiving flush events.
10685           Fixes playback after seeking.
10686
10687 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
10688
10689         * gst/bayer/gstbayer2rgb.c: (gst_bayer2rgb_set_caps),
10690         (gst_bayer2rgb_reset):
10691           Add basic docs. Use glibs mem routines.
10692
10693 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
10694
10695         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
10696           Add example to the docs. Fix buffer-offset-end and add some debug.
10697
10698 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
10699
10700         * ext/jack/gstjackaudiosink.c: (gst_jack_ring_buffer_open_device),
10701         (gst_jack_ring_buffer_acquire):
10702           Add stdlib include here too.
10703
10704 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
10705
10706         * examples/app/appsrc_ex.c:
10707         * examples/switch/switcher.c:
10708         * ext/neon/gstneonhttpsrc.c:
10709         * ext/timidity/gstwildmidi.c:
10710         * ext/x264/gstx264enc.c:
10711         * gst/mve/mveaudioenc.c: (mve_compress_audio):
10712         * gst/rtpmanager/gstrtpclient.c:
10713         * gst/rtpmanager/gstrtpjitterbuffer.c:
10714         * gst/spectrum/demo-audiotest.c:
10715         * gst/spectrum/demo-osssrc.c:
10716         * sys/dvb/gstdvbsrc.c:
10717           Add stdlib include (free, atoi, exit).
10718
10719 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
10720
10721         * ext/faad/gstfaad.c: (clip_outgoing_buffer):
10722         Fix buffer clipping to correctly clip to the segment stop.
10723
10724 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
10725
10726         Patch by: Hans de Goede <j.w.r.degoede at hhs dot nl>
10727
10728         * gst/modplug/gstmodplug.cc:
10729         add several missing supported mime-types to the modplug plugin.
10730         Fixes #456901.
10731
10732 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
10733
10734         * configure.ac:
10735         * tests/Makefile.am:
10736         Remove bogus check for libcheck, since we check for
10737         gstreamer-check and it pulls in the required info from there, and we
10738         weren't actually _using_ the information for libcheck ourselves
10739         anyway.
10740
10741 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
10742
10743         * configure.ac:
10744           Use pkg-config to locate check.
10745
10746 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
10747
10748         * gst/interleave/deinterleave.c: (gst_deinterleave_process):
10749         * gst/vmnc/vmncdec.c: (vmnc_make_buffer):
10750           Fix build against core CVS.
10751
10752 2007-07-09  Stefan Kost  <ensonic@users.sf.net>
10753
10754         * REQUIREMENTS:
10755           Sync with changes in -ugly.
10756
10757 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
10758
10759         * REQUIREMENTS:
10760           Add download location of libamrwb.
10761
10762 2007-07-06  Tim-Philipp Müller  <tim at centricular dot net>
10763
10764         * docs/plugins/inspect/plugin-amrwb.xml:
10765         * docs/plugins/inspect/plugin-equalizer.xml:
10766         * docs/plugins/inspect/plugin-multifile.xml:
10767         * docs/plugins/inspect/plugin-timidity.xml:
10768         * docs/plugins/inspect/plugin-wildmidi.xml:
10769           Add missing inspect files. Fixes build (#454313).
10770
10771         * ext/timidity/gstwildmidi.c: (wildmidi_open_config):
10772           Scream a bit louder when initialisation fails.
10773
10774         * gst-libs/README:
10775         * gst-libs/ext/.cvsignore:
10776           Remove some cruft.
10777
10778 2007-07-05  Tim-Philipp Müller  <tim at centricular dot net>
10779
10780         * ext/ivorbis/Makefile.am:
10781           Dist header files. Fixes #454078.
10782
10783 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
10784
10785         * docs/plugins/Makefile.am:
10786           Simplify --extra-dir as gtkdoc scans recursively.
10787
10788         * ext/amrwb/gstamrwbenc.c:
10789           Fix comment start.
10790
10791 2007-07-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10792
10793         * sys/dvb/gstdvbsrc.c (dvbsrc_details, ARG_DVBSRC_ADAPTER,
10794           ARG_DVBSRC_FRONTEND, ARG_DVBSRC_DISEQC_SRC, ARG_DVBSRC_FREQUENCY,
10795           ARG_DVBSRC_POLARITY, gst_dvbsrc_class_init, gst_dvbsrc_init,
10796           gst_dvbsrc_set_property, gst_dvbsrc_get_property,
10797           gst_dvbsrc_open_frontend, gst_dvbsrc_open_dvr, read_device,
10798           gst_dvbsrc_create, gst_dvbsrc_set_pes_filters):
10799         * sys/dvb/gstdvbsrc.h (adapter_number, frontend_number):
10800         Removed property "device". Added properties "adapter" and "frontend".
10801         Fixes #453636.
10802         Rename freq property to frequency.
10803
10804 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
10805
10806         * gst/videosignal/gstvideodetect.c: (gst_video_detect_class_init):
10807         Fix property descriptions.
10808
10809 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
10810
10811         * docs/plugins/Makefile.am:
10812         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
10813         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
10814         * ext/amrwb/gstamrwbdec.c:
10815         * ext/amrwb/gstamrwbenc.c:
10816         * ext/amrwb/gstamrwbparse.c:
10817           Also document AMR-WB elements.
10818
10819 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
10820
10821         * docs/plugins/Makefile.am:
10822         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
10823         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
10824         * docs/plugins/gst-plugins-bad-plugins.args:
10825           Cleanup the section file so that -unused is empty again (and useful to
10826           spot new docs). Add not yet added docs to sgml file. Add more header
10827           to Makefile.am to make them introspectable.
10828
10829         * docs/plugins/inspect/plugin-bz2.xml:
10830         * docs/plugins/inspect/plugin-cdxaparse.xml:
10831         * docs/plugins/inspect/plugin-dtsdec.xml:
10832         * docs/plugins/inspect/plugin-faac.xml:
10833         * docs/plugins/inspect/plugin-faad.xml:
10834         * docs/plugins/inspect/plugin-filter.xml:
10835         * docs/plugins/inspect/plugin-freeze.xml:
10836         * docs/plugins/inspect/plugin-gdp.xml:
10837         * docs/plugins/inspect/plugin-gsm.xml:
10838         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
10839         * docs/plugins/inspect/plugin-h264parse.xml:
10840         * docs/plugins/inspect/plugin-modplug.xml:
10841         * docs/plugins/inspect/plugin-musicbrainz.xml:
10842         * docs/plugins/inspect/plugin-nsfdec.xml:
10843         * docs/plugins/inspect/plugin-replaygain.xml:
10844         * docs/plugins/inspect/plugin-spectrum.xml:
10845         * docs/plugins/inspect/plugin-speed.xml:
10846         * docs/plugins/inspect/plugin-tta.xml:
10847         * docs/plugins/inspect/plugin-videosignal.xml:
10848         * docs/plugins/inspect/plugin-xingheader.xml:
10849         * docs/plugins/inspect/plugin-xvid.xml:
10850           Update the doc blobs.
10851
10852 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
10853
10854         * gst/multifile/Makefile.am:
10855         * gst/multifile/gstmultifile.c:
10856         * gst/multifile/gstmultifilesink.c:
10857         * gst/multifile/gstmultifilesink.h:
10858         * gst/multifile/gstmultifilesrc.c:
10859         * gst/multifile/gstmultifilesrc.h:
10860           Add .h files to be able to add it to the docs.
10861
10862 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
10863
10864         * gst/modplug/gstmodplug.cc:
10865           Activate doc section.
10866
10867 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
10868
10869         * ext/timidity/gsttimidity.c:
10870         * ext/timidity/gstwildmidi.c:
10871         * ext/timidity/gstwildmidi.h:
10872           Fix licence (both are GPL). Add element docs.
10873
10874 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
10875
10876         * ext/musicbrainz/gsttrm.h:
10877           Fix _get_type signature.
10878
10879 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
10880
10881         * gst/replaygain/gstrgvolume.h:
10882           Fix GObject macros.
10883
10884 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
10885
10886         * ext/dc1394/gstdc1394.c: (gst_dc1394_src_fixate),
10887         (gst_dc1394_create), (gst_dc1394_caps_set_format_vmode_caps),
10888         (gst_dc1394_set_caps_framesize_range),
10889         (gst_dc1394_caps_set_framerate_list), (gst_dc1394_get_cam_caps),
10890         (gst_dc1394_framerate_frac_to_const),
10891         (gst_dc1394_open_cam_with_best_caps):
10892         Make a bunch of functions static, and move variable declarations
10893         to the start of blocks to avoid problems on older gcc.
10894
10895         Make sure to unset value types.
10896
10897 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
10898
10899         * ext/dc1394/gstdc1394.c: (gst_dc1394_set_caps_color):
10900
10901         The correct fourcc for the 4:1:1 packed format is 'IYU1'.
10902         With CVS of ffmpegcolorspace from plugins-base, I can now
10903         get 30 fps from the iSight.
10904
10905 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
10906
10907         * ext/dc1394/gstdc1394.c: (gst_dc1394_set_caps_color):
10908         Change a g_print to a GST_DEBUG message.
10909
10910 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
10911
10912         * configure.ac:
10913         * ext/Makefile.am:
10914         * ext/dc1394/Makefile.am:
10915         * ext/dc1394/gstdc1394.c: (gst_dc1394_base_init),
10916         (gst_dc1394_class_init), (gst_dc1394_init),
10917         (gst_dc1394_src_fixate), (gst_dc1394_set_property),
10918         (gst_dc1394_get_property), (gst_dc1394_getcaps),
10919         (gst_dc1394_setcaps), (gst_dc1394_get_times), (gst_dc1394_create),
10920         (gst_dc1394_parse_caps), (gst_dc1394_change_state),
10921         (gst_dc1394_caps_set_format_vmode_caps),
10922         (gst_dc1394_set_caps_color), (gst_dc1394_set_caps_framesize),
10923         (gst_dc1394_set_caps_framesize_range),
10924         (gst_dc1394_caps_set_framerate_list),
10925         (gst_dc1394_framerate_const_to_frac),
10926         (gst_dc1394_get_all_dc1394_caps), (gst_dc1394_get_cam_caps),
10927         (gst_dc1394_framerate_frac_to_const),
10928         (gst_dc1394_open_cam_with_best_caps),
10929         (gst_dc1394_change_camera_transmission), (plugin_init):
10930         * ext/dc1394/gstdc1394.h:
10931         Commit new dc1394src element.
10932         Patch By: Antoine Tremblay < hexa00 at gmail dot com >
10933         Patch By: Eric Jonas < jonas at mit dot edu >
10934         Close: #387251
10935
10936 2007-06-28  Wim Taymans  <wim@fluendo.com>
10937
10938         * gst/videosignal/gstvideodetect.c: (gst_video_detect_class_init):
10939         Register new property as well.
10940
10941 2007-06-28  Wim Taymans  <wim@fluendo.com>
10942
10943         * gst/videosignal/gstvideodetect.c: (gst_video_detect_420),
10944         (gst_video_detect_set_property), (gst_video_detect_get_property):
10945         * gst/videosignal/gstvideodetect.h:
10946         Add property to adjust the center, sensitivity is now the distance from
10947         this center.
10948
10949 2007-06-27  Wim Taymans  <wim@fluendo.com>
10950
10951         * gst/videosignal/gstvideodetect.c: (gst_video_detect_420),
10952         (gst_video_detect_set_property), (gst_video_detect_get_property),
10953         (gst_video_detect_class_init):
10954         * gst/videosignal/gstvideodetect.h:
10955         * gst/videosignal/gstvideomark.c: (gst_video_mark_draw_box),
10956         (gst_video_mark_420), (gst_video_mark_set_property),
10957         (gst_video_mark_get_property), (gst_video_mark_class_init):
10958         * gst/videosignal/gstvideomark.h:
10959         Add left and bottom offset properties to control the position of the
10960         pattern.
10961
10962 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
10963
10964         * docs/plugins/gst-plugins-bad-plugins.args:
10965         * docs/plugins/inspect/plugin-alsaspdif.xml:
10966         * docs/plugins/inspect/plugin-bz2.xml:
10967         * docs/plugins/inspect/plugin-cdxaparse.xml:
10968         * docs/plugins/inspect/plugin-dtsdec.xml:
10969         * docs/plugins/inspect/plugin-faac.xml:
10970         * docs/plugins/inspect/plugin-faad.xml:
10971         * docs/plugins/inspect/plugin-filter.xml:
10972         * docs/plugins/inspect/plugin-freeze.xml:
10973         * docs/plugins/inspect/plugin-gdp.xml:
10974         * docs/plugins/inspect/plugin-glimagesink.xml:
10975         * docs/plugins/inspect/plugin-gsm.xml:
10976         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
10977         * docs/plugins/inspect/plugin-h264parse.xml:
10978         * docs/plugins/inspect/plugin-jack.xml:
10979         * docs/plugins/inspect/plugin-mms.xml:
10980         * docs/plugins/inspect/plugin-modplug.xml:
10981         * docs/plugins/inspect/plugin-musicbrainz.xml:
10982         * docs/plugins/inspect/plugin-neon.xml:
10983         * docs/plugins/inspect/plugin-nsfdec.xml:
10984         * docs/plugins/inspect/plugin-replaygain.xml:
10985         * docs/plugins/inspect/plugin-sdl.xml:
10986         * docs/plugins/inspect/plugin-spectrum.xml:
10987         * docs/plugins/inspect/plugin-speed.xml:
10988         * docs/plugins/inspect/plugin-tta.xml:
10989         * docs/plugins/inspect/plugin-videosignal.xml:
10990         * docs/plugins/inspect/plugin-xingheader.xml:
10991         * docs/plugins/inspect/plugin-xvid.xml:
10992           Update docs with caps info.
10993
10994 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
10995
10996         * gconf/.cvsignore:
10997         * gconf/Makefile.am:
10998         * gconf/gstreamer.schemas.in:
10999           Remove dysfunctional directory (this stuff is in -good).
11000
11001         * ext/sndfile/gstsf.c: (plugin_init):
11002         * sys/dvb/gstdvbsrc.c: (plugin_init):
11003           Add i18n bindtextdomain stuff.
11004
11005         * gst/nuvdemux/gstnuvdemux.c: (gst_nuv_demux_class_init),
11006         (plugin_init):
11007           Post an error message when returning GST_FLOW_ERROR; minor cleanups.
11008
11009         * po/POTFILES.in:
11010           Add more source files with translatable strings (fixes #450605).
11011
11012 2007-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11013
11014         Contributed by: Wenzheng Hu <db_lobster@163.com>
11015
11016         * po/LINGUAS:
11017         * po/zh_CN.po:
11018           Added Chinese (simplified) translation.
11019
11020 2007-06-22  Tim-Philipp Müller  <tim at centricular dot net>
11021
11022         Patch by: Jens Granseuer  <jensgr at gmx net>
11023
11024         * gst/equalizer/gstiirequalizer.c:
11025         * gst/equalizer/gstiirequalizer10bands.c:
11026         * gst/equalizer/gstiirequalizer3bands.c:
11027         * gst/equalizer/gstiirequalizernbands.c:
11028         * gst/rtpmanager/async_jitter_queue.c:
11029         (async_jitter_queue_push_sorted):
11030         * gst/rtpmanager/gstrtpjitterbuffer.c:
11031         (gst_rtp_jitter_buffer_chain):
11032         * gst/switch/gstswitch.c: (gst_switch_chain):
11033           Build fixes for gcc-2.9x (no mid-block variable declarations etc.).
11034           Fixes #450185.
11035
11036 2007-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11037
11038         * examples/switch/switcher.c (my_bus_callback, switch_timer,
11039           last_message_received, main):
11040         * gst/switch/gstswitch.c (gst_switch_release_pad,
11041           gst_switch_request_new_pad, gst_switch_chain, gst_switch_event,
11042           gst_switch_set_property, gst_switch_get_property,
11043           gst_switch_get_linked_pad, gst_switch_getcaps,
11044           gst_switch_bufferalloc, gst_switch_dispose, gst_switch_init):
11045         * gst/switch/gstswitch.h (switch_mutex, GST_SWITCH_LOCK,
11046           GST_SWITCH_UNLOCK):
11047         Add an extra lock to protect against certain variables instead of
11048         using the object lock. Fix case where caps are different in the
11049         sink pads causes deadlock. Update example to use different caps
11050         on each sink pad.
11051
11052 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
11053
11054         * MAINTAINERS:
11055         Updating all the maintainers files
11056
11057 2007-06-22  Edward Hervey  <edward@fluendo.com>
11058
11059         * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_init):
11060         * ext/amrwb/gstamrwbenc.c: (gst_amrwbenc_init):
11061         * ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_init):
11062         * ext/audioresample/gstaudioresample.c:
11063         * ext/bz2/gstbz2dec.c: (gst_bz2dec_init):
11064         * ext/bz2/gstbz2enc.c: (gst_bz2enc_init):
11065         * ext/divx/gstdivxdec.c: (gst_divxdec_init):
11066         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
11067         * ext/faac/gstfaac.c: (gst_faac_init):
11068         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init):
11069         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init):
11070         * ext/hermes/gsthermescolorspace.c: (gst_hermes_colorspace_init):
11071         * ext/lcs/gstcolorspace.c: (gst_colorspace_init):
11072         * ext/libfame/gstlibfame.c: (gst_fameenc_init):
11073         * ext/snapshot/gstsnapshot.c: (gst_snapshot_init):
11074         * ext/spc/gstspc.c: (gst_spc_dec_init):
11075         * ext/swfdec/gstswfdec.c: (gst_swfdec_init):
11076         * ext/xvid/gstxvidenc.c: (gst_xvidenc_init):
11077         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxa_parse_init):
11078         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_init):
11079         * gst/chart/gstchart.c: (gst_chart_init):
11080         * gst/colorspace/gstcolorspace.c: (gst_colorspace_init):
11081         * gst/festival/gstfestival.c: (gst_festival_init):
11082         * gst/freeze/gstfreeze.c: (gst_freeze_init):
11083         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_request_new_pad):
11084         * gst/mpeg1sys/gstmpeg1systemencode.c: (gst_system_encode_init):
11085         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
11086         * gst/nsf/gstnsf.c: (gst_nsfdec_init):
11087         * gst/overlay/gstoverlay.c: (gst_overlay_init):
11088         * gst/passthrough/gstpassthrough.c: (passthrough_init):
11089         * gst/playondemand/gstplayondemand.c: (play_on_demand_init):
11090         * gst/smooth/gstsmooth.c: (gst_smooth_init):
11091         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
11092         * gst/speed/gstspeed.c: (speed_init):
11093         * gst/vbidec/gstvbidec.c: (gst_vbidec_init):
11094         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init):
11095         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
11096         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
11097         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_init):
11098         Fix leaks.
11099
11100 2007-06-21  Tim-Philipp Müller  <tim at centricular dot net>
11101
11102         * RELEASE:
11103         * sys/Makefile.am:
11104           Re-enable VCD source and fix up release notes.
11105
11106 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
11107
11108         * gst/equalizer/gstiirequalizer.c:
11109           Document parameter mapping.
11110
11111 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
11112
11113         * gst/spectrum/gstspectrum.c: (gst_spectrum_event),
11114         (gst_spectrum_transform_ip):
11115           Fix leaking buffers.
11116           
11117         * tests/check/Makefile.am:
11118         * tests/check/elements/spectrum.c: (setup_spectrum),
11119         (cleanup_spectrum), (GST_START_TEST), (spectrum_suite), (main):
11120           Add simple test for spectrum element.
11121
11122 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
11123
11124         * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_base_init),
11125         (gst_amrwbdec_class_init), (gst_amrwbdec_finalize),
11126         (gst_amrwbdec_event), (gst_amrwbdec_chain),
11127         (gst_amrwbdec_state_change):
11128         * ext/amrwb/gstamrwbdec.h:
11129         * ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_base_init),
11130         (gst_amrwbparse_pull_header), (gst_amrwbparse_loop):
11131           Add newsegment and discont handling. Some code cleanups. Don't leak
11132           the adapter, unref it in a new finalize method instead. Sync the
11133           parser with the amr-nb changes.
11134
11135 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
11136
11137         * configure.ac:
11138         Back to CVS.
11139
11140         * gst-plugins-bad.doap:
11141         Add 0.10.5 to the doap file.
11142
11143 === release 0.10.5 ===
11144
11145 2007-06-19  Jan Schmidt <thaytan@mad.scientist.com>
11146
11147         * configure.ac:
11148           releasing 0.10.5, "Expedition to Lake Pahoe"
11149
11150 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
11151
11152         * win32/vs6/gst_plugins_bad.dsw:
11153         * win32/vs6/libdshowsrcwrapper.dsp:
11154         * win32/vs6/libgstdshow.dsp:
11155         * win32/vs6/libgstmpegvideoparse.dsp:
11156         * win32/vs6/libgstneon.dsp:
11157         Convert line endings to CRLF and mark as binary files.
11158
11159 2007-06-13  Wim Taymans  <wim@fluendo.com>
11160
11161         * sys/Makefile.am:
11162         Disable VCD build because we're frozen..
11163
11164 2007-06-13  Wim Taymans  <wim@fluendo.com>
11165
11166         * configure.ac:
11167         * sys/Makefile.am:
11168         * sys/vcd/Makefile.am:
11169         * sys/vcd/vcdsrc.c: (gst_vcdsrc_setup_interfaces),
11170         (gst_vcdsrc_base_init), (gst_vcdsrc_class_init), (gst_vcdsrc_init),
11171         (gst_vcdsrc_msf), (gst_vcdsrc_recalculate),
11172         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
11173         (gst_vcdsrc_create), (gst_vcdsrc_start), (gst_vcdsrc_stop),
11174         (gst_vcdsrc_uri_set_uri):
11175         * sys/vcd/vcdsrc.h:
11176         Port VCD element.
11177
11178 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
11179
11180         * win32/MANIFEST:
11181         Add megvideoparse, libdshow and dshowsrcwrapper to win32
11182         MANIFEST.
11183         * win32/vs6/gst_plugins_bad.dsw:
11184         Remove qtdemux, directdraw, directsound and waveform project files
11185         from the workspace as they have been moved to -good.
11186
11187 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
11188
11189         * po/POTFILES.in:
11190         Remove qtdemux from the translation list.
11191
11192 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
11193
11194         * configure.ac:
11195         * docs/plugins/Makefile.am:
11196         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11197         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11198         * docs/plugins/inspect/plugin-osxvideo.xml:
11199         * docs/plugins/inspect/plugin-videocrop.xml:
11200         * gst-plugins-bad.spec.in:
11201         * gst/videocrop/Makefile.am:
11202         * gst/videocrop/gstvideocrop.c:
11203         * gst/videocrop/gstvideocrop.h:
11204         * gst/videocrop/videocrop.vcproj:
11205         * sys/Makefile.am:
11206         * sys/osxvideo/Makefile.am:
11207         * sys/osxvideo/cocoawindow.h:
11208         * sys/osxvideo/cocoawindow.m:
11209         * sys/osxvideo/osxvideosink.h:
11210         * sys/osxvideo/osxvideosink.m:
11211         * tests/check/Makefile.am:
11212         * tests/check/elements/videocrop.c:
11213         * tests/icles/Makefile.am:
11214         * tests/icles/videocrop-test.c:
11215         Move videocrop and osxvideo to -good.
11216
11217 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
11218
11219         * configure.ac:
11220         * docs/plugins/Makefile.am:
11221         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11222         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11223         * gst/qtdemux/Makefile.am:
11224         * gst/qtdemux/gstrtpxqtdepay.c:
11225         * gst/qtdemux/gstrtpxqtdepay.h:
11226         * gst/qtdemux/qtdemux.c:
11227         * gst/qtdemux/qtdemux.h:
11228         * gst/qtdemux/qtdemux.vcproj:
11229         * gst/qtdemux/qtdemux_dump.c:
11230         * gst/qtdemux/qtdemux_dump.h:
11231         * gst/qtdemux/qtdemux_fourcc.h:
11232         * gst/qtdemux/qtdemux_types.c:
11233         * gst/qtdemux/qtdemux_types.h:
11234         * gst/qtdemux/qtpalette.h:
11235         * gst/qtdemux/quicktime.c:
11236         * win32/MANIFEST:
11237         * win32/vs6/libgstqtdemux.dsp:
11238         Move qtdemux to -good.
11239
11240         * gst-plugins-bad.spec.in:
11241         Update spec file to reflect wavpack & qtdemux moving to -good.
11242
11243 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
11244
11245         * docs/plugins/Makefile.am:
11246         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11247         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11248         * docs/plugins/inspect/plugin-waveform.xml:
11249         * sys/waveform/gstwaveformplugin.c:
11250         * sys/waveform/gstwaveformsink.c:
11251         * sys/waveform/gstwaveformsink.h:
11252         * win32/MANIFEST:
11253         * win32/vs6/libgstwaveform.dsp:
11254         Remove the waveform plugin now that it is in -good.
11255
11256 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
11257
11258         * configure.ac:
11259         * docs/plugins/Makefile.am:
11260         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11261         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11262         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
11263         * docs/plugins/inspect/plugin-wavpack.xml:
11264         * ext/Makefile.am:
11265         * ext/wavpack/Makefile.am:
11266         * ext/wavpack/gstwavpack.c:
11267         * ext/wavpack/gstwavpackcommon.c:
11268         * ext/wavpack/gstwavpackcommon.h:
11269         * ext/wavpack/gstwavpackdec.c:
11270         * ext/wavpack/gstwavpackdec.h:
11271         * ext/wavpack/gstwavpackenc.c:
11272         * ext/wavpack/gstwavpackenc.h:
11273         * ext/wavpack/gstwavpackparse.c:
11274         * ext/wavpack/gstwavpackparse.h:
11275         * ext/wavpack/gstwavpackstreamreader.c:
11276         * ext/wavpack/gstwavpackstreamreader.h:
11277         * ext/wavpack/md5.c:
11278         * ext/wavpack/md5.h:
11279         * tests/check/Makefile.am:
11280         * tests/check/elements/wavpackdec.c:
11281         * tests/check/elements/wavpackenc.c:
11282         * tests/check/elements/wavpackparse.c:
11283           Move wavpack to good.
11284
11285 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
11286
11287         * configure.ac:
11288         * docs/plugins/Makefile.am:
11289         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11290         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11291         * docs/plugins/gst-plugins-bad-plugins.args:
11292         * docs/plugins/inspect/plugin-directdraw.xml:
11293         * docs/plugins/inspect/plugin-directsound.xml:
11294         * sys/Makefile.am:
11295         * sys/directdraw/Makefile.am:
11296         * sys/directdraw/gstdirectdrawplugin.c:
11297         * sys/directdraw/gstdirectdrawsink.c:
11298         * sys/directdraw/gstdirectdrawsink.h:
11299         * sys/directsound/Makefile.am:
11300         * sys/directsound/gstdirectsoundplugin.c:
11301         * sys/directsound/gstdirectsoundsink.c:
11302         * sys/directsound/gstdirectsoundsink.h:
11303         * win32/MANIFEST:
11304         * win32/gst.sln:
11305         * win32/vs6/libgstdirectdraw.dsp:
11306         * win32/vs6/libgstdirectsound.dsp:
11307         * win32/vs7/libgstdirectdraw.vcproj:
11308         * win32/vs7/libgstdirectsound.vcproj:
11309         * win32/vs8/libgstdirectdraw.vcproj:
11310         * win32/vs8/libgstdirectsound.vcproj:
11311         Remove DirectDraw & DirectSound plugins, as they've moved to Good
11312
11313 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
11314
11315         * ext/timidity/gsttimidity.c: (gst_timidity_loop):
11316         * ext/timidity/gstwildmidi.c: (gst_wildmidi_loop):
11317         * gst/tta/gstttaparse.c: (gst_tta_parse_loop):
11318           When driving the pipeline, also post an error when we get a
11319           not-linked flow return from downstream.
11320
11321 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
11322
11323         * docs/plugins/gst-plugins-bad-plugins.args:
11324         * sys/directdraw/gstdirectdrawsink.c:
11325         (gst_directdraw_sink_class_init):
11326         Rename the keep-aspect-ratio property to force-aspect-ratio to make
11327         it consistent with xvimagesink and ximagesink.
11328
11329 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
11330
11331         * tests/icles/videocrop-test.c: (main):
11332           Default to xvimagesink instead of autovideosink while
11333           autovideosink/ghostpads/whatever don't handle the way we use it in
11334           the way we expect it to.
11335
11336 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
11337
11338         * configure.ac:
11339           Bump requirements to released versions of core and -base, and remove
11340           special-casing for equalizer and rtpmanager as it's not needed any
11341           longer.
11342
11343 2007-06-06  Jan Schmidt  <thaytan@mad.scientist.com>
11344
11345         * sys/glsink/glimagesink.c: (gst_glimage_sink_stop),
11346         (gst_glimage_sink_create_window), (gst_glimage_sink_init_display):
11347         Sprinkle in some XSync calls to avoid raciness with broken
11348         drivers (ATI) when re-using a single glimagesink.
11349
11350 2007-06-06  Jan Schmidt  <thaytan@mad.scientist.com>
11351
11352         * gst/mpegvideoparse/mpegpacketiser.c:
11353         (mpeg_util_parse_extension_packet), (mpeg_util_parse_sequence_hdr),
11354         (mpeg_util_parse_picture_hdr):
11355         * gst/mpegvideoparse/mpegvideoparse.c:
11356         (mpegvideoparse_handle_sequence), (mpegvideoparse_drain_avail):
11357         Fix some silly bugs with calculating the guard sizes.
11358         Properly compare the old sequence header structure with the new one.
11359         Don't error out on an invalid sequence - just ignore it.
11360
11361 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
11362
11363         * gst/real/gstrealvideodec.c: (gst_real_video_dec_decode):
11364           Printf fix in debug statement; also print the right number there.
11365
11366 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
11367
11368         * ext/sdl/Makefile.am:
11369         * ext/sdl/sdlvideosink.c: (gst_sdlv_process_events):
11370           Add GST_CFLAGS, which apparently somehow fixes the build somewhere
11371           (#444499); initialise variable to avoid false compiler warning.
11372
11373 2007-06-01  Wim Taymans  <wim@fluendo.com>
11374
11375         * docs/plugins/Makefile.am:
11376         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11377         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11378         * docs/plugins/inspect/plugin-videosignal.xml:
11379         * gst/videosignal/Makefile.am:
11380         * gst/videosignal/gstvideomark.c: (gst_video_mark_set_caps),
11381         (gst_video_mark_draw_box), (gst_video_mark_420),
11382         (gst_video_mark_transform_ip), (gst_video_mark_set_property),
11383         (gst_video_mark_get_property), (gst_video_mark_base_init),
11384         (gst_video_mark_class_init), (gst_video_mark_init),
11385         (gst_video_mark_get_type):
11386         * gst/videosignal/gstvideomark.h:
11387         * gst/videosignal/gstvideosignal.c: (plugin_init):
11388         Add plugin to generate a pattern detectable by videodetect.
11389
11390 2007-06-01  Tim-Philipp Müller  <tim at centricular dot net>
11391
11392         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_create):
11393           Don't leak buffer when returning an error.
11394
11395 2007-06-01  Wim Taymans  <wim@fluendo.com>
11396
11397         Patch by René Stadler <mail at renestadler dot de>:
11398
11399         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
11400         (gst_neonhttp_src_init), (gst_neonhttp_src_dispose),
11401         (gst_neonhttp_src_set_property), (gst_neonhttp_src_get_property),
11402         (gst_neonhttp_src_start), (gst_neonhttp_src_do_seek),
11403         (gst_neonhttp_src_set_location),
11404         (gst_neonhttp_src_send_request_and_redirect),
11405         (gst_neonhttp_src_uri_get_uri), (gst_neonhttp_src_uri_set_uri):
11406         * ext/neon/gstneonhttpsrc.h:
11407         Deprecated "uri" property.  Clean up property descriptions.
11408         Change default User-Agent to the slightly more descriptive
11409         "GStreamer neonhttpsrc".
11410         Various other small cleanups, mostly property related.
11411
11412 2007-05-31  Tim-Philipp Müller  <tim at centricular dot net>
11413
11414         * ext/libmms/gstmms.h:
11415           No reason to use gpointers instead of typed pointes here as far as I
11416           can see.
11417
11418         * ext/mythtv/gstmythtvsrc.c:
11419         * ext/neon/gstneonhttpsrc.c:
11420         * gst/switch/gstswitch.c:
11421           Don't use gtk-doc magic markers for things that aren't meant to be
11422           parsed by gtk-doc. Makes gtk-doc complain a bit less.
11423
11424 2007-05-30  Wim Taymans  <wim@fluendo.com>
11425
11426         * configure.ac:
11427         * docs/plugins/Makefile.am:
11428         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11429         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11430         * docs/plugins/inspect/plugin-videosignal.xml:
11431         * gst/videosignal/Makefile.am:
11432         * gst/videosignal/gstvideoanalyse.c: (gst_video_analyse_set_caps),
11433         (gst_video_analyse_post_message), (gst_video_analyse_420),
11434         (gst_video_analyse_transform_ip), (gst_video_analyse_set_property),
11435         (gst_video_analyse_get_property), (gst_video_analyse_base_init),
11436         (gst_video_analyse_class_init), (gst_video_analyse_init),
11437         (gst_video_analyse_get_type):
11438         * gst/videosignal/gstvideoanalyse.h:
11439         * gst/videosignal/gstvideodetect.c: (gst_video_detect_set_caps),
11440         (gst_video_detect_post_message),
11441         (gst_video_detect_calc_brightness), (gst_video_detect_420),
11442         (gst_video_detect_transform_ip), (gst_video_detect_set_property),
11443         (gst_video_detect_get_property), (gst_video_detect_base_init),
11444         (gst_video_detect_class_init), (gst_video_detect_init),
11445         (gst_video_detect_get_type):
11446         * gst/videosignal/gstvideodetect.h:
11447         * gst/videosignal/gstvideosignal.c: (plugin_init):
11448         * gst/videosignal/gstvideosignal.h:
11449         Added videosignal plugin with two plugins to analyse video frames.
11450         Added videoanalyse to report about brightness and variance in video
11451         frames.
11452         Added videodetect to detect predefined patterns in a video signal.
11453
11454 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
11455
11456         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
11457         * docs/plugins/gst-plugins-bad-plugins.interfaces:
11458         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
11459         * docs/plugins/gst-plugins-bad-plugins.signals:
11460           More updates.
11461
11462 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
11463
11464         * docs/plugins/gst-plugins-bad-plugins.args:
11465         * docs/plugins/gst-plugins-bad-plugins.signals:
11466         * docs/plugins/inspect/plugin-dtsdec.xml:
11467         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
11468         * docs/plugins/inspect/plugin-musepack.xml:
11469         * docs/plugins/inspect/plugin-rtpmanager.xml:
11470         * docs/plugins/inspect/plugin-sdl.xml:
11471         * docs/plugins/inspect/plugin-spcdec.xml:
11472         * docs/plugins/inspect/plugin-swfdec.xml:
11473           Updates; update inspect info for rtpmanager => gstrtpmanager rename,
11474           hopefully that makes the build bots happy again.
11475
11476 2007-05-28  Wim Taymans  <wim@fluendo.com>
11477
11478         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11479         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11480         * gst/rtpmanager/gstrtpbin.c: (create_session), (create_stream),
11481         (gst_rtp_bin_class_init), (create_recv_rtp), (create_recv_rtcp),
11482         (create_send_rtp), (create_rtcp), (gst_rtp_bin_request_new_pad):
11483         * gst/rtpmanager/gstrtpclient.c: (create_stream),
11484         (gst_rtp_client_request_new_pad):
11485         * gst/rtpmanager/gstrtpjitterbuffer.c:
11486         (gst_rtp_jitter_buffer_clear_pt_map), (gst_rtp_jitter_buffer_loop):
11487         * gst/rtpmanager/gstrtpmanager.c: (plugin_init):
11488         * gst/rtpmanager/gstrtpptdemux.c:
11489         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
11490         (gst_rtp_session_request_new_pad):
11491         * gst/rtpmanager/gstrtpssrcdemux.c:
11492         Rename elements to avoid conflict with farsight elements with the same
11493         name. Fixes #430664.
11494
11495 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
11496
11497         Patch by: Vincent Torri  <vtorri at univ-evry fr>
11498
11499         * sys/directdraw/gstdirectdrawsink.c:
11500         (gst_directdraw_sink_buffer_alloc),
11501         (gst_directdraw_sink_show_frame),
11502         (gst_directdraw_sink_check_primary_surface),
11503         (gst_directdraw_sink_check_offscreen_surface),
11504         (EnumModesCallback2), (gst_directdraw_sink_get_ddrawcaps),
11505         (gst_directdraw_sink_surface_create):
11506         * sys/directdraw/gstdirectdrawsink.h:
11507           Fix more warnings when compiling with MingW (#439914).
11508
11509 2007-05-24  Sebastian Moutte  <sebastien@moutte.net>
11510
11511         * docs/plugins/gst-plugins-bad-plugins.args:
11512         Remove directsoundsink property doc as this sink use the mixer
11513         interface now.
11514         * docs/plugins/gst-plugins-bad-plugins.interfaces:
11515         Add interfaces implemented by Windows sinks.
11516         * sys/directsound/gstdirectsoundsink.c:
11517         * sys/directsound/gstdirectsoundsink.h:
11518         Remove directsoundsink property  and implement the mixer interface.
11519         * win32/vs6/gst_plugins_bad.dsw:
11520         * win32/vs6/libgstdirectsound.dsp:
11521         Update project files.
11522         * gst-libs/gst/dshow/gstdshow.cpp:
11523         * gst-libs/gst/dshow/gstdshow.h:
11524         * gst-libs/gst/dshow/gstdshowfakesink.cpp:
11525         * gst-libs/gst/dshow/gstdshowfakesink.h:
11526         * gst-libs/gst/dshow/gstdshowfakesrc.cpp:
11527         * gst-libs/gst/dshow/gstdshowfakesrc.h:
11528         * gst-libs/gst/dshow/gstdshowinterface.cpp:
11529         * gst-libs/gst/dshow/gstdshowinterface.h:
11530         * win32/common/libgstdshow.def:
11531         * win32/vs6/libgstdshow.dsp:
11532         Add a new gst library which allow to create internal Direct Show
11533         graph (pipelines) to wrap Windows sources, decoders or encoders.
11534         It includes a DirectShow fake source and sink and utility functions.    
11535         * sys/dshowsrcwrapper/gstdshowaudiosrc.c:
11536         * sys/dshowsrcwrapper/gstdshowaudiosrc.h:
11537         * sys/dshowsrcwrapper/gstdshowsrcwrapper.c:
11538         * sys/dshowsrcwrapper/gstdshowsrcwrapper.h:
11539         * sys/dshowsrcwrapper/gstdshowvideosrc.c:
11540         * sys/dshowsrcwrapper/gstdshowvideosrc.h:
11541         * win32/vs6/libdshowsrcwrapper.dsp:
11542         Add a new plugin to wrap DirectShow sources on Windows.
11543         It gets data from any webcam, dv cam, micro. We could add 
11544         tv tunner card later.
11545         
11546 2007-05-23  Sebastian Dröge  <slomo@circular-chaos.org>
11547
11548         Patch by René Stadler <mail at renestadler dot de>:
11549
11550         * ext/sdl/sdlvideosink.c:
11551         Separate the authors by newlines instead of nothing. Fixes #440774.
11552
11553 2007-05-23  Wim Taymans  <wim@fluendo.com>
11554
11555         * docs/plugins/inspect/plugin-rtpmanager.xml:
11556         Add doc xml file.
11557
11558 2007-05-23  Wim Taymans  <wim@fluendo.com>
11559
11560         * docs/plugins/Makefile.am:
11561         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11562         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11563         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_class_init):
11564         * gst/rtpmanager/gstrtpbin.h:
11565         * gst/rtpmanager/gstrtpclient.c:
11566         * gst/rtpmanager/gstrtpjitterbuffer.c:
11567         (gst_rtp_jitter_buffer_class_init),
11568         (gst_rtp_jitter_buffer_clear_pt_map), (gst_rtp_jitter_buffer_loop):
11569         * gst/rtpmanager/gstrtpjitterbuffer.h:
11570         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_class_init),
11571         (gst_rtp_pt_demux_clear_pt_map):
11572         * gst/rtpmanager/gstrtpptdemux.h:
11573         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
11574         (rtcp_thread), (gst_rtp_session_clear_pt_map):
11575         * gst/rtpmanager/gstrtpsession.h:
11576         * gst/rtpmanager/gstrtpssrcdemux.c:
11577         (gst_rtp_ssrc_demux_class_init):
11578         Document stuff.
11579         Add clear-pt-map action signal where needed.
11580
11581 2007-05-22  Stefan Kost  <ensonic@users.sf.net>
11582
11583         * configure.ac:
11584           Depend on gstreamer-0.10.12.1.
11585         
11586         * gst/equalizer/gstiirequalizer.c (ARG_BAND_WIDTH, _do_init, ARG_GAIN,
11587           _GstIirEqualizerBand, object, _GstIirEqualizerBandClass,
11588           parent_class, gst_iir_equalizer_band_set_property,
11589           gst_iir_equalizer_band_class_init, gst_iir_equalizer_band_get_type,
11590           gst_iir_equalizer_child_proxy_get_child_by_index,
11591           gst_iir_equalizer_child_proxy_get_children_count,
11592           gst_iir_equalizer_child_proxy_interface_init, setup_filter,
11593           gst_iir_equalizer_compute_frequencies,
11594           gst_iir_equalizer_set_property, gst_iir_equalizer_get_property,
11595           plugin_init):
11596         * gst/equalizer/gstiirequalizer.h (audiofilter):
11597         * gst/equalizer/gstiirequalizernbands.c (ARG_NUM_BANDS,
11598           gst_iir_equalizer_nbands_base_init, gst_iir_equalizer_nbands_init,
11599           gst_iir_equalizer_nbands_set_property):
11600           Use new locking macros.
11601
11602         * gst/filter/gstbpwsinc.c (bpwsinc_set_caps):
11603           Add fixme.
11604
11605         * gst/spectrum/gstspectrum.c (SPECTRUM_WINDOW_BASE,
11606           SPECTRUM_WINDOW_LEN, gst_spectrum_init, gst_spectrum_set_property,
11607           gst_spectrum_event, gst_spectrum_transform_ip):
11608           Use new locking macros. Turn two fixed values into #defines.
11609
11610 2007-05-22  Edward Hervey  <edward@fluendo.com>
11611
11612         * docs/plugins/Makefile.am:
11613         Also look for .m (objectivec) files.
11614         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11615         * docs/plugins/gst-plugins-bad-plugins.args:
11616         * sys/osxvideo/osxvideosink.m:
11617         Add documentation for element and properties.
11618
11619 2007-05-21  Stefan Kost  <ensonic@users.sf.net>
11620
11621         * ChangeLog:
11622           ChangeLog surgery.
11623         * gst/equalizer/gstiirequalizer.c (ARG_BAND_WIDTH, _do_init, ARG_GAIN,
11624           _GstIirEqualizerBand, object, _GstIirEqualizerBandClass,
11625           parent_class, gst_iir_equalizer_band_set_property,
11626           gst_iir_equalizer_band_class_init, gst_iir_equalizer_band_get_type,
11627           gst_iir_equalizer_child_proxy_get_child_by_index,
11628           gst_iir_equalizer_child_proxy_get_children_count,
11629           gst_iir_equalizer_child_proxy_interface_init, setup_filter,
11630           gst_iir_equalizer_compute_frequencies, plugin_init):
11631         * tests/icles/equalizer-test.c:
11632           Add fixme and comment for example.
11633
11634 2007-05-21  Stefan Kost  <ensonic@users.sf.net>
11635
11636         * gst/spectrum/gstspectrum.c (gst_spectrum_set_property,
11637           gst_spectrum_event, gst_spectrum_transform_ip):
11638           Use lock to protect from concurrent access.
11639
11640 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
11641
11642         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_class_init),
11643         (gst_wavpack_enc_set_property), (gst_wavpack_enc_get_property):
11644         Specify and use properties as unsigned int that are an unsigned int.
11645
11646 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
11647
11648         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_class_init),
11649         (gst_wavpack_enc_init), (gst_wavpack_enc_set_wp_config),
11650         (gst_wavpack_enc_set_property), (gst_wavpack_enc_get_property):
11651         * ext/wavpack/gstwavpackenc.h:
11652         Fixup docs, make the bitrate property an int as it should be and
11653         allow to set the different extra processing modes instead of only
11654         allowing none and the default one.
11655
11656 2007-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
11657
11658         * ext/wavpack/gstwavpackenc.c:
11659         Add missing audioconverts in the example pipelines of wavpackenc. As
11660         the wavpack stuff now needs input with 32 bit width (and random depth)
11661         this is needed now. The example pipelines for the parser and decoder
11662         are still fine.
11663
11664 2007-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
11665
11666         * docs/plugins/Makefile.am:
11667         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
11668           Fix docs build and hierarchy.
11669
11670 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
11671
11672         * sys/directdraw/gstdirectdrawsink.c: (gst_ddrawsurface_finalize),
11673         (gst_directdraw_sink_buffer_alloc),
11674         (gst_directdraw_sink_get_ddrawcaps),
11675         (gst_directdraw_sink_surface_create):
11676           Bunch of small fixes: remove static function that doesn't exist;
11677           declare another one that does; printf format fix; use right macro
11678           when specifying debug category; remove a bunch of unused variables;
11679           #if 0 out an unused chunk of code (partially fixes #439914).
11680
11681 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
11682
11683         * gst/qtdemux/qtdemux.c: (gst_qtdemux_prepare_current_sample):
11684         * gst/switch/gstswitch.c: (gst_switch_chain):
11685           Printf format fixes (#439910, #439911).
11686
11687 2007-05-19  Tim-Philipp Müller  <tim at centricular dot net>
11688
11689         * tests/check/Makefile.am:
11690           Remove bits for deinterleave check which isn't in CVS yet.
11691
11692 2007-05-19  Tim-Philipp Müller  <tim at centricular dot net>
11693
11694         Patch by: René Stadler <mail at renestadler de>
11695
11696         * docs/plugins/Makefile.am:
11697         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11698         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11699         * docs/plugins/inspect/plugin-replaygain.xml:
11700         * gst/replaygain/Makefile.am:
11701         * gst/replaygain/gstrganalysis.c: (gst_rg_analysis_class_init),
11702         (gst_rg_analysis_start), (gst_rg_analysis_set_caps),
11703         (gst_rg_analysis_transform_ip), (gst_rg_analysis_event),
11704         (gst_rg_analysis_stop), (gst_rg_analysis_handle_tags),
11705         (gst_rg_analysis_handle_eos), (gst_rg_analysis_track_result),
11706         (gst_rg_analysis_album_result):
11707         * gst/replaygain/gstrganalysis.h:
11708         * gst/replaygain/gstrglimiter.c: (gst_rg_limiter_base_init),
11709         (gst_rg_limiter_class_init), (gst_rg_limiter_init),
11710         (gst_rg_limiter_set_property), (gst_rg_limiter_get_property),
11711         (gst_rg_limiter_transform_ip):
11712         * gst/replaygain/gstrglimiter.h:
11713         * gst/replaygain/gstrgvolume.c: (gst_rg_volume_base_init),
11714         (gst_rg_volume_class_init), (gst_rg_volume_init),
11715         (gst_rg_volume_set_property), (gst_rg_volume_get_property),
11716         (gst_rg_volume_dispose), (gst_rg_volume_change_state),
11717         (gst_rg_volume_sink_event), (gst_rg_volume_tag_event),
11718         (gst_rg_volume_reset), (gst_rg_volume_update_gain),
11719         (gst_rg_volume_determine_gain):
11720         * gst/replaygain/gstrgvolume.h:
11721         * gst/replaygain/replaygain.c: (plugin_init):
11722         * gst/replaygain/replaygain.h:
11723         * gst/replaygain/rganalysis.h:
11724         * tests/check/Makefile.am:
11725         * tests/check/elements/.cvsignore:
11726         * tests/check/elements/rganalysis.c: (send_eos_event),
11727         (GST_START_TEST):
11728         * tests/check/elements/rglimiter.c: (setup_rglimiter),
11729         (cleanup_rglimiter), (set_playing_state), (create_test_buffer),
11730         (verify_test_buffer), (GST_START_TEST), (rglimiter_suite), (main):
11731         * tests/check/elements/rgvolume.c: (event_func), (setup_rgvolume),
11732         (cleanup_rgvolume), (set_playing_state), (set_null_state),
11733         (send_eos_event), (send_tag_event), (test_buffer_new),
11734         (fail_unless_target_gain), (fail_unless_result_gain),
11735         (fail_unless_gain), (GST_START_TEST), (rgvolume_suite), (main):
11736           Add replaygain playback elements (#412710).
11737
11738 2007-05-18  Jan Schmidt  <thaytan@mad.scientist.com>
11739
11740         * sys/glsink/glimagesink.c: (gst_glimage_sink_init_display):
11741         Update the cached caps after opening the display so that we report
11742         only the supported caps formats, not just the template caps.
11743         Fixes: #439405
11744
11745 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
11746
11747         * ext/amrwb/gstamrwbdec.c (gst_amrwbdec_debug, GST_CAT_DEFAULT,
11748           _do_init, gst_amrwbdec_base_init, gst_amrwbdec_class_init):
11749         * ext/amrwb/gstamrwbenc.c (gst_amrwbenc_debug, GST_CAT_DEFAULT,
11750           _do_init, gst_amrwbenc_base_init, gst_amrwbenc_class_init):
11751         * ext/amrwb/gstamrwbparse.c (gst_amrwbparse_debug, GST_CAT_DEFAULT,
11752           _do_init, gst_amrwbparse_base_init, gst_amrwbparse_class_init):
11753           First round of cleanups, that use GST_BOILERPLATE, GST_ELEMENT_DETAILS,
11754           GST_DEBUG_FUNCPTR and add log-category.
11755
11756 2007-05-17  Edward Hervey  <edward@fluendo.com>
11757
11758         * sys/osxvideo/osxvideosink.h:
11759         * sys/osxvideo/osxvideosink.m:
11760         Remove the event-loop-in-separate-thread modifications, because MacOSX
11761         is $#@(*%$# ! For those wondering, the event handling needs to be done
11762         in the main thread after all..
11763
11764 2007-05-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11765
11766         * gst/switch/gstswitch.c (ARG_0, ARG_NB_SOURCES, ARG_ACTIVE_SOURCE,
11767           ARG_START_VALUE, ARG_STOP_VALUE, ARG_LAST_TS, ARG_QUEUE_BUFFERS,
11768           parent_class, gst_switch_release_pad, gst_switch_request_new_pad,
11769           gst_switch_chain, gst_switch_event, gst_switch_set_property,
11770           gst_switch_get_property, gst_switch_getcaps, gst_switch_dispose,
11771           unref_buffer, unref_buffers_and_destroy_list, gst_switch_init,
11772           gst_switch_base_init, gst_switch_class_init):
11773         * gst/switch/gstswitch.h (need_to_send_newsegment, queue_buffers,
11774           stop_value, start_value, current_start, last_ts, stored_buffers):
11775         Add handling of application provided stop and start values, allowing
11776         A/V sync across 2 switch elements.
11777
11778 2007-05-17  Edward Hervey  <edward@fluendo.com>
11779
11780         * sys/osxvideo/osxvideosink.h:
11781         * sys/osxvideo/osxvideosink.m:
11782         Fix a stupid #if vs #ifdef bug. Should use the proper colorspace now.
11783         Use a separate thread/task for the cocoa event_loop, else it wouldn't
11784         stop.
11785
11786 2007-05-16  Tim-Philipp Müller  <tim at centricular dot net>
11787
11788         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_chain),
11789         (gst_real_audio_dec_setcaps):
11790         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain):
11791           Don't crash when we get a buffer and our input caps haven't been set
11792           yet; also, don't leak all the input buffers (realaudiodec only).
11793
11794 2007-05-16  Stefan Kost  <ensonic@users.sf.net>
11795
11796         patch by: Stanislav Brabec <sbrabec@suse.cz>
11797
11798         * configure.ac:
11799         * ext/amrwb/Makefile.am:
11800         * ext/amrwb/amrwb-code/Makefile.am:
11801         * ext/amrwb/amrwb-code/amrwb/Makefile.am:
11802         * ext/amrwb/amrwb-code/amrwb/README:
11803         * ext/amrwb/gstamrwbdec.c:
11804         * ext/amrwb/gstamrwbdec.h (__GST_AMRWBDEC_H__):
11805         * ext/amrwb/gstamrwbenc.h (__GST_AMRWBENC_H__):
11806         * ext/amrwb/gstamrwbparse.c:
11807         * ext/amrwb/gstamrwbparse.h (__GST_AMRWBPARSE_H__):
11808         * gst-libs/Makefile.am:
11809         * gst-libs/ext/Makefile.am:
11810         * gst-libs/ext/amrwb/Makefile.am:
11811         * gst-libs/ext/amrwb/README:
11812           Use external shared libamrwb. Fixes #423741 (with lots of cleanup).
11813
11814 2007-05-16  Stefan Kost  <ensonic@users.sf.net>
11815
11816         * ext/x264/gstx264enc.c (gst_x264_enc_init_encoder):
11817           This needs a version check.
11818
11819         * gst/bayer/Makefile.am:
11820           Fix the build.
11821
11822 2007-05-15  Tim-Philipp Müller  <tim at centricular dot net>
11823
11824         * configure.ac:
11825         * sys/directdraw/Makefile.am:
11826         * sys/directsound/Makefile.am:
11827           Add DIRECTDRAW_CFLAGS and DIRECTSOUND_CFLAGS to Makefile.am; save
11828           and restore the various flags in the directdraw/directsound
11829           detection section. Apparently improves cross-compiling for win32
11830           with mingw32 under some circumstances (#437539).
11831
11832 2007-05-15  Wim Taymans  <wim@fluendo.com>
11833
11834         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_chain):
11835         We always use fixed caps.
11836
11837 2007-05-14  David Schleef  <ds@schleef.org>
11838
11839         * gst/rtpmanager/gstrtpbin.c:
11840           g_hash_table_remove_all() only exists in 2.12.  Work around.
11841
11842 2007-05-14  David Schleef  <ds@schleef.org>
11843
11844         * configure.ac:
11845         * gst/bayer/Makefile.am:
11846         * gst/bayer/gstbayer.c:
11847         * gst/bayer/gstbayer2rgb.c:
11848           Add a Bayer-to-RGB converter.  You know you want one, uh-huh.
11849           Partial fix for #314160.
11850
11851 2007-05-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11852
11853         * gst/switch/gstswitch.c (ARG_ACTIVE_SOURCE, ARG_STOP_VALUE,
11854           ARG_LAST_TS, parent_class, gst_switch_release_pad,
11855           gst_switch_request_new_pad, gst_switch_chain, gst_switch_event,
11856           gst_switch_set_property, gst_switch_get_property, gst_switch_getcaps,
11857           gst_switch_dispose, gst_switch_init, gst_switch_class_init):
11858         * gst/switch/gstswitch.h (previous_sinkpad, nb_sinkpads, stop_value,
11859           current_start, last_ts):
11860         Allow application to provide a stop timestamp, so a new segment
11861         update can be sent before switching.
11862
11863 2007-05-14  Wim Taymans  <wim@fluendo.com>
11864
11865         * gst/rtpmanager/async_jitter_queue.c:
11866         (async_jitter_queue_set_flushing_unlocked):
11867         Fix leak when flushing.
11868
11869         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_clear_pt_map),
11870         (gst_rtp_bin_class_init):
11871         * gst/rtpmanager/gstrtpbin.h:
11872         Add clear-pt-map signal.
11873
11874         * gst/rtpmanager/gstrtpjitterbuffer.c:
11875         (gst_rtp_jitter_buffer_flush_stop),
11876         (gst_rtp_jitter_buffer_sink_event), (gst_rtp_jitter_buffer_loop):
11877         Init clock-rate to -1 to mark unknow clock rate.
11878         Fix flushing.
11879
11880 2007-05-13  David Schleef  <ds@schleef.org>
11881
11882         * gst/replaygain/rganalysis.c:
11883           Fix wrong ifdef for visual C++.  Fixes: #437403.
11884           By Ali Sabil <ali.sabil@gmail.com>.
11885
11886 2007-05-12  David Schleef  <ds@schleef.org>
11887
11888         * ext/neon/gstneonhttpsrc.c:
11889           Make redirection the default behavior.  Fixes #413818.
11890
11891 2007-05-10  Stefan Kost  <ensonic@users.sf.net>
11892
11893         * gst/qtdemux/qtdemux.c (gst_qtdemux_move_stream,
11894           gst_qtdemux_loop_state_header, gst_qtdemux_activate_segment,
11895           gst_qtdemux_prepare_current_sample, gst_qtdemux_combine_flows,
11896           gst_qtdemux_loop_state_movie, gst_qtdemux_loop,
11897           qtdemux_parse_segments, qtdemux_parse_trak):
11898         * gst/rtpmanager/rtpsession.c (rtp_session_get_bandwidth,
11899           rtp_session_get_rtcp_bandwidth, rtp_session_get_cname,
11900           rtp_session_get_name, rtp_session_get_email, rtp_session_get_phone,
11901           rtp_session_get_location, rtp_session_get_tool,
11902           rtp_session_process_bye, session_report_blocks):
11903         * gst/rtpmanager/rtpsource.c (rtp_source_process_rtp,
11904           rtp_source_send_rtp, rtp_source_process_sr, rtp_source_process_rb):
11905           More format arg fixing (spotted by Ali Sabil <ali.sabil@gmail.com>).
11906
11907         * gst/switch/Makefile.am:
11908           Add require libraries(spotted by Ali Sabil <ali.sabil@gmail.com>).
11909
11910 2007-05-10  Stefan Kost  <ensonic@users.sf.net>
11911
11912         * gst/rtpmanager/async_jitter_queue.c (tail_buffer_duration,
11913           async_jitter_queue_ref, async_jitter_queue_ref_unlocked,
11914           async_jitter_queue_set_low_threshold,
11915           async_jitter_queue_length_ts_units_unlocked,
11916           async_jitter_queue_unref_and_unlock, async_jitter_queue_unref,
11917           async_jitter_queue_lock, async_jitter_queue_push,
11918           async_jitter_queue_push_unlocked, async_jitter_queue_push_sorted,
11919           async_jitter_queue_pop_intern_unlocked, async_jitter_queue_pop,
11920           async_jitter_queue_pop_unlocked, async_jitter_queue_length_unlocked,
11921           async_jitter_queue_set_flushing_unlocked,
11922           async_jitter_queue_unset_flushing_unlocked):
11923           Format arg fix (spotted by Ali Sabil <ali.sabil@gmail.com>).
11924
11925 2007-05-10  Stefan Kost  <ensonic@users.sf.net>
11926
11927         * common/m4/gst-x11.m4:
11928           Restore CFLAGS and LIBS.
11929
11930         * configure.ac:
11931           Revert previous patch.
11932
11933 2007-05-10  Stefan Kost  <ensonic@users.sf.net>
11934
11935         Patch by: Ali Sabil <ali.sabil@gmail.com>
11936
11937         * configure.ac:
11938           Save and restore CFLAGS for OpenGL check. Fixes #437260.
11939         
11940
11941 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
11942
11943         * docs/plugins/gst-plugins-bad-plugins.args:
11944         Add directraw and directsound sinks properties.
11945
11946 2007-05-09  Tim-Philipp Müller  <tim at centricular dot net>
11947
11948         * configure.ac:
11949           Fix --disable-external (hopefully).
11950
11951 2007-05-09  Wim Taymans  <wim@fluendo.com>
11952
11953         * gst/rtpmanager/gstrtpjitterbuffer.c:
11954         (gst_rtp_jitter_buffer_query):
11955         Pass queries upstream.
11956
11957 2007-05-06  Tim-Philipp Müller  <tim at centricular dot net>
11958
11959         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps),
11960         (gst_real_audio_dec_finalize):
11961         * gst/real/gstrealaudiodec.h:
11962         * gst/real/gstrealvideodec.c: (open_library), (close_library):
11963         * gst/real/gstrealvideodec.h:
11964           Use GModule instead of using dlsym() directly. Fixes #430598.
11965
11966 2007-05-04  Sebastien Moutte <sebastien@moutte.net>
11967
11968         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11969         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11970         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
11971           Add docs for Windows sinks.
11972
11973 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
11974
11975         * gst/speed/gstspeed.c: (speed_src_event), (speed_sink_event),
11976         (speed_chain), (speed_change_state):
11977           Fix event handling a bit by replacing completely dubious code
11978           written by someone else with completely dubious code written
11979           by me. Should at least fix #412077 though.
11980
11981 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
11982
11983         * gst/speed/gstspeed.c: (speed_src_query), (speed_chain),
11984         (plugin_init):
11985           Add debug category; use gst_pad_query_peer_*() utility functions;
11986           use gst_util_scale*(); add gtk-doc blurb.
11987
11988 2007-05-04  Wim Taymans  <wim@fluendo.com>
11989
11990         * gst/rtpmanager/gstrtpjitterbuffer.c:
11991         (gst_rtp_jitter_buffer_query):
11992         Add some debug info.
11993
11994         * gst/rtpmanager/rtpsession.c: (rtp_session_init),
11995         (rtp_session_send_rtp):
11996         Store real user name in the session.
11997
11998 2007-05-03  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
11999
12000         * configure.ac:
12001         * examples/Makefile.am:
12002         * examples/switch/switcher.c (loop, my_bus_callback, switch_timer,
12003           last_message_received, main):
12004         * gst/switch/gstswitch.c (GST_CAT_DEFAULT, gst_switch_details,
12005           gst_switch_src_factory, parent_class, gst_switch_release_pad,
12006           gst_switch_request_new_pad, gst_switch_chain, gst_switch_event,
12007           gst_switch_set_property, gst_switch_get_property,
12008           gst_switch_get_linked_pad, gst_switch_getcaps,
12009           gst_switch_bufferalloc, gst_switch_get_linked_pads,
12010           gst_switch_dispose, gst_switch_init, gst_switch_base_init,
12011           gst_switch_class_init):
12012         * gst/switch/gstswitch.h (GstSwitch, GstSwitchClass, _GstSwitch,
12013           element, active_sinkpad, srcpad, nb_sinkpads, newsegment_events,
12014           need_to_send_newsegment):
12015         Port switch element and example program to 0.10.
12016
12017 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
12018
12019         * ext/wavpack/gstwavpack.c: (plugin_init):
12020         Call bindtextdomain() to get localized strings.
12021         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
12022         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
12023         (gst_wavpack_parse_handle_seek_event),
12024         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_chain):
12025         * ext/wavpack/gstwavpackparse.h:
12026         Handle DISCONT buffers by correctly setting the DISCONT flag
12027         on outgoing buffers when necessary.
12028         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_handle_seek_event)
12029         Send newsegment from the streaming thread.
12030
12031 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
12032
12033         * ext/wavpack/gstwavpackparse.c:
12034         (gst_wavpack_parse_handle_seek_event):
12035         Remove old workaround that was needed when seeking after the last
12036         sample. With the fixed error handling this works now as expected
12037         without pushing the last sample although it wasn't requested.
12038
12039 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
12040
12041         * ext/wavpack/gstwavpackparse.c:
12042         (gst_wavpack_parse_handle_seek_event):
12043         Handle segment seeks in the seek event handler, correctly work with
12044         stop position == -1 and instead of stopping the task on seek just
12045         pause it.
12046
12047 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
12048
12049         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_loop):
12050         Add handling for segment seeks.
12051
12052 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
12053
12054         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_pull_buffer),
12055         (gst_wavpack_parse_create_src_pad),
12056         (gst_wavpack_parse_resync_loop), (gst_wavpack_parse_loop),
12057         (gst_wavpack_parse_chain):
12058         Correctly handle errors, especially in the loop function. Before it
12059         was easy to get the task paused but no error being posted on the bus.
12060
12061 2007-04-30  Wim Taymans  <wim@fluendo.com>
12062
12063         * gst/rtpmanager/async_jitter_queue.c: (signal_waiting_threads),
12064         (async_jitter_queue_pop_intern_unlocked):
12065         Fix the case where the buffer underruns and does not block.
12066
12067         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_base_init),
12068         (create_recv_rtcp), (create_send_rtp), (create_rtcp),
12069         (gst_rtp_bin_request_new_pad):
12070         Rename RTCP send pad, like in the session manager.
12071         Allow getting an RTCP pad for receiving even if we don't receive RTP.
12072         fix handling of send_rtp_src pad.
12073
12074         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_chain):
12075         When no pt map could be found, fall back to the sinkpad caps.
12076
12077         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_process_rtp),
12078         (gst_rtp_session_send_rtp), (create_recv_rtp_sink),
12079         (create_recv_rtcp_sink), (create_send_rtp_sink),
12080         (create_send_rtcp_src):
12081         Fix pad names.
12082
12083         * gst/rtpmanager/rtpsession.c: (source_push_rtp),
12084         (rtp_session_create_source), (rtp_session_process_sr),
12085         (rtp_session_send_rtp), (session_start_rtcp):
12086         * gst/rtpmanager/rtpsession.h:
12087         Unlock session when performing a callback.
12088         Add callbacks for the internal session object.
12089         Fix sending of RTP packets.
12090         first attempt at adding NTP times in the SR packets.
12091         Small debug and doc improvements.
12092
12093         * gst/rtpmanager/rtpsource.c: (rtp_source_send_rtp):
12094         Update stats for SR reports.
12095
12096 2007-04-29  Wim Taymans  <wim@fluendo.com>
12097
12098         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_send_rtcp):
12099         Remove debug.
12100
12101         * gst/rtpmanager/rtpsession.c: (rtp_session_process_sr),
12102         (rtp_session_process_sdes), (calculate_rtcp_interval),
12103         (rtp_session_next_timeout), (session_report_blocks):
12104         * gst/rtpmanager/rtpstats.c: (rtp_stats_calculate_rtcp_interval):
12105         Improve debugging
12106         Fix interval for BYE/RTCP packets.
12107
12108 2007-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12109
12110         * docs/plugins/gst-plugins-bad-plugins.args:
12111         * docs/plugins/gst-plugins-bad-plugins.signals:
12112           Commit result of running scanobj-update
12113
12114 2007-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12115
12116         * autogen.sh:
12117           Require automake 1.7
12118         * ext/alsaspdif/Makefile.am:
12119         * ext/divx/Makefile.am:
12120         * ext/ivorbis/Makefile.am:
12121         * ext/musicbrainz/Makefile.am:
12122         * ext/neon/Makefile.am:
12123         * ext/sdl/Makefile.am:
12124         * ext/swfdec/Makefile.am:
12125         * ext/theora/Makefile.am:
12126         * ext/wavpack/Makefile.am:
12127         * ext/xvid/Makefile.am:
12128         * gst/modplug/Makefile.am:
12129           Fix up Makefile.am accordingly.
12130
12131 2007-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12132
12133         * docs/plugins/inspect/plugin-alsaspdif.xml:
12134         * docs/plugins/inspect/plugin-bz2.xml:
12135         * docs/plugins/inspect/plugin-cdxaparse.xml:
12136         * docs/plugins/inspect/plugin-dfbvideosink.xml:
12137         * docs/plugins/inspect/plugin-faac.xml:
12138         * docs/plugins/inspect/plugin-faad.xml:
12139         * docs/plugins/inspect/plugin-filter.xml:
12140         * docs/plugins/inspect/plugin-freeze.xml:
12141         * docs/plugins/inspect/plugin-glimagesink.xml:
12142         * docs/plugins/inspect/plugin-gsm.xml:
12143         * docs/plugins/inspect/plugin-h264parse.xml:
12144         * docs/plugins/inspect/plugin-jack.xml:
12145         * docs/plugins/inspect/plugin-mms.xml:
12146         * docs/plugins/inspect/plugin-modplug.xml:
12147         * docs/plugins/inspect/plugin-musepack.xml:
12148         * docs/plugins/inspect/plugin-musicbrainz.xml:
12149         * docs/plugins/inspect/plugin-neon.xml:
12150         * docs/plugins/inspect/plugin-nsfdec.xml:
12151         * docs/plugins/inspect/plugin-replaygain.xml:
12152         * docs/plugins/inspect/plugin-sdl.xml:
12153         * docs/plugins/inspect/plugin-soundtouch.xml:
12154         * docs/plugins/inspect/plugin-spectrum.xml:
12155         * docs/plugins/inspect/plugin-speed.xml:
12156         * docs/plugins/inspect/plugin-tta.xml:
12157         * docs/plugins/inspect/plugin-videocrop.xml:
12158         * docs/plugins/inspect/plugin-wavpack.xml:
12159         * docs/plugins/inspect/plugin-xingheader.xml:
12160         * docs/plugins/inspect/plugin-xvid.xml:
12161           Add jack and update.
12162
12163 2007-04-28  Tim-Philipp Müller  <tim at centricular dot net>
12164
12165         * configure.ac:
12166           Don't build equalizer unless we have core from CVS (it won't
12167           work with earlier versions due to GstChildProxy brokeness).
12168           Also up requirements to last released core/base.
12169
12170 2007-04-27  Wim Taymans  <wim@fluendo.com>
12171
12172         * gst/rtpmanager/gstrtpsession.c: (rtcp_thread),
12173         (gst_rtp_session_send_rtcp), (gst_rtp_session_reconsider):
12174         Move reconsideration code to the rtpsession object.
12175         Simplify timout handling and add reconsideration.
12176
12177         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
12178         (rtp_session_init), (rtp_session_finalize), (on_bye_ssrc),
12179         (on_bye_timeout), (on_timeout), (rtp_session_set_callbacks),
12180         (obtain_source), (rtp_session_create_source),
12181         (update_arrival_stats), (rtp_session_process_rtp),
12182         (rtp_session_process_sr), (rtp_session_process_rr),
12183         (rtp_session_process_bye), (rtp_session_process_rtcp),
12184         (calculate_rtcp_interval), (rtp_session_send_bye),
12185         (rtp_session_next_timeout), (session_start_rtcp),
12186         (session_report_blocks), (session_cleanup), (session_sdes),
12187         (session_bye), (is_rtcp_time), (rtp_session_on_timeout):
12188         * gst/rtpmanager/rtpsession.h:
12189         Handle timeout of inactive sources and senders.
12190         Implement BYE scheduling.
12191
12192         * gst/rtpmanager/rtpsource.c: (calculate_jitter),
12193         (rtp_source_process_sr), (rtp_source_get_last_sr),
12194         (rtp_source_get_last_rb):
12195         * gst/rtpmanager/rtpsource.h:
12196         Add members to check for timeouts.
12197
12198         * gst/rtpmanager/rtpstats.c: (rtp_stats_init_defaults),
12199         (rtp_stats_calculate_rtcp_interval), (rtp_stats_add_rtcp_jitter),
12200         (rtp_stats_calculate_bye_interval):
12201         * gst/rtpmanager/rtpstats.h:
12202         Use RFC algorithm for calculating the reporting interval.
12203
12204 2007-04-26  Edward Hervey  <edward@fluendo.com>
12205
12206         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
12207         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
12208         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
12209         * docs/plugins/inspect/plugin-osxvideo.xml:
12210         Add documentation for osxvideo
12211
12212 2007-04-25  Wim Taymans  <wim@fluendo.com>
12213
12214         * gst/rtpmanager/gstrtpsession.c: (rtcp_thread):
12215         Implement forward and reverse reconsideration.
12216
12217         * gst/rtpmanager/rtpsession.c: (rtp_session_get_num_sources),
12218         (rtp_session_get_num_active_sources), (rtp_session_process_sr),
12219         (session_report_blocks):
12220         * gst/rtpmanager/rtpsession.h:
12221         Small cleanups.
12222
12223 2007-04-25  Wim Taymans  <wim@fluendo.com>
12224
12225         reviewed by: <delete if not using a buddy>
12226
12227         * gst/rtpmanager/gstrtpbin.c: (create_stream),
12228         (gst_rtp_bin_class_init), (gst_rtp_bin_set_property),
12229         (gst_rtp_bin_get_property):
12230         * gst/rtpmanager/gstrtpbin.h:
12231         Make default jitterbuffer latency configurable.
12232
12233         * gst/rtpmanager/gstrtpjitterbuffer.c:
12234         (gst_rtp_jitter_buffer_class_init),
12235         (gst_jitter_buffer_sink_parse_caps), (gst_rtp_jitter_buffer_loop),
12236         (gst_rtp_jitter_buffer_set_property),
12237         (gst_rtp_jitter_buffer_get_property):
12238         Debuging cleanups.
12239
12240 2007-04-25  Wim Taymans  <wim@fluendo.com>
12241
12242         * gst/rtpmanager/gstrtpjitterbuffer.c:
12243         (gst_rtp_jitter_buffer_change_state):
12244         Report NO_PREROLL when going to PAUSED.
12245
12246         * gst/rtpmanager/gstrtpsession.c: (rtcp_thread):
12247         Don't send RTCP right before we are shutting down.
12248
12249         * gst/rtpmanager/rtpsession.c: (rtp_session_process_rtp),
12250         (rtp_session_process_sr), (session_report_blocks),
12251         (rtp_session_perform_reporting):
12252         Improve report blocks.
12253
12254         * gst/rtpmanager/rtpsource.c: (calculate_jitter), (init_seq),
12255         (rtp_source_process_rtp), (rtp_source_process_sr),
12256         (rtp_source_process_rb), (rtp_source_get_last_sr),
12257         (rtp_source_get_last_rb):
12258         * gst/rtpmanager/rtpsource.h:
12259         * gst/rtpmanager/rtpstats.h:
12260         Cleanups, add methods to access stats. 
12261
12262 2007-04-25  Wim Taymans  <wim@fluendo.com>
12263
12264         * gst/rtpmanager/gstrtpbin.c: (create_rtcp):
12265         fix for pad name change
12266
12267         * gst/rtpmanager/gstrtpsession.c: (rtcp_thread),
12268         (gst_rtp_session_send_rtcp), (gst_rtp_session_clock_rate):
12269         Fix for renamed methods.
12270
12271         * gst/rtpmanager/rtpsession.c: (rtp_session_init),
12272         (rtp_session_finalize), (rtp_session_set_cname),
12273         (rtp_session_get_cname), (rtp_session_set_name),
12274         (rtp_session_get_name), (rtp_session_set_email),
12275         (rtp_session_get_email), (rtp_session_set_phone),
12276         (rtp_session_get_phone), (rtp_session_set_location),
12277         (rtp_session_get_location), (rtp_session_set_tool),
12278         (rtp_session_get_tool), (rtp_session_set_note),
12279         (rtp_session_get_note), (source_push_rtp), (obtain_source),
12280         (rtp_session_add_source), (rtp_session_get_source_by_ssrc),
12281         (rtp_session_create_source), (rtp_session_process_rtp),
12282         (rtp_session_process_sr), (rtp_session_process_sdes),
12283         (rtp_session_process_rtcp), (rtp_session_send_rtp),
12284         (rtp_session_get_reporting_interval), (session_report_blocks),
12285         (session_sdes), (rtp_session_perform_reporting):
12286         * gst/rtpmanager/rtpsession.h:
12287         Prepare for implementing SSRC sampling.
12288         Create SSRC for the session. 
12289         Add methods to set the SDES entries.
12290         fix accounting of senders/receivers.
12291         Implement SR/RR/SDES RTCP reporting.
12292
12293         * gst/rtpmanager/rtpsource.c: (rtp_source_init), (init_seq),
12294         (rtp_source_process_rtp), (rtp_source_process_sr):
12295         * gst/rtpmanager/rtpsource.h:
12296         Implement extended sequence number.
12297
12298         * gst/rtpmanager/rtpstats.c: (rtp_stats_calculate_rtcp_interval):
12299         * gst/rtpmanager/rtpstats.h:
12300         Rename some fields.
12301
12302 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
12303
12304         * gst/y4m/gsty4mencode.c: (gst_y4m_encode_init),
12305         (gst_y4m_encode_setcaps):
12306         * tests/check/elements/y4menc.c: (GST_START_TEST):
12307           Plug some leaks; try to make build bot happy again.
12308
12309 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
12310
12311         * gst/Makefile.am:
12312           Fix distcheck, hopefully (rtpmanager is already in GST_PLUGINS_ALL).
12313
12314 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
12315
12316         * gst/rtpmanager/rtpsession.c: (rtp_session_finalize):
12317           Don't use GLib-2.10 API, we only require GLib 2.8 at the moment.
12318
12319 2007-04-20  Michael Smith  <msmith@fluendo.com>
12320
12321         * ext/faad/gstfaad.c: (gst_faad_open_decoder):
12322           FAAD fails to decode low (e.g. 8 kHz) sample rate AAC data in
12323           quicktime because of sample rate mismatches.
12324           Reenable overriding the implicit SBR behaviour (accidently changed?)
12325           to allow playback of these files.
12326
12327 2007-04-19  David Schleef  <ds@schleef.org>
12328
12329         * configure.ac:
12330           Change rtpmanager disabling to keep -bad releasable.
12331
12332 2007-04-18  David Schleef  <ds@schleef.org>
12333
12334         * configure.ac:
12335         * gst/Makefile.am:
12336           Fix wtay's hack.  rtpmanager is disabled in configure.ac on
12337           line 268.
12338
12339 2007-04-18  Wim Taymans  <wim@fluendo.com>
12340
12341         * gst/Makefile.am:
12342         Add rtpmanager dir to dist.
12343
12344 2007-04-18  Wim Taymans  <wim@fluendo.com>
12345
12346         * configure.ac:
12347         Disable rtpmanager for now because it depends on CVS -base.
12348
12349         * gst/rtpmanager/Makefile.am:
12350         Added new files for session manager.
12351
12352         * gst/rtpmanager/gstrtpjitterbuffer.h:
12353         * gst/rtpmanager/gstrtpbin.c: (create_session), (get_pt_map),
12354         (create_stream), (pt_map_requested), (new_ssrc_pad_found):
12355         Some cleanups. 
12356         the session manager can now also request a pt-map.
12357
12358         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_base_init),
12359         (gst_rtp_session_class_init), (gst_rtp_session_init),
12360         (gst_rtp_session_finalize), (rtcp_thread), (start_rtcp_thread),
12361         (stop_rtcp_thread), (gst_rtp_session_change_state),
12362         (gst_rtp_session_process_rtp), (gst_rtp_session_send_rtp),
12363         (gst_rtp_session_send_rtcp), (gst_rtp_session_clock_rate),
12364         (gst_rtp_session_get_time), (gst_rtp_session_event_recv_rtp_sink),
12365         (gst_rtp_session_chain_recv_rtp),
12366         (gst_rtp_session_event_recv_rtcp_sink),
12367         (gst_rtp_session_chain_recv_rtcp),
12368         (gst_rtp_session_event_send_rtp_sink),
12369         (gst_rtp_session_chain_send_rtp), (create_send_rtcp_src),
12370         (gst_rtp_session_request_new_pad):
12371         * gst/rtpmanager/gstrtpsession.h:
12372         We can ask for pt-map now too when the session manager needs it.
12373         Hook up to the new session manager, implement the needed callbacks for
12374         pushing data, getting clock time and requesting clock-rates.
12375         Rename rtcp_src to send_rtcp_src to make it clear that this RTCP is to
12376         be send to clients.
12377         Add code to start and stop the thread that will schedule RTCP through
12378         the session manager.
12379
12380         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
12381         (rtp_session_init), (rtp_session_finalize),
12382         (rtp_session_set_property), (rtp_session_get_property),
12383         (on_new_ssrc), (on_ssrc_collision), (on_ssrc_validated),
12384         (on_bye_ssrc), (rtp_session_new), (rtp_session_set_callbacks),
12385         (rtp_session_set_bandwidth), (rtp_session_get_bandwidth),
12386         (rtp_session_set_rtcp_bandwidth), (rtp_session_get_rtcp_bandwidth),
12387         (source_push_rtp), (source_clock_rate), (check_collision),
12388         (obtain_source), (rtp_session_add_source),
12389         (rtp_session_get_num_sources),
12390         (rtp_session_get_num_active_sources),
12391         (rtp_session_get_source_by_ssrc),
12392         (rtp_session_get_source_by_cname), (rtp_session_create_source),
12393         (update_arrival_stats), (rtp_session_process_rtp),
12394         (rtp_session_process_sr), (rtp_session_process_rr),
12395         (rtp_session_process_sdes), (rtp_session_process_bye),
12396         (rtp_session_process_app), (rtp_session_process_rtcp),
12397         (rtp_session_send_rtp), (rtp_session_get_rtcp_interval),
12398         (rtp_session_produce_rtcp):
12399         * gst/rtpmanager/rtpsession.h:
12400         The advanced beginnings of the main session manager that handles the
12401         participant database of RTPSources, SSRC probation, SSRC collisions,
12402         parse RTCP to update source stats. etc..
12403
12404         * gst/rtpmanager/rtpsource.c: (rtp_source_class_init),
12405         (rtp_source_init), (rtp_source_finalize), (rtp_source_new),
12406         (rtp_source_set_callbacks), (rtp_source_set_as_csrc),
12407         (rtp_source_set_rtp_from), (rtp_source_set_rtcp_from),
12408         (push_packet), (get_clock_rate), (calculate_jitter),
12409         (rtp_source_process_rtp), (rtp_source_process_bye),
12410         (rtp_source_send_rtp), (rtp_source_process_sr),
12411         (rtp_source_process_rb):
12412         * gst/rtpmanager/rtpsource.h:
12413         Object that encapsulates an SSRC and its state in the database.
12414         Calculates the jitter and transit times of data packets.
12415
12416         * gst/rtpmanager/rtpstats.c: (rtp_stats_init_defaults),
12417         (rtp_stats_calculate_rtcp_interval), (rtp_stats_add_rtcp_jitter):
12418         * gst/rtpmanager/rtpstats.h:
12419         Various stats regarding the session and sources.
12420         Used to calculate the RTCP interval.
12421
12422 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
12423
12424         * gst/app/Makefile.am:
12425           Fix CFLAGS and hopefully #430594.
12426
12427 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
12428
12429         * gst/nsf/types.h:
12430           Rename #ifndef header guard symbol to something less generic, so
12431           types.h doesn't get skipped over when compiling on MingW. Include
12432           GLib headers and use those to set the endianness and the basic
12433           types so that this isn't entirely broken for non-x86 architectures.
12434
12435 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
12436
12437         * gst/mve/gstmvedemux.c: (gst_mve_audio_init):
12438           Use G_LITTLE_ENDIAN instead of LITTLE_ENDIAN, so stuff compiles on
12439           MingW (no idea though why we add a BYTE_ORDER endianness field if
12440           the audio is compressed).
12441
12442 2007-04-14  Sebastien Moutte <sebastien@moutte.net>
12443
12444         * docs/plugins/inspect/plugin-directdraw.xml:
12445         * docs/plugins/inspect/plugin-directsound.xml:
12446         * docs/plugins/inspect/plugin-waveform.xml:
12447           Add xml doc files for Windows sinks
12448         * win32/vs6/libgstqtdemux.dsp:
12449         * win32/vs6/libgstmpegvideoparse.dsp:
12450         * win32/vs6/gst_plugins_bad.dsw:
12451          Update projects files.
12452         
12453 2007-04-13  Wim Taymans  <wim@fluendo.com>
12454
12455         * gst/rtpmanager/gstrtpbin.c: (create_session), (get_pt_map),
12456         (gst_rtp_bin_init), (gst_rtp_bin_finalize), (new_ssrc_pad_found),
12457         (create_recv_rtp), (gst_rtp_bin_request_new_pad):
12458         * gst/rtpmanager/gstrtpbin.h:
12459         * gst/rtpmanager/gstrtpclient.c:
12460         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
12461         (gst_rtp_session_init), (gst_rtp_session_finalize),
12462         (gst_rtp_session_event_recv_rtp_sink),
12463         (gst_rtp_session_event_recv_rtcp_sink),
12464         (gst_rtp_session_chain_recv_rtcp),
12465         (gst_rtp_session_request_new_pad):
12466         Protect lists and structures with locks.
12467         Return FLOW_OK from RTCP messages for now.
12468
12469 2007-04-12  Wim Taymans  <wim@fluendo.com>
12470
12471         * gst/qtdemux/qtdemux.c:
12472         Make timescale 32 bits again so we don't screw up the pts_offset
12473         calculations.
12474
12475 2007-04-12  Wim Taymans  <wim@fluendo.com>
12476
12477         * gst/rtpmanager/gstrtpbin.c: (create_session), (get_pt_map),
12478         (create_stream), (gst_rtp_bin_class_init), (pt_map_requested):
12479         Emit pt map requests and cache results.
12480
12481         * gst/rtpmanager/gstrtpjitterbuffer.c:
12482         (gst_rtp_jitter_buffer_class_init),
12483         (gst_jitter_buffer_sink_parse_caps),
12484         (gst_jitter_buffer_sink_setcaps),
12485         (gst_rtp_jitter_buffer_get_clock_rate),
12486         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
12487         * gst/rtpmanager/gstrtpjitterbuffer.h:
12488         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_chain):
12489         Emit request-pt-map signals.
12490
12491 2007-04-11  Wim Taymans  <wim@fluendo.com>
12492
12493         * gst/rtpmanager/gstrtpbin-marshal.list:
12494         Some more custom marshallers.
12495
12496         * gst/rtpmanager/gstrtpbin.c: (create_session), (get_pt_map),
12497         (clock_rate_request), (create_stream), (gst_rtp_bin_class_init),
12498         (pt_map_requested), (new_ssrc_pad_found), (create_recv_rtp):
12499         * gst/rtpmanager/gstrtpbin.h:
12500         Prepare for caching pt maps.
12501         Connect to signals to collect pt maps.
12502
12503         * gst/rtpmanager/gstrtpjitterbuffer.c:
12504         (gst_rtp_jitter_buffer_class_init),
12505         (gst_jitter_buffer_sink_setcaps), (gst_rtp_jitter_buffer_loop):
12506         * gst/rtpmanager/gstrtpjitterbuffer.h:
12507         Add request_clock_rate signal.
12508         Use scale insteat of scale_int because the later does not deal with
12509         negative numbers.
12510
12511         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_class_init),
12512         (gst_rtp_pt_demux_chain):
12513         * gst/rtpmanager/gstrtpptdemux.h:
12514         Implement request-pt-map signal.
12515
12516 2007-04-11  Wim Taymans  <wim@fluendo.com>
12517
12518         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
12519         (qtdemux_parse_samples), (qtdemux_parse_segments),
12520         (qtdemux_parse_trak), (qtdemux_parse_tree):
12521         * gst/qtdemux/qtdemux_dump.c: (qtdemux_dump_mdhd):
12522         Handle version 1 mdhd atoms to get extended precision durations.
12523         Fixes #426972.
12524
12525 2007-04-10  Wim Taymans  <wim@fluendo.com>
12526
12527         * gst/rtpmanager/.cvsignore:
12528         * gst/rtpmanager/Makefile.am:
12529         * gst/rtpmanager/gstrtpbin-marshal.list:
12530         Added custom marshallers for signals.
12531
12532         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_class_init):
12533         * gst/rtpmanager/gstrtpbin.h:
12534         Prepare for emiting pt map signals.
12535
12536         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_class_init):
12537         * gst/rtpmanager/gstrtpssrcdemux.c:
12538         (gst_rtp_ssrc_demux_class_init):
12539         Fix signals.
12540
12541 2007-04-06  Wim Taymans  <wim@fluendo.com>
12542
12543         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_class_init),
12544         (gst_rtp_bin_init), (gst_rtp_bin_provide_clock):
12545         * gst/rtpmanager/gstrtpbin.h:
12546         Provide a clock.
12547
12548 2007-04-06  Wim Taymans  <wim@fluendo.com>
12549
12550         * gst/rtpmanager/gstrtpbin.c: (create_rtcp):
12551         Fix pad template name parsing.
12552
12553 2007-04-05  Wim Taymans  <wim@fluendo.com>
12554
12555         * gst/rtpmanager/gstrtpjitterbuffer.c:
12556         (gst_jitter_buffer_sink_setcaps), (gst_rtp_jitter_buffer_chain),
12557         (gst_rtp_jitter_buffer_loop):
12558         Add some debug and comments.
12559         Fix double unref() in error cases.
12560
12561 2007-04-05  Wim Taymans  <wim@fluendo.com>
12562
12563         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
12564         (gst_rtp_xqt_depay_change_state):
12565         * gst/qtdemux/gstrtpxqtdepay.h:
12566         Try to recover from packet loss a little better.
12567
12568 2007-04-05  Wim Taymans  <wim@fluendo.com>
12569
12570         * gst/rtpmanager/gstrtpbin.c: (find_session_by_id),
12571         (create_session), (find_stream_by_ssrc), (create_stream),
12572         (gst_rtp_bin_class_init), (new_payload_found),
12573         (new_ssrc_pad_found), (create_recv_rtp), (create_recv_rtcp),
12574         (create_send_rtp), (create_rtcp):
12575         * gst/rtpmanager/gstrtpbin.h:
12576         Add debugging category.
12577         Added RTPStream to manage stream per SSRC, each with its own
12578         jitterbuffer and ptdemux.
12579         Added SSRCDemux.
12580         Connect to various SSRC and PT signals and create ghostpads, link stuff.
12581
12582
12583         * gst/rtpmanager/gstrtpmanager.c: (plugin_init):
12584         Added rtpbin to elements.
12585
12586         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_chain):
12587         Fix caps and forward GstFlowReturn
12588
12589         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
12590         (gst_rtp_session_event_recv_rtp_sink),
12591         (gst_rtp_session_chain_recv_rtp),
12592         (gst_rtp_session_event_recv_rtcp_sink),
12593         (gst_rtp_session_chain_recv_rtcp),
12594         (gst_rtp_session_event_send_rtp_sink),
12595         (gst_rtp_session_chain_send_rtp), (create_recv_rtp_sink),
12596         (create_recv_rtcp_sink), (create_send_rtp_sink), (create_rtcp_src),
12597         (gst_rtp_session_request_new_pad):
12598         Add debug category.
12599         Add event handling
12600
12601         * gst/rtpmanager/gstrtpssrcdemux.c: (find_rtp_pad_for_ssrc),
12602         (create_rtp_pad_for_ssrc), (gst_rtp_ssrc_demux_class_init),
12603         (gst_rtp_ssrc_demux_init), (gst_rtp_ssrc_demux_chain),
12604         (gst_rtp_ssrc_demux_change_state):
12605         * gst/rtpmanager/gstrtpssrcdemux.h:
12606         Add debug category.
12607         Add new-pt-pad signal.
12608
12609 2007-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12610
12611         submitted by: Mogens Jaeger <mogens@jaeger.tf>
12612
12613         * po/LINGUAS:
12614         * po/da.po:
12615           Added Danish translation.
12616
12617 2007-04-04  Wim Taymans  <wim@fluendo.com>
12618
12619         * gst/rtpmanager/Makefile.am:
12620         * gst/rtpmanager/gstrtpmanager.c: (plugin_init):
12621         * gst/rtpmanager/gstrtpssrcdemux.c: (find_pad_for_ssrc),
12622         (create_pad_for_ssrc), (gst_rtp_ssrc_demux_base_init),
12623         (gst_rtp_ssrc_demux_class_init), (gst_rtp_ssrc_demux_init),
12624         (gst_rtp_ssrc_demux_finalize), (gst_rtp_ssrc_demux_sink_event),
12625         (gst_rtp_ssrc_demux_chain), (gst_rtp_ssrc_demux_src_event),
12626         (gst_rtp_ssrc_demux_change_state):
12627         * gst/rtpmanager/gstrtpssrcdemux.h:
12628         Added simple SSRC demuxer.
12629
12630 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
12631
12632         * ext/jack/gstjackaudiosink.c: (gst_jack_ring_buffer_open_device),
12633         (gst_jack_ring_buffer_acquire):
12634           Try t better name clients. properly handle return codes when re-
12635           establishing links.
12636
12637 2007-04-03  David Schleef  <ds@schleef.org>
12638
12639         * sys/glsink/glimagesink.c:
12640           Fix handling of video/x-raw-yuv.  Add overlay handling.
12641
12642 2007-04-03  Wim Taymans  <wim@fluendo.com>
12643
12644         * gst/rtpmanager/gstrtpbin.c: (find_session_by_id),
12645         (create_session), (gst_rtp_bin_base_init), (create_recv_rtp),
12646         (create_recv_rtcp), (create_send_rtp), (create_rtcp),
12647         (gst_rtp_bin_request_new_pad):
12648         * gst/rtpmanager/gstrtpbin.h:
12649         * gst/rtpmanager/gstrtpclient.c:
12650         Some more ghostpad magic.
12651
12652 2007-04-03  Wim Taymans  <wim@fluendo.com>
12653
12654         * gst/rtpmanager/Makefile.am:
12655         Add .h file so it can be disted properly.
12656
12657 2007-04-03  Wim Taymans  <wim@fluendo.com>
12658
12659         * configure.ac:
12660         * gst/rtpmanager/Makefile.am:
12661         * gst/rtpmanager/async_jitter_queue.c: (async_jitter_queue_new),
12662         (signal_waiting_threads), (async_jitter_queue_ref),
12663         (async_jitter_queue_ref_unlocked),
12664         (async_jitter_queue_set_low_threshold),
12665         (async_jitter_queue_set_high_threshold),
12666         (async_jitter_queue_set_max_queue_length),
12667         (async_jitter_queue_get_g_queue), (calculate_ts_diff),
12668         (async_jitter_queue_length_ts_units_unlocked),
12669         (async_jitter_queue_unref_and_unlock), (async_jitter_queue_unref),
12670         (async_jitter_queue_lock), (async_jitter_queue_unlock),
12671         (async_jitter_queue_push), (async_jitter_queue_push_unlocked),
12672         (async_jitter_queue_push_sorted),
12673         (async_jitter_queue_push_sorted_unlocked),
12674         (async_jitter_queue_insert_after_unlocked),
12675         (async_jitter_queue_pop_intern_unlocked), (async_jitter_queue_pop),
12676         (async_jitter_queue_pop_unlocked), (async_jitter_queue_length),
12677         (async_jitter_queue_length_unlocked),
12678         (async_jitter_queue_set_flushing_unlocked),
12679         (async_jitter_queue_unset_flushing_unlocked),
12680         (async_jitter_queue_set_blocking_unlocked):
12681         * gst/rtpmanager/async_jitter_queue.h:
12682         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_base_init),
12683         (gst_rtp_bin_class_init), (gst_rtp_bin_init),
12684         (gst_rtp_bin_finalize), (gst_rtp_bin_set_property),
12685         (gst_rtp_bin_get_property), (gst_rtp_bin_change_state),
12686         (gst_rtp_bin_request_new_pad), (gst_rtp_bin_release_pad):
12687         * gst/rtpmanager/gstrtpbin.h:
12688         * gst/rtpmanager/gstrtpclient.c: (new_pad), (create_stream),
12689         (free_stream), (find_stream_by_ssrc), (gst_rtp_client_base_init),
12690         (gst_rtp_client_class_init), (gst_rtp_client_init),
12691         (gst_rtp_client_finalize), (gst_rtp_client_set_property),
12692         (gst_rtp_client_get_property), (gst_rtp_client_change_state),
12693         (gst_rtp_client_request_new_pad), (gst_rtp_client_release_pad):
12694         * gst/rtpmanager/gstrtpclient.h:
12695         * gst/rtpmanager/gstrtpjitterbuffer.c:
12696         (gst_rtp_jitter_buffer_base_init),
12697         (gst_rtp_jitter_buffer_class_init), (gst_rtp_jitter_buffer_init),
12698         (gst_rtp_jitter_buffer_dispose), (gst_rtp_jitter_buffer_getcaps),
12699         (gst_jitter_buffer_sink_setcaps), (free_func),
12700         (gst_rtp_jitter_buffer_flush_start),
12701         (gst_rtp_jitter_buffer_flush_stop),
12702         (gst_rtp_jitter_buffer_src_activate_push),
12703         (gst_rtp_jitter_buffer_change_state), (priv_compare_rtp_seq_lt),
12704         (compare_rtp_buffers_seq_num), (gst_rtp_jitter_buffer_sink_event),
12705         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop),
12706         (gst_rtp_jitter_buffer_query),
12707         (gst_rtp_jitter_buffer_set_property),
12708         (gst_rtp_jitter_buffer_get_property):
12709         * gst/rtpmanager/gstrtpjitterbuffer.h:
12710         * gst/rtpmanager/gstrtpmanager.c: (plugin_init):
12711         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_base_init),
12712         (gst_rtp_pt_demux_class_init), (gst_rtp_pt_demux_init),
12713         (gst_rtp_pt_demux_finalize), (gst_rtp_pt_demux_chain),
12714         (gst_rtp_pt_demux_getcaps), (find_pad_for_pt),
12715         (gst_rtp_pt_demux_setup), (gst_rtp_pt_demux_release),
12716         (gst_rtp_pt_demux_change_state):
12717         * gst/rtpmanager/gstrtpptdemux.h:
12718         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_base_init),
12719         (gst_rtp_session_class_init), (gst_rtp_session_init),
12720         (gst_rtp_session_finalize), (gst_rtp_session_set_property),
12721         (gst_rtp_session_get_property), (gst_rtp_session_change_state),
12722         (gst_rtp_session_chain_recv_rtp),
12723         (gst_rtp_session_chain_recv_rtcp),
12724         (gst_rtp_session_chain_send_rtp), (create_recv_rtp_sink),
12725         (create_recv_rtcp_sink), (create_send_rtp_sink), (create_rtcp_src),
12726         (gst_rtp_session_request_new_pad), (gst_rtp_session_release_pad):
12727         * gst/rtpmanager/gstrtpsession.h:
12728         Add RTP session management elements. Still in progress.
12729
12730 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
12731
12732         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
12733         (gst_wavpack_dec_init), (gst_wavpack_dec_sink_set_caps),
12734         (gst_wavpack_dec_clip_outgoing_buffer),
12735         (gst_wavpack_dec_post_tags), (gst_wavpack_dec_chain):
12736         * ext/wavpack/gstwavpackdec.h:
12737         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
12738         (gst_wavpack_enc_sink_set_caps), (gst_wavpack_enc_set_wp_config),
12739         (gst_wavpack_enc_chain):
12740         * ext/wavpack/gstwavpackenc.h:
12741         * ext/wavpack/gstwavpackparse.c:
12742         Don't play audioconvert. As wavpack wants/outputs all samples with
12743         width==32 and depth=[1,32] accept this and let audioconvert convert
12744         to accepted formats instead of doing it in the element for n*8 depths.
12745         This also adds support for non-n*8 depths and prevents some useless
12746         memory allocations. Fixes #421598
12747         Also add a workaround for bug #421542 in wavpackenc for now...
12748         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
12749         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
12750         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
12751         Consider the change above in the unit tests and test if the correct
12752         caps are accepted and set. Also check for GST_BUFFER_OFFSET_END in
12753         the wavpackparse unit test.
12754
12755         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_init),
12756         (gst_wavpack_dec_sink_set_caps):
12757         Set caps on the src pad as soon as possible.
12758
12759         * ext/wavpack/gstwavpackdec.h:
12760         * ext/wavpack/gstwavpackcommon.h:
12761         * ext/wavpack/gstwavpackenc.h:
12762         * ext/wavpack/gstwavpackparse.h:
12763         Fix indention. gst-indent is now called by cicl.
12764
12765 2007-03-28  Edward Hervey  <edward@fluendo.com>
12766
12767         * gst/qtdemux/qtdemux.c: (gst_qtdemux_prepare_current_sample),
12768         (gst_qtdemux_chain), (qtdemux_parse_samples):
12769         * gst/qtdemux/qtdemux_dump.c: (qtdemux_dump_ctts):
12770         * gst/qtdemux/qtdemux_dump.h:
12771         * gst/qtdemux/qtdemux_fourcc.h:
12772         * gst/qtdemux/qtdemux_types.c:
12773         Process 'ctts' atoms, which are present in AVC ISO files (.mov files
12774         with h264 video).
12775         Use the offset present in 'ctts' to calculate the PTS for each packet
12776         and set the PTS on outgoing buffers.
12777         Fixes #423283
12778
12779 2007-03-27  Julien MOUTTE  <julien@moutte.net>
12780
12781         * ext/xvid/gstxviddec.c: (gst_xviddec_chain): Add some
12782         debug log and fix a stupid output buffer duration bug.
12783
12784 2007-03-25  Tim-Philipp Müller  <tim at centricular dot net>
12785
12786         Patch by: Michal Benes <michal.benes at itonis tv>
12787         Patch by: Josef Zlomek <josef.zlomek at itonis tv>
12788
12789         * configure.ac:
12790         * ext/Makefile.am:
12791         * ext/x264/Makefile.am:
12792         * ext/x264/gstx264enc.c: (gst_x264_enc_me_get_type),
12793         (gst_x264_enc_analyse_get_type),
12794         (gst_x264_enc_timestamp_queue_init),
12795         (gst_x264_enc_timestamp_queue_free),
12796         (gst_x264_enc_timestamp_queue_put),
12797         (gst_x264_enc_timestamp_queue_get), (gst_x264_enc_header_buf),
12798         (gst_x264_enc_set_src_caps), (gst_x264_enc_sink_set_caps),
12799         (gst_x264_enc_base_init), (gst_x264_enc_class_init),
12800         (gst_x264_enc_init), (gst_x264_enc_init_encoder),
12801         (gst_x264_enc_close_encoder), (gst_x264_enc_dispose),
12802         (gst_x264_enc_sink_event), (gst_x264_enc_chain),
12803         (gst_x264_enc_encode_frame), (gst_x264_enc_change_state),
12804         (gst_x264_enc_set_property), (gst_x264_enc_get_property),
12805         (plugin_init):
12806         * ext/x264/gstx264enc.h:
12807           Add libx264-based h264 encoder plugin (#421110). Probably doesn't
12808           handle 'odd' widths and heights correctly yet.
12809
12810 2007-03-24  Tim-Philipp Müller  <tim at centricular dot net>
12811
12812         * gst/interleave/deinterleave.c: (gst_deinterleave_sink_setcaps):
12813           Remove 'channel-positions' field when munging input caps into
12814           1-channel output caps (I guess technically we should set the
12815           position for each channel on the output caps if it's non-NONE,
12816           but I'll save that as a task for another day).
12817
12818 2007-03-23  Michael Smith  <msmith@fluendo.com>
12819
12820         * gst/vmnc/vmncdec.c: (gst_vmnc_dec_class_init),
12821         (gst_vmnc_dec_init), (vmnc_dec_finalize), (gst_vmnc_dec_reset),
12822         (vmnc_handle_wmvi_rectangle), (render_colour_cursor),
12823         (render_cursor), (vmnc_make_buffer), (vmnc_handle_wmvd_rectangle),
12824         (vmnc_handle_wmve_rectangle), (vmnc_handle_wmvf_rectangle),
12825         (vmnc_handle_wmvg_rectangle), (vmnc_handle_wmvh_rectangle),
12826         (vmnc_handle_wmvj_rectangle), (render_raw_tile), (render_subrect),
12827         (vmnc_handle_raw_rectangle), (vmnc_handle_copy_rectangle),
12828         (vmnc_handle_hextile_rectangle), (vmnc_handle_packet),
12829         (vmnc_dec_setcaps), (vmnc_dec_chain_frame), (vmnc_dec_chain),
12830         (vmnc_dec_set_property), (vmnc_dec_get_property):
12831           Redesign to include a parser for raw files (no timestamps in that
12832           mode yet, though).
12833
12834 2007-03-22  Tim-Philipp Müller  <tim at centricular dot net>
12835
12836         * gst/interleave/deinterleave.c: (gst_deinterleave_add_new_pads),
12837         (gst_deinterleave_remove_pads), (gst_deinterleave_process),
12838         (gst_deinterleave_chain):
12839           Don't leak input buffer in chain function; maintain our own list of
12840           source pads - there are no guarantees about the order of the list
12841           in the GstElement struct, and we want a very specific order; lastly,
12842           some more debugging.
12843
12844 2007-03-22  Tim-Philipp Müller  <tim at centricular dot net>
12845
12846         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_init):
12847           Alloc user agent string only once.
12848
12849 2007-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
12850
12851         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_plugin_init):
12852         Revert last commit, preventing infinite plugging loops with ranks
12853         is no clean solution and in general there's no reason why one wants
12854         to parse framed wavpack data again.
12855
12856 2007-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
12857
12858         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_push_block):
12859         Send the new segment event in time format instead of bytes. This
12860         allows "wavpackenc ! wavpackdec ! someaudiosink" pipelines.
12861
12862         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_plugin_init):
12863         Accept framed and non-framed input, wavpackparse doesn't care. To
12864         prevent "wavpackparse ! wavpackparse ! ..." pipelines lower the
12865         rank of wavpackparse by one. This allows "wavpackenc ! wavpackparse !
12866         ..." pipelines.
12867
12868 2007-03-22  Thomas Vander Stichele  <thomas at apestaart dot org>
12869
12870         * gst-libs/gst/app/Makefile.am:
12871           Use GST_ALL_LDFLAGS, which actually exists, but maybe David
12872           can confirm that was what he wanted.
12873
12874 2007-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
12875
12876         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
12877         Revert to use gst_pad_alloc_buffer() here. We can and should use it.
12878         Thanks to Jan and Mike for noticing my mistake.
12879
12880 2007-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
12881
12882         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_class_init),
12883         (gst_wavpack_enc_init), (gst_wavpack_enc_chain),
12884         (gst_wavpack_enc_rewrite_first_block):
12885         * ext/wavpack/gstwavpackenc.h:
12886         Put the write helpers into the GstWavpackEnc struct directly and not
12887         as a pointer to save two small, but useless mallocs. This also makes
12888         it possible to drop the finalize method.
12889         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_push_buffer):
12890         For consistency reasons also set GST_BUFFER_OFFSET_END on the outgoing
12891         buffers the same way wavpackenc does it.
12892
12893 2007-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
12894
12895         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
12896         Don't use gst_pad_alloc_buffer() as we might clip the buffer later and
12897         BaseTransform-based elements will likely break because of wrong
12898         unit-size. Also plug a possible memleak that happens when decoding
12899         fails for some reason.
12900
12901 2007-03-18  Wim Taymans  <wim@fluendo.com>
12902
12903         Based on patch by: Paul Davis <paul at linuxaudiosystems dot com>
12904
12905         * ext/jack/gstjackaudioclient.c: (gst_jack_audio_unref_connection):
12906         Don't need to take the connection lock, it will not be used and could
12907         cause deadlocks.
12908
12909 2007-03-16  Edward Hervey  <edward@fluendo.com>
12910
12911         * sys/osxvideo/osxvideosink.m:
12912         Fix previous commit, we want to pass the NSView in the message.
12913
12914 2007-03-16  Edward Hervey  <edward@fluendo.com>
12915
12916         * sys/osxvideo/osxvideosink.m:
12917         Emit 'have-ns-view' message when working in embedded mode. The message
12918         will contain a pointer to the newly created NSView.
12919
12920 2007-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
12921
12922         * gst/mpegvideoparse/mpegpacketiser.c: (mpeg_util_find_start_code),
12923         (collect_packets), (set_par_from_dar), (set_fps_from_code),
12924         (mpeg_util_parse_extension_packet), (mpeg_util_parse_sequence_hdr),
12925         (mpeg_util_parse_picture_hdr):
12926         * gst/mpegvideoparse/mpegpacketiser.h:
12927         * gst/mpegvideoparse/mpegvideoparse.c:
12928         (mpegvideoparse_handle_sequence), (mpegvideoparse_handle_picture),
12929         (mpegvideoparse_drain_avail), (gst_mpegvideoparse_chain),
12930         (mpv_parse_sink_event), (plugin_init):
12931         * gst/mpegvideoparse/mpegvideoparse.h:
12932         Move the MPEG specific byte parsing into the mpegpacketiser code.
12933
12934         Add parsing of picture types, that just feeds into a debug message
12935         for now.
12936
12937         Fix some 64-bit format strings.
12938
12939 2007-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
12940
12941         * gst/mpegaudioparse:
12942         Remove empty dir.
12943
12944 2007-03-16  Stefan Kost  <ensonic@users.sf.net>
12945
12946         * gst/equalizer/gstiirequalizer10bands.c:
12947         (gst_iir_equalizer_10bands_init):
12948           A 10 band EQ should be initialized to 10 bands and not to 3.
12949
12950 2007-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
12951
12952         * configure.ac:
12953         * gst/mpeg1videoparse/Makefile.am:
12954         * gst/mpeg1videoparse/gstmp1videoparse.c:
12955         * gst/mpeg1videoparse/gstmp1videoparse.h:
12956         * gst/mpeg1videoparse/mp1videoparse.vcproj:
12957         * gst/mpegvideoparse/Makefile.am:
12958         * gst/mpegvideoparse/mpegpacketiser.c: (mpeg_packetiser_init),
12959         (mpeg_packetiser_free), (mpeg_packetiser_add_buf),
12960         (mpeg_packetiser_flush), (mpeg_find_start_code),
12961         (get_next_free_block), (complete_current_block),
12962         (append_to_current_block), (start_new_block), (handle_packet),
12963         (collect_packets), (mpeg_packetiser_handle_eos),
12964         (mpeg_packetiser_get_block), (mpeg_packetiser_next_block):
12965         * gst/mpegvideoparse/mpegpacketiser.h:
12966         * gst/mpegvideoparse/mpegvideoparse.c: (mpegvideoparse_get_type),
12967         (gst_mpegvideoparse_base_init), (gst_mpegvideoparse_class_init),
12968         (mpv_parse_reset), (gst_mpegvideoparse_init),
12969         (gst_mpegvideoparse_dispose), (set_par_from_dar),
12970         (set_fps_from_code), (mpegvideoparse_parse_seq),
12971         (gst_mpegvideoparse_time_code), (gst_mpegvideoparse_flush),
12972         (mpegvideoparse_drain_avail), (gst_mpegvideoparse_chain),
12973         (mpv_parse_sink_event), (gst_mpegvideoparse_change_state),
12974         (plugin_init):
12975         * gst/mpegvideoparse/mpegvideoparse.h:
12976         * gst/mpegvideoparse/mpegvideoparse.vcproj:
12977         Port mpeg1videoparse to 0.10 and give it rank SECONDARY-1, so
12978         that it's below existing decoders.
12979         
12980         Rename it to mpegvideoparse to reflect that it handles MPEG-1 and
12981         MPEG-2 now.
12982
12983         Re-write the parsing code so that it collects packets differently
12984         and timestamps Picture packets correctly.
12985
12986         Add a list of FIXME's at the top.
12987
12988 2007-03-14  Stefan Kost  <ensonic@users.sf.net>
12989
12990         * tests/icles/equalizer-test.c: (equalizer_set_band_value),
12991         (equalizer_set_all_band_values),
12992         (equalizer_set_band_value_and_wait),
12993         (equalizer_set_all_band_values_and_wait), (do_slider_fiddling),
12994         (main):
12995           Port the example to new equalizer api.
12996
12997 2007-03-14  Edward Hervey  <edward@fluendo.com>
12998
12999         * sys/osxvideo/cocoawindow.h:
13000         * sys/osxvideo/cocoawindow.m:
13001         * sys/osxvideo/osxvideosink.h:
13002         * sys/osxvideo/osxvideosink.m:
13003         Fix leaks when running a NSApp.
13004         Accept any kind of resolutions.
13005         Works in fullscreen. Can maximize.
13006         Only thing left before being able to move this to -good is documentation
13007         and embedded window support.
13008
13009 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13010
13011         * po/hu.po:
13012         * po/it.po:
13013         * po/sv.po:
13014           Updated translations.
13015
13016 2007-03-14  Stefan Kost  <ensonic@users.sf.net>
13017
13018         * gst/equalizer/Makefile.am:
13019         * gst/equalizer/gstiirequalizer.c: (_do_init),
13020         (gst_iir_equalizer_band_set_property),
13021         (gst_iir_equalizer_band_class_init),
13022         (gst_iir_equalizer_band_get_type),
13023         (gst_iir_equalizer_child_proxy_get_child_by_index),
13024         (gst_iir_equalizer_child_proxy_get_children_count),
13025         (gst_iir_equalizer_child_proxy_interface_init), (setup_filter),
13026         (gst_iir_equalizer_compute_frequencies),
13027         (gst_iir_equalizer_transform_ip), (plugin_init):
13028         * gst/equalizer/gstiirequalizer10bands.c:
13029         (gst_iir_equalizer_10bands_base_init),
13030         (gst_iir_equalizer_10bands_class_init),
13031         (gst_iir_equalizer_10bands_init),
13032         (gst_iir_equalizer_10bands_set_property),
13033         (gst_iir_equalizer_10bands_get_property):
13034         * gst/equalizer/gstiirequalizer10bands.h:
13035         * gst/equalizer/gstiirequalizer3bands.c:
13036         (gst_iir_equalizer_3bands_base_init),
13037         (gst_iir_equalizer_3bands_class_init),
13038         (gst_iir_equalizer_3bands_init),
13039         (gst_iir_equalizer_3bands_set_property),
13040         (gst_iir_equalizer_3bands_get_property):
13041         * gst/equalizer/gstiirequalizer3bands.h:
13042         * gst/equalizer/gstiirequalizernbands.c:
13043         (gst_iir_equalizer_nbands_base_init),
13044         (gst_iir_equalizer_nbands_init):
13045           Add 3 and 10 band version and add missing gst_object_sync_values.
13046
13047         * gst/spectrum/gstspectrum.c: (gst_spectrum_event),
13048         (gst_spectrum_transform_ip):
13049           Add some comments about float support.
13050
13051 2007-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
13052
13053         * gst/mpegaudioparse/Makefile.am:
13054         * gst/mpegaudioparse/gstmpegaudioparse.c:
13055         * gst/mpegaudioparse/gstmpegaudioparse.h:
13056         * gst/mpegaudioparse/mpegaudioparse.vcproj:
13057         Remove bogus 2nd copy of mp3parse - it's actually
13058         in -ugly.
13059
13060 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
13061
13062         * examples/app/.cvsignore:
13063         The buildbot demands .cvsignore files, and I comply.
13064
13065 2007-03-11  Sebastien Moutte  <sebastien@moutte.net>
13066
13067         * sys/directdraw/gstdirectdrawsink.c:
13068         * sys/directdraw/gstdirectdrawsink.h:
13069         Handle display mode changes during playback.
13070
13071 2007-03-10  David Schleef  <ds@schleef.org>
13072
13073         * configure.ac:
13074         * examples/Makefile.am:
13075         * examples/app/Makefile.am:
13076         * examples/app/appsrc_ex.c:
13077           Add appsrc/appsink example.
13078         * gst-libs/gst/app/Makefile.am:
13079         * gst-libs/gst/app/gstapp.c:
13080         * gst-libs/gst/app/gstappsink.c:
13081         * gst-libs/gst/app/gstappsink.h:
13082         * gst/app/gstapp.c:
13083           Add appsink.
13084
13085 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
13086
13087         * ext/nas/nassink.c: (NAS_createFlow):
13088         * ext/sndfile/gstsfsrc.c: (gst_sf_src_create):
13089           Printf format string fixes.
13090
13091 2007-03-09  Stefan Kost  <ensonic@users.sf.net>
13092
13093         * gst/equalizer/Makefile.am:
13094         * gst/equalizer/gstiirequalizer.c: (_do_init),
13095         (gst_iir_equalizer_band_set_property),
13096         (gst_iir_equalizer_band_get_property),
13097         (gst_iir_equalizer_band_class_init),
13098         (gst_iir_equalizer_band_get_type),
13099         (gst_iir_equalizer_child_proxy_get_child_by_index),
13100         (gst_iir_equalizer_child_proxy_get_children_count),
13101         (gst_iir_equalizer_child_proxy_interface_init),
13102         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
13103         (gst_iir_equalizer_finalize), (setup_filter),
13104         (gst_iir_equalizer_compute_frequencies),
13105         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
13106         (gst_iir_equalizer_setup), (plugin_init):
13107         * gst/equalizer/gstiirequalizer.h:
13108         * gst/equalizer/gstiirequalizernbands.c:
13109         (gst_iir_equalizer_nbands_base_init),
13110         (gst_iir_equalizer_nbands_class_init),
13111         (gst_iir_equalizer_nbands_init),
13112         (gst_iir_equalizer_nbands_set_property),
13113         (gst_iir_equalizer_nbands_get_property):
13114         * gst/equalizer/gstiirequalizernbands.h:
13115           Refactor plugin into a base class and a first subclass (nband eq). The
13116           nband eq uses GstChildProxy and is controlable. More subclasses will
13117           follow.
13118
13119 2007-03-08  Wim Taymans  <wim@fluendo.com>
13120
13121         Includes patch by: Paul Davis <paul at linuxaudiosystems dot com>
13122
13123         * ext/jack/Makefile.am:
13124         * ext/jack/gstjackaudioclient.c: (gst_jack_audio_client_init),
13125         (jack_process_cb), (jack_sample_rate_cb), (jack_buffer_size_cb),
13126         (jack_shutdown_cb), (connection_find),
13127         (gst_jack_audio_make_connection), (gst_jack_audio_get_connection),
13128         (gst_jack_audio_unref_connection),
13129         (gst_jack_audio_connection_add_client),
13130         (gst_jack_audio_connection_remove_client),
13131         (gst_jack_audio_client_new), (gst_jack_audio_client_free),
13132         (gst_jack_audio_client_get_client),
13133         (gst_jack_audio_client_set_active):
13134         * ext/jack/gstjackaudioclient.h:
13135         Make an object to manage client connections to the jack server which we
13136         will use in the future to run selected jack elements with the same jack
13137         connection.
13138         Make some stuff a bit more threadsafe.
13139         Activate the jack client ASAP.
13140
13141         * ext/jack/gstjackaudiosink.c:
13142         (gst_jack_audio_sink_allocate_channels),
13143         (gst_jack_audio_sink_free_channels), (jack_process_cb),
13144         (gst_jack_ring_buffer_open_device),
13145         (gst_jack_ring_buffer_close_device),
13146         (gst_jack_ring_buffer_acquire), (gst_jack_ring_buffer_release),
13147         (gst_jack_audio_sink_class_init), (gst_jack_audio_sink_init),
13148         (gst_jack_audio_sink_getcaps):
13149         * ext/jack/gstjackaudiosink.h:
13150         Use new client object to manage connections.
13151         Don't remove and recreate all ports, try to reuse them.
13152
13153 2007-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
13154
13155         * ext/wavpack/gstwavpack.c: (plugin_init):
13156         * ext/wavpack/gstwavpackcommon.c:
13157           Use a general wavpack debug category for common code.
13158         * ext/wavpack/gstwavpackstreamreader.c:
13159         (gst_wavpack_stream_reader_set_pos_abs),
13160         (gst_wavpack_stream_reader_set_pos_rel),
13161         (gst_wavpack_stream_reader_write_bytes):
13162           Use the general wavpack debug category here too and add debug
13163           output to the functions that should not be called at all by
13164           the wavpack library.
13165         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_plugin_init):
13166         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_plugin_init):
13167         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_plugin_init):
13168           Change debugging category names to conform to the conventions.
13169
13170 2007-03-07  Edward Hervey  <edward@fluendo.com>
13171
13172         * gst/qtdemux/qtdemux.c:
13173         * gst/qtdemux/qtdemux.h:
13174         Share qtdemux debug category across all files, otherwise all debugging
13175         in files other than qtdemux.c would end up in the default category.
13176
13177 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
13178
13179         * gst/spectrum/gstspectrum.c: (gst_spectrum_start),
13180         (gst_spectrum_event), (gst_spectrum_transform_ip):
13181         * gst/spectrum/gstspectrum.h:
13182           One FIXME less, by resolving message timestamps against the playback
13183           segment.
13184
13185 2007-03-06  Wim Taymans  <wim@fluendo.com>
13186
13187         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
13188         (gst_spectrum_init), (gst_spectrum_set_property),
13189         (gst_spectrum_transform_ip):
13190         Fix and cleanup default property values.
13191         Add FIXMEs for stuff that looks rather wrong.
13192
13193 2007-03-05  Stefan Kost  <ensonic@users.sf.net>
13194
13195         * gst/spectrum/demo-audiotest.c: (message_handler):
13196         * gst/spectrum/demo-osssrc.c: (message_handler):
13197           Remove two obsolete and confusing comments.
13198
13199 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
13200
13201         * ext/nas/nassink.c: (gst_nas_sink_class_init),
13202         (gst_nas_sink_init), (gst_nas_sink_getcaps),
13203         (gst_nas_sink_unprepare):
13204           Some more cleanups/changes; use boilerplate macro.
13205
13206 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
13207
13208         * ext/nas/Makefile.am:
13209         * ext/nas/README:
13210         * ext/nas/nassink.c: (gst_nas_sink_get_type),
13211         (gst_nas_sink_base_init), (gst_nas_sink_class_init),
13212         (gst_nas_sink_init), (gst_nas_sink_finalize),
13213         (gst_nas_sink_getcaps), (gst_nas_sink_prepare),
13214         (gst_nas_sink_unprepare), (gst_nas_sink_delay),
13215         (gst_nas_sink_reset), (gst_nas_sink_write),
13216         (gst_nas_sink_set_property), (gst_nas_sink_get_property),
13217         (gst_nas_sink_open), (gst_nas_sink_close), (NAS_flush),
13218         (NAS_sendData), (NAS_EventHandler), (gst_nas_sink_sink_get_format),
13219         (NAS_createFlow), (plugin_init):
13220         * ext/nas/nassink.h:
13221           Bunch of nassink clean-ups: make build by adding the right CFLAGS
13222           and LIBS to Makefile.am; rename structure, macros and functions
13223           according to canonical naming scheme; move some things around a bit;
13224           use GST_CAT_DEFAULT instead of GST_CAT_* everywhere; remove README
13225           file that didn't really contain any useful information anyway (the
13226           useful bits have been moved into the 'host' property description).
13227
13228 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
13229
13230         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_finalize):
13231         Chain up in finalize.
13232
13233 2007-03-03  Michael Smith  <msmith@fluendo.com>
13234
13235         * configure.ac:
13236         * gst/vmnc/Makefile.am:
13237           Fix up dist.
13238
13239 2007-03-03  Michael Smith  <msmith@fluendo.com>
13240
13241         * configure.ac:
13242         * gst/vmnc/Makefile.am:
13243         * gst/vmnc/vmncdec.c: (gst_vmnc_dec_base_init),
13244         (gst_vmnc_dec_class_init), (gst_vmnc_dec_init),
13245         (gst_vmnc_dec_reset), (vmnc_handle_wmvi_rectangle),
13246         (render_colour_cursor), (render_cursor), (vmnc_make_buffer),
13247         (vmnc_handle_wmvd_rectangle), (vmnc_handle_wmve_rectangle),
13248         (vmnc_handle_wmvf_rectangle), (vmnc_handle_wmvg_rectangle),
13249         (vmnc_handle_wmvh_rectangle), (vmnc_handle_wmvj_rectangle),
13250         (render_raw_tile), (render_subrect), (vmnc_handle_raw_rectangle),
13251         (vmnc_handle_hextile_rectangle), (vmnc_handle_packet),
13252         (vmnc_dec_setcaps), (vmnc_dec_chain), (vmnc_dec_change_state),
13253         (vmnc_dec_set_property), (vmnc_dec_get_property), (plugin_init):
13254           Add VMnc decoder.
13255           Still missing support for:
13256            - rectangle types I didn't find in my samples (e.g. copy, RRE,
13257              ZRLE)
13258            - alpha-composited cursors
13259
13260 2007-03-03  David Schleef  <ds@schleef.org>
13261
13262         * gst-libs/gst/app/Makefile.am:
13263           Install the headers.
13264
13265 2007-03-03  David Schleef  <ds@schleef.org>
13266
13267         * gst-libs/gst/app/Makefile.am:
13268         * gst-libs/gst/app/gstappbuffer.c:
13269         * gst-libs/gst/app/gstappbuffer.h:
13270         * gst-libs/gst/app/gstappsrc.c:
13271           Add GstAppBuffer that includes a callback and closure for
13272           proper handling of data chunks.
13273
13274 2007-03-03  David Schleef  <ds@schleef.org>
13275
13276         * gst-libs/gst/app/gstappsrc.c:
13277         * gst-libs/gst/app/gstappsrc.h:
13278           Hacking to address issues in 413418.
13279
13280 2007-03-03  David Schleef  <ds@schleef.org>
13281
13282         * Makefile.am:
13283         * configure.ac:
13284         * ext/Makefile.am:
13285         * gst-libs/gst/Makefile.am:
13286         * gst-libs/gst/app/Makefile.am:
13287         * gst-libs/gst/app/gstapp.c:
13288         * gst-libs/gst/app/gstappsrc.c:
13289         * gst-libs/gst/app/gstappsrc.h:
13290         * gst/app/Makefile.am:
13291         * gst/app/gstapp.c:
13292         * gst/app/gstappsrc.c:
13293         * gst/app/gstappsrc.h:
13294           Move the app library to gst-libs/gst/app (duh!)
13295
13296 2007-03-02 Christian Schaller <christian at fluendo dot com>
13297         
13298         Patch by: Nguyen Thai Ngoc Duy <pcloud@gmail.com>
13299
13300         * ext/nas: Upgrade of NAS plugin to 0.10 (#345633)
13301
13302 2007-03-02  Tim-Philipp Müller  <tim at centricular dot net>
13303
13304         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_sink_event):
13305           A few small clean-ups.
13306
13307         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps):
13308           More debug output for failure cases.
13309
13310 2007-03-02  Tim-Philipp Müller  <tim at centricular dot net>
13311
13312         Patch by: Young-Ho Cha  <ganadist at chollian net>
13313
13314         * ext/dts/gstdtsdec.c: (gst_dtsdec_handle_frame),
13315         (gst_dtsdec_change_state):
13316           Don't do forced downmixing to stereo, but check what downstream
13317           can do and let libdts do the downmixing based on that (#400555).
13318
13319 2007-03-02  Tim-Philipp Müller  <tim at centricular dot net>
13320
13321         Patch by: Lutz Mueller  <lutz topfrose de>
13322
13323         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
13324         (gst_neonhttp_src_init), (gst_neonhttp_src_set_property),
13325         (gst_neonhttp_src_set_uri), (gst_neonhttp_src_set_proxy),
13326         (gst_neonhttp_src_send_request_and_redirect),
13327         (gst_neonhttp_src_uri_set_uri):
13328         * ext/neon/gstneonhttpsrc.h:
13329           Simplify _set_uri() and _set_proxy() and remove the unused ishttp
13330           member (#388050).
13331
13332         * tests/check/elements/neonhttpsrc.c: (GST_START_TEST):
13333           Fix bogus URI to something that actually exists, otherwise we just
13334           bypass the test (and also to something that doesn't redirect, since
13335           neonhttpsrc doesn't seem to handle this very gracefully yet)
13336
13337 2007-03-01  Chris Lord <chris@openedhand.com>
13338
13339         Reviewed by Christian Schaller <christian@fluendo.com>
13340
13341         Fixes Bug 357055
13342         * ext/ivorbis/Makefile.am:
13343         * ext/ivorbis/vorbisdec.c: Add support for Vorbis streams
13344         * ext/ivorbis/vorbisdec.h
13345         * ext/ivorbis/vorbis.c :
13346
13347 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
13348
13349         * tests/check/Makefile.am:
13350         Draw plugins in from the build tree sys/ dir, rather than
13351         picking up the already installed versions.
13352
13353 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
13354
13355         * configure.ac:
13356           Convert to new AG_GST style.
13357
13358 2007-02-27  Christian Schaller <christian at fluendo dot com>
13359
13360         * sys/direct*: Add Pioneers of the Inevitable to copyright
13361         * sys/macosxvideosink: Add Pioneers of the Inevitable to copyright
13362
13363 2007-02-27  Edward Hervey  <edward@fluendo.com>
13364
13365         * sys/osxvideo/cocoawindow.h:
13366         * sys/osxvideo/cocoawindow.m:
13367         * sys/osxvideo/osxvideosink.h:
13368         * sys/osxvideo/osxvideosink.m:
13369         Disable the cocoa event loop since it's a huge memory leak. Should only
13370         matter if the sink isn't used within an NSApp (which has already got
13371         a coca event loop).
13372         Remove all unused code.
13373
13374 2007-02-26  David Schleef  <ds@schleef.org>
13375
13376         * configure.ac:
13377         * gst/app/Makefile.am:
13378         * gst/app/gstapp.c:
13379         * gst/app/gstappsrc.c:
13380         * gst/app/gstappsrc.h:
13381           Add a new plugin/library to make it easy for apps to shove
13382           data into a pipeline.
13383
13384 2007-02-26  Tim-Philipp Müller  <tim at centricular dot net>
13385
13386         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_init):
13387         * gst/real/gstrealvideodec.c: (gst_real_video_dec_init):
13388           Use gst_pad_use_fixed_caps() on source pads, to avoid negotiation
13389           errors in certain situations (e.g. dec ! cs ! ximagesink and the
13390           imagesink window is resized); also, some minor clean-ups.
13391
13392 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
13393
13394         * configure.ac:
13395         * ext/gsm/Makefile.am:
13396         * ext/ladspa/Makefile.am:
13397         * ext/wavpack/Makefile.am:
13398         * gst/equalizer/Makefile.am:
13399         * gst/filter/Makefile.am:
13400         * gst/mve/Makefile.am:
13401         * gst/nsf/Makefile.am:
13402         * gst/replaygain/Makefile.am:
13403         * gst/speed/Makefile.am:
13404           Fix build with LDFLAGS='-Wl,-z,defs'.
13405
13406 2007-02-20  Sébastien Moutte  <sebastien@moutte.net>
13407
13408         * sys/directsound/gstdirectsoundsink.c:
13409         * sys/directsound/gstdirectsoundsink.h:
13410           Remove include of unused headers.
13411         * sys/waveform/gstwaveformplugin.c:
13412         * sys/waveform/gstwaveformsink.c:
13413         * sys/waveform/gstwaveformsink.h:
13414         * win32/vs6/libgstwaveform.dsp:
13415           Add a new waveform plugin which includes an audio sink 
13416           element using the WaveForm win32 API.
13417         * win32/MANIFEST:
13418           Add the new project file form waveform plugin.
13419         
13420 2007-02-18  Sébastien Moutte  <sebastien@moutte.net>
13421         
13422         * sys/directdraw/gstdirectdrawplugin.c:
13423         * sys/directdraw/gstdirectdrawsink.c:
13424         * sys/directdraw/gstdirectdrawsink.h:
13425           Prepare the plugin to move to good:
13426           Remove unused/untested code (rendering to an extern surface,
13427           yuv format rendering).Use GST_(DEBUG/*)_OBJECT macros
13428       Rename all functions from gst_directdrawsink to gst_directdraw_sink.
13429           Add gtk doc section
13430           Fix a bug in gst_directdraw_sink_show_frame, memcpy line by line
13431           respecting destination surface stride.
13432         * sys/directsound/gstdirectsoundplugin.c:
13433         * sys/directsound/gstdirectsoundsink.c:
13434         * sys/directsound/gstdirectsoundsink.h:
13435           Prepare the plugin to move to good:
13436           Rename all functions from gst_directsoundsink to gst_directsound_sink.
13437           Add gtk doc section
13438         * win32/common/config.h.in:
13439         * win32/MANIFEST:
13440           Add config.h.in
13441
13442 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
13443
13444         * configure.ac:
13445         * docs/plugins/Makefile.am:
13446           Add crossreferences to glib/gobject/gstream docs. Also fix typo in
13447           timidity.cfg check.
13448
13449         * ext/timidity/gsttimidity.c: (plugin_init):
13450           Also build if no config was detected at configure time.
13451
13452 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
13453
13454         * configure.ac:
13455         * ext/timidity/Makefile.am:
13456         * ext/timidity/gsttimidity.c: (plugin_init):
13457         * ext/timidity/gstwildmidi.c: (gst_wildmidi_base_init),
13458         (gst_wildmidi_class_init), (gst_wildmidi_init),
13459         (gst_wildmidi_src_convert), (gst_wildmidi_src_query),
13460         (gst_wildmidi_get_upstream_size), (gst_wildmidi_get_segment),
13461         (gst_wildmidi_get_new_segment_event), (gst_wildmidi_src_event),
13462         (gst_wildmidi_activate), (gst_wildmidi_activatepull),
13463         (gst_wildmidi_allocate_buffer), (gst_wildmidi_clip_buffer),
13464         (gst_wildmidi_fill_buffer), (gst_wildmidi_get_buffer),
13465         (gst_wildmidi_loop), (gst_wildmidi_change_state),
13466         (gst_wildmidi_set_property), (gst_wildmidi_get_property),
13467         (gst_wildmidi_typefind), (wildmidi_open_config), (plugin_init):
13468         * ext/timidity/gstwildmidi.h:
13469           Add second midi renderer. Fix some double frees and leaks. Clean up
13470           logging.
13471
13472 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
13473
13474         * Makefile.am:
13475           Add win32 MANIFEST
13476         * sys/directdraw/gstdirectdrawsink.c:
13477         * sys/directdraw/gstdirectdrawsink.h:
13478           Clear unused code and add comments.
13479           Remove yuv from template caps, it only supports RGB
13480           actually.
13481           Implement XOverlay interface and remove window and fullscreen 
13482           properties.
13483           Add debug logs.
13484           Test for blit capabilities to return only the current colorspace if
13485           the hardware can't blit for one colorspace to another.
13486         * sys/directsound/gstdirectsoundsink.c:
13487           Add some debugs.
13488         * win32/MANIFEST:
13489           Add VS7 project files and solution.
13490         * win32/vs6/gst_plugins_bad.dsw:
13491         * win32/vs6/libgstdirectdraw.dsp:
13492         * win32/vs6/libgstdirectsound.dsp:
13493         * win32/vs6/libgstqtdemux.dsp:
13494           Update project files.
13495
13496 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
13497
13498         * ext/faad/gstfaad.c:
13499           Also update the comment that describes the hack.
13500
13501 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
13502
13503         * configure.ac:
13504           Tell the code which faad it is, so that we can adjust the hacks
13505           needed.
13506
13507         * ext/faad/gstfaad.c:
13508           Make our hacks dependent on the fadd lib in use.
13509
13510 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
13511
13512         * configure.ac:
13513           Fix faad detection to support also fadd with new symbol prefix.
13514           ChangeLog surgery.
13515           
13516 2007-02-08  Stefan Kost  <ensonic@users.sf.net>
13517
13518         Patch by: Wouter Paesen <wouter@blue-gate.be>
13519
13520         * configure.ac:
13521         * ext/Makefile.am:
13522         * ext/timidity/Makefile.am:
13523         * ext/timidity/gsttimidity.c: (gst_timidity_base_init),
13524         (gst_timidity_class_init), (gst_timidity_init),
13525         (gst_timidity_set_song_options), (gst_timidity_src_convert),
13526         (gst_timidity_src_query), (gst_timidity_get_upstream_size),
13527         (gst_timidity_get_segment), (gst_timidity_get_new_segment_event),
13528         (gst_timidity_src_event), (gst_timidity_activate),
13529         (gst_timidity_activatepull), (gst_timidity_allocate_buffer),
13530         (gst_timidity_clip_buffer), (gst_timidity_fill_buffer),
13531         (gst_timidity_get_buffer), (gst_timidity_loop),
13532         (gst_timidity_change_state), (gst_timidity_typefind),
13533         (plugin_init):
13534         * ext/timidity/gsttimidity.h:
13535           Add timidity midi render plugin (#403992)
13536
13537 2007-02-07  Edward Hervey  <edward@fluendo.com>
13538
13539         * ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_query):
13540         GST_PAD_PARENT doesn't return a GstObject with an incremented refcount.
13541         Switched to using gst_pad_get_parent().
13542
13543 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13544
13545         * gst/modplug/gstmodplug.cc:
13546           Remove superfluous gst_caps_get_structure() call.
13547
13548 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13549
13550         * configure.ac:
13551           Increase required libsndfile version to a version that's known to
13552           have the function sf_write_sync() to make the build bots happy.
13553
13554 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13555
13556         * ext/sndfile/gstsfsrc.c:
13557           Fix build (installed setup).
13558
13559 2007-02-05  Andy Wingo  <wingo@pobox.com>
13560
13561         * ext/sndfile/Makefile.am:
13562         * ext/sndfile/gstsfsrc.h:
13563         * ext/sndfile/gstsfsrc.c: Port sfsrc to 0.10, pull or push, with
13564         random access woo.
13565
13566 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
13567
13568         * configure.ac:
13569         * gst/equalizer/Makefile.am:
13570         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_base_init),
13571         (gst_iir_equalizer_class_init), (gst_iir_equalizer_init),
13572         (setup_filter), (gst_iir_equalizer_compute_frequencies),
13573         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
13574         (gst_iir_equalizer_transform_ip), (gst_iir_equalizer_setup),
13575         (plugin_init):
13576         * gst/equalizer/gstiirequalizer.h:
13577           Fix up to use the newly ported (actually working) GstAudioFilter.
13578           Bump core/base requirements to CVS for this.
13579
13580         * tests/icles/.cvsignore:
13581         * tests/icles/Makefile.am:
13582         * tests/icles/equalizer-test.c: (check_bus),
13583         (equalizer_set_band_value), (equalizer_set_all_band_values),
13584         (equalizer_set_band_value_and_wait),
13585         (equalizer_set_all_band_values_and_wait), (do_slider_fiddling),
13586         (main):
13587           Add brain-dead interactive test for equalizer.
13588
13589 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
13590
13591         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_class_init),
13592         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
13593         (gst_iir_equalizer_filter_inplace):
13594           Rename "values" property to "band-values" and change type into a
13595           GValueArray, so it's more easily bindable and the range of the
13596           values passed in is defined and checked etc.; also do some
13597           locking.
13598
13599 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
13600
13601         Patch by: James "Doc" Livingston  <doclivingston at gmail com>
13602
13603         * configure.ac:
13604         * gst/equalizer/Makefile.am:
13605         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
13606         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
13607         (gst_iir_equalizer_compute_frequencies),
13608         (gst_iir_equalizer_set_property),
13609         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
13610         (plugin_init):
13611           Port equalizer plugin to 0.10 (#403572).
13612
13613 2007-02-02  Andy Wingo  <wingo@pobox.com>
13614
13615         * configure.ac: 
13616         * ext/Makefile.am
13617         * ext/sndfile/Makefile.am:
13618         * ext/sndfile/gstsf.c:
13619         * ext/sndfile/gstsf.h:
13620         * ext/sndfile/gstsfsink.c:
13621         * ext/sndfile/gstsfsink.h: Port sfsink to 0.10. Works in pull or
13622         push mode with interleaved float or int data.
13623
13624 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
13625
13626         * ext/alsaspdif/alsaspdifsink.c: (plugin_init):
13627           Set rank to NONE so that it doesn't get autoplugged by autoaudiosink
13628           (which didn't happen previously because the klass string didn't
13629           contain anything autoaudiosink was looking for).
13630
13631 2007-01-31  Stefan Kost  <ensonic@users.sf.net>
13632
13633         * gst/real/gstrealaudiodec.c:
13634         * gst/real/gstrealvideodec.c:
13635           Fix classification in GstElementDetails.
13636
13637 2007-01-31  Sebastian Dröge  <slomo@circular-chaos.org>
13638
13639         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
13640         (gst_wavpack_parse_handle_seek_event),
13641         (gst_wavpack_parse_create_src_pad):
13642         Fix a off by one that leads to the duration reported as one
13643         sample less than it is
13644
13645 2007-01-31  Stefan Kost  <ensonic@users.sf.net>
13646
13647         * ext/alsaspdif/alsaspdifsink.c:
13648         * gst/nsf/gstnsf.c:
13649           Fix classification in GstElementDetails.
13650
13651         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init),
13652         (gst_ladspa_class_init):
13653           Improve Klassification and reduce code slighly.
13654
13655 2007-01-30  Edward Hervey  <edward@fluendo.com>
13656
13657         * configure.ac:
13658         Check for an Objective C compiler
13659         * sys/Makefile.am:
13660         * sys/osxvideo/Makefile.am:
13661         * sys/osxvideo/cocoawindow.h:
13662         * sys/osxvideo/cocoawindow.m:
13663         * sys/osxvideo/osxvideosink.h:
13664         * sys/osxvideo/osxvideosink.m:
13665         Port of osxvideo plugin to 0.10. Do NOT consider 100% stable !
13666         Fixes #402470
13667
13668 2007-01-28  Tim-Philipp Müller  <tim at centricular dot net>
13669
13670         * gst/videocrop/gstvideocrop.c:
13671         (gst_video_crop_get_image_details_from_caps),
13672         (gst_video_crop_transform_packed_complex):
13673           Fix cropping for packed 4:2:2 formats YUYV/YUY2 and UYVY.
13674
13675         * tests/icles/videocrop-test.c: (check_bus_for_errors),
13676         (test_with_caps), (main):
13677           Block streaming thread before changing filter caps while the
13678           pipeline is running so that we don't get random not-negotiated
13679           errors just because GStreamer can't handle that yet.
13680
13681 2007-01-28  Stefan Kost  <ensonic@users.sf.net>
13682
13683         * ext/ladspa/Makefile.am:
13684         * ext/ladspa/gstladspa.c: (gst_ladspa_class_get_param_spec):
13685           add GstController support to ladspa
13686
13687 2007-01-28  Tim-Philipp Müller  <tim at centricular dot net>
13688
13689         Patch by: Rosfran Borges <rosfran dot borges at idnt org br>
13690
13691         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_start),
13692         (gst_mythtv_src_next_program_chain):
13693           Remove sleep calls, they've been moved into the library now ...
13694           (#354451).
13695
13696 2007-01-27  Tim-Philipp Müller  <tim at centricular dot net>
13697
13698         * tests/icles/videocrop-test.c: (test_with_caps):
13699           Catch errors while the test is running.
13700
13701 2007-01-25  Sebastian Dröge  <slomo@circular-chaos.org>
13702
13703         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query):
13704         Fix the SEEKING query. We can seek if we are in pull mode, not the
13705         other way around. Also set the correct format in the seeking query and
13706         handle the case where the headers are not read yet and we can't say
13707         anything about our seeking capabilities.
13708         
13709 2007-01-25  Sebastian Dröge  <slomo@circular-chaos.org>
13710
13711         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
13712         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init):
13713         Fix spelling in 2 places: It's called Wavpack, not WavePack.
13714
13715 2007-01-25  Edward Hervey  <edward@fluendo.com>
13716
13717         * gst/multifile/gstmultifilesink.c:
13718         (gst_multi_file_sink_class_init):
13719         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_class_init):
13720         * gst/mve/gstmvedemux.c: (gst_mve_video_create_buffer),
13721         (gst_mve_video_palette), (gst_mve_video_code_map),
13722         (gst_mve_audio_init), (gst_mve_audio_data), (gst_mve_timer_create),
13723         (gst_mve_demux_chain):
13724         * gst/mve/gstmvemux.c: (gst_mve_mux_push_chunk):
13725         * gst/mve/mveaudioenc.c: (mve_compress_audio):
13726         * gst/mve/mvevideodec16.c: (ipvideo_copy_block):
13727         * gst/mve/mvevideodec8.c: (ipvideo_copy_block):
13728         * gst/mve/mvevideoenc16.c: (mve_encode_frame16):
13729         * gst/mve/mvevideoenc8.c: (mve_encode_frame8):
13730         Use proper print statements.
13731         Fixes build on mac os x.
13732         <wingo> oo look at me my name is edward i'm hacking on macos wooo
13733
13734 2007-01-24  Wim Taymans  <wim@fluendo.com>
13735
13736         * gst/qtdemux/gstrtpxqtdepay.c:
13737         Fix caps on the depayloader.
13738
13739 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
13740
13741         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_set_property):
13742           Use break here instead of goto.
13743
13744 2007-01-13  Andy Wingo  <wingo@pobox.com>
13745
13746         * gst/interleave/deinterleave.c (gst_deinterleave_add_new_pads):
13747         Use fixed caps on src pads.
13748         (gst_deinterleave_remove_pads): Remove src pads, not sink pads. I
13749         seem to have reverse midas disease!
13750         (gst_deinterleave_process): Proxy timestamps, offsets, durations,
13751         and set caps on outgoing buffers. Fixes #395597, I think.
13752
13753         * gst/interleave/interleave.c (gst_interleave_init): Init the
13754         activation mode properly.
13755         (gst_interleave_src_setcaps, gst_interleave_src_getcaps)
13756         (gst_interleave_init): Set a setcaps and getcaps function on the
13757         src pad, so that we can implement pull-mode negotiation.
13758         (gst_interleave_sink_setcaps): Renamed from
13759         gst_interleave_setcaps, as it only does the sink logic now.
13760         Implement both for pull-mode and push-mode.
13761         (gst_interleave_process): Set caps on our outgoing buffer.
13762         (gst_interleave_src_activate_pull): Fix some more bogus casts.
13763         What is up with this.
13764
13765 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
13766
13767         * ext/mythtv/gstmythtvsrc.c: (do_read_request_response),
13768         (gst_mythtv_src_create), (gst_mythtv_src_get_position),
13769         (gst_mythtv_src_do_seek), (gst_mythtv_src_start),
13770         (gst_mythtv_src_next_program_chain), (gst_mythtv_src_get_size),
13771         (gst_mythtv_src_handle_event), (gst_mythtv_src_handle_query),
13772         (gst_mythtv_src_change_state), (gst_mythtv_src_set_property),
13773         (gst_mythtv_src_uri_get_type):
13774           Clean up a bit, mostly the debug statements; fix deadlock in
13775           _set_property() in the error cases; fix up query function.
13776
13777 2007-01-12  Andy Wingo  <wingo@pobox.com>
13778
13779         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_fixate)
13780         (gst_signal_processor_ouija_caps, gst_signal_processor_prepare):
13781         Remove fixate/ouija stuff, thankfully, due to the new
13782         part-negotiation.txt pull-mode negotiation scheme.
13783         (gst_signal_processor_setcaps_pull)
13784         (gst_signal_processor_setcaps): Implement upstream set_caps pull
13785         proxying for pull mode. Now this works: ladspa-sine-fcac !
13786         audioconvert ! alsasink.
13787
13788 2007-01-12  Edgard Lima <edgard.lima@indt.org.br>
13789
13790         Patch by: Rosfran Borges <rosfran.borges@indt.org.br>
13791
13792         * configure.ac:
13793         * gst-plugins-bad.spec.in:
13794         * ext/Makefile.am:
13795         * ext/mythtv/Makefile.am:
13796         * ext/mythtv/gstmythtvsrc.c:
13797         * ext/mythtv/gstmythtvsrc.h:
13798         MythTV client source plugin created (#354451).
13799
13800 2007-01-12  Wim Taymans  <wim@fluendo.com>
13801
13802         * gst/qtdemux/Makefile.am:
13803         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_base_init),
13804         (gst_rtp_xqt_depay_class_init), (gst_rtp_xqt_depay_init),
13805         (gst_rtp_xqt_depay_finalize), (gst_rtp_quicktime_parse_sd),
13806         (gst_rtp_xqt_depay_setcaps), (gst_rtp_xqt_depay_process),
13807         (gst_rtp_xqt_depay_set_property), (gst_rtp_xqt_depay_get_property),
13808         (gst_rtp_xqt_depay_change_state), (gst_rtp_xqt_depay_plugin_init):
13809         * gst/qtdemux/gstrtpxqtdepay.h:
13810         * gst/qtdemux/qtdemux.c: (gst_qtdemux_base_init),
13811         (gst_qtdemux_loop_state_header), (gst_qtdemux_loop),
13812         (qtdemux_parse_moov), (qtdemux_parse_container),
13813         (qtdemux_parse_node), (gst_qtdemux_add_stream),
13814         (qtdemux_parse_trak), (qtdemux_audio_caps):
13815         * gst/qtdemux/qtdemux.h:
13816         * gst/qtdemux/quicktime.c: (plugin_init):
13817         Add X-QT depayloader that will eventually share code with the demuxer.
13818         Make new plugin entry point with quicktime releated stuff.
13819
13820 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
13821
13822         * gst/qtdemux/Makefile.am:
13823           Dist all new files.
13824
13825 2007-01-12  Wim Taymans  <wim@fluendo.com>
13826
13827         * docs/plugins/Makefile.am:
13828         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
13829         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
13830         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
13831         * docs/plugins/gst-plugins-bad-plugins.signals:
13832         * docs/plugins/inspect/plugin-qtdemux.xml:
13833         Activate docs for jack, sdl and qtdemux.
13834
13835 2007-01-12  Wim Taymans  <wim@fluendo.com>
13836
13837         * ext/jack/gstjackaudiosink.c: (jack_sample_rate_cb),
13838         (jack_buffer_size_cb), (jack_shutdown_cb),
13839         (gst_jack_ring_buffer_acquire):
13840         * ext/jack/gstjackaudiosink.h:
13841         Improve docs.
13842
13843 2007-01-12  Wim Taymans  <wim@fluendo.com>
13844
13845         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init):
13846         Fix typo in docs.
13847
13848 2007-01-12  Wim Taymans  <wim@fluendo.com>
13849
13850         * gst/qtdemux/Makefile.am:
13851         * gst/qtdemux/qtdemux.c: (extract_initial_length_and_fourcc),
13852         (gst_qtdemux_loop_state_header), (gst_qtdemux_combine_flows),
13853         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop),
13854         (gst_qtdemux_chain), (qtdemux_sink_activate_pull),
13855         (qtdemux_inflate), (qtdemux_parse_moov), (qtdemux_parse_container),
13856         (qtdemux_parse_node), (qtdemux_tree_get_child_by_type),
13857         (qtdemux_tree_get_sibling_by_type), (gst_qtdemux_add_stream),
13858         (qtdemux_parse_samples), (qtdemux_parse_segments),
13859         (qtdemux_parse_trak), (qtdemux_tag_add_str), (qtdemux_tag_add_num),
13860         (qtdemux_tag_add_date), (qtdemux_tag_add_gnre),
13861         (qtdemux_parse_udta), (qtdemux_redirects_sort_func),
13862         (qtdemux_process_redirects), (qtdemux_parse_redirects),
13863         (qtdemux_parse_tree), (gst_qtdemux_handle_esds),
13864         (qtdemux_video_caps), (qtdemux_audio_caps):
13865         * gst/qtdemux/qtdemux.h:
13866         * gst/qtdemux/qtdemux_dump.c: (qtdemux_dump_mvhd),
13867         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
13868         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
13869         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
13870         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
13871         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
13872         (qtdemux_dump_unknown), (qtdemux_node_dump_foreach),
13873         (qtdemux_node_dump):
13874         * gst/qtdemux/qtdemux_dump.h:
13875         * gst/qtdemux/qtdemux_fourcc.h:
13876         * gst/qtdemux/qtdemux_types.c: (qtdemux_type_get):
13877         * gst/qtdemux/qtdemux_types.h:
13878         * gst/qtdemux/qtpalette.h:
13879         Cleanup and refactor to make the code more readable.
13880         Move debugging/tables into separate files.
13881         Add 2/4/16 color palletee support.
13882         Fix raw 15 bit RGB handling.
13883         Use more FOURCC constants.
13884         Add some docs.
13885
13886 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
13887
13888         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
13889
13890         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_mode_get_type),
13891         (gst_wavpack_enc_correction_mode_get_type),
13892         (gst_wavpack_enc_joint_stereo_mode_get_type):
13893           Minor clean-up: use enum values instead of hardcoded constants (#395536).
13894
13895 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
13896
13897         * gst/mve/gstmvedemux.c: (gst_mve_demux_get_src_query_types),
13898         (gst_mve_demux_handle_src_query), (gst_mve_demux_handle_src_event),
13899         (gst_mve_add_stream):
13900           Support SEEKING query (bad news now delivered properly!); add event
13901           function to source pads to make sure seeks aren't propagated
13902           upstream, even if they aren't handled.
13903
13904 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
13905
13906         Patch by: Jens Granseuer  <jensgr at gmx net>
13907
13908         * configure.ac:
13909         * gst/mve/Makefile.am:
13910         * gst/mve/TODO:
13911         * gst/mve/gstmve.c:
13912         * gst/mve/gstmvedemux.c:
13913         * gst/mve/gstmvedemux.h:
13914         * gst/mve/gstmvemux.c:
13915         * gst/mve/gstmvemux.h:
13916         * gst/mve/mve.h:
13917         * gst/mve/mveaudiodec.c:
13918         * gst/mve/mveaudioenc.c:
13919         * gst/mve/mvevideodec16.c:
13920         * gst/mve/mvevideodec8.c:
13921         * gst/mve/mvevideoenc16.c:
13922         * gst/mve/mvevideoenc8.c:
13923           Add Interplay MVE format demuxer/decoder and muxer/encoder. Demuxer
13924           doesn't support seeking yet, but seems to work fine otherwise.
13925           Closes #348973.
13926
13927 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
13928
13929         * gst/real/Makefile.am:
13930           Fix build (add LIBS and CFLAGS for gst-plugins-base stuff).
13931
13932 2007-01-07  Andy Wingo  <wingo@pobox.com>
13933
13934         * configure.ac: 
13935         * gst/interleave/Makefile.am: 
13936         * gst/interleave/plugin.h: 
13937         * gst/interleave/plugin.c: 
13938         * gst/interleave/interleave.c: 
13939         * gst/interleave/deinterleave.c: New elements interleave and
13940         deinterleave, implement channel interleaving and deinterleaving.
13941         The interleaver can operate in pull or push mode but the
13942         deinterleaver is more like a demuxer and can only operate in push
13943         mode.
13944         
13945 2007-01-06  Edward Hervey  <edward@fluendo.com>
13946
13947         * configure.ac:
13948         Properly detect the two architectures on which the real plugin can be
13949         built.
13950         Fixes #393622
13951
13952 2007-01-06  Andy Wingo  <wingo@pobox.com>
13953
13954         * ext/ladspa/gstsignalprocessor.c
13955         (gst_signal_processor_ouija_caps): Move around in the source
13956         file...
13957         (gst_signal_processor_prepare, gst_signal_processor_do_pulls):
13958         Call ouija_caps in prepare() instead of do_pulls(), a bit earlier.
13959         This allows us to have caps when we do the pad_alloc_buffer().
13960         (gst_pad_alloc_buffer_and_set_caps): Use self->caps instead of the
13961         pad caps, which might not be set yet.
13962
13963         * ext/ladspa/gstsignalprocessor.c: 
13964         (gst_signal_processor_add_pad_from_template)
13965         (gst_signal_processor_fixate): Add a fixate function, to assist in
13966         pathological ladspa-sine-fcac ! fakesink can-activate-pull=true
13967         cases.
13968         (gst_signal_processor_prepare, gst_signal_processor_process): Add
13969         nframes args so that getrange can tell ladspa how many frames to
13970         process.
13971         (gst_signal_processor_ouija_caps): setcaps needs to be called
13972         before processing, which normally happens when chaining a buffer
13973         to a pad. However in getrange mode with no sinks we need to check
13974         explicitly for this condition, guess some caps to use, and use
13975         those to setcaps(). Hence this mystical function.
13976         (gst_signal_processor_do_pulls): Pull in bytes, not samples.
13977         Divine the caps if necessary.
13978         (gst_signal_processor_getrange): Interpret the length as bytes,
13979         not samples.
13980         (gst_signal_processor_chain): nframes=G_MAXUINT, will be limited
13981         by incoming buffer sizes.
13982
13983 2007-01-06  Edward Hervey  <edward@fluendo.com>
13984
13985         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_finalize):
13986         Don't call the RAFreeDecoder since it randomly causes segfaults.
13987         * gst/real/gstrealaudiodec.h:
13988         indent properly.
13989
13990 2007-01-06  Edward Hervey  <edward@fluendo.com>
13991
13992         Patch by: Lutz Mueller <lutz@topfrose.de>
13993         
13994         * gst/real/gstrealvideodec.c: (gst_real_video_dec_decode),
13995         (gst_real_video_dec_setcaps), (open_library), (close_library),
13996         (gst_real_video_dec_finalize):
13997         * gst/real/gstrealvideodec.h:
13998         Implement error recovery on setcaps failure.
13999
14000 2007-01-06  Edward Hervey  <edward@fluendo.com>
14001
14002         Patch by: Lutz Mueller <lutz@topfrose.de>
14003         
14004         * gst/real/Makefile.am:
14005         * gst/real/gstreal.c: (plugin_init):
14006         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_chain),
14007         (gst_real_audio_dec_setcaps), (gst_real_audio_dec_init),
14008         (gst_real_audio_dec_base_init), (gst_real_audio_dec_change_state),
14009         (gst_real_audio_dec_finalize), (gst_real_audio_dec_set_property),
14010         (gst_real_audio_dec_get_property), (gst_real_audio_dec_class_init):
14011         * gst/real/gstrealaudiodec.h:
14012         Added RealAudio wrapper elementfactory.
14013         Modified structures so it can also work on x86_64 using the
14014         adequate .so .
14015
14016 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
14017
14018         * configure.ac:
14019         * gst/qtdemux/Makefile.am:
14020         * gst/qtdemux/qtdemux.c: (qtdemux_parse_moov):
14021           Check for zlib and if available pass it explicitly to the linker
14022           when linking qtdemux. If not available (or --disable-external has
14023           been specified!), disable the bits in qtdemux that use it. Fixes
14024           build on MingW (#392856).
14025
14026 2007-01-05  Edward Hervey  <edward@fluendo.com>
14027
14028         * configure.ac:
14029         Real video .so are now also available for x86_64, so we can build the
14030         Real plugin on i386 AND x86_64.
14031         * gst/real/Makefile.am:
14032         * gst/real/gstreal.c: (plugin_init):
14033         New plugin file for real .so wrapper plugins.
14034         * gst/real/gstrealvideodec.c: (gst_real_video_dec_alloc_buffer),
14035         (gst_real_video_dec_decode), (gst_real_video_dec_chain),
14036         (gst_real_video_dec_activate_push), (gst_real_video_dec_setcaps),
14037         (open_library), (close_library), (gst_real_video_dec_init),
14038         (gst_real_video_dec_base_init), (gst_real_video_dec_finalize),
14039         (gst_real_video_dec_set_property),
14040         (gst_real_video_dec_get_property), (gst_real_video_dec_class_init):
14041         * gst/real/gstrealvideodec.h:
14042         Moved RealVideo element to separate file
14043         Cleaned up code some more.
14044         Make it work on x86_64.
14045         Try several possible locations for .so
14046         Separate opening/closing libraries in separate functions.
14047
14048 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
14049
14050         * tests/icles/videocrop-test.c: (main):
14051           Call g_thread_init() right at the beginning. Remove superfluous
14052           gst_init() - we've already been inited via the GOption stuff.
14053
14054 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
14055
14056         * configure.ac:
14057           Don't compile rfbsource if we don't have sys/socket.h.
14058           Should fix compilation on MingW.
14059
14060 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
14061
14062         * configure.ac:
14063         * ext/amrwb/Makefile.am:
14064         * ext/amrwb/amrwb-code/Makefile.am:
14065         * ext/amrwb/amrwb-code/run.sh:
14066         * gst-libs/Makefile.am:
14067         * gst-libs/ext/Makefile.am:
14068         * gst-libs/ext/amrwb/Makefile.am:
14069         * gst-libs/ext/amrwb/README:
14070           Move amrwb code getting and building to gst-libs/ext/amrwb
14071           Adapt everything else to match.
14072
14073 2007-01-04  Julien MOUTTE  <julien@moutte.net>
14074
14075         * ext/directfb/dfbvideosink.c:
14076         (gst_dfbvideosink_navigation_send_event),
14077         (gst_dfbvideosink_get_type):
14078         * ext/sdl/sdlaudiosink.c: (gst_sdlaudio_sink_open):
14079         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_setcaps),
14080         (gst_sdlvideosink_show_frame),
14081         (gst_sdlvideosink_navigation_send_event):
14082         * ext/sdl/sdlvideosink.h: Fix various compiler warnings that 
14083         reveal potential bugs.
14084
14085 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
14086
14087         Patch by: Vincent Torri  <vtorri at univ-evry fr>
14088
14089         * configure.ac:
14090         * sys/Makefile.am:
14091         * sys/directsound/Makefile.am:
14092         * sys/directsound/gstdirectsoundsink.c:
14093         (gst_directsoundsink_reset):
14094           Add directsoundsink to build and dist it, so it gets built when
14095           compiling with MingW on win32 and the required headers and libraries
14096           are available (fixes: #392638). Also simplify DirectDraw check a bit.
14097
14098         * tests/check/elements/.cvsignore:
14099           Fix CVS ignore for neonhttpsrc test binary.
14100
14101 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
14102
14103         Patch by: Vincent Torri  <vtorri at univ-evry fr>
14104
14105         * configure.ac:
14106         * sys/Makefile.am:
14107         * sys/directdraw/Makefile.am:
14108           Add directdrawsink to build and dist it, so it gets built when
14109           compiling with MingW on win32 and the required headers and libraries
14110           are available (fixes: #392313).
14111
14112         * sys/directdraw/gstdirectdrawsink.c:
14113         (gst_directdrawsink_center_rect), (gst_directdrawsink_show_frame),
14114         (gst_directdrawsink_setup_ddraw),
14115         (gst_directdrawsink_surface_create):
14116           Comment out some unused things and fix some printf format issues in
14117           order to avoid warnings when buildling with MingW (#392313).
14118
14119 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
14120
14121         Patch by: Jens Granseuer  <jensgr at gmx net>
14122
14123         * ext/xvid/gstxvidenc.c: (gst_xvidenc_encode),
14124         (gst_xvidenc_get_property):
14125         * gst/filter/gstbpwsinc.c: (bpwsinc_transform_ip):
14126         * gst/filter/gstfilter.c: (plugin_init):
14127         * gst/filter/gstiir.c: (iir_transform_ip):
14128         * gst/filter/gstlpwsinc.c: (lpwsinc_transform_ip):
14129         * gst/modplug/gstmodplug.cc:
14130         * gst/nuvdemux/gstnuvdemux.c: (gst_nuv_demux_header_load),
14131         (gst_nuv_demux_stream_extend_header):
14132           Fix build with gcc-2.x (declare variables at the beginning of a
14133           block etc.). Fixes #391971.
14134
14135 2007-01-02  Lutz Mueller <lutz@topfrose.de>
14136
14137         reviewed by: Edward Hervey  <edward@fluendo.com>
14138
14139         * gst/real/gstreal.c:
14140         (gst_realdec_setcaps): Use codec_data supplied in caps.
14141         (gst_realdec_get_property): Correctly return default path.
14142         (gst_realdec_class_init): Remove unused state_change method.
14143
14144 2007-01-01  Edward Hervey  <edward@fluendo.com>
14145
14146         * configure.ac:
14147         Only build the plugin on 32bit x86 architectures.
14148
14149 2007-01-01  Lutz Mueller <lutz@topfrose.de>
14150
14151         reviewed by: Edward Hervey  <edward@fluendo.com>
14152
14153         * configure.ac:
14154         * gst/real/Makefile.am:
14155         * gst/real/gstreal.c: (gst_realdec_alloc_buffer),
14156         (gst_realdec_decode), (gst_realdec_chain),
14157         (gst_realdec_activate_push), (gst_realdec_setcaps),
14158         (gst_realdec_init), (gst_realdec_base_init),
14159         (gst_realdec_change_state), (gst_realdec_finalize),
14160         (gst_realdec_set_property), (gst_realdec_get_property),
14161         (gst_realdec_class_init), (plugin_init):
14162         New plugin for decoding RealVideo Streams using the x86 32bit
14163         shared libraries.
14164         Closes #354174
14165
14166 2006-12-30  Tim-Philipp Müller  <tim at centricular dot net>
14167
14168         * tests/check/elements/videocrop.c: (GST_START_TEST),
14169         (videocrop_test_cropping_init_context):
14170           When we can't create an element needed for the test, print a message
14171           detailing which element it actually is that's missing (#390673).
14172
14173 2006-12-22 Edgard Lima <edgard.lima@indt.org.br>
14174
14175         * ext/neon/gstneonhttpsrc.c:
14176         * ext/neon/gstneonhttpsrc.h:
14177         Added seek support.
14178         Patch by: Andre Moreira Magalhaes <andrunko@gmail.com>
14179         Fixes: #375264.
14180
14181 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
14182
14183         * tests/check/elements/mpeg2enc.c: (setup_mpeg2enc),
14184         (cleanup_mpeg2enc):
14185         * tests/check/elements/rganalysis.c: (cleanup_rganalysis):
14186         * tests/check/elements/wavpackdec.c: (setup_wavpackdec),
14187         (cleanup_wavpackdec):
14188         * tests/check/elements/wavpackenc.c: (setup_wavpackenc),
14189         (cleanup_wavpackenc):
14190         * tests/check/elements/y4menc.c: (setup_y4menc), (cleanup_y4menc):
14191           reapply consistent pad (de)activation
14192
14193 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
14194
14195         * configure.ac:
14196         Back to CVS
14197
14198         * gst-plugins-bad.doap:
14199         Add release section for 0.10.4
14200
14201 === release 0.10.4 ===
14202
14203 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
14204
14205         * configure.ac:
14206           releasing 0.10.4, "Black Bugs"
14207
14208 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
14209
14210         * tests/check/elements/mpeg2enc.c: (setup_mpeg2enc),
14211         (cleanup_mpeg2enc):
14212         * tests/check/elements/rganalysis.c: (cleanup_rganalysis):
14213         * tests/check/elements/wavpackdec.c: (setup_wavpackdec),
14214         (cleanup_wavpackdec):
14215         * tests/check/elements/wavpackenc.c: (setup_wavpackenc),
14216         (cleanup_wavpackenc):
14217         * tests/check/elements/y4menc.c: (setup_y4menc), (cleanup_y4menc):
14218           revert my freeze breakage
14219
14220 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
14221
14222         * tests/check/elements/mpeg2enc.c: (setup_mpeg2enc),
14223         (cleanup_mpeg2enc):
14224         * tests/check/elements/rganalysis.c: (cleanup_rganalysis):
14225         * tests/check/elements/wavpackdec.c: (setup_wavpackdec),
14226         (cleanup_wavpackdec):
14227         * tests/check/elements/wavpackenc.c: (setup_wavpackenc),
14228         (cleanup_wavpackenc):
14229         * tests/check/elements/y4menc.c: (setup_y4menc), (cleanup_y4menc):
14230           consistent pad (de)activation
14231
14232 2006-12-18  Tim-Philipp Müller  <tim at centricular dot net>
14233
14234         * gst/qtdemux/qtdemux.c: (gst_qtdemux_post_progress),
14235         (gst_qtdemux_chain):
14236           Don't post BUFFERING messages in streaming mode if the stream
14237           headers are behind the movie data; instead, post "progress" element
14238           messages as a temporary solution. Apps might get confused and do
14239           silly things to the pipeline state if they see buffering messages
14240           from different sources and don't realize they come from different
14241           sources (#387160).
14242
14243 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
14244
14245         * configure.ac:
14246         * ext/Makefile.am:
14247         * ext/ladspa/*:
14248           Move LADPSA plugin from -good for the release, as it's not quite
14249           ready to be enabled by default in the -good module yet.
14250
14251 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
14252
14253         * gst/qtdemux/qtdemux.c: (gst_qtdemux_chain),
14254         (gst_qtdemux_add_stream):
14255           Don't output g_warning for an unsupported format, just send a
14256           GST_ELEMENT_WARNING and don't add the pad.
14257           Fix the case where it doesn't check for a NULL pad in streaming mode.
14258           Fixes #387137
14259
14260 2006-12-18  Tim-Philipp Müller  <tim at centricular dot net>
14261
14262         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
14263           Fix crash dereferencing NULL pointer if there's no stco atom.
14264           Fixes #387122.
14265
14266 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
14267
14268         * ext/wavpack/gstwavpackenc.h:
14269         Use local copy of md5.h, as it disappeared in recent wavpack
14270         installs.
14271         Patch by: Sebastian Dröge <slomo at ubuntu dot com>
14272         Fixes: #387076
14273
14274 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
14275
14276         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_query_types),
14277         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event):
14278           We don't support seeking in streaming mode, so don't even try.
14279           Implement seeking query so apps can query seekability properly
14280           (see #365414). Fix duration query.
14281
14282 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
14283
14284         * Makefile.am:
14285         * gst-plugins-bad.doap:
14286         * gst-plugins-bad.spec.in:
14287           add doap file
14288
14289 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
14290
14291         * ext/libmms/gstmms.c: (gst_mms_create):
14292           These debug statements should be using LOG level.
14293
14294 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
14295
14296         * gst/modplug/libmodplug/sndfile.cpp:
14297           Fix potential buffer overflow (CVE-2006-4192) (#385788).
14298
14299 2006-12-13  Wim Taymans  <wim@fluendo.com>
14300
14301         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
14302         (gst_qtdemux_handle_src_query), (qtdemux_parse_trak),
14303         (qtdemux_audio_caps):
14304         Add AMR-WB to the list of supported formats.
14305
14306 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
14307
14308         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_create),
14309         (send_request_and_redirect):
14310           Fix minor mem leak in redirect code.
14311
14312         * tests/check/Makefile.am:
14313         * tests/check/elements/.cvsignore:
14314         * tests/check/elements/neonhttpsrc.c: (handoff_cb),
14315         (GST_START_TEST), (neonhttpsrc_suite):
14316         * tests/check/gst-plugins-bad.supp:
14317           Add super-basic unit test for #384140.
14318
14319 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
14320
14321         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_create),
14322         (send_request_and_redirect):
14323           Set offset on buffers pushed out (id3demux gets confused if the
14324           first buffer does not have an offset of 0). Fixes #384140.
14325
14326 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
14327
14328         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
14329         (gst_neonhttp_src_create), (send_request_and_redirect),
14330         (gst_neonhttp_src_start), (oom_callback):
14331          Minor clean-ups; remove newlines at end of debug statements.
14332
14333 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
14334
14335         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
14336           Fix non-working redirects from inetfilm.com (handle 'alis' reference
14337           data type as well). Fixes #378613.
14338
14339 2006-12-11  Wim Taymans  <wim@fluendo.com>
14340
14341         Patch by: Jonathan Matthew <jonathan at kaolin wh9 net>).
14342
14343         * gst/modplug/gstmodplug.cc:
14344         Fix modplug duration query. Fixes #384294.
14345
14346 2006-12-08  Wim Taymans  <wim@fluendo.com>
14347
14348         Patch by: René Stadler  <mail at renestadler de>
14349
14350         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
14351         (gst_qtdemux_handle_src_query), (qtdemux_parse_trak),
14352         (qtdemux_audio_caps):
14353         Fix caps for 24 bit raw PCM audio (2).
14354         Fixes #383471.
14355
14356 2006-12-07  Wim Taymans  <wim@fluendo.com>
14357
14358         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
14359         (gst_qtdemux_handle_src_query), (qtdemux_parse_trak),
14360         (qtdemux_video_caps):
14361         Handle more H263 variants.
14362
14363 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
14364
14365         * ext/jack/.cvsignore:
14366         Ignore old files as requested by the build slave.
14367
14368 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
14369
14370         * configure.ac:
14371         Update the Jack requirement to the version where I think options_t
14372         appeared
14373
14374 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
14375
14376         * win32/MANIFEST:
14377         Fix compilation on win32 under VS8
14378         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
14379         Partially fixes #381175
14380
14381 2006-11-30  Wim Taymans  <wim@fluendo.com>
14382
14383         Patch by: René Stadler  <mail at renestadler de>
14384
14385         * gst/replaygain/gstrganalysis.c: (gst_rg_analysis_event):
14386           Call the base class handler.  Fixes #380610.
14387
14388 2006-11-30  Wim Taymans  <wim@fluendo.com>
14389
14390         * ext/Makefile.am:
14391         Fix build.
14392
14393         * ext/jack/gstjackaudiosink.c: (jack_process_cb),
14394         (jack_sample_rate_cb), (jack_buffer_size_cb), (jack_shutdown_cb),
14395         (gst_jack_ring_buffer_acquire):
14396         Small cleanups.
14397
14398 2006-11-30  Wim Taymans  <wim@fluendo.com>
14399
14400         * configure.ac:
14401         * ext/Makefile.am:
14402         * ext/jack/Makefile.am:
14403         * ext/jack/gstjack.c: (plugin_init):
14404         * ext/jack/gstjack.h:
14405         * ext/jack/gstjackaudiosink.c: (gst_jack_ring_buffer_get_type),
14406         (gst_jack_ring_buffer_class_init), (jack_process_cb),
14407         (jack_sample_rate_cb), (jack_buffer_size_cb), (jack_shutdown_cb),
14408         (gst_jack_ring_buffer_init), (gst_jack_ring_buffer_dispose),
14409         (gst_jack_ring_buffer_finalize),
14410         (gst_jack_ring_buffer_open_device),
14411         (gst_jack_ring_buffer_close_device),
14412         (gst_jack_ring_buffer_acquire), (gst_jack_ring_buffer_release),
14413         (gst_jack_ring_buffer_start), (gst_jack_ring_buffer_pause),
14414         (gst_jack_ring_buffer_stop), (gst_jack_ring_buffer_delay),
14415         (gst_jack_connect_get_type), (gst_jack_audio_sink_base_init),
14416         (gst_jack_audio_sink_class_init), (gst_jack_audio_sink_init),
14417         (gst_jack_audio_sink_set_property),
14418         (gst_jack_audio_sink_get_property), (gst_jack_audio_sink_getcaps),
14419         (gst_jack_audio_sink_create_ringbuffer):
14420         * ext/jack/gstjackaudiosink.h:
14421           Added fully functional jackaudiosink.
14422
14423 2006-11-27  Wim Taymans  <wim@fluendo.com>
14424
14425         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
14426         (gst_qtdemux_handle_src_query), (qtdemux_parse_trak):
14427           Remove some asserts and replace them with a proper error
14428           message. Fixes #379261.
14429
14430 2006-11-26  Michael Smith  <msmith@fluendo.com>
14431
14432         * ext/theora/theoradec.c: (theora_dec_src_query),
14433         (theora_dec_src_event), (theora_handle_data_packet),
14434         (theora_dec_chain):
14435           Send events on the right pads, since they don't work very well if
14436           you send them in the wrong direction.
14437
14438 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
14439
14440         * ext/audiofile/gstafsink.c:
14441         * ext/polyp/plugin.c: (plugin_init):
14442         * ext/polyp/polypsink.c:
14443         * ext/polyp/polypsink.h:
14444         * sys/dxr3/dxr3audiosink.h:
14445         * sys/dxr3/dxr3spusink.h:
14446         * sys/dxr3/dxr3videosink.h:
14447           remove obsolete _factory_init protos and functions
14448
14449 2006-11-19  Michael Smith  <msmith@fluendo.com>
14450
14451         * gst/librfb/Makefile.am:
14452           Compile with appropriate cflags. Fixes build.
14453
14454 2006-11-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14455
14456         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_tune):
14457         Actually set the TONE parameter for DVB-S when we should.
14458
14459 2006-11-16  David Schleef  <ds@schleef.org>
14460
14461         * gst/librfb/rfbdecoder.c: Fixes for 64-bit architectures.
14462
14463 2006-11-16  David Schleef  <ds@schleef.org>
14464
14465         * gst/librfb/gstrfbsrc.h:  Oops, add this file.
14466
14467 2006-11-16  David Schleef  <ds@schleef.org>
14468
14469         Patch by: Andre Moreira Magalhaes <andrunko@gmail.com>
14470
14471         * configure.ac:
14472         * gst/librfb/Makefile.am:
14473         * gst/librfb/gstrfbsrc.c:
14474         * gst/librfb/rfb.c:
14475         * gst/librfb/rfb.h:
14476         * gst/librfb/rfbbuffer.c:
14477         * gst/librfb/rfbbuffer.h:
14478         * gst/librfb/rfbbytestream.c:
14479         * gst/librfb/rfbbytestream.h:
14480         * gst/librfb/rfbcontext.h:
14481         * gst/librfb/rfbdecoder.c:
14482         * gst/librfb/rfbdecoder.h:
14483         * gst/librfb/rfbutil.h:
14484           Port librfb to 0.10 (#376106).
14485
14486 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
14487
14488         * ext/spc/gstspc.c: (spc_play):
14489           Fix build with disabled gst-debug.
14490
14491 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
14492
14493         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
14494
14495         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
14496         (gst_wavpack_dec_init), (gst_wavpack_dec_change_state):
14497         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init),
14498         (gst_wavpack_enc_class_init), (gst_wavpack_enc_reset),
14499         (gst_wavpack_enc_init), (gst_wavpack_enc_set_wp_config),
14500         (gst_wavpack_enc_change_state):
14501         * ext/wavpack/gstwavpackparse.c:
14502           Some small clean-ups: use enums instead of hard-coded numbers,
14503           const-ify element details, re-factor some code into _reset()
14504           functions (#352605).
14505
14506 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
14507
14508         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_create):
14509         * sys/dvb/gstdvbsrc.h:
14510           Fix minor printf format issue; remove overly paranoid checks in
14511           create function; fix GObject boilerplate macros.
14512
14513 2006-11-14  Wim Taymans  <wim@fluendo.com>
14514
14515         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
14516         (gst_qtdemux_handle_src_query), (qtdemux_parse_trak):
14517         Don't parse extra sample params for raw pcm. Fixes #374914.
14518
14519 2006-11-14  Wim Taymans  <wim@fluendo.com>
14520
14521         * tests/check/elements/.cvsignore:
14522         Add cdaudio to ignore.
14523
14524 2006-11-14  Wim Taymans  <wim@fluendo.com>
14525
14526         * ext/Makefile.am:
14527         dist cdaudio dir.
14528
14529 2006-11-14  Wim Taymans  <wim@fluendo.com>
14530
14531         * configure.ac:
14532         * ext/Makefile.am:
14533         Fix cdaudio build.
14534
14535 2006-11-14  Wim Taymans  <wim@fluendo.com>
14536
14537         Patch by: Mark Nauwelaerts <manauw at skynet be>
14538
14539         * tests/check/Makefile.am:
14540         * tests/check/elements/y4menc.c: (setup_y4menc), (cleanup_y4menc),
14541         (GST_START_TEST), (y4menc_suite), (main):
14542         Added y4m test. Fixes #372243.
14543
14544 2006-11-13  Wim Taymans  <wim@fluendo.com>
14545
14546         Patch by: Mark Nauwelaerts <manauw at skynet be>
14547
14548         * configure.ac:
14549         Enable cdaudio and y4m.
14550
14551         * gst/y4m/Makefile.am:
14552         * gst/y4m/gsty4mencode.c: (gst_y4m_encode_base_init),
14553         (gst_y4m_encode_class_init), (gst_y4m_encode_init),
14554         (gst_y4m_encode_reset), (gst_y4m_encode_setcaps),
14555         (gst_y4m_encode_get_stream_header),
14556         (gst_y4m_encode_get_frame_header), (gst_y4m_encode_chain),
14557         (gst_y4m_encode_set_property), (gst_y4m_encode_get_property),
14558         (gst_y4m_encode_change_state), (plugin_init):
14559         * gst/y4m/gsty4mencode.h:
14560         Port of y4mencode to 0.10. 
14561
14562 2006-11-10  David Schleef  <ds@schleef.org>
14563
14564         * configure.ac:
14565         * gst/videoparse/Makefile.am:
14566         * gst/videoparse/gstvideoparse.c:
14567           A little pluggy to make sense out of the random chunks we get
14568           from multifilesrc.
14569
14570 2006-11-10  David Schleef  <ds@schleef.org>
14571
14572         * gst/multifile/Makefile.am:
14573           Let's not depend on a file that doesn't exist.
14574
14575 2006-11-10  David Schleef  <ds@schleef.org>
14576
14577         * gst/multifilesink/Makefile.am:
14578         * gst/multifilesink/gstmultifilesink.c:
14579         * gst/multifilesink/gstmultifilesink.h:
14580         * gst/multifilesink/multifilesink.vcproj:
14581           Remove the old one.
14582
14583 2006-11-10  David Schleef  <ds@schleef.org>
14584
14585         * configure.ac:
14586         * gst/multifile/Makefile.am:
14587         * gst/multifile/gstmultifile.c:
14588         * gst/multifile/gstmultifilesink.c:
14589         * gst/multifile/gstmultifilesrc.c:
14590         * gst/multifile/multifile.vproj:
14591           Revive multifile[src|sink].
14592
14593 2006-11-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14594
14595         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_set_property)
14596         (gst_dvbsrc_create), (gst_dvbsrc_output_frontend_stats),
14597         (gst_dvbsrc_tune), (gst_dvbsrc_set_pes_filters):
14598         Rename set_pes_filter to set_pes_filters for consistency.
14599         Do run-time pid filtering.
14600
14601 2006-11-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14602
14603         * sys/dvb/gstdvbsrc.c: (read_device):
14604         Do not call output_frontend_stats from a method that does not
14605         have the gstdvbsrc object.
14606         This fixes the build, sorry guys!
14607
14608 2006-11-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14609
14610         * sys/dvb/gstdvbsrc.c: (read_device), (gst_dvbsrc_create),
14611         (gst_dvbsrc_output_frontend_stats), (gst_dvbsrc_tune),
14612         (gst_dvbsrc_set_pes_filter):
14613         * sys/dvb/gstdvbsrc.h:
14614         Force PAT to always be in the filter.
14615         Try to continue reading after failing 10 times.
14616
14617 2006-11-04  Thomas Vander Stichele  <thomas at apestaart dot org>
14618
14619         * po/POTFILES.in:
14620           add dvbsrc
14621         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_class_init), (gst_dvbsrc_init),
14622         (gst_dvbsrc_set_property), (gst_dvbsrc_get_property),
14623         (gst_dvbsrc_open_frontend), (gst_dvbsrc_open_dvr),
14624         (gst_dvbsrc_finalize), (read_device), (gst_dvbsrc_create),
14625         (gst_dvbsrc_start), (gst_dvbsrc_frontend_status),
14626         (gst_dvbsrc_tune), (gst_dvbsrc_unset_pes_filters),
14627         (gst_dvbsrc_set_pes_filter):
14628         * sys/dvb/gstdvbsrc.h:
14629           adapter-prefix is a terrible name for a device, so replace it.
14630           strerror should be used immediately after the syscall related to it.
14631           Actually throw a reasonable GST_ELEMENT_ERROR if we fail to open
14632           (pretty easy to trigger by opening the same device twice).
14633           Use _OBJECT macros where it makes sense.
14634           This element is going to need some work before it moves.
14635
14636 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
14637
14638         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
14639
14640         * configure.ac:
14641         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_mode_get_type),
14642         (gst_wavpack_enc_correction_mode_get_type),
14643         (gst_wavpack_enc_joint_stereo_mode_get_type),
14644         (gst_wavpack_enc_init), (gst_wavpack_enc_set_wp_config):
14645           Fix enum nicks; only emit no-more-pads once; add support for very
14646           fast encoding mode in upcoming 4.40.0 release (#369539).
14647
14648 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
14649
14650         Patch by: Sergey Scobich  <sergey dot scobich at gmail com>
14651
14652         * sys/directdraw/gstdirectdrawsink.c:
14653         (gst_directdrawsink_window_thread),
14654         (gst_directdrawsink_create_default_window):
14655         * sys/directdraw/gstdirectdrawsink.h:
14656         * sys/directsound/gstdirectsoundsink.c:
14657           Wait until the window is created before using it; guard unistd.h
14658           includes with HAVE_UNISTD_H. (#366523)
14659
14660         * win32/vs8/libgstdirectdraw.vcproj:
14661         * win32/vs8/libgstdirectsound.vcproj:
14662           Update project files.
14663
14664 2006-10-31  Wim Taymans  <wim@fluendo.com>
14665
14666         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
14667         (gst_qtdemux_handle_src_query), (qtdemux_parse_tree),
14668         (qtdemux_parse_trak):
14669         Handle unbounded length streams a bit better. Fixes #367696.
14670
14671 2006-10-29  Tim-Philipp Müller  <tim at centricular dot net>
14672
14673         * ext/dts/gstdtsdec.c: (gst_dtsdec_handle_frame):
14674           Fix flow handling and buffer refcounting (gst_pad_push() takes
14675           ownership of the buffer passed to it, the buffer does not have
14676           to be unreffed no matter what flow value gst_pad_push() returns).
14677
14678 2006-10-26  Edgard Lima <edgard.lima@indt.org.br>
14679
14680         Patch by: Renato Filho <renato.filho@indt.org.br> 
14681
14682         * gst/nuvdemux/gstnuvdemux.c:
14683         * gst/nuvdemux/gstnuvdemux.h:
14684         Fixed bug for files with timestamps less than 0.
14685         
14686 2006-10-21  David Schleef  <ds@schleef.org>
14687
14688         * configure.ac:
14689         * gst/multifilesink/Makefile.am:
14690         * gst/multifilesink/gstmultifilesink.c:
14691         * gst/multifilesink/gstmultifilesink.h:
14692           I copied over filesink a while ago and modified it to work
14693           as multifilesink.  Might as well check it in.  This could
14694           use some work before being declared useful.
14695
14696 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
14697
14698         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_set_wp_config):
14699         * ext/wavpack/gstwavpackparse.c:
14700         (gst_wavpack_parse_create_src_pad):
14701         * gst/nuvdemux/gstnuvdemux.c: (gst_nuv_demux_create_pads):
14702         * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad):
14703           Activate pads before adding them to running element.
14704
14705 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
14706
14707         Patch by: Josep Torra Valles  <josep at fluendo com>
14708
14709         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
14710         (next_entry_size), (qtdemux_inflate), (qtdemux_parse_moov),
14711         (qtdemux_parse_tree), (qtdemux_parse_trak), (qtdemux_tag_add_str),
14712         (qtdemux_tag_add_num), (qtdemux_tag_add_date),
14713         (qtdemux_tag_add_gnre):
14714           Make compile with Forte compiler, mostly don't do pointer arithmetic
14715           with void pointers (#362626).
14716
14717 2006-10-17  Edgard Lima <edgard.lima@indt.org.br>
14718
14719         * gst/nuvdemux/gstnuvdemux.c:
14720         Just a cast to make it compile oos big_endian systems.
14721
14722 2006-10-17  Edgard Lima <edgard.lima@indt.org.br>
14723
14724         Patch by: Renato Filho <renato.filho@indt.org.br> and Rosfran Borges
14725         <rosfran.borges@indt.org.br>
14726
14727         * configure.ac:
14728         * gst/nuvdemux/:
14729         * gst/nuvdemux/Makefile.am:
14730         * gst/nuvdemux/gstnuvdemux.c:
14731         * gst/nuvdemux/gstnuvdemux.h:
14732         Created new element nuvdemux.
14733         
14734 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
14735
14736         Patch by: Josep Torra Valles  <josep at fluendo com>
14737
14738         * gst/nsf/fds_snd.c:
14739         * gst/nsf/mmc5_snd.c:
14740         * gst/nsf/nsf.c:
14741         * gst/nsf/vrc7_snd.c:
14742         * gst/nsf/vrcvisnd.c:
14743           Fix some things the Forte compiler warns about (#362626).
14744
14745 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
14746
14747         * gst/qtdemux/qtdemux.c: (qtdemux_parse_moov), (qtdemux_parse),
14748         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
14749         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
14750         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
14751         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
14752         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
14753         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
14754         (qtdemux_dump_unknown), (qtdemux_tree_get_child_by_type),
14755         (qtdemux_tree_get_sibling_by_type):
14756         * gst/qtdemux/qtdemux.h:
14757           Avoid void pointer usage, better use guint8 * instead.
14758
14759 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
14760
14761         * configure.ac:
14762         * gst/deinterlace/Makefile.am:
14763         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_base_init),
14764         (gst_deinterlace_class_init), (gst_deinterlace_init),
14765         (gst_deinterlace_stop), (gst_deinterlace_transform_caps),
14766         (gst_deinterlace_set_caps), (gst_deinterlace_transform_ip),
14767         (gst_deinterlace_set_property), (gst_deinterlace_get_property):
14768         * gst/deinterlace/gstdeinterlace.h:
14769           Port simple deinterlacer from 0.8. Use at your own risk, don't blame
14770           me for anything it does or does not do to your precious pictures.
14771
14772 2006-10-11  Edward Hervey  <edward@fluendo.com>
14773
14774         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
14775         Add some fourcc for DV format.
14776
14777 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
14778
14779         * gst/qtdemux/qtdemux.c: (extract_initial_length_and_fourcc),
14780         (gst_qtdemux_loop_state_header):
14781           Printf format fixes.
14782
14783         * sys/dvb/gstdvbsrc.c:
14784           Use "_stdint.h".
14785
14786 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14787
14788         * sys/dvb/Makefile.am:
14789         * sys/dvb/dvb-api/Makefile.am:
14790         * sys/dvb/dvb-api/audio.h:
14791         * sys/dvb/dvb-api/ca.h:
14792         * sys/dvb/dvb-api/dmx.h:
14793         * sys/dvb/dvb-api/frontend.h:
14794         * sys/dvb/dvb-api/net.h:
14795         * sys/dvb/dvb-api/osd.h:
14796         * sys/dvb/dvb-api/version.h:
14797         * sys/dvb/dvb-api/video.h:
14798         Remove these files, not needed use system files.
14799         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_set_property),
14800         (gst_dvbsrc_create), (gst_dvbsrc_output_frontend_stats),
14801         (gst_dvbsrc_tune):
14802         Fix warnings, uint16_t etc. is in stdint.h.
14803         Use system includes not our local ones.
14804
14805 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14806
14807         * configure.ac:
14808         * sys/Makefile.am:
14809         Add dvb detection and allow dvbsrc to be built.
14810
14811 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14812         
14813         * configure.ac:
14814         * sys/Makefile.am:
14815         * sys/dvb/AUTHORS:
14816         * sys/dvb/Makefile.am:
14817         * sys/dvb/README:
14818         * sys/dvb/dvb-api/Makefile.am:
14819         * sys/dvb/dvb-api/audio.h:
14820         * sys/dvb/dvb-api/ca.h:
14821         * sys/dvb/dvb-api/dmx.h:
14822         * sys/dvb/dvb-api/frontend.h:
14823         * sys/dvb/dvb-api/net.h:
14824         * sys/dvb/dvb-api/osd.h:
14825         * sys/dvb/dvb-api/version.h:
14826         * sys/dvb/dvb-api/video.h:
14827         * sys/dvb/gstdvbsrc.c: 
14828         * sys/dvb/gstdvbsrc.h:
14829         Initial import of dvbsrc.
14830         Currently won't be built.
14831
14832 2006-10-10  Wim Taymans  <wim@fluendo.com>
14833
14834         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
14835         (gst_qtdemux_push_event), (gst_qtdemux_do_seek),
14836         (gst_qtdemux_change_state), (extract_initial_length_and_fourcc),
14837         (gst_qtdemux_loop_state_header), (gst_qtdemux_activate_segment),
14838         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop),
14839         (gst_qtdemux_post_buffering), (gst_qtdemux_chain),
14840         (gst_qtdemux_add_stream), (qtdemux_process_redirects),
14841         (qtdemux_parse_tree), (qtdemux_parse_trak):
14842         Reorganise some stuff.
14843         Parse RTSP redirection URLS.
14844
14845 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
14846
14847         * docs/plugins/gst-plugins-bad-plugins.args:
14848         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
14849         * docs/plugins/gst-plugins-bad-plugins.interfaces:
14850         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
14851         * docs/plugins/inspect/plugin-dtsdec.xml:
14852         * docs/plugins/inspect/plugin-mms.xml:
14853         * docs/plugins/inspect/plugin-mpeg2enc.xml:
14854         * docs/plugins/inspect/plugin-neon.xml:
14855         * docs/plugins/inspect/plugin-replaygain.xml:
14856         * docs/plugins/inspect/plugin-soundtouch.xml:
14857         * docs/plugins/inspect/plugin-spcdec.xml:
14858         * docs/plugins/inspect/plugin-swfdec.xml:
14859         * docs/plugins/inspect/plugin-videocrop.xml:
14860         * docs/plugins/inspect/plugin-wavpack.xml:
14861           Add/update docs stuff.
14862
14863 2006-10-06  Tim-Philipp Müller  <tim at centricular dot net>
14864
14865         Patch by: René Stadler  <mail at renestadler de>
14866
14867         * configure.ac:
14868         * docs/plugins/Makefile.am:
14869         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
14870         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
14871         * gst/replaygain/Makefile.am:
14872         * gst/replaygain/gstrganalysis.c: (gst_rg_analysis_base_init),
14873         (gst_rg_analysis_class_init), (gst_rg_analysis_init),
14874         (gst_rg_analysis_set_property), (gst_rg_analysis_get_property),
14875         (gst_rg_analysis_start), (gst_rg_analysis_set_caps),
14876         (gst_rg_analysis_transform_ip), (gst_rg_analysis_event),
14877         (gst_rg_analysis_stop), (gst_rg_analysis_handle_tags),
14878         (gst_rg_analysis_handle_eos), (gst_rg_analysis_track_result),
14879         (gst_rg_analysis_album_result), (plugin_init):
14880         * gst/replaygain/gstrganalysis.h:
14881         * gst/replaygain/rganalysis.c: (yule_filter), (butter_filter),
14882         (apply_filters), (reset_filters), (accumulator_add),
14883         (accumulator_clear), (accumulator_result), (rg_analysis_new),
14884         (rg_analysis_set_sample_rate), (rg_analysis_destroy),
14885         (rg_analysis_analyze_mono_float),
14886         (rg_analysis_analyze_stereo_float),
14887         (rg_analysis_analyze_mono_int16),
14888         (rg_analysis_analyze_stereo_int16), (rg_analysis_analyze),
14889         (rg_analysis_track_result), (rg_analysis_album_result),
14890         (rg_analysis_reset_album), (rg_analysis_reset):
14891         * gst/replaygain/rganalysis.h:
14892           Add ReplayGain analysis element (#357069).
14893
14894         * tests/check/Makefile.am:
14895         * tests/check/elements/.cvsignore:
14896         * tests/check/elements/rganalysis.c: (get_expected_gain),
14897         (setup_rganalysis), (cleanup_rganalysis), (set_playing_state),
14898         (send_eos_event), (send_tag_event), (poll_eos), (poll_tags),
14899         (fail_unless_track_gain), (fail_unless_track_peak),
14900         (fail_unless_album_gain), (fail_unless_album_peak),
14901         (fail_if_track_tags), (fail_if_album_tags),
14902         (fail_unless_num_tracks), (test_buffer_const_float_mono),
14903         (test_buffer_const_float_stereo), (test_buffer_const_int16_mono),
14904         (test_buffer_const_int16_stereo), (test_buffer_square_float_mono),
14905         (test_buffer_square_float_stereo), (test_buffer_square_int16_mono),
14906         (test_buffer_square_int16_stereo), (push_buffer), (GST_START_TEST),
14907         (rganalysis_suite), (main):
14908           Unit tests for the new replaygain element.
14909
14910 2006-10-06  Wim Taymans  <wim@fluendo.com>
14911
14912         * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_chain),
14913         (gst_faad_close_decoder):
14914         Some cleanups.
14915         Added some more debugging.
14916         Don't ever ignore unlinked, we're not a demuxer.
14917
14918         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
14919         Activate pad before adding it to the element.
14920
14921 2006-10-06  Michael Smith  <msmith@fluendo.com>
14922
14923         * ext/theora/theoradec.c: (gst_theoradec_reset),
14924         (theora_get_query_types), (theora_dec_src_query),
14925         (theora_dec_src_event), (theora_dec_sink_event),
14926         (theora_handle_comment_packet), (theora_handle_type_packet),
14927         (theora_handle_header_packet), (clip_buffer), (theora_dec_push),
14928         (theora_handle_422_image), (theora_handle_420_image),
14929         (theora_handle_data_packet), (theora_dec_chain),
14930         (theora_dec_change_state):
14931         * ext/theora/theoradec.h:
14932           Port lots of changes from theoradec to theoraexpdec.
14933           This catches this plugin up to theoradec. Note that duplicate frames
14934           are broken in theoradec at the moment.
14935
14936 2006-10-06  Tim-Philipp Müller  <tim at centricular dot net>
14937
14938         * gst/spectrum/gstspectrum.c: (gst_spectrum_transform_ip):
14939           Fix mem leak, avoid unnecessary memcpy.
14940
14941 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
14942
14943         * gst/spectrum/gstspectrum.c: (gst_spectrum_init),
14944         (gst_spectrum_transform_ip):
14945           Removed cruft code that was just commented out. Removed some obsolete
14946           debug logs statements.
14947
14948 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
14949
14950         * ext/dts/gstdtsdec.c: (gst_dtsdec_chain):
14951         * ext/musicbrainz/gsttrm.c: (gst_trm_setcaps):
14952         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
14953         * gst/qtdemux/qtdemux.c: (gst_qtdemux_chain), (qtdemux_parse),
14954         (qtdemux_parse_trak):
14955         * gst/spectrum/gstspectrum.c: (gst_spectrum_transform_ip):
14956           Another batch of printf format fixes.
14957
14958 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
14959
14960         * gst/videocrop/gstvideocrop.c: (gst_video_crop_class_init),
14961         (gst_video_crop_init),
14962         (gst_video_crop_get_image_details_from_caps),
14963         (gst_video_crop_transform_packed_complex),
14964         (gst_video_crop_transform_packed_simple),
14965         (gst_video_crop_transform), (gst_video_crop_transform_caps),
14966         (gst_video_crop_set_caps),
14967         (gst_videocrop_clear_negotiated_caps_locked),
14968         (gst_video_crop_set_property):
14969         * gst/videocrop/gstvideocrop.h:
14970           Handle packed YUV formats (UYVY, YUY2, YUYV) separately; also, fix
14971           passthrough mode; lastly, clear negotiated basetransform caps when
14972           the cropping changes in order to force renegotiation.
14973
14974 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
14975
14976         * tests/icles/.cvsignore:
14977         * tests/icles/Makefile.am:
14978         * tests/icles/videocrop-test.c: (quit_mainloop), (tick_cb),
14979         (test_with_caps), (video_crop_get_test_caps), (main):
14980           Visual test for videocrop, shows that packed yuv doesn't work right
14981           yet. --with-ffmpegcolorspace option doesn't work yet for unknown
14982           reasons (another basetransform issue?)
14983
14984 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
14985
14986         * po/POTFILES.in:
14987         * sys/v4l2/.cvsignore:
14988           Remove more v4l2 stuff, hopefully fixing 'make distcheck' again.
14989
14990 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
14991
14992         * docs/plugins/Makefile.am:
14993         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
14994         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
14995         * docs/plugins/inspect/plugin-video4linux2.xml:
14996         * gst-plugins-bad.spec.in:
14997           removed v4l2
14998
14999 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15000
15001         * configure.ac:
15002         * sys/Makefile.am:
15003         * sys/v4l2/Makefile.am:
15004         * sys/v4l2/README:
15005         * sys/v4l2/gstv4l2.c:
15006         * sys/v4l2/gstv4l2colorbalance.c:
15007         * sys/v4l2/gstv4l2colorbalance.h:
15008         * sys/v4l2/gstv4l2object.c:
15009         * sys/v4l2/gstv4l2object.h:
15010         * sys/v4l2/gstv4l2src.c:
15011         * sys/v4l2/gstv4l2src.h:
15012         * sys/v4l2/gstv4l2tuner.c:
15013         * sys/v4l2/gstv4l2tuner.h:
15014         * sys/v4l2/gstv4l2vidorient.c:
15015         * sys/v4l2/gstv4l2vidorient.h:
15016         * sys/v4l2/gstv4l2xoverlay.c:
15017         * sys/v4l2/gstv4l2xoverlay.h:
15018         * sys/v4l2/v4l2_calls.c:
15019         * sys/v4l2/v4l2_calls.h:
15020         * sys/v4l2/v4l2src_calls.c:
15021         * sys/v4l2/v4l2src_calls.h:
15022           moved to gst-plugins-good
15023
15024 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15025
15026         * sys/v4l2/gstv4l2object.c:
15027         (gst_v4l2_object_install_properties_helper):
15028           comment out the properties that are already part of the tuner
15029           interface.
15030
15031 2006-10-03  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15032
15033         * sys/v4l2/gstv4l2src.c:
15034         Improve docs.
15035
15036 2006-10-02  Tim-Philipp Müller  <tim at centricular dot net>
15037
15038         * ext/xvid/gstxvid.c: (plugin_init):
15039           Set rank of xviddec to NONE until someone fixes it (too many crasher
15040           bug reports against totem, people should use gst-ffmpeg).
15041
15042 2006-09-28  Wim Taymans  <wim@fluendo.com>
15043
15044         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_all_caps),
15045         (gst_v4l2src_get_caps):
15046         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
15047         Framerate can be 0/1 too.
15048         Init framerate to 0/1 before querying it so that we can detect
15049         devices that don't know about a framerate.
15050         Add some more debugging info.
15051
15052 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
15053
15054         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
15055           Add support for 'yv12' fourcc.
15056
15057 2006-09-27  Edgard Lima <edgard.lima@indt.org.br>
15058
15059         * sys/v4l2/gstv4l2src.c:
15060         * sys/v4l2/gstv4l2src.h:
15061         * tests/icles/v4l2src-test.c:
15062         Removed set-undef-fps.
15063
15064 2006-09-27  Wim Taymans  <wim@fluendo.com>
15065
15066         * sys/v4l2/gstv4l2object.c:
15067         (gst_v4l2_object_install_properties_helper), (gst_v4l2_object_new),
15068         (gst_v4l2_object_set_property_helper),
15069         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
15070         * sys/v4l2/gstv4l2object.h:
15071         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
15072         (gst_v4l2src_create):
15073         * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_contains_channel),
15074         (gst_v4l2_tuner_list_channels),
15075         (gst_v4l2_tuner_set_channel_and_notify),
15076         (gst_v4l2_tuner_get_channel), (gst_v4l2_tuner_contains_norm),
15077         (gst_v4l2_tuner_list_norms), (gst_v4l2_tuner_set_norm_and_notify),
15078         (gst_v4l2_tuner_get_norm):
15079         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
15080         (gst_v4l2_fill_lists), (gst_v4l2_empty_lists):
15081         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_get_fps):
15082         Renamed some properties to match the tuner interface naming.
15083
15084 2006-09-27  Wim Taymans  <wim@fluendo.com>
15085
15086         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_set_property_helper),
15087         (gst_v4l2_set_defaults):
15088         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read),
15089         (gst_v4l2src_create):
15090         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open):
15091         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
15092         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_set_norm),
15093         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
15094         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
15095         (gst_v4l2_set_attribute), (gst_v4l2_get_input),
15096         (gst_v4l2_set_input):
15097         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
15098         (gst_v4l2src_grab_frame), (gst_v4l2src_get_capture),
15099         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init),
15100         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop),
15101         (gst_v4l2src_buffer_new):
15102         * tests/icles/v4l2src-test.c: (my_bus_callback), (main):
15103         Small cleanups.
15104         Fix error messages.
15105         Use locks when getting timestamps.
15106         Fix leaks in test.
15107         Add licensing header to tests.
15108
15109 2006-09-27  Edgard Lima <edgard.lima@indt.org.br>
15110
15111         * sys/v4l2/gstv4l2colorbalance.c:
15112         * sys/v4l2/gstv4l2object.c:
15113         * sys/v4l2/gstv4l2src.c:
15114         * sys/v4l2/gstv4l2src.h:
15115         * sys/v4l2/gstv4l2tuner.c:
15116         * sys/v4l2/v4l2_calls.c:
15117         * sys/v4l2/v4l2src_calls.c:
15118         * tests/icles/v4l2src-test.c:
15119         Some cleanups and comments.
15120
15121 2006-09-26  Wim Taymans  <wim@fluendo.com>
15122
15123         * docs/plugins/Makefile.am:
15124         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
15125         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
15126         Add v4l2 plugin to the docs.
15127
15128         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read),
15129         (gst_v4l2src_get_mmap), (gst_v4l2src_create):
15130         * sys/v4l2/gstv4l2src.h:
15131         * sys/v4l2/gstv4l2vidorient.c:
15132         Fix docs.
15133         Remove some more externs.
15134
15135 2006-09-26  Wim Taymans  <wim@fluendo.com>
15136
15137         * sys/v4l2/Makefile.am:
15138         Fix makefile, list libs in stack order.
15139
15140         * sys/v4l2/gstv4l2colorbalance.c:
15141         * sys/v4l2/gstv4l2colorbalance.h:
15142         * sys/v4l2/gstv4l2object.c: (gst_v4l2_device_get_type),
15143         (gst_v4l2_object_install_properties_helper):
15144         * sys/v4l2/gstv4l2object.h:
15145         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read),
15146         (gst_v4l2src_get_mmap), (gst_v4l2src_create):
15147         * sys/v4l2/gstv4l2src.h:
15148         * sys/v4l2/gstv4l2tuner.h:
15149         * sys/v4l2/gstv4l2vidorient.h:
15150         * sys/v4l2/gstv4l2xoverlay.h:
15151         * sys/v4l2/v4l2_calls.h:
15152         * sys/v4l2/v4l2src_calls.h:
15153         Fix coding style:
15154         - Remove extern from functions.
15155         - Fix header indentation.
15156         Fix Flags, add defaults for properties.
15157         Remove unused enums.
15158         Fix TOO_LAZY in error messages.
15159
15160 2006-09-26  Wim Taymans  <wim@fluendo.com>
15161
15162         * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices),
15163         (gst_v4l2_probe_needs_probe),
15164         (gst_v4l2_object_install_properties_helper), (gst_v4l2_object_new),
15165         (gst_v4l2_object_destroy), (gst_v4l2_object_set_property_helper),
15166         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults),
15167         (gst_v4l2_object_start), (gst_v4l2_object_stop):
15168         * sys/v4l2/gstv4l2object.h:
15169         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
15170         (gst_v4l2src_init), (gst_v4l2src_dispose),
15171         (gst_v4l2src_set_property), (gst_v4l2src_get_property),
15172         (gst_v4l2src_fixate), (gst_v4l2src_get_caps),
15173         (gst_v4l2src_set_caps), (gst_v4l2src_get_read),
15174         (gst_v4l2src_get_mmap), (gst_v4l2src_create):
15175         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
15176         (gst_v4l2_open), (gst_v4l2_close), (gst_v4l2_get_norm),
15177         (gst_v4l2_set_norm), (gst_v4l2_get_frequency),
15178         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
15179         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute),
15180         (gst_v4l2_get_input), (gst_v4l2_set_input):
15181         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
15182         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
15183         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
15184         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
15185         (gst_v4l2src_capture_stop), (gst_v4l2src_capture_deinit),
15186         (gst_v4l2src_get_size_limits), (gst_v4l2src_set_fps),
15187         (gst_v4l2src_get_fps), (gst_v4l2src_buffer_finalize),
15188         (gst_v4l2src_buffer_new):
15189         Fix pass at code cleanups, move errors cases out of the normal
15190         flow for additional code clarity.
15191
15192 2006-09-23  Wim Taymans  <wim@fluendo.com>
15193
15194         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
15195         (gst_cdaudio_init), (gst_cdaudio_set_property),
15196         (gst_cdaudio_get_property), (gst_cdaudio_change_state),
15197         (gst_cdaudio_send_event), (gst_cdaudio_get_query_types),
15198         (gst_cdaudio_query), (cdaudio_uri_set_uri):
15199         Port to 0.10.
15200
15201 2006-09-22  David Schleef  <ds@schleef.org>
15202
15203         * sys/glsink/glimagesink.c:
15204           Fix problems when the element cannot open the display.
15205           (fixes #357212)
15206
15207 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
15208
15209         * configure.ac:
15210           Up requirements to -base CVS and core CVS (the format for the
15211           video orientation interface used by v4l2src and the latter
15212           since that's what -base CVS requires).
15213
15214 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
15215
15216         * ext/directfb/dfbvideosink.c: (plugin_init):
15217           Lower rank from SECONDARY to MARGINAL. Plugins in -bad that might
15218           be autoplugged shouldn't trump plugins in -base, -good or -ugly
15219           (in this case ximagesink).
15220
15221         * sys/glsink/glimagesink.c: (plugin_init):
15222           Set rank to NONE to prevent it from being autoplugged until
15223           errors are handled properly (see #357212).
15224
15225 2006-09-21  Edgard Lima <edgard.lima@indt.org.br>
15226
15227         * ext/neon/Makefile.am:
15228         * ext/neon/gstneonhttpsrc.c:
15229         * ext/neon/gstneonhttpsrc.h:
15230         Reverted previous commit (2006-09-19 - Allow internal codes from
15231         last.fm). As dicussed on #gstreamer it should be done in separete
15232         element.
15233
15234 2006-09-21  Wim Taymans  <wim@fluendo.com>
15235
15236         * ext/faac/gstfaac.c: (gst_faac_configure_source_pad),
15237         (gst_faac_chain):
15238         Add decoder specific info on the caps.
15239         Some cleanups here and there.
15240
15241 2006-09019  Edgard Lima <edgard.lima@indt.org.br>
15242
15243         Patch by: Milosz Derezynski <internalerror@gmail.com> and
15244                   Rosfran Borges <rosfran.borges@indt.org.br>
15245
15246         * ext/neon/Makefile.am:
15247         * ext/neon/gstneonhttpsrc.c:
15248         * ext/neon/gstneonhttpsrc.h:
15249         Allow internal codes from last.fm
15250         
15251
15252 2006-09-19  Edgard Lima <edgard.lima@indt.org.br>
15253
15254         * tests/icles/v4l2src-test.c:
15255         Just a small fix to the app options.
15256
15257 2006-09-19  Edgard Lima <edgard.lima@indt.org.br>
15258
15259         * sys/v4l2/Makefile.am:
15260         * sys/v4l2/gstv4l2src.c:
15261         * sys/v4l2/gstv4l2vidorient.c:
15262         * sys/v4l2/gstv4l2vidorient.h:
15263         * tests/icles/v4l2src-test.c:
15264         Add Video Orientation interface support to v4l2src.
15265         
15266 2006-09-19  Wim Taymans  <wim@fluendo.com>
15267
15268         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init),
15269         (gst_gsmdec_sink_setcaps), (gst_gsmdec_sink_event),
15270         (gst_gsmdec_chain):
15271         * ext/gsm/gstgsmdec.h:
15272         Handle WAV49 variant (GSM in WAV).
15273         Some small cleanups.
15274
15275 2006-09-18  Edgard Lima <edgard.lima@indt.org.br>
15276
15277         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_buffer_new ):
15278         Fix GST_BUFFER_DURATION.
15279
15280 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
15281
15282         * ext/hermes/gsthermescolorspace.c:
15283         * ext/ivorbis/vorbisfile.c:
15284         * ext/lcs/gstcolorspace.c:
15285         * ext/wavpack/gstwavpackenc.h:
15286         * ext/xine/xineaudiodec.c:
15287         * ext/xine/xineaudiosink.c:
15288         * ext/xine/xineinput.c:
15289         * gst/chart/gstchart.c:
15290         * gst/equalizer/gstiirequalizer.c:
15291         * gst/games/gstpuzzle.c:
15292         * gst/librfb/gstrfbsrc.c:
15293         * gst/mixmatrix/mixmatrix.c:
15294         * gst/nsf/gstnsf.h:
15295         * gst/vbidec/gstvbidec.c:
15296         * gst/virtualdub/gstxsharpen.c:
15297           More G_OBJECT macro fixing.
15298
15299 2006-09-15  Edgard Lima <edgard.lima@indt.org.br>
15300
15301         * sys/v4l2/gstv4l2src.c:
15302         * sys/v4l2/gstv4l2src.h:
15303         * sys/v4l2/gstv4l2xoverlay.c:
15304         * sys/v4l2/v4l2_calls.c:
15305         * sys/v4l2/v4l2src_calls.c:
15306         * tests/icles/v4l2src-test.c:
15307         The test application and the plgind error messages has been improved.
15308         
15309 2006-09-12  Stefan Kost  <ensonic@users.sf.net>
15310
15311         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
15312         (gst_spectrum_start), (gst_spectrum_stop), (gst_spectrum_event):
15313           Implements stop() to clear the adapter and event() to clear the
15314           adapter on FLUSH_STOP and EOS.
15315
15316 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
15317
15318         * gst/spectrum/gstspectrum.c: (gst_spectrum_init),
15319         (gst_spectrum_set_property):
15320         * gst/spectrum/gstspectrum.h:
15321           Fix type mixup in spectrum->interval (gdouble<->guint64). Spotted by
15322           René Stadler
15323
15324 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
15325
15326         * gst/spectrum/demo-osssrc.c: (draw_spectrum), (main):
15327           Use more defines
15328
15329         * gst/spectrum/gstspectrum.c: (gst_spectrum_init),
15330         (gst_spectrum_dispose), (gst_spectrum_set_caps),
15331         (gst_spectrum_transform_ip):
15332         * gst/spectrum/gstspectrum.h:
15333           Apply some of the spectrum cleanup changes suggested in #348085.
15334
15335 2006-09-08  Tim-Philipp Müller  <tim at centricular dot net>
15336
15337         * configure.ac:
15338           Bump requirements of -base (videocrop test case needs this).
15339
15340         * gst/videocrop/gstvideocrop.c:
15341           Document sloppy handling of subsampled chroma planes if
15342           left/top cropping is an odd number.
15343
15344         * tests/check/elements/videocrop.c: (handoff_cb),
15345         (videocrop_test_cropping_init_context),
15346         (videocrop_test_cropping_deinit_context),
15347         (videocrop_test_cropping), (check_1x1_buffer), (GST_START_TEST),
15348         (videocrop_suite), (main):
15349           Add another unit test that crops the input to 1x1 (and checks
15350           that that pixel has the expected values in a number of formats).
15351
15352 2006-09-08  Tim-Philipp Müller  <tim at centricular dot net>
15353
15354         * gst/videocrop/Makefile.am:
15355         * gst/videocrop/gstvideocrop.c: (gst_video_crop_class_init),
15356         (gst_video_crop_transform_packed),
15357         (gst_video_crop_transform_planar):
15358           Some quick tests indicate that it doesn't make a great deal
15359           of sense to use liboil here, at least not for the memcpy()s
15360           we do, so remove liboil usage until there is clear evidence
15361           it actually makes a positive difference somewhere.
15362
15363 2006-09-03  Tim-Philipp Müller  <tim at centricular dot net>
15364
15365         * tests/check/elements/videocrop.c: (handoff_cb),
15366         (buffer_probe_cb), (test_caps_transform), (test_passthrough),
15367         (notgst_value_list_get_nth_int), (videocrop_suite):
15368           More tests: check passthrough mode and caps transform in
15369           both directions with fixed values, ranges and lists.
15370
15371 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
15372
15373         * docs/plugins/Makefile.am:
15374         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
15375         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
15376         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
15377           Add videocrop to docs.
15378
15379         * gst/videocrop/Makefile.am:
15380         * gst/videocrop/gstvideocrop.c:
15381         * gst/videocrop/gstvideocrop.h:
15382           Move boilerplate stuff and structures into a header file.
15383
15384         * tests/check/Makefile.am:
15385         * tests/check/elements/.cvsignore:
15386         * tests/check/elements/videocrop.c: (video_crop_get_test_caps),
15387         (test_unit_sizes), (videocrop_test_cropping_init_context),
15388         (videocrop_test_cropping_deinit_context),
15389         (videocrop_test_cropping), (test_cropping), (videocrop_suite):
15390           Add unit tests for videocrop.
15391
15392 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
15393
15394         * configure.ac:
15395         * gst/videocrop/Makefile.am:
15396         * gst/videocrop/gstvideocrop.c: (gst_video_crop_base_init),
15397         (gst_video_crop_class_init), (gst_video_crop_init),
15398         (gst_video_crop_get_image_details_from_caps),
15399         (gst_video_crop_get_unit_size), (gst_video_crop_transform_packed),
15400         (gst_video_crop_transform_planar), (gst_video_crop_transform),
15401         (gst_video_crop_transform_dimension),
15402         (gst_video_crop_transform_dimension_value),
15403         (gst_video_crop_transform_caps), (gst_video_crop_set_caps),
15404         (gst_video_crop_set_property), (gst_video_crop_get_property),
15405         (plugin_init):
15406           Port/rewrite videocrop from scratch for GStreamer-0.10, and make
15407           it support all formats videoscale supports (#345653).
15408
15409 2006-09-02  Stefan Kost  <ensonic@users.sf.net>
15410
15411         * sys/v4l2/gstv4l2.c:
15412         * sys/v4l2/gstv4l2colorbalance.c:
15413         * sys/v4l2/gstv4l2object.c:
15414         (gst_v4l2_object_install_properties_helper):
15415         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
15416         * sys/v4l2/gstv4l2src.h:
15417           Whitespace cleanups, dashify property-names.
15418
15419 2006-09-02  Stefan Kost  <ensonic@users.sf.net>
15420
15421         * sys/v4l2/gstv4l2.c:
15422         * sys/v4l2/gstv4l2colorbalance.c:
15423         * sys/v4l2/gstv4l2colorbalance.h:
15424         * sys/v4l2/gstv4l2object.c:
15425         * sys/v4l2/gstv4l2object.h:
15426         * sys/v4l2/gstv4l2src.c:
15427         * sys/v4l2/gstv4l2src.h:
15428         * sys/v4l2/gstv4l2tuner.c:
15429         * sys/v4l2/gstv4l2tuner.h:
15430         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open):
15431         * sys/v4l2/gstv4l2xoverlay.h:
15432         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
15433         (gst_v4l2_open):
15434         * sys/v4l2/v4l2_calls.h:
15435         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_queue_frame),
15436         (gst_v4l2src_capture_init):
15437         * sys/v4l2/v4l2src_calls.h:
15438           Cleanup error messages and unify header comments
15439
15440 2006-08-31  Jan Schmidt  <thaytan@mad.scientist.com>
15441
15442         * gst/nsf/Makefile.am:
15443         Add missing GST_LIBS
15444
15445 2006-08-30  Edgard Lima <edgard.lima@indt.org.br>
15446
15447         * sys/v4l2/gstv4l2src.c:
15448         Another small fix to set_caps function (sucks copy/paste error).
15449         
15450 2006-08-30  Edgard Lima <edgard.lima@indt.org.br>
15451
15452         * sys/v4l2/gstv4l2src.c:
15453         Send new_segment in GST_FORMAT_TIME instead of in GST_FORMAT_BYTES.
15454
15455 2006-08-30  Edgard Lima <edgard.lima@indt.org.br>
15456
15457         * sys/v4l2/gstv4l2src.c:
15458         A small fix to set_caps function.
15459
15460 2006-08-30  Edward Hervey  <edward@fluendo.com>
15461
15462         * gst/qtdemux/qtdemux.c:
15463         (gst_qtdemux_do_seek):
15464         Reset each streams last_flow to GST_FLOW_OK.
15465         (gst_qtdemux_activate_segment):
15466         Removing mystic modifications for good.
15467
15468 2006-08-30  Stefan Kost  <ensonic@users.sf.net>
15469
15470         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
15471         (qtdemux_parse_tree):
15472           put back 'segment start<=stop' change that was mystically reverted by
15473           the last commit
15474
15475 2006-08-30  Stefan Kost  <ensonic@users.sf.net>
15476
15477         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
15478         (qtdemux_parse_tree):
15479         Fix the build for disabled debug
15480
15481 2006-08-29  Edgard Lima <edgard.lima@indt.org.br>
15482
15483         * sys/v4l2/gstv4l2src.c:
15484         * sys/v4l2/v4l2src_calls.c:
15485         * sys/v4l2/v4l2src_calls.h:
15486         Fixed framerate negotiation.
15487         
15488 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
15489
15490         Patch by: Andrew Andkjar  <enki at goodship net>
15491
15492         * ext/sdl/sdlaudiosink.c: (gst_sdlaudio_sink_close):
15493         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_supported),
15494         (gst_sdlvideosink_deinitsdl):
15495           Only de-init the subsystem we previously initialised. Avoids
15496           borkage when both sdlvideosink and sdlaudiosink are used
15497           at the same time and one is shut down.
15498
15499 2006-08-28  Wim Taymans  <wim@fluendo.com>
15500
15501         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
15502         (gst_qtdemux_add_stream), (qtdemux_parse_trak),
15503         (qtdemux_video_caps):
15504         Make sure segment start<=stop in weird quicktime files.
15505
15506 2006-08-28  Stefan Kost  <ensonic@users.sf.net>
15507
15508         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
15509           add comments and more debug logging
15510
15511 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
15512
15513         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
15514
15515         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_post_tags),
15516         (gst_wavpack_dec_chain):
15517           Post audio codec and average bitrate tags on bus (#344472).
15518
15519         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init),
15520         (gst_wavpack_parse_src_query):
15521           Forward queries in other formats (BYTE format in particular)
15522           upstream; add Sebastian to authors.
15523
15524 2006-08-23  Edgard Lima <edgard.lima@indt.org.br>
15525
15526         * sys/v4l2/gstv4l2src.c:
15527         * sys/v4l2/v4l2src_calls.c:
15528         * sys/v4l2/v4l2src_calls.h:
15529         Fix set_caps to set width and height to the values the driver is
15530         really working with.
15531
15532 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
15533
15534         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_push_block):
15535           Fix mem leak, send newsegment event on correction pad
15536           as well (#352476).
15537
15538         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init):
15539           Restore original author (on Sebastian's request).
15540
15541         * tests/check/Makefile.am:
15542         * tests/check/gst-plugins-bad.supp:
15543           Add (so far empty) suppression file for -bad. Remove
15544           wavpackenc test from VALGRIND_TO_FIX now that the leak
15545           is fixed.
15546
15547 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
15548
15549         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
15550
15551         * tests/check/Makefile.am:
15552         * tests/check/elements/.cvsignore:
15553         * tests/check/elements/wavpackdec.c: (setup_wavpackdec),
15554         (cleanup_wavpackdec), (GST_START_TEST), (wavpackdec_suite), (main):
15555         * tests/check/elements/wavpackenc.c: (setup_wavpackenc),
15556         (cleanup_wavpackenc), (GST_START_TEST), (wavpackenc_suite), (main):
15557         * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad),
15558         (setup_wavpackparse), (cleanup_wavpackparse), (GST_START_TEST),
15559         (wavpackparse_suite), (main):
15560           Add unit tests for wavpack elements (#352476).
15561
15562 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
15563
15564         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
15565
15566         * docs/plugins/Makefile.am:
15567         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
15568         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
15569         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
15570         * docs/plugins/inspect/plugin-wavpack.xml:
15571         * ext/wavpack/gstwavpackdec.c:
15572         * ext/wavpack/gstwavpackdec.h:
15573         * ext/wavpack/gstwavpackenc.c:
15574         * ext/wavpack/gstwavpackenc.h:
15575         * ext/wavpack/gstwavpackparse.c:
15576         * ext/wavpack/gstwavpackparse.h:
15577           Add docs for wavpack elements (#352476).
15578
15579 2006-08-22  Edgard Lima <edgard.lima@indt.org.br>
15580
15581         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_size_limits)
15582         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fixate)
15583         Fixed query size to work with drivers that uses intermediate step
15584         like "width * height" to find closest size.
15585         
15586 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
15587
15588         * configure.ac:
15589         * docs/plugins/Makefile.am:
15590         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
15591         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
15592         * gst/gdp/Makefile.am:
15593         * gst/gdp/gstgdp.c:
15594         * gst/gdp/gstgdpdepay.c:
15595         * gst/gdp/gstgdpdepay.h:
15596         * gst/gdp/gstgdppay.c:
15597         * gst/gdp/gstgdppay.h:
15598         * tests/check/Makefile.am:
15599         * tests/check/elements/gdpdepay.c:
15600         * tests/check/elements/gdppay.c:
15601           move gdp plugin to good.
15602
15603 2006-08-21  Wim Taymans  <wim@fluendo.com>
15604
15605         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
15606         (qtdemux_node_dump_foreach), (qtdemux_parse_trak),
15607         (qtdemux_video_caps), (qtdemux_audio_caps):
15608         Some more constification.
15609         Fix some paletted data formats again.
15610         Fix ulaw/alaw in qt.
15611         Set correct caps for raw RGB.
15612         Add support for yuv2, which is like Yuv2.
15613         Add support for raw audio with the NONE fourcc, which is like raw.
15614
15615 2006-08-21  Wim Taymans  <wim@fluendo.com>
15616
15617         * ext/gsm/gstgsm.c: (plugin_init):
15618         Make rank PRIMARY now that GSM seems to work fine.
15619
15620 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
15621
15622         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_init),
15623         (gst_wavpack_enc_finalize), (gst_wavpack_enc_sink_set_caps),
15624         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_format_samples),
15625         (gst_wavpack_enc_push_block), (gst_wavpack_enc_chain),
15626         (gst_wavpack_enc_rewrite_first_block),
15627         (gst_wavpack_enc_sink_event), (gst_wavpack_enc_change_state),
15628         (gst_wavpack_enc_set_property), (gst_wavpack_enc_get_property):
15629         * ext/wavpack/gstwavpackenc.h:
15630         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
15631         (gst_wavpack_parse_src_query), (gst_wavpack_parse_src_event),
15632         (gst_wavpack_parse_init), (gst_wavpack_parse_get_upstream_length),
15633         (gst_wavpack_parse_loop):
15634           More clean-ups: use shorter variable names to make code easier to
15635           read; prefix structures we define with 'Gst' to make it clearer
15636           where they come from.
15637
15638 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
15639
15640         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_init),
15641         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
15642         (gst_wavpack_enc_chain), (gst_wavpack_enc_rewrite_first_block),
15643         (gst_wavpack_enc_sink_event):
15644           Fix caps set on buffers and template caps (output is framed)
15645           and make them match (#351663); use GST_WARNING_OBJECT instead of
15646           GST_ELEMENT_WARNING; simplify push_block(); do some small
15647           clean-ups here and there; fix memleak (#351663).
15648
15649 2006-08-18  Tim-Philipp Müller  <tim at centricular dot net>
15650
15651         Based on patch by: Sebastian Dröge <slomo at circular-chaos.org>
15652
15653         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_sink_event),
15654         (gst_wavpack_parse_get_upstream_length),
15655         (gst_wavpack_parse_find_marker), (gst_wavpack_parse_resync_loop),
15656         (gst_wavpack_parse_loop), (gst_wavpack_parse_resync_adapter):
15657           Fix resyncing in push mode not stopping re-syncing at embedded
15658           zeroes; skip garbage between frames in pull mode as well if
15659           necessary; use gst_pad_query_peer_duration(); push EOS and
15660           NEWSEGMENT event in right direction (#351659).
15661
15662 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
15663
15664         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
15665
15666         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_class_init):
15667         * ext/wavpack/gstwavpackparse.c:
15668         (gst_wavpack_parse_resync_adapter), (gst_wavpack_parse_chain):
15669           In push mode, re-sync to next wavpack header if sync is lost
15670           (#351557). Also use hyphens instead of underscores in
15671           GObject property names.
15672
15673 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
15674
15675         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
15676
15677         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_class_init),
15678         (gst_wavpack_parse_reset), (gst_wavpack_parse_get_src_query_types),
15679         (gst_wavpack_parse_src_query),
15680         (gst_wavpack_parse_handle_seek_event),
15681         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_init),
15682         (gst_wavpack_parse_create_src_pad),
15683         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop),
15684         (gst_wavpack_parse_chain), (gst_wavpack_parse_sink_activate),
15685         (gst_wavpack_parse_sink_activate_pull):
15686         * ext/wavpack/gstwavpackparse.h:
15687           Make wavpackparse also work in push-mode (not seekable yet though);
15688           some small clean-ups along the way; add support for SEEKING query
15689           and query types function. (#351495).
15690
15691 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
15692
15693         * ext/libfame/gstlibfame.c: (gst_fameenc_get_property):
15694         * sys/glsink/glimagesink.c: (gst_glimage_sink_get_property):
15695           Fix leaks (#351502).
15696
15697 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
15698
15699         * gst/qtdemux/qtdemux.c: (qtdemux_redirects_sort_func),
15700         (qtdemux_process_redirects), (qtdemux_parse_tree):
15701           Extract all references/redirections if there is more
15702           than one and sort them; also extract minimum required
15703           bitrate information if available. (#350399)
15704           
15705 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
15706
15707         Patch by: Michal Benes  <michal.benes at itonis tv>
15708
15709         * ext/faac/gstfaac.c: (gst_faac_configure_source_pad):
15710           Bitrate in the faac structure is per output channel,
15711           not total bitrate (#350741).
15712
15713 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
15714
15715         * ext/xvid/gstxvidenc.c: (gst_xvidenc_chain):
15716           Fix GST_ELEMENT_ERROR usage.
15717
15718 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
15719
15720         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
15721           Fix silly typo.
15722
15723 2006-08-08  Edward Hervey  <edward@fluendo.com>
15724
15725         * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
15726         I forgot to include the file containing the #define :)
15727         Now includes "config.h"
15728
15729 2006-08-08  Edward Hervey  <edward@fluendo.com>
15730
15731         * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
15732         Ignore test known to fail on PPC64. See #348114.
15733
15734 2006-08-04  Edgard Lima <edgard.lima@indt.org.br>
15735
15736         Patch by: Rosfran Borges <rosfran dot borges at indt dot org dot
15737         br>
15738
15739         * ext/neon/gstneonhttpsrc.c:
15740         * ext/neon/gstneonhttpsrc.h:
15741         Allow HTTP redirect (HTTP status code 302).
15742
15743 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15744
15745         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
15746         Fix event parsing by gdpdepay.  Fixes #349916.
15747
15748 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
15749
15750         Patch by: Thadeu Lima de Souza Cascardo <cascardo at holoscopio dot
15751         com>
15752
15753         * ext/Makefile.am:
15754           Use right variables when USE_SPC is defined.
15755
15756 2006-08-02  Wim Taymans  <wim@fluendo.com>
15757
15758         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_init),
15759         (gst_gdp_depay_finalize), (gst_gdp_depay_sink_event),
15760         (gst_gdp_depay_src_event), (gst_gdp_depay_chain),
15761         (gst_gdp_depay_change_state):
15762         Disable seeking.
15763         Small cleanups.
15764         Clear adapter on disconts.
15765         Clear caps when going to READY instead of NULL
15766
15767         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init),
15768         (gst_gdp_pay_init), (gst_gdp_pay_finalize), (gst_gdp_pay_reset),
15769         (gst_gdp_buffer_from_caps), (gst_gdp_pay_buffer_from_buffer),
15770         (gst_gdp_buffer_from_event), (gst_gdp_pay_reset_streamheader),
15771         (gst_gdp_queue_buffer), (gst_gdp_pay_chain),
15772         (gst_gdp_pay_sink_event), (gst_gdp_pay_src_event),
15773         (gst_gdp_pay_change_state):
15774         * gst/gdp/gstgdppay.h:
15775         Reset payloader when going to READY.
15776         Fix leaked buffers in ->queue on push errors.
15777         Disable seeking.
15778         Code cleanups.
15779         Create packetizer in _init, free in _finalize.
15780
15781 2006-07-31  Julien MOUTTE  <julien@moutte.net>
15782
15783         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_change_state),
15784         (gst_dfbvideosink_buffer_alloc): Post an error message.
15785
15786 2006-07-31  Julien MOUTTE  <julien@moutte.net>
15787
15788         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_change_state),
15789         (gst_dfbvideosink_buffer_alloc): Don't try allocating if we are not
15790         setup yet. Fail changing state if setup fails.
15791
15792 2006-07-31  Wim Taymans  <wim@fluendo.com>
15793
15794         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_init),
15795         (gst_gdp_depay_sink_event), (gst_gdp_depay_chain):
15796         Consume all events except EOS because we generate events from
15797         the gdp payload instead. Fixes #349204
15798
15799 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
15800
15801         * ext/xvid/gstxviddec.c: (gst_xviddec_init), (gst_xviddec_reset),
15802         (gst_xviddec_unset), (gst_xviddec_handle_sink_event),
15803         (gst_xviddec_setup), (gst_xviddec_negotiate), (gst_xviddec_chain),
15804         (gst_xviddec_flush_buffers), (gst_xviddec_src_getcaps),
15805         (gst_xviddec_setcaps), (gst_xviddec_change_state):
15806         * ext/xvid/gstxviddec.h:
15807           Clean-ups and code reflows. Pass return value from
15808           gst_pad_alloc_buffer() upstream among other things. Also check
15809           for NULL GValue before using GST_VALUE_TYPE macro (#348976).
15810           Mass rename of xviddec -> dec variable for better
15811           code readability.
15812
15813 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
15814
15815         * ext/xvid/gstxvid.c: (gst_xvid_image_fill):
15816           Fix size calculation for I420/YV12. Fixes #348976.
15817
15818 2006-07-27  Wim Taymans  <wim@fluendo.com>
15819
15820         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init),
15821         (gst_gsmdec_sink_setcaps), (gst_gsmdec_sink_event):
15822         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_setcaps):
15823         Fix negotiation.
15824
15825 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15826
15827         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_init):
15828           proxying get/set caps is the wrong thing to do, since we really
15829           do change caps quite fundamentally
15830         * tests/check/elements/gdpdepay.c:
15831         * tests/check/elements/gdppay.c:
15832           remove declaration of buffers, it's already done in gstcheck.h
15833
15834 2006-07-24  Sebastien Moutte  <sebastien@moutte.net>
15835
15836         * sys/directsound/gstdirectsoundsink.h:
15837         * sys/directsound/gstdirectsoundsink.c:
15838         Add an attenuation property that will directly attenuate the 
15839         directsound buffer.
15840         Change the size of the directsound secondary buffer to a half second.
15841         Add more debug logs.
15842         Add a lock to protect dsound buffer write access.
15843         Fix a bad implementation of reset.
15844         * sys/directsound/gstdirectdrawsink.c:
15845         * sys/directsound/gstdirectdrawsink.h:
15846         Add a keep_aspect_ratio property.
15847         Do not use overlay if not supported.
15848         Add more debug logs.
15849         Remove overwrite of WM_ERASEBKGND message handling. It was not
15850         redrawing border when keep_aspect_ratio was enabled.
15851         * win32/common/config.h:
15852         update version waiting an auto-generated config.h
15853
15854 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
15855
15856         Patch by: Chris Lee  <clee at kde org>
15857
15858         * configure.ac:
15859         * ext/Makefile.am:
15860         * ext/spc/Makefile.am:
15861         * ext/spc/gstspc.c: (spc_negotiate), (gst_spc_dec_base_init),
15862         (gst_spc_dec_class_init), (gst_spc_dec_init), (gst_spc_dec_chain),
15863         (gst_spc_dec_sink_event), (gst_spc_dec_src_event),
15864         (gst_spc_dec_src_query), (spc_play), (spc_setup),
15865         (gst_spc_dec_change_state), (plugin_init):
15866         * ext/spc/gstspc.h:
15867           Add libopenspc-based SPC decoder element (#348220).
15868
15869 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
15870
15871         Patch by: Martin Szulecki
15872
15873         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_get_property_helper):
15874           If "device-name" is requested and the device is not
15875           open, try to temporarily open it to obtain this
15876           information (#342494).
15877
15878 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
15879
15880         * gst/nsf/nsf.c: (nsf_load):
15881           Really fix compilation. Apparently it's not enough to
15882           just check the return value for errors, but we need to
15883           check for short reads as well (now if only we handled
15884           them too ...). Fixes #347935.
15885
15886 2006-07-18  Tim-Philipp Müller  <tim at centricular dot net>
15887
15888         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
15889           Fix caps after previous change to byte order endianness.
15890
15891         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
15892         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_init),
15893         (gst_wavpack_parse_loop):
15894         * ext/wavpack/gstwavpackparse.h:
15895           Queue incoming events if there's no source pad yet and
15896           send them downstream later when the pad is there.
15897
15898 2006-07-18  Tim-Philipp Müller  <tim at centricular dot net>
15899
15900         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_init),
15901         (gst_wavpack_dec_format_samples),
15902         (gst_wavpack_dec_clip_outgoing_buffer), (gst_wavpack_dec_chain),
15903         (gst_wavpack_dec_change_state):
15904         * ext/wavpack/gstwavpackdec.h:
15905           Output audio in native byte order (which is also how we get
15906           samples from wavpack); output samples with 21-24 bit depth
15907           with 32 bit width (makes things easier for us).
15908
15909 2006-07-18  Tim-Philipp Müller  <tim at centricular dot net>
15910
15911         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init),
15912         (gst_wavpack_dec_class_init), (gst_wavpack_dec_init),
15913         (gst_wavpack_dec_finalize), (gst_wavpack_dec_format_samples),
15914         (gst_wavpack_dec_clip_outgoing_buffer), (gst_wavpack_dec_chain),
15915         (gst_wavpack_dec_sink_event), (gst_wavpack_dec_change_state):
15916         * ext/wavpack/gstwavpackdec.h:
15917           More clean-ups: remove most of the disfunctional correction
15918           pad stuff for now, if it ever gets implemented a lot of stuff
15919           will have to be rewritten anyway; redo chain function, move
15920           errors to end, error out instead of g_assert()ing. Also rename
15921           overly long variable 'wavpackdec' to just 'dec'; miscellaneous
15922           other small stuff.
15923
15924 2006-07-18  Tim-Philipp Müller  <tim at centricular dot net>
15925
15926         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
15927
15928         * configure.ac:
15929           Check for wavpack version and define WAVPACK_OLD_API if
15930           necessary.
15931
15932         * ext/wavpack/Makefile.am:
15933         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_read_header),
15934         (gst_wavpack_read_metadata):
15935         * ext/wavpack/gstwavpackcommon.h:
15936         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init),
15937         (gst_wavpack_dec_class_init), (gst_wavpack_dec_init),
15938         (gst_wavpack_dec_finalize), (gst_wavpack_dec_format_samples),
15939         (gst_wavpack_dec_clip_outgoing_buffer), (gst_wavpack_dec_chain),
15940         (gst_wavpack_dec_sink_event), (gst_wavpack_dec_change_state),
15941         (gst_wavpack_dec_request_new_pad), (gst_wavpack_dec_plugin_init):
15942         * ext/wavpack/gstwavpackdec.h:
15943         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_class_init),
15944         (gst_wavpack_enc_init), (gst_wavpack_enc_finalize),
15945         (gst_wavpack_enc_set_wp_config):
15946         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init),
15947         (gst_wavpack_parse_finalize), (gst_wavpack_parse_class_init),
15948         (gst_wavpack_parse_index_get_entry_from_sample),
15949         (gst_wavpack_parse_scan_to_find_sample),
15950         (gst_wavpack_parse_handle_seek_event),
15951         (gst_wavpack_parse_create_src_pad):
15952         * ext/wavpack/gstwavpackstreamreader.c:
15953         * ext/wavpack/gstwavpackstreamreader.h:
15954           Port to new/official wavpack API, don't use API that was exported
15955           in wavpack header files and in the lib but meant to be private, at
15956           least not for recent wavpack versions; misc. 'cleanups' (#347443).
15957
15958 2006-07-18  Wim Taymans  <wim@fluendo.com>
15959
15960         * gst/nsf/nsf.c: (nsf_load):
15961         Fix compilation by not ignoring return values of fread.
15962
15963 2006-07-17  Thomas Vander Stichele  <thomas at apestaart dot org>
15964
15965         * docs/plugins/inspect/plugin-alsaspdif.xml:
15966         * docs/plugins/inspect/plugin-filter.xml:
15967         * docs/plugins/inspect/plugin-h264parse.xml:
15968         * docs/plugins/inspect/plugin-musepack.xml:
15969         * docs/plugins/inspect/plugin-nsfdec.xml:
15970         * docs/plugins/inspect/plugin-sdl.xml:
15971         * docs/plugins/inspect/plugin-spectrum.xml:
15972           adding more inspect docs
15973
15974 2006-07-17  Thomas Vander Stichele  <thomas at apestaart dot org>
15975
15976         * docs/plugins/inspect/plugin-gdp.xml:
15977           actually commit inspectation of gdp element
15978
15979 2006-07-17  Thomas Vander Stichele  <thomas at apestaart dot org>
15980
15981         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_class_init):
15982         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init),
15983           remove parent_class setting, BOILERPLATE does this
15984         (gst_gdp_pay_reset_streamheader):
15985           fix typo in comment
15986
15987 2006-07-17  Wim Taymans  <wim@fluendo.com>
15988
15989         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
15990         (gst_qtdemux_prepare_current_sample),
15991         (gst_qtdemux_loop_state_movie):
15992         Store duration in uint64 too instead of clipping.
15993         When we do a keyframe seek and the requested time is at the
15994         keyframe, don't seek back to the beginning of the keyframe.
15995         Fixes #347439.
15996
15997 2006-07-16  Wim Taymans  <wim@fluendo.com>
15998
15999         * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_sync):
16000         Don't crash on small buffers.
16001
16002 2006-07-15  Stefan Kost  <ensonic@users.sf.net>
16003
16004         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_sink_activate):
16005         Reset adapter.
16006
16007 2006-07-15  Stefan Kost  <ensonic@users.sf.net>
16008
16009         * gst/spectrum/demo-audiotest.c: (main):
16010         * gst/spectrum/demo-osssrc.c: (main):
16011         Do not use deprecated gtk functions.
16012
16013 2006-07-14  Wim Taymans  <wim@fluendo.com>
16014
16015         * gst/nsf/Makefile.am:
16016         * gst/nsf/memguard.c:
16017         * gst/nsf/memguard.h:
16018         * gst/nsf/types.h:
16019         Remove crack malloc/free replacement.
16020
16021 2006-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16022
16023         * docs/plugins/Makefile.am:
16024         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
16025         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
16026           add more plugins and elements to docs
16027         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
16028           fix segfaults due to wrong g_free
16029           add example
16030         * gst/gdp/gstgdppay.c:
16031           add example
16032
16033 2006-07-13  Wim Taymans  <wim@fluendo.com>
16034
16035         * gst/nsf/Makefile.am:
16036         Fix build.
16037
16038 2006-07-13  Wim Taymans  <wim@fluendo.com>
16039
16040         Based on patches by: Johan Dahlin <johan at gnome dot org>
16041                 Ronald Bultje <rbultje at ronald dot bitfreak dot net>
16042
16043         * configure.ac:
16044         * gst/nsf/Makefile.am:
16045         * gst/nsf/dis6502.h:
16046         * gst/nsf/fds_snd.c:
16047         * gst/nsf/fds_snd.h:
16048         * gst/nsf/fmopl.c:
16049         * gst/nsf/fmopl.h:
16050         * gst/nsf/gstnsf.c:
16051         * gst/nsf/gstnsf.h:
16052         * gst/nsf/log.c:
16053         * gst/nsf/log.h:
16054         * gst/nsf/memguard.c:
16055         * gst/nsf/memguard.h:
16056         * gst/nsf/mmc5_snd.c:
16057         * gst/nsf/mmc5_snd.h:
16058         * gst/nsf/nes6502.c:
16059         * gst/nsf/nes6502.h:
16060         * gst/nsf/nes_apu.c:
16061         * gst/nsf/nes_apu.h:
16062         * gst/nsf/nsf.c:
16063         * gst/nsf/nsf.h:
16064         * gst/nsf/osd.h:
16065         * gst/nsf/types.h:
16066         * gst/nsf/vrc7_snd.c:
16067         * gst/nsf/vrc7_snd.h:
16068         * gst/nsf/vrcvisnd.c:
16069         * gst/nsf/vrcvisnd.h:
16070         Added NSF decoder plugin. Fixes 151192. 
16071
16072 2006-07-13  Tim-Philipp Müller  <tim at centricular dot net>
16073
16074         * tests/check/Makefile.am:
16075           Only run mpeg2enc unit test if we built the mpeg2enc plugin.
16076
16077 2006-07-13  Tim-Philipp Müller  <tim at centricular dot net>
16078
16079         * configure.ac:
16080           Don't error out in configure if mjpegtools dev is not there.
16081
16082 2006-07-13  Tim-Philipp Müller  <tim at centricular dot net>
16083
16084         Patch by: Mark Nauwelaerts <manauw at skynet be>
16085
16086         * configure.ac:
16087         * ext/Makefile.am:
16088         * ext/mpeg2enc/Makefile.am:
16089         * ext/mpeg2enc/gstmpeg2enc.cc:
16090         * ext/mpeg2enc/gstmpeg2enc.hh:
16091         * ext/mpeg2enc/gstmpeg2encoder.cc:
16092         * ext/mpeg2enc/gstmpeg2encoder.hh:
16093         * ext/mpeg2enc/gstmpeg2encoptions.cc:
16094         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
16095         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
16096         * ext/mpeg2enc/gstmpeg2encstreamwriter.cc:
16097         * ext/mpeg2enc/gstmpeg2encstreamwriter.hh:
16098           Port mpeg2enc to 0.10 (#343184).
16099
16100         * tests/check/Makefile.am:
16101         * tests/check/elements/.cvsignore:
16102         * tests/check/elements/mpeg2enc.c:
16103           Add unit test for mpeg2enc.
16104
16105         * tests/icles/.cvsignore:
16106           Ignore pitch-test.
16107
16108 2006-07-12  Tim-Philipp Müller  <tim at centricular dot net>
16109
16110         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init):
16111           Fix typo in property nick.
16112
16113 2006-07-10  Wim Taymans  <wim@fluendo.com>
16114
16115         * gst/filter/gstbpwsinc.h:
16116         * gst/filter/gstiir.h:
16117         * gst/filter/gstlpwsinc.h:
16118         Don't forget new files.
16119
16120 2006-07-10  Wim Taymans  <wim@fluendo.com>
16121
16122         Patch by: Mathis Hofer <mathis dot hofer at dreamlab dot net>
16123
16124         * configure.ac:
16125         * gst/filter/Makefile.am:
16126         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_dispose),
16127         (gst_bpwsinc_base_init), (gst_bpwsinc_class_init),
16128         (gst_bpwsinc_init), (bpwsinc_set_caps), (bpwsinc_transform_ip),
16129         (bpwsinc_set_property), (bpwsinc_get_property):
16130         * gst/filter/gstfilter.c: (plugin_init):
16131         * gst/filter/gstfilter.h:
16132         * gst/filter/gstiir.c: (gst_iir_dispose), (gst_iir_base_init),
16133         (gst_iir_class_init), (gst_iir_init), (iir_set_caps),
16134         (iir_transform_ip), (iir_set_property), (iir_get_property):
16135         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_dispose),
16136         (gst_lpwsinc_base_init), (gst_lpwsinc_class_init),
16137         (gst_lpwsinc_init), (lpwsinc_set_caps), (lpwsinc_transform_ip),
16138         (lpwsinc_set_property), (lpwsinc_get_property):
16139         Ported the gstfilter plugin to GStreamer 0.10.
16140         Fixes #346853.
16141
16142 2006-07-10  Wim Taymans  <wim@fluendo.com>
16143
16144         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta):
16145           Extract comment information!!
16146
16147 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
16148
16149         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
16150         (qtdemux_tag_add_date):
16151           Extract year/date information (fixes #347079).
16152
16153 2006-07-07  Wim Taymans  <wim@fluendo.com>
16154
16155         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
16156         Don't crash on twos/sowt/raw audio. #345830.
16157
16158 2006-07-07  Wim Taymans  <wim@fluendo.com>
16159
16160         Patch by: Lutz Mueller <lutz at topfrose dot de>
16161
16162         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
16163         (gst_neonhttp_src_init), (gst_neonhttp_src_finalize),
16164         (request_dispatch), (gst_neonhttp_src_create),
16165         (gst_neonhttp_src_start), (gst_neonhttp_src_get_size),
16166         (gst_neonhttp_src_stop), (set_proxy), (set_uri),
16167         (gst_neonhttp_src_set_property), (gst_neonhttp_src_get_property),
16168         (gst_neonhttp_src_uri_set_uri), (size_header_handler):
16169         * ext/neon/gstneonhttpsrc.h:
16170         Remove unlock function. start/stop will do everything needed
16171         Removed code that was never called.
16172         Use gst_pad_alloc_buffer. Don't send EOS - parent class does that for us.
16173         Do not escape path. Fixes #346723.
16174         Additional code cleanups.
16175
16176 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
16177
16178         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16179         (gst_qtdemux_loop_state_header), (qtdemux_video_caps):
16180           Fix silly crasher in state change function; add
16181           IV41 fourcc (see bug #171111); don't output confusing
16182           debug message when skipping atoms.
16183
16184 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
16185
16186         * ext/directfb/dfbvideosink.c:
16187         * ext/gsm/gstgsmdec.c:
16188         * ext/gsm/gstgsmenc.c:
16189         * ext/libmms/gstmms.c:
16190         * ext/neon/gstneonhttpsrc.c:
16191         * ext/theora/theoradec.c:
16192         * gst/freeze/gstfreeze.c:
16193         * gst/gdp/gstgdpdepay.c:
16194         * gst/gdp/gstgdppay.c:
16195         * sys/glsink/glimagesink.c:
16196           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
16197           and fix one GObject boilerplate macro.
16198
16199 2006-06-20  Wim Taymans  <wim@fluendo.com>
16200
16201         * gst/modplug/libmodplug/stdafx.h:
16202         Fix modplug on AMD64. Fixes #345336.
16203
16204 2006-06-19  Tim-Philipp Müller  <tim at centricular dot net>
16205
16206         * configure.ac:
16207           Fix check so that future libneon API changes won't break the build.
16208
16209         * ext/neon/gstneonhttpsrc.c:
16210           Fix build with libneon-0.26.x (#345182).
16211
16212 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
16213
16214         * configure.ac:
16215           Fix --disable-external (can't set conditionals conditionally,
16216           #343602).
16217           
16218 2006-06-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16219
16220         * gst/spectrum/Makefile.am:
16221         Fix build.
16222
16223 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
16224
16225         * gst/spectrum/demo-audiotest.c: (on_window_destroy),
16226         (draw_spectrum), (message_handler), (main):
16227         * gst/spectrum/demo-osssrc.c: (on_window_destroy), (draw_spectrum),
16228         (message_handler), (main):
16229         port to use message to get results, cleanly exit when closing the window
16230         
16231         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
16232         (gst_spectrum_init), (gst_spectrum_dispose),
16233         (gst_spectrum_set_property), (gst_spectrum_get_property),
16234         (gst_spectrum_set_caps), (gst_spectrum_start),
16235         (gst_spectrum_message_new), (gst_spectrum_transform_ip):
16236         * gst/spectrum/gstspectrum.h:
16237         port to derive from basetransform and send results via messages
16238         (like level element)
16239
16240 2006-06-15  Wim Taymans  <wim@fluendo.com>
16241
16242         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
16243         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie),
16244         (gst_qtdemux_loop), (gst_qtdemux_chain), (qtdemux_parse_trak):
16245         Combine return values from src pad pushes.
16246
16247 2006-06-15  Wim Taymans  <wim@fluendo.com>
16248
16249         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header),
16250         (gst_qtdemux_prepare_current_sample), (gst_qtdemux_advance_sample),
16251         (gst_qtdemux_add_stream):
16252         Don't crash on files with 0 samples, EOS immediatly instead.
16253         Fixes #344944.
16254
16255 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
16256
16257         Patch by: Wouter Paesen  <wouter at kangaroot net>
16258
16259         * ext/soundtouch/Makefile.am:
16260         * ext/soundtouch/gstpitch.cc:
16261           Make pitch element controllable via GstController interface
16262           (#344821).
16263           
16264         * configure.ac:
16265           Up core requirements to 0.10.8.1/CVS because earlier
16266           GstControllers can't handle float properties correctly.
16267           Check for GstController CFLAGS and LIBS.
16268
16269         * tests/icles/Makefile.am:
16270         * tests/icles/pitch-test.c: (main):
16271           Add small test program for the above (welcome to the 80s!).
16272
16273 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
16274
16275         Patch by: Sebastian Dröge  <slomo at circular-chaos org>
16276
16277         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init),
16278         (gst_wavpack_enc_class_init), (gst_wavpack_enc_set_wp_config),
16279         (gst_wavpack_enc_chain), (gst_wavpack_enc_sink_event),
16280         (gst_wavpack_enc_set_property), (gst_wavpack_enc_get_property):
16281         * ext/wavpack/gstwavpackenc.h:
16282           Use bitrate property solely for bitrates and add new
16283           bits-per-sample property for the other stuff. Set duration
16284           to 'unknown' in initial header and resend header with proper
16285           duration on EOS; update Sebastian's e-mail address.
16286
16287 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
16288
16289         * examples/directfb/.cvsignore:
16290         * ext/directfb/.cvsignore:
16291           #define red green
16292
16293 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
16294
16295         * gst/spectrum/.cvsignore:
16296           Ignore more.
16297
16298 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
16299
16300         * ext/libmms/gstmms.c: (gst_mms_create):
16301           Set caps on outgoing buffers.
16302
16303         * sys/directdraw/gstdirectdrawsink.c: (gst_directdrawsink_init):
16304           Comment out unused global instance variable.
16305
16306 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
16307
16308         Patch by: Sebastian Dröge  <mail at slomosnail de>
16309
16310         * ext/wavpack/Makefile.am:
16311         * ext/wavpack/gstwavpack.c: (plugin_init):
16312         * ext/wavpack/gstwavpackcommon.h:
16313         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_mode_get_type),
16314         (gst_wavpack_enc_correction_mode_get_type),
16315         (gst_wavpack_enc_joint_stereo_mode_get_type),
16316         (gst_wavpack_enc_base_init), (gst_wavpack_enc_class_init),
16317         (gst_wavpack_enc_init), (gst_wavpack_enc_dispose),
16318         (gst_wavpack_enc_sink_set_caps), (gst_wavpack_enc_set_wp_config),
16319         (gst_wavpack_enc_format_samples), (gst_wavpack_enc_push_block),
16320         (gst_wavpack_enc_chain), (gst_wavpack_enc_rewrite_first_block),
16321         (gst_wavpack_enc_sink_event), (gst_wavpack_enc_change_state),
16322         (gst_wavpack_enc_set_property), (gst_wavpack_enc_get_property),
16323         (gst_wavpack_enc_plugin_init):
16324         * ext/wavpack/gstwavpackenc.h:
16325         * ext/wavpack/md5.c:
16326         * ext/wavpack/md5.h:
16327           Add wavpack encoder element (#343131).
16328
16329 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
16330
16331         * configure.ac:
16332           Check for X before using X_CFLAGS in the check for opengl (#343866).
16333           
16334         * ext/musepack/Makefile.am:
16335         * ext/wavpack/Makefile.am:
16336         * gst/speed/Makefile.am:
16337           Add missing GST_LIBS, fixes build on cygwin (#343866).
16338
16339 2006-06-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16340
16341         * configure.ac:
16342           enable building of GDP elements
16343         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
16344         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init),
16345         (gst_gdp_pay_init), (gst_gdp_buffer_from_caps),
16346         (gst_gdp_pay_buffer_from_buffer), (gst_gdp_buffer_from_event),
16347         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_sink_event),
16348         (gst_gdp_pay_set_property), (gst_gdp_pay_get_property),
16349         (gst_gdp_pay_change_state):
16350         * gst/gdp/gstgdppay.h:
16351           add version 1.0
16352
16353 2006-06-02  Michael Smith  <msmith@fluendo.com>
16354
16355         * ext/theora/theoradec.c: (theora_dec_src_convert),
16356         (theora_handle_type_packet), (theora_handle_422_image),
16357         (theora_handle_444_image), (theora_handle_420_image),
16358         (theora_handle_data_packet):
16359           Theora 4:4:4 pixel format support.
16360
16361 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16362
16363         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init),
16364         (gst_gdp_pay_init), (gst_gdp_buffer_from_caps),
16365         (gst_gdp_pay_buffer_from_buffer), (gst_gdp_buffer_from_event),
16366         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain),
16367         (gst_gdp_pay_sink_event), (gst_gdp_pay_set_property),
16368         (gst_gdp_pay_get_property):
16369           add crc-header and crc-payload properties
16370           don't error out on some things that are recoverable
16371         * tests/check/elements/gdppay.c: (GST_START_TEST), (gdppay_suite):
16372           add test for crc
16373
16374 2006-06-02  Stefan Kost  <ensonic@users.sf.net>
16375
16376         * ext/alsaspdif/alsaspdifsink.h:
16377         * ext/amrwb/gstamrwbdec.h:
16378         * ext/amrwb/gstamrwbenc.h:
16379         * ext/amrwb/gstamrwbparse.h:
16380         * ext/arts/gst_arts.h:
16381         * ext/artsd/gstartsdsink.h:
16382         * ext/audiofile/gstafparse.h:
16383         * ext/audiofile/gstafsink.h:
16384         * ext/audiofile/gstafsrc.h:
16385         * ext/audioresample/gstaudioresample.h:
16386         * ext/bz2/gstbz2dec.h:
16387         * ext/bz2/gstbz2enc.h:
16388         * ext/dirac/gstdiracdec.h:
16389         * ext/directfb/dfbvideosink.h:
16390         * ext/divx/gstdivxdec.h:
16391         * ext/divx/gstdivxenc.h:
16392         * ext/dts/gstdtsdec.h:
16393         * ext/faac/gstfaac.h:
16394         * ext/gsm/gstgsmdec.h:
16395         * ext/gsm/gstgsmenc.h:
16396         * ext/ivorbis/vorbisenc.h:
16397         * ext/libfame/gstlibfame.h:
16398         * ext/nas/nassink.h:
16399         * ext/neon/gstneonhttpsrc.h:
16400         * ext/polyp/polypsink.h:
16401         * ext/sdl/sdlaudiosink.h:
16402         * ext/sdl/sdlvideosink.h:
16403         * ext/shout/gstshout.h:
16404         * ext/snapshot/gstsnapshot.h:
16405         * ext/sndfile/gstsf.h:
16406         * ext/swfdec/gstswfdec.h:
16407         * ext/tarkin/gsttarkindec.h:
16408         * ext/tarkin/gsttarkinenc.h:
16409         * ext/theora/theoradec.h:
16410         * ext/wavpack/gstwavpackdec.h:
16411         * ext/wavpack/gstwavpackparse.h:
16412         * ext/xine/gstxine.h:
16413         * ext/xvid/gstxviddec.h:
16414         * ext/xvid/gstxvidenc.h:
16415         * gst/cdxaparse/gstcdxaparse.h:
16416         * gst/cdxaparse/gstcdxastrip.h:
16417         * gst/colorspace/gstcolorspace.h:
16418         * gst/festival/gstfestival.h:
16419         * gst/freeze/gstfreeze.h:
16420         * gst/gdp/gstgdpdepay.h:
16421         * gst/gdp/gstgdppay.h:
16422         * gst/modplug/gstmodplug.h:
16423         * gst/mpeg1sys/gstmpeg1systemencode.h:
16424         * gst/mpeg1videoparse/gstmp1videoparse.h:
16425         * gst/mpeg2sub/gstmpeg2subt.h:
16426         * gst/mpegaudioparse/gstmpegaudioparse.h:
16427         * gst/multifilesink/gstmultifilesink.h:
16428         * gst/overlay/gstoverlay.h:
16429         * gst/playondemand/gstplayondemand.h:
16430         * gst/qtdemux/qtdemux.h:
16431         * gst/rtjpeg/gstrtjpegdec.h:
16432         * gst/rtjpeg/gstrtjpegenc.h:
16433         * gst/smooth/gstsmooth.h:
16434         * gst/smoothwave/gstsmoothwave.h:
16435         * gst/spectrum/gstspectrum.h:
16436         * gst/speed/gstspeed.h:
16437         * gst/stereo/gststereo.h:
16438         * gst/switch/gstswitch.h:
16439         * gst/tta/gstttadec.h:
16440         * gst/tta/gstttaparse.h:
16441         * gst/videodrop/gstvideodrop.h:
16442         * gst/xingheader/gstxingmux.h:
16443         * sys/directdraw/gstdirectdrawsink.h:
16444         * sys/directsound/gstdirectsoundsink.h:
16445         * sys/dxr3/dxr3audiosink.h:
16446         * sys/dxr3/dxr3spusink.h:
16447         * sys/dxr3/dxr3videosink.h:
16448         * sys/qcam/gstqcamsrc.h:
16449         * sys/vcd/vcdsrc.h:
16450         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
16451
16452 2006-05-31  Edward Hervey  <edward@fluendo.com>
16453
16454         * ext/faad/gstfaad.h:
16455         Forgot to commit the header file too.
16456
16457 2006-05-31  Edward Hervey  <edward@fluendo.com>
16458
16459         * ext/faad/gstfaad.c: (gst_faad_class_init), (gst_faad_init),
16460         (gst_faad_dispose), (gst_faad_sink_event), (clip_outgoing_buffer),
16461         (gst_faad_chain), (gst_faad_change_state):
16462         Added GstSegment to control segments.
16463         Added clipping/dropping of outgoing buffers in order to have accurate
16464         seeking working properly.
16465
16466 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
16467
16468         Patch by: Lutz Müller  <lutz at topfrose de>
16469
16470         * ext/bz2/Makefile.am:
16471         * ext/bz2/gstbz2dec.c: (gst_bz2dec_chain), (gst_bz2dec_init),
16472         (gst_bz2dec_change_state), (gst_bz2dec_class_init):
16473           Use gst_type_find_helper_* functions for typefinding; use
16474           correct caps with gst_pad_alloc_buffer(); add state change
16475           function and reset decoder in it; don't unref buffer if
16476           pad_push fails; use fixed caps on source pad. (#341524).
16477
16478 2006-05-27  Stefan Kost  <ensonic@users.sf.net>
16479
16480         * gst/spectrum/Makefile.am:
16481         * gst/spectrum/demo-audiotest.c: (on_frequency_changed),
16482         (spectrum_chain), (main):
16483         * gst/spectrum/demo-osssrc.c:
16484         added another example
16485         
16486         * sys/v4l2/gstv4l2src.c:
16487         fix typo
16488
16489 2006-05-26  Edward Hervey  <edward@fluendo.com>
16490
16491         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment): 
16492         Clip the outputed NEWSEGMENT stop time to the configured segment stop
16493         time.
16494
16495 2006-05-26  Wim Taymans  <wim@fluendo.com>
16496
16497         * gst/qtdemux/qtdemux.c: (gst_qtdemux_do_seek):
16498         Don't clear the running variable in the seek code.
16499
16500 2006-05-24  Wim Taymans  <wim@fluendo.com>
16501
16502         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_esds):
16503         Detect QCELP in mp4a descriptors.
16504
16505 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
16506
16507         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak), (plugin_init):
16508           po/POTFILES.in:
16509           Throw an error when the file is encrypted. Move plugin_init stuff
16510           to the end of the file, add stuff for i18n, make debug category
16511           static.
16512
16513 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
16514
16515         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
16516
16517         * configure.ac:
16518         * gst/h264parse/Makefile.am:
16519         * gst/h264parse/gsth264parse.c: (gst_h264_parse_base_init),
16520         (gst_h264_parse_finalize), (gst_h264_parse_class_init),
16521         (gst_h264_parse_init), (gst_h264_parse_chain),
16522         (gst_h264_parse_handle_event), (plugin_init):
16523         * gst/h264parse/gsth264parse.h:
16524           New plugin: h264parse (#340638)
16525
16526 2006-05-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16527
16528         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain),
16529         (gst_gdp_depay_change_state):
16530         * gst/gdp/gstgdpdepay.h:
16531         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset_streamheader),
16532         (gst_gdp_pay_chain), (gst_gdp_pay_sink_event),
16533         (gst_gdp_pay_change_state):
16534         * gst/gdp/gstgdppay.h:
16535           Handle error cases when calling functions
16536           do downwards state change after parent's change_state
16537         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
16538         * tests/check/elements/gdppay.c: (GST_START_TEST):
16539           clean up more
16540
16541 2006-05-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16542
16543         * gst/gdp/Makefile.am:
16544         * gst/gdp/gstgdp.c: (plugin_init):
16545         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_base_init),
16546         (gst_gdp_depay_class_init), (gst_gdp_depay_init),
16547         (gst_gdp_depay_finalize), (gst_gdp_depay_chain),
16548         (gst_gdp_depay_change_state), (gst_gdp_depay_plugin_init):
16549         * gst/gdp/gstgdpdepay.h:
16550         * gst/gdp/gstgdppay.c: (gst_gdp_pay_base_init),
16551         (gst_gdp_pay_class_init), (gst_gdp_pay_init),
16552         (gst_gdp_pay_dispose), (gst_gdp_stamp_buffer),
16553         (gst_gdp_buffer_from_caps), (gst_gdp_pay_buffer_from_buffer),
16554         (gst_gdp_buffer_from_event), (gst_gdp_pay_reset_streamheader),
16555         (gst_gdp_queue_buffer), (gst_gdp_pay_chain),
16556         (gst_gdp_pay_sink_event), (gst_gdp_pay_change_state),
16557         (gst_gdp_pay_plugin_init):
16558         * gst/gdp/gstgdppay.h:
16559         * tests/check/Makefile.am:
16560         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
16561         (cleanup_gdpdepay), (gdpdepay_push_per_byte), (GST_START_TEST),
16562         (setup_gdpdepay_streamheader), (gdpdepay_suite), (main):
16563         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay),
16564         (GST_START_TEST), (setup_gdppay_streamheader), (gdppay_suite),
16565         (main):
16566           adding GDP payloader and depayloader.  Build integration will
16567           follow later when the GDP issues for core are sorted out.
16568
16569 2006-05-21  Stefan Kost  <ensonic@users.sf.net>
16570
16571         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
16572         (gst_spectrum_init), (gst_spectrum_set_sink_caps),
16573         (gst_spectrum_get_sink_caps), (gst_spectrum_chain):
16574           Use boilerplate macro, fix strings to match plugin-moval-requirements
16575
16576 2006-05-21  Stefan Kost  <ensonic@users.sf.net>
16577
16578         * gst/spectrum/Makefile.am:
16579           Link to base libraries
16580
16581         * gst/spectrum/demo-osssrc.c: (main):
16582           use new threshhold property
16583
16584         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
16585         (gst_spectrum_init), (gst_spectrum_dispose),
16586         (gst_spectrum_set_property), (gst_spectrum_set_sink_caps),
16587         (gst_spectrum_get_sink_caps), (gst_spectrum_chain),
16588         (gst_spectrum_change_state):
16589         * gst/spectrum/gstspectrum.h:
16590         Use gst_adapter, support multiple-channels, add threshold property for
16591         result, add docs, fix resulting spectrum range (was including mirrored
16592         results)
16593
16594 2006-05-21  Stefan Kost  <ensonic@users.sf.net>
16595
16596         * configure.ac:
16597         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main):
16598         * gst/spectrum/fix_fft.c: (gst_spectrum_fix_dot):
16599         * gst/spectrum/gstspectrum.c: (gst_spectrum_get_type),
16600         (gst_spectrum_base_init), (gst_spectrum_class_init),
16601         (gst_spectrum_init), (gst_spectrum_dispose),
16602         (gst_spectrum_set_property), (gst_spectrum_chain):
16603         * gst/spectrum/gstspectrum.h:
16604         Initial port of the spectrum element
16605
16606 2006-05-19  Edgard Lima <edgard.lima@indt.org.br>
16607
16608         * sys/v4l2/gstv4l2.c:
16609         * sys/v4l2/gstv4l2object.c:
16610         * sys/v4l2/gstv4l2object.h:
16611         * sys/v4l2/gstv4l2src.c:
16612         * sys/v4l2/gstv4l2xoverlay.c:
16613         Some clean-ups requested by wingo in bug #338818.       
16614
16615 2006-05-19  Michael Smith  <msmith@fluendo.com>
16616
16617         * ext/alsaspdif/alsaspdifsink.c: (alsaspdifsink_base_init),
16618         (alsaspdifsink_class_init), (alsaspdifsink_init),
16619         (alsaspdifsink_dispose), (alsaspdifsink_set_property),
16620         (alsaspdifsink_get_property), (alsaspdifsink_set_caps),
16621         (alsaspdifsink_get_time), (alsaspdifsink_open),
16622         (alsaspdifsink_close), (alsaspdifsink_find_pcm_device),
16623         (alsaspdifsink_write_frame), (alsaspdifsink_event),
16624         (alsaspdifsink_get_times), (alsaspdifsink_current_delay),
16625         (generate_iec958_zero_frame), (alsaspdifsink_render),
16626         (ignore_alsa_err), (alsaspdifsink_change_state), (plugin_init):
16627         * ext/alsaspdif/alsaspdifsink.h:
16628           Use sampling rate from set_caps. Comment out some more unused code.
16629
16630 2006-05-18  Stefan Kost  <ensonic@users.sf.net>
16631
16632         * configure.ac:
16633           Check for X11
16634         * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices):
16635         * sys/v4l2/gstv4l2object.h:
16636         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_iface_supported):
16637         * sys/v4l2/gstv4l2src.h:
16638         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open):
16639         * sys/v4l2/gstv4l2xoverlay.h:
16640           Code cleanups, fix debug macros
16641
16642 2006-05-18  Michael Smith  <msmith@fluendo.com>
16643
16644         * ext/Makefile.am:
16645           Fix distcheck?
16646
16647 2006-05-18  Michael Smith  <msmith@fluendo.com>
16648
16649         * configure.ac:
16650         * ext/Makefile.am:
16651         * ext/alsaspdif/Makefile.am:
16652         * ext/alsaspdif/alsaspdifsink.c: (alsaspdifsink_base_init),
16653         (alsaspdifsink_class_init), (alsaspdifsink_init),
16654         (alsaspdifsink_dispose), (alsaspdifsink_set_property),
16655         (alsaspdifsink_get_property), (alsaspdifsink_provide_clock),
16656         (alsaspdifsink_get_time), (alsaspdifsink_open),
16657         (alsaspdifsink_close), (alsaspdifsink_find_pcm_device),
16658         (alsaspdifsink_write_frame), (alsaspdifsink_event),
16659         (alsaspdifsink_get_times), (alsaspdifsink_current_delay),
16660         (generate_iec958_zero_frame), (alsaspdifsink_render),
16661         (ignore_alsa_err), (alsaspdifsink_change_state), (plugin_init):
16662         * ext/alsaspdif/alsaspdifsink.h:
16663           Add an alsa plugin to output IEC958 frames over S/PDIF
16664
16665 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
16666
16667         * ext/faad/gstfaad.c: (gst_faad_update_caps), (gst_faad_chain):
16668           Remove unused caps cruft from chain function altogether.
16669
16670 2006-05-17  Edward Hervey  <edward@fluendo.com>
16671
16672         * ext/faad/gstfaad.c: (gst_faad_chain): 
16673         There's no guarantee that caps was set to something, and if it did, the
16674         function called to fill that variable actually sets the caps on the
16675         sourcpad, so we call gst_pad_alloc_buffer_and_set_caps() using
16676         GST_PAD_CAPS(faad->srcpad).
16677
16678 2006-05-13  Tim-Philipp Müller  <tim at centricular dot net>
16679
16680         Patch by: Young-Ho Cha  <ganadist chollian net>
16681
16682         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chain),
16683         (gst_faad_change_state):
16684         * ext/faad/gstfaad.h:
16685           If we encounter a decoding error, don't error out immediately,
16686           but try to resync (or see if we have better luck with the next
16687           buffer in case of framed input). Only error out after five
16688           consecutive errors. Fixes #341563.
16689
16690 2006-05-12  Wim Taymans  <wim@fluendo.com>
16691
16692         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init),
16693         (gst_xvidenc_init), (gst_xvidenc_finalize),
16694         (gst_xvidenc_handle_sink_event), (gst_xvidenc_setup),
16695         (gst_xvidenc_setcaps), (gst_xvidenc_encode), (gst_xvidenc_chain),
16696         (gst_xvidenc_flush_buffers), (gst_xvidenc_set_property),
16697         (gst_xvidenc_get_property):
16698         Compile fixes.
16699
16700 2006-05-12  Wim Taymans  <wim@fluendo.com>
16701
16702         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
16703
16704         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_structure_to_csp),
16705         (gst_xvid_csp_to_caps), (gst_xvid_image_get_size),
16706         (gst_xvid_image_fill):
16707         * ext/xvid/gstxvid.h:
16708         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
16709         (gst_xviddec_init), (gst_xviddec_reset), (gst_xviddec_unset),
16710         (gst_xviddec_handle_sink_event), (gst_xviddec_setup),
16711         (gst_xviddec_add_par), (gst_xviddec_negotiate),
16712         (gst_xviddec_decode), (gst_xviddec_chain),
16713         (gst_xviddec_flush_buffers), (gst_xviddec_src_getcaps),
16714         (gst_xviddec_src_link), (gst_xviddec_setcaps),
16715         (gst_xviddec_change_state):
16716         * ext/xvid/gstxviddec.h:
16717         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
16718         (gst_xvidenc_quant_type_get_type), (gst_xvidenc_pass_get_type),
16719         (gst_xvidenc_get_type), (gst_xvidenc_base_init),
16720         (gst_xvidenc_class_init), (gst_xvidenc_init),
16721         (gst_xvidenc_finalize), (gst_xvidenc_handle_sink_event),
16722         (gst_xvidenc_setup), (gst_xvidenc_setcaps), (gst_xvidenc_encode),
16723         (gst_xvidenc_chain), (gst_xvidenc_flush_buffers),
16724         (gst_xvidenc_set_property), (gst_xvidenc_get_property),
16725         (gst_xvidenc_change_state):
16726         * ext/xvid/gstxvidenc.h:
16727         xvid plugin to support more capabilities of XviD codec.
16728         Fixes #339462.
16729         Some more cleanups here and there.
16730
16731 2006-05-11  Edgard Lima <edgard.lima@indt.org.br>
16732
16733         * sys/v4l2/Makefile.am:
16734         * sys/v4l2/gstv4l2.c:
16735         * sys/v4l2/gstv4l2colorbalance.c:
16736         * sys/v4l2/gstv4l2colorbalance.h:
16737         * sys/v4l2/gstv4l2element.c:
16738         * sys/v4l2/gstv4l2element.h:
16739         * sys/v4l2/gstv4l2object.c:
16740         * sys/v4l2/gstv4l2object.h:
16741         * sys/v4l2/gstv4l2src.c:
16742         * sys/v4l2/gstv4l2src.h:
16743         * sys/v4l2/gstv4l2tuner.c:
16744         * sys/v4l2/gstv4l2tuner.h:
16745         * sys/v4l2/gstv4l2xoverlay.c:
16746         * sys/v4l2/gstv4l2xoverlay.h:
16747         * sys/v4l2/v4l2_calls.c:
16748         * sys/v4l2/v4l2_calls.h:
16749         * sys/v4l2/v4l2src_calls.c:
16750         * sys/v4l2/v4l2src_calls.h:
16751         Changes proposed by Wingo in bug #338818.
16752
16753 2006-05-11  Wim Taymans  <wim@fluendo.com>
16754
16755         * gst/qtdemux/qtdemux.c: (qtdemux_parse), (qtdemux_parse_trak),
16756         (gst_qtdemux_handle_esds):
16757         Figure out the real audio type in mp4a boxes by parsing the
16758         optional descriptors in the optional esds box. Promote the
16759         default AAC to mp3 when indicated. Fixes #330632.
16760
16761 2006-05-10  Wim Taymans  <wim@fluendo.com>
16762
16763         * gst/qtdemux/qtdemux.c: (qtdemux_parse), (qtdemux_dump_unknown),
16764         (qtdemux_parse_trak), (gst_qtdemux_handle_esds):
16765         Parse version 2 sample descriptions. Fixes #341231
16766         Don't #define gst_util_dump_mem(), use something more
16767         specific instead to avoid confusion.
16768
16769 2006-05-08  Edgard Lima <edgard.lima@indt.org.br>
16770
16771         * sys/v4l2/gstv4l2src.c:
16772         * sys/v4l2/v4l2src_calls.c:
16773         Fix fourcc name printed out. Patch from Martin Rubli.
16774
16775 2006-05-08  Wim Taymans  <wim@fluendo.com>
16776
16777         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_src_query),
16778         (qtdemux_dump_mvhd):
16779         Don't cause side effects in a debugging function.
16780         Also report duration in push mode since we can.
16781
16782 2006-05-08  Edward Hervey  <edward@fluendo.com>
16783
16784         * autogen.sh: (CONFIGURE_DEF_OPT): 
16785         libtoolize on Darwin/MacOSX is called glibtoolize
16786
16787 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
16788
16789         * ext/amrwb/gstamrwbdec.c:
16790         * ext/amrwb/gstamrwbenc.c:
16791         * ext/sdl/sdlaudiosink.c:
16792         * ext/sdl/sdlvideosink.c:
16793         * ext/wavpack/gstwavpackdec.c:
16794         * ext/xine/xine.c:
16795         * ext/xine/xineaudiodec.c:
16796         * ext/xine/xineaudiosink.c:
16797         * ext/xine/xineinput.c:
16798         * gst/cdxaparse/gstcdxaparse.c:
16799         * gst/freeze/gstfreeze.c:
16800         * sys/v4l2/gstv4l2element.c:
16801         Add semicolons after GST_BOILERPLATE[_FULL] so that
16802         indent doesn't mess up following lines.
16803
16804 2006-05-05  Edgard Lima <edgard.lima@indt.org.br>
16805
16806         * sys/v4l2/gstv4l2element.c:
16807         * sys/v4l2/gstv4l2element.h:
16808         * sys/v4l2/gstv4l2src.c:
16809         * sys/v4l2/gstv4l2src.h:
16810         * sys/v4l2/gstv4l2tuner.c:
16811         * sys/v4l2/gstv4l2tuner.h:
16812         * sys/v4l2/v4l2_calls.c:
16813         * sys/v4l2/v4l2_calls.h:
16814         * sys/v4l2/v4l2src_calls.c:
16815         * sys/v4l2/v4l2src_calls.h:
16816         * tests/icles/v4l2src-test.c:
16817         Some changes proposed by wingo in bug #338818 (but not everything
16818         yet). Patch from Martin Rubli to fix framerate detection.
16819
16820 2006-05-05  Tim-Philipp Müller  <tim at centricular dot net>
16821
16822         * ext/sdl/sdlaudiosink.c: (gst_sdlaudio_sink_prepare):
16823           Use (NULL) instead of just NULL in GST_ELEMENT_ERROR macro.
16824
16825 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
16826
16827         * configure.ac:
16828           Back to CVS
16829
16830 === release 0.10.3 ===
16831
16832 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
16833
16834         * configure.ac:
16835           releasing 0.10.3, "Petition to request permission"
16836
16837 2006-05-04  Julien MOUTTE  <julien@moutte.net>
16838
16839         * tests/icles/Makefile.am: Fix build.
16840
16841 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
16842
16843         * ext/musicbrainz/Makefile.am:
16844           Add GST_PLUGINS_BASE_CFLAGS to CFLAGS for gst/tag/tag.h
16845
16846 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
16847
16848         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
16849         Clean up one piece of logic slightly and remove a 
16850         dead code block.
16851
16852 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
16853
16854         * docs/plugins/Makefile.am:
16855         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
16856         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
16857         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
16858         * docs/plugins/inspect/plugin-musicbrainz.xml:
16859         * ext/musicbrainz/gsttrm.c:
16860         * ext/musicbrainz/gsttrm.h:
16861           Everybody loves docs - add docs for musicbrainz plugin.
16862
16863 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
16864
16865         * ext/Makefile.am:
16866           Add musicbrainz dir to DIST_SUBDIRS as well (fixes distcheck).
16867           
16868 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
16869
16870         * ext/Makefile.am:
16871           Forgot to commit this one.
16872
16873 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
16874
16875         Patch by: James "Doc" Livingston  <doclivingston gmail com>
16876
16877         * configure.ac:
16878         * ext/musicbrainz/Makefile.am:
16879         * ext/musicbrainz/gsttrm.c: (gst_trm_base_init),
16880         (gst_trm_class_init), (gst_trm_init), (gst_trm_setcaps),
16881         (gst_trm_chain), (gst_trm_emit_signature), (gst_trm_set_property),
16882         (gst_trm_get_property), (gst_trm_change_state), (plugin_init):
16883         * ext/musicbrainz/gsttrm.h:
16884           Port MusicBrainz TRM plugin (#336898).
16885
16886 2006-05-03  Michael Smith  <msmith@fluendo.com>
16887
16888         * ext/faad/gstfaad.c: (gst_faad_setcaps),
16889         (looks_like_valid_header), (gst_faad_chain):
16890           Fix #334748: use fake_codec_data if the first bytes of the first
16891           buffer we process doesn't look like plausible AAC data (e.g.
16892           reserved values for rate, or channels). Fixes playback of Apple's
16893           movie trailers.
16894
16895 2006-05-02  Edgard Lima <edgard.lima@indt.org.br>
16896
16897         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_caps):
16898         Fix get_caps func to work when no framerate is available and the caps
16899         isn't simple.
16900
16901 2006-05-01  Edgard Lima <edgard.lima@indt.org.br>
16902
16903         * sys/v4l2/Makefile.am:
16904         * sys/v4l2/gstv4l2colorbalance.c:
16905         * sys/v4l2/gstv4l2xoverlay.c:
16906         * sys/v4l2/v4l2_calls.c:
16907         * tests/icles/Makefile.am:
16908         * tests/icles/v4l2src-test.c:
16909         Few improvements to move to good.
16910
16911 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16912
16913         * configure.ac:
16914         * docs/plugins/Makefile.am:
16915         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
16916         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
16917         * docs/plugins/inspect/plugin-taglib.xml:
16918         * ext/Makefile.am:
16919         * ext/taglib/Makefile.am:
16920         * ext/taglib/gstid3v2mux.cc:
16921         * ext/taglib/gstid3v2mux.h:
16922         * ext/taglib/gsttaglib.cc:
16923         * ext/taglib/gsttaglib.h:
16924         * tests/check/Makefile.am:
16925         * tests/check/elements/tagid3v2mux.c:
16926           moved to good.  Closes #336110
16927
16928 2006-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16929
16930         * docs/plugins/Makefile.am:
16931         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
16932         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
16933         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
16934         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
16935         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
16936           Fix up docs for taglib plugin
16937           Also scan .cc files
16938
16939 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
16940
16941         * ext/taglib/gsttaglib.cc:
16942           Post an error message on the bus in the (extremely unlikely)
16943           case of an error.
16944
16945 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
16946
16947         * ext/taglib/Makefile.am:
16948         * ext/taglib/gstid3v2mux.cc:
16949         * ext/taglib/gstid3v2mux.h:
16950         * ext/taglib/gsttaglib.cc:
16951         * ext/taglib/gsttaglib.h:
16952           Split the actual ID3v2 tag rendering code into
16953           its own subclass.
16954
16955 2006-04-29  Sebastien Moutte  <sebastien@moutte.net>
16956
16957         * ext/neon/gstneonhttpsrc.c:
16958         * ext/neon/gstneonhttpsrc.h:
16959           added iradio-mode support as in gnomevfssrc to enable 
16960           connections with icydemux that will send title tag messages on 
16961           shoutcast/icecast streams. I've also added iradio properties
16962           iradio-name, iradio-genre, iradio-url.
16963           added user-agent property because some shoutcast streams don't return 
16964           data if the GET requests don't have a User-Agent.
16965         * win32/common/libgstneon.dsp:
16966           use debug version of libneon in debug mode
16967 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16968
16969         * configure.ac:
16970         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
16971         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
16972         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
16973         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
16974         * sys/Makefile.am:
16975         * sys/ximagesrc/Makefile.am:
16976         * sys/ximagesrc/ximagesrc.c:
16977         * sys/ximagesrc/ximagesrc.h:
16978         * sys/ximagesrc/ximageutil.c:
16979         * sys/ximagesrc/ximageutil.h:
16980         * tests/Makefile.am:
16981         * tests/icles/.cvsignore:
16982         * tests/icles/Makefile.am:
16983         * tests/icles/ximagesrc-test.c:
16984           moved ximagesrc to good (See #336756)
16985
16986 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
16987
16988         * ext/faad/gstfaad.c: (gst_faad_init), (aac_rate_idx),
16989         (gst_faad_setcaps), (gst_faad_chain), (gst_faad_open_decoder),
16990         (gst_faad_close_decoder), (gst_faad_change_state):
16991         * ext/faad/gstfaad.h:
16992           If we run into a decoding error, try re-opening the decoder
16993           with faacDecInit2() using fake codec data created from the
16994           data the demuxer gave us. Should fix a whole bunch of
16995           GStreamer-faad problems incl. 'channel coupling not
16996           implemented', 'maximum number of scalefactor bands exceeded'
16997           etc. (#173007, #332892).
16998
16999 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
17000
17001         * ext/amrwb/gstamrwbdec.c:
17002         * ext/amrwb/gstamrwbenc.c:
17003         * ext/amrwb/gstamrwbparse.c:
17004         * ext/arts/gst_arts.c:
17005         * ext/artsd/gstartsdsink.c:
17006         * ext/audiofile/gstafparse.c:
17007         * ext/audiofile/gstafsink.c:
17008         * ext/audiofile/gstafsrc.c:
17009         * ext/audioresample/gstaudioresample.c:
17010         * ext/bz2/gstbz2dec.c:
17011         * ext/bz2/gstbz2enc.c:
17012         * ext/cdaudio/gstcdaudio.c:
17013         * ext/directfb/dfbvideosink.c:
17014         * ext/divx/gstdivxdec.c:
17015         * ext/divx/gstdivxenc.c:
17016         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
17017         * ext/faac/gstfaac.c: (gst_faac_base_init):
17018         * ext/faad/gstfaad.c:
17019         * ext/gsm/gstgsmdec.c:
17020         * ext/gsm/gstgsmenc.c:
17021         * ext/hermes/gsthermescolorspace.c:
17022         * ext/ivorbis/vorbisfile.c:
17023         * ext/lcs/gstcolorspace.c:
17024         * ext/libfame/gstlibfame.c:
17025         * ext/libmms/gstmms.c: (gst_mms_base_init):
17026         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_base_init):
17027         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
17028         * ext/nas/nassink.c: (gst_nassink_base_init):
17029         * ext/neon/gstneonhttpsrc.c:
17030         * ext/sdl/sdlaudiosink.c:
17031         * ext/sdl/sdlvideosink.c:
17032         * ext/shout/gstshout.c:
17033         * ext/snapshot/gstsnapshot.c:
17034         * ext/sndfile/gstsf.c:
17035         * ext/swfdec/gstswfdec.c:
17036         * ext/tarkin/gsttarkindec.c:
17037         * ext/tarkin/gsttarkinenc.c:
17038         * ext/theora/theoradec.c:
17039         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
17040         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init):
17041         * ext/xvid/gstxviddec.c:
17042         * ext/xvid/gstxvidenc.c:
17043         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxa_parse_base_init):
17044         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_base_init):
17045         * gst/chart/gstchart.c:
17046         * gst/colorspace/gstcolorspace.c:
17047         * gst/deinterlace/gstdeinterlace.c:
17048         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_base_init):
17049         * gst/festival/gstfestival.c:
17050         * gst/filter/gstbpwsinc.c:
17051         * gst/filter/gstiir.c:
17052         * gst/filter/gstlpwsinc.c:
17053         * gst/freeze/gstfreeze.c:
17054         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
17055         * gst/librfb/gstrfbsrc.c:
17056         * gst/mixmatrix/mixmatrix.c:
17057         * gst/mpeg1sys/gstmpeg1systemencode.c:
17058         * gst/mpeg1videoparse/gstmp1videoparse.c:
17059         * gst/mpeg2sub/gstmpeg2subt.c:
17060         * gst/mpegaudioparse/gstmpegaudioparse.c:
17061         * gst/multifilesink/gstmultifilesink.c:
17062         * gst/overlay/gstoverlay.c:
17063         * gst/passthrough/gstpassthrough.c:
17064         * gst/playondemand/gstplayondemand.c:
17065         * gst/qtdemux/qtdemux.c:
17066         * gst/rtjpeg/gstrtjpegdec.c:
17067         * gst/rtjpeg/gstrtjpegenc.c:
17068         * gst/smooth/gstsmooth.c:
17069         * gst/smoothwave/gstsmoothwave.c:
17070         * gst/spectrum/gstspectrum.c:
17071         * gst/speed/gstspeed.c:
17072         * gst/stereo/gststereo.c:
17073         * gst/switch/gstswitch.c:
17074         * gst/tta/gstttadec.c: (gst_tta_dec_base_init):
17075         * gst/tta/gstttaparse.c: (gst_tta_parse_base_init):
17076         * gst/vbidec/gstvbidec.c:
17077         * gst/videocrop/gstvideocrop.c:
17078         * gst/videodrop/gstvideodrop.c:
17079         * gst/virtualdub/gstxsharpen.c:
17080         * gst/xingheader/gstxingmux.c: (gst_xing_mux_base_init):
17081         * gst/y4m/gsty4mencode.c:
17082         * sys/cdrom/gstcdplayer.c:
17083         * sys/directdraw/gstdirectdrawsink.c:
17084         * sys/directsound/gstdirectsoundsink.c:
17085         * sys/glsink/glimagesink.c:
17086         * sys/qcam/gstqcamsrc.c:
17087         * sys/v4l2/gstv4l2src.c:
17088         * sys/vcd/vcdsrc.c: (gst_vcdsrc_base_init):
17089         * sys/ximagesrc/ximagesrc.c:
17090           Define GstElementDetails as const and also static (when defined as
17091           global)
17092
17093 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
17094
17095         * ext/musepack/gstmusepackdec.c:
17096         (gst_musepackdec_handle_seek_event), (gst_musepackdec_loop):
17097           Add support for segment seeks.
17098
17099 2006-04-20  Edgard Lima  <edgard.lima@indt.org.br>
17100
17101         * sys/v4l2/gstv4l2src.c:
17102         Added a couple of ifdefs to make it compile with other kernels.
17103         
17104 2006-04-20  Wim Taymans  <wim@fluendo.com>
17105
17106         Patch by: j^ <j at bootlab dot org>
17107
17108         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
17109         (qtdemux_video_caps):
17110         Never treat video streams as an audio stream.
17111         Add qtdrw mime type.
17112         Fixes #339041
17113
17114 2006-04-19  Wim Taymans  <wim@fluendo.com>
17115
17116         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
17117         For VBR audio, don't try to calculate the samples_per_frame.
17118         Fixes #338935.
17119
17120 2006-04-13  Edgard Lima  <edgard.lima@indt.org.br>
17121
17122         * sys/v4l2/gstv4l2src.c:
17123         Just added a gtk-doc comment.
17124
17125 2006-04-17  Michael Smith  <msmith@fluendo.com>
17126
17127         * ext/theora/theoradec.c: (theora_dec_src_convert),
17128         (theora_handle_type_packet), (theora_handle_422_image),
17129         (theora_handle_420_image), (theora_handle_data_packet):
17130         * ext/theora/theoradec.h:
17131           Apply fix from j^ for API change in libtheoradec.
17132
17133           Implement 4:2:2 pixel format. Untested at the moment.
17134
17135 2006-04-14  Tim-Philipp Müller  <tim at centricular dot net>
17136
17137         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_init),
17138         (gst_musepack_stream_init):
17139           Fix track/album peak tag values; use GST_DEBUG_FUNCPTR and
17140           gst_pad_new_from_static_template().
17141
17142 2006-04-13  Edgard Lima  <edgard.lima@indt.org.br>
17143
17144         * sys/v4l2/gstv4l2src.c: (gst_v4l2element_class_init),
17145         (gst_v4l2src_dispose):
17146         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_buffer_new):
17147         Fixed some memory leaks.
17148
17149 2006-04-12  Edgard Lima  <edgard.lima@indt.org.br>
17150
17151         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read):
17152         Fix to work in read mode.
17153
17154 2006-04-10  Wim Taymans  <wim@fluendo.com>
17155
17156         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
17157         Fix parsing of newer stsd chunks again.
17158
17159 2006-04-10  Wim Taymans  <wim@fluendo.com>
17160
17161         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
17162         (qtdemux_parse_trak):
17163         Fix framerate calculation.
17164
17165 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
17166
17167         * ext/swfdec/gstswfdec.c: (gst_swfdecbuffer_class_init):
17168           Fix build (class_init declaration/definition mismatch).
17169
17170 2006-04-10  Wim Taymans  <wim@fluendo.com>
17171
17172         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
17173         force mono 8000 Hz on AMR samples.
17174
17175 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
17176
17177         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_start):
17178           remove atoll by using g_ascii_strtoull (atoll is not supported on WIN32)
17179         * sys/directdraw/gstdirectdrawsink.c:
17180         * sys/directsound/gstdirectsoundsink.c:
17181           done some cleans in sources
17182         * win32/vs6:
17183           add project files for neon, qtdemux
17184           
17185 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17186
17187         * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_class_init):
17188         * ext/amrwb/gstamrwbenc.c: (gst_amrwbenc_class_init):
17189         * ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_class_init):
17190         * ext/arts/gst_arts.c: (gst_arts_class_init):
17191         * ext/artsd/gstartsdsink.c: (gst_artsdsink_class_init):
17192         * ext/audiofile/gstafsink.c: (gst_afsink_class_init):
17193         * ext/audiofile/gstafsrc.c: (gst_afsrc_class_init):
17194         * ext/audioresample/gstaudioresample.c:
17195         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
17196         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_class_init):
17197         * ext/divx/gstdivxdec.c: (gst_divxdec_class_init):
17198         * ext/hermes/gsthermescolorspace.c:
17199         (gst_hermes_colorspace_class_init):
17200         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_class_init):
17201         * ext/jack/gstjack.c: (gst_jack_class_init):
17202         * ext/jack/gstjackbin.c: (gst_jack_bin_class_init):
17203         * ext/lcs/gstcolorspace.c: (gst_colorspace_class_init):
17204         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init):
17205         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
17206         * ext/nas/nassink.c: (gst_nassink_class_init):
17207         * ext/shout/gstshout.c: (gst_icecastsend_class_init):
17208         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
17209         * ext/sndfile/gstsf.c: (gst_sf_class_init):
17210         * ext/swfdec/gstswfdec.c: (gst_swfdecbuffer_class_init),
17211         (gst_swfdec_class_init):
17212         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_class_init):
17213         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_class_init):
17214         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_class_init):
17215         * gst/chart/gstchart.c: (gst_chart_class_init):
17216         * gst/colorspace/gstcolorspace.c: (gst_colorspace_class_init):
17217         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_class_init):
17218         * gst/festival/gstfestival.c: (gst_festival_class_init):
17219         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init):
17220         * gst/filter/gstiir.c: (gst_iir_class_init):
17221         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init):
17222         * gst/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init):
17223         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_class_init):
17224         * gst/mpeg1sys/gstmpeg1systemencode.c:
17225         (gst_system_encode_class_init):
17226         * gst/mpeg1videoparse/gstmp1videoparse.c:
17227         (gst_mp1videoparse_class_init):
17228         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_class_init):
17229         * gst/mpegaudioparse/gstmpegaudioparse.c:
17230         (gst_mp3parse_class_init):
17231         * gst/overlay/gstoverlay.c: (gst_overlay_class_init):
17232         * gst/passthrough/gstpassthrough.c: (passthrough_class_init):
17233         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init):
17234         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_class_init):
17235         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_class_init):
17236         * gst/smooth/gstsmooth.c: (gst_smooth_class_init):
17237         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init):
17238         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init):
17239         * gst/stereo/gststereo.c: (gst_stereo_class_init):
17240         * gst/switch/gstswitch.c: (gst_switch_class_init):
17241         * gst/tta/gstttadec.c: (gst_tta_dec_class_init):
17242         * gst/tta/gstttaparse.c: (gst_tta_parse_class_init):
17243         * gst/vbidec/gstvbidec.c: (gst_vbidec_class_init):
17244         * gst/videocrop/gstvideocrop.c: (gst_video_crop_class_init):
17245         * gst/virtualdub/gstxsharpen.c: (gst_xsharpen_class_init):
17246         * gst/y4m/gsty4mencode.c: (gst_y4mencode_class_init):
17247         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
17248         * sys/directsound/gstdirectsoundsink.c:
17249         (gst_directsoundsink_class_init):
17250         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_class_init):
17251         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
17252         * sys/dxr3/dxr3videosink.c: (dxr3videosink_class_init):
17253         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_class_init):
17254         * sys/v4l2/gstv4l2colorbalance.c:
17255         (gst_v4l2_color_balance_channel_class_init):
17256         * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_channel_class_init),
17257         (gst_v4l2_tuner_norm_class_init):
17258         * sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_class_init):
17259         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
17260
17261 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17262
17263         * gst/colorspace/gstcolorspace.h:
17264         * gst/deinterlace/gstdeinterlace.h:
17265         * gst/passthrough/gstpassthrough.h:
17266         * gst/y4m/gsty4mencode.h:
17267         Fix more broken GObject macros
17268
17269 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17270
17271         * ext/xine/gstxine.h:
17272         * gst-libs/gst/play/play.h:
17273         * sys/v4l2/gstv4l2element.h:
17274         * sys/ximagesrc/ximageutil.h:
17275         Fix broken GObject macros
17276
17277 2006-04-08  Wim Taymans  <wim@fluendo.com>
17278
17279         * gst/qtdemux/qtdemux.c: (gst_qtdemux_prepare_current_sample),
17280         (gst_qtdemux_chain), (gst_qtdemux_add_stream), (qtdemux_dump_stsz),
17281         (qtdemux_dump_stco), (qtdemux_parse_trak):
17282         Don't make rounding errors in timestamp/duration calculations.
17283         Fix timestamps for AMR and IMA4.  Fixes (#337436).
17284         Create a dummy segment even when there is no edit list.
17285
17286 2006-04-07  Julien MOUTTE  <julien@moutte.net>
17287
17288         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt: Updates.
17289         * examples/directfb/Makefile.am: Add example resource files to
17290         dist.
17291
17292 2006-04-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17293
17294         * ext/amrwb/amrwb-code/Makefile.am:
17295         * sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_recalc),
17296         (gst_ximagesrc_create), (gst_ximagesrc_set_property):
17297         Typo fix, s/XFree86/X11 and added doc blurb saying that it fixates to
17298         25fps
17299
17300 2006-04-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17301
17302         * tests/icles/ximagesrc-test.c: (main):
17303         Actually assert that pipeline goes to playing
17304
17305 2006-04-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17306
17307         * sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_recalc),
17308         (composite_pixel), (gst_ximagesrc_ximage_get),
17309         (gst_ximagesrc_create), (gst_ximagesrc_set_property):
17310         Fix typo, C++ style comments and other small cleanups
17311         
17312 2006-04-06  Wim Taymans  <wim@fluendo.com>
17313
17314         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
17315         (gst_qtdemux_handle_src_query), (gst_qtdemux_find_index),
17316         (gst_qtdemux_find_keyframe), (gst_qtdemux_find_segment),
17317         (gst_qtdemux_move_stream), (gst_qtdemux_perform_seek),
17318         (gst_qtdemux_do_seek), (gst_qtdemux_change_state),
17319         (gst_qtdemux_activate_segment),
17320         (gst_qtdemux_prepare_current_sample), (gst_qtdemux_advance_sample),
17321         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop),
17322         (qtdemux_parse_trak):
17323         Added full edit list support.
17324         Avoid overflows in prologue image detection code.
17325         Avoid roundoff errors in timestamp calculations.
17326
17327 2006-04-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17328
17329         * configure.ac:
17330           clean up so report properly on missing stuff
17331           fix modplug detection
17332
17333 2006-04-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17334
17335         * ext/Makefile.am:
17336         * ext/amrwb/amrwb-code/Makefile.am:
17337           don't dist amr wb source code
17338
17339 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
17340
17341         Patch by: j^  <j at bootlab dot org>
17342
17343         * ext/amrwb/gstamrwbdec.c:
17344         * ext/amrwb/gstamrwbenc.c:
17345         * ext/amrwb/gstamrwbparse.c:
17346         * ext/arts/gst_arts.c:
17347         * ext/artsd/gstartsdsink.c:
17348         * ext/audiofile/gstafparse.c:
17349         * ext/audiofile/gstafsink.c:
17350         * ext/audiofile/gstafsrc.c:
17351         * ext/cdaudio/gstcdaudio.c:
17352         * ext/directfb/dfbvideosink.c:
17353         * ext/divx/gstdivxdec.c:
17354         * ext/divx/gstdivxenc.c:
17355         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
17356         * ext/faac/gstfaac.c: (gst_faac_base_init):
17357         * ext/faad/gstfaad.c:
17358         * ext/gsm/gstgsmdec.c:
17359         * ext/gsm/gstgsmenc.c:
17360         * ext/hermes/gsthermescolorspace.c:
17361         * ext/ivorbis/vorbisfile.c:
17362         * ext/lcs/gstcolorspace.c:
17363         * ext/libfame/gstlibfame.c:
17364         * ext/libmms/gstmms.c: (gst_mms_base_init):
17365         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
17366         * ext/nas/nassink.c: (gst_nassink_base_init):
17367         * ext/neon/gstneonhttpsrc.c:
17368         * ext/polyp/polypsink.c: (gst_polypsink_base_init):
17369         * ext/sdl/sdlaudiosink.c:
17370         * ext/sdl/sdlvideosink.c:
17371         * ext/shout/gstshout.c:
17372         * ext/snapshot/gstsnapshot.c:
17373         * ext/sndfile/gstsf.c:
17374         * ext/tarkin/gsttarkindec.c:
17375         * ext/tarkin/gsttarkinenc.c:
17376         * ext/theora/theoradec.c:
17377         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
17378         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init):
17379         * ext/xvid/gstxviddec.c:
17380         * ext/xvid/gstxvidenc.c:
17381         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxa_parse_base_init):
17382         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_base_init):
17383         * gst/chart/gstchart.c:
17384         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_base_init):
17385         * gst/festival/gstfestival.c:
17386         * gst/filter/gstiir.c:
17387         * gst/filter/gstlpwsinc.c:
17388         * gst/freeze/gstfreeze.c:
17389         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
17390         * gst/mixmatrix/mixmatrix.c:
17391         * gst/mpeg1sys/gstmpeg1systemencode.c:
17392         * gst/mpeg1videoparse/gstmp1videoparse.c:
17393         * gst/mpeg2sub/gstmpeg2subt.c:
17394         * gst/mpegaudioparse/gstmpegaudioparse.c:
17395         * gst/multifilesink/gstmultifilesink.c:
17396         * gst/overlay/gstoverlay.c:
17397         * gst/passthrough/gstpassthrough.c:
17398         * gst/playondemand/gstplayondemand.c:
17399         * gst/qtdemux/qtdemux.c:
17400         * gst/rtjpeg/gstrtjpegdec.c:
17401         * gst/rtjpeg/gstrtjpegenc.c:
17402         * gst/smooth/gstsmooth.c:
17403         * gst/tta/gstttadec.c: (gst_tta_dec_base_init):
17404         * gst/tta/gstttaparse.c: (gst_tta_parse_base_init):
17405         * gst/videocrop/gstvideocrop.c:
17406         * gst/videodrop/gstvideodrop.c:
17407         * gst/virtualdub/gstxsharpen.c:
17408         * gst/xingheader/gstxingmux.c: (gst_xing_mux_base_init):
17409         * gst/y4m/gsty4mencode.c:
17410           Unify the long descriptions in the plugin details (#337263).
17411
17412 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
17413
17414         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
17415         (gst_neonhttp_src_set_property), (gst_neonhttp_src_get_property):
17416           Add back "uri" property and mark it as deprecated; undoes
17417           API/ABI breakage from 2006-02-24.
17418
17419 2006-04-05  Wim Taymans  <wim@fluendo.com>
17420
17421         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
17422         (gst_qtdemux_do_seek), (gst_qtdemux_loop_state_movie),
17423         (gst_qtdemux_loop):
17424         Use duration as segment stop position if none is
17425         explicitly configured.
17426         Also perform EOS when we run past the segment stop.
17427
17428 2006-04-04  Wim Taymans  <wim@fluendo.com>
17429
17430         * gst/qtdemux/qtdemux.c: (gst_qtdemux_go_back),
17431         (gst_qtdemux_perform_seek), (gst_qtdemux_do_seek),
17432         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop),
17433         (gst_qtdemux_chain), (qtdemux_parse_tree), (qtdemux_parse_trak):
17434         More cleanups, added comments.
17435         Mark discontinuities on outgoing buffers.
17436         Post better errors when something goes wrong.
17437         Handle EOS and segment end properly.
17438
17439 2006-04-04  Wim Taymans  <wim@fluendo.com>
17440
17441         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
17442         (gst_qtdemux_push_event), (gst_qtdemux_go_back),
17443         (gst_qtdemux_perform_seek), (gst_qtdemux_do_seek),
17444         (gst_qtdemux_handle_src_event), (plugin_init),
17445         (gst_qtdemux_change_state), (gst_qtdemux_loop_state_movie),
17446         (gst_qtdemux_loop), (gst_qtdemux_chain),
17447         (qtdemux_sink_activate_pull), (gst_qtdemux_add_stream),
17448         (qtdemux_parse), (qtdemux_parse_tree), (qtdemux_parse_trak),
17449         (qtdemux_parse_udta), (qtdemux_tag_add_str), (qtdemux_tag_add_num),
17450         (qtdemux_tag_add_gnre), (gst_qtdemux_handle_esds):
17451         * gst/qtdemux/qtdemux.h:
17452         Handle stss boxes so we can mark and find keyframes.
17453         Implement correct accurate and keyframe seeking.
17454         Use _DEBUG_OBJECT when possible.
17455         Fixes #332155
17456
17457 2006-04-03  Tim-Philipp Müller  <tim at centricular dot net>
17458
17459         * tests/check/Makefile.am:
17460           Only run the id3v2mux check if taglib is available and
17461           the taglib plugin has been built.
17462
17463 2006-04-03  Tim-Philipp Müller  <tim at centricular dot net>
17464
17465         * ext/swfdec/Makefile.am:
17466           Don't set plugindir.
17467
17468         * ext/swfdec/gstswfdec.c:
17469           GST_PLUGIN_DEFINE_STATIC isn't a good idea for installed plugins.
17470
17471 2006-04-03  Tim-Philipp Müller  <tim at centricular dot net>
17472
17473         * configure.ac:
17474           Add AX_CREATE_STDINT_H to create _stdint.h, needed by
17475           the dts plugin.
17476
17477 2006-04-03  Tim-Philipp Müller  <tim at centricular dot net>
17478
17479         * ext/soundtouch/gstpitch.cc:
17480         * ext/theora/theoradec.c:
17481         * gst/modplug/gstmodplug.cc:
17482           GST_ORIGIN => GST_PACKAGE_ORIGIN
17483           GST_PACKAGE => GST_PACKAGE_NAME
17484
17485 2006-04-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17486
17487         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
17488         * docs/plugins/inspect/plugin-bz2.xml:
17489         * docs/plugins/inspect/plugin-cdxaparse.xml:
17490         * docs/plugins/inspect/plugin-freeze.xml:
17491         * docs/plugins/inspect/plugin-glimagesink.xml:
17492         * docs/plugins/inspect/plugin-modplug.xml:
17493         * docs/plugins/inspect/plugin-neon.xml:
17494         * docs/plugins/inspect/plugin-sdl.xml:
17495         * docs/plugins/inspect/plugin-video4linux2.xml:
17496         * docs/plugins/inspect/plugin-ximagesrc.xml:
17497         * docs/plugins/inspect/plugin-xingheader.xml:
17498           add more plugins to docs
17499
17500 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17501
17502         * sys/dxr3/ac3_padder.h:
17503           fix up doc strings
17504         * docs/plugins/Makefile.am:
17505         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
17506         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
17507         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
17508         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
17509         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
17510         * docs/plugins/inspect/plugin-qtdemux.xml:
17511         * docs/plugins/inspect/plugin-speed.xml:
17512         * docs/plugins/inspect/plugin-taglib.xml:
17513         * docs/plugins/inspect/plugin-tta.xml:
17514           commit updates
17515         * configure.ac:
17516         * ext/taglib/gsttaglib.cc:
17517         * tests/Makefile.am:
17518         * tests/check/.cvsignore:
17519         * tests/check/Makefile.am:
17520         * tests/check/elements/.cvsignore:
17521         * tests/check/elements/tagid3v2mux.c:
17522         (test_taglib_id3mux_create_tags), (test_taglib_id3mux_check_tags),
17523         (fill_mp3_buffer), (got_buffer), (demux_pad_added),
17524         (test_taglib_id3mux_check_output_buffer),
17525         (test_taglib_id3mux_with_tags), (GST_START_TEST),
17526         (tagid3v2mux_suite), (main):
17527            add the tagid3v2mux check from #336110
17528
17529 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17530
17531         * configure.ac:
17532           rework like the other configure.ac files
17533         * Makefile.am:
17534         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
17535         * ext/amrwb/gstamrwb.c:
17536         * ext/arts/gst_arts.c:
17537         * ext/artsd/gstartsdsink.c:
17538         * ext/audiofile/gstaf.c:
17539         * ext/audioresample/gstaudioresample.c:
17540         * ext/bz2/gstbz2.c:
17541         * ext/cdaudio/gstcdaudio.c:
17542         * ext/directfb/dfbvideosink.c:
17543         * ext/dts/gstdtsdec.c:
17544         * ext/faac/gstfaac.c:
17545         * ext/faad/gstfaad.c:
17546         * ext/hermes/gsthermescolorspace.c:
17547         * ext/ivorbis/vorbis.c:
17548         * ext/jack/gstjack.c:
17549         * ext/lcs/gstcolorspace.c:
17550         * ext/musepack/gstmusepackdec.c:
17551         * ext/musicbrainz/gsttrm.c:
17552         * ext/nas/nassink.c:
17553         * ext/sdl/gstsdl.c:
17554         * ext/snapshot/gstsnapshot.c:
17555         * ext/sndfile/gstsf.c:
17556         * ext/swfdec/gstswfdec.c:
17557         * ext/tarkin/gsttarkin.c:
17558         * ext/xine/xine.c:
17559         * ext/xvid/gstxvid.c:
17560         * gst/cdxaparse/gstcdxaparse.c:
17561         * gst/chart/gstchart.c:
17562         * gst/colorspace/gstcolorspace.c:
17563         * gst/deinterlace/gstdeinterlace.c:
17564         * gst/equalizer/gstiirequalizer.c:
17565         * gst/festival/gstfestival.c:
17566         * gst/filter/gstfilter.c:
17567         * gst/freeze/gstfreeze.c:
17568         * gst/games/gstpuzzle.c:
17569         * gst/librfb/gstrfbsrc.c:
17570         * gst/mixmatrix/mixmatrix.c:
17571         * gst/mpeg1sys/gstmpeg1systemencode.c:
17572         * gst/mpeg1videoparse/gstmp1videoparse.c:
17573         * gst/mpeg2sub/gstmpeg2subt.c:
17574         * gst/mpegaudioparse/gstmpegaudioparse.c:
17575         * gst/multifilesink/gstmultifilesink.c:
17576         * gst/overlay/gstoverlay.c:
17577         * gst/passthrough/gstpassthrough.c:
17578         * gst/playondemand/gstplayondemand.c:
17579         * gst/qtdemux/qtdemux.c:
17580         * gst/rtjpeg/gstrtjpeg.c:
17581         * gst/smooth/gstsmooth.c:
17582         * gst/smoothwave/gstsmoothwave.c:
17583         * gst/spectrum/gstspectrum.c:
17584         * gst/speed/gstspeed.c:
17585         * gst/stereo/gststereo.c:
17586         * gst/switch/gstswitch.c:
17587         * gst/vbidec/gstvbidec.c:
17588         * gst/videocrop/gstvideocrop.c:
17589         * gst/videodrop/gstvideodrop.c:
17590         * gst/virtualdub/gstvirtualdub.c:
17591         * gst/xingheader/gstxingmux.c:
17592         * gst/y4m/gsty4mencode.c:
17593         * sys/cdrom/gstcdplayer.c:
17594         * sys/directdraw/gstdirectdrawplugin.c:
17595         * sys/directsound/gstdirectsoundplugin.c:
17596         * sys/dxr3/dxr3init.c:
17597         * sys/glsink/glimagesink.c:
17598         * sys/qcam/gstqcamsrc.c:
17599         * sys/v4l2/gstv4l2.c:
17600         * sys/vcd/vcdsrc.c:
17601         * sys/ximagesrc/ximagesrc.c:
17602           update to use correct defines
17603         * po/POTFILES.in:
17604         * po/af.po:
17605         * po/az.po:
17606         * po/cs.po:
17607         * po/en_GB.po:
17608         * po/hu.po:
17609         * po/it.po:
17610         * po/nb.po:
17611         * po/nl.po:
17612         * po/or.po:
17613         * po/sq.po:
17614         * po/sr.po:
17615         * po/sv.po:
17616         * po/uk.po:
17617         * po/vi.po:
17618           v4l2 has translations, pick them up
17619
17620 2006-03-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17621
17622         * sys/ximagesrc/ximagesrc.c: 
17623           Add docs to ximagesrc
17624
17625 2006-03-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17626
17627         * sys/ximagesrc/ximagesrc.c: (composite_pixel),
17628         (gst_ximagesrc_ximage_get), (gst_ximagesrc_set_property),
17629         (gst_ximagesrc_get_caps), (gst_ximagesrc_class_init):
17630         * sys/ximagesrc/ximagesrc.h:
17631         * sys/ximagesrc/ximageutil.c: (ximageutil_xcontext_get):
17632         * sys/ximagesrc/ximageutil.h:
17633           Fix ximagesrc so a) the cursor doesnt trail and b) there are no
17634           yellow rectangles with the cursor
17635
17636 2006-03-31  Michael Smith  <msmith@fluendo.com>
17637
17638         * configure.ac:
17639           Add autoconfery for theoradec.
17640         * ext/Makefile.am:
17641           Add theora directory.
17642         * ext/theora/Makefile.am:
17643         * ext/theora/theoradec.c: (gst_theoradec_base_init),
17644         (gst_theoradec_class_init), (gst_theoradec_init),
17645         (gst_theoradec_reset), (inc_granulepos), (theora_get_query_types),
17646         (gst_theoradec_granule_clocktime), (theora_dec_src_convert),
17647         (theora_dec_sink_convert), (theora_dec_src_query),
17648         (theora_dec_sink_query), (theora_dec_src_event),
17649         (theora_dec_sink_event), (theora_handle_comment_packet),
17650         (theora_handle_type_packet), (theora_handle_header_packet),
17651         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
17652         (theora_dec_change_state), (plugin_init):
17653         * ext/theora/theoradec.h:
17654           Add theora plugin for theora-exp decoder. Very heavily based on the
17655           existing theora decoder plugin.
17656
17657 2006-03-29  Wim Taymans  <wim@fluendo.com>
17658
17659         * ext/gsm/gstgsmdec.c: (gst_gsmdec_class_init), (gst_gsmdec_init),
17660         (gst_gsmdec_finalize), (gst_gsmdec_sink_event), (gst_gsmdec_chain):
17661         * ext/gsm/gstgsmdec.h:
17662         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init), (gst_gsmenc_init),
17663         (gst_gsmenc_finalize), (gst_gsmenc_chain):
17664         Cleanups, fix leaks.
17665         Handle events and DISCONT.
17666         Use adapter in the decoder.
17667
17668 2006-03-29  Wim Taymans  <wim@fluendo.com>
17669
17670         Patch by: Renato Araujo Oliveira Filho <renatox at gmail dot com>
17671
17672         * configure.ac:
17673         * ext/Makefile.am:
17674         * ext/amrwb/Makefile.am:
17675         * ext/amrwb/README:
17676         * ext/amrwb/amrwb-code/Makefile.am:
17677         * ext/amrwb/amrwb-code/run.sh:
17678         * ext/amrwb/gstamrwb.c: (plugin_init):
17679         * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_base_init),
17680         (gst_amrwbdec_class_init), (gst_amrwbdec_init),
17681         (gst_amrwbdec_setcaps), (gst_amrwbdec_event), (gst_amrwbdec_chain),
17682         (gst_amrwbdec_state_change):
17683         * ext/amrwb/gstamrwbdec.h:
17684         * ext/amrwb/gstamrwbenc.c: (gst_amrwbenc_base_init),
17685         (gst_amrwbenc_class_init), (gst_amrwbenc_init),
17686         (gst_amrwbenc_finalize), (gst_amrwbenc_setcaps),
17687         (gst_amrwbenc_chain), (gst_amrwbenc_state_change):
17688         * ext/amrwb/gstamrwbenc.h:
17689         * ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_base_init),
17690         (gst_amrwbparse_class_init), (gst_amrwbparse_init),
17691         (gst_amrwbparse_querytypes), (gst_amrwbparse_query),
17692         (gst_amrwbparse_chain), (gst_amrwbparse_read_header),
17693         (gst_amrwbparse_loop), (gst_amrwbparse_sink_activate),
17694         (gst_amrwbparse_sink_activate_pull), (gst_amrwbparse_state_change):
17695         * ext/amrwb/gstamrwbparse.h:
17696         Added new plugin amrwb parse.
17697         Renamed audio/AMR to audio/AMR-WB as per spec.
17698         Fixes #333307
17699
17700 2006-03-27  Edgard Lima <edgard.lima@indt.org.br>
17701
17702         * gst-plugins-bad/sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init):
17703         Small fix, now pwc driver can tell about its buffers.
17704
17705 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
17706
17707         * configure.ac:
17708           Remove CXX tag from AS_LIBTOOL_TAGS, just like we
17709           did for -good and -ugly. Fixes build on some systems
17710           and doesn't seem to be required for C++ code.
17711
17712 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
17713
17714         * ext/taglib/gsttaglib.cc:
17715         * ext/taglib/gsttaglib.h:
17716           Fix newsegment event handling a bit. We need to
17717           cache the first newsegment event, because we can't
17718           adjust offsets yet when we get it, as we don't
17719           know the size of the tag yet for sure at that point.
17720           Also do some minor cleaning up here and there and add
17721           some debug statements.
17722
17723 2006-03-25  Tim-Philipp Müller  <tim at centricular dot net>
17724
17725         * ext/taglib/gsttaglib.cc:
17726           We do not want to proxy the caps on the sink pad; our 
17727           source pad should have application/x-id3 caps; also,
17728           don't use already-freed strings in debug messages;
17729           finally, adjust buffer offsets on buffers sent out.
17730
17731 2006-03-25  Tim-Philipp Müller  <tim at centricular dot net>
17732
17733         * sys/v4l2/gstv4l2src.c:
17734           Older kernels don't seem to have this particular v4l2 format,
17735           so comment out until this gets fixed properly (and make
17736           buildbots happy).
17737
17738 2006-03-25  Edgard Lima  <edgard.lima@indt.org.br>
17739
17740         * sys/v4l2/gstv4l2colorbalance.c:
17741         * sys/v4l2/gstv4l2colorbalance.h:
17742         * sys/v4l2/gstv4l2element.c:
17743         * sys/v4l2/gstv4l2src.c:
17744         * sys/v4l2/gstv4l2src.h:
17745         * sys/v4l2/gstv4l2tuner.c:
17746         * sys/v4l2/v4l2_calls.c:
17747         * sys/v4l2/v4l2src_calls.c:
17748         * sys/v4l2/v4l2src_calls.h:
17749         Just make few things more robust and also some identation.
17750
17751 2006-03-23  Wim Taymans  <wim@fluendo.com>
17752
17753         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
17754
17755         * ext/xvid/gstxvidenc.c: (gst_xvidenc_init), (gst_xvidenc_setup),
17756         (gst_xvidenc_chain):
17757         Patch to mark outgoing encoded buffers as delta-units (or not).
17758         Note that this patch also patches:
17759         - the setting of fincr and fbase in xvid-encoder creation based on
17760           caps framerate
17761         - makes 0, rather than 2, the default max_b_frames, as the current
17762           xvidenc does not seem "fully prepared" to handle b-frame 
17763           "effects", such as encoder returning 0 encoded bytes, etc.
17764         Fixes #335585
17765
17766 2006-03-22  Tim-Philipp Müller  <tim at centricular dot net>
17767
17768         * gst/modplug/libmodplug/Makefile.am:
17769         * gst/modplug/libmodplug/load_it.cpp:
17770           Try that again (not only should it be MODPLUG_ instead
17771           of MODFILE, also that define is already set in stdafx.h;
17772           what we really need is some more #ifndefs).
17773
17774 2006-03-22  Tim-Philipp Müller  <tim at centricular dot net>
17775
17776         * gst/modplug/libmodplug/Makefile.am:
17777           More gcc-4.1 fixes (we don't need file saving, so just
17778           define MODPLUG_NO_FILESAVE. That way, the compiler won't
17779           complain about modplug ignoring the return value of fwrite
17780           any longer and we might even save a few bytes as well).
17781
17782 2006-03-22  Tim-Philipp Müller  <tim at centricular dot net>
17783
17784         Patch by: Wouter Paeson  <wouter at kangaroot dot net>
17785
17786         * configure.ac:
17787         * ext/Makefile.am:
17788         * ext/soundtouch/Makefile.am:
17789         * ext/soundtouch/gstpitch.cc:
17790         * ext/soundtouch/gstpitch.hh:
17791           Add new libsoundtouch-based pitch plugin (#331335).
17792
17793 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
17794
17795         * gst/modplug/libmodplug/load_ptm.cpp:
17796           Fix compilation with gcc-4.1 and -Werror (#327355).
17797
17798 2006-03-20  Tim-Philipp Müller  <tim at centricular dot net>
17799
17800         * ext/taglib/gsttaglib.h:
17801           Fix left-over gst_my_filter_get_type.
17802
17803 2006-03-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17804
17805         * sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_open_display),
17806         (gst_ximagesrc_set_property), (gst_ximagesrc_get_property),
17807         (gst_ximagesrc_class_init), (gst_ximagesrc_init):
17808         Have a show mouse pointer property and use it if we can
17809
17810 2006-03-15  Edward Hervey  <edward@fluendo.com>
17811
17812         * gst/qtdemux/qtdemux.c: (gst_qtdemux_dispose):
17813         Let's not forget to chain up to the parent dispose.
17814
17815 2006-03-15  Edward Hervey  <edward@fluendo.com>
17816
17817         * gst/qtdemux/qtdemux.c: (gst_qtdemux_class_init),
17818         (gst_qtdemux_init), (gst_qtdemux_dispose),
17819         (gst_qtdemux_add_stream), (qtdemux_parse_trak):
17820         Series of memleak fixes:
17821         - Unref the GstAdapter in finalize.
17822         - Use gst_pad_new_from_static_template(), shorter and safer.
17823         - Free unused QtDemuxStream when not used.
17824
17825 2006-03-14  Edward Hervey  <edward@fluendo.com>
17826
17827         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_base_init),
17828         (gst_v4l2src_class_init):
17829         Initialization of the debugging category should be as early as possible,
17830         moving it from _class_init() to beginning of _base_init().
17831
17832 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
17833
17834         * ext/taglib/gsttaglib.cc:
17835           Add gtk-doc blurb (unused for the time being); match registered
17836           plugin name to the filename of the plugin (taglibmux => taglib)
17837
17838 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
17839
17840         Patch by: Mikhail Zabaluev  <mhz altlinux org>
17841
17842         * autogen.sh:
17843           Don't check for file that only exists in CVS but isn't
17844           disted (#334417)
17845
17846 2006-03-13  Julien MOUTTE  <julien@moutte.net>
17847
17848         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
17849         * sys/v4l2/Makefile.am: Fix build of v4l2 (sigh)
17850
17851 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
17852
17853         * Makefile.am:
17854         * configure.ac:
17855           Fix distcheck.
17856
17857 2006-03-12  Edward Hervey  <edward@fluendo.com>
17858
17859         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
17860         (gst_v4l2src_buffer_pool_free):
17861         g_atomic_int_set is only available in glib-0.10, use gst_atomic_int_et
17862         instead.
17863
17864 2006-03-12  Edward Hervey  <edward@fluendo.com>
17865
17866         * sys/v4l2/gstv4l2element.h:
17867         Remove tim's addition of "_stdint.h" since it doesn't make the PPC
17868         buildbot happy.
17869         I will just use the same comment Ronald used when he added these lines:
17870         Yet Another Hack (tm) for kernel header borkedness.
17871
17872 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
17873
17874         * ext/taglib/Makefile.am:
17875         * ext/taglib/gsttaglib.cc:
17876         * ext/taglib/gsttaglib.h:
17877           Add support for writing MusicBrainz IDs.
17878
17879 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
17880
17881         * sys/v4l2/gstv4l2element.h:
17882           Include "_stdint.h" in an attempt to make the
17883           PPC-buildbot happy.
17884
17885 2006-03-11  Edgard Lima  <edgard.lima@indt.org.br>
17886
17887         * configure.ac:
17888         * sys/Makefile.am:
17889         * sys/v4l2/Makefile.am:
17890         * sys/v4l2/gstv4l2.c:
17891         * sys/v4l2/gstv4l2colorbalance.h:
17892         * sys/v4l2/gstv4l2element.c:
17893         * sys/v4l2/gstv4l2element.h:
17894         * sys/v4l2/gstv4l2src.c:
17895         * sys/v4l2/gstv4l2src.h:
17896         * sys/v4l2/gstv4l2tuner.c:
17897         * sys/v4l2/gstv4l2tuner.h:
17898         * sys/v4l2/gstv4l2xoverlay.c:
17899         * sys/v4l2/gstv4l2xoverlay.h:
17900         * sys/v4l2/v4l2_calls.c:
17901         * sys/v4l2/v4l2_calls.h:
17902         * sys/v4l2/v4l2src_calls.c:
17903         * sys/v4l2/v4l2src_calls.h:
17904         V4L2 ported to 0.10.
17905         
17906 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
17907
17908         * configure.ac:
17909           Only compile the taglib plugin if a C++ compiler is
17910           present. Use GST_DEFAULT_ELEMENTS macro from common/
17911           for all the defaults stuff.
17912
17913 2006-03-11  Christophe Fergeau  <teuf@gnome.org>
17914
17915         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
17916
17917         * configure.ac:
17918         * gst/xingheader/Makefile.am:
17919         * gst/xingheader/gstxingmux.c: 
17920         * gst/xingheader/gstxingmux.h: added new element to add Xing headers
17921         to MP3 files (this allows decoder to figure out the length of VBR
17922         files) 
17923
17924 2006-03-11  Christophe Fergeau  <teuf@gnome.org>
17925         
17926         Patch by: Alex Lancaster
17927         
17928         * ext/taglib/gsttaglib.cc: fix writing of TPOS tags (album number),
17929         and add support for TCOP (copyright)
17930
17931 2006-03-10  Julien MOUTTE  <julien@moutte.net>
17932
17933         * gst/modplug/Makefile.am:
17934         * gst/modplug/gstmodplug.cc: Fix modplug compilation.
17935
17936 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
17937
17938         * configure.ac:
17939         * gst/modplug/Makefile.am:
17940         * gst/modplug/gstmodplug.cc:
17941         * gst/modplug/gstmodplug.h:
17942         * gst/modplug/libmodplug/sndfile.cpp:
17943         * gst/modplug/libmodplug/sndfile.h:
17944           modplug plugin ported to 0.10 (#332598, patch by:
17945           Jonathan Matthew <jonathan at kaolin wh9 net>).
17946
17947 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
17948
17949         * ext/libmms/gstmms.c: (gst_mms_urihandler_init),
17950         (gst_mms_base_init), (gst_mms_class_init), (gst_mms_init),
17951         (gst_mms_finalize), (gst_mms_create), (gst_mms_start),
17952         (gst_mms_set_property), (gst_mms_get_property),
17953         (gst_mms_uri_get_uri):
17954         * ext/libmms/gstmms.h:
17955           Some clean-ups; more debug output; use blocksize property
17956           of GstBaseSrc instead of re-registering our own; make debug
17957           category actually be used.
17958
17959 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
17960
17961         * gst/qtdemux/qtdemux.c: (gst_qtdemux_send_event):
17962           Fix build with gcc-4.1 (#327355).
17963
17964 2006-03-09  Christophe Fergeau  <teuf@gnome.org>
17965
17966         reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
17967
17968         * configure.ac:
17969         * ext/Makefile.am:
17970         * ext/taglib/Makefile.am:
17971         * ext/taglib/gsttaglib.cc:
17972         * ext/taglib/gsttaglib.h: new id3v2 muxer based on TagLib
17973
17974 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
17975
17976         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta):
17977           Extract disc number and count from files that use
17978           'disk' instead of 'disc' as node identifier for that
17979           (fixes #332066).
17980
17981 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
17982
17983         * ext/musepack/gstmusepackdec.h:
17984         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek):
17985           Forgot those two.
17986
17987 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
17988
17989         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_base_init),
17990         (gst_musepackdec_init), (gst_musepackdec_send_newsegment),
17991         (gst_musepackdec_handle_seek_event),
17992         (gst_musepackdec_get_src_query_types), (gst_musepackdec_src_query),
17993         (gst_musepack_stream_init), (gst_musepackdec_sink_activate),
17994         (gst_musepackdec_sink_activate_pull), (gst_musepackdec_loop),
17995         (gst_musepackdec_change_state):
17996           Some cleanups; pause task when push fails.
17997
17998 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
17999
18000         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
18001           Add support for '3IVD' fourcc (#333403).
18002
18003 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
18004
18005         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_send_tags),
18006         (gst_faad_setcaps), (gst_faad_do_raw_seek), (gst_faad_src_event),
18007         (gst_faad_sink_event), (gst_faad_src_convert),
18008         (gst_faad_src_query), (gst_faad_chain), (gst_faad_change_state):
18009           Add query function for position/duration querying (mostly for
18010           raw AAC streams); make seeking in raw AAC streams work; post
18011           tags with codec name if this is a raw AAC stream.
18012
18013 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
18014
18015         * sys/directdraw:
18016         * sys/directsound:
18017           sinks are now using GST_RANK_PRIMARY to be used with autodectection
18018         * win32/vs6:
18019           project files updated to fix some bugs
18020         * win32/vs7:
18021         * win32/vs8:
18022           vs7 and vs8 project files added
18023         
18024 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
18025
18026         * ext/xvid/gstxviddec.c: (gst_xviddec_chain):
18027           Declare variable at the beginning of the block and make gcc-2.9x
18028           happy (fixes #333283; patch by: Jens Granseuer).
18029
18030 2006-03-03  Edward Hervey  <edward@fluendo.com>
18031
18032         * gst/qtdemux/qtdemux.c: (qtdemux_parse), (qtdemux_parse_trak):
18033         Use GST_WARNING instead of GST_ERROR for all the too short/long atoms
18034         when parsing.
18035         Also let's be a bit less vulgar in our warning messages :)
18036
18037 2006-02-28  Tim-Philipp Müller  <tim at centricular dot net>
18038
18039         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
18040           Can't divide through zero (suppress warning in case of
18041           stream with one single still picture) (see #327083)
18042
18043 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18044
18045         * sys/glsink/glimagesink.c: It doesn't seem we need GLU.h
18046
18047 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
18048
18049         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
18050         (qtdemux_parse_trak), (qtdemux_video_caps):
18051           Add support for palettised Apple SMC videos (#327075, based on
18052           patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>).
18053
18054 2006-02-24  Michael Smith  <msmith@fluendo.com>
18055
18056         * autogen.sh:
18057           Allow automake 1.9
18058
18059 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
18060
18061         * ext/neon/gstneonhttpsrc.c:
18062         Changed property name from "uri" to "location" 
18063
18064 2006-02-22  Jan Schmidt  <thaytan@mad.scientist.com>
18065
18066         * configure.ac:
18067         * sys/glsink/Makefile.am:
18068         Merge patch from #317048 for building on Cygwin. Patch by 
18069         Cygwin Ports maintainer.
18070         * sys/glsink/glimagesink.c: (gst_glimage_sink_init_display):
18071         Move normal debug output to LOG level not ERROR.
18072
18073 2006-02-19  Jan Gerber  <j@bootlab.org>
18074
18075         Reviewed by : Edward Hervey <edward@fluendo.com>
18076
18077         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
18078           Add 'dvsd' and 'dv25' to list of possible fourcc values for DV Video.
18079           Add image/png for fourcc 'png '
18080  
18081 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
18082
18083         * configure.ac:
18084           Surely this is supposed to be >= a.b, not == a.b
18085
18086 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
18087
18088         * configure.ac:
18089         * sys/Makefile.am:
18090         * sys/ximagesrc/Makefile.am:
18091         * sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_return_buf),
18092         (gst_ximagesrc_open_display), (gst_ximagesrc_start),
18093         (gst_ximagesrc_stop), (gst_ximagesrc_unlock),
18094         (gst_ximagesrc_recalc), (composite_pixel),
18095         (gst_ximagesrc_ximage_get), (gst_ximagesrc_create),
18096         (gst_ximagesrc_set_property), (gst_ximagesrc_get_property),
18097         (gst_ximagesrc_clear_bufpool), (gst_ximagesrc_base_init),
18098         (gst_ximagesrc_dispose), (gst_ximagesrc_finalize),
18099         (gst_ximagesrc_get_caps), (gst_ximagesrc_set_caps),
18100         (gst_ximagesrc_fixate), (gst_ximagesrc_class_init),
18101         (gst_ximagesrc_init), (plugin_init):
18102         * sys/ximagesrc/ximagesrc.h:
18103         * sys/ximagesrc/ximageutil.c: (ximageutil_handle_xerror),
18104         (ximageutil_check_xshm_calls), (ximageutil_xcontext_get),
18105         (ximageutil_xcontext_clear),
18106         (ximageutil_calculate_pixel_aspect_ratio),
18107         (gst_ximagesrc_buffer_finalize), (gst_ximage_buffer_free),
18108         (gst_ximagesrc_buffer_init), (gst_ximagesrc_buffer_class_init),
18109         (gst_ximagesrc_buffer_get_type), (gst_ximageutil_ximage_new),
18110         (gst_ximageutil_ximage_destroy):
18111         * sys/ximagesrc/ximageutil.h:
18112
18113         Port ximagesrc to 0.10 (Closes #304795)
18114
18115 2006-02-20  Edgard Lima <edgard.lima@indt.org.br>
18116
18117         * gst/freeze/gstfreeze.c:
18118         * gst/freeze/gstfreeze.h:
18119         Some event handling added by Renato Filho <renato.filho@indt.org.br>
18120
18121 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
18122
18123         * configure.ac:
18124         Back to CVS nano
18125
18126 === release 0.10.1 ===
18127
18128 2006-02-20  Jan Schmidt <thaytan@mad.scientist.com>
18129
18130         * configure.ac:
18131           releasing 0.10.1, "Slimy - yet satisfying"
18132
18133 2006-02-19  Jan Schmidt <thaytan@mad.scientist.com>
18134
18135         * configure.ac:
18136           Release 0.10.0.3 - pre-release for 0.10.1
18137
18138 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
18139
18140         * ext/bz2/gstbz2.c:
18141         * ext/bz2/gstbz2dec.c:
18142         * ext/bz2/gstbz2dec.h:
18143         * ext/bz2/gstbz2enc.c:
18144         * ext/bz2/gstbz2enc.h:
18145           Add proper copyright headers identifying Lutz Müller
18146           as the author and copyright holder (#331600).
18147
18148 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
18149
18150         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
18151           Don't GST_LOG timestamps from nonexistent index
18152           entries (#331582).
18153
18154 2006-02-17  Edward Hervey  <edward@fluendo.com>
18155
18156         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header):
18157         Check that the size of the returned buffer is of the correct size
18158         because the parser assumes that.
18159         Fixes #331543.
18160
18161 2006-02-17  Jan Schmidt <thaytan@mad.scientist.com>
18162
18163         * configure.ac:
18164           Release 0.10.0.2 - pre-release for 0.10.1
18165
18166 2006-02-16  Edward Hervey  <edward@fluendo.com>
18167
18168         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_src_event),
18169         (gst_qtdemux_loop), (qtdemux_sink_activate_pull):
18170         Don't stop the task if the pad isn't linked.
18171
18172 2006-02-15  Tim-Philipp Müller  <tim at centricular dot net>
18173
18174         * gst/qtdemux/qtdemux.c: (gst_qtdemux_chain):
18175           It appears 100% equals 1/1 and not 100/1 ...
18176
18177 2006-02-15  Tim-Philipp Müller  <tim at centricular dot net>
18178
18179         * gst/qtdemux/qtdemux.c: (gst_qtdemux_post_buffering),
18180         (gst_qtdemux_chain):
18181           When buffering MDAT data, show the user something is
18182           happening by posting 'buffering' messages on the bus.
18183
18184 2006-02-14  Edward Hervey  <edward@fluendo.com>
18185
18186         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
18187         (gst_qtdemux_handle_src_query), (gst_qtdemux_change_state),
18188         (next_entry_size), (gst_qtdemux_chain):
18189         * gst/qtdemux/qtdemux.h:
18190         Make push-based work if mdat atom is before moov atom.
18191         Don't answer duration query. This should be transformed into replying
18192         FALSE to seek events.
18193
18194 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
18195
18196         * ext/libmms/gstmms.c: (gst_mms_class_init), (gst_mms_create),
18197         (gst_mms_start):
18198           Return FLOW_UNEXPECTED on EOS, not FLOW_ERROR. Also, no need to
18199           push our own EOS event on EOS, the base class will do that for us;
18200           fix bogus query code; post semi-decent errors on the bus when an
18201           error occurs in ::start(), otherwise the user will get to see
18202           whatever cryptic default message GstBaseSrc comes up with.
18203
18204 2006-02-14  Andy Wingo  <wingo@pobox.com>
18205
18206         * sys/glsink/glimagesink.c (gst_glimage_sink_init): Come on
18207         schleef, don't break me gst-inspect -a.
18208
18209 2006-02-14  Edward Hervey  <edward@fluendo.com>
18210
18211         * gst/qtdemux/qtdemux.c: (next_entry_size), (gst_qtdemux_chain):
18212         Handle the case where data atoms are before moov atoms in push-based mode.
18213         Errors out gracefully.
18214
18215 2006-02-13  Edward Hervey  <edward@fluendo.com>
18216
18217         * gst/qtdemux/Makefile.am:
18218         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
18219         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
18220         (extract_initial_length_and_fourcc),
18221         (gst_qtdemux_loop_state_header), (gst_qtdemux_loop_state_movie),
18222         (gst_qtdemux_loop_header), (next_entry_size), (gst_qtdemux_chain),
18223         (qtdemux_sink_activate), (qtdemux_sink_activate_pull),
18224         (qtdemux_sink_activate_push), (qtdemux_parse_trak):
18225         * gst/qtdemux/qtdemux.h:
18226         QtDemux can now work push-based.
18227         It still needs some love for seeking.
18228
18229 2006-02-13  Edgard Lima  <edgard.lima@indt.org.br>
18230
18231         * configure.ac:
18232         * gst/freeze/Makefile.am:
18233         * gst/freeze/gstfreeze.c:
18234         * gst/freeze/gstfreeze.h:
18235         * gst/freeze/FAQ:
18236         freeze plugin ported to 0.10 by
18237         Renato Filho <renato.filho@indt.org.br>
18238
18239 2006-02-10  Tim-Philipp Müller  <tim at centricular dot net>
18240
18241         * configure.ac:
18242         * gst/cdxaparse/Makefile.am:
18243         * gst/cdxaparse/gstcdxaparse.c:
18244         * gst/cdxaparse/gstcdxaparse.h:
18245           Port cdxaparse, makes VCD playback work.
18246
18247 2006-02-07  Thomas Vander Stichele  <thomas at apestaart dot org>
18248
18249         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
18250         (qtdemux_parse_trak):
18251           use the correct variable to check if we can calculate
18252           the last chunk.  Looks like an obvious bug, and makes
18253           the dump of offsets comparable to other tools
18254
18255 2006-02-07  Thomas Vander Stichele  <thomas at apestaart dot org>
18256
18257         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
18258         (qtdemux_parse_trak):
18259           clean up some debugging, using _OBJECT, moving recurring
18260           messages to LOG level
18261
18262 2006-02-06  Edgard Lima <edgard.lima@indt.org.br>
18263
18264         * configure.ac:
18265         * ext/neon/gstneonhttpsrc.c:
18266         Now it uses libneon 0.25.5 that supports shoutcast.
18267
18268 2006-02-06  Lutz Mueller <lutz@topfrose.de>
18269
18270         Reviewed by: Edward Hervey <edward@fluendo.com>
18271         
18272         * ext/bz2/gstbz2enc.c: Accepd "ANY" caps. Use "x-bzip" instead of
18273         "x-bz2".
18274         * ext/bz2/gstbz2dec.c: Use "x-bzip" instead of "x-bz2". Initial
18275         caps are "ANY".
18276         (gst_bz2dec_chain): Configure the source pad if we can figure out
18277         the mime type of the decompressed data.
18278         (gst_bz2dec_[get,set]_property):
18279         (gst_bz2dec_class_init: New property "first_buffer_size".
18280         
18281
18282 2006-02-06  Wim Taymans  <wim@fluendo.com>
18283
18284         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_src_query),
18285         (gst_qtdemux_handle_src_event), (gst_qtdemux_loop_header),
18286         (qtdemux_inflate), (qtdemux_parse), (qtdemux_parse_trak),
18287         (qtdemux_parse_udta), (qtdemux_tag_add_str), (qtdemux_tag_add_num),
18288         (qtdemux_tag_add_gnre), (gst_qtdemux_handle_esds),
18289         (qtdemux_video_caps), (qtdemux_audio_caps):
18290         * gst/qtdemux/qtdemux.h:
18291         Some QT demux loving.
18292         Handle seeking in a less broken way.
18293         Fix AMR caps to match the AMR decoder.
18294         Set first timestamp on AMR samples to 0 for now.
18295         Remove some \n in DEBUG strings.
18296         Use _scale_int for maximum precision.
18297
18298 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18299
18300         * gst/apetag/Makefile.am:
18301         * gst/apetag/apedemux.c:
18302         * gst/apetag/apedemux.h:
18303         * gst/apetag/apetag.c:
18304           Remove old files, apetag is in gst-plugins-good now.
18305
18306 2006-02-06  Andy Wingo  <wingo@pobox.com>
18307
18308         * ext/bz2/gstbz2enc.c (gst_bz2enc_class_init): 
18309         * ext/bz2/gstbz2dec.c (gst_bz2dec_class_init): No need to init
18310         parent_class, the boilerplate does it for you.
18311
18312 2006-02-05  Lutz Mueller <lutz@topfrose.de>
18313
18314         reviewed by: Andy Wingo <wingo@pobox.com>
18315
18316         * configure.ac:
18317         * ext/Makefile.am: Hook it up.
18318         * ext/bz2/gstbz2.c:
18319         * ext/bz2/gstbz2dec.h:
18320         * ext/bz2/gstbz2dec.c:
18321         * ext/bz2/gstbz2enc.h:
18322         * ext/bz2/gstbz2enc.c: New plugin, implements bz2 encoding and
18323         decoding (#303167).
18324         
18325 2006-01-30  Andy Wingo  <wingo@pobox.com>
18326
18327         * sys/glsink/Makefile.am (libgstglimagesink_la_LIBADD) 
18328         (libgstglimagesink_la_CFLAGS): Add PLUGINS_BASE cflags and libs.
18329
18330 2006-01-29  Tim-Philipp Müller  <tim at centricular dot net>
18331
18332         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_setcaps),
18333         (gst_wavpack_dec_base_init), (gst_wavpack_dec_dispose),
18334         (gst_wavpack_dec_class_init), (gst_wavpack_dec_sink_event),
18335         (gst_wavpack_dec_init), (gst_wavpack_dec_format_samples),
18336         (gst_wavpack_dec_chain), (gst_wavpack_dec_plugin_init):
18337           Add debug category, use boilerplate macros, fix handling
18338           of widths of 32 bits.
18339
18340         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init),
18341         (gst_wavpack_parse_dispose), (gst_wavpack_parse_class_init),
18342         (gst_wavpack_parse_index_get_last_entry),
18343         (gst_wavpack_parse_index_get_entry_from_sample),
18344         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
18345         (gst_wavpack_parse_src_query),
18346         (gst_wavpack_parse_scan_to_find_sample),
18347         (gst_wavpack_parse_send_newsegment),
18348         (gst_wavpack_parse_handle_seek_event),
18349         (gst_wavpack_parse_src_event), (gst_wavpack_parse_init),
18350         (gst_wavpack_parse_get_upstream_length),
18351         (gst_wavpack_parse_pull_buffer),
18352         (gst_wavpack_parse_create_src_pad), (gst_wavpack_parse_loop),
18353         (gst_wavpack_parse_change_state),
18354         (gst_wavepack_parse_sink_activate),
18355         (gst_wavepack_parse_sink_activate_pull),
18356         (gst_wavpack_parse_plugin_init):
18357         * ext/wavpack/gstwavpackparse.h:
18358           Rewrite a bit, mostly to fix flow logic and to make seeking work.
18359           Fix buffer/event refcounting. Add some debug statements. Add
18360           width of 32 to source pad template caps. Use boilerplate macros.
18361
18362 2006-01-28  Edward Hervey  <edward@fluendo.com>
18363
18364         * sys/glsink/Makefile.am:
18365         glimagesink.h is dead, long live glimagesink.h
18366
18367 2006-01-27  David Schleef  <ds@schleef.org>
18368
18369         * configure.ac:
18370         * sys/Makefile.am:
18371         * sys/glsink/Makefile.am:
18372         * sys/glsink/glimagesink.c:
18373         * sys/glsink/glimagesink.h:
18374           revival of glimagesink.  Kind of works.
18375
18376 2006-01-27  Tim-Philipp Müller  <tim at centricular dot net>
18377
18378         * ext/faad/gstfaad.c: (gst_faad_setcaps),
18379         (gst_faad_chanpos_to_gst), (gst_faad_sync), (gst_faad_chain):
18380           Handle 'framed' field in caps; Port syncing for raw streams
18381           from 0.8 branch (for AAC+ radio streams) (#328854, #328721).
18382
18383 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18384
18385         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_supported),
18386         (gst_sdlvideosink_xoverlay_set_xwindow_id),
18387         (gst_sdlvideosink_deinitsdl), (gst_sdlv_process_events),
18388         (gst_sdlvideosink_event_thread), (gst_sdlvideosink_initsdl),
18389         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
18390         (gst_sdlvideosink_setcaps), (gst_sdlvideosink_show_frame),
18391         (gst_sdlvideosink_change_state),
18392         (gst_sdlvideosink_navigation_send_event):
18393         * ext/sdl/sdlvideosink.h:
18394           Fix output stride copying, so that it displays correctly on 
18395           framebuffer devices that don't match our implict GStreamer stride
18396           arrangement.
18397
18398           Fix locking things. Offer XOverlay only when SDL is running against
18399           X. Make non-scaled (and ugly) embedding work via X Overlay. It can't
18400           actually match the embedded window size because there's no way to
18401           figure out what size that should be from the XOverlay interface.
18402           See comment in sdlvideosink.c
18403
18404 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
18405
18406         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
18407           Fix wrong memcpy source pointer.
18408
18409 2006-01-25  Edgard Lima <edgard.lima@indt.org.br>
18410
18411         * ext/libmms/gstmms.c: (gst_mms_finalize):
18412         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_finalize):
18413         Just chain up finalize calls (calling parent_class->finalize).
18414
18415 2006-01-25  Edgard Lima <edgard.lima@indt.org.br>
18416
18417         * ext/libmms/gstmms.c: (gst_mms_finalize), (gst_mms_set_property),
18418         (gst_mms_get_property), (gst_mms_src_query), (gst_mms_class_init):
18419         Finalize method has been created and others small changes.
18420
18421 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
18422
18423         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_base_init),
18424         (gst_musepackdec_class_init), (gst_musepackdec_init),
18425         (gst_musepackdec_send_newsegment),
18426         (gst_musepackdec_handle_seek_event), (gst_musepackdec_src_event),
18427         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
18428         (gst_musepack_stream_init), (gst_musepackdec_sink_activate_pull),
18429         (gst_musepackdec_loop), (gst_musepackdec_change_state):
18430         * ext/musepack/gstmusepackdec.h:
18431         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
18432         (gst_musepack_reader_seek), (gst_musepack_reader_tell),
18433         (gst_musepack_reader_get_size):
18434         * ext/musepack/gstmusepackreader.h:
18435           Fix seeking in musepack files (it's still incredibly slow, but I
18436           don't think that is our plugin's fault). Clean up code and get
18437           rid of old cruft. Post tags with all kind of neat information like
18438           replay gain and such on the bus, if it is available. Add a
18439           'musepackdec' debug category.
18440
18441 2006-01-24  Edward Hervey  <edward@fluendo.com>
18442
18443         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
18444         (gst_qtdemux_add_stream), (qtdemux_parse_trak):
18445         More coherent framerate setting on caps.
18446         If sample_size is available, use that for the samples' duration in
18447         the index. This enables single frame streams to work (and I imagine
18448         fixes some other cases).
18449         Tested on testsuite, no regression.
18450
18451 2006-01-23  Edward Hervey  <edward@fluendo.com>
18452
18453         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
18454         (qtdemux_video_caps), (qtdemux_audio_caps):
18455         Added codec recognition for:
18456         _ VP31 : video/x-vp3
18457         _ AVDJ : image/jpeg
18458         _ dvcp, dvc  : video/x-dv, systemstream=(boolean)false
18459         _ 0x6d730017 : audio/x-adpcm, layout=(string)quicktime
18460
18461 2006-01-21  David Schleef  <ds@schleef.org>
18462
18463         * configure.ac:
18464         * ext/swfdec/gstswfdec.c: Update from swfdec.
18465
18466 2006-01-21  Tim-Philipp Müller  <tim at centricular dot net>
18467
18468         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
18469         (qtdemux_audio_caps):
18470           'twos' and 'sowt' fourcc can be 16bit or 8bit audio.
18471           Fix 8bit case (#327133, based on patch by: Fabrizio
18472           Gennari <fabrizio dot ge at tiscali dot it>).
18473           Also, "G_LITTLE_ENDIAN" and "G_BIG_ENDIAN" are not
18474           valid literals for endianness in caps strings,
18475           only "LITTLE_ENDIAN" and "BIG_ENDIAN" are valid. 
18476
18477 2006-01-20  Edgard Lima <edgard.lima@indt.org.br>
18478
18479         * ext/ivorbis/vorbisfile.c:
18480         * ext/neon/gstneonhttpsrc.c:
18481         Fixed state transictions PLAYING->NULL->PLAYING.
18482         
18483 2006-01-19  Edgard Lima <edgard.lima@indt.org.br>
18484
18485         * ext/tremor/vorbisfile.c:
18486         Some minor improvements on log messages.
18487
18488 2006-01-18  Edgard Lima <edgard.lima@indt.org.br>
18489
18490         * gst/qtdemux/qtdemux.c: qtdemux_parse_trak:
18491         Ronald's patch applied. see bug #326318.
18492
18493 2006-01-17  Tim-Philipp Müller  <tim at centricular dot net>
18494
18495         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
18496         (gst_qtdemux_send_event), (gst_qtdemux_handle_src_event),
18497         (gst_qtdemux_change_state), (gst_qtdemux_loop_header):
18498         * gst/qtdemux/qtdemux.h:
18499           Fix seeking for quicktime files. Could still use some more
18500           love and sophistication.
18501
18502 2006-01-16  Edgard Lima <edgard.lima@indt.org.br>
18503
18504         * ext/libmms/gstmms.c: gst_mms_init:
18505         * ext/neon/gstneonhttpsrc.c: gst_neonhttp_src_init:
18506         * ext/sdl/sdlaudiosink.c: gst_sdlaudio_sink_dispose:
18507         Removed gst_base_src_set_live from mms and neon, and now calling
18508         parent_class->dispose in dispose on sdlaudio.
18509         
18510 2006-01-11  Edgard Lima <edgard.lima@indt.org.br>
18511
18512         * ext/sdl/sdlvideosink.c:
18513         Now implementing navigation interface and using
18514         GST_BOILER_PLATE_FULL.
18515         
18516 2006-01-11  Christian Schaller  <christian@fluendo.com>
18517
18518         Remove SunAudio plugin as Brian's new one is in -good
18519
18520         * sys/Makefile.am:
18521         * sys/sunaudio/Makefile.am:
18522         * sys/sunaudio/gstsunaudio.c:
18523         * sys/sunaudio/gstsunaudiosrc.c:
18524         * sys/sunaudio/gstsunaudiosrc.h:
18525         * sys/sunaudio/gstsunelement.c:
18526         * sys/sunaudio/gstsunelement.h:
18527         * sys/sunaudio/gstsunmixer.c:
18528         * sys/sunaudio/gstsunmixer.h:
18529
18530 2006-01-11  Edgard Lima <edgard.lima@indt.org.br>
18531
18532         * ext/sdl/sdlaudiosink.c:
18533         Replaced wrong style code by GST_BOILERPLATE.
18534         
18535 2006-01-11  Fabrizio Gennari <fabrizio.ge@tiscali.it>
18536
18537         reviewed by: Edward Hervey  <edward@fluendo.com>
18538
18539         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
18540         Add support for Indeo3 video in Quicktime files.
18541         Closes #326524
18542
18543 2006-01-09  Edgard Lima <edgard.lima@indt.org.br>
18544
18545         * configure.ac:
18546         * ext/sdl/Makefile.am:
18547         * ext/sdl/gstsdl.c:
18548         * ext/sdl/sdlaudiosink.c:
18549         * ext/sdl/sdlaudiosink.h:
18550         * ext/sdl/sdlvideosink.c:
18551         Created new element, sdlaudiosink.
18552         
18553 2006-01-05  Sebastien Moutte  <sebastien@moutte.net>
18554
18555         * added sys/directdraw
18556         * added sys/directsound
18557         * added win32/vs6/gst_plugins_bad.dsw
18558         * added win32/vs6/libgstdirectsound.dsp
18559         * added win32/vs6/libgstdirectdraw.dsp
18560         * added win32/common/config.h
18561         
18562 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
18563
18564         * gst/games/gstpuzzle.c: (plugin_init):
18565           call oil_init() when using liboil
18566
18567 2006-01-04  Edgard Lima <edgard.lima@indt.org.br>
18568
18569         * ext/neon/gstneonhttpsrc.c:
18570         * ext/neon/gstneonhttpsrc.h:
18571         Some improvements in cancellation and debug messages.
18572                         
18573 2006-01-04  Edgard Lima <edgard.lima@indt.org.br>
18574
18575         * ext/neon/gstneonhttpsrc.c:
18576         * ext/neon/gstneonhttpsrc.h:
18577         Removed not need thread and changed to push out blocksize bytes.
18578         
18579 2005-12-28  Edgard Lima <edgard.lima@indt.org.br>
18580
18581         * configure.ac:
18582         * ext/Makefile.am
18583         * ext/neon:
18584         * ext/neon/Makefile.am:
18585         * ext/neon/gstneonhttpsrc.c:
18586         * ext/neon/gstneonhttpsrc.h:
18587         Created new element neonhttpsrc.
18588
18589 2005-12-19  Edward Hervey  <edward@fluendo.com>
18590
18591         * ext/swfdec/gstswfdec.c: (gst_swfdec_class_init),
18592         (gst_swfdec_chain), (gst_swfdec_render):
18593         Add debugging category and return GstFlowReturn in the right places
18594         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_link):
18595         Get something from the peer pad once we've checked if there is a peer pad.
18596         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
18597         (qtdemux_tree_get_child_by_type), (qtdemux_parse_trak),
18598         (qtdemux_video_caps):
18599         Couple of fixes
18600
18601 2005-12-19  Edgard Lima <edgard.lima@indt.org.br>
18602
18603         * ext/divx/Makefile.am:
18604         just a small fix. I have to pay more attention when commiting ;-)
18605
18606 2005-12-19  Edgard Lima <edgard.lima@indt.org.br>
18607
18608         * configure.ac:
18609         * ext/Makefile.am:
18610         * ext/divx/Makefile.am:
18611         * ext/divx/gstdivxdec.c:
18612         * ext/divx/gstdivxdec.h:
18613         * ext/divx/gstdivxenc.c:
18614         * ext/divx/gstdivxenc.h:
18615         divxdec and divxenc ported to 0.10
18616         
18617 2005-12-18  Julien MOUTTE  <julien@moutte.net>
18618
18619         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
18620         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_create),
18621         (gst_dfbvideosink_event_thread), (gst_dfbvideosink_enum_devices),
18622         (gst_dfbvideosink_setup), (gst_dfbvideosink_cleanup),
18623         (gst_dfbvideosink_can_blit_from_format),
18624         (gst_dfbvideosink_getcaps), (gst_dfbvideosink_setcaps),
18625         (gst_dfbvideosink_show_frame), (gst_dfbvideosink_buffer_alloc),
18626         (gst_dfbsurface_finalize),
18627         (gst_dfbvideosink_navigation_send_event),
18628         (gst_dfbvideosink_update_colorbalance),
18629         (gst_dfbvideosink_set_property), (gst_dfbvideosink_init): Some
18630         more refactoring, handle exotic DirectFB row stride.
18631
18632 2005-12-18  Julien MOUTTE  <julien@moutte.net>
18633
18634         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
18635         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt: Updates.
18636         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_create),
18637         (gst_dfbvideosink_event_thread), (gst_dfbvideosink_enum_devices),
18638         (gst_dfbvideosink_setup), (gst_dfbvideosink_cleanup),
18639         (gst_dfbvideosink_can_blit_from_format),
18640         (gst_dfbvideosink_getcaps), (gst_dfbvideosink_setcaps),
18641         (gst_dfbvideosink_show_frame), (gst_dfbvideosink_buffer_alloc),
18642         (gst_dfbsurface_finalize),
18643         (gst_dfbvideosink_navigation_send_event),
18644         (gst_dfbvideosink_update_colorbalance),
18645         (gst_dfbvideosink_set_property), (gst_dfbvideosink_get_property),
18646         (gst_dfbvideosink_finalize), (gst_dfbvideosink_init),
18647         (gst_dfbvideosink_class_init):
18648         * ext/directfb/dfbvideosink.h: Implement pixel-aspect-ratio.
18649         This should work both for hardware accelerated scaling and
18650         reverse caps negotiation with a scaling element.
18651
18652 2005-12-17  Julien MOUTTE  <julien@moutte.net>
18653
18654         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
18655         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
18656         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
18657         * docs/plugins/gst-plugins-bad-plugins.args:
18658         * docs/plugins/gst-plugins-bad-plugins.interfaces:
18659         * docs/plugins/gst-plugins-bad-plugins.signals:
18660         * docs/plugins/inspect/plugin-dfbvideosink.xml:
18661         * docs/plugins/inspect/plugin-qtdemux.xml:
18662         * docs/plugins/inspect/plugin-sdlvideosink.xml:
18663         * docs/plugins/inspect/plugin-speed.xml:
18664         * docs/plugins/inspect/plugin-tta.xml: Updates.
18665         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_create),
18666         (gst_dfbvideosink_event_thread), (gst_dfbvideosink_enum_vmodes),
18667         (gst_dfbvideosink_enum_devices), (gst_dfbvideosink_setup),
18668         (gst_dfbvideosink_cleanup),
18669         (gst_dfbvideosink_can_blit_from_format),
18670         (gst_dfbvideosink_get_best_vmode), (gst_dfbvideosink_getcaps),
18671         (gst_dfbvideosink_setcaps), (gst_dfbvideosink_show_frame),
18672         (gst_dfbvideosink_buffer_alloc), (gst_dfbsurface_finalize),
18673         (gst_dfbvideosink_interface_supported),
18674         (gst_dfbvideosink_navigation_send_event),
18675         (gst_dfbvideosink_update_colorbalance),
18676         (gst_dfbvideosink_colorbalance_list_channels),
18677         (gst_dfbvideosink_colorbalance_set_value),
18678         (gst_dfbvideosink_colorbalance_get_value),
18679         (gst_dfbvideosink_colorbalance_init),
18680         (gst_dfbvideosink_set_property), (gst_dfbvideosink_get_property),
18681         (gst_dfbvideosink_init), (gst_dfbvideosink_class_init):
18682         * ext/directfb/dfbvideosink.h: Implement vertical sync and 
18683         color balance interface.
18684
18685 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
18686
18687         * ext/artsd/gstartsdsink.c: (gst_artsdsink_open_audio):
18688         * gst/festival/gstfestival.c: (socket_receive_file_to_buff):
18689         * gst/vbidec/vbidata.c:
18690         * gst/vbidec/vbidata.h:
18691         * gst/vbidec/vbiscreen.c:
18692         * sys/dxr3/ac3_padder.c:
18693           don't use doc comments for non-docs
18694           change some char* into char[]
18695
18696 2005-12-16  Julien MOUTTE  <julien@moutte.net>
18697
18698         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_enum_layers),
18699         (gst_dfbvideosink_init): Always prefer the primary layer.
18700
18701 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
18702
18703         * ext/wavpack/gstwavpackdec.c:
18704           Oops, remove trailing comma from caps string.
18705
18706 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
18707
18708         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_link):
18709         * ext/wavpack/gstwavpackparse.c:
18710           Wavpack supports samplerates from 6-192kHz, fix pad template
18711           caps (fixes #322973; patch by: gcocatre@gmail.com). Also
18712           remove buffer-frames from caps, they are gone in 0.10.
18713
18714 2005-12-15  Edgard Lima <edgard.lima@indt.org.br>
18715
18716         * ext/xvid/Makefile.am:
18717         * ext/xvid/gstxviddec.c:
18718         * ext/xvid/gstxvidenc.c:
18719         Fixed some mem-leaks in xvid.
18720
18721 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
18722
18723         * configure.ac:
18724         * ext/Makefile.am:
18725         * ext/xvid/gstxvid.c:
18726         * ext/xvid/gstxvid.h:
18727         * ext/xvid/gstxviddec.c:
18728         * ext/xvid/gstxviddec.h:
18729         * ext/xvid/gstxvidenc.c:
18730         * ext/xvid/gstxvidenc.h:
18731         xviddec and xvideenc ported to 0.10
18732                 
18733
18734 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
18735
18736         * configure.ac:
18737         * ext/Makefile.am:
18738         * ext/dts/Makefile.am:
18739         * ext/dts/gstdtsdec.c:
18740         * ext/dts/gstdtsdec.h:
18741         dtsdec ported to 0.10
18742
18743 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
18744
18745         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
18746         * ext/libmms/gstmms.c: (gst_mms_src_query), (gst_mms_create):
18747         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_src_query),
18748         (gst_musepackdec_loop):
18749         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_link),
18750         (gst_swfdec_src_query):
18751         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query):
18752           GstObjects must be unref'ed with gst_object_unref() instead of
18753           g_object_unref(), otherwise things break for GLib-2.6 users.
18754
18755 2005-12-12  David Schleef  <ds@schleef.org>
18756
18757         * ext/swfdec/gstswfdec.c: (gst_swfdecbuffer_get_type),
18758         (gst_swfdecbuffer_class_init), (gst_swfdecbuffer_finalize),
18759         (gst_swfdec_buffer_from_swf), (gst_swfdec_render): Add a subclass
18760         of GstBuffer that wraps SwfdecBuffers.  Fix a massive memleak
18761         because the video buffers previously never got freed.
18762
18763 2005-12-11  Edgard Lima <edgard.lima@indt.org.br>
18764
18765         * ext/libmms/gstmms.c:
18766         Just removed a weird printf ;-)
18767
18768 2005-12-11  Edgard Lima <edgard.lima@indt.org.br>
18769
18770         * configure.ac:
18771         * ext/libmms/gstmms.c:
18772         * ext/libmms/gstmms.h:
18773         Added suport to mmsh. There's still a sucks msg "ERROR: Pipeline cant
18774         PREROOL..." to be fixed.
18775
18776 2005-12-09  Jan Schmidt  <thaytan@mad.scientist.com>
18777
18778         * ext/faad/gstfaad.c: (gst_faad_chanpos_to_gst),
18779         (gst_faad_update_caps):
18780           Assume that an unknown channel mapping with 2 channels
18781           is stereo and play it that way instead of erroring.
18782
18783         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
18784         (gst_qtdemux_add_stream), (qtdemux_parse_trak):
18785           Handle e.g. jpeg streams with 0 duration frames as having 0 framerate.
18786           Debug fixes. Some 64 bit variable fixes
18787
18788 2005-12-09  Edgard Lima <edgard.lima@indt.org.br>
18789
18790         * configure.ac:
18791         * ext/Makefile.am:
18792         * ext/swfdec/Makefile.am:
18793         * ext/swfdec/gstswfdec.c:
18794         * ext/swfdec/gstswfdec.h:
18795         swfdec Ported to 0.10.
18796
18797 2005-12-07  Edward Hervey  <edward@fluendo.com>
18798
18799         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
18800         (gst_qtdemux_add_stream):
18801         Memleak fixes.
18802         Send out EOS for valid reasons (couldn't pull_range() from upstream
18803         for example).
18804
18805 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18806
18807         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
18808         * ext/audiofile/gstafparse.h:
18809         * ext/audiofile/gstafsink.c: (gst_afsink_chain):
18810         * ext/audiofile/gstafsink.h:
18811         * ext/audiofile/gstafsrc.c: (gst_afsrc_close_file):
18812         * ext/audiofile/gstafsrc.h:
18813         * ext/cdaudio/gstcdaudio.c:
18814         * ext/divx/gstdivxenc.c:
18815         * ext/dts/gstdtsdec.h:
18816         * ext/faac/gstfaac.h:
18817         * ext/ivorbis/vorbisenc.h:
18818         * ext/ivorbis/vorbisfile.c:
18819         * ext/musepack/gstmusepackdec.h:
18820         * ext/nas/nassink.c:
18821         * ext/snapshot/gstsnapshot.c:
18822         * ext/sndfile/gstsf.h:
18823         * ext/tarkin/gsttarkindec.h:
18824         * ext/tarkin/gsttarkinenc.h:
18825         * ext/xine/gstxine.h:
18826         * ext/xine/xinecaps.c:
18827         * ext/xvid/gstxvid.h:
18828         * gst-libs/gst/play/play.h:
18829         * gst/apetag/apedemux.h:
18830         * gst/cdxaparse/gstcdxaparse.h:
18831         * gst/cdxaparse/gstcdxastrip.h:
18832         * gst/colorspace/yuv2rgb.c:
18833         * gst/colorspace/yuv2rgb.h:
18834         * gst/equalizer/gstiirequalizer.c:
18835         * gst/festival/gstfestival.h:
18836         * gst/games/gstpuzzle.c:
18837         * gst/games/gstvideoimage.c:
18838         * gst/games/gstvideoimage.h:
18839         * gst/modplug/gstmodplug.h:
18840         * gst/modplug/libmodplug/it_defs.h:
18841         * gst/modplug/libmodplug/modplug.h:
18842         * gst/modplug/libmodplug/sndfile.h:
18843         * gst/modplug/libmodplug/stdafx.h:
18844         * gst/mpeg1sys/buffer.c:
18845         * gst/mpeg1sys/gstmpeg1systemencode.h:
18846         * gst/mpeg1sys/main.h:
18847         * gst/mpeg1sys/systems.c:
18848         * gst/mpeg1videoparse/gstmp1videoparse.h:
18849         * gst/mpeg2sub/gstmpeg2subt.h:
18850         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
18851         * gst/mpegaudioparse/gstmpegaudioparse.h:
18852         * gst/multifilesink/gstmultifilesink.h:
18853         * gst/overlay/gstoverlay.h:
18854         * gst/qtdemux/qtdemux.c:
18855         * gst/qtdemux/qtdemux.h:
18856         * gst/rtjpeg/RTjpeg.c: (RTjpeg_dctY), (RTjpeg_idct):
18857         * gst/rtjpeg/RTjpeg.h:
18858         * gst/tta/crc32.h:
18859         * gst/tta/filters.h:
18860         * gst/tta/ttadec.h:
18861         * gst/videodrop/gstvideodrop.h:
18862         * sys/cdrom/gstcdplayer.h:
18863         * sys/cdrom/gstcdplayer_ioctl.c:
18864         * sys/cdrom/gstcdplayer_ioctl.h:
18865         * sys/cdrom/gstcdplayer_ioctl_bsd.h:
18866         * sys/cdrom/gstcdplayer_ioctl_irix.h:
18867         * sys/cdrom/gstcdplayer_ioctl_solaris.h:
18868         * sys/dxr3/dxr3audiosink.c:
18869         * sys/dxr3/dxr3audiosink.h:
18870         * sys/dxr3/dxr3spusink.c:
18871         * sys/dxr3/dxr3spusink.h:
18872         * sys/dxr3/dxr3videosink.c:
18873         * sys/dxr3/dxr3videosink.h:
18874         * sys/qcam/dark.c:
18875         * sys/qcam/gstqcamsrc.c:
18876         * sys/v4l2/gstv4l2colorbalance.h:
18877         * sys/v4l2/gstv4l2element.h:
18878         * sys/v4l2/gstv4l2src.h:
18879         * sys/v4l2/gstv4l2tuner.h:
18880         * sys/v4l2/gstv4l2xoverlay.h:
18881         * sys/v4l2/v4l2_calls.c:
18882         * sys/v4l2/v4l2_calls.h:
18883         * sys/v4l2/v4l2src_calls.c:
18884         * sys/v4l2/v4l2src_calls.h:
18885         * sys/vcd/vcdsrc.h:
18886           expand tabs
18887
18888 === release 0.10.0 ===
18889
18890 2005-12-05  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18891
18892         * configure.ac:
18893           releasing 0.10.0, "Camembert"
18894
18895 2005-12-05  Andy Wingo  <wingo@pobox.com>
18896
18897         * ext/faac/gstfaac.c: (gst_faac_sink_event), (gst_faac_chain):
18898         * ext/faad/gstfaad.c: (gst_faad_chain):
18899         * ext/hermes/gsthermescolorspace.c: (gst_hermes_colorspace_chain):
18900         * ext/lcs/gstcolorspace.c: (gst_colorspace_chain):
18901         * ext/xine/xineinput.c: (gst_xine_input_get):
18902         * gst/colorspace/gstcolorspace.c: (gst_colorspace_chain):
18903         * gst/speed/gstspeed.c: (speed_chain):
18904         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain): Update for
18905         alloc_buffer changes.
18906
18907 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
18908
18909         * ext/Makefile.am:
18910           Add missing $(WAVPACK_DIR) (#322962).
18911
18912 === release 0.9.7 ===
18913
18914 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18915
18916         * configure.ac:
18917           releasing 0.9.7, "Arrigato Gasuimas Skebisan"
18918
18919 2005-11-28  Edgard Lima <edgard.lima@indt.org.br>
18920
18921         * PORTED_09:
18922         * configure.ac:
18923         * ext/Makefile.am:
18924         * ext/libmms/Makefile.am:
18925         * ext/libmms/gstmms.c:
18926         * ext/libmms/gstmms.h:
18927         libmm ported to 0.9. It works fine, but print some error messages. I
18928         ll fix them soon. Tested with  mmssrc location=mms:// ! filesink.
18929         
18930 2005-11-28  Edward Hervey  <edward@fluendo.com>
18931
18932         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
18933         Handle gracefully the consequence of "Maximum number of scalefactor
18934         bands exceeded", which results in 0 channels with samplerates of 0.
18935         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state):
18936         Do upward transitions, then call parent state_change, then do
18937         downward transitions.
18938
18939 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18940
18941         * ext/Makefile.am:
18942           alphabets, so hard to master.  Should fix distcheck.
18943
18944 2005-11-25  Edgard Lima  <edgard.lima@indt.org.br>
18945
18946         * configure.ac:
18947         * PORTED_09:
18948         * ext/Makefile.am:
18949         * ext/wavpack/Makefile.am:
18950         * ext/wavpack/gstwavpackdec.c:
18951         * ext/wavpack/gstwavpackdec.h:
18952         * ext/wavpack/gstwavpackparse.c:
18953         * ext/wavpack/gstwavpackparse.h:
18954         Wavpack ported to 0.9. No support for correction file yet.
18955
18956 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18957
18958         * ext/wavpack/Makefile.am:
18959         * ext/wavpack/gstwavpack.c: (plugin_init):
18960         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_read_header):
18961         * ext/wavpack/gstwavpackcommon.h:
18962         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_link),
18963         (gst_wavpack_dec_wvclink), (gst_wavpack_dec_get_type),
18964         (gst_wavpack_dec_base_init), (gst_wavpack_dec_dispose),
18965         (gst_wavpack_dec_class_init), (gst_wavpack_dec_src_query),
18966         (gst_wavpack_dec_init), (gst_wavpack_dec_setup_context),
18967         (gst_wavpack_dec_format_samples), (gst_wavpack_dec_loop),
18968         (gst_wavpack_dec_plugin_init):
18969         * ext/wavpack/gstwavpackdec.h:
18970         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_get_type),
18971         (gst_wavpack_parse_base_init), (gst_wavpack_parse_dispose),
18972         (gst_wavpack_parse_class_init), (gst_wavpack_parse_src_query),
18973         (gst_wavpack_parse_src_event), (find_header), (find_sample),
18974         (gst_wavpack_parse_seek), (gst_wavpack_parse_init),
18975         (gst_wavpack_parse_handle_event), (gst_wavpack_parse_loop),
18976         (gst_wavpack_parse_change_state), (gst_wavpack_parse_plugin_init):
18977         * ext/wavpack/gstwavpackparse.h:
18978           put back wavpack - still needs porting
18979
18980 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18981
18982         * configure.ac: back to HEAD
18983
18984 === release 0.9.6 ===
18985
18986 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
18987
18988         * configure.ac:
18989           releasing 0.9.6, "Hot Tea"
18990
18991 2005-11-23  Julien MOUTTE  <julien@moutte.net>
18992
18993         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
18994         * ext/directfb/dfb-example.c: (main):
18995         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_destroy),
18996         (gst_dfbvideosink_event_thread), (gst_dfbvideosink_setup),
18997         (gst_dfbvideosink_getcaps), (gst_dfbvideosink_setcaps),
18998         (gst_dfbvideosink_change_state), (gst_dfbvideosink_get_times),
18999         (gst_dfbvideosink_bufferpool_clear),
19000         (gst_dfbvideosink_buffer_alloc), (gst_dfbsurface_finalize),
19001         (gst_dfbvideosink_navigation_send_event),
19002         (gst_dfbvideosink_finalize), (gst_dfbvideosink_init),
19003         (gst_dfbvideosink_class_init):
19004         * ext/directfb/dfbvideosink.h: Use fraction for framerate, various
19005         fixes.
19006
19007 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19008
19009         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init),
19010         (gst_sdlvideosink_get_times), (gst_sdlvideosink_init),
19011         (gst_sdlvideosink_setcaps), (gst_sdlvideosink_change_state):
19012         * ext/sdl/sdlvideosink.h:
19013         Updates for fractional framerates and XOverlay interface changes
19014
19015 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19016
19017         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19018         (gst_qtdemux_add_stream), (qtdemux_dump_mvhd),
19019         (qtdemux_parse_trak):
19020         Convert to fractional framerates
19021
19022 2005-11-23  Edward Hervey  <edward@fluendo.com>
19023
19024         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_loop):
19025         Fix for latest API changes
19026
19027 2005-11-22  Edgard Lima <edgard.lima@indt.org.br>
19028         * configure.ac:
19029         * PORTED_09:
19030         * extt/Makefile.am:
19031         * ext/musepack/gstmusepackdec.c:
19032         * ext/musepack/gstmusepackdec.h:
19033         * ext/musepack/gstmusepackreader.c:
19034         * ext/musepack/gstmusepackreader.h:
19035         Musepackdec ported to 0.9. There is still a small problem to be
19036         solved, after the end of file, the pipeline doens't stop.
19037
19038 2005-11-22  Andy Wingo  <wingo@pobox.com>
19039
19040         * ext/faad/gstfaad.c (gst_faad_event)
19041         * ext/ivorbis/vorbisfile.c (gst_ivorbisfile_loop)
19042         * gst/qtdemux/qtdemux.c (gst_qtdemux_loop_header)
19043         * gst/speed/gstspeed.c (speed_sink_event)
19044         * gst/tta/gstttaparse.c (gst_tta_parse_src_event)
19045         (gst_tta_parse_parse_header): Run update-funcnames.
19046
19047 2005-11-21  Michael Smith <msmith@fluendo.com>
19048
19049         * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_event):
19050           Don't take STREAM_LOCK in sink event handlers any more.
19051
19052 2005-11-21  Wim Taymans  <wim@fluendo.com>
19053
19054         * ext/faac/gstfaac.c: (gst_faac_sink_event):
19055         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_src_event):
19056         * gst/tta/gstttaparse.c: (gst_tta_parse_src_event):
19057         Fix for stream lock updates.
19058
19059 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19060
19061         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
19062           Add DX50, DIVX and DIV3 fourccs (patch by
19063           j@bootlab.org, #321903).
19064
19065 2005-11-21  Andy Wingo  <wingo@pobox.com>
19066
19067         * *.h:
19068         * *.c: Ran scripts/update-macros. Oh yes.
19069
19070 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19071
19072         * ext/directfb/dfbvideosink.c:
19073         (gst_dfbvideosink_get_format_from_caps):
19074         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create):
19075         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19076         (qtdemux_parse), (qtdemux_type_get), (qtdemux_node_dump_foreach),
19077         (qtdemux_dump_hdlr), (qtdemux_dump_dref), (qtdemux_dump_stsd),
19078         (qtdemux_dump_dcom), (qtdemux_parse_trak), (qtdemux_video_caps),
19079         (qtdemux_audio_caps):
19080         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
19081         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
19082         (gst_v4l2src_capture_init), (gst_v4l2src_get_size_limits):
19083           Update for GST_FOURCC_FORMAT API change.
19084
19085 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
19086
19087         * ext/audioresample/gstaudioresample.c:
19088         * ext/polyp/polypsink.c: (gst_polypsink_sink_fixate):
19089         * gst/librfb/gstrfbsrc.c: (gst_rfbsrc_fixate):
19090         * gst/modplug/gstmodplug.cc:
19091         * sys/glsink/glimagesink.c: (gst_glimagesink_fixate):
19092         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_fixate):
19093         Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
19094         (#322027)
19095
19096 2005-11-21  Edgard Lima <edgard.lima@indt.org.br>
19097
19098         * ext/Makefile.am:
19099         * ext/ivorbis/vorbisfile.c:
19100         Now it works in push-mode. Tested with gnomevfssrc location=http://..
19101         ! tremor ! alsasink. Some issues to be solved yet:
19102         1- set correct timestamps
19103         2- seek is forced to disabled in pull-mode
19104         
19105 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
19106
19107         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
19108         (gst_faac_sink_setcaps), (gst_faac_configure_source_pad),
19109         (gst_faac_chain):
19110           Set proper caps on source pad (#320532).
19111
19112         * ext/faad/gstfaad.c:
19113           Don't use gtk-doc markers for comment block.
19114
19115 2005-11-14  Andy Wingo  <wingo@pobox.com>
19116
19117         * configure.ac (GST_PLUGIN_LDFLAGS): -no-undefined for better
19118         debugging, allows dll builds on windows. Fixes #316076.
19119
19120 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
19121
19122         * configure.ac: back to HEAD
19123
19124 === release 0.9.5 ===
19125
19126 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
19127
19128         * configure.ac:
19129           releasing 0.9.5, "Thrice Belgian Bar"
19130
19131 2005-11-11  Michael Smith <msmith@fluendo.com>
19132
19133         * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_chain):
19134           Make this compile on systems with broken headers. 
19135
19136 2005-11-11  Michael Smith <msmith@fluendo.com>
19137
19138         * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_chain):
19139           Call functions with the correct API. Unfortunately, unless your
19140           distribution patches upstream, the public header file for FAAD
19141           doesn't actually declare the API accurately. So, some nastiness
19142           ensues...
19143
19144 2005-11-10  Daniel Amelang  <daniel dot amelang at gmail dot com>
19145
19146         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19147
19148         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta):
19149           Add support for custom genre tags.
19150
19151 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
19152
19153         * ext/tarkin/wavelet.c:
19154         * ext/tarkin/wavelet.h:
19155         * gst/mpegaudioparse/gstmpegaudioparse.c:
19156         * gst/vbidec/vbidata.c:
19157         * gst/vbidec/vbiscreen.h:
19158         * sys/dxr3/ac3_padder.c:
19159         * sys/dxr3/dxr3audiosink.c:
19160         * sys/dxr3/dxr3spusink.c:
19161         * sys/dxr3/dxr3videosink.c:
19162         * sys/qcam/dark.c:
19163           Don't use gtk-doc markers for normal comments. Fix
19164           gtk-doc formatting where required.
19165
19166 2005-11-08  Edgard Lima <edgard.lima@indt.org.br>
19167
19168         * configure.ac:
19169         * PORTED_09:
19170         * ext/Makefile.am:
19171         * ext/ivorbis/vorbis.c:
19172         * ext/ivorbis/vorbisfile.c:
19173         Ported to 0.9. Some issues to be solved yet:
19174         1- set correct timestamps
19175         2- seg fault when eos
19176         3- seek is now disabled
19177
19178 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19179
19180         * examples/Makefile.am: Cleanup non existing
19181         examples.
19182
19183 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19184
19185         * docs/plugins/inspect.stamp: Add missing files.
19186
19187 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19188
19189         * examples/Makefile.am: Make buildbot happy.
19190
19191 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19192
19193         * Makefile.am: examples in dist subdirs.
19194         * configure.ac: enable parameter for building 
19195         examples.
19196         * docs/plugins/gst-plugins-bad-plugins.args:
19197         * docs/plugins/inspect/plugin-dfbvideosink.xml:
19198         * examples/Makefile.am: Updates.
19199
19200 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19201
19202         * Makefile.am:
19203         * autogen.sh:
19204         * configure.ac:
19205         * docs/Makefile.am:
19206         * docs/plugins/.cvsignore:
19207         * docs/plugins/Makefile.am:
19208         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
19209         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
19210         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
19211         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
19212         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
19213         * docs/plugins/gst-plugins-bad-plugins.args:
19214         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
19215         * docs/plugins/gst-plugins-bad-plugins.interfaces:
19216         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
19217         * docs/plugins/gst-plugins-bad-plugins.signals:
19218         * docs/plugins/gst-plugins-bad-plugins.types:
19219         * docs/plugins/inspect/plugin-dfbvideosink.xml:
19220         * docs/version.entities.in: Enable documentation.
19221         * examples/Makefile.am:
19222         * examples/directfb/Makefile.am:
19223         * examples/directfb/decker.ttf:
19224         * examples/directfb/dfblogo.png:
19225         * examples/directfb/gstdfb.c: (myclock), (dynamic_link),
19226         (size_changed), (setup_dynamic_link), (main): Add an example
19227         application for DirectFB.
19228
19229 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19230
19231         * ext/directfb/Makefile.am: Add the example application.
19232         * ext/directfb/dfb-example.c: (get_me_out), (main):
19233         Here is an example application that runs videotestsrc for 20
19234         seconds. It's included in the documentation.
19235         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_enum_layers),
19236         (gst_dfbvideosink_setup), (gst_dfbvideosink_can_blit_from_format),
19237         (gst_dfbvideosink_getcaps), (gst_dfbvideosink_buffer_alloc):
19238         More fixes, calculate new size of the buffer when renegotiating.
19239         This completely breaks ffmpegcolorspace but i need to discuss 
19240         that with Wim on monday. Add documentation.
19241
19242 2005-11-05  Julien MOUTTE  <julien@moutte.net>
19243
19244         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_enum_layers),
19245         (gst_dfbvideosink_setup), (gst_dfbvideosink_can_blit_from_format),
19246         (gst_dfbvideosink_getcaps): Make acceleration detection work, 
19247         better, add safety checks and ARGB support for cards that
19248         support it.
19249
19250 2005-11-04  Julien MOUTTE  <julien@moutte.net>
19251
19252         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_create),
19253         (gst_dfbvideosink_surface_destroy),
19254         (gst_dfbvideosink_get_best_vmode), (gst_dfbvideosink_getcaps),
19255         (gst_dfbvideosink_center_rect), (gst_dfbvideosink_show_frame),
19256         (gst_dfbvideosink_buffer_alloc):
19257         * ext/directfb/dfbvideosink.h: Now does clipping when surface
19258         is too small, handles upstream elements that are not calling
19259         gst_pad_alloc_buffer, fixes a lot of bugs.
19260
19261 2005-11-03  Julien MOUTTE  <julien@moutte.net>
19262
19263         * ext/directfb/Makefile.am: Prepare for liboil usage.
19264         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_show_frame),
19265         (gst_dfbvideosink_buffer_alloc):  Prepare for liboil, handle
19266         rendering in external surface correctly. Will commit a neat
19267         example soon.
19268
19269 2005-11-03  Edgard Lima <edgard.lima@indt.org.br>
19270
19271         * ext/sdl/sdlvideosink.c: (SDL_WaitEventTimeout),
19272         (gst_sdlvideosink_event_thread), (gst_sdlvideosink_initsdl),
19273         (gst_sdlvideosink_change_state), (gst_sdlvideosink_deinitsdl):
19274         * ext/sdl/sdlvideosink.h:
19275         Add support to exit when 'Esc' key is pressed.
19276
19277 2005-11-02  Julien MOUTTE  <julien@moutte.net>
19278
19279         * configure.ac: Requires DirectFB 0.9.24
19280
19281 2005-11-02  Julien MOUTTE  <julien@moutte.net>
19282
19283         * configure.ac:
19284         * ext/Makefile.am:
19285         * ext/directfb/Makefile.am:
19286         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_get_format_name),
19287         (gst_dfbvideosink_surface_create),
19288         (gst_dfbvideosink_surface_destroy),
19289         (gst_dfbvideosink_event_thread), (gst_dfbvideosink_enum_layers),
19290         (gst_dfbvideosink_enum_vmodes), (gst_dfbvideosink_enum_devices),
19291         (gst_dfbvideosink_setup), (gst_dfbvideosink_cleanup),
19292         (gst_dfbvideosink_get_format_from_caps),
19293         (gst_dfbvideosink_get_caps_from_format),
19294         (gst_dfbvideosink_can_blit_from_format),
19295         (gst_dfbvideosink_get_best_vmode), (gst_dfbvideosink_getcaps),
19296         (gst_dfbvideosink_setcaps), (gst_dfbvideosink_change_state),
19297         (gst_dfbvideosink_get_times), (gst_dfbvideosink_center_rect),
19298         (gst_dfbvideosink_show_frame), (gst_dfbvideosink_bufferpool_clear),
19299         (gst_dfbvideosink_buffer_alloc), (gst_dfbsurface_finalize),
19300         (gst_dfbsurface_init), (gst_dfbsurface_class_init),
19301         (gst_dfbsurface_get_type), (gst_dfbvideosink_interface_supported),
19302         (gst_dfbvideosink_interface_init),
19303         (gst_dfbvideosink_navigation_send_event),
19304         (gst_dfbvideosink_navigation_init),
19305         (gst_dfbvideosink_set_property), (gst_dfbvideosink_get_property),
19306         (gst_dfbvideosink_init), (gst_dfbvideosink_base_init),
19307         (gst_dfbvideosink_class_init), (gst_dfbvideosink_get_type),
19308         (plugin_init):
19309         * ext/directfb/dfbvideosink.h:
19310         * ext/directfb/directfbvideosink.c:
19311         * ext/directfb/directfbvideosink.h: Complete rewrite/port of
19312         DirectFB video sink to 0.9. Handles reverse negotiation, hardware
19313         scaling, navigation, buffer allocation from video memory etc...
19314
19315 2005-10-31 Edgard Lima <edgard.lima@indt.org.br>
19316
19317         * gst-plugins-bad/ext/sdl/sdlvideosink.c:
19318         gst_sdlvideosink_set_property, gst_sdlvideosink_init,
19319         gst_sdlvideosink_create:
19320         Changed property full-screen to fullscreen, using SDL_SWSURFACE
19321         instead of SDL_HWSURFACE when in full screen mode.
19322         
19323 2005-10-31 Edgard Lima <edgard.lima@indt.org.br>
19324
19325         * gst-plugins-bad/ext/sdl/sdlvideosink.c: gst_sdlvideosink_class_init,
19326         gst_sdlvideosink_set_property, gst_sdlvideosink_get_property,
19327         gst_sdlvideosink_init, gst_sdlvideosink_create:
19328         * gst-plugins-bad/ext/sdl/sdlvideosink.h:
19329         Added a property that allows full-screen.
19330
19331 2005-10-28  Tim-Philipp Müller  <tim at centricular dot net>
19332
19333         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init),
19334         (gst_sdlvideosink_class_init),
19335         (gst_sdlvideosink_get_sdl_from_fourcc), (gst_sdlvideosink_setcaps),
19336         (gst_sdlvideosink_show_frame):
19337         * ext/sdl/sdlvideosink.h:
19338           Fix I420 output on some machines (not very nice, but should work).
19339           Add an 'sdlvideosink' debug category. Disable formats that do
19340           not work. Fix some vararg function issues.
19341
19342 2005-10-27  Wim Taymans  <wim@fluendo.com>
19343
19344         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
19345         (gst_sdlvideosink_get_times), (gst_sdlvideosink_class_init),
19346         (gst_sdlvideosink_init), (gst_sdlvideosink_lock),
19347         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create),
19348         (gst_sdlvideosink_show_frame), (gst_sdlvideosink_set_property),
19349         (gst_sdlvideosink_get_property), (gst_sdlvideosink_change_state):
19350         Fix SDL videosink and did some cleanups.
19351
19352 2005-10-27  Edgard Lima <edgard.lima@indt.org.br>
19353
19354         * ext/sdl/sdlvideosink.c:
19355         * ext/sdl/sdlvideosink.h:
19356         Trying to fix videos out of sync (not fixed yet)
19357         
19358 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
19359
19360         * gst/qtdemux/qtdemux.h:
19361           Remove got_redirect from class structure as well.
19362
19363 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
19364
19365         * gst/qtdemux/qtdemux.c: (gst_qtdemux_class_init),
19366         (qtdemux_parse_tree):
19367           Remove 'got-redirect' signal and post element message
19368           on the bus instead.
19369
19370 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
19371
19372         * ext/gsm/gstgsm.c:
19373         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
19374         * ext/gsm/gstgsmdec.h:
19375         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init), (gst_gsmenc_init),
19376         (gst_gsmenc_chain):
19377         Fixing stuff as wingo pointed out.
19378
19379 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
19380
19381         * ext/gsm/gstgsm.c: (plugin_init):
19382         * ext/gsm/gstgsmdec.c: (gst_gsmdec_class_init), (gst_gsmdec_init),
19383         (gst_gsmdec_chain):
19384         * ext/gsm/gstgsmdec.h:
19385         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init), (gst_gsmenc_init),
19386         (gst_gsmenc_chain):
19387         * ext/gsm/gstgsmenc.h:
19388         Over-writing Wim's gsm plugins (currently not working) with that from the 
19389         farsight repo. Also made sure that they work with the RTP (de)payloader.
19390
19391 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
19392
19393         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), 
19394         (gst_gsmenc_sink_event), (gst_gsmenc_chain):
19395         * ext/gsm/gstgsmenc.h:
19396         Fixed event handling
19397
19398 2005-10-24  Christian Schaller  <christian@fluendo.com>
19399
19400         * configure.ac: port over thomas's plugin listing from base
19401
19402 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
19403
19404         * configure.ac:
19405           back to HEAD
19406
19407 === release 0.9.4 ===
19408
19409 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
19410
19411         * NEWS:
19412         * RELEASE:
19413         * configure.ac:
19414           Releasing 0.9.4, "Utahraptor"
19415
19416 2005-10-23  Julien MOUTTE  <julien@moutte.net>
19417
19418         * gst/tta/gstttaparse.c: (gst_tta_parse_loop): STOPPED->FAILED.
19419
19420 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
19421
19422         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_class_init),
19423         (gst_faad_init), (gst_faad_srcgetcaps), (gst_faad_event),
19424         (gst_faad_chain), (gst_faad_change_state):
19425         * ext/faad/gstfaad.h:
19426           Do some timestamp smoothing (matroskademux apparently sends
19427           multiple buffers in a row with the same timestamp); fix
19428           duration on outgoing buffers; fix change state function; use
19429           GST_DEBUG_FUNCPTR for pad functions.
19430
19431 2005-10-19  Wim Taymans  <wim@fluendo.com>
19432
19433         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_query_types),
19434         (gst_qtdemux_handle_src_query):
19435         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query):
19436         * gst/tta/gstttaparse.c: (gst_tta_parse_src_event),
19437         (gst_tta_parse_get_query_types), (gst_tta_parse_query):
19438         API change fix.
19439
19440 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
19441
19442         * configure.ac:
19443           All the cool kids use GST_DOCBOOK_CHECK now.
19444
19445 2005-10-18  Julien MOUTTE  <julien@moutte.net>
19446
19447         * gst/speed/Makefile.am: Fix build of speed. 
19448
19449 2005-10-17  Edgard Lima <edgard.lima@indt.org.br>
19450
19451         * gst/speed/gstspeed.c: (speed_chain), (speed_setcaps),
19452         (speed_parse_caps), (speed_src_event), (speed_sink_event),
19453         (speed_src_query), (speed_init), (speed_set_property),
19454         (speed_change_state), (gst_speed_convert):
19455         Fixed speed - the previous version, 1.38, has been ported to 0.9
19456         from a wrong version, 1.37 (from 1.36). That fix already includes
19457         the changes done in 1.36.2.4.
19458
19459 2005-10-16  Tim-Philipp Müller  <tim at centricular dot net>
19460
19461         * configure.ac:
19462           Fix glib check
19463
19464 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
19465
19466         * examples/stats/mp2ogg.c:
19467         * ext/tarkin/tarkin.c: (tarkin_analysis_framein),
19468         (tarkin_synthesis_packetin):
19469           and more typos fixed
19470
19471 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
19472
19473         * ext/faac/gstfaac.c: (gst_faac_class_init), (gst_faac_init),
19474         (gst_faac_sink_setcaps), (gst_faac_src_setcaps),
19475         (gst_faac_sink_event), (gst_faac_chain), (gst_faac_set_property),
19476         (gst_faac_get_property), (gst_faac_change_state):
19477           Gst09-ize code a little bit more: use gst_pad_alloc_buffer(),
19478           move event handling from chain function into an event function,
19479           add some locks here and there, do some cleanups; disable 32-bit
19480           integer and float input formats until we're sure that those 
19481           actually work (couldn't play back the produced files with 
19482           anything).
19483
19484 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
19485
19486         * examples/indexing/indexmpeg.c: (main):
19487         * ext/artsd/gstartsdsink.c: (gst_artsdsink_open_audio),
19488         (gst_artsdsink_close_audio), (gst_artsdsink_change_state):
19489         * ext/artsd/gstartsdsink.h:
19490         * ext/audiofile/gstafparse.c: (gst_afparse_open_file),
19491         (gst_afparse_close_file):
19492         * ext/audiofile/gstafparse.h:
19493         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
19494         (gst_afsink_close_file), (gst_afsink_chain),
19495         (gst_afsink_change_state):
19496         * ext/audiofile/gstafsink.h:
19497         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
19498         (gst_afsrc_close_file), (gst_afsrc_change_state):
19499         * ext/audiofile/gstafsrc.h:
19500         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_init):
19501         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_init):
19502         * ext/dts/gstdtsdec.c: (gst_dtsdec_init):
19503         * ext/jack/gstjack.h:
19504         * ext/jack/gstjackbin.c: (gst_jack_bin_init),
19505         (gst_jack_bin_change_state):
19506         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_init):
19507         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_init):
19508         * ext/nas/nassink.c: (gst_nassink_open_audio),
19509         (gst_nassink_close_audio), (gst_nassink_change_state):
19510         * ext/nas/nassink.h:
19511         * ext/polyp/polypsink.c: (gst_polypsink_init):
19512         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_change_state):
19513         * ext/sdl/sdlvideosink.h:
19514         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
19515         * ext/sndfile/gstsf.c: (gst_sf_set_property),
19516         (gst_sf_change_state), (gst_sf_release_request_pad),
19517         (gst_sf_open_file), (gst_sf_close_file), (gst_sf_loop):
19518         * ext/sndfile/gstsf.h:
19519         * ext/swfdec/gstswfdec.c: (gst_swfdec_init):
19520         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_init):
19521         * gst/apetag/apedemux.c: (gst_ape_demux_init):
19522         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init):
19523         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_init):
19524         * gst/festival/gstfestival.c: (gst_festival_change_state):
19525         * gst/festival/gstfestival.h:
19526         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
19527         * gst/multifilesink/gstmultifilesink.c: (gst_multifilesink_init),
19528         (gst_multifilesink_set_location), (gst_multifilesink_open_file),
19529         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
19530         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
19531         (gst_multifilesink_chain), (gst_multifilesink_change_state):
19532         * gst/multifilesink/gstmultifilesink.h:
19533         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init):
19534         * sys/cdrom/gstcdplayer.c: (cdplayer_init):
19535         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init),
19536         (dxr3audiosink_open), (dxr3audiosink_close),
19537         (dxr3audiosink_chain_pcm), (dxr3audiosink_chain_ac3),
19538         (dxr3audiosink_change_state):
19539         * sys/dxr3/dxr3audiosink.h:
19540         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init), (dxr3spusink_open),
19541         (dxr3spusink_close), (dxr3spusink_chain),
19542         (dxr3spusink_change_state):
19543         * sys/dxr3/dxr3spusink.h:
19544         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init),
19545         (dxr3videosink_open), (dxr3videosink_close),
19546         (dxr3videosink_write_data), (dxr3videosink_change_state):
19547         * sys/dxr3/dxr3videosink.h:
19548         * sys/glsink/glimagesink.c: (gst_glimagesink_init):
19549         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
19550         (gst_qcamsrc_open), (gst_qcamsrc_close):
19551         * sys/qcam/gstqcamsrc.h:
19552         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
19553         * sys/vcd/vcdsrc.c: (gst_vcdsrc_set_property), (gst_vcdsrc_get),
19554         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
19555         (gst_vcdsrc_change_state), (gst_vcdsrc_recalculate):
19556         * sys/vcd/vcdsrc.h:
19557         renamed GST_FLAGS macros to GST_OBJECT_FLAGS
19558         moved bitshift from macro to enum definition
19559
19560 2005-10-12  Josef Zlomek  <josef dot zlomek at xeris dot cz>
19561
19562         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19563
19564         * ext/faac/gstfaac.c: (gst_faac_sink_setcaps):
19565           Fix depth/width handling for float audio (#318659).
19566
19567 2005-10-12  Josef Zlomek  <josef dot zlomek at xeris dot cz>
19568
19569         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19570
19571         * ext/faac/gstfaac.c: (gst_faac_sink_setcaps),
19572         (gst_faac_src_setcaps), (gst_faac_chain):
19573           Refcount fixes (#318660)
19574
19575 2005-10-12  Julien MOUTTE  <julien@moutte.net>
19576
19577         * ext/Makefile.am: libvisual and snapshot are not here anymore. Makes
19578         automake-1.7 happy again.
19579
19580 2005-10-12  Tim-Philipp Müller  <tim at centricular dot net>
19581
19582         * ext/faad/gstfaad.c: (gst_faad_event):
19583           newsegment API update
19584
19585 2005-10-11  Wim Taymans  <wim@fluendo.com>
19586
19587         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header):
19588         * gst/tta/gstttaparse.c: (gst_tta_parse_src_event),
19589         (gst_tta_parse_parse_header):
19590         newsegment API update.
19591
19592 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
19593
19594         * configure.ac:
19595           back to development
19596
19597 === release 0.9.3 ===
19598
19599 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
19600
19601         * configure.ac:
19602           Releasing 0.9.3, "Porthos"
19603
19604 2005-09-28  Wim Taymans  <wim@fluendo.com>
19605
19606         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header):
19607         No need to take stream lock here.
19608
19609 2005-09-26  Christian Schaller  <uraeus@gnome.org>
19610
19611         * configure.ac: add speed and rfb where needed
19612         * gst/librfb/Makefile.am: add rfbsrc.c file to files getting disted
19613
19614 2005-09-23  Edgard Lima  <edgard.lima@indt.org.br>
19615
19616         * ext/gsm/Makefile.am:
19617         * ext/gsm/gstgsm.c:
19618         * ext/gsm/gstgsmdec.c:
19619         * PORTED_09:
19620         Gsmdec ported to 0.9.
19621
19622 2005-09-22  Arwed v. Merkatz  <v.merkatz@gmx.net>
19623
19624         * configure.ac:
19625         * gst/tta/gstttadec.c: (gst_tta_dec_setcaps), (gst_tta_dec_init),
19626         (gst_tta_dec_chain):
19627         * gst/tta/gstttaparse.c: (gst_tta_parse_dispose),
19628         (gst_tta_parse_class_init), (gst_tta_parse_reset),
19629         (gst_tta_parse_init), (gst_tta_parse_src_event),
19630         (gst_tta_parse_get_query_types), (gst_tta_parse_query),
19631         (gst_tta_parse_activate), (gst_tta_parse_activate_pull),
19632         (gst_tta_parse_parse_header), (gst_tta_parse_stream_data),
19633         (gst_tta_parse_loop), (gst_tta_parse_change_state):
19634         * gst/tta/gstttaparse.h:
19635           Ported tta plugin to 0.9.
19636
19637
19638 2005-09-20  Flavio Oliveira  <flavio.oliveira@indt.org.br>
19639
19640         * ext/gsm/gstgsmenc.c:
19641           Setting caps on the outgoing buffers.
19642           Need to fix: rtpencoder does not know what it is handling and
19643           errors out
19644
19645 2005-09-20  Edgard Lima  <edgard.lima@indt.org.br>
19646
19647         * configure.ac:
19648         * ext/sdl/Makefile.am:
19649           Fixed Makefile.am - removed hard coded flags from Makefile.am.
19650           Added AC_PATH_XTRA to configure.ac to be used by Makefile.am.
19651
19652 2005-09-19  Edgard Lima  <edgard.lima@indt.org.br>
19653
19654         * Makefile.am:
19655         * configure.ac:
19656         * ext/sdl/Makefile.am:
19657         * ext/sdl/sdlvideosink.c:
19658         * PORTED_09:
19659           Ported to 0.9.
19660
19661 === release 0.9.1 ===
19662
19663 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
19664
19665         * configure.ac:
19666         * gst/speed/Makefile.am:
19667         * gst/speed/gstspeed.c: Ported to GStreamer 0.9.
19668         * PORTED_09:
19669
19670 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19671
19672         * NEWS:
19673         * README:
19674         * RELEASE:
19675         * configure.ac:
19676         * autogen.sh:
19677           releasing 0.9.1, "Angel Eyes"
19678
19679 2005-09-05  Jan Schmidt  <thaytan@mad.scientist.com>
19680         * examples/gstplay/player.c: (main):
19681         * examples/stats/mp2ogg.c: (main):
19682         * ext/artsd/gstartsdsink.c: (gst_artsdsink_change_state):
19683         * ext/audiofile/gstafsink.c: (gst_afsink_change_state):
19684         * ext/audiofile/gstafsrc.c: (gst_afsrc_change_state):
19685         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_change_state):
19686         * ext/dirac/gstdiracdec.cc:
19687         * ext/directfb/directfbvideosink.c:
19688         (gst_directfbvideosink_change_state):
19689         * ext/dts/gstdtsdec.c: (gst_dtsdec_change_state):
19690         * ext/faac/gstfaac.c: (gst_faac_change_state):
19691         * ext/hermes/gsthermescolorspace.c:
19692         (gst_hermes_colorspace_change_state):
19693         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_change_state):
19694         * ext/jack/gstjack.c: (gst_jack_change_state):
19695         * ext/jack/gstjackbin.c: (gst_jack_bin_change_state):
19696         * ext/lcs/gstcolorspace.c: (gst_colorspace_change_state):
19697         * ext/libmms/gstmms.c: (gst_mms_change_state):
19698         * ext/mpeg2enc/gstmpeg2enc.cc:
19699         * ext/mplex/gstmplex.cc:
19700         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_change_state):
19701         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_change_state):
19702         * ext/nas/nassink.c: (gst_nassink_change_state):
19703         * ext/polyp/polypsink.c: (gst_polypsink_change_state),
19704         (context_state_callback), (gst_polypsink_link):
19705         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_change_state):
19706         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
19707         * ext/smoothwave/gstsmoothwave.c: (gst_sw_change_state):
19708         * ext/sndfile/gstsf.c: (gst_sf_change_state):
19709         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
19710         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_change_state):
19711         * ext/xine/xine.c: (gst_xine_change_state):
19712         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_change_state):
19713         * ext/xine/xineaudiosink.c: (gst_xine_audio_sink_change_state):
19714         * ext/xine/xineinput.c: (gst_xine_input_change_state):
19715         * ext/xvid/gstxviddec.c: (gst_xviddec_change_state):
19716         * ext/xvid/gstxvidenc.c: (gst_xvidenc_change_state):
19717         * gst/apetag/apedemux.c: (gst_ape_demux_change_state):
19718         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_change_state):
19719         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_change_state):
19720         * gst/colorspace/gstcolorspace.c: (gst_colorspace_change_state):
19721         * gst/festival/gstfestival.c: (gst_festival_change_state):
19722         * gst/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state):
19723         * gst/modplug/gstmodplug.cc:
19724         * gst/mpeg1videoparse/gstmp1videoparse.c:
19725         (gst_mp1videoparse_change_state):
19726         * gst/mpegaudioparse/gstmpegaudioparse.c:
19727         (gst_mp3parse_change_state):
19728         * gst/multifilesink/gstmultifilesink.c:
19729         (gst_multifilesink_change_state):
19730         * gst/speed/gstspeed.c: (speed_change_state):
19731         * gst/switch/gstswitch.c: (gst_switch_change_state):
19732         * gst/videocrop/gstvideocrop.c: (gst_video_crop_change_state):
19733         * gst/videodrop/gstvideodrop.c: (gst_videodrop_change_state):
19734         * gst/y4m/gsty4mencode.c: (gst_y4mencode_change_state):
19735         * po/af.po:
19736         * po/az.po:
19737         * po/cs.po:
19738         * po/en_GB.po:
19739         * po/hu.po:
19740         * po/it.po:
19741         * po/nb.po:
19742         * po/nl.po:
19743         * po/or.po:
19744         * po/sq.po:
19745         * po/sr.po:
19746         * po/sv.po:
19747         * po/uk.po:
19748         * po/vi.po:
19749         * sys/cdrom/gstcdplayer.c: (cdplayer_change_state):
19750         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_change_state):
19751         * sys/dxr3/dxr3spusink.c: (dxr3spusink_change_state):
19752         * sys/dxr3/dxr3videosink.c: (dxr3videosink_change_state):
19753         * sys/glsink/glimagesink.c: (gst_glimagesink_change_state):
19754         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state):
19755         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_change_state):
19756         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_change_state):
19757         * sys/sunaudio/gstsunelement.c: (gst_sunaudioelement_change_state):
19758         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_change_state):
19759         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_change_state):
19760         * sys/vcd/vcdsrc.c: (gst_vcdsrc_change_state):
19761           Fix up all the state change functions.
19762
19763 2005-09-05  Thomas Vander Stichele  <thomas at apestaart dot org>
19764
19765         * created gst-plugins-bad
19766
19767 2005-09-02  Flavio Oliveira  <flavio.oliveira@indt.org.br>
19768
19769         * configure.ac:
19770         * ext/Makefile.am:
19771         * ext/gsm/Makefile.am:
19772         * ext/gsm/gstgsm.c: 
19773         * ext/gsm/gstgsmenc.c: Ported GSM Encoder to GStreamer 0.9.
19774         * PORTED_09:
19775
19776 2005-08-31  Flavio Oliveira  <flavio.oliveira@indt.org.br>
19777
19778         * configure.ac:
19779         * ext/Makefile.am:
19780         * ext/faac/Makefile.am:
19781         * ext/faac/gstfaac.c: Ported to GStreamer 0.9.