gst/mpegtsparse/mpegtsparse.c: Actually copy the structure passed in when assigning...
[platform/upstream/gstreamer.git] / ChangeLog
1 2008-10-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2
3         * gst/mpegtsparse/mpegtsparse.c:
4         Actually copy the structure passed in when assigning it because
5         it gets freed straight after the function call.
6         Re: pat_info and pmt_info GstStructures.
7
8 2008-10-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9
10         Patch by: Josep Torra
11
12         * gst/mpegdemux/gstmpegtsdemux.c:
13         Fix wrong firing of critical introduced by previous optimisation.
14
15 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
16
17         * ext/faac/gstfaac.c: (gst_faac_configure_source_pad):
18         Warn and clamp to max bitrate for samplerate.
19         Fixes #550486.
20
21 2008-10-03  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22
23         * gst/mpegtsparse/mpegtsparse.c:
24         Fix possible crash where pat is pointing to a freed structure.
25
26 2008-10-03  Stefan Kost  <ensonic@users.sf.net>
27
28         * ext/metadata/metadata_mapping.htm:
29         * ext/metadata/metadataxmp.c:
30         * ext/metadata/Makefile.am:
31           Add mapping of format and mime type to xmp.
32
33 2008-10-02  Stefan Kost  <ensonic@users.sf.net>
34
35         * ext/metadata/README:
36         * ext/metadata/metadataexif.c:
37         * ext/metadata/metadatatags.c:
38         * ext/metadata/metadatatags.h:
39           Reverting. Will need to wait for core 0.10.21 release.
40
41 2008-10-02  Stefan Kost  <ensonic@users.sf.net>
42
43         * ext/metadata/README:
44         * ext/metadata/metadataexif.c:
45         * ext/metadata/metadatatags.c:
46         * ext/metadata/metadatatags.h:
47           Use core gps tags.
48
49 2008-09-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
50
51         * gst/flacparse/gstbaseparse.c: (gst_base_parse_finalize),
52         (gst_base_parse_class_init), (gst_base_parse_push_buffer),
53         (gst_base_parse_change_state), (gst_base_parse_set_index),
54         (gst_base_parse_get_index):
55         Add support for GstIndex.
56
57 2008-09-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
58
59         * gst/flacparse/gstbaseparse.c: (gst_base_parse_class_init),
60         (gst_base_parse_push_buffer),
61         (gst_base_parse_update_upstream_durations),
62         (gst_base_parse_convert), (gst_base_parse_frame_in_segment):
63         * gst/flacparse/gstbaseparse.h:
64         Provide a vfunc for the subclass to decide whether a frame is inside
65         the segment or not and add a default implementation.
66
67         Fix approximate bitrate calculations.
68
69 2008-09-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
70
71         * gst/flacparse/gstbaseparse.c: (gst_base_parse_class_init),
72         (gst_base_parse_init), (gst_base_parse_push_buffer),
73         (gst_base_parse_update_upstream_durations), (gst_base_parse_chain),
74         (gst_base_parse_loop), (gst_base_parse_activate),
75         (gst_base_parse_convert), (gst_base_parse_query):
76         Approximate the average bitrate, duration and size if possible
77         and add a default conversion function which uses this for
78         time<->byte conversions.
79
80         * gst/flacparse/gstflacparse.c: (gst_flac_parse_get_frame_size):
81         Fix parsing if upstream gives -1 as duration.
82
83 2008-09-30  Wim Taymans  <wim.taymans@collabora.co.uk>
84
85         * gst/rtpmanager/rtpsession.c: (on_new_ssrc), (on_ssrc_collision),
86         (on_ssrc_validated), (on_ssrc_active), (on_ssrc_sdes),
87         (on_bye_ssrc), (on_bye_timeout), (on_timeout), (on_sender_timeout):
88         Ref the rtpsource object before we release the session lock when we emit
89         the signals.
90
91 2008-09-30  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
92
93         * sys/Makefile.am:
94         * sys/wasapi/Makefile.am:
95         * sys/wasapi/gstwasapi.c:
96         * sys/wasapi/gstwasapisink.c:
97         * sys/wasapi/gstwasapisink.h:
98         * sys/wasapi/gstwasapisrc.c:
99         * sys/wasapi/gstwasapisrc.h:
100         * sys/wasapi/gstwasapiutil.c:
101         * sys/wasapi/gstwasapiutil.h:
102         New plugin for audio capture and playback using Windows Audio Session
103         API (WASAPI) available with Vista and newer (#520901).
104
105         Comes with hardcoded caps and obviously needs lots of love. Haven't
106         had time to work on this code since it was written, was initially just
107         a quick experiment to play around with this new API.
108
109 2008-09-30  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
110
111         * sys/dshowdecwrapper/gstdshowaudiodec.cpp
112           (AudioFakeSink.DoRenderSample):
113         Fix a couple of signed/unsigned comparison warnings.
114
115 2008-09-30  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
116
117         * sys/dshowdecwrapper/gstdshowaudiodec.h (AudioFakeSink.AudioFakeSink):
118         * sys/dshowdecwrapper/gstdshowvideodec.h (VideoFakeSink.VideoFakeSink):
119         Use the _T() macro to support both Unicode and MBCS.
120
121 2008-09-30  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
122
123         * ext/libmms/gstmms.c (plugin_init):
124         Fix return type of the GstURIHandler::get_type() implementation.
125
126 2008-09-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
127
128         * configure.ac:
129         * gst/flacparse/Makefile.am:
130         * gst/flacparse/gstbaseparse.c: (gst_base_parse_get_type),
131         (gst_base_parse_base_init), (gst_base_parse_base_finalize),
132         (gst_base_parse_finalize), (gst_base_parse_class_init),
133         (gst_base_parse_init), (gst_base_parse_check_frame),
134         (gst_base_parse_parse_frame), (gst_base_parse_bytepos_to_time),
135         (gst_base_parse_sink_event), (gst_base_parse_sink_eventfunc),
136         (gst_base_parse_src_event), (gst_base_parse_src_eventfunc),
137         (gst_base_parse_is_seekable), (gst_base_parse_push_buffer),
138         (gst_base_parse_handle_and_push_buffer), (gst_base_parse_drain),
139         (gst_base_parse_chain), (gst_base_parse_pull_range),
140         (gst_base_parse_loop), (gst_base_parse_sink_activate),
141         (gst_base_parse_activate), (gst_base_parse_sink_activate_push),
142         (gst_base_parse_sink_activate_pull), (gst_base_parse_set_duration),
143         (gst_base_parse_set_min_frame_size),
144         (gst_base_parse_get_querytypes), (gst_base_parse_query),
145         (gst_base_parse_handle_seek), (gst_base_parse_sink_setcaps):
146         * gst/flacparse/gstbaseparse.h:
147         * gst/flacparse/gstbitreader.c: (gst_bit_reader_new),
148         (gst_bit_reader_new_from_buffer), (gst_bit_reader_free),
149         (gst_bit_reader_init), (gst_bit_reader_init_from_buffer),
150         (gst_bit_reader_set_pos), (gst_bit_reader_get_pos),
151         (gst_bit_reader_get_remaining), (gst_bit_reader_skip),
152         (gst_bit_reader_skip_to_byte):
153         * gst/flacparse/gstbitreader.h:
154         * gst/flacparse/gstbytereader.c: (GDOUBLE_SWAP_LE_BE),
155         (GFLOAT_SWAP_LE_BE), (gst_byte_reader_new),
156         (gst_byte_reader_new_from_buffer), (gst_byte_reader_free),
157         (gst_byte_reader_init), (gst_byte_reader_init_from_buffer),
158         (gst_byte_reader_set_pos), (gst_byte_reader_get_pos),
159         (gst_byte_reader_get_remaining), (gst_byte_reader_skip),
160         (gst_byte_reader_get_uint8), (gst_byte_reader_get_int8),
161         (gst_byte_reader_peek_uint8), (gst_byte_reader_peek_int8),
162         (gst_byte_reader_get_uint24_le), (gst_byte_reader_get_uint24_be),
163         (gst_byte_reader_get_int24_le), (gst_byte_reader_get_int24_be),
164         (gst_byte_reader_peek_uint24_le), (gst_byte_reader_peek_uint24_be),
165         (gst_byte_reader_peek_int24_le), (gst_byte_reader_peek_int24_be):
166         * gst/flacparse/gstbytereader.h:
167         * gst/flacparse/gstflac.c: (plugin_init):
168         * gst/flacparse/gstflacparse.c: (gst_flac_parse_base_init),
169         (gst_flac_parse_class_init), (gst_flac_parse_init),
170         (gst_flac_parse_finalize), (gst_flac_parse_start),
171         (gst_flac_parse_stop), (gst_flac_parse_get_frame_size),
172         (gst_flac_parse_check_valid_frame),
173         (gst_flac_parse_handle_streaminfo),
174         (gst_flac_parse_handle_vorbiscomment),
175         (gst_flac_parse_handle_picture), (_value_array_append_buffer),
176         (gst_flac_parse_handle_headers), (gst_flac_parse_generate_headers),
177         (gst_flac_parse_parse_frame):
178         * gst/flacparse/gstflacparse.h:
179         Add FLAC parser, based on GstBaseParse. Also add the bit and byte reader
180         that will be added to libgstbase later.
181
182         The FLAC parser is currently not 100% bug free and fails to get the
183         correct frame size for some frames in some streams.
184
185 2008-09-27  Jan Schmidt  <jan.schmidt@sun.com>
186
187         * ext/resindvd/gstmpegdemux.c:
188         * ext/resindvd/gstmpegdemux.h:
189         * ext/resindvd/resindvdbin.c:
190         * ext/resindvd/resindvdsrc.c:
191         * ext/resindvd/rsnstreamselector.c:
192         Add in Title/Chapter seeking, and simple but buggy audio
193         and subtitle stream selection.
194
195 2008-09-24  Michael Smith <msmith@songbirdnest.com>
196
197         * sys/dshowdecwrapper/gstdshowaudiodec.cpp:
198         * sys/dshowdecwrapper/gstdshowaudiodec.h:
199         * sys/dshowdecwrapper/gstdshowfakesrc.cpp:
200         * sys/dshowdecwrapper/gstdshowutil.cpp:
201         * sys/dshowdecwrapper/gstdshowutil.h:
202         * sys/dshowdecwrapper/gstdshowvideodec.cpp:
203         * sys/dshowdecwrapper/gstdshowvideodec.h:
204           Prefer known-good filters, create directly by GUID if possible,
205           fall back to creating highest-merit filter otherwise.
206           Fixes playback with random dshow filters installed in some
207           cases.
208
209 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
210
211         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_insert),
212         (rtp_jitter_buffer_get_sync):
213         * gst/rtpmanager/rtpsession.c: (on_sender_timeout),
214         (session_cleanup):
215         * gst/rtpmanager/rtpsource.c:
216         Fix some docs.
217
218 2008-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
219
220         Patch from: Josep Torra
221
222         * gst/mpegdemux/gstmpegtsdemux.c:
223         * gst/mpegdemux/gstmpegtsdemux.h:
224         Use a preallocated buffer per stream for PES packets sent on src pads.
225         Adaptively adjust buffer size appropriately.
226
227 2008-09-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
228
229         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_start),
230           (gst_neonhttp_src_send_request_and_redirect):
231           Clean up the debug logging code and #ifdef mess a bit: whether or not
232           gstreamer debug messages should be output should not depend on an
233           element property; also, GST_ELEMENT_ERROR will leave a line in the log
234           already, so merge the more useful debug log messages with the less useful
235           error debug strings.
236
237 2008-09-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
238
239         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_start):
240           Don't post LIBRARY_INIT errors where we should be posting
241           RESOURCE OPEN_READ errors. Fixes #552506.
242
243 2008-09-17  Jan Schmidt  <jan.schmidt@sun.com>
244
245         * ext/jack/gstjackaudiosink.c: (jack_process_cb):
246         * gst/rtpmanager/rtpjitterbuffer.c: (calculate_skew):
247         Fix compiler warnings on OS/X
248
249 2008-09-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
250
251         patch by: Michael Krufky
252
253         * sys/dvb/gstdvbsrc.c:
254         Add adapter_name for bus message in ATSC case. Fixes #552536.
255
256 2008-09-15  Stefan Kost  <ensonic@users.sf.net>
257
258         * ext/celt/gstceltenc.h:
259           Help gtk-doc to parse this correctly.
260
261         * gst/pcapparse/gstpcapparse.c:
262           Add missing include.
263
264 2008-09-15  Stefan Kost  <ensonic@users.sf.net>
265
266         * examples/Makefile.am:
267           Only built scaletempo example if we have gtk.
268
269 2008-09-13  Wim Taymans  <wim.taymans@collabora.co.uk>
270
271         * gst/rtpmanager/gstrtpbin.c: (create_session),
272         (gst_rtp_bin_associate), (gst_rtp_bin_sync_chain):
273         Do not try to adjust the offset of streams for which we have not yet
274         seen an SR packet. Avoids large ts-offsets in some cases.
275
276 2008-09-10  Michael Smith <msmith@songbirdnest.com>
277
278         * sys/dshowdecwrapper/Makefile.am:
279         * sys/dshowdecwrapper/gstdshowaudiodec.c:
280         * sys/dshowdecwrapper/gstdshowaudiodec.cpp:
281         * sys/dshowdecwrapper/gstdshowaudiodec.h:
282         * sys/dshowdecwrapper/gstdshowdecwrapper.c:
283         * sys/dshowdecwrapper/gstdshowdecwrapper.cpp:
284         * sys/dshowdecwrapper/gstdshowdecwrapper.h:
285         * sys/dshowdecwrapper/gstdshowfakesrc.cpp:
286         * sys/dshowdecwrapper/gstdshowfakesrc.h:
287         * sys/dshowdecwrapper/gstdshowutil.cpp:
288         * sys/dshowdecwrapper/gstdshowutil.h:
289         * sys/dshowdecwrapper/gstdshowvideodec.c:
290         * sys/dshowdecwrapper/gstdshowvideodec.cpp:
291         * sys/dshowdecwrapper/gstdshowvideodec.h:
292           Major rewrite of dshowdecwrapper. Converts code to
293           C++, moves to direct use of DirectShow base classes,
294           make a lot of code clearer, simplify, etc.
295           Fix decode of MP3 on Vista by working around an apparent
296           bug in the decoder.
297
298 2008-09-10  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
299
300         * sys/winks/gstksclock.c (gst_ks_clock_worker_thread_func,
301           gst_ks_clock_start):
302           Synchronize KS clock as a single-shot operation for now, there's not
303           much point in doing it periodically until we're actually using the
304           KS timestamps for anything else than just discarding old frames.
305         * sys/winks/gstksvideosrc.c (gst_ks_video_src_open_device):
306           Provide the GstClock when opening the device if we already have one.
307
308 2008-09-10  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
309
310         * sys/winks/gstksvideodevice.c (GST_DEBUG_IS_ENABLED, last_timestamp,
311           gst_ks_video_device_prepare_buffers, gst_ks_video_device_create_pin,
312           gst_ks_video_device_set_state, gst_ks_video_device_request_frame,
313           gst_ks_video_device_read_frame):
314           Guard against capturing old frames by keeping track of the last
315           timestamp and also zero-fill the buffers before each capture.
316           Only assign a master clock if the pin hasn't already got one.
317           Actually free buffers on the way down to avoid a huge memory leak,
318           as this was previously done when changing state to ACQUIRE downwards
319           and we now skip that state on the way down.
320           Add some debug.
321         * sys/winks/gstksvideosrc.c (DEFAULT_DEVICE_PATH, DEFAULT_DEVICE_NAME,
322           DEFAULT_DEVICE_INDEX, KS_WORKER_LOCK, KS_WORKER_UNLOCK,
323           KS_WORKER_WAIT, KS_WORKER_NOTIFY, KS_WORKER_WAIT_FOR_RESULT,
324           KS_WORKER_NOTIFY_RESULT, KS_WORKER_STATE_STARTING,
325           KS_WORKER_STATE_READY, KS_WORKER_STATE_STOPPING,
326           KS_WORKER_STATE_ERROR, KsWorkerState, device_path, device_name,
327           device_index, running, worker_thread, worker_lock,
328           worker_notify_cond, worker_result_cond, worker_state,
329           worker_pending_caps, worker_setcaps_result, worker_pending_run,
330           worker_run_result, gst_ks_video_src_reset,
331           gst_ks_video_src_apply_driver_quirks, gst_ks_video_src_open_device,
332           gst_ks_video_src_close_device, gst_ks_video_src_worker_func,
333           gst_ks_video_src_start_worker, gst_ks_video_src_stop_worker,
334           gst_ks_video_src_change_state, gst_ks_video_src_set_clock,
335           gst_ks_video_src_set_caps, gst_ks_video_src_timestamp_buffer,
336           gst_ks_video_src_create):
337           Remove ENABLE_CLOCK_DEBUG define, it's GST_LEVEL_DEBUG after all.
338           Get rid of PROP_ENSLAVE_KSCLOCK and always slave the ks clock to the
339           GStreamer clock, it doesn't seem to hurt and matches DirectShow's
340           behavior. As an added bonus we usually get PresentationTime set for
341           each frame, so we can expand on this later for smarter latency
342           reporting (by looking at the diff between the timestamp from the
343           driver and the time according to the GStreamer clock).
344           Use an internal worker thread for opening the device, setting caps,
345           changing its state and closing it. This way we're a lot more
346           compatible with drivers that rely on hacks to do video-effects
347           between the low-level NT API and the application. Ick.
348           Start the ks clock and set the pin to KSSTATE_RUN on the first
349           create() so that we'll hopefully get hold of the GStreamer clock
350           from the very beginning. This way there's no chance that the
351           timestamps will make a sudden jump in the beginning of the stream
352           when we're running with a clock.
353         * sys/winks/kshelpers.c (CHECK_OPTIONS_FLAG,
354           ks_options_flags_to_string):
355           Reorder the flags to match the headerfile order, and make the string
356           a bit more compact.
357         * sys/winks/ksvideohelpers.c (ks_video_probe_filter_for_caps):
358           Avoid leaking KSPROPERTY_PIN_DATARANGES.
359
360 2008-09-09  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
361
362         * configure.ac:
363         * ext/Makefile.am:
364         * ext/jp2k/Makefile.am:
365         * ext/jp2k/gstjasperdec.c: (gst_jasper_dec_base_init),
366         (gst_jasper_dec_class_init), (gst_jasper_dec_init),
367         (gst_jasper_dec_reset), (gst_jasper_dec_sink_setcaps),
368         (gst_jasper_dec_negotiate), (gst_jasper_dec_get_picture),
369         (gst_jasper_dec_chain), (gst_jasper_dec_set_property),
370         (gst_jasper_dec_get_property), (gst_jasper_dec_change_state),
371         (plugin_init):
372         * ext/jp2k/gstjasperdec.h:
373         Add jp2k plugin.  Fixes #550657.
374
375 2008-09-09  Edward Hervey  <edward.hervey@collabora.co.uk>
376
377         * gst/mpegdemux/flumpegdemux.c: (plugin_init):
378         * gst/mpegdemux/gstmpegdemux.c: (gst_flups_demux_sync_get_type),
379         (gst_flups_demux_get_type), (gst_flups_demux_plugin_init):
380         * gst/mpegdemux/gstmpegtsdemux.c: (gst_fluts_demux_get_type),
381         (gst_fluts_demux_plugin_init):
382         Fix conflicting public names in new mpeg demuxers.
383         Fixes #550468
384
385 2008-09-08  Michael Smith <msmith@songbirdnest.com>
386
387         * gst/aiffparse/aiffparse.c:
388           Support chunks in AIFF in any order in pull mode, and any order so
389           long as we get COMM before the actual data (SSND) in push mode.
390           Fixes playback of AIFC files.
391
392 2008-09-08  Wim Taymans  <wim.taymans@collabora.co.uk>
393
394         * gst/selector/gstinputselector.c: (gst_selector_pad_reset),
395         (gst_input_selector_reset), (gst_input_selector_change_state):
396         Reset the selector state when going to READY.
397
398 2008-09-05  Wim Taymans  <wim.taymans@collabora.co.uk>
399
400         * gst/rtpmanager/gstrtpbin.c: (on_sender_timeout),
401         (create_session), (gst_rtp_bin_associate),
402         (gst_rtp_bin_sync_chain), (gst_rtp_bin_class_init),
403         (gst_rtp_bin_request_new_pad):
404         * gst/rtpmanager/gstrtpbin.h:
405         Add signal to notify listeners when a sender becomes a receiver.
406         Tweak lip-sync code, don't store our own copy of the ts-offset of the
407         jitterbuffer, don't adjust sync if the change is less than 4msec.
408         Get the RTP timestamp <-> GStreamer timestamp relation directly from
409         the jitterbuffer instead of our inaccurate version from the source.
410
411         * gst/rtpmanager/gstrtpjitterbuffer.c:
412         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop),
413         (gst_rtp_jitter_buffer_get_sync):
414         * gst/rtpmanager/gstrtpjitterbuffer.h:
415         Add G_LIKELY macros, use global defines for max packet reorder and
416         dropouts.
417         Reset the jitterbuffer clock skew detection when packets seqnums are
418         changed unexpectedly.
419
420         * gst/rtpmanager/gstrtpsession.c: (on_sender_timeout),
421         (gst_rtp_session_class_init), (gst_rtp_session_init):
422         * gst/rtpmanager/gstrtpsession.h:
423         Add sender timeout signal.
424
425         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_reset_skew),
426         (calculate_skew), (rtp_jitter_buffer_insert),
427         (rtp_jitter_buffer_get_sync):
428         * gst/rtpmanager/rtpjitterbuffer.h:
429         Add some G_LIKELY macros.
430         Keep track of the extended RTP timestamp so that we can report the RTP
431         timestamp <-> GStreamer timestamp relation for lip-sync.
432         Remove server timestamp gap detection code, the server can sometimes
433         make a huge gap in timestamps (talk spurts,...) see #549774.
434         Detect timetamp weirdness instead by observing the sender/receiver
435         timestamp relation and resync if it changes more than 1 second.
436         Add method to report about the current rtp <-> gst timestamp relation
437         which is needed for lip-sync.
438
439         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
440         (on_sender_timeout), (check_collision), (rtp_session_process_sr),
441         (session_cleanup):
442         * gst/rtpmanager/rtpsession.h:
443         Add sender timeout signal.
444         Remove inaccurate rtp <-> gst timestamp relation code, the
445         jitterbuffer can now do an accurate reporting about this.
446
447         * gst/rtpmanager/rtpsource.c: (rtp_source_init),
448         (rtp_source_update_caps), (calculate_jitter),
449         (rtp_source_process_rtp):
450         * gst/rtpmanager/rtpsource.h:
451         Remove inaccurate rtp <-> gst timestamp relation code.
452
453         * gst/rtpmanager/rtpstats.h:
454         Define global max-reorder and max-dropout constants for use in various
455         subsystems.
456
457 2008-09-05  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
458
459         patch by: Sebastian Pölsterl
460
461         * sys/dvb/gstdvbsrc.c:
462         Add DVB Adapter name to structure sent over bus.
463
464 2008-09-02  Edward Hervey  <edward.hervey@collabora.co.uk>
465
466         * gst/mpegdemux/gstmpegdemux.c: (gst_flups_demux_parse_pack_start):
467         * gst/mpegdemux/gstmpegtsdemux.c: (gst_fluts_demux_data_cb):
468         Fix build on macosx.
469
470 2008-09-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
471
472         * configure.ac:
473         * gst/mpegdemux/Makefile.am:
474         * gst/mpegdemux/flumpegdemux.c:
475         * gst/mpegdemux/flutspatinfo.c:
476         * gst/mpegdemux/flutspatinfo.h:
477         * gst/mpegdemux/flutspmtinfo.c:
478         * gst/mpegdemux/flutspmtinfo.h:
479         * gst/mpegdemux/flutspmtstreaminfo.c:
480         * gst/mpegdemux/flutspmtstreaminfo.h:
481         * gst/mpegdemux/gstmpegdefs.h:
482         * gst/mpegdemux/gstmpegdemux.c:
483         * gst/mpegdemux/gstmpegdemux.h:
484         * gst/mpegdemux/gstmpegdesc.c:
485         * gst/mpegdemux/gstmpegdesc.h:
486         * gst/mpegdemux/gstmpegtsdemux.c:
487         * gst/mpegdemux/gstmpegtsdemux.h:
488         * gst/mpegdemux/gstpesfilter.c:
489         * gst/mpegdemux/gstpesfilter.h:
490         * gst/mpegdemux/gstsectionfilter.c:
491         * gst/mpegdemux/gstsectionfilter.h:
492         Add Fluendo MPEG PS and TS demuxers to gst-plugins-bad. This
493         is now dual licensed MPL and LGPL.
494
495 2008-09-02  Wim Taymans  <wim.taymans@collabora.co.uk>
496
497         * gst/mpegtsmux/mpegtsmux.c: (new_packet_cb):
498         Set caps on outgoing buffers.
499
500 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
501
502         * ext/resindvd/plugin.c: (plugin_init):
503         * ext/resindvd/resindvdsrc.c:
504         * ext/twolame/gsttwolame.c: (plugin_init):
505         * gst/aiffparse/aiffparse.c: (plugin_init):
506           Enable/fix up translations for these plugins.
507
508         * po/LINGUAS:
509           Add 'ca' to LINGUAS.
510
511         * po/POTFILES.in:
512         * po/POTFILES.skip:
513           Add more files for translation and more files which tools
514           should skip.
515
516 2008-09-02  Edward Hervey  <edward.hervey@collabora.co.uk>
517
518         * gst/mpegtsmux/tsmux/tsmux.c: (tsmux_write_ts_header):
519         Fix build on macosx.
520
521 2008-09-01  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
522
523         * gst/mpegtsmux/mpegtsmux_aac.c: (mpegtsmux_prepare_aac):
524         Allocate a fixed size buffer on the stack instead of using malloc().
525
526         * gst/mpegtsmux/tsmux/tsmux.c: (tsmux_new), (tsmux_free),
527         (tsmux_program_new), (tsmux_program_free):
528         * gst/mpegtsmux/tsmux/tsmuxstream.c: (tsmux_stream_new),
529         (tsmux_stream_free), (tsmux_stream_consume),
530         (tsmux_stream_add_data):
531         Use GSlice.
532
533 2008-09-01  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
534
535         * gst/mpegtsmux/mpegtsmux.c: (mpegtsmux_create_stream):
536         Add support for muxing MPEG4 video.
537
538 2008-09-01  Edward Hervey  <edward.hervey@collabora.co.uk>
539
540         * gst/mpegtsmux/tsmux/tsmux.h:
541         * gst/mpegtsmux/tsmux/tsmuxstream.h:
542         Fix build of mpegtsmux.
543         
544 2008-09-01  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
545
546         * configure.ac:
547         * gst/mpegtsmux/Makefile.am:
548         * gst/mpegtsmux/mpegtsmux.c: (mpegtsmux_base_init),
549         (mpegtsmux_class_init), (mpegtsmux_init), (mpegtsmux_dispose),
550         (gst_mpegtsmux_set_property), (gst_mpegtsmux_get_property),
551         (release_buffer_cb), (mpegtsmux_create_stream),
552         (mpegtsmux_create_streams), (mpegtsmux_choose_best_stream),
553         (mpegtsmux_collected), (mpegtsmux_request_new_pad),
554         (mpegtsmux_release_pad), (new_packet_cb),
555         (mpegtsdemux_prepare_srcpad), (mpegtsmux_change_state),
556         (plugin_init):
557         * gst/mpegtsmux/mpegtsmux.h:
558         * gst/mpegtsmux/mpegtsmux_aac.c: (mpegtsmux_prepare_aac):
559         * gst/mpegtsmux/mpegtsmux_aac.h:
560         * gst/mpegtsmux/mpegtsmux_h264.c: (mpegtsmux_prepare_h264):
561         * gst/mpegtsmux/mpegtsmux_h264.h:
562         * gst/mpegtsmux/tsmux/Makefile.am:
563         * gst/mpegtsmux/tsmux/crc.h:
564         * gst/mpegtsmux/tsmux/tsmux.c: (tsmux_new), (tsmux_set_write_func),
565         (tsmux_set_pat_frequency), (tsmux_get_pat_frequency), (tsmux_free),
566         (tsmux_program_new), (tsmux_set_pmt_frequency),
567         (tsmux_get_pmt_frequency), (tsmux_program_add_stream),
568         (tsmux_program_set_pcr_stream), (tsmux_get_new_pid),
569         (tsmux_create_stream), (tsmux_find_stream), (tsmux_packet_out),
570         (tsmux_write_adaptation_field), (tsmux_write_ts_header),
571         (tsmux_write_stream_packet), (tsmux_program_free),
572         (tsmux_write_section), (tsmux_write_section_hdr),
573         (tsmux_write_pat), (tsmux_write_pmt):
574         * gst/mpegtsmux/tsmux/tsmux.h:
575         * gst/mpegtsmux/tsmux/tsmuxcommon.h:
576         * gst/mpegtsmux/tsmux/tsmuxstream.c: (tsmux_stream_new),
577         (tsmux_stream_get_pid), (tsmux_stream_free),
578         (tsmux_stream_set_buffer_release_func), (tsmux_stream_consume),
579         (tsmux_stream_at_pes_start), (tsmux_stream_bytes_avail),
580         (tsmux_stream_bytes_in_buffer), (tsmux_stream_get_data),
581         (tsmux_stream_pes_header_length),
582         (tsmux_stream_find_pts_dts_within),
583         (tsmux_stream_write_pes_header), (tsmux_stream_add_data),
584         (tsmux_stream_get_es_descrs), (tsmux_stream_pcr_ref),
585         (tsmux_stream_pcr_unref), (tsmux_stream_is_pcr),
586         (tsmux_stream_get_pts):
587         * gst/mpegtsmux/tsmux/tsmuxstream.h:
588         Add Fluendo MPEG-TS muxer and libtsmux to gst-plugins-bad. This
589         is renamed to mpegtsmux to prevent conflicts. Also all relevant
590         informations about copyright and license are added to the top of
591         every file but apart from that no changes compared to the latest
592         SVN versions happened.
593
594 2008-09-01  Wim Taymans  <wim.taymans@collabora.co.uk>
595
596         * gst/selector/gstinputselector.c: (gst_input_selector_init),
597         (gst_input_selector_event), (gst_input_selector_query):
598         Reuse the get_linked_pads for both source and sinkpads because they are
599         the same.
600         Implement a custum event handler and get the internally linked pad
601         directly instead of relying on the default (slower) implementation.
602
603 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
604
605         * ext/celt/gstceltdec.c: (celt_dec_chain_parse_data):
606         Correctly take the granulepos from upstream if possible and
607         correctly handle the granulepos in various calculations: the
608         granulepos is the sample number of the _last_ sample in a frame, not
609         the first. 
610
611         * ext/celt/gstceltenc.c: (gst_celt_enc_sinkevent),
612         (gst_celt_enc_encode), (gst_celt_enc_chain),
613         (gst_celt_enc_change_state):
614         * ext/celt/gstceltenc.h:
615         Handle non-zero start timestamps in the encoder and detect/handle
616         stream discontinuities. Fixes bug #547075.
617
618 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
619
620         Patch by: Rov Juvano <rovjuvano at users dot sourceforge dot net>
621
622         * configure.ac:
623         * docs/plugins/Makefile.am:
624         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
625         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
626         * docs/plugins/inspect/plugin-scaletempo.xml:
627         * examples/scaletempo/Makefile.am:
628         * examples/scaletempo/demo-gui.c: (pop_status_bar),
629         (status_bar_printf), (demo_gui_seek_bar_format), (update_position),
630         (demo_gui_seek_bar_change), (demo_gui_do_change_rate),
631         (demo_gui_do_set_rate), (demo_gui_do_rate_entered),
632         (demo_gui_do_toggle_advanced), (demo_gui_do_toggle_disabled),
633         (demo_gui_do_seek), (demo_gui_do_play), (demo_gui_do_pause),
634         (demo_gui_do_play_pause), (demo_gui_do_open_file),
635         (demo_gui_do_playlist_prev), (demo_gui_do_playlist_next),
636         (demo_gui_do_about_dialog), (demo_gui_do_quit),
637         (demo_gui_request_set_stride), (demo_gui_request_set_overlap),
638         (demo_gui_request_set_search), (demo_gui_rate_changed),
639         (demo_gui_playing_started), (demo_gui_playing_paused),
640         (demo_gui_playing_ended), (demo_gui_player_errored),
641         (demo_gui_stride_changed), (demo_gui_overlap_changed),
642         (demo_gui_search_changed), (demo_gui_set_player_func),
643         (demo_gui_set_playlist_func), (build_gvalue_array),
644         (create_action), (demo_gui_show_func), (demo_gui_set_player),
645         (demo_gui_set_playlist), (demo_gui_show), (demo_gui_get_property),
646         (demo_gui_set_property), (demo_gui_init), (demo_gui_class_init),
647         (demo_gui_get_type):
648         * examples/scaletempo/demo-gui.h:
649         * examples/scaletempo/demo-main.c: (handle_error_message),
650         (handle_quit), (main):
651         * examples/scaletempo/demo-player.c: (no_pipeline),
652         (demo_player_event_listener), (demo_player_state_changed_cb),
653         (demo_player_eos_cb), (demo_player_build_pipeline), (_set_rate),
654         (demo_player_scale_rate_func), (demo_player_set_rate_func),
655         (_set_state_and_wait), (demo_player_load_uri_func),
656         (demo_player_play_func), (demo_player_pause_func), (_seek_to),
657         (demo_player_seek_by_func), (demo_player_seek_to_func),
658         (demo_player_get_position_func), (demo_player_get_duration_func),
659         (demo_player_scale_rate), (demo_player_set_rate),
660         (demo_player_load_uri), (demo_player_play), (demo_player_pause),
661         (demo_player_seek_by), (demo_player_seek_to),
662         (demo_player_get_position), (demo_player_get_duration),
663         (demo_player_get_property), (demo_player_set_property),
664         (demo_player_init), (demo_player_class_init),
665         (demo_player_get_type):
666         * examples/scaletempo/demo-player.h:
667         * gst/scaletempo/Makefile.am:
668         * gst/scaletempo/gstscaletempo.c: (best_overlap_offset_float),
669         (best_overlap_offset_s16), (output_overlap_float),
670         (output_overlap_s16), (fill_queue), (reinit_buffers),
671         (gst_scaletempo_transform), (gst_scaletempo_transform_size),
672         (gst_scaletempo_sink_event), (gst_scaletempo_set_caps),
673         (gst_scaletempo_get_property), (gst_scaletempo_set_property),
674         (gst_scaletempo_base_init), (gst_scaletempo_class_init),
675         (gst_scaletempo_init):
676         * gst/scaletempo/gstscaletempo.h:
677         * gst/scaletempo/gstscaletempoplugin.c: (plugin_init):
678         Add scaletempo plugin, which allows to scale the speed of audio without
679         changing the pitch by handling seeks with a rate!=1.0.
680         Integrate it into the docs and add the example application for it.
681         Fixes bug #537700.
682
683 2008-08-30  David Schleef  <ds@schleef.org>
684
685         * ext/dirac/gstdiracenc.cc: Fix some memleaks.
686
687 2008-08-29  David Schleef  <ds@schleef.org>
688
689         * ext/dirac/gstdiracenc.cc: Fix EOS handling.  Clean up at
690           object disposal.  Handle 4:2:2 and 4:4:4 video.
691
692 2008-08-29  Jan Schmidt  <Jan.Schmidt@sun.com>
693
694         * ext/resindvd/resindvdbin.c:
695         Fix compiler warning on Forte.
696
697 2008-08-29  Jan Schmidt  <Jan.Schmidt@sun.com>
698
699         * configure.ac:
700         Commit FIONREAD check, needed for the dccp src.
701
702 2008-08-29  Edward Hervey  <edward.hervey@collabora.co.uk>
703
704         * ext/faac/gstfaac.c: (gst_faac_init), (gst_faac_sink_event),
705         (gst_faac_chain), (gst_faac_change_state):
706         * ext/faac/gstfaac.h:
707         Add code for calculating proper timestamp/duration for the trailing
708         encoded buffers that faac will output when receiving EOS.
709
710 2008-08-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
711
712         * configure.ac:
713         Fix CFLAGS and LIBS for the apexsink.
714
715 2008-08-28  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
716
717         * sys/winks/ksvideohelpers.c (ks_video_media_type_free):
718           Avoid leaking the KSDATARANGE member of each KsVideoMediaType.
719
720 2008-08-28  Jan Schmidt  <Jan.Schmidt@sun.com>
721
722         * gst/dccp/gstdccp.c:
723         * gst/dccp/gstdccpclientsrc.c:
724         Fix compilation on Solaris by including filio.h as needed.
725
726         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
727         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll2.inc:
728         Fix compilation with Forte - apparently it hates concatenating a
729         macro argument that starts with an underscore??
730
731 2008-08-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
732
733         Patch by: Jérémie Bernard <gremimail at gmail dot com>
734
735         * configure.ac:
736         * ext/apexsink/LGPL-3.0.txt:
737         * ext/apexsink/Makefile.am:
738         * ext/apexsink/gstapexplugin.c: (plugin_init):
739         * ext/apexsink/gstapexraop.c: (g_strdel), (gst_apexraop_send),
740         (gst_apexraop_recv), (gst_apexraop_new), (gst_apexraop_free),
741         (gst_apexraop_set_host), (gst_apexraop_get_host),
742         (gst_apexraop_set_port), (gst_apexraop_get_port),
743         (gst_apexraop_set_useragent), (gst_apexraop_get_useragent),
744         (gst_apexraop_connect), (gst_apexraop_get_jacktype),
745         (gst_apexraop_get_jackstatus), (gst_apexraop_close),
746         (gst_apexraop_set_volume), (gst_apexraop_write_bits),
747         (gst_apexraop_write), (gst_apexraop_flush):
748         * ext/apexsink/gstapexraop.h:
749         * ext/apexsink/gstapexsink.c: (gst_apexsink_jackstatus_get_type),
750         (gst_apexsink_jacktype_get_type), (gst_apexsink_interfaces_init),
751         (gst_apexsink_implements_interface_init),
752         (gst_apexsink_mixer_interface_init),
753         (gst_apexsink_interface_supported),
754         (gst_apexsink_mixer_list_tracks), (gst_apexsink_mixer_set_volume),
755         (gst_apexsink_mixer_get_volume), (gst_apexsink_base_init),
756         (gst_apexsink_class_init), (gst_apexsink_init),
757         (gst_apexsink_set_property), (gst_apexsink_get_property),
758         (gst_apexsink_finalise), (gst_apexsink_open),
759         (gst_apexsink_prepare), (gst_apexsink_write),
760         (gst_apexsink_unprepare), (gst_apexsink_delay),
761         (gst_apexsink_reset), (gst_apexsink_close):
762         * ext/apexsink/gstapexsink.h:
763         Add apexsink for audio output to Apple AirPort Express Wireless
764         devices. Fixes bug #542510.
765
766 2008-08-28  Wim Taymans  <wim.taymans@collabora.co.uk>
767
768         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_send_rtcp),
769         (gst_rtp_session_event_send_rtp_sink):
770         Send EOS when the session object instructs us to.
771
772         * gst/rtpmanager/rtpsession.c: (rtp_session_on_timeout):
773         * gst/rtpmanager/rtpsession.h:
774         Make it possible for the session manager to instruct us to send EOS. We
775         currently will EOS when the session is a sender and when the sender part
776         goes EOS. This is not entirely correct behaviour because the session
777         could still participate as a receiver.
778         Fixes #549409.
779
780 2008-08-27  Michael Smith <msmith@songbirdnest.com>
781
782         * gst/aiffparse/aiffparse.c:
783           Read size of chunks preceeding the audio data with the
784           correct endianness. Fixes playback of some files.
785           Fixes #538500
786
787 2008-08-27  Michael Smith <msmith@songbirdnest.com>
788
789         * configure.ac:
790         * gst/aiffparse/Makefile.am:
791         * gst/aiffparse/aiffparse.c:
792         * gst/aiffparse/aiffparse.h:
793           Add an AIFF parsing element, heavily based on wavparse.
794
795 2008-08-27  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
796
797         * sys/winks/gstksvideodevice.c (gst_ks_video_device_class_init,
798           gst_ks_video_device_set_state):
799           Don't set the pin state to KSSTATE_RUN from the streaming thread.
800           Skip KSSTATE_ACQUIRE when changing pin state downwards.
801           Be nice and specify G_PARAM_STATIC_STRINGS.
802           Remove unused finalize method.
803
804         * sys/winks/gstksvideosrc.c (DEFAULT_ENABLE_QUIRKS, PROP_ENABLE_QUIRKS,
805           enable_quirks, gst_ks_video_src_class_init, gst_ks_video_src_init,
806           gst_ks_video_src_finalize, gst_ks_video_src_get_property,
807           gst_ks_video_src_set_property, gst_ks_video_src_reset,
808           gst_ks_video_src_apply_driver_quirks, gst_ks_video_src_change_state,
809           gst_ks_video_src_set_caps):
810           First driver quirk: work around Logitech's hostile driver software to
811           improve stability and performance. See comments for details.
812           Provide a property to disable driver quirks (enabled by default).
813           Be nice and specify G_PARAM_STATIC_STRINGS.
814           Remove unused dispose method.
815           Tweak include order.
816
817 2008-08-27  Wim Taymans  <wim.taymans@collabora.co.uk>
818
819         * gst/selector/gstinputselector.c: (gst_input_selector_init),
820         (gst_input_selector_query):
821         Implement the LATENCY query in a better way by taking the latency of all
822         sinkpads and taking the min/max instead of just taking a random pad.
823
824 2008-08-26  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
825
826         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc:
827         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopTop.inc:
828         * gst/deinterlace2/tvtime/tomsmocomp/StrangeBob.inc:
829         * gst/deinterlace2/tvtime/tomsmocomp/WierdBob.inc:
830         Unroll the loop to handle two bytes at once. This should give
831         a small speedup and makes it possible to handle chroma and luma
832         different which is needed later.
833
834 2008-08-26  Edward Hervey  <edward.hervey@collabora.co.uk>
835
836         * gst/dccp/gstdccpserversink.c:
837         * gst/dccp/gstdccpserversink.h:
838         Don't put globals only used by one '.c' file in a header !
839         Declare it as static, fixes build on macosx.
840
841 2008-08-26  Edward Hervey  <edward.hervey@collabora.co.uk>
842
843         * gst/dccp/gstdccp.c: (gst_dccp_send_buffer):
844         Whoops, that was one fix too much :)
845
846 2008-08-26  Edward Hervey  <edward.hervey@collabora.co.uk>
847
848         * gst/dccp/gstdccp.c: (gst_dccp_read_buffer),
849         (gst_dccp_send_buffer), (gst_dccp_set_sock_windowsize):
850         size_t's size varies by platform/architecture. Use glib convenience
851         macro instead. Fixes build on macosx.
852         Remove ending '\n' in debug statements.
853
854 2008-08-26  Edward Hervey  <edward.hervey@collabora.co.uk>
855
856         * gst/pcapparse/gstpcapparse.c: (gst_pcap_parse_class_init):
857         Remove unused code and fix includes.
858
859 2008-08-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
860
861         * gst/deinterlace2/gstdeinterlace2.c:
862         (gst_deinterlace_method_class_init):
863         * gst/deinterlace2/gstdeinterlace2.h:
864         * gst/deinterlace2/tvtime/tomsmocomp.c:
865         (gst_deinterlace_method_tomsmocomp_class_init):
866         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc:
867         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopTop.inc:
868         * gst/deinterlace2/tvtime/tomsmocomp/StrangeBob.inc:
869         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
870         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll2.inc:
871         * gst/deinterlace2/tvtime/tomsmocomp/WierdBob.inc:
872         * gst/deinterlace2/tvtime/tomsmocomp/tomsmocompmacros.h:
873         First part of the C implementation of the tomsmocomp deinterlacing
874         algorithm. This only supports search-effort=0 currently, is painfully
875         slow and needs some cleanup later when all search-effort settings
876         are implemented in C.
877
878 2008-08-24  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
879
880         * configure.ac:
881         * sys/Makefile.am:
882         * sys/winks/Makefile.am:
883         * sys/winks/gstksclock.c:
884         * sys/winks/gstksclock.h:
885         * sys/winks/gstksvideodevice.c:
886         * sys/winks/gstksvideodevice.h:
887         * sys/winks/gstksvideosrc.c:
888         * sys/winks/gstksvideosrc.h:
889         * sys/winks/kshelpers.c:
890         * sys/winks/kshelpers.h:
891         * sys/winks/ksvideohelpers.c:
892         * sys/winks/ksvideohelpers.h:
893           New plugin for low-latency video capture on Windows (#519935).
894
895           Uses Kernel Streaming, the lowest level API for doing video capture
896           on Windows (more or less just raw ioctls).
897
898 2008-08-24  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
899
900         * gst/pcapparse/gstpcapparse.c:
901         * sys/winscreencap/gstdx9screencapsrc.c:
902         * sys/winscreencap/gstgdiscreencapsrc.c:
903           Added documentation blobs. Thanks to Stefan for noticing!
904
905 2008-08-24  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
906
907         * configure.ac:
908         * gst/pcapparse/Makefile.am:
909         * gst/pcapparse/gstpcapparse.c:
910         * gst/pcapparse/gstpcapparse.h:
911           New plugin: pcapparse (#520899).
912
913 2008-08-24  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
914
915         patch by: Haakon Sporsheim <hakon.sporsheim@tandberg.com>
916
917         * configure.ac:
918         * sys/Makefile.am:
919         * sys/winscreencap/Makefile.am:
920         * sys/winscreencap/gstdx9screencapsrc.c:
921         * sys/winscreencap/gstdx9screencapsrc.h:
922         * sys/winscreencap/gstgdiscreencapsrc.c:
923         * sys/winscreencap/gstgdiscreencapsrc.h:
924         * sys/winscreencap/gstwinscreencap.c:
925         * sys/winscreencap/gstwinscreencap.h:
926           New plugin: winscreencap (#463941).
927
928 2008-08-22  Michael Smith <msmith@songbirdnest.com>
929
930         * sys/dshowdecwrapper/gstdshowaudiodec.c:
931           Flip mpeg1/mpeg2 arrays for mpeg audio. Detect which type the audio
932           is correctly, instead of backwards. No functional changes, since this
933           mistake was completely self-consistent.
934
935 2008-08-22  Stefan Kost  <ensonic@users.sf.net>
936
937         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
938           Add, but commented out xml/element-dc1394.xml. Its documented, but
939           I can't get it to be build.
940
941         * ext/celt/gstceltdec.c:
942         * ext/celt/gstceltenc.c:
943           Fix doc warnings and reformat the doc block.
944
945 2008-08-21  Stefan Kost  <ensonic@users.sf.net>
946
947         patch by: Leandro Melo de Sales <leandroal@gmail.com>
948
949         * configure.ac:
950         * docs/plugins/Makefile.am:
951         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
952         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
953         * docs/plugins/gst-plugins-bad-plugins.args:
954         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
955         * docs/plugins/gst-plugins-bad-plugins.interfaces:
956         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
957         * docs/plugins/gst-plugins-bad-plugins.signals:
958         * docs/plugins/inspect/plugin-dccp.xml:
959         * gst/dccp/Makefile.am:
960         * gst/dccp/gstdccp.c:
961         * gst/dccp/gstdccp.h:
962         * gst/dccp/gstdccpclientsink.c:
963         * gst/dccp/gstdccpclientsink.h:
964         * gst/dccp/gstdccpclientsrc.c:
965         * gst/dccp/gstdccpclientsrc.h:
966         * gst/dccp/gstdccpplugin.c:
967         * gst/dccp/gstdccpserversink.c:
968         * gst/dccp/gstdccpserversink.h:
969         * gst/dccp/gstdccpserversrc.c:
970         * gst/dccp/gstdccpserversrc.h:
971         * tests/icles/dccp/README:
972         * tests/icles/dccp/call/README:
973         * tests/icles/dccp/call/DCCPClient.c:
974         * tests/icles/dccp/call/DCCPServer.c:
975         * tests/icles/dccp/file/DCCPClientSaveFile.c:
976         * tests/icles/dccp/file/DCCPServerSendFile.c:
977         * tests/icles/dccp/mic/DCCPClientPlayMic.c:
978         * tests/icles/dccp/mic/DCCPServerMic.c:
979         * tests/icles/dccp/mp3/DCCPClientPlayMP3.c:
980         * tests/icles/dccp/mp3/DCCPServerSendMP3.c:
981         * tests/icles/dccp/mp3Speex/DCCPClientPlaySpeexMP3.c:
982         * tests/icles/dccp/mp3Speex/DCCPServerSendSpeexMP3.c:
983         * tests/icles/dccp/mp3Stream/DCCPClientPlayMP3Stream.c:
984         * tests/icles/dccp/mp3Stream/DCCPServerSendMP3Stream.c:
985           Add dccp plugin. Fixes #542390.
986
987 2008-08-20  Tim-Philipp Müller  <tim at collabora co uk>
988
989         * configure.ac:
990           Remove bits that presumably weren't supposed to be committed.
991
992 2008-08-20  Michael Smith <msmith@songbirdnest.com>
993
994         * configure.ac:
995         * sys/Makefile.am:
996         * sys/acmenc/Makefile.am:
997         * sys/acmenc/acmenc.c:
998           Add new windows ACM encoder wrapper.
999
1000 2008-08-18  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1001
1002         patch by: Michael Krufky
1003
1004         * sys/dvb/gstdvbsrc.c:
1005         * sys/dvb/parsechannels.c:
1006         Add ATSC tunning and channels.conf parsing support.
1007         Fixes #537455
1008
1009 2008-08-13  Michael Smith <msmith@songbirdnest.com>
1010
1011         * sys/dshowdecwrapper/gstdshowaudiodec.c:
1012         * sys/dshowdecwrapper/gstdshowaudiodec.h:
1013         * sys/dshowdecwrapper/gstdshowvideodec.c:
1014         * sys/dshowdecwrapper/gstdshowvideodec.h:
1015         * sys/dshowvideosink/dshowvideosink.cpp:
1016         * sys/dshowvideosink/dshowvideosink.h:
1017           Initialise COM with default flags.
1018           Only deinitialise if the initialisation was successful.
1019
1020 2008-08-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1021
1022         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_associate),
1023         (gst_rtp_bin_sync_chain), (new_ssrc_pad_found):
1024         Reset rtp timestamp interpollation when we detect a gap when the
1025         clock_base changed.
1026         Don't try to adjust the ts-offset when it's too big (> 3seconds)
1027
1028         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_set_ssrc):
1029         * gst/rtpmanager/gstrtpsession.h:
1030         Add method to set session SSRC.
1031
1032         * gst/rtpmanager/rtpsession.c: (check_collision),
1033         (rtp_session_set_internal_ssrc), (rtp_session_get_internal_ssrc),
1034         (rtp_session_on_timeout):
1035         * gst/rtpmanager/rtpsession.h:
1036         Added debugging for the collision checks.
1037         Add method to change the internal SSRC of the session.
1038
1039         * gst/rtpmanager/rtpsource.c: (rtp_source_process_rtp):
1040         Reset the clock base when we detect large jumps in the seqnums.
1041
1042 2008-08-12  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1043
1044         * ext/x264/gstx264enc.c: (gst_x264_enc_reset),
1045         (gst_x264_enc_chain), (gst_x264_enc_encode_frame):
1046         * ext/x264/gstx264enc.h:
1047         Do not deal with duplicated input (timestamps).  If needed,
1048         a generic element can do so.
1049         Do not manipulate input timestamps on the way out,
1050         since that shifts the timeline and A/V sync.
1051
1052 2008-08-12  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1053
1054         * docs/plugins/gst-plugins-bad-plugins.args:
1055         Integrate new properties into documentation.
1056         * ext/x264/gstx264enc.c: (gst_x264_enc_class_init),
1057         (gst_x264_enc_init), (gst_x264_enc_init_encoder),
1058         (gst_x264_enc_set_property), (gst_x264_enc_get_property):
1059         Fix up API prior to eventual plugin move.
1060         API: GstX264Enc:pass (provides more options, and changed to enum)
1061
1062 2008-08-12  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1063
1064         * docs/plugins/Makefile.am:
1065         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1066         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1067         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
1068         * docs/plugins/inspect/plugin-mplex.xml:
1069         * ext/mplex/gstmplex.cc:
1070         Update and add documentation for mplex.
1071         * ext/mpeg2enc/gstmpeg2enc.cc:
1072         Documentation update.
1073
1074 2008-08-12  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1075
1076         * docs/plugins/Makefile.am:
1077         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1078         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1079         * ext/x264/gstx264enc.c:
1080         * tests/check/Makefile.am:
1081         * tests/check/elements/x264enc.c: (setup_x264enc),
1082         (cleanup_x264enc), (GST_START_TEST), (x264enc_suite), (main):
1083         Add documentation and unit test for x264enc.
1084
1085 2008-08-11  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1086
1087         * ext/x264/gstx264enc.c: (gst_x264_enc_init),
1088         (gst_x264_enc_header_buf), (gst_x264_enc_encode_frame):
1089         Allocate some buffers in more adaptive and economical fashion.
1090
1091 2008-08-11  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1092
1093         * configure.ac:
1094         Check for sufficiently up-to-date x264 API.
1095         * ext/x264/gstx264enc.c: (gst_x264_enc_pass_get_type),
1096         (gst_x264_enc_base_init), (gst_x264_enc_class_init),
1097         (gst_x264_enc_init), (gst_x264_enc_init_encoder),
1098         (gst_x264_enc_set_property), (gst_x264_enc_get_property):
1099         * ext/x264/gstx264enc.h:
1100         Expose some more parameters of the x264 encoder as properties.
1101
1102 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1103
1104         * gst/rtpmanager/gstrtpbin.c:
1105           Print the pad-name in debug log.
1106
1107         * sys/dshowsrcwrapper/gstdshowaudiosrc.c:
1108         * sys/dshowsrcwrapper/gstdshowvideosrc.c:
1109           Use "-" instead of "_" in property names. Can we call them just
1110           "device" like everywhere else?
1111
1112 2008-08-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1113
1114         * ext/x264/gstx264enc.c: (gst_x264_enc_log_callback),
1115         (gst_x264_enc_finalize), (gst_x264_enc_header_buf),
1116         (gst_x264_enc_set_src_caps), (gst_x264_enc_sink_set_caps),
1117         (gst_x264_enc_flush_frames):
1118         Coding style and layout; re-order some functions in more
1119         typical and natural flow.
1120
1121 2008-08-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1122
1123         * ext/x264/Makefile.am:
1124         * ext/x264/gstx264enc.c: (gst_x264_enc_set_src_caps),
1125         (gst_x264_enc_sink_set_caps), (gst_x264_enc_init),
1126         (gst_x264_enc_reset), (gst_x264_enc_finalize),
1127         (gst_x264_enc_flush_frames), (gst_x264_enc_sink_event),
1128         (gst_x264_enc_chain), (gst_x264_enc_encode_frame),
1129         (gst_x264_enc_change_state), (gst_x264_enc_set_property):
1130         * ext/x264/gstx264enc.h:
1131         Use GQueue in stead of custom queue code.
1132         Factorize flushing out encoder delayed frames.
1133         Factorize initialization and state change reset.
1134
1135 2008-08-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1136
1137         * ext/x264/gstx264enc.h:
1138         * sys/fbdev/gstfbdevsink.c:
1139         Use configure-generated _stdint.h.
1140
1141 2008-08-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1142
1143         * ext/x264/Makefile.am:
1144         * ext/x264/gstx264enc.c: (gst_x264_enc_header_buf),
1145         (gst_x264_enc_sink_set_caps), (gst_x264_enc_base_init),
1146         (gst_x264_enc_class_init), (gst_x264_enc_log_callback),
1147         (gst_x264_enc_init), (gst_x264_enc_init_encoder),
1148         (gst_x264_enc_finalize), (gst_x264_enc_chain),
1149         (gst_x264_enc_encode_frame), (plugin_init):
1150         * ext/x264/gstx264enc.h:
1151         Use video format library and GST_WRITE_*_BE macros where applicable.
1152         Use finalize in stead of dispose.
1153         Set up debug category and log callback.
1154
1155 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
1156
1157         Patch by: Frederic Crozat <fcrozat@mandriva.org>
1158
1159         * ext/sndfile/gstsf.c: (plugin_init):
1160         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_plugin_init):
1161         * sys/oss4/oss4-audio.c: (plugin_init):
1162         Make sure gettext returns translations in UTF-8 encoding rather
1163         than in the current locale encoding (#546822).
1164
1165 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1166
1167         * ext/twolame/gsttwolame.c: (gst_two_lame_sink_setcaps),
1168         (gst_two_lame_chain):
1169         * ext/twolame/gsttwolame.h:
1170         Allow raw float samples as input for encoding.
1171
1172 2008-08-07  Stefan Kost  <ensonic@users.sf.net>
1173
1174         * ext/jack/gstjackaudiosrc.c:
1175           Try committing this once again. Now properly renamed.
1176
1177 2008-08-07  Stefan Kost  <ensonic@users.sf.net>
1178
1179         * docs/plugins/Makefile.am:
1180         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1181         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1182         * docs/plugins/gst-plugins-bad-plugins.args:
1183         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
1184         * docs/plugins/gst-plugins-bad-plugins.interfaces:
1185         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
1186         * docs/plugins/inspect/plugin-jack.xml
1187           Add new element to docs.
1188
1189         * ext/jack/gstjack.h
1190           Add missing file.
1191
1192         * ext/jack/gstjackaudiosrc.c:
1193         * ext/jack/gstjackaudiosrc.h:
1194           Rename jackaudiosrc to jack_audio_src.
1195
1196 2008-08-07  Stefan Kost  <ensonic@users.sf.net>
1197
1198         patch by: Tristan Matthews <tristan@sat.qc.ca>
1199
1200         * ext/jack/Makefile.am:
1201         * ext/jack/gstjack.c:
1202         * ext/jack/gstjackaudioclient.c:
1203         * ext/jack/gstjackaudiosink.c:
1204         * ext/jack/gstjackaudiosink.h:
1205         * ext/jack/gstjackaudiosrc.c:
1206         * ext/jack/gstjackaudiosrc.h:
1207         * ext/jack/gstjackringbuffer.h:
1208           Add a jackaudiosrc. Refactor sink slightly for better code reuse.
1209           Fixes #545197.
1210
1211 2008-08-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1212
1213         * docs/plugins/Makefile.am:
1214         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1215         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1216         * docs/plugins/gst-plugins-bad-plugins.args:
1217         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
1218         * docs/plugins/gst-plugins-bad-plugins.interfaces:
1219         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
1220         * docs/plugins/inspect/plugin-celt.xml:
1221         * docs/plugins/inspect/plugin-twolame.xml:
1222         Add twolame and celt plugins to the docs.
1223
1224 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1225
1226         Based on patch by: Olivier Crete <tester at tester dot ca>
1227
1228         * gst/rtpmanager/gstrtpjitterbuffer.c:
1229         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
1230         Make the buffer metadata writable before inserting it in the
1231         jitterbuffer because the jitterbuffer will modify the timestamps.
1232
1233         * gst/rtpmanager/rtpjitterbuffer.c:
1234         Update method comment about requiring writable metadata on buffers.
1235
1236         * gst/rtpmanager/rtpsession.c: (rtp_session_process_sr),
1237         (rtp_session_process_rtcp):
1238         Make the RTCP buffer metadata writable because we want to modify the
1239         metadata.
1240         Fixes #546312.
1241
1242 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1243
1244         * gst/selector/gstinputselector.c: (gst_selector_pad_bufferalloc),
1245         (gst_selector_pad_chain), (gst_input_selector_getcaps),
1246         (gst_input_selector_activate_sinkpad):
1247         Move the select-all logic into the activation of the currently selected
1248         pad. We want to remember the last pad with activity in select-all mode.
1249         Fix the getcaps function, we can produce the union of the upstream caps
1250         in select-all mode, not the intersection like proxy_getcaps() does.
1251
1252 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1253
1254         Patch by: Håvard Graff <havard dot graff at tandberg dot com>
1255
1256         * gst/rtpmanager/gstrtpjitterbuffer.c:
1257         (gst_rtp_jitter_buffer_chain):
1258         Fix debug by logging the right seqnum.
1259
1260 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1261
1262         Patch by: Olivier Crete <tester at tester dot ca>
1263
1264         * gst/rtpmanager/gstrtpbin.c: (get_pt_map):
1265         Release lock before emitting the request-pt-map signal.
1266         Fixes #543480.
1267
1268 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1269
1270         * gst/deinterlace2/gstdeinterlace2.c:
1271         (gst_deinterlace_simple_method_interpolate_scanline),
1272         (gst_deinterlace_simple_method_copy_scanline),
1273         (gst_deinterlace_simple_method_deinterlace_frame):
1274         * gst/deinterlace2/tvtime/greedy.c: (deinterlace_frame_di_greedy):
1275         * gst/deinterlace2/tvtime/greedyh.c:
1276         (deinterlace_frame_di_greedyh):
1277         * gst/deinterlace2/tvtime/scalerbob.c:
1278         (deinterlace_scanline_scaler_bob):
1279         * gst/deinterlace2/tvtime/tomsmocomp.c: (Fieldcopy):
1280         * gst/deinterlace2/tvtime/weave.c: (deinterlace_scanline_weave),
1281         (copy_scanline):
1282         * gst/deinterlace2/tvtime/weavebff.c: (deinterlace_scanline_weave),
1283         (copy_scanline):
1284         * gst/deinterlace2/tvtime/weavetff.c: (deinterlace_scanline_weave),
1285         (copy_scanline):
1286         Use oil_memcpy() instead of memcpy() as it's faster for the sizes that
1287         are usually used here.
1288
1289 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1290
1291         * gst/deinterlace2/Makefile.am:
1292         * gst/deinterlace2/gstdeinterlace2.c:
1293         (gst_deinterlace_simple_method_deinterlace_frame),
1294         (gst_deinterlace2_methods_get_type), (gst_deinterlace2_set_method):
1295         * gst/deinterlace2/gstdeinterlace2.h:
1296         * gst/deinterlace2/tvtime/linear.c:
1297         (deinterlace_scanline_linear_c), (deinterlace_scanline_linear_mmx),
1298         (deinterlace_scanline_linear_mmxext),
1299         (gst_deinterlace_method_linear_class_init),
1300         (gst_deinterlace_method_linear_init):
1301         * gst/deinterlace2/tvtime/linearblend.c:
1302         (deinterlace_scanline_linear_blend_c),
1303         (deinterlace_scanline_linear_blend2_c),
1304         (deinterlace_scanline_linear_blend_mmx),
1305         (deinterlace_scanline_linear_blend2_mmx),
1306         (gst_deinterlace_method_linear_blend_class_init),
1307         (gst_deinterlace_method_linear_blend_init):
1308         * gst/deinterlace2/tvtime/plugins.h:
1309         * gst/deinterlace2/tvtime/scalerbob.c:
1310         (deinterlace_scanline_scaler_bob),
1311         (gst_deinterlace_method_scaler_bob_class_init),
1312         (gst_deinterlace_method_scaler_bob_init):
1313         * gst/deinterlace2/tvtime/weave.c: (deinterlace_scanline_weave),
1314         (copy_scanline), (gst_deinterlace_method_weave_class_init),
1315         (gst_deinterlace_method_weave_init):
1316         * gst/deinterlace2/tvtime/weavebff.c: (deinterlace_scanline_weave),
1317         (copy_scanline), (gst_deinterlace_method_weave_bff_class_init),
1318         (gst_deinterlace_method_weave_bff_init):
1319         * gst/deinterlace2/tvtime/weavetff.c: (deinterlace_scanline_weave),
1320         (copy_scanline), (gst_deinterlace_method_weave_tff_class_init),
1321         (gst_deinterlace_method_weave_tff_init):
1322         Add the remaining tvtime deinterlacing methods and fix the
1323         deinterlace_frame() implementation of GstDeinterlaceSimpleMethod.
1324
1325 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1326
1327         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_line_c),
1328         (deinterlace_line_mmx), (gst_deinterlace_method_vfir_class_init):
1329         Implement the VFIR deinterlacing method as simple method.
1330
1331 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1332
1333         * gst/deinterlace2/gstdeinterlace2.c:
1334         (gst_deinterlace_simple_method_interpolate_scanline),
1335         (gst_deinterlace_simple_method_copy_scanline),
1336         (gst_deinterlace_simple_method_deinterlace_frame),
1337         (gst_deinterlace_simple_method_class_init),
1338         (gst_deinterlace_simple_method_init):
1339         * gst/deinterlace2/gstdeinterlace2.h:
1340         Add a GstDeinterlaceSimpleMethod subclass of GstDeinterlaceMethod that
1341         can be used by simple deinterlacing methods. They only have to provide
1342         a function for interpolating a scanline or copying a scanline.
1343
1344 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1345
1346         * gst/deinterlace2/gstdeinterlace2.c: (gst_deinterlace2_chain):
1347         Respect the latency of the deinterlacing algorithm for the timestamps
1348         of every buffer.
1349
1350 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1351
1352         * gst/deinterlace2/tvtime/greedyh.asm:
1353         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc:
1354         Add the MMX registers to the clobbered registers only if __MMX__ is
1355         defined.
1356
1357 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1358
1359         * gst/deinterlace2/Makefile.am:
1360         * gst/deinterlace2/gstdeinterlace2.c:
1361         (gst_deinterlace2_methods_get_type), (gst_deinterlace2_set_method),
1362         (gst_deinterlace2_class_init):
1363         Enable tomsmocomp again as the C port will be ready for the next
1364         release.
1365
1366 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1367
1368         * gst/deinterlace2/gstdeinterlace2.c: (gst_deinterlace2_init),
1369         (gst_greatest_common_divisor), (gst_fraction_double),
1370         (gst_deinterlace2_getcaps), (gst_deinterlace2_setcaps):
1371         Don't use proxy_getcaps() but implement our own getcaps() function
1372         that doubles/halfs the framerate if all fields should be sent out.
1373
1374 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1375
1376         * configure.ac:
1377         * ext/Makefile.am:
1378         * ext/twolame/Makefile.am:
1379         * ext/twolame/gsttwolame.c: (gst_two_lame_mode_get_type),
1380         (gst_two_lame_padding_get_type), (gst_two_lame_emphasis_get_type),
1381         (gst_two_lame_release_memory), (gst_two_lame_finalize),
1382         (gst_two_lame_base_init), (gst_two_lame_class_init),
1383         (gst_two_lame_src_setcaps), (gst_two_lame_sink_setcaps),
1384         (gst_two_lame_init), (gst_two_lame_set_property),
1385         (gst_two_lame_get_property), (gst_two_lame_sink_event),
1386         (gst_two_lame_chain), (gst_two_lame_setup),
1387         (gst_two_lame_change_state), (gst_two_lame_get_default_settings),
1388         (plugin_init):
1389         * ext/twolame/gsttwolame.h:
1390         Add TwoLAME MP2 encoding element, based on the LAME element.
1391
1392 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1393
1394         * configure.ac:
1395         * ext/Makefile.am:
1396         * ext/celt/Makefile.am:
1397         * ext/celt/gstcelt.c: (plugin_init):
1398         * ext/celt/gstceltdec.c: (gst_celt_dec_base_init),
1399         (gst_celt_dec_class_init), (gst_celt_dec_reset),
1400         (gst_celt_dec_init), (celt_dec_convert),
1401         (celt_get_sink_query_types), (celt_dec_sink_query),
1402         (celt_get_src_query_types), (celt_dec_src_query),
1403         (celt_dec_src_event), (celt_dec_sink_event),
1404         (celt_dec_chain_parse_header), (celt_dec_chain_parse_comments),
1405         (celt_dec_chain_parse_data), (celt_dec_chain),
1406         (celt_dec_change_state):
1407         * ext/celt/gstceltdec.h:
1408         * ext/celt/gstceltenc.c: (gst_celt_enc_setup_interfaces),
1409         (gst_celt_enc_base_init), (gst_celt_enc_class_init),
1410         (gst_celt_enc_finalize), (gst_celt_enc_sink_setcaps),
1411         (gst_celt_enc_sink_getcaps), (gst_celt_enc_convert_src),
1412         (gst_celt_enc_convert_sink), (gst_celt_enc_get_latency),
1413         (gst_celt_enc_get_query_types), (gst_celt_enc_src_query),
1414         (gst_celt_enc_sink_query), (gst_celt_enc_init),
1415         (gst_celt_enc_create_metadata_buffer), (gst_celt_enc_setup),
1416         (gst_celt_enc_buffer_from_data), (gst_celt_enc_push_buffer),
1417         (gst_celt_enc_set_header_on_caps), (gst_celt_enc_sinkevent),
1418         (gst_celt_enc_chain), (gst_celt_enc_get_property),
1419         (gst_celt_enc_set_property), (gst_celt_enc_change_state):
1420         * ext/celt/gstceltenc.h:
1421         Add CELT encoder and decoder elements based on the Speex elements.
1422
1423 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1424
1425         Patch by: Tal Shalif <tshalif at nargila dot org>
1426
1427         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_initsdl):
1428         Use g_setenv() and g_unsetenv() instead of setenv() to fix compilation
1429         with mingw. Fixes bug #545247.
1430
1431 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
1432
1433         * configure.ac:
1434         Back to development -> 0.10.8.1
1435
1436 === release 0.10.8 ===
1437
1438 2008-07-28  Jan Schmidt <jan.schmidt@sun.com>
1439
1440         * configure.ac:
1441           releasing 0.10.8, "Vapour Trails"
1442
1443 2008-07-25  Jan Schmidt  <jan.schmidt@sun.com>
1444
1445         * configure.ac:
1446         0.10.7.3 pre-release
1447
1448         * po/LINGUAS:
1449         * po/id.po:
1450         Add Indonesian translation.
1451
1452 2008-07-23  Michael Smith <msmith@songbirdnest.com>
1453
1454         * gst/festival/gstfestival.c:
1455           Guard unistd.h with HAVE_UNISTD_H
1456         * gst/modplug/libmodplug/load_it.cpp:
1457         * gst/modplug/libmodplug/sndfile.cpp:
1458         * gst/modplug/libmodplug/sndfile.h:
1459         * gst/modplug/libmodplug/stdafx.h:
1460           Support for compiling with MSVC: use _MSC_VER for detecting MSVC instead
1461           of MSC_VER. Make CanPackSamples take the type it's passed. Change scope
1462           of a variable in load_it.cpp to MSVC's scoping rules.
1463         * gst/sdp/gstsdpdemux.c:
1464           Guard unistd.h with HAVE_UNISTD_H
1465           Fixes #544457.
1466
1467 2008-07-22  Stefan Kost  <ensonic@users.sf.net>
1468
1469         * ext/timidity/gsttimidity.c:
1470           Fix compiler warning. Fixes #544050.
1471
1472 2008-07-21  Jan Schmidt  <jan.schmidt@sun.com>
1473
1474         * configure.ac:
1475         Don't check for nav_print.h any more - it should be included in
1476         the libdvdnav development package if libdvdnav headers depend on it.
1477         Fixes: #543846
1478
1479 2008-07-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1480
1481         * configure.ac:
1482         * ext/ladspa/Makefile.am:
1483         Link the ladspa plugin with -ldl. It's needed for dlopen() and friends
1484         for loading the ladspa plugins and previously was linked in by
1485         gmodule. Fixes bug #543848.
1486
1487 2008-07-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1488
1489         * gst/modplug/libmodplug/Makefile.am:
1490         Use GST_CXXFLAGS instead of GST_CFLAGS for CXXFLAGS. GST_CFLAGS
1491         can contain compiler parameters that are invalid for C++.
1492         Fixes bug #543860.
1493
1494 2008-07-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1495
1496         * ext/resindvd/Makefile.am:
1497         Dist missing header files. Fixes bug #543861.
1498
1499 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
1500
1501         * configure.ac:
1502         0.10.7.2 pre-release
1503
1504 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
1505
1506         * ext/Makefile.am:
1507         Dist and recurse into resindvd subdir
1508
1509 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
1510
1511         * configure.ac:
1512         Remove interleave and replaygain configure.ac pieces too
1513
1514 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
1515
1516         * po/LINGUAS:
1517         * po/lt.po:
1518         Add new lithunian translation, and add french to the LINGUAS
1519         file.
1520
1521 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
1522
1523         * docs/plugins/Makefile.am:
1524         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1525         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1526         * docs/plugins/gst-plugins-bad-plugins.args:
1527         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
1528         * docs/plugins/gst-plugins-bad-plugins.interfaces:
1529         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
1530         * docs/plugins/inspect/plugin-interleave.xml:
1531         * docs/plugins/inspect/plugin-replaygain.xml:
1532         * gst/interleave/Makefile.am:
1533         * gst/interleave/deinterleave.c:
1534         * gst/interleave/deinterleave.h:
1535         * gst/interleave/interleave.c:
1536         * gst/interleave/interleave.h:
1537         * gst/interleave/plugin.c:
1538         * gst/interleave/plugin.h:
1539         * gst/replaygain/Makefile.am:
1540         * gst/replaygain/gstrganalysis.c:
1541         * gst/replaygain/gstrganalysis.h:
1542         * gst/replaygain/gstrglimiter.c:
1543         * gst/replaygain/gstrglimiter.h:
1544         * gst/replaygain/gstrgvolume.c:
1545         * gst/replaygain/gstrgvolume.h:
1546         * gst/replaygain/replaygain.c:
1547         * gst/replaygain/replaygain.h:
1548         * gst/replaygain/rganalysis.c:
1549         * gst/replaygain/rganalysis.h:
1550         * tests/check/Makefile.am:
1551         * tests/check/elements/deinterleave.c:
1552         * tests/check/elements/interleave.c:
1553         * tests/check/elements/rganalysis.c:
1554         * tests/check/elements/rglimiter.c:
1555         * tests/check/elements/rgvolume.c:
1556         Remove interleave and replaygain plugins that have moved to -good
1557
1558 2008-07-18  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1559
1560         * configure.ac:
1561         * gst/deinterlace2/Makefile.am:
1562         * gst/deinterlace2/gstdeinterlace2.c:
1563         (gst_deinterlace2_methods_get_type), (gst_deinterlace2_set_method),
1564         (gst_deinterlace2_class_init), (gst_deinterlace2_init):
1565         * gst/deinterlace2/gstdeinterlace2.h:
1566         * gst/deinterlace2/tvtime/greedy.c:
1567         (gst_deinterlace_method_greedy_l_class_init):
1568         * gst/deinterlace2/tvtime/greedyh.c:
1569         (gst_deinterlace_method_greedy_h_class_init):
1570         * gst/deinterlace2/tvtime/vfir.c:
1571         (gst_deinterlace_method_vfir_class_init):
1572         Disable the tomsmocomp algorithm for this release as it's buggy
1573         and has no C implementation yet.
1574
1575         Build the deinterlace2 plugin on all architectures but still mark it
1576         as experimental.
1577         
1578         Build the x86 inline assembly only if GCC inline assembly is supported
1579         and only on x86 or amd64. Fixes bug #543286.
1580
1581 2008-07-16  Jan Schmidt  <Jan.Schmidt@sun.com>
1582
1583         * gst/real/gstrealvideodec.c: (open_library):
1584         Add some casts to fix the build on Forte
1585
1586 2008-07-14  Edward Hervey  <edward.hervey@collabora.co.uk>
1587
1588         * gst/deinterlace2/tvtime/greedy.c:
1589         (gst_deinterlace_method_greedy_l_class_init):
1590         * gst/deinterlace2/tvtime/greedyh.c:
1591         (gst_deinterlace_method_greedy_h_class_init):
1592         * gst/deinterlace2/tvtime/vfir.c:
1593         (gst_deinterlace_method_vfir_class_init):
1594         Fix build on x86_64
1595
1596 2008-07-14  Jan Schmidt  <thaytan@noraisin.net>
1597
1598         * ext/resindvd/gstmpegdemux.c:
1599         Remove whitespace line.
1600
1601         * ext/resindvd/resindvdbin.c:
1602         * ext/resindvd/resindvdbin.h:
1603         Make it so that audio/video pads aren't added to the bin
1604         until after data flow starts.
1605
1606         * ext/resindvd/resin-play:
1607         Move video buffer queue outside resindvdbin
1608
1609         * ext/resindvd/resindvdsrc.c:
1610         Check that the nav_clock_id didn't already get unscheduled.
1611
1612         * gst/dvdspu/gstdvdspu.c:
1613         Remove assert that sometimes triggers erroneously.
1614
1615 2008-07-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1616
1617         * gst/deinterlace2/tvtime/greedyh.asm:
1618         Always use the C implementation if width is not a multiple of 4. The
1619         assembly optimized version only handle this and calling the C
1620         implementation for the remaining part doesn't work because it needs
1621         previous calculations.
1622
1623 2008-07-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1624
1625         * gst/deinterlace2/tvtime/greedyh.asm:
1626         * gst/deinterlace2/tvtime/greedyh.c:
1627         * gst/deinterlace2/tvtime/greedyhmacros.h:
1628         Some cleanup, use 3DNOW instead of TDNOW in macros.
1629
1630         * gst/deinterlace2/tvtime/tomsmocomp.c:
1631         (gst_deinterlace_method_tomsmocomp_class_init):
1632         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
1633         * gst/deinterlace2/tvtime/tomsmocomp/tomsmocompmacros.h:
1634         The SSE method in fact only needs MMXEXT, declare it as such.
1635
1636 2008-07-11  Jan Schmidt  <thaytan@noraisin.net>
1637
1638         * docs/plugins/.cvsignore:
1639         Ignore *-undeclared.txt
1640
1641         * ext/resindvd/rsnaudiomunge.c:
1642         Turn g_print's into debug statements.
1643
1644         * ext/resindvd/resin-play:
1645         * ext/resindvd/Makefile.am:
1646         * ext/resindvd/resindvdbin.c:
1647         * ext/resindvd/resindvdbin.h:
1648         * ext/resindvd/rsnparsetter.c:
1649         * ext/resindvd/rsnparsetter.h:
1650         * ext/resindvd/rsnwrappedbuffer.c:
1651         * ext/resindvd/rsnwrappedbuffer.h:
1652         Add a bloated implementation of a really simple idea: Replace the
1653         pixel-aspect-ratio in the output video with a prescribed one when
1654         necessary. There must be an easier way.
1655
1656         Split the dvdspu out of the resindvdbin and put out the subpicture
1657         stream on the subpicture pad.
1658
1659         * ext/resindvd/gstmpegdemux.c:
1660         Send video-aspect events down the pipe from the demuxer.
1661
1662         * ext/resindvd/resindvdsrc.c:
1663         * ext/resindvd/resindvdsrc.h:
1664         Handle timed-stills somewhat using g_cond_timed_wait, with a FIXME
1665         to make it use clock-waiting later.
1666
1667         * ext/resindvd/rsnbasesrc.c:
1668         Don't overwrite the last_stop in the basesrc segment after a seamless
1669         seek.
1670
1671 2008-07-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1672
1673         * gst/mpegtsparse/mpegtspacketizer.c:
1674         Convert extended event text to UTF-8.
1675
1676 2008-07-10  Stefan Kost  <ensonic@users.sf.net>
1677
1678         * docs/plugins/Makefile.am:
1679         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1680         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1681         * docs/plugins/gst-plugins-bad-plugins.args:
1682         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
1683         * docs/plugins/gst-plugins-bad-plugins.interfaces:
1684         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
1685         * docs/plugins/gst-plugins-bad-plugins.signals:
1686         * docs/plugins/inspect/plugin-stereo.xml:
1687         * gst/stereo/gststereo.c:
1688           Document one more.
1689
1690 2008-07-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1691
1692         * gst/mpegtsparse/gstmpegdesc.h:
1693         Fix extended event descriptor parsing, out by 1 in position of
1694         text length.
1695
1696 2008-07-09  Stefan Kost  <ensonic@users.sf.net>
1697
1698         * gst/festival/gstfestival.c:
1699           Add a note to the docs, that festival need to be running. Also log an
1700           error it it is not. Fixes #541327
1701
1702 2008-07-08  Thijs Vermeir  <thijsvermeir@gmail.com>
1703
1704         patch by: Ilja Pavkovic <illsen@gumblfarz.de>
1705
1706         * gst/librfb/gstrfbsrc.c:
1707         * gst/librfb/gstrfbsrc.h:
1708         Add view-only property to ignore the navigation events
1709
1710 2008-07-08  Michael Smith <msmith@songbirdnest.com>
1711
1712         * sys/dshowdecwrapper/gstdshowaudiodec.c:
1713           Revert previous patch apart from typo fixes; the patch was not
1714           independently useful.
1715
1716 2008-07-08  Michael Smith <msmith@songbirdnest.com>
1717
1718         Based on patch by: Alessandro Decina <alessandro@nnva.org>
1719         * sys/dshowdecwrapper/gstdshowaudiodec.c:
1720         * sys/dshowdecwrapper/gstdshowdecwrapper.h:
1721         * sys/dshowdecwrapper/gstdshowvideodec.c:
1722           Add AAC, AC3 to handled codecs.
1723           Fix handling of flush events.
1724           Improve debug/error output.
1725           Fix a number of typos in comments and variable names.
1726
1727 2008-07-08  Thijs Vermeir  <thijsvermeir@gmail.com>
1728
1729         patch by: Ilja Pavkovic <illsen@gumblfarz.de>
1730
1731         * gst/librfb/rfbdecoder.c:
1732         Implement ServerCutText message
1733
1734 2008-07-08  Thijs Vermeir  <thijsvermeir@gmail.com>
1735
1736         patch by: Ilja Pavkovic <illsen@gumblfarz.de>
1737
1738         * gst/librfb/gstrfbsrc.c:
1739         * gst/librfb/rfbdecoder.c:
1740         Add property for shared desktop
1741
1742 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1743
1744         * configure.ac:
1745         Don't include ERROR_CFLAGS in GST_CXXFLAGS as it might include
1746         flags that are invalid for C++.
1747
1748 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1749
1750         * ext/spc/gstspc.c: (spc_setup):
1751         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopTop.inc:
1752         Don't use declarations after statements in the remaining code.
1753
1754 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1755
1756         Patch by:
1757           Jonathan Rosser <jonathan dot rosser at rd dot bbc dot co dot uk>
1758
1759         * ext/metadata/metadataexif.c: (metadataparse_handle_unit_tags):
1760         * ext/metadata/metadataxmp.c:
1761         (metadataparse_xmp_iter_add_to_tag_list):
1762         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_start):
1763         * ext/timidity/gstwildmidi.c: (gst_wildmidi_loop):
1764         Don't use declarations after statements.
1765
1766 2008-07-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1767
1768         patch by: Alessandro Decina
1769
1770         * gst/mpegtsparse/mpegtsparse.c:
1771         Fix memory leak by unreffing structures when not needed.
1772         Fixes #539292.
1773
1774 2008-07-07  Stefan Kost  <ensonic@users.sf.net>
1775
1776         * gst/sdp/gstsdpdemux.c:
1777           Use floating point math for latencies < 0 sec in log output.
1778
1779 2008-07-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1780
1781         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll2.inc:
1782         Mark internal processing functions as static inline for quite some
1783         speedup as they're used only once and need to get many local variables
1784         passed as parameter.
1785
1786 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1787
1788         * gst/deinterlace2/gstdeinterlace2.c:
1789         (gst_deinterlace_method_deinterlace_frame),
1790         (gst_deinterlace2_set_method), (gst_deinterlace2_init),
1791         (gst_deinterlace2_reset_history), (gst_deinterlace2_reset),
1792         (gst_deinterlace2_set_property), (gst_deinterlace2_get_property),
1793         (gst_deinterlace2_pop_history), (gst_deinterlace2_head_history),
1794         (gst_deinterlace2_push_history), (gst_deinterlace2_chain),
1795         (gst_deinterlace2_setcaps), (gst_deinterlace2_sink_event),
1796         (gst_deinterlace2_change_state), (gst_deinterlace2_src_event),
1797         (gst_deinterlace2_src_query):
1798         * gst/deinterlace2/gstdeinterlace2.h:
1799         Call the current instance "self" instead of "object".
1800
1801 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1802
1803         * gst/deinterlace2/gstdeinterlace2.c:
1804         (gst_deinterlace_method_get_latency),
1805         (gst_deinterlace2_set_method), (gst_deinterlace2_class_init),
1806         (gst_deinterlace2_push_history), (gst_deinterlace2_chain),
1807         (gst_deinterlace2_setcaps), (gst_deinterlace2_src_query):
1808         * gst/deinterlace2/gstdeinterlace2.h:
1809         Include latency of the method in the returned latency.
1810
1811         Fix outputting of all fields, i.e. doubling of the framerate.
1812
1813 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1814
1815         * gst/deinterlace2/Makefile.am:
1816         * gst/deinterlace2/gstdeinterlace2.c:
1817         (gst_deinterlace_method_class_init), (gst_deinterlace_method_init),
1818         (gst_deinterlace_method_deinterlace_frame),
1819         (gst_deinterlace_method_get_fields_required),
1820         (gst_deinterlace2_methods_get_type), (_do_init),
1821         (gst_deinterlace2_set_method), (gst_deinterlace2_class_init),
1822         (gst_deinterlace2_child_proxy_get_child_by_index),
1823         (gst_deinterlace2_child_proxy_get_children_count),
1824         (gst_deinterlace2_child_proxy_interface_init),
1825         (gst_deinterlace2_init), (gst_deinterlace2_finalize),
1826         (gst_deinterlace2_chain), (gst_deinterlace2_src_query):
1827         * gst/deinterlace2/gstdeinterlace2.h:
1828         * gst/deinterlace2/tvtime/greedy.c:
1829         (deinterlace_greedy_packed422_scanline_c),
1830         (deinterlace_greedy_packed422_scanline_mmx),
1831         (deinterlace_greedy_packed422_scanline_mmxext),
1832         (deinterlace_frame_di_greedy),
1833         (gst_deinterlace_method_greedy_l_set_property),
1834         (gst_deinterlace_method_greedy_l_get_property),
1835         (gst_deinterlace_method_greedy_l_class_init),
1836         (gst_deinterlace_method_greedy_l_init):
1837         * gst/deinterlace2/tvtime/greedyh.asm:
1838         * gst/deinterlace2/tvtime/greedyh.c: (greedyDScaler_C),
1839         (deinterlace_frame_di_greedyh),
1840         (gst_deinterlace_method_greedy_h_set_property),
1841         (gst_deinterlace_method_greedy_h_get_property),
1842         (gst_deinterlace_method_greedy_h_class_init),
1843         (gst_deinterlace_method_greedy_h_init):
1844         * gst/deinterlace2/tvtime/greedyh.h:
1845         * gst/deinterlace2/tvtime/plugins.h:
1846         * gst/deinterlace2/tvtime/tomsmocomp.c:
1847         (gst_deinterlace_method_tomsmocomp_set_property),
1848         (gst_deinterlace_method_tomsmocomp_get_property),
1849         (gst_deinterlace_method_tomsmocomp_class_init),
1850         (gst_deinterlace_method_tomsmocomp_init):
1851         * gst/deinterlace2/tvtime/tomsmocomp.h:
1852         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
1853         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_frame_vfir),
1854         (gst_deinterlace_method_vfir_class_init),
1855         (gst_deinterlace_method_vfir_init):
1856         Use a GstObject subtype for the deinterlacing methods and export
1857         the different settings for each deinterlacing method via GObject
1858         properties.
1859
1860         Implement GstChildProxy interface to allow access to the used
1861         deinterlacing method and to allow adjusting the different settings.
1862
1863         Move global variables of the tomsmocomp deinterlacing method into
1864         function local variables to make it possible to use this deinterlacing
1865         method from different instances.
1866
1867 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1868
1869         * gst/deinterlace2/tvtime/greedyh.asm:
1870         Support widths that are not a multiply of 4 when using the assembly
1871         optimized greedyh implementations.
1872
1873 2008-07-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1874
1875         * gst/deinterlace2/tvtime/greedyh.c:
1876         (deinterlace_frame_di_greedyh):
1877         Only build the assembly optimized implementations on x86.
1878
1879 2008-07-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1880
1881         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
1882
1883         * configure.ac:
1884         Fix checking of headers for the OSS4 plugin to fail if a single
1885         header doesn't exist already. AC_CHECK_HEADERS only fails if none
1886         of the headers is found. Fixes bug #541543.
1887
1888 2008-07-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1889
1890         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
1891
1892         * configure.ac:
1893         * gst/festival/Makefile.am:
1894         * gst/festival/gstfestival.c:
1895         Fix built of the festival plugin with mingw32 by linking to ws2_32.dll
1896         and including winsock headers. Fixes bug #541522.
1897
1898 2008-07-03  Peter Kjellerstedt  <pkj@axis.com>
1899
1900         * ChangeLog:
1901         * gst/rtpmanager/gstrtpjitterbuffer.c: (gst_rtp_jitter_buffer_loop):
1902         * gst/rtpmanager/rtpsource.c: (rtp_source_get_new_sr):
1903         Corrected a typo (interpollate -> interpolate).
1904
1905 2008-07-03  Peter Kjellerstedt  <pkj@axis.com>
1906
1907         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_process_rtp),
1908         (gst_rtp_session_send_rtp), (gst_rtp_session_send_rtcp),
1909         (gst_rtp_session_sync_rtcp), (gst_rtp_session_chain_recv_rtp),
1910         (gst_rtp_session_chain_recv_rtcp), (gst_rtp_session_chain_send_rtp):
1911         * gst/rtpmanager/rtpsession.c: (source_push_rtp),
1912         (rtp_session_send_rtp):
1913         * gst/rtpmanager/rtpsource.c: (push_packet), (calculate_jitter),
1914         (rtp_source_process_rtp), (rtp_source_send_rtp):
1915         Changed some GST_DEBUG() to GST_LOG() to reduce the spam when a
1916         pipeline is running normally.
1917
1918 2008-07-03  Peter Kjellerstedt  <pkj@axis.com>
1919
1920         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_init),
1921         (gst_rtp_session_finalize), (rtcp_thread),
1922         (gst_rtp_session_chain_recv_rtp), (gst_rtp_session_chain_recv_rtcp),
1923         (gst_rtp_session_event_send_rtp_sink),
1924         (gst_rtp_session_chain_send_rtp):
1925         * gst/rtpmanager/rtpsession.c: (check_collision),
1926         (update_arrival_stats), (rtp_session_process_rtp),
1927         (rtp_session_process_rtcp), (rtp_session_send_rtp),
1928         (rtp_session_send_bye_locked), (rtp_session_send_bye),
1929         (rtp_session_next_timeout), (session_report_blocks), (session_cleanup),
1930         (is_rtcp_time), (rtp_session_on_timeout):
1931         * gst/rtpmanager/rtpsession.h:
1932         Do not mix the use of g_get_current_time() with gst_clock_get_time().
1933
1934 2008-07-01  Jan Schmidt  <jan.schmidt@sun.com>
1935
1936         * gst/mpegvideoparse/mpegvideoparse.c:
1937         * gst/mpegvideoparse/mpegvideoparse.h:
1938         Queue new-segment events and send them after caps have been
1939         determined and set, so that the decoder will have been auto-plugged.
1940
1941 2008-07-01  Edward Hervey  <edward.hervey@collabora.co.uk>
1942
1943         Patch by : Michael Smith <msmith @ xiph dot org>
1944         
1945         * sys/qtwrapper/audiodecoders.c: (qtwrapper_audio_decoder_init),
1946         (clear_AudioStreamBasicDescription), (fill_indesc_mp3),
1947         (fill_indesc_aac), (make_samr_magic_cookie), (write_len),
1948         (make_aac_magic_cookie), (open_decoder), (process_buffer_cb),
1949         (qtwrapper_audio_decoder_chain),
1950         (qtwrapper_audio_decoder_sink_event),
1951         (qtwrapper_audio_decoder_base_init),
1952         (qtwrapper_audio_decoder_class_init),
1953         (qtwrapper_audio_decoders_register):
1954         * sys/qtwrapper/codecmapping.h:
1955         * sys/qtwrapper/imagedescription.c: (image_description_for_avc1),
1956         (image_description_for_mp4v), (image_description_from_stsd_buffer):
1957         * sys/qtwrapper/imagedescription.h:
1958         * sys/qtwrapper/qtutils.c: (get_name_info_from_component),
1959         (dump_avcc_atom), (dump_image_description),
1960         (AllocateAudioBufferList):
1961         * sys/qtwrapper/qtutils.h:
1962         * sys/qtwrapper/qtwrapper.c: (plugin_init):
1963         * sys/qtwrapper/qtwrapper.h:
1964         * sys/qtwrapper/videodecoders.c:
1965         (qtwrapper_video_decoder_base_init), (open_decoder),
1966         (decompressCb), (qtwrapper_video_decoder_chain),
1967         (qtwrapper_video_decoders_register):
1968         Make qtwrapper compile/work on win32.
1969         Lots of fixes
1970         Fixes #531840
1971
1972 2008-06-30  Jan Schmidt  <jan.schmidt@sun.com>
1973
1974         * gst/rawparse/gstvideoparse.c:
1975         Fix size calculation for RGB buffers -> bpp is in bits, so divide by 8
1976
1977 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1978
1979         * gst/deinterlace2/Makefile.am:
1980         * gst/deinterlace2/tvtime/tomsmocomp.c: (tomsmocomp_init),
1981         (tomsmocomp_filter_mmx), (tomsmocomp_filter_3dnow),
1982         (tomsmocomp_filter_sse), (deinterlace_frame_di_tomsmocomp):
1983         * gst/deinterlace2/tvtime/tomsmocomp.h:
1984         Remove useless file and mark everything possible as static.
1985
1986         * gst/deinterlace2/tvtime/greedy.c:
1987         * gst/deinterlace2/tvtime/greedyh.c:
1988         Use "_stdint.h" instead of <stdint.h>.
1989
1990 2008-06-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1991
1992         * gst/deinterlace2/Makefile.am:
1993         * gst/deinterlace2/gstdeinterlace2.c: (gst_deinterlace2_init):
1994         * gst/deinterlace2/tvtime/greedy.c: (deinterlace_frame_di_greedy):
1995         * gst/deinterlace2/tvtime/greedyh.c:
1996         (deinterlace_frame_di_greedyh):
1997         * gst/deinterlace2/tvtime/speedtools.h:
1998         * gst/deinterlace2/tvtime/speedy.c:
1999         * gst/deinterlace2/tvtime/speedy.h:
2000         * gst/deinterlace2/tvtime/tomsmocomp.c: (Fieldcopy):
2001         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
2002         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_frame_vfir):
2003         Get rid of speedy.[ch] as we don't use most of it's code anyway
2004         and it doesn't seem to be relicensed to LGPL. Use memcpy() instead
2005         of the speedy memcpy everywhere instead.
2006         
2007         * gst/deinterlace2/gstdeinterlace2.h:
2008         Remove many unused declarations.
2009
2010 2008-06-28  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2011
2012         * ext/mpeg2enc/gstmpeg2encoptions.cc:
2013         * ext/mpeg2enc/gstmpeg2encoptions.hh:
2014         Expose the additional MPEG HDTV format profiles available in latest
2015         mjpegtools version.
2016
2017 2008-06-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2018
2019         * gst/deinterlace2/gstdeinterlace2.c: (gst_deinterlace2_src_query):
2020         Divide latency be 2 to convert from fields to frames.
2021
2022 2008-06-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2023
2024         * gst/deinterlace2/tvtime/greedy.c:
2025         (deinterlace_greedy_packed422_scanline_c),
2026         (deinterlace_greedy_packed422_scanline_mmx),
2027         (deinterlace_greedy_packed422_scanline_mmxext),
2028         (deinterlace_frame_di_greedy):
2029         Don't use scanlines function from gstdeinterlace2 as it's
2030         not appropiate for this method. Instead implement deinterlace_frame
2031         function by taking the one from greedyh.
2032         
2033         * gst/deinterlace2/tvtime/greedyh.c: (greedyDScaler_C):
2034         Small fix for the C implementation.
2035
2036         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_frame_vfir):
2037         Don't use the scanlines function from gstdeinterlace2 as it's only
2038         used for this method and will be removed. Instead implement
2039         deinterlace_frame function and make it a bit more efficient.
2040
2041         * gst/deinterlace2/gstdeinterlace2.c:
2042         (gst_deinterlace2_class_init), (gst_deinterlace2_set_method),
2043         (gst_deinterlace2_push_history), (gst_deinterlace2_chain),
2044         (gst_deinterlace2_setcaps), (gst_deinterlace2_sink_event),
2045         (gst_deinterlace2_change_state), (gst_deinterlace2_src_event),
2046         (gst_deinterlace2_src_query):
2047         Fix coding style and remove scanlines function as it's unused now.
2048
2049 2008-06-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2050
2051         * gst/deinterlace2/tvtime/greedyh.asm:
2052         * gst/deinterlace2/tvtime/greedyh.c: (greedyDScaler_C),
2053         (deinterlace_frame_di_greedyh), (dscaler_greedyh_get_method):
2054         * gst/deinterlace2/tvtime/greedyhmacros.h:
2055         Add a C implementation for the greedyh deinterlacing method, clean
2056         up the code a bit and mark the SSE version as MMXEXT as it doesn't
2057         require any SSE instructions.
2058
2059 2008-06-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2060
2061         * gst/deinterlace2/gstdeinterlace2.c:
2062         (gst_deinterlace2_set_property), (gst_deinterlace2_chain),
2063         (gst_deinterlace2_setcaps):
2064         If we're outputting all fields the framerate has to be doubled.
2065
2066         Set duration on the outgoing buffers.
2067
2068 2008-06-26  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2069
2070         * docs/plugins/Makefile.am:
2071         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
2072         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
2073         * gst/y4m/gsty4mencode.c:
2074         Add documentation for YUV4MPEG2 encoder element.
2075
2076 2008-06-25  Edward Hervey  <edward.hervey@collabora.co.uk>
2077
2078         * gst/deinterlace2/tvtime/tomsmocomp/tomsmocompmacros.h:
2079         Remove unneeded macros that break build on macosx.
2080
2081 2008-06-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
2082
2083         * configure.ac:
2084           Depend on released versions of core and -base.
2085
2086 2008-06-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2087
2088         * gst/deinterlace2/tvtime/greedy.c:
2089         (deinterlace_greedy_packed422_scanline_mmx),
2090         (deinterlace_greedy_packed422_scanline_mmxext):
2091         Optimize MMX/MMXEXT implementations a bit by requiring two less
2092         memory accesses and fix the workaround for the missing right shift
2093         on bytes to unset the highest bit of every byte.
2094
2095 2008-06-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2096
2097         * gst/deinterlace2/tvtime/greedy.c:
2098         (deinterlace_greedy_packed422_scanline_mmxext):
2099         Remove sfence instruction as it's not needed and actually is an SSE
2100         instruction.
2101
2102 2008-06-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2103
2104         * gst/deinterlace2/tvtime/greedy.c:
2105         (deinterlace_greedy_packed422_scanline_mmx),
2106         (deinterlace_greedy_packed422_scanline):
2107         Add plain MMX implementation for the greedyl method.
2108
2109 2008-06-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2110
2111         * gst/deinterlace2/Makefile.am:
2112         Move the assembly includes to noinst_HEADERS where they belong.
2113
2114         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_line_c),
2115         (deinterlace_line_mmx):
2116         Fix C and MMX implementations a bit more.
2117
2118 2008-06-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2119
2120         * gst/deinterlace2/tvtime/greedy.c:
2121         (deinterlace_greedy_packed422_scanline_c),
2122         (deinterlace_greedy_packed422_scanline_mmxext),
2123         (deinterlace_greedy_packed422_scanline):
2124         Fix the C implementation to produce correct results and optimize the
2125         MMXEXT implementation.
2126
2127         Handle odd widths and don't read over array boundaries in the MMXEXT
2128         implementation.
2129
2130         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_line_c),
2131         (deinterlace_line_mmx), (deinterlace_scanline_vfir):
2132         Fix a small rounding bug in the MMX implementation, the MMX
2133         implementation doesn't actually need MMXEXT instructions so don't mark
2134         it as such.
2135
2136         Handle odd widths in both implementations.
2137
2138 2008-06-22  Stefan Kost  <ensonic@users.sf.net>
2139
2140         * ext/resindvd/rsnbasesrc.c:
2141           Use the right i18n header.
2142
2143 2008-06-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2144
2145         * gst/deinterlace2/tvtime/greedy.c:
2146         (deinterlace_greedy_packed422_scanline_sse),
2147         (deinterlace_greedy_packed422_scanline_c),
2148         (deinterlace_greedy_packed422_scanline):
2149         Implement a C version of the greedy low motion algorithm and mark the
2150         assembly optimized version as SSE as it uses SSE instructions
2151         additional to MMX instructions.
2152
2153 2008-06-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2154
2155         Patch by: Sebastian Pölsterl
2156
2157         * gst/mpegtsparse/mpegtspacketizer.c:
2158         Fix problem when empty string is provided.
2159
2160 2008-06-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2161
2162         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_line_mmxext),
2163         (deinterlace_line_c), (deinterlace_scanline_vfir):
2164         Make it possible to use the vfir method on X86 CPUs without MMXEXT too
2165         but use the MMXEXT optimized code whenever possible.
2166
2167 2008-06-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2168
2169         * gst/deinterlace2/gstdeinterlace2.c:
2170         (gst_deinterlace2_class_init), (gst_deinterlace2_init),
2171         (gst_deinterlace2_reset_history), (gst_deinterlace2_reset),
2172         (gst_deinterlace2_finalize), (gst_deinterlace2_chain),
2173         (gst_deinterlace2_sink_event), (gst_deinterlace2_change_state),
2174         (gst_deinterlace2_src_query):
2175         * gst/deinterlace2/gstdeinterlace2.h:
2176         Reset element state on PAUSED->READY properly, don't leak any buffers
2177         when finalizing, allocate buffers with gst_pad_alloc_buffer() and
2178         properly return flow returns from gst_pad_push() instead of ignoring them.
2179
2180 2008-06-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2181
2182         * gst/deinterlace2/tvtime/tomsmocomp/tomsmocompmacros.h:
2183         Add missing header.
2184
2185 2008-06-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2186
2187         * configure.ac:
2188         * gst/deinterlace2/Makefile.am:
2189         * gst/deinterlace2/tvtime/greedyh.asm:
2190         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc:
2191         Fix compilation on generic x86/amd64 and include deinterlace2 in the
2192         build system. Because of several bugs it's still enabled only
2193         by --enable-experimental.
2194
2195 2008-06-20  Jan Schmidt  <jan.schmidt@sun.com>
2196
2197         * ext/resindvd/resindvdsrc.c:
2198         * ext/resindvd/resindvdsrc.h:
2199         Schedule NAV packets and activate them with an async clock callback
2200         at the right moment. This makes delayed menu highlights appear
2201         at the correct time and fixes Back To The Future.
2202
2203         When outputting new segment in do_seek(), calculate our position
2204         value properly, so we report the right time when popping in and
2205         out of the menus.
2206
2207         * ext/resindvd/rsnbasesrc.c:
2208         When handling a non-flushing seek, accumulate the segment,
2209         rather than having every seek start from 0 and messing with sync
2210
2211 2008-06-19  Stefan Kost  <ensonic@users.sf.net>
2212
2213         * gst/selector/gstoutputselector.c:
2214         * tests/icles/output-selector-test.c:
2215           Use BOILERPLATE macro and update test to the latest api changes.
2216
2217 2008-06-19  Wim Taymans  <wim.taymans@collabora.co.uk>
2218
2219         * examples/app/appsink-src.c: (on_new_buffer_from_source):
2220         Don't use a buffer after unreffing it.
2221
2222 2008-06-18  Stefan Kost  <ensonic@users.sf.net>
2223
2224         * ext/metadata/metadataexif.c:
2225           Add description tag mapping.
2226
2227 2008-06-18  Stefan Kost  <ensonic@users.sf.net>
2228
2229         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
2230         * examples/app/appsrc-ra.c:
2231         * examples/app/appsrc-seekable.c:
2232         * examples/app/appsrc-stream.c:
2233         * examples/app/appsrc-stream2.c:
2234         * ext/directfb/dfbvideosink.h:
2235         * ext/metadata/gstbasemetadata.c:
2236         * ext/metadata/gstbasemetadata.h:
2237         * ext/metadata/metadata.c:
2238         * ext/metadata/metadataexif.c:
2239         * ext/theora/theoradec.h:
2240         * gst/deinterlace2/gstdeinterlace2.h:
2241         * gst/deinterlace2/tvtime/speedy.c:
2242         * gst/deinterlace2/tvtime/speedy.h:
2243         * gst/deinterlace2/tvtime/vfir.c:
2244          Fix gtk-doc warnings. Also don't misuse api-doc comments for normal
2245          comments.
2246
2247 2008-06-17  Jan Schmidt  <jan.schmidt@sun.com>
2248
2249         * ext/resindvd/resindvdbin.c:
2250         Parse the URI argument into the device name so dvd:///path/to/image
2251         works.
2252
2253         * ext/resindvd/resindvdsrc.c:
2254         Implement a trivial duration query reporting the current PGC length.
2255
2256         * gst/dvdspu/gstdvdspu.c:
2257         Rename typo in the function name.
2258
2259 2008-06-17  Sebastian Dröge  <slomo@circular-chaos.org>
2260
2261         * configure.ac:
2262         Disable deinterlace2 plugin again which was accidently enabled
2263         with last commit.
2264
2265 2008-06-17  Sebastian Dröge  <slomo@circular-chaos.org>
2266
2267         * configure.ac:
2268         * ext/resindvd/resindvdsrc.h:
2269         Make resindvd work with libdvdnav >= 4.0.0.
2270
2271 2008-06-17  Jan Schmidt  <thaytan@noraisin.net>
2272
2273         * configure.ac:
2274         Check for libdvdnav to build resindvd.
2275
2276         * ext/Makefile.am:
2277         * ext/resindvd/Makefile.am:
2278         * ext/resindvd/gstmpegdefs.h:
2279         * ext/resindvd/gstmpegdemux.c:
2280         * ext/resindvd/gstmpegdemux.h:
2281         * ext/resindvd/gstmpegdesc.c:
2282         * ext/resindvd/gstmpegdesc.h:
2283         * ext/resindvd/gstpesfilter.c:
2284         * ext/resindvd/gstpesfilter.h:
2285         * ext/resindvd/plugin.c:
2286         * ext/resindvd/resin-play:
2287         * ext/resindvd/resindvdbin.c:
2288         * ext/resindvd/resindvdbin.h:
2289         * ext/resindvd/resindvdsrc.c:
2290         * ext/resindvd/resindvdsrc.h:
2291         * ext/resindvd/rsnaudiomunge.c:
2292         * ext/resindvd/rsnaudiomunge.h:
2293         * ext/resindvd/rsnbasesrc.c:
2294         * ext/resindvd/rsnbasesrc.h:
2295         * ext/resindvd/rsnpushsrc.c:
2296         * ext/resindvd/rsnpushsrc.h:
2297         * ext/resindvd/rsnstreamselector.c:
2298         * ext/resindvd/rsnstreamselector.h:
2299
2300         First commit of DVD-Video playback component 'rsndvdbin'
2301         and helper elements.
2302
2303         Use --enable-experimental for now, but feel free to give it a
2304         try using the resin-play script.
2305
2306         * gst/dvdspu/gstdvdspu.c:
2307         Add some extra guards for malformed events.
2308
2309 2008-06-16  David Schleef  <ds@schleef.org>
2310
2311         * configure.ac:
2312         Bump dirac requirement to 0.10 due to api changes.
2313
2314 2008-06-16  Andy Wingo  <wingo@pobox.com>
2315
2316         * gst-libs/gst/app/gstappsrc.c (gst_app_src_set_max_bytes)
2317         (gst_app_src_get_max_bytes, gst_app_src_push_buffer): Use
2318         G_GUINT64_FORMAT. Avoid overflow in get_max_bytes().
2319
2320 2008-06-16  Stefan Kost  <ensonic@users.sf.net>
2321
2322         * sys/dvb/gstdvbsrc.c:
2323           Move docblob upwards. Balance tags and restore blank line.
2324
2325 2008-06-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2326
2327         * sys/dvb/gstdvbsrc.c:
2328         Fix out of date docs.
2329
2330 2008-06-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2331
2332         Patch from: Vincent Genieux
2333
2334         * gst/mpegtsparse/mpegtsparse.c:
2335         Fix refcount issues, fixes #538560.
2336
2337 2008-06-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2338
2339         * gst/mpegtsparse/gstmpegdesc.h:
2340         * gst/mpegtsparse/mpegtspacketizer.c:
2341         Parse the extended event descriptor.
2342
2343 2008-06-16  Stefan Kost  <ensonic@users.sf.net>
2344
2345         * gst/rtpmanager/gstrtpjitterbuffer.c:
2346         * gst/speed/gstspeed.c:
2347         * gst/speexresample/gstspeexresample.c:
2348         * gst/videosignal/gstvideoanalyse.c:
2349         * gst/videosignal/gstvideodetect.c:
2350         * gst/videosignal/gstvideomark.c:
2351         * sys/dvb/gstdvbsrc.c:
2352         * sys/oss4/oss4-mixer.c:
2353         * sys/oss4/oss4-sink.c:
2354         * sys/oss4/oss4-source.c:
2355         * sys/wininet/gstwininetsrc.c:
2356           Final round of doc updates.
2357
2358 2008-06-16  Stefan Kost  <ensonic@users.sf.net>
2359
2360         * gst/deinterlace/gstdeinterlace.c:
2361         * gst/rtpmanager/gstrtpbin.c:
2362         * gst/rtpmanager/gstrtpclient.c:
2363         * gst/rtpmanager/gstrtpjitterbuffer.c:
2364         * gst/rtpmanager/gstrtpptdemux.c:
2365         * gst/rtpmanager/gstrtpsession.c:
2366         * gst/rtpmanager/gstrtpssrcdemux.c:
2367         * gst/sdp/gstsdpdemux.c:
2368           More doc updates. More xrefs.
2369
2370 2008-06-14  Julien Moutte  <julien@fluendo.com>
2371
2372         * gst/flv/gstflvdemux.c: (gst_flv_demux_cleanup),
2373         (gst_flv_demux_dispose):
2374         * gst/flv/gstflvdemux.h:
2375         * gst/flv/gstflvparse.c: (gst_flv_parse_audio_negotiate),
2376         (gst_flv_parse_tag_audio), (gst_flv_parse_video_negotiate),
2377         (gst_flv_parse_tag_video): Introduce demuxing support for AAC and
2378         H.264/AVC inside FLV.
2379         * sys/dshowdecwrapper/gstdshowaudiodec.c: (gst_dshowaudiodec_init),
2380         (gst_dshowaudiodec_chain), (gst_dshowaudiodec_push_buffer),
2381         (gst_dshowaudiodec_sink_event), (gst_dshowaudiodec_setup_graph):
2382         * sys/dshowdecwrapper/gstdshowaudiodec.h:
2383         * sys/dshowdecwrapper/gstdshowvideodec.c: (gst_dshowvideodec_init),
2384         (gst_dshowvideodec_sink_event), (gst_dshowvideodec_chain),
2385         (gst_dshowvideodec_push_buffer), (gst_dshowvideodec_src_getcaps):
2386         * sys/dshowdecwrapper/gstdshowvideodec.h: Lot of random fixes 
2387         to improve stability (ref counting, safety checks...)
2388
2389 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2390
2391         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_probe_modules):
2392         Disable sipro on 64bits, it crashes.
2393
2394 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2395
2396         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_chain),
2397         (close_library), (open_library),
2398         (gst_real_audio_dec_probe_modules), (gst_real_audio_dec_getcaps),
2399         (gst_real_audio_dec_setcaps), (gst_real_audio_dec_init),
2400         (gst_real_audio_dec_change_state), (gst_real_audio_dec_finalize):
2401         Add raversions we can support on the caps.
2402         Refactor the loading of the real codecs like realvideo so that we can
2403         implement probing.
2404         Probe all supported formats by trying to load the .so files, only report
2405         the versions on the caps that we can actually load.
2406
2407         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain),
2408         (gst_real_video_dec_getcaps), (gst_real_video_dec_setcaps),
2409         (open_library), (close_library),
2410         (gst_real_video_dec_probe_modules),
2411         (gst_real_video_dec_change_state), (gst_real_video_dec_init),
2412         (gst_real_video_dec_finalize), (gst_real_video_dec_class_init):
2413         * gst/real/gstrealvideodec.h:
2414         Change the loading of the library like the audio decoder.
2415         Probe the supported formats by trying to load the .so files and only
2416         report the versions on the caps that we can actually load.
2417
2418 2008-06-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2419
2420         patch by: Sebastian Pölsterl
2421
2422         * gst/mpegtsparse/mpegtspacketizer.c:
2423         Handle character sets in strings coming from DVB SI according
2424         to the DVB SI spec.
2425
2426 2008-06-13  Stefan Kost  <ensonic@users.sf.net>
2427
2428         * gst/replaygain/gstrganalysis.c:
2429         * gst/replaygain/gstrglimiter.c:
2430         * gst/replaygain/gstrgvolume.c:
2431           More doc updates.
2432
2433 2008-06-13  Stefan Kost  <ensonic@users.sf.net>
2434
2435         * docs/plugins/Makefile.am:
2436         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
2437         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
2438         * docs/plugins/gst-plugins-bad-plugins.args:
2439         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
2440         * docs/plugins/gst-plugins-bad-plugins.interfaces:
2441         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
2442         * docs/plugins/gst-plugins-bad-plugins.signals:
2443         * docs/plugins/inspect/plugin-alsaspdif.xml:
2444         * docs/plugins/inspect/plugin-amrwb.xml:
2445         * docs/plugins/inspect/plugin-app.xml:
2446         * docs/plugins/inspect/plugin-bayer.xml:
2447         * docs/plugins/inspect/plugin-bz2.xml:
2448         * docs/plugins/inspect/plugin-cdaudio.xml:
2449         * docs/plugins/inspect/plugin-cdxaparse.xml:
2450         * docs/plugins/inspect/plugin-dtsdec.xml:
2451         * docs/plugins/inspect/plugin-dvb.xml:
2452         * docs/plugins/inspect/plugin-dvdspu.xml:
2453         * docs/plugins/inspect/plugin-faac.xml:
2454         * docs/plugins/inspect/plugin-faad.xml:
2455         * docs/plugins/inspect/plugin-fbdevsink.xml:
2456         * docs/plugins/inspect/plugin-festival.xml:
2457         * docs/plugins/inspect/plugin-filter.xml:
2458         * docs/plugins/inspect/plugin-flvdemux.xml:
2459         * docs/plugins/inspect/plugin-freeze.xml:
2460         * docs/plugins/inspect/plugin-gsm.xml:
2461         * docs/plugins/inspect/plugin-gstinterlace.xml:
2462         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
2463         * docs/plugins/inspect/plugin-h264parse.xml:
2464         * docs/plugins/inspect/plugin-interleave.xml:
2465         * docs/plugins/inspect/plugin-jack.xml:
2466         * docs/plugins/inspect/plugin-ladspa.xml:
2467         * docs/plugins/inspect/plugin-metadata.xml:
2468         * docs/plugins/inspect/plugin-mms.xml:
2469         * docs/plugins/inspect/plugin-modplug.xml:
2470         * docs/plugins/inspect/plugin-mpeg2enc.xml:
2471         * docs/plugins/inspect/plugin-mpeg4videoparse.xml:
2472         * docs/plugins/inspect/plugin-mpegtsparse.xml:
2473         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
2474         * docs/plugins/inspect/plugin-musepack.xml:
2475         * docs/plugins/inspect/plugin-musicbrainz.xml:
2476         * docs/plugins/inspect/plugin-mve.xml:
2477         * docs/plugins/inspect/plugin-mythtv.xml
2478         * docs/plugins/inspect/plugin-nas.xml:
2479         * docs/plugins/inspect/plugin-neon.xml:
2480         * docs/plugins/inspect/plugin-nsfdec.xml:
2481         * docs/plugins/inspect/plugin-nuvdemux.xml:
2482         * docs/plugins/inspect/plugin-oss4.xml
2483         * docs/plugins/inspect/plugin-rawparse.xml:
2484         * docs/plugins/inspect/plugin-real.xml:
2485         * docs/plugins/inspect/plugin-replaygain.xml:
2486         * docs/plugins/inspect/plugin-rfbsrc.xml:
2487         * docs/plugins/inspect/plugin-sdl.xml:
2488         * docs/plugins/inspect/plugin-sdp.xml:
2489         * docs/plugins/inspect/plugin-selector.xml:
2490         * docs/plugins/inspect/plugin-sndfile.xml:
2491         * docs/plugins/inspect/plugin-soundtouch.xml:
2492         * docs/plugins/inspect/plugin-spcdec.xml:
2493         * docs/plugins/inspect/plugin-speed.xml:
2494         * docs/plugins/inspect/plugin-speexresample.xml:
2495         * docs/plugins/inspect/plugin-stereo.xml:
2496         * docs/plugins/inspect/plugin-subenc.xml
2497         * docs/plugins/inspect/plugin-timidity.xml:
2498         * docs/plugins/inspect/plugin-tta.xml:
2499         * docs/plugins/inspect/plugin-vcdsrc.xml:
2500         * docs/plugins/inspect/plugin-videosignal.xml:
2501         * docs/plugins/inspect/plugin-vmnc.xml:
2502         * docs/plugins/inspect/plugin-wildmidi.xml:
2503         * docs/plugins/inspect/plugin-x264.xml:
2504         * docs/plugins/inspect/plugin-xvid.xml:
2505         * docs/plugins/inspect/plugin-y4menc.xml:
2506         * ext/amrwb/gstamrwbdec.c:
2507         * ext/amrwb/gstamrwbenc.c:
2508         * ext/amrwb/gstamrwbparse.c:
2509         * ext/dc1394/gstdc1394.c:
2510         * ext/directfb/dfbvideosink.c:
2511         * ext/ivorbis/vorbisdec.c:
2512         * ext/jack/gstjackaudiosink.c:
2513         * ext/mpeg2enc/gstmpeg2enc.cc:
2514         * ext/mplex/gstmplex.cc:
2515         * ext/musicbrainz/gsttrm.c:
2516         * ext/mythtv/gstmythtvsrc.c:
2517         * ext/theora/theoradec.c:
2518         * ext/timidity/gsttimidity.c:
2519         * ext/timidity/gstwildmidi.c:
2520         * gst-libs/gst/app/gstappsink.c:
2521         * gst/deinterlace/gstdeinterlace.c:
2522         * gst/dvdspu/gstdvdspu.c:
2523         * gst/festival/gstfestival.c:
2524         * gst/freeze/gstfreeze.c:
2525         * gst/interleave/deinterleave.c:
2526         * gst/interleave/interleave.c:
2527         * gst/modplug/gstmodplug.cc:
2528         * gst/nuvdemux/gstnuvdemux.c:
2529           Add missing elements to docs. Fix doc-markup: use convinience syntax
2530           for examples (produces valid docbook), add several refsec2 when we
2531           have several titles. Fix some types.
2532
2533 2008-06-12  Wim Taymans  <wim.taymans@collabora.co.uk>
2534
2535         * examples/app/.cvsignore:
2536         * examples/app/Makefile.am:
2537         * examples/app/appsink-src.c: (on_new_buffer_from_source),
2538         (on_source_message), (on_sink_message), (main):
2539         Add beefed up example app from bug #413418. It now also uses appsink
2540         instead of fakesink for more ultimate coolness.
2541
2542         * gst-libs/gst/app/gstappsrc.c: (gst_app_src_class_init),
2543         (gst_app_src_init), (gst_app_src_set_property),
2544         (gst_app_src_get_property), (gst_app_src_unlock),
2545         (gst_app_src_unlock_stop), (gst_app_src_create),
2546         (gst_app_src_set_max_bytes), (gst_app_src_push_buffer),
2547         (gst_app_src_end_of_stream):
2548         * gst-libs/gst/app/gstappsrc.h:
2549         Add block property to allow push based implementation to block when we
2550         fill up the appsrc queues.
2551         Emit the enough-data signal while releasing our lock.
2552
2553 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
2554
2555         * examples/app/.cvsignore:
2556           Ignore more.
2557
2558 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
2559
2560         * ext/dc1394/gstdc1394.c:
2561         * ext/ivorbis/vorbisdec.c:
2562         * ext/jack/gstjackaudiosink.c:
2563         * ext/metadata/gstmetadatademux.c:
2564         * ext/mythtv/gstmythtvsrc.c:
2565         * ext/theora/theoradec.c:
2566         * gst-libs/gst/app/gstappsink.c:
2567         * gst/bayer/gstbayer2rgb.c:
2568         * gst/deinterlace/gstdeinterlace.c:
2569         * gst/rawparse/gstaudioparse.c:
2570         * gst/rawparse/gstvideoparse.c:
2571         * gst/rtpmanager/gstrtpbin.c:
2572         * gst/rtpmanager/gstrtpclient.c:
2573         * gst/rtpmanager/gstrtpjitterbuffer.c:
2574         * gst/rtpmanager/gstrtpptdemux.c:
2575         * gst/rtpmanager/gstrtpsession.c:
2576         * gst/rtpmanager/gstrtpssrcdemux.c:
2577         * gst/selector/gstinputselector.c:
2578         * gst/selector/gstoutputselector.c:
2579         * gst/videosignal/gstvideoanalyse.c:
2580         * gst/videosignal/gstvideodetect.c:
2581         * gst/videosignal/gstvideomark.c:
2582         * sys/oss4/oss4-mixer.c:
2583         * sys/oss4/oss4-sink.c:
2584         * sys/oss4/oss4-source.c:
2585           Do not use short_description in section docs for elements. We extract
2586           them from element details and there will be warnings if they differ.
2587           Also fixing up the ChangeLog order.
2588
2589 2008-06-12  Wim Taymans  <wim.taymans@collabora.co.uk>
2590
2591         Patch by: Sebastien Merle <sylane at gmail dot com>
2592
2593         * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_chain):
2594         Fix the sign of the data we pass to the decoder so that the decoder
2595         compiles with newer reference code as well. Fixes #528618.
2596
2597 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
2598
2599         * tests/icles/test-oss4.c:
2600           Include stdlib.h.
2601
2602 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
2603
2604         Based on a patch by: Martin Eikermann <meiker at upb dot de>
2605
2606         * gst/deinterlace2/Makefile.am:
2607         * gst/deinterlace2/gstdeinterlace2.c:
2608         (gst_deinterlace2_method_get_type),
2609         (gst_deinterlace2_fields_get_type),
2610         (gst_deinterlace2_field_layout_get_type),
2611         (gst_deinterlace2_base_init), (gst_deinterlace2_class_init),
2612         (gst_deinterlace2_init), (gst_deinterlace2_set_method),
2613         (gst_deinterlace2_set_property), (gst_deinterlace2_get_property),
2614         (gst_deinterlace2_finalize), (gst_deinterlace2_pop_history),
2615         (gst_deinterlace2_head_history), (gst_deinterlace2_push_history),
2616         (gst_deinterlace2_deinterlace_scanlines), (gst_deinterlace2_chain),
2617         (gst_deinterlace2_setcaps), (gst_deinterlace2_sink_event),
2618         (gst_deinterlace2_change_state), (gst_deinterlace2_src_event),
2619         (gst_deinterlace2_src_query), (gst_deinterlace2_src_query_types),
2620         (plugin_init):
2621         * gst/deinterlace2/gstdeinterlace2.h:
2622         * gst/deinterlace2/tvtime/greedy.c: (copy_scanline),
2623         (deinterlace_greedy_packed422_scanline_mmxext),
2624         (dscaler_greedyl_get_method):
2625         * gst/deinterlace2/tvtime/greedyh.asm:
2626         * gst/deinterlace2/tvtime/greedyh.c:
2627         (deinterlace_frame_di_greedyh), (dscaler_greedyh_get_method),
2628         (greedyh_init), (greedyh_filter_mmx), (greedyh_filter_3dnow),
2629         (greedyh_filter_sse):
2630         * gst/deinterlace2/tvtime/greedyh.h:
2631         * gst/deinterlace2/tvtime/greedyhmacros.h:
2632         * gst/deinterlace2/tvtime/mmx.h:
2633         * gst/deinterlace2/tvtime/plugins.h:
2634         * gst/deinterlace2/tvtime/speedtools.h:
2635         * gst/deinterlace2/tvtime/speedy.c: (multiply_alpha), (clip255),
2636         (comb_factor_packed422_scanline_mmx),
2637         (diff_factor_packed422_scanline_c),
2638         (diff_factor_packed422_scanline_mmx),
2639         (diff_packed422_block8x8_mmx), (diff_packed422_block8x8_c),
2640         (packed444_to_packed422_scanline_c),
2641         (packed422_to_packed444_scanline_c),
2642         (packed422_to_packed444_rec601_scanline_c),
2643         (vfilter_chroma_121_packed422_scanline_mmx),
2644         (vfilter_chroma_121_packed422_scanline_c),
2645         (vfilter_chroma_332_packed422_scanline_mmx),
2646         (vfilter_chroma_332_packed422_scanline_c),
2647         (kill_chroma_packed422_inplace_scanline_mmx),
2648         (kill_chroma_packed422_inplace_scanline_c),
2649         (invert_colour_packed422_inplace_scanline_mmx),
2650         (invert_colour_packed422_inplace_scanline_c),
2651         (mirror_packed422_inplace_scanline_c),
2652         (interpolate_packed422_scanline_c),
2653         (convert_uyvy_to_yuyv_scanline_mmx),
2654         (convert_uyvy_to_yuyv_scanline_c),
2655         (interpolate_packed422_scanline_mmx),
2656         (interpolate_packed422_scanline_mmxext),
2657         (blit_colour_packed422_scanline_c),
2658         (blit_colour_packed422_scanline_mmx),
2659         (blit_colour_packed422_scanline_mmxext),
2660         (blit_colour_packed4444_scanline_c),
2661         (blit_colour_packed4444_scanline_mmx),
2662         (blit_colour_packed4444_scanline_mmxext), (small_memcpy),
2663         (speedy_memcpy_c), (speedy_memcpy_mmx), (speedy_memcpy_mmxext),
2664         (blit_packed422_scanline_c), (blit_packed422_scanline_mmx),
2665         (blit_packed422_scanline_mmxext),
2666         (composite_colour4444_alpha_to_packed422_scanline_c),
2667         (composite_colour4444_alpha_to_packed422_scanline_mmxext),
2668         (composite_packed4444_alpha_to_packed422_scanline_c),
2669         (composite_packed4444_alpha_to_packed422_scanline_mmxext),
2670         (composite_packed4444_to_packed422_scanline_c),
2671         (composite_packed4444_to_packed422_scanline_mmxext),
2672         (composite_alphamask_to_packed4444_scanline_c),
2673         (composite_alphamask_to_packed4444_scanline_mmxext),
2674         (composite_alphamask_alpha_to_packed4444_scanline_c),
2675         (premultiply_packed4444_scanline_c),
2676         (premultiply_packed4444_scanline_mmxext),
2677         (blend_packed422_scanline_c), (blend_packed422_scanline_mmxext),
2678         (quarter_blit_vertical_packed422_scanline_mmxext),
2679         (quarter_blit_vertical_packed422_scanline_c),
2680         (subpix_blit_vertical_packed422_scanline_c),
2681         (a8_subpix_blit_scanline_c), (myround), (init_RGB_to_YCbCr_tables),
2682         (init_YCbCr_to_RGB_tables), (rgb24_to_packed444_rec601_scanline_c),
2683         (rgba32_to_packed4444_rec601_scanline_c),
2684         (packed444_to_rgb24_rec601_scanline_c),
2685         (packed444_to_nonpremultiplied_packed4444_scanline_c),
2686         (aspect_adjust_packed4444_scanline_c), (setup_speedy_calls),
2687         (speedy_get_accel):
2688         * gst/deinterlace2/tvtime/speedy.h:
2689         * gst/deinterlace2/tvtime/sse.h:
2690         * gst/deinterlace2/tvtime/tomsmocomp.c: (Fieldcopy),
2691         (deinterlace_frame_di_tomsmocomp), (dscaler_tomsmocomp_get_method),
2692         (tomsmocomp_init), (tomsmocomp_filter_mmx),
2693         (tomsmocomp_filter_3dnow), (tomsmocomp_filter_sse):
2694         * gst/deinterlace2/tvtime/tomsmocomp.h:
2695         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoop0A.inc:
2696         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc:
2697         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopEdgeA.inc:
2698         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopEdgeA8.inc:
2699         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddA.inc:
2700         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddA2.inc:
2701         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddA6.inc:
2702         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddAH.inc:
2703         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddAH2.inc:
2704         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopTop.inc:
2705         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopVA.inc:
2706         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopVAH.inc:
2707         * gst/deinterlace2/tvtime/tomsmocomp/StrangeBob.inc:
2708         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
2709         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll2.inc:
2710         * gst/deinterlace2/tvtime/tomsmocomp/WierdBob.inc:
2711         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_line),
2712         (deinterlace_scanline_vfir), (copy_scanline),
2713         (dscaler_vfir_get_method):
2714         * gst/deinterlace2/tvtime/x86-64_macros.inc:
2715         Add a deinterlacer plugin based on the tvtime/DScaler deinterlacer,
2716         which was relicensed to LGPL for GStreamer and in theory provides
2717         better and faster results than the simple deinterlace element.
2718         Fixes bug #163578.
2719
2720         Ported to GStreamer 0.10 but still not enabled or included in the
2721         build system by default because of bad artefacts caused by a bug
2722         somewhere and as it can be only build on x86/amd64 ATM and requires
2723         special CFLAGS. Will be fixed soon.
2724
2725 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
2726
2727         Based on a patch by: Ryan Houdek <Sonicadvance1 at GMAIL dot COM>
2728
2729         * ext/timidity/gstwildmidi.c: (gst_wildmidi_init),
2730         (gst_wildmidi_change_state), (plugin_init):
2731         * ext/timidity/gstwildmidi.h:
2732         Initialize wildmidi only once in the plugin init function instead
2733         of once for every instance. The second and following calls to the
2734         wildmidi initialization function will fail. Fixes bug #525613.
2735
2736         Also don't register the element at all if wildmidi initialization
2737         fails.
2738
2739 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
2740
2741         * ext/soundtouch/gstpitch.cc:
2742         Call gst_element_no_more_pads() after all pads are added.
2743
2744 2008-06-09  Wim Taymans  <wim.taymans@collabora.co.uk>
2745
2746         * gst/rawparse/gstrawparse.c: (gst_raw_parse_push_buffer),
2747         (gst_raw_parse_loop), (gst_raw_parse_handle_seek_push),
2748         (gst_raw_parse_handle_seek_pull):
2749         Add simple reverse playback.
2750
2751 2008-06-09  Wim Taymans  <wim.taymans@collabora.co.uk>
2752
2753         * gst/rawparse/gstrawparse.c: (gst_raw_parse_reset),
2754         (gst_raw_parse_push_buffer), (gst_raw_parse_chain),
2755         (gst_raw_parse_loop), (gst_raw_parse_sink_activatepull),
2756         (gst_raw_parse_convert), (gst_raw_parse_sink_event),
2757         (gst_raw_parse_handle_seek_push), (gst_raw_parse_handle_seek_pull),
2758         (gst_raw_parse_src_query), (gst_raw_parse_get_fps):
2759         * gst/rawparse/gstrawparse.h:
2760         Fix seeking, timestamps, duration and some more. Fixes #536309.
2761
2762 2008-06-06  Wim Taymans  <wim.taymans@collabora.co.uk>
2763
2764         * examples/app/Makefile.am:
2765         * examples/app/appsrc-ra.c: (feed_data), (seek_data),
2766         (found_source), (bus_message), (main):
2767         * examples/app/appsrc-seekable.c: (feed_data), (seek_data),
2768         (found_source), (bus_message), (main):
2769         * examples/app/appsrc-stream2.c: (feed_data), (found_source),
2770         (bus_message), (main):
2771         Added 3 more example application for using appsrc in random-access mode,
2772         pull-mode streaming and pull mode seekable.
2773
2774         * gst-libs/gst/app/gstappsrc.c: (gst_app_src_class_init),
2775         (gst_app_src_start), (gst_app_src_do_get_size),
2776         (gst_app_src_create):
2777         * gst-libs/gst/app/gstappsrc.h:
2778         Make stream-type property writable.
2779         Unset flushing when starting so that we reuse appsrc.
2780         Inform basesrc about the configured size.
2781         Emit seek-data signal when we are going to a different offset in
2782         random-access mode.
2783
2784 2008-06-06  Wim Taymans  <wim.taymans@collabora.co.uk>
2785
2786         * examples/app/appsrc-stream.c: (found_source), (main):
2787         Use deep-notify until we can depend on a playbin2 with support for the
2788         source property.
2789
2790 2008-06-06  Wim Taymans  <wim.taymans@collabora.co.uk>
2791
2792         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_init),
2793         (gst_rtp_bin_finalize), (gst_rtp_bin_change_state):
2794         Fix deadlock when shutting down, use a new lock instead to properly
2795         shutdown.
2796
2797 2008-06-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2798
2799         * examples/app/.cvsignore:
2800         * examples/app/Makefile.am:
2801         * examples/app/appsrc-stream.c: (read_data), (start_feed),
2802         (stop_feed), (found_source), (bus_message), (main):
2803         Added an example on how to use appsrc in playbin in streaming mode from
2804         an mmapped file.
2805
2806         * examples/app/appsrc_ex.c: (main):
2807         Set pipeline to NULL to free queued buffers.
2808
2809         * gst-libs/gst/app/gstapp-marshal.list:
2810         * gst-libs/gst/app/gstappsrc.c: (stream_type_get_type), (_do_init),
2811         (gst_app_src_class_init), (gst_app_src_init),
2812         (gst_app_src_flush_queued), (gst_app_src_dispose),
2813         (gst_app_src_set_property), (gst_app_src_get_property),
2814         (gst_app_src_unlock), (gst_app_src_unlock_stop),
2815         (gst_app_src_start), (gst_app_src_stop), (gst_app_src_is_seekable),
2816         (gst_app_src_check_get_range), (gst_app_src_do_seek),
2817         (gst_app_src_create), (gst_app_src_set_stream_type),
2818         (gst_app_src_get_stream_type), (gst_app_src_set_max_bytes),
2819         (gst_app_src_get_max_bytes), (gst_app_src_push_buffer),
2820         (gst_app_src_end_of_stream), (gst_app_src_uri_get_type),
2821         (gst_app_src_uri_get_protocols), (gst_app_src_uri_get_uri),
2822         (gst_app_src_uri_set_uri), (gst_app_src_uri_handler_init):
2823         * gst-libs/gst/app/gstappsrc.h:
2824         Measure max queue size in bytes instead.
2825         Add support for 3 modes of operation, streaming, seekable and
2826         random-access, making basesrc handle the scheduling modes for each.
2827         Add appsrc:// uri handler so that automatic plugging can be done from
2828         playbin2 or uridecodebin, for example.
2829         Added support for custom segment formats.
2830         Add support for push and pull based operations from the application.
2831         Expand the methods so that errors can be detected.
2832         Flush the queued buffers on seeks and when shutting down.
2833         Add signals to inform the app that a seek must happen.
2834
2835 2008-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
2836
2837         * gst/interleave/deinterleave.c: (gst_deinterleave_add_new_pads),
2838         (gst_deinterleave_src_query):
2839         * gst/interleave/interleave.c: (gst_interleave_src_query_duration),
2840         (gst_interleave_src_query):
2841         Properly implement duration and position queries in bytes format. We
2842         have to take the upstream reply and divide/multiply it by the number
2843         of channels to get the correct result.
2844
2845 2008-06-04  Michael Smith <msmith@songbirdnest.com>
2846
2847         * sys/dshowvideosink/dshowvideofakesrc.cpp:
2848         * sys/dshowvideosink/dshowvideofakesrc.h:
2849         * sys/dshowvideosink/dshowvideosink.cpp:
2850         * sys/dshowvideosink/dshowvideosink.h:
2851           Fix up copyright notice on new plugin.
2852
2853 2008-06-04  David Schleef  <ds@schleef.org>
2854
2855         * ext/dirac/gstdiracenc.cc: Update properties for recent
2856           dirac changes.  Patch from Jonathan Rosser.
2857
2858 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
2859
2860         * ext/x264/gstx264enc.c: (gst_x264_enc_header_buf),
2861           (gst_x264_enc_sink_event), (gst_x264_enc_chain),
2862           (gst_x264_enc_encode_frame):
2863           Try harder not to crash when we get an EOS event but haven't set
2864           up the encoder yet (as may happen when upstream errors out with
2865           not-negotiated, for example). Also, always push the EOS event
2866           downstream.
2867
2868 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2869
2870         * gst/interleave/interleave.c: (gst_interleave_pad_get_type),
2871         (gst_interleave_pad_get_property), (gst_interleave_pad_class_init),
2872         (gst_interleave_request_new_pad), (gst_interleave_release_pad):
2873         * gst/interleave/interleave.h:
2874         Use an always increasing integer for the number in the name of the
2875         requested sink pads to guarantuee a unique name. Add a "channel"
2876         property to GstInterleavePad to make it possible for applications
2877         to retrieve the channel number in the output for every pad.
2878
2879         Use g_type_register_static_simple() instead of
2880         g_type_register_static() to save some relocations.
2881
2882 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
2883
2884         * gst/interleave/interleave.c: (gst_interleave_pad_get_type),
2885         (gst_interleave_change_state):
2886         Stop GstCollectPads before calling the parent's state change function
2887         when going from PAUSED to READY as we otherwise deadlock.
2888         Fixes bug #536258.
2889
2890 2008-06-03  Wim Taymans  <wim.taymans@collabora.co.uk>
2891
2892         * gst/h264parse/gsth264parse.c: (gst_nal_bs_init),
2893         (gst_h264_parse_sink_setcaps), (gst_h264_parse_chain_forward),
2894         (gst_h264_parse_queue_buffer), (gst_h264_parse_chain_reverse),
2895         (gst_h264_parse_chain):
2896         * gst/h264parse/gsth264parse.h:
2897         Parse codec_data and use the nalu_size_length field to get the NALU
2898         length in packetized h264.
2899         When queueing a packetized buffer in reverse mode, don't unref the
2900         buffer twice.
2901         Avoid accessing the buffer TIMESTAMP field after we pushed it on
2902         the adaptor.
2903
2904 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
2905
2906         * gst/interleave/interleave.c:
2907         (gst_interleave_check_channel_positions),
2908         (gst_interleave_set_channel_positions),
2909         (gst_interleave_class_init):
2910         Use new gst_audio_check_channel_positions() function and register
2911         the GstInterleavePad type from a threadsafe context.
2912
2913 2008-06-02  Michael Smith <msmith@songbirdnest.com>
2914
2915         * configure.ac:
2916           Revert accidental addition in configure.ac. Sorry.
2917
2918 2008-06-02  Michael Smith <msmith@songbirdnest.com>
2919
2920         * configure.ac:
2921         * sys/Makefile.am:
2922         * sys/dshowvideosink/Makefile.am:
2923         * sys/dshowvideosink/README:
2924         * sys/dshowvideosink/dshowvideofakesrc.cpp:
2925         * sys/dshowvideosink/dshowvideofakesrc.h:
2926         * sys/dshowvideosink/dshowvideosink.cpp:
2927         * sys/dshowvideosink/dshowvideosink.h:
2928         Add a new win32 videosink. Uses the DirectShow renderers for
2929         high-performance video rendering on win32.
2930         Currently only supports some YUV formats.
2931         Rank PRIMARY, since it's much more useful for the common cases that the
2932         directdraw sink (which only does RGB).
2933
2934 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
2935
2936         * ext/spc/Makefile.am:
2937           Dist tag.h
2938
2939 2008-06-02  Wim Taymans  <wim.taymans@collabora.co.uk>
2940
2941         * ext/faad/gstfaad.c: (gst_faad_sink_event):
2942         Always drain before activating the new segment.
2943
2944 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
2945
2946         * gst/interleave/interleave.c: (gst_interleave_pad_get_type),
2947         (gst_interleave_finalize), (gst_audio_check_channel_positions),
2948         (gst_interleave_set_channel_positions),
2949         (gst_interleave_class_init), (gst_interleave_init),
2950         (gst_interleave_set_property), (gst_interleave_get_property),
2951         (gst_interleave_request_new_pad), (gst_interleave_release_pad),
2952         (gst_interleave_sink_setcaps), (gst_interleave_src_query_duration),
2953         (gst_interleave_src_query_latency), (gst_interleave_collected):
2954         * gst/interleave/interleave.h:
2955         Allow setting channel positions via a property and allow using the
2956         channel positions on the input as the channel positions of the output.
2957
2958         Fix some broken logic and memory leaks.
2959
2960         * tests/check/Makefile.am:
2961         * tests/check/elements/interleave.c: (src_handoff_float32),
2962         (sink_handoff_float32), (GST_START_TEST), (interleave_suite):
2963         Add unit tests for checking correct handling of channel positions.
2964
2965 2008-06-02  Wim Taymans  <wim.taymans@collabora.co.uk>
2966
2967         * ext/faad/gstfaad.c: (gst_faad_dispose), (clear_queued),
2968         (flush_queued), (gst_faad_drain), (gst_faad_do_raw_seek),
2969         (gst_faad_src_event), (gst_faad_sink_event), (gst_faad_chain),
2970         (gst_faad_change_state):
2971         * ext/faad/gstfaad.h:
2972         Add basic reverse playback support.
2973         Clear decoder state after disconts.
2974         Remove some unused code.
2975         Mark output buffers with a discont after a decoding error.
2976
2977 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
2978
2979         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2980
2981         * gst/mpeg4videoparse/mpeg4videoparse.c:
2982         (gst_mpeg4vparse_handle_vos):
2983         Fix mpeg4videoparse on big endian architectures. Fixes bug #536042.
2984
2985 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2986
2987         * tests/check/elements/mplex.c: (setup_src_pad),
2988         (teardown_src_pad):
2989         Don't use the deprecated gst_element_get_pad().
2990
2991 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2992
2993         * examples/directfb/gstdfb.c: (main):
2994         Don't use the deprecated gst_element_get_pad().
2995
2996 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2997
2998         Based on patch by: <onkarshinde at gmail dot com>
2999
3000         * sys/vcd/vcdsrc.c: (gst_vcdsrc_uri_get_uri),
3001         (gst_vcdsrc_uri_set_uri):
3002         Allow the track to be set by using the uri. Fixes #535043.
3003
3004 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
3005
3006         * gst/interleave/interleave.c: (gst_interleave_src_query_duration),
3007         (gst_interleave_src_query_latency), (gst_interleave_src_query):
3008         Implement latency query.
3009
3010 2008-05-27  Thijs Vermeir  <thijsvermeir@gmail.com>
3011
3012         * gst/mpegvideoparse/mpegvideoparse.c:
3013         Add GST_BUFFER_FLAG_DELTA_UNIT to not I frame buffers
3014
3015 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
3016
3017         * gst/rtpmanager/gstrtpbin.c:
3018         (gst_rtp_bin_propagate_property_to_jitterbuffer),
3019         (gst_rtp_bin_change_state), (new_payload_found),
3020         (new_ssrc_pad_found):
3021         Break out of callbacks when we are shutting down.
3022         Make sure no state changes can happen when we reconfigure.
3023
3024 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
3025
3026         * configure.ac:
3027         Require CVS core and base for new audio clock reset method.
3028
3029         * ext/alsaspdif/alsaspdifsink.c: (alsaspdifsink_change_state):
3030         Reset the audio clock. See #521761.
3031
3032 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3033
3034         * ext/jack/gstjackaudiosink.c:
3035         (gst_jack_audio_sink_allocate_channels):
3036         Include the element name in the port name to avoid duplicate port names.
3037
3038 2008-05-26  Sebastian Dröge  <slomo@circular-chaos.org>
3039
3040         * gst/interleave/deinterleave.c:
3041         Add another example launch line.
3042
3043         * gst/interleave/interleave.c: (interleave_24),
3044         (gst_interleave_finalize), (gst_interleave_base_init),
3045         (gst_interleave_class_init), (gst_interleave_init),
3046         (gst_interleave_request_new_pad), (gst_interleave_release_pad),
3047         (gst_interleave_change_state), (__remove_channels),
3048         (__set_channels), (gst_interleave_sink_getcaps),
3049         (gst_interleave_set_process_function),
3050         (gst_interleave_sink_setcaps), (gst_interleave_sink_event),
3051         (gst_interleave_src_query_duration), (gst_interleave_src_query),
3052         (forward_event_func), (forward_event), (gst_interleave_src_event),
3053         (gst_interleave_collected):
3054         * gst/interleave/interleave.h:
3055         Major rewrite of interleave using GstCollectpads. This new version
3056         also supports almost all raw audio formats and has better caps
3057         negotiation. Fixes bug #506594.
3058
3059         Also update docs and add some more examples.
3060
3061         * tests/check/elements/interleave.c: (interleave_chain_func),
3062         (GST_START_TEST), (src_handoff_float32), (sink_handoff_float32),
3063         (interleave_suite):
3064         Add some more extensive unit tests for interleave.
3065
3066 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3067
3068         * gst/rtpmanager/gstrtpjitterbuffer.c:
3069         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
3070         When checking the seqnum, reset the jitterbuffer if the gap is too big,
3071         we need to do this so that we can better handle a restarted source.
3072         Fix some comments.
3073
3074         * gst/rtpmanager/rtpjitterbuffer.c: (calculate_skew),
3075         (rtp_jitter_buffer_insert):
3076         Tweak the skew resync diff.
3077         Use our working seqnum compare function in -base.
3078         Rework the jitterbuffer insert code to make it clearer and more
3079         performant by only retrieving the seqnum of the input buffer once and by
3080         adding some G_LIKELY compiler hints.
3081         Improve debugging for duplicate packets.
3082
3083         * gst/rtpmanager/rtpsource.c: (rtp_source_process_rtp):
3084         Fix a comment, we don't do skew correction here..
3085
3086 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3087
3088         Patch by: Håvard Graff <havard dot graff at tandberg dot com>
3089
3090         * gst/rtpmanager/gstrtpbin.c:
3091         (gst_rtp_bin_propagate_property_to_jitterbuffer),
3092         (gst_rtp_bin_set_property):
3093         Propagate the do-lost and latency properties to the jitterbuffers when
3094         they are changed on rtpbin.
3095
3096 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3097
3098         * examples/switch/switcher.c: (switch_timer):
3099         * gst/replaygain/gstrgvolume.c: (gst_rg_volume_init):
3100         * gst/rtpmanager/gstrtpclient.c: (create_stream):
3101         * gst/sdp/gstsdpdemux.c: (gst_sdp_demux_stream_configure_udp),
3102         (gst_sdp_demux_stream_configure_udp_sink):
3103         * tests/check/elements/deinterleave.c: (GST_START_TEST),
3104         (pad_added_setup_data_check_float32_8ch_cb):
3105         * tests/check/elements/rganalysis.c: (send_eos_event),
3106         (send_tag_event):
3107         Don't use _gst_pad().
3108
3109 2008-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
3110
3111         * docs/plugins/Makefile.am:
3112         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
3113         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
3114         * docs/plugins/gst-plugins-bad-plugins.args:
3115         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
3116         * docs/plugins/gst-plugins-bad-plugins.interfaces:
3117         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
3118         * docs/plugins/gst-plugins-bad-plugins.signals:
3119         * docs/plugins/inspect/plugin-alsaspdif.xml:
3120         * docs/plugins/inspect/plugin-amrwb.xml:
3121         * docs/plugins/inspect/plugin-app.xml:
3122         * docs/plugins/inspect/plugin-bayer.xml:
3123         * docs/plugins/inspect/plugin-bz2.xml:
3124         * docs/plugins/inspect/plugin-cdaudio.xml:
3125         * docs/plugins/inspect/plugin-cdxaparse.xml:
3126         * docs/plugins/inspect/plugin-dfbvideosink.xml:
3127         * docs/plugins/inspect/plugin-dtsdec.xml:
3128         * docs/plugins/inspect/plugin-dvb.xml:
3129         * docs/plugins/inspect/plugin-dvdspu.xml:
3130         * docs/plugins/inspect/plugin-faac.xml:
3131         * docs/plugins/inspect/plugin-faad.xml:
3132         * docs/plugins/inspect/plugin-fbdevsink.xml:
3133         * docs/plugins/inspect/plugin-festival.xml:
3134         * docs/plugins/inspect/plugin-filter.xml:
3135         * docs/plugins/inspect/plugin-flvdemux.xml:
3136         * docs/plugins/inspect/plugin-freeze.xml:
3137         * docs/plugins/inspect/plugin-gsm.xml:
3138         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
3139         * docs/plugins/inspect/plugin-h264parse.xml:
3140         * docs/plugins/inspect/plugin-interleave.xml:
3141         * docs/plugins/inspect/plugin-jack.xml:
3142         * docs/plugins/inspect/plugin-ladspa.xml:
3143         * docs/plugins/inspect/plugin-metadata.xml:
3144         * docs/plugins/inspect/plugin-mms.xml:
3145         * docs/plugins/inspect/plugin-modplug.xml:
3146         * docs/plugins/inspect/plugin-mpeg2enc.xml:
3147         * docs/plugins/inspect/plugin-mpeg4videoparse.xml:
3148         * docs/plugins/inspect/plugin-mpegtsparse.xml:
3149         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
3150         * docs/plugins/inspect/plugin-musepack.xml:
3151         * docs/plugins/inspect/plugin-musicbrainz.xml:
3152         * docs/plugins/inspect/plugin-mve.xml:
3153         * docs/plugins/inspect/plugin-nas.xml:
3154         * docs/plugins/inspect/plugin-neon.xml:
3155         * docs/plugins/inspect/plugin-nsfdec.xml:
3156         * docs/plugins/inspect/plugin-nuvdemux.xml:
3157         * docs/plugins/inspect/plugin-rawparse.xml:
3158         * docs/plugins/inspect/plugin-real.xml:
3159         * docs/plugins/inspect/plugin-replaygain.xml:
3160         * docs/plugins/inspect/plugin-rfbsrc.xml:
3161         * docs/plugins/inspect/plugin-sdl.xml:
3162         * docs/plugins/inspect/plugin-sdp.xml:
3163         * docs/plugins/inspect/plugin-selector.xml:
3164         * docs/plugins/inspect/plugin-sndfile.xml:
3165         * docs/plugins/inspect/plugin-soundtouch.xml:
3166         * docs/plugins/inspect/plugin-spcdec.xml:
3167         * docs/plugins/inspect/plugin-speed.xml:
3168         * docs/plugins/inspect/plugin-speexresample.xml:
3169         * docs/plugins/inspect/plugin-stereo.xml:
3170         * docs/plugins/inspect/plugin-tta.xml:
3171         * docs/plugins/inspect/plugin-vcdsrc.xml:
3172         * docs/plugins/inspect/plugin-videosignal.xml:
3173         * docs/plugins/inspect/plugin-vmnc.xml:
3174         * docs/plugins/inspect/plugin-wildmidi.xml:
3175         * docs/plugins/inspect/plugin-x264.xml:
3176         * docs/plugins/inspect/plugin-xvid.xml:
3177         * docs/plugins/inspect/plugin-y4menc.xml:
3178         Add interleave/deinterleave to the docs and while at that
3179         run make update in docs/plugins.
3180
3181         * gst/interleave/deinterleave.c:
3182         Add a parapraph about using a queue and audioconvert after the source
3183         pads to the docs.
3184
3185 2008-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
3186
3187         * gst/interleave/deinterleave.c: (gst_deinterleave_base_init),
3188         (gst_deinterleave_class_init), (gst_deinterleave_init),
3189         (gst_deinterleave_add_new_pads), (gst_deinterleave_sink_getcaps):
3190         * gst/interleave/deinterleave.h:
3191         Don't set a getcaps() function on the src pads as it's not required
3192         and the default getcaps() function returns the correct results for
3193         our src pads.
3194
3195         Complete documentation and add myself to the authors of the element.
3196
3197 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
3198
3199         * tests/icles/.cvsignore:
3200         * tests/icles/Makefile.am:
3201         * tests/icles/test-oss4.c: (opt_show_mixer_messages), (WAIT_TIME),
3202           (show_mixer_messages), (probe_mixer_tracks), (probe_pad),
3203           (probe_details), (probe_element), (main):
3204           Small oss4 test that probes for available devices and retrieves
3205           their caps and mixer tracks and all that. Also allows testing of
3206           mixer change messages on the bus.
3207
3208 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
3209
3210         * sys/oss4/oss4-mixer.c: (gst_oss4_mixer_open):
3211         * sys/oss4/oss4-property-probe.c:
3212           (gst_oss4_property_probe_find_device_name),
3213           (gst_oss4_property_probe_find_device_name_nofd):
3214         * sys/oss4/oss4-property-probe.h:
3215         * sys/oss4/oss4-sink.c: (gst_oss4_sink_get_property):
3216         * sys/oss4/oss4-source.c: (gst_oss4_source_get_property):
3217           Make device-name probing in NULL state work better (e.g. for the
3218           gnome-control-center sound capplet).
3219
3220 2008-05-22  Wim Taymans  <wim.taymans@collabora.co.uk>
3221
3222         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3223
3224         * gst/mpeg4videoparse/mpeg4videoparse.c: (gst_mpeg4vparse_push),
3225         (gst_mpeg4vparse_drain), (gst_mpeg4vparse_chain),
3226         (gst_mpeg4vparse_change_state):
3227         Move some code around to integrate the startcode searching with the
3228         other bits of parsing, avoid a whole bunch of peeks.
3229         Get rid of invalid data that should not happen according to the specs.
3230         Fixes #533559.
3231
3232 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
3233
3234         Patch by: Bastien Nocera <hadess at hadess dot net>
3235
3236         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_class_init),
3237         (gst_mythtv_src_init), (gst_mythtv_src_clear),
3238         (do_read_request_response), (gst_mythtv_src_create),
3239         (gst_mythtv_src_start):
3240         Correctly set duration to get a more correct seek bar in totem.
3241
3242         Disable query and event functions as they don't work and do some
3243         smaller cleanup.
3244
3245         Fixes bug #533736.
3246
3247 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
3248
3249         Patch by: Brian Koropoff <brianhk at cs dot washington dot edu>
3250
3251         * ext/spc/Makefile.am:
3252         * ext/spc/gstspc.c: (gst_spc_dec_class_init),
3253         (gst_spc_dec_src_query_type), (gst_spc_dec_init),
3254         (gst_spc_dec_dispose), (gst_spc_dec_sink_event),
3255         (gst_spc_duration), (gst_spc_fadeout), (gst_spc_dec_src_event),
3256         (gst_spc_dec_src_query), (spc_play), (spc_setup):
3257         * ext/spc/gstspc.h:
3258         * ext/spc/tag.c: (spc_tag_is_extended), (spc_tag_is_text_format),
3259         (spc_tag_is_present), (spc_tag_unpack_date), (spc_tag_clear),
3260         (spc_tag_get_info), (spc_tag_free):
3261         * ext/spc/tag.h:
3262         Add support for some essential features like seeking, reading song
3263         duration and extended tags. Fixes bug #454151.
3264
3265 2008-05-19  Sebastian Dröge  <slomo@circular-chaos.org>
3266
3267         * tests/check/elements/deinterleave.c: (GST_START_TEST):
3268         Set keep-positions property to TRUE for the 8 channel test to ensure
3269         that the original channel position is set on the output.
3270
3271 2008-05-19  Sebastian Dröge  <slomo@circular-chaos.org>
3272
3273         * gst/interleave/deinterleave.c: (gst_deinterleave_class_init),
3274         (gst_deinterleave_init), (gst_deinterleave_add_new_pads),
3275         (gst_deinterleave_set_pads_caps), (gst_deinterleave_set_property),
3276         (gst_deinterleave_get_property):
3277         * gst/interleave/deinterleave.h:
3278         Add a property to select whether channel positions should be kept on
3279         the mono output buffers or should be dropped.
3280
3281 2008-05-18  Jan Schmidt  <jan.schmidt@sun.com>
3282
3283         * docs/Makefile.am:
3284         Oops - fix the spelling of the variable I added.
3285
3286 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
3287
3288         * gst/interleave/deinterleave.c: (gst_deinterleave_finalize),
3289         (gst_deinterleave_init), (gst_deinterleave_sink_event),
3290         (gst_deinterleave_process), (gst_deinterleave_sink_activate_push):
3291         * gst/interleave/deinterleave.h:
3292         Queue events until src pads were added and they can be sent. Otherwise
3293         downstream will never get the first newsegment event.
3294
3295 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
3296
3297         * gst/interleave/deinterleave.c: (gst_deinterleave_sink_setcaps),
3298         (gst_deinterleave_getcaps):
3299         Always set the channel positions when gst_audio_get_channel_positions()
3300         returns something, even if they're not set in the caps. This makes
3301         sure that the output channels can be interleaved again correctly
3302         in the mono/stereo cases too.
3303
3304         Don't ask for the peercaps of the current pad in getcaps() as this
3305         might call getcaps() again and deadlock.
3306
3307 2008-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
3308
3309         * ext/timidity/gstwildmidi.c: (wildmidi_open_config):
3310         Check some more common locations for a valid configuration file.
3311         Fixes bug #533435. Packagers should still #define WILDMIDI_CFG
3312         to the distributions default location.
3313
3314 2008-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
3315
3316         * gst/interleave/Makefile.am:
3317         * gst/interleave/deinterleave.c: (deinterleave_24),
3318         (gst_deinterleave_finalize), (gst_deinterleave_base_init),
3319         (gst_deinterleave_class_init), (gst_deinterleave_init),
3320         (gst_deinterleave_add_new_pads), (gst_deinterleave_set_pads_caps),
3321         (gst_deinterleave_set_process_function),
3322         (gst_deinterleave_sink_setcaps), (__remove_channels),
3323         (__set_channels), (gst_deinterleave_getcaps),
3324         (gst_deinterleave_process), (gst_deinterleave_chain),
3325         (gst_deinterleave_sink_activate_push):
3326         * gst/interleave/deinterleave.h:
3327         Add support for all raw audio formats and provide better negotiation
3328         if the caps are changing.
3329
3330         Don't allow changes of the channel positions and set the position of
3331         the corresponding channel on the src pad caps.
3332
3333         General cleanup and smaller bugfixes.
3334
3335         * tests/check/elements/deinterleave.c: (float_buffer_check_probe):
3336         Check the channel positions on the output buffer caps.
3337
3338 2008-05-16  Jan Schmidt  <jan.schmidt@sun.com>
3339
3340         * docs/Makefile.am:
3341         Don't attempt to build plugin docs when they're disabled.
3342
3343         * gst/bayer/Makefile.am:
3344         Add libgstvideo to the link.
3345
3346         * gst/rtpmanager/Makefile.am:
3347         Fix link order, and move LIBS things to _LIBS
3348
3349 2008-05-16  Jan Schmidt  <jan.schmidt@sun.com>
3350
3351         * docs/plugins/gst-plugins-bad-plugins.types:
3352         Remove bogus attempt to pull 'metadata' plugin's base
3353         class into the docs.
3354
3355 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3356
3357         * gst/rtpmanager/gstrtpjitterbuffer.c:
3358         (gst_rtp_jitter_buffer_chain):
3359         Simply drop bad RTP packets with a warning instead of just posting an
3360         error and stopping. This is a perfectly recoverable event and we don't
3361         force people to use an rtpbin to filter out bad packets first.
3362
3363 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3364
3365         * gst/mpeg4videoparse/mpeg4videoparse.c: (gst_mpeg4vparse_init):
3366         Set fixed caps on the srcpad after we created the pad...
3367
3368 2008-05-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
3369
3370         * tests/check/Makefile.am:
3371           Remove deinterleave test from VALGRIND_TO_FIX again now that
3372           there are suppressions in gst.supp which make this work for me.
3373
3374 2008-05-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
3375
3376         * tests/check/Makefile.am:
3377           Add deinterleave unit test to VALGRIND_TO_FIX, since it causes
3378           weird invalid free errors in valgrind/libc after _exit for some
3379           reason.
3380
3381         * tests/check/elements/deinterleave.c: (pads_created),
3382           (set_channel_positions), (src_handoff_float32_8ch),
3383           (float_buffer_check_probe),
3384           (pad_added_setup_data_check_float32_8ch_cb),
3385           (make_fake_src_8chans_float32), (GST_START_TEST),
3386           (deinterleave_suite):
3387           Add some more deinterleave unit test bits I had locally.
3388
3389 2008-05-14  Sebastian Dröge  <slomo@circular-chaos.org>
3390
3391         * gst/interleave/Makefile.am:
3392         * gst/interleave/deinterleave.h:
3393         * gst/interleave/interleave.h:
3394         * gst/interleave/plugin.h:
3395         Split definitions into separate header files for better documentation
3396         generation.
3397         
3398         * gst/interleave/deinterleave.c: (gst_deinterleave_base_init),
3399         (gst_deinterleave_class_init), (gst_deinterleave_sink_setcaps),
3400         (gst_deinterleave_process):
3401         Don't use alloca, allow caps changes as long as the number of channels
3402         does not change, don't use g_warning, return NOT_NEGOTIATED as early
3403         as possible and some other cleanup.
3404
3405         * gst/interleave/interleave.c: (gst_interleave_base_init),
3406         (gst_interleave_class_init):
3407         Do some random cleanup.
3408
3409         * tests/check/Makefile.am:
3410         * tests/check/elements/deinterleave.c: (GST_START_TEST),
3411         (deinterleave_chain_func), (deinterleave_pad_added),
3412         (deinterleave_suite):
3413         Add unit tests for the deinterleave element.
3414
3415 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3416
3417         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3418
3419         * gst/mpeg4videoparse/mpeg4videoparse.c:
3420         (gst_mpeg4vparse_set_new_caps), (gst_mpeg4vparse_align),
3421         (get_bits), (next_start_code), (gst_mpeg4vparse_handle_vos),
3422         (gst_mpeg4vparse_push), (gst_mpeg4vparse_drain),
3423         (gst_mpeg4vparse_chain), (gst_mpeg4vparse_sink_setcaps),
3424         (gst_mpeg4vparse_sink_event), (gst_mpeg4vparse_src_query),
3425         (gst_mpeg4vparse_set_property), (gst_mpeg4vparse_get_property),
3426         (gst_mpeg4vparse_class_init), (gst_mpeg4vparse_init):
3427         * gst/mpeg4videoparse/mpeg4videoparse.h:
3428         Parse the config data (either outbound or in the stream) to set   
3429         width/height, apect ration, framerate in the caps if applicable.
3430         Mark frames as GST_BUFFER_FLAG_DELTA_UNIT when they are not
3431         intra frames
3432         Set the timestamps of outgoing buffers to the buffer in
3433         which the VOP header was found.
3434         Drop incoming data untill configuration is found (by default,
3435         configurable using a property).
3436         Report a 1 frame latency. Fixes #532723.
3437
3438 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3439
3440         * gst/real/gstrealvideodec.c: (open_library):
3441         Add some debug for where we are searching for libraries.
3442
3443 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3444
3445         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_class_init):
3446         Actually add the do-lost property to the object.
3447
3448 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
3449
3450         * gst/rtpmanager/gstrtpjitterbuffer.c:
3451         (gst_rtp_jitter_buffer_loop):
3452         Avoid waiting for a negative (huge) duration when the last packet has a
3453         lower timestamp than the current packet.
3454
3455 2008-05-12  Peter Kjellerstedt  <pkj@axis.com>
3456
3457         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_query_send_rtcp_src):
3458         Make sure to unref the rtpsession returned by gst_pad_get_parent() to
3459         prevent a memory leak.
3460
3461
3462 2008-05-12  Jan Schmidt  <Jan.Schmidt@sun.com>
3463
3464         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
3465         Quieten some docs output
3466
3467 2008-05-12  Jan Schmidt  <Jan.Schmidt@sun.com>
3468
3469         * gst/rtpmanager/gstrtpjitterbuffer.c:
3470         (gst_rtp_jitter_buffer_loop):
3471         Initialise with GST_CLOCK_TIME_NONE to avoid compiler warning.
3472
3473 2008-05-11  Jan Schmidt  <jan.schmidt@sun.com>
3474
3475         * docs/plugins/Makefile.am:
3476         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
3477         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
3478         * docs/plugins/inspect/plugin-gstinterlace.xml:
3479         * gst/deinterlace/gstdeinterlace.c:
3480         * gst/deinterlace/gstdeinterlace.h:
3481         Random doc of the day: the deinterlace element.
3482
3483 2008-05-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3484
3485         * gst/mpegtsparse/mpegtspacketizer.c:
3486         * gst/mpegtsparse/mpegtsparse.c:
3487         Make sure all schedule EIT and non-actual transport stream
3488         EITs are parsed. Also add present-following flag and
3489         actual-transport-stream flag to eit bus message.
3490
3491 2008-05-09  Peter Kjellerstedt  <pkj@axis.com>
3492
3493         * gst/rtpmanager/rtpsource.c: (rtp_source_finalize):
3494         Make sure to unref the caps used by RTPSource to prevent a memory leak.
3495
3496 2008-05-08  Tim-Philipp Müller  <tim.muller at collabora co uk>
3497
3498         Based on patch by: Clive Wright <clive_wright ntlworld com>
3499
3500         * sys/oss4/oss4-mixer-slider.c: (gst_oss4_mixer_slider_unpack_volume):
3501           Apparently mono sliders have the mono value repeated in the upper bits,
3502           so mask those out when reading them. Probably makes the mixer applet
3503           work properly in some more cases.
3504
3505 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
3506
3507         Patch by: Olivier Crete <tester at tester dot ca>
3508
3509         * gst/rtpmanager/rtpsession.c: (source_clock_rate),
3510         (rtp_session_process_bye), (rtp_session_send_bye_locked):
3511         Unlock the session lock when calling one of our callbacks. 
3512         Fixes #532011.
3513
3514 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
3515
3516         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3517
3518         * gst/rtpmanager/gstrtpsession.c:
3519         (gst_rtp_session_event_send_rtp_sink):
3520         Send RTP BYE command on EOS. Fixes bug #531955.
3521
3522 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
3523
3524         * win32/common/config.h.in:
3525           Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather
3526           use the real thing than having "???" unconditionally.
3527
3528 2008-05-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3529
3530         * gst-libs/gst/app/.cvsignore:
3531         * gst-libs/gst/app/Makefile.am:
3532         * gst-libs/gst/app/gstapp-marshal.list:
3533         Add marshal.list, make it compile and add to cvsignore.
3534
3535         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_dispose),
3536         (gst_app_sink_stop):
3537         Small cleanups.
3538
3539         * gst-libs/gst/app/gstappsrc.c: (gst_app_src_class_init),
3540         (gst_app_src_init), (gst_app_src_set_property),
3541         (gst_app_src_get_property), (gst_app_src_unlock),
3542         (gst_app_src_unlock_stop), (gst_app_src_start), (gst_app_src_stop),
3543         (gst_app_src_create), (gst_app_src_set_caps),
3544         (gst_app_src_get_caps), (gst_app_src_set_size),
3545         (gst_app_src_get_size), (gst_app_src_set_seekable),
3546         (gst_app_src_get_seekable), (gst_app_src_set_max_buffers),
3547         (gst_app_src_get_max_buffers), (gst_app_src_push_buffer),
3548         (gst_app_src_end_of_stream):
3549         * gst-libs/gst/app/gstappsrc.h:
3550         Beat appsrc in shape, add signals and actions.
3551         Add some docs.
3552         Add properties for caps, size, seekability and max-buffers.
3553         Fix unlock/stop code.
3554
3555 2008-05-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
3556
3557         * configure.ac:
3558           Error out if we don't have the required versions of core/base.
3559
3560 2008-05-05  Wim Taymans  <wim.taymans@collabora.co.uk>
3561
3562         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_class_init),
3563         (gst_app_sink_init), (gst_app_sink_set_property),
3564         (gst_app_sink_get_property), (gst_app_sink_unlock_start),
3565         (gst_app_sink_unlock_stop), (gst_app_sink_flush_unlocked),
3566         (gst_app_sink_start), (gst_app_sink_stop), (gst_app_sink_event),
3567         (gst_app_sink_preroll), (gst_app_sink_render),
3568         (gst_app_sink_set_caps), (gst_app_sink_set_drop),
3569         (gst_app_sink_get_drop):
3570         * gst-libs/gst/app/gstappsink.h:
3571         Start some docs.
3572         Add property to drop buffers when the queue is filled
3573         Fix unlocking and flushing when the queues are filled.
3574
3575 2008-04-29  Sebastian Dröge  <slomo@circular-chaos.org>
3576
3577         Patch by: Jens Granseuer <jensgr at gmx dot net>
3578
3579         * gst/subenc/gstsrtenc.c: (gst_srt_enc_timestamp_to_string):
3580         Declare variables at the beginning of blocks. Fixes compilation with
3581         gcc 2.x and other compilers. Fixes bug #530611.
3582
3583 2008-04-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3584
3585         * gst/mpegtsparse/mpegtspacketizer.c:
3586         * gst/mpegtsparse/mpegtspacketizer.h:
3587         * gst/mpegtsparse/mpegtsparse.c:
3588         Detect SI pids (NIT, SDT, EIT etc.) based on table id and not
3589         by pid number. This allows for example the EPG data from UK's
3590         freesat to be picked up.
3591
3592 2008-04-26  Sebastian Dröge  <slomo@circular-chaos.org>
3593
3594         * ext/mpeg2enc/gstmpeg2enc.cc:
3595         * ext/soundtouch/gstbpmdetect.cc:
3596         Cast NULL sentinels to void * as NULL is defined as an integer
3597         constant in most environments when using C++ and it's size might
3598         be different from a pointer.
3599
3600 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3601
3602         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_class_init),
3603         (gst_app_sink_init), (gst_app_sink_set_property),
3604         (gst_app_sink_get_property), (gst_app_sink_event),
3605         (gst_app_sink_preroll), (gst_app_sink_render),
3606         (gst_app_sink_set_emit_signals), (gst_app_sink_get_emit_signals),
3607         (gst_app_sink_set_max_buffers), (gst_app_sink_get_max_buffers),
3608         (gst_app_sink_pull_buffer):
3609         * gst-libs/gst/app/gstappsink.h:
3610         Add more docs.
3611         Add signals for when preroll and render buffers are available.
3612         Add property to control signal emission.
3613         Add property to control the max queue size.
3614
3615 2008-04-25  Michael Smith <msmith@songbirdnest.com>
3616
3617         * gst-libs/gst/dshow/Makefile.am:
3618           Use CXXFLAGS rather than CFLAGS; these are C++ files.
3619           Define required constants appropriately.
3620         * sys/dshowdecwrapper/Makefile.am:
3621           Add required include dir, libraries.
3622           Define required constants appropriately.
3623
3624 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3625
3626         * gst/rtpmanager/gstrtpbin.c: (create_stream), (gst_rtp_bin_init),
3627         (gst_rtp_bin_set_property), (gst_rtp_bin_get_property):
3628         * gst/rtpmanager/gstrtpbin.h:
3629         Expose new jitterbuffer property in rtpbin too.
3630
3631 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3632
3633         * gst/rtpmanager/gstrtpjitterbuffer.c:
3634         (gst_rtp_jitter_buffer_class_init), (gst_rtp_jitter_buffer_init),
3635         (gst_rtp_jitter_buffer_loop), (gst_rtp_jitter_buffer_set_property),
3636         (gst_rtp_jitter_buffer_get_property):
3637         Disable sending out rtp packet lost events by default and make a
3638         property to enabe it. We will likely enable it by default when the base
3639         depayloaders have a default handler for them so that we don't send these
3640         events all through the pipeline for now.
3641
3642 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3643
3644         * gst/rtpmanager/gstrtpjitterbuffer.c:
3645         (gst_rtp_jitter_buffer_init), (gst_rtp_jitter_buffer_flush_stop),
3646         (gst_rtp_jitter_buffer_src_event), (gst_rtp_jitter_buffer_chain),
3647         (gst_rtp_jitter_buffer_loop):
3648         Remove private version of a function that is in -base now.
3649         Add src event handler.
3650         Rework the jitterbuffer pushing loop so that it can quickly react to
3651         lost packets and instruct the depayloader of them. This can then be used
3652         to implement error concealment data.
3653
3654 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3655
3656         * gst/rtpmanager/gstrtpsession.c:
3657         (gst_rtp_session_query_send_rtcp_src), (create_recv_rtcp_sink),
3658         (create_send_rtcp_src):
3659         Set up some internal links functions for the RTCP and sync pads because
3660         the defaults are really not correct.
3661         Implement a query handler for the RTCP src pad, mostly to correctly
3662         report about the latency.
3663
3664 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3665
3666         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_associate),
3667         (gst_rtp_bin_sync_chain):
3668         * gst/rtpmanager/rtpsession.c: (update_arrival_stats),
3669         (rtp_session_process_sr), (rtp_session_on_timeout):
3670         * gst/rtpmanager/rtpsource.c: (rtp_source_init),
3671         (calculate_jitter):
3672         * gst/rtpmanager/rtpsource.h:
3673         * gst/rtpmanager/rtpstats.h:
3674         Also keep track of the first buffer timestamp together with the first
3675         RTP timestamp as they both are needed to construct the timing of
3676         outgoing packets in the jitterbuffer and are therefore also needed to
3677         manage lip-sync. This fixes lip-sync if the first RTP packets arrive
3678         with a wildly different gap.
3679
3680 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3681
3682         * gst/flv/gstflvdemux.c: (gst_flv_demux_query):
3683         Forward unknown queries upstream instead of returning FALSE on them.
3684
3685 2008-04-25  Sebastian Dröge  <slomo@circular-chaos.org>
3686
3687         * configure.ac:
3688         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_base_init),
3689         (gst_musepackdec_init), (gst_musepackdec_dispose),
3690         (gst_musepackdec_handle_seek_event), (gst_musepack_stream_init),
3691         (gst_musepackdec_loop), (plugin_init):
3692         * ext/musepack/gstmusepackdec.h:
3693         * ext/musepack/gstmusepackreader.c:
3694         * ext/musepack/gstmusepackreader.h:
3695         Add support for the new libmpcdec API which magically gets us support
3696         for SV8 files. Also do some random cleanup. Fixes bug #526905.
3697
3698 2008-04-24  Jan Schmidt  <jan.schmidt@sun.com>
3699
3700         * configure.ac:
3701         Back to development -> 0.10.7.1
3702
3703 === release 0.10.7 ===
3704
3705 2008-04-24  Jan Schmidt <jan.schmidt@sun.com>
3706
3707         * configure.ac:
3708           releasing 0.10.7, "House of Cards"
3709
3710 2008-04-22  Stefan Kost  <ensonic@users.sf.net>
3711
3712         * ext/faad/gstfaad.c:
3713           Don't leak GstAudioChannelPosition. Fixes #529378.
3714
3715 2008-04-22  Wim Taymans  <wim.taymans@collabora.co.uk>
3716
3717         * gst/sdp/gstsdpdemux.c: (request_pt_map):
3718         Ref caps, see #528245.
3719
3720 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
3721
3722         * configure.ac:
3723         0.10.6.4 pre-release
3724
3725 2008-04-21  Sebastian Dröge  <slomo@circular-chaos.org>
3726
3727         * tests/check/elements/rganalysis.c: (GST_START_TEST):
3728         Don't leak a tag list. Fixes bug #529285.
3729
3730 2008-04-21  Sebastian Dröge  <slomo@circular-chaos.org>
3731
3732         * tests/check/elements/ofa.c: (bus_handler):
3733         Don't leak the tags string and tag list. Fixes bug #529283.
3734
3735 2008-04-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3736
3737         Patch by: Olivier Crete <tester at tester dot ca>
3738
3739         * gst/rtpmanager/gstrtpbin.c: (create_session), (get_pt_map),
3740         (new_ssrc_pad_found):
3741         Ref caps when inserting into the cache.
3742         Don't leak pads.
3743
3744         * gst/rtpmanager/gstrtpjitterbuffer.c:
3745         (gst_rtp_jitter_buffer_get_clock_rate),
3746         (gst_rtp_jitter_buffer_query):
3747         Avoid a caps leak.
3748         Don't leak refcount in query.
3749
3750         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_get_caps),
3751         (gst_rtp_pt_demux_chain):
3752         Avoid caps leaks.
3753
3754         * gst/rtpmanager/gstrtpsession.c: (source_get_sdes_structure),
3755         (gst_rtp_session_init), (return_true),
3756         (gst_rtp_session_clear_pt_map), (gst_rtp_session_cache_caps),
3757         (gst_rtp_session_clock_rate):
3758         Ref caps when inserting into the cache.
3759         Fix some more caps leaks. Fixes #528245.
3760
3761 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
3762
3763         * tests/icles/metadata_editor.c:
3764           Add cast to placate gcc 4.1.2.
3765
3766 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
3767
3768         * configure.ac:
3769         0.10.6.3 pre-release
3770
3771 2008-04-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3772
3773         * sys/dvb/gstdvbsrc.c:
3774         Revert patch that added a loop timeout.
3775         Fixes #528614.
3776
3777 2008-04-17  Wim Taymans  <wim.taymans@collabora.co.uk>
3778
3779         * gst/rtpmanager/gstrtpbin.c: (get_pt_map), (free_client),
3780         (gst_rtp_bin_associate), (gst_rtp_bin_get_free_pad_name):
3781         * gst/rtpmanager/gstrtpjitterbuffer.c:
3782         (gst_rtp_jitter_buffer_get_clock_rate):
3783         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_get_caps):
3784         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_clock_rate):
3785         Unset GValues after g_signal_emitv so that we avoid a refcount leak.
3786         Don't leak a padname.
3787         Don't leak client streams list.
3788         Lock rtpbin when associating streams. Fixes #528245.
3789
3790 2008-04-16  Sebastian Dröge  <slomo@circular-chaos.org>
3791
3792         * tests/check/Makefile.am:
3793         Don't inlcude dc1394src in the generic/states test as it requires
3794         special hardware. Fixes bug #528011.
3795
3796 2008-04-16  Sebastian Dröge  <slomo@circular-chaos.org>
3797
3798         * tests/check/elements/ofa.c: (bus_handler), (GST_START_TEST):
3799         Only check if the generated fingerprints are valid Base64. The
3800         fingerprints are different when running on different architectures
3801         which is a) no problem because the fingerprints are tolerant enough
3802         and b) is caused by libofa. Fixes bug #528266.
3803
3804 2008-04-16  Sebastian Dröge  <slomo@circular-chaos.org>
3805
3806         * ext/timidity/Makefile.am:
3807         Dist all source files, no matter if only timidity or wildmidi or
3808         nothing is found by configure. Fixes bug #528000.
3809
3810 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
3811
3812         * gst-plugins-bad.spec.in:
3813           Remove souphttpsrc plugin from spec files, it's moved to -good.
3814
3815 2008-04-14  Jan Schmidt  <jan.schmidt@sun.com>
3816
3817         * tests/check/Makefile.am:
3818         Remove soup test certificates from the dist.
3819
3820 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
3821
3822         * ext/dirac/gstdiracenc.cc:
3823         Fix compilation by casting string constants.
3824
3825         * sys/Makefile.am:
3826         Fix WININET_DIR variable reference.
3827
3828 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
3829
3830         * configure.ac:
3831         * docs/plugins/Makefile.am:
3832         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
3833         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
3834         * docs/plugins/gst-plugins-bad-plugins.args:
3835         * docs/plugins/inspect/plugin-soup.xml:
3836         * ext/Makefile.am:
3837         * ext/soup/Makefile.am:
3838         * ext/soup/gstsouphttpsrc.c:
3839         * ext/soup/gstsouphttpsrc.h:
3840         * tests/check/Makefile.am:
3841         * tests/check/elements/souphttpsrc.c:
3842         * tests/check/test-cert.pem:
3843         * tests/check/test-key.pem:
3844
3845         Remove soup plugin that's moved to -good (#523124)
3846
3847 2008-04-12  Tim-Philipp Müller  <tim at centricular dot net>
3848
3849         * gst/flv/gstflvparse.c: (gst_flv_parse_metadata_item),
3850           (gst_flv_parse_tag_script):
3851           Handle NULL returns from FLV_GET_STRING() more gracefully. Fixes
3852           crash caused by a strlen on a NULL string (#527622).
3853
3854 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
3855
3856         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
3857
3858         * sys/dshowsrcwrapper/gstdshowvideosrc.c: (PROP_DEVICE_NAME),
3859           (gst_dshowvideosrc_class_init), (gst_dshowvideosrc_init),
3860           (gst_dshowvideosrc_dispose), (gst_dshowvideosrc_stop),
3861           (gst_dshowvideosrc_unlock), (gst_dshowvideosrc_unlock_stop),
3862           (gst_dshowvideosrc_create), (gst_dshowvideosrc_push_buffer):
3863         * sys/dshowsrcwrapper/gstdshowvideosrc.h:
3864           Don't increase latency by queuing buffers in an async queue when
3865           the streaming thread can't keep up or isn't scheduled often
3866           enough for some other reason, but just drop the previous buffer
3867           in that case. Also implement GstBaseSrc::unlock for faster
3868           unlocking when shutting down. (#520892).
3869
3870 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
3871
3872         * tests/icles/metadata_editor.c: (ENC_UNKNOWN), (last_pixbuf),
3873           (draw_pixbuf), (change_tag_list), (update_draw_pixbuf),
3874           (ui_drawing_size_allocate_cb), (on_drawingMain_expose_event),
3875           (on_buttonSaveFile_clicked), (ui_create), (me_gst_bus_callback_view),
3876           (me_gst_setup_view_pipeline), (process_file):
3877         * tests/icles/metadata_editor.glade:
3878           Remove GstXOverlay stuff and use gdkpixbufsink plus some rather crude
3879           drawing/scaling logic to make this compile and work on all platforms.
3880           Fixes #518227.
3881
3882 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
3883
3884         * configure.ac:
3885           Bump core/base requirements to released versions to avoid
3886           confusion.
3887
3888         * gst/deinterlace/gstdeinterlace.c: (deinterlace_debug),
3889           (GST_CAT_DEFAULT), (gst_deinterlace_base_init),
3890           (gst_deinterlace_set_caps), (plugin_init):
3891           Add debug category, use _set_element_details_simple and
3892           remove special code path for Y42B to calculate offsets and
3893           strides; libgstvideo knows how to handle this format now.
3894
3895 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
3896
3897         * gst/cdxaparse/Makefile.am:
3898         * gst/cdxaparse/gstcdxaparse.c:
3899         * gst/cdxaparse/gstcdxastrip.c:
3900         * gst/cdxaparse/gstcdxastrip.h:
3901         * gst/cdxaparse/gstvcdparse.c:
3902         * gst/cdxaparse/gstvcdparse.h:
3903           Port VCD parser (formerly cdxastrip) from 0.8 to 0.10. Doesn't do
3904           anything the 0.8 version didn't do though.
3905
3906 2008-04-11  Julien Moutte  <julien@fluendo.com>
3907
3908         * sys/oss4/oss4-mixer-enum.c:
3909         (gst_oss4_mixer_enum_get_values_locked):
3910         * sys/oss4/oss4-source.c: (gst_oss4_source_delay): Fix arguments
3911         format in debug statements.
3912
3913 2008-04-10  Tim-Philipp Müller  <tim at centricular dot net>
3914
3915         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
3916
3917         * configure.ac:
3918         * sys/Makefile.am:
3919         * sys/wininet/Makefile.am:
3920         * sys/wininet/gstwininetsrc.c:
3921         * sys/wininet/gstwininetsrc.h:
3922           Add wininetsrc for basic http/ftp support on windows (#520897).
3923
3924 2008-04-10  Tim-Philipp Müller  <tim at centricular dot net>
3925
3926         * gst/nsf/nsf.h:
3927           Change prototype of process function here too to avoid
3928           'incompatible assignment' warnings.
3929
3930 2008-04-10  Sebastian Dröge  <slomo@circular-chaos.org>
3931
3932         * tests/check/elements/souphttpsrc.c: (got_buffer),
3933         (souphttpsrc_suite):
3934         Increase the timeout for the internet tests to 250 seconds
3935         and check for NULL caps instead of just crashing.
3936         The real fix would be to implement an shoutcast server for the unit test
3937         instead of relying on a working internet connection.
3938         Fixes bug #521749.
3939
3940 2008-04-10  Peter Kjellerstedt  <pkj@axis.com>
3941
3942         * gst/rtpmanager/gstrtpbin.c: (free_session):
3943         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_finalize):
3944         Avoid leaking pads in the RTP manager.
3945
3946 2008-04-09  Jan Schmidt  <Jan.Schmidt@sun.com>
3947
3948         * gst/nsf/nes_apu.c: (apu_process):
3949         * gst/nsf/nes_apu.h:
3950         Don't do void pointer arithmetic - it's a gcc extension.
3951
3952 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
3953
3954         * ext/jack/gstjackaudiosink.c: (gst_jack_audio_sink_class_init):
3955           Work around missing bits of thread-safety on older GLibs some
3956           more to avoid assertions when starting up multiple playbin
3957           objects concurrently (see #512382).
3958
3959 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
3960
3961         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3962
3963         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_response_cb):
3964         Only ignore actual redirects not all responses when in state
3965         GST_SOUP_HTTP_SRC_SESSION_IO_STATUS_RUNNING. Fixes bug #526337.
3966
3967 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
3968
3969         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
3970
3971         * configure.ac:
3972         Actually build dlls when cross-compiling with mingw32.
3973         Fixes bug #526247.
3974
3975 2008-04-05  Sebastian Dröge  <slomo@circular-chaos.org>
3976
3977         * tests/check/elements/ofa.c: (GST_START_TEST):
3978         Also check that we have processed at least 135 seconds of audio
3979         until we stop and calculated a fingerprint.
3980
3981 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
3982
3983         * gst/subenc/gstsrtenc.c:
3984         * gst/subenc/gstsrtenc.h:
3985           GstSrtenc => GstSrtEnc and gst_srtenc_ => gst_srt_enc_.
3986
3987 2008-04-04  Sebastian Dröge  <slomo@circular-chaos.org>
3988
3989         * tests/check/Makefile.am:
3990         * tests/check/elements/.cvsignore:
3991         * tests/check/elements/ofa.c: (bus_handler), (GST_START_TEST),
3992         (ofa_suite), (main):
3993         Add simple unit tests for the OFA plugin.
3994
3995 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
3996
3997         * configure.ac:
3998         * sys/Makefile.am:
3999         * sys/oss4/Makefile.am:
4000         * sys/oss4/oss4-audio.c:
4001         * sys/oss4/oss4-audio.h:
4002         * sys/oss4/oss4-mixer-enum.c:
4003         * sys/oss4/oss4-mixer-enum.h:
4004         * sys/oss4/oss4-mixer-slider.c:
4005         * sys/oss4/oss4-mixer-slider.h:
4006         * sys/oss4/oss4-mixer-switch.c:
4007         * sys/oss4/oss4-mixer-switch.h:
4008         * sys/oss4/oss4-mixer.c:
4009         * sys/oss4/oss4-mixer.h:
4010         * sys/oss4/oss4-property-probe.c:
4011         * sys/oss4/oss4-property-probe.h:
4012         * sys/oss4/oss4-sink.c:
4013         * sys/oss4/oss4-sink.h:
4014         * sys/oss4/oss4-soundcard.h:
4015         * sys/oss4/oss4-source.c:
4016         * sys/oss4/oss4-source.h:
4017           Add initial support for OSSv4. Mixer still needs a bit more love,
4018           but even magic has its limits.
4019
4020 2008-04-01  Tim-Philipp Müller  <tim at centricular dot net>
4021
4022         * configure.ac:
4023         * gst-plugins-bad.spec.in:
4024         * gst/srtenc/Makefile.am:
4025         * gst/srtenc/gstsrtenc.c:
4026         * gst/srtenc/gstsrtenc.h:
4027         * gst/subenc/Makefile.am:
4028         * gst/subenc/gstsrtenc.c: (plugin_init):
4029           Rename new srtenc plugin to subenc.
4030
4031 2008-04-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4032
4033         * gst/mpegtsparse/mpegtspacketizer.c:
4034         Cable delivery subsystem descriptors' frequency's bcd
4035         is measured in 100Hz units so adjust multiplier accordingly.
4036
4037 2008-04-01  Thijs Vermeir  <thijsvermeir@gmail.com>
4038
4039         * configure.ac:
4040         * gst/srtenc/Makefile.am:
4041         * gst/srtenc/gstsrtenc.c:
4042         * gst/srtenc/gstsrtenc.h:
4043         Add srt subtitle encoder
4044
4045 2008-03-31  Wim Taymans  <wim.taymans@collabora.co.uk>
4046
4047         Patch by: Kapil Agrawal <kapil at fluendo dot com>
4048
4049         * ext/gsm/gstgsmdec.c: (gst_gsmdec_sink_setcaps),
4050         (gst_gsmdec_chain):
4051         * ext/gsm/gstgsmdec.h:
4052         Increase the allowed samplerates for the ms-gsm format.
4053         Fixes #481354.
4054
4055 2008-03-30  Tim-Philipp Müller  <tim at centricular dot net>
4056
4057         Patch by: Jan de Groot <jan at jgc homeip net>
4058
4059         * configure.ac:
4060           Fix build with --disable-external (#525100).
4061
4062 2008-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4063
4064         * sys/dvb/gstdvbsrc.c:
4065         Repeat diseqc call to allow for some diseqc switches.
4066
4067 2008-03-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4068
4069         * ext/Makefile.am:
4070         Dist ofa correctly! Fixes non-uninstalled build.
4071
4072 2008-03-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4073
4074         * sys/dvb/gstdvbsrc.c:
4075         Make diseqc work more reliably.
4076
4077 2008-03-26  Sebastian Dröge  <slomo@circular-chaos.org>
4078
4079         * gst/nsf/Makefile.am:
4080         * gst/nsf/fds_snd.c:
4081         * gst/nsf/mmc5_snd.c:
4082         * gst/nsf/nsf.c:
4083         * gst/nsf/types.h:
4084         * gst/nsf/vrc7_snd.c:
4085         * gst/nsf/vrcvisnd.c:
4086         * gst/nsf/memguard.c:
4087         * gst/nsf/memguard.h:
4088         Remove memguard again and apply hopefully all previously dropped
4089         local patches. Should be really better than the old version now.
4090
4091 2008-03-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4092
4093         * gst/nsf/memguard.c: (_my_free):
4094         * gst/nsf/types.h:
4095         Unbreak compilation by disabling memguard and doing some dirty hack
4096         fixes to make it compile on 64bits.
4097
4098 2008-03-25  Sebastian Dröge  <slomo@circular-chaos.org>
4099
4100         Patch by: Andreas Henriksson <andreas at fatal dot set>
4101
4102         * gst/nsf/Makefile.am:
4103         * gst/nsf/dis6502.h:
4104         * gst/nsf/fds_snd.c:
4105         * gst/nsf/fds_snd.h:
4106         * gst/nsf/fmopl.c:
4107         * gst/nsf/fmopl.h:
4108         * gst/nsf/gstnsf.c:
4109         * gst/nsf/log.c:
4110         * gst/nsf/log.h:
4111         * gst/nsf/memguard.c:
4112         * gst/nsf/memguard.h:
4113         * gst/nsf/mmc5_snd.c:
4114         * gst/nsf/mmc5_snd.h:
4115         * gst/nsf/nes6502.c:
4116         * gst/nsf/nes6502.h:
4117         * gst/nsf/nes_apu.c:
4118         * gst/nsf/nes_apu.h:
4119         * gst/nsf/nsf.c:
4120         * gst/nsf/nsf.h:
4121         * gst/nsf/osd.h:
4122         * gst/nsf/types.h:
4123         * gst/nsf/vrc7_snd.c:
4124         * gst/nsf/vrc7_snd.h:
4125         * gst/nsf/vrcvisnd.c:
4126         * gst/nsf/vrcvisnd.h:
4127         Update our internal nosefart to nosefart-2.7-mls to fix segfaults
4128         on some files. Fixes bug #498237.
4129
4130         Remove some // comments, fix some compiler warnings and use pow()
4131         instead of a slow, selfmade implementation.
4132
4133 2008-03-25  Sebastian Dröge  <slomo@circular-chaos.org>
4134
4135         Patch by: Ed Catmur <ed at catmur dot co dot uk>
4136
4137         * configure.ac:
4138         Add support for neon 0.28, which didn't change API. Fixes bug #524035.
4139
4140 2008-03-24  Rene Stadler  <mail@renestadler.de>
4141
4142         * gst/replaygain/gstrganalysis.c (gst_rg_analysis_init),
4143           (gst_rg_analysis_transform_ip):
4144         * gst/replaygain/gstrglimiter.c (gst_rg_limiter_init),
4145           (gst_rg_limiter_transform_ip):
4146         Make rganalysis and rglimiter elements GAP-flag aware.
4147
4148         * tests/check/elements/rganalysis.c: (test_gap_buffers),
4149           (rganalysis_suite):
4150         * tests/check/elements/rglimiter.c (test_gap), (rglimiter_suite):
4151         Add tests to verify gap-awareness.
4152
4153 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
4154
4155         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_headers_cb),
4156         (gst_soup_http_src_chunk_allocator),
4157         (gst_soup_http_src_got_chunk_cb),
4158         (gst_soup_http_src_uri_get_protocols):
4159         Don't autoplug souphttpsrc for dav/davs. This is better handled by
4160         GIO and GnomeVFS as they provide authentication.
4161
4162         Don't leak the icy caps if we already set them and get a new
4163         icy-metaint header.
4164
4165         Try harder to set the icy caps on the output buffer to have correct
4166         caps for the first buffer already.
4167
4168         * tests/check/elements/souphttpsrc.c: (got_buffer),
4169         (GST_START_TEST):
4170         Check that we get a buffer with application/x-icy caps if iradio-mode
4171         is enabled and we have an icecast URL.
4172
4173 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
4174
4175         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_chunk_allocator):
4176         Actually set the icy caps on our src pad if we have icecast data.
4177         Fixes bug #523854.
4178
4179 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4180
4181         * configure.ac:
4182         Check if the compiler supports do { } while (0) macros. This fixes
4183         a warning when compiling with g++ 4.3, resulting in a build failure
4184         because of -Werror.
4185
4186         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
4187         * ext/mplex/gstmplex.cc:
4188         Include <string.h> for memcpy and friends to fix the build with
4189         gcc 4.3.
4190
4191         * tests/check/Makefile.am:
4192         Remove trailing backslash.
4193
4194 2008-03-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4195
4196         * gst/selector/gstinputselector.c:
4197         (gst_input_selector_set_active_pad), (gst_input_selector_switch):
4198         Do g_object_notify() only when not holding the lock to get the property
4199         because otherwise we run into a deadlock with the deep-notify handlers
4200         that are possibly installed.
4201
4202 2008-03-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4203
4204         * gst/selector/gstinputselector.c: (gst_selector_pad_class_init),
4205         (gst_selector_pad_event), (gst_selector_pad_bufferalloc),
4206         (gst_selector_pad_chain), (gst_input_selector_set_active_pad):
4207         Release the selector lock when pad alloc happens on a non selected pad.
4208
4209 2008-03-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4210
4211         * gst/selector/gstinputselector.c: (gst_selector_pad_class_init),
4212         (gst_selector_pad_init), (gst_selector_pad_set_property),
4213         (gst_selector_pad_get_property), (gst_selector_pad_event),
4214         (gst_selector_pad_bufferalloc), (gst_selector_pad_chain),
4215         (gst_input_selector_set_active_pad):
4216         Add pad property to configure behaviour of the unselected pad, it can
4217         return OK or NOT_LINKED, based on the use case.
4218
4219 2008-03-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4220
4221         * gst/selector/gstinputselector.c:
4222         (gst_selector_pad_get_running_time), (gst_selector_pad_reset),
4223         (gst_selector_pad_event), (gst_selector_pad_bufferalloc),
4224         (gst_input_selector_wait), (gst_selector_pad_chain),
4225         (gst_input_selector_class_init), (gst_input_selector_init),
4226         (gst_input_selector_dispose), (gst_segment_set_start),
4227         (gst_input_selector_set_active_pad),
4228         (gst_input_selector_set_property),
4229         (gst_input_selector_get_property),
4230         (gst_input_selector_get_linked_pad),
4231         (gst_input_selector_is_active_sinkpad),
4232         (gst_input_selector_activate_sinkpad),
4233         (gst_input_selector_request_new_pad),
4234         (gst_input_selector_release_pad),
4235         (gst_input_selector_change_state), (gst_input_selector_block),
4236         (gst_input_selector_switch):
4237         * gst/selector/gstinputselector.h:
4238         Figure out the locking a bit more.
4239         Mark buffers with discont after switching.
4240         Fix initial segment forwarding, make sure to only forward one segment
4241         regardless of what the sequence of buffers/segments is. See #522203.
4242         Improve flushing when blocked.
4243         Return NOT_LINKED when a stream is not selected.
4244         Not API change for the switch signal in the docs.
4245         Fix start/time/accum values of the new segment.
4246         Correctly unlock and flush a blocking selector when going to READY.
4247
4248 2008-03-20  Stefan Kost  <ensonic@users.sf.net>
4249
4250         * ext/ladspa/gstladspa.c:
4251         * ext/ladspa/gstsignalprocessor.c:
4252           Add some thoughts and FIXME's.
4253
4254 2008-03-20  Stefan Kost  <ensonic@users.sf.net>
4255
4256         * gst/bayer/gstbayer2rgb.c:
4257           Include stdlib.h for abs.
4258
4259 2008-03-19  Stefan Kost  <ensonic@users.sf.net>
4260
4261         * gst/freeze/FAQ:
4262         * gst/freeze/Makefile.am:
4263         * gst/freeze/gstfreeze.c:
4264           Add example to source code documentation blob and remove the 3 line
4265           FAQ.
4266
4267         * gst/interleave/interleave.c:
4268           Add a source code documentation blob.
4269
4270 2008-03-19  Sebastian Dröge  <slomo@circular-chaos.org>
4271
4272         * ext/ofa/gstofa.c: (create_fingerprint), (gst_ofa_event),
4273         (gst_ofa_transform_ip), (plugin_init):
4274         Improve debugging, clean up a bit and really generate the fingerprint
4275         after 135 seconds.
4276
4277 2008-03-19  Sebastian Dröge  <slomo@circular-chaos.org>
4278
4279         * ext/ofa/gstofa.c:
4280         Use GPL as license, the plugin itself is LGPL but libofa is GPL.
4281
4282 2008-03-19  Sebastian Dröge  <slomo@circular-chaos.org>
4283
4284         Based on a patch by: Eric Buehl <eric dot buehl at gmail dot com>
4285
4286         * configure.ac:
4287         * ext/ofa/Makefile.am:
4288         * ext/ofa/gstofa.c: (gst_ofa_base_init), (gst_ofa_finalize),
4289         (gst_ofa_class_init), (create_fingerprint), (gst_ofa_event),
4290         (gst_ofa_init), (gst_ofa_transform_ip), (gst_ofa_get_property),
4291         (plugin_init):
4292         * ext/ofa/gstofa.h:
4293         Add an OFA element, the successor of MusicBrainz TRM fingerprinting.
4294         Fixes bug #351309.
4295
4296 2008-03-18  Andy Wingo  <wingo@pobox.com>
4297
4298         * ext/faad/gstfaad.c (gst_faad_chain): Fix a bad format argument,
4299         and a potential int overflow.
4300
4301         * ext/faad/gstfaad.h: Include <neaacdec.h> if faad is neaac.
4302         Avoids a #warning about an ignored #pragma.
4303
4304 2008-03-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4305
4306         * examples/switch/switcher.c:
4307         Update switch example to use input selector.
4308
4309 2008-03-17  Sebastian Dröge  <slomo@circular-chaos.org>
4310
4311         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
4312         (gst_neonhttp_src_send_request_and_redirect):
4313         Handle HTTP status code 303 (See Other) the same way
4314         as 302 (Found). Not sure what to do about all the other 3xx
4315         redirect status codes. Fixes bug #522884.
4316
4317 2008-03-14  Edward Hervey  <edward.hervey@collabora.co.uk>
4318
4319         * gst-libs/gst/dshow/Makefile.am:
4320         Make sure the dshow helper library headers get distributed in the next
4321         release.
4322
4323 2008-03-14  David Schleef  <ds@schleef.org>
4324
4325         Patch by: William M. Brack
4326
4327         * gst/bayer/gstbayer2rgb.c: Significant improvements.  Fixes #521392.
4328
4329 2008-03-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4330
4331         * gst/selector/gstinputselector.c: (gst_selector_pad_event),
4332         (gst_selector_pad_bufferalloc), (gst_selector_pad_chain),
4333         (gst_input_selector_class_init),
4334         (gst_input_selector_set_active_pad),
4335         (gst_input_selector_set_property),
4336         (gst_input_selector_push_pending_stop):
4337         Add lots of debugging. 
4338         Fix time member in the newsegment event.
4339
4340 2008-03-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4341
4342         * gst/selector/gstinputselector.c: (gst_selector_pad_class_init),
4343         (gst_selector_pad_finalize), (gst_selector_pad_get_property),
4344         (gst_selector_pad_event), (gst_input_selector_class_init),
4345         (gst_input_selector_init), (gst_input_selector_set_active_pad),
4346         (gst_input_selector_set_property),
4347         (gst_input_selector_get_property),
4348         (gst_input_selector_request_new_pad),
4349         (gst_input_selector_release_pad),
4350         (gst_input_selector_push_pending_stop),
4351         (gst_input_selector_switch):
4352         * gst/selector/gstinputselector.h:
4353         Various cleanups.
4354         Added tags to the pads.
4355         Select active pad based on the pad object instead of its name.
4356         Fix refcount in set_active_pad.
4357         Add property to get the number of pads.
4358
4359         * gst/selector/gstoutputselector.c:
4360         (gst_output_selector_class_init),
4361         (gst_output_selector_set_property),
4362         (gst_output_selector_get_property):
4363         Various cleanups.
4364         Select the active pad based on the pad object instead of its name.
4365         Fix locking when setting the active pad.
4366
4367         * gst/selector/gstselector-marshal.list:
4368         * tests/check/elements/selector.c: (cleanup_pad),
4369         (selector_set_active_pad), (run_input_selector_buffer_count):
4370         Fixes for pad instead of padname for pad selection.
4371
4372 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
4373
4374         * ext/alsaspdif/alsaspdifsink.c:
4375         * ext/gsm/gstgsm.c:
4376         * ext/jack/gstjack.c:
4377         * ext/libmms/gstmms.c:
4378         * ext/neon/gstneonhttpsrc.c:
4379         * ext/shout/gstshout.c:
4380         * ext/timidity/gsttimidity.c:
4381         * ext/timidity/gstwildmidi.c:
4382         * gst/nuvdemux/gstnuvdemux.c:
4383         * gst/tta/gsttta.c:
4384         Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead
4385         of hardcoding values where possible. Fixes bug #522212.
4386
4387 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
4388
4389         Patch by: Wouter Cloetens <wouter at mind dot be>
4390
4391         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_init),
4392         (gst_soup_http_src_finished_cb), (gst_soup_http_src_response_cb),
4393         (gst_soup_http_src_build_message), (gst_soup_http_src_create):
4394         * ext/soup/gstsouphttpsrc.h:
4395         Try to resume on server disconnect. Fixes bug #522134.
4396
4397 2008-03-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4398
4399         * ext/xvid/gstxvidenc.c: (gst_xvidenc_chain):
4400         Set correct pixel aspect ratio for the encoder.
4401
4402 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
4403
4404         Patch by: Olivier Crete <tester at tester dot ca>
4405
4406         * gst/rtpmanager/rtpsession.c: (find_add_conflicting_addresses),
4407         (check_collision), (obtain_source), (rtp_session_create_new_ssrc),
4408         (rtp_session_create_source), (rtp_session_process_rtp),
4409         (rtp_session_process_sr), (rtp_session_process_rr),
4410         (rtp_session_process_sdes), (rtp_session_process_bye),
4411         (rtp_session_send_bye_locked), (rtp_session_send_bye),
4412         (rtp_session_on_timeout):
4413         * gst/rtpmanager/rtpsession.h:
4414         Implement collision and loop detection in rtpmanager.
4415         Fixes #520626.
4416
4417         * gst/rtpmanager/rtpsource.c: (rtp_source_reset),
4418         (rtp_source_init):
4419         * gst/rtpmanager/rtpsource.h:
4420         Add method to reset stats.
4421
4422 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
4423
4424         Based on patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
4425
4426         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_init),
4427         (rtcp_thread), (start_rtcp_thread), (stop_rtcp_thread),
4428         (join_rtcp_thread), (gst_rtp_session_change_state):
4429         Avoid a deadlock when joining the RTCP thread in PAUSED because it might
4430         be blocked downstream. Also avoid spawning multiple rtcp threads.
4431         Fixes #520894.
4432
4433 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
4434
4435         Patch by: Stefan Kost <ensonic@users.sf.net>
4436
4437         * gst/rtpmanager/rtpjitterbuffer.c: (calculate_skew):
4438         Don't try to reset the clock skew when we have no timestamps.
4439         Fixes #519005.
4440
4441 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
4442
4443         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4444
4445         * ext/faad/gstfaad.c: (looks_like_valid_header):
4446         Improve the header checking to look for what faad2 looks
4447         for too. Fixes playback of same apple trailers.
4448         Fixes bug #469979.
4449
4450 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
4451
4452         * configure.ac:
4453         Really check for libdc1394 >= 2.0.0, pkg-config thinks that
4454         2.0.0-rcX is newer than 2.0.0 so we check for this too.
4455
4456 2008-03-05  David Schleef  <ds@schleef.org>
4457
4458         * ext/dirac/gstdiracenc.cc: Add a bunch of properties cribbed
4459           from the encoder program in dirac.
4460
4461 2008-03-05  David Schleef  <ds@schleef.org>
4462
4463         * configure.ac:
4464         * ext/Makefile.am:
4465         * ext/dirac/Makefile.am:
4466         * ext/dirac/gstdirac.cc:
4467         * ext/dirac/gstdiracenc.cc:
4468           Rewrite Dirac encoder plugin based on Schroedinger gstreamer
4469           elements.
4470
4471 2008-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
4472
4473         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
4474
4475         * configure.ac:
4476         * ext/Makefile.am:
4477         * ext/mplex/Makefile.am:
4478         * ext/mplex/gstmplex.cc:
4479         * ext/mplex/gstmplex.hh:
4480         * ext/mplex/gstmplexibitstream.cc:
4481         * ext/mplex/gstmplexibitstream.hh:
4482         * ext/mplex/gstmplexjob.cc:
4483         * ext/mplex/gstmplexjob.hh:
4484         * ext/mplex/gstmplexoutputstream.cc:
4485         * ext/mplex/gstmplexoutputstream.hh:
4486         Port mplex element to 0.10. Fixes bug #520329.
4487
4488         * tests/check/Makefile.am:
4489         * tests/check/elements/mplex.c: (test_sink_event), (setup_src_pad),
4490         (teardown_src_pad), (setup_mplex), (cleanup_mplex),
4491         (GST_START_TEST), (mplex_suite), (main):
4492         Add unit test for the mplex element.
4493
4494 2008-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
4495
4496         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
4497
4498         * configure.ac:
4499         Clean up detection of different mjpegtoolsAPI versions.
4500
4501         * ext/mpeg2enc/gstmpeg2enc.cc:
4502         * ext/mpeg2enc/gstmpeg2enc.hh:
4503         * ext/mpeg2enc/gstmpeg2encoder.cc:
4504         * ext/mpeg2enc/gstmpeg2encoptions.cc:
4505         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
4506         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
4507         * ext/mpeg2enc/gstmpeg2encstreamwriter.cc:
4508         * ext/mpeg2enc/gstmpeg2encstreamwriter.hh:
4509         Streamline conditional code for evolving mjpegtools API,
4510         optimize and fix/prevent crash in log handling, use
4511         names/nicks for enums in the usual way andm inor updates
4512         in code and properties/settings. Partially fixes bug #520329.
4513
4514 2008-03-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4515
4516         * gst/mpegtsparse/gstmpegdesc.h:
4517         * gst/mpegtsparse/mpegtspacketizer.c:
4518         Add parsing of cable delivery system descriptor.
4519
4520 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
4521
4522         * configure.ac:
4523         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
4524         plug-ins are included/excluded. (#498222)
4525
4526 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
4527
4528         Patch by: Jens Granseuer <jensgr at gmx dot net>
4529
4530         * gst/mve/gstmvedemux.c: (gst_mve_audio_data),
4531         (gst_mve_demux_get_type):
4532         Fix audio discontinuity that happens when silent chunks are
4533         followed by real data again. Fixes bug #519905.
4534
4535 2008-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4536
4537         * sys/dvb/gstdvbsrc.c:
4538         * sys/dvb/parsechannels.c:
4539         Add DVB-C support. Special thanks to Christian Schaller
4540         for a testing ground.
4541
4542 2008-02-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4543
4544         * gst/mpegtsparse/mpegtsparse.c:
4545         Only send PMTs to program pads that the PMT is for even if
4546         on same pid.
4547         As a by-product, we now no longer hardcode any psi pid numbers.
4548         Also remove pcr stream from old pmt when we apply a new pmt.
4549
4550 2008-02-28  Edgard Lima  <edgard.lima@indt.org.br>
4551
4552         * ext/metadata/TODO:
4553         * ext/metadata/metadata_mapping.htm:
4554         * ext/metadata/metadataexif.c:
4555         * ext/metadata/metadatatags.c:
4556         * ext/metadata/metadatatags.h:
4557         * tests/icles/metadata_editor.c:
4558         Map Date-Time and GPS tags and Convert from EXIF to XMP Datatime as
4559         local time (those changes has been done in previous comit but had to
4560         be revert in 2008-02-10 due to frozen)
4561
4562 2008-02-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4563
4564         * sys/dvb/camutils.c:
4565         Remove the G_VALUE_HOLDS_BOXED checks. They were
4566         only added to help debug the data corruption.
4567
4568 2008-02-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4569
4570         * sys/dvb/camutils.c:
4571         Don't free the program descriptors, this structure
4572         containing them is still stored after.
4573         Fixes data corruption.
4574
4575 2008-02-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4576
4577         * sys/dvb/camutils.c:
4578         Extra checks to prevent data corruption/segfaults.
4579
4580 2008-02-26  Stefan Kost  <ensonic@users.sf.net>
4581
4582         * ext/nas/nassink.c:
4583           Fix build warning by using portable API.
4584
4585 2008-02-26  Stefan Kost  <ensonic@users.sf.net>
4586
4587         * gst/selector/gstoutputselector.c:
4588           Fix changing to same pad twice before a chain call.     
4589
4590 2008-02-26  Sebastian Dröge  <slomo@circular-chaos.org>
4591
4592         Patch by: Daniel Fischer <dan at f3c dot com>
4593
4594         * configure.ac:
4595         * ext/dc1394/gstdc1394.c: (gst_dc1394_change_state),
4596         (gst_dc1394_get_cam_caps), (gst_dc1394_open_cam_with_best_caps):
4597         * ext/dc1394/gstdc1394.h:
4598         Add support for libdc1394 2.0.0 and above and require this version
4599         now. Fixes bug #514964.
4600
4601 2008-02-26  Sebastian Dröge  <slomo@circular-chaos.org>
4602
4603         Patch by: Wouter Cloetens <wouter at mind dot be>
4604
4605         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
4606         (gst_soup_http_src_init), (gst_soup_http_src_dispose),
4607         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property),
4608         (gst_soup_http_src_create):
4609         * ext/soup/gstsouphttpsrc.h:
4610         * tests/check/elements/souphttpsrc.c: (run_test), (GST_START_TEST),
4611         (souphttpsrc_suite):
4612         Add support for specifying a list of cookies to be passed in
4613         the HTTP request. Fixes bug #518722.
4614
4615 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
4616
4617         * gst/selector/gstinputselector.c:
4618         * gst/selector/gstinputselector.h:
4619           Added "select-all" property to make it work like aggregator in 0.8.
4620
4621         * gst/selector/gstoutputselector.c:
4622           Fix resend-latest behavoiur.
4623           
4624         * tests/check/Makefile.am:
4625         * tests/check/elements/.cvsignore:
4626         * tests/check/elements/selector.c:
4627           Add unit tests for selector.
4628
4629 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4630
4631         * configure.ac:
4632         * ext/timidity/gsttimidity.c: (plugin_init):
4633         * ext/timidity/gstwildmidi.c: (plugin_init):
4634         Remove midi typefinders and require base CVS as they moved there.
4635
4636 2008-02-24  Sebastian Dröge  <slomo@circular-chaos.org>
4637
4638         * ext/Makefile.am:
4639         Only disable the ext/timidity directory if both, wildmidi
4640         _and_ timidity are not available.
4641
4642 2008-02-24  Sebastian Dröge  <slomo@circular-chaos.org>
4643
4644         Patch by: Emilio Pozuelo Monfort <pochu at ubuntu dot com>
4645
4646         * ext/Makefile.am:
4647         Build the wildmidi plugin if it's enabled and not only when
4648         both, the timidity and wildmidi plugin, are enabled.
4649
4650 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
4651
4652         * configure.ac:
4653         * ext/mpeg2enc/Makefile.am:
4654         * ext/soundtouch/Makefile.am:
4655         * gst/modplug/Makefile.am:
4656           Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them
4657           when building C++ code.
4658
4659 2008-02-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4660
4661         * sys/dvb/gstdvbsrc.c:
4662         Add initial support for multiproto driver (not yet merged into
4663         v4l-dvb mainline yet).
4664         Only works for DVB-S not DVB-S2, DVB-T, DVB-C or other.
4665
4666 2008-02-22  Tim-Philipp Müller  <tim at centricular dot net>
4667
4668         * docs/plugins/inspect/plugin-alsaspdif.xml:
4669         * docs/plugins/inspect/plugin-app.xml:
4670         * docs/plugins/inspect/plugin-bayer.xml:
4671         * docs/plugins/inspect/plugin-bz2.xml:
4672         * docs/plugins/inspect/plugin-cdaudio.xml:
4673         * docs/plugins/inspect/plugin-cdxaparse.xml:
4674         * docs/plugins/inspect/plugin-dfbvideosink.xml:
4675         * docs/plugins/inspect/plugin-dtsdec.xml:
4676         * docs/plugins/inspect/plugin-dvb.xml:
4677         * docs/plugins/inspect/plugin-dvdspu.xml:
4678         * docs/plugins/inspect/plugin-faac.xml:
4679         * docs/plugins/inspect/plugin-faad.xml:
4680         * docs/plugins/inspect/plugin-fbdevsink.xml:
4681         * docs/plugins/inspect/plugin-festival.xml:
4682         * docs/plugins/inspect/plugin-filter.xml:
4683         * docs/plugins/inspect/plugin-flvdemux.xml:
4684         * docs/plugins/inspect/plugin-freeze.xml:
4685         * docs/plugins/inspect/plugin-gsm.xml:
4686         * docs/plugins/inspect/plugin-gstinterlace.xml:
4687         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
4688         * docs/plugins/inspect/plugin-h264parse.xml:
4689         * docs/plugins/inspect/plugin-interleave.xml:
4690         * docs/plugins/inspect/plugin-jack.xml:
4691         * docs/plugins/inspect/plugin-ladspa.xml:
4692         * docs/plugins/inspect/plugin-metadata.xml:
4693         * docs/plugins/inspect/plugin-mms.xml:
4694         * docs/plugins/inspect/plugin-modplug.xml:
4695         * docs/plugins/inspect/plugin-mpeg2enc.xml:
4696         * docs/plugins/inspect/plugin-mpeg4videoparse.xml:
4697         * docs/plugins/inspect/plugin-mpegtsparse.xml:
4698         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
4699         * docs/plugins/inspect/plugin-musepack.xml:
4700         * docs/plugins/inspect/plugin-musicbrainz.xml:
4701         * docs/plugins/inspect/plugin-mve.xml:
4702         * docs/plugins/inspect/plugin-neon.xml:
4703         * docs/plugins/inspect/plugin-nsfdec.xml:
4704         * docs/plugins/inspect/plugin-nuvdemux.xml:
4705         * docs/plugins/inspect/plugin-rawparse.xml:
4706         * docs/plugins/inspect/plugin-real.xml:
4707         * docs/plugins/inspect/plugin-replaygain.xml:
4708         * docs/plugins/inspect/plugin-rfbsrc.xml:
4709         * docs/plugins/inspect/plugin-sdl.xml:
4710         * docs/plugins/inspect/plugin-sdp.xml:
4711         * docs/plugins/inspect/plugin-selector.xml:
4712         * docs/plugins/inspect/plugin-sndfile.xml:
4713         * docs/plugins/inspect/plugin-soundtouch.xml:
4714         * docs/plugins/inspect/plugin-spcdec.xml:
4715         * docs/plugins/inspect/plugin-speed.xml:
4716         * docs/plugins/inspect/plugin-speexresample.xml:
4717         * docs/plugins/inspect/plugin-stereo.xml:
4718         * docs/plugins/inspect/plugin-tremor.xml:
4719         * docs/plugins/inspect/plugin-tta.xml:
4720         * docs/plugins/inspect/plugin-vcdsrc.xml:
4721         * docs/plugins/inspect/plugin-videosignal.xml:
4722         * docs/plugins/inspect/plugin-vmnc.xml:
4723         * docs/plugins/inspect/plugin-x264.xml:
4724         * docs/plugins/inspect/plugin-xvid.xml:
4725         * docs/plugins/inspect/plugin-y4menc.xml:
4726           Update to version 0.10.6.1.
4727
4728 2008-02-22  Tim-Philipp Müller  <tim at centricular dot net>
4729
4730         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
4731         * docs/plugins/inspect/plugin-gdp.xml:
4732         * docs/plugins/inspect/plugin-quicktime.xml:
4733         * docs/plugins/inspect/plugin-switch.xml:
4734         * docs/plugins/inspect/plugin-videocrop.xml:
4735           Remove docs for elements that have moved to other modules
4736           or been renamed.
4737
4738 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4739
4740         Patch by: Wouter Cloetens <wouter at mind dot be>
4741
4742         * configure.ac:
4743         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_cancel_message),
4744         (gst_soup_http_src_finished_cb), (gst_soup_http_src_chunk_free),
4745         (gst_soup_http_src_chunk_allocator),
4746         (gst_soup_http_src_got_chunk_cb), (gst_soup_http_src_create),
4747         (gst_soup_http_src_start), (gst_soup_http_src_set_proxy):
4748         * ext/soup/gstsouphttpsrc.h:
4749         Implement zero-copy and make the buffer size configurable.
4750         Prefix proxy URIs with "http://" if they don't start with it
4751         already and catch errors earlier, fixes hanging in some situations.
4752         Fixes bug #514948.
4753
4754 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4755
4756         * tests/check/gst-plugins-bad.supp:
4757         Add suppressions for SoundTouch valgrind warnings and
4758         a valgrind warning caused by the LADSPA sine plugin and
4759         happening on every exit().
4760         Remove GIO suppressions as it's now in -base.
4761
4762 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4763
4764         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_create):
4765         Don't allocate and copy the data to a new place but instead
4766         put the data from gmyth (which we own) into the buffers that
4767         are passed downstream.
4768
4769 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4770
4771         * ext/timidity/gstwildmidi.c:
4772         If WILDMIDI_CFG is not defined, define it to the default
4773         timidity configure file.
4774
4775 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4776
4777         Based on a patch by:
4778           Hans de Goede <j dot w dot r dot degoede at hhs dot nl>
4779
4780         * configure.ac:
4781         * ext/mpeg2enc/gstmpeg2enc.cc:
4782         Remove hack to work with mjpegtools 1.9.0rc3 and above and instead
4783         use mjpeg_loglev_t() for getting the log levels. Check for this
4784         function in configure.ac as the pkg-config file doesn't tell us
4785         which release candidate we have. Fixes bug #517896.
4786
4787 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4788
4789         * configure.ac:
4790         Check for X for the nas plugin to make it possible to build it
4791         again. Fixes bug #517895.
4792
4793 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4794
4795         * tests/check/Makefile.am:
4796         Ignore some more elements for the states unit test, like
4797         dfbvideosink which produces a segfault. Fixes bug #517854.
4798
4799 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4800
4801         Patch by: Jens Granseuer <jensgr at gmx dot net>
4802
4803         * gst/librfb/gstrfbsrc.c: (gst_rfb_property_set_version):
4804         * gst/librfb/rfbdecoder.c: (rfb_decoder_message_set_encodings),
4805         (rfb_decoder_state_set_encodings):
4806         * gst/mpegtsparse/mpegtspacketizer.c:
4807         (mpegts_packetizer_parse_nit), (mpegts_packetizer_parse_sdt),
4808         (mpegts_packetizer_parse_eit):
4809         * sys/fbdev/gstfbdevsink.c: (gst_fbdevsink_getcaps),
4810         (gst_fbdevsink_setcaps), (gst_fbdevsink_render):
4811         Some C89 fixes, moving variable declarations to the beginning
4812         of a block. Fixes bug #517937.
4813
4814 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
4815
4816         * configure.ac:
4817         Back to development...
4818
4819 === release 0.10.6 ===
4820
4821 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
4822
4823         * configure.ac:
4824           releasing 0.10.6, "A Big Deep Breath"
4825
4826 2008-02-20  Bastien Nocera  <hadess@hadess.net>
4827
4828         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_do_seek),
4829         (gst_mythtv_src_start): Using the wrong GstFormat for the filesize,
4830         and fail seek properly on anything but _BYTES format
4831         Fixes bug #517684
4832
4833 2008-02-20  Sebastian Dröge  <slomo@circular-chaos.org>
4834
4835         Patch by: Olivier Crete <tester at tester dot ca>
4836
4837         * gst/rtpmanager/gstrtpbin.c: (new_ssrc_pad_found):
4838         Fix small memory leak, leaking caps. Fixes bug #517571.
4839
4840 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
4841
4842         * gst/tta/Makefile.am:
4843         Link tta plugin with libm. Fixes bug #517391.
4844
4845 2008-02-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4846
4847         * sys/dvb/camutils.c:
4848         Do not assume "descriptors" property in the pmt structure
4849         is present.
4850         Fixes #516499.
4851
4852 2008-02-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4853
4854         Patch by: Olivier Crete <tester@tester.ca>
4855
4856         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_associate):
4857         Ignore streams that did not receive an SR packet when doing
4858         synchronisation. Fixes #516160.
4859
4860 2008-02-14  Sebastian Dröge  <slomo@circular-chaos.org>
4861
4862         * gst/dvdspu/gstdvdspu.c: (gst_dvd_spu_handle_new_spu_buf):
4863         Set n_line_ctrl_i to 0 whenever we free line_ctrl_i. Patch based
4864         on an idea by Jan Schmidt, fixes bug #516436.
4865
4866 2008-02-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4867
4868         * gst/mpegtsparse/gstmpegdesc.c:
4869         * gst/mpegtsparse/gstmpegdesc.h:
4870         * gst/mpegtsparse/mpegtsparse.c:
4871         Make sure the gstmpegdesc debug lines do not critical
4872         when GST_DEBUG is enabled and also actually output.
4873         Thanks to Alessandro Decina for spotting.
4874         Fixes #516448
4875
4876 2008-02-13  Jan Schmidt  <jan.schmidt@sun.com>
4877
4878         * gst-libs/gst/Makefile.am:
4879         * sys/Makefile.am:
4880         Also add dshow pieces to the disted subdirs to fix distcheck.
4881
4882 2008-02-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4883
4884         Patch by: Josep Torra Valles <josep@fluendo.com>
4885
4886         * gst/h264parse/gsth264parse.c: (gst_h264_parse_chain_reverse):
4887         Fix potential buffer leak in reverse mode. Re-Fixes #516061.
4888
4889 2008-02-13  Sebastian Dröge  <slomo@circular-chaos.org>
4890
4891         * configure.ac:
4892         Allow gmyth versions from 0.4 up to 0.7.99, the API didn't change
4893         until 0.7 fortunately.
4894
4895 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
4896
4897         * configure.ac:
4898         Generate the directshow Makefiles so that the directories
4899         get disted. Still needs some configure time detection to enable
4900         building them under MingW.
4901
4902 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
4903
4904         * ext/metadata/Makefile.am:
4905         Don't install a header file. We will have to merge these
4906         tags into libgsttag after the release and use them from there.
4907         Fixes: #515860
4908
4909 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
4910
4911         * gst-libs/gst/dshow/Makefile.am:
4912         * sys/dshowdecwrapper/Makefile.am:
4913         * sys/dshowsrcwrapper/Makefile.am:
4914         Add Makefiles to win32 plugins and lib.
4915         They will need to be tested and probably fixed by developers
4916         working with mingw. This is a first step to include source files 
4917         with releases.
4918         
4919 2008-02-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4920
4921         * sys/dvb/dvbbasebin.c:
4922         Fix leak of location string returned from gst_uri_get_location.
4923         Fixes bug #516114
4924
4925 2008-02-12  David Schleef  <ds@schleef.org>
4926
4927         * configure.ac:
4928         * docs/plugins/Makefile.am:
4929         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
4930         * docs/plugins/inspect/plugin-glimagesink.xml:
4931         * sys/Makefile.am:
4932         * sys/glsink/BUGS:
4933         * sys/glsink/Makefile.am:
4934         * sys/glsink/color_matrix.c:
4935         * sys/glsink/glextensions.c:
4936         * sys/glsink/glextensions.h:
4937         * sys/glsink/glimagesink.c:
4938         * sys/glsink/glimagesink.h:
4939         * sys/glsink/gltestsrc.c:
4940         * sys/glsink/gltestsrc.h:
4941         * sys/glsink/gstglbuffer.c:
4942         * sys/glsink/gstglbuffer.h:
4943         * sys/glsink/gstglconvert.c:
4944         * sys/glsink/gstgldisplay.c:
4945         * sys/glsink/gstgldisplay.h:
4946         * sys/glsink/gstgldownload.c:
4947         * sys/glsink/gstglfilter.c:
4948         * sys/glsink/gstglfilter.h:
4949         * sys/glsink/gstglfilterexample.c:
4950         * sys/glsink/gstgltestsrc.c:
4951         * sys/glsink/gstgltestsrc.h:
4952         * sys/glsink/gstglupload.c:
4953         * sys/glsink/gstopengl.c:
4954           Remove glimagesink, as it's been moved to gst-plugins-gl.
4955           Fixes #516094.
4956
4957 2008-02-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4958
4959         Patch by: Josep Torra Valles <josep@fluendo.com>
4960
4961         * gst/h264parse/gsth264parse.c: (gst_h264_parse_chain_reverse):
4962         Fix potential buffer leak in reverse mode. Fixes #516061.
4963
4964 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4965
4966         * sys/dshowdecwrapper/gstdshowaudiodec.c:
4967         (gst_dshowaudiodec_dispose):
4968         * sys/dshowdecwrapper/gstdshowvideodec.c:
4969         (gst_dshowvideodec_dispose):
4970         Chain up dispose methods properly. Fixes bug #515970.
4971
4972 2008-02-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4973
4974         * gst/mpegvideoparse/mpegvideoparse.c:
4975         (mpegvideoparse_handle_sequence), (mpegvideoparse_drain_avail),
4976         (gst_mpegvideoparse_change_state):
4977         Fix leaking caps.
4978         Fix potential buffer leak in forward mode.
4979         Cleanup queues when going to READY. Fixes #515815.
4980
4981 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4982
4983         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
4984         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
4985         * docs/plugins/inspect/plugin-gio.xml:
4986         Remove documentation for the GIO plugin as it was moved to
4987         gst-plugins-base. Fixes bug #515964.
4988
4989 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
4990
4991         * ext/xvid/gstxvidenc.c:
4992         * gst/vmnc/vmncdec.c:
4993         * sys/glsink/glimagesink.c:
4994         * sys/glsink/gstgldisplay.c:
4995         Fix some finalize leaks by chaining up to the parent method.
4996         Fixes: #515919
4997
4998 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4999
5000         * tests/check/elements/souphttpsrc.c:
5001         Include glib/gprintf.h for g_vasprintf(). Fixes bug #515564.
5002
5003 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5004
5005         * gst/librfb/gstrfbsrc.c: (gst_rfb_src_dispose):
5006         Free the rfb decoder on finalize. Fixes bug #515721.
5007
5008 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5009
5010         * sys/fbdev/gstfbdevsink.c: (gst_fbdevsink_class_init),
5011         (gst_fbdevsink_finalize):
5012         Free the device string in finalize. Fixes bug #515722.
5013
5014 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5015
5016         * ext/xvid/gstxvidenc.c: (gst_xvidenc_init):
5017         Unset GValues after using them. Fixes bug #515720.
5018
5019 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5020
5021         * tests/check/Makefile.am:
5022         Disable the dvb plugin for the states test. Fixes bug #515567.
5023
5024 2008-02-10  Edgard Lima,,,,  <edgard.lima@indt.org.br>
5025
5026         * ext/metadata/TODO:
5027         * ext/metadata/metadata_mapping.htm:
5028         * ext/metadata/metadataexif.c:
5029         * ext/metadata/metadatatags.c:
5030         * ext/metadata/metadatatags.h:
5031         * tests/icles/metadata_editor.c:
5032           Revert changes to 2008-02-09 due to frozen.
5033
5034 2008-02-10  Jan Schmidt  <jan.schmidt@sun.com>
5035
5036         * ext/ivorbis/vorbisfile.c:
5037         Trivial fix for build warning.
5038         Patch by: Josep Torra Valles <josep@fluendo.com>
5039         Fixes: #515588
5040
5041 2008-02-10  Edgard Lima  <edgard.lima@indt.org.br>
5042
5043         * ext/metadata/TODO:
5044         * ext/metadata/metadataexif.c:
5045           Convert from EXIF to XMP DataTime as local time.
5046
5047 2008-02-10  Edgard Lima  <edgard.lima@indt.org.br>
5048
5049         * ext/metadata/TODO:
5050         * ext/metadata/metadata_mapping.htm:
5051         * ext/metadata/metadataexif.c:
5052         * ext/metadata/metadatatags.c:
5053         * ext/metadata/metadatatags.h:
5054         * tests/icles/metadata_editor.c:
5055           Map Date-Time and GPS tags.
5056           
5057
5058 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
5059
5060         * gst/selector/Makefile.am:
5061
5062         Listing the marshal.h in the nodist_HEADERS breaks distcheck, so
5063         let's not do that
5064
5065         * tests/check/Makefile.am:
5066         Disable the crashing cdaudio plugin from the states test so I can make
5067         pre-releases.
5068
5069 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
5070
5071         * win32/vs6/libgstdshowdecwrapper.dsp:
5072         * win32/vs6/libgstflv.dsp:
5073         Convert to DOS line endings, and set -kb
5074
5075 2008-02-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5076
5077         * sys/dvb/Makefile.am:
5078         * sys/dvb/dvbbasebin.c:
5079         Add URI Handler for dvb.
5080         Re-order pad templates to workaround a bug in playbasebin.
5081         * sys/dvb/parsechannels.c:
5082         * sys/dvb/parsechannels.h:
5083         Add code to parse channels from zap-style channels.conf files.
5084
5085 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5086
5087         * configure.ac:
5088         * docs/plugins/Makefile.am:
5089         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5090         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5091         * docs/plugins/gst-plugins-bad-plugins.args:
5092         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
5093         * docs/plugins/inspect/plugin-multifile.xml:
5094         * gst/multifile/Makefile.am:
5095         * gst/multifile/gstmultifile.c:
5096         * gst/multifile/gstmultifilesink.c:
5097         * gst/multifile/gstmultifilesink.h:
5098         * gst/multifile/gstmultifilesrc.c:
5099         * gst/multifile/gstmultifilesrc.h:
5100         * gst/multifile/multifile.vproj:
5101         * tests/check/Makefile.am:
5102         * tests/check/elements/multifile.c:
5103
5104         Remove multifile plugin, which has moved to -good
5105
5106 2008-02-07  David Schleef  <ds@schleef.org>
5107
5108         * gst/multifile/gstmultifilesink.c:
5109         * gst/multifile/gstmultifilesrc.c:
5110           Use g_file_[sg]et_contents() instead of using stdio functions.
5111           Should be less error prone.
5112         * tests/check/elements/multifile.c:
5113           Create a temporary directory using standard functions instead of
5114           creating a directory in the current dir.
5115
5116 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5117
5118         * configure.ac:
5119         * docs/plugins/Makefile.am:
5120         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5121         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5122         * docs/plugins/gst-plugins-bad-plugins.args:
5123         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
5124         * docs/plugins/inspect/plugin-spectrum.xml:
5125         * gst/spectrum/.cvsignore:
5126         * gst/spectrum/Makefile.am:
5127         * gst/spectrum/README:
5128         * gst/spectrum/demo-audiotest.c:
5129         * gst/spectrum/demo-osssrc.c:
5130         * gst/spectrum/gstspectrum.c:
5131         * gst/spectrum/gstspectrum.h:
5132         * gst/spectrum/spectrum.vcproj:
5133         * tests/check/Makefile.am:
5134         * tests/check/elements/spectrum.c:
5135
5136         Remove spectrum plugin, which has moved to -good
5137
5138 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5139
5140         * docs/plugins/gst-plugins-bad-plugins.args:
5141         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
5142         * docs/plugins/gst-plugins-bad-plugins.interfaces:
5143         Remove equalizer plugin docs
5144
5145         * tests/check/Makefile.am:
5146         Add GST_OPTION_CFLAGS, to get -Werror -Wall into the tests as for
5147         other modules.
5148
5149         * tests/check/elements/multifile.c:
5150         * tests/check/elements/rganalysis.c:
5151         * tests/check/elements/rglimiter.c:
5152
5153         Fix compiler warnings from -Wall -Werror
5154
5155 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5156
5157         * configure.ac:
5158         * docs/plugins/Makefile.am:
5159         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5160         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5161         * docs/plugins/inspect/plugin-equalizer.xml:
5162         * gst/equalizer/.cvsignore:
5163         * gst/equalizer/Makefile.am:
5164         * gst/equalizer/demo.c:
5165         * gst/equalizer/gstiirequalizer.c:
5166         * gst/equalizer/gstiirequalizer.h:
5167         * gst/equalizer/gstiirequalizer10bands.c:
5168         * gst/equalizer/gstiirequalizer10bands.h:
5169         * gst/equalizer/gstiirequalizer3bands.c:
5170         * gst/equalizer/gstiirequalizer3bands.h:
5171         * gst/equalizer/gstiirequalizernbands.c:
5172         * gst/equalizer/gstiirequalizernbands.h:
5173         * tests/check/Makefile.am:
5174         * tests/check/elements/.cvsignore:
5175         * tests/check/elements/equalizer.c:
5176
5177         Remove the equalizer plugin, which has moved to -good
5178
5179 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5180
5181         * configure.ac:
5182         Make DISABLE_DEPRECATED defined *only* during CVS, not during
5183         pre-releases or releases.
5184
5185 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5186
5187         * docs/plugins/Makefile.am:
5188         Don't scan deleted xingmux header.
5189
5190 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5191
5192         * configure.ac:
5193         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5194         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5195         * docs/plugins/inspect/plugin-xingheader.xml:
5196         * gst/xingheader/Makefile.am:
5197         * gst/xingheader/gstxingmux.c:
5198         * gst/xingheader/gstxingmux.h:
5199         * tests/check/Makefile.am:
5200         * tests/check/elements/.cvsignore:
5201         * tests/check/elements/xingmux.c:
5202         * tests/check/elements/xingmux_testdata.h:
5203         Remove the xingmux plugin, as the element has moved into
5204         mpegaudioparse in -ugly.
5205
5206 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5207
5208         * docs/plugins/Makefile.am:
5209         Remove mention of non-existent headers to fix the build.
5210
5211 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5212
5213         * configure.ac:
5214         * ext/Makefile.am:
5215         * ext/gio/Makefile.am:
5216         * ext/gio/gstgio.c:
5217         * ext/gio/gstgio.h:
5218         * ext/gio/gstgiobasesink.c:
5219         * ext/gio/gstgiobasesink.h:
5220         * ext/gio/gstgiobasesrc.c:
5221         * ext/gio/gstgiobasesrc.h:
5222         * ext/gio/gstgiosink.c:
5223         * ext/gio/gstgiosink.h:
5224         * ext/gio/gstgiosrc.c:
5225         * ext/gio/gstgiosrc.h:
5226         * ext/gio/gstgiostreamsink.c:
5227         * ext/gio/gstgiostreamsink.h:
5228         * ext/gio/gstgiostreamsrc.c:
5229         * ext/gio/gstgiostreamsrc.h:
5230         * tests/check/Makefile.am:
5231         * tests/check/pipelines/.cvsignore:
5232         * tests/check/pipelines/gio.c:
5233
5234         Remove GIO plugin which has now moved to -base.
5235
5236 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5237
5238         * docs/plugins/Makefile.am:
5239         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5240         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5241         * docs/plugins/gst-plugins-bad-plugins.args:
5242         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
5243         * gst/filter/Makefile.am:
5244         * gst/filter/filter.vcproj:
5245         * gst/filter/gstbpwsinc.c:
5246         * gst/filter/gstbpwsinc.h:
5247         * gst/filter/gstfilter.c:
5248         * gst/filter/gstfilter.h:
5249         * gst/filter/gstlpwsinc.c:
5250         * gst/filter/gstlpwsinc.h:
5251         * tests/check/Makefile.am:
5252         * tests/check/elements/bpwsinc.c:
5253         * tests/check/elements/lpwsinc.c:
5254
5255         Remove lpwsinc and bpwsinc elements - they've become
5256         audiowsinclimit and audiowsincband respectively, in the
5257         gst-plugins-good audiofx plugin.
5258
5259 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
5260
5261         * ext\neon\gstneonhttpsrc.c:
5262         Include unistd.h only if _HAVE_UNISTD_H is defined
5263         * gst\mpegvideoparse\mpegvideoparse.c:
5264         Use G_GUINT64_CONSTANT GLIB macro for constant
5265         * sys\dshowsrcwrapper\gstdshowaudiosrc.c:
5266         * sys\dshowsrcwrapper\gstdshowvideosrc.c:
5267         * sys\dshowdecwrapper\gstdshowaudiodec.c:
5268         * sys\dshowdecwrapper\gstdshowaudiodec.h:
5269         * sys\dshowdecwrapper\gstdshowdecwrapper.c:
5270         * sys\dshowdecwrapper\gstdshowdecwrapper.h:
5271         * sys\dshowdecwrapper\gstdshowvideodec.c
5272         * sys\dshowdecwrapper\gstdshowvideodec.h:
5273         Add a DirectShow decoder wrapper.
5274         * win32\MANIFEST:
5275         Add new win32 files to MANIFEST
5276         * win32\vs6\gst_plugins_bad.dsw:
5277         * win32\vs6\libgstdshow.dsp:
5278         * win32\vs6\libgstdshowdecwrapper.dsp:
5279         * win32\vs6\libgstflv.dsp:
5280         Add new projects to bad workspace
5281
5282 2008-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5283
5284         * gst/mpegtsparse/mpegtspacketizer.c:
5285         Parse component descriptor.
5286         * gst/mpegtsparse/mpegtsparse.c:
5287         Add SI pids to every program (but hardcoded currently).
5288
5289 2008-02-07  Edgard Lima  <edgard.lima@indt.org.br>
5290
5291         * ext/metadata/metadata_mapping.htm:
5292         * ext/metadata/metadataexif.c:
5293         * ext/metadata/metadatatags.c:
5294         * ext/metadata/metadatatags.h:
5295         * tests/icles/metadata_editor.c:
5296         * tests/icles/metadata_editor.glade:
5297           Add more tags. Improve test app.
5298
5299 2008-02-07  Stefan Kost  <ensonic@users.sf.net>
5300
5301         * gst/multifile/gstmultifilesink.c:
5302           Add a fixme comment.
5303
5304         * gst/selector/gstoutputselector.c:
5305           Fix same leak as in input-selector.
5306
5307         * tests/icles/output-selector-test.c:
5308           Improve the test.
5309
5310 2008-02-07  Stefan Kost  <ensonic@users.sf.net>
5311
5312         * gst/spectrum/gstspectrum.c:
5313           Improve the docs.
5314
5315 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5316
5317         * configure.ac:
5318           The dc1394 plugin seems to use API that was removed or changed
5319           before the final 2.0.0 release, so only build it if 2.0.0-rc5
5320           is available. Someone needs to port it to the final API.
5321
5322         * ext/dc1394/gstdc1394.c: (gst_dc1394_change_camera_transmission):
5323           Include string.h for memcpy and use g_usleep instead of usleep.
5324
5325 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
5326
5327         * gst/filter/gstlpwsinc.c:
5328         Fix typo in the long description of the element.
5329
5330 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5331
5332         * gst/xingheader/Makefile.am:
5333         Put CFLAGS and LIBS in the right order
5334
5335 2008-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5336
5337         * configure.ac:
5338           ximagesrc has moved to -good, so no need to check for
5339           the required X libs here any more.
5340
5341 2008-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
5342
5343         Patch by: Wouter Cloetens <wouter at mind dot be>
5344
5345         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_chunk_cb),
5346         (gst_soup_http_src_create):
5347         Fix memory leak and improve debugging a bit.
5348
5349 2008-02-05  Edgard Lima  <edgard.lima@indt.org.br>
5350
5351         * ext/metadata/metadata_mapping.htm:
5352         * ext/metadata/metadataexif.c:
5353         * ext/metadata/metadatatags.c:
5354         * ext/metadata/metadatatags.h:
5355           Add more tags mapping.
5356
5357 2008-02-05  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5358
5359         * gst/mpegtsparse/mpegtsparse.c:
5360         Handle latency queries in src pads.
5361
5362 2008-02-05  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5363
5364         * gst/mpegtsparse/mpegtspacketizer.c:
5365         Add flag to both sdt and nit structures to say
5366         whether the table is for the actual network/ts
5367         or not.
5368
5369 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
5370
5371         Patch by: Josep Torra Valles <josep@fluendo.com>
5372
5373         * gst/mpegvideoparse/mpegvideoparse.c: (gst_mpegvideoparse_flush):
5374         Flush packetizer too.
5375
5376 2008-02-04  Sebastian Dröge  <slomo@circular-chaos.org>
5377
5378         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init),
5379         (gst_ladspa_class_init), (ladspa_describe_plugin), (plugin_init):
5380         Don't use GST_BOILERPLATE as the stuff generated from it is not used
5381         anyway and can't be used.
5382         Store the class struct of the correct type in parent_class.
5383         Pass the LADSPA_Descriptor as class_data to the class_init function
5384         as preparation for the time, when we can add pad templates and friends
5385         in class_init and add a FIXME for that.
5386         Don't use a custom hash table for passing the LADSPA_Descriptors to
5387         base_init but use g_type_set_qdata and g_type_get_qdata.
5388
5389 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
5390
5391         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
5392         Really fix the build.
5393         TODO : Apply spankOmatic2000 on thaytan's rear end.
5394
5395 2008-02-04  Tim-Philipp Müller  <tim at centricular dot net>
5396
5397         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
5398           (GstMpeg2EncPictureReader.StreamPictureParams):
5399           Fix compilation with libmjpegtools 1.8.x.
5400
5401 2008-02-04  Sebastian Dröge  <slomo@circular-chaos.org>
5402
5403         * ext/ladspa/gstsignalprocessor.c:
5404         (gst_signal_processor_class_add_pad_template):
5405         Don't unref the pad template after adding it.
5406         gst_element_class_add_pad_template takes ownership of it.
5407
5408 2008-02-03  Jan Schmidt  <jan.schmidt@sun.com>
5409
5410         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
5411         Use the incoming pixel-aspect-ratio if provided to infer a 
5412         default aspect ratio, which can be overridden using the 'aspect'
5413         property.
5414
5415         Fixes: #499008
5416
5417 2008-02-03  Sebastian Dröge  <slomo@circular-chaos.org>
5418
5419         Patch by: Andrzej Mendel <andrzej dot mendel at gmail dot com>
5420
5421         * configure.ac:
5422         Fix variable naming to make it possible to build the glimagesink
5423         plugin. Fixes bug #514093.
5424
5425 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5426
5427         * ext/metadata/gstmetadatademux.c:
5428           Demote metadatademux to GST_RANK_NONE for the release, it's not
5429           ready to be autoplugged yet.
5430
5431         * tests/icles/metadata_editor.c:
5432           Fix printf format warning for GType on ppc32 by removing it,
5433           since it doesn't make sense to print the GType value anyway.
5434
5435 2008-02-02  Edgard Lima  <edgard.lima@indt.org.br>
5436
5437         * ext/metadata/TODO:
5438         * ext/metadata/gstmetadatamux.c:
5439         * ext/metadata/metadata_mapping.htm:
5440         * ext/metadata/metadataexif.c:
5441         * ext/metadata/metadatatags.c:
5442         * ext/metadata/metadatatags.h:
5443           Map more Exif tags.
5444
5445 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
5446
5447         * gst/selector/gstinputselector.c: (gst_selector_pad_event):
5448         Don't leak event on pads that are not linked. Fixes #512826.
5449
5450 2008-02-01  Tim-Philipp Müller  <tim at centricular dot net>
5451
5452         * configure.ac:
5453           Bump core/base requirements to released versions, to avoid confusion.
5454
5455         * gst/deinterlace/Makefile.am:
5456         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_set_caps):
5457           Use the new GstVideoFormat API to get strides, plane offsets etc..
5458           For Y42B we still need to calculate these ourselves, since the lib
5459           in -base doesn't know about this format yet and we can't bump the
5460           requirement to CVS right now. Fix the Y42B stride, offset and size
5461           calculations for odd widths and heights while we're at it though
5462           (to match those in videotestsrc).
5463
5464 2008-01-31  Edgard Lima  <edgard.lima@indt.org.br>
5465
5466         * ext/metadata/metadata_mapping.htm:
5467         * ext/metadata/metadataexif.c:
5468         * ext/metadata/metadataiptc.c:
5469         * ext/metadata/metadatatags.c:
5470         * ext/metadata/metadatatags.h:
5471         * ext/metadata/metadataxmp.c:
5472           Add documentation.
5473
5474 2008-01-31  Wim Taymans  <wim.taymans@collabora.co.uk>
5475
5476         * ext/metadata/metadataparsejpeg.c: (metadataparse_jpeg_reading):
5477         Fix compilation.
5478
5479 2008-01-31  Wim Taymans  <wim.taymans@collabora.co.uk>
5480
5481         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_dispose):
5482         Really clean up the queue instead of just unreffing all buffers
5483         in it.
5484
5485         * gst-libs/gst/app/gstappsrc.c: (gst_app_src_base_init),
5486         (gst_app_src_class_init), (gst_app_src_init),
5487         (gst_app_src_dispose), (gst_app_src_finalize):
5488         Fix dispose/finalize.
5489
5490 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
5491
5492         * ext/faad/gstfaad.c: (gst_faad_chanpos_to_gst):
5493         Fix compiler warning by making the function signature match what
5494         everyone is passing in...
5495
5496         * tests/icles/Makefile.am:
5497         Fix the build on Solaris by removing GNU ld specific flags that
5498         look unnecessary.
5499
5500 2008-01-31  Sebastian Dröge  <slomo@circular-chaos.org>
5501
5502         * ext/metadata/Makefile.am:
5503         Add some relevant variables to CFLAGS and LIBADD, for example our
5504         compiler warnings paramters.
5505
5506         * ext/metadata/gstbasemetadata.c:
5507         (gst_base_metadata_strip_push_buffer),
5508         (gst_base_metadata_calculate_offsets),
5509         (gst_base_metadata_src_event), (gst_base_metadata_sink_activate):
5510         * ext/metadata/gstmetadatademux.c: (gst_metadata_demux_init),
5511         (gst_metadata_demux_set_property), (gst_metadata_demux_dispose):
5512         * ext/metadata/gstmetadatamux.c: (gst_metadata_mux_init),
5513         (gst_metadata_mux_set_property), (gst_metadata_mux_get_property),
5514         (gst_metadata_mux_dispose),
5515         (gst_metadata_mux_create_chunks_from_tags):
5516         * ext/metadata/metadata.c: (metadata_dispose):
5517         * ext/metadata/metadataexif.c:
5518         (metadataparse_exif_content_foreach_entry_func),
5519         (metadatamux_exif_for_each_tag_in_list):
5520         * ext/metadata/metadataiptc.c:
5521         (metadatamux_iptc_for_each_tag_in_list):
5522         * ext/metadata/metadatamuxjpeg.c: (metadatamux_jpeg_lazy_update),
5523         (metadatamux_jpeg_reading):
5524         * ext/metadata/metadatamuxpng.c: (metadatamux_png_reading):
5525         * ext/metadata/metadataparsejpeg.c: (metadataparse_jpeg_reading):
5526         * ext/metadata/metadataparsepng.c:
5527         * ext/metadata/metadataparseutil.h:
5528         * ext/metadata/metadataxmp.c: (metadataparse_xmp_tag_list_add),
5529         (metadatamux_xmp_create_chunk_from_tag_list):
5530         Fix a million warnings that showed up after the above change.
5531
5532 2008-01-31  Sebastian Dröge  <slomo@circular-chaos.org>
5533
5534         * ext/soup/gstsouphttpsrc.c: (_do_init),
5535         (gst_soup_http_src_base_init), (gst_soup_http_src_class_init),
5536         (gst_soup_http_src_init), (gst_soup_http_src_dispose),
5537         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property),
5538         (gst_soup_http_src_unicodify), (gst_soup_http_src_cancel_message),
5539         (gst_soup_http_src_queue_message),
5540         (gst_soup_http_src_add_range_header),
5541         (gst_soup_http_src_session_unpause_message),
5542         (gst_soup_http_src_session_pause_message),
5543         (gst_soup_http_src_session_close),
5544         (gst_soup_http_src_got_headers_cb),
5545         (gst_soup_http_src_got_body_cb), (gst_soup_http_src_finished_cb),
5546         (gst_soup_http_src_got_chunk_cb), (gst_soup_http_src_response_cb),
5547         (gst_soup_http_src_parse_status), (gst_soup_http_src_create),
5548         (gst_soup_http_src_start), (gst_soup_http_src_stop),
5549         (gst_soup_http_src_unlock), (gst_soup_http_src_unlock_stop),
5550         (gst_soup_http_src_get_size), (gst_soup_http_src_is_seekable),
5551         (gst_soup_http_src_do_seek), (gst_soup_http_src_set_location),
5552         (gst_soup_http_src_set_proxy), (gst_soup_http_src_uri_get_type),
5553         (gst_soup_http_src_uri_get_protocols),
5554         (gst_soup_http_src_uri_get_uri), (gst_soup_http_src_uri_set_uri),
5555         (gst_soup_http_src_uri_handler_init), (plugin_init):
5556         Add changes to gstsouphttpsrc.c that were missing from last commit.
5557
5558 2008-01-31  Sebastian Dröge  <slomo@circular-chaos.org>
5559
5560         Patch by: Wouter Cloetens <wouter at mind dot be>
5561
5562         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5563         * docs/plugins/gst-plugins-bad-plugins.args:
5564         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
5565         * docs/plugins/gst-plugins-bad-plugins.interfaces:
5566         * docs/plugins/inspect/plugin-soup.xml:
5567         (gst_soup_http_src_base_init), (gst_soup_http_src_class_init),
5568         (gst_soup_http_src_init), (gst_soup_http_src_dispose),
5569         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property),
5570         (gst_soup_http_src_unicodify), (gst_soup_http_src_cancel_message),
5571         (gst_soup_http_src_queue_message),
5572         (gst_soup_http_src_add_range_header),
5573         (gst_soup_http_src_session_unpause_message),
5574         (gst_soup_http_src_session_pause_message),
5575         (gst_soup_http_src_session_close),
5576         (gst_soup_http_src_got_headers_cb),
5577         (gst_soup_http_src_got_body_cb), (gst_soup_http_src_finished_cb),
5578         (gst_soup_http_src_got_chunk_cb), (gst_soup_http_src_response_cb),
5579         (gst_soup_http_src_parse_status), (gst_soup_http_src_create),
5580         (gst_soup_http_src_start), (gst_soup_http_src_stop),
5581         (gst_soup_http_src_unlock), (gst_soup_http_src_unlock_stop),
5582         (gst_soup_http_src_get_size), (gst_soup_http_src_is_seekable),
5583         (gst_soup_http_src_do_seek), (gst_soup_http_src_set_location),
5584         (gst_soup_http_src_set_proxy), (gst_soup_http_src_uri_get_type),
5585         (gst_soup_http_src_uri_get_protocols),
5586         (gst_soup_http_src_uri_get_uri), (gst_soup_http_src_uri_set_uri),
5587         (gst_soup_http_src_uri_handler_init), (plugin_init):
5588         * ext/soup/gstsouphttpsrc.h:
5589         Make coding style more consistent, including class renaming.
5590
5591 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
5592
5593         * configure.ac:
5594         Fix configure check for soundtouch to not produce syntax errors.
5595
5596 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
5597
5598         * configure.ac:
5599         * ext/metadata/metadataxmp.c:
5600         (metadatamux_xmp_for_each_tag_in_list):
5601         Fix build with exempi >= 1.99.5 and fix the include
5602         path for exempi.
5603
5604 2008-01-30  Edgard Lima  <edgard.lima@indt.org.br>
5605
5606         * ext/metadata/TODO:
5607           Just uptade the ToDo list.
5608
5609 2008-01-30  Edgard Lima  <edgard.lima@indt.org.br>
5610
5611         * ext/metadata/gstbasemetadata.c:
5612         * ext/metadata/metadatamuxjpeg.c:
5613         * ext/metadata/metadatamuxpng.c:
5614         * ext/metadata/metadataparsejpeg.c:
5615         * ext/metadata/metadatatypes.c:
5616         * ext/metadata/metadatatypes.h:
5617         * ext/metadata/metadataxmp.c:
5618           Add documentation. Speed up a bit png muxer. Fix xmp muxer.
5619
5620 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
5621
5622         Patch by: Wouter Cloetens <wouter at mind dot be>
5623
5624         * ext/soup/gstsouphttpsrc.c:
5625         Update documentation a bit.
5626
5627         * docs/plugins/gst-plugins-bad-plugins.args:
5628         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
5629         * docs/plugins/gst-plugins-bad-plugins.interfaces:
5630         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
5631         * docs/plugins/inspect/plugin-alsaspdif.xml:
5632         * docs/plugins/inspect/plugin-dvb.xml:
5633         * docs/plugins/inspect/plugin-filter.xml:
5634         * docs/plugins/inspect/plugin-glimagesink.xml:
5635         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
5636         * docs/plugins/inspect/plugin-quicktime.xml:
5637         * docs/plugins/inspect/plugin-rawparse.xml:
5638         * docs/plugins/inspect/plugin-replaygain.xml:
5639         * docs/plugins/inspect/plugin-sdl.xml:
5640         * docs/plugins/inspect/plugin-soundtouch.xml:
5641         * docs/plugins/inspect/plugin-soup.xml:
5642         * docs/plugins/inspect/plugin-spcdec.xml:
5643         * docs/plugins/inspect/plugin-spectrum.xml:
5644         * docs/plugins/inspect/plugin-speed.xml:
5645         * docs/plugins/inspect/plugin-speexresample.xml:
5646         * docs/plugins/inspect/plugin-switch.xml:
5647         * docs/plugins/inspect/plugin-videocrop.xml:
5648         Regenerate everything for the documentation changes we had.
5649
5650 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
5651
5652         * ext/gio/gstgiobasesink.c: (close_stream_cb),
5653         (gst_gio_base_sink_stop), (gst_gio_base_sink_event),
5654         (gst_gio_base_sink_render), (gst_gio_base_sink_set_stream):
5655         * ext/gio/gstgiobasesrc.c: (close_stream_cb),
5656         (gst_gio_base_src_stop), (gst_gio_base_src_create),
5657         (gst_gio_base_src_set_stream):
5658         Use async variants of the close stream functions to prevent blocking
5659         for a long time there and add some more sanity checks for a correct
5660         stream.
5661
5662 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
5663
5664         * tests/icles/Makefile.am:
5665         Move -Wl parameter from _LDADD to _LDFLAGS to fix autogen.sh.
5666
5667 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
5668
5669         Patch by: Wouter Cloetens <wouter at mind dot be>
5670
5671         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_init):
5672         Let the proxy property default to the content of the $http_proxy
5673         environment variable.
5674
5675 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
5676
5677         Patch by: Wouter Cloetens <wouter at mind dot be>
5678
5679         * tests/check/test-cert.pem:
5680         * tests/check/test-key.pem:
5681         Add missing files for the unit test.
5682
5683 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
5684
5685         Patch by: Wouter Cloetens <wouter at mind dot be>
5686
5687         * docs/plugins/Makefile.am:
5688         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5689         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5690         Add souphttpsrc to the docs.
5691
5692         * configure.ac:
5693         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_class_init),
5694         (gst_souphttp_src_init), (gst_souphttp_src_dispose),
5695         (gst_souphttp_src_set_property), (gst_souphttp_src_get_property),
5696         (gst_souphttp_src_cancel_message),
5697         (gst_souphttp_src_queue_message),
5698         (gst_souphttp_src_add_range_header),
5699         (gst_souphttp_src_session_unpause_message),
5700         (gst_souphttp_src_session_pause_message),
5701         (gst_souphttp_src_session_close),
5702         (gst_souphttp_src_got_headers_cb), (gst_souphttp_src_got_body_cb),
5703         (gst_souphttp_src_finished_cb), (gst_souphttp_src_got_chunk_cb),
5704         (gst_souphttp_src_response_cb), (gst_souphttp_src_parse_status),
5705         (gst_souphttp_src_create), (gst_souphttp_src_start),
5706         (gst_souphttp_src_stop), (gst_souphttp_src_unlock),
5707         (gst_souphttp_src_unlock_stop), (gst_souphttp_src_get_size),
5708         (gst_souphttp_src_is_seekable), (gst_souphttp_src_do_seek),
5709         (gst_souphttp_src_set_location), (gst_souphttp_src_set_proxy),
5710         (plugin_init):
5711         * ext/soup/gstsouphttpsrc.h:
5712         Add support for libsoup2.4 and require it. Also implement redirection
5713         and manual proxy specification. Fixes bug #510708.
5714
5715         * tests/check/Makefile.am:
5716         * tests/check/elements/.cvsignore:
5717         * tests/check/elements/souphttpsrc.c:
5718         Add unit test for souphttpsrc.
5719
5720 2008-01-30  Edgard Lima  <edgard.lima@indt.org.br>
5721
5722         * ext/Makefile.am:
5723         * ext/metadata/TODO:
5724         * ext/metadata/gstbasemetadata.c:
5725         * ext/metadata/gstbasemetadata.h:
5726         * ext/metadata/metadatamuxjpeg.c:
5727         * ext/metadata/metadatamuxjpeg.h:
5728         * ext/metadata/metadatamuxpng.c:
5729         * ext/metadata/metadatamuxpng.h:
5730         * ext/metadata/metadataparsejpeg.c:
5731         * ext/metadata/metadataparsepng.c:
5732         * tests/icles/Makefile.am:
5733           Add documentation. Fix test app compilation. Fix pull mode.
5734
5735 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
5736
5737         Patch by: Thijs Vermeir  <thijsvermeir at gmail dot com>
5738
5739         * gst/rtpmanager/gstrtpjitterbuffer.c:
5740         (gst_rtp_jitter_buffer_chain):
5741         Try to get the new clock-rate from the buffer caps when we receive a new
5742         payload type instead of always firing the signal. Fixes #512774.
5743
5744 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
5745
5746         * ext/mpeg2enc/gstmpeg2enc.cc:
5747         Define LOG_NONE and friends if they're not defined yet. mjpegtools
5748         1.9.0rc3 removed their definitions but without it doesn't make much
5749         sense to write a log handler.
5750
5751 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
5752
5753         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5754         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5755         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
5756         * docs/plugins/gst-plugins-bad-plugins.types:
5757           Add base classes for metadata and equalizer (no introspection yet).
5758
5759 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
5760
5761         * ext/metadata/README:
5762           Formatting.
5763         * tests/icles/metadata_editor.c:
5764           Include stdlib.h.
5765
5766 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
5767
5768         * configure.ac:
5769         * docs/plugins/Makefile.am:
5770         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5771         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5772         * docs/plugins/gst-plugins-bad-plugins.args:
5773         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
5774         * docs/plugins/gst-plugins-bad-plugins.interfaces:
5775         * docs/plugins/gst-plugins-bad-plugins.signals:
5776         * docs/plugins/inspect/plugin-metadata.xml:
5777         * docs/plugins/inspect/plugin-selector.xml:
5778         * docs/plugins/inspect/plugin-soundtouch.xml:
5779         * docs/plugins/inspect/plugin-switch.xml:
5780         * gst/selector/.cvsignore:
5781         * gst/selector/Makefile.am:
5782         * gst/selector/gstinputselector.c:
5783         * gst/selector/gstinputselector.h:
5784         * gst/selector/gstoutputselector.c:
5785         * gst/selector/gstoutputselector.h:
5786         * gst/selector/gstselector-marshal.list:
5787         * gst/selector/gstselector.c:
5788         * gst/selector/selector.vcproj:
5789         * gst/switch/.cvsignore:
5790         * gst/switch/Makefile.am:
5791         * gst/switch/gstswitch-marshal.list:
5792         * gst/switch/gstswitch.c:
5793         * gst/switch/gstswitch.h:
5794         * gst/switch/switch.vcproj:
5795         * tests/icles/.cvsignore:
5796         * tests/icles/Makefile.am:
5797         * tests/icles/output-selector-test.c:
5798           Replace the switch plugin with the selector plugin. Add output-
5799           selector as the opposite of input-selectoo (was switch). Add a test
5800           for output-selector. Add docs for the elements. The vcproj needs
5801           update. Fixes #500142.
5802
5803 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
5804
5805         * gst/h264parse/gsth264parse.c: (gst_h264_parse_chain_forward):
5806           Try to avoid 'unused variable' compiler warning if debugging is
5807           disabled (not bullet proof, but seems to do for now). (#512654)
5808
5809 2008-01-28  Sebastian Dröge  <slomo@circular-chaos.org>
5810
5811         * ext/soundtouch/gstbpmdetect.cc:
5812         Clean up a bit and only allocate a temporary buffer for the data
5813         if processing stereo data as BPMDetect downmixes from stereo to
5814         mono and stores the result in the input data. Thanks to
5815         Stefan Kost for the suggestions.
5816
5817 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
5818
5819         * ext/soundtouch/gstpitch.cc:
5820         Cast a double to a GstClockTimeDiff to fix a compiler warning.
5821
5822 2008-01-27  Stefan Kost  <ensonic@users.sf.net>
5823
5824         * tests/icles/metadata_editor.c:
5825           Printf format fix.
5826
5827 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
5828
5829         * ext/soundtouch/gstpitch.cc:
5830         Don't send a LATENCY event for now until we get the usage right.
5831
5832 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
5833
5834         * ext/soundtouch/gstpitch.cc:
5835         * ext/soundtouch/gstpitch.hh:
5836         Implement LATENCY query and notify about latency changes.
5837         Unfortunately we don't have a fixed latency but it changes
5838         a bit with each buffer so we only send an LATENCY event with
5839         the maximum latency if it changes.
5840
5841         Always calculate the timestamp, duration, etc from the sample
5842         rate instead of using a pre-calculated duration for one sample
5843         to prevent large rounding errors.
5844
5845 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
5846
5847         Based on a patch by:
5848             Hans de Goede <j dot w dot r dot degoede at hhs dot nl>
5849
5850         * configure.ac:
5851         * ext/mpeg2enc/gstmpeg2encoder.cc:
5852         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
5853         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
5854         Add support for building against mjpegtools 1.9 while keeping
5855         compatiblity with older versions.
5856
5857 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
5858
5859         * ext/soundtouch/gstbpmdetect.cc:
5860         Only consider a BPM value above 1.0 as valid.
5861
5862 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
5863
5864         * ext/soundtouch/Makefile.am:
5865         * ext/soundtouch/gstbpmdetect.cc:
5866         * ext/soundtouch/gstbpmdetect.hh:
5867         * ext/soundtouch/plugin.c: (plugin_init):
5868         Add BPM detection plugin based on SoundTouch's libBPM.
5869
5870         * ext/soundtouch/gstpitch.cc:
5871         Allow sample rates until MAX instead of only 48kHz and remove the
5872         buffer-frames field from that caps.
5873         Clear the remaining samples completely when necessary to get into
5874         a clean state again.
5875
5876 2008-01-26  Sebastian Dröge  <slomo@circular-chaos.org>
5877
5878         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init):
5879         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init):
5880         Don't implement get_unit_size() ourselves, the GstAudioFilter base
5881         class already does this for us.
5882
5883 2008-01-26  Sebastian Dröge  <slomo@circular-chaos.org>
5884
5885         * ext/soundtouch/gstpitch.cc:
5886         Allow seeking only in TIME and DEFAULT format, other formats will
5887         not work as expected. Also handle a stop position of -1 correctly
5888         for seeks, newsegment events and the queries. This fixes playback
5889         with the pitch element if upstream doesn't know the duration or has
5890         -1 as stop position in NEWSEGMENT events for other reasons. Before
5891         simply nothing was played as the segment was going from 0 to 0.
5892
5893         Send a GST_MESSAGE_DURATION whenever the rate or tempo is changed
5894         so applications can update their cached duration. Fixes bug #503308.
5895
5896         Some random cleanup and memory leak closing.
5897
5898 2008-01-26  Sebastian Dröge  <slomo@circular-chaos.org>
5899
5900         * ext/musepack/gstmusepackdec.h:
5901         * ext/musepack/gstmusepackreader.c:
5902         First include the libmpcdec headers before everything else as they
5903         #define TRUE and FALSE unconditionally and we otherwise get conflicts
5904         with the ones that GLib defines.
5905
5906 2008-01-26  Sebastian Dröge  <slomo@circular-chaos.org>
5907
5908         * configure.ac:
5909         * ext/soundtouch/gstpitch.cc:
5910         Add support for libsoundtouch 1.3.1 and add an ugly workaround for
5911         the header definined PACKAGE and other variables for which we need
5912         our own values from config.h.
5913
5914 2008-01-26  Tim-Philipp Müller  <tim at centricular dot net>
5915
5916         * configure.ac:
5917           Check for libglade-2.0, for the metadata-editor example.
5918
5919         * tests/icles/Makefile.am:
5920           Only try to build the metadata-editor example if we have gtk and
5921           glade (otherwise the build would just fail ...); fix build in
5922           uninstalled setup.
5923
5924         * tests/icles/metadata_editor.c: (on_cell_edited), (ui_add_columns):
5925           Fix compiler warnings (use GLib macros to cast pointer <-> int).
5926
5927 2008-01-25  Edgard Lima  <edgard.lima@indt.org.br>
5928
5929         * ext/metadata/TODO:
5930         * ext/metadata/gstbasemetadata.c:
5931         * ext/metadata/metadata.c:
5932         * ext/metadata/metadata.h:
5933         * ext/metadata/metadataexif.c:
5934         * ext/metadata/metadataexif.h:
5935         * ext/metadata/metadataiptc.c:
5936         * ext/metadata/metadataiptc.h:
5937         * ext/metadata/metadataparsejpeg.c:
5938         * ext/metadata/metadataparsejpeg.h:
5939         * ext/metadata/metadataparsepng.c:
5940         * ext/metadata/metadataparsepng.h:
5941         * ext/metadata/metadataparseutil.c:
5942         * ext/metadata/metadataparseutil.h:
5943         * ext/metadata/metadatatags.c:
5944         * ext/metadata/metadatatags.h:
5945         * ext/metadata/metadatatypes.c:
5946         * ext/metadata/metadatatypes.h:
5947         * ext/metadata/metadataxmp.c:
5948         * ext/metadata/metadataxmp.h:
5949         * ext/metadata/test/Makefile:
5950         * ext/metadata/test/MetadataEditorMain.glade:
5951         * ext/metadata/test/metadata_editor.c:
5952         * tests/icles/Makefile.am:
5953         * tests/icles/metadata_editor.c:
5954         * tests/icles/metadata_editor.glade:
5955           Add lot of documentation.
5956
5957 2008-01-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5958
5959         * sys/dvb/gstdvbsrc.c:
5960         Open frontend in NULL->READY so caps about dvb adapter can be
5961         seen by the app.
5962
5963 2008-01-25  Wim Taymans  <wim.taymans@collabora.co.uk>
5964
5965         Patch by: Olivier Crete <tester@tester.ca>
5966
5967         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_associate),
5968         (create_stream), (payload_type_change), (new_ssrc_pad_found):
5969         Also handle lip-sync when the clock-rate is not provided with caps but
5970         with a signal.
5971
5972 2008-01-25  Wim Taymans  <wim.taymans@collabora.co.uk>
5973
5974         Patch by: Olivier Crete <tester@tester.ca>
5975
5976         * gst/rtpmanager/gstrtpjitterbuffer.c:
5977         (gst_jitter_buffer_sink_parse_caps), (gst_rtp_jitter_buffer_chain):
5978         * gst/rtpmanager/rtpjitterbuffer.c: (calculate_skew),
5979         (rtp_jitter_buffer_insert):
5980         * gst/rtpmanager/rtpjitterbuffer.h:
5981         Remove the fixed clock-rate from the jitterbuffer and extend it so that
5982         a clock-rate can be provided with each buffer instead. Fixes #511686.
5983
5984 2008-01-25  Wim Taymans  <wim.taymans@collabora.co.uk>
5985
5986         Patch by: Olivier Crete <tester@tester.ca>
5987
5988         * gst/rtpmanager/gstrtpjitterbuffer.c:
5989         (gst_rtp_jitter_buffer_init), (gst_rtp_jitter_buffer_change_state),
5990         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
5991         Remove old unused variable.
5992         Track pt on input buffers and get the clock-rate when it changes.
5993         Ignore packets with unknown clock-rate. Fixes #511146.
5994
5995 2008-01-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5996
5997         * sys/dvb/gstdvbsrc.c:
5998         Post bus message about adapter type and it's capabilities,
5999         when opening the frontend.
6000         After failing to read from the dvr, post a bus message to
6001         inform the app.
6002
6003 2008-01-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6004
6005         * gst/mpegtsparse/mpegtspacketizer.c:
6006         The logic for the guard interval calculation was totally wrong.
6007         Fixed.
6008
6009 2008-01-24  David Schleef  <ds@schleef.org>
6010
6011         Patch by: Olivier Crete <tester@tester.ca>
6012
6013         * gst/rtpmanager/rtpsource.c: Fix unref of buffer using the
6014           wrong function.  Fixes #511920
6015
6016 2008-01-24  Stefan Kost  <ensonic@users.sf.net>
6017
6018         * docs/plugins/Makefile.am:
6019         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6020         * docs/plugins/gst-plugins-bad-plugins.args:
6021         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
6022         * docs/plugins/gst-plugins-bad-plugins.interfaces:
6023         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
6024         * docs/plugins/gst-plugins-bad-plugins.signals:
6025           Now we have full hierarchy.
6026
6027         * docs/plugins/inspect/plugin-metadata.xml:
6028           Regenerate.
6029
6030         * ext/amrwb/gstamrwbdec.h:
6031           Add doc blob for object instance.
6032
6033 2008-01-24  Tim-Philipp Müller  <tim at centricular dot net>
6034
6035         * docs/plugins/gst-plugins-bad-plugins.args:
6036         * docs/plugins/inspect/plugin-metadata.xml:
6037           Update this too, hopefully fixes the docs build (does at least
6038           for me, after make clean in docs/plugins).
6039
6040 2008-01-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6041
6042         * gst/mpegtsparse/gstmpegdesc.h:
6043         * gst/mpegtsparse/mpegtspacketizer.c:
6044         Fix network name descriptor, the length is actually the
6045         descriptor length not stored in the byte after.
6046         Fix bounds checking to be more correct.
6047
6048 2008-01-23  Edgard Lima  <edgard.lima@indt.org.br>
6049
6050         * docs/plugins/Makefile.am:
6051         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6052         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6053         * ext/metadata/TODO:
6054         * ext/metadata/gstbasemetadata.c:
6055         * ext/metadata/gstbasemetadata.h:
6056         * ext/metadata/gstmetadatademux.c:
6057         * ext/metadata/gstmetadatademux.h:
6058         * ext/metadata/gstmetadatamux.c:
6059         * ext/metadata/gstmetadatamux.h:
6060         * ext/metadata/metadatatags.c:
6061           Add some documentation.
6062
6063 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6064
6065         * configure.ac:
6066         * ext/dts/gstdtsdec.c:
6067         Add support for building against libdca (with the libdts compat
6068         header). Fixes bug #511530.
6069
6070         Should probably be ported to libdca as some points as it's the
6071         successor of libdts.
6072
6073 2008-01-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6074
6075         * sys/dvb/gstdvbsrc.c:
6076         Do not go on forever if problem with reading from dvr, rather
6077         return NULL.
6078         Handle some cleanup issues of closing filedescriptors when
6079         failing to tune or similar.
6080
6081 2008-01-23 Christian Schaller <christian.schaller@collabora.co.uk>
6082
6083         * gst/rawparse/Makefile.am: Add missing header files to noinst_headers
6084         * gst-plugins-bad.spec: update for latest changes
6085
6086 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6087
6088         * docs/plugins/Makefile.am:
6089         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6090         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6091         * gst/xingheader/gstxingmux.c:
6092         * gst/xingheader/gstxingmux.h:
6093         Add documentation for the xingheader plugin.
6094
6095         * tests/check/elements/xingmux.c: (GST_START_TEST):
6096         Set element state to PLAYING before doing something else.
6097
6098 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6099
6100         * tests/check/Makefile.am:
6101         * tests/check/elements/.cvsignore:
6102         * tests/check/elements/xingmux.c: (setup_xingmux),
6103         (cleanup_xingmux), (GST_START_TEST), (xingmux_suite), (main):
6104         * tests/check/elements/xingmux_testdata.h:
6105         Add simple unit test for the xingmux element.
6106
6107         * gst/xingheader/gstxingmux.c: (generate_xing_header),
6108         (gst_xing_mux_finalize), (xing_reset):
6109         Fix a memleak and invalid seek tables with less than 100 MP3 frames.
6110
6111 2008-01-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6112
6113         * gst/mpegtsparse/gstmpegdesc.h:
6114         * gst/mpegtsparse/mpegtspacketizer.c:
6115         Parsed the satellite delivery system descriptor and
6116         added into nit's transport structure for delivery
6117         over the bus.
6118
6119 2008-01-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6120
6121         * gst/mpegtsparse/mpegtspacketizer.c:
6122         Parsed and added network name to the nit structure sent
6123         in the bus message.
6124
6125 2008-01-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6126
6127         * gst/mpegtsparse/mpegtspacketizer.c:
6128         Remove leaks introduced by not freeing g_strndup'd strings.
6129         Fix start_time and duration parsing in EIT.
6130
6131 2008-01-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6132
6133         * gst/mpegtsparse/mpegtspacketizer.c:
6134         Add event name and description to the eit structure
6135         sent in the bus message.
6136
6137 2008-01-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6138
6139         * gst/mpegtsparse/mpegtsparse.c:
6140         Revert const removal from previous commit.
6141
6142 2008-01-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6143
6144         * gst/mpegtsparse/Makefile.am:
6145         * gst/mpegtsparse/gstmpegdesc.c:
6146         * gst/mpegtsparse/gstmpegdesc.h:
6147         * gst/mpegtsparse/mpegtspacketizer.c:
6148         * gst/mpegtsparse/mpegtsparse.c:
6149         Added descriptor searching infrastructure from Fluendo TS demuxer.
6150         Add channel name and provider to the sdt structure sent in the
6151         bus message.
6152
6153 2008-01-22  Julien Moutte  <julien@fluendo.com>
6154
6155         * gst/h264parse/gsth264parse.c: (gst_h264_parse_chain_forward):
6156         Parse NAL units in forward mode to mark delta units flags.
6157
6158 2008-01-22  Stefan Kost  <ensonic@users.sf.net>
6159
6160         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6161         * docs/plugins/gst-plugins-bad-plugins.args:
6162         * docs/plugins/inspect/plugin-mpeg2enc.xml:
6163         * docs/plugins/inspect/plugin-musepack.xml:
6164           Regenerate.
6165   
6166         * docs/plugins/inspect/plugin-tremor.xml:
6167           Add vorbisidec aka trmor.
6168
6169         * ext/dc1394/gstdc1394.c:
6170           Add short description.
6171
6172 2008-01-22  Stefan Kost  <ensonic@users.sf.net>
6173
6174         * docs/plugins/Makefile.am:
6175           Add missing eol \
6176
6177         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6178           Place object names to standard sectionas plugin dont document those.
6179
6180         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6181         * docs/plugins/gst-plugins-bad-plugins.args:
6182         * docs/plugins/gst-plugins-bad-plugins.signals:
6183         * docs/plugins/inspect/plugin-dvb.xml:
6184         * docs/plugins/inspect/plugin-nuvdemux.xml:
6185           regenerate.
6186           
6187         * ext/ivorbis/vorbisdec.c:
6188         * ext/ivorbis/vorbisdec.h:
6189           Mark private vars and add short desc.
6190
6191         * ext/mythtv/gstmythtvsrc.c:
6192         * ext/theora/theoradec.c:
6193           Add short desc.
6194
6195 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6196
6197         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6198         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6199         * gst/nuvdemux/gstnuvdemux.c:
6200           One less to do. Its 'nuv' not 'nvu'. As an extra bonus I mention what
6201           it actually is.
6202
6203 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6204
6205         * docs/plugins/Makefile.am:
6206         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6207         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6208           Update lists again. Those whole can build ivorbisdec, mythtvsrc,
6209           nvudemux and theoradecexp, please commit the inspect/plugin-xxx.xml.
6210
6211         * docs/plugins/inspect/plugin-gstinterlace.xml:
6212         * docs/plugins/inspect/plugin-rawparse.xml
6213         * docs/plugins/inspect/plugin-videoparse.xml:
6214           Replace videoparse with rawparse.
6215
6216         * gst/dvdspu/gstdvdspu.h:
6217           Help gtk-doc to recognize the object struct.
6218
6219 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6220
6221         * gst/librfb/rfbdecoder.c:
6222         * gst/librfb/rfbdecoder.h:
6223           Don't use gtk-doc comment style for non gtk-doc comments.
6224           Make one static function static.
6225
6226 2008-01-21  Wim Taymans  <wim.taymans@collabora.co.uk>
6227
6228         Patch by: Gabriel Bouvigne <bouvigne at mp3-tech dot org>
6229
6230         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_class_init),
6231         (gst_deinterlace_init), (gst_deinterlace_set_caps),
6232         (gst_deinterlace_transform_ip), (gst_deinterlace_set_property),
6233         (gst_deinterlace_get_property):
6234         * gst/deinterlace/gstdeinterlace.h:
6235         Provide 4:2:2 support
6236         Also deinterlace chroma planes
6237         Allow to turn on/off deinterlacing
6238         Change of default thresholds, in order to provide acceptable results
6239         with default params. Fixes #511001.
6240
6241 2008-01-21  Tim-Philipp Müller  <tim at centricular dot net>
6242
6243         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6244           Update docs file too.
6245
6246 2008-01-21  Tim-Philipp Müller  <tim at centricular dot net>
6247
6248         * gst/dvdspu/gstdvdspu-render.c: (gst_dvd_spu_render_spu):
6249         * gst/dvdspu/gstdvdspu.c: (dvdspu_debug), (GST_CAT_DEFAULT),
6250           (subpic_sink_factory), (gst_dvd_spu_base_init),
6251           (gst_dvd_spu_class_init), (gst_dvd_spu_init), (gst_dvd_spu_clear),
6252           (gst_dvd_spu_dispose), (gst_dvd_spu_finalize),
6253           (gst_dvd_spu_flush_spu_info), (gst_dvd_spu_buffer_alloc),
6254           (gst_dvd_spu_src_event), (gst_dvd_spu_video_set_caps),
6255           (gst_dvd_spu_video_proxy_getcaps), (gst_dvd_spu_video_event),
6256           (gst_dvd_spu_video_chain), (dvspu_handle_vid_buffer),
6257           (gst_dvd_spu_redraw_still), (gst_dvd_spu_parse_chg_colcon),
6258           (gst_dvd_spu_exec_cmd_blk), (gst_dvd_spu_finish_spu_buf),
6259           (gst_dvd_spu_setup_cmd_blk), (gst_dvd_spu_handle_new_spu_buf),
6260           (gst_dvd_spu_handle_dvd_event), (gst_dvd_spu_advance_spu),
6261           (gst_dvd_spu_check_still_updates), (gst_dvd_spu_subpic_chain),
6262           (gst_dvd_spu_subpic_event), (gst_dvd_spu_change_state),
6263           (gst_dvd_spu_plugin_init):
6264         * gst/dvdspu/gstdvdspu.h: (GST_TYPE_DVD_SPU):
6265           Fix up dvdspu element again after previous namespace mangling:
6266           rename debug category variable to old name, matching that in
6267           dvdspu-render.c, to avoid undefined symbol error when loading
6268           the module; same for the _render function in dvdspu-render.c:
6269           we must use the same name in both .c files; change functions
6270           now called gstgst_* back to gst_* again; and while we're at it,
6271           we may as well canonicalise the namespace properly, namely to
6272           gst_dvd_spu_*.
6273
6274 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6275
6276         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6277         * ext/theora/theoradec.c:
6278         * ext/theora/theoradec.h:
6279           Coherent namespace usage and adding symbold from unused to sections.
6280
6281 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6282
6283         * docs/plugins/Makefile.am:
6284         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6285           Add symbols from -unused.txt to the right place.
6286
6287         * gst/dvdspu/gstdvdspu.c:
6288         * gst/dvdspu/gstdvdspu.h:
6289           Coherent namespace usage.
6290
6291         * gst/spectrum/gstspectrum.c:
6292           Fix broken XML fragment in doc snippet even more.
6293
6294 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6295
6296         * docs/plugins/Makefile.am:
6297           Update include list.
6298
6299         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6300           Update xml includes.
6301
6302         * docs/plugins/inspect/plugin-alsaspdif.xml:
6303         * docs/plugins/inspect/plugin-amrwb.xml:
6304         * docs/plugins/inspect/plugin-bayer.xml:
6305         * docs/plugins/inspect/plugin-bz2.xml:
6306         * docs/plugins/inspect/plugin-cdxaparse.xml:
6307         * docs/plugins/inspect/plugin-dtsdec.xml:
6308         * docs/plugins/inspect/plugin-dvbsrc.xml:
6309         * docs/plugins/inspect/plugin-dvdspu.xml:
6310         * docs/plugins/inspect/plugin-equalizer.xml:
6311         * docs/plugins/inspect/plugin-faac.xml:
6312         * docs/plugins/inspect/plugin-faad.xml:
6313         * docs/plugins/inspect/plugin-fbdevsink.xml:
6314         * docs/plugins/inspect/plugin-festival.xml:
6315         * docs/plugins/inspect/plugin-filter.xml:
6316         * docs/plugins/inspect/plugin-flvdemux.xml:
6317         * docs/plugins/inspect/plugin-freeze.xml:
6318         * docs/plugins/inspect/plugin-gsm.xml:
6319         * docs/plugins/inspect/plugin-gstinterlace.xml:
6320         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
6321         * docs/plugins/inspect/plugin-h264parse.xml:
6322         * docs/plugins/inspect/plugin-interleave.xml:
6323         * docs/plugins/inspect/plugin-ladspa.xml:
6324         * docs/plugins/inspect/plugin-metadata.xml:
6325         * docs/plugins/inspect/plugin-modplug.xml:
6326         * docs/plugins/inspect/plugin-mpeg4videoparse.xml:
6327         * docs/plugins/inspect/plugin-mpegtsparse.xml:
6328         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
6329         * docs/plugins/inspect/plugin-musicbrainz.xml:
6330         * docs/plugins/inspect/plugin-mve.xml:
6331         * docs/plugins/inspect/plugin-nsfdec.xml:
6332         * docs/plugins/inspect/plugin-nuvdemux.xml:
6333         * docs/plugins/inspect/plugin-qtdemux.xml:
6334         * docs/plugins/inspect/plugin-quicktime.xml:
6335         * docs/plugins/inspect/plugin-real.xml:
6336         * docs/plugins/inspect/plugin-replaygain.xml:
6337         * docs/plugins/inspect/plugin-sdl.xml:
6338         * docs/plugins/inspect/plugin-sdp.xml:
6339         * docs/plugins/inspect/plugin-spectrum.xml:
6340         * docs/plugins/inspect/plugin-speed.xml:
6341         * docs/plugins/inspect/plugin-speexresample.xml:
6342         * docs/plugins/inspect/plugin-stereo.xml:
6343         * docs/plugins/inspect/plugin-switch.xml:
6344         * docs/plugins/inspect/plugin-timidity.xml:
6345         * docs/plugins/inspect/plugin-tta.xml:
6346         * docs/plugins/inspect/plugin-videocrop.xml:
6347         * docs/plugins/inspect/plugin-videoparse.xml:
6348         * docs/plugins/inspect/plugin-videosignal.xml:
6349         * docs/plugins/inspect/plugin-vmnc.xml:
6350         * docs/plugins/inspect/plugin-wildmidi.xml:
6351         * docs/plugins/inspect/plugin-x264.xml:
6352         * docs/plugins/inspect/plugin-xingheader.xml:
6353         * docs/plugins/inspect/plugin-xvid.xml:
6354         * docs/plugins/inspect/plugin-y4menc.xml:
6355           Regenerate files.
6356
6357         * gst/spectrum/gstspectrum.c:
6358           Fix broken XML fragment in doc snippet.
6359
6360         * tests/check/elements/.cvsignore:
6361           Add test binary to ignores.
6362
6363 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6364
6365         * gst/h264parse/gsth264parse.c:
6366           Fix the build. GST_TIME_ARGS takes a timestamp not a buffer.
6367
6368 2008-01-20  Sebastian Dröge  <slomo@circular-chaos.org>
6369
6370         Patch by: Wouter Cloetens <wouter at mind dot be>
6371
6372         * ext/soup/gstsouphttpsrc.c: (soup_got_headers):
6373         Report the size of the stream as the total size instead of
6374         the remaining Content-Length, which is wrong after a seek.
6375
6376 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
6377
6378         * gst/rawparse/gstrawparse.c: (gst_raw_parse_push_buffer),
6379         (gst_raw_parse_loop):
6380         Handle framesizes > 4096 with multiple frames per buffer correctly
6381         in pull mode and handle short reads better.
6382         Also put offset and offset_end on outgoing buffers.
6383
6384 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
6385
6386         * gst/rawparse/gstrawparse.c: (gst_raw_parse_loop):
6387         Improve handling of unknown or too small upstream sizes in
6388         pull mode.
6389
6390 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
6391
6392         * gst/rawparse/gstrawparse.c: (gst_raw_parse_loop),
6393         (gst_raw_parse_handle_seek_push):
6394         Improve debugging a bit and for handling multiple frames per buffer
6395         in pull mode choose the next smallest multiply of framesize below
6396         4096 instead of always handling 1024 frames.
6397
6398 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
6399
6400         Patch by: Wouter Cloetens <wouter at mind dot be>
6401
6402         * ext/soup/gstsouphttpsrc.c: (soup_got_headers):
6403         Correctly set duration on the GstBaseSrc segment when we know it
6404         to fix failing the duration query.
6405
6406 2008-01-18  Wim Taymans  <wim.taymans@collabora.co.uk>
6407
6408         * gst/h264parse/gsth264parse.c: (gst_h264_parse_flush_decode),
6409         (gst_h264_parse_queue_buffer), (gst_h264_parse_chain_reverse):
6410         Set timestamps more correctly.
6411
6412 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
6413
6414         * gst/rawparse/gstrawparse.c: (gst_raw_parse_class_init),
6415         (gst_raw_parse_init), (gst_raw_parse_reset),
6416         (gst_raw_parse_set_src_caps), (gst_raw_parse_push_buffer),
6417         (gst_raw_parse_chain), (gst_raw_parse_loop),
6418         (gst_raw_parse_sink_activate), (gst_raw_parse_sink_activatepull),
6419         (gst_raw_parse_change_state), (gst_raw_parse_sink_event),
6420         (gst_raw_parse_handle_seek_push), (gst_raw_parse_handle_seek_pull),
6421         (gst_raw_parse_src_event), (gst_raw_parse_src_query):
6422         * gst/rawparse/gstrawparse.h:
6423         Implement pull mode.
6424
6425 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
6426
6427         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
6428         Fix memory leak spotted by the unit test.
6429
6430 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
6431
6432         * tests/check/Makefile.am:
6433         Enable spectrum test again.
6434
6435         * tests/check/gst-plugins-bad.supp:
6436         Add suppressions for a singleton in GIO that can't be freed.
6437
6438 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
6439
6440         * tests/check/Makefile.am:
6441         * tests/check/elements/.cvsignore:
6442         * tests/check/elements/equalizer.c: (setup_equalizer),
6443         (cleanup_equalizer), (GST_START_TEST), (equalizer_suite), (main):
6444         Add some minimal tests for the equalizer plugin.
6445
6446 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
6447
6448         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_finalize):
6449         Unparent all bands from the equalizer when finalizing to stop
6450         leaking them.
6451
6452 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
6453
6454         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_uri_get_protocols):
6455         Add support for WebDAV.
6456
6457 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
6458
6459         Patch by: Wouter Cloetens <wouter at mind dot be>
6460
6461         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_class_init),
6462         (gst_souphttp_src_init), (gst_souphttp_src_create),
6463         (gst_souphttp_src_is_seekable), (gst_souphttp_src_do_seek),
6464         (soup_add_range_header), (soup_got_headers), (soup_got_chunk):
6465         * ext/soup/gstsouphttpsrc.h:
6466         Add support for seeking to souphttpsrc. Fixes bug #502335.
6467
6468 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
6469
6470         * gst/h264parse/gsth264parse.c: (gst_h264_parse_clear_queues),
6471         (gst_h264_parse_flush_decode), (gst_h264_parse_queue_buffer),
6472         (gst_h264_parse_find_start_reverse),
6473         (gst_h264_parse_chain_reverse), (gst_h264_parse_chain):
6474         * gst/h264parse/gsth264parse.h:
6475         Improve debugging.
6476         Fix buffer splitting at sync codes and leftover buffer after
6477         scanning.
6478
6479 2008-01-17  Edgard Lima  <edgard.lima@indt.org.br>
6480
6481         * ext/metadata/TODO:
6482         * ext/metadata/metadataexif.c:
6483         * ext/metadata/metadataxmp.c:
6484           Fixed adding EXIF tags to correct IFD. Mapped some XMP tags.
6485
6486 2008-01-16  Wim Taymans  <wim.taymans@collabora.co.uk>
6487
6488         * gst/h264parse/gsth264parse.c: (gst_nal_list_new),
6489         (gst_nal_list_prepend_link), (gst_nal_list_delete_head),
6490         (gst_nal_bs_init), (gst_nal_bs_read), (gst_nal_bs_eos),
6491         (gst_nal_bs_read_ue), (gst_h264_parse_class_init),
6492         (gst_h264_parse_init), (gst_h264_parse_set_property),
6493         (gst_h264_parse_get_property), (gst_h264_parse_sink_setcaps),
6494         (gst_h264_parse_clear_queues), (gst_h264_parse_chain_forward),
6495         (gst_h264_parse_flush_decode), (gst_h264_parse_queue_buffer),
6496         (gst_h264_parse_find_start_reverse),
6497         (gst_h264_parse_chain_reverse), (gst_h264_parse_chain),
6498         (gst_h264_parse_sink_event), (gst_h264_parse_change_state):
6499         * gst/h264parse/gsth264parse.h:
6500         Add reverse playback support for containers that don't know how to
6501         properly send data between I-frames.
6502
6503 2008-01-16  Sebastian Dröge  <slomo@circular-chaos.org>
6504
6505         * configure.ac:
6506         * tests/check/pipelines/gio.c: (GST_START_TEST):
6507         Update for API changes in GIO and require GIO 2.15.2 for this.
6508
6509 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
6510
6511         * gst/xingheader/gstxingmux.c: (generate_xing_header):
6512         Bitrate is 4 bits, not 8 so check for 0xe as maximum value instead
6513         of 0xfe.
6514
6515 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
6516
6517         * gst/xingheader/gstxingmux.c: (generate_xing_header):
6518         Remove accidentially leftover debug printf.
6519
6520 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
6521
6522         * gst/xingheader/gstxingmux.c: (has_xing_header),
6523         (generate_xing_header), (gst_xing_mux_chain),
6524         (gst_xing_mux_sink_event):
6525         Choose smallest possible frame size for the Xing header, properly
6526         set the timestamp, duration and offset on the outgoing buffers,
6527         only send NEWSEGMENT events in BYTE format downstream and also
6528         drop VBRI headers if already existing.
6529
6530 2008-01-12  Sebastian Dröge  <slomo@circular-chaos.org>
6531
6532         * gst/xingheader/Makefile.am:
6533         * gst/xingheader/gstxingmux.c: (parse_header), (get_xing_offset),
6534         (has_xing_header), (generate_xing_header),
6535         (gst_xing_mux_base_init), (gst_xing_mux_finalize), (xing_reset),
6536         (gst_xing_mux_init), (gst_xing_mux_chain),
6537         (gst_xing_mux_sink_event), (gst_xing_mux_change_state):
6538         * gst/xingheader/gstxingmux.h:
6539         Major cleanup and rewrite of xingmux with less bugs and new features:
6540         - Handles other layers as 3
6541         - Write TOC
6542
6543 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
6544
6545         * tests/check/elements/rganalysis.c: (test_buffer_const_float_mono),
6546           (test_buffer_const_float_stereo), (test_buffer_const_int16_mono),
6547           (test_buffer_const_int16_stereo), (test_buffer_square_float_mono),
6548           (test_buffer_square_float_stereo), (test_buffer_square_int16_mono),
6549           (test_buffer_square_int16_stereo):
6550         * tests/check/elements/rglimiter.c: (create_test_buffer):
6551         * tests/check/elements/rgvolume.c: (test_buffer_new):
6552           It's "endianness", not "endianess". Fixes unit tests.
6553
6554 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6555
6556         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_clock_rate):
6557         If we find the caps in the cache, use it to parse the clock-rate instead
6558         of returning an error. Fixes a TODO as found by Youness Alaoui.
6559
6560 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6561
6562         Patch by: Youness Alaoui <youness dot alaoui at collabora dot co dot uk>
6563
6564         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_clock_rate):
6565         * gst/rtpmanager/rtpsession.c: (rtp_session_set_callbacks),
6566         (rtp_session_set_process_rtp_callback),
6567         (rtp_session_set_send_rtp_callback),
6568         (rtp_session_set_send_rtcp_callback),
6569         (rtp_session_set_sync_rtcp_callback),
6570         (rtp_session_set_clock_rate_callback),
6571         (rtp_session_set_reconsider_callback), (source_push_rtp),
6572         (source_clock_rate), (rtp_session_process_bye),
6573         (rtp_session_process_rtcp), (rtp_session_send_bye),
6574         (rtp_session_on_timeout):
6575         * gst/rtpmanager/rtpsession.h:
6576         Make it possible to use different user_data for each of the callbacks.
6577         Fixes #508587.
6578
6579 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6580
6581         * gst/mpegvideoparse/mpegpacketiser.c: (mpeg_util_find_start_code):
6582         Small meaningless cleanup.
6583
6584         * gst/mpegvideoparse/mpegvideoparse.c: (gst_mpegvideoparse_flush),
6585         (mpegvideoparse_drain_avail), (gst_mpegvideoparse_chain_forward),
6586         (scan_keyframe), (gst_mpegvideoparse_flush_decode),
6587         (gst_mpegvideoparse_chain_reverse), (gst_mpegvideoparse_chain),
6588         (mpv_parse_sink_event), (gst_mpegvideoparse_change_state):
6589         * gst/mpegvideoparse/mpegvideoparse.h:
6590         Track segment events.
6591         Do the first part of reverse playback by sending data between two
6592         I-frames to the decoder.
6593
6594 2008-01-10  Thijs Vermeir  <thijsvermeir@gmail.com>
6595
6596         * gst/rtpmanager/gstrtpbin.c:
6597         Fix documentation for latest patch
6598
6599 2008-01-10  Thijs Vermeir  <thijsvermeir@gmail.com>
6600
6601         * gst/rtpmanager/gstrtpbin.c:
6602         Allow request_new_pad with name NULL (bug #508515)
6603
6604 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
6605
6606         * autogen.sh:
6607           Add -Wno-portability to the automake parameters to stop warnings
6608           about GNU make extensions being used. We require GNU make in almost
6609           every Makefile anyway.
6610           
6611         * configure.ac:
6612           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
6613           at the same time is required for per target flags.
6614
6615 2008-01-09  Wim Taymans  <wim.taymans@collabora.co.uk>
6616
6617         * gst/rtpmanager/gstrtpsession.c: (create_send_rtp_sink):
6618         Don't set fixed caps, we can basically do everything the upsteam peer
6619         pad can renegotiate to. Fixes #507940.
6620
6621 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6622
6623         * Makefile.am:
6624           Include lcov.mak to allow building coverage reports. Add top-level
6625           check targets similar to other gst packages.
6626
6627 2008-01-06  David Schleef  <ds@schleef.org>
6628
6629         * ext/directfb/Makefile.am:
6630           Add GST_CFLAGS.  Otherwise we don't get -Wall -Werror.
6631         * ext/directfb/dfbvideosink.c:
6632           Getting tired of directfb's chatter.  Quiet it.
6633
6634 2008-01-06  David Schleef  <ds@schleef.org>
6635
6636         Patch by: Sean D'Epagnier <sean@depagnier.com>
6637
6638         * configure.ac:
6639         * sys/Makefile.am:
6640         * sys/fbdev/Makefile.am:
6641         * sys/fbdev/gstfbdevsink.c:
6642         * sys/fbdev/gstfbdevsink.h:
6643           Add fbdev-based video sink.  Linux-only.  See bug #506549.
6644
6645 2008-01-06  Sebastian Dröge  <slomo@circular-chaos.org>
6646
6647         * configure.ac:
6648         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
6649         * tests/check/pipelines/gio.c: (free_input), (GST_START_TEST):
6650         Update to GMemoryInputStream API changes in GLib SVN and require
6651         gio-2.0 >= 2.15.1 for this. Fixes bug #507584.
6652         We can also report the duration for every GSeekable, not only
6653         GFileInputStream and GMemoryInputStream.
6654
6655 2008-01-05  David Schleef  <ds@schleef.org>
6656
6657         * sys/glsink/glimagesink.c:
6658         * sys/glsink/glimagesink.h:
6659         * sys/glsink/gstglbuffer.h:
6660         * sys/glsink/gstgldisplay.c:
6661         * sys/glsink/gstgldisplay.h:
6662         * sys/glsink/gstglupload.c:
6663           Handle xoverlay exposes correctly.  This means glimagesink works
6664           correctly most of the time in totem (fullscreening being an
6665           execption).  Doesn't handle expose events directly to the GL
6666           window.
6667
6668 2008-01-05  David Schleef  <ds@schleef.org>
6669
6670         * sys/glsink/glextensions.c:
6671         * sys/glsink/glextensions.h:
6672         * sys/glsink/glimagesink.c:
6673         * sys/glsink/glimagesink.h:
6674         * sys/glsink/gstgldisplay.c:
6675         * sys/glsink/gstgldisplay.h:
6676         * sys/glsink/gstopengl.c:
6677           Reenable video/x-raw-rgb and x-raw-yuv for glimagesink.  Enable
6678           vblank synchronization.  Remove unused code.
6679
6680 2008-01-04  Wim Taymans  <wim.taymans@collabora.co.uk>
6681
6682         * gst/rtpmanager/gstrtpjitterbuffer.c:
6683         (gst_rtp_jitter_buffer_loop):
6684         Don't unref the popped buffer when we don't have ownership.
6685         Fixes #507020.
6686
6687 2008-01-03  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6688
6689         * gst/mpegtsparse/Makefile.am:
6690         * gst/mpegtsparse/flutspatinfo.c:
6691         * gst/mpegtsparse/flutspatinfo.h:
6692         * gst/mpegtsparse/flutspmtinfo.c:
6693         * gst/mpegtsparse/flutspmtinfo.h:
6694         * gst/mpegtsparse/flutspmtstreaminfo.c:
6695         * gst/mpegtsparse/flutspmtstreaminfo.h:
6696         Remove no longer needed files.
6697
6698 2008-01-02  David Schleef  <ds@schleef.org>
6699
6700         * tests/check/Makefile.am:
6701           Disable vcdsrc in states test because it takes too much time
6702           to get to PLAYING if it can find a device.
6703
6704 2007-12-31  David Schleef  <ds@schleef.org>
6705
6706         * ext/musicbrainz/gsttrm.c:
6707           Don't emit signiture when going to READY, because it might
6708           not be ready.
6709         * ext/nas/nassink.c:
6710           Remove useless call that sleeps for 5 seconds.  Yup, it calls
6711           sleep(1) 5 times.  Go NAS.
6712         * gst/librfb/gstrfbsrc.c:
6713         * gst/librfb/rfbdecoder.c:
6714           Initialize our debug categories properly.
6715         * gst/rawparse/gstrawparse.c:
6716           Don't register element details for a non-element.  Be much more
6717           rude when subclass doesn't set a pad template (assert!).  Don't
6718           unref the pad template; we don't own it.
6719         * gst/videosignal/gstvideoanalyse.c:
6720           Initialize debug category.
6721         * tests/check/Makefile.am:
6722           Ignore nassink element in tests because it has unavoidable
6723           long timeouts.
6724
6725 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
6726
6727         * gst/rtpmanager/gstrtpssrcdemux.c:
6728         (gst_rtp_ssrc_demux_change_state):
6729         Don't clean up pads when going to PAUSED.
6730
6731 2007-12-30  David Schleef  <ds@schleef.org>
6732
6733         * configure.ac:
6734         * sys/glsink/Makefile.am:
6735           Switch to using pkgconfig to detect libGL.  Since we use
6736           recent features added to Mesa, there's no point in adding
6737           a check for pre-pkgconfig versions.
6738
6739 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
6740
6741         * ext/ladspa/gstladspa.c: (gst_ladspa_get_property):
6742         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_show_frame):
6743         * gst/mve/gstmvemux.c: (gst_mve_mux_request_new_pad):
6744         * sys/dvb/dvbbasebin.c: (dvb_base_bin_class_init):
6745         Fix 'xyz may be used uninitialized' compiler warnings caused
6746         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
6747         abort() in any case but properly report the error.
6748
6749 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
6750
6751         * configure.ac:
6752         * ext/gio/gstgio.c:
6753         * ext/gio/gstgio.h:
6754         * ext/gio/gstgiobasesink.h:
6755         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
6756         * ext/gio/gstgiobasesrc.h:
6757         * ext/gio/gstgiosink.c: (gst_gio_sink_start):
6758         * ext/gio/gstgiosink.h:
6759         * ext/gio/gstgiosrc.h:
6760         * ext/gio/gstgiostreamsink.h:
6761         * ext/gio/gstgiostreamsrc.h:
6762         * tests/check/pipelines/gio.c:
6763         Update to latest API changes in GLib/GIO and require at least
6764         gio-2.0 2.15.0 for this.
6765         
6766         * ext/gio/Makefile.am:
6767         Add GST_PLUGIN_LDFLAGS to LDFLAGS.
6768
6769 2007-12-28  David Schleef  <ds@schleef.org>
6770
6771         * configure.ac:
6772         * sys/glsink/glextensions.c:
6773         * sys/glsink/glextensions.h:
6774         * sys/glsink/glimagesink.c:
6775         * sys/glsink/glimagesink.h:
6776         * sys/glsink/gstglbuffer.c:
6777         * sys/glsink/gstglbuffer.h:
6778         * sys/glsink/gstglconvert.c:
6779         * sys/glsink/gstgldisplay.c:
6780         * sys/glsink/gstgldisplay.h:
6781         * sys/glsink/gstgldownload.c:
6782         * sys/glsink/gstglfilter.c:
6783         * sys/glsink/gstglfilter.h:
6784         * sys/glsink/gstglfilterexample.c:
6785         * sys/glsink/gstgltestsrc.c:
6786         * sys/glsink/gstglupload.c:
6787           Major cleanup of code.  Convert glupload to BaseTransform.
6788           Handle caps negotiation mostly correctly.  Reenable in build.
6789
6790 2007-12-28  Tim-Philipp Müller  <tim at centricular dot net>
6791
6792         * ext/soup/Makefile.am:
6793         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_get_property),
6794           (gst_souphttp_src_unicodify), (soup_got_headers):
6795           Use gst_tag_freeform_string_to_utf8() and post radio station
6796           info as tags on the bus.
6797
6798 2007-12-26  David Schleef  <ds@schleef.org>
6799
6800         * sys/glsink/glimagesink.c:
6801         * sys/glsink/gstglupload.c:
6802           Change glimagesink over to using GL buffers.  This breaks
6803           glimagesink for normal operation, but should be fixed soon.
6804
6805 2007-12-26  David Schleef  <ds@schleef.org>
6806
6807         * sys/glsink/gltestsrc.c:
6808         * sys/glsink/gstglbuffer.c:
6809         * sys/glsink/gstglbuffer.h:
6810         * sys/glsink/gstgldownload.c:
6811         * sys/glsink/gstglfilter.c:
6812         * sys/glsink/gstglfilterexample.c:
6813         * sys/glsink/gstgltestsrc.c:
6814         * sys/glsink/gstglupload.c:
6815           Convert gldownload to BaseTransform.  Make glfilterexample
6816           visually interesting.  Add support for various formats to
6817           downloading.  Fix a few places where we leak GL state to
6818           other elements (bad, but hard to prevent).
6819
6820 2007-12-26  David Schleef  <ds@schleef.org>
6821
6822         * sys/glsink/BUGS:
6823         * sys/glsink/Makefile.am:
6824         * sys/glsink/gstglbuffer.c:
6825         * sys/glsink/gstglbuffer.h:
6826         * sys/glsink/gstglconvert.c:
6827         * sys/glsink/gstgldisplay.c:
6828         * sys/glsink/gstglfilter.c:
6829         * sys/glsink/gstglfilter.h:
6830         * sys/glsink/gstglfilterexample.c:
6831         * sys/glsink/gstgltestsrc.c:
6832         * sys/glsink/gstglupload.c:
6833         * sys/glsink/gstopengl.c:
6834           Remove code that handles non-texture buffers.  Add a
6835           GstGLBufferFormat type that corresponds to how to use the
6836           texture, not the original video format.  Convert gstflfilter.c
6837           into a base class, add glfilterexample and glconvert elements.
6838         * sys/glsink/color_matrix.c:
6839           Minor ramblings about color conversion matrices.
6840
6841 2007-12-24  David Schleef  <ds@schleef.org>
6842
6843         * sys/glsink/Makefile.am:
6844         * sys/glsink/gltestsrc.c:
6845         * sys/glsink/gltestsrc.h:
6846         * sys/glsink/gstgldisplay.c:
6847         * sys/glsink/gstgldownload.c:
6848         * sys/glsink/gstglfilter.c:
6849         * sys/glsink/gstgltestsrc.c:
6850         * sys/glsink/gstgltestsrc.h:
6851         * sys/glsink/gstglupload.c:
6852         * sys/glsink/gstopengl.c:
6853           Add gltestsrc element, a duplicate of videotestsrc that uses
6854           GL rendering to create images.  More cleanup.
6855
6856 2007-12-24  David Schleef  <ds@schleef.org>
6857
6858         * sys/glsink/gstglbuffer.c:
6859         * sys/glsink/gstgldownload.c:
6860         * sys/glsink/gstglfilter.c:
6861           Clean up code.  Fix a few leaks.
6862
6863 2007-12-24  David Schleef  <ds@schleef.org>
6864
6865         * sys/glsink/Makefile.am:
6866         * sys/glsink/glimagesink.h:
6867         * sys/glsink/glvideo.c:
6868         * sys/glsink/glvideo.h:
6869         * sys/glsink/gstglbuffer.c:
6870         * sys/glsink/gstglbuffer.h:
6871         * sys/glsink/gstgldisplay.c:
6872         * sys/glsink/gstgldisplay.h:
6873           Rename glvideo.[ch] to gstgldisplay.[ch].
6874
6875 2007-12-24  David Schleef  <ds@schleef.org>
6876
6877         * sys/glsink/glimagesink.c:
6878         * sys/glsink/glimagesink.h:
6879         * sys/glsink/glvideo.c:
6880         * sys/glsink/glvideo.h:
6881         * sys/glsink/gstglbuffer.c:
6882         * sys/glsink/gstglbuffer.h:
6883         * sys/glsink/gstgldownload.c:
6884         * sys/glsink/gstglfilter.c:
6885         * sys/glsink/gstglupload.c:
6886           Rewrite a bunch of code to use textures as the intermediate
6887           instead of renderbuffers.  upload, download, filtering all
6888           work.
6889
6890 2007-12-23  David Schleef  <ds@schleef.org>
6891
6892         * gst/videoparse/Makefile.am:
6893         * gst/videoparse/README:
6894         * gst/videoparse/gstvideoparse.c:
6895           Remove videoparse element, because it was moved to gst/rawparse/
6896
6897 2007-12-23  Sebastian Dröge  <slomo@circular-chaos.org>
6898
6899         * gst/rawparse/gstrawparse.c: (gst_raw_parse_src_event):
6900         Always seek on frame boundaries, will produce nothing useful
6901         otherwise.
6902
6903 2007-12-23  Sebastian Dröge  <slomo@circular-chaos.org>
6904
6905         * configure.ac:
6906         * gst/rawparse/Makefile.am:
6907         * gst/rawparse/README:
6908         * gst/rawparse/gstaudioparse.c: (gst_audio_parse_format_get_type),
6909         (gst_audio_parse_endianness_get_type), (gst_audio_parse_base_init),
6910         (gst_audio_parse_class_init), (gst_audio_parse_init),
6911         (gst_audio_parse_set_property), (gst_audio_parse_get_property),
6912         (gst_audio_parse_update_frame_size), (gst_audio_parse_get_caps):
6913         * gst/rawparse/gstaudioparse.h:
6914         * gst/rawparse/gstrawparse.c: (gst_raw_parse_base_init),
6915         (gst_raw_parse_class_init), (gst_raw_parse_init),
6916         (gst_raw_parse_dispose),
6917         (gst_raw_parse_class_set_src_pad_template),
6918         (gst_raw_parse_class_set_multiple_frames_per_buffer),
6919         (gst_raw_parse_reset), (gst_raw_parse_chain),
6920         (gst_raw_parse_convert), (gst_raw_parse_sink_event),
6921         (gst_raw_parse_src_event), (gst_raw_parse_src_query_type),
6922         (gst_raw_parse_src_query), (gst_raw_parse_set_framesize),
6923         (gst_raw_parse_set_fps), (gst_raw_parse_get_fps),
6924         (gst_raw_parse_is_negotiated):
6925         * gst/rawparse/gstrawparse.h:
6926         * gst/rawparse/gstvideoparse.c: (gst_video_parse_format_get_type),
6927         (gst_video_parse_endianness_get_type), (gst_video_parse_base_init),
6928         (gst_video_parse_class_init), (gst_video_parse_init),
6929         (gst_video_parse_set_property), (gst_video_parse_get_property),
6930         (gst_video_parse_format_to_fourcc),
6931         (gst_video_parse_update_frame_size), (gst_video_parse_get_caps):
6932         * gst/rawparse/gstvideoparse.h:
6933         * gst/rawparse/plugin.c: (plugin_init):
6934         Add new plugin rawparse that contains a base class for raw data
6935         parsers and the two elements audioparse and videoparse that can
6936         be used to parse raw audio and video. These are inspired by the
6937         old videoparse element which the new rawparse plugin deprecates.
6938
6939 2007-12-21  David Schleef  <ds@schleef.org>
6940
6941         * sys/glsink/glextensions.c:
6942         * sys/glsink/glextensions.h:
6943         * sys/glsink/glvideo.c:
6944         * sys/glsink/glvideo.h:
6945         * sys/glsink/gstglbuffer.c:
6946         * sys/glsink/gstgldownload.c:
6947         * sys/glsink/gstglupload.c:
6948           A careful read of the documentation reveals that I can't use
6949           renderbuffers as textures.  Duh.  Checkpoint because I'm about
6950           to rewrite a bunch of code.
6951
6952 2007-12-21  Edgard Lima,,,,  <edgard.lima@indt.org.br>
6953
6954         * ext/metadata/TODO:
6955         * ext/metadata/gstbasemetadata.c:
6956         * ext/metadata/gstbasemetadata.h:
6957         * ext/metadata/metadata.h:
6958         * ext/metadata/metadataiptc.c:
6959         * ext/metadata/metadatamuxjpeg.c:
6960         * ext/metadata/metadataparsejpeg.c:
6961         * ext/metadata/metadataparseutil.c:
6962           Some IPTC tags mapped.
6963
6964 2007-12-21  Edgard Lima  <edgard.lima@indt.org.br>
6965
6966         * ext/metadata/Makefile.am:
6967         * ext/metadata/TODO:
6968         * ext/metadata/gstbasemetadata.c:
6969         * ext/metadata/gstbasemetadata.h:
6970         * ext/metadata/gstmetadatacommon.c:
6971         * ext/metadata/gstmetadatacommon.h:
6972         * ext/metadata/metadata.c:
6973         * ext/metadata/metadata.h:
6974           Removed gstmetadatacommon.
6975
6976 2007-12-20  David Schleef  <ds@schleef.org>
6977
6978         * sys/glsink/Makefile.am:
6979         * sys/glsink/glextensions.c:
6980         * sys/glsink/glextensions.h:
6981         * sys/glsink/glimagesink.c:
6982         * sys/glsink/glimagesink.h:
6983         * sys/glsink/glvideo.c:
6984         * sys/glsink/glvideo.h:
6985         * sys/glsink/gstglbuffer.c:
6986         * sys/glsink/gstglbuffer.h:
6987         * sys/glsink/gstgldownload.c:
6988         * sys/glsink/gstglfilter.c:
6989         * sys/glsink/gstglupload.c:
6990         * sys/glsink/gstopengl.c:
6991           Switch to using framebuffer_objects instead of GLXPixmaps,
6992           because that's what my driver supports.  Remove GLDrawable,
6993           since GstGLDisplay now has a default drawable and context.
6994
6995 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
6996
6997         * gst/equalizer/.cvsignore:
6998         * gst/switch/.cvsignore:
6999           Ignore more.
7000
7001 2007-12-19  Edgard Lima  <edgard.lima@indt.org.br>
7002
7003         * ext/metadata/Makefile.am:
7004         * ext/metadata/TODO:
7005         * ext/metadata/gstbasemetadata.c:
7006         * ext/metadata/gstbasemetadata.h:
7007         * ext/metadata/gstmetadatacommon.c:
7008         * ext/metadata/gstmetadatacommon.h:
7009         * ext/metadata/gstmetadatademux.c:
7010         * ext/metadata/gstmetadatademux.h:
7011         * ext/metadata/gstmetadatamux.c:
7012         * ext/metadata/gstmetadatamux.h:
7013         * ext/metadata/metadata.c:
7014         * ext/metadata/metadata.h:
7015         * ext/metadata/metadataexif.c:
7016         * ext/metadata/metadataparsejpeg.c:
7017         * ext/metadata/metadataparsepng.c:
7018         * ext/metadata/metadatatags.c:
7019         * ext/metadata/metadatatags.h:
7020         * ext/metadata/test/metadata_editor.c:
7021           New base class for metadata elements.
7022
7023 2007-12-18  Andy Wingo  <wingo@pobox.com>
7024
7025         * gst/switch/gstswitch-marshal.list:
7026         * gst/switch/gstswitch.h (struct _GstStreamSelectorClass): 
7027         * gst/switch/gstswitch.c (enum, gst_selector_pad_class_init)
7028         (gst_selector_pad_get_property)
7029         (gst_selector_pad_get_running_time)
7030         (gst_stream_selector_class_init, gst_segment_get_timestamp)
7031         (gst_segment_set_stop, gst_segment_set_start)
7032         (gst_stream_selector_set_active_pad, gst_stream_selector_block)
7033         (gst_stream_selector_push_pending_stop)
7034         (gst_stream_selector_switch): Change so that the signals and
7035         properties deal in running time, not buffer time. Document the
7036         signals more. Change uint64 in API to int64, to reflect what's in
7037         GstSegment.
7038
7039 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
7040
7041         * Makefile.am:
7042           Include common/win32.mak for CRLF check of win32 project
7043           files (see #393626).
7044
7045         * configure.ac:
7046           Bump requirements to -base CVS for libgstvideo additions in
7047           glimagesink. Disable glimagesink until the missing files get
7048           checked in.
7049
7050 2007-12-17  David Schleef  <ds@schleef.org>
7051
7052         * sys/glsink/Makefile.am:
7053         * sys/glsink/glimagesink.c:
7054         * sys/glsink/glimagesink.h:
7055         * sys/glsink/glvideo.c:
7056         * sys/glsink/glvideo.h:
7057         * sys/glsink/gstopengl.c:
7058         * sys/glsink/gstglupload.c:
7059           Use new GstVideoFormat checked into -base.  Add new glupload
7060           element to upload raw video into a GLXPixbuf.  Untested.  Will
7061           likely crash your motorcycle if you try it.
7062         * sys/glsink/gstvideo-common.c:
7063         * sys/glsink/gstvideo-common.h:
7064           Remove.
7065
7066 2007-12-17  David Schleef  <ds@schleef.org>
7067
7068         * gst/multifile/gstmultifilesrc.c:
7069         * gst/multifile/gstmultifilesrc.h:
7070           When subsequent files are read, if the file doesn't exist, send
7071           an EOS instead of causing an error.
7072
7073 2007-12-17  Andy Wingo  <wingo@pobox.com>
7074
7075         * gst/switch/gstswitch.c (gst_selector_pad_chain): Return OK when
7076         a buffer is ignored, not NOT_LINKED. No sense in making a source
7077         element error out; at least fdsrc considers NOT_LINKED to be a
7078         fatal error. Patch 11/12. There is no patch 12/12. Foo.
7079
7080         * gst/switch/gstswitch-marshal.list:
7081         * gst/switch/gstswitch.h (struct _GstStreamSelectorClass): 
7082         * gst/switch/gstswitch.c (gst_stream_selector_class_init)
7083         (gst_stream_selector_block): Make the block() signal return the
7084         last stop time of the active pad. Patch 10/12.
7085
7086         * gst/switch/gstswitch.c (gst_selector_pad_get_property)
7087         (gst_selector_pad_class_init, gst_stream_selector_class_init)
7088         (gst_stream_selector_get_property): Expose 'last-stop-time' as a
7089         pad property, not an element property.
7090         (gst_selector_pad_chain): Mark the last_stop time as timestamp +
7091         duration, not timestamp. Patch 9/12.
7092
7093         * gst/switch/gstswitch.c (gst_stream_selector_change_state)
7094         (gst_stream_selector_block, gst_stream_selector_switch): Use the
7095         cond mechanism instead of blocked pads. Patch 8/12.
7096
7097         * gst/switch/gstswitch.h (struct _GstStreamSelector): 
7098
7099         * gst/switch/gstswitch.c (gst_stream_selector_wait)
7100         (gst_selector_pad_chain, gst_stream_selector_init)
7101         (gst_stream_selector_dispose): Add infrastructure for new blocking
7102         mechanism that does not use gst_pad_set_blocked, which does not
7103         work on sink pads. Patch 7/12.
7104
7105         * gst/switch/gstswitch.c (gst_stream_selector_class_init)
7106         (gst_stream_selector_get_property): Add last-stop-time readable
7107         property. Patch 6/12.
7108
7109         * gst/switch/gstswitch.h (struct _GstStreamSelector): Add some
7110         state variables.
7111
7112         * gst/switch/gstswitch.c (gst_stream_selector_push_pending_stop)
7113         (gst_selector_pad_chain): Push any pending stop event.
7114         (gst_stream_selector_set_active_pad)
7115         (gst_stream_selector_set_property): Factor out setting the active
7116         pad to a function. Close the segment of the previous active pad if
7117         told to do so via a stop_time != GST_CLOCK_TIME_NONE.
7118         (gst_stream_selector_switch): Implement switch vmethod. Patch 5/12.
7119
7120         * gst/switch/gstswitch.c (gst_stream_selector_block): Implement
7121         the block() signal. This implementation will be replaced in future
7122         patches, however. Patch 4/12.
7123
7124         * gst/switch/gstswitch.h (struct _GstStreamSelectorClass): Fix
7125         vmethod prototypes.
7126
7127         * gst/switch/gstswitch.c (gst_stream_selector_class_init)
7128         (gst_stream_selector_block, gst_stream_selector_switch): Add empty
7129         vmethod definitions. Patch 3/12.
7130
7131         * gst/switch/gstswitch.h (struct _GstStreamSelectorClass): 
7132         * gst/switch/gstswitch.c (gst_stream_selector_class_init): Add
7133         `block' and `switch' signals.
7134
7135         * gst/switch/Makefile.am: 
7136         * gst/switch/gstswitch-marshal.list: Add foo to generate a
7137         marshaller for the `switch' signal. Patch 2/12.
7138
7139         * gst/switch/gstswitch.h: 
7140         * gst/switch/gstswitch.c: Replace with files from
7141         gststreamselector.[ch], registered as the "switch" plugin, with
7142         "GstSwitch" types. Patch 1/12.
7143
7144 2007-12-17  Edgard Lima  <edgard.lima@indt.org.br>
7145
7146         * ext/metadata/TODO:
7147         * ext/metadata/gstmetadatademux.c:
7148         * ext/metadata/metadata.c:
7149         * ext/metadata/metadata.h:
7150         * ext/metadata/metadataparsejpeg.c:
7151         * ext/metadata/metadataparsejpeg.h:
7152         * ext/metadata/metadataparsepng.c:
7153         * ext/metadata/metadataparsepng.h:
7154         * ext/metadata/test/MetadataEditorMain.glade:
7155         * ext/metadata/test/metadata_editor.c:
7156           Added "parse-only" property to metadatademux.
7157
7158 2007-12-16  David Schleef  <ds@schleef.org>
7159
7160         * sys/glsink/glimagesink.c:
7161         * sys/glsink/glimagesink.h:
7162         * sys/glsink/glvideo.c:
7163         * sys/glsink/glvideo.h:
7164           Rename GLVideo* to GstGL*.
7165
7166 2007-12-15  David Schleef  <ds@schleef.org>
7167
7168         * sys/glsink/Makefile.am:
7169         * sys/glsink/glextensions.c:
7170         * sys/glsink/glextensions.h:
7171         * sys/glsink/glvideo.c:
7172           Add vblank synchronization.  Isn't really working on my
7173           driver. :(
7174
7175 2007-12-15  David Schleef  <ds@schleef.org>
7176
7177         * sys/glsink/Makefile.am:
7178         * sys/glsink/glimagesink.c:
7179         * sys/glsink/glvideo.c:
7180         * sys/glsink/glvideo.h:
7181         * sys/glsink/gstvideo-common.c:
7182         * sys/glsink/gstvideo-common.h:
7183           Add support for xRGB, xBGR, and AYUV.  Re-add support for
7184           power-of-2 textures.
7185
7186 2007-12-15  Sebastian Dröge  <slomo@circular-chaos.org>
7187
7188         * gst/videoparse/gstvideoparse.c: (gst_video_parse_dispose),
7189         (gst_video_parse_sink_event):
7190         Free the adapter on dispose and correctly reset on newsegment events.
7191
7192 2007-12-15  Sebastian Dröge  <slomo@circular-chaos.org>
7193
7194         * gst/videoparse/gstvideoparse.c: (gst_video_parse_sink_event),
7195         (gst_video_parse_src_event), (gst_video_parse_src_query):
7196         Improve duration query by first asking upstream and if it can't handle
7197         the query try to get the duration in bytes from upstream and convert.
7198         For seeks, try if upstream handles this already first and do our
7199         conversion to byte format only if it doesn't and if we get a
7200         newsegment event in time format keep it and only do our conversions
7201         if the event has another format.
7202
7203 2007-12-15  Sebastian Dröge  <slomo@circular-chaos.org>
7204
7205         * gst/videoparse/gstvideoparse.c:
7206         (gst_video_parse_format_get_type),
7207         (gst_video_parse_endianness_get_type),
7208         (gst_video_parse_class_init), (gst_video_parse_init),
7209         (gst_video_parse_set_property), (gst_video_parse_get_property),
7210         (gst_video_parse_format_to_fourcc),
7211         (gst_video_parse_update_block_size), (gst_video_parse_chain),
7212         (gst_video_parse_sink_event):
7213         Add support for video/x-raw-rgb and video/x-raw-gray. Also send
7214         downstream elements downstream, not upstream.
7215
7216 2007-12-14  David Schleef  <ds@schleef.org>
7217
7218         * sys/glsink/gstvideo-common.c:
7219         * sys/glsink/gstvideo-common.h:
7220           Pull together some common raw video functions into one location.
7221           This should eventually move to -base.
7222         * sys/glsink/Makefile.am:
7223         * sys/glsink/glimagesink.c:
7224         * sys/glsink/glimagesink.h:
7225         * sys/glsink/glvideo.c:
7226         * sys/glsink/glvideo.h:
7227         * sys/glsink/gstopengl.c:
7228           Use the new video-common.h stuff.  Readd support for RGB video.
7229
7230 2007-12-14  Edgard Lima  <edgard.lima@indt.org.br>
7231
7232         * ext/metadata/Makefile.am:
7233         * ext/metadata/TODO:
7234         * ext/metadata/gstmetadata.c:
7235         * ext/metadata/gstmetadatacommon.c:
7236         * ext/metadata/gstmetadatacommon.h:
7237         * ext/metadata/gstmetadatademux.c:
7238         * ext/metadata/gstmetadatademux.h:
7239         * ext/metadata/gstmetadatamux.c:
7240         * ext/metadata/gstmetadatamux.h:
7241         * ext/metadata/gstmetadataparse.c:
7242         * ext/metadata/gstmetadataparse.h:
7243         * ext/metadata/metadataexif.c:
7244         * ext/metadata/metadatatags.c:
7245         * ext/metadata/test/metadata_editor.c:
7246           Added new module for common functions. Using GST_TYPE_FRACTION for
7247           Exif (S)Rational types.
7248
7249 2007-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7250
7251         * gst/mpegtsparse/mpegtspacketizer.c:
7252         * gst/mpegtsparse/mpegtspacketizer.h:
7253         Hash streams by pid again. Add a linked list inside each
7254         stream with a list of sub_tables. Fix multiple sections
7255         as it was borked with my last commit.
7256
7257 2007-12-14  Christian Schaller <christian.schaller@collabora.co.uk>
7258
7259         * sys/glsink/Makefile.am: add glvideo.h
7260         * gst/speexresample/Makefile.am: add speex_resampler_wrapper.h
7261         * gst-plugins-bad.spec.in: add latest plugins
7262
7263 2007-12-13  Edgard Lima  <edgard.lima@indt.org.br>
7264
7265         * ext/metadata/TODO:
7266         * ext/metadata/gstmetadatamux.c:
7267         * ext/metadata/gstmetadataparse.c:
7268         * ext/metadata/metadata.c:
7269         * ext/metadata/metadata.h:
7270         * ext/metadata/metadataiptc.c:
7271         * ext/metadata/metadatamuxjpeg.c:
7272         * ext/metadata/metadatamuxjpeg.h:
7273         * ext/metadata/metadatamuxpng.c:
7274         * ext/metadata/metadatamuxpng.h:
7275         * ext/metadata/metadataparsejpeg.c:
7276         * ext/metadata/metadataparsejpeg.h:
7277         * ext/metadata/metadataparsepng.c:
7278         * ext/metadata/metadataparsepng.h:
7279         * ext/metadata/metadataparseutil.c:
7280         * ext/metadata/metadataparseutil.h:
7281         * ext/metadata/metadatatypes.h:
7282         * ext/metadata/metadataxmp.c:
7283           Code documentation.
7284
7285 2007-12-13  Edgard Lima  <edgard.lima@indt.org.br>
7286
7287         * configure.ac:
7288         * ext/metadata/Makefile.am:
7289         * ext/metadata/gstmetadatamux.c:
7290         * ext/metadata/gstmetadataparse.c:
7291         * ext/metadata/metadataexif.c:
7292         * ext/metadata/metadatatags.c:
7293         * ext/metadata/test/Makefile:
7294         * ext/metadata/test/MetadataEditorMain.glade:
7295         * ext/metadata/test/metadata_editor.c:
7296           Added a test application. Added some EXIF tags. Fixed a muxer bug.
7297
7298 2007-12-13  Sebastian Dröge  <slomo@circular-chaos.org>
7299
7300         * gst/videoparse/gstvideoparse.c: (gst_video_parse_init),
7301           (gst_video_parse_src_event), (gst_video_parse_src_query_type):
7302           Implement a query type function for the src pad, implement seeking
7303           and use ANY caps for the sink pad as the element doesn't care what
7304           caps the input has and everything is handled via properties.
7305
7306 2007-12-13  Sebastian Dröge  <slomo@circular-chaos.org>
7307
7308         * gst/videoparse/gstvideoparse.c: (gst_video_parse_convert),
7309           (gst_video_parse_sink_event):
7310           Handle -1 values for the CONVERT query too.
7311
7312 2007-12-13  Sebastian Dröge  <slomo@circular-chaos.org>
7313
7314         * gst/videoparse/gstvideoparse.c: (gst_video_parse_sink_event):
7315           Add YV12 to the pad templates as it is supported too and allow
7316           -1 as stop position for NEWSEGMENT events.
7317
7318 2007-12-13  Sebastian Dröge  <slomo@circular-chaos.org>
7319
7320         * gst/videoparse/Makefile.am:
7321           Add $(GST_PLUGINS_BASE_CFLAGS) to CFLAGS to fix the build.
7322
7323         * gst/videoparse/gstvideoparse.c: (gst_video_parse_init),
7324           (gst_video_parse_set_property), (gst_video_parse_get_property):
7325           Use g_value_[sg]et_enum() for enum properties, g_value_[sg]et_int()
7326           gives a g_critical().
7327
7328 2007-12-12  David Schleef  <ds@schleef.org>
7329
7330         * gst/videoparse/README:
7331         * gst/videoparse/gstvideoparse.c:
7332           Add a bunch of features: handle format specification, handle
7333           queries and conversion.  Works much like a normal parser now.
7334
7335 2007-12-12  Wim Taymans  <wim.taymans@collabora.co.uk>
7336
7337         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_finalize),
7338         (gst_rtp_pt_demux_setup), (gst_rtp_pt_demux_release),
7339         (gst_rtp_pt_demux_change_state):
7340         * gst/rtpmanager/gstrtpssrcdemux.c: (gst_rtp_ssrc_demux_reset),
7341         (gst_rtp_ssrc_demux_dispose), (gst_rtp_ssrc_demux_src_query),
7342         (gst_rtp_ssrc_demux_change_state):
7343         Clean up the dynamic pads when going to READY.
7344
7345 2007-12-12  Wim Taymans  <wim.taymans@collabora.co.uk>
7346
7347         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_finalize),
7348         (gst_rtp_bin_set_sdes_string), (gst_rtp_bin_get_sdes_string),
7349         (gst_rtp_bin_handle_message):
7350         * gst/rtpmanager/rtpsession.c: (rtp_session_finalize),
7351         (rtp_session_send_bye):
7352         * gst/rtpmanager/rtpsource.c: (rtp_source_finalize):
7353         Fix some leaks.
7354
7355 2007-12-12  Sebastian Dröge  <slomo@circular-chaos.org>
7356
7357         * ext/dts/gstdtsdec.c: (gst_dtsdec_init),
7358           (gst_dtsdec_sink_setcaps), (gst_dtsdec_chain_raw),
7359           (gst_dtsdec_chain):
7360         * ext/dts/gstdtsdec.h:
7361           Add support for "audio/x-private1-dts" as used by flupsparse. Most
7362           changes adapted from a52dec.
7363
7364 2007-12-11  David Schleef  <ds@schleef.org>
7365
7366         * sys/glsink/Makefile.am:
7367         * sys/glsink/glimagesink.c:
7368         * sys/glsink/glvideo.c:
7369         * sys/glsink/glvideo.h:
7370           Split out gl-related code into a separate file with a
7371           sensible API.  Major cleanup.  Still crashes occasionally
7372           due to different threads touching bits at the same time.
7373
7374 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
7375
7376         Patch by: Wouter Cloetens <wouter at mind dot be>
7377
7378         * ext/soup/gstsouphttpsrc.c: (_do_init),
7379         (gst_souphttp_src_class_init), (gst_souphttp_src_init),
7380         (gst_souphttp_src_dispose), (gst_souphttp_src_set_property),
7381         (gst_souphttp_src_get_property), (unicodify),
7382         (gst_souphttp_src_unicodify), (gst_souphttp_src_create),
7383         (gst_souphttp_src_start), (gst_souphttp_src_stop),
7384         (gst_souphttp_src_unlock), (gst_souphttp_src_unlock_stop),
7385         (gst_souphttp_src_get_size), (gst_souphttp_src_is_seekable),
7386         (soup_got_headers), (soup_got_body), (soup_finished),
7387         (soup_got_chunk), (soup_response), (soup_parse_status),
7388         (gst_souphttp_src_uri_get_type),
7389         (gst_souphttp_src_uri_get_protocols),
7390         (gst_souphttp_src_uri_get_uri), (gst_souphttp_src_uri_set_uri),
7391         (gst_souphttp_src_uri_handler_init):
7392         * ext/soup/gstsouphttpsrc.h:
7393         Do not try to unpause I/O in the "queued" state.
7394         Reorganise a bunch of things and cleanups.
7395         Uses G_GUINT64_FORMAT instead of hard-coding %llu.
7396         See #502335.
7397
7398 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
7399
7400         * ext/x264/gstx264enc.c: (gst_x264_enc_set_src_caps):
7401         Fix caps memleak.
7402
7403 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
7404
7405         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
7406           (gst_flv_parse_tag_video):
7407           Don't strdup (and thus leak) codec name strings when passing
7408           them to gst_tag_list_add().
7409
7410 2007-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
7411
7412         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_class_init),
7413         (gst_rtp_bin_handle_message):
7414         * gst/rtpmanager/gstrtpsession.c: (source_get_sdes_structure),
7415         (on_ssrc_sdes):
7416         Post a message when the SDES infor changes for a source.
7417
7418         * gst/rtpmanager/rtpsession.c:
7419         * gst/rtpmanager/rtpsource.c:
7420         Update some comments.
7421
7422 2007-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
7423
7424         Based on patch by: <mutex at runbox dot com>
7425
7426         * gst/videoparse/gstvideoparse.c: (gst_video_parse_src_query):
7427         Forward the query upstream, the default element event handler does
7428         something different. Fixes #502879.
7429
7430 2007-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
7431
7432         * gst/rtpmanager/gstrtpbin.c: (on_ssrc_sdes), (create_session),
7433         (gst_rtp_bin_class_init):
7434         * gst/rtpmanager/gstrtpbin.h:
7435         * gst/rtpmanager/gstrtpclient.c:
7436         * gst/rtpmanager/gstrtpclient.h:
7437         * gst/rtpmanager/gstrtpjitterbuffer.h:
7438         * gst/rtpmanager/gstrtpmanager.c:
7439         * gst/rtpmanager/gstrtpptdemux.c:
7440         * gst/rtpmanager/gstrtpptdemux.h:
7441         * gst/rtpmanager/gstrtpsession.c: (on_ssrc_sdes),
7442         (gst_rtp_session_class_init), (gst_rtp_session_init):
7443         * gst/rtpmanager/gstrtpsession.h:
7444         * gst/rtpmanager/gstrtpssrcdemux.c:
7445         * gst/rtpmanager/gstrtpssrcdemux.h:
7446         * gst/rtpmanager/rtpjitterbuffer.c:
7447         * gst/rtpmanager/rtpjitterbuffer.h:
7448         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
7449         (on_ssrc_sdes), (rtp_session_process_sdes):
7450         * gst/rtpmanager/rtpsession.h:
7451         * gst/rtpmanager/rtpsource.c:
7452         * gst/rtpmanager/rtpsource.h:
7453         * gst/rtpmanager/rtpstats.c:
7454         * gst/rtpmanager/rtpstats.h:
7455         Add signal to notify of an SDES change.
7456         Fix object type in the signal callbacks.
7457
7458 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
7459
7460         * gst/rtpmanager/gstrtpbin.c: (create_session),
7461         (gst_rtp_bin_class_init), (gst_rtp_bin_init), (sdes_type_to_name),
7462         (gst_rtp_bin_set_sdes_string), (gst_rtp_bin_get_sdes_string),
7463         (gst_rtp_bin_set_property), (gst_rtp_bin_get_property):
7464         * gst/rtpmanager/gstrtpbin.h:
7465         Expose SDES items as properties and configure the session managers with
7466         them.
7467
7468         * gst/rtpmanager/rtpsource.c: (rtp_source_class_init),
7469         (rtp_source_set_property):
7470         Fix SSRC property.
7471
7472 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
7473
7474         * gst/rtpmanager/gstrtpbin.c: (create_session):
7475         * gst/rtpmanager/rtpjitterbuffer.c:
7476         Update comment.
7477
7478         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
7479         (gst_rtp_session_set_property), (gst_rtp_session_get_property):
7480         Define some GObject properties to set SDES and other configuration.
7481
7482         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
7483         (rtp_session_init), (rtp_session_finalize),
7484         (rtp_session_set_property), (rtp_session_get_property),
7485         (on_ssrc_sdes), (rtp_session_set_bandwidth),
7486         (rtp_session_get_bandwidth), (rtp_session_set_rtcp_fraction),
7487         (rtp_session_get_rtcp_fraction), (rtp_session_set_sdes_string),
7488         (rtp_session_get_sdes_string), (obtain_source),
7489         (rtp_session_get_internal_source), (rtp_session_process_sdes),
7490         (rtp_session_send_rtp), (rtp_session_next_timeout), (session_sdes),
7491         (is_rtcp_time):
7492         * gst/rtpmanager/rtpsession.h:
7493         Add signal when new SDES infor has been found for a source.
7494         Create properties for SDES and other info.
7495         Simplify the SDES API.
7496         Add method for getting the internal source object of the session.
7497
7498         * gst/rtpmanager/rtpsource.c: (rtp_source_class_init),
7499         (rtp_source_finalize), (rtp_source_set_property),
7500         (rtp_source_get_property), (rtp_source_set_callbacks),
7501         (rtp_source_get_ssrc), (rtp_source_set_as_csrc),
7502         (rtp_source_is_as_csrc), (rtp_source_is_active),
7503         (rtp_source_is_validated), (rtp_source_is_sender),
7504         (rtp_source_received_bye), (rtp_source_get_bye_reason),
7505         (rtp_source_set_sdes), (rtp_source_set_sdes_string),
7506         (rtp_source_get_sdes), (rtp_source_get_sdes_string),
7507         (rtp_source_get_new_sr), (rtp_source_get_new_rb):
7508         * gst/rtpmanager/rtpsource.h:
7509         Add GObject properties for various things.
7510         Don't leak the bye reason.
7511
7512 2007-12-09  Edward Hervey  <edward@collabora.co.uk>
7513
7514         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
7515         (gst_flv_parse_tag_video):
7516         Fix list of supported and known codecs.
7517         Emit tag with the codec name so it gets properly reported in totem and
7518         other applications.
7519
7520 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
7521
7522         * configure.ac:
7523         Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
7524
7525 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
7526
7527         * gst/equalizer/gstiirequalizer.c:
7528         (gst_iir_equalizer_transform_ip):
7529         Fix compilation.
7530
7531 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
7532
7533         * gst/equalizer/gstiirequalizer.c:
7534         (gst_iir_equalizer_transform_ip):
7535         Don't process buffers in passthrough mode.
7536
7537 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
7538
7539         * gst/filter/gstbpwsinc.c: (bpwsinc_transform):
7540         * gst/filter/gstlpwsinc.c: (lpwsinc_transform):
7541         The transform() methods are not called in passthrough mode so
7542         there's no need for checking if the element is in passthrough mode.
7543
7544 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
7545
7546         * gst/filter/gstbpwsinc.c: (bpwsinc_transform):
7547         * gst/filter/gstlpwsinc.c: (lpwsinc_transform):
7548         Sync the GObject properties with the controller even in passthrough
7549         mode to get consistent property values.
7550
7551 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
7552
7553         * gst/mpegtsparse/mpegtsparse.c: (crc_tab):
7554           Mark crc values table as constant.
7555
7556 2007-12-05  Edgard Lima  <edgard.lima@indt.org.br>
7557
7558         * ext/metadata/metadataexif.c:
7559         * ext/metadata/metadataiptc.c:
7560         * ext/metadata/metadatatags.c:
7561         * ext/metadata/metadatatags.h:
7562         * ext/metadata/metadataxmp.c:
7563           Added some tags to exif parser.
7564
7565 2007-12-05  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7566
7567         * gst/mpegtsparse/mpegtspacketizer.c:
7568         * gst/mpegtsparse/mpegtsparse.c:
7569         A sub table is identified by the pair table_id and 
7570         sub_table_identifier, not by pid. So hash with that.
7571         * sys/dvb/dvbbasebin.c:
7572         Make sure initial pids are added properly to filter,
7573
7574 2007-12-05  Andy Wingo  <wingo@pobox.com>
7575
7576         * gst/switch/gstswitch.c (gst_switch_set_property): Don't push
7577         buffers from app thread when unsetting `queue-buffers', it's
7578         dangerous and the chain function will do it for us anyway.
7579
7580 2007-12-04  Edgard Lima  <edgard.lima@indt.org.br>
7581
7582         * ext/metadata/metadatamuxjpeg.c: (metadatamux_wrap_chunk),
7583         (metadatamux_jpeg_lazy_update):
7584         * ext/metadata/metadataparsejpeg.c: (metadataparse_jpeg_parse),
7585         (metadataparse_jpeg_reading):
7586           Now compiles even when libiptc is missing.
7587
7588 2007-12-04  Edgard Lima  <edgard.lima@indt.org.br>
7589
7590         * ext/metadata/gstmetadatamux.c:
7591         * ext/metadata/gstmetadatamux.h:
7592         * ext/metadata/gstmetadataparse.c:
7593         * ext/metadata/gstmetadataparse.h:
7594         * ext/metadata/metadata.c:
7595         * ext/metadata/metadata.h:
7596         * ext/metadata/metadatamuxjpeg.c:
7597         * ext/metadata/metadatamuxjpeg.h:
7598         * ext/metadata/metadatamuxpng.c:
7599         * ext/metadata/metadatamuxpng.h:
7600           Fixed element properties and now muxer writes to png also.
7601
7602 2007-12-03  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7603
7604         * gst/mpegtsparse/Makefile.am:
7605         * gst/mpegtsparse/mpegtspacketizer.c:
7606         * gst/mpegtsparse/mpegtsparse.c:
7607         Remove signals for pat, pmt, nit, eit, sdt. Replace with bus
7608         messages.
7609         * sys/dvb/dvbbasebin.c:
7610         Instead of attaching to signals, use the bus messages.
7611         Also fix up so the dvbsrc starts only outputting the info tables
7612         like PAT, CAT, NIT, SDT, EIT instead of the whole ts.
7613
7614 2007-12-03  Edgard Lima  <edgard.lima@indt.org.br>
7615
7616         * ext/metadata/gstmetadatamux.c:
7617         * ext/metadata/gstmetadatamux.h:
7618         * ext/metadata/metadataexif.c:
7619         * ext/metadata/metadataexif.h:
7620         * ext/metadata/metadataiptc.c:
7621         * ext/metadata/metadataiptc.h:
7622         * ext/metadata/metadatamuxjpeg.c:
7623         * ext/metadata/metadataxmp.c:
7624         * ext/metadata/metadataxmp.h:
7625           Muxer writes (in jpeg only) whole IPTC chunk sent as tag. Muxer
7626           implemets GstTagSetter interface.
7627
7628 2007-12-03  Thijs Vermeir  <thijsvermeir@gmail.com>
7629
7630         * gst/librfb/rfbdecoder.c:
7631                 Should fix the 64-bit build
7632
7633 2007-11-30  Edgard Lima  <edgard.lima@indt.org.br>
7634
7635         * ext/metadata/gstmetadatamux.c:
7636         * ext/metadata/gstmetadatamux.h:
7637         * ext/metadata/gstmetadataparse.c:
7638         * ext/metadata/gstmetadataparse.h:
7639         * ext/metadata/metadataexif.c:
7640         * ext/metadata/metadataexif.h:
7641         * ext/metadata/metadataiptc.c:
7642         * ext/metadata/metadataiptc.h:
7643         * ext/metadata/metadatamuxjpeg.c:
7644         * ext/metadata/metadatamuxpng.c:
7645         * ext/metadata/metadataparsejpeg.c:
7646         * ext/metadata/metadataparsepng.c:
7647         * ext/metadata/metadataxmp.c:
7648         * ext/metadata/metadataxmp.h:
7649           Muxer writes (in jpeg only) whole EXIF and XMP chunks sent as tags.
7650
7651 2007-11-30  Thijs Vermeir  <thijsvermeir@gmail.com>
7652
7653         * gst/librfb/rfbdecoder.c:
7654         * gst/librfb/rfbdecoder.h:
7655                 Add CoRRE encoding
7656
7657 2007-11-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7658
7659         * gst/mpegtsparse/mpegtsparse.c:
7660         CRC check the psi pids. CRC checking code relicenced from MPL.
7661         Thanks Fluendo.
7662
7663 2007-11-30  Edgard Lima  <edgard.lima@indt.org.br>
7664
7665         * ext/metadata/Makefile.am:
7666         * ext/metadata/gstmetadatamux.c:
7667         * ext/metadata/gstmetadatamux.h:
7668         * ext/metadata/gstmetadataparse.c:
7669         * ext/metadata/metadata.c:
7670         * ext/metadata/metadata.h:
7671         * ext/metadata/metadatamuxjpeg.c:
7672         * ext/metadata/metadatamuxjpeg.h:
7673         * ext/metadata/metadatamuxpng.c:
7674         * ext/metadata/metadatamuxpng.h:
7675         * ext/metadata/metadataparsejpeg.c:
7676         * ext/metadata/metadataparsejpeg.h:
7677         * ext/metadata/metadataparsepng.c:
7678         * ext/metadata/metadataparsepng.h:
7679         * ext/metadata/metadatatypes.c:
7680         * ext/metadata/metadatatypes.h:
7681           Fixed get_range bug when injecting and stripping. And mux is almost
7682           done now.
7683
7684 2007-11-30  Thijs Vermeir  <thijsvermeir@gmail.com>
7685
7686         * gst/librfb/rfbdecoder.c:
7687                 Use glib macro for swapping
7688
7689 2007-11-29  Thijs Vermeir  <thijsvermeir@gmail.com>
7690
7691         * gst/librfb/gstrfbsrc.c:
7692         * gst/librfb/rfbdecoder.c:
7693         * gst/librfb/rfbdecoder.h:
7694                 Disable CopyRect encoding by default
7695                 Add RRE encoding
7696
7697 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
7698
7699         Patch by: Wouter Cloetens <wouter at mind dot be>
7700
7701         * configure.ac:
7702         Bump libsoup requirement as libsoup does not support async client
7703         operation prior to version 2.2.104 and it has some leaks.
7704
7705         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_class_init),
7706         (gst_souphttp_src_init), (gst_souphttp_src_dispose),
7707         (gst_souphttp_src_set_property), (gst_souphttp_src_create),
7708         (gst_souphttp_src_start), (gst_souphttp_src_stop),
7709         (gst_souphttp_src_unlock), (gst_souphttp_src_unlock_stop),
7710         (gst_souphttp_src_get_size), (soup_got_headers), (soup_got_body),
7711         (soup_finished), (soup_got_chunk), (soup_response),
7712         (soup_session_close):
7713         * ext/soup/gstsouphttpsrc.h:
7714         Implement unlock().
7715         Picks up the size from the Content-Length header and emit a duration
7716         message.
7717         Don't leak the GMainContext object.
7718         Fixes #500099.
7719
7720 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
7721
7722         * ext/alsaspdif/alsaspdifsink.c: (alsaspdifsink_set_caps),
7723         (alsaspdifsink_get_time), (alsaspdifsink_set_params),
7724         (alsaspdifsink_find_pcm_device):
7725         Don't free uninitialized data when we are in error.
7726
7727 2007-11-28  Edgard Lima  <edgard.lima@indt.org.br>
7728
7729         * ext/metadata/gstmetadatamux.c:
7730         * ext/metadata/gstmetadataparse.c:
7731         * ext/metadata/metadataexif.c:
7732         * ext/metadata/metadataexif.h:
7733         * ext/metadata/metadataiptc.c:
7734         * ext/metadata/metadataiptc.h:
7735         * ext/metadata/metadatatags.c:
7736         * ext/metadata/metadatatags.h:
7737         * ext/metadata/metadataxmp.c:
7738         * ext/metadata/metadataxmp.h:
7739           Sending make and model individual tags and muxer now links fine.
7740
7741 2007-11-28  Edgard Lima  <edgard.lima@indt.org.br>
7742
7743         * ext/metadata/Makefile.am:
7744         * ext/metadata/gstmetadata.c:
7745         * ext/metadata/gstmetadatamux.c:
7746         * ext/metadata/gstmetadatamux.h:
7747         * ext/metadata/gstmetadataparse.c:
7748         * ext/metadata/gstmetadataparse.h:
7749         * ext/metadata/metadata.c:
7750         * ext/metadata/metadata.h:
7751         * ext/metadata/metadataexif.c:
7752         * ext/metadata/metadataexif.h:
7753         * ext/metadata/metadataiptc.c:
7754         * ext/metadata/metadataiptc.h:
7755         * ext/metadata/metadataparse.c:
7756         * ext/metadata/metadataparse.h:
7757         * ext/metadata/metadataparseexif.c:
7758         * ext/metadata/metadataparseexif.h:
7759         * ext/metadata/metadataparseiptc.c:
7760         * ext/metadata/metadataparseiptc.h:
7761         * ext/metadata/metadataparsexmp.c:
7762         * ext/metadata/metadataparsexmp.h:
7763         * ext/metadata/metadatatags.c:
7764         * ext/metadata/metadatatags.h:
7765         * ext/metadata/metadataxmp.c:
7766         * ext/metadata/metadataxmp.h:
7767           Small fixes in get_range and better structure for generic muxer and
7768           demuxer.
7769
7770 2007-11-26  Julien Moutte  <julien@fluendo.com>
7771
7772         * configure.ac: Add QuickTime Wrapper plug-in.
7773         * gst/speexresample/gstspeexresample.c:
7774         (gst_speex_resample_push_drain), (gst_speex_resample_process): Fix
7775         build on Mac OS X Leopard. Incorrect printf format arguments.
7776         * sys/Makefile.am:
7777         * sys/qtwrapper/Makefile.am:
7778         * sys/qtwrapper/audiodecoders.c:
7779         (qtwrapper_audio_decoder_base_init),
7780         (qtwrapper_audio_decoder_class_init),
7781         (qtwrapper_audio_decoder_init),
7782         (clear_AudioStreamBasicDescription), (fill_indesc_mp3),
7783         (fill_indesc_aac), (fill_indesc_samr), (fill_indesc_generic),
7784         (make_samr_magic_cookie), (open_decoder),
7785         (qtwrapper_audio_decoder_sink_setcaps), (process_buffer_cb),
7786         (qtwrapper_audio_decoder_chain),
7787         (qtwrapper_audio_decoder_sink_event),
7788         (qtwrapper_audio_decoders_register):
7789         * sys/qtwrapper/codecmapping.c: (audio_caps_from_string),
7790         (fourcc_to_caps):
7791         * sys/qtwrapper/codecmapping.h:
7792         * sys/qtwrapper/imagedescription.c: (image_description_for_avc1),
7793         (image_description_for_mp4v), (image_description_from_stsd_buffer),
7794         (image_description_from_codec_data):
7795         * sys/qtwrapper/imagedescription.h:
7796         * sys/qtwrapper/qtutils.c: (get_name_info_from_component),
7797         (get_output_info_from_component), (dump_avcc_atom),
7798         (dump_image_description), (dump_codec_decompress_params),
7799         (addSInt32ToDictionary), (dump_cvpixel_buffer),
7800         (DestroyAudioBufferList), (AllocateAudioBufferList):
7801         * sys/qtwrapper/qtutils.h:
7802         * sys/qtwrapper/qtwrapper.c: (plugin_init):
7803         * sys/qtwrapper/qtwrapper.h:
7804         * sys/qtwrapper/videodecoders.c:
7805         (qtwrapper_video_decoder_base_init),
7806         (qtwrapper_video_decoder_class_init),
7807         (qtwrapper_video_decoder_init), (qtwrapper_video_decoder_finalize),
7808         (fill_image_description), (new_image_description), (close_decoder),
7809         (open_decoder), (qtwrapper_video_decoder_sink_setcaps),
7810         (decompressCb), (qtwrapper_video_decoder_chain),
7811         (qtwrapper_video_decoder_sink_event),
7812         (qtwrapper_video_decoders_register): Initial import of QuickTime
7813         wrapper jointly developped by Songbird authors (Pioneers of the
7814         Inevitable) and Fluendo.
7815
7816 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
7817
7818         * gst/spectrum/gstspectrum.c:
7819           Use dispose and finalize. Dispose can be called multiple times.
7820
7821 2007-11-26  Edgard Lima  <edgard.lima@indt.org.br>
7822
7823         * ext/metadata/gstmetadataparse.c: (gst_metadata_parse_init),
7824         (gst_metadata_parse_chain), (gst_metadata_parse_checkgetrange):
7825           Now works when get_range is not available upstream.
7826
7827 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
7828
7829         * gst/speexresample/README:
7830         * gst/speexresample/arch.h:
7831         * gst/speexresample/resample.c: (resampler_basic_direct_single),
7832         (resampler_basic_direct_double),
7833         (resampler_basic_interpolate_single),
7834         (resampler_basic_interpolate_double),
7835         (speex_resampler_process_native), (speex_resampler_process_float),
7836         (speex_resampler_process_int),
7837         (speex_resampler_process_interleaved_float),
7838         (speex_resampler_process_interleaved_int),
7839         (speex_resampler_get_input_latency),
7840         (speex_resampler_get_output_latency):
7841         * gst/speexresample/speex_resampler.h:
7842         Update speex resampler to latest SVN. We're now down to only the
7843         changes noted in README again.
7844
7845         * gst/speexresample/speex_resampler_wrapper.h:
7846         * gst/speexresample/gstspeexresample.c:
7847         (gst_speex_resample_push_drain), (gst_speex_resample_query):
7848         Adjust to API changes.
7849
7850 2007-11-25  Edward Hervey  <bilboed@bilboed.com>
7851
7852         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
7853         (gst_flv_parse_tag_video):
7854         Output segment with proper 'stop' value, makes flvdemux 100% compatible
7855         with gnonlin.
7856
7857 2007-11-25  Stefan Kost  <ensonic@users.sf.net>
7858
7859         * ext/dc1394/gstdc1394.c:
7860           Set initial structure name to fix assertion, due to recent caps name
7861           constraints.
7862
7863 2007-11-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
7864
7865         patch by: Alessandro Decina
7866
7867         * gst/mpegtsparse/mpegtspacketizer.c:
7868         * gst/mpegtsparse/mpegtspacketizer.h:
7869         * gst/mpegtsparse/mpegtsparse.c:
7870         * gst/mpegtsparse/mpegtsparse.h:
7871         pat-info is now a signal not a GObject property that
7872         gets notified.
7873         pat-info, pmt-info now instead of passing a GObject as
7874         a parameter, pass a GstStructure.
7875         New signals: nit-info, sdt-info, eit-info for DVB SI information
7876         * sys/dvb/camconditionalaccess.c:
7877         * sys/dvb/camconditionalaccess.h:
7878         * sys/dvb/camdevice.c:
7879         * sys/dvb/camdevice.h:
7880         * sys/dvb/camswclient.c:
7881         * sys/dvb/camswclient.h:
7882         * sys/dvb/camutils.c:
7883         * sys/dvb/camutils.h:
7884         Cam code now uses the pmt GstStructure passed from mpegtsparse
7885         signals rather than the GObject.
7886         * sys/dvb/dvbbasebin.c:
7887         Use new signals in mpegtsparse and use GstStructures as per
7888         mpegtsparse's modified API.
7889         
7890 2007-11-23  Edgard Lima  <edgard.lima@indt.org.br>
7891
7892         * ext/metadata/Makefile.am:
7893         * ext/metadata/gstmetadata.c:
7894         * ext/metadata/gstmetadatamux.c:
7895         * ext/metadata/gstmetadatamux.h:
7896         * ext/metadata/gstmetadataparse.c:
7897         * ext/metadata/gstmetadataparse.h:
7898         * ext/metadata/metadataparse.c:
7899         * ext/metadata/metadataparse.h:
7900         * ext/metadata/metadataparsejpeg.c:
7901         * ext/metadata/metadataparsejpeg.h:
7902         * ext/metadata/metadataparsepng.c:
7903         * ext/metadata/metadataparsepng.h:
7904         * ext/metadata/metadataparsetypes.h:
7905         * ext/metadata/metadatatypes.c:
7906         * ext/metadata/metadatatypes.h:
7907           Now parser is generic (just add/remove a list of chunks). And a
7908           template of muxer has been created.
7909
7910 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
7911
7912         * gst/speexresample/gstspeexresample.c:
7913         (gst_speex_resample_update_state):
7914         Only post the latency message if we have a resampler state already.
7915
7916 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
7917
7918         * gst/speexresample/gstspeexresample.c:
7919         (gst_speex_resample_update_state):
7920         Also post GST_MESSAGE_LATENCY if the latency changes.
7921
7922 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
7923
7924         * gst/speexresample/resample.c: (speex_resampler_get_latency),
7925         (speex_resampler_drain_float), (speex_resampler_drain_int),
7926         (speex_resampler_drain_interleaved_float),
7927         (speex_resampler_drain_interleaved_int):
7928         * gst/speexresample/speex_resampler.h:
7929         * gst/speexresample/speex_resampler_wrapper.h:
7930         Add functions to push the remaining samples and to get the latency
7931         of the resampler. These will get added to Speex SVN in this or a
7932         slightly changed form at some point too and should get merged then
7933         again.
7934
7935         * gst/speexresample/gstspeexresample.c: (gst_speex_resample_init),
7936         (gst_speex_resample_init_state),
7937         (gst_speex_resample_transform_size),
7938         (gst_speex_resample_push_drain), (gst_speex_resample_event),
7939         (gst_speex_fix_output_buffer), (gst_speex_resample_process),
7940         (gst_speex_resample_query), (gst_speex_resample_query_type):
7941         Drop the prepending zeroes and output the remaining samples on EOS.
7942         Also properly implement the latency query for this. speexresample
7943         should be completely ready for production use now.
7944
7945 2007-11-22  Wim Taymans  <wim.taymans@gmail.com>
7946
7947         * gst/rtpmanager/gstrtpjitterbuffer.c:
7948         (gst_rtp_jitter_buffer_query):
7949         jitterbuffer can buffer an unlimited amount of time and thus has no
7950         max_latency requirements.
7951
7952 2007-11-21  Sebastian Dröge  <slomo@circular-chaos.org>
7953
7954         * gst/speexresample/README:
7955         Add README explaining where the resampling code was taken from
7956         and which changes were done.
7957
7958         * gst/speexresample/resample.c: (speex_alloc), (speex_realloc),
7959         (speex_free):
7960         Use g_malloc() and friends instead of malloc() to achieve higher
7961         portability and define the functions inline.
7962
7963         * gst/speexresample/speex_resampler.h:
7964         Add back some useless preprocessor stuff to keep the diff between
7965         our version and the one from the Speex SVN repository lower.
7966
7967 2007-11-21  Sebastian Dröge  <slomo@circular-chaos.org>
7968
7969         * gst/filter/gstbpwsinc.c: (bpwsinc_set_property):
7970         * gst/filter/gstlpwsinc.c: (lpwsinc_set_property):
7971         Post a GST_MESSAGE_LATENCY if the latency changes.
7972
7973 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
7974
7975         * ext/faac/gstfaac.c: (gst_faac_sink_event):
7976         Don't try to flush the decoder on EOS when it was not initialized.
7977         Fixes #498667
7978
7979 2007-11-21  Julien Moutte  <julien@fluendo.com>
7980
7981         * ext/sdl/sdlaudiosink.c: (gst_sdlaudio_sink_write): Fix build
7982         on Mac OS X. (missing format parameter)
7983
7984 2007-11-21  Stefan Kost  <ensonic@users.sf.net>
7985
7986         * gst/equalizer/gstiirequalizer10bands.c:
7987         * gst/equalizer/gstiirequalizer3bands.c:
7988           Remove preset iface again. We'll re-add this after its been released
7989           in -good.
7990
7991 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
7992
7993         * gst/speexresample/gstspeexresample.c:
7994         (gst_speex_fix_output_buffer), (gst_speex_resample_transform):
7995         Some small cleanup and addition of a TODO item.
7996
7997 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
7998
7999         * gst/speexresample/Makefile.am:
8000         Add missing file.
8001
8002 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8003
8004         * docs/plugins/inspect/plugin-app.xml:
8005         * docs/plugins/inspect/plugin-bayer.xml:
8006         * docs/plugins/inspect/plugin-cdaudio.xml:
8007         * docs/plugins/inspect/plugin-dvb.xml:
8008         * docs/plugins/inspect/plugin-dvbsrc.xml:
8009         * docs/plugins/inspect/plugin-dvdspu.xml:
8010         * docs/plugins/inspect/plugin-festival.xml:
8011         * docs/plugins/inspect/plugin-flvdemux.xml:
8012         * docs/plugins/inspect/plugin-gstinterlace.xml:
8013         * docs/plugins/inspect/plugin-interleave.xml:
8014         * docs/plugins/inspect/plugin-ladspa.xml:
8015         * docs/plugins/inspect/plugin-mpeg4videoparse.xml:
8016         * docs/plugins/inspect/plugin-mpegtsparse.xml:
8017         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
8018         * docs/plugins/inspect/plugin-mve.xml:
8019         * docs/plugins/inspect/plugin-nas.xml:
8020         * docs/plugins/inspect/plugin-nuvdemux.xml:
8021         * docs/plugins/inspect/plugin-quicktime.xml:
8022         * docs/plugins/inspect/plugin-real.xml:
8023         * docs/plugins/inspect/plugin-rfbsrc.xml:
8024         * docs/plugins/inspect/plugin-sdp.xml:
8025         * docs/plugins/inspect/plugin-sndfile.xml:
8026         * docs/plugins/inspect/plugin-soup.xml:
8027         * docs/plugins/inspect/plugin-speexresample.xml:
8028         * docs/plugins/inspect/plugin-stereo.xml:
8029         * docs/plugins/inspect/plugin-switch.xml:
8030         * docs/plugins/inspect/plugin-vcdsrc.xml:
8031         * docs/plugins/inspect/plugin-videocrop.xml:
8032         * docs/plugins/inspect/plugin-videoparse.xml:
8033         * docs/plugins/inspect/plugin-vmnc.xml:
8034         * docs/plugins/inspect/plugin-x264.xml:
8035         * docs/plugins/inspect/plugin-y4menc.xml:
8036         Add missing inspection files to CVS.
8037
8038 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8039
8040         * docs/plugins/Makefile.am:
8041         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
8042         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
8043         * docs/plugins/gst-plugins-bad-plugins.args:
8044         * docs/plugins/gst-plugins-bad-plugins.signals:
8045         * docs/plugins/inspect/plugin-bz2.xml:
8046         * docs/plugins/inspect/plugin-cdxaparse.xml:
8047         * docs/plugins/inspect/plugin-dtsdec.xml:
8048         * docs/plugins/inspect/plugin-equalizer.xml:
8049         * docs/plugins/inspect/plugin-faac.xml:
8050         * docs/plugins/inspect/plugin-faad.xml:
8051         * docs/plugins/inspect/plugin-filter.xml:
8052         * docs/plugins/inspect/plugin-freeze.xml:
8053         * docs/plugins/inspect/plugin-gio.xml:
8054         * docs/plugins/inspect/plugin-gsm.xml:
8055         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
8056         * docs/plugins/inspect/plugin-h264parse.xml:
8057         * docs/plugins/inspect/plugin-modplug.xml:
8058         * docs/plugins/inspect/plugin-mpeg2enc.xml:
8059         * docs/plugins/inspect/plugin-musepack.xml:
8060         * docs/plugins/inspect/plugin-musicbrainz.xml:
8061         * docs/plugins/inspect/plugin-nsfdec.xml:
8062         * docs/plugins/inspect/plugin-replaygain.xml:
8063         * docs/plugins/inspect/plugin-soundtouch.xml:
8064         * docs/plugins/inspect/plugin-spcdec.xml:
8065         * docs/plugins/inspect/plugin-spectrum.xml:
8066         * docs/plugins/inspect/plugin-speed.xml:
8067         * docs/plugins/inspect/plugin-tta.xml:
8068         * docs/plugins/inspect/plugin-videosignal.xml:
8069         * docs/plugins/inspect/plugin-xingheader.xml:
8070         * docs/plugins/inspect/plugin-xvid.xml:
8071         * gst/speexresample/gstspeexresample.h:
8072         Add speexresample to the docs and while at that do a make update.
8073
8074 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8075
8076         * gst/speexresample/gstspeexresample.c:
8077         (gst_speex_fix_output_buffer), (gst_speex_resample_process):
8078         If the resampler gives less output samples than expected
8079         adjust the output buffer and print a warning.
8080
8081 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8082
8083         * configure.ac:
8084         * gst/speexresample/arch.h:
8085         * gst/speexresample/fixed_generic.h:
8086         * gst/speexresample/gstspeexresample.c:
8087         (gst_speex_resample_base_init), (gst_speex_resample_class_init),
8088         (gst_speex_resample_init), (gst_speex_resample_start),
8089         (gst_speex_resample_stop), (gst_speex_resample_get_unit_size),
8090         (gst_speex_resample_transform_caps),
8091         (gst_speex_resample_init_state), (gst_speex_resample_update_state),
8092         (gst_speex_resample_reset_state), (gst_speex_resample_parse_caps),
8093         (gst_speex_resample_transform_size), (gst_speex_resample_set_caps),
8094         (gst_speex_resample_event), (gst_speex_resample_check_discont),
8095         (gst_speex_resample_process), (gst_speex_resample_transform),
8096         (gst_speex_resample_set_property),
8097         (gst_speex_resample_get_property), (plugin_init):
8098         * gst/speexresample/gstspeexresample.h:
8099         * gst/speexresample/resample.c: (speex_alloc), (speex_realloc),
8100         (speex_free), (compute_func), (main), (sinc), (cubic_coef),
8101         (resampler_basic_direct_single), (resampler_basic_direct_double),
8102         (resampler_basic_interpolate_single),
8103         (resampler_basic_interpolate_double), (update_filter),
8104         (speex_resampler_init), (speex_resampler_init_frac),
8105         (speex_resampler_destroy), (speex_resampler_process_native),
8106         (speex_resampler_process_float), (speex_resampler_process_int),
8107         (speex_resampler_process_interleaved_float),
8108         (speex_resampler_process_interleaved_int),
8109         (speex_resampler_set_rate), (speex_resampler_get_rate),
8110         (speex_resampler_set_rate_frac), (speex_resampler_get_ratio),
8111         (speex_resampler_set_quality), (speex_resampler_get_quality),
8112         (speex_resampler_set_input_stride),
8113         (speex_resampler_get_input_stride),
8114         (speex_resampler_set_output_stride),
8115         (speex_resampler_get_output_stride), (speex_resampler_skip_zeros),
8116         (speex_resampler_reset_mem), (speex_resampler_strerror):
8117         * gst/speexresample/speex_resampler.h:
8118         * gst/speexresample/speex_resampler_float.c:
8119         * gst/speexresample/speex_resampler_int.c:
8120         * gst/speexresample/speex_resampler_wrapper.h:
8121         Add resample element based on the Speex resampling algorithm.
8122
8123 2007-11-20  Edgard Lima  <edgard.lima@indt.org.br>
8124
8125         * ext/metadata/gstmetadataparse.c:
8126         * ext/metadata/gstmetadataparse.h:
8127           Fixed buffer strip (safer wil pull and after seek).
8128
8129 2007-11-19  Stefan Kost  <ensonic@users.sf.net>
8130
8131         * gst/equalizer/gstiirequalizer10bands.c:
8132         * gst/equalizer/gstiirequalizer3bands.c:
8133           Activate preset iface and upload two presets here.
8134
8135 2007-11-19  Edgard Lima  <edgard.lima@indt.org.br>
8136
8137         * ext/metadata/gstmetadataparse.c:
8138         * ext/metadata/gstmetadataparse.h:
8139           Strip out in pull mode also. Seek and Query functions added.
8140
8141 2007-11-18  Edgard Lima  <edgard.lima@indt.org.br>
8142
8143         * ext/metadata/gstmetadataparse.c:
8144         * ext/metadata/gstmetadataparse.h:
8145         * ext/metadata/metadataparse.c:
8146         * ext/metadata/metadataparse.h:
8147         * ext/metadata/metadataparsejpeg.c:
8148         * ext/metadata/metadataparsejpeg.h:
8149         * ext/metadata/metadataparsepng.c:
8150         * ext/metadata/metadataparsepng.h:
8151         * ext/metadata/metadataparsetypes.h:
8152           Strip out metadata chunks.
8153
8154 2007-11-16  Stefan Kost  <ensonic@users.sf.net>
8155
8156         * configure.ac:
8157           Als use AG_GST_PLUGIN_DOCS (see #344039).
8158
8159 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
8160
8161         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
8162
8163         * gst/mpegtsparse/mpegtspacketizer.c: (foreach_stream_clear),
8164         (remove_all), (mpegts_packetizer_clear):
8165         Ensure that the plugin does not crash when the property pat-info is
8166         queried before a PAT is available. It also ensures that the PAT info is
8167         cleared when the changing from PLAYING to READY.
8168         Fixes #487892.
8169
8170 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
8171
8172         Patch by: Wouter Paesen <wouter at blue-gate dot be>
8173
8174         * ext/soundtouch/gstpitch.cc:
8175         Handle seeking correctly. Fixes #461068.
8176
8177 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
8178
8179         Patch by: Michael Kötter <m dot koetter at oraise dot de>
8180
8181         * ext/alsaspdif/alsaspdifsink.c: (alsaspdifsink_set_caps),
8182         (alsaspdifsink_get_time), (alsaspdifsink_open),
8183         (alsaspdifsink_set_params), (alsaspdifsink_delay), (plugin_init):
8184         Fix sample rate and clocking.
8185         Remove buffer_time and period_time as this seems to break on some
8186         hardware. Fixes #485462.
8187
8188 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
8189
8190         Patch by: Wouter Cloetens <wouter at mind dot be>
8191
8192         * configure.ac:
8193         * ext/Makefile.am:
8194         * ext/soup/Makefile.am:
8195         * ext/soup/gstsouphttpsrc.c: (_do_init),
8196         (gst_souphttp_src_base_init), (gst_souphttp_src_class_init),
8197         (gst_souphttp_src_init), (gst_souphttp_src_dispose),
8198         (gst_souphttp_src_set_property), (gst_souphttp_src_get_property),
8199         (gst_souphttp_src_create), (gst_souphttp_src_start),
8200         (gst_souphttp_src_stop), (gst_souphttp_src_unlock),
8201         (gst_souphttp_src_set_location), (soup_got_chunk), (soup_response),
8202         (soup_session_close), (plugin_init):
8203         * ext/soup/gstsouphttpsrc.h:
8204         Added HTTP source based on libsoup. Fixes #497020.
8205
8206 2007-11-15  Thijs Vermeir  <thijsvermeir@gmail.com>
8207
8208         * gst/librfb/gstrfbsrc.c:
8209         don't forget to handle the offset's
8210         * gst/librfb/rfbdecoder.c:
8211         * gst/librfb/rfbdecoder.h:
8212         precalculate some many used values
8213
8214 2007-11-15  Thijs Vermeir  <thijsvermeir@gmail.com>
8215
8216         patch by: Armando Taffarel Neto <taffarel@solis.coop.br>
8217         * gst/librfb/gstrfbsrc.c:
8218         Set the timestamp for the output buffers
8219
8220 2007-11-14  Sebastian Dröge  <slomo@circular-chaos.org>
8221
8222         * tests/check/elements/spectrum.c: (GST_START_TEST):
8223         Fix spectrum unit test for the latest spectrum changes.
8224
8225 2007-11-12  Sebastian Dröge  <slomo@circular-chaos.org>
8226
8227         Patch by: René Stadler <mail at renestadler dot de>
8228
8229         * gst/replaygain/rganalysis.c: (yule_filter):
8230         Avoid slowdown from denormals when processing near-silence input data.
8231         Spotted by Gabriel Bouvigne. Fixes #494499.
8232
8233 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
8234
8235         * gst/flv/gstflvparse.c:
8236         Add mapping for Nellymoser ASAO audio codec.
8237         (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video): Make sure we
8238         actually have data to read at the end of the tag. This avoids trying
8239         to allocate negative buffers.
8240
8241 2007-11-12  Edgard Lima  <edgard.lima@indt.org.br>
8242
8243         * ext/metadata/README:
8244           Added a design proposal from metadata parse and mux.
8245
8246 2007-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
8247
8248         * gst/equalizer/demo.c: (draw_spectrum):
8249         * gst/spectrum/demo-audiotest.c: (draw_spectrum):
8250         * gst/spectrum/demo-osssrc.c: (draw_spectrum):
8251         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init):
8252         Change the meaning of the magnitude values given in the
8253         GstMessages by spectrum to decibel instead of
8254         decibel+threshold.
8255
8256 2007-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
8257
8258         * gst/equalizer/gstiirequalizer10bands.c:
8259         * gst/equalizer/gstiirequalizer3bands.c:
8260         * gst/equalizer/gstiirequalizernbands.c:
8261         And continue to update docs. Also include some sample code
8262         for the n-band equalizer in the docs.
8263
8264 2007-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
8265
8266         * gst/equalizer/gstiirequalizer10bands.c:
8267         (gst_iir_equalizer_10bands_class_init):
8268         * gst/equalizer/gstiirequalizer3bands.c:
8269         (gst_iir_equalizer_3bands_class_init):
8270         * gst/equalizer/gstiirequalizernbands.c:
8271         Update docs and property ranges to the real values.
8272
8273 2007-11-09  Sebastian Dröge  <slomo@circular-chaos.org>
8274
8275         * gst/spectrum/gstspectrum.c:
8276         Now do the scaling right for real. Also initialize a previously
8277         uninitialized variable.
8278
8279 2007-11-09  Edgard Lima  <edgard.lima@indt.org.br>
8280
8281         * ext/metadata/metadataparsexmp.c:
8282         (metadataparse_xmp_tag_list_add),
8283         (metadataparse_xmp_iter_simple_qual),
8284         (metadataparse_xmp_iter_simple), (metadataparse_xmp_iter_array),
8285         (metadataparse_xmp_iter):
8286           Extracting more detailed info from XMP.
8287
8288 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
8289
8290         * gst/equalizer/demo.c:
8291           Make default volume a bit less. Improve layout by giving more space to
8292           the slider with big-numbers and enable fill.
8293
8294 2007-11-07  Sebastian Dröge  <slomo@circular-chaos.org>
8295
8296         * configure.ac:
8297         * tests/check/pipelines/gio.c: (GST_START_TEST):
8298         Require GIO >= 0.1.2 and adjust unit test for an API change.
8299
8300 2007-11-07  Sebastian Dröge  <slomo@circular-chaos.org>
8301
8302         * tests/icles/equalizer-test.c: (do_slider_fiddling):
8303         Fix gain ranges for the latest equalizer changes.
8304
8305 2007-11-07  Sebastian Dröge  <slomo@circular-chaos.org>
8306
8307         * ext/gio/gstgio.h:
8308         Add macro to check if a stream supports seeking.
8309
8310         * ext/gio/Makefile.am:
8311         * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_base_init),
8312         (gst_gio_base_sink_class_init), (gst_gio_base_sink_init),
8313         (gst_gio_base_sink_finalize), (gst_gio_base_sink_start),
8314         (gst_gio_base_sink_stop), (gst_gio_base_sink_unlock),
8315         (gst_gio_base_sink_unlock_stop), (gst_gio_base_sink_event),
8316         (gst_gio_base_sink_render), (gst_gio_base_sink_query),
8317         (gst_gio_base_sink_set_stream):
8318         * ext/gio/gstgiobasesink.h:
8319         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_base_init),
8320         (gst_gio_base_src_class_init), (gst_gio_base_src_init),
8321         (gst_gio_base_src_finalize), (gst_gio_base_src_start),
8322         (gst_gio_base_src_stop), (gst_gio_base_src_get_size),
8323         (gst_gio_base_src_is_seekable), (gst_gio_base_src_unlock),
8324         (gst_gio_base_src_unlock_stop), (gst_gio_base_src_check_get_range),
8325         (gst_gio_base_src_create), (gst_gio_base_src_set_stream):
8326         * ext/gio/gstgiobasesrc.h:
8327         Refactor common GIO functions to GstGioBaseSink and GstGioBaseSrc
8328         base classes that only require a GInputStream or GOutputStream to
8329         work.
8330
8331         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
8332         (gst_gio_sink_class_init), (gst_gio_sink_init),
8333         (gst_gio_sink_finalize), (gst_gio_sink_start):
8334         * ext/gio/gstgiosink.h:
8335         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
8336         (gst_gio_src_class_init), (gst_gio_src_init),
8337         (gst_gio_src_finalize), (gst_gio_src_start):
8338         * ext/gio/gstgiosrc.h:
8339         Use the newly created base classes here.
8340
8341         * ext/gio/gstgio.c: (plugin_init):
8342         * ext/gio/gstgiostreamsink.c: (gst_gio_stream_sink_base_init),
8343         (gst_gio_stream_sink_class_init), (gst_gio_stream_sink_init),
8344         (gst_gio_stream_sink_finalize), (gst_gio_stream_sink_set_property),
8345         (gst_gio_stream_sink_get_property):
8346         * ext/gio/gstgiostreamsink.h:
8347         * ext/gio/gstgiostreamsrc.c: (gst_gio_stream_src_base_init),
8348         (gst_gio_stream_src_class_init), (gst_gio_stream_src_init),
8349         (gst_gio_stream_src_finalize), (gst_gio_stream_src_set_property),
8350         (gst_gio_stream_src_get_property):
8351         * ext/gio/gstgiostreamsrc.h:
8352         Implement GstGioStreamSink and GstGioStreamSrc that have a property
8353         to set the GInputStream/GOutputStream that should be used.
8354
8355         * tests/check/Makefile.am:
8356         * tests/check/pipelines/.cvsignore:
8357         * tests/check/pipelines/gio.c: (message_handler), (GST_START_TEST),
8358         (gio_testsuite), (main):
8359         Add unit test for giostreamsrc and giostreamsink.
8360
8361 2007-11-07  Sebastian Dröge  <slomo@circular-chaos.org>
8362
8363         * ext/gio/gstgio.c: (plugin_init):
8364         Remove nowadays unnecessary workaround for a crash.
8365         
8366         * ext/gio/gstgiosink.c: (gst_gio_sink_finalize),
8367         (gst_gio_sink_start), (gst_gio_sink_stop),
8368         (gst_gio_sink_unlock_stop):
8369         * ext/gio/gstgiosink.h:
8370         * ext/gio/gstgiosrc.c: (gst_gio_src_finalize), (gst_gio_src_start),
8371         (gst_gio_src_stop), (gst_gio_src_unlock_stop):
8372         * ext/gio/gstgiosrc.h:
8373         Make the finalize function safer, clean up everything that could stay
8374         around.
8375
8376         Reset the cancellable instead of creating a new one after cancelling
8377         some operation.
8378
8379         Don't store the GFile in the element, it's only necessary for creating
8380         the streams.
8381
8382 2007-11-06  Sebastian Dröge  <slomo@circular-chaos.org>
8383
8384         * gst/spectrum/demo-audiotest.c: (main):
8385         Use autoaudiosink instead of alsasink and use a sine wave.
8386
8387         * gst/spectrum/gstspectrum.c:
8388         Fix the magnitude calculation.
8389
8390 2007-11-04  Tim-Philipp Müller  <tim at centricular dot net>
8391
8392         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
8393
8394         * gst-libs/gst/dshow/gstdshowfakesink.cpp:
8395           (CDshowFakeSink.CDshowFakeSink):
8396         * gst-libs/gst/dshow/gstdshowfakesink.h: (CDshowFakeSink.m_hres):
8397           Fix crasher in constructor due to the base class's constructor
8398           not necessarily being NULL-safe (depends on the SDK version used
8399           apparently; #492406).
8400
8401         * sys/dshowsrcwrapper/gstdshowaudiosrc.c: (gst_dshowaudiosrc_prepare):
8402         * sys/dshowsrcwrapper/gstdshowvideosrc.c: (gst_dshowvideosrc_set_caps):
8403           Fix a couple of MSVC compiler warnings (#492406).
8404
8405 2007-11-03  Sebastian Dröge  <slomo@circular-chaos.org>
8406
8407         * gst/equalizer/demo.c: (main):
8408         * gst/equalizer/gstiirequalizer.c:
8409         (gst_iir_equalizer_band_class_init), (setup_filter):
8410         Allow setting 0 as bandwidth and handle this correctly.
8411         Also handle a bandwidth of rate/2 properly.
8412
8413         * gst/equalizer/gstiirequalizernbands.c:
8414         (gst_iir_equalizer_nbands_class_init):
8415         Make it possible to generate a N-band equalizer with 1 bands. The
8416         previous limit of 2 was caused by a nowadays replaced calculation
8417         doing a division by zero if number of bands was 1.
8418
8419 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
8420
8421         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
8422
8423         * gst/rtpmanager/gstrtpsession.c:
8424           Fix bad function signatures (#492798).
8425
8426 2007-11-02  Edgard Lima  <edgard.lima@indt.org.br>
8427
8428         * ext/metadata/Makefile.am:
8429         * ext/metadata/gstmetadataparse.c:
8430         * ext/metadata/gstmetadataparse.h:
8431         * ext/metadata/metadataparse.c:
8432         * ext/metadata/metadataparse.h:
8433         * ext/metadata/metadataparseexif.c:
8434         * ext/metadata/metadataparseexif.h:
8435         * ext/metadata/metadataparseiptc.c:
8436         * ext/metadata/metadataparseiptc.h:
8437         * ext/metadata/metadataparsejpeg.c:
8438         * ext/metadata/metadataparsejpeg.h:
8439         * ext/metadata/metadataparsepng.c:
8440         * ext/metadata/metadataparsepng.h:
8441         * ext/metadata/metadataparseutil.c:
8442         * ext/metadata/metadataparseutil.h:
8443         * ext/metadata/metadataparsexmp.c:
8444         * ext/metadata/metadataparsexmp.h:
8445           Added support for PNG/XMP. Indentation. And fixed pull mode to parse
8446           the file. 
8447
8448 2007-11-02  Edgard Lima  <edgard.lima@indt.org.br>
8449
8450         * ext/metadata/gstmetadataparse.c: (gst_metadata_parse_init),
8451         (gst_metadata_parse_activate), (gst_metadata_parse_get_range),
8452         (gst_metadata_parse_element_activate_src_pull):
8453           Now metadataparse works in push or pull mode.
8454
8455 2007-11-01  Edgard Lima  <edgard.lima@indt.org.br>
8456
8457         * configure.ac:
8458         * ext/metadata/Makefile.am:
8459         * ext/metadata/metadataparseexif.c:
8460         (metadataparse_exif_tags_register),
8461         (metadataparse_exif_tag_list_add):
8462         * ext/metadata/metadataparseiptc.c:
8463         * ext/metadata/metadataparsejpeg.c: (metadataparse_jpeg_init),
8464         (metadataparse_jpeg_dispose), (metadataparse_jpeg_parse),
8465         (metadataparse_jpeg_reading), (metadataparse_jpeg_xmp):
8466         * ext/metadata/metadataparseutil.c:
8467         (metadataparse_tag_list_add_chunk):
8468         * ext/metadata/metadataparseutil.h:
8469         * ext/metadata/metadataparsexmp.c:
8470         (metadataparse_xmp_tags_register),
8471         (metadataparse_xmp_tag_list_add), (metadataparse_xmp_init),
8472         (metadataparse_xmp_dispose):
8473         * ext/metadata/metadataparsexmp.h:
8474           Some XMP stuff added.
8475
8476 2007-10-31  Edgard Lima  <edgard.lima@indt.org.br>
8477
8478         * ext/metadata/gstmetadataparse.c:
8479         (gst_metadata_parse_dispose_members),
8480         (gst_metadata_parse_init_members), (gst_metadata_parse_send_tags),
8481         (gst_metadata_parse_chain), (gst_metadata_parse_get_range),
8482         (gst_metadata_parse_change_state),
8483         (gst_metadata_parse_plugin_init):
8484         * ext/metadata/gstmetadataparse.h:
8485         * ext/metadata/metadataparseexif.c:
8486         (metadataparse_exif_tags_register),
8487         (metadataparse_exif_tag_list_add),
8488         (exif_data_foreach_content_func),
8489         (exif_content_foreach_entry_func):
8490         * ext/metadata/metadataparseexif.h:
8491         * ext/metadata/metadataparseiptc.c:
8492         (metadataparse_iptc_tags_register),
8493         (metadataparse_tag_list_add_chunk),
8494         (metadataparse_iptc_tag_list_add),
8495         (iptc_data_foreach_dataset_func):
8496         * ext/metadata/metadataparseiptc.h:
8497         * ext/metadata/metadataparsexmp.c:
8498         (metadataparse_xmp_tags_register),
8499         (metadataparse_xmp_tag_list_add):
8500         * ext/metadata/metadataparsexmp.h:
8501           Now sending iptc tag in whole chunk. Ready to also send exif and xmp
8502           in the same way (look at bug #486659).
8503
8504 2007-10-31  Thijs Vermeir  <thijsvermeir@gmail.com>
8505
8506         * gst/librfb/rfbdecoder.c:
8507                 Some refactoring in RAW encoding
8508
8509 2007-10-31  Thijs Vermeir  <thijsvermeir@gmail.com>
8510
8511         * gst/librfb/d3des.h:
8512         * gst/librfb/gstrfbsrc.c:
8513         * gst/librfb/gstrfbsrc.h:
8514         * gst/librfb/rfbbuffer.h:
8515         * gst/librfb/rfbcontext.h:
8516         * gst/librfb/rfbdecoder.c:
8517         * gst/librfb/rfbdecoder.h:
8518         * gst/librfb/rfbutil.h:
8519         * gst/librfb/vncauth.h:
8520                 Added copyrect encoding
8521
8522 2007-10-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8523
8524         * sys/dvb/camswclient.c:
8525         Warn on failed write.
8526
8527 2007-10-30  Sebastian Dröge  <slomo@circular-chaos.org>
8528
8529         * gst/equalizer/Makefile.am:
8530         * gst/equalizer/demo.c: (on_window_destroy), (on_configure_event),
8531         (on_gain_changed), (on_bandwidth_changed), (on_freq_changed),
8532         (draw_spectrum), (message_handler), (main):
8533         Add small demo application based on the spectrum demo applications
8534         that gets white noise as input, pushes it through an equalizer and
8535         paints the spectrum. For every equalizer band it's possible to set
8536         gain, bandwidth and frequency.
8537         * gst/equalizer/gstiirequalizer.c: (setup_filter):
8538         Add some guarding against too large or too small frequencies and
8539         bandwidths. Also improve debugging a bit.
8540
8541 2007-10-30  Sebastian Dröge  <slomo@circular-chaos.org>
8542
8543         * gst/equalizer/gstiirequalizer.c:
8544         (gst_iir_equalizer_band_set_property),
8545         (gst_iir_equalizer_band_get_property),
8546         (gst_iir_equalizer_band_class_init), (arg_to_scale),
8547         (setup_filter), (gst_iir_equalizer_compute_frequencies):
8548         Replace filters with a bit better filters for which we can actually
8549         find documentation, which don't change anything on zero gain, etc.
8550         
8551         Make the frequency property of the bands writable, rename the
8552         band-width property to bandwidth and change the meaning to the
8553         frequency difference between bandedges, change the meaning of the
8554         gain property to dB instead of a weird scale between -1 and 1 that
8555         has no real meaning.
8556
8557 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
8558
8559         * sys/dvb/dvbbasebin.c:
8560           Fix the build.
8561
8562 2007-10-30  Edgard Lima  <edgard.lima@indt.org.br>
8563
8564         * ext/metadata/.cvsignore:
8565         * ext/metadata/gstmetadataparse.c: (gst_metadata_parse_base_init),
8566         (gst_metadata_parse_init), (gst_metadata_parse_get_caps),
8567         (gst_metadata_parse_configure_srccaps),
8568         (gst_metadata_parse_set_caps), (gst_metadata_parse_activate),
8569         (gst_metadata_parse_plugin_init):
8570         * ext/metadata/metadataparse.c: (metadataparse_parse):
8571         * ext/metadata/metadataparse.h:
8572           Changed kclass to "Parser/Extracter/Metadata", changed caps to
8573           "image/jpeg, tags-extract=true/false" and changed priority to
8574           GST_RANK_PRIMARY+1. Also, srcpad can only work in push mode until
8575           fixed to also work in pull mode.
8576
8577 2007-10-30  Edgard Lima  <edgard.lima@indt.org.br>
8578
8579         * configure.ac:
8580         * ext/Makefile.am:
8581         * ext/metadata/:
8582         * ext/metadata/Makefile.am:
8583         * ext/metadata/gstmetadata.c:
8584         * ext/metadata/gstmetadataparse.c:
8585         * ext/metadata/gstmetadataparse.h:
8586         * ext/metadata/metadataparse.c:
8587         * ext/metadata/metadataparse.h:
8588         * ext/metadata/metadataparseexif.c:
8589         * ext/metadata/metadataparseexif.h:
8590         * ext/metadata/metadataparseiptc.c:
8591         * ext/metadata/metadataparseiptc.h:
8592         * ext/metadata/metadataparsejpeg.c:
8593         * ext/metadata/metadataparsejpeg.h:
8594         * ext/metadata/metadataparsexmp.c:
8595         * ext/metadata/metadataparsexmp.h:
8596           Created new plugin ('medadata') and element ('metadataparse') that
8597           extract metadata from images (look at bug #486659).
8598
8599 2007-10-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8600
8601         * sys/dvb/dvbbasebin.c:
8602         Uncomment the line that sets the pid filter. Wrong way to 
8603         work-around driver issues.
8604
8605 2007-10-28  Tim-Philipp Müller  <tim at centricular dot net>
8606
8607         * ext/faac/gstfaac.c: (gst_faac_profile_get_type),
8608           (gst_faac_class_init), (gst_faac_init):
8609           Fix bitrate ranges and change enum nick for low complexity
8610           profile from LOW to LC for consistency (#490060).
8611
8612 2007-10-27  Tim-Philipp Müller  <tim at centricular dot net>
8613
8614         * gst/interleave/interleave.c: (gst_interleave_request_new_pad):
8615           Let's not call every request pad we create "sink%d", that'll
8616           create problems if there's to be more than one pad. Fixes #490682.
8617
8618         * tests/check/Makefile.am:
8619         * tests/check/elements/.cvsignore:
8620         * tests/check/elements/interleave.c:
8621           Add unit test for the above.
8622
8623 2007-10-27  Julien MOUTTE  <julien@moutte.net>
8624
8625         * gst/mpeg4videoparse/mpeg4videoparse.c: (gst_mpeg4vparse_align),
8626         (gst_mpeg4vparse_drain), (gst_mpeg4vparse_chain),
8627         (gst_mpeg4vparse_sink_setcaps), (gst_mpeg4vparse_sink_event),
8628         (gst_mpeg4vparse_cleanup), (gst_mpeg4vparse_change_state),
8629         (gst_mpeg4vparse_dispose), (gst_mpeg4vparse_base_init),
8630         (gst_mpeg4vparse_class_init), (gst_mpeg4vparse_init),
8631         (plugin_init):
8632         * gst/mpeg4videoparse/mpeg4videoparse.h: Improved version not
8633         damaging headers using a simple state machine.
8634
8635 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
8636
8637         * ext/x264/gstx264enc.c:
8638           Fix build against the libx264 version that ships with debian stable.
8639
8640 2007-10-26  Julien MOUTTE  <julien@moutte.net>
8641
8642         * configure.ac:
8643         * gst/mpeg4videoparse/Makefile.am:
8644         * gst/mpeg4videoparse/mpeg4videoparse.c: (gst_mpeg4vparse_drain),
8645         (gst_mpeg4vparse_chain), (gst_mpeg4vparse_sink_setcaps),
8646         (gst_mpeg4vparse_sink_event), (gst_mpeg4vparse_cleanup),
8647         (gst_mpeg4vparse_change_state), (gst_mpeg4vparse_dispose),
8648         (gst_mpeg4vparse_base_init), (gst_mpeg4vparse_class_init),
8649         (gst_mpeg4vparse_init), (plugin_init):
8650         * gst/mpeg4videoparse/mpeg4videoparse.h: Add a simple MPEG4 ES
8651         parser.
8652
8653 2007-10-25  David Schleef  <ds@schleef.org>
8654
8655         * gst/multifile/Makefile.am:
8656         * gst/multifile/gstmultifilesink.c:
8657         * gst/multifile/gstmultifilesrc.c:
8658         * tests/check/Makefile.am:
8659         * tests/check/elements/multifile.c:
8660           Improve documentation, write some tests for multifilesrc/sink
8661           for upcoming ->good review.
8662
8663 2007-10-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8664
8665         * sys/dvb/gstdvbsrc.c:
8666         Actually use the code-rate-hp parameter for DVB-S.
8667         It turns out setting to AUTO does not always work (
8668         especially in diseq situations). Set by default to 
8669         FEC_AUTO.
8670
8671 2007-10-22  Julien MOUTTE  <julien@moutte.net>
8672
8673         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
8674         (gst_flv_parse_tag_video), (gst_flv_parse_tag_type): Don't
8675         emit no-more-pads for single pad scenarios as the header
8676         is definitely not reliable. We emit them for 2 pads scenarios
8677         though to speed up media discovery.
8678
8679 2007-10-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8680
8681         * sys/dvb/dvbbasebin.c:
8682         Added proxy property of diseqc-source
8683
8684 2007-10-18  Sebastian Dröge  <slomo@circular-chaos.org>
8685
8686         * gst/equalizer/gstiirequalizer.c:
8687         (gst_iir_equalizer_band_set_property):
8688         Add a missing break.
8689
8690 2007-10-18  Sebastian Dröge  <slomo@circular-chaos.org>
8691
8692         * gst/equalizer/gstiirequalizer.c:
8693         (gst_iir_equalizer_band_set_property),
8694         (gst_iir_equalizer_band_get_property),
8695         (gst_iir_equalizer_band_class_init), (gst_iir_equalizer_band_init),
8696         (gst_iir_equalizer_band_get_type), (gst_iir_equalizer_class_init),
8697         (setup_filter), (gst_iir_equalizer_setup):
8698         * gst/equalizer/gstiirequalizer.h:
8699         Move bandwidth property to the separate bands and add float64 support.
8700
8701 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
8702
8703         * ext/cdaudio/Makefile.am:
8704           Add another missing GST_LIBS.
8705
8706 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
8707
8708         Patch by: Richard Hult <richard imendio com>
8709
8710         * gst/dvdspu/Makefile.am:
8711           Fix LIBS - we need to link against libgstreamer (fixes #487496).
8712
8713 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
8714
8715         * sys/dvb/camapplication.c:
8716         * sys/dvb/camresourcemanager.c:
8717           Fix some warnings.
8718
8719 2007-10-16  Thijs Vermeir  <thijsvermeir@gmail.com>
8720
8721         * gst/librfb/rfbdecoder.c:
8722           Add the set encodings client message
8723
8724 2007-10-16  Thijs Vermeir  <thijsvermeir@gmail.com>
8725
8726         * gst/librfb/Makefile.am:
8727         * gst/librfb/rfb.h:
8728         * gst/librfb/rfbbytestream.c:
8729         * gst/librfb/rfbbytestream.h:
8730         * gst/librfb/rfbdecoder.c:
8731         * gst/librfb/rfbdecoder.h:
8732           Remove the rfbbytestream dead code
8733
8734 2007-10-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8735
8736         patch by: Alessandro Decina
8737
8738         * sys/dvb/Makefile.am:
8739         * sys/dvb/cam.c:
8740         * sys/dvb/cam.h:
8741         * sys/dvb/camapplication.c:
8742         * sys/dvb/camapplication.h:
8743         * sys/dvb/camapplicationinfo.c:
8744         * sys/dvb/camapplicationinfo.h:
8745         * sys/dvb/camconditionalaccess.c:
8746         * sys/dvb/camconditionalaccess.h:
8747         * sys/dvb/camdevice.c:
8748         * sys/dvb/camdevice.h:
8749         * sys/dvb/camresourcemanager.c:
8750         * sys/dvb/camresourcemanager.h:
8751         * sys/dvb/camsession.c:
8752         * sys/dvb/camsession.h:
8753         * sys/dvb/camswclient.c:
8754         * sys/dvb/camswclient.h:
8755         * sys/dvb/camtransport.c:
8756         * sys/dvb/camtransport.h:
8757         * sys/dvb/camutils.c:
8758         * sys/dvb/camutils.h:
8759         * sys/dvb/dvbbasebin.c:
8760         * sys/dvb/dvbbasebin.h:
8761         * sys/dvb/gstdvb.c:
8762         * sys/dvb/gstdvbsrc.c:
8763         * sys/dvb/gstdvbsrc.h:
8764         Integrate SoC work done by Alessandro for the Freevo project.
8765         Adds cam support to the dvb stack in GStreamer and a new
8766         element (actually a bin) called dvbbasebin that integrates
8767         dvbsrc and mpegtsparse to a) handle decryption and b) allow 
8768         acquiring multiple channels on same transponder without 
8769         knowing pid numbers.
8770
8771 2007-10-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8772
8773         patch by: Alessandro Decina
8774
8775         * gst/mpegtsparse/mpegtspacketizer.c:
8776         * gst/mpegtsparse/mpegtsparse.c:
8777         * gst/mpegtsparse/mpegtsparse.h:
8778         Add request pad for getting the full transport stream coming in.
8779
8780 2007-10-14  Sebastian Dröge  <slomo@circular-chaos.org>
8781
8782         * configure.ac:
8783           Update the highest allowed neon version from 0.26.99 to 0.27.99.
8784           No code changes are required to work with the newest neon version.
8785
8786 2007-10-10  Tim-Philipp Müller  <tim at centricular dot net>
8787
8788         * configure.ac:
8789           Require core CVS.  This is implicit in the -base CVS
8790           requirement already, so we might just well spell it
8791           out.  Also, we do need at least 0.10.14 for
8792           gst_element_class_set_details_simple().  Make check
8793           for gmyth a bit more restrictive so things don't break
8794           if the next version changes API.
8795
8796         * ext/alsaspdif/alsaspdifsink.c:
8797           Work around alsa alloca macros triggering 'always evaluates to
8798           true' warnings with gcc-4.2 and fix compilation with gcc-4.2.
8799           Also don't leak the device string.
8800
8801         * ext/mpeg2enc/gstmpeg2enc.cc:
8802         * ext/soundtouch/gstpitch.cc:
8803         * gst/modplug/gstmodplug.cc:
8804           Fix compilation with g++4.2 and -Wall -Werror (also needs plugin
8805           define fix from core CVS). Fixes #462737.
8806
8807 2007-10-09  Wim Taymans  <wim.taymans@gmail.com>
8808
8809         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
8810
8811         * gst/rtpmanager/gstrtpbin.c: (create_stream),
8812         (gst_rtp_bin_class_init):
8813         Fix memleak. Fixes #484990.
8814
8815 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
8816
8817         * gst/librfb/rfbbuffer.c: (rfb_buffer_new_and_alloc):
8818         * gst/librfb/rfbbuffer.h:
8819         * gst/librfb/rfbdecoder.c: (rfb_socket_get_buffer):
8820         * gst/mpegvideoparse/mpegvideoparse.c: (gst_mpegvideoparse_chain):
8821         * gst/nsf/nes6502.c: (nes6502_execute):
8822         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps):
8823         * gst/real/gstrealvideodec.c: (open_library):
8824         * gst/real/gstrealvideodec.h:
8825         * gst/rtpmanager/gstrtpsession.c: (create_recv_rtp_sink),
8826         (create_recv_rtcp_sink), (create_send_rtp_sink):
8827         Fix compiler warnings shown by Forte.
8828
8829 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
8830
8831         * gst/rtpmanager/gstrtpbin.c: (get_pt_map),
8832         (gst_rtp_bin_clear_pt_map), (gst_rtp_bin_class_init):
8833         Fix caps refcounting for payload maps.
8834         When clearing payload maps, also clear sessions and streams payload
8835         maps.
8836
8837         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_get_caps),
8838         (gst_rtp_pt_demux_clear_pt_map), (gst_rtp_pt_demux_chain),
8839         (find_pad_for_pt):
8840         Implement clearing the payload map.
8841
8842         * gst/rtpmanager/gstrtpsession.c:
8843         (gst_rtp_session_event_send_rtp_sink):
8844         Forward flush events instead of leaking them.
8845
8846         * gst/rtpmanager/gstrtpssrcdemux.c:
8847         (gst_rtp_ssrc_demux_rtcp_sink_event):
8848         Correctly refcount events before pushing them.
8849
8850 2007-10-08  Sebastian Dröge  <slomo@circular-chaos.org>
8851
8852         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
8853         Use GIO function to get a list of supported URI schemes instead of
8854         hard coding something.
8855
8856 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
8857
8858         * gst/rtpmanager/rtpsession.c: (rtp_session_next_timeout),
8859         When reconsidering RTCP timeouts, set the next timeout against the last
8860         report time instead of the current clock time so that we don't end up
8861         reconsidering forever.
8862
8863 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
8864
8865         * gst/rtpmanager/gstrtpjitterbuffer.c:
8866         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
8867         Only peek at the tail element instead of popping it off, which allows
8868         us to greatly simplify things when the tail element changes.
8869
8870         * gst/rtpmanager/gstrtpsession.c:
8871         (gst_rtp_session_event_recv_rtp_sink):
8872         * gst/rtpmanager/gstrtpssrcdemux.c:
8873         (gst_rtp_ssrc_demux_sink_event):
8874         Forward FLUSH events instead of leaking them.
8875
8876         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_reset_skew),
8877         (calculate_skew), (rtp_jitter_buffer_insert):
8878         * gst/rtpmanager/rtpjitterbuffer.h:
8879         Remove the tail-changed callback in favour of a simple boolean when we
8880         insert a buffer in the queue.
8881         Add method to peek the tail of the buffer.
8882
8883 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
8884
8885         Patch by: Gautier Portet <kassoulet at gmail dot com>
8886
8887         * gst/xingheader/gstxingmux.c:
8888         The size of the Xing header is actually 417 as it's rounded to the
8889         next smaller integer. Fixes #397759.
8890
8891         * gst/xingheader/gstxingmux.c: (xing_generate_header),
8892         (xing_push_header):
8893         Some random cleanup, add FIXMEs and TODOs and check if the newsegment
8894         event to the beginning was successful before pushing the header again.
8895
8896 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
8897
8898         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
8899
8900         * gst/mpegtsparse/mpegtspacketizer.c:
8901         (mpegts_packetizer_stream_new):
8902         Don't skip PAT with version number 0. Fixes #483400.
8903         * gst/mpegtsparse/mpegtsparse.c: (mpegts_parse_apply_pat):
8904         Make all values above 0 mark a referenced program as they can be
8905         incremented and only 1 had marked a referenced program before, causing
8906         actually referenced programs to be unreferenced.
8907
8908 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
8909
8910         * gst/sdp/gstsdpdemux.h:
8911         Change signature of pt to fix compilation on some platforms.
8912
8913 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
8914
8915         * gst/rtpmanager/gstrtpjitterbuffer.c:
8916         (gst_rtp_jitter_buffer_flush_start),
8917         (gst_rtp_jitter_buffer_flush_stop),
8918         (gst_rtp_jitter_buffer_change_state), (apply_offset),
8919         (gst_rtp_jitter_buffer_loop):
8920         Remove some old unused variables.
8921         Don't add the latency to the skew corrected timestamp, latency is only
8922         used to sync against the clock.
8923         Improve debugging.
8924
8925         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_init),
8926         (rtp_jitter_buffer_reset_skew), (calculate_skew):
8927         * gst/rtpmanager/rtpjitterbuffer.h:
8928         Handle case where server timestamp goes backwards or wildly jumps by
8929         temporarily pausing the skew correction.
8930         Improve debugging.
8931
8932 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
8933
8934         * gst/sdp/Makefile.am:
8935         Forgot to commit makefile.
8936
8937 2007-10-02  Sebastian Dröge  <slomo@circular-chaos.org>
8938
8939         * ext/gio/gstgiosink.c: (gst_gio_sink_start):
8940         Update to API changes in GIO.
8941
8942 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
8943
8944         * gst/sdp/gstsdpdemux.c: (gst_sdp_demux_media_to_caps):
8945         Use new function in -base to get the default clock-rate.
8946
8947 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
8948
8949         * configure.ac:
8950         * gst/sdp/gstsdpdemux.c: (_do_init), (gst_sdp_demux_base_init),
8951         (gst_sdp_demux_class_init), (gst_sdp_demux_init),
8952         (gst_sdp_demux_finalize), (gst_sdp_demux_set_property),
8953         (gst_sdp_demux_get_property), (find_stream_by_id),
8954         (find_stream_by_pt), (find_stream_by_udpsrc), (find_stream),
8955         (gst_sdp_demux_stream_free), (gst_sdp_demux_create_stream),
8956         (gst_sdp_demux_cleanup), (get_default_rate_for_pt),
8957         (gst_sdp_demux_parse_rtpmap), (gst_sdp_demux_media_to_caps),
8958         (new_session_pad), (request_pt_map), (gst_sdp_demux_do_stream_eos),
8959         (on_bye_ssrc), (on_timeout), (gst_sdp_demux_configure_manager),
8960         (gst_sdp_demux_stream_configure_udp),
8961         (gst_sdp_demux_stream_configure_udp_sink),
8962         (gst_sdp_demux_combine_flows), (gst_sdp_demux_stream_push_event),
8963         (gst_sdp_demux_handle_message), (gst_sdp_demux_start),
8964         (gst_sdp_demux_sink_event), (gst_sdp_demux_sink_chain),
8965         (gst_sdp_demux_change_state):
8966         * gst/sdp/gstsdpdemux.h:
8967         * gst/sdp/gstsdpelem.c: (plugin_init):
8968         Added SDP demuxer element. Fixes #426657.
8969
8970 2007-10-01  Sebastian Dröge  <slomo@circular-chaos.org>
8971
8972         Patch by: mutex at runbox dot com
8973
8974         * gst/mpegtsparse/mpegtspacketizer.c:
8975         (mpegts_packetizer_parse_adaptation_field_control):
8976         * gst/mpegtsparse/mpegtsparse.c: (mpegts_parse_base_init),
8977         (mpegts_parse_init), (mpegts_parse_push):
8978         * gst/mpegtsparse/mpegtsparse.h:
8979         Remove useless src pad that only results in not linked errors,
8980         fix a broken pointer dereference and make MAX_CONTINUITY constant
8981         conform to the standard to stop outputting corrupted data.
8982         Fixes #481276, #481279.
8983
8984 2007-09-29  Tim-Philipp Müller  <tim at centricular dot net>
8985
8986         * ext/mythtv/gstmythtvsrc.c:
8987           Re-apply docs patch from #468039; fix tab.
8988
8989         * gst/mpegtsparse/.cvsignore:
8990           Ignore marshaller files generated at build time.
8991
8992 2007-09-29  Sebastian Dröge  <slomo@circular-chaos.org>
8993
8994         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
8995         (gst_gio_sink_set_property), (gst_gio_sink_render):
8996         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
8997         (gst_gio_src_set_property):
8998         Some minor cleanup and allow setting the location only when the
8999         element is not playing or paused.
9000
9001 2007-09-29  Sebastian Dröge  <slomo@circular-chaos.org>
9002
9003         * configure.ac:
9004         Update gio's pkg-config file name as currently in SVN.
9005
9006         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_set_location):
9007         Remove special casing for a NULL query string. g_strjoin won't add
9008         the separator if there's only one string.
9009
9010 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
9011
9012         * gst/rtpmanager/gstrtpbin.c: (free_client):
9013         Fix crasher in dispose.
9014
9015         * gst/rtpmanager/rtpjitterbuffer.c: (calculate_skew):
9016         Handle cases where input buffers have no timestamps so that no clock
9017         skew can be calculated, in this case interpolate timestamps based on
9018         rtp timestamp and assume a 0 clock skew.
9019
9020 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
9021
9022         * gst/rtpmanager/gstrtpjitterbuffer.c: (apply_latency),
9023         (gst_rtp_jitter_buffer_loop), (gst_rtp_jitter_buffer_query):
9024         Remove jitter correction code, it's now in the lower level object.
9025         Use new -core method for doing a peer query.
9026
9027         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_init),
9028         (calculate_skew), (rtp_jitter_buffer_insert):
9029         * gst/rtpmanager/rtpjitterbuffer.h:
9030         Move jitter correction to the lowlevel jitterbuffer.
9031         Increase the max window size.
9032         When filling the window, already start estimating the skew using a
9033         parabolic weighting factor so that we have a much better startup
9034         behaviour that gets more accurate with the more samples we have.
9035         Increase the default weighting factor for the steady state to get
9036         smoother timestamps.
9037
9038 2007-09-28  Sebastian Dröge  <slomo@circular-chaos.org>
9039
9040         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_set_proxy),
9041         (gst_neonhttp_src_send_request_and_redirect):
9042         Now that we require libneon >= 0.26 remove the neon 0.25 backward
9043         compatibility stuff. Also fix the default location.
9044
9045 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
9046
9047         * configure.ac:
9048         We require libneon >= 26 now for the query field in ne_uri.
9049
9050 2007-09-28  Sebastian Dröge  <slomo@circular-chaos.org>
9051
9052         Patch by: Wouter Cloetens <wouter@mind.be>
9053
9054         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_dispose),
9055         (gst_neonhttp_src_set_location),
9056         (gst_neonhttp_src_send_request_and_redirect):
9057         * ext/neon/gstneonhttpsrc.h:
9058         Don't discard GET parameters from URL if existing.
9059         Fixes #481200.
9060
9061 2007-09-27  Thijs Vermeir  <thijsvermeir@gmail.com>
9062
9063         * gst/librfb/gstrfbsrc.c:
9064         * gst/librfb/gstrfbsrc.h:
9065                 Added a property for incremental screen updates
9066
9067 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
9068
9069         * ext/xvid/gstxvidenc.c:
9070         * ext/xvid/gstxvidenc.h:
9071           Remove superfluous 'frame-encoded' signal (people can
9072           use an upstream identity's 'handoff' signal or a pad
9073           probe for this if they must know).
9074
9075 2007-09-27  Julien MOUTTE  <julien@moutte.net>
9076
9077         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
9078         (gst_flv_parse_tag_video): I got it wrong again, audio rate 
9079         was not detected correctly in all cases.
9080
9081 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
9082
9083         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_dispose),
9084         (gst_rtp_bin_finalize):
9085         Fix cleanup crasher.
9086
9087         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_init),
9088         (calculate_skew):
9089         * gst/rtpmanager/rtpjitterbuffer.h:
9090         Dynamically adjust the skew calculation window so that we calculate it
9091         over a period of around 2 seconds.
9092
9093 2007-09-26  Thijs Vermeir  <thijsvermeir@gmail.com>
9094
9095         * gst/librfb/gstrfbsrc.c:
9096                 fix bug from generic/states.gdb
9097
9098 2007-09-26  Julien MOUTTE  <julien@moutte.net>
9099
9100         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
9101         (gst_flv_parse_tag_video): codec_data is needed for every tag
9102         not just the first one. (Fix a stupid bug i introduced without
9103         testing)
9104
9105 2007-09-26  Julien MOUTTE  <julien@moutte.net>
9106
9107         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
9108         (gst_flv_parse_tag_video): Fix bit masks operations to be
9109         sure we detect the codec_tags and sample rates correctly.
9110         Fix raw audio caps generation.
9111
9112 2007-09-24  Stefan Kost  <ensonic@users.sf.net>
9113
9114         * ext/audioresample/gstaudioresample.c:
9115         * ext/x264/gstx264enc.c:
9116         * gst/dvdspu/gstdvdspu.c:
9117         * gst/dvdspu/gstdvdspu.h:
9118         * gst/festival/gstfestival.c:
9119         * gst/h264parse/gsth264parse.c:
9120         * gst/mpegtsparse/mpegtspacketizer.c:
9121         * gst/mpegtsparse/mpegtsparse.c:
9122         * gst/multifile/gstmultifilesink.c:
9123         * gst/multifile/gstmultifilesrc.c:
9124         * gst/nuvdemux/gstnuvdemux.c:
9125         * sys/dshowsrcwrapper/gstdshowaudiosrc.c:
9126         * sys/dshowsrcwrapper/gstdshowvideosrc.c:
9127         * sys/vcd/vcdsrc.c:
9128           Massive leak fixing, plus code cleanups.
9129
9130 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9131
9132         * po/LINGUAS:
9133           Added translations.
9134
9135 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9136
9137         translated by: Jakub Bogusz <qboosh@pld-linux.org>
9138
9139         * po/pl.po:
9140           Added Polish translation.
9141
9142 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9143
9144         translated by: Ilkka Tuohela <hile@iki.fi>
9145
9146         * po/fi.po:
9147           Added Finnish translation.
9148
9149 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9150
9151         translated by: Jorge González González <aloriel@gmail.com>
9152
9153         * po/es.po:
9154           Added Spanish translation.
9155
9156 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9157
9158         translated by: Alexander Shopov <ash@contact.bg>
9159
9160         * po/bg.po:
9161           Added Bulgarian translation.
9162
9163 2007-09-21  Sebastian Dröge  <slomo@circular-chaos.org>
9164
9165         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
9166         Update hierarchy.
9167         * ext/gio/gstgiosink.h:
9168         * ext/gio/gstgiosrc.h:
9169         Mark private fields of the instance structs private.
9170
9171 2007-09-21  Sebastian Dröge  <slomo@circular-chaos.org>
9172
9173         * docs/plugins/Makefile.am:
9174         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
9175         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
9176         * docs/plugins/gst-plugins-bad-plugins.args:
9177         * docs/plugins/gst-plugins-bad-plugins.signals:
9178         * docs/plugins/inspect/plugin-bz2.xml:
9179         * docs/plugins/inspect/plugin-cdxaparse.xml:
9180         * docs/plugins/inspect/plugin-dfbvideosink.xml:
9181         * docs/plugins/inspect/plugin-dtsdec.xml:
9182         * docs/plugins/inspect/plugin-equalizer.xml:
9183         * docs/plugins/inspect/plugin-faac.xml:
9184         * docs/plugins/inspect/plugin-faad.xml:
9185         * docs/plugins/inspect/plugin-filter.xml:
9186         * docs/plugins/inspect/plugin-freeze.xml:
9187         * docs/plugins/inspect/plugin-gio.xml:
9188         * docs/plugins/inspect/plugin-gsm.xml:
9189         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
9190         * docs/plugins/inspect/plugin-h264parse.xml:
9191         * docs/plugins/inspect/plugin-modplug.xml:
9192         * docs/plugins/inspect/plugin-mpeg2enc.xml:
9193         * docs/plugins/inspect/plugin-musepack.xml:
9194         * docs/plugins/inspect/plugin-musicbrainz.xml:
9195         * docs/plugins/inspect/plugin-nsfdec.xml:
9196         * docs/plugins/inspect/plugin-replaygain.xml:
9197         * docs/plugins/inspect/plugin-soundtouch.xml:
9198         * docs/plugins/inspect/plugin-spcdec.xml:
9199         * docs/plugins/inspect/plugin-spectrum.xml:
9200         * docs/plugins/inspect/plugin-speed.xml:
9201         * docs/plugins/inspect/plugin-tta.xml:
9202         * docs/plugins/inspect/plugin-videosignal.xml:
9203         * docs/plugins/inspect/plugin-xingheader.xml:
9204         * docs/plugins/inspect/plugin-xvid.xml:
9205         Add the GIO plugin to the docs and do a make update
9206         while doing that.
9207
9208         * ext/gio/gstgiosrc.c: (gst_gio_src_start):
9209         Fix a small memleak.
9210
9211 2007-09-21  Sebastian Dröge  <slomo@circular-chaos.org>
9212
9213         Patch by: René Stadler <mail at renestadler dot de>
9214
9215         * configure.ac:
9216         * ext/Makefile.am:
9217         * ext/gio/Makefile.am:
9218         * ext/gio/gstgio.c: (gst_gio_error), (gst_gio_seek),
9219         (gst_gio_get_supported_protocols),
9220         (gst_gio_uri_handler_get_type_sink),
9221         (gst_gio_uri_handler_get_type_src),
9222         (gst_gio_uri_handler_get_protocols), (gst_gio_uri_handler_get_uri),
9223         (gst_gio_uri_handler_set_uri), (gst_gio_uri_handler_init),
9224         (gst_gio_uri_handler_do_init), (plugin_init):
9225         * ext/gio/gstgio.h:
9226         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
9227         (gst_gio_sink_class_init), (gst_gio_sink_init),
9228         (gst_gio_sink_finalize), (gst_gio_sink_set_property),
9229         (gst_gio_sink_get_property), (gst_gio_sink_start),
9230         (gst_gio_sink_stop), (gst_gio_sink_unlock),
9231         (gst_gio_sink_unlock_stop), (gst_gio_sink_event),
9232         (gst_gio_sink_render), (gst_gio_sink_query):
9233         * ext/gio/gstgiosink.h:
9234         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
9235         (gst_gio_src_class_init), (gst_gio_src_init),
9236         (gst_gio_src_finalize), (gst_gio_src_set_property),
9237         (gst_gio_src_get_property), (gst_gio_src_start),
9238         (gst_gio_src_stop), (gst_gio_src_get_size),
9239         (gst_gio_src_is_seekable), (gst_gio_src_unlock),
9240         (gst_gio_src_unlock_stop), (gst_gio_src_check_get_range),
9241         (gst_gio_src_create):
9242         * ext/gio/gstgiosrc.h:
9243         Add a GIO/GVFS plugin with source and sink elements. This will
9244         only be enabled when --enable-experimental is given to configure
9245         for now as the GIO API is not stable yet. Fixes #476916.
9246
9247 2007-09-21  Thijs Vermeir  <thijsvermeir@gmail.com>
9248
9249         * gst/librfb/gstrfbsrc.c:
9250         * gst/librfb/rfbdecoder.c:
9251         * gst/librfb/rfbdecoder.h:
9252                 Added offset-x, offset-y, width and height property
9253                 for selecting a region from the screen
9254
9255 2007-09-21  Thijs Vermeir  <thijsvermeir@gmail.com>
9256
9257         * gst/librfb/gstrfbsrc.c:
9258                 Minimum raw encoding is working now
9259         * gst/librfb/rfbdecoder.c:
9260                 fix address while reading from stream
9261
9262 2007-09-20  Thijs Vermeir  <thijsvermeir@gmail.com>
9263
9264         * gst/librfb/gstrfbsrc.c:
9265                 raw encoding is working, but it looks like the 
9266                 ffmpegcolorspace plugin can't handle high resolutions
9267
9268 2007-09-20  Thijs Vermeir  <thijsvermeir@gmail.com>
9269
9270         * gst/librfb/gstrfbsrc.c:
9271                 bpp, depth and endianness are now set from the
9272                 stream.
9273
9274 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
9275
9276         * examples/app/appsrc_ex.c: (main):
9277         Fix compilation after changing the name of a method.
9278
9279 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
9280
9281         * ext/alsaspdif/alsaspdifsink.c:
9282         * ext/timidity/gsttimidity.c:
9283         * ext/timidity/gstwildmidi.c:
9284         * gst/mpegvideoparse/mpegvideoparse.c:
9285           Fix memory leaks. More to come.
9286
9287         * tests/check/Makefile.am:
9288         * tests/check/generic/states.c:
9289           Improved state change unit test.        
9290
9291 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
9292
9293         * gst/rtpmanager/gstrtpbin.c: (on_ssrc_active), (create_session),
9294         (gst_rtp_bin_class_init):
9295         * gst/rtpmanager/gstrtpbin.h:
9296         * gst/rtpmanager/gstrtpsession.c: (on_ssrc_active),
9297         (gst_rtp_session_class_init), (gst_rtp_session_init),
9298         (gst_rtp_session_event_send_rtp_sink):
9299         * gst/rtpmanager/gstrtpsession.h:
9300         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
9301         (on_ssrc_active), (rtp_session_process_rb):
9302         * gst/rtpmanager/rtpsession.h:
9303         Add notification of active SSRCs to various RTP elements. Fixes #478566.
9304
9305 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
9306
9307         * gst-libs/gst/app/gstappsink.c: (gst_app_marshal_OBJECT__VOID),
9308         (gst_app_sink_class_init), (gst_app_sink_init),
9309         (gst_app_sink_dispose), (gst_app_sink_finalize),
9310         (gst_app_sink_set_property), (gst_app_sink_get_property),
9311         (gst_app_sink_flush_unlocked), (gst_app_sink_start),
9312         (gst_app_sink_event), (gst_app_sink_getcaps),
9313         (gst_app_sink_set_caps), (gst_app_sink_get_caps),
9314         (gst_app_sink_is_eos), (gst_app_sink_pull_preroll),
9315         (gst_app_sink_pull_buffer):
9316         * gst-libs/gst/app/gstappsink.h:
9317         Add properties, signals and actions to access the element even without
9318         linking to the library.
9319         Fix some method names and signatures.
9320
9321 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
9322
9323         Patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
9324
9325         * ext/faad/gstfaad.c: (gst_faad_chanpos_to_gst),
9326         (gst_faad_srcgetcaps), (gst_faad_update_caps):
9327         Don't set channel positions on regular mono and stereo cases.
9328         Fixes #476370.
9329
9330 2007-09-19  Thijs Vermeir  <thijsvermeir@gmail.com>
9331
9332         * gst/librfb/gstrfbsrc.c:
9333         * gst/librfb/rfbdecoder.c:
9334         * gst/librfb/rfbdecoder.h:
9335                 It is now possible to connect to a vncserver.
9336                 there are still some issues with the ouput of 
9337                 the screen. Looks like some lines are confused
9338
9339 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
9340
9341         * docs/plugins/.cvsignore:
9342         * tests/check/.cvsignore:
9343           Ignore registries in any format.
9344
9345 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
9346
9347         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain),
9348         (open_library), (gst_real_video_dec_init),
9349         (gst_real_video_dec_set_property),
9350         (gst_real_video_dec_get_property), (gst_real_video_dec_class_init):
9351         * gst/real/gstrealvideodec.h:
9352         Don't generate an error for occasional decoding errors.
9353         Add max-errors property.
9354         Error out when we receive max-errors in a row. Fixes #478159.
9355
9356 2007-09-19  Thijs Vermeir  <thijsvermeir@gmail.com>
9357
9358         * gst/librfb/gstrfbsrc.c: 
9359                 Add password property (write only)
9360         * gst/librfb/rfbdecoder.c: 
9361                 Read the reason on failure
9362                 Use the password property for authentication
9363         * gst/librfb/rfbdecoder.h:
9364                 Add defines for version checking
9365
9366 2007-09-19  Sebastian Dröge  <slomo@circular-chaos.org>
9367
9368         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_destroy),
9369         (gst_dfbsurface_class_init):
9370         When finalizing GstDfbSurface, a subclass of GstBuffer, correctly
9371         chain up to the parent class to free everything, including caps.
9372
9373 2007-09-19  Thijs Vermeir  <thijsvermeir@gmail.com>
9374
9375         * gst/librfb/Makefile.am:
9376         * gst/librfb/d3des.c:
9377         * gst/librfb/d3des.h:
9378         * gst/librfb/rfbdecoder.c:
9379         * gst/librfb/vncauth.c:
9380         * gst/librfb/vncauth.h:
9381         VNC Authentication should be working now
9382         temperaly with fake password 'testtest'
9383
9384 2007-09-18  Thijs Vermeir  <thijsvermeir@gmail.com>
9385
9386         * gst/librfb/rfbdecoder.c:
9387         * gst/librfb/rfbdecoder.h:
9388         Added some documentation about security handling
9389         start implementing security handling for rfb 3.3
9390
9391 2007-09-18  Stefan Kost  <ensonic@users.sf.net>
9392
9393         * gst/spectrum/demo-audiotest.c:
9394         * gst/spectrum/demo-osssrc.c:
9395           Handling window resize.
9396
9397 2007-09-18  Stefan Kost  <ensonic@users.sf.net>
9398
9399         * ChangeLog:
9400           Add missing newline.
9401
9402         * gst/librfb/rfbdecoder.c:
9403           Fix the build (missing stdlib.h).
9404
9405         * gst/spectrum/gstspectrum.c:
9406         * gst/spectrum/gstspectrum.h:
9407           Use basetransform segment so that it is correctly managed on flushes
9408           and start/stop. Report message timestamp as stream time, which is what
9409           an application can understand. (Yes these are adapted from wim recent
9410           level element changes)
9411
9412 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
9413
9414         * gst/rtpmanager/gstrtpbin.c: (new_ssrc_pad_found):
9415         Link to the right pads regardless of which one was created first in the
9416         ssrc demuxer.
9417
9418         * gst/rtpmanager/gstrtpjitterbuffer.c:
9419         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
9420         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_process_rtp),
9421         (gst_rtp_session_chain_recv_rtp), (gst_rtp_session_chain_send_rtp):
9422         * gst/rtpmanager/rtpsource.c: (calculate_jitter):
9423         Improve debugging.
9424
9425         * gst/rtpmanager/gstrtpssrcdemux.c: (create_demux_pad_for_ssrc),
9426         (gst_rtp_ssrc_demux_init), (gst_rtp_ssrc_demux_finalize),
9427         (gst_rtp_ssrc_demux_sink_event),
9428         (gst_rtp_ssrc_demux_rtcp_sink_event), (gst_rtp_ssrc_demux_chain),
9429         (gst_rtp_ssrc_demux_rtcp_chain),
9430         (gst_rtp_ssrc_demux_internal_links):
9431         * gst/rtpmanager/gstrtpssrcdemux.h:
9432         Fix race in creating the RTP and RTCP pads when a new SSRC is detected.
9433
9434 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
9435
9436         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_set_property),
9437         (gst_rtp_bin_get_property):
9438         Use lock to protect variable.
9439
9440         * gst/rtpmanager/gstrtpjitterbuffer.c:
9441         (gst_rtp_jitter_buffer_class_init),
9442         (gst_jitter_buffer_sink_parse_caps), (gst_rtp_jitter_buffer_chain),
9443         (convert_rtptime_to_gsttime), (gst_rtp_jitter_buffer_loop):
9444         Reconstruct GST timestamp from RTP timestamps based on measured clock
9445         skew and sync offset.
9446
9447         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_init),
9448         (rtp_jitter_buffer_set_tail_changed),
9449         (rtp_jitter_buffer_set_clock_rate),
9450         (rtp_jitter_buffer_get_clock_rate), (calculate_skew),
9451         (rtp_jitter_buffer_insert), (rtp_jitter_buffer_peek):
9452         * gst/rtpmanager/rtpjitterbuffer.h:
9453         Measure clock skew.
9454         Add callback to be notfied when a new packet was inserted at the tail.
9455
9456         * gst/rtpmanager/rtpsource.c: (rtp_source_init),
9457         (calculate_jitter), (rtp_source_send_rtp):
9458         * gst/rtpmanager/rtpsource.h:
9459         Remove clock skew detection, it's move to the jitterbuffer now.
9460
9461 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
9462
9463         Patch by: Daniel Charles <dcharles at ti dot com>
9464
9465         * ext/amrwb/gstamrwbenc.c: (gst_amrwbenc_bandmode_get_type),
9466         (gst_amrwbenc_set_property), (gst_amrwbenc_get_property),
9467         (gst_amrwbenc_class_init), (gst_amrwbenc_chain):
9468         * ext/amrwb/gstamrwbenc.h:
9469         Add property to control bandmode. Fixes #477306.
9470
9471 2007-09-15  Wim Taymans  <wim.taymans@gmail.com>
9472
9473         * gst/rtpmanager/gstrtpbin.c: (create_session):
9474         Also set NTP base time on new sessions.
9475
9476         * gst/rtpmanager/gstrtpjitterbuffer.c:
9477         (gst_rtp_jitter_buffer_loop), (gst_rtp_jitter_buffer_query),
9478         (gst_rtp_jitter_buffer_set_property),
9479         (gst_rtp_jitter_buffer_get_property):
9480         Use the right lock to protect our variables.
9481         Fix some comment.
9482
9483         * gst/rtpmanager/gstrtpsession.c:
9484         (gst_rtp_session_getcaps_send_rtp),
9485         (gst_rtp_session_chain_send_rtp), (create_send_rtp_sink):
9486         Implement getcaps on the sender sinkpad so that payloaders can negotiate
9487         the right SSRC.
9488
9489 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
9490
9491         * gst/rtpmanager/gstrtpbin.c: (create_session), (free_session),
9492         (get_client), (free_client), (gst_rtp_bin_associate),
9493         (free_stream), (gst_rtp_bin_class_init), (gst_rtp_bin_dispose),
9494         (gst_rtp_bin_finalize):
9495         * gst/rtpmanager/gstrtpjitterbuffer.c:
9496         (gst_rtp_jitter_buffer_class_init),
9497         (gst_rtp_jitter_buffer_finalize):
9498         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_release):
9499         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_finalize),
9500         (gst_rtp_session_set_property), (gst_rtp_session_chain_recv_rtp),
9501         (gst_rtp_session_chain_send_rtp):
9502         * gst/rtpmanager/gstrtpssrcdemux.c:
9503         (gst_rtp_ssrc_demux_class_init), (gst_rtp_ssrc_demux_dispose):
9504         * gst/rtpmanager/rtpsession.c: (rtp_session_finalize):
9505         * gst/rtpmanager/rtpsession.h:
9506         Various leak fixes.
9507
9508 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
9509
9510         * gst/rtpmanager/gstrtpbin.c: (calc_ntp_ns_base),
9511         (gst_rtp_bin_change_state), (new_payload_found), (create_send_rtp):
9512         Calculate and configure the NTP base time so that we can generate better
9513         NTP times in SR packets.
9514         Set caps on new ghostpad.
9515
9516         * gst/rtpmanager/gstrtpjitterbuffer.c:
9517         (gst_rtp_jitter_buffer_loop):
9518         Clean debug statement.
9519
9520         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
9521         (gst_rtp_session_init), (gst_rtp_session_set_property),
9522         (gst_rtp_session_get_property), (get_current_ntp_ns_time),
9523         (rtcp_thread), (gst_rtp_session_event_recv_rtp_sink),
9524         (gst_rtp_session_internal_links), (gst_rtp_session_chain_recv_rtp),
9525         (gst_rtp_session_event_send_rtp_sink),
9526         (gst_rtp_session_chain_send_rtp), (create_recv_rtp_sink),
9527         (create_send_rtp_sink):
9528         * gst/rtpmanager/gstrtpsession.h:
9529         Add ntp-ns-base property to convert running_time to NTP time.
9530         Handle NEWSEGMENT events on send and recv RTP pads so that we can
9531         calculate the running time and thus NTP time of the packets.
9532         Simplify getting the current NTP time using the pipeline clock.
9533         Implement internal links functions.
9534         Use the buffer timestamp to calculate the NTP time instead of the clock.
9535
9536         * gst/rtpmanager/gstrtpssrcdemux.c: (create_demux_pad_for_ssrc),
9537         (gst_rtp_ssrc_demux_init), (gst_rtp_ssrc_demux_sink_event),
9538         (gst_rtp_ssrc_demux_chain), (gst_rtp_ssrc_demux_rtcp_chain),
9539         (gst_rtp_ssrc_demux_internal_links),
9540         (gst_rtp_ssrc_demux_src_query):
9541         * gst/rtpmanager/gstrtpssrcdemux.h:
9542         Implement internal links function.
9543         Calculate the diff between different streams, this might be used later
9544         to get the inter stream latency.
9545
9546         * gst/rtpmanager/rtpsession.c: (rtp_session_send_rtp):
9547         Simple cleanup.
9548
9549         * gst/rtpmanager/rtpsource.c: (rtp_source_init),
9550         (calculate_jitter), (rtp_source_send_rtp), (rtp_source_get_new_sr):
9551         Make the clock skew window a little bigger.
9552         Apply the clock skew to all buffers, not just one with a new timestamp.
9553         Calculate and debug sender clock drift.
9554         Use extended last timestamp to interpolate for SR reports.
9555
9556 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
9557
9558         Patch by: Peter Kjellerstedt  <pkj at axis com>
9559
9560         * gst-libs/gst/app/gstappsink.c:
9561         * gst/flv/gstflvdemux.c:
9562         * gst/flv/gstflvparse.c:
9563         * gst/interleave/deinterleave.c:
9564         * gst/switch/gstswitch.c:
9565           Printf format fixes (#476128).
9566
9567 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
9568
9569         Patch by: Thomas Green  <tom78999 gmail com>
9570
9571         * ext/neon/gstneonhttpsrc.c:
9572           With libneon 2.6, we need to set the NE_SESSFLAG_ICYPROTO
9573           flag if we want ICY streams to be handled too, otherwise
9574           libneon will error out with a 'can't parse reponse' error.
9575           Fixes #474696.
9576
9577         * tests/check/elements/neonhttpsrc.c:
9578           Unit test for the above by Yours Truly.
9579
9580 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
9581
9582         * configure.ac:
9583           Use AC_TRY_COMPILE instead of AC_TRY_RUN for the faad and the
9584           xvid configure checks, so they still work when cross-compiling.
9585           Fixes #452009.
9586
9587 2007-09-07  Sebastian Dröge  <slomo@circular-chaos.org>
9588
9589         * gst/spectrum/gstspectrum.c: (gst_spectrum_start),
9590         (gst_spectrum_transform_ip):
9591         Use the correct parameter order for the memset calls.
9592         Thanks to Christian Schaller for noticing.
9593
9594 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
9595
9596         * gst/mpegtsparse/mpegtsparse.c:
9597           Fix the build (missing stdlib.h).
9598
9599 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
9600
9601         * gst/spectrum/fix_fft.c:
9602         Remove fixed point FFT as it's not used anymore.
9603
9604 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
9605
9606         * configure.ac:
9607         * gst/spectrum/Makefile.am:
9608         * gst/spectrum/demo-audiotest.c: (draw_spectrum),
9609         (message_handler), (main):
9610         * gst/spectrum/demo-osssrc.c: (draw_spectrum), (message_handler):
9611         * gst/spectrum/gstspectrum.c: (gst_spectrum_base_init),
9612         (gst_spectrum_class_init), (gst_spectrum_init),
9613         (gst_spectrum_dispose), (gst_spectrum_set_property),
9614         (gst_spectrum_get_property), (gst_spectrum_start),
9615         (gst_spectrum_setup), (gst_spectrum_message_new),
9616         (gst_spectrum_transform_ip):
9617         * gst/spectrum/gstspectrum.h:
9618         Port GstSpectrum to GstAudioFilter and libgstfft, add support
9619         for int32, float and double, use floats for the message contents,
9620         average all FFTs done in one interval for better results, use
9621         a better windowing function, allow posting the phase in the message
9622         and actually do an FFT with the requested number of bands instead
9623         of interpolating.
9624
9625         * tests/check/elements/spectrum.c: (GST_START_TEST),
9626         (spectrum_suite):
9627         Improve the units tests by checking for a 11025Hz sine wave
9628         and add unit tests for all 4 supported sample types.
9629
9630 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
9631
9632         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain),
9633         (gst_real_video_dec_setcaps):
9634         Add some more debugging.
9635         Don't set LONG for width/height in caps.
9636         Set correct output buffer size when caps changed.
9637         The custom message sent to the decoder should not include the format and
9638         subformat. Fixes #471554.
9639
9640 2007-09-04  Tim-Philipp Müller  <tim at centricular dot net>
9641
9642         * gst/rtpmanager/gstrtpsession.c:
9643           Make compiler happy: fix compilation with -Wall -Werror
9644           (#473562).
9645
9646 2007-09-03  Johan Dahlin  <johan@gnome.org>
9647
9648         * gst/nsf/gstnsf.c: (gst_nsfdec_finalize), (start_play_tune):
9649         * gst/nsf/gstnsf.h:
9650         Add support for (very) basic tagging.
9651         
9652 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
9653
9654         * gst/rtpmanager/gstrtpbin-marshal.list:
9655         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_get_client),
9656         (gst_rtp_bin_associate), (gst_rtp_bin_sync_chain), (create_stream),
9657         (gst_rtp_bin_init), (caps_changed), (new_ssrc_pad_found),
9658         (create_recv_rtp), (create_recv_rtcp), (create_send_rtp):
9659         * gst/rtpmanager/gstrtpbin.h:
9660         Updated example pipelines in docs.
9661         Handle sync_rtcp buffers from the SSRC demuxer to perform lip-sync.
9662         Set the default latency correctly.
9663         Add some more points where we can get caps.
9664
9665         * gst/rtpmanager/gstrtpjitterbuffer.c:
9666         (gst_rtp_jitter_buffer_class_init),
9667         (gst_jitter_buffer_sink_parse_caps), (gst_rtp_jitter_buffer_loop),
9668         (gst_rtp_jitter_buffer_query),
9669         (gst_rtp_jitter_buffer_set_property),
9670         (gst_rtp_jitter_buffer_get_property):
9671         Add ts-offset property to control timestamping.
9672
9673         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
9674         (gst_rtp_session_init), (gst_rtp_session_set_property),
9675         (gst_rtp_session_get_property), (get_current_ntp_ns_time),
9676         (rtcp_thread), (stop_rtcp_thread), (gst_rtp_session_change_state),
9677         (gst_rtp_session_send_rtcp), (gst_rtp_session_sync_rtcp),
9678         (gst_rtp_session_cache_caps), (gst_rtp_session_clock_rate),
9679         (gst_rtp_session_sink_setcaps), (gst_rtp_session_chain_recv_rtp),
9680         (gst_rtp_session_event_send_rtp_sink),
9681         (gst_rtp_session_chain_send_rtp), (create_recv_rtp_sink),
9682         (create_recv_rtcp_sink), (create_send_rtp_sink),
9683         (create_send_rtcp_src):
9684         Various cleanups.
9685         Feed rtpsession manager with NTP time based on pipeline clock when
9686         handling RTP packets and RTCP timeouts.
9687         Perform all RTCP with the system clock.
9688         Set caps on RTCP outgoing buffers.
9689
9690         * gst/rtpmanager/gstrtpssrcdemux.c: (find_demux_pad_for_ssrc),
9691         (create_demux_pad_for_ssrc), (gst_rtp_ssrc_demux_base_init),
9692         (gst_rtp_ssrc_demux_init), (gst_rtp_ssrc_demux_sink_event),
9693         (gst_rtp_ssrc_demux_rtcp_sink_event), (gst_rtp_ssrc_demux_chain),
9694         (gst_rtp_ssrc_demux_rtcp_chain):
9695         * gst/rtpmanager/gstrtpssrcdemux.h:
9696         Also demux RTCP messages.
9697
9698         * gst/rtpmanager/rtpsession.c: (rtp_session_set_callbacks),
9699         (update_arrival_stats), (rtp_session_process_rtp),
9700         (rtp_session_process_rb), (rtp_session_process_sr),
9701         (rtp_session_process_rr), (rtp_session_process_rtcp),
9702         (rtp_session_send_rtp), (rtp_session_send_bye),
9703         (session_start_rtcp), (session_report_blocks), (session_cleanup),
9704         (rtp_session_on_timeout):
9705         * gst/rtpmanager/rtpsession.h:
9706         Remove the get_time callback, the GStreamer part will feed us with
9707         enough timing information.
9708         Split sync timing and RTCP timing information.
9709         Factor out common RB handling for SR and RR.
9710         Send out SR RTCP packets for lip-sync.
9711         Move SR and RR packet info generation to the source.
9712
9713         * gst/rtpmanager/rtpsource.c: (rtp_source_init),
9714         (rtp_source_update_caps), (get_clock_rate), (calculate_jitter),
9715         (rtp_source_process_rtp), (rtp_source_send_rtp),
9716         (rtp_source_process_sr), (rtp_source_process_rb),
9717         (rtp_source_get_new_sr), (rtp_source_get_new_rb),
9718         (rtp_source_get_last_sr):
9719         * gst/rtpmanager/rtpsource.h:
9720         * gst/rtpmanager/rtpstats.h:
9721         Use caps on incomming buffers to get timing information when they are
9722         there.
9723         Calculate clock scew of the receiver compared to the sender and adjust
9724         the rtp timestamps.
9725         Calculate the round trip in sources.
9726         Do SR and RR calculations in the source.
9727
9728 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
9729
9730         * configure.ac:
9731         updated gmyth version
9732
9733         * ext/mythtv/gstmythtvsrc.c:
9734         * ext/mythtv/gstmythtvsrc.h:
9735         Code rewrite
9736
9737 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
9738
9739         * gst/rtpmanager/gstrtpjitterbuffer.c:
9740         (gst_rtp_jitter_buffer_flush_stop),
9741         (gst_rtp_jitter_buffer_change_state), (gst_rtp_jitter_buffer_loop):
9742         Use extended timestamp to release buffers from the jitterbuffer so that
9743         we can handle the rtp wraparound correctly.
9744
9745 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
9746
9747         * gst/rtpmanager/gstrtpjitterbuffer.c:
9748         (gst_rtp_jitter_buffer_loop):
9749         Improve Comments.
9750
9751         * gst/rtpmanager/gstrtpsession.c: (stop_rtcp_thread),
9752         (gst_rtp_session_change_state), (gst_rtp_session_parse_caps),
9753         (gst_rtp_session_clock_rate), (gst_rtp_session_sink_setcaps),
9754         (gst_rtp_session_event_send_rtp_sink), (create_recv_rtp_sink),
9755         (create_send_rtp_sink):
9756         Also parse the sink caps for clock-rate instead of only relying on the
9757         result of the signal.
9758
9759         * gst/rtpmanager/rtpsource.c: (rtp_source_send_rtp):
9760         Make sure we fetch the clock rate for payloads we are sending out so
9761         that we can use it for SR reports.
9762
9763 2007-08-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9764
9765         * gst/switch/gstswitch.c (gst_switch_chain, gst_switch_set_property):
9766         If all information is known at time of setting start-time
9767         property, send new segments then.
9768
9769 2007-08-28  Wim Taymans  <wim.taymans@gmail.com>
9770
9771         * gst/rtpmanager/gstrtpsession.c: (stop_rtcp_thread),
9772         (gst_rtp_session_change_state),
9773         (gst_rtp_session_event_send_rtp_sink):
9774         * gst/rtpmanager/gstrtpsession.h:
9775         Distribute synchronisation parameters to the session manager so that it
9776         can generate correct SR packets for lip-sync.
9777
9778         * gst/rtpmanager/rtpsession.c: (rtp_session_set_base_time),
9779         (rtp_session_set_timestamp_sync), (session_start_rtcp):
9780         * gst/rtpmanager/rtpsession.h:
9781         Add methods for setting sync parameters.
9782         Set correct RTP time in SR packets using the sync params.
9783
9784         * gst/rtpmanager/rtpsource.c: (rtp_source_send_rtp):
9785         * gst/rtpmanager/rtpsource.h:
9786         Record last RTP <-> GST timestamp so that we can use them to convert NTP
9787         to RTP timestamps in SR packets.
9788
9789 2007-08-28  Wim Taymans  <wim.taymans@gmail.com>
9790
9791         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_clear_pt_map):
9792         Add some more advanced example pipelines.
9793
9794         * gst/rtpmanager/gstrtpsession.c: (rtcp_thread),
9795         (stop_rtcp_thread), (gst_rtp_session_send_rtcp):
9796         Add some debug and FIXME.
9797         Release LOCK when performing session cleanup.
9798
9799         * gst/rtpmanager/rtpsession.c: (session_report_blocks):
9800         Add some debug.
9801
9802         * gst/rtpmanager/rtpsource.c: (calculate_jitter),
9803         (rtp_source_send_rtp):
9804         Make sure we always send RTP packets with the session SSRC.
9805
9806 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
9807
9808         * gst/dvdspu/gstdvdspu.c:
9809           Don't need this include (fixes compilation in uninstalled setup).
9810
9811 2007-08-27  Wim Taymans  <wim.taymans@gmail.com>
9812
9813         * gst/rtpmanager/gstrtpjitterbuffer.c:
9814         (gst_rtp_jitter_buffer_change_state), (gst_rtp_jitter_buffer_loop),
9815         (gst_rtp_jitter_buffer_query):
9816         When synchronizing buffers, take peer latency into account.
9817         Don't try to add our latency to invalid peer max latency values.
9818
9819 2007-08-27  Julien MOUTTE  <julien@moutte.net>
9820
9821         * gst/flv/gstflvdemux.c: (gst_flv_demux_handle_seek_pull):
9822         Make sure we initialize the seek result.
9823
9824 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
9825
9826         * gst/dvdspu/Makefile.am:
9827         Commit the makefile too.
9828
9829 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
9830
9831         * configure.ac:
9832         * gst/dvdspu/.cvsignore:
9833         * gst/dvdspu/Notes.txt:
9834         * gst/dvdspu/gstdvdspu-render.c: (dvdspu_recalc_palette),
9835         (dvdspu_update_palettes), (dvdspu_clear_comp_buffers),
9836         (dvdspu_get_nibble), (dvdspu_get_rle_code), (dvdspu_draw_rle_run),
9837         (rle_end_x), (dvdspu_render_line), (dvdspu_update_chgcol),
9838         (dvdspu_render_line_with_chgcol), (dvdspu_blend_comp_buffers),
9839         (gstdvdspu_render_spu):
9840         * gst/dvdspu/gstdvdspu.c: (dvdspu_base_init), (dvdspu_class_init),
9841         (dvdspu_init), (dvdspu_clear), (dvdspu_dispose), (dvdspu_finalize),
9842         (dvdspu_flush_spu_info), (dvdspu_buffer_alloc), (dvdspu_src_event),
9843         (dvdspu_video_set_caps), (dvdspu_video_proxy_getcaps),
9844         (dvdspu_video_event), (dvdspu_video_chain),
9845         (dvspu_handle_vid_buffer), (dvdspu_redraw_still),
9846         (gstdvdspu_parse_chg_colcon), (dvdspu_exec_cmd_blk),
9847         (dvdspu_finish_spu_buf), (dvdspu_setup_cmd_blk),
9848         (dvdspu_handle_new_spu_buf), (dvdspu_handle_dvd_event),
9849         (dvdspu_dump_dcsq), (dvdspu_advance_spu),
9850         (dvdspu_check_still_updates), (dvdspu_subpic_chain),
9851         (dvdspu_subpic_event), (dvdspu_change_state),
9852         (gstdvdspu_plugin_init):
9853         * gst/dvdspu/gstdvdspu.h:
9854
9855         dvdspu element donated by Fluendo. It implements a DVD Sub-Picture 
9856         Unit, decoding and overlaying DVD subtitles and menu graphics.
9857
9858         * gst/mpeg2sub/.cvsignore:
9859         * gst/mpeg2sub/Makefile.am:
9860         * gst/mpeg2sub/Notes.txt:
9861         * gst/mpeg2sub/gstmpeg2subt.c:
9862         * gst/mpeg2sub/gstmpeg2subt.h:
9863         * gst/mpeg2sub/mpeg2subt.vcproj:
9864         Delete old and broken mpeg2subt element that was never ported from 0.8
9865
9866 2007-08-24  Julien MOUTTE  <julien@moutte.net>
9867
9868         * gst/flv/gstflvdemux.c: (gst_flv_demux_flush),
9869         (gst_flv_demux_chain), (gst_flv_demux_pull_tag),
9870         (gst_flv_demux_find_offset), (gst_flv_demux_handle_seek_push),
9871         (gst_flv_demux_handle_seek_pull), (gst_flv_demux_sink_event),
9872         (gst_flv_demux_src_event): Remove some useless ifdef.
9873
9874 2007-08-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9875
9876         * examples/switch/switcher.c (main):
9877         * gst/switch/gstswitch.c (gst_switch_chain):
9878         Make switch more reliable and also not lock up when
9879         sink pad caps change.
9880
9881 2007-08-24  Julien MOUTTE  <julien@moutte.net>
9882
9883         * gst/flv/gstflvdemux.c: (gst_flv_demux_flush),
9884         (gst_flv_demux_cleanup), (gst_flv_demux_chain),
9885         (gst_flv_demux_pull_tag), (gst_flv_demux_find_offset),
9886         (gst_flv_demux_handle_seek_push), (gst_flv_demux_handle_seek_pull),
9887         (gst_flv_demux_sink_event), (gst_flv_demux_src_event): Implement
9888         seeking in push mode.
9889         * gst/flv/gstflvdemux.h:
9890
9891 2007-08-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9892
9893         * gst/mpegtsparse/flutspatinfo.c:
9894         * gst/mpegtsparse/flutspatinfo.h:
9895         * gst/mpegtsparse/flutspmtinfo.c:
9896         * gst/mpegtsparse/flutspmtinfo.h:
9897         Update licences to reflect LGPL-ness of these files also.
9898
9899 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
9900
9901         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
9902         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
9903         * docs/plugins/gst-plugins-bad-plugins.interfaces:
9904         * docs/plugins/gst-plugins-bad-plugins.signals:
9905         * gst/rtpmanager/gstrtpbin.c:
9906         * gst/rtpmanager/gstrtpbin.h:
9907         * gst/rtpmanager/gstrtpclient.c:
9908         * gst/rtpmanager/gstrtpclient.h:
9909         * gst/rtpmanager/gstrtpjitterbuffer.c:
9910         * gst/rtpmanager/gstrtpjitterbuffer.h:
9911         * gst/rtpmanager/gstrtpptdemux.c:
9912         * gst/rtpmanager/gstrtpptdemux.h:
9913         * gst/rtpmanager/gstrtpsession.c:
9914         * gst/rtpmanager/gstrtpsession.h:
9915         * gst/rtpmanager/gstrtpssrcdemux.c:
9916         * gst/rtpmanager/gstrtpssrcdemux.h:
9917           Rename all GstRTPFoo structs to GstRtpFoo so that GST_BOILERPLATE
9918           registers a GType that's different than the GstRTPFoo types that
9919           farsight registers (luckily GType names are case sensitive). Should
9920           finally fix #430664.
9921
9922 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
9923
9924         * configure.ac:
9925         * win32/common/config.h:
9926         * win32/common/config.h.in:
9927           Automatically generate win32/common/config.h via configure (this
9928           ensures the win32 version of config.h is up-to-date when a release
9929           is made, #433373). config.h.in file might need some more work.
9930
9931 2007-08-22  Tim-Philipp Müller  <tim at centricular dot net>
9932
9933         Patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
9934
9935         * configure.ac:
9936         * gst/festival/Makefile.am:
9937         * gst/festival/gstfestival.c:
9938           Port festival plugin to GStreamer-0.10 (#461377).
9939
9940 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
9941
9942         * ext/faad/gstfaad.c: (gst_faad_chain):
9943         Don't unref the buffer when it was clipped.
9944
9945 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
9946
9947         * ext/faad/gstfaad.c: (gst_faad_chain):
9948         Don't unref the buffer when it was clipped.
9949
9950 2007-08-22  Julien MOUTTE  <julien@moutte.net>
9951
9952         * gst/flv/gstflvdemux.c: (gst_flv_demux_cleanup),
9953         (gst_flv_demux_pull_tag):
9954         * gst/flv/gstflvdemux.h:
9955         * gst/flv/gstflvparse.c: (gst_flv_parse_metadata_item),
9956         (gst_flv_parse_tag_script), (gst_flv_parse_tag_audio),
9957         (gst_flv_parse_tag_video): Handle pixel aspect ratio through
9958         metadata tags like ASF does. Fluendo muxer supports this and 
9959         Flash players can support it as well this way.
9960
9961 2007-08-22  Julien MOUTTE  <julien@moutte.net>
9962
9963         * gst/flv/gstflvdemux.c: (gst_flv_demux_pull_tag):
9964         * gst/flv/gstflvparse.c: (gst_flv_parse_metadata_item),
9965         (gst_flv_parse_tag_script), (gst_flv_parse_tag_audio),
9966         (gst_flv_parse_tag_video): Make sure we don't try filling up the
9967         index if no times object was parsed. Fix the way we decide to push
9968         tags and emit no-more-pads. Fix some printf typing in debugging.
9969
9970 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
9971
9972         * gst/rtpmanager/gstrtpjitterbuffer.c:
9973         (gst_rtp_jitter_buffer_chain),
9974         (gst_rtp_jitter_buffer_set_property):
9975         When drop-on-latency is set but we have no latency configured, just push
9976         the buffer as fast as possible.
9977         Fix typo in comment.
9978
9979 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
9980
9981         * gst/rtpmanager/rtpjitterbuffer.c:
9982         (rtp_jitter_buffer_get_ts_diff):
9983         * gst/rtpmanager/rtpjitterbuffer.h:
9984         Fix undefined overflow prone ts_diff handling.
9985
9986 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
9987
9988         * gst/modplug/gstmodplug.cc:
9989         Fix compiler warning.
9990
9991 2007-08-21  Stefan Kost  <ensonic@users.sf.net>
9992
9993         * gst/modplug/gstmodplug.cc:
9994           Don't use NULL caps for srcpad is not yet connected.
9995
9996 2007-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9997
9998         * configure.ac:
9999         * gst/mpegtsparse/Makefile.am:
10000         * gst/mpegtsparse/flutspatinfo.c:
10001         * gst/mpegtsparse/flutspatinfo.h:
10002         * gst/mpegtsparse/flutspmtinfo.c:
10003         * gst/mpegtsparse/flutspmtinfo.h:
10004         * gst/mpegtsparse/flutspmtstreaminfo.c:
10005         * gst/mpegtsparse/flutspmtstreaminfo.h:
10006         * gst/mpegtsparse/mpegtspacketizer.c:
10007         * gst/mpegtsparse/mpegtspacketizer.h:
10008         * gst/mpegtsparse/mpegtsparse.c:
10009         * gst/mpegtsparse/mpegtsparse.h:
10010         * gst/mpegtsparse/mpegtsparsemarshal.list:
10011         Add mpeg transport stream parser written by:
10012         Alessandro Decina. Includes a couple of files from the
10013         Fluendo transport stream demuxer that Fluendo have 
10014         kindly allowed to be licenced under LGPL also.
10015
10016 2007-08-20  Tim-Philipp Müller  <tim at centricular dot net>
10017
10018         Patch by: Bastien Nocera  <hadess at hadess net>
10019
10020         * ext/mythtv/gstmythtvsrc.c:
10021           Add examples for live mythtv:// URIs to docs (#468039).
10022           Also convert some tabs into spaces.
10023
10024 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
10025
10026         * gst/filter/gstbpwsinc.c:
10027         * gst/filter/gstlpwsinc.c:
10028         Add small comparision with the chebyshev filters in the docs.
10029
10030 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
10031
10032         * tests/check/elements/bpwsinc.c: (GST_START_TEST),
10033         (bpwsinc_suite):
10034         * tests/check/elements/lpwsinc.c: (GST_START_TEST),
10035         (lpwsinc_suite):
10036         Also test everything in 32 bit float mode.
10037
10038 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
10039
10040         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init),
10041         (bpwsinc_set_property), (bpwsinc_get_property):
10042         * gst/filter/gstbpwsinc.h:
10043         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init),
10044         (gst_lpwsinc_init), (lpwsinc_build_kernel), (lpwsinc_set_property),
10045         (lpwsinc_get_property):
10046         * gst/filter/gstlpwsinc.h:
10047         * tests/check/elements/lpwsinc.c: (GST_START_TEST):
10048         Use generator macros for the process functions for the different
10049         sample types, add lower upper boundaries for the GObject properties
10050         so automatically generated UIs can use sliders and change frequency
10051         properties to floats to save a bit of memory, even ints would in
10052         theory be enough. Also rename frequency to cutoff for consistency
10053         reasons.
10054         * docs/plugins/gst-plugins-bad-plugins.args:
10055         * docs/plugins/gst-plugins-bad-plugins.signals:
10056         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
10057         Regenerated for the above changes.
10058
10059 2007-08-17  Stefan Kost  <ensonic@users.sf.net>
10060
10061         * ext/amrwb/gstamrwbparse.c:
10062           Don't leak the adapter.
10063
10064 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
10065
10066         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init),
10067         (gst_bpwsinc_init), (process_32), (process_64),
10068         (bpwsinc_build_kernel), (bpwsinc_push_residue),
10069         (bpwsinc_transform), (bpwsinc_start), (bpwsinc_query),
10070         (bpwsinc_query_type), (bpwsinc_event), (bpwsinc_set_property):
10071         * gst/filter/gstbpwsinc.h:
10072         Implement latency query and only forward those samples downstream
10073         that actually contain the data we want, i.e. drop kernel_length/2
10074         in the beginning and append kernel_length/2 (created by convolving
10075         the filter kernel with zeroes) to the end.
10076
10077         * tests/check/elements/bpwsinc.c: (GST_START_TEST):
10078         Adjust the unit test for this slightly changed behaviour.
10079
10080         * gst/filter/gstlpwsinc.c: (lpwsinc_build_kernel):
10081         Reset residue length only when actually creating a residue.
10082
10083 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
10084
10085         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_class_init):
10086         Override the preroll vmethod instead of overriding the render method
10087         twice.
10088
10089 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
10090
10091         * gst/rtpmanager/gstrtpjitterbuffer.c:
10092         (gst_rtp_jitter_buffer_sink_event), (gst_rtp_jitter_buffer_chain),
10093         (gst_rtp_jitter_buffer_loop):
10094         Fix EOS handling.
10095         Convert some DEBUG into WARNINGs.
10096         Pause task when flushing.
10097
10098         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
10099         (rtcp_thread), (gst_rtp_session_event_recv_rtcp_sink):
10100         Use system clock for RTCP session management timeouts.
10101
10102         * gst/rtpmanager/rtpsession.c: (on_new_ssrc), (on_ssrc_collision),
10103         (on_ssrc_validated), (on_bye_ssrc), (on_bye_timeout), (on_timeout):
10104         Release the session lock when emiting signals.
10105
10106 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
10107
10108         * ext/faad/gstfaad.c: (gst_faad_setcaps),
10109         (gst_faad_chanpos_to_gst):
10110         Add some debug info.
10111
10112 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
10113
10114         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init),
10115         (gst_lpwsinc_init), (process_32), (process_64),
10116         (lpwsinc_build_kernel), (lpwsinc_push_residue),
10117         (lpwsinc_transform), (lpwsinc_start), (lpwsinc_query),
10118         (lpwsinc_query_type), (lpwsinc_event), (lpwsinc_set_property):
10119         * gst/filter/gstlpwsinc.h:
10120         Implement latency query and only forward those samples downstream
10121         that actually contain the data we want, i.e. drop kernel_length/2
10122         in the beginning and append kernel_length/2 (created by convolving
10123         the filter kernel with zeroes) to the end.
10124         * tests/check/elements/lpwsinc.c: (GST_START_TEST):
10125         Adjust the unit test for this slightly changed behaviour.
10126
10127 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
10128
10129         * ext/ladspa/gstladspa.c:
10130           Don't leak like hell.
10131
10132 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
10133
10134         * tests/check/Makefile.am:
10135         * tests/check/generic/.cvsignore:
10136         * tests/check/generic/states.c:
10137           Add generic state-change test suite to help to fi leaks.
10138
10139 2007-08-15  Stefan Kost  <ensonic@users.sf.net>
10140
10141         * ext/timidity/gstwildmidi.c:
10142         * ext/timidity/gstwildmidi.h:
10143           Look harder for a config. Based on patch by Hans de Goede.
10144           Fixes #456912
10145
10146 2007-08-14  Wim Taymans  <wim.taymans@gmail.com>
10147
10148         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_flush_unlocked):
10149         Don't use new API.
10150
10151 2007-08-14  Wim Taymans  <wim.taymans@gmail.com>
10152
10153         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_base_init),
10154         (gst_app_sink_class_init), (gst_app_sink_dispose),
10155         (gst_app_sink_flush_unlocked), (gst_app_sink_start),
10156         (gst_app_sink_stop), (gst_app_sink_event), (gst_app_sink_preroll),
10157         (gst_app_sink_render), (gst_app_sink_get_caps),
10158         (gst_app_sink_set_caps), (gst_app_sink_end_of_stream),
10159         (gst_app_sink_pull_preroll), (gst_app_sink_pull_buffer):
10160         * gst-libs/gst/app/gstappsink.h:
10161         Make love to appsink.
10162         Make it support pulling of the preroll buffer.
10163         Add docs and debug statements.
10164         Fix some races wrt to EOS handling and stopping.
10165         Implement getcaps.
10166         Implement FLUSHING.
10167         API: gst_app_sink_pull_preroll()
10168
10169 2007-08-14  Wim Taymans  <wim.taymans@gmail.com>
10170
10171         * gst/flv/gstflvdemux.c: (gst_flv_demux_set_index),
10172         (gst_flv_demux_get_index):
10173         Fix locking and refcounting on the index.
10174
10175 2007-08-14  Julien MOUTTE  <julien@moutte.net>
10176
10177         * gst/flv/gstflvdemux.c: (gst_flv_demux_cleanup),
10178         (gst_flv_demux_adapter_flush), (gst_flv_demux_chain),
10179         (gst_flv_demux_pull_tag), (gst_flv_demux_do_seek),
10180         (gst_flv_demux_handle_seek), (gst_flv_demux_sink_event),
10181         (gst_flv_demux_src_event), (gst_flv_demux_query),
10182         (gst_flv_demux_change_state), (gst_flv_demux_set_index),
10183         (gst_flv_demux_get_index), (gst_flv_demux_dispose),
10184         (gst_flv_demux_class_init): First method for seeking in pull
10185         mode using the index built step by step or coming from metadata.
10186         * gst/flv/gstflvdemux.h:
10187         * gst/flv/gstflvparse.c: (FLV_GET_STRING),
10188         (gst_flv_parse_metadata_item), (gst_flv_parse_tag_script),
10189         (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video): Parse
10190         more metadata types and keyframes index.
10191
10192 2007-08-13  Sebastian Dröge  <slomo@circular-chaos.org>
10193
10194         * docs/plugins/Makefile.am:
10195         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
10196         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
10197         * docs/plugins/gst-plugins-bad-plugins.args:
10198         * docs/plugins/gst-plugins-bad-plugins.signals:
10199         * docs/plugins/inspect/plugin-bz2.xml:
10200         * docs/plugins/inspect/plugin-cdxaparse.xml:
10201         * docs/plugins/inspect/plugin-dtsdec.xml:
10202         * docs/plugins/inspect/plugin-faac.xml:
10203         * docs/plugins/inspect/plugin-faad.xml:
10204         * docs/plugins/inspect/plugin-filter.xml:
10205         * docs/plugins/inspect/plugin-freeze.xml:
10206         * docs/plugins/inspect/plugin-gsm.xml:
10207         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
10208         * docs/plugins/inspect/plugin-h264parse.xml:
10209         * docs/plugins/inspect/plugin-modplug.xml:
10210         * docs/plugins/inspect/plugin-mpeg2enc.xml:
10211         * docs/plugins/inspect/plugin-musepack.xml:
10212         * docs/plugins/inspect/plugin-musicbrainz.xml:
10213         * docs/plugins/inspect/plugin-nsfdec.xml:
10214         * docs/plugins/inspect/plugin-replaygain.xml:
10215         * docs/plugins/inspect/plugin-soundtouch.xml:
10216         * docs/plugins/inspect/plugin-spcdec.xml:
10217         * docs/plugins/inspect/plugin-spectrum.xml:
10218         * docs/plugins/inspect/plugin-speed.xml:
10219         * docs/plugins/inspect/plugin-tta.xml:
10220         * docs/plugins/inspect/plugin-videosignal.xml:
10221         * docs/plugins/inspect/plugin-xingheader.xml:
10222         * docs/plugins/inspect/plugin-xvid.xml:
10223         * gst/filter/gstbpwsinc.c:
10224         * gst/filter/gstbpwsinc.h:
10225         * gst/filter/gstlpwsinc.c:
10226         * gst/filter/gstlpwsinc.h:
10227         Add docs for lpwsinc and bpwsinc and integrate them
10228         into the build system. While doing that also update
10229         all other docs via make update in docs/plugins.
10230
10231 2007-08-13  Stefan Kost  <ensonic@users.sf.net>
10232
10233         * gst/rtpmanager/rtpjitterbuffer.c:
10234           Include stdlib.
10235
10236 2007-08-12  Sebastian Dröge  <slomo@circular-chaos.org>
10237
10238         * tests/check/elements/bpwsinc.c: (GST_START_TEST):
10239         Make one test constraint a bit stricter.
10240
10241 2007-08-12  Sebastian Dröge  <slomo@circular-chaos.org>
10242
10243         * tests/check/Makefile.am:
10244         * tests/check/elements/.cvsignore:
10245         * tests/check/elements/bpwsinc.c: (setup_bpwsinc),
10246         (cleanup_bpwsinc), (GST_START_TEST), (bpwsinc_suite), (main):
10247         Add unit tests for bpwsinc, testing fundamental functionality again.
10248
10249 2007-08-12  Sebastian Dröge  <slomo@circular-chaos.org>
10250
10251         * tests/check/Makefile.am:
10252         * tests/check/elements/.cvsignore:
10253         * tests/check/elements/lpwsinc.c: (setup_lpwsinc),
10254         (cleanup_lpwsinc), (GST_START_TEST), (lpwsinc_suite), (main):
10255         Add unit tests for lpwsinc, testing fundamental functionality.
10256
10257 2007-08-12  Sebastian Dröge  <slomo@circular-chaos.org>
10258
10259         * gst/filter/gstbpwsinc.c: (bpwsinc_build_kernel):
10260         * gst/filter/gstlpwsinc.c: (lpwsinc_build_kernel):
10261         Improve debugging a bit.
10262
10263 2007-08-12  Sebastian Dröge  <slomo@circular-chaos.org>
10264
10265         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init),
10266         (bpwsinc_start):
10267         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init),
10268         (lpwsinc_start):
10269         Reset the residue in BaseTransform::start to get a clean residue
10270         on stream changes.
10271
10272 2007-08-11  Sebastian Dröge  <slomo@circular-chaos.org>
10273
10274         * gst/filter/gstbpwsinc.c: (process_32), (process_64):
10275         * gst/filter/gstlpwsinc.c: (process_32), (process_64):
10276         Fix processing with buffer sizes that are smaller than the filter
10277         kernel size.
10278
10279 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
10280
10281         * gst/rtpmanager/Makefile.am:
10282         * gst/rtpmanager/async_jitter_queue.c:
10283         * gst/rtpmanager/async_jitter_queue.h:
10284         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_class_init),
10285         (rtp_jitter_buffer_init), (rtp_jitter_buffer_finalize),
10286         (rtp_jitter_buffer_new), (compare_seqnum),
10287         (rtp_jitter_buffer_insert), (rtp_jitter_buffer_pop),
10288         (rtp_jitter_buffer_flush), (rtp_jitter_buffer_num_packets),
10289         (rtp_jitter_buffer_get_ts_diff):
10290         * gst/rtpmanager/rtpjitterbuffer.h:
10291         Remove complicated async queue and replace with more simple jitterbuffer
10292         code while also fixing some bugs.
10293
10294         * gst/rtpmanager/gstrtpbin-marshal.list:
10295         * gst/rtpmanager/gstrtpbin.c: (on_new_ssrc), (on_ssrc_collision),
10296         (on_ssrc_validated), (on_bye_ssrc), (on_bye_timeout), (on_timeout),
10297         (create_session), (gst_rtp_bin_class_init), (create_recv_rtp),
10298         (create_send_rtp):
10299         * gst/rtpmanager/gstrtpbin.h:
10300         * gst/rtpmanager/gstrtpjitterbuffer.c:
10301         (gst_rtp_jitter_buffer_init), (gst_rtp_jitter_buffer_dispose),
10302         (gst_jitter_buffer_sink_parse_caps),
10303         (gst_rtp_jitter_buffer_flush_start),
10304         (gst_rtp_jitter_buffer_flush_stop),
10305         (gst_rtp_jitter_buffer_change_state),
10306         (gst_rtp_jitter_buffer_sink_event), (gst_rtp_jitter_buffer_chain),
10307         (gst_rtp_jitter_buffer_loop), (gst_rtp_jitter_buffer_set_property):
10308         * gst/rtpmanager/gstrtpsession.c: (on_new_ssrc),
10309         (on_ssrc_collision), (on_ssrc_validated), (on_bye_ssrc),
10310         (on_bye_timeout), (on_timeout), (gst_rtp_session_class_init),
10311         (gst_rtp_session_init):
10312         * gst/rtpmanager/gstrtpsession.h:
10313         * gst/rtpmanager/rtpsession.c: (on_bye_ssrc), (session_cleanup):
10314         Use new jitterbuffer code.
10315         Expose some new signals in preparation for handling EOS.
10316
10317 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
10318
10319         * gst/filter/gstbpwsinc.c: (bpwsinc_build_kernel):
10320         Fix a segfault with more than one channel and don't rebuild
10321         the kernel & residue with every buffer.
10322
10323 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
10324
10325         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_mode_get_type),
10326         (gst_bpwsinc_window_get_type), (gst_bpwsinc_class_init),
10327         (gst_bpwsinc_init), (bpwsinc_build_kernel), (bpwsinc_set_property),
10328         (bpwsinc_get_property):
10329         * gst/filter/gstbpwsinc.h:
10330         Add support for a bandreject mode and allow specifying the window
10331         function that should be used.
10332         * gst/filter/gstlpwsinc.c:
10333         And another small formatting fix.
10334
10335 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
10336
10337         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init),
10338         (gst_bpwsinc_init), (process_32), (process_64),
10339         (bpwsinc_build_kernel), (bpwsinc_setup), (bpwsinc_get_unit_size),
10340         (bpwsinc_transform), (bpwsinc_set_property),
10341         (bpwsinc_get_property):
10342         * gst/filter/gstbpwsinc.h:
10343         Apply the same changes to the bandpass filter:
10344          - Support double input
10345          - Fix processing for input with >1 channels
10346          - Specify frequency in Hz
10347          - Specify actual filter kernel length
10348          - Use transform instead of transform_ip as we're working
10349            out of place anyway
10350          - Factor out filter kernel generation and update the filter
10351            kernel when the properties are set
10352         Fix bandpass filter kernel generation to actually generate
10353         a bandpass filter by creating a highpass instead of a second
10354         lowpass.
10355         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init):
10356         Small formatting fix.
10357
10358 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
10359
10360         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init),
10361         (gst_lpwsinc_init), (process_32), (process_64),
10362         (lpwsinc_build_kernel), (lpwsinc_set_property),
10363         (lpwsinc_get_property):
10364         * gst/filter/gstlpwsinc.h:
10365         Specify the actual filter length instead of a weird
10366         2N+1. Setting the property will round to the next odd number.
10367         Also remove now obsolete FIXMEs.
10368
10369 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
10370
10371         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_window_get_type),
10372         (gst_lpwsinc_class_init), (gst_lpwsinc_init),
10373         (lpwsinc_build_kernel), (lpwsinc_set_property),
10374         (lpwsinc_get_property):
10375         * gst/filter/gstlpwsinc.h:
10376         Allow choosing between hamming and blackman window. The blackman
10377         window provides a better stopband attenuation but a bit slower
10378         rolloff.
10379
10380 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
10381
10382         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_mode_get_type),
10383         (gst_lpwsinc_class_init), (process_32), (process_64),
10384         (lpwsinc_build_kernel), (lpwsinc_set_property),
10385         (lpwsinc_get_property):
10386         * gst/filter/gstlpwsinc.h:
10387         Add a highpass mode.
10388
10389 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
10390
10391         * gst/filter/gstlpwsinc.c: (process_32), (process_64),
10392         (lpwsinc_build_kernel):
10393         Fix processing if the input has more than one channel.
10394
10395 2007-08-09  Sebastian Dröge  <slomo@circular-chaos.org>
10396
10397         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_dispose),
10398         (gst_bpwsinc_init), (bpwsinc_setup), (bpwsinc_transform_ip),
10399         (bpwsinc_set_property), (bpwsinc_get_property):
10400         "this" is a C++ keyword, use "self" instead.
10401         Add TODOs and FIXMEs and remove two wrong FIXMEs.
10402         * gst/filter/gstlpwsinc.c:
10403         Add FIXMEs and a new TODO.
10404
10405 2007-08-09  Sebastian Dröge  <slomo@circular-chaos.org>
10406
10407         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_dispose),
10408         (gst_lpwsinc_class_init), (gst_lpwsinc_init), (process_32),
10409         (process_64), (lpwsinc_build_kernel), (lpwsinc_setup),
10410         (lpwsinc_get_unit_size), (lpwsinc_transform),
10411         (lpwsinc_set_property), (lpwsinc_get_property):
10412         * gst/filter/gstlpwsinc.h:
10413         Add double support, replace "this" with "self" as the former
10414         is a C++ keyword.
10415         Implement the frequency property in Hz instead of fraction
10416         of sampling frequency.
10417         Remove some unecessary FIXMEs and add some TODOs, add some
10418         required locking and refactor the kernel generation into a
10419         separate function that is also called when the properties
10420         change now.
10421         And use BaseTransform::transform instead of transform_ip
10422         as the convolution is done out of place anyway. Should
10423         be done in place later.
10424
10425 2007-08-09  Sebastian Dröge  <slomo@circular-chaos.org>
10426
10427         * configure.ac:
10428         * gst/stereo/Makefile.am:
10429         * gst/stereo/gststereo.c: (gst_stereo_base_init),
10430         (gst_stereo_class_init), (gst_stereo_init),
10431         (gst_stereo_transform_ip), (gst_stereo_set_property),
10432         (gst_stereo_get_property):
10433         * gst/stereo/gststereo.h:
10434         Port the stereo element to GStreamer 0.10.
10435
10436 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
10437
10438         submitted by: Raphael Higino <phhigino@gmail.com>
10439
10440         * po/LINGUAS:
10441         * po/pt_BR.po:
10442           Added Portuguese (Brazilian) translation.
10443
10444 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
10445
10446         * po/uk.po:
10447         * po/vi.po:
10448           Updated translations.
10449
10450 2007-08-08  Sebastian Dröge  <slomo@circular-chaos.org>
10451
10452         * gst/filter/Makefile.am:
10453         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_dispose),
10454         (gst_bpwsinc_base_init), (gst_bpwsinc_class_init),
10455         (gst_bpwsinc_init), (bpwsinc_setup):
10456         * gst/filter/gstbpwsinc.h:
10457         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_dispose),
10458         (gst_lpwsinc_base_init), (gst_lpwsinc_class_init),
10459         (gst_lpwsinc_init), (lpwsinc_setup):
10460         * gst/filter/gstlpwsinc.h:
10461         Use GstAudioFilter as base class and don't leak the memory
10462         of the filter kernel and residue.
10463
10464 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
10465
10466         Patch by: Josep Torra Valles <josep@fluendo.com>
10467
10468         * docs/plugins/gst-plugins-bad-plugins.args:
10469         * ext/libmms/gstmms.c: (gst_mms_class_init), (gst_mms_init),
10470         (gst_mms_start), (gst_mms_set_property), (gst_mms_get_property):
10471         * ext/libmms/gstmms.h:
10472         Add connection speed property to libmms. Fixes #464678.
10473
10474 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
10475
10476         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain),
10477         (gst_real_video_dec_activate_push), (open_library),
10478         (gst_real_video_dec_init), (gst_real_video_dec_finalize):
10479         * gst/real/gstrealvideodec.h:
10480         Remove some old unused vars.
10481
10482 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
10483
10484         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps):
10485         Small cleanups.
10486
10487         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain),
10488         (open_library):
10489         Remove fragment and timestamp correction code from the decoder to make
10490         the caps and buffer contents compatible with matroska/ffdec_rvx0/...
10491
10492 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
10493
10494         * po/POTFILES.skip:
10495           Add POTFILES.skip with list of source files that aren't disted at the
10496           moment but contain translatable strings. Should hopefully pacify
10497           broken tools and make it clearer that these files are left out
10498           intentionally (#461601 and others).
10499
10500 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
10501
10502         Patch by: Ian Munro  <imunro at netspace net au>
10503
10504         * gst/bayer/gstbayer2rgb.c:
10505           Include our own "_stdint.h" instead of <stdint.h> (which may not
10506           be available).
10507
10508         * gst/speed/gstspeed.h:
10509           Native HP-UX compiler dosn't seem to like enum typedefs before the
10510           actual enum was defined.
10511
10512         * gst/vmnc/vmncdec.c:
10513           Fix wrong usage of GST_ELEMENT_ERROR macro (#461373).
10514
10515 2007-07-26  Edward Hervey  <bilboed@bilboed.com>
10516
10517         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps):
10518         Use the proper context variable when setting the password !
10519         LOG => WARNING for errors.
10520         Give proper path when opening the codec (needs a '/' at the end).
10521
10522 2007-07-25  Tim-Philipp Müller  <tim at centricular dot net>
10523
10524         * gst/real/Makefile.am:
10525           And dist the new header file too.
10526
10527 2007-07-25  Tim-Philipp Müller  <tim at centricular dot net>
10528
10529         * gst/real/gstreal.h:
10530         Add missing header file.
10531
10532 2007-07-25  Julien MOUTTE  <julien@moutte.net>
10533
10534         (gst_flv_demux_chain), (gst_flv_demux_pull_tag),
10535         (gst_flv_demux_change_state), (gst_flv_demux_dispose),
10536         (gst_flv_demux_init):
10537         * gst/flv/gstflvdemux.h:
10538         * gst/flv/gstflvparse.c: (FLV_GET_STRING),
10539         (gst_flv_parse_metadata_item), (gst_flv_parse_tag_script),
10540         (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video),
10541         (gst_flv_parse_header):
10542         * gst/flv/gstflvparse.h: Handle not linked pads, try to make it
10543         reusable, more safety checks.
10544
10545 2007-07-25  Stefan Kost  <ensonic@users.sf.net>
10546
10547         * ext/timidity/gsttimidity.c: (gst_timidity_init),
10548         (gst_timidity_change_state), (plugin_init):
10549         * ext/timidity/gsttimidity.h:
10550           Don't initialize timidity in plugin_init for similar reason as below.
10551
10552 2007-07-24  Stefan Kost  <ensonic@users.sf.net>
10553
10554         * ext/timidity/gstwildmidi.c: (wildmidi_open_config),
10555         (gst_wildmidi_init), (gst_wildmidi_change_state), (plugin_init):
10556         * ext/timidity/gstwildmidi.h:
10557           Don't initialize wildmidi in plugin_init as it also setups audio
10558           filters which is slow.
10559
10560 2007-07-24  Hans de Goede  <j.w.r.degoede@hhs.nl>
10561
10562         reviewed by: Edward Hervey  <bilboed@bilboed.com>
10563
10564         * gst/real/gstreal.c: (plugin_init):
10565         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps),
10566         (gst_real_audio_dec_finalize), (gst_real_audio_dec_set_property),
10567         (gst_real_audio_dec_get_property), (gst_real_audio_dec_class_init):
10568         * gst/real/gstrealvideodec.c: (open_library),
10569         (gst_real_video_dec_finalize), (gst_real_video_dec_set_property),
10570         (gst_real_video_dec_get_property), (gst_real_video_dec_class_init):
10571         * gst/real/gstrealvideodec.h:
10572         Improved search algorithm for location of real .so files.
10573         Fixes #393461
10574
10575 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
10576
10577         * configure.ac:
10578         * ext/faad/gstfaad.c: (gst_faad_chain), (gst_faad_change_state):
10579         Use the new buffer clipping function from gstaudio here and
10580         require gst-plugins-base CVS.
10581
10582 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
10583
10584         * configure.ac:
10585           Sync liboil check with plugins-base.
10586
10587 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
10588
10589         * gst/equalizer/gstiirequalizer.c:
10590         (gst_iir_equalizer_band_set_property),
10591         (gst_iir_equalizer_child_proxy_get_child_by_index),
10592         (gst_iir_equalizer_child_proxy_get_children_count),
10593         (gst_iir_equalizer_child_proxy_interface_init),
10594         (gst_iir_equalizer_class_init), (arg_to_scale), (setup_filter),
10595         (gst_iir_equalizer_compute_frequencies):
10596         * gst/equalizer/gstiirequalizer10bands.c:
10597         (gst_iir_equalizer_10bands_class_init):
10598         * gst/equalizer/gstiirequalizer3bands.c:
10599         (gst_iir_equalizer_3bands_class_init):
10600         * gst/equalizer/gstiirequalizernbands.c:
10601           Better algorith for the center frequencies. Subtract band filters from
10602           input for negative gains. Rework the gain mapping.
10603
10604 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
10605
10606         * ext/dirac/Makefile.am:
10607           Also include stdlib here.
10608
10609 2007-07-19  Jan Schmidt  <thaytan@noraisin.net>
10610
10611         * tests/check/elements/.cvsignore:
10612         Fix the buildbot with the cvsignore it wants.
10613
10614 2007-07-19  Julien MOUTTE  <julien@moutte.net>
10615
10616         * configure.ac:
10617         * gst/flv/Makefile.am:
10618         * gst/flv/gstflvdemux.c: (gst_flv_demux_flush),
10619         (gst_flv_demux_cleanup), (gst_flv_demux_chain),
10620         (gst_flv_demux_pull_tag), (gst_flv_demux_pull_header),
10621         (gst_flv_demux_seek_to_prev_keyframe), (gst_flv_demux_loop),
10622         (gst_flv_demux_sink_activate), (gst_flv_demux_sink_activate_push),
10623         (gst_flv_demux_sink_activate_pull), (gst_flv_demux_sink_event),
10624         (gst_flv_demux_change_state), (gst_flv_demux_dispose),
10625         (gst_flv_demux_base_init), (gst_flv_demux_class_init),
10626         (gst_flv_demux_init), (plugin_init):
10627         * gst/flv/gstflvdemux.h:
10628         * gst/flv/gstflvparse.c: (FLV_GET_BEUI24), (FLV_GET_STRING),
10629         (gst_flv_demux_query_types), (gst_flv_demux_query),
10630         (gst_flv_parse_metadata_item), (gst_flv_parse_tag_script),
10631         (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video),
10632         (gst_flv_parse_tag_type), (gst_flv_parse_header):
10633         * gst/flv/gstflvparse.h: Adds a first draft of an FLV demuxer.
10634         It does not do seeking yet, it supports pull and push mode so YES
10635         you can use it to play youtube videos directly from an HTTP uri.
10636         Not so much testing done yet but it parses metadata, reply to 
10637         duration queries, etc...
10638
10639 2007-07-19  Stefan Kost  <ensonic@users.sf.net>
10640
10641         * tests/check/Makefile.am:
10642         * tests/check/elements/timidity.c (GST_START_TEST, timidity_suite,
10643           main):
10644           Add typefind test for midi.
10645
10646 2007-07-18  Michael Smith  <msmith@fluendo.com>
10647
10648         * ext/soundtouch/gstpitch.cc:
10649           If we receive a new segment event, don't try to push buffers out
10650           in response (without first sending it on!).
10651           Instead, flush internal buffers on receiving flush events.
10652           Fixes playback after seeking.
10653
10654 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
10655
10656         * gst/bayer/gstbayer2rgb.c: (gst_bayer2rgb_set_caps),
10657         (gst_bayer2rgb_reset):
10658           Add basic docs. Use glibs mem routines.
10659
10660 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
10661
10662         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
10663           Add example to the docs. Fix buffer-offset-end and add some debug.
10664
10665 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
10666
10667         * ext/jack/gstjackaudiosink.c: (gst_jack_ring_buffer_open_device),
10668         (gst_jack_ring_buffer_acquire):
10669           Add stdlib include here too.
10670
10671 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
10672
10673         * examples/app/appsrc_ex.c:
10674         * examples/switch/switcher.c:
10675         * ext/neon/gstneonhttpsrc.c:
10676         * ext/timidity/gstwildmidi.c:
10677         * ext/x264/gstx264enc.c:
10678         * gst/mve/mveaudioenc.c: (mve_compress_audio):
10679         * gst/rtpmanager/gstrtpclient.c:
10680         * gst/rtpmanager/gstrtpjitterbuffer.c:
10681         * gst/spectrum/demo-audiotest.c:
10682         * gst/spectrum/demo-osssrc.c:
10683         * sys/dvb/gstdvbsrc.c:
10684           Add stdlib include (free, atoi, exit).
10685
10686 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
10687
10688         * ext/faad/gstfaad.c: (clip_outgoing_buffer):
10689         Fix buffer clipping to correctly clip to the segment stop.
10690
10691 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
10692
10693         Patch by: Hans de Goede <j.w.r.degoede at hhs dot nl>
10694
10695         * gst/modplug/gstmodplug.cc:
10696         add several missing supported mime-types to the modplug plugin.
10697         Fixes #456901.
10698
10699 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
10700
10701         * configure.ac:
10702         * tests/Makefile.am:
10703         Remove bogus check for libcheck, since we check for
10704         gstreamer-check and it pulls in the required info from there, and we
10705         weren't actually _using_ the information for libcheck ourselves
10706         anyway.
10707
10708 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
10709
10710         * configure.ac:
10711           Use pkg-config to locate check.
10712
10713 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
10714
10715         * gst/interleave/deinterleave.c: (gst_deinterleave_process):
10716         * gst/vmnc/vmncdec.c: (vmnc_make_buffer):
10717           Fix build against core CVS.
10718
10719 2007-07-09  Stefan Kost  <ensonic@users.sf.net>
10720
10721         * REQUIREMENTS:
10722           Sync with changes in -ugly.
10723
10724 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
10725
10726         * REQUIREMENTS:
10727           Add download location of libamrwb.
10728
10729 2007-07-06  Tim-Philipp Müller  <tim at centricular dot net>
10730
10731         * docs/plugins/inspect/plugin-amrwb.xml:
10732         * docs/plugins/inspect/plugin-equalizer.xml:
10733         * docs/plugins/inspect/plugin-multifile.xml:
10734         * docs/plugins/inspect/plugin-timidity.xml:
10735         * docs/plugins/inspect/plugin-wildmidi.xml:
10736           Add missing inspect files. Fixes build (#454313).
10737
10738         * ext/timidity/gstwildmidi.c: (wildmidi_open_config):
10739           Scream a bit louder when initialisation fails.
10740
10741         * gst-libs/README:
10742         * gst-libs/ext/.cvsignore:
10743           Remove some cruft.
10744
10745 2007-07-05  Tim-Philipp Müller  <tim at centricular dot net>
10746
10747         * ext/ivorbis/Makefile.am:
10748           Dist header files. Fixes #454078.
10749
10750 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
10751
10752         * docs/plugins/Makefile.am:
10753           Simplify --extra-dir as gtkdoc scans recursively.
10754
10755         * ext/amrwb/gstamrwbenc.c:
10756           Fix comment start.
10757
10758 2007-07-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10759
10760         * sys/dvb/gstdvbsrc.c (dvbsrc_details, ARG_DVBSRC_ADAPTER,
10761           ARG_DVBSRC_FRONTEND, ARG_DVBSRC_DISEQC_SRC, ARG_DVBSRC_FREQUENCY,
10762           ARG_DVBSRC_POLARITY, gst_dvbsrc_class_init, gst_dvbsrc_init,
10763           gst_dvbsrc_set_property, gst_dvbsrc_get_property,
10764           gst_dvbsrc_open_frontend, gst_dvbsrc_open_dvr, read_device,
10765           gst_dvbsrc_create, gst_dvbsrc_set_pes_filters):
10766         * sys/dvb/gstdvbsrc.h (adapter_number, frontend_number):
10767         Removed property "device". Added properties "adapter" and "frontend".
10768         Fixes #453636.
10769         Rename freq property to frequency.
10770
10771 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
10772
10773         * gst/videosignal/gstvideodetect.c: (gst_video_detect_class_init):
10774         Fix property descriptions.
10775
10776 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
10777
10778         * docs/plugins/Makefile.am:
10779         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
10780         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
10781         * ext/amrwb/gstamrwbdec.c:
10782         * ext/amrwb/gstamrwbenc.c:
10783         * ext/amrwb/gstamrwbparse.c:
10784           Also document AMR-WB elements.
10785
10786 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
10787
10788         * docs/plugins/Makefile.am:
10789         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
10790         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
10791         * docs/plugins/gst-plugins-bad-plugins.args:
10792           Cleanup the section file so that -unused is empty again (and useful to
10793           spot new docs). Add not yet added docs to sgml file. Add more header
10794           to Makefile.am to make them introspectable.
10795
10796         * docs/plugins/inspect/plugin-bz2.xml:
10797         * docs/plugins/inspect/plugin-cdxaparse.xml:
10798         * docs/plugins/inspect/plugin-dtsdec.xml:
10799         * docs/plugins/inspect/plugin-faac.xml:
10800         * docs/plugins/inspect/plugin-faad.xml:
10801         * docs/plugins/inspect/plugin-filter.xml:
10802         * docs/plugins/inspect/plugin-freeze.xml:
10803         * docs/plugins/inspect/plugin-gdp.xml:
10804         * docs/plugins/inspect/plugin-gsm.xml:
10805         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
10806         * docs/plugins/inspect/plugin-h264parse.xml:
10807         * docs/plugins/inspect/plugin-modplug.xml:
10808         * docs/plugins/inspect/plugin-musicbrainz.xml:
10809         * docs/plugins/inspect/plugin-nsfdec.xml:
10810         * docs/plugins/inspect/plugin-replaygain.xml:
10811         * docs/plugins/inspect/plugin-spectrum.xml:
10812         * docs/plugins/inspect/plugin-speed.xml:
10813         * docs/plugins/inspect/plugin-tta.xml:
10814         * docs/plugins/inspect/plugin-videosignal.xml:
10815         * docs/plugins/inspect/plugin-xingheader.xml:
10816         * docs/plugins/inspect/plugin-xvid.xml:
10817           Update the doc blobs.
10818
10819 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
10820
10821         * gst/multifile/Makefile.am:
10822         * gst/multifile/gstmultifile.c:
10823         * gst/multifile/gstmultifilesink.c:
10824         * gst/multifile/gstmultifilesink.h:
10825         * gst/multifile/gstmultifilesrc.c:
10826         * gst/multifile/gstmultifilesrc.h:
10827           Add .h files to be able to add it to the docs.
10828
10829 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
10830
10831         * gst/modplug/gstmodplug.cc:
10832           Activate doc section.
10833
10834 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
10835
10836         * ext/timidity/gsttimidity.c:
10837         * ext/timidity/gstwildmidi.c:
10838         * ext/timidity/gstwildmidi.h:
10839           Fix licence (both are GPL). Add element docs.
10840
10841 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
10842
10843         * ext/musicbrainz/gsttrm.h:
10844           Fix _get_type signature.
10845
10846 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
10847
10848         * gst/replaygain/gstrgvolume.h:
10849           Fix GObject macros.
10850
10851 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
10852
10853         * ext/dc1394/gstdc1394.c: (gst_dc1394_src_fixate),
10854         (gst_dc1394_create), (gst_dc1394_caps_set_format_vmode_caps),
10855         (gst_dc1394_set_caps_framesize_range),
10856         (gst_dc1394_caps_set_framerate_list), (gst_dc1394_get_cam_caps),
10857         (gst_dc1394_framerate_frac_to_const),
10858         (gst_dc1394_open_cam_with_best_caps):
10859         Make a bunch of functions static, and move variable declarations
10860         to the start of blocks to avoid problems on older gcc.
10861
10862         Make sure to unset value types.
10863
10864 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
10865
10866         * ext/dc1394/gstdc1394.c: (gst_dc1394_set_caps_color):
10867
10868         The correct fourcc for the 4:1:1 packed format is 'IYU1'.
10869         With CVS of ffmpegcolorspace from plugins-base, I can now
10870         get 30 fps from the iSight.
10871
10872 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
10873
10874         * ext/dc1394/gstdc1394.c: (gst_dc1394_set_caps_color):
10875         Change a g_print to a GST_DEBUG message.
10876
10877 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
10878
10879         * configure.ac:
10880         * ext/Makefile.am:
10881         * ext/dc1394/Makefile.am:
10882         * ext/dc1394/gstdc1394.c: (gst_dc1394_base_init),
10883         (gst_dc1394_class_init), (gst_dc1394_init),
10884         (gst_dc1394_src_fixate), (gst_dc1394_set_property),
10885         (gst_dc1394_get_property), (gst_dc1394_getcaps),
10886         (gst_dc1394_setcaps), (gst_dc1394_get_times), (gst_dc1394_create),
10887         (gst_dc1394_parse_caps), (gst_dc1394_change_state),
10888         (gst_dc1394_caps_set_format_vmode_caps),
10889         (gst_dc1394_set_caps_color), (gst_dc1394_set_caps_framesize),
10890         (gst_dc1394_set_caps_framesize_range),
10891         (gst_dc1394_caps_set_framerate_list),
10892         (gst_dc1394_framerate_const_to_frac),
10893         (gst_dc1394_get_all_dc1394_caps), (gst_dc1394_get_cam_caps),
10894         (gst_dc1394_framerate_frac_to_const),
10895         (gst_dc1394_open_cam_with_best_caps),
10896         (gst_dc1394_change_camera_transmission), (plugin_init):
10897         * ext/dc1394/gstdc1394.h:
10898         Commit new dc1394src element.
10899         Patch By: Antoine Tremblay < hexa00 at gmail dot com >
10900         Patch By: Eric Jonas < jonas at mit dot edu >
10901         Close: #387251
10902
10903 2007-06-28  Wim Taymans  <wim@fluendo.com>
10904
10905         * gst/videosignal/gstvideodetect.c: (gst_video_detect_class_init):
10906         Register new property as well.
10907
10908 2007-06-28  Wim Taymans  <wim@fluendo.com>
10909
10910         * gst/videosignal/gstvideodetect.c: (gst_video_detect_420),
10911         (gst_video_detect_set_property), (gst_video_detect_get_property):
10912         * gst/videosignal/gstvideodetect.h:
10913         Add property to adjust the center, sensitivity is now the distance from
10914         this center.
10915
10916 2007-06-27  Wim Taymans  <wim@fluendo.com>
10917
10918         * gst/videosignal/gstvideodetect.c: (gst_video_detect_420),
10919         (gst_video_detect_set_property), (gst_video_detect_get_property),
10920         (gst_video_detect_class_init):
10921         * gst/videosignal/gstvideodetect.h:
10922         * gst/videosignal/gstvideomark.c: (gst_video_mark_draw_box),
10923         (gst_video_mark_420), (gst_video_mark_set_property),
10924         (gst_video_mark_get_property), (gst_video_mark_class_init):
10925         * gst/videosignal/gstvideomark.h:
10926         Add left and bottom offset properties to control the position of the
10927         pattern.
10928
10929 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
10930
10931         * docs/plugins/gst-plugins-bad-plugins.args:
10932         * docs/plugins/inspect/plugin-alsaspdif.xml:
10933         * docs/plugins/inspect/plugin-bz2.xml:
10934         * docs/plugins/inspect/plugin-cdxaparse.xml:
10935         * docs/plugins/inspect/plugin-dtsdec.xml:
10936         * docs/plugins/inspect/plugin-faac.xml:
10937         * docs/plugins/inspect/plugin-faad.xml:
10938         * docs/plugins/inspect/plugin-filter.xml:
10939         * docs/plugins/inspect/plugin-freeze.xml:
10940         * docs/plugins/inspect/plugin-gdp.xml:
10941         * docs/plugins/inspect/plugin-glimagesink.xml:
10942         * docs/plugins/inspect/plugin-gsm.xml:
10943         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
10944         * docs/plugins/inspect/plugin-h264parse.xml:
10945         * docs/plugins/inspect/plugin-jack.xml:
10946         * docs/plugins/inspect/plugin-mms.xml:
10947         * docs/plugins/inspect/plugin-modplug.xml:
10948         * docs/plugins/inspect/plugin-musicbrainz.xml:
10949         * docs/plugins/inspect/plugin-neon.xml:
10950         * docs/plugins/inspect/plugin-nsfdec.xml:
10951         * docs/plugins/inspect/plugin-replaygain.xml:
10952         * docs/plugins/inspect/plugin-sdl.xml:
10953         * docs/plugins/inspect/plugin-spectrum.xml:
10954         * docs/plugins/inspect/plugin-speed.xml:
10955         * docs/plugins/inspect/plugin-tta.xml:
10956         * docs/plugins/inspect/plugin-videosignal.xml:
10957         * docs/plugins/inspect/plugin-xingheader.xml:
10958         * docs/plugins/inspect/plugin-xvid.xml:
10959           Update docs with caps info.
10960
10961 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
10962
10963         * gconf/.cvsignore:
10964         * gconf/Makefile.am:
10965         * gconf/gstreamer.schemas.in:
10966           Remove dysfunctional directory (this stuff is in -good).
10967
10968         * ext/sndfile/gstsf.c: (plugin_init):
10969         * sys/dvb/gstdvbsrc.c: (plugin_init):
10970           Add i18n bindtextdomain stuff.
10971
10972         * gst/nuvdemux/gstnuvdemux.c: (gst_nuv_demux_class_init),
10973         (plugin_init):
10974           Post an error message when returning GST_FLOW_ERROR; minor cleanups.
10975
10976         * po/POTFILES.in:
10977           Add more source files with translatable strings (fixes #450605).
10978
10979 2007-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10980
10981         Contributed by: Wenzheng Hu <db_lobster@163.com>
10982
10983         * po/LINGUAS:
10984         * po/zh_CN.po:
10985           Added Chinese (simplified) translation.
10986
10987 2007-06-22  Tim-Philipp Müller  <tim at centricular dot net>
10988
10989         Patch by: Jens Granseuer  <jensgr at gmx net>
10990
10991         * gst/equalizer/gstiirequalizer.c:
10992         * gst/equalizer/gstiirequalizer10bands.c:
10993         * gst/equalizer/gstiirequalizer3bands.c:
10994         * gst/equalizer/gstiirequalizernbands.c:
10995         * gst/rtpmanager/async_jitter_queue.c:
10996         (async_jitter_queue_push_sorted):
10997         * gst/rtpmanager/gstrtpjitterbuffer.c:
10998         (gst_rtp_jitter_buffer_chain):
10999         * gst/switch/gstswitch.c: (gst_switch_chain):
11000           Build fixes for gcc-2.9x (no mid-block variable declarations etc.).
11001           Fixes #450185.
11002
11003 2007-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11004
11005         * examples/switch/switcher.c (my_bus_callback, switch_timer,
11006           last_message_received, main):
11007         * gst/switch/gstswitch.c (gst_switch_release_pad,
11008           gst_switch_request_new_pad, gst_switch_chain, gst_switch_event,
11009           gst_switch_set_property, gst_switch_get_property,
11010           gst_switch_get_linked_pad, gst_switch_getcaps,
11011           gst_switch_bufferalloc, gst_switch_dispose, gst_switch_init):
11012         * gst/switch/gstswitch.h (switch_mutex, GST_SWITCH_LOCK,
11013           GST_SWITCH_UNLOCK):
11014         Add an extra lock to protect against certain variables instead of
11015         using the object lock. Fix case where caps are different in the
11016         sink pads causes deadlock. Update example to use different caps
11017         on each sink pad.
11018
11019 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
11020
11021         * MAINTAINERS:
11022         Updating all the maintainers files
11023
11024 2007-06-22  Edward Hervey  <edward@fluendo.com>
11025
11026         * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_init):
11027         * ext/amrwb/gstamrwbenc.c: (gst_amrwbenc_init):
11028         * ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_init):
11029         * ext/audioresample/gstaudioresample.c:
11030         * ext/bz2/gstbz2dec.c: (gst_bz2dec_init):
11031         * ext/bz2/gstbz2enc.c: (gst_bz2enc_init):
11032         * ext/divx/gstdivxdec.c: (gst_divxdec_init):
11033         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
11034         * ext/faac/gstfaac.c: (gst_faac_init):
11035         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init):
11036         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init):
11037         * ext/hermes/gsthermescolorspace.c: (gst_hermes_colorspace_init):
11038         * ext/lcs/gstcolorspace.c: (gst_colorspace_init):
11039         * ext/libfame/gstlibfame.c: (gst_fameenc_init):
11040         * ext/snapshot/gstsnapshot.c: (gst_snapshot_init):
11041         * ext/spc/gstspc.c: (gst_spc_dec_init):
11042         * ext/swfdec/gstswfdec.c: (gst_swfdec_init):
11043         * ext/xvid/gstxvidenc.c: (gst_xvidenc_init):
11044         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxa_parse_init):
11045         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_init):
11046         * gst/chart/gstchart.c: (gst_chart_init):
11047         * gst/colorspace/gstcolorspace.c: (gst_colorspace_init):
11048         * gst/festival/gstfestival.c: (gst_festival_init):
11049         * gst/freeze/gstfreeze.c: (gst_freeze_init):
11050         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_request_new_pad):
11051         * gst/mpeg1sys/gstmpeg1systemencode.c: (gst_system_encode_init):
11052         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
11053         * gst/nsf/gstnsf.c: (gst_nsfdec_init):
11054         * gst/overlay/gstoverlay.c: (gst_overlay_init):
11055         * gst/passthrough/gstpassthrough.c: (passthrough_init):
11056         * gst/playondemand/gstplayondemand.c: (play_on_demand_init):
11057         * gst/smooth/gstsmooth.c: (gst_smooth_init):
11058         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
11059         * gst/speed/gstspeed.c: (speed_init):
11060         * gst/vbidec/gstvbidec.c: (gst_vbidec_init):
11061         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init):
11062         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
11063         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
11064         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_init):
11065         Fix leaks.
11066
11067 2007-06-21  Tim-Philipp Müller  <tim at centricular dot net>
11068
11069         * RELEASE:
11070         * sys/Makefile.am:
11071           Re-enable VCD source and fix up release notes.
11072
11073 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
11074
11075         * gst/equalizer/gstiirequalizer.c:
11076           Document parameter mapping.
11077
11078 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
11079
11080         * gst/spectrum/gstspectrum.c: (gst_spectrum_event),
11081         (gst_spectrum_transform_ip):
11082           Fix leaking buffers.
11083           
11084         * tests/check/Makefile.am:
11085         * tests/check/elements/spectrum.c: (setup_spectrum),
11086         (cleanup_spectrum), (GST_START_TEST), (spectrum_suite), (main):
11087           Add simple test for spectrum element.
11088
11089 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
11090
11091         * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_base_init),
11092         (gst_amrwbdec_class_init), (gst_amrwbdec_finalize),
11093         (gst_amrwbdec_event), (gst_amrwbdec_chain),
11094         (gst_amrwbdec_state_change):
11095         * ext/amrwb/gstamrwbdec.h:
11096         * ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_base_init),
11097         (gst_amrwbparse_pull_header), (gst_amrwbparse_loop):
11098           Add newsegment and discont handling. Some code cleanups. Don't leak
11099           the adapter, unref it in a new finalize method instead. Sync the
11100           parser with the amr-nb changes.
11101
11102 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
11103
11104         * configure.ac:
11105         Back to CVS.
11106
11107         * gst-plugins-bad.doap:
11108         Add 0.10.5 to the doap file.
11109
11110 === release 0.10.5 ===
11111
11112 2007-06-19  Jan Schmidt <thaytan@mad.scientist.com>
11113
11114         * configure.ac:
11115           releasing 0.10.5, "Expedition to Lake Pahoe"
11116
11117 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
11118
11119         * win32/vs6/gst_plugins_bad.dsw:
11120         * win32/vs6/libdshowsrcwrapper.dsp:
11121         * win32/vs6/libgstdshow.dsp:
11122         * win32/vs6/libgstmpegvideoparse.dsp:
11123         * win32/vs6/libgstneon.dsp:
11124         Convert line endings to CRLF and mark as binary files.
11125
11126 2007-06-13  Wim Taymans  <wim@fluendo.com>
11127
11128         * sys/Makefile.am:
11129         Disable VCD build because we're frozen..
11130
11131 2007-06-13  Wim Taymans  <wim@fluendo.com>
11132
11133         * configure.ac:
11134         * sys/Makefile.am:
11135         * sys/vcd/Makefile.am:
11136         * sys/vcd/vcdsrc.c: (gst_vcdsrc_setup_interfaces),
11137         (gst_vcdsrc_base_init), (gst_vcdsrc_class_init), (gst_vcdsrc_init),
11138         (gst_vcdsrc_msf), (gst_vcdsrc_recalculate),
11139         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
11140         (gst_vcdsrc_create), (gst_vcdsrc_start), (gst_vcdsrc_stop),
11141         (gst_vcdsrc_uri_set_uri):
11142         * sys/vcd/vcdsrc.h:
11143         Port VCD element.
11144
11145 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
11146
11147         * win32/MANIFEST:
11148         Add megvideoparse, libdshow and dshowsrcwrapper to win32
11149         MANIFEST.
11150         * win32/vs6/gst_plugins_bad.dsw:
11151         Remove qtdemux, directdraw, directsound and waveform project files
11152         from the workspace as they have been moved to -good.
11153
11154 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
11155
11156         * po/POTFILES.in:
11157         Remove qtdemux from the translation list.
11158
11159 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
11160
11161         * configure.ac:
11162         * docs/plugins/Makefile.am:
11163         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11164         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11165         * docs/plugins/inspect/plugin-osxvideo.xml:
11166         * docs/plugins/inspect/plugin-videocrop.xml:
11167         * gst-plugins-bad.spec.in:
11168         * gst/videocrop/Makefile.am:
11169         * gst/videocrop/gstvideocrop.c:
11170         * gst/videocrop/gstvideocrop.h:
11171         * gst/videocrop/videocrop.vcproj:
11172         * sys/Makefile.am:
11173         * sys/osxvideo/Makefile.am:
11174         * sys/osxvideo/cocoawindow.h:
11175         * sys/osxvideo/cocoawindow.m:
11176         * sys/osxvideo/osxvideosink.h:
11177         * sys/osxvideo/osxvideosink.m:
11178         * tests/check/Makefile.am:
11179         * tests/check/elements/videocrop.c:
11180         * tests/icles/Makefile.am:
11181         * tests/icles/videocrop-test.c:
11182         Move videocrop and osxvideo to -good.
11183
11184 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
11185
11186         * configure.ac:
11187         * docs/plugins/Makefile.am:
11188         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11189         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11190         * gst/qtdemux/Makefile.am:
11191         * gst/qtdemux/gstrtpxqtdepay.c:
11192         * gst/qtdemux/gstrtpxqtdepay.h:
11193         * gst/qtdemux/qtdemux.c:
11194         * gst/qtdemux/qtdemux.h:
11195         * gst/qtdemux/qtdemux.vcproj:
11196         * gst/qtdemux/qtdemux_dump.c:
11197         * gst/qtdemux/qtdemux_dump.h:
11198         * gst/qtdemux/qtdemux_fourcc.h:
11199         * gst/qtdemux/qtdemux_types.c:
11200         * gst/qtdemux/qtdemux_types.h:
11201         * gst/qtdemux/qtpalette.h:
11202         * gst/qtdemux/quicktime.c:
11203         * win32/MANIFEST:
11204         * win32/vs6/libgstqtdemux.dsp:
11205         Move qtdemux to -good.
11206
11207         * gst-plugins-bad.spec.in:
11208         Update spec file to reflect wavpack & qtdemux moving to -good.
11209
11210 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
11211
11212         * docs/plugins/Makefile.am:
11213         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11214         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11215         * docs/plugins/inspect/plugin-waveform.xml:
11216         * sys/waveform/gstwaveformplugin.c:
11217         * sys/waveform/gstwaveformsink.c:
11218         * sys/waveform/gstwaveformsink.h:
11219         * win32/MANIFEST:
11220         * win32/vs6/libgstwaveform.dsp:
11221         Remove the waveform plugin now that it is in -good.
11222
11223 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
11224
11225         * configure.ac:
11226         * docs/plugins/Makefile.am:
11227         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11228         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11229         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
11230         * docs/plugins/inspect/plugin-wavpack.xml:
11231         * ext/Makefile.am:
11232         * ext/wavpack/Makefile.am:
11233         * ext/wavpack/gstwavpack.c:
11234         * ext/wavpack/gstwavpackcommon.c:
11235         * ext/wavpack/gstwavpackcommon.h:
11236         * ext/wavpack/gstwavpackdec.c:
11237         * ext/wavpack/gstwavpackdec.h:
11238         * ext/wavpack/gstwavpackenc.c:
11239         * ext/wavpack/gstwavpackenc.h:
11240         * ext/wavpack/gstwavpackparse.c:
11241         * ext/wavpack/gstwavpackparse.h:
11242         * ext/wavpack/gstwavpackstreamreader.c:
11243         * ext/wavpack/gstwavpackstreamreader.h:
11244         * ext/wavpack/md5.c:
11245         * ext/wavpack/md5.h:
11246         * tests/check/Makefile.am:
11247         * tests/check/elements/wavpackdec.c:
11248         * tests/check/elements/wavpackenc.c:
11249         * tests/check/elements/wavpackparse.c:
11250           Move wavpack to good.
11251
11252 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
11253
11254         * configure.ac:
11255         * docs/plugins/Makefile.am:
11256         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11257         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11258         * docs/plugins/gst-plugins-bad-plugins.args:
11259         * docs/plugins/inspect/plugin-directdraw.xml:
11260         * docs/plugins/inspect/plugin-directsound.xml:
11261         * sys/Makefile.am:
11262         * sys/directdraw/Makefile.am:
11263         * sys/directdraw/gstdirectdrawplugin.c:
11264         * sys/directdraw/gstdirectdrawsink.c:
11265         * sys/directdraw/gstdirectdrawsink.h:
11266         * sys/directsound/Makefile.am:
11267         * sys/directsound/gstdirectsoundplugin.c:
11268         * sys/directsound/gstdirectsoundsink.c:
11269         * sys/directsound/gstdirectsoundsink.h:
11270         * win32/MANIFEST:
11271         * win32/gst.sln:
11272         * win32/vs6/libgstdirectdraw.dsp:
11273         * win32/vs6/libgstdirectsound.dsp:
11274         * win32/vs7/libgstdirectdraw.vcproj:
11275         * win32/vs7/libgstdirectsound.vcproj:
11276         * win32/vs8/libgstdirectdraw.vcproj:
11277         * win32/vs8/libgstdirectsound.vcproj:
11278         Remove DirectDraw & DirectSound plugins, as they've moved to Good
11279
11280 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
11281
11282         * ext/timidity/gsttimidity.c: (gst_timidity_loop):
11283         * ext/timidity/gstwildmidi.c: (gst_wildmidi_loop):
11284         * gst/tta/gstttaparse.c: (gst_tta_parse_loop):
11285           When driving the pipeline, also post an error when we get a
11286           not-linked flow return from downstream.
11287
11288 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
11289
11290         * docs/plugins/gst-plugins-bad-plugins.args:
11291         * sys/directdraw/gstdirectdrawsink.c:
11292         (gst_directdraw_sink_class_init):
11293         Rename the keep-aspect-ratio property to force-aspect-ratio to make
11294         it consistent with xvimagesink and ximagesink.
11295
11296 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
11297
11298         * tests/icles/videocrop-test.c: (main):
11299           Default to xvimagesink instead of autovideosink while
11300           autovideosink/ghostpads/whatever don't handle the way we use it in
11301           the way we expect it to.
11302
11303 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
11304
11305         * configure.ac:
11306           Bump requirements to released versions of core and -base, and remove
11307           special-casing for equalizer and rtpmanager as it's not needed any
11308           longer.
11309
11310 2007-06-06  Jan Schmidt  <thaytan@mad.scientist.com>
11311
11312         * sys/glsink/glimagesink.c: (gst_glimage_sink_stop),
11313         (gst_glimage_sink_create_window), (gst_glimage_sink_init_display):
11314         Sprinkle in some XSync calls to avoid raciness with broken
11315         drivers (ATI) when re-using a single glimagesink.
11316
11317 2007-06-06  Jan Schmidt  <thaytan@mad.scientist.com>
11318
11319         * gst/mpegvideoparse/mpegpacketiser.c:
11320         (mpeg_util_parse_extension_packet), (mpeg_util_parse_sequence_hdr),
11321         (mpeg_util_parse_picture_hdr):
11322         * gst/mpegvideoparse/mpegvideoparse.c:
11323         (mpegvideoparse_handle_sequence), (mpegvideoparse_drain_avail):
11324         Fix some silly bugs with calculating the guard sizes.
11325         Properly compare the old sequence header structure with the new one.
11326         Don't error out on an invalid sequence - just ignore it.
11327
11328 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
11329
11330         * gst/real/gstrealvideodec.c: (gst_real_video_dec_decode):
11331           Printf fix in debug statement; also print the right number there.
11332
11333 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
11334
11335         * ext/sdl/Makefile.am:
11336         * ext/sdl/sdlvideosink.c: (gst_sdlv_process_events):
11337           Add GST_CFLAGS, which apparently somehow fixes the build somewhere
11338           (#444499); initialise variable to avoid false compiler warning.
11339
11340 2007-06-01  Wim Taymans  <wim@fluendo.com>
11341
11342         * docs/plugins/Makefile.am:
11343         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11344         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11345         * docs/plugins/inspect/plugin-videosignal.xml:
11346         * gst/videosignal/Makefile.am:
11347         * gst/videosignal/gstvideomark.c: (gst_video_mark_set_caps),
11348         (gst_video_mark_draw_box), (gst_video_mark_420),
11349         (gst_video_mark_transform_ip), (gst_video_mark_set_property),
11350         (gst_video_mark_get_property), (gst_video_mark_base_init),
11351         (gst_video_mark_class_init), (gst_video_mark_init),
11352         (gst_video_mark_get_type):
11353         * gst/videosignal/gstvideomark.h:
11354         * gst/videosignal/gstvideosignal.c: (plugin_init):
11355         Add plugin to generate a pattern detectable by videodetect.
11356
11357 2007-06-01  Tim-Philipp Müller  <tim at centricular dot net>
11358
11359         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_create):
11360           Don't leak buffer when returning an error.
11361
11362 2007-06-01  Wim Taymans  <wim@fluendo.com>
11363
11364         Patch by René Stadler <mail at renestadler dot de>:
11365
11366         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
11367         (gst_neonhttp_src_init), (gst_neonhttp_src_dispose),
11368         (gst_neonhttp_src_set_property), (gst_neonhttp_src_get_property),
11369         (gst_neonhttp_src_start), (gst_neonhttp_src_do_seek),
11370         (gst_neonhttp_src_set_location),
11371         (gst_neonhttp_src_send_request_and_redirect),
11372         (gst_neonhttp_src_uri_get_uri), (gst_neonhttp_src_uri_set_uri):
11373         * ext/neon/gstneonhttpsrc.h:
11374         Deprecated "uri" property.  Clean up property descriptions.
11375         Change default User-Agent to the slightly more descriptive
11376         "GStreamer neonhttpsrc".
11377         Various other small cleanups, mostly property related.
11378
11379 2007-05-31  Tim-Philipp Müller  <tim at centricular dot net>
11380
11381         * ext/libmms/gstmms.h:
11382           No reason to use gpointers instead of typed pointes here as far as I
11383           can see.
11384
11385         * ext/mythtv/gstmythtvsrc.c:
11386         * ext/neon/gstneonhttpsrc.c:
11387         * gst/switch/gstswitch.c:
11388           Don't use gtk-doc magic markers for things that aren't meant to be
11389           parsed by gtk-doc. Makes gtk-doc complain a bit less.
11390
11391 2007-05-30  Wim Taymans  <wim@fluendo.com>
11392
11393         * configure.ac:
11394         * docs/plugins/Makefile.am:
11395         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11396         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11397         * docs/plugins/inspect/plugin-videosignal.xml:
11398         * gst/videosignal/Makefile.am:
11399         * gst/videosignal/gstvideoanalyse.c: (gst_video_analyse_set_caps),
11400         (gst_video_analyse_post_message), (gst_video_analyse_420),
11401         (gst_video_analyse_transform_ip), (gst_video_analyse_set_property),
11402         (gst_video_analyse_get_property), (gst_video_analyse_base_init),
11403         (gst_video_analyse_class_init), (gst_video_analyse_init),
11404         (gst_video_analyse_get_type):
11405         * gst/videosignal/gstvideoanalyse.h:
11406         * gst/videosignal/gstvideodetect.c: (gst_video_detect_set_caps),
11407         (gst_video_detect_post_message),
11408         (gst_video_detect_calc_brightness), (gst_video_detect_420),
11409         (gst_video_detect_transform_ip), (gst_video_detect_set_property),
11410         (gst_video_detect_get_property), (gst_video_detect_base_init),
11411         (gst_video_detect_class_init), (gst_video_detect_init),
11412         (gst_video_detect_get_type):
11413         * gst/videosignal/gstvideodetect.h:
11414         * gst/videosignal/gstvideosignal.c: (plugin_init):
11415         * gst/videosignal/gstvideosignal.h:
11416         Added videosignal plugin with two plugins to analyse video frames.
11417         Added videoanalyse to report about brightness and variance in video
11418         frames.
11419         Added videodetect to detect predefined patterns in a video signal.
11420
11421 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
11422
11423         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
11424         * docs/plugins/gst-plugins-bad-plugins.interfaces:
11425         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
11426         * docs/plugins/gst-plugins-bad-plugins.signals:
11427           More updates.
11428
11429 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
11430
11431         * docs/plugins/gst-plugins-bad-plugins.args:
11432         * docs/plugins/gst-plugins-bad-plugins.signals:
11433         * docs/plugins/inspect/plugin-dtsdec.xml:
11434         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
11435         * docs/plugins/inspect/plugin-musepack.xml:
11436         * docs/plugins/inspect/plugin-rtpmanager.xml:
11437         * docs/plugins/inspect/plugin-sdl.xml:
11438         * docs/plugins/inspect/plugin-spcdec.xml:
11439         * docs/plugins/inspect/plugin-swfdec.xml:
11440           Updates; update inspect info for rtpmanager => gstrtpmanager rename,
11441           hopefully that makes the build bots happy again.
11442
11443 2007-05-28  Wim Taymans  <wim@fluendo.com>
11444
11445         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11446         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11447         * gst/rtpmanager/gstrtpbin.c: (create_session), (create_stream),
11448         (gst_rtp_bin_class_init), (create_recv_rtp), (create_recv_rtcp),
11449         (create_send_rtp), (create_rtcp), (gst_rtp_bin_request_new_pad):
11450         * gst/rtpmanager/gstrtpclient.c: (create_stream),
11451         (gst_rtp_client_request_new_pad):
11452         * gst/rtpmanager/gstrtpjitterbuffer.c:
11453         (gst_rtp_jitter_buffer_clear_pt_map), (gst_rtp_jitter_buffer_loop):
11454         * gst/rtpmanager/gstrtpmanager.c: (plugin_init):
11455         * gst/rtpmanager/gstrtpptdemux.c:
11456         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
11457         (gst_rtp_session_request_new_pad):
11458         * gst/rtpmanager/gstrtpssrcdemux.c:
11459         Rename elements to avoid conflict with farsight elements with the same
11460         name. Fixes #430664.
11461
11462 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
11463
11464         Patch by: Vincent Torri  <vtorri at univ-evry fr>
11465
11466         * sys/directdraw/gstdirectdrawsink.c:
11467         (gst_directdraw_sink_buffer_alloc),
11468         (gst_directdraw_sink_show_frame),
11469         (gst_directdraw_sink_check_primary_surface),
11470         (gst_directdraw_sink_check_offscreen_surface),
11471         (EnumModesCallback2), (gst_directdraw_sink_get_ddrawcaps),
11472         (gst_directdraw_sink_surface_create):
11473         * sys/directdraw/gstdirectdrawsink.h:
11474           Fix more warnings when compiling with MingW (#439914).
11475
11476 2007-05-24  Sebastian Moutte  <sebastien@moutte.net>
11477
11478         * docs/plugins/gst-plugins-bad-plugins.args:
11479         Remove directsoundsink property doc as this sink use the mixer
11480         interface now.
11481         * docs/plugins/gst-plugins-bad-plugins.interfaces:
11482         Add interfaces implemented by Windows sinks.
11483         * sys/directsound/gstdirectsoundsink.c:
11484         * sys/directsound/gstdirectsoundsink.h:
11485         Remove directsoundsink property  and implement the mixer interface.
11486         * win32/vs6/gst_plugins_bad.dsw:
11487         * win32/vs6/libgstdirectsound.dsp:
11488         Update project files.
11489         * gst-libs/gst/dshow/gstdshow.cpp:
11490         * gst-libs/gst/dshow/gstdshow.h:
11491         * gst-libs/gst/dshow/gstdshowfakesink.cpp:
11492         * gst-libs/gst/dshow/gstdshowfakesink.h:
11493         * gst-libs/gst/dshow/gstdshowfakesrc.cpp:
11494         * gst-libs/gst/dshow/gstdshowfakesrc.h:
11495         * gst-libs/gst/dshow/gstdshowinterface.cpp:
11496         * gst-libs/gst/dshow/gstdshowinterface.h:
11497         * win32/common/libgstdshow.def:
11498         * win32/vs6/libgstdshow.dsp:
11499         Add a new gst library which allow to create internal Direct Show
11500         graph (pipelines) to wrap Windows sources, decoders or encoders.
11501         It includes a DirectShow fake source and sink and utility functions.    
11502         * sys/dshowsrcwrapper/gstdshowaudiosrc.c:
11503         * sys/dshowsrcwrapper/gstdshowaudiosrc.h:
11504         * sys/dshowsrcwrapper/gstdshowsrcwrapper.c:
11505         * sys/dshowsrcwrapper/gstdshowsrcwrapper.h:
11506         * sys/dshowsrcwrapper/gstdshowvideosrc.c:
11507         * sys/dshowsrcwrapper/gstdshowvideosrc.h:
11508         * win32/vs6/libdshowsrcwrapper.dsp:
11509         Add a new plugin to wrap DirectShow sources on Windows.
11510         It gets data from any webcam, dv cam, micro. We could add 
11511         tv tunner card later.
11512         
11513 2007-05-23  Sebastian Dröge  <slomo@circular-chaos.org>
11514
11515         Patch by René Stadler <mail at renestadler dot de>:
11516
11517         * ext/sdl/sdlvideosink.c:
11518         Separate the authors by newlines instead of nothing. Fixes #440774.
11519
11520 2007-05-23  Wim Taymans  <wim@fluendo.com>
11521
11522         * docs/plugins/inspect/plugin-rtpmanager.xml:
11523         Add doc xml file.
11524
11525 2007-05-23  Wim Taymans  <wim@fluendo.com>
11526
11527         * docs/plugins/Makefile.am:
11528         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11529         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11530         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_class_init):
11531         * gst/rtpmanager/gstrtpbin.h:
11532         * gst/rtpmanager/gstrtpclient.c:
11533         * gst/rtpmanager/gstrtpjitterbuffer.c:
11534         (gst_rtp_jitter_buffer_class_init),
11535         (gst_rtp_jitter_buffer_clear_pt_map), (gst_rtp_jitter_buffer_loop):
11536         * gst/rtpmanager/gstrtpjitterbuffer.h:
11537         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_class_init),
11538         (gst_rtp_pt_demux_clear_pt_map):
11539         * gst/rtpmanager/gstrtpptdemux.h:
11540         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
11541         (rtcp_thread), (gst_rtp_session_clear_pt_map):
11542         * gst/rtpmanager/gstrtpsession.h:
11543         * gst/rtpmanager/gstrtpssrcdemux.c:
11544         (gst_rtp_ssrc_demux_class_init):
11545         Document stuff.
11546         Add clear-pt-map action signal where needed.
11547
11548 2007-05-22  Stefan Kost  <ensonic@users.sf.net>
11549
11550         * configure.ac:
11551           Depend on gstreamer-0.10.12.1.
11552         
11553         * gst/equalizer/gstiirequalizer.c (ARG_BAND_WIDTH, _do_init, ARG_GAIN,
11554           _GstIirEqualizerBand, object, _GstIirEqualizerBandClass,
11555           parent_class, gst_iir_equalizer_band_set_property,
11556           gst_iir_equalizer_band_class_init, gst_iir_equalizer_band_get_type,
11557           gst_iir_equalizer_child_proxy_get_child_by_index,
11558           gst_iir_equalizer_child_proxy_get_children_count,
11559           gst_iir_equalizer_child_proxy_interface_init, setup_filter,
11560           gst_iir_equalizer_compute_frequencies,
11561           gst_iir_equalizer_set_property, gst_iir_equalizer_get_property,
11562           plugin_init):
11563         * gst/equalizer/gstiirequalizer.h (audiofilter):
11564         * gst/equalizer/gstiirequalizernbands.c (ARG_NUM_BANDS,
11565           gst_iir_equalizer_nbands_base_init, gst_iir_equalizer_nbands_init,
11566           gst_iir_equalizer_nbands_set_property):
11567           Use new locking macros.
11568
11569         * gst/filter/gstbpwsinc.c (bpwsinc_set_caps):
11570           Add fixme.
11571
11572         * gst/spectrum/gstspectrum.c (SPECTRUM_WINDOW_BASE,
11573           SPECTRUM_WINDOW_LEN, gst_spectrum_init, gst_spectrum_set_property,
11574           gst_spectrum_event, gst_spectrum_transform_ip):
11575           Use new locking macros. Turn two fixed values into #defines.
11576
11577 2007-05-22  Edward Hervey  <edward@fluendo.com>
11578
11579         * docs/plugins/Makefile.am:
11580         Also look for .m (objectivec) files.
11581         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11582         * docs/plugins/gst-plugins-bad-plugins.args:
11583         * sys/osxvideo/osxvideosink.m:
11584         Add documentation for element and properties.
11585
11586 2007-05-21  Stefan Kost  <ensonic@users.sf.net>
11587
11588         * ChangeLog:
11589           ChangeLog surgery.
11590         * gst/equalizer/gstiirequalizer.c (ARG_BAND_WIDTH, _do_init, ARG_GAIN,
11591           _GstIirEqualizerBand, object, _GstIirEqualizerBandClass,
11592           parent_class, gst_iir_equalizer_band_set_property,
11593           gst_iir_equalizer_band_class_init, gst_iir_equalizer_band_get_type,
11594           gst_iir_equalizer_child_proxy_get_child_by_index,
11595           gst_iir_equalizer_child_proxy_get_children_count,
11596           gst_iir_equalizer_child_proxy_interface_init, setup_filter,
11597           gst_iir_equalizer_compute_frequencies, plugin_init):
11598         * tests/icles/equalizer-test.c:
11599           Add fixme and comment for example.
11600
11601 2007-05-21  Stefan Kost  <ensonic@users.sf.net>
11602
11603         * gst/spectrum/gstspectrum.c (gst_spectrum_set_property,
11604           gst_spectrum_event, gst_spectrum_transform_ip):
11605           Use lock to protect from concurrent access.
11606
11607 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
11608
11609         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_class_init),
11610         (gst_wavpack_enc_set_property), (gst_wavpack_enc_get_property):
11611         Specify and use properties as unsigned int that are an unsigned int.
11612
11613 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
11614
11615         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_class_init),
11616         (gst_wavpack_enc_init), (gst_wavpack_enc_set_wp_config),
11617         (gst_wavpack_enc_set_property), (gst_wavpack_enc_get_property):
11618         * ext/wavpack/gstwavpackenc.h:
11619         Fixup docs, make the bitrate property an int as it should be and
11620         allow to set the different extra processing modes instead of only
11621         allowing none and the default one.
11622
11623 2007-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
11624
11625         * ext/wavpack/gstwavpackenc.c:
11626         Add missing audioconverts in the example pipelines of wavpackenc. As
11627         the wavpack stuff now needs input with 32 bit width (and random depth)
11628         this is needed now. The example pipelines for the parser and decoder
11629         are still fine.
11630
11631 2007-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
11632
11633         * docs/plugins/Makefile.am:
11634         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
11635           Fix docs build and hierarchy.
11636
11637 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
11638
11639         * sys/directdraw/gstdirectdrawsink.c: (gst_ddrawsurface_finalize),
11640         (gst_directdraw_sink_buffer_alloc),
11641         (gst_directdraw_sink_get_ddrawcaps),
11642         (gst_directdraw_sink_surface_create):
11643           Bunch of small fixes: remove static function that doesn't exist;
11644           declare another one that does; printf format fix; use right macro
11645           when specifying debug category; remove a bunch of unused variables;
11646           #if 0 out an unused chunk of code (partially fixes #439914).
11647
11648 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
11649
11650         * gst/qtdemux/qtdemux.c: (gst_qtdemux_prepare_current_sample):
11651         * gst/switch/gstswitch.c: (gst_switch_chain):
11652           Printf format fixes (#439910, #439911).
11653
11654 2007-05-19  Tim-Philipp Müller  <tim at centricular dot net>
11655
11656         * tests/check/Makefile.am:
11657           Remove bits for deinterleave check which isn't in CVS yet.
11658
11659 2007-05-19  Tim-Philipp Müller  <tim at centricular dot net>
11660
11661         Patch by: René Stadler <mail at renestadler de>
11662
11663         * docs/plugins/Makefile.am:
11664         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11665         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11666         * docs/plugins/inspect/plugin-replaygain.xml:
11667         * gst/replaygain/Makefile.am:
11668         * gst/replaygain/gstrganalysis.c: (gst_rg_analysis_class_init),
11669         (gst_rg_analysis_start), (gst_rg_analysis_set_caps),
11670         (gst_rg_analysis_transform_ip), (gst_rg_analysis_event),
11671         (gst_rg_analysis_stop), (gst_rg_analysis_handle_tags),
11672         (gst_rg_analysis_handle_eos), (gst_rg_analysis_track_result),
11673         (gst_rg_analysis_album_result):
11674         * gst/replaygain/gstrganalysis.h:
11675         * gst/replaygain/gstrglimiter.c: (gst_rg_limiter_base_init),
11676         (gst_rg_limiter_class_init), (gst_rg_limiter_init),
11677         (gst_rg_limiter_set_property), (gst_rg_limiter_get_property),
11678         (gst_rg_limiter_transform_ip):
11679         * gst/replaygain/gstrglimiter.h:
11680         * gst/replaygain/gstrgvolume.c: (gst_rg_volume_base_init),
11681         (gst_rg_volume_class_init), (gst_rg_volume_init),
11682         (gst_rg_volume_set_property), (gst_rg_volume_get_property),
11683         (gst_rg_volume_dispose), (gst_rg_volume_change_state),
11684         (gst_rg_volume_sink_event), (gst_rg_volume_tag_event),
11685         (gst_rg_volume_reset), (gst_rg_volume_update_gain),
11686         (gst_rg_volume_determine_gain):
11687         * gst/replaygain/gstrgvolume.h:
11688         * gst/replaygain/replaygain.c: (plugin_init):
11689         * gst/replaygain/replaygain.h:
11690         * gst/replaygain/rganalysis.h:
11691         * tests/check/Makefile.am:
11692         * tests/check/elements/.cvsignore:
11693         * tests/check/elements/rganalysis.c: (send_eos_event),
11694         (GST_START_TEST):
11695         * tests/check/elements/rglimiter.c: (setup_rglimiter),
11696         (cleanup_rglimiter), (set_playing_state), (create_test_buffer),
11697         (verify_test_buffer), (GST_START_TEST), (rglimiter_suite), (main):
11698         * tests/check/elements/rgvolume.c: (event_func), (setup_rgvolume),
11699         (cleanup_rgvolume), (set_playing_state), (set_null_state),
11700         (send_eos_event), (send_tag_event), (test_buffer_new),
11701         (fail_unless_target_gain), (fail_unless_result_gain),
11702         (fail_unless_gain), (GST_START_TEST), (rgvolume_suite), (main):
11703           Add replaygain playback elements (#412710).
11704
11705 2007-05-18  Jan Schmidt  <thaytan@mad.scientist.com>
11706
11707         * sys/glsink/glimagesink.c: (gst_glimage_sink_init_display):
11708         Update the cached caps after opening the display so that we report
11709         only the supported caps formats, not just the template caps.
11710         Fixes: #439405
11711
11712 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
11713
11714         * ext/amrwb/gstamrwbdec.c (gst_amrwbdec_debug, GST_CAT_DEFAULT,
11715           _do_init, gst_amrwbdec_base_init, gst_amrwbdec_class_init):
11716         * ext/amrwb/gstamrwbenc.c (gst_amrwbenc_debug, GST_CAT_DEFAULT,
11717           _do_init, gst_amrwbenc_base_init, gst_amrwbenc_class_init):
11718         * ext/amrwb/gstamrwbparse.c (gst_amrwbparse_debug, GST_CAT_DEFAULT,
11719           _do_init, gst_amrwbparse_base_init, gst_amrwbparse_class_init):
11720           First round of cleanups, that use GST_BOILERPLATE, GST_ELEMENT_DETAILS,
11721           GST_DEBUG_FUNCPTR and add log-category.
11722
11723 2007-05-17  Edward Hervey  <edward@fluendo.com>
11724
11725         * sys/osxvideo/osxvideosink.h:
11726         * sys/osxvideo/osxvideosink.m:
11727         Remove the event-loop-in-separate-thread modifications, because MacOSX
11728         is $#@(*%$# ! For those wondering, the event handling needs to be done
11729         in the main thread after all..
11730
11731 2007-05-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11732
11733         * gst/switch/gstswitch.c (ARG_0, ARG_NB_SOURCES, ARG_ACTIVE_SOURCE,
11734           ARG_START_VALUE, ARG_STOP_VALUE, ARG_LAST_TS, ARG_QUEUE_BUFFERS,
11735           parent_class, gst_switch_release_pad, gst_switch_request_new_pad,
11736           gst_switch_chain, gst_switch_event, gst_switch_set_property,
11737           gst_switch_get_property, gst_switch_getcaps, gst_switch_dispose,
11738           unref_buffer, unref_buffers_and_destroy_list, gst_switch_init,
11739           gst_switch_base_init, gst_switch_class_init):
11740         * gst/switch/gstswitch.h (need_to_send_newsegment, queue_buffers,
11741           stop_value, start_value, current_start, last_ts, stored_buffers):
11742         Add handling of application provided stop and start values, allowing
11743         A/V sync across 2 switch elements.
11744
11745 2007-05-17  Edward Hervey  <edward@fluendo.com>
11746
11747         * sys/osxvideo/osxvideosink.h:
11748         * sys/osxvideo/osxvideosink.m:
11749         Fix a stupid #if vs #ifdef bug. Should use the proper colorspace now.
11750         Use a separate thread/task for the cocoa event_loop, else it wouldn't
11751         stop.
11752
11753 2007-05-16  Tim-Philipp Müller  <tim at centricular dot net>
11754
11755         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_chain),
11756         (gst_real_audio_dec_setcaps):
11757         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain):
11758           Don't crash when we get a buffer and our input caps haven't been set
11759           yet; also, don't leak all the input buffers (realaudiodec only).
11760
11761 2007-05-16  Stefan Kost  <ensonic@users.sf.net>
11762
11763         patch by: Stanislav Brabec <sbrabec@suse.cz>
11764
11765         * configure.ac:
11766         * ext/amrwb/Makefile.am:
11767         * ext/amrwb/amrwb-code/Makefile.am:
11768         * ext/amrwb/amrwb-code/amrwb/Makefile.am:
11769         * ext/amrwb/amrwb-code/amrwb/README:
11770         * ext/amrwb/gstamrwbdec.c:
11771         * ext/amrwb/gstamrwbdec.h (__GST_AMRWBDEC_H__):
11772         * ext/amrwb/gstamrwbenc.h (__GST_AMRWBENC_H__):
11773         * ext/amrwb/gstamrwbparse.c:
11774         * ext/amrwb/gstamrwbparse.h (__GST_AMRWBPARSE_H__):
11775         * gst-libs/Makefile.am:
11776         * gst-libs/ext/Makefile.am:
11777         * gst-libs/ext/amrwb/Makefile.am:
11778         * gst-libs/ext/amrwb/README:
11779           Use external shared libamrwb. Fixes #423741 (with lots of cleanup).
11780
11781 2007-05-16  Stefan Kost  <ensonic@users.sf.net>
11782
11783         * ext/x264/gstx264enc.c (gst_x264_enc_init_encoder):
11784           This needs a version check.
11785
11786         * gst/bayer/Makefile.am:
11787           Fix the build.
11788
11789 2007-05-15  Tim-Philipp Müller  <tim at centricular dot net>
11790
11791         * configure.ac:
11792         * sys/directdraw/Makefile.am:
11793         * sys/directsound/Makefile.am:
11794           Add DIRECTDRAW_CFLAGS and DIRECTSOUND_CFLAGS to Makefile.am; save
11795           and restore the various flags in the directdraw/directsound
11796           detection section. Apparently improves cross-compiling for win32
11797           with mingw32 under some circumstances (#437539).
11798
11799 2007-05-15  Wim Taymans  <wim@fluendo.com>
11800
11801         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_chain):
11802         We always use fixed caps.
11803
11804 2007-05-14  David Schleef  <ds@schleef.org>
11805
11806         * gst/rtpmanager/gstrtpbin.c:
11807           g_hash_table_remove_all() only exists in 2.12.  Work around.
11808
11809 2007-05-14  David Schleef  <ds@schleef.org>
11810
11811         * configure.ac:
11812         * gst/bayer/Makefile.am:
11813         * gst/bayer/gstbayer.c:
11814         * gst/bayer/gstbayer2rgb.c:
11815           Add a Bayer-to-RGB converter.  You know you want one, uh-huh.
11816           Partial fix for #314160.
11817
11818 2007-05-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11819
11820         * gst/switch/gstswitch.c (ARG_ACTIVE_SOURCE, ARG_STOP_VALUE,
11821           ARG_LAST_TS, parent_class, gst_switch_release_pad,
11822           gst_switch_request_new_pad, gst_switch_chain, gst_switch_event,
11823           gst_switch_set_property, gst_switch_get_property, gst_switch_getcaps,
11824           gst_switch_dispose, gst_switch_init, gst_switch_class_init):
11825         * gst/switch/gstswitch.h (previous_sinkpad, nb_sinkpads, stop_value,
11826           current_start, last_ts):
11827         Allow application to provide a stop timestamp, so a new segment
11828         update can be sent before switching.
11829
11830 2007-05-14  Wim Taymans  <wim@fluendo.com>
11831
11832         * gst/rtpmanager/async_jitter_queue.c:
11833         (async_jitter_queue_set_flushing_unlocked):
11834         Fix leak when flushing.
11835
11836         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_clear_pt_map),
11837         (gst_rtp_bin_class_init):
11838         * gst/rtpmanager/gstrtpbin.h:
11839         Add clear-pt-map signal.
11840
11841         * gst/rtpmanager/gstrtpjitterbuffer.c:
11842         (gst_rtp_jitter_buffer_flush_stop),
11843         (gst_rtp_jitter_buffer_sink_event), (gst_rtp_jitter_buffer_loop):
11844         Init clock-rate to -1 to mark unknow clock rate.
11845         Fix flushing.
11846
11847 2007-05-13  David Schleef  <ds@schleef.org>
11848
11849         * gst/replaygain/rganalysis.c:
11850           Fix wrong ifdef for visual C++.  Fixes: #437403.
11851           By Ali Sabil <ali.sabil@gmail.com>.
11852
11853 2007-05-12  David Schleef  <ds@schleef.org>
11854
11855         * ext/neon/gstneonhttpsrc.c:
11856           Make redirection the default behavior.  Fixes #413818.
11857
11858 2007-05-10  Stefan Kost  <ensonic@users.sf.net>
11859
11860         * gst/qtdemux/qtdemux.c (gst_qtdemux_move_stream,
11861           gst_qtdemux_loop_state_header, gst_qtdemux_activate_segment,
11862           gst_qtdemux_prepare_current_sample, gst_qtdemux_combine_flows,
11863           gst_qtdemux_loop_state_movie, gst_qtdemux_loop,
11864           qtdemux_parse_segments, qtdemux_parse_trak):
11865         * gst/rtpmanager/rtpsession.c (rtp_session_get_bandwidth,
11866           rtp_session_get_rtcp_bandwidth, rtp_session_get_cname,
11867           rtp_session_get_name, rtp_session_get_email, rtp_session_get_phone,
11868           rtp_session_get_location, rtp_session_get_tool,
11869           rtp_session_process_bye, session_report_blocks):
11870         * gst/rtpmanager/rtpsource.c (rtp_source_process_rtp,
11871           rtp_source_send_rtp, rtp_source_process_sr, rtp_source_process_rb):
11872           More format arg fixing (spotted by Ali Sabil <ali.sabil@gmail.com>).
11873
11874         * gst/switch/Makefile.am:
11875           Add require libraries(spotted by Ali Sabil <ali.sabil@gmail.com>).
11876
11877 2007-05-10  Stefan Kost  <ensonic@users.sf.net>
11878
11879         * gst/rtpmanager/async_jitter_queue.c (tail_buffer_duration,
11880           async_jitter_queue_ref, async_jitter_queue_ref_unlocked,
11881           async_jitter_queue_set_low_threshold,
11882           async_jitter_queue_length_ts_units_unlocked,
11883           async_jitter_queue_unref_and_unlock, async_jitter_queue_unref,
11884           async_jitter_queue_lock, async_jitter_queue_push,
11885           async_jitter_queue_push_unlocked, async_jitter_queue_push_sorted,
11886           async_jitter_queue_pop_intern_unlocked, async_jitter_queue_pop,
11887           async_jitter_queue_pop_unlocked, async_jitter_queue_length_unlocked,
11888           async_jitter_queue_set_flushing_unlocked,
11889           async_jitter_queue_unset_flushing_unlocked):
11890           Format arg fix (spotted by Ali Sabil <ali.sabil@gmail.com>).
11891
11892 2007-05-10  Stefan Kost  <ensonic@users.sf.net>
11893
11894         * common/m4/gst-x11.m4:
11895           Restore CFLAGS and LIBS.
11896
11897         * configure.ac:
11898           Revert previous patch.
11899
11900 2007-05-10  Stefan Kost  <ensonic@users.sf.net>
11901
11902         Patch by: Ali Sabil <ali.sabil@gmail.com>
11903
11904         * configure.ac:
11905           Save and restore CFLAGS for OpenGL check. Fixes #437260.
11906         
11907
11908 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
11909
11910         * docs/plugins/gst-plugins-bad-plugins.args:
11911         Add directraw and directsound sinks properties.
11912
11913 2007-05-09  Tim-Philipp Müller  <tim at centricular dot net>
11914
11915         * configure.ac:
11916           Fix --disable-external (hopefully).
11917
11918 2007-05-09  Wim Taymans  <wim@fluendo.com>
11919
11920         * gst/rtpmanager/gstrtpjitterbuffer.c:
11921         (gst_rtp_jitter_buffer_query):
11922         Pass queries upstream.
11923
11924 2007-05-06  Tim-Philipp Müller  <tim at centricular dot net>
11925
11926         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps),
11927         (gst_real_audio_dec_finalize):
11928         * gst/real/gstrealaudiodec.h:
11929         * gst/real/gstrealvideodec.c: (open_library), (close_library):
11930         * gst/real/gstrealvideodec.h:
11931           Use GModule instead of using dlsym() directly. Fixes #430598.
11932
11933 2007-05-04  Sebastien Moutte <sebastien@moutte.net>
11934
11935         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11936         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11937         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
11938           Add docs for Windows sinks.
11939
11940 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
11941
11942         * gst/speed/gstspeed.c: (speed_src_event), (speed_sink_event),
11943         (speed_chain), (speed_change_state):
11944           Fix event handling a bit by replacing completely dubious code
11945           written by someone else with completely dubious code written
11946           by me. Should at least fix #412077 though.
11947
11948 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
11949
11950         * gst/speed/gstspeed.c: (speed_src_query), (speed_chain),
11951         (plugin_init):
11952           Add debug category; use gst_pad_query_peer_*() utility functions;
11953           use gst_util_scale*(); add gtk-doc blurb.
11954
11955 2007-05-04  Wim Taymans  <wim@fluendo.com>
11956
11957         * gst/rtpmanager/gstrtpjitterbuffer.c:
11958         (gst_rtp_jitter_buffer_query):
11959         Add some debug info.
11960
11961         * gst/rtpmanager/rtpsession.c: (rtp_session_init),
11962         (rtp_session_send_rtp):
11963         Store real user name in the session.
11964
11965 2007-05-03  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
11966
11967         * configure.ac:
11968         * examples/Makefile.am:
11969         * examples/switch/switcher.c (loop, my_bus_callback, switch_timer,
11970           last_message_received, main):
11971         * gst/switch/gstswitch.c (GST_CAT_DEFAULT, gst_switch_details,
11972           gst_switch_src_factory, parent_class, gst_switch_release_pad,
11973           gst_switch_request_new_pad, gst_switch_chain, gst_switch_event,
11974           gst_switch_set_property, gst_switch_get_property,
11975           gst_switch_get_linked_pad, gst_switch_getcaps,
11976           gst_switch_bufferalloc, gst_switch_get_linked_pads,
11977           gst_switch_dispose, gst_switch_init, gst_switch_base_init,
11978           gst_switch_class_init):
11979         * gst/switch/gstswitch.h (GstSwitch, GstSwitchClass, _GstSwitch,
11980           element, active_sinkpad, srcpad, nb_sinkpads, newsegment_events,
11981           need_to_send_newsegment):
11982         Port switch element and example program to 0.10.
11983
11984 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
11985
11986         * ext/wavpack/gstwavpack.c: (plugin_init):
11987         Call bindtextdomain() to get localized strings.
11988         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
11989         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
11990         (gst_wavpack_parse_handle_seek_event),
11991         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_chain):
11992         * ext/wavpack/gstwavpackparse.h:
11993         Handle DISCONT buffers by correctly setting the DISCONT flag
11994         on outgoing buffers when necessary.
11995         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_handle_seek_event)
11996         Send newsegment from the streaming thread.
11997
11998 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
11999
12000         * ext/wavpack/gstwavpackparse.c:
12001         (gst_wavpack_parse_handle_seek_event):
12002         Remove old workaround that was needed when seeking after the last
12003         sample. With the fixed error handling this works now as expected
12004         without pushing the last sample although it wasn't requested.
12005
12006 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
12007
12008         * ext/wavpack/gstwavpackparse.c:
12009         (gst_wavpack_parse_handle_seek_event):
12010         Handle segment seeks in the seek event handler, correctly work with
12011         stop position == -1 and instead of stopping the task on seek just
12012         pause it.
12013
12014 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
12015
12016         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_loop):
12017         Add handling for segment seeks.
12018
12019 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
12020
12021         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_pull_buffer),
12022         (gst_wavpack_parse_create_src_pad),
12023         (gst_wavpack_parse_resync_loop), (gst_wavpack_parse_loop),
12024         (gst_wavpack_parse_chain):
12025         Correctly handle errors, especially in the loop function. Before it
12026         was easy to get the task paused but no error being posted on the bus.
12027
12028 2007-04-30  Wim Taymans  <wim@fluendo.com>
12029
12030         * gst/rtpmanager/async_jitter_queue.c: (signal_waiting_threads),
12031         (async_jitter_queue_pop_intern_unlocked):
12032         Fix the case where the buffer underruns and does not block.
12033
12034         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_base_init),
12035         (create_recv_rtcp), (create_send_rtp), (create_rtcp),
12036         (gst_rtp_bin_request_new_pad):
12037         Rename RTCP send pad, like in the session manager.
12038         Allow getting an RTCP pad for receiving even if we don't receive RTP.
12039         fix handling of send_rtp_src pad.
12040
12041         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_chain):
12042         When no pt map could be found, fall back to the sinkpad caps.
12043
12044         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_process_rtp),
12045         (gst_rtp_session_send_rtp), (create_recv_rtp_sink),
12046         (create_recv_rtcp_sink), (create_send_rtp_sink),
12047         (create_send_rtcp_src):
12048         Fix pad names.
12049
12050         * gst/rtpmanager/rtpsession.c: (source_push_rtp),
12051         (rtp_session_create_source), (rtp_session_process_sr),
12052         (rtp_session_send_rtp), (session_start_rtcp):
12053         * gst/rtpmanager/rtpsession.h:
12054         Unlock session when performing a callback.
12055         Add callbacks for the internal session object.
12056         Fix sending of RTP packets.
12057         first attempt at adding NTP times in the SR packets.
12058         Small debug and doc improvements.
12059
12060         * gst/rtpmanager/rtpsource.c: (rtp_source_send_rtp):
12061         Update stats for SR reports.
12062
12063 2007-04-29  Wim Taymans  <wim@fluendo.com>
12064
12065         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_send_rtcp):
12066         Remove debug.
12067
12068         * gst/rtpmanager/rtpsession.c: (rtp_session_process_sr),
12069         (rtp_session_process_sdes), (calculate_rtcp_interval),
12070         (rtp_session_next_timeout), (session_report_blocks):
12071         * gst/rtpmanager/rtpstats.c: (rtp_stats_calculate_rtcp_interval):
12072         Improve debugging
12073         Fix interval for BYE/RTCP packets.
12074
12075 2007-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12076
12077         * docs/plugins/gst-plugins-bad-plugins.args:
12078         * docs/plugins/gst-plugins-bad-plugins.signals:
12079           Commit result of running scanobj-update
12080
12081 2007-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12082
12083         * autogen.sh:
12084           Require automake 1.7
12085         * ext/alsaspdif/Makefile.am:
12086         * ext/divx/Makefile.am:
12087         * ext/ivorbis/Makefile.am:
12088         * ext/musicbrainz/Makefile.am:
12089         * ext/neon/Makefile.am:
12090         * ext/sdl/Makefile.am:
12091         * ext/swfdec/Makefile.am:
12092         * ext/theora/Makefile.am:
12093         * ext/wavpack/Makefile.am:
12094         * ext/xvid/Makefile.am:
12095         * gst/modplug/Makefile.am:
12096           Fix up Makefile.am accordingly.
12097
12098 2007-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12099
12100         * docs/plugins/inspect/plugin-alsaspdif.xml:
12101         * docs/plugins/inspect/plugin-bz2.xml:
12102         * docs/plugins/inspect/plugin-cdxaparse.xml:
12103         * docs/plugins/inspect/plugin-dfbvideosink.xml:
12104         * docs/plugins/inspect/plugin-faac.xml:
12105         * docs/plugins/inspect/plugin-faad.xml:
12106         * docs/plugins/inspect/plugin-filter.xml:
12107         * docs/plugins/inspect/plugin-freeze.xml:
12108         * docs/plugins/inspect/plugin-glimagesink.xml:
12109         * docs/plugins/inspect/plugin-gsm.xml:
12110         * docs/plugins/inspect/plugin-h264parse.xml:
12111         * docs/plugins/inspect/plugin-jack.xml:
12112         * docs/plugins/inspect/plugin-mms.xml:
12113         * docs/plugins/inspect/plugin-modplug.xml:
12114         * docs/plugins/inspect/plugin-musepack.xml:
12115         * docs/plugins/inspect/plugin-musicbrainz.xml:
12116         * docs/plugins/inspect/plugin-neon.xml:
12117         * docs/plugins/inspect/plugin-nsfdec.xml:
12118         * docs/plugins/inspect/plugin-replaygain.xml:
12119         * docs/plugins/inspect/plugin-sdl.xml:
12120         * docs/plugins/inspect/plugin-soundtouch.xml:
12121         * docs/plugins/inspect/plugin-spectrum.xml:
12122         * docs/plugins/inspect/plugin-speed.xml:
12123         * docs/plugins/inspect/plugin-tta.xml:
12124         * docs/plugins/inspect/plugin-videocrop.xml:
12125         * docs/plugins/inspect/plugin-wavpack.xml:
12126         * docs/plugins/inspect/plugin-xingheader.xml:
12127         * docs/plugins/inspect/plugin-xvid.xml:
12128           Add jack and update.
12129
12130 2007-04-28  Tim-Philipp Müller  <tim at centricular dot net>
12131
12132         * configure.ac:
12133           Don't build equalizer unless we have core from CVS (it won't
12134           work with earlier versions due to GstChildProxy brokeness).
12135           Also up requirements to last released core/base.
12136
12137 2007-04-27  Wim Taymans  <wim@fluendo.com>
12138
12139         * gst/rtpmanager/gstrtpsession.c: (rtcp_thread),
12140         (gst_rtp_session_send_rtcp), (gst_rtp_session_reconsider):
12141         Move reconsideration code to the rtpsession object.
12142         Simplify timout handling and add reconsideration.
12143
12144         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
12145         (rtp_session_init), (rtp_session_finalize), (on_bye_ssrc),
12146         (on_bye_timeout), (on_timeout), (rtp_session_set_callbacks),
12147         (obtain_source), (rtp_session_create_source),
12148         (update_arrival_stats), (rtp_session_process_rtp),
12149         (rtp_session_process_sr), (rtp_session_process_rr),
12150         (rtp_session_process_bye), (rtp_session_process_rtcp),
12151         (calculate_rtcp_interval), (rtp_session_send_bye),
12152         (rtp_session_next_timeout), (session_start_rtcp),
12153         (session_report_blocks), (session_cleanup), (session_sdes),
12154         (session_bye), (is_rtcp_time), (rtp_session_on_timeout):
12155         * gst/rtpmanager/rtpsession.h:
12156         Handle timeout of inactive sources and senders.
12157         Implement BYE scheduling.
12158
12159         * gst/rtpmanager/rtpsource.c: (calculate_jitter),
12160         (rtp_source_process_sr), (rtp_source_get_last_sr),
12161         (rtp_source_get_last_rb):
12162         * gst/rtpmanager/rtpsource.h:
12163         Add members to check for timeouts.
12164
12165         * gst/rtpmanager/rtpstats.c: (rtp_stats_init_defaults),
12166         (rtp_stats_calculate_rtcp_interval), (rtp_stats_add_rtcp_jitter),
12167         (rtp_stats_calculate_bye_interval):
12168         * gst/rtpmanager/rtpstats.h:
12169         Use RFC algorithm for calculating the reporting interval.
12170
12171 2007-04-26  Edward Hervey  <edward@fluendo.com>
12172
12173         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
12174         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
12175         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
12176         * docs/plugins/inspect/plugin-osxvideo.xml:
12177         Add documentation for osxvideo
12178
12179 2007-04-25  Wim Taymans  <wim@fluendo.com>
12180
12181         * gst/rtpmanager/gstrtpsession.c: (rtcp_thread):
12182         Implement forward and reverse reconsideration.
12183
12184         * gst/rtpmanager/rtpsession.c: (rtp_session_get_num_sources),
12185         (rtp_session_get_num_active_sources), (rtp_session_process_sr),
12186         (session_report_blocks):
12187         * gst/rtpmanager/rtpsession.h:
12188         Small cleanups.
12189
12190 2007-04-25  Wim Taymans  <wim@fluendo.com>
12191
12192         reviewed by: <delete if not using a buddy>
12193
12194         * gst/rtpmanager/gstrtpbin.c: (create_stream),
12195         (gst_rtp_bin_class_init), (gst_rtp_bin_set_property),
12196         (gst_rtp_bin_get_property):
12197         * gst/rtpmanager/gstrtpbin.h:
12198         Make default jitterbuffer latency configurable.
12199
12200         * gst/rtpmanager/gstrtpjitterbuffer.c:
12201         (gst_rtp_jitter_buffer_class_init),
12202         (gst_jitter_buffer_sink_parse_caps), (gst_rtp_jitter_buffer_loop),
12203         (gst_rtp_jitter_buffer_set_property),
12204         (gst_rtp_jitter_buffer_get_property):
12205         Debuging cleanups.
12206
12207 2007-04-25  Wim Taymans  <wim@fluendo.com>
12208
12209         * gst/rtpmanager/gstrtpjitterbuffer.c:
12210         (gst_rtp_jitter_buffer_change_state):
12211         Report NO_PREROLL when going to PAUSED.
12212
12213         * gst/rtpmanager/gstrtpsession.c: (rtcp_thread):
12214         Don't send RTCP right before we are shutting down.
12215
12216         * gst/rtpmanager/rtpsession.c: (rtp_session_process_rtp),
12217         (rtp_session_process_sr), (session_report_blocks),
12218         (rtp_session_perform_reporting):
12219         Improve report blocks.
12220
12221         * gst/rtpmanager/rtpsource.c: (calculate_jitter), (init_seq),
12222         (rtp_source_process_rtp), (rtp_source_process_sr),
12223         (rtp_source_process_rb), (rtp_source_get_last_sr),
12224         (rtp_source_get_last_rb):
12225         * gst/rtpmanager/rtpsource.h:
12226         * gst/rtpmanager/rtpstats.h:
12227         Cleanups, add methods to access stats. 
12228
12229 2007-04-25  Wim Taymans  <wim@fluendo.com>
12230
12231         * gst/rtpmanager/gstrtpbin.c: (create_rtcp):
12232         fix for pad name change
12233
12234         * gst/rtpmanager/gstrtpsession.c: (rtcp_thread),
12235         (gst_rtp_session_send_rtcp), (gst_rtp_session_clock_rate):
12236         Fix for renamed methods.
12237
12238         * gst/rtpmanager/rtpsession.c: (rtp_session_init),
12239         (rtp_session_finalize), (rtp_session_set_cname),
12240         (rtp_session_get_cname), (rtp_session_set_name),
12241         (rtp_session_get_name), (rtp_session_set_email),
12242         (rtp_session_get_email), (rtp_session_set_phone),
12243         (rtp_session_get_phone), (rtp_session_set_location),
12244         (rtp_session_get_location), (rtp_session_set_tool),
12245         (rtp_session_get_tool), (rtp_session_set_note),
12246         (rtp_session_get_note), (source_push_rtp), (obtain_source),
12247         (rtp_session_add_source), (rtp_session_get_source_by_ssrc),
12248         (rtp_session_create_source), (rtp_session_process_rtp),
12249         (rtp_session_process_sr), (rtp_session_process_sdes),
12250         (rtp_session_process_rtcp), (rtp_session_send_rtp),
12251         (rtp_session_get_reporting_interval), (session_report_blocks),
12252         (session_sdes), (rtp_session_perform_reporting):
12253         * gst/rtpmanager/rtpsession.h:
12254         Prepare for implementing SSRC sampling.
12255         Create SSRC for the session. 
12256         Add methods to set the SDES entries.
12257         fix accounting of senders/receivers.
12258         Implement SR/RR/SDES RTCP reporting.
12259
12260         * gst/rtpmanager/rtpsource.c: (rtp_source_init), (init_seq),
12261         (rtp_source_process_rtp), (rtp_source_process_sr):
12262         * gst/rtpmanager/rtpsource.h:
12263         Implement extended sequence number.
12264
12265         * gst/rtpmanager/rtpstats.c: (rtp_stats_calculate_rtcp_interval):
12266         * gst/rtpmanager/rtpstats.h:
12267         Rename some fields.
12268
12269 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
12270
12271         * gst/y4m/gsty4mencode.c: (gst_y4m_encode_init),
12272         (gst_y4m_encode_setcaps):
12273         * tests/check/elements/y4menc.c: (GST_START_TEST):
12274           Plug some leaks; try to make build bot happy again.
12275
12276 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
12277
12278         * gst/Makefile.am:
12279           Fix distcheck, hopefully (rtpmanager is already in GST_PLUGINS_ALL).
12280
12281 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
12282
12283         * gst/rtpmanager/rtpsession.c: (rtp_session_finalize):
12284           Don't use GLib-2.10 API, we only require GLib 2.8 at the moment.
12285
12286 2007-04-20  Michael Smith  <msmith@fluendo.com>
12287
12288         * ext/faad/gstfaad.c: (gst_faad_open_decoder):
12289           FAAD fails to decode low (e.g. 8 kHz) sample rate AAC data in
12290           quicktime because of sample rate mismatches.
12291           Reenable overriding the implicit SBR behaviour (accidently changed?)
12292           to allow playback of these files.
12293
12294 2007-04-19  David Schleef  <ds@schleef.org>
12295
12296         * configure.ac:
12297           Change rtpmanager disabling to keep -bad releasable.
12298
12299 2007-04-18  David Schleef  <ds@schleef.org>
12300
12301         * configure.ac:
12302         * gst/Makefile.am:
12303           Fix wtay's hack.  rtpmanager is disabled in configure.ac on
12304           line 268.
12305
12306 2007-04-18  Wim Taymans  <wim@fluendo.com>
12307
12308         * gst/Makefile.am:
12309         Add rtpmanager dir to dist.
12310
12311 2007-04-18  Wim Taymans  <wim@fluendo.com>
12312
12313         * configure.ac:
12314         Disable rtpmanager for now because it depends on CVS -base.
12315
12316         * gst/rtpmanager/Makefile.am:
12317         Added new files for session manager.
12318
12319         * gst/rtpmanager/gstrtpjitterbuffer.h:
12320         * gst/rtpmanager/gstrtpbin.c: (create_session), (get_pt_map),
12321         (create_stream), (pt_map_requested), (new_ssrc_pad_found):
12322         Some cleanups. 
12323         the session manager can now also request a pt-map.
12324
12325         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_base_init),
12326         (gst_rtp_session_class_init), (gst_rtp_session_init),
12327         (gst_rtp_session_finalize), (rtcp_thread), (start_rtcp_thread),
12328         (stop_rtcp_thread), (gst_rtp_session_change_state),
12329         (gst_rtp_session_process_rtp), (gst_rtp_session_send_rtp),
12330         (gst_rtp_session_send_rtcp), (gst_rtp_session_clock_rate),
12331         (gst_rtp_session_get_time), (gst_rtp_session_event_recv_rtp_sink),
12332         (gst_rtp_session_chain_recv_rtp),
12333         (gst_rtp_session_event_recv_rtcp_sink),
12334         (gst_rtp_session_chain_recv_rtcp),
12335         (gst_rtp_session_event_send_rtp_sink),
12336         (gst_rtp_session_chain_send_rtp), (create_send_rtcp_src),
12337         (gst_rtp_session_request_new_pad):
12338         * gst/rtpmanager/gstrtpsession.h:
12339         We can ask for pt-map now too when the session manager needs it.
12340         Hook up to the new session manager, implement the needed callbacks for
12341         pushing data, getting clock time and requesting clock-rates.
12342         Rename rtcp_src to send_rtcp_src to make it clear that this RTCP is to
12343         be send to clients.
12344         Add code to start and stop the thread that will schedule RTCP through
12345         the session manager.
12346
12347         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
12348         (rtp_session_init), (rtp_session_finalize),
12349         (rtp_session_set_property), (rtp_session_get_property),
12350         (on_new_ssrc), (on_ssrc_collision), (on_ssrc_validated),
12351         (on_bye_ssrc), (rtp_session_new), (rtp_session_set_callbacks),
12352         (rtp_session_set_bandwidth), (rtp_session_get_bandwidth),
12353         (rtp_session_set_rtcp_bandwidth), (rtp_session_get_rtcp_bandwidth),
12354         (source_push_rtp), (source_clock_rate), (check_collision),
12355         (obtain_source), (rtp_session_add_source),
12356         (rtp_session_get_num_sources),
12357         (rtp_session_get_num_active_sources),
12358         (rtp_session_get_source_by_ssrc),
12359         (rtp_session_get_source_by_cname), (rtp_session_create_source),
12360         (update_arrival_stats), (rtp_session_process_rtp),
12361         (rtp_session_process_sr), (rtp_session_process_rr),
12362         (rtp_session_process_sdes), (rtp_session_process_bye),
12363         (rtp_session_process_app), (rtp_session_process_rtcp),
12364         (rtp_session_send_rtp), (rtp_session_get_rtcp_interval),
12365         (rtp_session_produce_rtcp):
12366         * gst/rtpmanager/rtpsession.h:
12367         The advanced beginnings of the main session manager that handles the
12368         participant database of RTPSources, SSRC probation, SSRC collisions,
12369         parse RTCP to update source stats. etc..
12370
12371         * gst/rtpmanager/rtpsource.c: (rtp_source_class_init),
12372         (rtp_source_init), (rtp_source_finalize), (rtp_source_new),
12373         (rtp_source_set_callbacks), (rtp_source_set_as_csrc),
12374         (rtp_source_set_rtp_from), (rtp_source_set_rtcp_from),
12375         (push_packet), (get_clock_rate), (calculate_jitter),
12376         (rtp_source_process_rtp), (rtp_source_process_bye),
12377         (rtp_source_send_rtp), (rtp_source_process_sr),
12378         (rtp_source_process_rb):
12379         * gst/rtpmanager/rtpsource.h:
12380         Object that encapsulates an SSRC and its state in the database.
12381         Calculates the jitter and transit times of data packets.
12382
12383         * gst/rtpmanager/rtpstats.c: (rtp_stats_init_defaults),
12384         (rtp_stats_calculate_rtcp_interval), (rtp_stats_add_rtcp_jitter):
12385         * gst/rtpmanager/rtpstats.h:
12386         Various stats regarding the session and sources.
12387         Used to calculate the RTCP interval.
12388
12389 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
12390
12391         * gst/app/Makefile.am:
12392           Fix CFLAGS and hopefully #430594.
12393
12394 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
12395
12396         * gst/nsf/types.h:
12397           Rename #ifndef header guard symbol to something less generic, so
12398           types.h doesn't get skipped over when compiling on MingW. Include
12399           GLib headers and use those to set the endianness and the basic
12400           types so that this isn't entirely broken for non-x86 architectures.
12401
12402 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
12403
12404         * gst/mve/gstmvedemux.c: (gst_mve_audio_init):
12405           Use G_LITTLE_ENDIAN instead of LITTLE_ENDIAN, so stuff compiles on
12406           MingW (no idea though why we add a BYTE_ORDER endianness field if
12407           the audio is compressed).
12408
12409 2007-04-14  Sebastien Moutte <sebastien@moutte.net>
12410
12411         * docs/plugins/inspect/plugin-directdraw.xml:
12412         * docs/plugins/inspect/plugin-directsound.xml:
12413         * docs/plugins/inspect/plugin-waveform.xml:
12414           Add xml doc files for Windows sinks
12415         * win32/vs6/libgstqtdemux.dsp:
12416         * win32/vs6/libgstmpegvideoparse.dsp:
12417         * win32/vs6/gst_plugins_bad.dsw:
12418          Update projects files.
12419         
12420 2007-04-13  Wim Taymans  <wim@fluendo.com>
12421
12422         * gst/rtpmanager/gstrtpbin.c: (create_session), (get_pt_map),
12423         (gst_rtp_bin_init), (gst_rtp_bin_finalize), (new_ssrc_pad_found),
12424         (create_recv_rtp), (gst_rtp_bin_request_new_pad):
12425         * gst/rtpmanager/gstrtpbin.h:
12426         * gst/rtpmanager/gstrtpclient.c:
12427         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
12428         (gst_rtp_session_init), (gst_rtp_session_finalize),
12429         (gst_rtp_session_event_recv_rtp_sink),
12430         (gst_rtp_session_event_recv_rtcp_sink),
12431         (gst_rtp_session_chain_recv_rtcp),
12432         (gst_rtp_session_request_new_pad):
12433         Protect lists and structures with locks.
12434         Return FLOW_OK from RTCP messages for now.
12435
12436 2007-04-12  Wim Taymans  <wim@fluendo.com>
12437
12438         * gst/qtdemux/qtdemux.c:
12439         Make timescale 32 bits again so we don't screw up the pts_offset
12440         calculations.
12441
12442 2007-04-12  Wim Taymans  <wim@fluendo.com>
12443
12444         * gst/rtpmanager/gstrtpbin.c: (create_session), (get_pt_map),
12445         (create_stream), (gst_rtp_bin_class_init), (pt_map_requested):
12446         Emit pt map requests and cache results.
12447
12448         * gst/rtpmanager/gstrtpjitterbuffer.c:
12449         (gst_rtp_jitter_buffer_class_init),
12450         (gst_jitter_buffer_sink_parse_caps),
12451         (gst_jitter_buffer_sink_setcaps),
12452         (gst_rtp_jitter_buffer_get_clock_rate),
12453         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
12454         * gst/rtpmanager/gstrtpjitterbuffer.h:
12455         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_chain):
12456         Emit request-pt-map signals.
12457
12458 2007-04-11  Wim Taymans  <wim@fluendo.com>
12459
12460         * gst/rtpmanager/gstrtpbin-marshal.list:
12461         Some more custom marshallers.
12462
12463         * gst/rtpmanager/gstrtpbin.c: (create_session), (get_pt_map),
12464         (clock_rate_request), (create_stream), (gst_rtp_bin_class_init),
12465         (pt_map_requested), (new_ssrc_pad_found), (create_recv_rtp):
12466         * gst/rtpmanager/gstrtpbin.h:
12467         Prepare for caching pt maps.
12468         Connect to signals to collect pt maps.
12469
12470         * gst/rtpmanager/gstrtpjitterbuffer.c:
12471         (gst_rtp_jitter_buffer_class_init),
12472         (gst_jitter_buffer_sink_setcaps), (gst_rtp_jitter_buffer_loop):
12473         * gst/rtpmanager/gstrtpjitterbuffer.h:
12474         Add request_clock_rate signal.
12475         Use scale insteat of scale_int because the later does not deal with
12476         negative numbers.
12477
12478         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_class_init),
12479         (gst_rtp_pt_demux_chain):
12480         * gst/rtpmanager/gstrtpptdemux.h:
12481         Implement request-pt-map signal.
12482
12483 2007-04-11  Wim Taymans  <wim@fluendo.com>
12484
12485         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
12486         (qtdemux_parse_samples), (qtdemux_parse_segments),
12487         (qtdemux_parse_trak), (qtdemux_parse_tree):
12488         * gst/qtdemux/qtdemux_dump.c: (qtdemux_dump_mdhd):
12489         Handle version 1 mdhd atoms to get extended precision durations.
12490         Fixes #426972.
12491
12492 2007-04-10  Wim Taymans  <wim@fluendo.com>
12493
12494         * gst/rtpmanager/.cvsignore:
12495         * gst/rtpmanager/Makefile.am:
12496         * gst/rtpmanager/gstrtpbin-marshal.list:
12497         Added custom marshallers for signals.
12498
12499         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_class_init):
12500         * gst/rtpmanager/gstrtpbin.h:
12501         Prepare for emiting pt map signals.
12502
12503         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_class_init):
12504         * gst/rtpmanager/gstrtpssrcdemux.c:
12505         (gst_rtp_ssrc_demux_class_init):
12506         Fix signals.
12507
12508 2007-04-06  Wim Taymans  <wim@fluendo.com>
12509
12510         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_class_init),
12511         (gst_rtp_bin_init), (gst_rtp_bin_provide_clock):
12512         * gst/rtpmanager/gstrtpbin.h:
12513         Provide a clock.
12514
12515 2007-04-06  Wim Taymans  <wim@fluendo.com>
12516
12517         * gst/rtpmanager/gstrtpbin.c: (create_rtcp):
12518         Fix pad template name parsing.
12519
12520 2007-04-05  Wim Taymans  <wim@fluendo.com>
12521
12522         * gst/rtpmanager/gstrtpjitterbuffer.c:
12523         (gst_jitter_buffer_sink_setcaps), (gst_rtp_jitter_buffer_chain),
12524         (gst_rtp_jitter_buffer_loop):
12525         Add some debug and comments.
12526         Fix double unref() in error cases.
12527
12528 2007-04-05  Wim Taymans  <wim@fluendo.com>
12529
12530         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
12531         (gst_rtp_xqt_depay_change_state):
12532         * gst/qtdemux/gstrtpxqtdepay.h:
12533         Try to recover from packet loss a little better.
12534
12535 2007-04-05  Wim Taymans  <wim@fluendo.com>
12536
12537         * gst/rtpmanager/gstrtpbin.c: (find_session_by_id),
12538         (create_session), (find_stream_by_ssrc), (create_stream),
12539         (gst_rtp_bin_class_init), (new_payload_found),
12540         (new_ssrc_pad_found), (create_recv_rtp), (create_recv_rtcp),
12541         (create_send_rtp), (create_rtcp):
12542         * gst/rtpmanager/gstrtpbin.h:
12543         Add debugging category.
12544         Added RTPStream to manage stream per SSRC, each with its own
12545         jitterbuffer and ptdemux.
12546         Added SSRCDemux.
12547         Connect to various SSRC and PT signals and create ghostpads, link stuff.
12548
12549
12550         * gst/rtpmanager/gstrtpmanager.c: (plugin_init):
12551         Added rtpbin to elements.
12552
12553         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_chain):
12554         Fix caps and forward GstFlowReturn
12555
12556         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
12557         (gst_rtp_session_event_recv_rtp_sink),
12558         (gst_rtp_session_chain_recv_rtp),
12559         (gst_rtp_session_event_recv_rtcp_sink),
12560         (gst_rtp_session_chain_recv_rtcp),
12561         (gst_rtp_session_event_send_rtp_sink),
12562         (gst_rtp_session_chain_send_rtp), (create_recv_rtp_sink),
12563         (create_recv_rtcp_sink), (create_send_rtp_sink), (create_rtcp_src),
12564         (gst_rtp_session_request_new_pad):
12565         Add debug category.
12566         Add event handling
12567
12568         * gst/rtpmanager/gstrtpssrcdemux.c: (find_rtp_pad_for_ssrc),
12569         (create_rtp_pad_for_ssrc), (gst_rtp_ssrc_demux_class_init),
12570         (gst_rtp_ssrc_demux_init), (gst_rtp_ssrc_demux_chain),
12571         (gst_rtp_ssrc_demux_change_state):
12572         * gst/rtpmanager/gstrtpssrcdemux.h:
12573         Add debug category.
12574         Add new-pt-pad signal.
12575
12576 2007-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12577
12578         submitted by: Mogens Jaeger <mogens@jaeger.tf>
12579
12580         * po/LINGUAS:
12581         * po/da.po:
12582           Added Danish translation.
12583
12584 2007-04-04  Wim Taymans  <wim@fluendo.com>
12585
12586         * gst/rtpmanager/Makefile.am:
12587         * gst/rtpmanager/gstrtpmanager.c: (plugin_init):
12588         * gst/rtpmanager/gstrtpssrcdemux.c: (find_pad_for_ssrc),
12589         (create_pad_for_ssrc), (gst_rtp_ssrc_demux_base_init),
12590         (gst_rtp_ssrc_demux_class_init), (gst_rtp_ssrc_demux_init),
12591         (gst_rtp_ssrc_demux_finalize), (gst_rtp_ssrc_demux_sink_event),
12592         (gst_rtp_ssrc_demux_chain), (gst_rtp_ssrc_demux_src_event),
12593         (gst_rtp_ssrc_demux_change_state):
12594         * gst/rtpmanager/gstrtpssrcdemux.h:
12595         Added simple SSRC demuxer.
12596
12597 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
12598
12599         * ext/jack/gstjackaudiosink.c: (gst_jack_ring_buffer_open_device),
12600         (gst_jack_ring_buffer_acquire):
12601           Try t better name clients. properly handle return codes when re-
12602           establishing links.
12603
12604 2007-04-03  David Schleef  <ds@schleef.org>
12605
12606         * sys/glsink/glimagesink.c:
12607           Fix handling of video/x-raw-yuv.  Add overlay handling.
12608
12609 2007-04-03  Wim Taymans  <wim@fluendo.com>
12610
12611         * gst/rtpmanager/gstrtpbin.c: (find_session_by_id),
12612         (create_session), (gst_rtp_bin_base_init), (create_recv_rtp),
12613         (create_recv_rtcp), (create_send_rtp), (create_rtcp),
12614         (gst_rtp_bin_request_new_pad):
12615         * gst/rtpmanager/gstrtpbin.h:
12616         * gst/rtpmanager/gstrtpclient.c:
12617         Some more ghostpad magic.
12618
12619 2007-04-03  Wim Taymans  <wim@fluendo.com>
12620
12621         * gst/rtpmanager/Makefile.am:
12622         Add .h file so it can be disted properly.
12623
12624 2007-04-03  Wim Taymans  <wim@fluendo.com>
12625
12626         * configure.ac:
12627         * gst/rtpmanager/Makefile.am:
12628         * gst/rtpmanager/async_jitter_queue.c: (async_jitter_queue_new),
12629         (signal_waiting_threads), (async_jitter_queue_ref),
12630         (async_jitter_queue_ref_unlocked),
12631         (async_jitter_queue_set_low_threshold),
12632         (async_jitter_queue_set_high_threshold),
12633         (async_jitter_queue_set_max_queue_length),
12634         (async_jitter_queue_get_g_queue), (calculate_ts_diff),
12635         (async_jitter_queue_length_ts_units_unlocked),
12636         (async_jitter_queue_unref_and_unlock), (async_jitter_queue_unref),
12637         (async_jitter_queue_lock), (async_jitter_queue_unlock),
12638         (async_jitter_queue_push), (async_jitter_queue_push_unlocked),
12639         (async_jitter_queue_push_sorted),
12640         (async_jitter_queue_push_sorted_unlocked),
12641         (async_jitter_queue_insert_after_unlocked),
12642         (async_jitter_queue_pop_intern_unlocked), (async_jitter_queue_pop),
12643         (async_jitter_queue_pop_unlocked), (async_jitter_queue_length),
12644         (async_jitter_queue_length_unlocked),
12645         (async_jitter_queue_set_flushing_unlocked),
12646         (async_jitter_queue_unset_flushing_unlocked),
12647         (async_jitter_queue_set_blocking_unlocked):
12648         * gst/rtpmanager/async_jitter_queue.h:
12649         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_base_init),
12650         (gst_rtp_bin_class_init), (gst_rtp_bin_init),
12651         (gst_rtp_bin_finalize), (gst_rtp_bin_set_property),
12652         (gst_rtp_bin_get_property), (gst_rtp_bin_change_state),
12653         (gst_rtp_bin_request_new_pad), (gst_rtp_bin_release_pad):
12654         * gst/rtpmanager/gstrtpbin.h:
12655         * gst/rtpmanager/gstrtpclient.c: (new_pad), (create_stream),
12656         (free_stream), (find_stream_by_ssrc), (gst_rtp_client_base_init),
12657         (gst_rtp_client_class_init), (gst_rtp_client_init),
12658         (gst_rtp_client_finalize), (gst_rtp_client_set_property),
12659         (gst_rtp_client_get_property), (gst_rtp_client_change_state),
12660         (gst_rtp_client_request_new_pad), (gst_rtp_client_release_pad):
12661         * gst/rtpmanager/gstrtpclient.h:
12662         * gst/rtpmanager/gstrtpjitterbuffer.c:
12663         (gst_rtp_jitter_buffer_base_init),
12664         (gst_rtp_jitter_buffer_class_init), (gst_rtp_jitter_buffer_init),
12665         (gst_rtp_jitter_buffer_dispose), (gst_rtp_jitter_buffer_getcaps),
12666         (gst_jitter_buffer_sink_setcaps), (free_func),
12667         (gst_rtp_jitter_buffer_flush_start),
12668         (gst_rtp_jitter_buffer_flush_stop),
12669         (gst_rtp_jitter_buffer_src_activate_push),
12670         (gst_rtp_jitter_buffer_change_state), (priv_compare_rtp_seq_lt),
12671         (compare_rtp_buffers_seq_num), (gst_rtp_jitter_buffer_sink_event),
12672         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop),
12673         (gst_rtp_jitter_buffer_query),
12674         (gst_rtp_jitter_buffer_set_property),
12675         (gst_rtp_jitter_buffer_get_property):
12676         * gst/rtpmanager/gstrtpjitterbuffer.h:
12677         * gst/rtpmanager/gstrtpmanager.c: (plugin_init):
12678         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_base_init),
12679         (gst_rtp_pt_demux_class_init), (gst_rtp_pt_demux_init),
12680         (gst_rtp_pt_demux_finalize), (gst_rtp_pt_demux_chain),
12681         (gst_rtp_pt_demux_getcaps), (find_pad_for_pt),
12682         (gst_rtp_pt_demux_setup), (gst_rtp_pt_demux_release),
12683         (gst_rtp_pt_demux_change_state):
12684         * gst/rtpmanager/gstrtpptdemux.h:
12685         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_base_init),
12686         (gst_rtp_session_class_init), (gst_rtp_session_init),
12687         (gst_rtp_session_finalize), (gst_rtp_session_set_property),
12688         (gst_rtp_session_get_property), (gst_rtp_session_change_state),
12689         (gst_rtp_session_chain_recv_rtp),
12690         (gst_rtp_session_chain_recv_rtcp),
12691         (gst_rtp_session_chain_send_rtp), (create_recv_rtp_sink),
12692         (create_recv_rtcp_sink), (create_send_rtp_sink), (create_rtcp_src),
12693         (gst_rtp_session_request_new_pad), (gst_rtp_session_release_pad):
12694         * gst/rtpmanager/gstrtpsession.h:
12695         Add RTP session management elements. Still in progress.
12696
12697 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
12698
12699         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
12700         (gst_wavpack_dec_init), (gst_wavpack_dec_sink_set_caps),
12701         (gst_wavpack_dec_clip_outgoing_buffer),
12702         (gst_wavpack_dec_post_tags), (gst_wavpack_dec_chain):
12703         * ext/wavpack/gstwavpackdec.h:
12704         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
12705         (gst_wavpack_enc_sink_set_caps), (gst_wavpack_enc_set_wp_config),
12706         (gst_wavpack_enc_chain):
12707         * ext/wavpack/gstwavpackenc.h:
12708         * ext/wavpack/gstwavpackparse.c:
12709         Don't play audioconvert. As wavpack wants/outputs all samples with
12710         width==32 and depth=[1,32] accept this and let audioconvert convert
12711         to accepted formats instead of doing it in the element for n*8 depths.
12712         This also adds support for non-n*8 depths and prevents some useless
12713         memory allocations. Fixes #421598
12714         Also add a workaround for bug #421542 in wavpackenc for now...
12715         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
12716         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
12717         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
12718         Consider the change above in the unit tests and test if the correct
12719         caps are accepted and set. Also check for GST_BUFFER_OFFSET_END in
12720         the wavpackparse unit test.
12721
12722         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_init),
12723         (gst_wavpack_dec_sink_set_caps):
12724         Set caps on the src pad as soon as possible.
12725
12726         * ext/wavpack/gstwavpackdec.h:
12727         * ext/wavpack/gstwavpackcommon.h:
12728         * ext/wavpack/gstwavpackenc.h:
12729         * ext/wavpack/gstwavpackparse.h:
12730         Fix indention. gst-indent is now called by cicl.
12731
12732 2007-03-28  Edward Hervey  <edward@fluendo.com>
12733
12734         * gst/qtdemux/qtdemux.c: (gst_qtdemux_prepare_current_sample),
12735         (gst_qtdemux_chain), (qtdemux_parse_samples):
12736         * gst/qtdemux/qtdemux_dump.c: (qtdemux_dump_ctts):
12737         * gst/qtdemux/qtdemux_dump.h:
12738         * gst/qtdemux/qtdemux_fourcc.h:
12739         * gst/qtdemux/qtdemux_types.c:
12740         Process 'ctts' atoms, which are present in AVC ISO files (.mov files
12741         with h264 video).
12742         Use the offset present in 'ctts' to calculate the PTS for each packet
12743         and set the PTS on outgoing buffers.
12744         Fixes #423283
12745
12746 2007-03-27  Julien MOUTTE  <julien@moutte.net>
12747
12748         * ext/xvid/gstxviddec.c: (gst_xviddec_chain): Add some
12749         debug log and fix a stupid output buffer duration bug.
12750
12751 2007-03-25  Tim-Philipp Müller  <tim at centricular dot net>
12752
12753         Patch by: Michal Benes <michal.benes at itonis tv>
12754         Patch by: Josef Zlomek <josef.zlomek at itonis tv>
12755
12756         * configure.ac:
12757         * ext/Makefile.am:
12758         * ext/x264/Makefile.am:
12759         * ext/x264/gstx264enc.c: (gst_x264_enc_me_get_type),
12760         (gst_x264_enc_analyse_get_type),
12761         (gst_x264_enc_timestamp_queue_init),
12762         (gst_x264_enc_timestamp_queue_free),
12763         (gst_x264_enc_timestamp_queue_put),
12764         (gst_x264_enc_timestamp_queue_get), (gst_x264_enc_header_buf),
12765         (gst_x264_enc_set_src_caps), (gst_x264_enc_sink_set_caps),
12766         (gst_x264_enc_base_init), (gst_x264_enc_class_init),
12767         (gst_x264_enc_init), (gst_x264_enc_init_encoder),
12768         (gst_x264_enc_close_encoder), (gst_x264_enc_dispose),
12769         (gst_x264_enc_sink_event), (gst_x264_enc_chain),
12770         (gst_x264_enc_encode_frame), (gst_x264_enc_change_state),
12771         (gst_x264_enc_set_property), (gst_x264_enc_get_property),
12772         (plugin_init):
12773         * ext/x264/gstx264enc.h:
12774           Add libx264-based h264 encoder plugin (#421110). Probably doesn't
12775           handle 'odd' widths and heights correctly yet.
12776
12777 2007-03-24  Tim-Philipp Müller  <tim at centricular dot net>
12778
12779         * gst/interleave/deinterleave.c: (gst_deinterleave_sink_setcaps):
12780           Remove 'channel-positions' field when munging input caps into
12781           1-channel output caps (I guess technically we should set the
12782           position for each channel on the output caps if it's non-NONE,
12783           but I'll save that as a task for another day).
12784
12785 2007-03-23  Michael Smith  <msmith@fluendo.com>
12786
12787         * gst/vmnc/vmncdec.c: (gst_vmnc_dec_class_init),
12788         (gst_vmnc_dec_init), (vmnc_dec_finalize), (gst_vmnc_dec_reset),
12789         (vmnc_handle_wmvi_rectangle), (render_colour_cursor),
12790         (render_cursor), (vmnc_make_buffer), (vmnc_handle_wmvd_rectangle),
12791         (vmnc_handle_wmve_rectangle), (vmnc_handle_wmvf_rectangle),
12792         (vmnc_handle_wmvg_rectangle), (vmnc_handle_wmvh_rectangle),
12793         (vmnc_handle_wmvj_rectangle), (render_raw_tile), (render_subrect),
12794         (vmnc_handle_raw_rectangle), (vmnc_handle_copy_rectangle),
12795         (vmnc_handle_hextile_rectangle), (vmnc_handle_packet),
12796         (vmnc_dec_setcaps), (vmnc_dec_chain_frame), (vmnc_dec_chain),
12797         (vmnc_dec_set_property), (vmnc_dec_get_property):
12798           Redesign to include a parser for raw files (no timestamps in that
12799           mode yet, though).
12800
12801 2007-03-22  Tim-Philipp Müller  <tim at centricular dot net>
12802
12803         * gst/interleave/deinterleave.c: (gst_deinterleave_add_new_pads),
12804         (gst_deinterleave_remove_pads), (gst_deinterleave_process),
12805         (gst_deinterleave_chain):
12806           Don't leak input buffer in chain function; maintain our own list of
12807           source pads - there are no guarantees about the order of the list
12808           in the GstElement struct, and we want a very specific order; lastly,
12809           some more debugging.
12810
12811 2007-03-22  Tim-Philipp Müller  <tim at centricular dot net>
12812
12813         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_init):
12814           Alloc user agent string only once.
12815
12816 2007-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
12817
12818         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_plugin_init):
12819         Revert last commit, preventing infinite plugging loops with ranks
12820         is no clean solution and in general there's no reason why one wants
12821         to parse framed wavpack data again.
12822
12823 2007-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
12824
12825         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_push_block):
12826         Send the new segment event in time format instead of bytes. This
12827         allows "wavpackenc ! wavpackdec ! someaudiosink" pipelines.
12828
12829         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_plugin_init):
12830         Accept framed and non-framed input, wavpackparse doesn't care. To
12831         prevent "wavpackparse ! wavpackparse ! ..." pipelines lower the
12832         rank of wavpackparse by one. This allows "wavpackenc ! wavpackparse !
12833         ..." pipelines.
12834
12835 2007-03-22  Thomas Vander Stichele  <thomas at apestaart dot org>
12836
12837         * gst-libs/gst/app/Makefile.am:
12838           Use GST_ALL_LDFLAGS, which actually exists, but maybe David
12839           can confirm that was what he wanted.
12840
12841 2007-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
12842
12843         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
12844         Revert to use gst_pad_alloc_buffer() here. We can and should use it.
12845         Thanks to Jan and Mike for noticing my mistake.
12846
12847 2007-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
12848
12849         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_class_init),
12850         (gst_wavpack_enc_init), (gst_wavpack_enc_chain),
12851         (gst_wavpack_enc_rewrite_first_block):
12852         * ext/wavpack/gstwavpackenc.h:
12853         Put the write helpers into the GstWavpackEnc struct directly and not
12854         as a pointer to save two small, but useless mallocs. This also makes
12855         it possible to drop the finalize method.
12856         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_push_buffer):
12857         For consistency reasons also set GST_BUFFER_OFFSET_END on the outgoing
12858         buffers the same way wavpackenc does it.
12859
12860 2007-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
12861
12862         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
12863         Don't use gst_pad_alloc_buffer() as we might clip the buffer later and
12864         BaseTransform-based elements will likely break because of wrong
12865         unit-size. Also plug a possible memleak that happens when decoding
12866         fails for some reason.
12867
12868 2007-03-18  Wim Taymans  <wim@fluendo.com>
12869
12870         Based on patch by: Paul Davis <paul at linuxaudiosystems dot com>
12871
12872         * ext/jack/gstjackaudioclient.c: (gst_jack_audio_unref_connection):
12873         Don't need to take the connection lock, it will not be used and could
12874         cause deadlocks.
12875
12876 2007-03-16  Edward Hervey  <edward@fluendo.com>
12877
12878         * sys/osxvideo/osxvideosink.m:
12879         Fix previous commit, we want to pass the NSView in the message.
12880
12881 2007-03-16  Edward Hervey  <edward@fluendo.com>
12882
12883         * sys/osxvideo/osxvideosink.m:
12884         Emit 'have-ns-view' message when working in embedded mode. The message
12885         will contain a pointer to the newly created NSView.
12886
12887 2007-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
12888
12889         * gst/mpegvideoparse/mpegpacketiser.c: (mpeg_util_find_start_code),
12890         (collect_packets), (set_par_from_dar), (set_fps_from_code),
12891         (mpeg_util_parse_extension_packet), (mpeg_util_parse_sequence_hdr),
12892         (mpeg_util_parse_picture_hdr):
12893         * gst/mpegvideoparse/mpegpacketiser.h:
12894         * gst/mpegvideoparse/mpegvideoparse.c:
12895         (mpegvideoparse_handle_sequence), (mpegvideoparse_handle_picture),
12896         (mpegvideoparse_drain_avail), (gst_mpegvideoparse_chain),
12897         (mpv_parse_sink_event), (plugin_init):
12898         * gst/mpegvideoparse/mpegvideoparse.h:
12899         Move the MPEG specific byte parsing into the mpegpacketiser code.
12900
12901         Add parsing of picture types, that just feeds into a debug message
12902         for now.
12903
12904         Fix some 64-bit format strings.
12905
12906 2007-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
12907
12908         * gst/mpegaudioparse:
12909         Remove empty dir.
12910
12911 2007-03-16  Stefan Kost  <ensonic@users.sf.net>
12912
12913         * gst/equalizer/gstiirequalizer10bands.c:
12914         (gst_iir_equalizer_10bands_init):
12915           A 10 band EQ should be initialized to 10 bands and not to 3.
12916
12917 2007-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
12918
12919         * configure.ac:
12920         * gst/mpeg1videoparse/Makefile.am:
12921         * gst/mpeg1videoparse/gstmp1videoparse.c:
12922         * gst/mpeg1videoparse/gstmp1videoparse.h:
12923         * gst/mpeg1videoparse/mp1videoparse.vcproj:
12924         * gst/mpegvideoparse/Makefile.am:
12925         * gst/mpegvideoparse/mpegpacketiser.c: (mpeg_packetiser_init),
12926         (mpeg_packetiser_free), (mpeg_packetiser_add_buf),
12927         (mpeg_packetiser_flush), (mpeg_find_start_code),
12928         (get_next_free_block), (complete_current_block),
12929         (append_to_current_block), (start_new_block), (handle_packet),
12930         (collect_packets), (mpeg_packetiser_handle_eos),
12931         (mpeg_packetiser_get_block), (mpeg_packetiser_next_block):
12932         * gst/mpegvideoparse/mpegpacketiser.h:
12933         * gst/mpegvideoparse/mpegvideoparse.c: (mpegvideoparse_get_type),
12934         (gst_mpegvideoparse_base_init), (gst_mpegvideoparse_class_init),
12935         (mpv_parse_reset), (gst_mpegvideoparse_init),
12936         (gst_mpegvideoparse_dispose), (set_par_from_dar),
12937         (set_fps_from_code), (mpegvideoparse_parse_seq),
12938         (gst_mpegvideoparse_time_code), (gst_mpegvideoparse_flush),
12939         (mpegvideoparse_drain_avail), (gst_mpegvideoparse_chain),
12940         (mpv_parse_sink_event), (gst_mpegvideoparse_change_state),
12941         (plugin_init):
12942         * gst/mpegvideoparse/mpegvideoparse.h:
12943         * gst/mpegvideoparse/mpegvideoparse.vcproj:
12944         Port mpeg1videoparse to 0.10 and give it rank SECONDARY-1, so
12945         that it's below existing decoders.
12946         
12947         Rename it to mpegvideoparse to reflect that it handles MPEG-1 and
12948         MPEG-2 now.
12949
12950         Re-write the parsing code so that it collects packets differently
12951         and timestamps Picture packets correctly.
12952
12953         Add a list of FIXME's at the top.
12954
12955 2007-03-14  Stefan Kost  <ensonic@users.sf.net>
12956
12957         * tests/icles/equalizer-test.c: (equalizer_set_band_value),
12958         (equalizer_set_all_band_values),
12959         (equalizer_set_band_value_and_wait),
12960         (equalizer_set_all_band_values_and_wait), (do_slider_fiddling),
12961         (main):
12962           Port the example to new equalizer api.
12963
12964 2007-03-14  Edward Hervey  <edward@fluendo.com>
12965
12966         * sys/osxvideo/cocoawindow.h:
12967         * sys/osxvideo/cocoawindow.m:
12968         * sys/osxvideo/osxvideosink.h:
12969         * sys/osxvideo/osxvideosink.m:
12970         Fix leaks when running a NSApp.
12971         Accept any kind of resolutions.
12972         Works in fullscreen. Can maximize.
12973         Only thing left before being able to move this to -good is documentation
12974         and embedded window support.
12975
12976 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12977
12978         * po/hu.po:
12979         * po/it.po:
12980         * po/sv.po:
12981           Updated translations.
12982
12983 2007-03-14  Stefan Kost  <ensonic@users.sf.net>
12984
12985         * gst/equalizer/Makefile.am:
12986         * gst/equalizer/gstiirequalizer.c: (_do_init),
12987         (gst_iir_equalizer_band_set_property),
12988         (gst_iir_equalizer_band_class_init),
12989         (gst_iir_equalizer_band_get_type),
12990         (gst_iir_equalizer_child_proxy_get_child_by_index),
12991         (gst_iir_equalizer_child_proxy_get_children_count),
12992         (gst_iir_equalizer_child_proxy_interface_init), (setup_filter),
12993         (gst_iir_equalizer_compute_frequencies),
12994         (gst_iir_equalizer_transform_ip), (plugin_init):
12995         * gst/equalizer/gstiirequalizer10bands.c:
12996         (gst_iir_equalizer_10bands_base_init),
12997         (gst_iir_equalizer_10bands_class_init),
12998         (gst_iir_equalizer_10bands_init),
12999         (gst_iir_equalizer_10bands_set_property),
13000         (gst_iir_equalizer_10bands_get_property):
13001         * gst/equalizer/gstiirequalizer10bands.h:
13002         * gst/equalizer/gstiirequalizer3bands.c:
13003         (gst_iir_equalizer_3bands_base_init),
13004         (gst_iir_equalizer_3bands_class_init),
13005         (gst_iir_equalizer_3bands_init),
13006         (gst_iir_equalizer_3bands_set_property),
13007         (gst_iir_equalizer_3bands_get_property):
13008         * gst/equalizer/gstiirequalizer3bands.h:
13009         * gst/equalizer/gstiirequalizernbands.c:
13010         (gst_iir_equalizer_nbands_base_init),
13011         (gst_iir_equalizer_nbands_init):
13012           Add 3 and 10 band version and add missing gst_object_sync_values.
13013
13014         * gst/spectrum/gstspectrum.c: (gst_spectrum_event),
13015         (gst_spectrum_transform_ip):
13016           Add some comments about float support.
13017
13018 2007-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
13019
13020         * gst/mpegaudioparse/Makefile.am:
13021         * gst/mpegaudioparse/gstmpegaudioparse.c:
13022         * gst/mpegaudioparse/gstmpegaudioparse.h:
13023         * gst/mpegaudioparse/mpegaudioparse.vcproj:
13024         Remove bogus 2nd copy of mp3parse - it's actually
13025         in -ugly.
13026
13027 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
13028
13029         * examples/app/.cvsignore:
13030         The buildbot demands .cvsignore files, and I comply.
13031
13032 2007-03-11  Sebastien Moutte  <sebastien@moutte.net>
13033
13034         * sys/directdraw/gstdirectdrawsink.c:
13035         * sys/directdraw/gstdirectdrawsink.h:
13036         Handle display mode changes during playback.
13037
13038 2007-03-10  David Schleef  <ds@schleef.org>
13039
13040         * configure.ac:
13041         * examples/Makefile.am:
13042         * examples/app/Makefile.am:
13043         * examples/app/appsrc_ex.c:
13044           Add appsrc/appsink example.
13045         * gst-libs/gst/app/Makefile.am:
13046         * gst-libs/gst/app/gstapp.c:
13047         * gst-libs/gst/app/gstappsink.c:
13048         * gst-libs/gst/app/gstappsink.h:
13049         * gst/app/gstapp.c:
13050           Add appsink.
13051
13052 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
13053
13054         * ext/nas/nassink.c: (NAS_createFlow):
13055         * ext/sndfile/gstsfsrc.c: (gst_sf_src_create):
13056           Printf format string fixes.
13057
13058 2007-03-09  Stefan Kost  <ensonic@users.sf.net>
13059
13060         * gst/equalizer/Makefile.am:
13061         * gst/equalizer/gstiirequalizer.c: (_do_init),
13062         (gst_iir_equalizer_band_set_property),
13063         (gst_iir_equalizer_band_get_property),
13064         (gst_iir_equalizer_band_class_init),
13065         (gst_iir_equalizer_band_get_type),
13066         (gst_iir_equalizer_child_proxy_get_child_by_index),
13067         (gst_iir_equalizer_child_proxy_get_children_count),
13068         (gst_iir_equalizer_child_proxy_interface_init),
13069         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
13070         (gst_iir_equalizer_finalize), (setup_filter),
13071         (gst_iir_equalizer_compute_frequencies),
13072         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
13073         (gst_iir_equalizer_setup), (plugin_init):
13074         * gst/equalizer/gstiirequalizer.h:
13075         * gst/equalizer/gstiirequalizernbands.c:
13076         (gst_iir_equalizer_nbands_base_init),
13077         (gst_iir_equalizer_nbands_class_init),
13078         (gst_iir_equalizer_nbands_init),
13079         (gst_iir_equalizer_nbands_set_property),
13080         (gst_iir_equalizer_nbands_get_property):
13081         * gst/equalizer/gstiirequalizernbands.h:
13082           Refactor plugin into a base class and a first subclass (nband eq). The
13083           nband eq uses GstChildProxy and is controlable. More subclasses will
13084           follow.
13085
13086 2007-03-08  Wim Taymans  <wim@fluendo.com>
13087
13088         Includes patch by: Paul Davis <paul at linuxaudiosystems dot com>
13089
13090         * ext/jack/Makefile.am:
13091         * ext/jack/gstjackaudioclient.c: (gst_jack_audio_client_init),
13092         (jack_process_cb), (jack_sample_rate_cb), (jack_buffer_size_cb),
13093         (jack_shutdown_cb), (connection_find),
13094         (gst_jack_audio_make_connection), (gst_jack_audio_get_connection),
13095         (gst_jack_audio_unref_connection),
13096         (gst_jack_audio_connection_add_client),
13097         (gst_jack_audio_connection_remove_client),
13098         (gst_jack_audio_client_new), (gst_jack_audio_client_free),
13099         (gst_jack_audio_client_get_client),
13100         (gst_jack_audio_client_set_active):
13101         * ext/jack/gstjackaudioclient.h:
13102         Make an object to manage client connections to the jack server which we
13103         will use in the future to run selected jack elements with the same jack
13104         connection.
13105         Make some stuff a bit more threadsafe.
13106         Activate the jack client ASAP.
13107
13108         * ext/jack/gstjackaudiosink.c:
13109         (gst_jack_audio_sink_allocate_channels),
13110         (gst_jack_audio_sink_free_channels), (jack_process_cb),
13111         (gst_jack_ring_buffer_open_device),
13112         (gst_jack_ring_buffer_close_device),
13113         (gst_jack_ring_buffer_acquire), (gst_jack_ring_buffer_release),
13114         (gst_jack_audio_sink_class_init), (gst_jack_audio_sink_init),
13115         (gst_jack_audio_sink_getcaps):
13116         * ext/jack/gstjackaudiosink.h:
13117         Use new client object to manage connections.
13118         Don't remove and recreate all ports, try to reuse them.
13119
13120 2007-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
13121
13122         * ext/wavpack/gstwavpack.c: (plugin_init):
13123         * ext/wavpack/gstwavpackcommon.c:
13124           Use a general wavpack debug category for common code.
13125         * ext/wavpack/gstwavpackstreamreader.c:
13126         (gst_wavpack_stream_reader_set_pos_abs),
13127         (gst_wavpack_stream_reader_set_pos_rel),
13128         (gst_wavpack_stream_reader_write_bytes):
13129           Use the general wavpack debug category here too and add debug
13130           output to the functions that should not be called at all by
13131           the wavpack library.
13132         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_plugin_init):
13133         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_plugin_init):
13134         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_plugin_init):
13135           Change debugging category names to conform to the conventions.
13136
13137 2007-03-07  Edward Hervey  <edward@fluendo.com>
13138
13139         * gst/qtdemux/qtdemux.c:
13140         * gst/qtdemux/qtdemux.h:
13141         Share qtdemux debug category across all files, otherwise all debugging
13142         in files other than qtdemux.c would end up in the default category.
13143
13144 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
13145
13146         * gst/spectrum/gstspectrum.c: (gst_spectrum_start),
13147         (gst_spectrum_event), (gst_spectrum_transform_ip):
13148         * gst/spectrum/gstspectrum.h:
13149           One FIXME less, by resolving message timestamps against the playback
13150           segment.
13151
13152 2007-03-06  Wim Taymans  <wim@fluendo.com>
13153
13154         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
13155         (gst_spectrum_init), (gst_spectrum_set_property),
13156         (gst_spectrum_transform_ip):
13157         Fix and cleanup default property values.
13158         Add FIXMEs for stuff that looks rather wrong.
13159
13160 2007-03-05  Stefan Kost  <ensonic@users.sf.net>
13161
13162         * gst/spectrum/demo-audiotest.c: (message_handler):
13163         * gst/spectrum/demo-osssrc.c: (message_handler):
13164           Remove two obsolete and confusing comments.
13165
13166 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
13167
13168         * ext/nas/nassink.c: (gst_nas_sink_class_init),
13169         (gst_nas_sink_init), (gst_nas_sink_getcaps),
13170         (gst_nas_sink_unprepare):
13171           Some more cleanups/changes; use boilerplate macro.
13172
13173 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
13174
13175         * ext/nas/Makefile.am:
13176         * ext/nas/README:
13177         * ext/nas/nassink.c: (gst_nas_sink_get_type),
13178         (gst_nas_sink_base_init), (gst_nas_sink_class_init),
13179         (gst_nas_sink_init), (gst_nas_sink_finalize),
13180         (gst_nas_sink_getcaps), (gst_nas_sink_prepare),
13181         (gst_nas_sink_unprepare), (gst_nas_sink_delay),
13182         (gst_nas_sink_reset), (gst_nas_sink_write),
13183         (gst_nas_sink_set_property), (gst_nas_sink_get_property),
13184         (gst_nas_sink_open), (gst_nas_sink_close), (NAS_flush),
13185         (NAS_sendData), (NAS_EventHandler), (gst_nas_sink_sink_get_format),
13186         (NAS_createFlow), (plugin_init):
13187         * ext/nas/nassink.h:
13188           Bunch of nassink clean-ups: make build by adding the right CFLAGS
13189           and LIBS to Makefile.am; rename structure, macros and functions
13190           according to canonical naming scheme; move some things around a bit;
13191           use GST_CAT_DEFAULT instead of GST_CAT_* everywhere; remove README
13192           file that didn't really contain any useful information anyway (the
13193           useful bits have been moved into the 'host' property description).
13194
13195 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
13196
13197         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_finalize):
13198         Chain up in finalize.
13199
13200 2007-03-03  Michael Smith  <msmith@fluendo.com>
13201
13202         * configure.ac:
13203         * gst/vmnc/Makefile.am:
13204           Fix up dist.
13205
13206 2007-03-03  Michael Smith  <msmith@fluendo.com>
13207
13208         * configure.ac:
13209         * gst/vmnc/Makefile.am:
13210         * gst/vmnc/vmncdec.c: (gst_vmnc_dec_base_init),
13211         (gst_vmnc_dec_class_init), (gst_vmnc_dec_init),
13212         (gst_vmnc_dec_reset), (vmnc_handle_wmvi_rectangle),
13213         (render_colour_cursor), (render_cursor), (vmnc_make_buffer),
13214         (vmnc_handle_wmvd_rectangle), (vmnc_handle_wmve_rectangle),
13215         (vmnc_handle_wmvf_rectangle), (vmnc_handle_wmvg_rectangle),
13216         (vmnc_handle_wmvh_rectangle), (vmnc_handle_wmvj_rectangle),
13217         (render_raw_tile), (render_subrect), (vmnc_handle_raw_rectangle),
13218         (vmnc_handle_hextile_rectangle), (vmnc_handle_packet),
13219         (vmnc_dec_setcaps), (vmnc_dec_chain), (vmnc_dec_change_state),
13220         (vmnc_dec_set_property), (vmnc_dec_get_property), (plugin_init):
13221           Add VMnc decoder.
13222           Still missing support for:
13223            - rectangle types I didn't find in my samples (e.g. copy, RRE,
13224              ZRLE)
13225            - alpha-composited cursors
13226
13227 2007-03-03  David Schleef  <ds@schleef.org>
13228
13229         * gst-libs/gst/app/Makefile.am:
13230           Install the headers.
13231
13232 2007-03-03  David Schleef  <ds@schleef.org>
13233
13234         * gst-libs/gst/app/Makefile.am:
13235         * gst-libs/gst/app/gstappbuffer.c:
13236         * gst-libs/gst/app/gstappbuffer.h:
13237         * gst-libs/gst/app/gstappsrc.c:
13238           Add GstAppBuffer that includes a callback and closure for
13239           proper handling of data chunks.
13240
13241 2007-03-03  David Schleef  <ds@schleef.org>
13242
13243         * gst-libs/gst/app/gstappsrc.c:
13244         * gst-libs/gst/app/gstappsrc.h:
13245           Hacking to address issues in 413418.
13246
13247 2007-03-03  David Schleef  <ds@schleef.org>
13248
13249         * Makefile.am:
13250         * configure.ac:
13251         * ext/Makefile.am:
13252         * gst-libs/gst/Makefile.am:
13253         * gst-libs/gst/app/Makefile.am:
13254         * gst-libs/gst/app/gstapp.c:
13255         * gst-libs/gst/app/gstappsrc.c:
13256         * gst-libs/gst/app/gstappsrc.h:
13257         * gst/app/Makefile.am:
13258         * gst/app/gstapp.c:
13259         * gst/app/gstappsrc.c:
13260         * gst/app/gstappsrc.h:
13261           Move the app library to gst-libs/gst/app (duh!)
13262
13263 2007-03-02 Christian Schaller <christian at fluendo dot com>
13264         
13265         Patch by: Nguyen Thai Ngoc Duy <pcloud@gmail.com>
13266
13267         * ext/nas: Upgrade of NAS plugin to 0.10 (#345633)
13268
13269 2007-03-02  Tim-Philipp Müller  <tim at centricular dot net>
13270
13271         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_sink_event):
13272           A few small clean-ups.
13273
13274         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps):
13275           More debug output for failure cases.
13276
13277 2007-03-02  Tim-Philipp Müller  <tim at centricular dot net>
13278
13279         Patch by: Young-Ho Cha  <ganadist at chollian net>
13280
13281         * ext/dts/gstdtsdec.c: (gst_dtsdec_handle_frame),
13282         (gst_dtsdec_change_state):
13283           Don't do forced downmixing to stereo, but check what downstream
13284           can do and let libdts do the downmixing based on that (#400555).
13285
13286 2007-03-02  Tim-Philipp Müller  <tim at centricular dot net>
13287
13288         Patch by: Lutz Mueller  <lutz topfrose de>
13289
13290         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
13291         (gst_neonhttp_src_init), (gst_neonhttp_src_set_property),
13292         (gst_neonhttp_src_set_uri), (gst_neonhttp_src_set_proxy),
13293         (gst_neonhttp_src_send_request_and_redirect),
13294         (gst_neonhttp_src_uri_set_uri):
13295         * ext/neon/gstneonhttpsrc.h:
13296           Simplify _set_uri() and _set_proxy() and remove the unused ishttp
13297           member (#388050).
13298
13299         * tests/check/elements/neonhttpsrc.c: (GST_START_TEST):
13300           Fix bogus URI to something that actually exists, otherwise we just
13301           bypass the test (and also to something that doesn't redirect, since
13302           neonhttpsrc doesn't seem to handle this very gracefully yet)
13303
13304 2007-03-01  Chris Lord <chris@openedhand.com>
13305
13306         Reviewed by Christian Schaller <christian@fluendo.com>
13307
13308         Fixes Bug 357055
13309         * ext/ivorbis/Makefile.am:
13310         * ext/ivorbis/vorbisdec.c: Add support for Vorbis streams
13311         * ext/ivorbis/vorbisdec.h
13312         * ext/ivorbis/vorbis.c :
13313
13314 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
13315
13316         * tests/check/Makefile.am:
13317         Draw plugins in from the build tree sys/ dir, rather than
13318         picking up the already installed versions.
13319
13320 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
13321
13322         * configure.ac:
13323           Convert to new AG_GST style.
13324
13325 2007-02-27  Christian Schaller <christian at fluendo dot com>
13326
13327         * sys/direct*: Add Pioneers of the Inevitable to copyright
13328         * sys/macosxvideosink: Add Pioneers of the Inevitable to copyright
13329
13330 2007-02-27  Edward Hervey  <edward@fluendo.com>
13331
13332         * sys/osxvideo/cocoawindow.h:
13333         * sys/osxvideo/cocoawindow.m:
13334         * sys/osxvideo/osxvideosink.h:
13335         * sys/osxvideo/osxvideosink.m:
13336         Disable the cocoa event loop since it's a huge memory leak. Should only
13337         matter if the sink isn't used within an NSApp (which has already got
13338         a coca event loop).
13339         Remove all unused code.
13340
13341 2007-02-26  David Schleef  <ds@schleef.org>
13342
13343         * configure.ac:
13344         * gst/app/Makefile.am:
13345         * gst/app/gstapp.c:
13346         * gst/app/gstappsrc.c:
13347         * gst/app/gstappsrc.h:
13348           Add a new plugin/library to make it easy for apps to shove
13349           data into a pipeline.
13350
13351 2007-02-26  Tim-Philipp Müller  <tim at centricular dot net>
13352
13353         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_init):
13354         * gst/real/gstrealvideodec.c: (gst_real_video_dec_init):
13355           Use gst_pad_use_fixed_caps() on source pads, to avoid negotiation
13356           errors in certain situations (e.g. dec ! cs ! ximagesink and the
13357           imagesink window is resized); also, some minor clean-ups.
13358
13359 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
13360
13361         * configure.ac:
13362         * ext/gsm/Makefile.am:
13363         * ext/ladspa/Makefile.am:
13364         * ext/wavpack/Makefile.am:
13365         * gst/equalizer/Makefile.am:
13366         * gst/filter/Makefile.am:
13367         * gst/mve/Makefile.am:
13368         * gst/nsf/Makefile.am:
13369         * gst/replaygain/Makefile.am:
13370         * gst/speed/Makefile.am:
13371           Fix build with LDFLAGS='-Wl,-z,defs'.
13372
13373 2007-02-20  Sébastien Moutte  <sebastien@moutte.net>
13374
13375         * sys/directsound/gstdirectsoundsink.c:
13376         * sys/directsound/gstdirectsoundsink.h:
13377           Remove include of unused headers.
13378         * sys/waveform/gstwaveformplugin.c:
13379         * sys/waveform/gstwaveformsink.c:
13380         * sys/waveform/gstwaveformsink.h:
13381         * win32/vs6/libgstwaveform.dsp:
13382           Add a new waveform plugin which includes an audio sink 
13383           element using the WaveForm win32 API.
13384         * win32/MANIFEST:
13385           Add the new project file form waveform plugin.
13386         
13387 2007-02-18  Sébastien Moutte  <sebastien@moutte.net>
13388         
13389         * sys/directdraw/gstdirectdrawplugin.c:
13390         * sys/directdraw/gstdirectdrawsink.c:
13391         * sys/directdraw/gstdirectdrawsink.h:
13392           Prepare the plugin to move to good:
13393           Remove unused/untested code (rendering to an extern surface,
13394           yuv format rendering).Use GST_(DEBUG/*)_OBJECT macros
13395       Rename all functions from gst_directdrawsink to gst_directdraw_sink.
13396           Add gtk doc section
13397           Fix a bug in gst_directdraw_sink_show_frame, memcpy line by line
13398           respecting destination surface stride.
13399         * sys/directsound/gstdirectsoundplugin.c:
13400         * sys/directsound/gstdirectsoundsink.c:
13401         * sys/directsound/gstdirectsoundsink.h:
13402           Prepare the plugin to move to good:
13403           Rename all functions from gst_directsoundsink to gst_directsound_sink.
13404           Add gtk doc section
13405         * win32/common/config.h.in:
13406         * win32/MANIFEST:
13407           Add config.h.in
13408
13409 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
13410
13411         * configure.ac:
13412         * docs/plugins/Makefile.am:
13413           Add crossreferences to glib/gobject/gstream docs. Also fix typo in
13414           timidity.cfg check.
13415
13416         * ext/timidity/gsttimidity.c: (plugin_init):
13417           Also build if no config was detected at configure time.
13418
13419 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
13420
13421         * configure.ac:
13422         * ext/timidity/Makefile.am:
13423         * ext/timidity/gsttimidity.c: (plugin_init):
13424         * ext/timidity/gstwildmidi.c: (gst_wildmidi_base_init),
13425         (gst_wildmidi_class_init), (gst_wildmidi_init),
13426         (gst_wildmidi_src_convert), (gst_wildmidi_src_query),
13427         (gst_wildmidi_get_upstream_size), (gst_wildmidi_get_segment),
13428         (gst_wildmidi_get_new_segment_event), (gst_wildmidi_src_event),
13429         (gst_wildmidi_activate), (gst_wildmidi_activatepull),
13430         (gst_wildmidi_allocate_buffer), (gst_wildmidi_clip_buffer),
13431         (gst_wildmidi_fill_buffer), (gst_wildmidi_get_buffer),
13432         (gst_wildmidi_loop), (gst_wildmidi_change_state),
13433         (gst_wildmidi_set_property), (gst_wildmidi_get_property),
13434         (gst_wildmidi_typefind), (wildmidi_open_config), (plugin_init):
13435         * ext/timidity/gstwildmidi.h:
13436           Add second midi renderer. Fix some double frees and leaks. Clean up
13437           logging.
13438
13439 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
13440
13441         * Makefile.am:
13442           Add win32 MANIFEST
13443         * sys/directdraw/gstdirectdrawsink.c:
13444         * sys/directdraw/gstdirectdrawsink.h:
13445           Clear unused code and add comments.
13446           Remove yuv from template caps, it only supports RGB
13447           actually.
13448           Implement XOverlay interface and remove window and fullscreen 
13449           properties.
13450           Add debug logs.
13451           Test for blit capabilities to return only the current colorspace if
13452           the hardware can't blit for one colorspace to another.
13453         * sys/directsound/gstdirectsoundsink.c:
13454           Add some debugs.
13455         * win32/MANIFEST:
13456           Add VS7 project files and solution.
13457         * win32/vs6/gst_plugins_bad.dsw:
13458         * win32/vs6/libgstdirectdraw.dsp:
13459         * win32/vs6/libgstdirectsound.dsp:
13460         * win32/vs6/libgstqtdemux.dsp:
13461           Update project files.
13462
13463 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
13464
13465         * ext/faad/gstfaad.c:
13466           Also update the comment that describes the hack.
13467
13468 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
13469
13470         * configure.ac:
13471           Tell the code which faad it is, so that we can adjust the hacks
13472           needed.
13473
13474         * ext/faad/gstfaad.c:
13475           Make our hacks dependent on the fadd lib in use.
13476
13477 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
13478
13479         * configure.ac:
13480           Fix faad detection to support also fadd with new symbol prefix.
13481           ChangeLog surgery.
13482           
13483 2007-02-08  Stefan Kost  <ensonic@users.sf.net>
13484
13485         Patch by: Wouter Paesen <wouter@blue-gate.be>
13486
13487         * configure.ac:
13488         * ext/Makefile.am:
13489         * ext/timidity/Makefile.am:
13490         * ext/timidity/gsttimidity.c: (gst_timidity_base_init),
13491         (gst_timidity_class_init), (gst_timidity_init),
13492         (gst_timidity_set_song_options), (gst_timidity_src_convert),
13493         (gst_timidity_src_query), (gst_timidity_get_upstream_size),
13494         (gst_timidity_get_segment), (gst_timidity_get_new_segment_event),
13495         (gst_timidity_src_event), (gst_timidity_activate),
13496         (gst_timidity_activatepull), (gst_timidity_allocate_buffer),
13497         (gst_timidity_clip_buffer), (gst_timidity_fill_buffer),
13498         (gst_timidity_get_buffer), (gst_timidity_loop),
13499         (gst_timidity_change_state), (gst_timidity_typefind),
13500         (plugin_init):
13501         * ext/timidity/gsttimidity.h:
13502           Add timidity midi render plugin (#403992)
13503
13504 2007-02-07  Edward Hervey  <edward@fluendo.com>
13505
13506         * ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_query):
13507         GST_PAD_PARENT doesn't return a GstObject with an incremented refcount.
13508         Switched to using gst_pad_get_parent().
13509
13510 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13511
13512         * gst/modplug/gstmodplug.cc:
13513           Remove superfluous gst_caps_get_structure() call.
13514
13515 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13516
13517         * configure.ac:
13518           Increase required libsndfile version to a version that's known to
13519           have the function sf_write_sync() to make the build bots happy.
13520
13521 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13522
13523         * ext/sndfile/gstsfsrc.c:
13524           Fix build (installed setup).
13525
13526 2007-02-05  Andy Wingo  <wingo@pobox.com>
13527
13528         * ext/sndfile/Makefile.am:
13529         * ext/sndfile/gstsfsrc.h:
13530         * ext/sndfile/gstsfsrc.c: Port sfsrc to 0.10, pull or push, with
13531         random access woo.
13532
13533 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
13534
13535         * configure.ac:
13536         * gst/equalizer/Makefile.am:
13537         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_base_init),
13538         (gst_iir_equalizer_class_init), (gst_iir_equalizer_init),
13539         (setup_filter), (gst_iir_equalizer_compute_frequencies),
13540         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
13541         (gst_iir_equalizer_transform_ip), (gst_iir_equalizer_setup),
13542         (plugin_init):
13543         * gst/equalizer/gstiirequalizer.h:
13544           Fix up to use the newly ported (actually working) GstAudioFilter.
13545           Bump core/base requirements to CVS for this.
13546
13547         * tests/icles/.cvsignore:
13548         * tests/icles/Makefile.am:
13549         * tests/icles/equalizer-test.c: (check_bus),
13550         (equalizer_set_band_value), (equalizer_set_all_band_values),
13551         (equalizer_set_band_value_and_wait),
13552         (equalizer_set_all_band_values_and_wait), (do_slider_fiddling),
13553         (main):
13554           Add brain-dead interactive test for equalizer.
13555
13556 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
13557
13558         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_class_init),
13559         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
13560         (gst_iir_equalizer_filter_inplace):
13561           Rename "values" property to "band-values" and change type into a
13562           GValueArray, so it's more easily bindable and the range of the
13563           values passed in is defined and checked etc.; also do some
13564           locking.
13565
13566 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
13567
13568         Patch by: James "Doc" Livingston  <doclivingston at gmail com>
13569
13570         * configure.ac:
13571         * gst/equalizer/Makefile.am:
13572         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
13573         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
13574         (gst_iir_equalizer_compute_frequencies),
13575         (gst_iir_equalizer_set_property),
13576         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
13577         (plugin_init):
13578           Port equalizer plugin to 0.10 (#403572).
13579
13580 2007-02-02  Andy Wingo  <wingo@pobox.com>
13581
13582         * configure.ac: 
13583         * ext/Makefile.am
13584         * ext/sndfile/Makefile.am:
13585         * ext/sndfile/gstsf.c:
13586         * ext/sndfile/gstsf.h:
13587         * ext/sndfile/gstsfsink.c:
13588         * ext/sndfile/gstsfsink.h: Port sfsink to 0.10. Works in pull or
13589         push mode with interleaved float or int data.
13590
13591 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
13592
13593         * ext/alsaspdif/alsaspdifsink.c: (plugin_init):
13594           Set rank to NONE so that it doesn't get autoplugged by autoaudiosink
13595           (which didn't happen previously because the klass string didn't
13596           contain anything autoaudiosink was looking for).
13597
13598 2007-01-31  Stefan Kost  <ensonic@users.sf.net>
13599
13600         * gst/real/gstrealaudiodec.c:
13601         * gst/real/gstrealvideodec.c:
13602           Fix classification in GstElementDetails.
13603
13604 2007-01-31  Sebastian Dröge  <slomo@circular-chaos.org>
13605
13606         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
13607         (gst_wavpack_parse_handle_seek_event),
13608         (gst_wavpack_parse_create_src_pad):
13609         Fix a off by one that leads to the duration reported as one
13610         sample less than it is
13611
13612 2007-01-31  Stefan Kost  <ensonic@users.sf.net>
13613
13614         * ext/alsaspdif/alsaspdifsink.c:
13615         * gst/nsf/gstnsf.c:
13616           Fix classification in GstElementDetails.
13617
13618         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init),
13619         (gst_ladspa_class_init):
13620           Improve Klassification and reduce code slighly.
13621
13622 2007-01-30  Edward Hervey  <edward@fluendo.com>
13623
13624         * configure.ac:
13625         Check for an Objective C compiler
13626         * sys/Makefile.am:
13627         * sys/osxvideo/Makefile.am:
13628         * sys/osxvideo/cocoawindow.h:
13629         * sys/osxvideo/cocoawindow.m:
13630         * sys/osxvideo/osxvideosink.h:
13631         * sys/osxvideo/osxvideosink.m:
13632         Port of osxvideo plugin to 0.10. Do NOT consider 100% stable !
13633         Fixes #402470
13634
13635 2007-01-28  Tim-Philipp Müller  <tim at centricular dot net>
13636
13637         * gst/videocrop/gstvideocrop.c:
13638         (gst_video_crop_get_image_details_from_caps),
13639         (gst_video_crop_transform_packed_complex):
13640           Fix cropping for packed 4:2:2 formats YUYV/YUY2 and UYVY.
13641
13642         * tests/icles/videocrop-test.c: (check_bus_for_errors),
13643         (test_with_caps), (main):
13644           Block streaming thread before changing filter caps while the
13645           pipeline is running so that we don't get random not-negotiated
13646           errors just because GStreamer can't handle that yet.
13647
13648 2007-01-28  Stefan Kost  <ensonic@users.sf.net>
13649
13650         * ext/ladspa/Makefile.am:
13651         * ext/ladspa/gstladspa.c: (gst_ladspa_class_get_param_spec):
13652           add GstController support to ladspa
13653
13654 2007-01-28  Tim-Philipp Müller  <tim at centricular dot net>
13655
13656         Patch by: Rosfran Borges <rosfran dot borges at idnt org br>
13657
13658         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_start),
13659         (gst_mythtv_src_next_program_chain):
13660           Remove sleep calls, they've been moved into the library now ...
13661           (#354451).
13662
13663 2007-01-27  Tim-Philipp Müller  <tim at centricular dot net>
13664
13665         * tests/icles/videocrop-test.c: (test_with_caps):
13666           Catch errors while the test is running.
13667
13668 2007-01-25  Sebastian Dröge  <slomo@circular-chaos.org>
13669
13670         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query):
13671         Fix the SEEKING query. We can seek if we are in pull mode, not the
13672         other way around. Also set the correct format in the seeking query and
13673         handle the case where the headers are not read yet and we can't say
13674         anything about our seeking capabilities.
13675         
13676 2007-01-25  Sebastian Dröge  <slomo@circular-chaos.org>
13677
13678         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
13679         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init):
13680         Fix spelling in 2 places: It's called Wavpack, not WavePack.
13681
13682 2007-01-25  Edward Hervey  <edward@fluendo.com>
13683
13684         * gst/multifile/gstmultifilesink.c:
13685         (gst_multi_file_sink_class_init):
13686         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_class_init):
13687         * gst/mve/gstmvedemux.c: (gst_mve_video_create_buffer),
13688         (gst_mve_video_palette), (gst_mve_video_code_map),
13689         (gst_mve_audio_init), (gst_mve_audio_data), (gst_mve_timer_create),
13690         (gst_mve_demux_chain):
13691         * gst/mve/gstmvemux.c: (gst_mve_mux_push_chunk):
13692         * gst/mve/mveaudioenc.c: (mve_compress_audio):
13693         * gst/mve/mvevideodec16.c: (ipvideo_copy_block):
13694         * gst/mve/mvevideodec8.c: (ipvideo_copy_block):
13695         * gst/mve/mvevideoenc16.c: (mve_encode_frame16):
13696         * gst/mve/mvevideoenc8.c: (mve_encode_frame8):
13697         Use proper print statements.
13698         Fixes build on mac os x.
13699         <wingo> oo look at me my name is edward i'm hacking on macos wooo
13700
13701 2007-01-24  Wim Taymans  <wim@fluendo.com>
13702
13703         * gst/qtdemux/gstrtpxqtdepay.c:
13704         Fix caps on the depayloader.
13705
13706 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
13707
13708         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_set_property):
13709           Use break here instead of goto.
13710
13711 2007-01-13  Andy Wingo  <wingo@pobox.com>
13712
13713         * gst/interleave/deinterleave.c (gst_deinterleave_add_new_pads):
13714         Use fixed caps on src pads.
13715         (gst_deinterleave_remove_pads): Remove src pads, not sink pads. I
13716         seem to have reverse midas disease!
13717         (gst_deinterleave_process): Proxy timestamps, offsets, durations,
13718         and set caps on outgoing buffers. Fixes #395597, I think.
13719
13720         * gst/interleave/interleave.c (gst_interleave_init): Init the
13721         activation mode properly.
13722         (gst_interleave_src_setcaps, gst_interleave_src_getcaps)
13723         (gst_interleave_init): Set a setcaps and getcaps function on the
13724         src pad, so that we can implement pull-mode negotiation.
13725         (gst_interleave_sink_setcaps): Renamed from
13726         gst_interleave_setcaps, as it only does the sink logic now.
13727         Implement both for pull-mode and push-mode.
13728         (gst_interleave_process): Set caps on our outgoing buffer.
13729         (gst_interleave_src_activate_pull): Fix some more bogus casts.
13730         What is up with this.
13731
13732 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
13733
13734         * ext/mythtv/gstmythtvsrc.c: (do_read_request_response),
13735         (gst_mythtv_src_create), (gst_mythtv_src_get_position),
13736         (gst_mythtv_src_do_seek), (gst_mythtv_src_start),
13737         (gst_mythtv_src_next_program_chain), (gst_mythtv_src_get_size),
13738         (gst_mythtv_src_handle_event), (gst_mythtv_src_handle_query),
13739         (gst_mythtv_src_change_state), (gst_mythtv_src_set_property),
13740         (gst_mythtv_src_uri_get_type):
13741           Clean up a bit, mostly the debug statements; fix deadlock in
13742           _set_property() in the error cases; fix up query function.
13743
13744 2007-01-12  Andy Wingo  <wingo@pobox.com>
13745
13746         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_fixate)
13747         (gst_signal_processor_ouija_caps, gst_signal_processor_prepare):
13748         Remove fixate/ouija stuff, thankfully, due to the new
13749         part-negotiation.txt pull-mode negotiation scheme.
13750         (gst_signal_processor_setcaps_pull)
13751         (gst_signal_processor_setcaps): Implement upstream set_caps pull
13752         proxying for pull mode. Now this works: ladspa-sine-fcac !
13753         audioconvert ! alsasink.
13754
13755 2007-01-12  Edgard Lima <edgard.lima@indt.org.br>
13756
13757         Patch by: Rosfran Borges <rosfran.borges@indt.org.br>
13758
13759         * configure.ac:
13760         * gst-plugins-bad.spec.in:
13761         * ext/Makefile.am:
13762         * ext/mythtv/Makefile.am:
13763         * ext/mythtv/gstmythtvsrc.c:
13764         * ext/mythtv/gstmythtvsrc.h:
13765         MythTV client source plugin created (#354451).
13766
13767 2007-01-12  Wim Taymans  <wim@fluendo.com>
13768
13769         * gst/qtdemux/Makefile.am:
13770         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_base_init),
13771         (gst_rtp_xqt_depay_class_init), (gst_rtp_xqt_depay_init),
13772         (gst_rtp_xqt_depay_finalize), (gst_rtp_quicktime_parse_sd),
13773         (gst_rtp_xqt_depay_setcaps), (gst_rtp_xqt_depay_process),
13774         (gst_rtp_xqt_depay_set_property), (gst_rtp_xqt_depay_get_property),
13775         (gst_rtp_xqt_depay_change_state), (gst_rtp_xqt_depay_plugin_init):
13776         * gst/qtdemux/gstrtpxqtdepay.h:
13777         * gst/qtdemux/qtdemux.c: (gst_qtdemux_base_init),
13778         (gst_qtdemux_loop_state_header), (gst_qtdemux_loop),
13779         (qtdemux_parse_moov), (qtdemux_parse_container),
13780         (qtdemux_parse_node), (gst_qtdemux_add_stream),
13781         (qtdemux_parse_trak), (qtdemux_audio_caps):
13782         * gst/qtdemux/qtdemux.h:
13783         * gst/qtdemux/quicktime.c: (plugin_init):
13784         Add X-QT depayloader that will eventually share code with the demuxer.
13785         Make new plugin entry point with quicktime releated stuff.
13786
13787 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
13788
13789         * gst/qtdemux/Makefile.am:
13790           Dist all new files.
13791
13792 2007-01-12  Wim Taymans  <wim@fluendo.com>
13793
13794         * docs/plugins/Makefile.am:
13795         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
13796         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
13797         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
13798         * docs/plugins/gst-plugins-bad-plugins.signals:
13799         * docs/plugins/inspect/plugin-qtdemux.xml:
13800         Activate docs for jack, sdl and qtdemux.
13801
13802 2007-01-12  Wim Taymans  <wim@fluendo.com>
13803
13804         * ext/jack/gstjackaudiosink.c: (jack_sample_rate_cb),
13805         (jack_buffer_size_cb), (jack_shutdown_cb),
13806         (gst_jack_ring_buffer_acquire):
13807         * ext/jack/gstjackaudiosink.h:
13808         Improve docs.
13809
13810 2007-01-12  Wim Taymans  <wim@fluendo.com>
13811
13812         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init):
13813         Fix typo in docs.
13814
13815 2007-01-12  Wim Taymans  <wim@fluendo.com>
13816
13817         * gst/qtdemux/Makefile.am:
13818         * gst/qtdemux/qtdemux.c: (extract_initial_length_and_fourcc),
13819         (gst_qtdemux_loop_state_header), (gst_qtdemux_combine_flows),
13820         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop),
13821         (gst_qtdemux_chain), (qtdemux_sink_activate_pull),
13822         (qtdemux_inflate), (qtdemux_parse_moov), (qtdemux_parse_container),
13823         (qtdemux_parse_node), (qtdemux_tree_get_child_by_type),
13824         (qtdemux_tree_get_sibling_by_type), (gst_qtdemux_add_stream),
13825         (qtdemux_parse_samples), (qtdemux_parse_segments),
13826         (qtdemux_parse_trak), (qtdemux_tag_add_str), (qtdemux_tag_add_num),
13827         (qtdemux_tag_add_date), (qtdemux_tag_add_gnre),
13828         (qtdemux_parse_udta), (qtdemux_redirects_sort_func),
13829         (qtdemux_process_redirects), (qtdemux_parse_redirects),
13830         (qtdemux_parse_tree), (gst_qtdemux_handle_esds),
13831         (qtdemux_video_caps), (qtdemux_audio_caps):
13832         * gst/qtdemux/qtdemux.h:
13833         * gst/qtdemux/qtdemux_dump.c: (qtdemux_dump_mvhd),
13834         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
13835         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
13836         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
13837         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
13838         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
13839         (qtdemux_dump_unknown), (qtdemux_node_dump_foreach),
13840         (qtdemux_node_dump):
13841         * gst/qtdemux/qtdemux_dump.h:
13842         * gst/qtdemux/qtdemux_fourcc.h:
13843         * gst/qtdemux/qtdemux_types.c: (qtdemux_type_get):
13844         * gst/qtdemux/qtdemux_types.h:
13845         * gst/qtdemux/qtpalette.h:
13846         Cleanup and refactor to make the code more readable.
13847         Move debugging/tables into separate files.
13848         Add 2/4/16 color palletee support.
13849         Fix raw 15 bit RGB handling.
13850         Use more FOURCC constants.
13851         Add some docs.
13852
13853 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
13854
13855         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
13856
13857         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_mode_get_type),
13858         (gst_wavpack_enc_correction_mode_get_type),
13859         (gst_wavpack_enc_joint_stereo_mode_get_type):
13860           Minor clean-up: use enum values instead of hardcoded constants (#395536).
13861
13862 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
13863
13864         * gst/mve/gstmvedemux.c: (gst_mve_demux_get_src_query_types),
13865         (gst_mve_demux_handle_src_query), (gst_mve_demux_handle_src_event),
13866         (gst_mve_add_stream):
13867           Support SEEKING query (bad news now delivered properly!); add event
13868           function to source pads to make sure seeks aren't propagated
13869           upstream, even if they aren't handled.
13870
13871 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
13872
13873         Patch by: Jens Granseuer  <jensgr at gmx net>
13874
13875         * configure.ac:
13876         * gst/mve/Makefile.am:
13877         * gst/mve/TODO:
13878         * gst/mve/gstmve.c:
13879         * gst/mve/gstmvedemux.c:
13880         * gst/mve/gstmvedemux.h:
13881         * gst/mve/gstmvemux.c:
13882         * gst/mve/gstmvemux.h:
13883         * gst/mve/mve.h:
13884         * gst/mve/mveaudiodec.c:
13885         * gst/mve/mveaudioenc.c:
13886         * gst/mve/mvevideodec16.c:
13887         * gst/mve/mvevideodec8.c:
13888         * gst/mve/mvevideoenc16.c:
13889         * gst/mve/mvevideoenc8.c:
13890           Add Interplay MVE format demuxer/decoder and muxer/encoder. Demuxer
13891           doesn't support seeking yet, but seems to work fine otherwise.
13892           Closes #348973.
13893
13894 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
13895
13896         * gst/real/Makefile.am:
13897           Fix build (add LIBS and CFLAGS for gst-plugins-base stuff).
13898
13899 2007-01-07  Andy Wingo  <wingo@pobox.com>
13900
13901         * configure.ac: 
13902         * gst/interleave/Makefile.am: 
13903         * gst/interleave/plugin.h: 
13904         * gst/interleave/plugin.c: 
13905         * gst/interleave/interleave.c: 
13906         * gst/interleave/deinterleave.c: New elements interleave and
13907         deinterleave, implement channel interleaving and deinterleaving.
13908         The interleaver can operate in pull or push mode but the
13909         deinterleaver is more like a demuxer and can only operate in push
13910         mode.
13911         
13912 2007-01-06  Edward Hervey  <edward@fluendo.com>
13913
13914         * configure.ac:
13915         Properly detect the two architectures on which the real plugin can be
13916         built.
13917         Fixes #393622
13918
13919 2007-01-06  Andy Wingo  <wingo@pobox.com>
13920
13921         * ext/ladspa/gstsignalprocessor.c
13922         (gst_signal_processor_ouija_caps): Move around in the source
13923         file...
13924         (gst_signal_processor_prepare, gst_signal_processor_do_pulls):
13925         Call ouija_caps in prepare() instead of do_pulls(), a bit earlier.
13926         This allows us to have caps when we do the pad_alloc_buffer().
13927         (gst_pad_alloc_buffer_and_set_caps): Use self->caps instead of the
13928         pad caps, which might not be set yet.
13929
13930         * ext/ladspa/gstsignalprocessor.c: 
13931         (gst_signal_processor_add_pad_from_template)
13932         (gst_signal_processor_fixate): Add a fixate function, to assist in
13933         pathological ladspa-sine-fcac ! fakesink can-activate-pull=true
13934         cases.
13935         (gst_signal_processor_prepare, gst_signal_processor_process): Add
13936         nframes args so that getrange can tell ladspa how many frames to
13937         process.
13938         (gst_signal_processor_ouija_caps): setcaps needs to be called
13939         before processing, which normally happens when chaining a buffer
13940         to a pad. However in getrange mode with no sinks we need to check
13941         explicitly for this condition, guess some caps to use, and use
13942         those to setcaps(). Hence this mystical function.
13943         (gst_signal_processor_do_pulls): Pull in bytes, not samples.
13944         Divine the caps if necessary.
13945         (gst_signal_processor_getrange): Interpret the length as bytes,
13946         not samples.
13947         (gst_signal_processor_chain): nframes=G_MAXUINT, will be limited
13948         by incoming buffer sizes.
13949
13950 2007-01-06  Edward Hervey  <edward@fluendo.com>
13951
13952         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_finalize):
13953         Don't call the RAFreeDecoder since it randomly causes segfaults.
13954         * gst/real/gstrealaudiodec.h:
13955         indent properly.
13956
13957 2007-01-06  Edward Hervey  <edward@fluendo.com>
13958
13959         Patch by: Lutz Mueller <lutz@topfrose.de>
13960         
13961         * gst/real/gstrealvideodec.c: (gst_real_video_dec_decode),
13962         (gst_real_video_dec_setcaps), (open_library), (close_library),
13963         (gst_real_video_dec_finalize):
13964         * gst/real/gstrealvideodec.h:
13965         Implement error recovery on setcaps failure.
13966
13967 2007-01-06  Edward Hervey  <edward@fluendo.com>
13968
13969         Patch by: Lutz Mueller <lutz@topfrose.de>
13970         
13971         * gst/real/Makefile.am:
13972         * gst/real/gstreal.c: (plugin_init):
13973         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_chain),
13974         (gst_real_audio_dec_setcaps), (gst_real_audio_dec_init),
13975         (gst_real_audio_dec_base_init), (gst_real_audio_dec_change_state),
13976         (gst_real_audio_dec_finalize), (gst_real_audio_dec_set_property),
13977         (gst_real_audio_dec_get_property), (gst_real_audio_dec_class_init):
13978         * gst/real/gstrealaudiodec.h:
13979         Added RealAudio wrapper elementfactory.
13980         Modified structures so it can also work on x86_64 using the
13981         adequate .so .
13982
13983 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
13984
13985         * configure.ac:
13986         * gst/qtdemux/Makefile.am:
13987         * gst/qtdemux/qtdemux.c: (qtdemux_parse_moov):
13988           Check for zlib and if available pass it explicitly to the linker
13989           when linking qtdemux. If not available (or --disable-external has
13990           been specified!), disable the bits in qtdemux that use it. Fixes
13991           build on MingW (#392856).
13992
13993 2007-01-05  Edward Hervey  <edward@fluendo.com>
13994
13995         * configure.ac:
13996         Real video .so are now also available for x86_64, so we can build the
13997         Real plugin on i386 AND x86_64.
13998         * gst/real/Makefile.am:
13999         * gst/real/gstreal.c: (plugin_init):
14000         New plugin file for real .so wrapper plugins.
14001         * gst/real/gstrealvideodec.c: (gst_real_video_dec_alloc_buffer),
14002         (gst_real_video_dec_decode), (gst_real_video_dec_chain),
14003         (gst_real_video_dec_activate_push), (gst_real_video_dec_setcaps),
14004         (open_library), (close_library), (gst_real_video_dec_init),
14005         (gst_real_video_dec_base_init), (gst_real_video_dec_finalize),
14006         (gst_real_video_dec_set_property),
14007         (gst_real_video_dec_get_property), (gst_real_video_dec_class_init):
14008         * gst/real/gstrealvideodec.h:
14009         Moved RealVideo element to separate file
14010         Cleaned up code some more.
14011         Make it work on x86_64.
14012         Try several possible locations for .so
14013         Separate opening/closing libraries in separate functions.
14014
14015 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
14016
14017         * tests/icles/videocrop-test.c: (main):
14018           Call g_thread_init() right at the beginning. Remove superfluous
14019           gst_init() - we've already been inited via the GOption stuff.
14020
14021 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
14022
14023         * configure.ac:
14024           Don't compile rfbsource if we don't have sys/socket.h.
14025           Should fix compilation on MingW.
14026
14027 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
14028
14029         * configure.ac:
14030         * ext/amrwb/Makefile.am:
14031         * ext/amrwb/amrwb-code/Makefile.am:
14032         * ext/amrwb/amrwb-code/run.sh:
14033         * gst-libs/Makefile.am:
14034         * gst-libs/ext/Makefile.am:
14035         * gst-libs/ext/amrwb/Makefile.am:
14036         * gst-libs/ext/amrwb/README:
14037           Move amrwb code getting and building to gst-libs/ext/amrwb
14038           Adapt everything else to match.
14039
14040 2007-01-04  Julien MOUTTE  <julien@moutte.net>
14041
14042         * ext/directfb/dfbvideosink.c:
14043         (gst_dfbvideosink_navigation_send_event),
14044         (gst_dfbvideosink_get_type):
14045         * ext/sdl/sdlaudiosink.c: (gst_sdlaudio_sink_open):
14046         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_setcaps),
14047         (gst_sdlvideosink_show_frame),
14048         (gst_sdlvideosink_navigation_send_event):
14049         * ext/sdl/sdlvideosink.h: Fix various compiler warnings that 
14050         reveal potential bugs.
14051
14052 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
14053
14054         Patch by: Vincent Torri  <vtorri at univ-evry fr>
14055
14056         * configure.ac:
14057         * sys/Makefile.am:
14058         * sys/directsound/Makefile.am:
14059         * sys/directsound/gstdirectsoundsink.c:
14060         (gst_directsoundsink_reset):
14061           Add directsoundsink to build and dist it, so it gets built when
14062           compiling with MingW on win32 and the required headers and libraries
14063           are available (fixes: #392638). Also simplify DirectDraw check a bit.
14064
14065         * tests/check/elements/.cvsignore:
14066           Fix CVS ignore for neonhttpsrc test binary.
14067
14068 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
14069
14070         Patch by: Vincent Torri  <vtorri at univ-evry fr>
14071
14072         * configure.ac:
14073         * sys/Makefile.am:
14074         * sys/directdraw/Makefile.am:
14075           Add directdrawsink to build and dist it, so it gets built when
14076           compiling with MingW on win32 and the required headers and libraries
14077           are available (fixes: #392313).
14078
14079         * sys/directdraw/gstdirectdrawsink.c:
14080         (gst_directdrawsink_center_rect), (gst_directdrawsink_show_frame),
14081         (gst_directdrawsink_setup_ddraw),
14082         (gst_directdrawsink_surface_create):
14083           Comment out some unused things and fix some printf format issues in
14084           order to avoid warnings when buildling with MingW (#392313).
14085
14086 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
14087
14088         Patch by: Jens Granseuer  <jensgr at gmx net>
14089
14090         * ext/xvid/gstxvidenc.c: (gst_xvidenc_encode),
14091         (gst_xvidenc_get_property):
14092         * gst/filter/gstbpwsinc.c: (bpwsinc_transform_ip):
14093         * gst/filter/gstfilter.c: (plugin_init):
14094         * gst/filter/gstiir.c: (iir_transform_ip):
14095         * gst/filter/gstlpwsinc.c: (lpwsinc_transform_ip):
14096         * gst/modplug/gstmodplug.cc:
14097         * gst/nuvdemux/gstnuvdemux.c: (gst_nuv_demux_header_load),
14098         (gst_nuv_demux_stream_extend_header):
14099           Fix build with gcc-2.x (declare variables at the beginning of a
14100           block etc.). Fixes #391971.
14101
14102 2007-01-02  Lutz Mueller <lutz@topfrose.de>
14103
14104         reviewed by: Edward Hervey  <edward@fluendo.com>
14105
14106         * gst/real/gstreal.c:
14107         (gst_realdec_setcaps): Use codec_data supplied in caps.
14108         (gst_realdec_get_property): Correctly return default path.
14109         (gst_realdec_class_init): Remove unused state_change method.
14110
14111 2007-01-01  Edward Hervey  <edward@fluendo.com>
14112
14113         * configure.ac:
14114         Only build the plugin on 32bit x86 architectures.
14115
14116 2007-01-01  Lutz Mueller <lutz@topfrose.de>
14117
14118         reviewed by: Edward Hervey  <edward@fluendo.com>
14119
14120         * configure.ac:
14121         * gst/real/Makefile.am:
14122         * gst/real/gstreal.c: (gst_realdec_alloc_buffer),
14123         (gst_realdec_decode), (gst_realdec_chain),
14124         (gst_realdec_activate_push), (gst_realdec_setcaps),
14125         (gst_realdec_init), (gst_realdec_base_init),
14126         (gst_realdec_change_state), (gst_realdec_finalize),
14127         (gst_realdec_set_property), (gst_realdec_get_property),
14128         (gst_realdec_class_init), (plugin_init):
14129         New plugin for decoding RealVideo Streams using the x86 32bit
14130         shared libraries.
14131         Closes #354174
14132
14133 2006-12-30  Tim-Philipp Müller  <tim at centricular dot net>
14134
14135         * tests/check/elements/videocrop.c: (GST_START_TEST),
14136         (videocrop_test_cropping_init_context):
14137           When we can't create an element needed for the test, print a message
14138           detailing which element it actually is that's missing (#390673).
14139
14140 2006-12-22 Edgard Lima <edgard.lima@indt.org.br>
14141
14142         * ext/neon/gstneonhttpsrc.c:
14143         * ext/neon/gstneonhttpsrc.h:
14144         Added seek support.
14145         Patch by: Andre Moreira Magalhaes <andrunko@gmail.com>
14146         Fixes: #375264.
14147
14148 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
14149
14150         * tests/check/elements/mpeg2enc.c: (setup_mpeg2enc),
14151         (cleanup_mpeg2enc):
14152         * tests/check/elements/rganalysis.c: (cleanup_rganalysis):
14153         * tests/check/elements/wavpackdec.c: (setup_wavpackdec),
14154         (cleanup_wavpackdec):
14155         * tests/check/elements/wavpackenc.c: (setup_wavpackenc),
14156         (cleanup_wavpackenc):
14157         * tests/check/elements/y4menc.c: (setup_y4menc), (cleanup_y4menc):
14158           reapply consistent pad (de)activation
14159
14160 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
14161
14162         * configure.ac:
14163         Back to CVS
14164
14165         * gst-plugins-bad.doap:
14166         Add release section for 0.10.4
14167
14168 === release 0.10.4 ===
14169
14170 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
14171
14172         * configure.ac:
14173           releasing 0.10.4, "Black Bugs"
14174
14175 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
14176
14177         * tests/check/elements/mpeg2enc.c: (setup_mpeg2enc),
14178         (cleanup_mpeg2enc):
14179         * tests/check/elements/rganalysis.c: (cleanup_rganalysis):
14180         * tests/check/elements/wavpackdec.c: (setup_wavpackdec),
14181         (cleanup_wavpackdec):
14182         * tests/check/elements/wavpackenc.c: (setup_wavpackenc),
14183         (cleanup_wavpackenc):
14184         * tests/check/elements/y4menc.c: (setup_y4menc), (cleanup_y4menc):
14185           revert my freeze breakage
14186
14187 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
14188
14189         * tests/check/elements/mpeg2enc.c: (setup_mpeg2enc),
14190         (cleanup_mpeg2enc):
14191         * tests/check/elements/rganalysis.c: (cleanup_rganalysis):
14192         * tests/check/elements/wavpackdec.c: (setup_wavpackdec),
14193         (cleanup_wavpackdec):
14194         * tests/check/elements/wavpackenc.c: (setup_wavpackenc),
14195         (cleanup_wavpackenc):
14196         * tests/check/elements/y4menc.c: (setup_y4menc), (cleanup_y4menc):
14197           consistent pad (de)activation
14198
14199 2006-12-18  Tim-Philipp Müller  <tim at centricular dot net>
14200
14201         * gst/qtdemux/qtdemux.c: (gst_qtdemux_post_progress),
14202         (gst_qtdemux_chain):
14203           Don't post BUFFERING messages in streaming mode if the stream
14204           headers are behind the movie data; instead, post "progress" element
14205           messages as a temporary solution. Apps might get confused and do
14206           silly things to the pipeline state if they see buffering messages
14207           from different sources and don't realize they come from different
14208           sources (#387160).
14209
14210 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
14211
14212         * configure.ac:
14213         * ext/Makefile.am:
14214         * ext/ladspa/*:
14215           Move LADPSA plugin from -good for the release, as it's not quite
14216           ready to be enabled by default in the -good module yet.
14217
14218 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
14219
14220         * gst/qtdemux/qtdemux.c: (gst_qtdemux_chain),
14221         (gst_qtdemux_add_stream):
14222           Don't output g_warning for an unsupported format, just send a
14223           GST_ELEMENT_WARNING and don't add the pad.
14224           Fix the case where it doesn't check for a NULL pad in streaming mode.
14225           Fixes #387137
14226
14227 2006-12-18  Tim-Philipp Müller  <tim at centricular dot net>
14228
14229         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
14230           Fix crash dereferencing NULL pointer if there's no stco atom.
14231           Fixes #387122.
14232
14233 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
14234
14235         * ext/wavpack/gstwavpackenc.h:
14236         Use local copy of md5.h, as it disappeared in recent wavpack
14237         installs.
14238         Patch by: Sebastian Dröge <slomo at ubuntu dot com>
14239         Fixes: #387076
14240
14241 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
14242
14243         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_query_types),
14244         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event):
14245           We don't support seeking in streaming mode, so don't even try.
14246           Implement seeking query so apps can query seekability properly
14247           (see #365414). Fix duration query.
14248
14249 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
14250
14251         * Makefile.am:
14252         * gst-plugins-bad.doap:
14253         * gst-plugins-bad.spec.in:
14254           add doap file
14255
14256 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
14257
14258         * ext/libmms/gstmms.c: (gst_mms_create):
14259           These debug statements should be using LOG level.
14260
14261 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
14262
14263         * gst/modplug/libmodplug/sndfile.cpp:
14264           Fix potential buffer overflow (CVE-2006-4192) (#385788).
14265
14266 2006-12-13  Wim Taymans  <wim@fluendo.com>
14267
14268         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
14269         (gst_qtdemux_handle_src_query), (qtdemux_parse_trak),
14270         (qtdemux_audio_caps):
14271         Add AMR-WB to the list of supported formats.
14272
14273 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
14274
14275         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_create),
14276         (send_request_and_redirect):
14277           Fix minor mem leak in redirect code.
14278
14279         * tests/check/Makefile.am:
14280         * tests/check/elements/.cvsignore:
14281         * tests/check/elements/neonhttpsrc.c: (handoff_cb),
14282         (GST_START_TEST), (neonhttpsrc_suite):
14283         * tests/check/gst-plugins-bad.supp:
14284           Add super-basic unit test for #384140.
14285
14286 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
14287
14288         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_create),
14289         (send_request_and_redirect):
14290           Set offset on buffers pushed out (id3demux gets confused if the
14291           first buffer does not have an offset of 0). Fixes #384140.
14292
14293 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
14294
14295         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
14296         (gst_neonhttp_src_create), (send_request_and_redirect),
14297         (gst_neonhttp_src_start), (oom_callback):
14298          Minor clean-ups; remove newlines at end of debug statements.
14299
14300 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
14301
14302         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
14303           Fix non-working redirects from inetfilm.com (handle 'alis' reference
14304           data type as well). Fixes #378613.
14305
14306 2006-12-11  Wim Taymans  <wim@fluendo.com>
14307
14308         Patch by: Jonathan Matthew <jonathan at kaolin wh9 net>).
14309
14310         * gst/modplug/gstmodplug.cc:
14311         Fix modplug duration query. Fixes #384294.
14312
14313 2006-12-08  Wim Taymans  <wim@fluendo.com>
14314
14315         Patch by: René Stadler  <mail at renestadler de>
14316
14317         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
14318         (gst_qtdemux_handle_src_query), (qtdemux_parse_trak),
14319         (qtdemux_audio_caps):
14320         Fix caps for 24 bit raw PCM audio (2).
14321         Fixes #383471.
14322
14323 2006-12-07  Wim Taymans  <wim@fluendo.com>
14324
14325         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
14326         (gst_qtdemux_handle_src_query), (qtdemux_parse_trak),
14327         (qtdemux_video_caps):
14328         Handle more H263 variants.
14329
14330 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
14331
14332         * ext/jack/.cvsignore:
14333         Ignore old files as requested by the build slave.
14334
14335 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
14336
14337         * configure.ac:
14338         Update the Jack requirement to the version where I think options_t
14339         appeared
14340
14341 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
14342
14343         * win32/MANIFEST:
14344         Fix compilation on win32 under VS8
14345         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
14346         Partially fixes #381175
14347
14348 2006-11-30  Wim Taymans  <wim@fluendo.com>
14349
14350         Patch by: René Stadler  <mail at renestadler de>
14351
14352         * gst/replaygain/gstrganalysis.c: (gst_rg_analysis_event):
14353           Call the base class handler.  Fixes #380610.
14354
14355 2006-11-30  Wim Taymans  <wim@fluendo.com>
14356
14357         * ext/Makefile.am:
14358         Fix build.
14359
14360         * ext/jack/gstjackaudiosink.c: (jack_process_cb),
14361         (jack_sample_rate_cb), (jack_buffer_size_cb), (jack_shutdown_cb),
14362         (gst_jack_ring_buffer_acquire):
14363         Small cleanups.
14364
14365 2006-11-30  Wim Taymans  <wim@fluendo.com>
14366
14367         * configure.ac:
14368         * ext/Makefile.am:
14369         * ext/jack/Makefile.am:
14370         * ext/jack/gstjack.c: (plugin_init):
14371         * ext/jack/gstjack.h:
14372         * ext/jack/gstjackaudiosink.c: (gst_jack_ring_buffer_get_type),
14373         (gst_jack_ring_buffer_class_init), (jack_process_cb),
14374         (jack_sample_rate_cb), (jack_buffer_size_cb), (jack_shutdown_cb),
14375         (gst_jack_ring_buffer_init), (gst_jack_ring_buffer_dispose),
14376         (gst_jack_ring_buffer_finalize),
14377         (gst_jack_ring_buffer_open_device),
14378         (gst_jack_ring_buffer_close_device),
14379         (gst_jack_ring_buffer_acquire), (gst_jack_ring_buffer_release),
14380         (gst_jack_ring_buffer_start), (gst_jack_ring_buffer_pause),
14381         (gst_jack_ring_buffer_stop), (gst_jack_ring_buffer_delay),
14382         (gst_jack_connect_get_type), (gst_jack_audio_sink_base_init),
14383         (gst_jack_audio_sink_class_init), (gst_jack_audio_sink_init),
14384         (gst_jack_audio_sink_set_property),
14385         (gst_jack_audio_sink_get_property), (gst_jack_audio_sink_getcaps),
14386         (gst_jack_audio_sink_create_ringbuffer):
14387         * ext/jack/gstjackaudiosink.h:
14388           Added fully functional jackaudiosink.
14389
14390 2006-11-27  Wim Taymans  <wim@fluendo.com>
14391
14392         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
14393         (gst_qtdemux_handle_src_query), (qtdemux_parse_trak):
14394           Remove some asserts and replace them with a proper error
14395           message. Fixes #379261.
14396
14397 2006-11-26  Michael Smith  <msmith@fluendo.com>
14398
14399         * ext/theora/theoradec.c: (theora_dec_src_query),
14400         (theora_dec_src_event), (theora_handle_data_packet),
14401         (theora_dec_chain):
14402           Send events on the right pads, since they don't work very well if
14403           you send them in the wrong direction.
14404
14405 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
14406
14407         * ext/audiofile/gstafsink.c:
14408         * ext/polyp/plugin.c: (plugin_init):
14409         * ext/polyp/polypsink.c:
14410         * ext/polyp/polypsink.h:
14411         * sys/dxr3/dxr3audiosink.h:
14412         * sys/dxr3/dxr3spusink.h:
14413         * sys/dxr3/dxr3videosink.h:
14414           remove obsolete _factory_init protos and functions
14415
14416 2006-11-19  Michael Smith  <msmith@fluendo.com>
14417
14418         * gst/librfb/Makefile.am:
14419           Compile with appropriate cflags. Fixes build.
14420
14421 2006-11-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14422
14423         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_tune):
14424         Actually set the TONE parameter for DVB-S when we should.
14425
14426 2006-11-16  David Schleef  <ds@schleef.org>
14427
14428         * gst/librfb/rfbdecoder.c: Fixes for 64-bit architectures.
14429
14430 2006-11-16  David Schleef  <ds@schleef.org>
14431
14432         * gst/librfb/gstrfbsrc.h:  Oops, add this file.
14433
14434 2006-11-16  David Schleef  <ds@schleef.org>
14435
14436         Patch by: Andre Moreira Magalhaes <andrunko@gmail.com>
14437
14438         * configure.ac:
14439         * gst/librfb/Makefile.am:
14440         * gst/librfb/gstrfbsrc.c:
14441         * gst/librfb/rfb.c:
14442         * gst/librfb/rfb.h:
14443         * gst/librfb/rfbbuffer.c:
14444         * gst/librfb/rfbbuffer.h:
14445         * gst/librfb/rfbbytestream.c:
14446         * gst/librfb/rfbbytestream.h:
14447         * gst/librfb/rfbcontext.h:
14448         * gst/librfb/rfbdecoder.c:
14449         * gst/librfb/rfbdecoder.h:
14450         * gst/librfb/rfbutil.h:
14451           Port librfb to 0.10 (#376106).
14452
14453 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
14454
14455         * ext/spc/gstspc.c: (spc_play):
14456           Fix build with disabled gst-debug.
14457
14458 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
14459
14460         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
14461
14462         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
14463         (gst_wavpack_dec_init), (gst_wavpack_dec_change_state):
14464         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init),
14465         (gst_wavpack_enc_class_init), (gst_wavpack_enc_reset),
14466         (gst_wavpack_enc_init), (gst_wavpack_enc_set_wp_config),
14467         (gst_wavpack_enc_change_state):
14468         * ext/wavpack/gstwavpackparse.c:
14469           Some small clean-ups: use enums instead of hard-coded numbers,
14470           const-ify element details, re-factor some code into _reset()
14471           functions (#352605).
14472
14473 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
14474
14475         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_create):
14476         * sys/dvb/gstdvbsrc.h:
14477           Fix minor printf format issue; remove overly paranoid checks in
14478           create function; fix GObject boilerplate macros.
14479
14480 2006-11-14  Wim Taymans  <wim@fluendo.com>
14481
14482         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
14483         (gst_qtdemux_handle_src_query), (qtdemux_parse_trak):
14484         Don't parse extra sample params for raw pcm. Fixes #374914.
14485
14486 2006-11-14  Wim Taymans  <wim@fluendo.com>
14487
14488         * tests/check/elements/.cvsignore:
14489         Add cdaudio to ignore.
14490
14491 2006-11-14  Wim Taymans  <wim@fluendo.com>
14492
14493         * ext/Makefile.am:
14494         dist cdaudio dir.
14495
14496 2006-11-14  Wim Taymans  <wim@fluendo.com>
14497
14498         * configure.ac:
14499         * ext/Makefile.am:
14500         Fix cdaudio build.
14501
14502 2006-11-14  Wim Taymans  <wim@fluendo.com>
14503
14504         Patch by: Mark Nauwelaerts <manauw at skynet be>
14505
14506         * tests/check/Makefile.am:
14507         * tests/check/elements/y4menc.c: (setup_y4menc), (cleanup_y4menc),
14508         (GST_START_TEST), (y4menc_suite), (main):
14509         Added y4m test. Fixes #372243.
14510
14511 2006-11-13  Wim Taymans  <wim@fluendo.com>
14512
14513         Patch by: Mark Nauwelaerts <manauw at skynet be>
14514
14515         * configure.ac:
14516         Enable cdaudio and y4m.
14517
14518         * gst/y4m/Makefile.am:
14519         * gst/y4m/gsty4mencode.c: (gst_y4m_encode_base_init),
14520         (gst_y4m_encode_class_init), (gst_y4m_encode_init),
14521         (gst_y4m_encode_reset), (gst_y4m_encode_setcaps),
14522         (gst_y4m_encode_get_stream_header),
14523         (gst_y4m_encode_get_frame_header), (gst_y4m_encode_chain),
14524         (gst_y4m_encode_set_property), (gst_y4m_encode_get_property),
14525         (gst_y4m_encode_change_state), (plugin_init):
14526         * gst/y4m/gsty4mencode.h:
14527         Port of y4mencode to 0.10. 
14528
14529 2006-11-10  David Schleef  <ds@schleef.org>
14530
14531         * configure.ac:
14532         * gst/videoparse/Makefile.am:
14533         * gst/videoparse/gstvideoparse.c:
14534           A little pluggy to make sense out of the random chunks we get
14535           from multifilesrc.
14536
14537 2006-11-10  David Schleef  <ds@schleef.org>
14538
14539         * gst/multifile/Makefile.am:
14540           Let's not depend on a file that doesn't exist.
14541
14542 2006-11-10  David Schleef  <ds@schleef.org>
14543
14544         * gst/multifilesink/Makefile.am:
14545         * gst/multifilesink/gstmultifilesink.c:
14546         * gst/multifilesink/gstmultifilesink.h:
14547         * gst/multifilesink/multifilesink.vcproj:
14548           Remove the old one.
14549
14550 2006-11-10  David Schleef  <ds@schleef.org>
14551
14552         * configure.ac:
14553         * gst/multifile/Makefile.am:
14554         * gst/multifile/gstmultifile.c:
14555         * gst/multifile/gstmultifilesink.c:
14556         * gst/multifile/gstmultifilesrc.c:
14557         * gst/multifile/multifile.vproj:
14558           Revive multifile[src|sink].
14559
14560 2006-11-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14561
14562         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_set_property)
14563         (gst_dvbsrc_create), (gst_dvbsrc_output_frontend_stats),
14564         (gst_dvbsrc_tune), (gst_dvbsrc_set_pes_filters):
14565         Rename set_pes_filter to set_pes_filters for consistency.
14566         Do run-time pid filtering.
14567
14568 2006-11-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14569
14570         * sys/dvb/gstdvbsrc.c: (read_device):
14571         Do not call output_frontend_stats from a method that does not
14572         have the gstdvbsrc object.
14573         This fixes the build, sorry guys!
14574
14575 2006-11-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14576
14577         * sys/dvb/gstdvbsrc.c: (read_device), (gst_dvbsrc_create),
14578         (gst_dvbsrc_output_frontend_stats), (gst_dvbsrc_tune),
14579         (gst_dvbsrc_set_pes_filter):
14580         * sys/dvb/gstdvbsrc.h:
14581         Force PAT to always be in the filter.
14582         Try to continue reading after failing 10 times.
14583
14584 2006-11-04  Thomas Vander Stichele  <thomas at apestaart dot org>
14585
14586         * po/POTFILES.in:
14587           add dvbsrc
14588         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_class_init), (gst_dvbsrc_init),
14589         (gst_dvbsrc_set_property), (gst_dvbsrc_get_property),
14590         (gst_dvbsrc_open_frontend), (gst_dvbsrc_open_dvr),
14591         (gst_dvbsrc_finalize), (read_device), (gst_dvbsrc_create),
14592         (gst_dvbsrc_start), (gst_dvbsrc_frontend_status),
14593         (gst_dvbsrc_tune), (gst_dvbsrc_unset_pes_filters),
14594         (gst_dvbsrc_set_pes_filter):
14595         * sys/dvb/gstdvbsrc.h:
14596           adapter-prefix is a terrible name for a device, so replace it.
14597           strerror should be used immediately after the syscall related to it.
14598           Actually throw a reasonable GST_ELEMENT_ERROR if we fail to open
14599           (pretty easy to trigger by opening the same device twice).
14600           Use _OBJECT macros where it makes sense.
14601           This element is going to need some work before it moves.
14602
14603 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
14604
14605         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
14606
14607         * configure.ac:
14608         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_mode_get_type),
14609         (gst_wavpack_enc_correction_mode_get_type),
14610         (gst_wavpack_enc_joint_stereo_mode_get_type),
14611         (gst_wavpack_enc_init), (gst_wavpack_enc_set_wp_config):
14612           Fix enum nicks; only emit no-more-pads once; add support for very
14613           fast encoding mode in upcoming 4.40.0 release (#369539).
14614
14615 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
14616
14617         Patch by: Sergey Scobich  <sergey dot scobich at gmail com>
14618
14619         * sys/directdraw/gstdirectdrawsink.c:
14620         (gst_directdrawsink_window_thread),
14621         (gst_directdrawsink_create_default_window):
14622         * sys/directdraw/gstdirectdrawsink.h:
14623         * sys/directsound/gstdirectsoundsink.c:
14624           Wait until the window is created before using it; guard unistd.h
14625           includes with HAVE_UNISTD_H. (#366523)
14626
14627         * win32/vs8/libgstdirectdraw.vcproj:
14628         * win32/vs8/libgstdirectsound.vcproj:
14629           Update project files.
14630
14631 2006-10-31  Wim Taymans  <wim@fluendo.com>
14632
14633         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
14634         (gst_qtdemux_handle_src_query), (qtdemux_parse_tree),
14635         (qtdemux_parse_trak):
14636         Handle unbounded length streams a bit better. Fixes #367696.
14637
14638 2006-10-29  Tim-Philipp Müller  <tim at centricular dot net>
14639
14640         * ext/dts/gstdtsdec.c: (gst_dtsdec_handle_frame):
14641           Fix flow handling and buffer refcounting (gst_pad_push() takes
14642           ownership of the buffer passed to it, the buffer does not have
14643           to be unreffed no matter what flow value gst_pad_push() returns).
14644
14645 2006-10-26  Edgard Lima <edgard.lima@indt.org.br>
14646
14647         Patch by: Renato Filho <renato.filho@indt.org.br> 
14648
14649         * gst/nuvdemux/gstnuvdemux.c:
14650         * gst/nuvdemux/gstnuvdemux.h:
14651         Fixed bug for files with timestamps less than 0.
14652         
14653 2006-10-21  David Schleef  <ds@schleef.org>
14654
14655         * configure.ac:
14656         * gst/multifilesink/Makefile.am:
14657         * gst/multifilesink/gstmultifilesink.c:
14658         * gst/multifilesink/gstmultifilesink.h:
14659           I copied over filesink a while ago and modified it to work
14660           as multifilesink.  Might as well check it in.  This could
14661           use some work before being declared useful.
14662
14663 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
14664
14665         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_set_wp_config):
14666         * ext/wavpack/gstwavpackparse.c:
14667         (gst_wavpack_parse_create_src_pad):
14668         * gst/nuvdemux/gstnuvdemux.c: (gst_nuv_demux_create_pads):
14669         * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad):
14670           Activate pads before adding them to running element.
14671
14672 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
14673
14674         Patch by: Josep Torra Valles  <josep at fluendo com>
14675
14676         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
14677         (next_entry_size), (qtdemux_inflate), (qtdemux_parse_moov),
14678         (qtdemux_parse_tree), (qtdemux_parse_trak), (qtdemux_tag_add_str),
14679         (qtdemux_tag_add_num), (qtdemux_tag_add_date),
14680         (qtdemux_tag_add_gnre):
14681           Make compile with Forte compiler, mostly don't do pointer arithmetic
14682           with void pointers (#362626).
14683
14684 2006-10-17  Edgard Lima <edgard.lima@indt.org.br>
14685
14686         * gst/nuvdemux/gstnuvdemux.c:
14687         Just a cast to make it compile oos big_endian systems.
14688
14689 2006-10-17  Edgard Lima <edgard.lima@indt.org.br>
14690
14691         Patch by: Renato Filho <renato.filho@indt.org.br> and Rosfran Borges
14692         <rosfran.borges@indt.org.br>
14693
14694         * configure.ac:
14695         * gst/nuvdemux/:
14696         * gst/nuvdemux/Makefile.am:
14697         * gst/nuvdemux/gstnuvdemux.c:
14698         * gst/nuvdemux/gstnuvdemux.h:
14699         Created new element nuvdemux.
14700         
14701 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
14702
14703         Patch by: Josep Torra Valles  <josep at fluendo com>
14704
14705         * gst/nsf/fds_snd.c:
14706         * gst/nsf/mmc5_snd.c:
14707         * gst/nsf/nsf.c:
14708         * gst/nsf/vrc7_snd.c:
14709         * gst/nsf/vrcvisnd.c:
14710           Fix some things the Forte compiler warns about (#362626).
14711
14712 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
14713
14714         * gst/qtdemux/qtdemux.c: (qtdemux_parse_moov), (qtdemux_parse),
14715         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
14716         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
14717         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
14718         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
14719         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
14720         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
14721         (qtdemux_dump_unknown), (qtdemux_tree_get_child_by_type),
14722         (qtdemux_tree_get_sibling_by_type):
14723         * gst/qtdemux/qtdemux.h:
14724           Avoid void pointer usage, better use guint8 * instead.
14725
14726 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
14727
14728         * configure.ac:
14729         * gst/deinterlace/Makefile.am:
14730         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_base_init),
14731         (gst_deinterlace_class_init), (gst_deinterlace_init),
14732         (gst_deinterlace_stop), (gst_deinterlace_transform_caps),
14733         (gst_deinterlace_set_caps), (gst_deinterlace_transform_ip),
14734         (gst_deinterlace_set_property), (gst_deinterlace_get_property):
14735         * gst/deinterlace/gstdeinterlace.h:
14736           Port simple deinterlacer from 0.8. Use at your own risk, don't blame
14737           me for anything it does or does not do to your precious pictures.
14738
14739 2006-10-11  Edward Hervey  <edward@fluendo.com>
14740
14741         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
14742         Add some fourcc for DV format.
14743
14744 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
14745
14746         * gst/qtdemux/qtdemux.c: (extract_initial_length_and_fourcc),
14747         (gst_qtdemux_loop_state_header):
14748           Printf format fixes.
14749
14750         * sys/dvb/gstdvbsrc.c:
14751           Use "_stdint.h".
14752
14753 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14754
14755         * sys/dvb/Makefile.am:
14756         * sys/dvb/dvb-api/Makefile.am:
14757         * sys/dvb/dvb-api/audio.h:
14758         * sys/dvb/dvb-api/ca.h:
14759         * sys/dvb/dvb-api/dmx.h:
14760         * sys/dvb/dvb-api/frontend.h:
14761         * sys/dvb/dvb-api/net.h:
14762         * sys/dvb/dvb-api/osd.h:
14763         * sys/dvb/dvb-api/version.h:
14764         * sys/dvb/dvb-api/video.h:
14765         Remove these files, not needed use system files.
14766         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_set_property),
14767         (gst_dvbsrc_create), (gst_dvbsrc_output_frontend_stats),
14768         (gst_dvbsrc_tune):
14769         Fix warnings, uint16_t etc. is in stdint.h.
14770         Use system includes not our local ones.
14771
14772 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14773
14774         * configure.ac:
14775         * sys/Makefile.am:
14776         Add dvb detection and allow dvbsrc to be built.
14777
14778 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14779         
14780         * configure.ac:
14781         * sys/Makefile.am:
14782         * sys/dvb/AUTHORS:
14783         * sys/dvb/Makefile.am:
14784         * sys/dvb/README:
14785         * sys/dvb/dvb-api/Makefile.am:
14786         * sys/dvb/dvb-api/audio.h:
14787         * sys/dvb/dvb-api/ca.h:
14788         * sys/dvb/dvb-api/dmx.h:
14789         * sys/dvb/dvb-api/frontend.h:
14790         * sys/dvb/dvb-api/net.h:
14791         * sys/dvb/dvb-api/osd.h:
14792         * sys/dvb/dvb-api/version.h:
14793         * sys/dvb/dvb-api/video.h:
14794         * sys/dvb/gstdvbsrc.c: 
14795         * sys/dvb/gstdvbsrc.h:
14796         Initial import of dvbsrc.
14797         Currently won't be built.
14798
14799 2006-10-10  Wim Taymans  <wim@fluendo.com>
14800
14801         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
14802         (gst_qtdemux_push_event), (gst_qtdemux_do_seek),
14803         (gst_qtdemux_change_state), (extract_initial_length_and_fourcc),
14804         (gst_qtdemux_loop_state_header), (gst_qtdemux_activate_segment),
14805         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop),
14806         (gst_qtdemux_post_buffering), (gst_qtdemux_chain),
14807         (gst_qtdemux_add_stream), (qtdemux_process_redirects),
14808         (qtdemux_parse_tree), (qtdemux_parse_trak):
14809         Reorganise some stuff.
14810         Parse RTSP redirection URLS.
14811
14812 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
14813
14814         * docs/plugins/gst-plugins-bad-plugins.args:
14815         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
14816         * docs/plugins/gst-plugins-bad-plugins.interfaces:
14817         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
14818         * docs/plugins/inspect/plugin-dtsdec.xml:
14819         * docs/plugins/inspect/plugin-mms.xml:
14820         * docs/plugins/inspect/plugin-mpeg2enc.xml:
14821         * docs/plugins/inspect/plugin-neon.xml:
14822         * docs/plugins/inspect/plugin-replaygain.xml:
14823         * docs/plugins/inspect/plugin-soundtouch.xml:
14824         * docs/plugins/inspect/plugin-spcdec.xml:
14825         * docs/plugins/inspect/plugin-swfdec.xml:
14826         * docs/plugins/inspect/plugin-videocrop.xml:
14827         * docs/plugins/inspect/plugin-wavpack.xml:
14828           Add/update docs stuff.
14829
14830 2006-10-06  Tim-Philipp Müller  <tim at centricular dot net>
14831
14832         Patch by: René Stadler  <mail at renestadler de>
14833
14834         * configure.ac:
14835         * docs/plugins/Makefile.am:
14836         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
14837         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
14838         * gst/replaygain/Makefile.am:
14839         * gst/replaygain/gstrganalysis.c: (gst_rg_analysis_base_init),
14840         (gst_rg_analysis_class_init), (gst_rg_analysis_init),
14841         (gst_rg_analysis_set_property), (gst_rg_analysis_get_property),
14842         (gst_rg_analysis_start), (gst_rg_analysis_set_caps),
14843         (gst_rg_analysis_transform_ip), (gst_rg_analysis_event),
14844         (gst_rg_analysis_stop), (gst_rg_analysis_handle_tags),
14845         (gst_rg_analysis_handle_eos), (gst_rg_analysis_track_result),
14846         (gst_rg_analysis_album_result), (plugin_init):
14847         * gst/replaygain/gstrganalysis.h:
14848         * gst/replaygain/rganalysis.c: (yule_filter), (butter_filter),
14849         (apply_filters), (reset_filters), (accumulator_add),
14850         (accumulator_clear), (accumulator_result), (rg_analysis_new),
14851         (rg_analysis_set_sample_rate), (rg_analysis_destroy),
14852         (rg_analysis_analyze_mono_float),
14853         (rg_analysis_analyze_stereo_float),
14854         (rg_analysis_analyze_mono_int16),
14855         (rg_analysis_analyze_stereo_int16), (rg_analysis_analyze),
14856         (rg_analysis_track_result), (rg_analysis_album_result),
14857         (rg_analysis_reset_album), (rg_analysis_reset):
14858         * gst/replaygain/rganalysis.h:
14859           Add ReplayGain analysis element (#357069).
14860
14861         * tests/check/Makefile.am:
14862         * tests/check/elements/.cvsignore:
14863         * tests/check/elements/rganalysis.c: (get_expected_gain),
14864         (setup_rganalysis), (cleanup_rganalysis), (set_playing_state),
14865         (send_eos_event), (send_tag_event), (poll_eos), (poll_tags),
14866         (fail_unless_track_gain), (fail_unless_track_peak),
14867         (fail_unless_album_gain), (fail_unless_album_peak),
14868         (fail_if_track_tags), (fail_if_album_tags),
14869         (fail_unless_num_tracks), (test_buffer_const_float_mono),
14870         (test_buffer_const_float_stereo), (test_buffer_const_int16_mono),
14871         (test_buffer_const_int16_stereo), (test_buffer_square_float_mono),
14872         (test_buffer_square_float_stereo), (test_buffer_square_int16_mono),
14873         (test_buffer_square_int16_stereo), (push_buffer), (GST_START_TEST),
14874         (rganalysis_suite), (main):
14875           Unit tests for the new replaygain element.
14876
14877 2006-10-06  Wim Taymans  <wim@fluendo.com>
14878
14879         * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_chain),
14880         (gst_faad_close_decoder):
14881         Some cleanups.
14882         Added some more debugging.
14883         Don't ever ignore unlinked, we're not a demuxer.
14884
14885         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
14886         Activate pad before adding it to the element.
14887
14888 2006-10-06  Michael Smith  <msmith@fluendo.com>
14889
14890         * ext/theora/theoradec.c: (gst_theoradec_reset),
14891         (theora_get_query_types), (theora_dec_src_query),
14892         (theora_dec_src_event), (theora_dec_sink_event),
14893         (theora_handle_comment_packet), (theora_handle_type_packet),
14894         (theora_handle_header_packet), (clip_buffer), (theora_dec_push),
14895         (theora_handle_422_image), (theora_handle_420_image),
14896         (theora_handle_data_packet), (theora_dec_chain),
14897         (theora_dec_change_state):
14898         * ext/theora/theoradec.h:
14899           Port lots of changes from theoradec to theoraexpdec.
14900           This catches this plugin up to theoradec. Note that duplicate frames
14901           are broken in theoradec at the moment.
14902
14903 2006-10-06  Tim-Philipp Müller  <tim at centricular dot net>
14904
14905         * gst/spectrum/gstspectrum.c: (gst_spectrum_transform_ip):
14906           Fix mem leak, avoid unnecessary memcpy.
14907
14908 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
14909
14910         * gst/spectrum/gstspectrum.c: (gst_spectrum_init),
14911         (gst_spectrum_transform_ip):
14912           Removed cruft code that was just commented out. Removed some obsolete
14913           debug logs statements.
14914
14915 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
14916
14917         * ext/dts/gstdtsdec.c: (gst_dtsdec_chain):
14918         * ext/musicbrainz/gsttrm.c: (gst_trm_setcaps):
14919         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
14920         * gst/qtdemux/qtdemux.c: (gst_qtdemux_chain), (qtdemux_parse),
14921         (qtdemux_parse_trak):
14922         * gst/spectrum/gstspectrum.c: (gst_spectrum_transform_ip):
14923           Another batch of printf format fixes.
14924
14925 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
14926
14927         * gst/videocrop/gstvideocrop.c: (gst_video_crop_class_init),
14928         (gst_video_crop_init),
14929         (gst_video_crop_get_image_details_from_caps),
14930         (gst_video_crop_transform_packed_complex),
14931         (gst_video_crop_transform_packed_simple),
14932         (gst_video_crop_transform), (gst_video_crop_transform_caps),
14933         (gst_video_crop_set_caps),
14934         (gst_videocrop_clear_negotiated_caps_locked),
14935         (gst_video_crop_set_property):
14936         * gst/videocrop/gstvideocrop.h:
14937           Handle packed YUV formats (UYVY, YUY2, YUYV) separately; also, fix
14938           passthrough mode; lastly, clear negotiated basetransform caps when
14939           the cropping changes in order to force renegotiation.
14940
14941 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
14942
14943         * tests/icles/.cvsignore:
14944         * tests/icles/Makefile.am:
14945         * tests/icles/videocrop-test.c: (quit_mainloop), (tick_cb),
14946         (test_with_caps), (video_crop_get_test_caps), (main):
14947           Visual test for videocrop, shows that packed yuv doesn't work right
14948           yet. --with-ffmpegcolorspace option doesn't work yet for unknown
14949           reasons (another basetransform issue?)
14950
14951 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
14952
14953         * po/POTFILES.in:
14954         * sys/v4l2/.cvsignore:
14955           Remove more v4l2 stuff, hopefully fixing 'make distcheck' again.
14956
14957 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
14958
14959         * docs/plugins/Makefile.am:
14960         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
14961         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
14962         * docs/plugins/inspect/plugin-video4linux2.xml:
14963         * gst-plugins-bad.spec.in:
14964           removed v4l2
14965
14966 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
14967
14968         * configure.ac:
14969         * sys/Makefile.am:
14970         * sys/v4l2/Makefile.am:
14971         * sys/v4l2/README:
14972         * sys/v4l2/gstv4l2.c:
14973         * sys/v4l2/gstv4l2colorbalance.c:
14974         * sys/v4l2/gstv4l2colorbalance.h:
14975         * sys/v4l2/gstv4l2object.c:
14976         * sys/v4l2/gstv4l2object.h:
14977         * sys/v4l2/gstv4l2src.c:
14978         * sys/v4l2/gstv4l2src.h:
14979         * sys/v4l2/gstv4l2tuner.c:
14980         * sys/v4l2/gstv4l2tuner.h:
14981         * sys/v4l2/gstv4l2vidorient.c:
14982         * sys/v4l2/gstv4l2vidorient.h:
14983         * sys/v4l2/gstv4l2xoverlay.c:
14984         * sys/v4l2/gstv4l2xoverlay.h:
14985         * sys/v4l2/v4l2_calls.c:
14986         * sys/v4l2/v4l2_calls.h:
14987         * sys/v4l2/v4l2src_calls.c:
14988         * sys/v4l2/v4l2src_calls.h:
14989           moved to gst-plugins-good
14990
14991 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
14992
14993         * sys/v4l2/gstv4l2object.c:
14994         (gst_v4l2_object_install_properties_helper):
14995           comment out the properties that are already part of the tuner
14996           interface.
14997
14998 2006-10-03  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14999
15000         * sys/v4l2/gstv4l2src.c:
15001         Improve docs.
15002
15003 2006-10-02  Tim-Philipp Müller  <tim at centricular dot net>
15004
15005         * ext/xvid/gstxvid.c: (plugin_init):
15006           Set rank of xviddec to NONE until someone fixes it (too many crasher
15007           bug reports against totem, people should use gst-ffmpeg).
15008
15009 2006-09-28  Wim Taymans  <wim@fluendo.com>
15010
15011         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_all_caps),
15012         (gst_v4l2src_get_caps):
15013         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
15014         Framerate can be 0/1 too.
15015         Init framerate to 0/1 before querying it so that we can detect
15016         devices that don't know about a framerate.
15017         Add some more debugging info.
15018
15019 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
15020
15021         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
15022           Add support for 'yv12' fourcc.
15023
15024 2006-09-27  Edgard Lima <edgard.lima@indt.org.br>
15025
15026         * sys/v4l2/gstv4l2src.c:
15027         * sys/v4l2/gstv4l2src.h:
15028         * tests/icles/v4l2src-test.c:
15029         Removed set-undef-fps.
15030
15031 2006-09-27  Wim Taymans  <wim@fluendo.com>
15032
15033         * sys/v4l2/gstv4l2object.c:
15034         (gst_v4l2_object_install_properties_helper), (gst_v4l2_object_new),
15035         (gst_v4l2_object_set_property_helper),
15036         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
15037         * sys/v4l2/gstv4l2object.h:
15038         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
15039         (gst_v4l2src_create):
15040         * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_contains_channel),
15041         (gst_v4l2_tuner_list_channels),
15042         (gst_v4l2_tuner_set_channel_and_notify),
15043         (gst_v4l2_tuner_get_channel), (gst_v4l2_tuner_contains_norm),
15044         (gst_v4l2_tuner_list_norms), (gst_v4l2_tuner_set_norm_and_notify),
15045         (gst_v4l2_tuner_get_norm):
15046         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
15047         (gst_v4l2_fill_lists), (gst_v4l2_empty_lists):
15048         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_get_fps):
15049         Renamed some properties to match the tuner interface naming.
15050
15051 2006-09-27  Wim Taymans  <wim@fluendo.com>
15052
15053         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_set_property_helper),
15054         (gst_v4l2_set_defaults):
15055         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read),
15056         (gst_v4l2src_create):
15057         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open):
15058         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
15059         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_set_norm),
15060         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
15061         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
15062         (gst_v4l2_set_attribute), (gst_v4l2_get_input),
15063         (gst_v4l2_set_input):
15064         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
15065         (gst_v4l2src_grab_frame), (gst_v4l2src_get_capture),
15066         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init),
15067         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop),
15068         (gst_v4l2src_buffer_new):
15069         * tests/icles/v4l2src-test.c: (my_bus_callback), (main):
15070         Small cleanups.
15071         Fix error messages.
15072         Use locks when getting timestamps.
15073         Fix leaks in test.
15074         Add licensing header to tests.
15075
15076 2006-09-27  Edgard Lima <edgard.lima@indt.org.br>
15077
15078         * sys/v4l2/gstv4l2colorbalance.c:
15079         * sys/v4l2/gstv4l2object.c:
15080         * sys/v4l2/gstv4l2src.c:
15081         * sys/v4l2/gstv4l2src.h:
15082         * sys/v4l2/gstv4l2tuner.c:
15083         * sys/v4l2/v4l2_calls.c:
15084         * sys/v4l2/v4l2src_calls.c:
15085         * tests/icles/v4l2src-test.c:
15086         Some cleanups and comments.
15087
15088 2006-09-26  Wim Taymans  <wim@fluendo.com>
15089
15090         * docs/plugins/Makefile.am:
15091         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
15092         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
15093         Add v4l2 plugin to the docs.
15094
15095         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read),
15096         (gst_v4l2src_get_mmap), (gst_v4l2src_create):
15097         * sys/v4l2/gstv4l2src.h:
15098         * sys/v4l2/gstv4l2vidorient.c:
15099         Fix docs.
15100         Remove some more externs.
15101
15102 2006-09-26  Wim Taymans  <wim@fluendo.com>
15103
15104         * sys/v4l2/Makefile.am:
15105         Fix makefile, list libs in stack order.
15106
15107         * sys/v4l2/gstv4l2colorbalance.c:
15108         * sys/v4l2/gstv4l2colorbalance.h:
15109         * sys/v4l2/gstv4l2object.c: (gst_v4l2_device_get_type),
15110         (gst_v4l2_object_install_properties_helper):
15111         * sys/v4l2/gstv4l2object.h:
15112         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read),
15113         (gst_v4l2src_get_mmap), (gst_v4l2src_create):
15114         * sys/v4l2/gstv4l2src.h:
15115         * sys/v4l2/gstv4l2tuner.h:
15116         * sys/v4l2/gstv4l2vidorient.h:
15117         * sys/v4l2/gstv4l2xoverlay.h:
15118         * sys/v4l2/v4l2_calls.h:
15119         * sys/v4l2/v4l2src_calls.h:
15120         Fix coding style:
15121         - Remove extern from functions.
15122         - Fix header indentation.
15123         Fix Flags, add defaults for properties.
15124         Remove unused enums.
15125         Fix TOO_LAZY in error messages.
15126
15127 2006-09-26  Wim Taymans  <wim@fluendo.com>
15128
15129         * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices),
15130         (gst_v4l2_probe_needs_probe),
15131         (gst_v4l2_object_install_properties_helper), (gst_v4l2_object_new),
15132         (gst_v4l2_object_destroy), (gst_v4l2_object_set_property_helper),
15133         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults),
15134         (gst_v4l2_object_start), (gst_v4l2_object_stop):
15135         * sys/v4l2/gstv4l2object.h:
15136         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
15137         (gst_v4l2src_init), (gst_v4l2src_dispose),
15138         (gst_v4l2src_set_property), (gst_v4l2src_get_property),
15139         (gst_v4l2src_fixate), (gst_v4l2src_get_caps),
15140         (gst_v4l2src_set_caps), (gst_v4l2src_get_read),
15141         (gst_v4l2src_get_mmap), (gst_v4l2src_create):
15142         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
15143         (gst_v4l2_open), (gst_v4l2_close), (gst_v4l2_get_norm),
15144         (gst_v4l2_set_norm), (gst_v4l2_get_frequency),
15145         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
15146         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute),
15147         (gst_v4l2_get_input), (gst_v4l2_set_input):
15148         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
15149         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
15150         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
15151         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
15152         (gst_v4l2src_capture_stop), (gst_v4l2src_capture_deinit),
15153         (gst_v4l2src_get_size_limits), (gst_v4l2src_set_fps),
15154         (gst_v4l2src_get_fps), (gst_v4l2src_buffer_finalize),
15155         (gst_v4l2src_buffer_new):
15156         Fix pass at code cleanups, move errors cases out of the normal
15157         flow for additional code clarity.
15158
15159 2006-09-23  Wim Taymans  <wim@fluendo.com>
15160
15161         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
15162         (gst_cdaudio_init), (gst_cdaudio_set_property),
15163         (gst_cdaudio_get_property), (gst_cdaudio_change_state),
15164         (gst_cdaudio_send_event), (gst_cdaudio_get_query_types),
15165         (gst_cdaudio_query), (cdaudio_uri_set_uri):
15166         Port to 0.10.
15167
15168 2006-09-22  David Schleef  <ds@schleef.org>
15169
15170         * sys/glsink/glimagesink.c:
15171           Fix problems when the element cannot open the display.
15172           (fixes #357212)
15173
15174 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
15175
15176         * configure.ac:
15177           Up requirements to -base CVS and core CVS (the format for the
15178           video orientation interface used by v4l2src and the latter
15179           since that's what -base CVS requires).
15180
15181 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
15182
15183         * ext/directfb/dfbvideosink.c: (plugin_init):
15184           Lower rank from SECONDARY to MARGINAL. Plugins in -bad that might
15185           be autoplugged shouldn't trump plugins in -base, -good or -ugly
15186           (in this case ximagesink).
15187
15188         * sys/glsink/glimagesink.c: (plugin_init):
15189           Set rank to NONE to prevent it from being autoplugged until
15190           errors are handled properly (see #357212).
15191
15192 2006-09-21  Edgard Lima <edgard.lima@indt.org.br>
15193
15194         * ext/neon/Makefile.am:
15195         * ext/neon/gstneonhttpsrc.c:
15196         * ext/neon/gstneonhttpsrc.h:
15197         Reverted previous commit (2006-09-19 - Allow internal codes from
15198         last.fm). As dicussed on #gstreamer it should be done in separete
15199         element.
15200
15201 2006-09-21  Wim Taymans  <wim@fluendo.com>
15202
15203         * ext/faac/gstfaac.c: (gst_faac_configure_source_pad),
15204         (gst_faac_chain):
15205         Add decoder specific info on the caps.
15206         Some cleanups here and there.
15207
15208 2006-09019  Edgard Lima <edgard.lima@indt.org.br>
15209
15210         Patch by: Milosz Derezynski <internalerror@gmail.com> and
15211                   Rosfran Borges <rosfran.borges@indt.org.br>
15212
15213         * ext/neon/Makefile.am:
15214         * ext/neon/gstneonhttpsrc.c:
15215         * ext/neon/gstneonhttpsrc.h:
15216         Allow internal codes from last.fm
15217         
15218
15219 2006-09-19  Edgard Lima <edgard.lima@indt.org.br>
15220
15221         * tests/icles/v4l2src-test.c:
15222         Just a small fix to the app options.
15223
15224 2006-09-19  Edgard Lima <edgard.lima@indt.org.br>
15225
15226         * sys/v4l2/Makefile.am:
15227         * sys/v4l2/gstv4l2src.c:
15228         * sys/v4l2/gstv4l2vidorient.c:
15229         * sys/v4l2/gstv4l2vidorient.h:
15230         * tests/icles/v4l2src-test.c:
15231         Add Video Orientation interface support to v4l2src.
15232         
15233 2006-09-19  Wim Taymans  <wim@fluendo.com>
15234
15235         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init),
15236         (gst_gsmdec_sink_setcaps), (gst_gsmdec_sink_event),
15237         (gst_gsmdec_chain):
15238         * ext/gsm/gstgsmdec.h:
15239         Handle WAV49 variant (GSM in WAV).
15240         Some small cleanups.
15241
15242 2006-09-18  Edgard Lima <edgard.lima@indt.org.br>
15243
15244         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_buffer_new ):
15245         Fix GST_BUFFER_DURATION.
15246
15247 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
15248
15249         * ext/hermes/gsthermescolorspace.c:
15250         * ext/ivorbis/vorbisfile.c:
15251         * ext/lcs/gstcolorspace.c:
15252         * ext/wavpack/gstwavpackenc.h:
15253         * ext/xine/xineaudiodec.c:
15254         * ext/xine/xineaudiosink.c:
15255         * ext/xine/xineinput.c:
15256         * gst/chart/gstchart.c:
15257         * gst/equalizer/gstiirequalizer.c:
15258         * gst/games/gstpuzzle.c:
15259         * gst/librfb/gstrfbsrc.c:
15260         * gst/mixmatrix/mixmatrix.c:
15261         * gst/nsf/gstnsf.h:
15262         * gst/vbidec/gstvbidec.c:
15263         * gst/virtualdub/gstxsharpen.c:
15264           More G_OBJECT macro fixing.
15265
15266 2006-09-15  Edgard Lima <edgard.lima@indt.org.br>
15267
15268         * sys/v4l2/gstv4l2src.c:
15269         * sys/v4l2/gstv4l2src.h:
15270         * sys/v4l2/gstv4l2xoverlay.c:
15271         * sys/v4l2/v4l2_calls.c:
15272         * sys/v4l2/v4l2src_calls.c:
15273         * tests/icles/v4l2src-test.c:
15274         The test application and the plgind error messages has been improved.
15275         
15276 2006-09-12  Stefan Kost  <ensonic@users.sf.net>
15277
15278         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
15279         (gst_spectrum_start), (gst_spectrum_stop), (gst_spectrum_event):
15280           Implements stop() to clear the adapter and event() to clear the
15281           adapter on FLUSH_STOP and EOS.
15282
15283 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
15284
15285         * gst/spectrum/gstspectrum.c: (gst_spectrum_init),
15286         (gst_spectrum_set_property):
15287         * gst/spectrum/gstspectrum.h:
15288           Fix type mixup in spectrum->interval (gdouble<->guint64). Spotted by
15289           René Stadler
15290
15291 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
15292
15293         * gst/spectrum/demo-osssrc.c: (draw_spectrum), (main):
15294           Use more defines
15295
15296         * gst/spectrum/gstspectrum.c: (gst_spectrum_init),
15297         (gst_spectrum_dispose), (gst_spectrum_set_caps),
15298         (gst_spectrum_transform_ip):
15299         * gst/spectrum/gstspectrum.h:
15300           Apply some of the spectrum cleanup changes suggested in #348085.
15301
15302 2006-09-08  Tim-Philipp Müller  <tim at centricular dot net>
15303
15304         * configure.ac:
15305           Bump requirements of -base (videocrop test case needs this).
15306
15307         * gst/videocrop/gstvideocrop.c:
15308           Document sloppy handling of subsampled chroma planes if
15309           left/top cropping is an odd number.
15310
15311         * tests/check/elements/videocrop.c: (handoff_cb),
15312         (videocrop_test_cropping_init_context),
15313         (videocrop_test_cropping_deinit_context),
15314         (videocrop_test_cropping), (check_1x1_buffer), (GST_START_TEST),
15315         (videocrop_suite), (main):
15316           Add another unit test that crops the input to 1x1 (and checks
15317           that that pixel has the expected values in a number of formats).
15318
15319 2006-09-08  Tim-Philipp Müller  <tim at centricular dot net>
15320
15321         * gst/videocrop/Makefile.am:
15322         * gst/videocrop/gstvideocrop.c: (gst_video_crop_class_init),
15323         (gst_video_crop_transform_packed),
15324         (gst_video_crop_transform_planar):
15325           Some quick tests indicate that it doesn't make a great deal
15326           of sense to use liboil here, at least not for the memcpy()s
15327           we do, so remove liboil usage until there is clear evidence
15328           it actually makes a positive difference somewhere.
15329
15330 2006-09-03  Tim-Philipp Müller  <tim at centricular dot net>
15331
15332         * tests/check/elements/videocrop.c: (handoff_cb),
15333         (buffer_probe_cb), (test_caps_transform), (test_passthrough),
15334         (notgst_value_list_get_nth_int), (videocrop_suite):
15335           More tests: check passthrough mode and caps transform in
15336           both directions with fixed values, ranges and lists.
15337
15338 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
15339
15340         * docs/plugins/Makefile.am:
15341         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
15342         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
15343         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
15344           Add videocrop to docs.
15345
15346         * gst/videocrop/Makefile.am:
15347         * gst/videocrop/gstvideocrop.c:
15348         * gst/videocrop/gstvideocrop.h:
15349           Move boilerplate stuff and structures into a header file.
15350
15351         * tests/check/Makefile.am:
15352         * tests/check/elements/.cvsignore:
15353         * tests/check/elements/videocrop.c: (video_crop_get_test_caps),
15354         (test_unit_sizes), (videocrop_test_cropping_init_context),
15355         (videocrop_test_cropping_deinit_context),
15356         (videocrop_test_cropping), (test_cropping), (videocrop_suite):
15357           Add unit tests for videocrop.
15358
15359 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
15360
15361         * configure.ac:
15362         * gst/videocrop/Makefile.am:
15363         * gst/videocrop/gstvideocrop.c: (gst_video_crop_base_init),
15364         (gst_video_crop_class_init), (gst_video_crop_init),
15365         (gst_video_crop_get_image_details_from_caps),
15366         (gst_video_crop_get_unit_size), (gst_video_crop_transform_packed),
15367         (gst_video_crop_transform_planar), (gst_video_crop_transform),
15368         (gst_video_crop_transform_dimension),
15369         (gst_video_crop_transform_dimension_value),
15370         (gst_video_crop_transform_caps), (gst_video_crop_set_caps),
15371         (gst_video_crop_set_property), (gst_video_crop_get_property),
15372         (plugin_init):
15373           Port/rewrite videocrop from scratch for GStreamer-0.10, and make
15374           it support all formats videoscale supports (#345653).
15375
15376 2006-09-02  Stefan Kost  <ensonic@users.sf.net>
15377
15378         * sys/v4l2/gstv4l2.c:
15379         * sys/v4l2/gstv4l2colorbalance.c:
15380         * sys/v4l2/gstv4l2object.c:
15381         (gst_v4l2_object_install_properties_helper):
15382         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
15383         * sys/v4l2/gstv4l2src.h:
15384           Whitespace cleanups, dashify property-names.
15385
15386 2006-09-02  Stefan Kost  <ensonic@users.sf.net>
15387
15388         * sys/v4l2/gstv4l2.c:
15389         * sys/v4l2/gstv4l2colorbalance.c:
15390         * sys/v4l2/gstv4l2colorbalance.h:
15391         * sys/v4l2/gstv4l2object.c:
15392         * sys/v4l2/gstv4l2object.h:
15393         * sys/v4l2/gstv4l2src.c:
15394         * sys/v4l2/gstv4l2src.h:
15395         * sys/v4l2/gstv4l2tuner.c:
15396         * sys/v4l2/gstv4l2tuner.h:
15397         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open):
15398         * sys/v4l2/gstv4l2xoverlay.h:
15399         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
15400         (gst_v4l2_open):
15401         * sys/v4l2/v4l2_calls.h:
15402         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_queue_frame),
15403         (gst_v4l2src_capture_init):
15404         * sys/v4l2/v4l2src_calls.h:
15405           Cleanup error messages and unify header comments
15406
15407 2006-08-31  Jan Schmidt  <thaytan@mad.scientist.com>
15408
15409         * gst/nsf/Makefile.am:
15410         Add missing GST_LIBS
15411
15412 2006-08-30  Edgard Lima <edgard.lima@indt.org.br>
15413
15414         * sys/v4l2/gstv4l2src.c:
15415         Another small fix to set_caps function (sucks copy/paste error).
15416         
15417 2006-08-30  Edgard Lima <edgard.lima@indt.org.br>
15418
15419         * sys/v4l2/gstv4l2src.c:
15420         Send new_segment in GST_FORMAT_TIME instead of in GST_FORMAT_BYTES.
15421
15422 2006-08-30  Edgard Lima <edgard.lima@indt.org.br>
15423
15424         * sys/v4l2/gstv4l2src.c:
15425         A small fix to set_caps function.
15426
15427 2006-08-30  Edward Hervey  <edward@fluendo.com>
15428
15429         * gst/qtdemux/qtdemux.c:
15430         (gst_qtdemux_do_seek):
15431         Reset each streams last_flow to GST_FLOW_OK.
15432         (gst_qtdemux_activate_segment):
15433         Removing mystic modifications for good.
15434
15435 2006-08-30  Stefan Kost  <ensonic@users.sf.net>
15436
15437         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
15438         (qtdemux_parse_tree):
15439           put back 'segment start<=stop' change that was mystically reverted by
15440           the last commit
15441
15442 2006-08-30  Stefan Kost  <ensonic@users.sf.net>
15443
15444         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
15445         (qtdemux_parse_tree):
15446         Fix the build for disabled debug
15447
15448 2006-08-29  Edgard Lima <edgard.lima@indt.org.br>
15449
15450         * sys/v4l2/gstv4l2src.c:
15451         * sys/v4l2/v4l2src_calls.c:
15452         * sys/v4l2/v4l2src_calls.h:
15453         Fixed framerate negotiation.
15454         
15455 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
15456
15457         Patch by: Andrew Andkjar  <enki at goodship net>
15458
15459         * ext/sdl/sdlaudiosink.c: (gst_sdlaudio_sink_close):
15460         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_supported),
15461         (gst_sdlvideosink_deinitsdl):
15462           Only de-init the subsystem we previously initialised. Avoids
15463           borkage when both sdlvideosink and sdlaudiosink are used
15464           at the same time and one is shut down.
15465
15466 2006-08-28  Wim Taymans  <wim@fluendo.com>
15467
15468         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
15469         (gst_qtdemux_add_stream), (qtdemux_parse_trak),
15470         (qtdemux_video_caps):
15471         Make sure segment start<=stop in weird quicktime files.
15472
15473 2006-08-28  Stefan Kost  <ensonic@users.sf.net>
15474
15475         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
15476           add comments and more debug logging
15477
15478 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
15479
15480         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
15481
15482         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_post_tags),
15483         (gst_wavpack_dec_chain):
15484           Post audio codec and average bitrate tags on bus (#344472).
15485
15486         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init),
15487         (gst_wavpack_parse_src_query):
15488           Forward queries in other formats (BYTE format in particular)
15489           upstream; add Sebastian to authors.
15490
15491 2006-08-23  Edgard Lima <edgard.lima@indt.org.br>
15492
15493         * sys/v4l2/gstv4l2src.c:
15494         * sys/v4l2/v4l2src_calls.c:
15495         * sys/v4l2/v4l2src_calls.h:
15496         Fix set_caps to set width and height to the values the driver is
15497         really working with.
15498
15499 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
15500
15501         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_push_block):
15502           Fix mem leak, send newsegment event on correction pad
15503           as well (#352476).
15504
15505         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init):
15506           Restore original author (on Sebastian's request).
15507
15508         * tests/check/Makefile.am:
15509         * tests/check/gst-plugins-bad.supp:
15510           Add (so far empty) suppression file for -bad. Remove
15511           wavpackenc test from VALGRIND_TO_FIX now that the leak
15512           is fixed.
15513
15514 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
15515
15516         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
15517
15518         * tests/check/Makefile.am:
15519         * tests/check/elements/.cvsignore:
15520         * tests/check/elements/wavpackdec.c: (setup_wavpackdec),
15521         (cleanup_wavpackdec), (GST_START_TEST), (wavpackdec_suite), (main):
15522         * tests/check/elements/wavpackenc.c: (setup_wavpackenc),
15523         (cleanup_wavpackenc), (GST_START_TEST), (wavpackenc_suite), (main):
15524         * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad),
15525         (setup_wavpackparse), (cleanup_wavpackparse), (GST_START_TEST),
15526         (wavpackparse_suite), (main):
15527           Add unit tests for wavpack elements (#352476).
15528
15529 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
15530
15531         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
15532
15533         * docs/plugins/Makefile.am:
15534         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
15535         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
15536         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
15537         * docs/plugins/inspect/plugin-wavpack.xml:
15538         * ext/wavpack/gstwavpackdec.c:
15539         * ext/wavpack/gstwavpackdec.h:
15540         * ext/wavpack/gstwavpackenc.c:
15541         * ext/wavpack/gstwavpackenc.h:
15542         * ext/wavpack/gstwavpackparse.c:
15543         * ext/wavpack/gstwavpackparse.h:
15544           Add docs for wavpack elements (#352476).
15545
15546 2006-08-22  Edgard Lima <edgard.lima@indt.org.br>
15547
15548         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_size_limits)
15549         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fixate)
15550         Fixed query size to work with drivers that uses intermediate step
15551         like "width * height" to find closest size.
15552         
15553 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
15554
15555         * configure.ac:
15556         * docs/plugins/Makefile.am:
15557         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
15558         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
15559         * gst/gdp/Makefile.am:
15560         * gst/gdp/gstgdp.c:
15561         * gst/gdp/gstgdpdepay.c:
15562         * gst/gdp/gstgdpdepay.h:
15563         * gst/gdp/gstgdppay.c:
15564         * gst/gdp/gstgdppay.h:
15565         * tests/check/Makefile.am:
15566         * tests/check/elements/gdpdepay.c:
15567         * tests/check/elements/gdppay.c:
15568           move gdp plugin to good.
15569
15570 2006-08-21  Wim Taymans  <wim@fluendo.com>
15571
15572         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
15573         (qtdemux_node_dump_foreach), (qtdemux_parse_trak),
15574         (qtdemux_video_caps), (qtdemux_audio_caps):
15575         Some more constification.
15576         Fix some paletted data formats again.
15577         Fix ulaw/alaw in qt.
15578         Set correct caps for raw RGB.
15579         Add support for yuv2, which is like Yuv2.
15580         Add support for raw audio with the NONE fourcc, which is like raw.
15581
15582 2006-08-21  Wim Taymans  <wim@fluendo.com>
15583
15584         * ext/gsm/gstgsm.c: (plugin_init):
15585         Make rank PRIMARY now that GSM seems to work fine.
15586
15587 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
15588
15589         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_init),
15590         (gst_wavpack_enc_finalize), (gst_wavpack_enc_sink_set_caps),
15591         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_format_samples),
15592         (gst_wavpack_enc_push_block), (gst_wavpack_enc_chain),
15593         (gst_wavpack_enc_rewrite_first_block),
15594         (gst_wavpack_enc_sink_event), (gst_wavpack_enc_change_state),
15595         (gst_wavpack_enc_set_property), (gst_wavpack_enc_get_property):
15596         * ext/wavpack/gstwavpackenc.h:
15597         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
15598         (gst_wavpack_parse_src_query), (gst_wavpack_parse_src_event),
15599         (gst_wavpack_parse_init), (gst_wavpack_parse_get_upstream_length),
15600         (gst_wavpack_parse_loop):
15601           More clean-ups: use shorter variable names to make code easier to
15602           read; prefix structures we define with 'Gst' to make it clearer
15603           where they come from.
15604
15605 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
15606
15607         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_init),
15608         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
15609         (gst_wavpack_enc_chain), (gst_wavpack_enc_rewrite_first_block),
15610         (gst_wavpack_enc_sink_event):
15611           Fix caps set on buffers and template caps (output is framed)
15612           and make them match (#351663); use GST_WARNING_OBJECT instead of
15613           GST_ELEMENT_WARNING; simplify push_block(); do some small
15614           clean-ups here and there; fix memleak (#351663).
15615
15616 2006-08-18  Tim-Philipp Müller  <tim at centricular dot net>
15617
15618         Based on patch by: Sebastian Dröge <slomo at circular-chaos.org>
15619
15620         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_sink_event),
15621         (gst_wavpack_parse_get_upstream_length),
15622         (gst_wavpack_parse_find_marker), (gst_wavpack_parse_resync_loop),
15623         (gst_wavpack_parse_loop), (gst_wavpack_parse_resync_adapter):
15624           Fix resyncing in push mode not stopping re-syncing at embedded
15625           zeroes; skip garbage between frames in pull mode as well if
15626           necessary; use gst_pad_query_peer_duration(); push EOS and
15627           NEWSEGMENT event in right direction (#351659).
15628
15629 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
15630
15631         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
15632
15633         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_class_init):
15634         * ext/wavpack/gstwavpackparse.c:
15635         (gst_wavpack_parse_resync_adapter), (gst_wavpack_parse_chain):
15636           In push mode, re-sync to next wavpack header if sync is lost
15637           (#351557). Also use hyphens instead of underscores in
15638           GObject property names.
15639
15640 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
15641
15642         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
15643
15644         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_class_init),
15645         (gst_wavpack_parse_reset), (gst_wavpack_parse_get_src_query_types),
15646         (gst_wavpack_parse_src_query),
15647         (gst_wavpack_parse_handle_seek_event),
15648         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_init),
15649         (gst_wavpack_parse_create_src_pad),
15650         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop),
15651         (gst_wavpack_parse_chain), (gst_wavpack_parse_sink_activate),
15652         (gst_wavpack_parse_sink_activate_pull):
15653         * ext/wavpack/gstwavpackparse.h:
15654           Make wavpackparse also work in push-mode (not seekable yet though);
15655           some small clean-ups along the way; add support for SEEKING query
15656           and query types function. (#351495).
15657
15658 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
15659
15660         * ext/libfame/gstlibfame.c: (gst_fameenc_get_property):
15661         * sys/glsink/glimagesink.c: (gst_glimage_sink_get_property):
15662           Fix leaks (#351502).
15663
15664 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
15665
15666         * gst/qtdemux/qtdemux.c: (qtdemux_redirects_sort_func),
15667         (qtdemux_process_redirects), (qtdemux_parse_tree):
15668           Extract all references/redirections if there is more
15669           than one and sort them; also extract minimum required
15670           bitrate information if available. (#350399)
15671           
15672 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
15673
15674         Patch by: Michal Benes  <michal.benes at itonis tv>
15675
15676         * ext/faac/gstfaac.c: (gst_faac_configure_source_pad):
15677           Bitrate in the faac structure is per output channel,
15678           not total bitrate (#350741).
15679
15680 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
15681
15682         * ext/xvid/gstxvidenc.c: (gst_xvidenc_chain):
15683           Fix GST_ELEMENT_ERROR usage.
15684
15685 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
15686
15687         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
15688           Fix silly typo.
15689
15690 2006-08-08  Edward Hervey  <edward@fluendo.com>
15691
15692         * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
15693         I forgot to include the file containing the #define :)
15694         Now includes "config.h"
15695
15696 2006-08-08  Edward Hervey  <edward@fluendo.com>
15697
15698         * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
15699         Ignore test known to fail on PPC64. See #348114.
15700
15701 2006-08-04  Edgard Lima <edgard.lima@indt.org.br>
15702
15703         Patch by: Rosfran Borges <rosfran dot borges at indt dot org dot
15704         br>
15705
15706         * ext/neon/gstneonhttpsrc.c:
15707         * ext/neon/gstneonhttpsrc.h:
15708         Allow HTTP redirect (HTTP status code 302).
15709
15710 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15711
15712         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
15713         Fix event parsing by gdpdepay.  Fixes #349916.
15714
15715 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
15716
15717         Patch by: Thadeu Lima de Souza Cascardo <cascardo at holoscopio dot
15718         com>
15719
15720         * ext/Makefile.am:
15721           Use right variables when USE_SPC is defined.
15722
15723 2006-08-02  Wim Taymans  <wim@fluendo.com>
15724
15725         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_init),
15726         (gst_gdp_depay_finalize), (gst_gdp_depay_sink_event),
15727         (gst_gdp_depay_src_event), (gst_gdp_depay_chain),
15728         (gst_gdp_depay_change_state):
15729         Disable seeking.
15730         Small cleanups.
15731         Clear adapter on disconts.
15732         Clear caps when going to READY instead of NULL
15733
15734         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init),
15735         (gst_gdp_pay_init), (gst_gdp_pay_finalize), (gst_gdp_pay_reset),
15736         (gst_gdp_buffer_from_caps), (gst_gdp_pay_buffer_from_buffer),
15737         (gst_gdp_buffer_from_event), (gst_gdp_pay_reset_streamheader),
15738         (gst_gdp_queue_buffer), (gst_gdp_pay_chain),
15739         (gst_gdp_pay_sink_event), (gst_gdp_pay_src_event),
15740         (gst_gdp_pay_change_state):
15741         * gst/gdp/gstgdppay.h:
15742         Reset payloader when going to READY.
15743         Fix leaked buffers in ->queue on push errors.
15744         Disable seeking.
15745         Code cleanups.
15746         Create packetizer in _init, free in _finalize.
15747
15748 2006-07-31  Julien MOUTTE  <julien@moutte.net>
15749
15750         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_change_state),
15751         (gst_dfbvideosink_buffer_alloc): Post an error message.
15752
15753 2006-07-31  Julien MOUTTE  <julien@moutte.net>
15754
15755         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_change_state),
15756         (gst_dfbvideosink_buffer_alloc): Don't try allocating if we are not
15757         setup yet. Fail changing state if setup fails.
15758
15759 2006-07-31  Wim Taymans  <wim@fluendo.com>
15760
15761         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_init),
15762         (gst_gdp_depay_sink_event), (gst_gdp_depay_chain):
15763         Consume all events except EOS because we generate events from
15764         the gdp payload instead. Fixes #349204
15765
15766 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
15767
15768         * ext/xvid/gstxviddec.c: (gst_xviddec_init), (gst_xviddec_reset),
15769         (gst_xviddec_unset), (gst_xviddec_handle_sink_event),
15770         (gst_xviddec_setup), (gst_xviddec_negotiate), (gst_xviddec_chain),
15771         (gst_xviddec_flush_buffers), (gst_xviddec_src_getcaps),
15772         (gst_xviddec_setcaps), (gst_xviddec_change_state):
15773         * ext/xvid/gstxviddec.h:
15774           Clean-ups and code reflows. Pass return value from
15775           gst_pad_alloc_buffer() upstream among other things. Also check
15776           for NULL GValue before using GST_VALUE_TYPE macro (#348976).
15777           Mass rename of xviddec -> dec variable for better
15778           code readability.
15779
15780 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
15781
15782         * ext/xvid/gstxvid.c: (gst_xvid_image_fill):
15783           Fix size calculation for I420/YV12. Fixes #348976.
15784
15785 2006-07-27  Wim Taymans  <wim@fluendo.com>
15786
15787         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init),
15788         (gst_gsmdec_sink_setcaps), (gst_gsmdec_sink_event):
15789         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_setcaps):
15790         Fix negotiation.
15791
15792 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15793
15794         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_init):
15795           proxying get/set caps is the wrong thing to do, since we really
15796           do change caps quite fundamentally
15797         * tests/check/elements/gdpdepay.c:
15798         * tests/check/elements/gdppay.c:
15799           remove declaration of buffers, it's already done in gstcheck.h
15800
15801 2006-07-24  Sebastien Moutte  <sebastien@moutte.net>
15802
15803         * sys/directsound/gstdirectsoundsink.h:
15804         * sys/directsound/gstdirectsoundsink.c:
15805         Add an attenuation property that will directly attenuate the 
15806         directsound buffer.
15807         Change the size of the directsound secondary buffer to a half second.
15808         Add more debug logs.
15809         Add a lock to protect dsound buffer write access.
15810         Fix a bad implementation of reset.
15811         * sys/directsound/gstdirectdrawsink.c:
15812         * sys/directsound/gstdirectdrawsink.h:
15813         Add a keep_aspect_ratio property.
15814         Do not use overlay if not supported.
15815         Add more debug logs.
15816         Remove overwrite of WM_ERASEBKGND message handling. It was not
15817         redrawing border when keep_aspect_ratio was enabled.
15818         * win32/common/config.h:
15819         update version waiting an auto-generated config.h
15820
15821 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
15822
15823         Patch by: Chris Lee  <clee at kde org>
15824
15825         * configure.ac:
15826         * ext/Makefile.am:
15827         * ext/spc/Makefile.am:
15828         * ext/spc/gstspc.c: (spc_negotiate), (gst_spc_dec_base_init),
15829         (gst_spc_dec_class_init), (gst_spc_dec_init), (gst_spc_dec_chain),
15830         (gst_spc_dec_sink_event), (gst_spc_dec_src_event),
15831         (gst_spc_dec_src_query), (spc_play), (spc_setup),
15832         (gst_spc_dec_change_state), (plugin_init):
15833         * ext/spc/gstspc.h:
15834           Add libopenspc-based SPC decoder element (#348220).
15835
15836 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
15837
15838         Patch by: Martin Szulecki
15839
15840         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_get_property_helper):
15841           If "device-name" is requested and the device is not
15842           open, try to temporarily open it to obtain this
15843           information (#342494).
15844
15845 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
15846
15847         * gst/nsf/nsf.c: (nsf_load):
15848           Really fix compilation. Apparently it's not enough to
15849           just check the return value for errors, but we need to
15850           check for short reads as well (now if only we handled
15851           them too ...). Fixes #347935.
15852
15853 2006-07-18  Tim-Philipp Müller  <tim at centricular dot net>
15854
15855         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
15856           Fix caps after previous change to byte order endianness.
15857
15858         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
15859         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_init),
15860         (gst_wavpack_parse_loop):
15861         * ext/wavpack/gstwavpackparse.h:
15862           Queue incoming events if there's no source pad yet and
15863           send them downstream later when the pad is there.
15864
15865 2006-07-18  Tim-Philipp Müller  <tim at centricular dot net>
15866
15867         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_init),
15868         (gst_wavpack_dec_format_samples),
15869         (gst_wavpack_dec_clip_outgoing_buffer), (gst_wavpack_dec_chain),
15870         (gst_wavpack_dec_change_state):
15871         * ext/wavpack/gstwavpackdec.h:
15872           Output audio in native byte order (which is also how we get
15873           samples from wavpack); output samples with 21-24 bit depth
15874           with 32 bit width (makes things easier for us).
15875
15876 2006-07-18  Tim-Philipp Müller  <tim at centricular dot net>
15877
15878         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init),
15879         (gst_wavpack_dec_class_init), (gst_wavpack_dec_init),
15880         (gst_wavpack_dec_finalize), (gst_wavpack_dec_format_samples),
15881         (gst_wavpack_dec_clip_outgoing_buffer), (gst_wavpack_dec_chain),
15882         (gst_wavpack_dec_sink_event), (gst_wavpack_dec_change_state):
15883         * ext/wavpack/gstwavpackdec.h:
15884           More clean-ups: remove most of the disfunctional correction
15885           pad stuff for now, if it ever gets implemented a lot of stuff
15886           will have to be rewritten anyway; redo chain function, move
15887           errors to end, error out instead of g_assert()ing. Also rename
15888           overly long variable 'wavpackdec' to just 'dec'; miscellaneous
15889           other small stuff.
15890
15891 2006-07-18  Tim-Philipp Müller  <tim at centricular dot net>
15892
15893         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
15894
15895         * configure.ac:
15896           Check for wavpack version and define WAVPACK_OLD_API if
15897           necessary.
15898
15899         * ext/wavpack/Makefile.am:
15900         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_read_header),
15901         (gst_wavpack_read_metadata):
15902         * ext/wavpack/gstwavpackcommon.h:
15903         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init),
15904         (gst_wavpack_dec_class_init), (gst_wavpack_dec_init),
15905         (gst_wavpack_dec_finalize), (gst_wavpack_dec_format_samples),
15906         (gst_wavpack_dec_clip_outgoing_buffer), (gst_wavpack_dec_chain),
15907         (gst_wavpack_dec_sink_event), (gst_wavpack_dec_change_state),
15908         (gst_wavpack_dec_request_new_pad), (gst_wavpack_dec_plugin_init):
15909         * ext/wavpack/gstwavpackdec.h:
15910         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_class_init),
15911         (gst_wavpack_enc_init), (gst_wavpack_enc_finalize),
15912         (gst_wavpack_enc_set_wp_config):
15913         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init),
15914         (gst_wavpack_parse_finalize), (gst_wavpack_parse_class_init),
15915         (gst_wavpack_parse_index_get_entry_from_sample),
15916         (gst_wavpack_parse_scan_to_find_sample),
15917         (gst_wavpack_parse_handle_seek_event),
15918         (gst_wavpack_parse_create_src_pad):
15919         * ext/wavpack/gstwavpackstreamreader.c:
15920         * ext/wavpack/gstwavpackstreamreader.h:
15921           Port to new/official wavpack API, don't use API that was exported
15922           in wavpack header files and in the lib but meant to be private, at
15923           least not for recent wavpack versions; misc. 'cleanups' (#347443).
15924
15925 2006-07-18  Wim Taymans  <wim@fluendo.com>
15926
15927         * gst/nsf/nsf.c: (nsf_load):
15928         Fix compilation by not ignoring return values of fread.
15929
15930 2006-07-17  Thomas Vander Stichele  <thomas at apestaart dot org>
15931
15932         * docs/plugins/inspect/plugin-alsaspdif.xml:
15933         * docs/plugins/inspect/plugin-filter.xml:
15934         * docs/plugins/inspect/plugin-h264parse.xml:
15935         * docs/plugins/inspect/plugin-musepack.xml:
15936         * docs/plugins/inspect/plugin-nsfdec.xml:
15937         * docs/plugins/inspect/plugin-sdl.xml:
15938         * docs/plugins/inspect/plugin-spectrum.xml:
15939           adding more inspect docs
15940
15941 2006-07-17  Thomas Vander Stichele  <thomas at apestaart dot org>
15942
15943         * docs/plugins/inspect/plugin-gdp.xml:
15944           actually commit inspectation of gdp element
15945
15946 2006-07-17  Thomas Vander Stichele  <thomas at apestaart dot org>
15947
15948         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_class_init):
15949         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init),
15950           remove parent_class setting, BOILERPLATE does this
15951         (gst_gdp_pay_reset_streamheader):
15952           fix typo in comment
15953
15954 2006-07-17  Wim Taymans  <wim@fluendo.com>
15955
15956         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
15957         (gst_qtdemux_prepare_current_sample),
15958         (gst_qtdemux_loop_state_movie):
15959         Store duration in uint64 too instead of clipping.
15960         When we do a keyframe seek and the requested time is at the
15961         keyframe, don't seek back to the beginning of the keyframe.
15962         Fixes #347439.
15963
15964 2006-07-16  Wim Taymans  <wim@fluendo.com>
15965
15966         * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_sync):
15967         Don't crash on small buffers.
15968
15969 2006-07-15  Stefan Kost  <ensonic@users.sf.net>
15970
15971         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_sink_activate):
15972         Reset adapter.
15973
15974 2006-07-15  Stefan Kost  <ensonic@users.sf.net>
15975
15976         * gst/spectrum/demo-audiotest.c: (main):
15977         * gst/spectrum/demo-osssrc.c: (main):
15978         Do not use deprecated gtk functions.
15979
15980 2006-07-14  Wim Taymans  <wim@fluendo.com>
15981
15982         * gst/nsf/Makefile.am:
15983         * gst/nsf/memguard.c:
15984         * gst/nsf/memguard.h:
15985         * gst/nsf/types.h:
15986         Remove crack malloc/free replacement.
15987
15988 2006-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
15989
15990         * docs/plugins/Makefile.am:
15991         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
15992         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
15993           add more plugins and elements to docs
15994         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
15995           fix segfaults due to wrong g_free
15996           add example
15997         * gst/gdp/gstgdppay.c:
15998           add example
15999
16000 2006-07-13  Wim Taymans  <wim@fluendo.com>
16001
16002         * gst/nsf/Makefile.am:
16003         Fix build.
16004
16005 2006-07-13  Wim Taymans  <wim@fluendo.com>
16006
16007         Based on patches by: Johan Dahlin <johan at gnome dot org>
16008                 Ronald Bultje <rbultje at ronald dot bitfreak dot net>
16009
16010         * configure.ac:
16011         * gst/nsf/Makefile.am:
16012         * gst/nsf/dis6502.h:
16013         * gst/nsf/fds_snd.c:
16014         * gst/nsf/fds_snd.h:
16015         * gst/nsf/fmopl.c:
16016         * gst/nsf/fmopl.h:
16017         * gst/nsf/gstnsf.c:
16018         * gst/nsf/gstnsf.h:
16019         * gst/nsf/log.c:
16020         * gst/nsf/log.h:
16021         * gst/nsf/memguard.c:
16022         * gst/nsf/memguard.h:
16023         * gst/nsf/mmc5_snd.c:
16024         * gst/nsf/mmc5_snd.h:
16025         * gst/nsf/nes6502.c:
16026         * gst/nsf/nes6502.h:
16027         * gst/nsf/nes_apu.c:
16028         * gst/nsf/nes_apu.h:
16029         * gst/nsf/nsf.c:
16030         * gst/nsf/nsf.h:
16031         * gst/nsf/osd.h:
16032         * gst/nsf/types.h:
16033         * gst/nsf/vrc7_snd.c:
16034         * gst/nsf/vrc7_snd.h:
16035         * gst/nsf/vrcvisnd.c:
16036         * gst/nsf/vrcvisnd.h:
16037         Added NSF decoder plugin. Fixes 151192. 
16038
16039 2006-07-13  Tim-Philipp Müller  <tim at centricular dot net>
16040
16041         * tests/check/Makefile.am:
16042           Only run mpeg2enc unit test if we built the mpeg2enc plugin.
16043
16044 2006-07-13  Tim-Philipp Müller  <tim at centricular dot net>
16045
16046         * configure.ac:
16047           Don't error out in configure if mjpegtools dev is not there.
16048
16049 2006-07-13  Tim-Philipp Müller  <tim at centricular dot net>
16050
16051         Patch by: Mark Nauwelaerts <manauw at skynet be>
16052
16053         * configure.ac:
16054         * ext/Makefile.am:
16055         * ext/mpeg2enc/Makefile.am:
16056         * ext/mpeg2enc/gstmpeg2enc.cc:
16057         * ext/mpeg2enc/gstmpeg2enc.hh:
16058         * ext/mpeg2enc/gstmpeg2encoder.cc:
16059         * ext/mpeg2enc/gstmpeg2encoder.hh:
16060         * ext/mpeg2enc/gstmpeg2encoptions.cc:
16061         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
16062         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
16063         * ext/mpeg2enc/gstmpeg2encstreamwriter.cc:
16064         * ext/mpeg2enc/gstmpeg2encstreamwriter.hh:
16065           Port mpeg2enc to 0.10 (#343184).
16066
16067         * tests/check/Makefile.am:
16068         * tests/check/elements/.cvsignore:
16069         * tests/check/elements/mpeg2enc.c:
16070           Add unit test for mpeg2enc.
16071
16072         * tests/icles/.cvsignore:
16073           Ignore pitch-test.
16074
16075 2006-07-12  Tim-Philipp Müller  <tim at centricular dot net>
16076
16077         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init):
16078           Fix typo in property nick.
16079
16080 2006-07-10  Wim Taymans  <wim@fluendo.com>
16081
16082         * gst/filter/gstbpwsinc.h:
16083         * gst/filter/gstiir.h:
16084         * gst/filter/gstlpwsinc.h:
16085         Don't forget new files.
16086
16087 2006-07-10  Wim Taymans  <wim@fluendo.com>
16088
16089         Patch by: Mathis Hofer <mathis dot hofer at dreamlab dot net>
16090
16091         * configure.ac:
16092         * gst/filter/Makefile.am:
16093         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_dispose),
16094         (gst_bpwsinc_base_init), (gst_bpwsinc_class_init),
16095         (gst_bpwsinc_init), (bpwsinc_set_caps), (bpwsinc_transform_ip),
16096         (bpwsinc_set_property), (bpwsinc_get_property):
16097         * gst/filter/gstfilter.c: (plugin_init):
16098         * gst/filter/gstfilter.h:
16099         * gst/filter/gstiir.c: (gst_iir_dispose), (gst_iir_base_init),
16100         (gst_iir_class_init), (gst_iir_init), (iir_set_caps),
16101         (iir_transform_ip), (iir_set_property), (iir_get_property):
16102         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_dispose),
16103         (gst_lpwsinc_base_init), (gst_lpwsinc_class_init),
16104         (gst_lpwsinc_init), (lpwsinc_set_caps), (lpwsinc_transform_ip),
16105         (lpwsinc_set_property), (lpwsinc_get_property):
16106         Ported the gstfilter plugin to GStreamer 0.10.
16107         Fixes #346853.
16108
16109 2006-07-10  Wim Taymans  <wim@fluendo.com>
16110
16111         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta):
16112           Extract comment information!!
16113
16114 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
16115
16116         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
16117         (qtdemux_tag_add_date):
16118           Extract year/date information (fixes #347079).
16119
16120 2006-07-07  Wim Taymans  <wim@fluendo.com>
16121
16122         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
16123         Don't crash on twos/sowt/raw audio. #345830.
16124
16125 2006-07-07  Wim Taymans  <wim@fluendo.com>
16126
16127         Patch by: Lutz Mueller <lutz at topfrose dot de>
16128
16129         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
16130         (gst_neonhttp_src_init), (gst_neonhttp_src_finalize),
16131         (request_dispatch), (gst_neonhttp_src_create),
16132         (gst_neonhttp_src_start), (gst_neonhttp_src_get_size),
16133         (gst_neonhttp_src_stop), (set_proxy), (set_uri),
16134         (gst_neonhttp_src_set_property), (gst_neonhttp_src_get_property),
16135         (gst_neonhttp_src_uri_set_uri), (size_header_handler):
16136         * ext/neon/gstneonhttpsrc.h:
16137         Remove unlock function. start/stop will do everything needed
16138         Removed code that was never called.
16139         Use gst_pad_alloc_buffer. Don't send EOS - parent class does that for us.
16140         Do not escape path. Fixes #346723.
16141         Additional code cleanups.
16142
16143 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
16144
16145         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16146         (gst_qtdemux_loop_state_header), (qtdemux_video_caps):
16147           Fix silly crasher in state change function; add
16148           IV41 fourcc (see bug #171111); don't output confusing
16149           debug message when skipping atoms.
16150
16151 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
16152
16153         * ext/directfb/dfbvideosink.c:
16154         * ext/gsm/gstgsmdec.c:
16155         * ext/gsm/gstgsmenc.c:
16156         * ext/libmms/gstmms.c:
16157         * ext/neon/gstneonhttpsrc.c:
16158         * ext/theora/theoradec.c:
16159         * gst/freeze/gstfreeze.c:
16160         * gst/gdp/gstgdpdepay.c:
16161         * gst/gdp/gstgdppay.c:
16162         * sys/glsink/glimagesink.c:
16163           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
16164           and fix one GObject boilerplate macro.
16165
16166 2006-06-20  Wim Taymans  <wim@fluendo.com>
16167
16168         * gst/modplug/libmodplug/stdafx.h:
16169         Fix modplug on AMD64. Fixes #345336.
16170
16171 2006-06-19  Tim-Philipp Müller  <tim at centricular dot net>
16172
16173         * configure.ac:
16174           Fix check so that future libneon API changes won't break the build.
16175
16176         * ext/neon/gstneonhttpsrc.c:
16177           Fix build with libneon-0.26.x (#345182).
16178
16179 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
16180
16181         * configure.ac:
16182           Fix --disable-external (can't set conditionals conditionally,
16183           #343602).
16184           
16185 2006-06-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16186
16187         * gst/spectrum/Makefile.am:
16188         Fix build.
16189
16190 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
16191
16192         * gst/spectrum/demo-audiotest.c: (on_window_destroy),
16193         (draw_spectrum), (message_handler), (main):
16194         * gst/spectrum/demo-osssrc.c: (on_window_destroy), (draw_spectrum),
16195         (message_handler), (main):
16196         port to use message to get results, cleanly exit when closing the window
16197         
16198         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
16199         (gst_spectrum_init), (gst_spectrum_dispose),
16200         (gst_spectrum_set_property), (gst_spectrum_get_property),
16201         (gst_spectrum_set_caps), (gst_spectrum_start),
16202         (gst_spectrum_message_new), (gst_spectrum_transform_ip):
16203         * gst/spectrum/gstspectrum.h:
16204         port to derive from basetransform and send results via messages
16205         (like level element)
16206
16207 2006-06-15  Wim Taymans  <wim@fluendo.com>
16208
16209         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
16210         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie),
16211         (gst_qtdemux_loop), (gst_qtdemux_chain), (qtdemux_parse_trak):
16212         Combine return values from src pad pushes.
16213
16214 2006-06-15  Wim Taymans  <wim@fluendo.com>
16215
16216         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header),
16217         (gst_qtdemux_prepare_current_sample), (gst_qtdemux_advance_sample),
16218         (gst_qtdemux_add_stream):
16219         Don't crash on files with 0 samples, EOS immediatly instead.
16220         Fixes #344944.
16221
16222 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
16223
16224         Patch by: Wouter Paesen  <wouter at kangaroot net>
16225
16226         * ext/soundtouch/Makefile.am:
16227         * ext/soundtouch/gstpitch.cc:
16228           Make pitch element controllable via GstController interface
16229           (#344821).
16230           
16231         * configure.ac:
16232           Up core requirements to 0.10.8.1/CVS because earlier
16233           GstControllers can't handle float properties correctly.
16234           Check for GstController CFLAGS and LIBS.
16235
16236         * tests/icles/Makefile.am:
16237         * tests/icles/pitch-test.c: (main):
16238           Add small test program for the above (welcome to the 80s!).
16239
16240 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
16241
16242         Patch by: Sebastian Dröge  <slomo at circular-chaos org>
16243
16244         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init),
16245         (gst_wavpack_enc_class_init), (gst_wavpack_enc_set_wp_config),
16246         (gst_wavpack_enc_chain), (gst_wavpack_enc_sink_event),
16247         (gst_wavpack_enc_set_property), (gst_wavpack_enc_get_property):
16248         * ext/wavpack/gstwavpackenc.h:
16249           Use bitrate property solely for bitrates and add new
16250           bits-per-sample property for the other stuff. Set duration
16251           to 'unknown' in initial header and resend header with proper
16252           duration on EOS; update Sebastian's e-mail address.
16253
16254 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
16255
16256         * examples/directfb/.cvsignore:
16257         * ext/directfb/.cvsignore:
16258           #define red green
16259
16260 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
16261
16262         * gst/spectrum/.cvsignore:
16263           Ignore more.
16264
16265 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
16266
16267         * ext/libmms/gstmms.c: (gst_mms_create):
16268           Set caps on outgoing buffers.
16269
16270         * sys/directdraw/gstdirectdrawsink.c: (gst_directdrawsink_init):
16271           Comment out unused global instance variable.
16272
16273 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
16274
16275         Patch by: Sebastian Dröge  <mail at slomosnail de>
16276
16277         * ext/wavpack/Makefile.am:
16278         * ext/wavpack/gstwavpack.c: (plugin_init):
16279         * ext/wavpack/gstwavpackcommon.h:
16280         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_mode_get_type),
16281         (gst_wavpack_enc_correction_mode_get_type),
16282         (gst_wavpack_enc_joint_stereo_mode_get_type),
16283         (gst_wavpack_enc_base_init), (gst_wavpack_enc_class_init),
16284         (gst_wavpack_enc_init), (gst_wavpack_enc_dispose),
16285         (gst_wavpack_enc_sink_set_caps), (gst_wavpack_enc_set_wp_config),
16286         (gst_wavpack_enc_format_samples), (gst_wavpack_enc_push_block),
16287         (gst_wavpack_enc_chain), (gst_wavpack_enc_rewrite_first_block),
16288         (gst_wavpack_enc_sink_event), (gst_wavpack_enc_change_state),
16289         (gst_wavpack_enc_set_property), (gst_wavpack_enc_get_property),
16290         (gst_wavpack_enc_plugin_init):
16291         * ext/wavpack/gstwavpackenc.h:
16292         * ext/wavpack/md5.c:
16293         * ext/wavpack/md5.h:
16294           Add wavpack encoder element (#343131).
16295
16296 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
16297
16298         * configure.ac:
16299           Check for X before using X_CFLAGS in the check for opengl (#343866).
16300           
16301         * ext/musepack/Makefile.am:
16302         * ext/wavpack/Makefile.am:
16303         * gst/speed/Makefile.am:
16304           Add missing GST_LIBS, fixes build on cygwin (#343866).
16305
16306 2006-06-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16307
16308         * configure.ac:
16309           enable building of GDP elements
16310         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
16311         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init),
16312         (gst_gdp_pay_init), (gst_gdp_buffer_from_caps),
16313         (gst_gdp_pay_buffer_from_buffer), (gst_gdp_buffer_from_event),
16314         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_sink_event),
16315         (gst_gdp_pay_set_property), (gst_gdp_pay_get_property),
16316         (gst_gdp_pay_change_state):
16317         * gst/gdp/gstgdppay.h:
16318           add version 1.0
16319
16320 2006-06-02  Michael Smith  <msmith@fluendo.com>
16321
16322         * ext/theora/theoradec.c: (theora_dec_src_convert),
16323         (theora_handle_type_packet), (theora_handle_422_image),
16324         (theora_handle_444_image), (theora_handle_420_image),
16325         (theora_handle_data_packet):
16326           Theora 4:4:4 pixel format support.
16327
16328 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16329
16330         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init),
16331         (gst_gdp_pay_init), (gst_gdp_buffer_from_caps),
16332         (gst_gdp_pay_buffer_from_buffer), (gst_gdp_buffer_from_event),
16333         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain),
16334         (gst_gdp_pay_sink_event), (gst_gdp_pay_set_property),
16335         (gst_gdp_pay_get_property):
16336           add crc-header and crc-payload properties
16337           don't error out on some things that are recoverable
16338         * tests/check/elements/gdppay.c: (GST_START_TEST), (gdppay_suite):
16339           add test for crc
16340
16341 2006-06-02  Stefan Kost  <ensonic@users.sf.net>
16342
16343         * ext/alsaspdif/alsaspdifsink.h:
16344         * ext/amrwb/gstamrwbdec.h:
16345         * ext/amrwb/gstamrwbenc.h:
16346         * ext/amrwb/gstamrwbparse.h:
16347         * ext/arts/gst_arts.h:
16348         * ext/artsd/gstartsdsink.h:
16349         * ext/audiofile/gstafparse.h:
16350         * ext/audiofile/gstafsink.h:
16351         * ext/audiofile/gstafsrc.h:
16352         * ext/audioresample/gstaudioresample.h:
16353         * ext/bz2/gstbz2dec.h:
16354         * ext/bz2/gstbz2enc.h:
16355         * ext/dirac/gstdiracdec.h:
16356         * ext/directfb/dfbvideosink.h:
16357         * ext/divx/gstdivxdec.h:
16358         * ext/divx/gstdivxenc.h:
16359         * ext/dts/gstdtsdec.h:
16360         * ext/faac/gstfaac.h:
16361         * ext/gsm/gstgsmdec.h:
16362         * ext/gsm/gstgsmenc.h:
16363         * ext/ivorbis/vorbisenc.h:
16364         * ext/libfame/gstlibfame.h:
16365         * ext/nas/nassink.h:
16366         * ext/neon/gstneonhttpsrc.h:
16367         * ext/polyp/polypsink.h:
16368         * ext/sdl/sdlaudiosink.h:
16369         * ext/sdl/sdlvideosink.h:
16370         * ext/shout/gstshout.h:
16371         * ext/snapshot/gstsnapshot.h:
16372         * ext/sndfile/gstsf.h:
16373         * ext/swfdec/gstswfdec.h:
16374         * ext/tarkin/gsttarkindec.h:
16375         * ext/tarkin/gsttarkinenc.h:
16376         * ext/theora/theoradec.h:
16377         * ext/wavpack/gstwavpackdec.h:
16378         * ext/wavpack/gstwavpackparse.h:
16379         * ext/xine/gstxine.h:
16380         * ext/xvid/gstxviddec.h:
16381         * ext/xvid/gstxvidenc.h:
16382         * gst/cdxaparse/gstcdxaparse.h:
16383         * gst/cdxaparse/gstcdxastrip.h:
16384         * gst/colorspace/gstcolorspace.h:
16385         * gst/festival/gstfestival.h:
16386         * gst/freeze/gstfreeze.h:
16387         * gst/gdp/gstgdpdepay.h:
16388         * gst/gdp/gstgdppay.h:
16389         * gst/modplug/gstmodplug.h:
16390         * gst/mpeg1sys/gstmpeg1systemencode.h:
16391         * gst/mpeg1videoparse/gstmp1videoparse.h:
16392         * gst/mpeg2sub/gstmpeg2subt.h:
16393         * gst/mpegaudioparse/gstmpegaudioparse.h:
16394         * gst/multifilesink/gstmultifilesink.h:
16395         * gst/overlay/gstoverlay.h:
16396         * gst/playondemand/gstplayondemand.h:
16397         * gst/qtdemux/qtdemux.h:
16398         * gst/rtjpeg/gstrtjpegdec.h:
16399         * gst/rtjpeg/gstrtjpegenc.h:
16400         * gst/smooth/gstsmooth.h:
16401         * gst/smoothwave/gstsmoothwave.h:
16402         * gst/spectrum/gstspectrum.h:
16403         * gst/speed/gstspeed.h:
16404         * gst/stereo/gststereo.h:
16405         * gst/switch/gstswitch.h:
16406         * gst/tta/gstttadec.h:
16407         * gst/tta/gstttaparse.h:
16408         * gst/videodrop/gstvideodrop.h:
16409         * gst/xingheader/gstxingmux.h:
16410         * sys/directdraw/gstdirectdrawsink.h:
16411         * sys/directsound/gstdirectsoundsink.h:
16412         * sys/dxr3/dxr3audiosink.h:
16413         * sys/dxr3/dxr3spusink.h:
16414         * sys/dxr3/dxr3videosink.h:
16415         * sys/qcam/gstqcamsrc.h:
16416         * sys/vcd/vcdsrc.h:
16417         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
16418
16419 2006-05-31  Edward Hervey  <edward@fluendo.com>
16420
16421         * ext/faad/gstfaad.h:
16422         Forgot to commit the header file too.
16423
16424 2006-05-31  Edward Hervey  <edward@fluendo.com>
16425
16426         * ext/faad/gstfaad.c: (gst_faad_class_init), (gst_faad_init),
16427         (gst_faad_dispose), (gst_faad_sink_event), (clip_outgoing_buffer),
16428         (gst_faad_chain), (gst_faad_change_state):
16429         Added GstSegment to control segments.
16430         Added clipping/dropping of outgoing buffers in order to have accurate
16431         seeking working properly.
16432
16433 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
16434
16435         Patch by: Lutz Müller  <lutz at topfrose de>
16436
16437         * ext/bz2/Makefile.am:
16438         * ext/bz2/gstbz2dec.c: (gst_bz2dec_chain), (gst_bz2dec_init),
16439         (gst_bz2dec_change_state), (gst_bz2dec_class_init):
16440           Use gst_type_find_helper_* functions for typefinding; use
16441           correct caps with gst_pad_alloc_buffer(); add state change
16442           function and reset decoder in it; don't unref buffer if
16443           pad_push fails; use fixed caps on source pad. (#341524).
16444
16445 2006-05-27  Stefan Kost  <ensonic@users.sf.net>
16446
16447         * gst/spectrum/Makefile.am:
16448         * gst/spectrum/demo-audiotest.c: (on_frequency_changed),
16449         (spectrum_chain), (main):
16450         * gst/spectrum/demo-osssrc.c:
16451         added another example
16452         
16453         * sys/v4l2/gstv4l2src.c:
16454         fix typo
16455
16456 2006-05-26  Edward Hervey  <edward@fluendo.com>
16457
16458         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment): 
16459         Clip the outputed NEWSEGMENT stop time to the configured segment stop
16460         time.
16461
16462 2006-05-26  Wim Taymans  <wim@fluendo.com>
16463
16464         * gst/qtdemux/qtdemux.c: (gst_qtdemux_do_seek):
16465         Don't clear the running variable in the seek code.
16466
16467 2006-05-24  Wim Taymans  <wim@fluendo.com>
16468
16469         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_esds):
16470         Detect QCELP in mp4a descriptors.
16471
16472 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
16473
16474         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak), (plugin_init):
16475           po/POTFILES.in:
16476           Throw an error when the file is encrypted. Move plugin_init stuff
16477           to the end of the file, add stuff for i18n, make debug category
16478           static.
16479
16480 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
16481
16482         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
16483
16484         * configure.ac:
16485         * gst/h264parse/Makefile.am:
16486         * gst/h264parse/gsth264parse.c: (gst_h264_parse_base_init),
16487         (gst_h264_parse_finalize), (gst_h264_parse_class_init),
16488         (gst_h264_parse_init), (gst_h264_parse_chain),
16489         (gst_h264_parse_handle_event), (plugin_init):
16490         * gst/h264parse/gsth264parse.h:
16491           New plugin: h264parse (#340638)
16492
16493 2006-05-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16494
16495         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain),
16496         (gst_gdp_depay_change_state):
16497         * gst/gdp/gstgdpdepay.h:
16498         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset_streamheader),
16499         (gst_gdp_pay_chain), (gst_gdp_pay_sink_event),
16500         (gst_gdp_pay_change_state):
16501         * gst/gdp/gstgdppay.h:
16502           Handle error cases when calling functions
16503           do downwards state change after parent's change_state
16504         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
16505         * tests/check/elements/gdppay.c: (GST_START_TEST):
16506           clean up more
16507
16508 2006-05-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16509
16510         * gst/gdp/Makefile.am:
16511         * gst/gdp/gstgdp.c: (plugin_init):
16512         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_base_init),
16513         (gst_gdp_depay_class_init), (gst_gdp_depay_init),
16514         (gst_gdp_depay_finalize), (gst_gdp_depay_chain),
16515         (gst_gdp_depay_change_state), (gst_gdp_depay_plugin_init):
16516         * gst/gdp/gstgdpdepay.h:
16517         * gst/gdp/gstgdppay.c: (gst_gdp_pay_base_init),
16518         (gst_gdp_pay_class_init), (gst_gdp_pay_init),
16519         (gst_gdp_pay_dispose), (gst_gdp_stamp_buffer),
16520         (gst_gdp_buffer_from_caps), (gst_gdp_pay_buffer_from_buffer),
16521         (gst_gdp_buffer_from_event), (gst_gdp_pay_reset_streamheader),
16522         (gst_gdp_queue_buffer), (gst_gdp_pay_chain),
16523         (gst_gdp_pay_sink_event), (gst_gdp_pay_change_state),
16524         (gst_gdp_pay_plugin_init):
16525         * gst/gdp/gstgdppay.h:
16526         * tests/check/Makefile.am:
16527         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
16528         (cleanup_gdpdepay), (gdpdepay_push_per_byte), (GST_START_TEST),
16529         (setup_gdpdepay_streamheader), (gdpdepay_suite), (main):
16530         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay),
16531         (GST_START_TEST), (setup_gdppay_streamheader), (gdppay_suite),
16532         (main):
16533           adding GDP payloader and depayloader.  Build integration will
16534           follow later when the GDP issues for core are sorted out.
16535
16536 2006-05-21  Stefan Kost  <ensonic@users.sf.net>
16537
16538         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
16539         (gst_spectrum_init), (gst_spectrum_set_sink_caps),
16540         (gst_spectrum_get_sink_caps), (gst_spectrum_chain):
16541           Use boilerplate macro, fix strings to match plugin-moval-requirements
16542
16543 2006-05-21  Stefan Kost  <ensonic@users.sf.net>
16544
16545         * gst/spectrum/Makefile.am:
16546           Link to base libraries
16547
16548         * gst/spectrum/demo-osssrc.c: (main):
16549           use new threshhold property
16550
16551         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
16552         (gst_spectrum_init), (gst_spectrum_dispose),
16553         (gst_spectrum_set_property), (gst_spectrum_set_sink_caps),
16554         (gst_spectrum_get_sink_caps), (gst_spectrum_chain),
16555         (gst_spectrum_change_state):
16556         * gst/spectrum/gstspectrum.h:
16557         Use gst_adapter, support multiple-channels, add threshold property for
16558         result, add docs, fix resulting spectrum range (was including mirrored
16559         results)
16560
16561 2006-05-21  Stefan Kost  <ensonic@users.sf.net>
16562
16563         * configure.ac:
16564         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main):
16565         * gst/spectrum/fix_fft.c: (gst_spectrum_fix_dot):
16566         * gst/spectrum/gstspectrum.c: (gst_spectrum_get_type),
16567         (gst_spectrum_base_init), (gst_spectrum_class_init),
16568         (gst_spectrum_init), (gst_spectrum_dispose),
16569         (gst_spectrum_set_property), (gst_spectrum_chain):
16570         * gst/spectrum/gstspectrum.h:
16571         Initial port of the spectrum element
16572
16573 2006-05-19  Edgard Lima <edgard.lima@indt.org.br>
16574
16575         * sys/v4l2/gstv4l2.c:
16576         * sys/v4l2/gstv4l2object.c:
16577         * sys/v4l2/gstv4l2object.h:
16578         * sys/v4l2/gstv4l2src.c:
16579         * sys/v4l2/gstv4l2xoverlay.c:
16580         Some clean-ups requested by wingo in bug #338818.       
16581
16582 2006-05-19  Michael Smith  <msmith@fluendo.com>
16583
16584         * ext/alsaspdif/alsaspdifsink.c: (alsaspdifsink_base_init),
16585         (alsaspdifsink_class_init), (alsaspdifsink_init),
16586         (alsaspdifsink_dispose), (alsaspdifsink_set_property),
16587         (alsaspdifsink_get_property), (alsaspdifsink_set_caps),
16588         (alsaspdifsink_get_time), (alsaspdifsink_open),
16589         (alsaspdifsink_close), (alsaspdifsink_find_pcm_device),
16590         (alsaspdifsink_write_frame), (alsaspdifsink_event),
16591         (alsaspdifsink_get_times), (alsaspdifsink_current_delay),
16592         (generate_iec958_zero_frame), (alsaspdifsink_render),
16593         (ignore_alsa_err), (alsaspdifsink_change_state), (plugin_init):
16594         * ext/alsaspdif/alsaspdifsink.h:
16595           Use sampling rate from set_caps. Comment out some more unused code.
16596
16597 2006-05-18  Stefan Kost  <ensonic@users.sf.net>
16598
16599         * configure.ac:
16600           Check for X11
16601         * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices):
16602         * sys/v4l2/gstv4l2object.h:
16603         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_iface_supported):
16604         * sys/v4l2/gstv4l2src.h:
16605         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open):
16606         * sys/v4l2/gstv4l2xoverlay.h:
16607           Code cleanups, fix debug macros
16608
16609 2006-05-18  Michael Smith  <msmith@fluendo.com>
16610
16611         * ext/Makefile.am:
16612           Fix distcheck?
16613
16614 2006-05-18  Michael Smith  <msmith@fluendo.com>
16615
16616         * configure.ac:
16617         * ext/Makefile.am:
16618         * ext/alsaspdif/Makefile.am:
16619         * ext/alsaspdif/alsaspdifsink.c: (alsaspdifsink_base_init),
16620         (alsaspdifsink_class_init), (alsaspdifsink_init),
16621         (alsaspdifsink_dispose), (alsaspdifsink_set_property),
16622         (alsaspdifsink_get_property), (alsaspdifsink_provide_clock),
16623         (alsaspdifsink_get_time), (alsaspdifsink_open),
16624         (alsaspdifsink_close), (alsaspdifsink_find_pcm_device),
16625         (alsaspdifsink_write_frame), (alsaspdifsink_event),
16626         (alsaspdifsink_get_times), (alsaspdifsink_current_delay),
16627         (generate_iec958_zero_frame), (alsaspdifsink_render),
16628         (ignore_alsa_err), (alsaspdifsink_change_state), (plugin_init):
16629         * ext/alsaspdif/alsaspdifsink.h:
16630           Add an alsa plugin to output IEC958 frames over S/PDIF
16631
16632 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
16633
16634         * ext/faad/gstfaad.c: (gst_faad_update_caps), (gst_faad_chain):
16635           Remove unused caps cruft from chain function altogether.
16636
16637 2006-05-17  Edward Hervey  <edward@fluendo.com>
16638
16639         * ext/faad/gstfaad.c: (gst_faad_chain): 
16640         There's no guarantee that caps was set to something, and if it did, the
16641         function called to fill that variable actually sets the caps on the
16642         sourcpad, so we call gst_pad_alloc_buffer_and_set_caps() using
16643         GST_PAD_CAPS(faad->srcpad).
16644
16645 2006-05-13  Tim-Philipp Müller  <tim at centricular dot net>
16646
16647         Patch by: Young-Ho Cha  <ganadist chollian net>
16648
16649         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chain),
16650         (gst_faad_change_state):
16651         * ext/faad/gstfaad.h:
16652           If we encounter a decoding error, don't error out immediately,
16653           but try to resync (or see if we have better luck with the next
16654           buffer in case of framed input). Only error out after five
16655           consecutive errors. Fixes #341563.
16656
16657 2006-05-12  Wim Taymans  <wim@fluendo.com>
16658
16659         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init),
16660         (gst_xvidenc_init), (gst_xvidenc_finalize),
16661         (gst_xvidenc_handle_sink_event), (gst_xvidenc_setup),
16662         (gst_xvidenc_setcaps), (gst_xvidenc_encode), (gst_xvidenc_chain),
16663         (gst_xvidenc_flush_buffers), (gst_xvidenc_set_property),
16664         (gst_xvidenc_get_property):
16665         Compile fixes.
16666
16667 2006-05-12  Wim Taymans  <wim@fluendo.com>
16668
16669         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
16670
16671         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_structure_to_csp),
16672         (gst_xvid_csp_to_caps), (gst_xvid_image_get_size),
16673         (gst_xvid_image_fill):
16674         * ext/xvid/gstxvid.h:
16675         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
16676         (gst_xviddec_init), (gst_xviddec_reset), (gst_xviddec_unset),
16677         (gst_xviddec_handle_sink_event), (gst_xviddec_setup),
16678         (gst_xviddec_add_par), (gst_xviddec_negotiate),
16679         (gst_xviddec_decode), (gst_xviddec_chain),
16680         (gst_xviddec_flush_buffers), (gst_xviddec_src_getcaps),
16681         (gst_xviddec_src_link), (gst_xviddec_setcaps),
16682         (gst_xviddec_change_state):
16683         * ext/xvid/gstxviddec.h:
16684         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
16685         (gst_xvidenc_quant_type_get_type), (gst_xvidenc_pass_get_type),
16686         (gst_xvidenc_get_type), (gst_xvidenc_base_init),
16687         (gst_xvidenc_class_init), (gst_xvidenc_init),
16688         (gst_xvidenc_finalize), (gst_xvidenc_handle_sink_event),
16689         (gst_xvidenc_setup), (gst_xvidenc_setcaps), (gst_xvidenc_encode),
16690         (gst_xvidenc_chain), (gst_xvidenc_flush_buffers),
16691         (gst_xvidenc_set_property), (gst_xvidenc_get_property),
16692         (gst_xvidenc_change_state):
16693         * ext/xvid/gstxvidenc.h:
16694         xvid plugin to support more capabilities of XviD codec.
16695         Fixes #339462.
16696         Some more cleanups here and there.
16697
16698 2006-05-11  Edgard Lima <edgard.lima@indt.org.br>
16699
16700         * sys/v4l2/Makefile.am:
16701         * sys/v4l2/gstv4l2.c:
16702         * sys/v4l2/gstv4l2colorbalance.c:
16703         * sys/v4l2/gstv4l2colorbalance.h:
16704         * sys/v4l2/gstv4l2element.c:
16705         * sys/v4l2/gstv4l2element.h:
16706         * sys/v4l2/gstv4l2object.c:
16707         * sys/v4l2/gstv4l2object.h:
16708         * sys/v4l2/gstv4l2src.c:
16709         * sys/v4l2/gstv4l2src.h:
16710         * sys/v4l2/gstv4l2tuner.c:
16711         * sys/v4l2/gstv4l2tuner.h:
16712         * sys/v4l2/gstv4l2xoverlay.c:
16713         * sys/v4l2/gstv4l2xoverlay.h:
16714         * sys/v4l2/v4l2_calls.c:
16715         * sys/v4l2/v4l2_calls.h:
16716         * sys/v4l2/v4l2src_calls.c:
16717         * sys/v4l2/v4l2src_calls.h:
16718         Changes proposed by Wingo in bug #338818.
16719
16720 2006-05-11  Wim Taymans  <wim@fluendo.com>
16721
16722         * gst/qtdemux/qtdemux.c: (qtdemux_parse), (qtdemux_parse_trak),
16723         (gst_qtdemux_handle_esds):
16724         Figure out the real audio type in mp4a boxes by parsing the
16725         optional descriptors in the optional esds box. Promote the
16726         default AAC to mp3 when indicated. Fixes #330632.
16727
16728 2006-05-10  Wim Taymans  <wim@fluendo.com>
16729
16730         * gst/qtdemux/qtdemux.c: (qtdemux_parse), (qtdemux_dump_unknown),
16731         (qtdemux_parse_trak), (gst_qtdemux_handle_esds):
16732         Parse version 2 sample descriptions. Fixes #341231
16733         Don't #define gst_util_dump_mem(), use something more
16734         specific instead to avoid confusion.
16735
16736 2006-05-08  Edgard Lima <edgard.lima@indt.org.br>
16737
16738         * sys/v4l2/gstv4l2src.c:
16739         * sys/v4l2/v4l2src_calls.c:
16740         Fix fourcc name printed out. Patch from Martin Rubli.
16741
16742 2006-05-08  Wim Taymans  <wim@fluendo.com>
16743
16744         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_src_query),
16745         (qtdemux_dump_mvhd):
16746         Don't cause side effects in a debugging function.
16747         Also report duration in push mode since we can.
16748
16749 2006-05-08  Edward Hervey  <edward@fluendo.com>
16750
16751         * autogen.sh: (CONFIGURE_DEF_OPT): 
16752         libtoolize on Darwin/MacOSX is called glibtoolize
16753
16754 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
16755
16756         * ext/amrwb/gstamrwbdec.c:
16757         * ext/amrwb/gstamrwbenc.c:
16758         * ext/sdl/sdlaudiosink.c:
16759         * ext/sdl/sdlvideosink.c:
16760         * ext/wavpack/gstwavpackdec.c:
16761         * ext/xine/xine.c:
16762         * ext/xine/xineaudiodec.c:
16763         * ext/xine/xineaudiosink.c:
16764         * ext/xine/xineinput.c:
16765         * gst/cdxaparse/gstcdxaparse.c:
16766         * gst/freeze/gstfreeze.c:
16767         * sys/v4l2/gstv4l2element.c:
16768         Add semicolons after GST_BOILERPLATE[_FULL] so that
16769         indent doesn't mess up following lines.
16770
16771 2006-05-05  Edgard Lima <edgard.lima@indt.org.br>
16772
16773         * sys/v4l2/gstv4l2element.c:
16774         * sys/v4l2/gstv4l2element.h:
16775         * sys/v4l2/gstv4l2src.c:
16776         * sys/v4l2/gstv4l2src.h:
16777         * sys/v4l2/gstv4l2tuner.c:
16778         * sys/v4l2/gstv4l2tuner.h:
16779         * sys/v4l2/v4l2_calls.c:
16780         * sys/v4l2/v4l2_calls.h:
16781         * sys/v4l2/v4l2src_calls.c:
16782         * sys/v4l2/v4l2src_calls.h:
16783         * tests/icles/v4l2src-test.c:
16784         Some changes proposed by wingo in bug #338818 (but not everything
16785         yet). Patch from Martin Rubli to fix framerate detection.
16786
16787 2006-05-05  Tim-Philipp Müller  <tim at centricular dot net>
16788
16789         * ext/sdl/sdlaudiosink.c: (gst_sdlaudio_sink_prepare):
16790           Use (NULL) instead of just NULL in GST_ELEMENT_ERROR macro.
16791
16792 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
16793
16794         * configure.ac:
16795           Back to CVS
16796
16797 === release 0.10.3 ===
16798
16799 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
16800
16801         * configure.ac:
16802           releasing 0.10.3, "Petition to request permission"
16803
16804 2006-05-04  Julien MOUTTE  <julien@moutte.net>
16805
16806         * tests/icles/Makefile.am: Fix build.
16807
16808 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
16809
16810         * ext/musicbrainz/Makefile.am:
16811           Add GST_PLUGINS_BASE_CFLAGS to CFLAGS for gst/tag/tag.h
16812
16813 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
16814
16815         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
16816         Clean up one piece of logic slightly and remove a 
16817         dead code block.
16818
16819 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
16820
16821         * docs/plugins/Makefile.am:
16822         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
16823         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
16824         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
16825         * docs/plugins/inspect/plugin-musicbrainz.xml:
16826         * ext/musicbrainz/gsttrm.c:
16827         * ext/musicbrainz/gsttrm.h:
16828           Everybody loves docs - add docs for musicbrainz plugin.
16829
16830 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
16831
16832         * ext/Makefile.am:
16833           Add musicbrainz dir to DIST_SUBDIRS as well (fixes distcheck).
16834           
16835 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
16836
16837         * ext/Makefile.am:
16838           Forgot to commit this one.
16839
16840 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
16841
16842         Patch by: James "Doc" Livingston  <doclivingston gmail com>
16843
16844         * configure.ac:
16845         * ext/musicbrainz/Makefile.am:
16846         * ext/musicbrainz/gsttrm.c: (gst_trm_base_init),
16847         (gst_trm_class_init), (gst_trm_init), (gst_trm_setcaps),
16848         (gst_trm_chain), (gst_trm_emit_signature), (gst_trm_set_property),
16849         (gst_trm_get_property), (gst_trm_change_state), (plugin_init):
16850         * ext/musicbrainz/gsttrm.h:
16851           Port MusicBrainz TRM plugin (#336898).
16852
16853 2006-05-03  Michael Smith  <msmith@fluendo.com>
16854
16855         * ext/faad/gstfaad.c: (gst_faad_setcaps),
16856         (looks_like_valid_header), (gst_faad_chain):
16857           Fix #334748: use fake_codec_data if the first bytes of the first
16858           buffer we process doesn't look like plausible AAC data (e.g.
16859           reserved values for rate, or channels). Fixes playback of Apple's
16860           movie trailers.
16861
16862 2006-05-02  Edgard Lima <edgard.lima@indt.org.br>
16863
16864         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_caps):
16865         Fix get_caps func to work when no framerate is available and the caps
16866         isn't simple.
16867
16868 2006-05-01  Edgard Lima <edgard.lima@indt.org.br>
16869
16870         * sys/v4l2/Makefile.am:
16871         * sys/v4l2/gstv4l2colorbalance.c:
16872         * sys/v4l2/gstv4l2xoverlay.c:
16873         * sys/v4l2/v4l2_calls.c:
16874         * tests/icles/Makefile.am:
16875         * tests/icles/v4l2src-test.c:
16876         Few improvements to move to good.
16877
16878 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16879
16880         * configure.ac:
16881         * docs/plugins/Makefile.am:
16882         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
16883         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
16884         * docs/plugins/inspect/plugin-taglib.xml:
16885         * ext/Makefile.am:
16886         * ext/taglib/Makefile.am:
16887         * ext/taglib/gstid3v2mux.cc:
16888         * ext/taglib/gstid3v2mux.h:
16889         * ext/taglib/gsttaglib.cc:
16890         * ext/taglib/gsttaglib.h:
16891         * tests/check/Makefile.am:
16892         * tests/check/elements/tagid3v2mux.c:
16893           moved to good.  Closes #336110
16894
16895 2006-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16896
16897         * docs/plugins/Makefile.am:
16898         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
16899         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
16900         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
16901         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
16902         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
16903           Fix up docs for taglib plugin
16904           Also scan .cc files
16905
16906 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
16907
16908         * ext/taglib/gsttaglib.cc:
16909           Post an error message on the bus in the (extremely unlikely)
16910           case of an error.
16911
16912 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
16913
16914         * ext/taglib/Makefile.am:
16915         * ext/taglib/gstid3v2mux.cc:
16916         * ext/taglib/gstid3v2mux.h:
16917         * ext/taglib/gsttaglib.cc:
16918         * ext/taglib/gsttaglib.h:
16919           Split the actual ID3v2 tag rendering code into
16920           its own subclass.
16921
16922 2006-04-29  Sebastien Moutte  <sebastien@moutte.net>
16923
16924         * ext/neon/gstneonhttpsrc.c:
16925         * ext/neon/gstneonhttpsrc.h:
16926           added iradio-mode support as in gnomevfssrc to enable 
16927           connections with icydemux that will send title tag messages on 
16928           shoutcast/icecast streams. I've also added iradio properties
16929           iradio-name, iradio-genre, iradio-url.
16930           added user-agent property because some shoutcast streams don't return 
16931           data if the GET requests don't have a User-Agent.
16932         * win32/common/libgstneon.dsp:
16933           use debug version of libneon in debug mode
16934 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16935
16936         * configure.ac:
16937         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
16938         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
16939         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
16940         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
16941         * sys/Makefile.am:
16942         * sys/ximagesrc/Makefile.am:
16943         * sys/ximagesrc/ximagesrc.c:
16944         * sys/ximagesrc/ximagesrc.h:
16945         * sys/ximagesrc/ximageutil.c:
16946         * sys/ximagesrc/ximageutil.h:
16947         * tests/Makefile.am:
16948         * tests/icles/.cvsignore:
16949         * tests/icles/Makefile.am:
16950         * tests/icles/ximagesrc-test.c:
16951           moved ximagesrc to good (See #336756)
16952
16953 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
16954
16955         * ext/faad/gstfaad.c: (gst_faad_init), (aac_rate_idx),
16956         (gst_faad_setcaps), (gst_faad_chain), (gst_faad_open_decoder),
16957         (gst_faad_close_decoder), (gst_faad_change_state):
16958         * ext/faad/gstfaad.h:
16959           If we run into a decoding error, try re-opening the decoder
16960           with faacDecInit2() using fake codec data created from the
16961           data the demuxer gave us. Should fix a whole bunch of
16962           GStreamer-faad problems incl. 'channel coupling not
16963           implemented', 'maximum number of scalefactor bands exceeded'
16964           etc. (#173007, #332892).
16965
16966 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
16967
16968         * ext/amrwb/gstamrwbdec.c:
16969         * ext/amrwb/gstamrwbenc.c:
16970         * ext/amrwb/gstamrwbparse.c:
16971         * ext/arts/gst_arts.c:
16972         * ext/artsd/gstartsdsink.c:
16973         * ext/audiofile/gstafparse.c:
16974         * ext/audiofile/gstafsink.c:
16975         * ext/audiofile/gstafsrc.c:
16976         * ext/audioresample/gstaudioresample.c:
16977         * ext/bz2/gstbz2dec.c:
16978         * ext/bz2/gstbz2enc.c:
16979         * ext/cdaudio/gstcdaudio.c:
16980         * ext/directfb/dfbvideosink.c:
16981         * ext/divx/gstdivxdec.c:
16982         * ext/divx/gstdivxenc.c:
16983         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
16984         * ext/faac/gstfaac.c: (gst_faac_base_init):
16985         * ext/faad/gstfaad.c:
16986         * ext/gsm/gstgsmdec.c:
16987         * ext/gsm/gstgsmenc.c:
16988         * ext/hermes/gsthermescolorspace.c:
16989         * ext/ivorbis/vorbisfile.c:
16990         * ext/lcs/gstcolorspace.c:
16991         * ext/libfame/gstlibfame.c:
16992         * ext/libmms/gstmms.c: (gst_mms_base_init):
16993         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_base_init):
16994         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
16995         * ext/nas/nassink.c: (gst_nassink_base_init):
16996         * ext/neon/gstneonhttpsrc.c:
16997         * ext/sdl/sdlaudiosink.c:
16998         * ext/sdl/sdlvideosink.c:
16999         * ext/shout/gstshout.c:
17000         * ext/snapshot/gstsnapshot.c:
17001         * ext/sndfile/gstsf.c:
17002         * ext/swfdec/gstswfdec.c:
17003         * ext/tarkin/gsttarkindec.c:
17004         * ext/tarkin/gsttarkinenc.c:
17005         * ext/theora/theoradec.c:
17006         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
17007         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init):
17008         * ext/xvid/gstxviddec.c:
17009         * ext/xvid/gstxvidenc.c:
17010         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxa_parse_base_init):
17011         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_base_init):
17012         * gst/chart/gstchart.c:
17013         * gst/colorspace/gstcolorspace.c:
17014         * gst/deinterlace/gstdeinterlace.c:
17015         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_base_init):
17016         * gst/festival/gstfestival.c:
17017         * gst/filter/gstbpwsinc.c:
17018         * gst/filter/gstiir.c:
17019         * gst/filter/gstlpwsinc.c:
17020         * gst/freeze/gstfreeze.c:
17021         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
17022         * gst/librfb/gstrfbsrc.c:
17023         * gst/mixmatrix/mixmatrix.c:
17024         * gst/mpeg1sys/gstmpeg1systemencode.c:
17025         * gst/mpeg1videoparse/gstmp1videoparse.c:
17026         * gst/mpeg2sub/gstmpeg2subt.c:
17027         * gst/mpegaudioparse/gstmpegaudioparse.c:
17028         * gst/multifilesink/gstmultifilesink.c:
17029         * gst/overlay/gstoverlay.c:
17030         * gst/passthrough/gstpassthrough.c:
17031         * gst/playondemand/gstplayondemand.c:
17032         * gst/qtdemux/qtdemux.c:
17033         * gst/rtjpeg/gstrtjpegdec.c:
17034         * gst/rtjpeg/gstrtjpegenc.c:
17035         * gst/smooth/gstsmooth.c:
17036         * gst/smoothwave/gstsmoothwave.c:
17037         * gst/spectrum/gstspectrum.c:
17038         * gst/speed/gstspeed.c:
17039         * gst/stereo/gststereo.c:
17040         * gst/switch/gstswitch.c:
17041         * gst/tta/gstttadec.c: (gst_tta_dec_base_init):
17042         * gst/tta/gstttaparse.c: (gst_tta_parse_base_init):
17043         * gst/vbidec/gstvbidec.c:
17044         * gst/videocrop/gstvideocrop.c:
17045         * gst/videodrop/gstvideodrop.c:
17046         * gst/virtualdub/gstxsharpen.c:
17047         * gst/xingheader/gstxingmux.c: (gst_xing_mux_base_init):
17048         * gst/y4m/gsty4mencode.c:
17049         * sys/cdrom/gstcdplayer.c:
17050         * sys/directdraw/gstdirectdrawsink.c:
17051         * sys/directsound/gstdirectsoundsink.c:
17052         * sys/glsink/glimagesink.c:
17053         * sys/qcam/gstqcamsrc.c:
17054         * sys/v4l2/gstv4l2src.c:
17055         * sys/vcd/vcdsrc.c: (gst_vcdsrc_base_init):
17056         * sys/ximagesrc/ximagesrc.c:
17057           Define GstElementDetails as const and also static (when defined as
17058           global)
17059
17060 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
17061
17062         * ext/musepack/gstmusepackdec.c:
17063         (gst_musepackdec_handle_seek_event), (gst_musepackdec_loop):
17064           Add support for segment seeks.
17065
17066 2006-04-20  Edgard Lima  <edgard.lima@indt.org.br>
17067
17068         * sys/v4l2/gstv4l2src.c:
17069         Added a couple of ifdefs to make it compile with other kernels.
17070         
17071 2006-04-20  Wim Taymans  <wim@fluendo.com>
17072
17073         Patch by: j^ <j at bootlab dot org>
17074
17075         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
17076         (qtdemux_video_caps):
17077         Never treat video streams as an audio stream.
17078         Add qtdrw mime type.
17079         Fixes #339041
17080
17081 2006-04-19  Wim Taymans  <wim@fluendo.com>
17082
17083         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
17084         For VBR audio, don't try to calculate the samples_per_frame.
17085         Fixes #338935.
17086
17087 2006-04-13  Edgard Lima  <edgard.lima@indt.org.br>
17088
17089         * sys/v4l2/gstv4l2src.c:
17090         Just added a gtk-doc comment.
17091
17092 2006-04-17  Michael Smith  <msmith@fluendo.com>
17093
17094         * ext/theora/theoradec.c: (theora_dec_src_convert),
17095         (theora_handle_type_packet), (theora_handle_422_image),
17096         (theora_handle_420_image), (theora_handle_data_packet):
17097         * ext/theora/theoradec.h:
17098           Apply fix from j^ for API change in libtheoradec.
17099
17100           Implement 4:2:2 pixel format. Untested at the moment.
17101
17102 2006-04-14  Tim-Philipp Müller  <tim at centricular dot net>
17103
17104         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_init),
17105         (gst_musepack_stream_init):
17106           Fix track/album peak tag values; use GST_DEBUG_FUNCPTR and
17107           gst_pad_new_from_static_template().
17108
17109 2006-04-13  Edgard Lima  <edgard.lima@indt.org.br>
17110
17111         * sys/v4l2/gstv4l2src.c: (gst_v4l2element_class_init),
17112         (gst_v4l2src_dispose):
17113         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_buffer_new):
17114         Fixed some memory leaks.
17115
17116 2006-04-12  Edgard Lima  <edgard.lima@indt.org.br>
17117
17118         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read):
17119         Fix to work in read mode.
17120
17121 2006-04-10  Wim Taymans  <wim@fluendo.com>
17122
17123         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
17124         Fix parsing of newer stsd chunks again.
17125
17126 2006-04-10  Wim Taymans  <wim@fluendo.com>
17127
17128         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
17129         (qtdemux_parse_trak):
17130         Fix framerate calculation.
17131
17132 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
17133
17134         * ext/swfdec/gstswfdec.c: (gst_swfdecbuffer_class_init):
17135           Fix build (class_init declaration/definition mismatch).
17136
17137 2006-04-10  Wim Taymans  <wim@fluendo.com>
17138
17139         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
17140         force mono 8000 Hz on AMR samples.
17141
17142 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
17143
17144         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_start):
17145           remove atoll by using g_ascii_strtoull (atoll is not supported on WIN32)
17146         * sys/directdraw/gstdirectdrawsink.c:
17147         * sys/directsound/gstdirectsoundsink.c:
17148           done some cleans in sources
17149         * win32/vs6:
17150           add project files for neon, qtdemux
17151           
17152 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17153
17154         * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_class_init):
17155         * ext/amrwb/gstamrwbenc.c: (gst_amrwbenc_class_init):
17156         * ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_class_init):
17157         * ext/arts/gst_arts.c: (gst_arts_class_init):
17158         * ext/artsd/gstartsdsink.c: (gst_artsdsink_class_init):
17159         * ext/audiofile/gstafsink.c: (gst_afsink_class_init):
17160         * ext/audiofile/gstafsrc.c: (gst_afsrc_class_init):
17161         * ext/audioresample/gstaudioresample.c:
17162         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
17163         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_class_init):
17164         * ext/divx/gstdivxdec.c: (gst_divxdec_class_init):
17165         * ext/hermes/gsthermescolorspace.c:
17166         (gst_hermes_colorspace_class_init):
17167         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_class_init):
17168         * ext/jack/gstjack.c: (gst_jack_class_init):
17169         * ext/jack/gstjackbin.c: (gst_jack_bin_class_init):
17170         * ext/lcs/gstcolorspace.c: (gst_colorspace_class_init):
17171         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init):
17172         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
17173         * ext/nas/nassink.c: (gst_nassink_class_init):
17174         * ext/shout/gstshout.c: (gst_icecastsend_class_init):
17175         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
17176         * ext/sndfile/gstsf.c: (gst_sf_class_init):
17177         * ext/swfdec/gstswfdec.c: (gst_swfdecbuffer_class_init),
17178         (gst_swfdec_class_init):
17179         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_class_init):
17180         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_class_init):
17181         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_class_init):
17182         * gst/chart/gstchart.c: (gst_chart_class_init):
17183         * gst/colorspace/gstcolorspace.c: (gst_colorspace_class_init):
17184         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_class_init):
17185         * gst/festival/gstfestival.c: (gst_festival_class_init):
17186         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init):
17187         * gst/filter/gstiir.c: (gst_iir_class_init):
17188         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init):
17189         * gst/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init):
17190         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_class_init):
17191         * gst/mpeg1sys/gstmpeg1systemencode.c:
17192         (gst_system_encode_class_init):
17193         * gst/mpeg1videoparse/gstmp1videoparse.c:
17194         (gst_mp1videoparse_class_init):
17195         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_class_init):
17196         * gst/mpegaudioparse/gstmpegaudioparse.c:
17197         (gst_mp3parse_class_init):
17198         * gst/overlay/gstoverlay.c: (gst_overlay_class_init):
17199         * gst/passthrough/gstpassthrough.c: (passthrough_class_init):
17200         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init):
17201         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_class_init):
17202         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_class_init):
17203         * gst/smooth/gstsmooth.c: (gst_smooth_class_init):
17204         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init):
17205         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init):
17206         * gst/stereo/gststereo.c: (gst_stereo_class_init):
17207         * gst/switch/gstswitch.c: (gst_switch_class_init):
17208         * gst/tta/gstttadec.c: (gst_tta_dec_class_init):
17209         * gst/tta/gstttaparse.c: (gst_tta_parse_class_init):
17210         * gst/vbidec/gstvbidec.c: (gst_vbidec_class_init):
17211         * gst/videocrop/gstvideocrop.c: (gst_video_crop_class_init):
17212         * gst/virtualdub/gstxsharpen.c: (gst_xsharpen_class_init):
17213         * gst/y4m/gsty4mencode.c: (gst_y4mencode_class_init):
17214         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
17215         * sys/directsound/gstdirectsoundsink.c:
17216         (gst_directsoundsink_class_init):
17217         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_class_init):
17218         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
17219         * sys/dxr3/dxr3videosink.c: (dxr3videosink_class_init):
17220         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_class_init):
17221         * sys/v4l2/gstv4l2colorbalance.c:
17222         (gst_v4l2_color_balance_channel_class_init):
17223         * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_channel_class_init),
17224         (gst_v4l2_tuner_norm_class_init):
17225         * sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_class_init):
17226         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
17227
17228 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17229
17230         * gst/colorspace/gstcolorspace.h:
17231         * gst/deinterlace/gstdeinterlace.h:
17232         * gst/passthrough/gstpassthrough.h:
17233         * gst/y4m/gsty4mencode.h:
17234         Fix more broken GObject macros
17235
17236 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17237
17238         * ext/xine/gstxine.h:
17239         * gst-libs/gst/play/play.h:
17240         * sys/v4l2/gstv4l2element.h:
17241         * sys/ximagesrc/ximageutil.h:
17242         Fix broken GObject macros
17243
17244 2006-04-08  Wim Taymans  <wim@fluendo.com>
17245
17246         * gst/qtdemux/qtdemux.c: (gst_qtdemux_prepare_current_sample),
17247         (gst_qtdemux_chain), (gst_qtdemux_add_stream), (qtdemux_dump_stsz),
17248         (qtdemux_dump_stco), (qtdemux_parse_trak):
17249         Don't make rounding errors in timestamp/duration calculations.
17250         Fix timestamps for AMR and IMA4.  Fixes (#337436).
17251         Create a dummy segment even when there is no edit list.
17252
17253 2006-04-07  Julien MOUTTE  <julien@moutte.net>
17254
17255         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt: Updates.
17256         * examples/directfb/Makefile.am: Add example resource files to
17257         dist.
17258
17259 2006-04-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17260
17261         * ext/amrwb/amrwb-code/Makefile.am:
17262         * sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_recalc),
17263         (gst_ximagesrc_create), (gst_ximagesrc_set_property):
17264         Typo fix, s/XFree86/X11 and added doc blurb saying that it fixates to
17265         25fps
17266
17267 2006-04-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17268
17269         * tests/icles/ximagesrc-test.c: (main):
17270         Actually assert that pipeline goes to playing
17271
17272 2006-04-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17273
17274         * sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_recalc),
17275         (composite_pixel), (gst_ximagesrc_ximage_get),
17276         (gst_ximagesrc_create), (gst_ximagesrc_set_property):
17277         Fix typo, C++ style comments and other small cleanups
17278         
17279 2006-04-06  Wim Taymans  <wim@fluendo.com>
17280
17281         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
17282         (gst_qtdemux_handle_src_query), (gst_qtdemux_find_index),
17283         (gst_qtdemux_find_keyframe), (gst_qtdemux_find_segment),
17284         (gst_qtdemux_move_stream), (gst_qtdemux_perform_seek),
17285         (gst_qtdemux_do_seek), (gst_qtdemux_change_state),
17286         (gst_qtdemux_activate_segment),
17287         (gst_qtdemux_prepare_current_sample), (gst_qtdemux_advance_sample),
17288         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop),
17289         (qtdemux_parse_trak):
17290         Added full edit list support.
17291         Avoid overflows in prologue image detection code.
17292         Avoid roundoff errors in timestamp calculations.
17293
17294 2006-04-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17295
17296         * configure.ac:
17297           clean up so report properly on missing stuff
17298           fix modplug detection
17299
17300 2006-04-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17301
17302         * ext/Makefile.am:
17303         * ext/amrwb/amrwb-code/Makefile.am:
17304           don't dist amr wb source code
17305
17306 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
17307
17308         Patch by: j^  <j at bootlab dot org>
17309
17310         * ext/amrwb/gstamrwbdec.c:
17311         * ext/amrwb/gstamrwbenc.c:
17312         * ext/amrwb/gstamrwbparse.c:
17313         * ext/arts/gst_arts.c:
17314         * ext/artsd/gstartsdsink.c:
17315         * ext/audiofile/gstafparse.c:
17316         * ext/audiofile/gstafsink.c:
17317         * ext/audiofile/gstafsrc.c:
17318         * ext/cdaudio/gstcdaudio.c:
17319         * ext/directfb/dfbvideosink.c:
17320         * ext/divx/gstdivxdec.c:
17321         * ext/divx/gstdivxenc.c:
17322         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
17323         * ext/faac/gstfaac.c: (gst_faac_base_init):
17324         * ext/faad/gstfaad.c:
17325         * ext/gsm/gstgsmdec.c:
17326         * ext/gsm/gstgsmenc.c:
17327         * ext/hermes/gsthermescolorspace.c:
17328         * ext/ivorbis/vorbisfile.c:
17329         * ext/lcs/gstcolorspace.c:
17330         * ext/libfame/gstlibfame.c:
17331         * ext/libmms/gstmms.c: (gst_mms_base_init):
17332         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
17333         * ext/nas/nassink.c: (gst_nassink_base_init):
17334         * ext/neon/gstneonhttpsrc.c:
17335         * ext/polyp/polypsink.c: (gst_polypsink_base_init):
17336         * ext/sdl/sdlaudiosink.c:
17337         * ext/sdl/sdlvideosink.c:
17338         * ext/shout/gstshout.c:
17339         * ext/snapshot/gstsnapshot.c:
17340         * ext/sndfile/gstsf.c:
17341         * ext/tarkin/gsttarkindec.c:
17342         * ext/tarkin/gsttarkinenc.c:
17343         * ext/theora/theoradec.c:
17344         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
17345         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init):
17346         * ext/xvid/gstxviddec.c:
17347         * ext/xvid/gstxvidenc.c:
17348         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxa_parse_base_init):
17349         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_base_init):
17350         * gst/chart/gstchart.c:
17351         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_base_init):
17352         * gst/festival/gstfestival.c:
17353         * gst/filter/gstiir.c:
17354         * gst/filter/gstlpwsinc.c:
17355         * gst/freeze/gstfreeze.c:
17356         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
17357         * gst/mixmatrix/mixmatrix.c:
17358         * gst/mpeg1sys/gstmpeg1systemencode.c:
17359         * gst/mpeg1videoparse/gstmp1videoparse.c:
17360         * gst/mpeg2sub/gstmpeg2subt.c:
17361         * gst/mpegaudioparse/gstmpegaudioparse.c:
17362         * gst/multifilesink/gstmultifilesink.c:
17363         * gst/overlay/gstoverlay.c:
17364         * gst/passthrough/gstpassthrough.c:
17365         * gst/playondemand/gstplayondemand.c:
17366         * gst/qtdemux/qtdemux.c:
17367         * gst/rtjpeg/gstrtjpegdec.c:
17368         * gst/rtjpeg/gstrtjpegenc.c:
17369         * gst/smooth/gstsmooth.c:
17370         * gst/tta/gstttadec.c: (gst_tta_dec_base_init):
17371         * gst/tta/gstttaparse.c: (gst_tta_parse_base_init):
17372         * gst/videocrop/gstvideocrop.c:
17373         * gst/videodrop/gstvideodrop.c:
17374         * gst/virtualdub/gstxsharpen.c:
17375         * gst/xingheader/gstxingmux.c: (gst_xing_mux_base_init):
17376         * gst/y4m/gsty4mencode.c:
17377           Unify the long descriptions in the plugin details (#337263).
17378
17379 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
17380
17381         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
17382         (gst_neonhttp_src_set_property), (gst_neonhttp_src_get_property):
17383           Add back "uri" property and mark it as deprecated; undoes
17384           API/ABI breakage from 2006-02-24.
17385
17386 2006-04-05  Wim Taymans  <wim@fluendo.com>
17387
17388         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
17389         (gst_qtdemux_do_seek), (gst_qtdemux_loop_state_movie),
17390         (gst_qtdemux_loop):
17391         Use duration as segment stop position if none is
17392         explicitly configured.
17393         Also perform EOS when we run past the segment stop.
17394
17395 2006-04-04  Wim Taymans  <wim@fluendo.com>
17396
17397         * gst/qtdemux/qtdemux.c: (gst_qtdemux_go_back),
17398         (gst_qtdemux_perform_seek), (gst_qtdemux_do_seek),
17399         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop),
17400         (gst_qtdemux_chain), (qtdemux_parse_tree), (qtdemux_parse_trak):
17401         More cleanups, added comments.
17402         Mark discontinuities on outgoing buffers.
17403         Post better errors when something goes wrong.
17404         Handle EOS and segment end properly.
17405
17406 2006-04-04  Wim Taymans  <wim@fluendo.com>
17407
17408         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
17409         (gst_qtdemux_push_event), (gst_qtdemux_go_back),
17410         (gst_qtdemux_perform_seek), (gst_qtdemux_do_seek),
17411         (gst_qtdemux_handle_src_event), (plugin_init),
17412         (gst_qtdemux_change_state), (gst_qtdemux_loop_state_movie),
17413         (gst_qtdemux_loop), (gst_qtdemux_chain),
17414         (qtdemux_sink_activate_pull), (gst_qtdemux_add_stream),
17415         (qtdemux_parse), (qtdemux_parse_tree), (qtdemux_parse_trak),
17416         (qtdemux_parse_udta), (qtdemux_tag_add_str), (qtdemux_tag_add_num),
17417         (qtdemux_tag_add_gnre), (gst_qtdemux_handle_esds):
17418         * gst/qtdemux/qtdemux.h:
17419         Handle stss boxes so we can mark and find keyframes.
17420         Implement correct accurate and keyframe seeking.
17421         Use _DEBUG_OBJECT when possible.
17422         Fixes #332155
17423
17424 2006-04-03  Tim-Philipp Müller  <tim at centricular dot net>
17425
17426         * tests/check/Makefile.am:
17427           Only run the id3v2mux check if taglib is available and
17428           the taglib plugin has been built.
17429
17430 2006-04-03  Tim-Philipp Müller  <tim at centricular dot net>
17431
17432         * ext/swfdec/Makefile.am:
17433           Don't set plugindir.
17434
17435         * ext/swfdec/gstswfdec.c:
17436           GST_PLUGIN_DEFINE_STATIC isn't a good idea for installed plugins.
17437
17438 2006-04-03  Tim-Philipp Müller  <tim at centricular dot net>
17439
17440         * configure.ac:
17441           Add AX_CREATE_STDINT_H to create _stdint.h, needed by
17442           the dts plugin.
17443
17444 2006-04-03  Tim-Philipp Müller  <tim at centricular dot net>
17445
17446         * ext/soundtouch/gstpitch.cc:
17447         * ext/theora/theoradec.c:
17448         * gst/modplug/gstmodplug.cc:
17449           GST_ORIGIN => GST_PACKAGE_ORIGIN
17450           GST_PACKAGE => GST_PACKAGE_NAME
17451
17452 2006-04-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17453
17454         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
17455         * docs/plugins/inspect/plugin-bz2.xml:
17456         * docs/plugins/inspect/plugin-cdxaparse.xml:
17457         * docs/plugins/inspect/plugin-freeze.xml:
17458         * docs/plugins/inspect/plugin-glimagesink.xml:
17459         * docs/plugins/inspect/plugin-modplug.xml:
17460         * docs/plugins/inspect/plugin-neon.xml:
17461         * docs/plugins/inspect/plugin-sdl.xml:
17462         * docs/plugins/inspect/plugin-video4linux2.xml:
17463         * docs/plugins/inspect/plugin-ximagesrc.xml:
17464         * docs/plugins/inspect/plugin-xingheader.xml:
17465           add more plugins to docs
17466
17467 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17468
17469         * sys/dxr3/ac3_padder.h:
17470           fix up doc strings
17471         * docs/plugins/Makefile.am:
17472         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
17473         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
17474         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
17475         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
17476         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
17477         * docs/plugins/inspect/plugin-qtdemux.xml:
17478         * docs/plugins/inspect/plugin-speed.xml:
17479         * docs/plugins/inspect/plugin-taglib.xml:
17480         * docs/plugins/inspect/plugin-tta.xml:
17481           commit updates
17482         * configure.ac:
17483         * ext/taglib/gsttaglib.cc:
17484         * tests/Makefile.am:
17485         * tests/check/.cvsignore:
17486         * tests/check/Makefile.am:
17487         * tests/check/elements/.cvsignore:
17488         * tests/check/elements/tagid3v2mux.c:
17489         (test_taglib_id3mux_create_tags), (test_taglib_id3mux_check_tags),
17490         (fill_mp3_buffer), (got_buffer), (demux_pad_added),
17491         (test_taglib_id3mux_check_output_buffer),
17492         (test_taglib_id3mux_with_tags), (GST_START_TEST),
17493         (tagid3v2mux_suite), (main):
17494            add the tagid3v2mux check from #336110
17495
17496 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17497
17498         * configure.ac:
17499           rework like the other configure.ac files
17500         * Makefile.am:
17501         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
17502         * ext/amrwb/gstamrwb.c:
17503         * ext/arts/gst_arts.c:
17504         * ext/artsd/gstartsdsink.c:
17505         * ext/audiofile/gstaf.c:
17506         * ext/audioresample/gstaudioresample.c:
17507         * ext/bz2/gstbz2.c:
17508         * ext/cdaudio/gstcdaudio.c:
17509         * ext/directfb/dfbvideosink.c:
17510         * ext/dts/gstdtsdec.c:
17511         * ext/faac/gstfaac.c:
17512         * ext/faad/gstfaad.c:
17513         * ext/hermes/gsthermescolorspace.c:
17514         * ext/ivorbis/vorbis.c:
17515         * ext/jack/gstjack.c:
17516         * ext/lcs/gstcolorspace.c:
17517         * ext/musepack/gstmusepackdec.c:
17518         * ext/musicbrainz/gsttrm.c:
17519         * ext/nas/nassink.c:
17520         * ext/sdl/gstsdl.c:
17521         * ext/snapshot/gstsnapshot.c:
17522         * ext/sndfile/gstsf.c:
17523         * ext/swfdec/gstswfdec.c:
17524         * ext/tarkin/gsttarkin.c:
17525         * ext/xine/xine.c:
17526         * ext/xvid/gstxvid.c:
17527         * gst/cdxaparse/gstcdxaparse.c:
17528         * gst/chart/gstchart.c:
17529         * gst/colorspace/gstcolorspace.c:
17530         * gst/deinterlace/gstdeinterlace.c:
17531         * gst/equalizer/gstiirequalizer.c:
17532         * gst/festival/gstfestival.c:
17533         * gst/filter/gstfilter.c:
17534         * gst/freeze/gstfreeze.c:
17535         * gst/games/gstpuzzle.c:
17536         * gst/librfb/gstrfbsrc.c:
17537         * gst/mixmatrix/mixmatrix.c:
17538         * gst/mpeg1sys/gstmpeg1systemencode.c:
17539         * gst/mpeg1videoparse/gstmp1videoparse.c:
17540         * gst/mpeg2sub/gstmpeg2subt.c:
17541         * gst/mpegaudioparse/gstmpegaudioparse.c:
17542         * gst/multifilesink/gstmultifilesink.c:
17543         * gst/overlay/gstoverlay.c:
17544         * gst/passthrough/gstpassthrough.c:
17545         * gst/playondemand/gstplayondemand.c:
17546         * gst/qtdemux/qtdemux.c:
17547         * gst/rtjpeg/gstrtjpeg.c:
17548         * gst/smooth/gstsmooth.c:
17549         * gst/smoothwave/gstsmoothwave.c:
17550         * gst/spectrum/gstspectrum.c:
17551         * gst/speed/gstspeed.c:
17552         * gst/stereo/gststereo.c:
17553         * gst/switch/gstswitch.c:
17554         * gst/vbidec/gstvbidec.c:
17555         * gst/videocrop/gstvideocrop.c:
17556         * gst/videodrop/gstvideodrop.c:
17557         * gst/virtualdub/gstvirtualdub.c:
17558         * gst/xingheader/gstxingmux.c:
17559         * gst/y4m/gsty4mencode.c:
17560         * sys/cdrom/gstcdplayer.c:
17561         * sys/directdraw/gstdirectdrawplugin.c:
17562         * sys/directsound/gstdirectsoundplugin.c:
17563         * sys/dxr3/dxr3init.c:
17564         * sys/glsink/glimagesink.c:
17565         * sys/qcam/gstqcamsrc.c:
17566         * sys/v4l2/gstv4l2.c:
17567         * sys/vcd/vcdsrc.c:
17568         * sys/ximagesrc/ximagesrc.c:
17569           update to use correct defines
17570         * po/POTFILES.in:
17571         * po/af.po:
17572         * po/az.po:
17573         * po/cs.po:
17574         * po/en_GB.po:
17575         * po/hu.po:
17576         * po/it.po:
17577         * po/nb.po:
17578         * po/nl.po:
17579         * po/or.po:
17580         * po/sq.po:
17581         * po/sr.po:
17582         * po/sv.po:
17583         * po/uk.po:
17584         * po/vi.po:
17585           v4l2 has translations, pick them up
17586
17587 2006-03-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17588
17589         * sys/ximagesrc/ximagesrc.c: 
17590           Add docs to ximagesrc
17591
17592 2006-03-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17593
17594         * sys/ximagesrc/ximagesrc.c: (composite_pixel),
17595         (gst_ximagesrc_ximage_get), (gst_ximagesrc_set_property),
17596         (gst_ximagesrc_get_caps), (gst_ximagesrc_class_init):
17597         * sys/ximagesrc/ximagesrc.h:
17598         * sys/ximagesrc/ximageutil.c: (ximageutil_xcontext_get):
17599         * sys/ximagesrc/ximageutil.h:
17600           Fix ximagesrc so a) the cursor doesnt trail and b) there are no
17601           yellow rectangles with the cursor
17602
17603 2006-03-31  Michael Smith  <msmith@fluendo.com>
17604
17605         * configure.ac:
17606           Add autoconfery for theoradec.
17607         * ext/Makefile.am:
17608           Add theora directory.
17609         * ext/theora/Makefile.am:
17610         * ext/theora/theoradec.c: (gst_theoradec_base_init),
17611         (gst_theoradec_class_init), (gst_theoradec_init),
17612         (gst_theoradec_reset), (inc_granulepos), (theora_get_query_types),
17613         (gst_theoradec_granule_clocktime), (theora_dec_src_convert),
17614         (theora_dec_sink_convert), (theora_dec_src_query),
17615         (theora_dec_sink_query), (theora_dec_src_event),
17616         (theora_dec_sink_event), (theora_handle_comment_packet),
17617         (theora_handle_type_packet), (theora_handle_header_packet),
17618         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
17619         (theora_dec_change_state), (plugin_init):
17620         * ext/theora/theoradec.h:
17621           Add theora plugin for theora-exp decoder. Very heavily based on the
17622           existing theora decoder plugin.
17623
17624 2006-03-29  Wim Taymans  <wim@fluendo.com>
17625
17626         * ext/gsm/gstgsmdec.c: (gst_gsmdec_class_init), (gst_gsmdec_init),
17627         (gst_gsmdec_finalize), (gst_gsmdec_sink_event), (gst_gsmdec_chain):
17628         * ext/gsm/gstgsmdec.h:
17629         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init), (gst_gsmenc_init),
17630         (gst_gsmenc_finalize), (gst_gsmenc_chain):
17631         Cleanups, fix leaks.
17632         Handle events and DISCONT.
17633         Use adapter in the decoder.
17634
17635 2006-03-29  Wim Taymans  <wim@fluendo.com>
17636
17637         Patch by: Renato Araujo Oliveira Filho <renatox at gmail dot com>
17638
17639         * configure.ac:
17640         * ext/Makefile.am:
17641         * ext/amrwb/Makefile.am:
17642         * ext/amrwb/README:
17643         * ext/amrwb/amrwb-code/Makefile.am:
17644         * ext/amrwb/amrwb-code/run.sh:
17645         * ext/amrwb/gstamrwb.c: (plugin_init):
17646         * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_base_init),
17647         (gst_amrwbdec_class_init), (gst_amrwbdec_init),
17648         (gst_amrwbdec_setcaps), (gst_amrwbdec_event), (gst_amrwbdec_chain),
17649         (gst_amrwbdec_state_change):
17650         * ext/amrwb/gstamrwbdec.h:
17651         * ext/amrwb/gstamrwbenc.c: (gst_amrwbenc_base_init),
17652         (gst_amrwbenc_class_init), (gst_amrwbenc_init),
17653         (gst_amrwbenc_finalize), (gst_amrwbenc_setcaps),
17654         (gst_amrwbenc_chain), (gst_amrwbenc_state_change):
17655         * ext/amrwb/gstamrwbenc.h:
17656         * ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_base_init),
17657         (gst_amrwbparse_class_init), (gst_amrwbparse_init),
17658         (gst_amrwbparse_querytypes), (gst_amrwbparse_query),
17659         (gst_amrwbparse_chain), (gst_amrwbparse_read_header),
17660         (gst_amrwbparse_loop), (gst_amrwbparse_sink_activate),
17661         (gst_amrwbparse_sink_activate_pull), (gst_amrwbparse_state_change):
17662         * ext/amrwb/gstamrwbparse.h:
17663         Added new plugin amrwb parse.
17664         Renamed audio/AMR to audio/AMR-WB as per spec.
17665         Fixes #333307
17666
17667 2006-03-27  Edgard Lima <edgard.lima@indt.org.br>
17668
17669         * gst-plugins-bad/sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init):
17670         Small fix, now pwc driver can tell about its buffers.
17671
17672 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
17673
17674         * configure.ac:
17675           Remove CXX tag from AS_LIBTOOL_TAGS, just like we
17676           did for -good and -ugly. Fixes build on some systems
17677           and doesn't seem to be required for C++ code.
17678
17679 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
17680
17681         * ext/taglib/gsttaglib.cc:
17682         * ext/taglib/gsttaglib.h:
17683           Fix newsegment event handling a bit. We need to
17684           cache the first newsegment event, because we can't
17685           adjust offsets yet when we get it, as we don't
17686           know the size of the tag yet for sure at that point.
17687           Also do some minor cleaning up here and there and add
17688           some debug statements.
17689
17690 2006-03-25  Tim-Philipp Müller  <tim at centricular dot net>
17691
17692         * ext/taglib/gsttaglib.cc:
17693           We do not want to proxy the caps on the sink pad; our 
17694           source pad should have application/x-id3 caps; also,
17695           don't use already-freed strings in debug messages;
17696           finally, adjust buffer offsets on buffers sent out.
17697
17698 2006-03-25  Tim-Philipp Müller  <tim at centricular dot net>
17699
17700         * sys/v4l2/gstv4l2src.c:
17701           Older kernels don't seem to have this particular v4l2 format,
17702           so comment out until this gets fixed properly (and make
17703           buildbots happy).
17704
17705 2006-03-25  Edgard Lima  <edgard.lima@indt.org.br>
17706
17707         * sys/v4l2/gstv4l2colorbalance.c:
17708         * sys/v4l2/gstv4l2colorbalance.h:
17709         * sys/v4l2/gstv4l2element.c:
17710         * sys/v4l2/gstv4l2src.c:
17711         * sys/v4l2/gstv4l2src.h:
17712         * sys/v4l2/gstv4l2tuner.c:
17713         * sys/v4l2/v4l2_calls.c:
17714         * sys/v4l2/v4l2src_calls.c:
17715         * sys/v4l2/v4l2src_calls.h:
17716         Just make few things more robust and also some identation.
17717
17718 2006-03-23  Wim Taymans  <wim@fluendo.com>
17719
17720         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
17721
17722         * ext/xvid/gstxvidenc.c: (gst_xvidenc_init), (gst_xvidenc_setup),
17723         (gst_xvidenc_chain):
17724         Patch to mark outgoing encoded buffers as delta-units (or not).
17725         Note that this patch also patches:
17726         - the setting of fincr and fbase in xvid-encoder creation based on
17727           caps framerate
17728         - makes 0, rather than 2, the default max_b_frames, as the current
17729           xvidenc does not seem "fully prepared" to handle b-frame 
17730           "effects", such as encoder returning 0 encoded bytes, etc.
17731         Fixes #335585
17732
17733 2006-03-22  Tim-Philipp Müller  <tim at centricular dot net>
17734
17735         * gst/modplug/libmodplug/Makefile.am:
17736         * gst/modplug/libmodplug/load_it.cpp:
17737           Try that again (not only should it be MODPLUG_ instead
17738           of MODFILE, also that define is already set in stdafx.h;
17739           what we really need is some more #ifndefs).
17740
17741 2006-03-22  Tim-Philipp Müller  <tim at centricular dot net>
17742
17743         * gst/modplug/libmodplug/Makefile.am:
17744           More gcc-4.1 fixes (we don't need file saving, so just
17745           define MODPLUG_NO_FILESAVE. That way, the compiler won't
17746           complain about modplug ignoring the return value of fwrite
17747           any longer and we might even save a few bytes as well).
17748
17749 2006-03-22  Tim-Philipp Müller  <tim at centricular dot net>
17750
17751         Patch by: Wouter Paeson  <wouter at kangaroot dot net>
17752
17753         * configure.ac:
17754         * ext/Makefile.am:
17755         * ext/soundtouch/Makefile.am:
17756         * ext/soundtouch/gstpitch.cc:
17757         * ext/soundtouch/gstpitch.hh:
17758           Add new libsoundtouch-based pitch plugin (#331335).
17759
17760 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
17761
17762         * gst/modplug/libmodplug/load_ptm.cpp:
17763           Fix compilation with gcc-4.1 and -Werror (#327355).
17764
17765 2006-03-20  Tim-Philipp Müller  <tim at centricular dot net>
17766
17767         * ext/taglib/gsttaglib.h:
17768           Fix left-over gst_my_filter_get_type.
17769
17770 2006-03-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17771
17772         * sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_open_display),
17773         (gst_ximagesrc_set_property), (gst_ximagesrc_get_property),
17774         (gst_ximagesrc_class_init), (gst_ximagesrc_init):
17775         Have a show mouse pointer property and use it if we can
17776
17777 2006-03-15  Edward Hervey  <edward@fluendo.com>
17778
17779         * gst/qtdemux/qtdemux.c: (gst_qtdemux_dispose):
17780         Let's not forget to chain up to the parent dispose.
17781
17782 2006-03-15  Edward Hervey  <edward@fluendo.com>
17783
17784         * gst/qtdemux/qtdemux.c: (gst_qtdemux_class_init),
17785         (gst_qtdemux_init), (gst_qtdemux_dispose),
17786         (gst_qtdemux_add_stream), (qtdemux_parse_trak):
17787         Series of memleak fixes:
17788         - Unref the GstAdapter in finalize.
17789         - Use gst_pad_new_from_static_template(), shorter and safer.
17790         - Free unused QtDemuxStream when not used.
17791
17792 2006-03-14  Edward Hervey  <edward@fluendo.com>
17793
17794         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_base_init),
17795         (gst_v4l2src_class_init):
17796         Initialization of the debugging category should be as early as possible,
17797         moving it from _class_init() to beginning of _base_init().
17798
17799 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
17800
17801         * ext/taglib/gsttaglib.cc:
17802           Add gtk-doc blurb (unused for the time being); match registered
17803           plugin name to the filename of the plugin (taglibmux => taglib)
17804
17805 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
17806
17807         Patch by: Mikhail Zabaluev  <mhz altlinux org>
17808
17809         * autogen.sh:
17810           Don't check for file that only exists in CVS but isn't
17811           disted (#334417)
17812
17813 2006-03-13  Julien MOUTTE  <julien@moutte.net>
17814
17815         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
17816         * sys/v4l2/Makefile.am: Fix build of v4l2 (sigh)
17817
17818 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
17819
17820         * Makefile.am:
17821         * configure.ac:
17822           Fix distcheck.
17823
17824 2006-03-12  Edward Hervey  <edward@fluendo.com>
17825
17826         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
17827         (gst_v4l2src_buffer_pool_free):
17828         g_atomic_int_set is only available in glib-0.10, use gst_atomic_int_et
17829         instead.
17830
17831 2006-03-12  Edward Hervey  <edward@fluendo.com>
17832
17833         * sys/v4l2/gstv4l2element.h:
17834         Remove tim's addition of "_stdint.h" since it doesn't make the PPC
17835         buildbot happy.
17836         I will just use the same comment Ronald used when he added these lines:
17837         Yet Another Hack (tm) for kernel header borkedness.
17838
17839 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
17840
17841         * ext/taglib/Makefile.am:
17842         * ext/taglib/gsttaglib.cc:
17843         * ext/taglib/gsttaglib.h:
17844           Add support for writing MusicBrainz IDs.
17845
17846 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
17847
17848         * sys/v4l2/gstv4l2element.h:
17849           Include "_stdint.h" in an attempt to make the
17850           PPC-buildbot happy.
17851
17852 2006-03-11  Edgard Lima  <edgard.lima@indt.org.br>
17853
17854         * configure.ac:
17855         * sys/Makefile.am:
17856         * sys/v4l2/Makefile.am:
17857         * sys/v4l2/gstv4l2.c:
17858         * sys/v4l2/gstv4l2colorbalance.h:
17859         * sys/v4l2/gstv4l2element.c:
17860         * sys/v4l2/gstv4l2element.h:
17861         * sys/v4l2/gstv4l2src.c:
17862         * sys/v4l2/gstv4l2src.h:
17863         * sys/v4l2/gstv4l2tuner.c:
17864         * sys/v4l2/gstv4l2tuner.h:
17865         * sys/v4l2/gstv4l2xoverlay.c:
17866         * sys/v4l2/gstv4l2xoverlay.h:
17867         * sys/v4l2/v4l2_calls.c:
17868         * sys/v4l2/v4l2_calls.h:
17869         * sys/v4l2/v4l2src_calls.c:
17870         * sys/v4l2/v4l2src_calls.h:
17871         V4L2 ported to 0.10.
17872         
17873 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
17874
17875         * configure.ac:
17876           Only compile the taglib plugin if a C++ compiler is
17877           present. Use GST_DEFAULT_ELEMENTS macro from common/
17878           for all the defaults stuff.
17879
17880 2006-03-11  Christophe Fergeau  <teuf@gnome.org>
17881
17882         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
17883
17884         * configure.ac:
17885         * gst/xingheader/Makefile.am:
17886         * gst/xingheader/gstxingmux.c: 
17887         * gst/xingheader/gstxingmux.h: added new element to add Xing headers
17888         to MP3 files (this allows decoder to figure out the length of VBR
17889         files) 
17890
17891 2006-03-11  Christophe Fergeau  <teuf@gnome.org>
17892         
17893         Patch by: Alex Lancaster
17894         
17895         * ext/taglib/gsttaglib.cc: fix writing of TPOS tags (album number),
17896         and add support for TCOP (copyright)
17897
17898 2006-03-10  Julien MOUTTE  <julien@moutte.net>
17899
17900         * gst/modplug/Makefile.am:
17901         * gst/modplug/gstmodplug.cc: Fix modplug compilation.
17902
17903 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
17904
17905         * configure.ac:
17906         * gst/modplug/Makefile.am:
17907         * gst/modplug/gstmodplug.cc:
17908         * gst/modplug/gstmodplug.h:
17909         * gst/modplug/libmodplug/sndfile.cpp:
17910         * gst/modplug/libmodplug/sndfile.h:
17911           modplug plugin ported to 0.10 (#332598, patch by:
17912           Jonathan Matthew <jonathan at kaolin wh9 net>).
17913
17914 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
17915
17916         * ext/libmms/gstmms.c: (gst_mms_urihandler_init),
17917         (gst_mms_base_init), (gst_mms_class_init), (gst_mms_init),
17918         (gst_mms_finalize), (gst_mms_create), (gst_mms_start),
17919         (gst_mms_set_property), (gst_mms_get_property),
17920         (gst_mms_uri_get_uri):
17921         * ext/libmms/gstmms.h:
17922           Some clean-ups; more debug output; use blocksize property
17923           of GstBaseSrc instead of re-registering our own; make debug
17924           category actually be used.
17925
17926 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
17927
17928         * gst/qtdemux/qtdemux.c: (gst_qtdemux_send_event):
17929           Fix build with gcc-4.1 (#327355).
17930
17931 2006-03-09  Christophe Fergeau  <teuf@gnome.org>
17932
17933         reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
17934
17935         * configure.ac:
17936         * ext/Makefile.am:
17937         * ext/taglib/Makefile.am:
17938         * ext/taglib/gsttaglib.cc:
17939         * ext/taglib/gsttaglib.h: new id3v2 muxer based on TagLib
17940
17941 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
17942
17943         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta):
17944           Extract disc number and count from files that use
17945           'disk' instead of 'disc' as node identifier for that
17946           (fixes #332066).
17947
17948 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
17949
17950         * ext/musepack/gstmusepackdec.h:
17951         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek):
17952           Forgot those two.
17953
17954 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
17955
17956         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_base_init),
17957         (gst_musepackdec_init), (gst_musepackdec_send_newsegment),
17958         (gst_musepackdec_handle_seek_event),
17959         (gst_musepackdec_get_src_query_types), (gst_musepackdec_src_query),
17960         (gst_musepack_stream_init), (gst_musepackdec_sink_activate),
17961         (gst_musepackdec_sink_activate_pull), (gst_musepackdec_loop),
17962         (gst_musepackdec_change_state):
17963           Some cleanups; pause task when push fails.
17964
17965 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
17966
17967         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
17968           Add support for '3IVD' fourcc (#333403).
17969
17970 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17971
17972         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_send_tags),
17973         (gst_faad_setcaps), (gst_faad_do_raw_seek), (gst_faad_src_event),
17974         (gst_faad_sink_event), (gst_faad_src_convert),
17975         (gst_faad_src_query), (gst_faad_chain), (gst_faad_change_state):
17976           Add query function for position/duration querying (mostly for
17977           raw AAC streams); make seeking in raw AAC streams work; post
17978           tags with codec name if this is a raw AAC stream.
17979
17980 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
17981
17982         * sys/directdraw:
17983         * sys/directsound:
17984           sinks are now using GST_RANK_PRIMARY to be used with autodectection
17985         * win32/vs6:
17986           project files updated to fix some bugs
17987         * win32/vs7:
17988         * win32/vs8:
17989           vs7 and vs8 project files added
17990         
17991 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
17992
17993         * ext/xvid/gstxviddec.c: (gst_xviddec_chain):
17994           Declare variable at the beginning of the block and make gcc-2.9x
17995           happy (fixes #333283; patch by: Jens Granseuer).
17996
17997 2006-03-03  Edward Hervey  <edward@fluendo.com>
17998
17999         * gst/qtdemux/qtdemux.c: (qtdemux_parse), (qtdemux_parse_trak):
18000         Use GST_WARNING instead of GST_ERROR for all the too short/long atoms
18001         when parsing.
18002         Also let's be a bit less vulgar in our warning messages :)
18003
18004 2006-02-28  Tim-Philipp Müller  <tim at centricular dot net>
18005
18006         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
18007           Can't divide through zero (suppress warning in case of
18008           stream with one single still picture) (see #327083)
18009
18010 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18011
18012         * sys/glsink/glimagesink.c: It doesn't seem we need GLU.h
18013
18014 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
18015
18016         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
18017         (qtdemux_parse_trak), (qtdemux_video_caps):
18018           Add support for palettised Apple SMC videos (#327075, based on
18019           patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>).
18020
18021 2006-02-24  Michael Smith  <msmith@fluendo.com>
18022
18023         * autogen.sh:
18024           Allow automake 1.9
18025
18026 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
18027
18028         * ext/neon/gstneonhttpsrc.c:
18029         Changed property name from "uri" to "location" 
18030
18031 2006-02-22  Jan Schmidt  <thaytan@mad.scientist.com>
18032
18033         * configure.ac:
18034         * sys/glsink/Makefile.am:
18035         Merge patch from #317048 for building on Cygwin. Patch by 
18036         Cygwin Ports maintainer.
18037         * sys/glsink/glimagesink.c: (gst_glimage_sink_init_display):
18038         Move normal debug output to LOG level not ERROR.
18039
18040 2006-02-19  Jan Gerber  <j@bootlab.org>
18041
18042         Reviewed by : Edward Hervey <edward@fluendo.com>
18043
18044         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
18045           Add 'dvsd' and 'dv25' to list of possible fourcc values for DV Video.
18046           Add image/png for fourcc 'png '
18047  
18048 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
18049
18050         * configure.ac:
18051           Surely this is supposed to be >= a.b, not == a.b
18052
18053 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
18054
18055         * configure.ac:
18056         * sys/Makefile.am:
18057         * sys/ximagesrc/Makefile.am:
18058         * sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_return_buf),
18059         (gst_ximagesrc_open_display), (gst_ximagesrc_start),
18060         (gst_ximagesrc_stop), (gst_ximagesrc_unlock),
18061         (gst_ximagesrc_recalc), (composite_pixel),
18062         (gst_ximagesrc_ximage_get), (gst_ximagesrc_create),
18063         (gst_ximagesrc_set_property), (gst_ximagesrc_get_property),
18064         (gst_ximagesrc_clear_bufpool), (gst_ximagesrc_base_init),
18065         (gst_ximagesrc_dispose), (gst_ximagesrc_finalize),
18066         (gst_ximagesrc_get_caps), (gst_ximagesrc_set_caps),
18067         (gst_ximagesrc_fixate), (gst_ximagesrc_class_init),
18068         (gst_ximagesrc_init), (plugin_init):
18069         * sys/ximagesrc/ximagesrc.h:
18070         * sys/ximagesrc/ximageutil.c: (ximageutil_handle_xerror),
18071         (ximageutil_check_xshm_calls), (ximageutil_xcontext_get),
18072         (ximageutil_xcontext_clear),
18073         (ximageutil_calculate_pixel_aspect_ratio),
18074         (gst_ximagesrc_buffer_finalize), (gst_ximage_buffer_free),
18075         (gst_ximagesrc_buffer_init), (gst_ximagesrc_buffer_class_init),
18076         (gst_ximagesrc_buffer_get_type), (gst_ximageutil_ximage_new),
18077         (gst_ximageutil_ximage_destroy):
18078         * sys/ximagesrc/ximageutil.h:
18079
18080         Port ximagesrc to 0.10 (Closes #304795)
18081
18082 2006-02-20  Edgard Lima <edgard.lima@indt.org.br>
18083
18084         * gst/freeze/gstfreeze.c:
18085         * gst/freeze/gstfreeze.h:
18086         Some event handling added by Renato Filho <renato.filho@indt.org.br>
18087
18088 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
18089
18090         * configure.ac:
18091         Back to CVS nano
18092
18093 === release 0.10.1 ===
18094
18095 2006-02-20  Jan Schmidt <thaytan@mad.scientist.com>
18096
18097         * configure.ac:
18098           releasing 0.10.1, "Slimy - yet satisfying"
18099
18100 2006-02-19  Jan Schmidt <thaytan@mad.scientist.com>
18101
18102         * configure.ac:
18103           Release 0.10.0.3 - pre-release for 0.10.1
18104
18105 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
18106
18107         * ext/bz2/gstbz2.c:
18108         * ext/bz2/gstbz2dec.c:
18109         * ext/bz2/gstbz2dec.h:
18110         * ext/bz2/gstbz2enc.c:
18111         * ext/bz2/gstbz2enc.h:
18112           Add proper copyright headers identifying Lutz Müller
18113           as the author and copyright holder (#331600).
18114
18115 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
18116
18117         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
18118           Don't GST_LOG timestamps from nonexistent index
18119           entries (#331582).
18120
18121 2006-02-17  Edward Hervey  <edward@fluendo.com>
18122
18123         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header):
18124         Check that the size of the returned buffer is of the correct size
18125         because the parser assumes that.
18126         Fixes #331543.
18127
18128 2006-02-17  Jan Schmidt <thaytan@mad.scientist.com>
18129
18130         * configure.ac:
18131           Release 0.10.0.2 - pre-release for 0.10.1
18132
18133 2006-02-16  Edward Hervey  <edward@fluendo.com>
18134
18135         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_src_event),
18136         (gst_qtdemux_loop), (qtdemux_sink_activate_pull):
18137         Don't stop the task if the pad isn't linked.
18138
18139 2006-02-15  Tim-Philipp Müller  <tim at centricular dot net>
18140
18141         * gst/qtdemux/qtdemux.c: (gst_qtdemux_chain):
18142           It appears 100% equals 1/1 and not 100/1 ...
18143
18144 2006-02-15  Tim-Philipp Müller  <tim at centricular dot net>
18145
18146         * gst/qtdemux/qtdemux.c: (gst_qtdemux_post_buffering),
18147         (gst_qtdemux_chain):
18148           When buffering MDAT data, show the user something is
18149           happening by posting 'buffering' messages on the bus.
18150
18151 2006-02-14  Edward Hervey  <edward@fluendo.com>
18152
18153         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
18154         (gst_qtdemux_handle_src_query), (gst_qtdemux_change_state),
18155         (next_entry_size), (gst_qtdemux_chain):
18156         * gst/qtdemux/qtdemux.h:
18157         Make push-based work if mdat atom is before moov atom.
18158         Don't answer duration query. This should be transformed into replying
18159         FALSE to seek events.
18160
18161 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
18162
18163         * ext/libmms/gstmms.c: (gst_mms_class_init), (gst_mms_create),
18164         (gst_mms_start):
18165           Return FLOW_UNEXPECTED on EOS, not FLOW_ERROR. Also, no need to
18166           push our own EOS event on EOS, the base class will do that for us;
18167           fix bogus query code; post semi-decent errors on the bus when an
18168           error occurs in ::start(), otherwise the user will get to see
18169           whatever cryptic default message GstBaseSrc comes up with.
18170
18171 2006-02-14  Andy Wingo  <wingo@pobox.com>
18172
18173         * sys/glsink/glimagesink.c (gst_glimage_sink_init): Come on
18174         schleef, don't break me gst-inspect -a.
18175
18176 2006-02-14  Edward Hervey  <edward@fluendo.com>
18177
18178         * gst/qtdemux/qtdemux.c: (next_entry_size), (gst_qtdemux_chain):
18179         Handle the case where data atoms are before moov atoms in push-based mode.
18180         Errors out gracefully.
18181
18182 2006-02-13  Edward Hervey  <edward@fluendo.com>
18183
18184         * gst/qtdemux/Makefile.am:
18185         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
18186         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
18187         (extract_initial_length_and_fourcc),
18188         (gst_qtdemux_loop_state_header), (gst_qtdemux_loop_state_movie),
18189         (gst_qtdemux_loop_header), (next_entry_size), (gst_qtdemux_chain),
18190         (qtdemux_sink_activate), (qtdemux_sink_activate_pull),
18191         (qtdemux_sink_activate_push), (qtdemux_parse_trak):
18192         * gst/qtdemux/qtdemux.h:
18193         QtDemux can now work push-based.
18194         It still needs some love for seeking.
18195
18196 2006-02-13  Edgard Lima  <edgard.lima@indt.org.br>
18197
18198         * configure.ac:
18199         * gst/freeze/Makefile.am:
18200         * gst/freeze/gstfreeze.c:
18201         * gst/freeze/gstfreeze.h:
18202         * gst/freeze/FAQ:
18203         freeze plugin ported to 0.10 by
18204         Renato Filho <renato.filho@indt.org.br>
18205
18206 2006-02-10  Tim-Philipp Müller  <tim at centricular dot net>
18207
18208         * configure.ac:
18209         * gst/cdxaparse/Makefile.am:
18210         * gst/cdxaparse/gstcdxaparse.c:
18211         * gst/cdxaparse/gstcdxaparse.h:
18212           Port cdxaparse, makes VCD playback work.
18213
18214 2006-02-07  Thomas Vander Stichele  <thomas at apestaart dot org>
18215
18216         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
18217         (qtdemux_parse_trak):
18218           use the correct variable to check if we can calculate
18219           the last chunk.  Looks like an obvious bug, and makes
18220           the dump of offsets comparable to other tools
18221
18222 2006-02-07  Thomas Vander Stichele  <thomas at apestaart dot org>
18223
18224         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
18225         (qtdemux_parse_trak):
18226           clean up some debugging, using _OBJECT, moving recurring
18227           messages to LOG level
18228
18229 2006-02-06  Edgard Lima <edgard.lima@indt.org.br>
18230
18231         * configure.ac:
18232         * ext/neon/gstneonhttpsrc.c:
18233         Now it uses libneon 0.25.5 that supports shoutcast.
18234
18235 2006-02-06  Lutz Mueller <lutz@topfrose.de>
18236
18237         Reviewed by: Edward Hervey <edward@fluendo.com>
18238         
18239         * ext/bz2/gstbz2enc.c: Accepd "ANY" caps. Use "x-bzip" instead of
18240         "x-bz2".
18241         * ext/bz2/gstbz2dec.c: Use "x-bzip" instead of "x-bz2". Initial
18242         caps are "ANY".
18243         (gst_bz2dec_chain): Configure the source pad if we can figure out
18244         the mime type of the decompressed data.
18245         (gst_bz2dec_[get,set]_property):
18246         (gst_bz2dec_class_init: New property "first_buffer_size".
18247         
18248
18249 2006-02-06  Wim Taymans  <wim@fluendo.com>
18250
18251         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_src_query),
18252         (gst_qtdemux_handle_src_event), (gst_qtdemux_loop_header),
18253         (qtdemux_inflate), (qtdemux_parse), (qtdemux_parse_trak),
18254         (qtdemux_parse_udta), (qtdemux_tag_add_str), (qtdemux_tag_add_num),
18255         (qtdemux_tag_add_gnre), (gst_qtdemux_handle_esds),
18256         (qtdemux_video_caps), (qtdemux_audio_caps):
18257         * gst/qtdemux/qtdemux.h:
18258         Some QT demux loving.
18259         Handle seeking in a less broken way.
18260         Fix AMR caps to match the AMR decoder.
18261         Set first timestamp on AMR samples to 0 for now.
18262         Remove some \n in DEBUG strings.
18263         Use _scale_int for maximum precision.
18264
18265 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18266
18267         * gst/apetag/Makefile.am:
18268         * gst/apetag/apedemux.c:
18269         * gst/apetag/apedemux.h:
18270         * gst/apetag/apetag.c:
18271           Remove old files, apetag is in gst-plugins-good now.
18272
18273 2006-02-06  Andy Wingo  <wingo@pobox.com>
18274
18275         * ext/bz2/gstbz2enc.c (gst_bz2enc_class_init): 
18276         * ext/bz2/gstbz2dec.c (gst_bz2dec_class_init): No need to init
18277         parent_class, the boilerplate does it for you.
18278
18279 2006-02-05  Lutz Mueller <lutz@topfrose.de>
18280
18281         reviewed by: Andy Wingo <wingo@pobox.com>
18282
18283         * configure.ac:
18284         * ext/Makefile.am: Hook it up.
18285         * ext/bz2/gstbz2.c:
18286         * ext/bz2/gstbz2dec.h:
18287         * ext/bz2/gstbz2dec.c:
18288         * ext/bz2/gstbz2enc.h:
18289         * ext/bz2/gstbz2enc.c: New plugin, implements bz2 encoding and
18290         decoding (#303167).
18291         
18292 2006-01-30  Andy Wingo  <wingo@pobox.com>
18293
18294         * sys/glsink/Makefile.am (libgstglimagesink_la_LIBADD) 
18295         (libgstglimagesink_la_CFLAGS): Add PLUGINS_BASE cflags and libs.
18296
18297 2006-01-29  Tim-Philipp Müller  <tim at centricular dot net>
18298
18299         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_setcaps),
18300         (gst_wavpack_dec_base_init), (gst_wavpack_dec_dispose),
18301         (gst_wavpack_dec_class_init), (gst_wavpack_dec_sink_event),
18302         (gst_wavpack_dec_init), (gst_wavpack_dec_format_samples),
18303         (gst_wavpack_dec_chain), (gst_wavpack_dec_plugin_init):
18304           Add debug category, use boilerplate macros, fix handling
18305           of widths of 32 bits.
18306
18307         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init),
18308         (gst_wavpack_parse_dispose), (gst_wavpack_parse_class_init),
18309         (gst_wavpack_parse_index_get_last_entry),
18310         (gst_wavpack_parse_index_get_entry_from_sample),
18311         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
18312         (gst_wavpack_parse_src_query),
18313         (gst_wavpack_parse_scan_to_find_sample),
18314         (gst_wavpack_parse_send_newsegment),
18315         (gst_wavpack_parse_handle_seek_event),
18316         (gst_wavpack_parse_src_event), (gst_wavpack_parse_init),
18317         (gst_wavpack_parse_get_upstream_length),
18318         (gst_wavpack_parse_pull_buffer),
18319         (gst_wavpack_parse_create_src_pad), (gst_wavpack_parse_loop),
18320         (gst_wavpack_parse_change_state),
18321         (gst_wavepack_parse_sink_activate),
18322         (gst_wavepack_parse_sink_activate_pull),
18323         (gst_wavpack_parse_plugin_init):
18324         * ext/wavpack/gstwavpackparse.h:
18325           Rewrite a bit, mostly to fix flow logic and to make seeking work.
18326           Fix buffer/event refcounting. Add some debug statements. Add
18327           width of 32 to source pad template caps. Use boilerplate macros.
18328
18329 2006-01-28  Edward Hervey  <edward@fluendo.com>
18330
18331         * sys/glsink/Makefile.am:
18332         glimagesink.h is dead, long live glimagesink.h
18333
18334 2006-01-27  David Schleef  <ds@schleef.org>
18335
18336         * configure.ac:
18337         * sys/Makefile.am:
18338         * sys/glsink/Makefile.am:
18339         * sys/glsink/glimagesink.c:
18340         * sys/glsink/glimagesink.h:
18341           revival of glimagesink.  Kind of works.
18342
18343 2006-01-27  Tim-Philipp Müller  <tim at centricular dot net>
18344
18345         * ext/faad/gstfaad.c: (gst_faad_setcaps),
18346         (gst_faad_chanpos_to_gst), (gst_faad_sync), (gst_faad_chain):
18347           Handle 'framed' field in caps; Port syncing for raw streams
18348           from 0.8 branch (for AAC+ radio streams) (#328854, #328721).
18349
18350 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18351
18352         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_supported),
18353         (gst_sdlvideosink_xoverlay_set_xwindow_id),
18354         (gst_sdlvideosink_deinitsdl), (gst_sdlv_process_events),
18355         (gst_sdlvideosink_event_thread), (gst_sdlvideosink_initsdl),
18356         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
18357         (gst_sdlvideosink_setcaps), (gst_sdlvideosink_show_frame),
18358         (gst_sdlvideosink_change_state),
18359         (gst_sdlvideosink_navigation_send_event):
18360         * ext/sdl/sdlvideosink.h:
18361           Fix output stride copying, so that it displays correctly on 
18362           framebuffer devices that don't match our implict GStreamer stride
18363           arrangement.
18364
18365           Fix locking things. Offer XOverlay only when SDL is running against
18366           X. Make non-scaled (and ugly) embedding work via X Overlay. It can't
18367           actually match the embedded window size because there's no way to
18368           figure out what size that should be from the XOverlay interface.
18369           See comment in sdlvideosink.c
18370
18371 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
18372
18373         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
18374           Fix wrong memcpy source pointer.
18375
18376 2006-01-25  Edgard Lima <edgard.lima@indt.org.br>
18377
18378         * ext/libmms/gstmms.c: (gst_mms_finalize):
18379         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_finalize):
18380         Just chain up finalize calls (calling parent_class->finalize).
18381
18382 2006-01-25  Edgard Lima <edgard.lima@indt.org.br>
18383
18384         * ext/libmms/gstmms.c: (gst_mms_finalize), (gst_mms_set_property),
18385         (gst_mms_get_property), (gst_mms_src_query), (gst_mms_class_init):
18386         Finalize method has been created and others small changes.
18387
18388 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
18389
18390         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_base_init),
18391         (gst_musepackdec_class_init), (gst_musepackdec_init),
18392         (gst_musepackdec_send_newsegment),
18393         (gst_musepackdec_handle_seek_event), (gst_musepackdec_src_event),
18394         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
18395         (gst_musepack_stream_init), (gst_musepackdec_sink_activate_pull),
18396         (gst_musepackdec_loop), (gst_musepackdec_change_state):
18397         * ext/musepack/gstmusepackdec.h:
18398         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
18399         (gst_musepack_reader_seek), (gst_musepack_reader_tell),
18400         (gst_musepack_reader_get_size):
18401         * ext/musepack/gstmusepackreader.h:
18402           Fix seeking in musepack files (it's still incredibly slow, but I
18403           don't think that is our plugin's fault). Clean up code and get
18404           rid of old cruft. Post tags with all kind of neat information like
18405           replay gain and such on the bus, if it is available. Add a
18406           'musepackdec' debug category.
18407
18408 2006-01-24  Edward Hervey  <edward@fluendo.com>
18409
18410         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
18411         (gst_qtdemux_add_stream), (qtdemux_parse_trak):
18412         More coherent framerate setting on caps.
18413         If sample_size is available, use that for the samples' duration in
18414         the index. This enables single frame streams to work (and I imagine
18415         fixes some other cases).
18416         Tested on testsuite, no regression.
18417
18418 2006-01-23  Edward Hervey  <edward@fluendo.com>
18419
18420         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
18421         (qtdemux_video_caps), (qtdemux_audio_caps):
18422         Added codec recognition for:
18423         _ VP31 : video/x-vp3
18424         _ AVDJ : image/jpeg
18425         _ dvcp, dvc  : video/x-dv, systemstream=(boolean)false
18426         _ 0x6d730017 : audio/x-adpcm, layout=(string)quicktime
18427
18428 2006-01-21  David Schleef  <ds@schleef.org>
18429
18430         * configure.ac:
18431         * ext/swfdec/gstswfdec.c: Update from swfdec.
18432
18433 2006-01-21  Tim-Philipp Müller  <tim at centricular dot net>
18434
18435         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
18436         (qtdemux_audio_caps):
18437           'twos' and 'sowt' fourcc can be 16bit or 8bit audio.
18438           Fix 8bit case (#327133, based on patch by: Fabrizio
18439           Gennari <fabrizio dot ge at tiscali dot it>).
18440           Also, "G_LITTLE_ENDIAN" and "G_BIG_ENDIAN" are not
18441           valid literals for endianness in caps strings,
18442           only "LITTLE_ENDIAN" and "BIG_ENDIAN" are valid. 
18443
18444 2006-01-20  Edgard Lima <edgard.lima@indt.org.br>
18445
18446         * ext/ivorbis/vorbisfile.c:
18447         * ext/neon/gstneonhttpsrc.c:
18448         Fixed state transictions PLAYING->NULL->PLAYING.
18449         
18450 2006-01-19  Edgard Lima <edgard.lima@indt.org.br>
18451
18452         * ext/tremor/vorbisfile.c:
18453         Some minor improvements on log messages.
18454
18455 2006-01-18  Edgard Lima <edgard.lima@indt.org.br>
18456
18457         * gst/qtdemux/qtdemux.c: qtdemux_parse_trak:
18458         Ronald's patch applied. see bug #326318.
18459
18460 2006-01-17  Tim-Philipp Müller  <tim at centricular dot net>
18461
18462         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
18463         (gst_qtdemux_send_event), (gst_qtdemux_handle_src_event),
18464         (gst_qtdemux_change_state), (gst_qtdemux_loop_header):
18465         * gst/qtdemux/qtdemux.h:
18466           Fix seeking for quicktime files. Could still use some more
18467           love and sophistication.
18468
18469 2006-01-16  Edgard Lima <edgard.lima@indt.org.br>
18470
18471         * ext/libmms/gstmms.c: gst_mms_init:
18472         * ext/neon/gstneonhttpsrc.c: gst_neonhttp_src_init:
18473         * ext/sdl/sdlaudiosink.c: gst_sdlaudio_sink_dispose:
18474         Removed gst_base_src_set_live from mms and neon, and now calling
18475         parent_class->dispose in dispose on sdlaudio.
18476         
18477 2006-01-11  Edgard Lima <edgard.lima@indt.org.br>
18478
18479         * ext/sdl/sdlvideosink.c:
18480         Now implementing navigation interface and using
18481         GST_BOILER_PLATE_FULL.
18482         
18483 2006-01-11  Christian Schaller  <christian@fluendo.com>
18484
18485         Remove SunAudio plugin as Brian's new one is in -good
18486
18487         * sys/Makefile.am:
18488         * sys/sunaudio/Makefile.am:
18489         * sys/sunaudio/gstsunaudio.c:
18490         * sys/sunaudio/gstsunaudiosrc.c:
18491         * sys/sunaudio/gstsunaudiosrc.h:
18492         * sys/sunaudio/gstsunelement.c:
18493         * sys/sunaudio/gstsunelement.h:
18494         * sys/sunaudio/gstsunmixer.c:
18495         * sys/sunaudio/gstsunmixer.h:
18496
18497 2006-01-11  Edgard Lima <edgard.lima@indt.org.br>
18498
18499         * ext/sdl/sdlaudiosink.c:
18500         Replaced wrong style code by GST_BOILERPLATE.
18501         
18502 2006-01-11  Fabrizio Gennari <fabrizio.ge@tiscali.it>
18503
18504         reviewed by: Edward Hervey  <edward@fluendo.com>
18505
18506         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
18507         Add support for Indeo3 video in Quicktime files.
18508         Closes #326524
18509
18510 2006-01-09  Edgard Lima <edgard.lima@indt.org.br>
18511
18512         * configure.ac:
18513         * ext/sdl/Makefile.am:
18514         * ext/sdl/gstsdl.c:
18515         * ext/sdl/sdlaudiosink.c:
18516         * ext/sdl/sdlaudiosink.h:
18517         * ext/sdl/sdlvideosink.c:
18518         Created new element, sdlaudiosink.
18519         
18520 2006-01-05  Sebastien Moutte  <sebastien@moutte.net>
18521
18522         * added sys/directdraw
18523         * added sys/directsound
18524         * added win32/vs6/gst_plugins_bad.dsw
18525         * added win32/vs6/libgstdirectsound.dsp
18526         * added win32/vs6/libgstdirectdraw.dsp
18527         * added win32/common/config.h
18528         
18529 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
18530
18531         * gst/games/gstpuzzle.c: (plugin_init):
18532           call oil_init() when using liboil
18533
18534 2006-01-04  Edgard Lima <edgard.lima@indt.org.br>
18535
18536         * ext/neon/gstneonhttpsrc.c:
18537         * ext/neon/gstneonhttpsrc.h:
18538         Some improvements in cancellation and debug messages.
18539                         
18540 2006-01-04  Edgard Lima <edgard.lima@indt.org.br>
18541
18542         * ext/neon/gstneonhttpsrc.c:
18543         * ext/neon/gstneonhttpsrc.h:
18544         Removed not need thread and changed to push out blocksize bytes.
18545         
18546 2005-12-28  Edgard Lima <edgard.lima@indt.org.br>
18547
18548         * configure.ac:
18549         * ext/Makefile.am
18550         * ext/neon:
18551         * ext/neon/Makefile.am:
18552         * ext/neon/gstneonhttpsrc.c:
18553         * ext/neon/gstneonhttpsrc.h:
18554         Created new element neonhttpsrc.
18555
18556 2005-12-19  Edward Hervey  <edward@fluendo.com>
18557
18558         * ext/swfdec/gstswfdec.c: (gst_swfdec_class_init),
18559         (gst_swfdec_chain), (gst_swfdec_render):
18560         Add debugging category and return GstFlowReturn in the right places
18561         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_link):
18562         Get something from the peer pad once we've checked if there is a peer pad.
18563         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
18564         (qtdemux_tree_get_child_by_type), (qtdemux_parse_trak),
18565         (qtdemux_video_caps):
18566         Couple of fixes
18567
18568 2005-12-19  Edgard Lima <edgard.lima@indt.org.br>
18569
18570         * ext/divx/Makefile.am:
18571         just a small fix. I have to pay more attention when commiting ;-)
18572
18573 2005-12-19  Edgard Lima <edgard.lima@indt.org.br>
18574
18575         * configure.ac:
18576         * ext/Makefile.am:
18577         * ext/divx/Makefile.am:
18578         * ext/divx/gstdivxdec.c:
18579         * ext/divx/gstdivxdec.h:
18580         * ext/divx/gstdivxenc.c:
18581         * ext/divx/gstdivxenc.h:
18582         divxdec and divxenc ported to 0.10
18583         
18584 2005-12-18  Julien MOUTTE  <julien@moutte.net>
18585
18586         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
18587         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_create),
18588         (gst_dfbvideosink_event_thread), (gst_dfbvideosink_enum_devices),
18589         (gst_dfbvideosink_setup), (gst_dfbvideosink_cleanup),
18590         (gst_dfbvideosink_can_blit_from_format),
18591         (gst_dfbvideosink_getcaps), (gst_dfbvideosink_setcaps),
18592         (gst_dfbvideosink_show_frame), (gst_dfbvideosink_buffer_alloc),
18593         (gst_dfbsurface_finalize),
18594         (gst_dfbvideosink_navigation_send_event),
18595         (gst_dfbvideosink_update_colorbalance),
18596         (gst_dfbvideosink_set_property), (gst_dfbvideosink_init): Some
18597         more refactoring, handle exotic DirectFB row stride.
18598
18599 2005-12-18  Julien MOUTTE  <julien@moutte.net>
18600
18601         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
18602         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt: Updates.
18603         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_create),
18604         (gst_dfbvideosink_event_thread), (gst_dfbvideosink_enum_devices),
18605         (gst_dfbvideosink_setup), (gst_dfbvideosink_cleanup),
18606         (gst_dfbvideosink_can_blit_from_format),
18607         (gst_dfbvideosink_getcaps), (gst_dfbvideosink_setcaps),
18608         (gst_dfbvideosink_show_frame), (gst_dfbvideosink_buffer_alloc),
18609         (gst_dfbsurface_finalize),
18610         (gst_dfbvideosink_navigation_send_event),
18611         (gst_dfbvideosink_update_colorbalance),
18612         (gst_dfbvideosink_set_property), (gst_dfbvideosink_get_property),
18613         (gst_dfbvideosink_finalize), (gst_dfbvideosink_init),
18614         (gst_dfbvideosink_class_init):
18615         * ext/directfb/dfbvideosink.h: Implement pixel-aspect-ratio.
18616         This should work both for hardware accelerated scaling and
18617         reverse caps negotiation with a scaling element.
18618
18619 2005-12-17  Julien MOUTTE  <julien@moutte.net>
18620
18621         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
18622         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
18623         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
18624         * docs/plugins/gst-plugins-bad-plugins.args:
18625         * docs/plugins/gst-plugins-bad-plugins.interfaces:
18626         * docs/plugins/gst-plugins-bad-plugins.signals:
18627         * docs/plugins/inspect/plugin-dfbvideosink.xml:
18628         * docs/plugins/inspect/plugin-qtdemux.xml:
18629         * docs/plugins/inspect/plugin-sdlvideosink.xml:
18630         * docs/plugins/inspect/plugin-speed.xml:
18631         * docs/plugins/inspect/plugin-tta.xml: Updates.
18632         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_create),
18633         (gst_dfbvideosink_event_thread), (gst_dfbvideosink_enum_vmodes),
18634         (gst_dfbvideosink_enum_devices), (gst_dfbvideosink_setup),
18635         (gst_dfbvideosink_cleanup),
18636         (gst_dfbvideosink_can_blit_from_format),
18637         (gst_dfbvideosink_get_best_vmode), (gst_dfbvideosink_getcaps),
18638         (gst_dfbvideosink_setcaps), (gst_dfbvideosink_show_frame),
18639         (gst_dfbvideosink_buffer_alloc), (gst_dfbsurface_finalize),
18640         (gst_dfbvideosink_interface_supported),
18641         (gst_dfbvideosink_navigation_send_event),
18642         (gst_dfbvideosink_update_colorbalance),
18643         (gst_dfbvideosink_colorbalance_list_channels),
18644         (gst_dfbvideosink_colorbalance_set_value),
18645         (gst_dfbvideosink_colorbalance_get_value),
18646         (gst_dfbvideosink_colorbalance_init),
18647         (gst_dfbvideosink_set_property), (gst_dfbvideosink_get_property),
18648         (gst_dfbvideosink_init), (gst_dfbvideosink_class_init):
18649         * ext/directfb/dfbvideosink.h: Implement vertical sync and 
18650         color balance interface.
18651
18652 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
18653
18654         * ext/artsd/gstartsdsink.c: (gst_artsdsink_open_audio):
18655         * gst/festival/gstfestival.c: (socket_receive_file_to_buff):
18656         * gst/vbidec/vbidata.c:
18657         * gst/vbidec/vbidata.h:
18658         * gst/vbidec/vbiscreen.c:
18659         * sys/dxr3/ac3_padder.c:
18660           don't use doc comments for non-docs
18661           change some char* into char[]
18662
18663 2005-12-16  Julien MOUTTE  <julien@moutte.net>
18664
18665         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_enum_layers),
18666         (gst_dfbvideosink_init): Always prefer the primary layer.
18667
18668 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
18669
18670         * ext/wavpack/gstwavpackdec.c:
18671           Oops, remove trailing comma from caps string.
18672
18673 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
18674
18675         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_link):
18676         * ext/wavpack/gstwavpackparse.c:
18677           Wavpack supports samplerates from 6-192kHz, fix pad template
18678           caps (fixes #322973; patch by: gcocatre@gmail.com). Also
18679           remove buffer-frames from caps, they are gone in 0.10.
18680
18681 2005-12-15  Edgard Lima <edgard.lima@indt.org.br>
18682
18683         * ext/xvid/Makefile.am:
18684         * ext/xvid/gstxviddec.c:
18685         * ext/xvid/gstxvidenc.c:
18686         Fixed some mem-leaks in xvid.
18687
18688 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
18689
18690         * configure.ac:
18691         * ext/Makefile.am:
18692         * ext/xvid/gstxvid.c:
18693         * ext/xvid/gstxvid.h:
18694         * ext/xvid/gstxviddec.c:
18695         * ext/xvid/gstxviddec.h:
18696         * ext/xvid/gstxvidenc.c:
18697         * ext/xvid/gstxvidenc.h:
18698         xviddec and xvideenc ported to 0.10
18699                 
18700
18701 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
18702
18703         * configure.ac:
18704         * ext/Makefile.am:
18705         * ext/dts/Makefile.am:
18706         * ext/dts/gstdtsdec.c:
18707         * ext/dts/gstdtsdec.h:
18708         dtsdec ported to 0.10
18709
18710 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
18711
18712         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
18713         * ext/libmms/gstmms.c: (gst_mms_src_query), (gst_mms_create):
18714         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_src_query),
18715         (gst_musepackdec_loop):
18716         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_link),
18717         (gst_swfdec_src_query):
18718         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query):
18719           GstObjects must be unref'ed with gst_object_unref() instead of
18720           g_object_unref(), otherwise things break for GLib-2.6 users.
18721
18722 2005-12-12  David Schleef  <ds@schleef.org>
18723
18724         * ext/swfdec/gstswfdec.c: (gst_swfdecbuffer_get_type),
18725         (gst_swfdecbuffer_class_init), (gst_swfdecbuffer_finalize),
18726         (gst_swfdec_buffer_from_swf), (gst_swfdec_render): Add a subclass
18727         of GstBuffer that wraps SwfdecBuffers.  Fix a massive memleak
18728         because the video buffers previously never got freed.
18729
18730 2005-12-11  Edgard Lima <edgard.lima@indt.org.br>
18731
18732         * ext/libmms/gstmms.c:
18733         Just removed a weird printf ;-)
18734
18735 2005-12-11  Edgard Lima <edgard.lima@indt.org.br>
18736
18737         * configure.ac:
18738         * ext/libmms/gstmms.c:
18739         * ext/libmms/gstmms.h:
18740         Added suport to mmsh. There's still a sucks msg "ERROR: Pipeline cant
18741         PREROOL..." to be fixed.
18742
18743 2005-12-09  Jan Schmidt  <thaytan@mad.scientist.com>
18744
18745         * ext/faad/gstfaad.c: (gst_faad_chanpos_to_gst),
18746         (gst_faad_update_caps):
18747           Assume that an unknown channel mapping with 2 channels
18748           is stereo and play it that way instead of erroring.
18749
18750         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
18751         (gst_qtdemux_add_stream), (qtdemux_parse_trak):
18752           Handle e.g. jpeg streams with 0 duration frames as having 0 framerate.
18753           Debug fixes. Some 64 bit variable fixes
18754
18755 2005-12-09  Edgard Lima <edgard.lima@indt.org.br>
18756
18757         * configure.ac:
18758         * ext/Makefile.am:
18759         * ext/swfdec/Makefile.am:
18760         * ext/swfdec/gstswfdec.c:
18761         * ext/swfdec/gstswfdec.h:
18762         swfdec Ported to 0.10.
18763
18764 2005-12-07  Edward Hervey  <edward@fluendo.com>
18765
18766         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
18767         (gst_qtdemux_add_stream):
18768         Memleak fixes.
18769         Send out EOS for valid reasons (couldn't pull_range() from upstream
18770         for example).
18771
18772 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18773
18774         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
18775         * ext/audiofile/gstafparse.h:
18776         * ext/audiofile/gstafsink.c: (gst_afsink_chain):
18777         * ext/audiofile/gstafsink.h:
18778         * ext/audiofile/gstafsrc.c: (gst_afsrc_close_file):
18779         * ext/audiofile/gstafsrc.h:
18780         * ext/cdaudio/gstcdaudio.c:
18781         * ext/divx/gstdivxenc.c:
18782         * ext/dts/gstdtsdec.h:
18783         * ext/faac/gstfaac.h:
18784         * ext/ivorbis/vorbisenc.h:
18785         * ext/ivorbis/vorbisfile.c:
18786         * ext/musepack/gstmusepackdec.h:
18787         * ext/nas/nassink.c:
18788         * ext/snapshot/gstsnapshot.c:
18789         * ext/sndfile/gstsf.h:
18790         * ext/tarkin/gsttarkindec.h:
18791         * ext/tarkin/gsttarkinenc.h:
18792         * ext/xine/gstxine.h:
18793         * ext/xine/xinecaps.c:
18794         * ext/xvid/gstxvid.h:
18795         * gst-libs/gst/play/play.h:
18796         * gst/apetag/apedemux.h:
18797         * gst/cdxaparse/gstcdxaparse.h:
18798         * gst/cdxaparse/gstcdxastrip.h:
18799         * gst/colorspace/yuv2rgb.c:
18800         * gst/colorspace/yuv2rgb.h:
18801         * gst/equalizer/gstiirequalizer.c:
18802         * gst/festival/gstfestival.h:
18803         * gst/games/gstpuzzle.c:
18804         * gst/games/gstvideoimage.c:
18805         * gst/games/gstvideoimage.h:
18806         * gst/modplug/gstmodplug.h:
18807         * gst/modplug/libmodplug/it_defs.h:
18808         * gst/modplug/libmodplug/modplug.h:
18809         * gst/modplug/libmodplug/sndfile.h:
18810         * gst/modplug/libmodplug/stdafx.h:
18811         * gst/mpeg1sys/buffer.c:
18812         * gst/mpeg1sys/gstmpeg1systemencode.h:
18813         * gst/mpeg1sys/main.h:
18814         * gst/mpeg1sys/systems.c:
18815         * gst/mpeg1videoparse/gstmp1videoparse.h:
18816         * gst/mpeg2sub/gstmpeg2subt.h:
18817         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
18818         * gst/mpegaudioparse/gstmpegaudioparse.h:
18819         * gst/multifilesink/gstmultifilesink.h:
18820         * gst/overlay/gstoverlay.h:
18821         * gst/qtdemux/qtdemux.c:
18822         * gst/qtdemux/qtdemux.h:
18823         * gst/rtjpeg/RTjpeg.c: (RTjpeg_dctY), (RTjpeg_idct):
18824         * gst/rtjpeg/RTjpeg.h:
18825         * gst/tta/crc32.h:
18826         * gst/tta/filters.h:
18827         * gst/tta/ttadec.h:
18828         * gst/videodrop/gstvideodrop.h:
18829         * sys/cdrom/gstcdplayer.h:
18830         * sys/cdrom/gstcdplayer_ioctl.c:
18831         * sys/cdrom/gstcdplayer_ioctl.h:
18832         * sys/cdrom/gstcdplayer_ioctl_bsd.h:
18833         * sys/cdrom/gstcdplayer_ioctl_irix.h:
18834         * sys/cdrom/gstcdplayer_ioctl_solaris.h:
18835         * sys/dxr3/dxr3audiosink.c:
18836         * sys/dxr3/dxr3audiosink.h:
18837         * sys/dxr3/dxr3spusink.c:
18838         * sys/dxr3/dxr3spusink.h:
18839         * sys/dxr3/dxr3videosink.c:
18840         * sys/dxr3/dxr3videosink.h:
18841         * sys/qcam/dark.c:
18842         * sys/qcam/gstqcamsrc.c:
18843         * sys/v4l2/gstv4l2colorbalance.h:
18844         * sys/v4l2/gstv4l2element.h:
18845         * sys/v4l2/gstv4l2src.h:
18846         * sys/v4l2/gstv4l2tuner.h:
18847         * sys/v4l2/gstv4l2xoverlay.h:
18848         * sys/v4l2/v4l2_calls.c:
18849         * sys/v4l2/v4l2_calls.h:
18850         * sys/v4l2/v4l2src_calls.c:
18851         * sys/v4l2/v4l2src_calls.h:
18852         * sys/vcd/vcdsrc.h:
18853           expand tabs
18854
18855 === release 0.10.0 ===
18856
18857 2005-12-05  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18858
18859         * configure.ac:
18860           releasing 0.10.0, "Camembert"
18861
18862 2005-12-05  Andy Wingo  <wingo@pobox.com>
18863
18864         * ext/faac/gstfaac.c: (gst_faac_sink_event), (gst_faac_chain):
18865         * ext/faad/gstfaad.c: (gst_faad_chain):
18866         * ext/hermes/gsthermescolorspace.c: (gst_hermes_colorspace_chain):
18867         * ext/lcs/gstcolorspace.c: (gst_colorspace_chain):
18868         * ext/xine/xineinput.c: (gst_xine_input_get):
18869         * gst/colorspace/gstcolorspace.c: (gst_colorspace_chain):
18870         * gst/speed/gstspeed.c: (speed_chain):
18871         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain): Update for
18872         alloc_buffer changes.
18873
18874 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
18875
18876         * ext/Makefile.am:
18877           Add missing $(WAVPACK_DIR) (#322962).
18878
18879 === release 0.9.7 ===
18880
18881 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18882
18883         * configure.ac:
18884           releasing 0.9.7, "Arrigato Gasuimas Skebisan"
18885
18886 2005-11-28  Edgard Lima <edgard.lima@indt.org.br>
18887
18888         * PORTED_09:
18889         * configure.ac:
18890         * ext/Makefile.am:
18891         * ext/libmms/Makefile.am:
18892         * ext/libmms/gstmms.c:
18893         * ext/libmms/gstmms.h:
18894         libmm ported to 0.9. It works fine, but print some error messages. I
18895         ll fix them soon. Tested with  mmssrc location=mms:// ! filesink.
18896         
18897 2005-11-28  Edward Hervey  <edward@fluendo.com>
18898
18899         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
18900         Handle gracefully the consequence of "Maximum number of scalefactor
18901         bands exceeded", which results in 0 channels with samplerates of 0.
18902         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state):
18903         Do upward transitions, then call parent state_change, then do
18904         downward transitions.
18905
18906 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18907
18908         * ext/Makefile.am:
18909           alphabets, so hard to master.  Should fix distcheck.
18910
18911 2005-11-25  Edgard Lima  <edgard.lima@indt.org.br>
18912
18913         * configure.ac:
18914         * PORTED_09:
18915         * ext/Makefile.am:
18916         * ext/wavpack/Makefile.am:
18917         * ext/wavpack/gstwavpackdec.c:
18918         * ext/wavpack/gstwavpackdec.h:
18919         * ext/wavpack/gstwavpackparse.c:
18920         * ext/wavpack/gstwavpackparse.h:
18921         Wavpack ported to 0.9. No support for correction file yet.
18922
18923 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18924
18925         * ext/wavpack/Makefile.am:
18926         * ext/wavpack/gstwavpack.c: (plugin_init):
18927         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_read_header):
18928         * ext/wavpack/gstwavpackcommon.h:
18929         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_link),
18930         (gst_wavpack_dec_wvclink), (gst_wavpack_dec_get_type),
18931         (gst_wavpack_dec_base_init), (gst_wavpack_dec_dispose),
18932         (gst_wavpack_dec_class_init), (gst_wavpack_dec_src_query),
18933         (gst_wavpack_dec_init), (gst_wavpack_dec_setup_context),
18934         (gst_wavpack_dec_format_samples), (gst_wavpack_dec_loop),
18935         (gst_wavpack_dec_plugin_init):
18936         * ext/wavpack/gstwavpackdec.h:
18937         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_get_type),
18938         (gst_wavpack_parse_base_init), (gst_wavpack_parse_dispose),
18939         (gst_wavpack_parse_class_init), (gst_wavpack_parse_src_query),
18940         (gst_wavpack_parse_src_event), (find_header), (find_sample),
18941         (gst_wavpack_parse_seek), (gst_wavpack_parse_init),
18942         (gst_wavpack_parse_handle_event), (gst_wavpack_parse_loop),
18943         (gst_wavpack_parse_change_state), (gst_wavpack_parse_plugin_init):
18944         * ext/wavpack/gstwavpackparse.h:
18945           put back wavpack - still needs porting
18946
18947 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18948
18949         * configure.ac: back to HEAD
18950
18951 === release 0.9.6 ===
18952
18953 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
18954
18955         * configure.ac:
18956           releasing 0.9.6, "Hot Tea"
18957
18958 2005-11-23  Julien MOUTTE  <julien@moutte.net>
18959
18960         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
18961         * ext/directfb/dfb-example.c: (main):
18962         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_destroy),
18963         (gst_dfbvideosink_event_thread), (gst_dfbvideosink_setup),
18964         (gst_dfbvideosink_getcaps), (gst_dfbvideosink_setcaps),
18965         (gst_dfbvideosink_change_state), (gst_dfbvideosink_get_times),
18966         (gst_dfbvideosink_bufferpool_clear),
18967         (gst_dfbvideosink_buffer_alloc), (gst_dfbsurface_finalize),
18968         (gst_dfbvideosink_navigation_send_event),
18969         (gst_dfbvideosink_finalize), (gst_dfbvideosink_init),
18970         (gst_dfbvideosink_class_init):
18971         * ext/directfb/dfbvideosink.h: Use fraction for framerate, various
18972         fixes.
18973
18974 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
18975
18976         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init),
18977         (gst_sdlvideosink_get_times), (gst_sdlvideosink_init),
18978         (gst_sdlvideosink_setcaps), (gst_sdlvideosink_change_state):
18979         * ext/sdl/sdlvideosink.h:
18980         Updates for fractional framerates and XOverlay interface changes
18981
18982 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
18983
18984         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
18985         (gst_qtdemux_add_stream), (qtdemux_dump_mvhd),
18986         (qtdemux_parse_trak):
18987         Convert to fractional framerates
18988
18989 2005-11-23  Edward Hervey  <edward@fluendo.com>
18990
18991         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_loop):
18992         Fix for latest API changes
18993
18994 2005-11-22  Edgard Lima <edgard.lima@indt.org.br>
18995         * configure.ac:
18996         * PORTED_09:
18997         * extt/Makefile.am:
18998         * ext/musepack/gstmusepackdec.c:
18999         * ext/musepack/gstmusepackdec.h:
19000         * ext/musepack/gstmusepackreader.c:
19001         * ext/musepack/gstmusepackreader.h:
19002         Musepackdec ported to 0.9. There is still a small problem to be
19003         solved, after the end of file, the pipeline doens't stop.
19004
19005 2005-11-22  Andy Wingo  <wingo@pobox.com>
19006
19007         * ext/faad/gstfaad.c (gst_faad_event)
19008         * ext/ivorbis/vorbisfile.c (gst_ivorbisfile_loop)
19009         * gst/qtdemux/qtdemux.c (gst_qtdemux_loop_header)
19010         * gst/speed/gstspeed.c (speed_sink_event)
19011         * gst/tta/gstttaparse.c (gst_tta_parse_src_event)
19012         (gst_tta_parse_parse_header): Run update-funcnames.
19013
19014 2005-11-21  Michael Smith <msmith@fluendo.com>
19015
19016         * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_event):
19017           Don't take STREAM_LOCK in sink event handlers any more.
19018
19019 2005-11-21  Wim Taymans  <wim@fluendo.com>
19020
19021         * ext/faac/gstfaac.c: (gst_faac_sink_event):
19022         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_src_event):
19023         * gst/tta/gstttaparse.c: (gst_tta_parse_src_event):
19024         Fix for stream lock updates.
19025
19026 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19027
19028         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
19029           Add DX50, DIVX and DIV3 fourccs (patch by
19030           j@bootlab.org, #321903).
19031
19032 2005-11-21  Andy Wingo  <wingo@pobox.com>
19033
19034         * *.h:
19035         * *.c: Ran scripts/update-macros. Oh yes.
19036
19037 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19038
19039         * ext/directfb/dfbvideosink.c:
19040         (gst_dfbvideosink_get_format_from_caps):
19041         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create):
19042         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19043         (qtdemux_parse), (qtdemux_type_get), (qtdemux_node_dump_foreach),
19044         (qtdemux_dump_hdlr), (qtdemux_dump_dref), (qtdemux_dump_stsd),
19045         (qtdemux_dump_dcom), (qtdemux_parse_trak), (qtdemux_video_caps),
19046         (qtdemux_audio_caps):
19047         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
19048         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
19049         (gst_v4l2src_capture_init), (gst_v4l2src_get_size_limits):
19050           Update for GST_FOURCC_FORMAT API change.
19051
19052 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
19053
19054         * ext/audioresample/gstaudioresample.c:
19055         * ext/polyp/polypsink.c: (gst_polypsink_sink_fixate):
19056         * gst/librfb/gstrfbsrc.c: (gst_rfbsrc_fixate):
19057         * gst/modplug/gstmodplug.cc:
19058         * sys/glsink/glimagesink.c: (gst_glimagesink_fixate):
19059         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_fixate):
19060         Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
19061         (#322027)
19062
19063 2005-11-21  Edgard Lima <edgard.lima@indt.org.br>
19064
19065         * ext/Makefile.am:
19066         * ext/ivorbis/vorbisfile.c:
19067         Now it works in push-mode. Tested with gnomevfssrc location=http://..
19068         ! tremor ! alsasink. Some issues to be solved yet:
19069         1- set correct timestamps
19070         2- seek is forced to disabled in pull-mode
19071         
19072 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
19073
19074         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
19075         (gst_faac_sink_setcaps), (gst_faac_configure_source_pad),
19076         (gst_faac_chain):
19077           Set proper caps on source pad (#320532).
19078
19079         * ext/faad/gstfaad.c:
19080           Don't use gtk-doc markers for comment block.
19081
19082 2005-11-14  Andy Wingo  <wingo@pobox.com>
19083
19084         * configure.ac (GST_PLUGIN_LDFLAGS): -no-undefined for better
19085         debugging, allows dll builds on windows. Fixes #316076.
19086
19087 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
19088
19089         * configure.ac: back to HEAD
19090
19091 === release 0.9.5 ===
19092
19093 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
19094
19095         * configure.ac:
19096           releasing 0.9.5, "Thrice Belgian Bar"
19097
19098 2005-11-11  Michael Smith <msmith@fluendo.com>
19099
19100         * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_chain):
19101           Make this compile on systems with broken headers. 
19102
19103 2005-11-11  Michael Smith <msmith@fluendo.com>
19104
19105         * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_chain):
19106           Call functions with the correct API. Unfortunately, unless your
19107           distribution patches upstream, the public header file for FAAD
19108           doesn't actually declare the API accurately. So, some nastiness
19109           ensues...
19110
19111 2005-11-10  Daniel Amelang  <daniel dot amelang at gmail dot com>
19112
19113         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19114
19115         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta):
19116           Add support for custom genre tags.
19117
19118 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
19119
19120         * ext/tarkin/wavelet.c:
19121         * ext/tarkin/wavelet.h:
19122         * gst/mpegaudioparse/gstmpegaudioparse.c:
19123         * gst/vbidec/vbidata.c:
19124         * gst/vbidec/vbiscreen.h:
19125         * sys/dxr3/ac3_padder.c:
19126         * sys/dxr3/dxr3audiosink.c:
19127         * sys/dxr3/dxr3spusink.c:
19128         * sys/dxr3/dxr3videosink.c:
19129         * sys/qcam/dark.c:
19130           Don't use gtk-doc markers for normal comments. Fix
19131           gtk-doc formatting where required.
19132
19133 2005-11-08  Edgard Lima <edgard.lima@indt.org.br>
19134
19135         * configure.ac:
19136         * PORTED_09:
19137         * ext/Makefile.am:
19138         * ext/ivorbis/vorbis.c:
19139         * ext/ivorbis/vorbisfile.c:
19140         Ported to 0.9. Some issues to be solved yet:
19141         1- set correct timestamps
19142         2- seg fault when eos
19143         3- seek is now disabled
19144
19145 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19146
19147         * examples/Makefile.am: Cleanup non existing
19148         examples.
19149
19150 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19151
19152         * docs/plugins/inspect.stamp: Add missing files.
19153
19154 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19155
19156         * examples/Makefile.am: Make buildbot happy.
19157
19158 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19159
19160         * Makefile.am: examples in dist subdirs.
19161         * configure.ac: enable parameter for building 
19162         examples.
19163         * docs/plugins/gst-plugins-bad-plugins.args:
19164         * docs/plugins/inspect/plugin-dfbvideosink.xml:
19165         * examples/Makefile.am: Updates.
19166
19167 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19168
19169         * Makefile.am:
19170         * autogen.sh:
19171         * configure.ac:
19172         * docs/Makefile.am:
19173         * docs/plugins/.cvsignore:
19174         * docs/plugins/Makefile.am:
19175         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
19176         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
19177         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
19178         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
19179         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
19180         * docs/plugins/gst-plugins-bad-plugins.args:
19181         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
19182         * docs/plugins/gst-plugins-bad-plugins.interfaces:
19183         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
19184         * docs/plugins/gst-plugins-bad-plugins.signals:
19185         * docs/plugins/gst-plugins-bad-plugins.types:
19186         * docs/plugins/inspect/plugin-dfbvideosink.xml:
19187         * docs/version.entities.in: Enable documentation.
19188         * examples/Makefile.am:
19189         * examples/directfb/Makefile.am:
19190         * examples/directfb/decker.ttf:
19191         * examples/directfb/dfblogo.png:
19192         * examples/directfb/gstdfb.c: (myclock), (dynamic_link),
19193         (size_changed), (setup_dynamic_link), (main): Add an example
19194         application for DirectFB.
19195
19196 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19197
19198         * ext/directfb/Makefile.am: Add the example application.
19199         * ext/directfb/dfb-example.c: (get_me_out), (main):
19200         Here is an example application that runs videotestsrc for 20
19201         seconds. It's included in the documentation.
19202         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_enum_layers),
19203         (gst_dfbvideosink_setup), (gst_dfbvideosink_can_blit_from_format),
19204         (gst_dfbvideosink_getcaps), (gst_dfbvideosink_buffer_alloc):
19205         More fixes, calculate new size of the buffer when renegotiating.
19206         This completely breaks ffmpegcolorspace but i need to discuss 
19207         that with Wim on monday. Add documentation.
19208
19209 2005-11-05  Julien MOUTTE  <julien@moutte.net>
19210
19211         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_enum_layers),
19212         (gst_dfbvideosink_setup), (gst_dfbvideosink_can_blit_from_format),
19213         (gst_dfbvideosink_getcaps): Make acceleration detection work, 
19214         better, add safety checks and ARGB support for cards that
19215         support it.
19216
19217 2005-11-04  Julien MOUTTE  <julien@moutte.net>
19218
19219         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_create),
19220         (gst_dfbvideosink_surface_destroy),
19221         (gst_dfbvideosink_get_best_vmode), (gst_dfbvideosink_getcaps),
19222         (gst_dfbvideosink_center_rect), (gst_dfbvideosink_show_frame),
19223         (gst_dfbvideosink_buffer_alloc):
19224         * ext/directfb/dfbvideosink.h: Now does clipping when surface
19225         is too small, handles upstream elements that are not calling
19226         gst_pad_alloc_buffer, fixes a lot of bugs.
19227
19228 2005-11-03  Julien MOUTTE  <julien@moutte.net>
19229
19230         * ext/directfb/Makefile.am: Prepare for liboil usage.
19231         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_show_frame),
19232         (gst_dfbvideosink_buffer_alloc):  Prepare for liboil, handle
19233         rendering in external surface correctly. Will commit a neat
19234         example soon.
19235
19236 2005-11-03  Edgard Lima <edgard.lima@indt.org.br>
19237
19238         * ext/sdl/sdlvideosink.c: (SDL_WaitEventTimeout),
19239         (gst_sdlvideosink_event_thread), (gst_sdlvideosink_initsdl),
19240         (gst_sdlvideosink_change_state), (gst_sdlvideosink_deinitsdl):
19241         * ext/sdl/sdlvideosink.h:
19242         Add support to exit when 'Esc' key is pressed.
19243
19244 2005-11-02  Julien MOUTTE  <julien@moutte.net>
19245
19246         * configure.ac: Requires DirectFB 0.9.24
19247
19248 2005-11-02  Julien MOUTTE  <julien@moutte.net>
19249
19250         * configure.ac:
19251         * ext/Makefile.am:
19252         * ext/directfb/Makefile.am:
19253         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_get_format_name),
19254         (gst_dfbvideosink_surface_create),
19255         (gst_dfbvideosink_surface_destroy),
19256         (gst_dfbvideosink_event_thread), (gst_dfbvideosink_enum_layers),
19257         (gst_dfbvideosink_enum_vmodes), (gst_dfbvideosink_enum_devices),
19258         (gst_dfbvideosink_setup), (gst_dfbvideosink_cleanup),
19259         (gst_dfbvideosink_get_format_from_caps),
19260         (gst_dfbvideosink_get_caps_from_format),
19261         (gst_dfbvideosink_can_blit_from_format),
19262         (gst_dfbvideosink_get_best_vmode), (gst_dfbvideosink_getcaps),
19263         (gst_dfbvideosink_setcaps), (gst_dfbvideosink_change_state),
19264         (gst_dfbvideosink_get_times), (gst_dfbvideosink_center_rect),
19265         (gst_dfbvideosink_show_frame), (gst_dfbvideosink_bufferpool_clear),
19266         (gst_dfbvideosink_buffer_alloc), (gst_dfbsurface_finalize),
19267         (gst_dfbsurface_init), (gst_dfbsurface_class_init),
19268         (gst_dfbsurface_get_type), (gst_dfbvideosink_interface_supported),
19269         (gst_dfbvideosink_interface_init),
19270         (gst_dfbvideosink_navigation_send_event),
19271         (gst_dfbvideosink_navigation_init),
19272         (gst_dfbvideosink_set_property), (gst_dfbvideosink_get_property),
19273         (gst_dfbvideosink_init), (gst_dfbvideosink_base_init),
19274         (gst_dfbvideosink_class_init), (gst_dfbvideosink_get_type),
19275         (plugin_init):
19276         * ext/directfb/dfbvideosink.h:
19277         * ext/directfb/directfbvideosink.c:
19278         * ext/directfb/directfbvideosink.h: Complete rewrite/port of
19279         DirectFB video sink to 0.9. Handles reverse negotiation, hardware
19280         scaling, navigation, buffer allocation from video memory etc...
19281
19282 2005-10-31 Edgard Lima <edgard.lima@indt.org.br>
19283
19284         * gst-plugins-bad/ext/sdl/sdlvideosink.c:
19285         gst_sdlvideosink_set_property, gst_sdlvideosink_init,
19286         gst_sdlvideosink_create:
19287         Changed property full-screen to fullscreen, using SDL_SWSURFACE
19288         instead of SDL_HWSURFACE when in full screen mode.
19289         
19290 2005-10-31 Edgard Lima <edgard.lima@indt.org.br>
19291
19292         * gst-plugins-bad/ext/sdl/sdlvideosink.c: gst_sdlvideosink_class_init,
19293         gst_sdlvideosink_set_property, gst_sdlvideosink_get_property,
19294         gst_sdlvideosink_init, gst_sdlvideosink_create:
19295         * gst-plugins-bad/ext/sdl/sdlvideosink.h:
19296         Added a property that allows full-screen.
19297
19298 2005-10-28  Tim-Philipp Müller  <tim at centricular dot net>
19299
19300         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init),
19301         (gst_sdlvideosink_class_init),
19302         (gst_sdlvideosink_get_sdl_from_fourcc), (gst_sdlvideosink_setcaps),
19303         (gst_sdlvideosink_show_frame):
19304         * ext/sdl/sdlvideosink.h:
19305           Fix I420 output on some machines (not very nice, but should work).
19306           Add an 'sdlvideosink' debug category. Disable formats that do
19307           not work. Fix some vararg function issues.
19308
19309 2005-10-27  Wim Taymans  <wim@fluendo.com>
19310
19311         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
19312         (gst_sdlvideosink_get_times), (gst_sdlvideosink_class_init),
19313         (gst_sdlvideosink_init), (gst_sdlvideosink_lock),
19314         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create),
19315         (gst_sdlvideosink_show_frame), (gst_sdlvideosink_set_property),
19316         (gst_sdlvideosink_get_property), (gst_sdlvideosink_change_state):
19317         Fix SDL videosink and did some cleanups.
19318
19319 2005-10-27  Edgard Lima <edgard.lima@indt.org.br>
19320
19321         * ext/sdl/sdlvideosink.c:
19322         * ext/sdl/sdlvideosink.h:
19323         Trying to fix videos out of sync (not fixed yet)
19324         
19325 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
19326
19327         * gst/qtdemux/qtdemux.h:
19328           Remove got_redirect from class structure as well.
19329
19330 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
19331
19332         * gst/qtdemux/qtdemux.c: (gst_qtdemux_class_init),
19333         (qtdemux_parse_tree):
19334           Remove 'got-redirect' signal and post element message
19335           on the bus instead.
19336
19337 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
19338
19339         * ext/gsm/gstgsm.c:
19340         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
19341         * ext/gsm/gstgsmdec.h:
19342         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init), (gst_gsmenc_init),
19343         (gst_gsmenc_chain):
19344         Fixing stuff as wingo pointed out.
19345
19346 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
19347
19348         * ext/gsm/gstgsm.c: (plugin_init):
19349         * ext/gsm/gstgsmdec.c: (gst_gsmdec_class_init), (gst_gsmdec_init),
19350         (gst_gsmdec_chain):
19351         * ext/gsm/gstgsmdec.h:
19352         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init), (gst_gsmenc_init),
19353         (gst_gsmenc_chain):
19354         * ext/gsm/gstgsmenc.h:
19355         Over-writing Wim's gsm plugins (currently not working) with that from the 
19356         farsight repo. Also made sure that they work with the RTP (de)payloader.
19357
19358 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
19359
19360         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), 
19361         (gst_gsmenc_sink_event), (gst_gsmenc_chain):
19362         * ext/gsm/gstgsmenc.h:
19363         Fixed event handling
19364
19365 2005-10-24  Christian Schaller  <christian@fluendo.com>
19366
19367         * configure.ac: port over thomas's plugin listing from base
19368
19369 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
19370
19371         * configure.ac:
19372           back to HEAD
19373
19374 === release 0.9.4 ===
19375
19376 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
19377
19378         * NEWS:
19379         * RELEASE:
19380         * configure.ac:
19381           Releasing 0.9.4, "Utahraptor"
19382
19383 2005-10-23  Julien MOUTTE  <julien@moutte.net>
19384
19385         * gst/tta/gstttaparse.c: (gst_tta_parse_loop): STOPPED->FAILED.
19386
19387 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
19388
19389         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_class_init),
19390         (gst_faad_init), (gst_faad_srcgetcaps), (gst_faad_event),
19391         (gst_faad_chain), (gst_faad_change_state):
19392         * ext/faad/gstfaad.h:
19393           Do some timestamp smoothing (matroskademux apparently sends
19394           multiple buffers in a row with the same timestamp); fix
19395           duration on outgoing buffers; fix change state function; use
19396           GST_DEBUG_FUNCPTR for pad functions.
19397
19398 2005-10-19  Wim Taymans  <wim@fluendo.com>
19399
19400         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_query_types),
19401         (gst_qtdemux_handle_src_query):
19402         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query):
19403         * gst/tta/gstttaparse.c: (gst_tta_parse_src_event),
19404         (gst_tta_parse_get_query_types), (gst_tta_parse_query):
19405         API change fix.
19406
19407 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
19408
19409         * configure.ac:
19410           All the cool kids use GST_DOCBOOK_CHECK now.
19411
19412 2005-10-18  Julien MOUTTE  <julien@moutte.net>
19413
19414         * gst/speed/Makefile.am: Fix build of speed. 
19415
19416 2005-10-17  Edgard Lima <edgard.lima@indt.org.br>
19417
19418         * gst/speed/gstspeed.c: (speed_chain), (speed_setcaps),
19419         (speed_parse_caps), (speed_src_event), (speed_sink_event),
19420         (speed_src_query), (speed_init), (speed_set_property),
19421         (speed_change_state), (gst_speed_convert):
19422         Fixed speed - the previous version, 1.38, has been ported to 0.9
19423         from a wrong version, 1.37 (from 1.36). That fix already includes
19424         the changes done in 1.36.2.4.
19425
19426 2005-10-16  Tim-Philipp Müller  <tim at centricular dot net>
19427
19428         * configure.ac:
19429           Fix glib check
19430
19431 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
19432
19433         * examples/stats/mp2ogg.c:
19434         * ext/tarkin/tarkin.c: (tarkin_analysis_framein),
19435         (tarkin_synthesis_packetin):
19436           and more typos fixed
19437
19438 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
19439
19440         * ext/faac/gstfaac.c: (gst_faac_class_init), (gst_faac_init),
19441         (gst_faac_sink_setcaps), (gst_faac_src_setcaps),
19442         (gst_faac_sink_event), (gst_faac_chain), (gst_faac_set_property),
19443         (gst_faac_get_property), (gst_faac_change_state):
19444           Gst09-ize code a little bit more: use gst_pad_alloc_buffer(),
19445           move event handling from chain function into an event function,
19446           add some locks here and there, do some cleanups; disable 32-bit
19447           integer and float input formats until we're sure that those 
19448           actually work (couldn't play back the produced files with 
19449           anything).
19450
19451 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
19452
19453         * examples/indexing/indexmpeg.c: (main):
19454         * ext/artsd/gstartsdsink.c: (gst_artsdsink_open_audio),
19455         (gst_artsdsink_close_audio), (gst_artsdsink_change_state):
19456         * ext/artsd/gstartsdsink.h:
19457         * ext/audiofile/gstafparse.c: (gst_afparse_open_file),
19458         (gst_afparse_close_file):
19459         * ext/audiofile/gstafparse.h:
19460         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
19461         (gst_afsink_close_file), (gst_afsink_chain),
19462         (gst_afsink_change_state):
19463         * ext/audiofile/gstafsink.h:
19464         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
19465         (gst_afsrc_close_file), (gst_afsrc_change_state):
19466         * ext/audiofile/gstafsrc.h:
19467         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_init):
19468         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_init):
19469         * ext/dts/gstdtsdec.c: (gst_dtsdec_init):
19470         * ext/jack/gstjack.h:
19471         * ext/jack/gstjackbin.c: (gst_jack_bin_init),
19472         (gst_jack_bin_change_state):
19473         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_init):
19474         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_init):
19475         * ext/nas/nassink.c: (gst_nassink_open_audio),
19476         (gst_nassink_close_audio), (gst_nassink_change_state):
19477         * ext/nas/nassink.h:
19478         * ext/polyp/polypsink.c: (gst_polypsink_init):
19479         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_change_state):
19480         * ext/sdl/sdlvideosink.h:
19481         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
19482         * ext/sndfile/gstsf.c: (gst_sf_set_property),
19483         (gst_sf_change_state), (gst_sf_release_request_pad),
19484         (gst_sf_open_file), (gst_sf_close_file), (gst_sf_loop):
19485         * ext/sndfile/gstsf.h:
19486         * ext/swfdec/gstswfdec.c: (gst_swfdec_init):
19487         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_init):
19488         * gst/apetag/apedemux.c: (gst_ape_demux_init):
19489         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init):
19490         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_init):
19491         * gst/festival/gstfestival.c: (gst_festival_change_state):
19492         * gst/festival/gstfestival.h:
19493         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
19494         * gst/multifilesink/gstmultifilesink.c: (gst_multifilesink_init),
19495         (gst_multifilesink_set_location), (gst_multifilesink_open_file),
19496         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
19497         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
19498         (gst_multifilesink_chain), (gst_multifilesink_change_state):
19499         * gst/multifilesink/gstmultifilesink.h:
19500         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init):
19501         * sys/cdrom/gstcdplayer.c: (cdplayer_init):
19502         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init),
19503         (dxr3audiosink_open), (dxr3audiosink_close),
19504         (dxr3audiosink_chain_pcm), (dxr3audiosink_chain_ac3),
19505         (dxr3audiosink_change_state):
19506         * sys/dxr3/dxr3audiosink.h:
19507         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init), (dxr3spusink_open),
19508         (dxr3spusink_close), (dxr3spusink_chain),
19509         (dxr3spusink_change_state):
19510         * sys/dxr3/dxr3spusink.h:
19511         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init),
19512         (dxr3videosink_open), (dxr3videosink_close),
19513         (dxr3videosink_write_data), (dxr3videosink_change_state):
19514         * sys/dxr3/dxr3videosink.h:
19515         * sys/glsink/glimagesink.c: (gst_glimagesink_init):
19516         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
19517         (gst_qcamsrc_open), (gst_qcamsrc_close):
19518         * sys/qcam/gstqcamsrc.h:
19519         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
19520         * sys/vcd/vcdsrc.c: (gst_vcdsrc_set_property), (gst_vcdsrc_get),
19521         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
19522         (gst_vcdsrc_change_state), (gst_vcdsrc_recalculate):
19523         * sys/vcd/vcdsrc.h:
19524         renamed GST_FLAGS macros to GST_OBJECT_FLAGS
19525         moved bitshift from macro to enum definition
19526
19527 2005-10-12  Josef Zlomek  <josef dot zlomek at xeris dot cz>
19528
19529         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19530
19531         * ext/faac/gstfaac.c: (gst_faac_sink_setcaps):
19532           Fix depth/width handling for float audio (#318659).
19533
19534 2005-10-12  Josef Zlomek  <josef dot zlomek at xeris dot cz>
19535
19536         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19537
19538         * ext/faac/gstfaac.c: (gst_faac_sink_setcaps),
19539         (gst_faac_src_setcaps), (gst_faac_chain):
19540           Refcount fixes (#318660)
19541
19542 2005-10-12  Julien MOUTTE  <julien@moutte.net>
19543
19544         * ext/Makefile.am: libvisual and snapshot are not here anymore. Makes
19545         automake-1.7 happy again.
19546
19547 2005-10-12  Tim-Philipp Müller  <tim at centricular dot net>
19548
19549         * ext/faad/gstfaad.c: (gst_faad_event):
19550           newsegment API update
19551
19552 2005-10-11  Wim Taymans  <wim@fluendo.com>
19553
19554         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header):
19555         * gst/tta/gstttaparse.c: (gst_tta_parse_src_event),
19556         (gst_tta_parse_parse_header):
19557         newsegment API update.
19558
19559 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
19560
19561         * configure.ac:
19562           back to development
19563
19564 === release 0.9.3 ===
19565
19566 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
19567
19568         * configure.ac:
19569           Releasing 0.9.3, "Porthos"
19570
19571 2005-09-28  Wim Taymans  <wim@fluendo.com>
19572
19573         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header):
19574         No need to take stream lock here.
19575
19576 2005-09-26  Christian Schaller  <uraeus@gnome.org>
19577
19578         * configure.ac: add speed and rfb where needed
19579         * gst/librfb/Makefile.am: add rfbsrc.c file to files getting disted
19580
19581 2005-09-23  Edgard Lima  <edgard.lima@indt.org.br>
19582
19583         * ext/gsm/Makefile.am:
19584         * ext/gsm/gstgsm.c:
19585         * ext/gsm/gstgsmdec.c:
19586         * PORTED_09:
19587         Gsmdec ported to 0.9.
19588
19589 2005-09-22  Arwed v. Merkatz  <v.merkatz@gmx.net>
19590
19591         * configure.ac:
19592         * gst/tta/gstttadec.c: (gst_tta_dec_setcaps), (gst_tta_dec_init),
19593         (gst_tta_dec_chain):
19594         * gst/tta/gstttaparse.c: (gst_tta_parse_dispose),
19595         (gst_tta_parse_class_init), (gst_tta_parse_reset),
19596         (gst_tta_parse_init), (gst_tta_parse_src_event),
19597         (gst_tta_parse_get_query_types), (gst_tta_parse_query),
19598         (gst_tta_parse_activate), (gst_tta_parse_activate_pull),
19599         (gst_tta_parse_parse_header), (gst_tta_parse_stream_data),
19600         (gst_tta_parse_loop), (gst_tta_parse_change_state):
19601         * gst/tta/gstttaparse.h:
19602           Ported tta plugin to 0.9.
19603
19604
19605 2005-09-20  Flavio Oliveira  <flavio.oliveira@indt.org.br>
19606
19607         * ext/gsm/gstgsmenc.c:
19608           Setting caps on the outgoing buffers.
19609           Need to fix: rtpencoder does not know what it is handling and
19610           errors out
19611
19612 2005-09-20  Edgard Lima  <edgard.lima@indt.org.br>
19613
19614         * configure.ac:
19615         * ext/sdl/Makefile.am:
19616           Fixed Makefile.am - removed hard coded flags from Makefile.am.
19617           Added AC_PATH_XTRA to configure.ac to be used by Makefile.am.
19618
19619 2005-09-19  Edgard Lima  <edgard.lima@indt.org.br>
19620
19621         * Makefile.am:
19622         * configure.ac:
19623         * ext/sdl/Makefile.am:
19624         * ext/sdl/sdlvideosink.c:
19625         * PORTED_09:
19626           Ported to 0.9.
19627
19628 === release 0.9.1 ===
19629
19630 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
19631
19632         * configure.ac:
19633         * gst/speed/Makefile.am:
19634         * gst/speed/gstspeed.c: Ported to GStreamer 0.9.
19635         * PORTED_09:
19636
19637 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19638
19639         * NEWS:
19640         * README:
19641         * RELEASE:
19642         * configure.ac:
19643         * autogen.sh:
19644           releasing 0.9.1, "Angel Eyes"
19645
19646 2005-09-05  Jan Schmidt  <thaytan@mad.scientist.com>
19647         * examples/gstplay/player.c: (main):
19648         * examples/stats/mp2ogg.c: (main):
19649         * ext/artsd/gstartsdsink.c: (gst_artsdsink_change_state):
19650         * ext/audiofile/gstafsink.c: (gst_afsink_change_state):
19651         * ext/audiofile/gstafsrc.c: (gst_afsrc_change_state):
19652         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_change_state):
19653         * ext/dirac/gstdiracdec.cc:
19654         * ext/directfb/directfbvideosink.c:
19655         (gst_directfbvideosink_change_state):
19656         * ext/dts/gstdtsdec.c: (gst_dtsdec_change_state):
19657         * ext/faac/gstfaac.c: (gst_faac_change_state):
19658         * ext/hermes/gsthermescolorspace.c:
19659         (gst_hermes_colorspace_change_state):
19660         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_change_state):
19661         * ext/jack/gstjack.c: (gst_jack_change_state):
19662         * ext/jack/gstjackbin.c: (gst_jack_bin_change_state):
19663         * ext/lcs/gstcolorspace.c: (gst_colorspace_change_state):
19664         * ext/libmms/gstmms.c: (gst_mms_change_state):
19665         * ext/mpeg2enc/gstmpeg2enc.cc:
19666         * ext/mplex/gstmplex.cc:
19667         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_change_state):
19668         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_change_state):
19669         * ext/nas/nassink.c: (gst_nassink_change_state):
19670         * ext/polyp/polypsink.c: (gst_polypsink_change_state),
19671         (context_state_callback), (gst_polypsink_link):
19672         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_change_state):
19673         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
19674         * ext/smoothwave/gstsmoothwave.c: (gst_sw_change_state):
19675         * ext/sndfile/gstsf.c: (gst_sf_change_state):
19676         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
19677         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_change_state):
19678         * ext/xine/xine.c: (gst_xine_change_state):
19679         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_change_state):
19680         * ext/xine/xineaudiosink.c: (gst_xine_audio_sink_change_state):
19681         * ext/xine/xineinput.c: (gst_xine_input_change_state):
19682         * ext/xvid/gstxviddec.c: (gst_xviddec_change_state):
19683         * ext/xvid/gstxvidenc.c: (gst_xvidenc_change_state):
19684         * gst/apetag/apedemux.c: (gst_ape_demux_change_state):
19685         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_change_state):
19686         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_change_state):
19687         * gst/colorspace/gstcolorspace.c: (gst_colorspace_change_state):
19688         * gst/festival/gstfestival.c: (gst_festival_change_state):
19689         * gst/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state):
19690         * gst/modplug/gstmodplug.cc:
19691         * gst/mpeg1videoparse/gstmp1videoparse.c:
19692         (gst_mp1videoparse_change_state):
19693         * gst/mpegaudioparse/gstmpegaudioparse.c:
19694         (gst_mp3parse_change_state):
19695         * gst/multifilesink/gstmultifilesink.c:
19696         (gst_multifilesink_change_state):
19697         * gst/speed/gstspeed.c: (speed_change_state):
19698         * gst/switch/gstswitch.c: (gst_switch_change_state):
19699         * gst/videocrop/gstvideocrop.c: (gst_video_crop_change_state):
19700         * gst/videodrop/gstvideodrop.c: (gst_videodrop_change_state):
19701         * gst/y4m/gsty4mencode.c: (gst_y4mencode_change_state):
19702         * po/af.po:
19703         * po/az.po:
19704         * po/cs.po:
19705         * po/en_GB.po:
19706         * po/hu.po:
19707         * po/it.po:
19708         * po/nb.po:
19709         * po/nl.po:
19710         * po/or.po:
19711         * po/sq.po:
19712         * po/sr.po:
19713         * po/sv.po:
19714         * po/uk.po:
19715         * po/vi.po:
19716         * sys/cdrom/gstcdplayer.c: (cdplayer_change_state):
19717         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_change_state):
19718         * sys/dxr3/dxr3spusink.c: (dxr3spusink_change_state):
19719         * sys/dxr3/dxr3videosink.c: (dxr3videosink_change_state):
19720         * sys/glsink/glimagesink.c: (gst_glimagesink_change_state):
19721         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state):
19722         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_change_state):
19723         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_change_state):
19724         * sys/sunaudio/gstsunelement.c: (gst_sunaudioelement_change_state):
19725         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_change_state):
19726         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_change_state):
19727         * sys/vcd/vcdsrc.c: (gst_vcdsrc_change_state):
19728           Fix up all the state change functions.
19729
19730 2005-09-05  Thomas Vander Stichele  <thomas at apestaart dot org>
19731
19732         * created gst-plugins-bad
19733
19734 2005-09-02  Flavio Oliveira  <flavio.oliveira@indt.org.br>
19735
19736         * configure.ac:
19737         * ext/Makefile.am:
19738         * ext/gsm/Makefile.am:
19739         * ext/gsm/gstgsm.c: 
19740         * ext/gsm/gstgsmenc.c: Ported GSM Encoder to GStreamer 0.9.
19741         * PORTED_09:
19742
19743 2005-08-31  Flavio Oliveira  <flavio.oliveira@indt.org.br>
19744
19745         * configure.ac:
19746         * ext/Makefile.am:
19747         * ext/faac/Makefile.am:
19748         * ext/faac/gstfaac.c: Ported to GStreamer 0.9.